class NewAliasManager
New test implementation for the alias manager.
Hierarchy
- class \Drupal\path_alias_deprecated_test\NewAliasManager implements \Drupal\Core\Path\AliasManagerInterface
Expanded class hierarchy of NewAliasManager
1 file declares its use of NewAliasManager
- DeprecatedServicesTest.php in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php
File
-
core/
modules/ path_alias/ tests/ modules/ path_alias_deprecated_test/ src/ NewAliasManager.php, line 10
Namespace
Drupal\path_alias_deprecated_testView source
class NewAliasManager implements AliasManagerInterface {
/**
* {@inheritdoc}
*/
public function getPathByAlias($alias, $langcode = NULL) {
}
/**
* {@inheritdoc}
*/
public function getAliasByPath($path, $langcode = NULL) {
}
/**
* {@inheritdoc}
*/
public function cacheClear($source = NULL) {
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
NewAliasManager::cacheClear | public | function | Clear internal caches in alias manager. | Overrides AliasManagerInterface::cacheClear |
NewAliasManager::getAliasByPath | public | function | Given a path, return the alias. | Overrides AliasManagerInterface::getAliasByPath |
NewAliasManager::getPathByAlias | public | function | Given the alias, return the path it represents. | Overrides AliasManagerInterface::getPathByAlias |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.