You are here

constant DRUPAL_OPTIONAL in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/system.module \DRUPAL_OPTIONAL

Optional option on forms and settings

16 uses of DRUPAL_OPTIONAL
CommentAttributesTest::setUp in core/modules/rdf/src/Tests/CommentAttributesTest.php
Sets up a Drupal site for running functional and integration tests.
CommentInterfaceTest::testCommentInterface in core/modules/comment/src/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentItem::defaultFieldSettings in core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
Defines the field-level settings for this plugin.
CommentNonNodeTest::postComment in core/modules/comment/src/Tests/CommentNonNodeTest.php
Posts a comment.
CommentPagerTest::testTwoPagers in core/modules/comment/src/Tests/CommentPagerTest.php
Confirms comment paging works correctly with two pagers.

... See full list

File

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

Code

const DRUPAL_OPTIONAL = 1;