You are here

public function BootstrapTourStepInlineEntityFormController::defaultLabels in Bootstrap Tour 7.2

Overrides EntityInlineEntityFormController::defaultLabels().

Overrides EntityInlineEntityFormController::defaultLabels

File

includes/bootstrap_tour.controller.inc, line 121
Defines the inline entity form controller for BootstrapTourStep entities.

Class

BootstrapTourStepInlineEntityFormController
Class BootstrapTourStepInlineEntityFormController

Code

public function defaultLabels() {
  $labels = array(
    'singular' => t('step'),
    'plural' => t('steps'),
  );
  return $labels;
}