A discovery mechanism that reads plugin definitions from schema data in YAML format.
Expanded class hierarchy of SchemaDiscovery
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SchemaDiscovery:: |
protected | property | The array of plugin definitions, keyed by plugin id. | |
SchemaDiscovery:: |
protected | property | A storage controller instance for reading configuration schema data. | |
SchemaDiscovery:: |
public | function |
Implements Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinition(). Overrides DiscoveryInterface:: |
|
SchemaDiscovery:: |
public | function |
Implements Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions(). Overrides DiscoveryInterface:: |
|
SchemaDiscovery:: |
protected | function | Gets fallback metadata name. | |
SchemaDiscovery:: |
protected | function | Load schema for module / theme. | |
SchemaDiscovery:: |
public | function | Public constructor. |