constant DRUPAL_REQUIRED in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/system.module \DRUPAL_REQUIRED
Required option on forms and settings
10 uses of DRUPAL_REQUIRED
- CommentForm::actions in core/
modules/ comment/ src/ CommentForm.php - Returns an array of supported actions for the current entity form.
- CommentInterfaceTest::testCommentInterface in core/
modules/ comment/ src/ Tests/ CommentInterfaceTest.php - Tests the comment interface.
- CommentNonNodeTest::postComment in core/
modules/ comment/ src/ Tests/ CommentNonNodeTest.php - Posts a comment.
- CommentTestBase::postComment in core/
modules/ comment/ src/ Tests/ CommentTestBase.php - Posts a comment.
- CommentTestBase::setCommentPreview in core/
modules/ comment/ src/ Tests/ CommentTestBase.php - Sets the value governing the previewing mode for the comment form.
File
- core/
modules/ system/ system.module, line 57 - Configuration system that lets administrators modify the workings of the site.
Code
const DRUPAL_REQUIRED = 2;