Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CommentHooks::entityPredelete | function | core/ |
Implements hook_entity_predelete(). |
| CommentHooks::entityStorageLoad | function | core/ |
Implements hook_entity_storage_load(). |
| CommentHooks::entityView | function | core/ |
Implements hook_entity_view(). |
| CommentHooks::entityViewDisplayPresave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for entity_view_display entities. |
| CommentHooks::fieldConfigCreate | function | core/ |
Implements hook_ENTITY_TYPE_create() for 'field_config'. |
| CommentHooks::fieldConfigDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for 'field_config'. |
| CommentHooks::fieldConfigUpdate | function | core/ |
Implements hook_ENTITY_TYPE_update() for 'field_config'. |
| CommentHooks::fieldInfoEntityTypeUiDefinitionsAlter | function | core/ |
Implements hook_field_info_entity_type_ui_definitions_alter(). |
| CommentHooks::fieldStorageConfigInsert | function | core/ |
Implements hook_ENTITY_TYPE_insert() for 'field_storage_config'. |
| CommentHooks::fieldTypeCategoryInfoAlter | function | core/ |
Implements hook_field_type_category_info_alter(). |
| CommentHooks::help | function | core/ |
Implements hook_help(). |
| CommentHooks::nodeLinksAlter | function | core/ |
Implements hook_node_links_alter(). |
| CommentHooks::nodeSearchResult | function | core/ |
Implements hook_node_search_result(). |
| CommentHooks::nodeUpdateIndex | function | core/ |
Implements hook_node_update_index(). |
| CommentHooks::ranking | function | core/ |
Implements hook_node_search_ranking(). |
| CommentHooks::userCancel | function | core/ |
Implements hook_user_cancel(). |
| CommentHooks::userPredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for user entities. |
| CommentHostnameTest | class | core/ |
Tests the hostname base field. |
| CommentHostnameTest.php | file | core/ |
|
| CommentHostnameTest::$modules | property | core/ |
Modules to install. |
| CommentHostnameTest::testGetDefaultHostname | function | core/ |
Tests hostname default value callback. |
| CommentingStatus.php | file | core/ |
|
| CommentIntegrationTest | class | core/ |
Tests integration of comment with other components. |
| CommentIntegrationTest.php | file | core/ |
|
| CommentIntegrationTest::$modules | property | core/ |
Modules to install. |
| CommentIntegrationTest::setUp | function | core/ |
|
| CommentIntegrationTest::testCommentDefaultOwner | function | core/ |
Tests 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::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. |
Pagination
- Previous page
- Page 193
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.