public PathProcessorLanguage::reset()
Resets the collected processors instances.
File
- core/modules/language/src/HttpKernel/PathProcessorLanguage.php, line 176
Class
- PathProcessorLanguage
- Processes the inbound path using path alias lookups.
Namespace
Drupal\language\HttpKernel
Code
public function reset() {
$this->processors = array();
}
Please login to continue.