public function BulkNodeExport::execute in Node export 8
Executes the plugin.
Overrides ExecutableInterface::execute
File
- src/
Plugin/ Action/ BulkNodeExport.php, line 124
Class
- BulkNodeExport
- Update Fields.
Namespace
Drupal\node_export\Plugin\ActionCode
public function execute(ContentEntityInterface $entity = NULL) {
$this
->executeMultiple([
$entity,
]);
}