Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
LazyContextRepository::getAvailableContexts function core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php Gets all available contexts for the purposes of configuration.
LazyContextRepository::getRuntimeContexts function core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php Gets runtime context values for the given context IDs.
LazyContextRepository::__construct function core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php Constructs a LazyContextRepository object.
LazyPluginCollection::getIterator function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php
LegacyFileSystemTest::testCopyWithOutOfBoundsIntNegative function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php @covers ::copy[[api-linebreak]]
LegacyFileSystemTest::testCopyWithOutOfBoundsIntPositive function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php @covers ::copy[[api-linebreak]]
LegacyVersionUtility::convertToLegacyVersion function core/modules/package_manager/src/LegacyVersionUtility.php Converts a version number to a legacy version if needed and possible.
LegacyVersionUtility::convertToSemanticVersion function core/modules/package_manager/src/LegacyVersionUtility.php Converts a version number to a semantic version if needed.
LinearHistory class core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php A chronological list of Checkpoint objects.
LinearHistory.php file core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php
LinearHistory::$activeCheckpoint property core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php The active checkpoint.
LinearHistory::$checkpoints property core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php The list of checkpoints, keyed by ID.
LinearHistory::add function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Adds a new checkpoint.
LinearHistory::CHECKPOINT_KEY constant core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php The store of all the checkpoint names in state.
LinearHistory::count function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php
LinearHistory::delete function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Deletes a checkpoint.
LinearHistory::deleteAll function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Deletes all checkpoints.
LinearHistory::get function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Gets a checkpoint.
LinearHistory::getActiveCheckpoint function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Gets the active checkpoint.
LinearHistory::getIterator function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php
LinearHistory::getParents function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Gets a checkpoint's parents.
LinearHistory::__construct function core/lib/Drupal/Core/Config/Checkpoint/LinearHistory.php Constructs a checkpoints object.
LinearHistoryTest class core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php @coversDefaultClass \Drupal\Core\Config\Checkpoint\LinearHistory[[api-linebreak]]
@group Config
LinearHistoryTest.php file core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php
LinearHistoryTest::CHECKPOINT_KEY constant core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php The key used store of all the checkpoint names in state.
LinearHistoryTest::testAdd function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php @covers ::add[[api-linebreak]]
@covers ::count[[api-linebreak]]
@covers ::getActiveCheckpoint[[api-linebreak]]
@covers \Drupal\Core\Config\Checkpoint\Checkpoint[[api-linebreak]]
LinearHistoryTest::testAddException function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php @covers ::add[[api-linebreak]]
LinearHistoryTest::testDelete function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php @covers ::delete[[api-linebreak]]
LinearHistoryTest::testDeleteAll function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php @covers ::delete[[api-linebreak]]
LinearHistoryTest::testDeleteException function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php @covers ::delete[[api-linebreak]]
LinearHistoryTest::testGetParents function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php @covers ::getParents[[api-linebreak]]
LinearHistoryTest::testGetParentsException function core/tests/Drupal/Tests/Core/Config/Checkpoint/LinearHistoryTest.php @covers ::getParents[[api-linebreak]]
LinksetController::processCustomLinkAttributes function core/modules/system/src/Controller/LinksetController.php Process custom link parameters.
LinksetController::toLinkTargetObjects function core/modules/system/src/Controller/LinksetController.php Encode a menu tree as link items and capture any cacheability metadata.
LinksetControllerTest::testCustomLinkRelation function core/modules/system/tests/src/Functional/Menu/LinksetControllerTest.php Tests that menu items can use a custom link relation.
LocalActionWithDestination::getOptions function core/lib/Drupal/Core/Menu/LocalActionWithDestination.php Returns options for rendering a link for the local action.
LocaleDefaultConfigStorageTest class core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php @group locale
LocaleDefaultConfigStorageTest.php file core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php
LocaleDefaultConfigStorageTest::$modules property core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php Modules to install.
LocaleDefaultConfigStorageTest::testGetComponentNames function core/modules/locale/tests/src/Kernel/LocaleDefaultConfigStorageTest.php Tests retrieval of component names from locale default config storage.
LocaleProjectStorageTest class core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php @coversDefaultClass \Drupal\locale\LocaleProjectStorage[[api-linebreak]]
@group locale
@runTestsInSeparateProcesses
LocaleProjectStorageTest.php file core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php
LocaleProjectStorageTest::$keyValueMemoryFactory property core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php The key value memory factory.
LocaleProjectStorageTest::$projectStorage property core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php The local project storage.
LocaleProjectStorageTest::setUp function core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php
LocaleProjectStorageTest::testDelete function core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php Tests deleted projects are not included in the count.
LocaleProjectStorageTest::testSorting function core/modules/locale/tests/src/Unit/LocaleProjectStorageTest.php Tests that projects are sorted by weight and key.
LocaleTestHooks::tokenInfo function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_token_info().
LocaleTestHooks::tokens function core/modules/locale/tests/modules/locale_test/src/Hook/LocaleTestHooks.php Implements hook_tokens().
Lock::getOwnerId function core/lib/Drupal/Core/TempStore/Lock.php Gets the owner ID.

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