function FieldableEntityInterface::setValidationRequired
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/FieldableEntityInterface.php \Drupal\Core\Entity\FieldableEntityInterface::setValidationRequired()
- 8.9.x core/lib/Drupal/Core/Entity/FieldableEntityInterface.php \Drupal\Core\Entity\FieldableEntityInterface::setValidationRequired()
- 11.x core/lib/Drupal/Core/Entity/FieldableEntityInterface.php \Drupal\Core\Entity\FieldableEntityInterface::setValidationRequired()
Sets whether entity validation is required before saving the entity.
Parameters
bool $required: TRUE if validation is required, FALSE otherwise.
Return value
$this
File
-
core/
lib/ Drupal/ Core/ Entity/ FieldableEntityInterface.php, line 237
Class
- FieldableEntityInterface
- Interface for entities having fields.
Namespace
Drupal\Core\EntityCode
public function setValidationRequired($required);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.