UriInterface.php
Same filename in other branches
Namespace
Drupal\Core\TypedData\TypeFile
-
core/
lib/ Drupal/ Core/ TypedData/ Type/ UriInterface.php
View source
<?php
namespace Drupal\Core\TypedData\Type;
use Drupal\Core\TypedData\PrimitiveInterface;
/**
* Interface for URIs.
*
* The plain value of a URI is an absolute URI represented as PHP string.
*
* @ingroup typed_data
*/
interface UriInterface extends PrimitiveInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
UriInterface | Interface for URIs. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.