civicrm_entity-8.x-3.0-beta1/tests/modules/civicrm_entity_test/migrations/civicrm_events.yml
tests/modules/civicrm_entity_test/migrations/civicrm_events.yml
id: civicrm_entity_test_civicrm_event
label: 'Import CiviCRM events for CiviCRM Entity Test'
migration_group: 'CiviCRM Entity'
migration_tags:
- 'CiviCRM Entity'
source:
plugin: embedded_data
ids:
title:
type: string
data_rows:
- title: 'DrupalCon Nashville'
summary: 'DrupalCon Nashville 2018! Get your Drupal on'
description: "At DrupalCon, you'll learn to make, think about, and do things differently with Drupal. Session tracks feature topics like Javascript, Front End, DevOps, Content Strategy, Site Building, PHP, and Being Human. Each track includes sessions for beginners, experts, and everyone between. You'll leave DrupalCon inspired and empowered to create amazing web experiences."
event_type_id: 1
is_public: true
is_online_registration: true
default_role_id: 1
start_date: 2018-04-09T09:00:00
- title: 'DrupalCon Vienna'
summary: 'DrupalCon Vienna 2017! Get your Drupal on'
description: "At DrupalCon, you'll learn to make, think about, and do things differently with Drupal. Session tracks feature topics like Javascript, Front End, DevOps, Content Strategy, Site Building, PHP, and Being Human. Each track includes sessions for beginners, experts, and everyone between. You'll leave DrupalCon inspired and empowered to create amazing web experiences."
event_type_id: 1
is_public: true
is_online_registration: true
default_role_id: 1
start_date: 2017-09-26T09:00:00
destination:
plugin: entity:civicrm_event
process:
title: title
summary: summary
description: description
event_type_id: event_type_id
is_public: is_public
is_online_registration: is_online_registration
default_role_id: default_role_id
start_date: start_date
