public function AssetAddLog::execute in farmOS 2.x
Executes the plugin.
Overrides ExecutableInterface::execute
File
- modules/
core/ log/ src/ Plugin/ Action/ AssetAddLog.php, line 85
Class
- AssetAddLog
- Action that adds a log referencing assets.
Namespace
Drupal\farm_log\Plugin\ActionCode
public function execute($object = NULL) {
$this
->executeMultiple([
$object,
]);
}