DRUPAL_DISABLED
Disabled option on forms and settings.
6 uses of DRUPAL_DISABLED
- CommentForm::actions in core/
modules/ comment/ src/ CommentForm.php - Returns an array of supported actions for the current entity form.
- LinkField::alterFieldInstanceMigration in core/
modules/ link/ src/ Plugin/ migrate/ field/ d7/ LinkField.php - Apply any custom processing to the field instance migration.
- LinkItem::generateSampleValue in core/
modules/ link/ src/ Plugin/ Field/ FieldType/ LinkItem.php - Generates placeholder field values.
- LinkWidget::formElement in core/
modules/ link/ src/ Plugin/ Field/ FieldWidget/ LinkWidget.php - Returns the form for a single field widget.
- LinkWidget::settingsForm in core/
modules/ link/ src/ Plugin/ Field/ FieldWidget/ LinkWidget.php - Returns a form to configure settings for the widget.
File
-
core/
modules/ system/ system.module, line 17
Code
const DRUPAL_DISABLED = 0;