AliasManagerInterface.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\path_aliasFile
-
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.