getOption('fred.core_path', null, $modx->getOption('core_path', null, MODX_CORE_PATH) . 'components/fred/'); /** @var Fred $fred */ $fred = $modx->getService( 'fred', 'Fred', $corePath . 'model/fred/', array( 'core_path' => $corePath ) ); $modx->request->handleRequest( array( 'processors_path' => $fred->getOption('processorsPath', [], $corePath . 'processors/'), 'location' => '', ) );