README.txt |
README.txt |
|
Entity based registration system for Drupal.
# Configuration
1. Download and enable the module.
2. Create at least one registration bundle (or type) at
/admin/structure/admin/structure/registration/registration_types, much like you would a content… |
registration.api.php |
registration.api.php |
|
API documentation for Relation module. |
registration.field.inc |
includes/registration.field.inc |
|
Field hooks. |
registration.forms.inc |
includes/registration.forms.inc |
|
Form definitions and callbacks for Registration. |
registration.info.yml |
registration.info.yml |
|
registration.info.yml |
registration.install |
registration.install |
|
Schema and installation hooks for registration module. |
registration.module |
registration.module |
|
|
Registration.php |
src/Registration.php |
Drupal\registration |
|
registration.schema.yml |
config/schema/registration.schema.yml |
|
config/schema/registration.schema.yml |
registration.settings.yml |
config/install/registration.settings.yml |
|
config/install/registration.settings.yml |
RegistrationInterface.php |
src/RegistrationInterface.php |
Drupal\registration |
Contains \Drupal\registration\RegistrationInterface. |
RegistrationMetadataController.php |
src/RegistrationMetadataController.php |
Drupal\registration |
|
RegistrationState.php |
src/RegistrationState.php |
Drupal\registration |
The class used for registration state entities |
RegistrationStateController.php |
src/RegistrationStateController.php |
Drupal\registration |
The controller class used for registration state entities |
RegistrationStatesUIController.php |
src/RegistrationStatesUIController.php |
Drupal\registration |
UI Controller for Registration states. |
RegistrationTestCase.php |
src/Tests/RegistrationTestCase.php |
Drupal\registration\Tests |
Tests for the Registration module |
RegistrationType.php |
src/RegistrationType.php |
Drupal\registration |
The class used for model type entities |
RegistrationTypeUIController.php |
src/RegistrationTypeUIController.php |
Drupal\registration |
Registration Type UI controller. |
registration_entity_access.info |
modules/registration_entity_access/registration_entity_access.info |
|
name = Registration Entity Access
description = Provides per entity access control for registration.
package = Registration
core = 7.x
dependencies[] = registration |
registration_entity_access.module |
modules/registration_entity_access/registration_entity_access.module |
|
Entity Registration per entity access control |
registration_handler_field_entity_capacity_total.inc |
modules/registration_views/includes/registration_handler_field_entity_capacity_total.inc |
|
Display maximum slots for an entity. |
registration_handler_field_entity_capacity_total.php |
src/registration_handler_field_entity_capacity_total.php |
Drupal\registration |
Display maximum slots for an entity. |
registration_handler_field_entity_capacity_used.inc |
modules/registration_views/includes/registration_handler_field_entity_capacity_used.inc |
|
Display maximum slots for an entity. |
registration_handler_field_entity_capacity_used.php |
src/registration_handler_field_entity_capacity_used.php |
Drupal\registration |
Display maximum slots for an entity. |
registration_handler_field_entity_datetime.inc |
modules/registration_views/includes/registration_handler_field_entity_datetime.inc |
|
Display registration open or closing dates. |
registration_handler_field_entity_datetime.php |
src/registration_handler_field_entity_datetime.php |
Drupal\registration |
Display registration open or closing dates. |
registration_handler_field_entity_registration_status.inc |
modules/registration_views/includes/registration_handler_field_entity_registration_status.inc |
|
Display registration status for host entity. |
registration_handler_field_entity_registration_status.php |
src/registration_handler_field_entity_registration_status.php |
Drupal\registration |
Display registration status for host entity. |
registration_handler_field_entity_settings_link.inc |
modules/registration_views/includes/registration_handler_field_entity_settings_link.inc |
|
Field handler to render a link to edit entity registration settings. |
registration_handler_field_entity_settings_link.php |
src/registration_handler_field_entity_settings_link.php |
Drupal\registration |
Field handler to render a link to edit entity registration settings. |
registration_handler_field_registration_link.inc |
modules/registration_views/includes/registration_handler_field_registration_link.inc |
|
Field handler to render a link to a registration. |
registration_handler_field_registration_link.php |
src/registration_handler_field_registration_link.php |
Drupal\registration |
Field handler to render a link to a registration. |
registration_handler_field_registration_link_delete.inc |
modules/registration_views/includes/registration_handler_field_registration_link_delete.inc |
|
Field handler to render a link to delete a registration. |
registration_handler_field_registration_link_delete.php |
src/registration_handler_field_registration_link_delete.php |
Drupal\registration |
Field handler to render a link to delete a registration. |
registration_handler_field_registration_link_edit.inc |
modules/registration_views/includes/registration_handler_field_registration_link_edit.inc |
|
Field handler to render a link to edit a registration. |
registration_handler_field_registration_link_edit.php |
src/registration_handler_field_registration_link_edit.php |
Drupal\registration |
Field handler to render a link to edit a registration. |
registration_handler_relationship.inc |
modules/registration_views/includes/registration_handler_relationship.inc |
|
Contains relationship handlers. |
registration_handler_relationship.php |
src/registration_handler_relationship.php |
Drupal\registration |
|
registration_test_api.info |
tests/registration_test_api/registration_test_api.info |
|
name = Registration API Test
description = Support module for Registration API (Hooks)
package = Registration
core = 7.x
dependencies[] = registration
hidden = TRUE |
registration_test_api.module |
tests/registration_test_api/registration_test_api.module |
|
Test hooks for Registration module. |
registration_type.admin.inc |
includes/registration_type.admin.inc |
|
Model type editing UI. |
registration_views.info |
modules/registration_views/registration_views.info |
|
name = Registration Views
description = Entity Registration Views integration
package = Registration
core = 7.x
dependencies[] = registration
dependencies[] = views
; Views: Registration
files[] =… |
registration_views.module |
modules/registration_views/registration_views.module |
|
Entity Registration Views integration |
registration_waitlist.info |
modules/registration_waitlist/registration_waitlist.info |
|
name = Registration Wait list
description = Provides a special registration state that acts as a wait list.
package = Registration
core = 7.x
dependencies[] = registration
files[] = registration_waitlist.test |
registration_waitlist.module |
modules/registration_waitlist/registration_waitlist.module |
|
Entity Registration waitlist functionality |
registration_waitlist.test |
modules/registration_waitlist/registration_waitlist.test |
|
Tests for the Registration Wait List module |