[^\] * 2. * -> [^\]* * 3. [...], [!...] -> [...], [^...] * 4. {..,..,...} -> (?:..|..|...) * * @param ThemeInterface $theme Theme that defines the design context * @param string $filePath * @return \Magento\Framework\View\File[] */ public function getFiles(ThemeInterface $theme, $filePath); }