You are here

public function PathValidator::getUrlIfValid in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Path/PathValidator.php \Drupal\Core\Path\PathValidator::getUrlIfValid()
  2. 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\Path

Code

public function getUrlIfValid($path) {
  return $this
    ->getUrl($path, TRUE);
}