Свойство | Тип | Описание | |
---|---|---|---|
$externalStorages | Closure[] | Collection of external storage handlers for field types that need them. |
Метод | Описание | |
---|---|---|
buildExternalStorageRegistry ( string $externalStorageRegistryClass ) : |
Returns external storage registry. | |
getExternalStorageHandlers ( ) : Closure[] | Returns registered external storage handlers for field types (as closures to be lazy loaded in the public API). | |
registerExternalStorageHandler ( string $serviceId, string $fieldTypeAlias ) | Registers an external storage handler for a field type, identified by $fieldTypeAlias. |
public buildExternalStorageRegistry ( string $externalStorageRegistryClass ) : |
||
$externalStorageRegistryClass | string | |
Результат |
public getExternalStorageHandlers ( ) : Closure[] | ||
Результат | Closure[] |
public registerExternalStorageHandler ( string $serviceId, string $fieldTypeAlias ) | ||
$serviceId | string | The external storage handler service Id |
$fieldTypeAlias | string | The field type alias (e.g. "ezstring") |