You are here

public function AttributeValueDelete::execute in Commerce Bulk 8

Executes the plugin.

Overrides ExecutableInterface::execute

File

src/Plugin/Action/AttributeValueDelete.php, line 97

Class

AttributeValueDelete
Delete variations.

Namespace

Drupal\commerce_bulk\Plugin\Action

Code

public function execute($attribute = NULL) {

  // Do nothing.
}