Backend\Core\Engine\Base\Cronjob::getId PHP Method

getId() public method

Get the id
public getId ( ) : integer
return integer
    public function getId()
    {
        return mb_strtolower($this->getModule() . '_' . $this->getAction());
    }