X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FMenu.php;h=8963ed75969e52b210021ae6a749339273675ef8;hb=3bbe587eca52e262562cd1b06484eefa30480a08;hp=f9f8087dfae95a83baf0c6eabab34f518ad84980;hpb=7fba87961cc2bff702085ff7985920c8515fecdf;p=civicrm-core.git diff --git a/CRM/Core/DAO/Menu.php b/CRM/Core/DAO/Menu.php index f9f8087dfa..8963ed7596 100644 --- a/CRM/Core/DAO/Menu.php +++ b/CRM/Core/DAO/Menu.php @@ -2,11 +2,11 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 * * Generated from xml/schema/CRM/Core/Menu.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:78591d8ca17fb4eb39a7123f35399035) + * (GenCodeChecksum:ea477a411301cae7e78667099c0f654c) */ /** @@ -224,7 +224,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'domain_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Domain'), - 'description' => 'Which Domain is this menu item for', + 'description' => ts('Which Domain is this menu item for'), 'required' => TRUE, 'table_name' => 'civicrm_menu', 'entity' => 'Menu', @@ -241,7 +241,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'path', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Path'), - 'description' => 'Path Name', + 'description' => ts('Path Name'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_menu', @@ -253,7 +253,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'path_arguments', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Arguments'), - 'description' => 'Arguments to pass to the url', + 'description' => ts('Arguments to pass to the url'), 'table_name' => 'civicrm_menu', 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', @@ -274,7 +274,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'access_callback', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Access Callback'), - 'description' => 'Function to call to check access permissions', + 'description' => ts('Function to call to check access permissions'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_menu', @@ -286,7 +286,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'access_arguments', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Access Arguments'), - 'description' => 'Arguments to pass to access callback', + 'description' => ts('Arguments to pass to access callback'), 'table_name' => 'civicrm_menu', 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', @@ -296,7 +296,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'page_callback', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Page Callback'), - 'description' => 'function to call for this url', + 'description' => ts('function to call for this url'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_menu', @@ -308,7 +308,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'page_arguments', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Page Arguments'), - 'description' => 'Arguments to pass to page callback', + 'description' => ts('Arguments to pass to page callback'), 'table_name' => 'civicrm_menu', 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', @@ -318,7 +318,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'breadcrumb', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Breadcrumb'), - 'description' => 'Breadcrumb for the path.', + 'description' => ts('Breadcrumb for the path.'), 'table_name' => 'civicrm_menu', 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', @@ -328,7 +328,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'return_url', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Return Url'), - 'description' => 'Url where a page should redirected to, if next url not known.', + 'description' => ts('Url where a page should redirected to, if next url not known.'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_menu', @@ -340,7 +340,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'return_url_args', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Return Url Args'), - 'description' => 'Arguments to pass to return_url', + 'description' => ts('Arguments to pass to return_url'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_menu', @@ -352,7 +352,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'component_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Component'), - 'description' => 'Component that this menu item belongs to', + 'description' => ts('Component that this menu item belongs to'), 'table_name' => 'civicrm_menu', 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', @@ -371,7 +371,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'is_active', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Enabled?'), - 'description' => 'Is this menu item active?', + 'description' => ts('Is this menu item active?'), 'table_name' => 'civicrm_menu', 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', @@ -381,7 +381,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'is_public', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Public?'), - 'description' => 'Is this menu accessible to the public?', + 'description' => ts('Is this menu accessible to the public?'), 'table_name' => 'civicrm_menu', 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', @@ -391,7 +391,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'is_exposed', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Exposed?'), - 'description' => 'Is this menu exposed to the navigation system?', + 'description' => ts('Is this menu exposed to the navigation system?'), 'table_name' => 'civicrm_menu', 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', @@ -401,7 +401,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'is_ssl', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Use SSL?'), - 'description' => 'Should this menu be exposed via SSL if enabled?', + 'description' => ts('Should this menu be exposed via SSL if enabled?'), 'table_name' => 'civicrm_menu', 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', @@ -411,7 +411,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'weight', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Order'), - 'description' => 'Ordering of the menu items in various blocks.', + 'description' => ts('Ordering of the menu items in various blocks.'), 'required' => TRUE, 'default' => '1', 'table_name' => 'civicrm_menu', @@ -423,7 +423,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'type', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Type'), - 'description' => 'Drupal menu type.', + 'description' => ts('Drupal menu type.'), 'required' => TRUE, 'default' => '1', 'table_name' => 'civicrm_menu', @@ -435,7 +435,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'page_type', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Page Type'), - 'description' => 'CiviCRM menu type.', + 'description' => ts('CiviCRM menu type.'), 'required' => TRUE, 'default' => '1', 'table_name' => 'civicrm_menu', @@ -447,7 +447,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'skipBreadcrumb', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Hide Breadcrumb?'), - 'description' => 'skip this url being exposed to breadcrumb', + 'description' => ts('skip this url being exposed to breadcrumb'), 'table_name' => 'civicrm_menu', 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu', @@ -457,7 +457,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO { 'name' => 'module_data', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Other menu data'), - 'description' => 'All other menu metadata not stored in other fields', + 'description' => ts('All other menu metadata not stored in other fields'), 'table_name' => 'civicrm_menu', 'entity' => 'Menu', 'bao' => 'CRM_Core_DAO_Menu',