function FormWizardInterface::getOperation
Same name in other branches
- 4.0.x src/Wizard/FormWizardInterface.php \Drupal\ctools\Wizard\FormWizardInterface::getOperation()
Retrieve the current Operation.
Parameters
mixed $cached_values: The values returned by $this->getTempstore()->get($this->getMachineName());.
Return value
string The class name to instantiate.
1 method overrides FormWizardInterface::getOperation()
- FormWizardBase::getOperation in src/
Wizard/ FormWizardBase.php - Retrieve the current Operation.
File
-
src/
Wizard/ FormWizardInterface.php, line 94
Class
- FormWizardInterface
- Form wizard interface.
Namespace
Drupal\ctools\WizardCode
public function getOperation($cached_values);