CRM_Event_BAO_Query
class CRM_Event_BAO_Query extends CRM_Core_BAO_Query
Methods
Get legacy fields which we still maybe support.
No description
Function get the import/export fields for contribution.
No description
Build select for CiviEvent.
No description
No description
No description
Get the metadata for fields to be included on the grant search form.
Get metadata from pseudo search field 'event'.
Details
in CRM_Core_BAO_Query at line 41
static
addCustomFormFields(CRM_Core_Form $form, array $extends)
in CRM_Core_BAO_Query at line 69
static protected array
getLegacySupportedFields()
Get legacy fields which we still maybe support.
These are contribution specific but I think it's ok to have one list of legacy supported params in a central place.
in CRM_Core_BAO_Query at line 87
string
qill()
Getter for the qill object.
in CRM_Core_BAO_Query at line 97
static
searchAction($row, int $id)
Possibly unnecessary function.
at line 671
static
tableNames($tables)
in CRM_Core_BAO_Query at line 111
static protected string
getFieldName(array $values)
Get the name of the field.
at line 45
static array
getFields(bool $checkPermission = TRUE)
Function get the import/export fields for contribution.
at line 57
static array
getParticipantFields()
at line 66
static
select($query)
Build select for CiviEvent.
at line 231
static
where($query)
at line 253
static
whereClauseSingle($values, CRM_Contact_BAO_Query $query)
at line 486
static null|string
from(string $name, $mode, $side)
at line 536
static array|null
defaultReturnProperties($mode, bool $includeCustomFields = TRUE)
at line 589
static
getSearchFieldMetadata()
Get the metadata for fields to be included on the grant search form.
at line 609
static
buildSearchForm(CRM_Event_Form_Search $form)
Build the event search form.
at line 683
static protected array
getPseudoEventDateFieldMetadata()
Get metadata from pseudo search field 'event'.