You are here

public function StepIndicator::render in Simple multi step form 8.x

Same name and namespace in other branches
  1. 8 src/StepIndicator.php \Drupal\simple_multistep\StepIndicator::render()

Get Indicator.

Parameters

array $form: Reference to form.

File

src/StepIndicator.php, line 62

Class

StepIndicator
Class StepIndicator.

Namespace

Drupal\simple_multistep

Code

public function render(array &$form) {
  $form['steps_label'] = $this
    ->createIndicator();
}