public function WebformContentCreatorInterface::setTitle in Webform Content Creator 8
Same name and namespace in other branches
- 3.x src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::setTitle()
- 2.x src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::setTitle()
Sets the entity title.
Parameters
string $title: Node title.
Return value
$this The Webform Content Creator entity.
1 method overrides WebformContentCreatorInterface::setTitle()
- WebformContentCreatorEntity::setTitle in src/
Entity/ WebformContentCreatorEntity.php - Sets the entity title.
File
- src/
WebformContentCreatorInterface.php, line 55
Class
- WebformContentCreatorInterface
- Provides an interface defining an Webform content creator entity.
Namespace
Drupal\webform_content_creatorCode
public function setTitle($title);