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. Other projects
Title Object type File name Summary
DefaultMenuLinkTreeManipulatorsTest::setUp function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php
DefaultMenuLinkTreeManipulatorsTest::testCheckAccess function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests the checkAccess() tree manipulator.
DefaultMenuLinkTreeManipulatorsTest::testCheckAccessWithLinkToAnyPagePermission function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests checkAccess() tree manipulator with 'link to any page' permission.
DefaultMenuLinkTreeManipulatorsTest::testCheckNodeAccess function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests the optimized node access checking.
DefaultMenuLinkTreeManipulatorsTest::testFlatten function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests the flatten() tree manipulator.
DefaultMenuLinkTreeManipulatorsTest::testGenerateIndexAndSort function core/tests/Drupal/Tests/Core/Menu/DefaultMenuLinkTreeManipulatorsTest.php Tests the generateIndexAndSort() tree manipulator.
DefaultMetatagsTest class core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php Tests default HTML metatags on a page.
DefaultMetatagsTest.php file core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php
DefaultMetatagsTest::$defaultTheme property core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php The theme to install as the default for testing.
DefaultMetatagsTest::testMetaTag function core/modules/system/tests/src/Functional/Page/DefaultMetatagsTest.php Tests meta tags.
DefaultMobileMetaTagsTest class core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php Confirm that the default mobile meta tags appear as expected.
DefaultMobileMetaTagsTest.php file core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php
DefaultMobileMetaTagsTest::$defaultMetaTags property core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php Array of default meta tags to insert into the page.
DefaultMobileMetaTagsTest::$defaultTheme property core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php The theme to install as the default for testing.
DefaultMobileMetaTagsTest::setUp function core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php
DefaultMobileMetaTagsTest::testDefaultMetaTagsExist function core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php Verifies that the default mobile meta tags are added.
DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags function core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php Verifies that the default mobile meta tags can be removed.
DefaultModerationStateTest class core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php Tests setting a custom default moderation state.
DefaultModerationStateTest.php file core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php
DefaultModerationStateTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php The theme to install as the default for testing.
DefaultModerationStateTest::setUp function core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php Sets the test up.
DefaultModerationStateTest::testDeleteDefaultStateAccess function core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php Tests access to deleting the default state.
DefaultModerationStateTest::testPublishedDefaultState function core/modules/content_moderation/tests/src/Functional/DefaultModerationStateTest.php Tests a workflow with a default moderation state set.
DefaultNegotiator class core/lib/Drupal/Core/Theme/DefaultNegotiator.php Determines the default theme of the site.
DefaultNegotiator.php file core/lib/Drupal/Core/Theme/DefaultNegotiator.php
DefaultNegotiator::$configFactory property core/lib/Drupal/Core/Theme/DefaultNegotiator.php The system theme config object.
DefaultNegotiator::applies function core/lib/Drupal/Core/Theme/DefaultNegotiator.php Whether this theme negotiator should be used to set the theme.
DefaultNegotiator::determineActiveTheme function core/lib/Drupal/Core/Theme/DefaultNegotiator.php Determine the active theme for the request.
DefaultNegotiator::__construct function core/lib/Drupal/Core/Theme/DefaultNegotiator.php Constructs a DefaultNegotiator object.
DefaultParser class core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php Defines a default parser implementation.
DefaultParser.php file core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php
DefaultParser::parse function core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php Parses feed data.
DefaultPasswordGenerator class core/lib/Drupal/Core/Password/DefaultPasswordGenerator.php Provides a default password generator.
DefaultPasswordGenerator.php file core/lib/Drupal/Core/Password/DefaultPasswordGenerator.php
DefaultPasswordGenerator::$allowedChars property core/lib/Drupal/Core/Password/DefaultPasswordGenerator.php The allowed characters for the password.
DefaultPasswordGenerator::generate function core/lib/Drupal/Core/Password/DefaultPasswordGenerator.php Generates a password.
DefaultPasswordGeneratorTest class core/tests/Drupal/Tests/Core/Password/DefaultPasswordGeneratorTest.php Unit tests for password generator.
DefaultPasswordGeneratorTest.php file core/tests/Drupal/Tests/Core/Password/DefaultPasswordGeneratorTest.php
DefaultPasswordGeneratorTest::testGenerate function core/tests/Drupal/Tests/Core/Password/DefaultPasswordGeneratorTest.php @covers ::generate[[api-linebreak]]
DefaultPluginManager class core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Base class for plugin managers.
DefaultPluginManager.php file core/lib/Drupal/Core/Plugin/DefaultPluginManager.php
DefaultPluginManager::$additionalAnnotationNamespaces property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Additional annotation namespaces.
DefaultPluginManager::$alterHook property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Name of the alter hook if one should be invoked.
DefaultPluginManager::$cacheKey property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php The cache key.
DefaultPluginManager::$cacheTags property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php An array of cache tags to use for the cached definitions.
DefaultPluginManager::$defaults property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php A set of defaults to be referenced by $this->processDefinition().
DefaultPluginManager::$moduleHandler property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php The module handler to invoke the alter hook.
DefaultPluginManager::$namespaces property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php An object of root paths that are traversable.
DefaultPluginManager::$pluginDefinitionAnnotationName property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php The name of the annotation that contains the plugin definition.
DefaultPluginManager::$pluginInterface property core/lib/Drupal/Core/Plugin/DefaultPluginManager.php The interface each plugin should implement.

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