Search for init

  1. Search 7.x for init
  2. Search 9.5.x for init
  3. Search 10.3.x for init
  4. Search 11.x for init
  5. Other projects
Title Object type File name Summary
DependentPluginDefinitionTrait::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
DependentPluginDefinitionTrait::setConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
DerivablePluginDefinitionInterface interface core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Provides an interface for a derivable plugin definition.
DerivablePluginDefinitionInterface.php file core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php
DerivablePluginDefinitionInterface::getDeriver function core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Gets the name of the deriver of this plugin definition, if it exists.
DerivablePluginDefinitionInterface::setDeriver function core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Sets the deriver of this plugin definition.
DerivativeDiscoveryDecorator::getDefinition function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php
DerivativeDiscoveryDecorator::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php
DerivativeDiscoveryDecorator::mergeDerivativeDefinition function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Merges a base and derivative definition, taking into account empty values.
DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithClassedDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php Tests getDeriverClass with classed objects instead of arrays.
DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithInvalidClassedDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php @covers ::getDeriverClass
DeriverBase::getDerivativeDefinition function core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php Gets the definition of a derivative plugin.
DeriverBase::getDerivativeDefinitions function core/lib/Drupal/Component/Plugin/Derivative/DeriverBase.php Gets the definition of all derivatives of a base plugin.
DeriverInterface::getDerivativeDefinition function core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php Gets the definition of a derivative plugin.
DeriverInterface::getDerivativeDefinitions function core/lib/Drupal/Component/Plugin/Derivative/DeriverInterface.php Gets the definition of all derivatives of a base plugin.
DiffEngineTest::testDiffInfiniteLoop function core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php Tests that two files can be successfully diffed.
DiscoveryCachedTrait::$definitions property core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php Cached definitions array.
DiscoveryCachedTrait::getDefinition function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryCachedTrait.php
DiscoveryCachedTraitTest::providerGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php Data provider for testGetDefinition().
DiscoveryCachedTraitTest::testGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php @covers ::getDefinition
@dataProvider providerGetDefinition
DiscoveryInterface::getDefinition function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php Gets a specific plugin definition.
DiscoveryInterface::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php Gets the definition of all plugins for this type.
DiscoveryInterface::hasDefinition function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryInterface.php Indicates if a specific plugin definition exists.
DiscoveryTestBase::$expectedDefinitions property core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php The plugin definitions the discovery component is expected to discover.
DiscoveryTestBase::assertDefinitionIdentical function core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php Asserts a definition against an expected definition.
DiscoveryTrait::doGetDefinition function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php Gets a specific plugin definition.
DiscoveryTrait::getDefinition function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php
DiscoveryTrait::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php
DiscoveryTrait::hasDefinition function core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php
DiscoveryTraitTest::providerDoGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Data provider for testDoGetDefinition().
DiscoveryTraitTest::providerDoGetDefinitionException function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Data provider for testDoGetDefinitionException()
DiscoveryTraitTest::providerHasDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Data provider for testHasDefinition().
DiscoveryTraitTest::testDoGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php @covers ::doGetDefinition
@dataProvider providerDoGetDefinition
DiscoveryTraitTest::testDoGetDefinitionException function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php @covers ::doGetDefinition
@dataProvider providerDoGetDefinitionException
@uses \Drupal\Component\Plugin\Exception\PluginNotFoundException
DiscoveryTraitTest::testGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php @covers ::getDefinition
@dataProvider providerDoGetDefinition
DiscoveryTraitTest::testGetDefinitionException function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php @covers ::getDefinition
@dataProvider providerDoGetDefinitionException
@uses \Drupal\Component\Plugin\Exception\PluginNotFoundException
DiscoveryTraitTest::testHasDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php @covers ::hasDefinition
@dataProvider providerHasDefinition
DisplayPluginBase::initDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Initializes the display plugin.
DisplayPluginCollection::initializePlugin function core/modules/views/src/DisplayPluginCollection.php Initializes and stores a plugin.
DisplayPluginInterface::initDisplay function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Initializes the display plugin.
DocParser::findInitialTokenPosition function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Finds the first valid annotation
drupal-8.test-config-init.php file core/modules/system/tests/fixtures/update/drupal-8.test-config-init.php
drupal-8.update_deleted_field_definitions-2931436.php file core/modules/field/tests/fixtures/update/drupal-8.update_deleted_field_definitions-2931436.php Contains SQL necessary to add a deleted field to the node entity type.
Drupal::entityDefinitionUpdateManager function core/lib/Drupal.php Returns the entity definition update manager.
DrupalCoreRecommendedBuilder::initialPackageMetadata function composer/Generator/Builder/DrupalCoreRecommendedBuilder.php Returns the initial package metadata that describes the metapackage.
DrupalDevDependenciesBuilder::initialPackageMetadata function composer/Generator/Builder/DrupalDevDependenciesBuilder.php Returns the initial package metadata that describes the metapackage.
DrupalKernel::$defaultBootstrapContainerDefinition property core/lib/Drupal/Core/DrupalKernel.php Holds the default bootstrap container definition.
DrupalKernel::$isEnvironmentInitialized property core/lib/Drupal/Core/DrupalKernel.php Whether the PHP environment has been initialized.
DrupalKernel::getCachedContainerDefinition function core/lib/Drupal/Core/DrupalKernel.php Returns the cached container definition - if any.
DrupalKernel::initializeContainer function core/lib/Drupal/Core/DrupalKernel.php Initializes the service container.

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