public function WebformInterface::getOperation in Webform 8.5
Same name and namespace in other branches
- 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\webformCode
public function getOperation();