Chris@0: entity->setPlugin($action_id); Chris@14: Chris@14: // Derive the label and type from the action definition. Chris@14: $definition = $this->entity->getPluginDefinition(); Chris@14: $this->entity->set('label', $definition['label']); Chris@14: $this->entity->set('type', $definition['type']); Chris@0: Chris@0: return parent::buildForm($form, $form_state); Chris@0: } Chris@0: Chris@0: }