You are here

public function WebformInterface::setDescription in Webform 8.5

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

Sets a webform's description.

Parameters

string $description: A description.

Return value

$this

1 method overrides WebformInterface::setDescription()
Webform::setDescription in src/Entity/Webform.php
Sets a webform's description.

File

src/WebformInterface.php, line 484

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function setDescription($description);