public function GatsbyLogEntityInterface::setTitle in Gatsby Live Preview & Incremental Builds 8
Same name and namespace in other branches
- 2.0.x modules/gatsby_fastbuilds/src/Entity/GatsbyLogEntityInterface.php \Drupal\gatsby_fastbuilds\Entity\GatsbyLogEntityInterface::setTitle()
 
Sets the title of the logged entity.
Parameters
string $title: The title of the logged entity.
Return value
\Drupal\gatsby\Entity\GatsbyLogEntityInterface The called Gatsby log entity entity.
1 method overrides GatsbyLogEntityInterface::setTitle()
- GatsbyLogEntity::setTitle in modules/
gatsby_fastbuilds/ src/ Entity/ GatsbyLogEntity.php  - Sets the title of the logged entity.
 
File
- modules/
gatsby_fastbuilds/ src/ Entity/ GatsbyLogEntityInterface.php, line 35  
Class
- GatsbyLogEntityInterface
 - Provides an interface for defining Gatsby log entity entities.
 
Namespace
Drupal\gatsby_fastbuilds\EntityCode
public function setTitle($title);