DrupalTagsHandlingTestCase::$validTags
Type: validTags
File
-
modules/
simpletest/ tests/ common.test, line 692
Class
- DrupalTagsHandlingTestCase
- Test drupal_explode_tags() and drupal_implode_tags().
Code
var $validTags = array(
'Drupal' => 'Drupal',
'Drupal with some spaces' => 'Drupal with some spaces',
'"Legendary Drupal mascot of doom: ""Druplicon"""' => 'Legendary Drupal mascot of doom: "Druplicon"',
'"Drupal, although it rhymes with sloopal, is as awesome as a troopal!"' => 'Drupal, although it rhymes with sloopal, is as awesome as a troopal!',
);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.