You are here

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

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

Gets whether 'Submitted by' information should be shown.

Return value

bool TRUE if the submitted by information should be shown.

1 method overrides ConfigEntityRevisionsTypeInterface::displaySubmitted()
ConfigEntityRevisionsType::displaySubmitted in src/Entity/ConfigEntityRevisionsType.php
Gets whether 'Submitted by' information should be shown.

File

src/ConfigEntityRevisionsTypeInterface.php, line 47

Class

ConfigEntityRevisionsTypeInterface
Provides an interface defining a config_entity_revisions type entity.

Namespace

Drupal\config_entity_revisions

Code

public function displaySubmitted();