function 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 148
Class
- AliasStorageInterface
- Provides a class for CRUD operations on path aliases.
Namespace
Drupal\Core\PathCode
public function languageAliasExists();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.