Search for enable

  1. Search 7.x for enable
  2. Search 9.5.x for enable
  3. Search 10.3.x for enable
  4. Search 11.x for enable
  5. Other projects
Title Object type File name Summary
AggregatorTestBase::enableTestPlugins function core/modules/aggregator/src/Tests/AggregatorTestBase.php Enable the plugins coming with aggregator_test module.
AggregatorTestBase::enableTestPlugins function core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php Enable the plugins coming with aggregator_test module.
AssertPageCacheContextsAndTagsTrait::enablePageCaching function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Enables page caching.
AssertPageCacheContextsAndTagsTrait::enablePageCaching function core/modules/system/src/Tests/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 output enabled.
CKEditorPluginContextualInterface::isEnabled function core/modules/ckeditor/src/CKEditorPluginContextualInterface.php Checks if this plugin should be enabled based on the editor configuration.
CKEditorPluginManager::getEnabledButtons function core/modules/ckeditor/src/CKEditorPluginManager.php Gets the enabled toolbar buttons in the given text editor instance.
CKEditorPluginManager::getEnabledPluginFiles function core/modules/ckeditor/src/CKEditorPluginManager.php Retrieves enabled plugins' files, keyed by plugin ID.
CKEditorPluginManagerTest::providerGetEnabledButtons function core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php Provides a list of configs to test.
CKEditorPluginManagerTest::testEnabledPlugins function core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php Tests the enabling of plugins.
CKEditorPluginManagerTest::testGetEnabledButtons function core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php @covers ::getEnabledButtons
@dataProvider providerGetEnabledButtons
CKEditorTestTrait::assertEditorButtonEnabled function core/modules/ckeditor/tests/src/Traits/CKEditorTestTrait.php Asserts a CKEditor button is enabled.
comment_post_update_enable_comment_admin_view function core/modules/comment/comment.post_update.php Enable the comment admin view.
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.
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 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.
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/src/Tests/ContentTranslationTestBase.php Enables translation for the current 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.
content_translation_enable_widget function core/modules/content_translation/content_translation.module Returns a widget to enable content translation per entity bundle.
DbUpdatesTrait::enableUpdates function core/modules/system/tests/src/Functional/Update/DbUpdatesTrait.php Enables db updates until the specified index.
DbUpdatesTrait::enableUpdates function core/modules/system/src/Tests/Update/DbUpdatesTrait.php Enables db updates until the specified index.
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.
DeprecatedModulesTestTrait::enableModules function core/tests/Drupal/Tests/DeprecatedModulesTestTrait.php Overrides \Drupal\KernelTests\KernelTestBase::enableModules().
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.

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