Search for all

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

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