Loading src/Entity/EventTypeRule.php +9 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,15 @@ use Drupal\Core\Config\Entity\ConfigEntityBase; * entity_keys = { * "id" = "id", * "label" = "id" * }, * config_export = { * "id", * "machine_name", * "entity_type", * "bundle", * "trigger", * "conditions", * "actions", * } * ) */ Loading src/Entity/RegistrantType.php +6 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,12 @@ use Drupal\Core\Config\Entity\ConfigEntityBundleBase; * "edit-form" = "/admin/structure/rng/registrant_types/manage/{registrant_type}", * "admin-form" = "/admin/structure/rng/registrant_types/manage/{registrant_type}", * "collection" = "/admin/structure/rng/registrant_types" * }, * config_export = { * "id", * "label", * "description", * "label_pattern", * } * ) */ Loading src/Entity/RegistrationType.php +5 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,11 @@ use Drupal\rng\EventManagerInterface; * "canonical" = "/admin/structure/rng/registration_types/manage/{registration_type}", * "edit-form" = "/admin/structure/rng/registration_types/manage/{registration_type}", * "delete-form" = "/admin/structure/rng/registration_types/manage/{registration_type}/delete", * }, * config_export = { * "id", * "label", * "description", * } * ) */ Loading src/Entity/RngEventType.php +17 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,23 @@ use Drupal\Core\Entity\Entity\EntityFormMode; * "delete-form" = "/admin/structure/rng/event_types/manage/{rng_event_type}/delete", * "event-access-defaults" = "/admin/structure/rng/event_types/manage/{rng_event_type}/access_defaults", * "field-mapping" = "/admin/structure/rng/event_types/manage/{rng_event_type}/field_mapping", * }, * config_export = { * "id", * "entity_type", * "bundle", * "mirror_operation_to_event_manage", * "custom_rules", * "default_registrant", * "allow_anon_registrants", * "auto_sync_registrants", * "auto_attach_users", * "registrant_email_field", * "event_start_date_field", * "event_end_date_field", * "people_types", * "default_messages", * "fields", * } * ) */ Loading Loading
src/Entity/EventTypeRule.php +9 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,15 @@ use Drupal\Core\Config\Entity\ConfigEntityBase; * entity_keys = { * "id" = "id", * "label" = "id" * }, * config_export = { * "id", * "machine_name", * "entity_type", * "bundle", * "trigger", * "conditions", * "actions", * } * ) */ Loading
src/Entity/RegistrantType.php +6 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,12 @@ use Drupal\Core\Config\Entity\ConfigEntityBundleBase; * "edit-form" = "/admin/structure/rng/registrant_types/manage/{registrant_type}", * "admin-form" = "/admin/structure/rng/registrant_types/manage/{registrant_type}", * "collection" = "/admin/structure/rng/registrant_types" * }, * config_export = { * "id", * "label", * "description", * "label_pattern", * } * ) */ Loading
src/Entity/RegistrationType.php +5 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,11 @@ use Drupal\rng\EventManagerInterface; * "canonical" = "/admin/structure/rng/registration_types/manage/{registration_type}", * "edit-form" = "/admin/structure/rng/registration_types/manage/{registration_type}", * "delete-form" = "/admin/structure/rng/registration_types/manage/{registration_type}/delete", * }, * config_export = { * "id", * "label", * "description", * } * ) */ Loading
src/Entity/RngEventType.php +17 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,23 @@ use Drupal\Core\Entity\Entity\EntityFormMode; * "delete-form" = "/admin/structure/rng/event_types/manage/{rng_event_type}/delete", * "event-access-defaults" = "/admin/structure/rng/event_types/manage/{rng_event_type}/access_defaults", * "field-mapping" = "/admin/structure/rng/event_types/manage/{rng_event_type}/field_mapping", * }, * config_export = { * "id", * "entity_type", * "bundle", * "mirror_operation_to_event_manage", * "custom_rules", * "default_registrant", * "allow_anon_registrants", * "auto_sync_registrants", * "auto_attach_users", * "registrant_email_field", * "event_start_date_field", * "event_end_date_field", * "people_types", * "default_messages", * "fields", * } * ) */ Loading