include/SugarSearchEngine/SugarSearchEngineMetadataHelper.php
\SugarSearchEngineMetadataHelper
Package: SugarCRM
Class dealing with searchable modules
- Api
Constants
Methods
getSystemEnabledFTSModules(
)
:
mixed | \The
static
Return all of the modules disabled for FTS by the administrator
Returns
Type | Description |
---|---|
mixed | \The |
getUserEnabledFTSModules(
null | \User $user
=
null
)
:
array
static
Return all of the FTS enabled modules for a specific user
isModuleFtsEnabled(
$module
)
:
bool
static
Determine if a module is FTS enabled.
Parameters
Returns
Name | Type | Description |
---|---|---|
$module |
Type | Description |
---|---|
bool |
retrieveFtsEnabledFieldsForAllModules(
)
:
array
static
Retrieve all FTS fields for all FTS enabled modules.
Returns
Type | Description |
---|---|
array |