You are here

public property Shortcode::$weight in Shortcode 8

Same name and namespace in other branches
  1. 2.0.x src/Annotation/Shortcode.php \Drupal\shortcode\Annotation\Shortcode::weight

Weight of this shortcode.

Shortcodes with lower weights are processed first.

(optional)

Type: int

File

src/Annotation/Shortcode.php, line 85

Class

Shortcode
Defines an shortcode annotation object.

Namespace

Drupal\shortcode\Annotation

Code

public $weight = 99;