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 10.3.x for active
  5. Other projects
Title Object type File name Summary
ThemeInitializationInterface::loadActiveTheme function core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Loads a theme, so it is ready to be used.
ThemeManager::$activeTheme property core/lib/Drupal/Core/Theme/ThemeManager.php Contains the current active theme.
ThemeManager::getActiveTheme function core/lib/Drupal/Core/Theme/ThemeManager.php Returns the active theme object.
ThemeManager::hasActiveTheme function core/lib/Drupal/Core/Theme/ThemeManager.php Determines whether there is an active theme.
ThemeManager::resetActiveTheme function core/lib/Drupal/Core/Theme/ThemeManager.php Resets the current active theme.
ThemeManager::setActiveTheme function core/lib/Drupal/Core/Theme/ThemeManager.php Sets the current active theme manually.
ThemeManagerInterface::getActiveTheme function core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Returns the active theme object.
ThemeManagerInterface::hasActiveTheme function core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Determines whether there is an active theme.
ThemeManagerInterface::resetActiveTheme function core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Resets the current active theme.
ThemeManagerInterface::setActiveTheme function core/lib/Drupal/Core/Theme/ThemeManagerInterface.php Sets the current active theme manually.
ThemeNegotiator::determineActiveTheme function core/lib/Drupal/Core/Theme/ThemeNegotiator.php Determine the active theme for the request.
ThemeNegotiatorInterface::determineActiveTheme function core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php Determine the active theme for the request.
ThemeNegotiatorTest::testDetermineActiveTheme function core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php Tests determining the theme.
ThemeNegotiatorTest::testDetermineActiveThemeWithAccessCheck function core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php Tests determining with two negotiators of which just one returns access.
ThemeNegotiatorTest::testDetermineActiveThemeWithNotApplyingNegotiator function core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php Tests determining with two negotiators of which one does not apply.
ThemeNegotiatorTest::testDetermineActiveThemeWithPriority function core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php Tests determining with two negotiators checking the priority.
ToolbarActiveTrailTest class core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarActiveTrailTest.php Tests that the active trail is maintained in the toolbar.
ToolbarActiveTrailTest.php file core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarActiveTrailTest.php
ToolbarActiveTrailTest::$defaultTheme property core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarActiveTrailTest.php The theme to install as the default for testing.
ToolbarActiveTrailTest::$modules property core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarActiveTrailTest.php Modules to install.
ToolbarActiveTrailTest::setUp function core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarActiveTrailTest.php
ToolbarActiveTrailTest::testToolbarActiveTrail function core/modules/toolbar/tests/src/FunctionalJavascript/ToolbarActiveTrailTest.php Tests that the active trail is maintained even when traversed deeper.
TransactionNoActiveException class core/lib/Drupal/Core/Database/TransactionNoActiveException.php Exception for when popTransaction() is called with no active transaction.
TransactionNoActiveException.php file core/lib/Drupal/Core/Database/TransactionNoActiveException.php
TransactionTest::testCommitTransactionWhenInactive function core/modules/mysqli/tests/src/Kernel/mysqli/TransactionTest.php Tests committing a transaction when there's none active on the client.
TransactionTest::testCommitWithActiveSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests committing a transaction while savepoints are active.
TransactionTest::testRollbackRootWithActiveSavepoint function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests root transaction rollback failure when savepoint is open.
TransactionTest::testStartTransactionWhenActive function core/modules/mysqli/tests/src/Kernel/mysqli/TransactionTest.php Tests starting a transaction when there's one active on the client.
TwigExtension::getActiveTheme function core/lib/Drupal/Core/Template/TwigExtension.php Gets the name of the active theme.
TwigExtension::getActiveThemePath function core/lib/Drupal/Core/Template/TwigExtension.php Gets the path of the active theme.
TwigExtensionTest::testActiveTheme function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests the active_theme function.
TwigExtensionTest::testActiveThemePath function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php Tests the active_theme_path function.
UrlTest::testActiveLinkAttributes function core/modules/system/tests/src/Functional/Common/UrlTest.php Tests the active class in links.
User::isActive function core/modules/user/src/Entity/User.php Returns TRUE if the user is active.
UserInterface::isActive function core/modules/user/src/UserInterface.php Returns TRUE if the user is active.
WorkspaceEntityRepositoryTest::testGetActive function core/modules/workspaces/tests/src/Kernel/WorkspaceEntityRepositoryTest.php Tests retrieving active variants in a workspace.
WorkspaceIdNegotiatorInterface::getActiveWorkspaceId function core/modules/workspaces/src/Negotiator/WorkspaceIdNegotiatorInterface.php Performs workspace negotiation.
WorkspaceManager::$activeWorkspace property core/modules/workspaces/src/WorkspaceManager.php The current active workspace or FALSE if there is no active workspace.
WorkspaceManager::getActiveWorkspace function core/modules/workspaces/src/WorkspaceManager.php Gets the active workspace.
WorkspaceManager::hasActiveWorkspace function core/modules/workspaces/src/WorkspaceManager.php Determines whether a workspace is active in the current request.
WorkspaceManager::setActiveWorkspace function core/modules/workspaces/src/WorkspaceManager.php Sets the active workspace via the workspace negotiators.
WorkspaceManagerInterface::getActiveWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Gets the active workspace.
WorkspaceManagerInterface::hasActiveWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Determines whether a workspace is active in the current request.
WorkspaceManagerInterface::setActiveWorkspace function core/modules/workspaces/src/WorkspaceManagerInterface.php Sets the active workspace via the workspace negotiators.
WorkspaceNegotiatorInterface::setActiveWorkspace function core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Notifies the negotiator that the workspace ID returned has been accepted.
WorkspaceNegotiatorInterface::unsetActiveWorkspace function core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php Unsets the negotiated workspace.
WorkspacesEntityRepository::getActive function core/modules/workspaces/src/WorkspacesEntityRepository.php Retrieves the active entity variant matching the specified context.
WorkspacesEntityRepository::getActiveMultiple function core/modules/workspaces/src/WorkspacesEntityRepository.php Retrieves the active entity variants matching the specified context.
workspace_update_test_post_update_check_active_workspace function core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.post_update.php Checks the active workspace during database updates.
_system_is_claro_admin_and_not_active function core/modules/system/system.module Determines if Claro is the admin theme but not the active theme.

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