public function PathProcessorLanguage::reset in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/language/src/HttpKernel/PathProcessorLanguage.php \Drupal\language\HttpKernel\PathProcessorLanguage::reset()
Resets the collected processors instances.
File
- core/
modules/ language/ src/ HttpKernel/ PathProcessorLanguage.php, line 181 - Contains \Drupal\language\HttpKernel\PathProcessorLanguage.
Class
- PathProcessorLanguage
- Processes the inbound path using path alias lookups.
Namespace
Drupal\language\HttpKernelCode
public function reset() {
$this->processors = array();
}