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
TranslationLink::getEntityLinkTemplate function core/modules/content_translation/src/Plugin/views/field/TranslationLink.php Returns the entity link template name identifying the link route.
TranslationLinkTest::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php Returns an array of permissions needed for the translator.
TranslationManager::getStringTranslation function core/lib/Drupal/Core/StringTranslation/TranslationManager.php Retrieves English string to given language.
TranslationsStream::getDescription function core/modules/locale/src/StreamWrapper/TranslationsStream.php Returns the description of the stream wrapper for use in the UI.
TranslationsStream::getDirectoryPath function core/modules/locale/src/StreamWrapper/TranslationsStream.php Gets the path that the wrapper is responsible for.
TranslationsStream::getExternalUrl function core/modules/locale/src/StreamWrapper/TranslationsStream.php phpcs:ignore Drupal.Files.LineLength
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getExternalUrl().
TranslationsStream::getName function core/modules/locale/src/StreamWrapper/TranslationsStream.php Returns the name of the stream wrapper for use in the UI.
TranslationsStream::getType function core/modules/locale/src/StreamWrapper/TranslationsStream.php Returns the type of stream wrapper.
TranslationStatusForm::getFormId function core/modules/locale/src/Form/TranslationStatusForm.php Returns a unique string identifying the form.
TranslationStatusInterface::getTranslationStatus function core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php Returns the translation status.
TranslationString::getString function core/modules/locale/src/TranslationString.php Gets plain string contained in this object.
TranslationTest::providerTestGet function core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php Provides data to self::testGet().
TranslationTest::testGet function core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php Tests get.
TranslatorInterface::getStringTranslation function core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php Retrieves English string to given language.
TraversableObject::getIterator function core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/TraversableObject.php
TraversableObjectNormalizer::getSupportedTypes function core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/Normalizer/TraversableObjectNormalizer.php
TreeConfigTargetForm class core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php Provides a form for configuring preferences and dynamically updating select list options via AJAX.
TreeConfigTargetForm.php file core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php
TreeConfigTargetForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php Form constructor.
TreeConfigTargetForm::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php Gets the configuration names that will be editable.
TreeConfigTargetForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php Returns a unique string identifying the form.
TreeConfigTargetForm::updateOptions function core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php Updates the options of a select list.
TRexEditor::getDefaultSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php Returns the default settings for this configurable text editor.
TRexEditor::getJSSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php Returns JavaScript settings to be attached.
TRexEditor::getLibraries function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/TRexEditor.php Returns libraries to be attached.
TriggeringElementProgrammedTest::getFormId function core/tests/Drupal/KernelTests/Core/Form/TriggeringElementProgrammedTest.php Returns a unique string identifying the form.
TrustedRedirectResponse::setTrustedTargetUrl function core/lib/Drupal/Core/Routing/TrustedRedirectResponse.php Sets the target URL to a trusted URL.
TrustedRedirectResponseTest::testSetTargetUrlWithInternalUrl function core/tests/Drupal/Tests/Core/Routing/TrustedRedirectResponseTest.php Tests set target url with internal url.
TrustedRedirectResponseTest::testSetTargetUrlWithTrustedUrl function core/tests/Drupal/Tests/Core/Routing/TrustedRedirectResponseTest.php Tests set target url with trusted url.
TrustedRedirectResponseTest::testSetTargetUrlWithUntrustedUrl function core/tests/Drupal/Tests/Core/Routing/TrustedRedirectResponseTest.php Tests set target url with untrusted url.
TwigDeprecationsTest::getDeprecationMessage function core/tests/Drupal/KernelTests/Core/Theme/TwigDeprecationsTest.php Get an example deprecation message for a named variable.
TwigEnvironment::getTemplateClass function core/lib/Drupal/Core/Template/TwigEnvironment.php Gets the template class associated with the given string.
TwigEnvironment::getTemplateMetadata function core/lib/Drupal/Core/Template/TwigEnvironment.php Retrieves metadata associated with a template.
TwigEnvironment::getTwigCachePrefix function core/lib/Drupal/Core/Template/TwigEnvironment.php Get the cache prefixed used by \Drupal\Core\Template\TwigPhpStorageCache.
TwigExtension::getActiveTheme function core/lib/Drupal/Core/Template/TwigExtension.php Gets the name of the active theme.
TwigExtension::getActiveThemePath function core/lib/Drupal/Core/Template/TwigExtension.php Gets the path of the active theme.
TwigExtension::getFileUrl function core/lib/Drupal/Core/Template/TwigExtension.php Gets the file URL.
TwigExtension::getFilters function core/lib/Drupal/Core/Template/TwigExtension.php
TwigExtension::getFunctions function core/lib/Drupal/Core/Template/TwigExtension.php
TwigExtension::getLink function core/lib/Drupal/Core/Template/TwigExtension.php Gets a rendered link from a URL object.
TwigExtension::getName function core/lib/Drupal/Core/Template/TwigExtension.php
TwigExtension::getNodeVisitors function core/lib/Drupal/Core/Template/TwigExtension.php
TwigExtension::getPath function core/lib/Drupal/Core/Template/TwigExtension.php Generates a URL path given a route name and parameters.
TwigExtension::getTokenParsers function core/lib/Drupal/Core/Template/TwigExtension.php
TwigExtension::getUrl function core/lib/Drupal/Core/Template/TwigExtension.php Generates an absolute URL given a route name and parameters.
TwigNodeVisitor::getPriority function core/lib/Drupal/Core/Template/TwigNodeVisitor.php
TwigNodeVisitorCheckDeprecations::getPriority function core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php
TwigPhpStorageCache::getTimestamp function core/lib/Drupal/Core/Template/TwigPhpStorageCache.php
TwigSandboxPolicy::getMethodsAllowedOnAllObjects function core/lib/Drupal/Core/Template/TwigSandboxPolicy.php Gets the list of allowed methods on all objects.
TwigSandboxTest::getTwigEntityDangerousMethods function core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php Data provider for ::testEntityDangerousMethods.

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