Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| comment.disabling.html.twig | file | core/ |
--- label: 'Disabling comments' related: - comment.overview - comment.configuring --- {% set comment_permissions_text %} {% trans %}Administer comments and comment settings{% endtrans %} {% endset %} {% set comment_permissions_link =… |
| comment.icon.theme.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .field-icon-comment { color: red; background-image: url("data:image/svg+xml,%3csvg… |
| comment.icon.theme.pcss.css | file | core/ |
.field-icon-comment { color: red; background-image: url(../../../misc/icons/55565b/comment.svg); } |
| comment.install | file | core/ |
Install, update and uninstall functions for the Comment module. |
| comment.lazy_builders | service | core/ |
Drupal\comment\CommentLazyBuilders |
| comment.libraries.yml | file | core/ |
core/modules/comment/comment.libraries.yml |
| comment.links.action.yml | file | core/ |
core/modules/comment/comment.links.action.yml |
| comment.links.menu.yml | file | core/ |
core/modules/comment/comment.links.menu.yml |
| comment.links.task.yml | file | core/ |
core/modules/comment/comment.links.task.yml |
| comment.permissions.yml | file | core/ |
core/modules/comment/comment.permissions.yml |
| comment.post_update.php | file | core/ |
Post update functions for the comment module. |
| 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.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.schema.yml | file | core/ |
core/modules/comment/config/schema/comment.views.schema.yml |
| Comment::$filters | property | core/ |
Set default values for the filters. |
| 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::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::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::getSubject | function | core/ |
Returns the subject of the comment. |
| Comment::hasParentComment | function | core/ |
Determines if this comment is a reply to another 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::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| Comment::referencedEntities | function | core/ |
Gets a list of entities referenced by this entity. |
| Comment::releaseThreadLock | function | core/ |
Release the lock acquired for the thread in preSave(). |
| Comment::rowStyleOptions | function | core/ |
Retrieves row style plugin names. |
| Comment::setAuthorName | function | core/ |
Sets the name of the author of the comment. |
| Comment::setCreatedTime | function | core/ |
Sets the creation date of the comment. |
| Comment::setFieldName | function | core/ |
Sets the field ID for which this comment is attached. |
| Comment::setHomepage | function | core/ |
Sets the comment author's home page address. |
| Comment::setHostname | function | core/ |
Sets the hostname of the author of the comment. |
| Comment::setSubject | function | core/ |
Sets the subject of the comment. |
| Comment::setThread | function | core/ |
Sets the alphadecimal representation of the comment's place in a thread. |
| CommentAccessControlHandler | class | core/ |
Defines the access control handler for the comment entity type. |
| CommentAccessControlHandler.php | file | core/ |
|
| CommentAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| CommentAccessControlHandler::checkCreateAccess | function | core/ |
Performs create access checks. |
| CommentAccessControlHandler::checkFieldAccess | function | core/ |
Default field access as determined by this access control handler. |
| CommentAccessTest | class | core/ |
Tests comment administration and preview access. |
| CommentAccessTest.php | file | core/ |
Pagination
- Previous page
- Page 158
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.