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\DefinitionCode
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,
];