public function Language::setParent

Implements ContextAwareInterface::setParent().

Overrides ContextAwareInterface::setParent

File

drupal/core/lib/Drupal/Core/TypedData/Type/Language.php, line 75
Definition of Drupal\Core\TypedData\Type\Language.

Class

Language
Defines the 'language' data type.

Namespace

Drupal\Core\TypedData\Type

Code

public function setParent($parent) {
  $this->parent = $parent;
}