SanitizePluginInterface deprecated
interface SanitizePluginInterface implements SanitizePluginInterface (View source)
deprecated
Methods
sanitize($result, CommandData $commandData)
Run your sanitization logic using standard Drupal APIs.
messages(array $messages, InputInterface $input)
Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]
Details
sanitize($result, CommandData $commandData)
Run your sanitization logic using standard Drupal APIs.
messages(array $messages, InputInterface $input)
Use #[CLI\Hook(type: HookManager::ON_EVENT, target: SanitizeCommands::CONFIRMS)]