You are here

public function LogActionBase::execute in Log entity 2.x

Executes the plugin.

Overrides ExecutableInterface::execute

File

src/Plugin/Action/LogActionBase.php, line 76

Class

LogActionBase
Base class for the configurable actions for logs.

Namespace

Drupal\log\Plugin\Action

Code

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