Search for enable

  1. Search 7.x for enable
  2. Search 9.5.x for enable
  3. Search 8.9.x for enable
  4. Search 11.x for enable
  5. Other projects
Title Object type File name Summary
AssertPageCacheContextsAndTagsTrait::enablePageCaching function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Enables page caching.
BlockVisibilityTest::testTransformPhpEnabled function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php @covers ::transform
BrowserHtmlDebugTrait::$htmlOutputEnabled property core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php HTML output enabled.
CKEditor5AllowedTagsTest::testImageUploadsRemainEnabled function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Tests that when image uploads were enabled, they remain enabled.
CKEditor5ImageController::imageUploadEnabledAccess function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Access check based on whether image upload is enabled or not.
CKEditor5PluginManager::getEnabledDefinitions function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php
CKEditor5PluginManager::getEnabledLibraries function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php
CKEditor5PluginManagerInterface::getEnabledDefinitions function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Filter list of definitions by enabled plugins only.
CKEditor5PluginManagerInterface::getEnabledLibraries function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets a list of libraries required for the editor.
CKEditor5PluginManagerTest::enableModules function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Enables modules for this test.
CKEditor5PluginManagerTest::testEnabledPlugins function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests the enabling of plugins.
CKEditor5Test::enableDisabledToolbarItem function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php Enables a disabled CKEditor 5 toolbar item.
CKEditor5TestTrait::assertEditorButtonEnabled function core/modules/ckeditor5/tests/src/Traits/CKEditor5TestTrait.php Asserts a CKEditor button is enabled.
ConfigEntityBase::enable function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Enables the configuration entity.
ConfigEntityBaseUnitTest::testEnable function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::enable
@depends testSetStatus
ConfigEntityInterface::enable function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Enables the configuration entity.
ConfigInstaller::getEnabledExtensions function core/lib/Drupal/Core/Config/ConfigInstaller.php Gets the list of enabled extensions including both modules and themes.
ConfigTestController::enable function core/modules/config/tests/config_test/src/ConfigTestController.php Enables a ConfigTest object.
Connection::$enabledEvents property core/lib/Drupal/Core/Database/Connection.php Tracks the database API events to be dispatched.
Connection::enableEvents function core/lib/Drupal/Core/Database/Connection.php Enables database API events dispatching.
Connection::isEventEnabled function core/lib/Drupal/Core/Database/Connection.php Returns the status of a database API event toggle.
ContentTranslationEnabledSetting class core/modules/language/src/Plugin/migrate/process/ContentTranslationEnabledSetting.php Determines the content translation setting.
ContentTranslationEnabledSetting.php file core/modules/language/src/Plugin/migrate/process/ContentTranslationEnabledSetting.php
ContentTranslationEnabledSetting::transform function core/modules/language/src/Plugin/migrate/process/ContentTranslationEnabledSetting.php Performs the associated process.
ContentTranslationEnableTest class core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php Test enabling content translation module.
ContentTranslationEnableTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php
ContentTranslationEnableTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php The theme to install as the default for testing.
ContentTranslationEnableTest::$modules property core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php Modules to enable.
ContentTranslationEnableTest::testEnable function core/modules/content_translation/tests/src/Functional/ContentTranslationEnableTest.php Tests that entity schemas are up-to-date after enabling translation.
ContentTranslationManager::isEnabled function core/modules/content_translation/src/ContentTranslationManager.php
ContentTranslationManager::isPendingRevisionSupportEnabled function core/modules/content_translation/src/ContentTranslationManager.php Checks whether support for pending revisions should be enabled.
ContentTranslationManager::setEnabled function core/modules/content_translation/src/ContentTranslationManager.php
ContentTranslationManagerInterface::isEnabled function core/modules/content_translation/src/ContentTranslationManagerInterface.php Determines whether the given entity type is translatable.
ContentTranslationManagerInterface::setEnabled function core/modules/content_translation/src/ContentTranslationManagerInterface.php Sets the value for translatability of the given entity type bundle.
ContentTranslationPendingRevisionTestBase::enableContentModeration function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Enables content moderation for the test entity type and bundle.
ContentTranslationTestBase::enableTranslation function core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php Enables translation for the current entity type and bundle.
ContentTranslationTestTrait::enableContentTranslation function core/modules/content_translation/tests/src/Traits/ContentTranslationTestTrait.php Enables content translation for the given entity type bundle.
content_translation_enable_widget function core/modules/content_translation/content_translation.module Returns a widget to enable content translation per entity bundle.
DatabaseDriverProvidedByModuleTest::testDatabaseDriverIsProvidedByModuleButTheModuleIsNotEnabled function core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php Tests that the status page shows the error message.
DatabaseEventEnabler class core/modules/system/tests/modules/performance_test/src/DatabaseEventEnabler.php
DatabaseEventEnabler.php file core/modules/system/tests/modules/performance_test/src/DatabaseEventEnabler.php
DatabaseEventEnabler::handle function core/modules/system/tests/modules/performance_test/src/DatabaseEventEnabler.php
DatabaseEventEnabler::__construct function core/modules/system/tests/modules/performance_test/src/DatabaseEventEnabler.php
DatabaseEventsTest::testEnableInvalidEvent function core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php @covers ::enableEvents
DefaultsSectionStorage::enableLayoutBuilder function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Enables the Layout Builder.
DefaultsSectionStorage::isLayoutBuilderEnabled function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php Determines if Layout Builder is enabled.
DependencyTest::testEnableRequirementsFailureDependency function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests enabling a module that depends on a module which fails hook_requirements().
DependencyTest::testEnableWithoutDependency function core/modules/system/tests/src/Functional/Module/DependencyTest.php Attempts to enable the Content Translation module without Language enabled.
DependencyTest::testModuleEnableOrder function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests that module dependencies are enabled in the correct order in the UI.
DisplayPluginBase::ajaxEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display is actually using AJAX or not.

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