AliasStorageInterface::delete

public AliasStorageInterface::delete($conditions)

Deletes a URL alias.

The default implementation performs case-insensitive matching on the 'source' and 'alias' strings.

Parameters

array $conditions: An array of criteria.

File

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

Class

AliasStorageInterface
Provides a class for CRUD operations on path aliases.

Namespace

Drupal\Core\Path

Code

public function delete($conditions);
doc_Drupal
2016-10-29 08:44:16
Comments
Leave a Comment

Please login to continue.