Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldTypePluginManagerInterface::getStorageSettingsSummary | function | core/ |
Returns the summary of storage-level settings for a field type. |
FieldUiHooks::formFieldUiFieldStorageAddFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for 'field_ui_field_storage_add_form'. |
FieldUiTestDeprecatedHooks::formFieldStorageConfigEditFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for field_storage_config_edit_form. |
FieldUninstallValidator::$fieldStorageConfigStorage | property | core/ |
The field storage config storage. |
FieldUninstallValidator::getFieldStoragesByModule | function | core/ |
Returns all field storages for a specified module. |
FieldUninstallValidatorTest::testValidateNoStorages | function | core/ |
@covers ::validate |
field_purge_field_storage | function | core/ |
Purges a field record from the database. |
field_test_field_storage_config_create | function | core/ |
Memorize calls to field_test_field_storage_config_create(). |
field_ui_preprocess_form_element__new_storage_type | function | core/ |
Implements hook_preprocess_HOOK(). |
field_ui_test_deprecated_form_field_storage_config_edit_form_alter | function | core/ |
Implements hook_form_FORM_ID_alter() for field_storage_config_edit_form. |
FileItem::defaultStorageSettings | function | core/ |
|
FileItem::storageSettingsForm | function | core/ |
|
FileItem::storageSettingsSummary | function | core/ |
|
FileReadOnlyStorage | class | core/ |
Reads code as regular PHP files, but won't write them. |
FileReadOnlyStorage.php | file | core/ |
|
FileReadOnlyStorage::$directory | property | core/ |
The directory where the files should be stored. |
FileReadOnlyStorage::delete | function | core/ |
Deletes PHP code from storage. |
FileReadOnlyStorage::deleteAll | function | core/ |
Removes all files in this bin. |
FileReadOnlyStorage::exists | function | core/ |
Checks whether the PHP code exists in storage. |
FileReadOnlyStorage::garbageCollection | function | core/ |
Performs garbage collection on the storage. |
FileReadOnlyStorage::getFullPath | function | core/ |
Gets the full file path. |
FileReadOnlyStorage::listAll | function | core/ |
Lists all the files in the storage. |
FileReadOnlyStorage::load | function | core/ |
Loads PHP code from storage. |
FileReadOnlyStorage::save | function | core/ |
Saves PHP code to storage. |
FileReadOnlyStorage::__construct | function | core/ |
Constructs this FileStorage object. |
FileRepositoryTest::testEntityStorageException | function | core/ |
Tests for entity storage exception. |
FileStorage | class | core/ |
File storage for files. |
FileStorage | class | core/ |
Stores the code as regular PHP files. |
FileStorage | class | core/ |
Defines the file storage. |
FileStorage.php | file | core/ |
|
FileStorage.php | file | core/ |
|
FileStorage.php | file | core/ |
|
FileStorage::$collection | property | core/ |
The storage collection. |
FileStorage::$directory | property | core/ |
The filesystem path for configuration objects. |
FileStorage::$directory | property | core/ |
The directory where the files should be stored. |
FileStorage::$fileCache | property | core/ |
The file cache object. |
FileStorage::createCollection | function | core/ |
Creates a collection on the storage. |
FileStorage::createDirectory | function | core/ |
Ensures the requested directory exists and has the right permissions. |
FileStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
FileStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
FileStorage::delete | function | core/ |
Deletes PHP code from storage. |
FileStorage::deleteAll | function | core/ |
Removes all files in this bin. |
FileStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
FileStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
FileStorage::ensureDirectory | function | core/ |
Ensures the directory exists, has the right permissions, and a .htaccess. |
FileStorage::ensureStorage | function | core/ |
Check if the directory exists and create it if not. |
FileStorage::exists | function | core/ |
Returns whether a configuration object exists. |
FileStorage::exists | function | core/ |
Checks whether the PHP code exists in storage. |
FileStorage::garbageCollection | function | core/ |
Performs garbage collection on the storage. |
FileStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
Pagination
- Previous page
- Page 30
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.