| CommentTranslationUITest::$defaultCacheContexts |
property |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Default cache contexts expected on a non-translated entity. |
| CommentTranslationUITest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
The theme to install as the default for testing. |
| CommentTranslationUITest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Modules to install. |
| CommentTranslationUITest::$subject |
property |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
The subject of the test comment. |
| CommentTranslationUITest::createEntity |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Creates the entity to be translated. |
| CommentTranslationUITest::doTestAuthoringInfo |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Tests the translation authoring information. |
| CommentTranslationUITest::doTestPublishedStatus |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Tests the translation publishing status. |
| CommentTranslationUITest::doTestTranslationEdit |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Tests edit content translation. |
| CommentTranslationUITest::getNewEntityValues |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Returns an array of entity field values to be tested. |
| CommentTranslationUITest::getTranslatorPermissions |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Returns an array of permissions needed for the translator. |
| CommentTranslationUITest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
|
| CommentTranslationUITest::setupBundle |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Creates or initializes the bundle date if needed. |
| CommentTranslationUITest::testTranslateLinkCommentAdminPage |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Tests translate link on comment content admin page. |
| CommentType |
class |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
Drupal 6/7 comment types source from database. |
| CommentType |
class |
core/modules/comment/src/Entity/CommentType.php |
Defines the comment type entity. |
| CommentType.php |
file |
core/modules/comment/src/Entity/CommentType.php |
|
| CommentType.php |
file |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
|
| CommentType::$description |
property |
core/modules/comment/src/Entity/CommentType.php |
The description of the comment type. |
| CommentType::$id |
property |
core/modules/comment/src/Entity/CommentType.php |
The comment type ID. |
| CommentType::$label |
property |
core/modules/comment/src/Entity/CommentType.php |
The comment type label. |
| CommentType::$target_entity_type_id |
property |
core/modules/comment/src/Entity/CommentType.php |
The target entity type. |
| CommentType::checkRequirements |
function |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
Checks if requirements for this plugin are OK. |
| CommentType::fields |
function |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
Returns available fields on the source. |
| CommentType::getCommentFields |
function |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
Returns the fields containing comment settings for each node type. |
| CommentType::getDescription |
function |
core/modules/comment/src/Entity/CommentType.php |
Returns the comment type description. |
| CommentType::getIds |
function |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
Defines the source fields uniquely identifying a source row. |
| CommentType::getTargetEntityTypeId |
function |
core/modules/comment/src/Entity/CommentType.php |
Gets the target entity type id for this comment type. |
| CommentType::prepareRow |
function |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
Adds additional data to the row. |
| CommentType::query |
function |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
Prepares query object to retrieve data from the source database. |
| CommentType::setDescription |
function |
core/modules/comment/src/Entity/CommentType.php |
Sets the description of the comment type. |
| CommentTypeDeleteForm |
class |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
Provides a confirmation form for deleting a comment type entity. |
| CommentTypeDeleteForm.php |
file |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
|
| CommentTypeDeleteForm::$commentManager |
property |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
The comment manager service. |
| CommentTypeDeleteForm::$entity |
property |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
The entity being used by this form. |
| CommentTypeDeleteForm::$logger |
property |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
A logger instance. |
| CommentTypeDeleteForm::buildForm |
function |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
Form constructor. |
| CommentTypeDeleteForm::create |
function |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
Instantiates a new instance of this class. |
| CommentTypeDeleteForm::__construct |
function |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
Constructs a query factory object. |
| CommentTypeForm |
class |
core/modules/comment/src/CommentTypeForm.php |
Base form handler for comment type edit forms. |
| CommentTypeForm.php |
file |
core/modules/comment/src/CommentTypeForm.php |
|
| CommentTypeForm::$commentManager |
property |
core/modules/comment/src/CommentTypeForm.php |
The comment manager. |
| 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 this class. |
| 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 |
|