Search for enable

  1. Search 7.x for enable
  2. Search 8.9.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
ResourceTypeField::$enabled property core/modules/jsonapi/src/ResourceType/ResourceTypeField.php Whether the field is disabled.
ResourceTypeField::isFieldEnabled function core/modules/jsonapi/src/ResourceType/ResourceTypeField.php Whether the field is enabled.
ReverseProxyMiddlewareTest::reverseProxyEnabledProvider function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Data provider for testReverseProxyEnabled.
ReverseProxyMiddlewareTest::testReverseProxyEnabled function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that subscriber sets trusted headers when reverse proxy is set.
SettingsTrayBlockFormTest::testEditModeEnableDisable function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Tests enabling and disabling Edit Mode.
SettingsTrayTestBase::assertEditModeEnabled function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Assert that edit mode has been properly enabled.
SettingsTrayTestBase::enableEditMode function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayTestBase.php Enables edit mode by pressing edit button in the toolbar.
SmartDefaultSettings::addDefaultSettingsForEnabledConfigurablePlugins function core/modules/ckeditor5/src/SmartDefaultSettings.php Adds default settings for all enabled CKEditor 5 plugins.
SmartDefaultSettings::computeSubsetSettingForEnabledPluginsWithSubsets function core/modules/ckeditor5/src/SmartDefaultSettings.php Computes configuration for all enabled CKEditor 5 plugins with subsets.
SourceEditingRedundantTagsConstraint::$enabledPluginsMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraint.php When a Source Editing element is added that an enabled plugin supports.
StableLibraryOverrideTestBase::enableVisibleAndStableCoreModules function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php Enable all core modules that are not hidden or experimental.
StatementPrefetch::$rowCountEnabled property core/lib/Drupal/Core/Database/StatementPrefetch.php Is rowCount() execution allowed.
StatementWrapper::$rowCountEnabled property core/lib/Drupal/Core/Database/StatementWrapper.php Is rowCount() execution allowed.
StyleSensibleElementConstraint::$conflictingEnabledPluginMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraint.php When a Style is defined with classes supported by an enabled plugin.
system_post_update_enable_provider_database_driver function core/modules/system/system.post_update.php Enable the modules that are providing the listed database drivers.
TaxonomyTranslationTestTrait::enableTranslation function core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php Enables translations where it needed.
UnroutedUrlAssemblerTest::testAssembleWithEnabledProcessing function core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php @covers ::assemble
UnroutedUrlAssemblerTest::testAssembleWithNotEnabledProcessing function core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php @covers ::assemble
UpdateEnableProviderDatabaseDriverTest class core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php Tests that update hooks are enabling the database driver providing module.
UpdateEnableProviderDatabaseDriverTest.php file core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php
UpdateEnableProviderDatabaseDriverTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php The theme to install as the default for testing.
UpdateEnableProviderDatabaseDriverTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php Set database dump files to be used.
UpdateEnableProviderDatabaseDriverTest::testPostUpdateEnableProviderDatabaseDriverHook function core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php Tests that post update hooks are properly run.
UpdateHookRegistry::$enabledModules property core/lib/Drupal/Core/Update/UpdateHookRegistry.php A list of enabled modules.
UpdateRegistry::$enabledExtensions property core/lib/Drupal/Core/Update/UpdateRegistry.php
UpdateRegistryTest::testGetPendingUpdateFunctionsWithLoadedModulesButNotEnabled function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateFunctions
UpdateScriptTest::enableExtension function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Enables an extension using the UI.
UserAdminLanguageTest::testUserAdminLanguageConfigurationAvailableIfAdminLanguageNegotiationIsEnabled function core/modules/user/tests/src/Functional/UserAdminLanguageTest.php Tests that the admin language is configurable only for administrators.
user_picture_enabled function core/modules/user/user.module Returns whether this site supports the default user picture feature.
ValidateMigrationStateTestTrait::enableAllModules function core/modules/migrate_drupal/tests/src/Traits/ValidateMigrationStateTestTrait.php Enable all available modules.
ViewEditForm::submitDisplayEnable function core/modules/views_ui/src/ViewEditForm.php Submit handler to enable a disabled display.
ViewExecutable::$ajaxEnabled property core/modules/views/src/ViewExecutable.php Whether this view uses AJAX.
ViewExecutable::ajaxEnabled function core/modules/views/src/ViewExecutable.php Determines whether or not AJAX should be used.
ViewExecutable::setAjaxEnabled function core/modules/views/src/ViewExecutable.php Sets whether or not AJAX should be used.
ViewExecutableTest::DISPLAY_ENABLED constant core/modules/views/tests/src/Unit/ViewExecutableTest.php Indicates that a display is enabled.
Views::getEnabledDisplayExtenders function core/modules/views/src/Views.php Gets enabled display extenders.
Views::getEnabledViews function core/modules/views/src/Views.php Returns an array of all enabled views.
ViewsConfigUpdater::$deprecationsEnabled property core/modules/views/src/ViewsConfigUpdater.php Flag determining whether deprecations should be triggered.
ViewsConfigUpdater::setDeprecationsEnabled function core/modules/views/src/ViewsConfigUpdater.php Sets the deprecations enabling status.
views_enable_view function core/modules/views/views.module Enables and saves a view.
views_view_is_enabled function core/modules/views/views.module Returns whether the view is enabled.
ViewTestBase::enableViewsTestModule function core/modules/views/tests/src/Functional/ViewTestBase.php Sets up the views_test_data.module.
ViewUI::enable function core/modules/views_ui/src/ViewUI.php Enables the configuration entity.
WebAssert::fieldEnabled function core/tests/Drupal/Tests/WebAssert.php Checks that a given form field element is enabled.
WebAssertArgumentsTest::testFieldEnabled function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::fieldEnabled
WebDriverCurlService::enableRetry function core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php Enables retries.
_ckeditor_get_enabled_plugins function core/modules/ckeditor/ckeditor.module Gets all enabled CKEditor 4 plugins.

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