class DerivedToolkit

Same name and namespace in other branches
  1. 8.9.x core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php \Drupal\image_test\Plugin\ImageToolkit\DerivedToolkit
  2. 10 core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php \Drupal\image_test\Plugin\ImageToolkit\DerivedToolkit
  3. 11.x core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php \Drupal\image_test\Plugin\ImageToolkit\DerivedToolkit

Provides a derivative of TestToolkit.

Plugin annotation


@ImageToolkit(
  id = "test:derived_toolkit",
  title = @Translation("A dummy toolkit, derivative of 'test'.")
)

Hierarchy

Expanded class hierarchy of DerivedToolkit

File

core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php, line 13

Namespace

Drupal\image_test\Plugin\ImageToolkit
View source
class DerivedToolkit extends TestToolkit {

}

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