Skip to content
Snippets Groups Projects
Unverified Commit 0971f357 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3515213 by benjifisher: Convert recently added test plugin to use attributes

parent 68b8b571
No related branches found
No related tags found
4 merge requests!5423Draft: Resolve #3329907 "Test2",!3478Issue #3337882: Deleted menus are not removed from content type config,!579Issue #2230909: Simple decimals fail to pass validation,!213Issue #2906496: Give Media a menu item under Content
Pipeline #474901 passed with warnings
Pipeline: drupal

#474916

    Pipeline: drupal

    #474904

      ...@@ -4,15 +4,13 @@ ...@@ -4,15 +4,13 @@
      namespace Drupal\migrate_sql_prepare_query_test\Plugin\migrate\source; namespace Drupal\migrate_sql_prepare_query_test\Plugin\migrate\source;
      use Drupal\migrate\Attribute\MigrateSource;
      use Drupal\migrate\Plugin\migrate\source\SqlBase; use Drupal\migrate\Plugin\migrate\source\SqlBase;
      /** /**
      * Source plugin for prepare query test. * Source plugin for prepare query test.
      *
      * @MigrateSource(
      * id = "test_sql_prepare_query"
      * )
      */ */
      #[MigrateSource('test_sql_prepare_query')]
      class TestSqlPrepareQuery extends SqlBase { class TestSqlPrepareQuery extends SqlBase {
      /** /**
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please to comment