Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / workflows / tests / modules / workflow_type_test / src / Plugin / WorkflowType / TestType.php
index 2ff68a84adca3be50e926883b39eee79343f915d..ddd074a019db02d27684357b88ebdb58f3e8c49c 100644 (file)
@@ -14,14 +14,6 @@ use Drupal\workflows\Plugin\WorkflowTypeBase;
  */
 class TestType extends WorkflowTypeBase {
 
-  /**
-   * {@inheritdoc}
-   */
-  public function defaultConfiguration() {
-    // No configuration is stored for the test type.
-    return [];
-  }
-
   /**
    * {@inheritdoc}
    */