public function MassPasswordChange::execute in Mass Password Change 8
Executes the plugin.
Overrides ExecutableInterface::execute
File
- src/
Plugin/ Action/ MassPasswordChange.php, line 79
Class
- MassPasswordChange
- Provides a Change Password action.
Namespace
Drupal\mass_password_change\Plugin\ActionCode
public function execute($account = NULL) {
/** @var \Drupal\user\UserInterface $account */
$this
->executeMultiple([
$account,
]);
}