CommentLazyBuilders::renderForm |
function |
core/modules/comment/src/CommentLazyBuilders.php |
#lazy_builder 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. |
CommentTypeDeleteForm::$logger |
property |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
A logger instance. |
CommentTypeDeleteForm::buildForm |
function |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
Form constructor. |
CommentTypeDeleteForm::create |
function |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
Instantiates a new instance of this class. |
CommentTypeDeleteForm::__construct |
function |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
Constructs a query factory object. |
CommentTypeForm |
class |
core/modules/comment/src/CommentTypeForm.php |
Base form handler for comment type edit forms. |
CommentTypeForm.php |
file |
core/modules/comment/src/CommentTypeForm.php |
|
CommentTypeForm::$commentManager |
property |
core/modules/comment/src/CommentTypeForm.php |
The comment manager. |
CommentTypeForm::$entityTypeManager |
property |
core/modules/comment/src/CommentTypeForm.php |
Entity type manager service. |
CommentTypeForm::$logger |
property |
core/modules/comment/src/CommentTypeForm.php |
A logger instance. |
CommentTypeForm::create |
function |
core/modules/comment/src/CommentTypeForm.php |
Instantiates a new instance of this class. |
CommentTypeForm::entityTypeSupportsComments |
function |
core/modules/comment/src/CommentTypeForm.php |
Wraps _comment_entity_uses_integer_id(). |
CommentTypeForm::form |
function |
core/modules/comment/src/CommentTypeForm.php |
Gets the actual form array to be built. |
CommentTypeForm::save |
function |
core/modules/comment/src/CommentTypeForm.php |
Form submission handler for the 'save' action. |
CommentTypeForm::__construct |
function |
core/modules/comment/src/CommentTypeForm.php |
Constructs a CommentTypeFormController. |
CommentTypeJsonAnonTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonAnonTest.php |
The format to use in this test. |
CommentTypeJsonBasicAuthTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php |
The format to use in this test. |
CommentTypeJsonCookieTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php |
The format to use in this test. |
CommentTypeXmlAnonTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php |
The format to use in this test. |
CommentTypeXmlBasicAuthTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php |
The format to use in this test. |
CommentTypeXmlCookieTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php |
The format to use in this test. |
CommentWidget::formElement |
function |
core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php |
Returns the form for a single field widget. |
CommentWidget::massageFormValues |
function |
core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php |
Massages the form values into the format expected for field values. |
CommentXmlAnonTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php |
The format to use in this test. |
CommentXmlBasicAuthTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php |
The format to use in this test. |
CommentXmlCookieTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php |
The format to use in this test. |
comment_form_field_ui_display_overview_form_alter |
function |
core/modules/comment/comment.module |
Implements hook_form_FORM_ID_alter(). |
comment_form_field_ui_field_storage_add_form_alter |
function |
core/modules/comment/comment.module |
Implements hook_form_FORM_ID_alter() for field_ui_field_storage_add_form. |
comment_form_field_ui_form_display_overview_form_alter |
function |
core/modules/comment/comment.module |
Implements hook_form_FORM_ID_alter(). |
ComplexDataNormalizerTest::TEST_FORMAT |
constant |
core/modules/serialization/tests/src/Unit/Normalizer/ComplexDataNormalizerTest.php |
Test format string. |
ComplexTestTypeConfigureForm |
class |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php |
Form to configure the complex test workflow type. |
ComplexTestTypeConfigureForm.php |
file |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php |
|
ComplexTestTypeConfigureForm::buildConfigurationForm |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php |
Form constructor. |
ComplexTestTypeConfigureForm::submitConfigurationForm |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php |
Form submission handler. |
ComplexTestTypeStateForm |
class |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeStateForm.php |
Form to configure the complex test workflow states. |
ComplexTestTypeStateForm.php |
file |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeStateForm.php |
|