function FieldableEntityInterface::setValidationRequired

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/FieldableEntityInterface.php \Drupal\Core\Entity\FieldableEntityInterface::setValidationRequired()
  2. 8.9.x core/lib/Drupal/Core/Entity/FieldableEntityInterface.php \Drupal\Core\Entity\FieldableEntityInterface::setValidationRequired()
  3. 10 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\Entity

Code

public function setValidationRequired($required);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.