You are here

protected property TestSiteUserLoginCommand::$classLoader in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php \Drupal\TestSite\Commands\TestSiteUserLoginCommand::classLoader

The class loader to use for installation and initialization of setup.

Type: \Symfony\Component\Classloader\Classloader

File

core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php, line 27

Class

TestSiteUserLoginCommand
Command to generate a login link for the test site.

Namespace

Drupal\TestSite\Commands

Code

protected $classLoader;