function PaymentViewsHandlerFilterPaymentMethodControllerTitle::get_value_options in Payment 7
Implements views_handler_filter_in_operator::get_value_options().
Overrides views_handler_filter_in_operator::get_value_options
File
- views/
PaymentViewsHandlerFilterPaymentMethodControllerTitle.inc, line 15
Class
- PaymentViewsHandlerFilterPaymentMethodControllerTitle
- Filter by specific payment method controller, but show users their titles.
Code
function get_value_options() {
if (!isset($this->value_options)) {
$this->value_options = payment_method_controller_options();
}
}