You are here

public property Shortcode::$status in Shortcode 2.0.x

Same name and namespace in other branches
  1. 8 src/Annotation/Shortcode.php \Drupal\shortcode\Annotation\Shortcode::status

Whether this shortcode is enabled or disabled by default.

(optional)

Type: bool

File

src/Annotation/Shortcode.php, line 74

Class

Shortcode
Defines an shortcode annotation object.

Namespace

Drupal\shortcode\Annotation

Code

public $status = TRUE;