Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LonelyMonkeyController.php | file | core/ |
|
| LonelyMonkeyController::$class | property | core/ |
The lonely monkey class. |
| LonelyMonkeyController::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| LonelyMonkeyController::testBrokenClass | function | core/ |
|
| LonelyMonkeyController::__construct | function | core/ |
|
| LruCacheGenericTest | class | core/ |
Unit test of the LRU memory cache using the generic cache unit test base. |
| LruCacheGenericTest.php | file | core/ |
|
| LruCacheGenericTest::$testObjectProperties | property | core/ |
Most cache backends ensure changes to objects do not affect the cache. |
| LruCacheGenericTest::createCacheBackend | function | core/ |
Creates a new instance of LruMemoryCache. |
| LruCacheGenericTest::testInvalidateTags | function | core/ |
The LRU memory cache removes items when invalidateTags is called. |
| LruMemoryCache | class | core/ |
Defines a least recently used (LRU) static cache implementation. |
| LruMemoryCache.php | file | core/ |
|
| LruMemoryCache::get | function | core/ |
Returns data from the persistent cache. |
| LruMemoryCache::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| LruMemoryCache::handleCacheHits | function | core/ |
Moves an array of cache items to the most recently used positions. |
| LruMemoryCache::invalidate | function | core/ |
Marks a cache item as invalid. |
| LruMemoryCache::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| LruMemoryCache::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| LruMemoryCache::moveItemsToLeastRecentlyUsed | function | core/ |
Moves items to the least recently used positions. |
| LruMemoryCache::set | function | core/ |
Stores data in the persistent cache. |
| LruMemoryCache::__construct | function | core/ |
Constructs an LruMemoryCache object. |
| LruMemoryCacheTest | class | core/ |
Tests Drupal\Core\Cache\MemoryCache\LruMemoryCache. |
| LruMemoryCacheTest.php | file | core/ |
|
| LruMemoryCacheTest::assertCacheData | function | core/ |
Asserts that the given cache data matches the data in the memory cache. |
| LruMemoryCacheTest::getLruMemoryCache | function | core/ |
Creates a LRU cache for testing. |
| LruMemoryCacheTest::testGetSetDelete | function | core/ |
Tests getting, setting and deleting items from the LRU memory cache. |
| LruMemoryCacheTest::testInvalidate | function | core/ |
Tests invalidation from the LRU memory cache. |
| LruMemoryCacheTest::testInvalidateNumeric | function | core/ |
Tests invalidation with numeric keys from the LRU memory cache. |
| LruMemoryCacheTest::testSetMultiple | function | core/ |
Tests setting multiple items in the LRU memory cache. |
| LruMemoryCacheTest::testSetNumericKeys | function | core/ |
Tests setting items with numeric keys in the LRU memory cache. |
| m1.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_expected_migrations_test/migrations/m1.yml |
| m2.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_expected_migrations_test/migrations/m2.yml |
| m3.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_expected_migrations_test/migrations/m3.yml |
| m4.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_expected_migrations_test/migrations/m4.yml |
| m5.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_expected_migrations_test/migrations/m5.yml |
| MachineName | class | core/ |
Creates a machine name. |
| MachineName | class | core/ |
Field handler which allows to show machine name content as human name. |
| MachineName | class | core/ |
Provides a machine name render element. |
| MachineName.php | file | core/ |
|
| MachineName.php | file | core/ |
|
| MachineName.php | file | core/ |
|
| MachineName::$replacePattern | property | core/ |
The regular expression pattern. |
| MachineName::$transliteration | property | core/ |
The transliteration service. |
| MachineName::$valueOptions | property | core/ |
Stores the available options. |
| MachineName::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
| MachineName::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| MachineName::getInfo | function | core/ |
Returns the element properties for this element. |
| MachineName::getTransliterationLanguageOverrides | function | core/ |
Gets transliteration language overrides for a language. |
| MachineName::getValueOptions | function | core/ |
|
| MachineName::preRender | function | core/ |
Runs before any fields are rendered. |
Pagination
- Previous page
- Page 992
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.