Skip to content
Snippets Groups Projects
Commit e1e21613 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #2891797 by FeyP: Document last parameter of Views Entity Bundle Filter constructor

parent 96dfae63
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,8 @@ class Bundle extends InOperator {
* The plugin implementation definition.
* @param \Drupal\Core\Entity\EntityManagerInterface $entity_manager
* The entity manager.
* @param \Drupal\Core\Entity\EntityTypeBundleInfoInterface $bundle_info_service
* The bundle info service.
*/
public function __construct(array $configuration, $plugin_id, $plugin_definition, EntityManagerInterface $entity_manager, EntityTypeBundleInfoInterface $bundle_info_service) {
parent::__construct($configuration, $plugin_id, $plugin_definition);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment