function EntityTypeInterface::showRevisionUi
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::showRevisionUi()
- 8.9.x core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::showRevisionUi()
- 10 core/lib/Drupal/Core/Entity/EntityTypeInterface.php \Drupal\Core\Entity\EntityTypeInterface::showRevisionUi()
Indicates whether the revision form fields should be added to the form.
Return value
bool TRUE if the form field should be added, FALSE otherwise.
1 method overrides EntityTypeInterface::showRevisionUi()
- EntityType::showRevisionUi in core/
lib/ Drupal/ Core/ Entity/ EntityType.php - Indicates whether the revision form fields should be added to the form.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityTypeInterface.php, line 554
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\EntityCode
public function showRevisionUi();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.