Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Drupal.php

function Drupal::pathValidator

Returns the path validator.

Return value

\Drupal\Core\Path\PathValidatorInterface

File

core/lib/Drupal.php, line 694

Class

Drupal
Static Service Container wrapper.

Code

public static function pathValidator() {
    return static::getContainer()->get('path.validator');
}
RSS feed
Powered by Drupal