You are here

public function GatsbyLogEntityInterface::getTitle in Gatsby Live Preview & Incremental Builds 8

Same name and namespace in other branches
  1. 2.0.x modules/gatsby_fastbuilds/src/Entity/GatsbyLogEntityInterface.php \Drupal\gatsby_fastbuilds\Entity\GatsbyLogEntityInterface::getTitle()

Gets the title of the logged entity.

Return value

string The title of the logged entity.

1 method overrides GatsbyLogEntityInterface::getTitle()
GatsbyLogEntity::getTitle in modules/gatsby_fastbuilds/src/Entity/GatsbyLogEntity.php
Gets the title of the logged entity.

File

modules/gatsby_fastbuilds/src/Entity/GatsbyLogEntityInterface.php, line 24

Class

GatsbyLogEntityInterface
Provides an interface for defining Gatsby log entity entities.

Namespace

Drupal\gatsby_fastbuilds\Entity

Code

public function getTitle();