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 11.x for __get
  5. Other projects
Title Object type File name Summary
PagersCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php
PagersCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/PagersCacheContext.php Returns the label of the cache context.
PagerSelectExtender::getCountQuery function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Retrieve the count query for this pager.
PagerSelectExtender::getElement function core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php Gets the element ID for this pager query.
PageTest class core/modules/views/tests/src/Unit/Plugin/display/PageTest.php @coversDefaultClass \Drupal\views\Plugin\views\display\Page[[api-linebreak]]
@group views
PageTest class core/modules/system/tests/src/Functional/Batch/PageTest.php Tests the content of the progress page.
PageTest.php file core/modules/system/tests/src/Functional/Batch/PageTest.php
PageTest.php file core/modules/views/tests/src/Unit/Plugin/display/PageTest.php
PageTest::$defaultTheme property core/modules/system/tests/src/Functional/Batch/PageTest.php The theme to install as the default for testing.
PageTest::$modules property core/modules/system/tests/src/Functional/Batch/PageTest.php Modules to install.
PageTest::testBatchProgressMessages function core/modules/system/tests/src/Functional/Batch/PageTest.php Tests that the progress messages are correct.
PageTest::testBatchProgressPageTheme function core/modules/system/tests/src/Functional/Batch/PageTest.php Tests that the batch API progress page uses the correct theme.
PageTest::testBatchProgressPageTitle function core/modules/system/tests/src/Functional/Batch/PageTest.php Tests that the batch API progress page shows the title correctly.
PageTest::testBuildBasicRenderable function core/modules/views/tests/src/Unit/Plugin/display/PageTest.php @covers ::buildBasicRenderable[[api-linebreak]]
PageTest::testBuildBasicRenderableWithMissingRoute function core/modules/views/tests/src/Unit/Plugin/display/PageTest.php @covers ::buildBasicRenderable[[api-linebreak]]
PageTitle class core/lib/Drupal/Core/Render/Element/PageTitle.php Provides a render element for the title of an HTML page.
PageTitle.php file core/lib/Drupal/Core/Render/Element/PageTitle.php
PageTitle::getInfo function core/lib/Drupal/Core/Render/Element/PageTitle.php Returns the element properties for this element.
PageTitleBlock class core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php Provides a block to display the page title.
PageTitleBlock.php file core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php
PageTitleBlock::$title property core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php The page title: a string (plain title) or a render array (formatted title).
PageTitleBlock::build function core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php Builds and returns the renderable array for this block plugin.
PageTitleBlock::defaultConfiguration function core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php Gets default configuration for this plugin.
PageTitleBlock::setTitle function core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php Sets the title.
PageTitleTest class core/modules/system/tests/src/Functional/System/PageTitleTest.php Tests HTML output escaping of page title, site name, and slogan.
PageTitleTest.php file core/modules/system/tests/src/Functional/System/PageTitleTest.php
PageTitleTest::$contentUser property core/modules/system/tests/src/Functional/System/PageTitleTest.php
PageTitleTest::$defaultTheme property core/modules/system/tests/src/Functional/System/PageTitleTest.php The theme to install as the default for testing.
PageTitleTest::$modules property core/modules/system/tests/src/Functional/System/PageTitleTest.php Modules to install.
PageTitleTest::$savedTitle property core/modules/system/tests/src/Functional/System/PageTitleTest.php
PageTitleTest::setUp function core/modules/system/tests/src/Functional/System/PageTitleTest.php Implement setUp().
PageTitleTest::testRoutingTitle function core/modules/system/tests/src/Functional/System/PageTitleTest.php Tests the page title of render arrays.
PageTitleTest::testTitleTags function core/modules/system/tests/src/Functional/System/PageTitleTest.php Tests the handling of HTML in node titles.
PageTitleTest::testTitleXSS function core/modules/system/tests/src/Functional/System/PageTitleTest.php Tests if the title of the site is XSS proof.
ParamConversionEnhancer::getSubscribedEvents function core/lib/Drupal/Core/Routing/Enhancer/ParamConversionEnhancer.php
ParamConverterManager::getConverter function core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php Lazy-loads converter services.
ParamConverterManagerInterface::getConverter function core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php Lazy-loads converter services.
ParamConverterManagerTest::providerTestGetConverter function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Provide data for parameter converter manager tests.
ParamConverterManagerTest::testGetConverter function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Tests \Drupal\Core\ParamConverter\ParamConverterManager::getConverter().
ParamConverterManagerTest::testGetConverterException function core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php Tests \Drupal\Core\ParamConverter\ParamConverterManager::getConverter().
ParamConverterSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php
ParamNotConvertedException::getRawParameters function core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php Get the raw parameters that were not converted.
ParamNotConvertedException::getRouteName function core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php Get the route name that was not converted.
Password::getInfo function core/lib/Drupal/Core/Render/Element/Password.php Returns the element properties for this element.
PasswordConfirm::getInfo function core/lib/Drupal/Core/Render/Element/PasswordConfirm.php Returns the element properties for this element.
PasswordConfirmWidgetTest class core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Tests the JS components added to the PasswordConfirm render element.
PasswordConfirmWidgetTest.php file core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php
PasswordConfirmWidgetTest::$assert property core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php WebAssert object.
PasswordConfirmWidgetTest::$defaultTheme property core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php The theme to install as the default for testing.
PasswordConfirmWidgetTest::$testUser property core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php User for testing.

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