You are here

public function EntityTraversalInterface::traverse in General Data Protection Regulation 8

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

Traverses the entity relationship tree if not done before.

Return value

bool Whether or not the traversal was successful.

Throws

\Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException

\Drupal\Component\Plugin\Exception\PluginNotFoundException

1 method overrides EntityTraversalInterface::traverse()
EntityTraversal::traverse in modules/gdpr_fields/src/EntityTraversal.php
Traverses the entity relationship tree if not done before.

File

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

Class

EntityTraversalInterface
Defines a common interface for entity traversal.

Namespace

Drupal\gdpr_fields

Code

public function traverse();