| CallableResolverTest::method |
function |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
A test method that returns "foo". |
| CallableResolverTest::setUp |
function |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
|
| CallableResolverTest::staticMethod |
function |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
A test static method that returns "foo". |
| CallableResolverTest::testCallbackResolver |
function |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
Tests callback resolver. |
| CallableResolverTest::testCallbackResolverExceptionHandling |
function |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
Tests callback resolver exception handling. |
| CallableResolverTest::__invoke |
function |
core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php |
A test __invoke method. |
| Callbacks::entityTestFormValidate |
function |
core/modules/system/tests/modules/entity_test/src/Callbacks.php |
Validation handler for the entity_test entity form. |
| Callbacks::entityTestFormValidateCheck |
function |
core/modules/system/tests/modules/entity_test/src/Callbacks.php |
Validation handler for the entity_test entity form. |
| CallbackTest |
class |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Tests the callback process plugin. |
| CallbackTest.php |
file |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
|
| CallbackTest::providerCallback |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Data provider for ::testCallback(). |
| CallbackTest::providerCallbackArray |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Data provider for ::testCallbackArray(). |
| CallbackTest::providerCallbackExceptions |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Data provider for ::testCallbackExceptions(). |
| CallbackTest::strToLower |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Makes a string lowercase for testing purposes. |
| CallbackTest::testCallback |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Tests callback with valid "callable". |
| CallbackTest::testCallbackArray |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Test callback with valid "callable" and multiple arguments. |
| CallbackTest::testCallbackExceptions |
function |
core/modules/migrate/tests/src/Unit/process/CallbackTest.php |
Tests callback exceptions. |
| CAlterHooks::testAlter |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CAlterHooks.php |
Implements hook_test_alter(). |
| CAlterHooks::testSubtypeAlter |
function |
core/modules/system/tests/modules/HookOrder/ccc_hook_order_test/src/Hook/CAlterHooks.php |
Implements hook_test_subtype_alter(). |
| CaseInsensitivePathTest |
class |
core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php |
Tests incoming path case insensitivity. |
| CaseInsensitivePathTest.php |
file |
core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php |
|
| CaseInsensitivePathTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php |
The theme to install as the default for testing. |
| CaseInsensitivePathTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php |
Modules to install. |
| CaseInsensitivePathTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php |
|
| CaseInsensitivePathTest::testMixedCasePaths |
function |
core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php |
Tests mixed case paths. |
| CaseInsensitivePathTest::testPathsWithArguments |
function |
core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php |
Tests paths with slugs. |
| CaseSensitivityTest |
class |
core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php |
Tests handling case sensitive collation. |
| CaseSensitivityTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php |
|
| CaseSensitivityTest::testCaseSensitiveInsert |
function |
core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php |
Tests BINARY collation in MySQL. |
| CastedIntFieldJoinTestBase |
class |
core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php |
Tests the "casted_int_field_join" join plugin. |
| CastedIntFieldJoinTestBase.php |
file |
core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php |
|
| CastedIntFieldJoinTestBase::$castingType |
property |
core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php |
The db type that should be used for casting fields as integers. |
| CastedIntFieldJoinTestBase::$manager |
property |
core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php |
A plugin manager which handles the instances of joins. |
| CastedIntFieldJoinTestBase::$modules |
property |
core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php |
Modules to install. |
| CastedIntFieldJoinTestBase::$pluginId |
property |
core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php |
|
| CastedIntFieldJoinTestBase::$rootUser |
property |
core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php |
|
| CastedIntFieldJoinTestBase::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php |
|
| CastedIntFieldJoinTestBase::buildJoin |
function |
core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php |
Builds a join using the given configuration. |
| CastedIntFieldJoinTestBase::setUp |
function |
core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php |
|
| CastedIntFieldJoinTestBase::setUpFixtures |
function |
core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php |
|
| CastedIntFieldJoinTestBase::testBuildJoin |
function |
core/modules/views/tests/src/Kernel/Plugin/CastedIntFieldJoinTestBase.php |
Tests base join functionality. |
| CategorizingPluginManagerTraitTest |
class |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Tests Drupal\Core\Plugin\CategorizingPluginManagerTrait. |
| CategorizingPluginManagerTraitTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
|
| CategorizingPluginManagerTraitTest::$pluginManager |
property |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
The plugin manager to test. |
| CategorizingPluginManagerTraitTest::setUp |
function |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
|
| CategorizingPluginManagerTraitTest::testGetCategories |
function |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Tests get categories. |
| CategorizingPluginManagerTraitTest::testGetGroupedDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Tests get grouped definitions. |
| CategorizingPluginManagerTraitTest::testGetSortedDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Tests get sorted definitions. |
| CategorizingPluginManagerTraitTest::testProcessDefinitionCategory |
function |
core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php |
Tests process definition category. |
| CategoryAutocompleteTest |
class |
core/modules/block/tests/src/Unit/CategoryAutocompleteTest.php |
Tests Drupal\block\Controller\CategoryAutocompleteController. |