You are here

public function EntityTranslationDefaultHandler::isEntityForm in Entity Translation 7

Overrides EntityTranslationHandlerInterface::isEntityForm

See also

EntityTranslationHandlerInterface::isEntityForm()

File

includes/translation.handler.inc, line 1233
Default translation handler for the translation module.

Class

EntityTranslationDefaultHandler
Class implementing the default entity translation behaviours.

Code

public function isEntityForm() {
  return $this->entityForm;
}