protected property AnnotatedClassDiscovery::$directorySuffix in Plug 7
A suffix to append to each PSR-4 directory associated with a base namespace, to form the directories where plugins are found.
Type: string
File
- lib/
Drupal/ Core/ Plugin/ Discovery/ AnnotatedClassDiscovery.php, line 25 - Contains \Drupal\Core\Plugin\Discovery\AnnotatedClassDiscovery.
Class
- AnnotatedClassDiscovery
- Defines a discovery mechanism to find annotated plugins in PSR-0 namespaces.
Namespace
Drupal\Core\Plugin\DiscoveryCode
protected $directorySuffix = '';