ContentTypeFieldDefinitionValidationException
ContentTypeFieldDefinitionValidationException.php
:
14
Abstract
Extends ForbiddenException
This Exception is thrown on create or update content type one or more given field definitions are not valid.
Methods¶
getFieldErrors()
¶
ContentTypeFieldDefinitionValidationException.php
:
23
Returns an array of field definition validation error messages.
|
|
The array is indexed by field definition identifier.
Return values
array<string, array<string|int, ValidationError>>