class FormDefinitionDataSource extends AbstractDataSource (View source)

Properties

static protected string $identifier
protected ControllerContext $controllerContext from  AbstractDataSource
protected YamlPersistenceManager $yamlPersistenceManager

Methods

static string
getIdentifier()

No description

void
setControllerContext(ControllerContext $controllerContext)

No description

mixed
getData(NodeInterface $node = null, array $arguments = [])

No description

Details

static string getIdentifier()

No description

Return Value

string

The identifier of the data source

Exceptions

Exception

void setControllerContext(ControllerContext $controllerContext)

No description

Parameters

ControllerContext $controllerContext

Return Value

void

mixed getData(NodeInterface $node = null, array $arguments = [])

No description

Parameters

NodeInterface $node

The node that is currently edited (optional)

array $arguments

Additional arguments (key / value)

Return Value

mixed

JSON serializable data