TypedData::getParent

public function TypedData::getParent

public TypedData::getParent()

Returns the parent data structure; i.e. either complex data or a list.

Return value

\Drupal\Core\TypedData\TraversableTypedDataInterface|null The parent data structure, either complex data or a list; or NULL if this is the root of the typed data tree.

Overrides TypedDataInterface::getParent

File

core/lib/Drupal/Core/TypedData/TypedData.php, line 194

Class

登录查看完整内容