Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| MemoryBackendFactory.php | file | core/ |
|
| MemoryBackendFactory::$bins | property | core/ |
Instantiated memory cache bins. |
| MemoryBackendFactory::get | function | core/ |
Gets a cache backend class for a given cache bin. |
| MemoryBackendTest | class | core/ |
Unit test of the memory cache backend using the generic cache unit test base. |
| MemoryBackendTest.php | file | core/ |
|
| MemoryBackendTest::createCacheBackend | function | core/ |
Creates a new instance of MemoryBackend. |
| MemoryCounterBackend | class | core/ |
Defines a memory cache implementation that counts set and get calls. |
| MemoryCounterBackend.php | file | core/ |
|
| MemoryCounterBackend::$counter | property | core/ |
Stores a list of cache cid calls keyed by function name. |
| MemoryCounterBackend::delete | function | core/ |
Deletes an item from the cache. |
| MemoryCounterBackend::get | function | core/ |
Returns data from the persistent cache. |
| MemoryCounterBackend::getCounter | function | core/ |
Returns the call counter for the get, set and delete methods. |
| MemoryCounterBackend::increaseCounter | function | core/ |
Increase the counter for a function with a certain cid. |
| MemoryCounterBackend::resetCounter | function | core/ |
Resets the call counter. |
| MemoryCounterBackend::set | function | core/ |
Stores data in the persistent cache. |
| MenuLinkContentStorage::getMenuLinkIdsWithPendingRevisions | function | core/ |
Gets a list of menu link IDs with pending revisions. |
| MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions | function | core/ |
Gets a list of menu link IDs with pending revisions. |
| MenuLinksTest::testPendingRevisions | function | core/ |
Tests handling of pending revisions. |
| MenuListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
| MenuTreeStorage::$menuCacheBackend | property | core/ |
Cache backend instance for the extracted tree data. |
| MenuUiContentModerationTest::testMenuUiWithPendingRevisions | function | core/ |
Tests that node drafts can not modify the menu settings. |
| MenuUiTest::testMenuUiWithPendingRevisions | function | core/ |
Test that menu links with pending revisions can not be re-parented. |
| Message::copySender | function | core/ |
Returns TRUE if a copy should be sent to the sender. |
| Message::getSenderMail | function | core/ |
Returns the email address of the sender. |
| Message::getSenderName | function | core/ |
Returns the name of the sender. |
| Message::setCopySender | function | core/ |
Sets if the sender should receive a copy of this email or not. |
| Message::setSenderMail | function | core/ |
Sets the email address of the sender. |
| Message::setSenderName | function | core/ |
Sets the name of the message sender. |
| MessageAction::$renderer | property | core/ |
The renderer. |
| MessageCommand::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
| MessageInterface::copySender | function | core/ |
Returns TRUE if a copy should be sent to the sender. |
| MessageInterface::getSenderMail | function | core/ |
Returns the email address of the sender. |
| MessageInterface::getSenderName | function | core/ |
Returns the name of the sender. |
| MessageInterface::setCopySender | function | core/ |
Sets if the sender should receive a copy of this email or not. |
| MessageInterface::setSenderMail | function | core/ |
Sets the email address of the sender. |
| MessageInterface::setSenderName | function | core/ |
Sets the name of the message sender. |
| Messages::render | function | core/ |
Render the area. |
| MessagesTest::testRender | function | core/ |
Tests the render method. |
| MetadataBubblingUrlGenerator::$renderer | property | core/ |
The renderer. |
| MetadataBubblingUrlGeneratorTest::$renderer | property | core/ |
The renderer. |
| MigrateBuildDependencyInterface | interface | core/ |
|
| MigrateBuildDependencyInterface.php | file | core/ |
|
| MigrateBuildDependencyInterface::buildDependencyMigration | function | core/ |
Builds a dependency tree for the migrations and set their order. |
| MigrateDependenciesTest | class | core/ |
Ensure the consistency among the dependencies for migrate. |
| MigrateDependenciesTest.php | file | core/ |
|
| MigrateDependenciesTest::$modules | property | core/ |
Modules to enable. |
| MigrateDependenciesTest::testAggregatorMigrateDependencies | function | core/ |
Tests dependencies on the migration of aggregator feeds & items. |
| MigrateDependenciesTest::testMigrateDependenciesOrder | function | core/ |
Tests that the order is correct when loading several migrations. |
| MigrateDependenciesTest::testMigrationDependenciesOrder | function | core/ |
Tests that the order is correct when loading several migrations. |
| Migration::$dependencies | property | core/ |
The migration's configuration dependencies. |
Pagination
- Previous page
- Page 37
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.