final class 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

9 string references to 'Required'
comment_form_node_type_form_alter in drupal/core/modules/comment/comment.module
Implements hook_form_FORM_ID_alter().
ElementsLabelsTest::testFormLabels in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsLabelsTest.php
Test form elements, labels, title attibutes and required marks output correctly and have the correct label option class if needed.
FilterPluginBase::buildExposeForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php
Options form subform for exposed filter options.
form_pre_render_conditional_form_element in drupal/core/includes/form.inc
Adds form element theming to an element if its title or description is set.
form_test_menu in drupal/core/modules/system/tests/modules/form_test/form_test.module
Implements hook_menu().

... See full list

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation/Required.php, line 31

Namespace

Doctrine\Common\Annotations\Annotation
View source
final class Required {

}

Members