AttributeClassDiscovery::$directorySuffix

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php \Drupal\Core\Plugin\Discovery\AttributeClassDiscovery::directorySuffix

A suffix to append to each PSR-4 directory associated with a base namespace.

This suffix is used to form the directories where plugins are found.

Type: string

File

core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php, line 20

Class

AttributeClassDiscovery
Defines a discovery mechanism to find plugins using attributes.

Namespace

Drupal\Core\Plugin\Discovery

Code

protected $directorySuffix = '';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.