PathValidator::isValid
  • References/PHP/Drupal/Path/PathValidator

public PathValidator::isValid($path) Checks

2025-01-10 15:47:30
PathValidator::$accessUnawareRouter
  • References/PHP/Drupal/Path/PathValidator

A router implementation which does not check access. Type: \Symfony\Component\Routing\Matcher\UrlMatcherInterface

2025-01-10 15:47:30
PathValidator::$accessAwareRouter
  • References/PHP/Drupal/Path/PathValidator

The access aware router. Type:

2025-01-10 15:47:30
PathValidator::$pathProcessor
  • References/PHP/Drupal/Path/PathValidator

The path processor. Type:

2025-01-10 15:47:30
PathValidator::__construct
  • References/PHP/Drupal/Path/PathValidator

public PathValidator::__construct(AccessAwareRouterInterface $access_aware_router

2025-01-10 15:47:30
PathValidator::getUrlIfValid
  • References/PHP/Drupal/Path/PathValidator

public PathValidator::getUrlIfValid($path) Returns

2025-01-10 15:47:30
PathValidator
  • References/PHP/Drupal/Path/PathValidator

Provides a default path validator and access checker. Hierarchy class \Drupal\Core\Path\

2025-01-10 15:47:30
PathValidator::getUrl
  • References/PHP/Drupal/Path/PathValidator

protected PathValidator::getUrl($path, $access_check)

2025-01-10 15:47:30
PathValidator::getPathAttributes
  • References/PHP/Drupal/Path/PathValidator

protected PathValidator::getPathAttributes($path, Request $request, $ac

2025-01-10 15:47:30
PathValidator::getUrlIfValidWithoutAccessCheck
  • References/PHP/Drupal/Path/PathValidator

public PathValidator::getUrlIfValidWithoutAccessCheck($path)

2025-01-10 15:47:30