You are here

public function FieldableEntityInterface::setValidationRequired in Drupal 9

Same name and namespace in other branches
  1. 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 237

Class

FieldableEntityInterface
Interface for entities having fields.

Namespace

Drupal\Core\Entity

Code

public function setValidationRequired($required);