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
LangcodeRequiredIfTranslatableValuesConstraintValidator.php file core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraintValidator.php
LangcodeRequiredIfTranslatableValuesConstraintValidator::validate function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraintValidator.php
LanguageHooks::tourTipsAlter function core/modules/language/src/Hook/LanguageHooks.php Implements hook_tour_tips_alter().
LanguageTestHooks::pageTop function core/modules/language/tests/language_test/src/Hook/LanguageTestHooks.php Implements hook_page_top().
LanguageTestHooks::storeLanguageNegotiation function core/modules/language/tests/language_test/src/Hook/LanguageTestHooks.php Store the last negotiated languages.
LayoutBuilderBlocksTest::testPluginsProvidingCustomAttributesAndContextualLinks function core/modules/layout_builder/tests/src/Functional/LayoutBuilderBlocksTest.php Tests that block plugins can define custom attributes and contextual links.
LayoutBuilderEntityFormTrait::getSectionStorage function core/modules/layout_builder/src/Form/LayoutBuilderEntityFormTrait.php Retrieves the section storage object.
LayoutBuilderEntityFormTrait::redirectOnSubmit function core/modules/layout_builder/src/Form/LayoutBuilderEntityFormTrait.php Form submission handler.
LayoutBuilderOverridableInterface::setOverridable function core/modules/layout_builder/src/LayoutBuilderOverridableInterface.php Sets the display to allow or disallow overrides.
LayoutBuilderOverridesTest::testOverrides function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php Tests functionality of Layout Builder for overrides.
LayoutBuilderOverridesTest::testOverridesFormAlter function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php Tests a custom alter of the overrides form.
LayoutBuilderOverridesTest::testOverridesWithoutDefaultsAccess function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php Tests Layout Builder overrides without access to edit the default layout.
LayoutBuilderOverridesTest::testOverridesWithoutFieldUi function core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php Tests Layout Builder overrides without Field UI installed.
LayoutBuilderTestThemeHooks::layoutOneCol function core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestThemeHooks.php Implements hook_preprocess_HOOK() for one-column layout template.
LayoutForm::$sectionStorage property core/modules/navigation/src/Form/LayoutForm.php The section storage.
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.

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