You are here

public function ExecutionMetadataState::autocomplete in Rules 8.3

File

src/Context/ExecutionMetadataState.php, line 113

Class

ExecutionMetadataState
The state used during configuration time holding data definitions.

Namespace

Drupal\rules\Context

Code

public function autocomplete($partial_property_path) {
  return $this
    ->getDataFetcher()
    ->autocompletePropertyPath($this->dataDefinitions, $partial_property_path);
}