/**
  * {@inheritdoc}
  */
 public function getFormModeOptionsByBundle($entity_type_id, $bundle)
 {
     return $this->entityManager->getFormModeOptionsByBundle($entity_type_id, $bundle);
 }