protected function HtmlEntityDecodeTest::instantiatePlugin in Tamper 8
Instantiates a plugin.
Return value
\Drupal\tamper\TamperInterface A tamper plugin.
Overrides TamperPluginTestBase::instantiatePlugin
File
- tests/
src/ Unit/ Plugin/ Tamper/ HtmlEntityDecodeTest.php, line 19
Class
- HtmlEntityDecodeTest
- Tests the html entity decode plugin.
Namespace
Drupal\Tests\tamper\Unit\Plugin\TamperCode
protected function instantiatePlugin() {
return new HtmlEntityDecode([], 'html_entity_decode', [], $this
->getMockSourceDefinition());
}