You are here

protected property ActionFormBase::$storage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/action/src/Form/ActionFormBase.php \Drupal\action\Form\ActionFormBase::storage

The action storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/action/src/Form/ActionFormBase.php, line 21

Class

ActionFormBase
Provides a base form for action forms.

Namespace

Drupal\action\Form

Code

protected $storage;