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
SearchPageRepository::getActiveSearchPages function core/modules/search/src/SearchPageRepository.php
SearchPageRepository::isSearchActive function core/modules/search/src/SearchPageRepository.php
SearchPageRepositoryInterface::getActiveSearchPages function core/modules/search/src/SearchPageRepositoryInterface.php Returns all active search page entities.
SearchPageRepositoryInterface::isSearchActive function core/modules/search/src/SearchPageRepositoryInterface.php Returns whether search is active.
SearchPageRepositoryTest::testGetActiveSearchPages function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the getActiveSearchPages() method.
SearchPageRepositoryTest::testGetDefaultSearchPageWithActiveDefault function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the getDefaultSearchPage() method when the default is active.
SearchPageRepositoryTest::testGetDefaultSearchPageWithInactiveDefault function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the getDefaultSearchPage() method when the default is inactive.
SearchPageRepositoryTest::testIsSearchActive function core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php Tests the isSearchActive() method.
SessionWorkspaceNegotiator::getActiveWorkspace function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php
SessionWorkspaceNegotiator::getActiveWorkspaceId function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php Performs workspace negotiation.
SessionWorkspaceNegotiator::setActiveWorkspace function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php Notifies the negotiator that the workspace ID returned has been accepted.
SessionWorkspaceNegotiator::unsetActiveWorkspace function core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php Unsets the negotiated workspace.
StageNotInActiveValidator class core/modules/package_manager/src/Validator/StageNotInActiveValidator.php Validates staging root is not a subdirectory of active.
StageNotInActiveValidator.php file core/modules/package_manager/src/Validator/StageNotInActiveValidator.php
StageNotInActiveValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/StageNotInActiveValidator.php
StageNotInActiveValidator::validate function core/modules/package_manager/src/Validator/StageNotInActiveValidator.php Check if staging root is a subdirectory of active.
StageNotInActiveValidator::__construct function core/modules/package_manager/src/Validator/StageNotInActiveValidator.php
StageNotInActiveValidatorTest class core/modules/package_manager/tests/src/Unit/StageNotInActiveValidatorTest.php @coversDefaultClass \Drupal\package_manager\Validator\StageNotInActiveValidator
@group package_manager
@internal
StageNotInActiveValidatorTest.php file core/modules/package_manager/tests/src/Unit/StageNotInActiveValidatorTest.php
StageNotInActiveValidatorTest::providerTestCheckNotInActive function core/modules/package_manager/tests/src/Unit/StageNotInActiveValidatorTest.php Data provider for testCheckNotInActive().
StageNotInActiveValidatorTest::testCheckNotInActive function core/modules/package_manager/tests/src/Unit/StageNotInActiveValidatorTest.php @covers ::validate
SystemManager::$menuActiveTrail property core/modules/system/src/SystemManager.php The active menu trail service.
SystemMenuBlock::$menuActiveTrail property core/modules/system/src/Plugin/Block/SystemMenuBlock.php The active menu trail service.
Table::$active property core/modules/views/src/Plugin/views/style/Table.php Contains the current active sort column.
Tasks::isConnectionActive function core/lib/Drupal/Core/Database/Install/Tasks.php Determines if there is an active connection.
TestThemeNegotiator::determineActiveTheme function core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php Determine the active theme for the request.
TestWorkspaceNegotiator::getActiveWorkspace function core/modules/workspaces/tests/modules/workspace_update_test/src/Negotiator/TestWorkspaceNegotiator.php
TestWorkspaceNegotiator::getActiveWorkspaceId function core/modules/workspaces/tests/modules/workspace_update_test/src/Negotiator/TestWorkspaceNegotiator.php Performs workspace negotiation.
TestWorkspaceNegotiator::setActiveWorkspace function core/modules/workspaces/tests/modules/workspace_update_test/src/Negotiator/TestWorkspaceNegotiator.php Notifies the negotiator that the workspace ID returned has been accepted.
TestWorkspaceNegotiator::unsetActiveWorkspace function core/modules/workspaces/tests/modules/workspace_update_test/src/Negotiator/TestWorkspaceNegotiator.php Unsets the negotiated workspace.
ThemeInitialization::getActiveTheme function core/lib/Drupal/Core/Theme/ThemeInitialization.php Builds up the active theme object from extensions.
ThemeInitialization::getActiveThemeByName function core/lib/Drupal/Core/Theme/ThemeInitialization.php Builds an active theme object.
ThemeInitialization::loadActiveTheme function core/lib/Drupal/Core/Theme/ThemeInitialization.php Loads a theme, so it is ready to be used.
ThemeInitializationInterface::getActiveTheme function core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Builds up the active theme object from extensions.
ThemeInitializationInterface::getActiveThemeByName function core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php Builds an active theme object.
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.

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