public function AliasStorageInterface::languageAliasExists in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Path/AliasStorageInterface.php \Drupal\Core\Path\AliasStorageInterface::languageAliasExists()
Checks if there are any aliases with language defined.
Return value
bool TRUE if aliases with language exist.
1 method overrides AliasStorageInterface::languageAliasExists()
- AliasStorage::languageAliasExists in core/
lib/ Drupal/ Core/ Path/ AliasStorage.php - Checks if there are any aliases with language defined.
File
- core/
lib/ Drupal/ Core/ Path/ AliasStorageInterface.php, line 146 - Contains \Drupal\Core\Path\AliasStorageInterface.
Class
- AliasStorageInterface
- Provides a class for CRUD operations on path aliases.
Namespace
Drupal\Core\PathCode
public function languageAliasExists();