Search for priority

  1. Search 7.x for priority
  2. Search 9.5.x for priority
  3. Search 10.3.x for priority
  4. Search 11.x for priority
  5. Other projects
Title Object type File name Summary
AnnounceCommand::$priority property core/lib/Drupal/Core/Ajax/AnnounceCommand.php The priority that will be used for the announcement.
AnnounceCommand::PRIORITY_ASSERTIVE constant core/lib/Drupal/Core/Ajax/AnnounceCommand.php The assertive priority attribute value.
AnnounceCommand::PRIORITY_POLITE constant core/lib/Drupal/Core/Ajax/AnnounceCommand.php The polite priority attribute value.
ConfigOverriderLowPriority class core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php Tests module overrides for configuration.
ConfigOverriderLowPriority.php file core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php
ConfigOverriderLowPriority::createConfigObject function core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php Creates a configuration object for use during install and synchronization.
ConfigOverriderLowPriority::getCacheableMetadata function core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php Gets the cacheability metadata associated with the config factory override.
ConfigOverriderLowPriority::getCacheSuffix function core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php The string to append to the configuration static cache name.
ConfigOverriderLowPriority::loadOverrides function core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php Returns config overrides.
ConfigOverridesPriorityTest class core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php Tests that language, module and settings.php are applied in the correct
order.
ConfigOverridesPriorityTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php
ConfigOverridesPriorityTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php Modules to install.
ConfigOverridesPriorityTest::testOverridePriorities function core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php
config_override_test.low_priority_overrider service core/modules/config/tests/config_override_test/config_override_test.services.yml Drupal\config_override_test\ConfigOverriderLowPriority
ContainerAwareEventDispatcher::getListenerPriority function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcherTest::testDispatchByPriority function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetAllListenersSortsByPriority function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenerPriority function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenerPriorityWithServices function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenersSortsByPriority function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testPriorityFindsLazyListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
CustomPageExceptionHtmlSubscriber::getPriority function core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php Specifies the priority of all listeners in this class.
DefaultExceptionHtmlSubscriber::getPriority function core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php Specifies the priority of all listeners in this class.
DefaultExceptionSubscriber::getPriority function core/modules/jsonapi/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the priority of all listeners in this class.
DefaultExceptionSubscriber::getPriority function core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php Specifies the priority of all listeners in this class.
ExceptionJsonSubscriber::getPriority function core/lib/Drupal/Core/EventSubscriber/ExceptionJsonSubscriber.php Specifies the priority of all listeners in this class.
ExceptionTestSiteSubscriber::getPriority function core/lib/Drupal/Core/EventSubscriber/ExceptionTestSiteSubscriber.php Specifies the priority of all listeners in this class.
Fast404ExceptionHtmlSubscriber::getPriority function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Specifies the priority of all listeners in this class.
HighPriorityThemeNegotiator class core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php Implements a test theme negotiator which was configured with a high priority.
HighPriorityThemeNegotiator.php file core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php
HighPriorityThemeNegotiator::applies function core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php Whether this theme negotiator should be used to set the theme.
HighPriorityThemeNegotiator::determineActiveTheme function core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php Determine the active theme for the request.
HttpExceptionSubscriberBase::getPriority function core/lib/Drupal/Core/EventSubscriber/HttpExceptionSubscriberBase.php Specifies the priority of all listeners in this class.
RESPONSIVE_PRIORITY_LOW constant core/includes/theme.inc A responsive table class; only show table cell on wide devices.
RESPONSIVE_PRIORITY_MEDIUM constant core/includes/theme.inc A responsive table class; hide table cell on narrow devices.
TableTest::testThemeTableResponsivePriority function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests 'priority-medium' and 'priority-low' classes.
TaggedHandlersPassTest::testProcessNoPriorityAndExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters and no priority.
TaggedHandlersPassTest::testProcessNoPriorityParam function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method without priority parameter.
TaggedHandlersPassTest::testProcessPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests handler priority sorting.
TaggedHandlersPassTest::testserviceIdProcessPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests handler priority sorting for service ID collection.
theme.negotiator.high_priority service core/modules/system/tests/modules/theme_test/theme_test.services.yml Drupal\theme_test\Theme\HighPriorityThemeNegotiator
ThemeNegotiatorTest::testDetermineActiveThemeWithPriority function core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php Tests determining with two negotiators checking the priority.
TwigNodeVisitor::getPriority function core/lib/Drupal/Core/Template/TwigNodeVisitor.php
ValidConsumer::addNoPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumerWithExtraArguments::addNoPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php

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