DerivedToolkit.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\image_test\Plugin\ImageToolkitFile
core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.phpView source
<?php
namespace Drupal\image_test\Plugin\ImageToolkit;
/**
* Provides a derivative of TestToolkit.
*
* @ImageToolkit(
* id = "test:derived_toolkit",
* title = @Translation("A dummy toolkit, derivative of 'test'.")
* )
*/
class DerivedToolkit extends TestToolkit {
}
Classes
Name | Description |
---|---|
DerivedToolkit | Provides a derivative of TestToolkit. |