Version 1
[yaffs-website] / web / core / modules / system / tests / modules / image_test / src / Plugin / ImageToolkit / DerivedToolkit.php
1 <?php
2
3 namespace Drupal\image_test\Plugin\ImageToolkit;
4
5 /**
6  * Provides a derivative of TestToolkit.
7  *
8  * @ImageToolkit(
9  *   id = "test:derived_toolkit",
10  *   title = @Translation("A dummy toolkit, derivative of 'test'.")
11  * )
12  */
13 class DerivedToolkit extends TestToolkit { }