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
LayoutBuilderEnableUpdatePathTest.php file core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderEnableUpdatePathTest.php
LayoutBuilderEnableUpdatePathTest::assertLayoutBuilderSettings function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderEnableUpdatePathTest.php Asserts the Layout Builder settings for a given display.
LayoutBuilderEnableUpdatePathTest::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderEnableUpdatePathTest.php Set database dump files to be used.
LayoutBuilderEnableUpdatePathTest::testRunUpdates function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderEnableUpdatePathTest.php Tests the upgrade path for enabling Layout Builder.
LayoutBuilderEntityViewDisplay::enableLayoutBuilder function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Enables the Layout Builder.
LayoutBuilderEntityViewDisplay::isLayoutBuilderEnabled function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Determines if Layout Builder is enabled.
LayoutBuilderEntityViewDisplayTest::providerTestIsLayoutBuilderEnabled function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Provides test data for ::testIsLayoutBuilderEnabled().
LayoutBuilderEntityViewDisplayTest::testIsLayoutBuilderEnabled function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php @dataProvider providerTestIsLayoutBuilderEnabled
LayoutBuilderQuickEditTest::enableLayouts function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php Enables layouts at an admin path.
LayoutBuilderQuickEditTest::providerEnableDisableLayoutBuilder function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php DataProvider for testEnableDisableLayoutBuilder().
LayoutBuilderQuickEditTest::testEnableDisableLayoutBuilder function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php Tests Quick Edit boots correctly with Layout Builder defaults & overrides.
LayoutBuilderTest::enableLayoutsForBundle function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php Enable layouts.
LegacyBlockVisibilityTest::testTransformPhpEnabled function core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockVisibilityTest.php Tests Transform.
LlamaContextual::isEnabled function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php Checks if this plugin should be enabled based on the editor configuration.
LlamaContextualAndButton::isEnabled function core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php Checks if this plugin should be enabled based on the editor configuration.
LocaleUpdateTest::testEnableCustomLanguage function core/modules/locale/tests/src/Functional/LocaleUpdateTest.php Tests automatic translation import when a custom language is added.
LocaleUpdateTest::testEnableLanguage function core/modules/locale/tests/src/Functional/LocaleUpdateTest.php Tests automatic translation import when a language is added.
LocaleUpdateTest::testEnableUninstallModule function core/modules/locale/tests/src/Functional/LocaleUpdateTest.php Tests automatic translation import when a module is enabled.
LoggingTest::testEnableLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that we can log the existence of a query.
LoggingTest::testEnableMultiConnectionLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that we can log queries separately on different connections.
LoggingTest::testEnableMultiLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that we can run two logs in parallel.
LoggingTest::testEnableTargetLogging function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests logging queries against multiple targets on the same connection.
LoggingTest::testEnableTargetLoggingNoTarget function core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php Tests that logs to separate targets use the same connection properly.
ManageGitIgnore::managementOfGitIgnoreEnabled function composer/Plugin/Scaffold/ManageGitIgnore.php Determines whether we should manage gitignore files.
MediaUpdateTest::testEnableStandaloneUrl function core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php Tests that the standalone URL is still accessible.
media_post_update_enable_standalone_url function core/modules/media/media.post_update.php Keep media items viewable at /media/{id}.
MenuLinkBase::isEnabled function core/lib/Drupal/Core/Menu/MenuLinkBase.php Returns whether the menu link is enabled (not hidden).
MenuLinkContent::isEnabled function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Returns whether the menu link is marked as enabled.
MenuLinkContentInterface::isEnabled function core/modules/menu_link_content/src/MenuLinkContentInterface.php Returns whether the menu link is marked as enabled.
MenuLinkInterface::isEnabled function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns whether the menu link is enabled (not hidden).
MenuTreeParameters::onlyEnabledLinks function core/lib/Drupal/Core/Menu/MenuTreeParameters.php Excludes links that are not enabled.
MenuTreeParametersTest::testOnlyEnabledLinks function core/tests/Drupal/Tests/Core/Menu/MenuTreeParametersTest.php Tests onlyEnabledLinks().
MenuUiTest::enableMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Enables a menu link.
MigrationProvidersExistTest::enableAllModules function core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Enable all available modules.
MigrationState::$enabledModules property core/modules/migrate_drupal/src/MigrationState.php Array of enabled modules.
ModerationStateTestBase::enableModerationThroughUi function core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php Enable moderation for a specified content type, using the UI.
ModuleHandlerTest::testImplementsHookModuleEnabled function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Test implementations methods when module is enabled.
ModuleHandlerTest::testInvokeModuleEnabled function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Test invoke methods when module is enabled.
OffCanvasTestBase::enableTheme function core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php Enables a theme.
OpCodeCache::isEnabled function core/lib/Drupal/Component/Utility/OpCodeCache.php Checks if OpCodeCache is enabled.
PreviewTest::enableViewsTestModule function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Sets up the views_test_data.module.
ReadOnlyModeMethodFilter::$readOnlyModeIsEnabled property core/modules/jsonapi/src/Routing/ReadOnlyModeMethodFilter.php Whether JSON:API's read-only mode is enabled.
ReEnableModuleFieldTest class core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php Tests the behavior of a field module after being disabled and re-enabled.
ReEnableModuleFieldTest.php file core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
ReEnableModuleFieldTest::$defaultTheme property core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php The theme to install as the default for testing.
ReEnableModuleFieldTest::$modules property core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php Modules to enable.
ReEnableModuleFieldTest::setUp function core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php
ReEnableModuleFieldTest::testReEnabledField function core/modules/field/tests/src/Functional/ReEnableModuleFieldTest.php Test the behavior of a field module after being disabled and re-enabled.
RegisterSerializationClassesCompilerPass::normalizerBcSettingIsEnabled function core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php Returns whether a normalizer BC setting is disabled or not.
ResourceType::isFieldEnabled function core/modules/jsonapi/src/ResourceType/ResourceType.php Checks if a field is enabled or not.

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