Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
PhpUnitBridgeTest::testErrorOnSiteUnderTest function core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php Tests deprecation message from deprecated route.
PhpUnitBridgeTest::testSilencedError function core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php Tests deprecation message from deprecation_test_function().
PhpUnitTestDiscovery::getTestClasses function core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php Discovers available tests.
PhpUnitTestDiscovery::getTestClassInfo function core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php Returns the test class information.
PhpUnitTestDiscovery::getTestList function core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php Returns a list of tests from a TestSuite object.
PhpUnitTestDiscovery::getTestListLimitedToDirectory function core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php Returns a list of tests from a TestSuite object limited to a directory.
PhpUnitTestDiscovery::getWarnings function core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php Returns the warnings generated during the discovery.
PirateDayCacheabilityMetadataConfigOverride::getCacheableMetadata function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php Gets the cacheability metadata associated with the config factory override.
PirateDayCacheabilityMetadataConfigOverride::getCacheSuffix function core/modules/config/tests/config_override_test/src/PirateDayCacheabilityMetadataConfigOverride.php The string to append to the configuration static cache name.
PirateDayCacheContext::getCacheableMetadata function core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php Gets the cacheability metadata for the context.
PirateDayCacheContext::getContext function core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php Returns the string representation of the cache context.
PirateDayCacheContext::getLabel function core/modules/config/tests/config_override_test/src/Cache/PirateDayCacheContext.php Returns the label of the cache context.
PlaceBlockDeriver::getDerivativeDefinitions function core/modules/block/src/Plugin/ConfigAction/PlaceBlockDeriver.php Gets the definition of all derivatives of a base plugin.
PlaceholderingRenderCache::get function core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php Gets the cached, pre-rendered element of a renderable element from cache.
PlaceholderingRenderCache::getFromPlaceholderResultsCache function core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php Retrieves an auto-placeholdered renderable array from the static cache.
PlaceholderMessageTest class core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php Functional test verifying that messages set in placeholders always appear.
PlaceholderMessageTest.php file core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php
PlaceholderMessageTest::$defaultTheme property core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php The theme to install as the default for testing.
PlaceholderMessageTest::$modules property core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php Modules to install.
PlaceholderMessageTest::testMessagePlaceholder function core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php Tests rendering of message placeholder.
plugin.manager.field.widget service core/core.services.yml Drupal\Core\Field\WidgetPluginManager
Plugin::get function core/lib/Drupal/Component/Annotation/Plugin.php Gets the value of an annotation.
Plugin::getCapabilities function composer/Plugin/RecipeUnpack/Plugin.php
Plugin::getCapabilities function composer/Plugin/Scaffold/Plugin.php
Plugin::getClass function core/lib/Drupal/Component/Annotation/Plugin.php Gets the class of the annotated class.
Plugin::getId function core/lib/Drupal/Component/Annotation/Plugin.php Gets the unique ID for this annotated class.
Plugin::getProvider function core/lib/Drupal/Component/Annotation/Plugin.php Gets the name of the provider of the annotated class.
Plugin::getSubscribedEvents function composer/Plugin/RecipeUnpack/Plugin.php
Plugin::getSubscribedEvents function composer/Plugin/Scaffold/Plugin.php
PluginBase::getAvailableGlobalTokens function core/modules/views/src/Plugin/views/PluginBase.php Returns an array of available token replacements.
PluginBase::getBaseId function core/lib/Drupal/Component/Plugin/PluginBase.php Gets the base_plugin_id of the plugin instance.
PluginBase::getDerivativeId function core/lib/Drupal/Component/Plugin/PluginBase.php Gets the derivative_id of the plugin instance.
PluginBase::getPluginDefinition function core/lib/Drupal/Component/Plugin/PluginBase.php Gets the definition of the plugin implementation.
PluginBase::getPluginId function core/lib/Drupal/Component/Plugin/PluginBase.php Gets the plugin ID of the plugin instance.
PluginBase::getProvider function core/modules/views/src/Plugin/views/PluginBase.php Returns the plugin provider.
PluginBase::getRenderer function core/modules/views/src/Plugin/views/PluginBase.php Returns the render API renderer.
PluginBaseTest::providerTestGetBaseId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetBaseId().
PluginBaseTest::providerTestGetDerivativeId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetDerivativeId().
PluginBaseTest::providerTestGetPluginId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Returns test data for testGetPluginId().
PluginBaseTest::testGetBaseId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Tests get base id.
PluginBaseTest::testGetDerivativeId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Tests get derivative id.
PluginBaseTest::testGetPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Tests get plugin definition.
PluginBaseTest::testGetPluginId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php Tests get plugin id.
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 Tests get plugin dependencies.
PluginEventSubscriber::getSubscribedEvents function core/modules/migrate/src/Plugin/PluginEventSubscriber.php

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