DataSourceInterface
interface DataSourceInterface (View source)
Data source interface for providing generic data
This is used in the user interface to generate dynamic option lists.
Methods
static string
getIdentifier()
No description
mixed
Details
static string
getIdentifier()
No description
mixed
getData(NodeInterface $node = null, array $arguments = [])
Get data
The return value must be JSON serializable data structure.