You are here

public function FilterCondition::label in Tooltip Taxonomy 8

Get the entity label.

Overrides EntityBase::label

See also

\Drupal\Core\Entity\Entity::label()

File

src/Entity/FilterCondition.php, line 129

Class

FilterCondition
Defines the FilterCondition entity.

Namespace

Drupal\tooltip_taxonomy\Entity

Code

public function label() {
  return $this->name;
}