AliasManagerInterface.php

Same filename in this branch
  1. 8.9.x core/lib/Drupal/Core/Path/AliasManagerInterface.php
Same filename and directory in other branches
  1. 9 core/modules/path_alias/src/AliasManagerInterface.php
  2. 10 core/modules/path_alias/src/AliasManagerInterface.php
  3. 11.x core/modules/path_alias/src/AliasManagerInterface.php

Namespace

Drupal\path_alias

File

core/modules/path_alias/src/AliasManagerInterface.php

View source
<?php

namespace Drupal\path_alias;

use Drupal\Core\Path\AliasManagerInterface as CoreAliasManagerInterface;

/**
 * Find an alias for a path and vice versa.
 *
 * @see \Drupal\Core\Path\AliasStorageInterface
 */
interface AliasManagerInterface extends CoreAliasManagerInterface {

}

Interfaces

Title Deprecated Summary
AliasManagerInterface Find an alias for a path and vice versa.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.