You are here

public function LingotekModerationSettingsFormInterface::getColumnHeader in Lingotek Translation 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
  2. 4.0.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
  3. 3.1.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
  4. 3.2.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
  5. 3.3.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
  6. 3.4.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
  7. 3.5.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
  8. 3.6.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
  9. 3.7.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
  10. 3.8.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()

Gets the column header title.

Return value

string The column header title.

2 methods override LingotekModerationSettingsFormInterface::getColumnHeader()
LingotekContentModerationSettingsForm::getColumnHeader in src/Moderation/LingotekContentModerationSettingsForm.php
Gets the column header title.
LingotekNoModerationSettingsForm::getColumnHeader in src/Moderation/LingotekNoModerationSettingsForm.php
Gets the column header title.

File

src/Moderation/LingotekModerationSettingsFormInterface.php, line 18

Class

LingotekModerationSettingsFormInterface
Workbench moderation settings form helper.

Namespace

Drupal\lingotek\Moderation

Code

public function getColumnHeader();