public function FieldableEntityInterface::setValidationRequired in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
1 method overrides FieldableEntityInterface::setValidationRequired()
- ContentEntityBase::setValidationRequired in core/
lib/ Drupal/ Core/ Entity/ ContentEntityBase.php - Sets whether entity validation is required before saving the entity.
File
- core/
lib/ Drupal/ Core/ Entity/ FieldableEntityInterface.php, line 242 - Contains \Drupal\Core\Entity\FieldableEntityInterface.
Class
- FieldableEntityInterface
- Interface for entities having fields.
Namespace
Drupal\Core\EntityCode
public function setValidationRequired($required);