You are here

public function TaxonomyMenuInterface::getDescriptionFieldName in Taxonomy menu 8.3

Get machine name of the field.

Return value

string The machine name of the field to be used as the description.

1 method overrides TaxonomyMenuInterface::getDescriptionFieldName()
TaxonomyMenu::getDescriptionFieldName in src/Entity/TaxonomyMenu.php
Get machine name of the field.

File

src/TaxonomyMenuInterface.php, line 51

Class

TaxonomyMenuInterface
Provides an interface defining a TaxonomyMenu entity.

Namespace

Drupal\taxonomy_menu

Code

public function getDescriptionFieldName();