public function FieldsHelperInterface::getInnerProperty in Search API 8
Retrieves the inner property definition of a compound property definition.
This will retrieve the list item type from a list data definition or the definition of the referenced data from a reference data definition.
Parameters
\Drupal\Core\TypedData\DataDefinitionInterface $property: The original property definition.
Return value
\Drupal\Core\TypedData\DataDefinitionInterface The inner property definition.
1 method overrides FieldsHelperInterface::getInnerProperty()
- FieldsHelper::getInnerProperty in src/
Utility/ FieldsHelper.php - Retrieves the inner property definition of a compound property definition.
File
- src/
Utility/ FieldsHelperInterface.php, line 134
Class
- FieldsHelperInterface
- Provides an interface for implementations of the fields helper service.
Namespace
Drupal\search_api\UtilityCode
public function getInnerProperty(DataDefinitionInterface $property);