public function DependentEntityWrapper::needsAdditionalProcessing in Dependency Calculation 8
Whether any additional processing is needed.
Return value
bool
Overrides DependentEntityWrapperInterface::needsAdditionalProcessing
File
- src/
DependentEntityWrapper.php, line 223
Class
- DependentEntityWrapper
- An entity wrapper class for finding and tracking dependencies of an entity.
Namespace
Drupal\depcalcCode
public function needsAdditionalProcessing() {
return $this->additionalProcessing;
}