Search for enabled

  1. Search 7.x for enabled
  2. Search 9.5.x for enabled
  3. Search 8.9.x for enabled
  4. Search 10.3.x for enabled
  5. Other projects
Title Object type File name Summary
BlockConfigUpdater::$deprecationsEnabled property core/modules/block/src/BlockConfigUpdater.php Flag determining whether deprecations should be triggered.
BlockConfigUpdater::setDeprecationsEnabled function core/modules/block/src/BlockConfigUpdater.php Sets the deprecations enabling status.
BlockVisibilityTest::testTransformPhpEnabled function core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockVisibilityTest.php @covers ::transform[[api-linebreak]]
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 Filter list of definitions by enabled plugins only.
CKEditor5PluginManager::getEnabledLibraries function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets a list of libraries required for the editor.
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::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.
ConfigInstaller::getEnabledExtensions function core/lib/Drupal/Core/Config/ConfigInstaller.php Gets the list of enabled extensions including both modules and themes.
Connection::$enabledEvents property core/lib/Drupal/Core/Database/Connection.php Tracks the database API events to be dispatched.
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.
ContentTranslationManager::isEnabled function core/modules/content_translation/src/ContentTranslationManager.php Determines whether the given entity type is translatable.
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 Sets the value for translatability of the given entity type bundle.
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.
DatabaseDriverProvidedByModuleTest::testDatabaseDriverIsProvidedByModuleButTheModuleIsNotEnabled function core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php Tests that the status page shows the error message.
DebugDump::isEnabled function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Determines if the extension is enabled.
DefaultsSectionStorage::isLayoutBuilderEnabled function core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
DeprecationHandler::$enabled property core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Indicates if the extension is enabled.
DeprecationHandler::isEnabled function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Determines if the extension is enabled.
DirectWriteTest::testSiteNotSandboxedIfDirectWriteGloballyEnabled function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Tests direct-write mode when globally enabled.
DisplayPluginBase::ajaxEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display is actually using AJAX or not.
DisplayPluginBase::isEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display is enabled.
DisplayPluginBase::isMoreEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display is using the 'more' link or not.
DisplayPluginBase::isPagerEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Whether the display is using a pager or not.
DisplayPluginInterface::ajaxEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display is actually using AJAX or not.
DisplayPluginInterface::isEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display is enabled.
DisplayPluginInterface::isMoreEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display is using the 'more' link or not.
DisplayPluginInterface::isPagerEnabled function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Whether the display is using a pager or not.
drupal-8.update-test-schema-enabled.php file core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php Partial database to mimic the installation of the update_test_schema module.
drupal-8.update-test-semver-update-n-enabled.php file core/modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php Database to mimic the installation of the update_test_semver_update_n module.
Drupal\package_manager\Validator\EnabledExtensionsValidator service core/modules/package_manager/package_manager.services.yml
EditModeTest::testEditModeEnableDisable function core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php Tests enabling and disabling edit mode.
EnabledConfigurablePluginsConstraint class core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraint.php The CKEditor 5 plugin settings.
EnabledConfigurablePluginsConstraint.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraint.php
EnabledConfigurablePluginsConstraint::$message property core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraint.php The default violation message.
EnabledConfigurablePluginsConstraintValidator class core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php Enabled configurable plugin settings validator.
EnabledConfigurablePluginsConstraintValidator.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php
EnabledConfigurablePluginsConstraintValidator::getConfigurableEnabledDefinitions function core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php Gets all configurable CKEditor 5 plugin definitions that are enabled.
EnabledConfigurablePluginsConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php
EnabledExtensionsValidator class core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php Validates no enabled Drupal extensions are removed from the stage directory.

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