W3cubDocs

/Drupal 8

public function PrimitiveInterface::setValue

public PrimitiveInterface::setValue($value)

Sets the primitive data value.

Parameters

mixed|null $value: The value to set in the format as documented for the data type or NULL to unset the data value.

File

core/lib/Drupal/Core/TypedData/PrimitiveInterface.php, line 26

Class

PrimitiveInterface
Interface for primitive data.

Namespace

Drupal\Core\TypedData

Code

public function setValue($value);

© 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!TypedData!PrimitiveInterface.php/function/PrimitiveInterface::setValue/8.1.x