You are here

public function EdgeEntityBase::isTranslatable in Apigee Edge 8

File

src/Entity/EdgeEntityBase.php, line 160

Class

EdgeEntityBase
Base class for Apigee Edge entities in Drupal.

Namespace

Drupal\apigee_edge\Entity

Code

public function isTranslatable() {
  return FALSE;
}