| TestController |
class |
core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php |
Controller for testing custom access. |
| TestController |
class |
core/modules/system/tests/modules/http_kernel_test/src/Controller/TestController.php |
A test controller. |
| TestController |
class |
core/modules/system/tests/modules/content_negotiation_test/src/Controller/TestController.php |
Test controller for content negotiation tests. |
| TestController |
class |
core/modules/system/tests/modules/csrf_race_test/src/Controller/TestController.php |
Controller to test concurrent CSRF token generation. |
| TestController |
class |
core/modules/system/tests/modules/jswebassert_test/src/Controller/TestController.php |
Provides a test page for JavaScript assertions. |
| TestController |
class |
core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php |
Test controller display modal links and content. |
| TestController |
class |
core/modules/system/tests/modules/off_canvas_test/src/Controller/TestController.php |
Test controller for 2 different responses. |
| TestController |
class |
core/modules/system/tests/modules/csrf_test/src/Controller/TestController.php |
Just a test controller for test routes. |
| TestController |
class |
core/modules/system/tests/modules/legacy_front_controller_test/src/Controller/TestController.php |
Controller to test a legacy front controller. |
| TestController |
class |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
A page controller for use by tests in this file. |
| TestController |
class |
core/modules/package_manager/tests/modules/package_manager_test_release_history/src/TestController.php |
Controller for generating mock XML metadata for package manager testing. |
| TestController |
class |
core/modules/views/tests/modules/views_test_modal/src/Controller/TestController.php |
Controller for testing page that renders a View in a modal. |
| TestController.php |
file |
core/modules/views/tests/modules/views_test_modal/src/Controller/TestController.php |
|
| TestController.php |
file |
core/modules/package_manager/tests/modules/package_manager_test_release_history/src/TestController.php |
|
| TestController.php |
file |
core/modules/system/tests/modules/legacy_front_controller_test/src/Controller/TestController.php |
|
| TestController.php |
file |
core/tests/Drupal/Tests/Core/Controller/TestController.php |
|
| TestController.php |
file |
core/modules/system/tests/modules/token_test/src/Controller/TestController.php |
|
| TestController.php |
file |
core/modules/system/tests/modules/container_rebuild_test/src/TestController.php |
|
| TestController.php |
file |
core/modules/system/tests/modules/path_changed_helper_test/src/Controller/TestController.php |
|
| TestController.php |
file |
core/modules/contextual/tests/modules/contextual_test/src/Controller/TestController.php |
|
| TestController.php |
file |
core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php |
|
| TestController.php |
file |
core/modules/system/tests/modules/off_canvas_test/src/Controller/TestController.php |
|
| TestController.php |
file |
core/modules/system/tests/modules/csrf_test/src/Controller/TestController.php |
|
| TestController.php |
file |
core/modules/system/tests/modules/content_negotiation_test/src/Controller/TestController.php |
|
| TestController.php |
file |
core/modules/system/tests/modules/http_kernel_test/src/Controller/TestController.php |
|
| TestController.php |
file |
core/modules/system/tests/modules/jswebassert_test/src/Controller/TestController.php |
|
| TestController.php |
file |
core/modules/system/tests/modules/csrf_race_test/src/Controller/TestController.php |
|
| TestController::$token |
property |
core/modules/system/tests/modules/token_test/src/Controller/TestController.php |
The token replacement system. |
| TestController::$tokenGenerator |
property |
core/modules/system/tests/modules/csrf_race_test/src/Controller/TestController.php |
Token generator service. |
| TestController::accessAllow |
function |
core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php |
|
| TestController::accessDeny |
function |
core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php |
|
| TestController::accessParameter |
function |
core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php |
|
| TestController::accessRequest |
function |
core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php |
|
| TestController::collapsedOpener |
function |
core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php |
Displays a dropbutton with a link that opens in a modal dialog. |
| TestController::containerReset |
function |
core/modules/system/tests/modules/container_rebuild_test/src/TestController.php |
Resets the container. |
| TestController::content |
function |
core/tests/Drupal/Tests/Core/Controller/TestController.php |
Returns test content for unit tests. |
| TestController::duplicateContextualLinks |
function |
core/modules/contextual/tests/modules/contextual_test/src/Controller/TestController.php |
Renders two regions with the same contextual links. |
| TestController::format |
function |
core/modules/system/tests/modules/content_negotiation_test/src/Controller/TestController.php |
Returns different responses depending on the request format. |
| TestController::get |
function |
core/modules/system/tests/modules/http_kernel_test/src/Controller/TestController.php |
Return an empty response. |
| TestController::getCsrfToken |
function |
core/modules/system/tests/modules/csrf_race_test/src/Controller/TestController.php |
Just return generated CSRF token for concurrent requests. |
| TestController::helloWorld |
function |
core/modules/system/tests/modules/legacy_front_controller_test/src/Controller/TestController.php |
|
| TestController::html |
function |
core/modules/system/tests/modules/content_negotiation_test/src/Controller/TestController.php |
Returns a simple render array. |
| TestController::linksDisplay |
function |
core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php |
Displays test links that will open in the modal dialog. |
| TestController::linksDisplay |
function |
core/modules/system/tests/modules/off_canvas_test/src/Controller/TestController.php |
Displays test links that will open in off-canvas dialog. |
| TestController::metadata |
function |
core/modules/package_manager/tests/modules/package_manager_test_release_history/src/TestController.php |
Page callback: Prints mock XML for the Update Status module. |
| TestController::modal |
function |
core/modules/views/tests/modules/views_test_modal/src/Controller/TestController.php |
Renders a link to open the /admin/content view in a modal dialog. |
| TestController::modalContent |
function |
core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php |
Return modal content. |
| TestController::modalContentInput |
function |
core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php |
Return modal content with autofocus input. |
| TestController::modalContentLink |
function |
core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php |
Return modal content with link. |
| TestController::otherDialogLinks |
function |
core/modules/system/tests/modules/off_canvas_test/src/Controller/TestController.php |
Displays dialogs links to be displayed inside the off-canvas dialog. |