Problem/Motivation

I observed many area commented code this there we need to cleanup.

  public function build() {
    $menu_name = $this->getDerivativeId();
    $parameters = new MenuTreeParameters();

    // Adjust the menu tree parameters based on the block's configuration.
    // $level = $this->configuration['level'];.
    $depth = $this->configuration['depth'];
    // $parameters->setMinDepth($level);

Steps to reproduce

need to check the path
src/Plugin/Block/FullMenuBlock.php

Proposed resolution

cleanup the code

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#2 cleanup.patch791 bytesshiv_sharma

Issue fork fullmenu-3379261

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Shiv_Sharma created an issue. See original summary.

shiv_sharma’s picture

Status: Active » Needs review
StatusFileSize
new791 bytes

added the patch to solve the issue.

Rajan Kumar made their first commit to this issue’s fork.

rajan kumar’s picture

Status: Needs review » Fixed

I have reviewed and merged code in latest version.

rajan kumar’s picture

Status: Fixed » Closed (fixed)