function PathProcessorManager::__construct

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php \Drupal\Core\PathProcessor\PathProcessorManager::__construct()

File

core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php, line 17

Class

PathProcessorManager
Path processor manager.

Namespace

Drupal\Core\PathProcessor

Code

public function __construct(#[AutowireIterator(tag: 'path_processor_inbound')] protected readonly iterable $inboundProcessors = [], #[AutowireIterator(tag: 'path_processor_outbound')] protected readonly iterable $outboundProcessors = []) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.