Support from Acquia helps fund testing for Drupal Acquia logo

Comments

akshay_d created an issue. See original summary.

akshay_d’s picture

Status: Active » Needs review
FileSize
5.97 KB

removed deprecated drupal_set_message() in submodule linkback_webmention please review

aleix’s picture

Status: Needs review » Needs work

Hi and thanks for the patch. It make sense, despite that it makes mandatory the use of system >8.5, but anyway this is recommended (as <8,4 is not supported).
But as we use dependency injection where it can be used, the use of '@messenger' service must be injected.

Could you change it? (if not I'll do some day)

akshay_d’s picture

Assigned: Unassigned » akshay_d

@aleix I will make the changes soon

akshay_d’s picture

Status: Needs work » Needs review
FileSize
9.6 KB

dependency injection used, please review

aleix’s picture

Status: Needs review » Needs work

Ok, thank's but @messenger it's not included in https://cgit.drupalcode.org/linkback/tree/linkback_webmention/linkback_w... .

aleix’s picture

The same as pingback submodule #3034744: drupal_set_message() is deprecated in submodule linkback_pingback must be done. If you need help tell me please.

akshay_d’s picture

@aleix thanks i will do the changes soon

akshay_d’s picture

Status: Needs work » Needs review
FileSize
11.14 KB
1.54 KB

@aleix updated the services.yml please review.

aleix’s picture

Status: Needs review » Needs work

Hi again, everything ok but for form plugin. When using dependency injection in Form creation, it needs to override the create static function to provide the new dependency from container, take a look at:

https://www.drupal.org/docs/8/api/services-and-dependency-injection/depe...

I cannot create the interdiff showing it now sorry... can you refactor it?

akshay_d’s picture

updated static function for the new dependency container, please review

Status: Needs review » Needs work
akshay_d’s picture

updated patch please review

Status: Needs review » Needs work
aleix’s picture

Patch is not applying with last dev, please could you refactor it?

daiwik.addweb’s picture

Status: Needs work » Needs review
FileSize
11.38 KB

@aleix, Please find below attached Rerolled patch, as #13 didn't apply to check. Kindly review it & let me know your views on the same.

Thanks!.

aleix’s picture

Status: Needs review » Fixed

Great! thank's a lot!

aleix’s picture

Status: Fixed » Closed (fixed)