Search for active

  1. Search 7.x for active
  2. Search 9.5.x for active
  3. Search 8.9.x for active
  4. Search 11.x for active
  5. Other projects
Title Object type File name Summary
ActiveWorkspaceCheckTest class core/modules/workspaces/tests/src/Unit/ActiveWorkspaceCheckTest.php @coversDefaultClass \Drupal\workspaces\Access\ActiveWorkspaceCheck
ActiveWorkspaceCheckTest.php file core/modules/workspaces/tests/src/Unit/ActiveWorkspaceCheckTest.php
ActiveWorkspaceCheckTest::$container property core/modules/workspaces/tests/src/Unit/ActiveWorkspaceCheckTest.php The dependency injection container.
ActiveWorkspaceCheckTest::providerTestAccess function core/modules/workspaces/tests/src/Unit/ActiveWorkspaceCheckTest.php Provides data for the testAccess method.
ActiveWorkspaceCheckTest::setUp function core/modules/workspaces/tests/src/Unit/ActiveWorkspaceCheckTest.php
ActiveWorkspaceCheckTest::testAccess function core/modules/workspaces/tests/src/Unit/ActiveWorkspaceCheckTest.php @covers ::access
@dataProvider providerTestAccess
ActiveWorkspaceUpdateTest class core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php Tests that there is no active workspace during database updates.
ActiveWorkspaceUpdateTest.php file core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php
ActiveWorkspaceUpdateTest::$defaultTheme property core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php The theme to install as the default for testing.
ActiveWorkspaceUpdateTest::$modules property core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php Modules to install.
ActiveWorkspaceUpdateTest::setUp function core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php
ActiveWorkspaceUpdateTest::testActiveWorkspaceDuringUpdate function core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php Tests that there is no active workspace during database updates.
AdminDemoNegotiator::determineActiveTheme function core/modules/block/src/Theme/AdminDemoNegotiator.php
AdminNegotiator::determineActiveTheme function core/modules/user/src/Theme/AdminNegotiator.php
AdminNegotiatorTest::testDetermineActiveTheme function core/modules/user/tests/src/Unit/Theme/AdminNegotiatorTest.php @dataProvider getThemes
AjaxBasePageNegotiator::determineActiveTheme function core/lib/Drupal/Core/Theme/AjaxBasePageNegotiator.php
AjaxBasePageNegotiatorTest::testDetermineActiveThemeDefaultTheme function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme
AjaxBasePageNegotiatorTest::testDetermineActiveThemeInvalidToken function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme
AjaxBasePageNegotiatorTest::testDetermineActiveThemeValidToken function core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php @covers ::determineActiveTheme
AssertMenuActiveTrailTrait trait core/modules/system/tests/src/Functional/Menu/AssertMenuActiveTrailTrait.php Provides test assertions for verifying the active menu trail.
AssertMenuActiveTrailTrait.php file core/modules/system/tests/src/Functional/Menu/AssertMenuActiveTrailTrait.php
AssertMenuActiveTrailTrait::assertMenuActiveTrail function core/modules/system/tests/src/Functional/Menu/AssertMenuActiveTrailTrait.php Assert that active trail exists in a menu tree output.
BatchNegotiator::determineActiveTheme function core/modules/system/src/Theme/BatchNegotiator.php
BookManager::getActiveTrailIds function core/modules/book/src/BookManager.php
BookManager::getActiveTrailIds function core/modules/book/src/ProxyClass/BookManager.php
BookManagerInterface::getActiveTrailIds function core/modules/book/src/BookManagerInterface.php Gets the active trail IDs for the specified book at the provided path.
BulkDeleteTest::testPurgeWithDeletedAndActiveField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Tests that recreating a field with the name as a deleted field works.
BundleClassTest::testEntityClassNotTakenFromActiveDefinitions function core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php Tests that a module can override an entity-type class.
cache_context.layout_builder_is_active service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\Cache\LayoutBuilderIsActiveCacheContext
cache_context.route.menu_active_trails service core/core.services.yml Drupal\Core\Cache\Context\MenuActiveTrailsCacheContext
CheckpointListInterface::getActiveCheckpoint function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Gets the active checkpoint.
CKEditor5::assessActiveTextEditorAfterBuild function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Form #after_build callback: provides text editor state changes.
CKEditor5Test::testActiveTabsMaintained function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php Confirms active tab status is intact after AJAX refresh.
CommonTestController::typeLinkActiveClass function core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php Returns links to the current page, with and without query strings.
ComponentNegotiator::$activeTheme property core/modules/sdc/src/ComponentNegotiator.php The active theme.
config.storage.active service core/core.services.yml Drupal\Core\Config\DatabaseStorage
ConfigInstaller::$activeStorages property core/lib/Drupal/Core/Config/ConfigInstaller.php The active configuration storages, keyed by collection.
ConfigInstaller::getActiveStorages function core/lib/Drupal/Core/Config/ConfigInstaller.php Gets the configuration storage that provides the active configuration.
ConfigManager::$activeStorage property core/lib/Drupal/Core/Config/ConfigManager.php The active configuration storage.
ConfigSync::$activeStorage property core/modules/config/src/Form/ConfigSync.php The active configuration object.
ContentEntityBase::$activeLangcode property core/lib/Drupal/Core/Entity/ContentEntityBase.php Language code identifying the entity active language.
CustomThemeNegotiator::determineActiveTheme function core/modules/system/tests/modules/theme_test/src/Theme/CustomThemeNegotiator.php
Database::$activeKey property core/lib/Drupal/Core/Database/Database.php The key of the currently active database connection.
Database::isActiveConnection function core/lib/Drupal/Core/Database/Database.php Determines if there is an active connection.
Database::setActiveConnection function core/lib/Drupal/Core/Database/Database.php Sets the active connection to the specified key.
DbUpdateNegotiator::determineActiveTheme function core/modules/system/src/Theme/DbUpdateNegotiator.php
DefaultNegotiator::determineActiveTheme function core/lib/Drupal/Core/Theme/DefaultNegotiator.php
DriverSpecificTransactionTestBase::testCommitWithActiveSavepoint function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests committing a transaction while savepoints are active.
DriverSpecificTransactionTestBase::testRollbackRootWithActiveSavepoint function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests root transaction rollback failure when savepoint is open.
DrupalSqlBaseTest::testSourceProviderNotActive function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php @covers ::checkRequirements

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