Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 10.3.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
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.
MemoryBackendTest class core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php Unit test of the memory cache backend using the generic cache unit test base.
MemoryBackendTest.php file core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php
MemoryBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php Creates a new instance of MemoryBackend.
MemoryCounterBackend class core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Defines a memory cache implementation that counts set and get calls.
MemoryCounterBackend.php file core/lib/Drupal/Core/Cache/MemoryCounterBackend.php
MemoryCounterBackend::$counter property core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Stores a list of cache cid calls keyed by function name.
MemoryCounterBackend::delete function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Deletes an item from the cache.
MemoryCounterBackend::get function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Returns data from the persistent cache.
MemoryCounterBackend::getCounter function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Returns the call counter for the get, set and delete methods.
MemoryCounterBackend::increaseCounter function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Increase the counter for a function with a certain cid.
MemoryCounterBackend::resetCounter function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Resets the call counter.
MemoryCounterBackend::set function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Stores data in the persistent cache.
MenuLinkContentStorage::getMenuLinkIdsWithPendingRevisions function core/modules/menu_link_content/src/MenuLinkContentStorage.php Gets a list of menu link IDs with pending revisions.
MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions function core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php Gets a list of menu link IDs with pending revisions.
MenuLinksTest::testPendingRevisions function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests handling of pending revisions.
MenuListBuilder::render function core/modules/menu_ui/src/MenuListBuilder.php Builds the entity listing as renderable array for table.html.twig.
MenuTreeStorage::$menuCacheBackend property core/lib/Drupal/Core/Menu/MenuTreeStorage.php Cache backend instance for the extracted tree data.
MenuUiContentModerationTest::testMenuUiWithPendingRevisions function core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php Tests that node drafts can not modify the menu settings.
MenuUiTest::testMenuUiWithPendingRevisions function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Test that menu links with pending revisions can not be re-parented.
Message::copySender function core/modules/contact/src/Entity/Message.php Returns TRUE if a copy should be sent to the sender.
Message::getSenderMail function core/modules/contact/src/Entity/Message.php Returns the email address of the sender.
Message::getSenderName function core/modules/contact/src/Entity/Message.php Returns the name of the sender.
Message::setCopySender function core/modules/contact/src/Entity/Message.php Sets if the sender should receive a copy of this email or not.
Message::setSenderMail function core/modules/contact/src/Entity/Message.php Sets the email address of the sender.
Message::setSenderName function core/modules/contact/src/Entity/Message.php Sets the name of the message sender.
MessageAction::$renderer property core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php The renderer.
MessageCommand::render function core/lib/Drupal/Core/Ajax/MessageCommand.php Return an array to be run through json_encode and sent to the client.
MessageInterface::copySender function core/modules/contact/src/MessageInterface.php Returns TRUE if a copy should be sent to the sender.
MessageInterface::getSenderMail function core/modules/contact/src/MessageInterface.php Returns the email address of the sender.
MessageInterface::getSenderName function core/modules/contact/src/MessageInterface.php Returns the name of the sender.
MessageInterface::setCopySender function core/modules/contact/src/MessageInterface.php Sets if the sender should receive a copy of this email or not.
MessageInterface::setSenderMail function core/modules/contact/src/MessageInterface.php Sets the email address of the sender.
MessageInterface::setSenderName function core/modules/contact/src/MessageInterface.php Sets the name of the message sender.
Messages::render function core/modules/views/src/Plugin/views/area/Messages.php Render the area.
MessagesTest::testRender function core/modules/views/tests/src/Unit/Plugin/area/MessagesTest.php Tests the render method.
MetadataBubblingUrlGenerator::$renderer property core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php The renderer.
MetadataBubblingUrlGeneratorTest::$renderer property core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php The renderer.
MigrateBuildDependencyInterface interface core/modules/migrate/src/MigrateBuildDependencyInterface.php
MigrateBuildDependencyInterface.php file core/modules/migrate/src/MigrateBuildDependencyInterface.php
MigrateBuildDependencyInterface::buildDependencyMigration function core/modules/migrate/src/MigrateBuildDependencyInterface.php Builds a dependency tree for the migrations and set their order.
MigrateDependenciesTest class core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php Ensure the consistency among the dependencies for migrate.
MigrateDependenciesTest.php file core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php
MigrateDependenciesTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php Modules to enable.
MigrateDependenciesTest::testAggregatorMigrateDependencies function core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php Tests dependencies on the migration of aggregator feeds & items.
MigrateDependenciesTest::testMigrateDependenciesOrder function core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php Tests that the order is correct when loading several migrations.
MigrateDependenciesTest::testMigrationDependenciesOrder function core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php Tests that the order is correct when loading several migrations.
Migration::$dependencies property core/modules/migrate/src/Plugin/Migration.php The migration's configuration dependencies.

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