You are here

public function FormsStepsProgressBarBlock::blockForm in Forms Steps 8

Overrides BlockPluginTrait::blockForm

File

src/Plugin/Block/FormsStepsProgressBarBlock.php, line 224

Class

FormsStepsProgressBarBlock
Provides the progress bar block.

Namespace

Drupal\forms_steps\Plugin\Block

Code

public function blockForm($form, FormStateInterface $form_state) {
  return $form;
}