function PathValidatorInterface::getUrlIfValid
Same name in other branches
- 9 core/lib/Drupal/Core/Path/PathValidatorInterface.php \Drupal\Core\Path\PathValidatorInterface::getUrlIfValid()
- 10 core/lib/Drupal/Core/Path/PathValidatorInterface.php \Drupal\Core\Path\PathValidatorInterface::getUrlIfValid()
- 11.x core/lib/Drupal/Core/Path/PathValidatorInterface.php \Drupal\Core\Path\PathValidatorInterface::getUrlIfValid()
Returns a URL object, if the path is valid and accessible.
Parameters
string $path: The path to check.
Return value
\Drupal\Core\Url|false The url object, or FALSE if the path is not valid.
1 method overrides PathValidatorInterface::getUrlIfValid()
- PathValidator::getUrlIfValid in core/
lib/ Drupal/ Core/ Path/ PathValidator.php - Returns a URL object, if the path is valid and accessible.
File
-
core/
lib/ Drupal/ Core/ Path/ PathValidatorInterface.php, line 19
Class
- PathValidatorInterface
- Provides an interface for url path validators.
Namespace
Drupal\Core\PathCode
public function getUrlIfValid($path);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.