DRUPAL_OPTIONAL

Same name and namespace in other branches
  1. 10 core/modules/system/system.module \DRUPAL_OPTIONAL
  2. 9 core/modules/system/system.module \DRUPAL_OPTIONAL
  3. 8.9.x core/modules/system/system.module \DRUPAL_OPTIONAL
  4. 7.x modules/system/system.module \DRUPAL_OPTIONAL

Optional option on forms and settings.

Deprecated

in drupal:11.3.0 and is removed from drupal:13.0.0. Instead, use the enums provided by the relevant modules.

See also

https://www.drupal.org/node/3448089

File

core/modules/system/system.module, line 31

Code

const DRUPAL_OPTIONAL = 1;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.