You are here

public function RelationshipItemNormalizerValue::getInclude in JSON:API 8

Gets the include.

Return value

\Drupal\jsonapi\Normalizer\Value\EntityNormalizerValue The include.

File

src/Normalizer/Value/RelationshipItemNormalizerValue.php, line 88

Class

RelationshipItemNormalizerValue
Helps normalize relationship items in compliance with the JSON API spec.

Namespace

Drupal\jsonapi\Normalizer\Value

Code

public function getInclude() {
  return $this->include;
}