Search for comment

  1. Search 7.x for comment
  2. Search 9.5.x for comment
  3. Search 10.3.x for comment
  4. Search 11.x for comment
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Comment class core/modules/comment/src/Entity/Comment.php Defines the comment entity class.
Comment class core/modules/comment/src/Plugin/views/wizard/Comment.php Tests creating comment views with the wizard.
Comment class core/modules/comment/src/Plugin/migrate/source/d6/Comment.php Drupal 6 comment source from database.
Comment class core/modules/comment/src/Plugin/migrate/source/d7/Comment.php Drupal 7 comment source from database.

All search results

Title Object type File name Summary
Comment::fields function core/modules/comment/src/Plugin/migrate/source/d6/Comment.php Returns available fields on the source.
Comment::getAuthorEmail function core/modules/comment/src/Entity/Comment.php Returns the comment author's email address.
Comment::getAuthorName function core/modules/comment/src/Entity/Comment.php Returns the comment author's name.
Comment::getCommentedEntity function core/modules/comment/src/Entity/Comment.php Returns the entity to which the comment is attached.
Comment::getCommentedEntityId function core/modules/comment/src/Entity/Comment.php Returns the ID of the entity to which the comment is attached.
Comment::getCommentedEntityTypeId function core/modules/comment/src/Entity/Comment.php Returns the type of the entity to which the comment is attached.
Comment::getCreatedTime function core/modules/comment/src/Entity/Comment.php Returns the time that the comment was created.
Comment::getDefaultHostname function core/modules/comment/src/Entity/Comment.php Returns the default value for entity hostname base field.
Comment::getDefaultStatus function core/modules/comment/src/Entity/Comment.php Default value callback for 'status' base field definition.
Comment::getFieldName function core/modules/comment/src/Entity/Comment.php Returns the name of the field the comment is attached to.
Comment::getHomepage function core/modules/comment/src/Entity/Comment.php Returns the comment author's home page address.
Comment::getHostname function core/modules/comment/src/Entity/Comment.php Returns the comment author's hostname.
Comment::getIds function core/modules/comment/src/Plugin/migrate/source/d7/Comment.php Defines the source fields uniquely identifying a source row.
Comment::getIds function core/modules/comment/src/Plugin/migrate/source/d6/Comment.php Defines the source fields uniquely identifying a source row.
Comment::getOwner function core/modules/comment/src/Entity/Comment.php Returns the entity owner's user entity.
Comment::getParentComment function core/modules/comment/src/Entity/Comment.php Returns the parent comment entity if this is a reply to a comment.
Comment::getStatus function core/modules/comment/src/Entity/Comment.php Returns the comment's status.
Comment::getSubject function core/modules/comment/src/Entity/Comment.php Returns the subject of the comment.
Comment::getThread function core/modules/comment/src/Entity/Comment.php Returns the alphadecimal representation of the comment's place in a thread.
Comment::getTypeId function core/modules/comment/src/Entity/Comment.php Get the comment type ID for this comment.
Comment::hasParentComment function core/modules/comment/src/Entity/Comment.php Determines if this comment is a reply to another comment.
Comment::permalink function core/modules/comment/src/Entity/Comment.php Returns the permalink URL for this comment.
Comment::postDelete function core/modules/comment/src/Entity/Comment.php Acts on deleted entities before the delete hook is invoked.
Comment::postSave function core/modules/comment/src/Entity/Comment.php Acts on a saved entity before the insert or update hook is invoked.
Comment::preCreate function core/modules/comment/src/Entity/Comment.php Changes the values of an entity before it is created.
Comment::prepareComment function core/modules/comment/src/Plugin/migrate/source/d6/Comment.php Provides a BC layer for deprecated sources.
Comment::prepareRow function core/modules/comment/src/Plugin/migrate/source/d7/Comment.php Adds additional data to the row.
Comment::prepareRow function core/modules/comment/src/Plugin/migrate/source/d6/Comment.php Adds additional data to the row.
Comment::preSave function core/modules/comment/src/Entity/Comment.php Acts on an entity before the presave hook is invoked.
Comment::query function core/modules/comment/src/Plugin/migrate/source/d7/Comment.php
Comment::query function core/modules/comment/src/Plugin/migrate/source/d6/Comment.php
Comment::referencedEntities function core/modules/comment/src/Entity/Comment.php Gets a list of entities referenced by this entity.
Comment::releaseThreadLock function core/modules/comment/src/Entity/Comment.php Release the lock acquired for the thread in preSave().
Comment::rowStyleOptions function core/modules/comment/src/Plugin/views/wizard/Comment.php Retrieves row style plugin names.
Comment::setAuthorName function core/modules/comment/src/Entity/Comment.php Sets the name of the author of the comment.
Comment::setCreatedTime function core/modules/comment/src/Entity/Comment.php Sets the creation date of the comment.
Comment::setFieldName function core/modules/comment/src/Entity/Comment.php Sets the field ID for which this comment is attached.
Comment::setHomepage function core/modules/comment/src/Entity/Comment.php Sets the comment author's home page address.
Comment::setHostname function core/modules/comment/src/Entity/Comment.php Sets the hostname of the author of the comment.
Comment::setSubject function core/modules/comment/src/Entity/Comment.php Sets the subject of the comment.
Comment::setThread function core/modules/comment/src/Entity/Comment.php Sets the alphadecimal representation of the comment's place in a thread.
CommentAccessControlHandler class core/modules/comment/src/CommentAccessControlHandler.php Defines the access control handler for the comment entity type.
CommentAccessControlHandler.php file core/modules/comment/src/CommentAccessControlHandler.php
CommentAccessControlHandler::checkAccess function core/modules/comment/src/CommentAccessControlHandler.php Performs access checks.
CommentAccessControlHandler::checkCreateAccess function core/modules/comment/src/CommentAccessControlHandler.php Performs create access checks.
CommentAccessControlHandler::checkFieldAccess function core/modules/comment/src/CommentAccessControlHandler.php Default field access as determined by this access control handler.
CommentAccessTest class core/modules/comment/tests/src/Functional/CommentAccessTest.php Tests comment administration and preview access.
CommentAccessTest.php file core/modules/comment/tests/src/Functional/CommentAccessTest.php
CommentAccessTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentAccessTest.php The theme to install as the default for testing.
CommentAccessTest::$modules property core/modules/comment/tests/src/Functional/CommentAccessTest.php Modules to enable.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.