You are here

public function TaxonomyMenuInterface::getDepth in Taxonomy menu 8.3

Get the depth of terms to generate menu items for.

Return value

int The depth.

1 method overrides TaxonomyMenuInterface::getDepth()
TaxonomyMenu::getDepth in src/Entity/TaxonomyMenu.php
Get the depth of terms to generate menu items for.

File

src/TaxonomyMenuInterface.php, line 35

Class

TaxonomyMenuInterface
Provides an interface defining a TaxonomyMenu entity.

Namespace

Drupal\taxonomy_menu

Code

public function getDepth();