Atrauzzi\LaravelDoctrine\ConfigMappingDriver::getAllClassNames PHP Method

getAllClassNames() public method

Gets the names of all mapped classes known to this driver.
public getAllClassNames ( ) : array
return array The names of all mapped classes known to this driver.
    public function getAllClassNames()
    {
        return array_keys(config('doctrine.mappings', []));
    }