PluginViewDefinition deprecated
class PluginViewDefinition (View source)
deprecated
A plugin view definition
Properties
protected NodeType | $pluginNodeType | ||
protected string | $name | Name of this plugin view. Example: "SomePluginView" |
|
protected array | $configuration | Configuration for this node type, can be an arbitrarily nested array. |
Methods
No description
Returns the name of the plugin view
Get the full configuration of the node type. Should only be used internally.
Get the human-readable label of this node type
No description
Whether or not the current PluginView is configured to handle the specified controller/action pair
Renders the unique name of this PluginView in the format
Details
__construct(NodeType $pluginNodeType, string $name, array $configuration)
No description
NodeType
getPluginNodeType()
No description
string
getName()
Returns the name of the plugin view
array
getConfiguration()
Get the full configuration of the node type. Should only be used internally.
Instead, use the get / has methods which exist for every configuration property.
string
getLabel()
Get the human-readable label of this node type
array
getControllerActionPairs()
No description
bool
matchesControllerActionPair($controllerObjectName, $actionName)
Whether or not the current PluginView is configured to handle the specified controller/action pair
string
__toString()
Renders the unique name of this PluginView in the format