You are here

interface UriInterface in Zircon Profile 8

Same name in this branch
  1. 8 vendor/psr/http-message/src/UriInterface.php \Psr\Http\Message\UriInterface
  2. 8 core/lib/Drupal/Core/TypedData/Type/UriInterface.php \Drupal\Core\TypedData\Type\UriInterface
Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/TypedData/Type/UriInterface.php \Drupal\Core\TypedData\Type\UriInterface

Interface for URIs.

The plain value of a URI is an absolute URI represented as PHP string.

Hierarchy

Expanded class hierarchy of UriInterface

All classes that implement UriInterface

Related topics

2 files declare their use of UriInterface
PrimitiveTypeConstraintValidator.php in core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidator.php
Contains \Drupal\Core\Validation\Plugin\Validation\Constraint\PrimitiveTypeConstraintValidator.
Uri.php in core/lib/Drupal/Core/TypedData/Plugin/DataType/Uri.php
Contains \Drupal\Core\TypedData\Plugin\DataType\Uri.

File

core/lib/Drupal/Core/TypedData/Type/UriInterface.php, line 19
Contains \Drupal\Core\TypedData\Type\UriInterface.

Namespace

Drupal\Core\TypedData\Type
View source
interface UriInterface extends PrimitiveInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
PrimitiveInterface::getCastedValue public function Gets the primitive data value casted to the correct PHP type. 5
PrimitiveInterface::getValue public function Gets the primitive data value.
PrimitiveInterface::setValue public function Sets the primitive data value.