You are here

private static property Singleton::$instance in Convert Media Tags to Markup 8

Same name and namespace in other branches
  1. 2.x src/traits/Singleton.php \Drupal\convert_media_tags_to_markup\traits\Singleton::instance

Interal instance variable used with the instance() method.

Type: object

File

src/traits/Singleton.php, line 15

Class

Singleton
Implements the Singleton design pattern.

Namespace

Drupal\convert_media_tags_to_markup\traits

Code

private static $instance;