You are here

protected function ProductAttributeTranslationAddForm::getEntityTypeManager in Commerce Core 8.2

File

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

Class

ProductAttributeTranslationAddForm
Provides the form for adding product attribute translations.

Namespace

Drupal\commerce_product\Form

Code

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