Search for aliasExists

  1. Search 7.x for aliasExists
  2. Search 9.5.x for aliasExists
  3. Search 10.3.x for aliasExists
  4. Search 11.x for aliasExists
  5. Other projects
Title Object type File name Summary
AliasStorage::aliasExists function core/lib/Drupal/Core/Path/AliasStorage.php Checks if alias already exists.
AliasStorage::languageAliasExists function core/lib/Drupal/Core/Path/AliasStorage.php Checks if there are any aliases with language defined.
AliasStorageInterface::aliasExists function core/lib/Drupal/Core/Path/AliasStorageInterface.php Checks if alias already exists.
AliasStorageInterface::languageAliasExists function core/lib/Drupal/Core/Path/AliasStorageInterface.php Checks if there are any aliases with language defined.
LegacyAliasStorageTest::testAliasExists function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::aliasExists
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the…
LegacyAliasStorageTest::testLanguageAliasExists function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::languageAliasExists
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the…
PathAliasTestTrait::assertPathAliasExists function core/tests/Drupal/Tests/Traits/Core/PathAliasTestTrait.php Asserts that a path alias exists in the storage.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.