MetaModels\BackendIntegration\BackendModuleBuilder::resolve PHP Method

resolve() private method

Inject MetaModels in the backend menu.
private resolve ( ) : void
return void
    private function resolve()
    {
        foreach ($this->viewCombinations->getStandaloneInputScreens() as $inputScreen) {
            $this->addModuleToBackendMenu($inputScreen);
        }
        $parentTables = $this->getTableNamesFromInputScreens($this->viewCombinations->getParentedInputScreenNames());
        $this->addChildTablesToBackendModules($parentTables);
    }