public function Field::getParent

Implements ContextAwareInterface::getParent().

Return value

\Drupal\Core\Entity\EntityInterface

Overrides ContextAwareInterface::getParent

File

drupal/core/lib/Drupal/Core/Entity/Field/Type/Field.php, line 215
Definition of Drupal\Core\Entity\Field\Type\Field.

Class

Field
An entity field, i.e. a list of field items.

Namespace

Drupal\Core\Entity\Field\Type

Code

public function getParent() {
  return $this->parent;
}