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
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
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
VocabularyValidationTest::setUp function core/modules/taxonomy/tests/src/Kernel/VocabularyValidationTest.php
WaitTerminateTestTrait::setWaitForTerminate function core/tests/Drupal/Tests/WaitTerminateTestTrait.php Specify that subsequent requests must wait for the terminate event.
WebAssertTest::setUp function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php
WebDriverTestBase::getDrupalSettings function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Gets the current Drupal javascript settings and parses into an array.
WebDriverTestBaseTest class core/tests/Drupal/Tests/Core/Test/WebDriverTestBaseTest.php @coversDefaultClass \Drupal\FunctionalJavascriptTests\WebDriverTestBase
@group Test
@runTestsInSeparateProcesses
WebDriverTestBaseTest.php file core/tests/Drupal/Tests/Core/Test/WebDriverTestBaseTest.php
WebDriverTestBaseTest::putEnv function core/tests/Drupal/Tests/Core/Test/WebDriverTestBaseTest.php Sets or deletes an environment variable.
WebDriverTestBaseTest::testCapabilities function core/tests/Drupal/Tests/Core/Test/WebDriverTestBaseTest.php Tests W3C setting is added to goog:chromeOptions as expected.
WeightTest::setUp function core/tests/Drupal/KernelTests/Core/Render/Element/WeightTest.php
WhoIsOnlineBlockTest::setUp function core/modules/user/tests/src/Kernel/WhoIsOnlineBlockTest.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.
WidgetInterface::settingsForm function core/lib/Drupal/Core/Field/WidgetInterface.php Returns a form to configure settings for the widget.
WidgetInterface::settingsSummary function core/lib/Drupal/Core/Field/WidgetInterface.php Returns a short summary for the current widget settings.
WidgetOEmbedTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php
WidgetOverflowTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php
WidgetPluginManager::getDefaultSettings function core/lib/Drupal/Core/Field/WidgetPluginManager.php Returns the default settings of a field widget.
WidgetViewsTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/WidgetViewsTest.php
WildcardConfigActionsTest::setUp function core/tests/Drupal/KernelTests/Core/Recipe/WildcardConfigActionsTest.php
WildcardHtmlSupportTest::setUp function core/modules/ckeditor5/tests/src/Kernel/WildcardHtmlSupportTest.php
WizardPluginBase::setDefaultOptions function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Sets options for a display and makes them the default options if possible.
WizardPluginBase::setOverrideOptions function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Sets options for a display, inheriting from the defaults when possible.
WizardPluginBase::setValidatedView function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Stores a validated view from a form submission.
WizardPluginBaseKernelTest::setUp function core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php
WizardPluginBaseTest class core/modules/views/tests/src/Unit/WizardPluginBaseTest.php @coversDefaultClass \Drupal\views\Plugin\views\wizard\WizardPluginBase
WizardPluginBaseTest.php file core/modules/views/tests/src/Unit/WizardPluginBaseTest.php
WizardPluginBaseTest::providerTestGetSelected function core/modules/views/tests/src/Unit/WizardPluginBaseTest.php Provides test data for testGetSelected().

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