public function ApiProductAccessControlForm::__construct in Apigee Edge 8
ProductAccessControlForm constructor.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory service.
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager service.
Overrides ConfigFormBase::__construct
File
- src/
Form/ ApiProductAccessControlForm.php, line 49
Class
- ApiProductAccessControlForm
- Provides a form for configuring visible API products in Drupal.
Namespace
Drupal\apigee_edge\FormCode
public function __construct(ConfigFactoryInterface $config_factory, EntityTypeManagerInterface $entity_type_manager) {
parent::__construct($config_factory);
$this->entityTypeManager = $entity_type_manager;
}