ConfigFileStorage::decode |
function |
core/includes/config.inc |
Decodes configuration data from the storage-specific format. |
hook_field_storage_delete |
function |
core/modules/field/field.api.php |
Delete all field data for an entity. |
FILE_TYPE_STORAGE_DEFAULT |
constant |
core/modules/file/file.module |
File type constant for module-defined file types. |
config_get_config_storage |
function |
core/includes/config.inc |
Get the storage object for the specified configuration type |
ConfigStorageReadException |
class |
core/includes/config.inc |
Exception thrown when attempting to read a config file fails. |
ConfigFileStorage::listAll |
function |
core/includes/config.inc |
Gets configuration object names starting with a given prefix. |
FieldAttachStorageTestCase |
class |
core/modules/field/tests/field.test |
Unit test class for storage-related field_attach_* functions. |
hook_field_storage_details |
function |
core/modules/field/field.api.php |
Reveal the internal details about the storage for a field. |
FILE_TYPE_STORAGE_OVERRIDE |
constant |
core/modules/file/file.module |
File type constant for file types that override module-defined presets. |
UserStorageController::view |
function |
core/modules/user/user.entity.inc |
Overrides DefaultEntityController::view(). |
field_info_storage_settings |
function |
core/modules/field/field.info.inc |
Returns a field storage type's default settings. |
theme_views_ui_view_storage |
function |
core/modules/views_ui/views_ui.theme.inc |
Display the storage status of the view. |
hook_field_storage_pre_load |
function |
core/modules/field/field.api.php |
Act before the storage backends load field data. |
ConfigDatabaseStorage::read |
function |
core/includes/config.inc |
Reads configuration data from the storage. |
UserStorageController::save |
function |
core/modules/user/user.entity.inc |
Overrides EntityDatabaseStorageController::save(). |
FileStorageController::view |
function |
core/modules/file/file.entity.inc |
Overrides DefaultEntityController::view(). |
NodeStorageController::save |
function |
core/modules/node/node.entity.inc |
Overrides EntityDatabaseStorageController::save(). |
NodeStorageController::view |
function |
core/modules/node/node.entity.inc |
Overrides DefaultEntityController::view(). |
_field_sql_storage_tablename |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Generate a table name for a field data table. |
_field_sql_storage_indexname |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Generate an index name for a field data table. |
ConfigStorageInterface::read |
function |
core/includes/config.inc |
Reads configuration data from the storage. |
ConfigFileStorage::deleteAll |
function |
core/includes/config.inc |
Deletes configuration objects whose names start with a given prefix. |
BackdropCacheArray::$storage |
property |
core/includes/bootstrap.inc |
Storage for the data itself. |
field_sql_storage.tests.info |
file |
core/modules/field/modules/field_sql_storage/tests/field_sql_storage.tests.info |
[FieldSqlStorageTestCase]
name = Field SQL Storage tests
description = Test Field SQL Storage module.
group = Field API
file = field_sql_storage.test |
ConfigDatabaseStorage::write |
function |
core/includes/config.inc |
Writes configuration data to the storage. |
_field_sql_storage_tablealias |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Generates a table alias for a field data table. |
_field_sql_storage_columnname |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Generate a column name for a field data table. |
ConfigStorageInterface::write |
function |
core/includes/config.inc |
Writes configuration data to the storage. |
ConfigFileStorage::$directory |
property |
core/includes/config.inc |
The filesystem path for configuration objects. |
hook_field_storage_info_alter |
function |
core/modules/field/field.api.php |
Perform alterations on Field API storage types. |
field_test_field_storage_info |
function |
core/modules/field/tests/field_test/field_test.storage.inc |
Implements hook_field_storage_info(). |
field_test_field_storage_load |
function |
core/modules/field/tests/field_test/field_test.storage.inc |
Implements hook_field_storage_load(). |
hook_field_storage_pre_insert |
function |
core/modules/field/field.api.php |
Act before the storage backends insert field data. |
hook_field_storage_pre_update |
function |
core/modules/field/field.api.php |
Act before the storage backends update field data. |
ConfigDatabaseStorage::$table |
property |
core/includes/config.inc |
The database table to use for configuration objects. |
ConfigDatabaseStorage::schema |
function |
core/includes/config.inc |
The database schema. |
ConfigDatabaseStorage::exists |
function |
core/includes/config.inc |
Returns whether a configuration object exists. |
ConfigDatabaseStorage::delete |
function |
core/includes/config.inc |
Deletes a configuration object from the storage. |
ConfigDatabaseStorage::rename |
function |
core/includes/config.inc |
Renames a configuration object in the storage. |
ConfigDatabaseStorage::encode |
function |
core/includes/config.inc |
Encodes configuration data into the storage-specific format. |
ConfigDatabaseStorage::decode |
function |
core/includes/config.inc |
Decodes configuration data from the storage-specific format. |
UserStorageController::create |
function |
core/modules/user/user.entity.inc |
Overrides EntityDatabaseStorageController::create(). |
NodeStorageController::delete |
function |
core/modules/node/node.entity.inc |
Overrides EntityDatabaseStorageController::delete(). |
form_test_storage_form_submit |
function |
core/modules/simpletest/tests/form_test.module |
Form submit handler to finish multi-step form. |
ConfigStorageInterface::exists |
function |
core/includes/config.inc |
Returns whether a configuration object exists. |
ConfigStorageInterface::delete |
function |
core/includes/config.inc |
Deletes a configuration object from the storage. |
ConfigStorageInterface::rename |
function |
core/includes/config.inc |
Renames a configuration object in the storage. |
ConfigStorageInterface::encode |
function |
core/includes/config.inc |
Encodes configuration data into the storage-specific format. |
ConfigStorageInterface::decode |
function |
core/includes/config.inc |
Decodes configuration data from the storage-specific format. |
ConfigFileStorage::__construct |
function |
core/includes/config.inc |
Constructs a new FileStorage controller. |