You are here

protected property AESPluginManager::$instances in AES encryption 8.2

List of already instantiated plugins. All custom classes expects to be satisfied with having only single object. Used the same approach as in MailManager.

Type: array

File

src/Plugin/AESPluginManager.php, line 22

Class

AESPluginManager
Plugin type manager for AES.

Namespace

Drupal\aes\Plugin

Code

protected $instances = array();