ActionFormBase::__construct

public ActionFormBase::__construct(EntityStorageInterface $storage)

Constructs a new action form.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $storage: The action storage.

File

core/modules/action/src/ActionFormBase.php, line 36

Class

ActionFormBase
Provides a base form for action forms.

Namespace

Drupal\action

Code

public function __construct(EntityStorageInterface $storage) {
  $this->storage = $storage;
}
doc_Drupal
2016-10-29 08:43:19
Comments
Leave a Comment

Please login to continue.