You are here

public function WebformContentCreatorInterface::setTitle in Webform Content Creator 3.x

Same name and namespace in other branches
  1. 8 src/WebformContentCreatorInterface.php \Drupal\webform_content_creator\WebformContentCreatorInterface::setTitle()
  2. 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 57

Class

WebformContentCreatorInterface
Provides an interface defining an Webform content creator entity.

Namespace

Drupal\webform_content_creator

Code

public function setTitle($title);