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