protected property LazyPluginCollectionTestBase::$config in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php \Drupal\Tests\Core\Plugin\LazyPluginCollectionTestBase::config
Contains the plugin configuration.
Type: array
File
- core/
tests/ Drupal/ Tests/ Core/ Plugin/ LazyPluginCollectionTestBase.php, line 44 - Contains \Drupal\Tests\Core\Plugin\LazyPluginCollectionTestBase.
Class
- LazyPluginCollectionTestBase
- Provides a base class for plugin collection tests.
Namespace
Drupal\Tests\Core\PluginCode
protected $config = array(
'banana' => array(
'id' => 'banana',
'key' => 'value',
),
'cherry' => array(
'id' => 'cherry',
'key' => 'value',
),
'apple' => array(
'id' => 'apple',
'key' => 'value',
),
);