| FavoriteAnimalTestForm.php |
file |
core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php |
|
| FavoriteAnimalTestForm::buildForm |
function |
core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php |
Form constructor. |
| FavoriteAnimalTestForm::getFormId |
function |
core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php |
Returns a unique string identifying the form. |
| FavoriteAnimalTestForm::submitForm |
function |
core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php |
Form submission handler. |
| FetchLegacyTest |
class |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Tests the Database system's various fetch capabilities. |
| FetchLegacyTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
|
| FetchLegacyTest::testQueryFetchAllAssoc |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Tests ::fetchAllAssoc(). |
| FetchLegacyTest::testQueryFetchAllColumn |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that we can fetch all records into an array explicitly. |
| FetchLegacyTest::testQueryFetchArray |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that we can fetch a record to an associative array explicitly. |
| FetchLegacyTest::testQueryFetchColumn |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that we can fetch a single column value. |
| FetchLegacyTest::testQueryFetchColumnOutOfRange |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that an out of range index throws an error. |
| FetchLegacyTest::testQueryFetchNum |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that we can fetch a record into an indexed array explicitly. |
| FetchLegacyTest::testQueryFetchObject |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php |
Confirms that we can fetch a record to an object explicitly. |
| FetchTest |
class |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Tests the Database system's various fetch capabilities. |
| FetchTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
|
| FetchTest::testLegacyFetchColumn |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms deprecation of StatementPrefetchIterator::fetchColumn(). |
| FetchTest::testQueryFetchAllAsClassInstances |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch all records as class instances explicitly. |
| FetchTest::testQueryFetchAllAsFetchModeClassInstances |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch class instances by setting fetch mode. |
| FetchTest::testQueryFetchAllAssoc |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Tests ::fetchAllAssoc(). |
| FetchTest::testQueryFetchAllColumn |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch all records into an array explicitly. |
| FetchTest::testQueryFetchArray |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record to an associative array explicitly. |
| FetchTest::testQueryFetchClass |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record into a new instance of a custom class. |
| FetchTest::testQueryFetchCol |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch an entire column of a result set at once. |
| FetchTest::testQueryFetchColEdgeCases |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Tests ::fetchCol() for edge values returned. |
| FetchTest::testQueryFetchColIndexOutOfRange |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that an out of range index in fetchCol() throws an error. |
| FetchTest::testQueryFetchColIndexOutOfRangeOnEmptyResultSet |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms empty result set prevails on out of range index in fetchCol(). |
| FetchTest::testQueryFetchColumn |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a single column value. |
| FetchTest::testQueryFetchColumnOutOfRange |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that an out of range index throws an error. |
| FetchTest::testQueryFetchDefault |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record properly in default object mode. |
| FetchTest::testQueryFetchField |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Tests ::fetchField(). |
| FetchTest::testQueryFetchFieldEdgeCases |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Tests ::fetchField() for edge values returned. |
| FetchTest::testQueryFetchFieldIndexOutOfRange |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that an out of range index in fetchField() throws an error. |
| FetchTest::testQueryFetchFieldIndexOutOfRangeOnEmptyResultSet |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms empty result set prevails on out of range index in fetchField(). |
| FetchTest::testQueryFetchNum |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record into an indexed array explicitly. |
| FetchTest::testQueryFetchObject |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record to an object explicitly. |
| FetchTest::testQueryFetchObjectClass |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record into a class using fetchObject. |
| FetchTest::testQueryFetchObjectClassNoConstructorArgs |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Confirms that we can fetch a record into a class without constructor args. |
| FetchTest::testRowCount |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Tests that rowCount() throws exception on SELECT query. |
| FiberPlaceholderTest |
class |
core/modules/big_pipe/tests/src/Unit/Render/FiberPlaceholderTest.php |
Tests Drupal\big_pipe\Render\BigPipe. |
| FiberPlaceholderTest.php |
file |
core/modules/big_pipe/tests/src/Unit/Render/FiberPlaceholderTest.php |
|
| FiberPlaceholderTest::testLongPlaceholderFiberSuspendingLoop |
function |
core/modules/big_pipe/tests/src/Unit/Render/FiberPlaceholderTest.php |
Tests long placeholder fiber suspending loop. |
| FibersTestExtension |
class |
core/modules/system/tests/modules/twig_fibers_test/src/TwigExtension/FibersTestExtension.php |
Custom Twig extension that suspends a fiber. |
| FibersTestExtension.php |
file |
core/modules/system/tests/modules/twig_fibers_test/src/TwigExtension/FibersTestExtension.php |
|
| FibersTestExtension::fibersTestFunction |
function |
core/modules/system/tests/modules/twig_fibers_test/src/TwigExtension/FibersTestExtension.php |
Custom Twig function that calls Fiber::suspend(). |
| FibersTestExtension::getFunctions |
function |
core/modules/system/tests/modules/twig_fibers_test/src/TwigExtension/FibersTestExtension.php |
|
| field.field.contact_message.olivero_test_contact_form.field_multiple_value_form_field.yml |
file |
core/modules/system/tests/modules/olivero_test/config/install/field.field.contact_message.olivero_test_contact_form.field_multiple_value_form_field.yml |
core/modules/system/tests/modules/olivero_test/config/install/field.field.contact_message.olivero_test_contact_form.field_multiple_value_form_field.yml |
| field.field.entity_test.entity_test.field_test_import.yml |
file |
core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.entity_test.field_test_import.yml |
core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.entity_test.field_test_import.yml |
| field.field.entity_test.entity_test.field_test_import_2.yml |
file |
core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.entity_test.field_test_import_2.yml |
core/modules/field/tests/modules/field_test_config/config/install/field.field.entity_test.entity_test.field_test_import_2.yml |
| field.field.entity_test.entity_test.field_test_import_sync.yml |
file |
core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.entity_test.field_test_import_sync.yml |
core/modules/field/tests/modules/field_test_config/sync/field.field.entity_test.entity_test.field_test_import_sync.yml |
| field.field.entity_test.entity_test.timestamp.yml |
file |
core/modules/field/tests/modules/field_timestamp_test/config/install/field.field.entity_test.entity_test.timestamp.yml |
core/modules/field/tests/modules/field_timestamp_test/config/install/field.field.entity_test.entity_test.timestamp.yml |