CommentTypeListBuilder::__construct |
function |
core/modules/comment/src/CommentTypeListBuilder.php |
Constructs a new CommentTypeListBuilder object. |
CommentTypeRequirementsTest |
class |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeRequirementsTest.php |
Tests check requirements for comment type source plugin. |
CommentTypeRequirementsTest.php |
file |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeRequirementsTest.php |
|
CommentTypeRequirementsTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeRequirementsTest.php |
Modules to install. |
CommentTypeRequirementsTest::providerTestCheckCommentTypeRequirements |
function |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeRequirementsTest.php |
Test cases for ::testCheckCommentTypeRequirements(). |
CommentTypeRequirementsTest::testCheckCommentTypeRequirements |
function |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeRequirementsTest.php |
Tests thrown exceptions when node or comment aren't enabled on source. |
CommentTypeResourceTestBase |
class |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
ResourceTestBase for CommentType entity. |
CommentTypeResourceTestBase.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
|
CommentTypeResourceTestBase::$entity |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
The CommentType entity. |
CommentTypeResourceTestBase::$entityTypeId |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
The tested entity type. |
CommentTypeResourceTestBase::$modules |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
Modules to install. |
CommentTypeResourceTestBase::createEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
Creates the entity to be tested. |
CommentTypeResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
Returns the expected normalization of the entity. |
CommentTypeResourceTestBase::getNormalizedPostEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
Returns the normalized POST entity. |
CommentTypeResourceTestBase::setUpAuthorization |
function |
core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php |
Sets up the necessary authorization. |
CommentTypeTest |
class |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeTest.php |
Tests the comment type source plugin. |
CommentTypeTest |
class |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
JSON:API integration test for the "CommentType" config entity type. |
CommentTypeTest |
class |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
Ensures that comment type functions work correctly. |
CommentTypeTest.php |
file |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
|
CommentTypeTest.php |
file |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
|
CommentTypeTest.php |
file |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeTest.php |
|
CommentTypeTest::$adminUser |
property |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
Admin user. |
CommentTypeTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
The theme to install as the default for testing. |
CommentTypeTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
The theme to install as the default for testing. |
CommentTypeTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
|
CommentTypeTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
The tested entity type. |
CommentTypeTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
Modules to install. |
CommentTypeTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeTest.php |
Modules to install. |
CommentTypeTest::$permissions |
property |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
Permissions to grant admin user. |
CommentTypeTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
The name of the tested JSON:API resource type. |
CommentTypeTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
Creates the entity to be tested. |
CommentTypeTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
Returns the expected JSON:API document for the entity. |
CommentTypeTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
Returns the JSON:API POST document. |
CommentTypeTest::providerSource |
function |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeTest.php |
|
CommentTypeTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
Sets the test up. |
CommentTypeTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php |
Sets up the necessary authorization. |
CommentTypeTest::testCommentTypeCreation |
function |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
Tests creating a comment type programmatically and via a form. |
CommentTypeTest::testCommentTypeDeletion |
function |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
Tests deleting a comment type that still has content. |
CommentTypeTest::testCommentTypeEditing |
function |
core/modules/comment/tests/src/Functional/CommentTypeTest.php |
Tests editing a comment type using the UI. |
CommentTypeValidationTest |
class |
core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php |
Tests validation of comment_type entities. |
CommentTypeValidationTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php |
|
CommentTypeValidationTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php |
Modules to install. |
CommentTypeValidationTest::setUp |
function |
core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php |
|
CommentTypeXmlAnonTest |
class |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php |
@group rest |
CommentTypeXmlAnonTest.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php |
|
CommentTypeXmlAnonTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php |
The theme to install as the default for testing. |
CommentTypeXmlAnonTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php |
The format to use in this test. |
CommentTypeXmlAnonTest::$mimeType |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php |
The MIME type that corresponds to $format. |
CommentTypeXmlBasicAuthTest |
class |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php |
@group rest |
CommentTypeXmlBasicAuthTest.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php |
|