Last active
February 18, 2025 21:32
Revisions
-
kevinquillen revised this gist
Feb 18, 2025 . 1 changed file with 4 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,4 @@ services: mymodule.api_client_factory: class: Drupal\mymodule\Factory\ApiClientFactory autowire: true -
kevinquillen created this gist
Feb 18, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ serializer.normalizer.mymodule: class: Drupal\mymodule\Normalizer\EntityNormalizer autowire: true tags: - { name: normalizer }