protected property BaseTest::$namePlugins in Plug 7
Expected output for default name plugins.
Type: array
File
- modules/
plug_example/ lib/ Drupal/ plug_example/ Tests/ BaseTest.php, line 17 - Contains Drupal\plug_example\Tests\BaseTest.
Class
Namespace
Drupal\plug_example\TestsCode
protected $namePlugins = array(
// Check that John is not a company, modified in hook_name_plugin_alter().
'My name is: John Doe',
'My name is: John Doe',
'My name is: Mom',
'Company name: Acme Inc.',
'Company name: Acme Inc.',
);