public function PathValidatorInterface::isValid

public PathValidatorInterface::isValid($path)

Checks if the URL path is valid and accessible by the current user.

Parameters

string $path: The path to check.

Return value

bool TRUE if the path is valid.

File

core/lib/Drupal/Core/Path/PathValidatorInterface.php, line 44

Class

PathValidatorInterface
Provides an interface for url path validators.

Namespace

Drupal\Core\Path

Code

public function isValid($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!PathValidatorInterface.php/function/PathValidatorInterface::isValid/8.1.x