TestXSSTitleBlock.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\block_test\Plugin\BlockFile
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestXSSTitleBlock.phpView source
<?php
namespace Drupal\block_test\Plugin\Block;
/**
* Provides a block to test XSS in title.
*
* @Block(
* id = "test_xss_title",
* admin_label = "<script>alert('XSS subject');</script>"
* )
*/
class TestXSSTitleBlock extends TestCacheBlock {
}
Classes
Name | Description |
---|---|
TestXSSTitleBlock | Provides a block to test XSS in title. |