AfterFormDefinitionValidationConfigurationIsBuiltEvent
FinalYes
Listeners to this event are able to modify the form definition validation configuration after it has been built from the form editor setup. Use this event to add additional writable property paths for custom form editor inspector editor implementations that do not declare their writable property paths through the standard YAML configuration (e.g. propertyPath).
Table of Contents
Methods
- __construct() : mixed
- getConfiguration() : array<string|int, mixed>
- getPrototypeName() : string
- setConfiguration() : void
Methods
__construct()
public
__construct(string $prototypeName, array<string|int, mixed> $configuration) : mixed
Parameters
- $prototypeName : string
- $configuration : array<string|int, mixed>
getConfiguration()
public
getConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>getPrototypeName()
public
getPrototypeName() : string
Return values
stringsetConfiguration()
public
setConfiguration(array<string|int, mixed> $configuration) : void
Parameters
- $configuration : array<string|int, mixed>