public function FieldableEntityInterface::setValidationRequired

public FieldableEntityInterface::setValidationRequired($required)

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);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!FieldableEntityInterface.php/function/FieldableEntityInterface::setValidationRequired/8.1.x