You are here

protected property DefaultPluginManager::$subdir in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Plugin/DefaultPluginManager.php \Drupal\Core\Plugin\DefaultPluginManager::subdir

The subdirectory within a namespace to look for plugins, or FALSE if the plugins are in the top level of the namespace.

Type: string|bool

File

core/lib/Drupal/Core/Plugin/DefaultPluginManager.php, line 58

Class

DefaultPluginManager
Base class for plugin managers.

Namespace

Drupal\Core\Plugin

Code

protected $subdir;