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
TextFieldTest::testGetFieldType function core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php Tests get field type.
TextFieldTest::testTextfieldWidgets function core/modules/text/tests/src/Functional/TextFieldTest.php Tests widgets.
TextFieldTest::testTextfieldWidgetsAllowedFormats function core/modules/text/tests/src/Functional/TextFieldTest.php Test widgets for fields with selected allowed formats.
TextFieldTest::testTextfieldWidgetsFormatted function core/modules/text/tests/src/Functional/TextFieldTest.php Tests widgets + 'formatted_text' setting.
TextFieldTest::_testTextfieldWidgetsFormatted function core/modules/text/tests/src/Functional/TextFieldTest.php Helper function for testTextfieldWidgetsFormatted().
TextfieldWidget class core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php Plugin implementation of the 'text_textfield' widget.
TextfieldWidget.php file core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php
TextfieldWidget::errorElement function core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php Assigns a field-level validation error to the right widget sub-element.
TextfieldWidget::formElement function core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php Returns the form for a single field widget.
TextFormat::getInfo function core/modules/filter/src/Element/TextFormat.php Returns the element properties for this element.
TextFormat::getSourceElement function core/modules/config_translation/src/FormElement/TextFormat.php Returns the source element for a given configuration definition.
TextFormat::getTranslationElement function core/modules/config_translation/src/FormElement/TextFormat.php Returns the translation form element for a given configuration definition.
TextFormatElementFormTest::getFormId function core/modules/filter/tests/src/Kernel/TextFormatElementFormTest.php Returns a unique string identifying the form.
TextItem::getConstraints function core/modules/text/src/Plugin/Field/FieldType/TextItem.php Gets a list of validation constraints.
TextItemSillyNormalizer::getSupportedTypes function core/modules/serialization/tests/modules/field_normalization_test/src/Normalization/TextItemSillyNormalizer.php
TextProcessed::getCacheContexts function core/modules/text/src/TextProcessed.php The cache contexts associated with this object.
TextProcessed::getCacheMaxAge function core/modules/text/src/TextProcessed.php The maximum age for which this object may be cached.
TextProcessed::getCacheTags function core/modules/text/src/TextProcessed.php The cache tags associated with this object.
TextProcessed::getRenderer function core/modules/text/src/TextProcessed.php Returns the renderer service.
TextProcessed::getValue function core/modules/text/src/TextProcessed.php #[JsonSchema([
'type' => 'string',
'description' => 'May contain HTML markup.',
])]
TextWithSummaryFileUsageTest class core/modules/editor/tests/src/Kernel/TextWithSummaryFileUsageTest.php Tests tracking of file usage by the Text Editor module.
TextWithSummaryFileUsageTest.php file core/modules/editor/tests/src/Kernel/TextWithSummaryFileUsageTest.php
TextWithSummaryFileUsageTest::$modules property core/modules/editor/tests/src/Kernel/TextWithSummaryFileUsageTest.php Modules to install.
TextWithSummaryFileUsageTest::setUp function core/modules/editor/tests/src/Kernel/TextWithSummaryFileUsageTest.php
TextWithSummaryFileUsageTest::testEditorEntityHooks function core/modules/editor/tests/src/Kernel/TextWithSummaryFileUsageTest.php Tests the configurable text editor manager.
TextWithSummaryItem::getConstraints function core/modules/text/src/Plugin/Field/FieldType/TextWithSummaryItem.php Gets a list of validation constraints.
Theme::getInstallDirectory function core/lib/Drupal/Core/Updater/Theme.php Returns the directory where a theme should be installed.
Theme::getRootDirectoryRelativePath function core/lib/Drupal/Core/Updater/Theme.php Returns the name of the root directory under which projects will be copied.
ThemeAdminForm::getEditableConfigNames function core/modules/system/src/Form/ThemeAdminForm.php Gets the configuration names that will be editable.
ThemeAdminForm::getFormId function core/modules/system/src/Form/ThemeAdminForm.php Returns a unique string identifying the form.
ThemeCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php Gets the cacheability metadata for the context.
ThemeCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php Returns the string representation of the cache context.
ThemeCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php Returns the label of the cache context.
ThemeEngineExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ThemeEngineExtensionList.php Returns a list of machine names of installed extensions.
ThemeEngineExtensionListTest::testGetList function core/tests/Drupal/KernelTests/Core/Extension/ThemeEngineExtensionListTest.php Tests get list.
ThemeExperimentalConfirmForm::getCancelUrl function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns the route to go to if the user cancels the action.
ThemeExperimentalConfirmForm::getConfirmText function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns a caption for the button that confirms the action.
ThemeExperimentalConfirmForm::getDescription function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns additional text to display as a description.
ThemeExperimentalConfirmForm::getFormId function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns a unique string identifying the form.
ThemeExperimentalConfirmForm::getQuestion function core/modules/system/src/Form/ThemeExperimentalConfirmForm.php Returns the question to ask the user.
ThemeExtensionList::doGetBaseThemes function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Finds the base themes for the specific theme.
ThemeExtensionList::getBaseThemes function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Finds all the base themes for the specified theme.
ThemeExtensionList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/ThemeExtensionList.php Returns a list of machine names of installed extensions.
ThemeExtensionListTest::providerTestDoGetBaseThemes function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Provides test data for testDoGetBaseThemes.
ThemeExtensionListTest::testDoGetBaseThemes function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Tests getting the base themes for a set of defined themes.
ThemeExtensionListTest::testGetBaseThemes function core/tests/Drupal/Tests/Core/Extension/ThemeExtensionListTest.php Tests getting the base themes for a set a defines themes.
ThemeExtensionListTest::testGetList function core/tests/Drupal/KernelTests/Core/Extension/ThemeExtensionListTest.php Tests get list.
ThemeHandler::getBaseThemes function core/lib/Drupal/Core/Extension/ThemeHandler.php Finds all the base themes for the specified theme.
ThemeHandler::getDefault function core/lib/Drupal/Core/Extension/ThemeHandler.php Returns the default theme.
ThemeHandler::getName function core/lib/Drupal/Core/Extension/ThemeHandler.php Gets the human readable name of a given theme.

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