Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| Comment.php | file | core/ |
|
| Comment.php | file | core/ |
|
| Comment.php | file | core/ |
|
| Comment.php | file | core/ |
|
| Comment.php | file | core/ |
|
| comment.post_update.php | file | core/ |
Post update functions for the comment module. |
| comment.routing.yml | file | core/ |
core/modules/comment/comment.routing.yml |
| comment.schema.yml | file | core/ |
core/modules/comment/config/schema/comment.schema.yml |
| comment.services.yml | file | core/ |
core/modules/comment/comment.services.yml |
| comment.settings.yml | file | core/ |
core/modules/comment/config/install/comment.settings.yml |
| comment.statistics | service | core/ |
Drupal\comment\CommentStatistics |
| comment.tokens.inc | file | core/ |
Builds placeholder replacement tokens for comment-related data. |
| comment.type.comment.yml | file | core/ |
core/modules/system/tests/modules/olivero_test/config/install/comment.type.comment.yml |
| comment.type.comment.yml | file | core/ |
core/profiles/standard/config/install/comment.type.comment.yml |
| comment.type.comment_forum.yml | file | core/ |
core/modules/forum/config/optional/comment.type.comment_forum.yml |
| comment.type.test_comment_type.yml | file | core/ |
core/modules/comment/tests/modules/comment_base_field_test/config/install/comment.type.test_comment_type.yml |
| comment.views.inc | file | core/ |
Provide views data for comment.module. |
| comment.views.schema.yml | file | core/ |
core/modules/comment/config/schema/comment.views.schema.yml |
| Comment::$createdColumn | property | core/ |
Set the created column. |
| Comment::$filters | property | core/ |
Set default values for the filters. |
| Comment::$threadLock | property | core/ |
The thread for which a lock was acquired. |
| Comment::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
| Comment::bundleFieldDefinitions | function | core/ |
Provides field definitions for a specific bundle. |
| Comment::defaultDisplayOptions | function | core/ |
Assembles the default display options for the view. |
| Comment::fields | function | core/ |
Returns available fields on the source. |
| Comment::fields | function | core/ |
Returns available fields on the source. |
| Comment::getAuthorEmail | function | core/ |
Returns the comment author's email address. |
| Comment::getAuthorName | function | core/ |
Returns the comment author's name. |
| Comment::getCommentedEntity | function | core/ |
Returns the entity to which the comment is attached. |
| Comment::getCommentedEntityId | function | core/ |
Returns the ID of the entity to which the comment is attached. |
| Comment::getCommentedEntityTypeId | function | core/ |
Returns the type of the entity to which the comment is attached. |
| Comment::getCreatedTime | function | core/ |
Returns the time that the comment was created. |
| Comment::getDefaultHostname | function | core/ |
Returns the default value for entity hostname base field. |
| Comment::getDefaultStatus | function | core/ |
Default value callback for 'status' base field definition. |
| Comment::getFieldName | function | core/ |
Returns the name of the field the comment is attached to. |
| Comment::getHomepage | function | core/ |
Returns the comment author's home page address. |
| Comment::getHostname | function | core/ |
Returns the comment author's hostname. |
| Comment::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| Comment::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| Comment::getOwner | function | core/ |
Returns the entity owner's user entity. |
| Comment::getParentComment | function | core/ |
Returns the parent comment entity if this is a reply to a comment. |
| Comment::getSubject | function | core/ |
Returns the subject of the comment. |
| Comment::getThread | function | core/ |
Returns the alphadecimal representation of the comment's place in a thread. |
| Comment::getTypeId | function | core/ |
Get the comment type ID for this comment. |
| Comment::hasParentComment | function | core/ |
Determines if this comment is a reply to another comment. |
| Comment::permalink | function | core/ |
Returns the permalink URL for this comment. |
| Comment::postDelete | function | core/ |
Acts on deleted entities before the delete hook is invoked. |
| Comment::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| Comment::preCreate | function | core/ |
Changes the values of an entity before it is created. |
| Comment::prepareComment | function | core/ |
Allow access to protected method. |
Pagination
- Previous page
- Page 179
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.