| ContentTypeHeaderMatcherTest::testContentTypeRequestHeaderMissing |
function |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
Confirms that the matcher throws an exception for missing request header. |
| ContentTypeHeaderMatcherTest::testJsonRequest |
function |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
Tests that XML-restricted routes get filtered out on JSON requests. |
| ContentTypeHeaderMatcherTest::testNoRouteFound |
function |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
Confirms that the matcher throws an exception for no-route. |
| ContentTypeHeaderMatcherTest::testPostForm |
function |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
Tests route filtering on POST form submission requests. |
| ContentTypeHeaderMatcherTest::testSafeRequestFilter |
function |
core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php |
Tests that routes are not filtered on safe requests. |
| content_moderation_test_local_task.info.yml |
file |
core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.info.yml |
core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.info.yml |
| content_moderation_test_local_task.links.task.yml |
file |
core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.links.task.yml |
core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.links.task.yml |
| content_moderation_test_local_task.routing.yml |
file |
core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.routing.yml |
core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.routing.yml |
| content_moderation_test_resave.info.yml |
file |
core/modules/content_moderation/tests/modules/content_moderation_test_resave/content_moderation_test_resave.info.yml |
core/modules/content_moderation/tests/modules/content_moderation_test_resave/content_moderation_test_resave.info.yml |
| content_moderation_test_resave.install |
file |
core/modules/content_moderation/tests/modules/content_moderation_test_resave/content_moderation_test_resave.install |
|
| content_moderation_test_resave_install |
function |
core/modules/content_moderation/tests/modules/content_moderation_test_resave/content_moderation_test_resave.install |
Implements hook_install(). |
| content_moderation_test_views.info.yml |
file |
core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml |
core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml |
| content_negotiation_test.info.yml |
file |
core/modules/system/tests/modules/content_negotiation_test/content_negotiation_test.info.yml |
core/modules/system/tests/modules/content_negotiation_test/content_negotiation_test.info.yml |
| content_negotiation_test.routing.yml |
file |
core/modules/system/tests/modules/content_negotiation_test/content_negotiation_test.routing.yml |
core/modules/system/tests/modules/content_negotiation_test/content_negotiation_test.routing.yml |
| content_translation_test.info.yml |
file |
core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml |
core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml |
| content_translation_test_views.info.yml |
file |
core/modules/content_translation/tests/modules/content_translation_test_views/content_translation_test_views.info.yml |
core/modules/content_translation/tests/modules/content_translation_test_views/content_translation_test_views.info.yml |
| ContextAwarePluginTraitTest |
class |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Tests Drupal\Core\Plugin\ContextAwarePluginTrait. |
| ContextAwarePluginTraitTest.php |
file |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
|
| ContextAwarePluginTraitTest::$configurablePlugin |
property |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
The configurable plugin instance under test. |
| ContextAwarePluginTraitTest::$plugin |
property |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
The plugin instance under test. |
| ContextAwarePluginTraitTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
|
| ContextAwarePluginTraitTest::testGetContextDefinition |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Tests get context definition. |
| ContextAwarePluginTraitTest::testGetContextDefinitions |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Tests get context definitions. |
| ContextAwarePluginTraitTest::testGetContextValue |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Tests get context value. |
| ContextAwarePluginTraitTest::testSetContextValue |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php |
Tests set context value. |
| ContextDefinitionIsSatisfiedTest |
class |
core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSatisfiedTest.php |
Tests Drupal\Core\Plugin\Context\ContextDefinition. |
| ContextDefinitionIsSatisfiedTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSatisfiedTest.php |
|
| ContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedBy |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSatisfiedTest.php |
Provides test data for ::testIsSatisfiedBy(). |
| ContextDefinitionIsSatisfiedTest::setUp |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSatisfiedTest.php |
|
| ContextDefinitionIsSatisfiedTest::testIsSatisfiedBy |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSatisfiedTest.php |
Tests that context requirements is satisfied as expected. |
| ContextDefinitionTest |
class |
core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php |
Tests the ContextDefinition class. |
| ContextDefinitionTest |
class |
core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php |
Tests Drupal\Core\Plugin\Context\ContextDefinition. |
| ContextDefinitionTest |
class |
core/tests/Drupal/KernelTests/Core/Plugin/Annotation/ContextDefinitionTest.php |
Tests Drupal\Core\Annotation\ContextDefinition. |
| ContextDefinitionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php |
|
| ContextDefinitionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Plugin/Annotation/ContextDefinitionTest.php |
|
| ContextDefinitionTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php |
|
| ContextDefinitionTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php |
Modules to install. |
| ContextDefinitionTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Plugin/Annotation/ContextDefinitionTest.php |
Modules to install. |
| ContextDefinitionTest::providerGetConstraint |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php |
Data provider for testGetConstraint. |
| ContextDefinitionTest::providerGetDataDefinition |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php |
Very simple data provider. |
| ContextDefinitionTest::testConstraints |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Annotation/ContextDefinitionTest.php |
Tests adding constraints via annotations. |
| ContextDefinitionTest::testCreateWithEntityDataType |
function |
core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php |
Tests create with entity data type. |
| ContextDefinitionTest::testDefaultValue |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php |
Tests default value. |
| ContextDefinitionTest::testEntityContextDefinitionAssert |
function |
core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php |
Tests entity context definition assert. |
| ContextDefinitionTest::testGetConstraint |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php |
Tests get constraint. |
| ContextDefinitionTest::testGetDataDefinition |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php |
Tests get data definition. |
| ContextDefinitionTest::testGetDataDefinitionInvalidType |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php |
Tests get data definition invalid type. |
| ContextDefinitionTest::testIsSatisfiedBy |
function |
core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php |
Tests is satisfied by. |
| ContextHandlerTest |
class |
core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php |
Tests Drupal\Core\Plugin\Context\ContextHandler. |
| ContextHandlerTest |
class |
core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php |
Tests Drupal\Core\Plugin\Context\ContextHandler. |