You are here

public function LogAssign::execute in farmOS 2.x

Executes the plugin.

Overrides ExecutableInterface::execute

File

modules/core/owner/src/Plugin/Action/LogAssign.php, line 85

Class

LogAssign
Action that assigns users to logs.

Namespace

Drupal\farm_owner\Plugin\Action

Code

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