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

1
public function setValue($value);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.