You are here

protected function LingotekContentTranslationForm::removeOperationLink in Lingotek Translation 3.4.x

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

File

src/Form/LingotekContentTranslationForm.php, line 313

Class

LingotekContentTranslationForm

Namespace

Drupal\lingotek\Form

Code

protected function removeOperationLink(ContentEntityInterface $entity, array &$option, $name) {
  $operation_col = $this
    ->getOperationColumnId($entity, $option);
  unset($option[$operation_col]['data']['#links'][strtolower($name)]);
}