You are here

public function FieldInstance::__toString in Corresponding Entity References 7.3

File

field_object/includes/FieldInstance.inc, line 86

Class

FieldInstance

Code

public function __toString() {
  return "{$this->entityType}:{$this->bundle}:{$this->name}";
}