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
LazyService::getValue function core/tests/Drupal/Tests/ProxyClass/Core/DependencyInjection/Fixture/LazyService.php
LazyService::getValue function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/LazyService.php Returns a value.
LazyService::lazyLoadItself function core/tests/Drupal/Tests/ProxyClass/Core/DependencyInjection/Fixture/LazyService.php Lazy loads the real service from the container.
LazyService::__construct function core/tests/Drupal/Tests/ProxyClass/Core/DependencyInjection/Fixture/LazyService.php Constructs a ProxyClass Drupal proxy object.
lazy_route_provider_install_test.info.yml file core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.info.yml core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.info.yml
lazy_route_provider_install_test.services.yml file core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.services.yml core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.services.yml
LeaveProfileNode::__construct function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/LeaveProfileNode.php
LegacyFileSystemTest class core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php Tests the legacy file system functions.
LegacyFileSystemTest.php file core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php
LegacyFileSystemTest::$fileSystem property core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php The file system under test.
LegacyFileSystemTest::setUp function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php
LegacyFileSystemTest::testCopyWithDeprecatedFileExists function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php Tests copy with deprecated file exists.
LegacyFileSystemTest::testCopyWithOutOfBoundsIntNegative function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php Tests copy with out of bounds int negative.
LegacyFileSystemTest::testCopyWithOutOfBoundsIntPositive function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php Tests copy with out of bounds int positive.
LegacyFileSystemTest::testGetDestinationFilenameWithDeprecatedFileExists function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php Tests get destination filename with deprecated file exists.
LegacyFileSystemTest::testMoveWithDeprecatedFileExists function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php Tests move with deprecated file exists.
LegacyFileSystemTest::testSaveDataWithDeprecatedFileExists function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php Tests save data with deprecated file exists.
LegacyFrontControllerTest class core/tests/Drupal/FunctionalTests/Bootstrap/LegacyFrontControllerTest.php Tests that front-controllers without symfony/runtime keep working.
LegacyFrontControllerTest.php file core/tests/Drupal/FunctionalTests/Bootstrap/LegacyFrontControllerTest.php
LegacyFrontControllerTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Bootstrap/LegacyFrontControllerTest.php
LegacyFrontControllerTest::$fileSystem property core/tests/Drupal/FunctionalTests/Bootstrap/LegacyFrontControllerTest.php The file system under test.
LegacyFrontControllerTest::$modules property core/tests/Drupal/FunctionalTests/Bootstrap/LegacyFrontControllerTest.php
LegacyFrontControllerTest::setUp function core/tests/Drupal/FunctionalTests/Bootstrap/LegacyFrontControllerTest.php
LegacyFrontControllerTest::testSuccessfulFrontControllerRequest function core/tests/Drupal/FunctionalTests/Bootstrap/LegacyFrontControllerTest.php Tests that a simple request is routed by the front-controller correctly.
LegacyHookTest class core/modules/system/tests/src/Functional/Extension/LegacyHookTest.php Tests the LegacyHook attribute.
LegacyHookTest.php file core/modules/system/tests/src/Functional/Extension/LegacyHookTest.php
LegacyHookTest::$defaultTheme property core/modules/system/tests/src/Functional/Extension/LegacyHookTest.php
LegacyHookTest::$modules property core/modules/system/tests/src/Functional/Extension/LegacyHookTest.php
LegacyHookTest::testLegacyHook function core/modules/system/tests/src/Functional/Extension/LegacyHookTest.php Tests the LegacyHook attribute.
LegacyMimeTypeMapLoadedSubscriber class core/lib/Drupal/Core/File/EventSubscriber/LegacyMimeTypeMapLoadedSubscriber.php Modifies the MIME type map by calling hook_file_mimetype_mapping_alter().
LegacyMimeTypeMapLoadedSubscriber.php file core/lib/Drupal/Core/File/EventSubscriber/LegacyMimeTypeMapLoadedSubscriber.php
LegacyMimeTypeMapLoadedSubscriber::getSubscribedEvents function core/lib/Drupal/Core/File/EventSubscriber/LegacyMimeTypeMapLoadedSubscriber.php
LegacyMimeTypeMapLoadedSubscriber::onMimeTypeMapLoaded function core/lib/Drupal/Core/File/EventSubscriber/LegacyMimeTypeMapLoadedSubscriber.php Handle the event by calling deprecated hook_file_mimetype_mapping_alter().
LegacyMimeTypeMapLoadedSubscriber::__construct function core/lib/Drupal/Core/File/EventSubscriber/LegacyMimeTypeMapLoadedSubscriber.php
LegacyMimeTypeTest class core/tests/Drupal/KernelTests/Core/File/MimeType/LegacyMimeTypeTest.php Tests deprecated file features.
LegacyMimeTypeTest.php file core/tests/Drupal/KernelTests/Core/File/MimeType/LegacyMimeTypeTest.php
LegacyMimeTypeTest::$modules property core/tests/Drupal/KernelTests/Core/File/MimeType/LegacyMimeTypeTest.php Modules to install.
LegacyMimeTypeTest::testHookFileMimetypeMappingAlter function core/tests/Drupal/KernelTests/Core/File/MimeType/LegacyMimeTypeTest.php Tests deprecation of hook_file_mimetype_mapping_alter.
LegacyModuleImplementsAlter class core/lib/Drupal/Core/Hook/Attribute/LegacyModuleImplementsAlter.php Prevents procedural hook_module_implements_alter from executing.
LegacyModuleImplementsAlter.php file core/lib/Drupal/Core/Hook/Attribute/LegacyModuleImplementsAlter.php
LegacyRequirementSeverityTest class core/tests/Drupal/KernelTests/Core/Extension/LegacyRequirementSeverityTest.php Tests the legacy requirements severity deprecations.
LegacyRequirementSeverityTest.php file core/tests/Drupal/KernelTests/Core/Extension/LegacyRequirementSeverityTest.php
LegacyRequirementSeverityTest::requirementProvider function core/tests/Drupal/KernelTests/Core/Extension/LegacyRequirementSeverityTest.php Data provider for requirement helper test.
LegacyRequirementSeverityTest::testGetMaxSeverity function core/tests/Drupal/KernelTests/Core/Extension/LegacyRequirementSeverityTest.php Tests get max severity.
LegacyRequirementsHook class core/lib/Drupal/Core/Hook/Attribute/LegacyRequirementsHook.php Prevents procedural requirements hook from executing.
LegacyRequirementsHook.php file core/lib/Drupal/Core/Hook/Attribute/LegacyRequirementsHook.php
LegacySessionTest class core/modules/system/tests/src/Functional/Session/LegacySessionTest.php Drupal legacy session handling tests.
LegacySessionTest.php file core/modules/system/tests/src/Functional/Session/LegacySessionTest.php
LegacySessionTest::$defaultTheme property core/modules/system/tests/src/Functional/Session/LegacySessionTest.php The theme to install as the default for testing.
LegacySessionTest::$modules property core/modules/system/tests/src/Functional/Session/LegacySessionTest.php Modules to install.

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