You are here

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

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

The plugin ID.

This is used in the backend to identify shortcodes, not used for parsing.

Type: string

File

src/Annotation/Shortcode.php, line 31

Class

Shortcode
Defines an shortcode annotation object.

Namespace

Drupal\shortcode\Annotation

Code

public $id;