AliasManagerInterface.php in Drupal 8
Same filename in this branch
Same filename and directory in other branches
Namespace
Drupal\path_aliasFile
core/modules/path_alias/src/AliasManagerInterface.phpView 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
Name | Description |
---|---|
AliasManagerInterface | Find an alias for a path and vice versa. |