Search for discovery

  1. Search 7.x for discovery
  2. Search 9.5.x for discovery
  3. Search 8.9.x for discovery
  4. Search 10.3.x for discovery
  5. Search 11.x for discovery
  6. Other projects
Title Object type File name Summary
HelpTopicDiscovery::__construct function core/modules/help/src/HelpTopicDiscovery.php Constructs a HelpTopicDiscovery object.
HelpTopicDiscoveryTest class core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests Drupal\help\HelpTopicDiscovery.
HelpTopicDiscoveryTest.php file core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidRelated function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests discovery exception invalid related.
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidTopLevel function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests discovery exception invalid top level.
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidYamlKey function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests discovery exception invalid yaml key.
HelpTopicDiscoveryTest::testDiscoveryExceptionMissingLabel function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests discovery exception missing label.
HelpTopicDiscoveryTest::testHelpTopicsBrokenYaml function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests help topics broken yaml.
HelpTopicDiscoveryTest::testHelpTopicsDefinition function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests help topics definition.
HelpTopicDiscoveryTest::testHelpTopicsExtensionProviderSpecialCase function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests help topics extension provider special case.
HelpTopicDiscoveryTest::testHelpTopicsInCore function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests help topics in core.
HelpTopicPluginManager::getDiscovery function core/modules/help/src/HelpTopicPluginManager.php Gets the plugin discovery.
HookDiscovery class core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php Provides a hook-based plugin discovery class.
HookDiscovery.php file core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php
HookDiscovery::$hook property core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php The name of the hook that will be implemented by this discovery instance.
HookDiscovery::$moduleHandler property core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php The module handler used to find and execute the plugin hook.
HookDiscovery::getDefinitions function core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php Gets the definition of all plugins for this type.
HookDiscovery::__construct function core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php Constructs a Drupal\Core\Plugin\Discovery\HookDiscovery object.
HookDiscoveryTest class core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests Drupal\Core\Plugin\Discovery\HookDiscovery.
HookDiscoveryTest.php file core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php
HookDiscoveryTest::$hookDiscovery property core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php The tested hook discovery.
HookDiscoveryTest::$moduleHandler property core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php The mocked module handler.
HookDiscoveryTest::hookDiscoveryTest2TestPlugin function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php
HookDiscoveryTest::hookDiscoveryTestTestPlugin function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php
HookDiscoveryTest::testGetDefinition function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinition method with some plugins.
HookDiscoveryTest::testGetDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinitions() method with some plugins.
HookDiscoveryTest::testGetDefinitionsWithoutPlugins function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinitions() method without any plugins.
HookDiscoveryTest::testGetDefinitionWithUnknownID function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinition method with an unknown plugin ID.
I18nQueryTraitTest::testMigrateSourcePluginUsingI18nQueryTraitDiscovery function core/modules/migrate_drupal/tests/src/Kernel/I18nQueryTraitTest.php Tests instantiating migrate source plugins using I18nQueryTrait.
IconPackManager::getDiscovery function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Gets the plugin discovery.
InstallProfileUninstallValidator::$noProfileExtensionDiscovery property core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Extension discovery that scans all folders except profiles.
InstallProfileUninstallValidator::getExtensionDiscovery function core/lib/Drupal/Core/Extension/InstallProfileUninstallValidator.php Gets an extension discovery object that ignores the install profile.
JqueryUiLibraryAssetsTest::$libraryDiscovery property core/tests/Drupal/FunctionalTests/Libraries/JqueryUiLibraryAssetsTest.php The library discovery service.
layout-discovery-section-layout.css file core/themes/olivero/css/layout/layout-discovery-section-layout.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

/*
* @file
* Provides default layout styles for all layout sections.
*/

.layout {
margin-block-end:…
layout-discovery-section-layout.pcss.css file core/themes/olivero/css/layout/layout-discovery-section-layout.pcss.css /*
* @file
* Provides default layout styles for all layout sections.
*/

@import "../base/media-queries.pcss.css";

.layout {
margin-block-end: var(--sp);

@media (--md) {
margin-block-end: var(--sp2);
}

@media (--lg) {
LayoutDiscoveryHooks class core/modules/layout_discovery/src/Hook/LayoutDiscoveryHooks.php Hook implementations for layout_discovery.
LayoutDiscoveryHooks.php file core/modules/layout_discovery/src/Hook/LayoutDiscoveryHooks.php
LayoutDiscoveryHooks::help function core/modules/layout_discovery/src/Hook/LayoutDiscoveryHooks.php Implements hook_help().
LayoutDiscoveryRequirements class core/modules/layout_discovery/src/Install/Requirements/LayoutDiscoveryRequirements.php Install time requirements for the layout_discovery module.
LayoutDiscoveryRequirements.php file core/modules/layout_discovery/src/Install/Requirements/LayoutDiscoveryRequirements.php
LayoutDiscoveryRequirements::getRequirements function core/modules/layout_discovery/src/Install/Requirements/LayoutDiscoveryRequirements.php Check installation requirements.
LayoutDiscoveryThemeHooks class core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php Theme hooks for layout_discovery.
LayoutDiscoveryThemeHooks.php file core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php
LayoutDiscoveryThemeHooks::preprocessLayout function core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php Prepares variables for layout templates.
LayoutDiscoveryThemeHooks::theme function core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php Implements hook_theme().
LayoutDiscoveryThemeHooks::__construct function core/modules/layout_discovery/src/Hook/LayoutDiscoveryThemeHooks.php
LayoutPluginManager::getDiscovery function core/lib/Drupal/Core/Layout/LayoutPluginManager.php Gets the plugin discovery.
layout_discovery.info.yml file core/modules/layout_discovery/layout_discovery.info.yml core/modules/layout_discovery/layout_discovery.info.yml
layout_discovery.layouts.yml file core/modules/layout_discovery/layout_discovery.layouts.yml core/modules/layout_discovery/layout_discovery.layouts.yml
layout_discovery.libraries.yml file core/modules/layout_discovery/layout_discovery.libraries.yml core/modules/layout_discovery/layout_discovery.libraries.yml

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