final class Required in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/symfony/validator/Constraints/Required.php \Symfony\Component\Validator\Constraints\Required
- 8.0 vendor/symfony/validator/Constraints/Collection/Required.php \Symfony\Component\Validator\Constraints\Collection\Required
- 8.0 vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php \Doctrine\Common\Annotations\Annotation\Required
Same name and namespace in other branches
- 8 vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Required.php \Doctrine\Common\Annotations\Annotation\Required
Annotation that can be used to signal to the parser to check if that attribute is required during the parsing process.
@author Fabio B. Silva <fabio.bat.silva@gmail.com>
Hierarchy
- class \Doctrine\Common\Annotations\Annotation\Required
Expanded class hierarchy of Required
Related topics
11 string references to 'Required'
- CommentItem::fieldSettingsForm in core/
modules/ comment/ src/ Plugin/ Field/ FieldType/ CommentItem.php - Returns a form for the field-level settings.
- CompositeFormElementTrait::preRenderCompositeFormElement in core/
lib/ Drupal/ Core/ Render/ Element/ CompositeFormElementTrait.php - Adds form element theming to an element if its title or description is set.
- ElementsLabelsTest::testFormLabels in core/
modules/ system/ src/ Tests/ Form/ ElementsLabelsTest.php - Test form elements, labels, title attributes and required marks output correctly and have the correct label option class if needed.
- Field::fields in core/
modules/ field/ src/ Plugin/ migrate/ source/ d6/ Field.php - Returns available fields on the source.
- FilterPluginBase::buildExposeForm in core/
modules/ views/ src/ Plugin/ views/ filter/ FilterPluginBase.php - Options form subform for exposed filter options.
File
- vendor/
doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ Annotation/ Required.php, line 31
Namespace
Doctrine\Common\Annotations\AnnotationView source
final class Required {
}