Properties¶
$innerService
¶
FieldTypeServiceDecorator.php
:
17
|
|
Methods¶
__construct()
¶
FieldTypeServiceDecorator.php
:
19
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$innerService | FieldTypeService | - | - |
getFieldType()
¶
FieldTypeServiceDecorator.php
:
29
Returns the FieldType registered with the given identifier.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
getFieldTypes()
¶
FieldTypeServiceDecorator.php
:
24
Returns a list of all field types.
|
|
Return values
array<string|int, FieldType>
hasFieldType()
¶
FieldTypeServiceDecorator.php
:
34
Returns if there is a FieldType registered under $identifier.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
bool