public AliasStorageInterface::pathHasMatchingAlias($initial_substring)
Check if any alias exists starting with $initial_substring.
Parameters
string $initial_substring: Initial path substring to test against.
Return value
bool TRUE if any alias exists, FALSE otherwise.
File
- core/lib/Drupal/Core/Path/AliasStorageInterface.php, line 166
Class
- AliasStorageInterface
- Provides a class for CRUD operations on path aliases.
Namespace
Drupal\Core\Path
Code
public function pathHasMatchingAlias($initial_substring);
Please login to continue.