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
PhpUnitBridgeTest class core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php Test how unit tests interact with deprecation errors.
PhpUnitBridgeTest class core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php Test how kernel tests interact with deprecation errors.
PhpUnitBridgeTest.php file core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest.php file core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest.php file core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest::$modules property core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php Modules to enable.
PhpUnitBridgeTest::$modules property core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php Modules to enable.
PhpUnitBridgeTest::testDeprecatedClass function core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php @expectedDeprecation Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass is deprecated.
PhpUnitBridgeTest::testDeprecatedClass function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php @expectedDeprecation Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass is deprecated.
PhpUnitBridgeTest::testDeprecatedFunction function core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php
PhpUnitBridgeTest::testDeprecatedFunction function core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php @expectedDeprecation This is the deprecation message for deprecation_test_function().
PhpUnitBridgeTest::testErrorOnSiteUnderTest function core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php @expectedDeprecation This is the deprecation message for deprecation_test_function().
PhpUnitBridgeTest::testSilencedError function core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php @expectedDeprecation This is the deprecation message for deprecation_test_function().
PhpunitCompatibilityTrait::getMock function core/tests/Drupal/Tests/PhpunitCompatibilityTrait.php Returns a mock object for the specified class using the available method.
PhpunitCompatibilityTraitTest::testGetMock function core/tests/Drupal/Tests/PhpunitCompatibilityTraitTest.php Tests that getMock is available.
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.
PlaceBlockPageVariant::getVisibleRegionNames function core/modules/block_place/src/Plugin/DisplayVariant/PlaceBlockPageVariant.php Returns the human-readable list of regions keyed by machine name.
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 enable.
PlaceholderMessageTest::testMessagePlaceholder function core/modules/system/tests/src/Functional/Render/PlaceholderMessageTest.php Test rendering of message placeholder.
PlainTextEditor::getAttachments function core/modules/quickedit/src/Plugin/InPlaceEditor/PlainTextEditor.php Returns the attachments for this editor.
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/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/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 @dataProvider providerTestGetBaseId
@coves ::getBaseId
PluginBaseTest::testGetDerivativeId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @dataProvider providerTestGetDerivativeId
@covers ::getDerivativeId[[api-linebreak]]
PluginBaseTest::testGetPluginDefinition function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @covers ::getPluginDefinition[[api-linebreak]]
PluginBaseTest::testGetPluginId function core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php @dataProvider providerTestGetPluginId
@covers ::getPluginId[[api-linebreak]]

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