public function PathValidator::getUrlIfValid in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Path/PathValidator.php \Drupal\Core\Path\PathValidator::getUrlIfValid()
- 9 core/lib/Drupal/Core/Path/PathValidator.php \Drupal\Core\Path\PathValidator::getUrlIfValid()
File
- core/
lib/ Drupal/ Core/ Path/ PathValidator.php, line 81
Class
- PathValidator
- Provides a default path validator and access checker.
Namespace
Drupal\Core\PathCode
public function getUrlIfValid($path) {
return $this
->getUrl($path, TRUE);
}