Search for end
- Search 7.x for end
- Search 9.5.x for end
- Search 8.9.x for end
- Search 10.3.x for end
- Search 11.x for end
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MemoryBackend::setMultiple | function | core/ |
|
| MemoryBackend::__construct | function | core/ |
Construct the MemoryBackend. |
| MemoryBackend::__construct | function | core/ |
Constructs a MemoryBackend object. |
| MemoryBackend::__sleep | function | core/ |
Prevents data stored in memory backends from being serialized. |
| MemoryBackendFactory | class | core/ |
Defines a memory cache backend factory. |
| MemoryBackendFactory.php | file | core/ |
|
| MemoryBackendFactory::$bins | property | core/ |
Instantiated memory cache bins. |
| MemoryBackendFactory::get | function | core/ |
|
| MemoryBackendFactory::__construct | function | core/ |
Constructs a MemoryBackendFactory object. |
| MemoryBackendTest | class | core/ |
Tests the memory flood implementation. |
| MemoryBackendTest | class | core/ |
Tests the MemoryBackend cache. |
| MemoryBackendTest | class | core/ |
Unit test of the memory cache backend using the generic cache unit test base. |
| MemoryBackendTest.php | file | core/ |
|
| MemoryBackendTest.php | file | core/ |
|
| MemoryBackendTest.php | file | core/ |
|
| MemoryBackendTest::$flood | property | core/ |
The tested memory flood backend. |
| MemoryBackendTest::createCacheBackend | function | core/ |
Creates a new instance of MemoryBackend. |
| MemoryBackendTest::setUp | function | core/ |
|
| MemoryBackendTest::testAllowedProceeding | function | core/ |
Tests an allowed flood event. |
| MemoryBackendTest::testExpiring | function | core/ |
Tests a flood event with expiring, so cron will allow to proceed. |
| MemoryBackendTest::testGarbageCollection | function | core/ |
Tests that expired cache items are removed from memory. |
| MemoryBackendTest::testMemoryBackendThreshold | function | core/ |
Tests memory backend records events to the nearest microsecond. |
| MemoryBackendTest::testNotAllowedProceeding | function | core/ |
Tests a flood event with more than the allowed calls. |
| MemoryBackendTest::testNotExpiring | function | core/ |
Tests a flood event with no expiring, so cron will not allow to proceed. |
| MemoryCacheGenericTest::createCacheBackend | function | core/ |
Creates a new instance of MemoryCache. |
| 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/ |
|
| MemoryCounterBackend::get | function | core/ |
|
| 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/ |
|
| MemoryCounterBackendFactory | class | core/ |
Defines the memory counter backend factory. |
| MemoryCounterBackendFactory.php | file | core/ |
|
| MemoryCounterBackendFactory::$bins | property | core/ |
Instantiated memory cache bins. |
| MemoryCounterBackendFactory::get | function | core/ |
|
| MemoryCounterBackendFactory::__construct | function | core/ |
Constructs a MemoryCounterBackendFactory object. |
| MenuActiveTrailTest::setUpMockCacheBackend | function | core/ |
Reinitializes the cache backend as a mock object. |
| MenuLinkContentStorage::getMenuLinkIdsWithPendingRevisions | function | core/ |
|
| MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions | function | core/ |
Gets a list of menu link IDs with pending revisions. |
| MenuLinkListBuilder::render | function | core/ |
|
| MenuLinksTest::testPendingRevisions | function | core/ |
Tests handling of pending revisions. |
| MenuListBuilder::render | function | core/ |
|
| 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/ |
Tests 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. |
Pagination
- Previous page
- Page 40
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.