The _title_callback for the page that renders a single node.
\Drupal\Core\Entity\EntityInterface $node: The current node.
string The page title.
public function title(EntityInterface $node) { return $this->entityRepository ->getTranslationFromContext($node) ->label(); }