MigrateLanguageContentCommentSettingsTest |
class |
core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php |
Tests migration of language comment settings. |
MigrateLanguageContentCommentSettingsTest.php |
file |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php |
|
MigrateLanguageContentCommentSettingsTest.php |
file |
core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php |
|
MigrateLanguageContentCommentSettingsTest::$modules |
property |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php |
Modules to install. |
MigrateLanguageContentCommentSettingsTest::$modules |
property |
core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php |
Modules to install. |
MigrateLanguageContentCommentSettingsTest::setUp |
function |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php |
|
MigrateLanguageContentCommentSettingsTest::setUp |
function |
core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php |
|
MigrateLanguageContentCommentSettingsTest::testLanguageCommentSettings |
function |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentCommentSettingsTest.php |
Tests migration of comment content language settings. |
MigrateLanguageContentCommentSettingsTest::testLanguageCommentSettings |
function |
core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsTest.php |
Tests migration of content language settings. |
module_info_type_comment.info.yml |
file |
core/modules/system/tests/modules/module_info_type_comment/module_info_type_comment.info.yml |
core/modules/system/tests/modules/module_info_type_comment/module_info_type_comment.info.yml |
NodeAccessPagerTest::testCommentPager |
function |
core/modules/node/tests/src/Functional/NodeAccessPagerTest.php |
Tests the comment pager for nodes with multiple grants per realm. |
NodeComment |
class |
core/modules/comment/src/Plugin/views/filter/NodeComment.php |
Filter based on comment node status. |
NodeComment.php |
file |
core/modules/comment/src/Plugin/views/filter/NodeComment.php |
|
NodeComment::getValueOptions |
function |
core/modules/comment/src/Plugin/views/filter/NodeComment.php |
Gets the value options. |
NodeCommentsTest |
class |
core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php |
Tests comments on nodes. |
NodeCommentsTest.php |
file |
core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php |
|
NodeCommentsTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php |
The theme to install as the default for testing. |
NodeCommentsTest::$modules |
property |
core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php |
Modules to install. |
NodeCommentsTest::$testViews |
property |
core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php |
Views used by this test. |
NodeCommentsTest::testCommentCount |
function |
core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php |
Test the comment count field. |
NodeCommentsTest::testNewComments |
function |
core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php |
Tests the new comments field plugin. |
NodeNewComments |
class |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Field handler to display the number of new comments. |
NodeNewComments.php |
file |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
|
NodeNewComments::$database |
property |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Database Service Object. |
NodeNewComments::$entityFieldManager |
property |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
The entity field manager. |
NodeNewComments::$entityTypeManager |
property |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
The entity type manager. |
NodeNewComments::buildOptionsForm |
function |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Default option form that provides label widget that all fields should have. |
NodeNewComments::create |
function |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Creates an instance of the plugin. |
NodeNewComments::defineOptions |
function |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Information about options for all kinds of purposes will be held here. |
NodeNewComments::init |
function |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Initialize the plugin. |
NodeNewComments::preRender |
function |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Runs before any fields are rendered. |
NodeNewComments::query |
function |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Called to add the field to a query. |
NodeNewComments::render |
function |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Renders the field. |
NodeNewComments::renderLink |
function |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Prepares the link to the first new comment. |
NodeNewComments::usesGroupBy |
function |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Provides the handler some groupby. |
NodeNewComments::__construct |
function |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Constructs a \Drupal\comment\Plugin\views\field\NodeNewComments object. |
NodeType::getCommentFields |
function |
core/modules/node/src/Plugin/migrate/source/d6/NodeType.php |
Returns the fields containing comment settings for each node type. |
NodeType::getCommentFields |
function |
core/modules/node/src/Plugin/migrate/source/d7/NodeType.php |
Returns the fields containing comment settings for each node type. |
node_comment_delete |
function |
core/modules/node/node.module |
Implements hook_ENTITY_TYPE_delete() for comment entities. |
node_comment_insert |
function |
core/modules/node/node.module |
Implements hook_ENTITY_TYPE_insert() for comment entities. |
node_comment_update |
function |
core/modules/node/node.module |
Implements hook_ENTITY_TYPE_update() for comment entities. |
olivero_preprocess_comment |
function |
core/themes/olivero/olivero.theme |
Implements hook_preprocess_HOOK() for comment.html.twig. |
olivero_preprocess_field__comment |
function |
core/themes/olivero/olivero.theme |
Implements hook_preprocess_HOOK() for field--comment.html.twig. |
olivero_preprocess_links__comment |
function |
core/themes/olivero/olivero.theme |
Implements hook_preprocess_links__comment(). |
PoItem::$comment |
property |
core/lib/Drupal/Component/Gettext/PoItem.php |
The comment of this translation. |
PoItem::getComment |
function |
core/lib/Drupal/Component/Gettext/PoItem.php |
Gets the comment of this translation. |
PoItem::setComment |
function |
core/lib/Drupal/Component/Gettext/PoItem.php |
Set the comment of this translation. |
PoStreamReader::shortenComments |
function |
core/lib/Drupal/Component/Gettext/PoStreamReader.php |
Generates a short, one-string version of the passed comment array. |
Query::$comments |
property |
core/lib/Drupal/Core/Database/Query/Query.php |
An array of comments that can be prepended to a query. |
Query::comment |
function |
core/lib/Drupal/Core/Database/Query/Query.php |
Adds a comment to the query. |