getPriority() public method

The default priority is 0 and higher priorities are executed first.
public getPriority ( ) : integer
return integer
 /**
  * {@inheritdoc}
  */
 public function getPriority()
 {
     return $this->proxyFixer->getPriority();
 }