| CommentTypeForm::$entityTypeManager |
property |
core/modules/comment/src/CommentTypeForm.php |
Entity type manager service. |
| CommentTypeForm::$logger |
property |
core/modules/comment/src/CommentTypeForm.php |
A logger instance. |
| CommentTypeForm::create |
function |
core/modules/comment/src/CommentTypeForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| CommentTypeForm::entityTypeSupportsComments |
function |
core/modules/comment/src/CommentTypeForm.php |
Wraps _comment_entity_uses_integer_id(). |
| CommentTypeForm::form |
function |
core/modules/comment/src/CommentTypeForm.php |
Gets the actual form array to be built. |
| CommentTypeForm::save |
function |
core/modules/comment/src/CommentTypeForm.php |
Form submission handler for the 'save' action. |
| CommentTypeForm::__construct |
function |
core/modules/comment/src/CommentTypeForm.php |
Constructs a CommentTypeFormController. |
| CommentTypeInterface |
interface |
core/modules/comment/src/CommentTypeInterface.php |
Provides an interface defining a comment type entity. |
| CommentTypeInterface.php |
file |
core/modules/comment/src/CommentTypeInterface.php |
|
| CommentTypeInterface::getDescription |
function |
core/modules/comment/src/CommentTypeInterface.php |
Returns the comment type description. |
| CommentTypeInterface::getTargetEntityTypeId |
function |
core/modules/comment/src/CommentTypeInterface.php |
Gets the target entity type id for this comment type. |
| CommentTypeInterface::setDescription |
function |
core/modules/comment/src/CommentTypeInterface.php |
Sets the description of the comment type. |
| CommentTypeJsonAnonTest |
class |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonAnonTest.php |
Tests Comment Type Json Anon. |
| CommentTypeJsonAnonTest.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonAnonTest.php |
|
| CommentTypeJsonAnonTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonAnonTest.php |
The theme to install as the default for testing. |
| CommentTypeJsonAnonTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonAnonTest.php |
The format to use in this test. |
| CommentTypeJsonAnonTest::$mimeType |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonAnonTest.php |
The MIME type that corresponds to $format. |
| CommentTypeJsonBasicAuthTest |
class |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php |
Tests Comment Type Json Basic Auth. |
| CommentTypeJsonBasicAuthTest.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php |
|
| CommentTypeJsonBasicAuthTest::$auth |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| CommentTypeJsonBasicAuthTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| CommentTypeJsonBasicAuthTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php |
The format to use in this test. |
| CommentTypeJsonBasicAuthTest::$mimeType |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| CommentTypeJsonBasicAuthTest::$modules |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php |
Modules to install. |
| CommentTypeJsonCookieTest |
class |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php |
Tests Comment Type Json Cookie. |
| CommentTypeJsonCookieTest.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php |
|
| CommentTypeJsonCookieTest::$auth |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php |
The authentication mechanism to use in this test. |
| CommentTypeJsonCookieTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php |
The theme to install as the default for testing. |
| CommentTypeJsonCookieTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php |
The format to use in this test. |
| CommentTypeJsonCookieTest::$mimeType |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php |
The MIME type that corresponds to $format. |
| CommentTypeListBuilder |
class |
core/modules/comment/src/CommentTypeListBuilder.php |
Defines a class to build a listing of comment type entities. |
| CommentTypeListBuilder.php |
file |
core/modules/comment/src/CommentTypeListBuilder.php |
|
| CommentTypeListBuilder::buildHeader |
function |
core/modules/comment/src/CommentTypeListBuilder.php |
Builds the header row for the entity listing. |
| CommentTypeListBuilder::buildRow |
function |
core/modules/comment/src/CommentTypeListBuilder.php |
Builds a row for an entity in the entity listing. |
| CommentTypeListBuilder::createInstance |
function |
core/modules/comment/src/CommentTypeListBuilder.php |
Instantiates a new instance of this entity handler. |
| CommentTypeListBuilder::getDefaultOperations |
function |
core/modules/comment/src/CommentTypeListBuilder.php |
Gets this list's default operations. |
| 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 |
Resource test base 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. |