Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
LazyRouteCollectionTest class core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php @coversDefaultClass \Drupal\Core\Routing\LazyRouteCollection[[api-linebreak]]
LazyRouteCollectionTest.php file core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php
LazyRouteCollectionTest::$routeProvider property core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php The route provider.
LazyRouteCollectionTest::$testRoutes property core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php Array of routes indexed by name.
LazyRouteCollectionTest::setUp function core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php
LazyRouteCollectionTest::testCount function core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php @covers ::count[[api-linebreak]]
LazyRouteCollectionTest::testGetIterator function core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php @covers ::getIterator[[api-linebreak]]
@covers ::all[[api-linebreak]]
LazyRouteCollectionTest::testGetName function core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php Search for a both an existing and a non-existing route.
LazyRouteProviderInstallTest class core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php @group routing
LazyRouteProviderInstallTest.php file core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php
LazyRouteProviderInstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php The theme to install as the default for testing.
LazyRouteProviderInstallTest::$modules property core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php Modules to enable.
LazyRouteProviderInstallTest::testInstallation function core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php Tests that the lazy route provider is used during a module install.
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.module file core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.module Helper module for the lazy route provider tests.
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
lazy_route_provider_install_test_menu_links_discovered_alter function core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.module Implements hook_menu_links_discovered_alter().
LegacyExtensionPathResolverTest class core/tests/Drupal/KernelTests/Core/Extension/LegacyExtensionPathResolverTest.php Tests the extension path resolver deprecations.
LegacyExtensionPathResolverTest.php file core/tests/Drupal/KernelTests/Core/Extension/LegacyExtensionPathResolverTest.php
LegacyExtensionPathResolverTest::testDeprecatedWarning function core/tests/Drupal/KernelTests/Core/Extension/LegacyExtensionPathResolverTest.php @group legacy
LegacyFileTest class core/modules/file/tests/src/Kernel/LegacyFileTest.php Tests deprecated file functions.
LegacyFileTest.php file core/modules/file/tests/src/Kernel/LegacyFileTest.php
LegacyFileTest::testCopy function core/modules/file/tests/src/Kernel/LegacyFileTest.php Tests the file_copy deprecation and legacy behavior.
LegacyFileTest::testFileSaveUploadSingleErrorFormSize function core/modules/file/tests/src/Kernel/LegacyFileTest.php Tests file size upload errors.
LegacyFileTest::testMove function core/modules/file/tests/src/Kernel/LegacyFileTest.php Tests the file_copy deprecation and legacy behavior.
LegacyFileTest::testSaveData function core/modules/file/tests/src/Kernel/LegacyFileTest.php Tests file_save_data deprecation and that it works without a destination.
LegacyFileTest::testViewsFileStatus function core/modules/file/tests/src/Kernel/LegacyFileTest.php Tests the deprecation of _views_file_status().
LegacyMimeTypeGuesser class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/MimeTypePassTest.php
LegacyMimeTypeGuesser::guess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/MimeTypePassTest.php
LegacyScriptsTest class core/tests/Drupal/BuildTests/Composer/LegacyScriptsTest.php @group Composer
@group legacy
@requires externalCommand composer
@coversDefaultClass \Drupal\Core\Composer\Composer[[api-linebreak]]
LegacyScriptsTest.php file core/tests/Drupal/BuildTests/Composer/LegacyScriptsTest.php
LegacyScriptsTest::getPathReposForType function core/tests/Drupal/BuildTests/Composer/LegacyScriptsTest.php Get Composer items that we want to be path repos, from within a directory.
LegacyScriptsTest::makeVendorPackage function core/tests/Drupal/BuildTests/Composer/LegacyScriptsTest.php Creates a test package that points to all the projects in vendor.
LegacyScriptsTest::testVendorTestCodeCleanup function core/tests/Drupal/BuildTests/Composer/LegacyScriptsTest.php @covers ::vendorTestCodeCleanup[[api-linebreak]]
LegacyServiceTest class core/tests/Drupal/KernelTests/Core/LegacyServiceTest.php Tests deprecated core services.
LegacyServiceTest.php file core/tests/Drupal/KernelTests/Core/LegacyServiceTest.php
LegacyServiceTest::providerLaminasFeedServices function core/tests/Drupal/KernelTests/Core/LegacyServiceTest.php
LegacyServiceTest::testAppRoot function core/tests/Drupal/KernelTests/Core/LegacyServiceTest.php Tests the app.root service.
LegacyServiceTest::testLaminasBridgeService function core/tests/Drupal/KernelTests/Core/LegacyServiceTest.php Tests the deprecated Laminas bridge service.
LegacyServiceTest::testLaminasFeedServices function core/tests/Drupal/KernelTests/Core/LegacyServiceTest.php Tests the deprecated Laminas Feed services.
LegacyServiceTest::testSitePath function core/tests/Drupal/KernelTests/Core/LegacyServiceTest.php Tests the site.path service.
LegacyStyleSheetsRemoveTest class core/modules/system/tests/src/Functional/Theme/LegacyStyleSheetsRemoveTest.php Tests the legacy stylesheets-remove key.
LegacyStyleSheetsRemoveTest.php file core/modules/system/tests/src/Functional/Theme/LegacyStyleSheetsRemoveTest.php
LegacyStyleSheetsRemoveTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/LegacyStyleSheetsRemoveTest.php The theme to install as the default for testing.
LegacyStyleSheetsRemoveTest::setUp function core/modules/system/tests/src/Functional/Theme/LegacyStyleSheetsRemoveTest.php
LegacyStyleSheetsRemoveTest::testStyleSheetsRemove function core/modules/system/tests/src/Functional/Theme/LegacyStyleSheetsRemoveTest.php Tests the stylesheets-remove key.
legacy_experimental_theme_dependency_test.info.yml file core/modules/system/tests/themes/legacy_experimental_theme_dependency_test/legacy_experimental_theme_dependency_test.info.yml core/modules/system/tests/themes/legacy_experimental_theme_dependency_test/legacy_experimental_theme_dependency_test.info.yml
legacy_experimental_theme_test.info.yml file core/modules/system/tests/themes/legacy_experimental_theme_test/legacy_experimental_theme_test.info.yml core/modules/system/tests/themes/legacy_experimental_theme_test/legacy_experimental_theme_test.info.yml
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

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