Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| Comment::getStatus | function | core/ |
Returns the comment's status. |
| 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/ |
Provides a BC layer for deprecated sources. |
| Comment::prepareRow | function | core/ |
Adds additional data to the row. |
| Comment::prepareRow | function | core/ |
Adds additional data to the row. |
| Comment::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| Comment::query | function | core/ |
|
| Comment::query | function | core/ |
|
| 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/ |
|
| CommentAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CommentAccessTest::$modules | property | core/ |
Modules to enable. |
| CommentAccessTest::$unpublishedNode | property | core/ |
Node for commenting. |
| CommentAccessTest::setUp | function | core/ |
|
| CommentAccessTest::testCannotCommentOnEntitiesYouCannotView | function | core/ |
Tests commenting disabled for access-blocked entities. |
| CommentAccessTest::testCannotViewCommentReplyFormOnEntitiesYouCannotView | function | core/ |
Tests cannot view comment reply form on entities you cannot view. |
| CommentActionsTest | class | core/ |
Tests actions provided by the Comment module. |
| CommentActionsTest.php | file | core/ |
|
| CommentActionsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CommentActionsTest::$modules | property | core/ |
Modules to install. |
| CommentActionsTest::testCommentPublishUnpublishActions | function | core/ |
Tests comment publish and unpublish actions. |
| CommentActionsTest::testCommentUnpublishByKeyword | function | core/ |
Tests the unpublish comment by keyword action. |
| CommentAdminOverview | class | core/ |
Provides the comments overview administration form. |
| CommentAdminOverview.php | file | core/ |
|
| CommentAdminOverview::$commentStorage | property | core/ |
The comment storage. |
| CommentAdminOverview::$dateFormatter | property | core/ |
The date formatter service. |
| CommentAdminOverview::$entityTypeManager | property | core/ |
The entity type manager. |
| CommentAdminOverview::$moduleHandler | property | core/ |
The module handler. |
Pagination
- Previous page
- Page 171
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.