ControlRegistry
class ControlRegistry (View source)
A simple class for registering context to view bindings, in the event that certain contexts ought to deliver different views. (Used by Express Attribute Key View vs Form).
Properties
protected ControlEntry[] | $entries |
Methods
Details
__construct()
No description
registerControl($handle, $entries)
No description
register(ContextInterface $context, $handle, $viewClass)
No description
protected
addOrReplaceEntry(ControlEntry $entry)
No description
protected
getEntryFromContext(ContextInterface $context, $handle)
No description
getControlView(ContextInterface $context, $handle, $arguments = [])
No description