Is it possible to execute a group migration in a similar way?
With Drush we would do smth like "drush migrate:import --group=my_group".
How would one execute that from code when there is no migration id to be passed?
+ "psr/http-message": "^1.1 || ^2.0"
Fixed TypeError.
Sorry, UPD to #12 - patch should be based against version 3.0.0-alpha4 rather than 3.x, attaching updated one..
An attempt (not sure if relevant for anybody) to be able to switch between Public (Client ID + Client Secret) and Private (Access Token) App integrations.
+ switched hubspot/hubspot-php library to version 5.2.
+ Included fix from
this issue
π
Fatal error trying to add HubSpot handler in webform
RTBC
.
The above could be achieved in the following way though:
$response = new AjaxResponse();
$response->addCommand(new OpenModalDialogCommand('Some Title', 'Some content', ['width' => '600px']));
$response->addCommand(new FocusFirstCommand('button.some-class'));
return $response;
Usage of "data-ajax-focus" data attribute needs some examples/clarification as it doesn't seem to work in the following way:
'#attributes' => [
'class' => 'use-ajax',
'data-ajax-focus' => 'button.focus-here',
],