function Uri::getCastedValue

Attributes

#[JsonSchema([ 'type' => 'string', 'format' => 'uri', ])]

Overrides StringData::getCastedValue

File

core/lib/Drupal/Core/TypedData/Plugin/DataType/Uri.php, line 24

Class

Uri
The URI data type.

Namespace

Drupal\Core\TypedData\Plugin\DataType

Code

public function getCastedValue() {
  return parent::getCastedValue();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.