public function AccessSchemeForm::__construct in Workbench Access 8
Creates an instance of WorkflowStateEditForm.
Parameters
\Drupal\Core\Plugin\PluginFormFactoryInterface $pluginFormFactory: The plugin form factory.
File
- src/
Form/ AccessSchemeForm.php, line 36
Class
- AccessSchemeForm
- Provides the access scheme form.
Namespace
Drupal\workbench_access\FormCode
public function __construct(PluginFormFactoryInterface $pluginFormFactory) {
$this->pluginFormFactory = $pluginFormFactory;
}