-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make use of little_helpers services container. #228
base: 7.x-2.x
Are you sure you want to change the base?
Conversation
90c9c95
to
b792a9d
Compare
b59e123
to
916d937
Compare
*/ | ||
function hook_campaignion_action_info() { | ||
$types['webform'] = array( | ||
'class' => 'Drupal\\campaignion_action\\FlexibleForm', | ||
'type' => 'default', | ||
'wizard' => 'default', |
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.
This will still need some code to work with legacy profiles (ie. map backwards from action_class
and wizard_class
).
* Implements hook_campaignion_wizard_info(). | ||
*/ | ||
function campaignion_wizard_campaignion_wizard_info() { | ||
$info['donation'] = DonationWizard::class; |
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.
Maybe move this into campaignion_donation
.
No description provided.