Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
CommentInterfaceTest::testViewMode function core/modules/comment/tests/src/Functional/CommentInterfaceTest.php Tests the comment formatter configured with a custom comment view mode.
CommentItemInterface interface core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Interface definition for Comment items.
CommentItemInterface.php file core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php
CommentItemInterface::CLOSED constant core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Comments for this entity are closed.
CommentItemInterface::FORM_BELOW constant core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Comment form should be shown below post or list of comments.
CommentItemInterface::FORM_SEPARATE_PAGE constant core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Comment form should be displayed on a separate page.
CommentItemInterface::HIDDEN constant core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Comments for this entity are hidden.
CommentItemInterface::OPEN constant core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Comments for this entity are open.
CommentLinkBuilderInterface interface core/modules/comment/src/CommentLinkBuilderInterface.php Defines an interface for building comment links on a commented entity.
CommentLinkBuilderInterface.php file core/modules/comment/src/CommentLinkBuilderInterface.php
CommentLinkBuilderInterface::buildCommentedEntityLinks function core/modules/comment/src/CommentLinkBuilderInterface.php Builds links for the given entity.
CommentManagerInterface interface core/modules/comment/src/CommentManagerInterface.php Comment manager contains common functions to manage comment fields.
CommentManagerInterface.php file core/modules/comment/src/CommentManagerInterface.php
CommentManagerInterface::addBodyField function core/modules/comment/src/CommentManagerInterface.php Creates a comment_body field.
CommentManagerInterface::COMMENT_MODE_FLAT constant core/modules/comment/src/CommentManagerInterface.php Comments are displayed in a flat list - expanded.
CommentManagerInterface::COMMENT_MODE_THREADED constant core/modules/comment/src/CommentManagerInterface.php Comments are displayed as a threaded list - expanded.
CommentManagerInterface::forbiddenMessage function core/modules/comment/src/CommentManagerInterface.php Provides a message if posting comments is forbidden.
CommentManagerInterface::getCountNewComments function core/modules/comment/src/CommentManagerInterface.php Returns the number of new comments available on a given entity for a user.
CommentManagerInterface::getFields function core/modules/comment/src/CommentManagerInterface.php Utility function to return an array of comment fields.
CommentStatisticsInterface interface core/modules/comment/src/CommentStatisticsInterface.php Provides an interface for storing and retrieving comment statistics.
CommentStatisticsInterface.php file core/modules/comment/src/CommentStatisticsInterface.php
CommentStatisticsInterface::create function core/modules/comment/src/CommentStatisticsInterface.php Insert an empty record for the given entity.
CommentStatisticsInterface::delete function core/modules/comment/src/CommentStatisticsInterface.php Delete comment statistics records for an entity.
CommentStatisticsInterface::getMaximumCount function core/modules/comment/src/CommentStatisticsInterface.php Find the maximum number of comments for the given entity type.
CommentStatisticsInterface::getRankingInfo function core/modules/comment/src/CommentStatisticsInterface.php Returns an array of ranking information for hook_ranking().
CommentStatisticsInterface::read function core/modules/comment/src/CommentStatisticsInterface.php Read comment statistics records for an array of entities.
CommentStatisticsInterface::update function core/modules/comment/src/CommentStatisticsInterface.php Update or insert comment statistics records after a comment is added.
CommentStorageInterface interface core/modules/comment/src/CommentStorageInterface.php Defines an interface for comment entity storage classes.
CommentStorageInterface.php file core/modules/comment/src/CommentStorageInterface.php
CommentStorageInterface::getChildCids function core/modules/comment/src/CommentStorageInterface.php Gets the comment ids of the passed comment entities' children.
CommentStorageInterface::getDisplayOrdinal function core/modules/comment/src/CommentStorageInterface.php Gets the display ordinal or page number for a comment.
CommentStorageInterface::getMaxThread function core/modules/comment/src/CommentStorageInterface.php Gets the maximum encoded thread value for the top level comments.
CommentStorageInterface::getMaxThreadPerThread function core/modules/comment/src/CommentStorageInterface.php Gets the maximum encoded thread value for the children of this comment.
CommentStorageInterface::getNewCommentPageNumber function core/modules/comment/src/CommentStorageInterface.php Calculates the page number for the first new comment.
CommentStorageInterface::getUnapprovedCount function core/modules/comment/src/CommentStorageInterface.php Returns the number of unapproved comments.
CommentStorageInterface::loadThread function core/modules/comment/src/CommentStorageInterface.php Retrieves comments for a thread, sorted in an order suitable for display.
CommentTypeInterface interface core/modules/comment/src/CommentTypeInterface.php Provides an interface defining a comment type entity.
CommentTypeInterface.php file core/modules/comment/src/CommentTypeInterface.php
CommentTypeInterface::getDescription function core/modules/comment/src/CommentTypeInterface.php Returns the comment type description.
CommentTypeInterface::getTargetEntityTypeId function core/modules/comment/src/CommentTypeInterface.php Gets the target entity type id for this comment type.
CommentTypeInterface::setDescription function core/modules/comment/src/CommentTypeInterface.php Sets the description of the comment type.
ComplexDataDefinitionInterface interface core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php Interface for complex data definitions.
ComplexDataDefinitionInterface.php file core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php
ComplexDataDefinitionInterface::getMainPropertyName function core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php Returns the name of the main property, if any.
ComplexDataDefinitionInterface::getPropertyDefinition function core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php Gets the definition of a contained property.
ComplexDataDefinitionInterface::getPropertyDefinitions function core/lib/Drupal/Core/TypedData/ComplexDataDefinitionInterface.php Gets an array of property definitions of contained properties.
ComplexDataInterface interface core/lib/Drupal/Core/TypedData/ComplexDataInterface.php Interface for complex data; i.e. data containing named and typed properties.
ComplexDataInterface.php file core/lib/Drupal/Core/TypedData/ComplexDataInterface.php
ComplexDataInterface::get function core/lib/Drupal/Core/TypedData/ComplexDataInterface.php Gets a property object.
ComplexDataInterface::getDataDefinition function core/lib/Drupal/Core/TypedData/ComplexDataInterface.php Gets the data definition.

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