You are here

public function PathComponentInterface::__construct in Drupal 7 to 8/9 Module Upgrader 8

Constructs the path component.

Parameters

mixed $value:

1 method overrides PathComponentInterface::__construct()
PathComponentBase::__construct in src/Utility/Path/PathComponentBase.php
Constructs the path component.

File

src/Utility/Path/PathComponentInterface.php, line 15

Class

PathComponentInterface
Represents a single component of a route path.

Namespace

Drupal\drupalmoduleupgrader\Utility\Path

Code

public function __construct($value);