You are here

public function StepInterface::hideDelete in Forms Steps 8

Get the hidden status of the delete button.

Return value

bool TRUE if hidden | FALSE otherwise.

1 method overrides StepInterface::hideDelete()
Step::hideDelete in src/Step.php
Get the hidden status of the delete button.

File

src/StepInterface.php, line 152

Class

StepInterface
An interface for step value objects.

Namespace

Drupal\forms_steps

Code

public function hideDelete();