Search for __set

  1. Search 7.x for __set
  2. Search 9.5.x for __set
  3. Search 10.3.x for __set
  4. Search 11.x for __set
  5. Search main for __set
  6. Other projects
Title Object type File name Summary
ViewUI::unsetLock function core/modules/views_ui/src/ViewUI.php Unsets the lock on this View.
ViewUI::unsetThirdPartySetting function core/modules/views_ui/src/ViewUI.php Unsets a third-party setting.
ViewUI::__set function core/modules/views_ui/src/ViewUI.php
Vocabulary::setHierarchy function core/modules/taxonomy/src/Entity/Vocabulary.php Sets the vocabulary hierarchy.
VocabularyCrudTest::setUp function core/modules/taxonomy/tests/src/Kernel/VocabularyCrudTest.php
VocabularyInterface::setHierarchy function core/modules/taxonomy/src/VocabularyInterface.php Sets the vocabulary hierarchy.
VocabularyLanguageTest::setUp function core/modules/taxonomy/tests/src/Functional/VocabularyLanguageTest.php
VocabularyPermissionsTest::setUp function core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php
VocabularyResetForm class core/modules/taxonomy/src/Form/VocabularyResetForm.php Provides confirmation form for resetting a vocabulary to alphabetical order.
VocabularyResetForm.php file core/modules/taxonomy/src/Form/VocabularyResetForm.php
VocabularyResetForm::$termStorage property core/modules/taxonomy/src/Form/VocabularyResetForm.php The term storage.
VocabularyResetForm::create function core/modules/taxonomy/src/Form/VocabularyResetForm.php Instantiates a new instance of this class.
VocabularyResetForm::getCancelUrl function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns the route to go to if the user cancels the action.
VocabularyResetForm::getConfirmText function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns a caption for the button that confirms the action.
VocabularyResetForm::getDescription function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns additional text to display as a description.
VocabularyResetForm::getFormId function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns a unique string identifying the form.
VocabularyResetForm::getQuestion function core/modules/taxonomy/src/Form/VocabularyResetForm.php Returns the question to ask the user.
VocabularyResetForm::submitForm function core/modules/taxonomy/src/Form/VocabularyResetForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
VocabularyResetForm::__construct function core/modules/taxonomy/src/Form/VocabularyResetForm.php Constructs a new VocabularyResetForm object.
VocabularyResourceTestBase::setUpAuthorization function core/modules/taxonomy/tests/src/Functional/Rest/VocabularyResourceTestBase.php Sets up the necessary authorization.
VocabularyResponse::setVocabulary function core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularyResponse.php
VocabularyRouteProvider::getResetPageRoute function core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php Gets the reset page route.
VocabularySerializationTest::setUp function core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php
VocabularyStorage::resetCache function core/modules/taxonomy/src/VocabularyStorage.php Resets the internal, static entity cache.
VocabularyTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/VocabularyTest.php Sets up the necessary authorization.
VocabularyTranslationTest::setUp function core/modules/taxonomy/tests/src/Functional/VocabularyTranslationTest.php
VocabularyUiTest::setUp function core/modules/taxonomy/tests/src/Functional/VocabularyUiTest.php
WarmCacheUpdateFrom8dot6Test::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/WarmCacheUpdateFrom8dot6Test.php Set database dump files to be used.
WebDriverTestBase::getDrupalSettings function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Gets the current Drupal javascript settings and parses into an array.
WebTestBase::setBatch function core/modules/simpletest/src/WebTestBase.php Preserve the original batch, and instantiate the test batch.
WebTestBase::setHttpResponseDebugCacheabilityHeaders function core/modules/simpletest/src/WebTestBase.php Enables/disables the cacheability headers.
WebTestBase::setUp function core/modules/simpletest/src/WebTestBase.php Sets up a Drupal site for running functional and integration tests.
WebTestBaseTest class core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php @requires extension curl
@coversDefaultClass \Drupal\simpletest\WebTestBase[[api-linebreak]]
@group simpletest
@group WebTestBase
WebTestBaseTest.php file core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php
WebTestBaseTest::providerAssertFieldByName function core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php Provides data for testing the assertFieldByName() helper.
WebTestBaseTest::providerTestClickLink function core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php Data provider for testClickLink().
WebTestBaseTest::providerTestGetAbsoluteUrl function core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php Provides test data for testGetAbsoluteUrl.
WebTestBaseTest::testAssertFieldByName function core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php Tests the assertFieldByName() helper.
WebTestBaseTest::testClickLink function core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php Test WebTestBase::clickLink().
WebTestBaseTest::testGetAbsoluteUrl function core/modules/simpletest/tests/src/Unit/WebTestBaseTest.php @dataProvider providerTestGetAbsoluteUrl
WeightTest::setUp function core/tests/Drupal/KernelTests/Core/Render/Element/WeightTest.php
WhosOnlineBlockTest::setUp function core/modules/user/tests/src/Kernel/WhosOnlineBlockTest.php
WidgetAnonymousTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/WidgetAnonymousTest.php
WidgetBase::$settings property core/lib/Drupal/Core/Field/WidgetBase.php The widget settings.
WidgetBase::getFieldSetting function core/lib/Drupal/Core/Field/WidgetBase.php Returns the value of a field setting.
WidgetBase::getFieldSettings function core/lib/Drupal/Core/Field/WidgetBase.php Returns the array of field settings.
WidgetBase::settingsForm function core/lib/Drupal/Core/Field/WidgetBase.php Returns a form to configure settings for the widget.
WidgetBase::settingsSummary function core/lib/Drupal/Core/Field/WidgetBase.php Returns a short summary for the current widget settings.
WidgetBase::setWidgetState function core/lib/Drupal/Core/Field/WidgetBase.php Stores processing information about the widget in $form_state.
WidgetBaseInterface::setWidgetState function core/lib/Drupal/Core/Field/WidgetBaseInterface.php Stores processing information about the widget in $form_state.

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