public function AliasStorageInterface::languageAliasExists

public AliasStorageInterface::languageAliasExists()

Checks if there are any aliases with language defined.

Return value

bool TRUE if aliases with language exist.

File

core/lib/Drupal/Core/Path/AliasStorageInterface.php, line 141

Class

AliasStorageInterface
Provides a class for CRUD operations on path aliases.

Namespace

Drupal\Core\Path

Code

public function languageAliasExists();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Path!AliasStorageInterface.php/function/AliasStorageInterface::languageAliasExists/8.1.x