Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
media_test_ckeditor.info.yml file core/modules/media/tests/modules/media_test_ckeditor/media_test_ckeditor.info.yml core/modules/media/tests/modules/media_test_ckeditor/media_test_ckeditor.info.yml
media_test_ckeditor.module file core/modules/media/tests/modules/media_test_ckeditor/media_test_ckeditor.module Helper module for the Media Embed CKEditor plugin tests.
media_test_ckeditor.route_subscriber service core/modules/media/tests/modules/media_test_ckeditor/media_test_ckeditor.services.yml Drupal\media_test_ckeditor\Routing\RouteSubscriber
media_test_ckeditor.services.yml file core/modules/media/tests/modules/media_test_ckeditor/media_test_ckeditor.services.yml core/modules/media/tests/modules/media_test_ckeditor/media_test_ckeditor.services.yml
media_test_ckeditor_entity_view_alter function core/modules/media/tests/modules/media_test_ckeditor/media_test_ckeditor.module Implements hook_entity_view_alter().
media_test_ckeditor_preprocess_media_embed_error function core/modules/media/tests/modules/media_test_ckeditor/media_test_ckeditor.module Implements hook_preprocess_HOOK().
MemoryBackendFactory class core/lib/Drupal/Core/Cache/MemoryBackendFactory.php
MemoryBackendFactory.php file core/lib/Drupal/Core/Cache/MemoryBackendFactory.php
MemoryBackendFactory::$bins property core/lib/Drupal/Core/Cache/MemoryBackendFactory.php Instantiated memory cache bins.
MemoryBackendFactory::get function core/lib/Drupal/Core/Cache/MemoryBackendFactory.php Gets a cache backend class for a given cache bin.
MemoryStorage class core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Defines a default key/value store implementation.
MemoryStorage class core/lib/Drupal/Core/Config/MemoryStorage.php Provides an in memory configuration storage.
MemoryStorage.php file core/lib/Drupal/Core/Config/MemoryStorage.php
MemoryStorage.php file core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php
MemoryStorage::$collection property core/lib/Drupal/Core/Config/MemoryStorage.php The storage collection.
MemoryStorage::$config property core/lib/Drupal/Core/Config/MemoryStorage.php The configuration, an object shared by reference across collections.
MemoryStorage::$data property core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php The actual storage of key-value pairs.
MemoryStorage::createCollection function core/lib/Drupal/Core/Config/MemoryStorage.php Creates a collection on the storage.
MemoryStorage::decode function core/lib/Drupal/Core/Config/MemoryStorage.php Decodes configuration data from the storage-specific format.
MemoryStorage::delete function core/lib/Drupal/Core/Config/MemoryStorage.php Deletes a configuration object from the storage.
MemoryStorage::delete function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Deletes an item from the key/value store.
MemoryStorage::deleteAll function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Deletes all items from the key/value store.
MemoryStorage::deleteAll function core/lib/Drupal/Core/Config/MemoryStorage.php Deletes configuration objects whose names start with a given prefix.
MemoryStorage::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Deletes multiple items from the key/value store.
MemoryStorage::encode function core/lib/Drupal/Core/Config/MemoryStorage.php Encodes configuration data into the storage-specific format.
MemoryStorage::exists function core/lib/Drupal/Core/Config/MemoryStorage.php Returns whether a configuration object exists.
MemoryStorage::get function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Returns the stored value for a given key.
MemoryStorage::getAll function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Returns all stored key/value pairs in the collection.
MemoryStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/MemoryStorage.php Gets the existing collections.
MemoryStorage::getCollectionName function core/lib/Drupal/Core/Config/MemoryStorage.php Gets the name of the current collection the storage is using.
MemoryStorage::getMultiple function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Returns the stored key/value pairs for a given set of keys.
MemoryStorage::has function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Returns whether a given key exists in the store.
MemoryStorage::listAll function core/lib/Drupal/Core/Config/MemoryStorage.php Gets configuration object names starting with a given prefix.
MemoryStorage::read function core/lib/Drupal/Core/Config/MemoryStorage.php Reads configuration data from the storage.
MemoryStorage::readMultiple function core/lib/Drupal/Core/Config/MemoryStorage.php Reads configuration data from the storage.
MemoryStorage::rename function core/lib/Drupal/Core/Config/MemoryStorage.php Renames a configuration object in the storage.
MemoryStorage::rename function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Renames a key.
MemoryStorage::set function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Saves a value for a given key.
MemoryStorage::setIfNotExists function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Saves a value for a given key if it does not exist yet.
MemoryStorage::setMultiple function core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Saves key/value pairs.
MemoryStorage::write function core/lib/Drupal/Core/Config/MemoryStorage.php Writes configuration data to the storage.
MemoryStorage::__construct function core/lib/Drupal/Core/Config/MemoryStorage.php Constructs a new MemoryStorage.
MemoryStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php Tests MemoryStorage operations.
MemoryStorageTest class core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php Tests the key-value memory storage.
MemoryStorageTest.php file core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php
MemoryStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MemoryStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MemoryStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MemoryStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
MemoryStorageTest::register function core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php Registers test-specific services.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.