| 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 |
|
| CommentTypeDeleteForm::create |
function |
core/modules/comment/src/Form/CommentTypeDeleteForm.php |
|
| 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 |
|
| CommentTypeForm::entityTypeSupportsComments |
function |
core/modules/comment/src/CommentTypeForm.php |
Wraps _comment_entity_uses_integer_id(). |
| CommentTypeForm::form |
function |
core/modules/comment/src/CommentTypeForm.php |
|
| CommentTypeForm::save |
function |
core/modules/comment/src/CommentTypeForm.php |
|
| CommentTypeForm::__construct |
function |
core/modules/comment/src/CommentTypeForm.php |
Constructs a CommentTypeFormController. |
| CommentTypeJsonAnonTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonAnonTest.php |
|
| CommentTypeJsonBasicAuthTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonBasicAuthTest.php |
|
| CommentTypeJsonCookieTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeJsonCookieTest.php |
|
| CommentTypeXmlAnonTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php |
|
| CommentTypeXmlBasicAuthTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php |
|
| CommentTypeXmlCookieTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php |
|
| CommentWidget::formElement |
function |
core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php |
|
| CommentWidget::massageFormValues |
function |
core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php |
|
| CommentXmlAnonTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.php |
|
| CommentXmlBasicAuthTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php |
|
| CommentXmlCookieTest::$format |
property |
core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php |
|
| 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 |
|
| ComplexTestTypeConfigureForm::submitConfigurationForm |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Form/ComplexTestTypeConfigureForm.php |
|
| 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 |
|
| 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 |
|
| 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 |
|
| ComponentInFormTest::$themes |
property |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
|
| ComponentInFormTest::buildForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
|
| ComponentInFormTest::getFormId |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
|
| ComponentInFormTest::submitForm |
function |
core/tests/Drupal/KernelTests/Components/ComponentInFormTest.php |
|
| 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 |
|
| CompositeFormElementTrait |
trait |
core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php |
Provides a trait for radios, checkboxes, and similar composite form elements. |