Search for __set

  1. Search 7.x for __set
  2. Search 9.5.x for __set
  3. Search 8.9.x for __set
  4. Search 10.3.x for __set
  5. Other projects
Title Object type File name Summary
TelephoneItemTest::setUp function core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php Set the default field storage backend for fields created during tests.
TelephoneLinkFormatter::defaultSettings function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Defines the default settings for this plugin.
TelephoneLinkFormatter::settingsForm function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Returns a form to configure settings for the formatter.
TelephoneLinkFormatter::settingsSummary function core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php Returns a short summary for the current formatter settings.
TemplateProjectTestBase::setReleaseMetadata function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Prepares the test site to serve an XML feed of available release metadata.
TemplateProjectTestBase::setUp function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
TemplateProjectTestBase::setUpstreamCoreVersion function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Sets the version of Drupal core to which the test site will be updated.
TemplateProjectTestBase::writeSettings function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Appends PHP code to the test site's settings.php.
template_preprocess_fieldset function core/includes/form.inc Prepares variables for fieldset element templates.
template_preprocess_language_content_settings_table function core/modules/language/language.module Prepares variables for language content settings table templates.
template_preprocess_views_ui_display_tab_setting function core/modules/views_ui/views_ui.module Prepares variables for Views UI display tab setting templates.
TemporaryArrayObjectThrowingExceptions::offsetExists function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Returns whether the requested index exists.
TemporaryArrayObjectThrowingExceptions::offsetGet function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Returns the value at the specified index.
TemporaryArrayObjectThrowingExceptions::offsetSet function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sets the value at the specified index to new value.
TemporaryArrayObjectThrowingExceptions::offsetUnset function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Unsets the value at the specified index.
TemporaryArrayObjectThrowingExceptions::setFlags function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sets the behavior flags for the \ArrayObject.
TemporaryArrayObjectThrowingExceptions::setIteratorClass function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sets the iterator classname for the \ArrayObject.
TemporaryQueryGuard::getAccessConditionForKnownSubsets function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Gets an access condition for the allowed JsonApiFilter::AMONG_* subsets.
TemporaryQueryGuard::setFieldManager function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Sets the entity field manager.
TemporaryQueryGuard::setModuleHandler function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Sets the module handler.
TempStoreDatabaseTest class core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php Tests the temporary object storage system.
TempStoreDatabaseTest.php file core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php
TempStoreDatabaseTest::testSharedTempStore function core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php Tests the SharedTempStore API.
Term::setDescription function core/modules/taxonomy/src/Entity/Term.php Sets the term description.
Term::setFormat function core/modules/taxonomy/src/Entity/Term.php Sets the text format name for the term description.
Term::setName function core/modules/taxonomy/src/Entity/Term.php Sets the term name.
Term::setWeight function core/modules/taxonomy/src/Entity/Term.php Sets the term weight.
TermAutocompleteTest::setUp function core/modules/taxonomy/tests/src/Functional/TermAutocompleteTest.php
TermContextTest::setUp function core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php
TermEntityReferenceTest::setUp function core/modules/taxonomy/tests/src/Kernel/TermEntityReferenceTest.php
TermHierarchyValidationTest::setUp function core/modules/taxonomy/tests/src/Kernel/TermHierarchyValidationTest.php
TermIndexTest::setUp function core/modules/taxonomy/tests/src/Functional/TermIndexTest.php
TermInterface::setDescription function core/modules/taxonomy/src/TermInterface.php Sets the term description.
TermInterface::setFormat function core/modules/taxonomy/src/TermInterface.php Sets the text format name for the term description.
TermInterface::setName function core/modules/taxonomy/src/TermInterface.php Sets the term name.
TermInterface::setWeight function core/modules/taxonomy/src/TermInterface.php Sets the term weight.
TermKernelTest::setUp function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php
TermKernelTest::testParentHandlerSettings function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php The "parent" field must restrict references to the same vocabulary.
TermLanguageTest::setUp function core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php
TermParentsTest::setUp function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php
TermResourceTestBase::setUpAuthorization function core/modules/taxonomy/tests/src/Functional/Rest/TermResourceTestBase.php Sets up the necessary authorization.
TermStorage::resetCache function core/modules/taxonomy/src/TermStorage.php Resets the entity cache.
TermStorage::resetWeights function core/modules/taxonomy/src/TermStorage.php Reset the weights for a given vocabulary ID.
TermStorageInterface::resetWeights function core/modules/taxonomy/src/TermStorageInterface.php Reset the weights for a given vocabulary ID.
TermTest::setUp function core/modules/taxonomy/tests/src/Functional/TermTest.php
TermTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/TermTest.php Sets up the necessary authorization.
TermTest::setUpRevisionAuthorization function core/modules/jsonapi/tests/src/Functional/TermTest.php Sets up the necessary authorization for handling revisions.
TermTranslationFieldViewTest::$baseTagName property core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php The tag in the source language.
TermTranslationFieldViewTest::setUp function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php
TermTranslationFieldViewTest::setUpNode function core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php Creates a test subject node, with translation.

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