You are here

public function ProdCheckBase::setProcessor in Production check & Production monitor 8

Sets the processor

File

src/Plugin/ProdCheck/ProdCheckBase.php, line 148

Class

ProdCheckBase
Base class for all the prod check plugins.

Namespace

Drupal\prod_check\Plugin\ProdCheck

Code

public function setProcessor($processor) {
  $this->processor = $processor;
}