Search for gd_

  1. Search 7.x for gd_
  2. Search 8.9.x for gd_
  3. Search 10.3.x for gd_
  4. Search 11.x for gd_
  5. Other projects
Title Object type File name Summary
AssertConfigTrait::assertConfigDiff function core/tests/Drupal/KernelTests/AssertConfigTrait.php Ensures that a specific config diff does not contain unwanted changes.
BlockContentCreationTest::testConfigDependencies function core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php Tests placed content blocks create a dependency in the block placement.
BrowserMissingDependentModuleMethodTest class core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php A fixture test class with requires annotation.
BrowserMissingDependentModuleMethodTest.php file core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php
BrowserMissingDependentModuleMethodTest::publicCheckRequirements function core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php Public access for checkRequirements() to avoid reflection.
BrowserMissingDependentModuleMethodTest::testRequiresModule function core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php This method should be skipped since it requires a module that is not found.
BrowserMissingDependentModuleTest class core/tests/fixtures/BrowserMissingDependentModuleTest.php A fixture test class with requires annotation.
BrowserMissingDependentModuleTest.php file core/tests/fixtures/BrowserMissingDependentModuleTest.php
BrowserMissingDependentModuleTest::publicCheckRequirements function core/tests/fixtures/BrowserMissingDependentModuleTest.php Public access for checkRequirements() to avoid reflection.
BrowserMissingDependentModuleTest::testRequiresModule function core/tests/fixtures/BrowserMissingDependentModuleTest.php Placeholder test method.
ClassLoaderTest::testClassLoadingDisabledModules function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests that module-provided classes can't be loaded from disabled modules.
Config::$configData property composer/Plugin/VendorHardening/Config.php Configuration gleaned from the root package.
ConfigDependencies class core/modules/rest/src/Entity/ConfigDependencies.php Calculates rest resource config dependencies.
ConfigDependencies.php file core/modules/rest/src/Entity/ConfigDependencies.php
ConfigDependencies::$authProviders property core/modules/rest/src/Entity/ConfigDependencies.php The authentication providers, keyed by ID.
ConfigDependencies::$formatProviders property core/modules/rest/src/Entity/ConfigDependencies.php The serialization format providers, keyed by format.
ConfigDependencies::calculateDependencies function core/modules/rest/src/Entity/ConfigDependencies.php Calculates dependencies of a specific rest resource configuration.
ConfigDependencies::create function core/modules/rest/src/Entity/ConfigDependencies.php Instantiates a new instance of this class.
ConfigDependencies::onDependencyRemoval function core/modules/rest/src/Entity/ConfigDependencies.php Informs the entity that entities it depends on will be deleted.
ConfigDependencies::onDependencyRemovalForMethodGranularity function core/modules/rest/src/Entity/ConfigDependencies.php Informs the entity that entities it depends on will be deleted.
ConfigDependencies::onDependencyRemovalForResourceGranularity function core/modules/rest/src/Entity/ConfigDependencies.php Informs the entity that entities it depends on will be deleted.
ConfigDependencies::__construct function core/modules/rest/src/Entity/ConfigDependencies.php Creates a new ConfigDependencies instance.
ConfigDependenciesTest class core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php @coversDefaultClass \Drupal\rest\Entity\ConfigDependencies[[api-linebreak]]
ConfigDependenciesTest class core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @coversDefaultClass \Drupal\rest\Entity\ConfigDependencies[[api-linebreak]]
ConfigDependenciesTest.php file core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest.php file core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::$modules property core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php Modules to enable.
ConfigDependenciesTest::$modules property core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php Modules to enable.
ConfigDependenciesTest::providerBasicDependencies function core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::providerBasicDependencies function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::providerOnDependencyRemovalForResourceGranularity function core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::providerOnDependencyRemovalForResourceGranularity function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
ConfigDependenciesTest::testCalculateDependencies function core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php @covers ::calculateDependencies[[api-linebreak]]
ConfigDependenciesTest::testCalculateDependencies function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::calculateDependencies[[api-linebreak]]
ConfigDependenciesTest::testOnDependencyRemovalForResourceGranularity function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForResourceGranularity[[api-linebreak]]
ConfigDependenciesTest::testOnDependencyRemovalForResourceGranularity function core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForResourceGranularity[[api-linebreak]]
ConfigDependenciesTest::testOnDependencyRemovalRemoveAuth function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForMethodGranularity[[api-linebreak]]
ConfigDependenciesTest::testOnDependencyRemovalRemoveAuth function core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForMethodGranularity[[api-linebreak]]
ConfigDependenciesTest::testOnDependencyRemovalRemoveAuthAndFormats function core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForMethodGranularity[[api-linebreak]]
ConfigDependenciesTest::testOnDependencyRemovalRemoveFormatForMethodGranularity function core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForMethodGranularity[[api-linebreak]]
ConfigDependenciesTest::testOnDependencyRemovalRemoveUnrelatedDependency function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForMethodGranularity[[api-linebreak]]
@covers ::onDependencyRemovalForResourceGranularity[[api-linebreak]]
ConfigDependenciesTest::testOnDependencyRemovalRemoveUnrelatedDependency function core/modules/hal/tests/src/Kernel/rest/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval[[api-linebreak]]
@covers ::onDependencyRemovalForMethodGranularity[[api-linebreak]]
@covers ::onDependencyRemovalForResourceGranularity[[api-linebreak]]
ConfigDependencyDeleteFormTrait trait core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Lists affected configuration entities by a dependency removal.
ConfigDependencyDeleteFormTrait.php file core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php
ConfigDependencyDeleteFormTrait::addDependencyListsToForm function core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Adds form elements to list affected configuration entities.
ConfigDependencyDeleteFormTrait::t function core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Translates a string to the current language or to a given language.
ConfigDependencyManager class core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php Provides a class to discover configuration entity dependencies.
ConfigDependencyManager.php file core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php
ConfigDependencyManager::$data property core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php The config entity data.
ConfigDependencyManager::$graph property core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php The directed acyclic graph.

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