You are here

public function GrantedEntityFormAlter::__construct in Commerce License 8.2

Construct a GrantedEntityFormAlter object.

Parameters

\Drupal\Core\Entity\EntityInterface $entity: The entity object.

File

src/FormAlter/GrantedEntityFormAlter.php, line 33

Class

GrantedEntityFormAlter
Alters entity forms for entities that are affected by a license.

Namespace

Drupal\commerce_license\FormAlter

Code

public function __construct(EntityInterface $entity) {
  $this->entity = $entity;
}