function AliasStorageInterface::delete
Deletes a URL alias.
The default implementation performs case-insensitive matching on the 'source' and 'alias' strings.
Parameters
array $conditions: An array of criteria.
1 method overrides AliasStorageInterface::delete()
- AliasStorage::delete in core/
lib/ Drupal/ Core/ Path/ AliasStorage.php - Deletes a URL alias.
File
-
core/
lib/ Drupal/ Core/ Path/ AliasStorageInterface.php, line 74
Class
- AliasStorageInterface
- Provides a class for CRUD operations on path aliases.
Namespace
Drupal\Core\PathCode
public function delete($conditions);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.