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
HelpTest::getModuleList function core/modules/help/tests/src/Functional/HelpTest.php Gets the list of enabled modules that implement hook_help().
HelpTestTwigExtension::getNodeVisitors function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigExtension.php
HelpTestTwigNodeVisitor::getPriority function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php
HelpTestTwigNodeVisitor::getState function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Returns the state information.
HelpTopicDiscovery::getDefinitions function core/modules/help/src/HelpTopicDiscovery.php Gets the definition of all plugins for this type.
HelpTopicPluginBase::getLabel function core/modules/help/src/HelpTopicPluginBase.php Returns the label of the topic.
HelpTopicPluginBase::getProvider function core/modules/help/src/HelpTopicPluginBase.php The name of the module or theme providing the help topic.
HelpTopicPluginBase::getRelated function core/modules/help/src/HelpTopicPluginBase.php Returns the IDs of related topics.
HelpTopicPluginInterface::getBody function core/modules/help/src/HelpTopicPluginInterface.php Returns the body of the topic.
HelpTopicPluginInterface::getLabel function core/modules/help/src/HelpTopicPluginInterface.php Returns the label of the topic.
HelpTopicPluginInterface::getRelated function core/modules/help/src/HelpTopicPluginInterface.php Returns the IDs of related topics.
HelpTopicPluginManager::getDiscovery function core/modules/help/src/HelpTopicPluginManager.php Gets the plugin discovery.
HelpTopicSection::getCacheContexts function core/modules/help/src/Plugin/HelpSection/HelpTopicSection.php
HelpTopicSection::getCacheMaxAge function core/modules/help/src/Plugin/HelpSection/HelpTopicSection.php
HelpTopicSection::getCacheMetadata function core/modules/help/src/Plugin/HelpSection/HelpTopicSection.php Gets the merged CacheableMetadata for all the top level help topic plugins.
HelpTopicSection::getCacheTags function core/modules/help/src/Plugin/HelpSection/HelpTopicSection.php
HelpTopicSection::getPlugins function core/modules/help/src/Plugin/HelpSection/HelpTopicSection.php Gets the top level help topic plugins.
HelpTopicTest::getTopicList function core/modules/help/tests/src/Functional/HelpTopicTest.php Gets a list of topic IDs to test.
HelpTopicTwig::getBody function core/modules/help/src/HelpTopicTwig.php Returns the body of the topic.
HelpTopicTwig::getCacheContexts function core/modules/help/src/HelpTopicTwig.php The cache contexts associated with this object.
HelpTopicTwig::getCacheMaxAge function core/modules/help/src/HelpTopicTwig.php The maximum age for which this object may be cached.
HelpTopicTwig::getCacheTags function core/modules/help/src/HelpTopicTwig.php The cache tags associated with this object.
HelpTopicTwigLoader::getSourceContext function core/modules/help/src/HelpTopicTwigLoader.php
HelpTopicTwigLoaderTest::testGetSourceContext function core/modules/help/tests/src/Unit/HelpTopicTwigLoaderTest.php Tests get source context.
HelpTopicTwigLoaderTest::testGetSourceContextException function core/modules/help/tests/src/Unit/HelpTopicTwigLoaderTest.php Tests get source context exception.
HelpTopicTwigTest::getTwigMock function core/modules/help/tests/src/Unit/HelpTopicTwigTest.php Creates a mock Twig loader class for the test.
HelpTwigExtension::getFunctions function core/modules/help/src/HelpTwigExtension.php
HelpTwigExtension::getRouteLink function core/modules/help/src/HelpTwigExtension.php Returns a link or plain text, given text, route name, and parameters.
HelpTwigExtension::getTopicLink function core/modules/help/src/HelpTwigExtension.php Returns a link to a help topic, or the title of the topic.
Hidden::getInfo function core/lib/Drupal/Core/Render/Element/Hidden.php Returns the element properties for this element.
HighestIdInterface::getHighestId function core/modules/migrate/src/Audit/HighestIdInterface.php Returns the highest ID tracked by the implementing plugin.
HighWaterTest::getIds function core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php Defines the source fields uniquely identifying a source row.
HistoryCommentLinkBuilderTest::getLinkCombinations function core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php Data provider for ::testCommentLinkBuilder.
HistoryCommentLinkBuilderTest::getMockNode function core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php Builds a mock node based on given scenario.
HistoryController::getNodeReadTimestamps function core/modules/history/src/Controller/HistoryController.php Returns a set of nodes' last read timestamps.
HistoryManager::getCountNewComments function core/modules/history/src/HistoryManager.php Returns the number of new comments on a given entity for the current user.
HistoryTest::getNodeReadTimestamps function core/modules/history/tests/src/Functional/HistoryTest.php Get node read timestamps from the server for the current user.
HoldTestSubscriber::getSubscribedEvents function core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php
HookAlterOrderTest::testReorderAlterMissingTarget function core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php Tests #[ReorderHook] attributes with missing target.
HookCollectorPass::getAttributeInstances function core/lib/Drupal/Core/Hook/HookCollectorPass.php Get attribute instances from class and method reflections.
HookCollectorPass::getFilteredImplementations function core/lib/Drupal/Core/Hook/HookCollectorPass.php Gets implementation lists with removals already applied.
HookCollectorPass::getModuleListPattern function core/lib/Drupal/Core/Hook/HookCollectorPass.php Get a pattern used to match hooks for the given module list.
HookCollectorPass::getOrderOperations function core/lib/Drupal/Core/Hook/HookCollectorPass.php Gets order operations by hook.
HookDiscovery::getDefinitions function core/lib/Drupal/Core/Plugin/Discovery/HookDiscovery.php Gets the definition of all plugins for this type.
HookDiscoveryTest::testGetDefinition function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinition method with some plugins.
HookDiscoveryTest::testGetDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinitions() method with some plugins.
HookDiscoveryTest::testGetDefinitionsWithoutPlugins function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinitions() method without any plugins.
HookDiscoveryTest::testGetDefinitionWithUnknownID function core/tests/Drupal/Tests/Core/Plugin/Discovery/HookDiscoveryTest.php Tests the getDefinition method with an unknown plugin ID.
HookOrderTest::testReorderMissingTarget function core/tests/Drupal/KernelTests/Core/Hook/HookOrderTest.php Tests the ReorderHook attribute with a missing target.
hook_field_widget_complete_form_alter function core/modules/field/field.api.php Alter the complete form for field widgets provided by other modules.

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