public function Webform::getOperation in Webform 8.5
Same name and namespace in other branches
- 6.x src/Entity/Webform.php \Drupal\webform\Entity\Webform::getOperation()
Returns the webform's current operation.
Return value
string The webform's operation.
Overrides WebformInterface::getOperation
File
- src/
Entity/ Webform.php, line 552
Class
- Webform
- Defines the webform entity.
Namespace
Drupal\webform\EntityCode
public function getOperation() {
return $this->operation;
}