Skip to content

Commit 4f5fee5

Browse files
Merge pull request #2 from eliot488995568/main
Add getDefaultValuesAsArray to NodeTypeFieldInterface
2 parents 7d700b3 + 5d19f34 commit 4f5fee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NodeTypeFieldInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public function getPlaceholder(): ?string;
1515
* @return string|null
1616
*/
1717
public function getDefaultValues(): ?string;
18+
public function getDefaultValuesAsArray(): array;
1819

1920
/**
2021
* @return string Camel case field name

0 commit comments

Comments
 (0)