public function AliasTypeBatchUpdateInterface::batchDelete in Pathauto 8
Gets called to batch delete all aliases created by pathauto.
Parameters
array $context: Batch context.
1 method overrides AliasTypeBatchUpdateInterface::batchDelete()
- EntityAliasTypeBase::batchDelete in src/
Plugin/ pathauto/ AliasType/ EntityAliasTypeBase.php - Gets called to batch delete all aliases created by pathauto.
File
- src/
AliasTypeBatchUpdateInterface.php, line 30
Class
- AliasTypeBatchUpdateInterface
- Alias types that support batch updates and deletions.
Namespace
Drupal\pathautoCode
public function batchDelete(&$context);