You are here

class RegistrationStatesUIController in Entity Registration 7.2

Same name and namespace in other branches
  1. 8.2 lib/registration_state.ui_controller.inc \RegistrationStatesUIController
  2. 7 lib/registration_state.ui_controller.inc \RegistrationStatesUIController

@file UI Controller for Registration states.

Hierarchy

Expanded class hierarchy of RegistrationStatesUIController

1 string reference to 'RegistrationStatesUIController'
registration_entity_info in ./registration.module
Implements hook_entity_info().

File

lib/registration_state.ui_controller.inc, line 7
UI Controller for Registration states.

View source
class RegistrationStatesUIController extends EntityDefaultUIController {
  public function overviewForm($form, &$form_state) {
    return drupal_get_form('registration_states_overview_form');
  }

}

Members

Namesort descending Modifiers Type Description Overrides
EntityDefaultUIController::$entityInfo protected property
EntityDefaultUIController::$entityType protected property
EntityDefaultUIController::$id_count protected property
EntityDefaultUIController::$overviewPagerLimit public property Defines the number of entries to show per page in overview table.
EntityDefaultUIController::applyOperation public function Applies an operation to the given entity.
EntityDefaultUIController::entityFormSubmitBuildEntity public function Entity submit builder invoked via entity_ui_form_submit_build_entity().
EntityDefaultUIController::hook_forms public function Provides definitions for implementing hook_forms().
EntityDefaultUIController::hook_menu public function Provides definitions for implementing hook_menu(). 1
EntityDefaultUIController::operationCount protected function Returns the operation count for calculating colspans.
EntityDefaultUIController::operationForm public function Builds the operation form.
EntityDefaultUIController::operationFormSubmit public function Operation form submit callback. 1
EntityDefaultUIController::operationFormValidate public function Operation form validation callback.
EntityDefaultUIController::overviewFormSubmit public function Overview form submit callback.
EntityDefaultUIController::overviewFormValidate public function Overview form validation callback.
EntityDefaultUIController::overviewTable public function Generates the render array for a overview table for arbitrary entities matching the given conditions.
EntityDefaultUIController::overviewTableHeaders protected function Generates the table headers for the overview table.
EntityDefaultUIController::overviewTableRow protected function Generates the row for the passed entity and may be overridden in order to customize the rows.
EntityDefaultUIController::__construct public function
RegistrationStatesUIController::overviewForm public function Builds the entity overview form. Overrides EntityDefaultUIController::overviewForm