public function Webform::__toString in Webform 8.5
Same name and namespace in other branches
- 6.x src/Entity/Webform.php \Drupal\webform\Entity\Webform::__toString()
Define empty to string method.
See: Issue #2926903: Devel Tokens tab Broken when Webform Embedded in Node.
See also
https://www.drupal.org/project/webform/issues/2926903
File
- src/
Entity/ Webform.php, line 3264
Class
- Webform
- Defines the webform entity.
Namespace
Drupal\webform\EntityCode
public function __toString() {
return '';
}