constant DRUPAL_REQUIRED

Required option on forms and settings

7 uses of DRUPAL_REQUIRED
CommentFormController::actions in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::actions().
CommentInterfaceTest::testCommentInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentTestBase::postComment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Posts a comment.
CommentTestBase::setCommentPreview in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Sets the value governing the previewing mode for the comment form.
LinkFieldTest::testLinkTitle in drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php
Tests the title settings of a link field.

... See full list

File

drupal/core/modules/system/system.module, line 47
Configuration system that lets administrators modify the workings of the site.

Code

const DRUPAL_REQUIRED = 2;