Search for disabled

  1. Search 7.x for disabled
  2. Search 8.9.x for disabled
  3. Search 10.3.x for disabled
  4. Search 11.x for disabled
  5. Other projects
Title Object type File name Summary
BlockVisibilityTest::testTransformPhpDisabled function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php @covers ::transform
CKEditor5PluginManager::isPluginDisabled function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Checks whether a plugin must be disabled due to unmet conditions.
CKEditor5Test::enableDisabledToolbarItem function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php Enables a disabled CKEditor 5 toolbar item.
CKEditor5TestTrait::assertEditorButtonDisabled function core/modules/ckeditor5/tests/src/Traits/CKEditor5TestTrait.php Asserts a CKEditor button is disabled.
CKEditorTestTrait::assertEditorButtonDisabled function core/modules/ckeditor/tests/src/Traits/CKEditorTestTrait.php Asserts a CKEditor button is disabled.
CKEditorUpdateOmitDisabledPluginSettings class core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php Tests the update path for CKEditor plugin settings for disabled plugins.
CKEditorUpdateOmitDisabledPluginSettings.php file core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php
CKEditorUpdateOmitDisabledPluginSettings::$defaultTheme property core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php The theme to install as the default for testing.
CKEditorUpdateOmitDisabledPluginSettings::setDatabaseDumpFiles function core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php Set database dump files to be used.
CKEditorUpdateOmitDisabledPluginSettings::testUpdateUpdateOmitDisabledSettingsEntitySave function core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php Ensure settings for disabled CKEditor 4 plugins are omitted on entity save.
CKEditorUpdateOmitDisabledPluginSettings::testUpdateUpdateOmitDisabledSettingsPostUpdate function core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php Ensure settings for disabled CKEditor 4 plugins are omitted on post update.
ckeditor_post_update_omit_settings_for_disabled_plugins function core/modules/ckeditor/ckeditor.post_update.php Updates Text Editors using CKEditor 4 to omit settings for disabled plugins.
ClassLoaderTest::testClassLoadingDisabledModules function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests that module-provided classes can't be loaded from disabled modules.
ConfigTranslationUiTest::assertDisabledTextarea function core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php Asserts that a textarea with a given ID has been disabled from editing.
ContentTranslationEntityBundleInfoTest::testFieldSynchronizationWithDisabledBundle function core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Tests that field synchronization is skipped for disabled bundles.
CssOptimizerUnitTest::testTypeFilePreprocessingDisabled function core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php Tests a file CSS asset with preprocessing disabled.
DefaultPluginManagerTest::testDefaultPluginManagerWithDisabledModule function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with a disabled module.
DisabledDisplayTest class core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Tests the ability to disable and enable view displays.
DisabledDisplayTest.php file core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php
DisabledDisplayTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php The theme to install as the default for testing.
DisabledDisplayTest::$modules property core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Modules to enable.
DisabledDisplayTest::$testViews property core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Views used by this test.
DisabledDisplayTest::setUp function core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Sets up the test.
DisabledDisplayTest::testDisabledDisplays function core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Tests that views displays can be disabled.
DisplayAttachmentTest::testDisabledAttachments function core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php Tests that nothing is output when the attachment displays are disabled.
DisplayFeedTest::testDisabledFeed function core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php Tests that nothing is output when the feed display is disabled.
DisplayFeedTest::testDisabledLinkedDisplay function core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php Tests that the feed display works when the linked display is disabled.
DisplayTest::testDisableDisplay function core/modules/views_ui/tests/src/Functional/DisplayTest.php Tests disabling of a display.
DRUPAL_DISABLED constant core/modules/system/system.module Disabled option on forms and settings.
ElementsTableSelectTest::testDisabledRows function core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php Tests table select with disabled rows.
FileCacheFactoryTest::testGetDisabledFileCache function core/tests/Drupal/Tests/Component/FileCache/FileCacheFactoryTest.php @covers ::get
FilterAdminTest::testDisabledFormat function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests whether a field using a disabled format is rendered.
FilterFormTest::assertDisabledTextarea function core/modules/filter/tests/src/Functional/FilterFormTest.php Asserts that a textarea with a given ID has been disabled from editing.
FormState::isRedirectDisabled function core/lib/Drupal/Core/Form/FormState.php Determines if redirecting has been prevented.
FormStateDecoratorBase::isRedirectDisabled function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Determines if redirecting has been prevented.
FormStateDecoratorBaseTest::testIsRedirectDisabled function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::isRedirectDisabled
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.
InlineFormErrorsIntegrationTest::testDisabledInlineFormErrors function core/modules/quickedit/tests/src/FunctionalJavascript/InlineFormErrorsIntegrationTest.php Tests that the inline form errors are not visible for Quick Edit forms.

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