Skip to content
Snippets Groups Projects

Issue #3337882: Deleted menus are not removed from content type config

Open Issue #3337882: Deleted menus are not removed from content type config
1 open thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
36 * @var \Drupal\Core\Entity\EntityTypeManagerInterface
37 */
38 protected $entityTypeManager;
39
32 40 /**
33 41 * Constructs a new MenuDeleteForm.
34 42 *
43 * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager
44 * The entity type manager.
35 45 * @param \Drupal\Core\Menu\MenuLinkManagerInterface $menu_link_manager
36 46 * The menu link manager.
37 47 * @param \Drupal\Core\Database\Connection $connection
38 48 * The database connection.
39 49 */
40 public function __construct(MenuLinkManagerInterface $menu_link_manager, Connection $connection) {
50 public function __construct(EntityTypeManagerInterface $entity_type_manager, MenuLinkManagerInterface $menu_link_manager, Connection $connection) {
  • Tirupati Singh added 4256 commits

    added 4256 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading