PHP 클래스 Carbon_Fields\Field\Gravity_Form_Field

상속: extends Select_Field
파일 보기 프로젝트 열기: htmlburger/carbon-fields

공개 메소드들

메소드 설명
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