You are here

public function TaxonomyMenu::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.

Overrides TaxonomyMenuInterface::getDescriptionFieldName

File

src/Entity/TaxonomyMenu.php, line 154

Class

TaxonomyMenu
Defines the TaxonomyMenu entity.

Namespace

Drupal\taxonomy_menu\Entity

Code

public function getDescriptionFieldName() {
  return $this->description_field_name;
}