class AliasDelete in Coder 8.2
Provides a 'Delete any path alias' action.
@todo: Add access callback information from Drupal 7. @todo: Add group information from Drupal 7.
Plugin annotation
@Action(
id = "rules_path_alias_delete",
label = @Translation("Delete any path alias"),
context = {
"alias" = @ContextDefinition("string",
label = @Translation("Existing system path alias"),
description = @Translation("Specifies the existing path alias you wish to delete, for example 'about/team'. Use a relative path and do not add a trailing slash.")
)
}
)
Hierarchy
- class \AliasDelete extends \RulesActionBase implements \ContainerFactoryPluginInterface
Expanded class hierarchy of AliasDelete
File
- coder_sniffer/
Drupal/ Test/ good/ good.php, line 1200 - This file contains all the valid notations for the drupal coding standard.
View source
class AliasDelete extends RulesActionBase implements ContainerFactoryPluginInterface {
}