public function PathUtilityInterface::hasWildcards in Drupal 7 to 8/9 Module Upgrader 8
Returns if there are wildcards in the path.
Return value
bool
1 method overrides PathUtilityInterface::hasWildcards()
- PathUtilityBase::hasWildcards in src/
Utility/ Path/ PathUtilityBase.php - Returns if there are wildcards in the path.
File
- src/
Utility/ Path/ PathUtilityInterface.php, line 37
Class
- PathUtilityInterface
- Represents a route path.
Namespace
Drupal\drupalmoduleupgrader\Utility\PathCode
public function hasWildcards();