public function TextProcessed::getParent

Implements ContextAwareInterface::getParent().

Return value

\Drupal\Core\Entity\Field\FieldItemInterface

Overrides ContextAwareInterface::getParent

File

drupal/core/modules/field/modules/text/lib/Drupal/text/TextProcessed.php, line 81
Definition of Drupal\text\TextProcessed.

Class

TextProcessed
A computed property for processing text with a format.

Namespace

Drupal\text

Code

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