function TagsTest::explodeTags

Explodes a series of tags.

File

core/tests/Drupal/Tests/Core/Common/TagsTest.php, line 25

Class

TagsTest
Tests explosion and implosion of autocomplete tags.

Namespace

Drupal\Tests\Core\Common

Code

public function explodeTags() {
  $string = implode(', ', array_keys($this->validTags));
  $tags = Tags::explode($string);
  $this->assertTags($tags);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.