You are here

protected property VarbaseContext::$parameters in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 8.8

Same name and namespace in other branches
  1. 8.4 tests/features/bootstrap/VarbaseContext.php \VarbaseContext::parameters
  2. 8.5 tests/features/bootstrap/VarbaseContext.php \VarbaseContext::parameters
  3. 8.6 tests/features/bootstrap/VarbaseContext.php \VarbaseContext::parameters
  4. 8.7 tests/features/bootstrap/VarbaseContext.php \VarbaseContext::parameters
  5. 9.0.x tests/features/bootstrap/VarbaseContext.php \VarbaseContext::parameters

Hold all passed parameters.

Type: array

File

tests/features/bootstrap/VarbaseContext.php, line 31

Class

VarbaseContext
Defines application features from the specific context.

Code

protected $parameters = [];