You are here

protected property DrupalCodeBuilder::$loaded in Module Builder 8.3

Whether the library has been initialized.

Type: bool

File

src/DrupalCodeBuilder.php, line 15

Class

DrupalCodeBuilder
Service class that wraps around the DCB library, to make it injectable.

Namespace

Drupal\module_builder

Code

protected $loaded = FALSE;