Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
LegacySessionTest::testLegacyDataPersistence function core/modules/system/tests/src/Functional/Session/LegacySessionTest.php Tests data persistence via the session_test module callbacks.
LegacySessionTestController class core/modules/system/tests/modules/session_test/src/Controller/LegacySessionTestController.php Controller providing page callbacks for legacy session tests.
LegacySessionTestController.php file core/modules/system/tests/modules/session_test/src/Controller/LegacySessionTestController.php
LegacySessionTestController::get function core/modules/system/tests/modules/session_test/src/Controller/LegacySessionTestController.php Prints the stored session value to the screen.
LegacySessionTestController::set function core/modules/system/tests/modules/session_test/src/Controller/LegacySessionTestController.php Stores a value in $_SESSION['legacy_test_value'].
LegacyStatusReportTest class core/tests/Drupal/KernelTests/Core/Render/Element/LegacyStatusReportTest.php Tests the status report element legacy methods.
LegacyStatusReportTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/LegacyStatusReportTest.php
LegacyStatusReportTest::testGetSeveritiesDeprecation function core/tests/Drupal/KernelTests/Core/Render/Element/LegacyStatusReportTest.php Tests the getSeverities() method deprecation.
LegacyVersionUtility class core/modules/package_manager/src/LegacyVersionUtility.php A utility class for dealing with legacy version numbers.
LegacyVersionUtility.php file core/modules/package_manager/src/LegacyVersionUtility.php
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.
LegacyVersionUtility::isLegacyVersion function core/modules/package_manager/src/LegacyVersionUtility.php Determines if a version is legacy.
legacy_front_controller_test.info.yml file core/modules/system/tests/modules/legacy_front_controller_test/legacy_front_controller_test.info.yml core/modules/system/tests/modules/legacy_front_controller_test/legacy_front_controller_test.info.yml
legacy_front_controller_test.routing.yml file core/modules/system/tests/modules/legacy_front_controller_test/legacy_front_controller_test.routing.yml core/modules/system/tests/modules/legacy_front_controller_test/legacy_front_controller_test.routing.yml
legacy_hook_test.info.yml file core/modules/system/tests/modules/legacy_hook_test/legacy_hook_test.info.yml core/modules/system/tests/modules/legacy_hook_test/legacy_hook_test.info.yml
legacy_hook_test.module file core/modules/system/tests/modules/legacy_hook_test/legacy_hook_test.module
legacy_hook_test_test1 function core/modules/system/tests/modules/legacy_hook_test/legacy_hook_test.module #[LegacyHook]
legacy_hook_test_test2 function core/modules/system/tests/modules/legacy_hook_test/legacy_hook_test.module
LengthConstraint class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php Length constraint.
LengthConstraint.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php
LengthConstraint::validatedBy function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php
LengthConstraint::__construct function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php
LenientConfigSchemaChecker class core/lib/Drupal/Core/Config/Development/LenientConfigSchemaChecker.php Listens to the config save event and warns about invalid schema.
LenientConfigSchemaChecker.php file core/lib/Drupal/Core/Config/Development/LenientConfigSchemaChecker.php
LenientConfigSchemaChecker::onConfigSave function core/lib/Drupal/Core/Config/Development/LenientConfigSchemaChecker.php Checks that configuration complies with its schema on config save.
LenientConfigSchemaChecker::__construct function core/lib/Drupal/Core/Config/Development/LenientConfigSchemaChecker.php Constructs the ConfigSchemaChecker object.
lets-hear-it-for-carrots.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/article_body/lets-hear-it-for-carrots.html
lets-hear-it-for-carrots.html file core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/article_body/lets-hear-it-for-carrots.html
lib-overrides.component.yml file core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.component.yml core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.component.yml
lib-overrides.css file core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.css /* The linter does not allow empty CSS. Let's add anything here. */
div {
display: block;
}
lib-overrides.twig file core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.twig It works
LibrariesDirectoryFileFinder class core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php Finds files that are located in the supported 'libraries' directories.
LibrariesDirectoryFileFinder.php file core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php
LibrariesDirectoryFileFinder::$installProfile property core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php The install profile.
LibrariesDirectoryFileFinder::$profileExtensionList property core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php The profile extension list.
LibrariesDirectoryFileFinder::$root property core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php The app root.
LibrariesDirectoryFileFinder::$sitePath property core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php The site path.
LibrariesDirectoryFileFinder::find function core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php Finds files that are located in the supported 'libraries' directories.
LibrariesDirectoryFileFinder::__construct function core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php Constructs a new LibrariesDirectoryFileFinder instance.
LibrariesDirectoryFileFinderTest class core/tests/Drupal/Tests/Core/Asset/LibrariesDirectoryFileFinderTest.php Tests Drupal\Core\Asset\LibrariesDirectoryFileFinder.
LibrariesDirectoryFileFinderTest.php file core/tests/Drupal/Tests/Core/Asset/LibrariesDirectoryFileFinderTest.php
LibrariesDirectoryFileFinderTest::testFind function core/tests/Drupal/Tests/Core/Asset/LibrariesDirectoryFileFinderTest.php Tests find.
library.dependency_resolver service core/core.services.yml Drupal\Core\Asset\LibraryDependencyResolver
library.discovery service core/core.services.yml Drupal\Core\Asset\LibraryDiscoveryCollector
library.discovery.parser service core/core.services.yml Drupal\Core\Asset\LibraryDiscoveryParser
library.libraries_directory_file_finder service core/core.services.yml Drupal\Core\Asset\LibrariesDirectoryFileFinder
library.parsing_cache service core/core.services.yml Drupal\Core\Utility\YamlCacheCollector
LibraryDefinitionMissingLicenseException class core/lib/Drupal/Core/Asset/Exception/LibraryDefinitionMissingLicenseException.php Defines a custom exception if a library has a remote but no license.
LibraryDefinitionMissingLicenseException.php file core/lib/Drupal/Core/Asset/Exception/LibraryDefinitionMissingLicenseException.php

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