W3cubDocs

/Drupal 8

public function PrimitiveInterface::getCastedValue

public PrimitiveInterface::getCastedValue()

Gets the primitive data value casted to the correct PHP type.

Return value

mixed

File

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

Class

PrimitiveInterface
Interface for primitive data.

Namespace

Drupal\Core\TypedData

Code

public function getCastedValue();

© 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::getCastedValue/8.1.x