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