DefaultWizardDeriver
class DefaultWizardDeriver extends DeriverBase (View source)
A derivative class which provides automatic wizards for all base tables.
The derivatives store all base table plugin information.
Properties
| protected array | $derivatives | List of derivative definitions. |
from DeriverBase |
Methods
array
getDerivativeDefinition(string $derivative_id, array|PluginDefinitionInterface $base_plugin_definition)
Gets the definition of a derivative plugin.
from
DeriverBase
array
getDerivativeDefinitions(array $base_plugin_definition)
Gets the definition of all derivatives of a base plugin.
Details
array
getDerivativeDefinition(string $derivative_id, array|PluginDefinitionInterface $base_plugin_definition)
Gets the definition of a derivative plugin.
array
getDerivativeDefinitions(array $base_plugin_definition)
Gets the definition of all derivatives of a base plugin.