| CommentTokenReplaceTest::testHomepageToken |
function |
core/modules/comment/tests/src/Kernel/CommentTokenReplaceTest.php |
Tests that the homepage token handles both NULL and set values. |
| CommentTokensHooks |
class |
core/modules/comment/src/Hook/CommentTokensHooks.php |
Hook implementations for comment. |
| CommentTokensHooks.php |
file |
core/modules/comment/src/Hook/CommentTokensHooks.php |
|
| CommentTokensHooks::tokenInfo |
function |
core/modules/comment/src/Hook/CommentTokensHooks.php |
Implements hook_token_info(). |
| CommentTokensHooks::tokens |
function |
core/modules/comment/src/Hook/CommentTokensHooks.php |
Implements hook_tokens(). |
| CommentTranslationHandler |
class |
core/modules/comment/src/CommentTranslationHandler.php |
Defines the translation handler for comments. |
| CommentTranslationHandler.php |
file |
core/modules/comment/src/CommentTranslationHandler.php |
|
| CommentTranslationHandler::entityFormAlter |
function |
core/modules/comment/src/CommentTranslationHandler.php |
|
| CommentTranslationHandler::entityFormEntityBuild |
function |
core/modules/comment/src/CommentTranslationHandler.php |
|
| CommentTranslationHandler::entityFormTitle |
function |
core/modules/comment/src/CommentTranslationHandler.php |
|
| CommentTranslationUITest |
class |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
Tests the Comment Translation UI. |
| CommentTranslationUITest.php |
file |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
|
| CommentTranslationUITest::$adminUser |
property |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
An administrative user with permission to administer comments. |
| CommentTranslationUITest::$defaultCacheContexts |
property |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
|
| CommentTranslationUITest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
|
| CommentTranslationUITest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
|
| 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 |
|
| CommentTranslationUITest::doTestAuthoringInfo |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
|
| CommentTranslationUITest::doTestPublishedStatus |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
|
| CommentTranslationUITest::doTestTranslationEdit |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
|
| CommentTranslationUITest::getNewEntityValues |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
|
| CommentTranslationUITest::getTranslatorPermissions |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
|
| CommentTranslationUITest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
|
| CommentTranslationUITest::setupBundle |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
|
| 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/Entity/CommentType.php |
Defines the comment type entity. |
| CommentType |
class |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
Drupal 6/7 comment types source from database. |
| CommentType.php |
file |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
|
| CommentType.php |
file |
core/modules/comment/src/Entity/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 |
|
| CommentType::fields |
function |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
|
| 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 |
|
| CommentType::getIds |
function |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
|
| CommentType::getTargetEntityTypeId |
function |
core/modules/comment/src/Entity/CommentType.php |
|
| CommentType::prepareRow |
function |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
|
| CommentType::query |
function |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
|
| CommentType::setDescription |
function |
core/modules/comment/src/Entity/CommentType.php |
|
| 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 |
|
| CommentTypeDeleteForm::create |
function |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
|