Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CommentInterface::setHostname | function | core/ |
Sets the hostname of the author of the comment. |
CommentInterface::setSubject | function | core/ |
Sets the subject of the comment. |
CommentInterface::setThread | function | core/ |
Sets the alphadecimal representation of the comment's place in a thread. |
CommentInterfaceTest | class | core/ |
Tests comment user interfaces. |
CommentInterfaceTest.php | file | core/ |
|
CommentInterfaceTest::$defaultTheme | property | core/ |
|
CommentInterfaceTest::setUp | function | core/ |
Set up comments to have subject and preview disabled. |
CommentInterfaceTest::testAutoFilledHtmlSubject | function | core/ |
Tests that automatic subject is correctly created from HTML comment text. |
CommentInterfaceTest::testAutoFilledSubject | function | core/ |
Tests that the subject is automatically filled if disabled or left blank. |
CommentInterfaceTest::testCommentInterface | function | core/ |
Tests the comment interface. |
CommentInterfaceTest::testViewMode | function | core/ |
Tests the comment formatter configured with a custom comment view mode. |
CommentItemInterface | interface | core/ |
Interface definition for Comment items. |
CommentItemInterface.php | file | core/ |
|
CommentItemInterface::CLOSED | constant | core/ |
Comments for this entity are closed. |
CommentItemInterface::FORM_BELOW | constant | core/ |
Comment form should be shown below post or list of comments. |
CommentItemInterface::FORM_SEPARATE_PAGE | constant | core/ |
Comment form should be displayed on a separate page. |
CommentItemInterface::HIDDEN | constant | core/ |
Comments for this entity are hidden. |
CommentItemInterface::OPEN | constant | core/ |
Comments for this entity are open. |
CommentLinkBuilderInterface | interface | core/ |
Defines an interface for building comment links on a commented entity. |
CommentLinkBuilderInterface.php | file | core/ |
|
CommentLinkBuilderInterface::buildCommentedEntityLinks | function | core/ |
Builds links for the given entity. |
CommentManagerInterface | interface | core/ |
Comment manager contains common functions to manage comment fields. |
CommentManagerInterface.php | file | core/ |
|
CommentManagerInterface::addBodyField | function | core/ |
Creates a comment_body field. |
CommentManagerInterface::COMMENT_MODE_FLAT | constant | core/ |
Comments are displayed in a flat list - expanded. |
CommentManagerInterface::COMMENT_MODE_THREADED | constant | core/ |
Comments are displayed as a threaded list - expanded. |
CommentManagerInterface::forbiddenMessage | function | core/ |
Provides a message if posting comments is forbidden. |
CommentManagerInterface::getCountNewComments | function | core/ |
Returns the number of new comments on a given entity for the current user. |
CommentManagerInterface::getFields | function | core/ |
Utility function to return an array of comment fields. |
CommentStatisticsInterface | interface | core/ |
Provides an interface for storing and retrieving comment statistics. |
CommentStatisticsInterface.php | file | core/ |
|
CommentStatisticsInterface::create | function | core/ |
Insert an empty record for the given entity. |
CommentStatisticsInterface::delete | function | core/ |
Delete comment statistics records for an entity. |
CommentStatisticsInterface::getMaximumCount | function | core/ |
Find the maximum number of comments for the given entity type. |
CommentStatisticsInterface::getRankingInfo | function | core/ |
Returns an array of ranking information for hook_ranking(). |
CommentStatisticsInterface::read | function | core/ |
Read comment statistics records for an array of entities. |
CommentStatisticsInterface::update | function | core/ |
Update or insert comment statistics records after a comment is added. |
CommentStorageInterface | interface | core/ |
Defines an interface for comment entity storage classes. |
CommentStorageInterface.php | file | core/ |
|
CommentStorageInterface::getChildCids | function | core/ |
Gets the comment ids of the passed comment entities' children. |
CommentStorageInterface::getDisplayOrdinal | function | core/ |
Gets the display ordinal or page number for a comment. |
CommentStorageInterface::getMaxThread | function | core/ |
Gets the maximum encoded thread value for the top level comments. |
CommentStorageInterface::getMaxThreadPerThread | function | core/ |
Gets the maximum encoded thread value for the children of this comment. |
CommentStorageInterface::getNewCommentPageNumber | function | core/ |
Calculates the page number for the first new comment. |
CommentStorageInterface::getUnapprovedCount | function | core/ |
Returns the number of unapproved comments. |
CommentStorageInterface::loadThread | function | core/ |
Retrieves comments for a thread, sorted in an order suitable for display. |
CommentTypeInterface | interface | core/ |
Provides an interface defining a comment type entity. |
CommentTypeInterface.php | file | core/ |
|
CommentTypeInterface::getDescription | function | core/ |
Returns the comment type description. |
CommentTypeInterface::getTargetEntityTypeId | function | core/ |
Gets the target entity type id for this comment type. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.