You are here

public function AssetMove::execute in farmOS 2.x

Executes the plugin.

Overrides ExecutableInterface::execute

File

modules/core/location/src/Plugin/Action/AssetMove.php, line 95

Class

AssetMove
Action that moves assets with an activity log.

Namespace

Drupal\farm_location\Plugin\Action

Code

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