Search for disable

  1. Search 7.x for disable
  2. Search 9.5.x for disable
  3. Search 8.9.x for disable
  4. Search 10.3.x for disable
  5. Other projects
Title Object type File name Summary
FilterDisableForm::getCancelUrl function core/modules/filter/src/Form/FilterDisableForm.php Returns the route to go to if the user cancels the action.
FilterDisableForm::getConfirmText function core/modules/filter/src/Form/FilterDisableForm.php Returns a caption for the button that confirms the action.
FilterDisableForm::getDescription function core/modules/filter/src/Form/FilterDisableForm.php Returns additional text to display as a description.
FilterDisableForm::getQuestion function core/modules/filter/src/Form/FilterDisableForm.php Returns the question to ask the user.
FilterDisableForm::submitForm function core/modules/filter/src/Form/FilterDisableForm.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…
FilterFormat::disable function core/modules/filter/src/Entity/FilterFormat.php Disables the configuration entity.
FilterFormTest::assertDisabledTextarea function core/modules/filter/tests/src/Functional/FilterFormTest.php Asserts that a textarea with a given ID has been disabled from editing.
FilterSecurityTest::testDisableFilterModule function core/modules/filter/tests/src/Functional/FilterSecurityTest.php Tests removal of filtered content when an active filter is disabled.
filter_test_filter_format_disable function core/modules/filter/tests/filter_test/filter_test.module Implements hook_filter_format_disable().
FormState::disableCache function core/lib/Drupal/Core/Form/FormState.php Prevents the form from being cached.
FormState::disableRedirect function core/lib/Drupal/Core/Form/FormState.php Prevents the form from redirecting.
FormState::isRedirectDisabled function core/lib/Drupal/Core/Form/FormState.php Determines if redirecting has been prevented.
FormStateDecoratorBase::disableCache function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Prevents the form from being cached.
FormStateDecoratorBase::disableRedirect function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Prevents the form from redirecting.
FormStateDecoratorBase::isRedirectDisabled function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Determines if redirecting has been prevented.
FormStateDecoratorBaseTest::testDisableCache function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::disableCache
FormStateDecoratorBaseTest::testDisableRedirect function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::disableRedirect
FormStateDecoratorBaseTest::testIsRedirectDisabled function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::isRedirectDisabled
FormStateInterface::disableCache function core/lib/Drupal/Core/Form/FormStateInterface.php Prevents the form from being cached.
FormStateInterface::disableRedirect function core/lib/Drupal/Core/Form/FormStateInterface.php Prevents the form from redirecting.
FormStateInterface::isRedirectDisabled function core/lib/Drupal/Core/Form/FormStateInterface.php Determines if redirecting has been prevented.
FormTest::testDisabledElements function core/modules/system/tests/src/Functional/Form/FormTest.php Tests handling of disabled elements.
FormTest::testDisabledMarkup function core/modules/system/tests/src/Functional/Form/FormTest.php Verify markup for disabled form elements.
FormTestDisabledElementsForm class core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php Builds a form to test disabled elements.
FormTestDisabledElementsForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php
FormTestDisabledElementsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php Form constructor.
FormTestDisabledElementsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php Returns a unique string identifying the form.
FormTestDisabledElementsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php Form submission handler.
FormTestTableSelectDisabledRowsForm class core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php Builds a form to test table select with disabled rows.
FormTestTableSelectDisabledRowsForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php
FormTestTableSelectDisabledRowsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php Form constructor.
FormTestTableSelectDisabledRowsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php Returns a unique string identifying the form.
FormTestTableSelectDisabledRowsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestTableSelectDisabledRowsForm.php Form submission handler.
hook_filter_format_disable function core/modules/filter/filter.api.php Perform actions when a text format has been disabled.
JavascriptStatesTest::doElementsDisabledStateTests function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/JavascriptStatesTest.php Tests the submit button, select and textarea disabled states.
KernelTestBase::disableModules function core/tests/Drupal/KernelTests/KernelTestBase.php Disables modules for this test.
LanguageTestTrait::disableBundleTranslation function core/modules/language/tests/src/Traits/LanguageTestTrait.php Disables translations for the given entity type bundle.
LanguageUILanguageNegotiationTest::testDisableLanguageSwitcher function core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php Tests if the language switcher block gets deleted when a language type has been made not configurable.
LayoutBuilderDisableForm class core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Disables Layout Builder for a given default.
LayoutBuilderDisableForm.php file core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php
LayoutBuilderDisableForm::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php The layout tempstore repository.
LayoutBuilderDisableForm::$sectionStorage property core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php The section storage.
LayoutBuilderDisableForm::buildForm function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Form constructor.
LayoutBuilderDisableForm::create function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Instantiates a new instance of this class.
LayoutBuilderDisableForm::getCancelUrl function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Returns the route to go to if the user cancels the action.
LayoutBuilderDisableForm::getDescription function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Returns additional text to display as a description.
LayoutBuilderDisableForm::getFormId function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Returns a unique string identifying the form.
LayoutBuilderDisableForm::getQuestion function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Returns the question to ask the user.
LayoutBuilderDisableForm::submitForm function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Form submission handler.
LayoutBuilderDisableForm::__construct function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Constructs a new RevertOverridesForm.

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