You are here

public function FormWizardInterface::getOperation in Chaos Tool Suite (ctools) 8.3

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\Wizard

Code

public function getOperation($cached_values);