Implements ComplexDataInterface::getPropertyDefinitions().
Overrides Entity::getPropertyDefinitions
public function getPropertyDefinitions() {
return entity_get_controller($this->entityType)
->getFieldDefinitions(array(
'entity type' => $this->entityType,
'bundle' => $this
->bundle(),
));
}