Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
LayoutEntityHelperTraitTest::testIsEntityUsingFieldOverride function core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php @covers ::isEntityUsingFieldOverride
LayoutPluginManager::providerExists function core/lib/Drupal/Core/Layout/LayoutPluginManager.php Determines if the provider of a definition exists.
LayoutSectionTest::providerTestLayoutSectionFormatter function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Provides test data for ::testLayoutSectionFormatter().
LayoutTempstoreParamConverterTest::testConvertInvalidConverter function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php @covers ::convert
LayoutTempstoreRepositoryTest::testGetInvalidEntry function core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php @covers ::get
LayoutTest::testThemeProvidedLayout function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Tests that a layout provided by a theme has the preprocess function set.
LayoutTestPlugin::validateConfigurationForm function core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php Form validation handler.
layout_builder_overrides_test.info.yml file core/modules/layout_builder/tests/modules/layout_builder_overrides_test/layout_builder_overrides_test.info.yml core/modules/layout_builder/tests/modules/layout_builder_overrides_test/layout_builder_overrides_test.info.yml
layout_builder_post_update_overrides_view_mode_annotation function core/modules/layout_builder/layout_builder.post_update.php Clear caches due to changes to annotation changes to the Overrides plugin.
layout_builder_post_update_override_entity_form_controller function core/modules/layout_builder/layout_builder.post_update.php Clear caches due to addition of service decorator for entity form controller.
LazyContextRepository::$contextProviderServiceIDs property core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php The set of available context providers service IDs.
LazyContextRepositoryTest::setupContextAndProvider function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php Sets up contexts and context providers.
LazyContextRepositoryTest::testGetRuntimeMultipleContextProviders function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts
LazyContextRepositoryTest::testInvalidContextId function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts
LazyPluginCollection::$instanceIds property core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores the IDs of all potential plugin instances.
LazyPluginCollection::addInstanceId function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Adds an instance ID to the available instance IDs.
LazyPluginCollection::getInstanceIds function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Gets all instance IDs.
LazyPluginCollection::removeInstanceId function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Removes an instance ID.
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().
LegacyBlockPluginIdTest class core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockPluginIdTest.php Tests legacy usage of BlockPluginId.
LegacyBlockPluginIdTest.php file core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockPluginIdTest.php
LegacyBlockPluginIdTest::setUp function core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockPluginIdTest.php
LegacyBlockPluginIdTest::testConstruct function core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockPluginIdTest.php Tests legacy construction.
LegacyEntityDisplayBaseTest::testHandleHiddenType function core/tests/Drupal/KernelTests/Core/Entity/LegacyEntityDisplayBaseTest.php Tests the deprecated ::handleHiddenType() method.
LegacyLibraryDiscoveryTest::testJqueryUiDroppable function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.droppable library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiEffectsSlide function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.effects.slide library is deprecated.
LegacyLibraryDiscoveryTest::testJqueryUiSlider function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.slider library is deprecated.
LegacyMigrateDrupal6AuditIdsTest class core/modules/migrate_drupal/tests/src/Kernel/d6/LegacyMigrateDrupal6AuditIdsTest.php Extends MigrateDrupal6AuditIdsTest to test with deprecated modules.
LegacyMigrateDrupal6AuditIdsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/LegacyMigrateDrupal6AuditIdsTest.php
LegacyMigrateDrupal6AuditIdsTest::$excludeDeprecated property core/modules/migrate_drupal/tests/src/Kernel/d6/LegacyMigrateDrupal6AuditIdsTest.php Flag to exclude deprecated modules from the tests.
LegacyMigrateDrupal7AuditIdsTest class core/modules/migrate_drupal/tests/src/Kernel/d7/LegacyMigrateDrupal7AuditIdsTest.php Extends MigrateDrupal7AuditIdsTest to test with deprecated modules.
LegacyMigrateDrupal7AuditIdsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d7/LegacyMigrateDrupal7AuditIdsTest.php
LegacyMigrateDrupal7AuditIdsTest::$excludeDeprecated property core/modules/migrate_drupal/tests/src/Kernel/d7/LegacyMigrateDrupal7AuditIdsTest.php Flag to exclude deprecated modules from the tests.
LegacyMigrationProvidersExistTest class core/modules/migrate/tests/src/Kernel/Plugin/LegacyMigrationProvidersExistTest.php Extends MigrationProvidersExistTest to test with deprecated modules.
LegacyMigrationProvidersExistTest.php file core/modules/migrate/tests/src/Kernel/Plugin/LegacyMigrationProvidersExistTest.php
LegacyMigrationProvidersExistTest::$excludeDeprecated property core/modules/migrate/tests/src/Kernel/Plugin/LegacyMigrationProvidersExistTest.php Flag to exclude deprecated modules from the tests.
LegacyValidateMigrationStateTest class core/modules/migrate_drupal/tests/src/Kernel/d6/LegacyValidateMigrationStateTest.php Extends Drupal\Tests\migrate_drupal\Kernel\d6\ValidateMigrationStateTest
to test with deprecated modules.
LegacyValidateMigrationStateTest class core/modules/migrate_drupal/tests/src/Kernel/d7/LegacyValidateMigrationStateTest.php Extends Drupal\Tests\migrate_drupal\Kernel\d7\ValidateMigrationStateTest
to test with deprecated modules.
LegacyValidateMigrationStateTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/LegacyValidateMigrationStateTest.php
LegacyValidateMigrationStateTest.php file core/modules/migrate_drupal/tests/src/Kernel/d7/LegacyValidateMigrationStateTest.php
LegacyValidateMigrationStateTest::$excludeDeprecated property core/modules/migrate_drupal/tests/src/Kernel/d6/LegacyValidateMigrationStateTest.php Flag to exclude deprecated modules from the tests.
LegacyValidateMigrationStateTest::$excludeDeprecated property core/modules/migrate_drupal/tests/src/Kernel/d7/LegacyValidateMigrationStateTest.php Flag to exclude deprecated modules from the tests.

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