CRM_Contact_Form_Search_Criteria
in package
Tags
Table of Contents
Methods
- activity() : mixed
- basic() : mixed
- changeLog() : mixed
- CiviCase() : mixed
- custom() : mixed
- Generate the custom Data Fields based for those with is_searchable = 1.
- demographics() : mixed
- getBasicSearchFields() : mixed
- Return list of basic contact fields that can be displayed for the basic search section.
- getFilteredSearchFieldMetadata() : array<string|int, mixed>
- Get search field metadata filtered by the template grouping field.
- getSearchFieldMetadata() : mixed
- Get the metadata for fields to be included on the contact search form.
- location() : mixed
- notes() : mixed
- relationship() : mixed
- task() : mixed
- setBasicSearchFields() : mixed
- Defines the fields that can be displayed for the basic search section.
Methods
activity()
public
static activity(CRM_Core_Form &$form) : mixed
Parameters
- $form : CRM_Core_Form
basic()
public
static basic(CRM_Contact_Form_Search_Advanced &$form) : mixed
Parameters
- $form : CRM_Contact_Form_Search_Advanced
Tags
changeLog()
public
static changeLog(CRM_Core_Form &$form) : mixed
Parameters
- $form : CRM_Core_Form
Tags
CiviCase()
public
static CiviCase(mixed &$form) : mixed
Parameters
- $form : mixed
custom()
Generate the custom Data Fields based for those with is_searchable = 1.
public
static custom(CRM_Contact_Form_Search &$form) : mixed
Parameters
- $form : CRM_Contact_Form_Search
Tags
demographics()
public
static demographics(CRM_Core_Form_Search &$form) : mixed
Parameters
- $form : CRM_Core_Form_Search
Tags
getBasicSearchFields()
Return list of basic contact fields that can be displayed for the basic search section.
public
static getBasicSearchFields() : mixed
getFilteredSearchFieldMetadata()
Get search field metadata filtered by the template grouping field.
public
static getFilteredSearchFieldMetadata(string $filter) : array<string|int, mixed>
Parameters
- $filter : string
Tags
Return values
array<string|int, mixed>getSearchFieldMetadata()
Get the metadata for fields to be included on the contact search form.
public
static getSearchFieldMetadata() : mixed
Tags
location()
public
static location(CRM_Core_Form &$form) : mixed
Parameters
- $form : CRM_Core_Form
notes()
public
static notes(mixed &$form) : mixed
Parameters
- $form : mixed
relationship()
public
static relationship(CRM_Core_Form_Search &$form) : mixed
Parameters
- $form : CRM_Core_Form_Search
Tags
task()
public
static task(CRM_Core_Form &$form) : mixed
Parameters
- $form : CRM_Core_Form
setBasicSearchFields()
Defines the fields that can be displayed for the basic search section.
protected
static setBasicSearchFields(CRM_Core_Form $form) : mixed
Parameters
- $form : CRM_Core_Form