*
* Generated from xml/schema/CRM/Core/Domain.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:63a7b29cbea5066fe2605191bd41226a)
+ * (GenCodeChecksum:cdd41aa071b68a8a4be6b28f7ca3a0a3)
*/
/**
*/
public $description;
- /**
- * Backend configuration.
- *
- * @var text
- */
- public $config_backend;
-
/**
* The civicrm version this instance is running
*
'type' => 'Text',
],
],
- 'config_backend' => [
- 'name' => 'config_backend',
- 'type' => CRM_Utils_Type::T_TEXT,
- 'title' => ts('Domain Configuration'),
- 'description' => ts('Backend configuration.'),
- 'where' => 'civicrm_domain.config_backend',
- 'table_name' => 'civicrm_domain',
- 'entity' => 'Domain',
- 'bao' => 'CRM_Core_BAO_Domain',
- 'localizable' => 0,
- 'serialize' => self::SERIALIZE_PHP,
- ],
'version' => [
'name' => 'version',
'type' => CRM_Utils_Type::T_STRING,