You are here

public function OpignoActivityRevisionRevertForm::__construct in Opigno module 8

Same name and namespace in other branches
  1. 3.x src/Form/OpignoActivityRevisionRevertForm.php \Drupal\opigno_module\Form\OpignoActivityRevisionRevertForm::__construct()

Constructs a new OpignoActivityRevisionDeleteForm.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $entity_storage: The entity storage.

File

src/Form/OpignoActivityRevisionRevertForm.php, line 55

Class

OpignoActivityRevisionRevertForm
Provides a form for reverting a Answer revision.

Namespace

Drupal\opigno_module\Form

Code

public function __construct(EntityStorageInterface $entity_storage) {
  $this->opignoActivityStorage = $entity_storage;
}