Search for aliasExists
- Search 7.x for aliasExists
- Search 9.5.x for aliasExists
- Search 10.3.x for aliasExists
- Search 11.x for aliasExists
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AliasStorage::aliasExists | function | core/ |
Checks if alias already exists. |
AliasStorage::languageAliasExists | function | core/ |
Checks if there are any aliases with language defined. |
AliasStorageInterface::aliasExists | function | core/ |
Checks if alias already exists. |
AliasStorageInterface::languageAliasExists | function | core/ |
Checks if there are any aliases with language defined. |
LegacyAliasStorageTest::testAliasExists | function | core/ |
@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/ |
@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/ |
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.