You are here

protected function EntityTranslationCommerceProductHandler::entityFormTitle in Commerce Core 7

Overrides EntityTranslationDefaultHandler::entityFormTitle

See also

EntityTranslationDefaultHandler::entityFormTitle()

File

modules/product/includes/commerce_product.translation_handler.inc, line 51
Translation handler for the Commerce Product entity.

Class

EntityTranslationCommerceProductHandler
Commerce Product translation handler.

Code

protected function entityFormTitle() {
  return commerce_product_ui_product_title($this->entity);
}