| config_translation_test_event_subscriber |
service |
core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.services.yml |
Drupal\config_translation_test\EventSubscriber\ConfigTranslationTestSubscriber |
| config_translation_test_theme.config_translation.yml |
file |
core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.config_translation.yml |
core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.config_translation.yml |
| config_translation_test_theme.info.yml |
file |
core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml |
core/modules/config_translation/tests/themes/config_translation_test_theme/config_translation_test_theme.info.yml |
| ConfirmFormArrayPathTestForm |
class |
core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php |
Provides a test confirmation form with a complex cancellation destination. |
| ConfirmFormArrayPathTestForm.php |
file |
core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php |
|
| ConfirmFormArrayPathTestForm::getCancelText |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php |
Returns a caption for the link which cancels the action. |
| ConfirmFormArrayPathTestForm::getCancelUrl |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php |
Returns the route to go to if the user cancels the action. |
| ConfirmFormArrayPathTestForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php |
Returns a unique string identifying the form. |
| ConfirmFormHelperTest |
class |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests Drupal\Core\Form\ConfirmFormHelper. |
| ConfirmFormHelperTest.php |
file |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
|
| ConfirmFormHelperTest::providerTestCancelLinkDestination |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Provides test data for testCancelLinkDestination(). |
| ConfirmFormHelperTest::testCancelLinkDestination |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests a cancel link provided by the destination. |
| ConfirmFormHelperTest::testCancelLinkRoute |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests a cancel link route. |
| ConfirmFormHelperTest::testCancelLinkRouteWithParams |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests a cancel link route with parameters. |
| ConfirmFormHelperTest::testCancelLinkRouteWithUrl |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests a cancel link route with a URL object. |
| ConfirmFormHelperTest::testCancelLinkTitle |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests the cancel link title. |
| ConfirmFormTest |
class |
core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php |
Tests confirmation forms. |
| ConfirmFormTest.php |
file |
core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php |
|
| ConfirmFormTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php |
The theme to install as the default for testing. |
| ConfirmFormTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php |
Modules to install. |
| ConfirmFormTest::testConfirmForm |
function |
core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php |
Tests the confirm form functionality, including submission and cancellation. |
| ConfirmFormTest::testConfirmFormWithExternalDestination |
function |
core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php |
Tests that the confirm form does not use external destinations. |
| ConfirmFormTestForm |
class |
core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php |
Provides a test confirmation form. |
| ConfirmFormTestForm.php |
file |
core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php |
|
| ConfirmFormTestForm::buildForm |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php |
Form constructor. |
| ConfirmFormTestForm::getCancelText |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php |
Returns a caption for the link which cancels the action. |
| ConfirmFormTestForm::getCancelUrl |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php |
Returns the route to go to if the user cancels the action. |
| ConfirmFormTestForm::getConfirmText |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php |
Returns a caption for the button that confirms the action. |
| ConfirmFormTestForm::getDescription |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php |
Returns additional text to display as a description. |
| ConfirmFormTestForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php |
Returns a unique string identifying the form. |
| ConfirmFormTestForm::getQuestion |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php |
Returns the question to ask the user. |
| ConfirmFormTestForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php |
Form submission handler. |
| Connection::sqlFunctionGreatest |
function |
core/modules/sqlite/src/Driver/Database/sqlite/Connection.php |
SQLite compatibility implementation for the GREATEST() SQL function. |
| ConnectionFailureTest |
class |
core/modules/dblog/tests/src/Kernel/ConnectionFailureTest.php |
Tests logging of connection failures. |
| ConnectionFailureTest.php |
file |
core/modules/dblog/tests/src/Kernel/ConnectionFailureTest.php |
|
| ConnectionFailureTest::$modules |
property |
core/modules/dblog/tests/src/Kernel/ConnectionFailureTest.php |
Modules to install. |
| ConnectionFailureTest::testConnectionFailureLogging |
function |
core/modules/dblog/tests/src/Kernel/ConnectionFailureTest.php |
Tests logging of connection failures. |
| ConnectionTest |
class |
core/modules/sqlite/tests/src/Unit/ConnectionTest.php |
Tests Drupal\sqlite\Driver\Database\sqlite\Connection. |
| ConnectionTest |
class |
core/modules/mysql/tests/src/Unit/ConnectionTest.php |
Tests MySQL database connections. |
| ConnectionTest |
class |
core/modules/mysql/tests/src/Kernel/mysql/ConnectionTest.php |
MySQL-specific connection tests. |
| ConnectionTest |
class |
core/tests/Drupal/Tests/Core/Database/ConnectionTest.php |
Tests the Connection class. |
| ConnectionTest |
class |
core/modules/mysqli/tests/src/Kernel/mysqli/ConnectionTest.php |
MySQL-specific connection tests. |
| ConnectionTest |
class |
core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php |
Tests of the core database system. |
| ConnectionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php |
|
| ConnectionTest.php |
file |
core/tests/Drupal/Tests/Core/Database/ConnectionTest.php |
|
| ConnectionTest.php |
file |
core/modules/mysqli/tests/src/Kernel/mysqli/ConnectionTest.php |
|
| ConnectionTest.php |
file |
core/modules/mysql/tests/src/Unit/ConnectionTest.php |
|
| ConnectionTest.php |
file |
core/modules/mysql/tests/src/Kernel/mysql/ConnectionTest.php |
|
| ConnectionTest.php |
file |
core/modules/sqlite/tests/src/Unit/ConnectionTest.php |
|
| ConnectionTest::$connection |
property |
core/modules/mysql/tests/src/Unit/ConnectionTest.php |
A mocked MySql connection. |