Search for comment
- Search 7.x for comment
- Search 9.5.x for comment
- Search 10.3.x for comment
- Search 11.x for comment
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Comment | class | core/ |
Defines the comment entity class. |
Comment | class | core/ |
Tests creating comment views with the wizard. |
Comment | class | core/ |
Drupal 6 comment source from database. |
Comment | class | core/ |
Drupal 7 comment source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
CommentHalJsonTestBase | class | core/ |
|
CommentHalJsonTestBase.php | file | core/ |
|
CommentHalJsonTestBase.php | file | core/ |
|
CommentHalJsonTestBase::$format | property | core/ |
The format to use in this test. |
CommentHalJsonTestBase::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
CommentHalJsonTestBase::$modules | property | core/ |
Modules to install. |
CommentHalJsonTestBase::$patchProtectedFieldNames | property | core/ |
The HAL+JSON format causes different PATCH-protected fields. For some reason, the 'pid' and 'homepage' fields are NOT PATCH-protected, even though they are for non-HAL+JSON serializations. |
CommentHalJsonTestBase::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
CommentHalJsonTestBase::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
CommentHostnameTest | class | core/ |
Tests the hostname base field. |
CommentHostnameTest.php | file | core/ |
|
CommentHostnameTest::$modules | property | core/ |
Modules to enable. |
CommentHostnameTest::testGetDefaultHostname | function | core/ |
Tests hostname default value callback. |
CommentHostnameUpdateTest | class | core/ |
Tests that comment hostname settings are properly updated. |
CommentHostnameUpdateTest.php | file | core/ |
|
CommentHostnameUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
CommentHostnameUpdateTest::testCommentPostUpdateAddIpAddressSetting | function | core/ |
Tests comment_post_update_add_ip_address_setting(). |
CommentHostnameUpdateTest::testCommentUpdate8600 | function | core/ |
Tests comment_update_8600(). |
CommentIntegrationTest | class | core/ |
Tests integration of comment with other components. |
CommentIntegrationTest.php | file | core/ |
|
CommentIntegrationTest::$modules | property | core/ |
Modules to enable. |
CommentIntegrationTest::setUp | function | core/ |
|
CommentIntegrationTest::testCommentDefaultOwner | function | core/ |
Test the default owner of comment entities. |
CommentIntegrationTest::testViewMode | function | core/ |
Tests view mode setting integration. |
CommentInterface | interface | core/ |
Provides an interface defining a comment entity. |
CommentInterface.php | file | core/ |
|
CommentInterface::ANONYMOUS_MAYNOT_CONTACT | constant | core/ |
Anonymous posters cannot enter their contact information. |
CommentInterface::ANONYMOUS_MAY_CONTACT | constant | core/ |
Anonymous posters may leave their contact information. |
CommentInterface::ANONYMOUS_MUST_CONTACT | constant | core/ |
Anonymous posters are required to leave their contact information. |
CommentInterface::getAuthorEmail | function | core/ |
Returns the comment author's email address. |
CommentInterface::getAuthorName | function | core/ |
Returns the comment author's name. |
CommentInterface::getCommentedEntity | function | core/ |
Returns the entity to which the comment is attached. |
CommentInterface::getCommentedEntityId | function | core/ |
Returns the ID of the entity to which the comment is attached. |
CommentInterface::getCommentedEntityTypeId | function | core/ |
Returns the type of the entity to which the comment is attached. |
CommentInterface::getCreatedTime | function | core/ |
Returns the time that the comment was created. |
CommentInterface::getFieldName | function | core/ |
Returns the name of the field the comment is attached to. |
CommentInterface::getHomepage | function | core/ |
Returns the comment author's home page address. |
CommentInterface::getHostname | function | core/ |
Returns the comment author's hostname. |
CommentInterface::getParentComment | function | core/ |
Returns the parent comment entity if this is a reply to a comment. |
CommentInterface::getStatus | function | core/ |
Returns the comment's status. |
CommentInterface::getSubject | function | core/ |
Returns the subject of the comment. |
CommentInterface::getThread | function | core/ |
Returns the alphadecimal representation of the comment's place in a thread. |
CommentInterface::getTypeId | function | core/ |
Get the comment type id for this comment. |
CommentInterface::hasParentComment | function | core/ |
Determines if this comment is a reply to another comment. |
CommentInterface::NOT_PUBLISHED | constant | core/ |
Comment is awaiting approval. |
CommentInterface::permalink | function | core/ |
Returns the permalink URL for this comment. |
CommentInterface::PUBLISHED | constant | core/ |
Comment is published. |
CommentInterface::setAuthorName | function | core/ |
Sets the name of the author of the comment. |
CommentInterface::setCreatedTime | function | core/ |
Sets the creation date of the comment. |
CommentInterface::setFieldName | function | core/ |
Sets the field ID for which this comment is attached. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.