public function ConfigEntityRevisionsType::displaySubmitted in Config Entity Revisions 8.2
Same name and namespace in other branches
- 8 src/Entity/ConfigEntityRevisionsType.php \Drupal\config_entity_revisions\Entity\ConfigEntityRevisionsType::displaySubmitted()
- 1.x 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\EntityCode
public function displaySubmitted() {
return $this->display_submitted;
}