public EntityConstraintViolationListInterface::getFieldNames()
Returns the names of all violated fields.
Return value
string[] An array of field names.
File
- core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php, line 85
Class
- EntityConstraintViolationListInterface
- Interface for the result of entity validation.
Namespace
Drupal\Core\Entity
Code
public function getFieldNames();
Please login to continue.