You are here

public function ConfigEntityRevisionsType::displaySubmitted in Config Entity Revisions 1.x

Same name and namespace in other branches
  1. 8.2 src/Entity/ConfigEntityRevisionsType.php \Drupal\config_entity_revisions\Entity\ConfigEntityRevisionsType::displaySubmitted()
  2. 8 src/Entity/ConfigEntityRevisionsType.php \Drupal\config_entity_revisions\Entity\ConfigEntityRevisionsType::displaySubmitted()

Gets whether 'Submitted by' information should be shown.

Return value

bool TRUE if the submitted by information should be shown.

Overrides ConfigEntityRevisionsTypeInterface::displaySubmitted

File

src/Entity/ConfigEntityRevisionsType.php, line 121

Class

ConfigEntityRevisionsType
Defines the Config Entity Revisions configuration entity.

Namespace

Drupal\config_entity_revisions\Entity

Code

public function displaySubmitted() {
  return $this->display_submitted;
}