You are here

public function Webform::getOperation in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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\Entity

Code

public function getOperation() {
  return $this->operation;
}