|
StorageInterface::rename |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Renames a configuration object in the storage. |
|
PdoProfilerStorage::exec |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
|
|
StorageInterface::encode |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Encodes configuration data into the storage-specific format. |
|
Field::getStorageDetails |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php |
Returns information about how the storage backend stores the field data. |
|
StorageInterface::decode |
function |
drupal/core/lib/Drupal/Core/Config/StorageInterface.php |
Decodes configuration data from the storage-specific format. |
|
StorageTest::testDetails |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/StorageTest.php |
Tests changing label, description and tag. |
|
config.storage.installer |
service |
drupal/core/core.services.yml |
Drupal\Core\Config\InstallStorage |
|
CommentStorageController |
class |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Defines the controller class for comments. |
|
_field_test_storage_data |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Helper function: stores or retrieves data from the 'storage backend'. |
|
MemcachedProfilerStorage |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/MemcachedProfilerStorage.php |
Memcached Profiler Storage |
|
NativeSessionStorage.php |
file |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
|
|
NullStorageExpirable.php |
file |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Contains \Drupal\Core\KeyValueStore\NullStorageExpirable. |
|
MemoryStorageTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/MemoryStorageTest.php |
Sets up unit test environment. |
|
FileStorage::__construct |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Constructs this FileStorage object. |
|
hook_field_storage_write |
function |
drupal/core/modules/field/field.api.php |
Write field data for an entity. |
|
FileStorage::getFullPath |
function |
drupal/core/lib/Drupal/Component/PhpStorage/FileStorage.php |
Returns the full path where the file is or should be stored. |
|
hook_field_storage_query |
function |
drupal/core/modules/field/field.api.php |
Execute a Drupal\Core\Entity\EntityFieldQuery. |
|
field_sql_storage.module |
file |
drupal/core/modules/field_sql_storage/field_sql_storage.module |
Default implementation of the field storage API. |
|
MetadataBag::$storageKey |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php |
|
|
hook_field_storage_purge |
function |
drupal/core/modules/field/field.api.php |
Remove field storage information when field data is purged. |
|
FileStorage::__construct |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Constructs a new FileStorage controller. |
|
FileStorage::getFilePath |
function |
drupal/core/lib/Drupal/Core/Config/FileStorage.php |
Returns the path to the configuration file. |
|
RedisProfilerStorageTest |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/RedisProfilerStorageTest.php |
|
|
TwigEnvironment::storage |
function |
drupal/core/lib/Drupal/Core/Template/TwigEnvironment.php |
Gets the PHP code storage object to use for the compiled Twig files. |
|
field_info_storage_types |
function |
drupal/core/modules/field/field.info.inc |
Returns information about field storage from hook_field_storage_info(). |
|
DatabaseStorage::listAll |
function |
drupal/core/lib/Drupal/Core/Config/DatabaseStorage.php |
Implements Drupal\Core\Config\StorageInterface::listAll(). |
|
ProfilerStorageInterface |
interface |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php |
ProfilerStorageInterface. |
|
InstallStorage::$folders |
property |
drupal/core/lib/Drupal/Core/Config/InstallStorage.php |
Folder map indexed by configuration name. |
|
ViewStorageInterface.php |
file |
drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php |
Definition of Drupal\views\ViewStorageInterface. |
|
StorageBase::$collection |
property |
drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
The name of the collection holding key and value pairs. |
|
StorageBase::__construct |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::__construct(). |
|
StorageBase::setMultiple |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/StorageBase.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::setMultiple(). |
|
BlockStorageUnitTest.php |
file |
drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php |
Contains \Drupal\block\Tests\BlockStorageUnitTest. |
|
CachedStorage::deleteAll |
function |
drupal/core/lib/Drupal/Core/Config/CachedStorage.php |
Implements Drupal\Core\Config\StorageInterface::deleteAll(). |
|
DatabaseStorageExpirable |
class |
drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php |
Defines a default key/value store implementation for expiring items. |
|
FileStorageTest::getInfo |
function |
drupal/core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php |
This method exists to support the simpletest UI runner. |
|
NullStorageExpirable::get |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::get(). |
|
DatabaseStorageController |
class |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Defines a base entity controller class. |
|
NullStorageExpirable::set |
function |
drupal/core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php |
Implements Drupal\Core\KeyValueStore\KeyValueStoreInterface::set(). |
|
AttributeBag::$storageKey |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php |
|
|
SqliteProfilerStorage.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/SqliteProfilerStorage.php |
|
|
ConfigStorageTestBase.php |
file |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php |
Definition of Drupal\config\Tests\Storage\ConfigStorageTestBase. |
|
MenuLinkStorageController |
class |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Controller class for menu links. |
|
DatabaseStorageTest::read |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/Storage/DatabaseStorageTest.php |
|
|
FileStorageController.php |
file |
drupal/core/modules/file/lib/Drupal/file/FileStorageController.php |
Definition of Drupal\file\FileStorageController. |
|
DATETIME_STORAGE_TIMEZONE |
constant |
drupal/core/modules/datetime/datetime.module |
Defines the timezone that dates should be stored in. |
|
PdoProfilerStorage::write |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
Saves a Profile. |
|
PdoProfilerStorage::purge |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php |
Purges all data from the database. |
|
BatchStorage::$connection |
property |
drupal/core/lib/Drupal/Core/Utility/BatchStorage.php |
|
|
BatchStorage::__construct |
function |
drupal/core/lib/Drupal/Core/Utility/BatchStorage.php |
|