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
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 The test user.
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::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.
PasswordConfirmWidgetTest::setUp function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php
PasswordConfirmWidgetTest::testFillConfirmOnly function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Tests the password confirm widget so that only confirm input is filled.
PasswordConfirmWidgetTest::testPasswordConfirmMessage function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Ensures that password match message is visible when widget is initialized.
PasswordConfirmWidgetTest::testPasswordConfirmWidgetJsComponents function core/modules/user/tests/src/FunctionalJavascript/PasswordConfirmWidgetTest.php Tests the components added to the password confirm widget.
PathAlias::getAlias function core/modules/path_alias/src/Entity/PathAlias.php Gets the alias for this path.
PathAlias::getCacheTagsToInvalidate function core/modules/path_alias/src/Entity/PathAlias.php Returns the cache tags that should be used to invalidate caches.
PathAlias::getPath function core/modules/path_alias/src/Entity/PathAlias.php Gets the source path of the alias.
PathAliasInterface::getAlias function core/modules/path_alias/src/PathAliasInterface.php Gets the alias for this path.
PathAliasInterface::getPath function core/modules/path_alias/src/PathAliasInterface.php Gets the source path of the alias.
PathAliasListBuilder::getEntityIds function core/modules/path/src/PathAliasListBuilder.php Loads entity IDs using a pager sorted by the entity id.
PathAliasResourceTestBase::getExpectedNormalizedEntity function core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php Returns the expected normalization of the entity.
PathAliasResourceTestBase::getNormalizedPostEntity function core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php Returns the normalized POST entity.
PathAliasStorageSchema::getEntitySchema function core/modules/path_alias/src/PathAliasStorageSchema.php Gets the entity schema for the specified entity type.
PathAliasSubscriber::getSubscribedEvents function core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php Registers the methods in this class that should be listeners.
PathAliasTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/PathAliasTest.php Returns the expected JSON:API document for the entity.
PathAliasTest::getPID function core/modules/path/tests/src/Functional/PathAliasTest.php Returns the path ID.
PathAliasTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/PathAliasTest.php Returns the JSON:API POST document.
PathBasedBreadcrumbBuilder::getRequestForPath function core/modules/system/src/PathBasedBreadcrumbBuilder.php Matches a path in the router.
PathCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/PathCacheContext.php Gets the cacheability metadata for the context.
PathCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/PathCacheContext.php Returns the string representation of the cache context.
PathCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/PathCacheContext.php Returns the label of the cache context.
PathElement::getInfo function core/lib/Drupal/Core/Render/Element/PathElement.php Returns the element properties for this element.
PathElementFormTest::getFormId function core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php Returns a unique string identifying the form.

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