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_uri |
function |
drupal/core/modules/comment/comment.module |
Entity URI callback. |
SaveComment |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/SaveComment.php |
Saves a comment. |
Comment.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Comment.php |
Definition of Drupal\comment\Plugin\views\field\Comment. |
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/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_help |
function |
drupal/core/modules/comment/comment.module |
Implements hook_help(). |
comment_menu |
function |
drupal/core/modules/comment/comment.module |
Implements hook_menu(). |
comment_view |
function |
drupal/core/modules/comment/comment.module |
Generates an array for rendering a comment. |
comment_load |
function |
drupal/core/modules/comment/comment.module |
Loads the entire comment by comment ID. |
WithComments |
class |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Namespaced/WithComments.php |
|
comment_theme |
function |
drupal/core/modules/comment/comment.module |
Implements hook_theme(). |
comment_links |
function |
drupal/core/modules/comment/comment.module |
Adds reply, edit, delete, etc. links, depending on user permissions. |
Comment::init |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/Comment.php |
Overrides \Drupal\views\Plugin\views\field\FieldPluginBase::init(). |
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::$new |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
The comment 'new' marker for the current user. |
Comment::init |
function |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
Initialize the object. Invoked upon construction and wake up. |
comment_reply |
function |
drupal/core/modules/comment/comment.pages.inc |
Form constructor for the comment reply form. |
comment_admin |
function |
drupal/core/modules/comment/comment.admin.inc |
Page callback: Presents an administrative comment listing. |
CommentRow.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/row/CommentRow.php |
Contains \Drupal\comment\Plugin\views\row\CommentRow. |
PublishComment |
class |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/PublishComment.php |
Publishes a comment. |
Query::comment |
function |
drupal/core/lib/Drupal/Core/Database/Query/Query.php |
Adds a comment to the query. |
comment.module |
file |
drupal/core/modules/comment/comment.module |
Enables users to comment on published content. |
CommentCSSTest |
class |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentCSSTest.php |
Tests comment CSS classes. |
Comment::$uuid |
property |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Core/Entity/Comment.php |
The comment UUID. |
CommentRssTest |
class |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentRssTest.php |
Tests for Comment module integration with RSS feeds. |
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. |
comment_enable |
function |
drupal/core/modules/comment/comment.install |
Implements hook_enable(). |
comment_schema |
function |
drupal/core/modules/comment/comment.install |
Implements hook_schema(). |
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 |
Node::$comment |
property |
drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php |
The node comment status indicator. |
comment_tokens |
function |
drupal/core/modules/comment/comment.tokens.inc |
Implements hook_tokens(). |
NodeComment.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeComment.php |
Definition of Drupal\comment\Plugin\views\field\NodeComment. |
CommentTestBase |
class |
drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/CommentTestBase.php |
Tests the argument_comment_user_uid handler. |
NodeComment.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/filter/NodeComment.php |
Definition of Drupal\comment\Plugin\views\filter\NodeComment. |
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. |
SaveComment.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/Plugin/Action/SaveComment.php |
Contains \Drupal\comment\Plugin\Action\SaveComment. |
comment_ranking |
function |
drupal/core/modules/comment/comment.module |
Implements hook_ranking(). |