protected property SystemConfigFormTestBase::$values in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/System/SystemConfigFormTestBase.php \Drupal\system\Tests\System\SystemConfigFormTestBase::values
Values to use for testing.
Contains details for form key, configuration object name, and config key. Example:
array(
'user_mail_cancel_confirm_body' => array(
'#value' => $this
->randomString(),
'#config_name' => 'user.mail',
'#config_key' => 'cancel_confirm.body',
),
);
Type: array
File
- core/
modules/ system/ src/ Tests/ System/ SystemConfigFormTestBase.php, line 44 - Contains \Drupal\system\Tests\System\SystemConfigFormTestBase.
Class
- SystemConfigFormTestBase
- Full generic test suite for any form that data with the configuration system.
Namespace
Drupal\system\Tests\SystemCode
protected $values;