Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
Dependency::getProject function core/lib/Drupal/Core/Extension/Dependency.php Gets the dependency's project namespace.
DependencySerializationTestDummy::getServiceIds function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Gets the stored service IDs.
DependentAccessInterface::getAccessDependency function core/modules/block_content/src/Access/DependentAccessInterface.php Gets the access dependency.
DependentPluginDefinitionInterface::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionInterface.php Gets the config dependencies of this plugin definition.
DependentPluginDefinitionTrait::getConfigDependencies function core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
DeprecatedArray::getIterator function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedArray::offsetGet function core/lib/Drupal/Component/Utility/DeprecatedArray.php
DeprecatedEntityStorage::getCurrentEntityClass function core/modules/system/tests/modules/entity_test_deprecated_storage/src/Storage/DeprecatedEntityStorage.php Gets the current entity class via deprecated means.
DeprecatedServicePropertyTrait::__get function core/lib/Drupal/Core/DependencyInjection/DeprecatedServicePropertyTrait.php Allows to access deprecated/removed properties.
DeprecationListenerTrait::getSkippedDeprecations function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php A list of deprecations to ignore whilst fixes are put in place.
Depth::getItems function core/modules/comment/src/Plugin/views/field/Depth.php Gets an array of items for the field.
DerivablePluginDefinitionInterface::getDeriver function core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Gets the name of the deriver of this plugin definition, if it exists.
DerivativeDiscoveryDecorator::getDefinition function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php
DerivativeDiscoveryDecorator::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php
DerivativeDiscoveryDecorator::getDerivatives function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Adds derivatives to a list of plugin definitions.
DerivativeDiscoveryDecorator::getDeriver function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Gets a deriver for a base plugin.
DerivativeDiscoveryDecorator::getDeriverClass function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Gets the deriver class name from the base plugin definition.
DerivativeDiscoveryDecoratorTest::testGetDerivativeFetcher function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php Tests the getDerivativeFetcher method.
DerivativeDiscoveryDecoratorTest::testGetDerivativeFetcherWithAnnotationObjects function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php Tests the getDerivativeFetcher method with objects instead of arrays.
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
DerivativeInspectionInterface::getBaseId function core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php Gets the base_plugin_id of the plugin instance.
DerivativeInspectionInterface::getDerivativeId function core/lib/Drupal/Component/Plugin/DerivativeInspectionInterface.php Gets the derivative_id of the plugin instance.
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.
DestinationBase::getDestinationModule function core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php Gets the destination module handling the destination data.
DestinationCategoryTest::getConfigurationClasses function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php Get configuration classes.
DestinationCategoryTest::getContentClasses function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php Get content classes.
Details::getInfo function core/lib/Drupal/Core/Render/Element/Details.php Returns the element properties for this element.
DialogRenderer::determineTargetSelector function core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Determine the target selector for the OpenDialogCommand.
Diff::getEdits function core/lib/Drupal/Component/Diff/Diff.php Gets the list of differences as an array of diff operations.
DiscardLayoutChangesForm::getCancelUrl function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns the route to go to if the user cancels the action.
DiscardLayoutChangesForm::getFormId function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns a unique string identifying the form.
DiscardLayoutChangesForm::getQuestion function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns the question to ask the user.
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.
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
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::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

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