public function PathComponentBase::__toString in Drupal 7 to 8/9 Module Upgrader 8
Return value
string
Overrides PathComponentInterface::__toString
File
- src/
Utility/ Path/ PathComponentBase.php, line 25
Class
- PathComponentBase
- Represents a single component in a route path.
Namespace
Drupal\drupalmoduleupgrader\Utility\PathCode
public function __toString() {
return $this->value;
}