Search for disable
- Search 7.x for disable
- Search 9.5.x for disable
- Search 8.9.x for disable
- Search 10.3.x for disable
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BlockVisibilityTest::testTransformPhpDisabled | function | core/ |
@covers ::transform |
CKEditor5PluginManager::isPluginDisabled | function | core/ |
Checks whether a plugin must be disabled due to unmet conditions. |
CKEditor5Test::enableDisabledToolbarItem | function | core/ |
Enables a disabled CKEditor 5 toolbar item. |
CKEditor5TestTrait::assertEditorButtonDisabled | function | core/ |
Asserts a CKEditor button is disabled. |
ClassLoaderTest::testClassLoadingDisabledModules | function | core/ |
Tests that module-provided classes can't be loaded from disabled modules. |
ConfigEntityBase::disable | function | core/ |
Disables the configuration entity. |
ConfigEntityBaseUnitTest::testDisable | function | core/ |
@covers ::disable @depends testSetStatus |
ConfigEntityInterface::disable | function | core/ |
Disables the configuration entity. |
ConfigTestController::disable | function | core/ |
Disables a ConfigTest object. |
ConfigTranslationUiTestBase::assertDisabledTextarea | function | core/ |
Asserts that a textarea with a given ID has been disabled from editing. |
Connection::disableEvents | function | core/ |
Disables database API events dispatching. |
ConstraintViolationBuilder::disableTranslation | function | core/ |
|
ContentTranslationDisableSettingTest | class | core/ |
Test disabling content translation module. |
ContentTranslationDisableSettingTest.php | file | core/ |
|
ContentTranslationDisableSettingTest::$defaultTheme | property | core/ |
|
ContentTranslationDisableSettingTest::$modules | property | core/ |
|
ContentTranslationDisableSettingTest::testDisableSetting | function | core/ |
Tests that entity schemas are up-to-date after enabling translation. |
ContentTranslationEntityBundleInfoTest::testFieldSynchronizationWithDisabledBundle | function | core/ |
Tests that field synchronization is skipped for disabled bundles. |
CssOptimizerUnitTest::testTypeFilePreprocessingDisabled | function | core/ |
Tests a file CSS asset with preprocessing disabled. |
css_disable_transitions_test.info.yml | file | core/ |
core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.info.yml |
css_disable_transitions_test.libraries.yml | file | core/ |
core/modules/system/tests/modules/css_disable_transitions_test/css_disable_transitions_test.libraries.yml |
css_disable_transitions_test.module | file | core/ |
|
css_disable_transitions_test_page_attachments | function | core/ |
Implements hook_page_attachments(). |
DatabaseEventsTest::testDisableInvalidEvent | function | core/ |
@covers ::disableEvents |
DefaultPluginManagerTest::testDefaultPluginManagerWithDisabledModule | function | core/ |
Tests the plugin manager with a disabled module. |
DefaultsSectionStorage::disableLayoutBuilder | function | core/ |
|
DevelopmentSettingsFormTest::testDisabledRenderedOutputCacheBins | function | core/ |
Tests disabling cache bins which cache markup. |
DisabledDisplayTest | class | core/ |
Tests the ability to disable and enable view displays. |
DisabledDisplayTest.php | file | core/ |
|
DisabledDisplayTest::$defaultTheme | property | core/ |
|
DisabledDisplayTest::$modules | property | core/ |
|
DisabledDisplayTest::$testViews | property | core/ |
Views used by this test. |
DisabledDisplayTest::setUp | function | core/ |
|
DisabledDisplayTest::testDisabledDisplays | function | core/ |
Tests that views displays can be disabled. |
disable_transitions.theme.css | file | core/ |
/** * Remove CSS animation effects that can cause random test failures. */ * { /* CSS transitions. */ -o-transition: none !important; -webkit-transition: none !important; transition: none !important; -o-transition-property: none… |
DisplayAttachmentTest::testDisabledAttachments | function | core/ |
Tests that nothing is output when the attachment displays are disabled. |
DisplayFeedTest::testDisabledFeed | function | core/ |
Tests that nothing is output when the feed display is disabled. |
DisplayFeedTest::testDisabledLinkedDisplay | function | core/ |
Tests that the feed display works when the linked display is disabled. |
DisplayTest::testDisableDisplay | function | core/ |
Tests disabling of a display. |
DRUPAL_DISABLED | constant | core/ |
Disabled option on forms and settings. |
EditModeTest::testEditModeEnableDisable | function | core/ |
Tests enabling and disabling edit mode. |
EditorAdminTest::testDisableFormatWithEditor | function | core/ |
Tests format disabling. |
ElementsTableSelectTest::testDisabledRows | function | core/ |
Tests table select with disabled rows. |
EnableLayoutBuilderTrait::disableLayoutBuilderFromUi | function | core/ |
Disables Layout Builder using the UI. |
FileCacheFactory::DISABLE_CACHE | constant | core/ |
The configuration key to disable FileCache completely. |
FileCacheFactoryTest::testGetDisabledFileCache | function | core/ |
@covers ::get |
FilterAdminTest::testDisabledFormat | function | core/ |
Tests whether a field using a disabled format is rendered. |
FilterAdminTest::testFilterEnableAndDisable | function | core/ |
Tests enabling and disabling of filters. |
FilterCrudTest::testDisableFallbackFormat | function | core/ |
Tests disabling the fallback text format. |
FilterDisableForm | class | core/ |
Provides the filter format disable form. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.