ConfigDatabaseStorage::__construct |
function |
core/includes/config.inc |
Constructs a new ConfigDatabaseStorage controller. |
FormsFormStorageTestCase::$profile |
property |
core/modules/simpletest/tests/form.test |
The profile to install as a basis for testing. |
FormsFormStorageTestCase::testForm |
function |
core/modules/simpletest/tests/form.test |
Tests using the form in a usual way. |
UserStorageController::buildContent |
function |
core/modules/user/user.entity.inc |
Implements EntityControllerInterface::buildContent(). |
FormsFormStorageTestCase::$web_user |
property |
core/modules/simpletest/tests/form.test |
|
ConfigDatabaseStorage::readMultiple |
function |
core/includes/config.inc |
Reads configuration data from the storage. |
FileStorageController::buildContent |
function |
core/modules/file/file.entity.inc |
Implements EntityControllerInterface::buildContent(). |
NodeStorageController::buildContent |
function |
core/modules/node/node.entity.inc |
Implements EntityControllerInterface::buildContent(). |
NodeStorageController::saveRevision |
function |
core/modules/node/node.entity.inc |
Saves a node revision. |
_update_7000_field_sql_storage_write |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.install |
Utility function: write field data directly to SQL storage. |
field_sql_storage_field_storage_info |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_info(). |
field_sql_storage_field_storage_load |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_load(). |
_field_sql_storage_query_join_entity |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Adds the base entity table to a field query object. |
ConfigStorageInterface::readMultiple |
function |
core/includes/config.inc |
Reads configuration data from the storage. |
CommentStorageController::buildQuery |
function |
core/modules/comment/comment.entity.inc |
Overrides EntityDatabaseStorageController::buildQuery(). |
CommentStorageController::attachLoad |
function |
core/modules/comment/comment.entity.inc |
Overrides EntityDatabaseStorageController::attachLoad(). |
CommentStorageController::postDelete |
function |
core/modules/comment/comment.entity.inc |
Overrides EntityDatabaseStorageController::postDelete(). |
field_test_dummy_field_storage_query |
function |
core/modules/field/tests/field_test/field_test.module |
Pseudo-implements hook_field_storage_query(). |
FieldSqlStorageTestCase::$field_name |
property |
core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test |
|
ConfigDatabaseStorage::isInitialized |
function |
core/includes/config.inc |
Check that the storage managed by this object is present and functional. |
ConfigFileStorage::initializeStorage |
function |
core/includes/config.inc |
Create a configuration directory, if it does not already exist, and ensure
it is writable by the site. Additionally, protect it with a .htaccess file. |
ConfigDatabaseStorage::importArchive |
function |
core/includes/config.inc |
Import an archive of configuration files into the config storage managed
by this object. |
ConfigDatabaseStorage::exportArchive |
function |
core/includes/config.inc |
Export an archive of configuration files from the config storage managed
by this object. |
form_test_storage_page_cache_rebuild |
function |
core/modules/simpletest/tests/form_test.module |
Form submit callback: Rebuild the form and continue. |
_field_sql_storage_revision_tablename |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Generate a table name for a field revision archive table. |
field_sql_storage_field_update_forbid |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_update_forbid(). |
field_sql_storage_field_storage_write |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_write(). |
field_sql_storage_field_storage_purge |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_purge(). |
field_sql_storage_field_storage_query |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_query(). |
field_test_field_storage_create_field |
function |
core/modules/field/tests/field_test/field_test.storage.inc |
Implements hook_field_storage_create_field(). |
field_test_field_storage_delete_field |
function |
core/modules/field/tests/field_test/field_test.storage.inc |
Implements hook_field_storage_delete_field(). |
EntityDatabaseStorageController::save |
function |
core/modules/entity/entity.controller.inc |
Implements EntityStorageControllerInterface::save(). |
ConfigStorageInterface::isInitialized |
function |
core/includes/config.inc |
Check that the storage managed by this object is present and functional. |
ConfigStorageInterface::importArchive |
function |
core/includes/config.inc |
Import an archive of configuration files into the config storage managed
by this object. |
ConfigStorageInterface::exportArchive |
function |
core/includes/config.inc |
Export an archive of configuration files from the config storage managed
by this object. |
field_sql_storage_field_storage_delete |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_delete(). |
field_test_field_storage_details_alter |
function |
core/modules/field/tests/field_test/field_test.storage.inc |
Implements hook_field_storage_details_alter(). |
EntityStorageControllerInterface::save |
function |
core/modules/entity/entity.controller.inc |
Saves the entity permanently. |
ConfigDatabaseStorage::getModifiedTime |
function |
core/includes/config.inc |
Returns a timestamp indicating the last time a configuration was modified. |
CommentStorageController::buildContent |
function |
core/modules/comment/comment.entity.inc |
Implements EntityControllerInterface::buildContent(). |
form_storage_test_form_continue_submit |
function |
core/modules/simpletest/tests/form_test.module |
Form submit handler to continue multi-step form. |
field_sql_storage_field_storage_details |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Implements hook_field_storage_details(). |
ConfigStorageInterface::getModifiedTime |
function |
core/includes/config.inc |
Returns a timestamp indicating the last time a configuration was modified. |
EntityDatabaseStorageController::create |
function |
core/modules/entity/entity.controller.inc |
Implements EntityStorageControllerInterface::create(). |
EntityDatabaseStorageController::delete |
function |
core/modules/entity/entity.controller.inc |
Implements EntityStorageControllerInterface::delete(). |
hook_field_storage_purge_field_instance |
function |
core/modules/field/field.api.php |
Remove field storage information when a field instance is purged. |
field_test_field_storage_delete_revision |
function |
core/modules/field/tests/field_test/field_test.storage.inc |
Implements hook_field_storage_delete_revision(). |
field_test_field_storage_delete_instance |
function |
core/modules/field/tests/field_test/field_test.storage.inc |
Implements hook_field_storage_delete_instance(). |
FieldSqlStorageTestCase::$revision_table |
property |
core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test |
|
EntityStorageControllerInterface::create |
function |
core/modules/entity/entity.controller.inc |
Constructs a new entity object, without permanently saving it. |