public function FilterDependencyConfigEntityEvent::__construct in Dependency Calculation 8
FilterDependencyConfigEntityEvent constructor.
Parameters
\Drupal\depcalc\DependentEntityWrapper $wrapper: The entity wrapper for calculation.
File
- src/
Event/ FilterDependencyConfigEntityEvent.php, line 33
Class
- FilterDependencyConfigEntityEvent
- Class FilterDependencyConfigEntityEvent
Namespace
Drupal\depcalc\EventCode
public function __construct(DependentEntityWrapper $wrapper) {
$this->wrapper = $wrapper;
}