You are here

protected property PatternDefinition::$definition in UI Patterns 8

Pattern definition.

Type: array

File

src/Definition/PatternDefinition.php, line 32

Class

PatternDefinition
Class PatternDefinition.

Namespace

Drupal\ui_patterns\Definition

Code

protected $definition = [
  'id' => NULL,
  'label' => NULL,
  'description' => NULL,
  'base path' => NULL,
  'file name' => NULL,
  'use' => NULL,
  'theme hook' => NULL,
  'custom theme hook' => FALSE,
  'template' => NULL,
  'libraries' => [],
  'fields' => [],
  'variants' => [],
  'tags' => [],
  'additional' => [],
  'deriver' => NULL,
  'provider' => NULL,
  'class' => NULL,
];