N98\Magento\Command\Developer\Module\Rewrite\AbstractRewriteCommand::loadAutoloaderRewrites PHP Method

loadAutoloaderRewrites() protected method

Check codepools for core overwrites.
protected loadAutoloaderRewrites ( ) : array
return array
    protected function loadAutoloaderRewrites()
    {
        $return = $this->loadAutoloaderRewritesByCodepool('community');
        $return = array_merge($return, $this->loadAutoloaderRewritesByCodepool('local'));
        return $return;
    }