function PathValidator::getUrlIfValid

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Path/PathValidator.php \Drupal\Core\Path\PathValidator::getUrlIfValid()
  2. 8.9.x core/lib/Drupal/Core/Path/PathValidator.php \Drupal\Core\Path\PathValidator::getUrlIfValid()
  3. 10 core/lib/Drupal/Core/Path/PathValidator.php \Drupal\Core\Path\PathValidator::getUrlIfValid()

Overrides PathValidatorInterface::getUrlIfValid

1 call to PathValidator::getUrlIfValid()
PathValidator::isValid in core/lib/Drupal/Core/Path/PathValidator.php
Checks if the URL path is valid and accessible by the current user.

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);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.