| CommentInterface::getThread |
function |
core/modules/comment/src/CommentInterface.php |
Returns the alphadecimal representation of the comment's place in a thread. |
| CommentInterface::getTypeId |
function |
core/modules/comment/src/CommentInterface.php |
Get the comment type id for this comment. |
| CommentInterface::hasParentComment |
function |
core/modules/comment/src/CommentInterface.php |
Determines if this comment is a reply to another comment. |
| CommentInterface::NOT_PUBLISHED |
constant |
core/modules/comment/src/CommentInterface.php |
Comment is awaiting approval. |
| CommentInterface::permalink |
function |
core/modules/comment/src/CommentInterface.php |
Returns the permalink URL for this comment. |
| CommentInterface::PUBLISHED |
constant |
core/modules/comment/src/CommentInterface.php |
Comment is published. |
| CommentInterface::setAuthorName |
function |
core/modules/comment/src/CommentInterface.php |
Sets the name of the author of the comment. |
| CommentInterface::setCreatedTime |
function |
core/modules/comment/src/CommentInterface.php |
Sets the creation date of the comment. |
| CommentInterface::setFieldName |
function |
core/modules/comment/src/CommentInterface.php |
Sets the field ID for which this comment is attached. |
| CommentInterface::setHomepage |
function |
core/modules/comment/src/CommentInterface.php |
Sets the comment author's home page address. |
| CommentInterface::setHostname |
function |
core/modules/comment/src/CommentInterface.php |
Sets the hostname of the author of the comment. |
| CommentInterface::setSubject |
function |
core/modules/comment/src/CommentInterface.php |
Sets the subject of the comment. |
| CommentInterface::setThread |
function |
core/modules/comment/src/CommentInterface.php |
Sets the alphadecimal representation of the comment's place in a thread. |
| CommentInterfaceTest |
class |
core/modules/comment/tests/src/Functional/CommentInterfaceTest.php |
Tests comment user interfaces. |
| CommentInterfaceTest.php |
file |
core/modules/comment/tests/src/Functional/CommentInterfaceTest.php |
|
| CommentInterfaceTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentInterfaceTest.php |
|
| CommentInterfaceTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentInterfaceTest.php |
Set up comments to have subject and preview disabled. |
| CommentInterfaceTest::testAutoFilledHtmlSubject |
function |
core/modules/comment/tests/src/Functional/CommentInterfaceTest.php |
Tests that automatic subject is correctly created from HTML comment text. |
| CommentInterfaceTest::testAutoFilledSubject |
function |
core/modules/comment/tests/src/Functional/CommentInterfaceTest.php |
Tests that the subject is automatically filled if disabled or left blank. |
| CommentInterfaceTest::testCommentInterface |
function |
core/modules/comment/tests/src/Functional/CommentInterfaceTest.php |
Tests the comment interface. |
| CommentInterfaceTest::testViewMode |
function |
core/modules/comment/tests/src/Functional/CommentInterfaceTest.php |
Tests the comment formatter configured with a custom comment view mode. |
| CommentItem |
class |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Plugin implementation of the 'comment' field type. |
| CommentItem.php |
file |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
|
| CommentItem::defaultFieldSettings |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
|
| CommentItem::defaultStorageSettings |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
|
| CommentItem::fieldSettingsForm |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
|
| CommentItem::generateSampleValue |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
|
| CommentItem::isEmpty |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
|
| CommentItem::mainPropertyName |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
|
| CommentItem::propertyDefinitions |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
|
| CommentItem::schema |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
|
| CommentItem::storageSettingsForm |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
|
| 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. |
| CommentItemTest |
class |
core/modules/comment/tests/src/Kernel/CommentItemTest.php |
Tests the new entity API for the comment field type. |
| CommentItemTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentItemTest.php |
|
| CommentItemTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentItemTest.php |
|
| CommentItemTest::setUp |
function |
core/modules/comment/tests/src/Kernel/CommentItemTest.php |
|
| CommentItemTest::testCommentAuthorName |
function |
core/modules/comment/tests/src/Kernel/CommentItemTest.php |
Tests comment author name. |
| CommentItemTest::testCommentItem |
function |
core/modules/comment/tests/src/Kernel/CommentItemTest.php |
Tests using entity fields of the comment field type. |
| CommentJsonAnonTest |
class |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
Tests Comment Json Anon. |
| CommentJsonAnonTest.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
|
| CommentJsonAnonTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
|
| CommentJsonAnonTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
|
| CommentJsonAnonTest::$mimeType |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
|