You are here

public function AssetGroup::execute in farmOS 2.x

Executes the plugin.

Overrides ExecutableInterface::execute

File

modules/asset/group/src/Plugin/Action/AssetGroup.php, line 95

Class

AssetGroup
Action that groups assets with an observation log.

Namespace

Drupal\farm_group\Plugin\Action

Code

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