Свойство | Тип | Описание | |
---|---|---|---|
$fieldTypes | Closure[] | Collection of fieldTypes, lazy loaded via a closure. |
Метод | Описание | |
---|---|---|
getConcreteFieldTypesIdentifiers ( ) | ||
getFieldTypes ( ) : Closure[] | Returns registered field types (as closures to be lazy loaded in the public API). | |
registerConcreteFieldTypeIdentifier ( string $fieldTypeIdentifier ) | Registers $fieldTypeIdentifier as "concrete" FieldType (i.e. not using NullFieldType). | |
registerFieldType ( string $fieldTypeServiceId, string $fieldTypeAlias ) | Registers an eZ Publish field type. |
public getFieldTypes ( ) : Closure[] | ||
Результат | Closure[] |
public registerConcreteFieldTypeIdentifier ( string $fieldTypeIdentifier ) | ||
$fieldTypeIdentifier | string |
public registerFieldType ( string $fieldTypeServiceId, string $fieldTypeAlias ) | ||
$fieldTypeServiceId | string | The field type service Id |
$fieldTypeAlias | string | The field type alias (e.g. "ezstring") |