PathProcessorLanguage::reset

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();
}
doc_Drupal
2016-10-29 09:33:32
Comments
Leave a Comment

Please login to continue.