You are here

public function ContentTypeConfigurationDeleteForm::__construct in Node Revision Delete 8

Constructor.

Parameters

\Drupal\node_revision_delete\NodeRevisionDeleteInterface $node_revision_delete: The node revision delete.

File

src/Form/ContentTypeConfigurationDeleteForm.php, line 37

Class

ContentTypeConfigurationDeleteForm
Provides a content type configuration deletion confirmation form.

Namespace

Drupal\node_revision_delete\Form

Code

public function __construct(NodeRevisionDeleteInterface $node_revision_delete) {
  $this->nodeRevisionDelete = $node_revision_delete;
}