public function PathUtilityInterface::__toString in Drupal 7 to 8/9 Module Upgrader 8
Collapses the path into a string.
Return value
string
1 method overrides PathUtilityInterface::__toString()
- PathUtilityBase::__toString in src/
Utility/ Path/ PathUtilityBase.php - Collapses the path into a string.
File
- src/
Utility/ Path/ PathUtilityInterface.php, line 54
Class
- PathUtilityInterface
- Represents a route path.
Namespace
Drupal\drupalmoduleupgrader\Utility\PathCode
public function __toString();