Gets the YAML group discovery.
\Drupal\Core\Discovery\YamlDiscovery The YAML discovery.
protected function getYamlGroupDiscovery() {
return new YamlDiscovery('paragraphs.style_group', $this->moduleHandler
->getModuleDirectories() + $this
->getSortedThemeDirectories());
}