You are here

public function WebformInterface::getOperation in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getOperation()

Returns the webform's current operation.

Return value

string The webform's operation.

1 method overrides WebformInterface::getOperation()
Webform::getOperation in src/Entity/Webform.php
Returns the webform's current operation.

File

src/WebformInterface.php, line 288

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function getOperation();