AliasStorageInterface::pathHasMatchingAlias

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);
doc_Drupal
2016-10-29 08:44:18
Comments
Leave a Comment

Please login to continue.