You are here

public function NodeRegistrationNodeSettings::get_end_date in Node registration 7

Returns the event's end date + time.

See also

NodeRegistrationNodeSettings::max_registration_time()

File

includes/node_registration.node_settings.inc, line 129
Node settings class.

Class

NodeRegistrationNodeSettings
Node settings class.

Code

public function get_end_date() {
  return $this
    ->max_registration_time();
}