| 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. |
| 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 |
|
| ComplexTestTypeStateForm::buildConfigurationForm |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeStateForm.php |
Form constructor. |
| ComplexTestTypeTransitionForm |
class |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php |
Form to configure the complex test workflow states. |
| ComplexTestTypeTransitionForm.php |
file |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php |
|
| ComplexTestTypeTransitionForm::buildConfigurationForm |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeTransitionForm.php |
Form constructor. |
| ComponentInFormTest |
class |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Tests the correct rendering of components in form. |
| ComponentInFormTest.php |
file |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
|
| ComponentInFormTest::$modules |
property |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Modules to install. |
| ComponentInFormTest::$themes |
property |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Themes to install. |
| ComponentInFormTest::buildForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Form constructor. |
| ComponentInFormTest::getFormId |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Returns a unique string identifying the form. |
| ComponentInFormTest::submitForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Form submission handler. |
| ComponentInFormTest::testFormRenderingAndSubmission |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Tests that fields validation messages are sorted in the fields order. |
| ComponentInFormTest::validateForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
Form validation handler. |