Свойство | Type | Description | |
---|---|---|---|
$externalStorages | Closure[] | Collection of external storage handlers for field types that need them. |
Méthode | Description | |
---|---|---|
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 | |
Résultat |
public getExternalStorageHandlers ( ) : Closure[] | ||
Résultat | Closure[] |
public registerExternalStorageHandler ( string $serviceId, string $fieldTypeAlias ) | ||
$serviceId | string | The external storage handler service Id |
$fieldTypeAlias | string | The field type alias (e.g. "ezstring") |