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.