public PathValidator::isValid($path)
Checks if the URL path is valid and accessible by the current user.
string $path: The path to check.
bool TRUE if the path is valid.
Overrides PathValidatorInterface::isValid
public function isValid($path) { return (bool) $this->getUrlIfValid($path); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Path!PathValidator.php/function/PathValidator::isValid/8.1.x