PHP Класс Carbon_Fields\Field\Gravity_Form_Field

Наследование: extends Select_Field
Показать файл Открыть проект

Открытые методы

Метод Описание
admin_init ( ) Admin initialization actions
is_plugin_active ( ) : boolean Whether the Gravity Forms plugin is installed and activated.
setup_gravity_form_options ( ) Set the available forms as field options
template ( ) The main Underscore template of this field.
to_json ( boolean $load ) : array Returns an array that holds the field data, suitable for JSON representation.

Описание методов

admin_init() публичный Метод

Admin initialization actions
public admin_init ( )

is_plugin_active() публичный Метод

Whether the Gravity Forms plugin is installed and activated.
public is_plugin_active ( ) : boolean
Результат boolean

setup_gravity_form_options() публичный Метод

Set the available forms as field options

template() публичный Метод

The main Underscore template of this field.
public template ( )

to_json() публичный Метод

This data will be available in the Underscore template and the Backbone Model.
public to_json ( boolean $load ) : array
$load boolean Should the value be loaded from the database or use the value from the current instance.
Результат array