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
Define the necessary components in order to make this happen in Drupal 8.
Start by evaluating the functionality in Drupal 7 and then evaluate what is available to expedite the development.
The major functionality included in Drupal 7 includes:
Import by organization
Import by workgroup
Import by sunet
Duplication reduction (One content node per person)
After having talks with @boznik and @pookmish the migrate module will be able to power the core of this new version. Additional plugins will have to be written and modules/services to extend and create the configuration entities required for the Migrate module to do its thing but this will get us the heavy lifting we had write in the Drupal 7 version.
CAPx will provide APIs or helper services/classes that will generate the configuration entity that migrate with migrate_plus will use to fetch and save profiles from the API.
Authz module will likely piggy back off of the key module to provide the oauth authentication credentials that are needed for migrate to communicate with the api.
Define the necessary components in order to make this happen in Drupal 8.
Start by evaluating the functionality in Drupal 7 and then evaluate what is available to expedite the development.
The major functionality included in Drupal 7 includes:
The text was updated successfully, but these errors were encountered: