You are here

protected function ProductAttributeTranslationEditForm::getEntityTypeManager in Commerce Core 8.2

File

modules/product/src/Form/ProductAttributeTranslationEditForm.php, line 69

Class

ProductAttributeTranslationEditForm
Provides the form for editing product attribute translations.

Namespace

Drupal\commerce_product\Form

Code

protected function getEntityTypeManager() {
  return $this->entityTypeManager;
}