CommentDefaultFormatter::create |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Creates an instance of the plugin. |
CommentDefaultFormatter::defaultSettings |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Defines the default settings for this plugin. |
CommentDefaultFormatter::getViewModes |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Provides a list of comment view modes for the configured comment type. |
CommentDefaultFormatter::settingsForm |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Returns a form to configure settings for the formatter. |
CommentDefaultFormatter::settingsSummary |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Returns a short summary for the current formatter settings. |
CommentDefaultFormatter::viewElements |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Builds a renderable array for a field value. |
CommentDefaultFormatter::__construct |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php |
Constructs a new CommentDefaultFormatter. |
CommentDefaultFormatterCacheTagsTest |
class |
core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php |
Tests comment cache tag bubbling up when using the Comment list formatter. |
CommentDefaultFormatterCacheTagsTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php |
|
CommentDefaultFormatterCacheTagsTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php |
Modules to install. |
CommentDefaultFormatterCacheTagsTest::setUp |
function |
core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php |
|
CommentDefaultFormatterCacheTagsTest::testCacheTags |
function |
core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php |
Tests the bubbling of cache tags. |
CommentForm |
class |
core/modules/comment/src/CommentForm.php |
Base handler for comment forms. |
CommentForm.php |
file |
core/modules/comment/src/CommentForm.php |
|
CommentForm::$currentUser |
property |
core/modules/comment/src/CommentForm.php |
The current user. |
CommentForm::$entityFieldManager |
property |
core/modules/comment/src/CommentForm.php |
The entity field manager. |
CommentForm::$renderer |
property |
core/modules/comment/src/CommentForm.php |
The renderer. |
CommentForm::actions |
function |
core/modules/comment/src/CommentForm.php |
Returns an array of supported actions for the current entity form. |
CommentForm::buildEntity |
function |
core/modules/comment/src/CommentForm.php |
Builds an updated entity object based upon the submitted form values. |
CommentForm::create |
function |
core/modules/comment/src/CommentForm.php |
Instantiates a new instance of this class. |
CommentForm::flagViolations |
function |
core/modules/comment/src/CommentForm.php |
Flags violations for the current form. |
CommentForm::form |
function |
core/modules/comment/src/CommentForm.php |
Gets the actual form array to be built. |
CommentForm::getEditedFieldNames |
function |
core/modules/comment/src/CommentForm.php |
Gets the names of all fields edited in the form. |
CommentForm::getStatusMessage |
function |
core/modules/comment/src/CommentForm.php |
Gets an appropriate status message when a comment is saved. |
CommentForm::preview |
function |
core/modules/comment/src/CommentForm.php |
Form submission handler for the 'preview' action. |
CommentForm::save |
function |
core/modules/comment/src/CommentForm.php |
Form submission handler for the 'save' action. |
CommentForm::__construct |
function |
core/modules/comment/src/CommentForm.php |
Constructs a new CommentForm. |
CommentItem::fieldSettingsForm |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Returns a form for the field-level settings. |
CommentItem::storageSettingsForm |
function |
core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php |
Returns a form for the storage-level settings. |
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. |
CommentJsonAnonTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php |
The format to use in this test. |
CommentJsonBasicAuthTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonBasicAuthTest.php |
The format to use in this test. |
CommentJsonCookieTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentJsonCookieTest.php |
The format to use in this test. |
CommentLazyBuilders::$entityFormBuilder |
property |
core/modules/comment/src/CommentLazyBuilders.php |
The entity form builder service. |
CommentLazyBuilders::renderForm |
function |
core/modules/comment/src/CommentLazyBuilders.php |
Render API callback: Builds the comment form. |
CommentNonNodeTest::performCommentOperation |
function |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
Performs the specified operation on the specified comment. |
CommentPermalinkFormatter |
class |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
Plugin implementation of the 'comment_permalink' formatter. |
CommentPermalinkFormatter.php |
file |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
|
CommentPermalinkFormatter::getEntityUrl |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
Gets the URI elements of the entity. |
CommentPermalinkFormatter::isApplicable |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
Returns if the formatter can be used for the provided field. |
CommentTestBase::performCommentOperation |
function |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Performs the specified operation on the specified comment. |
CommentTestBase::setCommentForm |
function |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Sets the value governing whether the comment form is on its own page. |
CommentTranslationHandler::entityFormAlter |
function |
core/modules/comment/src/CommentTranslationHandler.php |
Performs the needed alterations to the entity form. |
CommentTranslationHandler::entityFormEntityBuild |
function |
core/modules/comment/src/CommentTranslationHandler.php |
Entity builder method. |
CommentTranslationHandler::entityFormTitle |
function |
core/modules/comment/src/CommentTranslationHandler.php |
Returns the title to be used for the entity form page. |
CommentTypeDeleteForm |
class |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
Provides a confirmation form for deleting a comment type entity. |
CommentTypeDeleteForm.php |
file |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
|
CommentTypeDeleteForm::$commentManager |
property |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
The comment manager service. |
CommentTypeDeleteForm::$entity |
property |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
The entity being used by this form. |