You are here

protected function FieldRedirectionResult::__construct in Field Redirection 8.2

Constructs a new FieldRedirectionResult.

Note this function is protected by design, use one of the static methods such as ::fromUrl and ::deny.

File

src/FieldRedirectionResult.php, line 35

Class

FieldRedirectionResult
Defines a value object for a field redirection result.

Namespace

Drupal\field_redirection

Code

protected function __construct() {
}