Gets the YAML discovery.
\Drupal\Core\Discovery\YamlDiscovery The YAML discovery.
protected function getYamlDiscovery() { if (!isset($this->yamlDiscovery)) { $this->yamlDiscovery = new YamlDiscovery('permissions', $this->moduleHandler ->getModuleDirectories()); } return $this->yamlDiscovery; }