Search for __get

  1. Search 7.x for __get
  2. Search 8.9.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
HandlerBaseTest::testGetEntityTypeForFieldOnBaseTable function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @covers ::getEntityType[[api-linebreak]]
HandlerBaseTest::testGetEntityTypeForFieldWithRelationship function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @covers ::getEntityType[[api-linebreak]]
HeadersCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php Gets the cacheability metadata for the context based on the parameter value.
HeadersCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php Returns the string representation of the cache context.
HeadersCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php Returns the label of the cache context.
HeadersCacheContextTest::providerTestGetContext function core/tests/Drupal/Tests/Core/Cache/Context/HeadersCacheContextTest.php Provides a list of headers and expected cache contexts.
HeadersCacheContextTest::testGetContext function core/tests/Drupal/Tests/Core/Cache/Context/HeadersCacheContextTest.php @covers ::getContext[[api-linebreak]]
Heading::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Filters the header options to those chosen in editor config.
Heading::getElementsSubset function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Returns a configured subset of the elements supported by this plugin.
Heading::getEnabledHeadings function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Gets all enabled headings.
HeadingPluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/HeadingPluginTest.php Provides a list of configs to test.
HeadingPluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/HeadingPluginTest.php @covers ::getDynamicPluginConfig[[api-linebreak]]
@dataProvider providerGetDynamicPluginConfig
HelpBlock::getCacheContexts function core/modules/help/src/Plugin/Block/HelpBlock.php
HelpEmptyPageTest class core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php Tests the empty HTML page.
HelpEmptyPageTest.php file core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php
HelpEmptyPageTest::$modules property core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php Modules to enable.
HelpEmptyPageTest::register function core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php Registers test-specific services.
HelpEmptyPageTest::testEmptyHookHelp function core/modules/help/tests/src/Kernel/HelpEmptyPageTest.php Ensures that no URL generator is called on a page without hook_help().
HelpPageTestController class core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php Provides controllers for testing the help block.
HelpPageTestController.php file core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php
HelpPageTestController::hasHelp function core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php Provides a route with help.
HelpPageTestController::noHelp function core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php Provides a route with no help.
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().
HelpSearch::getSectionPlugin function core/modules/help_topics/src/Plugin/Search/HelpSearch.php Instantiates a help section plugin and verifies it is searchable.
HelpSearch::getType function core/modules/help_topics/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_topics/tests/modules/help_topics_twig_tester/src/HelpTestTwigExtension.php
HelpTestTwigNodeVisitor::getPriority function core/modules/help_topics/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php
HelpTestTwigNodeVisitor::getState function core/modules/help_topics/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Returns the state information.
HelpTopicDiscovery::getDefinitions function core/modules/help_topics/src/HelpTopicDiscovery.php Gets the definition of all plugins for this type.
HelpTopicPluginBase::getLabel function core/modules/help_topics/src/HelpTopicPluginBase.php Returns the label of the topic.
HelpTopicPluginBase::getProvider function core/modules/help_topics/src/HelpTopicPluginBase.php The name of the module or theme providing the help topic.
HelpTopicPluginBase::getRelated function core/modules/help_topics/src/HelpTopicPluginBase.php Returns the IDs of related topics.
HelpTopicPluginInterface::getBody function core/modules/help_topics/src/HelpTopicPluginInterface.php Returns the body of the topic.
HelpTopicPluginInterface::getLabel function core/modules/help_topics/src/HelpTopicPluginInterface.php Returns the label of the topic.
HelpTopicPluginInterface::getRelated function core/modules/help_topics/src/HelpTopicPluginInterface.php Returns the IDs of related topics.
HelpTopicPluginManager::getDiscovery function core/modules/help_topics/src/HelpTopicPluginManager.php Gets the plugin discovery.
HelpTopicSection::getCacheContexts function core/modules/help_topics/src/Plugin/HelpSection/HelpTopicSection.php
HelpTopicSection::getCacheMaxAge function core/modules/help_topics/src/Plugin/HelpSection/HelpTopicSection.php
HelpTopicSection::getCacheMetadata function core/modules/help_topics/src/Plugin/HelpSection/HelpTopicSection.php Gets the merged CacheableMetadata for all the top level help topic plugins.
HelpTopicSection::getCacheTags function core/modules/help_topics/src/Plugin/HelpSection/HelpTopicSection.php
HelpTopicSection::getPlugins function core/modules/help_topics/src/Plugin/HelpSection/HelpTopicSection.php Gets the top level help topic plugins.
HelpTopicTest::getTopicList function core/modules/help_topics/tests/src/Functional/HelpTopicTest.php Gets a list of topic IDs to test.
HelpTopicTwig::getBody function core/modules/help_topics/src/HelpTopicTwig.php Returns the body of the topic.
HelpTopicTwig::getCacheContexts function core/modules/help_topics/src/HelpTopicTwig.php The cache contexts associated with this object.
HelpTopicTwig::getCacheMaxAge function core/modules/help_topics/src/HelpTopicTwig.php The maximum age for which this object may be cached.

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