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

1
2
3
public function reset() {
  $this->processors = array();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.