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