You are here

public function DependentEntityWrapperInterface::needsAdditionalProcessing in Dependency Calculation 8

Whether any additional processing is needed.

Return value

bool

1 method overrides DependentEntityWrapperInterface::needsAdditionalProcessing()
DependentEntityWrapper::needsAdditionalProcessing in src/DependentEntityWrapper.php
Whether any additional processing is needed.

File

src/DependentEntityWrapperInterface.php, line 117

Class

DependentEntityWrapperInterface
Interface DependentEntityWrapperInterface.

Namespace

Drupal\depcalc

Code

public function needsAdditionalProcessing();