CommentThreadingTest::testCommentThreading |
function |
core/modules/comment/tests/src/Functional/CommentThreadingTest.php |
Tests the comment threading. |
CommentTitleTest |
class |
core/modules/comment/tests/src/Functional/CommentTitleTest.php |
Tests that appropriate and accessible markup is created for comment titles. |
CommentTitleTest.php |
file |
core/modules/comment/tests/src/Functional/CommentTitleTest.php |
|
CommentTitleTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentTitleTest.php |
The theme to install as the default for testing. |
CommentTitleTest::testCommentEmptyTitles |
function |
core/modules/comment/tests/src/Functional/CommentTitleTest.php |
Tests markup for comments with empty titles. |
CommentTitleTest::testCommentPopulatedTitles |
function |
core/modules/comment/tests/src/Functional/CommentTitleTest.php |
Tests markup for comments with populated titles. |
CommentTokenReplaceTest |
class |
core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php |
Tests comment token replacement. |
CommentTokenReplaceTest.php |
file |
core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php |
|
CommentTokenReplaceTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php |
The theme to install as the default for testing. |
CommentTokenReplaceTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php |
Modules to install. |
CommentTokenReplaceTest::testCommentTokenReplacement |
function |
core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php |
Creates a comment, then tests the tokens generated from it. |
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 |
Performs the needed alterations to the entity form. |
CommentTranslationHandler::entityFormEntityBuild |
function |
core/modules/comment/src/CommentTranslationHandler.php |
Entity builder method. |
CommentTranslationHandler::entityFormTitle |
function |
core/modules/comment/src/CommentTranslationHandler.php |
Returns the title to be used for the entity form page. |
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 |
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. |