- Issue created by @Hydra
- 🇩🇪Germany Hydra
Okay now, still a documentaiton error. When using dependency injection, the documentation example does not call the parent constructor.
Instead of:
public function __construct(array $configuration, $plugin_id, $plugin_definition, protected EntityTypeManagerInterface $entityTypeManager ) {}
it should be:
public function __construct(array $configuration, $plugin_id, $plugin_definition, protected EntityTypeManagerInterface $entityTypeManager ) { parent::__construct(array $configuration, $plugin_id, $plugin_definition); }
- Status changed to Needs review
7 months ago 9:38am 12 April 2024 - Status changed to Fixed
7 months ago 10:03am 25 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.