You are here

public function SendEmailAction::execute in CRM Core 8

Same name and namespace in other branches
  1. 8.3 modules/crm_core_contact/src/Plugin/Action/SendEmailAction.php \Drupal\crm_core_contact\Plugin\Action\SendEmailAction::execute()
  2. 8.2 modules/crm_core_contact/src/Plugin/Action/SendEmailAction.php \Drupal\crm_core_contact\Plugin\Action\SendEmailAction::execute()

Executes the plugin.

Overrides ExecutableInterface::execute

File

modules/crm_core_contact/src/Plugin/Action/SendEmailAction.php, line 116

Class

SendEmailAction
Sends e-mail to contacts.

Namespace

Drupal\crm_core_contact\Plugin\Action

Code

public function execute($object = NULL) {
  $this
    ->executeMultiple([
    $object,
  ]);
}