You are here

public function EntitySubqueueInterface::setTitle in Entityqueue 8

Sets the subqueue title.

Parameters

string $title: The subqueue title.

Return value

\Drupal\entityqueue\EntitySubqueueInterface The called subqueue entity.

1 method overrides EntitySubqueueInterface::setTitle()
EntitySubqueue::setTitle in src/Entity/EntitySubqueue.php
Sets the subqueue title.

File

src/EntitySubqueueInterface.php, line 115

Class

EntitySubqueueInterface
Provides an interface defining a EntitySubqueue entity.

Namespace

Drupal\entityqueue

Code

public function setTitle($title);