Search for __get

  1. Search 7.x for __get
  2. Search 9.5.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
PluginDefinition::getClass function core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php Gets the class.
PluginDefinition::getProvider function core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php Gets the plugin provider.
PluginDefinitionInterface::getClass function core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Gets the class.
PluginDefinitionInterface::getProvider function core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Gets the plugin provider.
PluginDependencyTrait::getPluginDependencies function core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php Calculates and returns dependencies of a specific plugin instance.
PluginDependencyTraitTest::testGetPluginDependencies function core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php @covers ::getPluginDependencies[[api-linebreak]]
PluginEventSubscriber::getSubscribedEvents function core/modules/migrate/src/Plugin/PluginEventSubscriber.php
PluginExample::get function core/modules/system/tests/modules/plugin_test/src/Plugin/Annotation/PluginExample.php Gets the value of an annotation.
PluginID::get function core/lib/Drupal/Component/Annotation/PluginID.php Gets the value of an annotation.
PluginID::getId function core/lib/Drupal/Component/Annotation/PluginID.php Gets the unique ID for this annotated class.
PluginIdTest::testGet function core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php @covers ::get[[api-linebreak]]
PluginIdTest::testGetId function core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php @covers ::getId[[api-linebreak]]
PluginInspectionInterface::getPluginDefinition function core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Gets the definition of the plugin implementation.
PluginInspectionInterface::getPluginId function core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Gets the plugin_id of the plugin instance.
PluginManagerBase::getDefinition function core/lib/Drupal/Component/Plugin/PluginManagerBase.php Gets a specific plugin definition.
PluginManagerBase::getDefinitions function core/lib/Drupal/Component/Plugin/PluginManagerBase.php Gets the definition of all plugins for this type.
PluginManagerBase::getDiscovery function core/lib/Drupal/Component/Plugin/PluginManagerBase.php Gets the plugin discovery.
PluginManagerBase::getFactory function core/lib/Drupal/Component/Plugin/PluginManagerBase.php Gets the plugin factory.
PluginManagerBase::getInstance function core/lib/Drupal/Component/Plugin/PluginManagerBase.php Gets a preconfigured instance of a plugin.
PluginManagerBaseTest::getMockFactoryInterface function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Generates a mocked FactoryInterface object with known properties.
PluginManagerBaseTest::testGetInstance function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php @covers ::getInstance[[api-linebreak]]
PluginManagerBaseTest::testGetInstanceWithoutMapperShouldThrowException function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php @covers ::getInstance[[api-linebreak]]
PluginSettingsBase::getSetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Returns the value of a setting, or its default value if absent.
PluginSettingsBase::getSettings function core/lib/Drupal/Core/Field/PluginSettingsBase.php Returns the array of settings, including defaults for missing settings.
PluginSettingsBase::getThirdPartyProviders function core/lib/Drupal/Core/Field/PluginSettingsBase.php Gets the list of third parties that store information.
PluginSettingsBase::getThirdPartySetting function core/lib/Drupal/Core/Field/PluginSettingsBase.php Gets the value of a third-party setting.
PluginSettingsBase::getThirdPartySettings function core/lib/Drupal/Core/Field/PluginSettingsBase.php Gets all third-party settings of a given module.
PluginSettingsBaseTest::testGetThirdPartySettings function core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php @covers ::getThirdPartySettings[[api-linebreak]]
PluginSettingsInterface::getSetting function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Returns the value of a setting, or its default value if absent.
PluginSettingsInterface::getSettings function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Returns the array of settings, including defaults for missing settings.
PluginTest::testGet function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @covers ::__construct[[api-linebreak]]
@covers ::parse[[api-linebreak]]
@covers ::get[[api-linebreak]]
PluginTest::testGetClass function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @covers ::getClass[[api-linebreak]]
PluginTest::testGetId function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @covers ::getId[[api-linebreak]]
PluginTest::testGetProvider function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @covers ::getProvider[[api-linebreak]]
PluginWithFormsInterface::getFormClass function core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php Gets the form class for the given operation.
PluginWithFormsTrait::getFormClass function core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php
PluginWithFormsTraitTest::providerGetFormClass function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php
PluginWithFormsTraitTest::testGetFormClass function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php @covers ::getFormClass[[api-linebreak]]
@covers ::hasFormClass[[api-linebreak]]
@dataProvider providerGetFormClass
PluralFormula::getFormula function core/modules/locale/src/PluralFormula.php Gets the plural formula for a langcode.
PluralFormula::getNumberOfPlurals function core/modules/locale/src/PluralFormula.php Returns the number of plurals supported by a given language.
PluralFormulaInterface::getFormula function core/modules/locale/src/PluralFormulaInterface.php Gets the plural formula for a langcode.
PluralFormulaInterface::getNumberOfPlurals function core/modules/locale/src/PluralFormulaInterface.php Returns the number of plurals supported by a given language.
PluralTranslatableMarkup::getPluralIndex function core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php Gets the plural index through the gettext formula.
PluralTranslation::get function core/lib/Drupal/Core/Annotation/PluralTranslation.php Gets the value of an annotation.
PluralTranslationTest::providerTestGet function core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php Provides data to self::testGet().
PluralTranslationTest::testGet function core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php @covers ::get[[api-linebreak]]
PluralVariants::getSourceElement function core/modules/config_translation/src/FormElement/PluralVariants.php Returns the source element for a given configuration definition.
PluralVariants::getTranslationElement function core/modules/config_translation/src/FormElement/PluralVariants.php Returns the translation form element for a given configuration definition.
PoDatabaseReader::getHeader function core/modules/locale/src/PoDatabaseReader.php Get header metadata.
PoDatabaseReader::getLangcode function core/modules/locale/src/PoDatabaseReader.php Get language code.

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