entity_page_label(EntityInterface $entity, $langcode = NULL)
Returns the label of an entity.
$entity->label($langcode);
Parameters
\Drupal\Core\Entity\EntityInterface $entity: The entity for which to generate the label.
$langcode: (optional) The language code of the language that should be used for getting the label. If set to NULL, the entity's default language is used.
Return value
string|null The label of the entity, or NULL if there is no label defined.
Deprecated as of Drupal 8.0.x