You are here

protected property YamlDiscovery::$name in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Discovery/YamlDiscovery.php \Drupal\Component\Discovery\YamlDiscovery::name

The base filename to look for in each directory.

Type: string

File

core/lib/Drupal/Component/Discovery/YamlDiscovery.php, line 19

Class

YamlDiscovery
Provides discovery for YAML files within a given set of directories.

Namespace

Drupal\Component\Discovery

Code

protected $name;