themeRegistration = $themeRegistration; $this->indexerRegistry = $indexerRegistry; } /** * {@inheritdoc} */ public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context) { $indexer = $this->indexerRegistry->get(Config::DESIGN_CONFIG_GRID_INDEXER_ID); $indexer->reindexAll(); $this->themeRegistration->register(); } }