You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement the functionality to create a plugin by clicking on the public method.
User story:
Right-click on a class public method name
Select "Create a plugin for the method"
Dialog with the following field being shown (text input Module, Select Area, text input Plugin Class name, text input Plugin Directory, select with plugin type (around, after, before), Ok button, Cancel Button)
After filling out fields and click the Ok button the plugin file is created in the Plugin Directory and the plugin tag is added to the Module di.xml in the selected Area.
The text was updated successfully, but these errors were encountered:
We need to implement the functionality to create a plugin by clicking on the public method.
User story:
Module
, SelectArea
, text inputPlugin Class name
, text inputPlugin Directory
, select with plugin type (around, after, before), Ok button, Cancel Button)The text was updated successfully, but these errors were encountered: