You are here

public function EntityTraversalInterface::getResults in General Data Protection Regulation 3.0.x

Same name and namespace in other branches
  1. 8.2 modules/gdpr_fields/src/EntityTraversalInterface.php \Drupal\gdpr_fields\EntityTraversalInterface::getResults()
  2. 8 modules/gdpr_fields/src/EntityTraversalInterface.php \Drupal\gdpr_fields\EntityTraversalInterface::getResults()

Get the traversal results.

Return value

array|null Results collected by the traversal. By default this will be a nested array. The first dimension is keyed by entity type and contains an array keyed by entity ID. The values will be the entity instances.

1 method overrides EntityTraversalInterface::getResults()
EntityTraversal::getResults in modules/gdpr_fields/src/EntityTraversal.php
Get the traversal results.

File

modules/gdpr_fields/src/EntityTraversalInterface.php, line 30

Class

EntityTraversalInterface
Defines a common interface for entity traversal.

Namespace

Drupal\gdpr_fields

Code

public function getResults();