protected function LingotekContentTranslationForm::removeOperationLink in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/Form/LingotekContentTranslationForm.php \Drupal\lingotek\Form\LingotekContentTranslationForm::removeOperationLink()
- 4.0.x src/Form/LingotekContentTranslationForm.php \Drupal\lingotek\Form\LingotekContentTranslationForm::removeOperationLink()
- 3.0.x src/Form/LingotekContentTranslationForm.php \Drupal\lingotek\Form\LingotekContentTranslationForm::removeOperationLink()
- 3.1.x src/Form/LingotekContentTranslationForm.php \Drupal\lingotek\Form\LingotekContentTranslationForm::removeOperationLink()
- 3.2.x src/Form/LingotekContentTranslationForm.php \Drupal\lingotek\Form\LingotekContentTranslationForm::removeOperationLink()
- 3.3.x src/Form/LingotekContentTranslationForm.php \Drupal\lingotek\Form\LingotekContentTranslationForm::removeOperationLink()
- 3.4.x src/Form/LingotekContentTranslationForm.php \Drupal\lingotek\Form\LingotekContentTranslationForm::removeOperationLink()
- 3.5.x src/Form/LingotekContentTranslationForm.php \Drupal\lingotek\Form\LingotekContentTranslationForm::removeOperationLink()
- 3.6.x src/Form/LingotekContentTranslationForm.php \Drupal\lingotek\Form\LingotekContentTranslationForm::removeOperationLink()
- 3.7.x src/Form/LingotekContentTranslationForm.php \Drupal\lingotek\Form\LingotekContentTranslationForm::removeOperationLink()
- 3.8.x src/Form/LingotekContentTranslationForm.php \Drupal\lingotek\Form\LingotekContentTranslationForm::removeOperationLink()
1 call to LingotekContentTranslationForm::removeOperationLink()
- LingotekContentTranslationForm::buildForm in src/
Form/ LingotekContentTranslationForm.php - Form constructor.
File
- src/
Form/ LingotekContentTranslationForm.php, line 274 - Contains \Drupal\lingotek\Form\LingotekContentTranslationForm.
Class
Namespace
Drupal\lingotek\FormCode
protected function removeOperationLink(ContentEntityInterface $entity, array &$option, $name) {
$operation_col = $this
->getOperationColumnId($entity, $option);
unset($option[$operation_col]['data']['#links'][strtolower($name)]);
}