You are here

public function AttributeValueTop::execute in Commerce Bulk 8

Executes the plugin.

Overrides ExecutableInterface::execute

File

src/Plugin/Action/AttributeValueTop.php, line 37

Class

AttributeValueTop
Move variations to the top of the list.

Namespace

Drupal\commerce_bulk\Plugin\Action

Code

public function execute($attribute = NULL) {

  // Do nothing.
}