Uri.php
Same filename in other branches
Namespace
Drupal\Core\TypedData\Plugin\DataTypeFile
-
core/
lib/ Drupal/ Core/ TypedData/ Plugin/ DataType/ Uri.php
View source
<?php
namespace Drupal\Core\TypedData\Plugin\DataType;
use Drupal\Core\TypedData\Type\UriInterface;
/**
* The URI data type.
*
* The plain value of a URI is an absolute URI represented as PHP string.
*
* @DataType(
* id = "uri",
* label = @Translation("URI")
* )
*/
class Uri extends StringData implements UriInterface {
}
Classes
Title | Deprecated | Summary |
---|---|---|
Uri | The URI data type. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.