Comment |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Comment.php |
Field handler to allow linking to a comment. |
Comment |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php |
Tests creating comment views with the wizard. |
Comment |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
Defines the comment entity class. |
CommentRow |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/CommentRow.php |
Plugin which performs a comment_view on the resulting object. |
comment_add |
function |
drupal/core/modules/comment/comment.module |
Returns a rendered form to comment the given node. |
Comment.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Comment.php |
Definition of Drupal\comment\Plugin\views\field\Comment. |
Comment.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php |
Definition of Drupal\node\Plugin\views\wizard\Comment. |
Comment.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
Definition of Drupal\comment\Plugin\Core\Entity\Comment. |
NodeComment |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeComment.php |
Display node comment status. |
NodeComment |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/NodeComment.php |
Filter based on comment node status. |
Comment::id |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
Implements Drupal\Core\Entity\EntityInterface::id(). |
comment_uri |
function |
drupal/core/modules/comment/comment.module |
Entity URI callback. |
comment_view |
function |
drupal/core/modules/comment/comment.module |
Generates an array for rendering a comment. |
comment_save |
function |
drupal/core/modules/comment/comment.module |
Accepts a submission of new or changed comment content. |
comment_load |
function |
drupal/core/modules/comment/comment.module |
Loads the entire comment by comment ID. |
comment.info |
file |
drupal/core/modules/comment/comment.info |
name = Comment
description = Allows users to comment on and discuss published content.
package = Core
version = VERSION
core = 8.x
dependencies[] = node
dependencies[] = text
configure = admin/content/comment
stylesheets[all][] = comment.theme.css |
comment_help |
function |
drupal/core/modules/comment/comment.module |
Implements hook_help(). |
comment_menu |
function |
drupal/core/modules/comment/comment.module |
Implements hook_menu(). |
comment_links |
function |
drupal/core/modules/comment/comment.module |
Adds reply, edit, delete, etc. links, depending on user permissions. |
comment_admin |
function |
drupal/core/modules/comment/comment.admin.inc |
Page callback: Presents an administrative comment listing. |
Comment::init |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Comment.php |
Override init function to provide generic option to link to comment. |
Comment::$cid |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
The comment ID. |
Comment::$pid |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
The parent comment ID if this is a reply to a comment. |
Comment::$nid |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
The ID of the node to which the comment is attached. |
Comment::$uid |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
The comment author ID. |
comment_reply |
function |
drupal/core/modules/comment/comment.pages.inc |
Form constructor for the comment reply form. |
comment_theme |
function |
drupal/core/modules/comment/comment.module |
Implements hook_theme(). |
Query::comment |
function |
drupal/core/lib/Drupal/Core/Database/Query/Query.php |
Adds a comment to the query. |
comment_access |
function |
drupal/core/modules/comment/comment.module |
Determines whether the current user has access to a particular comment. |
comment_delete |
function |
drupal/core/modules/comment/comment.module |
Deletes a comment and all its replies. |
CommentRow.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/CommentRow.php |
Definition of Drupal\comment\Plugin\views\row\CommentRow. |
comment_tokens |
function |
drupal/core/modules/comment/comment.tokens.inc |
Implements hook_tokens(). |
comment.module |
file |
drupal/core/modules/comment/comment.module |
Enables users to comment on published content. |
sfComments.yml |
file |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/sfComments.yml |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/sfComments.yml |
Comment::$uuid |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
The comment UUID. |
Comment::$name |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
The comment author's name. |
Comment::$mail |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
The comment author's e-mail address. |
Node::$comment |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php |
The node comment status indicator. |
CommentCSSTest |
class |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentCSSTest.php |
Tests comment CSS classes. |
CommentRssTest |
class |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentRssTest.php |
Tests for Comment module integration with RSS feeds. |
comment_enable |
function |
drupal/core/modules/comment/comment.install |
Implements hook_enable(). |
comment_schema |
function |
drupal/core/modules/comment/comment.install |
Implements hook_schema(). |
comment.tpl.php |
file |
drupal/core/modules/comment/templates/comment.tpl.php |
Default theme implementation for comments. |
comment_num_new |
function |
drupal/core/modules/comment/comment.module |
Gets the number of new comments for the current user and the specified node. |
comment_preview |
function |
drupal/core/modules/comment/comment.module |
Generates a comment preview. |
comment.tpl.php |
file |
drupal/core/themes/bartik/templates/comment.tpl.php |
Bartik's theme implementation for comments. |
NodeComment.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeComment.php |
Definition of Drupal\comment\Plugin\views\field\NodeComment. |
NodeNewComments |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeNewComments.php |
Field handler to display the number of new comments. |
NodeComment.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/NodeComment.php |
Definition of Drupal\comment\Plugin\views\filter\NodeComment. |
comment_ranking |
function |
drupal/core/modules/comment/comment.module |
Implements hook_ranking(). |