You are here

public function FieldsHelperInterface::getNestedProperties in Search API 8

Retrieves a list of nested properties from a complex property.

Takes care of including bundle-specific properties for entity reference properties.

Parameters

\Drupal\Core\TypedData\ComplexDataDefinitionInterface $property: The base definition.

Return value

\Drupal\Core\TypedData\DataDefinitionInterface[] The nested properties, keyed by property name.

1 method overrides FieldsHelperInterface::getNestedProperties()
FieldsHelper::getNestedProperties in src/Utility/FieldsHelper.php
Retrieves a list of nested properties from a complex property.

File

src/Utility/FieldsHelperInterface.php, line 107

Class

FieldsHelperInterface
Provides an interface for implementations of the fields helper service.

Namespace

Drupal\search_api\Utility

Code

public function getNestedProperties(ComplexDataDefinitionInterface $property);