| HistoryCommentLinkBuilderTest::setUp |
function |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
Prepares mocks for the test. |
| HistoryCommentLinkBuilderTest::testCommentLinkBuilder |
function |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
Tests the buildCommentedEntityLinks method. |
| HistoryTest |
class |
core/modules/history/tests/src/Functional/HistoryTest.php |
Tests the History endpoints. |
| HistoryTest.php |
file |
core/modules/history/tests/src/Functional/HistoryTest.php |
|
| HistoryTest::$defaultTheme |
property |
core/modules/history/tests/src/Functional/HistoryTest.php |
The theme to install as the default for testing. |
| HistoryTest::$modules |
property |
core/modules/history/tests/src/Functional/HistoryTest.php |
Modules to install. |
| HistoryTest::$testNode |
property |
core/modules/history/tests/src/Functional/HistoryTest.php |
A page node for which to check content statistics. |
| HistoryTest::$user |
property |
core/modules/history/tests/src/Functional/HistoryTest.php |
The main user for testing. |
| HistoryTest::getNodeReadTimestamps |
function |
core/modules/history/tests/src/Functional/HistoryTest.php |
Get node read timestamps from the server for the current user. |
| HistoryTest::markNodeAsRead |
function |
core/modules/history/tests/src/Functional/HistoryTest.php |
Mark a node as read for the current user. |
| HistoryTest::setUp |
function |
core/modules/history/tests/src/Functional/HistoryTest.php |
|
| HistoryTest::testHistory |
function |
core/modules/history/tests/src/Functional/HistoryTest.php |
Verifies that the history endpoints work. |
| HistoryTimestampTest |
class |
core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php |
Tests the history timestamp handlers. |
| HistoryTimestampTest.php |
file |
core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php |
|
| HistoryTimestampTest::$modules |
property |
core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php |
Modules to install. |
| HistoryTimestampTest::$testViews |
property |
core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php |
Views used by this test. |
| HistoryTimestampTest::setUp |
function |
core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php |
|
| HistoryTimestampTest::testHandlers |
function |
core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php |
Tests the handlers. |
| HistoryTokensHooksTest |
class |
core/modules/history/tests/src/Unit/HistoryTokensHooksTest.php |
Tests for HistoryTokensHooks. |
| HistoryTokensHooksTest.php |
file |
core/modules/history/tests/src/Unit/HistoryTokensHooksTest.php |
|
| HistoryTokensHooksTest::testTokenInfoWithoutCommentModuleInstalled |
function |
core/modules/history/tests/src/Unit/HistoryTokensHooksTest.php |
Tests that tokenInfo() handles missing comment module gracefully. |
| history_test_theme.info.yml |
file |
core/modules/history/tests/themes/history_test_theme/history_test_theme.info.yml |
core/modules/history/tests/themes/history_test_theme/history_test_theme.info.yml |
| history_test_views.info.yml |
file |
core/modules/history/tests/modules/history_test_views/history_test_views.info.yml |
core/modules/history/tests/modules/history_test_views/history_test_views.info.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(). |
| 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. |
| HookAlterOrderTest::assertAlterCallOrder |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php |
Asserts the call order from an alter call. |
| HookAlterOrderTest::testAlterOrder |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php |
Test ordering alter calls. |
| HookAlterOrderTest::testProceduralModuleImplementsAlterOrder |
function |
core/tests/Drupal/KernelTests/Core/Hook/HookAlterOrderTest.php |
Tests procedural implementations of module implements alter ordering. |