Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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.
HighWaterNotJoinableTest class core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php Tests the high water handling.
HighWaterNotJoinableTest.php file core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php
HighWaterNotJoinableTest::$modules property core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php Modules to install.
HighWaterNotJoinableTest::providerSource function core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php Provides source data for ::testSource.
HighWaterTest class core/modules/migrate/tests/src/Kernel/HighWaterTest.php Tests migration high water property.
HighWaterTest class core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php Source plugin for migration high water tests.
HighWaterTest.php file core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php
HighWaterTest.php file core/modules/migrate/tests/src/Kernel/HighWaterTest.php
HighWaterTest::$modules property core/modules/migrate/tests/src/Kernel/HighWaterTest.php Modules to install.
HighWaterTest::assertNodeDoesNotExist function core/modules/migrate/tests/src/Kernel/HighWaterTest.php Assert that node with given title does not exist.
HighWaterTest::assertNodeExists function core/modules/migrate/tests/src/Kernel/HighWaterTest.php Assert that node with given title exists.
HighWaterTest::fields function core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php Returns available fields on the source.
HighWaterTest::getIds function core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php Defines the source fields uniquely identifying a source row.
HighWaterTest::nodeExists function core/modules/migrate/tests/src/Kernel/HighWaterTest.php Checks if node with given title exists.
HighWaterTest::query function core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php Prepares query object to retrieve data from the source database.
HighWaterTest::setUp function core/modules/migrate/tests/src/Kernel/HighWaterTest.php
HighWaterTest::testHighWater function core/modules/migrate/tests/src/Kernel/HighWaterTest.php Tests high water property of SqlBase.
HighWaterTest::testHighWaterUpdate function core/modules/migrate/tests/src/Kernel/HighWaterTest.php Tests high water property of SqlBase when rows marked for update.
HighWaterTest::testNullHighwater function core/modules/migrate/tests/src/Kernel/HighWaterTest.php Tests that deleting the high water value causes all rows to be reimported.
HighWaterTest::testZeroHighwater function core/modules/migrate/tests/src/Kernel/HighWaterTest.php Tests that the high water value can be 0.
high_water_test.yml file core/modules/migrate/tests/modules/migrate_high_water_test/migrations/high_water_test.yml core/modules/migrate/tests/modules/migrate_high_water_test/migrations/high_water_test.yml
HoldTestHelper class core/modules/system/tests/modules/hold_test/src/HoldTestHelper.php Contains methods for testing hold request/response.
HoldTestHelper.php file core/modules/system/tests/modules/hold_test/src/HoldTestHelper.php
HoldTestHelper::requestHold function core/modules/system/tests/modules/hold_test/src/HoldTestHelper.php Request hold.
HoldTestHelper::responseHold function core/modules/system/tests/modules/hold_test/src/HoldTestHelper.php Response hold.
HoldTestSubscriber class core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php Response subscriber to test hold.
HoldTestSubscriber.php file core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php
HoldTestSubscriber::$sitePath property core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php The site path.
HoldTestSubscriber::getSubscribedEvents function core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php
HoldTestSubscriber::hold function core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php Hold process by type.
HoldTestSubscriber::HOLD_REQUEST constant core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php
HoldTestSubscriber::HOLD_RESPONSE constant core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php
HoldTestSubscriber::onRequest function core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php Request hold.
HoldTestSubscriber::onRespond function core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php Response hold.
HoldTestSubscriber::WAIT constant core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php Time in microseconds to wait for before checking if the file is updated.
HoldTestSubscriber::__construct function core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php HoldTestSubscriber constructor.
hold_test.info.yml file core/modules/system/tests/modules/hold_test/hold_test.info.yml core/modules/system/tests/modules/hold_test/hold_test.info.yml
hold_test.install file core/modules/system/tests/modules/hold_test/hold_test.install
hold_test.response service core/modules/system/tests/modules/hold_test/hold_test.services.yml Drupal\hold_test\EventSubscriber\HoldTestSubscriber
hold_test.services.yml file core/modules/system/tests/modules/hold_test/hold_test.services.yml core/modules/system/tests/modules/hold_test/hold_test.services.yml
hold_test_install function core/modules/system/tests/modules/hold_test/hold_test.install Implements hook_install().
Hook class core/lib/Drupal/Core/Hook/Attribute/Hook.php Attribute for defining a class method as a hook implementation.
Hook.php file core/lib/Drupal/Core/Hook/Attribute/Hook.php
Hook::__construct function core/lib/Drupal/Core/Hook/Attribute/Hook.php Constructs a Hook attribute object.
HookAlterOrderTest class core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php Tests Hook Alter Order.
HookAlterOrderTest.php file core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php
HookAlterOrderTest::$modules property core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php Modules to install.
HookAlterOrderTest::alter function core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php Invokes ModuleHandler->alter() and returns the altered array.

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