-
Notifications
You must be signed in to change notification settings - Fork 1.7k
magento/devdocs#: Plugins (Interceptors). Add plugin method naming convention. #5200
magento/devdocs#: Plugins (Interceptors). Add plugin method naming convention. #5200
Conversation
An admin must run tests on this PR before it can be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @atwixfirster. Thank you for extending the documentation. The part about interceptors naming was really missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making those changes @atwixfirster!
There are also some markdown syntax errors that need to be fixed:
rake test:cicd
Testing Markdown style with mdl ...
guides/v2.2/extension-dev-guide/plugins.md:60: MD009 Trailing spaces
guides/v2.2/extension-dev-guide/plugins.md:62: MD009 Trailing spaces
guides/v2.2/extension-dev-guide/plugins.md:64: MD009 Trailing spaces
guides/v2.2/extension-dev-guide/plugins.md:76: MD009 Trailing spaces
guides/v2.2/extension-dev-guide/plugins.md:78: MD009 Trailing spaces
guides/v2.2/extension-dev-guide/plugins.md:80: MD009 Trailing spaces
guides/v2.2/extension-dev-guide/plugins.md:81: MD009 Trailing spaces
guides/v2.2/extension-dev-guide/plugins.md:93: MD009 Trailing spaces
guides/v2.2/extension-dev-guide/plugins.md:94: MD009 Trailing spaces
guides/v2.3/extension-dev-guide/plugins.md:60: MD009 Trailing spaces
guides/v2.3/extension-dev-guide/plugins.md:62: MD009 Trailing spaces
guides/v2.3/extension-dev-guide/plugins.md:64: MD009 Trailing spaces
guides/v2.3/extension-dev-guide/plugins.md:76: MD009 Trailing spaces
guides/v2.3/extension-dev-guide/plugins.md:78: MD009 Trailing spaces
guides/v2.3/extension-dev-guide/plugins.md:80: MD009 Trailing spaces
guides/v2.3/extension-dev-guide/plugins.md:81: MD009 Trailing spaces
guides/v2.3/extension-dev-guide/plugins.md:93: MD009 Trailing spaces
guides/v2.3/extension-dev-guide/plugins.md:94: MD009 Trailing spaces
A detailed description of the rules is available at https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
The Markdown linter has found 20 issues```
fixed @jeff-matthews, could you please run tests again? Thank you! |
Thanks @atwixfirster, but there are still errors:
|
missed up with that line 😊 fixed Thanks, @jeff-matthews |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed. Thanks @atwixfirster.
running tests |
Hi @atwixfirster, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) adds "Plugin method naming convention" section to Plugins (Interceptors) page.
Affected DevDocs pages
Links to Magento source code
Thank you!
whatsnew
Added a Plugin method naming convention section to Plugins (Interceptors) topic.