You are here

public function Webform::__toString in Webform 6.x

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

Class

Webform
Defines the webform entity.

Namespace

Drupal\webform\Entity

Code

public function __toString() {
  return '';
}