Find out how to get all mother or father nodes from a menu merchandise?

Think about Drupal Developer following menu construction:

  • Web page 1 kind: article
  • Web page 2 comes from a view
    • Web page 3 kind: fascinating < need this
      • Web page 4 kind: random
        • Web page 5 kind: random
  • Web page 6 kind: article

Let’s imagine I am on Web page 5. I need to know if any mother or father menu merchandise’s node has Drupal Developer content material kind fascinating.

I acquired a menu merchandise id menu_link_content:uuid for Web page 5. My present strategy is Drupal Developer following:

<?php  $values['menu_parent'] = 'essential:menu_link_content:uuid'; listing($menuName, $entityName, $uuid) = explode(':', $values['menu_parent'], 3); $menuLinkManager = Drupal::service('plugin.supervisor.menu.hyperlink'); $mother and father = $menuLinkManager->getParentIds($entityName . ':' . $uuid);  foreach ($mother and father as $parentPluginId) {    $mlc_ids = Drupal::database()     ->choose('menu_tree', 'mt')     ->fields('mt', ['route_param_key'])     ->situation('route_name', 'entity.node.canonical')     ->situation('id', $parentPluginId)     ->execute()     ->fetchCol();    // menu_tree offers again node=nid   if ($mlc_id && strpos($mlc_id, 'node=') !== false) {     // cut up node=nid into separate values     listing($entityString, $nid) = explode("=", $mlc_id, 2);      // load Drupal Developer respective node and see if it's a mission     $parentNode = Drupal::entityManager()->getStorage('node')->load($nid);      if ($parentNode) {       $parentType = $parentNode->getType();        // we discovered Drupal Developer mother or father mission node       if ('mission' == $parentType) {         $node->set('field_project_ref', $nid);         $node->save();         drupal_set_message(           t("Drupal Development Company content material was mechanically added a mission reference as a result of it is mother or father menu objects."),           'standing'         );          break;       }     }   } } 

So I’d go on and cargo Drupal Developer node if Drupal Developer database assertion discovered one thing and verify Drupal Developer node kind and many others. I simply marvel if there was a extra performant/ higher, out of Drupal Developer field method of doing that?

One thing like

$menuLinkContent->getTargetEntity()->getType() 

or

entityManager()->loadEntityFromMenu() 

could be good.

This article was republished from its original source.
Call Us: 1(800)730-2416

Pixeldust is a 20-year-old web development agency specializing in Drupal and WordPress and working with clients all over the country. With our best in class capabilities, we work with small businesses and fortune 500 companies alike. Give us a call at 1(800)730-2416 and let’s talk about your project.

FREE Drupal SEO Audit

Test your site below to see which issues need to be fixed. We will fix them and optimize your Drupal site 100% for Google and Bing. (Allow 30-60 seconds to gather data.)

Powered by

Find out how to get all mother or father nodes from a menu merchandise?

On-Site Drupal SEO Master Setup

We make sure your site is 100% optimized (and stays that way) for the best SEO results.

With Pixeldust On-site (or On-page) SEO we make changes to your site’s structure and performance to make it easier for search engines to see and understand your site’s content. Search engines use algorithms to rank sites by degrees of relevance. Our on-site optimization ensures your site is configured to provide information in a way that meets Google and Bing standards for optimal indexing.

This service includes:

  • Pathauto install and configuration for SEO-friendly URLs.
  • Meta Tags install and configuration with dynamic tokens for meta titles and descriptions for all content types.
  • Install and fix all issues on the SEO checklist module.
  • Install and configure XML sitemap module and submit sitemaps.
  • Install and configure Google Analytics Module.
  • Install and configure Yoast.
  • Install and configure the Advanced Aggregation module to improve performance by minifying and merging CSS and JS.
  • Install and configure Schema.org Metatag.
  • Configure robots.txt.
  • Google Search Console setup snd configuration.
  • Find & Fix H1 tags.
  • Find and fix duplicate/missing meta descriptions.
  • Find and fix duplicate title tags.
  • Improve title, meta tags, and site descriptions.
  • Optimize images for better search engine optimization. Automate where possible.
  • Find and fix the missing alt and title tag for all images. Automate where possible.
  • The project takes 1 week to complete.