*
* Generated from xml/schema/CRM/Core/Component.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:14ca0040d5a5656fd5dd91ad60a8ac89)
+ * (GenCodeChecksum:d0152fb407a743b3e15fd20c35f41c67)
*/
/**
'id' => [
'name' => 'id',
'type' => CRM_Utils_Type::T_INT,
+ 'title' => ts('Component ID'),
'description' => 'Component ID',
'required' => TRUE,
'table_name' => 'civicrm_component',
$this->createLoggedInUser();// so subsidiary activities are created
$entitiesWithNamingIssues = [
- 'MailingComponent' => 'Component',
'SmsProvider' => 'Provider',
'AclRole' => 'EntityRole',
'MailingEventQueue' => 'Queue',
<add>2.0</add>
<field>
<name>id</name>
+ <title>Component ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Component ID</comment>