public property Shortcode::$token in Shortcode 8
Same name and namespace in other branches
- 2.0.x src/Annotation/Shortcode.php \Drupal\shortcode\Annotation\Shortcode::token
The shortcode token.
This is used to parse the shortcode. If not defined, defaults to $id.
Type: string
File
- src/
Annotation/ Shortcode.php, line 40
Class
- Shortcode
- Defines an shortcode annotation object.
Namespace
Drupal\shortcode\AnnotationCode
public $token;