DerivedToolkit.php

Same filename in other branches
  1. 9 core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php
  2. 10 core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php
  3. 11.x core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php

Namespace

Drupal\image_test\Plugin\ImageToolkit

File

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

View 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

Title Deprecated Summary
DerivedToolkit Provides a derivative of TestToolkit.

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