ContentTypeFieldsByExpressionServiceInterface
ContentTypeFieldsByExpressionServiceInterface.php
:
13
Interface
Methods¶
getFieldsFromExpression()
¶
ContentTypeFieldsByExpressionServiceInterface.php
:
21
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $expression | string | - | - |
| $configuration | string|null | null | - |
Return values
array<int, FieldDefinition>
Tags
isFieldIncludedInExpression()
¶
ContentTypeFieldsByExpressionServiceInterface.php
:
26
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $fieldDefinition | FieldDefinition | - | - |
| $expression | string | - | - |
Return values
bool