public function VariationTop::execute in Commerce Bulk 8
Executes the plugin.
Overrides ExecutableInterface::execute
File
- src/
Plugin/ Action/ VariationTop.php, line 45
Class
- VariationTop
- Move variations to the top of the list.
Namespace
Drupal\commerce_bulk\Plugin\ActionCode
public function execute($variation = NULL) {
// Do nothing.
}