*
* Generated from xml/schema/CRM/Core/CustomField.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:b53a928be3c87ec7da4f88da3ec825b8)
+ * (GenCodeChecksum:c093cac865bba7796c2c7deda6579f40)
*/
/**
*/
public static $_log = TRUE;
+ /**
+ * Paths for accessing this entity in the UI.
+ *
+ * @var string[]
+ */
+ protected static $_paths = [
+ 'add' => 'civicrm/admin/custom/group/field/add?reset=1&action=add&gid=[custom_group_id]',
+ 'update' => 'civicrm/admin/custom/group/field/update?action=update&reset=1&id=[id]&gid=[custom_group_id]',
+ 'preview' => 'civicrm/admin/custom/group/field?action=preview&reset=1&id=[id]&gid=[custom_group_id]',
+ 'delete' => 'civicrm/admin/custom/group/field?action=delete&reset=1&id=[id]&gid=[custom_group_id]',
+ 'move' => 'civicrm/admin/custom/group/field/move?reset=1&fid=[id]',
+ ];
+
/**
* Unique Custom Field ID
*
*
* Generated from xml/schema/CRM/Core/CustomGroup.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:27a1b80ba9d2696e97dd1df33468caff)
+ * (GenCodeChecksum:57ebfb396e58116709f9d883a46edfa7)
*/
/**
*/
public static $_log = TRUE;
+ /**
+ * Paths for accessing this entity in the UI.
+ *
+ * @var string[]
+ */
+ protected static $_paths = [
+ 'add' => 'civicrm/admin/custom/group?action=add&reset=1',
+ 'update' => 'civicrm/admin/custom/group?action=update&reset=1&id=[id]',
+ 'preview' => 'civicrm/admin/custom/group?action=preview&reset=1&id=[id]',
+ 'delete' => 'civicrm/admin/custom/group?action=delete&reset=1&id=[id]',
+ ];
+
/**
* Unique Custom Group ID
*
<add>1.1</add>
<log>true</log>
<labelField>label</labelField>
+ <paths>
+ <add>civicrm/admin/custom/group/field/add?reset=1&action=add&gid=[custom_group_id]</add>
+ <update>civicrm/admin/custom/group/field/update?action=update&reset=1&id=[id]&gid=[custom_group_id]</update>
+ <preview>civicrm/admin/custom/group/field?action=preview&reset=1&id=[id]&gid=[custom_group_id]</preview>
+ <delete>civicrm/admin/custom/group/field?action=delete&reset=1&id=[id]&gid=[custom_group_id]</delete>
+ <move>civicrm/admin/custom/group/field/move?reset=1&fid=[id]</move>
+ </paths>
<field>
<name>id</name>
<type>int unsigned</type>
<log>true</log>
<title>Custom Field Group</title>
<labelField>title</labelField>
+ <paths>
+ <add>civicrm/admin/custom/group?action=add&reset=1</add>
+ <update>civicrm/admin/custom/group?action=update&reset=1&id=[id]</update>
+ <preview>civicrm/admin/custom/group?action=preview&reset=1&id=[id]</preview>
+ <delete>civicrm/admin/custom/group?action=delete&reset=1&id=[id]</delete>
+ </paths>
<field>
<name>id</name>
<type>int unsigned</type>