public function LingotekModerationSettingsFormInterface::getColumnHeader in Lingotek Translation 4.0.x
Same name and namespace in other branches
- 8.2 src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
- 3.0.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
- 3.1.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
- 3.2.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
- 3.3.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
- 3.4.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
- 3.5.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
- 3.6.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
- 3.7.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
- 3.8.x src/Moderation/LingotekModerationSettingsFormInterface.php \Drupal\lingotek\Moderation\LingotekModerationSettingsFormInterface::getColumnHeader()
Gets the column header title.
Return value
string The column header title.
3 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.
- LingotekWorkbenchModerationSettingsForm::getColumnHeader in src/
Moderation/ LingotekWorkbenchModerationSettingsForm.php - Gets the column header title.
File
- src/
Moderation/ LingotekModerationSettingsFormInterface.php, line 18
Class
- LingotekModerationSettingsFormInterface
- Workbench moderation settings form helper.
Namespace
Drupal\lingotek\ModerationCode
public function getColumnHeader();