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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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::has function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Determines if a plugin instance exists.
LazyPluginCollection::removeInstanceId function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Removes an instance ID.
LazyPluginCollection::set function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Stores an initialized plugin.
LazyPluginCollection::setConfiguration function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Sets the configuration for all plugins in this collection.
LazyPluginCollectionTestBase class core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Provides a base class for plugin collection tests.
LazyPluginCollectionTestBase.php file core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php
LazyPluginCollectionTestBase::$config property core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Contains the plugin configuration.
LazyPluginCollectionTestBase::$defaultPluginCollection property core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php The tested plugin collection.
LazyPluginCollectionTestBase::$pluginInstances property core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Stores all setup plugin instances.
LazyPluginCollectionTestBase::$pluginManager property core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php The mocked plugin manager.
LazyPluginCollectionTestBase::getPluginDefinitions function core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Returns some example plugin definitions.
LazyPluginCollectionTestBase::getPluginMock function core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Returns a mocked plugin object.
LazyPluginCollectionTestBase::returnPluginMap function core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Return callback for createInstance.
LazyPluginCollectionTestBase::setUp function core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php
LazyPluginCollectionTestBase::setupPluginCollection function core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php Sets up the default plugin collection.
LazyRouteCollection::__construct function core/lib/Drupal/Core/Routing/LazyRouteCollection.php Constructs a LazyRouteCollection.
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 install.
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().
LeaveProfileNode::__construct function core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/LeaveProfileNode.php
LegacyAssetTest class core/tests/Drupal/KernelTests/Core/Asset/LegacyAssetTest.php Tests deprecated asset functions.
LegacyAssetTest.php file core/tests/Drupal/KernelTests/Core/Asset/LegacyAssetTest.php
LegacyAssetTest::testDeprecatedDrupalFlushCssJs function core/tests/Drupal/KernelTests/Core/Asset/LegacyAssetTest.php Tests the deprecation.
LegacyBootstrapTest class core/tests/Drupal/KernelTests/Core/Bootstrap/LegacyBootstrapTest.php Tests legacy bootstrap functions.
LegacyBootstrapTest.php file core/tests/Drupal/KernelTests/Core/Bootstrap/LegacyBootstrapTest.php
LegacyBootstrapTest::$modules property core/tests/Drupal/KernelTests/Core/Bootstrap/LegacyBootstrapTest.php Modules to install.
LegacyBootstrapTest::testWatchdogException function core/tests/Drupal/KernelTests/Core/Bootstrap/LegacyBootstrapTest.php Tests watchdog_exception() deprecation.
LegacyCommonTest class core/tests/Drupal/KernelTests/Core/Common/LegacyCommonTest.php Tests deprecated legacy functions in common.inc.
LegacyCommonTest.php file core/tests/Drupal/KernelTests/Core/Common/LegacyCommonTest.php
LegacyCommonTest::testFormatSizeDeprecation function core/tests/Drupal/KernelTests/Core/Common/LegacyCommonTest.php Tests deprecation of the format_size() function.
LegacyExtensionTest class core/tests/Drupal/Tests/Core/Extension/LegacyExtensionTest.php @coversDefaultClass \Drupal\Core\Extension\Extension[[api-linebreak]]
@group Extension
@group legacy
LegacyExtensionTest.php file core/tests/Drupal/Tests/Core/Extension/LegacyExtensionTest.php
LegacyExtensionTest::testDeprecatedCall function core/tests/Drupal/Tests/Core/Extension/LegacyExtensionTest.php @covers ::__call[[api-linebreak]]
LegacyFileModuleTest class core/modules/file/tests/src/Kernel/LegacyFileModuleTest.php Tests file module deprecations.

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