Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
NavigationTopBarTest::$modules property core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php Modules to install.
NavigationTopBarTest::$node property core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php Node used to check top bar options.
NavigationTopBarTest::assertActionsWeight function core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php Asserts that top bar actions respect local tasks weights.
NavigationTopBarTest::setUp function core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php
NavigationTopBarTest::testTopBarVisibility function core/modules/navigation/tests/src/Functional/NavigationTopBarTest.php Tests the top bar visibility.
NavigationWorkspacesUiTest::testWorkspacesNavigationButton function core/modules/navigation/tests/src/Functional/NavigationWorkspacesUiTest.php Tests the Workspaces button in the navigation bar.
navigation_post_update_refresh_tempstore_repository function core/modules/navigation/navigation.post_update.php Flushes tempstore repository for navigation to reflect definition changes.
navigation_post_update_uninstall_navigation_top_bar function core/modules/navigation/navigation.post_update.php Uninstall the navigation_top_bar module if installed.
navigation_top_bar.info.yml file core/modules/navigation/modules/navigation_top_bar/navigation_top_bar.info.yml core/modules/navigation/modules/navigation_top_bar/navigation_top_bar.info.yml
NodeForm::$tempStoreFactory property core/modules/node/src/Form/NodeForm.php The tempstore factory.
NodeHooks1::pageTop function core/modules/node/src/Hook/NodeHooks1.php Implements hook_page_top().
NodeHooks::$nodeStorage property core/modules/node/src/Hook/NodeHooks.php The Node Storage.
NodeTokensHooks class core/modules/node/src/Hook/NodeTokensHooks.php Hook implementations for node.
NodeTokensHooks.php file core/modules/node/src/Hook/NodeTokensHooks.php
NodeTokensHooks::tokenInfo function core/modules/node/src/Hook/NodeTokensHooks.php Implements hook_token_info().
NodeTokensHooks::tokens function core/modules/node/src/Hook/NodeTokensHooks.php Implements hook_tokens().
NoSourcePluginDecoratorTest class core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php @coversDefaultClass \Drupal\migrate\Plugin\NoSourcePluginDecorator[[api-linebreak]]
@group migrate
NoSourcePluginDecoratorTest.php file core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php
NoSourcePluginDecoratorTest::providerGetDefinitions function core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php Provides data for testGetDefinitions().
NoSourcePluginDecoratorTest::testGetDefinitions function core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php @covers ::getDefinitions[[api-linebreak]]
@dataProvider providerGetDefinitions
OliveroAvoidStorageUsingTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroAvoidStorageUsingTest.php Tests usage of localStorage.
OliveroAvoidStorageUsingTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroAvoidStorageUsingTest.php
OliveroAvoidStorageUsingTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroAvoidStorageUsingTest.php The theme to install as the default for testing.
OliveroAvoidStorageUsingTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroAvoidStorageUsingTest.php Modules to install.
OliveroAvoidStorageUsingTest::testStorageUsing function core/tests/Drupal/FunctionalJavascriptTests/Theme/OliveroAvoidStorageUsingTest.php Tests use of localStorage.
OliveroHexToHslTest class core/themes/olivero/tests/src/Unit/OliveroHexToHslTest.php Tests the _olivero_hex_to_hsl() function.
OliveroHexToHslTest.php file core/themes/olivero/tests/src/Unit/OliveroHexToHslTest.php
OliveroHexToHslTest::hexCodes function core/themes/olivero/tests/src/Unit/OliveroHexToHslTest.php Data provider of hex codes and HSL values.
OliveroHexToHslTest::setUp function core/themes/olivero/tests/src/Unit/OliveroHexToHslTest.php
OliveroHexToHslTest::testHexToHsl function core/themes/olivero/tests/src/Unit/OliveroHexToHslTest.php Tests hex to HSL conversion.
OptionsDynamicValuesApiTest::testOptionsAllowedValues function core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php Tests options_allowed_values().
OptionsFieldUIAllowedValuesTest::assertOrder function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Asserts the order of provided option list on admin path.
OptionsFieldUIAllowedValuesTest::providerTestOptionsAllowedValues function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Data provider for testOptionsAllowedValues().
OptionsFieldUIAllowedValuesTest::testOptionsAllowedValues function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Tests option types allowed values.
OptionsHooks::fieldStorageConfigDelete function core/modules/options/src/Hook/OptionsHooks.php Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'.
OptionsHooks::fieldStorageConfigUpdate function core/modules/options/src/Hook/OptionsHooks.php Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
OptionsHooks::fieldStorageConfigUpdateForbid function core/modules/options/src/Hook/OptionsHooks.php Implements hook_field_storage_config_update_forbid().
OrderInterface::getOperation function core/lib/Drupal/Core/Hook/Order/OrderInterface.php Gets order operations specified by this object.
OverwriteExistingPackagesValidator class core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php Validates that newly installed packages don't overwrite existing directories.
OverwriteExistingPackagesValidator.php file core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php
OverwriteExistingPackagesValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php
OverwriteExistingPackagesValidator::validate function core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php Validates that new installed packages don't overwrite existing directories.
OverwriteExistingPackagesValidator::__construct function core/modules/package_manager/src/Validator/OverwriteExistingPackagesValidator.php
OverwriteExistingPackagesValidatorTest class core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php @covers \Drupal\package_manager\Validator\OverwriteExistingPackagesValidator[[api-linebreak]]
@group package_manager
@internal
OverwriteExistingPackagesValidatorTest.php file core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php
OverwriteExistingPackagesValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php
OverwriteExistingPackagesValidatorTest::testNewPackagesOverwriteExisting function core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php Tests that new installed packages overwrite existing directories.
PackageManagerFixtureCreator class core/scripts/PackageManagerFixtureCreator.php Creates fixture at 'core/modules/package_manager/tests/fixtures/fake_site'.
PackageManagerFixtureCreator.php file core/scripts/PackageManagerFixtureCreator.php
PackageManagerFixtureCreator::CORE_ROOT_PATH constant core/scripts/PackageManagerFixtureCreator.php

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