Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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 available on a given entity for a 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. |
CommentTypeInterface::setDescription | function | core/ |
Sets the description of the comment type. |
ComplexDataDefinitionInterface | interface | core/ |
Interface for complex data definitions. |
ComplexDataDefinitionInterface.php | file | core/ |
|
ComplexDataDefinitionInterface::getMainPropertyName | function | core/ |
Returns the name of the main property, if any. |
ComplexDataDefinitionInterface::getPropertyDefinition | function | core/ |
Gets the definition of a contained property. |
ComplexDataDefinitionInterface::getPropertyDefinitions | function | core/ |
Gets an array of property definitions of contained properties. |
ComplexDataInterface | interface | core/ |
Interface for complex data; i.e. data containing named and typed properties. |
ComplexDataInterface.php | file | core/ |
|
ComplexDataInterface::get | function | core/ |
Gets a property object. |
ComplexDataInterface::getDataDefinition | function | core/ |
Gets the data definition. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.