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
HelpPageTestController::testArray function core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php Provides a route which has multiple array returns from hook_help().
HelpPageTestHooks class core/modules/help/tests/modules/help_page_test/src/Hook/HelpPageTestHooks.php Hook implementations for help_page_test.
HelpPageTestHooks.php file core/modules/help/tests/modules/help_page_test/src/Hook/HelpPageTestHooks.php
HelpPageTestHooks::help function core/modules/help/tests/modules/help_page_test/src/Hook/HelpPageTestHooks.php Implements hook_help().
HelpSearch::getSectionPlugin function core/modules/help/src/Plugin/Search/HelpSearch.php Instantiates a help section plugin and verifies it is searchable.
HelpSearch::getType function core/modules/help/src/Plugin/Search/HelpSearch.php Returns the search index type this plugin uses.
HelpSectionPluginBase::getDescription function core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php Returns the description text for the help section.
HelpSectionPluginBase::getTitle function core/modules/help/src/Plugin/HelpSection/HelpSectionPluginBase.php Returns the title of the help section.
HelpSectionPluginInterface::getDescription function core/modules/help/src/HelpSectionPluginInterface.php Returns the description text for the help section.
HelpSectionPluginInterface::getTitle function core/modules/help/src/HelpSectionPluginInterface.php Returns the title of the help section.
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.

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