/core/modules/migrate_drupal/tests/fixtures/drupal7.php

http://github.com/drupal/drupal · PHP · 37460 lines · 37325 code · 128 blank · 7 comment · 28 complexity · 5bf35c166f0ec228aa73b1e2cc1409f0 MD5 · raw file

  1. <?php
  2. // @codingStandardsIgnoreFile
  3. /**
  4. * @file
  5. * A database agnostic dump for testing purposes.
  6. *
  7. * This file was generated by the Drupal 8.0 db-tools.php script.
  8. */
  9. use Drupal\Core\Database\Database;
  10. $connection = Database::getConnection();
  11. $connection->schema()->createTable('accesslog', array(
  12. 'fields' => array(
  13. 'aid' => array(
  14. 'type' => 'serial',
  15. 'not null' => TRUE,
  16. 'size' => 'normal',
  17. ),
  18. 'sid' => array(
  19. 'type' => 'varchar',
  20. 'not null' => TRUE,
  21. 'length' => '128',
  22. 'default' => '',
  23. ),
  24. 'title' => array(
  25. 'type' => 'varchar',
  26. 'not null' => FALSE,
  27. 'length' => '255',
  28. ),
  29. 'path' => array(
  30. 'type' => 'varchar',
  31. 'not null' => FALSE,
  32. 'length' => '255',
  33. ),
  34. 'url' => array(
  35. 'type' => 'text',
  36. 'not null' => FALSE,
  37. 'size' => 'normal',
  38. ),
  39. 'hostname' => array(
  40. 'type' => 'varchar',
  41. 'not null' => FALSE,
  42. 'length' => '128',
  43. ),
  44. 'uid' => array(
  45. 'type' => 'int',
  46. 'not null' => FALSE,
  47. 'size' => 'normal',
  48. 'default' => '0',
  49. 'unsigned' => TRUE,
  50. ),
  51. 'timer' => array(
  52. 'type' => 'int',
  53. 'not null' => TRUE,
  54. 'size' => 'normal',
  55. 'default' => '0',
  56. 'unsigned' => TRUE,
  57. ),
  58. 'timestamp' => array(
  59. 'type' => 'int',
  60. 'not null' => TRUE,
  61. 'size' => 'normal',
  62. 'default' => '0',
  63. 'unsigned' => TRUE,
  64. ),
  65. ),
  66. 'primary key' => array(
  67. 'aid',
  68. ),
  69. 'mysql_character_set' => 'utf8',
  70. ));
  71. $connection->insert('accesslog')
  72. ->fields(array(
  73. 'aid',
  74. 'sid',
  75. 'title',
  76. 'path',
  77. 'url',
  78. 'hostname',
  79. 'uid',
  80. 'timer',
  81. 'timestamp',
  82. ))
  83. ->values(array(
  84. 'aid' => '92',
  85. 'sid' => 'a8ksMY2GH4yXK0-PsLNAlCv4zNnapnyCpx4lryZDEfk',
  86. 'title' => '',
  87. 'path' => 'node',
  88. 'url' => 'http://drupal7.local/?q=user/register',
  89. 'hostname' => '127.0.0.1',
  90. 'uid' => '0',
  91. 'timer' => '655',
  92. 'timestamp' => '1444944970',
  93. ))
  94. ->values(array(
  95. 'aid' => '93',
  96. 'sid' => 'e89G2redQpxRTIndbV3qH8snVR621DqSQ2s4vciJedA',
  97. 'title' => '',
  98. 'path' => 'node',
  99. 'url' => 'http://drupal7.local/',
  100. 'hostname' => '127.0.0.1',
  101. 'uid' => '0',
  102. 'timer' => '214',
  103. 'timestamp' => '1444944974',
  104. ))
  105. ->values(array(
  106. 'aid' => '94',
  107. 'sid' => 'KkVxQTCiKqKEGNcRs7GYrmXXbEk4szXCHVTknFkbiG0',
  108. 'title' => 'User account',
  109. 'path' => 'user/login',
  110. 'url' => '',
  111. 'hostname' => '127.0.0.1',
  112. 'uid' => '0',
  113. 'timer' => '259',
  114. 'timestamp' => '1444945094',
  115. ))
  116. ->values(array(
  117. 'aid' => '95',
  118. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  119. 'title' => 'My account',
  120. 'path' => 'user/login',
  121. 'url' => 'http://drupal7.local/?q=user/login',
  122. 'hostname' => '127.0.0.1',
  123. 'uid' => '1',
  124. 'timer' => '217',
  125. 'timestamp' => '1444945097',
  126. ))
  127. ->values(array(
  128. 'aid' => '96',
  129. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  130. 'title' => 'root',
  131. 'path' => 'user/1',
  132. 'url' => 'http://drupal7.local/?q=user/login',
  133. 'hostname' => '127.0.0.1',
  134. 'uid' => '1',
  135. 'timer' => '211',
  136. 'timestamp' => '1444945097',
  137. ))
  138. ->values(array(
  139. 'aid' => '97',
  140. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  141. 'title' => 'Modules',
  142. 'path' => 'admin/modules',
  143. 'url' => 'http://drupal7.local/user/1',
  144. 'hostname' => '127.0.0.1',
  145. 'uid' => '1',
  146. 'timer' => '619',
  147. 'timestamp' => '1444945104',
  148. ))
  149. ->values(array(
  150. 'aid' => '98',
  151. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  152. 'title' => 'Configuration',
  153. 'path' => 'admin/config',
  154. 'url' => 'http://drupal7.local/admin/modules',
  155. 'hostname' => '127.0.0.1',
  156. 'uid' => '1',
  157. 'timer' => '273',
  158. 'timestamp' => '1444945114',
  159. ))
  160. ->values(array(
  161. 'aid' => '99',
  162. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  163. 'title' => 'Languages',
  164. 'path' => 'admin/config/regional/language',
  165. 'url' => 'http://drupal7.local/admin/config',
  166. 'hostname' => '127.0.0.1',
  167. 'uid' => '1',
  168. 'timer' => '213',
  169. 'timestamp' => '1444945121',
  170. ))
  171. ->values(array(
  172. 'aid' => '100',
  173. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  174. 'title' => 'Languages',
  175. 'path' => 'admin/config/regional/language/add',
  176. 'url' => 'http://drupal7.local/admin/config/regional/language',
  177. 'hostname' => '127.0.0.1',
  178. 'uid' => '1',
  179. 'timer' => '148',
  180. 'timestamp' => '1444945122',
  181. ))
  182. ->values(array(
  183. 'aid' => '101',
  184. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  185. 'title' => 'Languages',
  186. 'path' => 'admin/config/regional/language/add',
  187. 'url' => 'http://drupal7.local/admin/config/regional/language/add',
  188. 'hostname' => '127.0.0.1',
  189. 'uid' => '1',
  190. 'timer' => '260',
  191. 'timestamp' => '1444945153',
  192. ))
  193. ->values(array(
  194. 'aid' => '102',
  195. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  196. 'title' => 'Languages',
  197. 'path' => 'admin/config/regional/language/add',
  198. 'url' => '',
  199. 'hostname' => '127.0.0.1',
  200. 'uid' => '1',
  201. 'timer' => '195',
  202. 'timestamp' => '1444945160',
  203. ))
  204. ->values(array(
  205. 'aid' => '103',
  206. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  207. 'title' => 'Languages',
  208. 'path' => 'admin/config/regional/language/add',
  209. 'url' => 'http://drupal7.local/?q=admin/config/regional/language/add',
  210. 'hostname' => '127.0.0.1',
  211. 'uid' => '1',
  212. 'timer' => '177',
  213. 'timestamp' => '1444945168',
  214. ))
  215. ->values(array(
  216. 'aid' => '104',
  217. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  218. 'title' => 'Languages',
  219. 'path' => 'admin/config/regional/language',
  220. 'url' => 'http://drupal7.local/?q=admin/config/regional/language/add',
  221. 'hostname' => '127.0.0.1',
  222. 'uid' => '1',
  223. 'timer' => '145',
  224. 'timestamp' => '1444945168',
  225. ))
  226. ->values(array(
  227. 'aid' => '105',
  228. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  229. 'title' => 'Languages',
  230. 'path' => 'admin/config/regional/language',
  231. 'url' => '',
  232. 'hostname' => '127.0.0.1',
  233. 'uid' => '1',
  234. 'timer' => '159',
  235. 'timestamp' => '1444945175',
  236. ))
  237. ->values(array(
  238. 'aid' => '106',
  239. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  240. 'title' => 'Languages',
  241. 'path' => 'admin/config/regional/language',
  242. 'url' => 'http://drupal7.local/?q=admin/config/regional/language',
  243. 'hostname' => '127.0.0.1',
  244. 'uid' => '1',
  245. 'timer' => '152',
  246. 'timestamp' => '1444945176',
  247. ))
  248. ->values(array(
  249. 'aid' => '107',
  250. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  251. 'title' => 'Languages',
  252. 'path' => 'admin/config/regional/language',
  253. 'url' => 'http://drupal7.local/?q=admin/config/regional/language',
  254. 'hostname' => '127.0.0.1',
  255. 'uid' => '1',
  256. 'timer' => '148',
  257. 'timestamp' => '1444945176',
  258. ))
  259. ->values(array(
  260. 'aid' => '108',
  261. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  262. 'title' => 'Structure',
  263. 'path' => 'admin/structure',
  264. 'url' => 'http://drupal7.local/admin/config/regional/language',
  265. 'hostname' => '127.0.0.1',
  266. 'uid' => '1',
  267. 'timer' => '156',
  268. 'timestamp' => '1444945206',
  269. ))
  270. ->values(array(
  271. 'aid' => '109',
  272. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  273. 'title' => 'Content types',
  274. 'path' => 'admin/structure/types',
  275. 'url' => 'http://drupal7.local/admin/structure',
  276. 'hostname' => '127.0.0.1',
  277. 'uid' => '1',
  278. 'timer' => '154',
  279. 'timestamp' => '1444945208',
  280. ))
  281. ->values(array(
  282. 'aid' => '110',
  283. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  284. 'title' => 'Blog entry',
  285. 'path' => 'admin/structure/types/manage/blog',
  286. 'url' => 'http://drupal7.local/admin/structure/types',
  287. 'hostname' => '127.0.0.1',
  288. 'uid' => '1',
  289. 'timer' => '203',
  290. 'timestamp' => '1444945211',
  291. ))
  292. ->values(array(
  293. 'aid' => '111',
  294. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  295. 'title' => 'Parent menu items',
  296. 'path' => 'admin/structure/menu/parents',
  297. 'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
  298. 'hostname' => '127.0.0.1',
  299. 'uid' => '1',
  300. 'timer' => '211',
  301. 'timestamp' => '1444945211',
  302. ))
  303. ->values(array(
  304. 'aid' => '112',
  305. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  306. 'title' => 'Blog entry',
  307. 'path' => 'admin/structure/types/manage/blog',
  308. 'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
  309. 'hostname' => '127.0.0.1',
  310. 'uid' => '1',
  311. 'timer' => '224',
  312. 'timestamp' => '1444945236',
  313. ))
  314. ->values(array(
  315. 'aid' => '113',
  316. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  317. 'title' => 'Parent menu items',
  318. 'path' => 'admin/structure/menu/parents',
  319. 'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
  320. 'hostname' => '127.0.0.1',
  321. 'uid' => '1',
  322. 'timer' => '165',
  323. 'timestamp' => '1444945237',
  324. ))
  325. ->values(array(
  326. 'aid' => '114',
  327. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  328. 'title' => 'Blog entry',
  329. 'path' => 'admin/structure/types/manage/blog',
  330. 'url' => '',
  331. 'hostname' => '127.0.0.1',
  332. 'uid' => '1',
  333. 'timer' => '155',
  334. 'timestamp' => '1444945242',
  335. ))
  336. ->values(array(
  337. 'aid' => '115',
  338. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  339. 'title' => 'Parent menu items',
  340. 'path' => 'admin/structure/menu/parents',
  341. 'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
  342. 'hostname' => '127.0.0.1',
  343. 'uid' => '1',
  344. 'timer' => '217',
  345. 'timestamp' => '1444945242',
  346. ))
  347. ->values(array(
  348. 'aid' => '116',
  349. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  350. 'title' => 'Blog entry',
  351. 'path' => 'admin/structure/types/manage/blog',
  352. 'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
  353. 'hostname' => '127.0.0.1',
  354. 'uid' => '1',
  355. 'timer' => '667',
  356. 'timestamp' => '1444945246',
  357. ))
  358. ->values(array(
  359. 'aid' => '117',
  360. 'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
  361. 'title' => 'Content types',
  362. 'path' => 'admin/structure/types',
  363. 'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
  364. 'hostname' => '127.0.0.1',
  365. 'uid' => '1',
  366. 'timer' => '149',
  367. 'timestamp' => '1444945246',
  368. ))
  369. ->execute();
  370. $connection->schema()->createTable('actions', array(
  371. 'fields' => array(
  372. 'aid' => array(
  373. 'type' => 'varchar',
  374. 'not null' => TRUE,
  375. 'length' => '255',
  376. 'default' => '0',
  377. ),
  378. 'type' => array(
  379. 'type' => 'varchar',
  380. 'not null' => TRUE,
  381. 'length' => '32',
  382. 'default' => '',
  383. ),
  384. 'callback' => array(
  385. 'type' => 'varchar',
  386. 'not null' => TRUE,
  387. 'length' => '255',
  388. 'default' => '',
  389. ),
  390. 'parameters' => array(
  391. 'type' => 'blob',
  392. 'not null' => TRUE,
  393. 'size' => 'normal',
  394. ),
  395. 'label' => array(
  396. 'type' => 'varchar',
  397. 'not null' => TRUE,
  398. 'length' => '255',
  399. 'default' => '0',
  400. ),
  401. ),
  402. 'primary key' => array(
  403. 'aid',
  404. ),
  405. 'mysql_character_set' => 'utf8',
  406. ));
  407. $connection->insert('actions')
  408. ->fields(array(
  409. 'aid',
  410. 'type',
  411. 'callback',
  412. 'parameters',
  413. 'label',
  414. ))
  415. ->values(array(
  416. 'aid' => '2',
  417. 'type' => 'comment',
  418. 'callback' => 'comment_unpublish_by_keyword_action',
  419. 'parameters' => 'a:1:{s:8:"keywords";a:1:{i:0;s:6:"drupal";}}',
  420. 'label' => 'Unpublish comment containing keyword(s)',
  421. ))
  422. ->values(array(
  423. 'aid' => '3',
  424. 'type' => 'node',
  425. 'callback' => 'node_assign_owner_action',
  426. 'parameters' => 'a:1:{s:9:"owner_uid";s:1:"2";}',
  427. 'label' => 'Change the author of content',
  428. ))
  429. ->values(array(
  430. 'aid' => '4',
  431. 'type' => 'node',
  432. 'callback' => 'node_unpublish_by_keyword_action',
  433. 'parameters' => 'a:1:{s:8:"keywords";a:1:{i:0;s:6:"drupal";}}',
  434. 'label' => 'Unpublish content containing keyword(s)',
  435. ))
  436. ->values(array(
  437. 'aid' => '5',
  438. 'type' => 'system',
  439. 'callback' => 'system_message_action',
  440. 'parameters' => 'a:1:{s:7:"message";s:21:"Drupal migration test";}',
  441. 'label' => 'Display a message to the user',
  442. ))
  443. ->values(array(
  444. 'aid' => '6',
  445. 'type' => 'system',
  446. 'callback' => 'system_send_email_action',
  447. 'parameters' => 'a:3:{s:9:"recipient";s:16:"test@example.com";s:7:"subject";s:21:"Drupal migration test";s:7:"message";s:21:"Drupal migration test";}',
  448. 'label' => 'Send e-mail',
  449. ))
  450. ->values(array(
  451. 'aid' => '7',
  452. 'type' => 'system',
  453. 'callback' => 'system_goto_action',
  454. 'parameters' => 'a:1:{s:3:"url";s:22:"https://www.drupal.org";}',
  455. 'label' => 'Redirect to URL',
  456. ))
  457. ->values(array(
  458. 'aid' => 'comment_publish_action',
  459. 'type' => 'comment',
  460. 'callback' => 'comment_publish_action',
  461. 'parameters' => '',
  462. 'label' => 'Publish comment',
  463. ))
  464. ->values(array(
  465. 'aid' => 'comment_save_action',
  466. 'type' => 'comment',
  467. 'callback' => 'comment_save_action',
  468. 'parameters' => '',
  469. 'label' => 'Save comment',
  470. ))
  471. ->values(array(
  472. 'aid' => 'comment_unpublish_action',
  473. 'type' => 'comment',
  474. 'callback' => 'comment_unpublish_action',
  475. 'parameters' => '',
  476. 'label' => 'Unpublish comment',
  477. ))
  478. ->values(array(
  479. 'aid' => 'node_make_sticky_action',
  480. 'type' => 'node',
  481. 'callback' => 'node_make_sticky_action',
  482. 'parameters' => '',
  483. 'label' => 'Make content sticky',
  484. ))
  485. ->values(array(
  486. 'aid' => 'node_make_unsticky_action',
  487. 'type' => 'node',
  488. 'callback' => 'node_make_unsticky_action',
  489. 'parameters' => '',
  490. 'label' => 'Make content unsticky',
  491. ))
  492. ->values(array(
  493. 'aid' => 'node_promote_action',
  494. 'type' => 'node',
  495. 'callback' => 'node_promote_action',
  496. 'parameters' => '',
  497. 'label' => 'Promote content to front page',
  498. ))
  499. ->values(array(
  500. 'aid' => 'node_publish_action',
  501. 'type' => 'node',
  502. 'callback' => 'node_publish_action',
  503. 'parameters' => '',
  504. 'label' => 'Publish content',
  505. ))
  506. ->values(array(
  507. 'aid' => 'node_save_action',
  508. 'type' => 'node',
  509. 'callback' => 'node_save_action',
  510. 'parameters' => '',
  511. 'label' => 'Save content',
  512. ))
  513. ->values(array(
  514. 'aid' => 'node_unpromote_action',
  515. 'type' => 'node',
  516. 'callback' => 'node_unpromote_action',
  517. 'parameters' => '',
  518. 'label' => 'Remove content from front page',
  519. ))
  520. ->values(array(
  521. 'aid' => 'node_unpublish_action',
  522. 'type' => 'node',
  523. 'callback' => 'node_unpublish_action',
  524. 'parameters' => '',
  525. 'label' => 'Unpublish content',
  526. ))
  527. ->values(array(
  528. 'aid' => 'system_block_ip_action',
  529. 'type' => 'user',
  530. 'callback' => 'system_block_ip_action',
  531. 'parameters' => '',
  532. 'label' => 'Ban IP address of current user',
  533. ))
  534. ->values(array(
  535. 'aid' => 'user_block_user_action',
  536. 'type' => 'user',
  537. 'callback' => 'user_block_user_action',
  538. 'parameters' => '',
  539. 'label' => 'Block current user',
  540. ))
  541. ->execute();
  542. $connection->schema()->createTable('aggregator_category', array(
  543. 'fields' => array(
  544. 'cid' => array(
  545. 'type' => 'serial',
  546. 'not null' => TRUE,
  547. 'size' => 'normal',
  548. ),
  549. 'title' => array(
  550. 'type' => 'varchar',
  551. 'not null' => TRUE,
  552. 'length' => '255',
  553. 'default' => '',
  554. ),
  555. 'description' => array(
  556. 'type' => 'text',
  557. 'not null' => TRUE,
  558. 'size' => 'normal',
  559. ),
  560. 'block' => array(
  561. 'type' => 'int',
  562. 'not null' => TRUE,
  563. 'size' => 'normal',
  564. 'default' => '0',
  565. ),
  566. ),
  567. 'primary key' => array(
  568. 'cid',
  569. ),
  570. 'mysql_character_set' => 'utf8',
  571. ));
  572. $connection->schema()->createTable('aggregator_category_feed', array(
  573. 'fields' => array(
  574. 'fid' => array(
  575. 'type' => 'int',
  576. 'not null' => TRUE,
  577. 'size' => 'normal',
  578. 'default' => '0',
  579. ),
  580. 'cid' => array(
  581. 'type' => 'int',
  582. 'not null' => TRUE,
  583. 'size' => 'normal',
  584. 'default' => '0',
  585. ),
  586. ),
  587. 'primary key' => array(
  588. 'fid',
  589. 'cid',
  590. ),
  591. 'mysql_character_set' => 'utf8',
  592. ));
  593. $connection->schema()->createTable('aggregator_category_item', array(
  594. 'fields' => array(
  595. 'iid' => array(
  596. 'type' => 'int',
  597. 'not null' => TRUE,
  598. 'size' => 'normal',
  599. 'default' => '0',
  600. ),
  601. 'cid' => array(
  602. 'type' => 'int',
  603. 'not null' => TRUE,
  604. 'size' => 'normal',
  605. 'default' => '0',
  606. ),
  607. ),
  608. 'primary key' => array(
  609. 'iid',
  610. 'cid',
  611. ),
  612. 'mysql_character_set' => 'utf8',
  613. ));
  614. $connection->schema()->createTable('aggregator_feed', array(
  615. 'fields' => array(
  616. 'fid' => array(
  617. 'type' => 'serial',
  618. 'not null' => TRUE,
  619. 'size' => 'normal',
  620. ),
  621. 'title' => array(
  622. 'type' => 'varchar',
  623. 'not null' => TRUE,
  624. 'length' => '255',
  625. 'default' => '',
  626. ),
  627. 'url' => array(
  628. 'type' => 'text',
  629. 'not null' => TRUE,
  630. 'size' => 'normal',
  631. ),
  632. 'refresh' => array(
  633. 'type' => 'int',
  634. 'not null' => TRUE,
  635. 'size' => 'normal',
  636. 'default' => '0',
  637. ),
  638. 'checked' => array(
  639. 'type' => 'int',
  640. 'not null' => TRUE,
  641. 'size' => 'normal',
  642. 'default' => '0',
  643. ),
  644. 'queued' => array(
  645. 'type' => 'int',
  646. 'not null' => TRUE,
  647. 'size' => 'normal',
  648. 'default' => '0',
  649. ),
  650. 'link' => array(
  651. 'type' => 'text',
  652. 'not null' => TRUE,
  653. 'size' => 'normal',
  654. ),
  655. 'description' => array(
  656. 'type' => 'text',
  657. 'not null' => TRUE,
  658. 'size' => 'normal',
  659. ),
  660. 'image' => array(
  661. 'type' => 'text',
  662. 'not null' => TRUE,
  663. 'size' => 'normal',
  664. ),
  665. 'hash' => array(
  666. 'type' => 'varchar',
  667. 'not null' => TRUE,
  668. 'length' => '64',
  669. 'default' => '',
  670. ),
  671. 'etag' => array(
  672. 'type' => 'varchar',
  673. 'not null' => TRUE,
  674. 'length' => '255',
  675. 'default' => '',
  676. ),
  677. 'modified' => array(
  678. 'type' => 'int',
  679. 'not null' => TRUE,
  680. 'size' => 'normal',
  681. 'default' => '0',
  682. ),
  683. 'block' => array(
  684. 'type' => 'int',
  685. 'not null' => TRUE,
  686. 'size' => 'normal',
  687. 'default' => '0',
  688. ),
  689. ),
  690. 'primary key' => array(
  691. 'fid',
  692. ),
  693. 'mysql_character_set' => 'utf8',
  694. ));
  695. $connection->insert('aggregator_feed')
  696. ->fields(array(
  697. 'fid',
  698. 'title',
  699. 'url',
  700. 'refresh',
  701. 'checked',
  702. 'queued',
  703. 'link',
  704. 'description',
  705. 'image',
  706. 'hash',
  707. 'etag',
  708. 'modified',
  709. 'block',
  710. ))
  711. ->values(array(
  712. 'fid' => '1',
  713. 'title' => 'Know Your Meme',
  714. 'url' => 'http://knowyourmeme.com/newsfeed.rss',
  715. 'refresh' => '900',
  716. 'checked' => '1444944970',
  717. 'queued' => '0',
  718. 'link' => 'http://knowyourmeme.com',
  719. 'description' => 'New items added to the News Feed',
  720. 'image' => '',
  721. 'hash' => 'e6295b3ba81b24db62b41515494a7e9fb87979ff45045a1c946de5fa5abc9c52',
  722. 'etag' => '"bad5e20e4993f31c869cffd22f1645b9"',
  723. 'modified' => '0',
  724. 'block' => '5',
  725. ))
  726. ->execute();
  727. $connection->schema()->createTable('aggregator_item', array(
  728. 'fields' => array(
  729. 'iid' => array(
  730. 'type' => 'serial',
  731. 'not null' => TRUE,
  732. 'size' => 'normal',
  733. ),
  734. 'fid' => array(
  735. 'type' => 'int',
  736. 'not null' => TRUE,
  737. 'size' => 'normal',
  738. 'default' => '0',
  739. ),
  740. 'title' => array(
  741. 'type' => 'varchar',
  742. 'not null' => TRUE,
  743. 'length' => '255',
  744. 'default' => '',
  745. ),
  746. 'link' => array(
  747. 'type' => 'text',
  748. 'not null' => TRUE,
  749. 'size' => 'normal',
  750. ),
  751. 'author' => array(
  752. 'type' => 'varchar',
  753. 'not null' => TRUE,
  754. 'length' => '255',
  755. 'default' => '',
  756. ),
  757. 'description' => array(
  758. 'type' => 'text',
  759. 'not null' => TRUE,
  760. 'size' => 'normal',
  761. ),
  762. 'timestamp' => array(
  763. 'type' => 'int',
  764. 'not null' => FALSE,
  765. 'size' => 'normal',
  766. ),
  767. 'guid' => array(
  768. 'type' => 'text',
  769. 'not null' => TRUE,
  770. 'size' => 'normal',
  771. ),
  772. ),
  773. 'primary key' => array(
  774. 'iid',
  775. ),
  776. 'mysql_character_set' => 'utf8',
  777. ));
  778. $connection->insert('aggregator_item')
  779. ->fields(array(
  780. 'iid',
  781. 'fid',
  782. 'title',
  783. 'link',
  784. 'author',
  785. 'description',
  786. 'timestamp',
  787. 'guid',
  788. ))
  789. ->values(array(
  790. 'iid' => '2',
  791. 'fid' => '1',
  792. 'title' => 'Fido, Take the Wheel',
  793. 'link' => 'http://knowyourmeme.com/videos/127817-dogs',
  794. 'author' => '',
  795. 'description' => '<img alt="D70olsu" src="http://i.imgur.com/D70Olsu.jpg?fb" /><p>When little Timmy had too much to drink, the family dog was forced into the role of designated driver.</p>',
  796. 'timestamp' => '1444860534',
  797. 'guid' => 'post:18816',
  798. ))
  799. ->values(array(
  800. 'iid' => '3',
  801. 'fid' => '1',
  802. 'title' => 'One Punch Man Anime Premieres in Japan',
  803. 'link' => 'http://knowyourmeme.com/memes/subcultures/one-punch-man',
  804. 'author' => '',
  805. 'description' => '<img alt="49b" src="http://i2.kym-cdn.com/news_feeds/icons/mobile/000/018/819/49b.jpg" /><p>The first two episodes of the much anticipated anime adaptation of <i>One Punch Man</i> were finally aired in Japan this month.</p>',
  806. 'timestamp' => '1444863415',
  807. 'guid' => 'post:18819',
  808. ))
  809. ->values(array(
  810. 'iid' => '4',
  811. 'fid' => '1',
  812. 'title' => '’Tis the Season to Be Forever Alone',
  813. 'link' => 'http://knowyourmeme.com/photos/1029494-forever-alone',
  814. 'author' => '',
  815. 'description' => '<img alt="336" src="http://i2.kym-cdn.com/photos/images/newsfeed/001/029/494/336.jpg" />',
  816. 'timestamp' => '1444864413',
  817. 'guid' => 'post:18821',
  818. ))
  819. ->values(array(
  820. 'iid' => '5',
  821. 'fid' => '1',
  822. 'title' => 'Legend of Zelda: Symphony of The Goddesses',
  823. 'link' => 'http://knowyourmeme.com/videos/128124-the-legend-of-zelda',
  824. 'author' => '',
  825. 'description' => '<img alt="1a9" src="http://i3.kym-cdn.com/news_feeds/icons/mobile/000/018/824/1a9.jpg" /><p>Rejoice, nerds! This is the music that awaits you in heaven. Check out The Legend of Zelda: Symphony of the Goddesses’ performance on the Late Show with Stephen Colbert.</p>',
  826. 'timestamp' => '1444934645',
  827. 'guid' => 'post:18824',
  828. ))
  829. ->values(array(
  830. 'iid' => '6',
  831. 'fid' => '1',
  832. 'title' => '“Your Mom” Jokes',
  833. 'link' => 'http://knowyourmeme.com/memes/your-mom-jokes',
  834. 'author' => '',
  835. 'description' => '<img alt="3bc" src="http://i3.kym-cdn.com/news_feeds/icons/mobile/000/018/823/3bc.jpg" /><p>The earliest recorded example of a maternal insult joke comes from an ancient Babylonian tablet dated back to 1,500 <span class="caps">BCE</span>, which contains an incomplete riddle about a promiscuous mother.</p>',
  836. 'timestamp' => '1444928716',
  837. 'guid' => 'post:18823',
  838. ))
  839. ->values(array(
  840. 'iid' => '7',
  841. 'fid' => '1',
  842. 'title' => 'DBZ Voice Actors Dub Over Classic Movies',
  843. 'link' => 'http://knowyourmeme.com/videos/128169-dragon-ball',
  844. 'author' => '',
  845. 'description' => '<img alt="D8c" src="http://i1.kym-cdn.com/news_feeds/icons/mobile/000/018/826/d8c.jpg" /><p>Some of the most recognizable voices behind the characters of Dragon Ball Z gather at The Nerdist studio for a parody dub of famous film scenes from <em>Ace Ventura</em> and <em>Independence Day</em> to <em>Zoolander</em> and <em>Meet the Parents</em>.</p>',
  846. 'timestamp' => '1444939569',
  847. 'guid' => 'post:18826',
  848. ))
  849. ->values(array(
  850. 'iid' => '8',
  851. 'fid' => '1',
  852. 'title' => 'Happy Birthday, Cure-chan!',
  853. 'link' => 'http://knowyourmeme.com/memes/cure-chan',
  854. 'author' => '',
  855. 'description' => '<img alt="E8c" src="http://i3.kym-cdn.com/news_feeds/icons/mobile/000/018/825/e8c.jpg" /><p>The archnemesis of <a href="/memes/ebola-chan">Ebola-chan</a> was born one year ago this week.</p>',
  856. 'timestamp' => '1444938083',
  857. 'guid' => 'post:18825',
  858. ))
  859. ->values(array(
  860. 'iid' => '9',
  861. 'fid' => '1',
  862. 'title' => 'That Face When Retweets Ain’t Coming In',
  863. 'link' => 'http://knowyourmeme.com/photos/1029430-my-face-when',
  864. 'author' => '',
  865. 'description' => '<img alt="C51" src="http://i2.kym-cdn.com/news_feeds/icons/original/000/018/827/c51.jpg" />',
  866. 'timestamp' => '1444940736',
  867. 'guid' => 'post:18827',
  868. ))
  869. ->values(array(
  870. 'iid' => '10',
  871. 'fid' => '1',
  872. 'title' => 'Back to the Future Stars Talk Film’s Predictions',
  873. 'link' => 'http://knowyourmeme.com/videos/128173-back-to-the-future-day',
  874. 'author' => '',
  875. 'description' => '<img alt="944" src="http://i2.kym-cdn.com/news_feeds/icons/mobile/000/018/828/944.jpg" /><p>In honor of next week being the real <a href="/memes/back-to-the-future-day">Back to the Future Day</a>, Christopher Lloyd and Michael J. Fox recently got together (at the prompting of Toyota) to discuss which of the film’s predictions have come to pass in 2015.</p>',
  876. 'timestamp' => '1444943309',
  877. 'guid' => 'post:18828',
  878. ))
  879. ->values(array(
  880. 'iid' => '11',
  881. 'fid' => '1',
  882. 'title' => 'Chad Says Beta Things',
  883. 'link' => 'http://knowyourmeme.com/memes/chad-says-beta-things',
  884. 'author' => '',
  885. 'description' => '<img alt="937" src="http://i1.kym-cdn.com/news_feeds/icons/mobile/000/018/829/937.jpg" /><p>This series of awkward Tinder messages sent by a fake <a href="http://knowyourmeme.com/memes/chad-thundercock">Chad</a> Tinder profile has caused a recent surge in popularity of the corn emoji.</p>',
  886. 'timestamp' => '1444944831',
  887. 'guid' => 'post:18829',
  888. ))
  889. ->execute();
  890. $connection->schema()->createTable('authmap', array(
  891. 'fields' => array(
  892. 'aid' => array(
  893. 'type' => 'serial',
  894. 'not null' => TRUE,
  895. 'size' => 'normal',
  896. 'unsigned' => TRUE,
  897. ),
  898. 'uid' => array(
  899. 'type' => 'int',
  900. 'not null' => TRUE,
  901. 'size' => 'normal',
  902. 'default' => '0',
  903. ),
  904. 'authname' => array(
  905. 'type' => 'varchar',
  906. 'not null' => TRUE,
  907. 'length' => '128',
  908. 'default' => '',
  909. ),
  910. 'module' => array(
  911. 'type' => 'varchar',
  912. 'not null' => TRUE,
  913. 'length' => '128',
  914. 'default' => '',
  915. ),
  916. ),
  917. 'primary key' => array(
  918. 'aid',
  919. ),
  920. 'mysql_character_set' => 'utf8',
  921. ));
  922. $connection->schema()->createTable('batch', array(
  923. 'fields' => array(
  924. 'bid' => array(
  925. 'type' => 'int',
  926. 'not null' => TRUE,
  927. 'size' => 'normal',
  928. 'unsigned' => TRUE,
  929. ),
  930. 'token' => array(
  931. 'type' => 'varchar',
  932. 'not null' => TRUE,
  933. 'length' => '64',
  934. ),
  935. 'timestamp' => array(
  936. 'type' => 'int',
  937. 'not null' => TRUE,
  938. 'size' => 'normal',
  939. ),
  940. 'batch' => array(
  941. 'type' => 'blob',
  942. 'not null' => FALSE,
  943. 'size' => 'normal',
  944. ),
  945. ),
  946. 'primary key' => array(
  947. 'bid',
  948. ),
  949. 'mysql_character_set' => 'utf8',
  950. ));
  951. $connection->schema()->createTable('block', array(
  952. 'fields' => array(
  953. 'bid' => array(
  954. 'type' => 'serial',
  955. 'not null' => TRUE,
  956. 'size' => 'normal',
  957. ),
  958. 'module' => array(
  959. 'type' => 'varchar',
  960. 'not null' => TRUE,
  961. 'length' => '64',
  962. 'default' => '',
  963. ),
  964. 'delta' => array(
  965. 'type' => 'varchar',
  966. 'not null' => TRUE,
  967. 'length' => '32',
  968. 'default' => '0',
  969. ),
  970. 'theme' => array(
  971. 'type' => 'varchar',
  972. 'not null' => TRUE,
  973. 'length' => '64',
  974. 'default' => '',
  975. ),
  976. 'status' => array(
  977. 'type' => 'int',
  978. 'not null' => TRUE,
  979. 'size' => 'normal',
  980. 'default' => '0',
  981. ),
  982. 'weight' => array(
  983. 'type' => 'int',
  984. 'not null' => TRUE,
  985. 'size' => 'normal',
  986. 'default' => '0',
  987. ),
  988. 'region' => array(
  989. 'type' => 'varchar',
  990. 'not null' => TRUE,
  991. 'length' => '64',
  992. 'default' => '',
  993. ),
  994. 'custom' => array(
  995. 'type' => 'int',
  996. 'not null' => TRUE,
  997. 'size' => 'normal',
  998. 'default' => '0',
  999. ),
  1000. 'visibility' => array(
  1001. 'type' => 'int',
  1002. 'not null' => TRUE,
  1003. 'size' => 'normal',
  1004. 'default' => '0',
  1005. ),
  1006. 'pages' => array(
  1007. 'type' => 'text',
  1008. 'not null' => TRUE,
  1009. 'size' => 'normal',
  1010. ),
  1011. 'title' => array(
  1012. 'type' => 'varchar',
  1013. 'not null' => TRUE,
  1014. 'length' => '255',
  1015. 'default' => '',
  1016. ),
  1017. 'cache' => array(
  1018. 'type' => 'int',
  1019. 'not null' => TRUE,
  1020. 'size' => 'normal',
  1021. 'default' => '1',
  1022. ),
  1023. 'i18n_mode' => array(
  1024. 'type' => 'int',
  1025. 'not null' => TRUE,
  1026. 'size' => 'normal',
  1027. 'default' => '0',
  1028. ),
  1029. ),
  1030. 'primary key' => array(
  1031. 'bid',
  1032. ),
  1033. 'mysql_character_set' => 'utf8',
  1034. ));
  1035. $connection->insert('block')
  1036. ->fields(array(
  1037. 'bid',
  1038. 'module',
  1039. 'delta',
  1040. 'theme',
  1041. 'status',
  1042. 'weight',
  1043. 'region',
  1044. 'custom',
  1045. 'visibility',
  1046. 'pages',
  1047. 'title',
  1048. 'cache',
  1049. 'i18n_mode',
  1050. ))
  1051. ->values(array(
  1052. 'bid' => '1',
  1053. 'module' => 'system',
  1054. 'delta' => 'main',
  1055. 'theme' => 'bartik',
  1056. 'status' => '1',
  1057. 'weight' => '0',
  1058. 'region' => 'content',
  1059. 'custom' => '0',
  1060. 'visibility' => '0',
  1061. 'pages' => '',
  1062. 'title' => '',
  1063. 'cache' => '-1',
  1064. 'i18n_mode' => '0',
  1065. ))
  1066. ->values(array(
  1067. 'bid' => '2',
  1068. 'module' => 'search',
  1069. 'delta' => 'form',
  1070. 'theme' => 'bartik',
  1071. 'status' => '1',
  1072. 'weight' => '-1',
  1073. 'region' => 'sidebar_first',
  1074. 'custom' => '0',
  1075. 'visibility' => '0',
  1076. 'pages' => '',
  1077. 'title' => '',
  1078. 'cache' => '-1',
  1079. 'i18n_mode' => '0',
  1080. ))
  1081. ->values(array(
  1082. 'bid' => '3',
  1083. 'module' => 'node',
  1084. 'delta' => 'recent',
  1085. 'theme' => 'seven',
  1086. 'status' => '0',
  1087. 'weight' => '10',
  1088. 'region' => '-1',
  1089. 'custom' => '0',
  1090. 'visibility' => '0',
  1091. 'pages' => '',
  1092. 'title' => '',
  1093. 'cache' => '-1',
  1094. 'i18n_mode' => '0',
  1095. ))
  1096. ->values(array(
  1097. 'bid' => '4',
  1098. 'module' => 'user',
  1099. 'delta' => 'login',
  1100. 'theme' => 'bartik',
  1101. 'status' => '1',
  1102. 'weight' => '0',
  1103. 'region' => 'sidebar_first',
  1104. 'custom' => '0',
  1105. 'visibility' => '0',
  1106. 'pages' => '',
  1107. 'title' => 'User login title',
  1108. 'cache' => '-1',
  1109. 'i18n_mode' => '1',
  1110. ))
  1111. ->values(array(
  1112. 'bid' => '5',
  1113. 'module' => 'system',
  1114. 'delta' => 'navigation',
  1115. 'theme' => 'bartik',
  1116. 'status' => '1',
  1117. 'weight' => '0',
  1118. 'region' => 'sidebar_first',
  1119. 'custom' => '0',
  1120. 'visibility' => '0',
  1121. 'pages' => '',
  1122. 'title' => '',
  1123. 'cache' => '-1',
  1124. 'i18n_mode' => '0',
  1125. ))
  1126. ->values(array(
  1127. 'bid' => '6',
  1128. 'module' => 'system',
  1129. 'delta' => 'powered-by',
  1130. 'theme' => 'bartik',
  1131. 'status' => '1',
  1132. 'weight' => '10',
  1133. 'region' => 'footer',
  1134. 'custom' => '0',
  1135. 'visibility' => '0',
  1136. 'pages' => '',
  1137. 'title' => '',
  1138. 'cache' => '-1',
  1139. 'i18n_mode' => '0',
  1140. ))
  1141. ->values(array(
  1142. 'bid' => '7',
  1143. 'module' => 'system',
  1144. 'delta' => 'help',
  1145. 'theme' => 'bartik',
  1146. 'status' => '1',
  1147. 'weight' => '0',
  1148. 'region' => 'help',
  1149. 'custom' => '0',
  1150. 'visibility' => '0',
  1151. 'pages' => '',
  1152. 'title' => '',
  1153. 'cache' => '-1',
  1154. 'i18n_mode' => '0',
  1155. ))
  1156. ->values(array(
  1157. 'bid' => '8',
  1158. 'module' => 'system',
  1159. 'delta' => 'main',
  1160. 'theme' => 'seven',
  1161. 'status' => '1',
  1162. 'weight' => '0',
  1163. 'region' => 'content',
  1164. 'custom' => '0',
  1165. 'visibility' => '0',
  1166. 'pages' => '',
  1167. 'title' => '',
  1168. 'cache' => '-1',
  1169. 'i18n_mode' => '0',
  1170. ))
  1171. ->values(array(
  1172. 'bid' => '9',
  1173. 'module' => 'system',
  1174. 'delta' => 'help',
  1175. 'theme' => 'seven',
  1176. 'status' => '1',
  1177. 'weight' => '0',
  1178. 'region' => 'help',
  1179. 'custom' => '0',
  1180. 'visibility' => '0',
  1181. 'pages' => '',
  1182. 'title' => '',
  1183. 'cache' => '-1',
  1184. 'i18n_mode' => '0',
  1185. ))
  1186. ->values(array(
  1187. 'bid' => '10',
  1188. 'module' => 'user',
  1189. 'delta' => 'login',
  1190. 'theme' => 'seven',
  1191. 'status' => '1',
  1192. 'weight' => '10',
  1193. 'region' => 'content',
  1194. 'custom' => '0',
  1195. 'visibility' => '0',
  1196. 'pages' => '',
  1197. 'title' => 'User login title',
  1198. 'cache' => '-1',
  1199. 'i18n_mode' => '1',
  1200. ))
  1201. ->values(array(
  1202. 'bid' => '11',
  1203. 'module' => 'user',
  1204. 'delta' => 'new',
  1205. 'theme' => 'seven',
  1206. 'status' => '0',
  1207. 'weight' => '0',
  1208. 'region' => '-1',
  1209. 'custom' => '0',
  1210. 'visibility' => '0',
  1211. 'pages' => '',
  1212. 'title' => '',
  1213. 'cache' => '-1',
  1214. 'i18n_mode' => '0',
  1215. ))
  1216. ->values(array(
  1217. 'bid' => '12',
  1218. 'module' => 'search',
  1219. 'delta' => 'form',
  1220. 'theme' => 'seven',
  1221. 'status' => '0',
  1222. 'weight' => '-10',
  1223. 'region' => '-1',
  1224. 'custom' => '0',
  1225. 'visibility' => '0',
  1226. 'pages' => '',
  1227. 'title' => '',
  1228. 'cache' => '-1',
  1229. 'i18n_mode' => '0',
  1230. ))
  1231. ->values(array(
  1232. 'bid' => '13',
  1233. 'module' => 'comment',
  1234. 'delta' => 'recent',
  1235. 'theme' => 'bartik',
  1236. 'status' => '0',
  1237. 'weight' => '0',
  1238. 'region' => '-1',
  1239. 'custom' => '0',
  1240. 'visibility' => '0',
  1241. 'pages' => '',
  1242. 'title' => '',
  1243. 'cache' => '1',
  1244. 'i18n_mode' => '0',
  1245. ))
  1246. ->values(array(
  1247. 'bid' => '14',
  1248. 'module' => 'node',
  1249. 'delta' => 'syndicate',
  1250. 'theme' => 'bartik',
  1251. 'status' => '0',
  1252. 'weight' => '0',
  1253. 'region' => '-1',
  1254. 'custom' => '0',
  1255. 'visibility' => '0',
  1256. 'pages' => '',
  1257. 'title' => '',
  1258. 'cache' => '-1',
  1259. 'i18n_mode' => '0',
  1260. ))
  1261. ->values(array(
  1262. 'bid' => '15',
  1263. 'module' => 'node',
  1264. 'delta' => 'recent',
  1265. 'theme' => 'bartik',
  1266. 'status' => '0',
  1267. 'weight' => '0',
  1268. 'region' => '-1',
  1269. 'custom' => '0',
  1270. 'visibility' => '0',
  1271. 'pages' => '',
  1272. 'title' => '',
  1273. 'cache' => '1',
  1274. 'i18n_mode' => '0',
  1275. ))
  1276. ->values(array(
  1277. 'bid' => '16',
  1278. 'module' => 'shortcut',
  1279. 'delta' => 'shortcuts',
  1280. 'theme' => 'bartik',
  1281. 'status' => '0',
  1282. 'weight' => '0',
  1283. 'region' => '-1',
  1284. 'custom' => '0',
  1285. 'visibility' => '0',
  1286. 'pages' => '',
  1287. 'title' => '',
  1288. 'cache' => '-1',
  1289. 'i18n_mode' => '0',
  1290. ))
  1291. ->values(array(
  1292. 'bid' => '17',
  1293. 'module' => 'system',
  1294. 'delta' => 'management',
  1295. 'theme' => 'bartik',
  1296. 'status' => '0',
  1297. 'weight' => '0',
  1298. 'region' => '-1',
  1299. 'custom' => '0',
  1300. 'visibility' => '0',
  1301. 'pages' => '',
  1302. 'title' => '',
  1303. 'cache' => '-1',
  1304. 'i18n_mode' => '0',
  1305. ))
  1306. ->values(array(
  1307. 'bid' => '18',
  1308. 'module' => 'system',
  1309. 'delta' => 'user-menu',
  1310. 'theme' => 'bartik',
  1311. 'status' => '0',
  1312. 'weight' => '0',
  1313. 'region' => '-1',
  1314. 'custom' => '0',
  1315. 'visibility' => '0',
  1316. 'pages' => '',
  1317. 'title' => '',
  1318. 'cache' => '-1',
  1319. 'i18n_mode' => '0',
  1320. ))
  1321. ->values(array(
  1322. 'bid' => '19',
  1323. 'module' => 'system',
  1324. 'delta' => 'main-menu',
  1325. 'theme' => 'bartik',
  1326. 'status' => '0',
  1327. 'weight' => '0',
  1328. 'region' => '-1',
  1329. 'custom' => '0',
  1330. 'visibility' => '0',
  1331. 'pages' => '',
  1332. 'title' => '',
  1333. 'cache' => '-1',
  1334. 'i18n_mode' => '0',
  1335. ))
  1336. ->values(array(
  1337. 'bid' => '20',
  1338. 'module' => 'user',
  1339. 'delta' => 'new',
  1340. 'theme' => 'bartik',
  1341. 'status' => '0',
  1342. 'weight' => '0',
  1343. 'region' => '-1',
  1344. 'custom' => '0',
  1345. 'visibility' => '0',
  1346. 'pages' => '',
  1347. 'title' => '',
  1348. 'cache' => '1',
  1349. 'i18n_mode' => '0',
  1350. ))
  1351. ->values(array(
  1352. 'bid' => '21',
  1353. 'module' => 'user',
  1354. 'delta' => 'online',
  1355. 'theme' => 'bartik',
  1356. 'status' => '0',
  1357. 'weight' => '0',
  1358. 'region' => '-1',
  1359. 'custom' => '0',
  1360. 'visibility' => '0',
  1361. 'pages' => '',
  1362. 'title' => '',
  1363. 'cache' => '-1',
  1364. 'i18n_mode' => '0',
  1365. ))
  1366. ->values(array(
  1367. 'bid' => '22',
  1368. 'module' => 'comment',
  1369. 'delta' => 'recent',
  1370. 'theme' => 'seven',
  1371. 'status' => '0',
  1372. 'weight' => '0',
  1373. 'region' => '-1',
  1374. 'custom' => '0',
  1375. 'visibility' => '0',
  1376. 'pages' => '',
  1377. 'title' => '',
  1378. 'cache' => '1',
  1379. 'i18n_mode' => '0',
  1380. ))
  1381. ->values(array(
  1382. 'bid' => '23',
  1383. 'module' => 'node',
  1384. 'delta' => 'syndicate',
  1385. 'theme' => 'seven',
  1386. 'status' => '0',
  1387. 'weight' => '0',
  1388. 'region' => '-1',
  1389. 'custom' => '0',
  1390. 'visibility' => '0',
  1391. 'pages' => '',
  1392. 'title' => '',
  1393. 'cache' => '-1',
  1394. 'i18n_mode' => '0',
  1395. ))
  1396. ->values(array(
  1397. 'bid' => '24',
  1398. 'module' => 'shortcut',
  1399. 'delta' => 'shortcuts',
  1400. 'theme' => 'seven',
  1401. 'status' => '0',
  1402. 'weight' => '0',
  1403. 'region' => '-1',
  1404. 'custom' => '0',
  1405. 'visibility' => '0',
  1406. 'pages' => '',
  1407. 'title' => '',
  1408. 'cache' => '-1',
  1409. 'i18n_mode' => '0',
  1410. ))
  1411. ->values(array(
  1412. 'bid' => '25',
  1413. 'module' => 'system',
  1414. 'delta' => 'powered-by',
  1415. 'theme' => 'seven',
  1416. 'status' => '0',
  1417. 'weight' => '10',
  1418. 'region' => '-1',
  1419. 'custom' => '0',
  1420. 'visibility' => '0',
  1421. 'pages' => '',
  1422. 'title' => '',
  1423. 'cache' => '-1',
  1424. 'i18n_mode' => '0',
  1425. ))
  1426. ->values(array(
  1427. 'bid' => '26',
  1428. 'module' => 'system',
  1429. 'delta' => 'navigation',
  1430. 'theme' => 'seven',
  1431. 'status' => '0',
  1432. 'weight' => '0',
  1433. 'region' => '-1',
  1434. 'custom' => '0',
  1435. 'visibility' => '0',
  1436. 'pages' => '',
  1437. 'title' => '',
  1438. 'cache' => '-1',
  1439. 'i18n_mode' => '0',
  1440. ))
  1441. ->values(array(
  1442. 'bid' => '27',
  1443. 'module' => 'system',
  1444. 'delta' => 'management',
  1445. 'theme' => 'seven',
  1446. 'status' => '0',
  1447. 'weight' => '0',
  1448. 'region' => '-1',
  1449. 'custom' => '0',
  1450. 'visibility' => '0',
  1451. 'pages' => '',
  1452. 'title' => '',
  1453. 'cache' => '-1',
  1454. 'i18n_mode' => '0',
  1455. ))
  1456. ->values(array(
  1457. 'bid' => '28',
  1458. 'module' => 'system',
  1459. 'delta' => 'user-menu',
  1460. 'theme' => 'seven',
  1461. 'status' => '0',
  1462. 'weight' => '0',
  1463. 'region' => '-1',
  1464. 'custom' => '0',
  1465. 'visibility' => '0',
  1466. 'pages' => '',
  1467. 'title' => '',
  1468. 'cache' => '-1',
  1469. 'i18n_mode' => '0',
  1470. ))
  1471. ->values(array(
  1472. 'bid' => '29',
  1473. 'module' => 'system',
  1474. 'delta' => 'main-menu',
  1475. 'theme' => 'seven',
  1476. 'status' => '0',
  1477. 'weight' => '0',
  1478. 'region' => '-1',
  1479. 'custom' => '0',
  1480. 'visibility' => '0',
  1481. 'pages' => '',
  1482. 'title' => '',
  1483. 'cache' => '-1',
  1484. 'i18n_mode' => '0',
  1485. ))
  1486. ->values(array(
  1487. 'bid' => '30',
  1488. 'module' => 'user',
  1489. 'delta' => 'online',
  1490. 'theme' => 'seven',
  1491. 'status' => '0',
  1492. 'weight' => '0',
  1493. 'region' => '-1',
  1494. 'custom' => '0',
  1495. 'visibility' => '0',
  1496. 'pages' => '',
  1497. 'title' => '',
  1498. 'cache' => '-1',
  1499. 'i18n_mode' => '0',
  1500. ))
  1501. ->values(array(
  1502. 'bid' => '31',
  1503. 'module' => 'blog',
  1504. 'delta' => 'recent',
  1505. 'theme' => 'bartik',
  1506. 'status' => '0',
  1507. 'weight' => '0',
  1508. 'region' => '-1',
  1509. 'custom' => '0',
  1510. 'visibility' => '0',
  1511. 'pages' => '',
  1512. 'title' => '',
  1513. 'cache' => '1',
  1514. 'i18n_mode' => '0',
  1515. ))
  1516. ->values(array(
  1517. 'bid' => '32',
  1518. 'module' => 'book',
  1519. 'delta' => 'navigation',
  1520. 'theme' => 'bartik',
  1521. 'status' => '0',
  1522. 'weight' => '0',
  1523. 'region' => '-1',
  1524. 'custom' => '0',
  1525. 'visibility' => '0',
  1526. 'pages' => '',
  1527. 'title' => '',
  1528. 'cache' => '5',
  1529. 'i18n_mode' => '0',
  1530. ))
  1531. ->values(array(
  1532. 'bid' => '33',
  1533. 'module' => 'locale',
  1534. 'delta' => 'language',
  1535. 'theme' => 'bartik',
  1536. 'status' => '0',
  1537. 'weight' => '0',
  1538. 'region' => '-1',
  1539. 'custom' => '0',
  1540. 'visibility' => '0',
  1541. 'pages' => '',
  1542. 'title' => '',
  1543. 'cache' => '-1',
  1544. 'i18n_mode' => '0',
  1545. ))
  1546. ->values(array(
  1547. 'bid' => '34',
  1548. 'module' => 'forum',
  1549. 'delta' => 'active',
  1550. 'theme' => 'bartik',
  1551. 'status' => '0',
  1552. 'weight' => '0',
  1553. 'region' => '-1',
  1554. 'custom' => '0',
  1555. 'visibility' => '0',
  1556. 'pages' => '',
  1557. 'title' => '',
  1558. 'cache' => '-2',
  1559. 'i18n_mode' => '0',
  1560. ))
  1561. ->values(array(
  1562. 'bid' => '35',
  1563. 'module' => 'forum',
  1564. 'delta' => 'new',
  1565. 'theme' => 'bartik',
  1566. 'status' => '0',
  1567. 'weight' => '0',
  1568. 'region' => '-1',
  1569. 'custom' => '0',
  1570. 'visibility' => '0',
  1571. 'pages' => '',
  1572. 'title' => '',
  1573. 'cache' => '-2',
  1574. 'i18n_mode' => '0',
  1575. ))
  1576. ->values(array(
  1577. 'bid' => '36',
  1578. 'module' => 'blog',
  1579. 'delta' => 'recent',
  1580. 'theme' => 'seven',
  1581. 'status' => '0',
  1582. 'weight' => '0',
  1583. 'region' => '-1',
  1584. 'custom' => '0',
  1585. 'visibility' => '0',
  1586. 'pages' => '',
  1587. 'title' => '',
  1588. 'cache' => '1',
  1589. 'i18n_mode' => '0',
  1590. ))
  1591. ->values(array(
  1592. 'bid' => '37',
  1593. 'module' => 'book',
  1594. 'delta' => 'navigation',
  1595. 'theme' => 'seven',
  1596. 'status' => '0',
  1597. 'weight' => '0',
  1598. 'region' => '-1',
  1599. 'custom' => '0',
  1600. 'visibility' => '0',
  1601. 'pages' => '',
  1602. 'title' => '',
  1603. 'cache' => '5',
  1604. 'i18n_mode' => '0',
  1605. ))
  1606. ->values(array(
  1607. 'bid' => '38',
  1608. 'module' => 'locale',
  1609. 'delta' => 'language',
  1610. 'theme' => 'seven',
  1611. 'status' => '0',
  1612. 'weight' => '0',
  1613. 'region' => '-1',
  1614. 'custom' => '0',
  1615. 'visibility' => '0',
  1616. 'pages' => '',
  1617. 'title' => '',
  1618. 'cache' => '-1',
  1619. 'i18n_mode' => '0',
  1620. ))
  1621. ->values(array(
  1622. 'bid' => '39',
  1623. 'module' => 'forum',
  1624. 'delta' => 'active',
  1625. 'theme' => 'seven',
  1626. 'status' => '0',
  1627. 'weight' => '0',
  1628. 'region' => '-1',
  1629. 'custom' => '0',
  1630. 'visibility' => '0',
  1631. 'pages' => '',
  1632. 'title' => '',
  1633. 'cache' => '-2',
  1634. 'i18n_mode' => '0',
  1635. ))
  1636. ->values(array(
  1637. 'bid' => '40',
  1638. 'module' => 'forum',
  1639. 'delta' => 'new',
  1640. 'theme' => 'seven',
  1641. 'status' => '0',
  1642. 'weight' => '0',
  1643. 'region' => '-1',
  1644. 'custom' => '0',
  1645. 'visibility' => '0',
  1646. 'pages' => '',
  1647. 'title' => '',
  1648. 'cache' => '-2',
  1649. 'i18n_mode' => '0',
  1650. ))
  1651. ->values(array(
  1652. 'bid' => '41',
  1653. 'module' => 'menu',
  1654. 'delta' => 'menu-test-menu',
  1655. 'theme' => 'bartik',
  1656. 'status' => '0',
  1657. 'weight' => '0',
  1658. 'region' => '-1',
  1659. 'custom' => '0',
  1660. 'visibility' => '0',
  1661. 'pages' => '',
  1662. 'title' => '',
  1663. 'cache' => '-1',
  1664. 'i18n_mode' => '0',
  1665. ))
  1666. ->values(array(
  1667. 'bid' => '42',
  1668. 'module' => 'statistics',
  1669. 'delta' => 'popular',
  1670. 'theme' => 'bartik',
  1671. 'status' => '0',
  1672. 'weight' => '0',
  1673. 'region' => '-1',
  1674. 'custom' => '0',
  1675. 'visibility' => '0',
  1676. 'pages' => '',
  1677. 'title' => '',
  1678. 'cache' => '-1',
  1679. 'i18n_mode' => '0',
  1680. ))
  1681. ->values(array(
  1682. 'bid' => '43',
  1683. 'module' => 'menu',
  1684. 'delta' => 'menu-test-menu',
  1685. 'theme' => 'seven',
  1686. 'status' => '0',
  1687. 'weight' => '0',
  1688. 'region' => '-1',
  1689. 'custom' => '0',
  1690. 'visibility' => '0',
  1691. 'pages' => '',
  1692. 'title' => '',
  1693. 'cache' => '-1',
  1694. 'i18n_mode' => '0',
  1695. ))
  1696. ->values(array(
  1697. 'bid' => '44',
  1698. 'module' => 'statistics',
  1699. 'delta' => 'popular',
  1700. 'theme' => 'seven',
  1701. 'status' => '0',
  1702. 'weight' => '0',
  1703. 'region' => '-1',
  1704. 'custom' => '0',
  1705. 'visibility' => '0',
  1706. 'pages' => '',
  1707. 'title' => '',
  1708. 'cache' => '-1',
  1709. 'i18n_mode' => '0',
  1710. ))
  1711. ->values(array(
  1712. 'bid' => '45',
  1713. 'module' => 'block',
  1714. 'delta' => '1',
  1715. 'theme' => 'bartik',
  1716. 'status' => '1',
  1717. 'weight' => '0',
  1718. 'region' => 'highlighted',
  1719. 'custom' => '0',
  1720. 'visibility' => '0',
  1721. 'pages' => '',
  1722. 'title' => 'Mildly amusing limerick of the day',
  1723. 'cache' => '-1',
  1724. 'i18n_mode' => '0',
  1725. ))
  1726. ->values(array(
  1727. 'bid' => '46',
  1728. 'module' => 'block',
  1729. 'delta' => '1',
  1730. 'theme' => 'seven',
  1731. 'status' => '0',
  1732. 'weight' => '0',
  1733. 'region' => '-1',
  1734. 'custom' => '0',
  1735. 'visibility' => '0',
  1736. 'pages' => '',
  1737. 'title' => 'Mildly amusing limerick of the day',
  1738. 'cache' => '-1',
  1739. 'i18n_mode' => '0',
  1740. ))
  1741. ->values(array(
  1742. 'bid' => '47',
  1743. 'module' => 'aggregator',
  1744. 'delta' => 'feed-1',
  1745. 'theme' => 'bartik',
  1746. 'status' => '0',
  1747. 'weight' => '0',
  1748. 'region' => '-1',
  1749. 'custom' => '0',
  1750. 'visibility' => '0',
  1751. 'pages' => '',
  1752. 'title' => '',
  1753. 'cache' => '1',
  1754. 'i18n_mode' => '0',
  1755. ))
  1756. ->values(array(
  1757. 'bid' => '48',
  1758. 'module' => 'aggregator',
  1759. 'delta' => 'feed-1',
  1760. 'theme' => 'seven',
  1761. 'status' => '0',
  1762. 'weight' => '0',
  1763. 'region' => '-1',
  1764. 'custom' => '0',
  1765. 'visibility' => '0',
  1766. 'pages' => '',
  1767. 'title' => '',
  1768. 'cache' => '1',
  1769. 'i18n_mode' => '0',
  1770. ))
  1771. ->values(array(
  1772. 'bid' => '49',
  1773. 'module' => 'locale',
  1774. 'delta' => 'language_content',
  1775. 'theme' => 'bartik',
  1776. 'status' => '0',
  1777. 'weight' => '0',
  1778. 'region' => '-1',
  1779. 'custom' => '0',
  1780. 'visibility' => '0',
  1781. 'pages' => '',
  1782. 'title' => '',
  1783. 'cache' => '-1',
  1784. 'i18n_mode' => '0',
  1785. ))
  1786. ->values(array(
  1787. 'bid' => '50',
  1788. 'module' => 'locale',
  1789. 'delta' => 'language_content',
  1790. 'theme' => 'seven',
  1791. 'status' => '0',
  1792. 'weight' => '0',
  1793. 'region' => '-1',
  1794. 'custom' => '0',
  1795. 'visibility' => '0',
  1796. 'pages' => '',
  1797. 'title' => '',
  1798. 'cache' => '-1',
  1799. 'i18n_mode' => '0',
  1800. ))
  1801. ->execute();
  1802. $connection->schema()->createTable('block_custom', array(
  1803. 'fields' => array(
  1804. 'bid' => array(
  1805. 'type' => 'serial',
  1806. 'not null' => TRUE,
  1807. 'size' => 'normal',
  1808. 'unsigned' => TRUE,
  1809. ),
  1810. 'body' => array(
  1811. 'type' => 'text',
  1812. 'not null' => FALSE,
  1813. 'size' => 'normal',
  1814. ),
  1815. 'info' => array(
  1816. 'type' => 'varchar',
  1817. 'not null' => TRUE,
  1818. 'length' => '128',
  1819. 'default' => '',
  1820. ),
  1821. 'format' => array(
  1822. 'type' => 'varchar',
  1823. 'not null' => FALSE,
  1824. 'length' => '255',
  1825. ),
  1826. ),
  1827. 'primary key' => array(
  1828. 'bid',
  1829. ),
  1830. 'mysql_character_set' => 'utf8',
  1831. ));
  1832. $connection->insert('block_custom')
  1833. ->fields(array(
  1834. 'bid',
  1835. 'body',
  1836. 'info',
  1837. 'format',
  1838. ))
  1839. ->values(array(
  1840. 'bid' => '1',
  1841. 'body' => "A fellow jumped off a high wall\r\nAnd had a most terrible fall\r\nHe went back to bed\r\nWith a bump on his head\r\nThat's why you don't jump off a wall",
  1842. 'info' => 'Limerick',
  1843. 'format' => 'filtered_html',
  1844. ))
  1845. ->execute();
  1846. $connection->schema()->createTable('block_node_type', array(
  1847. 'fields' => array(
  1848. 'module' => array(
  1849. 'type' => 'varchar',
  1850. 'not null' => TRUE,
  1851. 'length' => '64',
  1852. ),
  1853. 'delta' => array(
  1854. 'type' => 'varchar',
  1855. 'not null' => TRUE,
  1856. 'length' => '32',
  1857. ),
  1858. 'type' => array(
  1859. 'type' => 'varchar',
  1860. 'not null' => TRUE,
  1861. 'length' => '32',
  1862. ),
  1863. ),
  1864. 'primary key' => array(
  1865. 'module',
  1866. 'delta',
  1867. 'type',
  1868. ),
  1869. 'mysql_character_set' => 'utf8',
  1870. ));
  1871. $connection->schema()->createTable('block_role', array(
  1872. 'fields' => array(
  1873. 'module' => array(
  1874. 'type' => 'varchar',
  1875. 'not null' => TRUE,
  1876. 'length' => '64',
  1877. ),
  1878. 'delta' => array(
  1879. 'type' => 'varchar',
  1880. 'not null' => TRUE,
  1881. 'length' => '32',
  1882. ),
  1883. 'rid' => array(
  1884. 'type' => 'int',
  1885. 'not null' => TRUE,
  1886. 'size' => 'normal',
  1887. 'unsigned' => TRUE,
  1888. ),
  1889. ),
  1890. 'primary key' => array(
  1891. 'module',
  1892. 'delta',
  1893. 'rid',
  1894. ),
  1895. 'mysql_character_set' => 'utf8',
  1896. ));
  1897. $connection->insert('block_role')
  1898. ->fields(array(
  1899. 'module',
  1900. 'delta',
  1901. 'rid',
  1902. ))
  1903. ->values(array(
  1904. 'module' => 'block',
  1905. 'delta' => '1',
  1906. 'rid' => '2',
  1907. ))
  1908. ->execute();
  1909. $connection->schema()->createTable('blocked_ips', array(
  1910. 'fields' => array(
  1911. 'iid' => array(
  1912. 'type' => 'serial',
  1913. 'not null' => TRUE,
  1914. 'size' => 'normal',
  1915. 'unsigned' => TRUE,
  1916. ),
  1917. 'ip' => array(
  1918. 'type' => 'varchar',
  1919. 'not null' => TRUE,
  1920. 'length' => '40',
  1921. 'default' => '',
  1922. ),
  1923. ),
  1924. 'primary key' => array(
  1925. 'iid',
  1926. ),
  1927. 'mysql_character_set' => 'utf8',
  1928. ));
  1929. $connection->insert('blocked_ips')
  1930. ->fields(array(
  1931. 'iid',
  1932. 'ip',
  1933. ))
  1934. ->values(array(
  1935. 'iid' => '1',
  1936. 'ip' => '111.111.111.111',
  1937. ))
  1938. ->execute();
  1939. $connection->schema()->createTable('book', array(
  1940. 'fields' => array(
  1941. 'mlid' => array(
  1942. 'type' => 'int',
  1943. 'not null' => TRUE,
  1944. 'size' => 'normal',
  1945. 'default' => '0',
  1946. 'unsigned' => TRUE,
  1947. ),
  1948. 'nid' => array(
  1949. 'type' => 'int',
  1950. 'not null' => TRUE,
  1951. 'size' => 'normal',
  1952. 'default' => '0',
  1953. 'unsigned' => TRUE,
  1954. ),
  1955. 'bid' => array(
  1956. 'type' => 'int',
  1957. 'not null' => TRUE,
  1958. 'size' => 'normal',
  1959. 'default' => '0',
  1960. 'unsigned' => TRUE,
  1961. ),
  1962. ),
  1963. 'primary key' => array(
  1964. 'mlid',
  1965. ),
  1966. 'mysql_character_set' => 'utf8',
  1967. ));
  1968. $connection->insert('book')
  1969. ->fields(array(
  1970. 'mlid',
  1971. 'nid',
  1972. 'bid',
  1973. ))
  1974. ->values(array(
  1975. 'mlid' => '480',
  1976. 'nid' => '4',
  1977. 'bid' => '4',
  1978. ))
  1979. ->values(array(
  1980. 'mlid' => '481',
  1981. 'nid' => '6',
  1982. 'bid' => '4',
  1983. ))
  1984. ->values(array(
  1985. 'mlid' => '482',
  1986. 'nid' => '2',
  1987. 'bid' => '4',
  1988. ))
  1989. ->values(array(
  1990. 'mlid' => '483',
  1991. 'nid' => '1',
  1992. 'bid' => '8',
  1993. ))
  1994. ->execute();
  1995. $connection->schema()->createTable('cache', array(
  1996. 'fields' => array(
  1997. 'cid' => array(
  1998. 'type' => 'varchar',
  1999. 'not null' => TRUE,
  2000. 'length' => '255',
  2001. 'default' => '',
  2002. ),
  2003. 'data' => array(
  2004. 'type' => 'blob',
  2005. 'not null' => FALSE,
  2006. 'size' => 'normal',
  2007. ),
  2008. 'expire' => array(
  2009. 'type' => 'int',
  2010. 'not null' => TRUE,
  2011. 'size' => 'normal',
  2012. 'default' => '0',
  2013. ),
  2014. 'created' => array(
  2015. 'type' => 'int',
  2016. 'not null' => TRUE,
  2017. 'size' => 'normal',
  2018. 'default' => '0',
  2019. ),
  2020. 'serialized' => array(
  2021. 'type' => 'int',
  2022. 'not null' => TRUE,
  2023. 'size' => 'normal',
  2024. 'default' => '0',
  2025. ),
  2026. ),
  2027. 'primary key' => array(
  2028. 'cid',
  2029. ),
  2030. 'mysql_character_set' => 'utf8',
  2031. ));
  2032. $connection->schema()->createTable('cache_block', array(
  2033. 'fields' => array(
  2034. 'cid' => array(
  2035. 'type' => 'varchar',
  2036. 'not null' => TRUE,
  2037. 'length' => '255',
  2038. 'default' => '',
  2039. ),
  2040. 'data' => array(
  2041. 'type' => 'blob',
  2042. 'not null' => FALSE,
  2043. 'size' => 'normal',
  2044. ),
  2045. 'expire' => array(
  2046. 'type' => 'int',
  2047. 'not null' => TRUE,
  2048. 'size' => 'normal',
  2049. 'default' => '0',
  2050. ),
  2051. 'created' => array(
  2052. 'type' => 'int',
  2053. 'not null' => TRUE,
  2054. 'size' => 'normal',
  2055. 'default' => '0',
  2056. ),
  2057. 'serialized' => array(
  2058. 'type' => 'int',
  2059. 'not null' => TRUE,
  2060. 'size' => 'normal',
  2061. 'default' => '0',
  2062. ),
  2063. ),
  2064. 'primary key' => array(
  2065. 'cid',
  2066. ),
  2067. 'mysql_character_set' => 'utf8',
  2068. ));
  2069. $connection->schema()->createTable('cache_bootstrap', array(
  2070. 'fields' => array(
  2071. 'cid' => array(
  2072. 'type' => 'varchar',
  2073. 'not null' => TRUE,
  2074. 'length' => '255',
  2075. 'default' => '',
  2076. ),
  2077. 'data' => array(
  2078. 'type' => 'blob',
  2079. 'not null' => FALSE,
  2080. 'size' => 'normal',
  2081. ),
  2082. 'expire' => array(
  2083. 'type' => 'int',
  2084. 'not null' => TRUE,
  2085. 'size' => 'normal',
  2086. 'default' => '0',
  2087. ),
  2088. 'created' => array(
  2089. 'type' => 'int',
  2090. 'not null' => TRUE,
  2091. 'size' => 'normal',
  2092. 'default' => '0',
  2093. ),
  2094. 'serialized' => array(
  2095. 'type' => 'int',
  2096. 'not null' => TRUE,
  2097. 'size' => 'normal',
  2098. 'default' => '0',
  2099. ),
  2100. ),
  2101. 'primary key' => array(
  2102. 'cid',
  2103. ),
  2104. 'mysql_character_set' => 'utf8',
  2105. ));
  2106. $connection->schema()->createTable('cache_field', array(
  2107. 'fields' => array(
  2108. 'cid' => array(
  2109. 'type' => 'varchar',
  2110. 'not null' => TRUE,
  2111. 'length' => '255',
  2112. 'default' => '',
  2113. ),
  2114. 'data' => array(
  2115. 'type' => 'blob',
  2116. 'not null' => FALSE,
  2117. 'size' => 'normal',
  2118. ),
  2119. 'expire' => array(
  2120. 'type' => 'int',
  2121. 'not null' => TRUE,
  2122. 'size' => 'normal',
  2123. 'default' => '0',
  2124. ),
  2125. 'created' => array(
  2126. 'type' => 'int',
  2127. 'not null' => TRUE,
  2128. 'size' => 'normal',
  2129. 'default' => '0',
  2130. ),
  2131. 'serialized' => array(
  2132. 'type' => 'int',
  2133. 'not null' => TRUE,
  2134. 'size' => 'normal',
  2135. 'default' => '0',
  2136. ),
  2137. ),
  2138. 'primary key' => array(
  2139. 'cid',
  2140. ),
  2141. 'mysql_character_set' => 'utf8',
  2142. ));
  2143. $connection->schema()->createTable('cache_filter', array(
  2144. 'fields' => array(
  2145. 'cid' => array(
  2146. 'type' => 'varchar',
  2147. 'not null' => TRUE,
  2148. 'length' => '255',
  2149. 'default' => '',
  2150. ),
  2151. 'data' => array(
  2152. 'type' => 'blob',
  2153. 'not null' => FALSE,
  2154. 'size' => 'normal',
  2155. ),
  2156. 'expire' => array(
  2157. 'type' => 'int',
  2158. 'not null' => TRUE,
  2159. 'size' => 'normal',
  2160. 'default' => '0',
  2161. ),
  2162. 'created' => array(
  2163. 'type' => 'int',
  2164. 'not null' => TRUE,
  2165. 'size' => 'normal',
  2166. 'default' => '0',
  2167. ),
  2168. 'serialized' => array(
  2169. 'type' => 'int',
  2170. 'not null' => TRUE,
  2171. 'size' => 'normal',
  2172. 'default' => '0',
  2173. ),
  2174. ),
  2175. 'primary key' => array(
  2176. 'cid',
  2177. ),
  2178. 'mysql_character_set' => 'utf8',
  2179. ));
  2180. $connection->schema()->createTable('cache_form', array(
  2181. 'fields' => array(
  2182. 'cid' => array(
  2183. 'type' => 'varchar',
  2184. 'not null' => TRUE,
  2185. 'length' => '255',
  2186. 'default' => '',
  2187. ),
  2188. 'data' => array(
  2189. 'type' => 'blob',
  2190. 'not null' => FALSE,
  2191. 'size' => 'normal',
  2192. ),
  2193. 'expire' => array(
  2194. 'type' => 'int',
  2195. 'not null' => TRUE,
  2196. 'size' => 'normal',
  2197. 'default' => '0',
  2198. ),
  2199. 'created' => array(
  2200. 'type' => 'int',
  2201. 'not null' => TRUE,
  2202. 'size' => 'normal',
  2203. 'default' => '0',
  2204. ),
  2205. 'serialized' => array(
  2206. 'type' => 'int',
  2207. 'not null' => TRUE,
  2208. 'size' => 'normal',
  2209. 'default' => '0',
  2210. ),
  2211. ),
  2212. 'primary key' => array(
  2213. 'cid',
  2214. ),
  2215. 'mysql_character_set' => 'utf8',
  2216. ));
  2217. $connection->schema()->createTable('cache_image', array(
  2218. 'fields' => array(
  2219. 'cid' => array(
  2220. 'type' => 'varchar',
  2221. 'not null' => TRUE,
  2222. 'length' => '255',
  2223. 'default' => '',
  2224. ),
  2225. 'data' => array(
  2226. 'type' => 'blob',
  2227. 'not null' => FALSE,
  2228. 'size' => 'normal',
  2229. ),
  2230. 'expire' => array(
  2231. 'type' => 'int',
  2232. 'not null' => TRUE,
  2233. 'size' => 'normal',
  2234. 'default' => '0',
  2235. ),
  2236. 'created' => array(
  2237. 'type' => 'int',
  2238. 'not null' => TRUE,
  2239. 'size' => 'normal',
  2240. 'default' => '0',
  2241. ),
  2242. 'serialized' => array(
  2243. 'type' => 'int',
  2244. 'not null' => TRUE,
  2245. 'size' => 'normal',
  2246. 'default' => '0',
  2247. ),
  2248. ),
  2249. 'primary key' => array(
  2250. 'cid',
  2251. ),
  2252. 'mysql_character_set' => 'utf8',
  2253. ));
  2254. $connection->schema()->createTable('cache_menu', array(
  2255. 'fields' => array(
  2256. 'cid' => array(
  2257. 'type' => 'varchar',
  2258. 'not null' => TRUE,
  2259. 'length' => '255',
  2260. 'default' => '',
  2261. ),
  2262. 'data' => array(
  2263. 'type' => 'blob',
  2264. 'not null' => FALSE,
  2265. 'size' => 'normal',
  2266. ),
  2267. 'expire' => array(
  2268. 'type' => 'int',
  2269. 'not null' => TRUE,
  2270. 'size' => 'normal',
  2271. 'default' => '0',
  2272. ),
  2273. 'created' => array(
  2274. 'type' => 'int',
  2275. 'not null' => TRUE,
  2276. 'size' => 'normal',
  2277. 'default' => '0',
  2278. ),
  2279. 'serialized' => array(
  2280. 'type' => 'int',
  2281. 'not null' => TRUE,
  2282. 'size' => 'normal',
  2283. 'default' => '0',
  2284. ),
  2285. ),
  2286. 'primary key' => array(
  2287. 'cid',
  2288. ),
  2289. 'mysql_character_set' => 'utf8',
  2290. ));
  2291. $connection->schema()->createTable('cache_page', array(
  2292. 'fields' => array(
  2293. 'cid' => array(
  2294. 'type' => 'varchar',
  2295. 'not null' => TRUE,
  2296. 'length' => '255',
  2297. 'default' => '',
  2298. ),
  2299. 'data' => array(
  2300. 'type' => 'blob',
  2301. 'not null' => FALSE,
  2302. 'size' => 'normal',
  2303. ),
  2304. 'expire' => array(
  2305. 'type' => 'int',
  2306. 'not null' => TRUE,
  2307. 'size' => 'normal',
  2308. 'default' => '0',
  2309. ),
  2310. 'created' => array(
  2311. 'type' => 'int',
  2312. 'not null' => TRUE,
  2313. 'size' => 'normal',
  2314. 'default' => '0',
  2315. ),
  2316. 'serialized' => array(
  2317. 'type' => 'int',
  2318. 'not null' => TRUE,
  2319. 'size' => 'normal',
  2320. 'default' => '0',
  2321. ),
  2322. ),
  2323. 'primary key' => array(
  2324. 'cid',
  2325. ),
  2326. 'mysql_character_set' => 'utf8',
  2327. ));
  2328. $connection->schema()->createTable('cache_path', array(
  2329. 'fields' => array(
  2330. 'cid' => array(
  2331. 'type' => 'varchar',
  2332. 'not null' => TRUE,
  2333. 'length' => '255',
  2334. 'default' => '',
  2335. ),
  2336. 'data' => array(
  2337. 'type' => 'blob',
  2338. 'not null' => FALSE,
  2339. 'size' => 'normal',
  2340. ),
  2341. 'expire' => array(
  2342. 'type' => 'int',
  2343. 'not null' => TRUE,
  2344. 'size' => 'normal',
  2345. 'default' => '0',
  2346. ),
  2347. 'created' => array(
  2348. 'type' => 'int',
  2349. 'not null' => TRUE,
  2350. 'size' => 'normal',
  2351. 'default' => '0',
  2352. ),
  2353. 'serialized' => array(
  2354. 'type' => 'int',
  2355. 'not null' => TRUE,
  2356. 'size' => 'normal',
  2357. 'default' => '0',
  2358. ),
  2359. ),
  2360. 'primary key' => array(
  2361. 'cid',
  2362. ),
  2363. 'mysql_character_set' => 'utf8',
  2364. ));
  2365. $connection->schema()->createTable('cache_update', array(
  2366. 'fields' => array(
  2367. 'cid' => array(
  2368. 'type' => 'varchar',
  2369. 'not null' => TRUE,
  2370. 'length' => '255',
  2371. 'default' => '',
  2372. ),
  2373. 'data' => array(
  2374. 'type' => 'blob',
  2375. 'not null' => FALSE,
  2376. 'size' => 'normal',
  2377. ),
  2378. 'expire' => array(
  2379. 'type' => 'int',
  2380. 'not null' => TRUE,
  2381. 'size' => 'normal',
  2382. 'default' => '0',
  2383. ),
  2384. 'created' => array(
  2385. 'type' => 'int',
  2386. 'not null' => TRUE,
  2387. 'size' => 'normal',
  2388. 'default' => '0',
  2389. ),
  2390. 'serialized' => array(
  2391. 'type' => 'int',
  2392. 'not null' => TRUE,
  2393. 'size' => 'normal',
  2394. 'default' => '0',
  2395. ),
  2396. ),
  2397. 'primary key' => array(
  2398. 'cid',
  2399. ),
  2400. 'mysql_character_set' => 'utf8',
  2401. ));
  2402. $connection->schema()->createTable('cache_variable', array(
  2403. 'fields' => array(
  2404. 'cid' => array(
  2405. 'type' => 'varchar',
  2406. 'not null' => TRUE,
  2407. 'length' => '255',
  2408. 'default' => '',
  2409. ),
  2410. 'data' => array(
  2411. 'type' => 'blob',
  2412. 'not null' => FALSE,
  2413. 'size' => 'big',
  2414. ),
  2415. 'expire' => array(
  2416. 'type' => 'int',
  2417. 'not null' => TRUE,
  2418. 'size' => 'normal',
  2419. 'default' => '0',
  2420. ),
  2421. 'created' => array(
  2422. 'type' => 'int',
  2423. 'not null' => TRUE,
  2424. 'size' => 'normal',
  2425. 'default' => '0',
  2426. ),
  2427. 'serialized' => array(
  2428. 'type' => 'int',
  2429. 'not null' => TRUE,
  2430. 'size' => 'small',
  2431. 'default' => '0',
  2432. ),
  2433. ),
  2434. 'primary key' => array(
  2435. 'cid',
  2436. ),
  2437. 'indexes' => array(
  2438. 'expire' => array(
  2439. 'expire',
  2440. ),
  2441. ),
  2442. 'mysql_character_set' => 'utf8',
  2443. ));
  2444. $connection->schema()->createTable('cache_views', array(
  2445. 'fields' => array(
  2446. 'cid' => array(
  2447. 'type' => 'varchar',
  2448. 'not null' => TRUE,
  2449. 'length' => '255',
  2450. 'default' => '',
  2451. ),
  2452. 'data' => array(
  2453. 'type' => 'blob',
  2454. 'not null' => FALSE,
  2455. 'size' => 'normal',
  2456. ),
  2457. 'expire' => array(
  2458. 'type' => 'int',
  2459. 'not null' => TRUE,
  2460. 'size' => 'normal',
  2461. 'default' => '0',
  2462. ),
  2463. 'created' => array(
  2464. 'type' => 'int',
  2465. 'not null' => TRUE,
  2466. 'size' => 'normal',
  2467. 'default' => '0',
  2468. ),
  2469. 'serialized' => array(
  2470. 'type' => 'int',
  2471. 'not null' => TRUE,
  2472. 'size' => 'normal',
  2473. 'default' => '0',
  2474. ),
  2475. ),
  2476. 'primary key' => array(
  2477. 'cid',
  2478. ),
  2479. 'mysql_character_set' => 'utf8',
  2480. ));
  2481. $connection->schema()->createTable('cache_views_data', array(
  2482. 'fields' => array(
  2483. 'cid' => array(
  2484. 'type' => 'varchar',
  2485. 'not null' => TRUE,
  2486. 'length' => '255',
  2487. 'default' => '',
  2488. ),
  2489. 'data' => array(
  2490. 'type' => 'blob',
  2491. 'not null' => FALSE,
  2492. 'size' => 'normal',
  2493. ),
  2494. 'expire' => array(
  2495. 'type' => 'int',
  2496. 'not null' => TRUE,
  2497. 'size' => 'normal',
  2498. 'default' => '0',
  2499. ),
  2500. 'created' => array(
  2501. 'type' => 'int',
  2502. 'not null' => TRUE,
  2503. 'size' => 'normal',
  2504. 'default' => '0',
  2505. ),
  2506. 'serialized' => array(
  2507. 'type' => 'int',
  2508. 'not null' => TRUE,
  2509. 'size' => 'normal',
  2510. 'default' => '1',
  2511. ),
  2512. ),
  2513. 'primary key' => array(
  2514. 'cid',
  2515. ),
  2516. 'mysql_character_set' => 'utf8',
  2517. ));
  2518. $connection->schema()->createTable('comment', array(
  2519. 'fields' => array(
  2520. 'cid' => array(
  2521. 'type' => 'serial',
  2522. 'not null' => TRUE,
  2523. 'size' => 'normal',
  2524. ),
  2525. 'pid' => array(
  2526. 'type' => 'int',
  2527. 'not null' => TRUE,
  2528. 'size' => 'normal',
  2529. 'default' => '0',
  2530. ),
  2531. 'nid' => array(
  2532. 'type' => 'int',
  2533. 'not null' => TRUE,
  2534. 'size' => 'normal',
  2535. 'default' => '0',
  2536. ),
  2537. 'uid' => array(
  2538. 'type' => 'int',
  2539. 'not null' => TRUE,
  2540. 'size' => 'normal',
  2541. 'default' => '0',
  2542. ),
  2543. 'subject' => array(
  2544. 'type' => 'varchar',
  2545. 'not null' => TRUE,
  2546. 'length' => '64',
  2547. 'default' => '',
  2548. ),
  2549. 'hostname' => array(
  2550. 'type' => 'varchar',
  2551. 'not null' => TRUE,
  2552. 'length' => '128',
  2553. 'default' => '',
  2554. ),
  2555. 'created' => array(
  2556. 'type' => 'int',
  2557. 'not null' => TRUE,
  2558. 'size' => 'normal',
  2559. 'default' => '0',
  2560. ),
  2561. 'changed' => array(
  2562. 'type' => 'int',
  2563. 'not null' => TRUE,
  2564. 'size' => 'normal',
  2565. 'default' => '0',
  2566. ),
  2567. 'status' => array(
  2568. 'type' => 'int',
  2569. 'not null' => TRUE,
  2570. 'size' => 'normal',
  2571. 'default' => '1',
  2572. 'unsigned' => TRUE,
  2573. ),
  2574. 'thread' => array(
  2575. 'type' => 'varchar',
  2576. 'not null' => TRUE,
  2577. 'length' => '255',
  2578. ),
  2579. 'name' => array(
  2580. 'type' => 'varchar',
  2581. 'not null' => FALSE,
  2582. 'length' => '60',
  2583. ),
  2584. 'mail' => array(
  2585. 'type' => 'varchar',
  2586. 'not null' => FALSE,
  2587. 'length' => '64',
  2588. ),
  2589. 'homepage' => array(
  2590. 'type' => 'varchar',
  2591. 'not null' => FALSE,
  2592. 'length' => '255',
  2593. ),
  2594. 'language' => array(
  2595. 'type' => 'varchar',
  2596. 'not null' => TRUE,
  2597. 'length' => '12',
  2598. 'default' => '',
  2599. ),
  2600. ),
  2601. 'primary key' => array(
  2602. 'cid',
  2603. ),
  2604. 'mysql_character_set' => 'utf8',
  2605. ));
  2606. $connection->insert('comment')
  2607. ->fields(array(
  2608. 'cid',
  2609. 'pid',
  2610. 'nid',
  2611. 'uid',
  2612. 'subject',
  2613. 'hostname',
  2614. 'created',
  2615. 'changed',
  2616. 'status',
  2617. 'thread',
  2618. 'name',
  2619. 'mail',
  2620. 'homepage',
  2621. 'language',
  2622. ))
  2623. ->values(array(
  2624. 'cid' => '1',
  2625. 'pid' => '0',
  2626. 'nid' => '1',
  2627. 'uid' => '1',
  2628. 'subject' => 'A comment',
  2629. 'hostname' => '2001:db8:ffff:ffff:ffff:ffff:ffff:ffff',
  2630. 'created' => '1421727536',
  2631. 'changed' => '1421727536',
  2632. 'status' => '1',
  2633. 'thread' => '01/',
  2634. 'name' => 'admin',
  2635. 'mail' => '',
  2636. 'homepage' => '',
  2637. 'language' => 'en',
  2638. ))
  2639. ->values(array(
  2640. 'cid' => '2',
  2641. 'pid' => '0',
  2642. 'nid' => '2',
  2643. 'uid' => '1',
  2644. 'subject' => 'TNG',
  2645. 'hostname' => '127.0.0.1',
  2646. 'created' => '1532789252',
  2647. 'changed' => '1532789252',
  2648. 'status' => '1',
  2649. 'thread' => '01/',
  2650. 'name' => 'admin',
  2651. 'mail' => '',
  2652. 'homepage' => '',
  2653. 'language' => 'en',
  2654. ))
  2655. ->values(array(
  2656. 'cid' => '3',
  2657. 'pid' => '0',
  2658. 'nid' => '3',
  2659. 'uid' => '1',
  2660. 'subject' => 'Comment to IS translation',
  2661. 'hostname' => '46.132.185.242',
  2662. 'created' => '1533031490',
  2663. 'changed' => '1533031490',
  2664. 'status' => '1',
  2665. 'thread' => '01/',
  2666. 'name' => 'admin',
  2667. 'mail' => '',
  2668. 'homepage' => '',
  2669. 'language' => 'is',
  2670. ))
  2671. ->values(array(
  2672. 'cid' => '4',
  2673. 'pid' => '0',
  2674. 'nid' => '1',
  2675. 'uid' => '3',
  2676. 'subject' => 'Comment without language',
  2677. 'hostname' => 'drupal7.local',
  2678. 'created' => '1426781880',
  2679. 'changed' => '1426781880',
  2680. 'status' => '1',
  2681. 'thread' => '02/',
  2682. 'name' => 'Bob',
  2683. 'mail' => '',
  2684. 'homepage' => '',
  2685. 'language' => '',
  2686. ))
  2687. ->execute();
  2688. $connection->schema()->createTable('contact', array(
  2689. 'fields' => array(
  2690. 'cid' => array(
  2691. 'type' => 'serial',
  2692. 'not null' => TRUE,
  2693. 'size' => 'normal',
  2694. 'unsigned' => TRUE,
  2695. ),
  2696. 'category' => array(
  2697. 'type' => 'varchar',
  2698. 'not null' => TRUE,
  2699. 'length' => '255',
  2700. 'default' => '',
  2701. ),
  2702. 'recipients' => array(
  2703. 'type' => 'text',
  2704. 'not null' => TRUE,
  2705. 'size' => 'normal',
  2706. ),
  2707. 'reply' => array(
  2708. 'type' => 'text',
  2709. 'not null' => TRUE,
  2710. 'size' => 'normal',
  2711. ),
  2712. 'weight' => array(
  2713. 'type' => 'int',
  2714. 'not null' => TRUE,
  2715. 'size' => 'normal',
  2716. 'default' => '0',
  2717. ),
  2718. 'selected' => array(
  2719. 'type' => 'int',
  2720. 'not null' => TRUE,
  2721. 'size' => 'normal',
  2722. 'default' => '0',
  2723. ),
  2724. ),
  2725. 'primary key' => array(
  2726. 'cid',
  2727. ),
  2728. 'mysql_character_set' => 'utf8',
  2729. ));
  2730. $connection->insert('contact')
  2731. ->fields(array(
  2732. 'cid',
  2733. 'category',
  2734. 'recipients',
  2735. 'reply',
  2736. 'weight',
  2737. 'selected',
  2738. ))
  2739. ->values(array(
  2740. 'cid' => '1',
  2741. 'category' => 'Website testing',
  2742. 'recipients' => 'joseph@flattandsons.com',
  2743. 'reply' => '',
  2744. 'weight' => '0',
  2745. 'selected' => '1',
  2746. ))
  2747. ->execute();
  2748. $connection->schema()->createTable('ctools_css_cache', array(
  2749. 'fields' => array(
  2750. 'cid' => array(
  2751. 'type' => 'varchar',
  2752. 'not null' => TRUE,
  2753. 'length' => '128',
  2754. ),
  2755. 'filename' => array(
  2756. 'type' => 'varchar',
  2757. 'not null' => FALSE,
  2758. 'length' => '255',
  2759. ),
  2760. 'css' => array(
  2761. 'type' => 'text',
  2762. 'not null' => FALSE,
  2763. 'size' => 'normal',
  2764. ),
  2765. 'filter' => array(
  2766. 'type' => 'int',
  2767. 'not null' => FALSE,
  2768. 'size' => 'normal',
  2769. ),
  2770. ),
  2771. 'primary key' => array(
  2772. 'cid',
  2773. ),
  2774. 'mysql_character_set' => 'utf8',
  2775. ));
  2776. $connection->schema()->createTable('ctools_object_cache', array(
  2777. 'fields' => array(
  2778. 'sid' => array(
  2779. 'type' => 'varchar',
  2780. 'not null' => TRUE,
  2781. 'length' => '64',
  2782. ),
  2783. 'name' => array(
  2784. 'type' => 'varchar',
  2785. 'not null' => TRUE,
  2786. 'length' => '128',
  2787. ),
  2788. 'obj' => array(
  2789. 'type' => 'varchar',
  2790. 'not null' => TRUE,
  2791. 'length' => '32',
  2792. ),
  2793. 'updated' => array(
  2794. 'type' => 'int',
  2795. 'not null' => TRUE,
  2796. 'size' => 'normal',
  2797. 'default' => '0',
  2798. 'unsigned' => TRUE,
  2799. ),
  2800. 'data' => array(
  2801. 'type' => 'blob',
  2802. 'not null' => FALSE,
  2803. 'size' => 'normal',
  2804. ),
  2805. ),
  2806. 'primary key' => array(
  2807. 'sid',
  2808. 'name',
  2809. 'obj',
  2810. ),
  2811. 'mysql_character_set' => 'utf8',
  2812. ));
  2813. $connection->schema()->createTable('date_format_locale', array(
  2814. 'fields' => array(
  2815. 'format' => array(
  2816. 'type' => 'varchar',
  2817. 'not null' => TRUE,
  2818. 'length' => '100',
  2819. 'binary' => TRUE,
  2820. ),
  2821. 'type' => array(
  2822. 'type' => 'varchar',
  2823. 'not null' => TRUE,
  2824. 'length' => '64',
  2825. ),
  2826. 'language' => array(
  2827. 'type' => 'varchar',
  2828. 'not null' => TRUE,
  2829. 'length' => '12',
  2830. ),
  2831. ),
  2832. 'primary key' => array(
  2833. 'type',
  2834. 'language',
  2835. ),
  2836. 'mysql_character_set' => 'utf8',
  2837. ));
  2838. $connection->schema()->createTable('date_format_type', array(
  2839. 'fields' => array(
  2840. 'type' => array(
  2841. 'type' => 'varchar',
  2842. 'not null' => TRUE,
  2843. 'length' => '64',
  2844. ),
  2845. 'title' => array(
  2846. 'type' => 'varchar',
  2847. 'not null' => TRUE,
  2848. 'length' => '255',
  2849. ),
  2850. 'locked' => array(
  2851. 'type' => 'int',
  2852. 'not null' => TRUE,
  2853. 'size' => 'normal',
  2854. 'default' => '0',
  2855. ),
  2856. ),
  2857. 'primary key' => array(
  2858. 'type',
  2859. ),
  2860. 'mysql_character_set' => 'utf8',
  2861. ));
  2862. $connection->insert('date_format_type')
  2863. ->fields(array(
  2864. 'type',
  2865. 'title',
  2866. 'locked',
  2867. ))
  2868. ->values(array(
  2869. 'type' => 'long',
  2870. 'title' => 'Long',
  2871. 'locked' => '1',
  2872. ))
  2873. ->values(array(
  2874. 'type' => 'medium',
  2875. 'title' => 'Medium',
  2876. 'locked' => '1',
  2877. ))
  2878. ->values(array(
  2879. 'type' => 'short',
  2880. 'title' => 'Short',
  2881. 'locked' => '1',
  2882. ))
  2883. ->execute();
  2884. $connection->schema()->createTable('date_formats', array(
  2885. 'fields' => array(
  2886. 'dfid' => array(
  2887. 'type' => 'serial',
  2888. 'not null' => TRUE,
  2889. 'size' => 'normal',
  2890. 'unsigned' => TRUE,
  2891. ),
  2892. 'format' => array(
  2893. 'type' => 'varchar',
  2894. 'not null' => TRUE,
  2895. 'length' => '100',
  2896. ),
  2897. 'type' => array(
  2898. 'type' => 'varchar',
  2899. 'not null' => TRUE,
  2900. 'length' => '64',
  2901. ),
  2902. 'locked' => array(
  2903. 'type' => 'int',
  2904. 'not null' => TRUE,
  2905. 'size' => 'normal',
  2906. 'default' => '0',
  2907. ),
  2908. ),
  2909. 'primary key' => array(
  2910. 'dfid',
  2911. ),
  2912. 'mysql_character_set' => 'utf8',
  2913. ));
  2914. $connection->insert('date_formats')
  2915. ->fields(array(
  2916. 'dfid',
  2917. 'format',
  2918. 'type',
  2919. 'locked',
  2920. ))
  2921. ->values(array(
  2922. 'dfid' => '1',
  2923. 'format' => 'Y-m-d H:i',
  2924. 'type' => 'short',
  2925. 'locked' => '1',
  2926. ))
  2927. ->values(array(
  2928. 'dfid' => '2',
  2929. 'format' => 'm/d/Y - H:i',
  2930. 'type' => 'short',
  2931. 'locked' => '1',
  2932. ))
  2933. ->values(array(
  2934. 'dfid' => '3',
  2935. 'format' => 'd/m/Y - H:i',
  2936. 'type' => 'short',
  2937. 'locked' => '1',
  2938. ))
  2939. ->values(array(
  2940. 'dfid' => '4',
  2941. 'format' => 'Y/m/d - H:i',
  2942. 'type' => 'short',
  2943. 'locked' => '1',
  2944. ))
  2945. ->values(array(
  2946. 'dfid' => '5',
  2947. 'format' => 'd.m.Y - H:i',
  2948. 'type' => 'short',
  2949. 'locked' => '1',
  2950. ))
  2951. ->values(array(
  2952. 'dfid' => '6',
  2953. 'format' => 'm/d/Y - g:ia',
  2954. 'type' => 'short',
  2955. 'locked' => '1',
  2956. ))
  2957. ->values(array(
  2958. 'dfid' => '7',
  2959. 'format' => 'd/m/Y - g:ia',
  2960. 'type' => 'short',
  2961. 'locked' => '1',
  2962. ))
  2963. ->values(array(
  2964. 'dfid' => '8',
  2965. 'format' => 'Y/m/d - g:ia',
  2966. 'type' => 'short',
  2967. 'locked' => '1',
  2968. ))
  2969. ->values(array(
  2970. 'dfid' => '9',
  2971. 'format' => 'M j Y - H:i',
  2972. 'type' => 'short',
  2973. 'locked' => '1',
  2974. ))
  2975. ->values(array(
  2976. 'dfid' => '10',
  2977. 'format' => 'j M Y - H:i',
  2978. 'type' => 'short',
  2979. 'locked' => '1',
  2980. ))
  2981. ->values(array(
  2982. 'dfid' => '11',
  2983. 'format' => 'Y M j - H:i',
  2984. 'type' => 'short',
  2985. 'locked' => '1',
  2986. ))
  2987. ->values(array(
  2988. 'dfid' => '12',
  2989. 'format' => 'M j Y - g:ia',
  2990. 'type' => 'short',
  2991. 'locked' => '1',
  2992. ))
  2993. ->values(array(
  2994. 'dfid' => '13',
  2995. 'format' => 'j M Y - g:ia',
  2996. 'type' => 'short',
  2997. 'locked' => '1',
  2998. ))
  2999. ->values(array(
  3000. 'dfid' => '14',
  3001. 'format' => 'Y M j - g:ia',
  3002. 'type' => 'short',
  3003. 'locked' => '1',
  3004. ))
  3005. ->values(array(
  3006. 'dfid' => '15',
  3007. 'format' => 'D, Y-m-d H:i',
  3008. 'type' => 'medium',
  3009. 'locked' => '1',
  3010. ))
  3011. ->values(array(
  3012. 'dfid' => '16',
  3013. 'format' => 'D, m/d/Y - H:i',
  3014. 'type' => 'medium',
  3015. 'locked' => '1',
  3016. ))
  3017. ->values(array(
  3018. 'dfid' => '17',
  3019. 'format' => 'D, d/m/Y - H:i',
  3020. 'type' => 'medium',
  3021. 'locked' => '1',
  3022. ))
  3023. ->values(array(
  3024. 'dfid' => '18',
  3025. 'format' => 'D, Y/m/d - H:i',
  3026. 'type' => 'medium',
  3027. 'locked' => '1',
  3028. ))
  3029. ->values(array(
  3030. 'dfid' => '19',
  3031. 'format' => 'F j, Y - H:i',
  3032. 'type' => 'medium',
  3033. 'locked' => '1',
  3034. ))
  3035. ->values(array(
  3036. 'dfid' => '20',
  3037. 'format' => 'j F, Y - H:i',
  3038. 'type' => 'medium',
  3039. 'locked' => '1',
  3040. ))
  3041. ->values(array(
  3042. 'dfid' => '21',
  3043. 'format' => 'Y, F j - H:i',
  3044. 'type' => 'medium',
  3045. 'locked' => '1',
  3046. ))
  3047. ->values(array(
  3048. 'dfid' => '22',
  3049. 'format' => 'D, m/d/Y - g:ia',
  3050. 'type' => 'medium',
  3051. 'locked' => '1',
  3052. ))
  3053. ->values(array(
  3054. 'dfid' => '23',
  3055. 'format' => 'D, d/m/Y - g:ia',
  3056. 'type' => 'medium',
  3057. 'locked' => '1',
  3058. ))
  3059. ->values(array(
  3060. 'dfid' => '24',
  3061. 'format' => 'D, Y/m/d - g:ia',
  3062. 'type' => 'medium',
  3063. 'locked' => '1',
  3064. ))
  3065. ->values(array(
  3066. 'dfid' => '25',
  3067. 'format' => 'F j, Y - g:ia',
  3068. 'type' => 'medium',
  3069. 'locked' => '1',
  3070. ))
  3071. ->values(array(
  3072. 'dfid' => '26',
  3073. 'format' => 'j F Y - g:ia',
  3074. 'type' => 'medium',
  3075. 'locked' => '1',
  3076. ))
  3077. ->values(array(
  3078. 'dfid' => '27',
  3079. 'format' => 'Y, F j - g:ia',
  3080. 'type' => 'medium',
  3081. 'locked' => '1',
  3082. ))
  3083. ->values(array(
  3084. 'dfid' => '28',
  3085. 'format' => 'j. F Y - G:i',
  3086. 'type' => 'medium',
  3087. 'locked' => '1',
  3088. ))
  3089. ->values(array(
  3090. 'dfid' => '29',
  3091. 'format' => 'l, F j, Y - H:i',
  3092. 'type' => 'long',
  3093. 'locked' => '1',
  3094. ))
  3095. ->values(array(
  3096. 'dfid' => '30',
  3097. 'format' => 'l, j F, Y - H:i',
  3098. 'type' => 'long',
  3099. 'locked' => '1',
  3100. ))
  3101. ->values(array(
  3102. 'dfid' => '31',
  3103. 'format' => 'l, Y, F j - H:i',
  3104. 'type' => 'long',
  3105. 'locked' => '1',
  3106. ))
  3107. ->values(array(
  3108. 'dfid' => '32',
  3109. 'format' => 'l, F j, Y - g:ia',
  3110. 'type' => 'long',
  3111. 'locked' => '1',
  3112. ))
  3113. ->values(array(
  3114. 'dfid' => '33',
  3115. 'format' => 'l, j F Y - g:ia',
  3116. 'type' => 'long',
  3117. 'locked' => '1',
  3118. ))
  3119. ->values(array(
  3120. 'dfid' => '34',
  3121. 'format' => 'l, Y, F j - g:ia',
  3122. 'type' => 'long',
  3123. 'locked' => '1',
  3124. ))
  3125. ->values(array(
  3126. 'dfid' => '35',
  3127. 'format' => 'l, j. F Y - G:i',
  3128. 'type' => 'long',
  3129. 'locked' => '1',
  3130. ))
  3131. ->values(array(
  3132. 'dfid' => '36',
  3133. 'format' => 'r',
  3134. 'type' => 'custom',
  3135. 'locked' => '0',
  3136. ))
  3137. ->execute();
  3138. $connection->schema()->createTable('entity_translation', array(
  3139. 'fields' => array(
  3140. 'entity_type' => array(
  3141. 'type' => 'varchar',
  3142. 'not null' => TRUE,
  3143. 'length' => '128',
  3144. 'default' => '',
  3145. ),
  3146. 'entity_id' => array(
  3147. 'type' => 'int',
  3148. 'not null' => TRUE,
  3149. 'size' => 'normal',
  3150. 'unsigned' => TRUE,
  3151. ),
  3152. 'revision_id' => array(
  3153. 'type' => 'int',
  3154. 'not null' => TRUE,
  3155. 'size' => 'normal',
  3156. 'unsigned' => TRUE,
  3157. ),
  3158. 'language' => array(
  3159. 'type' => 'varchar',
  3160. 'not null' => TRUE,
  3161. 'length' => '32',
  3162. 'default' => '',
  3163. ),
  3164. 'source' => array(
  3165. 'type' => 'varchar',
  3166. 'not null' => TRUE,
  3167. 'length' => '32',
  3168. 'default' => '',
  3169. ),
  3170. 'uid' => array(
  3171. 'type' => 'int',
  3172. 'not null' => TRUE,
  3173. 'size' => 'normal',
  3174. 'default' => '0',
  3175. ),
  3176. 'status' => array(
  3177. 'type' => 'int',
  3178. 'not null' => TRUE,
  3179. 'size' => 'normal',
  3180. 'default' => '1',
  3181. ),
  3182. 'translate' => array(
  3183. 'type' => 'int',
  3184. 'not null' => TRUE,
  3185. 'size' => 'normal',
  3186. 'default' => '0',
  3187. ),
  3188. 'created' => array(
  3189. 'type' => 'int',
  3190. 'not null' => TRUE,
  3191. 'size' => 'normal',
  3192. 'default' => '0',
  3193. ),
  3194. 'changed' => array(
  3195. 'type' => 'int',
  3196. 'not null' => TRUE,
  3197. 'size' => 'normal',
  3198. 'default' => '0',
  3199. ),
  3200. ),
  3201. 'primary key' => array(
  3202. 'entity_type',
  3203. 'entity_id',
  3204. 'language',
  3205. ),
  3206. 'mysql_character_set' => 'utf8',
  3207. ));
  3208. $connection->insert('entity_translation')
  3209. ->fields(array(
  3210. 'entity_type',
  3211. 'entity_id',
  3212. 'revision_id',
  3213. 'language',
  3214. 'source',
  3215. 'uid',
  3216. 'status',
  3217. 'translate',
  3218. 'created',
  3219. 'changed',
  3220. ))
  3221. ->values(array(
  3222. 'entity_type' => 'comment',
  3223. 'entity_id' => '1',
  3224. 'revision_id' => '1',
  3225. 'language' => 'en',
  3226. 'source' => '',
  3227. 'uid' => '1',
  3228. 'status' => '1',
  3229. 'translate' => '0',
  3230. 'created' => '1421727536',
  3231. 'changed' => '1421727536',
  3232. ))
  3233. ->values(array(
  3234. 'entity_type' => 'comment',
  3235. 'entity_id' => '1',
  3236. 'revision_id' => '1',
  3237. 'language' => 'fr',
  3238. 'source' => 'en',
  3239. 'uid' => '1',
  3240. 'status' => '0',
  3241. 'translate' => '0',
  3242. 'created' => '1531837764',
  3243. 'changed' => '1531837764',
  3244. ))
  3245. ->values(array(
  3246. 'entity_type' => 'comment',
  3247. 'entity_id' => '1',
  3248. 'revision_id' => '1',
  3249. 'language' => 'is',
  3250. 'source' => 'en',
  3251. 'uid' => '2',
  3252. 'status' => '1',
  3253. 'translate' => '1',
  3254. 'created' => '1531838064',
  3255. 'changed' => '1531838064',
  3256. ))
  3257. ->values(array(
  3258. 'entity_type' => 'node',
  3259. 'entity_id' => '1',
  3260. 'revision_id' => '1',
  3261. 'language' => 'en',
  3262. 'source' => '',
  3263. 'uid' => '1',
  3264. 'status' => '1',
  3265. 'translate' => '0',
  3266. 'created' => '1529615790',
  3267. 'changed' => '1529615790',
  3268. ))
  3269. ->values(array(
  3270. 'entity_type' => 'node',
  3271. 'entity_id' => '1',
  3272. 'revision_id' => '1',
  3273. 'language' => 'fr',
  3274. 'source' => 'en',
  3275. 'uid' => '2',
  3276. 'status' => '1',
  3277. 'translate' => '1',
  3278. 'created' => '1529615802',
  3279. 'changed' => '1529615802',
  3280. ))
  3281. ->values(array(
  3282. 'entity_type' => 'node',
  3283. 'entity_id' => '1',
  3284. 'revision_id' => '1',
  3285. 'language' => 'is',
  3286. 'source' => 'en',
  3287. 'uid' => '1',
  3288. 'status' => '0',
  3289. 'translate' => '0',
  3290. 'created' => '1529615813',
  3291. 'changed' => '1529615813',
  3292. ))
  3293. ->values(array(
  3294. 'entity_type' => 'user',
  3295. 'entity_id' => '2',
  3296. 'revision_id' => '2',
  3297. 'language' => 'en',
  3298. 'source' => '',
  3299. 'uid' => '1',
  3300. 'status' => '1',
  3301. 'translate' => '0',
  3302. 'created' => '1527594929',
  3303. 'changed' => '1527594929',
  3304. ))
  3305. ->values(array(
  3306. 'entity_type' => 'user',
  3307. 'entity_id' => '2',
  3308. 'revision_id' => '2',
  3309. 'language' => 'fr',
  3310. 'source' => 'en',
  3311. 'uid' => '1',
  3312. 'status' => '0',
  3313. 'translate' => '0',
  3314. 'created' => '1531663916',
  3315. 'changed' => '1531663916',
  3316. ))
  3317. ->values(array(
  3318. 'entity_type' => 'user',
  3319. 'entity_id' => '2',
  3320. 'revision_id' => '2',
  3321. 'language' => 'is',
  3322. 'source' => 'en',
  3323. 'uid' => '2',
  3324. 'status' => '1',
  3325. 'translate' => '1',
  3326. 'created' => '1531663925',
  3327. 'changed' => '1531663925',
  3328. ))
  3329. ->values(array(
  3330. 'entity_type' => 'comment',
  3331. 'entity_id' => '4',
  3332. 'revision_id' => '4',
  3333. 'language' => 'en',
  3334. 'source' => '',
  3335. 'uid' => '1',
  3336. 'status' => '1',
  3337. 'translate' => '0',
  3338. 'created' => '1426781880',
  3339. 'changed' => '1426781880',
  3340. ))
  3341. ->values(array(
  3342. 'entity_type' => 'taxonomy_term',
  3343. 'entity_id' => '4',
  3344. 'revision_id' => '4',
  3345. 'language' => 'en',
  3346. 'source' => '',
  3347. 'uid' => '1',
  3348. 'status' => '1',
  3349. 'translate' => '0',
  3350. 'created' => '1531922259',
  3351. 'changed' => '1531922259',
  3352. ))
  3353. ->values(array(
  3354. 'entity_type' => 'taxonomy_term',
  3355. 'entity_id' => '4',
  3356. 'revision_id' => '4',
  3357. 'language' => 'fr',
  3358. 'source' => 'en',
  3359. 'uid' => '2',
  3360. 'status' => '1',
  3361. 'translate' => '1',
  3362. 'created' => '1531922267',
  3363. 'changed' => '1531922268',
  3364. ))
  3365. ->values(array(
  3366. 'entity_type' => 'taxonomy_term',
  3367. 'entity_id' => '4',
  3368. 'revision_id' => '4',
  3369. 'language' => 'is',
  3370. 'source' => 'en',
  3371. 'uid' => '1',
  3372. 'status' => '0',
  3373. 'translate' => '0',
  3374. 'created' => '1531922278',
  3375. 'changed' => '1531922279',
  3376. ))
  3377. ->execute();
  3378. $connection->schema()->createTable('entity_translation_revision', array(
  3379. 'fields' => array(
  3380. 'entity_type' => array(
  3381. 'type' => 'varchar',
  3382. 'not null' => TRUE,
  3383. 'length' => '128',
  3384. 'default' => '',
  3385. ),
  3386. 'entity_id' => array(
  3387. 'type' => 'int',
  3388. 'not null' => TRUE,
  3389. 'size' => 'normal',
  3390. 'unsigned' => TRUE,
  3391. ),
  3392. 'revision_id' => array(
  3393. 'type' => 'int',
  3394. 'not null' => TRUE,
  3395. 'size' => 'normal',
  3396. 'unsigned' => TRUE,
  3397. ),
  3398. 'language' => array(
  3399. 'type' => 'varchar',
  3400. 'not null' => TRUE,
  3401. 'length' => '32',
  3402. 'default' => '',
  3403. ),
  3404. 'source' => array(
  3405. 'type' => 'varchar',
  3406. 'not null' => TRUE,
  3407. 'length' => '32',
  3408. 'default' => '',
  3409. ),
  3410. 'uid' => array(
  3411. 'type' => 'int',
  3412. 'not null' => TRUE,
  3413. 'size' => 'normal',
  3414. 'default' => '0',
  3415. ),
  3416. 'status' => array(
  3417. 'type' => 'int',
  3418. 'not null' => TRUE,
  3419. 'size' => 'normal',
  3420. 'default' => '1',
  3421. ),
  3422. 'translate' => array(
  3423. 'type' => 'int',
  3424. 'not null' => TRUE,
  3425. 'size' => 'normal',
  3426. 'default' => '0',
  3427. ),
  3428. 'created' => array(
  3429. 'type' => 'int',
  3430. 'not null' => TRUE,
  3431. 'size' => 'normal',
  3432. 'default' => '0',
  3433. ),
  3434. 'changed' => array(
  3435. 'type' => 'int',
  3436. 'not null' => TRUE,
  3437. 'size' => 'normal',
  3438. 'default' => '0',
  3439. ),
  3440. ),
  3441. 'primary key' => array(
  3442. 'entity_type',
  3443. 'revision_id',
  3444. 'language',
  3445. ),
  3446. 'indexes' => array(
  3447. 'revision_id' => array(
  3448. 'revision_id',
  3449. ),
  3450. ),
  3451. 'mysql_character_set' => 'utf8',
  3452. ));
  3453. $connection->schema()->createTable('field_config', array(
  3454. 'fields' => array(
  3455. 'id' => array(
  3456. 'type' => 'serial',
  3457. 'not null' => TRUE,
  3458. 'size' => 'normal',
  3459. ),
  3460. 'field_name' => array(
  3461. 'type' => 'varchar',
  3462. 'not null' => TRUE,
  3463. 'length' => '32',
  3464. ),
  3465. 'type' => array(
  3466. 'type' => 'varchar',
  3467. 'not null' => TRUE,
  3468. 'length' => '128',
  3469. ),
  3470. 'module' => array(
  3471. 'type' => 'varchar',
  3472. 'not null' => TRUE,
  3473. 'length' => '128',
  3474. 'default' => '',
  3475. ),
  3476. 'active' => array(
  3477. 'type' => 'int',
  3478. 'not null' => TRUE,
  3479. 'size' => 'normal',
  3480. 'default' => '0',
  3481. ),
  3482. 'storage_type' => array(
  3483. 'type' => 'varchar',
  3484. 'not null' => TRUE,
  3485. 'length' => '128',
  3486. ),
  3487. 'storage_module' => array(
  3488. 'type' => 'varchar',
  3489. 'not null' => TRUE,
  3490. 'length' => '128',
  3491. 'default' => '',
  3492. ),
  3493. 'storage_active' => array(
  3494. 'type' => 'int',
  3495. 'not null' => TRUE,
  3496. 'size' => 'normal',
  3497. 'default' => '0',
  3498. ),
  3499. 'locked' => array(
  3500. 'type' => 'int',
  3501. 'not null' => TRUE,
  3502. 'size' => 'normal',
  3503. 'default' => '0',
  3504. ),
  3505. 'data' => array(
  3506. 'type' => 'blob',
  3507. 'not null' => TRUE,
  3508. 'size' => 'normal',
  3509. ),
  3510. 'cardinality' => array(
  3511. 'type' => 'int',
  3512. 'not null' => TRUE,
  3513. 'size' => 'normal',
  3514. 'default' => '0',
  3515. ),
  3516. 'translatable' => array(
  3517. 'type' => 'int',
  3518. 'not null' => TRUE,
  3519. 'size' => 'normal',
  3520. 'default' => '0',
  3521. ),
  3522. 'deleted' => array(
  3523. 'type' => 'int',
  3524. 'not null' => TRUE,
  3525. 'size' => 'normal',
  3526. 'default' => '0',
  3527. ),
  3528. ),
  3529. 'primary key' => array(
  3530. 'id',
  3531. ),
  3532. 'mysql_character_set' => 'utf8',
  3533. ));
  3534. $connection->insert('field_config')
  3535. ->fields(array(
  3536. 'id',
  3537. 'field_name',
  3538. 'type',
  3539. 'module',
  3540. 'active',
  3541. 'storage_type',
  3542. 'storage_module',
  3543. 'storage_active',
  3544. 'locked',
  3545. 'data',
  3546. 'cardinality',
  3547. 'translatable',
  3548. 'deleted',
  3549. ))
  3550. ->values(array(
  3551. 'id' => '1',
  3552. 'field_name' => 'comment_body',
  3553. 'type' => 'text_long',
  3554. 'module' => 'text',
  3555. 'active' => '1',
  3556. 'storage_type' => 'field_sql_storage',
  3557. 'storage_module' => 'field_sql_storage',
  3558. 'storage_active' => '1',
  3559. 'locked' => '0',
  3560. 'data' => 'a:6:{s:12:"entity_types";a:1:{i:0;s:7:"comment";}s:12:"translatable";b:0;s:8:"settings";a:0:{}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}',
  3561. 'cardinality' => '1',
  3562. 'translatable' => '0',
  3563. 'deleted' => '0',
  3564. ))
  3565. ->values(array(
  3566. 'id' => '2',
  3567. 'field_name' => 'body',
  3568. 'type' => 'text_with_summary',
  3569. 'module' => 'text',
  3570. 'active' => '1',
  3571. 'storage_type' => 'field_sql_storage',
  3572. 'storage_module' => 'field_sql_storage',
  3573. 'storage_active' => '1',
  3574. 'locked' => '0',
  3575. 'data' => 'a:6:{s:12:"entity_types";a:1:{i:0;s:4:"node";}s:12:"translatable";b:0;s:8:"settings";a:0:{}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}',
  3576. 'cardinality' => '1',
  3577. 'translatable' => '0',
  3578. 'deleted' => '0',
  3579. ))
  3580. ->values(array(
  3581. 'id' => '3',
  3582. 'field_name' => 'field_tags',
  3583. 'type' => 'taxonomy_term_reference',
  3584. 'module' => 'taxonomy',
  3585. 'active' => '1',
  3586. 'storage_type' => 'field_sql_storage',
  3587. 'storage_module' => 'field_sql_storage',
  3588. 'storage_active' => '1',
  3589. 'locked' => '0',
  3590. 'data' => 'a:7:{s:8:"settings";a:3:{s:14:"allowed_values";a:1:{i:0;a:2:{s:10:"vocabulary";s:4:"tags";s:6:"parent";i:0;}}s:21:"options_list_callback";s:28:"i18n_taxonomy_allowed_values";s:23:"entity_translation_sync";b:0;}s:12:"entity_types";a:0:{}s:12:"translatable";s:1:"0";s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:21:"field_data_field_tags";a:1:{s:3:"tid";s:14:"field_tags_tid";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:25:"field_revision_field_tags";a:1:{s:3:"tid";s:14:"field_tags_tid";}}}}}s:12:"foreign keys";a:1:{s:3:"tid";a:2:{s:5:"table";s:18:"taxonomy_term_data";s:7:"columns";a:1:{s:3:"tid";s:3:"tid";}}}s:7:"indexes";a:1:{s:3:"tid";a:1:{i:0;s:3:"tid";}}s:2:"id";s:1:"3";}',
  3591. 'cardinality' => '-1',
  3592. 'translatable' => '0',
  3593. 'deleted' => '0',
  3594. ))
  3595. ->values(array(
  3596. 'id' => '4',
  3597. 'field_name' => 'field_image',
  3598. 'type' => 'image',
  3599. 'module' => 'image',
  3600. 'active' => '1',
  3601. 'storage_type' => 'field_sql_storage',
  3602. 'storage_module' => 'field_sql_storage',
  3603. 'storage_active' => '1',
  3604. 'locked' => '0',
  3605. 'data' => 'a:6:{s:7:"indexes";a:1:{s:3:"fid";a:1:{i:0;s:3:"fid";}}s:8:"settings";a:2:{s:10:"uri_scheme";s:6:"public";s:13:"default_image";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"entity_types";a:0:{}s:12:"translatable";b:0;s:12:"foreign keys";a:1:{s:3:"fid";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:3:"fid";s:3:"fid";}}}}',
  3606. 'cardinality' => '1',
  3607. 'translatable' => '0',
  3608. 'deleted' => '0',
  3609. ))
  3610. ->values(array(
  3611. 'id' => '5',
  3612. 'field_name' => 'taxonomy_forums',
  3613. 'type' => 'taxonomy_term_reference',
  3614. 'module' => 'taxonomy',
  3615. 'active' => '1',
  3616. 'storage_type' => 'field_sql_storage',
  3617. 'storage_module' => 'field_sql_storage',
  3618. 'storage_active' => '1',
  3619. 'locked' => '0',
  3620. 'data' => 'a:7:{s:8:"settings";a:3:{s:14:"allowed_values";a:1:{i:0;a:2:{s:10:"vocabulary";s:19:"sujet_de_discussion";s:6:"parent";i:0;}}s:21:"options_list_callback";s:28:"i18n_taxonomy_allowed_values";s:23:"entity_translation_sync";b:0;}s:12:"entity_types";a:0:{}s:12:"translatable";s:1:"0";s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:26:"field_data_taxonomy_forums";a:1:{s:3:"tid";s:19:"taxonomy_forums_tid";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:30:"field_revision_taxonomy_forums";a:1:{s:3:"tid";s:19:"taxonomy_forums_tid";}}}}}s:12:"foreign keys";a:1:{s:3:"tid";a:2:{s:5:"table";s:18:"taxonomy_term_data";s:7:"columns";a:1:{s:3:"tid";s:3:"tid";}}}s:7:"indexes";a:1:{s:3:"tid";a:1:{i:0;s:3:"tid";}}s:2:"id";s:1:"5";}',
  3621. 'cardinality' => '1',
  3622. 'translatable' => '0',
  3623. 'deleted' => '0',
  3624. ))
  3625. ->values(array(
  3626. 'id' => '6',
  3627. 'field_name' => 'field_boolean',
  3628. 'type' => 'list_boolean',
  3629. 'module' => 'list',
  3630. 'active' => '1',
  3631. 'storage_type' => 'field_sql_storage',
  3632. 'storage_module' => 'field_sql_storage',
  3633. 'storage_active' => '1',
  3634. 'locked' => '0',
  3635. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:14:"allowed_values";a:2:{i:0;s:3:"Off";i:1;s:1:"1";}s:23:"allowed_values_function";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:24:"field_data_field_boolean";a:1:{s:5:"value";s:19:"field_boolean_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:28:"field_revision_field_boolean";a:1:{s:5:"value";s:19:"field_boolean_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:2:"id";s:1:"6";}',
  3636. 'cardinality' => '1',
  3637. 'translatable' => '0',
  3638. 'deleted' => '0',
  3639. ))
  3640. ->values(array(
  3641. 'id' => '7',
  3642. 'field_name' => 'field_email',
  3643. 'type' => 'email',
  3644. 'module' => 'email',
  3645. 'active' => '1',
  3646. 'storage_type' => 'field_sql_storage',
  3647. 'storage_module' => 'field_sql_storage',
  3648. 'storage_active' => '1',
  3649. 'locked' => '0',
  3650. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:22:"field_data_field_email";a:1:{s:5:"email";s:17:"field_email_email";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:26:"field_revision_field_email";a:1:{s:5:"email";s:17:"field_email_email";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:1:"7";}',
  3651. 'cardinality' => '-1',
  3652. 'translatable' => '0',
  3653. 'deleted' => '0',
  3654. ))
  3655. ->values(array(
  3656. 'id' => '8',
  3657. 'field_name' => 'field_phone',
  3658. 'type' => 'phone',
  3659. 'module' => 'phone',
  3660. 'active' => '1',
  3661. 'storage_type' => 'field_sql_storage',
  3662. 'storage_module' => 'field_sql_storage',
  3663. 'storage_active' => '1',
  3664. 'locked' => '0',
  3665. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:7:"country";s:2:"cr";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:22:"field_data_field_phone";a:1:{s:5:"value";s:17:"field_phone_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:26:"field_revision_field_phone";a:1:{s:5:"value";s:17:"field_phone_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:1:"8";}',
  3666. 'cardinality' => '1',
  3667. 'translatable' => '0',
  3668. 'deleted' => '0',
  3669. ))
  3670. ->values(array(
  3671. 'id' => '9',
  3672. 'field_name' => 'field_date',
  3673. 'type' => 'datetime',
  3674. 'module' => 'date',
  3675. 'active' => '1',
  3676. 'storage_type' => 'field_sql_storage',
  3677. 'storage_module' => 'field_sql_storage',
  3678. 'storage_active' => '1',
  3679. 'locked' => '0',
  3680. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:6:{s:11:"granularity";a:6:{s:5:"month";s:5:"month";s:3:"day";s:3:"day";s:4:"hour";s:4:"hour";s:6:"minute";s:6:"minute";s:4:"year";s:4:"year";s:6:"second";i:0;}s:11:"tz_handling";s:4:"site";s:11:"timezone_db";s:3:"UTC";s:13:"cache_enabled";i:0;s:11:"cache_count";s:1:"4";s:6:"todate";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:21:"field_data_field_date";a:1:{s:5:"value";s:16:"field_date_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:25:"field_revision_field_date";a:1:{s:5:"value";s:16:"field_date_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:1:"9";}',
  3681. 'cardinality' => '1',
  3682. 'translatable' => '0',
  3683. 'deleted' => '0',
  3684. ))
  3685. ->values(array(
  3686. 'id' => '10',
  3687. 'field_name' => 'field_date_with_end_time',
  3688. 'type' => 'datestamp',
  3689. 'module' => 'date',
  3690. 'active' => '1',
  3691. 'storage_type' => 'field_sql_storage',
  3692. 'storage_module' => 'field_sql_storage',
  3693. 'storage_active' => '1',
  3694. 'locked' => '0',
  3695. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:6:{s:11:"granularity";a:6:{s:5:"month";s:5:"month";s:3:"day";s:3:"day";s:4:"hour";s:4:"hour";s:6:"minute";s:6:"minute";s:4:"year";s:4:"year";s:6:"second";i:0;}s:11:"tz_handling";s:4:"site";s:11:"timezone_db";s:3:"UTC";s:13:"cache_enabled";i:0;s:11:"cache_count";s:1:"4";s:6:"todate";s:8:"optional";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:35:"field_data_field_date_with_end_time";a:2:{s:5:"value";s:30:"field_date_with_end_time_value";s:6:"value2";s:31:"field_date_with_end_time_value2";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:39:"field_revision_field_date_with_end_time";a:2:{s:5:"value";s:30:"field_date_with_end_time_value";s:6:"value2";s:31:"field_date_with_end_time_value2";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:2:"10";}',
  3696. 'cardinality' => '1',
  3697. 'translatable' => '0',
  3698. 'deleted' => '0',
  3699. ))
  3700. ->values(array(
  3701. 'id' => '11',
  3702. 'field_name' => 'field_file',
  3703. 'type' => 'file',
  3704. 'module' => 'file',
  3705. 'active' => '1',
  3706. 'storage_type' => 'field_sql_storage',
  3707. 'storage_module' => 'field_sql_storage',
  3708. 'storage_active' => '1',
  3709. 'locked' => '0',
  3710. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:13:"display_field";i:0;s:15:"display_default";i:0;s:10:"uri_scheme";s:6:"public";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:21:"field_data_field_file";a:3:{s:3:"fid";s:14:"field_file_fid";s:7:"display";s:18:"field_file_display";s:11:"description";s:22:"field_file_description";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:25:"field_revision_field_file";a:3:{s:3:"fid";s:14:"field_file_fid";s:7:"display";s:18:"field_file_display";s:11:"description";s:22:"field_file_description";}}}}}s:12:"foreign keys";a:1:{s:3:"fid";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:3:"fid";s:3:"fid";}}}s:7:"indexes";a:1:{s:3:"fid";a:1:{i:0;s:3:"fid";}}s:2:"id";s:2:"11";}',
  3711. 'cardinality' => '1',
  3712. 'translatable' => '0',
  3713. 'deleted' => '0',
  3714. ))
  3715. ->values(array(
  3716. 'id' => '12',
  3717. 'field_name' => 'field_float',
  3718. 'type' => 'number_float',
  3719. 'module' => 'number',
  3720. 'active' => '1',
  3721. 'storage_type' => 'field_sql_storage',
  3722. 'storage_module' => 'field_sql_storage',
  3723. 'storage_active' => '1',
  3724. 'locked' => '0',
  3725. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:17:"decimal_separator";s:1:",";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:22:"field_data_field_float";a:1:{s:5:"value";s:17:"field_float_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:26:"field_revision_field_float";a:1:{s:5:"value";s:17:"field_float_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:2:"12";}',
  3726. 'cardinality' => '1',
  3727. 'translatable' => '0',
  3728. 'deleted' => '0',
  3729. ))
  3730. ->values(array(
  3731. 'id' => '13',
  3732. 'field_name' => 'field_images',
  3733. 'type' => 'image',
  3734. 'module' => 'image',
  3735. 'active' => '1',
  3736. 'storage_type' => 'field_sql_storage',
  3737. 'storage_module' => 'field_sql_storage',
  3738. 'storage_active' => '1',
  3739. 'locked' => '0',
  3740. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:10:"uri_scheme";s:6:"public";s:13:"default_image";i:0;}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:23:"field_data_field_images";a:5:{s:3:"fid";s:16:"field_images_fid";s:3:"alt";s:16:"field_images_alt";s:5:"title";s:18:"field_images_title";s:5:"width";s:18:"field_images_width";s:6:"height";s:19:"field_images_height";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:27:"field_revision_field_images";a:5:{s:3:"fid";s:16:"field_images_fid";s:3:"alt";s:16:"field_images_alt";s:5:"title";s:18:"field_images_title";s:5:"width";s:18:"field_images_width";s:6:"height";s:19:"field_images_height";}}}}}s:12:"foreign keys";a:1:{s:3:"fid";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:3:"fid";s:3:"fid";}}}s:7:"indexes";a:1:{s:3:"fid";a:1:{i:0;s:3:"fid";}}s:2:"id";s:2:"13";}',
  3741. 'cardinality' => '1',
  3742. 'translatable' => '0',
  3743. 'deleted' => '0',
  3744. ))
  3745. ->values(array(
  3746. 'id' => '14',
  3747. 'field_name' => 'field_integer',
  3748. 'type' => 'number_integer',
  3749. 'module' => 'number',
  3750. 'active' => '1',
  3751. 'storage_type' => 'field_sql_storage',
  3752. 'storage_module' => 'field_sql_storage',
  3753. 'storage_active' => '1',
  3754. 'locked' => '0',
  3755. 'data' => 'a:7:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:23:"entity_translation_sync";b:0;}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:24:"field_data_field_integer";a:1:{s:5:"value";s:19:"field_integer_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:28:"field_revision_field_integer";a:1:{s:5:"value";s:19:"field_integer_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:2:"14";}',
  3756. 'cardinality' => '1',
  3757. 'translatable' => '1',
  3758. 'deleted' => '0',
  3759. ))
  3760. ->values(array(
  3761. 'id' => '15',
  3762. 'field_name' => 'field_link',
  3763. 'type' => 'link_field',
  3764. 'module' => 'link',
  3765. 'active' => '1',
  3766. 'storage_type' => 'field_sql_storage',
  3767. 'storage_module' => 'field_sql_storage',
  3768. 'storage_active' => '1',
  3769. 'locked' => '0',
  3770. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:7:{s:10:"attributes";a:3:{s:6:"target";s:7:"default";s:5:"class";s:0:"";s:3:"rel";s:0:"";}s:3:"url";i:0;s:5:"title";s:8:"optional";s:11:"title_value";s:0:"";s:15:"title_maxlength";i:128;s:13:"enable_tokens";i:1;s:7:"display";a:1:{s:10:"url_cutoff";i:80;}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:21:"field_data_field_link";a:3:{s:3:"url";s:14:"field_link_url";s:5:"title";s:16:"field_link_title";s:10:"attributes";s:21:"field_link_attributes";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:25:"field_revision_field_link";a:3:{s:3:"url";s:14:"field_link_url";s:5:"title";s:16:"field_link_title";s:10:"attributes";s:21:"field_link_attributes";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:2:"15";}',
  3771. 'cardinality' => '1',
  3772. 'translatable' => '0',
  3773. 'deleted' => '0',
  3774. ))
  3775. ->values(array(
  3776. 'id' => '16',
  3777. 'field_name' => 'field_text_list',
  3778. 'type' => 'list_text',
  3779. 'module' => 'list',
  3780. 'active' => '1',
  3781. 'storage_type' => 'field_sql_storage',
  3782. 'storage_module' => 'field_sql_storage',
  3783. 'storage_active' => '1',
  3784. 'locked' => '0',
  3785. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:14:"allowed_values";a:3:{s:9:"Some Text";s:9:"Some Text";s:14:"Some more text";s:14:"Some more text";s:7:"The key";s:9:"The label";}s:23:"allowed_values_function";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:26:"field_data_field_text_list";a:1:{s:5:"value";s:21:"field_text_list_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:30:"field_revision_field_text_list";a:1:{s:5:"value";s:21:"field_text_list_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:2:"id";s:2:"16";}',
  3786. 'cardinality' => '3',
  3787. 'translatable' => '0',
  3788. 'deleted' => '0',
  3789. ))
  3790. ->values(array(
  3791. 'id' => '17',
  3792. 'field_name' => 'field_integer_list',
  3793. 'type' => 'list_integer',
  3794. 'module' => 'list',
  3795. 'active' => '1',
  3796. 'storage_type' => 'field_sql_storage',
  3797. 'storage_module' => 'field_sql_storage',
  3798. 'storage_active' => '1',
  3799. 'locked' => '0',
  3800. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:14:"allowed_values";a:5:{i:1;s:1:"1";i:2;s:1:"2";i:3;s:1:"3";i:6;s:1:"6";i:7;s:1:"9";}s:23:"allowed_values_function";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:29:"field_data_field_integer_list";a:1:{s:5:"value";s:24:"field_integer_list_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:33:"field_revision_field_integer_list";a:1:{s:5:"value";s:24:"field_integer_list_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:2:"id";s:2:"17";}',
  3801. 'cardinality' => '1',
  3802. 'translatable' => '0',
  3803. 'deleted' => '0',
  3804. ))
  3805. ->values(array(
  3806. 'id' => '18',
  3807. 'field_name' => 'field_long_text',
  3808. 'type' => 'text_with_summary',
  3809. 'module' => 'text',
  3810. 'active' => '1',
  3811. 'storage_type' => 'field_sql_storage',
  3812. 'storage_module' => 'field_sql_storage',
  3813. 'storage_active' => '1',
  3814. 'locked' => '0',
  3815. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:26:"field_data_field_long_text";a:3:{s:5:"value";s:21:"field_long_text_value";s:7:"summary";s:23:"field_long_text_summary";s:6:"format";s:22:"field_long_text_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:30:"field_revision_field_long_text";a:3:{s:5:"value";s:21:"field_long_text_value";s:7:"summary";s:23:"field_long_text_summary";s:6:"format";s:22:"field_long_text_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"18";}',
  3816. 'cardinality' => '1',
  3817. 'translatable' => '0',
  3818. 'deleted' => '0',
  3819. ))
  3820. ->values(array(
  3821. 'id' => '20',
  3822. 'field_name' => 'field_term_reference',
  3823. 'type' => 'taxonomy_term_reference',
  3824. 'module' => 'taxonomy',
  3825. 'active' => '1',
  3826. 'storage_type' => 'field_sql_storage',
  3827. 'storage_module' => 'field_sql_storage',
  3828. 'storage_active' => '1',
  3829. 'locked' => '0',
  3830. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:14:"allowed_values";a:2:{i:0;a:2:{s:10:"vocabulary";s:15:"test_vocabulary";s:6:"parent";s:1:"0";}i:1;a:2:{s:10:"vocabulary";s:4:"tags";s:6:"parent";s:1:"0";}}s:21:"options_list_callback";s:28:"i18n_taxonomy_allowed_values";s:23:"entity_translation_sync";b:0;}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:31:"field_data_field_term_reference";a:1:{s:3:"tid";s:24:"field_term_reference_tid";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:35:"field_revision_field_term_reference";a:1:{s:3:"tid";s:24:"field_term_reference_tid";}}}}}s:12:"foreign keys";a:1:{s:3:"tid";a:2:{s:5:"table";s:18:"taxonomy_term_data";s:7:"columns";a:1:{s:3:"tid";s:3:"tid";}}}s:7:"indexes";a:1:{s:3:"tid";a:1:{i:0;s:3:"tid";}}s:2:"id";s:2:"20";}',
  3831. 'cardinality' => '1',
  3832. 'translatable' => '0',
  3833. 'deleted' => '0',
  3834. ))
  3835. ->values(array(
  3836. 'id' => '21',
  3837. 'field_name' => 'field_text',
  3838. 'type' => 'text',
  3839. 'module' => 'text',
  3840. 'active' => '1',
  3841. 'storage_type' => 'field_sql_storage',
  3842. 'storage_module' => 'field_sql_storage',
  3843. 'storage_active' => '1',
  3844. 'locked' => '0',
  3845. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:10:"max_length";s:3:"256";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:21:"field_data_field_text";a:2:{s:5:"value";s:16:"field_text_value";s:6:"format";s:17:"field_text_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:25:"field_revision_field_text";a:2:{s:5:"value";s:16:"field_text_value";s:6:"format";s:17:"field_text_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"21";}',
  3846. 'cardinality' => '1',
  3847. 'translatable' => '0',
  3848. 'deleted' => '0',
  3849. ))
  3850. ->values(array(
  3851. 'id' => '22',
  3852. 'field_name' => 'field_node_entityreference',
  3853. 'type' => 'entityreference',
  3854. 'module' => 'entityreference',
  3855. 'active' => '1',
  3856. 'storage_type' => 'field_sql_storage',
  3857. 'storage_module' => 'field_sql_storage',
  3858. 'storage_active' => '1',
  3859. 'locked' => '0',
  3860. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:11:"target_type";s:4:"node";s:7:"handler";s:4:"base";s:16:"handler_settings";a:2:{s:14:"target_bundles";a:1:{s:7:"article";s:7:"article";}s:4:"sort";a:1:{s:4:"type";s:4:"none";}}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:37:"field_data_field_node_entityreference";a:1:{s:9:"target_id";s:36:"field_node_entityreference_target_id";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:41:"field_revision_field_node_entityreference";a:1:{s:9:"target_id";s:36:"field_node_entityreference_target_id";}}}}}s:12:"foreign keys";a:1:{s:4:"node";a:2:{s:5:"table";s:4:"node";s:7:"columns";a:1:{s:9:"target_id";s:3:"nid";}}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:2:"id";s:2:"22";}',
  3861. 'cardinality' => '-1',
  3862. 'translatable' => '0',
  3863. 'deleted' => '0',
  3864. ))
  3865. ->values(array(
  3866. 'id' => '23',
  3867. 'field_name' => 'field_user_entityreference',
  3868. 'type' => 'entityreference',
  3869. 'module' => 'entityreference',
  3870. 'active' => '1',
  3871. 'storage_type' => 'field_sql_storage',
  3872. 'storage_module' => 'field_sql_storage',
  3873. 'storage_active' => '1',
  3874. 'locked' => '0',
  3875. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:4:"base";s:16:"handler_settings";a:2:{s:14:"target_bundles";a:0:{}s:4:"sort";a:3:{s:4:"type";s:8:"property";s:8:"property";s:7:"created";s:9:"direction";s:4:"DESC";}}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:37:"field_data_field_user_entityreference";a:1:{s:9:"target_id";s:36:"field_user_entityreference_target_id";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:41:"field_revision_field_user_entityreference";a:1:{s:9:"target_id";s:36:"field_user_entityreference_target_id";}}}}}s:12:"foreign keys";a:1:{s:5:"users";a:2:{s:5:"table";s:5:"users";s:7:"columns";a:1:{s:9:"target_id";s:3:"uid";}}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:2:"id";s:2:"23";}',
  3876. 'cardinality' => '1',
  3877. 'translatable' => '0',
  3878. 'deleted' => '0',
  3879. ))
  3880. ->values(array(
  3881. 'id' => '24',
  3882. 'field_name' => 'field_term_entityreference',
  3883. 'type' => 'entityreference',
  3884. 'module' => 'entityreference',
  3885. 'active' => '1',
  3886. 'storage_type' => 'field_sql_storage',
  3887. 'storage_module' => 'field_sql_storage',
  3888. 'storage_active' => '1',
  3889. 'locked' => '0',
  3890. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:11:"target_type";s:13:"taxonomy_term";s:7:"handler";s:4:"base";s:16:"handler_settings";a:2:{s:14:"target_bundles";a:1:{s:4:"tags";s:4:"tags";}s:4:"sort";a:1:{s:4:"type";s:4:"none";}}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:37:"field_data_field_term_entityreference";a:1:{s:9:"target_id";s:36:"field_term_entityreference_target_id";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:41:"field_revision_field_term_entityreference";a:1:{s:9:"target_id";s:36:"field_term_entityreference_target_id";}}}}}s:12:"foreign keys";a:1:{s:18:"taxonomy_term_data";a:2:{s:5:"table";s:18:"taxonomy_term_data";s:7:"columns";a:1:{s:9:"target_id";s:3:"tid";}}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:2:"id";s:2:"24";}',
  3891. 'cardinality' => '-1',
  3892. 'translatable' => '0',
  3893. 'deleted' => '0',
  3894. ))
  3895. ->values(array(
  3896. 'id' => '25',
  3897. 'field_name' => 'field_private_file',
  3898. 'type' => 'file',
  3899. 'module' => 'file',
  3900. 'active' => '1',
  3901. 'storage_type' => 'field_sql_storage',
  3902. 'storage_module' => 'field_sql_storage',
  3903. 'storage_active' => '1',
  3904. 'locked' => '0',
  3905. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:13:"display_field";i:0;s:15:"display_default";i:0;s:10:"uri_scheme";s:7:"private";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:29:"field_data_field_private_file";a:3:{s:3:"fid";s:22:"field_private_file_fid";s:7:"display";s:26:"field_private_file_display";s:11:"description";s:30:"field_private_file_description";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:33:"field_revision_field_private_file";a:3:{s:3:"fid";s:22:"field_private_file_fid";s:7:"display";s:26:"field_private_file_display";s:11:"description";s:30:"field_private_file_description";}}}}}s:12:"foreign keys";a:1:{s:3:"fid";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:3:"fid";s:3:"fid";}}}s:7:"indexes";a:1:{s:3:"fid";a:1:{i:0;s:3:"fid";}}s:2:"id";s:2:"25";}',
  3906. 'cardinality' => '1',
  3907. 'translatable' => '0',
  3908. 'deleted' => '0',
  3909. ))
  3910. ->values(array(
  3911. 'id' => '26',
  3912. 'field_name' => 'field_text_plain',
  3913. 'type' => 'text',
  3914. 'module' => 'text',
  3915. 'active' => '1',
  3916. 'storage_type' => 'field_sql_storage',
  3917. 'storage_module' => 'field_sql_storage',
  3918. 'storage_active' => '1',
  3919. 'locked' => '0',
  3920. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:10:"max_length";s:3:"255";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:27:"field_data_field_text_plain";a:2:{s:5:"value";s:22:"field_text_plain_value";s:6:"format";s:23:"field_text_plain_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:31:"field_revision_field_text_plain";a:2:{s:5:"value";s:22:"field_text_plain_value";s:6:"format";s:23:"field_text_plain_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"26";}',
  3921. 'cardinality' => '1',
  3922. 'translatable' => '0',
  3923. 'deleted' => '0',
  3924. ))
  3925. ->values(array(
  3926. 'id' => '27',
  3927. 'field_name' => 'field_text_filtered',
  3928. 'type' => 'text',
  3929. 'module' => 'text',
  3930. 'active' => '1',
  3931. 'storage_type' => 'field_sql_storage',
  3932. 'storage_module' => 'field_sql_storage',
  3933. 'storage_active' => '1',
  3934. 'locked' => '0',
  3935. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:10:"max_length";s:3:"255";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:30:"field_data_field_text_filtered";a:2:{s:5:"value";s:25:"field_text_filtered_value";s:6:"format";s:26:"field_text_filtered_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:34:"field_revision_field_text_filtered";a:2:{s:5:"value";s:25:"field_text_filtered_value";s:6:"format";s:26:"field_text_filtered_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"27";}',
  3936. 'cardinality' => '1',
  3937. 'translatable' => '0',
  3938. 'deleted' => '0',
  3939. ))
  3940. ->values(array(
  3941. 'id' => '28',
  3942. 'field_name' => 'field_text_plain_filtered',
  3943. 'type' => 'text',
  3944. 'module' => 'text',
  3945. 'active' => '1',
  3946. 'storage_type' => 'field_sql_storage',
  3947. 'storage_module' => 'field_sql_storage',
  3948. 'storage_active' => '1',
  3949. 'locked' => '0',
  3950. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:10:"max_length";s:3:"255";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:36:"field_data_field_text_plain_filtered";a:2:{s:5:"value";s:31:"field_text_plain_filtered_value";s:6:"format";s:32:"field_text_plain_filtered_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:40:"field_revision_field_text_plain_filtered";a:2:{s:5:"value";s:31:"field_text_plain_filtered_value";s:6:"format";s:32:"field_text_plain_filtered_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"28";}',
  3951. 'cardinality' => '1',
  3952. 'translatable' => '0',
  3953. 'deleted' => '0',
  3954. ))
  3955. ->values(array(
  3956. 'id' => '29',
  3957. 'field_name' => 'field_text_long_plain',
  3958. 'type' => 'text_long',
  3959. 'module' => 'text',
  3960. 'active' => '1',
  3961. 'storage_type' => 'field_sql_storage',
  3962. 'storage_module' => 'field_sql_storage',
  3963. 'storage_active' => '1',
  3964. 'locked' => '0',
  3965. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:32:"field_data_field_text_long_plain";a:2:{s:5:"value";s:27:"field_text_long_plain_value";s:6:"format";s:28:"field_text_long_plain_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:36:"field_revision_field_text_long_plain";a:2:{s:5:"value";s:27:"field_text_long_plain_value";s:6:"format";s:28:"field_text_long_plain_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"29";}',
  3966. 'cardinality' => '1',
  3967. 'translatable' => '0',
  3968. 'deleted' => '0',
  3969. ))
  3970. ->values(array(
  3971. 'id' => '30',
  3972. 'field_name' => 'field_text_long_filtered',
  3973. 'type' => 'text_long',
  3974. 'module' => 'text',
  3975. 'active' => '1',
  3976. 'storage_type' => 'field_sql_storage',
  3977. 'storage_module' => 'field_sql_storage',
  3978. 'storage_active' => '1',
  3979. 'locked' => '0',
  3980. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:35:"field_data_field_text_long_filtered";a:2:{s:5:"value";s:30:"field_text_long_filtered_value";s:6:"format";s:31:"field_text_long_filtered_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:39:"field_revision_field_text_long_filtered";a:2:{s:5:"value";s:30:"field_text_long_filtered_value";s:6:"format";s:31:"field_text_long_filtered_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"30";}',
  3981. 'cardinality' => '1',
  3982. 'translatable' => '0',
  3983. 'deleted' => '0',
  3984. ))
  3985. ->values(array(
  3986. 'id' => '31',
  3987. 'field_name' => 'field_text_long_plain_filtered',
  3988. 'type' => 'text_long',
  3989. 'module' => 'text',
  3990. 'active' => '1',
  3991. 'storage_type' => 'field_sql_storage',
  3992. 'storage_module' => 'field_sql_storage',
  3993. 'storage_active' => '1',
  3994. 'locked' => '0',
  3995. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:41:"field_data_field_text_long_plain_filtered";a:2:{s:5:"value";s:36:"field_text_long_plain_filtered_value";s:6:"format";s:37:"field_text_long_plain_filtered_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:45:"field_revision_field_text_long_plain_filtered";a:2:{s:5:"value";s:36:"field_text_long_plain_filtered_value";s:6:"format";s:37:"field_text_long_plain_filtered_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"31";}',
  3996. 'cardinality' => '1',
  3997. 'translatable' => '0',
  3998. 'deleted' => '0',
  3999. ))
  4000. ->values(array(
  4001. 'id' => '32',
  4002. 'field_name' => 'field_text_sum_plain',
  4003. 'type' => 'text_with_summary',
  4004. 'module' => 'text',
  4005. 'active' => '1',
  4006. 'storage_type' => 'field_sql_storage',
  4007. 'storage_module' => 'field_sql_storage',
  4008. 'storage_active' => '1',
  4009. 'locked' => '0',
  4010. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:31:"field_data_field_text_sum_plain";a:3:{s:5:"value";s:26:"field_text_sum_plain_value";s:7:"summary";s:28:"field_text_sum_plain_summary";s:6:"format";s:27:"field_text_sum_plain_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:35:"field_revision_field_text_sum_plain";a:3:{s:5:"value";s:26:"field_text_sum_plain_value";s:7:"summary";s:28:"field_text_sum_plain_summary";s:6:"format";s:27:"field_text_sum_plain_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"32";}',
  4011. 'cardinality' => '1',
  4012. 'translatable' => '0',
  4013. 'deleted' => '0',
  4014. ))
  4015. ->values(array(
  4016. 'id' => '33',
  4017. 'field_name' => 'field_text_sum_filtered',
  4018. 'type' => 'text_with_summary',
  4019. 'module' => 'text',
  4020. 'active' => '1',
  4021. 'storage_type' => 'field_sql_storage',
  4022. 'storage_module' => 'field_sql_storage',
  4023. 'storage_active' => '1',
  4024. 'locked' => '0',
  4025. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:34:"field_data_field_text_sum_filtered";a:3:{s:5:"value";s:29:"field_text_sum_filtered_value";s:7:"summary";s:31:"field_text_sum_filtered_summary";s:6:"format";s:30:"field_text_sum_filtered_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:38:"field_revision_field_text_sum_filtered";a:3:{s:5:"value";s:29:"field_text_sum_filtered_value";s:7:"summary";s:31:"field_text_sum_filtered_summary";s:6:"format";s:30:"field_text_sum_filtered_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"33";}',
  4026. 'cardinality' => '1',
  4027. 'translatable' => '0',
  4028. 'deleted' => '0',
  4029. ))
  4030. ->values(array(
  4031. 'id' => '34',
  4032. 'field_name' => 'field_text_sum_plain_filtered',
  4033. 'type' => 'text_with_summary',
  4034. 'module' => 'text',
  4035. 'active' => '1',
  4036. 'storage_type' => 'field_sql_storage',
  4037. 'storage_module' => 'field_sql_storage',
  4038. 'storage_active' => '1',
  4039. 'locked' => '0',
  4040. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:39:"field_data_field_text_sum_plain_filtere";a:3:{s:5:"value";s:34:"field_text_sum_plain_filtere_value";s:7:"summary";s:36:"field_text_sum_plain_filtere_summary";s:6:"format";s:35:"field_text_sum_plain_filtere_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:43:"field_revision_field_text_sum_plain_filtere";a:3:{s:5:"value";s:34:"field_text_sum_plain_filtere_value";s:7:"summary";s:36:"field_text_sum_plain_filtere_summary";s:6:"format";s:35:"field_text_sum_plain_filtere_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"34";}',
  4041. 'cardinality' => '1',
  4042. 'translatable' => '0',
  4043. 'deleted' => '0',
  4044. ))
  4045. ->values(array(
  4046. 'id' => '35',
  4047. 'field_name' => 'field_datetime_without_time',
  4048. 'type' => 'datetime',
  4049. 'module' => 'date',
  4050. 'active' => '1',
  4051. 'storage_type' => 'field_sql_storage',
  4052. 'storage_module' => 'field_sql_storage',
  4053. 'storage_active' => '1',
  4054. 'locked' => '0',
  4055. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:6:{s:11:"granularity";a:6:{s:5:"month";s:5:"month";s:3:"day";s:3:"day";s:4:"hour";i:0;s:6:"minute";i:0;s:4:"year";s:4:"year";s:6:"second";i:0;}s:11:"tz_handling";s:4:"site";s:11:"timezone_db";s:3:"UTC";s:13:"cache_enabled";i:0;s:11:"cache_count";s:1:"4";s:6:"todate";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:38:"field_data_field_datetime_without_time";a:1:{s:5:"value";s:33:"field_datetime_without_time_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:42:"field_revision_field_datetime_without_time";a:1:{s:5:"value";s:33:"field_datetime_without_time_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:1:"9";}',
  4056. 'cardinality' => '1',
  4057. 'translatable' => '0',
  4058. 'deleted' => '0',
  4059. ))
  4060. ->values(array(
  4061. 'id' => '36',
  4062. 'field_name' => 'field_date_without_time',
  4063. 'type' => 'date',
  4064. 'module' => 'date',
  4065. 'active' => '1',
  4066. 'storage_type' => 'field_sql_storage',
  4067. 'storage_module' => 'field_sql_storage',
  4068. 'storage_active' => '1',
  4069. 'locked' => '0',
  4070. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:6:{s:11:"granularity";a:6:{s:5:"month";s:5:"month";s:3:"day";s:3:"day";s:4:"hour";i:0;s:6:"minute";i:0;s:4:"year";s:4:"year";s:6:"second";i:0;}s:11:"tz_handling";s:4:"site";s:11:"timezone_db";s:3:"UTC";s:13:"cache_enabled";i:0;s:11:"cache_count";s:1:"4";s:6:"todate";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:34:"field_data_field_date_without_time";a:1:{s:5:"value";s:29:"field_date_without_time_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:38:"field_revision_field_date_without_time";a:1:{s:5:"value";s:29:"field_date_without_time_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:1:"9";}',
  4071. 'cardinality' => '1',
  4072. 'translatable' => '0',
  4073. 'deleted' => '0',
  4074. ))
  4075. ->values(array(
  4076. 'id' => '37',
  4077. 'field_name' => 'field_float_list',
  4078. 'type' => 'list_float',
  4079. 'module' => 'list',
  4080. 'active' => '1',
  4081. 'storage_type' => 'field_sql_storage',
  4082. 'storage_module' => 'field_sql_storage',
  4083. 'storage_active' => '1',
  4084. 'locked' => '0',
  4085. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:14:"allowed_values";a:2:{s:6:"3.1416";s:2:"Pi";s:6:"6.2832";s:3:"Tau";}s:23:"allowed_values_function";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:27:"field_data_field_float_list";a:1:{s:5:"value";s:22:"field_float_list_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:31:"field_revision_field_float_list";a:1:{s:5:"value";s:22:"field_float_list_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:2:"id";s:2:"37";}',
  4086. 'cardinality' => '1',
  4087. 'translatable' => '0',
  4088. 'deleted' => '0',
  4089. ))
  4090. ->values(array(
  4091. 'id' => '38',
  4092. 'field_name' => 'field_reference',
  4093. 'type' => 'entityreference',
  4094. 'module' => 'entityreference',
  4095. 'active' => '1',
  4096. 'storage_type' => 'field_sql_storage',
  4097. 'storage_module' => 'field_sql_storage',
  4098. 'storage_active' => '1',
  4099. 'locked' => '0',
  4100. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:11:"target_type";s:4:"node";s:7:"handler";s:4:"base";s:16:"handler_settings";a:2:{s:14:"target_bundles";a:1:{s:7:"article";s:7:"article";}s:4:"sort";a:1:{s:4:"type";s:4:"none";}}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:26:"field_data_field_reference";a:1:{s:9:"target_id";s:25:"field_reference_target_id";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:30:"field_revision_field_reference";a:1:{s:9:"target_id";s:25:"field_reference_target_id";}}}}}s:12:"foreign keys";a:1:{s:4:"node";a:2:{s:5:"table";s:4:"node";s:7:"columns";a:1:{s:9:"target_id";s:3:"nid";}}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:2:"id";s:2:"37";}',
  4101. 'cardinality' => '1',
  4102. 'translatable' => '0',
  4103. 'deleted' => '0',
  4104. ))
  4105. ->values(array(
  4106. 'id' => '39',
  4107. 'field_name' => 'field_reference_2',
  4108. 'type' => 'entityreference',
  4109. 'module' => 'entityreference',
  4110. 'active' => '1',
  4111. 'storage_type' => 'field_sql_storage',
  4112. 'storage_module' => 'field_sql_storage',
  4113. 'storage_active' => '1',
  4114. 'locked' => '0',
  4115. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:11:"target_type";s:4:"node";s:7:"handler";s:4:"base";s:16:"handler_settings";a:2:{s:14:"target_bundles";a:1:{s:7:"article";s:7:"article";}s:4:"sort";a:1:{s:4:"type";s:4:"none";}}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:28:"field_data_field_reference_2";a:1:{s:9:"target_id";s:27:"field_reference_2_target_id";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:32:"field_revision_field_reference_2";a:1:{s:9:"target_id";s:27:"field_reference_2_target_id";}}}}}s:12:"foreign keys";a:1:{s:4:"node";a:2:{s:5:"table";s:4:"node";s:7:"columns";a:1:{s:9:"target_id";s:3:"nid";}}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:2:"id";s:2:"39";}',
  4116. 'cardinality' => '1',
  4117. 'translatable' => '0',
  4118. 'deleted' => '0',
  4119. ))
  4120. ->values(array(
  4121. 'id' => '40',
  4122. 'field_name' => 'title_field',
  4123. 'type' => 'text',
  4124. 'module' => 'text',
  4125. 'active' => '1',
  4126. 'storage_type' => 'field_sql_storage',
  4127. 'storage_module' => 'field_sql_storage',
  4128. 'storage_active' => '1',
  4129. 'locked' => '0',
  4130. 'data' => 'a:6:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:10:"max_length";i:255;s:23:"entity_translation_sync";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}',
  4131. 'cardinality' => '1',
  4132. 'translatable' => '1',
  4133. 'deleted' => '0',
  4134. ))
  4135. ->values(array(
  4136. 'id' => '41',
  4137. 'field_name' => 'subject_field',
  4138. 'type' => 'text',
  4139. 'module' => 'text',
  4140. 'active' => '1',
  4141. 'storage_type' => 'field_sql_storage',
  4142. 'storage_module' => 'field_sql_storage',
  4143. 'storage_active' => '1',
  4144. 'locked' => '0',
  4145. 'data' => 'a:6:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:10:"max_length";i:255;s:23:"entity_translation_sync";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}',
  4146. 'cardinality' => '1',
  4147. 'translatable' => '1',
  4148. 'deleted' => '0',
  4149. ))
  4150. ->values(array(
  4151. 'id' => '42',
  4152. 'field_name' => 'name_field',
  4153. 'type' => 'text',
  4154. 'module' => 'text',
  4155. 'active' => '1',
  4156. 'storage_type' => 'field_sql_storage',
  4157. 'storage_module' => 'field_sql_storage',
  4158. 'storage_active' => '1',
  4159. 'locked' => '0',
  4160. 'data' => 'a:6:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:10:"max_length";i:255;s:23:"entity_translation_sync";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}',
  4161. 'cardinality' => '1',
  4162. 'translatable' => '1',
  4163. 'deleted' => '0',
  4164. ))
  4165. ->values(array(
  4166. 'id' => '43',
  4167. 'field_name' => 'description_field',
  4168. 'type' => 'text_with_summary',
  4169. 'module' => 'text',
  4170. 'active' => '1',
  4171. 'storage_type' => 'field_sql_storage',
  4172. 'storage_module' => 'field_sql_storage',
  4173. 'storage_active' => '1',
  4174. 'locked' => '0',
  4175. 'data' => 'a:6:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:23:"entity_translation_sync";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}',
  4176. 'cardinality' => '1',
  4177. 'translatable' => '1',
  4178. 'deleted' => '0',
  4179. ))
  4180. ->values(array(
  4181. 'id' => '44',
  4182. 'field_name' => 'field_vocab_localize',
  4183. 'type' => 'taxonomy_term_reference',
  4184. 'module' => 'taxonomy',
  4185. 'active' => '1',
  4186. 'storage_type' => 'field_sql_storage',
  4187. 'storage_module' => 'field_sql_storage',
  4188. 'storage_active' => '1',
  4189. 'locked' => '0',
  4190. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:14:"allowed_values";a:1:{i:0;a:2:{s:10:"vocabulary";s:14:"vocablocalized";s:6:"parent";s:1:"0";}}s:21:"options_list_callback";s:28:"i18n_taxonomy_allowed_values";s:23:"entity_translation_sync";b:0;}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:31:"field_data_field_vocab_localize";a:1:{s:3:"tid";s:24:"field_vocab_localize_tid";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:35:"field_revision_field_vocab_localize";a:1:{s:3:"tid";s:24:"field_vocab_localize_tid";}}}}}s:12:"foreign keys";a:1:{s:3:"tid";a:2:{s:5:"table";s:18:"taxonomy_term_data";s:7:"columns";a:1:{s:3:"tid";s:3:"tid";}}}s:7:"indexes";a:1:{s:3:"tid";a:1:{i:0;s:3:"tid";}}s:2:"id";s:2:"44";}',
  4191. 'cardinality' => '1',
  4192. 'translatable' => '0',
  4193. 'deleted' => '0',
  4194. ))
  4195. ->values(array(
  4196. 'id' => '45',
  4197. 'field_name' => 'field_vocab_translate',
  4198. 'type' => 'taxonomy_term_reference',
  4199. 'module' => 'taxonomy',
  4200. 'active' => '1',
  4201. 'storage_type' => 'field_sql_storage',
  4202. 'storage_module' => 'field_sql_storage',
  4203. 'storage_active' => '1',
  4204. 'locked' => '0',
  4205. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:14:"allowed_values";a:1:{i:0;a:2:{s:10:"vocabulary";s:14:"vocabtranslate";s:6:"parent";s:1:"0";}}s:21:"options_list_callback";s:28:"i18n_taxonomy_allowed_values";s:23:"entity_translation_sync";b:0;}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:32:"field_data_field_vocab_translate";a:1:{s:3:"tid";s:25:"field_vocab_translate_tid";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:36:"field_revision_field_vocab_translate";a:1:{s:3:"tid";s:25:"field_vocab_translate_tid";}}}}}s:12:"foreign keys";a:1:{s:3:"tid";a:2:{s:5:"table";s:18:"taxonomy_term_data";s:7:"columns";a:1:{s:3:"tid";s:3:"tid";}}}s:7:"indexes";a:1:{s:3:"tid";a:1:{i:0;s:3:"tid";}}s:2:"id";s:2:"45";}',
  4206. 'cardinality' => '1',
  4207. 'translatable' => '0',
  4208. 'deleted' => '0',
  4209. ))
  4210. ->values(array(
  4211. 'id' => '46',
  4212. 'field_name' => 'field_vocab_fixed',
  4213. 'type' => 'taxonomy_term_reference',
  4214. 'module' => 'taxonomy',
  4215. 'active' => '1',
  4216. 'storage_type' => 'field_sql_storage',
  4217. 'storage_module' => 'field_sql_storage',
  4218. 'storage_active' => '1',
  4219. 'locked' => '0',
  4220. 'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:14:"allowed_values";a:1:{i:0;a:2:{s:10:"vocabulary";s:10:"vocabfixed";s:6:"parent";s:1:"0";}}s:21:"options_list_callback";s:28:"i18n_taxonomy_allowed_values";s:23:"entity_translation_sync";b:0;}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:28:"field_data_field_vocab_fixed";a:1:{s:3:"tid";s:21:"field_vocab_fixed_tid";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:32:"field_revision_field_vocab_fixed";a:1:{s:3:"tid";s:21:"field_vocab_fixed_tid";}}}}}s:12:"foreign keys";a:1:{s:3:"tid";a:2:{s:5:"table";s:18:"taxonomy_term_data";s:7:"columns";a:1:{s:3:"tid";s:3:"tid";}}}s:7:"indexes";a:1:{s:3:"tid";a:1:{i:0;s:3:"tid";}}s:2:"id";s:2:"46";}',
  4221. 'cardinality' => '1',
  4222. 'translatable' => '0',
  4223. 'deleted' => '0',
  4224. ))
  4225. ->values(array(
  4226. 'id' => '48',
  4227. 'field_name' => 'field_color',
  4228. 'type' => 'list_text',
  4229. 'module' => 'list',
  4230. 'active' => '1',
  4231. 'storage_type' => 'field_sql_storage',
  4232. 'storage_module' => 'field_sql_storage',
  4233. 'storage_active' => '1',
  4234. 'locked' => '0',
  4235. 'data' => 'a:7:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:14:"allowed_values";a:3:{i:0;s:5:"Green";i:1;s:5:"Black";i:2;s:5:"White";}s:23:"allowed_values_function";s:0:"";s:23:"entity_translation_sync";b:0;}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:22:"field_data_field_color";a:1:{s:5:"value";s:17:"field_color_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:26:"field_revision_field_color";a:1:{s:5:"value";s:17:"field_color_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:2:"id";s:2:"48";}',
  4236. 'cardinality' => '1',
  4237. 'translatable' => '1',
  4238. 'deleted' => '0',
  4239. ))
  4240. ->values(array(
  4241. 'id' => '49',
  4242. 'field_name' => 'field_rating',
  4243. 'type' => 'list_text',
  4244. 'module' => 'list',
  4245. 'active' => '1',
  4246. 'storage_type' => 'field_sql_storage',
  4247. 'storage_module' => 'field_sql_storage',
  4248. 'storage_active' => '1',
  4249. 'locked' => '0',
  4250. 'data' => 'a:7:{s:12:"translatable";b:1;s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:14:"allowed_values";a:3:{i:1;s:4:"High";i:2;s:6:"Medium";i:3;s:3:"Low";}s:23:"allowed_values_function";s:0:"";s:23:"entity_translation_sync";b:0;}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:23:"field_data_field_rating";a:1:{s:5:"value";s:18:"field_rating_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:27:"field_revision_field_rating";a:1:{s:5:"value";s:18:"field_rating_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:2:"id";s:2:"49";}',
  4251. 'cardinality' => '1',
  4252. 'translatable' => '1',
  4253. 'deleted' => '0',
  4254. ))
  4255. ->execute();
  4256. $connection->schema()->createTable('field_config_instance', array(
  4257. 'fields' => array(
  4258. 'id' => array(
  4259. 'type' => 'serial',
  4260. 'not null' => TRUE,
  4261. 'size' => 'normal',
  4262. ),
  4263. 'field_id' => array(
  4264. 'type' => 'int',
  4265. 'not null' => TRUE,
  4266. 'size' => 'normal',
  4267. ),
  4268. 'field_name' => array(
  4269. 'type' => 'varchar',
  4270. 'not null' => TRUE,
  4271. 'length' => '32',
  4272. 'default' => '',
  4273. ),
  4274. 'entity_type' => array(
  4275. 'type' => 'varchar',
  4276. 'not null' => TRUE,
  4277. 'length' => '32',
  4278. 'default' => '',
  4279. ),
  4280. 'bundle' => array(
  4281. 'type' => 'varchar',
  4282. 'not null' => TRUE,
  4283. 'length' => '128',
  4284. 'default' => '',
  4285. ),
  4286. 'data' => array(
  4287. 'type' => 'blob',
  4288. 'not null' => TRUE,
  4289. 'size' => 'normal',
  4290. ),
  4291. 'deleted' => array(
  4292. 'type' => 'int',
  4293. 'not null' => TRUE,
  4294. 'size' => 'normal',
  4295. 'default' => '0',
  4296. ),
  4297. ),
  4298. 'primary key' => array(
  4299. 'id',
  4300. ),
  4301. 'mysql_character_set' => 'utf8',
  4302. ));
  4303. $connection->insert('field_config_instance')
  4304. ->fields(array(
  4305. 'id',
  4306. 'field_id',
  4307. 'field_name',
  4308. 'entity_type',
  4309. 'bundle',
  4310. 'data',
  4311. 'deleted',
  4312. ))
  4313. ->values(array(
  4314. 'id' => '1',
  4315. 'field_id' => '1',
  4316. 'field_name' => 'comment_body',
  4317. 'entity_type' => 'comment',
  4318. 'bundle' => 'comment_node_page',
  4319. 'data' => 'a:6:{s:5:"label";s:7:"Comment";s:8:"settings";a:2:{s:15:"text_processing";i:1;s:18:"user_register_form";b:0;}s:8:"required";b:1;s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:6:"weight";i:0;s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:6:"widget";a:4:{s:4:"type";s:13:"text_textarea";s:8:"settings";a:1:{s:4:"rows";i:5;}s:6:"weight";i:0;s:6:"module";s:4:"text";}s:11:"description";s:0:"";}',
  4320. 'deleted' => '0',
  4321. ))
  4322. ->values(array(
  4323. 'id' => '2',
  4324. 'field_id' => '2',
  4325. 'field_name' => 'body',
  4326. 'entity_type' => 'node',
  4327. 'bundle' => 'page',
  4328. 'data' => 'a:6:{s:5:"label";s:4:"Body";s:6:"widget";a:4:{s:4:"type";s:26:"text_textarea_with_summary";s:8:"settings";a:2:{s:4:"rows";i:20;s:12:"summary_rows";i:5;}s:6:"weight";i:-4;s:6:"module";s:4:"text";}s:8:"settings";a:3:{s:15:"display_summary";b:1;s:15:"text_processing";i:1;s:18:"user_register_form";b:0;}s:7:"display";a:2:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:0;}s:6:"teaser";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:23:"text_summary_or_trimmed";s:8:"settings";a:1:{s:11:"trim_length";i:600;}s:6:"module";s:4:"text";s:6:"weight";i:0;}}s:8:"required";b:0;s:11:"description";s:0:"";}',
  4329. 'deleted' => '0',
  4330. ))
  4331. ->values(array(
  4332. 'id' => '3',
  4333. 'field_id' => '1',
  4334. 'field_name' => 'comment_body',
  4335. 'entity_type' => 'comment',
  4336. 'bundle' => 'comment_node_article',
  4337. 'data' => 'a:6:{s:5:"label";s:7:"Comment";s:8:"settings";a:2:{s:15:"text_processing";i:1;s:18:"user_register_form";b:0;}s:8:"required";b:1;s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:6:"weight";i:0;s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:6:"widget";a:4:{s:4:"type";s:13:"text_textarea";s:8:"settings";a:1:{s:4:"rows";i:5;}s:6:"weight";i:0;s:6:"module";s:4:"text";}s:11:"description";s:0:"";}',
  4338. 'deleted' => '0',
  4339. ))
  4340. ->values(array(
  4341. 'id' => '4',
  4342. 'field_id' => '2',
  4343. 'field_name' => 'body',
  4344. 'entity_type' => 'node',
  4345. 'bundle' => 'article',
  4346. 'data' => 'a:6:{s:5:"label";s:4:"Body";s:6:"widget";a:4:{s:4:"type";s:26:"text_textarea_with_summary";s:8:"settings";a:2:{s:4:"rows";i:20;s:12:"summary_rows";i:5;}s:6:"weight";s:2:"-4";s:6:"module";s:4:"text";}s:8:"settings";a:4:{s:15:"display_summary";b:1;s:15:"text_processing";i:1;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:3:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:0;}s:6:"teaser";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:23:"text_summary_or_trimmed";s:8:"settings";a:1:{s:11:"trim_length";i:600;}s:6:"module";s:4:"text";s:6:"weight";i:0;}s:6:"custom";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:23:"text_summary_or_trimmed";s:8:"settings";a:1:{s:11:"trim_length";i:600;}s:6:"module";s:4:"text";s:6:"weight";i:11;}}s:8:"required";b:0;s:11:"description";s:0:"";}',
  4347. 'deleted' => '0',
  4348. ))
  4349. ->values(array(
  4350. 'id' => '5',
  4351. 'field_id' => '3',
  4352. 'field_name' => 'field_tags',
  4353. 'entity_type' => 'node',
  4354. 'bundle' => 'article',
  4355. 'data' => 'a:6:{s:5:"label";s:4:"Tags";s:11:"description";s:63:"Enter a comma-separated list of words to describe your content.";s:6:"widget";a:4:{s:4:"type";s:21:"taxonomy_autocomplete";s:6:"weight";s:2:"-4";s:8:"settings";a:2:{s:4:"size";i:60;s:17:"autocomplete_path";s:21:"taxonomy/autocomplete";}s:6:"module";s:8:"taxonomy";}s:7:"display";a:2:{s:7:"default";a:5:{s:4:"type";s:28:"taxonomy_term_reference_link";s:6:"weight";i:10;s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"module";s:8:"taxonomy";}s:6:"teaser";a:5:{s:4:"type";s:28:"taxonomy_term_reference_link";s:6:"weight";i:10;s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"module";s:8:"taxonomy";}}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:8:"required";b:0;}',
  4356. 'deleted' => '0',
  4357. ))
  4358. ->values(array(
  4359. 'id' => '6',
  4360. 'field_id' => '4',
  4361. 'field_name' => 'field_image',
  4362. 'entity_type' => 'node',
  4363. 'bundle' => 'article',
  4364. 'data' => 'a:6:{s:5:"label";s:5:"Image";s:11:"description";s:40:"Upload an image to go with this article.";s:8:"required";b:0;s:8:"settings";a:10:{s:14:"file_directory";s:11:"field/image";s:15:"file_extensions";s:16:"png gif jpg jpeg";s:12:"max_filesize";s:0:"";s:14:"max_resolution";s:0:"";s:14:"min_resolution";s:0:"";s:9:"alt_field";b:1;s:11:"title_field";s:0:"";s:13:"default_image";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:4:"type";s:11:"image_image";s:8:"settings";a:2:{s:18:"progress_indicator";s:8:"throbber";s:19:"preview_image_style";s:9:"thumbnail";}s:6:"weight";s:2:"-1";s:6:"module";s:5:"image";}s:7:"display";a:2:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:5:"image";s:8:"settings";a:2:{s:11:"image_style";s:5:"large";s:10:"image_link";s:0:"";}s:6:"weight";i:-1;s:6:"module";s:5:"image";}s:6:"teaser";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:5:"image";s:8:"settings";a:2:{s:11:"image_style";s:6:"medium";s:10:"image_link";s:7:"content";}s:6:"weight";i:-1;s:6:"module";s:5:"image";}}}',
  4365. 'deleted' => '0',
  4366. ))
  4367. ->values(array(
  4368. 'id' => '7',
  4369. 'field_id' => '1',
  4370. 'field_name' => 'comment_body',
  4371. 'entity_type' => 'comment',
  4372. 'bundle' => 'comment_node_blog',
  4373. 'data' => 'a:6:{s:5:"label";s:7:"Comment";s:8:"settings";a:2:{s:15:"text_processing";i:1;s:18:"user_register_form";b:0;}s:8:"required";b:1;s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:6:"weight";i:0;s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:6:"widget";a:4:{s:4:"type";s:13:"text_textarea";s:8:"settings";a:1:{s:4:"rows";i:5;}s:6:"weight";i:0;s:6:"module";s:4:"text";}s:11:"description";s:0:"";}',
  4374. 'deleted' => '0',
  4375. ))
  4376. ->values(array(
  4377. 'id' => '8',
  4378. 'field_id' => '2',
  4379. 'field_name' => 'body',
  4380. 'entity_type' => 'node',
  4381. 'bundle' => 'blog',
  4382. 'data' => 'a:6:{s:5:"label";s:4:"Body";s:6:"widget";a:4:{s:4:"type";s:26:"text_textarea_with_summary";s:8:"settings";a:2:{s:4:"rows";i:20;s:12:"summary_rows";i:5;}s:6:"weight";s:2:"-4";s:6:"module";s:4:"text";}s:8:"settings";a:4:{s:15:"display_summary";b:1;s:15:"text_processing";i:1;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:2:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:0;}s:6:"teaser";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:23:"text_summary_or_trimmed";s:8:"settings";a:1:{s:11:"trim_length";i:600;}s:6:"module";s:4:"text";s:6:"weight";i:0;}}s:8:"required";b:0;s:11:"description";s:0:"";}',
  4383. 'deleted' => '0',
  4384. ))
  4385. ->values(array(
  4386. 'id' => '9',
  4387. 'field_id' => '1',
  4388. 'field_name' => 'comment_body',
  4389. 'entity_type' => 'comment',
  4390. 'bundle' => 'comment_node_book',
  4391. 'data' => 'a:6:{s:5:"label";s:7:"Comment";s:8:"settings";a:2:{s:15:"text_processing";i:1;s:18:"user_register_form";b:0;}s:8:"required";b:1;s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:6:"weight";i:0;s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:6:"widget";a:4:{s:4:"type";s:13:"text_textarea";s:8:"settings";a:1:{s:4:"rows";i:5;}s:6:"weight";i:0;s:6:"module";s:4:"text";}s:11:"description";s:0:"";}',
  4392. 'deleted' => '0',
  4393. ))
  4394. ->values(array(
  4395. 'id' => '10',
  4396. 'field_id' => '2',
  4397. 'field_name' => 'body',
  4398. 'entity_type' => 'node',
  4399. 'bundle' => 'book',
  4400. 'data' => 'a:6:{s:5:"label";s:4:"Body";s:6:"widget";a:4:{s:4:"type";s:26:"text_textarea_with_summary";s:8:"settings";a:2:{s:4:"rows";i:20;s:12:"summary_rows";i:5;}s:6:"weight";i:-4;s:6:"module";s:4:"text";}s:8:"settings";a:3:{s:15:"display_summary";b:1;s:15:"text_processing";i:1;s:18:"user_register_form";b:0;}s:7:"display";a:2:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:0;}s:6:"teaser";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:23:"text_summary_or_trimmed";s:8:"settings";a:1:{s:11:"trim_length";i:600;}s:6:"module";s:4:"text";s:6:"weight";i:0;}}s:8:"required";b:0;s:11:"description";s:0:"";}',
  4401. 'deleted' => '0',
  4402. ))
  4403. ->values(array(
  4404. 'id' => '11',
  4405. 'field_id' => '5',
  4406. 'field_name' => 'taxonomy_forums',
  4407. 'entity_type' => 'node',
  4408. 'bundle' => 'forum',
  4409. 'data' => 'a:6:{s:5:"label";s:6:"Forums";s:8:"required";b:1;s:6:"widget";a:4:{s:4:"type";s:14:"options_select";s:8:"settings";a:0:{}s:6:"weight";i:0;s:6:"module";s:7:"options";}s:7:"display";a:2:{s:7:"default";a:5:{s:4:"type";s:28:"taxonomy_term_reference_link";s:6:"weight";i:10;s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"module";s:8:"taxonomy";}s:6:"teaser";a:5:{s:4:"type";s:28:"taxonomy_term_reference_link";s:6:"weight";i:10;s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"module";s:8:"taxonomy";}}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:11:"description";s:0:"";}',
  4410. 'deleted' => '0',
  4411. ))
  4412. ->values(array(
  4413. 'id' => '12',
  4414. 'field_id' => '1',
  4415. 'field_name' => 'comment_body',
  4416. 'entity_type' => 'comment',
  4417. 'bundle' => 'comment_node_forum',
  4418. 'data' => 'a:6:{s:5:"label";s:7:"Comment";s:8:"settings";a:2:{s:15:"text_processing";i:1;s:18:"user_register_form";b:0;}s:8:"required";b:1;s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:6:"weight";i:0;s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:6:"widget";a:4:{s:4:"type";s:13:"text_textarea";s:8:"settings";a:1:{s:4:"rows";i:5;}s:6:"weight";i:0;s:6:"module";s:4:"text";}s:11:"description";s:0:"";}',
  4419. 'deleted' => '0',
  4420. ))
  4421. ->values(array(
  4422. 'id' => '13',
  4423. 'field_id' => '2',
  4424. 'field_name' => 'body',
  4425. 'entity_type' => 'node',
  4426. 'bundle' => 'forum',
  4427. 'data' => 'a:6:{s:5:"label";s:4:"Body";s:6:"widget";a:4:{s:4:"type";s:26:"text_textarea_with_summary";s:8:"settings";a:2:{s:4:"rows";i:20;s:12:"summary_rows";i:5;}s:6:"weight";i:1;s:6:"module";s:4:"text";}s:8:"settings";a:3:{s:15:"display_summary";b:1;s:15:"text_processing";i:1;s:18:"user_register_form";b:0;}s:7:"display";a:2:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:11;}s:6:"teaser";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:23:"text_summary_or_trimmed";s:8:"settings";a:1:{s:11:"trim_length";i:600;}s:6:"module";s:4:"text";s:6:"weight";i:11;}}s:8:"required";b:0;s:11:"description";s:0:"";}',
  4428. 'deleted' => '0',
  4429. ))
  4430. ->values(array(
  4431. 'id' => '14',
  4432. 'field_id' => '1',
  4433. 'field_name' => 'comment_body',
  4434. 'entity_type' => 'comment',
  4435. 'bundle' => 'comment_node_test_content_type',
  4436. 'data' => 'a:6:{s:5:"label";s:7:"Comment";s:8:"settings";a:2:{s:15:"text_processing";i:1;s:18:"user_register_form";b:0;}s:8:"required";b:1;s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:6:"weight";i:0;s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:6:"widget";a:4:{s:4:"type";s:13:"text_textarea";s:8:"settings";a:1:{s:4:"rows";i:5;}s:6:"weight";s:1:"0";s:6:"module";s:4:"text";}s:11:"description";s:0:"";}',
  4437. 'deleted' => '0',
  4438. ))
  4439. ->values(array(
  4440. 'id' => '16',
  4441. 'field_id' => '6',
  4442. 'field_name' => 'field_boolean',
  4443. 'entity_type' => 'node',
  4444. 'bundle' => 'test_content_type',
  4445. 'data' => 'a:7:{s:5:"label";s:7:"Boolean";s:6:"widget";a:5:{s:6:"weight";s:1:"1";s:4:"type";s:13:"options_onoff";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:1:{s:13:"display_label";i:1;}}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"list_default";s:6:"weight";s:1:"0";s:8:"settings";a:0:{}s:6:"module";s:4:"list";}}s:8:"required";i:0;s:11:"description";s:19:"Some helpful text. ";s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";i:0;}}}',
  4446. 'deleted' => '0',
  4447. ))
  4448. ->values(array(
  4449. 'id' => '17',
  4450. 'field_id' => '7',
  4451. 'field_name' => 'field_email',
  4452. 'entity_type' => 'node',
  4453. 'bundle' => 'test_content_type',
  4454. 'data' => 'a:7:{s:5:"label";s:5:"Email";s:6:"widget";a:5:{s:6:"weight";s:1:"4";s:4:"type";s:15:"email_textfield";s:6:"module";s:5:"email";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:13:"email_default";s:6:"weight";s:1:"1";s:8:"settings";a:0:{}s:6:"module";s:5:"email";}}s:8:"required";i:0;s:11:"description";s:20:"The email help text.";s:13:"default_value";a:1:{i:0;a:1:{s:5:"email";s:19:"default@example.com";}}}',
  4455. 'deleted' => '0',
  4456. ))
  4457. ->values(array(
  4458. 'id' => '18',
  4459. 'field_id' => '8',
  4460. 'field_name' => 'field_phone',
  4461. 'entity_type' => 'node',
  4462. 'bundle' => 'test_content_type',
  4463. 'data' => 'a:7:{s:5:"label";s:5:"Phone";s:6:"widget";a:5:{s:6:"weight";s:1:"6";s:4:"type";s:15:"phone_textfield";s:6:"module";s:5:"phone";s:6:"active";i:0;s:8:"settings";a:0:{}}s:8:"settings";a:6:{s:18:"phone_country_code";i:1;s:26:"phone_default_country_code";s:1:"1";s:20:"phone_int_max_length";i:15;s:18:"ca_phone_separator";s:1:"-";s:20:"ca_phone_parentheses";i:1;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:5:"phone";s:6:"weight";s:1:"2";s:8:"settings";a:0:{}s:6:"module";s:5:"phone";}}s:8:"required";i:1;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4464. 'deleted' => '0',
  4465. ))
  4466. ->values(array(
  4467. 'id' => '19',
  4468. 'field_id' => '9',
  4469. 'field_name' => 'field_date',
  4470. 'entity_type' => 'node',
  4471. 'bundle' => 'test_content_type',
  4472. 'data' => 'a:6:{s:5:"label";s:4:"Date";s:6:"widget";a:5:{s:6:"weight";s:1:"2";s:4:"type";s:11:"date_select";s:6:"module";s:4:"date";s:6:"active";i:1;s:8:"settings";a:6:{s:12:"input_format";s:13:"m/d/Y - H:i:s";s:19:"input_format_custom";s:0:"";s:10:"year_range";s:5:"-3:+3";s:9:"increment";s:2:"15";s:14:"label_position";s:5:"above";s:10:"text_parts";a:0:{}}}s:8:"settings";a:5:{s:13:"default_value";s:3:"now";s:18:"default_value_code";s:0:"";s:14:"default_value2";s:4:"same";s:19:"default_value_code2";s:0:"";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"date_default";s:6:"weight";s:1:"3";s:8:"settings";a:5:{s:11:"format_type";s:4:"long";s:15:"multiple_number";s:0:"";s:13:"multiple_from";s:0:"";s:11:"multiple_to";s:0:"";s:6:"fromto";s:4:"both";}s:6:"module";s:4:"date";}}s:8:"required";i:0;s:11:"description";s:0:"";}',
  4473. 'deleted' => '0',
  4474. ))
  4475. ->values(array(
  4476. 'id' => '20',
  4477. 'field_id' => '10',
  4478. 'field_name' => 'field_date_with_end_time',
  4479. 'entity_type' => 'node',
  4480. 'bundle' => 'test_content_type',
  4481. 'data' => 'a:6:{s:5:"label";s:18:"Date With End Time";s:6:"widget";a:5:{s:6:"weight";s:1:"3";s:4:"type";s:9:"date_text";s:6:"module";s:4:"date";s:6:"active";i:1;s:8:"settings";a:6:{s:12:"input_format";s:13:"m/d/Y - H:i:s";s:19:"input_format_custom";s:0:"";s:10:"year_range";s:5:"-3:+3";s:9:"increment";i:15;s:14:"label_position";s:5:"above";s:10:"text_parts";a:0:{}}}s:8:"settings";a:5:{s:13:"default_value";s:3:"now";s:18:"default_value_code";s:0:"";s:14:"default_value2";s:4:"same";s:19:"default_value_code2";s:0:"";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"date_default";s:6:"weight";s:1:"4";s:8:"settings";a:5:{s:11:"format_type";s:4:"long";s:15:"multiple_number";s:0:"";s:13:"multiple_from";s:0:"";s:11:"multiple_to";s:0:"";s:6:"fromto";s:4:"both";}s:6:"module";s:4:"date";}}s:8:"required";i:0;s:11:"description";s:0:"";}',
  4482. 'deleted' => '0',
  4483. ))
  4484. ->values(array(
  4485. 'id' => '21',
  4486. 'field_id' => '11',
  4487. 'field_name' => 'field_file',
  4488. 'entity_type' => 'node',
  4489. 'bundle' => 'test_content_type',
  4490. 'data' => 'a:6:{s:5:"label";s:4:"File";s:6:"widget";a:5:{s:6:"weight";s:1:"5";s:4:"type";s:12:"file_generic";s:6:"module";s:4:"file";s:6:"active";i:1;s:8:"settings";a:1:{s:18:"progress_indicator";s:8:"throbber";}}s:8:"settings";a:5:{s:14:"file_directory";s:0:"";s:15:"file_extensions";s:15:"txt pdf ods odf";s:12:"max_filesize";s:5:"10 MB";s:17:"description_field";i:1;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"file_default";s:6:"weight";s:1:"5";s:8:"settings";a:0:{}s:6:"module";s:4:"file";}}s:8:"required";i:0;s:11:"description";s:0:"";}',
  4491. 'deleted' => '0',
  4492. ))
  4493. ->values(array(
  4494. 'id' => '22',
  4495. 'field_id' => '12',
  4496. 'field_name' => 'field_float',
  4497. 'entity_type' => 'node',
  4498. 'bundle' => 'test_content_type',
  4499. 'data' => 'a:7:{s:5:"label";s:5:"Float";s:6:"widget";a:5:{s:6:"weight";s:1:"7";s:4:"type";s:6:"number";s:6:"module";s:6:"number";s:6:"active";i:0;s:8:"settings";a:0:{}}s:8:"settings";a:5:{s:3:"min";s:6:"-3.756";s:3:"max";s:5:"18.56";s:6:"prefix";s:12:"Prefix value";s:6:"suffix";s:12:"Suffix value";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:14:"number_decimal";s:6:"weight";s:1:"6";s:8:"settings";a:4:{s:18:"thousand_separator";s:1:" ";s:17:"decimal_separator";s:1:".";s:5:"scale";i:2;s:13:"prefix_suffix";b:1;}s:6:"module";s:6:"number";}}s:8:"required";i:0;s:11:"description";s:22:"Some floaty help text.";s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:3:"1.2";}}}',
  4500. 'deleted' => '0',
  4501. ))
  4502. ->values(array(
  4503. 'id' => '23',
  4504. 'field_id' => '13',
  4505. 'field_name' => 'field_images',
  4506. 'entity_type' => 'node',
  4507. 'bundle' => 'test_content_type',
  4508. 'data' => 'a:6:{s:5:"label";s:6:"Images";s:6:"widget";a:5:{s:6:"weight";s:1:"8";s:4:"type";s:11:"image_image";s:6:"module";s:5:"image";s:6:"active";i:1;s:8:"settings";a:2:{s:18:"progress_indicator";s:8:"throbber";s:19:"preview_image_style";s:9:"thumbnail";}}s:8:"settings";a:9:{s:14:"file_directory";s:0:"";s:15:"file_extensions";s:16:"png gif jpg jpeg";s:12:"max_filesize";s:5:"15 MB";s:14:"max_resolution";s:9:"1000x1000";s:14:"min_resolution";s:3:"1x1";s:9:"alt_field";i:1;s:11:"title_field";i:1;s:13:"default_image";i:0;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:5:"image";s:6:"weight";s:1:"7";s:8:"settings";a:2:{s:11:"image_style";s:0:"";s:10:"image_link";s:0:"";}s:6:"module";s:5:"image";}}s:8:"required";i:1;s:11:"description";s:0:"";}',
  4509. 'deleted' => '0',
  4510. ))
  4511. ->values(array(
  4512. 'id' => '24',
  4513. 'field_id' => '14',
  4514. 'field_name' => 'field_integer',
  4515. 'entity_type' => 'node',
  4516. 'bundle' => 'test_content_type',
  4517. 'data' => 'a:7:{s:5:"label";s:7:"Integer";s:6:"widget";a:5:{s:6:"weight";s:1:"9";s:4:"type";s:6:"number";s:6:"module";s:6:"number";s:6:"active";i:0;s:8:"settings";a:0:{}}s:8:"settings";a:5:{s:3:"min";s:1:"1";s:3:"max";s:2:"25";s:6:"prefix";s:3:"abc";s:6:"suffix";s:3:"xyz";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:14:"number_integer";s:6:"weight";s:1:"8";s:8:"settings";a:4:{s:18:"thousand_separator";s:1:" ";s:17:"decimal_separator";s:1:".";s:5:"scale";i:0;s:13:"prefix_suffix";b:1;}s:6:"module";s:6:"number";}}s:8:"required";i:1;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4518. 'deleted' => '0',
  4519. ))
  4520. ->values(array(
  4521. 'id' => '25',
  4522. 'field_id' => '15',
  4523. 'field_name' => 'field_link',
  4524. 'entity_type' => 'node',
  4525. 'bundle' => 'test_content_type',
  4526. 'data' => 'a:7:{s:5:"label";s:4:"Link";s:6:"widget";a:5:{s:6:"weight";s:2:"10";s:4:"type";s:10:"link_field";s:6:"module";s:4:"link";s:6:"active";i:0;s:8:"settings";a:0:{}}s:8:"settings";a:12:{s:12:"absolute_url";i:1;s:12:"validate_url";i:1;s:3:"url";i:0;s:5:"title";s:8:"optional";s:11:"title_value";s:19:"Unused Static Title";s:27:"title_label_use_field_label";i:0;s:15:"title_maxlength";s:3:"128";s:7:"display";a:1:{s:10:"url_cutoff";s:2:"81";}s:10:"attributes";a:6:{s:6:"target";s:6:"_blank";s:3:"rel";s:8:"nofollow";s:18:"configurable_class";i:0;s:5:"class";s:7:"classes";s:18:"configurable_title";i:1;s:5:"title";s:0:"";}s:10:"rel_remove";s:19:"rel_remove_external";s:13:"enable_tokens";i:1;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"link_default";s:6:"weight";s:1:"9";s:8:"settings";a:0:{}s:6:"module";s:4:"link";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4527. 'deleted' => '0',
  4528. ))
  4529. ->values(array(
  4530. 'id' => '26',
  4531. 'field_id' => '16',
  4532. 'field_name' => 'field_text_list',
  4533. 'entity_type' => 'node',
  4534. 'bundle' => 'test_content_type',
  4535. 'data' => 'a:7:{s:5:"label";s:9:"Text List";s:6:"widget";a:5:{s:6:"weight";s:2:"11";s:4:"type";s:14:"options_select";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"list_default";s:6:"weight";s:2:"10";s:8:"settings";a:0:{}s:6:"module";s:4:"list";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4536. 'deleted' => '0',
  4537. ))
  4538. ->values(array(
  4539. 'id' => '27',
  4540. 'field_id' => '17',
  4541. 'field_name' => 'field_integer_list',
  4542. 'entity_type' => 'node',
  4543. 'bundle' => 'test_content_type',
  4544. 'data' => 'a:7:{s:5:"label";s:12:"Integer List";s:6:"widget";a:5:{s:6:"weight";s:2:"12";s:4:"type";s:15:"options_buttons";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"list_default";s:6:"weight";s:2:"11";s:8:"settings";a:0:{}s:6:"module";s:4:"list";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4545. 'deleted' => '0',
  4546. ))
  4547. ->values(array(
  4548. 'id' => '28',
  4549. 'field_id' => '18',
  4550. 'field_name' => 'field_long_text',
  4551. 'entity_type' => 'node',
  4552. 'bundle' => 'test_content_type',
  4553. 'data' => 'a:7:{s:5:"label";s:9:"Long text";s:6:"widget";a:5:{s:6:"weight";s:2:"13";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"19";s:12:"summary_rows";i:5;}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"1";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:6:"weight";s:2:"12";s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4554. 'deleted' => '0',
  4555. ))
  4556. ->values(array(
  4557. 'id' => '30',
  4558. 'field_id' => '20',
  4559. 'field_name' => 'field_term_reference',
  4560. 'entity_type' => 'node',
  4561. 'bundle' => 'test_content_type',
  4562. 'data' => 'a:7:{s:5:"label";s:14:"Term Reference";s:6:"widget";a:5:{s:6:"weight";s:2:"14";s:4:"type";s:21:"taxonomy_autocomplete";s:6:"module";s:8:"taxonomy";s:6:"active";i:0;s:8:"settings";a:2:{s:4:"size";i:60;s:17:"autocomplete_path";s:21:"taxonomy/autocomplete";}}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:4:{s:5:"label";s:5:"above";s:4:"type";s:6:"hidden";s:6:"weight";s:2:"13";s:8:"settings";a:0:{}}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4563. 'deleted' => '0',
  4564. ))
  4565. ->values(array(
  4566. 'id' => '31',
  4567. 'field_id' => '21',
  4568. 'field_name' => 'field_text',
  4569. 'entity_type' => 'node',
  4570. 'bundle' => 'test_content_type',
  4571. 'data' => 'a:7:{s:5:"label";s:4:"Text";s:6:"widget";a:5:{s:6:"weight";s:2:"15";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"55";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:4:{s:5:"label";s:5:"above";s:4:"type";s:6:"hidden";s:6:"weight";s:2:"14";s:8:"settings";a:0:{}}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4572. 'deleted' => '0',
  4573. ))
  4574. ->values(array(
  4575. 'id' => '32',
  4576. 'field_id' => '14',
  4577. 'field_name' => 'field_integer',
  4578. 'entity_type' => 'comment',
  4579. 'bundle' => 'comment_node_test_content_type',
  4580. 'data' => 'a:7:{s:5:"label";s:7:"Integer";s:6:"widget";a:5:{s:6:"weight";s:1:"2";s:4:"type";s:6:"number";s:6:"module";s:6:"number";s:6:"active";i:0;s:8:"settings";a:0:{}}s:8:"settings";a:5:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:14:"number_integer";s:8:"settings";a:4:{s:18:"thousand_separator";s:1:" ";s:17:"decimal_separator";s:1:".";s:5:"scale";i:0;s:13:"prefix_suffix";b:1;}s:6:"module";s:6:"number";s:6:"weight";i:1;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4581. 'deleted' => '0',
  4582. ))
  4583. ->values(array(
  4584. 'id' => '33',
  4585. 'field_id' => '11',
  4586. 'field_name' => 'field_file',
  4587. 'entity_type' => 'user',
  4588. 'bundle' => 'user',
  4589. 'data' => 'a:6:{s:5:"label";s:4:"File";s:6:"widget";a:5:{s:6:"weight";s:1:"8";s:4:"type";s:12:"file_generic";s:6:"module";s:4:"file";s:6:"active";i:1;s:8:"settings";a:1:{s:18:"progress_indicator";s:8:"throbber";}}s:8:"settings";a:5:{s:14:"file_directory";s:0:"";s:15:"file_extensions";s:3:"txt";s:12:"max_filesize";s:0:"";s:17:"description_field";i:0;s:18:"user_register_form";i:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"file_default";s:8:"settings";a:0:{}s:6:"module";s:4:"file";s:6:"weight";i:0;}}s:8:"required";i:0;s:11:"description";s:0:"";}',
  4590. 'deleted' => '0',
  4591. ))
  4592. ->values(array(
  4593. 'id' => '34',
  4594. 'field_id' => '15',
  4595. 'field_name' => 'field_link',
  4596. 'entity_type' => 'node',
  4597. 'bundle' => 'article',
  4598. 'data' => 'a:7:{s:5:"label";s:4:"Link";s:6:"widget";a:5:{s:6:"weight";s:2:"10";s:4:"type";s:10:"link_field";s:6:"module";s:4:"link";s:6:"active";i:0;s:8:"settings";a:0:{}}s:8:"settings";a:13:{s:12:"absolute_url";i:1;s:12:"validate_url";i:1;s:3:"url";i:0;s:5:"title";s:8:"disabled";s:11:"title_value";s:19:"Unused Static Title";s:27:"title_label_use_field_label";i:0;s:15:"title_maxlength";s:3:"128";s:7:"display";a:1:{s:10:"url_cutoff";s:2:"81";}s:10:"attributes";a:6:{s:6:"target";s:6:"_blank";s:3:"rel";s:8:"nofollow";s:18:"configurable_class";i:0;s:5:"class";s:7:"classes";s:18:"configurable_title";i:1;s:5:"title";s:0:"";}s:10:"rel_remove";s:19:"rel_remove_external";s:13:"enable_tokens";i:1;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"link_default";s:6:"weight";s:1:"9";s:8:"settings";a:0:{}s:6:"module";s:4:"link";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4599. 'deleted' => '0',
  4600. ))
  4601. ->values(array(
  4602. 'id' => '35',
  4603. 'field_id' => '14',
  4604. 'field_name' => 'field_integer',
  4605. 'entity_type' => 'taxonomy_term',
  4606. 'bundle' => 'test_vocabulary',
  4607. 'data' => 'a:7:{s:5:"label";s:7:"Integer";s:6:"widget";a:5:{s:6:"weight";s:1:"2";s:4:"type";s:6:"number";s:6:"module";s:6:"number";s:6:"active";i:0;s:8:"settings";a:0:{}}s:8:"settings";a:5:{s:3:"min";s:0:"";s:3:"max";s:0:"";s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:14:"number_integer";s:8:"settings";a:4:{s:18:"thousand_separator";s:0:"";s:17:"decimal_separator";s:1:".";s:5:"scale";i:0;s:13:"prefix_suffix";b:1;}s:6:"module";s:6:"number";s:6:"weight";i:0;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4608. 'deleted' => '0',
  4609. ))
  4610. ->values(array(
  4611. 'id' => '36',
  4612. 'field_id' => '14',
  4613. 'field_name' => 'field_integer',
  4614. 'entity_type' => 'user',
  4615. 'bundle' => 'user',
  4616. 'data' => 'a:7:{s:5:"label";s:7:"Integer";s:6:"widget";a:5:{s:6:"weight";s:1:"9";s:4:"type";s:6:"number";s:6:"module";s:6:"number";s:6:"active";i:0;s:8:"settings";a:0:{}}s:8:"settings";a:5:{s:3:"min";s:1:"1";s:3:"max";s:2:"25";s:6:"prefix";s:3:"abc";s:6:"suffix";s:3:"xyz";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:14:"number_integer";s:6:"weight";s:1:"8";s:8:"settings";a:4:{s:18:"thousand_separator";s:1:" ";s:17:"decimal_separator";s:1:".";s:5:"scale";i:0;s:13:"prefix_suffix";b:1;}s:6:"module";s:6:"number";}}s:8:"required";i:1;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4617. 'deleted' => '0',
  4618. ))
  4619. ->values(array(
  4620. 'id' => '37',
  4621. 'field_id' => '15',
  4622. 'field_name' => 'field_link',
  4623. 'entity_type' => 'node',
  4624. 'bundle' => 'blog',
  4625. 'data' => 'a:7:{s:5:"label";s:4:"Link";s:6:"widget";a:5:{s:6:"weight";s:2:"10";s:4:"type";s:10:"link_field";s:6:"module";s:4:"link";s:6:"active";i:0;s:8:"settings";a:0:{}}s:8:"settings";a:13:{s:12:"absolute_url";i:1;s:12:"validate_url";i:1;s:3:"url";i:0;s:5:"title";s:8:"required";s:11:"title_value";s:19:"Unused Static Title";s:27:"title_label_use_field_label";i:0;s:15:"title_maxlength";s:3:"128";s:7:"display";a:1:{s:10:"url_cutoff";s:2:"81";}s:10:"attributes";a:6:{s:6:"target";s:6:"_blank";s:3:"rel";s:8:"nofollow";s:18:"configurable_class";i:0;s:5:"class";s:7:"classes";s:18:"configurable_title";i:1;s:5:"title";s:0:"";}s:10:"rel_remove";s:19:"rel_remove_external";s:13:"enable_tokens";i:1;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"link_default";s:6:"weight";s:1:"9";s:8:"settings";a:0:{}s:6:"module";s:4:"link";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4626. 'deleted' => '0',
  4627. ))
  4628. ->values(array(
  4629. 'id' => '38',
  4630. 'field_id' => '22',
  4631. 'field_name' => 'field_node_entityreference',
  4632. 'entity_type' => 'node',
  4633. 'bundle' => 'test_content_type',
  4634. 'data' => 'a:7:{s:5:"label";s:21:"Node Entity Reference";s:6:"widget";a:5:{s:6:"weight";s:2:"16";s:4:"type";s:28:"entityreference_autocomplete";s:6:"module";s:15:"entityreference";s:6:"active";i:1;s:8:"settings";a:3:{s:14:"match_operator";s:8:"CONTAINS";s:4:"size";s:2:"60";s:4:"path";s:0:"";}}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:21:"entityreference_label";s:8:"settings";a:1:{s:4:"link";b:0;}s:6:"module";s:15:"entityreference";s:6:"weight";i:15;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4635. 'deleted' => '0',
  4636. ))
  4637. ->values(array(
  4638. 'id' => '39',
  4639. 'field_id' => '23',
  4640. 'field_name' => 'field_user_entityreference',
  4641. 'entity_type' => 'node',
  4642. 'bundle' => 'test_content_type',
  4643. 'data' => 'a:7:{s:5:"label";s:21:"User Entity Reference";s:6:"widget";a:5:{s:6:"weight";s:2:"17";s:4:"type";s:15:"options_buttons";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:21:"entityreference_label";s:8:"settings";a:1:{s:4:"link";b:0;}s:6:"module";s:15:"entityreference";s:6:"weight";i:16;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4644. 'deleted' => '0',
  4645. ))
  4646. ->values(array(
  4647. 'id' => '40',
  4648. 'field_id' => '24',
  4649. 'field_name' => 'field_term_entityreference',
  4650. 'entity_type' => 'node',
  4651. 'bundle' => 'test_content_type',
  4652. 'data' => 'a:7:{s:5:"label";s:21:"Term Entity Reference";s:6:"widget";a:5:{s:6:"weight";s:2:"18";s:4:"type";s:33:"entityreference_autocomplete_tags";s:6:"module";s:15:"entityreference";s:6:"active";i:1;s:8:"settings";a:3:{s:14:"match_operator";s:8:"CONTAINS";s:4:"size";s:2:"60";s:4:"path";s:0:"";}}s:8:"settings";a:2:{s:9:"behaviors";a:1:{s:14:"taxonomy-index";a:1:{s:6:"status";b:1;}}s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:21:"entityreference_label";s:8:"settings";a:1:{s:4:"link";b:0;}s:6:"module";s:15:"entityreference";s:6:"weight";i:17;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4653. 'deleted' => '0',
  4654. ))
  4655. ->values(array(
  4656. 'id' => '41',
  4657. 'field_id' => '20',
  4658. 'field_name' => 'field_term_reference',
  4659. 'entity_type' => 'taxonomy_term',
  4660. 'bundle' => 'test_vocabulary',
  4661. 'data' => 'a:7:{s:5:"label";s:14:"Term Reference";s:6:"widget";a:5:{s:6:"weight";s:2:"14";s:4:"type";s:21:"taxonomy_autocomplete";s:6:"module";s:8:"taxonomy";s:6:"active";i:0;s:8:"settings";a:2:{s:4:"size";i:60;s:17:"autocomplete_path";s:21:"taxonomy/autocomplete";}}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:4:{s:5:"label";s:5:"above";s:4:"type";s:6:"hidden";s:6:"weight";s:2:"13";s:8:"settings";a:0:{}}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4662. 'deleted' => '0',
  4663. ))
  4664. ->values(array(
  4665. 'id' => '42',
  4666. 'field_id' => '25',
  4667. 'field_name' => 'field_private_file',
  4668. 'entity_type' => 'node',
  4669. 'bundle' => 'test_content_type',
  4670. 'data' => 'a:6:{s:5:"label";s:12:"Private file";s:6:"widget";a:5:{s:6:"weight";s:2:"19";s:4:"type";s:12:"file_generic";s:6:"module";s:4:"file";s:6:"active";i:1;s:8:"settings";a:1:{s:18:"progress_indicator";s:8:"throbber";}}s:8:"settings";a:5:{s:14:"file_directory";s:0:"";s:15:"file_extensions";s:3:"txt";s:12:"max_filesize";s:0:"";s:17:"description_field";i:0;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"file_default";s:8:"settings";a:0:{}s:6:"module";s:4:"file";s:6:"weight";i:18;}}s:8:"required";i:0;s:11:"description";s:0:"";}',
  4671. 'deleted' => '0',
  4672. ))
  4673. ->values(array(
  4674. 'id' => '43',
  4675. 'field_id' => '26',
  4676. 'field_name' => 'field_text_plain',
  4677. 'entity_type' => 'node',
  4678. 'bundle' => 'article',
  4679. 'data' => 'a:7:{s:5:"label";s:10:"Text plain";s:6:"widget";a:5:{s:6:"weight";s:2:"11";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:11;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4680. 'deleted' => '0',
  4681. ))
  4682. ->values(array(
  4683. 'id' => '44',
  4684. 'field_id' => '27',
  4685. 'field_name' => 'field_text_filtered',
  4686. 'entity_type' => 'node',
  4687. 'bundle' => 'article',
  4688. 'data' => 'a:7:{s:5:"label";s:13:"Text filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"12";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:12;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4689. 'deleted' => '0',
  4690. ))
  4691. ->values(array(
  4692. 'id' => '45',
  4693. 'field_id' => '28',
  4694. 'field_name' => 'field_text_plain_filtered',
  4695. 'entity_type' => 'node',
  4696. 'bundle' => 'article',
  4697. 'data' => 'a:7:{s:5:"label";s:23:"Text plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"13";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:13;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4698. 'deleted' => '0',
  4699. ))
  4700. ->values(array(
  4701. 'id' => '46',
  4702. 'field_id' => '29',
  4703. 'field_name' => 'field_text_long_plain',
  4704. 'entity_type' => 'node',
  4705. 'bundle' => 'article',
  4706. 'data' => 'a:7:{s:5:"label";s:15:"Text long plain";s:6:"widget";a:5:{s:6:"weight";s:2:"14";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:14;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4707. 'deleted' => '0',
  4708. ))
  4709. ->values(array(
  4710. 'id' => '47',
  4711. 'field_id' => '30',
  4712. 'field_name' => 'field_text_long_filtered',
  4713. 'entity_type' => 'node',
  4714. 'bundle' => 'article',
  4715. 'data' => 'a:7:{s:5:"label";s:18:"Text long filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"15";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:15;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4716. 'deleted' => '0',
  4717. ))
  4718. ->values(array(
  4719. 'id' => '48',
  4720. 'field_id' => '31',
  4721. 'field_name' => 'field_text_long_plain_filtered',
  4722. 'entity_type' => 'node',
  4723. 'bundle' => 'article',
  4724. 'data' => 'a:7:{s:5:"label";s:28:"Text long plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"16";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:16;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4725. 'deleted' => '0',
  4726. ))
  4727. ->values(array(
  4728. 'id' => '49',
  4729. 'field_id' => '32',
  4730. 'field_name' => 'field_text_sum_plain',
  4731. 'entity_type' => 'node',
  4732. 'bundle' => 'article',
  4733. 'data' => 'a:7:{s:5:"label";s:18:"Text summary plain";s:6:"widget";a:5:{s:6:"weight";s:2:"17";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:4:{s:15:"text_processing";s:1:"0";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:17;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4734. 'deleted' => '0',
  4735. ))
  4736. ->values(array(
  4737. 'id' => '50',
  4738. 'field_id' => '33',
  4739. 'field_name' => 'field_text_sum_filtered',
  4740. 'entity_type' => 'node',
  4741. 'bundle' => 'article',
  4742. 'data' => 'a:7:{s:5:"label";s:21:"Text summary filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"18";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:4:{s:15:"text_processing";s:1:"1";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:18;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4743. 'deleted' => '0',
  4744. ))
  4745. ->values(array(
  4746. 'id' => '51',
  4747. 'field_id' => '34',
  4748. 'field_name' => 'field_text_sum_plain_filtered',
  4749. 'entity_type' => 'node',
  4750. 'bundle' => 'article',
  4751. 'data' => 'a:7:{s:5:"label";s:31:"Text summary plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"19";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:4:{s:15:"text_processing";s:1:"0";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:19;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4752. 'deleted' => '0',
  4753. ))
  4754. ->values(array(
  4755. 'id' => '52',
  4756. 'field_id' => '26',
  4757. 'field_name' => 'field_text_plain',
  4758. 'entity_type' => 'node',
  4759. 'bundle' => 'page',
  4760. 'data' => 'a:7:{s:5:"label";s:10:"Text plain";s:6:"widget";a:5:{s:6:"weight";s:2:"-2";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:1;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4761. 'deleted' => '0',
  4762. ))
  4763. ->values(array(
  4764. 'id' => '53',
  4765. 'field_id' => '27',
  4766. 'field_name' => 'field_text_filtered',
  4767. 'entity_type' => 'node',
  4768. 'bundle' => 'page',
  4769. 'data' => 'a:7:{s:5:"label";s:13:"Text filtered";s:6:"widget";a:5:{s:6:"weight";s:1:"0";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:2;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4770. 'deleted' => '0',
  4771. ))
  4772. ->values(array(
  4773. 'id' => '54',
  4774. 'field_id' => '28',
  4775. 'field_name' => 'field_text_plain_filtered',
  4776. 'entity_type' => 'node',
  4777. 'bundle' => 'page',
  4778. 'data' => 'a:7:{s:5:"label";s:23:"Text plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:1:"2";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:3;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4779. 'deleted' => '0',
  4780. ))
  4781. ->values(array(
  4782. 'id' => '55',
  4783. 'field_id' => '29',
  4784. 'field_name' => 'field_text_long_plain',
  4785. 'entity_type' => 'node',
  4786. 'bundle' => 'page',
  4787. 'data' => 'a:7:{s:5:"label";s:15:"Text long plain";s:6:"widget";a:5:{s:6:"weight";s:1:"4";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:4;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4788. 'deleted' => '0',
  4789. ))
  4790. ->values(array(
  4791. 'id' => '56',
  4792. 'field_id' => '30',
  4793. 'field_name' => 'field_text_long_filtered',
  4794. 'entity_type' => 'node',
  4795. 'bundle' => 'page',
  4796. 'data' => 'a:7:{s:5:"label";s:18:"Text long filtered";s:6:"widget";a:5:{s:6:"weight";s:1:"6";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:5;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4797. 'deleted' => '0',
  4798. ))
  4799. ->values(array(
  4800. 'id' => '57',
  4801. 'field_id' => '31',
  4802. 'field_name' => 'field_text_long_plain_filtered',
  4803. 'entity_type' => 'node',
  4804. 'bundle' => 'page',
  4805. 'data' => 'a:7:{s:5:"label";s:28:"Text long plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:1:"8";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:6;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4806. 'deleted' => '0',
  4807. ))
  4808. ->values(array(
  4809. 'id' => '58',
  4810. 'field_id' => '32',
  4811. 'field_name' => 'field_text_sum_plain',
  4812. 'entity_type' => 'node',
  4813. 'bundle' => 'page',
  4814. 'data' => 'a:7:{s:5:"label";s:18:"Text summary plain";s:6:"widget";a:5:{s:6:"weight";s:2:"10";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:7;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4815. 'deleted' => '0',
  4816. ))
  4817. ->values(array(
  4818. 'id' => '59',
  4819. 'field_id' => '33',
  4820. 'field_name' => 'field_text_sum_filtered',
  4821. 'entity_type' => 'node',
  4822. 'bundle' => 'page',
  4823. 'data' => 'a:7:{s:5:"label";s:21:"Text summary filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"12";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"1";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:8;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4824. 'deleted' => '0',
  4825. ))
  4826. ->values(array(
  4827. 'id' => '60',
  4828. 'field_id' => '34',
  4829. 'field_name' => 'field_text_sum_plain_filtered',
  4830. 'entity_type' => 'node',
  4831. 'bundle' => 'page',
  4832. 'data' => 'a:7:{s:5:"label";s:31:"Text summary plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"14";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"1";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:9;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4833. 'deleted' => '0',
  4834. ))
  4835. ->values(array(
  4836. 'id' => '61',
  4837. 'field_id' => '35',
  4838. 'field_name' => 'field_datetime_without_time',
  4839. 'entity_type' => 'node',
  4840. 'bundle' => 'test_content_type',
  4841. 'data' => 'a:6:{s:5:"label";s:21:"Datetime without time";s:6:"widget";a:5:{s:6:"weight";s:1:"2";s:4:"type";s:11:"date_select";s:6:"module";s:4:"date";s:6:"active";i:1;s:8:"settings";a:6:{s:12:"input_format";s:13:"m/d/Y - H:i:s";s:19:"input_format_custom";s:0:"";s:10:"year_range";s:5:"-3:+3";s:9:"increment";s:2:"15";s:14:"label_position";s:5:"above";s:10:"text_parts";a:0:{}}}s:8:"settings";a:5:{s:13:"default_value";s:3:"now";s:18:"default_value_code";s:0:"";s:14:"default_value2";s:4:"same";s:19:"default_value_code2";s:0:"";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"date_default";s:6:"weight";s:1:"3";s:8:"settings";a:5:{s:11:"format_type";s:4:"long";s:15:"multiple_number";s:0:"";s:13:"multiple_from";s:0:"";s:11:"multiple_to";s:0:"";s:6:"fromto";s:4:"both";}s:6:"module";s:4:"date";}}s:8:"required";i:0;s:11:"description";s:0:"";}',
  4842. 'deleted' => '0',
  4843. ))
  4844. ->values(array(
  4845. 'id' => '62',
  4846. 'field_id' => '36',
  4847. 'field_name' => 'field_date_without_time',
  4848. 'entity_type' => 'node',
  4849. 'bundle' => 'test_content_type',
  4850. 'data' => 'a:6:{s:5:"label";s:17:"Date without time";s:6:"widget";a:5:{s:6:"weight";s:1:"2";s:4:"type";s:11:"date_select";s:6:"module";s:4:"date";s:6:"active";i:1;s:8:"settings";a:6:{s:12:"input_format";s:13:"m/d/Y - H:i:s";s:19:"input_format_custom";s:0:"";s:10:"year_range";s:5:"-3:+3";s:9:"increment";s:2:"15";s:14:"label_position";s:5:"above";s:10:"text_parts";a:0:{}}}s:8:"settings";a:5:{s:13:"default_value";s:3:"now";s:18:"default_value_code";s:0:"";s:14:"default_value2";s:4:"same";s:19:"default_value_code2";s:0:"";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"date_default";s:6:"weight";s:1:"3";s:8:"settings";a:5:{s:11:"format_type";s:4:"long";s:15:"multiple_number";s:0:"";s:13:"multiple_from";s:0:"";s:11:"multiple_to";s:0:"";s:6:"fromto";s:4:"both";}s:6:"module";s:4:"date";}}s:8:"required";i:0;s:11:"description";s:0:"";}',
  4851. 'deleted' => '0',
  4852. ))
  4853. ->values(array(
  4854. 'id' => '63',
  4855. 'field_id' => '37',
  4856. 'field_name' => 'field_float_list',
  4857. 'entity_type' => 'node',
  4858. 'bundle' => 'test_content_type',
  4859. 'data' => 'a:7:{s:5:"label";s:10:"Float List";s:6:"widget";a:5:{s:6:"weight";s:2:"20";s:4:"type";s:14:"options_select";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:1:{s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"list_default";s:8:"settings";a:0:{}s:6:"module";s:4:"list";s:6:"weight";i:19;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4860. 'deleted' => '0',
  4861. ))
  4862. ->values(array(
  4863. 'id' => '64',
  4864. 'field_id' => '38',
  4865. 'field_name' => 'field_reference',
  4866. 'entity_type' => 'node',
  4867. 'bundle' => 'article',
  4868. 'data' => 'a:7:{s:5:"label";s:9:"Reference";s:6:"widget";a:5:{s:6:"weight";s:2:"20";s:4:"type";s:14:"options_select";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:21:"entityreference_label";s:6:"weight";s:2:"20";s:8:"settings";a:2:{s:13:"bypass_access";i:0;s:4:"link";i:1;}s:6:"module";s:15:"entityreference";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4869. 'deleted' => '0',
  4870. ))
  4871. ->values(array(
  4872. 'id' => '65',
  4873. 'field_id' => '39',
  4874. 'field_name' => 'field_reference_2',
  4875. 'entity_type' => 'node',
  4876. 'bundle' => 'article',
  4877. 'data' => 'a:6:{s:5:"label";s:11:"Reference 2";s:6:"widget";a:4:{s:4:"type";s:33:"entityreference_autocomplete_tags";s:6:"weight";s:2:"21";s:8:"settings";a:3:{s:14:"match_operator";s:8:"CONTAINS";s:4:"size";i:60;s:4:"path";s:0:"";}s:6:"module";s:15:"entityreference";}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:27:"entityreference_entity_view";s:6:"weight";s:2:"21";s:8:"settings";a:3:{s:9:"view_mode";s:7:"default";s:5:"links";b:1;s:20:"use_content_language";b:1;}s:6:"module";s:15:"entityreference";}}s:8:"required";b:0;s:11:"description";s:0:"";}',
  4878. 'deleted' => '0',
  4879. ))
  4880. ->values(array(
  4881. 'id' => '66',
  4882. 'field_id' => '38',
  4883. 'field_name' => 'field_reference',
  4884. 'entity_type' => 'user',
  4885. 'bundle' => 'user',
  4886. 'data' => 'a:7:{s:5:"label";s:9:"Reference";s:6:"widget";a:5:{s:6:"weight";s:2:"11";s:4:"type";s:14:"options_select";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:2:{s:18:"user_register_form";i:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:21:"entityreference_label";s:8:"settings";a:2:{s:4:"link";b:0;s:13:"bypass_access";b:0;}s:6:"module";s:15:"entityreference";s:6:"weight";i:9;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4887. 'deleted' => '0',
  4888. ))
  4889. ->values(array(
  4890. 'id' => '67',
  4891. 'field_id' => '40',
  4892. 'field_name' => 'title_field',
  4893. 'entity_type' => 'node',
  4894. 'bundle' => 'test_content_type',
  4895. 'data' => 'a:6:{s:5:"label";s:5:"Title";s:11:"description";s:0:"";s:8:"required";b:1;s:8:"settings";a:4:{s:15:"text_processing";i:0;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:14:"text_textfield";s:8:"settings";a:1:{s:4:"size";i:60;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:20;}}}',
  4896. 'deleted' => '0',
  4897. ))
  4898. ->values(array(
  4899. 'id' => '68',
  4900. 'field_id' => '41',
  4901. 'field_name' => 'subject_field',
  4902. 'entity_type' => 'comment',
  4903. 'bundle' => 'comment_node_article',
  4904. 'data' => 'a:6:{s:5:"label";s:7:"Subject";s:11:"description";s:0:"";s:8:"required";b:1;s:8:"settings";a:4:{s:15:"text_processing";i:0;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:14:"text_textfield";s:8:"settings";a:1:{s:4:"size";i:60;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:1;}}}',
  4905. 'deleted' => '0',
  4906. ))
  4907. ->values(array(
  4908. 'id' => '69',
  4909. 'field_id' => '42',
  4910. 'field_name' => 'name_field',
  4911. 'entity_type' => 'taxonomy_term',
  4912. 'bundle' => 'test_vocabulary',
  4913. 'data' => 'a:6:{s:5:"label";s:4:"Name";s:11:"description";s:0:"";s:8:"required";b:1;s:8:"settings";a:4:{s:15:"text_processing";i:0;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:14:"text_textfield";s:8:"settings";a:1:{s:4:"size";i:60;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:14;}}}',
  4914. 'deleted' => '0',
  4915. ))
  4916. ->values(array(
  4917. 'id' => '70',
  4918. 'field_id' => '43',
  4919. 'field_name' => 'description_field',
  4920. 'entity_type' => 'taxonomy_term',
  4921. 'bundle' => 'test_vocabulary',
  4922. 'data' => 'a:6:{s:8:"required";b:0;s:5:"label";s:11:"Description";s:11:"description";s:0:"";s:8:"settings";a:5:{s:15:"text_processing";i:1;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:15:"display_summary";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:26:"text_textarea_with_summary";s:8:"settings";a:2:{s:4:"rows";i:20;s:12:"summary_rows";i:5;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:15;}}}',
  4923. 'deleted' => '0',
  4924. ))
  4925. ->values(array(
  4926. 'id' => '71',
  4927. 'field_id' => '41',
  4928. 'field_name' => 'subject_field',
  4929. 'entity_type' => 'comment',
  4930. 'bundle' => 'comment_node_test_content_type',
  4931. 'data' => 'a:6:{s:5:"label";s:7:"Subject";s:11:"description";s:0:"";s:8:"required";b:1;s:8:"settings";a:4:{s:15:"text_processing";i:0;s:10:"hide_label";a:2:{s:4:"page";b:0;s:6:"entity";b:0;}s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:6:"weight";i:-5;s:4:"type";s:14:"text_textfield";s:8:"settings";a:1:{s:4:"size";i:60;}s:6:"module";s:4:"text";}s:7:"display";a:1:{s:7:"default";a:4:{s:4:"type";s:6:"hidden";s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"weight";i:1;}}}',
  4932. 'deleted' => '0',
  4933. ))
  4934. ->values(array(
  4935. 'id' => '72',
  4936. 'field_id' => '44',
  4937. 'field_name' => 'field_vocab_localize',
  4938. 'entity_type' => 'node',
  4939. 'bundle' => 'article',
  4940. 'data' => 'a:7:{s:5:"label";s:14:"vocab_localize";s:6:"widget";a:5:{s:6:"weight";s:2:"22";s:4:"type";s:15:"options_buttons";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:33:"i18n_taxonomy_term_reference_link";s:8:"settings";a:0:{}s:6:"module";s:13:"i18n_taxonomy";s:6:"weight";i:22;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4941. 'deleted' => '0',
  4942. ))
  4943. ->values(array(
  4944. 'id' => '73',
  4945. 'field_id' => '45',
  4946. 'field_name' => 'field_vocab_translate',
  4947. 'entity_type' => 'node',
  4948. 'bundle' => 'article',
  4949. 'data' => 'a:7:{s:5:"label";s:15:"vocab_translate";s:6:"widget";a:5:{s:6:"weight";s:2:"23";s:4:"type";s:21:"taxonomy_autocomplete";s:6:"module";s:8:"taxonomy";s:6:"active";i:0;s:8:"settings";a:2:{s:4:"size";i:60;s:17:"autocomplete_path";s:21:"taxonomy/autocomplete";}}s:8:"settings";a:3:{s:50:"entity_translation_taxonomy_autocomplete_translate";b:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:33:"i18n_taxonomy_term_reference_link";s:8:"settings";a:0:{}s:6:"module";s:13:"i18n_taxonomy";s:6:"weight";i:23;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4950. 'deleted' => '0',
  4951. ))
  4952. ->values(array(
  4953. 'id' => '74',
  4954. 'field_id' => '46',
  4955. 'field_name' => 'field_vocab_fixed',
  4956. 'entity_type' => 'node',
  4957. 'bundle' => 'article',
  4958. 'data' => 'a:7:{s:5:"label";s:11:"vocab_fixed";s:6:"widget";a:5:{s:6:"weight";s:2:"24";s:4:"type";s:14:"options_select";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:33:"i18n_taxonomy_term_reference_link";s:8:"settings";a:0:{}s:6:"module";s:13:"i18n_taxonomy";s:6:"weight";i:24;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4959. 'deleted' => '0',
  4960. ))
  4961. ->values(array(
  4962. 'id' => '76',
  4963. 'field_id' => '48',
  4964. 'field_name' => 'field_color',
  4965. 'entity_type' => 'node',
  4966. 'bundle' => 'blog',
  4967. 'data' => 'a:7:{s:5:"label";s:5:"Color";s:6:"widget";a:5:{s:6:"weight";s:2:"11";s:4:"type";s:14:"options_select";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"list_default";s:8:"settings";a:0:{}s:6:"module";s:4:"list";s:6:"weight";i:10;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4968. 'deleted' => '0',
  4969. ))
  4970. ->values(array(
  4971. 'id' => '77',
  4972. 'field_id' => '49',
  4973. 'field_name' => 'field_rating',
  4974. 'entity_type' => 'node',
  4975. 'bundle' => 'blog',
  4976. 'data' => 'a:7:{s:5:"label";s:6:"Rating";s:6:"widget";a:5:{s:6:"weight";s:2:"12";s:4:"type";s:15:"options_buttons";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"list_default";s:8:"settings";a:0:{}s:6:"module";s:4:"list";s:6:"weight";i:11;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
  4977. 'deleted' => '0',
  4978. ))
  4979. ->values(array(
  4980. 'id' => '78',
  4981. 'field_id' => '6',
  4982. 'field_name' => 'field_boolean',
  4983. 'entity_type' => 'node',
  4984. 'bundle' => 'blog',
  4985. 'data' => 'a:6:{s:5:"label";s:7:"Boolean";s:6:"widget";a:4:{s:4:"type";s:13:"options_onoff";s:6:"weight";s:2:"14";s:8:"settings";a:1:{s:13:"display_label";i:0;}s:6:"module";s:7:"options";}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"list_default";s:8:"settings";a:0:{}s:6:"module";s:4:"list";s:6:"weight";i:12;}}s:8:"required";b:0;s:11:"description";s:0:"";}',
  4986. 'deleted' => '0',
  4987. ))
  4988. ->execute();
  4989. $connection->schema()->createTable('field_data_body', array(
  4990. 'fields' => array(
  4991. 'entity_type' => array(
  4992. 'type' => 'varchar',
  4993. 'not null' => TRUE,
  4994. 'length' => '128',
  4995. 'default' => '',
  4996. ),
  4997. 'bundle' => array(
  4998. 'type' => 'varchar',
  4999. 'not null' => TRUE,
  5000. 'length' => '128',
  5001. 'default' => '',
  5002. ),
  5003. 'deleted' => array(
  5004. 'type' => 'int',
  5005. 'not null' => TRUE,
  5006. 'size' => 'normal',
  5007. 'default' => '0',
  5008. ),
  5009. 'entity_id' => array(
  5010. 'type' => 'int',
  5011. 'not null' => TRUE,
  5012. 'size' => 'normal',
  5013. 'unsigned' => TRUE,
  5014. ),
  5015. 'revision_id' => array(
  5016. 'type' => 'int',
  5017. 'not null' => FALSE,
  5018. 'size' => 'normal',
  5019. 'unsigned' => TRUE,
  5020. ),
  5021. 'language' => array(
  5022. 'type' => 'varchar',
  5023. 'not null' => TRUE,
  5024. 'length' => '32',
  5025. 'default' => '',
  5026. ),
  5027. 'delta' => array(
  5028. 'type' => 'int',
  5029. 'not null' => TRUE,
  5030. 'size' => 'normal',
  5031. 'unsigned' => TRUE,
  5032. ),
  5033. 'body_value' => array(
  5034. 'type' => 'text',
  5035. 'not null' => FALSE,
  5036. 'size' => 'normal',
  5037. ),
  5038. 'body_summary' => array(
  5039. 'type' => 'text',
  5040. 'not null' => FALSE,
  5041. 'size' => 'normal',
  5042. ),
  5043. 'body_format' => array(
  5044. 'type' => 'varchar',
  5045. 'not null' => FALSE,
  5046. 'length' => '255',
  5047. ),
  5048. ),
  5049. 'primary key' => array(
  5050. 'entity_type',
  5051. 'deleted',
  5052. 'entity_id',
  5053. 'language',
  5054. 'delta',
  5055. ),
  5056. 'mysql_character_set' => 'utf8',
  5057. ));
  5058. $connection->insert('field_data_body')
  5059. ->fields(array(
  5060. 'entity_type',
  5061. 'bundle',
  5062. 'deleted',
  5063. 'entity_id',
  5064. 'revision_id',
  5065. 'language',
  5066. 'delta',
  5067. 'body_value',
  5068. 'body_summary',
  5069. 'body_format',
  5070. ))
  5071. ->values(array(
  5072. 'entity_type' => 'node',
  5073. 'bundle' => 'article',
  5074. 'deleted' => '0',
  5075. 'entity_id' => '2',
  5076. 'revision_id' => '2',
  5077. 'language' => 'und',
  5078. 'delta' => '0',
  5079. 'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
  5080. 'body_summary' => '',
  5081. 'body_format' => 'filtered_html',
  5082. ))
  5083. ->values(array(
  5084. 'entity_type' => 'node',
  5085. 'bundle' => 'article',
  5086. 'deleted' => '0',
  5087. 'entity_id' => '3',
  5088. 'revision_id' => '3',
  5089. 'language' => 'und',
  5090. 'delta' => '0',
  5091. 'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
  5092. 'body_summary' => '',
  5093. 'body_format' => 'filtered_html',
  5094. ))
  5095. ->values(array(
  5096. 'entity_type' => 'node',
  5097. 'bundle' => 'blog',
  5098. 'deleted' => '0',
  5099. 'entity_id' => '8',
  5100. 'revision_id' => '8',
  5101. 'language' => 'und',
  5102. 'delta' => '0',
  5103. 'body_value' => "'Tis everywhere.",
  5104. 'body_summary' => '',
  5105. 'body_format' => 'filtered_html',
  5106. ))
  5107. ->values(array(
  5108. 'entity_type' => 'node',
  5109. 'bundle' => 'blog',
  5110. 'deleted' => '0',
  5111. 'entity_id' => '9',
  5112. 'revision_id' => '9',
  5113. 'language' => 'und',
  5114. 'delta' => '0',
  5115. 'body_value' => "fr - 'Tis everywhere.",
  5116. 'body_summary' => '',
  5117. 'body_format' => 'filtered_html',
  5118. ))
  5119. ->values(array(
  5120. 'entity_type' => 'node',
  5121. 'bundle' => 'blog',
  5122. 'deleted' => '0',
  5123. 'entity_id' => '10',
  5124. 'revision_id' => '10',
  5125. 'language' => 'und',
  5126. 'delta' => '0',
  5127. 'body_value' => "is - 'Tis everywhere.",
  5128. 'body_summary' => '',
  5129. 'body_format' => 'filtered_html',
  5130. ))
  5131. ->execute();
  5132. $connection->schema()->createTable('field_data_comment_body', array(
  5133. 'fields' => array(
  5134. 'entity_type' => array(
  5135. 'type' => 'varchar',
  5136. 'not null' => TRUE,
  5137. 'length' => '128',
  5138. 'default' => '',
  5139. ),
  5140. 'bundle' => array(
  5141. 'type' => 'varchar',
  5142. 'not null' => TRUE,
  5143. 'length' => '128',
  5144. 'default' => '',
  5145. ),
  5146. 'deleted' => array(
  5147. 'type' => 'int',
  5148. 'not null' => TRUE,
  5149. 'size' => 'normal',
  5150. 'default' => '0',
  5151. ),
  5152. 'entity_id' => array(
  5153. 'type' => 'int',
  5154. 'not null' => TRUE,
  5155. 'size' => 'normal',
  5156. 'unsigned' => TRUE,
  5157. ),
  5158. 'revision_id' => array(
  5159. 'type' => 'int',
  5160. 'not null' => FALSE,
  5161. 'size' => 'normal',
  5162. 'unsigned' => TRUE,
  5163. ),
  5164. 'language' => array(
  5165. 'type' => 'varchar',
  5166. 'not null' => TRUE,
  5167. 'length' => '32',
  5168. 'default' => '',
  5169. ),
  5170. 'delta' => array(
  5171. 'type' => 'int',
  5172. 'not null' => TRUE,
  5173. 'size' => 'normal',
  5174. 'unsigned' => TRUE,
  5175. ),
  5176. 'comment_body_value' => array(
  5177. 'type' => 'text',
  5178. 'not null' => FALSE,
  5179. 'size' => 'normal',
  5180. ),
  5181. 'comment_body_format' => array(
  5182. 'type' => 'varchar',
  5183. 'not null' => FALSE,
  5184. 'length' => '255',
  5185. ),
  5186. ),
  5187. 'primary key' => array(
  5188. 'entity_type',
  5189. 'deleted',
  5190. 'entity_id',
  5191. 'language',
  5192. 'delta',
  5193. ),
  5194. 'mysql_character_set' => 'utf8',
  5195. ));
  5196. $connection->insert('field_data_comment_body')
  5197. ->fields(array(
  5198. 'entity_type',
  5199. 'bundle',
  5200. 'deleted',
  5201. 'entity_id',
  5202. 'revision_id',
  5203. 'language',
  5204. 'delta',
  5205. 'comment_body_value',
  5206. 'comment_body_format',
  5207. ))
  5208. ->values(array(
  5209. 'entity_type' => 'comment',
  5210. 'bundle' => 'comment_node_test_content_type',
  5211. 'deleted' => '0',
  5212. 'entity_id' => '1',
  5213. 'revision_id' => '1',
  5214. 'language' => 'und',
  5215. 'delta' => '0',
  5216. 'comment_body_value' => 'This is a comment',
  5217. 'comment_body_format' => 'filtered_html',
  5218. ))
  5219. ->values(array(
  5220. 'entity_type' => 'comment',
  5221. 'bundle' => 'comment_node_article',
  5222. 'deleted' => '0',
  5223. 'entity_id' => '2',
  5224. 'revision_id' => '2',
  5225. 'language' => 'und',
  5226. 'delta' => '0',
  5227. 'comment_body_value' => 'TNG is better than DS9.',
  5228. 'comment_body_format' => 'filtered_html',
  5229. ))
  5230. ->values(array(
  5231. 'entity_type' => 'comment',
  5232. 'bundle' => 'comment_node_article',
  5233. 'deleted' => '0',
  5234. 'entity_id' => '3',
  5235. 'revision_id' => '3',
  5236. 'language' => 'und',
  5237. 'delta' => '0',
  5238. 'comment_body_value' => 'This is a comment to an Icelandic translation.',
  5239. 'comment_body_format' => 'filtered_html',
  5240. ))
  5241. ->values(array(
  5242. 'entity_type' => 'comment',
  5243. 'bundle' => 'comment_node_test_content_type',
  5244. 'deleted' => '0',
  5245. 'entity_id' => '4',
  5246. 'revision_id' => '4',
  5247. 'language' => 'und',
  5248. 'delta' => '0',
  5249. 'comment_body_value' => 'A comment without language (migrated from Drupal 6)',
  5250. 'comment_body_format' => 'filtered_html',
  5251. ))
  5252. ->execute();
  5253. $connection->schema()->createTable('field_data_description_field', array(
  5254. 'fields' => array(
  5255. 'entity_type' => array(
  5256. 'type' => 'varchar',
  5257. 'not null' => TRUE,
  5258. 'length' => '128',
  5259. 'default' => '',
  5260. ),
  5261. 'bundle' => array(
  5262. 'type' => 'varchar',
  5263. 'not null' => TRUE,
  5264. 'length' => '128',
  5265. 'default' => '',
  5266. ),
  5267. 'deleted' => array(
  5268. 'type' => 'int',
  5269. 'not null' => TRUE,
  5270. 'size' => 'tiny',
  5271. 'default' => '0',
  5272. ),
  5273. 'entity_id' => array(
  5274. 'type' => 'int',
  5275. 'not null' => TRUE,
  5276. 'size' => 'normal',
  5277. 'unsigned' => TRUE,
  5278. ),
  5279. 'revision_id' => array(
  5280. 'type' => 'int',
  5281. 'not null' => FALSE,
  5282. 'size' => 'normal',
  5283. 'unsigned' => TRUE,
  5284. ),
  5285. 'language' => array(
  5286. 'type' => 'varchar',
  5287. 'not null' => TRUE,
  5288. 'length' => '32',
  5289. 'default' => '',
  5290. ),
  5291. 'delta' => array(
  5292. 'type' => 'int',
  5293. 'not null' => TRUE,
  5294. 'size' => 'normal',
  5295. 'unsigned' => TRUE,
  5296. ),
  5297. 'description_field_value' => array(
  5298. 'type' => 'text',
  5299. 'not null' => FALSE,
  5300. 'size' => 'big',
  5301. ),
  5302. 'description_field_summary' => array(
  5303. 'type' => 'text',
  5304. 'not null' => FALSE,
  5305. 'size' => 'big',
  5306. ),
  5307. 'description_field_format' => array(
  5308. 'type' => 'varchar',
  5309. 'not null' => FALSE,
  5310. 'length' => '255',
  5311. ),
  5312. ),
  5313. 'primary key' => array(
  5314. 'entity_type',
  5315. 'entity_id',
  5316. 'deleted',
  5317. 'delta',
  5318. 'language',
  5319. ),
  5320. 'indexes' => array(
  5321. 'entity_type' => array(
  5322. 'entity_type',
  5323. ),
  5324. 'bundle' => array(
  5325. 'bundle',
  5326. ),
  5327. 'deleted' => array(
  5328. 'deleted',
  5329. ),
  5330. 'entity_id' => array(
  5331. 'entity_id',
  5332. ),
  5333. 'revision_id' => array(
  5334. 'revision_id',
  5335. ),
  5336. 'language' => array(
  5337. 'language',
  5338. ),
  5339. 'description_field_format' => array(
  5340. array(
  5341. 'description_field_format',
  5342. '191',
  5343. ),
  5344. ),
  5345. ),
  5346. 'mysql_character_set' => 'utf8',
  5347. ));
  5348. $connection->insert('field_data_description_field')
  5349. ->fields(array(
  5350. 'entity_type',
  5351. 'bundle',
  5352. 'deleted',
  5353. 'entity_id',
  5354. 'revision_id',
  5355. 'language',
  5356. 'delta',
  5357. 'description_field_value',
  5358. 'description_field_summary',
  5359. 'description_field_format',
  5360. ))
  5361. ->values(array(
  5362. 'entity_type' => 'taxonomy_term',
  5363. 'bundle' => 'test_vocabulary',
  5364. 'deleted' => '0',
  5365. 'entity_id' => '2',
  5366. 'revision_id' => '2',
  5367. 'language' => 'en',
  5368. 'delta' => '0',
  5369. 'description_field_value' => 'The first term. (This is a real field!)',
  5370. 'description_field_summary' => '',
  5371. 'description_field_format' => 'filtered_html',
  5372. ))
  5373. ->values(array(
  5374. 'entity_type' => 'taxonomy_term',
  5375. 'bundle' => 'test_vocabulary',
  5376. 'deleted' => '0',
  5377. 'entity_id' => '3',
  5378. 'revision_id' => '3',
  5379. 'language' => 'en',
  5380. 'delta' => '0',
  5381. 'description_field_value' => 'The second term.',
  5382. 'description_field_summary' => '',
  5383. 'description_field_format' => 'filtered_html',
  5384. ))
  5385. ->values(array(
  5386. 'entity_type' => 'taxonomy_term',
  5387. 'bundle' => 'test_vocabulary',
  5388. 'deleted' => '0',
  5389. 'entity_id' => '4',
  5390. 'revision_id' => '4',
  5391. 'language' => 'en',
  5392. 'delta' => '0',
  5393. 'description_field_value' => 'The third term in plain old English.',
  5394. 'description_field_summary' => '',
  5395. 'description_field_format' => 'full_html',
  5396. ))
  5397. ->values(array(
  5398. 'entity_type' => 'taxonomy_term',
  5399. 'bundle' => 'test_vocabulary',
  5400. 'deleted' => '0',
  5401. 'entity_id' => '4',
  5402. 'revision_id' => '4',
  5403. 'language' => 'fr',
  5404. 'delta' => '0',
  5405. 'description_field_value' => "The third term en français s'il vous plaît.",
  5406. 'description_field_summary' => '',
  5407. 'description_field_format' => 'filtered_html',
  5408. ))
  5409. ->values(array(
  5410. 'entity_type' => 'taxonomy_term',
  5411. 'bundle' => 'test_vocabulary',
  5412. 'deleted' => '0',
  5413. 'entity_id' => '4',
  5414. 'revision_id' => '4',
  5415. 'language' => 'is',
  5416. 'delta' => '0',
  5417. 'description_field_value' => 'The third term á íslensku.',
  5418. 'description_field_summary' => '',
  5419. 'description_field_format' => 'plain_text',
  5420. ))
  5421. ->execute();
  5422. $connection->schema()->createTable('field_data_field_boolean', array(
  5423. 'fields' => array(
  5424. 'entity_type' => array(
  5425. 'type' => 'varchar',
  5426. 'not null' => TRUE,
  5427. 'length' => '128',
  5428. 'default' => '',
  5429. ),
  5430. 'bundle' => array(
  5431. 'type' => 'varchar',
  5432. 'not null' => TRUE,
  5433. 'length' => '128',
  5434. 'default' => '',
  5435. ),
  5436. 'deleted' => array(
  5437. 'type' => 'int',
  5438. 'not null' => TRUE,
  5439. 'size' => 'normal',
  5440. 'default' => '0',
  5441. ),
  5442. 'entity_id' => array(
  5443. 'type' => 'int',
  5444. 'not null' => TRUE,
  5445. 'size' => 'normal',
  5446. 'unsigned' => TRUE,
  5447. ),
  5448. 'revision_id' => array(
  5449. 'type' => 'int',
  5450. 'not null' => FALSE,
  5451. 'size' => 'normal',
  5452. 'unsigned' => TRUE,
  5453. ),
  5454. 'language' => array(
  5455. 'type' => 'varchar',
  5456. 'not null' => TRUE,
  5457. 'length' => '32',
  5458. 'default' => '',
  5459. ),
  5460. 'delta' => array(
  5461. 'type' => 'int',
  5462. 'not null' => TRUE,
  5463. 'size' => 'normal',
  5464. 'unsigned' => TRUE,
  5465. ),
  5466. 'field_boolean_value' => array(
  5467. 'type' => 'int',
  5468. 'not null' => FALSE,
  5469. 'size' => 'normal',
  5470. ),
  5471. ),
  5472. 'primary key' => array(
  5473. 'entity_type',
  5474. 'deleted',
  5475. 'entity_id',
  5476. 'language',
  5477. 'delta',
  5478. ),
  5479. 'mysql_character_set' => 'utf8',
  5480. ));
  5481. $connection->insert('field_data_field_boolean')
  5482. ->fields(array(
  5483. 'entity_type',
  5484. 'bundle',
  5485. 'deleted',
  5486. 'entity_id',
  5487. 'revision_id',
  5488. 'language',
  5489. 'delta',
  5490. 'field_boolean_value',
  5491. ))
  5492. ->values(array(
  5493. 'entity_type' => 'node',
  5494. 'bundle' => 'test_content_type',
  5495. 'deleted' => '0',
  5496. 'entity_id' => '1',
  5497. 'revision_id' => '1',
  5498. 'language' => 'fr',
  5499. 'delta' => '0',
  5500. 'field_boolean_value' => '1',
  5501. ))
  5502. ->values(array(
  5503. 'entity_type' => 'node',
  5504. 'bundle' => 'test_content_type',
  5505. 'deleted' => '0',
  5506. 'entity_id' => '1',
  5507. 'revision_id' => '1',
  5508. 'language' => 'is',
  5509. 'delta' => '0',
  5510. 'field_boolean_value' => '1',
  5511. ))
  5512. ->execute();
  5513. $connection->schema()->createTable('field_data_field_color', array(
  5514. 'fields' => array(
  5515. 'entity_type' => array(
  5516. 'type' => 'varchar',
  5517. 'not null' => TRUE,
  5518. 'length' => '128',
  5519. 'default' => '',
  5520. ),
  5521. 'bundle' => array(
  5522. 'type' => 'varchar',
  5523. 'not null' => TRUE,
  5524. 'length' => '128',
  5525. 'default' => '',
  5526. ),
  5527. 'deleted' => array(
  5528. 'type' => 'int',
  5529. 'not null' => TRUE,
  5530. 'size' => 'tiny',
  5531. 'default' => '0',
  5532. ),
  5533. 'entity_id' => array(
  5534. 'type' => 'int',
  5535. 'not null' => TRUE,
  5536. 'size' => 'normal',
  5537. 'unsigned' => TRUE,
  5538. ),
  5539. 'revision_id' => array(
  5540. 'type' => 'int',
  5541. 'not null' => FALSE,
  5542. 'size' => 'normal',
  5543. 'unsigned' => TRUE,
  5544. ),
  5545. 'language' => array(
  5546. 'type' => 'varchar',
  5547. 'not null' => TRUE,
  5548. 'length' => '32',
  5549. 'default' => '',
  5550. ),
  5551. 'delta' => array(
  5552. 'type' => 'int',
  5553. 'not null' => TRUE,
  5554. 'size' => 'normal',
  5555. 'unsigned' => TRUE,
  5556. ),
  5557. 'field_color_value' => array(
  5558. 'type' => 'varchar',
  5559. 'not null' => FALSE,
  5560. 'length' => '255',
  5561. ),
  5562. ),
  5563. 'primary key' => array(
  5564. 'entity_type',
  5565. 'entity_id',
  5566. 'deleted',
  5567. 'delta',
  5568. 'language',
  5569. ),
  5570. 'indexes' => array(
  5571. 'entity_type' => array(
  5572. 'entity_type',
  5573. ),
  5574. 'bundle' => array(
  5575. 'bundle',
  5576. ),
  5577. 'deleted' => array(
  5578. 'deleted',
  5579. ),
  5580. 'entity_id' => array(
  5581. 'entity_id',
  5582. ),
  5583. 'revision_id' => array(
  5584. 'revision_id',
  5585. ),
  5586. 'language' => array(
  5587. 'language',
  5588. ),
  5589. 'field_color_value' => array(
  5590. array(
  5591. 'field_color_value',
  5592. '191',
  5593. ),
  5594. ),
  5595. ),
  5596. 'mysql_character_set' => 'utf8',
  5597. ));
  5598. $connection->insert('field_data_field_color')
  5599. ->fields(array(
  5600. 'entity_type',
  5601. 'bundle',
  5602. 'deleted',
  5603. 'entity_id',
  5604. 'revision_id',
  5605. 'language',
  5606. 'delta',
  5607. 'field_color_value',
  5608. ))
  5609. ->values(array(
  5610. 'entity_type' => 'node',
  5611. 'bundle' => 'blog',
  5612. 'deleted' => '0',
  5613. 'entity_id' => '8',
  5614. 'revision_id' => '8',
  5615. 'language' => 'en',
  5616. 'delta' => '0',
  5617. 'field_color_value' => '0',
  5618. ))
  5619. ->values(array(
  5620. 'entity_type' => 'node',
  5621. 'bundle' => 'blog',
  5622. 'deleted' => '0',
  5623. 'entity_id' => '9',
  5624. 'revision_id' => '9',
  5625. 'language' => 'fr',
  5626. 'delta' => '0',
  5627. 'field_color_value' => '1',
  5628. ))
  5629. ->values(array(
  5630. 'entity_type' => 'node',
  5631. 'bundle' => 'blog',
  5632. 'deleted' => '0',
  5633. 'entity_id' => '10',
  5634. 'revision_id' => '10',
  5635. 'language' => 'is',
  5636. 'delta' => '0',
  5637. 'field_color_value' => '0',
  5638. ))
  5639. ->execute();
  5640. $connection->schema()->createTable('field_data_field_date', array(
  5641. 'fields' => array(
  5642. 'entity_type' => array(
  5643. 'type' => 'varchar',
  5644. 'not null' => TRUE,
  5645. 'length' => '128',
  5646. 'default' => '',
  5647. ),
  5648. 'bundle' => array(
  5649. 'type' => 'varchar',
  5650. 'not null' => TRUE,
  5651. 'length' => '128',
  5652. 'default' => '',
  5653. ),
  5654. 'deleted' => array(
  5655. 'type' => 'int',
  5656. 'not null' => TRUE,
  5657. 'size' => 'normal',
  5658. 'default' => '0',
  5659. ),
  5660. 'entity_id' => array(
  5661. 'type' => 'int',
  5662. 'not null' => TRUE,
  5663. 'size' => 'normal',
  5664. 'unsigned' => TRUE,
  5665. ),
  5666. 'revision_id' => array(
  5667. 'type' => 'int',
  5668. 'not null' => FALSE,
  5669. 'size' => 'normal',
  5670. 'unsigned' => TRUE,
  5671. ),
  5672. 'language' => array(
  5673. 'type' => 'varchar',
  5674. 'not null' => TRUE,
  5675. 'length' => '32',
  5676. 'default' => '',
  5677. ),
  5678. 'delta' => array(
  5679. 'type' => 'int',
  5680. 'not null' => TRUE,
  5681. 'size' => 'normal',
  5682. 'unsigned' => TRUE,
  5683. ),
  5684. 'field_date_value' => array(
  5685. 'type' => 'varchar',
  5686. 'not null' => FALSE,
  5687. 'length' => '100',
  5688. ),
  5689. ),
  5690. 'primary key' => array(
  5691. 'entity_type',
  5692. 'deleted',
  5693. 'entity_id',
  5694. 'language',
  5695. 'delta',
  5696. ),
  5697. 'mysql_character_set' => 'utf8',
  5698. ));
  5699. $connection->insert('field_data_field_date')
  5700. ->fields(array(
  5701. 'entity_type',
  5702. 'bundle',
  5703. 'deleted',
  5704. 'entity_id',
  5705. 'revision_id',
  5706. 'language',
  5707. 'delta',
  5708. 'field_date_value',
  5709. ))
  5710. ->values(array(
  5711. 'entity_type' => 'node',
  5712. 'bundle' => 'test_content_type',
  5713. 'deleted' => '0',
  5714. 'entity_id' => '1',
  5715. 'revision_id' => '1',
  5716. 'language' => 'und',
  5717. 'delta' => '0',
  5718. 'field_date_value' => '2015-01-20 04:15:00',
  5719. ))
  5720. ->execute();
  5721. $connection->schema()->createTable('field_data_field_date_with_end_time', array(
  5722. 'fields' => array(
  5723. 'entity_type' => array(
  5724. 'type' => 'varchar',
  5725. 'not null' => TRUE,
  5726. 'length' => '128',
  5727. 'default' => '',
  5728. ),
  5729. 'bundle' => array(
  5730. 'type' => 'varchar',
  5731. 'not null' => TRUE,
  5732. 'length' => '128',
  5733. 'default' => '',
  5734. ),
  5735. 'deleted' => array(
  5736. 'type' => 'int',
  5737. 'not null' => TRUE,
  5738. 'size' => 'normal',
  5739. 'default' => '0',
  5740. ),
  5741. 'entity_id' => array(
  5742. 'type' => 'int',
  5743. 'not null' => TRUE,
  5744. 'size' => 'normal',
  5745. 'unsigned' => TRUE,
  5746. ),
  5747. 'revision_id' => array(
  5748. 'type' => 'int',
  5749. 'not null' => FALSE,
  5750. 'size' => 'normal',
  5751. 'unsigned' => TRUE,
  5752. ),
  5753. 'language' => array(
  5754. 'type' => 'varchar',
  5755. 'not null' => TRUE,
  5756. 'length' => '32',
  5757. 'default' => '',
  5758. ),
  5759. 'delta' => array(
  5760. 'type' => 'int',
  5761. 'not null' => TRUE,
  5762. 'size' => 'normal',
  5763. 'unsigned' => TRUE,
  5764. ),
  5765. 'field_date_with_end_time_value' => array(
  5766. 'type' => 'int',
  5767. 'not null' => FALSE,
  5768. 'size' => 'normal',
  5769. ),
  5770. 'field_date_with_end_time_value2' => array(
  5771. 'type' => 'int',
  5772. 'not null' => FALSE,
  5773. 'size' => 'normal',
  5774. ),
  5775. ),
  5776. 'primary key' => array(
  5777. 'entity_type',
  5778. 'deleted',
  5779. 'entity_id',
  5780. 'language',
  5781. 'delta',
  5782. ),
  5783. 'mysql_character_set' => 'utf8',
  5784. ));
  5785. $connection->insert('field_data_field_date_with_end_time')
  5786. ->fields(array(
  5787. 'entity_type',
  5788. 'bundle',
  5789. 'deleted',
  5790. 'entity_id',
  5791. 'revision_id',
  5792. 'language',
  5793. 'delta',
  5794. 'field_date_with_end_time_value',
  5795. 'field_date_with_end_time_value2',
  5796. ))
  5797. ->values(array(
  5798. 'entity_type' => 'node',
  5799. 'bundle' => 'test_content_type',
  5800. 'deleted' => '0',
  5801. 'entity_id' => '1',
  5802. 'revision_id' => '1',
  5803. 'language' => 'und',
  5804. 'delta' => '0',
  5805. 'field_date_with_end_time_value' => '1421727300',
  5806. 'field_date_with_end_time_value2' => '1421727300',
  5807. ))
  5808. ->execute();
  5809. $connection->schema()->createTable('field_data_field_date_without_time', array(
  5810. 'fields' => array(
  5811. 'entity_type' => array(
  5812. 'type' => 'varchar',
  5813. 'not null' => TRUE,
  5814. 'length' => '128',
  5815. 'default' => '',
  5816. ),
  5817. 'bundle' => array(
  5818. 'type' => 'varchar',
  5819. 'not null' => TRUE,
  5820. 'length' => '128',
  5821. 'default' => '',
  5822. ),
  5823. 'deleted' => array(
  5824. 'type' => 'int',
  5825. 'not null' => TRUE,
  5826. 'size' => 'normal',
  5827. 'default' => '0',
  5828. ),
  5829. 'entity_id' => array(
  5830. 'type' => 'int',
  5831. 'not null' => TRUE,
  5832. 'size' => 'normal',
  5833. 'unsigned' => TRUE,
  5834. ),
  5835. 'revision_id' => array(
  5836. 'type' => 'int',
  5837. 'not null' => FALSE,
  5838. 'size' => 'normal',
  5839. 'unsigned' => TRUE,
  5840. ),
  5841. 'language' => array(
  5842. 'type' => 'varchar',
  5843. 'not null' => TRUE,
  5844. 'length' => '32',
  5845. 'default' => '',
  5846. ),
  5847. 'delta' => array(
  5848. 'type' => 'int',
  5849. 'not null' => TRUE,
  5850. 'size' => 'normal',
  5851. 'unsigned' => TRUE,
  5852. ),
  5853. 'field_date_without_time_value' => array(
  5854. 'type' => 'varchar',
  5855. 'not null' => FALSE,
  5856. 'length' => '100',
  5857. ),
  5858. ),
  5859. 'primary key' => array(
  5860. 'entity_type',
  5861. 'deleted',
  5862. 'entity_id',
  5863. 'language',
  5864. 'delta',
  5865. ),
  5866. 'mysql_character_set' => 'utf8',
  5867. ));
  5868. $connection->insert('field_data_field_date_without_time')
  5869. ->fields(array(
  5870. 'entity_type',
  5871. 'bundle',
  5872. 'deleted',
  5873. 'entity_id',
  5874. 'revision_id',
  5875. 'language',
  5876. 'delta',
  5877. 'field_date_without_time_value',
  5878. ))
  5879. ->values(array(
  5880. 'entity_type' => 'node',
  5881. 'bundle' => 'test_content_type',
  5882. 'deleted' => '0',
  5883. 'entity_id' => '1',
  5884. 'revision_id' => '1',
  5885. 'language' => 'und',
  5886. 'delta' => '0',
  5887. 'field_date_without_time_value' => '2015-01-20T00:00:00',
  5888. ))
  5889. ->execute();
  5890. $connection->schema()->createTable('field_data_field_datetime_without_time', array(
  5891. 'fields' => array(
  5892. 'entity_type' => array(
  5893. 'type' => 'varchar',
  5894. 'not null' => TRUE,
  5895. 'length' => '128',
  5896. 'default' => '',
  5897. ),
  5898. 'bundle' => array(
  5899. 'type' => 'varchar',
  5900. 'not null' => TRUE,
  5901. 'length' => '128',
  5902. 'default' => '',
  5903. ),
  5904. 'deleted' => array(
  5905. 'type' => 'int',
  5906. 'not null' => TRUE,
  5907. 'size' => 'normal',
  5908. 'default' => '0',
  5909. ),
  5910. 'entity_id' => array(
  5911. 'type' => 'int',
  5912. 'not null' => TRUE,
  5913. 'size' => 'normal',
  5914. 'unsigned' => TRUE,
  5915. ),
  5916. 'revision_id' => array(
  5917. 'type' => 'int',
  5918. 'not null' => FALSE,
  5919. 'size' => 'normal',
  5920. 'unsigned' => TRUE,
  5921. ),
  5922. 'language' => array(
  5923. 'type' => 'varchar',
  5924. 'not null' => TRUE,
  5925. 'length' => '32',
  5926. 'default' => '',
  5927. ),
  5928. 'delta' => array(
  5929. 'type' => 'int',
  5930. 'not null' => TRUE,
  5931. 'size' => 'normal',
  5932. 'unsigned' => TRUE,
  5933. ),
  5934. 'field_datetime_without_time_value' => array(
  5935. 'type' => 'datetime',
  5936. 'not null' => FALSE,
  5937. 'mysql_type' => 'datetime',
  5938. 'pgsql_type' => 'timestamp without time zone',
  5939. 'sqlite_type' => 'varchar',
  5940. 'sqlsrv_type' => 'smalldatetime',
  5941. ),
  5942. ),
  5943. 'primary key' => array(
  5944. 'entity_type',
  5945. 'deleted',
  5946. 'entity_id',
  5947. 'language',
  5948. 'delta',
  5949. ),
  5950. 'mysql_character_set' => 'utf8',
  5951. ));
  5952. $connection->insert('field_data_field_datetime_without_time')
  5953. ->fields(array(
  5954. 'entity_type',
  5955. 'bundle',
  5956. 'deleted',
  5957. 'entity_id',
  5958. 'revision_id',
  5959. 'language',
  5960. 'delta',
  5961. 'field_datetime_without_time_value',
  5962. ))
  5963. ->values(array(
  5964. 'entity_type' => 'node',
  5965. 'bundle' => 'test_content_type',
  5966. 'deleted' => '0',
  5967. 'entity_id' => '1',
  5968. 'revision_id' => '1',
  5969. 'language' => 'und',
  5970. 'delta' => '0',
  5971. 'field_datetime_without_time_value' => '2015-01-20 00:00:00',
  5972. ))
  5973. ->execute();
  5974. $connection->schema()->createTable('field_data_field_email', array(
  5975. 'fields' => array(
  5976. 'entity_type' => array(
  5977. 'type' => 'varchar',
  5978. 'not null' => TRUE,
  5979. 'length' => '128',
  5980. 'default' => '',
  5981. ),
  5982. 'bundle' => array(
  5983. 'type' => 'varchar',
  5984. 'not null' => TRUE,
  5985. 'length' => '128',
  5986. 'default' => '',
  5987. ),
  5988. 'deleted' => array(
  5989. 'type' => 'int',
  5990. 'not null' => TRUE,
  5991. 'size' => 'normal',
  5992. 'default' => '0',
  5993. ),
  5994. 'entity_id' => array(
  5995. 'type' => 'int',
  5996. 'not null' => TRUE,
  5997. 'size' => 'normal',
  5998. 'unsigned' => TRUE,
  5999. ),
  6000. 'revision_id' => array(
  6001. 'type' => 'int',
  6002. 'not null' => FALSE,
  6003. 'size' => 'normal',
  6004. 'unsigned' => TRUE,
  6005. ),
  6006. 'language' => array(
  6007. 'type' => 'varchar',
  6008. 'not null' => TRUE,
  6009. 'length' => '32',
  6010. 'default' => '',
  6011. ),
  6012. 'delta' => array(
  6013. 'type' => 'int',
  6014. 'not null' => TRUE,
  6015. 'size' => 'normal',
  6016. 'unsigned' => TRUE,
  6017. ),
  6018. 'field_email_email' => array(
  6019. 'type' => 'varchar',
  6020. 'not null' => FALSE,
  6021. 'length' => '255',
  6022. ),
  6023. ),
  6024. 'primary key' => array(
  6025. 'entity_type',
  6026. 'deleted',
  6027. 'entity_id',
  6028. 'language',
  6029. 'delta',
  6030. ),
  6031. 'mysql_character_set' => 'utf8',
  6032. ));
  6033. $connection->insert('field_data_field_email')
  6034. ->fields(array(
  6035. 'entity_type',
  6036. 'bundle',
  6037. 'deleted',
  6038. 'entity_id',
  6039. 'revision_id',
  6040. 'language',
  6041. 'delta',
  6042. 'field_email_email',
  6043. ))
  6044. ->values(array(
  6045. 'entity_type' => 'node',
  6046. 'bundle' => 'test_content_type',
  6047. 'deleted' => '0',
  6048. 'entity_id' => '1',
  6049. 'revision_id' => '1',
  6050. 'language' => 'und',
  6051. 'delta' => '0',
  6052. 'field_email_email' => 'default@example.com',
  6053. ))
  6054. ->values(array(
  6055. 'entity_type' => 'node',
  6056. 'bundle' => 'test_content_type',
  6057. 'deleted' => '0',
  6058. 'entity_id' => '1',
  6059. 'revision_id' => '1',
  6060. 'language' => 'und',
  6061. 'delta' => '1',
  6062. 'field_email_email' => 'another@example.com',
  6063. ))
  6064. ->execute();
  6065. $connection->schema()->createTable('field_data_field_file', array(
  6066. 'fields' => array(
  6067. 'entity_type' => array(
  6068. 'type' => 'varchar',
  6069. 'not null' => TRUE,
  6070. 'length' => '128',
  6071. 'default' => '',
  6072. ),
  6073. 'bundle' => array(
  6074. 'type' => 'varchar',
  6075. 'not null' => TRUE,
  6076. 'length' => '128',
  6077. 'default' => '',
  6078. ),
  6079. 'deleted' => array(
  6080. 'type' => 'int',
  6081. 'not null' => TRUE,
  6082. 'size' => 'normal',
  6083. 'default' => '0',
  6084. ),
  6085. 'entity_id' => array(
  6086. 'type' => 'int',
  6087. 'not null' => TRUE,
  6088. 'size' => 'normal',
  6089. 'unsigned' => TRUE,
  6090. ),
  6091. 'revision_id' => array(
  6092. 'type' => 'int',
  6093. 'not null' => FALSE,
  6094. 'size' => 'normal',
  6095. 'unsigned' => TRUE,
  6096. ),
  6097. 'language' => array(
  6098. 'type' => 'varchar',
  6099. 'not null' => TRUE,
  6100. 'length' => '32',
  6101. 'default' => '',
  6102. ),
  6103. 'delta' => array(
  6104. 'type' => 'int',
  6105. 'not null' => TRUE,
  6106. 'size' => 'normal',
  6107. 'unsigned' => TRUE,
  6108. ),
  6109. 'field_file_fid' => array(
  6110. 'type' => 'int',
  6111. 'not null' => FALSE,
  6112. 'size' => 'normal',
  6113. 'unsigned' => TRUE,
  6114. ),
  6115. 'field_file_display' => array(
  6116. 'type' => 'int',
  6117. 'not null' => TRUE,
  6118. 'size' => 'normal',
  6119. 'default' => '1',
  6120. 'unsigned' => TRUE,
  6121. ),
  6122. 'field_file_description' => array(
  6123. 'type' => 'text',
  6124. 'not null' => FALSE,
  6125. 'size' => 'normal',
  6126. ),
  6127. ),
  6128. 'primary key' => array(
  6129. 'entity_type',
  6130. 'deleted',
  6131. 'entity_id',
  6132. 'language',
  6133. 'delta',
  6134. ),
  6135. 'mysql_character_set' => 'utf8',
  6136. ));
  6137. $connection->insert('field_data_field_file')
  6138. ->fields(array(
  6139. 'entity_type',
  6140. 'bundle',
  6141. 'deleted',
  6142. 'entity_id',
  6143. 'revision_id',
  6144. 'language',
  6145. 'delta',
  6146. 'field_file_fid',
  6147. 'field_file_display',
  6148. 'field_file_description',
  6149. ))
  6150. ->values(array(
  6151. 'entity_type' => 'node',
  6152. 'bundle' => 'test_content_type',
  6153. 'deleted' => '0',
  6154. 'entity_id' => '1',
  6155. 'revision_id' => '1',
  6156. 'language' => 'und',
  6157. 'delta' => '0',
  6158. 'field_file_fid' => '2',
  6159. 'field_file_display' => '1',
  6160. 'field_file_description' => 'file desc',
  6161. ))
  6162. ->values(array(
  6163. 'entity_type' => 'user',
  6164. 'bundle' => 'user',
  6165. 'deleted' => '0',
  6166. 'entity_id' => '2',
  6167. 'revision_id' => '2',
  6168. 'language' => 'und',
  6169. 'delta' => '0',
  6170. 'field_file_fid' => '2',
  6171. 'field_file_display' => '1',
  6172. 'field_file_description' => 'file desc',
  6173. ))
  6174. ->execute();
  6175. $connection->schema()->createTable('field_data_field_float', array(
  6176. 'fields' => array(
  6177. 'entity_type' => array(
  6178. 'type' => 'varchar',
  6179. 'not null' => TRUE,
  6180. 'length' => '128',
  6181. 'default' => '',
  6182. ),
  6183. 'bundle' => array(
  6184. 'type' => 'varchar',
  6185. 'not null' => TRUE,
  6186. 'length' => '128',
  6187. 'default' => '',
  6188. ),
  6189. 'deleted' => array(
  6190. 'type' => 'int',
  6191. 'not null' => TRUE,
  6192. 'size' => 'normal',
  6193. 'default' => '0',
  6194. ),
  6195. 'entity_id' => array(
  6196. 'type' => 'int',
  6197. 'not null' => TRUE,
  6198. 'size' => 'normal',
  6199. 'unsigned' => TRUE,
  6200. ),
  6201. 'revision_id' => array(
  6202. 'type' => 'int',
  6203. 'not null' => FALSE,
  6204. 'size' => 'normal',
  6205. 'unsigned' => TRUE,
  6206. ),
  6207. 'language' => array(
  6208. 'type' => 'varchar',
  6209. 'not null' => TRUE,
  6210. 'length' => '32',
  6211. 'default' => '',
  6212. ),
  6213. 'delta' => array(
  6214. 'type' => 'int',
  6215. 'not null' => TRUE,
  6216. 'size' => 'normal',
  6217. 'unsigned' => TRUE,
  6218. ),
  6219. 'field_float_value' => array(
  6220. 'type' => 'numeric',
  6221. 'not null' => FALSE,
  6222. 'precision' => '10',
  6223. 'scale' => '0',
  6224. ),
  6225. ),
  6226. 'primary key' => array(
  6227. 'entity_type',
  6228. 'deleted',
  6229. 'entity_id',
  6230. 'language',
  6231. 'delta',
  6232. ),
  6233. 'mysql_character_set' => 'utf8',
  6234. ));
  6235. $connection->insert('field_data_field_float')
  6236. ->fields(array(
  6237. 'entity_type',
  6238. 'bundle',
  6239. 'deleted',
  6240. 'entity_id',
  6241. 'revision_id',
  6242. 'language',
  6243. 'delta',
  6244. 'field_float_value',
  6245. ))
  6246. ->values(array(
  6247. 'entity_type' => 'node',
  6248. 'bundle' => 'test_content_type',
  6249. 'deleted' => '0',
  6250. 'entity_id' => '1',
  6251. 'revision_id' => '1',
  6252. 'language' => 'und',
  6253. 'delta' => '0',
  6254. 'field_float_value' => '1',
  6255. ))
  6256. ->execute();
  6257. $connection->schema()->createTable('field_data_field_float_list', array(
  6258. 'fields' => array(
  6259. 'entity_type' => array(
  6260. 'type' => 'varchar',
  6261. 'not null' => TRUE,
  6262. 'length' => '128',
  6263. 'default' => '',
  6264. ),
  6265. 'bundle' => array(
  6266. 'type' => 'varchar',
  6267. 'not null' => TRUE,
  6268. 'length' => '128',
  6269. 'default' => '',
  6270. ),
  6271. 'deleted' => array(
  6272. 'type' => 'int',
  6273. 'not null' => TRUE,
  6274. 'size' => 'tiny',
  6275. 'default' => '0',
  6276. ),
  6277. 'entity_id' => array(
  6278. 'type' => 'int',
  6279. 'not null' => TRUE,
  6280. 'size' => 'normal',
  6281. 'unsigned' => TRUE,
  6282. ),
  6283. 'revision_id' => array(
  6284. 'type' => 'int',
  6285. 'not null' => FALSE,
  6286. 'size' => 'normal',
  6287. 'unsigned' => TRUE,
  6288. ),
  6289. 'language' => array(
  6290. 'type' => 'varchar',
  6291. 'not null' => TRUE,
  6292. 'length' => '32',
  6293. 'default' => '',
  6294. ),
  6295. 'delta' => array(
  6296. 'type' => 'int',
  6297. 'not null' => TRUE,
  6298. 'size' => 'normal',
  6299. 'unsigned' => TRUE,
  6300. ),
  6301. 'field_float_list_value' => array(
  6302. 'type' => 'float',
  6303. 'not null' => FALSE,
  6304. 'size' => 'normal',
  6305. ),
  6306. ),
  6307. 'primary key' => array(
  6308. 'entity_type',
  6309. 'entity_id',
  6310. 'deleted',
  6311. 'delta',
  6312. 'language',
  6313. ),
  6314. 'indexes' => array(
  6315. 'entity_type' => array(
  6316. 'entity_type',
  6317. ),
  6318. 'bundle' => array(
  6319. 'bundle',
  6320. ),
  6321. 'deleted' => array(
  6322. 'deleted',
  6323. ),
  6324. 'entity_id' => array(
  6325. 'entity_id',
  6326. ),
  6327. 'revision_id' => array(
  6328. 'revision_id',
  6329. ),
  6330. 'language' => array(
  6331. 'language',
  6332. ),
  6333. 'field_float_list_value' => array(
  6334. 'field_float_list_value',
  6335. ),
  6336. ),
  6337. 'mysql_character_set' => 'utf8',
  6338. ));
  6339. $connection->insert('field_data_field_float_list')
  6340. ->fields(array(
  6341. 'entity_type',
  6342. 'bundle',
  6343. 'deleted',
  6344. 'entity_id',
  6345. 'revision_id',
  6346. 'language',
  6347. 'delta',
  6348. 'field_float_list_value',
  6349. ))
  6350. ->values(array(
  6351. 'entity_type' => 'node',
  6352. 'bundle' => 'test_content_type',
  6353. 'deleted' => '0',
  6354. 'entity_id' => '1',
  6355. 'revision_id' => '1',
  6356. 'language' => 'und',
  6357. 'delta' => '0',
  6358. 'field_float_list_value' => '3.1416',
  6359. ))
  6360. ->execute();
  6361. $connection->schema()->createTable('field_data_field_image', array(
  6362. 'fields' => array(
  6363. 'entity_type' => array(
  6364. 'type' => 'varchar',
  6365. 'not null' => TRUE,
  6366. 'length' => '128',
  6367. 'default' => '',
  6368. ),
  6369. 'bundle' => array(
  6370. 'type' => 'varchar',
  6371. 'not null' => TRUE,
  6372. 'length' => '128',
  6373. 'default' => '',
  6374. ),
  6375. 'deleted' => array(
  6376. 'type' => 'int',
  6377. 'not null' => TRUE,
  6378. 'size' => 'normal',
  6379. 'default' => '0',
  6380. ),
  6381. 'entity_id' => array(
  6382. 'type' => 'int',
  6383. 'not null' => TRUE,
  6384. 'size' => 'normal',
  6385. 'unsigned' => TRUE,
  6386. ),
  6387. 'revision_id' => array(
  6388. 'type' => 'int',
  6389. 'not null' => FALSE,
  6390. 'size' => 'normal',
  6391. 'unsigned' => TRUE,
  6392. ),
  6393. 'language' => array(
  6394. 'type' => 'varchar',
  6395. 'not null' => TRUE,
  6396. 'length' => '32',
  6397. 'default' => '',
  6398. ),
  6399. 'delta' => array(
  6400. 'type' => 'int',
  6401. 'not null' => TRUE,
  6402. 'size' => 'normal',
  6403. 'unsigned' => TRUE,
  6404. ),
  6405. 'field_image_fid' => array(
  6406. 'type' => 'int',
  6407. 'not null' => FALSE,
  6408. 'size' => 'normal',
  6409. 'unsigned' => TRUE,
  6410. ),
  6411. 'field_image_alt' => array(
  6412. 'type' => 'varchar',
  6413. 'not null' => FALSE,
  6414. 'length' => '512',
  6415. ),
  6416. 'field_image_title' => array(
  6417. 'type' => 'varchar',
  6418. 'not null' => FALSE,
  6419. 'length' => '1024',
  6420. ),
  6421. 'field_image_width' => array(
  6422. 'type' => 'int',
  6423. 'not null' => FALSE,
  6424. 'size' => 'normal',
  6425. 'unsigned' => TRUE,
  6426. ),
  6427. 'field_image_height' => array(
  6428. 'type' => 'int',
  6429. 'not null' => FALSE,
  6430. 'size' => 'normal',
  6431. 'unsigned' => TRUE,
  6432. ),
  6433. ),
  6434. 'primary key' => array(
  6435. 'entity_type',
  6436. 'deleted',
  6437. 'entity_id',
  6438. 'language',
  6439. 'delta',
  6440. ),
  6441. 'mysql_character_set' => 'utf8',
  6442. ));
  6443. $connection->schema()->createTable('field_data_field_images', array(
  6444. 'fields' => array(
  6445. 'entity_type' => array(
  6446. 'type' => 'varchar',
  6447. 'not null' => TRUE,
  6448. 'length' => '128',
  6449. 'default' => '',
  6450. ),
  6451. 'bundle' => array(
  6452. 'type' => 'varchar',
  6453. 'not null' => TRUE,
  6454. 'length' => '128',
  6455. 'default' => '',
  6456. ),
  6457. 'deleted' => array(
  6458. 'type' => 'int',
  6459. 'not null' => TRUE,
  6460. 'size' => 'normal',
  6461. 'default' => '0',
  6462. ),
  6463. 'entity_id' => array(
  6464. 'type' => 'int',
  6465. 'not null' => TRUE,
  6466. 'size' => 'normal',
  6467. 'unsigned' => TRUE,
  6468. ),
  6469. 'revision_id' => array(
  6470. 'type' => 'int',
  6471. 'not null' => FALSE,
  6472. 'size' => 'normal',
  6473. 'unsigned' => TRUE,
  6474. ),
  6475. 'language' => array(
  6476. 'type' => 'varchar',
  6477. 'not null' => TRUE,
  6478. 'length' => '32',
  6479. 'default' => '',
  6480. ),
  6481. 'delta' => array(
  6482. 'type' => 'int',
  6483. 'not null' => TRUE,
  6484. 'size' => 'normal',
  6485. 'unsigned' => TRUE,
  6486. ),
  6487. 'field_images_fid' => array(
  6488. 'type' => 'int',
  6489. 'not null' => FALSE,
  6490. 'size' => 'normal',
  6491. 'unsigned' => TRUE,
  6492. ),
  6493. 'field_images_alt' => array(
  6494. 'type' => 'varchar',
  6495. 'not null' => FALSE,
  6496. 'length' => '512',
  6497. ),
  6498. 'field_images_title' => array(
  6499. 'type' => 'varchar',
  6500. 'not null' => FALSE,
  6501. 'length' => '1024',
  6502. ),
  6503. 'field_images_width' => array(
  6504. 'type' => 'int',
  6505. 'not null' => FALSE,
  6506. 'size' => 'normal',
  6507. 'unsigned' => TRUE,
  6508. ),
  6509. 'field_images_height' => array(
  6510. 'type' => 'int',
  6511. 'not null' => FALSE,
  6512. 'size' => 'normal',
  6513. 'unsigned' => TRUE,
  6514. ),
  6515. ),
  6516. 'primary key' => array(
  6517. 'entity_type',
  6518. 'deleted',
  6519. 'entity_id',
  6520. 'language',
  6521. 'delta',
  6522. ),
  6523. 'mysql_character_set' => 'utf8',
  6524. ));
  6525. $connection->insert('field_data_field_images')
  6526. ->fields(array(
  6527. 'entity_type',
  6528. 'bundle',
  6529. 'deleted',
  6530. 'entity_id',
  6531. 'revision_id',
  6532. 'language',
  6533. 'delta',
  6534. 'field_images_fid',
  6535. 'field_images_alt',
  6536. 'field_images_title',
  6537. 'field_images_width',
  6538. 'field_images_height',
  6539. ))
  6540. ->values(array(
  6541. 'entity_type' => 'node',
  6542. 'bundle' => 'test_content_type',
  6543. 'deleted' => '0',
  6544. 'entity_id' => '1',
  6545. 'revision_id' => '1',
  6546. 'language' => 'und',
  6547. 'delta' => '0',
  6548. 'field_images_fid' => '1',
  6549. 'field_images_alt' => 'alt text',
  6550. 'field_images_title' => 'title text',
  6551. 'field_images_width' => '93',
  6552. 'field_images_height' => '93',
  6553. ))
  6554. ->execute();
  6555. $connection->schema()->createTable('field_data_field_integer', array(
  6556. 'fields' => array(
  6557. 'entity_type' => array(
  6558. 'type' => 'varchar',
  6559. 'not null' => TRUE,
  6560. 'length' => '128',
  6561. 'default' => '',
  6562. ),
  6563. 'bundle' => array(
  6564. 'type' => 'varchar',
  6565. 'not null' => TRUE,
  6566. 'length' => '128',
  6567. 'default' => '',
  6568. ),
  6569. 'deleted' => array(
  6570. 'type' => 'int',
  6571. 'not null' => TRUE,
  6572. 'size' => 'normal',
  6573. 'default' => '0',
  6574. ),
  6575. 'entity_id' => array(
  6576. 'type' => 'int',
  6577. 'not null' => TRUE,
  6578. 'size' => 'normal',
  6579. 'unsigned' => TRUE,
  6580. ),
  6581. 'revision_id' => array(
  6582. 'type' => 'int',
  6583. 'not null' => FALSE,
  6584. 'size' => 'normal',
  6585. 'unsigned' => TRUE,
  6586. ),
  6587. 'language' => array(
  6588. 'type' => 'varchar',
  6589. 'not null' => TRUE,
  6590. 'length' => '32',
  6591. 'default' => '',
  6592. ),
  6593. 'delta' => array(
  6594. 'type' => 'int',
  6595. 'not null' => TRUE,
  6596. 'size' => 'normal',
  6597. 'unsigned' => TRUE,
  6598. ),
  6599. 'field_integer_value' => array(
  6600. 'type' => 'int',
  6601. 'not null' => FALSE,
  6602. 'size' => 'normal',
  6603. ),
  6604. ),
  6605. 'primary key' => array(
  6606. 'entity_type',
  6607. 'deleted',
  6608. 'entity_id',
  6609. 'language',
  6610. 'delta',
  6611. ),
  6612. 'mysql_character_set' => 'utf8',
  6613. ));
  6614. $connection->insert('field_data_field_integer')
  6615. ->fields(array(
  6616. 'entity_type',
  6617. 'bundle',
  6618. 'deleted',
  6619. 'entity_id',
  6620. 'revision_id',
  6621. 'language',
  6622. 'delta',
  6623. 'field_integer_value',
  6624. ))
  6625. ->values(array(
  6626. 'entity_type' => 'comment',
  6627. 'bundle' => 'comment_node_test_content_type',
  6628. 'deleted' => '0',
  6629. 'entity_id' => '1',
  6630. 'revision_id' => '1',
  6631. 'language' => 'en',
  6632. 'delta' => '0',
  6633. 'field_integer_value' => '1000000',
  6634. ))
  6635. ->values(array(
  6636. 'entity_type' => 'comment',
  6637. 'bundle' => 'comment_node_test_content_type',
  6638. 'deleted' => '0',
  6639. 'entity_id' => '1',
  6640. 'revision_id' => '1',
  6641. 'language' => 'fr',
  6642. 'delta' => '0',
  6643. 'field_integer_value' => '2000000',
  6644. ))
  6645. ->values(array(
  6646. 'entity_type' => 'comment',
  6647. 'bundle' => 'comment_node_test_content_type',
  6648. 'deleted' => '0',
  6649. 'entity_id' => '1',
  6650. 'revision_id' => '1',
  6651. 'language' => 'is',
  6652. 'delta' => '0',
  6653. 'field_integer_value' => '3000000',
  6654. ))
  6655. ->values(array(
  6656. 'entity_type' => 'node',
  6657. 'bundle' => 'test_content_type',
  6658. 'deleted' => '0',
  6659. 'entity_id' => '1',
  6660. 'revision_id' => '1',
  6661. 'language' => 'en',
  6662. 'delta' => '0',
  6663. 'field_integer_value' => '5',
  6664. ))
  6665. ->values(array(
  6666. 'entity_type' => 'node',
  6667. 'bundle' => 'test_content_type',
  6668. 'deleted' => '0',
  6669. 'entity_id' => '1',
  6670. 'revision_id' => '1',
  6671. 'language' => 'fr',
  6672. 'delta' => '0',
  6673. 'field_integer_value' => '6',
  6674. ))
  6675. ->values(array(
  6676. 'entity_type' => 'node',
  6677. 'bundle' => 'test_content_type',
  6678. 'deleted' => '0',
  6679. 'entity_id' => '1',
  6680. 'revision_id' => '1',
  6681. 'language' => 'is',
  6682. 'delta' => '0',
  6683. 'field_integer_value' => '7',
  6684. ))
  6685. ->values(array(
  6686. 'entity_type' => 'user',
  6687. 'bundle' => 'user',
  6688. 'deleted' => '0',
  6689. 'entity_id' => '2',
  6690. 'revision_id' => '2',
  6691. 'language' => 'en',
  6692. 'delta' => '0',
  6693. 'field_integer_value' => '99',
  6694. ))
  6695. ->values(array(
  6696. 'entity_type' => 'user',
  6697. 'bundle' => 'user',
  6698. 'deleted' => '0',
  6699. 'entity_id' => '2',
  6700. 'revision_id' => '2',
  6701. 'language' => 'fr',
  6702. 'delta' => '0',
  6703. 'field_integer_value' => '9',
  6704. ))
  6705. ->values(array(
  6706. 'entity_type' => 'user',
  6707. 'bundle' => 'user',
  6708. 'deleted' => '0',
  6709. 'entity_id' => '2',
  6710. 'revision_id' => '2',
  6711. 'language' => 'is',
  6712. 'delta' => '0',
  6713. 'field_integer_value' => '1',
  6714. ))
  6715. ->values(array(
  6716. 'entity_type' => 'comment',
  6717. 'bundle' => 'comment_node_test_content_type',
  6718. 'deleted' => '0',
  6719. 'entity_id' => '4',
  6720. 'revision_id' => '4',
  6721. 'language' => 'en',
  6722. 'delta' => '0',
  6723. 'field_integer_value' => '10',
  6724. ))
  6725. ->values(array(
  6726. 'entity_type' => 'taxonomy_term',
  6727. 'bundle' => 'test_vocabulary',
  6728. 'deleted' => '0',
  6729. 'entity_id' => '4',
  6730. 'revision_id' => '4',
  6731. 'language' => 'en',
  6732. 'delta' => '0',
  6733. 'field_integer_value' => '6',
  6734. ))
  6735. ->values(array(
  6736. 'entity_type' => 'taxonomy_term',
  6737. 'bundle' => 'test_vocabulary',
  6738. 'deleted' => '0',
  6739. 'entity_id' => '4',
  6740. 'revision_id' => '4',
  6741. 'language' => 'fr',
  6742. 'delta' => '0',
  6743. 'field_integer_value' => '5',
  6744. ))
  6745. ->values(array(
  6746. 'entity_type' => 'taxonomy_term',
  6747. 'bundle' => 'test_vocabulary',
  6748. 'deleted' => '0',
  6749. 'entity_id' => '4',
  6750. 'revision_id' => '4',
  6751. 'language' => 'is',
  6752. 'delta' => '0',
  6753. 'field_integer_value' => '4',
  6754. ))
  6755. ->execute();
  6756. $connection->schema()->createTable('field_data_field_integer_list', array(
  6757. 'fields' => array(
  6758. 'entity_type' => array(
  6759. 'type' => 'varchar',
  6760. 'not null' => TRUE,
  6761. 'length' => '128',
  6762. 'default' => '',
  6763. ),
  6764. 'bundle' => array(
  6765. 'type' => 'varchar',
  6766. 'not null' => TRUE,
  6767. 'length' => '128',
  6768. 'default' => '',
  6769. ),
  6770. 'deleted' => array(
  6771. 'type' => 'int',
  6772. 'not null' => TRUE,
  6773. 'size' => 'normal',
  6774. 'default' => '0',
  6775. ),
  6776. 'entity_id' => array(
  6777. 'type' => 'int',
  6778. 'not null' => TRUE,
  6779. 'size' => 'normal',
  6780. 'unsigned' => TRUE,
  6781. ),
  6782. 'revision_id' => array(
  6783. 'type' => 'int',
  6784. 'not null' => FALSE,
  6785. 'size' => 'normal',
  6786. 'unsigned' => TRUE,
  6787. ),
  6788. 'language' => array(
  6789. 'type' => 'varchar',
  6790. 'not null' => TRUE,
  6791. 'length' => '32',
  6792. 'default' => '',
  6793. ),
  6794. 'delta' => array(
  6795. 'type' => 'int',
  6796. 'not null' => TRUE,
  6797. 'size' => 'normal',
  6798. 'unsigned' => TRUE,
  6799. ),
  6800. 'field_integer_list_value' => array(
  6801. 'type' => 'int',
  6802. 'not null' => FALSE,
  6803. 'size' => 'normal',
  6804. ),
  6805. ),
  6806. 'primary key' => array(
  6807. 'entity_type',
  6808. 'deleted',
  6809. 'entity_id',
  6810. 'language',
  6811. 'delta',
  6812. ),
  6813. 'mysql_character_set' => 'utf8',
  6814. ));
  6815. $connection->insert('field_data_field_integer_list')
  6816. ->fields(array(
  6817. 'entity_type',
  6818. 'bundle',
  6819. 'deleted',
  6820. 'entity_id',
  6821. 'revision_id',
  6822. 'language',
  6823. 'delta',
  6824. 'field_integer_list_value',
  6825. ))
  6826. ->values(array(
  6827. 'entity_type' => 'node',
  6828. 'bundle' => 'test_content_type',
  6829. 'deleted' => '0',
  6830. 'entity_id' => '1',
  6831. 'revision_id' => '1',
  6832. 'language' => 'und',
  6833. 'delta' => '0',
  6834. 'field_integer_list_value' => '7',
  6835. ))
  6836. ->execute();
  6837. $connection->schema()->createTable('field_data_field_link', array(
  6838. 'fields' => array(
  6839. 'entity_type' => array(
  6840. 'type' => 'varchar',
  6841. 'not null' => TRUE,
  6842. 'length' => '128',
  6843. 'default' => '',
  6844. ),
  6845. 'bundle' => array(
  6846. 'type' => 'varchar',
  6847. 'not null' => TRUE,
  6848. 'length' => '128',
  6849. 'default' => '',
  6850. ),
  6851. 'deleted' => array(
  6852. 'type' => 'int',
  6853. 'not null' => TRUE,
  6854. 'size' => 'normal',
  6855. 'default' => '0',
  6856. ),
  6857. 'entity_id' => array(
  6858. 'type' => 'int',
  6859. 'not null' => TRUE,
  6860. 'size' => 'normal',
  6861. 'unsigned' => TRUE,
  6862. ),
  6863. 'revision_id' => array(
  6864. 'type' => 'int',
  6865. 'not null' => FALSE,
  6866. 'size' => 'normal',
  6867. 'unsigned' => TRUE,
  6868. ),
  6869. 'language' => array(
  6870. 'type' => 'varchar',
  6871. 'not null' => TRUE,
  6872. 'length' => '32',
  6873. 'default' => '',
  6874. ),
  6875. 'delta' => array(
  6876. 'type' => 'int',
  6877. 'not null' => TRUE,
  6878. 'size' => 'normal',
  6879. 'unsigned' => TRUE,
  6880. ),
  6881. 'field_link_url' => array(
  6882. 'type' => 'varchar',
  6883. 'not null' => FALSE,
  6884. 'length' => '2048',
  6885. ),
  6886. 'field_link_title' => array(
  6887. 'type' => 'varchar',
  6888. 'not null' => FALSE,
  6889. 'length' => '255',
  6890. ),
  6891. 'field_link_attributes' => array(
  6892. 'type' => 'text',
  6893. 'not null' => FALSE,
  6894. 'size' => 'normal',
  6895. ),
  6896. ),
  6897. 'primary key' => array(
  6898. 'entity_type',
  6899. 'deleted',
  6900. 'entity_id',
  6901. 'language',
  6902. 'delta',
  6903. ),
  6904. 'mysql_character_set' => 'utf8',
  6905. ));
  6906. $connection->insert('field_data_field_link')
  6907. ->fields(array(
  6908. 'entity_type',
  6909. 'bundle',
  6910. 'deleted',
  6911. 'entity_id',
  6912. 'revision_id',
  6913. 'language',
  6914. 'delta',
  6915. 'field_link_url',
  6916. 'field_link_title',
  6917. 'field_link_attributes',
  6918. ))
  6919. ->values(array(
  6920. 'entity_type' => 'node',
  6921. 'bundle' => 'test_content_type',
  6922. 'deleted' => '0',
  6923. 'entity_id' => '1',
  6924. 'revision_id' => '1',
  6925. 'language' => 'und',
  6926. 'delta' => '0',
  6927. 'field_link_url' => 'http://google.com',
  6928. 'field_link_title' => 'Click Here',
  6929. 'field_link_attributes' => 'a:1:{s:5:"title";s:10:"Click Here";}',
  6930. ))
  6931. ->values(array(
  6932. 'entity_type' => 'node',
  6933. 'bundle' => 'article',
  6934. 'deleted' => '0',
  6935. 'entity_id' => '2',
  6936. 'revision_id' => '2',
  6937. 'language' => 'und',
  6938. 'delta' => '0',
  6939. 'field_link_url' => '<front>',
  6940. 'field_link_title' => 'Home',
  6941. 'field_link_attributes' => 'a:0:{}',
  6942. ))
  6943. ->values(array(
  6944. 'entity_type' => 'node',
  6945. 'bundle' => 'article',
  6946. 'deleted' => '0',
  6947. 'entity_id' => '3',
  6948. 'revision_id' => '3',
  6949. 'language' => 'und',
  6950. 'delta' => '0',
  6951. 'field_link_url' => '<front>',
  6952. 'field_link_title' => 'Home',
  6953. 'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
  6954. ))
  6955. ->execute();
  6956. $connection->schema()->createTable('field_data_field_long_text', array(
  6957. 'fields' => array(
  6958. 'entity_type' => array(
  6959. 'type' => 'varchar',
  6960. 'not null' => TRUE,
  6961. 'length' => '128',
  6962. 'default' => '',
  6963. ),
  6964. 'bundle' => array(
  6965. 'type' => 'varchar',
  6966. 'not null' => TRUE,
  6967. 'length' => '128',
  6968. 'default' => '',
  6969. ),
  6970. 'deleted' => array(
  6971. 'type' => 'int',
  6972. 'not null' => TRUE,
  6973. 'size' => 'normal',
  6974. 'default' => '0',
  6975. ),
  6976. 'entity_id' => array(
  6977. 'type' => 'int',
  6978. 'not null' => TRUE,
  6979. 'size' => 'normal',
  6980. 'unsigned' => TRUE,
  6981. ),
  6982. 'revision_id' => array(
  6983. 'type' => 'int',
  6984. 'not null' => FALSE,
  6985. 'size' => 'normal',
  6986. 'unsigned' => TRUE,
  6987. ),
  6988. 'language' => array(
  6989. 'type' => 'varchar',
  6990. 'not null' => TRUE,
  6991. 'length' => '32',
  6992. 'default' => '',
  6993. ),
  6994. 'delta' => array(
  6995. 'type' => 'int',
  6996. 'not null' => TRUE,
  6997. 'size' => 'normal',
  6998. 'unsigned' => TRUE,
  6999. ),
  7000. 'field_long_text_value' => array(
  7001. 'type' => 'text',
  7002. 'not null' => FALSE,
  7003. 'size' => 'normal',
  7004. ),
  7005. 'field_long_text_summary' => array(
  7006. 'type' => 'text',
  7007. 'not null' => FALSE,
  7008. 'size' => 'normal',
  7009. ),
  7010. 'field_long_text_format' => array(
  7011. 'type' => 'varchar',
  7012. 'not null' => FALSE,
  7013. 'length' => '255',
  7014. ),
  7015. ),
  7016. 'primary key' => array(
  7017. 'entity_type',
  7018. 'deleted',
  7019. 'entity_id',
  7020. 'language',
  7021. 'delta',
  7022. ),
  7023. 'mysql_character_set' => 'utf8',
  7024. ));
  7025. $connection->schema()->createTable('field_data_field_node_entityreference', array(
  7026. 'fields' => array(
  7027. 'entity_type' => array(
  7028. 'type' => 'varchar',
  7029. 'not null' => TRUE,
  7030. 'length' => '128',
  7031. 'default' => '',
  7032. ),
  7033. 'bundle' => array(
  7034. 'type' => 'varchar',
  7035. 'not null' => TRUE,
  7036. 'length' => '128',
  7037. 'default' => '',
  7038. ),
  7039. 'deleted' => array(
  7040. 'type' => 'int',
  7041. 'not null' => TRUE,
  7042. 'size' => 'tiny',
  7043. 'default' => '0',
  7044. ),
  7045. 'entity_id' => array(
  7046. 'type' => 'int',
  7047. 'not null' => TRUE,
  7048. 'size' => 'normal',
  7049. 'unsigned' => TRUE,
  7050. ),
  7051. 'revision_id' => array(
  7052. 'type' => 'int',
  7053. 'not null' => FALSE,
  7054. 'size' => 'normal',
  7055. 'unsigned' => TRUE,
  7056. ),
  7057. 'language' => array(
  7058. 'type' => 'varchar',
  7059. 'not null' => TRUE,
  7060. 'length' => '32',
  7061. 'default' => '',
  7062. ),
  7063. 'delta' => array(
  7064. 'type' => 'int',
  7065. 'not null' => TRUE,
  7066. 'size' => 'normal',
  7067. 'unsigned' => TRUE,
  7068. ),
  7069. 'field_node_entityreference_target_id' => array(
  7070. 'type' => 'int',
  7071. 'not null' => TRUE,
  7072. 'size' => 'normal',
  7073. 'unsigned' => TRUE,
  7074. ),
  7075. ),
  7076. 'primary key' => array(
  7077. 'entity_type',
  7078. 'entity_id',
  7079. 'deleted',
  7080. 'delta',
  7081. 'language',
  7082. ),
  7083. 'indexes' => array(
  7084. 'entity_type' => array(
  7085. 'entity_type',
  7086. ),
  7087. 'bundle' => array(
  7088. 'bundle',
  7089. ),
  7090. 'deleted' => array(
  7091. 'deleted',
  7092. ),
  7093. 'entity_id' => array(
  7094. 'entity_id',
  7095. ),
  7096. 'revision_id' => array(
  7097. 'revision_id',
  7098. ),
  7099. 'language' => array(
  7100. 'language',
  7101. ),
  7102. 'field_node_entityreference_target_id' => array(
  7103. 'field_node_entityreference_target_id',
  7104. ),
  7105. ),
  7106. 'mysql_character_set' => 'utf8',
  7107. ));
  7108. $connection->insert('field_data_field_node_entityreference')
  7109. ->fields(array(
  7110. 'entity_type',
  7111. 'bundle',
  7112. 'deleted',
  7113. 'entity_id',
  7114. 'revision_id',
  7115. 'language',
  7116. 'delta',
  7117. 'field_node_entityreference_target_id',
  7118. ))
  7119. ->values(array(
  7120. 'entity_type' => 'node',
  7121. 'bundle' => 'test_content_type',
  7122. 'deleted' => '0',
  7123. 'entity_id' => '1',
  7124. 'revision_id' => '1',
  7125. 'language' => 'und',
  7126. 'delta' => '0',
  7127. 'field_node_entityreference_target_id' => '2',
  7128. ))
  7129. ->execute();
  7130. $connection->schema()->createTable('field_data_field_phone', array(
  7131. 'fields' => array(
  7132. 'entity_type' => array(
  7133. 'type' => 'varchar',
  7134. 'not null' => TRUE,
  7135. 'length' => '128',
  7136. 'default' => '',
  7137. ),
  7138. 'bundle' => array(
  7139. 'type' => 'varchar',
  7140. 'not null' => TRUE,
  7141. 'length' => '128',
  7142. 'default' => '',
  7143. ),
  7144. 'deleted' => array(
  7145. 'type' => 'int',
  7146. 'not null' => TRUE,
  7147. 'size' => 'normal',
  7148. 'default' => '0',
  7149. ),
  7150. 'entity_id' => array(
  7151. 'type' => 'int',
  7152. 'not null' => TRUE,
  7153. 'size' => 'normal',
  7154. 'unsigned' => TRUE,
  7155. ),
  7156. 'revision_id' => array(
  7157. 'type' => 'int',
  7158. 'not null' => FALSE,
  7159. 'size' => 'normal',
  7160. 'unsigned' => TRUE,
  7161. ),
  7162. 'language' => array(
  7163. 'type' => 'varchar',
  7164. 'not null' => TRUE,
  7165. 'length' => '32',
  7166. 'default' => '',
  7167. ),
  7168. 'delta' => array(
  7169. 'type' => 'int',
  7170. 'not null' => TRUE,
  7171. 'size' => 'normal',
  7172. 'unsigned' => TRUE,
  7173. ),
  7174. 'field_phone_value' => array(
  7175. 'type' => 'varchar',
  7176. 'not null' => FALSE,
  7177. 'length' => '255',
  7178. ),
  7179. ),
  7180. 'primary key' => array(
  7181. 'entity_type',
  7182. 'deleted',
  7183. 'entity_id',
  7184. 'language',
  7185. 'delta',
  7186. ),
  7187. 'mysql_character_set' => 'utf8',
  7188. ));
  7189. $connection->insert('field_data_field_phone')
  7190. ->fields(array(
  7191. 'entity_type',
  7192. 'bundle',
  7193. 'deleted',
  7194. 'entity_id',
  7195. 'revision_id',
  7196. 'language',
  7197. 'delta',
  7198. 'field_phone_value',
  7199. ))
  7200. ->values(array(
  7201. 'entity_type' => 'node',
  7202. 'bundle' => 'test_content_type',
  7203. 'deleted' => '0',
  7204. 'entity_id' => '1',
  7205. 'revision_id' => '6',
  7206. 'language' => 'und',
  7207. 'delta' => '0',
  7208. 'field_phone_value' => '99-99-99-99',
  7209. ))
  7210. ->execute();
  7211. $connection->schema()->createTable('field_data_field_private_file', array(
  7212. 'fields' => array(
  7213. 'entity_type' => array(
  7214. 'type' => 'varchar',
  7215. 'not null' => TRUE,
  7216. 'length' => '128',
  7217. 'default' => '',
  7218. ),
  7219. 'bundle' => array(
  7220. 'type' => 'varchar',
  7221. 'not null' => TRUE,
  7222. 'length' => '128',
  7223. 'default' => '',
  7224. ),
  7225. 'deleted' => array(
  7226. 'type' => 'int',
  7227. 'not null' => TRUE,
  7228. 'size' => 'tiny',
  7229. 'default' => '0',
  7230. ),
  7231. 'entity_id' => array(
  7232. 'type' => 'int',
  7233. 'not null' => TRUE,
  7234. 'size' => 'normal',
  7235. 'unsigned' => TRUE,
  7236. ),
  7237. 'revision_id' => array(
  7238. 'type' => 'int',
  7239. 'not null' => FALSE,
  7240. 'size' => 'normal',
  7241. 'unsigned' => TRUE,
  7242. ),
  7243. 'language' => array(
  7244. 'type' => 'varchar',
  7245. 'not null' => TRUE,
  7246. 'length' => '32',
  7247. 'default' => '',
  7248. ),
  7249. 'delta' => array(
  7250. 'type' => 'int',
  7251. 'not null' => TRUE,
  7252. 'size' => 'normal',
  7253. 'unsigned' => TRUE,
  7254. ),
  7255. 'field_private_file_fid' => array(
  7256. 'type' => 'int',
  7257. 'not null' => FALSE,
  7258. 'size' => 'normal',
  7259. 'unsigned' => TRUE,
  7260. ),
  7261. 'field_private_file_display' => array(
  7262. 'type' => 'int',
  7263. 'not null' => TRUE,
  7264. 'size' => 'tiny',
  7265. 'default' => '1',
  7266. 'unsigned' => TRUE,
  7267. ),
  7268. 'field_private_file_description' => array(
  7269. 'type' => 'text',
  7270. 'not null' => FALSE,
  7271. 'size' => 'normal',
  7272. ),
  7273. ),
  7274. 'primary key' => array(
  7275. 'entity_type',
  7276. 'entity_id',
  7277. 'deleted',
  7278. 'delta',
  7279. 'language',
  7280. ),
  7281. 'indexes' => array(
  7282. 'entity_type' => array(
  7283. 'entity_type',
  7284. ),
  7285. 'bundle' => array(
  7286. 'bundle',
  7287. ),
  7288. 'deleted' => array(
  7289. 'deleted',
  7290. ),
  7291. 'entity_id' => array(
  7292. 'entity_id',
  7293. ),
  7294. 'revision_id' => array(
  7295. 'revision_id',
  7296. ),
  7297. 'language' => array(
  7298. 'language',
  7299. ),
  7300. 'field_private_file_fid' => array(
  7301. 'field_private_file_fid',
  7302. ),
  7303. ),
  7304. 'mysql_character_set' => 'utf8',
  7305. ));
  7306. $connection->insert('field_data_field_private_file')
  7307. ->fields(array(
  7308. 'entity_type',
  7309. 'bundle',
  7310. 'deleted',
  7311. 'entity_id',
  7312. 'revision_id',
  7313. 'language',
  7314. 'delta',
  7315. 'field_private_file_fid',
  7316. 'field_private_file_display',
  7317. 'field_private_file_description',
  7318. ))
  7319. ->values(array(
  7320. 'entity_type' => 'node',
  7321. 'bundle' => 'test_content_type',
  7322. 'deleted' => '0',
  7323. 'entity_id' => '1',
  7324. 'revision_id' => '6',
  7325. 'language' => 'und',
  7326. 'delta' => '0',
  7327. 'field_private_file_fid' => '4',
  7328. 'field_private_file_display' => '1',
  7329. 'field_private_file_description' => '',
  7330. ))
  7331. ->execute();
  7332. $connection->schema()->createTable('field_data_field_rating', array(
  7333. 'fields' => array(
  7334. 'entity_type' => array(
  7335. 'type' => 'varchar',
  7336. 'not null' => TRUE,
  7337. 'length' => '128',
  7338. 'default' => '',
  7339. ),
  7340. 'bundle' => array(
  7341. 'type' => 'varchar',
  7342. 'not null' => TRUE,
  7343. 'length' => '128',
  7344. 'default' => '',
  7345. ),
  7346. 'deleted' => array(
  7347. 'type' => 'int',
  7348. 'not null' => TRUE,
  7349. 'size' => 'tiny',
  7350. 'default' => '0',
  7351. ),
  7352. 'entity_id' => array(
  7353. 'type' => 'int',
  7354. 'not null' => TRUE,
  7355. 'size' => 'normal',
  7356. 'unsigned' => TRUE,
  7357. ),
  7358. 'revision_id' => array(
  7359. 'type' => 'int',
  7360. 'not null' => FALSE,
  7361. 'size' => 'normal',
  7362. 'unsigned' => TRUE,
  7363. ),
  7364. 'language' => array(
  7365. 'type' => 'varchar',
  7366. 'not null' => TRUE,
  7367. 'length' => '32',
  7368. 'default' => '',
  7369. ),
  7370. 'delta' => array(
  7371. 'type' => 'int',
  7372. 'not null' => TRUE,
  7373. 'size' => 'normal',
  7374. 'unsigned' => TRUE,
  7375. ),
  7376. 'field_rating_value' => array(
  7377. 'type' => 'varchar',
  7378. 'not null' => FALSE,
  7379. 'length' => '255',
  7380. ),
  7381. ),
  7382. 'primary key' => array(
  7383. 'entity_type',
  7384. 'entity_id',
  7385. 'deleted',
  7386. 'delta',
  7387. 'language',
  7388. ),
  7389. 'indexes' => array(
  7390. 'entity_type' => array(
  7391. 'entity_type',
  7392. ),
  7393. 'bundle' => array(
  7394. 'bundle',
  7395. ),
  7396. 'deleted' => array(
  7397. 'deleted',
  7398. ),
  7399. 'entity_id' => array(
  7400. 'entity_id',
  7401. ),
  7402. 'revision_id' => array(
  7403. 'revision_id',
  7404. ),
  7405. 'language' => array(
  7406. 'language',
  7407. ),
  7408. 'field_rating_value' => array(
  7409. array(
  7410. 'field_rating_value',
  7411. '191',
  7412. ),
  7413. ),
  7414. ),
  7415. 'mysql_character_set' => 'utf8',
  7416. ));
  7417. $connection->insert('field_data_field_rating')
  7418. ->fields(array(
  7419. 'entity_type',
  7420. 'bundle',
  7421. 'deleted',
  7422. 'entity_id',
  7423. 'revision_id',
  7424. 'language',
  7425. 'delta',
  7426. 'field_rating_value',
  7427. ))
  7428. ->values(array(
  7429. 'entity_type' => 'node',
  7430. 'bundle' => 'blog',
  7431. 'deleted' => '0',
  7432. 'entity_id' => '8',
  7433. 'revision_id' => '8',
  7434. 'language' => 'en',
  7435. 'delta' => '0',
  7436. 'field_rating_value' => '1',
  7437. ))
  7438. ->values(array(
  7439. 'entity_type' => 'node',
  7440. 'bundle' => 'blog',
  7441. 'deleted' => '0',
  7442. 'entity_id' => '9',
  7443. 'revision_id' => '9',
  7444. 'language' => 'fr',
  7445. 'delta' => '0',
  7446. 'field_rating_value' => '3',
  7447. ))
  7448. ->values(array(
  7449. 'entity_type' => 'node',
  7450. 'bundle' => 'blog',
  7451. 'deleted' => '0',
  7452. 'entity_id' => '10',
  7453. 'revision_id' => '10',
  7454. 'language' => 'is',
  7455. 'delta' => '0',
  7456. 'field_rating_value' => '2',
  7457. ))
  7458. ->execute();
  7459. $connection->schema()->createTable('field_data_field_reference', array(
  7460. 'fields' => array(
  7461. 'entity_type' => array(
  7462. 'type' => 'varchar',
  7463. 'not null' => TRUE,
  7464. 'length' => '128',
  7465. 'default' => '',
  7466. ),
  7467. 'bundle' => array(
  7468. 'type' => 'varchar',
  7469. 'not null' => TRUE,
  7470. 'length' => '128',
  7471. 'default' => '',
  7472. ),
  7473. 'deleted' => array(
  7474. 'type' => 'int',
  7475. 'not null' => TRUE,
  7476. 'size' => 'tiny',
  7477. 'default' => '0',
  7478. ),
  7479. 'entity_id' => array(
  7480. 'type' => 'int',
  7481. 'not null' => TRUE,
  7482. 'size' => 'normal',
  7483. 'unsigned' => TRUE,
  7484. ),
  7485. 'revision_id' => array(
  7486. 'type' => 'int',
  7487. 'not null' => FALSE,
  7488. 'size' => 'normal',
  7489. 'unsigned' => TRUE,
  7490. ),
  7491. 'language' => array(
  7492. 'type' => 'varchar',
  7493. 'not null' => TRUE,
  7494. 'length' => '32',
  7495. 'default' => '',
  7496. ),
  7497. 'delta' => array(
  7498. 'type' => 'int',
  7499. 'not null' => TRUE,
  7500. 'size' => 'normal',
  7501. 'unsigned' => TRUE,
  7502. ),
  7503. 'field_reference_target_id' => array(
  7504. 'type' => 'int',
  7505. 'not null' => TRUE,
  7506. 'size' => 'normal',
  7507. 'unsigned' => TRUE,
  7508. ),
  7509. ),
  7510. 'primary key' => array(
  7511. 'entity_type',
  7512. 'entity_id',
  7513. 'deleted',
  7514. 'delta',
  7515. 'language',
  7516. ),
  7517. 'indexes' => array(
  7518. 'entity_type' => array(
  7519. 'entity_type',
  7520. ),
  7521. 'bundle' => array(
  7522. 'bundle',
  7523. ),
  7524. 'deleted' => array(
  7525. 'deleted',
  7526. ),
  7527. 'entity_id' => array(
  7528. 'entity_id',
  7529. ),
  7530. 'revision_id' => array(
  7531. 'revision_id',
  7532. ),
  7533. 'language' => array(
  7534. 'language',
  7535. ),
  7536. 'field_reference_target_id' => array(
  7537. 'field_reference_target_id',
  7538. ),
  7539. ),
  7540. 'mysql_character_set' => 'utf8',
  7541. ));
  7542. $connection->insert('field_data_field_reference')
  7543. ->fields(array(
  7544. 'entity_type',
  7545. 'bundle',
  7546. 'deleted',
  7547. 'entity_id',
  7548. 'revision_id',
  7549. 'language',
  7550. 'delta',
  7551. 'field_reference_target_id',
  7552. ))
  7553. ->values(array(
  7554. 'entity_type' => 'node',
  7555. 'bundle' => 'article',
  7556. 'deleted' => '0',
  7557. 'entity_id' => '2',
  7558. 'revision_id' => '2',
  7559. 'language' => 'und',
  7560. 'delta' => '0',
  7561. 'field_reference_target_id' => '5',
  7562. ))
  7563. ->values(array(
  7564. 'entity_type' => 'node',
  7565. 'bundle' => 'article',
  7566. 'deleted' => '0',
  7567. 'entity_id' => '3',
  7568. 'revision_id' => '3',
  7569. 'language' => 'und',
  7570. 'delta' => '0',
  7571. 'field_reference_target_id' => '4',
  7572. ))
  7573. ->values(array(
  7574. 'entity_type' => 'node',
  7575. 'bundle' => 'article',
  7576. 'deleted' => '0',
  7577. 'entity_id' => '4',
  7578. 'revision_id' => '4',
  7579. 'language' => 'und',
  7580. 'delta' => '0',
  7581. 'field_reference_target_id' => '3',
  7582. ))
  7583. ->values(array(
  7584. 'entity_type' => 'node',
  7585. 'bundle' => 'article',
  7586. 'deleted' => '0',
  7587. 'entity_id' => '5',
  7588. 'revision_id' => '5',
  7589. 'language' => 'und',
  7590. 'delta' => '0',
  7591. 'field_reference_target_id' => '2',
  7592. ))
  7593. ->execute();
  7594. $connection->schema()->createTable('field_data_field_reference_2', array(
  7595. 'fields' => array(
  7596. 'entity_type' => array(
  7597. 'type' => 'varchar',
  7598. 'not null' => TRUE,
  7599. 'length' => '128',
  7600. 'default' => '',
  7601. ),
  7602. 'bundle' => array(
  7603. 'type' => 'varchar',
  7604. 'not null' => TRUE,
  7605. 'length' => '128',
  7606. 'default' => '',
  7607. ),
  7608. 'deleted' => array(
  7609. 'type' => 'int',
  7610. 'not null' => TRUE,
  7611. 'size' => 'tiny',
  7612. 'default' => '0',
  7613. ),
  7614. 'entity_id' => array(
  7615. 'type' => 'int',
  7616. 'not null' => TRUE,
  7617. 'size' => 'normal',
  7618. 'unsigned' => TRUE,
  7619. ),
  7620. 'revision_id' => array(
  7621. 'type' => 'int',
  7622. 'not null' => FALSE,
  7623. 'size' => 'normal',
  7624. 'unsigned' => TRUE,
  7625. ),
  7626. 'language' => array(
  7627. 'type' => 'varchar',
  7628. 'not null' => TRUE,
  7629. 'length' => '32',
  7630. 'default' => '',
  7631. ),
  7632. 'delta' => array(
  7633. 'type' => 'int',
  7634. 'not null' => TRUE,
  7635. 'size' => 'normal',
  7636. 'unsigned' => TRUE,
  7637. ),
  7638. 'field_reference_2_target_id' => array(
  7639. 'type' => 'int',
  7640. 'not null' => TRUE,
  7641. 'size' => 'normal',
  7642. 'unsigned' => TRUE,
  7643. ),
  7644. ),
  7645. 'primary key' => array(
  7646. 'entity_type',
  7647. 'entity_id',
  7648. 'deleted',
  7649. 'delta',
  7650. 'language',
  7651. ),
  7652. 'indexes' => array(
  7653. 'entity_type' => array(
  7654. 'entity_type',
  7655. ),
  7656. 'bundle' => array(
  7657. 'bundle',
  7658. ),
  7659. 'deleted' => array(
  7660. 'deleted',
  7661. ),
  7662. 'entity_id' => array(
  7663. 'entity_id',
  7664. ),
  7665. 'revision_id' => array(
  7666. 'revision_id',
  7667. ),
  7668. 'language' => array(
  7669. 'language',
  7670. ),
  7671. 'field_reference_2_target_id' => array(
  7672. 'field_reference_2_target_id',
  7673. ),
  7674. ),
  7675. 'mysql_character_set' => 'utf8',
  7676. ));
  7677. $connection->insert('field_data_field_reference_2')
  7678. ->fields(array(
  7679. 'entity_type',
  7680. 'bundle',
  7681. 'deleted',
  7682. 'entity_id',
  7683. 'revision_id',
  7684. 'language',
  7685. 'delta',
  7686. 'field_reference_2_target_id',
  7687. ))
  7688. ->values(array(
  7689. 'entity_type' => 'node',
  7690. 'bundle' => 'article',
  7691. 'deleted' => '0',
  7692. 'entity_id' => '2',
  7693. 'revision_id' => '2',
  7694. 'language' => 'und',
  7695. 'delta' => '0',
  7696. 'field_reference_2_target_id' => '5',
  7697. ))
  7698. ->values(array(
  7699. 'entity_type' => 'node',
  7700. 'bundle' => 'article',
  7701. 'deleted' => '0',
  7702. 'entity_id' => '3',
  7703. 'revision_id' => '3',
  7704. 'language' => 'und',
  7705. 'delta' => '0',
  7706. 'field_reference_2_target_id' => '4',
  7707. ))
  7708. ->values(array(
  7709. 'entity_type' => 'node',
  7710. 'bundle' => 'article',
  7711. 'deleted' => '0',
  7712. 'entity_id' => '4',
  7713. 'revision_id' => '4',
  7714. 'language' => 'und',
  7715. 'delta' => '0',
  7716. 'field_reference_2_target_id' => '3',
  7717. ))
  7718. ->values(array(
  7719. 'entity_type' => 'node',
  7720. 'bundle' => 'article',
  7721. 'deleted' => '0',
  7722. 'entity_id' => '5',
  7723. 'revision_id' => '5',
  7724. 'language' => 'und',
  7725. 'delta' => '0',
  7726. 'field_reference_2_target_id' => '2',
  7727. ))
  7728. ->execute();
  7729. $connection->schema()->createTable('field_data_field_tags', array(
  7730. 'fields' => array(
  7731. 'entity_type' => array(
  7732. 'type' => 'varchar',
  7733. 'not null' => TRUE,
  7734. 'length' => '128',
  7735. 'default' => '',
  7736. ),
  7737. 'bundle' => array(
  7738. 'type' => 'varchar',
  7739. 'not null' => TRUE,
  7740. 'length' => '128',
  7741. 'default' => '',
  7742. ),
  7743. 'deleted' => array(
  7744. 'type' => 'int',
  7745. 'not null' => TRUE,
  7746. 'size' => 'normal',
  7747. 'default' => '0',
  7748. ),
  7749. 'entity_id' => array(
  7750. 'type' => 'int',
  7751. 'not null' => TRUE,
  7752. 'size' => 'normal',
  7753. 'unsigned' => TRUE,
  7754. ),
  7755. 'revision_id' => array(
  7756. 'type' => 'int',
  7757. 'not null' => FALSE,
  7758. 'size' => 'normal',
  7759. 'unsigned' => TRUE,
  7760. ),
  7761. 'language' => array(
  7762. 'type' => 'varchar',
  7763. 'not null' => TRUE,
  7764. 'length' => '32',
  7765. 'default' => '',
  7766. ),
  7767. 'delta' => array(
  7768. 'type' => 'int',
  7769. 'not null' => TRUE,
  7770. 'size' => 'normal',
  7771. 'unsigned' => TRUE,
  7772. ),
  7773. 'field_tags_tid' => array(
  7774. 'type' => 'int',
  7775. 'not null' => FALSE,
  7776. 'size' => 'normal',
  7777. 'unsigned' => TRUE,
  7778. ),
  7779. ),
  7780. 'primary key' => array(
  7781. 'entity_type',
  7782. 'deleted',
  7783. 'entity_id',
  7784. 'language',
  7785. 'delta',
  7786. ),
  7787. 'mysql_character_set' => 'utf8',
  7788. ));
  7789. $connection->insert('field_data_field_tags')
  7790. ->fields(array(
  7791. 'entity_type',
  7792. 'bundle',
  7793. 'deleted',
  7794. 'entity_id',
  7795. 'revision_id',
  7796. 'language',
  7797. 'delta',
  7798. 'field_tags_tid',
  7799. ))
  7800. ->values(array(
  7801. 'entity_type' => 'node',
  7802. 'bundle' => 'article',
  7803. 'deleted' => '0',
  7804. 'entity_id' => '2',
  7805. 'revision_id' => '2',
  7806. 'language' => 'und',
  7807. 'delta' => '0',
  7808. 'field_tags_tid' => '9',
  7809. ))
  7810. ->values(array(
  7811. 'entity_type' => 'node',
  7812. 'bundle' => 'article',
  7813. 'deleted' => '0',
  7814. 'entity_id' => '3',
  7815. 'revision_id' => '3',
  7816. 'language' => 'und',
  7817. 'delta' => '0',
  7818. 'field_tags_tid' => '9',
  7819. ))
  7820. ->values(array(
  7821. 'entity_type' => 'node',
  7822. 'bundle' => 'article',
  7823. 'deleted' => '0',
  7824. 'entity_id' => '2',
  7825. 'revision_id' => '2',
  7826. 'language' => 'und',
  7827. 'delta' => '1',
  7828. 'field_tags_tid' => '14',
  7829. ))
  7830. ->values(array(
  7831. 'entity_type' => 'node',
  7832. 'bundle' => 'article',
  7833. 'deleted' => '0',
  7834. 'entity_id' => '3',
  7835. 'revision_id' => '3',
  7836. 'language' => 'und',
  7837. 'delta' => '1',
  7838. 'field_tags_tid' => '14',
  7839. ))
  7840. ->values(array(
  7841. 'entity_type' => 'node',
  7842. 'bundle' => 'article',
  7843. 'deleted' => '0',
  7844. 'entity_id' => '2',
  7845. 'revision_id' => '2',
  7846. 'language' => 'und',
  7847. 'delta' => '2',
  7848. 'field_tags_tid' => '17',
  7849. ))
  7850. ->values(array(
  7851. 'entity_type' => 'node',
  7852. 'bundle' => 'article',
  7853. 'deleted' => '0',
  7854. 'entity_id' => '3',
  7855. 'revision_id' => '3',
  7856. 'language' => 'und',
  7857. 'delta' => '2',
  7858. 'field_tags_tid' => '17',
  7859. ))
  7860. ->execute();
  7861. $connection->schema()->createTable('field_data_field_term_entityreference', array(
  7862. 'fields' => array(
  7863. 'entity_type' => array(
  7864. 'type' => 'varchar',
  7865. 'not null' => TRUE,
  7866. 'length' => '128',
  7867. 'default' => '',
  7868. ),
  7869. 'bundle' => array(
  7870. 'type' => 'varchar',
  7871. 'not null' => TRUE,
  7872. 'length' => '128',
  7873. 'default' => '',
  7874. ),
  7875. 'deleted' => array(
  7876. 'type' => 'int',
  7877. 'not null' => TRUE,
  7878. 'size' => 'tiny',
  7879. 'default' => '0',
  7880. ),
  7881. 'entity_id' => array(
  7882. 'type' => 'int',
  7883. 'not null' => TRUE,
  7884. 'size' => 'normal',
  7885. 'unsigned' => TRUE,
  7886. ),
  7887. 'revision_id' => array(
  7888. 'type' => 'int',
  7889. 'not null' => FALSE,
  7890. 'size' => 'normal',
  7891. 'unsigned' => TRUE,
  7892. ),
  7893. 'language' => array(
  7894. 'type' => 'varchar',
  7895. 'not null' => TRUE,
  7896. 'length' => '32',
  7897. 'default' => '',
  7898. ),
  7899. 'delta' => array(
  7900. 'type' => 'int',
  7901. 'not null' => TRUE,
  7902. 'size' => 'normal',
  7903. 'unsigned' => TRUE,
  7904. ),
  7905. 'field_term_entityreference_target_id' => array(
  7906. 'type' => 'int',
  7907. 'not null' => TRUE,
  7908. 'size' => 'normal',
  7909. 'unsigned' => TRUE,
  7910. ),
  7911. ),
  7912. 'primary key' => array(
  7913. 'entity_type',
  7914. 'entity_id',
  7915. 'deleted',
  7916. 'delta',
  7917. 'language',
  7918. ),
  7919. 'indexes' => array(
  7920. 'entity_type' => array(
  7921. 'entity_type',
  7922. ),
  7923. 'bundle' => array(
  7924. 'bundle',
  7925. ),
  7926. 'deleted' => array(
  7927. 'deleted',
  7928. ),
  7929. 'entity_id' => array(
  7930. 'entity_id',
  7931. ),
  7932. 'revision_id' => array(
  7933. 'revision_id',
  7934. ),
  7935. 'language' => array(
  7936. 'language',
  7937. ),
  7938. 'field_term_entityreference_target_id' => array(
  7939. 'field_term_entityreference_target_id',
  7940. ),
  7941. ),
  7942. 'mysql_character_set' => 'utf8',
  7943. ));
  7944. $connection->insert('field_data_field_term_entityreference')
  7945. ->fields(array(
  7946. 'entity_type',
  7947. 'bundle',
  7948. 'deleted',
  7949. 'entity_id',
  7950. 'revision_id',
  7951. 'language',
  7952. 'delta',
  7953. 'field_term_entityreference_target_id',
  7954. ))
  7955. ->values(array(
  7956. 'entity_type' => 'node',
  7957. 'bundle' => 'test_content_type',
  7958. 'deleted' => '0',
  7959. 'entity_id' => '1',
  7960. 'revision_id' => '1',
  7961. 'language' => 'und',
  7962. 'delta' => '0',
  7963. 'field_term_entityreference_target_id' => '17',
  7964. ))
  7965. ->values(array(
  7966. 'entity_type' => 'node',
  7967. 'bundle' => 'test_content_type',
  7968. 'deleted' => '0',
  7969. 'entity_id' => '1',
  7970. 'revision_id' => '1',
  7971. 'language' => 'und',
  7972. 'delta' => '1',
  7973. 'field_term_entityreference_target_id' => '15',
  7974. ))
  7975. ->execute();
  7976. $connection->schema()->createTable('field_data_field_term_reference', array(
  7977. 'fields' => array(
  7978. 'entity_type' => array(
  7979. 'type' => 'varchar',
  7980. 'not null' => TRUE,
  7981. 'length' => '128',
  7982. 'default' => '',
  7983. ),
  7984. 'bundle' => array(
  7985. 'type' => 'varchar',
  7986. 'not null' => TRUE,
  7987. 'length' => '128',
  7988. 'default' => '',
  7989. ),
  7990. 'deleted' => array(
  7991. 'type' => 'int',
  7992. 'not null' => TRUE,
  7993. 'size' => 'normal',
  7994. 'default' => '0',
  7995. ),
  7996. 'entity_id' => array(
  7997. 'type' => 'int',
  7998. 'not null' => TRUE,
  7999. 'size' => 'normal',
  8000. 'unsigned' => TRUE,
  8001. ),
  8002. 'revision_id' => array(
  8003. 'type' => 'int',
  8004. 'not null' => FALSE,
  8005. 'size' => 'normal',
  8006. 'unsigned' => TRUE,
  8007. ),
  8008. 'language' => array(
  8009. 'type' => 'varchar',
  8010. 'not null' => TRUE,
  8011. 'length' => '32',
  8012. 'default' => '',
  8013. ),
  8014. 'delta' => array(
  8015. 'type' => 'int',
  8016. 'not null' => TRUE,
  8017. 'size' => 'normal',
  8018. 'unsigned' => TRUE,
  8019. ),
  8020. 'field_term_reference_tid' => array(
  8021. 'type' => 'int',
  8022. 'not null' => FALSE,
  8023. 'size' => 'normal',
  8024. 'unsigned' => TRUE,
  8025. ),
  8026. ),
  8027. 'primary key' => array(
  8028. 'entity_type',
  8029. 'deleted',
  8030. 'entity_id',
  8031. 'language',
  8032. 'delta',
  8033. ),
  8034. 'mysql_character_set' => 'utf8',
  8035. ));
  8036. $connection->insert('field_data_field_term_reference')
  8037. ->fields(array(
  8038. 'entity_type',
  8039. 'bundle',
  8040. 'deleted',
  8041. 'entity_id',
  8042. 'revision_id',
  8043. 'language',
  8044. 'delta',
  8045. 'field_term_reference_tid',
  8046. ))
  8047. ->values(array(
  8048. 'entity_type' => 'node',
  8049. 'bundle' => 'test_content_type',
  8050. 'deleted' => '0',
  8051. 'entity_id' => '1',
  8052. 'revision_id' => '1',
  8053. 'language' => 'und',
  8054. 'delta' => '0',
  8055. 'field_term_reference_tid' => '4',
  8056. ))
  8057. ->values(array(
  8058. 'entity_type' => 'taxonomy_term',
  8059. 'bundle' => 'test_vocabulary',
  8060. 'deleted' => '0',
  8061. 'entity_id' => '2',
  8062. 'revision_id' => '2',
  8063. 'language' => 'und',
  8064. 'delta' => '0',
  8065. 'field_term_reference_tid' => '3',
  8066. ))
  8067. ->execute();
  8068. $connection->schema()->createTable('field_data_field_text', array(
  8069. 'fields' => array(
  8070. 'entity_type' => array(
  8071. 'type' => 'varchar',
  8072. 'not null' => TRUE,
  8073. 'length' => '128',
  8074. 'default' => '',
  8075. ),
  8076. 'bundle' => array(
  8077. 'type' => 'varchar',
  8078. 'not null' => TRUE,
  8079. 'length' => '128',
  8080. 'default' => '',
  8081. ),
  8082. 'deleted' => array(
  8083. 'type' => 'int',
  8084. 'not null' => TRUE,
  8085. 'size' => 'normal',
  8086. 'default' => '0',
  8087. ),
  8088. 'entity_id' => array(
  8089. 'type' => 'int',
  8090. 'not null' => TRUE,
  8091. 'size' => 'normal',
  8092. 'unsigned' => TRUE,
  8093. ),
  8094. 'revision_id' => array(
  8095. 'type' => 'int',
  8096. 'not null' => FALSE,
  8097. 'size' => 'normal',
  8098. 'unsigned' => TRUE,
  8099. ),
  8100. 'language' => array(
  8101. 'type' => 'varchar',
  8102. 'not null' => TRUE,
  8103. 'length' => '32',
  8104. 'default' => '',
  8105. ),
  8106. 'delta' => array(
  8107. 'type' => 'int',
  8108. 'not null' => TRUE,
  8109. 'size' => 'normal',
  8110. 'unsigned' => TRUE,
  8111. ),
  8112. 'field_text_value' => array(
  8113. 'type' => 'varchar',
  8114. 'not null' => FALSE,
  8115. 'length' => '256',
  8116. ),
  8117. 'field_text_format' => array(
  8118. 'type' => 'varchar',
  8119. 'not null' => FALSE,
  8120. 'length' => '255',
  8121. ),
  8122. ),
  8123. 'primary key' => array(
  8124. 'entity_type',
  8125. 'deleted',
  8126. 'entity_id',
  8127. 'language',
  8128. 'delta',
  8129. ),
  8130. 'mysql_character_set' => 'utf8',
  8131. ));
  8132. $connection->insert('field_data_field_text')
  8133. ->fields(array(
  8134. 'entity_type',
  8135. 'bundle',
  8136. 'deleted',
  8137. 'entity_id',
  8138. 'revision_id',
  8139. 'language',
  8140. 'delta',
  8141. 'field_text_value',
  8142. 'field_text_format',
  8143. ))
  8144. ->values(array(
  8145. 'entity_type' => 'node',
  8146. 'bundle' => 'test_content_type',
  8147. 'deleted' => '0',
  8148. 'entity_id' => '1',
  8149. 'revision_id' => '1',
  8150. 'language' => 'und',
  8151. 'delta' => '0',
  8152. 'field_text_value' => 'qwerty',
  8153. 'field_text_format' => NULL,
  8154. ))
  8155. ->execute();
  8156. $connection->schema()->createTable('field_data_field_text_filtered', array(
  8157. 'fields' => array(
  8158. 'entity_type' => array(
  8159. 'type' => 'varchar',
  8160. 'not null' => TRUE,
  8161. 'length' => '128',
  8162. 'default' => '',
  8163. ),
  8164. 'bundle' => array(
  8165. 'type' => 'varchar',
  8166. 'not null' => TRUE,
  8167. 'length' => '128',
  8168. 'default' => '',
  8169. ),
  8170. 'deleted' => array(
  8171. 'type' => 'int',
  8172. 'not null' => TRUE,
  8173. 'size' => 'tiny',
  8174. 'default' => '0',
  8175. ),
  8176. 'entity_id' => array(
  8177. 'type' => 'int',
  8178. 'not null' => TRUE,
  8179. 'size' => 'normal',
  8180. 'unsigned' => TRUE,
  8181. ),
  8182. 'revision_id' => array(
  8183. 'type' => 'int',
  8184. 'not null' => FALSE,
  8185. 'size' => 'normal',
  8186. 'unsigned' => TRUE,
  8187. ),
  8188. 'language' => array(
  8189. 'type' => 'varchar',
  8190. 'not null' => TRUE,
  8191. 'length' => '32',
  8192. 'default' => '',
  8193. ),
  8194. 'delta' => array(
  8195. 'type' => 'int',
  8196. 'not null' => TRUE,
  8197. 'size' => 'normal',
  8198. 'unsigned' => TRUE,
  8199. ),
  8200. 'field_text_filtered_value' => array(
  8201. 'type' => 'varchar',
  8202. 'not null' => FALSE,
  8203. 'length' => '255',
  8204. ),
  8205. 'field_text_filtered_format' => array(
  8206. 'type' => 'varchar',
  8207. 'not null' => FALSE,
  8208. 'length' => '255',
  8209. ),
  8210. ),
  8211. 'primary key' => array(
  8212. 'entity_type',
  8213. 'entity_id',
  8214. 'deleted',
  8215. 'delta',
  8216. 'language',
  8217. ),
  8218. 'indexes' => array(
  8219. 'entity_type' => array(
  8220. 'entity_type',
  8221. ),
  8222. 'bundle' => array(
  8223. 'bundle',
  8224. ),
  8225. 'deleted' => array(
  8226. 'deleted',
  8227. ),
  8228. 'entity_id' => array(
  8229. 'entity_id',
  8230. ),
  8231. 'revision_id' => array(
  8232. 'revision_id',
  8233. ),
  8234. 'language' => array(
  8235. 'language',
  8236. ),
  8237. 'field_text_filtered_format' => array(
  8238. array(
  8239. 'field_text_filtered_format',
  8240. '191',
  8241. ),
  8242. ),
  8243. ),
  8244. 'mysql_character_set' => 'utf8',
  8245. ));
  8246. $connection->schema()->createTable('field_data_field_text_list', array(
  8247. 'fields' => array(
  8248. 'entity_type' => array(
  8249. 'type' => 'varchar',
  8250. 'not null' => TRUE,
  8251. 'length' => '128',
  8252. 'default' => '',
  8253. ),
  8254. 'bundle' => array(
  8255. 'type' => 'varchar',
  8256. 'not null' => TRUE,
  8257. 'length' => '128',
  8258. 'default' => '',
  8259. ),
  8260. 'deleted' => array(
  8261. 'type' => 'int',
  8262. 'not null' => TRUE,
  8263. 'size' => 'normal',
  8264. 'default' => '0',
  8265. ),
  8266. 'entity_id' => array(
  8267. 'type' => 'int',
  8268. 'not null' => TRUE,
  8269. 'size' => 'normal',
  8270. 'unsigned' => TRUE,
  8271. ),
  8272. 'revision_id' => array(
  8273. 'type' => 'int',
  8274. 'not null' => FALSE,
  8275. 'size' => 'normal',
  8276. 'unsigned' => TRUE,
  8277. ),
  8278. 'language' => array(
  8279. 'type' => 'varchar',
  8280. 'not null' => TRUE,
  8281. 'length' => '32',
  8282. 'default' => '',
  8283. ),
  8284. 'delta' => array(
  8285. 'type' => 'int',
  8286. 'not null' => TRUE,
  8287. 'size' => 'normal',
  8288. 'unsigned' => TRUE,
  8289. ),
  8290. 'field_text_list_value' => array(
  8291. 'type' => 'varchar',
  8292. 'not null' => FALSE,
  8293. 'length' => '255',
  8294. ),
  8295. ),
  8296. 'primary key' => array(
  8297. 'entity_type',
  8298. 'deleted',
  8299. 'entity_id',
  8300. 'language',
  8301. 'delta',
  8302. ),
  8303. 'mysql_character_set' => 'utf8',
  8304. ));
  8305. $connection->insert('field_data_field_text_list')
  8306. ->fields(array(
  8307. 'entity_type',
  8308. 'bundle',
  8309. 'deleted',
  8310. 'entity_id',
  8311. 'revision_id',
  8312. 'language',
  8313. 'delta',
  8314. 'field_text_list_value',
  8315. ))
  8316. ->values(array(
  8317. 'entity_type' => 'node',
  8318. 'bundle' => 'test_content_type',
  8319. 'deleted' => '0',
  8320. 'entity_id' => '1',
  8321. 'revision_id' => '1',
  8322. 'language' => 'und',
  8323. 'delta' => '0',
  8324. 'field_text_list_value' => 'Some more text',
  8325. ))
  8326. ->execute();
  8327. $connection->schema()->createTable('field_data_field_text_long_filtered', array(
  8328. 'fields' => array(
  8329. 'entity_type' => array(
  8330. 'type' => 'varchar',
  8331. 'not null' => TRUE,
  8332. 'length' => '128',
  8333. 'default' => '',
  8334. ),
  8335. 'bundle' => array(
  8336. 'type' => 'varchar',
  8337. 'not null' => TRUE,
  8338. 'length' => '128',
  8339. 'default' => '',
  8340. ),
  8341. 'deleted' => array(
  8342. 'type' => 'int',
  8343. 'not null' => TRUE,
  8344. 'size' => 'tiny',
  8345. 'default' => '0',
  8346. ),
  8347. 'entity_id' => array(
  8348. 'type' => 'int',
  8349. 'not null' => TRUE,
  8350. 'size' => 'normal',
  8351. 'unsigned' => TRUE,
  8352. ),
  8353. 'revision_id' => array(
  8354. 'type' => 'int',
  8355. 'not null' => FALSE,
  8356. 'size' => 'normal',
  8357. 'unsigned' => TRUE,
  8358. ),
  8359. 'language' => array(
  8360. 'type' => 'varchar',
  8361. 'not null' => TRUE,
  8362. 'length' => '32',
  8363. 'default' => '',
  8364. ),
  8365. 'delta' => array(
  8366. 'type' => 'int',
  8367. 'not null' => TRUE,
  8368. 'size' => 'normal',
  8369. 'unsigned' => TRUE,
  8370. ),
  8371. 'field_text_long_filtered_value' => array(
  8372. 'type' => 'text',
  8373. 'not null' => FALSE,
  8374. 'size' => 'big',
  8375. ),
  8376. 'field_text_long_filtered_format' => array(
  8377. 'type' => 'varchar',
  8378. 'not null' => FALSE,
  8379. 'length' => '255',
  8380. ),
  8381. ),
  8382. 'primary key' => array(
  8383. 'entity_type',
  8384. 'entity_id',
  8385. 'deleted',
  8386. 'delta',
  8387. 'language',
  8388. ),
  8389. 'indexes' => array(
  8390. 'entity_type' => array(
  8391. 'entity_type',
  8392. ),
  8393. 'bundle' => array(
  8394. 'bundle',
  8395. ),
  8396. 'deleted' => array(
  8397. 'deleted',
  8398. ),
  8399. 'entity_id' => array(
  8400. 'entity_id',
  8401. ),
  8402. 'revision_id' => array(
  8403. 'revision_id',
  8404. ),
  8405. 'language' => array(
  8406. 'language',
  8407. ),
  8408. 'field_text_long_filtered_format' => array(
  8409. array(
  8410. 'field_text_long_filtered_format',
  8411. '191',
  8412. ),
  8413. ),
  8414. ),
  8415. 'mysql_character_set' => 'utf8',
  8416. ));
  8417. $connection->schema()->createTable('field_data_field_text_long_plain', array(
  8418. 'fields' => array(
  8419. 'entity_type' => array(
  8420. 'type' => 'varchar',
  8421. 'not null' => TRUE,
  8422. 'length' => '128',
  8423. 'default' => '',
  8424. ),
  8425. 'bundle' => array(
  8426. 'type' => 'varchar',
  8427. 'not null' => TRUE,
  8428. 'length' => '128',
  8429. 'default' => '',
  8430. ),
  8431. 'deleted' => array(
  8432. 'type' => 'int',
  8433. 'not null' => TRUE,
  8434. 'size' => 'tiny',
  8435. 'default' => '0',
  8436. ),
  8437. 'entity_id' => array(
  8438. 'type' => 'int',
  8439. 'not null' => TRUE,
  8440. 'size' => 'normal',
  8441. 'unsigned' => TRUE,
  8442. ),
  8443. 'revision_id' => array(
  8444. 'type' => 'int',
  8445. 'not null' => FALSE,
  8446. 'size' => 'normal',
  8447. 'unsigned' => TRUE,
  8448. ),
  8449. 'language' => array(
  8450. 'type' => 'varchar',
  8451. 'not null' => TRUE,
  8452. 'length' => '32',
  8453. 'default' => '',
  8454. ),
  8455. 'delta' => array(
  8456. 'type' => 'int',
  8457. 'not null' => TRUE,
  8458. 'size' => 'normal',
  8459. 'unsigned' => TRUE,
  8460. ),
  8461. 'field_text_long_plain_value' => array(
  8462. 'type' => 'text',
  8463. 'not null' => FALSE,
  8464. 'size' => 'big',
  8465. ),
  8466. 'field_text_long_plain_format' => array(
  8467. 'type' => 'varchar',
  8468. 'not null' => FALSE,
  8469. 'length' => '255',
  8470. ),
  8471. ),
  8472. 'primary key' => array(
  8473. 'entity_type',
  8474. 'entity_id',
  8475. 'deleted',
  8476. 'delta',
  8477. 'language',
  8478. ),
  8479. 'indexes' => array(
  8480. 'entity_type' => array(
  8481. 'entity_type',
  8482. ),
  8483. 'bundle' => array(
  8484. 'bundle',
  8485. ),
  8486. 'deleted' => array(
  8487. 'deleted',
  8488. ),
  8489. 'entity_id' => array(
  8490. 'entity_id',
  8491. ),
  8492. 'revision_id' => array(
  8493. 'revision_id',
  8494. ),
  8495. 'language' => array(
  8496. 'language',
  8497. ),
  8498. 'field_text_long_plain_format' => array(
  8499. array(
  8500. 'field_text_long_plain_format',
  8501. '191',
  8502. ),
  8503. ),
  8504. ),
  8505. 'mysql_character_set' => 'utf8',
  8506. ));
  8507. $connection->schema()->createTable('field_data_field_text_long_plain_filtered', array(
  8508. 'fields' => array(
  8509. 'entity_type' => array(
  8510. 'type' => 'varchar',
  8511. 'not null' => TRUE,
  8512. 'length' => '128',
  8513. 'default' => '',
  8514. ),
  8515. 'bundle' => array(
  8516. 'type' => 'varchar',
  8517. 'not null' => TRUE,
  8518. 'length' => '128',
  8519. 'default' => '',
  8520. ),
  8521. 'deleted' => array(
  8522. 'type' => 'int',
  8523. 'not null' => TRUE,
  8524. 'size' => 'tiny',
  8525. 'default' => '0',
  8526. ),
  8527. 'entity_id' => array(
  8528. 'type' => 'int',
  8529. 'not null' => TRUE,
  8530. 'size' => 'normal',
  8531. 'unsigned' => TRUE,
  8532. ),
  8533. 'revision_id' => array(
  8534. 'type' => 'int',
  8535. 'not null' => FALSE,
  8536. 'size' => 'normal',
  8537. 'unsigned' => TRUE,
  8538. ),
  8539. 'language' => array(
  8540. 'type' => 'varchar',
  8541. 'not null' => TRUE,
  8542. 'length' => '32',
  8543. 'default' => '',
  8544. ),
  8545. 'delta' => array(
  8546. 'type' => 'int',
  8547. 'not null' => TRUE,
  8548. 'size' => 'normal',
  8549. 'unsigned' => TRUE,
  8550. ),
  8551. 'field_text_long_plain_filtered_value' => array(
  8552. 'type' => 'text',
  8553. 'not null' => FALSE,
  8554. 'size' => 'big',
  8555. ),
  8556. 'field_text_long_plain_filtered_format' => array(
  8557. 'type' => 'varchar',
  8558. 'not null' => FALSE,
  8559. 'length' => '255',
  8560. ),
  8561. ),
  8562. 'primary key' => array(
  8563. 'entity_type',
  8564. 'entity_id',
  8565. 'deleted',
  8566. 'delta',
  8567. 'language',
  8568. ),
  8569. 'indexes' => array(
  8570. 'entity_type' => array(
  8571. 'entity_type',
  8572. ),
  8573. 'bundle' => array(
  8574. 'bundle',
  8575. ),
  8576. 'deleted' => array(
  8577. 'deleted',
  8578. ),
  8579. 'entity_id' => array(
  8580. 'entity_id',
  8581. ),
  8582. 'revision_id' => array(
  8583. 'revision_id',
  8584. ),
  8585. 'language' => array(
  8586. 'language',
  8587. ),
  8588. 'field_text_long_plain_filtered_format' => array(
  8589. array(
  8590. 'field_text_long_plain_filtered_format',
  8591. '191',
  8592. ),
  8593. ),
  8594. ),
  8595. 'mysql_character_set' => 'utf8',
  8596. ));
  8597. $connection->schema()->createTable('field_data_field_text_plain', array(
  8598. 'fields' => array(
  8599. 'entity_type' => array(
  8600. 'type' => 'varchar',
  8601. 'not null' => TRUE,
  8602. 'length' => '128',
  8603. 'default' => '',
  8604. ),
  8605. 'bundle' => array(
  8606. 'type' => 'varchar',
  8607. 'not null' => TRUE,
  8608. 'length' => '128',
  8609. 'default' => '',
  8610. ),
  8611. 'deleted' => array(
  8612. 'type' => 'int',
  8613. 'not null' => TRUE,
  8614. 'size' => 'tiny',
  8615. 'default' => '0',
  8616. ),
  8617. 'entity_id' => array(
  8618. 'type' => 'int',
  8619. 'not null' => TRUE,
  8620. 'size' => 'normal',
  8621. 'unsigned' => TRUE,
  8622. ),
  8623. 'revision_id' => array(
  8624. 'type' => 'int',
  8625. 'not null' => FALSE,
  8626. 'size' => 'normal',
  8627. 'unsigned' => TRUE,
  8628. ),
  8629. 'language' => array(
  8630. 'type' => 'varchar',
  8631. 'not null' => TRUE,
  8632. 'length' => '32',
  8633. 'default' => '',
  8634. ),
  8635. 'delta' => array(
  8636. 'type' => 'int',
  8637. 'not null' => TRUE,
  8638. 'size' => 'normal',
  8639. 'unsigned' => TRUE,
  8640. ),
  8641. 'field_text_plain_value' => array(
  8642. 'type' => 'varchar',
  8643. 'not null' => FALSE,
  8644. 'length' => '255',
  8645. ),
  8646. 'field_text_plain_format' => array(
  8647. 'type' => 'varchar',
  8648. 'not null' => FALSE,
  8649. 'length' => '255',
  8650. ),
  8651. ),
  8652. 'primary key' => array(
  8653. 'entity_type',
  8654. 'entity_id',
  8655. 'deleted',
  8656. 'delta',
  8657. 'language',
  8658. ),
  8659. 'indexes' => array(
  8660. 'entity_type' => array(
  8661. 'entity_type',
  8662. ),
  8663. 'bundle' => array(
  8664. 'bundle',
  8665. ),
  8666. 'deleted' => array(
  8667. 'deleted',
  8668. ),
  8669. 'entity_id' => array(
  8670. 'entity_id',
  8671. ),
  8672. 'revision_id' => array(
  8673. 'revision_id',
  8674. ),
  8675. 'language' => array(
  8676. 'language',
  8677. ),
  8678. 'field_text_plain_format' => array(
  8679. array(
  8680. 'field_text_plain_format',
  8681. '191',
  8682. ),
  8683. ),
  8684. ),
  8685. 'mysql_character_set' => 'utf8',
  8686. ));
  8687. $connection->insert('field_data_field_text_plain')
  8688. ->fields(array(
  8689. 'entity_type',
  8690. 'bundle',
  8691. 'deleted',
  8692. 'entity_id',
  8693. 'revision_id',
  8694. 'language',
  8695. 'delta',
  8696. 'field_text_plain_value',
  8697. 'field_text_plain_format',
  8698. ))
  8699. ->values(array(
  8700. 'entity_type' => 'node',
  8701. 'bundle' => 'article',
  8702. 'deleted' => '0',
  8703. 'entity_id' => '2',
  8704. 'revision_id' => '2',
  8705. 'language' => 'und',
  8706. 'delta' => '0',
  8707. 'field_text_plain_value' => 'Kai Opaka',
  8708. 'field_text_plain_format' => NULL,
  8709. ))
  8710. ->values(array(
  8711. 'entity_type' => 'node',
  8712. 'bundle' => 'article',
  8713. 'deleted' => '0',
  8714. 'entity_id' => '3',
  8715. 'revision_id' => '3',
  8716. 'language' => 'und',
  8717. 'delta' => '0',
  8718. 'field_text_plain_value' => 'Kai Opaka',
  8719. 'field_text_plain_format' => NULL,
  8720. ))
  8721. ->execute();
  8722. $connection->schema()->createTable('field_data_field_text_plain_filtered', array(
  8723. 'fields' => array(
  8724. 'entity_type' => array(
  8725. 'type' => 'varchar',
  8726. 'not null' => TRUE,
  8727. 'length' => '128',
  8728. 'default' => '',
  8729. ),
  8730. 'bundle' => array(
  8731. 'type' => 'varchar',
  8732. 'not null' => TRUE,
  8733. 'length' => '128',
  8734. 'default' => '',
  8735. ),
  8736. 'deleted' => array(
  8737. 'type' => 'int',
  8738. 'not null' => TRUE,
  8739. 'size' => 'tiny',
  8740. 'default' => '0',
  8741. ),
  8742. 'entity_id' => array(
  8743. 'type' => 'int',
  8744. 'not null' => TRUE,
  8745. 'size' => 'normal',
  8746. 'unsigned' => TRUE,
  8747. ),
  8748. 'revision_id' => array(
  8749. 'type' => 'int',
  8750. 'not null' => FALSE,
  8751. 'size' => 'normal',
  8752. 'unsigned' => TRUE,
  8753. ),
  8754. 'language' => array(
  8755. 'type' => 'varchar',
  8756. 'not null' => TRUE,
  8757. 'length' => '32',
  8758. 'default' => '',
  8759. ),
  8760. 'delta' => array(
  8761. 'type' => 'int',
  8762. 'not null' => TRUE,
  8763. 'size' => 'normal',
  8764. 'unsigned' => TRUE,
  8765. ),
  8766. 'field_text_plain_filtered_value' => array(
  8767. 'type' => 'varchar',
  8768. 'not null' => FALSE,
  8769. 'length' => '255',
  8770. ),
  8771. 'field_text_plain_filtered_format' => array(
  8772. 'type' => 'varchar',
  8773. 'not null' => FALSE,
  8774. 'length' => '255',
  8775. ),
  8776. ),
  8777. 'primary key' => array(
  8778. 'entity_type',
  8779. 'entity_id',
  8780. 'deleted',
  8781. 'delta',
  8782. 'language',
  8783. ),
  8784. 'indexes' => array(
  8785. 'entity_type' => array(
  8786. 'entity_type',
  8787. ),
  8788. 'bundle' => array(
  8789. 'bundle',
  8790. ),
  8791. 'deleted' => array(
  8792. 'deleted',
  8793. ),
  8794. 'entity_id' => array(
  8795. 'entity_id',
  8796. ),
  8797. 'revision_id' => array(
  8798. 'revision_id',
  8799. ),
  8800. 'language' => array(
  8801. 'language',
  8802. ),
  8803. 'field_text_plain_filtered_format' => array(
  8804. array(
  8805. 'field_text_plain_filtered_format',
  8806. '191',
  8807. ),
  8808. ),
  8809. ),
  8810. 'mysql_character_set' => 'utf8',
  8811. ));
  8812. $connection->schema()->createTable('field_data_field_text_sum_filtered', array(
  8813. 'fields' => array(
  8814. 'entity_type' => array(
  8815. 'type' => 'varchar',
  8816. 'not null' => TRUE,
  8817. 'length' => '128',
  8818. 'default' => '',
  8819. ),
  8820. 'bundle' => array(
  8821. 'type' => 'varchar',
  8822. 'not null' => TRUE,
  8823. 'length' => '128',
  8824. 'default' => '',
  8825. ),
  8826. 'deleted' => array(
  8827. 'type' => 'int',
  8828. 'not null' => TRUE,
  8829. 'size' => 'tiny',
  8830. 'default' => '0',
  8831. ),
  8832. 'entity_id' => array(
  8833. 'type' => 'int',
  8834. 'not null' => TRUE,
  8835. 'size' => 'normal',
  8836. 'unsigned' => TRUE,
  8837. ),
  8838. 'revision_id' => array(
  8839. 'type' => 'int',
  8840. 'not null' => FALSE,
  8841. 'size' => 'normal',
  8842. 'unsigned' => TRUE,
  8843. ),
  8844. 'language' => array(
  8845. 'type' => 'varchar',
  8846. 'not null' => TRUE,
  8847. 'length' => '32',
  8848. 'default' => '',
  8849. ),
  8850. 'delta' => array(
  8851. 'type' => 'int',
  8852. 'not null' => TRUE,
  8853. 'size' => 'normal',
  8854. 'unsigned' => TRUE,
  8855. ),
  8856. 'field_text_sum_filtered_value' => array(
  8857. 'type' => 'text',
  8858. 'not null' => FALSE,
  8859. 'size' => 'big',
  8860. ),
  8861. 'field_text_sum_filtered_summary' => array(
  8862. 'type' => 'text',
  8863. 'not null' => FALSE,
  8864. 'size' => 'big',
  8865. ),
  8866. 'field_text_sum_filtered_format' => array(
  8867. 'type' => 'varchar',
  8868. 'not null' => FALSE,
  8869. 'length' => '255',
  8870. ),
  8871. ),
  8872. 'primary key' => array(
  8873. 'entity_type',
  8874. 'entity_id',
  8875. 'deleted',
  8876. 'delta',
  8877. 'language',
  8878. ),
  8879. 'indexes' => array(
  8880. 'entity_type' => array(
  8881. 'entity_type',
  8882. ),
  8883. 'bundle' => array(
  8884. 'bundle',
  8885. ),
  8886. 'deleted' => array(
  8887. 'deleted',
  8888. ),
  8889. 'entity_id' => array(
  8890. 'entity_id',
  8891. ),
  8892. 'revision_id' => array(
  8893. 'revision_id',
  8894. ),
  8895. 'language' => array(
  8896. 'language',
  8897. ),
  8898. 'field_text_sum_filtered_format' => array(
  8899. array(
  8900. 'field_text_sum_filtered_format',
  8901. '191',
  8902. ),
  8903. ),
  8904. ),
  8905. 'mysql_character_set' => 'utf8',
  8906. ));
  8907. $connection->schema()->createTable('field_data_field_text_sum_plain', array(
  8908. 'fields' => array(
  8909. 'entity_type' => array(
  8910. 'type' => 'varchar',
  8911. 'not null' => TRUE,
  8912. 'length' => '128',
  8913. 'default' => '',
  8914. ),
  8915. 'bundle' => array(
  8916. 'type' => 'varchar',
  8917. 'not null' => TRUE,
  8918. 'length' => '128',
  8919. 'default' => '',
  8920. ),
  8921. 'deleted' => array(
  8922. 'type' => 'int',
  8923. 'not null' => TRUE,
  8924. 'size' => 'tiny',
  8925. 'default' => '0',
  8926. ),
  8927. 'entity_id' => array(
  8928. 'type' => 'int',
  8929. 'not null' => TRUE,
  8930. 'size' => 'normal',
  8931. 'unsigned' => TRUE,
  8932. ),
  8933. 'revision_id' => array(
  8934. 'type' => 'int',
  8935. 'not null' => FALSE,
  8936. 'size' => 'normal',
  8937. 'unsigned' => TRUE,
  8938. ),
  8939. 'language' => array(
  8940. 'type' => 'varchar',
  8941. 'not null' => TRUE,
  8942. 'length' => '32',
  8943. 'default' => '',
  8944. ),
  8945. 'delta' => array(
  8946. 'type' => 'int',
  8947. 'not null' => TRUE,
  8948. 'size' => 'normal',
  8949. 'unsigned' => TRUE,
  8950. ),
  8951. 'field_text_sum_plain_value' => array(
  8952. 'type' => 'text',
  8953. 'not null' => FALSE,
  8954. 'size' => 'big',
  8955. ),
  8956. 'field_text_sum_plain_summary' => array(
  8957. 'type' => 'text',
  8958. 'not null' => FALSE,
  8959. 'size' => 'big',
  8960. ),
  8961. 'field_text_sum_plain_format' => array(
  8962. 'type' => 'varchar',
  8963. 'not null' => FALSE,
  8964. 'length' => '255',
  8965. ),
  8966. ),
  8967. 'primary key' => array(
  8968. 'entity_type',
  8969. 'entity_id',
  8970. 'deleted',
  8971. 'delta',
  8972. 'language',
  8973. ),
  8974. 'indexes' => array(
  8975. 'entity_type' => array(
  8976. 'entity_type',
  8977. ),
  8978. 'bundle' => array(
  8979. 'bundle',
  8980. ),
  8981. 'deleted' => array(
  8982. 'deleted',
  8983. ),
  8984. 'entity_id' => array(
  8985. 'entity_id',
  8986. ),
  8987. 'revision_id' => array(
  8988. 'revision_id',
  8989. ),
  8990. 'language' => array(
  8991. 'language',
  8992. ),
  8993. 'field_text_sum_plain_format' => array(
  8994. array(
  8995. 'field_text_sum_plain_format',
  8996. '191',
  8997. ),
  8998. ),
  8999. ),
  9000. 'mysql_character_set' => 'utf8',
  9001. ));
  9002. $connection->schema()->createTable('field_data_field_text_sum_plain_filtered', array(
  9003. 'fields' => array(
  9004. 'entity_type' => array(
  9005. 'type' => 'varchar',
  9006. 'not null' => TRUE,
  9007. 'length' => '128',
  9008. 'default' => '',
  9009. ),
  9010. 'bundle' => array(
  9011. 'type' => 'varchar',
  9012. 'not null' => TRUE,
  9013. 'length' => '128',
  9014. 'default' => '',
  9015. ),
  9016. 'deleted' => array(
  9017. 'type' => 'int',
  9018. 'not null' => TRUE,
  9019. 'size' => 'tiny',
  9020. 'default' => '0',
  9021. ),
  9022. 'entity_id' => array(
  9023. 'type' => 'int',
  9024. 'not null' => TRUE,
  9025. 'size' => 'normal',
  9026. 'unsigned' => TRUE,
  9027. ),
  9028. 'revision_id' => array(
  9029. 'type' => 'int',
  9030. 'not null' => FALSE,
  9031. 'size' => 'normal',
  9032. 'unsigned' => TRUE,
  9033. ),
  9034. 'language' => array(
  9035. 'type' => 'varchar',
  9036. 'not null' => TRUE,
  9037. 'length' => '32',
  9038. 'default' => '',
  9039. ),
  9040. 'delta' => array(
  9041. 'type' => 'int',
  9042. 'not null' => TRUE,
  9043. 'size' => 'normal',
  9044. 'unsigned' => TRUE,
  9045. ),
  9046. 'field_text_sum_plain_filtered_value' => array(
  9047. 'type' => 'text',
  9048. 'not null' => FALSE,
  9049. 'size' => 'big',
  9050. ),
  9051. 'field_text_sum_plain_filtered_summary' => array(
  9052. 'type' => 'text',
  9053. 'not null' => FALSE,
  9054. 'size' => 'big',
  9055. ),
  9056. 'field_text_sum_plain_filtered_format' => array(
  9057. 'type' => 'varchar',
  9058. 'not null' => FALSE,
  9059. 'length' => '255',
  9060. ),
  9061. ),
  9062. 'primary key' => array(
  9063. 'entity_type',
  9064. 'entity_id',
  9065. 'deleted',
  9066. 'delta',
  9067. 'language',
  9068. ),
  9069. 'indexes' => array(
  9070. 'entity_type' => array(
  9071. 'entity_type',
  9072. ),
  9073. 'bundle' => array(
  9074. 'bundle',
  9075. ),
  9076. 'deleted' => array(
  9077. 'deleted',
  9078. ),
  9079. 'entity_id' => array(
  9080. 'entity_id',
  9081. ),
  9082. 'revision_id' => array(
  9083. 'revision_id',
  9084. ),
  9085. 'language' => array(
  9086. 'language',
  9087. ),
  9088. 'field_text_sum_plain_filtered_format' => array(
  9089. array(
  9090. 'field_text_sum_plain_filtered_format',
  9091. '191',
  9092. ),
  9093. ),
  9094. ),
  9095. 'mysql_character_set' => 'utf8',
  9096. ));
  9097. $connection->schema()->createTable('field_data_field_user_entityreference', array(
  9098. 'fields' => array(
  9099. 'entity_type' => array(
  9100. 'type' => 'varchar',
  9101. 'not null' => TRUE,
  9102. 'length' => '128',
  9103. 'default' => '',
  9104. ),
  9105. 'bundle' => array(
  9106. 'type' => 'varchar',
  9107. 'not null' => TRUE,
  9108. 'length' => '128',
  9109. 'default' => '',
  9110. ),
  9111. 'deleted' => array(
  9112. 'type' => 'int',
  9113. 'not null' => TRUE,
  9114. 'size' => 'tiny',
  9115. 'default' => '0',
  9116. ),
  9117. 'entity_id' => array(
  9118. 'type' => 'int',
  9119. 'not null' => TRUE,
  9120. 'size' => 'normal',
  9121. 'unsigned' => TRUE,
  9122. ),
  9123. 'revision_id' => array(
  9124. 'type' => 'int',
  9125. 'not null' => FALSE,
  9126. 'size' => 'normal',
  9127. 'unsigned' => TRUE,
  9128. ),
  9129. 'language' => array(
  9130. 'type' => 'varchar',
  9131. 'not null' => TRUE,
  9132. 'length' => '32',
  9133. 'default' => '',
  9134. ),
  9135. 'delta' => array(
  9136. 'type' => 'int',
  9137. 'not null' => TRUE,
  9138. 'size' => 'normal',
  9139. 'unsigned' => TRUE,
  9140. ),
  9141. 'field_user_entityreference_target_id' => array(
  9142. 'type' => 'int',
  9143. 'not null' => TRUE,
  9144. 'size' => 'normal',
  9145. 'unsigned' => TRUE,
  9146. ),
  9147. ),
  9148. 'primary key' => array(
  9149. 'entity_type',
  9150. 'entity_id',
  9151. 'deleted',
  9152. 'delta',
  9153. 'language',
  9154. ),
  9155. 'indexes' => array(
  9156. 'entity_type' => array(
  9157. 'entity_type',
  9158. ),
  9159. 'bundle' => array(
  9160. 'bundle',
  9161. ),
  9162. 'deleted' => array(
  9163. 'deleted',
  9164. ),
  9165. 'entity_id' => array(
  9166. 'entity_id',
  9167. ),
  9168. 'revision_id' => array(
  9169. 'revision_id',
  9170. ),
  9171. 'language' => array(
  9172. 'language',
  9173. ),
  9174. 'field_user_entityreference_target_id' => array(
  9175. 'field_user_entityreference_target_id',
  9176. ),
  9177. ),
  9178. 'mysql_character_set' => 'utf8',
  9179. ));
  9180. $connection->insert('field_data_field_user_entityreference')
  9181. ->fields(array(
  9182. 'entity_type',
  9183. 'bundle',
  9184. 'deleted',
  9185. 'entity_id',
  9186. 'revision_id',
  9187. 'language',
  9188. 'delta',
  9189. 'field_user_entityreference_target_id',
  9190. ))
  9191. ->values(array(
  9192. 'entity_type' => 'node',
  9193. 'bundle' => 'test_content_type',
  9194. 'deleted' => '0',
  9195. 'entity_id' => '1',
  9196. 'revision_id' => '1',
  9197. 'language' => 'und',
  9198. 'delta' => '0',
  9199. 'field_user_entityreference_target_id' => '2',
  9200. ))
  9201. ->execute();
  9202. $connection->schema()->createTable('field_data_field_vocab_fixed', array(
  9203. 'fields' => array(
  9204. 'entity_type' => array(
  9205. 'type' => 'varchar',
  9206. 'not null' => TRUE,
  9207. 'length' => '128',
  9208. 'default' => '',
  9209. ),
  9210. 'bundle' => array(
  9211. 'type' => 'varchar',
  9212. 'not null' => TRUE,
  9213. 'length' => '128',
  9214. 'default' => '',
  9215. ),
  9216. 'deleted' => array(
  9217. 'type' => 'int',
  9218. 'not null' => TRUE,
  9219. 'size' => 'tiny',
  9220. 'default' => '0',
  9221. ),
  9222. 'entity_id' => array(
  9223. 'type' => 'int',
  9224. 'not null' => TRUE,
  9225. 'size' => 'normal',
  9226. 'unsigned' => TRUE,
  9227. ),
  9228. 'revision_id' => array(
  9229. 'type' => 'int',
  9230. 'not null' => FALSE,
  9231. 'size' => 'normal',
  9232. 'unsigned' => TRUE,
  9233. ),
  9234. 'language' => array(
  9235. 'type' => 'varchar',
  9236. 'not null' => TRUE,
  9237. 'length' => '32',
  9238. 'default' => '',
  9239. ),
  9240. 'delta' => array(
  9241. 'type' => 'int',
  9242. 'not null' => TRUE,
  9243. 'size' => 'normal',
  9244. 'unsigned' => TRUE,
  9245. ),
  9246. 'field_vocab_fixed_tid' => array(
  9247. 'type' => 'int',
  9248. 'not null' => FALSE,
  9249. 'size' => 'normal',
  9250. 'unsigned' => TRUE,
  9251. ),
  9252. ),
  9253. 'primary key' => array(
  9254. 'entity_type',
  9255. 'entity_id',
  9256. 'deleted',
  9257. 'delta',
  9258. 'language',
  9259. ),
  9260. 'indexes' => array(
  9261. 'entity_type' => array(
  9262. 'entity_type',
  9263. ),
  9264. 'bundle' => array(
  9265. 'bundle',
  9266. ),
  9267. 'deleted' => array(
  9268. 'deleted',
  9269. ),
  9270. 'entity_id' => array(
  9271. 'entity_id',
  9272. ),
  9273. 'revision_id' => array(
  9274. 'revision_id',
  9275. ),
  9276. 'language' => array(
  9277. 'language',
  9278. ),
  9279. 'field_vocab_fixed_tid' => array(
  9280. 'field_vocab_fixed_tid',
  9281. ),
  9282. ),
  9283. 'mysql_character_set' => 'utf8',
  9284. ));
  9285. $connection->insert('field_data_field_vocab_fixed')
  9286. ->fields(array(
  9287. 'entity_type',
  9288. 'bundle',
  9289. 'deleted',
  9290. 'entity_id',
  9291. 'revision_id',
  9292. 'language',
  9293. 'delta',
  9294. 'field_vocab_fixed_tid',
  9295. ))
  9296. ->values(array(
  9297. 'entity_type' => 'node',
  9298. 'bundle' => 'article',
  9299. 'deleted' => '0',
  9300. 'entity_id' => '2',
  9301. 'revision_id' => '2',
  9302. 'language' => 'und',
  9303. 'delta' => '0',
  9304. 'field_vocab_fixed_tid' => '24',
  9305. ))
  9306. ->execute();
  9307. $connection->schema()->createTable('field_data_field_vocab_localize', array(
  9308. 'fields' => array(
  9309. 'entity_type' => array(
  9310. 'type' => 'varchar',
  9311. 'not null' => TRUE,
  9312. 'length' => '128',
  9313. 'default' => '',
  9314. ),
  9315. 'bundle' => array(
  9316. 'type' => 'varchar',
  9317. 'not null' => TRUE,
  9318. 'length' => '128',
  9319. 'default' => '',
  9320. ),
  9321. 'deleted' => array(
  9322. 'type' => 'int',
  9323. 'not null' => TRUE,
  9324. 'size' => 'tiny',
  9325. 'default' => '0',
  9326. ),
  9327. 'entity_id' => array(
  9328. 'type' => 'int',
  9329. 'not null' => TRUE,
  9330. 'size' => 'normal',
  9331. 'unsigned' => TRUE,
  9332. ),
  9333. 'revision_id' => array(
  9334. 'type' => 'int',
  9335. 'not null' => FALSE,
  9336. 'size' => 'normal',
  9337. 'unsigned' => TRUE,
  9338. ),
  9339. 'language' => array(
  9340. 'type' => 'varchar',
  9341. 'not null' => TRUE,
  9342. 'length' => '32',
  9343. 'default' => '',
  9344. ),
  9345. 'delta' => array(
  9346. 'type' => 'int',
  9347. 'not null' => TRUE,
  9348. 'size' => 'normal',
  9349. 'unsigned' => TRUE,
  9350. ),
  9351. 'field_vocab_localize_tid' => array(
  9352. 'type' => 'int',
  9353. 'not null' => FALSE,
  9354. 'size' => 'normal',
  9355. 'unsigned' => TRUE,
  9356. ),
  9357. ),
  9358. 'primary key' => array(
  9359. 'entity_type',
  9360. 'entity_id',
  9361. 'deleted',
  9362. 'delta',
  9363. 'language',
  9364. ),
  9365. 'indexes' => array(
  9366. 'entity_type' => array(
  9367. 'entity_type',
  9368. ),
  9369. 'bundle' => array(
  9370. 'bundle',
  9371. ),
  9372. 'deleted' => array(
  9373. 'deleted',
  9374. ),
  9375. 'entity_id' => array(
  9376. 'entity_id',
  9377. ),
  9378. 'revision_id' => array(
  9379. 'revision_id',
  9380. ),
  9381. 'language' => array(
  9382. 'language',
  9383. ),
  9384. 'field_vocab_localize_tid' => array(
  9385. 'field_vocab_localize_tid',
  9386. ),
  9387. ),
  9388. 'mysql_character_set' => 'utf8',
  9389. ));
  9390. $connection->insert('field_data_field_vocab_localize')
  9391. ->fields(array(
  9392. 'entity_type',
  9393. 'bundle',
  9394. 'deleted',
  9395. 'entity_id',
  9396. 'revision_id',
  9397. 'language',
  9398. 'delta',
  9399. 'field_vocab_localize_tid',
  9400. ))
  9401. ->values(array(
  9402. 'entity_type' => 'node',
  9403. 'bundle' => 'article',
  9404. 'deleted' => '0',
  9405. 'entity_id' => '2',
  9406. 'revision_id' => '2',
  9407. 'language' => 'und',
  9408. 'delta' => '0',
  9409. 'field_vocab_localize_tid' => '20',
  9410. ))
  9411. ->values(array(
  9412. 'entity_type' => 'node',
  9413. 'bundle' => 'article',
  9414. 'deleted' => '0',
  9415. 'entity_id' => '3',
  9416. 'revision_id' => '3',
  9417. 'language' => 'und',
  9418. 'delta' => '0',
  9419. 'field_vocab_localize_tid' => '20',
  9420. ))
  9421. ->execute();
  9422. $connection->schema()->createTable('field_data_field_vocab_translate', array(
  9423. 'fields' => array(
  9424. 'entity_type' => array(
  9425. 'type' => 'varchar',
  9426. 'not null' => TRUE,
  9427. 'length' => '128',
  9428. 'default' => '',
  9429. ),
  9430. 'bundle' => array(
  9431. 'type' => 'varchar',
  9432. 'not null' => TRUE,
  9433. 'length' => '128',
  9434. 'default' => '',
  9435. ),
  9436. 'deleted' => array(
  9437. 'type' => 'int',
  9438. 'not null' => TRUE,
  9439. 'size' => 'tiny',
  9440. 'default' => '0',
  9441. ),
  9442. 'entity_id' => array(
  9443. 'type' => 'int',
  9444. 'not null' => TRUE,
  9445. 'size' => 'normal',
  9446. 'unsigned' => TRUE,
  9447. ),
  9448. 'revision_id' => array(
  9449. 'type' => 'int',
  9450. 'not null' => FALSE,
  9451. 'size' => 'normal',
  9452. 'unsigned' => TRUE,
  9453. ),
  9454. 'language' => array(
  9455. 'type' => 'varchar',
  9456. 'not null' => TRUE,
  9457. 'length' => '32',
  9458. 'default' => '',
  9459. ),
  9460. 'delta' => array(
  9461. 'type' => 'int',
  9462. 'not null' => TRUE,
  9463. 'size' => 'normal',
  9464. 'unsigned' => TRUE,
  9465. ),
  9466. 'field_vocab_translate_tid' => array(
  9467. 'type' => 'int',
  9468. 'not null' => FALSE,
  9469. 'size' => 'normal',
  9470. 'unsigned' => TRUE,
  9471. ),
  9472. ),
  9473. 'primary key' => array(
  9474. 'entity_type',
  9475. 'entity_id',
  9476. 'deleted',
  9477. 'delta',
  9478. 'language',
  9479. ),
  9480. 'indexes' => array(
  9481. 'entity_type' => array(
  9482. 'entity_type',
  9483. ),
  9484. 'bundle' => array(
  9485. 'bundle',
  9486. ),
  9487. 'deleted' => array(
  9488. 'deleted',
  9489. ),
  9490. 'entity_id' => array(
  9491. 'entity_id',
  9492. ),
  9493. 'revision_id' => array(
  9494. 'revision_id',
  9495. ),
  9496. 'language' => array(
  9497. 'language',
  9498. ),
  9499. 'field_vocab_translate_tid' => array(
  9500. 'field_vocab_translate_tid',
  9501. ),
  9502. ),
  9503. 'mysql_character_set' => 'utf8',
  9504. ));
  9505. $connection->insert('field_data_field_vocab_translate')
  9506. ->fields(array(
  9507. 'entity_type',
  9508. 'bundle',
  9509. 'deleted',
  9510. 'entity_id',
  9511. 'revision_id',
  9512. 'language',
  9513. 'delta',
  9514. 'field_vocab_translate_tid',
  9515. ))
  9516. ->values(array(
  9517. 'entity_type' => 'node',
  9518. 'bundle' => 'article',
  9519. 'deleted' => '0',
  9520. 'entity_id' => '2',
  9521. 'revision_id' => '2',
  9522. 'language' => 'und',
  9523. 'delta' => '0',
  9524. 'field_vocab_translate_tid' => '21',
  9525. ))
  9526. ->values(array(
  9527. 'entity_type' => 'node',
  9528. 'bundle' => 'article',
  9529. 'deleted' => '0',
  9530. 'entity_id' => '3',
  9531. 'revision_id' => '3',
  9532. 'language' => 'und',
  9533. 'delta' => '0',
  9534. 'field_vocab_translate_tid' => '23',
  9535. ))
  9536. ->execute();
  9537. $connection->schema()->createTable('field_data_name_field', array(
  9538. 'fields' => array(
  9539. 'entity_type' => array(
  9540. 'type' => 'varchar',
  9541. 'not null' => TRUE,
  9542. 'length' => '128',
  9543. 'default' => '',
  9544. ),
  9545. 'bundle' => array(
  9546. 'type' => 'varchar',
  9547. 'not null' => TRUE,
  9548. 'length' => '128',
  9549. 'default' => '',
  9550. ),
  9551. 'deleted' => array(
  9552. 'type' => 'int',
  9553. 'not null' => TRUE,
  9554. 'size' => 'tiny',
  9555. 'default' => '0',
  9556. ),
  9557. 'entity_id' => array(
  9558. 'type' => 'int',
  9559. 'not null' => TRUE,
  9560. 'size' => 'normal',
  9561. 'unsigned' => TRUE,
  9562. ),
  9563. 'revision_id' => array(
  9564. 'type' => 'int',
  9565. 'not null' => FALSE,
  9566. 'size' => 'normal',
  9567. 'unsigned' => TRUE,
  9568. ),
  9569. 'language' => array(
  9570. 'type' => 'varchar',
  9571. 'not null' => TRUE,
  9572. 'length' => '32',
  9573. 'default' => '',
  9574. ),
  9575. 'delta' => array(
  9576. 'type' => 'int',
  9577. 'not null' => TRUE,
  9578. 'size' => 'normal',
  9579. 'unsigned' => TRUE,
  9580. ),
  9581. 'name_field_value' => array(
  9582. 'type' => 'varchar',
  9583. 'not null' => FALSE,
  9584. 'length' => '255',
  9585. ),
  9586. 'name_field_format' => array(
  9587. 'type' => 'varchar',
  9588. 'not null' => FALSE,
  9589. 'length' => '255',
  9590. ),
  9591. ),
  9592. 'primary key' => array(
  9593. 'entity_type',
  9594. 'entity_id',
  9595. 'deleted',
  9596. 'delta',
  9597. 'language',
  9598. ),
  9599. 'indexes' => array(
  9600. 'entity_type' => array(
  9601. 'entity_type',
  9602. ),
  9603. 'bundle' => array(
  9604. 'bundle',
  9605. ),
  9606. 'deleted' => array(
  9607. 'deleted',
  9608. ),
  9609. 'entity_id' => array(
  9610. 'entity_id',
  9611. ),
  9612. 'revision_id' => array(
  9613. 'revision_id',
  9614. ),
  9615. 'language' => array(
  9616. 'language',
  9617. ),
  9618. 'name_field_format' => array(
  9619. array(
  9620. 'name_field_format',
  9621. '191',
  9622. ),
  9623. ),
  9624. ),
  9625. 'mysql_character_set' => 'utf8',
  9626. ));
  9627. $connection->insert('field_data_name_field')
  9628. ->fields(array(
  9629. 'entity_type',
  9630. 'bundle',
  9631. 'deleted',
  9632. 'entity_id',
  9633. 'revision_id',
  9634. 'language',
  9635. 'delta',
  9636. 'name_field_value',
  9637. 'name_field_format',
  9638. ))
  9639. ->values(array(
  9640. 'entity_type' => 'taxonomy_term',
  9641. 'bundle' => 'test_vocabulary',
  9642. 'deleted' => '0',
  9643. 'entity_id' => '2',
  9644. 'revision_id' => '2',
  9645. 'language' => 'en',
  9646. 'delta' => '0',
  9647. 'name_field_value' => 'Term1 (This is a real field!)',
  9648. 'name_field_format' => NULL,
  9649. ))
  9650. ->values(array(
  9651. 'entity_type' => 'taxonomy_term',
  9652. 'bundle' => 'test_vocabulary',
  9653. 'deleted' => '0',
  9654. 'entity_id' => '3',
  9655. 'revision_id' => '3',
  9656. 'language' => 'en',
  9657. 'delta' => '0',
  9658. 'name_field_value' => 'Term2',
  9659. 'name_field_format' => NULL,
  9660. ))
  9661. ->values(array(
  9662. 'entity_type' => 'taxonomy_term',
  9663. 'bundle' => 'test_vocabulary',
  9664. 'deleted' => '0',
  9665. 'entity_id' => '4',
  9666. 'revision_id' => '4',
  9667. 'language' => 'en',
  9668. 'delta' => '0',
  9669. 'name_field_value' => 'Term3 in plain old English',
  9670. 'name_field_format' => NULL,
  9671. ))
  9672. ->values(array(
  9673. 'entity_type' => 'taxonomy_term',
  9674. 'bundle' => 'test_vocabulary',
  9675. 'deleted' => '0',
  9676. 'entity_id' => '4',
  9677. 'revision_id' => '4',
  9678. 'language' => 'fr',
  9679. 'delta' => '0',
  9680. 'name_field_value' => "Term3 en français s'il vous plaît",
  9681. 'name_field_format' => NULL,
  9682. ))
  9683. ->values(array(
  9684. 'entity_type' => 'taxonomy_term',
  9685. 'bundle' => 'test_vocabulary',
  9686. 'deleted' => '0',
  9687. 'entity_id' => '4',
  9688. 'revision_id' => '4',
  9689. 'language' => 'is',
  9690. 'delta' => '0',
  9691. 'name_field_value' => 'Term3 á íslensku',
  9692. 'name_field_format' => NULL,
  9693. ))
  9694. ->execute();
  9695. $connection->schema()->createTable('field_data_subject_field', array(
  9696. 'fields' => array(
  9697. 'entity_type' => array(
  9698. 'type' => 'varchar',
  9699. 'not null' => TRUE,
  9700. 'length' => '128',
  9701. 'default' => '',
  9702. ),
  9703. 'bundle' => array(
  9704. 'type' => 'varchar',
  9705. 'not null' => TRUE,
  9706. 'length' => '128',
  9707. 'default' => '',
  9708. ),
  9709. 'deleted' => array(
  9710. 'type' => 'int',
  9711. 'not null' => TRUE,
  9712. 'size' => 'tiny',
  9713. 'default' => '0',
  9714. ),
  9715. 'entity_id' => array(
  9716. 'type' => 'int',
  9717. 'not null' => TRUE,
  9718. 'size' => 'normal',
  9719. 'unsigned' => TRUE,
  9720. ),
  9721. 'revision_id' => array(
  9722. 'type' => 'int',
  9723. 'not null' => FALSE,
  9724. 'size' => 'normal',
  9725. 'unsigned' => TRUE,
  9726. ),
  9727. 'language' => array(
  9728. 'type' => 'varchar',
  9729. 'not null' => TRUE,
  9730. 'length' => '32',
  9731. 'default' => '',
  9732. ),
  9733. 'delta' => array(
  9734. 'type' => 'int',
  9735. 'not null' => TRUE,
  9736. 'size' => 'normal',
  9737. 'unsigned' => TRUE,
  9738. ),
  9739. 'subject_field_value' => array(
  9740. 'type' => 'varchar',
  9741. 'not null' => FALSE,
  9742. 'length' => '255',
  9743. ),
  9744. 'subject_field_format' => array(
  9745. 'type' => 'varchar',
  9746. 'not null' => FALSE,
  9747. 'length' => '255',
  9748. ),
  9749. ),
  9750. 'primary key' => array(
  9751. 'entity_type',
  9752. 'entity_id',
  9753. 'deleted',
  9754. 'delta',
  9755. 'language',
  9756. ),
  9757. 'indexes' => array(
  9758. 'entity_type' => array(
  9759. 'entity_type',
  9760. ),
  9761. 'bundle' => array(
  9762. 'bundle',
  9763. ),
  9764. 'deleted' => array(
  9765. 'deleted',
  9766. ),
  9767. 'entity_id' => array(
  9768. 'entity_id',
  9769. ),
  9770. 'revision_id' => array(
  9771. 'revision_id',
  9772. ),
  9773. 'language' => array(
  9774. 'language',
  9775. ),
  9776. 'subject_field_format' => array(
  9777. array(
  9778. 'subject_field_format',
  9779. '191',
  9780. ),
  9781. ),
  9782. ),
  9783. 'mysql_character_set' => 'utf8',
  9784. ));
  9785. $connection->insert('field_data_subject_field')
  9786. ->fields(array(
  9787. 'entity_type',
  9788. 'bundle',
  9789. 'deleted',
  9790. 'entity_id',
  9791. 'revision_id',
  9792. 'language',
  9793. 'delta',
  9794. 'subject_field_value',
  9795. 'subject_field_format',
  9796. ))
  9797. ->values(array(
  9798. 'entity_type' => 'comment',
  9799. 'bundle' => 'comment_node_test_content_type',
  9800. 'deleted' => '0',
  9801. 'entity_id' => '1',
  9802. 'revision_id' => '1',
  9803. 'language' => 'en',
  9804. 'delta' => '0',
  9805. 'subject_field_value' => 'Subject field in English',
  9806. 'subject_field_format' => NULL,
  9807. ))
  9808. ->values(array(
  9809. 'entity_type' => 'comment',
  9810. 'bundle' => 'comment_node_test_content_type',
  9811. 'deleted' => '0',
  9812. 'entity_id' => '1',
  9813. 'revision_id' => '1',
  9814. 'language' => 'fr',
  9815. 'delta' => '0',
  9816. 'subject_field_value' => 'Subject field in French',
  9817. 'subject_field_format' => NULL,
  9818. ))
  9819. ->values(array(
  9820. 'entity_type' => 'comment',
  9821. 'bundle' => 'comment_node_test_content_type',
  9822. 'deleted' => '0',
  9823. 'entity_id' => '1',
  9824. 'revision_id' => '1',
  9825. 'language' => 'is',
  9826. 'delta' => '0',
  9827. 'subject_field_value' => 'Subject field in Icelandic',
  9828. 'subject_field_format' => NULL,
  9829. ))
  9830. ->values(array(
  9831. 'entity_type' => 'comment',
  9832. 'bundle' => 'comment_node_article',
  9833. 'deleted' => '0',
  9834. 'entity_id' => '2',
  9835. 'revision_id' => '2',
  9836. 'language' => 'en',
  9837. 'delta' => '0',
  9838. 'subject_field_value' => 'TNG for the win!',
  9839. 'subject_field_format' => NULL,
  9840. ))
  9841. ->values(array(
  9842. 'entity_type' => 'comment',
  9843. 'bundle' => 'comment_node_article',
  9844. 'deleted' => '0',
  9845. 'entity_id' => '3',
  9846. 'revision_id' => '3',
  9847. 'language' => 'is',
  9848. 'delta' => '0',
  9849. 'subject_field_value' => 'Comment to IS translation',
  9850. 'subject_field_format' => NULL,
  9851. ))
  9852. ->values(array(
  9853. 'entity_type' => 'comment',
  9854. 'bundle' => 'comment_node_test_content_type',
  9855. 'deleted' => '0',
  9856. 'entity_id' => '4',
  9857. 'revision_id' => '4',
  9858. 'language' => 'en',
  9859. 'delta' => '0',
  9860. 'subject_field_value' => 'Comment without language',
  9861. 'subject_field_format' => NULL,
  9862. ))
  9863. ->execute();
  9864. $connection->schema()->createTable('field_data_taxonomy_forums', array(
  9865. 'fields' => array(
  9866. 'entity_type' => array(
  9867. 'type' => 'varchar',
  9868. 'not null' => TRUE,
  9869. 'length' => '128',
  9870. 'default' => '',
  9871. ),
  9872. 'bundle' => array(
  9873. 'type' => 'varchar',
  9874. 'not null' => TRUE,
  9875. 'length' => '128',
  9876. 'default' => '',
  9877. ),
  9878. 'deleted' => array(
  9879. 'type' => 'int',
  9880. 'not null' => TRUE,
  9881. 'size' => 'normal',
  9882. 'default' => '0',
  9883. ),
  9884. 'entity_id' => array(
  9885. 'type' => 'int',
  9886. 'not null' => TRUE,
  9887. 'size' => 'normal',
  9888. 'unsigned' => TRUE,
  9889. ),
  9890. 'revision_id' => array(
  9891. 'type' => 'int',
  9892. 'not null' => FALSE,
  9893. 'size' => 'normal',
  9894. 'unsigned' => TRUE,
  9895. ),
  9896. 'language' => array(
  9897. 'type' => 'varchar',
  9898. 'not null' => TRUE,
  9899. 'length' => '32',
  9900. 'default' => '',
  9901. ),
  9902. 'delta' => array(
  9903. 'type' => 'int',
  9904. 'not null' => TRUE,
  9905. 'size' => 'normal',
  9906. 'unsigned' => TRUE,
  9907. ),
  9908. 'taxonomy_forums_tid' => array(
  9909. 'type' => 'int',
  9910. 'not null' => FALSE,
  9911. 'size' => 'normal',
  9912. 'unsigned' => TRUE,
  9913. ),
  9914. ),
  9915. 'primary key' => array(
  9916. 'entity_type',
  9917. 'deleted',
  9918. 'entity_id',
  9919. 'language',
  9920. 'delta',
  9921. ),
  9922. 'mysql_character_set' => 'utf8',
  9923. ));
  9924. $connection->insert('field_data_taxonomy_forums')
  9925. ->fields(array(
  9926. 'entity_type',
  9927. 'bundle',
  9928. 'deleted',
  9929. 'entity_id',
  9930. 'revision_id',
  9931. 'language',
  9932. 'delta',
  9933. 'taxonomy_forums_tid',
  9934. ))
  9935. ->values(array(
  9936. 'entity_type' => 'node',
  9937. 'bundle' => 'forum',
  9938. 'deleted' => '0',
  9939. 'entity_id' => '6',
  9940. 'revision_id' => '6',
  9941. 'language' => 'und',
  9942. 'delta' => '0',
  9943. 'taxonomy_forums_tid' => '1',
  9944. ))
  9945. ->values(array(
  9946. 'entity_type' => 'node',
  9947. 'bundle' => 'forum',
  9948. 'deleted' => '0',
  9949. 'entity_id' => '7',
  9950. 'revision_id' => '7',
  9951. 'language' => 'und',
  9952. 'delta' => '0',
  9953. 'taxonomy_forums_tid' => '1',
  9954. ))
  9955. ->execute();
  9956. $connection->schema()->createTable('field_data_title_field', array(
  9957. 'fields' => array(
  9958. 'entity_type' => array(
  9959. 'type' => 'varchar',
  9960. 'not null' => TRUE,
  9961. 'length' => '128',
  9962. 'default' => '',
  9963. ),
  9964. 'bundle' => array(
  9965. 'type' => 'varchar',
  9966. 'not null' => TRUE,
  9967. 'length' => '128',
  9968. 'default' => '',
  9969. ),
  9970. 'deleted' => array(
  9971. 'type' => 'int',
  9972. 'not null' => TRUE,
  9973. 'size' => 'tiny',
  9974. 'default' => '0',
  9975. ),
  9976. 'entity_id' => array(
  9977. 'type' => 'int',
  9978. 'not null' => TRUE,
  9979. 'size' => 'normal',
  9980. 'unsigned' => TRUE,
  9981. ),
  9982. 'revision_id' => array(
  9983. 'type' => 'int',
  9984. 'not null' => FALSE,
  9985. 'size' => 'normal',
  9986. 'unsigned' => TRUE,
  9987. ),
  9988. 'language' => array(
  9989. 'type' => 'varchar',
  9990. 'not null' => TRUE,
  9991. 'length' => '32',
  9992. 'default' => '',
  9993. ),
  9994. 'delta' => array(
  9995. 'type' => 'int',
  9996. 'not null' => TRUE,
  9997. 'size' => 'normal',
  9998. 'unsigned' => TRUE,
  9999. ),
  10000. 'title_field_value' => array(
  10001. 'type' => 'varchar',
  10002. 'not null' => FALSE,
  10003. 'length' => '255',
  10004. ),
  10005. 'title_field_format' => array(
  10006. 'type' => 'varchar',
  10007. 'not null' => FALSE,
  10008. 'length' => '255',
  10009. ),
  10010. ),
  10011. 'primary key' => array(
  10012. 'entity_type',
  10013. 'entity_id',
  10014. 'deleted',
  10015. 'delta',
  10016. 'language',
  10017. ),
  10018. 'indexes' => array(
  10019. 'entity_type' => array(
  10020. 'entity_type',
  10021. ),
  10022. 'bundle' => array(
  10023. 'bundle',
  10024. ),
  10025. 'deleted' => array(
  10026. 'deleted',
  10027. ),
  10028. 'entity_id' => array(
  10029. 'entity_id',
  10030. ),
  10031. 'revision_id' => array(
  10032. 'revision_id',
  10033. ),
  10034. 'language' => array(
  10035. 'language',
  10036. ),
  10037. 'title_field_format' => array(
  10038. array(
  10039. 'title_field_format',
  10040. '191',
  10041. ),
  10042. ),
  10043. ),
  10044. 'mysql_character_set' => 'utf8',
  10045. ));
  10046. $connection->insert('field_data_title_field')
  10047. ->fields(array(
  10048. 'entity_type',
  10049. 'bundle',
  10050. 'deleted',
  10051. 'entity_id',
  10052. 'revision_id',
  10053. 'language',
  10054. 'delta',
  10055. 'title_field_value',
  10056. 'title_field_format',
  10057. ))
  10058. ->values(array(
  10059. 'entity_type' => 'node',
  10060. 'bundle' => 'test_content_type',
  10061. 'deleted' => '0',
  10062. 'entity_id' => '1',
  10063. 'revision_id' => '1',
  10064. 'language' => 'en',
  10065. 'delta' => '0',
  10066. 'title_field_value' => 'An English Node',
  10067. 'title_field_format' => NULL,
  10068. ))
  10069. ->values(array(
  10070. 'entity_type' => 'node',
  10071. 'bundle' => 'test_content_type',
  10072. 'deleted' => '0',
  10073. 'entity_id' => '1',
  10074. 'revision_id' => '1',
  10075. 'language' => 'fr',
  10076. 'delta' => '0',
  10077. 'title_field_value' => 'A French Node',
  10078. 'title_field_format' => NULL,
  10079. ))
  10080. ->values(array(
  10081. 'entity_type' => 'node',
  10082. 'bundle' => 'test_content_type',
  10083. 'deleted' => '0',
  10084. 'entity_id' => '1',
  10085. 'revision_id' => '1',
  10086. 'language' => 'is',
  10087. 'delta' => '0',
  10088. 'title_field_value' => 'An Icelandic Node',
  10089. 'title_field_format' => NULL,
  10090. ))
  10091. ->execute();
  10092. $connection->schema()->createTable('field_revision_body', array(
  10093. 'fields' => array(
  10094. 'entity_type' => array(
  10095. 'type' => 'varchar',
  10096. 'not null' => TRUE,
  10097. 'length' => '128',
  10098. 'default' => '',
  10099. ),
  10100. 'bundle' => array(
  10101. 'type' => 'varchar',
  10102. 'not null' => TRUE,
  10103. 'length' => '128',
  10104. 'default' => '',
  10105. ),
  10106. 'deleted' => array(
  10107. 'type' => 'int',
  10108. 'not null' => TRUE,
  10109. 'size' => 'normal',
  10110. 'default' => '0',
  10111. ),
  10112. 'entity_id' => array(
  10113. 'type' => 'int',
  10114. 'not null' => TRUE,
  10115. 'size' => 'normal',
  10116. 'unsigned' => TRUE,
  10117. ),
  10118. 'revision_id' => array(
  10119. 'type' => 'int',
  10120. 'not null' => TRUE,
  10121. 'size' => 'normal',
  10122. 'unsigned' => TRUE,
  10123. ),
  10124. 'language' => array(
  10125. 'type' => 'varchar',
  10126. 'not null' => TRUE,
  10127. 'length' => '32',
  10128. 'default' => '',
  10129. ),
  10130. 'delta' => array(
  10131. 'type' => 'int',
  10132. 'not null' => TRUE,
  10133. 'size' => 'normal',
  10134. 'unsigned' => TRUE,
  10135. ),
  10136. 'body_value' => array(
  10137. 'type' => 'text',
  10138. 'not null' => FALSE,
  10139. 'size' => 'normal',
  10140. ),
  10141. 'body_summary' => array(
  10142. 'type' => 'text',
  10143. 'not null' => FALSE,
  10144. 'size' => 'normal',
  10145. ),
  10146. 'body_format' => array(
  10147. 'type' => 'varchar',
  10148. 'not null' => FALSE,
  10149. 'length' => '255',
  10150. ),
  10151. ),
  10152. 'primary key' => array(
  10153. 'entity_type',
  10154. 'deleted',
  10155. 'entity_id',
  10156. 'revision_id',
  10157. 'language',
  10158. 'delta',
  10159. ),
  10160. 'mysql_character_set' => 'utf8',
  10161. ));
  10162. $connection->insert('field_revision_body')
  10163. ->fields(array(
  10164. 'entity_type',
  10165. 'bundle',
  10166. 'deleted',
  10167. 'entity_id',
  10168. 'revision_id',
  10169. 'language',
  10170. 'delta',
  10171. 'body_value',
  10172. 'body_summary',
  10173. 'body_format',
  10174. ))
  10175. ->values(array(
  10176. 'entity_type' => 'node',
  10177. 'bundle' => 'article',
  10178. 'deleted' => '0',
  10179. 'entity_id' => '2',
  10180. 'revision_id' => '2',
  10181. 'language' => 'und',
  10182. 'delta' => '0',
  10183. 'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
  10184. 'body_summary' => '',
  10185. 'body_format' => 'filtered_html',
  10186. ))
  10187. ->values(array(
  10188. 'entity_type' => 'node',
  10189. 'bundle' => 'article',
  10190. 'deleted' => '0',
  10191. 'entity_id' => '3',
  10192. 'revision_id' => '3',
  10193. 'language' => 'und',
  10194. 'delta' => '0',
  10195. 'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
  10196. 'body_summary' => '',
  10197. 'body_format' => 'filtered_html',
  10198. ))
  10199. ->values(array(
  10200. 'entity_type' => 'node',
  10201. 'bundle' => 'article',
  10202. 'deleted' => '0',
  10203. 'entity_id' => '4',
  10204. 'revision_id' => '4',
  10205. 'language' => 'und',
  10206. 'delta' => '0',
  10207. 'body_value' => 'is - Is that is it awesome.',
  10208. 'body_summary' => '',
  10209. 'body_format' => 'filtered_html',
  10210. ))
  10211. ->values(array(
  10212. 'entity_type' => 'node',
  10213. 'bundle' => 'article',
  10214. 'deleted' => '0',
  10215. 'entity_id' => '5',
  10216. 'revision_id' => '5',
  10217. 'language' => 'und',
  10218. 'delta' => '0',
  10219. 'body_value' => 'en - Is that is it awesome.',
  10220. 'body_summary' => '',
  10221. 'body_format' => 'filtered_html',
  10222. ))
  10223. ->values(array(
  10224. 'entity_type' => 'node',
  10225. 'bundle' => 'blog',
  10226. 'deleted' => '0',
  10227. 'entity_id' => '8',
  10228. 'revision_id' => '8',
  10229. 'language' => 'und',
  10230. 'delta' => '0',
  10231. 'body_value' => "'Tis everywhere.",
  10232. 'body_summary' => '',
  10233. 'body_format' => 'filtered_html',
  10234. ))
  10235. ->values(array(
  10236. 'entity_type' => 'node',
  10237. 'bundle' => 'blog',
  10238. 'deleted' => '0',
  10239. 'entity_id' => '9',
  10240. 'revision_id' => '9',
  10241. 'language' => 'und',
  10242. 'delta' => '0',
  10243. 'body_value' => "fr - 'Tis everywhere.",
  10244. 'body_summary' => '',
  10245. 'body_format' => 'filtered_html',
  10246. ))
  10247. ->values(array(
  10248. 'entity_type' => 'node',
  10249. 'bundle' => 'blog',
  10250. 'deleted' => '0',
  10251. 'entity_id' => '10',
  10252. 'revision_id' => '10',
  10253. 'language' => 'und',
  10254. 'delta' => '0',
  10255. 'body_value' => "is - 'Tis everywhere.",
  10256. 'body_summary' => '',
  10257. 'body_format' => 'filtered_html',
  10258. ))
  10259. ->execute();
  10260. $connection->schema()->createTable('field_revision_comment_body', array(
  10261. 'fields' => array(
  10262. 'entity_type' => array(
  10263. 'type' => 'varchar',
  10264. 'not null' => TRUE,
  10265. 'length' => '128',
  10266. 'default' => '',
  10267. ),
  10268. 'bundle' => array(
  10269. 'type' => 'varchar',
  10270. 'not null' => TRUE,
  10271. 'length' => '128',
  10272. 'default' => '',
  10273. ),
  10274. 'deleted' => array(
  10275. 'type' => 'int',
  10276. 'not null' => TRUE,
  10277. 'size' => 'normal',
  10278. 'default' => '0',
  10279. ),
  10280. 'entity_id' => array(
  10281. 'type' => 'int',
  10282. 'not null' => TRUE,
  10283. 'size' => 'normal',
  10284. 'unsigned' => TRUE,
  10285. ),
  10286. 'revision_id' => array(
  10287. 'type' => 'int',
  10288. 'not null' => TRUE,
  10289. 'size' => 'normal',
  10290. 'unsigned' => TRUE,
  10291. ),
  10292. 'language' => array(
  10293. 'type' => 'varchar',
  10294. 'not null' => TRUE,
  10295. 'length' => '32',
  10296. 'default' => '',
  10297. ),
  10298. 'delta' => array(
  10299. 'type' => 'int',
  10300. 'not null' => TRUE,
  10301. 'size' => 'normal',
  10302. 'unsigned' => TRUE,
  10303. ),
  10304. 'comment_body_value' => array(
  10305. 'type' => 'text',
  10306. 'not null' => FALSE,
  10307. 'size' => 'normal',
  10308. ),
  10309. 'comment_body_format' => array(
  10310. 'type' => 'varchar',
  10311. 'not null' => FALSE,
  10312. 'length' => '255',
  10313. ),
  10314. ),
  10315. 'primary key' => array(
  10316. 'entity_type',
  10317. 'deleted',
  10318. 'entity_id',
  10319. 'revision_id',
  10320. 'language',
  10321. 'delta',
  10322. ),
  10323. 'mysql_character_set' => 'utf8',
  10324. ));
  10325. $connection->insert('field_revision_comment_body')
  10326. ->fields(array(
  10327. 'entity_type',
  10328. 'bundle',
  10329. 'deleted',
  10330. 'entity_id',
  10331. 'revision_id',
  10332. 'language',
  10333. 'delta',
  10334. 'comment_body_value',
  10335. 'comment_body_format',
  10336. ))
  10337. ->values(array(
  10338. 'entity_type' => 'comment',
  10339. 'bundle' => 'comment_node_test_content_type',
  10340. 'deleted' => '0',
  10341. 'entity_id' => '1',
  10342. 'revision_id' => '1',
  10343. 'language' => 'und',
  10344. 'delta' => '0',
  10345. 'comment_body_value' => 'This is a comment',
  10346. 'comment_body_format' => 'filtered_html',
  10347. ))
  10348. ->values(array(
  10349. 'entity_type' => 'comment',
  10350. 'bundle' => 'comment_node_article',
  10351. 'deleted' => '0',
  10352. 'entity_id' => '2',
  10353. 'revision_id' => '2',
  10354. 'language' => 'und',
  10355. 'delta' => '0',
  10356. 'comment_body_value' => 'TNG is better than DS9.',
  10357. 'comment_body_format' => 'filtered_html',
  10358. ))
  10359. ->values(array(
  10360. 'entity_type' => 'comment',
  10361. 'bundle' => 'comment_node_article',
  10362. 'deleted' => '0',
  10363. 'entity_id' => '3',
  10364. 'revision_id' => '3',
  10365. 'language' => 'und',
  10366. 'delta' => '0',
  10367. 'comment_body_value' => 'This is a comment to an Icelandic translation.',
  10368. 'comment_body_format' => 'filtered_html',
  10369. ))
  10370. ->values(array(
  10371. 'entity_type' => 'comment',
  10372. 'bundle' => 'comment_node_test_content_type',
  10373. 'deleted' => '0',
  10374. 'entity_id' => '4',
  10375. 'revision_id' => '4',
  10376. 'language' => 'und',
  10377. 'delta' => '0',
  10378. 'comment_body_value' => 'A comment without language (migrated from Drupal 6)',
  10379. 'comment_body_format' => 'filtered_html',
  10380. ))
  10381. ->execute();
  10382. $connection->schema()->createTable('field_revision_description_field', array(
  10383. 'fields' => array(
  10384. 'entity_type' => array(
  10385. 'type' => 'varchar',
  10386. 'not null' => TRUE,
  10387. 'length' => '128',
  10388. 'default' => '',
  10389. ),
  10390. 'bundle' => array(
  10391. 'type' => 'varchar',
  10392. 'not null' => TRUE,
  10393. 'length' => '128',
  10394. 'default' => '',
  10395. ),
  10396. 'deleted' => array(
  10397. 'type' => 'int',
  10398. 'not null' => TRUE,
  10399. 'size' => 'tiny',
  10400. 'default' => '0',
  10401. ),
  10402. 'entity_id' => array(
  10403. 'type' => 'int',
  10404. 'not null' => TRUE,
  10405. 'size' => 'normal',
  10406. 'unsigned' => TRUE,
  10407. ),
  10408. 'revision_id' => array(
  10409. 'type' => 'int',
  10410. 'not null' => TRUE,
  10411. 'size' => 'normal',
  10412. 'unsigned' => TRUE,
  10413. ),
  10414. 'language' => array(
  10415. 'type' => 'varchar',
  10416. 'not null' => TRUE,
  10417. 'length' => '32',
  10418. 'default' => '',
  10419. ),
  10420. 'delta' => array(
  10421. 'type' => 'int',
  10422. 'not null' => TRUE,
  10423. 'size' => 'normal',
  10424. 'unsigned' => TRUE,
  10425. ),
  10426. 'description_field_value' => array(
  10427. 'type' => 'text',
  10428. 'not null' => FALSE,
  10429. 'size' => 'big',
  10430. ),
  10431. 'description_field_summary' => array(
  10432. 'type' => 'text',
  10433. 'not null' => FALSE,
  10434. 'size' => 'big',
  10435. ),
  10436. 'description_field_format' => array(
  10437. 'type' => 'varchar',
  10438. 'not null' => FALSE,
  10439. 'length' => '255',
  10440. ),
  10441. ),
  10442. 'primary key' => array(
  10443. 'entity_type',
  10444. 'entity_id',
  10445. 'revision_id',
  10446. 'deleted',
  10447. 'delta',
  10448. 'language',
  10449. ),
  10450. 'indexes' => array(
  10451. 'entity_type' => array(
  10452. 'entity_type',
  10453. ),
  10454. 'bundle' => array(
  10455. 'bundle',
  10456. ),
  10457. 'deleted' => array(
  10458. 'deleted',
  10459. ),
  10460. 'entity_id' => array(
  10461. 'entity_id',
  10462. ),
  10463. 'revision_id' => array(
  10464. 'revision_id',
  10465. ),
  10466. 'language' => array(
  10467. 'language',
  10468. ),
  10469. 'description_field_format' => array(
  10470. array(
  10471. 'description_field_format',
  10472. '191',
  10473. ),
  10474. ),
  10475. ),
  10476. 'mysql_character_set' => 'utf8',
  10477. ));
  10478. $connection->insert('field_revision_description_field')
  10479. ->fields(array(
  10480. 'entity_type',
  10481. 'bundle',
  10482. 'deleted',
  10483. 'entity_id',
  10484. 'revision_id',
  10485. 'language',
  10486. 'delta',
  10487. 'description_field_value',
  10488. 'description_field_summary',
  10489. 'description_field_format',
  10490. ))
  10491. ->values(array(
  10492. 'entity_type' => 'taxonomy_term',
  10493. 'bundle' => 'test_vocabulary',
  10494. 'deleted' => '0',
  10495. 'entity_id' => '2',
  10496. 'revision_id' => '2',
  10497. 'language' => 'en',
  10498. 'delta' => '0',
  10499. 'description_field_value' => 'The first term. (This is a real field!)',
  10500. 'description_field_summary' => '',
  10501. 'description_field_format' => 'filtered_html',
  10502. ))
  10503. ->values(array(
  10504. 'entity_type' => 'taxonomy_term',
  10505. 'bundle' => 'test_vocabulary',
  10506. 'deleted' => '0',
  10507. 'entity_id' => '3',
  10508. 'revision_id' => '3',
  10509. 'language' => 'en',
  10510. 'delta' => '0',
  10511. 'description_field_value' => 'The second term.',
  10512. 'description_field_summary' => NULL,
  10513. 'description_field_format' => 'filtered_html',
  10514. ))
  10515. ->values(array(
  10516. 'entity_type' => 'taxonomy_term',
  10517. 'bundle' => 'test_vocabulary',
  10518. 'deleted' => '0',
  10519. 'entity_id' => '4',
  10520. 'revision_id' => '4',
  10521. 'language' => 'en',
  10522. 'delta' => '0',
  10523. 'description_field_value' => 'The third term in plain old English.',
  10524. 'description_field_summary' => '',
  10525. 'description_field_format' => 'full_html',
  10526. ))
  10527. ->values(array(
  10528. 'entity_type' => 'taxonomy_term',
  10529. 'bundle' => 'test_vocabulary',
  10530. 'deleted' => '0',
  10531. 'entity_id' => '4',
  10532. 'revision_id' => '4',
  10533. 'language' => 'fr',
  10534. 'delta' => '0',
  10535. 'description_field_value' => "The third term en français s'il vous plaît.",
  10536. 'description_field_summary' => '',
  10537. 'description_field_format' => 'full_html',
  10538. ))
  10539. ->values(array(
  10540. 'entity_type' => 'taxonomy_term',
  10541. 'bundle' => 'test_vocabulary',
  10542. 'deleted' => '0',
  10543. 'entity_id' => '4',
  10544. 'revision_id' => '4',
  10545. 'language' => 'is',
  10546. 'delta' => '0',
  10547. 'description_field_value' => 'The third term á íslensku.',
  10548. 'description_field_summary' => '',
  10549. 'description_field_format' => 'full_html',
  10550. ))
  10551. ->execute();
  10552. $connection->schema()->createTable('field_revision_field_boolean', array(
  10553. 'fields' => array(
  10554. 'entity_type' => array(
  10555. 'type' => 'varchar',
  10556. 'not null' => TRUE,
  10557. 'length' => '128',
  10558. 'default' => '',
  10559. ),
  10560. 'bundle' => array(
  10561. 'type' => 'varchar',
  10562. 'not null' => TRUE,
  10563. 'length' => '128',
  10564. 'default' => '',
  10565. ),
  10566. 'deleted' => array(
  10567. 'type' => 'int',
  10568. 'not null' => TRUE,
  10569. 'size' => 'normal',
  10570. 'default' => '0',
  10571. ),
  10572. 'entity_id' => array(
  10573. 'type' => 'int',
  10574. 'not null' => TRUE,
  10575. 'size' => 'normal',
  10576. 'unsigned' => TRUE,
  10577. ),
  10578. 'revision_id' => array(
  10579. 'type' => 'int',
  10580. 'not null' => TRUE,
  10581. 'size' => 'normal',
  10582. 'unsigned' => TRUE,
  10583. ),
  10584. 'language' => array(
  10585. 'type' => 'varchar',
  10586. 'not null' => TRUE,
  10587. 'length' => '32',
  10588. 'default' => '',
  10589. ),
  10590. 'delta' => array(
  10591. 'type' => 'int',
  10592. 'not null' => TRUE,
  10593. 'size' => 'normal',
  10594. 'unsigned' => TRUE,
  10595. ),
  10596. 'field_boolean_value' => array(
  10597. 'type' => 'int',
  10598. 'not null' => FALSE,
  10599. 'size' => 'normal',
  10600. ),
  10601. ),
  10602. 'primary key' => array(
  10603. 'entity_type',
  10604. 'deleted',
  10605. 'entity_id',
  10606. 'revision_id',
  10607. 'language',
  10608. 'delta',
  10609. ),
  10610. 'mysql_character_set' => 'utf8',
  10611. ));
  10612. $connection->insert('field_revision_field_boolean')
  10613. ->fields(array(
  10614. 'entity_type',
  10615. 'bundle',
  10616. 'deleted',
  10617. 'entity_id',
  10618. 'revision_id',
  10619. 'language',
  10620. 'delta',
  10621. 'field_boolean_value',
  10622. ))
  10623. ->values(array(
  10624. 'entity_type' => 'node',
  10625. 'bundle' => 'test_content_type',
  10626. 'deleted' => '0',
  10627. 'entity_id' => '1',
  10628. 'revision_id' => '1',
  10629. 'language' => 'en',
  10630. 'delta' => '0',
  10631. 'field_boolean_value' => '1',
  10632. ))
  10633. ->values(array(
  10634. 'entity_type' => 'node',
  10635. 'bundle' => 'test_content_type',
  10636. 'deleted' => '0',
  10637. 'entity_id' => '1',
  10638. 'revision_id' => '1',
  10639. 'language' => 'fr',
  10640. 'delta' => '0',
  10641. 'field_boolean_value' => '1',
  10642. ))
  10643. ->values(array(
  10644. 'entity_type' => 'node',
  10645. 'bundle' => 'test_content_type',
  10646. 'deleted' => '0',
  10647. 'entity_id' => '1',
  10648. 'revision_id' => '1',
  10649. 'language' => 'is',
  10650. 'delta' => '0',
  10651. 'field_boolean_value' => '1',
  10652. ))
  10653. ->execute();
  10654. $connection->schema()->createTable('field_revision_field_color', array(
  10655. 'fields' => array(
  10656. 'entity_type' => array(
  10657. 'type' => 'varchar',
  10658. 'not null' => TRUE,
  10659. 'length' => '128',
  10660. 'default' => '',
  10661. ),
  10662. 'bundle' => array(
  10663. 'type' => 'varchar',
  10664. 'not null' => TRUE,
  10665. 'length' => '128',
  10666. 'default' => '',
  10667. ),
  10668. 'deleted' => array(
  10669. 'type' => 'int',
  10670. 'not null' => TRUE,
  10671. 'size' => 'tiny',
  10672. 'default' => '0',
  10673. ),
  10674. 'entity_id' => array(
  10675. 'type' => 'int',
  10676. 'not null' => TRUE,
  10677. 'size' => 'normal',
  10678. 'unsigned' => TRUE,
  10679. ),
  10680. 'revision_id' => array(
  10681. 'type' => 'int',
  10682. 'not null' => TRUE,
  10683. 'size' => 'normal',
  10684. 'unsigned' => TRUE,
  10685. ),
  10686. 'language' => array(
  10687. 'type' => 'varchar',
  10688. 'not null' => TRUE,
  10689. 'length' => '32',
  10690. 'default' => '',
  10691. ),
  10692. 'delta' => array(
  10693. 'type' => 'int',
  10694. 'not null' => TRUE,
  10695. 'size' => 'normal',
  10696. 'unsigned' => TRUE,
  10697. ),
  10698. 'field_color_value' => array(
  10699. 'type' => 'varchar',
  10700. 'not null' => FALSE,
  10701. 'length' => '255',
  10702. ),
  10703. ),
  10704. 'primary key' => array(
  10705. 'entity_type',
  10706. 'entity_id',
  10707. 'revision_id',
  10708. 'deleted',
  10709. 'delta',
  10710. 'language',
  10711. ),
  10712. 'indexes' => array(
  10713. 'entity_type' => array(
  10714. 'entity_type',
  10715. ),
  10716. 'bundle' => array(
  10717. 'bundle',
  10718. ),
  10719. 'deleted' => array(
  10720. 'deleted',
  10721. ),
  10722. 'entity_id' => array(
  10723. 'entity_id',
  10724. ),
  10725. 'revision_id' => array(
  10726. 'revision_id',
  10727. ),
  10728. 'language' => array(
  10729. 'language',
  10730. ),
  10731. 'field_color_value' => array(
  10732. array(
  10733. 'field_color_value',
  10734. '191',
  10735. ),
  10736. ),
  10737. ),
  10738. 'mysql_character_set' => 'utf8',
  10739. ));
  10740. $connection->insert('field_revision_field_color')
  10741. ->fields(array(
  10742. 'entity_type',
  10743. 'bundle',
  10744. 'deleted',
  10745. 'entity_id',
  10746. 'revision_id',
  10747. 'language',
  10748. 'delta',
  10749. 'field_color_value',
  10750. ))
  10751. ->values(array(
  10752. 'entity_type' => 'node',
  10753. 'bundle' => 'blog',
  10754. 'deleted' => '0',
  10755. 'entity_id' => '8',
  10756. 'revision_id' => '8',
  10757. 'language' => 'en',
  10758. 'delta' => '0',
  10759. 'field_color_value' => '0',
  10760. ))
  10761. ->values(array(
  10762. 'entity_type' => 'node',
  10763. 'bundle' => 'blog',
  10764. 'deleted' => '0',
  10765. 'entity_id' => '9',
  10766. 'revision_id' => '9',
  10767. 'language' => 'fr',
  10768. 'delta' => '0',
  10769. 'field_color_value' => '1',
  10770. ))
  10771. ->values(array(
  10772. 'entity_type' => 'node',
  10773. 'bundle' => 'blog',
  10774. 'deleted' => '0',
  10775. 'entity_id' => '10',
  10776. 'revision_id' => '10',
  10777. 'language' => 'is',
  10778. 'delta' => '0',
  10779. 'field_color_value' => '0',
  10780. ))
  10781. ->execute();
  10782. $connection->schema()->createTable('field_revision_field_date', array(
  10783. 'fields' => array(
  10784. 'entity_type' => array(
  10785. 'type' => 'varchar',
  10786. 'not null' => TRUE,
  10787. 'length' => '128',
  10788. 'default' => '',
  10789. ),
  10790. 'bundle' => array(
  10791. 'type' => 'varchar',
  10792. 'not null' => TRUE,
  10793. 'length' => '128',
  10794. 'default' => '',
  10795. ),
  10796. 'deleted' => array(
  10797. 'type' => 'int',
  10798. 'not null' => TRUE,
  10799. 'size' => 'normal',
  10800. 'default' => '0',
  10801. ),
  10802. 'entity_id' => array(
  10803. 'type' => 'int',
  10804. 'not null' => TRUE,
  10805. 'size' => 'normal',
  10806. 'unsigned' => TRUE,
  10807. ),
  10808. 'revision_id' => array(
  10809. 'type' => 'int',
  10810. 'not null' => TRUE,
  10811. 'size' => 'normal',
  10812. 'unsigned' => TRUE,
  10813. ),
  10814. 'language' => array(
  10815. 'type' => 'varchar',
  10816. 'not null' => TRUE,
  10817. 'length' => '32',
  10818. 'default' => '',
  10819. ),
  10820. 'delta' => array(
  10821. 'type' => 'int',
  10822. 'not null' => TRUE,
  10823. 'size' => 'normal',
  10824. 'unsigned' => TRUE,
  10825. ),
  10826. 'field_date_value' => array(
  10827. 'type' => 'varchar',
  10828. 'not null' => FALSE,
  10829. 'length' => '100',
  10830. ),
  10831. ),
  10832. 'primary key' => array(
  10833. 'entity_type',
  10834. 'deleted',
  10835. 'entity_id',
  10836. 'revision_id',
  10837. 'language',
  10838. 'delta',
  10839. ),
  10840. 'mysql_character_set' => 'utf8',
  10841. ));
  10842. $connection->insert('field_revision_field_date')
  10843. ->fields(array(
  10844. 'entity_type',
  10845. 'bundle',
  10846. 'deleted',
  10847. 'entity_id',
  10848. 'revision_id',
  10849. 'language',
  10850. 'delta',
  10851. 'field_date_value',
  10852. ))
  10853. ->values(array(
  10854. 'entity_type' => 'node',
  10855. 'bundle' => 'test_content_type',
  10856. 'deleted' => '0',
  10857. 'entity_id' => '1',
  10858. 'revision_id' => '1',
  10859. 'language' => 'und',
  10860. 'delta' => '0',
  10861. 'field_date_value' => '2015-01-20 04:15:00',
  10862. ))
  10863. ->execute();
  10864. $connection->schema()->createTable('field_revision_field_date_with_end_time', array(
  10865. 'fields' => array(
  10866. 'entity_type' => array(
  10867. 'type' => 'varchar',
  10868. 'not null' => TRUE,
  10869. 'length' => '128',
  10870. 'default' => '',
  10871. ),
  10872. 'bundle' => array(
  10873. 'type' => 'varchar',
  10874. 'not null' => TRUE,
  10875. 'length' => '128',
  10876. 'default' => '',
  10877. ),
  10878. 'deleted' => array(
  10879. 'type' => 'int',
  10880. 'not null' => TRUE,
  10881. 'size' => 'normal',
  10882. 'default' => '0',
  10883. ),
  10884. 'entity_id' => array(
  10885. 'type' => 'int',
  10886. 'not null' => TRUE,
  10887. 'size' => 'normal',
  10888. 'unsigned' => TRUE,
  10889. ),
  10890. 'revision_id' => array(
  10891. 'type' => 'int',
  10892. 'not null' => TRUE,
  10893. 'size' => 'normal',
  10894. 'unsigned' => TRUE,
  10895. ),
  10896. 'language' => array(
  10897. 'type' => 'varchar',
  10898. 'not null' => TRUE,
  10899. 'length' => '32',
  10900. 'default' => '',
  10901. ),
  10902. 'delta' => array(
  10903. 'type' => 'int',
  10904. 'not null' => TRUE,
  10905. 'size' => 'normal',
  10906. 'unsigned' => TRUE,
  10907. ),
  10908. 'field_date_with_end_time_value' => array(
  10909. 'type' => 'int',
  10910. 'not null' => FALSE,
  10911. 'size' => 'normal',
  10912. ),
  10913. 'field_date_with_end_time_value2' => array(
  10914. 'type' => 'int',
  10915. 'not null' => FALSE,
  10916. 'size' => 'normal',
  10917. ),
  10918. ),
  10919. 'primary key' => array(
  10920. 'entity_type',
  10921. 'deleted',
  10922. 'entity_id',
  10923. 'revision_id',
  10924. 'language',
  10925. 'delta',
  10926. ),
  10927. 'mysql_character_set' => 'utf8',
  10928. ));
  10929. $connection->insert('field_revision_field_date_with_end_time')
  10930. ->fields(array(
  10931. 'entity_type',
  10932. 'bundle',
  10933. 'deleted',
  10934. 'entity_id',
  10935. 'revision_id',
  10936. 'language',
  10937. 'delta',
  10938. 'field_date_with_end_time_value',
  10939. 'field_date_with_end_time_value2',
  10940. ))
  10941. ->values(array(
  10942. 'entity_type' => 'node',
  10943. 'bundle' => 'test_content_type',
  10944. 'deleted' => '0',
  10945. 'entity_id' => '1',
  10946. 'revision_id' => '1',
  10947. 'language' => 'und',
  10948. 'delta' => '0',
  10949. 'field_date_with_end_time_value' => '1421727300',
  10950. 'field_date_with_end_time_value2' => '1421727300',
  10951. ))
  10952. ->execute();
  10953. $connection->schema()->createTable('field_revision_field_date_without_time', array(
  10954. 'fields' => array(
  10955. 'entity_type' => array(
  10956. 'type' => 'varchar',
  10957. 'not null' => TRUE,
  10958. 'length' => '128',
  10959. 'default' => '',
  10960. ),
  10961. 'bundle' => array(
  10962. 'type' => 'varchar',
  10963. 'not null' => TRUE,
  10964. 'length' => '128',
  10965. 'default' => '',
  10966. ),
  10967. 'deleted' => array(
  10968. 'type' => 'int',
  10969. 'not null' => TRUE,
  10970. 'size' => 'normal',
  10971. 'default' => '0',
  10972. ),
  10973. 'entity_id' => array(
  10974. 'type' => 'int',
  10975. 'not null' => TRUE,
  10976. 'size' => 'normal',
  10977. 'unsigned' => TRUE,
  10978. ),
  10979. 'revision_id' => array(
  10980. 'type' => 'int',
  10981. 'not null' => TRUE,
  10982. 'size' => 'normal',
  10983. 'unsigned' => TRUE,
  10984. ),
  10985. 'language' => array(
  10986. 'type' => 'varchar',
  10987. 'not null' => TRUE,
  10988. 'length' => '32',
  10989. 'default' => '',
  10990. ),
  10991. 'delta' => array(
  10992. 'type' => 'int',
  10993. 'not null' => TRUE,
  10994. 'size' => 'normal',
  10995. 'unsigned' => TRUE,
  10996. ),
  10997. 'field_date_without_time_value' => array(
  10998. 'type' => 'varchar',
  10999. 'not null' => FALSE,
  11000. 'length' => '100',
  11001. ),
  11002. ),
  11003. 'primary key' => array(
  11004. 'entity_type',
  11005. 'deleted',
  11006. 'entity_id',
  11007. 'revision_id',
  11008. 'language',
  11009. 'delta',
  11010. ),
  11011. 'mysql_character_set' => 'utf8',
  11012. ));
  11013. $connection->insert('field_revision_field_date_without_time')
  11014. ->fields(array(
  11015. 'entity_type',
  11016. 'bundle',
  11017. 'deleted',
  11018. 'entity_id',
  11019. 'revision_id',
  11020. 'language',
  11021. 'delta',
  11022. 'field_date_without_time_value',
  11023. ))
  11024. ->values(array(
  11025. 'entity_type' => 'node',
  11026. 'bundle' => 'test_content_type',
  11027. 'deleted' => '0',
  11028. 'entity_id' => '1',
  11029. 'revision_id' => '1',
  11030. 'language' => 'und',
  11031. 'delta' => '0',
  11032. 'field_date_without_time_value' => '2015-01-20T00:00:00',
  11033. ))
  11034. ->execute();
  11035. $connection->schema()->createTable('field_revision_field_datetime_without_time', array(
  11036. 'fields' => array(
  11037. 'entity_type' => array(
  11038. 'type' => 'varchar',
  11039. 'not null' => TRUE,
  11040. 'length' => '128',
  11041. 'default' => '',
  11042. ),
  11043. 'bundle' => array(
  11044. 'type' => 'varchar',
  11045. 'not null' => TRUE,
  11046. 'length' => '128',
  11047. 'default' => '',
  11048. ),
  11049. 'deleted' => array(
  11050. 'type' => 'int',
  11051. 'not null' => TRUE,
  11052. 'size' => 'normal',
  11053. 'default' => '0',
  11054. ),
  11055. 'entity_id' => array(
  11056. 'type' => 'int',
  11057. 'not null' => TRUE,
  11058. 'size' => 'normal',
  11059. 'unsigned' => TRUE,
  11060. ),
  11061. 'revision_id' => array(
  11062. 'type' => 'int',
  11063. 'not null' => TRUE,
  11064. 'size' => 'normal',
  11065. 'unsigned' => TRUE,
  11066. ),
  11067. 'language' => array(
  11068. 'type' => 'varchar',
  11069. 'not null' => TRUE,
  11070. 'length' => '32',
  11071. 'default' => '',
  11072. ),
  11073. 'delta' => array(
  11074. 'type' => 'int',
  11075. 'not null' => TRUE,
  11076. 'size' => 'normal',
  11077. 'unsigned' => TRUE,
  11078. ),
  11079. 'field_datetime_without_time_value' => array(
  11080. 'type' => 'datetime',
  11081. 'not null' => FALSE,
  11082. 'mysql_type' => 'datetime',
  11083. 'pgsql_type' => 'timestamp without time zone',
  11084. 'sqlite_type' => 'varchar',
  11085. 'sqlsrv_type' => 'smalldatetime',
  11086. ),
  11087. ),
  11088. 'primary key' => array(
  11089. 'entity_type',
  11090. 'deleted',
  11091. 'entity_id',
  11092. 'revision_id',
  11093. 'language',
  11094. 'delta',
  11095. ),
  11096. 'mysql_character_set' => 'utf8',
  11097. ));
  11098. $connection->insert('field_revision_field_datetime_without_time')
  11099. ->fields(array(
  11100. 'entity_type',
  11101. 'bundle',
  11102. 'deleted',
  11103. 'entity_id',
  11104. 'revision_id',
  11105. 'language',
  11106. 'delta',
  11107. 'field_datetime_without_time_value',
  11108. ))
  11109. ->values(array(
  11110. 'entity_type' => 'node',
  11111. 'bundle' => 'test_content_type',
  11112. 'deleted' => '0',
  11113. 'entity_id' => '1',
  11114. 'revision_id' => '1',
  11115. 'language' => 'und',
  11116. 'delta' => '0',
  11117. 'field_datetime_without_time_value' => '2015-01-20 00:00:00',
  11118. ))
  11119. ->execute();
  11120. $connection->schema()->createTable('field_revision_field_email', array(
  11121. 'fields' => array(
  11122. 'entity_type' => array(
  11123. 'type' => 'varchar',
  11124. 'not null' => TRUE,
  11125. 'length' => '128',
  11126. 'default' => '',
  11127. ),
  11128. 'bundle' => array(
  11129. 'type' => 'varchar',
  11130. 'not null' => TRUE,
  11131. 'length' => '128',
  11132. 'default' => '',
  11133. ),
  11134. 'deleted' => array(
  11135. 'type' => 'int',
  11136. 'not null' => TRUE,
  11137. 'size' => 'normal',
  11138. 'default' => '0',
  11139. ),
  11140. 'entity_id' => array(
  11141. 'type' => 'int',
  11142. 'not null' => TRUE,
  11143. 'size' => 'normal',
  11144. 'unsigned' => TRUE,
  11145. ),
  11146. 'revision_id' => array(
  11147. 'type' => 'int',
  11148. 'not null' => TRUE,
  11149. 'size' => 'normal',
  11150. 'unsigned' => TRUE,
  11151. ),
  11152. 'language' => array(
  11153. 'type' => 'varchar',
  11154. 'not null' => TRUE,
  11155. 'length' => '32',
  11156. 'default' => '',
  11157. ),
  11158. 'delta' => array(
  11159. 'type' => 'int',
  11160. 'not null' => TRUE,
  11161. 'size' => 'normal',
  11162. 'unsigned' => TRUE,
  11163. ),
  11164. 'field_email_email' => array(
  11165. 'type' => 'varchar',
  11166. 'not null' => FALSE,
  11167. 'length' => '255',
  11168. ),
  11169. ),
  11170. 'primary key' => array(
  11171. 'entity_type',
  11172. 'deleted',
  11173. 'entity_id',
  11174. 'revision_id',
  11175. 'language',
  11176. 'delta',
  11177. ),
  11178. 'mysql_character_set' => 'utf8',
  11179. ));
  11180. $connection->insert('field_revision_field_email')
  11181. ->fields(array(
  11182. 'entity_type',
  11183. 'bundle',
  11184. 'deleted',
  11185. 'entity_id',
  11186. 'revision_id',
  11187. 'language',
  11188. 'delta',
  11189. 'field_email_email',
  11190. ))
  11191. ->values(array(
  11192. 'entity_type' => 'node',
  11193. 'bundle' => 'test_content_type',
  11194. 'deleted' => '0',
  11195. 'entity_id' => '1',
  11196. 'revision_id' => '1',
  11197. 'language' => 'und',
  11198. 'delta' => '0',
  11199. 'field_email_email' => 'default@example.com',
  11200. ))
  11201. ->values(array(
  11202. 'entity_type' => 'node',
  11203. 'bundle' => 'test_content_type',
  11204. 'deleted' => '0',
  11205. 'entity_id' => '1',
  11206. 'revision_id' => '1',
  11207. 'language' => 'und',
  11208. 'delta' => '1',
  11209. 'field_email_email' => 'another@example.com',
  11210. ))
  11211. ->execute();
  11212. $connection->schema()->createTable('field_revision_field_file', array(
  11213. 'fields' => array(
  11214. 'entity_type' => array(
  11215. 'type' => 'varchar',
  11216. 'not null' => TRUE,
  11217. 'length' => '128',
  11218. 'default' => '',
  11219. ),
  11220. 'bundle' => array(
  11221. 'type' => 'varchar',
  11222. 'not null' => TRUE,
  11223. 'length' => '128',
  11224. 'default' => '',
  11225. ),
  11226. 'deleted' => array(
  11227. 'type' => 'int',
  11228. 'not null' => TRUE,
  11229. 'size' => 'normal',
  11230. 'default' => '0',
  11231. ),
  11232. 'entity_id' => array(
  11233. 'type' => 'int',
  11234. 'not null' => TRUE,
  11235. 'size' => 'normal',
  11236. 'unsigned' => TRUE,
  11237. ),
  11238. 'revision_id' => array(
  11239. 'type' => 'int',
  11240. 'not null' => TRUE,
  11241. 'size' => 'normal',
  11242. 'unsigned' => TRUE,
  11243. ),
  11244. 'language' => array(
  11245. 'type' => 'varchar',
  11246. 'not null' => TRUE,
  11247. 'length' => '32',
  11248. 'default' => '',
  11249. ),
  11250. 'delta' => array(
  11251. 'type' => 'int',
  11252. 'not null' => TRUE,
  11253. 'size' => 'normal',
  11254. 'unsigned' => TRUE,
  11255. ),
  11256. 'field_file_fid' => array(
  11257. 'type' => 'int',
  11258. 'not null' => FALSE,
  11259. 'size' => 'normal',
  11260. 'unsigned' => TRUE,
  11261. ),
  11262. 'field_file_display' => array(
  11263. 'type' => 'int',
  11264. 'not null' => TRUE,
  11265. 'size' => 'normal',
  11266. 'default' => '1',
  11267. 'unsigned' => TRUE,
  11268. ),
  11269. 'field_file_description' => array(
  11270. 'type' => 'text',
  11271. 'not null' => FALSE,
  11272. 'size' => 'normal',
  11273. ),
  11274. ),
  11275. 'primary key' => array(
  11276. 'entity_type',
  11277. 'deleted',
  11278. 'entity_id',
  11279. 'revision_id',
  11280. 'language',
  11281. 'delta',
  11282. ),
  11283. 'mysql_character_set' => 'utf8',
  11284. ));
  11285. $connection->insert('field_revision_field_file')
  11286. ->fields(array(
  11287. 'entity_type',
  11288. 'bundle',
  11289. 'deleted',
  11290. 'entity_id',
  11291. 'revision_id',
  11292. 'language',
  11293. 'delta',
  11294. 'field_file_fid',
  11295. 'field_file_display',
  11296. 'field_file_description',
  11297. ))
  11298. ->values(array(
  11299. 'entity_type' => 'node',
  11300. 'bundle' => 'test_content_type',
  11301. 'deleted' => '0',
  11302. 'entity_id' => '1',
  11303. 'revision_id' => '1',
  11304. 'language' => 'und',
  11305. 'delta' => '0',
  11306. 'field_file_fid' => '2',
  11307. 'field_file_display' => '1',
  11308. 'field_file_description' => 'file desc',
  11309. ))
  11310. ->values(array(
  11311. 'entity_type' => 'user',
  11312. 'bundle' => 'user',
  11313. 'deleted' => '0',
  11314. 'entity_id' => '2',
  11315. 'revision_id' => '2',
  11316. 'language' => 'und',
  11317. 'delta' => '0',
  11318. 'field_file_fid' => '2',
  11319. 'field_file_display' => '1',
  11320. 'field_file_description' => 'file desc',
  11321. ))
  11322. ->execute();
  11323. $connection->schema()->createTable('field_revision_field_float', array(
  11324. 'fields' => array(
  11325. 'entity_type' => array(
  11326. 'type' => 'varchar',
  11327. 'not null' => TRUE,
  11328. 'length' => '128',
  11329. 'default' => '',
  11330. ),
  11331. 'bundle' => array(
  11332. 'type' => 'varchar',
  11333. 'not null' => TRUE,
  11334. 'length' => '128',
  11335. 'default' => '',
  11336. ),
  11337. 'deleted' => array(
  11338. 'type' => 'int',
  11339. 'not null' => TRUE,
  11340. 'size' => 'normal',
  11341. 'default' => '0',
  11342. ),
  11343. 'entity_id' => array(
  11344. 'type' => 'int',
  11345. 'not null' => TRUE,
  11346. 'size' => 'normal',
  11347. 'unsigned' => TRUE,
  11348. ),
  11349. 'revision_id' => array(
  11350. 'type' => 'int',
  11351. 'not null' => TRUE,
  11352. 'size' => 'normal',
  11353. 'unsigned' => TRUE,
  11354. ),
  11355. 'language' => array(
  11356. 'type' => 'varchar',
  11357. 'not null' => TRUE,
  11358. 'length' => '32',
  11359. 'default' => '',
  11360. ),
  11361. 'delta' => array(
  11362. 'type' => 'int',
  11363. 'not null' => TRUE,
  11364. 'size' => 'normal',
  11365. 'unsigned' => TRUE,
  11366. ),
  11367. 'field_float_value' => array(
  11368. 'type' => 'numeric',
  11369. 'not null' => FALSE,
  11370. 'precision' => '10',
  11371. 'scale' => '0',
  11372. ),
  11373. ),
  11374. 'primary key' => array(
  11375. 'entity_type',
  11376. 'deleted',
  11377. 'entity_id',
  11378. 'revision_id',
  11379. 'language',
  11380. 'delta',
  11381. ),
  11382. 'mysql_character_set' => 'utf8',
  11383. ));
  11384. $connection->insert('field_revision_field_float')
  11385. ->fields(array(
  11386. 'entity_type',
  11387. 'bundle',
  11388. 'deleted',
  11389. 'entity_id',
  11390. 'revision_id',
  11391. 'language',
  11392. 'delta',
  11393. 'field_float_value',
  11394. ))
  11395. ->values(array(
  11396. 'entity_type' => 'node',
  11397. 'bundle' => 'test_content_type',
  11398. 'deleted' => '0',
  11399. 'entity_id' => '1',
  11400. 'revision_id' => '1',
  11401. 'language' => 'und',
  11402. 'delta' => '0',
  11403. 'field_float_value' => '1',
  11404. ))
  11405. ->execute();
  11406. $connection->schema()->createTable('field_revision_field_float_list', array(
  11407. 'fields' => array(
  11408. 'entity_type' => array(
  11409. 'type' => 'varchar',
  11410. 'not null' => TRUE,
  11411. 'length' => '128',
  11412. 'default' => '',
  11413. ),
  11414. 'bundle' => array(
  11415. 'type' => 'varchar',
  11416. 'not null' => TRUE,
  11417. 'length' => '128',
  11418. 'default' => '',
  11419. ),
  11420. 'deleted' => array(
  11421. 'type' => 'int',
  11422. 'not null' => TRUE,
  11423. 'size' => 'tiny',
  11424. 'default' => '0',
  11425. ),
  11426. 'entity_id' => array(
  11427. 'type' => 'int',
  11428. 'not null' => TRUE,
  11429. 'size' => 'normal',
  11430. 'unsigned' => TRUE,
  11431. ),
  11432. 'revision_id' => array(
  11433. 'type' => 'int',
  11434. 'not null' => TRUE,
  11435. 'size' => 'normal',
  11436. 'unsigned' => TRUE,
  11437. ),
  11438. 'language' => array(
  11439. 'type' => 'varchar',
  11440. 'not null' => TRUE,
  11441. 'length' => '32',
  11442. 'default' => '',
  11443. ),
  11444. 'delta' => array(
  11445. 'type' => 'int',
  11446. 'not null' => TRUE,
  11447. 'size' => 'normal',
  11448. 'unsigned' => TRUE,
  11449. ),
  11450. 'field_float_list_value' => array(
  11451. 'type' => 'float',
  11452. 'not null' => FALSE,
  11453. 'size' => 'normal',
  11454. ),
  11455. ),
  11456. 'primary key' => array(
  11457. 'entity_type',
  11458. 'entity_id',
  11459. 'revision_id',
  11460. 'deleted',
  11461. 'delta',
  11462. 'language',
  11463. ),
  11464. 'indexes' => array(
  11465. 'entity_type' => array(
  11466. 'entity_type',
  11467. ),
  11468. 'bundle' => array(
  11469. 'bundle',
  11470. ),
  11471. 'deleted' => array(
  11472. 'deleted',
  11473. ),
  11474. 'entity_id' => array(
  11475. 'entity_id',
  11476. ),
  11477. 'revision_id' => array(
  11478. 'revision_id',
  11479. ),
  11480. 'language' => array(
  11481. 'language',
  11482. ),
  11483. 'field_float_list_value' => array(
  11484. 'field_float_list_value',
  11485. ),
  11486. ),
  11487. 'mysql_character_set' => 'utf8',
  11488. ));
  11489. $connection->insert('field_revision_field_float_list')
  11490. ->fields(array(
  11491. 'entity_type',
  11492. 'bundle',
  11493. 'deleted',
  11494. 'entity_id',
  11495. 'revision_id',
  11496. 'language',
  11497. 'delta',
  11498. 'field_float_list_value',
  11499. ))
  11500. ->values(array(
  11501. 'entity_type' => 'node',
  11502. 'bundle' => 'test_content_type',
  11503. 'deleted' => '0',
  11504. 'entity_id' => '1',
  11505. 'revision_id' => '1',
  11506. 'language' => 'und',
  11507. 'delta' => '0',
  11508. 'field_float_list_value' => '3.1416',
  11509. ))
  11510. ->execute();
  11511. $connection->schema()->createTable('field_revision_field_image', array(
  11512. 'fields' => array(
  11513. 'entity_type' => array(
  11514. 'type' => 'varchar',
  11515. 'not null' => TRUE,
  11516. 'length' => '128',
  11517. 'default' => '',
  11518. ),
  11519. 'bundle' => array(
  11520. 'type' => 'varchar',
  11521. 'not null' => TRUE,
  11522. 'length' => '128',
  11523. 'default' => '',
  11524. ),
  11525. 'deleted' => array(
  11526. 'type' => 'int',
  11527. 'not null' => TRUE,
  11528. 'size' => 'normal',
  11529. 'default' => '0',
  11530. ),
  11531. 'entity_id' => array(
  11532. 'type' => 'int',
  11533. 'not null' => TRUE,
  11534. 'size' => 'normal',
  11535. 'unsigned' => TRUE,
  11536. ),
  11537. 'revision_id' => array(
  11538. 'type' => 'int',
  11539. 'not null' => TRUE,
  11540. 'size' => 'normal',
  11541. 'unsigned' => TRUE,
  11542. ),
  11543. 'language' => array(
  11544. 'type' => 'varchar',
  11545. 'not null' => TRUE,
  11546. 'length' => '32',
  11547. 'default' => '',
  11548. ),
  11549. 'delta' => array(
  11550. 'type' => 'int',
  11551. 'not null' => TRUE,
  11552. 'size' => 'normal',
  11553. 'unsigned' => TRUE,
  11554. ),
  11555. 'field_image_fid' => array(
  11556. 'type' => 'int',
  11557. 'not null' => FALSE,
  11558. 'size' => 'normal',
  11559. 'unsigned' => TRUE,
  11560. ),
  11561. 'field_image_alt' => array(
  11562. 'type' => 'varchar',
  11563. 'not null' => FALSE,
  11564. 'length' => '512',
  11565. ),
  11566. 'field_image_title' => array(
  11567. 'type' => 'varchar',
  11568. 'not null' => FALSE,
  11569. 'length' => '1024',
  11570. ),
  11571. 'field_image_width' => array(
  11572. 'type' => 'int',
  11573. 'not null' => FALSE,
  11574. 'size' => 'normal',
  11575. 'unsigned' => TRUE,
  11576. ),
  11577. 'field_image_height' => array(
  11578. 'type' => 'int',
  11579. 'not null' => FALSE,
  11580. 'size' => 'normal',
  11581. 'unsigned' => TRUE,
  11582. ),
  11583. ),
  11584. 'primary key' => array(
  11585. 'entity_type',
  11586. 'deleted',
  11587. 'entity_id',
  11588. 'revision_id',
  11589. 'language',
  11590. 'delta',
  11591. ),
  11592. 'mysql_character_set' => 'utf8',
  11593. ));
  11594. $connection->schema()->createTable('field_revision_field_images', array(
  11595. 'fields' => array(
  11596. 'entity_type' => array(
  11597. 'type' => 'varchar',
  11598. 'not null' => TRUE,
  11599. 'length' => '128',
  11600. 'default' => '',
  11601. ),
  11602. 'bundle' => array(
  11603. 'type' => 'varchar',
  11604. 'not null' => TRUE,
  11605. 'length' => '128',
  11606. 'default' => '',
  11607. ),
  11608. 'deleted' => array(
  11609. 'type' => 'int',
  11610. 'not null' => TRUE,
  11611. 'size' => 'normal',
  11612. 'default' => '0',
  11613. ),
  11614. 'entity_id' => array(
  11615. 'type' => 'int',
  11616. 'not null' => TRUE,
  11617. 'size' => 'normal',
  11618. 'unsigned' => TRUE,
  11619. ),
  11620. 'revision_id' => array(
  11621. 'type' => 'int',
  11622. 'not null' => TRUE,
  11623. 'size' => 'normal',
  11624. 'unsigned' => TRUE,
  11625. ),
  11626. 'language' => array(
  11627. 'type' => 'varchar',
  11628. 'not null' => TRUE,
  11629. 'length' => '32',
  11630. 'default' => '',
  11631. ),
  11632. 'delta' => array(
  11633. 'type' => 'int',
  11634. 'not null' => TRUE,
  11635. 'size' => 'normal',
  11636. 'unsigned' => TRUE,
  11637. ),
  11638. 'field_images_fid' => array(
  11639. 'type' => 'int',
  11640. 'not null' => FALSE,
  11641. 'size' => 'normal',
  11642. 'unsigned' => TRUE,
  11643. ),
  11644. 'field_images_alt' => array(
  11645. 'type' => 'varchar',
  11646. 'not null' => FALSE,
  11647. 'length' => '512',
  11648. ),
  11649. 'field_images_title' => array(
  11650. 'type' => 'varchar',
  11651. 'not null' => FALSE,
  11652. 'length' => '1024',
  11653. ),
  11654. 'field_images_width' => array(
  11655. 'type' => 'int',
  11656. 'not null' => FALSE,
  11657. 'size' => 'normal',
  11658. 'unsigned' => TRUE,
  11659. ),
  11660. 'field_images_height' => array(
  11661. 'type' => 'int',
  11662. 'not null' => FALSE,
  11663. 'size' => 'normal',
  11664. 'unsigned' => TRUE,
  11665. ),
  11666. ),
  11667. 'primary key' => array(
  11668. 'entity_type',
  11669. 'deleted',
  11670. 'entity_id',
  11671. 'revision_id',
  11672. 'language',
  11673. 'delta',
  11674. ),
  11675. 'mysql_character_set' => 'utf8',
  11676. ));
  11677. $connection->insert('field_revision_field_images')
  11678. ->fields(array(
  11679. 'entity_type',
  11680. 'bundle',
  11681. 'deleted',
  11682. 'entity_id',
  11683. 'revision_id',
  11684. 'language',
  11685. 'delta',
  11686. 'field_images_fid',
  11687. 'field_images_alt',
  11688. 'field_images_title',
  11689. 'field_images_width',
  11690. 'field_images_height',
  11691. ))
  11692. ->values(array(
  11693. 'entity_type' => 'node',
  11694. 'bundle' => 'test_content_type',
  11695. 'deleted' => '0',
  11696. 'entity_id' => '1',
  11697. 'revision_id' => '1',
  11698. 'language' => 'und',
  11699. 'delta' => '0',
  11700. 'field_images_fid' => '1',
  11701. 'field_images_alt' => 'alt text',
  11702. 'field_images_title' => 'title text',
  11703. 'field_images_width' => '93',
  11704. 'field_images_height' => '93',
  11705. ))
  11706. ->execute();
  11707. $connection->schema()->createTable('field_revision_field_integer', array(
  11708. 'fields' => array(
  11709. 'entity_type' => array(
  11710. 'type' => 'varchar',
  11711. 'not null' => TRUE,
  11712. 'length' => '128',
  11713. 'default' => '',
  11714. ),
  11715. 'bundle' => array(
  11716. 'type' => 'varchar',
  11717. 'not null' => TRUE,
  11718. 'length' => '128',
  11719. 'default' => '',
  11720. ),
  11721. 'deleted' => array(
  11722. 'type' => 'int',
  11723. 'not null' => TRUE,
  11724. 'size' => 'normal',
  11725. 'default' => '0',
  11726. ),
  11727. 'entity_id' => array(
  11728. 'type' => 'int',
  11729. 'not null' => TRUE,
  11730. 'size' => 'normal',
  11731. 'unsigned' => TRUE,
  11732. ),
  11733. 'revision_id' => array(
  11734. 'type' => 'int',
  11735. 'not null' => TRUE,
  11736. 'size' => 'normal',
  11737. 'unsigned' => TRUE,
  11738. ),
  11739. 'language' => array(
  11740. 'type' => 'varchar',
  11741. 'not null' => TRUE,
  11742. 'length' => '32',
  11743. 'default' => '',
  11744. ),
  11745. 'delta' => array(
  11746. 'type' => 'int',
  11747. 'not null' => TRUE,
  11748. 'size' => 'normal',
  11749. 'unsigned' => TRUE,
  11750. ),
  11751. 'field_integer_value' => array(
  11752. 'type' => 'int',
  11753. 'not null' => FALSE,
  11754. 'size' => 'normal',
  11755. ),
  11756. ),
  11757. 'primary key' => array(
  11758. 'entity_type',
  11759. 'deleted',
  11760. 'entity_id',
  11761. 'revision_id',
  11762. 'language',
  11763. 'delta',
  11764. ),
  11765. 'mysql_character_set' => 'utf8',
  11766. ));
  11767. $connection->insert('field_revision_field_integer')
  11768. ->fields(array(
  11769. 'entity_type',
  11770. 'bundle',
  11771. 'deleted',
  11772. 'entity_id',
  11773. 'revision_id',
  11774. 'language',
  11775. 'delta',
  11776. 'field_integer_value',
  11777. ))
  11778. ->values(array(
  11779. 'entity_type' => 'comment',
  11780. 'bundle' => 'comment_node_test_content_type',
  11781. 'deleted' => '0',
  11782. 'entity_id' => '1',
  11783. 'revision_id' => '1',
  11784. 'language' => 'en',
  11785. 'delta' => '0',
  11786. 'field_integer_value' => '1000000',
  11787. ))
  11788. ->values(array(
  11789. 'entity_type' => 'comment',
  11790. 'bundle' => 'comment_node_test_content_type',
  11791. 'deleted' => '0',
  11792. 'entity_id' => '1',
  11793. 'revision_id' => '1',
  11794. 'language' => 'fr',
  11795. 'delta' => '0',
  11796. 'field_integer_value' => '2000000',
  11797. ))
  11798. ->values(array(
  11799. 'entity_type' => 'comment',
  11800. 'bundle' => 'comment_node_test_content_type',
  11801. 'deleted' => '0',
  11802. 'entity_id' => '1',
  11803. 'revision_id' => '1',
  11804. 'language' => 'is',
  11805. 'delta' => '0',
  11806. 'field_integer_value' => '3000000',
  11807. ))
  11808. ->values(array(
  11809. 'entity_type' => 'node',
  11810. 'bundle' => 'test_content_type',
  11811. 'deleted' => '0',
  11812. 'entity_id' => '1',
  11813. 'revision_id' => '1',
  11814. 'language' => 'en',
  11815. 'delta' => '0',
  11816. 'field_integer_value' => '5',
  11817. ))
  11818. ->values(array(
  11819. 'entity_type' => 'node',
  11820. 'bundle' => 'test_content_type',
  11821. 'deleted' => '0',
  11822. 'entity_id' => '1',
  11823. 'revision_id' => '1',
  11824. 'language' => 'fr',
  11825. 'delta' => '0',
  11826. 'field_integer_value' => '6',
  11827. ))
  11828. ->values(array(
  11829. 'entity_type' => 'node',
  11830. 'bundle' => 'test_content_type',
  11831. 'deleted' => '0',
  11832. 'entity_id' => '1',
  11833. 'revision_id' => '1',
  11834. 'language' => 'is',
  11835. 'delta' => '0',
  11836. 'field_integer_value' => '7',
  11837. ))
  11838. ->values(array(
  11839. 'entity_type' => 'user',
  11840. 'bundle' => 'user',
  11841. 'deleted' => '0',
  11842. 'entity_id' => '2',
  11843. 'revision_id' => '2',
  11844. 'language' => 'en',
  11845. 'delta' => '0',
  11846. 'field_integer_value' => '99',
  11847. ))
  11848. ->values(array(
  11849. 'entity_type' => 'comment',
  11850. 'bundle' => 'comment_node_test_content_type',
  11851. 'deleted' => '0',
  11852. 'entity_id' => '4',
  11853. 'revision_id' => '4',
  11854. 'language' => 'en',
  11855. 'delta' => '0',
  11856. 'field_integer_value' => '10',
  11857. ))
  11858. ->values(array(
  11859. 'entity_type' => 'taxonomy_term',
  11860. 'bundle' => 'test_vocabulary',
  11861. 'deleted' => '0',
  11862. 'entity_id' => '4',
  11863. 'revision_id' => '4',
  11864. 'language' => 'en',
  11865. 'delta' => '0',
  11866. 'field_integer_value' => '6',
  11867. ))
  11868. ->values(array(
  11869. 'entity_type' => 'taxonomy_term',
  11870. 'bundle' => 'test_vocabulary',
  11871. 'deleted' => '0',
  11872. 'entity_id' => '4',
  11873. 'revision_id' => '4',
  11874. 'language' => 'fr',
  11875. 'delta' => '0',
  11876. 'field_integer_value' => '5',
  11877. ))
  11878. ->values(array(
  11879. 'entity_type' => 'taxonomy_term',
  11880. 'bundle' => 'test_vocabulary',
  11881. 'deleted' => '0',
  11882. 'entity_id' => '4',
  11883. 'revision_id' => '4',
  11884. 'language' => 'is',
  11885. 'delta' => '0',
  11886. 'field_integer_value' => '4',
  11887. ))
  11888. ->execute();
  11889. $connection->schema()->createTable('field_revision_field_integer_list', array(
  11890. 'fields' => array(
  11891. 'entity_type' => array(
  11892. 'type' => 'varchar',
  11893. 'not null' => TRUE,
  11894. 'length' => '128',
  11895. 'default' => '',
  11896. ),
  11897. 'bundle' => array(
  11898. 'type' => 'varchar',
  11899. 'not null' => TRUE,
  11900. 'length' => '128',
  11901. 'default' => '',
  11902. ),
  11903. 'deleted' => array(
  11904. 'type' => 'int',
  11905. 'not null' => TRUE,
  11906. 'size' => 'normal',
  11907. 'default' => '0',
  11908. ),
  11909. 'entity_id' => array(
  11910. 'type' => 'int',
  11911. 'not null' => TRUE,
  11912. 'size' => 'normal',
  11913. 'unsigned' => TRUE,
  11914. ),
  11915. 'revision_id' => array(
  11916. 'type' => 'int',
  11917. 'not null' => TRUE,
  11918. 'size' => 'normal',
  11919. 'unsigned' => TRUE,
  11920. ),
  11921. 'language' => array(
  11922. 'type' => 'varchar',
  11923. 'not null' => TRUE,
  11924. 'length' => '32',
  11925. 'default' => '',
  11926. ),
  11927. 'delta' => array(
  11928. 'type' => 'int',
  11929. 'not null' => TRUE,
  11930. 'size' => 'normal',
  11931. 'unsigned' => TRUE,
  11932. ),
  11933. 'field_integer_list_value' => array(
  11934. 'type' => 'int',
  11935. 'not null' => FALSE,
  11936. 'size' => 'normal',
  11937. ),
  11938. ),
  11939. 'primary key' => array(
  11940. 'entity_type',
  11941. 'deleted',
  11942. 'entity_id',
  11943. 'revision_id',
  11944. 'language',
  11945. 'delta',
  11946. ),
  11947. 'mysql_character_set' => 'utf8',
  11948. ));
  11949. $connection->insert('field_revision_field_integer_list')
  11950. ->fields(array(
  11951. 'entity_type',
  11952. 'bundle',
  11953. 'deleted',
  11954. 'entity_id',
  11955. 'revision_id',
  11956. 'language',
  11957. 'delta',
  11958. 'field_integer_list_value',
  11959. ))
  11960. ->values(array(
  11961. 'entity_type' => 'node',
  11962. 'bundle' => 'test_content_type',
  11963. 'deleted' => '0',
  11964. 'entity_id' => '1',
  11965. 'revision_id' => '1',
  11966. 'language' => 'und',
  11967. 'delta' => '0',
  11968. 'field_integer_list_value' => '7',
  11969. ))
  11970. ->execute();
  11971. $connection->schema()->createTable('field_revision_field_link', array(
  11972. 'fields' => array(
  11973. 'entity_type' => array(
  11974. 'type' => 'varchar',
  11975. 'not null' => TRUE,
  11976. 'length' => '128',
  11977. 'default' => '',
  11978. ),
  11979. 'bundle' => array(
  11980. 'type' => 'varchar',
  11981. 'not null' => TRUE,
  11982. 'length' => '128',
  11983. 'default' => '',
  11984. ),
  11985. 'deleted' => array(
  11986. 'type' => 'int',
  11987. 'not null' => TRUE,
  11988. 'size' => 'normal',
  11989. 'default' => '0',
  11990. ),
  11991. 'entity_id' => array(
  11992. 'type' => 'int',
  11993. 'not null' => TRUE,
  11994. 'size' => 'normal',
  11995. 'unsigned' => TRUE,
  11996. ),
  11997. 'revision_id' => array(
  11998. 'type' => 'int',
  11999. 'not null' => TRUE,
  12000. 'size' => 'normal',
  12001. 'unsigned' => TRUE,
  12002. ),
  12003. 'language' => array(
  12004. 'type' => 'varchar',
  12005. 'not null' => TRUE,
  12006. 'length' => '32',
  12007. 'default' => '',
  12008. ),
  12009. 'delta' => array(
  12010. 'type' => 'int',
  12011. 'not null' => TRUE,
  12012. 'size' => 'normal',
  12013. 'unsigned' => TRUE,
  12014. ),
  12015. 'field_link_url' => array(
  12016. 'type' => 'varchar',
  12017. 'not null' => FALSE,
  12018. 'length' => '2048',
  12019. ),
  12020. 'field_link_title' => array(
  12021. 'type' => 'varchar',
  12022. 'not null' => FALSE,
  12023. 'length' => '255',
  12024. ),
  12025. 'field_link_attributes' => array(
  12026. 'type' => 'text',
  12027. 'not null' => FALSE,
  12028. 'size' => 'normal',
  12029. ),
  12030. ),
  12031. 'primary key' => array(
  12032. 'entity_type',
  12033. 'deleted',
  12034. 'entity_id',
  12035. 'revision_id',
  12036. 'language',
  12037. 'delta',
  12038. ),
  12039. 'mysql_character_set' => 'utf8',
  12040. ));
  12041. $connection->insert('field_revision_field_link')
  12042. ->fields(array(
  12043. 'entity_type',
  12044. 'bundle',
  12045. 'deleted',
  12046. 'entity_id',
  12047. 'revision_id',
  12048. 'language',
  12049. 'delta',
  12050. 'field_link_url',
  12051. 'field_link_title',
  12052. 'field_link_attributes',
  12053. ))
  12054. ->values(array(
  12055. 'entity_type' => 'node',
  12056. 'bundle' => 'test_content_type',
  12057. 'deleted' => '0',
  12058. 'entity_id' => '1',
  12059. 'revision_id' => '1',
  12060. 'language' => 'und',
  12061. 'delta' => '0',
  12062. 'field_link_url' => 'http://google.com',
  12063. 'field_link_title' => 'Click Here',
  12064. 'field_link_attributes' => 'a:1:{s:5:"title";s:10:"Click Here";}',
  12065. ))
  12066. ->values(array(
  12067. 'entity_type' => 'node',
  12068. 'bundle' => 'article',
  12069. 'deleted' => '0',
  12070. 'entity_id' => '2',
  12071. 'revision_id' => '2',
  12072. 'language' => 'und',
  12073. 'delta' => '0',
  12074. 'field_link_url' => '<front>',
  12075. 'field_link_title' => 'Home',
  12076. 'field_link_attributes' => 'a:0:{}',
  12077. ))
  12078. ->values(array(
  12079. 'entity_type' => 'node',
  12080. 'bundle' => 'article',
  12081. 'deleted' => '0',
  12082. 'entity_id' => '3',
  12083. 'revision_id' => '3',
  12084. 'language' => 'und',
  12085. 'delta' => '0',
  12086. 'field_link_url' => '<front>',
  12087. 'field_link_title' => 'Home',
  12088. 'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
  12089. ))
  12090. ->execute();
  12091. $connection->schema()->createTable('field_revision_field_long_text', array(
  12092. 'fields' => array(
  12093. 'entity_type' => array(
  12094. 'type' => 'varchar',
  12095. 'not null' => TRUE,
  12096. 'length' => '128',
  12097. 'default' => '',
  12098. ),
  12099. 'bundle' => array(
  12100. 'type' => 'varchar',
  12101. 'not null' => TRUE,
  12102. 'length' => '128',
  12103. 'default' => '',
  12104. ),
  12105. 'deleted' => array(
  12106. 'type' => 'int',
  12107. 'not null' => TRUE,
  12108. 'size' => 'normal',
  12109. 'default' => '0',
  12110. ),
  12111. 'entity_id' => array(
  12112. 'type' => 'int',
  12113. 'not null' => TRUE,
  12114. 'size' => 'normal',
  12115. 'unsigned' => TRUE,
  12116. ),
  12117. 'revision_id' => array(
  12118. 'type' => 'int',
  12119. 'not null' => TRUE,
  12120. 'size' => 'normal',
  12121. 'unsigned' => TRUE,
  12122. ),
  12123. 'language' => array(
  12124. 'type' => 'varchar',
  12125. 'not null' => TRUE,
  12126. 'length' => '32',
  12127. 'default' => '',
  12128. ),
  12129. 'delta' => array(
  12130. 'type' => 'int',
  12131. 'not null' => TRUE,
  12132. 'size' => 'normal',
  12133. 'unsigned' => TRUE,
  12134. ),
  12135. 'field_long_text_value' => array(
  12136. 'type' => 'text',
  12137. 'not null' => FALSE,
  12138. 'size' => 'normal',
  12139. ),
  12140. 'field_long_text_summary' => array(
  12141. 'type' => 'text',
  12142. 'not null' => FALSE,
  12143. 'size' => 'normal',
  12144. ),
  12145. 'field_long_text_format' => array(
  12146. 'type' => 'varchar',
  12147. 'not null' => FALSE,
  12148. 'length' => '255',
  12149. ),
  12150. ),
  12151. 'primary key' => array(
  12152. 'entity_type',
  12153. 'deleted',
  12154. 'entity_id',
  12155. 'revision_id',
  12156. 'language',
  12157. 'delta',
  12158. ),
  12159. 'mysql_character_set' => 'utf8',
  12160. ));
  12161. $connection->schema()->createTable('field_revision_field_node_entityreference', array(
  12162. 'fields' => array(
  12163. 'entity_type' => array(
  12164. 'type' => 'varchar',
  12165. 'not null' => TRUE,
  12166. 'length' => '128',
  12167. 'default' => '',
  12168. ),
  12169. 'bundle' => array(
  12170. 'type' => 'varchar',
  12171. 'not null' => TRUE,
  12172. 'length' => '128',
  12173. 'default' => '',
  12174. ),
  12175. 'deleted' => array(
  12176. 'type' => 'int',
  12177. 'not null' => TRUE,
  12178. 'size' => 'tiny',
  12179. 'default' => '0',
  12180. ),
  12181. 'entity_id' => array(
  12182. 'type' => 'int',
  12183. 'not null' => TRUE,
  12184. 'size' => 'normal',
  12185. 'unsigned' => TRUE,
  12186. ),
  12187. 'revision_id' => array(
  12188. 'type' => 'int',
  12189. 'not null' => TRUE,
  12190. 'size' => 'normal',
  12191. 'unsigned' => TRUE,
  12192. ),
  12193. 'language' => array(
  12194. 'type' => 'varchar',
  12195. 'not null' => TRUE,
  12196. 'length' => '32',
  12197. 'default' => '',
  12198. ),
  12199. 'delta' => array(
  12200. 'type' => 'int',
  12201. 'not null' => TRUE,
  12202. 'size' => 'normal',
  12203. 'unsigned' => TRUE,
  12204. ),
  12205. 'field_node_entityreference_target_id' => array(
  12206. 'type' => 'int',
  12207. 'not null' => TRUE,
  12208. 'size' => 'normal',
  12209. 'unsigned' => TRUE,
  12210. ),
  12211. ),
  12212. 'primary key' => array(
  12213. 'entity_type',
  12214. 'entity_id',
  12215. 'revision_id',
  12216. 'deleted',
  12217. 'delta',
  12218. 'language',
  12219. ),
  12220. 'indexes' => array(
  12221. 'entity_type' => array(
  12222. 'entity_type',
  12223. ),
  12224. 'bundle' => array(
  12225. 'bundle',
  12226. ),
  12227. 'deleted' => array(
  12228. 'deleted',
  12229. ),
  12230. 'entity_id' => array(
  12231. 'entity_id',
  12232. ),
  12233. 'revision_id' => array(
  12234. 'revision_id',
  12235. ),
  12236. 'language' => array(
  12237. 'language',
  12238. ),
  12239. 'field_node_entityreference_target_id' => array(
  12240. 'field_node_entityreference_target_id',
  12241. ),
  12242. ),
  12243. 'mysql_character_set' => 'utf8',
  12244. ));
  12245. $connection->insert('field_revision_field_node_entityreference')
  12246. ->fields(array(
  12247. 'entity_type',
  12248. 'bundle',
  12249. 'deleted',
  12250. 'entity_id',
  12251. 'revision_id',
  12252. 'language',
  12253. 'delta',
  12254. 'field_node_entityreference_target_id',
  12255. ))
  12256. ->values(array(
  12257. 'entity_type' => 'node',
  12258. 'bundle' => 'test_content_type',
  12259. 'deleted' => '0',
  12260. 'entity_id' => '1',
  12261. 'revision_id' => '1',
  12262. 'language' => 'und',
  12263. 'delta' => '0',
  12264. 'field_node_entityreference_target_id' => '2',
  12265. ))
  12266. ->execute();
  12267. $connection->schema()->createTable('field_revision_field_phone', array(
  12268. 'fields' => array(
  12269. 'entity_type' => array(
  12270. 'type' => 'varchar',
  12271. 'not null' => TRUE,
  12272. 'length' => '128',
  12273. 'default' => '',
  12274. ),
  12275. 'bundle' => array(
  12276. 'type' => 'varchar',
  12277. 'not null' => TRUE,
  12278. 'length' => '128',
  12279. 'default' => '',
  12280. ),
  12281. 'deleted' => array(
  12282. 'type' => 'int',
  12283. 'not null' => TRUE,
  12284. 'size' => 'normal',
  12285. 'default' => '0',
  12286. ),
  12287. 'entity_id' => array(
  12288. 'type' => 'int',
  12289. 'not null' => TRUE,
  12290. 'size' => 'normal',
  12291. 'unsigned' => TRUE,
  12292. ),
  12293. 'revision_id' => array(
  12294. 'type' => 'int',
  12295. 'not null' => TRUE,
  12296. 'size' => 'normal',
  12297. 'unsigned' => TRUE,
  12298. ),
  12299. 'language' => array(
  12300. 'type' => 'varchar',
  12301. 'not null' => TRUE,
  12302. 'length' => '32',
  12303. 'default' => '',
  12304. ),
  12305. 'delta' => array(
  12306. 'type' => 'int',
  12307. 'not null' => TRUE,
  12308. 'size' => 'normal',
  12309. 'unsigned' => TRUE,
  12310. ),
  12311. 'field_phone_value' => array(
  12312. 'type' => 'varchar',
  12313. 'not null' => FALSE,
  12314. 'length' => '255',
  12315. ),
  12316. ),
  12317. 'primary key' => array(
  12318. 'entity_type',
  12319. 'deleted',
  12320. 'entity_id',
  12321. 'revision_id',
  12322. 'language',
  12323. 'delta',
  12324. ),
  12325. 'mysql_character_set' => 'utf8',
  12326. ));
  12327. $connection->insert('field_revision_field_phone')
  12328. ->fields(array(
  12329. 'entity_type',
  12330. 'bundle',
  12331. 'deleted',
  12332. 'entity_id',
  12333. 'revision_id',
  12334. 'language',
  12335. 'delta',
  12336. 'field_phone_value',
  12337. ))
  12338. ->values(array(
  12339. 'entity_type' => 'node',
  12340. 'bundle' => 'test_content_type',
  12341. 'deleted' => '0',
  12342. 'entity_id' => '1',
  12343. 'revision_id' => '1',
  12344. 'language' => 'und',
  12345. 'delta' => '0',
  12346. 'field_phone_value' => '99-99-99-99',
  12347. ))
  12348. ->values(array(
  12349. 'entity_type' => 'node',
  12350. 'bundle' => 'test_content_type',
  12351. 'deleted' => '0',
  12352. 'entity_id' => '1',
  12353. 'revision_id' => '6',
  12354. 'language' => 'und',
  12355. 'delta' => '0',
  12356. 'field_phone_value' => '99-99-99-99',
  12357. ))
  12358. ->execute();
  12359. $connection->schema()->createTable('field_revision_field_private_file', array(
  12360. 'fields' => array(
  12361. 'entity_type' => array(
  12362. 'type' => 'varchar',
  12363. 'not null' => TRUE,
  12364. 'length' => '128',
  12365. 'default' => '',
  12366. ),
  12367. 'bundle' => array(
  12368. 'type' => 'varchar',
  12369. 'not null' => TRUE,
  12370. 'length' => '128',
  12371. 'default' => '',
  12372. ),
  12373. 'deleted' => array(
  12374. 'type' => 'int',
  12375. 'not null' => TRUE,
  12376. 'size' => 'tiny',
  12377. 'default' => '0',
  12378. ),
  12379. 'entity_id' => array(
  12380. 'type' => 'int',
  12381. 'not null' => TRUE,
  12382. 'size' => 'normal',
  12383. 'unsigned' => TRUE,
  12384. ),
  12385. 'revision_id' => array(
  12386. 'type' => 'int',
  12387. 'not null' => TRUE,
  12388. 'size' => 'normal',
  12389. 'unsigned' => TRUE,
  12390. ),
  12391. 'language' => array(
  12392. 'type' => 'varchar',
  12393. 'not null' => TRUE,
  12394. 'length' => '32',
  12395. 'default' => '',
  12396. ),
  12397. 'delta' => array(
  12398. 'type' => 'int',
  12399. 'not null' => TRUE,
  12400. 'size' => 'normal',
  12401. 'unsigned' => TRUE,
  12402. ),
  12403. 'field_private_file_fid' => array(
  12404. 'type' => 'int',
  12405. 'not null' => FALSE,
  12406. 'size' => 'normal',
  12407. 'unsigned' => TRUE,
  12408. ),
  12409. 'field_private_file_display' => array(
  12410. 'type' => 'int',
  12411. 'not null' => TRUE,
  12412. 'size' => 'tiny',
  12413. 'default' => '1',
  12414. 'unsigned' => TRUE,
  12415. ),
  12416. 'field_private_file_description' => array(
  12417. 'type' => 'text',
  12418. 'not null' => FALSE,
  12419. 'size' => 'normal',
  12420. ),
  12421. ),
  12422. 'primary key' => array(
  12423. 'entity_type',
  12424. 'entity_id',
  12425. 'revision_id',
  12426. 'deleted',
  12427. 'delta',
  12428. 'language',
  12429. ),
  12430. 'indexes' => array(
  12431. 'entity_type' => array(
  12432. 'entity_type',
  12433. ),
  12434. 'bundle' => array(
  12435. 'bundle',
  12436. ),
  12437. 'deleted' => array(
  12438. 'deleted',
  12439. ),
  12440. 'entity_id' => array(
  12441. 'entity_id',
  12442. ),
  12443. 'revision_id' => array(
  12444. 'revision_id',
  12445. ),
  12446. 'language' => array(
  12447. 'language',
  12448. ),
  12449. 'field_private_file_fid' => array(
  12450. 'field_private_file_fid',
  12451. ),
  12452. ),
  12453. 'mysql_character_set' => 'utf8',
  12454. ));
  12455. $connection->insert('field_revision_field_private_file')
  12456. ->fields(array(
  12457. 'entity_type',
  12458. 'bundle',
  12459. 'deleted',
  12460. 'entity_id',
  12461. 'revision_id',
  12462. 'language',
  12463. 'delta',
  12464. 'field_private_file_fid',
  12465. 'field_private_file_display',
  12466. 'field_private_file_description',
  12467. ))
  12468. ->values(array(
  12469. 'entity_type' => 'node',
  12470. 'bundle' => 'test_content_type',
  12471. 'deleted' => '0',
  12472. 'entity_id' => '1',
  12473. 'revision_id' => '6',
  12474. 'language' => 'und',
  12475. 'delta' => '0',
  12476. 'field_private_file_fid' => '4',
  12477. 'field_private_file_display' => '1',
  12478. 'field_private_file_description' => '',
  12479. ))
  12480. ->execute();
  12481. $connection->schema()->createTable('field_revision_field_rating', array(
  12482. 'fields' => array(
  12483. 'entity_type' => array(
  12484. 'type' => 'varchar',
  12485. 'not null' => TRUE,
  12486. 'length' => '128',
  12487. 'default' => '',
  12488. ),
  12489. 'bundle' => array(
  12490. 'type' => 'varchar',
  12491. 'not null' => TRUE,
  12492. 'length' => '128',
  12493. 'default' => '',
  12494. ),
  12495. 'deleted' => array(
  12496. 'type' => 'int',
  12497. 'not null' => TRUE,
  12498. 'size' => 'tiny',
  12499. 'default' => '0',
  12500. ),
  12501. 'entity_id' => array(
  12502. 'type' => 'int',
  12503. 'not null' => TRUE,
  12504. 'size' => 'normal',
  12505. 'unsigned' => TRUE,
  12506. ),
  12507. 'revision_id' => array(
  12508. 'type' => 'int',
  12509. 'not null' => TRUE,
  12510. 'size' => 'normal',
  12511. 'unsigned' => TRUE,
  12512. ),
  12513. 'language' => array(
  12514. 'type' => 'varchar',
  12515. 'not null' => TRUE,
  12516. 'length' => '32',
  12517. 'default' => '',
  12518. ),
  12519. 'delta' => array(
  12520. 'type' => 'int',
  12521. 'not null' => TRUE,
  12522. 'size' => 'normal',
  12523. 'unsigned' => TRUE,
  12524. ),
  12525. 'field_rating_value' => array(
  12526. 'type' => 'varchar',
  12527. 'not null' => FALSE,
  12528. 'length' => '255',
  12529. ),
  12530. ),
  12531. 'primary key' => array(
  12532. 'entity_type',
  12533. 'entity_id',
  12534. 'revision_id',
  12535. 'deleted',
  12536. 'delta',
  12537. 'language',
  12538. ),
  12539. 'indexes' => array(
  12540. 'entity_type' => array(
  12541. 'entity_type',
  12542. ),
  12543. 'bundle' => array(
  12544. 'bundle',
  12545. ),
  12546. 'deleted' => array(
  12547. 'deleted',
  12548. ),
  12549. 'entity_id' => array(
  12550. 'entity_id',
  12551. ),
  12552. 'revision_id' => array(
  12553. 'revision_id',
  12554. ),
  12555. 'language' => array(
  12556. 'language',
  12557. ),
  12558. 'field_rating_value' => array(
  12559. array(
  12560. 'field_rating_value',
  12561. '191',
  12562. ),
  12563. ),
  12564. ),
  12565. 'mysql_character_set' => 'utf8',
  12566. ));
  12567. $connection->insert('field_revision_field_rating')
  12568. ->fields(array(
  12569. 'entity_type',
  12570. 'bundle',
  12571. 'deleted',
  12572. 'entity_id',
  12573. 'revision_id',
  12574. 'language',
  12575. 'delta',
  12576. 'field_rating_value',
  12577. ))
  12578. ->values(array(
  12579. 'entity_type' => 'node',
  12580. 'bundle' => 'blog',
  12581. 'deleted' => '0',
  12582. 'entity_id' => '8',
  12583. 'revision_id' => '8',
  12584. 'language' => 'en',
  12585. 'delta' => '0',
  12586. 'field_rating_value' => '1',
  12587. ))
  12588. ->values(array(
  12589. 'entity_type' => 'node',
  12590. 'bundle' => 'blog',
  12591. 'deleted' => '0',
  12592. 'entity_id' => '9',
  12593. 'revision_id' => '9',
  12594. 'language' => 'fr',
  12595. 'delta' => '0',
  12596. 'field_rating_value' => '3',
  12597. ))
  12598. ->values(array(
  12599. 'entity_type' => 'node',
  12600. 'bundle' => 'blog',
  12601. 'deleted' => '0',
  12602. 'entity_id' => '10',
  12603. 'revision_id' => '10',
  12604. 'language' => 'is',
  12605. 'delta' => '0',
  12606. 'field_rating_value' => '2',
  12607. ))
  12608. ->execute();
  12609. $connection->schema()->createTable('field_revision_field_reference', array(
  12610. 'fields' => array(
  12611. 'entity_type' => array(
  12612. 'type' => 'varchar',
  12613. 'not null' => TRUE,
  12614. 'length' => '128',
  12615. 'default' => '',
  12616. ),
  12617. 'bundle' => array(
  12618. 'type' => 'varchar',
  12619. 'not null' => TRUE,
  12620. 'length' => '128',
  12621. 'default' => '',
  12622. ),
  12623. 'deleted' => array(
  12624. 'type' => 'int',
  12625. 'not null' => TRUE,
  12626. 'size' => 'tiny',
  12627. 'default' => '0',
  12628. ),
  12629. 'entity_id' => array(
  12630. 'type' => 'int',
  12631. 'not null' => TRUE,
  12632. 'size' => 'normal',
  12633. 'unsigned' => TRUE,
  12634. ),
  12635. 'revision_id' => array(
  12636. 'type' => 'int',
  12637. 'not null' => TRUE,
  12638. 'size' => 'normal',
  12639. 'unsigned' => TRUE,
  12640. ),
  12641. 'language' => array(
  12642. 'type' => 'varchar',
  12643. 'not null' => TRUE,
  12644. 'length' => '32',
  12645. 'default' => '',
  12646. ),
  12647. 'delta' => array(
  12648. 'type' => 'int',
  12649. 'not null' => TRUE,
  12650. 'size' => 'normal',
  12651. 'unsigned' => TRUE,
  12652. ),
  12653. 'field_reference_target_id' => array(
  12654. 'type' => 'int',
  12655. 'not null' => TRUE,
  12656. 'size' => 'normal',
  12657. 'unsigned' => TRUE,
  12658. ),
  12659. ),
  12660. 'primary key' => array(
  12661. 'entity_type',
  12662. 'entity_id',
  12663. 'revision_id',
  12664. 'deleted',
  12665. 'delta',
  12666. 'language',
  12667. ),
  12668. 'indexes' => array(
  12669. 'entity_type' => array(
  12670. 'entity_type',
  12671. ),
  12672. 'bundle' => array(
  12673. 'bundle',
  12674. ),
  12675. 'deleted' => array(
  12676. 'deleted',
  12677. ),
  12678. 'entity_id' => array(
  12679. 'entity_id',
  12680. ),
  12681. 'revision_id' => array(
  12682. 'revision_id',
  12683. ),
  12684. 'language' => array(
  12685. 'language',
  12686. ),
  12687. 'field_reference_target_id' => array(
  12688. 'field_reference_target_id',
  12689. ),
  12690. ),
  12691. 'mysql_character_set' => 'utf8',
  12692. ));
  12693. $connection->insert('field_revision_field_reference')
  12694. ->fields(array(
  12695. 'entity_type',
  12696. 'bundle',
  12697. 'deleted',
  12698. 'entity_id',
  12699. 'revision_id',
  12700. 'language',
  12701. 'delta',
  12702. 'field_reference_target_id',
  12703. ))
  12704. ->values(array(
  12705. 'entity_type' => 'node',
  12706. 'bundle' => 'article',
  12707. 'deleted' => '0',
  12708. 'entity_id' => '2',
  12709. 'revision_id' => '2',
  12710. 'language' => 'und',
  12711. 'delta' => '0',
  12712. 'field_reference_target_id' => '5',
  12713. ))
  12714. ->values(array(
  12715. 'entity_type' => 'node',
  12716. 'bundle' => 'article',
  12717. 'deleted' => '0',
  12718. 'entity_id' => '3',
  12719. 'revision_id' => '3',
  12720. 'language' => 'und',
  12721. 'delta' => '0',
  12722. 'field_reference_target_id' => '4',
  12723. ))
  12724. ->values(array(
  12725. 'entity_type' => 'node',
  12726. 'bundle' => 'article',
  12727. 'deleted' => '0',
  12728. 'entity_id' => '4',
  12729. 'revision_id' => '4',
  12730. 'language' => 'und',
  12731. 'delta' => '0',
  12732. 'field_reference_target_id' => '3',
  12733. ))
  12734. ->values(array(
  12735. 'entity_type' => 'node',
  12736. 'bundle' => 'article',
  12737. 'deleted' => '0',
  12738. 'entity_id' => '5',
  12739. 'revision_id' => '5',
  12740. 'language' => 'und',
  12741. 'delta' => '0',
  12742. 'field_reference_target_id' => '2',
  12743. ))
  12744. ->execute();
  12745. $connection->schema()->createTable('field_revision_field_reference_2', array(
  12746. 'fields' => array(
  12747. 'entity_type' => array(
  12748. 'type' => 'varchar',
  12749. 'not null' => TRUE,
  12750. 'length' => '128',
  12751. 'default' => '',
  12752. ),
  12753. 'bundle' => array(
  12754. 'type' => 'varchar',
  12755. 'not null' => TRUE,
  12756. 'length' => '128',
  12757. 'default' => '',
  12758. ),
  12759. 'deleted' => array(
  12760. 'type' => 'int',
  12761. 'not null' => TRUE,
  12762. 'size' => 'tiny',
  12763. 'default' => '0',
  12764. ),
  12765. 'entity_id' => array(
  12766. 'type' => 'int',
  12767. 'not null' => TRUE,
  12768. 'size' => 'normal',
  12769. 'unsigned' => TRUE,
  12770. ),
  12771. 'revision_id' => array(
  12772. 'type' => 'int',
  12773. 'not null' => TRUE,
  12774. 'size' => 'normal',
  12775. 'unsigned' => TRUE,
  12776. ),
  12777. 'language' => array(
  12778. 'type' => 'varchar',
  12779. 'not null' => TRUE,
  12780. 'length' => '32',
  12781. 'default' => '',
  12782. ),
  12783. 'delta' => array(
  12784. 'type' => 'int',
  12785. 'not null' => TRUE,
  12786. 'size' => 'normal',
  12787. 'unsigned' => TRUE,
  12788. ),
  12789. 'field_reference_2_target_id' => array(
  12790. 'type' => 'int',
  12791. 'not null' => TRUE,
  12792. 'size' => 'normal',
  12793. 'unsigned' => TRUE,
  12794. ),
  12795. ),
  12796. 'primary key' => array(
  12797. 'entity_type',
  12798. 'entity_id',
  12799. 'revision_id',
  12800. 'deleted',
  12801. 'delta',
  12802. 'language',
  12803. ),
  12804. 'indexes' => array(
  12805. 'entity_type' => array(
  12806. 'entity_type',
  12807. ),
  12808. 'bundle' => array(
  12809. 'bundle',
  12810. ),
  12811. 'deleted' => array(
  12812. 'deleted',
  12813. ),
  12814. 'entity_id' => array(
  12815. 'entity_id',
  12816. ),
  12817. 'revision_id' => array(
  12818. 'revision_id',
  12819. ),
  12820. 'language' => array(
  12821. 'language',
  12822. ),
  12823. 'field_reference_2_target_id' => array(
  12824. 'field_reference_2_target_id',
  12825. ),
  12826. ),
  12827. 'mysql_character_set' => 'utf8',
  12828. ));
  12829. $connection->insert('field_revision_field_reference_2')
  12830. ->fields(array(
  12831. 'entity_type',
  12832. 'bundle',
  12833. 'deleted',
  12834. 'entity_id',
  12835. 'revision_id',
  12836. 'language',
  12837. 'delta',
  12838. 'field_reference_2_target_id',
  12839. ))
  12840. ->values(array(
  12841. 'entity_type' => 'node',
  12842. 'bundle' => 'article',
  12843. 'deleted' => '0',
  12844. 'entity_id' => '2',
  12845. 'revision_id' => '2',
  12846. 'language' => 'und',
  12847. 'delta' => '0',
  12848. 'field_reference_2_target_id' => '5',
  12849. ))
  12850. ->values(array(
  12851. 'entity_type' => 'node',
  12852. 'bundle' => 'article',
  12853. 'deleted' => '0',
  12854. 'entity_id' => '3',
  12855. 'revision_id' => '3',
  12856. 'language' => 'und',
  12857. 'delta' => '0',
  12858. 'field_reference_2_target_id' => '4',
  12859. ))
  12860. ->values(array(
  12861. 'entity_type' => 'node',
  12862. 'bundle' => 'article',
  12863. 'deleted' => '0',
  12864. 'entity_id' => '4',
  12865. 'revision_id' => '4',
  12866. 'language' => 'und',
  12867. 'delta' => '0',
  12868. 'field_reference_2_target_id' => '3',
  12869. ))
  12870. ->values(array(
  12871. 'entity_type' => 'node',
  12872. 'bundle' => 'article',
  12873. 'deleted' => '0',
  12874. 'entity_id' => '5',
  12875. 'revision_id' => '5',
  12876. 'language' => 'und',
  12877. 'delta' => '0',
  12878. 'field_reference_2_target_id' => '2',
  12879. ))
  12880. ->execute();
  12881. $connection->schema()->createTable('field_revision_field_tags', array(
  12882. 'fields' => array(
  12883. 'entity_type' => array(
  12884. 'type' => 'varchar',
  12885. 'not null' => TRUE,
  12886. 'length' => '128',
  12887. 'default' => '',
  12888. ),
  12889. 'bundle' => array(
  12890. 'type' => 'varchar',
  12891. 'not null' => TRUE,
  12892. 'length' => '128',
  12893. 'default' => '',
  12894. ),
  12895. 'deleted' => array(
  12896. 'type' => 'int',
  12897. 'not null' => TRUE,
  12898. 'size' => 'normal',
  12899. 'default' => '0',
  12900. ),
  12901. 'entity_id' => array(
  12902. 'type' => 'int',
  12903. 'not null' => TRUE,
  12904. 'size' => 'normal',
  12905. 'unsigned' => TRUE,
  12906. ),
  12907. 'revision_id' => array(
  12908. 'type' => 'int',
  12909. 'not null' => TRUE,
  12910. 'size' => 'normal',
  12911. 'unsigned' => TRUE,
  12912. ),
  12913. 'language' => array(
  12914. 'type' => 'varchar',
  12915. 'not null' => TRUE,
  12916. 'length' => '32',
  12917. 'default' => '',
  12918. ),
  12919. 'delta' => array(
  12920. 'type' => 'int',
  12921. 'not null' => TRUE,
  12922. 'size' => 'normal',
  12923. 'unsigned' => TRUE,
  12924. ),
  12925. 'field_tags_tid' => array(
  12926. 'type' => 'int',
  12927. 'not null' => FALSE,
  12928. 'size' => 'normal',
  12929. 'unsigned' => TRUE,
  12930. ),
  12931. ),
  12932. 'primary key' => array(
  12933. 'entity_type',
  12934. 'deleted',
  12935. 'entity_id',
  12936. 'revision_id',
  12937. 'language',
  12938. 'delta',
  12939. ),
  12940. 'mysql_character_set' => 'utf8',
  12941. ));
  12942. $connection->insert('field_revision_field_tags')
  12943. ->fields(array(
  12944. 'entity_type',
  12945. 'bundle',
  12946. 'deleted',
  12947. 'entity_id',
  12948. 'revision_id',
  12949. 'language',
  12950. 'delta',
  12951. 'field_tags_tid',
  12952. ))
  12953. ->values(array(
  12954. 'entity_type' => 'node',
  12955. 'bundle' => 'article',
  12956. 'deleted' => '0',
  12957. 'entity_id' => '2',
  12958. 'revision_id' => '2',
  12959. 'language' => 'und',
  12960. 'delta' => '0',
  12961. 'field_tags_tid' => '9',
  12962. ))
  12963. ->values(array(
  12964. 'entity_type' => 'node',
  12965. 'bundle' => 'article',
  12966. 'deleted' => '0',
  12967. 'entity_id' => '3',
  12968. 'revision_id' => '3',
  12969. 'language' => 'und',
  12970. 'delta' => '0',
  12971. 'field_tags_tid' => '9',
  12972. ))
  12973. ->values(array(
  12974. 'entity_type' => 'node',
  12975. 'bundle' => 'article',
  12976. 'deleted' => '0',
  12977. 'entity_id' => '2',
  12978. 'revision_id' => '2',
  12979. 'language' => 'und',
  12980. 'delta' => '1',
  12981. 'field_tags_tid' => '14',
  12982. ))
  12983. ->values(array(
  12984. 'entity_type' => 'node',
  12985. 'bundle' => 'article',
  12986. 'deleted' => '0',
  12987. 'entity_id' => '3',
  12988. 'revision_id' => '3',
  12989. 'language' => 'und',
  12990. 'delta' => '1',
  12991. 'field_tags_tid' => '14',
  12992. ))
  12993. ->values(array(
  12994. 'entity_type' => 'node',
  12995. 'bundle' => 'article',
  12996. 'deleted' => '0',
  12997. 'entity_id' => '2',
  12998. 'revision_id' => '2',
  12999. 'language' => 'und',
  13000. 'delta' => '2',
  13001. 'field_tags_tid' => '17',
  13002. ))
  13003. ->values(array(
  13004. 'entity_type' => 'node',
  13005. 'bundle' => 'article',
  13006. 'deleted' => '0',
  13007. 'entity_id' => '3',
  13008. 'revision_id' => '3',
  13009. 'language' => 'und',
  13010. 'delta' => '2',
  13011. 'field_tags_tid' => '17',
  13012. ))
  13013. ->execute();
  13014. $connection->schema()->createTable('field_revision_field_term_entityreference', array(
  13015. 'fields' => array(
  13016. 'entity_type' => array(
  13017. 'type' => 'varchar',
  13018. 'not null' => TRUE,
  13019. 'length' => '128',
  13020. 'default' => '',
  13021. ),
  13022. 'bundle' => array(
  13023. 'type' => 'varchar',
  13024. 'not null' => TRUE,
  13025. 'length' => '128',
  13026. 'default' => '',
  13027. ),
  13028. 'deleted' => array(
  13029. 'type' => 'int',
  13030. 'not null' => TRUE,
  13031. 'size' => 'tiny',
  13032. 'default' => '0',
  13033. ),
  13034. 'entity_id' => array(
  13035. 'type' => 'int',
  13036. 'not null' => TRUE,
  13037. 'size' => 'normal',
  13038. 'unsigned' => TRUE,
  13039. ),
  13040. 'revision_id' => array(
  13041. 'type' => 'int',
  13042. 'not null' => TRUE,
  13043. 'size' => 'normal',
  13044. 'unsigned' => TRUE,
  13045. ),
  13046. 'language' => array(
  13047. 'type' => 'varchar',
  13048. 'not null' => TRUE,
  13049. 'length' => '32',
  13050. 'default' => '',
  13051. ),
  13052. 'delta' => array(
  13053. 'type' => 'int',
  13054. 'not null' => TRUE,
  13055. 'size' => 'normal',
  13056. 'unsigned' => TRUE,
  13057. ),
  13058. 'field_term_entityreference_target_id' => array(
  13059. 'type' => 'int',
  13060. 'not null' => TRUE,
  13061. 'size' => 'normal',
  13062. 'unsigned' => TRUE,
  13063. ),
  13064. ),
  13065. 'primary key' => array(
  13066. 'entity_type',
  13067. 'entity_id',
  13068. 'revision_id',
  13069. 'deleted',
  13070. 'delta',
  13071. 'language',
  13072. ),
  13073. 'indexes' => array(
  13074. 'entity_type' => array(
  13075. 'entity_type',
  13076. ),
  13077. 'bundle' => array(
  13078. 'bundle',
  13079. ),
  13080. 'deleted' => array(
  13081. 'deleted',
  13082. ),
  13083. 'entity_id' => array(
  13084. 'entity_id',
  13085. ),
  13086. 'revision_id' => array(
  13087. 'revision_id',
  13088. ),
  13089. 'language' => array(
  13090. 'language',
  13091. ),
  13092. 'field_term_entityreference_target_id' => array(
  13093. 'field_term_entityreference_target_id',
  13094. ),
  13095. ),
  13096. 'mysql_character_set' => 'utf8',
  13097. ));
  13098. $connection->insert('field_revision_field_term_entityreference')
  13099. ->fields(array(
  13100. 'entity_type',
  13101. 'bundle',
  13102. 'deleted',
  13103. 'entity_id',
  13104. 'revision_id',
  13105. 'language',
  13106. 'delta',
  13107. 'field_term_entityreference_target_id',
  13108. ))
  13109. ->values(array(
  13110. 'entity_type' => 'node',
  13111. 'bundle' => 'test_content_type',
  13112. 'deleted' => '0',
  13113. 'entity_id' => '1',
  13114. 'revision_id' => '1',
  13115. 'language' => 'und',
  13116. 'delta' => '0',
  13117. 'field_term_entityreference_target_id' => '17',
  13118. ))
  13119. ->values(array(
  13120. 'entity_type' => 'node',
  13121. 'bundle' => 'test_content_type',
  13122. 'deleted' => '0',
  13123. 'entity_id' => '1',
  13124. 'revision_id' => '1',
  13125. 'language' => 'und',
  13126. 'delta' => '1',
  13127. 'field_term_entityreference_target_id' => '15',
  13128. ))
  13129. ->execute();
  13130. $connection->schema()->createTable('field_revision_field_term_reference', array(
  13131. 'fields' => array(
  13132. 'entity_type' => array(
  13133. 'type' => 'varchar',
  13134. 'not null' => TRUE,
  13135. 'length' => '128',
  13136. 'default' => '',
  13137. ),
  13138. 'bundle' => array(
  13139. 'type' => 'varchar',
  13140. 'not null' => TRUE,
  13141. 'length' => '128',
  13142. 'default' => '',
  13143. ),
  13144. 'deleted' => array(
  13145. 'type' => 'int',
  13146. 'not null' => TRUE,
  13147. 'size' => 'normal',
  13148. 'default' => '0',
  13149. ),
  13150. 'entity_id' => array(
  13151. 'type' => 'int',
  13152. 'not null' => TRUE,
  13153. 'size' => 'normal',
  13154. 'unsigned' => TRUE,
  13155. ),
  13156. 'revision_id' => array(
  13157. 'type' => 'int',
  13158. 'not null' => TRUE,
  13159. 'size' => 'normal',
  13160. 'unsigned' => TRUE,
  13161. ),
  13162. 'language' => array(
  13163. 'type' => 'varchar',
  13164. 'not null' => TRUE,
  13165. 'length' => '32',
  13166. 'default' => '',
  13167. ),
  13168. 'delta' => array(
  13169. 'type' => 'int',
  13170. 'not null' => TRUE,
  13171. 'size' => 'normal',
  13172. 'unsigned' => TRUE,
  13173. ),
  13174. 'field_term_reference_tid' => array(
  13175. 'type' => 'int',
  13176. 'not null' => FALSE,
  13177. 'size' => 'normal',
  13178. 'unsigned' => TRUE,
  13179. ),
  13180. ),
  13181. 'primary key' => array(
  13182. 'entity_type',
  13183. 'deleted',
  13184. 'entity_id',
  13185. 'revision_id',
  13186. 'language',
  13187. 'delta',
  13188. ),
  13189. 'mysql_character_set' => 'utf8',
  13190. ));
  13191. $connection->insert('field_revision_field_term_reference')
  13192. ->fields(array(
  13193. 'entity_type',
  13194. 'bundle',
  13195. 'deleted',
  13196. 'entity_id',
  13197. 'revision_id',
  13198. 'language',
  13199. 'delta',
  13200. 'field_term_reference_tid',
  13201. ))
  13202. ->values(array(
  13203. 'entity_type' => 'node',
  13204. 'bundle' => 'test_content_type',
  13205. 'deleted' => '0',
  13206. 'entity_id' => '1',
  13207. 'revision_id' => '1',
  13208. 'language' => 'und',
  13209. 'delta' => '0',
  13210. 'field_term_reference_tid' => '4',
  13211. ))
  13212. ->values(array(
  13213. 'entity_type' => 'taxonomy_term',
  13214. 'bundle' => 'test_vocabulary',
  13215. 'deleted' => '0',
  13216. 'entity_id' => '2',
  13217. 'revision_id' => '2',
  13218. 'language' => 'und',
  13219. 'delta' => '0',
  13220. 'field_term_reference_tid' => '3',
  13221. ))
  13222. ->execute();
  13223. $connection->schema()->createTable('field_revision_field_text', array(
  13224. 'fields' => array(
  13225. 'entity_type' => array(
  13226. 'type' => 'varchar',
  13227. 'not null' => TRUE,
  13228. 'length' => '128',
  13229. 'default' => '',
  13230. ),
  13231. 'bundle' => array(
  13232. 'type' => 'varchar',
  13233. 'not null' => TRUE,
  13234. 'length' => '128',
  13235. 'default' => '',
  13236. ),
  13237. 'deleted' => array(
  13238. 'type' => 'int',
  13239. 'not null' => TRUE,
  13240. 'size' => 'normal',
  13241. 'default' => '0',
  13242. ),
  13243. 'entity_id' => array(
  13244. 'type' => 'int',
  13245. 'not null' => TRUE,
  13246. 'size' => 'normal',
  13247. 'unsigned' => TRUE,
  13248. ),
  13249. 'revision_id' => array(
  13250. 'type' => 'int',
  13251. 'not null' => TRUE,
  13252. 'size' => 'normal',
  13253. 'unsigned' => TRUE,
  13254. ),
  13255. 'language' => array(
  13256. 'type' => 'varchar',
  13257. 'not null' => TRUE,
  13258. 'length' => '32',
  13259. 'default' => '',
  13260. ),
  13261. 'delta' => array(
  13262. 'type' => 'int',
  13263. 'not null' => TRUE,
  13264. 'size' => 'normal',
  13265. 'unsigned' => TRUE,
  13266. ),
  13267. 'field_text_value' => array(
  13268. 'type' => 'varchar',
  13269. 'not null' => FALSE,
  13270. 'length' => '256',
  13271. ),
  13272. 'field_text_format' => array(
  13273. 'type' => 'varchar',
  13274. 'not null' => FALSE,
  13275. 'length' => '255',
  13276. ),
  13277. ),
  13278. 'primary key' => array(
  13279. 'entity_type',
  13280. 'deleted',
  13281. 'entity_id',
  13282. 'revision_id',
  13283. 'language',
  13284. 'delta',
  13285. ),
  13286. 'mysql_character_set' => 'utf8',
  13287. ));
  13288. $connection->insert('field_revision_field_text')
  13289. ->fields(array(
  13290. 'entity_type',
  13291. 'bundle',
  13292. 'deleted',
  13293. 'entity_id',
  13294. 'revision_id',
  13295. 'language',
  13296. 'delta',
  13297. 'field_text_value',
  13298. 'field_text_format',
  13299. ))
  13300. ->values(array(
  13301. 'entity_type' => 'node',
  13302. 'bundle' => 'test_content_type',
  13303. 'deleted' => '0',
  13304. 'entity_id' => '1',
  13305. 'revision_id' => '1',
  13306. 'language' => 'und',
  13307. 'delta' => '0',
  13308. 'field_text_value' => 'qwerty',
  13309. 'field_text_format' => NULL,
  13310. ))
  13311. ->execute();
  13312. $connection->schema()->createTable('field_revision_field_text_filtered', array(
  13313. 'fields' => array(
  13314. 'entity_type' => array(
  13315. 'type' => 'varchar',
  13316. 'not null' => TRUE,
  13317. 'length' => '128',
  13318. 'default' => '',
  13319. ),
  13320. 'bundle' => array(
  13321. 'type' => 'varchar',
  13322. 'not null' => TRUE,
  13323. 'length' => '128',
  13324. 'default' => '',
  13325. ),
  13326. 'deleted' => array(
  13327. 'type' => 'int',
  13328. 'not null' => TRUE,
  13329. 'size' => 'tiny',
  13330. 'default' => '0',
  13331. ),
  13332. 'entity_id' => array(
  13333. 'type' => 'int',
  13334. 'not null' => TRUE,
  13335. 'size' => 'normal',
  13336. 'unsigned' => TRUE,
  13337. ),
  13338. 'revision_id' => array(
  13339. 'type' => 'int',
  13340. 'not null' => TRUE,
  13341. 'size' => 'normal',
  13342. 'unsigned' => TRUE,
  13343. ),
  13344. 'language' => array(
  13345. 'type' => 'varchar',
  13346. 'not null' => TRUE,
  13347. 'length' => '32',
  13348. 'default' => '',
  13349. ),
  13350. 'delta' => array(
  13351. 'type' => 'int',
  13352. 'not null' => TRUE,
  13353. 'size' => 'normal',
  13354. 'unsigned' => TRUE,
  13355. ),
  13356. 'field_text_filtered_value' => array(
  13357. 'type' => 'varchar',
  13358. 'not null' => FALSE,
  13359. 'length' => '255',
  13360. ),
  13361. 'field_text_filtered_format' => array(
  13362. 'type' => 'varchar',
  13363. 'not null' => FALSE,
  13364. 'length' => '255',
  13365. ),
  13366. ),
  13367. 'primary key' => array(
  13368. 'entity_type',
  13369. 'entity_id',
  13370. 'revision_id',
  13371. 'deleted',
  13372. 'delta',
  13373. 'language',
  13374. ),
  13375. 'indexes' => array(
  13376. 'entity_type' => array(
  13377. 'entity_type',
  13378. ),
  13379. 'bundle' => array(
  13380. 'bundle',
  13381. ),
  13382. 'deleted' => array(
  13383. 'deleted',
  13384. ),
  13385. 'entity_id' => array(
  13386. 'entity_id',
  13387. ),
  13388. 'revision_id' => array(
  13389. 'revision_id',
  13390. ),
  13391. 'language' => array(
  13392. 'language',
  13393. ),
  13394. 'field_text_filtered_format' => array(
  13395. array(
  13396. 'field_text_filtered_format',
  13397. '191',
  13398. ),
  13399. ),
  13400. ),
  13401. 'mysql_character_set' => 'utf8',
  13402. ));
  13403. $connection->schema()->createTable('field_revision_field_text_list', array(
  13404. 'fields' => array(
  13405. 'entity_type' => array(
  13406. 'type' => 'varchar',
  13407. 'not null' => TRUE,
  13408. 'length' => '128',
  13409. 'default' => '',
  13410. ),
  13411. 'bundle' => array(
  13412. 'type' => 'varchar',
  13413. 'not null' => TRUE,
  13414. 'length' => '128',
  13415. 'default' => '',
  13416. ),
  13417. 'deleted' => array(
  13418. 'type' => 'int',
  13419. 'not null' => TRUE,
  13420. 'size' => 'normal',
  13421. 'default' => '0',
  13422. ),
  13423. 'entity_id' => array(
  13424. 'type' => 'int',
  13425. 'not null' => TRUE,
  13426. 'size' => 'normal',
  13427. 'unsigned' => TRUE,
  13428. ),
  13429. 'revision_id' => array(
  13430. 'type' => 'int',
  13431. 'not null' => TRUE,
  13432. 'size' => 'normal',
  13433. 'unsigned' => TRUE,
  13434. ),
  13435. 'language' => array(
  13436. 'type' => 'varchar',
  13437. 'not null' => TRUE,
  13438. 'length' => '32',
  13439. 'default' => '',
  13440. ),
  13441. 'delta' => array(
  13442. 'type' => 'int',
  13443. 'not null' => TRUE,
  13444. 'size' => 'normal',
  13445. 'unsigned' => TRUE,
  13446. ),
  13447. 'field_text_list_value' => array(
  13448. 'type' => 'varchar',
  13449. 'not null' => FALSE,
  13450. 'length' => '255',
  13451. ),
  13452. ),
  13453. 'primary key' => array(
  13454. 'entity_type',
  13455. 'deleted',
  13456. 'entity_id',
  13457. 'revision_id',
  13458. 'language',
  13459. 'delta',
  13460. ),
  13461. 'mysql_character_set' => 'utf8',
  13462. ));
  13463. $connection->insert('field_revision_field_text_list')
  13464. ->fields(array(
  13465. 'entity_type',
  13466. 'bundle',
  13467. 'deleted',
  13468. 'entity_id',
  13469. 'revision_id',
  13470. 'language',
  13471. 'delta',
  13472. 'field_text_list_value',
  13473. ))
  13474. ->values(array(
  13475. 'entity_type' => 'node',
  13476. 'bundle' => 'test_content_type',
  13477. 'deleted' => '0',
  13478. 'entity_id' => '1',
  13479. 'revision_id' => '1',
  13480. 'language' => 'und',
  13481. 'delta' => '0',
  13482. 'field_text_list_value' => 'Some more text',
  13483. ))
  13484. ->execute();
  13485. $connection->schema()->createTable('field_revision_field_text_long_filtered', array(
  13486. 'fields' => array(
  13487. 'entity_type' => array(
  13488. 'type' => 'varchar',
  13489. 'not null' => TRUE,
  13490. 'length' => '128',
  13491. 'default' => '',
  13492. ),
  13493. 'bundle' => array(
  13494. 'type' => 'varchar',
  13495. 'not null' => TRUE,
  13496. 'length' => '128',
  13497. 'default' => '',
  13498. ),
  13499. 'deleted' => array(
  13500. 'type' => 'int',
  13501. 'not null' => TRUE,
  13502. 'size' => 'tiny',
  13503. 'default' => '0',
  13504. ),
  13505. 'entity_id' => array(
  13506. 'type' => 'int',
  13507. 'not null' => TRUE,
  13508. 'size' => 'normal',
  13509. 'unsigned' => TRUE,
  13510. ),
  13511. 'revision_id' => array(
  13512. 'type' => 'int',
  13513. 'not null' => TRUE,
  13514. 'size' => 'normal',
  13515. 'unsigned' => TRUE,
  13516. ),
  13517. 'language' => array(
  13518. 'type' => 'varchar',
  13519. 'not null' => TRUE,
  13520. 'length' => '32',
  13521. 'default' => '',
  13522. ),
  13523. 'delta' => array(
  13524. 'type' => 'int',
  13525. 'not null' => TRUE,
  13526. 'size' => 'normal',
  13527. 'unsigned' => TRUE,
  13528. ),
  13529. 'field_text_long_filtered_value' => array(
  13530. 'type' => 'text',
  13531. 'not null' => FALSE,
  13532. 'size' => 'big',
  13533. ),
  13534. 'field_text_long_filtered_format' => array(
  13535. 'type' => 'varchar',
  13536. 'not null' => FALSE,
  13537. 'length' => '255',
  13538. ),
  13539. ),
  13540. 'primary key' => array(
  13541. 'entity_type',
  13542. 'entity_id',
  13543. 'revision_id',
  13544. 'deleted',
  13545. 'delta',
  13546. 'language',
  13547. ),
  13548. 'indexes' => array(
  13549. 'entity_type' => array(
  13550. 'entity_type',
  13551. ),
  13552. 'bundle' => array(
  13553. 'bundle',
  13554. ),
  13555. 'deleted' => array(
  13556. 'deleted',
  13557. ),
  13558. 'entity_id' => array(
  13559. 'entity_id',
  13560. ),
  13561. 'revision_id' => array(
  13562. 'revision_id',
  13563. ),
  13564. 'language' => array(
  13565. 'language',
  13566. ),
  13567. 'field_text_long_filtered_format' => array(
  13568. array(
  13569. 'field_text_long_filtered_format',
  13570. '191',
  13571. ),
  13572. ),
  13573. ),
  13574. 'mysql_character_set' => 'utf8',
  13575. ));
  13576. $connection->schema()->createTable('field_revision_field_text_long_plain', array(
  13577. 'fields' => array(
  13578. 'entity_type' => array(
  13579. 'type' => 'varchar',
  13580. 'not null' => TRUE,
  13581. 'length' => '128',
  13582. 'default' => '',
  13583. ),
  13584. 'bundle' => array(
  13585. 'type' => 'varchar',
  13586. 'not null' => TRUE,
  13587. 'length' => '128',
  13588. 'default' => '',
  13589. ),
  13590. 'deleted' => array(
  13591. 'type' => 'int',
  13592. 'not null' => TRUE,
  13593. 'size' => 'tiny',
  13594. 'default' => '0',
  13595. ),
  13596. 'entity_id' => array(
  13597. 'type' => 'int',
  13598. 'not null' => TRUE,
  13599. 'size' => 'normal',
  13600. 'unsigned' => TRUE,
  13601. ),
  13602. 'revision_id' => array(
  13603. 'type' => 'int',
  13604. 'not null' => TRUE,
  13605. 'size' => 'normal',
  13606. 'unsigned' => TRUE,
  13607. ),
  13608. 'language' => array(
  13609. 'type' => 'varchar',
  13610. 'not null' => TRUE,
  13611. 'length' => '32',
  13612. 'default' => '',
  13613. ),
  13614. 'delta' => array(
  13615. 'type' => 'int',
  13616. 'not null' => TRUE,
  13617. 'size' => 'normal',
  13618. 'unsigned' => TRUE,
  13619. ),
  13620. 'field_text_long_plain_value' => array(
  13621. 'type' => 'text',
  13622. 'not null' => FALSE,
  13623. 'size' => 'big',
  13624. ),
  13625. 'field_text_long_plain_format' => array(
  13626. 'type' => 'varchar',
  13627. 'not null' => FALSE,
  13628. 'length' => '255',
  13629. ),
  13630. ),
  13631. 'primary key' => array(
  13632. 'entity_type',
  13633. 'entity_id',
  13634. 'revision_id',
  13635. 'deleted',
  13636. 'delta',
  13637. 'language',
  13638. ),
  13639. 'indexes' => array(
  13640. 'entity_type' => array(
  13641. 'entity_type',
  13642. ),
  13643. 'bundle' => array(
  13644. 'bundle',
  13645. ),
  13646. 'deleted' => array(
  13647. 'deleted',
  13648. ),
  13649. 'entity_id' => array(
  13650. 'entity_id',
  13651. ),
  13652. 'revision_id' => array(
  13653. 'revision_id',
  13654. ),
  13655. 'language' => array(
  13656. 'language',
  13657. ),
  13658. 'field_text_long_plain_format' => array(
  13659. array(
  13660. 'field_text_long_plain_format',
  13661. '191',
  13662. ),
  13663. ),
  13664. ),
  13665. 'mysql_character_set' => 'utf8',
  13666. ));
  13667. $connection->schema()->createTable('field_revision_field_text_long_plain_filtered', array(
  13668. 'fields' => array(
  13669. 'entity_type' => array(
  13670. 'type' => 'varchar',
  13671. 'not null' => TRUE,
  13672. 'length' => '128',
  13673. 'default' => '',
  13674. ),
  13675. 'bundle' => array(
  13676. 'type' => 'varchar',
  13677. 'not null' => TRUE,
  13678. 'length' => '128',
  13679. 'default' => '',
  13680. ),
  13681. 'deleted' => array(
  13682. 'type' => 'int',
  13683. 'not null' => TRUE,
  13684. 'size' => 'tiny',
  13685. 'default' => '0',
  13686. ),
  13687. 'entity_id' => array(
  13688. 'type' => 'int',
  13689. 'not null' => TRUE,
  13690. 'size' => 'normal',
  13691. 'unsigned' => TRUE,
  13692. ),
  13693. 'revision_id' => array(
  13694. 'type' => 'int',
  13695. 'not null' => TRUE,
  13696. 'size' => 'normal',
  13697. 'unsigned' => TRUE,
  13698. ),
  13699. 'language' => array(
  13700. 'type' => 'varchar',
  13701. 'not null' => TRUE,
  13702. 'length' => '32',
  13703. 'default' => '',
  13704. ),
  13705. 'delta' => array(
  13706. 'type' => 'int',
  13707. 'not null' => TRUE,
  13708. 'size' => 'normal',
  13709. 'unsigned' => TRUE,
  13710. ),
  13711. 'field_text_long_plain_filtered_value' => array(
  13712. 'type' => 'text',
  13713. 'not null' => FALSE,
  13714. 'size' => 'big',
  13715. ),
  13716. 'field_text_long_plain_filtered_format' => array(
  13717. 'type' => 'varchar',
  13718. 'not null' => FALSE,
  13719. 'length' => '255',
  13720. ),
  13721. ),
  13722. 'primary key' => array(
  13723. 'entity_type',
  13724. 'entity_id',
  13725. 'revision_id',
  13726. 'deleted',
  13727. 'delta',
  13728. 'language',
  13729. ),
  13730. 'indexes' => array(
  13731. 'entity_type' => array(
  13732. 'entity_type',
  13733. ),
  13734. 'bundle' => array(
  13735. 'bundle',
  13736. ),
  13737. 'deleted' => array(
  13738. 'deleted',
  13739. ),
  13740. 'entity_id' => array(
  13741. 'entity_id',
  13742. ),
  13743. 'revision_id' => array(
  13744. 'revision_id',
  13745. ),
  13746. 'language' => array(
  13747. 'language',
  13748. ),
  13749. 'field_text_long_plain_filtered_format' => array(
  13750. array(
  13751. 'field_text_long_plain_filtered_format',
  13752. '191',
  13753. ),
  13754. ),
  13755. ),
  13756. 'mysql_character_set' => 'utf8',
  13757. ));
  13758. $connection->schema()->createTable('field_revision_field_text_plain', array(
  13759. 'fields' => array(
  13760. 'entity_type' => array(
  13761. 'type' => 'varchar',
  13762. 'not null' => TRUE,
  13763. 'length' => '128',
  13764. 'default' => '',
  13765. ),
  13766. 'bundle' => array(
  13767. 'type' => 'varchar',
  13768. 'not null' => TRUE,
  13769. 'length' => '128',
  13770. 'default' => '',
  13771. ),
  13772. 'deleted' => array(
  13773. 'type' => 'int',
  13774. 'not null' => TRUE,
  13775. 'size' => 'tiny',
  13776. 'default' => '0',
  13777. ),
  13778. 'entity_id' => array(
  13779. 'type' => 'int',
  13780. 'not null' => TRUE,
  13781. 'size' => 'normal',
  13782. 'unsigned' => TRUE,
  13783. ),
  13784. 'revision_id' => array(
  13785. 'type' => 'int',
  13786. 'not null' => TRUE,
  13787. 'size' => 'normal',
  13788. 'unsigned' => TRUE,
  13789. ),
  13790. 'language' => array(
  13791. 'type' => 'varchar',
  13792. 'not null' => TRUE,
  13793. 'length' => '32',
  13794. 'default' => '',
  13795. ),
  13796. 'delta' => array(
  13797. 'type' => 'int',
  13798. 'not null' => TRUE,
  13799. 'size' => 'normal',
  13800. 'unsigned' => TRUE,
  13801. ),
  13802. 'field_text_plain_value' => array(
  13803. 'type' => 'varchar',
  13804. 'not null' => FALSE,
  13805. 'length' => '255',
  13806. ),
  13807. 'field_text_plain_format' => array(
  13808. 'type' => 'varchar',
  13809. 'not null' => FALSE,
  13810. 'length' => '255',
  13811. ),
  13812. ),
  13813. 'primary key' => array(
  13814. 'entity_type',
  13815. 'entity_id',
  13816. 'revision_id',
  13817. 'deleted',
  13818. 'delta',
  13819. 'language',
  13820. ),
  13821. 'indexes' => array(
  13822. 'entity_type' => array(
  13823. 'entity_type',
  13824. ),
  13825. 'bundle' => array(
  13826. 'bundle',
  13827. ),
  13828. 'deleted' => array(
  13829. 'deleted',
  13830. ),
  13831. 'entity_id' => array(
  13832. 'entity_id',
  13833. ),
  13834. 'revision_id' => array(
  13835. 'revision_id',
  13836. ),
  13837. 'language' => array(
  13838. 'language',
  13839. ),
  13840. 'field_text_plain_format' => array(
  13841. array(
  13842. 'field_text_plain_format',
  13843. '191',
  13844. ),
  13845. ),
  13846. ),
  13847. 'mysql_character_set' => 'utf8',
  13848. ));
  13849. $connection->insert('field_revision_field_text_plain')
  13850. ->fields(array(
  13851. 'entity_type',
  13852. 'bundle',
  13853. 'deleted',
  13854. 'entity_id',
  13855. 'revision_id',
  13856. 'language',
  13857. 'delta',
  13858. 'field_text_plain_value',
  13859. 'field_text_plain_format',
  13860. ))
  13861. ->values(array(
  13862. 'entity_type' => 'node',
  13863. 'bundle' => 'article',
  13864. 'deleted' => '0',
  13865. 'entity_id' => '2',
  13866. 'revision_id' => '2',
  13867. 'language' => 'und',
  13868. 'delta' => '0',
  13869. 'field_text_plain_value' => 'Kai Opaka',
  13870. 'field_text_plain_format' => NULL,
  13871. ))
  13872. ->values(array(
  13873. 'entity_type' => 'node',
  13874. 'bundle' => 'article',
  13875. 'deleted' => '0',
  13876. 'entity_id' => '3',
  13877. 'revision_id' => '3',
  13878. 'language' => 'und',
  13879. 'delta' => '0',
  13880. 'field_text_plain_value' => 'Kai Opaka',
  13881. 'field_text_plain_format' => NULL,
  13882. ))
  13883. ->execute();
  13884. $connection->schema()->createTable('field_revision_field_text_plain_filtered', array(
  13885. 'fields' => array(
  13886. 'entity_type' => array(
  13887. 'type' => 'varchar',
  13888. 'not null' => TRUE,
  13889. 'length' => '128',
  13890. 'default' => '',
  13891. ),
  13892. 'bundle' => array(
  13893. 'type' => 'varchar',
  13894. 'not null' => TRUE,
  13895. 'length' => '128',
  13896. 'default' => '',
  13897. ),
  13898. 'deleted' => array(
  13899. 'type' => 'int',
  13900. 'not null' => TRUE,
  13901. 'size' => 'tiny',
  13902. 'default' => '0',
  13903. ),
  13904. 'entity_id' => array(
  13905. 'type' => 'int',
  13906. 'not null' => TRUE,
  13907. 'size' => 'normal',
  13908. 'unsigned' => TRUE,
  13909. ),
  13910. 'revision_id' => array(
  13911. 'type' => 'int',
  13912. 'not null' => TRUE,
  13913. 'size' => 'normal',
  13914. 'unsigned' => TRUE,
  13915. ),
  13916. 'language' => array(
  13917. 'type' => 'varchar',
  13918. 'not null' => TRUE,
  13919. 'length' => '32',
  13920. 'default' => '',
  13921. ),
  13922. 'delta' => array(
  13923. 'type' => 'int',
  13924. 'not null' => TRUE,
  13925. 'size' => 'normal',
  13926. 'unsigned' => TRUE,
  13927. ),
  13928. 'field_text_plain_filtered_value' => array(
  13929. 'type' => 'varchar',
  13930. 'not null' => FALSE,
  13931. 'length' => '255',
  13932. ),
  13933. 'field_text_plain_filtered_format' => array(
  13934. 'type' => 'varchar',
  13935. 'not null' => FALSE,
  13936. 'length' => '255',
  13937. ),
  13938. ),
  13939. 'primary key' => array(
  13940. 'entity_type',
  13941. 'entity_id',
  13942. 'revision_id',
  13943. 'deleted',
  13944. 'delta',
  13945. 'language',
  13946. ),
  13947. 'indexes' => array(
  13948. 'entity_type' => array(
  13949. 'entity_type',
  13950. ),
  13951. 'bundle' => array(
  13952. 'bundle',
  13953. ),
  13954. 'deleted' => array(
  13955. 'deleted',
  13956. ),
  13957. 'entity_id' => array(
  13958. 'entity_id',
  13959. ),
  13960. 'revision_id' => array(
  13961. 'revision_id',
  13962. ),
  13963. 'language' => array(
  13964. 'language',
  13965. ),
  13966. 'field_text_plain_filtered_format' => array(
  13967. array(
  13968. 'field_text_plain_filtered_format',
  13969. '191',
  13970. ),
  13971. ),
  13972. ),
  13973. 'mysql_character_set' => 'utf8',
  13974. ));
  13975. $connection->schema()->createTable('field_revision_field_text_sum_filtered', array(
  13976. 'fields' => array(
  13977. 'entity_type' => array(
  13978. 'type' => 'varchar',
  13979. 'not null' => TRUE,
  13980. 'length' => '128',
  13981. 'default' => '',
  13982. ),
  13983. 'bundle' => array(
  13984. 'type' => 'varchar',
  13985. 'not null' => TRUE,
  13986. 'length' => '128',
  13987. 'default' => '',
  13988. ),
  13989. 'deleted' => array(
  13990. 'type' => 'int',
  13991. 'not null' => TRUE,
  13992. 'size' => 'tiny',
  13993. 'default' => '0',
  13994. ),
  13995. 'entity_id' => array(
  13996. 'type' => 'int',
  13997. 'not null' => TRUE,
  13998. 'size' => 'normal',
  13999. 'unsigned' => TRUE,
  14000. ),
  14001. 'revision_id' => array(
  14002. 'type' => 'int',
  14003. 'not null' => TRUE,
  14004. 'size' => 'normal',
  14005. 'unsigned' => TRUE,
  14006. ),
  14007. 'language' => array(
  14008. 'type' => 'varchar',
  14009. 'not null' => TRUE,
  14010. 'length' => '32',
  14011. 'default' => '',
  14012. ),
  14013. 'delta' => array(
  14014. 'type' => 'int',
  14015. 'not null' => TRUE,
  14016. 'size' => 'normal',
  14017. 'unsigned' => TRUE,
  14018. ),
  14019. 'field_text_sum_filtered_value' => array(
  14020. 'type' => 'text',
  14021. 'not null' => FALSE,
  14022. 'size' => 'big',
  14023. ),
  14024. 'field_text_sum_filtered_summary' => array(
  14025. 'type' => 'text',
  14026. 'not null' => FALSE,
  14027. 'size' => 'big',
  14028. ),
  14029. 'field_text_sum_filtered_format' => array(
  14030. 'type' => 'varchar',
  14031. 'not null' => FALSE,
  14032. 'length' => '255',
  14033. ),
  14034. ),
  14035. 'primary key' => array(
  14036. 'entity_type',
  14037. 'entity_id',
  14038. 'revision_id',
  14039. 'deleted',
  14040. 'delta',
  14041. 'language',
  14042. ),
  14043. 'indexes' => array(
  14044. 'entity_type' => array(
  14045. 'entity_type',
  14046. ),
  14047. 'bundle' => array(
  14048. 'bundle',
  14049. ),
  14050. 'deleted' => array(
  14051. 'deleted',
  14052. ),
  14053. 'entity_id' => array(
  14054. 'entity_id',
  14055. ),
  14056. 'revision_id' => array(
  14057. 'revision_id',
  14058. ),
  14059. 'language' => array(
  14060. 'language',
  14061. ),
  14062. 'field_text_sum_filtered_format' => array(
  14063. array(
  14064. 'field_text_sum_filtered_format',
  14065. '191',
  14066. ),
  14067. ),
  14068. ),
  14069. 'mysql_character_set' => 'utf8',
  14070. ));
  14071. $connection->schema()->createTable('field_revision_field_text_sum_plain', array(
  14072. 'fields' => array(
  14073. 'entity_type' => array(
  14074. 'type' => 'varchar',
  14075. 'not null' => TRUE,
  14076. 'length' => '128',
  14077. 'default' => '',
  14078. ),
  14079. 'bundle' => array(
  14080. 'type' => 'varchar',
  14081. 'not null' => TRUE,
  14082. 'length' => '128',
  14083. 'default' => '',
  14084. ),
  14085. 'deleted' => array(
  14086. 'type' => 'int',
  14087. 'not null' => TRUE,
  14088. 'size' => 'tiny',
  14089. 'default' => '0',
  14090. ),
  14091. 'entity_id' => array(
  14092. 'type' => 'int',
  14093. 'not null' => TRUE,
  14094. 'size' => 'normal',
  14095. 'unsigned' => TRUE,
  14096. ),
  14097. 'revision_id' => array(
  14098. 'type' => 'int',
  14099. 'not null' => TRUE,
  14100. 'size' => 'normal',
  14101. 'unsigned' => TRUE,
  14102. ),
  14103. 'language' => array(
  14104. 'type' => 'varchar',
  14105. 'not null' => TRUE,
  14106. 'length' => '32',
  14107. 'default' => '',
  14108. ),
  14109. 'delta' => array(
  14110. 'type' => 'int',
  14111. 'not null' => TRUE,
  14112. 'size' => 'normal',
  14113. 'unsigned' => TRUE,
  14114. ),
  14115. 'field_text_sum_plain_value' => array(
  14116. 'type' => 'text',
  14117. 'not null' => FALSE,
  14118. 'size' => 'big',
  14119. ),
  14120. 'field_text_sum_plain_summary' => array(
  14121. 'type' => 'text',
  14122. 'not null' => FALSE,
  14123. 'size' => 'big',
  14124. ),
  14125. 'field_text_sum_plain_format' => array(
  14126. 'type' => 'varchar',
  14127. 'not null' => FALSE,
  14128. 'length' => '255',
  14129. ),
  14130. ),
  14131. 'primary key' => array(
  14132. 'entity_type',
  14133. 'entity_id',
  14134. 'revision_id',
  14135. 'deleted',
  14136. 'delta',
  14137. 'language',
  14138. ),
  14139. 'indexes' => array(
  14140. 'entity_type' => array(
  14141. 'entity_type',
  14142. ),
  14143. 'bundle' => array(
  14144. 'bundle',
  14145. ),
  14146. 'deleted' => array(
  14147. 'deleted',
  14148. ),
  14149. 'entity_id' => array(
  14150. 'entity_id',
  14151. ),
  14152. 'revision_id' => array(
  14153. 'revision_id',
  14154. ),
  14155. 'language' => array(
  14156. 'language',
  14157. ),
  14158. 'field_text_sum_plain_format' => array(
  14159. array(
  14160. 'field_text_sum_plain_format',
  14161. '191',
  14162. ),
  14163. ),
  14164. ),
  14165. 'mysql_character_set' => 'utf8',
  14166. ));
  14167. $connection->schema()->createTable('field_revision_field_text_sum_plain_filtered', array(
  14168. 'fields' => array(
  14169. 'entity_type' => array(
  14170. 'type' => 'varchar',
  14171. 'not null' => TRUE,
  14172. 'length' => '128',
  14173. 'default' => '',
  14174. ),
  14175. 'bundle' => array(
  14176. 'type' => 'varchar',
  14177. 'not null' => TRUE,
  14178. 'length' => '128',
  14179. 'default' => '',
  14180. ),
  14181. 'deleted' => array(
  14182. 'type' => 'int',
  14183. 'not null' => TRUE,
  14184. 'size' => 'tiny',
  14185. 'default' => '0',
  14186. ),
  14187. 'entity_id' => array(
  14188. 'type' => 'int',
  14189. 'not null' => TRUE,
  14190. 'size' => 'normal',
  14191. 'unsigned' => TRUE,
  14192. ),
  14193. 'revision_id' => array(
  14194. 'type' => 'int',
  14195. 'not null' => TRUE,
  14196. 'size' => 'normal',
  14197. 'unsigned' => TRUE,
  14198. ),
  14199. 'language' => array(
  14200. 'type' => 'varchar',
  14201. 'not null' => TRUE,
  14202. 'length' => '32',
  14203. 'default' => '',
  14204. ),
  14205. 'delta' => array(
  14206. 'type' => 'int',
  14207. 'not null' => TRUE,
  14208. 'size' => 'normal',
  14209. 'unsigned' => TRUE,
  14210. ),
  14211. 'field_text_sum_plain_filtered_value' => array(
  14212. 'type' => 'text',
  14213. 'not null' => FALSE,
  14214. 'size' => 'big',
  14215. ),
  14216. 'field_text_sum_plain_filtered_summary' => array(
  14217. 'type' => 'text',
  14218. 'not null' => FALSE,
  14219. 'size' => 'big',
  14220. ),
  14221. 'field_text_sum_plain_filtered_format' => array(
  14222. 'type' => 'varchar',
  14223. 'not null' => FALSE,
  14224. 'length' => '255',
  14225. ),
  14226. ),
  14227. 'primary key' => array(
  14228. 'entity_type',
  14229. 'entity_id',
  14230. 'revision_id',
  14231. 'deleted',
  14232. 'delta',
  14233. 'language',
  14234. ),
  14235. 'indexes' => array(
  14236. 'entity_type' => array(
  14237. 'entity_type',
  14238. ),
  14239. 'bundle' => array(
  14240. 'bundle',
  14241. ),
  14242. 'deleted' => array(
  14243. 'deleted',
  14244. ),
  14245. 'entity_id' => array(
  14246. 'entity_id',
  14247. ),
  14248. 'revision_id' => array(
  14249. 'revision_id',
  14250. ),
  14251. 'language' => array(
  14252. 'language',
  14253. ),
  14254. 'field_text_sum_plain_filtered_format' => array(
  14255. array(
  14256. 'field_text_sum_plain_filtered_format',
  14257. '191',
  14258. ),
  14259. ),
  14260. ),
  14261. 'mysql_character_set' => 'utf8',
  14262. ));
  14263. $connection->schema()->createTable('field_revision_field_user_entityreference', array(
  14264. 'fields' => array(
  14265. 'entity_type' => array(
  14266. 'type' => 'varchar',
  14267. 'not null' => TRUE,
  14268. 'length' => '128',
  14269. 'default' => '',
  14270. ),
  14271. 'bundle' => array(
  14272. 'type' => 'varchar',
  14273. 'not null' => TRUE,
  14274. 'length' => '128',
  14275. 'default' => '',
  14276. ),
  14277. 'deleted' => array(
  14278. 'type' => 'int',
  14279. 'not null' => TRUE,
  14280. 'size' => 'tiny',
  14281. 'default' => '0',
  14282. ),
  14283. 'entity_id' => array(
  14284. 'type' => 'int',
  14285. 'not null' => TRUE,
  14286. 'size' => 'normal',
  14287. 'unsigned' => TRUE,
  14288. ),
  14289. 'revision_id' => array(
  14290. 'type' => 'int',
  14291. 'not null' => TRUE,
  14292. 'size' => 'normal',
  14293. 'unsigned' => TRUE,
  14294. ),
  14295. 'language' => array(
  14296. 'type' => 'varchar',
  14297. 'not null' => TRUE,
  14298. 'length' => '32',
  14299. 'default' => '',
  14300. ),
  14301. 'delta' => array(
  14302. 'type' => 'int',
  14303. 'not null' => TRUE,
  14304. 'size' => 'normal',
  14305. 'unsigned' => TRUE,
  14306. ),
  14307. 'field_user_entityreference_target_id' => array(
  14308. 'type' => 'int',
  14309. 'not null' => TRUE,
  14310. 'size' => 'normal',
  14311. 'unsigned' => TRUE,
  14312. ),
  14313. ),
  14314. 'primary key' => array(
  14315. 'entity_type',
  14316. 'entity_id',
  14317. 'revision_id',
  14318. 'deleted',
  14319. 'delta',
  14320. 'language',
  14321. ),
  14322. 'indexes' => array(
  14323. 'entity_type' => array(
  14324. 'entity_type',
  14325. ),
  14326. 'bundle' => array(
  14327. 'bundle',
  14328. ),
  14329. 'deleted' => array(
  14330. 'deleted',
  14331. ),
  14332. 'entity_id' => array(
  14333. 'entity_id',
  14334. ),
  14335. 'revision_id' => array(
  14336. 'revision_id',
  14337. ),
  14338. 'language' => array(
  14339. 'language',
  14340. ),
  14341. 'field_user_entityreference_target_id' => array(
  14342. 'field_user_entityreference_target_id',
  14343. ),
  14344. ),
  14345. 'mysql_character_set' => 'utf8',
  14346. ));
  14347. $connection->schema()->createTable('field_revision_field_vocab_fixed', array(
  14348. 'fields' => array(
  14349. 'entity_type' => array(
  14350. 'type' => 'varchar',
  14351. 'not null' => TRUE,
  14352. 'length' => '128',
  14353. 'default' => '',
  14354. ),
  14355. 'bundle' => array(
  14356. 'type' => 'varchar',
  14357. 'not null' => TRUE,
  14358. 'length' => '128',
  14359. 'default' => '',
  14360. ),
  14361. 'deleted' => array(
  14362. 'type' => 'int',
  14363. 'not null' => TRUE,
  14364. 'size' => 'tiny',
  14365. 'default' => '0',
  14366. ),
  14367. 'entity_id' => array(
  14368. 'type' => 'int',
  14369. 'not null' => TRUE,
  14370. 'size' => 'normal',
  14371. 'unsigned' => TRUE,
  14372. ),
  14373. 'revision_id' => array(
  14374. 'type' => 'int',
  14375. 'not null' => TRUE,
  14376. 'size' => 'normal',
  14377. 'unsigned' => TRUE,
  14378. ),
  14379. 'language' => array(
  14380. 'type' => 'varchar',
  14381. 'not null' => TRUE,
  14382. 'length' => '32',
  14383. 'default' => '',
  14384. ),
  14385. 'delta' => array(
  14386. 'type' => 'int',
  14387. 'not null' => TRUE,
  14388. 'size' => 'normal',
  14389. 'unsigned' => TRUE,
  14390. ),
  14391. 'field_vocab_fixed_tid' => array(
  14392. 'type' => 'int',
  14393. 'not null' => FALSE,
  14394. 'size' => 'normal',
  14395. 'unsigned' => TRUE,
  14396. ),
  14397. ),
  14398. 'primary key' => array(
  14399. 'entity_type',
  14400. 'entity_id',
  14401. 'revision_id',
  14402. 'deleted',
  14403. 'delta',
  14404. 'language',
  14405. ),
  14406. 'indexes' => array(
  14407. 'entity_type' => array(
  14408. 'entity_type',
  14409. ),
  14410. 'bundle' => array(
  14411. 'bundle',
  14412. ),
  14413. 'deleted' => array(
  14414. 'deleted',
  14415. ),
  14416. 'entity_id' => array(
  14417. 'entity_id',
  14418. ),
  14419. 'revision_id' => array(
  14420. 'revision_id',
  14421. ),
  14422. 'language' => array(
  14423. 'language',
  14424. ),
  14425. 'field_vocab_fixed_tid' => array(
  14426. 'field_vocab_fixed_tid',
  14427. ),
  14428. ),
  14429. 'mysql_character_set' => 'utf8',
  14430. ));
  14431. $connection->insert('field_revision_field_vocab_fixed')
  14432. ->fields(array(
  14433. 'entity_type',
  14434. 'bundle',
  14435. 'deleted',
  14436. 'entity_id',
  14437. 'revision_id',
  14438. 'language',
  14439. 'delta',
  14440. 'field_vocab_fixed_tid',
  14441. ))
  14442. ->values(array(
  14443. 'entity_type' => 'node',
  14444. 'bundle' => 'article',
  14445. 'deleted' => '0',
  14446. 'entity_id' => '2',
  14447. 'revision_id' => '2',
  14448. 'language' => 'und',
  14449. 'delta' => '0',
  14450. 'field_vocab_fixed_tid' => '24',
  14451. ))
  14452. ->execute();
  14453. $connection->schema()->createTable('field_revision_field_vocab_localize', array(
  14454. 'fields' => array(
  14455. 'entity_type' => array(
  14456. 'type' => 'varchar',
  14457. 'not null' => TRUE,
  14458. 'length' => '128',
  14459. 'default' => '',
  14460. ),
  14461. 'bundle' => array(
  14462. 'type' => 'varchar',
  14463. 'not null' => TRUE,
  14464. 'length' => '128',
  14465. 'default' => '',
  14466. ),
  14467. 'deleted' => array(
  14468. 'type' => 'int',
  14469. 'not null' => TRUE,
  14470. 'size' => 'tiny',
  14471. 'default' => '0',
  14472. ),
  14473. 'entity_id' => array(
  14474. 'type' => 'int',
  14475. 'not null' => TRUE,
  14476. 'size' => 'normal',
  14477. 'unsigned' => TRUE,
  14478. ),
  14479. 'revision_id' => array(
  14480. 'type' => 'int',
  14481. 'not null' => TRUE,
  14482. 'size' => 'normal',
  14483. 'unsigned' => TRUE,
  14484. ),
  14485. 'language' => array(
  14486. 'type' => 'varchar',
  14487. 'not null' => TRUE,
  14488. 'length' => '32',
  14489. 'default' => '',
  14490. ),
  14491. 'delta' => array(
  14492. 'type' => 'int',
  14493. 'not null' => TRUE,
  14494. 'size' => 'normal',
  14495. 'unsigned' => TRUE,
  14496. ),
  14497. 'field_vocab_localize_tid' => array(
  14498. 'type' => 'int',
  14499. 'not null' => FALSE,
  14500. 'size' => 'normal',
  14501. 'unsigned' => TRUE,
  14502. ),
  14503. ),
  14504. 'primary key' => array(
  14505. 'entity_type',
  14506. 'entity_id',
  14507. 'revision_id',
  14508. 'deleted',
  14509. 'delta',
  14510. 'language',
  14511. ),
  14512. 'indexes' => array(
  14513. 'entity_type' => array(
  14514. 'entity_type',
  14515. ),
  14516. 'bundle' => array(
  14517. 'bundle',
  14518. ),
  14519. 'deleted' => array(
  14520. 'deleted',
  14521. ),
  14522. 'entity_id' => array(
  14523. 'entity_id',
  14524. ),
  14525. 'revision_id' => array(
  14526. 'revision_id',
  14527. ),
  14528. 'language' => array(
  14529. 'language',
  14530. ),
  14531. 'field_vocab_localize_tid' => array(
  14532. 'field_vocab_localize_tid',
  14533. ),
  14534. ),
  14535. 'mysql_character_set' => 'utf8',
  14536. ));
  14537. $connection->insert('field_revision_field_vocab_localize')
  14538. ->fields(array(
  14539. 'entity_type',
  14540. 'bundle',
  14541. 'deleted',
  14542. 'entity_id',
  14543. 'revision_id',
  14544. 'language',
  14545. 'delta',
  14546. 'field_vocab_localize_tid',
  14547. ))
  14548. ->values(array(
  14549. 'entity_type' => 'node',
  14550. 'bundle' => 'article',
  14551. 'deleted' => '0',
  14552. 'entity_id' => '2',
  14553. 'revision_id' => '2',
  14554. 'language' => 'und',
  14555. 'delta' => '0',
  14556. 'field_vocab_localize_tid' => '20',
  14557. ))
  14558. ->values(array(
  14559. 'entity_type' => 'node',
  14560. 'bundle' => 'article',
  14561. 'deleted' => '0',
  14562. 'entity_id' => '3',
  14563. 'revision_id' => '3',
  14564. 'language' => 'und',
  14565. 'delta' => '0',
  14566. 'field_vocab_localize_tid' => '20',
  14567. ))
  14568. ->execute();
  14569. $connection->schema()->createTable('field_revision_field_vocab_translate', array(
  14570. 'fields' => array(
  14571. 'entity_type' => array(
  14572. 'type' => 'varchar',
  14573. 'not null' => TRUE,
  14574. 'length' => '128',
  14575. 'default' => '',
  14576. ),
  14577. 'bundle' => array(
  14578. 'type' => 'varchar',
  14579. 'not null' => TRUE,
  14580. 'length' => '128',
  14581. 'default' => '',
  14582. ),
  14583. 'deleted' => array(
  14584. 'type' => 'int',
  14585. 'not null' => TRUE,
  14586. 'size' => 'tiny',
  14587. 'default' => '0',
  14588. ),
  14589. 'entity_id' => array(
  14590. 'type' => 'int',
  14591. 'not null' => TRUE,
  14592. 'size' => 'normal',
  14593. 'unsigned' => TRUE,
  14594. ),
  14595. 'revision_id' => array(
  14596. 'type' => 'int',
  14597. 'not null' => TRUE,
  14598. 'size' => 'normal',
  14599. 'unsigned' => TRUE,
  14600. ),
  14601. 'language' => array(
  14602. 'type' => 'varchar',
  14603. 'not null' => TRUE,
  14604. 'length' => '32',
  14605. 'default' => '',
  14606. ),
  14607. 'delta' => array(
  14608. 'type' => 'int',
  14609. 'not null' => TRUE,
  14610. 'size' => 'normal',
  14611. 'unsigned' => TRUE,
  14612. ),
  14613. 'field_vocab_translate_tid' => array(
  14614. 'type' => 'int',
  14615. 'not null' => FALSE,
  14616. 'size' => 'normal',
  14617. 'unsigned' => TRUE,
  14618. ),
  14619. ),
  14620. 'primary key' => array(
  14621. 'entity_type',
  14622. 'entity_id',
  14623. 'revision_id',
  14624. 'deleted',
  14625. 'delta',
  14626. 'language',
  14627. ),
  14628. 'indexes' => array(
  14629. 'entity_type' => array(
  14630. 'entity_type',
  14631. ),
  14632. 'bundle' => array(
  14633. 'bundle',
  14634. ),
  14635. 'deleted' => array(
  14636. 'deleted',
  14637. ),
  14638. 'entity_id' => array(
  14639. 'entity_id',
  14640. ),
  14641. 'revision_id' => array(
  14642. 'revision_id',
  14643. ),
  14644. 'language' => array(
  14645. 'language',
  14646. ),
  14647. 'field_vocab_translate_tid' => array(
  14648. 'field_vocab_translate_tid',
  14649. ),
  14650. ),
  14651. 'mysql_character_set' => 'utf8',
  14652. ));
  14653. $connection->insert('field_revision_field_vocab_translate')
  14654. ->fields(array(
  14655. 'entity_type',
  14656. 'bundle',
  14657. 'deleted',
  14658. 'entity_id',
  14659. 'revision_id',
  14660. 'language',
  14661. 'delta',
  14662. 'field_vocab_translate_tid',
  14663. ))
  14664. ->values(array(
  14665. 'entity_type' => 'node',
  14666. 'bundle' => 'article',
  14667. 'deleted' => '0',
  14668. 'entity_id' => '2',
  14669. 'revision_id' => '2',
  14670. 'language' => 'und',
  14671. 'delta' => '0',
  14672. 'field_vocab_translate_tid' => '21',
  14673. ))
  14674. ->values(array(
  14675. 'entity_type' => 'node',
  14676. 'bundle' => 'article',
  14677. 'deleted' => '0',
  14678. 'entity_id' => '3',
  14679. 'revision_id' => '3',
  14680. 'language' => 'und',
  14681. 'delta' => '0',
  14682. 'field_vocab_translate_tid' => '23',
  14683. ))
  14684. ->execute();
  14685. $connection->schema()->createTable('field_revision_name_field', array(
  14686. 'fields' => array(
  14687. 'entity_type' => array(
  14688. 'type' => 'varchar',
  14689. 'not null' => TRUE,
  14690. 'length' => '128',
  14691. 'default' => '',
  14692. ),
  14693. 'bundle' => array(
  14694. 'type' => 'varchar',
  14695. 'not null' => TRUE,
  14696. 'length' => '128',
  14697. 'default' => '',
  14698. ),
  14699. 'deleted' => array(
  14700. 'type' => 'int',
  14701. 'not null' => TRUE,
  14702. 'size' => 'tiny',
  14703. 'default' => '0',
  14704. ),
  14705. 'entity_id' => array(
  14706. 'type' => 'int',
  14707. 'not null' => TRUE,
  14708. 'size' => 'normal',
  14709. 'unsigned' => TRUE,
  14710. ),
  14711. 'revision_id' => array(
  14712. 'type' => 'int',
  14713. 'not null' => TRUE,
  14714. 'size' => 'normal',
  14715. 'unsigned' => TRUE,
  14716. ),
  14717. 'language' => array(
  14718. 'type' => 'varchar',
  14719. 'not null' => TRUE,
  14720. 'length' => '32',
  14721. 'default' => '',
  14722. ),
  14723. 'delta' => array(
  14724. 'type' => 'int',
  14725. 'not null' => TRUE,
  14726. 'size' => 'normal',
  14727. 'unsigned' => TRUE,
  14728. ),
  14729. 'name_field_value' => array(
  14730. 'type' => 'varchar',
  14731. 'not null' => FALSE,
  14732. 'length' => '255',
  14733. ),
  14734. 'name_field_format' => array(
  14735. 'type' => 'varchar',
  14736. 'not null' => FALSE,
  14737. 'length' => '255',
  14738. ),
  14739. ),
  14740. 'primary key' => array(
  14741. 'entity_type',
  14742. 'entity_id',
  14743. 'revision_id',
  14744. 'deleted',
  14745. 'delta',
  14746. 'language',
  14747. ),
  14748. 'indexes' => array(
  14749. 'entity_type' => array(
  14750. 'entity_type',
  14751. ),
  14752. 'bundle' => array(
  14753. 'bundle',
  14754. ),
  14755. 'deleted' => array(
  14756. 'deleted',
  14757. ),
  14758. 'entity_id' => array(
  14759. 'entity_id',
  14760. ),
  14761. 'revision_id' => array(
  14762. 'revision_id',
  14763. ),
  14764. 'language' => array(
  14765. 'language',
  14766. ),
  14767. 'name_field_format' => array(
  14768. array(
  14769. 'name_field_format',
  14770. '191',
  14771. ),
  14772. ),
  14773. ),
  14774. 'mysql_character_set' => 'utf8',
  14775. ));
  14776. $connection->insert('field_revision_name_field')
  14777. ->fields(array(
  14778. 'entity_type',
  14779. 'bundle',
  14780. 'deleted',
  14781. 'entity_id',
  14782. 'revision_id',
  14783. 'language',
  14784. 'delta',
  14785. 'name_field_value',
  14786. 'name_field_format',
  14787. ))
  14788. ->values(array(
  14789. 'entity_type' => 'taxonomy_term',
  14790. 'bundle' => 'test_vocabulary',
  14791. 'deleted' => '0',
  14792. 'entity_id' => '2',
  14793. 'revision_id' => '2',
  14794. 'language' => 'en',
  14795. 'delta' => '0',
  14796. 'name_field_value' => 'Term1 (This is a real field!)',
  14797. 'name_field_format' => NULL,
  14798. ))
  14799. ->values(array(
  14800. 'entity_type' => 'taxonomy_term',
  14801. 'bundle' => 'test_vocabulary',
  14802. 'deleted' => '0',
  14803. 'entity_id' => '3',
  14804. 'revision_id' => '3',
  14805. 'language' => 'en',
  14806. 'delta' => '0',
  14807. 'name_field_value' => 'Term2',
  14808. 'name_field_format' => NULL,
  14809. ))
  14810. ->values(array(
  14811. 'entity_type' => 'taxonomy_term',
  14812. 'bundle' => 'test_vocabulary',
  14813. 'deleted' => '0',
  14814. 'entity_id' => '4',
  14815. 'revision_id' => '4',
  14816. 'language' => 'en',
  14817. 'delta' => '0',
  14818. 'name_field_value' => 'Term3 in plain old English',
  14819. 'name_field_format' => NULL,
  14820. ))
  14821. ->values(array(
  14822. 'entity_type' => 'taxonomy_term',
  14823. 'bundle' => 'test_vocabulary',
  14824. 'deleted' => '0',
  14825. 'entity_id' => '4',
  14826. 'revision_id' => '4',
  14827. 'language' => 'fr',
  14828. 'delta' => '0',
  14829. 'name_field_value' => "Term3 en français s'il vous plaît",
  14830. 'name_field_format' => NULL,
  14831. ))
  14832. ->values(array(
  14833. 'entity_type' => 'taxonomy_term',
  14834. 'bundle' => 'test_vocabulary',
  14835. 'deleted' => '0',
  14836. 'entity_id' => '4',
  14837. 'revision_id' => '4',
  14838. 'language' => 'is',
  14839. 'delta' => '0',
  14840. 'name_field_value' => 'Term3 á íslensku',
  14841. 'name_field_format' => NULL,
  14842. ))
  14843. ->execute();
  14844. $connection->schema()->createTable('field_revision_subject_field', array(
  14845. 'fields' => array(
  14846. 'entity_type' => array(
  14847. 'type' => 'varchar',
  14848. 'not null' => TRUE,
  14849. 'length' => '128',
  14850. 'default' => '',
  14851. ),
  14852. 'bundle' => array(
  14853. 'type' => 'varchar',
  14854. 'not null' => TRUE,
  14855. 'length' => '128',
  14856. 'default' => '',
  14857. ),
  14858. 'deleted' => array(
  14859. 'type' => 'int',
  14860. 'not null' => TRUE,
  14861. 'size' => 'tiny',
  14862. 'default' => '0',
  14863. ),
  14864. 'entity_id' => array(
  14865. 'type' => 'int',
  14866. 'not null' => TRUE,
  14867. 'size' => 'normal',
  14868. 'unsigned' => TRUE,
  14869. ),
  14870. 'revision_id' => array(
  14871. 'type' => 'int',
  14872. 'not null' => TRUE,
  14873. 'size' => 'normal',
  14874. 'unsigned' => TRUE,
  14875. ),
  14876. 'language' => array(
  14877. 'type' => 'varchar',
  14878. 'not null' => TRUE,
  14879. 'length' => '32',
  14880. 'default' => '',
  14881. ),
  14882. 'delta' => array(
  14883. 'type' => 'int',
  14884. 'not null' => TRUE,
  14885. 'size' => 'normal',
  14886. 'unsigned' => TRUE,
  14887. ),
  14888. 'subject_field_value' => array(
  14889. 'type' => 'varchar',
  14890. 'not null' => FALSE,
  14891. 'length' => '255',
  14892. ),
  14893. 'subject_field_format' => array(
  14894. 'type' => 'varchar',
  14895. 'not null' => FALSE,
  14896. 'length' => '255',
  14897. ),
  14898. ),
  14899. 'primary key' => array(
  14900. 'entity_type',
  14901. 'entity_id',
  14902. 'revision_id',
  14903. 'deleted',
  14904. 'delta',
  14905. 'language',
  14906. ),
  14907. 'indexes' => array(
  14908. 'entity_type' => array(
  14909. 'entity_type',
  14910. ),
  14911. 'bundle' => array(
  14912. 'bundle',
  14913. ),
  14914. 'deleted' => array(
  14915. 'deleted',
  14916. ),
  14917. 'entity_id' => array(
  14918. 'entity_id',
  14919. ),
  14920. 'revision_id' => array(
  14921. 'revision_id',
  14922. ),
  14923. 'language' => array(
  14924. 'language',
  14925. ),
  14926. 'subject_field_format' => array(
  14927. array(
  14928. 'subject_field_format',
  14929. '191',
  14930. ),
  14931. ),
  14932. ),
  14933. 'mysql_character_set' => 'utf8',
  14934. ));
  14935. $connection->insert('field_revision_subject_field')
  14936. ->fields(array(
  14937. 'entity_type',
  14938. 'bundle',
  14939. 'deleted',
  14940. 'entity_id',
  14941. 'revision_id',
  14942. 'language',
  14943. 'delta',
  14944. 'subject_field_value',
  14945. 'subject_field_format',
  14946. ))
  14947. ->values(array(
  14948. 'entity_type' => 'comment',
  14949. 'bundle' => 'comment_node_test_content_type',
  14950. 'deleted' => '0',
  14951. 'entity_id' => '1',
  14952. 'revision_id' => '1',
  14953. 'language' => 'en',
  14954. 'delta' => '0',
  14955. 'subject_field_value' => 'Subject field in English',
  14956. 'subject_field_format' => NULL,
  14957. ))
  14958. ->values(array(
  14959. 'entity_type' => 'comment',
  14960. 'bundle' => 'comment_node_test_content_type',
  14961. 'deleted' => '0',
  14962. 'entity_id' => '1',
  14963. 'revision_id' => '1',
  14964. 'language' => 'fr',
  14965. 'delta' => '0',
  14966. 'subject_field_value' => 'Subject field in French',
  14967. 'subject_field_format' => NULL,
  14968. ))
  14969. ->values(array(
  14970. 'entity_type' => 'comment',
  14971. 'bundle' => 'comment_node_test_content_type',
  14972. 'deleted' => '0',
  14973. 'entity_id' => '1',
  14974. 'revision_id' => '1',
  14975. 'language' => 'is',
  14976. 'delta' => '0',
  14977. 'subject_field_value' => 'Subject field in Icelandic',
  14978. 'subject_field_format' => NULL,
  14979. ))
  14980. ->values(array(
  14981. 'entity_type' => 'comment',
  14982. 'bundle' => 'comment_node_article',
  14983. 'deleted' => '0',
  14984. 'entity_id' => '2',
  14985. 'revision_id' => '2',
  14986. 'language' => 'en',
  14987. 'delta' => '0',
  14988. 'subject_field_value' => 'TNG for the win!',
  14989. 'subject_field_format' => NULL,
  14990. ))
  14991. ->values(array(
  14992. 'entity_type' => 'comment',
  14993. 'bundle' => 'comment_node_article',
  14994. 'deleted' => '0',
  14995. 'entity_id' => '3',
  14996. 'revision_id' => '3',
  14997. 'language' => 'is',
  14998. 'delta' => '0',
  14999. 'subject_field_value' => 'Comment to IS translation',
  15000. 'subject_field_format' => NULL,
  15001. ))
  15002. ->values(array(
  15003. 'entity_type' => 'comment',
  15004. 'bundle' => 'comment_node_test_content_type',
  15005. 'deleted' => '0',
  15006. 'entity_id' => '4',
  15007. 'revision_id' => '4',
  15008. 'language' => 'en',
  15009. 'delta' => '0',
  15010. 'subject_field_value' => 'Comment without language',
  15011. 'subject_field_format' => NULL,
  15012. ))
  15013. ->execute();
  15014. $connection->schema()->createTable('field_revision_taxonomy_forums', array(
  15015. 'fields' => array(
  15016. 'entity_type' => array(
  15017. 'type' => 'varchar',
  15018. 'not null' => TRUE,
  15019. 'length' => '128',
  15020. 'default' => '',
  15021. ),
  15022. 'bundle' => array(
  15023. 'type' => 'varchar',
  15024. 'not null' => TRUE,
  15025. 'length' => '128',
  15026. 'default' => '',
  15027. ),
  15028. 'deleted' => array(
  15029. 'type' => 'int',
  15030. 'not null' => TRUE,
  15031. 'size' => 'normal',
  15032. 'default' => '0',
  15033. ),
  15034. 'entity_id' => array(
  15035. 'type' => 'int',
  15036. 'not null' => TRUE,
  15037. 'size' => 'normal',
  15038. 'unsigned' => TRUE,
  15039. ),
  15040. 'revision_id' => array(
  15041. 'type' => 'int',
  15042. 'not null' => TRUE,
  15043. 'size' => 'normal',
  15044. 'unsigned' => TRUE,
  15045. ),
  15046. 'language' => array(
  15047. 'type' => 'varchar',
  15048. 'not null' => TRUE,
  15049. 'length' => '32',
  15050. 'default' => '',
  15051. ),
  15052. 'delta' => array(
  15053. 'type' => 'int',
  15054. 'not null' => TRUE,
  15055. 'size' => 'normal',
  15056. 'unsigned' => TRUE,
  15057. ),
  15058. 'taxonomy_forums_tid' => array(
  15059. 'type' => 'int',
  15060. 'not null' => FALSE,
  15061. 'size' => 'normal',
  15062. 'unsigned' => TRUE,
  15063. ),
  15064. ),
  15065. 'primary key' => array(
  15066. 'entity_type',
  15067. 'deleted',
  15068. 'entity_id',
  15069. 'revision_id',
  15070. 'language',
  15071. 'delta',
  15072. ),
  15073. 'mysql_character_set' => 'utf8',
  15074. ));
  15075. $connection->insert('field_revision_taxonomy_forums')
  15076. ->fields(array(
  15077. 'entity_type',
  15078. 'bundle',
  15079. 'deleted',
  15080. 'entity_id',
  15081. 'revision_id',
  15082. 'language',
  15083. 'delta',
  15084. 'taxonomy_forums_tid',
  15085. ))
  15086. ->values(array(
  15087. 'entity_type' => 'node',
  15088. 'bundle' => 'forum',
  15089. 'deleted' => '0',
  15090. 'entity_id' => '6',
  15091. 'revision_id' => '6',
  15092. 'language' => 'und',
  15093. 'delta' => '0',
  15094. 'taxonomy_forums_tid' => '1',
  15095. ))
  15096. ->values(array(
  15097. 'entity_type' => 'node',
  15098. 'bundle' => 'forum',
  15099. 'deleted' => '0',
  15100. 'entity_id' => '7',
  15101. 'revision_id' => '7',
  15102. 'language' => 'und',
  15103. 'delta' => '0',
  15104. 'taxonomy_forums_tid' => '1',
  15105. ))
  15106. ->execute();
  15107. $connection->schema()->createTable('field_revision_title_field', array(
  15108. 'fields' => array(
  15109. 'entity_type' => array(
  15110. 'type' => 'varchar',
  15111. 'not null' => TRUE,
  15112. 'length' => '128',
  15113. 'default' => '',
  15114. ),
  15115. 'bundle' => array(
  15116. 'type' => 'varchar',
  15117. 'not null' => TRUE,
  15118. 'length' => '128',
  15119. 'default' => '',
  15120. ),
  15121. 'deleted' => array(
  15122. 'type' => 'int',
  15123. 'not null' => TRUE,
  15124. 'size' => 'tiny',
  15125. 'default' => '0',
  15126. ),
  15127. 'entity_id' => array(
  15128. 'type' => 'int',
  15129. 'not null' => TRUE,
  15130. 'size' => 'normal',
  15131. 'unsigned' => TRUE,
  15132. ),
  15133. 'revision_id' => array(
  15134. 'type' => 'int',
  15135. 'not null' => TRUE,
  15136. 'size' => 'normal',
  15137. 'unsigned' => TRUE,
  15138. ),
  15139. 'language' => array(
  15140. 'type' => 'varchar',
  15141. 'not null' => TRUE,
  15142. 'length' => '32',
  15143. 'default' => '',
  15144. ),
  15145. 'delta' => array(
  15146. 'type' => 'int',
  15147. 'not null' => TRUE,
  15148. 'size' => 'normal',
  15149. 'unsigned' => TRUE,
  15150. ),
  15151. 'title_field_value' => array(
  15152. 'type' => 'varchar',
  15153. 'not null' => FALSE,
  15154. 'length' => '255',
  15155. ),
  15156. 'title_field_format' => array(
  15157. 'type' => 'varchar',
  15158. 'not null' => FALSE,
  15159. 'length' => '255',
  15160. ),
  15161. ),
  15162. 'primary key' => array(
  15163. 'entity_type',
  15164. 'entity_id',
  15165. 'revision_id',
  15166. 'deleted',
  15167. 'delta',
  15168. 'language',
  15169. ),
  15170. 'indexes' => array(
  15171. 'entity_type' => array(
  15172. 'entity_type',
  15173. ),
  15174. 'bundle' => array(
  15175. 'bundle',
  15176. ),
  15177. 'deleted' => array(
  15178. 'deleted',
  15179. ),
  15180. 'entity_id' => array(
  15181. 'entity_id',
  15182. ),
  15183. 'revision_id' => array(
  15184. 'revision_id',
  15185. ),
  15186. 'language' => array(
  15187. 'language',
  15188. ),
  15189. 'title_field_format' => array(
  15190. array(
  15191. 'title_field_format',
  15192. '191',
  15193. ),
  15194. ),
  15195. ),
  15196. 'mysql_character_set' => 'utf8',
  15197. ));
  15198. $connection->insert('field_revision_title_field')
  15199. ->fields(array(
  15200. 'entity_type',
  15201. 'bundle',
  15202. 'deleted',
  15203. 'entity_id',
  15204. 'revision_id',
  15205. 'language',
  15206. 'delta',
  15207. 'title_field_value',
  15208. 'title_field_format',
  15209. ))
  15210. ->values(array(
  15211. 'entity_type' => 'node',
  15212. 'bundle' => 'test_content_type',
  15213. 'deleted' => '0',
  15214. 'entity_id' => '1',
  15215. 'revision_id' => '1',
  15216. 'language' => 'en',
  15217. 'delta' => '0',
  15218. 'title_field_value' => 'An English Node',
  15219. 'title_field_format' => NULL,
  15220. ))
  15221. ->values(array(
  15222. 'entity_type' => 'node',
  15223. 'bundle' => 'test_content_type',
  15224. 'deleted' => '0',
  15225. 'entity_id' => '1',
  15226. 'revision_id' => '1',
  15227. 'language' => 'fr',
  15228. 'delta' => '0',
  15229. 'title_field_value' => 'A French Node',
  15230. 'title_field_format' => NULL,
  15231. ))
  15232. ->values(array(
  15233. 'entity_type' => 'node',
  15234. 'bundle' => 'test_content_type',
  15235. 'deleted' => '0',
  15236. 'entity_id' => '1',
  15237. 'revision_id' => '1',
  15238. 'language' => 'is',
  15239. 'delta' => '0',
  15240. 'title_field_value' => 'An Icelandic Node',
  15241. 'title_field_format' => NULL,
  15242. ))
  15243. ->execute();
  15244. $connection->schema()->createTable('file_managed', array(
  15245. 'fields' => array(
  15246. 'fid' => array(
  15247. 'type' => 'serial',
  15248. 'not null' => TRUE,
  15249. 'size' => 'normal',
  15250. 'unsigned' => TRUE,
  15251. ),
  15252. 'uid' => array(
  15253. 'type' => 'int',
  15254. 'not null' => TRUE,
  15255. 'size' => 'normal',
  15256. 'default' => '0',
  15257. 'unsigned' => TRUE,
  15258. ),
  15259. 'filename' => array(
  15260. 'type' => 'varchar',
  15261. 'not null' => TRUE,
  15262. 'length' => '255',
  15263. 'default' => '',
  15264. ),
  15265. 'uri' => array(
  15266. 'type' => 'varchar',
  15267. 'not null' => TRUE,
  15268. 'length' => '255',
  15269. 'default' => '',
  15270. ),
  15271. 'filemime' => array(
  15272. 'type' => 'varchar',
  15273. 'not null' => TRUE,
  15274. 'length' => '255',
  15275. 'default' => '',
  15276. ),
  15277. 'filesize' => array(
  15278. 'type' => 'int',
  15279. 'not null' => TRUE,
  15280. 'size' => 'normal',
  15281. 'default' => '0',
  15282. 'unsigned' => TRUE,
  15283. ),
  15284. 'status' => array(
  15285. 'type' => 'int',
  15286. 'not null' => TRUE,
  15287. 'size' => 'normal',
  15288. 'default' => '0',
  15289. ),
  15290. 'timestamp' => array(
  15291. 'type' => 'int',
  15292. 'not null' => TRUE,
  15293. 'size' => 'normal',
  15294. 'default' => '0',
  15295. 'unsigned' => TRUE,
  15296. ),
  15297. ),
  15298. 'primary key' => array(
  15299. 'fid',
  15300. ),
  15301. 'mysql_character_set' => 'utf8',
  15302. ));
  15303. $connection->insert('file_managed')
  15304. ->fields(array(
  15305. 'fid',
  15306. 'uid',
  15307. 'filename',
  15308. 'uri',
  15309. 'filemime',
  15310. 'filesize',
  15311. 'status',
  15312. 'timestamp',
  15313. ))
  15314. ->values(array(
  15315. 'fid' => '1',
  15316. 'uid' => '1',
  15317. 'filename' => 'cube.jpeg',
  15318. 'uri' => 'public://cube.jpeg',
  15319. 'filemime' => 'image/jpeg',
  15320. 'filesize' => '3620',
  15321. 'status' => '1',
  15322. 'timestamp' => '1421727515',
  15323. ))
  15324. ->values(array(
  15325. 'fid' => '2',
  15326. 'uid' => '1',
  15327. 'filename' => 'ds9.txt',
  15328. 'uri' => 'public://ds9.txt',
  15329. 'filemime' => 'text/plain',
  15330. 'filesize' => '4720',
  15331. 'status' => '1',
  15332. 'timestamp' => '1421727516',
  15333. ))
  15334. ->values(array(
  15335. 'fid' => '3',
  15336. 'uid' => '1',
  15337. 'filename' => 'Babylon5.txt',
  15338. 'uri' => 'private://Babylon5.txt',
  15339. 'filemime' => 'text/plain',
  15340. 'filesize' => '4',
  15341. 'status' => '1',
  15342. 'timestamp' => '1486104045',
  15343. ))
  15344. ->values(array(
  15345. 'fid' => '4',
  15346. 'uid' => '1',
  15347. 'filename' => 'TerokNor.txt',
  15348. 'uri' => 'temporary://TerokNor.txt',
  15349. 'filemime' => 'text/plain',
  15350. 'filesize' => '2369',
  15351. 'status' => '1',
  15352. 'timestamp' => '1421747516',
  15353. ))
  15354. ->execute();
  15355. $connection->schema()->createTable('file_usage', array(
  15356. 'fields' => array(
  15357. 'fid' => array(
  15358. 'type' => 'int',
  15359. 'not null' => TRUE,
  15360. 'size' => 'normal',
  15361. 'unsigned' => TRUE,
  15362. ),
  15363. 'module' => array(
  15364. 'type' => 'varchar',
  15365. 'not null' => TRUE,
  15366. 'length' => '255',
  15367. 'default' => '',
  15368. ),
  15369. 'type' => array(
  15370. 'type' => 'varchar',
  15371. 'not null' => TRUE,
  15372. 'length' => '64',
  15373. 'default' => '',
  15374. ),
  15375. 'id' => array(
  15376. 'type' => 'int',
  15377. 'not null' => TRUE,
  15378. 'size' => 'normal',
  15379. 'default' => '0',
  15380. 'unsigned' => TRUE,
  15381. ),
  15382. 'count' => array(
  15383. 'type' => 'int',
  15384. 'not null' => TRUE,
  15385. 'size' => 'normal',
  15386. 'default' => '0',
  15387. 'unsigned' => TRUE,
  15388. ),
  15389. ),
  15390. 'primary key' => array(
  15391. 'fid',
  15392. 'module',
  15393. 'type',
  15394. 'id',
  15395. ),
  15396. 'mysql_character_set' => 'utf8',
  15397. ));
  15398. $connection->insert('file_usage')
  15399. ->fields(array(
  15400. 'fid',
  15401. 'module',
  15402. 'type',
  15403. 'id',
  15404. 'count',
  15405. ))
  15406. ->values(array(
  15407. 'fid' => '1',
  15408. 'module' => 'file',
  15409. 'type' => 'node',
  15410. 'id' => '1',
  15411. 'count' => '3',
  15412. ))
  15413. ->values(array(
  15414. 'fid' => '2',
  15415. 'module' => 'file',
  15416. 'type' => 'node',
  15417. 'id' => '1',
  15418. 'count' => '2',
  15419. ))
  15420. ->values(array(
  15421. 'fid' => '2',
  15422. 'module' => 'file',
  15423. 'type' => 'user',
  15424. 'id' => '2',
  15425. 'count' => '1',
  15426. ))
  15427. ->values(array(
  15428. 'fid' => '3',
  15429. 'module' => 'file',
  15430. 'type' => 'node',
  15431. 'id' => '1',
  15432. 'count' => '1',
  15433. ))
  15434. ->execute();
  15435. $connection->schema()->createTable('filter', array(
  15436. 'fields' => array(
  15437. 'format' => array(
  15438. 'type' => 'varchar',
  15439. 'not null' => TRUE,
  15440. 'length' => '255',
  15441. ),
  15442. 'module' => array(
  15443. 'type' => 'varchar',
  15444. 'not null' => TRUE,
  15445. 'length' => '64',
  15446. 'default' => '',
  15447. ),
  15448. 'name' => array(
  15449. 'type' => 'varchar',
  15450. 'not null' => TRUE,
  15451. 'length' => '32',
  15452. 'default' => '',
  15453. ),
  15454. 'weight' => array(
  15455. 'type' => 'int',
  15456. 'not null' => TRUE,
  15457. 'size' => 'normal',
  15458. 'default' => '0',
  15459. ),
  15460. 'status' => array(
  15461. 'type' => 'int',
  15462. 'not null' => TRUE,
  15463. 'size' => 'normal',
  15464. 'default' => '0',
  15465. ),
  15466. 'settings' => array(
  15467. 'type' => 'blob',
  15468. 'not null' => FALSE,
  15469. 'size' => 'normal',
  15470. ),
  15471. ),
  15472. 'primary key' => array(
  15473. 'format',
  15474. 'name',
  15475. ),
  15476. 'mysql_character_set' => 'utf8',
  15477. ));
  15478. $connection->insert('filter')
  15479. ->fields(array(
  15480. 'format',
  15481. 'module',
  15482. 'name',
  15483. 'weight',
  15484. 'status',
  15485. 'settings',
  15486. ))
  15487. ->values(array(
  15488. 'format' => 'custom_text_format',
  15489. 'module' => 'filter',
  15490. 'name' => 'filter_autop',
  15491. 'weight' => '0',
  15492. 'status' => '1',
  15493. 'settings' => 'a:0:{}',
  15494. ))
  15495. ->values(array(
  15496. 'format' => 'custom_text_format',
  15497. 'module' => 'filter',
  15498. 'name' => 'filter_html',
  15499. 'weight' => '-10',
  15500. 'status' => '1',
  15501. 'settings' => 'a:3:{s:12:"allowed_html";s:82:"<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <table>";s:16:"filter_html_help";i:1;s:20:"filter_html_nofollow";i:1;}',
  15502. ))
  15503. ->values(array(
  15504. 'format' => 'custom_text_format',
  15505. 'module' => 'filter',
  15506. 'name' => 'filter_htmlcorrector',
  15507. 'weight' => '10',
  15508. 'status' => '0',
  15509. 'settings' => 'a:0:{}',
  15510. ))
  15511. ->values(array(
  15512. 'format' => 'custom_text_format',
  15513. 'module' => 'filter',
  15514. 'name' => 'filter_html_escape',
  15515. 'weight' => '-10',
  15516. 'status' => '0',
  15517. 'settings' => 'a:0:{}',
  15518. ))
  15519. ->values(array(
  15520. 'format' => 'custom_text_format',
  15521. 'module' => 'filter',
  15522. 'name' => 'filter_url',
  15523. 'weight' => '0',
  15524. 'status' => '0',
  15525. 'settings' => 'a:1:{s:17:"filter_url_length";s:2:"72";}',
  15526. ))
  15527. ->values(array(
  15528. 'format' => 'filtered_html',
  15529. 'module' => 'filter',
  15530. 'name' => 'filter_autop',
  15531. 'weight' => '2',
  15532. 'status' => '1',
  15533. 'settings' => 'a:0:{}',
  15534. ))
  15535. ->values(array(
  15536. 'format' => 'filtered_html',
  15537. 'module' => 'filter',
  15538. 'name' => 'filter_html',
  15539. 'weight' => '1',
  15540. 'status' => '1',
  15541. 'settings' => 'a:3:{s:12:"allowed_html";s:37:"<div> <span> <ul> <li> <ol> <a> <img>";s:16:"filter_html_help";i:1;s:20:"filter_html_nofollow";i:0;}',
  15542. ))
  15543. ->values(array(
  15544. 'format' => 'filtered_html',
  15545. 'module' => 'filter',
  15546. 'name' => 'filter_htmlcorrector',
  15547. 'weight' => '10',
  15548. 'status' => '1',
  15549. 'settings' => 'a:0:{}',
  15550. ))
  15551. ->values(array(
  15552. 'format' => 'filtered_html',
  15553. 'module' => 'filter',
  15554. 'name' => 'filter_html_escape',
  15555. 'weight' => '-10',
  15556. 'status' => '0',
  15557. 'settings' => 'a:0:{}',
  15558. ))
  15559. ->values(array(
  15560. 'format' => 'filtered_html',
  15561. 'module' => 'filter',
  15562. 'name' => 'filter_url',
  15563. 'weight' => '0',
  15564. 'status' => '1',
  15565. 'settings' => 'a:1:{s:17:"filter_url_length";s:3:"128";}',
  15566. ))
  15567. ->values(array(
  15568. 'format' => 'full_html',
  15569. 'module' => 'filter',
  15570. 'name' => 'filter_autop',
  15571. 'weight' => '1',
  15572. 'status' => '1',
  15573. 'settings' => 'a:0:{}',
  15574. ))
  15575. ->values(array(
  15576. 'format' => 'full_html',
  15577. 'module' => 'filter',
  15578. 'name' => 'filter_html',
  15579. 'weight' => '-10',
  15580. 'status' => '0',
  15581. 'settings' => 'a:3:{s:12:"allowed_html";s:74:"<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>";s:16:"filter_html_help";i:1;s:20:"filter_html_nofollow";i:0;}',
  15582. ))
  15583. ->values(array(
  15584. 'format' => 'full_html',
  15585. 'module' => 'filter',
  15586. 'name' => 'filter_htmlcorrector',
  15587. 'weight' => '10',
  15588. 'status' => '1',
  15589. 'settings' => 'a:0:{}',
  15590. ))
  15591. ->values(array(
  15592. 'format' => 'full_html',
  15593. 'module' => 'filter',
  15594. 'name' => 'filter_html_escape',
  15595. 'weight' => '-10',
  15596. 'status' => '0',
  15597. 'settings' => 'a:0:{}',
  15598. ))
  15599. ->values(array(
  15600. 'format' => 'full_html',
  15601. 'module' => 'filter',
  15602. 'name' => 'filter_url',
  15603. 'weight' => '0',
  15604. 'status' => '1',
  15605. 'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
  15606. ))
  15607. ->values(array(
  15608. 'format' => 'php_code',
  15609. 'module' => 'filter',
  15610. 'name' => 'filter_autop',
  15611. 'weight' => '0',
  15612. 'status' => '0',
  15613. 'settings' => 'a:0:{}',
  15614. ))
  15615. ->values(array(
  15616. 'format' => 'php_code',
  15617. 'module' => 'filter',
  15618. 'name' => 'filter_html',
  15619. 'weight' => '-10',
  15620. 'status' => '0',
  15621. 'settings' => 'a:3:{s:12:"allowed_html";s:74:"<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>";s:16:"filter_html_help";i:1;s:20:"filter_html_nofollow";i:0;}',
  15622. ))
  15623. ->values(array(
  15624. 'format' => 'php_code',
  15625. 'module' => 'filter',
  15626. 'name' => 'filter_htmlcorrector',
  15627. 'weight' => '10',
  15628. 'status' => '0',
  15629. 'settings' => 'a:0:{}',
  15630. ))
  15631. ->values(array(
  15632. 'format' => 'php_code',
  15633. 'module' => 'filter',
  15634. 'name' => 'filter_html_escape',
  15635. 'weight' => '-10',
  15636. 'status' => '0',
  15637. 'settings' => 'a:0:{}',
  15638. ))
  15639. ->values(array(
  15640. 'format' => 'php_code',
  15641. 'module' => 'filter',
  15642. 'name' => 'filter_url',
  15643. 'weight' => '0',
  15644. 'status' => '0',
  15645. 'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
  15646. ))
  15647. ->values(array(
  15648. 'format' => 'php_code',
  15649. 'module' => 'php',
  15650. 'name' => 'php_code',
  15651. 'weight' => '0',
  15652. 'status' => '1',
  15653. 'settings' => 'a:0:{}',
  15654. ))
  15655. ->values(array(
  15656. 'format' => 'plain_text',
  15657. 'module' => 'filter',
  15658. 'name' => 'filter_autop',
  15659. 'weight' => '2',
  15660. 'status' => '1',
  15661. 'settings' => 'a:0:{}',
  15662. ))
  15663. ->values(array(
  15664. 'format' => 'plain_text',
  15665. 'module' => 'filter',
  15666. 'name' => 'filter_html',
  15667. 'weight' => '-10',
  15668. 'status' => '0',
  15669. 'settings' => 'a:3:{s:12:"allowed_html";s:74:"<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>";s:16:"filter_html_help";i:1;s:20:"filter_html_nofollow";i:0;}',
  15670. ))
  15671. ->values(array(
  15672. 'format' => 'plain_text',
  15673. 'module' => 'filter',
  15674. 'name' => 'filter_htmlcorrector',
  15675. 'weight' => '10',
  15676. 'status' => '0',
  15677. 'settings' => 'a:0:{}',
  15678. ))
  15679. ->values(array(
  15680. 'format' => 'plain_text',
  15681. 'module' => 'filter',
  15682. 'name' => 'filter_html_escape',
  15683. 'weight' => '0',
  15684. 'status' => '1',
  15685. 'settings' => 'a:0:{}',
  15686. ))
  15687. ->values(array(
  15688. 'format' => 'plain_text',
  15689. 'module' => 'filter',
  15690. 'name' => 'filter_url',
  15691. 'weight' => '1',
  15692. 'status' => '1',
  15693. 'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
  15694. ))
  15695. ->execute();
  15696. $connection->schema()->createTable('filter_format', array(
  15697. 'fields' => array(
  15698. 'format' => array(
  15699. 'type' => 'varchar',
  15700. 'not null' => TRUE,
  15701. 'length' => '255',
  15702. ),
  15703. 'name' => array(
  15704. 'type' => 'varchar',
  15705. 'not null' => TRUE,
  15706. 'length' => '255',
  15707. 'default' => '',
  15708. ),
  15709. 'cache' => array(
  15710. 'type' => 'int',
  15711. 'not null' => TRUE,
  15712. 'size' => 'normal',
  15713. 'default' => '0',
  15714. ),
  15715. 'status' => array(
  15716. 'type' => 'int',
  15717. 'not null' => TRUE,
  15718. 'size' => 'normal',
  15719. 'default' => '1',
  15720. 'unsigned' => TRUE,
  15721. ),
  15722. 'weight' => array(
  15723. 'type' => 'int',
  15724. 'not null' => TRUE,
  15725. 'size' => 'normal',
  15726. 'default' => '0',
  15727. ),
  15728. ),
  15729. 'primary key' => array(
  15730. 'format',
  15731. ),
  15732. 'mysql_character_set' => 'utf8',
  15733. ));
  15734. $connection->insert('filter_format')
  15735. ->fields(array(
  15736. 'format',
  15737. 'name',
  15738. 'cache',
  15739. 'status',
  15740. 'weight',
  15741. ))
  15742. ->values(array(
  15743. 'format' => 'custom_text_format',
  15744. 'name' => 'Custom Text format',
  15745. 'cache' => '1',
  15746. 'status' => '1',
  15747. 'weight' => '0',
  15748. ))
  15749. ->values(array(
  15750. 'format' => 'filtered_html',
  15751. 'name' => 'Filtered HTML',
  15752. 'cache' => '1',
  15753. 'status' => '1',
  15754. 'weight' => '0',
  15755. ))
  15756. ->values(array(
  15757. 'format' => 'full_html',
  15758. 'name' => 'Full HTML',
  15759. 'cache' => '1',
  15760. 'status' => '1',
  15761. 'weight' => '1',
  15762. ))
  15763. ->values(array(
  15764. 'format' => 'php_code',
  15765. 'name' => 'PHP code',
  15766. 'cache' => '0',
  15767. 'status' => '0',
  15768. 'weight' => '11',
  15769. ))
  15770. ->values(array(
  15771. 'format' => 'plain_text',
  15772. 'name' => 'Plain text',
  15773. 'cache' => '1',
  15774. 'status' => '1',
  15775. 'weight' => '10',
  15776. ))
  15777. ->execute();
  15778. $connection->schema()->createTable('flood', array(
  15779. 'fields' => array(
  15780. 'fid' => array(
  15781. 'type' => 'serial',
  15782. 'not null' => TRUE,
  15783. 'size' => 'normal',
  15784. ),
  15785. 'event' => array(
  15786. 'type' => 'varchar',
  15787. 'not null' => TRUE,
  15788. 'length' => '64',
  15789. 'default' => '',
  15790. ),
  15791. 'identifier' => array(
  15792. 'type' => 'varchar',
  15793. 'not null' => TRUE,
  15794. 'length' => '128',
  15795. 'default' => '',
  15796. ),
  15797. 'timestamp' => array(
  15798. 'type' => 'int',
  15799. 'not null' => TRUE,
  15800. 'size' => 'normal',
  15801. 'default' => '0',
  15802. ),
  15803. 'expiration' => array(
  15804. 'type' => 'int',
  15805. 'not null' => TRUE,
  15806. 'size' => 'normal',
  15807. 'default' => '0',
  15808. ),
  15809. ),
  15810. 'primary key' => array(
  15811. 'fid',
  15812. ),
  15813. 'mysql_character_set' => 'utf8',
  15814. ));
  15815. $connection->schema()->createTable('forum', array(
  15816. 'fields' => array(
  15817. 'nid' => array(
  15818. 'type' => 'int',
  15819. 'not null' => TRUE,
  15820. 'size' => 'normal',
  15821. 'default' => '0',
  15822. 'unsigned' => TRUE,
  15823. ),
  15824. 'vid' => array(
  15825. 'type' => 'int',
  15826. 'not null' => TRUE,
  15827. 'size' => 'normal',
  15828. 'default' => '0',
  15829. 'unsigned' => TRUE,
  15830. ),
  15831. 'tid' => array(
  15832. 'type' => 'int',
  15833. 'not null' => TRUE,
  15834. 'size' => 'normal',
  15835. 'default' => '0',
  15836. 'unsigned' => TRUE,
  15837. ),
  15838. ),
  15839. 'primary key' => array(
  15840. 'vid',
  15841. ),
  15842. 'mysql_character_set' => 'utf8',
  15843. ));
  15844. $connection->insert('forum')
  15845. ->fields(array(
  15846. 'nid',
  15847. 'vid',
  15848. 'tid',
  15849. ))
  15850. ->values(array(
  15851. 'nid' => '6',
  15852. 'vid' => '6',
  15853. 'tid' => '1',
  15854. ))
  15855. ->values(array(
  15856. 'nid' => '7',
  15857. 'vid' => '7',
  15858. 'tid' => '1',
  15859. ))
  15860. ->execute();
  15861. $connection->schema()->createTable('forum_index', array(
  15862. 'fields' => array(
  15863. 'nid' => array(
  15864. 'type' => 'int',
  15865. 'not null' => TRUE,
  15866. 'size' => 'normal',
  15867. 'default' => '0',
  15868. 'unsigned' => TRUE,
  15869. ),
  15870. 'title' => array(
  15871. 'type' => 'varchar',
  15872. 'not null' => TRUE,
  15873. 'length' => '255',
  15874. 'default' => '',
  15875. ),
  15876. 'tid' => array(
  15877. 'type' => 'int',
  15878. 'not null' => TRUE,
  15879. 'size' => 'normal',
  15880. 'default' => '0',
  15881. 'unsigned' => TRUE,
  15882. ),
  15883. 'sticky' => array(
  15884. 'type' => 'int',
  15885. 'not null' => FALSE,
  15886. 'size' => 'normal',
  15887. 'default' => '0',
  15888. ),
  15889. 'created' => array(
  15890. 'type' => 'int',
  15891. 'not null' => TRUE,
  15892. 'size' => 'normal',
  15893. 'default' => '0',
  15894. 'unsigned' => TRUE,
  15895. ),
  15896. 'last_comment_timestamp' => array(
  15897. 'type' => 'int',
  15898. 'not null' => TRUE,
  15899. 'size' => 'normal',
  15900. 'default' => '0',
  15901. ),
  15902. 'comment_count' => array(
  15903. 'type' => 'int',
  15904. 'not null' => TRUE,
  15905. 'size' => 'normal',
  15906. 'default' => '0',
  15907. 'unsigned' => TRUE,
  15908. ),
  15909. ),
  15910. 'mysql_character_set' => 'utf8',
  15911. ));
  15912. $connection->insert('forum_index')
  15913. ->fields(array(
  15914. 'nid',
  15915. 'title',
  15916. 'tid',
  15917. 'sticky',
  15918. 'created',
  15919. 'last_comment_timestamp',
  15920. 'comment_count',
  15921. ))
  15922. ->values(array(
  15923. 'nid' => '6',
  15924. 'title' => 'Comments are closed :-(',
  15925. 'tid' => '1',
  15926. 'sticky' => '0',
  15927. 'created' => '1504715414',
  15928. 'last_comment_timestamp' => '1504715414',
  15929. 'comment_count' => '0',
  15930. ))
  15931. ->values(array(
  15932. 'nid' => '7',
  15933. 'title' => 'Comments are open :-)',
  15934. 'tid' => '1',
  15935. 'sticky' => '0',
  15936. 'created' => '1504715432',
  15937. 'last_comment_timestamp' => '1504715432',
  15938. 'comment_count' => '0',
  15939. ))
  15940. ->execute();
  15941. $connection->schema()->createTable('history', array(
  15942. 'fields' => array(
  15943. 'uid' => array(
  15944. 'type' => 'int',
  15945. 'not null' => TRUE,
  15946. 'size' => 'normal',
  15947. 'default' => '0',
  15948. ),
  15949. 'nid' => array(
  15950. 'type' => 'int',
  15951. 'not null' => TRUE,
  15952. 'size' => 'normal',
  15953. 'default' => '0',
  15954. ),
  15955. 'timestamp' => array(
  15956. 'type' => 'int',
  15957. 'not null' => TRUE,
  15958. 'size' => 'normal',
  15959. 'default' => '0',
  15960. ),
  15961. ),
  15962. 'primary key' => array(
  15963. 'uid',
  15964. 'nid',
  15965. ),
  15966. 'mysql_character_set' => 'utf8',
  15967. ));
  15968. $connection->schema()->createTable('i18n_block_language', array(
  15969. 'fields' => array(
  15970. 'module' => array(
  15971. 'type' => 'varchar',
  15972. 'not null' => TRUE,
  15973. 'length' => '64',
  15974. ),
  15975. 'delta' => array(
  15976. 'type' => 'varchar',
  15977. 'not null' => TRUE,
  15978. 'length' => '32',
  15979. ),
  15980. 'language' => array(
  15981. 'type' => 'varchar',
  15982. 'not null' => TRUE,
  15983. 'length' => '12',
  15984. 'default' => '',
  15985. ),
  15986. ),
  15987. 'primary key' => array(
  15988. 'module',
  15989. 'delta',
  15990. 'language',
  15991. ),
  15992. 'indexes' => array(
  15993. 'language' => array(
  15994. 'language',
  15995. ),
  15996. ),
  15997. 'mysql_character_set' => 'utf8',
  15998. ));
  15999. $connection->schema()->createTable('i18n_string', array(
  16000. 'fields' => array(
  16001. 'lid' => array(
  16002. 'type' => 'int',
  16003. 'not null' => TRUE,
  16004. 'size' => 'normal',
  16005. 'default' => '0',
  16006. ),
  16007. 'textgroup' => array(
  16008. 'type' => 'varchar',
  16009. 'not null' => TRUE,
  16010. 'length' => '50',
  16011. 'default' => 'default',
  16012. ),
  16013. 'context' => array(
  16014. 'type' => 'varchar',
  16015. 'not null' => TRUE,
  16016. 'length' => '255',
  16017. 'default' => '',
  16018. ),
  16019. 'objectid' => array(
  16020. 'type' => 'varchar',
  16021. 'not null' => TRUE,
  16022. 'length' => '255',
  16023. 'default' => '',
  16024. ),
  16025. 'type' => array(
  16026. 'type' => 'varchar',
  16027. 'not null' => TRUE,
  16028. 'length' => '255',
  16029. 'default' => '',
  16030. ),
  16031. 'property' => array(
  16032. 'type' => 'varchar',
  16033. 'not null' => TRUE,
  16034. 'length' => '255',
  16035. 'default' => '',
  16036. ),
  16037. 'objectindex' => array(
  16038. 'type' => 'int',
  16039. 'not null' => TRUE,
  16040. 'size' => 'big',
  16041. 'default' => '0',
  16042. ),
  16043. 'format' => array(
  16044. 'type' => 'varchar',
  16045. 'not null' => FALSE,
  16046. 'length' => '255',
  16047. ),
  16048. ),
  16049. 'primary key' => array(
  16050. 'lid',
  16051. ),
  16052. 'indexes' => array(
  16053. 'group_context' => array(
  16054. 'textgroup',
  16055. array(
  16056. 'context',
  16057. '50',
  16058. ),
  16059. ),
  16060. ),
  16061. 'mysql_character_set' => 'utf8',
  16062. ));
  16063. $connection->insert('i18n_string')
  16064. ->fields(array(
  16065. 'lid',
  16066. 'textgroup',
  16067. 'context',
  16068. 'objectid',
  16069. 'type',
  16070. 'property',
  16071. 'objectindex',
  16072. 'format',
  16073. ))
  16074. ->values(array(
  16075. 'lid' => '57',
  16076. 'textgroup' => 'blocks',
  16077. 'context' => 'block:1:title',
  16078. 'objectid' => '1',
  16079. 'type' => 'block',
  16080. 'property' => 'title',
  16081. 'objectindex' => '1',
  16082. 'format' => '',
  16083. ))
  16084. ->values(array(
  16085. 'lid' => '60',
  16086. 'textgroup' => 'blocks',
  16087. 'context' => 'block:1:body',
  16088. 'objectid' => '1',
  16089. 'type' => 'block',
  16090. 'property' => 'body',
  16091. 'objectindex' => '1',
  16092. 'format' => 'filtered_html',
  16093. ))
  16094. ->values(array(
  16095. 'lid' => '61',
  16096. 'textgroup' => 'node',
  16097. 'context' => 'type:article:name',
  16098. 'objectid' => 'article',
  16099. 'type' => 'type',
  16100. 'property' => 'name',
  16101. 'objectindex' => '0',
  16102. 'format' => '',
  16103. ))
  16104. ->values(array(
  16105. 'lid' => '62',
  16106. 'textgroup' => 'node',
  16107. 'context' => 'type:article:title_label',
  16108. 'objectid' => 'article',
  16109. 'type' => 'type',
  16110. 'property' => 'title_label',
  16111. 'objectindex' => '0',
  16112. 'format' => '',
  16113. ))
  16114. ->values(array(
  16115. 'lid' => '63',
  16116. 'textgroup' => 'node',
  16117. 'context' => 'type:article:description',
  16118. 'objectid' => 'article',
  16119. 'type' => 'type',
  16120. 'property' => 'description',
  16121. 'objectindex' => '0',
  16122. 'format' => '',
  16123. ))
  16124. ->values(array(
  16125. 'lid' => '64',
  16126. 'textgroup' => 'node',
  16127. 'context' => 'type:article:help',
  16128. 'objectid' => 'article',
  16129. 'type' => 'type',
  16130. 'property' => 'help',
  16131. 'objectindex' => '0',
  16132. 'format' => '',
  16133. ))
  16134. ->values(array(
  16135. 'lid' => '65',
  16136. 'textgroup' => 'node',
  16137. 'context' => 'type:book:name',
  16138. 'objectid' => 'book',
  16139. 'type' => 'type',
  16140. 'property' => 'name',
  16141. 'objectindex' => '0',
  16142. 'format' => '',
  16143. ))
  16144. ->values(array(
  16145. 'lid' => '66',
  16146. 'textgroup' => 'node',
  16147. 'context' => 'type:book:title_label',
  16148. 'objectid' => 'book',
  16149. 'type' => 'type',
  16150. 'property' => 'title_label',
  16151. 'objectindex' => '0',
  16152. 'format' => '',
  16153. ))
  16154. ->values(array(
  16155. 'lid' => '67',
  16156. 'textgroup' => 'node',
  16157. 'context' => 'type:book:description',
  16158. 'objectid' => 'book',
  16159. 'type' => 'type',
  16160. 'property' => 'description',
  16161. 'objectindex' => '0',
  16162. 'format' => '',
  16163. ))
  16164. ->values(array(
  16165. 'lid' => '68',
  16166. 'textgroup' => 'node',
  16167. 'context' => 'type:page:name',
  16168. 'objectid' => 'page',
  16169. 'type' => 'type',
  16170. 'property' => 'name',
  16171. 'objectindex' => '0',
  16172. 'format' => '',
  16173. ))
  16174. ->values(array(
  16175. 'lid' => '69',
  16176. 'textgroup' => 'node',
  16177. 'context' => 'type:page:title_label',
  16178. 'objectid' => 'page',
  16179. 'type' => 'type',
  16180. 'property' => 'title_label',
  16181. 'objectindex' => '0',
  16182. 'format' => '',
  16183. ))
  16184. ->values(array(
  16185. 'lid' => '70',
  16186. 'textgroup' => 'node',
  16187. 'context' => 'type:page:description',
  16188. 'objectid' => 'page',
  16189. 'type' => 'type',
  16190. 'property' => 'description',
  16191. 'objectindex' => '0',
  16192. 'format' => '',
  16193. ))
  16194. ->values(array(
  16195. 'lid' => '71',
  16196. 'textgroup' => 'node',
  16197. 'context' => 'type:page:help',
  16198. 'objectid' => 'page',
  16199. 'type' => 'type',
  16200. 'property' => 'help',
  16201. 'objectindex' => '0',
  16202. 'format' => '',
  16203. ))
  16204. ->values(array(
  16205. 'lid' => '72',
  16206. 'textgroup' => 'node',
  16207. 'context' => 'type:test_content_type:name',
  16208. 'objectid' => 'test_content_type',
  16209. 'type' => 'type',
  16210. 'property' => 'name',
  16211. 'objectindex' => '0',
  16212. 'format' => '',
  16213. ))
  16214. ->values(array(
  16215. 'lid' => '73',
  16216. 'textgroup' => 'node',
  16217. 'context' => 'type:test_content_type:title_label',
  16218. 'objectid' => 'test_content_type',
  16219. 'type' => 'type',
  16220. 'property' => 'title_label',
  16221. 'objectindex' => '0',
  16222. 'format' => '',
  16223. ))
  16224. ->values(array(
  16225. 'lid' => '74',
  16226. 'textgroup' => 'node',
  16227. 'context' => 'type:test_content_type:description',
  16228. 'objectid' => 'test_content_type',
  16229. 'type' => 'type',
  16230. 'property' => 'description',
  16231. 'objectindex' => '0',
  16232. 'format' => '',
  16233. ))
  16234. ->values(array(
  16235. 'lid' => '75',
  16236. 'textgroup' => 'node',
  16237. 'context' => 'type:test_content_type:help',
  16238. 'objectid' => 'test_content_type',
  16239. 'type' => 'type',
  16240. 'property' => 'help',
  16241. 'objectindex' => '0',
  16242. 'format' => '',
  16243. ))
  16244. ->values(array(
  16245. 'lid' => '76',
  16246. 'textgroup' => 'field',
  16247. 'context' => 'comment_body:comment_node_page:label',
  16248. 'objectid' => 'comment_node_page',
  16249. 'type' => 'comment_body',
  16250. 'property' => 'label',
  16251. 'objectindex' => '0',
  16252. 'format' => '',
  16253. ))
  16254. ->values(array(
  16255. 'lid' => '77',
  16256. 'textgroup' => 'taxonomy',
  16257. 'context' => 'term:20:name',
  16258. 'objectid' => '20',
  16259. 'type' => 'term',
  16260. 'property' => 'name',
  16261. 'objectindex' => '20',
  16262. 'format' => '',
  16263. ))
  16264. ->values(array(
  16265. 'lid' => '78',
  16266. 'textgroup' => 'taxonomy',
  16267. 'context' => 'term:20:description',
  16268. 'objectid' => '20',
  16269. 'type' => 'term',
  16270. 'property' => 'description',
  16271. 'objectindex' => '20',
  16272. 'format' => 'filtered_html',
  16273. ))
  16274. ->values(array(
  16275. 'lid' => '79',
  16276. 'textgroup' => 'taxonomy',
  16277. 'context' => 'term:19:name',
  16278. 'objectid' => '19',
  16279. 'type' => 'term',
  16280. 'property' => 'name',
  16281. 'objectindex' => '19',
  16282. 'format' => '',
  16283. ))
  16284. ->values(array(
  16285. 'lid' => '80',
  16286. 'textgroup' => 'taxonomy',
  16287. 'context' => 'term:19:description',
  16288. 'objectid' => '19',
  16289. 'type' => 'term',
  16290. 'property' => 'description',
  16291. 'objectindex' => '19',
  16292. 'format' => 'filtered_html',
  16293. ))
  16294. ->values(array(
  16295. 'lid' => '81',
  16296. 'textgroup' => 'taxonomy',
  16297. 'context' => 'vocabulary:2:name',
  16298. 'objectid' => '2',
  16299. 'type' => 'vocabulary',
  16300. 'property' => 'name',
  16301. 'objectindex' => '2',
  16302. 'format' => '',
  16303. ))
  16304. ->values(array(
  16305. 'lid' => '82',
  16306. 'textgroup' => 'taxonomy',
  16307. 'context' => 'vocabulary:2:description',
  16308. 'objectid' => '2',
  16309. 'type' => 'vocabulary',
  16310. 'property' => 'description',
  16311. 'objectindex' => '2',
  16312. 'format' => '',
  16313. ))
  16314. ->values(array(
  16315. 'lid' => '83',
  16316. 'textgroup' => 'taxonomy',
  16317. 'context' => 'vocabulary:1:name',
  16318. 'objectid' => '1',
  16319. 'type' => 'vocabulary',
  16320. 'property' => 'name',
  16321. 'objectindex' => '1',
  16322. 'format' => '',
  16323. ))
  16324. ->values(array(
  16325. 'lid' => '84',
  16326. 'textgroup' => 'taxonomy',
  16327. 'context' => 'vocabulary:1:description',
  16328. 'objectid' => '1',
  16329. 'type' => 'vocabulary',
  16330. 'property' => 'description',
  16331. 'objectindex' => '1',
  16332. 'format' => '',
  16333. ))
  16334. ->values(array(
  16335. 'lid' => '85',
  16336. 'textgroup' => 'taxonomy',
  16337. 'context' => 'vocabulary:3:name',
  16338. 'objectid' => '3',
  16339. 'type' => 'vocabulary',
  16340. 'property' => 'name',
  16341. 'objectindex' => '3',
  16342. 'format' => '',
  16343. ))
  16344. ->values(array(
  16345. 'lid' => '86',
  16346. 'textgroup' => 'taxonomy',
  16347. 'context' => 'vocabulary:3:description',
  16348. 'objectid' => '3',
  16349. 'type' => 'vocabulary',
  16350. 'property' => 'description',
  16351. 'objectindex' => '3',
  16352. 'format' => '',
  16353. ))
  16354. ->values(array(
  16355. 'lid' => '87',
  16356. 'textgroup' => 'taxonomy',
  16357. 'context' => 'vocabulary:7:name',
  16358. 'objectid' => '7',
  16359. 'type' => 'vocabulary',
  16360. 'property' => 'name',
  16361. 'objectindex' => '7',
  16362. 'format' => '',
  16363. ))
  16364. ->values(array(
  16365. 'lid' => '88',
  16366. 'textgroup' => 'taxonomy',
  16367. 'context' => 'vocabulary:7:description',
  16368. 'objectid' => '7',
  16369. 'type' => 'vocabulary',
  16370. 'property' => 'description',
  16371. 'objectindex' => '7',
  16372. 'format' => '',
  16373. ))
  16374. ->values(array(
  16375. 'lid' => '89',
  16376. 'textgroup' => 'taxonomy',
  16377. 'context' => 'vocabulary:5:name',
  16378. 'objectid' => '5',
  16379. 'type' => 'vocabulary',
  16380. 'property' => 'name',
  16381. 'objectindex' => '5',
  16382. 'format' => '',
  16383. ))
  16384. ->values(array(
  16385. 'lid' => '90',
  16386. 'textgroup' => 'taxonomy',
  16387. 'context' => 'vocabulary:5:description',
  16388. 'objectid' => '5',
  16389. 'type' => 'vocabulary',
  16390. 'property' => 'description',
  16391. 'objectindex' => '5',
  16392. 'format' => '',
  16393. ))
  16394. ->values(array(
  16395. 'lid' => '91',
  16396. 'textgroup' => 'taxonomy',
  16397. 'context' => 'vocabulary:6:name',
  16398. 'objectid' => '6',
  16399. 'type' => 'vocabulary',
  16400. 'property' => 'name',
  16401. 'objectindex' => '6',
  16402. 'format' => '',
  16403. ))
  16404. ->values(array(
  16405. 'lid' => '92',
  16406. 'textgroup' => 'taxonomy',
  16407. 'context' => 'vocabulary:6:description',
  16408. 'objectid' => '6',
  16409. 'type' => 'vocabulary',
  16410. 'property' => 'description',
  16411. 'objectindex' => '6',
  16412. 'format' => '',
  16413. ))
  16414. ->values(array(
  16415. 'lid' => '93',
  16416. 'textgroup' => 'taxonomy',
  16417. 'context' => 'vocabulary:4:name',
  16418. 'objectid' => '4',
  16419. 'type' => 'vocabulary',
  16420. 'property' => 'name',
  16421. 'objectindex' => '4',
  16422. 'format' => '',
  16423. ))
  16424. ->values(array(
  16425. 'lid' => '94',
  16426. 'textgroup' => 'taxonomy',
  16427. 'context' => 'vocabulary:4:description',
  16428. 'objectid' => '4',
  16429. 'type' => 'vocabulary',
  16430. 'property' => 'description',
  16431. 'objectindex' => '4',
  16432. 'format' => '',
  16433. ))
  16434. ->values(array(
  16435. 'lid' => '95',
  16436. 'textgroup' => 'field',
  16437. 'context' => 'field_boolean:test_content_type:description',
  16438. 'objectid' => 'test_content_type',
  16439. 'type' => 'field_boolean',
  16440. 'property' => 'description',
  16441. 'objectindex' => '0',
  16442. 'format' => '',
  16443. ))
  16444. ->values(array(
  16445. 'lid' => '96',
  16446. 'textgroup' => 'field',
  16447. 'context' => 'field_email:test_content_type:label',
  16448. 'objectid' => 'test_content_type',
  16449. 'type' => 'field_email',
  16450. 'property' => 'label',
  16451. 'objectindex' => '0',
  16452. 'format' => '',
  16453. ))
  16454. ->values(array(
  16455. 'lid' => '97',
  16456. 'textgroup' => 'field',
  16457. 'context' => 'field_email:test_content_type:description',
  16458. 'objectid' => 'test_content_type',
  16459. 'type' => 'field_email',
  16460. 'property' => 'description',
  16461. 'objectindex' => '0',
  16462. 'format' => '',
  16463. ))
  16464. ->values(array(
  16465. 'lid' => '98',
  16466. 'textgroup' => 'field',
  16467. 'context' => 'field_phone:test_content_type:label',
  16468. 'objectid' => 'test_content_type',
  16469. 'type' => 'field_phone',
  16470. 'property' => 'label',
  16471. 'objectindex' => '0',
  16472. 'format' => '',
  16473. ))
  16474. ->values(array(
  16475. 'lid' => '99',
  16476. 'textgroup' => 'field',
  16477. 'context' => 'field_date:test_content_type:label',
  16478. 'objectid' => 'test_content_type',
  16479. 'type' => 'field_date',
  16480. 'property' => 'label',
  16481. 'objectindex' => '0',
  16482. 'format' => '',
  16483. ))
  16484. ->values(array(
  16485. 'lid' => '100',
  16486. 'textgroup' => 'field',
  16487. 'context' => 'field_date_with_end_time:test_content_type:label',
  16488. 'objectid' => 'test_content_type',
  16489. 'type' => 'field_date_with_end_time',
  16490. 'property' => 'label',
  16491. 'objectindex' => '0',
  16492. 'format' => '',
  16493. ))
  16494. ->values(array(
  16495. 'lid' => '101',
  16496. 'textgroup' => 'field',
  16497. 'context' => 'field_file:test_content_type:label',
  16498. 'objectid' => 'test_content_type',
  16499. 'type' => 'field_file',
  16500. 'property' => 'label',
  16501. 'objectindex' => '0',
  16502. 'format' => '',
  16503. ))
  16504. ->values(array(
  16505. 'lid' => '102',
  16506. 'textgroup' => 'field',
  16507. 'context' => 'field_file:user:label',
  16508. 'objectid' => 'user',
  16509. 'type' => 'field_file',
  16510. 'property' => 'label',
  16511. 'objectindex' => '0',
  16512. 'format' => '',
  16513. ))
  16514. ->values(array(
  16515. 'lid' => '103',
  16516. 'textgroup' => 'field',
  16517. 'context' => 'field_float:test_content_type:label',
  16518. 'objectid' => 'test_content_type',
  16519. 'type' => 'field_float',
  16520. 'property' => 'label',
  16521. 'objectindex' => '0',
  16522. 'format' => '',
  16523. ))
  16524. ->values(array(
  16525. 'lid' => '104',
  16526. 'textgroup' => 'field',
  16527. 'context' => 'field_float:test_content_type:description',
  16528. 'objectid' => 'test_content_type',
  16529. 'type' => 'field_float',
  16530. 'property' => 'description',
  16531. 'objectindex' => '0',
  16532. 'format' => '',
  16533. ))
  16534. ->values(array(
  16535. 'lid' => '105',
  16536. 'textgroup' => 'field',
  16537. 'context' => 'field_images:test_content_type:label',
  16538. 'objectid' => 'test_content_type',
  16539. 'type' => 'field_images',
  16540. 'property' => 'label',
  16541. 'objectindex' => '0',
  16542. 'format' => '',
  16543. ))
  16544. ->values(array(
  16545. 'lid' => '106',
  16546. 'textgroup' => 'field',
  16547. 'context' => 'field_integer:test_content_type:label',
  16548. 'objectid' => 'test_content_type',
  16549. 'type' => 'field_integer',
  16550. 'property' => 'label',
  16551. 'objectindex' => '0',
  16552. 'format' => '',
  16553. ))
  16554. ->values(array(
  16555. 'lid' => '107',
  16556. 'textgroup' => 'field',
  16557. 'context' => 'field_integer:comment_node_test_content_type:label',
  16558. 'objectid' => 'comment_node_test_content_type',
  16559. 'type' => 'field_integer',
  16560. 'property' => 'label',
  16561. 'objectindex' => '0',
  16562. 'format' => '',
  16563. ))
  16564. ->values(array(
  16565. 'lid' => '108',
  16566. 'textgroup' => 'field',
  16567. 'context' => 'field_integer:test_vocabulary:label',
  16568. 'objectid' => 'test_vocabulary',
  16569. 'type' => 'field_integer',
  16570. 'property' => 'label',
  16571. 'objectindex' => '0',
  16572. 'format' => '',
  16573. ))
  16574. ->values(array(
  16575. 'lid' => '109',
  16576. 'textgroup' => 'field',
  16577. 'context' => 'field_integer:user:label',
  16578. 'objectid' => 'user',
  16579. 'type' => 'field_integer',
  16580. 'property' => 'label',
  16581. 'objectindex' => '0',
  16582. 'format' => '',
  16583. ))
  16584. ->values(array(
  16585. 'lid' => '110',
  16586. 'textgroup' => 'field',
  16587. 'context' => 'field_link:test_content_type:label',
  16588. 'objectid' => 'test_content_type',
  16589. 'type' => 'field_link',
  16590. 'property' => 'label',
  16591. 'objectindex' => '0',
  16592. 'format' => '',
  16593. ))
  16594. ->values(array(
  16595. 'lid' => '111',
  16596. 'textgroup' => 'field',
  16597. 'context' => 'field_link:test_content_type:title_value',
  16598. 'objectid' => 'test_content_type',
  16599. 'type' => 'field_link',
  16600. 'property' => 'title_value',
  16601. 'objectindex' => '0',
  16602. 'format' => '',
  16603. ))
  16604. ->values(array(
  16605. 'lid' => '112',
  16606. 'textgroup' => 'field',
  16607. 'context' => 'field_link:article:label',
  16608. 'objectid' => 'article',
  16609. 'type' => 'field_link',
  16610. 'property' => 'label',
  16611. 'objectindex' => '0',
  16612. 'format' => '',
  16613. ))
  16614. ->values(array(
  16615. 'lid' => '113',
  16616. 'textgroup' => 'field',
  16617. 'context' => 'field_link:article:title_value',
  16618. 'objectid' => 'article',
  16619. 'type' => 'field_link',
  16620. 'property' => 'title_value',
  16621. 'objectindex' => '0',
  16622. 'format' => '',
  16623. ))
  16624. ->values(array(
  16625. 'lid' => '114',
  16626. 'textgroup' => 'field',
  16627. 'context' => 'field_link:blog:label',
  16628. 'objectid' => 'blog',
  16629. 'type' => 'field_link',
  16630. 'property' => 'label',
  16631. 'objectindex' => '0',
  16632. 'format' => '',
  16633. ))
  16634. ->values(array(
  16635. 'lid' => '115',
  16636. 'textgroup' => 'field',
  16637. 'context' => 'field_link:blog:title_value',
  16638. 'objectid' => 'blog',
  16639. 'type' => 'field_link',
  16640. 'property' => 'title_value',
  16641. 'objectindex' => '0',
  16642. 'format' => '',
  16643. ))
  16644. ->values(array(
  16645. 'lid' => '116',
  16646. 'textgroup' => 'field',
  16647. 'context' => 'field_text_list:#allowed_values:Some Text',
  16648. 'objectid' => '#allowed_values',
  16649. 'type' => 'field_text_list',
  16650. 'property' => 'Some Text',
  16651. 'objectindex' => '0',
  16652. 'format' => '',
  16653. ))
  16654. ->values(array(
  16655. 'lid' => '117',
  16656. 'textgroup' => 'field',
  16657. 'context' => 'field_text_list:#allowed_values:Some more text',
  16658. 'objectid' => '#allowed_values',
  16659. 'type' => 'field_text_list',
  16660. 'property' => 'Some more text',
  16661. 'objectindex' => '0',
  16662. 'format' => '',
  16663. ))
  16664. ->values(array(
  16665. 'lid' => '118',
  16666. 'textgroup' => 'field',
  16667. 'context' => 'field_text_list:#allowed_values:The key',
  16668. 'objectid' => '#allowed_values',
  16669. 'type' => 'field_text_list',
  16670. 'property' => 'The key',
  16671. 'objectindex' => '0',
  16672. 'format' => '',
  16673. ))
  16674. ->values(array(
  16675. 'lid' => '119',
  16676. 'textgroup' => 'field',
  16677. 'context' => 'field_text_list:test_content_type:label',
  16678. 'objectid' => 'test_content_type',
  16679. 'type' => 'field_text_list',
  16680. 'property' => 'label',
  16681. 'objectindex' => '0',
  16682. 'format' => '',
  16683. ))
  16684. ->values(array(
  16685. 'lid' => '120',
  16686. 'textgroup' => 'field',
  16687. 'context' => 'field_integer_list:#allowed_values:1',
  16688. 'objectid' => '#allowed_values',
  16689. 'type' => 'field_integer_list',
  16690. 'property' => '1',
  16691. 'objectindex' => '0',
  16692. 'format' => '',
  16693. ))
  16694. ->values(array(
  16695. 'lid' => '121',
  16696. 'textgroup' => 'field',
  16697. 'context' => 'field_integer_list:#allowed_values:2',
  16698. 'objectid' => '#allowed_values',
  16699. 'type' => 'field_integer_list',
  16700. 'property' => '2',
  16701. 'objectindex' => '0',
  16702. 'format' => '',
  16703. ))
  16704. ->values(array(
  16705. 'lid' => '122',
  16706. 'textgroup' => 'field',
  16707. 'context' => 'field_integer_list:#allowed_values:3',
  16708. 'objectid' => '#allowed_values',
  16709. 'type' => 'field_integer_list',
  16710. 'property' => '3',
  16711. 'objectindex' => '0',
  16712. 'format' => '',
  16713. ))
  16714. ->values(array(
  16715. 'lid' => '123',
  16716. 'textgroup' => 'field',
  16717. 'context' => 'field_integer_list:#allowed_values:6',
  16718. 'objectid' => '#allowed_values',
  16719. 'type' => 'field_integer_list',
  16720. 'property' => '6',
  16721. 'objectindex' => '0',
  16722. 'format' => '',
  16723. ))
  16724. ->values(array(
  16725. 'lid' => '124',
  16726. 'textgroup' => 'field',
  16727. 'context' => 'field_integer_list:#allowed_values:7',
  16728. 'objectid' => '#allowed_values',
  16729. 'type' => 'field_integer_list',
  16730. 'property' => '7',
  16731. 'objectindex' => '0',
  16732. 'format' => '',
  16733. ))
  16734. ->values(array(
  16735. 'lid' => '125',
  16736. 'textgroup' => 'field',
  16737. 'context' => 'field_integer_list:test_content_type:label',
  16738. 'objectid' => 'test_content_type',
  16739. 'type' => 'field_integer_list',
  16740. 'property' => 'label',
  16741. 'objectindex' => '0',
  16742. 'format' => '',
  16743. ))
  16744. ->values(array(
  16745. 'lid' => '126',
  16746. 'textgroup' => 'field',
  16747. 'context' => 'field_long_text:test_content_type:label',
  16748. 'objectid' => 'test_content_type',
  16749. 'type' => 'field_long_text',
  16750. 'property' => 'label',
  16751. 'objectindex' => '0',
  16752. 'format' => '',
  16753. ))
  16754. ->values(array(
  16755. 'lid' => '127',
  16756. 'textgroup' => 'field',
  16757. 'context' => 'field_term_reference:test_content_type:label',
  16758. 'objectid' => 'test_content_type',
  16759. 'type' => 'field_term_reference',
  16760. 'property' => 'label',
  16761. 'objectindex' => '0',
  16762. 'format' => '',
  16763. ))
  16764. ->values(array(
  16765. 'lid' => '128',
  16766. 'textgroup' => 'field',
  16767. 'context' => 'field_term_reference:test_vocabulary:label',
  16768. 'objectid' => 'test_vocabulary',
  16769. 'type' => 'field_term_reference',
  16770. 'property' => 'label',
  16771. 'objectindex' => '0',
  16772. 'format' => '',
  16773. ))
  16774. ->values(array(
  16775. 'lid' => '129',
  16776. 'textgroup' => 'field',
  16777. 'context' => 'field_text:test_content_type:label',
  16778. 'objectid' => 'test_content_type',
  16779. 'type' => 'field_text',
  16780. 'property' => 'label',
  16781. 'objectindex' => '0',
  16782. 'format' => '',
  16783. ))
  16784. ->values(array(
  16785. 'lid' => '130',
  16786. 'textgroup' => 'field',
  16787. 'context' => 'field_node_entityreference:test_content_type:label',
  16788. 'objectid' => 'test_content_type',
  16789. 'type' => 'field_node_entityreference',
  16790. 'property' => 'label',
  16791. 'objectindex' => '0',
  16792. 'format' => '',
  16793. ))
  16794. ->values(array(
  16795. 'lid' => '131',
  16796. 'textgroup' => 'field',
  16797. 'context' => 'field_user_entityreference:test_content_type:label',
  16798. 'objectid' => 'test_content_type',
  16799. 'type' => 'field_user_entityreference',
  16800. 'property' => 'label',
  16801. 'objectindex' => '0',
  16802. 'format' => '',
  16803. ))
  16804. ->values(array(
  16805. 'lid' => '132',
  16806. 'textgroup' => 'field',
  16807. 'context' => 'field_term_entityreference:test_content_type:label',
  16808. 'objectid' => 'test_content_type',
  16809. 'type' => 'field_term_entityreference',
  16810. 'property' => 'label',
  16811. 'objectindex' => '0',
  16812. 'format' => '',
  16813. ))
  16814. ->values(array(
  16815. 'lid' => '133',
  16816. 'textgroup' => 'field',
  16817. 'context' => 'field_private_file:test_content_type:label',
  16818. 'objectid' => 'test_content_type',
  16819. 'type' => 'field_private_file',
  16820. 'property' => 'label',
  16821. 'objectindex' => '0',
  16822. 'format' => '',
  16823. ))
  16824. ->values(array(
  16825. 'lid' => '134',
  16826. 'textgroup' => 'field',
  16827. 'context' => 'field_text_plain:article:label',
  16828. 'objectid' => 'article',
  16829. 'type' => 'field_text_plain',
  16830. 'property' => 'label',
  16831. 'objectindex' => '0',
  16832. 'format' => '',
  16833. ))
  16834. ->values(array(
  16835. 'lid' => '135',
  16836. 'textgroup' => 'field',
  16837. 'context' => 'field_text_plain:page:label',
  16838. 'objectid' => 'page',
  16839. 'type' => 'field_text_plain',
  16840. 'property' => 'label',
  16841. 'objectindex' => '0',
  16842. 'format' => '',
  16843. ))
  16844. ->values(array(
  16845. 'lid' => '136',
  16846. 'textgroup' => 'field',
  16847. 'context' => 'field_text_filtered:article:label',
  16848. 'objectid' => 'article',
  16849. 'type' => 'field_text_filtered',
  16850. 'property' => 'label',
  16851. 'objectindex' => '0',
  16852. 'format' => '',
  16853. ))
  16854. ->values(array(
  16855. 'lid' => '137',
  16856. 'textgroup' => 'field',
  16857. 'context' => 'field_text_filtered:page:label',
  16858. 'objectid' => 'page',
  16859. 'type' => 'field_text_filtered',
  16860. 'property' => 'label',
  16861. 'objectindex' => '0',
  16862. 'format' => '',
  16863. ))
  16864. ->values(array(
  16865. 'lid' => '138',
  16866. 'textgroup' => 'field',
  16867. 'context' => 'field_text_plain_filtered:article:label',
  16868. 'objectid' => 'article',
  16869. 'type' => 'field_text_plain_filtered',
  16870. 'property' => 'label',
  16871. 'objectindex' => '0',
  16872. 'format' => '',
  16873. ))
  16874. ->values(array(
  16875. 'lid' => '139',
  16876. 'textgroup' => 'field',
  16877. 'context' => 'field_text_plain_filtered:page:label',
  16878. 'objectid' => 'page',
  16879. 'type' => 'field_text_plain_filtered',
  16880. 'property' => 'label',
  16881. 'objectindex' => '0',
  16882. 'format' => '',
  16883. ))
  16884. ->values(array(
  16885. 'lid' => '140',
  16886. 'textgroup' => 'field',
  16887. 'context' => 'field_text_long_plain:article:label',
  16888. 'objectid' => 'article',
  16889. 'type' => 'field_text_long_plain',
  16890. 'property' => 'label',
  16891. 'objectindex' => '0',
  16892. 'format' => '',
  16893. ))
  16894. ->values(array(
  16895. 'lid' => '141',
  16896. 'textgroup' => 'field',
  16897. 'context' => 'field_text_long_plain:page:label',
  16898. 'objectid' => 'page',
  16899. 'type' => 'field_text_long_plain',
  16900. 'property' => 'label',
  16901. 'objectindex' => '0',
  16902. 'format' => '',
  16903. ))
  16904. ->values(array(
  16905. 'lid' => '142',
  16906. 'textgroup' => 'field',
  16907. 'context' => 'field_text_long_filtered:article:label',
  16908. 'objectid' => 'article',
  16909. 'type' => 'field_text_long_filtered',
  16910. 'property' => 'label',
  16911. 'objectindex' => '0',
  16912. 'format' => '',
  16913. ))
  16914. ->values(array(
  16915. 'lid' => '143',
  16916. 'textgroup' => 'field',
  16917. 'context' => 'field_text_long_filtered:page:label',
  16918. 'objectid' => 'page',
  16919. 'type' => 'field_text_long_filtered',
  16920. 'property' => 'label',
  16921. 'objectindex' => '0',
  16922. 'format' => '',
  16923. ))
  16924. ->values(array(
  16925. 'lid' => '144',
  16926. 'textgroup' => 'field',
  16927. 'context' => 'field_text_long_plain_filtered:article:label',
  16928. 'objectid' => 'article',
  16929. 'type' => 'field_text_long_plain_filtered',
  16930. 'property' => 'label',
  16931. 'objectindex' => '0',
  16932. 'format' => '',
  16933. ))
  16934. ->values(array(
  16935. 'lid' => '145',
  16936. 'textgroup' => 'field',
  16937. 'context' => 'field_text_long_plain_filtered:page:label',
  16938. 'objectid' => 'page',
  16939. 'type' => 'field_text_long_plain_filtered',
  16940. 'property' => 'label',
  16941. 'objectindex' => '0',
  16942. 'format' => '',
  16943. ))
  16944. ->values(array(
  16945. 'lid' => '146',
  16946. 'textgroup' => 'field',
  16947. 'context' => 'field_text_sum_plain:article:label',
  16948. 'objectid' => 'article',
  16949. 'type' => 'field_text_sum_plain',
  16950. 'property' => 'label',
  16951. 'objectindex' => '0',
  16952. 'format' => '',
  16953. ))
  16954. ->values(array(
  16955. 'lid' => '147',
  16956. 'textgroup' => 'field',
  16957. 'context' => 'field_text_sum_plain:page:label',
  16958. 'objectid' => 'page',
  16959. 'type' => 'field_text_sum_plain',
  16960. 'property' => 'label',
  16961. 'objectindex' => '0',
  16962. 'format' => '',
  16963. ))
  16964. ->values(array(
  16965. 'lid' => '148',
  16966. 'textgroup' => 'field',
  16967. 'context' => 'field_text_sum_filtered:article:label',
  16968. 'objectid' => 'article',
  16969. 'type' => 'field_text_sum_filtered',
  16970. 'property' => 'label',
  16971. 'objectindex' => '0',
  16972. 'format' => '',
  16973. ))
  16974. ->values(array(
  16975. 'lid' => '149',
  16976. 'textgroup' => 'field',
  16977. 'context' => 'field_text_sum_filtered:page:label',
  16978. 'objectid' => 'page',
  16979. 'type' => 'field_text_sum_filtered',
  16980. 'property' => 'label',
  16981. 'objectindex' => '0',
  16982. 'format' => '',
  16983. ))
  16984. ->values(array(
  16985. 'lid' => '150',
  16986. 'textgroup' => 'field',
  16987. 'context' => 'field_text_sum_plain_filtered:article:label',
  16988. 'objectid' => 'article',
  16989. 'type' => 'field_text_sum_plain_filtered',
  16990. 'property' => 'label',
  16991. 'objectindex' => '0',
  16992. 'format' => '',
  16993. ))
  16994. ->values(array(
  16995. 'lid' => '151',
  16996. 'textgroup' => 'field',
  16997. 'context' => 'field_text_sum_plain_filtered:page:label',
  16998. 'objectid' => 'page',
  16999. 'type' => 'field_text_sum_plain_filtered',
  17000. 'property' => 'label',
  17001. 'objectindex' => '0',
  17002. 'format' => '',
  17003. ))
  17004. ->values(array(
  17005. 'lid' => '152',
  17006. 'textgroup' => 'field',
  17007. 'context' => 'field_datetime_without_time:test_content_type:label',
  17008. 'objectid' => 'test_content_type',
  17009. 'type' => 'field_datetime_without_time',
  17010. 'property' => 'label',
  17011. 'objectindex' => '0',
  17012. 'format' => '',
  17013. ))
  17014. ->values(array(
  17015. 'lid' => '153',
  17016. 'textgroup' => 'field',
  17017. 'context' => 'field_date_without_time:test_content_type:label',
  17018. 'objectid' => 'test_content_type',
  17019. 'type' => 'field_date_without_time',
  17020. 'property' => 'label',
  17021. 'objectindex' => '0',
  17022. 'format' => '',
  17023. ))
  17024. ->values(array(
  17025. 'lid' => '154',
  17026. 'textgroup' => 'field',
  17027. 'context' => 'field_float_list:test_content_type:label',
  17028. 'objectid' => 'test_content_type',
  17029. 'type' => 'field_float_list',
  17030. 'property' => 'label',
  17031. 'objectindex' => '0',
  17032. 'format' => '',
  17033. ))
  17034. ->values(array(
  17035. 'lid' => '155',
  17036. 'textgroup' => 'field',
  17037. 'context' => 'field_reference:article:label',
  17038. 'objectid' => 'article',
  17039. 'type' => 'field_reference',
  17040. 'property' => 'label',
  17041. 'objectindex' => '0',
  17042. 'format' => '',
  17043. ))
  17044. ->values(array(
  17045. 'lid' => '156',
  17046. 'textgroup' => 'field',
  17047. 'context' => 'field_reference:user:label',
  17048. 'objectid' => 'user',
  17049. 'type' => 'field_reference',
  17050. 'property' => 'label',
  17051. 'objectindex' => '0',
  17052. 'format' => '',
  17053. ))
  17054. ->values(array(
  17055. 'lid' => '157',
  17056. 'textgroup' => 'field',
  17057. 'context' => 'field_reference_2:article:label',
  17058. 'objectid' => 'article',
  17059. 'type' => 'field_reference_2',
  17060. 'property' => 'label',
  17061. 'objectindex' => '0',
  17062. 'format' => '',
  17063. ))
  17064. ->values(array(
  17065. 'lid' => '158',
  17066. 'textgroup' => 'field',
  17067. 'context' => 'title_field:test_content_type:label',
  17068. 'objectid' => 'test_content_type',
  17069. 'type' => 'title_field',
  17070. 'property' => 'label',
  17071. 'objectindex' => '0',
  17072. 'format' => '',
  17073. ))
  17074. ->values(array(
  17075. 'lid' => '159',
  17076. 'textgroup' => 'field',
  17077. 'context' => 'subject_field:comment_node_article:label',
  17078. 'objectid' => 'comment_node_article',
  17079. 'type' => 'subject_field',
  17080. 'property' => 'label',
  17081. 'objectindex' => '0',
  17082. 'format' => '',
  17083. ))
  17084. ->values(array(
  17085. 'lid' => '160',
  17086. 'textgroup' => 'field',
  17087. 'context' => 'subject_field:comment_node_test_content_type:label',
  17088. 'objectid' => 'comment_node_test_content_type',
  17089. 'type' => 'subject_field',
  17090. 'property' => 'label',
  17091. 'objectindex' => '0',
  17092. 'format' => '',
  17093. ))
  17094. ->values(array(
  17095. 'lid' => '161',
  17096. 'textgroup' => 'field',
  17097. 'context' => 'name_field:test_vocabulary:label',
  17098. 'objectid' => 'test_vocabulary',
  17099. 'type' => 'name_field',
  17100. 'property' => 'label',
  17101. 'objectindex' => '0',
  17102. 'format' => '',
  17103. ))
  17104. ->values(array(
  17105. 'lid' => '162',
  17106. 'textgroup' => 'field',
  17107. 'context' => 'description_field:test_vocabulary:label',
  17108. 'objectid' => 'test_vocabulary',
  17109. 'type' => 'description_field',
  17110. 'property' => 'label',
  17111. 'objectindex' => '0',
  17112. 'format' => '',
  17113. ))
  17114. ->values(array(
  17115. 'lid' => '163',
  17116. 'textgroup' => 'blocks',
  17117. 'context' => 'user:login:title',
  17118. 'objectid' => 'login',
  17119. 'type' => 'user',
  17120. 'property' => 'title',
  17121. 'objectindex' => '0',
  17122. 'format' => '',
  17123. ))
  17124. ->values(array(
  17125. 'lid' => '674',
  17126. 'textgroup' => 'field',
  17127. 'context' => 'comment_body:comment_node_book:label',
  17128. 'objectid' => 'comment_node_book',
  17129. 'type' => 'comment_body',
  17130. 'property' => 'label',
  17131. 'objectindex' => '0',
  17132. 'format' => '',
  17133. ))
  17134. ->values(array(
  17135. 'lid' => '675',
  17136. 'textgroup' => 'field',
  17137. 'context' => 'comment_body:comment_node_forum:label',
  17138. 'objectid' => 'comment_node_forum',
  17139. 'type' => 'comment_body',
  17140. 'property' => 'label',
  17141. 'objectindex' => '0',
  17142. 'format' => '',
  17143. ))
  17144. ->values(array(
  17145. 'lid' => '676',
  17146. 'textgroup' => 'field',
  17147. 'context' => 'comment_body:comment_node_test_content_type:label',
  17148. 'objectid' => 'comment_node_test_content_type',
  17149. 'type' => 'comment_body',
  17150. 'property' => 'label',
  17151. 'objectindex' => '0',
  17152. 'format' => '',
  17153. ))
  17154. ->values(array(
  17155. 'lid' => '677',
  17156. 'textgroup' => 'field',
  17157. 'context' => 'body:page:label',
  17158. 'objectid' => 'page',
  17159. 'type' => 'body',
  17160. 'property' => 'label',
  17161. 'objectindex' => '0',
  17162. 'format' => '',
  17163. ))
  17164. ->values(array(
  17165. 'lid' => '678',
  17166. 'textgroup' => 'field',
  17167. 'context' => 'body:article:label',
  17168. 'objectid' => 'article',
  17169. 'type' => 'body',
  17170. 'property' => 'label',
  17171. 'objectindex' => '0',
  17172. 'format' => '',
  17173. ))
  17174. ->values(array(
  17175. 'lid' => '679',
  17176. 'textgroup' => 'field',
  17177. 'context' => 'body:blog:label',
  17178. 'objectid' => 'blog',
  17179. 'type' => 'body',
  17180. 'property' => 'label',
  17181. 'objectindex' => '0',
  17182. 'format' => '',
  17183. ))
  17184. ->values(array(
  17185. 'lid' => '680',
  17186. 'textgroup' => 'field',
  17187. 'context' => 'body:book:label',
  17188. 'objectid' => 'book',
  17189. 'type' => 'body',
  17190. 'property' => 'label',
  17191. 'objectindex' => '0',
  17192. 'format' => '',
  17193. ))
  17194. ->values(array(
  17195. 'lid' => '681',
  17196. 'textgroup' => 'field',
  17197. 'context' => 'body:forum:label',
  17198. 'objectid' => 'forum',
  17199. 'type' => 'body',
  17200. 'property' => 'label',
  17201. 'objectindex' => '0',
  17202. 'format' => '',
  17203. ))
  17204. ->values(array(
  17205. 'lid' => '682',
  17206. 'textgroup' => 'field',
  17207. 'context' => 'field_tags:article:label',
  17208. 'objectid' => 'article',
  17209. 'type' => 'field_tags',
  17210. 'property' => 'label',
  17211. 'objectindex' => '0',
  17212. 'format' => '',
  17213. ))
  17214. ->values(array(
  17215. 'lid' => '683',
  17216. 'textgroup' => 'field',
  17217. 'context' => 'field_tags:article:description',
  17218. 'objectid' => 'article',
  17219. 'type' => 'field_tags',
  17220. 'property' => 'description',
  17221. 'objectindex' => '0',
  17222. 'format' => '',
  17223. ))
  17224. ->values(array(
  17225. 'lid' => '684',
  17226. 'textgroup' => 'field',
  17227. 'context' => 'field_image:article:label',
  17228. 'objectid' => 'article',
  17229. 'type' => 'field_image',
  17230. 'property' => 'label',
  17231. 'objectindex' => '0',
  17232. 'format' => '',
  17233. ))
  17234. ->values(array(
  17235. 'lid' => '685',
  17236. 'textgroup' => 'field',
  17237. 'context' => 'field_image:article:description',
  17238. 'objectid' => 'article',
  17239. 'type' => 'field_image',
  17240. 'property' => 'description',
  17241. 'objectindex' => '0',
  17242. 'format' => '',
  17243. ))
  17244. ->values(array(
  17245. 'lid' => '686',
  17246. 'textgroup' => 'field',
  17247. 'context' => 'taxonomy_forums:forum:label',
  17248. 'objectid' => 'forum',
  17249. 'type' => 'taxonomy_forums',
  17250. 'property' => 'label',
  17251. 'objectindex' => '0',
  17252. 'format' => '',
  17253. ))
  17254. ->values(array(
  17255. 'lid' => '687',
  17256. 'textgroup' => 'field',
  17257. 'context' => 'field_boolean:#allowed_values:0',
  17258. 'objectid' => '#allowed_values',
  17259. 'type' => 'field_boolean',
  17260. 'property' => '0',
  17261. 'objectindex' => '0',
  17262. 'format' => '',
  17263. ))
  17264. ->values(array(
  17265. 'lid' => '688',
  17266. 'textgroup' => 'field',
  17267. 'context' => 'field_boolean:#allowed_values:1',
  17268. 'objectid' => '#allowed_values',
  17269. 'type' => 'field_boolean',
  17270. 'property' => '1',
  17271. 'objectindex' => '0',
  17272. 'format' => '',
  17273. ))
  17274. ->values(array(
  17275. 'lid' => '689',
  17276. 'textgroup' => 'field',
  17277. 'context' => 'field_boolean:test_content_type:label',
  17278. 'objectid' => 'test_content_type',
  17279. 'type' => 'field_boolean',
  17280. 'property' => 'label',
  17281. 'objectindex' => '0',
  17282. 'format' => '',
  17283. ))
  17284. ->values(array(
  17285. 'lid' => '754',
  17286. 'textgroup' => 'field',
  17287. 'context' => 'subject_field:comment_node_article:label',
  17288. 'objectid' => 'comment_node_article',
  17289. 'type' => 'subject_field',
  17290. 'property' => 'label',
  17291. 'objectindex' => '0',
  17292. 'format' => '',
  17293. ))
  17294. ->values(array(
  17295. 'lid' => '755',
  17296. 'textgroup' => 'field',
  17297. 'context' => 'subject_field:comment_node_test_content_type:label',
  17298. 'objectid' => 'comment_node_test_content_type',
  17299. 'type' => 'subject_field',
  17300. 'property' => 'label',
  17301. 'objectindex' => '0',
  17302. 'format' => '',
  17303. ))
  17304. ->values(array(
  17305. 'lid' => '756',
  17306. 'textgroup' => 'field',
  17307. 'context' => 'name_field:test_vocabulary:label',
  17308. 'objectid' => 'test_vocabulary',
  17309. 'type' => 'name_field',
  17310. 'property' => 'label',
  17311. 'objectindex' => '0',
  17312. 'format' => '',
  17313. ))
  17314. ->values(array(
  17315. 'lid' => '758',
  17316. 'textgroup' => 'field',
  17317. 'context' => 'field_vocab_localize:article:label',
  17318. 'objectid' => 'article',
  17319. 'type' => 'field_vocab_localize',
  17320. 'property' => 'label',
  17321. 'objectindex' => '0',
  17322. 'format' => '',
  17323. ))
  17324. ->values(array(
  17325. 'lid' => '759',
  17326. 'textgroup' => 'field',
  17327. 'context' => 'field_vocab_translate:article:label',
  17328. 'objectid' => 'article',
  17329. 'type' => 'field_vocab_translate',
  17330. 'property' => 'label',
  17331. 'objectindex' => '0',
  17332. 'format' => '',
  17333. ))
  17334. ->values(array(
  17335. 'lid' => '760',
  17336. 'textgroup' => 'field',
  17337. 'context' => 'field_vocab_fixed:article:label',
  17338. 'objectid' => 'article',
  17339. 'type' => 'field_vocab_fixed',
  17340. 'property' => 'label',
  17341. 'objectindex' => '0',
  17342. 'format' => '',
  17343. ))
  17344. ->values(array(
  17345. 'lid' => '761',
  17346. 'textgroup' => 'field',
  17347. 'context' => 'field_color:#allowed_values:0',
  17348. 'objectid' => '#allowed_values',
  17349. 'type' => 'field_color',
  17350. 'property' => '0',
  17351. 'objectindex' => '0',
  17352. 'format' => '',
  17353. ))
  17354. ->values(array(
  17355. 'lid' => '762',
  17356. 'textgroup' => 'field',
  17357. 'context' => 'field_color:#allowed_values:1',
  17358. 'objectid' => '#allowed_values',
  17359. 'type' => 'field_color',
  17360. 'property' => '1',
  17361. 'objectindex' => '0',
  17362. 'format' => '',
  17363. ))
  17364. ->values(array(
  17365. 'lid' => '763',
  17366. 'textgroup' => 'field',
  17367. 'context' => 'field_color:#allowed_values:2',
  17368. 'objectid' => '#allowed_values',
  17369. 'type' => 'field_color',
  17370. 'property' => '2',
  17371. 'objectindex' => '0',
  17372. 'format' => '',
  17373. ))
  17374. ->values(array(
  17375. 'lid' => '764',
  17376. 'textgroup' => 'field',
  17377. 'context' => 'field_color:blog:label',
  17378. 'objectid' => 'blog',
  17379. 'type' => 'field_color',
  17380. 'property' => 'label',
  17381. 'objectindex' => '0',
  17382. 'format' => '',
  17383. ))
  17384. ->values(array(
  17385. 'lid' => '765',
  17386. 'textgroup' => 'field',
  17387. 'context' => 'field_rating:#allowed_values:1',
  17388. 'objectid' => '#allowed_values',
  17389. 'type' => 'field_rating',
  17390. 'property' => '1',
  17391. 'objectindex' => '0',
  17392. 'format' => '',
  17393. ))
  17394. ->values(array(
  17395. 'lid' => '766',
  17396. 'textgroup' => 'field',
  17397. 'context' => 'field_rating:#allowed_values:2',
  17398. 'objectid' => '#allowed_values',
  17399. 'type' => 'field_rating',
  17400. 'property' => '2',
  17401. 'objectindex' => '0',
  17402. 'format' => '',
  17403. ))
  17404. ->values(array(
  17405. 'lid' => '767',
  17406. 'textgroup' => 'field',
  17407. 'context' => 'field_rating:#allowed_values:3',
  17408. 'objectid' => '#allowed_values',
  17409. 'type' => 'field_rating',
  17410. 'property' => '3',
  17411. 'objectindex' => '0',
  17412. 'format' => '',
  17413. ))
  17414. ->values(array(
  17415. 'lid' => '768',
  17416. 'textgroup' => 'field',
  17417. 'context' => 'field_rating:blog:label',
  17418. 'objectid' => 'blog',
  17419. 'type' => 'field_rating',
  17420. 'property' => 'label',
  17421. 'objectindex' => '0',
  17422. 'format' => '',
  17423. ))
  17424. ->values(array(
  17425. 'lid' => '780',
  17426. 'textgroup' => 'taxonomy',
  17427. 'context' => 'vocabulary:2:name',
  17428. 'objectid' => '2',
  17429. 'type' => 'vocabulary',
  17430. 'property' => 'name',
  17431. 'objectindex' => '2',
  17432. 'format' => '',
  17433. ))
  17434. ->values(array(
  17435. 'lid' => '781',
  17436. 'textgroup' => 'taxonomy',
  17437. 'context' => 'vocabulary:2:description',
  17438. 'objectid' => '2',
  17439. 'type' => 'vocabulary',
  17440. 'property' => 'description',
  17441. 'objectindex' => '2',
  17442. 'format' => '',
  17443. ))
  17444. ->values(array(
  17445. 'lid' => '794',
  17446. 'textgroup' => 'field',
  17447. 'context' => 'taxonomy_forums:forum:label',
  17448. 'objectid' => 'forum',
  17449. 'type' => 'taxonomy_forums',
  17450. 'property' => 'label',
  17451. 'objectindex' => '0',
  17452. 'format' => '',
  17453. ))
  17454. ->values(array(
  17455. 'lid' => '795',
  17456. 'textgroup' => 'field',
  17457. 'context' => 'comment_body:comment_node_article:label',
  17458. 'objectid' => 'comment_node_article',
  17459. 'type' => 'comment_body',
  17460. 'property' => 'label',
  17461. 'objectindex' => '0',
  17462. 'format' => '',
  17463. ))
  17464. ->values(array(
  17465. 'lid' => '796',
  17466. 'textgroup' => 'field',
  17467. 'context' => 'comment_body:comment_node_blog:label',
  17468. 'objectid' => 'comment_node_blog',
  17469. 'type' => 'comment_body',
  17470. 'property' => 'label',
  17471. 'objectindex' => '0',
  17472. 'format' => '',
  17473. ))
  17474. ->execute();
  17475. $connection->schema()->createTable('i18n_translation_set', array(
  17476. 'fields' => array(
  17477. 'tsid' => array(
  17478. 'type' => 'serial',
  17479. 'not null' => TRUE,
  17480. 'size' => 'normal',
  17481. 'unsigned' => TRUE,
  17482. ),
  17483. 'title' => array(
  17484. 'type' => 'varchar',
  17485. 'not null' => TRUE,
  17486. 'length' => '255',
  17487. 'default' => '',
  17488. ),
  17489. 'type' => array(
  17490. 'type' => 'varchar',
  17491. 'not null' => TRUE,
  17492. 'length' => '32',
  17493. 'default' => '',
  17494. ),
  17495. 'bundle' => array(
  17496. 'type' => 'varchar',
  17497. 'not null' => TRUE,
  17498. 'length' => '128',
  17499. 'default' => '',
  17500. ),
  17501. 'master_id' => array(
  17502. 'type' => 'int',
  17503. 'not null' => TRUE,
  17504. 'size' => 'normal',
  17505. 'default' => '0',
  17506. 'unsigned' => TRUE,
  17507. ),
  17508. 'status' => array(
  17509. 'type' => 'int',
  17510. 'not null' => TRUE,
  17511. 'size' => 'normal',
  17512. 'default' => '1',
  17513. ),
  17514. 'created' => array(
  17515. 'type' => 'int',
  17516. 'not null' => TRUE,
  17517. 'size' => 'normal',
  17518. 'default' => '0',
  17519. ),
  17520. 'changed' => array(
  17521. 'type' => 'int',
  17522. 'not null' => TRUE,
  17523. 'size' => 'normal',
  17524. 'default' => '0',
  17525. ),
  17526. ),
  17527. 'primary key' => array(
  17528. 'tsid',
  17529. ),
  17530. 'indexes' => array(
  17531. 'entity_bundle' => array(
  17532. 'type',
  17533. 'bundle',
  17534. ),
  17535. ),
  17536. 'mysql_character_set' => 'utf8',
  17537. ));
  17538. $connection->insert('i18n_translation_set')
  17539. ->fields(array(
  17540. 'tsid',
  17541. 'title',
  17542. 'type',
  17543. 'bundle',
  17544. 'master_id',
  17545. 'status',
  17546. 'created',
  17547. 'changed',
  17548. ))
  17549. ->values(array(
  17550. 'tsid' => '1',
  17551. 'title' => '',
  17552. 'type' => 'taxonomy_term',
  17553. 'bundle' => 'vocabtranslate',
  17554. 'master_id' => '0',
  17555. 'status' => '0',
  17556. 'created' => '1550964799',
  17557. 'changed' => '1550964799',
  17558. ))
  17559. ->execute();
  17560. $connection->schema()->createTable('image_effects', array(
  17561. 'fields' => array(
  17562. 'ieid' => array(
  17563. 'type' => 'serial',
  17564. 'not null' => TRUE,
  17565. 'size' => 'normal',
  17566. 'unsigned' => TRUE,
  17567. ),
  17568. 'isid' => array(
  17569. 'type' => 'int',
  17570. 'not null' => TRUE,
  17571. 'size' => 'normal',
  17572. 'default' => '0',
  17573. 'unsigned' => TRUE,
  17574. ),
  17575. 'weight' => array(
  17576. 'type' => 'int',
  17577. 'not null' => TRUE,
  17578. 'size' => 'normal',
  17579. 'default' => '0',
  17580. ),
  17581. 'name' => array(
  17582. 'type' => 'varchar',
  17583. 'not null' => TRUE,
  17584. 'length' => '255',
  17585. ),
  17586. 'data' => array(
  17587. 'type' => 'blob',
  17588. 'not null' => TRUE,
  17589. 'size' => 'normal',
  17590. ),
  17591. ),
  17592. 'primary key' => array(
  17593. 'ieid',
  17594. ),
  17595. 'mysql_character_set' => 'utf8',
  17596. ));
  17597. $connection->insert('image_effects')
  17598. ->fields(array(
  17599. 'ieid',
  17600. 'isid',
  17601. 'weight',
  17602. 'name',
  17603. 'data',
  17604. ))
  17605. ->values(array(
  17606. 'ieid' => '3',
  17607. 'isid' => '1',
  17608. 'weight' => '1',
  17609. 'name' => 'image_scale_and_crop',
  17610. 'data' => 'a:2:{s:5:"width";s:2:"55";s:6:"height";s:2:"55";}',
  17611. ))
  17612. ->values(array(
  17613. 'ieid' => '4',
  17614. 'isid' => '1',
  17615. 'weight' => '2',
  17616. 'name' => 'image_desaturate',
  17617. 'data' => 'a:0:{}',
  17618. ))
  17619. ->values(array(
  17620. 'ieid' => '5',
  17621. 'isid' => '2',
  17622. 'weight' => '1',
  17623. 'name' => 'image_resize',
  17624. 'data' => 'a:2:{s:5:"width";s:2:"55";s:6:"height";s:3:"100";}',
  17625. ))
  17626. ->values(array(
  17627. 'ieid' => '6',
  17628. 'isid' => '2',
  17629. 'weight' => '2',
  17630. 'name' => 'image_rotate',
  17631. 'data' => 'a:3:{s:7:"degrees";s:2:"45";s:7:"bgcolor";s:7:"#FFFFFF";s:6:"random";i:0;}',
  17632. ))
  17633. ->values(array(
  17634. 'ieid' => '7',
  17635. 'isid' => '3',
  17636. 'weight' => '1',
  17637. 'name' => 'image_scale',
  17638. 'data' => 'a:3:{s:5:"width";s:3:"150";s:6:"height";s:0:"";s:7:"upscale";i:0;}',
  17639. ))
  17640. ->values(array(
  17641. 'ieid' => '8',
  17642. 'isid' => '3',
  17643. 'weight' => '2',
  17644. 'name' => 'image_crop',
  17645. 'data' => 'a:3:{s:5:"width";s:2:"50";s:6:"height";s:2:"50";s:6:"anchor";s:8:"left-top";}',
  17646. ))
  17647. ->execute();
  17648. $connection->schema()->createTable('image_styles', array(
  17649. 'fields' => array(
  17650. 'isid' => array(
  17651. 'type' => 'serial',
  17652. 'not null' => TRUE,
  17653. 'size' => 'normal',
  17654. 'unsigned' => TRUE,
  17655. ),
  17656. 'name' => array(
  17657. 'type' => 'varchar',
  17658. 'not null' => TRUE,
  17659. 'length' => '255',
  17660. ),
  17661. 'label' => array(
  17662. 'type' => 'varchar',
  17663. 'not null' => TRUE,
  17664. 'length' => '255',
  17665. 'default' => '',
  17666. ),
  17667. ),
  17668. 'primary key' => array(
  17669. 'isid',
  17670. ),
  17671. 'mysql_character_set' => 'utf8',
  17672. ));
  17673. $connection->insert('image_styles')
  17674. ->fields(array(
  17675. 'isid',
  17676. 'name',
  17677. 'label',
  17678. ))
  17679. ->values(array(
  17680. 'isid' => '1',
  17681. 'name' => 'custom_image_style_1',
  17682. 'label' => 'Custom image style 1',
  17683. ))
  17684. ->values(array(
  17685. 'isid' => '2',
  17686. 'name' => 'custom_image_style_2',
  17687. 'label' => 'Custom image style 2',
  17688. ))
  17689. ->values(array(
  17690. 'isid' => '3',
  17691. 'name' => 'custom_image_style_3',
  17692. 'label' => 'Custom image style 3',
  17693. ))
  17694. ->execute();
  17695. $connection->schema()->createTable('languages', array(
  17696. 'fields' => array(
  17697. 'language' => array(
  17698. 'type' => 'varchar',
  17699. 'not null' => TRUE,
  17700. 'length' => '12',
  17701. 'default' => '',
  17702. ),
  17703. 'name' => array(
  17704. 'type' => 'varchar',
  17705. 'not null' => TRUE,
  17706. 'length' => '64',
  17707. 'default' => '',
  17708. ),
  17709. 'native' => array(
  17710. 'type' => 'varchar',
  17711. 'not null' => TRUE,
  17712. 'length' => '64',
  17713. 'default' => '',
  17714. ),
  17715. 'direction' => array(
  17716. 'type' => 'int',
  17717. 'not null' => TRUE,
  17718. 'size' => 'normal',
  17719. 'default' => '0',
  17720. ),
  17721. 'enabled' => array(
  17722. 'type' => 'int',
  17723. 'not null' => TRUE,
  17724. 'size' => 'normal',
  17725. 'default' => '0',
  17726. ),
  17727. 'plurals' => array(
  17728. 'type' => 'int',
  17729. 'not null' => TRUE,
  17730. 'size' => 'normal',
  17731. 'default' => '0',
  17732. ),
  17733. 'formula' => array(
  17734. 'type' => 'varchar',
  17735. 'not null' => TRUE,
  17736. 'length' => '255',
  17737. 'default' => '',
  17738. ),
  17739. 'domain' => array(
  17740. 'type' => 'varchar',
  17741. 'not null' => TRUE,
  17742. 'length' => '128',
  17743. 'default' => '',
  17744. ),
  17745. 'prefix' => array(
  17746. 'type' => 'varchar',
  17747. 'not null' => TRUE,
  17748. 'length' => '128',
  17749. 'default' => '',
  17750. ),
  17751. 'weight' => array(
  17752. 'type' => 'int',
  17753. 'not null' => TRUE,
  17754. 'size' => 'normal',
  17755. 'default' => '0',
  17756. ),
  17757. 'javascript' => array(
  17758. 'type' => 'varchar',
  17759. 'not null' => TRUE,
  17760. 'length' => '64',
  17761. 'default' => '',
  17762. ),
  17763. ),
  17764. 'primary key' => array(
  17765. 'language',
  17766. ),
  17767. 'mysql_character_set' => 'utf8',
  17768. ));
  17769. $connection->insert('languages')
  17770. ->fields(array(
  17771. 'language',
  17772. 'name',
  17773. 'native',
  17774. 'direction',
  17775. 'enabled',
  17776. 'plurals',
  17777. 'formula',
  17778. 'domain',
  17779. 'prefix',
  17780. 'weight',
  17781. 'javascript',
  17782. ))
  17783. ->values(array(
  17784. 'language' => 'en',
  17785. 'name' => 'English',
  17786. 'native' => 'English',
  17787. 'direction' => '0',
  17788. 'enabled' => '1',
  17789. 'plurals' => '0',
  17790. 'formula' => '',
  17791. 'domain' => '',
  17792. 'prefix' => '',
  17793. 'weight' => '0',
  17794. 'javascript' => '',
  17795. ))
  17796. ->values(array(
  17797. 'language' => 'fr',
  17798. 'name' => 'French',
  17799. 'native' => 'Français',
  17800. 'direction' => '0',
  17801. 'enabled' => '1',
  17802. 'plurals' => '0',
  17803. 'formula' => '',
  17804. 'domain' => 'fr.drupal.org',
  17805. 'prefix' => 'fr',
  17806. 'weight' => '0',
  17807. 'javascript' => '',
  17808. ))
  17809. ->values(array(
  17810. 'language' => 'is',
  17811. 'name' => 'Icelandic',
  17812. 'native' => 'Íslenska',
  17813. 'direction' => '0',
  17814. 'enabled' => '1',
  17815. 'plurals' => '0',
  17816. 'formula' => '',
  17817. 'domain' => 'is.drupal.org',
  17818. 'prefix' => 'is',
  17819. 'weight' => '0',
  17820. 'javascript' => '',
  17821. ))
  17822. ->execute();
  17823. $connection->schema()->createTable('locales_source', array(
  17824. 'fields' => array(
  17825. 'lid' => array(
  17826. 'type' => 'serial',
  17827. 'not null' => TRUE,
  17828. 'size' => 'normal',
  17829. ),
  17830. 'location' => array(
  17831. 'type' => 'text',
  17832. 'not null' => FALSE,
  17833. 'size' => 'normal',
  17834. ),
  17835. 'textgroup' => array(
  17836. 'type' => 'varchar',
  17837. 'not null' => TRUE,
  17838. 'length' => '255',
  17839. 'default' => 'default',
  17840. ),
  17841. 'source' => array(
  17842. 'type' => 'blob',
  17843. 'not null' => TRUE,
  17844. 'size' => 'normal',
  17845. ),
  17846. 'context' => array(
  17847. 'type' => 'varchar',
  17848. 'not null' => TRUE,
  17849. 'length' => '255',
  17850. 'default' => '',
  17851. ),
  17852. 'version' => array(
  17853. 'type' => 'varchar',
  17854. 'not null' => TRUE,
  17855. 'length' => '20',
  17856. 'default' => 'none',
  17857. ),
  17858. ),
  17859. 'primary key' => array(
  17860. 'lid',
  17861. ),
  17862. 'indexes' => array(
  17863. 'textgroup_context' => array(
  17864. array(
  17865. 'textgroup',
  17866. '191',
  17867. ),
  17868. array(
  17869. 'context',
  17870. '50',
  17871. ),
  17872. ),
  17873. ),
  17874. 'mysql_character_set' => 'utf8',
  17875. ));
  17876. $connection->insert('locales_source')
  17877. ->fields(array(
  17878. 'lid',
  17879. 'location',
  17880. 'textgroup',
  17881. 'source',
  17882. 'context',
  17883. 'version',
  17884. ))
  17885. ->values(array(
  17886. 'lid' => '1',
  17887. 'location' => 'misc/drupal.js',
  17888. 'textgroup' => 'default',
  17889. 'source' => 'An AJAX HTTP error occurred.',
  17890. 'context' => '',
  17891. 'version' => 'none',
  17892. ))
  17893. ->values(array(
  17894. 'lid' => '2',
  17895. 'location' => 'misc/drupal.js',
  17896. 'textgroup' => 'default',
  17897. 'source' => 'HTTP Result Code: !status',
  17898. 'context' => '',
  17899. 'version' => 'none',
  17900. ))
  17901. ->values(array(
  17902. 'lid' => '3',
  17903. 'location' => 'misc/drupal.js',
  17904. 'textgroup' => 'default',
  17905. 'source' => 'An AJAX HTTP request terminated abnormally.',
  17906. 'context' => '',
  17907. 'version' => 'none',
  17908. ))
  17909. ->values(array(
  17910. 'lid' => '4',
  17911. 'location' => 'misc/drupal.js',
  17912. 'textgroup' => 'default',
  17913. 'source' => 'Debugging information follows.',
  17914. 'context' => '',
  17915. 'version' => 'none',
  17916. ))
  17917. ->values(array(
  17918. 'lid' => '5',
  17919. 'location' => 'misc/drupal.js',
  17920. 'textgroup' => 'default',
  17921. 'source' => 'Path: !uri',
  17922. 'context' => '',
  17923. 'version' => 'none',
  17924. ))
  17925. ->values(array(
  17926. 'lid' => '6',
  17927. 'location' => 'misc/drupal.js',
  17928. 'textgroup' => 'default',
  17929. 'source' => 'StatusText: !statusText',
  17930. 'context' => '',
  17931. 'version' => 'none',
  17932. ))
  17933. ->values(array(
  17934. 'lid' => '7',
  17935. 'location' => 'misc/drupal.js',
  17936. 'textgroup' => 'default',
  17937. 'source' => 'ResponseText: !responseText',
  17938. 'context' => '',
  17939. 'version' => 'none',
  17940. ))
  17941. ->values(array(
  17942. 'lid' => '8',
  17943. 'location' => 'misc/drupal.js',
  17944. 'textgroup' => 'default',
  17945. 'source' => 'ReadyState: !readyState',
  17946. 'context' => '',
  17947. 'version' => 'none',
  17948. ))
  17949. ->values(array(
  17950. 'lid' => '9',
  17951. 'location' => 'misc/collapse.js',
  17952. 'textgroup' => 'default',
  17953. 'source' => 'Hide',
  17954. 'context' => '',
  17955. 'version' => 'none',
  17956. ))
  17957. ->values(array(
  17958. 'lid' => '10',
  17959. 'location' => 'misc/collapse.js',
  17960. 'textgroup' => 'default',
  17961. 'source' => 'Show',
  17962. 'context' => '',
  17963. 'version' => 'none',
  17964. ))
  17965. ->values(array(
  17966. 'lid' => '11',
  17967. 'location' => 'modules/toolbar/toolbar.js',
  17968. 'textgroup' => 'default',
  17969. 'source' => 'Show shortcuts',
  17970. 'context' => '',
  17971. 'version' => 'none',
  17972. ))
  17973. ->values(array(
  17974. 'lid' => '12',
  17975. 'location' => 'modules/toolbar/toolbar.js',
  17976. 'textgroup' => 'default',
  17977. 'source' => 'Hide shortcuts',
  17978. 'context' => '',
  17979. 'version' => 'none',
  17980. ))
  17981. ->values(array(
  17982. 'lid' => '13',
  17983. 'location' => 'misc/machine-name.js',
  17984. 'textgroup' => 'default',
  17985. 'source' => 'Edit',
  17986. 'context' => '',
  17987. 'version' => 'none',
  17988. ))
  17989. ->values(array(
  17990. 'lid' => '14',
  17991. 'location' => 'modules/comment/comment-node-form.js',
  17992. 'textgroup' => 'default',
  17993. 'source' => '@number comments per page',
  17994. 'context' => '',
  17995. 'version' => 'none',
  17996. ))
  17997. ->values(array(
  17998. 'lid' => '15',
  17999. 'location' => 'misc/vertical-tabs.js',
  18000. 'textgroup' => 'default',
  18001. 'source' => '(active tab)',
  18002. 'context' => '',
  18003. 'version' => 'none',
  18004. ))
  18005. ->values(array(
  18006. 'lid' => '16',
  18007. 'location' => 'modules/node/content_types.js',
  18008. 'textgroup' => 'default',
  18009. 'source' => 'Requires a title',
  18010. 'context' => '',
  18011. 'version' => 'none',
  18012. ))
  18013. ->values(array(
  18014. 'lid' => '17',
  18015. 'location' => 'modules/node/content_types.js; modules/node/node.js',
  18016. 'textgroup' => 'default',
  18017. 'source' => 'Not published',
  18018. 'context' => '',
  18019. 'version' => 'none',
  18020. ))
  18021. ->values(array(
  18022. 'lid' => '18',
  18023. 'location' => 'modules/node/content_types.js',
  18024. 'textgroup' => 'default',
  18025. 'source' => "Don't display post information",
  18026. 'context' => '',
  18027. 'version' => 'none',
  18028. ))
  18029. ->values(array(
  18030. 'lid' => '19',
  18031. 'location' => 'misc/tabledrag.js',
  18032. 'textgroup' => 'default',
  18033. 'source' => 'Re-order rows by numerical weight instead of dragging.',
  18034. 'context' => '',
  18035. 'version' => 'none',
  18036. ))
  18037. ->values(array(
  18038. 'lid' => '20',
  18039. 'location' => 'misc/tabledrag.js',
  18040. 'textgroup' => 'default',
  18041. 'source' => 'Show row weights',
  18042. 'context' => '',
  18043. 'version' => 'none',
  18044. ))
  18045. ->values(array(
  18046. 'lid' => '21',
  18047. 'location' => 'misc/tabledrag.js',
  18048. 'textgroup' => 'default',
  18049. 'source' => 'Hide row weights',
  18050. 'context' => '',
  18051. 'version' => 'none',
  18052. ))
  18053. ->values(array(
  18054. 'lid' => '22',
  18055. 'location' => 'misc/tabledrag.js',
  18056. 'textgroup' => 'default',
  18057. 'source' => 'Drag to re-order',
  18058. 'context' => '',
  18059. 'version' => 'none',
  18060. ))
  18061. ->values(array(
  18062. 'lid' => '23',
  18063. 'location' => 'misc/tabledrag.js',
  18064. 'textgroup' => 'default',
  18065. 'source' => 'Changes made in this table will not be saved until the form is submitted.',
  18066. 'context' => '',
  18067. 'version' => 'none',
  18068. ))
  18069. ->values(array(
  18070. 'lid' => '24',
  18071. 'location' => 'sites/all/modules/date/date_api/date_year_range.js',
  18072. 'textgroup' => 'default',
  18073. 'source' => 'Other',
  18074. 'context' => '',
  18075. 'version' => 'none',
  18076. ))
  18077. ->values(array(
  18078. 'lid' => '25',
  18079. 'location' => 'sites/all/modules/date/date_api/date_year_range.js',
  18080. 'textgroup' => 'default',
  18081. 'source' => '@count year from now',
  18082. 'context' => '',
  18083. 'version' => 'none',
  18084. ))
  18085. ->values(array(
  18086. 'lid' => '26',
  18087. 'location' => 'sites/all/modules/date/date_api/date_year_range.js',
  18088. 'textgroup' => 'default',
  18089. 'source' => '@count years from now',
  18090. 'context' => '',
  18091. 'version' => 'none',
  18092. ))
  18093. ->values(array(
  18094. 'lid' => '27',
  18095. 'location' => 'modules/file/file.js',
  18096. 'textgroup' => 'default',
  18097. 'source' => 'The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.',
  18098. 'context' => '',
  18099. 'version' => 'none',
  18100. ))
  18101. ->values(array(
  18102. 'lid' => '28',
  18103. 'location' => 'misc/ajax.js',
  18104. 'textgroup' => 'default',
  18105. 'source' => 'Please wait...',
  18106. 'context' => '',
  18107. 'version' => 'none',
  18108. ))
  18109. ->values(array(
  18110. 'lid' => '29',
  18111. 'location' => 'modules/field/modules/text/text.js',
  18112. 'textgroup' => 'default',
  18113. 'source' => 'Hide summary',
  18114. 'context' => '',
  18115. 'version' => 'none',
  18116. ))
  18117. ->values(array(
  18118. 'lid' => '30',
  18119. 'location' => 'modules/field/modules/text/text.js',
  18120. 'textgroup' => 'default',
  18121. 'source' => 'Edit summary',
  18122. 'context' => '',
  18123. 'version' => 'none',
  18124. ))
  18125. ->values(array(
  18126. 'lid' => '31',
  18127. 'location' => 'misc/autocomplete.js',
  18128. 'textgroup' => 'default',
  18129. 'source' => 'Autocomplete popup',
  18130. 'context' => '',
  18131. 'version' => 'none',
  18132. ))
  18133. ->values(array(
  18134. 'lid' => '32',
  18135. 'location' => 'misc/autocomplete.js',
  18136. 'textgroup' => 'default',
  18137. 'source' => 'Searching for matches...',
  18138. 'context' => '',
  18139. 'version' => 'none',
  18140. ))
  18141. ->values(array(
  18142. 'lid' => '33',
  18143. 'location' => 'modules/contextual/contextual.js',
  18144. 'textgroup' => 'default',
  18145. 'source' => 'Configure',
  18146. 'context' => '',
  18147. 'version' => 'none',
  18148. ))
  18149. ->values(array(
  18150. 'lid' => '34',
  18151. 'location' => 'misc/tableselect.js',
  18152. 'textgroup' => 'default',
  18153. 'source' => 'Select all rows in this table',
  18154. 'context' => '',
  18155. 'version' => 'none',
  18156. ))
  18157. ->values(array(
  18158. 'lid' => '35',
  18159. 'location' => 'misc/tableselect.js',
  18160. 'textgroup' => 'default',
  18161. 'source' => 'Deselect all rows in this table',
  18162. 'context' => '',
  18163. 'version' => 'none',
  18164. ))
  18165. ->values(array(
  18166. 'lid' => '36',
  18167. 'location' => 'modules/user/user.permissions.js',
  18168. 'textgroup' => 'default',
  18169. 'source' => 'This permission is inherited from the authenticated user role.',
  18170. 'context' => '',
  18171. 'version' => 'none',
  18172. ))
  18173. ->values(array(
  18174. 'lid' => '37',
  18175. 'location' => 'modules/filter/filter.admin.js',
  18176. 'textgroup' => 'default',
  18177. 'source' => 'Enabled',
  18178. 'context' => '',
  18179. 'version' => 'none',
  18180. ))
  18181. ->values(array(
  18182. 'lid' => '38',
  18183. 'location' => 'modules/filter/filter.admin.js',
  18184. 'textgroup' => 'default',
  18185. 'source' => 'Disabled',
  18186. 'context' => '',
  18187. 'version' => 'none',
  18188. ))
  18189. ->values(array(
  18190. 'lid' => '39',
  18191. 'location' => 'modules/menu/menu.js',
  18192. 'textgroup' => 'default',
  18193. 'source' => 'Not in menu',
  18194. 'context' => '',
  18195. 'version' => 'none',
  18196. ))
  18197. ->values(array(
  18198. 'lid' => '40',
  18199. 'location' => 'modules/book/book.js',
  18200. 'textgroup' => 'default',
  18201. 'source' => 'Not in book',
  18202. 'context' => '',
  18203. 'version' => 'none',
  18204. ))
  18205. ->values(array(
  18206. 'lid' => '41',
  18207. 'location' => 'modules/book/book.js',
  18208. 'textgroup' => 'default',
  18209. 'source' => 'New book',
  18210. 'context' => '',
  18211. 'version' => 'none',
  18212. ))
  18213. ->values(array(
  18214. 'lid' => '42',
  18215. 'location' => 'modules/node/node.js',
  18216. 'textgroup' => 'default',
  18217. 'source' => 'New revision',
  18218. 'context' => '',
  18219. 'version' => 'none',
  18220. ))
  18221. ->values(array(
  18222. 'lid' => '43',
  18223. 'location' => 'modules/node/node.js',
  18224. 'textgroup' => 'default',
  18225. 'source' => 'No revision',
  18226. 'context' => '',
  18227. 'version' => 'none',
  18228. ))
  18229. ->values(array(
  18230. 'lid' => '44',
  18231. 'location' => 'modules/node/node.js',
  18232. 'textgroup' => 'default',
  18233. 'source' => 'By @name on @date',
  18234. 'context' => '',
  18235. 'version' => 'none',
  18236. ))
  18237. ->values(array(
  18238. 'lid' => '45',
  18239. 'location' => 'modules/node/node.js',
  18240. 'textgroup' => 'default',
  18241. 'source' => 'By @name',
  18242. 'context' => '',
  18243. 'version' => 'none',
  18244. ))
  18245. ->values(array(
  18246. 'lid' => '46',
  18247. 'location' => 'modules/path/path.js',
  18248. 'textgroup' => 'default',
  18249. 'source' => 'Alias: @alias',
  18250. 'context' => '',
  18251. 'version' => 'none',
  18252. ))
  18253. ->values(array(
  18254. 'lid' => '47',
  18255. 'location' => 'modules/path/path.js',
  18256. 'textgroup' => 'default',
  18257. 'source' => 'No alias',
  18258. 'context' => '',
  18259. 'version' => 'none',
  18260. ))
  18261. ->values(array(
  18262. 'lid' => '48',
  18263. 'location' => 'misc/drupal.js',
  18264. 'textgroup' => 'default',
  18265. 'source' => 'CustomMessage: !customMessage',
  18266. 'context' => '',
  18267. 'version' => 'none',
  18268. ))
  18269. ->values(array(
  18270. 'lid' => '49',
  18271. 'location' => 'modules/block/block.js; sites/all/modules/i18n/i18n_block/i18n_block.js',
  18272. 'textgroup' => 'default',
  18273. 'source' => 'Not restricted',
  18274. 'context' => '',
  18275. 'version' => 'none',
  18276. ))
  18277. ->values(array(
  18278. 'lid' => '50',
  18279. 'location' => 'modules/block/block.js',
  18280. 'textgroup' => 'default',
  18281. 'source' => 'Restricted to certain pages',
  18282. 'context' => '',
  18283. 'version' => 'none',
  18284. ))
  18285. ->values(array(
  18286. 'lid' => '51',
  18287. 'location' => 'modules/block/block.js',
  18288. 'textgroup' => 'default',
  18289. 'source' => 'Not customizable',
  18290. 'context' => '',
  18291. 'version' => 'none',
  18292. ))
  18293. ->values(array(
  18294. 'lid' => '52',
  18295. 'location' => 'modules/block/block.js',
  18296. 'textgroup' => 'default',
  18297. 'source' => 'The changes to these blocks will not be saved until the <em>Save blocks</em> button is clicked.',
  18298. 'context' => '',
  18299. 'version' => 'none',
  18300. ))
  18301. ->values(array(
  18302. 'lid' => '53',
  18303. 'location' => 'modules/block/block.js',
  18304. 'textgroup' => 'default',
  18305. 'source' => 'The block cannot be placed in this region.',
  18306. 'context' => '',
  18307. 'version' => 'none',
  18308. ))
  18309. ->values(array(
  18310. 'lid' => '54',
  18311. 'location' => 'sites/all/modules/i18n/i18n_block/i18n_block.js',
  18312. 'textgroup' => 'default',
  18313. 'source' => 'Translatable',
  18314. 'context' => '',
  18315. 'version' => 'none',
  18316. ))
  18317. ->values(array(
  18318. 'lid' => '55',
  18319. 'location' => 'sites/all/modules/i18n/i18n_block/i18n_block.js',
  18320. 'textgroup' => 'default',
  18321. 'source' => 'Not translatable',
  18322. 'context' => '',
  18323. 'version' => 'none',
  18324. ))
  18325. ->values(array(
  18326. 'lid' => '56',
  18327. 'location' => 'sites/all/modules/i18n/i18n_block/i18n_block.js',
  18328. 'textgroup' => 'default',
  18329. 'source' => 'Restricted to certain languages',
  18330. 'context' => '',
  18331. 'version' => 'none',
  18332. ))
  18333. ->values(array(
  18334. 'lid' => '57',
  18335. 'location' => 'blocks:block:1:title',
  18336. 'textgroup' => 'blocks',
  18337. 'source' => 'Mildly amusing limerick of the day',
  18338. 'context' => 'block:1:title',
  18339. 'version' => '1',
  18340. ))
  18341. ->values(array(
  18342. 'lid' => '58',
  18343. 'location' => 'misc/ajax.js',
  18344. 'textgroup' => 'default',
  18345. 'source' => 'The response failed verification so will not be processed.',
  18346. 'context' => '',
  18347. 'version' => 'none',
  18348. ))
  18349. ->values(array(
  18350. 'lid' => '59',
  18351. 'location' => 'misc/ajax.js',
  18352. 'textgroup' => 'default',
  18353. 'source' => 'The callback URL is not local and not trusted: !url',
  18354. 'context' => '',
  18355. 'version' => 'none',
  18356. ))
  18357. ->values(array(
  18358. 'lid' => '60',
  18359. 'location' => 'blocks:block:1:body',
  18360. 'textgroup' => 'blocks',
  18361. 'source' => "A fellow jumped off a high wall\r\nAnd had a most terrible fall\r\nHe went back to bed\r\nWith a bump on his head\r\nThat's why you don't jump off a wall",
  18362. 'context' => 'block:1:body',
  18363. 'version' => '1',
  18364. ))
  18365. ->values(array(
  18366. 'lid' => '61',
  18367. 'location' => 'node:type:article:name',
  18368. 'textgroup' => 'node',
  18369. 'source' => 'Article',
  18370. 'context' => 'type:article:name',
  18371. 'version' => '1',
  18372. ))
  18373. ->values(array(
  18374. 'lid' => '62',
  18375. 'location' => 'node:type:article:title_label',
  18376. 'textgroup' => 'node',
  18377. 'source' => 'Title',
  18378. 'context' => 'type:article:title_label',
  18379. 'version' => '1',
  18380. ))
  18381. ->values(array(
  18382. 'lid' => '63',
  18383. 'location' => 'node:type:article:description',
  18384. 'textgroup' => 'node',
  18385. 'source' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.',
  18386. 'context' => 'type:article:description',
  18387. 'version' => '1',
  18388. ))
  18389. ->values(array(
  18390. 'lid' => '64',
  18391. 'location' => 'node:type:article:help',
  18392. 'textgroup' => 'node',
  18393. 'source' => 'Help text for articles',
  18394. 'context' => 'type:article:help',
  18395. 'version' => '1',
  18396. ))
  18397. ->values(array(
  18398. 'lid' => '65',
  18399. 'location' => 'node:type:book:name',
  18400. 'textgroup' => 'node',
  18401. 'source' => 'Book page',
  18402. 'context' => 'type:book:name',
  18403. 'version' => '1',
  18404. ))
  18405. ->values(array(
  18406. 'lid' => '66',
  18407. 'location' => 'node:type:book:title_label',
  18408. 'textgroup' => 'node',
  18409. 'source' => 'Title',
  18410. 'context' => 'type:book:title_label',
  18411. 'version' => '1',
  18412. ))
  18413. ->values(array(
  18414. 'lid' => '67',
  18415. 'location' => 'node:type:book:description',
  18416. 'textgroup' => 'node',
  18417. 'source' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.',
  18418. 'context' => 'type:book:description',
  18419. 'version' => '1',
  18420. ))
  18421. ->values(array(
  18422. 'lid' => '68',
  18423. 'location' => 'node:type:page:name',
  18424. 'textgroup' => 'node',
  18425. 'source' => 'Basic page',
  18426. 'context' => 'type:page:name',
  18427. 'version' => '1',
  18428. ))
  18429. ->values(array(
  18430. 'lid' => '69',
  18431. 'location' => 'node:type:page:title_label',
  18432. 'textgroup' => 'node',
  18433. 'source' => 'Title',
  18434. 'context' => 'type:page:title_label',
  18435. 'version' => '1',
  18436. ))
  18437. ->values(array(
  18438. 'lid' => '70',
  18439. 'location' => 'node:type:page:description',
  18440. 'textgroup' => 'node',
  18441. 'source' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.",
  18442. 'context' => 'type:page:description',
  18443. 'version' => '1',
  18444. ))
  18445. ->values(array(
  18446. 'lid' => '71',
  18447. 'location' => 'node:type:page:help',
  18448. 'textgroup' => 'node',
  18449. 'source' => 'Help text for basic pages',
  18450. 'context' => 'type:page:help',
  18451. 'version' => '1',
  18452. ))
  18453. ->values(array(
  18454. 'lid' => '72',
  18455. 'location' => 'node:type:test_content_type:name',
  18456. 'textgroup' => 'node',
  18457. 'source' => 'Test content type',
  18458. 'context' => 'type:test_content_type:name',
  18459. 'version' => '1',
  18460. ))
  18461. ->values(array(
  18462. 'lid' => '73',
  18463. 'location' => 'node:type:test_content_type:title_label',
  18464. 'textgroup' => 'node',
  18465. 'source' => 'Title',
  18466. 'context' => 'type:test_content_type:title_label',
  18467. 'version' => '1',
  18468. ))
  18469. ->values(array(
  18470. 'lid' => '74',
  18471. 'location' => 'node:type:test_content_type:description',
  18472. 'textgroup' => 'node',
  18473. 'source' => 'This is the description of the test content type.',
  18474. 'context' => 'type:test_content_type:description',
  18475. 'version' => '1',
  18476. ))
  18477. ->values(array(
  18478. 'lid' => '75',
  18479. 'location' => 'node:type:test_content_type:help',
  18480. 'textgroup' => 'node',
  18481. 'source' => 'Help text for test content type',
  18482. 'context' => 'type:test_content_type:help',
  18483. 'version' => '1',
  18484. ))
  18485. ->values(array(
  18486. 'lid' => '76',
  18487. 'location' => 'blocks:user:login:title',
  18488. 'textgroup' => 'blocks',
  18489. 'source' => 'User login title',
  18490. 'context' => 'user:login:title',
  18491. 'version' => '1',
  18492. ))
  18493. ->values(array(
  18494. 'lid' => '77',
  18495. 'location' => 'taxonomy:term:20:name',
  18496. 'textgroup' => 'taxonomy',
  18497. 'source' => 'DS9',
  18498. 'context' => 'term:20:name',
  18499. 'version' => '1',
  18500. ))
  18501. ->values(array(
  18502. 'lid' => '78',
  18503. 'location' => 'taxonomy:term:20:description',
  18504. 'textgroup' => 'taxonomy',
  18505. 'source' => 'Terok Nor',
  18506. 'context' => 'term:20:description',
  18507. 'version' => '1',
  18508. ))
  18509. ->values(array(
  18510. 'lid' => '79',
  18511. 'location' => 'taxonomy:term:19:name',
  18512. 'textgroup' => 'taxonomy',
  18513. 'source' => 'Jupiter Station',
  18514. 'context' => 'term:19:name',
  18515. 'version' => '1',
  18516. ))
  18517. ->values(array(
  18518. 'lid' => '80',
  18519. 'location' => 'taxonomy:term:19:description',
  18520. 'textgroup' => 'taxonomy',
  18521. 'source' => 'Holographic research.',
  18522. 'context' => 'term:19:description',
  18523. 'version' => '1',
  18524. ))
  18525. ->values(array(
  18526. 'lid' => '81',
  18527. 'location' => 'taxonomy:vocabulary:2:name',
  18528. 'textgroup' => 'taxonomy',
  18529. 'source' => 'Sujet de discussion',
  18530. 'context' => 'vocabulary:2:name',
  18531. 'version' => '1',
  18532. ))
  18533. ->values(array(
  18534. 'lid' => '82',
  18535. 'location' => 'taxonomy:vocabulary:2:description',
  18536. 'textgroup' => 'taxonomy',
  18537. 'source' => 'Forum navigation vocabulary',
  18538. 'context' => 'vocabulary:2:description',
  18539. 'version' => '1',
  18540. ))
  18541. ->values(array(
  18542. 'lid' => '83',
  18543. 'location' => 'taxonomy:vocabulary:1:name',
  18544. 'textgroup' => 'taxonomy',
  18545. 'source' => 'Tags',
  18546. 'context' => 'vocabulary:1:name',
  18547. 'version' => '1',
  18548. ))
  18549. ->values(array(
  18550. 'lid' => '84',
  18551. 'location' => 'taxonomy:vocabulary:1:description',
  18552. 'textgroup' => 'taxonomy',
  18553. 'source' => 'Use tags to group articles on similar topics into categories.',
  18554. 'context' => 'vocabulary:1:description',
  18555. 'version' => '1',
  18556. ))
  18557. ->values(array(
  18558. 'lid' => '85',
  18559. 'location' => 'taxonomy:vocabulary:3:name',
  18560. 'textgroup' => 'taxonomy',
  18561. 'source' => 'Test Vocabulary',
  18562. 'context' => 'vocabulary:3:name',
  18563. 'version' => '1',
  18564. ))
  18565. ->values(array(
  18566. 'lid' => '86',
  18567. 'location' => 'taxonomy:vocabulary:3:description',
  18568. 'textgroup' => 'taxonomy',
  18569. 'source' => 'This is the vocabulary description',
  18570. 'context' => 'vocabulary:3:description',
  18571. 'version' => '1',
  18572. ))
  18573. ->values(array(
  18574. 'lid' => '87',
  18575. 'location' => 'taxonomy:vocabulary:7:name',
  18576. 'textgroup' => 'taxonomy',
  18577. 'source' => 'VocabFixed',
  18578. 'context' => 'vocabulary:7:name',
  18579. 'version' => '1',
  18580. ))
  18581. ->values(array(
  18582. 'lid' => '88',
  18583. 'location' => 'taxonomy:vocabulary:7:description',
  18584. 'textgroup' => 'taxonomy',
  18585. 'source' => 'Vocabulary fixed option',
  18586. 'context' => 'vocabulary:7:description',
  18587. 'version' => '1',
  18588. ))
  18589. ->values(array(
  18590. 'lid' => '89',
  18591. 'location' => 'taxonomy:vocabulary:5:name',
  18592. 'textgroup' => 'taxonomy',
  18593. 'source' => 'VocabLocalized',
  18594. 'context' => 'vocabulary:5:name',
  18595. 'version' => '1',
  18596. ))
  18597. ->values(array(
  18598. 'lid' => '90',
  18599. 'location' => 'taxonomy:vocabulary:5:description',
  18600. 'textgroup' => 'taxonomy',
  18601. 'source' => 'Vocabulary localize option',
  18602. 'context' => 'vocabulary:5:description',
  18603. 'version' => '1',
  18604. ))
  18605. ->values(array(
  18606. 'lid' => '91',
  18607. 'location' => 'taxonomy:vocabulary:6:name',
  18608. 'textgroup' => 'taxonomy',
  18609. 'source' => 'VocabTranslate',
  18610. 'context' => 'vocabulary:6:name',
  18611. 'version' => '1',
  18612. ))
  18613. ->values(array(
  18614. 'lid' => '92',
  18615. 'location' => 'taxonomy:vocabulary:6:description',
  18616. 'textgroup' => 'taxonomy',
  18617. 'source' => 'Vocabulary translate option',
  18618. 'context' => 'vocabulary:6:description',
  18619. 'version' => '1',
  18620. ))
  18621. ->values(array(
  18622. 'lid' => '93',
  18623. 'location' => 'taxonomy:vocabulary:4:name',
  18624. 'textgroup' => 'taxonomy',
  18625. 'source' => 'vocabulary name clearly different than machine name and much longer than thirty two characters',
  18626. 'context' => 'vocabulary:4:name',
  18627. 'version' => '1',
  18628. ))
  18629. ->values(array(
  18630. 'lid' => '94',
  18631. 'location' => 'taxonomy:vocabulary:4:description',
  18632. 'textgroup' => 'taxonomy',
  18633. 'source' => 'description of vocabulary name much longer than thirty two characters',
  18634. 'context' => 'vocabulary:4:description',
  18635. 'version' => '1',
  18636. ))
  18637. ->execute();
  18638. $connection->schema()->createTable('locales_target', array(
  18639. 'fields' => array(
  18640. 'lid' => array(
  18641. 'type' => 'int',
  18642. 'not null' => TRUE,
  18643. 'size' => 'normal',
  18644. 'default' => '0',
  18645. ),
  18646. 'translation' => array(
  18647. 'type' => 'blob',
  18648. 'not null' => TRUE,
  18649. 'size' => 'normal',
  18650. ),
  18651. 'language' => array(
  18652. 'type' => 'varchar',
  18653. 'not null' => TRUE,
  18654. 'length' => '12',
  18655. 'default' => '',
  18656. ),
  18657. 'plid' => array(
  18658. 'type' => 'int',
  18659. 'not null' => TRUE,
  18660. 'size' => 'normal',
  18661. 'default' => '0',
  18662. ),
  18663. 'plural' => array(
  18664. 'type' => 'int',
  18665. 'not null' => TRUE,
  18666. 'size' => 'normal',
  18667. 'default' => '0',
  18668. ),
  18669. 'i18n_status' => array(
  18670. 'type' => 'int',
  18671. 'not null' => TRUE,
  18672. 'size' => 'normal',
  18673. 'default' => '0',
  18674. ),
  18675. ),
  18676. 'primary key' => array(
  18677. 'lid',
  18678. 'language',
  18679. 'plural',
  18680. ),
  18681. 'mysql_character_set' => 'utf8',
  18682. ));
  18683. $connection->insert('locales_target')
  18684. ->fields(array(
  18685. 'lid',
  18686. 'translation',
  18687. 'language',
  18688. 'plid',
  18689. 'plural',
  18690. 'i18n_status',
  18691. ))
  18692. ->values(array(
  18693. 'lid' => '57',
  18694. 'translation' => 'fr - Mildly amusing limerick of the day',
  18695. 'language' => 'fr',
  18696. 'plid' => '0',
  18697. 'plural' => '0',
  18698. 'i18n_status' => '0',
  18699. ))
  18700. ->values(array(
  18701. 'lid' => '60',
  18702. 'translation' => "fr - A fellow jumped off a high wall\r\nAnd had a most terrible fall\r\nHe went back to bed\r\nWith a bump on his head\r\nThat's why you don't jump off a wall",
  18703. 'language' => 'fr',
  18704. 'plid' => '0',
  18705. 'plural' => '0',
  18706. 'i18n_status' => '0',
  18707. ))
  18708. ->values(array(
  18709. 'lid' => '76',
  18710. 'translation' => 'fr - User login title',
  18711. 'language' => 'fr',
  18712. 'plid' => '0',
  18713. 'plural' => '0',
  18714. 'i18n_status' => '0',
  18715. ))
  18716. ->values(array(
  18717. 'lid' => '77',
  18718. 'translation' => 'fr - DS9 (localized)',
  18719. 'language' => 'fr',
  18720. 'plid' => '0',
  18721. 'plural' => '0',
  18722. 'i18n_status' => '0',
  18723. ))
  18724. ->values(array(
  18725. 'lid' => '78',
  18726. 'translation' => 'fr - Terok Nor (localized)',
  18727. 'language' => 'fr',
  18728. 'plid' => '0',
  18729. 'plural' => '0',
  18730. 'i18n_status' => '0',
  18731. ))
  18732. ->values(array(
  18733. 'lid' => '87',
  18734. 'translation' => 'fr - VocabFixed',
  18735. 'language' => 'fr',
  18736. 'plid' => '0',
  18737. 'plural' => '0',
  18738. 'i18n_status' => '0',
  18739. ))
  18740. ->values(array(
  18741. 'lid' => '89',
  18742. 'translation' => 'fr - VocabLocalized',
  18743. 'language' => 'fr',
  18744. 'plid' => '0',
  18745. 'plural' => '0',
  18746. 'i18n_status' => '0',
  18747. ))
  18748. ->values(array(
  18749. 'lid' => '90',
  18750. 'translation' => 'fr - Vocabulary localize option',
  18751. 'language' => 'fr',
  18752. 'plid' => '0',
  18753. 'plural' => '0',
  18754. 'i18n_status' => '0',
  18755. ))
  18756. ->values(array(
  18757. 'lid' => '97',
  18758. 'translation' => 'fr - The email help text.',
  18759. 'language' => 'fr',
  18760. 'plid' => '0',
  18761. 'plural' => '0',
  18762. 'i18n_status' => '0',
  18763. ))
  18764. ->values(array(
  18765. 'lid' => '113',
  18766. 'translation' => 'fr - Link',
  18767. 'language' => 'fr',
  18768. 'plid' => '0',
  18769. 'plural' => '0',
  18770. 'i18n_status' => '1',
  18771. ))
  18772. ->values(array(
  18773. 'lid' => '163',
  18774. 'translation' => 'fr - User login title',
  18775. 'language' => 'fr',
  18776. 'plid' => '0',
  18777. 'plural' => '0',
  18778. 'i18n_status' => '0',
  18779. ))
  18780. ->values(array(
  18781. 'lid' => '678',
  18782. 'translation' => 'fr - Body',
  18783. 'language' => 'fr',
  18784. 'plid' => '0',
  18785. 'plural' => '0',
  18786. 'i18n_status' => '1',
  18787. ))
  18788. ->values(array(
  18789. 'lid' => '684',
  18790. 'translation' => 'fr - Image',
  18791. 'language' => 'fr',
  18792. 'plid' => '0',
  18793. 'plural' => '0',
  18794. 'i18n_status' => '1',
  18795. ))
  18796. ->values(array(
  18797. 'lid' => '761',
  18798. 'translation' => 'Verte',
  18799. 'language' => 'fr',
  18800. 'plid' => '0',
  18801. 'plural' => '0',
  18802. 'i18n_status' => '0',
  18803. ))
  18804. ->values(array(
  18805. 'lid' => '762',
  18806. 'translation' => 'Noire',
  18807. 'language' => 'fr',
  18808. 'plid' => '0',
  18809. 'plural' => '0',
  18810. 'i18n_status' => '0',
  18811. ))
  18812. ->values(array(
  18813. 'lid' => '763',
  18814. 'translation' => 'Blanche',
  18815. 'language' => 'fr',
  18816. 'plid' => '0',
  18817. 'plural' => '0',
  18818. 'i18n_status' => '0',
  18819. ))
  18820. ->values(array(
  18821. 'lid' => '764',
  18822. 'translation' => 'Color',
  18823. 'language' => 'fr',
  18824. 'plid' => '0',
  18825. 'plural' => '0',
  18826. 'i18n_status' => '0',
  18827. ))
  18828. ->values(array(
  18829. 'lid' => '765',
  18830. 'translation' => 'Haute',
  18831. 'language' => 'fr',
  18832. 'plid' => '0',
  18833. 'plural' => '0',
  18834. 'i18n_status' => '0',
  18835. ))
  18836. ->values(array(
  18837. 'lid' => '766',
  18838. 'translation' => 'Moyenne',
  18839. 'language' => 'fr',
  18840. 'plid' => '0',
  18841. 'plural' => '0',
  18842. 'i18n_status' => '0',
  18843. ))
  18844. ->values(array(
  18845. 'lid' => '767',
  18846. 'translation' => 'Faible',
  18847. 'language' => 'fr',
  18848. 'plid' => '0',
  18849. 'plural' => '0',
  18850. 'i18n_status' => '0',
  18851. ))
  18852. ->values(array(
  18853. 'lid' => '768',
  18854. 'translation' => 'Rating',
  18855. 'language' => 'fr',
  18856. 'plid' => '0',
  18857. 'plural' => '0',
  18858. 'i18n_status' => '0',
  18859. ))
  18860. ->values(array(
  18861. 'lid' => '57',
  18862. 'translation' => 'is - Mildly amusing limerick of the day',
  18863. 'language' => 'is',
  18864. 'plid' => '0',
  18865. 'plural' => '0',
  18866. 'i18n_status' => '0',
  18867. ))
  18868. ->values(array(
  18869. 'lid' => '79',
  18870. 'translation' => 'Jupiter Station',
  18871. 'language' => 'is',
  18872. 'plid' => '0',
  18873. 'plural' => '0',
  18874. 'i18n_status' => '0',
  18875. ))
  18876. ->values(array(
  18877. 'lid' => '80',
  18878. 'translation' => 'is - Holographic research. (localized)',
  18879. 'language' => 'is',
  18880. 'plid' => '0',
  18881. 'plural' => '0',
  18882. 'i18n_status' => '0',
  18883. ))
  18884. ->values(array(
  18885. 'lid' => '89',
  18886. 'translation' => 'is - VocabLocalized',
  18887. 'language' => 'is',
  18888. 'plid' => '0',
  18889. 'plural' => '0',
  18890. 'i18n_status' => '0',
  18891. ))
  18892. ->values(array(
  18893. 'lid' => '90',
  18894. 'translation' => 'is - Vocabulary localize option',
  18895. 'language' => 'is',
  18896. 'plid' => '0',
  18897. 'plural' => '0',
  18898. 'i18n_status' => '0',
  18899. ))
  18900. ->values(array(
  18901. 'lid' => '91',
  18902. 'translation' => 'is - VocabTranslate',
  18903. 'language' => 'is',
  18904. 'plid' => '0',
  18905. 'plural' => '0',
  18906. 'i18n_status' => '0',
  18907. ))
  18908. ->values(array(
  18909. 'lid' => '92',
  18910. 'translation' => 'is - Vocabulary translate option',
  18911. 'language' => 'is',
  18912. 'plid' => '0',
  18913. 'plural' => '0',
  18914. 'i18n_status' => '0',
  18915. ))
  18916. ->values(array(
  18917. 'lid' => '95',
  18918. 'translation' => 'is - Some helpful text.',
  18919. 'language' => 'is',
  18920. 'plid' => '0',
  18921. 'plural' => '0',
  18922. 'i18n_status' => '0',
  18923. ))
  18924. ->values(array(
  18925. 'lid' => '96',
  18926. 'translation' => 'is - Email',
  18927. 'language' => 'is',
  18928. 'plid' => '0',
  18929. 'plural' => '0',
  18930. 'i18n_status' => '0',
  18931. ))
  18932. ->values(array(
  18933. 'lid' => '97',
  18934. 'translation' => 'is - The email help text.',
  18935. 'language' => 'is',
  18936. 'plid' => '0',
  18937. 'plural' => '0',
  18938. 'i18n_status' => '0',
  18939. ))
  18940. ->values(array(
  18941. 'lid' => '128',
  18942. 'translation' => 'is - Term Reference',
  18943. 'language' => 'is',
  18944. 'plid' => '0',
  18945. 'plural' => '0',
  18946. 'i18n_status' => '0',
  18947. ))
  18948. ->values(array(
  18949. 'lid' => '687',
  18950. 'translation' => 'is - Off',
  18951. 'language' => 'is',
  18952. 'plid' => '0',
  18953. 'plural' => '0',
  18954. 'i18n_status' => '0',
  18955. ))
  18956. ->values(array(
  18957. 'lid' => '688',
  18958. 'translation' => 'is - 1',
  18959. 'language' => 'is',
  18960. 'plid' => '0',
  18961. 'plural' => '0',
  18962. 'i18n_status' => '0',
  18963. ))
  18964. ->values(array(
  18965. 'lid' => '758',
  18966. 'translation' => 'is field - vocab_localize',
  18967. 'language' => 'is',
  18968. 'plid' => '0',
  18969. 'plural' => '0',
  18970. 'i18n_status' => '0',
  18971. ))
  18972. ->values(array(
  18973. 'lid' => '761',
  18974. 'translation' => 'Grænn',
  18975. 'language' => 'is',
  18976. 'plid' => '0',
  18977. 'plural' => '0',
  18978. 'i18n_status' => '0',
  18979. ))
  18980. ->values(array(
  18981. 'lid' => '762',
  18982. 'translation' => 'Svartur',
  18983. 'language' => 'is',
  18984. 'plid' => '0',
  18985. 'plural' => '0',
  18986. 'i18n_status' => '0',
  18987. ))
  18988. ->values(array(
  18989. 'lid' => '763',
  18990. 'translation' => 'Hvítur',
  18991. 'language' => 'is',
  18992. 'plid' => '0',
  18993. 'plural' => '0',
  18994. 'i18n_status' => '0',
  18995. ))
  18996. ->values(array(
  18997. 'lid' => '764',
  18998. 'translation' => 'Color',
  18999. 'language' => 'is',
  19000. 'plid' => '0',
  19001. 'plural' => '0',
  19002. 'i18n_status' => '0',
  19003. ))
  19004. ->values(array(
  19005. 'lid' => '765',
  19006. 'translation' => 'Hár',
  19007. 'language' => 'is',
  19008. 'plid' => '0',
  19009. 'plural' => '0',
  19010. 'i18n_status' => '0',
  19011. ))
  19012. ->values(array(
  19013. 'lid' => '766',
  19014. 'translation' => 'Miðlungs',
  19015. 'language' => 'is',
  19016. 'plid' => '0',
  19017. 'plural' => '0',
  19018. 'i18n_status' => '0',
  19019. ))
  19020. ->values(array(
  19021. 'lid' => '767',
  19022. 'translation' => 'Lágt',
  19023. 'language' => 'is',
  19024. 'plid' => '0',
  19025. 'plural' => '0',
  19026. 'i18n_status' => '0',
  19027. ))
  19028. ->values(array(
  19029. 'lid' => '768',
  19030. 'translation' => 'Rating',
  19031. 'language' => 'is',
  19032. 'plid' => '0',
  19033. 'plural' => '0',
  19034. 'i18n_status' => '0',
  19035. ))
  19036. ->execute();
  19037. $connection->schema()->createTable('menu_custom', array(
  19038. 'fields' => array(
  19039. 'menu_name' => array(
  19040. 'type' => 'varchar',
  19041. 'not null' => TRUE,
  19042. 'length' => '32',
  19043. 'default' => '',
  19044. ),
  19045. 'title' => array(
  19046. 'type' => 'varchar',
  19047. 'not null' => TRUE,
  19048. 'length' => '255',
  19049. 'default' => '',
  19050. ),
  19051. 'description' => array(
  19052. 'type' => 'text',
  19053. 'not null' => FALSE,
  19054. 'size' => 'normal',
  19055. ),
  19056. ),
  19057. 'primary key' => array(
  19058. 'menu_name',
  19059. ),
  19060. 'mysql_character_set' => 'utf8',
  19061. ));
  19062. $connection->insert('menu_custom')
  19063. ->fields(array(
  19064. 'menu_name',
  19065. 'title',
  19066. 'description',
  19067. ))
  19068. ->values(array(
  19069. 'menu_name' => 'main-menu',
  19070. 'title' => 'Main menu',
  19071. 'description' => 'The <em>Main</em> menu is used on many sites to show the major sections of the site, often in a top navigation bar.',
  19072. ))
  19073. ->values(array(
  19074. 'menu_name' => 'management',
  19075. 'title' => 'Management',
  19076. 'description' => 'The <em>Management</em> menu contains links for administrative tasks.',
  19077. ))
  19078. ->values(array(
  19079. 'menu_name' => 'menu-test-menu',
  19080. 'title' => 'Test Menu',
  19081. 'description' => 'Test menu description.',
  19082. ))
  19083. ->values(array(
  19084. 'menu_name' => 'navigation',
  19085. 'title' => 'Navigation',
  19086. 'description' => 'The <em>Navigation</em> menu contains links intended for site visitors. Links are added to the <em>Navigation</em> menu automatically by some modules.',
  19087. ))
  19088. ->values(array(
  19089. 'menu_name' => 'user-menu',
  19090. 'title' => 'User menu',
  19091. 'description' => "The <em>User</em> menu contains links related to the user's account, as well as the 'Log out' link.",
  19092. ))
  19093. ->execute();
  19094. $connection->schema()->createTable('menu_links', array(
  19095. 'fields' => array(
  19096. 'menu_name' => array(
  19097. 'type' => 'varchar',
  19098. 'not null' => TRUE,
  19099. 'length' => '32',
  19100. 'default' => '',
  19101. ),
  19102. 'mlid' => array(
  19103. 'type' => 'serial',
  19104. 'not null' => TRUE,
  19105. 'size' => 'normal',
  19106. 'unsigned' => TRUE,
  19107. ),
  19108. 'plid' => array(
  19109. 'type' => 'int',
  19110. 'not null' => TRUE,
  19111. 'size' => 'normal',
  19112. 'default' => '0',
  19113. 'unsigned' => TRUE,
  19114. ),
  19115. 'link_path' => array(
  19116. 'type' => 'varchar',
  19117. 'not null' => TRUE,
  19118. 'length' => '255',
  19119. 'default' => '',
  19120. ),
  19121. 'router_path' => array(
  19122. 'type' => 'varchar',
  19123. 'not null' => TRUE,
  19124. 'length' => '255',
  19125. 'default' => '',
  19126. ),
  19127. 'link_title' => array(
  19128. 'type' => 'varchar',
  19129. 'not null' => TRUE,
  19130. 'length' => '255',
  19131. 'default' => '',
  19132. ),
  19133. 'options' => array(
  19134. 'type' => 'blob',
  19135. 'not null' => FALSE,
  19136. 'size' => 'normal',
  19137. ),
  19138. 'module' => array(
  19139. 'type' => 'varchar',
  19140. 'not null' => TRUE,
  19141. 'length' => '255',
  19142. 'default' => 'system',
  19143. ),
  19144. 'hidden' => array(
  19145. 'type' => 'int',
  19146. 'not null' => TRUE,
  19147. 'size' => 'normal',
  19148. 'default' => '0',
  19149. ),
  19150. 'external' => array(
  19151. 'type' => 'int',
  19152. 'not null' => TRUE,
  19153. 'size' => 'normal',
  19154. 'default' => '0',
  19155. ),
  19156. 'has_children' => array(
  19157. 'type' => 'int',
  19158. 'not null' => TRUE,
  19159. 'size' => 'normal',
  19160. 'default' => '0',
  19161. ),
  19162. 'expanded' => array(
  19163. 'type' => 'int',
  19164. 'not null' => TRUE,
  19165. 'size' => 'normal',
  19166. 'default' => '0',
  19167. ),
  19168. 'weight' => array(
  19169. 'type' => 'int',
  19170. 'not null' => TRUE,
  19171. 'size' => 'normal',
  19172. 'default' => '0',
  19173. ),
  19174. 'depth' => array(
  19175. 'type' => 'int',
  19176. 'not null' => TRUE,
  19177. 'size' => 'normal',
  19178. 'default' => '0',
  19179. ),
  19180. 'customized' => array(
  19181. 'type' => 'int',
  19182. 'not null' => TRUE,
  19183. 'size' => 'normal',
  19184. 'default' => '0',
  19185. ),
  19186. 'p1' => array(
  19187. 'type' => 'int',
  19188. 'not null' => TRUE,
  19189. 'size' => 'normal',
  19190. 'default' => '0',
  19191. 'unsigned' => TRUE,
  19192. ),
  19193. 'p2' => array(
  19194. 'type' => 'int',
  19195. 'not null' => TRUE,
  19196. 'size' => 'normal',
  19197. 'default' => '0',
  19198. 'unsigned' => TRUE,
  19199. ),
  19200. 'p3' => array(
  19201. 'type' => 'int',
  19202. 'not null' => TRUE,
  19203. 'size' => 'normal',
  19204. 'default' => '0',
  19205. 'unsigned' => TRUE,
  19206. ),
  19207. 'p4' => array(
  19208. 'type' => 'int',
  19209. 'not null' => TRUE,
  19210. 'size' => 'normal',
  19211. 'default' => '0',
  19212. 'unsigned' => TRUE,
  19213. ),
  19214. 'p5' => array(
  19215. 'type' => 'int',
  19216. 'not null' => TRUE,
  19217. 'size' => 'normal',
  19218. 'default' => '0',
  19219. 'unsigned' => TRUE,
  19220. ),
  19221. 'p6' => array(
  19222. 'type' => 'int',
  19223. 'not null' => TRUE,
  19224. 'size' => 'normal',
  19225. 'default' => '0',
  19226. 'unsigned' => TRUE,
  19227. ),
  19228. 'p7' => array(
  19229. 'type' => 'int',
  19230. 'not null' => TRUE,
  19231. 'size' => 'normal',
  19232. 'default' => '0',
  19233. 'unsigned' => TRUE,
  19234. ),
  19235. 'p8' => array(
  19236. 'type' => 'int',
  19237. 'not null' => TRUE,
  19238. 'size' => 'normal',
  19239. 'default' => '0',
  19240. 'unsigned' => TRUE,
  19241. ),
  19242. 'p9' => array(
  19243. 'type' => 'int',
  19244. 'not null' => TRUE,
  19245. 'size' => 'normal',
  19246. 'default' => '0',
  19247. 'unsigned' => TRUE,
  19248. ),
  19249. 'updated' => array(
  19250. 'type' => 'int',
  19251. 'not null' => TRUE,
  19252. 'size' => 'normal',
  19253. 'default' => '0',
  19254. ),
  19255. ),
  19256. 'primary key' => array(
  19257. 'mlid',
  19258. ),
  19259. 'mysql_character_set' => 'utf8',
  19260. ));
  19261. $connection->insert('menu_links')
  19262. ->fields(array(
  19263. 'menu_name',
  19264. 'mlid',
  19265. 'plid',
  19266. 'link_path',
  19267. 'router_path',
  19268. 'link_title',
  19269. 'options',
  19270. 'module',
  19271. 'hidden',
  19272. 'external',
  19273. 'has_children',
  19274. 'expanded',
  19275. 'weight',
  19276. 'depth',
  19277. 'customized',
  19278. 'p1',
  19279. 'p2',
  19280. 'p3',
  19281. 'p4',
  19282. 'p5',
  19283. 'p6',
  19284. 'p7',
  19285. 'p8',
  19286. 'p9',
  19287. 'updated',
  19288. ))
  19289. ->values(array(
  19290. 'menu_name' => 'management',
  19291. 'mlid' => '1',
  19292. 'plid' => '0',
  19293. 'link_path' => 'admin',
  19294. 'router_path' => 'admin',
  19295. 'link_title' => 'Administration',
  19296. 'options' => 'a:0:{}',
  19297. 'module' => 'system',
  19298. 'hidden' => '0',
  19299. 'external' => '0',
  19300. 'has_children' => '1',
  19301. 'expanded' => '0',
  19302. 'weight' => '9',
  19303. 'depth' => '1',
  19304. 'customized' => '0',
  19305. 'p1' => '1',
  19306. 'p2' => '0',
  19307. 'p3' => '0',
  19308. 'p4' => '0',
  19309. 'p5' => '0',
  19310. 'p6' => '0',
  19311. 'p7' => '0',
  19312. 'p8' => '0',
  19313. 'p9' => '0',
  19314. 'updated' => '0',
  19315. ))
  19316. ->values(array(
  19317. 'menu_name' => 'user-menu',
  19318. 'mlid' => '2',
  19319. 'plid' => '0',
  19320. 'link_path' => 'user',
  19321. 'router_path' => 'user',
  19322. 'link_title' => 'User account',
  19323. 'options' => 'a:1:{s:5:"alter";b:1;}',
  19324. 'module' => 'system',
  19325. 'hidden' => '0',
  19326. 'external' => '0',
  19327. 'has_children' => '0',
  19328. 'expanded' => '0',
  19329. 'weight' => '-10',
  19330. 'depth' => '1',
  19331. 'customized' => '0',
  19332. 'p1' => '2',
  19333. 'p2' => '0',
  19334. 'p3' => '0',
  19335. 'p4' => '0',
  19336. 'p5' => '0',
  19337. 'p6' => '0',
  19338. 'p7' => '0',
  19339. 'p8' => '0',
  19340. 'p9' => '0',
  19341. 'updated' => '0',
  19342. ))
  19343. ->values(array(
  19344. 'menu_name' => 'navigation',
  19345. 'mlid' => '3',
  19346. 'plid' => '0',
  19347. 'link_path' => 'comment/%',
  19348. 'router_path' => 'comment/%',
  19349. 'link_title' => 'Comment permalink',
  19350. 'options' => 'a:0:{}',
  19351. 'module' => 'system',
  19352. 'hidden' => '0',
  19353. 'external' => '0',
  19354. 'has_children' => '1',
  19355. 'expanded' => '0',
  19356. 'weight' => '0',
  19357. 'depth' => '1',
  19358. 'customized' => '0',
  19359. 'p1' => '3',
  19360. 'p2' => '0',
  19361. 'p3' => '0',
  19362. 'p4' => '0',
  19363. 'p5' => '0',
  19364. 'p6' => '0',
  19365. 'p7' => '0',
  19366. 'p8' => '0',
  19367. 'p9' => '0',
  19368. 'updated' => '0',
  19369. ))
  19370. ->values(array(
  19371. 'menu_name' => 'navigation',
  19372. 'mlid' => '4',
  19373. 'plid' => '0',
  19374. 'link_path' => 'filter/tips',
  19375. 'router_path' => 'filter/tips',
  19376. 'link_title' => 'Compose tips',
  19377. 'options' => 'a:0:{}',
  19378. 'module' => 'system',
  19379. 'hidden' => '1',
  19380. 'external' => '0',
  19381. 'has_children' => '1',
  19382. 'expanded' => '0',
  19383. 'weight' => '0',
  19384. 'depth' => '1',
  19385. 'customized' => '0',
  19386. 'p1' => '4',
  19387. 'p2' => '0',
  19388. 'p3' => '0',
  19389. 'p4' => '0',
  19390. 'p5' => '0',
  19391. 'p6' => '0',
  19392. 'p7' => '0',
  19393. 'p8' => '0',
  19394. 'p9' => '0',
  19395. 'updated' => '0',
  19396. ))
  19397. ->values(array(
  19398. 'menu_name' => 'navigation',
  19399. 'mlid' => '5',
  19400. 'plid' => '0',
  19401. 'link_path' => 'node/%',
  19402. 'router_path' => 'node/%',
  19403. 'link_title' => '',
  19404. 'options' => 'a:0:{}',
  19405. 'module' => 'system',
  19406. 'hidden' => '0',
  19407. 'external' => '0',
  19408. 'has_children' => '0',
  19409. 'expanded' => '0',
  19410. 'weight' => '0',
  19411. 'depth' => '1',
  19412. 'customized' => '0',
  19413. 'p1' => '5',
  19414. 'p2' => '0',
  19415. 'p3' => '0',
  19416. 'p4' => '0',
  19417. 'p5' => '0',
  19418. 'p6' => '0',
  19419. 'p7' => '0',
  19420. 'p8' => '0',
  19421. 'p9' => '0',
  19422. 'updated' => '0',
  19423. ))
  19424. ->values(array(
  19425. 'menu_name' => 'navigation',
  19426. 'mlid' => '6',
  19427. 'plid' => '0',
  19428. 'link_path' => 'node/add',
  19429. 'router_path' => 'node/add',
  19430. 'link_title' => 'Add content',
  19431. 'options' => 'a:0:{}',
  19432. 'module' => 'system',
  19433. 'hidden' => '0',
  19434. 'external' => '0',
  19435. 'has_children' => '1',
  19436. 'expanded' => '0',
  19437. 'weight' => '0',
  19438. 'depth' => '1',
  19439. 'customized' => '0',
  19440. 'p1' => '6',
  19441. 'p2' => '0',
  19442. 'p3' => '0',
  19443. 'p4' => '0',
  19444. 'p5' => '0',
  19445. 'p6' => '0',
  19446. 'p7' => '0',
  19447. 'p8' => '0',
  19448. 'p9' => '0',
  19449. 'updated' => '0',
  19450. ))
  19451. ->values(array(
  19452. 'menu_name' => 'management',
  19453. 'mlid' => '7',
  19454. 'plid' => '1',
  19455. 'link_path' => 'admin/appearance',
  19456. 'router_path' => 'admin/appearance',
  19457. 'link_title' => 'Appearance',
  19458. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Select and configure your themes.";}}',
  19459. 'module' => 'system',
  19460. 'hidden' => '0',
  19461. 'external' => '0',
  19462. 'has_children' => '0',
  19463. 'expanded' => '0',
  19464. 'weight' => '-6',
  19465. 'depth' => '2',
  19466. 'customized' => '0',
  19467. 'p1' => '1',
  19468. 'p2' => '7',
  19469. 'p3' => '0',
  19470. 'p4' => '0',
  19471. 'p5' => '0',
  19472. 'p6' => '0',
  19473. 'p7' => '0',
  19474. 'p8' => '0',
  19475. 'p9' => '0',
  19476. 'updated' => '0',
  19477. ))
  19478. ->values(array(
  19479. 'menu_name' => 'management',
  19480. 'mlid' => '8',
  19481. 'plid' => '1',
  19482. 'link_path' => 'admin/config',
  19483. 'router_path' => 'admin/config',
  19484. 'link_title' => 'Configuration',
  19485. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:20:"Administer settings.";}}',
  19486. 'module' => 'system',
  19487. 'hidden' => '0',
  19488. 'external' => '0',
  19489. 'has_children' => '1',
  19490. 'expanded' => '0',
  19491. 'weight' => '0',
  19492. 'depth' => '2',
  19493. 'customized' => '0',
  19494. 'p1' => '1',
  19495. 'p2' => '8',
  19496. 'p3' => '0',
  19497. 'p4' => '0',
  19498. 'p5' => '0',
  19499. 'p6' => '0',
  19500. 'p7' => '0',
  19501. 'p8' => '0',
  19502. 'p9' => '0',
  19503. 'updated' => '0',
  19504. ))
  19505. ->values(array(
  19506. 'menu_name' => 'management',
  19507. 'mlid' => '9',
  19508. 'plid' => '1',
  19509. 'link_path' => 'admin/content',
  19510. 'router_path' => 'admin/content',
  19511. 'link_title' => 'Content',
  19512. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:32:"Administer content and comments.";}}',
  19513. 'module' => 'system',
  19514. 'hidden' => '0',
  19515. 'external' => '0',
  19516. 'has_children' => '1',
  19517. 'expanded' => '0',
  19518. 'weight' => '-10',
  19519. 'depth' => '2',
  19520. 'customized' => '0',
  19521. 'p1' => '1',
  19522. 'p2' => '9',
  19523. 'p3' => '0',
  19524. 'p4' => '0',
  19525. 'p5' => '0',
  19526. 'p6' => '0',
  19527. 'p7' => '0',
  19528. 'p8' => '0',
  19529. 'p9' => '0',
  19530. 'updated' => '0',
  19531. ))
  19532. ->values(array(
  19533. 'menu_name' => 'user-menu',
  19534. 'mlid' => '10',
  19535. 'plid' => '2',
  19536. 'link_path' => 'user/register',
  19537. 'router_path' => 'user/register',
  19538. 'link_title' => 'Create new account',
  19539. 'options' => 'a:0:{}',
  19540. 'module' => 'system',
  19541. 'hidden' => '-1',
  19542. 'external' => '0',
  19543. 'has_children' => '0',
  19544. 'expanded' => '0',
  19545. 'weight' => '0',
  19546. 'depth' => '2',
  19547. 'customized' => '0',
  19548. 'p1' => '2',
  19549. 'p2' => '10',
  19550. 'p3' => '0',
  19551. 'p4' => '0',
  19552. 'p5' => '0',
  19553. 'p6' => '0',
  19554. 'p7' => '0',
  19555. 'p8' => '0',
  19556. 'p9' => '0',
  19557. 'updated' => '0',
  19558. ))
  19559. ->values(array(
  19560. 'menu_name' => 'management',
  19561. 'mlid' => '12',
  19562. 'plid' => '1',
  19563. 'link_path' => 'admin/index',
  19564. 'router_path' => 'admin/index',
  19565. 'link_title' => 'Index',
  19566. 'options' => 'a:0:{}',
  19567. 'module' => 'system',
  19568. 'hidden' => '-1',
  19569. 'external' => '0',
  19570. 'has_children' => '0',
  19571. 'expanded' => '0',
  19572. 'weight' => '-18',
  19573. 'depth' => '2',
  19574. 'customized' => '0',
  19575. 'p1' => '1',
  19576. 'p2' => '12',
  19577. 'p3' => '0',
  19578. 'p4' => '0',
  19579. 'p5' => '0',
  19580. 'p6' => '0',
  19581. 'p7' => '0',
  19582. 'p8' => '0',
  19583. 'p9' => '0',
  19584. 'updated' => '0',
  19585. ))
  19586. ->values(array(
  19587. 'menu_name' => 'user-menu',
  19588. 'mlid' => '13',
  19589. 'plid' => '2',
  19590. 'link_path' => 'user/login',
  19591. 'router_path' => 'user/login',
  19592. 'link_title' => 'Log in',
  19593. 'options' => 'a:0:{}',
  19594. 'module' => 'system',
  19595. 'hidden' => '-1',
  19596. 'external' => '0',
  19597. 'has_children' => '0',
  19598. 'expanded' => '0',
  19599. 'weight' => '0',
  19600. 'depth' => '2',
  19601. 'customized' => '0',
  19602. 'p1' => '2',
  19603. 'p2' => '13',
  19604. 'p3' => '0',
  19605. 'p4' => '0',
  19606. 'p5' => '0',
  19607. 'p6' => '0',
  19608. 'p7' => '0',
  19609. 'p8' => '0',
  19610. 'p9' => '0',
  19611. 'updated' => '0',
  19612. ))
  19613. ->values(array(
  19614. 'menu_name' => 'user-menu',
  19615. 'mlid' => '14',
  19616. 'plid' => '0',
  19617. 'link_path' => 'user/logout',
  19618. 'router_path' => 'user/logout',
  19619. 'link_title' => 'Log out',
  19620. 'options' => 'a:0:{}',
  19621. 'module' => 'system',
  19622. 'hidden' => '0',
  19623. 'external' => '0',
  19624. 'has_children' => '0',
  19625. 'expanded' => '0',
  19626. 'weight' => '10',
  19627. 'depth' => '1',
  19628. 'customized' => '0',
  19629. 'p1' => '14',
  19630. 'p2' => '0',
  19631. 'p3' => '0',
  19632. 'p4' => '0',
  19633. 'p5' => '0',
  19634. 'p6' => '0',
  19635. 'p7' => '0',
  19636. 'p8' => '0',
  19637. 'p9' => '0',
  19638. 'updated' => '0',
  19639. ))
  19640. ->values(array(
  19641. 'menu_name' => 'management',
  19642. 'mlid' => '15',
  19643. 'plid' => '1',
  19644. 'link_path' => 'admin/modules',
  19645. 'router_path' => 'admin/modules',
  19646. 'link_title' => 'Modules',
  19647. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:26:"Extend site functionality.";}}',
  19648. 'module' => 'system',
  19649. 'hidden' => '0',
  19650. 'external' => '0',
  19651. 'has_children' => '0',
  19652. 'expanded' => '0',
  19653. 'weight' => '-2',
  19654. 'depth' => '2',
  19655. 'customized' => '0',
  19656. 'p1' => '1',
  19657. 'p2' => '15',
  19658. 'p3' => '0',
  19659. 'p4' => '0',
  19660. 'p5' => '0',
  19661. 'p6' => '0',
  19662. 'p7' => '0',
  19663. 'p8' => '0',
  19664. 'p9' => '0',
  19665. 'updated' => '0',
  19666. ))
  19667. ->values(array(
  19668. 'menu_name' => 'navigation',
  19669. 'mlid' => '16',
  19670. 'plid' => '0',
  19671. 'link_path' => 'user/%',
  19672. 'router_path' => 'user/%',
  19673. 'link_title' => 'My account',
  19674. 'options' => 'a:0:{}',
  19675. 'module' => 'system',
  19676. 'hidden' => '0',
  19677. 'external' => '0',
  19678. 'has_children' => '1',
  19679. 'expanded' => '0',
  19680. 'weight' => '0',
  19681. 'depth' => '1',
  19682. 'customized' => '0',
  19683. 'p1' => '16',
  19684. 'p2' => '0',
  19685. 'p3' => '0',
  19686. 'p4' => '0',
  19687. 'p5' => '0',
  19688. 'p6' => '0',
  19689. 'p7' => '0',
  19690. 'p8' => '0',
  19691. 'p9' => '0',
  19692. 'updated' => '0',
  19693. ))
  19694. ->values(array(
  19695. 'menu_name' => 'management',
  19696. 'mlid' => '17',
  19697. 'plid' => '1',
  19698. 'link_path' => 'admin/people',
  19699. 'router_path' => 'admin/people',
  19700. 'link_title' => 'People',
  19701. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Manage user accounts, roles, and permissions.";}}',
  19702. 'module' => 'system',
  19703. 'hidden' => '0',
  19704. 'external' => '0',
  19705. 'has_children' => '0',
  19706. 'expanded' => '0',
  19707. 'weight' => '-4',
  19708. 'depth' => '2',
  19709. 'customized' => '0',
  19710. 'p1' => '1',
  19711. 'p2' => '17',
  19712. 'p3' => '0',
  19713. 'p4' => '0',
  19714. 'p5' => '0',
  19715. 'p6' => '0',
  19716. 'p7' => '0',
  19717. 'p8' => '0',
  19718. 'p9' => '0',
  19719. 'updated' => '0',
  19720. ))
  19721. ->values(array(
  19722. 'menu_name' => 'management',
  19723. 'mlid' => '18',
  19724. 'plid' => '1',
  19725. 'link_path' => 'admin/reports',
  19726. 'router_path' => 'admin/reports',
  19727. 'link_title' => 'Reports',
  19728. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View reports, updates, and errors.";}}',
  19729. 'module' => 'system',
  19730. 'hidden' => '0',
  19731. 'external' => '0',
  19732. 'has_children' => '1',
  19733. 'expanded' => '0',
  19734. 'weight' => '5',
  19735. 'depth' => '2',
  19736. 'customized' => '0',
  19737. 'p1' => '1',
  19738. 'p2' => '18',
  19739. 'p3' => '0',
  19740. 'p4' => '0',
  19741. 'p5' => '0',
  19742. 'p6' => '0',
  19743. 'p7' => '0',
  19744. 'p8' => '0',
  19745. 'p9' => '0',
  19746. 'updated' => '0',
  19747. ))
  19748. ->values(array(
  19749. 'menu_name' => 'user-menu',
  19750. 'mlid' => '19',
  19751. 'plid' => '2',
  19752. 'link_path' => 'user/password',
  19753. 'router_path' => 'user/password',
  19754. 'link_title' => 'Request new password',
  19755. 'options' => 'a:0:{}',
  19756. 'module' => 'system',
  19757. 'hidden' => '-1',
  19758. 'external' => '0',
  19759. 'has_children' => '0',
  19760. 'expanded' => '0',
  19761. 'weight' => '0',
  19762. 'depth' => '2',
  19763. 'customized' => '0',
  19764. 'p1' => '2',
  19765. 'p2' => '19',
  19766. 'p3' => '0',
  19767. 'p4' => '0',
  19768. 'p5' => '0',
  19769. 'p6' => '0',
  19770. 'p7' => '0',
  19771. 'p8' => '0',
  19772. 'p9' => '0',
  19773. 'updated' => '0',
  19774. ))
  19775. ->values(array(
  19776. 'menu_name' => 'management',
  19777. 'mlid' => '20',
  19778. 'plid' => '1',
  19779. 'link_path' => 'admin/structure',
  19780. 'router_path' => 'admin/structure',
  19781. 'link_title' => 'Structure',
  19782. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Administer blocks, content types, menus, etc.";}}',
  19783. 'module' => 'system',
  19784. 'hidden' => '0',
  19785. 'external' => '0',
  19786. 'has_children' => '1',
  19787. 'expanded' => '0',
  19788. 'weight' => '-8',
  19789. 'depth' => '2',
  19790. 'customized' => '0',
  19791. 'p1' => '1',
  19792. 'p2' => '20',
  19793. 'p3' => '0',
  19794. 'p4' => '0',
  19795. 'p5' => '0',
  19796. 'p6' => '0',
  19797. 'p7' => '0',
  19798. 'p8' => '0',
  19799. 'p9' => '0',
  19800. 'updated' => '0',
  19801. ))
  19802. ->values(array(
  19803. 'menu_name' => 'management',
  19804. 'mlid' => '21',
  19805. 'plid' => '1',
  19806. 'link_path' => 'admin/tasks',
  19807. 'router_path' => 'admin/tasks',
  19808. 'link_title' => 'Tasks',
  19809. 'options' => 'a:0:{}',
  19810. 'module' => 'system',
  19811. 'hidden' => '-1',
  19812. 'external' => '0',
  19813. 'has_children' => '0',
  19814. 'expanded' => '0',
  19815. 'weight' => '-20',
  19816. 'depth' => '2',
  19817. 'customized' => '0',
  19818. 'p1' => '1',
  19819. 'p2' => '21',
  19820. 'p3' => '0',
  19821. 'p4' => '0',
  19822. 'p5' => '0',
  19823. 'p6' => '0',
  19824. 'p7' => '0',
  19825. 'p8' => '0',
  19826. 'p9' => '0',
  19827. 'updated' => '0',
  19828. ))
  19829. ->values(array(
  19830. 'menu_name' => 'navigation',
  19831. 'mlid' => '22',
  19832. 'plid' => '0',
  19833. 'link_path' => 'comment/reply/%',
  19834. 'router_path' => 'comment/reply/%',
  19835. 'link_title' => 'Add new comment',
  19836. 'options' => 'a:0:{}',
  19837. 'module' => 'system',
  19838. 'hidden' => '0',
  19839. 'external' => '0',
  19840. 'has_children' => '0',
  19841. 'expanded' => '0',
  19842. 'weight' => '0',
  19843. 'depth' => '1',
  19844. 'customized' => '0',
  19845. 'p1' => '22',
  19846. 'p2' => '0',
  19847. 'p3' => '0',
  19848. 'p4' => '0',
  19849. 'p5' => '0',
  19850. 'p6' => '0',
  19851. 'p7' => '0',
  19852. 'p8' => '0',
  19853. 'p9' => '0',
  19854. 'updated' => '0',
  19855. ))
  19856. ->values(array(
  19857. 'menu_name' => 'navigation',
  19858. 'mlid' => '23',
  19859. 'plid' => '3',
  19860. 'link_path' => 'comment/%/approve',
  19861. 'router_path' => 'comment/%/approve',
  19862. 'link_title' => 'Approve',
  19863. 'options' => 'a:0:{}',
  19864. 'module' => 'system',
  19865. 'hidden' => '0',
  19866. 'external' => '0',
  19867. 'has_children' => '0',
  19868. 'expanded' => '0',
  19869. 'weight' => '1',
  19870. 'depth' => '2',
  19871. 'customized' => '0',
  19872. 'p1' => '3',
  19873. 'p2' => '23',
  19874. 'p3' => '0',
  19875. 'p4' => '0',
  19876. 'p5' => '0',
  19877. 'p6' => '0',
  19878. 'p7' => '0',
  19879. 'p8' => '0',
  19880. 'p9' => '0',
  19881. 'updated' => '0',
  19882. ))
  19883. ->values(array(
  19884. 'menu_name' => 'navigation',
  19885. 'mlid' => '24',
  19886. 'plid' => '3',
  19887. 'link_path' => 'comment/%/delete',
  19888. 'router_path' => 'comment/%/delete',
  19889. 'link_title' => 'Delete',
  19890. 'options' => 'a:0:{}',
  19891. 'module' => 'system',
  19892. 'hidden' => '-1',
  19893. 'external' => '0',
  19894. 'has_children' => '0',
  19895. 'expanded' => '0',
  19896. 'weight' => '2',
  19897. 'depth' => '2',
  19898. 'customized' => '0',
  19899. 'p1' => '3',
  19900. 'p2' => '24',
  19901. 'p3' => '0',
  19902. 'p4' => '0',
  19903. 'p5' => '0',
  19904. 'p6' => '0',
  19905. 'p7' => '0',
  19906. 'p8' => '0',
  19907. 'p9' => '0',
  19908. 'updated' => '0',
  19909. ))
  19910. ->values(array(
  19911. 'menu_name' => 'navigation',
  19912. 'mlid' => '25',
  19913. 'plid' => '3',
  19914. 'link_path' => 'comment/%/edit',
  19915. 'router_path' => 'comment/%/edit',
  19916. 'link_title' => 'Edit',
  19917. 'options' => 'a:0:{}',
  19918. 'module' => 'system',
  19919. 'hidden' => '-1',
  19920. 'external' => '0',
  19921. 'has_children' => '0',
  19922. 'expanded' => '0',
  19923. 'weight' => '0',
  19924. 'depth' => '2',
  19925. 'customized' => '0',
  19926. 'p1' => '3',
  19927. 'p2' => '25',
  19928. 'p3' => '0',
  19929. 'p4' => '0',
  19930. 'p5' => '0',
  19931. 'p6' => '0',
  19932. 'p7' => '0',
  19933. 'p8' => '0',
  19934. 'p9' => '0',
  19935. 'updated' => '0',
  19936. ))
  19937. ->values(array(
  19938. 'menu_name' => 'navigation',
  19939. 'mlid' => '26',
  19940. 'plid' => '3',
  19941. 'link_path' => 'comment/%/view',
  19942. 'router_path' => 'comment/%/view',
  19943. 'link_title' => 'View comment',
  19944. 'options' => 'a:0:{}',
  19945. 'module' => 'system',
  19946. 'hidden' => '-1',
  19947. 'external' => '0',
  19948. 'has_children' => '0',
  19949. 'expanded' => '0',
  19950. 'weight' => '-10',
  19951. 'depth' => '2',
  19952. 'customized' => '0',
  19953. 'p1' => '3',
  19954. 'p2' => '26',
  19955. 'p3' => '0',
  19956. 'p4' => '0',
  19957. 'p5' => '0',
  19958. 'p6' => '0',
  19959. 'p7' => '0',
  19960. 'p8' => '0',
  19961. 'p9' => '0',
  19962. 'updated' => '0',
  19963. ))
  19964. ->values(array(
  19965. 'menu_name' => 'management',
  19966. 'mlid' => '27',
  19967. 'plid' => '17',
  19968. 'link_path' => 'admin/people/create',
  19969. 'router_path' => 'admin/people/create',
  19970. 'link_title' => 'Add user',
  19971. 'options' => 'a:0:{}',
  19972. 'module' => 'system',
  19973. 'hidden' => '-1',
  19974. 'external' => '0',
  19975. 'has_children' => '0',
  19976. 'expanded' => '0',
  19977. 'weight' => '0',
  19978. 'depth' => '3',
  19979. 'customized' => '0',
  19980. 'p1' => '1',
  19981. 'p2' => '17',
  19982. 'p3' => '27',
  19983. 'p4' => '0',
  19984. 'p5' => '0',
  19985. 'p6' => '0',
  19986. 'p7' => '0',
  19987. 'p8' => '0',
  19988. 'p9' => '0',
  19989. 'updated' => '0',
  19990. ))
  19991. ->values(array(
  19992. 'menu_name' => 'management',
  19993. 'mlid' => '28',
  19994. 'plid' => '20',
  19995. 'link_path' => 'admin/structure/block',
  19996. 'router_path' => 'admin/structure/block',
  19997. 'link_title' => 'Blocks',
  19998. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:79:\"Configure what block content appears in your site's sidebars and other regions.\";}}",
  19999. 'module' => 'system',
  20000. 'hidden' => '0',
  20001. 'external' => '0',
  20002. 'has_children' => '1',
  20003. 'expanded' => '0',
  20004. 'weight' => '0',
  20005. 'depth' => '3',
  20006. 'customized' => '0',
  20007. 'p1' => '1',
  20008. 'p2' => '20',
  20009. 'p3' => '28',
  20010. 'p4' => '0',
  20011. 'p5' => '0',
  20012. 'p6' => '0',
  20013. 'p7' => '0',
  20014. 'p8' => '0',
  20015. 'p9' => '0',
  20016. 'updated' => '0',
  20017. ))
  20018. ->values(array(
  20019. 'menu_name' => 'navigation',
  20020. 'mlid' => '29',
  20021. 'plid' => '16',
  20022. 'link_path' => 'user/%/cancel',
  20023. 'router_path' => 'user/%/cancel',
  20024. 'link_title' => 'Cancel account',
  20025. 'options' => 'a:0:{}',
  20026. 'module' => 'system',
  20027. 'hidden' => '0',
  20028. 'external' => '0',
  20029. 'has_children' => '1',
  20030. 'expanded' => '0',
  20031. 'weight' => '0',
  20032. 'depth' => '2',
  20033. 'customized' => '0',
  20034. 'p1' => '16',
  20035. 'p2' => '29',
  20036. 'p3' => '0',
  20037. 'p4' => '0',
  20038. 'p5' => '0',
  20039. 'p6' => '0',
  20040. 'p7' => '0',
  20041. 'p8' => '0',
  20042. 'p9' => '0',
  20043. 'updated' => '0',
  20044. ))
  20045. ->values(array(
  20046. 'menu_name' => 'management',
  20047. 'mlid' => '30',
  20048. 'plid' => '9',
  20049. 'link_path' => 'admin/content/comment',
  20050. 'router_path' => 'admin/content/comment',
  20051. 'link_title' => 'Comments',
  20052. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"List and edit site comments and the comment approval queue.";}}',
  20053. 'module' => 'system',
  20054. 'hidden' => '0',
  20055. 'external' => '0',
  20056. 'has_children' => '0',
  20057. 'expanded' => '0',
  20058. 'weight' => '0',
  20059. 'depth' => '3',
  20060. 'customized' => '0',
  20061. 'p1' => '1',
  20062. 'p2' => '9',
  20063. 'p3' => '30',
  20064. 'p4' => '0',
  20065. 'p5' => '0',
  20066. 'p6' => '0',
  20067. 'p7' => '0',
  20068. 'p8' => '0',
  20069. 'p9' => '0',
  20070. 'updated' => '0',
  20071. ))
  20072. ->values(array(
  20073. 'menu_name' => 'management',
  20074. 'mlid' => '32',
  20075. 'plid' => '9',
  20076. 'link_path' => 'admin/content/node',
  20077. 'router_path' => 'admin/content/node',
  20078. 'link_title' => 'Content',
  20079. 'options' => 'a:0:{}',
  20080. 'module' => 'system',
  20081. 'hidden' => '-1',
  20082. 'external' => '0',
  20083. 'has_children' => '0',
  20084. 'expanded' => '0',
  20085. 'weight' => '-10',
  20086. 'depth' => '3',
  20087. 'customized' => '0',
  20088. 'p1' => '1',
  20089. 'p2' => '9',
  20090. 'p3' => '32',
  20091. 'p4' => '0',
  20092. 'p5' => '0',
  20093. 'p6' => '0',
  20094. 'p7' => '0',
  20095. 'p8' => '0',
  20096. 'p9' => '0',
  20097. 'updated' => '0',
  20098. ))
  20099. ->values(array(
  20100. 'menu_name' => 'management',
  20101. 'mlid' => '33',
  20102. 'plid' => '8',
  20103. 'link_path' => 'admin/config/content',
  20104. 'router_path' => 'admin/config/content',
  20105. 'link_title' => 'Content authoring',
  20106. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:53:"Settings related to formatting and authoring content.";}}',
  20107. 'module' => 'system',
  20108. 'hidden' => '0',
  20109. 'external' => '0',
  20110. 'has_children' => '1',
  20111. 'expanded' => '0',
  20112. 'weight' => '-15',
  20113. 'depth' => '3',
  20114. 'customized' => '0',
  20115. 'p1' => '1',
  20116. 'p2' => '8',
  20117. 'p3' => '33',
  20118. 'p4' => '0',
  20119. 'p5' => '0',
  20120. 'p6' => '0',
  20121. 'p7' => '0',
  20122. 'p8' => '0',
  20123. 'p9' => '0',
  20124. 'updated' => '0',
  20125. ))
  20126. ->values(array(
  20127. 'menu_name' => 'management',
  20128. 'mlid' => '34',
  20129. 'plid' => '20',
  20130. 'link_path' => 'admin/structure/types',
  20131. 'router_path' => 'admin/structure/types',
  20132. 'link_title' => 'Content types',
  20133. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:92:"Manage content types, including default status, front page promotion, comment settings, etc.";}}',
  20134. 'module' => 'system',
  20135. 'hidden' => '0',
  20136. 'external' => '0',
  20137. 'has_children' => '1',
  20138. 'expanded' => '0',
  20139. 'weight' => '0',
  20140. 'depth' => '3',
  20141. 'customized' => '0',
  20142. 'p1' => '1',
  20143. 'p2' => '20',
  20144. 'p3' => '34',
  20145. 'p4' => '0',
  20146. 'p5' => '0',
  20147. 'p6' => '0',
  20148. 'p7' => '0',
  20149. 'p8' => '0',
  20150. 'p9' => '0',
  20151. 'updated' => '0',
  20152. ))
  20153. ->values(array(
  20154. 'menu_name' => 'navigation',
  20155. 'mlid' => '36',
  20156. 'plid' => '5',
  20157. 'link_path' => 'node/%/delete',
  20158. 'router_path' => 'node/%/delete',
  20159. 'link_title' => 'Delete',
  20160. 'options' => 'a:0:{}',
  20161. 'module' => 'system',
  20162. 'hidden' => '-1',
  20163. 'external' => '0',
  20164. 'has_children' => '0',
  20165. 'expanded' => '0',
  20166. 'weight' => '1',
  20167. 'depth' => '2',
  20168. 'customized' => '0',
  20169. 'p1' => '5',
  20170. 'p2' => '36',
  20171. 'p3' => '0',
  20172. 'p4' => '0',
  20173. 'p5' => '0',
  20174. 'p6' => '0',
  20175. 'p7' => '0',
  20176. 'p8' => '0',
  20177. 'p9' => '0',
  20178. 'updated' => '0',
  20179. ))
  20180. ->values(array(
  20181. 'menu_name' => 'management',
  20182. 'mlid' => '37',
  20183. 'plid' => '8',
  20184. 'link_path' => 'admin/config/development',
  20185. 'router_path' => 'admin/config/development',
  20186. 'link_title' => 'Development',
  20187. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Development tools.";}}',
  20188. 'module' => 'system',
  20189. 'hidden' => '0',
  20190. 'external' => '0',
  20191. 'has_children' => '1',
  20192. 'expanded' => '0',
  20193. 'weight' => '-10',
  20194. 'depth' => '3',
  20195. 'customized' => '0',
  20196. 'p1' => '1',
  20197. 'p2' => '8',
  20198. 'p3' => '37',
  20199. 'p4' => '0',
  20200. 'p5' => '0',
  20201. 'p6' => '0',
  20202. 'p7' => '0',
  20203. 'p8' => '0',
  20204. 'p9' => '0',
  20205. 'updated' => '0',
  20206. ))
  20207. ->values(array(
  20208. 'menu_name' => 'navigation',
  20209. 'mlid' => '38',
  20210. 'plid' => '16',
  20211. 'link_path' => 'user/%/edit',
  20212. 'router_path' => 'user/%/edit',
  20213. 'link_title' => 'Edit',
  20214. 'options' => 'a:0:{}',
  20215. 'module' => 'system',
  20216. 'hidden' => '-1',
  20217. 'external' => '0',
  20218. 'has_children' => '0',
  20219. 'expanded' => '0',
  20220. 'weight' => '0',
  20221. 'depth' => '2',
  20222. 'customized' => '0',
  20223. 'p1' => '16',
  20224. 'p2' => '38',
  20225. 'p3' => '0',
  20226. 'p4' => '0',
  20227. 'p5' => '0',
  20228. 'p6' => '0',
  20229. 'p7' => '0',
  20230. 'p8' => '0',
  20231. 'p9' => '0',
  20232. 'updated' => '0',
  20233. ))
  20234. ->values(array(
  20235. 'menu_name' => 'navigation',
  20236. 'mlid' => '39',
  20237. 'plid' => '5',
  20238. 'link_path' => 'node/%/edit',
  20239. 'router_path' => 'node/%/edit',
  20240. 'link_title' => 'Edit',
  20241. 'options' => 'a:0:{}',
  20242. 'module' => 'system',
  20243. 'hidden' => '-1',
  20244. 'external' => '0',
  20245. 'has_children' => '0',
  20246. 'expanded' => '0',
  20247. 'weight' => '0',
  20248. 'depth' => '2',
  20249. 'customized' => '0',
  20250. 'p1' => '5',
  20251. 'p2' => '39',
  20252. 'p3' => '0',
  20253. 'p4' => '0',
  20254. 'p5' => '0',
  20255. 'p6' => '0',
  20256. 'p7' => '0',
  20257. 'p8' => '0',
  20258. 'p9' => '0',
  20259. 'updated' => '0',
  20260. ))
  20261. ->values(array(
  20262. 'menu_name' => 'management',
  20263. 'mlid' => '40',
  20264. 'plid' => '15',
  20265. 'link_path' => 'admin/modules/list',
  20266. 'router_path' => 'admin/modules/list',
  20267. 'link_title' => 'List',
  20268. 'options' => 'a:0:{}',
  20269. 'module' => 'system',
  20270. 'hidden' => '-1',
  20271. 'external' => '0',
  20272. 'has_children' => '0',
  20273. 'expanded' => '0',
  20274. 'weight' => '0',
  20275. 'depth' => '3',
  20276. 'customized' => '0',
  20277. 'p1' => '1',
  20278. 'p2' => '15',
  20279. 'p3' => '40',
  20280. 'p4' => '0',
  20281. 'p5' => '0',
  20282. 'p6' => '0',
  20283. 'p7' => '0',
  20284. 'p8' => '0',
  20285. 'p9' => '0',
  20286. 'updated' => '0',
  20287. ))
  20288. ->values(array(
  20289. 'menu_name' => 'management',
  20290. 'mlid' => '41',
  20291. 'plid' => '17',
  20292. 'link_path' => 'admin/people/people',
  20293. 'router_path' => 'admin/people/people',
  20294. 'link_title' => 'List',
  20295. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:50:"Find and manage people interacting with your site.";}}',
  20296. 'module' => 'system',
  20297. 'hidden' => '-1',
  20298. 'external' => '0',
  20299. 'has_children' => '0',
  20300. 'expanded' => '0',
  20301. 'weight' => '-10',
  20302. 'depth' => '3',
  20303. 'customized' => '0',
  20304. 'p1' => '1',
  20305. 'p2' => '17',
  20306. 'p3' => '41',
  20307. 'p4' => '0',
  20308. 'p5' => '0',
  20309. 'p6' => '0',
  20310. 'p7' => '0',
  20311. 'p8' => '0',
  20312. 'p9' => '0',
  20313. 'updated' => '0',
  20314. ))
  20315. ->values(array(
  20316. 'menu_name' => 'management',
  20317. 'mlid' => '42',
  20318. 'plid' => '7',
  20319. 'link_path' => 'admin/appearance/list',
  20320. 'router_path' => 'admin/appearance/list',
  20321. 'link_title' => 'List',
  20322. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:31:"Select and configure your theme";}}',
  20323. 'module' => 'system',
  20324. 'hidden' => '-1',
  20325. 'external' => '0',
  20326. 'has_children' => '0',
  20327. 'expanded' => '0',
  20328. 'weight' => '-1',
  20329. 'depth' => '3',
  20330. 'customized' => '0',
  20331. 'p1' => '1',
  20332. 'p2' => '7',
  20333. 'p3' => '42',
  20334. 'p4' => '0',
  20335. 'p5' => '0',
  20336. 'p6' => '0',
  20337. 'p7' => '0',
  20338. 'p8' => '0',
  20339. 'p9' => '0',
  20340. 'updated' => '0',
  20341. ))
  20342. ->values(array(
  20343. 'menu_name' => 'management',
  20344. 'mlid' => '43',
  20345. 'plid' => '8',
  20346. 'link_path' => 'admin/config/media',
  20347. 'router_path' => 'admin/config/media',
  20348. 'link_title' => 'Media',
  20349. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:12:"Media tools.";}}',
  20350. 'module' => 'system',
  20351. 'hidden' => '0',
  20352. 'external' => '0',
  20353. 'has_children' => '1',
  20354. 'expanded' => '0',
  20355. 'weight' => '-10',
  20356. 'depth' => '3',
  20357. 'customized' => '0',
  20358. 'p1' => '1',
  20359. 'p2' => '8',
  20360. 'p3' => '43',
  20361. 'p4' => '0',
  20362. 'p5' => '0',
  20363. 'p6' => '0',
  20364. 'p7' => '0',
  20365. 'p8' => '0',
  20366. 'p9' => '0',
  20367. 'updated' => '0',
  20368. ))
  20369. ->values(array(
  20370. 'menu_name' => 'management',
  20371. 'mlid' => '44',
  20372. 'plid' => '20',
  20373. 'link_path' => 'admin/structure/menu',
  20374. 'router_path' => 'admin/structure/menu',
  20375. 'link_title' => 'Menus',
  20376. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:86:"Add new menus to your site, edit existing menus, and rename and reorganize menu links.";}}',
  20377. 'module' => 'system',
  20378. 'hidden' => '0',
  20379. 'external' => '0',
  20380. 'has_children' => '1',
  20381. 'expanded' => '0',
  20382. 'weight' => '0',
  20383. 'depth' => '3',
  20384. 'customized' => '0',
  20385. 'p1' => '1',
  20386. 'p2' => '20',
  20387. 'p3' => '44',
  20388. 'p4' => '0',
  20389. 'p5' => '0',
  20390. 'p6' => '0',
  20391. 'p7' => '0',
  20392. 'p8' => '0',
  20393. 'p9' => '0',
  20394. 'updated' => '0',
  20395. ))
  20396. ->values(array(
  20397. 'menu_name' => 'management',
  20398. 'mlid' => '45',
  20399. 'plid' => '8',
  20400. 'link_path' => 'admin/config/people',
  20401. 'router_path' => 'admin/config/people',
  20402. 'link_title' => 'People',
  20403. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:24:"Configure user accounts.";}}',
  20404. 'module' => 'system',
  20405. 'hidden' => '0',
  20406. 'external' => '0',
  20407. 'has_children' => '1',
  20408. 'expanded' => '0',
  20409. 'weight' => '-20',
  20410. 'depth' => '3',
  20411. 'customized' => '0',
  20412. 'p1' => '1',
  20413. 'p2' => '8',
  20414. 'p3' => '45',
  20415. 'p4' => '0',
  20416. 'p5' => '0',
  20417. 'p6' => '0',
  20418. 'p7' => '0',
  20419. 'p8' => '0',
  20420. 'p9' => '0',
  20421. 'updated' => '0',
  20422. ))
  20423. ->values(array(
  20424. 'menu_name' => 'management',
  20425. 'mlid' => '46',
  20426. 'plid' => '17',
  20427. 'link_path' => 'admin/people/permissions',
  20428. 'router_path' => 'admin/people/permissions',
  20429. 'link_title' => 'Permissions',
  20430. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
  20431. 'module' => 'system',
  20432. 'hidden' => '-1',
  20433. 'external' => '0',
  20434. 'has_children' => '0',
  20435. 'expanded' => '0',
  20436. 'weight' => '0',
  20437. 'depth' => '3',
  20438. 'customized' => '0',
  20439. 'p1' => '1',
  20440. 'p2' => '17',
  20441. 'p3' => '46',
  20442. 'p4' => '0',
  20443. 'p5' => '0',
  20444. 'p6' => '0',
  20445. 'p7' => '0',
  20446. 'p8' => '0',
  20447. 'p9' => '0',
  20448. 'updated' => '0',
  20449. ))
  20450. ->values(array(
  20451. 'menu_name' => 'management',
  20452. 'mlid' => '47',
  20453. 'plid' => '18',
  20454. 'link_path' => 'admin/reports/dblog',
  20455. 'router_path' => 'admin/reports/dblog',
  20456. 'link_title' => 'Recent log messages',
  20457. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View events that have recently been logged.";}}',
  20458. 'module' => 'system',
  20459. 'hidden' => '0',
  20460. 'external' => '0',
  20461. 'has_children' => '0',
  20462. 'expanded' => '0',
  20463. 'weight' => '-1',
  20464. 'depth' => '3',
  20465. 'customized' => '0',
  20466. 'p1' => '1',
  20467. 'p2' => '18',
  20468. 'p3' => '47',
  20469. 'p4' => '0',
  20470. 'p5' => '0',
  20471. 'p6' => '0',
  20472. 'p7' => '0',
  20473. 'p8' => '0',
  20474. 'p9' => '0',
  20475. 'updated' => '0',
  20476. ))
  20477. ->values(array(
  20478. 'menu_name' => 'management',
  20479. 'mlid' => '48',
  20480. 'plid' => '8',
  20481. 'link_path' => 'admin/config/regional',
  20482. 'router_path' => 'admin/config/regional',
  20483. 'link_title' => 'Regional and language',
  20484. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Regional settings, localization and translation.";}}',
  20485. 'module' => 'system',
  20486. 'hidden' => '0',
  20487. 'external' => '0',
  20488. 'has_children' => '1',
  20489. 'expanded' => '0',
  20490. 'weight' => '-5',
  20491. 'depth' => '3',
  20492. 'customized' => '0',
  20493. 'p1' => '1',
  20494. 'p2' => '8',
  20495. 'p3' => '48',
  20496. 'p4' => '0',
  20497. 'p5' => '0',
  20498. 'p6' => '0',
  20499. 'p7' => '0',
  20500. 'p8' => '0',
  20501. 'p9' => '0',
  20502. 'updated' => '0',
  20503. ))
  20504. ->values(array(
  20505. 'menu_name' => 'navigation',
  20506. 'mlid' => '49',
  20507. 'plid' => '5',
  20508. 'link_path' => 'node/%/revisions',
  20509. 'router_path' => 'node/%/revisions',
  20510. 'link_title' => 'Revisions',
  20511. 'options' => 'a:0:{}',
  20512. 'module' => 'system',
  20513. 'hidden' => '-1',
  20514. 'external' => '0',
  20515. 'has_children' => '1',
  20516. 'expanded' => '0',
  20517. 'weight' => '2',
  20518. 'depth' => '2',
  20519. 'customized' => '0',
  20520. 'p1' => '5',
  20521. 'p2' => '49',
  20522. 'p3' => '0',
  20523. 'p4' => '0',
  20524. 'p5' => '0',
  20525. 'p6' => '0',
  20526. 'p7' => '0',
  20527. 'p8' => '0',
  20528. 'p9' => '0',
  20529. 'updated' => '0',
  20530. ))
  20531. ->values(array(
  20532. 'menu_name' => 'management',
  20533. 'mlid' => '50',
  20534. 'plid' => '8',
  20535. 'link_path' => 'admin/config/search',
  20536. 'router_path' => 'admin/config/search',
  20537. 'link_title' => 'Search and metadata',
  20538. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:36:"Local site search, metadata and SEO.";}}',
  20539. 'module' => 'system',
  20540. 'hidden' => '0',
  20541. 'external' => '0',
  20542. 'has_children' => '1',
  20543. 'expanded' => '0',
  20544. 'weight' => '-10',
  20545. 'depth' => '3',
  20546. 'customized' => '0',
  20547. 'p1' => '1',
  20548. 'p2' => '8',
  20549. 'p3' => '50',
  20550. 'p4' => '0',
  20551. 'p5' => '0',
  20552. 'p6' => '0',
  20553. 'p7' => '0',
  20554. 'p8' => '0',
  20555. 'p9' => '0',
  20556. 'updated' => '0',
  20557. ))
  20558. ->values(array(
  20559. 'menu_name' => 'management',
  20560. 'mlid' => '51',
  20561. 'plid' => '7',
  20562. 'link_path' => 'admin/appearance/settings',
  20563. 'router_path' => 'admin/appearance/settings',
  20564. 'link_title' => 'Settings',
  20565. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:46:"Configure default and theme specific settings.";}}',
  20566. 'module' => 'system',
  20567. 'hidden' => '-1',
  20568. 'external' => '0',
  20569. 'has_children' => '0',
  20570. 'expanded' => '0',
  20571. 'weight' => '20',
  20572. 'depth' => '3',
  20573. 'customized' => '0',
  20574. 'p1' => '1',
  20575. 'p2' => '7',
  20576. 'p3' => '51',
  20577. 'p4' => '0',
  20578. 'p5' => '0',
  20579. 'p6' => '0',
  20580. 'p7' => '0',
  20581. 'p8' => '0',
  20582. 'p9' => '0',
  20583. 'updated' => '0',
  20584. ))
  20585. ->values(array(
  20586. 'menu_name' => 'management',
  20587. 'mlid' => '52',
  20588. 'plid' => '18',
  20589. 'link_path' => 'admin/reports/status',
  20590. 'router_path' => 'admin/reports/status',
  20591. 'link_title' => 'Status report',
  20592. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:74:\"Get a status report about your site's operation and any detected problems.\";}}",
  20593. 'module' => 'system',
  20594. 'hidden' => '0',
  20595. 'external' => '0',
  20596. 'has_children' => '0',
  20597. 'expanded' => '0',
  20598. 'weight' => '-60',
  20599. 'depth' => '3',
  20600. 'customized' => '0',
  20601. 'p1' => '1',
  20602. 'p2' => '18',
  20603. 'p3' => '52',
  20604. 'p4' => '0',
  20605. 'p5' => '0',
  20606. 'p6' => '0',
  20607. 'p7' => '0',
  20608. 'p8' => '0',
  20609. 'p9' => '0',
  20610. 'updated' => '0',
  20611. ))
  20612. ->values(array(
  20613. 'menu_name' => 'management',
  20614. 'mlid' => '53',
  20615. 'plid' => '8',
  20616. 'link_path' => 'admin/config/system',
  20617. 'router_path' => 'admin/config/system',
  20618. 'link_title' => 'System',
  20619. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:37:"General system related configuration.";}}',
  20620. 'module' => 'system',
  20621. 'hidden' => '0',
  20622. 'external' => '0',
  20623. 'has_children' => '1',
  20624. 'expanded' => '0',
  20625. 'weight' => '-20',
  20626. 'depth' => '3',
  20627. 'customized' => '0',
  20628. 'p1' => '1',
  20629. 'p2' => '8',
  20630. 'p3' => '53',
  20631. 'p4' => '0',
  20632. 'p5' => '0',
  20633. 'p6' => '0',
  20634. 'p7' => '0',
  20635. 'p8' => '0',
  20636. 'p9' => '0',
  20637. 'updated' => '0',
  20638. ))
  20639. ->values(array(
  20640. 'menu_name' => 'management',
  20641. 'mlid' => '54',
  20642. 'plid' => '18',
  20643. 'link_path' => 'admin/reports/access-denied',
  20644. 'router_path' => 'admin/reports/access-denied',
  20645. 'link_title' => "Top 'access denied' errors",
  20646. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"View 'access denied' errors (403s).\";}}",
  20647. 'module' => 'system',
  20648. 'hidden' => '0',
  20649. 'external' => '0',
  20650. 'has_children' => '0',
  20651. 'expanded' => '0',
  20652. 'weight' => '0',
  20653. 'depth' => '3',
  20654. 'customized' => '0',
  20655. 'p1' => '1',
  20656. 'p2' => '18',
  20657. 'p3' => '54',
  20658. 'p4' => '0',
  20659. 'p5' => '0',
  20660. 'p6' => '0',
  20661. 'p7' => '0',
  20662. 'p8' => '0',
  20663. 'p9' => '0',
  20664. 'updated' => '0',
  20665. ))
  20666. ->values(array(
  20667. 'menu_name' => 'management',
  20668. 'mlid' => '55',
  20669. 'plid' => '18',
  20670. 'link_path' => 'admin/reports/page-not-found',
  20671. 'router_path' => 'admin/reports/page-not-found',
  20672. 'link_title' => "Top 'page not found' errors",
  20673. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:36:\"View 'page not found' errors (404s).\";}}",
  20674. 'module' => 'system',
  20675. 'hidden' => '0',
  20676. 'external' => '0',
  20677. 'has_children' => '0',
  20678. 'expanded' => '0',
  20679. 'weight' => '0',
  20680. 'depth' => '3',
  20681. 'customized' => '0',
  20682. 'p1' => '1',
  20683. 'p2' => '18',
  20684. 'p3' => '55',
  20685. 'p4' => '0',
  20686. 'p5' => '0',
  20687. 'p6' => '0',
  20688. 'p7' => '0',
  20689. 'p8' => '0',
  20690. 'p9' => '0',
  20691. 'updated' => '0',
  20692. ))
  20693. ->values(array(
  20694. 'menu_name' => 'management',
  20695. 'mlid' => '56',
  20696. 'plid' => '15',
  20697. 'link_path' => 'admin/modules/uninstall',
  20698. 'router_path' => 'admin/modules/uninstall',
  20699. 'link_title' => 'Uninstall',
  20700. 'options' => 'a:0:{}',
  20701. 'module' => 'system',
  20702. 'hidden' => '-1',
  20703. 'external' => '0',
  20704. 'has_children' => '0',
  20705. 'expanded' => '0',
  20706. 'weight' => '20',
  20707. 'depth' => '3',
  20708. 'customized' => '0',
  20709. 'p1' => '1',
  20710. 'p2' => '15',
  20711. 'p3' => '56',
  20712. 'p4' => '0',
  20713. 'p5' => '0',
  20714. 'p6' => '0',
  20715. 'p7' => '0',
  20716. 'p8' => '0',
  20717. 'p9' => '0',
  20718. 'updated' => '0',
  20719. ))
  20720. ->values(array(
  20721. 'menu_name' => 'management',
  20722. 'mlid' => '57',
  20723. 'plid' => '8',
  20724. 'link_path' => 'admin/config/user-interface',
  20725. 'router_path' => 'admin/config/user-interface',
  20726. 'link_title' => 'User interface',
  20727. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Tools that enhance the user interface.";}}',
  20728. 'module' => 'system',
  20729. 'hidden' => '0',
  20730. 'external' => '0',
  20731. 'has_children' => '1',
  20732. 'expanded' => '0',
  20733. 'weight' => '-15',
  20734. 'depth' => '3',
  20735. 'customized' => '0',
  20736. 'p1' => '1',
  20737. 'p2' => '8',
  20738. 'p3' => '57',
  20739. 'p4' => '0',
  20740. 'p5' => '0',
  20741. 'p6' => '0',
  20742. 'p7' => '0',
  20743. 'p8' => '0',
  20744. 'p9' => '0',
  20745. 'updated' => '0',
  20746. ))
  20747. ->values(array(
  20748. 'menu_name' => 'navigation',
  20749. 'mlid' => '58',
  20750. 'plid' => '5',
  20751. 'link_path' => 'node/%/view',
  20752. 'router_path' => 'node/%/view',
  20753. 'link_title' => 'View',
  20754. 'options' => 'a:0:{}',
  20755. 'module' => 'system',
  20756. 'hidden' => '-1',
  20757. 'external' => '0',
  20758. 'has_children' => '0',
  20759. 'expanded' => '0',
  20760. 'weight' => '-10',
  20761. 'depth' => '2',
  20762. 'customized' => '0',
  20763. 'p1' => '5',
  20764. 'p2' => '58',
  20765. 'p3' => '0',
  20766. 'p4' => '0',
  20767. 'p5' => '0',
  20768. 'p6' => '0',
  20769. 'p7' => '0',
  20770. 'p8' => '0',
  20771. 'p9' => '0',
  20772. 'updated' => '0',
  20773. ))
  20774. ->values(array(
  20775. 'menu_name' => 'navigation',
  20776. 'mlid' => '59',
  20777. 'plid' => '16',
  20778. 'link_path' => 'user/%/view',
  20779. 'router_path' => 'user/%/view',
  20780. 'link_title' => 'View',
  20781. 'options' => 'a:0:{}',
  20782. 'module' => 'system',
  20783. 'hidden' => '-1',
  20784. 'external' => '0',
  20785. 'has_children' => '0',
  20786. 'expanded' => '0',
  20787. 'weight' => '-10',
  20788. 'depth' => '2',
  20789. 'customized' => '0',
  20790. 'p1' => '16',
  20791. 'p2' => '59',
  20792. 'p3' => '0',
  20793. 'p4' => '0',
  20794. 'p5' => '0',
  20795. 'p6' => '0',
  20796. 'p7' => '0',
  20797. 'p8' => '0',
  20798. 'p9' => '0',
  20799. 'updated' => '0',
  20800. ))
  20801. ->values(array(
  20802. 'menu_name' => 'management',
  20803. 'mlid' => '60',
  20804. 'plid' => '8',
  20805. 'link_path' => 'admin/config/services',
  20806. 'router_path' => 'admin/config/services',
  20807. 'link_title' => 'Web services',
  20808. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"Tools related to web services.";}}',
  20809. 'module' => 'system',
  20810. 'hidden' => '0',
  20811. 'external' => '0',
  20812. 'has_children' => '1',
  20813. 'expanded' => '0',
  20814. 'weight' => '0',
  20815. 'depth' => '3',
  20816. 'customized' => '0',
  20817. 'p1' => '1',
  20818. 'p2' => '8',
  20819. 'p3' => '60',
  20820. 'p4' => '0',
  20821. 'p5' => '0',
  20822. 'p6' => '0',
  20823. 'p7' => '0',
  20824. 'p8' => '0',
  20825. 'p9' => '0',
  20826. 'updated' => '0',
  20827. ))
  20828. ->values(array(
  20829. 'menu_name' => 'management',
  20830. 'mlid' => '61',
  20831. 'plid' => '8',
  20832. 'link_path' => 'admin/config/workflow',
  20833. 'router_path' => 'admin/config/workflow',
  20834. 'link_title' => 'Workflow',
  20835. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Content workflow, editorial workflow tools.";}}',
  20836. 'module' => 'system',
  20837. 'hidden' => '0',
  20838. 'external' => '0',
  20839. 'has_children' => '0',
  20840. 'expanded' => '0',
  20841. 'weight' => '5',
  20842. 'depth' => '3',
  20843. 'customized' => '0',
  20844. 'p1' => '1',
  20845. 'p2' => '8',
  20846. 'p3' => '61',
  20847. 'p4' => '0',
  20848. 'p5' => '0',
  20849. 'p6' => '0',
  20850. 'p7' => '0',
  20851. 'p8' => '0',
  20852. 'p9' => '0',
  20853. 'updated' => '0',
  20854. ))
  20855. ->values(array(
  20856. 'menu_name' => 'management',
  20857. 'mlid' => '66',
  20858. 'plid' => '45',
  20859. 'link_path' => 'admin/config/people/accounts',
  20860. 'router_path' => 'admin/config/people/accounts',
  20861. 'link_title' => 'Account settings',
  20862. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:109:"Configure default behavior of users, including registration requirements, e-mails, fields, and user pictures.";}}',
  20863. 'module' => 'system',
  20864. 'hidden' => '0',
  20865. 'external' => '0',
  20866. 'has_children' => '0',
  20867. 'expanded' => '0',
  20868. 'weight' => '-10',
  20869. 'depth' => '4',
  20870. 'customized' => '0',
  20871. 'p1' => '1',
  20872. 'p2' => '8',
  20873. 'p3' => '45',
  20874. 'p4' => '66',
  20875. 'p5' => '0',
  20876. 'p6' => '0',
  20877. 'p7' => '0',
  20878. 'p8' => '0',
  20879. 'p9' => '0',
  20880. 'updated' => '0',
  20881. ))
  20882. ->values(array(
  20883. 'menu_name' => 'management',
  20884. 'mlid' => '67',
  20885. 'plid' => '53',
  20886. 'link_path' => 'admin/config/system/actions',
  20887. 'router_path' => 'admin/config/system/actions',
  20888. 'link_title' => 'Actions',
  20889. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
  20890. 'module' => 'system',
  20891. 'hidden' => '0',
  20892. 'external' => '0',
  20893. 'has_children' => '1',
  20894. 'expanded' => '0',
  20895. 'weight' => '0',
  20896. 'depth' => '4',
  20897. 'customized' => '0',
  20898. 'p1' => '1',
  20899. 'p2' => '8',
  20900. 'p3' => '53',
  20901. 'p4' => '67',
  20902. 'p5' => '0',
  20903. 'p6' => '0',
  20904. 'p7' => '0',
  20905. 'p8' => '0',
  20906. 'p9' => '0',
  20907. 'updated' => '0',
  20908. ))
  20909. ->values(array(
  20910. 'menu_name' => 'management',
  20911. 'mlid' => '68',
  20912. 'plid' => '28',
  20913. 'link_path' => 'admin/structure/block/add',
  20914. 'router_path' => 'admin/structure/block/add',
  20915. 'link_title' => 'Add block',
  20916. 'options' => 'a:0:{}',
  20917. 'module' => 'system',
  20918. 'hidden' => '-1',
  20919. 'external' => '0',
  20920. 'has_children' => '0',
  20921. 'expanded' => '0',
  20922. 'weight' => '0',
  20923. 'depth' => '4',
  20924. 'customized' => '0',
  20925. 'p1' => '1',
  20926. 'p2' => '20',
  20927. 'p3' => '28',
  20928. 'p4' => '68',
  20929. 'p5' => '0',
  20930. 'p6' => '0',
  20931. 'p7' => '0',
  20932. 'p8' => '0',
  20933. 'p9' => '0',
  20934. 'updated' => '0',
  20935. ))
  20936. ->values(array(
  20937. 'menu_name' => 'management',
  20938. 'mlid' => '69',
  20939. 'plid' => '34',
  20940. 'link_path' => 'admin/structure/types/add',
  20941. 'router_path' => 'admin/structure/types/add',
  20942. 'link_title' => 'Add content type',
  20943. 'options' => 'a:0:{}',
  20944. 'module' => 'system',
  20945. 'hidden' => '-1',
  20946. 'external' => '0',
  20947. 'has_children' => '0',
  20948. 'expanded' => '0',
  20949. 'weight' => '0',
  20950. 'depth' => '4',
  20951. 'customized' => '0',
  20952. 'p1' => '1',
  20953. 'p2' => '20',
  20954. 'p3' => '34',
  20955. 'p4' => '69',
  20956. 'p5' => '0',
  20957. 'p6' => '0',
  20958. 'p7' => '0',
  20959. 'p8' => '0',
  20960. 'p9' => '0',
  20961. 'updated' => '0',
  20962. ))
  20963. ->values(array(
  20964. 'menu_name' => 'management',
  20965. 'mlid' => '70',
  20966. 'plid' => '44',
  20967. 'link_path' => 'admin/structure/menu/add',
  20968. 'router_path' => 'admin/structure/menu/add',
  20969. 'link_title' => 'Add menu',
  20970. 'options' => 'a:0:{}',
  20971. 'module' => 'system',
  20972. 'hidden' => '-1',
  20973. 'external' => '0',
  20974. 'has_children' => '0',
  20975. 'expanded' => '0',
  20976. 'weight' => '0',
  20977. 'depth' => '4',
  20978. 'customized' => '0',
  20979. 'p1' => '1',
  20980. 'p2' => '20',
  20981. 'p3' => '44',
  20982. 'p4' => '70',
  20983. 'p5' => '0',
  20984. 'p6' => '0',
  20985. 'p7' => '0',
  20986. 'p8' => '0',
  20987. 'p9' => '0',
  20988. 'updated' => '0',
  20989. ))
  20990. ->values(array(
  20991. 'menu_name' => 'management',
  20992. 'mlid' => '71',
  20993. 'plid' => '51',
  20994. 'link_path' => 'admin/appearance/settings/bartik',
  20995. 'router_path' => 'admin/appearance/settings/bartik',
  20996. 'link_title' => 'Bartik',
  20997. 'options' => 'a:0:{}',
  20998. 'module' => 'system',
  20999. 'hidden' => '-1',
  21000. 'external' => '0',
  21001. 'has_children' => '0',
  21002. 'expanded' => '0',
  21003. 'weight' => '0',
  21004. 'depth' => '4',
  21005. 'customized' => '0',
  21006. 'p1' => '1',
  21007. 'p2' => '7',
  21008. 'p3' => '51',
  21009. 'p4' => '71',
  21010. 'p5' => '0',
  21011. 'p6' => '0',
  21012. 'p7' => '0',
  21013. 'p8' => '0',
  21014. 'p9' => '0',
  21015. 'updated' => '0',
  21016. ))
  21017. ->values(array(
  21018. 'menu_name' => 'management',
  21019. 'mlid' => '72',
  21020. 'plid' => '50',
  21021. 'link_path' => 'admin/config/search/clean-urls',
  21022. 'router_path' => 'admin/config/search/clean-urls',
  21023. 'link_title' => 'Clean URLs',
  21024. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Enable or disable clean URLs for your site.";}}',
  21025. 'module' => 'system',
  21026. 'hidden' => '0',
  21027. 'external' => '0',
  21028. 'has_children' => '0',
  21029. 'expanded' => '0',
  21030. 'weight' => '5',
  21031. 'depth' => '4',
  21032. 'customized' => '0',
  21033. 'p1' => '1',
  21034. 'p2' => '8',
  21035. 'p3' => '50',
  21036. 'p4' => '72',
  21037. 'p5' => '0',
  21038. 'p6' => '0',
  21039. 'p7' => '0',
  21040. 'p8' => '0',
  21041. 'p9' => '0',
  21042. 'updated' => '0',
  21043. ))
  21044. ->values(array(
  21045. 'menu_name' => 'management',
  21046. 'mlid' => '73',
  21047. 'plid' => '53',
  21048. 'link_path' => 'admin/config/system/cron',
  21049. 'router_path' => 'admin/config/system/cron',
  21050. 'link_title' => 'Cron',
  21051. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:40:"Manage automatic site maintenance tasks.";}}',
  21052. 'module' => 'system',
  21053. 'hidden' => '0',
  21054. 'external' => '0',
  21055. 'has_children' => '0',
  21056. 'expanded' => '0',
  21057. 'weight' => '20',
  21058. 'depth' => '4',
  21059. 'customized' => '0',
  21060. 'p1' => '1',
  21061. 'p2' => '8',
  21062. 'p3' => '53',
  21063. 'p4' => '73',
  21064. 'p5' => '0',
  21065. 'p6' => '0',
  21066. 'p7' => '0',
  21067. 'p8' => '0',
  21068. 'p9' => '0',
  21069. 'updated' => '0',
  21070. ))
  21071. ->values(array(
  21072. 'menu_name' => 'management',
  21073. 'mlid' => '74',
  21074. 'plid' => '48',
  21075. 'link_path' => 'admin/config/regional/date-time',
  21076. 'router_path' => 'admin/config/regional/date-time',
  21077. 'link_title' => 'Date and time',
  21078. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
  21079. 'module' => 'system',
  21080. 'hidden' => '0',
  21081. 'external' => '0',
  21082. 'has_children' => '0',
  21083. 'expanded' => '0',
  21084. 'weight' => '-15',
  21085. 'depth' => '4',
  21086. 'customized' => '0',
  21087. 'p1' => '1',
  21088. 'p2' => '8',
  21089. 'p3' => '48',
  21090. 'p4' => '74',
  21091. 'p5' => '0',
  21092. 'p6' => '0',
  21093. 'p7' => '0',
  21094. 'p8' => '0',
  21095. 'p9' => '0',
  21096. 'updated' => '0',
  21097. ))
  21098. ->values(array(
  21099. 'menu_name' => 'management',
  21100. 'mlid' => '75',
  21101. 'plid' => '18',
  21102. 'link_path' => 'admin/reports/event/%',
  21103. 'router_path' => 'admin/reports/event/%',
  21104. 'link_title' => 'Details',
  21105. 'options' => 'a:0:{}',
  21106. 'module' => 'system',
  21107. 'hidden' => '0',
  21108. 'external' => '0',
  21109. 'has_children' => '0',
  21110. 'expanded' => '0',
  21111. 'weight' => '0',
  21112. 'depth' => '3',
  21113. 'customized' => '0',
  21114. 'p1' => '1',
  21115. 'p2' => '18',
  21116. 'p3' => '75',
  21117. 'p4' => '0',
  21118. 'p5' => '0',
  21119. 'p6' => '0',
  21120. 'p7' => '0',
  21121. 'p8' => '0',
  21122. 'p9' => '0',
  21123. 'updated' => '0',
  21124. ))
  21125. ->values(array(
  21126. 'menu_name' => 'management',
  21127. 'mlid' => '76',
  21128. 'plid' => '43',
  21129. 'link_path' => 'admin/config/media/file-system',
  21130. 'router_path' => 'admin/config/media/file-system',
  21131. 'link_title' => 'File system',
  21132. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:68:"Tell Drupal where to store uploaded files and how they are accessed.";}}',
  21133. 'module' => 'system',
  21134. 'hidden' => '0',
  21135. 'external' => '0',
  21136. 'has_children' => '0',
  21137. 'expanded' => '0',
  21138. 'weight' => '-10',
  21139. 'depth' => '4',
  21140. 'customized' => '0',
  21141. 'p1' => '1',
  21142. 'p2' => '8',
  21143. 'p3' => '43',
  21144. 'p4' => '76',
  21145. 'p5' => '0',
  21146. 'p6' => '0',
  21147. 'p7' => '0',
  21148. 'p8' => '0',
  21149. 'p9' => '0',
  21150. 'updated' => '0',
  21151. ))
  21152. ->values(array(
  21153. 'menu_name' => 'management',
  21154. 'mlid' => '78',
  21155. 'plid' => '51',
  21156. 'link_path' => 'admin/appearance/settings/garland',
  21157. 'router_path' => 'admin/appearance/settings/garland',
  21158. 'link_title' => 'Garland',
  21159. 'options' => 'a:0:{}',
  21160. 'module' => 'system',
  21161. 'hidden' => '-1',
  21162. 'external' => '0',
  21163. 'has_children' => '0',
  21164. 'expanded' => '0',
  21165. 'weight' => '0',
  21166. 'depth' => '4',
  21167. 'customized' => '0',
  21168. 'p1' => '1',
  21169. 'p2' => '7',
  21170. 'p3' => '51',
  21171. 'p4' => '78',
  21172. 'p5' => '0',
  21173. 'p6' => '0',
  21174. 'p7' => '0',
  21175. 'p8' => '0',
  21176. 'p9' => '0',
  21177. 'updated' => '0',
  21178. ))
  21179. ->values(array(
  21180. 'menu_name' => 'management',
  21181. 'mlid' => '79',
  21182. 'plid' => '51',
  21183. 'link_path' => 'admin/appearance/settings/global',
  21184. 'router_path' => 'admin/appearance/settings/global',
  21185. 'link_title' => 'Global settings',
  21186. 'options' => 'a:0:{}',
  21187. 'module' => 'system',
  21188. 'hidden' => '-1',
  21189. 'external' => '0',
  21190. 'has_children' => '0',
  21191. 'expanded' => '0',
  21192. 'weight' => '-1',
  21193. 'depth' => '4',
  21194. 'customized' => '0',
  21195. 'p1' => '1',
  21196. 'p2' => '7',
  21197. 'p3' => '51',
  21198. 'p4' => '79',
  21199. 'p5' => '0',
  21200. 'p6' => '0',
  21201. 'p7' => '0',
  21202. 'p8' => '0',
  21203. 'p9' => '0',
  21204. 'updated' => '0',
  21205. ))
  21206. ->values(array(
  21207. 'menu_name' => 'management',
  21208. 'mlid' => '80',
  21209. 'plid' => '45',
  21210. 'link_path' => 'admin/config/people/ip-blocking',
  21211. 'router_path' => 'admin/config/people/ip-blocking',
  21212. 'link_title' => 'IP address blocking',
  21213. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Manage blocked IP addresses.";}}',
  21214. 'module' => 'system',
  21215. 'hidden' => '0',
  21216. 'external' => '0',
  21217. 'has_children' => '1',
  21218. 'expanded' => '0',
  21219. 'weight' => '10',
  21220. 'depth' => '4',
  21221. 'customized' => '0',
  21222. 'p1' => '1',
  21223. 'p2' => '8',
  21224. 'p3' => '45',
  21225. 'p4' => '80',
  21226. 'p5' => '0',
  21227. 'p6' => '0',
  21228. 'p7' => '0',
  21229. 'p8' => '0',
  21230. 'p9' => '0',
  21231. 'updated' => '0',
  21232. ))
  21233. ->values(array(
  21234. 'menu_name' => 'management',
  21235. 'mlid' => '81',
  21236. 'plid' => '43',
  21237. 'link_path' => 'admin/config/media/image-toolkit',
  21238. 'router_path' => 'admin/config/media/image-toolkit',
  21239. 'link_title' => 'Image toolkit',
  21240. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:74:"Choose which image toolkit to use if you have installed optional toolkits.";}}',
  21241. 'module' => 'system',
  21242. 'hidden' => '0',
  21243. 'external' => '0',
  21244. 'has_children' => '0',
  21245. 'expanded' => '0',
  21246. 'weight' => '20',
  21247. 'depth' => '4',
  21248. 'customized' => '0',
  21249. 'p1' => '1',
  21250. 'p2' => '8',
  21251. 'p3' => '43',
  21252. 'p4' => '81',
  21253. 'p5' => '0',
  21254. 'p6' => '0',
  21255. 'p7' => '0',
  21256. 'p8' => '0',
  21257. 'p9' => '0',
  21258. 'updated' => '0',
  21259. ))
  21260. ->values(array(
  21261. 'menu_name' => 'management',
  21262. 'mlid' => '82',
  21263. 'plid' => '40',
  21264. 'link_path' => 'admin/modules/list/confirm',
  21265. 'router_path' => 'admin/modules/list/confirm',
  21266. 'link_title' => 'List',
  21267. 'options' => 'a:0:{}',
  21268. 'module' => 'system',
  21269. 'hidden' => '-1',
  21270. 'external' => '0',
  21271. 'has_children' => '0',
  21272. 'expanded' => '0',
  21273. 'weight' => '0',
  21274. 'depth' => '4',
  21275. 'customized' => '0',
  21276. 'p1' => '1',
  21277. 'p2' => '15',
  21278. 'p3' => '40',
  21279. 'p4' => '82',
  21280. 'p5' => '0',
  21281. 'p6' => '0',
  21282. 'p7' => '0',
  21283. 'p8' => '0',
  21284. 'p9' => '0',
  21285. 'updated' => '0',
  21286. ))
  21287. ->values(array(
  21288. 'menu_name' => 'management',
  21289. 'mlid' => '83',
  21290. 'plid' => '34',
  21291. 'link_path' => 'admin/structure/types/list',
  21292. 'router_path' => 'admin/structure/types/list',
  21293. 'link_title' => 'List',
  21294. 'options' => 'a:0:{}',
  21295. 'module' => 'system',
  21296. 'hidden' => '-1',
  21297. 'external' => '0',
  21298. 'has_children' => '0',
  21299. 'expanded' => '0',
  21300. 'weight' => '-10',
  21301. 'depth' => '4',
  21302. 'customized' => '0',
  21303. 'p1' => '1',
  21304. 'p2' => '20',
  21305. 'p3' => '34',
  21306. 'p4' => '83',
  21307. 'p5' => '0',
  21308. 'p6' => '0',
  21309. 'p7' => '0',
  21310. 'p8' => '0',
  21311. 'p9' => '0',
  21312. 'updated' => '0',
  21313. ))
  21314. ->values(array(
  21315. 'menu_name' => 'management',
  21316. 'mlid' => '84',
  21317. 'plid' => '44',
  21318. 'link_path' => 'admin/structure/menu/list',
  21319. 'router_path' => 'admin/structure/menu/list',
  21320. 'link_title' => 'List menus',
  21321. 'options' => 'a:0:{}',
  21322. 'module' => 'system',
  21323. 'hidden' => '-1',
  21324. 'external' => '0',
  21325. 'has_children' => '0',
  21326. 'expanded' => '0',
  21327. 'weight' => '-10',
  21328. 'depth' => '4',
  21329. 'customized' => '0',
  21330. 'p1' => '1',
  21331. 'p2' => '20',
  21332. 'p3' => '44',
  21333. 'p4' => '84',
  21334. 'p5' => '0',
  21335. 'p6' => '0',
  21336. 'p7' => '0',
  21337. 'p8' => '0',
  21338. 'p9' => '0',
  21339. 'updated' => '0',
  21340. ))
  21341. ->values(array(
  21342. 'menu_name' => 'management',
  21343. 'mlid' => '85',
  21344. 'plid' => '37',
  21345. 'link_path' => 'admin/config/development/logging',
  21346. 'router_path' => 'admin/config/development/logging',
  21347. 'link_title' => 'Logging and errors',
  21348. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:154:\"Settings for logging and alerts modules. Various modules can route Drupal's system events to different destinations, such as syslog, database, email, etc.\";}}",
  21349. 'module' => 'system',
  21350. 'hidden' => '0',
  21351. 'external' => '0',
  21352. 'has_children' => '0',
  21353. 'expanded' => '0',
  21354. 'weight' => '-15',
  21355. 'depth' => '4',
  21356. 'customized' => '0',
  21357. 'p1' => '1',
  21358. 'p2' => '8',
  21359. 'p3' => '37',
  21360. 'p4' => '85',
  21361. 'p5' => '0',
  21362. 'p6' => '0',
  21363. 'p7' => '0',
  21364. 'p8' => '0',
  21365. 'p9' => '0',
  21366. 'updated' => '0',
  21367. ))
  21368. ->values(array(
  21369. 'menu_name' => 'management',
  21370. 'mlid' => '86',
  21371. 'plid' => '37',
  21372. 'link_path' => 'admin/config/development/maintenance',
  21373. 'router_path' => 'admin/config/development/maintenance',
  21374. 'link_title' => 'Maintenance mode',
  21375. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:62:"Take the site offline for maintenance or bring it back online.";}}',
  21376. 'module' => 'system',
  21377. 'hidden' => '0',
  21378. 'external' => '0',
  21379. 'has_children' => '0',
  21380. 'expanded' => '0',
  21381. 'weight' => '-10',
  21382. 'depth' => '4',
  21383. 'customized' => '0',
  21384. 'p1' => '1',
  21385. 'p2' => '8',
  21386. 'p3' => '37',
  21387. 'p4' => '86',
  21388. 'p5' => '0',
  21389. 'p6' => '0',
  21390. 'p7' => '0',
  21391. 'p8' => '0',
  21392. 'p9' => '0',
  21393. 'updated' => '0',
  21394. ))
  21395. ->values(array(
  21396. 'menu_name' => 'management',
  21397. 'mlid' => '89',
  21398. 'plid' => '37',
  21399. 'link_path' => 'admin/config/development/performance',
  21400. 'router_path' => 'admin/config/development/performance',
  21401. 'link_title' => 'Performance',
  21402. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:101:"Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.";}}',
  21403. 'module' => 'system',
  21404. 'hidden' => '0',
  21405. 'external' => '0',
  21406. 'has_children' => '0',
  21407. 'expanded' => '0',
  21408. 'weight' => '-20',
  21409. 'depth' => '4',
  21410. 'customized' => '0',
  21411. 'p1' => '1',
  21412. 'p2' => '8',
  21413. 'p3' => '37',
  21414. 'p4' => '89',
  21415. 'p5' => '0',
  21416. 'p6' => '0',
  21417. 'p7' => '0',
  21418. 'p8' => '0',
  21419. 'p9' => '0',
  21420. 'updated' => '0',
  21421. ))
  21422. ->values(array(
  21423. 'menu_name' => 'management',
  21424. 'mlid' => '90',
  21425. 'plid' => '46',
  21426. 'link_path' => 'admin/people/permissions/list',
  21427. 'router_path' => 'admin/people/permissions/list',
  21428. 'link_title' => 'Permissions',
  21429. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
  21430. 'module' => 'system',
  21431. 'hidden' => '-1',
  21432. 'external' => '0',
  21433. 'has_children' => '0',
  21434. 'expanded' => '0',
  21435. 'weight' => '-8',
  21436. 'depth' => '4',
  21437. 'customized' => '0',
  21438. 'p1' => '1',
  21439. 'p2' => '17',
  21440. 'p3' => '46',
  21441. 'p4' => '90',
  21442. 'p5' => '0',
  21443. 'p6' => '0',
  21444. 'p7' => '0',
  21445. 'p8' => '0',
  21446. 'p9' => '0',
  21447. 'updated' => '0',
  21448. ))
  21449. ->values(array(
  21450. 'menu_name' => 'management',
  21451. 'mlid' => '93',
  21452. 'plid' => '30',
  21453. 'link_path' => 'admin/content/comment/new',
  21454. 'router_path' => 'admin/content/comment/new',
  21455. 'link_title' => 'Published comments',
  21456. 'options' => 'a:0:{}',
  21457. 'module' => 'system',
  21458. 'hidden' => '-1',
  21459. 'external' => '0',
  21460. 'has_children' => '0',
  21461. 'expanded' => '0',
  21462. 'weight' => '-10',
  21463. 'depth' => '4',
  21464. 'customized' => '0',
  21465. 'p1' => '1',
  21466. 'p2' => '9',
  21467. 'p3' => '30',
  21468. 'p4' => '93',
  21469. 'p5' => '0',
  21470. 'p6' => '0',
  21471. 'p7' => '0',
  21472. 'p8' => '0',
  21473. 'p9' => '0',
  21474. 'updated' => '0',
  21475. ))
  21476. ->values(array(
  21477. 'menu_name' => 'management',
  21478. 'mlid' => '94',
  21479. 'plid' => '60',
  21480. 'link_path' => 'admin/config/services/rss-publishing',
  21481. 'router_path' => 'admin/config/services/rss-publishing',
  21482. 'link_title' => 'RSS publishing',
  21483. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:114:"Configure the site description, the number of items per feed and whether feeds should be titles/teasers/full-text.";}}',
  21484. 'module' => 'system',
  21485. 'hidden' => '0',
  21486. 'external' => '0',
  21487. 'has_children' => '0',
  21488. 'expanded' => '0',
  21489. 'weight' => '0',
  21490. 'depth' => '4',
  21491. 'customized' => '0',
  21492. 'p1' => '1',
  21493. 'p2' => '8',
  21494. 'p3' => '60',
  21495. 'p4' => '94',
  21496. 'p5' => '0',
  21497. 'p6' => '0',
  21498. 'p7' => '0',
  21499. 'p8' => '0',
  21500. 'p9' => '0',
  21501. 'updated' => '0',
  21502. ))
  21503. ->values(array(
  21504. 'menu_name' => 'management',
  21505. 'mlid' => '95',
  21506. 'plid' => '48',
  21507. 'link_path' => 'admin/config/regional/settings',
  21508. 'router_path' => 'admin/config/regional/settings',
  21509. 'link_title' => 'Regional settings',
  21510. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:54:\"Settings for the site's default time zone and country.\";}}",
  21511. 'module' => 'system',
  21512. 'hidden' => '0',
  21513. 'external' => '0',
  21514. 'has_children' => '0',
  21515. 'expanded' => '0',
  21516. 'weight' => '-20',
  21517. 'depth' => '4',
  21518. 'customized' => '0',
  21519. 'p1' => '1',
  21520. 'p2' => '8',
  21521. 'p3' => '48',
  21522. 'p4' => '95',
  21523. 'p5' => '0',
  21524. 'p6' => '0',
  21525. 'p7' => '0',
  21526. 'p8' => '0',
  21527. 'p9' => '0',
  21528. 'updated' => '0',
  21529. ))
  21530. ->values(array(
  21531. 'menu_name' => 'management',
  21532. 'mlid' => '96',
  21533. 'plid' => '46',
  21534. 'link_path' => 'admin/people/permissions/roles',
  21535. 'router_path' => 'admin/people/permissions/roles',
  21536. 'link_title' => 'Roles',
  21537. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"List, edit, or add user roles.";}}',
  21538. 'module' => 'system',
  21539. 'hidden' => '-1',
  21540. 'external' => '0',
  21541. 'has_children' => '1',
  21542. 'expanded' => '0',
  21543. 'weight' => '-5',
  21544. 'depth' => '4',
  21545. 'customized' => '0',
  21546. 'p1' => '1',
  21547. 'p2' => '17',
  21548. 'p3' => '46',
  21549. 'p4' => '96',
  21550. 'p5' => '0',
  21551. 'p6' => '0',
  21552. 'p7' => '0',
  21553. 'p8' => '0',
  21554. 'p9' => '0',
  21555. 'updated' => '0',
  21556. ))
  21557. ->values(array(
  21558. 'menu_name' => 'management',
  21559. 'mlid' => '97',
  21560. 'plid' => '44',
  21561. 'link_path' => 'admin/structure/menu/settings',
  21562. 'router_path' => 'admin/structure/menu/settings',
  21563. 'link_title' => 'Settings',
  21564. 'options' => 'a:0:{}',
  21565. 'module' => 'system',
  21566. 'hidden' => '-1',
  21567. 'external' => '0',
  21568. 'has_children' => '0',
  21569. 'expanded' => '0',
  21570. 'weight' => '5',
  21571. 'depth' => '4',
  21572. 'customized' => '0',
  21573. 'p1' => '1',
  21574. 'p2' => '20',
  21575. 'p3' => '44',
  21576. 'p4' => '97',
  21577. 'p5' => '0',
  21578. 'p6' => '0',
  21579. 'p7' => '0',
  21580. 'p8' => '0',
  21581. 'p9' => '0',
  21582. 'updated' => '0',
  21583. ))
  21584. ->values(array(
  21585. 'menu_name' => 'management',
  21586. 'mlid' => '98',
  21587. 'plid' => '51',
  21588. 'link_path' => 'admin/appearance/settings/seven',
  21589. 'router_path' => 'admin/appearance/settings/seven',
  21590. 'link_title' => 'Seven',
  21591. 'options' => 'a:0:{}',
  21592. 'module' => 'system',
  21593. 'hidden' => '-1',
  21594. 'external' => '0',
  21595. 'has_children' => '0',
  21596. 'expanded' => '0',
  21597. 'weight' => '0',
  21598. 'depth' => '4',
  21599. 'customized' => '0',
  21600. 'p1' => '1',
  21601. 'p2' => '7',
  21602. 'p3' => '51',
  21603. 'p4' => '98',
  21604. 'p5' => '0',
  21605. 'p6' => '0',
  21606. 'p7' => '0',
  21607. 'p8' => '0',
  21608. 'p9' => '0',
  21609. 'updated' => '0',
  21610. ))
  21611. ->values(array(
  21612. 'menu_name' => 'management',
  21613. 'mlid' => '99',
  21614. 'plid' => '53',
  21615. 'link_path' => 'admin/config/system/site-information',
  21616. 'router_path' => 'admin/config/system/site-information',
  21617. 'link_title' => 'Site information',
  21618. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:104:"Change site name, e-mail address, slogan, default front page, and number of posts per page, error pages.";}}',
  21619. 'module' => 'system',
  21620. 'hidden' => '0',
  21621. 'external' => '0',
  21622. 'has_children' => '0',
  21623. 'expanded' => '0',
  21624. 'weight' => '-20',
  21625. 'depth' => '4',
  21626. 'customized' => '0',
  21627. 'p1' => '1',
  21628. 'p2' => '8',
  21629. 'p3' => '53',
  21630. 'p4' => '99',
  21631. 'p5' => '0',
  21632. 'p6' => '0',
  21633. 'p7' => '0',
  21634. 'p8' => '0',
  21635. 'p9' => '0',
  21636. 'updated' => '0',
  21637. ))
  21638. ->values(array(
  21639. 'menu_name' => 'management',
  21640. 'mlid' => '100',
  21641. 'plid' => '51',
  21642. 'link_path' => 'admin/appearance/settings/stark',
  21643. 'router_path' => 'admin/appearance/settings/stark',
  21644. 'link_title' => 'Stark',
  21645. 'options' => 'a:0:{}',
  21646. 'module' => 'system',
  21647. 'hidden' => '-1',
  21648. 'external' => '0',
  21649. 'has_children' => '0',
  21650. 'expanded' => '0',
  21651. 'weight' => '0',
  21652. 'depth' => '4',
  21653. 'customized' => '0',
  21654. 'p1' => '1',
  21655. 'p2' => '7',
  21656. 'p3' => '51',
  21657. 'p4' => '100',
  21658. 'p5' => '0',
  21659. 'p6' => '0',
  21660. 'p7' => '0',
  21661. 'p8' => '0',
  21662. 'p9' => '0',
  21663. 'updated' => '0',
  21664. ))
  21665. ->values(array(
  21666. 'menu_name' => 'management',
  21667. 'mlid' => '101',
  21668. 'plid' => '33',
  21669. 'link_path' => 'admin/config/content/formats',
  21670. 'router_path' => 'admin/config/content/formats',
  21671. 'link_title' => 'Text formats',
  21672. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:127:"Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.";}}',
  21673. 'module' => 'system',
  21674. 'hidden' => '0',
  21675. 'external' => '0',
  21676. 'has_children' => '1',
  21677. 'expanded' => '0',
  21678. 'weight' => '0',
  21679. 'depth' => '4',
  21680. 'customized' => '0',
  21681. 'p1' => '1',
  21682. 'p2' => '8',
  21683. 'p3' => '33',
  21684. 'p4' => '101',
  21685. 'p5' => '0',
  21686. 'p6' => '0',
  21687. 'p7' => '0',
  21688. 'p8' => '0',
  21689. 'p9' => '0',
  21690. 'updated' => '0',
  21691. ))
  21692. ->values(array(
  21693. 'menu_name' => 'management',
  21694. 'mlid' => '102',
  21695. 'plid' => '30',
  21696. 'link_path' => 'admin/content/comment/approval',
  21697. 'router_path' => 'admin/content/comment/approval',
  21698. 'link_title' => 'Unapproved comments',
  21699. 'options' => 'a:0:{}',
  21700. 'module' => 'system',
  21701. 'hidden' => '-1',
  21702. 'external' => '0',
  21703. 'has_children' => '0',
  21704. 'expanded' => '0',
  21705. 'weight' => '0',
  21706. 'depth' => '4',
  21707. 'customized' => '0',
  21708. 'p1' => '1',
  21709. 'p2' => '9',
  21710. 'p3' => '30',
  21711. 'p4' => '102',
  21712. 'p5' => '0',
  21713. 'p6' => '0',
  21714. 'p7' => '0',
  21715. 'p8' => '0',
  21716. 'p9' => '0',
  21717. 'updated' => '0',
  21718. ))
  21719. ->values(array(
  21720. 'menu_name' => 'management',
  21721. 'mlid' => '103',
  21722. 'plid' => '56',
  21723. 'link_path' => 'admin/modules/uninstall/confirm',
  21724. 'router_path' => 'admin/modules/uninstall/confirm',
  21725. 'link_title' => 'Uninstall',
  21726. 'options' => 'a:0:{}',
  21727. 'module' => 'system',
  21728. 'hidden' => '-1',
  21729. 'external' => '0',
  21730. 'has_children' => '0',
  21731. 'expanded' => '0',
  21732. 'weight' => '0',
  21733. 'depth' => '4',
  21734. 'customized' => '0',
  21735. 'p1' => '1',
  21736. 'p2' => '15',
  21737. 'p3' => '56',
  21738. 'p4' => '103',
  21739. 'p5' => '0',
  21740. 'p6' => '0',
  21741. 'p7' => '0',
  21742. 'p8' => '0',
  21743. 'p9' => '0',
  21744. 'updated' => '0',
  21745. ))
  21746. ->values(array(
  21747. 'menu_name' => 'navigation',
  21748. 'mlid' => '104',
  21749. 'plid' => '38',
  21750. 'link_path' => 'user/%/edit/account',
  21751. 'router_path' => 'user/%/edit/account',
  21752. 'link_title' => 'Account',
  21753. 'options' => 'a:0:{}',
  21754. 'module' => 'system',
  21755. 'hidden' => '-1',
  21756. 'external' => '0',
  21757. 'has_children' => '0',
  21758. 'expanded' => '0',
  21759. 'weight' => '0',
  21760. 'depth' => '3',
  21761. 'customized' => '0',
  21762. 'p1' => '16',
  21763. 'p2' => '38',
  21764. 'p3' => '104',
  21765. 'p4' => '0',
  21766. 'p5' => '0',
  21767. 'p6' => '0',
  21768. 'p7' => '0',
  21769. 'p8' => '0',
  21770. 'p9' => '0',
  21771. 'updated' => '0',
  21772. ))
  21773. ->values(array(
  21774. 'menu_name' => 'management',
  21775. 'mlid' => '105',
  21776. 'plid' => '101',
  21777. 'link_path' => 'admin/config/content/formats/%',
  21778. 'router_path' => 'admin/config/content/formats/%',
  21779. 'link_title' => '',
  21780. 'options' => 'a:0:{}',
  21781. 'module' => 'system',
  21782. 'hidden' => '0',
  21783. 'external' => '0',
  21784. 'has_children' => '1',
  21785. 'expanded' => '0',
  21786. 'weight' => '0',
  21787. 'depth' => '5',
  21788. 'customized' => '0',
  21789. 'p1' => '1',
  21790. 'p2' => '8',
  21791. 'p3' => '33',
  21792. 'p4' => '101',
  21793. 'p5' => '105',
  21794. 'p6' => '0',
  21795. 'p7' => '0',
  21796. 'p8' => '0',
  21797. 'p9' => '0',
  21798. 'updated' => '0',
  21799. ))
  21800. ->values(array(
  21801. 'menu_name' => 'management',
  21802. 'mlid' => '110',
  21803. 'plid' => '101',
  21804. 'link_path' => 'admin/config/content/formats/add',
  21805. 'router_path' => 'admin/config/content/formats/add',
  21806. 'link_title' => 'Add text format',
  21807. 'options' => 'a:0:{}',
  21808. 'module' => 'system',
  21809. 'hidden' => '-1',
  21810. 'external' => '0',
  21811. 'has_children' => '0',
  21812. 'expanded' => '0',
  21813. 'weight' => '1',
  21814. 'depth' => '5',
  21815. 'customized' => '0',
  21816. 'p1' => '1',
  21817. 'p2' => '8',
  21818. 'p3' => '33',
  21819. 'p4' => '101',
  21820. 'p5' => '110',
  21821. 'p6' => '0',
  21822. 'p7' => '0',
  21823. 'p8' => '0',
  21824. 'p9' => '0',
  21825. 'updated' => '0',
  21826. ))
  21827. ->values(array(
  21828. 'menu_name' => 'management',
  21829. 'mlid' => '111',
  21830. 'plid' => '28',
  21831. 'link_path' => 'admin/structure/block/list/bartik',
  21832. 'router_path' => 'admin/structure/block/list/bartik',
  21833. 'link_title' => 'Bartik',
  21834. 'options' => 'a:0:{}',
  21835. 'module' => 'system',
  21836. 'hidden' => '-1',
  21837. 'external' => '0',
  21838. 'has_children' => '0',
  21839. 'expanded' => '0',
  21840. 'weight' => '-10',
  21841. 'depth' => '4',
  21842. 'customized' => '0',
  21843. 'p1' => '1',
  21844. 'p2' => '20',
  21845. 'p3' => '28',
  21846. 'p4' => '111',
  21847. 'p5' => '0',
  21848. 'p6' => '0',
  21849. 'p7' => '0',
  21850. 'p8' => '0',
  21851. 'p9' => '0',
  21852. 'updated' => '0',
  21853. ))
  21854. ->values(array(
  21855. 'menu_name' => 'management',
  21856. 'mlid' => '112',
  21857. 'plid' => '67',
  21858. 'link_path' => 'admin/config/system/actions/configure',
  21859. 'router_path' => 'admin/config/system/actions/configure',
  21860. 'link_title' => 'Configure an advanced action',
  21861. 'options' => 'a:0:{}',
  21862. 'module' => 'system',
  21863. 'hidden' => '-1',
  21864. 'external' => '0',
  21865. 'has_children' => '0',
  21866. 'expanded' => '0',
  21867. 'weight' => '0',
  21868. 'depth' => '5',
  21869. 'customized' => '0',
  21870. 'p1' => '1',
  21871. 'p2' => '8',
  21872. 'p3' => '53',
  21873. 'p4' => '67',
  21874. 'p5' => '112',
  21875. 'p6' => '0',
  21876. 'p7' => '0',
  21877. 'p8' => '0',
  21878. 'p9' => '0',
  21879. 'updated' => '0',
  21880. ))
  21881. ->values(array(
  21882. 'menu_name' => 'management',
  21883. 'mlid' => '113',
  21884. 'plid' => '44',
  21885. 'link_path' => 'admin/structure/menu/manage/%',
  21886. 'router_path' => 'admin/structure/menu/manage/%',
  21887. 'link_title' => 'Customize menu',
  21888. 'options' => 'a:0:{}',
  21889. 'module' => 'system',
  21890. 'hidden' => '0',
  21891. 'external' => '0',
  21892. 'has_children' => '1',
  21893. 'expanded' => '0',
  21894. 'weight' => '0',
  21895. 'depth' => '4',
  21896. 'customized' => '0',
  21897. 'p1' => '1',
  21898. 'p2' => '20',
  21899. 'p3' => '44',
  21900. 'p4' => '113',
  21901. 'p5' => '0',
  21902. 'p6' => '0',
  21903. 'p7' => '0',
  21904. 'p8' => '0',
  21905. 'p9' => '0',
  21906. 'updated' => '0',
  21907. ))
  21908. ->values(array(
  21909. 'menu_name' => 'management',
  21910. 'mlid' => '114',
  21911. 'plid' => '34',
  21912. 'link_path' => 'admin/structure/types/manage/%',
  21913. 'router_path' => 'admin/structure/types/manage/%',
  21914. 'link_title' => 'Edit content type',
  21915. 'options' => 'a:0:{}',
  21916. 'module' => 'system',
  21917. 'hidden' => '0',
  21918. 'external' => '0',
  21919. 'has_children' => '1',
  21920. 'expanded' => '0',
  21921. 'weight' => '0',
  21922. 'depth' => '4',
  21923. 'customized' => '0',
  21924. 'p1' => '1',
  21925. 'p2' => '20',
  21926. 'p3' => '34',
  21927. 'p4' => '114',
  21928. 'p5' => '0',
  21929. 'p6' => '0',
  21930. 'p7' => '0',
  21931. 'p8' => '0',
  21932. 'p9' => '0',
  21933. 'updated' => '0',
  21934. ))
  21935. ->values(array(
  21936. 'menu_name' => 'management',
  21937. 'mlid' => '116',
  21938. 'plid' => '74',
  21939. 'link_path' => 'admin/config/regional/date-time/formats',
  21940. 'router_path' => 'admin/config/regional/date-time/formats',
  21941. 'link_title' => 'Formats',
  21942. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:51:"Configure display format strings for date and time.";}}',
  21943. 'module' => 'system',
  21944. 'hidden' => '-1',
  21945. 'external' => '0',
  21946. 'has_children' => '1',
  21947. 'expanded' => '0',
  21948. 'weight' => '-9',
  21949. 'depth' => '5',
  21950. 'customized' => '0',
  21951. 'p1' => '1',
  21952. 'p2' => '8',
  21953. 'p3' => '48',
  21954. 'p4' => '74',
  21955. 'p5' => '116',
  21956. 'p6' => '0',
  21957. 'p7' => '0',
  21958. 'p8' => '0',
  21959. 'p9' => '0',
  21960. 'updated' => '0',
  21961. ))
  21962. ->values(array(
  21963. 'menu_name' => 'management',
  21964. 'mlid' => '117',
  21965. 'plid' => '28',
  21966. 'link_path' => 'admin/structure/block/list/garland',
  21967. 'router_path' => 'admin/structure/block/list/garland',
  21968. 'link_title' => 'Garland',
  21969. 'options' => 'a:0:{}',
  21970. 'module' => 'system',
  21971. 'hidden' => '-1',
  21972. 'external' => '0',
  21973. 'has_children' => '0',
  21974. 'expanded' => '0',
  21975. 'weight' => '0',
  21976. 'depth' => '4',
  21977. 'customized' => '0',
  21978. 'p1' => '1',
  21979. 'p2' => '20',
  21980. 'p3' => '28',
  21981. 'p4' => '117',
  21982. 'p5' => '0',
  21983. 'p6' => '0',
  21984. 'p7' => '0',
  21985. 'p8' => '0',
  21986. 'p9' => '0',
  21987. 'updated' => '0',
  21988. ))
  21989. ->values(array(
  21990. 'menu_name' => 'management',
  21991. 'mlid' => '118',
  21992. 'plid' => '101',
  21993. 'link_path' => 'admin/config/content/formats/list',
  21994. 'router_path' => 'admin/config/content/formats/list',
  21995. 'link_title' => 'List',
  21996. 'options' => 'a:0:{}',
  21997. 'module' => 'system',
  21998. 'hidden' => '-1',
  21999. 'external' => '0',
  22000. 'has_children' => '0',
  22001. 'expanded' => '0',
  22002. 'weight' => '0',
  22003. 'depth' => '5',
  22004. 'customized' => '0',
  22005. 'p1' => '1',
  22006. 'p2' => '8',
  22007. 'p3' => '33',
  22008. 'p4' => '101',
  22009. 'p5' => '118',
  22010. 'p6' => '0',
  22011. 'p7' => '0',
  22012. 'p8' => '0',
  22013. 'p9' => '0',
  22014. 'updated' => '0',
  22015. ))
  22016. ->values(array(
  22017. 'menu_name' => 'management',
  22018. 'mlid' => '119',
  22019. 'plid' => '67',
  22020. 'link_path' => 'admin/config/system/actions/manage',
  22021. 'router_path' => 'admin/config/system/actions/manage',
  22022. 'link_title' => 'Manage actions',
  22023. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
  22024. 'module' => 'system',
  22025. 'hidden' => '-1',
  22026. 'external' => '0',
  22027. 'has_children' => '0',
  22028. 'expanded' => '0',
  22029. 'weight' => '-2',
  22030. 'depth' => '5',
  22031. 'customized' => '0',
  22032. 'p1' => '1',
  22033. 'p2' => '8',
  22034. 'p3' => '53',
  22035. 'p4' => '67',
  22036. 'p5' => '119',
  22037. 'p6' => '0',
  22038. 'p7' => '0',
  22039. 'p8' => '0',
  22040. 'p9' => '0',
  22041. 'updated' => '0',
  22042. ))
  22043. ->values(array(
  22044. 'menu_name' => 'management',
  22045. 'mlid' => '124',
  22046. 'plid' => '66',
  22047. 'link_path' => 'admin/config/people/accounts/settings',
  22048. 'router_path' => 'admin/config/people/accounts/settings',
  22049. 'link_title' => 'Settings',
  22050. 'options' => 'a:0:{}',
  22051. 'module' => 'system',
  22052. 'hidden' => '-1',
  22053. 'external' => '0',
  22054. 'has_children' => '0',
  22055. 'expanded' => '0',
  22056. 'weight' => '-10',
  22057. 'depth' => '5',
  22058. 'customized' => '0',
  22059. 'p1' => '1',
  22060. 'p2' => '8',
  22061. 'p3' => '45',
  22062. 'p4' => '66',
  22063. 'p5' => '124',
  22064. 'p6' => '0',
  22065. 'p7' => '0',
  22066. 'p8' => '0',
  22067. 'p9' => '0',
  22068. 'updated' => '0',
  22069. ))
  22070. ->values(array(
  22071. 'menu_name' => 'management',
  22072. 'mlid' => '125',
  22073. 'plid' => '28',
  22074. 'link_path' => 'admin/structure/block/list/seven',
  22075. 'router_path' => 'admin/structure/block/list/seven',
  22076. 'link_title' => 'Seven',
  22077. 'options' => 'a:0:{}',
  22078. 'module' => 'system',
  22079. 'hidden' => '-1',
  22080. 'external' => '0',
  22081. 'has_children' => '0',
  22082. 'expanded' => '0',
  22083. 'weight' => '0',
  22084. 'depth' => '4',
  22085. 'customized' => '0',
  22086. 'p1' => '1',
  22087. 'p2' => '20',
  22088. 'p3' => '28',
  22089. 'p4' => '125',
  22090. 'p5' => '0',
  22091. 'p6' => '0',
  22092. 'p7' => '0',
  22093. 'p8' => '0',
  22094. 'p9' => '0',
  22095. 'updated' => '0',
  22096. ))
  22097. ->values(array(
  22098. 'menu_name' => 'management',
  22099. 'mlid' => '126',
  22100. 'plid' => '28',
  22101. 'link_path' => 'admin/structure/block/list/stark',
  22102. 'router_path' => 'admin/structure/block/list/stark',
  22103. 'link_title' => 'Stark',
  22104. 'options' => 'a:0:{}',
  22105. 'module' => 'system',
  22106. 'hidden' => '-1',
  22107. 'external' => '0',
  22108. 'has_children' => '0',
  22109. 'expanded' => '0',
  22110. 'weight' => '0',
  22111. 'depth' => '4',
  22112. 'customized' => '0',
  22113. 'p1' => '1',
  22114. 'p2' => '20',
  22115. 'p3' => '28',
  22116. 'p4' => '126',
  22117. 'p5' => '0',
  22118. 'p6' => '0',
  22119. 'p7' => '0',
  22120. 'p8' => '0',
  22121. 'p9' => '0',
  22122. 'updated' => '0',
  22123. ))
  22124. ->values(array(
  22125. 'menu_name' => 'management',
  22126. 'mlid' => '127',
  22127. 'plid' => '74',
  22128. 'link_path' => 'admin/config/regional/date-time/types',
  22129. 'router_path' => 'admin/config/regional/date-time/types',
  22130. 'link_title' => 'Types',
  22131. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
  22132. 'module' => 'system',
  22133. 'hidden' => '-1',
  22134. 'external' => '0',
  22135. 'has_children' => '1',
  22136. 'expanded' => '0',
  22137. 'weight' => '-10',
  22138. 'depth' => '5',
  22139. 'customized' => '0',
  22140. 'p1' => '1',
  22141. 'p2' => '8',
  22142. 'p3' => '48',
  22143. 'p4' => '74',
  22144. 'p5' => '127',
  22145. 'p6' => '0',
  22146. 'p7' => '0',
  22147. 'p8' => '0',
  22148. 'p9' => '0',
  22149. 'updated' => '0',
  22150. ))
  22151. ->values(array(
  22152. 'menu_name' => 'navigation',
  22153. 'mlid' => '128',
  22154. 'plid' => '49',
  22155. 'link_path' => 'node/%/revisions/%/delete',
  22156. 'router_path' => 'node/%/revisions/%/delete',
  22157. 'link_title' => 'Delete earlier revision',
  22158. 'options' => 'a:0:{}',
  22159. 'module' => 'system',
  22160. 'hidden' => '0',
  22161. 'external' => '0',
  22162. 'has_children' => '0',
  22163. 'expanded' => '0',
  22164. 'weight' => '0',
  22165. 'depth' => '3',
  22166. 'customized' => '0',
  22167. 'p1' => '5',
  22168. 'p2' => '49',
  22169. 'p3' => '128',
  22170. 'p4' => '0',
  22171. 'p5' => '0',
  22172. 'p6' => '0',
  22173. 'p7' => '0',
  22174. 'p8' => '0',
  22175. 'p9' => '0',
  22176. 'updated' => '0',
  22177. ))
  22178. ->values(array(
  22179. 'menu_name' => 'navigation',
  22180. 'mlid' => '129',
  22181. 'plid' => '49',
  22182. 'link_path' => 'node/%/revisions/%/revert',
  22183. 'router_path' => 'node/%/revisions/%/revert',
  22184. 'link_title' => 'Revert to earlier revision',
  22185. 'options' => 'a:0:{}',
  22186. 'module' => 'system',
  22187. 'hidden' => '0',
  22188. 'external' => '0',
  22189. 'has_children' => '0',
  22190. 'expanded' => '0',
  22191. 'weight' => '0',
  22192. 'depth' => '3',
  22193. 'customized' => '0',
  22194. 'p1' => '5',
  22195. 'p2' => '49',
  22196. 'p3' => '129',
  22197. 'p4' => '0',
  22198. 'p5' => '0',
  22199. 'p6' => '0',
  22200. 'p7' => '0',
  22201. 'p8' => '0',
  22202. 'p9' => '0',
  22203. 'updated' => '0',
  22204. ))
  22205. ->values(array(
  22206. 'menu_name' => 'navigation',
  22207. 'mlid' => '130',
  22208. 'plid' => '49',
  22209. 'link_path' => 'node/%/revisions/%/view',
  22210. 'router_path' => 'node/%/revisions/%/view',
  22211. 'link_title' => 'Revisions',
  22212. 'options' => 'a:0:{}',
  22213. 'module' => 'system',
  22214. 'hidden' => '0',
  22215. 'external' => '0',
  22216. 'has_children' => '0',
  22217. 'expanded' => '0',
  22218. 'weight' => '0',
  22219. 'depth' => '3',
  22220. 'customized' => '0',
  22221. 'p1' => '5',
  22222. 'p2' => '49',
  22223. 'p3' => '130',
  22224. 'p4' => '0',
  22225. 'p5' => '0',
  22226. 'p6' => '0',
  22227. 'p7' => '0',
  22228. 'p8' => '0',
  22229. 'p9' => '0',
  22230. 'updated' => '0',
  22231. ))
  22232. ->values(array(
  22233. 'menu_name' => 'management',
  22234. 'mlid' => '136',
  22235. 'plid' => '117',
  22236. 'link_path' => 'admin/structure/block/list/garland/add',
  22237. 'router_path' => 'admin/structure/block/list/garland/add',
  22238. 'link_title' => 'Add block',
  22239. 'options' => 'a:0:{}',
  22240. 'module' => 'system',
  22241. 'hidden' => '-1',
  22242. 'external' => '0',
  22243. 'has_children' => '0',
  22244. 'expanded' => '0',
  22245. 'weight' => '0',
  22246. 'depth' => '5',
  22247. 'customized' => '0',
  22248. 'p1' => '1',
  22249. 'p2' => '20',
  22250. 'p3' => '28',
  22251. 'p4' => '117',
  22252. 'p5' => '136',
  22253. 'p6' => '0',
  22254. 'p7' => '0',
  22255. 'p8' => '0',
  22256. 'p9' => '0',
  22257. 'updated' => '0',
  22258. ))
  22259. ->values(array(
  22260. 'menu_name' => 'management',
  22261. 'mlid' => '141',
  22262. 'plid' => '125',
  22263. 'link_path' => 'admin/structure/block/list/seven/add',
  22264. 'router_path' => 'admin/structure/block/list/seven/add',
  22265. 'link_title' => 'Add block',
  22266. 'options' => 'a:0:{}',
  22267. 'module' => 'system',
  22268. 'hidden' => '-1',
  22269. 'external' => '0',
  22270. 'has_children' => '0',
  22271. 'expanded' => '0',
  22272. 'weight' => '0',
  22273. 'depth' => '5',
  22274. 'customized' => '0',
  22275. 'p1' => '1',
  22276. 'p2' => '20',
  22277. 'p3' => '28',
  22278. 'p4' => '125',
  22279. 'p5' => '141',
  22280. 'p6' => '0',
  22281. 'p7' => '0',
  22282. 'p8' => '0',
  22283. 'p9' => '0',
  22284. 'updated' => '0',
  22285. ))
  22286. ->values(array(
  22287. 'menu_name' => 'management',
  22288. 'mlid' => '142',
  22289. 'plid' => '126',
  22290. 'link_path' => 'admin/structure/block/list/stark/add',
  22291. 'router_path' => 'admin/structure/block/list/stark/add',
  22292. 'link_title' => 'Add block',
  22293. 'options' => 'a:0:{}',
  22294. 'module' => 'system',
  22295. 'hidden' => '-1',
  22296. 'external' => '0',
  22297. 'has_children' => '0',
  22298. 'expanded' => '0',
  22299. 'weight' => '0',
  22300. 'depth' => '5',
  22301. 'customized' => '0',
  22302. 'p1' => '1',
  22303. 'p2' => '20',
  22304. 'p3' => '28',
  22305. 'p4' => '126',
  22306. 'p5' => '142',
  22307. 'p6' => '0',
  22308. 'p7' => '0',
  22309. 'p8' => '0',
  22310. 'p9' => '0',
  22311. 'updated' => '0',
  22312. ))
  22313. ->values(array(
  22314. 'menu_name' => 'management',
  22315. 'mlid' => '143',
  22316. 'plid' => '127',
  22317. 'link_path' => 'admin/config/regional/date-time/types/add',
  22318. 'router_path' => 'admin/config/regional/date-time/types/add',
  22319. 'link_title' => 'Add date type',
  22320. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Add new date type.";}}',
  22321. 'module' => 'system',
  22322. 'hidden' => '-1',
  22323. 'external' => '0',
  22324. 'has_children' => '0',
  22325. 'expanded' => '0',
  22326. 'weight' => '-10',
  22327. 'depth' => '6',
  22328. 'customized' => '0',
  22329. 'p1' => '1',
  22330. 'p2' => '8',
  22331. 'p3' => '48',
  22332. 'p4' => '74',
  22333. 'p5' => '127',
  22334. 'p6' => '143',
  22335. 'p7' => '0',
  22336. 'p8' => '0',
  22337. 'p9' => '0',
  22338. 'updated' => '0',
  22339. ))
  22340. ->values(array(
  22341. 'menu_name' => 'management',
  22342. 'mlid' => '144',
  22343. 'plid' => '116',
  22344. 'link_path' => 'admin/config/regional/date-time/formats/add',
  22345. 'router_path' => 'admin/config/regional/date-time/formats/add',
  22346. 'link_title' => 'Add format',
  22347. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Allow users to add additional date formats.";}}',
  22348. 'module' => 'system',
  22349. 'hidden' => '-1',
  22350. 'external' => '0',
  22351. 'has_children' => '0',
  22352. 'expanded' => '0',
  22353. 'weight' => '-10',
  22354. 'depth' => '6',
  22355. 'customized' => '0',
  22356. 'p1' => '1',
  22357. 'p2' => '8',
  22358. 'p3' => '48',
  22359. 'p4' => '74',
  22360. 'p5' => '116',
  22361. 'p6' => '144',
  22362. 'p7' => '0',
  22363. 'p8' => '0',
  22364. 'p9' => '0',
  22365. 'updated' => '0',
  22366. ))
  22367. ->values(array(
  22368. 'menu_name' => 'management',
  22369. 'mlid' => '145',
  22370. 'plid' => '113',
  22371. 'link_path' => 'admin/structure/menu/manage/%/add',
  22372. 'router_path' => 'admin/structure/menu/manage/%/add',
  22373. 'link_title' => 'Add link',
  22374. 'options' => 'a:0:{}',
  22375. 'module' => 'system',
  22376. 'hidden' => '-1',
  22377. 'external' => '0',
  22378. 'has_children' => '0',
  22379. 'expanded' => '0',
  22380. 'weight' => '0',
  22381. 'depth' => '5',
  22382. 'customized' => '0',
  22383. 'p1' => '1',
  22384. 'p2' => '20',
  22385. 'p3' => '44',
  22386. 'p4' => '113',
  22387. 'p5' => '145',
  22388. 'p6' => '0',
  22389. 'p7' => '0',
  22390. 'p8' => '0',
  22391. 'p9' => '0',
  22392. 'updated' => '0',
  22393. ))
  22394. ->values(array(
  22395. 'menu_name' => 'management',
  22396. 'mlid' => '146',
  22397. 'plid' => '28',
  22398. 'link_path' => 'admin/structure/block/manage/%/%',
  22399. 'router_path' => 'admin/structure/block/manage/%/%',
  22400. 'link_title' => 'Configure block',
  22401. 'options' => 'a:0:{}',
  22402. 'module' => 'system',
  22403. 'hidden' => '0',
  22404. 'external' => '0',
  22405. 'has_children' => '0',
  22406. 'expanded' => '0',
  22407. 'weight' => '0',
  22408. 'depth' => '4',
  22409. 'customized' => '0',
  22410. 'p1' => '1',
  22411. 'p2' => '20',
  22412. 'p3' => '28',
  22413. 'p4' => '146',
  22414. 'p5' => '0',
  22415. 'p6' => '0',
  22416. 'p7' => '0',
  22417. 'p8' => '0',
  22418. 'p9' => '0',
  22419. 'updated' => '0',
  22420. ))
  22421. ->values(array(
  22422. 'menu_name' => 'navigation',
  22423. 'mlid' => '147',
  22424. 'plid' => '29',
  22425. 'link_path' => 'user/%/cancel/confirm/%/%',
  22426. 'router_path' => 'user/%/cancel/confirm/%/%',
  22427. 'link_title' => 'Confirm account cancellation',
  22428. 'options' => 'a:0:{}',
  22429. 'module' => 'system',
  22430. 'hidden' => '0',
  22431. 'external' => '0',
  22432. 'has_children' => '0',
  22433. 'expanded' => '0',
  22434. 'weight' => '0',
  22435. 'depth' => '3',
  22436. 'customized' => '0',
  22437. 'p1' => '16',
  22438. 'p2' => '29',
  22439. 'p3' => '147',
  22440. 'p4' => '0',
  22441. 'p5' => '0',
  22442. 'p6' => '0',
  22443. 'p7' => '0',
  22444. 'p8' => '0',
  22445. 'p9' => '0',
  22446. 'updated' => '0',
  22447. ))
  22448. ->values(array(
  22449. 'menu_name' => 'management',
  22450. 'mlid' => '148',
  22451. 'plid' => '114',
  22452. 'link_path' => 'admin/structure/types/manage/%/delete',
  22453. 'router_path' => 'admin/structure/types/manage/%/delete',
  22454. 'link_title' => 'Delete',
  22455. 'options' => 'a:0:{}',
  22456. 'module' => 'system',
  22457. 'hidden' => '0',
  22458. 'external' => '0',
  22459. 'has_children' => '0',
  22460. 'expanded' => '0',
  22461. 'weight' => '0',
  22462. 'depth' => '5',
  22463. 'customized' => '0',
  22464. 'p1' => '1',
  22465. 'p2' => '20',
  22466. 'p3' => '34',
  22467. 'p4' => '114',
  22468. 'p5' => '148',
  22469. 'p6' => '0',
  22470. 'p7' => '0',
  22471. 'p8' => '0',
  22472. 'p9' => '0',
  22473. 'updated' => '0',
  22474. ))
  22475. ->values(array(
  22476. 'menu_name' => 'management',
  22477. 'mlid' => '149',
  22478. 'plid' => '80',
  22479. 'link_path' => 'admin/config/people/ip-blocking/delete/%',
  22480. 'router_path' => 'admin/config/people/ip-blocking/delete/%',
  22481. 'link_title' => 'Delete IP address',
  22482. 'options' => 'a:0:{}',
  22483. 'module' => 'system',
  22484. 'hidden' => '0',
  22485. 'external' => '0',
  22486. 'has_children' => '0',
  22487. 'expanded' => '0',
  22488. 'weight' => '0',
  22489. 'depth' => '5',
  22490. 'customized' => '0',
  22491. 'p1' => '1',
  22492. 'p2' => '8',
  22493. 'p3' => '45',
  22494. 'p4' => '80',
  22495. 'p5' => '149',
  22496. 'p6' => '0',
  22497. 'p7' => '0',
  22498. 'p8' => '0',
  22499. 'p9' => '0',
  22500. 'updated' => '0',
  22501. ))
  22502. ->values(array(
  22503. 'menu_name' => 'management',
  22504. 'mlid' => '150',
  22505. 'plid' => '67',
  22506. 'link_path' => 'admin/config/system/actions/delete/%',
  22507. 'router_path' => 'admin/config/system/actions/delete/%',
  22508. 'link_title' => 'Delete action',
  22509. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:17:"Delete an action.";}}',
  22510. 'module' => 'system',
  22511. 'hidden' => '0',
  22512. 'external' => '0',
  22513. 'has_children' => '0',
  22514. 'expanded' => '0',
  22515. 'weight' => '0',
  22516. 'depth' => '5',
  22517. 'customized' => '0',
  22518. 'p1' => '1',
  22519. 'p2' => '8',
  22520. 'p3' => '53',
  22521. 'p4' => '67',
  22522. 'p5' => '150',
  22523. 'p6' => '0',
  22524. 'p7' => '0',
  22525. 'p8' => '0',
  22526. 'p9' => '0',
  22527. 'updated' => '0',
  22528. ))
  22529. ->values(array(
  22530. 'menu_name' => 'management',
  22531. 'mlid' => '151',
  22532. 'plid' => '113',
  22533. 'link_path' => 'admin/structure/menu/manage/%/delete',
  22534. 'router_path' => 'admin/structure/menu/manage/%/delete',
  22535. 'link_title' => 'Delete menu',
  22536. 'options' => 'a:0:{}',
  22537. 'module' => 'system',
  22538. 'hidden' => '0',
  22539. 'external' => '0',
  22540. 'has_children' => '0',
  22541. 'expanded' => '0',
  22542. 'weight' => '0',
  22543. 'depth' => '5',
  22544. 'customized' => '0',
  22545. 'p1' => '1',
  22546. 'p2' => '20',
  22547. 'p3' => '44',
  22548. 'p4' => '113',
  22549. 'p5' => '151',
  22550. 'p6' => '0',
  22551. 'p7' => '0',
  22552. 'p8' => '0',
  22553. 'p9' => '0',
  22554. 'updated' => '0',
  22555. ))
  22556. ->values(array(
  22557. 'menu_name' => 'management',
  22558. 'mlid' => '152',
  22559. 'plid' => '44',
  22560. 'link_path' => 'admin/structure/menu/item/%/delete',
  22561. 'router_path' => 'admin/structure/menu/item/%/delete',
  22562. 'link_title' => 'Delete menu link',
  22563. 'options' => 'a:0:{}',
  22564. 'module' => 'system',
  22565. 'hidden' => '0',
  22566. 'external' => '0',
  22567. 'has_children' => '0',
  22568. 'expanded' => '0',
  22569. 'weight' => '0',
  22570. 'depth' => '4',
  22571. 'customized' => '0',
  22572. 'p1' => '1',
  22573. 'p2' => '20',
  22574. 'p3' => '44',
  22575. 'p4' => '152',
  22576. 'p5' => '0',
  22577. 'p6' => '0',
  22578. 'p7' => '0',
  22579. 'p8' => '0',
  22580. 'p9' => '0',
  22581. 'updated' => '0',
  22582. ))
  22583. ->values(array(
  22584. 'menu_name' => 'management',
  22585. 'mlid' => '153',
  22586. 'plid' => '96',
  22587. 'link_path' => 'admin/people/permissions/roles/delete/%',
  22588. 'router_path' => 'admin/people/permissions/roles/delete/%',
  22589. 'link_title' => 'Delete role',
  22590. 'options' => 'a:0:{}',
  22591. 'module' => 'system',
  22592. 'hidden' => '0',
  22593. 'external' => '0',
  22594. 'has_children' => '0',
  22595. 'expanded' => '0',
  22596. 'weight' => '0',
  22597. 'depth' => '5',
  22598. 'customized' => '0',
  22599. 'p1' => '1',
  22600. 'p2' => '17',
  22601. 'p3' => '46',
  22602. 'p4' => '96',
  22603. 'p5' => '153',
  22604. 'p6' => '0',
  22605. 'p7' => '0',
  22606. 'p8' => '0',
  22607. 'p9' => '0',
  22608. 'updated' => '0',
  22609. ))
  22610. ->values(array(
  22611. 'menu_name' => 'management',
  22612. 'mlid' => '154',
  22613. 'plid' => '105',
  22614. 'link_path' => 'admin/config/content/formats/%/disable',
  22615. 'router_path' => 'admin/config/content/formats/%/disable',
  22616. 'link_title' => 'Disable text format',
  22617. 'options' => 'a:0:{}',
  22618. 'module' => 'system',
  22619. 'hidden' => '0',
  22620. 'external' => '0',
  22621. 'has_children' => '0',
  22622. 'expanded' => '0',
  22623. 'weight' => '0',
  22624. 'depth' => '6',
  22625. 'customized' => '0',
  22626. 'p1' => '1',
  22627. 'p2' => '8',
  22628. 'p3' => '33',
  22629. 'p4' => '101',
  22630. 'p5' => '105',
  22631. 'p6' => '154',
  22632. 'p7' => '0',
  22633. 'p8' => '0',
  22634. 'p9' => '0',
  22635. 'updated' => '0',
  22636. ))
  22637. ->values(array(
  22638. 'menu_name' => 'management',
  22639. 'mlid' => '155',
  22640. 'plid' => '114',
  22641. 'link_path' => 'admin/structure/types/manage/%/edit',
  22642. 'router_path' => 'admin/structure/types/manage/%/edit',
  22643. 'link_title' => 'Edit',
  22644. 'options' => 'a:0:{}',
  22645. 'module' => 'system',
  22646. 'hidden' => '-1',
  22647. 'external' => '0',
  22648. 'has_children' => '0',
  22649. 'expanded' => '0',
  22650. 'weight' => '0',
  22651. 'depth' => '5',
  22652. 'customized' => '0',
  22653. 'p1' => '1',
  22654. 'p2' => '20',
  22655. 'p3' => '34',
  22656. 'p4' => '114',
  22657. 'p5' => '155',
  22658. 'p6' => '0',
  22659. 'p7' => '0',
  22660. 'p8' => '0',
  22661. 'p9' => '0',
  22662. 'updated' => '0',
  22663. ))
  22664. ->values(array(
  22665. 'menu_name' => 'management',
  22666. 'mlid' => '156',
  22667. 'plid' => '113',
  22668. 'link_path' => 'admin/structure/menu/manage/%/edit',
  22669. 'router_path' => 'admin/structure/menu/manage/%/edit',
  22670. 'link_title' => 'Edit menu',
  22671. 'options' => 'a:0:{}',
  22672. 'module' => 'system',
  22673. 'hidden' => '-1',
  22674. 'external' => '0',
  22675. 'has_children' => '0',
  22676. 'expanded' => '0',
  22677. 'weight' => '0',
  22678. 'depth' => '5',
  22679. 'customized' => '0',
  22680. 'p1' => '1',
  22681. 'p2' => '20',
  22682. 'p3' => '44',
  22683. 'p4' => '113',
  22684. 'p5' => '156',
  22685. 'p6' => '0',
  22686. 'p7' => '0',
  22687. 'p8' => '0',
  22688. 'p9' => '0',
  22689. 'updated' => '0',
  22690. ))
  22691. ->values(array(
  22692. 'menu_name' => 'management',
  22693. 'mlid' => '157',
  22694. 'plid' => '44',
  22695. 'link_path' => 'admin/structure/menu/item/%/edit',
  22696. 'router_path' => 'admin/structure/menu/item/%/edit',
  22697. 'link_title' => 'Edit menu link',
  22698. 'options' => 'a:0:{}',
  22699. 'module' => 'system',
  22700. 'hidden' => '0',
  22701. 'external' => '0',
  22702. 'has_children' => '0',
  22703. 'expanded' => '0',
  22704. 'weight' => '0',
  22705. 'depth' => '4',
  22706. 'customized' => '0',
  22707. 'p1' => '1',
  22708. 'p2' => '20',
  22709. 'p3' => '44',
  22710. 'p4' => '157',
  22711. 'p5' => '0',
  22712. 'p6' => '0',
  22713. 'p7' => '0',
  22714. 'p8' => '0',
  22715. 'p9' => '0',
  22716. 'updated' => '0',
  22717. ))
  22718. ->values(array(
  22719. 'menu_name' => 'management',
  22720. 'mlid' => '158',
  22721. 'plid' => '96',
  22722. 'link_path' => 'admin/people/permissions/roles/edit/%',
  22723. 'router_path' => 'admin/people/permissions/roles/edit/%',
  22724. 'link_title' => 'Edit role',
  22725. 'options' => 'a:0:{}',
  22726. 'module' => 'system',
  22727. 'hidden' => '0',
  22728. 'external' => '0',
  22729. 'has_children' => '0',
  22730. 'expanded' => '0',
  22731. 'weight' => '0',
  22732. 'depth' => '5',
  22733. 'customized' => '0',
  22734. 'p1' => '1',
  22735. 'p2' => '17',
  22736. 'p3' => '46',
  22737. 'p4' => '96',
  22738. 'p5' => '158',
  22739. 'p6' => '0',
  22740. 'p7' => '0',
  22741. 'p8' => '0',
  22742. 'p9' => '0',
  22743. 'updated' => '0',
  22744. ))
  22745. ->values(array(
  22746. 'menu_name' => 'management',
  22747. 'mlid' => '159',
  22748. 'plid' => '113',
  22749. 'link_path' => 'admin/structure/menu/manage/%/list',
  22750. 'router_path' => 'admin/structure/menu/manage/%/list',
  22751. 'link_title' => 'List links',
  22752. 'options' => 'a:0:{}',
  22753. 'module' => 'system',
  22754. 'hidden' => '-1',
  22755. 'external' => '0',
  22756. 'has_children' => '0',
  22757. 'expanded' => '0',
  22758. 'weight' => '-10',
  22759. 'depth' => '5',
  22760. 'customized' => '0',
  22761. 'p1' => '1',
  22762. 'p2' => '20',
  22763. 'p3' => '44',
  22764. 'p4' => '113',
  22765. 'p5' => '159',
  22766. 'p6' => '0',
  22767. 'p7' => '0',
  22768. 'p8' => '0',
  22769. 'p9' => '0',
  22770. 'updated' => '0',
  22771. ))
  22772. ->values(array(
  22773. 'menu_name' => 'management',
  22774. 'mlid' => '160',
  22775. 'plid' => '44',
  22776. 'link_path' => 'admin/structure/menu/item/%/reset',
  22777. 'router_path' => 'admin/structure/menu/item/%/reset',
  22778. 'link_title' => 'Reset menu link',
  22779. 'options' => 'a:0:{}',
  22780. 'module' => 'system',
  22781. 'hidden' => '0',
  22782. 'external' => '0',
  22783. 'has_children' => '0',
  22784. 'expanded' => '0',
  22785. 'weight' => '0',
  22786. 'depth' => '4',
  22787. 'customized' => '0',
  22788. 'p1' => '1',
  22789. 'p2' => '20',
  22790. 'p3' => '44',
  22791. 'p4' => '160',
  22792. 'p5' => '0',
  22793. 'p6' => '0',
  22794. 'p7' => '0',
  22795. 'p8' => '0',
  22796. 'p9' => '0',
  22797. 'updated' => '0',
  22798. ))
  22799. ->values(array(
  22800. 'menu_name' => 'management',
  22801. 'mlid' => '161',
  22802. 'plid' => '114',
  22803. 'link_path' => 'admin/structure/types/manage/%/comment/display',
  22804. 'router_path' => 'admin/structure/types/manage/%/comment/display',
  22805. 'link_title' => 'Comment display',
  22806. 'options' => 'a:0:{}',
  22807. 'module' => 'system',
  22808. 'hidden' => '-1',
  22809. 'external' => '0',
  22810. 'has_children' => '0',
  22811. 'expanded' => '0',
  22812. 'weight' => '4',
  22813. 'depth' => '5',
  22814. 'customized' => '0',
  22815. 'p1' => '1',
  22816. 'p2' => '20',
  22817. 'p3' => '34',
  22818. 'p4' => '114',
  22819. 'p5' => '161',
  22820. 'p6' => '0',
  22821. 'p7' => '0',
  22822. 'p8' => '0',
  22823. 'p9' => '0',
  22824. 'updated' => '0',
  22825. ))
  22826. ->values(array(
  22827. 'menu_name' => 'management',
  22828. 'mlid' => '162',
  22829. 'plid' => '114',
  22830. 'link_path' => 'admin/structure/types/manage/%/comment/fields',
  22831. 'router_path' => 'admin/structure/types/manage/%/comment/fields',
  22832. 'link_title' => 'Comment fields',
  22833. 'options' => 'a:0:{}',
  22834. 'module' => 'system',
  22835. 'hidden' => '-1',
  22836. 'external' => '0',
  22837. 'has_children' => '1',
  22838. 'expanded' => '0',
  22839. 'weight' => '3',
  22840. 'depth' => '5',
  22841. 'customized' => '0',
  22842. 'p1' => '1',
  22843. 'p2' => '20',
  22844. 'p3' => '34',
  22845. 'p4' => '114',
  22846. 'p5' => '162',
  22847. 'p6' => '0',
  22848. 'p7' => '0',
  22849. 'p8' => '0',
  22850. 'p9' => '0',
  22851. 'updated' => '0',
  22852. ))
  22853. ->values(array(
  22854. 'menu_name' => 'management',
  22855. 'mlid' => '163',
  22856. 'plid' => '146',
  22857. 'link_path' => 'admin/structure/block/manage/%/%/configure',
  22858. 'router_path' => 'admin/structure/block/manage/%/%/configure',
  22859. 'link_title' => 'Configure block',
  22860. 'options' => 'a:0:{}',
  22861. 'module' => 'system',
  22862. 'hidden' => '-1',
  22863. 'external' => '0',
  22864. 'has_children' => '0',
  22865. 'expanded' => '0',
  22866. 'weight' => '0',
  22867. 'depth' => '5',
  22868. 'customized' => '0',
  22869. 'p1' => '1',
  22870. 'p2' => '20',
  22871. 'p3' => '28',
  22872. 'p4' => '146',
  22873. 'p5' => '163',
  22874. 'p6' => '0',
  22875. 'p7' => '0',
  22876. 'p8' => '0',
  22877. 'p9' => '0',
  22878. 'updated' => '0',
  22879. ))
  22880. ->values(array(
  22881. 'menu_name' => 'management',
  22882. 'mlid' => '164',
  22883. 'plid' => '146',
  22884. 'link_path' => 'admin/structure/block/manage/%/%/delete',
  22885. 'router_path' => 'admin/structure/block/manage/%/%/delete',
  22886. 'link_title' => 'Delete block',
  22887. 'options' => 'a:0:{}',
  22888. 'module' => 'system',
  22889. 'hidden' => '-1',
  22890. 'external' => '0',
  22891. 'has_children' => '0',
  22892. 'expanded' => '0',
  22893. 'weight' => '0',
  22894. 'depth' => '5',
  22895. 'customized' => '0',
  22896. 'p1' => '1',
  22897. 'p2' => '20',
  22898. 'p3' => '28',
  22899. 'p4' => '146',
  22900. 'p5' => '164',
  22901. 'p6' => '0',
  22902. 'p7' => '0',
  22903. 'p8' => '0',
  22904. 'p9' => '0',
  22905. 'updated' => '0',
  22906. ))
  22907. ->values(array(
  22908. 'menu_name' => 'management',
  22909. 'mlid' => '165',
  22910. 'plid' => '116',
  22911. 'link_path' => 'admin/config/regional/date-time/formats/%/delete',
  22912. 'router_path' => 'admin/config/regional/date-time/formats/%/delete',
  22913. 'link_title' => 'Delete date format',
  22914. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Allow users to delete a configured date format.";}}',
  22915. 'module' => 'system',
  22916. 'hidden' => '0',
  22917. 'external' => '0',
  22918. 'has_children' => '0',
  22919. 'expanded' => '0',
  22920. 'weight' => '0',
  22921. 'depth' => '6',
  22922. 'customized' => '0',
  22923. 'p1' => '1',
  22924. 'p2' => '8',
  22925. 'p3' => '48',
  22926. 'p4' => '74',
  22927. 'p5' => '116',
  22928. 'p6' => '165',
  22929. 'p7' => '0',
  22930. 'p8' => '0',
  22931. 'p9' => '0',
  22932. 'updated' => '0',
  22933. ))
  22934. ->values(array(
  22935. 'menu_name' => 'management',
  22936. 'mlid' => '166',
  22937. 'plid' => '127',
  22938. 'link_path' => 'admin/config/regional/date-time/types/%/delete',
  22939. 'router_path' => 'admin/config/regional/date-time/types/%/delete',
  22940. 'link_title' => 'Delete date type',
  22941. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to delete a configured date type.";}}',
  22942. 'module' => 'system',
  22943. 'hidden' => '0',
  22944. 'external' => '0',
  22945. 'has_children' => '0',
  22946. 'expanded' => '0',
  22947. 'weight' => '0',
  22948. 'depth' => '6',
  22949. 'customized' => '0',
  22950. 'p1' => '1',
  22951. 'p2' => '8',
  22952. 'p3' => '48',
  22953. 'p4' => '74',
  22954. 'p5' => '127',
  22955. 'p6' => '166',
  22956. 'p7' => '0',
  22957. 'p8' => '0',
  22958. 'p9' => '0',
  22959. 'updated' => '0',
  22960. ))
  22961. ->values(array(
  22962. 'menu_name' => 'management',
  22963. 'mlid' => '167',
  22964. 'plid' => '116',
  22965. 'link_path' => 'admin/config/regional/date-time/formats/%/edit',
  22966. 'router_path' => 'admin/config/regional/date-time/formats/%/edit',
  22967. 'link_title' => 'Edit date format',
  22968. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to edit a configured date format.";}}',
  22969. 'module' => 'system',
  22970. 'hidden' => '0',
  22971. 'external' => '0',
  22972. 'has_children' => '0',
  22973. 'expanded' => '0',
  22974. 'weight' => '0',
  22975. 'depth' => '6',
  22976. 'customized' => '0',
  22977. 'p1' => '1',
  22978. 'p2' => '8',
  22979. 'p3' => '48',
  22980. 'p4' => '74',
  22981. 'p5' => '116',
  22982. 'p6' => '167',
  22983. 'p7' => '0',
  22984. 'p8' => '0',
  22985. 'p9' => '0',
  22986. 'updated' => '0',
  22987. ))
  22988. ->values(array(
  22989. 'menu_name' => 'management',
  22990. 'mlid' => '168',
  22991. 'plid' => '44',
  22992. 'link_path' => 'admin/structure/menu/manage/main-menu',
  22993. 'router_path' => 'admin/structure/menu/manage/%',
  22994. 'link_title' => 'Main menu',
  22995. 'options' => 'a:0:{}',
  22996. 'module' => 'menu',
  22997. 'hidden' => '0',
  22998. 'external' => '0',
  22999. 'has_children' => '0',
  23000. 'expanded' => '0',
  23001. 'weight' => '0',
  23002. 'depth' => '4',
  23003. 'customized' => '0',
  23004. 'p1' => '1',
  23005. 'p2' => '20',
  23006. 'p3' => '44',
  23007. 'p4' => '168',
  23008. 'p5' => '0',
  23009. 'p6' => '0',
  23010. 'p7' => '0',
  23011. 'p8' => '0',
  23012. 'p9' => '0',
  23013. 'updated' => '0',
  23014. ))
  23015. ->values(array(
  23016. 'menu_name' => 'management',
  23017. 'mlid' => '169',
  23018. 'plid' => '44',
  23019. 'link_path' => 'admin/structure/menu/manage/management',
  23020. 'router_path' => 'admin/structure/menu/manage/%',
  23021. 'link_title' => 'Management',
  23022. 'options' => 'a:0:{}',
  23023. 'module' => 'menu',
  23024. 'hidden' => '0',
  23025. 'external' => '0',
  23026. 'has_children' => '0',
  23027. 'expanded' => '0',
  23028. 'weight' => '0',
  23029. 'depth' => '4',
  23030. 'customized' => '0',
  23031. 'p1' => '1',
  23032. 'p2' => '20',
  23033. 'p3' => '44',
  23034. 'p4' => '169',
  23035. 'p5' => '0',
  23036. 'p6' => '0',
  23037. 'p7' => '0',
  23038. 'p8' => '0',
  23039. 'p9' => '0',
  23040. 'updated' => '0',
  23041. ))
  23042. ->values(array(
  23043. 'menu_name' => 'management',
  23044. 'mlid' => '170',
  23045. 'plid' => '44',
  23046. 'link_path' => 'admin/structure/menu/manage/navigation',
  23047. 'router_path' => 'admin/structure/menu/manage/%',
  23048. 'link_title' => 'Navigation',
  23049. 'options' => 'a:0:{}',
  23050. 'module' => 'menu',
  23051. 'hidden' => '0',
  23052. 'external' => '0',
  23053. 'has_children' => '0',
  23054. 'expanded' => '0',
  23055. 'weight' => '0',
  23056. 'depth' => '4',
  23057. 'customized' => '0',
  23058. 'p1' => '1',
  23059. 'p2' => '20',
  23060. 'p3' => '44',
  23061. 'p4' => '170',
  23062. 'p5' => '0',
  23063. 'p6' => '0',
  23064. 'p7' => '0',
  23065. 'p8' => '0',
  23066. 'p9' => '0',
  23067. 'updated' => '0',
  23068. ))
  23069. ->values(array(
  23070. 'menu_name' => 'management',
  23071. 'mlid' => '171',
  23072. 'plid' => '44',
  23073. 'link_path' => 'admin/structure/menu/manage/user-menu',
  23074. 'router_path' => 'admin/structure/menu/manage/%',
  23075. 'link_title' => 'User menu',
  23076. 'options' => 'a:0:{}',
  23077. 'module' => 'menu',
  23078. 'hidden' => '0',
  23079. 'external' => '0',
  23080. 'has_children' => '0',
  23081. 'expanded' => '0',
  23082. 'weight' => '0',
  23083. 'depth' => '4',
  23084. 'customized' => '0',
  23085. 'p1' => '1',
  23086. 'p2' => '20',
  23087. 'p3' => '44',
  23088. 'p4' => '171',
  23089. 'p5' => '0',
  23090. 'p6' => '0',
  23091. 'p7' => '0',
  23092. 'p8' => '0',
  23093. 'p9' => '0',
  23094. 'updated' => '0',
  23095. ))
  23096. ->values(array(
  23097. 'menu_name' => 'navigation',
  23098. 'mlid' => '172',
  23099. 'plid' => '0',
  23100. 'link_path' => 'search',
  23101. 'router_path' => 'search',
  23102. 'link_title' => 'Search',
  23103. 'options' => 'a:0:{}',
  23104. 'module' => 'system',
  23105. 'hidden' => '1',
  23106. 'external' => '0',
  23107. 'has_children' => '0',
  23108. 'expanded' => '0',
  23109. 'weight' => '0',
  23110. 'depth' => '1',
  23111. 'customized' => '0',
  23112. 'p1' => '172',
  23113. 'p2' => '0',
  23114. 'p3' => '0',
  23115. 'p4' => '0',
  23116. 'p5' => '0',
  23117. 'p6' => '0',
  23118. 'p7' => '0',
  23119. 'p8' => '0',
  23120. 'p9' => '0',
  23121. 'updated' => '0',
  23122. ))
  23123. ->values(array(
  23124. 'menu_name' => 'navigation',
  23125. 'mlid' => '173',
  23126. 'plid' => '172',
  23127. 'link_path' => 'search/node',
  23128. 'router_path' => 'search/node',
  23129. 'link_title' => 'Content',
  23130. 'options' => 'a:0:{}',
  23131. 'module' => 'system',
  23132. 'hidden' => '-1',
  23133. 'external' => '0',
  23134. 'has_children' => '0',
  23135. 'expanded' => '0',
  23136. 'weight' => '-10',
  23137. 'depth' => '2',
  23138. 'customized' => '0',
  23139. 'p1' => '172',
  23140. 'p2' => '173',
  23141. 'p3' => '0',
  23142. 'p4' => '0',
  23143. 'p5' => '0',
  23144. 'p6' => '0',
  23145. 'p7' => '0',
  23146. 'p8' => '0',
  23147. 'p9' => '0',
  23148. 'updated' => '0',
  23149. ))
  23150. ->values(array(
  23151. 'menu_name' => 'navigation',
  23152. 'mlid' => '174',
  23153. 'plid' => '172',
  23154. 'link_path' => 'search/user',
  23155. 'router_path' => 'search/user',
  23156. 'link_title' => 'Users',
  23157. 'options' => 'a:0:{}',
  23158. 'module' => 'system',
  23159. 'hidden' => '-1',
  23160. 'external' => '0',
  23161. 'has_children' => '0',
  23162. 'expanded' => '0',
  23163. 'weight' => '0',
  23164. 'depth' => '2',
  23165. 'customized' => '0',
  23166. 'p1' => '172',
  23167. 'p2' => '174',
  23168. 'p3' => '0',
  23169. 'p4' => '0',
  23170. 'p5' => '0',
  23171. 'p6' => '0',
  23172. 'p7' => '0',
  23173. 'p8' => '0',
  23174. 'p9' => '0',
  23175. 'updated' => '0',
  23176. ))
  23177. ->values(array(
  23178. 'menu_name' => 'management',
  23179. 'mlid' => '175',
  23180. 'plid' => '1',
  23181. 'link_path' => 'admin/help',
  23182. 'router_path' => 'admin/help',
  23183. 'link_title' => 'Help',
  23184. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Reference for usage, configuration, and modules.";}}',
  23185. 'module' => 'system',
  23186. 'hidden' => '0',
  23187. 'external' => '0',
  23188. 'has_children' => '0',
  23189. 'expanded' => '0',
  23190. 'weight' => '9',
  23191. 'depth' => '2',
  23192. 'customized' => '0',
  23193. 'p1' => '1',
  23194. 'p2' => '175',
  23195. 'p3' => '0',
  23196. 'p4' => '0',
  23197. 'p5' => '0',
  23198. 'p6' => '0',
  23199. 'p7' => '0',
  23200. 'p8' => '0',
  23201. 'p9' => '0',
  23202. 'updated' => '0',
  23203. ))
  23204. ->values(array(
  23205. 'menu_name' => 'navigation',
  23206. 'mlid' => '176',
  23207. 'plid' => '0',
  23208. 'link_path' => 'taxonomy/term/%',
  23209. 'router_path' => 'taxonomy/term/%',
  23210. 'link_title' => 'Taxonomy term',
  23211. 'options' => 'a:0:{}',
  23212. 'module' => 'system',
  23213. 'hidden' => '0',
  23214. 'external' => '0',
  23215. 'has_children' => '0',
  23216. 'expanded' => '0',
  23217. 'weight' => '0',
  23218. 'depth' => '1',
  23219. 'customized' => '0',
  23220. 'p1' => '176',
  23221. 'p2' => '0',
  23222. 'p3' => '0',
  23223. 'p4' => '0',
  23224. 'p5' => '0',
  23225. 'p6' => '0',
  23226. 'p7' => '0',
  23227. 'p8' => '0',
  23228. 'p9' => '0',
  23229. 'updated' => '0',
  23230. ))
  23231. ->values(array(
  23232. 'menu_name' => 'navigation',
  23233. 'mlid' => '177',
  23234. 'plid' => '173',
  23235. 'link_path' => 'search/node/%',
  23236. 'router_path' => 'search/node/%',
  23237. 'link_title' => 'Content',
  23238. 'options' => 'a:0:{}',
  23239. 'module' => 'system',
  23240. 'hidden' => '-1',
  23241. 'external' => '0',
  23242. 'has_children' => '0',
  23243. 'expanded' => '0',
  23244. 'weight' => '0',
  23245. 'depth' => '3',
  23246. 'customized' => '0',
  23247. 'p1' => '172',
  23248. 'p2' => '173',
  23249. 'p3' => '177',
  23250. 'p4' => '0',
  23251. 'p5' => '0',
  23252. 'p6' => '0',
  23253. 'p7' => '0',
  23254. 'p8' => '0',
  23255. 'p9' => '0',
  23256. 'updated' => '0',
  23257. ))
  23258. ->values(array(
  23259. 'menu_name' => 'management',
  23260. 'mlid' => '178',
  23261. 'plid' => '18',
  23262. 'link_path' => 'admin/reports/fields',
  23263. 'router_path' => 'admin/reports/fields',
  23264. 'link_title' => 'Field list',
  23265. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Overview of fields on all entity types.";}}',
  23266. 'module' => 'system',
  23267. 'hidden' => '0',
  23268. 'external' => '0',
  23269. 'has_children' => '0',
  23270. 'expanded' => '0',
  23271. 'weight' => '0',
  23272. 'depth' => '3',
  23273. 'customized' => '0',
  23274. 'p1' => '1',
  23275. 'p2' => '18',
  23276. 'p3' => '178',
  23277. 'p4' => '0',
  23278. 'p5' => '0',
  23279. 'p6' => '0',
  23280. 'p7' => '0',
  23281. 'p8' => '0',
  23282. 'p9' => '0',
  23283. 'updated' => '0',
  23284. ))
  23285. ->values(array(
  23286. 'menu_name' => 'navigation',
  23287. 'mlid' => '179',
  23288. 'plid' => '16',
  23289. 'link_path' => 'user/%/shortcuts',
  23290. 'router_path' => 'user/%/shortcuts',
  23291. 'link_title' => 'Shortcuts',
  23292. 'options' => 'a:0:{}',
  23293. 'module' => 'system',
  23294. 'hidden' => '-1',
  23295. 'external' => '0',
  23296. 'has_children' => '0',
  23297. 'expanded' => '0',
  23298. 'weight' => '0',
  23299. 'depth' => '2',
  23300. 'customized' => '0',
  23301. 'p1' => '16',
  23302. 'p2' => '179',
  23303. 'p3' => '0',
  23304. 'p4' => '0',
  23305. 'p5' => '0',
  23306. 'p6' => '0',
  23307. 'p7' => '0',
  23308. 'p8' => '0',
  23309. 'p9' => '0',
  23310. 'updated' => '0',
  23311. ))
  23312. ->values(array(
  23313. 'menu_name' => 'management',
  23314. 'mlid' => '180',
  23315. 'plid' => '20',
  23316. 'link_path' => 'admin/structure/taxonomy',
  23317. 'router_path' => 'admin/structure/taxonomy',
  23318. 'link_title' => 'Taxonomy',
  23319. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Manage tagging, categorization, and classification of your content.";}}',
  23320. 'module' => 'system',
  23321. 'hidden' => '0',
  23322. 'external' => '0',
  23323. 'has_children' => '1',
  23324. 'expanded' => '0',
  23325. 'weight' => '0',
  23326. 'depth' => '3',
  23327. 'customized' => '0',
  23328. 'p1' => '1',
  23329. 'p2' => '20',
  23330. 'p3' => '180',
  23331. 'p4' => '0',
  23332. 'p5' => '0',
  23333. 'p6' => '0',
  23334. 'p7' => '0',
  23335. 'p8' => '0',
  23336. 'p9' => '0',
  23337. 'updated' => '0',
  23338. ))
  23339. ->values(array(
  23340. 'menu_name' => 'management',
  23341. 'mlid' => '181',
  23342. 'plid' => '18',
  23343. 'link_path' => 'admin/reports/search',
  23344. 'router_path' => 'admin/reports/search',
  23345. 'link_title' => 'Top search phrases',
  23346. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"View most popular search phrases.";}}',
  23347. 'module' => 'system',
  23348. 'hidden' => '0',
  23349. 'external' => '0',
  23350. 'has_children' => '0',
  23351. 'expanded' => '0',
  23352. 'weight' => '0',
  23353. 'depth' => '3',
  23354. 'customized' => '0',
  23355. 'p1' => '1',
  23356. 'p2' => '18',
  23357. 'p3' => '181',
  23358. 'p4' => '0',
  23359. 'p5' => '0',
  23360. 'p6' => '0',
  23361. 'p7' => '0',
  23362. 'p8' => '0',
  23363. 'p9' => '0',
  23364. 'updated' => '0',
  23365. ))
  23366. ->values(array(
  23367. 'menu_name' => 'navigation',
  23368. 'mlid' => '182',
  23369. 'plid' => '174',
  23370. 'link_path' => 'search/user/%',
  23371. 'router_path' => 'search/user/%',
  23372. 'link_title' => 'Users',
  23373. 'options' => 'a:0:{}',
  23374. 'module' => 'system',
  23375. 'hidden' => '-1',
  23376. 'external' => '0',
  23377. 'has_children' => '0',
  23378. 'expanded' => '0',
  23379. 'weight' => '0',
  23380. 'depth' => '3',
  23381. 'customized' => '0',
  23382. 'p1' => '172',
  23383. 'p2' => '174',
  23384. 'p3' => '182',
  23385. 'p4' => '0',
  23386. 'p5' => '0',
  23387. 'p6' => '0',
  23388. 'p7' => '0',
  23389. 'p8' => '0',
  23390. 'p9' => '0',
  23391. 'updated' => '0',
  23392. ))
  23393. ->values(array(
  23394. 'menu_name' => 'management',
  23395. 'mlid' => '183',
  23396. 'plid' => '175',
  23397. 'link_path' => 'admin/help/block',
  23398. 'router_path' => 'admin/help/block',
  23399. 'link_title' => 'block',
  23400. 'options' => 'a:0:{}',
  23401. 'module' => 'system',
  23402. 'hidden' => '-1',
  23403. 'external' => '0',
  23404. 'has_children' => '0',
  23405. 'expanded' => '0',
  23406. 'weight' => '0',
  23407. 'depth' => '3',
  23408. 'customized' => '0',
  23409. 'p1' => '1',
  23410. 'p2' => '175',
  23411. 'p3' => '183',
  23412. 'p4' => '0',
  23413. 'p5' => '0',
  23414. 'p6' => '0',
  23415. 'p7' => '0',
  23416. 'p8' => '0',
  23417. 'p9' => '0',
  23418. 'updated' => '0',
  23419. ))
  23420. ->values(array(
  23421. 'menu_name' => 'management',
  23422. 'mlid' => '184',
  23423. 'plid' => '175',
  23424. 'link_path' => 'admin/help/color',
  23425. 'router_path' => 'admin/help/color',
  23426. 'link_title' => 'color',
  23427. 'options' => 'a:0:{}',
  23428. 'module' => 'system',
  23429. 'hidden' => '-1',
  23430. 'external' => '0',
  23431. 'has_children' => '0',
  23432. 'expanded' => '0',
  23433. 'weight' => '0',
  23434. 'depth' => '3',
  23435. 'customized' => '0',
  23436. 'p1' => '1',
  23437. 'p2' => '175',
  23438. 'p3' => '184',
  23439. 'p4' => '0',
  23440. 'p5' => '0',
  23441. 'p6' => '0',
  23442. 'p7' => '0',
  23443. 'p8' => '0',
  23444. 'p9' => '0',
  23445. 'updated' => '0',
  23446. ))
  23447. ->values(array(
  23448. 'menu_name' => 'management',
  23449. 'mlid' => '185',
  23450. 'plid' => '175',
  23451. 'link_path' => 'admin/help/comment',
  23452. 'router_path' => 'admin/help/comment',
  23453. 'link_title' => 'comment',
  23454. 'options' => 'a:0:{}',
  23455. 'module' => 'system',
  23456. 'hidden' => '-1',
  23457. 'external' => '0',
  23458. 'has_children' => '0',
  23459. 'expanded' => '0',
  23460. 'weight' => '0',
  23461. 'depth' => '3',
  23462. 'customized' => '0',
  23463. 'p1' => '1',
  23464. 'p2' => '175',
  23465. 'p3' => '185',
  23466. 'p4' => '0',
  23467. 'p5' => '0',
  23468. 'p6' => '0',
  23469. 'p7' => '0',
  23470. 'p8' => '0',
  23471. 'p9' => '0',
  23472. 'updated' => '0',
  23473. ))
  23474. ->values(array(
  23475. 'menu_name' => 'management',
  23476. 'mlid' => '186',
  23477. 'plid' => '175',
  23478. 'link_path' => 'admin/help/contextual',
  23479. 'router_path' => 'admin/help/contextual',
  23480. 'link_title' => 'contextual',
  23481. 'options' => 'a:0:{}',
  23482. 'module' => 'system',
  23483. 'hidden' => '-1',
  23484. 'external' => '0',
  23485. 'has_children' => '0',
  23486. 'expanded' => '0',
  23487. 'weight' => '0',
  23488. 'depth' => '3',
  23489. 'customized' => '0',
  23490. 'p1' => '1',
  23491. 'p2' => '175',
  23492. 'p3' => '186',
  23493. 'p4' => '0',
  23494. 'p5' => '0',
  23495. 'p6' => '0',
  23496. 'p7' => '0',
  23497. 'p8' => '0',
  23498. 'p9' => '0',
  23499. 'updated' => '0',
  23500. ))
  23501. ->values(array(
  23502. 'menu_name' => 'management',
  23503. 'mlid' => '188',
  23504. 'plid' => '175',
  23505. 'link_path' => 'admin/help/dblog',
  23506. 'router_path' => 'admin/help/dblog',
  23507. 'link_title' => 'dblog',
  23508. 'options' => 'a:0:{}',
  23509. 'module' => 'system',
  23510. 'hidden' => '-1',
  23511. 'external' => '0',
  23512. 'has_children' => '0',
  23513. 'expanded' => '0',
  23514. 'weight' => '0',
  23515. 'depth' => '3',
  23516. 'customized' => '0',
  23517. 'p1' => '1',
  23518. 'p2' => '175',
  23519. 'p3' => '188',
  23520. 'p4' => '0',
  23521. 'p5' => '0',
  23522. 'p6' => '0',
  23523. 'p7' => '0',
  23524. 'p8' => '0',
  23525. 'p9' => '0',
  23526. 'updated' => '0',
  23527. ))
  23528. ->values(array(
  23529. 'menu_name' => 'management',
  23530. 'mlid' => '189',
  23531. 'plid' => '175',
  23532. 'link_path' => 'admin/help/field',
  23533. 'router_path' => 'admin/help/field',
  23534. 'link_title' => 'field',
  23535. 'options' => 'a:0:{}',
  23536. 'module' => 'system',
  23537. 'hidden' => '-1',
  23538. 'external' => '0',
  23539. 'has_children' => '0',
  23540. 'expanded' => '0',
  23541. 'weight' => '0',
  23542. 'depth' => '3',
  23543. 'customized' => '0',
  23544. 'p1' => '1',
  23545. 'p2' => '175',
  23546. 'p3' => '189',
  23547. 'p4' => '0',
  23548. 'p5' => '0',
  23549. 'p6' => '0',
  23550. 'p7' => '0',
  23551. 'p8' => '0',
  23552. 'p9' => '0',
  23553. 'updated' => '0',
  23554. ))
  23555. ->values(array(
  23556. 'menu_name' => 'management',
  23557. 'mlid' => '190',
  23558. 'plid' => '175',
  23559. 'link_path' => 'admin/help/field_sql_storage',
  23560. 'router_path' => 'admin/help/field_sql_storage',
  23561. 'link_title' => 'field_sql_storage',
  23562. 'options' => 'a:0:{}',
  23563. 'module' => 'system',
  23564. 'hidden' => '-1',
  23565. 'external' => '0',
  23566. 'has_children' => '0',
  23567. 'expanded' => '0',
  23568. 'weight' => '0',
  23569. 'depth' => '3',
  23570. 'customized' => '0',
  23571. 'p1' => '1',
  23572. 'p2' => '175',
  23573. 'p3' => '190',
  23574. 'p4' => '0',
  23575. 'p5' => '0',
  23576. 'p6' => '0',
  23577. 'p7' => '0',
  23578. 'p8' => '0',
  23579. 'p9' => '0',
  23580. 'updated' => '0',
  23581. ))
  23582. ->values(array(
  23583. 'menu_name' => 'management',
  23584. 'mlid' => '191',
  23585. 'plid' => '175',
  23586. 'link_path' => 'admin/help/field_ui',
  23587. 'router_path' => 'admin/help/field_ui',
  23588. 'link_title' => 'field_ui',
  23589. 'options' => 'a:0:{}',
  23590. 'module' => 'system',
  23591. 'hidden' => '-1',
  23592. 'external' => '0',
  23593. 'has_children' => '0',
  23594. 'expanded' => '0',
  23595. 'weight' => '0',
  23596. 'depth' => '3',
  23597. 'customized' => '0',
  23598. 'p1' => '1',
  23599. 'p2' => '175',
  23600. 'p3' => '191',
  23601. 'p4' => '0',
  23602. 'p5' => '0',
  23603. 'p6' => '0',
  23604. 'p7' => '0',
  23605. 'p8' => '0',
  23606. 'p9' => '0',
  23607. 'updated' => '0',
  23608. ))
  23609. ->values(array(
  23610. 'menu_name' => 'management',
  23611. 'mlid' => '192',
  23612. 'plid' => '175',
  23613. 'link_path' => 'admin/help/file',
  23614. 'router_path' => 'admin/help/file',
  23615. 'link_title' => 'file',
  23616. 'options' => 'a:0:{}',
  23617. 'module' => 'system',
  23618. 'hidden' => '-1',
  23619. 'external' => '0',
  23620. 'has_children' => '0',
  23621. 'expanded' => '0',
  23622. 'weight' => '0',
  23623. 'depth' => '3',
  23624. 'customized' => '0',
  23625. 'p1' => '1',
  23626. 'p2' => '175',
  23627. 'p3' => '192',
  23628. 'p4' => '0',
  23629. 'p5' => '0',
  23630. 'p6' => '0',
  23631. 'p7' => '0',
  23632. 'p8' => '0',
  23633. 'p9' => '0',
  23634. 'updated' => '0',
  23635. ))
  23636. ->values(array(
  23637. 'menu_name' => 'management',
  23638. 'mlid' => '193',
  23639. 'plid' => '175',
  23640. 'link_path' => 'admin/help/filter',
  23641. 'router_path' => 'admin/help/filter',
  23642. 'link_title' => 'filter',
  23643. 'options' => 'a:0:{}',
  23644. 'module' => 'system',
  23645. 'hidden' => '-1',
  23646. 'external' => '0',
  23647. 'has_children' => '0',
  23648. 'expanded' => '0',
  23649. 'weight' => '0',
  23650. 'depth' => '3',
  23651. 'customized' => '0',
  23652. 'p1' => '1',
  23653. 'p2' => '175',
  23654. 'p3' => '193',
  23655. 'p4' => '0',
  23656. 'p5' => '0',
  23657. 'p6' => '0',
  23658. 'p7' => '0',
  23659. 'p8' => '0',
  23660. 'p9' => '0',
  23661. 'updated' => '0',
  23662. ))
  23663. ->values(array(
  23664. 'menu_name' => 'management',
  23665. 'mlid' => '194',
  23666. 'plid' => '175',
  23667. 'link_path' => 'admin/help/help',
  23668. 'router_path' => 'admin/help/help',
  23669. 'link_title' => 'help',
  23670. 'options' => 'a:0:{}',
  23671. 'module' => 'system',
  23672. 'hidden' => '-1',
  23673. 'external' => '0',
  23674. 'has_children' => '0',
  23675. 'expanded' => '0',
  23676. 'weight' => '0',
  23677. 'depth' => '3',
  23678. 'customized' => '0',
  23679. 'p1' => '1',
  23680. 'p2' => '175',
  23681. 'p3' => '194',
  23682. 'p4' => '0',
  23683. 'p5' => '0',
  23684. 'p6' => '0',
  23685. 'p7' => '0',
  23686. 'p8' => '0',
  23687. 'p9' => '0',
  23688. 'updated' => '0',
  23689. ))
  23690. ->values(array(
  23691. 'menu_name' => 'management',
  23692. 'mlid' => '195',
  23693. 'plid' => '175',
  23694. 'link_path' => 'admin/help/image',
  23695. 'router_path' => 'admin/help/image',
  23696. 'link_title' => 'image',
  23697. 'options' => 'a:0:{}',
  23698. 'module' => 'system',
  23699. 'hidden' => '-1',
  23700. 'external' => '0',
  23701. 'has_children' => '0',
  23702. 'expanded' => '0',
  23703. 'weight' => '0',
  23704. 'depth' => '3',
  23705. 'customized' => '0',
  23706. 'p1' => '1',
  23707. 'p2' => '175',
  23708. 'p3' => '195',
  23709. 'p4' => '0',
  23710. 'p5' => '0',
  23711. 'p6' => '0',
  23712. 'p7' => '0',
  23713. 'p8' => '0',
  23714. 'p9' => '0',
  23715. 'updated' => '0',
  23716. ))
  23717. ->values(array(
  23718. 'menu_name' => 'management',
  23719. 'mlid' => '196',
  23720. 'plid' => '175',
  23721. 'link_path' => 'admin/help/list',
  23722. 'router_path' => 'admin/help/list',
  23723. 'link_title' => 'list',
  23724. 'options' => 'a:0:{}',
  23725. 'module' => 'system',
  23726. 'hidden' => '-1',
  23727. 'external' => '0',
  23728. 'has_children' => '0',
  23729. 'expanded' => '0',
  23730. 'weight' => '0',
  23731. 'depth' => '3',
  23732. 'customized' => '0',
  23733. 'p1' => '1',
  23734. 'p2' => '175',
  23735. 'p3' => '196',
  23736. 'p4' => '0',
  23737. 'p5' => '0',
  23738. 'p6' => '0',
  23739. 'p7' => '0',
  23740. 'p8' => '0',
  23741. 'p9' => '0',
  23742. 'updated' => '0',
  23743. ))
  23744. ->values(array(
  23745. 'menu_name' => 'management',
  23746. 'mlid' => '197',
  23747. 'plid' => '175',
  23748. 'link_path' => 'admin/help/menu',
  23749. 'router_path' => 'admin/help/menu',
  23750. 'link_title' => 'menu',
  23751. 'options' => 'a:0:{}',
  23752. 'module' => 'system',
  23753. 'hidden' => '-1',
  23754. 'external' => '0',
  23755. 'has_children' => '0',
  23756. 'expanded' => '0',
  23757. 'weight' => '0',
  23758. 'depth' => '3',
  23759. 'customized' => '0',
  23760. 'p1' => '1',
  23761. 'p2' => '175',
  23762. 'p3' => '197',
  23763. 'p4' => '0',
  23764. 'p5' => '0',
  23765. 'p6' => '0',
  23766. 'p7' => '0',
  23767. 'p8' => '0',
  23768. 'p9' => '0',
  23769. 'updated' => '0',
  23770. ))
  23771. ->values(array(
  23772. 'menu_name' => 'management',
  23773. 'mlid' => '198',
  23774. 'plid' => '175',
  23775. 'link_path' => 'admin/help/node',
  23776. 'router_path' => 'admin/help/node',
  23777. 'link_title' => 'node',
  23778. 'options' => 'a:0:{}',
  23779. 'module' => 'system',
  23780. 'hidden' => '-1',
  23781. 'external' => '0',
  23782. 'has_children' => '0',
  23783. 'expanded' => '0',
  23784. 'weight' => '0',
  23785. 'depth' => '3',
  23786. 'customized' => '0',
  23787. 'p1' => '1',
  23788. 'p2' => '175',
  23789. 'p3' => '198',
  23790. 'p4' => '0',
  23791. 'p5' => '0',
  23792. 'p6' => '0',
  23793. 'p7' => '0',
  23794. 'p8' => '0',
  23795. 'p9' => '0',
  23796. 'updated' => '0',
  23797. ))
  23798. ->values(array(
  23799. 'menu_name' => 'management',
  23800. 'mlid' => '199',
  23801. 'plid' => '175',
  23802. 'link_path' => 'admin/help/number',
  23803. 'router_path' => 'admin/help/number',
  23804. 'link_title' => 'number',
  23805. 'options' => 'a:0:{}',
  23806. 'module' => 'system',
  23807. 'hidden' => '-1',
  23808. 'external' => '0',
  23809. 'has_children' => '0',
  23810. 'expanded' => '0',
  23811. 'weight' => '0',
  23812. 'depth' => '3',
  23813. 'customized' => '0',
  23814. 'p1' => '1',
  23815. 'p2' => '175',
  23816. 'p3' => '199',
  23817. 'p4' => '0',
  23818. 'p5' => '0',
  23819. 'p6' => '0',
  23820. 'p7' => '0',
  23821. 'p8' => '0',
  23822. 'p9' => '0',
  23823. 'updated' => '0',
  23824. ))
  23825. ->values(array(
  23826. 'menu_name' => 'management',
  23827. 'mlid' => '200',
  23828. 'plid' => '175',
  23829. 'link_path' => 'admin/help/options',
  23830. 'router_path' => 'admin/help/options',
  23831. 'link_title' => 'options',
  23832. 'options' => 'a:0:{}',
  23833. 'module' => 'system',
  23834. 'hidden' => '-1',
  23835. 'external' => '0',
  23836. 'has_children' => '0',
  23837. 'expanded' => '0',
  23838. 'weight' => '0',
  23839. 'depth' => '3',
  23840. 'customized' => '0',
  23841. 'p1' => '1',
  23842. 'p2' => '175',
  23843. 'p3' => '200',
  23844. 'p4' => '0',
  23845. 'p5' => '0',
  23846. 'p6' => '0',
  23847. 'p7' => '0',
  23848. 'p8' => '0',
  23849. 'p9' => '0',
  23850. 'updated' => '0',
  23851. ))
  23852. ->values(array(
  23853. 'menu_name' => 'management',
  23854. 'mlid' => '202',
  23855. 'plid' => '175',
  23856. 'link_path' => 'admin/help/path',
  23857. 'router_path' => 'admin/help/path',
  23858. 'link_title' => 'path',
  23859. 'options' => 'a:0:{}',
  23860. 'module' => 'system',
  23861. 'hidden' => '-1',
  23862. 'external' => '0',
  23863. 'has_children' => '0',
  23864. 'expanded' => '0',
  23865. 'weight' => '0',
  23866. 'depth' => '3',
  23867. 'customized' => '0',
  23868. 'p1' => '1',
  23869. 'p2' => '175',
  23870. 'p3' => '202',
  23871. 'p4' => '0',
  23872. 'p5' => '0',
  23873. 'p6' => '0',
  23874. 'p7' => '0',
  23875. 'p8' => '0',
  23876. 'p9' => '0',
  23877. 'updated' => '0',
  23878. ))
  23879. ->values(array(
  23880. 'menu_name' => 'management',
  23881. 'mlid' => '203',
  23882. 'plid' => '175',
  23883. 'link_path' => 'admin/help/rdf',
  23884. 'router_path' => 'admin/help/rdf',
  23885. 'link_title' => 'rdf',
  23886. 'options' => 'a:0:{}',
  23887. 'module' => 'system',
  23888. 'hidden' => '-1',
  23889. 'external' => '0',
  23890. 'has_children' => '0',
  23891. 'expanded' => '0',
  23892. 'weight' => '0',
  23893. 'depth' => '3',
  23894. 'customized' => '0',
  23895. 'p1' => '1',
  23896. 'p2' => '175',
  23897. 'p3' => '203',
  23898. 'p4' => '0',
  23899. 'p5' => '0',
  23900. 'p6' => '0',
  23901. 'p7' => '0',
  23902. 'p8' => '0',
  23903. 'p9' => '0',
  23904. 'updated' => '0',
  23905. ))
  23906. ->values(array(
  23907. 'menu_name' => 'management',
  23908. 'mlid' => '204',
  23909. 'plid' => '175',
  23910. 'link_path' => 'admin/help/search',
  23911. 'router_path' => 'admin/help/search',
  23912. 'link_title' => 'search',
  23913. 'options' => 'a:0:{}',
  23914. 'module' => 'system',
  23915. 'hidden' => '-1',
  23916. 'external' => '0',
  23917. 'has_children' => '0',
  23918. 'expanded' => '0',
  23919. 'weight' => '0',
  23920. 'depth' => '3',
  23921. 'customized' => '0',
  23922. 'p1' => '1',
  23923. 'p2' => '175',
  23924. 'p3' => '204',
  23925. 'p4' => '0',
  23926. 'p5' => '0',
  23927. 'p6' => '0',
  23928. 'p7' => '0',
  23929. 'p8' => '0',
  23930. 'p9' => '0',
  23931. 'updated' => '0',
  23932. ))
  23933. ->values(array(
  23934. 'menu_name' => 'management',
  23935. 'mlid' => '205',
  23936. 'plid' => '175',
  23937. 'link_path' => 'admin/help/shortcut',
  23938. 'router_path' => 'admin/help/shortcut',
  23939. 'link_title' => 'shortcut',
  23940. 'options' => 'a:0:{}',
  23941. 'module' => 'system',
  23942. 'hidden' => '-1',
  23943. 'external' => '0',
  23944. 'has_children' => '0',
  23945. 'expanded' => '0',
  23946. 'weight' => '0',
  23947. 'depth' => '3',
  23948. 'customized' => '0',
  23949. 'p1' => '1',
  23950. 'p2' => '175',
  23951. 'p3' => '205',
  23952. 'p4' => '0',
  23953. 'p5' => '0',
  23954. 'p6' => '0',
  23955. 'p7' => '0',
  23956. 'p8' => '0',
  23957. 'p9' => '0',
  23958. 'updated' => '0',
  23959. ))
  23960. ->values(array(
  23961. 'menu_name' => 'management',
  23962. 'mlid' => '206',
  23963. 'plid' => '175',
  23964. 'link_path' => 'admin/help/system',
  23965. 'router_path' => 'admin/help/system',
  23966. 'link_title' => 'system',
  23967. 'options' => 'a:0:{}',
  23968. 'module' => 'system',
  23969. 'hidden' => '-1',
  23970. 'external' => '0',
  23971. 'has_children' => '0',
  23972. 'expanded' => '0',
  23973. 'weight' => '0',
  23974. 'depth' => '3',
  23975. 'customized' => '0',
  23976. 'p1' => '1',
  23977. 'p2' => '175',
  23978. 'p3' => '206',
  23979. 'p4' => '0',
  23980. 'p5' => '0',
  23981. 'p6' => '0',
  23982. 'p7' => '0',
  23983. 'p8' => '0',
  23984. 'p9' => '0',
  23985. 'updated' => '0',
  23986. ))
  23987. ->values(array(
  23988. 'menu_name' => 'management',
  23989. 'mlid' => '207',
  23990. 'plid' => '175',
  23991. 'link_path' => 'admin/help/taxonomy',
  23992. 'router_path' => 'admin/help/taxonomy',
  23993. 'link_title' => 'taxonomy',
  23994. 'options' => 'a:0:{}',
  23995. 'module' => 'system',
  23996. 'hidden' => '-1',
  23997. 'external' => '0',
  23998. 'has_children' => '0',
  23999. 'expanded' => '0',
  24000. 'weight' => '0',
  24001. 'depth' => '3',
  24002. 'customized' => '0',
  24003. 'p1' => '1',
  24004. 'p2' => '175',
  24005. 'p3' => '207',
  24006. 'p4' => '0',
  24007. 'p5' => '0',
  24008. 'p6' => '0',
  24009. 'p7' => '0',
  24010. 'p8' => '0',
  24011. 'p9' => '0',
  24012. 'updated' => '0',
  24013. ))
  24014. ->values(array(
  24015. 'menu_name' => 'management',
  24016. 'mlid' => '208',
  24017. 'plid' => '175',
  24018. 'link_path' => 'admin/help/text',
  24019. 'router_path' => 'admin/help/text',
  24020. 'link_title' => 'text',
  24021. 'options' => 'a:0:{}',
  24022. 'module' => 'system',
  24023. 'hidden' => '-1',
  24024. 'external' => '0',
  24025. 'has_children' => '0',
  24026. 'expanded' => '0',
  24027. 'weight' => '0',
  24028. 'depth' => '3',
  24029. 'customized' => '0',
  24030. 'p1' => '1',
  24031. 'p2' => '175',
  24032. 'p3' => '208',
  24033. 'p4' => '0',
  24034. 'p5' => '0',
  24035. 'p6' => '0',
  24036. 'p7' => '0',
  24037. 'p8' => '0',
  24038. 'p9' => '0',
  24039. 'updated' => '0',
  24040. ))
  24041. ->values(array(
  24042. 'menu_name' => 'management',
  24043. 'mlid' => '209',
  24044. 'plid' => '175',
  24045. 'link_path' => 'admin/help/user',
  24046. 'router_path' => 'admin/help/user',
  24047. 'link_title' => 'user',
  24048. 'options' => 'a:0:{}',
  24049. 'module' => 'system',
  24050. 'hidden' => '-1',
  24051. 'external' => '0',
  24052. 'has_children' => '0',
  24053. 'expanded' => '0',
  24054. 'weight' => '0',
  24055. 'depth' => '3',
  24056. 'customized' => '0',
  24057. 'p1' => '1',
  24058. 'p2' => '175',
  24059. 'p3' => '209',
  24060. 'p4' => '0',
  24061. 'p5' => '0',
  24062. 'p6' => '0',
  24063. 'p7' => '0',
  24064. 'p8' => '0',
  24065. 'p9' => '0',
  24066. 'updated' => '0',
  24067. ))
  24068. ->values(array(
  24069. 'menu_name' => 'navigation',
  24070. 'mlid' => '210',
  24071. 'plid' => '176',
  24072. 'link_path' => 'taxonomy/term/%/edit',
  24073. 'router_path' => 'taxonomy/term/%/edit',
  24074. 'link_title' => 'Edit',
  24075. 'options' => 'a:0:{}',
  24076. 'module' => 'system',
  24077. 'hidden' => '-1',
  24078. 'external' => '0',
  24079. 'has_children' => '0',
  24080. 'expanded' => '0',
  24081. 'weight' => '10',
  24082. 'depth' => '2',
  24083. 'customized' => '0',
  24084. 'p1' => '176',
  24085. 'p2' => '210',
  24086. 'p3' => '0',
  24087. 'p4' => '0',
  24088. 'p5' => '0',
  24089. 'p6' => '0',
  24090. 'p7' => '0',
  24091. 'p8' => '0',
  24092. 'p9' => '0',
  24093. 'updated' => '0',
  24094. ))
  24095. ->values(array(
  24096. 'menu_name' => 'navigation',
  24097. 'mlid' => '211',
  24098. 'plid' => '176',
  24099. 'link_path' => 'taxonomy/term/%/view',
  24100. 'router_path' => 'taxonomy/term/%/view',
  24101. 'link_title' => 'View',
  24102. 'options' => 'a:0:{}',
  24103. 'module' => 'system',
  24104. 'hidden' => '-1',
  24105. 'external' => '0',
  24106. 'has_children' => '0',
  24107. 'expanded' => '0',
  24108. 'weight' => '0',
  24109. 'depth' => '2',
  24110. 'customized' => '0',
  24111. 'p1' => '176',
  24112. 'p2' => '211',
  24113. 'p3' => '0',
  24114. 'p4' => '0',
  24115. 'p5' => '0',
  24116. 'p6' => '0',
  24117. 'p7' => '0',
  24118. 'p8' => '0',
  24119. 'p9' => '0',
  24120. 'updated' => '0',
  24121. ))
  24122. ->values(array(
  24123. 'menu_name' => 'management',
  24124. 'mlid' => '212',
  24125. 'plid' => '180',
  24126. 'link_path' => 'admin/structure/taxonomy/%',
  24127. 'router_path' => 'admin/structure/taxonomy/%',
  24128. 'link_title' => '',
  24129. 'options' => 'a:0:{}',
  24130. 'module' => 'system',
  24131. 'hidden' => '0',
  24132. 'external' => '0',
  24133. 'has_children' => '0',
  24134. 'expanded' => '0',
  24135. 'weight' => '0',
  24136. 'depth' => '4',
  24137. 'customized' => '0',
  24138. 'p1' => '1',
  24139. 'p2' => '20',
  24140. 'p3' => '180',
  24141. 'p4' => '212',
  24142. 'p5' => '0',
  24143. 'p6' => '0',
  24144. 'p7' => '0',
  24145. 'p8' => '0',
  24146. 'p9' => '0',
  24147. 'updated' => '0',
  24148. ))
  24149. ->values(array(
  24150. 'menu_name' => 'management',
  24151. 'mlid' => '213',
  24152. 'plid' => '180',
  24153. 'link_path' => 'admin/structure/taxonomy/add',
  24154. 'router_path' => 'admin/structure/taxonomy/add',
  24155. 'link_title' => 'Add vocabulary',
  24156. 'options' => 'a:0:{}',
  24157. 'module' => 'system',
  24158. 'hidden' => '-1',
  24159. 'external' => '0',
  24160. 'has_children' => '0',
  24161. 'expanded' => '0',
  24162. 'weight' => '0',
  24163. 'depth' => '4',
  24164. 'customized' => '0',
  24165. 'p1' => '1',
  24166. 'p2' => '20',
  24167. 'p3' => '180',
  24168. 'p4' => '213',
  24169. 'p5' => '0',
  24170. 'p6' => '0',
  24171. 'p7' => '0',
  24172. 'p8' => '0',
  24173. 'p9' => '0',
  24174. 'updated' => '0',
  24175. ))
  24176. ->values(array(
  24177. 'menu_name' => 'management',
  24178. 'mlid' => '214',
  24179. 'plid' => '43',
  24180. 'link_path' => 'admin/config/media/image-styles',
  24181. 'router_path' => 'admin/config/media/image-styles',
  24182. 'link_title' => 'Image styles',
  24183. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:78:"Configure styles that can be used for resizing or adjusting images on display.";}}',
  24184. 'module' => 'system',
  24185. 'hidden' => '0',
  24186. 'external' => '0',
  24187. 'has_children' => '1',
  24188. 'expanded' => '0',
  24189. 'weight' => '0',
  24190. 'depth' => '4',
  24191. 'customized' => '0',
  24192. 'p1' => '1',
  24193. 'p2' => '8',
  24194. 'p3' => '43',
  24195. 'p4' => '214',
  24196. 'p5' => '0',
  24197. 'p6' => '0',
  24198. 'p7' => '0',
  24199. 'p8' => '0',
  24200. 'p9' => '0',
  24201. 'updated' => '0',
  24202. ))
  24203. ->values(array(
  24204. 'menu_name' => 'management',
  24205. 'mlid' => '215',
  24206. 'plid' => '180',
  24207. 'link_path' => 'admin/structure/taxonomy/list',
  24208. 'router_path' => 'admin/structure/taxonomy/list',
  24209. 'link_title' => 'List',
  24210. 'options' => 'a:0:{}',
  24211. 'module' => 'system',
  24212. 'hidden' => '-1',
  24213. 'external' => '0',
  24214. 'has_children' => '0',
  24215. 'expanded' => '0',
  24216. 'weight' => '-10',
  24217. 'depth' => '4',
  24218. 'customized' => '0',
  24219. 'p1' => '1',
  24220. 'p2' => '20',
  24221. 'p3' => '180',
  24222. 'p4' => '215',
  24223. 'p5' => '0',
  24224. 'p6' => '0',
  24225. 'p7' => '0',
  24226. 'p8' => '0',
  24227. 'p9' => '0',
  24228. 'updated' => '0',
  24229. ))
  24230. ->values(array(
  24231. 'menu_name' => 'management',
  24232. 'mlid' => '216',
  24233. 'plid' => '50',
  24234. 'link_path' => 'admin/config/search/settings',
  24235. 'router_path' => 'admin/config/search/settings',
  24236. 'link_title' => 'Search settings',
  24237. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Configure relevance settings for search and other indexing options.";}}',
  24238. 'module' => 'system',
  24239. 'hidden' => '0',
  24240. 'external' => '0',
  24241. 'has_children' => '0',
  24242. 'expanded' => '0',
  24243. 'weight' => '-10',
  24244. 'depth' => '4',
  24245. 'customized' => '0',
  24246. 'p1' => '1',
  24247. 'p2' => '8',
  24248. 'p3' => '50',
  24249. 'p4' => '216',
  24250. 'p5' => '0',
  24251. 'p6' => '0',
  24252. 'p7' => '0',
  24253. 'p8' => '0',
  24254. 'p9' => '0',
  24255. 'updated' => '0',
  24256. ))
  24257. ->values(array(
  24258. 'menu_name' => 'management',
  24259. 'mlid' => '217',
  24260. 'plid' => '57',
  24261. 'link_path' => 'admin/config/user-interface/shortcut',
  24262. 'router_path' => 'admin/config/user-interface/shortcut',
  24263. 'link_title' => 'Shortcuts',
  24264. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:29:"Add and modify shortcut sets.";}}',
  24265. 'module' => 'system',
  24266. 'hidden' => '0',
  24267. 'external' => '0',
  24268. 'has_children' => '1',
  24269. 'expanded' => '0',
  24270. 'weight' => '0',
  24271. 'depth' => '4',
  24272. 'customized' => '0',
  24273. 'p1' => '1',
  24274. 'p2' => '8',
  24275. 'p3' => '57',
  24276. 'p4' => '217',
  24277. 'p5' => '0',
  24278. 'p6' => '0',
  24279. 'p7' => '0',
  24280. 'p8' => '0',
  24281. 'p9' => '0',
  24282. 'updated' => '0',
  24283. ))
  24284. ->values(array(
  24285. 'menu_name' => 'management',
  24286. 'mlid' => '218',
  24287. 'plid' => '50',
  24288. 'link_path' => 'admin/config/search/path',
  24289. 'router_path' => 'admin/config/search/path',
  24290. 'link_title' => 'URL aliases',
  24291. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:46:\"Change your site's URL paths by aliasing them.\";}}",
  24292. 'module' => 'system',
  24293. 'hidden' => '0',
  24294. 'external' => '0',
  24295. 'has_children' => '1',
  24296. 'expanded' => '0',
  24297. 'weight' => '-5',
  24298. 'depth' => '4',
  24299. 'customized' => '0',
  24300. 'p1' => '1',
  24301. 'p2' => '8',
  24302. 'p3' => '50',
  24303. 'p4' => '218',
  24304. 'p5' => '0',
  24305. 'p6' => '0',
  24306. 'p7' => '0',
  24307. 'p8' => '0',
  24308. 'p9' => '0',
  24309. 'updated' => '0',
  24310. ))
  24311. ->values(array(
  24312. 'menu_name' => 'management',
  24313. 'mlid' => '219',
  24314. 'plid' => '218',
  24315. 'link_path' => 'admin/config/search/path/add',
  24316. 'router_path' => 'admin/config/search/path/add',
  24317. 'link_title' => 'Add alias',
  24318. 'options' => 'a:0:{}',
  24319. 'module' => 'system',
  24320. 'hidden' => '-1',
  24321. 'external' => '0',
  24322. 'has_children' => '0',
  24323. 'expanded' => '0',
  24324. 'weight' => '0',
  24325. 'depth' => '5',
  24326. 'customized' => '0',
  24327. 'p1' => '1',
  24328. 'p2' => '8',
  24329. 'p3' => '50',
  24330. 'p4' => '218',
  24331. 'p5' => '219',
  24332. 'p6' => '0',
  24333. 'p7' => '0',
  24334. 'p8' => '0',
  24335. 'p9' => '0',
  24336. 'updated' => '0',
  24337. ))
  24338. ->values(array(
  24339. 'menu_name' => 'management',
  24340. 'mlid' => '220',
  24341. 'plid' => '217',
  24342. 'link_path' => 'admin/config/user-interface/shortcut/add-set',
  24343. 'router_path' => 'admin/config/user-interface/shortcut/add-set',
  24344. 'link_title' => 'Add shortcut set',
  24345. 'options' => 'a:0:{}',
  24346. 'module' => 'system',
  24347. 'hidden' => '-1',
  24348. 'external' => '0',
  24349. 'has_children' => '0',
  24350. 'expanded' => '0',
  24351. 'weight' => '0',
  24352. 'depth' => '5',
  24353. 'customized' => '0',
  24354. 'p1' => '1',
  24355. 'p2' => '8',
  24356. 'p3' => '57',
  24357. 'p4' => '217',
  24358. 'p5' => '220',
  24359. 'p6' => '0',
  24360. 'p7' => '0',
  24361. 'p8' => '0',
  24362. 'p9' => '0',
  24363. 'updated' => '0',
  24364. ))
  24365. ->values(array(
  24366. 'menu_name' => 'management',
  24367. 'mlid' => '221',
  24368. 'plid' => '214',
  24369. 'link_path' => 'admin/config/media/image-styles/add',
  24370. 'router_path' => 'admin/config/media/image-styles/add',
  24371. 'link_title' => 'Add style',
  24372. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Add a new image style.";}}',
  24373. 'module' => 'system',
  24374. 'hidden' => '-1',
  24375. 'external' => '0',
  24376. 'has_children' => '0',
  24377. 'expanded' => '0',
  24378. 'weight' => '2',
  24379. 'depth' => '5',
  24380. 'customized' => '0',
  24381. 'p1' => '1',
  24382. 'p2' => '8',
  24383. 'p3' => '43',
  24384. 'p4' => '214',
  24385. 'p5' => '221',
  24386. 'p6' => '0',
  24387. 'p7' => '0',
  24388. 'p8' => '0',
  24389. 'p9' => '0',
  24390. 'updated' => '0',
  24391. ))
  24392. ->values(array(
  24393. 'menu_name' => 'management',
  24394. 'mlid' => '222',
  24395. 'plid' => '212',
  24396. 'link_path' => 'admin/structure/taxonomy/%/add',
  24397. 'router_path' => 'admin/structure/taxonomy/%/add',
  24398. 'link_title' => 'Add term',
  24399. 'options' => 'a:0:{}',
  24400. 'module' => 'system',
  24401. 'hidden' => '-1',
  24402. 'external' => '0',
  24403. 'has_children' => '0',
  24404. 'expanded' => '0',
  24405. 'weight' => '0',
  24406. 'depth' => '5',
  24407. 'customized' => '0',
  24408. 'p1' => '1',
  24409. 'p2' => '20',
  24410. 'p3' => '180',
  24411. 'p4' => '212',
  24412. 'p5' => '222',
  24413. 'p6' => '0',
  24414. 'p7' => '0',
  24415. 'p8' => '0',
  24416. 'p9' => '0',
  24417. 'updated' => '0',
  24418. ))
  24419. ->values(array(
  24420. 'menu_name' => 'management',
  24421. 'mlid' => '223',
  24422. 'plid' => '216',
  24423. 'link_path' => 'admin/config/search/settings/reindex',
  24424. 'router_path' => 'admin/config/search/settings/reindex',
  24425. 'link_title' => 'Clear index',
  24426. 'options' => 'a:0:{}',
  24427. 'module' => 'system',
  24428. 'hidden' => '-1',
  24429. 'external' => '0',
  24430. 'has_children' => '0',
  24431. 'expanded' => '0',
  24432. 'weight' => '0',
  24433. 'depth' => '5',
  24434. 'customized' => '0',
  24435. 'p1' => '1',
  24436. 'p2' => '8',
  24437. 'p3' => '50',
  24438. 'p4' => '216',
  24439. 'p5' => '223',
  24440. 'p6' => '0',
  24441. 'p7' => '0',
  24442. 'p8' => '0',
  24443. 'p9' => '0',
  24444. 'updated' => '0',
  24445. ))
  24446. ->values(array(
  24447. 'menu_name' => 'management',
  24448. 'mlid' => '224',
  24449. 'plid' => '212',
  24450. 'link_path' => 'admin/structure/taxonomy/%/edit',
  24451. 'router_path' => 'admin/structure/taxonomy/%/edit',
  24452. 'link_title' => 'Edit',
  24453. 'options' => 'a:0:{}',
  24454. 'module' => 'system',
  24455. 'hidden' => '-1',
  24456. 'external' => '0',
  24457. 'has_children' => '0',
  24458. 'expanded' => '0',
  24459. 'weight' => '-10',
  24460. 'depth' => '5',
  24461. 'customized' => '0',
  24462. 'p1' => '1',
  24463. 'p2' => '20',
  24464. 'p3' => '180',
  24465. 'p4' => '212',
  24466. 'p5' => '224',
  24467. 'p6' => '0',
  24468. 'p7' => '0',
  24469. 'p8' => '0',
  24470. 'p9' => '0',
  24471. 'updated' => '0',
  24472. ))
  24473. ->values(array(
  24474. 'menu_name' => 'management',
  24475. 'mlid' => '225',
  24476. 'plid' => '217',
  24477. 'link_path' => 'admin/config/user-interface/shortcut/%',
  24478. 'router_path' => 'admin/config/user-interface/shortcut/%',
  24479. 'link_title' => 'Edit shortcuts',
  24480. 'options' => 'a:0:{}',
  24481. 'module' => 'system',
  24482. 'hidden' => '0',
  24483. 'external' => '0',
  24484. 'has_children' => '1',
  24485. 'expanded' => '0',
  24486. 'weight' => '0',
  24487. 'depth' => '5',
  24488. 'customized' => '0',
  24489. 'p1' => '1',
  24490. 'p2' => '8',
  24491. 'p3' => '57',
  24492. 'p4' => '217',
  24493. 'p5' => '225',
  24494. 'p6' => '0',
  24495. 'p7' => '0',
  24496. 'p8' => '0',
  24497. 'p9' => '0',
  24498. 'updated' => '0',
  24499. ))
  24500. ->values(array(
  24501. 'menu_name' => 'management',
  24502. 'mlid' => '226',
  24503. 'plid' => '212',
  24504. 'link_path' => 'admin/structure/taxonomy/%/list',
  24505. 'router_path' => 'admin/structure/taxonomy/%/list',
  24506. 'link_title' => 'List',
  24507. 'options' => 'a:0:{}',
  24508. 'module' => 'system',
  24509. 'hidden' => '-1',
  24510. 'external' => '0',
  24511. 'has_children' => '0',
  24512. 'expanded' => '0',
  24513. 'weight' => '-20',
  24514. 'depth' => '5',
  24515. 'customized' => '0',
  24516. 'p1' => '1',
  24517. 'p2' => '20',
  24518. 'p3' => '180',
  24519. 'p4' => '212',
  24520. 'p5' => '226',
  24521. 'p6' => '0',
  24522. 'p7' => '0',
  24523. 'p8' => '0',
  24524. 'p9' => '0',
  24525. 'updated' => '0',
  24526. ))
  24527. ->values(array(
  24528. 'menu_name' => 'management',
  24529. 'mlid' => '227',
  24530. 'plid' => '218',
  24531. 'link_path' => 'admin/config/search/path/list',
  24532. 'router_path' => 'admin/config/search/path/list',
  24533. 'link_title' => 'List',
  24534. 'options' => 'a:0:{}',
  24535. 'module' => 'system',
  24536. 'hidden' => '-1',
  24537. 'external' => '0',
  24538. 'has_children' => '0',
  24539. 'expanded' => '0',
  24540. 'weight' => '-10',
  24541. 'depth' => '5',
  24542. 'customized' => '0',
  24543. 'p1' => '1',
  24544. 'p2' => '8',
  24545. 'p3' => '50',
  24546. 'p4' => '218',
  24547. 'p5' => '227',
  24548. 'p6' => '0',
  24549. 'p7' => '0',
  24550. 'p8' => '0',
  24551. 'p9' => '0',
  24552. 'updated' => '0',
  24553. ))
  24554. ->values(array(
  24555. 'menu_name' => 'management',
  24556. 'mlid' => '228',
  24557. 'plid' => '214',
  24558. 'link_path' => 'admin/config/media/image-styles/list',
  24559. 'router_path' => 'admin/config/media/image-styles/list',
  24560. 'link_title' => 'List',
  24561. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"List the current image styles on the site.";}}',
  24562. 'module' => 'system',
  24563. 'hidden' => '-1',
  24564. 'external' => '0',
  24565. 'has_children' => '0',
  24566. 'expanded' => '0',
  24567. 'weight' => '1',
  24568. 'depth' => '5',
  24569. 'customized' => '0',
  24570. 'p1' => '1',
  24571. 'p2' => '8',
  24572. 'p3' => '43',
  24573. 'p4' => '214',
  24574. 'p5' => '228',
  24575. 'p6' => '0',
  24576. 'p7' => '0',
  24577. 'p8' => '0',
  24578. 'p9' => '0',
  24579. 'updated' => '0',
  24580. ))
  24581. ->values(array(
  24582. 'menu_name' => 'management',
  24583. 'mlid' => '229',
  24584. 'plid' => '225',
  24585. 'link_path' => 'admin/config/user-interface/shortcut/%/add-link',
  24586. 'router_path' => 'admin/config/user-interface/shortcut/%/add-link',
  24587. 'link_title' => 'Add shortcut',
  24588. 'options' => 'a:0:{}',
  24589. 'module' => 'system',
  24590. 'hidden' => '-1',
  24591. 'external' => '0',
  24592. 'has_children' => '0',
  24593. 'expanded' => '0',
  24594. 'weight' => '0',
  24595. 'depth' => '6',
  24596. 'customized' => '0',
  24597. 'p1' => '1',
  24598. 'p2' => '8',
  24599. 'p3' => '57',
  24600. 'p4' => '217',
  24601. 'p5' => '225',
  24602. 'p6' => '229',
  24603. 'p7' => '0',
  24604. 'p8' => '0',
  24605. 'p9' => '0',
  24606. 'updated' => '0',
  24607. ))
  24608. ->values(array(
  24609. 'menu_name' => 'management',
  24610. 'mlid' => '230',
  24611. 'plid' => '218',
  24612. 'link_path' => 'admin/config/search/path/delete/%',
  24613. 'router_path' => 'admin/config/search/path/delete/%',
  24614. 'link_title' => 'Delete alias',
  24615. 'options' => 'a:0:{}',
  24616. 'module' => 'system',
  24617. 'hidden' => '0',
  24618. 'external' => '0',
  24619. 'has_children' => '0',
  24620. 'expanded' => '0',
  24621. 'weight' => '0',
  24622. 'depth' => '5',
  24623. 'customized' => '0',
  24624. 'p1' => '1',
  24625. 'p2' => '8',
  24626. 'p3' => '50',
  24627. 'p4' => '218',
  24628. 'p5' => '230',
  24629. 'p6' => '0',
  24630. 'p7' => '0',
  24631. 'p8' => '0',
  24632. 'p9' => '0',
  24633. 'updated' => '0',
  24634. ))
  24635. ->values(array(
  24636. 'menu_name' => 'management',
  24637. 'mlid' => '231',
  24638. 'plid' => '225',
  24639. 'link_path' => 'admin/config/user-interface/shortcut/%/delete',
  24640. 'router_path' => 'admin/config/user-interface/shortcut/%/delete',
  24641. 'link_title' => 'Delete shortcut set',
  24642. 'options' => 'a:0:{}',
  24643. 'module' => 'system',
  24644. 'hidden' => '0',
  24645. 'external' => '0',
  24646. 'has_children' => '0',
  24647. 'expanded' => '0',
  24648. 'weight' => '0',
  24649. 'depth' => '6',
  24650. 'customized' => '0',
  24651. 'p1' => '1',
  24652. 'p2' => '8',
  24653. 'p3' => '57',
  24654. 'p4' => '217',
  24655. 'p5' => '225',
  24656. 'p6' => '231',
  24657. 'p7' => '0',
  24658. 'p8' => '0',
  24659. 'p9' => '0',
  24660. 'updated' => '0',
  24661. ))
  24662. ->values(array(
  24663. 'menu_name' => 'management',
  24664. 'mlid' => '232',
  24665. 'plid' => '218',
  24666. 'link_path' => 'admin/config/search/path/edit/%',
  24667. 'router_path' => 'admin/config/search/path/edit/%',
  24668. 'link_title' => 'Edit alias',
  24669. 'options' => 'a:0:{}',
  24670. 'module' => 'system',
  24671. 'hidden' => '0',
  24672. 'external' => '0',
  24673. 'has_children' => '0',
  24674. 'expanded' => '0',
  24675. 'weight' => '0',
  24676. 'depth' => '5',
  24677. 'customized' => '0',
  24678. 'p1' => '1',
  24679. 'p2' => '8',
  24680. 'p3' => '50',
  24681. 'p4' => '218',
  24682. 'p5' => '232',
  24683. 'p6' => '0',
  24684. 'p7' => '0',
  24685. 'p8' => '0',
  24686. 'p9' => '0',
  24687. 'updated' => '0',
  24688. ))
  24689. ->values(array(
  24690. 'menu_name' => 'management',
  24691. 'mlid' => '233',
  24692. 'plid' => '225',
  24693. 'link_path' => 'admin/config/user-interface/shortcut/%/edit',
  24694. 'router_path' => 'admin/config/user-interface/shortcut/%/edit',
  24695. 'link_title' => 'Edit set name',
  24696. 'options' => 'a:0:{}',
  24697. 'module' => 'system',
  24698. 'hidden' => '-1',
  24699. 'external' => '0',
  24700. 'has_children' => '0',
  24701. 'expanded' => '0',
  24702. 'weight' => '10',
  24703. 'depth' => '6',
  24704. 'customized' => '0',
  24705. 'p1' => '1',
  24706. 'p2' => '8',
  24707. 'p3' => '57',
  24708. 'p4' => '217',
  24709. 'p5' => '225',
  24710. 'p6' => '233',
  24711. 'p7' => '0',
  24712. 'p8' => '0',
  24713. 'p9' => '0',
  24714. 'updated' => '0',
  24715. ))
  24716. ->values(array(
  24717. 'menu_name' => 'management',
  24718. 'mlid' => '234',
  24719. 'plid' => '217',
  24720. 'link_path' => 'admin/config/user-interface/shortcut/link/%',
  24721. 'router_path' => 'admin/config/user-interface/shortcut/link/%',
  24722. 'link_title' => 'Edit shortcut',
  24723. 'options' => 'a:0:{}',
  24724. 'module' => 'system',
  24725. 'hidden' => '0',
  24726. 'external' => '0',
  24727. 'has_children' => '1',
  24728. 'expanded' => '0',
  24729. 'weight' => '0',
  24730. 'depth' => '5',
  24731. 'customized' => '0',
  24732. 'p1' => '1',
  24733. 'p2' => '8',
  24734. 'p3' => '57',
  24735. 'p4' => '217',
  24736. 'p5' => '234',
  24737. 'p6' => '0',
  24738. 'p7' => '0',
  24739. 'p8' => '0',
  24740. 'p9' => '0',
  24741. 'updated' => '0',
  24742. ))
  24743. ->values(array(
  24744. 'menu_name' => 'management',
  24745. 'mlid' => '235',
  24746. 'plid' => '214',
  24747. 'link_path' => 'admin/config/media/image-styles/edit/%',
  24748. 'router_path' => 'admin/config/media/image-styles/edit/%',
  24749. 'link_title' => 'Edit style',
  24750. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:25:"Configure an image style.";}}',
  24751. 'module' => 'system',
  24752. 'hidden' => '0',
  24753. 'external' => '0',
  24754. 'has_children' => '1',
  24755. 'expanded' => '0',
  24756. 'weight' => '0',
  24757. 'depth' => '5',
  24758. 'customized' => '0',
  24759. 'p1' => '1',
  24760. 'p2' => '8',
  24761. 'p3' => '43',
  24762. 'p4' => '214',
  24763. 'p5' => '235',
  24764. 'p6' => '0',
  24765. 'p7' => '0',
  24766. 'p8' => '0',
  24767. 'p9' => '0',
  24768. 'updated' => '0',
  24769. ))
  24770. ->values(array(
  24771. 'menu_name' => 'management',
  24772. 'mlid' => '236',
  24773. 'plid' => '225',
  24774. 'link_path' => 'admin/config/user-interface/shortcut/%/links',
  24775. 'router_path' => 'admin/config/user-interface/shortcut/%/links',
  24776. 'link_title' => 'List links',
  24777. 'options' => 'a:0:{}',
  24778. 'module' => 'system',
  24779. 'hidden' => '-1',
  24780. 'external' => '0',
  24781. 'has_children' => '0',
  24782. 'expanded' => '0',
  24783. 'weight' => '0',
  24784. 'depth' => '6',
  24785. 'customized' => '0',
  24786. 'p1' => '1',
  24787. 'p2' => '8',
  24788. 'p3' => '57',
  24789. 'p4' => '217',
  24790. 'p5' => '225',
  24791. 'p6' => '236',
  24792. 'p7' => '0',
  24793. 'p8' => '0',
  24794. 'p9' => '0',
  24795. 'updated' => '0',
  24796. ))
  24797. ->values(array(
  24798. 'menu_name' => 'management',
  24799. 'mlid' => '237',
  24800. 'plid' => '214',
  24801. 'link_path' => 'admin/config/media/image-styles/delete/%',
  24802. 'router_path' => 'admin/config/media/image-styles/delete/%',
  24803. 'link_title' => 'Delete style',
  24804. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Delete an image style.";}}',
  24805. 'module' => 'system',
  24806. 'hidden' => '0',
  24807. 'external' => '0',
  24808. 'has_children' => '0',
  24809. 'expanded' => '0',
  24810. 'weight' => '0',
  24811. 'depth' => '5',
  24812. 'customized' => '0',
  24813. 'p1' => '1',
  24814. 'p2' => '8',
  24815. 'p3' => '43',
  24816. 'p4' => '214',
  24817. 'p5' => '237',
  24818. 'p6' => '0',
  24819. 'p7' => '0',
  24820. 'p8' => '0',
  24821. 'p9' => '0',
  24822. 'updated' => '0',
  24823. ))
  24824. ->values(array(
  24825. 'menu_name' => 'management',
  24826. 'mlid' => '238',
  24827. 'plid' => '214',
  24828. 'link_path' => 'admin/config/media/image-styles/revert/%',
  24829. 'router_path' => 'admin/config/media/image-styles/revert/%',
  24830. 'link_title' => 'Revert style',
  24831. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Revert an image style.";}}',
  24832. 'module' => 'system',
  24833. 'hidden' => '0',
  24834. 'external' => '0',
  24835. 'has_children' => '0',
  24836. 'expanded' => '0',
  24837. 'weight' => '0',
  24838. 'depth' => '5',
  24839. 'customized' => '0',
  24840. 'p1' => '1',
  24841. 'p2' => '8',
  24842. 'p3' => '43',
  24843. 'p4' => '214',
  24844. 'p5' => '238',
  24845. 'p6' => '0',
  24846. 'p7' => '0',
  24847. 'p8' => '0',
  24848. 'p9' => '0',
  24849. 'updated' => '0',
  24850. ))
  24851. ->values(array(
  24852. 'menu_name' => 'management',
  24853. 'mlid' => '239',
  24854. 'plid' => '234',
  24855. 'link_path' => 'admin/config/user-interface/shortcut/link/%/delete',
  24856. 'router_path' => 'admin/config/user-interface/shortcut/link/%/delete',
  24857. 'link_title' => 'Delete shortcut',
  24858. 'options' => 'a:0:{}',
  24859. 'module' => 'system',
  24860. 'hidden' => '0',
  24861. 'external' => '0',
  24862. 'has_children' => '0',
  24863. 'expanded' => '0',
  24864. 'weight' => '0',
  24865. 'depth' => '6',
  24866. 'customized' => '0',
  24867. 'p1' => '1',
  24868. 'p2' => '8',
  24869. 'p3' => '57',
  24870. 'p4' => '217',
  24871. 'p5' => '234',
  24872. 'p6' => '239',
  24873. 'p7' => '0',
  24874. 'p8' => '0',
  24875. 'p9' => '0',
  24876. 'updated' => '0',
  24877. ))
  24878. ->values(array(
  24879. 'menu_name' => 'management',
  24880. 'mlid' => '240',
  24881. 'plid' => '235',
  24882. 'link_path' => 'admin/config/media/image-styles/edit/%/add/%',
  24883. 'router_path' => 'admin/config/media/image-styles/edit/%/add/%',
  24884. 'link_title' => 'Add image effect',
  24885. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Add a new effect to a style.";}}',
  24886. 'module' => 'system',
  24887. 'hidden' => '0',
  24888. 'external' => '0',
  24889. 'has_children' => '0',
  24890. 'expanded' => '0',
  24891. 'weight' => '0',
  24892. 'depth' => '6',
  24893. 'customized' => '0',
  24894. 'p1' => '1',
  24895. 'p2' => '8',
  24896. 'p3' => '43',
  24897. 'p4' => '214',
  24898. 'p5' => '235',
  24899. 'p6' => '240',
  24900. 'p7' => '0',
  24901. 'p8' => '0',
  24902. 'p9' => '0',
  24903. 'updated' => '0',
  24904. ))
  24905. ->values(array(
  24906. 'menu_name' => 'management',
  24907. 'mlid' => '241',
  24908. 'plid' => '235',
  24909. 'link_path' => 'admin/config/media/image-styles/edit/%/effects/%',
  24910. 'router_path' => 'admin/config/media/image-styles/edit/%/effects/%',
  24911. 'link_title' => 'Edit image effect',
  24912. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Edit an existing effect within a style.";}}',
  24913. 'module' => 'system',
  24914. 'hidden' => '0',
  24915. 'external' => '0',
  24916. 'has_children' => '1',
  24917. 'expanded' => '0',
  24918. 'weight' => '0',
  24919. 'depth' => '6',
  24920. 'customized' => '0',
  24921. 'p1' => '1',
  24922. 'p2' => '8',
  24923. 'p3' => '43',
  24924. 'p4' => '214',
  24925. 'p5' => '235',
  24926. 'p6' => '241',
  24927. 'p7' => '0',
  24928. 'p8' => '0',
  24929. 'p9' => '0',
  24930. 'updated' => '0',
  24931. ))
  24932. ->values(array(
  24933. 'menu_name' => 'management',
  24934. 'mlid' => '242',
  24935. 'plid' => '241',
  24936. 'link_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
  24937. 'router_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
  24938. 'link_title' => 'Delete image effect',
  24939. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Delete an existing effect from a style.";}}',
  24940. 'module' => 'system',
  24941. 'hidden' => '0',
  24942. 'external' => '0',
  24943. 'has_children' => '0',
  24944. 'expanded' => '0',
  24945. 'weight' => '0',
  24946. 'depth' => '7',
  24947. 'customized' => '0',
  24948. 'p1' => '1',
  24949. 'p2' => '8',
  24950. 'p3' => '43',
  24951. 'p4' => '214',
  24952. 'p5' => '235',
  24953. 'p6' => '241',
  24954. 'p7' => '242',
  24955. 'p8' => '0',
  24956. 'p9' => '0',
  24957. 'updated' => '0',
  24958. ))
  24959. ->values(array(
  24960. 'menu_name' => 'shortcut-set-1',
  24961. 'mlid' => '243',
  24962. 'plid' => '0',
  24963. 'link_path' => 'node/add',
  24964. 'router_path' => 'node/add',
  24965. 'link_title' => 'Add content',
  24966. 'options' => 'a:0:{}',
  24967. 'module' => 'menu',
  24968. 'hidden' => '0',
  24969. 'external' => '0',
  24970. 'has_children' => '0',
  24971. 'expanded' => '0',
  24972. 'weight' => '-20',
  24973. 'depth' => '1',
  24974. 'customized' => '0',
  24975. 'p1' => '243',
  24976. 'p2' => '0',
  24977. 'p3' => '0',
  24978. 'p4' => '0',
  24979. 'p5' => '0',
  24980. 'p6' => '0',
  24981. 'p7' => '0',
  24982. 'p8' => '0',
  24983. 'p9' => '0',
  24984. 'updated' => '0',
  24985. ))
  24986. ->values(array(
  24987. 'menu_name' => 'shortcut-set-1',
  24988. 'mlid' => '244',
  24989. 'plid' => '0',
  24990. 'link_path' => 'admin/content',
  24991. 'router_path' => 'admin/content',
  24992. 'link_title' => 'Find content',
  24993. 'options' => 'a:0:{}',
  24994. 'module' => 'menu',
  24995. 'hidden' => '0',
  24996. 'external' => '0',
  24997. 'has_children' => '0',
  24998. 'expanded' => '0',
  24999. 'weight' => '-19',
  25000. 'depth' => '1',
  25001. 'customized' => '0',
  25002. 'p1' => '244',
  25003. 'p2' => '0',
  25004. 'p3' => '0',
  25005. 'p4' => '0',
  25006. 'p5' => '0',
  25007. 'p6' => '0',
  25008. 'p7' => '0',
  25009. 'p8' => '0',
  25010. 'p9' => '0',
  25011. 'updated' => '0',
  25012. ))
  25013. ->values(array(
  25014. 'menu_name' => 'main-menu',
  25015. 'mlid' => '245',
  25016. 'plid' => '0',
  25017. 'link_path' => '<front>',
  25018. 'router_path' => '',
  25019. 'link_title' => 'Home',
  25020. 'options' => 'a:0:{}',
  25021. 'module' => 'menu',
  25022. 'hidden' => '0',
  25023. 'external' => '1',
  25024. 'has_children' => '0',
  25025. 'expanded' => '0',
  25026. 'weight' => '0',
  25027. 'depth' => '1',
  25028. 'customized' => '0',
  25029. 'p1' => '245',
  25030. 'p2' => '0',
  25031. 'p3' => '0',
  25032. 'p4' => '0',
  25033. 'p5' => '0',
  25034. 'p6' => '0',
  25035. 'p7' => '0',
  25036. 'p8' => '0',
  25037. 'p9' => '0',
  25038. 'updated' => '0',
  25039. ))
  25040. ->values(array(
  25041. 'menu_name' => 'navigation',
  25042. 'mlid' => '246',
  25043. 'plid' => '6',
  25044. 'link_path' => 'node/add/article',
  25045. 'router_path' => 'node/add/article',
  25046. 'link_title' => 'Article',
  25047. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:89:"Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.";}}',
  25048. 'module' => 'system',
  25049. 'hidden' => '0',
  25050. 'external' => '0',
  25051. 'has_children' => '0',
  25052. 'expanded' => '0',
  25053. 'weight' => '0',
  25054. 'depth' => '2',
  25055. 'customized' => '0',
  25056. 'p1' => '6',
  25057. 'p2' => '246',
  25058. 'p3' => '0',
  25059. 'p4' => '0',
  25060. 'p5' => '0',
  25061. 'p6' => '0',
  25062. 'p7' => '0',
  25063. 'p8' => '0',
  25064. 'p9' => '0',
  25065. 'updated' => '0',
  25066. ))
  25067. ->values(array(
  25068. 'menu_name' => 'navigation',
  25069. 'mlid' => '247',
  25070. 'plid' => '6',
  25071. 'link_path' => 'node/add/page',
  25072. 'router_path' => 'node/add/page',
  25073. 'link_title' => 'Basic page',
  25074. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:77:\"Use <em>basic pages</em> for your static content, such as an 'About us' page.\";}}",
  25075. 'module' => 'system',
  25076. 'hidden' => '0',
  25077. 'external' => '0',
  25078. 'has_children' => '0',
  25079. 'expanded' => '0',
  25080. 'weight' => '0',
  25081. 'depth' => '2',
  25082. 'customized' => '0',
  25083. 'p1' => '6',
  25084. 'p2' => '247',
  25085. 'p3' => '0',
  25086. 'p4' => '0',
  25087. 'p5' => '0',
  25088. 'p6' => '0',
  25089. 'p7' => '0',
  25090. 'p8' => '0',
  25091. 'p9' => '0',
  25092. 'updated' => '0',
  25093. ))
  25094. ->values(array(
  25095. 'menu_name' => 'management',
  25096. 'mlid' => '248',
  25097. 'plid' => '175',
  25098. 'link_path' => 'admin/help/toolbar',
  25099. 'router_path' => 'admin/help/toolbar',
  25100. 'link_title' => 'toolbar',
  25101. 'options' => 'a:0:{}',
  25102. 'module' => 'system',
  25103. 'hidden' => '-1',
  25104. 'external' => '0',
  25105. 'has_children' => '0',
  25106. 'expanded' => '0',
  25107. 'weight' => '0',
  25108. 'depth' => '3',
  25109. 'customized' => '0',
  25110. 'p1' => '1',
  25111. 'p2' => '175',
  25112. 'p3' => '248',
  25113. 'p4' => '0',
  25114. 'p5' => '0',
  25115. 'p6' => '0',
  25116. 'p7' => '0',
  25117. 'p8' => '0',
  25118. 'p9' => '0',
  25119. 'updated' => '0',
  25120. ))
  25121. ->values(array(
  25122. 'menu_name' => 'management',
  25123. 'mlid' => '287',
  25124. 'plid' => '18',
  25125. 'link_path' => 'admin/reports/updates',
  25126. 'router_path' => 'admin/reports/updates',
  25127. 'link_title' => 'Available updates',
  25128. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:82:"Get a status report about available updates for your installed modules and themes.";}}',
  25129. 'module' => 'system',
  25130. 'hidden' => '0',
  25131. 'external' => '0',
  25132. 'has_children' => '0',
  25133. 'expanded' => '0',
  25134. 'weight' => '-50',
  25135. 'depth' => '3',
  25136. 'customized' => '0',
  25137. 'p1' => '1',
  25138. 'p2' => '18',
  25139. 'p3' => '287',
  25140. 'p4' => '0',
  25141. 'p5' => '0',
  25142. 'p6' => '0',
  25143. 'p7' => '0',
  25144. 'p8' => '0',
  25145. 'p9' => '0',
  25146. 'updated' => '0',
  25147. ))
  25148. ->values(array(
  25149. 'menu_name' => 'management',
  25150. 'mlid' => '288',
  25151. 'plid' => '15',
  25152. 'link_path' => 'admin/modules/install',
  25153. 'router_path' => 'admin/modules/install',
  25154. 'link_title' => 'Install new module',
  25155. 'options' => 'a:0:{}',
  25156. 'module' => 'system',
  25157. 'hidden' => '-1',
  25158. 'external' => '0',
  25159. 'has_children' => '0',
  25160. 'expanded' => '0',
  25161. 'weight' => '25',
  25162. 'depth' => '3',
  25163. 'customized' => '0',
  25164. 'p1' => '1',
  25165. 'p2' => '15',
  25166. 'p3' => '288',
  25167. 'p4' => '0',
  25168. 'p5' => '0',
  25169. 'p6' => '0',
  25170. 'p7' => '0',
  25171. 'p8' => '0',
  25172. 'p9' => '0',
  25173. 'updated' => '0',
  25174. ))
  25175. ->values(array(
  25176. 'menu_name' => 'management',
  25177. 'mlid' => '289',
  25178. 'plid' => '7',
  25179. 'link_path' => 'admin/appearance/install',
  25180. 'router_path' => 'admin/appearance/install',
  25181. 'link_title' => 'Install new theme',
  25182. 'options' => 'a:0:{}',
  25183. 'module' => 'system',
  25184. 'hidden' => '-1',
  25185. 'external' => '0',
  25186. 'has_children' => '0',
  25187. 'expanded' => '0',
  25188. 'weight' => '25',
  25189. 'depth' => '3',
  25190. 'customized' => '0',
  25191. 'p1' => '1',
  25192. 'p2' => '7',
  25193. 'p3' => '289',
  25194. 'p4' => '0',
  25195. 'p5' => '0',
  25196. 'p6' => '0',
  25197. 'p7' => '0',
  25198. 'p8' => '0',
  25199. 'p9' => '0',
  25200. 'updated' => '0',
  25201. ))
  25202. ->values(array(
  25203. 'menu_name' => 'management',
  25204. 'mlid' => '290',
  25205. 'plid' => '15',
  25206. 'link_path' => 'admin/modules/update',
  25207. 'router_path' => 'admin/modules/update',
  25208. 'link_title' => 'Update',
  25209. 'options' => 'a:0:{}',
  25210. 'module' => 'system',
  25211. 'hidden' => '-1',
  25212. 'external' => '0',
  25213. 'has_children' => '0',
  25214. 'expanded' => '0',
  25215. 'weight' => '10',
  25216. 'depth' => '3',
  25217. 'customized' => '0',
  25218. 'p1' => '1',
  25219. 'p2' => '15',
  25220. 'p3' => '290',
  25221. 'p4' => '0',
  25222. 'p5' => '0',
  25223. 'p6' => '0',
  25224. 'p7' => '0',
  25225. 'p8' => '0',
  25226. 'p9' => '0',
  25227. 'updated' => '0',
  25228. ))
  25229. ->values(array(
  25230. 'menu_name' => 'management',
  25231. 'mlid' => '291',
  25232. 'plid' => '7',
  25233. 'link_path' => 'admin/appearance/update',
  25234. 'router_path' => 'admin/appearance/update',
  25235. 'link_title' => 'Update',
  25236. 'options' => 'a:0:{}',
  25237. 'module' => 'system',
  25238. 'hidden' => '-1',
  25239. 'external' => '0',
  25240. 'has_children' => '0',
  25241. 'expanded' => '0',
  25242. 'weight' => '10',
  25243. 'depth' => '3',
  25244. 'customized' => '0',
  25245. 'p1' => '1',
  25246. 'p2' => '7',
  25247. 'p3' => '291',
  25248. 'p4' => '0',
  25249. 'p5' => '0',
  25250. 'p6' => '0',
  25251. 'p7' => '0',
  25252. 'p8' => '0',
  25253. 'p9' => '0',
  25254. 'updated' => '0',
  25255. ))
  25256. ->values(array(
  25257. 'menu_name' => 'management',
  25258. 'mlid' => '292',
  25259. 'plid' => '175',
  25260. 'link_path' => 'admin/help/update',
  25261. 'router_path' => 'admin/help/update',
  25262. 'link_title' => 'update',
  25263. 'options' => 'a:0:{}',
  25264. 'module' => 'system',
  25265. 'hidden' => '-1',
  25266. 'external' => '0',
  25267. 'has_children' => '0',
  25268. 'expanded' => '0',
  25269. 'weight' => '0',
  25270. 'depth' => '3',
  25271. 'customized' => '0',
  25272. 'p1' => '1',
  25273. 'p2' => '175',
  25274. 'p3' => '292',
  25275. 'p4' => '0',
  25276. 'p5' => '0',
  25277. 'p6' => '0',
  25278. 'p7' => '0',
  25279. 'p8' => '0',
  25280. 'p9' => '0',
  25281. 'updated' => '0',
  25282. ))
  25283. ->values(array(
  25284. 'menu_name' => 'management',
  25285. 'mlid' => '293',
  25286. 'plid' => '287',
  25287. 'link_path' => 'admin/reports/updates/list',
  25288. 'router_path' => 'admin/reports/updates/list',
  25289. 'link_title' => 'List',
  25290. 'options' => 'a:0:{}',
  25291. 'module' => 'system',
  25292. 'hidden' => '-1',
  25293. 'external' => '0',
  25294. 'has_children' => '0',
  25295. 'expanded' => '0',
  25296. 'weight' => '0',
  25297. 'depth' => '4',
  25298. 'customized' => '0',
  25299. 'p1' => '1',
  25300. 'p2' => '18',
  25301. 'p3' => '287',
  25302. 'p4' => '293',
  25303. 'p5' => '0',
  25304. 'p6' => '0',
  25305. 'p7' => '0',
  25306. 'p8' => '0',
  25307. 'p9' => '0',
  25308. 'updated' => '0',
  25309. ))
  25310. ->values(array(
  25311. 'menu_name' => 'management',
  25312. 'mlid' => '294',
  25313. 'plid' => '287',
  25314. 'link_path' => 'admin/reports/updates/settings',
  25315. 'router_path' => 'admin/reports/updates/settings',
  25316. 'link_title' => 'Settings',
  25317. 'options' => 'a:0:{}',
  25318. 'module' => 'system',
  25319. 'hidden' => '-1',
  25320. 'external' => '0',
  25321. 'has_children' => '0',
  25322. 'expanded' => '0',
  25323. 'weight' => '50',
  25324. 'depth' => '4',
  25325. 'customized' => '0',
  25326. 'p1' => '1',
  25327. 'p2' => '18',
  25328. 'p3' => '287',
  25329. 'p4' => '294',
  25330. 'p5' => '0',
  25331. 'p6' => '0',
  25332. 'p7' => '0',
  25333. 'p8' => '0',
  25334. 'p9' => '0',
  25335. 'updated' => '0',
  25336. ))
  25337. ->values(array(
  25338. 'menu_name' => 'management',
  25339. 'mlid' => '295',
  25340. 'plid' => '287',
  25341. 'link_path' => 'admin/reports/updates/install',
  25342. 'router_path' => 'admin/reports/updates/install',
  25343. 'link_title' => 'Install new module or theme',
  25344. 'options' => 'a:0:{}',
  25345. 'module' => 'system',
  25346. 'hidden' => '-1',
  25347. 'external' => '0',
  25348. 'has_children' => '0',
  25349. 'expanded' => '0',
  25350. 'weight' => '25',
  25351. 'depth' => '4',
  25352. 'customized' => '0',
  25353. 'p1' => '1',
  25354. 'p2' => '18',
  25355. 'p3' => '287',
  25356. 'p4' => '295',
  25357. 'p5' => '0',
  25358. 'p6' => '0',
  25359. 'p7' => '0',
  25360. 'p8' => '0',
  25361. 'p9' => '0',
  25362. 'updated' => '0',
  25363. ))
  25364. ->values(array(
  25365. 'menu_name' => 'management',
  25366. 'mlid' => '296',
  25367. 'plid' => '287',
  25368. 'link_path' => 'admin/reports/updates/update',
  25369. 'router_path' => 'admin/reports/updates/update',
  25370. 'link_title' => 'Update',
  25371. 'options' => 'a:0:{}',
  25372. 'module' => 'system',
  25373. 'hidden' => '-1',
  25374. 'external' => '0',
  25375. 'has_children' => '0',
  25376. 'expanded' => '0',
  25377. 'weight' => '10',
  25378. 'depth' => '4',
  25379. 'customized' => '0',
  25380. 'p1' => '1',
  25381. 'p2' => '18',
  25382. 'p3' => '287',
  25383. 'p4' => '296',
  25384. 'p5' => '0',
  25385. 'p6' => '0',
  25386. 'p7' => '0',
  25387. 'p8' => '0',
  25388. 'p9' => '0',
  25389. 'updated' => '0',
  25390. ))
  25391. ->values(array(
  25392. 'menu_name' => 'management',
  25393. 'mlid' => '297',
  25394. 'plid' => '212',
  25395. 'link_path' => 'admin/structure/taxonomy/%/display',
  25396. 'router_path' => 'admin/structure/taxonomy/%/display',
  25397. 'link_title' => 'Manage display',
  25398. 'options' => 'a:0:{}',
  25399. 'module' => 'system',
  25400. 'hidden' => '-1',
  25401. 'external' => '0',
  25402. 'has_children' => '0',
  25403. 'expanded' => '0',
  25404. 'weight' => '2',
  25405. 'depth' => '5',
  25406. 'customized' => '0',
  25407. 'p1' => '1',
  25408. 'p2' => '20',
  25409. 'p3' => '180',
  25410. 'p4' => '212',
  25411. 'p5' => '297',
  25412. 'p6' => '0',
  25413. 'p7' => '0',
  25414. 'p8' => '0',
  25415. 'p9' => '0',
  25416. 'updated' => '0',
  25417. ))
  25418. ->values(array(
  25419. 'menu_name' => 'management',
  25420. 'mlid' => '298',
  25421. 'plid' => '66',
  25422. 'link_path' => 'admin/config/people/accounts/display',
  25423. 'router_path' => 'admin/config/people/accounts/display',
  25424. 'link_title' => 'Manage display',
  25425. 'options' => 'a:0:{}',
  25426. 'module' => 'system',
  25427. 'hidden' => '-1',
  25428. 'external' => '0',
  25429. 'has_children' => '0',
  25430. 'expanded' => '0',
  25431. 'weight' => '2',
  25432. 'depth' => '5',
  25433. 'customized' => '0',
  25434. 'p1' => '1',
  25435. 'p2' => '8',
  25436. 'p3' => '45',
  25437. 'p4' => '66',
  25438. 'p5' => '298',
  25439. 'p6' => '0',
  25440. 'p7' => '0',
  25441. 'p8' => '0',
  25442. 'p9' => '0',
  25443. 'updated' => '0',
  25444. ))
  25445. ->values(array(
  25446. 'menu_name' => 'management',
  25447. 'mlid' => '299',
  25448. 'plid' => '212',
  25449. 'link_path' => 'admin/structure/taxonomy/%/fields',
  25450. 'router_path' => 'admin/structure/taxonomy/%/fields',
  25451. 'link_title' => 'Manage fields',
  25452. 'options' => 'a:0:{}',
  25453. 'module' => 'system',
  25454. 'hidden' => '-1',
  25455. 'external' => '0',
  25456. 'has_children' => '1',
  25457. 'expanded' => '0',
  25458. 'weight' => '1',
  25459. 'depth' => '5',
  25460. 'customized' => '0',
  25461. 'p1' => '1',
  25462. 'p2' => '20',
  25463. 'p3' => '180',
  25464. 'p4' => '212',
  25465. 'p5' => '299',
  25466. 'p6' => '0',
  25467. 'p7' => '0',
  25468. 'p8' => '0',
  25469. 'p9' => '0',
  25470. 'updated' => '0',
  25471. ))
  25472. ->values(array(
  25473. 'menu_name' => 'management',
  25474. 'mlid' => '300',
  25475. 'plid' => '66',
  25476. 'link_path' => 'admin/config/people/accounts/fields',
  25477. 'router_path' => 'admin/config/people/accounts/fields',
  25478. 'link_title' => 'Manage fields',
  25479. 'options' => 'a:0:{}',
  25480. 'module' => 'system',
  25481. 'hidden' => '-1',
  25482. 'external' => '0',
  25483. 'has_children' => '1',
  25484. 'expanded' => '0',
  25485. 'weight' => '1',
  25486. 'depth' => '5',
  25487. 'customized' => '0',
  25488. 'p1' => '1',
  25489. 'p2' => '8',
  25490. 'p3' => '45',
  25491. 'p4' => '66',
  25492. 'p5' => '300',
  25493. 'p6' => '0',
  25494. 'p7' => '0',
  25495. 'p8' => '0',
  25496. 'p9' => '0',
  25497. 'updated' => '0',
  25498. ))
  25499. ->values(array(
  25500. 'menu_name' => 'management',
  25501. 'mlid' => '301',
  25502. 'plid' => '297',
  25503. 'link_path' => 'admin/structure/taxonomy/%/display/default',
  25504. 'router_path' => 'admin/structure/taxonomy/%/display/default',
  25505. 'link_title' => 'Default',
  25506. 'options' => 'a:0:{}',
  25507. 'module' => 'system',
  25508. 'hidden' => '-1',
  25509. 'external' => '0',
  25510. 'has_children' => '0',
  25511. 'expanded' => '0',
  25512. 'weight' => '-10',
  25513. 'depth' => '6',
  25514. 'customized' => '0',
  25515. 'p1' => '1',
  25516. 'p2' => '20',
  25517. 'p3' => '180',
  25518. 'p4' => '212',
  25519. 'p5' => '297',
  25520. 'p6' => '301',
  25521. 'p7' => '0',
  25522. 'p8' => '0',
  25523. 'p9' => '0',
  25524. 'updated' => '0',
  25525. ))
  25526. ->values(array(
  25527. 'menu_name' => 'management',
  25528. 'mlid' => '302',
  25529. 'plid' => '298',
  25530. 'link_path' => 'admin/config/people/accounts/display/default',
  25531. 'router_path' => 'admin/config/people/accounts/display/default',
  25532. 'link_title' => 'Default',
  25533. 'options' => 'a:0:{}',
  25534. 'module' => 'system',
  25535. 'hidden' => '-1',
  25536. 'external' => '0',
  25537. 'has_children' => '0',
  25538. 'expanded' => '0',
  25539. 'weight' => '-10',
  25540. 'depth' => '6',
  25541. 'customized' => '0',
  25542. 'p1' => '1',
  25543. 'p2' => '8',
  25544. 'p3' => '45',
  25545. 'p4' => '66',
  25546. 'p5' => '298',
  25547. 'p6' => '302',
  25548. 'p7' => '0',
  25549. 'p8' => '0',
  25550. 'p9' => '0',
  25551. 'updated' => '0',
  25552. ))
  25553. ->values(array(
  25554. 'menu_name' => 'management',
  25555. 'mlid' => '303',
  25556. 'plid' => '114',
  25557. 'link_path' => 'admin/structure/types/manage/%/display',
  25558. 'router_path' => 'admin/structure/types/manage/%/display',
  25559. 'link_title' => 'Manage display',
  25560. 'options' => 'a:0:{}',
  25561. 'module' => 'system',
  25562. 'hidden' => '-1',
  25563. 'external' => '0',
  25564. 'has_children' => '0',
  25565. 'expanded' => '0',
  25566. 'weight' => '2',
  25567. 'depth' => '5',
  25568. 'customized' => '0',
  25569. 'p1' => '1',
  25570. 'p2' => '20',
  25571. 'p3' => '34',
  25572. 'p4' => '114',
  25573. 'p5' => '303',
  25574. 'p6' => '0',
  25575. 'p7' => '0',
  25576. 'p8' => '0',
  25577. 'p9' => '0',
  25578. 'updated' => '0',
  25579. ))
  25580. ->values(array(
  25581. 'menu_name' => 'management',
  25582. 'mlid' => '304',
  25583. 'plid' => '114',
  25584. 'link_path' => 'admin/structure/types/manage/%/fields',
  25585. 'router_path' => 'admin/structure/types/manage/%/fields',
  25586. 'link_title' => 'Manage fields',
  25587. 'options' => 'a:0:{}',
  25588. 'module' => 'system',
  25589. 'hidden' => '-1',
  25590. 'external' => '0',
  25591. 'has_children' => '1',
  25592. 'expanded' => '0',
  25593. 'weight' => '1',
  25594. 'depth' => '5',
  25595. 'customized' => '0',
  25596. 'p1' => '1',
  25597. 'p2' => '20',
  25598. 'p3' => '34',
  25599. 'p4' => '114',
  25600. 'p5' => '304',
  25601. 'p6' => '0',
  25602. 'p7' => '0',
  25603. 'p8' => '0',
  25604. 'p9' => '0',
  25605. 'updated' => '0',
  25606. ))
  25607. ->values(array(
  25608. 'menu_name' => 'management',
  25609. 'mlid' => '305',
  25610. 'plid' => '297',
  25611. 'link_path' => 'admin/structure/taxonomy/%/display/full',
  25612. 'router_path' => 'admin/structure/taxonomy/%/display/full',
  25613. 'link_title' => 'Taxonomy term page',
  25614. 'options' => 'a:0:{}',
  25615. 'module' => 'system',
  25616. 'hidden' => '-1',
  25617. 'external' => '0',
  25618. 'has_children' => '0',
  25619. 'expanded' => '0',
  25620. 'weight' => '0',
  25621. 'depth' => '6',
  25622. 'customized' => '0',
  25623. 'p1' => '1',
  25624. 'p2' => '20',
  25625. 'p3' => '180',
  25626. 'p4' => '212',
  25627. 'p5' => '297',
  25628. 'p6' => '305',
  25629. 'p7' => '0',
  25630. 'p8' => '0',
  25631. 'p9' => '0',
  25632. 'updated' => '0',
  25633. ))
  25634. ->values(array(
  25635. 'menu_name' => 'management',
  25636. 'mlid' => '306',
  25637. 'plid' => '298',
  25638. 'link_path' => 'admin/config/people/accounts/display/full',
  25639. 'router_path' => 'admin/config/people/accounts/display/full',
  25640. 'link_title' => 'User account',
  25641. 'options' => 'a:0:{}',
  25642. 'module' => 'system',
  25643. 'hidden' => '-1',
  25644. 'external' => '0',
  25645. 'has_children' => '0',
  25646. 'expanded' => '0',
  25647. 'weight' => '0',
  25648. 'depth' => '6',
  25649. 'customized' => '0',
  25650. 'p1' => '1',
  25651. 'p2' => '8',
  25652. 'p3' => '45',
  25653. 'p4' => '66',
  25654. 'p5' => '298',
  25655. 'p6' => '306',
  25656. 'p7' => '0',
  25657. 'p8' => '0',
  25658. 'p9' => '0',
  25659. 'updated' => '0',
  25660. ))
  25661. ->values(array(
  25662. 'menu_name' => 'management',
  25663. 'mlid' => '307',
  25664. 'plid' => '299',
  25665. 'link_path' => 'admin/structure/taxonomy/%/fields/%',
  25666. 'router_path' => 'admin/structure/taxonomy/%/fields/%',
  25667. 'link_title' => '',
  25668. 'options' => 'a:0:{}',
  25669. 'module' => 'system',
  25670. 'hidden' => '0',
  25671. 'external' => '0',
  25672. 'has_children' => '0',
  25673. 'expanded' => '0',
  25674. 'weight' => '0',
  25675. 'depth' => '6',
  25676. 'customized' => '0',
  25677. 'p1' => '1',
  25678. 'p2' => '20',
  25679. 'p3' => '180',
  25680. 'p4' => '212',
  25681. 'p5' => '299',
  25682. 'p6' => '307',
  25683. 'p7' => '0',
  25684. 'p8' => '0',
  25685. 'p9' => '0',
  25686. 'updated' => '0',
  25687. ))
  25688. ->values(array(
  25689. 'menu_name' => 'management',
  25690. 'mlid' => '308',
  25691. 'plid' => '300',
  25692. 'link_path' => 'admin/config/people/accounts/fields/%',
  25693. 'router_path' => 'admin/config/people/accounts/fields/%',
  25694. 'link_title' => '',
  25695. 'options' => 'a:0:{}',
  25696. 'module' => 'system',
  25697. 'hidden' => '0',
  25698. 'external' => '0',
  25699. 'has_children' => '0',
  25700. 'expanded' => '0',
  25701. 'weight' => '0',
  25702. 'depth' => '6',
  25703. 'customized' => '0',
  25704. 'p1' => '1',
  25705. 'p2' => '8',
  25706. 'p3' => '45',
  25707. 'p4' => '66',
  25708. 'p5' => '300',
  25709. 'p6' => '308',
  25710. 'p7' => '0',
  25711. 'p8' => '0',
  25712. 'p9' => '0',
  25713. 'updated' => '0',
  25714. ))
  25715. ->values(array(
  25716. 'menu_name' => 'management',
  25717. 'mlid' => '309',
  25718. 'plid' => '303',
  25719. 'link_path' => 'admin/structure/types/manage/%/display/default',
  25720. 'router_path' => 'admin/structure/types/manage/%/display/default',
  25721. 'link_title' => 'Default',
  25722. 'options' => 'a:0:{}',
  25723. 'module' => 'system',
  25724. 'hidden' => '-1',
  25725. 'external' => '0',
  25726. 'has_children' => '0',
  25727. 'expanded' => '0',
  25728. 'weight' => '-10',
  25729. 'depth' => '6',
  25730. 'customized' => '0',
  25731. 'p1' => '1',
  25732. 'p2' => '20',
  25733. 'p3' => '34',
  25734. 'p4' => '114',
  25735. 'p5' => '303',
  25736. 'p6' => '309',
  25737. 'p7' => '0',
  25738. 'p8' => '0',
  25739. 'p9' => '0',
  25740. 'updated' => '0',
  25741. ))
  25742. ->values(array(
  25743. 'menu_name' => 'management',
  25744. 'mlid' => '310',
  25745. 'plid' => '303',
  25746. 'link_path' => 'admin/structure/types/manage/%/display/full',
  25747. 'router_path' => 'admin/structure/types/manage/%/display/full',
  25748. 'link_title' => 'Full content',
  25749. 'options' => 'a:0:{}',
  25750. 'module' => 'system',
  25751. 'hidden' => '-1',
  25752. 'external' => '0',
  25753. 'has_children' => '0',
  25754. 'expanded' => '0',
  25755. 'weight' => '0',
  25756. 'depth' => '6',
  25757. 'customized' => '0',
  25758. 'p1' => '1',
  25759. 'p2' => '20',
  25760. 'p3' => '34',
  25761. 'p4' => '114',
  25762. 'p5' => '303',
  25763. 'p6' => '310',
  25764. 'p7' => '0',
  25765. 'p8' => '0',
  25766. 'p9' => '0',
  25767. 'updated' => '0',
  25768. ))
  25769. ->values(array(
  25770. 'menu_name' => 'management',
  25771. 'mlid' => '311',
  25772. 'plid' => '303',
  25773. 'link_path' => 'admin/structure/types/manage/%/display/rss',
  25774. 'router_path' => 'admin/structure/types/manage/%/display/rss',
  25775. 'link_title' => 'RSS',
  25776. 'options' => 'a:0:{}',
  25777. 'module' => 'system',
  25778. 'hidden' => '-1',
  25779. 'external' => '0',
  25780. 'has_children' => '0',
  25781. 'expanded' => '0',
  25782. 'weight' => '2',
  25783. 'depth' => '6',
  25784. 'customized' => '0',
  25785. 'p1' => '1',
  25786. 'p2' => '20',
  25787. 'p3' => '34',
  25788. 'p4' => '114',
  25789. 'p5' => '303',
  25790. 'p6' => '311',
  25791. 'p7' => '0',
  25792. 'p8' => '0',
  25793. 'p9' => '0',
  25794. 'updated' => '0',
  25795. ))
  25796. ->values(array(
  25797. 'menu_name' => 'management',
  25798. 'mlid' => '312',
  25799. 'plid' => '303',
  25800. 'link_path' => 'admin/structure/types/manage/%/display/search_index',
  25801. 'router_path' => 'admin/structure/types/manage/%/display/search_index',
  25802. 'link_title' => 'Search index',
  25803. 'options' => 'a:0:{}',
  25804. 'module' => 'system',
  25805. 'hidden' => '-1',
  25806. 'external' => '0',
  25807. 'has_children' => '0',
  25808. 'expanded' => '0',
  25809. 'weight' => '3',
  25810. 'depth' => '6',
  25811. 'customized' => '0',
  25812. 'p1' => '1',
  25813. 'p2' => '20',
  25814. 'p3' => '34',
  25815. 'p4' => '114',
  25816. 'p5' => '303',
  25817. 'p6' => '312',
  25818. 'p7' => '0',
  25819. 'p8' => '0',
  25820. 'p9' => '0',
  25821. 'updated' => '0',
  25822. ))
  25823. ->values(array(
  25824. 'menu_name' => 'management',
  25825. 'mlid' => '313',
  25826. 'plid' => '303',
  25827. 'link_path' => 'admin/structure/types/manage/%/display/search_result',
  25828. 'router_path' => 'admin/structure/types/manage/%/display/search_result',
  25829. 'link_title' => 'Search result highlighting input',
  25830. 'options' => 'a:0:{}',
  25831. 'module' => 'system',
  25832. 'hidden' => '-1',
  25833. 'external' => '0',
  25834. 'has_children' => '0',
  25835. 'expanded' => '0',
  25836. 'weight' => '4',
  25837. 'depth' => '6',
  25838. 'customized' => '0',
  25839. 'p1' => '1',
  25840. 'p2' => '20',
  25841. 'p3' => '34',
  25842. 'p4' => '114',
  25843. 'p5' => '303',
  25844. 'p6' => '313',
  25845. 'p7' => '0',
  25846. 'p8' => '0',
  25847. 'p9' => '0',
  25848. 'updated' => '0',
  25849. ))
  25850. ->values(array(
  25851. 'menu_name' => 'management',
  25852. 'mlid' => '314',
  25853. 'plid' => '303',
  25854. 'link_path' => 'admin/structure/types/manage/%/display/teaser',
  25855. 'router_path' => 'admin/structure/types/manage/%/display/teaser',
  25856. 'link_title' => 'Teaser',
  25857. 'options' => 'a:0:{}',
  25858. 'module' => 'system',
  25859. 'hidden' => '-1',
  25860. 'external' => '0',
  25861. 'has_children' => '0',
  25862. 'expanded' => '0',
  25863. 'weight' => '1',
  25864. 'depth' => '6',
  25865. 'customized' => '0',
  25866. 'p1' => '1',
  25867. 'p2' => '20',
  25868. 'p3' => '34',
  25869. 'p4' => '114',
  25870. 'p5' => '303',
  25871. 'p6' => '314',
  25872. 'p7' => '0',
  25873. 'p8' => '0',
  25874. 'p9' => '0',
  25875. 'updated' => '0',
  25876. ))
  25877. ->values(array(
  25878. 'menu_name' => 'management',
  25879. 'mlid' => '315',
  25880. 'plid' => '304',
  25881. 'link_path' => 'admin/structure/types/manage/%/fields/%',
  25882. 'router_path' => 'admin/structure/types/manage/%/fields/%',
  25883. 'link_title' => '',
  25884. 'options' => 'a:0:{}',
  25885. 'module' => 'system',
  25886. 'hidden' => '0',
  25887. 'external' => '0',
  25888. 'has_children' => '0',
  25889. 'expanded' => '0',
  25890. 'weight' => '0',
  25891. 'depth' => '6',
  25892. 'customized' => '0',
  25893. 'p1' => '1',
  25894. 'p2' => '20',
  25895. 'p3' => '34',
  25896. 'p4' => '114',
  25897. 'p5' => '304',
  25898. 'p6' => '315',
  25899. 'p7' => '0',
  25900. 'p8' => '0',
  25901. 'p9' => '0',
  25902. 'updated' => '0',
  25903. ))
  25904. ->values(array(
  25905. 'menu_name' => 'management',
  25906. 'mlid' => '316',
  25907. 'plid' => '307',
  25908. 'link_path' => 'admin/structure/taxonomy/%/fields/%/delete',
  25909. 'router_path' => 'admin/structure/taxonomy/%/fields/%/delete',
  25910. 'link_title' => 'Delete',
  25911. 'options' => 'a:0:{}',
  25912. 'module' => 'system',
  25913. 'hidden' => '-1',
  25914. 'external' => '0',
  25915. 'has_children' => '0',
  25916. 'expanded' => '0',
  25917. 'weight' => '10',
  25918. 'depth' => '7',
  25919. 'customized' => '0',
  25920. 'p1' => '1',
  25921. 'p2' => '20',
  25922. 'p3' => '180',
  25923. 'p4' => '212',
  25924. 'p5' => '299',
  25925. 'p6' => '307',
  25926. 'p7' => '316',
  25927. 'p8' => '0',
  25928. 'p9' => '0',
  25929. 'updated' => '0',
  25930. ))
  25931. ->values(array(
  25932. 'menu_name' => 'management',
  25933. 'mlid' => '317',
  25934. 'plid' => '307',
  25935. 'link_path' => 'admin/structure/taxonomy/%/fields/%/edit',
  25936. 'router_path' => 'admin/structure/taxonomy/%/fields/%/edit',
  25937. 'link_title' => 'Edit',
  25938. 'options' => 'a:0:{}',
  25939. 'module' => 'system',
  25940. 'hidden' => '-1',
  25941. 'external' => '0',
  25942. 'has_children' => '0',
  25943. 'expanded' => '0',
  25944. 'weight' => '0',
  25945. 'depth' => '7',
  25946. 'customized' => '0',
  25947. 'p1' => '1',
  25948. 'p2' => '20',
  25949. 'p3' => '180',
  25950. 'p4' => '212',
  25951. 'p5' => '299',
  25952. 'p6' => '307',
  25953. 'p7' => '317',
  25954. 'p8' => '0',
  25955. 'p9' => '0',
  25956. 'updated' => '0',
  25957. ))
  25958. ->values(array(
  25959. 'menu_name' => 'management',
  25960. 'mlid' => '318',
  25961. 'plid' => '307',
  25962. 'link_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
  25963. 'router_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
  25964. 'link_title' => 'Field settings',
  25965. 'options' => 'a:0:{}',
  25966. 'module' => 'system',
  25967. 'hidden' => '-1',
  25968. 'external' => '0',
  25969. 'has_children' => '0',
  25970. 'expanded' => '0',
  25971. 'weight' => '0',
  25972. 'depth' => '7',
  25973. 'customized' => '0',
  25974. 'p1' => '1',
  25975. 'p2' => '20',
  25976. 'p3' => '180',
  25977. 'p4' => '212',
  25978. 'p5' => '299',
  25979. 'p6' => '307',
  25980. 'p7' => '318',
  25981. 'p8' => '0',
  25982. 'p9' => '0',
  25983. 'updated' => '0',
  25984. ))
  25985. ->values(array(
  25986. 'menu_name' => 'management',
  25987. 'mlid' => '319',
  25988. 'plid' => '307',
  25989. 'link_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
  25990. 'router_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
  25991. 'link_title' => 'Widget type',
  25992. 'options' => 'a:0:{}',
  25993. 'module' => 'system',
  25994. 'hidden' => '-1',
  25995. 'external' => '0',
  25996. 'has_children' => '0',
  25997. 'expanded' => '0',
  25998. 'weight' => '0',
  25999. 'depth' => '7',
  26000. 'customized' => '0',
  26001. 'p1' => '1',
  26002. 'p2' => '20',
  26003. 'p3' => '180',
  26004. 'p4' => '212',
  26005. 'p5' => '299',
  26006. 'p6' => '307',
  26007. 'p7' => '319',
  26008. 'p8' => '0',
  26009. 'p9' => '0',
  26010. 'updated' => '0',
  26011. ))
  26012. ->values(array(
  26013. 'menu_name' => 'management',
  26014. 'mlid' => '320',
  26015. 'plid' => '308',
  26016. 'link_path' => 'admin/config/people/accounts/fields/%/delete',
  26017. 'router_path' => 'admin/config/people/accounts/fields/%/delete',
  26018. 'link_title' => 'Delete',
  26019. 'options' => 'a:0:{}',
  26020. 'module' => 'system',
  26021. 'hidden' => '-1',
  26022. 'external' => '0',
  26023. 'has_children' => '0',
  26024. 'expanded' => '0',
  26025. 'weight' => '10',
  26026. 'depth' => '7',
  26027. 'customized' => '0',
  26028. 'p1' => '1',
  26029. 'p2' => '8',
  26030. 'p3' => '45',
  26031. 'p4' => '66',
  26032. 'p5' => '300',
  26033. 'p6' => '308',
  26034. 'p7' => '320',
  26035. 'p8' => '0',
  26036. 'p9' => '0',
  26037. 'updated' => '0',
  26038. ))
  26039. ->values(array(
  26040. 'menu_name' => 'management',
  26041. 'mlid' => '321',
  26042. 'plid' => '308',
  26043. 'link_path' => 'admin/config/people/accounts/fields/%/edit',
  26044. 'router_path' => 'admin/config/people/accounts/fields/%/edit',
  26045. 'link_title' => 'Edit',
  26046. 'options' => 'a:0:{}',
  26047. 'module' => 'system',
  26048. 'hidden' => '-1',
  26049. 'external' => '0',
  26050. 'has_children' => '0',
  26051. 'expanded' => '0',
  26052. 'weight' => '0',
  26053. 'depth' => '7',
  26054. 'customized' => '0',
  26055. 'p1' => '1',
  26056. 'p2' => '8',
  26057. 'p3' => '45',
  26058. 'p4' => '66',
  26059. 'p5' => '300',
  26060. 'p6' => '308',
  26061. 'p7' => '321',
  26062. 'p8' => '0',
  26063. 'p9' => '0',
  26064. 'updated' => '0',
  26065. ))
  26066. ->values(array(
  26067. 'menu_name' => 'management',
  26068. 'mlid' => '322',
  26069. 'plid' => '308',
  26070. 'link_path' => 'admin/config/people/accounts/fields/%/field-settings',
  26071. 'router_path' => 'admin/config/people/accounts/fields/%/field-settings',
  26072. 'link_title' => 'Field settings',
  26073. 'options' => 'a:0:{}',
  26074. 'module' => 'system',
  26075. 'hidden' => '-1',
  26076. 'external' => '0',
  26077. 'has_children' => '0',
  26078. 'expanded' => '0',
  26079. 'weight' => '0',
  26080. 'depth' => '7',
  26081. 'customized' => '0',
  26082. 'p1' => '1',
  26083. 'p2' => '8',
  26084. 'p3' => '45',
  26085. 'p4' => '66',
  26086. 'p5' => '300',
  26087. 'p6' => '308',
  26088. 'p7' => '322',
  26089. 'p8' => '0',
  26090. 'p9' => '0',
  26091. 'updated' => '0',
  26092. ))
  26093. ->values(array(
  26094. 'menu_name' => 'management',
  26095. 'mlid' => '323',
  26096. 'plid' => '308',
  26097. 'link_path' => 'admin/config/people/accounts/fields/%/widget-type',
  26098. 'router_path' => 'admin/config/people/accounts/fields/%/widget-type',
  26099. 'link_title' => 'Widget type',
  26100. 'options' => 'a:0:{}',
  26101. 'module' => 'system',
  26102. 'hidden' => '-1',
  26103. 'external' => '0',
  26104. 'has_children' => '0',
  26105. 'expanded' => '0',
  26106. 'weight' => '0',
  26107. 'depth' => '7',
  26108. 'customized' => '0',
  26109. 'p1' => '1',
  26110. 'p2' => '8',
  26111. 'p3' => '45',
  26112. 'p4' => '66',
  26113. 'p5' => '300',
  26114. 'p6' => '308',
  26115. 'p7' => '323',
  26116. 'p8' => '0',
  26117. 'p9' => '0',
  26118. 'updated' => '0',
  26119. ))
  26120. ->values(array(
  26121. 'menu_name' => 'management',
  26122. 'mlid' => '324',
  26123. 'plid' => '161',
  26124. 'link_path' => 'admin/structure/types/manage/%/comment/display/default',
  26125. 'router_path' => 'admin/structure/types/manage/%/comment/display/default',
  26126. 'link_title' => 'Default',
  26127. 'options' => 'a:0:{}',
  26128. 'module' => 'system',
  26129. 'hidden' => '-1',
  26130. 'external' => '0',
  26131. 'has_children' => '0',
  26132. 'expanded' => '0',
  26133. 'weight' => '-10',
  26134. 'depth' => '6',
  26135. 'customized' => '0',
  26136. 'p1' => '1',
  26137. 'p2' => '20',
  26138. 'p3' => '34',
  26139. 'p4' => '114',
  26140. 'p5' => '161',
  26141. 'p6' => '324',
  26142. 'p7' => '0',
  26143. 'p8' => '0',
  26144. 'p9' => '0',
  26145. 'updated' => '0',
  26146. ))
  26147. ->values(array(
  26148. 'menu_name' => 'management',
  26149. 'mlid' => '325',
  26150. 'plid' => '161',
  26151. 'link_path' => 'admin/structure/types/manage/%/comment/display/full',
  26152. 'router_path' => 'admin/structure/types/manage/%/comment/display/full',
  26153. 'link_title' => 'Full comment',
  26154. 'options' => 'a:0:{}',
  26155. 'module' => 'system',
  26156. 'hidden' => '-1',
  26157. 'external' => '0',
  26158. 'has_children' => '0',
  26159. 'expanded' => '0',
  26160. 'weight' => '0',
  26161. 'depth' => '6',
  26162. 'customized' => '0',
  26163. 'p1' => '1',
  26164. 'p2' => '20',
  26165. 'p3' => '34',
  26166. 'p4' => '114',
  26167. 'p5' => '161',
  26168. 'p6' => '325',
  26169. 'p7' => '0',
  26170. 'p8' => '0',
  26171. 'p9' => '0',
  26172. 'updated' => '0',
  26173. ))
  26174. ->values(array(
  26175. 'menu_name' => 'management',
  26176. 'mlid' => '326',
  26177. 'plid' => '162',
  26178. 'link_path' => 'admin/structure/types/manage/%/comment/fields/%',
  26179. 'router_path' => 'admin/structure/types/manage/%/comment/fields/%',
  26180. 'link_title' => '',
  26181. 'options' => 'a:0:{}',
  26182. 'module' => 'system',
  26183. 'hidden' => '0',
  26184. 'external' => '0',
  26185. 'has_children' => '0',
  26186. 'expanded' => '0',
  26187. 'weight' => '0',
  26188. 'depth' => '6',
  26189. 'customized' => '0',
  26190. 'p1' => '1',
  26191. 'p2' => '20',
  26192. 'p3' => '34',
  26193. 'p4' => '114',
  26194. 'p5' => '162',
  26195. 'p6' => '326',
  26196. 'p7' => '0',
  26197. 'p8' => '0',
  26198. 'p9' => '0',
  26199. 'updated' => '0',
  26200. ))
  26201. ->values(array(
  26202. 'menu_name' => 'management',
  26203. 'mlid' => '327',
  26204. 'plid' => '315',
  26205. 'link_path' => 'admin/structure/types/manage/%/fields/%/delete',
  26206. 'router_path' => 'admin/structure/types/manage/%/fields/%/delete',
  26207. 'link_title' => 'Delete',
  26208. 'options' => 'a:0:{}',
  26209. 'module' => 'system',
  26210. 'hidden' => '-1',
  26211. 'external' => '0',
  26212. 'has_children' => '0',
  26213. 'expanded' => '0',
  26214. 'weight' => '10',
  26215. 'depth' => '7',
  26216. 'customized' => '0',
  26217. 'p1' => '1',
  26218. 'p2' => '20',
  26219. 'p3' => '34',
  26220. 'p4' => '114',
  26221. 'p5' => '304',
  26222. 'p6' => '315',
  26223. 'p7' => '327',
  26224. 'p8' => '0',
  26225. 'p9' => '0',
  26226. 'updated' => '0',
  26227. ))
  26228. ->values(array(
  26229. 'menu_name' => 'management',
  26230. 'mlid' => '328',
  26231. 'plid' => '315',
  26232. 'link_path' => 'admin/structure/types/manage/%/fields/%/edit',
  26233. 'router_path' => 'admin/structure/types/manage/%/fields/%/edit',
  26234. 'link_title' => 'Edit',
  26235. 'options' => 'a:0:{}',
  26236. 'module' => 'system',
  26237. 'hidden' => '-1',
  26238. 'external' => '0',
  26239. 'has_children' => '0',
  26240. 'expanded' => '0',
  26241. 'weight' => '0',
  26242. 'depth' => '7',
  26243. 'customized' => '0',
  26244. 'p1' => '1',
  26245. 'p2' => '20',
  26246. 'p3' => '34',
  26247. 'p4' => '114',
  26248. 'p5' => '304',
  26249. 'p6' => '315',
  26250. 'p7' => '328',
  26251. 'p8' => '0',
  26252. 'p9' => '0',
  26253. 'updated' => '0',
  26254. ))
  26255. ->values(array(
  26256. 'menu_name' => 'management',
  26257. 'mlid' => '329',
  26258. 'plid' => '315',
  26259. 'link_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
  26260. 'router_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
  26261. 'link_title' => 'Field settings',
  26262. 'options' => 'a:0:{}',
  26263. 'module' => 'system',
  26264. 'hidden' => '-1',
  26265. 'external' => '0',
  26266. 'has_children' => '0',
  26267. 'expanded' => '0',
  26268. 'weight' => '0',
  26269. 'depth' => '7',
  26270. 'customized' => '0',
  26271. 'p1' => '1',
  26272. 'p2' => '20',
  26273. 'p3' => '34',
  26274. 'p4' => '114',
  26275. 'p5' => '304',
  26276. 'p6' => '315',
  26277. 'p7' => '329',
  26278. 'p8' => '0',
  26279. 'p9' => '0',
  26280. 'updated' => '0',
  26281. ))
  26282. ->values(array(
  26283. 'menu_name' => 'management',
  26284. 'mlid' => '330',
  26285. 'plid' => '315',
  26286. 'link_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
  26287. 'router_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
  26288. 'link_title' => 'Widget type',
  26289. 'options' => 'a:0:{}',
  26290. 'module' => 'system',
  26291. 'hidden' => '-1',
  26292. 'external' => '0',
  26293. 'has_children' => '0',
  26294. 'expanded' => '0',
  26295. 'weight' => '0',
  26296. 'depth' => '7',
  26297. 'customized' => '0',
  26298. 'p1' => '1',
  26299. 'p2' => '20',
  26300. 'p3' => '34',
  26301. 'p4' => '114',
  26302. 'p5' => '304',
  26303. 'p6' => '315',
  26304. 'p7' => '330',
  26305. 'p8' => '0',
  26306. 'p9' => '0',
  26307. 'updated' => '0',
  26308. ))
  26309. ->values(array(
  26310. 'menu_name' => 'management',
  26311. 'mlid' => '331',
  26312. 'plid' => '326',
  26313. 'link_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
  26314. 'router_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
  26315. 'link_title' => 'Delete',
  26316. 'options' => 'a:0:{}',
  26317. 'module' => 'system',
  26318. 'hidden' => '-1',
  26319. 'external' => '0',
  26320. 'has_children' => '0',
  26321. 'expanded' => '0',
  26322. 'weight' => '10',
  26323. 'depth' => '7',
  26324. 'customized' => '0',
  26325. 'p1' => '1',
  26326. 'p2' => '20',
  26327. 'p3' => '34',
  26328. 'p4' => '114',
  26329. 'p5' => '162',
  26330. 'p6' => '326',
  26331. 'p7' => '331',
  26332. 'p8' => '0',
  26333. 'p9' => '0',
  26334. 'updated' => '0',
  26335. ))
  26336. ->values(array(
  26337. 'menu_name' => 'management',
  26338. 'mlid' => '332',
  26339. 'plid' => '326',
  26340. 'link_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
  26341. 'router_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
  26342. 'link_title' => 'Edit',
  26343. 'options' => 'a:0:{}',
  26344. 'module' => 'system',
  26345. 'hidden' => '-1',
  26346. 'external' => '0',
  26347. 'has_children' => '0',
  26348. 'expanded' => '0',
  26349. 'weight' => '0',
  26350. 'depth' => '7',
  26351. 'customized' => '0',
  26352. 'p1' => '1',
  26353. 'p2' => '20',
  26354. 'p3' => '34',
  26355. 'p4' => '114',
  26356. 'p5' => '162',
  26357. 'p6' => '326',
  26358. 'p7' => '332',
  26359. 'p8' => '0',
  26360. 'p9' => '0',
  26361. 'updated' => '0',
  26362. ))
  26363. ->values(array(
  26364. 'menu_name' => 'management',
  26365. 'mlid' => '333',
  26366. 'plid' => '326',
  26367. 'link_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
  26368. 'router_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
  26369. 'link_title' => 'Field settings',
  26370. 'options' => 'a:0:{}',
  26371. 'module' => 'system',
  26372. 'hidden' => '-1',
  26373. 'external' => '0',
  26374. 'has_children' => '0',
  26375. 'expanded' => '0',
  26376. 'weight' => '0',
  26377. 'depth' => '7',
  26378. 'customized' => '0',
  26379. 'p1' => '1',
  26380. 'p2' => '20',
  26381. 'p3' => '34',
  26382. 'p4' => '114',
  26383. 'p5' => '162',
  26384. 'p6' => '326',
  26385. 'p7' => '333',
  26386. 'p8' => '0',
  26387. 'p9' => '0',
  26388. 'updated' => '0',
  26389. ))
  26390. ->values(array(
  26391. 'menu_name' => 'management',
  26392. 'mlid' => '334',
  26393. 'plid' => '326',
  26394. 'link_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
  26395. 'router_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
  26396. 'link_title' => 'Widget type',
  26397. 'options' => 'a:0:{}',
  26398. 'module' => 'system',
  26399. 'hidden' => '-1',
  26400. 'external' => '0',
  26401. 'has_children' => '0',
  26402. 'expanded' => '0',
  26403. 'weight' => '0',
  26404. 'depth' => '7',
  26405. 'customized' => '0',
  26406. 'p1' => '1',
  26407. 'p2' => '20',
  26408. 'p3' => '34',
  26409. 'p4' => '114',
  26410. 'p5' => '162',
  26411. 'p6' => '326',
  26412. 'p7' => '334',
  26413. 'p8' => '0',
  26414. 'p9' => '0',
  26415. 'updated' => '0',
  26416. ))
  26417. ->values(array(
  26418. 'menu_name' => 'navigation',
  26419. 'mlid' => '335',
  26420. 'plid' => '0',
  26421. 'link_path' => 'blog',
  26422. 'router_path' => 'blog',
  26423. 'link_title' => 'Blogs',
  26424. 'options' => 'a:0:{}',
  26425. 'module' => 'system',
  26426. 'hidden' => '1',
  26427. 'external' => '0',
  26428. 'has_children' => '1',
  26429. 'expanded' => '0',
  26430. 'weight' => '0',
  26431. 'depth' => '1',
  26432. 'customized' => '0',
  26433. 'p1' => '335',
  26434. 'p2' => '0',
  26435. 'p3' => '0',
  26436. 'p4' => '0',
  26437. 'p5' => '0',
  26438. 'p6' => '0',
  26439. 'p7' => '0',
  26440. 'p8' => '0',
  26441. 'p9' => '0',
  26442. 'updated' => '0',
  26443. ))
  26444. ->values(array(
  26445. 'menu_name' => 'navigation',
  26446. 'mlid' => '336',
  26447. 'plid' => '0',
  26448. 'link_path' => 'book',
  26449. 'router_path' => 'book',
  26450. 'link_title' => 'Books',
  26451. 'options' => 'a:0:{}',
  26452. 'module' => 'system',
  26453. 'hidden' => '1',
  26454. 'external' => '0',
  26455. 'has_children' => '0',
  26456. 'expanded' => '0',
  26457. 'weight' => '0',
  26458. 'depth' => '1',
  26459. 'customized' => '0',
  26460. 'p1' => '336',
  26461. 'p2' => '0',
  26462. 'p3' => '0',
  26463. 'p4' => '0',
  26464. 'p5' => '0',
  26465. 'p6' => '0',
  26466. 'p7' => '0',
  26467. 'p8' => '0',
  26468. 'p9' => '0',
  26469. 'updated' => '0',
  26470. ))
  26471. ->values(array(
  26472. 'menu_name' => 'navigation',
  26473. 'mlid' => '337',
  26474. 'plid' => '0',
  26475. 'link_path' => 'contact',
  26476. 'router_path' => 'contact',
  26477. 'link_title' => 'Contact',
  26478. 'options' => 'a:0:{}',
  26479. 'module' => 'system',
  26480. 'hidden' => '1',
  26481. 'external' => '0',
  26482. 'has_children' => '0',
  26483. 'expanded' => '0',
  26484. 'weight' => '0',
  26485. 'depth' => '1',
  26486. 'customized' => '0',
  26487. 'p1' => '337',
  26488. 'p2' => '0',
  26489. 'p3' => '0',
  26490. 'p4' => '0',
  26491. 'p5' => '0',
  26492. 'p6' => '0',
  26493. 'p7' => '0',
  26494. 'p8' => '0',
  26495. 'p9' => '0',
  26496. 'updated' => '0',
  26497. ))
  26498. ->values(array(
  26499. 'menu_name' => 'navigation',
  26500. 'mlid' => '338',
  26501. 'plid' => '0',
  26502. 'link_path' => 'aggregator',
  26503. 'router_path' => 'aggregator',
  26504. 'link_title' => 'Feed aggregator',
  26505. 'options' => 'a:0:{}',
  26506. 'module' => 'system',
  26507. 'hidden' => '0',
  26508. 'external' => '0',
  26509. 'has_children' => '1',
  26510. 'expanded' => '0',
  26511. 'weight' => '5',
  26512. 'depth' => '1',
  26513. 'customized' => '0',
  26514. 'p1' => '338',
  26515. 'p2' => '0',
  26516. 'p3' => '0',
  26517. 'p4' => '0',
  26518. 'p5' => '0',
  26519. 'p6' => '0',
  26520. 'p7' => '0',
  26521. 'p8' => '0',
  26522. 'p9' => '0',
  26523. 'updated' => '0',
  26524. ))
  26525. ->values(array(
  26526. 'menu_name' => 'navigation',
  26527. 'mlid' => '339',
  26528. 'plid' => '0',
  26529. 'link_path' => 'forum',
  26530. 'router_path' => 'forum',
  26531. 'link_title' => 'Forums',
  26532. 'options' => 'a:0:{}',
  26533. 'module' => 'system',
  26534. 'hidden' => '0',
  26535. 'external' => '0',
  26536. 'has_children' => '1',
  26537. 'expanded' => '0',
  26538. 'weight' => '0',
  26539. 'depth' => '1',
  26540. 'customized' => '0',
  26541. 'p1' => '339',
  26542. 'p2' => '0',
  26543. 'p3' => '0',
  26544. 'p4' => '0',
  26545. 'p5' => '0',
  26546. 'p6' => '0',
  26547. 'p7' => '0',
  26548. 'p8' => '0',
  26549. 'p9' => '0',
  26550. 'updated' => '0',
  26551. ))
  26552. ->values(array(
  26553. 'menu_name' => 'navigation',
  26554. 'mlid' => '340',
  26555. 'plid' => '0',
  26556. 'link_path' => 'tracker',
  26557. 'router_path' => 'tracker',
  26558. 'link_title' => 'Recent content',
  26559. 'options' => 'a:0:{}',
  26560. 'module' => 'system',
  26561. 'hidden' => '0',
  26562. 'external' => '0',
  26563. 'has_children' => '0',
  26564. 'expanded' => '0',
  26565. 'weight' => '1',
  26566. 'depth' => '1',
  26567. 'customized' => '0',
  26568. 'p1' => '340',
  26569. 'p2' => '0',
  26570. 'p3' => '0',
  26571. 'p4' => '0',
  26572. 'p5' => '0',
  26573. 'p6' => '0',
  26574. 'p7' => '0',
  26575. 'p8' => '0',
  26576. 'p9' => '0',
  26577. 'updated' => '0',
  26578. ))
  26579. ->values(array(
  26580. 'menu_name' => 'navigation',
  26581. 'mlid' => '341',
  26582. 'plid' => '340',
  26583. 'link_path' => 'tracker/all',
  26584. 'router_path' => 'tracker/all',
  26585. 'link_title' => 'All recent content',
  26586. 'options' => 'a:0:{}',
  26587. 'module' => 'system',
  26588. 'hidden' => '-1',
  26589. 'external' => '0',
  26590. 'has_children' => '0',
  26591. 'expanded' => '0',
  26592. 'weight' => '0',
  26593. 'depth' => '2',
  26594. 'customized' => '0',
  26595. 'p1' => '340',
  26596. 'p2' => '341',
  26597. 'p3' => '0',
  26598. 'p4' => '0',
  26599. 'p5' => '0',
  26600. 'p6' => '0',
  26601. 'p7' => '0',
  26602. 'p8' => '0',
  26603. 'p9' => '0',
  26604. 'updated' => '0',
  26605. ))
  26606. ->values(array(
  26607. 'menu_name' => 'navigation',
  26608. 'mlid' => '342',
  26609. 'plid' => '338',
  26610. 'link_path' => 'aggregator/categories',
  26611. 'router_path' => 'aggregator/categories',
  26612. 'link_title' => 'Categories',
  26613. 'options' => 'a:0:{}',
  26614. 'module' => 'system',
  26615. 'hidden' => '0',
  26616. 'external' => '0',
  26617. 'has_children' => '1',
  26618. 'expanded' => '0',
  26619. 'weight' => '0',
  26620. 'depth' => '2',
  26621. 'customized' => '0',
  26622. 'p1' => '338',
  26623. 'p2' => '342',
  26624. 'p3' => '0',
  26625. 'p4' => '0',
  26626. 'p5' => '0',
  26627. 'p6' => '0',
  26628. 'p7' => '0',
  26629. 'p8' => '0',
  26630. 'p9' => '0',
  26631. 'updated' => '0',
  26632. ))
  26633. ->values(array(
  26634. 'menu_name' => 'navigation',
  26635. 'mlid' => '343',
  26636. 'plid' => '339',
  26637. 'link_path' => 'forum/%',
  26638. 'router_path' => 'forum/%',
  26639. 'link_title' => 'Forums',
  26640. 'options' => 'a:0:{}',
  26641. 'module' => 'system',
  26642. 'hidden' => '0',
  26643. 'external' => '0',
  26644. 'has_children' => '0',
  26645. 'expanded' => '0',
  26646. 'weight' => '0',
  26647. 'depth' => '2',
  26648. 'customized' => '0',
  26649. 'p1' => '339',
  26650. 'p2' => '343',
  26651. 'p3' => '0',
  26652. 'p4' => '0',
  26653. 'p5' => '0',
  26654. 'p6' => '0',
  26655. 'p7' => '0',
  26656. 'p8' => '0',
  26657. 'p9' => '0',
  26658. 'updated' => '0',
  26659. ))
  26660. ->values(array(
  26661. 'menu_name' => 'navigation',
  26662. 'mlid' => '344',
  26663. 'plid' => '335',
  26664. 'link_path' => 'blog/%',
  26665. 'router_path' => 'blog/%',
  26666. 'link_title' => 'My blog',
  26667. 'options' => 'a:0:{}',
  26668. 'module' => 'system',
  26669. 'hidden' => '0',
  26670. 'external' => '0',
  26671. 'has_children' => '0',
  26672. 'expanded' => '0',
  26673. 'weight' => '0',
  26674. 'depth' => '2',
  26675. 'customized' => '0',
  26676. 'p1' => '335',
  26677. 'p2' => '344',
  26678. 'p3' => '0',
  26679. 'p4' => '0',
  26680. 'p5' => '0',
  26681. 'p6' => '0',
  26682. 'p7' => '0',
  26683. 'p8' => '0',
  26684. 'p9' => '0',
  26685. 'updated' => '0',
  26686. ))
  26687. ->values(array(
  26688. 'menu_name' => 'navigation',
  26689. 'mlid' => '345',
  26690. 'plid' => '340',
  26691. 'link_path' => 'tracker/%',
  26692. 'router_path' => 'tracker/%',
  26693. 'link_title' => 'My recent content',
  26694. 'options' => 'a:0:{}',
  26695. 'module' => 'system',
  26696. 'hidden' => '-1',
  26697. 'external' => '0',
  26698. 'has_children' => '0',
  26699. 'expanded' => '0',
  26700. 'weight' => '0',
  26701. 'depth' => '2',
  26702. 'customized' => '0',
  26703. 'p1' => '340',
  26704. 'p2' => '345',
  26705. 'p3' => '0',
  26706. 'p4' => '0',
  26707. 'p5' => '0',
  26708. 'p6' => '0',
  26709. 'p7' => '0',
  26710. 'p8' => '0',
  26711. 'p9' => '0',
  26712. 'updated' => '0',
  26713. ))
  26714. ->values(array(
  26715. 'menu_name' => 'navigation',
  26716. 'mlid' => '346',
  26717. 'plid' => '338',
  26718. 'link_path' => 'aggregator/sources',
  26719. 'router_path' => 'aggregator/sources',
  26720. 'link_title' => 'Sources',
  26721. 'options' => 'a:0:{}',
  26722. 'module' => 'system',
  26723. 'hidden' => '0',
  26724. 'external' => '0',
  26725. 'has_children' => '1',
  26726. 'expanded' => '0',
  26727. 'weight' => '0',
  26728. 'depth' => '2',
  26729. 'customized' => '0',
  26730. 'p1' => '338',
  26731. 'p2' => '346',
  26732. 'p3' => '0',
  26733. 'p4' => '0',
  26734. 'p5' => '0',
  26735. 'p6' => '0',
  26736. 'p7' => '0',
  26737. 'p8' => '0',
  26738. 'p9' => '0',
  26739. 'updated' => '0',
  26740. ))
  26741. ->values(array(
  26742. 'menu_name' => 'navigation',
  26743. 'mlid' => '347',
  26744. 'plid' => '342',
  26745. 'link_path' => 'aggregator/categories/%',
  26746. 'router_path' => 'aggregator/categories/%',
  26747. 'link_title' => '',
  26748. 'options' => 'a:0:{}',
  26749. 'module' => 'system',
  26750. 'hidden' => '0',
  26751. 'external' => '0',
  26752. 'has_children' => '0',
  26753. 'expanded' => '0',
  26754. 'weight' => '0',
  26755. 'depth' => '3',
  26756. 'customized' => '0',
  26757. 'p1' => '338',
  26758. 'p2' => '342',
  26759. 'p3' => '347',
  26760. 'p4' => '0',
  26761. 'p5' => '0',
  26762. 'p6' => '0',
  26763. 'p7' => '0',
  26764. 'p8' => '0',
  26765. 'p9' => '0',
  26766. 'updated' => '0',
  26767. ))
  26768. ->values(array(
  26769. 'menu_name' => 'navigation',
  26770. 'mlid' => '348',
  26771. 'plid' => '346',
  26772. 'link_path' => 'aggregator/sources/%',
  26773. 'router_path' => 'aggregator/sources/%',
  26774. 'link_title' => '',
  26775. 'options' => 'a:0:{}',
  26776. 'module' => 'system',
  26777. 'hidden' => '0',
  26778. 'external' => '0',
  26779. 'has_children' => '0',
  26780. 'expanded' => '0',
  26781. 'weight' => '0',
  26782. 'depth' => '3',
  26783. 'customized' => '0',
  26784. 'p1' => '338',
  26785. 'p2' => '346',
  26786. 'p3' => '348',
  26787. 'p4' => '0',
  26788. 'p5' => '0',
  26789. 'p6' => '0',
  26790. 'p7' => '0',
  26791. 'p8' => '0',
  26792. 'p9' => '0',
  26793. 'updated' => '0',
  26794. ))
  26795. ->values(array(
  26796. 'menu_name' => 'navigation',
  26797. 'mlid' => '349',
  26798. 'plid' => '6',
  26799. 'link_path' => 'node/add/blog',
  26800. 'router_path' => 'node/add/blog',
  26801. 'link_title' => 'Blog entry',
  26802. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:58:"Use for multi-user blogs. Every user gets a personal blog.";}}',
  26803. 'module' => 'system',
  26804. 'hidden' => '0',
  26805. 'external' => '0',
  26806. 'has_children' => '0',
  26807. 'expanded' => '0',
  26808. 'weight' => '0',
  26809. 'depth' => '2',
  26810. 'customized' => '0',
  26811. 'p1' => '6',
  26812. 'p2' => '349',
  26813. 'p3' => '0',
  26814. 'p4' => '0',
  26815. 'p5' => '0',
  26816. 'p6' => '0',
  26817. 'p7' => '0',
  26818. 'p8' => '0',
  26819. 'p9' => '0',
  26820. 'updated' => '0',
  26821. ))
  26822. ->values(array(
  26823. 'menu_name' => 'navigation',
  26824. 'mlid' => '350',
  26825. 'plid' => '6',
  26826. 'link_path' => 'node/add/book',
  26827. 'router_path' => 'node/add/book',
  26828. 'link_title' => 'Book page',
  26829. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:87:"<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.";}}',
  26830. 'module' => 'system',
  26831. 'hidden' => '0',
  26832. 'external' => '0',
  26833. 'has_children' => '0',
  26834. 'expanded' => '0',
  26835. 'weight' => '0',
  26836. 'depth' => '2',
  26837. 'customized' => '0',
  26838. 'p1' => '6',
  26839. 'p2' => '350',
  26840. 'p3' => '0',
  26841. 'p4' => '0',
  26842. 'p5' => '0',
  26843. 'p6' => '0',
  26844. 'p7' => '0',
  26845. 'p8' => '0',
  26846. 'p9' => '0',
  26847. 'updated' => '0',
  26848. ))
  26849. ->values(array(
  26850. 'menu_name' => 'management',
  26851. 'mlid' => '351',
  26852. 'plid' => '9',
  26853. 'link_path' => 'admin/content/book',
  26854. 'router_path' => 'admin/content/book',
  26855. 'link_title' => 'Books',
  26856. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:33:\"Manage your site's book outlines.\";}}",
  26857. 'module' => 'system',
  26858. 'hidden' => '-1',
  26859. 'external' => '0',
  26860. 'has_children' => '0',
  26861. 'expanded' => '0',
  26862. 'weight' => '0',
  26863. 'depth' => '3',
  26864. 'customized' => '0',
  26865. 'p1' => '1',
  26866. 'p2' => '9',
  26867. 'p3' => '351',
  26868. 'p4' => '0',
  26869. 'p5' => '0',
  26870. 'p6' => '0',
  26871. 'p7' => '0',
  26872. 'p8' => '0',
  26873. 'p9' => '0',
  26874. 'updated' => '0',
  26875. ))
  26876. ->values(array(
  26877. 'menu_name' => 'navigation',
  26878. 'mlid' => '352',
  26879. 'plid' => '16',
  26880. 'link_path' => 'user/%/contact',
  26881. 'router_path' => 'user/%/contact',
  26882. 'link_title' => 'Contact',
  26883. 'options' => 'a:0:{}',
  26884. 'module' => 'system',
  26885. 'hidden' => '-1',
  26886. 'external' => '0',
  26887. 'has_children' => '0',
  26888. 'expanded' => '0',
  26889. 'weight' => '2',
  26890. 'depth' => '2',
  26891. 'customized' => '0',
  26892. 'p1' => '16',
  26893. 'p2' => '352',
  26894. 'p3' => '0',
  26895. 'p4' => '0',
  26896. 'p5' => '0',
  26897. 'p6' => '0',
  26898. 'p7' => '0',
  26899. 'p8' => '0',
  26900. 'p9' => '0',
  26901. 'updated' => '0',
  26902. ))
  26903. ->values(array(
  26904. 'menu_name' => 'management',
  26905. 'mlid' => '353',
  26906. 'plid' => '20',
  26907. 'link_path' => 'admin/structure/contact',
  26908. 'router_path' => 'admin/structure/contact',
  26909. 'link_title' => 'Contact form',
  26910. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:71:"Create a system contact form and set up categories for the form to use.";}}',
  26911. 'module' => 'system',
  26912. 'hidden' => '0',
  26913. 'external' => '0',
  26914. 'has_children' => '1',
  26915. 'expanded' => '0',
  26916. 'weight' => '0',
  26917. 'depth' => '3',
  26918. 'customized' => '0',
  26919. 'p1' => '1',
  26920. 'p2' => '20',
  26921. 'p3' => '353',
  26922. 'p4' => '0',
  26923. 'p5' => '0',
  26924. 'p6' => '0',
  26925. 'p7' => '0',
  26926. 'p8' => '0',
  26927. 'p9' => '0',
  26928. 'updated' => '0',
  26929. ))
  26930. ->values(array(
  26931. 'menu_name' => 'management',
  26932. 'mlid' => '354',
  26933. 'plid' => '8',
  26934. 'link_path' => 'admin/config/date',
  26935. 'router_path' => 'admin/config/date',
  26936. 'link_title' => 'Date API',
  26937. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"Settings for modules the use the Date API.";}}',
  26938. 'module' => 'system',
  26939. 'hidden' => '0',
  26940. 'external' => '0',
  26941. 'has_children' => '0',
  26942. 'expanded' => '0',
  26943. 'weight' => '-10',
  26944. 'depth' => '3',
  26945. 'customized' => '0',
  26946. 'p1' => '1',
  26947. 'p2' => '8',
  26948. 'p3' => '354',
  26949. 'p4' => '0',
  26950. 'p5' => '0',
  26951. 'p6' => '0',
  26952. 'p7' => '0',
  26953. 'p8' => '0',
  26954. 'p9' => '0',
  26955. 'updated' => '0',
  26956. ))
  26957. ->values(array(
  26958. 'menu_name' => 'navigation',
  26959. 'mlid' => '355',
  26960. 'plid' => '6',
  26961. 'link_path' => 'node/add/forum',
  26962. 'router_path' => 'node/add/forum',
  26963. 'link_title' => 'Forum topic',
  26964. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:69:"A <em>forum topic</em> starts a new discussion thread within a forum.";}}',
  26965. 'module' => 'system',
  26966. 'hidden' => '0',
  26967. 'external' => '0',
  26968. 'has_children' => '0',
  26969. 'expanded' => '0',
  26970. 'weight' => '0',
  26971. 'depth' => '2',
  26972. 'customized' => '0',
  26973. 'p1' => '6',
  26974. 'p2' => '355',
  26975. 'p3' => '0',
  26976. 'p4' => '0',
  26977. 'p5' => '0',
  26978. 'p6' => '0',
  26979. 'p7' => '0',
  26980. 'p8' => '0',
  26981. 'p9' => '0',
  26982. 'updated' => '0',
  26983. ))
  26984. ->values(array(
  26985. 'menu_name' => 'management',
  26986. 'mlid' => '356',
  26987. 'plid' => '20',
  26988. 'link_path' => 'admin/structure/forum',
  26989. 'router_path' => 'admin/structure/forum',
  26990. 'link_title' => 'Forums',
  26991. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Control forum hierarchy settings.";}}',
  26992. 'module' => 'system',
  26993. 'hidden' => '0',
  26994. 'external' => '0',
  26995. 'has_children' => '1',
  26996. 'expanded' => '0',
  26997. 'weight' => '0',
  26998. 'depth' => '3',
  26999. 'customized' => '0',
  27000. 'p1' => '1',
  27001. 'p2' => '20',
  27002. 'p3' => '356',
  27003. 'p4' => '0',
  27004. 'p5' => '0',
  27005. 'p6' => '0',
  27006. 'p7' => '0',
  27007. 'p8' => '0',
  27008. 'p9' => '0',
  27009. 'updated' => '0',
  27010. ))
  27011. ->values(array(
  27012. 'menu_name' => 'navigation',
  27013. 'mlid' => '358',
  27014. 'plid' => '5',
  27015. 'link_path' => 'node/%/outline',
  27016. 'router_path' => 'node/%/outline',
  27017. 'link_title' => 'Outline',
  27018. 'options' => 'a:0:{}',
  27019. 'module' => 'system',
  27020. 'hidden' => '-1',
  27021. 'external' => '0',
  27022. 'has_children' => '1',
  27023. 'expanded' => '0',
  27024. 'weight' => '2',
  27025. 'depth' => '2',
  27026. 'customized' => '0',
  27027. 'p1' => '5',
  27028. 'p2' => '358',
  27029. 'p3' => '0',
  27030. 'p4' => '0',
  27031. 'p5' => '0',
  27032. 'p6' => '0',
  27033. 'p7' => '0',
  27034. 'p8' => '0',
  27035. 'p9' => '0',
  27036. 'updated' => '0',
  27037. ))
  27038. ->values(array(
  27039. 'menu_name' => 'management',
  27040. 'mlid' => '359',
  27041. 'plid' => '18',
  27042. 'link_path' => 'admin/reports/hits',
  27043. 'router_path' => 'admin/reports/hits',
  27044. 'link_title' => 'Recent hits',
  27045. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View pages that have recently been visited.";}}',
  27046. 'module' => 'system',
  27047. 'hidden' => '0',
  27048. 'external' => '0',
  27049. 'has_children' => '0',
  27050. 'expanded' => '0',
  27051. 'weight' => '0',
  27052. 'depth' => '3',
  27053. 'customized' => '0',
  27054. 'p1' => '1',
  27055. 'p2' => '18',
  27056. 'p3' => '359',
  27057. 'p4' => '0',
  27058. 'p5' => '0',
  27059. 'p6' => '0',
  27060. 'p7' => '0',
  27061. 'p8' => '0',
  27062. 'p9' => '0',
  27063. 'updated' => '0',
  27064. ))
  27065. ->values(array(
  27066. 'menu_name' => 'management',
  27067. 'mlid' => '360',
  27068. 'plid' => '18',
  27069. 'link_path' => 'admin/reports/pages',
  27070. 'router_path' => 'admin/reports/pages',
  27071. 'link_title' => 'Top pages',
  27072. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"View pages that have been hit frequently.";}}',
  27073. 'module' => 'system',
  27074. 'hidden' => '0',
  27075. 'external' => '0',
  27076. 'has_children' => '0',
  27077. 'expanded' => '0',
  27078. 'weight' => '1',
  27079. 'depth' => '3',
  27080. 'customized' => '0',
  27081. 'p1' => '1',
  27082. 'p2' => '18',
  27083. 'p3' => '360',
  27084. 'p4' => '0',
  27085. 'p5' => '0',
  27086. 'p6' => '0',
  27087. 'p7' => '0',
  27088. 'p8' => '0',
  27089. 'p9' => '0',
  27090. 'updated' => '0',
  27091. ))
  27092. ->values(array(
  27093. 'menu_name' => 'management',
  27094. 'mlid' => '361',
  27095. 'plid' => '18',
  27096. 'link_path' => 'admin/reports/referrers',
  27097. 'router_path' => 'admin/reports/referrers',
  27098. 'link_title' => 'Top referrers',
  27099. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:19:"View top referrers.";}}',
  27100. 'module' => 'system',
  27101. 'hidden' => '0',
  27102. 'external' => '0',
  27103. 'has_children' => '0',
  27104. 'expanded' => '0',
  27105. 'weight' => '0',
  27106. 'depth' => '3',
  27107. 'customized' => '0',
  27108. 'p1' => '1',
  27109. 'p2' => '18',
  27110. 'p3' => '361',
  27111. 'p4' => '0',
  27112. 'p5' => '0',
  27113. 'p6' => '0',
  27114. 'p7' => '0',
  27115. 'p8' => '0',
  27116. 'p9' => '0',
  27117. 'updated' => '0',
  27118. ))
  27119. ->values(array(
  27120. 'menu_name' => 'management',
  27121. 'mlid' => '362',
  27122. 'plid' => '18',
  27123. 'link_path' => 'admin/reports/visitors',
  27124. 'router_path' => 'admin/reports/visitors',
  27125. 'link_title' => 'Top visitors',
  27126. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View visitors that hit many pages.";}}',
  27127. 'module' => 'system',
  27128. 'hidden' => '0',
  27129. 'external' => '0',
  27130. 'has_children' => '0',
  27131. 'expanded' => '0',
  27132. 'weight' => '2',
  27133. 'depth' => '3',
  27134. 'customized' => '0',
  27135. 'p1' => '1',
  27136. 'p2' => '18',
  27137. 'p3' => '362',
  27138. 'p4' => '0',
  27139. 'p5' => '0',
  27140. 'p6' => '0',
  27141. 'p7' => '0',
  27142. 'p8' => '0',
  27143. 'p9' => '0',
  27144. 'updated' => '0',
  27145. ))
  27146. ->values(array(
  27147. 'menu_name' => 'navigation',
  27148. 'mlid' => '363',
  27149. 'plid' => '5',
  27150. 'link_path' => 'node/%/track',
  27151. 'router_path' => 'node/%/track',
  27152. 'link_title' => 'Track',
  27153. 'options' => 'a:0:{}',
  27154. 'module' => 'system',
  27155. 'hidden' => '-1',
  27156. 'external' => '0',
  27157. 'has_children' => '0',
  27158. 'expanded' => '0',
  27159. 'weight' => '2',
  27160. 'depth' => '2',
  27161. 'customized' => '0',
  27162. 'p1' => '5',
  27163. 'p2' => '363',
  27164. 'p3' => '0',
  27165. 'p4' => '0',
  27166. 'p5' => '0',
  27167. 'p6' => '0',
  27168. 'p7' => '0',
  27169. 'p8' => '0',
  27170. 'p9' => '0',
  27171. 'updated' => '0',
  27172. ))
  27173. ->values(array(
  27174. 'menu_name' => 'navigation',
  27175. 'mlid' => '364',
  27176. 'plid' => '16',
  27177. 'link_path' => 'user/%/track',
  27178. 'router_path' => 'user/%/track',
  27179. 'link_title' => 'Track',
  27180. 'options' => 'a:0:{}',
  27181. 'module' => 'system',
  27182. 'hidden' => '-1',
  27183. 'external' => '0',
  27184. 'has_children' => '0',
  27185. 'expanded' => '0',
  27186. 'weight' => '0',
  27187. 'depth' => '2',
  27188. 'customized' => '0',
  27189. 'p1' => '16',
  27190. 'p2' => '364',
  27191. 'p3' => '0',
  27192. 'p4' => '0',
  27193. 'p5' => '0',
  27194. 'p6' => '0',
  27195. 'p7' => '0',
  27196. 'p8' => '0',
  27197. 'p9' => '0',
  27198. 'updated' => '0',
  27199. ))
  27200. ->values(array(
  27201. 'menu_name' => 'navigation',
  27202. 'mlid' => '365',
  27203. 'plid' => '5',
  27204. 'link_path' => 'node/%/translate',
  27205. 'router_path' => 'node/%/translate',
  27206. 'link_title' => 'Translate',
  27207. 'options' => 'a:0:{}',
  27208. 'module' => 'system',
  27209. 'hidden' => '-1',
  27210. 'external' => '0',
  27211. 'has_children' => '0',
  27212. 'expanded' => '0',
  27213. 'weight' => '2',
  27214. 'depth' => '2',
  27215. 'customized' => '0',
  27216. 'p1' => '5',
  27217. 'p2' => '365',
  27218. 'p3' => '0',
  27219. 'p4' => '0',
  27220. 'p5' => '0',
  27221. 'p6' => '0',
  27222. 'p7' => '0',
  27223. 'p8' => '0',
  27224. 'p9' => '0',
  27225. 'updated' => '0',
  27226. ))
  27227. ->values(array(
  27228. 'menu_name' => 'management',
  27229. 'mlid' => '366',
  27230. 'plid' => '20',
  27231. 'link_path' => 'admin/structure/trigger',
  27232. 'router_path' => 'admin/structure/trigger',
  27233. 'link_title' => 'Triggers',
  27234. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Configure when to execute actions.";}}',
  27235. 'module' => 'system',
  27236. 'hidden' => '0',
  27237. 'external' => '0',
  27238. 'has_children' => '0',
  27239. 'expanded' => '0',
  27240. 'weight' => '0',
  27241. 'depth' => '3',
  27242. 'customized' => '0',
  27243. 'p1' => '1',
  27244. 'p2' => '20',
  27245. 'p3' => '366',
  27246. 'p4' => '0',
  27247. 'p5' => '0',
  27248. 'p6' => '0',
  27249. 'p7' => '0',
  27250. 'p8' => '0',
  27251. 'p9' => '0',
  27252. 'updated' => '0',
  27253. ))
  27254. ->values(array(
  27255. 'menu_name' => 'management',
  27256. 'mlid' => '369',
  27257. 'plid' => '175',
  27258. 'link_path' => 'admin/help/aggregator',
  27259. 'router_path' => 'admin/help/aggregator',
  27260. 'link_title' => 'aggregator',
  27261. 'options' => 'a:0:{}',
  27262. 'module' => 'system',
  27263. 'hidden' => '-1',
  27264. 'external' => '0',
  27265. 'has_children' => '0',
  27266. 'expanded' => '0',
  27267. 'weight' => '0',
  27268. 'depth' => '3',
  27269. 'customized' => '0',
  27270. 'p1' => '1',
  27271. 'p2' => '175',
  27272. 'p3' => '369',
  27273. 'p4' => '0',
  27274. 'p5' => '0',
  27275. 'p6' => '0',
  27276. 'p7' => '0',
  27277. 'p8' => '0',
  27278. 'p9' => '0',
  27279. 'updated' => '0',
  27280. ))
  27281. ->values(array(
  27282. 'menu_name' => 'management',
  27283. 'mlid' => '370',
  27284. 'plid' => '175',
  27285. 'link_path' => 'admin/help/blog',
  27286. 'router_path' => 'admin/help/blog',
  27287. 'link_title' => 'blog',
  27288. 'options' => 'a:0:{}',
  27289. 'module' => 'system',
  27290. 'hidden' => '-1',
  27291. 'external' => '0',
  27292. 'has_children' => '0',
  27293. 'expanded' => '0',
  27294. 'weight' => '0',
  27295. 'depth' => '3',
  27296. 'customized' => '0',
  27297. 'p1' => '1',
  27298. 'p2' => '175',
  27299. 'p3' => '370',
  27300. 'p4' => '0',
  27301. 'p5' => '0',
  27302. 'p6' => '0',
  27303. 'p7' => '0',
  27304. 'p8' => '0',
  27305. 'p9' => '0',
  27306. 'updated' => '0',
  27307. ))
  27308. ->values(array(
  27309. 'menu_name' => 'management',
  27310. 'mlid' => '371',
  27311. 'plid' => '175',
  27312. 'link_path' => 'admin/help/book',
  27313. 'router_path' => 'admin/help/book',
  27314. 'link_title' => 'book',
  27315. 'options' => 'a:0:{}',
  27316. 'module' => 'system',
  27317. 'hidden' => '-1',
  27318. 'external' => '0',
  27319. 'has_children' => '0',
  27320. 'expanded' => '0',
  27321. 'weight' => '0',
  27322. 'depth' => '3',
  27323. 'customized' => '0',
  27324. 'p1' => '1',
  27325. 'p2' => '175',
  27326. 'p3' => '371',
  27327. 'p4' => '0',
  27328. 'p5' => '0',
  27329. 'p6' => '0',
  27330. 'p7' => '0',
  27331. 'p8' => '0',
  27332. 'p9' => '0',
  27333. 'updated' => '0',
  27334. ))
  27335. ->values(array(
  27336. 'menu_name' => 'management',
  27337. 'mlid' => '372',
  27338. 'plid' => '175',
  27339. 'link_path' => 'admin/help/contact',
  27340. 'router_path' => 'admin/help/contact',
  27341. 'link_title' => 'contact',
  27342. 'options' => 'a:0:{}',
  27343. 'module' => 'system',
  27344. 'hidden' => '-1',
  27345. 'external' => '0',
  27346. 'has_children' => '0',
  27347. 'expanded' => '0',
  27348. 'weight' => '0',
  27349. 'depth' => '3',
  27350. 'customized' => '0',
  27351. 'p1' => '1',
  27352. 'p2' => '175',
  27353. 'p3' => '372',
  27354. 'p4' => '0',
  27355. 'p5' => '0',
  27356. 'p6' => '0',
  27357. 'p7' => '0',
  27358. 'p8' => '0',
  27359. 'p9' => '0',
  27360. 'updated' => '0',
  27361. ))
  27362. ->values(array(
  27363. 'menu_name' => 'management',
  27364. 'mlid' => '373',
  27365. 'plid' => '175',
  27366. 'link_path' => 'admin/help/date',
  27367. 'router_path' => 'admin/help/date',
  27368. 'link_title' => 'date',
  27369. 'options' => 'a:0:{}',
  27370. 'module' => 'system',
  27371. 'hidden' => '-1',
  27372. 'external' => '0',
  27373. 'has_children' => '0',
  27374. 'expanded' => '0',
  27375. 'weight' => '0',
  27376. 'depth' => '3',
  27377. 'customized' => '0',
  27378. 'p1' => '1',
  27379. 'p2' => '175',
  27380. 'p3' => '373',
  27381. 'p4' => '0',
  27382. 'p5' => '0',
  27383. 'p6' => '0',
  27384. 'p7' => '0',
  27385. 'p8' => '0',
  27386. 'p9' => '0',
  27387. 'updated' => '0',
  27388. ))
  27389. ->values(array(
  27390. 'menu_name' => 'management',
  27391. 'mlid' => '374',
  27392. 'plid' => '175',
  27393. 'link_path' => 'admin/help/forum',
  27394. 'router_path' => 'admin/help/forum',
  27395. 'link_title' => 'forum',
  27396. 'options' => 'a:0:{}',
  27397. 'module' => 'system',
  27398. 'hidden' => '-1',
  27399. 'external' => '0',
  27400. 'has_children' => '0',
  27401. 'expanded' => '0',
  27402. 'weight' => '0',
  27403. 'depth' => '3',
  27404. 'customized' => '0',
  27405. 'p1' => '1',
  27406. 'p2' => '175',
  27407. 'p3' => '374',
  27408. 'p4' => '0',
  27409. 'p5' => '0',
  27410. 'p6' => '0',
  27411. 'p7' => '0',
  27412. 'p8' => '0',
  27413. 'p9' => '0',
  27414. 'updated' => '0',
  27415. ))
  27416. ->values(array(
  27417. 'menu_name' => 'management',
  27418. 'mlid' => '375',
  27419. 'plid' => '175',
  27420. 'link_path' => 'admin/help/locale',
  27421. 'router_path' => 'admin/help/locale',
  27422. 'link_title' => 'locale',
  27423. 'options' => 'a:0:{}',
  27424. 'module' => 'system',
  27425. 'hidden' => '-1',
  27426. 'external' => '0',
  27427. 'has_children' => '0',
  27428. 'expanded' => '0',
  27429. 'weight' => '0',
  27430. 'depth' => '3',
  27431. 'customized' => '0',
  27432. 'p1' => '1',
  27433. 'p2' => '175',
  27434. 'p3' => '375',
  27435. 'p4' => '0',
  27436. 'p5' => '0',
  27437. 'p6' => '0',
  27438. 'p7' => '0',
  27439. 'p8' => '0',
  27440. 'p9' => '0',
  27441. 'updated' => '0',
  27442. ))
  27443. ->values(array(
  27444. 'menu_name' => 'management',
  27445. 'mlid' => '377',
  27446. 'plid' => '175',
  27447. 'link_path' => 'admin/help/simpletest',
  27448. 'router_path' => 'admin/help/simpletest',
  27449. 'link_title' => 'simpletest',
  27450. 'options' => 'a:0:{}',
  27451. 'module' => 'system',
  27452. 'hidden' => '-1',
  27453. 'external' => '0',
  27454. 'has_children' => '0',
  27455. 'expanded' => '0',
  27456. 'weight' => '0',
  27457. 'depth' => '3',
  27458. 'customized' => '0',
  27459. 'p1' => '1',
  27460. 'p2' => '175',
  27461. 'p3' => '377',
  27462. 'p4' => '0',
  27463. 'p5' => '0',
  27464. 'p6' => '0',
  27465. 'p7' => '0',
  27466. 'p8' => '0',
  27467. 'p9' => '0',
  27468. 'updated' => '0',
  27469. ))
  27470. ->values(array(
  27471. 'menu_name' => 'management',
  27472. 'mlid' => '378',
  27473. 'plid' => '175',
  27474. 'link_path' => 'admin/help/statistics',
  27475. 'router_path' => 'admin/help/statistics',
  27476. 'link_title' => 'statistics',
  27477. 'options' => 'a:0:{}',
  27478. 'module' => 'system',
  27479. 'hidden' => '-1',
  27480. 'external' => '0',
  27481. 'has_children' => '0',
  27482. 'expanded' => '0',
  27483. 'weight' => '0',
  27484. 'depth' => '3',
  27485. 'customized' => '0',
  27486. 'p1' => '1',
  27487. 'p2' => '175',
  27488. 'p3' => '378',
  27489. 'p4' => '0',
  27490. 'p5' => '0',
  27491. 'p6' => '0',
  27492. 'p7' => '0',
  27493. 'p8' => '0',
  27494. 'p9' => '0',
  27495. 'updated' => '0',
  27496. ))
  27497. ->values(array(
  27498. 'menu_name' => 'management',
  27499. 'mlid' => '379',
  27500. 'plid' => '175',
  27501. 'link_path' => 'admin/help/syslog',
  27502. 'router_path' => 'admin/help/syslog',
  27503. 'link_title' => 'syslog',
  27504. 'options' => 'a:0:{}',
  27505. 'module' => 'system',
  27506. 'hidden' => '-1',
  27507. 'external' => '0',
  27508. 'has_children' => '0',
  27509. 'expanded' => '0',
  27510. 'weight' => '0',
  27511. 'depth' => '3',
  27512. 'customized' => '0',
  27513. 'p1' => '1',
  27514. 'p2' => '175',
  27515. 'p3' => '379',
  27516. 'p4' => '0',
  27517. 'p5' => '0',
  27518. 'p6' => '0',
  27519. 'p7' => '0',
  27520. 'p8' => '0',
  27521. 'p9' => '0',
  27522. 'updated' => '0',
  27523. ))
  27524. ->values(array(
  27525. 'menu_name' => 'management',
  27526. 'mlid' => '380',
  27527. 'plid' => '175',
  27528. 'link_path' => 'admin/help/tracker',
  27529. 'router_path' => 'admin/help/tracker',
  27530. 'link_title' => 'tracker',
  27531. 'options' => 'a:0:{}',
  27532. 'module' => 'system',
  27533. 'hidden' => '-1',
  27534. 'external' => '0',
  27535. 'has_children' => '0',
  27536. 'expanded' => '0',
  27537. 'weight' => '0',
  27538. 'depth' => '3',
  27539. 'customized' => '0',
  27540. 'p1' => '1',
  27541. 'p2' => '175',
  27542. 'p3' => '380',
  27543. 'p4' => '0',
  27544. 'p5' => '0',
  27545. 'p6' => '0',
  27546. 'p7' => '0',
  27547. 'p8' => '0',
  27548. 'p9' => '0',
  27549. 'updated' => '0',
  27550. ))
  27551. ->values(array(
  27552. 'menu_name' => 'management',
  27553. 'mlid' => '381',
  27554. 'plid' => '175',
  27555. 'link_path' => 'admin/help/translation',
  27556. 'router_path' => 'admin/help/translation',
  27557. 'link_title' => 'translation',
  27558. 'options' => 'a:0:{}',
  27559. 'module' => 'system',
  27560. 'hidden' => '-1',
  27561. 'external' => '0',
  27562. 'has_children' => '0',
  27563. 'expanded' => '0',
  27564. 'weight' => '0',
  27565. 'depth' => '3',
  27566. 'customized' => '0',
  27567. 'p1' => '1',
  27568. 'p2' => '175',
  27569. 'p3' => '381',
  27570. 'p4' => '0',
  27571. 'p5' => '0',
  27572. 'p6' => '0',
  27573. 'p7' => '0',
  27574. 'p8' => '0',
  27575. 'p9' => '0',
  27576. 'updated' => '0',
  27577. ))
  27578. ->values(array(
  27579. 'menu_name' => 'management',
  27580. 'mlid' => '382',
  27581. 'plid' => '175',
  27582. 'link_path' => 'admin/help/trigger',
  27583. 'router_path' => 'admin/help/trigger',
  27584. 'link_title' => 'trigger',
  27585. 'options' => 'a:0:{}',
  27586. 'module' => 'system',
  27587. 'hidden' => '-1',
  27588. 'external' => '0',
  27589. 'has_children' => '0',
  27590. 'expanded' => '0',
  27591. 'weight' => '0',
  27592. 'depth' => '3',
  27593. 'customized' => '0',
  27594. 'p1' => '1',
  27595. 'p2' => '175',
  27596. 'p3' => '382',
  27597. 'p4' => '0',
  27598. 'p5' => '0',
  27599. 'p6' => '0',
  27600. 'p7' => '0',
  27601. 'p8' => '0',
  27602. 'p9' => '0',
  27603. 'updated' => '0',
  27604. ))
  27605. ->values(array(
  27606. 'menu_name' => 'navigation',
  27607. 'mlid' => '383',
  27608. 'plid' => '347',
  27609. 'link_path' => 'aggregator/categories/%/categorize',
  27610. 'router_path' => 'aggregator/categories/%/categorize',
  27611. 'link_title' => 'Categorize',
  27612. 'options' => 'a:0:{}',
  27613. 'module' => 'system',
  27614. 'hidden' => '-1',
  27615. 'external' => '0',
  27616. 'has_children' => '0',
  27617. 'expanded' => '0',
  27618. 'weight' => '0',
  27619. 'depth' => '4',
  27620. 'customized' => '0',
  27621. 'p1' => '338',
  27622. 'p2' => '342',
  27623. 'p3' => '347',
  27624. 'p4' => '383',
  27625. 'p5' => '0',
  27626. 'p6' => '0',
  27627. 'p7' => '0',
  27628. 'p8' => '0',
  27629. 'p9' => '0',
  27630. 'updated' => '0',
  27631. ))
  27632. ->values(array(
  27633. 'menu_name' => 'navigation',
  27634. 'mlid' => '384',
  27635. 'plid' => '348',
  27636. 'link_path' => 'aggregator/sources/%/categorize',
  27637. 'router_path' => 'aggregator/sources/%/categorize',
  27638. 'link_title' => 'Categorize',
  27639. 'options' => 'a:0:{}',
  27640. 'module' => 'system',
  27641. 'hidden' => '-1',
  27642. 'external' => '0',
  27643. 'has_children' => '0',
  27644. 'expanded' => '0',
  27645. 'weight' => '0',
  27646. 'depth' => '4',
  27647. 'customized' => '0',
  27648. 'p1' => '338',
  27649. 'p2' => '346',
  27650. 'p3' => '348',
  27651. 'p4' => '384',
  27652. 'p5' => '0',
  27653. 'p6' => '0',
  27654. 'p7' => '0',
  27655. 'p8' => '0',
  27656. 'p9' => '0',
  27657. 'updated' => '0',
  27658. ))
  27659. ->values(array(
  27660. 'menu_name' => 'navigation',
  27661. 'mlid' => '385',
  27662. 'plid' => '347',
  27663. 'link_path' => 'aggregator/categories/%/configure',
  27664. 'router_path' => 'aggregator/categories/%/configure',
  27665. 'link_title' => 'Configure',
  27666. 'options' => 'a:0:{}',
  27667. 'module' => 'system',
  27668. 'hidden' => '-1',
  27669. 'external' => '0',
  27670. 'has_children' => '0',
  27671. 'expanded' => '0',
  27672. 'weight' => '1',
  27673. 'depth' => '4',
  27674. 'customized' => '0',
  27675. 'p1' => '338',
  27676. 'p2' => '342',
  27677. 'p3' => '347',
  27678. 'p4' => '385',
  27679. 'p5' => '0',
  27680. 'p6' => '0',
  27681. 'p7' => '0',
  27682. 'p8' => '0',
  27683. 'p9' => '0',
  27684. 'updated' => '0',
  27685. ))
  27686. ->values(array(
  27687. 'menu_name' => 'navigation',
  27688. 'mlid' => '386',
  27689. 'plid' => '348',
  27690. 'link_path' => 'aggregator/sources/%/configure',
  27691. 'router_path' => 'aggregator/sources/%/configure',
  27692. 'link_title' => 'Configure',
  27693. 'options' => 'a:0:{}',
  27694. 'module' => 'system',
  27695. 'hidden' => '-1',
  27696. 'external' => '0',
  27697. 'has_children' => '0',
  27698. 'expanded' => '0',
  27699. 'weight' => '1',
  27700. 'depth' => '4',
  27701. 'customized' => '0',
  27702. 'p1' => '338',
  27703. 'p2' => '346',
  27704. 'p3' => '348',
  27705. 'p4' => '386',
  27706. 'p5' => '0',
  27707. 'p6' => '0',
  27708. 'p7' => '0',
  27709. 'p8' => '0',
  27710. 'p9' => '0',
  27711. 'updated' => '0',
  27712. ))
  27713. ->values(array(
  27714. 'menu_name' => 'navigation',
  27715. 'mlid' => '387',
  27716. 'plid' => '347',
  27717. 'link_path' => 'aggregator/categories/%/view',
  27718. 'router_path' => 'aggregator/categories/%/view',
  27719. 'link_title' => 'View',
  27720. 'options' => 'a:0:{}',
  27721. 'module' => 'system',
  27722. 'hidden' => '-1',
  27723. 'external' => '0',
  27724. 'has_children' => '0',
  27725. 'expanded' => '0',
  27726. 'weight' => '-10',
  27727. 'depth' => '4',
  27728. 'customized' => '0',
  27729. 'p1' => '338',
  27730. 'p2' => '342',
  27731. 'p3' => '347',
  27732. 'p4' => '387',
  27733. 'p5' => '0',
  27734. 'p6' => '0',
  27735. 'p7' => '0',
  27736. 'p8' => '0',
  27737. 'p9' => '0',
  27738. 'updated' => '0',
  27739. ))
  27740. ->values(array(
  27741. 'menu_name' => 'navigation',
  27742. 'mlid' => '388',
  27743. 'plid' => '348',
  27744. 'link_path' => 'aggregator/sources/%/view',
  27745. 'router_path' => 'aggregator/sources/%/view',
  27746. 'link_title' => 'View',
  27747. 'options' => 'a:0:{}',
  27748. 'module' => 'system',
  27749. 'hidden' => '-1',
  27750. 'external' => '0',
  27751. 'has_children' => '0',
  27752. 'expanded' => '0',
  27753. 'weight' => '-10',
  27754. 'depth' => '4',
  27755. 'customized' => '0',
  27756. 'p1' => '338',
  27757. 'p2' => '346',
  27758. 'p3' => '348',
  27759. 'p4' => '388',
  27760. 'p5' => '0',
  27761. 'p6' => '0',
  27762. 'p7' => '0',
  27763. 'p8' => '0',
  27764. 'p9' => '0',
  27765. 'updated' => '0',
  27766. ))
  27767. ->values(array(
  27768. 'menu_name' => 'management',
  27769. 'mlid' => '389',
  27770. 'plid' => '353',
  27771. 'link_path' => 'admin/structure/contact/add',
  27772. 'router_path' => 'admin/structure/contact/add',
  27773. 'link_title' => 'Add category',
  27774. 'options' => 'a:0:{}',
  27775. 'module' => 'system',
  27776. 'hidden' => '-1',
  27777. 'external' => '0',
  27778. 'has_children' => '0',
  27779. 'expanded' => '0',
  27780. 'weight' => '1',
  27781. 'depth' => '4',
  27782. 'customized' => '0',
  27783. 'p1' => '1',
  27784. 'p2' => '20',
  27785. 'p3' => '353',
  27786. 'p4' => '389',
  27787. 'p5' => '0',
  27788. 'p6' => '0',
  27789. 'p7' => '0',
  27790. 'p8' => '0',
  27791. 'p9' => '0',
  27792. 'updated' => '0',
  27793. ))
  27794. ->values(array(
  27795. 'menu_name' => 'management',
  27796. 'mlid' => '391',
  27797. 'plid' => '18',
  27798. 'link_path' => 'admin/reports/access/%',
  27799. 'router_path' => 'admin/reports/access/%',
  27800. 'link_title' => 'Details',
  27801. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:16:"View access log.";}}',
  27802. 'module' => 'system',
  27803. 'hidden' => '0',
  27804. 'external' => '0',
  27805. 'has_children' => '0',
  27806. 'expanded' => '0',
  27807. 'weight' => '0',
  27808. 'depth' => '3',
  27809. 'customized' => '0',
  27810. 'p1' => '1',
  27811. 'p2' => '18',
  27812. 'p3' => '391',
  27813. 'p4' => '0',
  27814. 'p5' => '0',
  27815. 'p6' => '0',
  27816. 'p7' => '0',
  27817. 'p8' => '0',
  27818. 'p9' => '0',
  27819. 'updated' => '0',
  27820. ))
  27821. ->values(array(
  27822. 'menu_name' => 'management',
  27823. 'mlid' => '392',
  27824. 'plid' => '33',
  27825. 'link_path' => 'admin/config/content/email',
  27826. 'router_path' => 'admin/config/content/email',
  27827. 'link_title' => 'Email Contact Form Settings',
  27828. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:57:"Administer flood control settings for email contact forms";}}',
  27829. 'module' => 'system',
  27830. 'hidden' => '0',
  27831. 'external' => '0',
  27832. 'has_children' => '0',
  27833. 'expanded' => '0',
  27834. 'weight' => '0',
  27835. 'depth' => '4',
  27836. 'customized' => '0',
  27837. 'p1' => '1',
  27838. 'p2' => '8',
  27839. 'p3' => '33',
  27840. 'p4' => '392',
  27841. 'p5' => '0',
  27842. 'p6' => '0',
  27843. 'p7' => '0',
  27844. 'p8' => '0',
  27845. 'p9' => '0',
  27846. 'updated' => '0',
  27847. ))
  27848. ->values(array(
  27849. 'menu_name' => 'management',
  27850. 'mlid' => '393',
  27851. 'plid' => '60',
  27852. 'link_path' => 'admin/config/services/aggregator',
  27853. 'router_path' => 'admin/config/services/aggregator',
  27854. 'link_title' => 'Feed aggregator',
  27855. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:116:\"Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized.\";}}",
  27856. 'module' => 'system',
  27857. 'hidden' => '0',
  27858. 'external' => '0',
  27859. 'has_children' => '1',
  27860. 'expanded' => '0',
  27861. 'weight' => '10',
  27862. 'depth' => '4',
  27863. 'customized' => '0',
  27864. 'p1' => '1',
  27865. 'p2' => '8',
  27866. 'p3' => '60',
  27867. 'p4' => '393',
  27868. 'p5' => '0',
  27869. 'p6' => '0',
  27870. 'p7' => '0',
  27871. 'p8' => '0',
  27872. 'p9' => '0',
  27873. 'updated' => '0',
  27874. ))
  27875. ->values(array(
  27876. 'menu_name' => 'management',
  27877. 'mlid' => '395',
  27878. 'plid' => '48',
  27879. 'link_path' => 'admin/config/regional/language',
  27880. 'router_path' => 'admin/config/regional/language',
  27881. 'link_title' => 'Languages',
  27882. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:55:"Configure languages for content and the user interface.";}}',
  27883. 'module' => 'system',
  27884. 'hidden' => '0',
  27885. 'external' => '0',
  27886. 'has_children' => '1',
  27887. 'expanded' => '0',
  27888. 'weight' => '-10',
  27889. 'depth' => '4',
  27890. 'customized' => '0',
  27891. 'p1' => '1',
  27892. 'p2' => '8',
  27893. 'p3' => '48',
  27894. 'p4' => '395',
  27895. 'p5' => '0',
  27896. 'p6' => '0',
  27897. 'p7' => '0',
  27898. 'p8' => '0',
  27899. 'p9' => '0',
  27900. 'updated' => '0',
  27901. ))
  27902. ->values(array(
  27903. 'menu_name' => 'management',
  27904. 'mlid' => '396',
  27905. 'plid' => '351',
  27906. 'link_path' => 'admin/content/book/list',
  27907. 'router_path' => 'admin/content/book/list',
  27908. 'link_title' => 'List',
  27909. 'options' => 'a:0:{}',
  27910. 'module' => 'system',
  27911. 'hidden' => '-1',
  27912. 'external' => '0',
  27913. 'has_children' => '0',
  27914. 'expanded' => '0',
  27915. 'weight' => '0',
  27916. 'depth' => '4',
  27917. 'customized' => '0',
  27918. 'p1' => '1',
  27919. 'p2' => '9',
  27920. 'p3' => '351',
  27921. 'p4' => '396',
  27922. 'p5' => '0',
  27923. 'p6' => '0',
  27924. 'p7' => '0',
  27925. 'p8' => '0',
  27926. 'p9' => '0',
  27927. 'updated' => '0',
  27928. ))
  27929. ->values(array(
  27930. 'menu_name' => 'management',
  27931. 'mlid' => '398',
  27932. 'plid' => '356',
  27933. 'link_path' => 'admin/structure/forum/list',
  27934. 'router_path' => 'admin/structure/forum/list',
  27935. 'link_title' => 'List',
  27936. 'options' => 'a:0:{}',
  27937. 'module' => 'system',
  27938. 'hidden' => '-1',
  27939. 'external' => '0',
  27940. 'has_children' => '0',
  27941. 'expanded' => '0',
  27942. 'weight' => '-10',
  27943. 'depth' => '4',
  27944. 'customized' => '0',
  27945. 'p1' => '1',
  27946. 'p2' => '20',
  27947. 'p3' => '356',
  27948. 'p4' => '398',
  27949. 'p5' => '0',
  27950. 'p6' => '0',
  27951. 'p7' => '0',
  27952. 'p8' => '0',
  27953. 'p9' => '0',
  27954. 'updated' => '0',
  27955. ))
  27956. ->values(array(
  27957. 'menu_name' => 'navigation',
  27958. 'mlid' => '399',
  27959. 'plid' => '358',
  27960. 'link_path' => 'node/%/outline/remove',
  27961. 'router_path' => 'node/%/outline/remove',
  27962. 'link_title' => 'Remove from outline',
  27963. 'options' => 'a:0:{}',
  27964. 'module' => 'system',
  27965. 'hidden' => '0',
  27966. 'external' => '0',
  27967. 'has_children' => '0',
  27968. 'expanded' => '0',
  27969. 'weight' => '0',
  27970. 'depth' => '3',
  27971. 'customized' => '0',
  27972. 'p1' => '5',
  27973. 'p2' => '358',
  27974. 'p3' => '399',
  27975. 'p4' => '0',
  27976. 'p5' => '0',
  27977. 'p6' => '0',
  27978. 'p7' => '0',
  27979. 'p8' => '0',
  27980. 'p9' => '0',
  27981. 'updated' => '0',
  27982. ))
  27983. ->values(array(
  27984. 'menu_name' => 'management',
  27985. 'mlid' => '400',
  27986. 'plid' => '351',
  27987. 'link_path' => 'admin/content/book/settings',
  27988. 'router_path' => 'admin/content/book/settings',
  27989. 'link_title' => 'Settings',
  27990. 'options' => 'a:0:{}',
  27991. 'module' => 'system',
  27992. 'hidden' => '-1',
  27993. 'external' => '0',
  27994. 'has_children' => '0',
  27995. 'expanded' => '0',
  27996. 'weight' => '8',
  27997. 'depth' => '4',
  27998. 'customized' => '0',
  27999. 'p1' => '1',
  28000. 'p2' => '9',
  28001. 'p3' => '351',
  28002. 'p4' => '400',
  28003. 'p5' => '0',
  28004. 'p6' => '0',
  28005. 'p7' => '0',
  28006. 'p8' => '0',
  28007. 'p9' => '0',
  28008. 'updated' => '0',
  28009. ))
  28010. ->values(array(
  28011. 'menu_name' => 'management',
  28012. 'mlid' => '402',
  28013. 'plid' => '53',
  28014. 'link_path' => 'admin/config/system/statistics',
  28015. 'router_path' => 'admin/config/system/statistics',
  28016. 'link_title' => 'Statistics',
  28017. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:68:"Control details about what and how your site logs access statistics.";}}',
  28018. 'module' => 'system',
  28019. 'hidden' => '0',
  28020. 'external' => '0',
  28021. 'has_children' => '0',
  28022. 'expanded' => '0',
  28023. 'weight' => '-15',
  28024. 'depth' => '4',
  28025. 'customized' => '0',
  28026. 'p1' => '1',
  28027. 'p2' => '8',
  28028. 'p3' => '53',
  28029. 'p4' => '402',
  28030. 'p5' => '0',
  28031. 'p6' => '0',
  28032. 'p7' => '0',
  28033. 'p8' => '0',
  28034. 'p9' => '0',
  28035. 'updated' => '0',
  28036. ))
  28037. ->values(array(
  28038. 'menu_name' => 'management',
  28039. 'mlid' => '405',
  28040. 'plid' => '366',
  28041. 'link_path' => 'admin/structure/trigger/comment',
  28042. 'router_path' => 'admin/structure/trigger/comment',
  28043. 'link_title' => 'Comment',
  28044. 'options' => 'a:0:{}',
  28045. 'module' => 'system',
  28046. 'hidden' => '-1',
  28047. 'external' => '0',
  28048. 'has_children' => '0',
  28049. 'expanded' => '0',
  28050. 'weight' => '0',
  28051. 'depth' => '4',
  28052. 'customized' => '0',
  28053. 'p1' => '1',
  28054. 'p2' => '20',
  28055. 'p3' => '366',
  28056. 'p4' => '405',
  28057. 'p5' => '0',
  28058. 'p6' => '0',
  28059. 'p7' => '0',
  28060. 'p8' => '0',
  28061. 'p9' => '0',
  28062. 'updated' => '0',
  28063. ))
  28064. ->values(array(
  28065. 'menu_name' => 'management',
  28066. 'mlid' => '407',
  28067. 'plid' => '366',
  28068. 'link_path' => 'admin/structure/trigger/node',
  28069. 'router_path' => 'admin/structure/trigger/node',
  28070. 'link_title' => 'Node',
  28071. 'options' => 'a:0:{}',
  28072. 'module' => 'system',
  28073. 'hidden' => '-1',
  28074. 'external' => '0',
  28075. 'has_children' => '0',
  28076. 'expanded' => '0',
  28077. 'weight' => '0',
  28078. 'depth' => '4',
  28079. 'customized' => '0',
  28080. 'p1' => '1',
  28081. 'p2' => '20',
  28082. 'p3' => '366',
  28083. 'p4' => '407',
  28084. 'p5' => '0',
  28085. 'p6' => '0',
  28086. 'p7' => '0',
  28087. 'p8' => '0',
  28088. 'p9' => '0',
  28089. 'updated' => '0',
  28090. ))
  28091. ->values(array(
  28092. 'menu_name' => 'management',
  28093. 'mlid' => '408',
  28094. 'plid' => '366',
  28095. 'link_path' => 'admin/structure/trigger/system',
  28096. 'router_path' => 'admin/structure/trigger/system',
  28097. 'link_title' => 'System',
  28098. 'options' => 'a:0:{}',
  28099. 'module' => 'system',
  28100. 'hidden' => '-1',
  28101. 'external' => '0',
  28102. 'has_children' => '0',
  28103. 'expanded' => '0',
  28104. 'weight' => '0',
  28105. 'depth' => '4',
  28106. 'customized' => '0',
  28107. 'p1' => '1',
  28108. 'p2' => '20',
  28109. 'p3' => '366',
  28110. 'p4' => '408',
  28111. 'p5' => '0',
  28112. 'p6' => '0',
  28113. 'p7' => '0',
  28114. 'p8' => '0',
  28115. 'p9' => '0',
  28116. 'updated' => '0',
  28117. ))
  28118. ->values(array(
  28119. 'menu_name' => 'management',
  28120. 'mlid' => '409',
  28121. 'plid' => '366',
  28122. 'link_path' => 'admin/structure/trigger/taxonomy',
  28123. 'router_path' => 'admin/structure/trigger/taxonomy',
  28124. 'link_title' => 'Taxonomy',
  28125. 'options' => 'a:0:{}',
  28126. 'module' => 'system',
  28127. 'hidden' => '-1',
  28128. 'external' => '0',
  28129. 'has_children' => '0',
  28130. 'expanded' => '0',
  28131. 'weight' => '0',
  28132. 'depth' => '4',
  28133. 'customized' => '0',
  28134. 'p1' => '1',
  28135. 'p2' => '20',
  28136. 'p3' => '366',
  28137. 'p4' => '409',
  28138. 'p5' => '0',
  28139. 'p6' => '0',
  28140. 'p7' => '0',
  28141. 'p8' => '0',
  28142. 'p9' => '0',
  28143. 'updated' => '0',
  28144. ))
  28145. ->values(array(
  28146. 'menu_name' => 'management',
  28147. 'mlid' => '410',
  28148. 'plid' => '37',
  28149. 'link_path' => 'admin/config/development/testing',
  28150. 'router_path' => 'admin/config/development/testing',
  28151. 'link_title' => 'Testing',
  28152. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:122:"Run tests against Drupal core and your active modules. These tests help assure that your site code is working as designed.";}}',
  28153. 'module' => 'system',
  28154. 'hidden' => '0',
  28155. 'external' => '0',
  28156. 'has_children' => '1',
  28157. 'expanded' => '0',
  28158. 'weight' => '-5',
  28159. 'depth' => '4',
  28160. 'customized' => '0',
  28161. 'p1' => '1',
  28162. 'p2' => '8',
  28163. 'p3' => '37',
  28164. 'p4' => '410',
  28165. 'p5' => '0',
  28166. 'p6' => '0',
  28167. 'p7' => '0',
  28168. 'p8' => '0',
  28169. 'p9' => '0',
  28170. 'updated' => '0',
  28171. ))
  28172. ->values(array(
  28173. 'menu_name' => 'navigation',
  28174. 'mlid' => '411',
  28175. 'plid' => '364',
  28176. 'link_path' => 'user/%/track/content',
  28177. 'router_path' => 'user/%/track/content',
  28178. 'link_title' => 'Track content',
  28179. 'options' => 'a:0:{}',
  28180. 'module' => 'system',
  28181. 'hidden' => '-1',
  28182. 'external' => '0',
  28183. 'has_children' => '0',
  28184. 'expanded' => '0',
  28185. 'weight' => '0',
  28186. 'depth' => '3',
  28187. 'customized' => '0',
  28188. 'p1' => '16',
  28189. 'p2' => '364',
  28190. 'p3' => '411',
  28191. 'p4' => '0',
  28192. 'p5' => '0',
  28193. 'p6' => '0',
  28194. 'p7' => '0',
  28195. 'p8' => '0',
  28196. 'p9' => '0',
  28197. 'updated' => '0',
  28198. ))
  28199. ->values(array(
  28200. 'menu_name' => 'navigation',
  28201. 'mlid' => '412',
  28202. 'plid' => '364',
  28203. 'link_path' => 'user/%/track/navigation',
  28204. 'router_path' => 'user/%/track/navigation',
  28205. 'link_title' => 'Track page visits',
  28206. 'options' => 'a:0:{}',
  28207. 'module' => 'system',
  28208. 'hidden' => '-1',
  28209. 'external' => '0',
  28210. 'has_children' => '0',
  28211. 'expanded' => '0',
  28212. 'weight' => '2',
  28213. 'depth' => '3',
  28214. 'customized' => '0',
  28215. 'p1' => '16',
  28216. 'p2' => '364',
  28217. 'p3' => '412',
  28218. 'p4' => '0',
  28219. 'p5' => '0',
  28220. 'p6' => '0',
  28221. 'p7' => '0',
  28222. 'p8' => '0',
  28223. 'p9' => '0',
  28224. 'updated' => '0',
  28225. ))
  28226. ->values(array(
  28227. 'menu_name' => 'management',
  28228. 'mlid' => '413',
  28229. 'plid' => '48',
  28230. 'link_path' => 'admin/config/regional/translate',
  28231. 'router_path' => 'admin/config/regional/translate',
  28232. 'link_title' => 'Translate interface',
  28233. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"Translate the built in interface and optionally other text.";}}',
  28234. 'module' => 'system',
  28235. 'hidden' => '0',
  28236. 'external' => '0',
  28237. 'has_children' => '1',
  28238. 'expanded' => '0',
  28239. 'weight' => '-5',
  28240. 'depth' => '4',
  28241. 'customized' => '0',
  28242. 'p1' => '1',
  28243. 'p2' => '8',
  28244. 'p3' => '48',
  28245. 'p4' => '413',
  28246. 'p5' => '0',
  28247. 'p6' => '0',
  28248. 'p7' => '0',
  28249. 'p8' => '0',
  28250. 'p9' => '0',
  28251. 'updated' => '0',
  28252. ))
  28253. ->values(array(
  28254. 'menu_name' => 'management',
  28255. 'mlid' => '414',
  28256. 'plid' => '366',
  28257. 'link_path' => 'admin/structure/trigger/unassign',
  28258. 'router_path' => 'admin/structure/trigger/unassign',
  28259. 'link_title' => 'Unassign',
  28260. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Unassign an action from a trigger.";}}',
  28261. 'module' => 'system',
  28262. 'hidden' => '-1',
  28263. 'external' => '0',
  28264. 'has_children' => '0',
  28265. 'expanded' => '0',
  28266. 'weight' => '0',
  28267. 'depth' => '4',
  28268. 'customized' => '0',
  28269. 'p1' => '1',
  28270. 'p2' => '20',
  28271. 'p3' => '366',
  28272. 'p4' => '414',
  28273. 'p5' => '0',
  28274. 'p6' => '0',
  28275. 'p7' => '0',
  28276. 'p8' => '0',
  28277. 'p9' => '0',
  28278. 'updated' => '0',
  28279. ))
  28280. ->values(array(
  28281. 'menu_name' => 'management',
  28282. 'mlid' => '416',
  28283. 'plid' => '366',
  28284. 'link_path' => 'admin/structure/trigger/user',
  28285. 'router_path' => 'admin/structure/trigger/user',
  28286. 'link_title' => 'User',
  28287. 'options' => 'a:0:{}',
  28288. 'module' => 'system',
  28289. 'hidden' => '-1',
  28290. 'external' => '0',
  28291. 'has_children' => '0',
  28292. 'expanded' => '0',
  28293. 'weight' => '0',
  28294. 'depth' => '4',
  28295. 'customized' => '0',
  28296. 'p1' => '1',
  28297. 'p2' => '20',
  28298. 'p3' => '366',
  28299. 'p4' => '416',
  28300. 'p5' => '0',
  28301. 'p6' => '0',
  28302. 'p7' => '0',
  28303. 'p8' => '0',
  28304. 'p9' => '0',
  28305. 'updated' => '0',
  28306. ))
  28307. ->values(array(
  28308. 'menu_name' => 'management',
  28309. 'mlid' => '417',
  28310. 'plid' => '356',
  28311. 'link_path' => 'admin/structure/forum/settings',
  28312. 'router_path' => 'admin/structure/forum/settings',
  28313. 'link_title' => 'Settings',
  28314. 'options' => 'a:0:{}',
  28315. 'module' => 'system',
  28316. 'hidden' => '-1',
  28317. 'external' => '0',
  28318. 'has_children' => '0',
  28319. 'expanded' => '0',
  28320. 'weight' => '5',
  28321. 'depth' => '4',
  28322. 'customized' => '0',
  28323. 'p1' => '1',
  28324. 'p2' => '20',
  28325. 'p3' => '356',
  28326. 'p4' => '417',
  28327. 'p5' => '0',
  28328. 'p6' => '0',
  28329. 'p7' => '0',
  28330. 'p8' => '0',
  28331. 'p9' => '0',
  28332. 'updated' => '0',
  28333. ))
  28334. ->values(array(
  28335. 'menu_name' => 'management',
  28336. 'mlid' => '418',
  28337. 'plid' => '395',
  28338. 'link_path' => 'admin/config/regional/language/add',
  28339. 'router_path' => 'admin/config/regional/language/add',
  28340. 'link_title' => 'Add language',
  28341. 'options' => 'a:0:{}',
  28342. 'module' => 'system',
  28343. 'hidden' => '-1',
  28344. 'external' => '0',
  28345. 'has_children' => '0',
  28346. 'expanded' => '0',
  28347. 'weight' => '5',
  28348. 'depth' => '5',
  28349. 'customized' => '0',
  28350. 'p1' => '1',
  28351. 'p2' => '8',
  28352. 'p3' => '48',
  28353. 'p4' => '395',
  28354. 'p5' => '418',
  28355. 'p6' => '0',
  28356. 'p7' => '0',
  28357. 'p8' => '0',
  28358. 'p9' => '0',
  28359. 'updated' => '0',
  28360. ))
  28361. ->values(array(
  28362. 'menu_name' => 'management',
  28363. 'mlid' => '421',
  28364. 'plid' => '353',
  28365. 'link_path' => 'admin/structure/contact/delete/%',
  28366. 'router_path' => 'admin/structure/contact/delete/%',
  28367. 'link_title' => 'Delete contact',
  28368. 'options' => 'a:0:{}',
  28369. 'module' => 'system',
  28370. 'hidden' => '0',
  28371. 'external' => '0',
  28372. 'has_children' => '0',
  28373. 'expanded' => '0',
  28374. 'weight' => '0',
  28375. 'depth' => '4',
  28376. 'customized' => '0',
  28377. 'p1' => '1',
  28378. 'p2' => '20',
  28379. 'p3' => '353',
  28380. 'p4' => '421',
  28381. 'p5' => '0',
  28382. 'p6' => '0',
  28383. 'p7' => '0',
  28384. 'p8' => '0',
  28385. 'p9' => '0',
  28386. 'updated' => '0',
  28387. ))
  28388. ->values(array(
  28389. 'menu_name' => 'management',
  28390. 'mlid' => '422',
  28391. 'plid' => '395',
  28392. 'link_path' => 'admin/config/regional/language/configure',
  28393. 'router_path' => 'admin/config/regional/language/configure',
  28394. 'link_title' => 'Detection and selection',
  28395. 'options' => 'a:0:{}',
  28396. 'module' => 'system',
  28397. 'hidden' => '-1',
  28398. 'external' => '0',
  28399. 'has_children' => '0',
  28400. 'expanded' => '0',
  28401. 'weight' => '10',
  28402. 'depth' => '5',
  28403. 'customized' => '0',
  28404. 'p1' => '1',
  28405. 'p2' => '8',
  28406. 'p3' => '48',
  28407. 'p4' => '395',
  28408. 'p5' => '422',
  28409. 'p6' => '0',
  28410. 'p7' => '0',
  28411. 'p8' => '0',
  28412. 'p9' => '0',
  28413. 'updated' => '0',
  28414. ))
  28415. ->values(array(
  28416. 'menu_name' => 'management',
  28417. 'mlid' => '423',
  28418. 'plid' => '353',
  28419. 'link_path' => 'admin/structure/contact/edit/%',
  28420. 'router_path' => 'admin/structure/contact/edit/%',
  28421. 'link_title' => 'Edit contact category',
  28422. 'options' => 'a:0:{}',
  28423. 'module' => 'system',
  28424. 'hidden' => '0',
  28425. 'external' => '0',
  28426. 'has_children' => '0',
  28427. 'expanded' => '0',
  28428. 'weight' => '0',
  28429. 'depth' => '4',
  28430. 'customized' => '0',
  28431. 'p1' => '1',
  28432. 'p2' => '20',
  28433. 'p3' => '353',
  28434. 'p4' => '423',
  28435. 'p5' => '0',
  28436. 'p6' => '0',
  28437. 'p7' => '0',
  28438. 'p8' => '0',
  28439. 'p9' => '0',
  28440. 'updated' => '0',
  28441. ))
  28442. ->values(array(
  28443. 'menu_name' => 'management',
  28444. 'mlid' => '424',
  28445. 'plid' => '413',
  28446. 'link_path' => 'admin/config/regional/translate/export',
  28447. 'router_path' => 'admin/config/regional/translate/export',
  28448. 'link_title' => 'Export',
  28449. 'options' => 'a:0:{}',
  28450. 'module' => 'system',
  28451. 'hidden' => '-1',
  28452. 'external' => '0',
  28453. 'has_children' => '0',
  28454. 'expanded' => '0',
  28455. 'weight' => '30',
  28456. 'depth' => '5',
  28457. 'customized' => '0',
  28458. 'p1' => '1',
  28459. 'p2' => '8',
  28460. 'p3' => '48',
  28461. 'p4' => '413',
  28462. 'p5' => '424',
  28463. 'p6' => '0',
  28464. 'p7' => '0',
  28465. 'p8' => '0',
  28466. 'p9' => '0',
  28467. 'updated' => '0',
  28468. ))
  28469. ->values(array(
  28470. 'menu_name' => 'management',
  28471. 'mlid' => '425',
  28472. 'plid' => '413',
  28473. 'link_path' => 'admin/config/regional/translate/import',
  28474. 'router_path' => 'admin/config/regional/translate/import',
  28475. 'link_title' => 'Import',
  28476. 'options' => 'a:0:{}',
  28477. 'module' => 'system',
  28478. 'hidden' => '-1',
  28479. 'external' => '0',
  28480. 'has_children' => '0',
  28481. 'expanded' => '0',
  28482. 'weight' => '20',
  28483. 'depth' => '5',
  28484. 'customized' => '0',
  28485. 'p1' => '1',
  28486. 'p2' => '8',
  28487. 'p3' => '48',
  28488. 'p4' => '413',
  28489. 'p5' => '425',
  28490. 'p6' => '0',
  28491. 'p7' => '0',
  28492. 'p8' => '0',
  28493. 'p9' => '0',
  28494. 'updated' => '0',
  28495. ))
  28496. ->values(array(
  28497. 'menu_name' => 'management',
  28498. 'mlid' => '426',
  28499. 'plid' => '393',
  28500. 'link_path' => 'admin/config/services/aggregator/list',
  28501. 'router_path' => 'admin/config/services/aggregator/list',
  28502. 'link_title' => 'List',
  28503. 'options' => 'a:0:{}',
  28504. 'module' => 'system',
  28505. 'hidden' => '-1',
  28506. 'external' => '0',
  28507. 'has_children' => '0',
  28508. 'expanded' => '0',
  28509. 'weight' => '-10',
  28510. 'depth' => '5',
  28511. 'customized' => '0',
  28512. 'p1' => '1',
  28513. 'p2' => '8',
  28514. 'p3' => '60',
  28515. 'p4' => '393',
  28516. 'p5' => '426',
  28517. 'p6' => '0',
  28518. 'p7' => '0',
  28519. 'p8' => '0',
  28520. 'p9' => '0',
  28521. 'updated' => '0',
  28522. ))
  28523. ->values(array(
  28524. 'menu_name' => 'management',
  28525. 'mlid' => '427',
  28526. 'plid' => '395',
  28527. 'link_path' => 'admin/config/regional/language/overview',
  28528. 'router_path' => 'admin/config/regional/language/overview',
  28529. 'link_title' => 'List',
  28530. 'options' => 'a:0:{}',
  28531. 'module' => 'system',
  28532. 'hidden' => '-1',
  28533. 'external' => '0',
  28534. 'has_children' => '0',
  28535. 'expanded' => '0',
  28536. 'weight' => '0',
  28537. 'depth' => '5',
  28538. 'customized' => '0',
  28539. 'p1' => '1',
  28540. 'p2' => '8',
  28541. 'p3' => '48',
  28542. 'p4' => '395',
  28543. 'p5' => '427',
  28544. 'p6' => '0',
  28545. 'p7' => '0',
  28546. 'p8' => '0',
  28547. 'p9' => '0',
  28548. 'updated' => '0',
  28549. ))
  28550. ->values(array(
  28551. 'menu_name' => 'management',
  28552. 'mlid' => '428',
  28553. 'plid' => '410',
  28554. 'link_path' => 'admin/config/development/testing/list',
  28555. 'router_path' => 'admin/config/development/testing/list',
  28556. 'link_title' => 'List',
  28557. 'options' => 'a:0:{}',
  28558. 'module' => 'system',
  28559. 'hidden' => '-1',
  28560. 'external' => '0',
  28561. 'has_children' => '0',
  28562. 'expanded' => '0',
  28563. 'weight' => '0',
  28564. 'depth' => '5',
  28565. 'customized' => '0',
  28566. 'p1' => '1',
  28567. 'p2' => '8',
  28568. 'p3' => '37',
  28569. 'p4' => '410',
  28570. 'p5' => '428',
  28571. 'p6' => '0',
  28572. 'p7' => '0',
  28573. 'p8' => '0',
  28574. 'p9' => '0',
  28575. 'updated' => '0',
  28576. ))
  28577. ->values(array(
  28578. 'menu_name' => 'management',
  28579. 'mlid' => '429',
  28580. 'plid' => '74',
  28581. 'link_path' => 'admin/config/regional/date-time/locale',
  28582. 'router_path' => 'admin/config/regional/date-time/locale',
  28583. 'link_title' => 'Localize',
  28584. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
  28585. 'module' => 'system',
  28586. 'hidden' => '-1',
  28587. 'external' => '0',
  28588. 'has_children' => '1',
  28589. 'expanded' => '0',
  28590. 'weight' => '-8',
  28591. 'depth' => '5',
  28592. 'customized' => '0',
  28593. 'p1' => '1',
  28594. 'p2' => '8',
  28595. 'p3' => '48',
  28596. 'p4' => '74',
  28597. 'p5' => '429',
  28598. 'p6' => '0',
  28599. 'p7' => '0',
  28600. 'p8' => '0',
  28601. 'p9' => '0',
  28602. 'updated' => '0',
  28603. ))
  28604. ->values(array(
  28605. 'menu_name' => 'management',
  28606. 'mlid' => '430',
  28607. 'plid' => '413',
  28608. 'link_path' => 'admin/config/regional/translate/overview',
  28609. 'router_path' => 'admin/config/regional/translate/overview',
  28610. 'link_title' => 'Overview',
  28611. 'options' => 'a:0:{}',
  28612. 'module' => 'system',
  28613. 'hidden' => '-1',
  28614. 'external' => '0',
  28615. 'has_children' => '0',
  28616. 'expanded' => '0',
  28617. 'weight' => '0',
  28618. 'depth' => '5',
  28619. 'customized' => '0',
  28620. 'p1' => '1',
  28621. 'p2' => '8',
  28622. 'p3' => '48',
  28623. 'p4' => '413',
  28624. 'p5' => '430',
  28625. 'p6' => '0',
  28626. 'p7' => '0',
  28627. 'p8' => '0',
  28628. 'p9' => '0',
  28629. 'updated' => '0',
  28630. ))
  28631. ->values(array(
  28632. 'menu_name' => 'management',
  28633. 'mlid' => '431',
  28634. 'plid' => '410',
  28635. 'link_path' => 'admin/config/development/testing/settings',
  28636. 'router_path' => 'admin/config/development/testing/settings',
  28637. 'link_title' => 'Settings',
  28638. 'options' => 'a:0:{}',
  28639. 'module' => 'system',
  28640. 'hidden' => '-1',
  28641. 'external' => '0',
  28642. 'has_children' => '0',
  28643. 'expanded' => '0',
  28644. 'weight' => '0',
  28645. 'depth' => '5',
  28646. 'customized' => '0',
  28647. 'p1' => '1',
  28648. 'p2' => '8',
  28649. 'p3' => '37',
  28650. 'p4' => '410',
  28651. 'p5' => '431',
  28652. 'p6' => '0',
  28653. 'p7' => '0',
  28654. 'p8' => '0',
  28655. 'p9' => '0',
  28656. 'updated' => '0',
  28657. ))
  28658. ->values(array(
  28659. 'menu_name' => 'management',
  28660. 'mlid' => '432',
  28661. 'plid' => '393',
  28662. 'link_path' => 'admin/config/services/aggregator/settings',
  28663. 'router_path' => 'admin/config/services/aggregator/settings',
  28664. 'link_title' => 'Settings',
  28665. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:129:"Configure the behavior of the feed aggregator, including when to discard feed items and how to present feed items and categories.";}}',
  28666. 'module' => 'system',
  28667. 'hidden' => '-1',
  28668. 'external' => '0',
  28669. 'has_children' => '0',
  28670. 'expanded' => '0',
  28671. 'weight' => '0',
  28672. 'depth' => '5',
  28673. 'customized' => '0',
  28674. 'p1' => '1',
  28675. 'p2' => '8',
  28676. 'p3' => '60',
  28677. 'p4' => '393',
  28678. 'p5' => '432',
  28679. 'p6' => '0',
  28680. 'p7' => '0',
  28681. 'p8' => '0',
  28682. 'p9' => '0',
  28683. 'updated' => '0',
  28684. ))
  28685. ->values(array(
  28686. 'menu_name' => 'management',
  28687. 'mlid' => '433',
  28688. 'plid' => '413',
  28689. 'link_path' => 'admin/config/regional/translate/translate',
  28690. 'router_path' => 'admin/config/regional/translate/translate',
  28691. 'link_title' => 'Translate',
  28692. 'options' => 'a:0:{}',
  28693. 'module' => 'system',
  28694. 'hidden' => '-1',
  28695. 'external' => '0',
  28696. 'has_children' => '0',
  28697. 'expanded' => '0',
  28698. 'weight' => '10',
  28699. 'depth' => '5',
  28700. 'customized' => '0',
  28701. 'p1' => '1',
  28702. 'p2' => '8',
  28703. 'p3' => '48',
  28704. 'p4' => '413',
  28705. 'p5' => '433',
  28706. 'p6' => '0',
  28707. 'p7' => '0',
  28708. 'p8' => '0',
  28709. 'p9' => '0',
  28710. 'updated' => '0',
  28711. ))
  28712. ->values(array(
  28713. 'menu_name' => 'management',
  28714. 'mlid' => '435',
  28715. 'plid' => '356',
  28716. 'link_path' => 'admin/structure/forum/add/container',
  28717. 'router_path' => 'admin/structure/forum/add/container',
  28718. 'link_title' => 'Add container',
  28719. 'options' => 'a:0:{}',
  28720. 'module' => 'system',
  28721. 'hidden' => '-1',
  28722. 'external' => '0',
  28723. 'has_children' => '0',
  28724. 'expanded' => '0',
  28725. 'weight' => '0',
  28726. 'depth' => '4',
  28727. 'customized' => '0',
  28728. 'p1' => '1',
  28729. 'p2' => '20',
  28730. 'p3' => '356',
  28731. 'p4' => '435',
  28732. 'p5' => '0',
  28733. 'p6' => '0',
  28734. 'p7' => '0',
  28735. 'p8' => '0',
  28736. 'p9' => '0',
  28737. 'updated' => '0',
  28738. ))
  28739. ->values(array(
  28740. 'menu_name' => 'management',
  28741. 'mlid' => '436',
  28742. 'plid' => '356',
  28743. 'link_path' => 'admin/structure/forum/add/forum',
  28744. 'router_path' => 'admin/structure/forum/add/forum',
  28745. 'link_title' => 'Add forum',
  28746. 'options' => 'a:0:{}',
  28747. 'module' => 'system',
  28748. 'hidden' => '-1',
  28749. 'external' => '0',
  28750. 'has_children' => '0',
  28751. 'expanded' => '0',
  28752. 'weight' => '0',
  28753. 'depth' => '4',
  28754. 'customized' => '0',
  28755. 'p1' => '1',
  28756. 'p2' => '20',
  28757. 'p3' => '356',
  28758. 'p4' => '436',
  28759. 'p5' => '0',
  28760. 'p6' => '0',
  28761. 'p7' => '0',
  28762. 'p8' => '0',
  28763. 'p9' => '0',
  28764. 'updated' => '0',
  28765. ))
  28766. ->values(array(
  28767. 'menu_name' => 'management',
  28768. 'mlid' => '437',
  28769. 'plid' => '393',
  28770. 'link_path' => 'admin/config/services/aggregator/add/category',
  28771. 'router_path' => 'admin/config/services/aggregator/add/category',
  28772. 'link_title' => 'Add category',
  28773. 'options' => 'a:0:{}',
  28774. 'module' => 'system',
  28775. 'hidden' => '-1',
  28776. 'external' => '0',
  28777. 'has_children' => '0',
  28778. 'expanded' => '0',
  28779. 'weight' => '0',
  28780. 'depth' => '5',
  28781. 'customized' => '0',
  28782. 'p1' => '1',
  28783. 'p2' => '8',
  28784. 'p3' => '60',
  28785. 'p4' => '393',
  28786. 'p5' => '437',
  28787. 'p6' => '0',
  28788. 'p7' => '0',
  28789. 'p8' => '0',
  28790. 'p9' => '0',
  28791. 'updated' => '0',
  28792. ))
  28793. ->values(array(
  28794. 'menu_name' => 'management',
  28795. 'mlid' => '438',
  28796. 'plid' => '393',
  28797. 'link_path' => 'admin/config/services/aggregator/add/feed',
  28798. 'router_path' => 'admin/config/services/aggregator/add/feed',
  28799. 'link_title' => 'Add feed',
  28800. 'options' => 'a:0:{}',
  28801. 'module' => 'system',
  28802. 'hidden' => '-1',
  28803. 'external' => '0',
  28804. 'has_children' => '0',
  28805. 'expanded' => '0',
  28806. 'weight' => '0',
  28807. 'depth' => '5',
  28808. 'customized' => '0',
  28809. 'p1' => '1',
  28810. 'p2' => '8',
  28811. 'p3' => '60',
  28812. 'p4' => '393',
  28813. 'p5' => '438',
  28814. 'p6' => '0',
  28815. 'p7' => '0',
  28816. 'p8' => '0',
  28817. 'p9' => '0',
  28818. 'updated' => '0',
  28819. ))
  28820. ->values(array(
  28821. 'menu_name' => 'management',
  28822. 'mlid' => '440',
  28823. 'plid' => '395',
  28824. 'link_path' => 'admin/config/regional/language/delete/%',
  28825. 'router_path' => 'admin/config/regional/language/delete/%',
  28826. 'link_title' => 'Confirm',
  28827. 'options' => 'a:0:{}',
  28828. 'module' => 'system',
  28829. 'hidden' => '0',
  28830. 'external' => '0',
  28831. 'has_children' => '0',
  28832. 'expanded' => '0',
  28833. 'weight' => '0',
  28834. 'depth' => '5',
  28835. 'customized' => '0',
  28836. 'p1' => '1',
  28837. 'p2' => '8',
  28838. 'p3' => '48',
  28839. 'p4' => '395',
  28840. 'p5' => '440',
  28841. 'p6' => '0',
  28842. 'p7' => '0',
  28843. 'p8' => '0',
  28844. 'p9' => '0',
  28845. 'updated' => '0',
  28846. ))
  28847. ->values(array(
  28848. 'menu_name' => 'management',
  28849. 'mlid' => '441',
  28850. 'plid' => '413',
  28851. 'link_path' => 'admin/config/regional/translate/delete/%',
  28852. 'router_path' => 'admin/config/regional/translate/delete/%',
  28853. 'link_title' => 'Delete string',
  28854. 'options' => 'a:0:{}',
  28855. 'module' => 'system',
  28856. 'hidden' => '0',
  28857. 'external' => '0',
  28858. 'has_children' => '0',
  28859. 'expanded' => '0',
  28860. 'weight' => '0',
  28861. 'depth' => '5',
  28862. 'customized' => '0',
  28863. 'p1' => '1',
  28864. 'p2' => '8',
  28865. 'p3' => '48',
  28866. 'p4' => '413',
  28867. 'p5' => '441',
  28868. 'p6' => '0',
  28869. 'p7' => '0',
  28870. 'p8' => '0',
  28871. 'p9' => '0',
  28872. 'updated' => '0',
  28873. ))
  28874. ->values(array(
  28875. 'menu_name' => 'management',
  28876. 'mlid' => '442',
  28877. 'plid' => '356',
  28878. 'link_path' => 'admin/structure/forum/edit/container/%',
  28879. 'router_path' => 'admin/structure/forum/edit/container/%',
  28880. 'link_title' => 'Edit container',
  28881. 'options' => 'a:0:{}',
  28882. 'module' => 'system',
  28883. 'hidden' => '0',
  28884. 'external' => '0',
  28885. 'has_children' => '0',
  28886. 'expanded' => '0',
  28887. 'weight' => '0',
  28888. 'depth' => '4',
  28889. 'customized' => '0',
  28890. 'p1' => '1',
  28891. 'p2' => '20',
  28892. 'p3' => '356',
  28893. 'p4' => '442',
  28894. 'p5' => '0',
  28895. 'p6' => '0',
  28896. 'p7' => '0',
  28897. 'p8' => '0',
  28898. 'p9' => '0',
  28899. 'updated' => '0',
  28900. ))
  28901. ->values(array(
  28902. 'menu_name' => 'management',
  28903. 'mlid' => '443',
  28904. 'plid' => '356',
  28905. 'link_path' => 'admin/structure/forum/edit/forum/%',
  28906. 'router_path' => 'admin/structure/forum/edit/forum/%',
  28907. 'link_title' => 'Edit forum',
  28908. 'options' => 'a:0:{}',
  28909. 'module' => 'system',
  28910. 'hidden' => '0',
  28911. 'external' => '0',
  28912. 'has_children' => '0',
  28913. 'expanded' => '0',
  28914. 'weight' => '0',
  28915. 'depth' => '4',
  28916. 'customized' => '0',
  28917. 'p1' => '1',
  28918. 'p2' => '20',
  28919. 'p3' => '356',
  28920. 'p4' => '443',
  28921. 'p5' => '0',
  28922. 'p6' => '0',
  28923. 'p7' => '0',
  28924. 'p8' => '0',
  28925. 'p9' => '0',
  28926. 'updated' => '0',
  28927. ))
  28928. ->values(array(
  28929. 'menu_name' => 'management',
  28930. 'mlid' => '444',
  28931. 'plid' => '395',
  28932. 'link_path' => 'admin/config/regional/language/edit/%',
  28933. 'router_path' => 'admin/config/regional/language/edit/%',
  28934. 'link_title' => 'Edit language',
  28935. 'options' => 'a:0:{}',
  28936. 'module' => 'system',
  28937. 'hidden' => '0',
  28938. 'external' => '0',
  28939. 'has_children' => '0',
  28940. 'expanded' => '0',
  28941. 'weight' => '0',
  28942. 'depth' => '5',
  28943. 'customized' => '0',
  28944. 'p1' => '1',
  28945. 'p2' => '8',
  28946. 'p3' => '48',
  28947. 'p4' => '395',
  28948. 'p5' => '444',
  28949. 'p6' => '0',
  28950. 'p7' => '0',
  28951. 'p8' => '0',
  28952. 'p9' => '0',
  28953. 'updated' => '0',
  28954. ))
  28955. ->values(array(
  28956. 'menu_name' => 'management',
  28957. 'mlid' => '445',
  28958. 'plid' => '413',
  28959. 'link_path' => 'admin/config/regional/translate/edit/%',
  28960. 'router_path' => 'admin/config/regional/translate/edit/%',
  28961. 'link_title' => 'Edit string',
  28962. 'options' => 'a:0:{}',
  28963. 'module' => 'system',
  28964. 'hidden' => '0',
  28965. 'external' => '0',
  28966. 'has_children' => '0',
  28967. 'expanded' => '0',
  28968. 'weight' => '0',
  28969. 'depth' => '5',
  28970. 'customized' => '0',
  28971. 'p1' => '1',
  28972. 'p2' => '8',
  28973. 'p3' => '48',
  28974. 'p4' => '413',
  28975. 'p5' => '445',
  28976. 'p6' => '0',
  28977. 'p7' => '0',
  28978. 'p8' => '0',
  28979. 'p9' => '0',
  28980. 'updated' => '0',
  28981. ))
  28982. ->values(array(
  28983. 'menu_name' => 'management',
  28984. 'mlid' => '447',
  28985. 'plid' => '393',
  28986. 'link_path' => 'admin/config/services/aggregator/add/opml',
  28987. 'router_path' => 'admin/config/services/aggregator/add/opml',
  28988. 'link_title' => 'Import OPML',
  28989. 'options' => 'a:0:{}',
  28990. 'module' => 'system',
  28991. 'hidden' => '-1',
  28992. 'external' => '0',
  28993. 'has_children' => '0',
  28994. 'expanded' => '0',
  28995. 'weight' => '0',
  28996. 'depth' => '5',
  28997. 'customized' => '0',
  28998. 'p1' => '1',
  28999. 'p2' => '8',
  29000. 'p3' => '60',
  29001. 'p4' => '393',
  29002. 'p5' => '447',
  29003. 'p6' => '0',
  29004. 'p7' => '0',
  29005. 'p8' => '0',
  29006. 'p9' => '0',
  29007. 'updated' => '0',
  29008. ))
  29009. ->values(array(
  29010. 'menu_name' => 'management',
  29011. 'mlid' => '448',
  29012. 'plid' => '393',
  29013. 'link_path' => 'admin/config/services/aggregator/remove/%',
  29014. 'router_path' => 'admin/config/services/aggregator/remove/%',
  29015. 'link_title' => 'Remove items',
  29016. 'options' => 'a:0:{}',
  29017. 'module' => 'system',
  29018. 'hidden' => '0',
  29019. 'external' => '0',
  29020. 'has_children' => '0',
  29021. 'expanded' => '0',
  29022. 'weight' => '0',
  29023. 'depth' => '5',
  29024. 'customized' => '0',
  29025. 'p1' => '1',
  29026. 'p2' => '8',
  29027. 'p3' => '60',
  29028. 'p4' => '393',
  29029. 'p5' => '448',
  29030. 'p6' => '0',
  29031. 'p7' => '0',
  29032. 'p8' => '0',
  29033. 'p9' => '0',
  29034. 'updated' => '0',
  29035. ))
  29036. ->values(array(
  29037. 'menu_name' => 'management',
  29038. 'mlid' => '449',
  29039. 'plid' => '422',
  29040. 'link_path' => 'admin/config/regional/language/configure/session',
  29041. 'router_path' => 'admin/config/regional/language/configure/session',
  29042. 'link_title' => 'Session language detection configuration',
  29043. 'options' => 'a:0:{}',
  29044. 'module' => 'system',
  29045. 'hidden' => '-1',
  29046. 'external' => '0',
  29047. 'has_children' => '0',
  29048. 'expanded' => '0',
  29049. 'weight' => '0',
  29050. 'depth' => '6',
  29051. 'customized' => '0',
  29052. 'p1' => '1',
  29053. 'p2' => '8',
  29054. 'p3' => '48',
  29055. 'p4' => '395',
  29056. 'p5' => '422',
  29057. 'p6' => '449',
  29058. 'p7' => '0',
  29059. 'p8' => '0',
  29060. 'p9' => '0',
  29061. 'updated' => '0',
  29062. ))
  29063. ->values(array(
  29064. 'menu_name' => 'management',
  29065. 'mlid' => '450',
  29066. 'plid' => '410',
  29067. 'link_path' => 'admin/config/development/testing/results/%',
  29068. 'router_path' => 'admin/config/development/testing/results/%',
  29069. 'link_title' => 'Test result',
  29070. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:21:"View result of tests.";}}',
  29071. 'module' => 'system',
  29072. 'hidden' => '0',
  29073. 'external' => '0',
  29074. 'has_children' => '0',
  29075. 'expanded' => '0',
  29076. 'weight' => '0',
  29077. 'depth' => '5',
  29078. 'customized' => '0',
  29079. 'p1' => '1',
  29080. 'p2' => '8',
  29081. 'p3' => '37',
  29082. 'p4' => '410',
  29083. 'p5' => '450',
  29084. 'p6' => '0',
  29085. 'p7' => '0',
  29086. 'p8' => '0',
  29087. 'p9' => '0',
  29088. 'updated' => '0',
  29089. ))
  29090. ->values(array(
  29091. 'menu_name' => 'management',
  29092. 'mlid' => '451',
  29093. 'plid' => '422',
  29094. 'link_path' => 'admin/config/regional/language/configure/url',
  29095. 'router_path' => 'admin/config/regional/language/configure/url',
  29096. 'link_title' => 'URL language detection configuration',
  29097. 'options' => 'a:0:{}',
  29098. 'module' => 'system',
  29099. 'hidden' => '-1',
  29100. 'external' => '0',
  29101. 'has_children' => '0',
  29102. 'expanded' => '0',
  29103. 'weight' => '0',
  29104. 'depth' => '6',
  29105. 'customized' => '0',
  29106. 'p1' => '1',
  29107. 'p2' => '8',
  29108. 'p3' => '48',
  29109. 'p4' => '395',
  29110. 'p5' => '422',
  29111. 'p6' => '451',
  29112. 'p7' => '0',
  29113. 'p8' => '0',
  29114. 'p9' => '0',
  29115. 'updated' => '0',
  29116. ))
  29117. ->values(array(
  29118. 'menu_name' => 'management',
  29119. 'mlid' => '452',
  29120. 'plid' => '393',
  29121. 'link_path' => 'admin/config/services/aggregator/update/%',
  29122. 'router_path' => 'admin/config/services/aggregator/update/%',
  29123. 'link_title' => 'Update items',
  29124. 'options' => 'a:0:{}',
  29125. 'module' => 'system',
  29126. 'hidden' => '0',
  29127. 'external' => '0',
  29128. 'has_children' => '0',
  29129. 'expanded' => '0',
  29130. 'weight' => '0',
  29131. 'depth' => '5',
  29132. 'customized' => '0',
  29133. 'p1' => '1',
  29134. 'p2' => '8',
  29135. 'p3' => '60',
  29136. 'p4' => '393',
  29137. 'p5' => '452',
  29138. 'p6' => '0',
  29139. 'p7' => '0',
  29140. 'p8' => '0',
  29141. 'p9' => '0',
  29142. 'updated' => '0',
  29143. ))
  29144. ->values(array(
  29145. 'menu_name' => 'management',
  29146. 'mlid' => '458',
  29147. 'plid' => '393',
  29148. 'link_path' => 'admin/config/services/aggregator/edit/category/%',
  29149. 'router_path' => 'admin/config/services/aggregator/edit/category/%',
  29150. 'link_title' => 'Edit category',
  29151. 'options' => 'a:0:{}',
  29152. 'module' => 'system',
  29153. 'hidden' => '0',
  29154. 'external' => '0',
  29155. 'has_children' => '0',
  29156. 'expanded' => '0',
  29157. 'weight' => '0',
  29158. 'depth' => '5',
  29159. 'customized' => '0',
  29160. 'p1' => '1',
  29161. 'p2' => '8',
  29162. 'p3' => '60',
  29163. 'p4' => '393',
  29164. 'p5' => '458',
  29165. 'p6' => '0',
  29166. 'p7' => '0',
  29167. 'p8' => '0',
  29168. 'p9' => '0',
  29169. 'updated' => '0',
  29170. ))
  29171. ->values(array(
  29172. 'menu_name' => 'management',
  29173. 'mlid' => '459',
  29174. 'plid' => '393',
  29175. 'link_path' => 'admin/config/services/aggregator/edit/feed/%',
  29176. 'router_path' => 'admin/config/services/aggregator/edit/feed/%',
  29177. 'link_title' => 'Edit feed',
  29178. 'options' => 'a:0:{}',
  29179. 'module' => 'system',
  29180. 'hidden' => '0',
  29181. 'external' => '0',
  29182. 'has_children' => '0',
  29183. 'expanded' => '0',
  29184. 'weight' => '0',
  29185. 'depth' => '5',
  29186. 'customized' => '0',
  29187. 'p1' => '1',
  29188. 'p2' => '8',
  29189. 'p3' => '60',
  29190. 'p4' => '393',
  29191. 'p5' => '459',
  29192. 'p6' => '0',
  29193. 'p7' => '0',
  29194. 'p8' => '0',
  29195. 'p9' => '0',
  29196. 'updated' => '0',
  29197. ))
  29198. ->values(array(
  29199. 'menu_name' => 'management',
  29200. 'mlid' => '461',
  29201. 'plid' => '429',
  29202. 'link_path' => 'admin/config/regional/date-time/locale/%/edit',
  29203. 'router_path' => 'admin/config/regional/date-time/locale/%/edit',
  29204. 'link_title' => 'Localize date formats',
  29205. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
  29206. 'module' => 'system',
  29207. 'hidden' => '0',
  29208. 'external' => '0',
  29209. 'has_children' => '0',
  29210. 'expanded' => '0',
  29211. 'weight' => '0',
  29212. 'depth' => '6',
  29213. 'customized' => '0',
  29214. 'p1' => '1',
  29215. 'p2' => '8',
  29216. 'p3' => '48',
  29217. 'p4' => '74',
  29218. 'p5' => '429',
  29219. 'p6' => '461',
  29220. 'p7' => '0',
  29221. 'p8' => '0',
  29222. 'p9' => '0',
  29223. 'updated' => '0',
  29224. ))
  29225. ->values(array(
  29226. 'menu_name' => 'management',
  29227. 'mlid' => '462',
  29228. 'plid' => '303',
  29229. 'link_path' => 'admin/structure/types/manage/%/display/print',
  29230. 'router_path' => 'admin/structure/types/manage/%/display/print',
  29231. 'link_title' => 'Print',
  29232. 'options' => 'a:0:{}',
  29233. 'module' => 'system',
  29234. 'hidden' => '-1',
  29235. 'external' => '0',
  29236. 'has_children' => '0',
  29237. 'expanded' => '0',
  29238. 'weight' => '5',
  29239. 'depth' => '6',
  29240. 'customized' => '0',
  29241. 'p1' => '1',
  29242. 'p2' => '20',
  29243. 'p3' => '34',
  29244. 'p4' => '114',
  29245. 'p5' => '303',
  29246. 'p6' => '462',
  29247. 'p7' => '0',
  29248. 'p8' => '0',
  29249. 'p9' => '0',
  29250. 'updated' => '0',
  29251. ))
  29252. ->values(array(
  29253. 'menu_name' => 'management',
  29254. 'mlid' => '463',
  29255. 'plid' => '429',
  29256. 'link_path' => 'admin/config/regional/date-time/locale/%/reset',
  29257. 'router_path' => 'admin/config/regional/date-time/locale/%/reset',
  29258. 'link_title' => 'Reset date formats',
  29259. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Reset localized date formats to global defaults";}}',
  29260. 'module' => 'system',
  29261. 'hidden' => '0',
  29262. 'external' => '0',
  29263. 'has_children' => '0',
  29264. 'expanded' => '0',
  29265. 'weight' => '0',
  29266. 'depth' => '6',
  29267. 'customized' => '0',
  29268. 'p1' => '1',
  29269. 'p2' => '8',
  29270. 'p3' => '48',
  29271. 'p4' => '74',
  29272. 'p5' => '429',
  29273. 'p6' => '463',
  29274. 'p7' => '0',
  29275. 'p8' => '0',
  29276. 'p9' => '0',
  29277. 'updated' => '0',
  29278. ))
  29279. ->values(array(
  29280. 'menu_name' => 'navigation',
  29281. 'mlid' => '465',
  29282. 'plid' => '6',
  29283. 'link_path' => 'node/add/test-content-type',
  29284. 'router_path' => 'node/add/test-content-type',
  29285. 'link_title' => 'Test content type',
  29286. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:49:"This is the description of the test content type.";}}',
  29287. 'module' => 'system',
  29288. 'hidden' => '0',
  29289. 'external' => '0',
  29290. 'has_children' => '0',
  29291. 'expanded' => '0',
  29292. 'weight' => '0',
  29293. 'depth' => '2',
  29294. 'customized' => '0',
  29295. 'p1' => '6',
  29296. 'p2' => '465',
  29297. 'p3' => '0',
  29298. 'p4' => '0',
  29299. 'p5' => '0',
  29300. 'p6' => '0',
  29301. 'p7' => '0',
  29302. 'p8' => '0',
  29303. 'p9' => '0',
  29304. 'updated' => '0',
  29305. ))
  29306. ->values(array(
  29307. 'menu_name' => 'management',
  29308. 'mlid' => '466',
  29309. 'plid' => '44',
  29310. 'link_path' => 'admin/structure/menu/manage/menu-test-menu',
  29311. 'router_path' => 'admin/structure/menu/manage/%',
  29312. 'link_title' => 'Test Menu',
  29313. 'options' => 'a:0:{}',
  29314. 'module' => 'menu',
  29315. 'hidden' => '0',
  29316. 'external' => '0',
  29317. 'has_children' => '0',
  29318. 'expanded' => '0',
  29319. 'weight' => '0',
  29320. 'depth' => '4',
  29321. 'customized' => '0',
  29322. 'p1' => '1',
  29323. 'p2' => '20',
  29324. 'p3' => '44',
  29325. 'p4' => '466',
  29326. 'p5' => '0',
  29327. 'p6' => '0',
  29328. 'p7' => '0',
  29329. 'p8' => '0',
  29330. 'p9' => '0',
  29331. 'updated' => '0',
  29332. ))
  29333. ->values(array(
  29334. 'menu_name' => 'menu-test-menu',
  29335. 'mlid' => '467',
  29336. 'plid' => '469',
  29337. 'link_path' => 'http://google.com',
  29338. 'router_path' => '',
  29339. 'link_title' => 'Google',
  29340. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"Google";}}',
  29341. 'module' => 'menu',
  29342. 'hidden' => '0',
  29343. 'external' => '1',
  29344. 'has_children' => '0',
  29345. 'expanded' => '0',
  29346. 'weight' => '0',
  29347. 'depth' => '2',
  29348. 'customized' => '1',
  29349. 'p1' => '469',
  29350. 'p2' => '467',
  29351. 'p3' => '0',
  29352. 'p4' => '0',
  29353. 'p5' => '0',
  29354. 'p6' => '0',
  29355. 'p7' => '0',
  29356. 'p8' => '0',
  29357. 'p9' => '0',
  29358. 'updated' => '0',
  29359. ))
  29360. ->values(array(
  29361. 'menu_name' => 'menu-test-menu',
  29362. 'mlid' => '468',
  29363. 'plid' => '0',
  29364. 'link_path' => 'http://yahoo.com',
  29365. 'router_path' => '',
  29366. 'link_title' => 'Yahoo',
  29367. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:5:"Yahoo";}}',
  29368. 'module' => 'menu',
  29369. 'hidden' => '0',
  29370. 'external' => '1',
  29371. 'has_children' => '0',
  29372. 'expanded' => '0',
  29373. 'weight' => '0',
  29374. 'depth' => '1',
  29375. 'customized' => '1',
  29376. 'p1' => '468',
  29377. 'p2' => '0',
  29378. 'p3' => '0',
  29379. 'p4' => '0',
  29380. 'p5' => '0',
  29381. 'p6' => '0',
  29382. 'p7' => '0',
  29383. 'p8' => '0',
  29384. 'p9' => '0',
  29385. 'updated' => '0',
  29386. ))
  29387. ->values(array(
  29388. 'menu_name' => 'menu-test-menu',
  29389. 'mlid' => '469',
  29390. 'plid' => '0',
  29391. 'link_path' => 'http://bing.com',
  29392. 'router_path' => '',
  29393. 'link_title' => 'Bing',
  29394. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:4:"Bing";}}',
  29395. 'module' => 'menu',
  29396. 'hidden' => '0',
  29397. 'external' => '1',
  29398. 'has_children' => '0',
  29399. 'expanded' => '0',
  29400. 'weight' => '0',
  29401. 'depth' => '1',
  29402. 'customized' => '1',
  29403. 'p1' => '469',
  29404. 'p2' => '0',
  29405. 'p3' => '0',
  29406. 'p4' => '0',
  29407. 'p5' => '0',
  29408. 'p6' => '0',
  29409. 'p7' => '0',
  29410. 'p8' => '0',
  29411. 'p9' => '0',
  29412. 'updated' => '0',
  29413. ))
  29414. ->values(array(
  29415. 'menu_name' => 'menu-test-menu',
  29416. 'mlid' => '470',
  29417. 'plid' => '469',
  29418. 'link_path' => 'http://ask.com',
  29419. 'router_path' => '',
  29420. 'link_title' => 'Ask',
  29421. 'options' => 'a:0:{}',
  29422. 'module' => 'menu',
  29423. 'hidden' => '0',
  29424. 'external' => '1',
  29425. 'has_children' => '0',
  29426. 'expanded' => '0',
  29427. 'weight' => '0',
  29428. 'depth' => '2',
  29429. 'customized' => '1',
  29430. 'p1' => '469',
  29431. 'p2' => '470',
  29432. 'p3' => '0',
  29433. 'p4' => '0',
  29434. 'p5' => '0',
  29435. 'p6' => '0',
  29436. 'p7' => '0',
  29437. 'p8' => '0',
  29438. 'p9' => '0',
  29439. 'updated' => '0',
  29440. ))
  29441. ->values(array(
  29442. 'menu_name' => 'shortcut-set-2',
  29443. 'mlid' => '472',
  29444. 'plid' => '0',
  29445. 'link_path' => 'admin/help',
  29446. 'router_path' => 'admin/help',
  29447. 'link_title' => 'Help',
  29448. 'options' => 'a:0:{}',
  29449. 'module' => 'menu',
  29450. 'hidden' => '0',
  29451. 'external' => '0',
  29452. 'has_children' => '0',
  29453. 'expanded' => '0',
  29454. 'weight' => '-49',
  29455. 'depth' => '1',
  29456. 'customized' => '0',
  29457. 'p1' => '472',
  29458. 'p2' => '0',
  29459. 'p3' => '0',
  29460. 'p4' => '0',
  29461. 'p5' => '0',
  29462. 'p6' => '0',
  29463. 'p7' => '0',
  29464. 'p8' => '0',
  29465. 'p9' => '0',
  29466. 'updated' => '0',
  29467. ))
  29468. ->values(array(
  29469. 'menu_name' => 'shortcut-set-2',
  29470. 'mlid' => '473',
  29471. 'plid' => '0',
  29472. 'link_path' => 'admin/people',
  29473. 'router_path' => 'admin/people',
  29474. 'link_title' => 'People',
  29475. 'options' => 'a:0:{}',
  29476. 'module' => 'menu',
  29477. 'hidden' => '0',
  29478. 'external' => '0',
  29479. 'has_children' => '0',
  29480. 'expanded' => '0',
  29481. 'weight' => '-50',
  29482. 'depth' => '1',
  29483. 'customized' => '0',
  29484. 'p1' => '473',
  29485. 'p2' => '0',
  29486. 'p3' => '0',
  29487. 'p4' => '0',
  29488. 'p5' => '0',
  29489. 'p6' => '0',
  29490. 'p7' => '0',
  29491. 'p8' => '0',
  29492. 'p9' => '0',
  29493. 'updated' => '0',
  29494. ))
  29495. ->values(array(
  29496. 'menu_name' => 'navigation',
  29497. 'mlid' => '474',
  29498. 'plid' => '4',
  29499. 'link_path' => 'filter/tips/%',
  29500. 'router_path' => 'filter/tips/%',
  29501. 'link_title' => 'Compose tips',
  29502. 'options' => 'a:0:{}',
  29503. 'module' => 'system',
  29504. 'hidden' => '0',
  29505. 'external' => '0',
  29506. 'has_children' => '0',
  29507. 'expanded' => '0',
  29508. 'weight' => '0',
  29509. 'depth' => '2',
  29510. 'customized' => '0',
  29511. 'p1' => '4',
  29512. 'p2' => '474',
  29513. 'p3' => '0',
  29514. 'p4' => '0',
  29515. 'p5' => '0',
  29516. 'p6' => '0',
  29517. 'p7' => '0',
  29518. 'p8' => '0',
  29519. 'p9' => '0',
  29520. 'updated' => '0',
  29521. ))
  29522. ->values(array(
  29523. 'menu_name' => 'management',
  29524. 'mlid' => '475',
  29525. 'plid' => '175',
  29526. 'link_path' => 'admin/help/php',
  29527. 'router_path' => 'admin/help/php',
  29528. 'link_title' => 'php',
  29529. 'options' => 'a:0:{}',
  29530. 'module' => 'system',
  29531. 'hidden' => '-1',
  29532. 'external' => '0',
  29533. 'has_children' => '0',
  29534. 'expanded' => '0',
  29535. 'weight' => '0',
  29536. 'depth' => '3',
  29537. 'customized' => '0',
  29538. 'p1' => '1',
  29539. 'p2' => '175',
  29540. 'p3' => '475',
  29541. 'p4' => '0',
  29542. 'p5' => '0',
  29543. 'p6' => '0',
  29544. 'p7' => '0',
  29545. 'p8' => '0',
  29546. 'p9' => '0',
  29547. 'updated' => '0',
  29548. ))
  29549. ->values(array(
  29550. 'menu_name' => 'management',
  29551. 'mlid' => '478',
  29552. 'plid' => '20',
  29553. 'link_path' => 'admin/content',
  29554. 'router_path' => 'admin/content',
  29555. 'link_title' => 'custom link test',
  29556. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
  29557. 'module' => 'menu',
  29558. 'hidden' => '0',
  29559. 'external' => '0',
  29560. 'has_children' => '0',
  29561. 'expanded' => '0',
  29562. 'weight' => '0',
  29563. 'depth' => '3',
  29564. 'customized' => '1',
  29565. 'p1' => '1',
  29566. 'p2' => '20',
  29567. 'p3' => '478',
  29568. 'p4' => '0',
  29569. 'p5' => '0',
  29570. 'p6' => '0',
  29571. 'p7' => '0',
  29572. 'p8' => '0',
  29573. 'p9' => '0',
  29574. 'updated' => '0',
  29575. ))
  29576. ->values(array(
  29577. 'menu_name' => 'navigation',
  29578. 'mlid' => '479',
  29579. 'plid' => '0',
  29580. 'link_path' => 'node/2',
  29581. 'router_path' => 'node/2',
  29582. 'link_title' => 'node link test',
  29583. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"node 2";}}',
  29584. 'module' => 'menu',
  29585. 'hidden' => '0',
  29586. 'external' => '0',
  29587. 'has_children' => '0',
  29588. 'expanded' => '0',
  29589. 'weight' => '3',
  29590. 'depth' => '1',
  29591. 'customized' => '1',
  29592. 'p1' => '479',
  29593. 'p2' => '0',
  29594. 'p3' => '0',
  29595. 'p4' => '0',
  29596. 'p5' => '0',
  29597. 'p6' => '0',
  29598. 'p7' => '0',
  29599. 'p8' => '0',
  29600. 'p9' => '0',
  29601. 'updated' => '0',
  29602. ))
  29603. ->values(array(
  29604. 'menu_name' => 'book-toc-1',
  29605. 'mlid' => '480',
  29606. 'plid' => '0',
  29607. 'link_path' => 'node/4',
  29608. 'router_path' => 'node/%',
  29609. 'link_title' => 'Test top book title',
  29610. 'options' => 'a:0:{}',
  29611. 'module' => 'book',
  29612. 'hidden' => '0',
  29613. 'external' => '0',
  29614. 'has_children' => '1',
  29615. 'expanded' => '0',
  29616. 'weight' => '-10',
  29617. 'depth' => '1',
  29618. 'customized' => '0',
  29619. 'p1' => '480',
  29620. 'p2' => '0',
  29621. 'p3' => '0',
  29622. 'p4' => '0',
  29623. 'p5' => '0',
  29624. 'p6' => '0',
  29625. 'p7' => '0',
  29626. 'p8' => '0',
  29627. 'p9' => '0',
  29628. 'updated' => '0',
  29629. ))
  29630. ->values(array(
  29631. 'menu_name' => 'book-toc-1',
  29632. 'mlid' => '481',
  29633. 'plid' => '480',
  29634. 'link_path' => 'node/6',
  29635. 'router_path' => 'node/%',
  29636. 'link_title' => 'Test book title child 1',
  29637. 'options' => 'a:0:{}',
  29638. 'module' => 'book',
  29639. 'hidden' => '0',
  29640. 'external' => '0',
  29641. 'has_children' => '1',
  29642. 'expanded' => '0',
  29643. 'weight' => '0',
  29644. 'depth' => '2',
  29645. 'customized' => '0',
  29646. 'p1' => '480',
  29647. 'p2' => '481',
  29648. 'p3' => '0',
  29649. 'p4' => '0',
  29650. 'p5' => '0',
  29651. 'p6' => '0',
  29652. 'p7' => '0',
  29653. 'p8' => '0',
  29654. 'p9' => '0',
  29655. 'updated' => '0',
  29656. ))
  29657. ->values(array(
  29658. 'menu_name' => 'book-toc-1',
  29659. 'mlid' => '482',
  29660. 'plid' => '481',
  29661. 'link_path' => 'node/2',
  29662. 'router_path' => 'node/%',
  29663. 'link_title' => 'Test book title child 1.1',
  29664. 'options' => 'a:0:{}',
  29665. 'module' => 'book',
  29666. 'hidden' => '0',
  29667. 'external' => '0',
  29668. 'has_children' => '0',
  29669. 'expanded' => '0',
  29670. 'weight' => '0',
  29671. 'depth' => '3',
  29672. 'customized' => '0',
  29673. 'p1' => '480',
  29674. 'p2' => '481',
  29675. 'p3' => '482',
  29676. 'p4' => '0',
  29677. 'p5' => '0',
  29678. 'p6' => '0',
  29679. 'p7' => '0',
  29680. 'p8' => '0',
  29681. 'p9' => '0',
  29682. 'updated' => '0',
  29683. ))
  29684. ->values(array(
  29685. 'menu_name' => 'book-toc-2',
  29686. 'mlid' => '483',
  29687. 'plid' => '481',
  29688. 'link_path' => 'node/1',
  29689. 'router_path' => 'node/%',
  29690. 'link_title' => 'Test book title 2',
  29691. 'options' => 'a:0:{}',
  29692. 'module' => 'book',
  29693. 'hidden' => '0',
  29694. 'external' => '0',
  29695. 'has_children' => '0',
  29696. 'expanded' => '0',
  29697. 'weight' => '0',
  29698. 'depth' => '3',
  29699. 'customized' => '0',
  29700. 'p1' => '480',
  29701. 'p2' => '481',
  29702. 'p3' => '483',
  29703. 'p4' => '0',
  29704. 'p5' => '0',
  29705. 'p6' => '0',
  29706. 'p7' => '0',
  29707. 'p8' => '0',
  29708. 'p9' => '0',
  29709. 'updated' => '0',
  29710. ))
  29711. ->values(array(
  29712. 'menu_name' => 'navigation',
  29713. 'mlid' => '484',
  29714. 'plid' => '0',
  29715. 'link_path' => 'node/2',
  29716. 'router_path' => 'node/%',
  29717. 'link_title' => 'The thing about Deep Space 9',
  29718. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
  29719. 'module' => 'menu',
  29720. 'hidden' => '0',
  29721. 'external' => '0',
  29722. 'has_children' => '0',
  29723. 'expanded' => '0',
  29724. 'weight' => '9',
  29725. 'depth' => '1',
  29726. 'customized' => '1',
  29727. 'p1' => '484',
  29728. 'p2' => '0',
  29729. 'p3' => '0',
  29730. 'p4' => '0',
  29731. 'p5' => '0',
  29732. 'p6' => '0',
  29733. 'p7' => '0',
  29734. 'p8' => '0',
  29735. 'p9' => '0',
  29736. 'updated' => '0',
  29737. ))
  29738. ->values(array(
  29739. 'menu_name' => 'navigation',
  29740. 'mlid' => '485',
  29741. 'plid' => '0',
  29742. 'link_path' => 'node/3',
  29743. 'router_path' => 'node/%',
  29744. 'link_title' => 'is - The thing about Deep Space 9',
  29745. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
  29746. 'module' => 'menu',
  29747. 'hidden' => '0',
  29748. 'external' => '0',
  29749. 'has_children' => '0',
  29750. 'expanded' => '0',
  29751. 'weight' => '10',
  29752. 'depth' => '1',
  29753. 'customized' => '1',
  29754. 'p1' => '485',
  29755. 'p2' => '0',
  29756. 'p3' => '0',
  29757. 'p4' => '0',
  29758. 'p5' => '0',
  29759. 'p6' => '0',
  29760. 'p7' => '0',
  29761. 'p8' => '0',
  29762. 'p9' => '0',
  29763. 'updated' => '0',
  29764. ))
  29765. ->values(array(
  29766. 'menu_name' => 'navigation',
  29767. 'mlid' => '486',
  29768. 'plid' => '0',
  29769. 'link_path' => 'node/4',
  29770. 'router_path' => 'node/%',
  29771. 'link_title' => 'is - The thing about Firefly',
  29772. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
  29773. 'module' => 'menu',
  29774. 'hidden' => '0',
  29775. 'external' => '0',
  29776. 'has_children' => '0',
  29777. 'expanded' => '0',
  29778. 'weight' => '11',
  29779. 'depth' => '1',
  29780. 'customized' => '1',
  29781. 'p1' => '486',
  29782. 'p2' => '0',
  29783. 'p3' => '0',
  29784. 'p4' => '0',
  29785. 'p5' => '0',
  29786. 'p6' => '0',
  29787. 'p7' => '0',
  29788. 'p8' => '0',
  29789. 'p9' => '0',
  29790. 'updated' => '0',
  29791. ))
  29792. ->values(array(
  29793. 'menu_name' => 'navigation',
  29794. 'mlid' => '487',
  29795. 'plid' => '0',
  29796. 'link_path' => 'node/5',
  29797. 'router_path' => 'node/%',
  29798. 'link_title' => 'en - The thing about Firefly',
  29799. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
  29800. 'module' => 'menu',
  29801. 'hidden' => '0',
  29802. 'external' => '0',
  29803. 'has_children' => '0',
  29804. 'expanded' => '0',
  29805. 'weight' => '12',
  29806. 'depth' => '1',
  29807. 'customized' => '1',
  29808. 'p1' => '487',
  29809. 'p2' => '0',
  29810. 'p3' => '0',
  29811. 'p4' => '0',
  29812. 'p5' => '0',
  29813. 'p6' => '0',
  29814. 'p7' => '0',
  29815. 'p8' => '0',
  29816. 'p9' => '0',
  29817. 'updated' => '0',
  29818. ))
  29819. ->values(array(
  29820. 'menu_name' => 'management',
  29821. 'mlid' => '491',
  29822. 'plid' => '48',
  29823. 'link_path' => 'admin/config/regional/entity_translation',
  29824. 'router_path' => 'admin/config/regional/entity_translation',
  29825. 'link_title' => 'Entity translation',
  29826. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:83:"Configure which entities can be translated and enable or disable language fallback.";}}',
  29827. 'module' => 'system',
  29828. 'hidden' => '0',
  29829. 'external' => '0',
  29830. 'has_children' => '1',
  29831. 'expanded' => '0',
  29832. 'weight' => '0',
  29833. 'depth' => '4',
  29834. 'customized' => '0',
  29835. 'p1' => '1',
  29836. 'p2' => '8',
  29837. 'p3' => '48',
  29838. 'p4' => '491',
  29839. 'p5' => '0',
  29840. 'p6' => '0',
  29841. 'p7' => '0',
  29842. 'p8' => '0',
  29843. 'p9' => '0',
  29844. 'updated' => '0',
  29845. ))
  29846. ->execute();
  29847. $connection->schema()->createTable('menu_router', array(
  29848. 'fields' => array(
  29849. 'path' => array(
  29850. 'type' => 'varchar',
  29851. 'not null' => TRUE,
  29852. 'length' => '255',
  29853. 'default' => '',
  29854. ),
  29855. 'load_functions' => array(
  29856. 'type' => 'blob',
  29857. 'not null' => TRUE,
  29858. 'size' => 'normal',
  29859. ),
  29860. 'to_arg_functions' => array(
  29861. 'type' => 'blob',
  29862. 'not null' => TRUE,
  29863. 'size' => 'normal',
  29864. ),
  29865. 'access_callback' => array(
  29866. 'type' => 'varchar',
  29867. 'not null' => TRUE,
  29868. 'length' => '255',
  29869. 'default' => '',
  29870. ),
  29871. 'access_arguments' => array(
  29872. 'type' => 'blob',
  29873. 'not null' => FALSE,
  29874. 'size' => 'normal',
  29875. ),
  29876. 'page_callback' => array(
  29877. 'type' => 'varchar',
  29878. 'not null' => TRUE,
  29879. 'length' => '255',
  29880. 'default' => '',
  29881. ),
  29882. 'page_arguments' => array(
  29883. 'type' => 'blob',
  29884. 'not null' => FALSE,
  29885. 'size' => 'normal',
  29886. ),
  29887. 'delivery_callback' => array(
  29888. 'type' => 'varchar',
  29889. 'not null' => TRUE,
  29890. 'length' => '255',
  29891. 'default' => '',
  29892. ),
  29893. 'fit' => array(
  29894. 'type' => 'int',
  29895. 'not null' => TRUE,
  29896. 'size' => 'normal',
  29897. 'default' => '0',
  29898. ),
  29899. 'number_parts' => array(
  29900. 'type' => 'int',
  29901. 'not null' => TRUE,
  29902. 'size' => 'normal',
  29903. 'default' => '0',
  29904. ),
  29905. 'context' => array(
  29906. 'type' => 'int',
  29907. 'not null' => TRUE,
  29908. 'size' => 'normal',
  29909. 'default' => '0',
  29910. ),
  29911. 'tab_parent' => array(
  29912. 'type' => 'varchar',
  29913. 'not null' => TRUE,
  29914. 'length' => '255',
  29915. 'default' => '',
  29916. ),
  29917. 'tab_root' => array(
  29918. 'type' => 'varchar',
  29919. 'not null' => TRUE,
  29920. 'length' => '255',
  29921. 'default' => '',
  29922. ),
  29923. 'title' => array(
  29924. 'type' => 'varchar',
  29925. 'not null' => TRUE,
  29926. 'length' => '255',
  29927. 'default' => '',
  29928. ),
  29929. 'title_callback' => array(
  29930. 'type' => 'varchar',
  29931. 'not null' => TRUE,
  29932. 'length' => '255',
  29933. 'default' => '',
  29934. ),
  29935. 'title_arguments' => array(
  29936. 'type' => 'varchar',
  29937. 'not null' => TRUE,
  29938. 'length' => '255',
  29939. 'default' => '',
  29940. ),
  29941. 'theme_callback' => array(
  29942. 'type' => 'varchar',
  29943. 'not null' => TRUE,
  29944. 'length' => '255',
  29945. 'default' => '',
  29946. ),
  29947. 'theme_arguments' => array(
  29948. 'type' => 'varchar',
  29949. 'not null' => TRUE,
  29950. 'length' => '255',
  29951. 'default' => '',
  29952. ),
  29953. 'type' => array(
  29954. 'type' => 'int',
  29955. 'not null' => TRUE,
  29956. 'size' => 'normal',
  29957. 'default' => '0',
  29958. ),
  29959. 'description' => array(
  29960. 'type' => 'text',
  29961. 'not null' => TRUE,
  29962. 'size' => 'normal',
  29963. ),
  29964. 'position' => array(
  29965. 'type' => 'varchar',
  29966. 'not null' => TRUE,
  29967. 'length' => '255',
  29968. 'default' => '',
  29969. ),
  29970. 'weight' => array(
  29971. 'type' => 'int',
  29972. 'not null' => TRUE,
  29973. 'size' => 'normal',
  29974. 'default' => '0',
  29975. ),
  29976. 'include_file' => array(
  29977. 'type' => 'text',
  29978. 'not null' => FALSE,
  29979. 'size' => 'normal',
  29980. ),
  29981. ),
  29982. 'primary key' => array(
  29983. 'path',
  29984. ),
  29985. 'mysql_character_set' => 'utf8',
  29986. ));
  29987. $connection->insert('menu_router')
  29988. ->fields(array(
  29989. 'path',
  29990. 'load_functions',
  29991. 'to_arg_functions',
  29992. 'access_callback',
  29993. 'access_arguments',
  29994. 'page_callback',
  29995. 'page_arguments',
  29996. 'delivery_callback',
  29997. 'fit',
  29998. 'number_parts',
  29999. 'context',
  30000. 'tab_parent',
  30001. 'tab_root',
  30002. 'title',
  30003. 'title_callback',
  30004. 'title_arguments',
  30005. 'theme_callback',
  30006. 'theme_arguments',
  30007. 'type',
  30008. 'description',
  30009. 'position',
  30010. 'weight',
  30011. 'include_file',
  30012. ))
  30013. ->values(array(
  30014. 'path' => 'admin',
  30015. 'load_functions' => '',
  30016. 'to_arg_functions' => '',
  30017. 'access_callback' => 'user_access',
  30018. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  30019. 'page_callback' => 'system_admin_menu_block_page',
  30020. 'page_arguments' => 'a:0:{}',
  30021. 'delivery_callback' => '',
  30022. 'fit' => '1',
  30023. 'number_parts' => '1',
  30024. 'context' => '0',
  30025. 'tab_parent' => '',
  30026. 'tab_root' => 'admin',
  30027. 'title' => 'Administration',
  30028. 'title_callback' => 't',
  30029. 'title_arguments' => '',
  30030. 'theme_callback' => '',
  30031. 'theme_arguments' => 'a:0:{}',
  30032. 'type' => '6',
  30033. 'description' => '',
  30034. 'position' => '',
  30035. 'weight' => '9',
  30036. 'include_file' => 'modules/system/system.admin.inc',
  30037. ))
  30038. ->values(array(
  30039. 'path' => 'admin/appearance',
  30040. 'load_functions' => '',
  30041. 'to_arg_functions' => '',
  30042. 'access_callback' => 'user_access',
  30043. 'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
  30044. 'page_callback' => 'system_themes_page',
  30045. 'page_arguments' => 'a:0:{}',
  30046. 'delivery_callback' => '',
  30047. 'fit' => '3',
  30048. 'number_parts' => '2',
  30049. 'context' => '0',
  30050. 'tab_parent' => '',
  30051. 'tab_root' => 'admin/appearance',
  30052. 'title' => 'Appearance',
  30053. 'title_callback' => 't',
  30054. 'title_arguments' => '',
  30055. 'theme_callback' => '',
  30056. 'theme_arguments' => 'a:0:{}',
  30057. 'type' => '6',
  30058. 'description' => 'Select and configure your themes.',
  30059. 'position' => 'left',
  30060. 'weight' => '-6',
  30061. 'include_file' => 'modules/system/system.admin.inc',
  30062. ))
  30063. ->values(array(
  30064. 'path' => 'admin/appearance/default',
  30065. 'load_functions' => '',
  30066. 'to_arg_functions' => '',
  30067. 'access_callback' => 'user_access',
  30068. 'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
  30069. 'page_callback' => 'system_theme_default',
  30070. 'page_arguments' => 'a:0:{}',
  30071. 'delivery_callback' => '',
  30072. 'fit' => '7',
  30073. 'number_parts' => '3',
  30074. 'context' => '0',
  30075. 'tab_parent' => '',
  30076. 'tab_root' => 'admin/appearance/default',
  30077. 'title' => 'Set default theme',
  30078. 'title_callback' => 't',
  30079. 'title_arguments' => '',
  30080. 'theme_callback' => '',
  30081. 'theme_arguments' => 'a:0:{}',
  30082. 'type' => '0',
  30083. 'description' => '',
  30084. 'position' => '',
  30085. 'weight' => '0',
  30086. 'include_file' => 'modules/system/system.admin.inc',
  30087. ))
  30088. ->values(array(
  30089. 'path' => 'admin/appearance/disable',
  30090. 'load_functions' => '',
  30091. 'to_arg_functions' => '',
  30092. 'access_callback' => 'user_access',
  30093. 'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
  30094. 'page_callback' => 'system_theme_disable',
  30095. 'page_arguments' => 'a:0:{}',
  30096. 'delivery_callback' => '',
  30097. 'fit' => '7',
  30098. 'number_parts' => '3',
  30099. 'context' => '0',
  30100. 'tab_parent' => '',
  30101. 'tab_root' => 'admin/appearance/disable',
  30102. 'title' => 'Disable theme',
  30103. 'title_callback' => 't',
  30104. 'title_arguments' => '',
  30105. 'theme_callback' => '',
  30106. 'theme_arguments' => 'a:0:{}',
  30107. 'type' => '0',
  30108. 'description' => '',
  30109. 'position' => '',
  30110. 'weight' => '0',
  30111. 'include_file' => 'modules/system/system.admin.inc',
  30112. ))
  30113. ->values(array(
  30114. 'path' => 'admin/appearance/enable',
  30115. 'load_functions' => '',
  30116. 'to_arg_functions' => '',
  30117. 'access_callback' => 'user_access',
  30118. 'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
  30119. 'page_callback' => 'system_theme_enable',
  30120. 'page_arguments' => 'a:0:{}',
  30121. 'delivery_callback' => '',
  30122. 'fit' => '7',
  30123. 'number_parts' => '3',
  30124. 'context' => '0',
  30125. 'tab_parent' => '',
  30126. 'tab_root' => 'admin/appearance/enable',
  30127. 'title' => 'Enable theme',
  30128. 'title_callback' => 't',
  30129. 'title_arguments' => '',
  30130. 'theme_callback' => '',
  30131. 'theme_arguments' => 'a:0:{}',
  30132. 'type' => '0',
  30133. 'description' => '',
  30134. 'position' => '',
  30135. 'weight' => '0',
  30136. 'include_file' => 'modules/system/system.admin.inc',
  30137. ))
  30138. ->values(array(
  30139. 'path' => 'admin/appearance/install',
  30140. 'load_functions' => '',
  30141. 'to_arg_functions' => '',
  30142. 'access_callback' => 'update_manager_access',
  30143. 'access_arguments' => 'a:0:{}',
  30144. 'page_callback' => 'drupal_get_form',
  30145. 'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:5:"theme";}',
  30146. 'delivery_callback' => '',
  30147. 'fit' => '7',
  30148. 'number_parts' => '3',
  30149. 'context' => '1',
  30150. 'tab_parent' => 'admin/appearance',
  30151. 'tab_root' => 'admin/appearance',
  30152. 'title' => 'Install new theme',
  30153. 'title_callback' => 't',
  30154. 'title_arguments' => '',
  30155. 'theme_callback' => '',
  30156. 'theme_arguments' => 'a:0:{}',
  30157. 'type' => '388',
  30158. 'description' => '',
  30159. 'position' => '',
  30160. 'weight' => '25',
  30161. 'include_file' => 'modules/update/update.manager.inc',
  30162. ))
  30163. ->values(array(
  30164. 'path' => 'admin/appearance/list',
  30165. 'load_functions' => '',
  30166. 'to_arg_functions' => '',
  30167. 'access_callback' => 'user_access',
  30168. 'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
  30169. 'page_callback' => 'system_themes_page',
  30170. 'page_arguments' => 'a:0:{}',
  30171. 'delivery_callback' => '',
  30172. 'fit' => '7',
  30173. 'number_parts' => '3',
  30174. 'context' => '1',
  30175. 'tab_parent' => 'admin/appearance',
  30176. 'tab_root' => 'admin/appearance',
  30177. 'title' => 'List',
  30178. 'title_callback' => 't',
  30179. 'title_arguments' => '',
  30180. 'theme_callback' => '',
  30181. 'theme_arguments' => 'a:0:{}',
  30182. 'type' => '140',
  30183. 'description' => 'Select and configure your theme',
  30184. 'position' => '',
  30185. 'weight' => '-1',
  30186. 'include_file' => 'modules/system/system.admin.inc',
  30187. ))
  30188. ->values(array(
  30189. 'path' => 'admin/appearance/settings',
  30190. 'load_functions' => '',
  30191. 'to_arg_functions' => '',
  30192. 'access_callback' => 'user_access',
  30193. 'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
  30194. 'page_callback' => 'drupal_get_form',
  30195. 'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
  30196. 'delivery_callback' => '',
  30197. 'fit' => '7',
  30198. 'number_parts' => '3',
  30199. 'context' => '1',
  30200. 'tab_parent' => 'admin/appearance',
  30201. 'tab_root' => 'admin/appearance',
  30202. 'title' => 'Settings',
  30203. 'title_callback' => 't',
  30204. 'title_arguments' => '',
  30205. 'theme_callback' => '',
  30206. 'theme_arguments' => 'a:0:{}',
  30207. 'type' => '132',
  30208. 'description' => 'Configure default and theme specific settings.',
  30209. 'position' => '',
  30210. 'weight' => '20',
  30211. 'include_file' => 'modules/system/system.admin.inc',
  30212. ))
  30213. ->values(array(
  30214. 'path' => 'admin/appearance/settings/bartik',
  30215. 'load_functions' => '',
  30216. 'to_arg_functions' => '',
  30217. 'access_callback' => '_system_themes_access',
  30218. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:25:"themes/bartik/bartik.info";s:4:"name";s:6:"bartik";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:6:"Bartik";s:11:"description";s:48:"A flexible, recolorable theme with many regions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:7:"regions";a:17:{s:6:"header";s:6:"Header";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:11:"highlighted";s:11:"Highlighted";s:8:"featured";s:8:"Featured";s:7:"content";s:7:"Content";s:13:"sidebar_first";s:13:"Sidebar first";s:14:"sidebar_second";s:14:"Sidebar second";s:14:"triptych_first";s:14:"Triptych first";s:15:"triptych_middle";s:15:"Triptych middle";s:13:"triptych_last";s:13:"Triptych last";s:18:"footer_firstcolumn";s:19:"Footer first column";s:19:"footer_secondcolumn";s:20:"Footer second column";s:18:"footer_thirdcolumn";s:19:"Footer third column";s:19:"footer_fourthcolumn";s:20:"Footer fourth column";s:6:"footer";s:6:"Footer";}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"0";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:28:"themes/bartik/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
  30219. 'page_callback' => 'drupal_get_form',
  30220. 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:6:"bartik";}',
  30221. 'delivery_callback' => '',
  30222. 'fit' => '15',
  30223. 'number_parts' => '4',
  30224. 'context' => '1',
  30225. 'tab_parent' => 'admin/appearance/settings',
  30226. 'tab_root' => 'admin/appearance',
  30227. 'title' => 'Bartik',
  30228. 'title_callback' => 't',
  30229. 'title_arguments' => '',
  30230. 'theme_callback' => '',
  30231. 'theme_arguments' => 'a:0:{}',
  30232. 'type' => '132',
  30233. 'description' => '',
  30234. 'position' => '',
  30235. 'weight' => '0',
  30236. 'include_file' => 'modules/system/system.admin.inc',
  30237. ))
  30238. ->values(array(
  30239. 'path' => 'admin/appearance/settings/garland',
  30240. 'load_functions' => '',
  30241. 'to_arg_functions' => '',
  30242. 'access_callback' => '_system_themes_access',
  30243. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:7:"Garland";s:11:"description";s:111:"A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:8:"settings";a:1:{s:13:"garland_width";s:5:"fluid";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:9:{s:13:"sidebar_first";s:12:"Left sidebar";s:14:"sidebar_second";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";s:11:"highlighted";s:11:"Highlighted";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
  30244. 'page_callback' => 'drupal_get_form',
  30245. 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:7:"garland";}',
  30246. 'delivery_callback' => '',
  30247. 'fit' => '15',
  30248. 'number_parts' => '4',
  30249. 'context' => '1',
  30250. 'tab_parent' => 'admin/appearance/settings',
  30251. 'tab_root' => 'admin/appearance',
  30252. 'title' => 'Garland',
  30253. 'title_callback' => 't',
  30254. 'title_arguments' => '',
  30255. 'theme_callback' => '',
  30256. 'theme_arguments' => 'a:0:{}',
  30257. 'type' => '132',
  30258. 'description' => '',
  30259. 'position' => '',
  30260. 'weight' => '0',
  30261. 'include_file' => 'modules/system/system.admin.inc',
  30262. ))
  30263. ->values(array(
  30264. 'path' => 'admin/appearance/settings/global',
  30265. 'load_functions' => '',
  30266. 'to_arg_functions' => '',
  30267. 'access_callback' => 'user_access',
  30268. 'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
  30269. 'page_callback' => 'drupal_get_form',
  30270. 'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
  30271. 'delivery_callback' => '',
  30272. 'fit' => '15',
  30273. 'number_parts' => '4',
  30274. 'context' => '1',
  30275. 'tab_parent' => 'admin/appearance/settings',
  30276. 'tab_root' => 'admin/appearance',
  30277. 'title' => 'Global settings',
  30278. 'title_callback' => 't',
  30279. 'title_arguments' => '',
  30280. 'theme_callback' => '',
  30281. 'theme_arguments' => 'a:0:{}',
  30282. 'type' => '140',
  30283. 'description' => '',
  30284. 'position' => '',
  30285. 'weight' => '-1',
  30286. 'include_file' => 'modules/system/system.admin.inc',
  30287. ))
  30288. ->values(array(
  30289. 'path' => 'admin/appearance/settings/seven',
  30290. 'load_functions' => '',
  30291. 'to_arg_functions' => '',
  30292. 'access_callback' => '_system_themes_access',
  30293. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:23:"themes/seven/seven.info";s:4:"name";s:5:"seven";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:5:"Seven";s:11:"description";s:65:"A simple one-column, tableless, fluid width administration theme.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"1";}s:7:"regions";a:5:{s:7:"content";s:7:"Content";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:13:"sidebar_first";s:13:"First sidebar";}s:14:"regions_hidden";a:3:{i:0;s:13:"sidebar_first";i:1;s:8:"page_top";i:2;s:11:"page_bottom";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:27:"themes/seven/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:6:"engine";s:11:"phptemplate";}}',
  30294. 'page_callback' => 'drupal_get_form',
  30295. 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"seven";}',
  30296. 'delivery_callback' => '',
  30297. 'fit' => '15',
  30298. 'number_parts' => '4',
  30299. 'context' => '1',
  30300. 'tab_parent' => 'admin/appearance/settings',
  30301. 'tab_root' => 'admin/appearance',
  30302. 'title' => 'Seven',
  30303. 'title_callback' => 't',
  30304. 'title_arguments' => '',
  30305. 'theme_callback' => '',
  30306. 'theme_arguments' => 'a:0:{}',
  30307. 'type' => '132',
  30308. 'description' => '',
  30309. 'position' => '',
  30310. 'weight' => '0',
  30311. 'include_file' => 'modules/system/system.admin.inc',
  30312. ))
  30313. ->values(array(
  30314. 'path' => 'admin/appearance/settings/stark',
  30315. 'load_functions' => '',
  30316. 'to_arg_functions' => '',
  30317. 'access_callback' => '_system_themes_access',
  30318. 'access_arguments' => "a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:23:\"themes/stark/stark.info\";s:4:\"name\";s:5:\"stark\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:17:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1444866674\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1444866674;s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:6:\"prefix\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}",
  30319. 'page_callback' => 'drupal_get_form',
  30320. 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"stark";}',
  30321. 'delivery_callback' => '',
  30322. 'fit' => '15',
  30323. 'number_parts' => '4',
  30324. 'context' => '1',
  30325. 'tab_parent' => 'admin/appearance/settings',
  30326. 'tab_root' => 'admin/appearance',
  30327. 'title' => 'Stark',
  30328. 'title_callback' => 't',
  30329. 'title_arguments' => '',
  30330. 'theme_callback' => '',
  30331. 'theme_arguments' => 'a:0:{}',
  30332. 'type' => '132',
  30333. 'description' => '',
  30334. 'position' => '',
  30335. 'weight' => '0',
  30336. 'include_file' => 'modules/system/system.admin.inc',
  30337. ))
  30338. ->values(array(
  30339. 'path' => 'admin/appearance/update',
  30340. 'load_functions' => '',
  30341. 'to_arg_functions' => '',
  30342. 'access_callback' => 'update_manager_access',
  30343. 'access_arguments' => 'a:0:{}',
  30344. 'page_callback' => 'drupal_get_form',
  30345. 'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:5:"theme";}',
  30346. 'delivery_callback' => '',
  30347. 'fit' => '7',
  30348. 'number_parts' => '3',
  30349. 'context' => '1',
  30350. 'tab_parent' => 'admin/appearance',
  30351. 'tab_root' => 'admin/appearance',
  30352. 'title' => 'Update',
  30353. 'title_callback' => 't',
  30354. 'title_arguments' => '',
  30355. 'theme_callback' => '',
  30356. 'theme_arguments' => 'a:0:{}',
  30357. 'type' => '132',
  30358. 'description' => '',
  30359. 'position' => '',
  30360. 'weight' => '10',
  30361. 'include_file' => 'modules/update/update.manager.inc',
  30362. ))
  30363. ->values(array(
  30364. 'path' => 'admin/compact',
  30365. 'load_functions' => '',
  30366. 'to_arg_functions' => '',
  30367. 'access_callback' => 'user_access',
  30368. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  30369. 'page_callback' => 'system_admin_compact_page',
  30370. 'page_arguments' => 'a:0:{}',
  30371. 'delivery_callback' => '',
  30372. 'fit' => '3',
  30373. 'number_parts' => '2',
  30374. 'context' => '0',
  30375. 'tab_parent' => '',
  30376. 'tab_root' => 'admin/compact',
  30377. 'title' => 'Compact mode',
  30378. 'title_callback' => 't',
  30379. 'title_arguments' => '',
  30380. 'theme_callback' => '',
  30381. 'theme_arguments' => 'a:0:{}',
  30382. 'type' => '0',
  30383. 'description' => '',
  30384. 'position' => '',
  30385. 'weight' => '0',
  30386. 'include_file' => 'modules/system/system.admin.inc',
  30387. ))
  30388. ->values(array(
  30389. 'path' => 'admin/config',
  30390. 'load_functions' => '',
  30391. 'to_arg_functions' => '',
  30392. 'access_callback' => 'user_access',
  30393. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  30394. 'page_callback' => 'system_admin_config_page',
  30395. 'page_arguments' => 'a:0:{}',
  30396. 'delivery_callback' => '',
  30397. 'fit' => '3',
  30398. 'number_parts' => '2',
  30399. 'context' => '0',
  30400. 'tab_parent' => '',
  30401. 'tab_root' => 'admin/config',
  30402. 'title' => 'Configuration',
  30403. 'title_callback' => 't',
  30404. 'title_arguments' => '',
  30405. 'theme_callback' => '',
  30406. 'theme_arguments' => 'a:0:{}',
  30407. 'type' => '6',
  30408. 'description' => 'Administer settings.',
  30409. 'position' => '',
  30410. 'weight' => '0',
  30411. 'include_file' => 'modules/system/system.admin.inc',
  30412. ))
  30413. ->values(array(
  30414. 'path' => 'admin/config/content',
  30415. 'load_functions' => '',
  30416. 'to_arg_functions' => '',
  30417. 'access_callback' => 'user_access',
  30418. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  30419. 'page_callback' => 'system_admin_menu_block_page',
  30420. 'page_arguments' => 'a:0:{}',
  30421. 'delivery_callback' => '',
  30422. 'fit' => '7',
  30423. 'number_parts' => '3',
  30424. 'context' => '0',
  30425. 'tab_parent' => '',
  30426. 'tab_root' => 'admin/config/content',
  30427. 'title' => 'Content authoring',
  30428. 'title_callback' => 't',
  30429. 'title_arguments' => '',
  30430. 'theme_callback' => '',
  30431. 'theme_arguments' => 'a:0:{}',
  30432. 'type' => '6',
  30433. 'description' => 'Settings related to formatting and authoring content.',
  30434. 'position' => 'left',
  30435. 'weight' => '-15',
  30436. 'include_file' => 'modules/system/system.admin.inc',
  30437. ))
  30438. ->values(array(
  30439. 'path' => 'admin/config/content/email',
  30440. 'load_functions' => '',
  30441. 'to_arg_functions' => '',
  30442. 'access_callback' => 'user_access',
  30443. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  30444. 'page_callback' => 'drupal_get_form',
  30445. 'page_arguments' => 'a:1:{i:0;s:20:"email_admin_settings";}',
  30446. 'delivery_callback' => '',
  30447. 'fit' => '15',
  30448. 'number_parts' => '4',
  30449. 'context' => '0',
  30450. 'tab_parent' => '',
  30451. 'tab_root' => 'admin/config/content/email',
  30452. 'title' => 'Email Contact Form Settings',
  30453. 'title_callback' => 't',
  30454. 'title_arguments' => '',
  30455. 'theme_callback' => '',
  30456. 'theme_arguments' => 'a:0:{}',
  30457. 'type' => '6',
  30458. 'description' => 'Administer flood control settings for email contact forms',
  30459. 'position' => '',
  30460. 'weight' => '0',
  30461. 'include_file' => '',
  30462. ))
  30463. ->values(array(
  30464. 'path' => 'admin/config/content/formats',
  30465. 'load_functions' => '',
  30466. 'to_arg_functions' => '',
  30467. 'access_callback' => 'user_access',
  30468. 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
  30469. 'page_callback' => 'drupal_get_form',
  30470. 'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}',
  30471. 'delivery_callback' => '',
  30472. 'fit' => '15',
  30473. 'number_parts' => '4',
  30474. 'context' => '0',
  30475. 'tab_parent' => '',
  30476. 'tab_root' => 'admin/config/content/formats',
  30477. 'title' => 'Text formats',
  30478. 'title_callback' => 't',
  30479. 'title_arguments' => '',
  30480. 'theme_callback' => '',
  30481. 'theme_arguments' => 'a:0:{}',
  30482. 'type' => '6',
  30483. 'description' => 'Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.',
  30484. 'position' => '',
  30485. 'weight' => '0',
  30486. 'include_file' => 'modules/filter/filter.admin.inc',
  30487. ))
  30488. ->values(array(
  30489. 'path' => 'admin/config/content/formats/%',
  30490. 'load_functions' => 'a:1:{i:4;s:18:"filter_format_load";}',
  30491. 'to_arg_functions' => '',
  30492. 'access_callback' => 'user_access',
  30493. 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
  30494. 'page_callback' => 'filter_admin_format_page',
  30495. 'page_arguments' => 'a:1:{i:0;i:4;}',
  30496. 'delivery_callback' => '',
  30497. 'fit' => '30',
  30498. 'number_parts' => '5',
  30499. 'context' => '0',
  30500. 'tab_parent' => '',
  30501. 'tab_root' => 'admin/config/content/formats/%',
  30502. 'title' => '',
  30503. 'title_callback' => 'filter_admin_format_title',
  30504. 'title_arguments' => 'a:1:{i:0;i:4;}',
  30505. 'theme_callback' => '',
  30506. 'theme_arguments' => 'a:0:{}',
  30507. 'type' => '6',
  30508. 'description' => '',
  30509. 'position' => '',
  30510. 'weight' => '0',
  30511. 'include_file' => 'modules/filter/filter.admin.inc',
  30512. ))
  30513. ->values(array(
  30514. 'path' => 'admin/config/content/formats/%/disable',
  30515. 'load_functions' => 'a:1:{i:4;s:18:"filter_format_load";}',
  30516. 'to_arg_functions' => '',
  30517. 'access_callback' => '_filter_disable_format_access',
  30518. 'access_arguments' => 'a:1:{i:0;i:4;}',
  30519. 'page_callback' => 'drupal_get_form',
  30520. 'page_arguments' => 'a:2:{i:0;s:20:"filter_admin_disable";i:1;i:4;}',
  30521. 'delivery_callback' => '',
  30522. 'fit' => '61',
  30523. 'number_parts' => '6',
  30524. 'context' => '0',
  30525. 'tab_parent' => '',
  30526. 'tab_root' => 'admin/config/content/formats/%/disable',
  30527. 'title' => 'Disable text format',
  30528. 'title_callback' => 't',
  30529. 'title_arguments' => '',
  30530. 'theme_callback' => '',
  30531. 'theme_arguments' => 'a:0:{}',
  30532. 'type' => '6',
  30533. 'description' => '',
  30534. 'position' => '',
  30535. 'weight' => '0',
  30536. 'include_file' => 'modules/filter/filter.admin.inc',
  30537. ))
  30538. ->values(array(
  30539. 'path' => 'admin/config/content/formats/add',
  30540. 'load_functions' => '',
  30541. 'to_arg_functions' => '',
  30542. 'access_callback' => 'user_access',
  30543. 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
  30544. 'page_callback' => 'filter_admin_format_page',
  30545. 'page_arguments' => 'a:0:{}',
  30546. 'delivery_callback' => '',
  30547. 'fit' => '31',
  30548. 'number_parts' => '5',
  30549. 'context' => '1',
  30550. 'tab_parent' => 'admin/config/content/formats',
  30551. 'tab_root' => 'admin/config/content/formats',
  30552. 'title' => 'Add text format',
  30553. 'title_callback' => 't',
  30554. 'title_arguments' => '',
  30555. 'theme_callback' => '',
  30556. 'theme_arguments' => 'a:0:{}',
  30557. 'type' => '388',
  30558. 'description' => '',
  30559. 'position' => '',
  30560. 'weight' => '1',
  30561. 'include_file' => 'modules/filter/filter.admin.inc',
  30562. ))
  30563. ->values(array(
  30564. 'path' => 'admin/config/content/formats/list',
  30565. 'load_functions' => '',
  30566. 'to_arg_functions' => '',
  30567. 'access_callback' => 'user_access',
  30568. 'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
  30569. 'page_callback' => 'drupal_get_form',
  30570. 'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}',
  30571. 'delivery_callback' => '',
  30572. 'fit' => '31',
  30573. 'number_parts' => '5',
  30574. 'context' => '1',
  30575. 'tab_parent' => 'admin/config/content/formats',
  30576. 'tab_root' => 'admin/config/content/formats',
  30577. 'title' => 'List',
  30578. 'title_callback' => 't',
  30579. 'title_arguments' => '',
  30580. 'theme_callback' => '',
  30581. 'theme_arguments' => 'a:0:{}',
  30582. 'type' => '140',
  30583. 'description' => '',
  30584. 'position' => '',
  30585. 'weight' => '0',
  30586. 'include_file' => 'modules/filter/filter.admin.inc',
  30587. ))
  30588. ->values(array(
  30589. 'path' => 'admin/config/date',
  30590. 'load_functions' => '',
  30591. 'to_arg_functions' => '',
  30592. 'access_callback' => 'user_access',
  30593. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  30594. 'page_callback' => 'system_admin_menu_block_page',
  30595. 'page_arguments' => 'a:0:{}',
  30596. 'delivery_callback' => '',
  30597. 'fit' => '7',
  30598. 'number_parts' => '3',
  30599. 'context' => '0',
  30600. 'tab_parent' => '',
  30601. 'tab_root' => 'admin/config/date',
  30602. 'title' => 'Date API',
  30603. 'title_callback' => 't',
  30604. 'title_arguments' => '',
  30605. 'theme_callback' => '',
  30606. 'theme_arguments' => 'a:0:{}',
  30607. 'type' => '6',
  30608. 'description' => 'Settings for modules the use the Date API.',
  30609. 'position' => 'left',
  30610. 'weight' => '-10',
  30611. 'include_file' => 'modules/system/system.admin.inc',
  30612. ))
  30613. ->values(array(
  30614. 'path' => 'admin/config/development',
  30615. 'load_functions' => '',
  30616. 'to_arg_functions' => '',
  30617. 'access_callback' => 'user_access',
  30618. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  30619. 'page_callback' => 'system_admin_menu_block_page',
  30620. 'page_arguments' => 'a:0:{}',
  30621. 'delivery_callback' => '',
  30622. 'fit' => '7',
  30623. 'number_parts' => '3',
  30624. 'context' => '0',
  30625. 'tab_parent' => '',
  30626. 'tab_root' => 'admin/config/development',
  30627. 'title' => 'Development',
  30628. 'title_callback' => 't',
  30629. 'title_arguments' => '',
  30630. 'theme_callback' => '',
  30631. 'theme_arguments' => 'a:0:{}',
  30632. 'type' => '6',
  30633. 'description' => 'Development tools.',
  30634. 'position' => 'right',
  30635. 'weight' => '-10',
  30636. 'include_file' => 'modules/system/system.admin.inc',
  30637. ))
  30638. ->values(array(
  30639. 'path' => 'admin/config/development/logging',
  30640. 'load_functions' => '',
  30641. 'to_arg_functions' => '',
  30642. 'access_callback' => 'user_access',
  30643. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  30644. 'page_callback' => 'drupal_get_form',
  30645. 'page_arguments' => 'a:1:{i:0;s:23:"system_logging_settings";}',
  30646. 'delivery_callback' => '',
  30647. 'fit' => '15',
  30648. 'number_parts' => '4',
  30649. 'context' => '0',
  30650. 'tab_parent' => '',
  30651. 'tab_root' => 'admin/config/development/logging',
  30652. 'title' => 'Logging and errors',
  30653. 'title_callback' => 't',
  30654. 'title_arguments' => '',
  30655. 'theme_callback' => '',
  30656. 'theme_arguments' => 'a:0:{}',
  30657. 'type' => '6',
  30658. 'description' => "Settings for logging and alerts modules. Various modules can route Drupal's system events to different destinations, such as syslog, database, email, etc.",
  30659. 'position' => '',
  30660. 'weight' => '-15',
  30661. 'include_file' => 'modules/system/system.admin.inc',
  30662. ))
  30663. ->values(array(
  30664. 'path' => 'admin/config/development/maintenance',
  30665. 'load_functions' => '',
  30666. 'to_arg_functions' => '',
  30667. 'access_callback' => 'user_access',
  30668. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  30669. 'page_callback' => 'drupal_get_form',
  30670. 'page_arguments' => 'a:1:{i:0;s:28:"system_site_maintenance_mode";}',
  30671. 'delivery_callback' => '',
  30672. 'fit' => '15',
  30673. 'number_parts' => '4',
  30674. 'context' => '0',
  30675. 'tab_parent' => '',
  30676. 'tab_root' => 'admin/config/development/maintenance',
  30677. 'title' => 'Maintenance mode',
  30678. 'title_callback' => 't',
  30679. 'title_arguments' => '',
  30680. 'theme_callback' => '',
  30681. 'theme_arguments' => 'a:0:{}',
  30682. 'type' => '6',
  30683. 'description' => 'Take the site offline for maintenance or bring it back online.',
  30684. 'position' => '',
  30685. 'weight' => '-10',
  30686. 'include_file' => 'modules/system/system.admin.inc',
  30687. ))
  30688. ->values(array(
  30689. 'path' => 'admin/config/development/performance',
  30690. 'load_functions' => '',
  30691. 'to_arg_functions' => '',
  30692. 'access_callback' => 'user_access',
  30693. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  30694. 'page_callback' => 'drupal_get_form',
  30695. 'page_arguments' => 'a:1:{i:0;s:27:"system_performance_settings";}',
  30696. 'delivery_callback' => '',
  30697. 'fit' => '15',
  30698. 'number_parts' => '4',
  30699. 'context' => '0',
  30700. 'tab_parent' => '',
  30701. 'tab_root' => 'admin/config/development/performance',
  30702. 'title' => 'Performance',
  30703. 'title_callback' => 't',
  30704. 'title_arguments' => '',
  30705. 'theme_callback' => '',
  30706. 'theme_arguments' => 'a:0:{}',
  30707. 'type' => '6',
  30708. 'description' => 'Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.',
  30709. 'position' => '',
  30710. 'weight' => '-20',
  30711. 'include_file' => 'modules/system/system.admin.inc',
  30712. ))
  30713. ->values(array(
  30714. 'path' => 'admin/config/development/testing',
  30715. 'load_functions' => '',
  30716. 'to_arg_functions' => '',
  30717. 'access_callback' => 'user_access',
  30718. 'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
  30719. 'page_callback' => 'drupal_get_form',
  30720. 'page_arguments' => 'a:1:{i:0;s:20:"simpletest_test_form";}',
  30721. 'delivery_callback' => '',
  30722. 'fit' => '15',
  30723. 'number_parts' => '4',
  30724. 'context' => '0',
  30725. 'tab_parent' => '',
  30726. 'tab_root' => 'admin/config/development/testing',
  30727. 'title' => 'Testing',
  30728. 'title_callback' => 't',
  30729. 'title_arguments' => '',
  30730. 'theme_callback' => '',
  30731. 'theme_arguments' => 'a:0:{}',
  30732. 'type' => '6',
  30733. 'description' => 'Run tests against Drupal core and your active modules. These tests help assure that your site code is working as designed.',
  30734. 'position' => '',
  30735. 'weight' => '-5',
  30736. 'include_file' => 'modules/simpletest/simpletest.pages.inc',
  30737. ))
  30738. ->values(array(
  30739. 'path' => 'admin/config/development/testing/list',
  30740. 'load_functions' => '',
  30741. 'to_arg_functions' => '',
  30742. 'access_callback' => 'user_access',
  30743. 'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
  30744. 'page_callback' => 'drupal_get_form',
  30745. 'page_arguments' => 'a:1:{i:0;s:20:"simpletest_test_form";}',
  30746. 'delivery_callback' => '',
  30747. 'fit' => '31',
  30748. 'number_parts' => '5',
  30749. 'context' => '1',
  30750. 'tab_parent' => 'admin/config/development/testing',
  30751. 'tab_root' => 'admin/config/development/testing',
  30752. 'title' => 'List',
  30753. 'title_callback' => 't',
  30754. 'title_arguments' => '',
  30755. 'theme_callback' => '',
  30756. 'theme_arguments' => 'a:0:{}',
  30757. 'type' => '140',
  30758. 'description' => '',
  30759. 'position' => '',
  30760. 'weight' => '0',
  30761. 'include_file' => 'modules/simpletest/simpletest.pages.inc',
  30762. ))
  30763. ->values(array(
  30764. 'path' => 'admin/config/development/testing/results/%',
  30765. 'load_functions' => 'a:1:{i:5;N;}',
  30766. 'to_arg_functions' => '',
  30767. 'access_callback' => 'user_access',
  30768. 'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
  30769. 'page_callback' => 'drupal_get_form',
  30770. 'page_arguments' => 'a:2:{i:0;s:22:"simpletest_result_form";i:1;i:5;}',
  30771. 'delivery_callback' => '',
  30772. 'fit' => '62',
  30773. 'number_parts' => '6',
  30774. 'context' => '0',
  30775. 'tab_parent' => '',
  30776. 'tab_root' => 'admin/config/development/testing/results/%',
  30777. 'title' => 'Test result',
  30778. 'title_callback' => 't',
  30779. 'title_arguments' => '',
  30780. 'theme_callback' => '',
  30781. 'theme_arguments' => 'a:0:{}',
  30782. 'type' => '6',
  30783. 'description' => 'View result of tests.',
  30784. 'position' => '',
  30785. 'weight' => '0',
  30786. 'include_file' => 'modules/simpletest/simpletest.pages.inc',
  30787. ))
  30788. ->values(array(
  30789. 'path' => 'admin/config/development/testing/settings',
  30790. 'load_functions' => '',
  30791. 'to_arg_functions' => '',
  30792. 'access_callback' => 'user_access',
  30793. 'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
  30794. 'page_callback' => 'drupal_get_form',
  30795. 'page_arguments' => 'a:1:{i:0;s:24:"simpletest_settings_form";}',
  30796. 'delivery_callback' => '',
  30797. 'fit' => '31',
  30798. 'number_parts' => '5',
  30799. 'context' => '1',
  30800. 'tab_parent' => 'admin/config/development/testing',
  30801. 'tab_root' => 'admin/config/development/testing',
  30802. 'title' => 'Settings',
  30803. 'title_callback' => 't',
  30804. 'title_arguments' => '',
  30805. 'theme_callback' => '',
  30806. 'theme_arguments' => 'a:0:{}',
  30807. 'type' => '132',
  30808. 'description' => '',
  30809. 'position' => '',
  30810. 'weight' => '0',
  30811. 'include_file' => 'modules/simpletest/simpletest.pages.inc',
  30812. ))
  30813. ->values(array(
  30814. 'path' => 'admin/config/media',
  30815. 'load_functions' => '',
  30816. 'to_arg_functions' => '',
  30817. 'access_callback' => 'user_access',
  30818. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  30819. 'page_callback' => 'system_admin_menu_block_page',
  30820. 'page_arguments' => 'a:0:{}',
  30821. 'delivery_callback' => '',
  30822. 'fit' => '7',
  30823. 'number_parts' => '3',
  30824. 'context' => '0',
  30825. 'tab_parent' => '',
  30826. 'tab_root' => 'admin/config/media',
  30827. 'title' => 'Media',
  30828. 'title_callback' => 't',
  30829. 'title_arguments' => '',
  30830. 'theme_callback' => '',
  30831. 'theme_arguments' => 'a:0:{}',
  30832. 'type' => '6',
  30833. 'description' => 'Media tools.',
  30834. 'position' => 'left',
  30835. 'weight' => '-10',
  30836. 'include_file' => 'modules/system/system.admin.inc',
  30837. ))
  30838. ->values(array(
  30839. 'path' => 'admin/config/media/file-system',
  30840. 'load_functions' => '',
  30841. 'to_arg_functions' => '',
  30842. 'access_callback' => 'user_access',
  30843. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  30844. 'page_callback' => 'drupal_get_form',
  30845. 'page_arguments' => 'a:1:{i:0;s:27:"system_file_system_settings";}',
  30846. 'delivery_callback' => '',
  30847. 'fit' => '15',
  30848. 'number_parts' => '4',
  30849. 'context' => '0',
  30850. 'tab_parent' => '',
  30851. 'tab_root' => 'admin/config/media/file-system',
  30852. 'title' => 'File system',
  30853. 'title_callback' => 't',
  30854. 'title_arguments' => '',
  30855. 'theme_callback' => '',
  30856. 'theme_arguments' => 'a:0:{}',
  30857. 'type' => '6',
  30858. 'description' => 'Tell Drupal where to store uploaded files and how they are accessed.',
  30859. 'position' => '',
  30860. 'weight' => '-10',
  30861. 'include_file' => 'modules/system/system.admin.inc',
  30862. ))
  30863. ->values(array(
  30864. 'path' => 'admin/config/media/image-styles',
  30865. 'load_functions' => '',
  30866. 'to_arg_functions' => '',
  30867. 'access_callback' => 'user_access',
  30868. 'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
  30869. 'page_callback' => 'image_style_list',
  30870. 'page_arguments' => 'a:0:{}',
  30871. 'delivery_callback' => '',
  30872. 'fit' => '15',
  30873. 'number_parts' => '4',
  30874. 'context' => '0',
  30875. 'tab_parent' => '',
  30876. 'tab_root' => 'admin/config/media/image-styles',
  30877. 'title' => 'Image styles',
  30878. 'title_callback' => 't',
  30879. 'title_arguments' => '',
  30880. 'theme_callback' => '',
  30881. 'theme_arguments' => 'a:0:{}',
  30882. 'type' => '6',
  30883. 'description' => 'Configure styles that can be used for resizing or adjusting images on display.',
  30884. 'position' => '',
  30885. 'weight' => '0',
  30886. 'include_file' => 'modules/image/image.admin.inc',
  30887. ))
  30888. ->values(array(
  30889. 'path' => 'admin/config/media/image-styles/add',
  30890. 'load_functions' => '',
  30891. 'to_arg_functions' => '',
  30892. 'access_callback' => 'user_access',
  30893. 'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
  30894. 'page_callback' => 'drupal_get_form',
  30895. 'page_arguments' => 'a:1:{i:0;s:20:"image_style_add_form";}',
  30896. 'delivery_callback' => '',
  30897. 'fit' => '31',
  30898. 'number_parts' => '5',
  30899. 'context' => '1',
  30900. 'tab_parent' => 'admin/config/media/image-styles',
  30901. 'tab_root' => 'admin/config/media/image-styles',
  30902. 'title' => 'Add style',
  30903. 'title_callback' => 't',
  30904. 'title_arguments' => '',
  30905. 'theme_callback' => '',
  30906. 'theme_arguments' => 'a:0:{}',
  30907. 'type' => '388',
  30908. 'description' => 'Add a new image style.',
  30909. 'position' => '',
  30910. 'weight' => '2',
  30911. 'include_file' => 'modules/image/image.admin.inc',
  30912. ))
  30913. ->values(array(
  30914. 'path' => 'admin/config/media/image-styles/delete/%',
  30915. 'load_functions' => 'a:1:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;N;i:1;s:1:"1";}}}',
  30916. 'to_arg_functions' => '',
  30917. 'access_callback' => 'user_access',
  30918. 'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
  30919. 'page_callback' => 'drupal_get_form',
  30920. 'page_arguments' => 'a:2:{i:0;s:23:"image_style_delete_form";i:1;i:5;}',
  30921. 'delivery_callback' => '',
  30922. 'fit' => '62',
  30923. 'number_parts' => '6',
  30924. 'context' => '0',
  30925. 'tab_parent' => '',
  30926. 'tab_root' => 'admin/config/media/image-styles/delete/%',
  30927. 'title' => 'Delete style',
  30928. 'title_callback' => 't',
  30929. 'title_arguments' => '',
  30930. 'theme_callback' => '',
  30931. 'theme_arguments' => 'a:0:{}',
  30932. 'type' => '6',
  30933. 'description' => 'Delete an image style.',
  30934. 'position' => '',
  30935. 'weight' => '0',
  30936. 'include_file' => 'modules/image/image.admin.inc',
  30937. ))
  30938. ->values(array(
  30939. 'path' => 'admin/config/media/image-styles/edit/%',
  30940. 'load_functions' => 'a:1:{i:5;s:16:"image_style_load";}',
  30941. 'to_arg_functions' => '',
  30942. 'access_callback' => 'user_access',
  30943. 'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
  30944. 'page_callback' => 'drupal_get_form',
  30945. 'page_arguments' => 'a:2:{i:0;s:16:"image_style_form";i:1;i:5;}',
  30946. 'delivery_callback' => '',
  30947. 'fit' => '62',
  30948. 'number_parts' => '6',
  30949. 'context' => '0',
  30950. 'tab_parent' => '',
  30951. 'tab_root' => 'admin/config/media/image-styles/edit/%',
  30952. 'title' => 'Edit style',
  30953. 'title_callback' => 't',
  30954. 'title_arguments' => '',
  30955. 'theme_callback' => '',
  30956. 'theme_arguments' => 'a:0:{}',
  30957. 'type' => '6',
  30958. 'description' => 'Configure an image style.',
  30959. 'position' => '',
  30960. 'weight' => '0',
  30961. 'include_file' => 'modules/image/image.admin.inc',
  30962. ))
  30963. ->values(array(
  30964. 'path' => 'admin/config/media/image-styles/edit/%/add/%',
  30965. 'load_functions' => 'a:2:{i:5;a:1:{s:16:"image_style_load";a:1:{i:0;i:5;}}i:7;a:1:{s:28:"image_effect_definition_load";a:1:{i:0;i:5;}}}',
  30966. 'to_arg_functions' => '',
  30967. 'access_callback' => 'user_access',
  30968. 'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
  30969. 'page_callback' => 'drupal_get_form',
  30970. 'page_arguments' => 'a:3:{i:0;s:17:"image_effect_form";i:1;i:5;i:2;i:7;}',
  30971. 'delivery_callback' => '',
  30972. 'fit' => '250',
  30973. 'number_parts' => '8',
  30974. 'context' => '0',
  30975. 'tab_parent' => '',
  30976. 'tab_root' => 'admin/config/media/image-styles/edit/%/add/%',
  30977. 'title' => 'Add image effect',
  30978. 'title_callback' => 't',
  30979. 'title_arguments' => '',
  30980. 'theme_callback' => '',
  30981. 'theme_arguments' => 'a:0:{}',
  30982. 'type' => '6',
  30983. 'description' => 'Add a new effect to a style.',
  30984. 'position' => '',
  30985. 'weight' => '0',
  30986. 'include_file' => 'modules/image/image.admin.inc',
  30987. ))
  30988. ->values(array(
  30989. 'path' => 'admin/config/media/image-styles/edit/%/effects/%',
  30990. 'load_functions' => 'a:2:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;i:5;i:1;s:1:"3";}}i:7;a:1:{s:17:"image_effect_load";a:2:{i:0;i:5;i:1;s:1:"3";}}}',
  30991. 'to_arg_functions' => '',
  30992. 'access_callback' => 'user_access',
  30993. 'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
  30994. 'page_callback' => 'drupal_get_form',
  30995. 'page_arguments' => 'a:3:{i:0;s:17:"image_effect_form";i:1;i:5;i:2;i:7;}',
  30996. 'delivery_callback' => '',
  30997. 'fit' => '250',
  30998. 'number_parts' => '8',
  30999. 'context' => '0',
  31000. 'tab_parent' => '',
  31001. 'tab_root' => 'admin/config/media/image-styles/edit/%/effects/%',
  31002. 'title' => 'Edit image effect',
  31003. 'title_callback' => 't',
  31004. 'title_arguments' => '',
  31005. 'theme_callback' => '',
  31006. 'theme_arguments' => 'a:0:{}',
  31007. 'type' => '6',
  31008. 'description' => 'Edit an existing effect within a style.',
  31009. 'position' => '',
  31010. 'weight' => '0',
  31011. 'include_file' => 'modules/image/image.admin.inc',
  31012. ))
  31013. ->values(array(
  31014. 'path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
  31015. 'load_functions' => 'a:2:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;i:5;i:1;s:1:"3";}}i:7;a:1:{s:17:"image_effect_load";a:2:{i:0;i:5;i:1;s:1:"3";}}}',
  31016. 'to_arg_functions' => '',
  31017. 'access_callback' => 'user_access',
  31018. 'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
  31019. 'page_callback' => 'drupal_get_form',
  31020. 'page_arguments' => 'a:3:{i:0;s:24:"image_effect_delete_form";i:1;i:5;i:2;i:7;}',
  31021. 'delivery_callback' => '',
  31022. 'fit' => '501',
  31023. 'number_parts' => '9',
  31024. 'context' => '0',
  31025. 'tab_parent' => '',
  31026. 'tab_root' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
  31027. 'title' => 'Delete image effect',
  31028. 'title_callback' => 't',
  31029. 'title_arguments' => '',
  31030. 'theme_callback' => '',
  31031. 'theme_arguments' => 'a:0:{}',
  31032. 'type' => '6',
  31033. 'description' => 'Delete an existing effect from a style.',
  31034. 'position' => '',
  31035. 'weight' => '0',
  31036. 'include_file' => 'modules/image/image.admin.inc',
  31037. ))
  31038. ->values(array(
  31039. 'path' => 'admin/config/media/image-styles/list',
  31040. 'load_functions' => '',
  31041. 'to_arg_functions' => '',
  31042. 'access_callback' => 'user_access',
  31043. 'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
  31044. 'page_callback' => 'image_style_list',
  31045. 'page_arguments' => 'a:0:{}',
  31046. 'delivery_callback' => '',
  31047. 'fit' => '31',
  31048. 'number_parts' => '5',
  31049. 'context' => '1',
  31050. 'tab_parent' => 'admin/config/media/image-styles',
  31051. 'tab_root' => 'admin/config/media/image-styles',
  31052. 'title' => 'List',
  31053. 'title_callback' => 't',
  31054. 'title_arguments' => '',
  31055. 'theme_callback' => '',
  31056. 'theme_arguments' => 'a:0:{}',
  31057. 'type' => '140',
  31058. 'description' => 'List the current image styles on the site.',
  31059. 'position' => '',
  31060. 'weight' => '1',
  31061. 'include_file' => 'modules/image/image.admin.inc',
  31062. ))
  31063. ->values(array(
  31064. 'path' => 'admin/config/media/image-styles/revert/%',
  31065. 'load_functions' => 'a:1:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;N;i:1;s:1:"2";}}}',
  31066. 'to_arg_functions' => '',
  31067. 'access_callback' => 'user_access',
  31068. 'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
  31069. 'page_callback' => 'drupal_get_form',
  31070. 'page_arguments' => 'a:2:{i:0;s:23:"image_style_revert_form";i:1;i:5;}',
  31071. 'delivery_callback' => '',
  31072. 'fit' => '62',
  31073. 'number_parts' => '6',
  31074. 'context' => '0',
  31075. 'tab_parent' => '',
  31076. 'tab_root' => 'admin/config/media/image-styles/revert/%',
  31077. 'title' => 'Revert style',
  31078. 'title_callback' => 't',
  31079. 'title_arguments' => '',
  31080. 'theme_callback' => '',
  31081. 'theme_arguments' => 'a:0:{}',
  31082. 'type' => '6',
  31083. 'description' => 'Revert an image style.',
  31084. 'position' => '',
  31085. 'weight' => '0',
  31086. 'include_file' => 'modules/image/image.admin.inc',
  31087. ))
  31088. ->values(array(
  31089. 'path' => 'admin/config/media/image-toolkit',
  31090. 'load_functions' => '',
  31091. 'to_arg_functions' => '',
  31092. 'access_callback' => 'user_access',
  31093. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  31094. 'page_callback' => 'drupal_get_form',
  31095. 'page_arguments' => 'a:1:{i:0;s:29:"system_image_toolkit_settings";}',
  31096. 'delivery_callback' => '',
  31097. 'fit' => '15',
  31098. 'number_parts' => '4',
  31099. 'context' => '0',
  31100. 'tab_parent' => '',
  31101. 'tab_root' => 'admin/config/media/image-toolkit',
  31102. 'title' => 'Image toolkit',
  31103. 'title_callback' => 't',
  31104. 'title_arguments' => '',
  31105. 'theme_callback' => '',
  31106. 'theme_arguments' => 'a:0:{}',
  31107. 'type' => '6',
  31108. 'description' => 'Choose which image toolkit to use if you have installed optional toolkits.',
  31109. 'position' => '',
  31110. 'weight' => '20',
  31111. 'include_file' => 'modules/system/system.admin.inc',
  31112. ))
  31113. ->values(array(
  31114. 'path' => 'admin/config/people',
  31115. 'load_functions' => '',
  31116. 'to_arg_functions' => '',
  31117. 'access_callback' => 'user_access',
  31118. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  31119. 'page_callback' => 'system_admin_menu_block_page',
  31120. 'page_arguments' => 'a:0:{}',
  31121. 'delivery_callback' => '',
  31122. 'fit' => '7',
  31123. 'number_parts' => '3',
  31124. 'context' => '0',
  31125. 'tab_parent' => '',
  31126. 'tab_root' => 'admin/config/people',
  31127. 'title' => 'People',
  31128. 'title_callback' => 't',
  31129. 'title_arguments' => '',
  31130. 'theme_callback' => '',
  31131. 'theme_arguments' => 'a:0:{}',
  31132. 'type' => '6',
  31133. 'description' => 'Configure user accounts.',
  31134. 'position' => 'left',
  31135. 'weight' => '-20',
  31136. 'include_file' => 'modules/system/system.admin.inc',
  31137. ))
  31138. ->values(array(
  31139. 'path' => 'admin/config/people/accounts',
  31140. 'load_functions' => '',
  31141. 'to_arg_functions' => '',
  31142. 'access_callback' => 'user_access',
  31143. 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
  31144. 'page_callback' => 'drupal_get_form',
  31145. 'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}',
  31146. 'delivery_callback' => '',
  31147. 'fit' => '15',
  31148. 'number_parts' => '4',
  31149. 'context' => '0',
  31150. 'tab_parent' => '',
  31151. 'tab_root' => 'admin/config/people/accounts',
  31152. 'title' => 'Account settings',
  31153. 'title_callback' => 't',
  31154. 'title_arguments' => '',
  31155. 'theme_callback' => '',
  31156. 'theme_arguments' => 'a:0:{}',
  31157. 'type' => '6',
  31158. 'description' => 'Configure default behavior of users, including registration requirements, e-mails, fields, and user pictures.',
  31159. 'position' => '',
  31160. 'weight' => '-10',
  31161. 'include_file' => 'modules/user/user.admin.inc',
  31162. ))
  31163. ->values(array(
  31164. 'path' => 'admin/config/people/accounts/display',
  31165. 'load_functions' => '',
  31166. 'to_arg_functions' => '',
  31167. 'access_callback' => 'user_access',
  31168. 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
  31169. 'page_callback' => 'drupal_get_form',
  31170. 'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:4:"user";i:2;s:4:"user";i:3;s:7:"default";}',
  31171. 'delivery_callback' => '',
  31172. 'fit' => '31',
  31173. 'number_parts' => '5',
  31174. 'context' => '1',
  31175. 'tab_parent' => 'admin/config/people/accounts',
  31176. 'tab_root' => 'admin/config/people/accounts',
  31177. 'title' => 'Manage display',
  31178. 'title_callback' => 't',
  31179. 'title_arguments' => '',
  31180. 'theme_callback' => '',
  31181. 'theme_arguments' => 'a:0:{}',
  31182. 'type' => '132',
  31183. 'description' => '',
  31184. 'position' => '',
  31185. 'weight' => '2',
  31186. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  31187. ))
  31188. ->values(array(
  31189. 'path' => 'admin/config/people/accounts/display/default',
  31190. 'load_functions' => '',
  31191. 'to_arg_functions' => '',
  31192. 'access_callback' => '_field_ui_view_mode_menu_access',
  31193. 'access_arguments' => 'a:5:{i:0;s:4:"user";i:1;s:4:"user";i:2;s:7:"default";i:3;s:11:"user_access";i:4;s:16:"administer users";}',
  31194. 'page_callback' => 'drupal_get_form',
  31195. 'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:4:"user";i:2;s:4:"user";i:3;s:7:"default";}',
  31196. 'delivery_callback' => '',
  31197. 'fit' => '63',
  31198. 'number_parts' => '6',
  31199. 'context' => '1',
  31200. 'tab_parent' => 'admin/config/people/accounts/display',
  31201. 'tab_root' => 'admin/config/people/accounts',
  31202. 'title' => 'Default',
  31203. 'title_callback' => 't',
  31204. 'title_arguments' => '',
  31205. 'theme_callback' => '',
  31206. 'theme_arguments' => 'a:0:{}',
  31207. 'type' => '140',
  31208. 'description' => '',
  31209. 'position' => '',
  31210. 'weight' => '-10',
  31211. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  31212. ))
  31213. ->values(array(
  31214. 'path' => 'admin/config/people/accounts/display/full',
  31215. 'load_functions' => '',
  31216. 'to_arg_functions' => '',
  31217. 'access_callback' => '_field_ui_view_mode_menu_access',
  31218. 'access_arguments' => 'a:5:{i:0;s:4:"user";i:1;s:4:"user";i:2;s:4:"full";i:3;s:11:"user_access";i:4;s:16:"administer users";}',
  31219. 'page_callback' => 'drupal_get_form',
  31220. 'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:4:"user";i:2;s:4:"user";i:3;s:4:"full";}',
  31221. 'delivery_callback' => '',
  31222. 'fit' => '63',
  31223. 'number_parts' => '6',
  31224. 'context' => '1',
  31225. 'tab_parent' => 'admin/config/people/accounts/display',
  31226. 'tab_root' => 'admin/config/people/accounts',
  31227. 'title' => 'User account',
  31228. 'title_callback' => 't',
  31229. 'title_arguments' => '',
  31230. 'theme_callback' => '',
  31231. 'theme_arguments' => 'a:0:{}',
  31232. 'type' => '132',
  31233. 'description' => '',
  31234. 'position' => '',
  31235. 'weight' => '0',
  31236. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  31237. ))
  31238. ->values(array(
  31239. 'path' => 'admin/config/people/accounts/fields',
  31240. 'load_functions' => '',
  31241. 'to_arg_functions' => '',
  31242. 'access_callback' => 'user_access',
  31243. 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
  31244. 'page_callback' => 'drupal_get_form',
  31245. 'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:4:"user";i:2;s:4:"user";}',
  31246. 'delivery_callback' => '',
  31247. 'fit' => '31',
  31248. 'number_parts' => '5',
  31249. 'context' => '1',
  31250. 'tab_parent' => 'admin/config/people/accounts',
  31251. 'tab_root' => 'admin/config/people/accounts',
  31252. 'title' => 'Manage fields',
  31253. 'title_callback' => 't',
  31254. 'title_arguments' => '',
  31255. 'theme_callback' => '',
  31256. 'theme_arguments' => 'a:0:{}',
  31257. 'type' => '132',
  31258. 'description' => '',
  31259. 'position' => '',
  31260. 'weight' => '1',
  31261. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  31262. ))
  31263. ->values(array(
  31264. 'path' => 'admin/config/people/accounts/fields/%',
  31265. 'load_functions' => 'a:1:{i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"user";i:1;s:4:"user";i:2;s:1:"0";i:3;s:4:"%map";}}}',
  31266. 'to_arg_functions' => '',
  31267. 'access_callback' => 'user_access',
  31268. 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
  31269. 'page_callback' => 'drupal_get_form',
  31270. 'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
  31271. 'delivery_callback' => '',
  31272. 'fit' => '62',
  31273. 'number_parts' => '6',
  31274. 'context' => '0',
  31275. 'tab_parent' => '',
  31276. 'tab_root' => 'admin/config/people/accounts/fields/%',
  31277. 'title' => '',
  31278. 'title_callback' => 'field_ui_menu_title',
  31279. 'title_arguments' => 'a:1:{i:0;i:5;}',
  31280. 'theme_callback' => '',
  31281. 'theme_arguments' => 'a:0:{}',
  31282. 'type' => '6',
  31283. 'description' => '',
  31284. 'position' => '',
  31285. 'weight' => '0',
  31286. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  31287. ))
  31288. ->values(array(
  31289. 'path' => 'admin/config/people/accounts/fields/%/delete',
  31290. 'load_functions' => 'a:1:{i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"user";i:1;s:4:"user";i:2;s:1:"0";i:3;s:4:"%map";}}}',
  31291. 'to_arg_functions' => '',
  31292. 'access_callback' => 'user_access',
  31293. 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
  31294. 'page_callback' => 'drupal_get_form',
  31295. 'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:5;}',
  31296. 'delivery_callback' => '',
  31297. 'fit' => '125',
  31298. 'number_parts' => '7',
  31299. 'context' => '1',
  31300. 'tab_parent' => 'admin/config/people/accounts/fields/%',
  31301. 'tab_root' => 'admin/config/people/accounts/fields/%',
  31302. 'title' => 'Delete',
  31303. 'title_callback' => 't',
  31304. 'title_arguments' => '',
  31305. 'theme_callback' => '',
  31306. 'theme_arguments' => 'a:0:{}',
  31307. 'type' => '132',
  31308. 'description' => '',
  31309. 'position' => '',
  31310. 'weight' => '10',
  31311. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  31312. ))
  31313. ->values(array(
  31314. 'path' => 'admin/config/people/accounts/fields/%/edit',
  31315. 'load_functions' => 'a:1:{i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"user";i:1;s:4:"user";i:2;s:1:"0";i:3;s:4:"%map";}}}',
  31316. 'to_arg_functions' => '',
  31317. 'access_callback' => 'user_access',
  31318. 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
  31319. 'page_callback' => 'drupal_get_form',
  31320. 'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
  31321. 'delivery_callback' => '',
  31322. 'fit' => '125',
  31323. 'number_parts' => '7',
  31324. 'context' => '1',
  31325. 'tab_parent' => 'admin/config/people/accounts/fields/%',
  31326. 'tab_root' => 'admin/config/people/accounts/fields/%',
  31327. 'title' => 'Edit',
  31328. 'title_callback' => 't',
  31329. 'title_arguments' => '',
  31330. 'theme_callback' => '',
  31331. 'theme_arguments' => 'a:0:{}',
  31332. 'type' => '140',
  31333. 'description' => '',
  31334. 'position' => '',
  31335. 'weight' => '0',
  31336. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  31337. ))
  31338. ->values(array(
  31339. 'path' => 'admin/config/people/accounts/fields/%/field-settings',
  31340. 'load_functions' => 'a:1:{i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"user";i:1;s:4:"user";i:2;s:1:"0";i:3;s:4:"%map";}}}',
  31341. 'to_arg_functions' => '',
  31342. 'access_callback' => 'user_access',
  31343. 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
  31344. 'page_callback' => 'drupal_get_form',
  31345. 'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:5;}',
  31346. 'delivery_callback' => '',
  31347. 'fit' => '125',
  31348. 'number_parts' => '7',
  31349. 'context' => '1',
  31350. 'tab_parent' => 'admin/config/people/accounts/fields/%',
  31351. 'tab_root' => 'admin/config/people/accounts/fields/%',
  31352. 'title' => 'Field settings',
  31353. 'title_callback' => 't',
  31354. 'title_arguments' => '',
  31355. 'theme_callback' => '',
  31356. 'theme_arguments' => 'a:0:{}',
  31357. 'type' => '132',
  31358. 'description' => '',
  31359. 'position' => '',
  31360. 'weight' => '0',
  31361. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  31362. ))
  31363. ->values(array(
  31364. 'path' => 'admin/config/people/accounts/fields/%/widget-type',
  31365. 'load_functions' => 'a:1:{i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"user";i:1;s:4:"user";i:2;s:1:"0";i:3;s:4:"%map";}}}',
  31366. 'to_arg_functions' => '',
  31367. 'access_callback' => 'user_access',
  31368. 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
  31369. 'page_callback' => 'drupal_get_form',
  31370. 'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:5;}',
  31371. 'delivery_callback' => '',
  31372. 'fit' => '125',
  31373. 'number_parts' => '7',
  31374. 'context' => '1',
  31375. 'tab_parent' => 'admin/config/people/accounts/fields/%',
  31376. 'tab_root' => 'admin/config/people/accounts/fields/%',
  31377. 'title' => 'Widget type',
  31378. 'title_callback' => 't',
  31379. 'title_arguments' => '',
  31380. 'theme_callback' => '',
  31381. 'theme_arguments' => 'a:0:{}',
  31382. 'type' => '132',
  31383. 'description' => '',
  31384. 'position' => '',
  31385. 'weight' => '0',
  31386. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  31387. ))
  31388. ->values(array(
  31389. 'path' => 'admin/config/people/accounts/settings',
  31390. 'load_functions' => '',
  31391. 'to_arg_functions' => '',
  31392. 'access_callback' => 'user_access',
  31393. 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
  31394. 'page_callback' => 'drupal_get_form',
  31395. 'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}',
  31396. 'delivery_callback' => '',
  31397. 'fit' => '31',
  31398. 'number_parts' => '5',
  31399. 'context' => '1',
  31400. 'tab_parent' => 'admin/config/people/accounts',
  31401. 'tab_root' => 'admin/config/people/accounts',
  31402. 'title' => 'Settings',
  31403. 'title_callback' => 't',
  31404. 'title_arguments' => '',
  31405. 'theme_callback' => '',
  31406. 'theme_arguments' => 'a:0:{}',
  31407. 'type' => '140',
  31408. 'description' => '',
  31409. 'position' => '',
  31410. 'weight' => '-10',
  31411. 'include_file' => 'modules/user/user.admin.inc',
  31412. ))
  31413. ->values(array(
  31414. 'path' => 'admin/config/people/ip-blocking',
  31415. 'load_functions' => '',
  31416. 'to_arg_functions' => '',
  31417. 'access_callback' => 'user_access',
  31418. 'access_arguments' => 'a:1:{i:0;s:18:"block IP addresses";}',
  31419. 'page_callback' => 'system_ip_blocking',
  31420. 'page_arguments' => 'a:0:{}',
  31421. 'delivery_callback' => '',
  31422. 'fit' => '15',
  31423. 'number_parts' => '4',
  31424. 'context' => '0',
  31425. 'tab_parent' => '',
  31426. 'tab_root' => 'admin/config/people/ip-blocking',
  31427. 'title' => 'IP address blocking',
  31428. 'title_callback' => 't',
  31429. 'title_arguments' => '',
  31430. 'theme_callback' => '',
  31431. 'theme_arguments' => 'a:0:{}',
  31432. 'type' => '6',
  31433. 'description' => 'Manage blocked IP addresses.',
  31434. 'position' => '',
  31435. 'weight' => '10',
  31436. 'include_file' => 'modules/system/system.admin.inc',
  31437. ))
  31438. ->values(array(
  31439. 'path' => 'admin/config/people/ip-blocking/delete/%',
  31440. 'load_functions' => 'a:1:{i:5;s:15:"blocked_ip_load";}',
  31441. 'to_arg_functions' => '',
  31442. 'access_callback' => 'user_access',
  31443. 'access_arguments' => 'a:1:{i:0;s:18:"block IP addresses";}',
  31444. 'page_callback' => 'drupal_get_form',
  31445. 'page_arguments' => 'a:2:{i:0;s:25:"system_ip_blocking_delete";i:1;i:5;}',
  31446. 'delivery_callback' => '',
  31447. 'fit' => '62',
  31448. 'number_parts' => '6',
  31449. 'context' => '0',
  31450. 'tab_parent' => '',
  31451. 'tab_root' => 'admin/config/people/ip-blocking/delete/%',
  31452. 'title' => 'Delete IP address',
  31453. 'title_callback' => 't',
  31454. 'title_arguments' => '',
  31455. 'theme_callback' => '',
  31456. 'theme_arguments' => 'a:0:{}',
  31457. 'type' => '6',
  31458. 'description' => '',
  31459. 'position' => '',
  31460. 'weight' => '0',
  31461. 'include_file' => 'modules/system/system.admin.inc',
  31462. ))
  31463. ->values(array(
  31464. 'path' => 'admin/config/regional',
  31465. 'load_functions' => '',
  31466. 'to_arg_functions' => '',
  31467. 'access_callback' => 'user_access',
  31468. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  31469. 'page_callback' => 'system_admin_menu_block_page',
  31470. 'page_arguments' => 'a:0:{}',
  31471. 'delivery_callback' => '',
  31472. 'fit' => '7',
  31473. 'number_parts' => '3',
  31474. 'context' => '0',
  31475. 'tab_parent' => '',
  31476. 'tab_root' => 'admin/config/regional',
  31477. 'title' => 'Regional and language',
  31478. 'title_callback' => 't',
  31479. 'title_arguments' => '',
  31480. 'theme_callback' => '',
  31481. 'theme_arguments' => 'a:0:{}',
  31482. 'type' => '6',
  31483. 'description' => 'Regional settings, localization and translation.',
  31484. 'position' => 'left',
  31485. 'weight' => '-5',
  31486. 'include_file' => 'modules/system/system.admin.inc',
  31487. ))
  31488. ->values(array(
  31489. 'path' => 'admin/config/regional/date-time',
  31490. 'load_functions' => '',
  31491. 'to_arg_functions' => '',
  31492. 'access_callback' => 'user_access',
  31493. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  31494. 'page_callback' => 'drupal_get_form',
  31495. 'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}',
  31496. 'delivery_callback' => '',
  31497. 'fit' => '15',
  31498. 'number_parts' => '4',
  31499. 'context' => '0',
  31500. 'tab_parent' => '',
  31501. 'tab_root' => 'admin/config/regional/date-time',
  31502. 'title' => 'Date and time',
  31503. 'title_callback' => 't',
  31504. 'title_arguments' => '',
  31505. 'theme_callback' => '',
  31506. 'theme_arguments' => 'a:0:{}',
  31507. 'type' => '6',
  31508. 'description' => 'Configure display formats for date and time.',
  31509. 'position' => '',
  31510. 'weight' => '-15',
  31511. 'include_file' => 'modules/system/system.admin.inc',
  31512. ))
  31513. ->values(array(
  31514. 'path' => 'admin/config/regional/date-time/formats',
  31515. 'load_functions' => '',
  31516. 'to_arg_functions' => '',
  31517. 'access_callback' => 'user_access',
  31518. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  31519. 'page_callback' => 'system_date_time_formats',
  31520. 'page_arguments' => 'a:0:{}',
  31521. 'delivery_callback' => '',
  31522. 'fit' => '31',
  31523. 'number_parts' => '5',
  31524. 'context' => '1',
  31525. 'tab_parent' => 'admin/config/regional/date-time',
  31526. 'tab_root' => 'admin/config/regional/date-time',
  31527. 'title' => 'Formats',
  31528. 'title_callback' => 't',
  31529. 'title_arguments' => '',
  31530. 'theme_callback' => '',
  31531. 'theme_arguments' => 'a:0:{}',
  31532. 'type' => '132',
  31533. 'description' => 'Configure display format strings for date and time.',
  31534. 'position' => '',
  31535. 'weight' => '-9',
  31536. 'include_file' => 'modules/system/system.admin.inc',
  31537. ))
  31538. ->values(array(
  31539. 'path' => 'admin/config/regional/date-time/formats/%/delete',
  31540. 'load_functions' => 'a:1:{i:5;N;}',
  31541. 'to_arg_functions' => '',
  31542. 'access_callback' => 'user_access',
  31543. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  31544. 'page_callback' => 'drupal_get_form',
  31545. 'page_arguments' => 'a:2:{i:0;s:30:"system_date_delete_format_form";i:1;i:5;}',
  31546. 'delivery_callback' => '',
  31547. 'fit' => '125',
  31548. 'number_parts' => '7',
  31549. 'context' => '0',
  31550. 'tab_parent' => '',
  31551. 'tab_root' => 'admin/config/regional/date-time/formats/%/delete',
  31552. 'title' => 'Delete date format',
  31553. 'title_callback' => 't',
  31554. 'title_arguments' => '',
  31555. 'theme_callback' => '',
  31556. 'theme_arguments' => 'a:0:{}',
  31557. 'type' => '6',
  31558. 'description' => 'Allow users to delete a configured date format.',
  31559. 'position' => '',
  31560. 'weight' => '0',
  31561. 'include_file' => 'modules/system/system.admin.inc',
  31562. ))
  31563. ->values(array(
  31564. 'path' => 'admin/config/regional/date-time/formats/%/edit',
  31565. 'load_functions' => 'a:1:{i:5;N;}',
  31566. 'to_arg_functions' => '',
  31567. 'access_callback' => 'user_access',
  31568. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  31569. 'page_callback' => 'drupal_get_form',
  31570. 'page_arguments' => 'a:2:{i:0;s:34:"system_configure_date_formats_form";i:1;i:5;}',
  31571. 'delivery_callback' => '',
  31572. 'fit' => '125',
  31573. 'number_parts' => '7',
  31574. 'context' => '0',
  31575. 'tab_parent' => '',
  31576. 'tab_root' => 'admin/config/regional/date-time/formats/%/edit',
  31577. 'title' => 'Edit date format',
  31578. 'title_callback' => 't',
  31579. 'title_arguments' => '',
  31580. 'theme_callback' => '',
  31581. 'theme_arguments' => 'a:0:{}',
  31582. 'type' => '6',
  31583. 'description' => 'Allow users to edit a configured date format.',
  31584. 'position' => '',
  31585. 'weight' => '0',
  31586. 'include_file' => 'modules/system/system.admin.inc',
  31587. ))
  31588. ->values(array(
  31589. 'path' => 'admin/config/regional/date-time/formats/add',
  31590. 'load_functions' => '',
  31591. 'to_arg_functions' => '',
  31592. 'access_callback' => 'user_access',
  31593. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  31594. 'page_callback' => 'drupal_get_form',
  31595. 'page_arguments' => 'a:1:{i:0;s:34:"system_configure_date_formats_form";}',
  31596. 'delivery_callback' => '',
  31597. 'fit' => '63',
  31598. 'number_parts' => '6',
  31599. 'context' => '1',
  31600. 'tab_parent' => 'admin/config/regional/date-time/formats',
  31601. 'tab_root' => 'admin/config/regional/date-time',
  31602. 'title' => 'Add format',
  31603. 'title_callback' => 't',
  31604. 'title_arguments' => '',
  31605. 'theme_callback' => '',
  31606. 'theme_arguments' => 'a:0:{}',
  31607. 'type' => '388',
  31608. 'description' => 'Allow users to add additional date formats.',
  31609. 'position' => '',
  31610. 'weight' => '-10',
  31611. 'include_file' => 'modules/system/system.admin.inc',
  31612. ))
  31613. ->values(array(
  31614. 'path' => 'admin/config/regional/date-time/formats/lookup',
  31615. 'load_functions' => '',
  31616. 'to_arg_functions' => '',
  31617. 'access_callback' => 'user_access',
  31618. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  31619. 'page_callback' => 'system_date_time_lookup',
  31620. 'page_arguments' => 'a:0:{}',
  31621. 'delivery_callback' => '',
  31622. 'fit' => '63',
  31623. 'number_parts' => '6',
  31624. 'context' => '0',
  31625. 'tab_parent' => '',
  31626. 'tab_root' => 'admin/config/regional/date-time/formats/lookup',
  31627. 'title' => 'Date and time lookup',
  31628. 'title_callback' => 't',
  31629. 'title_arguments' => '',
  31630. 'theme_callback' => '',
  31631. 'theme_arguments' => 'a:0:{}',
  31632. 'type' => '0',
  31633. 'description' => '',
  31634. 'position' => '',
  31635. 'weight' => '0',
  31636. 'include_file' => 'modules/system/system.admin.inc',
  31637. ))
  31638. ->values(array(
  31639. 'path' => 'admin/config/regional/date-time/locale',
  31640. 'load_functions' => '',
  31641. 'to_arg_functions' => '',
  31642. 'access_callback' => 'user_access',
  31643. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  31644. 'page_callback' => 'locale_date_format_language_overview_page',
  31645. 'page_arguments' => 'a:0:{}',
  31646. 'delivery_callback' => '',
  31647. 'fit' => '31',
  31648. 'number_parts' => '5',
  31649. 'context' => '1',
  31650. 'tab_parent' => 'admin/config/regional/date-time',
  31651. 'tab_root' => 'admin/config/regional/date-time',
  31652. 'title' => 'Localize',
  31653. 'title_callback' => 't',
  31654. 'title_arguments' => '',
  31655. 'theme_callback' => '',
  31656. 'theme_arguments' => 'a:0:{}',
  31657. 'type' => '132',
  31658. 'description' => 'Configure date formats for each locale',
  31659. 'position' => '',
  31660. 'weight' => '-8',
  31661. 'include_file' => 'modules/locale/locale.admin.inc',
  31662. ))
  31663. ->values(array(
  31664. 'path' => 'admin/config/regional/date-time/locale/%/edit',
  31665. 'load_functions' => 'a:1:{i:5;N;}',
  31666. 'to_arg_functions' => '',
  31667. 'access_callback' => 'user_access',
  31668. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  31669. 'page_callback' => 'drupal_get_form',
  31670. 'page_arguments' => 'a:2:{i:0;s:23:"locale_date_format_form";i:1;i:5;}',
  31671. 'delivery_callback' => '',
  31672. 'fit' => '125',
  31673. 'number_parts' => '7',
  31674. 'context' => '0',
  31675. 'tab_parent' => '',
  31676. 'tab_root' => 'admin/config/regional/date-time/locale/%/edit',
  31677. 'title' => 'Localize date formats',
  31678. 'title_callback' => 't',
  31679. 'title_arguments' => '',
  31680. 'theme_callback' => '',
  31681. 'theme_arguments' => 'a:0:{}',
  31682. 'type' => '6',
  31683. 'description' => 'Configure date formats for each locale',
  31684. 'position' => '',
  31685. 'weight' => '0',
  31686. 'include_file' => 'modules/locale/locale.admin.inc',
  31687. ))
  31688. ->values(array(
  31689. 'path' => 'admin/config/regional/date-time/locale/%/reset',
  31690. 'load_functions' => 'a:1:{i:5;N;}',
  31691. 'to_arg_functions' => '',
  31692. 'access_callback' => 'user_access',
  31693. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  31694. 'page_callback' => 'drupal_get_form',
  31695. 'page_arguments' => 'a:2:{i:0;s:29:"locale_date_format_reset_form";i:1;i:5;}',
  31696. 'delivery_callback' => '',
  31697. 'fit' => '125',
  31698. 'number_parts' => '7',
  31699. 'context' => '0',
  31700. 'tab_parent' => '',
  31701. 'tab_root' => 'admin/config/regional/date-time/locale/%/reset',
  31702. 'title' => 'Reset date formats',
  31703. 'title_callback' => 't',
  31704. 'title_arguments' => '',
  31705. 'theme_callback' => '',
  31706. 'theme_arguments' => 'a:0:{}',
  31707. 'type' => '6',
  31708. 'description' => 'Reset localized date formats to global defaults',
  31709. 'position' => '',
  31710. 'weight' => '0',
  31711. 'include_file' => 'modules/locale/locale.admin.inc',
  31712. ))
  31713. ->values(array(
  31714. 'path' => 'admin/config/regional/date-time/types',
  31715. 'load_functions' => '',
  31716. 'to_arg_functions' => '',
  31717. 'access_callback' => 'user_access',
  31718. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  31719. 'page_callback' => 'drupal_get_form',
  31720. 'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}',
  31721. 'delivery_callback' => '',
  31722. 'fit' => '31',
  31723. 'number_parts' => '5',
  31724. 'context' => '1',
  31725. 'tab_parent' => 'admin/config/regional/date-time',
  31726. 'tab_root' => 'admin/config/regional/date-time',
  31727. 'title' => 'Types',
  31728. 'title_callback' => 't',
  31729. 'title_arguments' => '',
  31730. 'theme_callback' => '',
  31731. 'theme_arguments' => 'a:0:{}',
  31732. 'type' => '140',
  31733. 'description' => 'Configure display formats for date and time.',
  31734. 'position' => '',
  31735. 'weight' => '-10',
  31736. 'include_file' => 'modules/system/system.admin.inc',
  31737. ))
  31738. ->values(array(
  31739. 'path' => 'admin/config/regional/date-time/types/%/delete',
  31740. 'load_functions' => 'a:1:{i:5;N;}',
  31741. 'to_arg_functions' => '',
  31742. 'access_callback' => 'user_access',
  31743. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  31744. 'page_callback' => 'drupal_get_form',
  31745. 'page_arguments' => 'a:2:{i:0;s:35:"system_delete_date_format_type_form";i:1;i:5;}',
  31746. 'delivery_callback' => '',
  31747. 'fit' => '125',
  31748. 'number_parts' => '7',
  31749. 'context' => '0',
  31750. 'tab_parent' => '',
  31751. 'tab_root' => 'admin/config/regional/date-time/types/%/delete',
  31752. 'title' => 'Delete date type',
  31753. 'title_callback' => 't',
  31754. 'title_arguments' => '',
  31755. 'theme_callback' => '',
  31756. 'theme_arguments' => 'a:0:{}',
  31757. 'type' => '6',
  31758. 'description' => 'Allow users to delete a configured date type.',
  31759. 'position' => '',
  31760. 'weight' => '0',
  31761. 'include_file' => 'modules/system/system.admin.inc',
  31762. ))
  31763. ->values(array(
  31764. 'path' => 'admin/config/regional/date-time/types/add',
  31765. 'load_functions' => '',
  31766. 'to_arg_functions' => '',
  31767. 'access_callback' => 'user_access',
  31768. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  31769. 'page_callback' => 'drupal_get_form',
  31770. 'page_arguments' => 'a:1:{i:0;s:32:"system_add_date_format_type_form";}',
  31771. 'delivery_callback' => '',
  31772. 'fit' => '63',
  31773. 'number_parts' => '6',
  31774. 'context' => '1',
  31775. 'tab_parent' => 'admin/config/regional/date-time/types',
  31776. 'tab_root' => 'admin/config/regional/date-time',
  31777. 'title' => 'Add date type',
  31778. 'title_callback' => 't',
  31779. 'title_arguments' => '',
  31780. 'theme_callback' => '',
  31781. 'theme_arguments' => 'a:0:{}',
  31782. 'type' => '388',
  31783. 'description' => 'Add new date type.',
  31784. 'position' => '',
  31785. 'weight' => '-10',
  31786. 'include_file' => 'modules/system/system.admin.inc',
  31787. ))
  31788. ->values(array(
  31789. 'path' => 'admin/config/regional/entity_translation',
  31790. 'load_functions' => '',
  31791. 'to_arg_functions' => '',
  31792. 'access_callback' => 'user_access',
  31793. 'access_arguments' => 'a:1:{i:0;s:29:"administer entity translation";}',
  31794. 'page_callback' => 'drupal_get_form',
  31795. 'page_arguments' => 'a:1:{i:0;s:29:"entity_translation_admin_form";}',
  31796. 'delivery_callback' => '',
  31797. 'fit' => '15',
  31798. 'number_parts' => '4',
  31799. 'context' => '0',
  31800. 'tab_parent' => '',
  31801. 'tab_root' => 'admin/config/regional/entity_translation',
  31802. 'title' => 'Entity translation',
  31803. 'title_callback' => 't',
  31804. 'title_arguments' => '',
  31805. 'theme_callback' => '',
  31806. 'theme_arguments' => 'a:0:{}',
  31807. 'type' => '6',
  31808. 'description' => 'Configure which entities can be translated and enable or disable language fallback.',
  31809. 'position' => '',
  31810. 'weight' => '0',
  31811. 'include_file' => 'sites/all/modules/entity_translation/entity_translation.admin.inc',
  31812. ))
  31813. ->values(array(
  31814. 'path' => 'admin/config/regional/language',
  31815. 'load_functions' => '',
  31816. 'to_arg_functions' => '',
  31817. 'access_callback' => 'user_access',
  31818. 'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
  31819. 'page_callback' => 'drupal_get_form',
  31820. 'page_arguments' => 'a:1:{i:0;s:30:"locale_languages_overview_form";}',
  31821. 'delivery_callback' => '',
  31822. 'fit' => '15',
  31823. 'number_parts' => '4',
  31824. 'context' => '0',
  31825. 'tab_parent' => '',
  31826. 'tab_root' => 'admin/config/regional/language',
  31827. 'title' => 'Languages',
  31828. 'title_callback' => 't',
  31829. 'title_arguments' => '',
  31830. 'theme_callback' => '',
  31831. 'theme_arguments' => 'a:0:{}',
  31832. 'type' => '6',
  31833. 'description' => 'Configure languages for content and the user interface.',
  31834. 'position' => '',
  31835. 'weight' => '-10',
  31836. 'include_file' => 'modules/locale/locale.admin.inc',
  31837. ))
  31838. ->values(array(
  31839. 'path' => 'admin/config/regional/language/add',
  31840. 'load_functions' => '',
  31841. 'to_arg_functions' => '',
  31842. 'access_callback' => 'user_access',
  31843. 'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
  31844. 'page_callback' => 'locale_languages_add_screen',
  31845. 'page_arguments' => 'a:0:{}',
  31846. 'delivery_callback' => '',
  31847. 'fit' => '31',
  31848. 'number_parts' => '5',
  31849. 'context' => '1',
  31850. 'tab_parent' => 'admin/config/regional/language',
  31851. 'tab_root' => 'admin/config/regional/language',
  31852. 'title' => 'Add language',
  31853. 'title_callback' => 't',
  31854. 'title_arguments' => '',
  31855. 'theme_callback' => '',
  31856. 'theme_arguments' => 'a:0:{}',
  31857. 'type' => '388',
  31858. 'description' => '',
  31859. 'position' => '',
  31860. 'weight' => '5',
  31861. 'include_file' => 'modules/locale/locale.admin.inc',
  31862. ))
  31863. ->values(array(
  31864. 'path' => 'admin/config/regional/language/configure',
  31865. 'load_functions' => '',
  31866. 'to_arg_functions' => '',
  31867. 'access_callback' => 'user_access',
  31868. 'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
  31869. 'page_callback' => 'drupal_get_form',
  31870. 'page_arguments' => 'a:1:{i:0;s:31:"locale_languages_configure_form";}',
  31871. 'delivery_callback' => '',
  31872. 'fit' => '31',
  31873. 'number_parts' => '5',
  31874. 'context' => '1',
  31875. 'tab_parent' => 'admin/config/regional/language',
  31876. 'tab_root' => 'admin/config/regional/language',
  31877. 'title' => 'Detection and selection',
  31878. 'title_callback' => 't',
  31879. 'title_arguments' => '',
  31880. 'theme_callback' => '',
  31881. 'theme_arguments' => 'a:0:{}',
  31882. 'type' => '132',
  31883. 'description' => '',
  31884. 'position' => '',
  31885. 'weight' => '10',
  31886. 'include_file' => 'modules/locale/locale.admin.inc',
  31887. ))
  31888. ->values(array(
  31889. 'path' => 'admin/config/regional/language/configure/session',
  31890. 'load_functions' => '',
  31891. 'to_arg_functions' => '',
  31892. 'access_callback' => 'user_access',
  31893. 'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
  31894. 'page_callback' => 'drupal_get_form',
  31895. 'page_arguments' => 'a:1:{i:0;s:38:"locale_language_providers_session_form";}',
  31896. 'delivery_callback' => '',
  31897. 'fit' => '63',
  31898. 'number_parts' => '6',
  31899. 'context' => '0',
  31900. 'tab_parent' => '',
  31901. 'tab_root' => 'admin/config/regional/language/configure/session',
  31902. 'title' => 'Session language detection configuration',
  31903. 'title_callback' => 't',
  31904. 'title_arguments' => '',
  31905. 'theme_callback' => '',
  31906. 'theme_arguments' => 'a:0:{}',
  31907. 'type' => '4',
  31908. 'description' => '',
  31909. 'position' => '',
  31910. 'weight' => '0',
  31911. 'include_file' => 'modules/locale/locale.admin.inc',
  31912. ))
  31913. ->values(array(
  31914. 'path' => 'admin/config/regional/language/configure/url',
  31915. 'load_functions' => '',
  31916. 'to_arg_functions' => '',
  31917. 'access_callback' => 'user_access',
  31918. 'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
  31919. 'page_callback' => 'drupal_get_form',
  31920. 'page_arguments' => 'a:1:{i:0;s:34:"locale_language_providers_url_form";}',
  31921. 'delivery_callback' => '',
  31922. 'fit' => '63',
  31923. 'number_parts' => '6',
  31924. 'context' => '0',
  31925. 'tab_parent' => '',
  31926. 'tab_root' => 'admin/config/regional/language/configure/url',
  31927. 'title' => 'URL language detection configuration',
  31928. 'title_callback' => 't',
  31929. 'title_arguments' => '',
  31930. 'theme_callback' => '',
  31931. 'theme_arguments' => 'a:0:{}',
  31932. 'type' => '4',
  31933. 'description' => '',
  31934. 'position' => '',
  31935. 'weight' => '0',
  31936. 'include_file' => 'modules/locale/locale.admin.inc',
  31937. ))
  31938. ->values(array(
  31939. 'path' => 'admin/config/regional/language/delete/%',
  31940. 'load_functions' => 'a:1:{i:5;N;}',
  31941. 'to_arg_functions' => '',
  31942. 'access_callback' => 'user_access',
  31943. 'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
  31944. 'page_callback' => 'drupal_get_form',
  31945. 'page_arguments' => 'a:2:{i:0;s:28:"locale_languages_delete_form";i:1;i:5;}',
  31946. 'delivery_callback' => '',
  31947. 'fit' => '62',
  31948. 'number_parts' => '6',
  31949. 'context' => '0',
  31950. 'tab_parent' => '',
  31951. 'tab_root' => 'admin/config/regional/language/delete/%',
  31952. 'title' => 'Confirm',
  31953. 'title_callback' => 't',
  31954. 'title_arguments' => '',
  31955. 'theme_callback' => '',
  31956. 'theme_arguments' => 'a:0:{}',
  31957. 'type' => '6',
  31958. 'description' => '',
  31959. 'position' => '',
  31960. 'weight' => '0',
  31961. 'include_file' => 'modules/locale/locale.admin.inc',
  31962. ))
  31963. ->values(array(
  31964. 'path' => 'admin/config/regional/language/edit/%',
  31965. 'load_functions' => 'a:1:{i:5;N;}',
  31966. 'to_arg_functions' => '',
  31967. 'access_callback' => 'user_access',
  31968. 'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
  31969. 'page_callback' => 'drupal_get_form',
  31970. 'page_arguments' => 'a:2:{i:0;s:26:"locale_languages_edit_form";i:1;i:5;}',
  31971. 'delivery_callback' => '',
  31972. 'fit' => '62',
  31973. 'number_parts' => '6',
  31974. 'context' => '0',
  31975. 'tab_parent' => '',
  31976. 'tab_root' => 'admin/config/regional/language/edit/%',
  31977. 'title' => 'Edit language',
  31978. 'title_callback' => 't',
  31979. 'title_arguments' => '',
  31980. 'theme_callback' => '',
  31981. 'theme_arguments' => 'a:0:{}',
  31982. 'type' => '6',
  31983. 'description' => '',
  31984. 'position' => '',
  31985. 'weight' => '0',
  31986. 'include_file' => 'modules/locale/locale.admin.inc',
  31987. ))
  31988. ->values(array(
  31989. 'path' => 'admin/config/regional/language/overview',
  31990. 'load_functions' => '',
  31991. 'to_arg_functions' => '',
  31992. 'access_callback' => 'user_access',
  31993. 'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
  31994. 'page_callback' => 'drupal_get_form',
  31995. 'page_arguments' => 'a:1:{i:0;s:30:"locale_languages_overview_form";}',
  31996. 'delivery_callback' => '',
  31997. 'fit' => '31',
  31998. 'number_parts' => '5',
  31999. 'context' => '1',
  32000. 'tab_parent' => 'admin/config/regional/language',
  32001. 'tab_root' => 'admin/config/regional/language',
  32002. 'title' => 'List',
  32003. 'title_callback' => 't',
  32004. 'title_arguments' => '',
  32005. 'theme_callback' => '',
  32006. 'theme_arguments' => 'a:0:{}',
  32007. 'type' => '140',
  32008. 'description' => '',
  32009. 'position' => '',
  32010. 'weight' => '0',
  32011. 'include_file' => 'modules/locale/locale.admin.inc',
  32012. ))
  32013. ->values(array(
  32014. 'path' => 'admin/config/regional/settings',
  32015. 'load_functions' => '',
  32016. 'to_arg_functions' => '',
  32017. 'access_callback' => 'user_access',
  32018. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  32019. 'page_callback' => 'drupal_get_form',
  32020. 'page_arguments' => 'a:1:{i:0;s:24:"system_regional_settings";}',
  32021. 'delivery_callback' => '',
  32022. 'fit' => '15',
  32023. 'number_parts' => '4',
  32024. 'context' => '0',
  32025. 'tab_parent' => '',
  32026. 'tab_root' => 'admin/config/regional/settings',
  32027. 'title' => 'Regional settings',
  32028. 'title_callback' => 't',
  32029. 'title_arguments' => '',
  32030. 'theme_callback' => '',
  32031. 'theme_arguments' => 'a:0:{}',
  32032. 'type' => '6',
  32033. 'description' => "Settings for the site's default time zone and country.",
  32034. 'position' => '',
  32035. 'weight' => '-20',
  32036. 'include_file' => 'modules/system/system.admin.inc',
  32037. ))
  32038. ->values(array(
  32039. 'path' => 'admin/config/regional/translate',
  32040. 'load_functions' => '',
  32041. 'to_arg_functions' => '',
  32042. 'access_callback' => 'user_access',
  32043. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  32044. 'page_callback' => 'locale_translate_overview_screen',
  32045. 'page_arguments' => 'a:0:{}',
  32046. 'delivery_callback' => '',
  32047. 'fit' => '15',
  32048. 'number_parts' => '4',
  32049. 'context' => '0',
  32050. 'tab_parent' => '',
  32051. 'tab_root' => 'admin/config/regional/translate',
  32052. 'title' => 'Translate interface',
  32053. 'title_callback' => 't',
  32054. 'title_arguments' => '',
  32055. 'theme_callback' => '',
  32056. 'theme_arguments' => 'a:0:{}',
  32057. 'type' => '6',
  32058. 'description' => 'Translate the built in interface and optionally other text.',
  32059. 'position' => '',
  32060. 'weight' => '-5',
  32061. 'include_file' => 'modules/locale/locale.admin.inc',
  32062. ))
  32063. ->values(array(
  32064. 'path' => 'admin/config/regional/translate/delete/%',
  32065. 'load_functions' => 'a:1:{i:5;N;}',
  32066. 'to_arg_functions' => '',
  32067. 'access_callback' => 'user_access',
  32068. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  32069. 'page_callback' => 'locale_translate_delete_page',
  32070. 'page_arguments' => 'a:1:{i:0;i:5;}',
  32071. 'delivery_callback' => '',
  32072. 'fit' => '62',
  32073. 'number_parts' => '6',
  32074. 'context' => '0',
  32075. 'tab_parent' => '',
  32076. 'tab_root' => 'admin/config/regional/translate/delete/%',
  32077. 'title' => 'Delete string',
  32078. 'title_callback' => 't',
  32079. 'title_arguments' => '',
  32080. 'theme_callback' => '',
  32081. 'theme_arguments' => 'a:0:{}',
  32082. 'type' => '6',
  32083. 'description' => '',
  32084. 'position' => '',
  32085. 'weight' => '0',
  32086. 'include_file' => 'modules/locale/locale.admin.inc',
  32087. ))
  32088. ->values(array(
  32089. 'path' => 'admin/config/regional/translate/edit/%',
  32090. 'load_functions' => 'a:1:{i:5;N;}',
  32091. 'to_arg_functions' => '',
  32092. 'access_callback' => 'user_access',
  32093. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  32094. 'page_callback' => 'drupal_get_form',
  32095. 'page_arguments' => 'a:2:{i:0;s:26:"locale_translate_edit_form";i:1;i:5;}',
  32096. 'delivery_callback' => '',
  32097. 'fit' => '62',
  32098. 'number_parts' => '6',
  32099. 'context' => '0',
  32100. 'tab_parent' => '',
  32101. 'tab_root' => 'admin/config/regional/translate/edit/%',
  32102. 'title' => 'Edit string',
  32103. 'title_callback' => 't',
  32104. 'title_arguments' => '',
  32105. 'theme_callback' => '',
  32106. 'theme_arguments' => 'a:0:{}',
  32107. 'type' => '6',
  32108. 'description' => '',
  32109. 'position' => '',
  32110. 'weight' => '0',
  32111. 'include_file' => 'modules/locale/locale.admin.inc',
  32112. ))
  32113. ->values(array(
  32114. 'path' => 'admin/config/regional/translate/export',
  32115. 'load_functions' => '',
  32116. 'to_arg_functions' => '',
  32117. 'access_callback' => 'user_access',
  32118. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  32119. 'page_callback' => 'locale_translate_export_screen',
  32120. 'page_arguments' => 'a:0:{}',
  32121. 'delivery_callback' => '',
  32122. 'fit' => '31',
  32123. 'number_parts' => '5',
  32124. 'context' => '1',
  32125. 'tab_parent' => 'admin/config/regional/translate',
  32126. 'tab_root' => 'admin/config/regional/translate',
  32127. 'title' => 'Export',
  32128. 'title_callback' => 't',
  32129. 'title_arguments' => '',
  32130. 'theme_callback' => '',
  32131. 'theme_arguments' => 'a:0:{}',
  32132. 'type' => '132',
  32133. 'description' => '',
  32134. 'position' => '',
  32135. 'weight' => '30',
  32136. 'include_file' => 'modules/locale/locale.admin.inc',
  32137. ))
  32138. ->values(array(
  32139. 'path' => 'admin/config/regional/translate/import',
  32140. 'load_functions' => '',
  32141. 'to_arg_functions' => '',
  32142. 'access_callback' => 'user_access',
  32143. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  32144. 'page_callback' => 'drupal_get_form',
  32145. 'page_arguments' => 'a:1:{i:0;s:28:"locale_translate_import_form";}',
  32146. 'delivery_callback' => '',
  32147. 'fit' => '31',
  32148. 'number_parts' => '5',
  32149. 'context' => '1',
  32150. 'tab_parent' => 'admin/config/regional/translate',
  32151. 'tab_root' => 'admin/config/regional/translate',
  32152. 'title' => 'Import',
  32153. 'title_callback' => 't',
  32154. 'title_arguments' => '',
  32155. 'theme_callback' => '',
  32156. 'theme_arguments' => 'a:0:{}',
  32157. 'type' => '132',
  32158. 'description' => '',
  32159. 'position' => '',
  32160. 'weight' => '20',
  32161. 'include_file' => 'modules/locale/locale.admin.inc',
  32162. ))
  32163. ->values(array(
  32164. 'path' => 'admin/config/regional/translate/overview',
  32165. 'load_functions' => '',
  32166. 'to_arg_functions' => '',
  32167. 'access_callback' => 'user_access',
  32168. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  32169. 'page_callback' => 'locale_translate_overview_screen',
  32170. 'page_arguments' => 'a:0:{}',
  32171. 'delivery_callback' => '',
  32172. 'fit' => '31',
  32173. 'number_parts' => '5',
  32174. 'context' => '1',
  32175. 'tab_parent' => 'admin/config/regional/translate',
  32176. 'tab_root' => 'admin/config/regional/translate',
  32177. 'title' => 'Overview',
  32178. 'title_callback' => 't',
  32179. 'title_arguments' => '',
  32180. 'theme_callback' => '',
  32181. 'theme_arguments' => 'a:0:{}',
  32182. 'type' => '140',
  32183. 'description' => '',
  32184. 'position' => '',
  32185. 'weight' => '0',
  32186. 'include_file' => 'modules/locale/locale.admin.inc',
  32187. ))
  32188. ->values(array(
  32189. 'path' => 'admin/config/regional/translate/translate',
  32190. 'load_functions' => '',
  32191. 'to_arg_functions' => '',
  32192. 'access_callback' => 'user_access',
  32193. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  32194. 'page_callback' => 'locale_translate_seek_screen',
  32195. 'page_arguments' => 'a:0:{}',
  32196. 'delivery_callback' => '',
  32197. 'fit' => '31',
  32198. 'number_parts' => '5',
  32199. 'context' => '1',
  32200. 'tab_parent' => 'admin/config/regional/translate',
  32201. 'tab_root' => 'admin/config/regional/translate',
  32202. 'title' => 'Translate',
  32203. 'title_callback' => 't',
  32204. 'title_arguments' => '',
  32205. 'theme_callback' => '',
  32206. 'theme_arguments' => 'a:0:{}',
  32207. 'type' => '132',
  32208. 'description' => '',
  32209. 'position' => '',
  32210. 'weight' => '10',
  32211. 'include_file' => 'modules/locale/locale.admin.inc',
  32212. ))
  32213. ->values(array(
  32214. 'path' => 'admin/config/search',
  32215. 'load_functions' => '',
  32216. 'to_arg_functions' => '',
  32217. 'access_callback' => 'user_access',
  32218. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  32219. 'page_callback' => 'system_admin_menu_block_page',
  32220. 'page_arguments' => 'a:0:{}',
  32221. 'delivery_callback' => '',
  32222. 'fit' => '7',
  32223. 'number_parts' => '3',
  32224. 'context' => '0',
  32225. 'tab_parent' => '',
  32226. 'tab_root' => 'admin/config/search',
  32227. 'title' => 'Search and metadata',
  32228. 'title_callback' => 't',
  32229. 'title_arguments' => '',
  32230. 'theme_callback' => '',
  32231. 'theme_arguments' => 'a:0:{}',
  32232. 'type' => '6',
  32233. 'description' => 'Local site search, metadata and SEO.',
  32234. 'position' => 'left',
  32235. 'weight' => '-10',
  32236. 'include_file' => 'modules/system/system.admin.inc',
  32237. ))
  32238. ->values(array(
  32239. 'path' => 'admin/config/search/clean-urls',
  32240. 'load_functions' => '',
  32241. 'to_arg_functions' => '',
  32242. 'access_callback' => 'user_access',
  32243. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  32244. 'page_callback' => 'drupal_get_form',
  32245. 'page_arguments' => 'a:1:{i:0;s:25:"system_clean_url_settings";}',
  32246. 'delivery_callback' => '',
  32247. 'fit' => '15',
  32248. 'number_parts' => '4',
  32249. 'context' => '0',
  32250. 'tab_parent' => '',
  32251. 'tab_root' => 'admin/config/search/clean-urls',
  32252. 'title' => 'Clean URLs',
  32253. 'title_callback' => 't',
  32254. 'title_arguments' => '',
  32255. 'theme_callback' => '',
  32256. 'theme_arguments' => 'a:0:{}',
  32257. 'type' => '6',
  32258. 'description' => 'Enable or disable clean URLs for your site.',
  32259. 'position' => '',
  32260. 'weight' => '5',
  32261. 'include_file' => 'modules/system/system.admin.inc',
  32262. ))
  32263. ->values(array(
  32264. 'path' => 'admin/config/search/clean-urls/check',
  32265. 'load_functions' => '',
  32266. 'to_arg_functions' => '',
  32267. 'access_callback' => '1',
  32268. 'access_arguments' => 'a:0:{}',
  32269. 'page_callback' => 'drupal_json_output',
  32270. 'page_arguments' => 'a:1:{i:0;a:1:{s:6:"status";b:1;}}',
  32271. 'delivery_callback' => '',
  32272. 'fit' => '31',
  32273. 'number_parts' => '5',
  32274. 'context' => '0',
  32275. 'tab_parent' => '',
  32276. 'tab_root' => 'admin/config/search/clean-urls/check',
  32277. 'title' => 'Clean URL check',
  32278. 'title_callback' => 't',
  32279. 'title_arguments' => '',
  32280. 'theme_callback' => '',
  32281. 'theme_arguments' => 'a:0:{}',
  32282. 'type' => '0',
  32283. 'description' => '',
  32284. 'position' => '',
  32285. 'weight' => '0',
  32286. 'include_file' => 'modules/system/system.admin.inc',
  32287. ))
  32288. ->values(array(
  32289. 'path' => 'admin/config/search/path',
  32290. 'load_functions' => '',
  32291. 'to_arg_functions' => '',
  32292. 'access_callback' => 'user_access',
  32293. 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
  32294. 'page_callback' => 'path_admin_overview',
  32295. 'page_arguments' => 'a:0:{}',
  32296. 'delivery_callback' => '',
  32297. 'fit' => '15',
  32298. 'number_parts' => '4',
  32299. 'context' => '0',
  32300. 'tab_parent' => '',
  32301. 'tab_root' => 'admin/config/search/path',
  32302. 'title' => 'URL aliases',
  32303. 'title_callback' => 't',
  32304. 'title_arguments' => '',
  32305. 'theme_callback' => '',
  32306. 'theme_arguments' => 'a:0:{}',
  32307. 'type' => '6',
  32308. 'description' => "Change your site's URL paths by aliasing them.",
  32309. 'position' => '',
  32310. 'weight' => '-5',
  32311. 'include_file' => 'modules/path/path.admin.inc',
  32312. ))
  32313. ->values(array(
  32314. 'path' => 'admin/config/search/path/add',
  32315. 'load_functions' => '',
  32316. 'to_arg_functions' => '',
  32317. 'access_callback' => 'user_access',
  32318. 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
  32319. 'page_callback' => 'path_admin_edit',
  32320. 'page_arguments' => 'a:0:{}',
  32321. 'delivery_callback' => '',
  32322. 'fit' => '31',
  32323. 'number_parts' => '5',
  32324. 'context' => '1',
  32325. 'tab_parent' => 'admin/config/search/path',
  32326. 'tab_root' => 'admin/config/search/path',
  32327. 'title' => 'Add alias',
  32328. 'title_callback' => 't',
  32329. 'title_arguments' => '',
  32330. 'theme_callback' => '',
  32331. 'theme_arguments' => 'a:0:{}',
  32332. 'type' => '388',
  32333. 'description' => '',
  32334. 'position' => '',
  32335. 'weight' => '0',
  32336. 'include_file' => 'modules/path/path.admin.inc',
  32337. ))
  32338. ->values(array(
  32339. 'path' => 'admin/config/search/path/delete/%',
  32340. 'load_functions' => 'a:1:{i:5;s:9:"path_load";}',
  32341. 'to_arg_functions' => '',
  32342. 'access_callback' => 'user_access',
  32343. 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
  32344. 'page_callback' => 'drupal_get_form',
  32345. 'page_arguments' => 'a:2:{i:0;s:25:"path_admin_delete_confirm";i:1;i:5;}',
  32346. 'delivery_callback' => '',
  32347. 'fit' => '62',
  32348. 'number_parts' => '6',
  32349. 'context' => '0',
  32350. 'tab_parent' => '',
  32351. 'tab_root' => 'admin/config/search/path/delete/%',
  32352. 'title' => 'Delete alias',
  32353. 'title_callback' => 't',
  32354. 'title_arguments' => '',
  32355. 'theme_callback' => '',
  32356. 'theme_arguments' => 'a:0:{}',
  32357. 'type' => '6',
  32358. 'description' => '',
  32359. 'position' => '',
  32360. 'weight' => '0',
  32361. 'include_file' => 'modules/path/path.admin.inc',
  32362. ))
  32363. ->values(array(
  32364. 'path' => 'admin/config/search/path/edit/%',
  32365. 'load_functions' => 'a:1:{i:5;s:9:"path_load";}',
  32366. 'to_arg_functions' => '',
  32367. 'access_callback' => 'user_access',
  32368. 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
  32369. 'page_callback' => 'path_admin_edit',
  32370. 'page_arguments' => 'a:1:{i:0;i:5;}',
  32371. 'delivery_callback' => '',
  32372. 'fit' => '62',
  32373. 'number_parts' => '6',
  32374. 'context' => '0',
  32375. 'tab_parent' => '',
  32376. 'tab_root' => 'admin/config/search/path/edit/%',
  32377. 'title' => 'Edit alias',
  32378. 'title_callback' => 't',
  32379. 'title_arguments' => '',
  32380. 'theme_callback' => '',
  32381. 'theme_arguments' => 'a:0:{}',
  32382. 'type' => '6',
  32383. 'description' => '',
  32384. 'position' => '',
  32385. 'weight' => '0',
  32386. 'include_file' => 'modules/path/path.admin.inc',
  32387. ))
  32388. ->values(array(
  32389. 'path' => 'admin/config/search/path/list',
  32390. 'load_functions' => '',
  32391. 'to_arg_functions' => '',
  32392. 'access_callback' => 'user_access',
  32393. 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
  32394. 'page_callback' => 'path_admin_overview',
  32395. 'page_arguments' => 'a:0:{}',
  32396. 'delivery_callback' => '',
  32397. 'fit' => '31',
  32398. 'number_parts' => '5',
  32399. 'context' => '1',
  32400. 'tab_parent' => 'admin/config/search/path',
  32401. 'tab_root' => 'admin/config/search/path',
  32402. 'title' => 'List',
  32403. 'title_callback' => 't',
  32404. 'title_arguments' => '',
  32405. 'theme_callback' => '',
  32406. 'theme_arguments' => 'a:0:{}',
  32407. 'type' => '140',
  32408. 'description' => '',
  32409. 'position' => '',
  32410. 'weight' => '-10',
  32411. 'include_file' => 'modules/path/path.admin.inc',
  32412. ))
  32413. ->values(array(
  32414. 'path' => 'admin/config/search/settings',
  32415. 'load_functions' => '',
  32416. 'to_arg_functions' => '',
  32417. 'access_callback' => 'user_access',
  32418. 'access_arguments' => 'a:1:{i:0;s:17:"administer search";}',
  32419. 'page_callback' => 'drupal_get_form',
  32420. 'page_arguments' => 'a:1:{i:0;s:21:"search_admin_settings";}',
  32421. 'delivery_callback' => '',
  32422. 'fit' => '15',
  32423. 'number_parts' => '4',
  32424. 'context' => '0',
  32425. 'tab_parent' => '',
  32426. 'tab_root' => 'admin/config/search/settings',
  32427. 'title' => 'Search settings',
  32428. 'title_callback' => 't',
  32429. 'title_arguments' => '',
  32430. 'theme_callback' => '',
  32431. 'theme_arguments' => 'a:0:{}',
  32432. 'type' => '6',
  32433. 'description' => 'Configure relevance settings for search and other indexing options.',
  32434. 'position' => '',
  32435. 'weight' => '-10',
  32436. 'include_file' => 'modules/search/search.admin.inc',
  32437. ))
  32438. ->values(array(
  32439. 'path' => 'admin/config/search/settings/reindex',
  32440. 'load_functions' => '',
  32441. 'to_arg_functions' => '',
  32442. 'access_callback' => 'user_access',
  32443. 'access_arguments' => 'a:1:{i:0;s:17:"administer search";}',
  32444. 'page_callback' => 'drupal_get_form',
  32445. 'page_arguments' => 'a:1:{i:0;s:22:"search_reindex_confirm";}',
  32446. 'delivery_callback' => '',
  32447. 'fit' => '31',
  32448. 'number_parts' => '5',
  32449. 'context' => '0',
  32450. 'tab_parent' => '',
  32451. 'tab_root' => 'admin/config/search/settings/reindex',
  32452. 'title' => 'Clear index',
  32453. 'title_callback' => 't',
  32454. 'title_arguments' => '',
  32455. 'theme_callback' => '',
  32456. 'theme_arguments' => 'a:0:{}',
  32457. 'type' => '4',
  32458. 'description' => '',
  32459. 'position' => '',
  32460. 'weight' => '0',
  32461. 'include_file' => 'modules/search/search.admin.inc',
  32462. ))
  32463. ->values(array(
  32464. 'path' => 'admin/config/services',
  32465. 'load_functions' => '',
  32466. 'to_arg_functions' => '',
  32467. 'access_callback' => 'user_access',
  32468. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  32469. 'page_callback' => 'system_admin_menu_block_page',
  32470. 'page_arguments' => 'a:0:{}',
  32471. 'delivery_callback' => '',
  32472. 'fit' => '7',
  32473. 'number_parts' => '3',
  32474. 'context' => '0',
  32475. 'tab_parent' => '',
  32476. 'tab_root' => 'admin/config/services',
  32477. 'title' => 'Web services',
  32478. 'title_callback' => 't',
  32479. 'title_arguments' => '',
  32480. 'theme_callback' => '',
  32481. 'theme_arguments' => 'a:0:{}',
  32482. 'type' => '6',
  32483. 'description' => 'Tools related to web services.',
  32484. 'position' => 'right',
  32485. 'weight' => '0',
  32486. 'include_file' => 'modules/system/system.admin.inc',
  32487. ))
  32488. ->values(array(
  32489. 'path' => 'admin/config/services/aggregator',
  32490. 'load_functions' => '',
  32491. 'to_arg_functions' => '',
  32492. 'access_callback' => 'user_access',
  32493. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  32494. 'page_callback' => 'aggregator_admin_overview',
  32495. 'page_arguments' => 'a:0:{}',
  32496. 'delivery_callback' => '',
  32497. 'fit' => '15',
  32498. 'number_parts' => '4',
  32499. 'context' => '0',
  32500. 'tab_parent' => '',
  32501. 'tab_root' => 'admin/config/services/aggregator',
  32502. 'title' => 'Feed aggregator',
  32503. 'title_callback' => 't',
  32504. 'title_arguments' => '',
  32505. 'theme_callback' => '',
  32506. 'theme_arguments' => 'a:0:{}',
  32507. 'type' => '6',
  32508. 'description' => "Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized.",
  32509. 'position' => '',
  32510. 'weight' => '10',
  32511. 'include_file' => 'modules/aggregator/aggregator.admin.inc',
  32512. ))
  32513. ->values(array(
  32514. 'path' => 'admin/config/services/aggregator/add/category',
  32515. 'load_functions' => '',
  32516. 'to_arg_functions' => '',
  32517. 'access_callback' => 'user_access',
  32518. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  32519. 'page_callback' => 'drupal_get_form',
  32520. 'page_arguments' => 'a:1:{i:0;s:24:"aggregator_form_category";}',
  32521. 'delivery_callback' => '',
  32522. 'fit' => '63',
  32523. 'number_parts' => '6',
  32524. 'context' => '1',
  32525. 'tab_parent' => 'admin/config/services/aggregator',
  32526. 'tab_root' => 'admin/config/services/aggregator',
  32527. 'title' => 'Add category',
  32528. 'title_callback' => 't',
  32529. 'title_arguments' => '',
  32530. 'theme_callback' => '',
  32531. 'theme_arguments' => 'a:0:{}',
  32532. 'type' => '388',
  32533. 'description' => '',
  32534. 'position' => '',
  32535. 'weight' => '0',
  32536. 'include_file' => 'modules/aggregator/aggregator.admin.inc',
  32537. ))
  32538. ->values(array(
  32539. 'path' => 'admin/config/services/aggregator/add/feed',
  32540. 'load_functions' => '',
  32541. 'to_arg_functions' => '',
  32542. 'access_callback' => 'user_access',
  32543. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  32544. 'page_callback' => 'drupal_get_form',
  32545. 'page_arguments' => 'a:1:{i:0;s:20:"aggregator_form_feed";}',
  32546. 'delivery_callback' => '',
  32547. 'fit' => '63',
  32548. 'number_parts' => '6',
  32549. 'context' => '1',
  32550. 'tab_parent' => 'admin/config/services/aggregator',
  32551. 'tab_root' => 'admin/config/services/aggregator',
  32552. 'title' => 'Add feed',
  32553. 'title_callback' => 't',
  32554. 'title_arguments' => '',
  32555. 'theme_callback' => '',
  32556. 'theme_arguments' => 'a:0:{}',
  32557. 'type' => '388',
  32558. 'description' => '',
  32559. 'position' => '',
  32560. 'weight' => '0',
  32561. 'include_file' => 'modules/aggregator/aggregator.admin.inc',
  32562. ))
  32563. ->values(array(
  32564. 'path' => 'admin/config/services/aggregator/add/opml',
  32565. 'load_functions' => '',
  32566. 'to_arg_functions' => '',
  32567. 'access_callback' => 'user_access',
  32568. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  32569. 'page_callback' => 'drupal_get_form',
  32570. 'page_arguments' => 'a:1:{i:0;s:20:"aggregator_form_opml";}',
  32571. 'delivery_callback' => '',
  32572. 'fit' => '63',
  32573. 'number_parts' => '6',
  32574. 'context' => '1',
  32575. 'tab_parent' => 'admin/config/services/aggregator',
  32576. 'tab_root' => 'admin/config/services/aggregator',
  32577. 'title' => 'Import OPML',
  32578. 'title_callback' => 't',
  32579. 'title_arguments' => '',
  32580. 'theme_callback' => '',
  32581. 'theme_arguments' => 'a:0:{}',
  32582. 'type' => '388',
  32583. 'description' => '',
  32584. 'position' => '',
  32585. 'weight' => '0',
  32586. 'include_file' => 'modules/aggregator/aggregator.admin.inc',
  32587. ))
  32588. ->values(array(
  32589. 'path' => 'admin/config/services/aggregator/edit/category/%',
  32590. 'load_functions' => 'a:1:{i:6;s:24:"aggregator_category_load";}',
  32591. 'to_arg_functions' => '',
  32592. 'access_callback' => 'user_access',
  32593. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  32594. 'page_callback' => 'drupal_get_form',
  32595. 'page_arguments' => 'a:2:{i:0;s:24:"aggregator_form_category";i:1;i:6;}',
  32596. 'delivery_callback' => '',
  32597. 'fit' => '126',
  32598. 'number_parts' => '7',
  32599. 'context' => '0',
  32600. 'tab_parent' => '',
  32601. 'tab_root' => 'admin/config/services/aggregator/edit/category/%',
  32602. 'title' => 'Edit category',
  32603. 'title_callback' => 't',
  32604. 'title_arguments' => '',
  32605. 'theme_callback' => '',
  32606. 'theme_arguments' => 'a:0:{}',
  32607. 'type' => '6',
  32608. 'description' => '',
  32609. 'position' => '',
  32610. 'weight' => '0',
  32611. 'include_file' => 'modules/aggregator/aggregator.admin.inc',
  32612. ))
  32613. ->values(array(
  32614. 'path' => 'admin/config/services/aggregator/edit/feed/%',
  32615. 'load_functions' => 'a:1:{i:6;s:20:"aggregator_feed_load";}',
  32616. 'to_arg_functions' => '',
  32617. 'access_callback' => 'user_access',
  32618. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  32619. 'page_callback' => 'drupal_get_form',
  32620. 'page_arguments' => 'a:2:{i:0;s:20:"aggregator_form_feed";i:1;i:6;}',
  32621. 'delivery_callback' => '',
  32622. 'fit' => '126',
  32623. 'number_parts' => '7',
  32624. 'context' => '0',
  32625. 'tab_parent' => '',
  32626. 'tab_root' => 'admin/config/services/aggregator/edit/feed/%',
  32627. 'title' => 'Edit feed',
  32628. 'title_callback' => 't',
  32629. 'title_arguments' => '',
  32630. 'theme_callback' => '',
  32631. 'theme_arguments' => 'a:0:{}',
  32632. 'type' => '6',
  32633. 'description' => '',
  32634. 'position' => '',
  32635. 'weight' => '0',
  32636. 'include_file' => 'modules/aggregator/aggregator.admin.inc',
  32637. ))
  32638. ->values(array(
  32639. 'path' => 'admin/config/services/aggregator/list',
  32640. 'load_functions' => '',
  32641. 'to_arg_functions' => '',
  32642. 'access_callback' => 'user_access',
  32643. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  32644. 'page_callback' => 'aggregator_admin_overview',
  32645. 'page_arguments' => 'a:0:{}',
  32646. 'delivery_callback' => '',
  32647. 'fit' => '31',
  32648. 'number_parts' => '5',
  32649. 'context' => '1',
  32650. 'tab_parent' => 'admin/config/services/aggregator',
  32651. 'tab_root' => 'admin/config/services/aggregator',
  32652. 'title' => 'List',
  32653. 'title_callback' => 't',
  32654. 'title_arguments' => '',
  32655. 'theme_callback' => '',
  32656. 'theme_arguments' => 'a:0:{}',
  32657. 'type' => '140',
  32658. 'description' => '',
  32659. 'position' => '',
  32660. 'weight' => '-10',
  32661. 'include_file' => 'modules/aggregator/aggregator.admin.inc',
  32662. ))
  32663. ->values(array(
  32664. 'path' => 'admin/config/services/aggregator/remove/%',
  32665. 'load_functions' => 'a:1:{i:5;s:20:"aggregator_feed_load";}',
  32666. 'to_arg_functions' => '',
  32667. 'access_callback' => 'user_access',
  32668. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  32669. 'page_callback' => 'drupal_get_form',
  32670. 'page_arguments' => 'a:2:{i:0;s:28:"aggregator_admin_remove_feed";i:1;i:5;}',
  32671. 'delivery_callback' => '',
  32672. 'fit' => '62',
  32673. 'number_parts' => '6',
  32674. 'context' => '0',
  32675. 'tab_parent' => '',
  32676. 'tab_root' => 'admin/config/services/aggregator/remove/%',
  32677. 'title' => 'Remove items',
  32678. 'title_callback' => 't',
  32679. 'title_arguments' => '',
  32680. 'theme_callback' => '',
  32681. 'theme_arguments' => 'a:0:{}',
  32682. 'type' => '6',
  32683. 'description' => '',
  32684. 'position' => '',
  32685. 'weight' => '0',
  32686. 'include_file' => 'modules/aggregator/aggregator.admin.inc',
  32687. ))
  32688. ->values(array(
  32689. 'path' => 'admin/config/services/aggregator/settings',
  32690. 'load_functions' => '',
  32691. 'to_arg_functions' => '',
  32692. 'access_callback' => 'user_access',
  32693. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  32694. 'page_callback' => 'drupal_get_form',
  32695. 'page_arguments' => 'a:1:{i:0;s:21:"aggregator_admin_form";}',
  32696. 'delivery_callback' => '',
  32697. 'fit' => '31',
  32698. 'number_parts' => '5',
  32699. 'context' => '1',
  32700. 'tab_parent' => 'admin/config/services/aggregator',
  32701. 'tab_root' => 'admin/config/services/aggregator',
  32702. 'title' => 'Settings',
  32703. 'title_callback' => 't',
  32704. 'title_arguments' => '',
  32705. 'theme_callback' => '',
  32706. 'theme_arguments' => 'a:0:{}',
  32707. 'type' => '132',
  32708. 'description' => 'Configure the behavior of the feed aggregator, including when to discard feed items and how to present feed items and categories.',
  32709. 'position' => '',
  32710. 'weight' => '0',
  32711. 'include_file' => 'modules/aggregator/aggregator.admin.inc',
  32712. ))
  32713. ->values(array(
  32714. 'path' => 'admin/config/services/aggregator/update/%',
  32715. 'load_functions' => 'a:1:{i:5;s:20:"aggregator_feed_load";}',
  32716. 'to_arg_functions' => '',
  32717. 'access_callback' => 'user_access',
  32718. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  32719. 'page_callback' => 'aggregator_admin_refresh_feed',
  32720. 'page_arguments' => 'a:1:{i:0;i:5;}',
  32721. 'delivery_callback' => '',
  32722. 'fit' => '62',
  32723. 'number_parts' => '6',
  32724. 'context' => '0',
  32725. 'tab_parent' => '',
  32726. 'tab_root' => 'admin/config/services/aggregator/update/%',
  32727. 'title' => 'Update items',
  32728. 'title_callback' => 't',
  32729. 'title_arguments' => '',
  32730. 'theme_callback' => '',
  32731. 'theme_arguments' => 'a:0:{}',
  32732. 'type' => '6',
  32733. 'description' => '',
  32734. 'position' => '',
  32735. 'weight' => '0',
  32736. 'include_file' => 'modules/aggregator/aggregator.admin.inc',
  32737. ))
  32738. ->values(array(
  32739. 'path' => 'admin/config/services/rss-publishing',
  32740. 'load_functions' => '',
  32741. 'to_arg_functions' => '',
  32742. 'access_callback' => 'user_access',
  32743. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  32744. 'page_callback' => 'drupal_get_form',
  32745. 'page_arguments' => 'a:1:{i:0;s:25:"system_rss_feeds_settings";}',
  32746. 'delivery_callback' => '',
  32747. 'fit' => '15',
  32748. 'number_parts' => '4',
  32749. 'context' => '0',
  32750. 'tab_parent' => '',
  32751. 'tab_root' => 'admin/config/services/rss-publishing',
  32752. 'title' => 'RSS publishing',
  32753. 'title_callback' => 't',
  32754. 'title_arguments' => '',
  32755. 'theme_callback' => '',
  32756. 'theme_arguments' => 'a:0:{}',
  32757. 'type' => '6',
  32758. 'description' => 'Configure the site description, the number of items per feed and whether feeds should be titles/teasers/full-text.',
  32759. 'position' => '',
  32760. 'weight' => '0',
  32761. 'include_file' => 'modules/system/system.admin.inc',
  32762. ))
  32763. ->values(array(
  32764. 'path' => 'admin/config/system',
  32765. 'load_functions' => '',
  32766. 'to_arg_functions' => '',
  32767. 'access_callback' => 'user_access',
  32768. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  32769. 'page_callback' => 'system_admin_menu_block_page',
  32770. 'page_arguments' => 'a:0:{}',
  32771. 'delivery_callback' => '',
  32772. 'fit' => '7',
  32773. 'number_parts' => '3',
  32774. 'context' => '0',
  32775. 'tab_parent' => '',
  32776. 'tab_root' => 'admin/config/system',
  32777. 'title' => 'System',
  32778. 'title_callback' => 't',
  32779. 'title_arguments' => '',
  32780. 'theme_callback' => '',
  32781. 'theme_arguments' => 'a:0:{}',
  32782. 'type' => '6',
  32783. 'description' => 'General system related configuration.',
  32784. 'position' => 'right',
  32785. 'weight' => '-20',
  32786. 'include_file' => 'modules/system/system.admin.inc',
  32787. ))
  32788. ->values(array(
  32789. 'path' => 'admin/config/system/actions',
  32790. 'load_functions' => '',
  32791. 'to_arg_functions' => '',
  32792. 'access_callback' => 'user_access',
  32793. 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
  32794. 'page_callback' => 'system_actions_manage',
  32795. 'page_arguments' => 'a:0:{}',
  32796. 'delivery_callback' => '',
  32797. 'fit' => '15',
  32798. 'number_parts' => '4',
  32799. 'context' => '0',
  32800. 'tab_parent' => '',
  32801. 'tab_root' => 'admin/config/system/actions',
  32802. 'title' => 'Actions',
  32803. 'title_callback' => 't',
  32804. 'title_arguments' => '',
  32805. 'theme_callback' => '',
  32806. 'theme_arguments' => 'a:0:{}',
  32807. 'type' => '6',
  32808. 'description' => 'Manage the actions defined for your site.',
  32809. 'position' => '',
  32810. 'weight' => '0',
  32811. 'include_file' => 'modules/system/system.admin.inc',
  32812. ))
  32813. ->values(array(
  32814. 'path' => 'admin/config/system/actions/configure',
  32815. 'load_functions' => '',
  32816. 'to_arg_functions' => '',
  32817. 'access_callback' => 'user_access',
  32818. 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
  32819. 'page_callback' => 'drupal_get_form',
  32820. 'page_arguments' => 'a:1:{i:0;s:24:"system_actions_configure";}',
  32821. 'delivery_callback' => '',
  32822. 'fit' => '31',
  32823. 'number_parts' => '5',
  32824. 'context' => '0',
  32825. 'tab_parent' => '',
  32826. 'tab_root' => 'admin/config/system/actions/configure',
  32827. 'title' => 'Configure an advanced action',
  32828. 'title_callback' => 't',
  32829. 'title_arguments' => '',
  32830. 'theme_callback' => '',
  32831. 'theme_arguments' => 'a:0:{}',
  32832. 'type' => '4',
  32833. 'description' => '',
  32834. 'position' => '',
  32835. 'weight' => '0',
  32836. 'include_file' => 'modules/system/system.admin.inc',
  32837. ))
  32838. ->values(array(
  32839. 'path' => 'admin/config/system/actions/delete/%',
  32840. 'load_functions' => 'a:1:{i:5;s:12:"actions_load";}',
  32841. 'to_arg_functions' => '',
  32842. 'access_callback' => 'user_access',
  32843. 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
  32844. 'page_callback' => 'drupal_get_form',
  32845. 'page_arguments' => 'a:2:{i:0;s:26:"system_actions_delete_form";i:1;i:5;}',
  32846. 'delivery_callback' => '',
  32847. 'fit' => '62',
  32848. 'number_parts' => '6',
  32849. 'context' => '0',
  32850. 'tab_parent' => '',
  32851. 'tab_root' => 'admin/config/system/actions/delete/%',
  32852. 'title' => 'Delete action',
  32853. 'title_callback' => 't',
  32854. 'title_arguments' => '',
  32855. 'theme_callback' => '',
  32856. 'theme_arguments' => 'a:0:{}',
  32857. 'type' => '6',
  32858. 'description' => 'Delete an action.',
  32859. 'position' => '',
  32860. 'weight' => '0',
  32861. 'include_file' => 'modules/system/system.admin.inc',
  32862. ))
  32863. ->values(array(
  32864. 'path' => 'admin/config/system/actions/manage',
  32865. 'load_functions' => '',
  32866. 'to_arg_functions' => '',
  32867. 'access_callback' => 'user_access',
  32868. 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
  32869. 'page_callback' => 'system_actions_manage',
  32870. 'page_arguments' => 'a:0:{}',
  32871. 'delivery_callback' => '',
  32872. 'fit' => '31',
  32873. 'number_parts' => '5',
  32874. 'context' => '1',
  32875. 'tab_parent' => 'admin/config/system/actions',
  32876. 'tab_root' => 'admin/config/system/actions',
  32877. 'title' => 'Manage actions',
  32878. 'title_callback' => 't',
  32879. 'title_arguments' => '',
  32880. 'theme_callback' => '',
  32881. 'theme_arguments' => 'a:0:{}',
  32882. 'type' => '140',
  32883. 'description' => 'Manage the actions defined for your site.',
  32884. 'position' => '',
  32885. 'weight' => '-2',
  32886. 'include_file' => 'modules/system/system.admin.inc',
  32887. ))
  32888. ->values(array(
  32889. 'path' => 'admin/config/system/actions/orphan',
  32890. 'load_functions' => '',
  32891. 'to_arg_functions' => '',
  32892. 'access_callback' => 'user_access',
  32893. 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
  32894. 'page_callback' => 'system_actions_remove_orphans',
  32895. 'page_arguments' => 'a:0:{}',
  32896. 'delivery_callback' => '',
  32897. 'fit' => '31',
  32898. 'number_parts' => '5',
  32899. 'context' => '0',
  32900. 'tab_parent' => '',
  32901. 'tab_root' => 'admin/config/system/actions/orphan',
  32902. 'title' => 'Remove orphans',
  32903. 'title_callback' => 't',
  32904. 'title_arguments' => '',
  32905. 'theme_callback' => '',
  32906. 'theme_arguments' => 'a:0:{}',
  32907. 'type' => '0',
  32908. 'description' => '',
  32909. 'position' => '',
  32910. 'weight' => '0',
  32911. 'include_file' => 'modules/system/system.admin.inc',
  32912. ))
  32913. ->values(array(
  32914. 'path' => 'admin/config/system/cron',
  32915. 'load_functions' => '',
  32916. 'to_arg_functions' => '',
  32917. 'access_callback' => 'user_access',
  32918. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  32919. 'page_callback' => 'drupal_get_form',
  32920. 'page_arguments' => 'a:1:{i:0;s:20:"system_cron_settings";}',
  32921. 'delivery_callback' => '',
  32922. 'fit' => '15',
  32923. 'number_parts' => '4',
  32924. 'context' => '0',
  32925. 'tab_parent' => '',
  32926. 'tab_root' => 'admin/config/system/cron',
  32927. 'title' => 'Cron',
  32928. 'title_callback' => 't',
  32929. 'title_arguments' => '',
  32930. 'theme_callback' => '',
  32931. 'theme_arguments' => 'a:0:{}',
  32932. 'type' => '6',
  32933. 'description' => 'Manage automatic site maintenance tasks.',
  32934. 'position' => '',
  32935. 'weight' => '20',
  32936. 'include_file' => 'modules/system/system.admin.inc',
  32937. ))
  32938. ->values(array(
  32939. 'path' => 'admin/config/system/site-information',
  32940. 'load_functions' => '',
  32941. 'to_arg_functions' => '',
  32942. 'access_callback' => 'user_access',
  32943. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  32944. 'page_callback' => 'drupal_get_form',
  32945. 'page_arguments' => 'a:1:{i:0;s:32:"system_site_information_settings";}',
  32946. 'delivery_callback' => '',
  32947. 'fit' => '15',
  32948. 'number_parts' => '4',
  32949. 'context' => '0',
  32950. 'tab_parent' => '',
  32951. 'tab_root' => 'admin/config/system/site-information',
  32952. 'title' => 'Site information',
  32953. 'title_callback' => 't',
  32954. 'title_arguments' => '',
  32955. 'theme_callback' => '',
  32956. 'theme_arguments' => 'a:0:{}',
  32957. 'type' => '6',
  32958. 'description' => 'Change site name, e-mail address, slogan, default front page, and number of posts per page, error pages.',
  32959. 'position' => '',
  32960. 'weight' => '-20',
  32961. 'include_file' => 'modules/system/system.admin.inc',
  32962. ))
  32963. ->values(array(
  32964. 'path' => 'admin/config/system/statistics',
  32965. 'load_functions' => '',
  32966. 'to_arg_functions' => '',
  32967. 'access_callback' => 'user_access',
  32968. 'access_arguments' => 'a:1:{i:0;s:21:"administer statistics";}',
  32969. 'page_callback' => 'drupal_get_form',
  32970. 'page_arguments' => 'a:1:{i:0;s:24:"statistics_settings_form";}',
  32971. 'delivery_callback' => '',
  32972. 'fit' => '15',
  32973. 'number_parts' => '4',
  32974. 'context' => '0',
  32975. 'tab_parent' => '',
  32976. 'tab_root' => 'admin/config/system/statistics',
  32977. 'title' => 'Statistics',
  32978. 'title_callback' => 't',
  32979. 'title_arguments' => '',
  32980. 'theme_callback' => '',
  32981. 'theme_arguments' => 'a:0:{}',
  32982. 'type' => '6',
  32983. 'description' => 'Control details about what and how your site logs access statistics.',
  32984. 'position' => '',
  32985. 'weight' => '-15',
  32986. 'include_file' => 'modules/statistics/statistics.admin.inc',
  32987. ))
  32988. ->values(array(
  32989. 'path' => 'admin/config/user-interface',
  32990. 'load_functions' => '',
  32991. 'to_arg_functions' => '',
  32992. 'access_callback' => 'user_access',
  32993. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  32994. 'page_callback' => 'system_admin_menu_block_page',
  32995. 'page_arguments' => 'a:0:{}',
  32996. 'delivery_callback' => '',
  32997. 'fit' => '7',
  32998. 'number_parts' => '3',
  32999. 'context' => '0',
  33000. 'tab_parent' => '',
  33001. 'tab_root' => 'admin/config/user-interface',
  33002. 'title' => 'User interface',
  33003. 'title_callback' => 't',
  33004. 'title_arguments' => '',
  33005. 'theme_callback' => '',
  33006. 'theme_arguments' => 'a:0:{}',
  33007. 'type' => '6',
  33008. 'description' => 'Tools that enhance the user interface.',
  33009. 'position' => 'right',
  33010. 'weight' => '-15',
  33011. 'include_file' => 'modules/system/system.admin.inc',
  33012. ))
  33013. ->values(array(
  33014. 'path' => 'admin/config/user-interface/shortcut',
  33015. 'load_functions' => '',
  33016. 'to_arg_functions' => '',
  33017. 'access_callback' => 'user_access',
  33018. 'access_arguments' => 'a:1:{i:0;s:20:"administer shortcuts";}',
  33019. 'page_callback' => 'shortcut_set_admin',
  33020. 'page_arguments' => 'a:0:{}',
  33021. 'delivery_callback' => '',
  33022. 'fit' => '15',
  33023. 'number_parts' => '4',
  33024. 'context' => '0',
  33025. 'tab_parent' => '',
  33026. 'tab_root' => 'admin/config/user-interface/shortcut',
  33027. 'title' => 'Shortcuts',
  33028. 'title_callback' => 't',
  33029. 'title_arguments' => '',
  33030. 'theme_callback' => '',
  33031. 'theme_arguments' => 'a:0:{}',
  33032. 'type' => '6',
  33033. 'description' => 'Add and modify shortcut sets.',
  33034. 'position' => '',
  33035. 'weight' => '0',
  33036. 'include_file' => 'modules/shortcut/shortcut.admin.inc',
  33037. ))
  33038. ->values(array(
  33039. 'path' => 'admin/config/user-interface/shortcut/%',
  33040. 'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
  33041. 'to_arg_functions' => '',
  33042. 'access_callback' => 'shortcut_set_edit_access',
  33043. 'access_arguments' => 'a:1:{i:0;i:4;}',
  33044. 'page_callback' => 'drupal_get_form',
  33045. 'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_customize";i:1;i:4;}',
  33046. 'delivery_callback' => '',
  33047. 'fit' => '30',
  33048. 'number_parts' => '5',
  33049. 'context' => '0',
  33050. 'tab_parent' => '',
  33051. 'tab_root' => 'admin/config/user-interface/shortcut/%',
  33052. 'title' => 'Edit shortcuts',
  33053. 'title_callback' => 'shortcut_set_title_callback',
  33054. 'title_arguments' => 'a:1:{i:0;i:4;}',
  33055. 'theme_callback' => '',
  33056. 'theme_arguments' => 'a:0:{}',
  33057. 'type' => '6',
  33058. 'description' => '',
  33059. 'position' => '',
  33060. 'weight' => '0',
  33061. 'include_file' => 'modules/shortcut/shortcut.admin.inc',
  33062. ))
  33063. ->values(array(
  33064. 'path' => 'admin/config/user-interface/shortcut/%/add-link',
  33065. 'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
  33066. 'to_arg_functions' => '',
  33067. 'access_callback' => 'shortcut_set_edit_access',
  33068. 'access_arguments' => 'a:1:{i:0;i:4;}',
  33069. 'page_callback' => 'drupal_get_form',
  33070. 'page_arguments' => 'a:2:{i:0;s:17:"shortcut_link_add";i:1;i:4;}',
  33071. 'delivery_callback' => '',
  33072. 'fit' => '61',
  33073. 'number_parts' => '6',
  33074. 'context' => '1',
  33075. 'tab_parent' => 'admin/config/user-interface/shortcut/%',
  33076. 'tab_root' => 'admin/config/user-interface/shortcut/%',
  33077. 'title' => 'Add shortcut',
  33078. 'title_callback' => 't',
  33079. 'title_arguments' => '',
  33080. 'theme_callback' => '',
  33081. 'theme_arguments' => 'a:0:{}',
  33082. 'type' => '388',
  33083. 'description' => '',
  33084. 'position' => '',
  33085. 'weight' => '0',
  33086. 'include_file' => 'modules/shortcut/shortcut.admin.inc',
  33087. ))
  33088. ->values(array(
  33089. 'path' => 'admin/config/user-interface/shortcut/%/add-link-inline',
  33090. 'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
  33091. 'to_arg_functions' => '',
  33092. 'access_callback' => 'shortcut_set_edit_access',
  33093. 'access_arguments' => 'a:1:{i:0;i:4;}',
  33094. 'page_callback' => 'shortcut_link_add_inline',
  33095. 'page_arguments' => 'a:1:{i:0;i:4;}',
  33096. 'delivery_callback' => '',
  33097. 'fit' => '61',
  33098. 'number_parts' => '6',
  33099. 'context' => '0',
  33100. 'tab_parent' => '',
  33101. 'tab_root' => 'admin/config/user-interface/shortcut/%/add-link-inline',
  33102. 'title' => 'Add shortcut',
  33103. 'title_callback' => 't',
  33104. 'title_arguments' => '',
  33105. 'theme_callback' => '',
  33106. 'theme_arguments' => 'a:0:{}',
  33107. 'type' => '0',
  33108. 'description' => '',
  33109. 'position' => '',
  33110. 'weight' => '0',
  33111. 'include_file' => 'modules/shortcut/shortcut.admin.inc',
  33112. ))
  33113. ->values(array(
  33114. 'path' => 'admin/config/user-interface/shortcut/%/delete',
  33115. 'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
  33116. 'to_arg_functions' => '',
  33117. 'access_callback' => 'shortcut_set_delete_access',
  33118. 'access_arguments' => 'a:1:{i:0;i:4;}',
  33119. 'page_callback' => 'drupal_get_form',
  33120. 'page_arguments' => 'a:2:{i:0;s:24:"shortcut_set_delete_form";i:1;i:4;}',
  33121. 'delivery_callback' => '',
  33122. 'fit' => '61',
  33123. 'number_parts' => '6',
  33124. 'context' => '0',
  33125. 'tab_parent' => '',
  33126. 'tab_root' => 'admin/config/user-interface/shortcut/%/delete',
  33127. 'title' => 'Delete shortcut set',
  33128. 'title_callback' => 't',
  33129. 'title_arguments' => '',
  33130. 'theme_callback' => '',
  33131. 'theme_arguments' => 'a:0:{}',
  33132. 'type' => '6',
  33133. 'description' => '',
  33134. 'position' => '',
  33135. 'weight' => '0',
  33136. 'include_file' => 'modules/shortcut/shortcut.admin.inc',
  33137. ))
  33138. ->values(array(
  33139. 'path' => 'admin/config/user-interface/shortcut/%/edit',
  33140. 'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
  33141. 'to_arg_functions' => '',
  33142. 'access_callback' => 'shortcut_set_edit_access',
  33143. 'access_arguments' => 'a:1:{i:0;i:4;}',
  33144. 'page_callback' => 'drupal_get_form',
  33145. 'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_edit_form";i:1;i:4;}',
  33146. 'delivery_callback' => '',
  33147. 'fit' => '61',
  33148. 'number_parts' => '6',
  33149. 'context' => '1',
  33150. 'tab_parent' => 'admin/config/user-interface/shortcut/%',
  33151. 'tab_root' => 'admin/config/user-interface/shortcut/%',
  33152. 'title' => 'Edit set name',
  33153. 'title_callback' => 't',
  33154. 'title_arguments' => '',
  33155. 'theme_callback' => '',
  33156. 'theme_arguments' => 'a:0:{}',
  33157. 'type' => '132',
  33158. 'description' => '',
  33159. 'position' => '',
  33160. 'weight' => '10',
  33161. 'include_file' => 'modules/shortcut/shortcut.admin.inc',
  33162. ))
  33163. ->values(array(
  33164. 'path' => 'admin/config/user-interface/shortcut/%/links',
  33165. 'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
  33166. 'to_arg_functions' => '',
  33167. 'access_callback' => 'shortcut_set_edit_access',
  33168. 'access_arguments' => 'a:1:{i:0;i:4;}',
  33169. 'page_callback' => 'drupal_get_form',
  33170. 'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_customize";i:1;i:4;}',
  33171. 'delivery_callback' => '',
  33172. 'fit' => '61',
  33173. 'number_parts' => '6',
  33174. 'context' => '1',
  33175. 'tab_parent' => 'admin/config/user-interface/shortcut/%',
  33176. 'tab_root' => 'admin/config/user-interface/shortcut/%',
  33177. 'title' => 'List links',
  33178. 'title_callback' => 't',
  33179. 'title_arguments' => '',
  33180. 'theme_callback' => '',
  33181. 'theme_arguments' => 'a:0:{}',
  33182. 'type' => '140',
  33183. 'description' => '',
  33184. 'position' => '',
  33185. 'weight' => '0',
  33186. 'include_file' => 'modules/shortcut/shortcut.admin.inc',
  33187. ))
  33188. ->values(array(
  33189. 'path' => 'admin/config/user-interface/shortcut/add-set',
  33190. 'load_functions' => '',
  33191. 'to_arg_functions' => '',
  33192. 'access_callback' => 'user_access',
  33193. 'access_arguments' => 'a:1:{i:0;s:20:"administer shortcuts";}',
  33194. 'page_callback' => 'drupal_get_form',
  33195. 'page_arguments' => 'a:1:{i:0;s:21:"shortcut_set_add_form";}',
  33196. 'delivery_callback' => '',
  33197. 'fit' => '31',
  33198. 'number_parts' => '5',
  33199. 'context' => '1',
  33200. 'tab_parent' => 'admin/config/user-interface/shortcut',
  33201. 'tab_root' => 'admin/config/user-interface/shortcut',
  33202. 'title' => 'Add shortcut set',
  33203. 'title_callback' => 't',
  33204. 'title_arguments' => '',
  33205. 'theme_callback' => '',
  33206. 'theme_arguments' => 'a:0:{}',
  33207. 'type' => '388',
  33208. 'description' => '',
  33209. 'position' => '',
  33210. 'weight' => '0',
  33211. 'include_file' => 'modules/shortcut/shortcut.admin.inc',
  33212. ))
  33213. ->values(array(
  33214. 'path' => 'admin/config/user-interface/shortcut/link/%',
  33215. 'load_functions' => 'a:1:{i:5;s:14:"menu_link_load";}',
  33216. 'to_arg_functions' => '',
  33217. 'access_callback' => 'shortcut_link_access',
  33218. 'access_arguments' => 'a:1:{i:0;i:5;}',
  33219. 'page_callback' => 'drupal_get_form',
  33220. 'page_arguments' => 'a:2:{i:0;s:18:"shortcut_link_edit";i:1;i:5;}',
  33221. 'delivery_callback' => '',
  33222. 'fit' => '62',
  33223. 'number_parts' => '6',
  33224. 'context' => '0',
  33225. 'tab_parent' => '',
  33226. 'tab_root' => 'admin/config/user-interface/shortcut/link/%',
  33227. 'title' => 'Edit shortcut',
  33228. 'title_callback' => 't',
  33229. 'title_arguments' => '',
  33230. 'theme_callback' => '',
  33231. 'theme_arguments' => 'a:0:{}',
  33232. 'type' => '6',
  33233. 'description' => '',
  33234. 'position' => '',
  33235. 'weight' => '0',
  33236. 'include_file' => 'modules/shortcut/shortcut.admin.inc',
  33237. ))
  33238. ->values(array(
  33239. 'path' => 'admin/config/user-interface/shortcut/link/%/delete',
  33240. 'load_functions' => 'a:1:{i:5;s:14:"menu_link_load";}',
  33241. 'to_arg_functions' => '',
  33242. 'access_callback' => 'shortcut_link_access',
  33243. 'access_arguments' => 'a:1:{i:0;i:5;}',
  33244. 'page_callback' => 'drupal_get_form',
  33245. 'page_arguments' => 'a:2:{i:0;s:20:"shortcut_link_delete";i:1;i:5;}',
  33246. 'delivery_callback' => '',
  33247. 'fit' => '125',
  33248. 'number_parts' => '7',
  33249. 'context' => '0',
  33250. 'tab_parent' => '',
  33251. 'tab_root' => 'admin/config/user-interface/shortcut/link/%/delete',
  33252. 'title' => 'Delete shortcut',
  33253. 'title_callback' => 't',
  33254. 'title_arguments' => '',
  33255. 'theme_callback' => '',
  33256. 'theme_arguments' => 'a:0:{}',
  33257. 'type' => '6',
  33258. 'description' => '',
  33259. 'position' => '',
  33260. 'weight' => '0',
  33261. 'include_file' => 'modules/shortcut/shortcut.admin.inc',
  33262. ))
  33263. ->values(array(
  33264. 'path' => 'admin/config/workflow',
  33265. 'load_functions' => '',
  33266. 'to_arg_functions' => '',
  33267. 'access_callback' => 'user_access',
  33268. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33269. 'page_callback' => 'system_admin_menu_block_page',
  33270. 'page_arguments' => 'a:0:{}',
  33271. 'delivery_callback' => '',
  33272. 'fit' => '7',
  33273. 'number_parts' => '3',
  33274. 'context' => '0',
  33275. 'tab_parent' => '',
  33276. 'tab_root' => 'admin/config/workflow',
  33277. 'title' => 'Workflow',
  33278. 'title_callback' => 't',
  33279. 'title_arguments' => '',
  33280. 'theme_callback' => '',
  33281. 'theme_arguments' => 'a:0:{}',
  33282. 'type' => '6',
  33283. 'description' => 'Content workflow, editorial workflow tools.',
  33284. 'position' => 'right',
  33285. 'weight' => '5',
  33286. 'include_file' => 'modules/system/system.admin.inc',
  33287. ))
  33288. ->values(array(
  33289. 'path' => 'admin/content',
  33290. 'load_functions' => '',
  33291. 'to_arg_functions' => '',
  33292. 'access_callback' => 'user_access',
  33293. 'access_arguments' => 'a:1:{i:0;s:23:"access content overview";}',
  33294. 'page_callback' => 'drupal_get_form',
  33295. 'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}',
  33296. 'delivery_callback' => '',
  33297. 'fit' => '3',
  33298. 'number_parts' => '2',
  33299. 'context' => '0',
  33300. 'tab_parent' => '',
  33301. 'tab_root' => 'admin/content',
  33302. 'title' => 'Content',
  33303. 'title_callback' => 't',
  33304. 'title_arguments' => '',
  33305. 'theme_callback' => '',
  33306. 'theme_arguments' => 'a:0:{}',
  33307. 'type' => '6',
  33308. 'description' => 'Administer content and comments.',
  33309. 'position' => '',
  33310. 'weight' => '-10',
  33311. 'include_file' => 'modules/node/node.admin.inc',
  33312. ))
  33313. ->values(array(
  33314. 'path' => 'admin/content/book',
  33315. 'load_functions' => '',
  33316. 'to_arg_functions' => '',
  33317. 'access_callback' => 'user_access',
  33318. 'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
  33319. 'page_callback' => 'book_admin_overview',
  33320. 'page_arguments' => 'a:0:{}',
  33321. 'delivery_callback' => '',
  33322. 'fit' => '7',
  33323. 'number_parts' => '3',
  33324. 'context' => '1',
  33325. 'tab_parent' => 'admin/content',
  33326. 'tab_root' => 'admin/content',
  33327. 'title' => 'Books',
  33328. 'title_callback' => 't',
  33329. 'title_arguments' => '',
  33330. 'theme_callback' => '',
  33331. 'theme_arguments' => 'a:0:{}',
  33332. 'type' => '132',
  33333. 'description' => "Manage your site's book outlines.",
  33334. 'position' => '',
  33335. 'weight' => '0',
  33336. 'include_file' => 'modules/book/book.admin.inc',
  33337. ))
  33338. ->values(array(
  33339. 'path' => 'admin/content/book/%',
  33340. 'load_functions' => 'a:1:{i:3;s:9:"node_load";}',
  33341. 'to_arg_functions' => '',
  33342. 'access_callback' => '_book_outline_access',
  33343. 'access_arguments' => 'a:1:{i:0;i:3;}',
  33344. 'page_callback' => 'drupal_get_form',
  33345. 'page_arguments' => 'a:2:{i:0;s:15:"book_admin_edit";i:1;i:3;}',
  33346. 'delivery_callback' => '',
  33347. 'fit' => '14',
  33348. 'number_parts' => '4',
  33349. 'context' => '0',
  33350. 'tab_parent' => '',
  33351. 'tab_root' => 'admin/content/book/%',
  33352. 'title' => 'Re-order book pages and change titles',
  33353. 'title_callback' => 't',
  33354. 'title_arguments' => '',
  33355. 'theme_callback' => '',
  33356. 'theme_arguments' => 'a:0:{}',
  33357. 'type' => '0',
  33358. 'description' => '',
  33359. 'position' => '',
  33360. 'weight' => '0',
  33361. 'include_file' => 'modules/book/book.admin.inc',
  33362. ))
  33363. ->values(array(
  33364. 'path' => 'admin/content/book/list',
  33365. 'load_functions' => '',
  33366. 'to_arg_functions' => '',
  33367. 'access_callback' => 'user_access',
  33368. 'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
  33369. 'page_callback' => 'book_admin_overview',
  33370. 'page_arguments' => 'a:0:{}',
  33371. 'delivery_callback' => '',
  33372. 'fit' => '15',
  33373. 'number_parts' => '4',
  33374. 'context' => '1',
  33375. 'tab_parent' => 'admin/content/book',
  33376. 'tab_root' => 'admin/content',
  33377. 'title' => 'List',
  33378. 'title_callback' => 't',
  33379. 'title_arguments' => '',
  33380. 'theme_callback' => '',
  33381. 'theme_arguments' => 'a:0:{}',
  33382. 'type' => '140',
  33383. 'description' => '',
  33384. 'position' => '',
  33385. 'weight' => '0',
  33386. 'include_file' => 'modules/book/book.admin.inc',
  33387. ))
  33388. ->values(array(
  33389. 'path' => 'admin/content/book/settings',
  33390. 'load_functions' => '',
  33391. 'to_arg_functions' => '',
  33392. 'access_callback' => 'user_access',
  33393. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  33394. 'page_callback' => 'drupal_get_form',
  33395. 'page_arguments' => 'a:1:{i:0;s:19:"book_admin_settings";}',
  33396. 'delivery_callback' => '',
  33397. 'fit' => '15',
  33398. 'number_parts' => '4',
  33399. 'context' => '1',
  33400. 'tab_parent' => 'admin/content/book',
  33401. 'tab_root' => 'admin/content',
  33402. 'title' => 'Settings',
  33403. 'title_callback' => 't',
  33404. 'title_arguments' => '',
  33405. 'theme_callback' => '',
  33406. 'theme_arguments' => 'a:0:{}',
  33407. 'type' => '132',
  33408. 'description' => '',
  33409. 'position' => '',
  33410. 'weight' => '8',
  33411. 'include_file' => 'modules/book/book.admin.inc',
  33412. ))
  33413. ->values(array(
  33414. 'path' => 'admin/content/comment',
  33415. 'load_functions' => '',
  33416. 'to_arg_functions' => '',
  33417. 'access_callback' => 'user_access',
  33418. 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
  33419. 'page_callback' => 'comment_admin',
  33420. 'page_arguments' => 'a:0:{}',
  33421. 'delivery_callback' => '',
  33422. 'fit' => '7',
  33423. 'number_parts' => '3',
  33424. 'context' => '1',
  33425. 'tab_parent' => 'admin/content',
  33426. 'tab_root' => 'admin/content',
  33427. 'title' => 'Comments',
  33428. 'title_callback' => 't',
  33429. 'title_arguments' => '',
  33430. 'theme_callback' => '',
  33431. 'theme_arguments' => 'a:0:{}',
  33432. 'type' => '134',
  33433. 'description' => 'List and edit site comments and the comment approval queue.',
  33434. 'position' => '',
  33435. 'weight' => '0',
  33436. 'include_file' => 'modules/comment/comment.admin.inc',
  33437. ))
  33438. ->values(array(
  33439. 'path' => 'admin/content/comment/approval',
  33440. 'load_functions' => '',
  33441. 'to_arg_functions' => '',
  33442. 'access_callback' => 'user_access',
  33443. 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
  33444. 'page_callback' => 'comment_admin',
  33445. 'page_arguments' => 'a:1:{i:0;s:8:"approval";}',
  33446. 'delivery_callback' => '',
  33447. 'fit' => '15',
  33448. 'number_parts' => '4',
  33449. 'context' => '1',
  33450. 'tab_parent' => 'admin/content/comment',
  33451. 'tab_root' => 'admin/content',
  33452. 'title' => 'Unapproved comments',
  33453. 'title_callback' => 'comment_count_unpublished',
  33454. 'title_arguments' => '',
  33455. 'theme_callback' => '',
  33456. 'theme_arguments' => 'a:0:{}',
  33457. 'type' => '132',
  33458. 'description' => '',
  33459. 'position' => '',
  33460. 'weight' => '0',
  33461. 'include_file' => 'modules/comment/comment.admin.inc',
  33462. ))
  33463. ->values(array(
  33464. 'path' => 'admin/content/comment/new',
  33465. 'load_functions' => '',
  33466. 'to_arg_functions' => '',
  33467. 'access_callback' => 'user_access',
  33468. 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
  33469. 'page_callback' => 'comment_admin',
  33470. 'page_arguments' => 'a:0:{}',
  33471. 'delivery_callback' => '',
  33472. 'fit' => '15',
  33473. 'number_parts' => '4',
  33474. 'context' => '1',
  33475. 'tab_parent' => 'admin/content/comment',
  33476. 'tab_root' => 'admin/content',
  33477. 'title' => 'Published comments',
  33478. 'title_callback' => 't',
  33479. 'title_arguments' => '',
  33480. 'theme_callback' => '',
  33481. 'theme_arguments' => 'a:0:{}',
  33482. 'type' => '140',
  33483. 'description' => '',
  33484. 'position' => '',
  33485. 'weight' => '-10',
  33486. 'include_file' => 'modules/comment/comment.admin.inc',
  33487. ))
  33488. ->values(array(
  33489. 'path' => 'admin/content/node',
  33490. 'load_functions' => '',
  33491. 'to_arg_functions' => '',
  33492. 'access_callback' => 'user_access',
  33493. 'access_arguments' => 'a:1:{i:0;s:23:"access content overview";}',
  33494. 'page_callback' => 'drupal_get_form',
  33495. 'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}',
  33496. 'delivery_callback' => '',
  33497. 'fit' => '7',
  33498. 'number_parts' => '3',
  33499. 'context' => '1',
  33500. 'tab_parent' => 'admin/content',
  33501. 'tab_root' => 'admin/content',
  33502. 'title' => 'Content',
  33503. 'title_callback' => 't',
  33504. 'title_arguments' => '',
  33505. 'theme_callback' => '',
  33506. 'theme_arguments' => 'a:0:{}',
  33507. 'type' => '140',
  33508. 'description' => '',
  33509. 'position' => '',
  33510. 'weight' => '-10',
  33511. 'include_file' => 'modules/node/node.admin.inc',
  33512. ))
  33513. ->values(array(
  33514. 'path' => 'admin/help',
  33515. 'load_functions' => '',
  33516. 'to_arg_functions' => '',
  33517. 'access_callback' => 'user_access',
  33518. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33519. 'page_callback' => 'help_main',
  33520. 'page_arguments' => 'a:0:{}',
  33521. 'delivery_callback' => '',
  33522. 'fit' => '3',
  33523. 'number_parts' => '2',
  33524. 'context' => '0',
  33525. 'tab_parent' => '',
  33526. 'tab_root' => 'admin/help',
  33527. 'title' => 'Help',
  33528. 'title_callback' => 't',
  33529. 'title_arguments' => '',
  33530. 'theme_callback' => '',
  33531. 'theme_arguments' => 'a:0:{}',
  33532. 'type' => '6',
  33533. 'description' => 'Reference for usage, configuration, and modules.',
  33534. 'position' => '',
  33535. 'weight' => '9',
  33536. 'include_file' => 'modules/help/help.admin.inc',
  33537. ))
  33538. ->values(array(
  33539. 'path' => 'admin/help/aggregator',
  33540. 'load_functions' => '',
  33541. 'to_arg_functions' => '',
  33542. 'access_callback' => 'user_access',
  33543. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33544. 'page_callback' => 'help_page',
  33545. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33546. 'delivery_callback' => '',
  33547. 'fit' => '7',
  33548. 'number_parts' => '3',
  33549. 'context' => '0',
  33550. 'tab_parent' => '',
  33551. 'tab_root' => 'admin/help/aggregator',
  33552. 'title' => 'aggregator',
  33553. 'title_callback' => 't',
  33554. 'title_arguments' => '',
  33555. 'theme_callback' => '',
  33556. 'theme_arguments' => 'a:0:{}',
  33557. 'type' => '4',
  33558. 'description' => '',
  33559. 'position' => '',
  33560. 'weight' => '0',
  33561. 'include_file' => 'modules/help/help.admin.inc',
  33562. ))
  33563. ->values(array(
  33564. 'path' => 'admin/help/block',
  33565. 'load_functions' => '',
  33566. 'to_arg_functions' => '',
  33567. 'access_callback' => 'user_access',
  33568. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33569. 'page_callback' => 'help_page',
  33570. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33571. 'delivery_callback' => '',
  33572. 'fit' => '7',
  33573. 'number_parts' => '3',
  33574. 'context' => '0',
  33575. 'tab_parent' => '',
  33576. 'tab_root' => 'admin/help/block',
  33577. 'title' => 'block',
  33578. 'title_callback' => 't',
  33579. 'title_arguments' => '',
  33580. 'theme_callback' => '',
  33581. 'theme_arguments' => 'a:0:{}',
  33582. 'type' => '4',
  33583. 'description' => '',
  33584. 'position' => '',
  33585. 'weight' => '0',
  33586. 'include_file' => 'modules/help/help.admin.inc',
  33587. ))
  33588. ->values(array(
  33589. 'path' => 'admin/help/blog',
  33590. 'load_functions' => '',
  33591. 'to_arg_functions' => '',
  33592. 'access_callback' => 'user_access',
  33593. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33594. 'page_callback' => 'help_page',
  33595. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33596. 'delivery_callback' => '',
  33597. 'fit' => '7',
  33598. 'number_parts' => '3',
  33599. 'context' => '0',
  33600. 'tab_parent' => '',
  33601. 'tab_root' => 'admin/help/blog',
  33602. 'title' => 'blog',
  33603. 'title_callback' => 't',
  33604. 'title_arguments' => '',
  33605. 'theme_callback' => '',
  33606. 'theme_arguments' => 'a:0:{}',
  33607. 'type' => '4',
  33608. 'description' => '',
  33609. 'position' => '',
  33610. 'weight' => '0',
  33611. 'include_file' => 'modules/help/help.admin.inc',
  33612. ))
  33613. ->values(array(
  33614. 'path' => 'admin/help/book',
  33615. 'load_functions' => '',
  33616. 'to_arg_functions' => '',
  33617. 'access_callback' => 'user_access',
  33618. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33619. 'page_callback' => 'help_page',
  33620. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33621. 'delivery_callback' => '',
  33622. 'fit' => '7',
  33623. 'number_parts' => '3',
  33624. 'context' => '0',
  33625. 'tab_parent' => '',
  33626. 'tab_root' => 'admin/help/book',
  33627. 'title' => 'book',
  33628. 'title_callback' => 't',
  33629. 'title_arguments' => '',
  33630. 'theme_callback' => '',
  33631. 'theme_arguments' => 'a:0:{}',
  33632. 'type' => '4',
  33633. 'description' => '',
  33634. 'position' => '',
  33635. 'weight' => '0',
  33636. 'include_file' => 'modules/help/help.admin.inc',
  33637. ))
  33638. ->values(array(
  33639. 'path' => 'admin/help/color',
  33640. 'load_functions' => '',
  33641. 'to_arg_functions' => '',
  33642. 'access_callback' => 'user_access',
  33643. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33644. 'page_callback' => 'help_page',
  33645. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33646. 'delivery_callback' => '',
  33647. 'fit' => '7',
  33648. 'number_parts' => '3',
  33649. 'context' => '0',
  33650. 'tab_parent' => '',
  33651. 'tab_root' => 'admin/help/color',
  33652. 'title' => 'color',
  33653. 'title_callback' => 't',
  33654. 'title_arguments' => '',
  33655. 'theme_callback' => '',
  33656. 'theme_arguments' => 'a:0:{}',
  33657. 'type' => '4',
  33658. 'description' => '',
  33659. 'position' => '',
  33660. 'weight' => '0',
  33661. 'include_file' => 'modules/help/help.admin.inc',
  33662. ))
  33663. ->values(array(
  33664. 'path' => 'admin/help/comment',
  33665. 'load_functions' => '',
  33666. 'to_arg_functions' => '',
  33667. 'access_callback' => 'user_access',
  33668. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33669. 'page_callback' => 'help_page',
  33670. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33671. 'delivery_callback' => '',
  33672. 'fit' => '7',
  33673. 'number_parts' => '3',
  33674. 'context' => '0',
  33675. 'tab_parent' => '',
  33676. 'tab_root' => 'admin/help/comment',
  33677. 'title' => 'comment',
  33678. 'title_callback' => 't',
  33679. 'title_arguments' => '',
  33680. 'theme_callback' => '',
  33681. 'theme_arguments' => 'a:0:{}',
  33682. 'type' => '4',
  33683. 'description' => '',
  33684. 'position' => '',
  33685. 'weight' => '0',
  33686. 'include_file' => 'modules/help/help.admin.inc',
  33687. ))
  33688. ->values(array(
  33689. 'path' => 'admin/help/contact',
  33690. 'load_functions' => '',
  33691. 'to_arg_functions' => '',
  33692. 'access_callback' => 'user_access',
  33693. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33694. 'page_callback' => 'help_page',
  33695. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33696. 'delivery_callback' => '',
  33697. 'fit' => '7',
  33698. 'number_parts' => '3',
  33699. 'context' => '0',
  33700. 'tab_parent' => '',
  33701. 'tab_root' => 'admin/help/contact',
  33702. 'title' => 'contact',
  33703. 'title_callback' => 't',
  33704. 'title_arguments' => '',
  33705. 'theme_callback' => '',
  33706. 'theme_arguments' => 'a:0:{}',
  33707. 'type' => '4',
  33708. 'description' => '',
  33709. 'position' => '',
  33710. 'weight' => '0',
  33711. 'include_file' => 'modules/help/help.admin.inc',
  33712. ))
  33713. ->values(array(
  33714. 'path' => 'admin/help/contextual',
  33715. 'load_functions' => '',
  33716. 'to_arg_functions' => '',
  33717. 'access_callback' => 'user_access',
  33718. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33719. 'page_callback' => 'help_page',
  33720. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33721. 'delivery_callback' => '',
  33722. 'fit' => '7',
  33723. 'number_parts' => '3',
  33724. 'context' => '0',
  33725. 'tab_parent' => '',
  33726. 'tab_root' => 'admin/help/contextual',
  33727. 'title' => 'contextual',
  33728. 'title_callback' => 't',
  33729. 'title_arguments' => '',
  33730. 'theme_callback' => '',
  33731. 'theme_arguments' => 'a:0:{}',
  33732. 'type' => '4',
  33733. 'description' => '',
  33734. 'position' => '',
  33735. 'weight' => '0',
  33736. 'include_file' => 'modules/help/help.admin.inc',
  33737. ))
  33738. ->values(array(
  33739. 'path' => 'admin/help/date',
  33740. 'load_functions' => '',
  33741. 'to_arg_functions' => '',
  33742. 'access_callback' => 'user_access',
  33743. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33744. 'page_callback' => 'help_page',
  33745. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33746. 'delivery_callback' => '',
  33747. 'fit' => '7',
  33748. 'number_parts' => '3',
  33749. 'context' => '0',
  33750. 'tab_parent' => '',
  33751. 'tab_root' => 'admin/help/date',
  33752. 'title' => 'date',
  33753. 'title_callback' => 't',
  33754. 'title_arguments' => '',
  33755. 'theme_callback' => '',
  33756. 'theme_arguments' => 'a:0:{}',
  33757. 'type' => '4',
  33758. 'description' => '',
  33759. 'position' => '',
  33760. 'weight' => '0',
  33761. 'include_file' => 'modules/help/help.admin.inc',
  33762. ))
  33763. ->values(array(
  33764. 'path' => 'admin/help/dblog',
  33765. 'load_functions' => '',
  33766. 'to_arg_functions' => '',
  33767. 'access_callback' => 'user_access',
  33768. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33769. 'page_callback' => 'help_page',
  33770. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33771. 'delivery_callback' => '',
  33772. 'fit' => '7',
  33773. 'number_parts' => '3',
  33774. 'context' => '0',
  33775. 'tab_parent' => '',
  33776. 'tab_root' => 'admin/help/dblog',
  33777. 'title' => 'dblog',
  33778. 'title_callback' => 't',
  33779. 'title_arguments' => '',
  33780. 'theme_callback' => '',
  33781. 'theme_arguments' => 'a:0:{}',
  33782. 'type' => '4',
  33783. 'description' => '',
  33784. 'position' => '',
  33785. 'weight' => '0',
  33786. 'include_file' => 'modules/help/help.admin.inc',
  33787. ))
  33788. ->values(array(
  33789. 'path' => 'admin/help/field',
  33790. 'load_functions' => '',
  33791. 'to_arg_functions' => '',
  33792. 'access_callback' => 'user_access',
  33793. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33794. 'page_callback' => 'help_page',
  33795. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33796. 'delivery_callback' => '',
  33797. 'fit' => '7',
  33798. 'number_parts' => '3',
  33799. 'context' => '0',
  33800. 'tab_parent' => '',
  33801. 'tab_root' => 'admin/help/field',
  33802. 'title' => 'field',
  33803. 'title_callback' => 't',
  33804. 'title_arguments' => '',
  33805. 'theme_callback' => '',
  33806. 'theme_arguments' => 'a:0:{}',
  33807. 'type' => '4',
  33808. 'description' => '',
  33809. 'position' => '',
  33810. 'weight' => '0',
  33811. 'include_file' => 'modules/help/help.admin.inc',
  33812. ))
  33813. ->values(array(
  33814. 'path' => 'admin/help/field_sql_storage',
  33815. 'load_functions' => '',
  33816. 'to_arg_functions' => '',
  33817. 'access_callback' => 'user_access',
  33818. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33819. 'page_callback' => 'help_page',
  33820. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33821. 'delivery_callback' => '',
  33822. 'fit' => '7',
  33823. 'number_parts' => '3',
  33824. 'context' => '0',
  33825. 'tab_parent' => '',
  33826. 'tab_root' => 'admin/help/field_sql_storage',
  33827. 'title' => 'field_sql_storage',
  33828. 'title_callback' => 't',
  33829. 'title_arguments' => '',
  33830. 'theme_callback' => '',
  33831. 'theme_arguments' => 'a:0:{}',
  33832. 'type' => '4',
  33833. 'description' => '',
  33834. 'position' => '',
  33835. 'weight' => '0',
  33836. 'include_file' => 'modules/help/help.admin.inc',
  33837. ))
  33838. ->values(array(
  33839. 'path' => 'admin/help/field_ui',
  33840. 'load_functions' => '',
  33841. 'to_arg_functions' => '',
  33842. 'access_callback' => 'user_access',
  33843. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33844. 'page_callback' => 'help_page',
  33845. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33846. 'delivery_callback' => '',
  33847. 'fit' => '7',
  33848. 'number_parts' => '3',
  33849. 'context' => '0',
  33850. 'tab_parent' => '',
  33851. 'tab_root' => 'admin/help/field_ui',
  33852. 'title' => 'field_ui',
  33853. 'title_callback' => 't',
  33854. 'title_arguments' => '',
  33855. 'theme_callback' => '',
  33856. 'theme_arguments' => 'a:0:{}',
  33857. 'type' => '4',
  33858. 'description' => '',
  33859. 'position' => '',
  33860. 'weight' => '0',
  33861. 'include_file' => 'modules/help/help.admin.inc',
  33862. ))
  33863. ->values(array(
  33864. 'path' => 'admin/help/file',
  33865. 'load_functions' => '',
  33866. 'to_arg_functions' => '',
  33867. 'access_callback' => 'user_access',
  33868. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33869. 'page_callback' => 'help_page',
  33870. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33871. 'delivery_callback' => '',
  33872. 'fit' => '7',
  33873. 'number_parts' => '3',
  33874. 'context' => '0',
  33875. 'tab_parent' => '',
  33876. 'tab_root' => 'admin/help/file',
  33877. 'title' => 'file',
  33878. 'title_callback' => 't',
  33879. 'title_arguments' => '',
  33880. 'theme_callback' => '',
  33881. 'theme_arguments' => 'a:0:{}',
  33882. 'type' => '4',
  33883. 'description' => '',
  33884. 'position' => '',
  33885. 'weight' => '0',
  33886. 'include_file' => 'modules/help/help.admin.inc',
  33887. ))
  33888. ->values(array(
  33889. 'path' => 'admin/help/filter',
  33890. 'load_functions' => '',
  33891. 'to_arg_functions' => '',
  33892. 'access_callback' => 'user_access',
  33893. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33894. 'page_callback' => 'help_page',
  33895. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33896. 'delivery_callback' => '',
  33897. 'fit' => '7',
  33898. 'number_parts' => '3',
  33899. 'context' => '0',
  33900. 'tab_parent' => '',
  33901. 'tab_root' => 'admin/help/filter',
  33902. 'title' => 'filter',
  33903. 'title_callback' => 't',
  33904. 'title_arguments' => '',
  33905. 'theme_callback' => '',
  33906. 'theme_arguments' => 'a:0:{}',
  33907. 'type' => '4',
  33908. 'description' => '',
  33909. 'position' => '',
  33910. 'weight' => '0',
  33911. 'include_file' => 'modules/help/help.admin.inc',
  33912. ))
  33913. ->values(array(
  33914. 'path' => 'admin/help/forum',
  33915. 'load_functions' => '',
  33916. 'to_arg_functions' => '',
  33917. 'access_callback' => 'user_access',
  33918. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33919. 'page_callback' => 'help_page',
  33920. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33921. 'delivery_callback' => '',
  33922. 'fit' => '7',
  33923. 'number_parts' => '3',
  33924. 'context' => '0',
  33925. 'tab_parent' => '',
  33926. 'tab_root' => 'admin/help/forum',
  33927. 'title' => 'forum',
  33928. 'title_callback' => 't',
  33929. 'title_arguments' => '',
  33930. 'theme_callback' => '',
  33931. 'theme_arguments' => 'a:0:{}',
  33932. 'type' => '4',
  33933. 'description' => '',
  33934. 'position' => '',
  33935. 'weight' => '0',
  33936. 'include_file' => 'modules/help/help.admin.inc',
  33937. ))
  33938. ->values(array(
  33939. 'path' => 'admin/help/help',
  33940. 'load_functions' => '',
  33941. 'to_arg_functions' => '',
  33942. 'access_callback' => 'user_access',
  33943. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33944. 'page_callback' => 'help_page',
  33945. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33946. 'delivery_callback' => '',
  33947. 'fit' => '7',
  33948. 'number_parts' => '3',
  33949. 'context' => '0',
  33950. 'tab_parent' => '',
  33951. 'tab_root' => 'admin/help/help',
  33952. 'title' => 'help',
  33953. 'title_callback' => 't',
  33954. 'title_arguments' => '',
  33955. 'theme_callback' => '',
  33956. 'theme_arguments' => 'a:0:{}',
  33957. 'type' => '4',
  33958. 'description' => '',
  33959. 'position' => '',
  33960. 'weight' => '0',
  33961. 'include_file' => 'modules/help/help.admin.inc',
  33962. ))
  33963. ->values(array(
  33964. 'path' => 'admin/help/image',
  33965. 'load_functions' => '',
  33966. 'to_arg_functions' => '',
  33967. 'access_callback' => 'user_access',
  33968. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33969. 'page_callback' => 'help_page',
  33970. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33971. 'delivery_callback' => '',
  33972. 'fit' => '7',
  33973. 'number_parts' => '3',
  33974. 'context' => '0',
  33975. 'tab_parent' => '',
  33976. 'tab_root' => 'admin/help/image',
  33977. 'title' => 'image',
  33978. 'title_callback' => 't',
  33979. 'title_arguments' => '',
  33980. 'theme_callback' => '',
  33981. 'theme_arguments' => 'a:0:{}',
  33982. 'type' => '4',
  33983. 'description' => '',
  33984. 'position' => '',
  33985. 'weight' => '0',
  33986. 'include_file' => 'modules/help/help.admin.inc',
  33987. ))
  33988. ->values(array(
  33989. 'path' => 'admin/help/list',
  33990. 'load_functions' => '',
  33991. 'to_arg_functions' => '',
  33992. 'access_callback' => 'user_access',
  33993. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  33994. 'page_callback' => 'help_page',
  33995. 'page_arguments' => 'a:1:{i:0;i:2;}',
  33996. 'delivery_callback' => '',
  33997. 'fit' => '7',
  33998. 'number_parts' => '3',
  33999. 'context' => '0',
  34000. 'tab_parent' => '',
  34001. 'tab_root' => 'admin/help/list',
  34002. 'title' => 'list',
  34003. 'title_callback' => 't',
  34004. 'title_arguments' => '',
  34005. 'theme_callback' => '',
  34006. 'theme_arguments' => 'a:0:{}',
  34007. 'type' => '4',
  34008. 'description' => '',
  34009. 'position' => '',
  34010. 'weight' => '0',
  34011. 'include_file' => 'modules/help/help.admin.inc',
  34012. ))
  34013. ->values(array(
  34014. 'path' => 'admin/help/locale',
  34015. 'load_functions' => '',
  34016. 'to_arg_functions' => '',
  34017. 'access_callback' => 'user_access',
  34018. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34019. 'page_callback' => 'help_page',
  34020. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34021. 'delivery_callback' => '',
  34022. 'fit' => '7',
  34023. 'number_parts' => '3',
  34024. 'context' => '0',
  34025. 'tab_parent' => '',
  34026. 'tab_root' => 'admin/help/locale',
  34027. 'title' => 'locale',
  34028. 'title_callback' => 't',
  34029. 'title_arguments' => '',
  34030. 'theme_callback' => '',
  34031. 'theme_arguments' => 'a:0:{}',
  34032. 'type' => '4',
  34033. 'description' => '',
  34034. 'position' => '',
  34035. 'weight' => '0',
  34036. 'include_file' => 'modules/help/help.admin.inc',
  34037. ))
  34038. ->values(array(
  34039. 'path' => 'admin/help/menu',
  34040. 'load_functions' => '',
  34041. 'to_arg_functions' => '',
  34042. 'access_callback' => 'user_access',
  34043. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34044. 'page_callback' => 'help_page',
  34045. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34046. 'delivery_callback' => '',
  34047. 'fit' => '7',
  34048. 'number_parts' => '3',
  34049. 'context' => '0',
  34050. 'tab_parent' => '',
  34051. 'tab_root' => 'admin/help/menu',
  34052. 'title' => 'menu',
  34053. 'title_callback' => 't',
  34054. 'title_arguments' => '',
  34055. 'theme_callback' => '',
  34056. 'theme_arguments' => 'a:0:{}',
  34057. 'type' => '4',
  34058. 'description' => '',
  34059. 'position' => '',
  34060. 'weight' => '0',
  34061. 'include_file' => 'modules/help/help.admin.inc',
  34062. ))
  34063. ->values(array(
  34064. 'path' => 'admin/help/node',
  34065. 'load_functions' => '',
  34066. 'to_arg_functions' => '',
  34067. 'access_callback' => 'user_access',
  34068. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34069. 'page_callback' => 'help_page',
  34070. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34071. 'delivery_callback' => '',
  34072. 'fit' => '7',
  34073. 'number_parts' => '3',
  34074. 'context' => '0',
  34075. 'tab_parent' => '',
  34076. 'tab_root' => 'admin/help/node',
  34077. 'title' => 'node',
  34078. 'title_callback' => 't',
  34079. 'title_arguments' => '',
  34080. 'theme_callback' => '',
  34081. 'theme_arguments' => 'a:0:{}',
  34082. 'type' => '4',
  34083. 'description' => '',
  34084. 'position' => '',
  34085. 'weight' => '0',
  34086. 'include_file' => 'modules/help/help.admin.inc',
  34087. ))
  34088. ->values(array(
  34089. 'path' => 'admin/help/number',
  34090. 'load_functions' => '',
  34091. 'to_arg_functions' => '',
  34092. 'access_callback' => 'user_access',
  34093. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34094. 'page_callback' => 'help_page',
  34095. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34096. 'delivery_callback' => '',
  34097. 'fit' => '7',
  34098. 'number_parts' => '3',
  34099. 'context' => '0',
  34100. 'tab_parent' => '',
  34101. 'tab_root' => 'admin/help/number',
  34102. 'title' => 'number',
  34103. 'title_callback' => 't',
  34104. 'title_arguments' => '',
  34105. 'theme_callback' => '',
  34106. 'theme_arguments' => 'a:0:{}',
  34107. 'type' => '4',
  34108. 'description' => '',
  34109. 'position' => '',
  34110. 'weight' => '0',
  34111. 'include_file' => 'modules/help/help.admin.inc',
  34112. ))
  34113. ->values(array(
  34114. 'path' => 'admin/help/options',
  34115. 'load_functions' => '',
  34116. 'to_arg_functions' => '',
  34117. 'access_callback' => 'user_access',
  34118. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34119. 'page_callback' => 'help_page',
  34120. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34121. 'delivery_callback' => '',
  34122. 'fit' => '7',
  34123. 'number_parts' => '3',
  34124. 'context' => '0',
  34125. 'tab_parent' => '',
  34126. 'tab_root' => 'admin/help/options',
  34127. 'title' => 'options',
  34128. 'title_callback' => 't',
  34129. 'title_arguments' => '',
  34130. 'theme_callback' => '',
  34131. 'theme_arguments' => 'a:0:{}',
  34132. 'type' => '4',
  34133. 'description' => '',
  34134. 'position' => '',
  34135. 'weight' => '0',
  34136. 'include_file' => 'modules/help/help.admin.inc',
  34137. ))
  34138. ->values(array(
  34139. 'path' => 'admin/help/path',
  34140. 'load_functions' => '',
  34141. 'to_arg_functions' => '',
  34142. 'access_callback' => 'user_access',
  34143. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34144. 'page_callback' => 'help_page',
  34145. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34146. 'delivery_callback' => '',
  34147. 'fit' => '7',
  34148. 'number_parts' => '3',
  34149. 'context' => '0',
  34150. 'tab_parent' => '',
  34151. 'tab_root' => 'admin/help/path',
  34152. 'title' => 'path',
  34153. 'title_callback' => 't',
  34154. 'title_arguments' => '',
  34155. 'theme_callback' => '',
  34156. 'theme_arguments' => 'a:0:{}',
  34157. 'type' => '4',
  34158. 'description' => '',
  34159. 'position' => '',
  34160. 'weight' => '0',
  34161. 'include_file' => 'modules/help/help.admin.inc',
  34162. ))
  34163. ->values(array(
  34164. 'path' => 'admin/help/php',
  34165. 'load_functions' => '',
  34166. 'to_arg_functions' => '',
  34167. 'access_callback' => 'user_access',
  34168. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34169. 'page_callback' => 'help_page',
  34170. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34171. 'delivery_callback' => '',
  34172. 'fit' => '7',
  34173. 'number_parts' => '3',
  34174. 'context' => '0',
  34175. 'tab_parent' => '',
  34176. 'tab_root' => 'admin/help/php',
  34177. 'title' => 'php',
  34178. 'title_callback' => 't',
  34179. 'title_arguments' => '',
  34180. 'theme_callback' => '',
  34181. 'theme_arguments' => 'a:0:{}',
  34182. 'type' => '4',
  34183. 'description' => '',
  34184. 'position' => '',
  34185. 'weight' => '0',
  34186. 'include_file' => 'modules/help/help.admin.inc',
  34187. ))
  34188. ->values(array(
  34189. 'path' => 'admin/help/rdf',
  34190. 'load_functions' => '',
  34191. 'to_arg_functions' => '',
  34192. 'access_callback' => 'user_access',
  34193. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34194. 'page_callback' => 'help_page',
  34195. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34196. 'delivery_callback' => '',
  34197. 'fit' => '7',
  34198. 'number_parts' => '3',
  34199. 'context' => '0',
  34200. 'tab_parent' => '',
  34201. 'tab_root' => 'admin/help/rdf',
  34202. 'title' => 'rdf',
  34203. 'title_callback' => 't',
  34204. 'title_arguments' => '',
  34205. 'theme_callback' => '',
  34206. 'theme_arguments' => 'a:0:{}',
  34207. 'type' => '4',
  34208. 'description' => '',
  34209. 'position' => '',
  34210. 'weight' => '0',
  34211. 'include_file' => 'modules/help/help.admin.inc',
  34212. ))
  34213. ->values(array(
  34214. 'path' => 'admin/help/search',
  34215. 'load_functions' => '',
  34216. 'to_arg_functions' => '',
  34217. 'access_callback' => 'user_access',
  34218. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34219. 'page_callback' => 'help_page',
  34220. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34221. 'delivery_callback' => '',
  34222. 'fit' => '7',
  34223. 'number_parts' => '3',
  34224. 'context' => '0',
  34225. 'tab_parent' => '',
  34226. 'tab_root' => 'admin/help/search',
  34227. 'title' => 'search',
  34228. 'title_callback' => 't',
  34229. 'title_arguments' => '',
  34230. 'theme_callback' => '',
  34231. 'theme_arguments' => 'a:0:{}',
  34232. 'type' => '4',
  34233. 'description' => '',
  34234. 'position' => '',
  34235. 'weight' => '0',
  34236. 'include_file' => 'modules/help/help.admin.inc',
  34237. ))
  34238. ->values(array(
  34239. 'path' => 'admin/help/shortcut',
  34240. 'load_functions' => '',
  34241. 'to_arg_functions' => '',
  34242. 'access_callback' => 'user_access',
  34243. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34244. 'page_callback' => 'help_page',
  34245. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34246. 'delivery_callback' => '',
  34247. 'fit' => '7',
  34248. 'number_parts' => '3',
  34249. 'context' => '0',
  34250. 'tab_parent' => '',
  34251. 'tab_root' => 'admin/help/shortcut',
  34252. 'title' => 'shortcut',
  34253. 'title_callback' => 't',
  34254. 'title_arguments' => '',
  34255. 'theme_callback' => '',
  34256. 'theme_arguments' => 'a:0:{}',
  34257. 'type' => '4',
  34258. 'description' => '',
  34259. 'position' => '',
  34260. 'weight' => '0',
  34261. 'include_file' => 'modules/help/help.admin.inc',
  34262. ))
  34263. ->values(array(
  34264. 'path' => 'admin/help/simpletest',
  34265. 'load_functions' => '',
  34266. 'to_arg_functions' => '',
  34267. 'access_callback' => 'user_access',
  34268. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34269. 'page_callback' => 'help_page',
  34270. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34271. 'delivery_callback' => '',
  34272. 'fit' => '7',
  34273. 'number_parts' => '3',
  34274. 'context' => '0',
  34275. 'tab_parent' => '',
  34276. 'tab_root' => 'admin/help/simpletest',
  34277. 'title' => 'simpletest',
  34278. 'title_callback' => 't',
  34279. 'title_arguments' => '',
  34280. 'theme_callback' => '',
  34281. 'theme_arguments' => 'a:0:{}',
  34282. 'type' => '4',
  34283. 'description' => '',
  34284. 'position' => '',
  34285. 'weight' => '0',
  34286. 'include_file' => 'modules/help/help.admin.inc',
  34287. ))
  34288. ->values(array(
  34289. 'path' => 'admin/help/statistics',
  34290. 'load_functions' => '',
  34291. 'to_arg_functions' => '',
  34292. 'access_callback' => 'user_access',
  34293. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34294. 'page_callback' => 'help_page',
  34295. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34296. 'delivery_callback' => '',
  34297. 'fit' => '7',
  34298. 'number_parts' => '3',
  34299. 'context' => '0',
  34300. 'tab_parent' => '',
  34301. 'tab_root' => 'admin/help/statistics',
  34302. 'title' => 'statistics',
  34303. 'title_callback' => 't',
  34304. 'title_arguments' => '',
  34305. 'theme_callback' => '',
  34306. 'theme_arguments' => 'a:0:{}',
  34307. 'type' => '4',
  34308. 'description' => '',
  34309. 'position' => '',
  34310. 'weight' => '0',
  34311. 'include_file' => 'modules/help/help.admin.inc',
  34312. ))
  34313. ->values(array(
  34314. 'path' => 'admin/help/syslog',
  34315. 'load_functions' => '',
  34316. 'to_arg_functions' => '',
  34317. 'access_callback' => 'user_access',
  34318. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34319. 'page_callback' => 'help_page',
  34320. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34321. 'delivery_callback' => '',
  34322. 'fit' => '7',
  34323. 'number_parts' => '3',
  34324. 'context' => '0',
  34325. 'tab_parent' => '',
  34326. 'tab_root' => 'admin/help/syslog',
  34327. 'title' => 'syslog',
  34328. 'title_callback' => 't',
  34329. 'title_arguments' => '',
  34330. 'theme_callback' => '',
  34331. 'theme_arguments' => 'a:0:{}',
  34332. 'type' => '4',
  34333. 'description' => '',
  34334. 'position' => '',
  34335. 'weight' => '0',
  34336. 'include_file' => 'modules/help/help.admin.inc',
  34337. ))
  34338. ->values(array(
  34339. 'path' => 'admin/help/system',
  34340. 'load_functions' => '',
  34341. 'to_arg_functions' => '',
  34342. 'access_callback' => 'user_access',
  34343. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34344. 'page_callback' => 'help_page',
  34345. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34346. 'delivery_callback' => '',
  34347. 'fit' => '7',
  34348. 'number_parts' => '3',
  34349. 'context' => '0',
  34350. 'tab_parent' => '',
  34351. 'tab_root' => 'admin/help/system',
  34352. 'title' => 'system',
  34353. 'title_callback' => 't',
  34354. 'title_arguments' => '',
  34355. 'theme_callback' => '',
  34356. 'theme_arguments' => 'a:0:{}',
  34357. 'type' => '4',
  34358. 'description' => '',
  34359. 'position' => '',
  34360. 'weight' => '0',
  34361. 'include_file' => 'modules/help/help.admin.inc',
  34362. ))
  34363. ->values(array(
  34364. 'path' => 'admin/help/taxonomy',
  34365. 'load_functions' => '',
  34366. 'to_arg_functions' => '',
  34367. 'access_callback' => 'user_access',
  34368. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34369. 'page_callback' => 'help_page',
  34370. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34371. 'delivery_callback' => '',
  34372. 'fit' => '7',
  34373. 'number_parts' => '3',
  34374. 'context' => '0',
  34375. 'tab_parent' => '',
  34376. 'tab_root' => 'admin/help/taxonomy',
  34377. 'title' => 'taxonomy',
  34378. 'title_callback' => 't',
  34379. 'title_arguments' => '',
  34380. 'theme_callback' => '',
  34381. 'theme_arguments' => 'a:0:{}',
  34382. 'type' => '4',
  34383. 'description' => '',
  34384. 'position' => '',
  34385. 'weight' => '0',
  34386. 'include_file' => 'modules/help/help.admin.inc',
  34387. ))
  34388. ->values(array(
  34389. 'path' => 'admin/help/text',
  34390. 'load_functions' => '',
  34391. 'to_arg_functions' => '',
  34392. 'access_callback' => 'user_access',
  34393. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34394. 'page_callback' => 'help_page',
  34395. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34396. 'delivery_callback' => '',
  34397. 'fit' => '7',
  34398. 'number_parts' => '3',
  34399. 'context' => '0',
  34400. 'tab_parent' => '',
  34401. 'tab_root' => 'admin/help/text',
  34402. 'title' => 'text',
  34403. 'title_callback' => 't',
  34404. 'title_arguments' => '',
  34405. 'theme_callback' => '',
  34406. 'theme_arguments' => 'a:0:{}',
  34407. 'type' => '4',
  34408. 'description' => '',
  34409. 'position' => '',
  34410. 'weight' => '0',
  34411. 'include_file' => 'modules/help/help.admin.inc',
  34412. ))
  34413. ->values(array(
  34414. 'path' => 'admin/help/toolbar',
  34415. 'load_functions' => '',
  34416. 'to_arg_functions' => '',
  34417. 'access_callback' => 'user_access',
  34418. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34419. 'page_callback' => 'help_page',
  34420. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34421. 'delivery_callback' => '',
  34422. 'fit' => '7',
  34423. 'number_parts' => '3',
  34424. 'context' => '0',
  34425. 'tab_parent' => '',
  34426. 'tab_root' => 'admin/help/toolbar',
  34427. 'title' => 'toolbar',
  34428. 'title_callback' => 't',
  34429. 'title_arguments' => '',
  34430. 'theme_callback' => '',
  34431. 'theme_arguments' => 'a:0:{}',
  34432. 'type' => '4',
  34433. 'description' => '',
  34434. 'position' => '',
  34435. 'weight' => '0',
  34436. 'include_file' => 'modules/help/help.admin.inc',
  34437. ))
  34438. ->values(array(
  34439. 'path' => 'admin/help/tracker',
  34440. 'load_functions' => '',
  34441. 'to_arg_functions' => '',
  34442. 'access_callback' => 'user_access',
  34443. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34444. 'page_callback' => 'help_page',
  34445. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34446. 'delivery_callback' => '',
  34447. 'fit' => '7',
  34448. 'number_parts' => '3',
  34449. 'context' => '0',
  34450. 'tab_parent' => '',
  34451. 'tab_root' => 'admin/help/tracker',
  34452. 'title' => 'tracker',
  34453. 'title_callback' => 't',
  34454. 'title_arguments' => '',
  34455. 'theme_callback' => '',
  34456. 'theme_arguments' => 'a:0:{}',
  34457. 'type' => '4',
  34458. 'description' => '',
  34459. 'position' => '',
  34460. 'weight' => '0',
  34461. 'include_file' => 'modules/help/help.admin.inc',
  34462. ))
  34463. ->values(array(
  34464. 'path' => 'admin/help/translation',
  34465. 'load_functions' => '',
  34466. 'to_arg_functions' => '',
  34467. 'access_callback' => 'user_access',
  34468. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34469. 'page_callback' => 'help_page',
  34470. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34471. 'delivery_callback' => '',
  34472. 'fit' => '7',
  34473. 'number_parts' => '3',
  34474. 'context' => '0',
  34475. 'tab_parent' => '',
  34476. 'tab_root' => 'admin/help/translation',
  34477. 'title' => 'translation',
  34478. 'title_callback' => 't',
  34479. 'title_arguments' => '',
  34480. 'theme_callback' => '',
  34481. 'theme_arguments' => 'a:0:{}',
  34482. 'type' => '4',
  34483. 'description' => '',
  34484. 'position' => '',
  34485. 'weight' => '0',
  34486. 'include_file' => 'modules/help/help.admin.inc',
  34487. ))
  34488. ->values(array(
  34489. 'path' => 'admin/help/trigger',
  34490. 'load_functions' => '',
  34491. 'to_arg_functions' => '',
  34492. 'access_callback' => 'user_access',
  34493. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34494. 'page_callback' => 'help_page',
  34495. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34496. 'delivery_callback' => '',
  34497. 'fit' => '7',
  34498. 'number_parts' => '3',
  34499. 'context' => '0',
  34500. 'tab_parent' => '',
  34501. 'tab_root' => 'admin/help/trigger',
  34502. 'title' => 'trigger',
  34503. 'title_callback' => 't',
  34504. 'title_arguments' => '',
  34505. 'theme_callback' => '',
  34506. 'theme_arguments' => 'a:0:{}',
  34507. 'type' => '4',
  34508. 'description' => '',
  34509. 'position' => '',
  34510. 'weight' => '0',
  34511. 'include_file' => 'modules/help/help.admin.inc',
  34512. ))
  34513. ->values(array(
  34514. 'path' => 'admin/help/update',
  34515. 'load_functions' => '',
  34516. 'to_arg_functions' => '',
  34517. 'access_callback' => 'user_access',
  34518. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34519. 'page_callback' => 'help_page',
  34520. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34521. 'delivery_callback' => '',
  34522. 'fit' => '7',
  34523. 'number_parts' => '3',
  34524. 'context' => '0',
  34525. 'tab_parent' => '',
  34526. 'tab_root' => 'admin/help/update',
  34527. 'title' => 'update',
  34528. 'title_callback' => 't',
  34529. 'title_arguments' => '',
  34530. 'theme_callback' => '',
  34531. 'theme_arguments' => 'a:0:{}',
  34532. 'type' => '4',
  34533. 'description' => '',
  34534. 'position' => '',
  34535. 'weight' => '0',
  34536. 'include_file' => 'modules/help/help.admin.inc',
  34537. ))
  34538. ->values(array(
  34539. 'path' => 'admin/help/user',
  34540. 'load_functions' => '',
  34541. 'to_arg_functions' => '',
  34542. 'access_callback' => 'user_access',
  34543. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34544. 'page_callback' => 'help_page',
  34545. 'page_arguments' => 'a:1:{i:0;i:2;}',
  34546. 'delivery_callback' => '',
  34547. 'fit' => '7',
  34548. 'number_parts' => '3',
  34549. 'context' => '0',
  34550. 'tab_parent' => '',
  34551. 'tab_root' => 'admin/help/user',
  34552. 'title' => 'user',
  34553. 'title_callback' => 't',
  34554. 'title_arguments' => '',
  34555. 'theme_callback' => '',
  34556. 'theme_arguments' => 'a:0:{}',
  34557. 'type' => '4',
  34558. 'description' => '',
  34559. 'position' => '',
  34560. 'weight' => '0',
  34561. 'include_file' => 'modules/help/help.admin.inc',
  34562. ))
  34563. ->values(array(
  34564. 'path' => 'admin/index',
  34565. 'load_functions' => '',
  34566. 'to_arg_functions' => '',
  34567. 'access_callback' => 'user_access',
  34568. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34569. 'page_callback' => 'system_admin_index',
  34570. 'page_arguments' => 'a:0:{}',
  34571. 'delivery_callback' => '',
  34572. 'fit' => '3',
  34573. 'number_parts' => '2',
  34574. 'context' => '1',
  34575. 'tab_parent' => 'admin',
  34576. 'tab_root' => 'admin',
  34577. 'title' => 'Index',
  34578. 'title_callback' => 't',
  34579. 'title_arguments' => '',
  34580. 'theme_callback' => '',
  34581. 'theme_arguments' => 'a:0:{}',
  34582. 'type' => '132',
  34583. 'description' => '',
  34584. 'position' => '',
  34585. 'weight' => '-18',
  34586. 'include_file' => 'modules/system/system.admin.inc',
  34587. ))
  34588. ->values(array(
  34589. 'path' => 'admin/modules',
  34590. 'load_functions' => '',
  34591. 'to_arg_functions' => '',
  34592. 'access_callback' => 'user_access',
  34593. 'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
  34594. 'page_callback' => 'drupal_get_form',
  34595. 'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
  34596. 'delivery_callback' => '',
  34597. 'fit' => '3',
  34598. 'number_parts' => '2',
  34599. 'context' => '0',
  34600. 'tab_parent' => '',
  34601. 'tab_root' => 'admin/modules',
  34602. 'title' => 'Modules',
  34603. 'title_callback' => 't',
  34604. 'title_arguments' => '',
  34605. 'theme_callback' => '',
  34606. 'theme_arguments' => 'a:0:{}',
  34607. 'type' => '6',
  34608. 'description' => 'Extend site functionality.',
  34609. 'position' => '',
  34610. 'weight' => '-2',
  34611. 'include_file' => 'modules/system/system.admin.inc',
  34612. ))
  34613. ->values(array(
  34614. 'path' => 'admin/modules/install',
  34615. 'load_functions' => '',
  34616. 'to_arg_functions' => '',
  34617. 'access_callback' => 'update_manager_access',
  34618. 'access_arguments' => 'a:0:{}',
  34619. 'page_callback' => 'drupal_get_form',
  34620. 'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:6:"module";}',
  34621. 'delivery_callback' => '',
  34622. 'fit' => '7',
  34623. 'number_parts' => '3',
  34624. 'context' => '1',
  34625. 'tab_parent' => 'admin/modules',
  34626. 'tab_root' => 'admin/modules',
  34627. 'title' => 'Install new module',
  34628. 'title_callback' => 't',
  34629. 'title_arguments' => '',
  34630. 'theme_callback' => '',
  34631. 'theme_arguments' => 'a:0:{}',
  34632. 'type' => '388',
  34633. 'description' => '',
  34634. 'position' => '',
  34635. 'weight' => '25',
  34636. 'include_file' => 'modules/update/update.manager.inc',
  34637. ))
  34638. ->values(array(
  34639. 'path' => 'admin/modules/list',
  34640. 'load_functions' => '',
  34641. 'to_arg_functions' => '',
  34642. 'access_callback' => 'user_access',
  34643. 'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
  34644. 'page_callback' => 'drupal_get_form',
  34645. 'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
  34646. 'delivery_callback' => '',
  34647. 'fit' => '7',
  34648. 'number_parts' => '3',
  34649. 'context' => '1',
  34650. 'tab_parent' => 'admin/modules',
  34651. 'tab_root' => 'admin/modules',
  34652. 'title' => 'List',
  34653. 'title_callback' => 't',
  34654. 'title_arguments' => '',
  34655. 'theme_callback' => '',
  34656. 'theme_arguments' => 'a:0:{}',
  34657. 'type' => '140',
  34658. 'description' => '',
  34659. 'position' => '',
  34660. 'weight' => '0',
  34661. 'include_file' => 'modules/system/system.admin.inc',
  34662. ))
  34663. ->values(array(
  34664. 'path' => 'admin/modules/list/confirm',
  34665. 'load_functions' => '',
  34666. 'to_arg_functions' => '',
  34667. 'access_callback' => 'user_access',
  34668. 'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
  34669. 'page_callback' => 'drupal_get_form',
  34670. 'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
  34671. 'delivery_callback' => '',
  34672. 'fit' => '15',
  34673. 'number_parts' => '4',
  34674. 'context' => '0',
  34675. 'tab_parent' => '',
  34676. 'tab_root' => 'admin/modules/list/confirm',
  34677. 'title' => 'List',
  34678. 'title_callback' => 't',
  34679. 'title_arguments' => '',
  34680. 'theme_callback' => '',
  34681. 'theme_arguments' => 'a:0:{}',
  34682. 'type' => '4',
  34683. 'description' => '',
  34684. 'position' => '',
  34685. 'weight' => '0',
  34686. 'include_file' => 'modules/system/system.admin.inc',
  34687. ))
  34688. ->values(array(
  34689. 'path' => 'admin/modules/uninstall',
  34690. 'load_functions' => '',
  34691. 'to_arg_functions' => '',
  34692. 'access_callback' => 'user_access',
  34693. 'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
  34694. 'page_callback' => 'drupal_get_form',
  34695. 'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
  34696. 'delivery_callback' => '',
  34697. 'fit' => '7',
  34698. 'number_parts' => '3',
  34699. 'context' => '1',
  34700. 'tab_parent' => 'admin/modules',
  34701. 'tab_root' => 'admin/modules',
  34702. 'title' => 'Uninstall',
  34703. 'title_callback' => 't',
  34704. 'title_arguments' => '',
  34705. 'theme_callback' => '',
  34706. 'theme_arguments' => 'a:0:{}',
  34707. 'type' => '132',
  34708. 'description' => '',
  34709. 'position' => '',
  34710. 'weight' => '20',
  34711. 'include_file' => 'modules/system/system.admin.inc',
  34712. ))
  34713. ->values(array(
  34714. 'path' => 'admin/modules/uninstall/confirm',
  34715. 'load_functions' => '',
  34716. 'to_arg_functions' => '',
  34717. 'access_callback' => 'user_access',
  34718. 'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
  34719. 'page_callback' => 'drupal_get_form',
  34720. 'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
  34721. 'delivery_callback' => '',
  34722. 'fit' => '15',
  34723. 'number_parts' => '4',
  34724. 'context' => '0',
  34725. 'tab_parent' => '',
  34726. 'tab_root' => 'admin/modules/uninstall/confirm',
  34727. 'title' => 'Uninstall',
  34728. 'title_callback' => 't',
  34729. 'title_arguments' => '',
  34730. 'theme_callback' => '',
  34731. 'theme_arguments' => 'a:0:{}',
  34732. 'type' => '4',
  34733. 'description' => '',
  34734. 'position' => '',
  34735. 'weight' => '0',
  34736. 'include_file' => 'modules/system/system.admin.inc',
  34737. ))
  34738. ->values(array(
  34739. 'path' => 'admin/modules/update',
  34740. 'load_functions' => '',
  34741. 'to_arg_functions' => '',
  34742. 'access_callback' => 'update_manager_access',
  34743. 'access_arguments' => 'a:0:{}',
  34744. 'page_callback' => 'drupal_get_form',
  34745. 'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:6:"module";}',
  34746. 'delivery_callback' => '',
  34747. 'fit' => '7',
  34748. 'number_parts' => '3',
  34749. 'context' => '1',
  34750. 'tab_parent' => 'admin/modules',
  34751. 'tab_root' => 'admin/modules',
  34752. 'title' => 'Update',
  34753. 'title_callback' => 't',
  34754. 'title_arguments' => '',
  34755. 'theme_callback' => '',
  34756. 'theme_arguments' => 'a:0:{}',
  34757. 'type' => '132',
  34758. 'description' => '',
  34759. 'position' => '',
  34760. 'weight' => '10',
  34761. 'include_file' => 'modules/update/update.manager.inc',
  34762. ))
  34763. ->values(array(
  34764. 'path' => 'admin/people',
  34765. 'load_functions' => '',
  34766. 'to_arg_functions' => '',
  34767. 'access_callback' => 'user_access',
  34768. 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
  34769. 'page_callback' => 'user_admin',
  34770. 'page_arguments' => 'a:1:{i:0;s:4:"list";}',
  34771. 'delivery_callback' => '',
  34772. 'fit' => '3',
  34773. 'number_parts' => '2',
  34774. 'context' => '0',
  34775. 'tab_parent' => '',
  34776. 'tab_root' => 'admin/people',
  34777. 'title' => 'People',
  34778. 'title_callback' => 't',
  34779. 'title_arguments' => '',
  34780. 'theme_callback' => '',
  34781. 'theme_arguments' => 'a:0:{}',
  34782. 'type' => '6',
  34783. 'description' => 'Manage user accounts, roles, and permissions.',
  34784. 'position' => 'left',
  34785. 'weight' => '-4',
  34786. 'include_file' => 'modules/user/user.admin.inc',
  34787. ))
  34788. ->values(array(
  34789. 'path' => 'admin/people/create',
  34790. 'load_functions' => '',
  34791. 'to_arg_functions' => '',
  34792. 'access_callback' => 'user_access',
  34793. 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
  34794. 'page_callback' => 'user_admin',
  34795. 'page_arguments' => 'a:1:{i:0;s:6:"create";}',
  34796. 'delivery_callback' => '',
  34797. 'fit' => '7',
  34798. 'number_parts' => '3',
  34799. 'context' => '1',
  34800. 'tab_parent' => 'admin/people',
  34801. 'tab_root' => 'admin/people',
  34802. 'title' => 'Add user',
  34803. 'title_callback' => 't',
  34804. 'title_arguments' => '',
  34805. 'theme_callback' => '',
  34806. 'theme_arguments' => 'a:0:{}',
  34807. 'type' => '388',
  34808. 'description' => '',
  34809. 'position' => '',
  34810. 'weight' => '0',
  34811. 'include_file' => 'modules/user/user.admin.inc',
  34812. ))
  34813. ->values(array(
  34814. 'path' => 'admin/people/people',
  34815. 'load_functions' => '',
  34816. 'to_arg_functions' => '',
  34817. 'access_callback' => 'user_access',
  34818. 'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
  34819. 'page_callback' => 'user_admin',
  34820. 'page_arguments' => 'a:1:{i:0;s:4:"list";}',
  34821. 'delivery_callback' => '',
  34822. 'fit' => '7',
  34823. 'number_parts' => '3',
  34824. 'context' => '1',
  34825. 'tab_parent' => 'admin/people',
  34826. 'tab_root' => 'admin/people',
  34827. 'title' => 'List',
  34828. 'title_callback' => 't',
  34829. 'title_arguments' => '',
  34830. 'theme_callback' => '',
  34831. 'theme_arguments' => 'a:0:{}',
  34832. 'type' => '140',
  34833. 'description' => 'Find and manage people interacting with your site.',
  34834. 'position' => '',
  34835. 'weight' => '-10',
  34836. 'include_file' => 'modules/user/user.admin.inc',
  34837. ))
  34838. ->values(array(
  34839. 'path' => 'admin/people/permissions',
  34840. 'load_functions' => '',
  34841. 'to_arg_functions' => '',
  34842. 'access_callback' => 'user_access',
  34843. 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
  34844. 'page_callback' => 'drupal_get_form',
  34845. 'page_arguments' => 'a:1:{i:0;s:22:"user_admin_permissions";}',
  34846. 'delivery_callback' => '',
  34847. 'fit' => '7',
  34848. 'number_parts' => '3',
  34849. 'context' => '1',
  34850. 'tab_parent' => 'admin/people',
  34851. 'tab_root' => 'admin/people',
  34852. 'title' => 'Permissions',
  34853. 'title_callback' => 't',
  34854. 'title_arguments' => '',
  34855. 'theme_callback' => '',
  34856. 'theme_arguments' => 'a:0:{}',
  34857. 'type' => '132',
  34858. 'description' => 'Determine access to features by selecting permissions for roles.',
  34859. 'position' => '',
  34860. 'weight' => '0',
  34861. 'include_file' => 'modules/user/user.admin.inc',
  34862. ))
  34863. ->values(array(
  34864. 'path' => 'admin/people/permissions/list',
  34865. 'load_functions' => '',
  34866. 'to_arg_functions' => '',
  34867. 'access_callback' => 'user_access',
  34868. 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
  34869. 'page_callback' => 'drupal_get_form',
  34870. 'page_arguments' => 'a:1:{i:0;s:22:"user_admin_permissions";}',
  34871. 'delivery_callback' => '',
  34872. 'fit' => '15',
  34873. 'number_parts' => '4',
  34874. 'context' => '1',
  34875. 'tab_parent' => 'admin/people/permissions',
  34876. 'tab_root' => 'admin/people',
  34877. 'title' => 'Permissions',
  34878. 'title_callback' => 't',
  34879. 'title_arguments' => '',
  34880. 'theme_callback' => '',
  34881. 'theme_arguments' => 'a:0:{}',
  34882. 'type' => '140',
  34883. 'description' => 'Determine access to features by selecting permissions for roles.',
  34884. 'position' => '',
  34885. 'weight' => '-8',
  34886. 'include_file' => 'modules/user/user.admin.inc',
  34887. ))
  34888. ->values(array(
  34889. 'path' => 'admin/people/permissions/roles',
  34890. 'load_functions' => '',
  34891. 'to_arg_functions' => '',
  34892. 'access_callback' => 'user_access',
  34893. 'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
  34894. 'page_callback' => 'drupal_get_form',
  34895. 'page_arguments' => 'a:1:{i:0;s:16:"user_admin_roles";}',
  34896. 'delivery_callback' => '',
  34897. 'fit' => '15',
  34898. 'number_parts' => '4',
  34899. 'context' => '1',
  34900. 'tab_parent' => 'admin/people/permissions',
  34901. 'tab_root' => 'admin/people',
  34902. 'title' => 'Roles',
  34903. 'title_callback' => 't',
  34904. 'title_arguments' => '',
  34905. 'theme_callback' => '',
  34906. 'theme_arguments' => 'a:0:{}',
  34907. 'type' => '132',
  34908. 'description' => 'List, edit, or add user roles.',
  34909. 'position' => '',
  34910. 'weight' => '-5',
  34911. 'include_file' => 'modules/user/user.admin.inc',
  34912. ))
  34913. ->values(array(
  34914. 'path' => 'admin/people/permissions/roles/delete/%',
  34915. 'load_functions' => 'a:1:{i:5;s:14:"user_role_load";}',
  34916. 'to_arg_functions' => '',
  34917. 'access_callback' => 'user_role_edit_access',
  34918. 'access_arguments' => 'a:1:{i:0;i:5;}',
  34919. 'page_callback' => 'drupal_get_form',
  34920. 'page_arguments' => 'a:2:{i:0;s:30:"user_admin_role_delete_confirm";i:1;i:5;}',
  34921. 'delivery_callback' => '',
  34922. 'fit' => '62',
  34923. 'number_parts' => '6',
  34924. 'context' => '0',
  34925. 'tab_parent' => '',
  34926. 'tab_root' => 'admin/people/permissions/roles/delete/%',
  34927. 'title' => 'Delete role',
  34928. 'title_callback' => 't',
  34929. 'title_arguments' => '',
  34930. 'theme_callback' => '',
  34931. 'theme_arguments' => 'a:0:{}',
  34932. 'type' => '6',
  34933. 'description' => '',
  34934. 'position' => '',
  34935. 'weight' => '0',
  34936. 'include_file' => 'modules/user/user.admin.inc',
  34937. ))
  34938. ->values(array(
  34939. 'path' => 'admin/people/permissions/roles/edit/%',
  34940. 'load_functions' => 'a:1:{i:5;s:14:"user_role_load";}',
  34941. 'to_arg_functions' => '',
  34942. 'access_callback' => 'user_role_edit_access',
  34943. 'access_arguments' => 'a:1:{i:0;i:5;}',
  34944. 'page_callback' => 'drupal_get_form',
  34945. 'page_arguments' => 'a:2:{i:0;s:15:"user_admin_role";i:1;i:5;}',
  34946. 'delivery_callback' => '',
  34947. 'fit' => '62',
  34948. 'number_parts' => '6',
  34949. 'context' => '0',
  34950. 'tab_parent' => '',
  34951. 'tab_root' => 'admin/people/permissions/roles/edit/%',
  34952. 'title' => 'Edit role',
  34953. 'title_callback' => 't',
  34954. 'title_arguments' => '',
  34955. 'theme_callback' => '',
  34956. 'theme_arguments' => 'a:0:{}',
  34957. 'type' => '6',
  34958. 'description' => '',
  34959. 'position' => '',
  34960. 'weight' => '0',
  34961. 'include_file' => 'modules/user/user.admin.inc',
  34962. ))
  34963. ->values(array(
  34964. 'path' => 'admin/reports',
  34965. 'load_functions' => '',
  34966. 'to_arg_functions' => '',
  34967. 'access_callback' => 'user_access',
  34968. 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
  34969. 'page_callback' => 'system_admin_menu_block_page',
  34970. 'page_arguments' => 'a:0:{}',
  34971. 'delivery_callback' => '',
  34972. 'fit' => '3',
  34973. 'number_parts' => '2',
  34974. 'context' => '0',
  34975. 'tab_parent' => '',
  34976. 'tab_root' => 'admin/reports',
  34977. 'title' => 'Reports',
  34978. 'title_callback' => 't',
  34979. 'title_arguments' => '',
  34980. 'theme_callback' => '',
  34981. 'theme_arguments' => 'a:0:{}',
  34982. 'type' => '6',
  34983. 'description' => 'View reports, updates, and errors.',
  34984. 'position' => 'left',
  34985. 'weight' => '5',
  34986. 'include_file' => 'modules/system/system.admin.inc',
  34987. ))
  34988. ->values(array(
  34989. 'path' => 'admin/reports/access-denied',
  34990. 'load_functions' => '',
  34991. 'to_arg_functions' => '',
  34992. 'access_callback' => 'user_access',
  34993. 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
  34994. 'page_callback' => 'dblog_top',
  34995. 'page_arguments' => 'a:1:{i:0;s:13:"access denied";}',
  34996. 'delivery_callback' => '',
  34997. 'fit' => '7',
  34998. 'number_parts' => '3',
  34999. 'context' => '0',
  35000. 'tab_parent' => '',
  35001. 'tab_root' => 'admin/reports/access-denied',
  35002. 'title' => "Top 'access denied' errors",
  35003. 'title_callback' => 't',
  35004. 'title_arguments' => '',
  35005. 'theme_callback' => '',
  35006. 'theme_arguments' => 'a:0:{}',
  35007. 'type' => '6',
  35008. 'description' => "View 'access denied' errors (403s).",
  35009. 'position' => '',
  35010. 'weight' => '0',
  35011. 'include_file' => 'modules/dblog/dblog.admin.inc',
  35012. ))
  35013. ->values(array(
  35014. 'path' => 'admin/reports/access/%',
  35015. 'load_functions' => 'a:1:{i:3;N;}',
  35016. 'to_arg_functions' => '',
  35017. 'access_callback' => 'user_access',
  35018. 'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
  35019. 'page_callback' => 'statistics_access_log',
  35020. 'page_arguments' => 'a:1:{i:0;i:3;}',
  35021. 'delivery_callback' => '',
  35022. 'fit' => '14',
  35023. 'number_parts' => '4',
  35024. 'context' => '0',
  35025. 'tab_parent' => '',
  35026. 'tab_root' => 'admin/reports/access/%',
  35027. 'title' => 'Details',
  35028. 'title_callback' => 't',
  35029. 'title_arguments' => '',
  35030. 'theme_callback' => '',
  35031. 'theme_arguments' => 'a:0:{}',
  35032. 'type' => '6',
  35033. 'description' => 'View access log.',
  35034. 'position' => '',
  35035. 'weight' => '0',
  35036. 'include_file' => 'modules/statistics/statistics.admin.inc',
  35037. ))
  35038. ->values(array(
  35039. 'path' => 'admin/reports/dblog',
  35040. 'load_functions' => '',
  35041. 'to_arg_functions' => '',
  35042. 'access_callback' => 'user_access',
  35043. 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
  35044. 'page_callback' => 'dblog_overview',
  35045. 'page_arguments' => 'a:0:{}',
  35046. 'delivery_callback' => '',
  35047. 'fit' => '7',
  35048. 'number_parts' => '3',
  35049. 'context' => '0',
  35050. 'tab_parent' => '',
  35051. 'tab_root' => 'admin/reports/dblog',
  35052. 'title' => 'Recent log messages',
  35053. 'title_callback' => 't',
  35054. 'title_arguments' => '',
  35055. 'theme_callback' => '',
  35056. 'theme_arguments' => 'a:0:{}',
  35057. 'type' => '6',
  35058. 'description' => 'View events that have recently been logged.',
  35059. 'position' => '',
  35060. 'weight' => '-1',
  35061. 'include_file' => 'modules/dblog/dblog.admin.inc',
  35062. ))
  35063. ->values(array(
  35064. 'path' => 'admin/reports/event/%',
  35065. 'load_functions' => 'a:1:{i:3;N;}',
  35066. 'to_arg_functions' => '',
  35067. 'access_callback' => 'user_access',
  35068. 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
  35069. 'page_callback' => 'dblog_event',
  35070. 'page_arguments' => 'a:1:{i:0;i:3;}',
  35071. 'delivery_callback' => '',
  35072. 'fit' => '14',
  35073. 'number_parts' => '4',
  35074. 'context' => '0',
  35075. 'tab_parent' => '',
  35076. 'tab_root' => 'admin/reports/event/%',
  35077. 'title' => 'Details',
  35078. 'title_callback' => 't',
  35079. 'title_arguments' => '',
  35080. 'theme_callback' => '',
  35081. 'theme_arguments' => 'a:0:{}',
  35082. 'type' => '6',
  35083. 'description' => '',
  35084. 'position' => '',
  35085. 'weight' => '0',
  35086. 'include_file' => 'modules/dblog/dblog.admin.inc',
  35087. ))
  35088. ->values(array(
  35089. 'path' => 'admin/reports/fields',
  35090. 'load_functions' => '',
  35091. 'to_arg_functions' => '',
  35092. 'access_callback' => 'user_access',
  35093. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  35094. 'page_callback' => 'field_ui_fields_list',
  35095. 'page_arguments' => 'a:0:{}',
  35096. 'delivery_callback' => '',
  35097. 'fit' => '7',
  35098. 'number_parts' => '3',
  35099. 'context' => '0',
  35100. 'tab_parent' => '',
  35101. 'tab_root' => 'admin/reports/fields',
  35102. 'title' => 'Field list',
  35103. 'title_callback' => 't',
  35104. 'title_arguments' => '',
  35105. 'theme_callback' => '',
  35106. 'theme_arguments' => 'a:0:{}',
  35107. 'type' => '6',
  35108. 'description' => 'Overview of fields on all entity types.',
  35109. 'position' => '',
  35110. 'weight' => '0',
  35111. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  35112. ))
  35113. ->values(array(
  35114. 'path' => 'admin/reports/hits',
  35115. 'load_functions' => '',
  35116. 'to_arg_functions' => '',
  35117. 'access_callback' => 'user_access',
  35118. 'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
  35119. 'page_callback' => 'statistics_recent_hits',
  35120. 'page_arguments' => 'a:0:{}',
  35121. 'delivery_callback' => '',
  35122. 'fit' => '7',
  35123. 'number_parts' => '3',
  35124. 'context' => '0',
  35125. 'tab_parent' => '',
  35126. 'tab_root' => 'admin/reports/hits',
  35127. 'title' => 'Recent hits',
  35128. 'title_callback' => 't',
  35129. 'title_arguments' => '',
  35130. 'theme_callback' => '',
  35131. 'theme_arguments' => 'a:0:{}',
  35132. 'type' => '6',
  35133. 'description' => 'View pages that have recently been visited.',
  35134. 'position' => '',
  35135. 'weight' => '0',
  35136. 'include_file' => 'modules/statistics/statistics.admin.inc',
  35137. ))
  35138. ->values(array(
  35139. 'path' => 'admin/reports/page-not-found',
  35140. 'load_functions' => '',
  35141. 'to_arg_functions' => '',
  35142. 'access_callback' => 'user_access',
  35143. 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
  35144. 'page_callback' => 'dblog_top',
  35145. 'page_arguments' => 'a:1:{i:0;s:14:"page not found";}',
  35146. 'delivery_callback' => '',
  35147. 'fit' => '7',
  35148. 'number_parts' => '3',
  35149. 'context' => '0',
  35150. 'tab_parent' => '',
  35151. 'tab_root' => 'admin/reports/page-not-found',
  35152. 'title' => "Top 'page not found' errors",
  35153. 'title_callback' => 't',
  35154. 'title_arguments' => '',
  35155. 'theme_callback' => '',
  35156. 'theme_arguments' => 'a:0:{}',
  35157. 'type' => '6',
  35158. 'description' => "View 'page not found' errors (404s).",
  35159. 'position' => '',
  35160. 'weight' => '0',
  35161. 'include_file' => 'modules/dblog/dblog.admin.inc',
  35162. ))
  35163. ->values(array(
  35164. 'path' => 'admin/reports/pages',
  35165. 'load_functions' => '',
  35166. 'to_arg_functions' => '',
  35167. 'access_callback' => 'user_access',
  35168. 'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
  35169. 'page_callback' => 'statistics_top_pages',
  35170. 'page_arguments' => 'a:0:{}',
  35171. 'delivery_callback' => '',
  35172. 'fit' => '7',
  35173. 'number_parts' => '3',
  35174. 'context' => '0',
  35175. 'tab_parent' => '',
  35176. 'tab_root' => 'admin/reports/pages',
  35177. 'title' => 'Top pages',
  35178. 'title_callback' => 't',
  35179. 'title_arguments' => '',
  35180. 'theme_callback' => '',
  35181. 'theme_arguments' => 'a:0:{}',
  35182. 'type' => '6',
  35183. 'description' => 'View pages that have been hit frequently.',
  35184. 'position' => '',
  35185. 'weight' => '1',
  35186. 'include_file' => 'modules/statistics/statistics.admin.inc',
  35187. ))
  35188. ->values(array(
  35189. 'path' => 'admin/reports/referrers',
  35190. 'load_functions' => '',
  35191. 'to_arg_functions' => '',
  35192. 'access_callback' => 'user_access',
  35193. 'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
  35194. 'page_callback' => 'statistics_top_referrers',
  35195. 'page_arguments' => 'a:0:{}',
  35196. 'delivery_callback' => '',
  35197. 'fit' => '7',
  35198. 'number_parts' => '3',
  35199. 'context' => '0',
  35200. 'tab_parent' => '',
  35201. 'tab_root' => 'admin/reports/referrers',
  35202. 'title' => 'Top referrers',
  35203. 'title_callback' => 't',
  35204. 'title_arguments' => '',
  35205. 'theme_callback' => '',
  35206. 'theme_arguments' => 'a:0:{}',
  35207. 'type' => '6',
  35208. 'description' => 'View top referrers.',
  35209. 'position' => '',
  35210. 'weight' => '0',
  35211. 'include_file' => 'modules/statistics/statistics.admin.inc',
  35212. ))
  35213. ->values(array(
  35214. 'path' => 'admin/reports/search',
  35215. 'load_functions' => '',
  35216. 'to_arg_functions' => '',
  35217. 'access_callback' => 'user_access',
  35218. 'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
  35219. 'page_callback' => 'dblog_top',
  35220. 'page_arguments' => 'a:1:{i:0;s:6:"search";}',
  35221. 'delivery_callback' => '',
  35222. 'fit' => '7',
  35223. 'number_parts' => '3',
  35224. 'context' => '0',
  35225. 'tab_parent' => '',
  35226. 'tab_root' => 'admin/reports/search',
  35227. 'title' => 'Top search phrases',
  35228. 'title_callback' => 't',
  35229. 'title_arguments' => '',
  35230. 'theme_callback' => '',
  35231. 'theme_arguments' => 'a:0:{}',
  35232. 'type' => '6',
  35233. 'description' => 'View most popular search phrases.',
  35234. 'position' => '',
  35235. 'weight' => '0',
  35236. 'include_file' => 'modules/dblog/dblog.admin.inc',
  35237. ))
  35238. ->values(array(
  35239. 'path' => 'admin/reports/status',
  35240. 'load_functions' => '',
  35241. 'to_arg_functions' => '',
  35242. 'access_callback' => 'user_access',
  35243. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35244. 'page_callback' => 'system_status',
  35245. 'page_arguments' => 'a:0:{}',
  35246. 'delivery_callback' => '',
  35247. 'fit' => '7',
  35248. 'number_parts' => '3',
  35249. 'context' => '0',
  35250. 'tab_parent' => '',
  35251. 'tab_root' => 'admin/reports/status',
  35252. 'title' => 'Status report',
  35253. 'title_callback' => 't',
  35254. 'title_arguments' => '',
  35255. 'theme_callback' => '',
  35256. 'theme_arguments' => 'a:0:{}',
  35257. 'type' => '6',
  35258. 'description' => "Get a status report about your site's operation and any detected problems.",
  35259. 'position' => '',
  35260. 'weight' => '-60',
  35261. 'include_file' => 'modules/system/system.admin.inc',
  35262. ))
  35263. ->values(array(
  35264. 'path' => 'admin/reports/status/php',
  35265. 'load_functions' => '',
  35266. 'to_arg_functions' => '',
  35267. 'access_callback' => 'user_access',
  35268. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35269. 'page_callback' => 'system_php',
  35270. 'page_arguments' => 'a:0:{}',
  35271. 'delivery_callback' => '',
  35272. 'fit' => '15',
  35273. 'number_parts' => '4',
  35274. 'context' => '0',
  35275. 'tab_parent' => '',
  35276. 'tab_root' => 'admin/reports/status/php',
  35277. 'title' => 'PHP',
  35278. 'title_callback' => 't',
  35279. 'title_arguments' => '',
  35280. 'theme_callback' => '',
  35281. 'theme_arguments' => 'a:0:{}',
  35282. 'type' => '0',
  35283. 'description' => '',
  35284. 'position' => '',
  35285. 'weight' => '0',
  35286. 'include_file' => 'modules/system/system.admin.inc',
  35287. ))
  35288. ->values(array(
  35289. 'path' => 'admin/reports/status/rebuild',
  35290. 'load_functions' => '',
  35291. 'to_arg_functions' => '',
  35292. 'access_callback' => 'user_access',
  35293. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  35294. 'page_callback' => 'drupal_get_form',
  35295. 'page_arguments' => 'a:1:{i:0;s:30:"node_configure_rebuild_confirm";}',
  35296. 'delivery_callback' => '',
  35297. 'fit' => '15',
  35298. 'number_parts' => '4',
  35299. 'context' => '0',
  35300. 'tab_parent' => '',
  35301. 'tab_root' => 'admin/reports/status/rebuild',
  35302. 'title' => 'Rebuild permissions',
  35303. 'title_callback' => 't',
  35304. 'title_arguments' => '',
  35305. 'theme_callback' => '',
  35306. 'theme_arguments' => 'a:0:{}',
  35307. 'type' => '0',
  35308. 'description' => '',
  35309. 'position' => '',
  35310. 'weight' => '0',
  35311. 'include_file' => 'modules/node/node.admin.inc',
  35312. ))
  35313. ->values(array(
  35314. 'path' => 'admin/reports/status/run-cron',
  35315. 'load_functions' => '',
  35316. 'to_arg_functions' => '',
  35317. 'access_callback' => 'user_access',
  35318. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35319. 'page_callback' => 'system_run_cron',
  35320. 'page_arguments' => 'a:0:{}',
  35321. 'delivery_callback' => '',
  35322. 'fit' => '15',
  35323. 'number_parts' => '4',
  35324. 'context' => '0',
  35325. 'tab_parent' => '',
  35326. 'tab_root' => 'admin/reports/status/run-cron',
  35327. 'title' => 'Run cron',
  35328. 'title_callback' => 't',
  35329. 'title_arguments' => '',
  35330. 'theme_callback' => '',
  35331. 'theme_arguments' => 'a:0:{}',
  35332. 'type' => '0',
  35333. 'description' => '',
  35334. 'position' => '',
  35335. 'weight' => '0',
  35336. 'include_file' => 'modules/system/system.admin.inc',
  35337. ))
  35338. ->values(array(
  35339. 'path' => 'admin/reports/updates',
  35340. 'load_functions' => '',
  35341. 'to_arg_functions' => '',
  35342. 'access_callback' => 'user_access',
  35343. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35344. 'page_callback' => 'update_status',
  35345. 'page_arguments' => 'a:0:{}',
  35346. 'delivery_callback' => '',
  35347. 'fit' => '7',
  35348. 'number_parts' => '3',
  35349. 'context' => '0',
  35350. 'tab_parent' => '',
  35351. 'tab_root' => 'admin/reports/updates',
  35352. 'title' => 'Available updates',
  35353. 'title_callback' => 't',
  35354. 'title_arguments' => '',
  35355. 'theme_callback' => '',
  35356. 'theme_arguments' => 'a:0:{}',
  35357. 'type' => '6',
  35358. 'description' => 'Get a status report about available updates for your installed modules and themes.',
  35359. 'position' => '',
  35360. 'weight' => '-50',
  35361. 'include_file' => 'modules/update/update.report.inc',
  35362. ))
  35363. ->values(array(
  35364. 'path' => 'admin/reports/updates/check',
  35365. 'load_functions' => '',
  35366. 'to_arg_functions' => '',
  35367. 'access_callback' => 'user_access',
  35368. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35369. 'page_callback' => 'update_manual_status',
  35370. 'page_arguments' => 'a:0:{}',
  35371. 'delivery_callback' => '',
  35372. 'fit' => '15',
  35373. 'number_parts' => '4',
  35374. 'context' => '0',
  35375. 'tab_parent' => '',
  35376. 'tab_root' => 'admin/reports/updates/check',
  35377. 'title' => 'Manual update check',
  35378. 'title_callback' => 't',
  35379. 'title_arguments' => '',
  35380. 'theme_callback' => '',
  35381. 'theme_arguments' => 'a:0:{}',
  35382. 'type' => '0',
  35383. 'description' => '',
  35384. 'position' => '',
  35385. 'weight' => '0',
  35386. 'include_file' => 'modules/update/update.fetch.inc',
  35387. ))
  35388. ->values(array(
  35389. 'path' => 'admin/reports/updates/install',
  35390. 'load_functions' => '',
  35391. 'to_arg_functions' => '',
  35392. 'access_callback' => 'update_manager_access',
  35393. 'access_arguments' => 'a:0:{}',
  35394. 'page_callback' => 'drupal_get_form',
  35395. 'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:6:"report";}',
  35396. 'delivery_callback' => '',
  35397. 'fit' => '15',
  35398. 'number_parts' => '4',
  35399. 'context' => '1',
  35400. 'tab_parent' => 'admin/reports/updates',
  35401. 'tab_root' => 'admin/reports/updates',
  35402. 'title' => 'Install new module or theme',
  35403. 'title_callback' => 't',
  35404. 'title_arguments' => '',
  35405. 'theme_callback' => '',
  35406. 'theme_arguments' => 'a:0:{}',
  35407. 'type' => '388',
  35408. 'description' => '',
  35409. 'position' => '',
  35410. 'weight' => '25',
  35411. 'include_file' => 'modules/update/update.manager.inc',
  35412. ))
  35413. ->values(array(
  35414. 'path' => 'admin/reports/updates/list',
  35415. 'load_functions' => '',
  35416. 'to_arg_functions' => '',
  35417. 'access_callback' => 'user_access',
  35418. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35419. 'page_callback' => 'update_status',
  35420. 'page_arguments' => 'a:0:{}',
  35421. 'delivery_callback' => '',
  35422. 'fit' => '15',
  35423. 'number_parts' => '4',
  35424. 'context' => '1',
  35425. 'tab_parent' => 'admin/reports/updates',
  35426. 'tab_root' => 'admin/reports/updates',
  35427. 'title' => 'List',
  35428. 'title_callback' => 't',
  35429. 'title_arguments' => '',
  35430. 'theme_callback' => '',
  35431. 'theme_arguments' => 'a:0:{}',
  35432. 'type' => '140',
  35433. 'description' => '',
  35434. 'position' => '',
  35435. 'weight' => '0',
  35436. 'include_file' => 'modules/update/update.report.inc',
  35437. ))
  35438. ->values(array(
  35439. 'path' => 'admin/reports/updates/settings',
  35440. 'load_functions' => '',
  35441. 'to_arg_functions' => '',
  35442. 'access_callback' => 'user_access',
  35443. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35444. 'page_callback' => 'drupal_get_form',
  35445. 'page_arguments' => 'a:1:{i:0;s:15:"update_settings";}',
  35446. 'delivery_callback' => '',
  35447. 'fit' => '15',
  35448. 'number_parts' => '4',
  35449. 'context' => '1',
  35450. 'tab_parent' => 'admin/reports/updates',
  35451. 'tab_root' => 'admin/reports/updates',
  35452. 'title' => 'Settings',
  35453. 'title_callback' => 't',
  35454. 'title_arguments' => '',
  35455. 'theme_callback' => '',
  35456. 'theme_arguments' => 'a:0:{}',
  35457. 'type' => '132',
  35458. 'description' => '',
  35459. 'position' => '',
  35460. 'weight' => '50',
  35461. 'include_file' => 'modules/update/update.settings.inc',
  35462. ))
  35463. ->values(array(
  35464. 'path' => 'admin/reports/updates/update',
  35465. 'load_functions' => '',
  35466. 'to_arg_functions' => '',
  35467. 'access_callback' => 'update_manager_access',
  35468. 'access_arguments' => 'a:0:{}',
  35469. 'page_callback' => 'drupal_get_form',
  35470. 'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:6:"report";}',
  35471. 'delivery_callback' => '',
  35472. 'fit' => '15',
  35473. 'number_parts' => '4',
  35474. 'context' => '1',
  35475. 'tab_parent' => 'admin/reports/updates',
  35476. 'tab_root' => 'admin/reports/updates',
  35477. 'title' => 'Update',
  35478. 'title_callback' => 't',
  35479. 'title_arguments' => '',
  35480. 'theme_callback' => '',
  35481. 'theme_arguments' => 'a:0:{}',
  35482. 'type' => '132',
  35483. 'description' => '',
  35484. 'position' => '',
  35485. 'weight' => '10',
  35486. 'include_file' => 'modules/update/update.manager.inc',
  35487. ))
  35488. ->values(array(
  35489. 'path' => 'admin/reports/visitors',
  35490. 'load_functions' => '',
  35491. 'to_arg_functions' => '',
  35492. 'access_callback' => 'user_access',
  35493. 'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
  35494. 'page_callback' => 'statistics_top_visitors',
  35495. 'page_arguments' => 'a:0:{}',
  35496. 'delivery_callback' => '',
  35497. 'fit' => '7',
  35498. 'number_parts' => '3',
  35499. 'context' => '0',
  35500. 'tab_parent' => '',
  35501. 'tab_root' => 'admin/reports/visitors',
  35502. 'title' => 'Top visitors',
  35503. 'title_callback' => 't',
  35504. 'title_arguments' => '',
  35505. 'theme_callback' => '',
  35506. 'theme_arguments' => 'a:0:{}',
  35507. 'type' => '6',
  35508. 'description' => 'View visitors that hit many pages.',
  35509. 'position' => '',
  35510. 'weight' => '2',
  35511. 'include_file' => 'modules/statistics/statistics.admin.inc',
  35512. ))
  35513. ->values(array(
  35514. 'path' => 'admin/structure',
  35515. 'load_functions' => '',
  35516. 'to_arg_functions' => '',
  35517. 'access_callback' => 'user_access',
  35518. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  35519. 'page_callback' => 'system_admin_menu_block_page',
  35520. 'page_arguments' => 'a:0:{}',
  35521. 'delivery_callback' => '',
  35522. 'fit' => '3',
  35523. 'number_parts' => '2',
  35524. 'context' => '0',
  35525. 'tab_parent' => '',
  35526. 'tab_root' => 'admin/structure',
  35527. 'title' => 'Structure',
  35528. 'title_callback' => 't',
  35529. 'title_arguments' => '',
  35530. 'theme_callback' => '',
  35531. 'theme_arguments' => 'a:0:{}',
  35532. 'type' => '6',
  35533. 'description' => 'Administer blocks, content types, menus, etc.',
  35534. 'position' => 'right',
  35535. 'weight' => '-8',
  35536. 'include_file' => 'modules/system/system.admin.inc',
  35537. ))
  35538. ->values(array(
  35539. 'path' => 'admin/structure/block',
  35540. 'load_functions' => '',
  35541. 'to_arg_functions' => '',
  35542. 'access_callback' => 'user_access',
  35543. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  35544. 'page_callback' => 'block_admin_display',
  35545. 'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
  35546. 'delivery_callback' => '',
  35547. 'fit' => '7',
  35548. 'number_parts' => '3',
  35549. 'context' => '0',
  35550. 'tab_parent' => '',
  35551. 'tab_root' => 'admin/structure/block',
  35552. 'title' => 'Blocks',
  35553. 'title_callback' => 't',
  35554. 'title_arguments' => '',
  35555. 'theme_callback' => '',
  35556. 'theme_arguments' => 'a:0:{}',
  35557. 'type' => '6',
  35558. 'description' => "Configure what block content appears in your site's sidebars and other regions.",
  35559. 'position' => '',
  35560. 'weight' => '0',
  35561. 'include_file' => 'modules/block/block.admin.inc',
  35562. ))
  35563. ->values(array(
  35564. 'path' => 'admin/structure/block/add',
  35565. 'load_functions' => '',
  35566. 'to_arg_functions' => '',
  35567. 'access_callback' => 'user_access',
  35568. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  35569. 'page_callback' => 'drupal_get_form',
  35570. 'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
  35571. 'delivery_callback' => '',
  35572. 'fit' => '15',
  35573. 'number_parts' => '4',
  35574. 'context' => '1',
  35575. 'tab_parent' => 'admin/structure/block',
  35576. 'tab_root' => 'admin/structure/block',
  35577. 'title' => 'Add block',
  35578. 'title_callback' => 't',
  35579. 'title_arguments' => '',
  35580. 'theme_callback' => '',
  35581. 'theme_arguments' => 'a:0:{}',
  35582. 'type' => '388',
  35583. 'description' => '',
  35584. 'position' => '',
  35585. 'weight' => '0',
  35586. 'include_file' => 'modules/block/block.admin.inc',
  35587. ))
  35588. ->values(array(
  35589. 'path' => 'admin/structure/block/demo/bartik',
  35590. 'load_functions' => '',
  35591. 'to_arg_functions' => '',
  35592. 'access_callback' => '_block_themes_access',
  35593. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:25:"themes/bartik/bartik.info";s:4:"name";s:6:"bartik";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:6:"Bartik";s:11:"description";s:48:"A flexible, recolorable theme with many regions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:7:"regions";a:17:{s:6:"header";s:6:"Header";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:11:"highlighted";s:11:"Highlighted";s:8:"featured";s:8:"Featured";s:7:"content";s:7:"Content";s:13:"sidebar_first";s:13:"Sidebar first";s:14:"sidebar_second";s:14:"Sidebar second";s:14:"triptych_first";s:14:"Triptych first";s:15:"triptych_middle";s:15:"Triptych middle";s:13:"triptych_last";s:13:"Triptych last";s:18:"footer_firstcolumn";s:19:"Footer first column";s:19:"footer_secondcolumn";s:20:"Footer second column";s:18:"footer_thirdcolumn";s:19:"Footer third column";s:19:"footer_fourthcolumn";s:20:"Footer fourth column";s:6:"footer";s:6:"Footer";}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"0";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:28:"themes/bartik/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
  35594. 'page_callback' => 'block_admin_demo',
  35595. 'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
  35596. 'delivery_callback' => '',
  35597. 'fit' => '31',
  35598. 'number_parts' => '5',
  35599. 'context' => '0',
  35600. 'tab_parent' => '',
  35601. 'tab_root' => 'admin/structure/block/demo/bartik',
  35602. 'title' => 'Bartik',
  35603. 'title_callback' => 't',
  35604. 'title_arguments' => '',
  35605. 'theme_callback' => '_block_custom_theme',
  35606. 'theme_arguments' => 'a:1:{i:0;s:6:"bartik";}',
  35607. 'type' => '0',
  35608. 'description' => '',
  35609. 'position' => '',
  35610. 'weight' => '0',
  35611. 'include_file' => 'modules/block/block.admin.inc',
  35612. ))
  35613. ->values(array(
  35614. 'path' => 'admin/structure/block/demo/garland',
  35615. 'load_functions' => '',
  35616. 'to_arg_functions' => '',
  35617. 'access_callback' => '_block_themes_access',
  35618. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:7:"Garland";s:11:"description";s:111:"A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:8:"settings";a:1:{s:13:"garland_width";s:5:"fluid";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:9:{s:13:"sidebar_first";s:12:"Left sidebar";s:14:"sidebar_second";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";s:11:"highlighted";s:11:"Highlighted";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
  35619. 'page_callback' => 'block_admin_demo',
  35620. 'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
  35621. 'delivery_callback' => '',
  35622. 'fit' => '31',
  35623. 'number_parts' => '5',
  35624. 'context' => '0',
  35625. 'tab_parent' => '',
  35626. 'tab_root' => 'admin/structure/block/demo/garland',
  35627. 'title' => 'Garland',
  35628. 'title_callback' => 't',
  35629. 'title_arguments' => '',
  35630. 'theme_callback' => '_block_custom_theme',
  35631. 'theme_arguments' => 'a:1:{i:0;s:7:"garland";}',
  35632. 'type' => '0',
  35633. 'description' => '',
  35634. 'position' => '',
  35635. 'weight' => '0',
  35636. 'include_file' => 'modules/block/block.admin.inc',
  35637. ))
  35638. ->values(array(
  35639. 'path' => 'admin/structure/block/demo/seven',
  35640. 'load_functions' => '',
  35641. 'to_arg_functions' => '',
  35642. 'access_callback' => '_block_themes_access',
  35643. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:23:"themes/seven/seven.info";s:4:"name";s:5:"seven";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:5:"Seven";s:11:"description";s:65:"A simple one-column, tableless, fluid width administration theme.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"1";}s:7:"regions";a:5:{s:7:"content";s:7:"Content";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:13:"sidebar_first";s:13:"First sidebar";}s:14:"regions_hidden";a:3:{i:0;s:13:"sidebar_first";i:1;s:8:"page_top";i:2;s:11:"page_bottom";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:27:"themes/seven/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:6:"engine";s:11:"phptemplate";}}',
  35644. 'page_callback' => 'block_admin_demo',
  35645. 'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
  35646. 'delivery_callback' => '',
  35647. 'fit' => '31',
  35648. 'number_parts' => '5',
  35649. 'context' => '0',
  35650. 'tab_parent' => '',
  35651. 'tab_root' => 'admin/structure/block/demo/seven',
  35652. 'title' => 'Seven',
  35653. 'title_callback' => 't',
  35654. 'title_arguments' => '',
  35655. 'theme_callback' => '_block_custom_theme',
  35656. 'theme_arguments' => 'a:1:{i:0;s:5:"seven";}',
  35657. 'type' => '0',
  35658. 'description' => '',
  35659. 'position' => '',
  35660. 'weight' => '0',
  35661. 'include_file' => 'modules/block/block.admin.inc',
  35662. ))
  35663. ->values(array(
  35664. 'path' => 'admin/structure/block/demo/stark',
  35665. 'load_functions' => '',
  35666. 'to_arg_functions' => '',
  35667. 'access_callback' => '_block_themes_access',
  35668. 'access_arguments' => "a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:23:\"themes/stark/stark.info\";s:4:\"name\";s:5:\"stark\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:17:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1444866674\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1444866674;s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:6:\"prefix\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}",
  35669. 'page_callback' => 'block_admin_demo',
  35670. 'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
  35671. 'delivery_callback' => '',
  35672. 'fit' => '31',
  35673. 'number_parts' => '5',
  35674. 'context' => '0',
  35675. 'tab_parent' => '',
  35676. 'tab_root' => 'admin/structure/block/demo/stark',
  35677. 'title' => 'Stark',
  35678. 'title_callback' => 't',
  35679. 'title_arguments' => '',
  35680. 'theme_callback' => '_block_custom_theme',
  35681. 'theme_arguments' => 'a:1:{i:0;s:5:"stark";}',
  35682. 'type' => '0',
  35683. 'description' => '',
  35684. 'position' => '',
  35685. 'weight' => '0',
  35686. 'include_file' => 'modules/block/block.admin.inc',
  35687. ))
  35688. ->values(array(
  35689. 'path' => 'admin/structure/block/list/bartik',
  35690. 'load_functions' => '',
  35691. 'to_arg_functions' => '',
  35692. 'access_callback' => '_block_themes_access',
  35693. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:25:"themes/bartik/bartik.info";s:4:"name";s:6:"bartik";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:6:"Bartik";s:11:"description";s:48:"A flexible, recolorable theme with many regions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:7:"regions";a:17:{s:6:"header";s:6:"Header";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:11:"highlighted";s:11:"Highlighted";s:8:"featured";s:8:"Featured";s:7:"content";s:7:"Content";s:13:"sidebar_first";s:13:"Sidebar first";s:14:"sidebar_second";s:14:"Sidebar second";s:14:"triptych_first";s:14:"Triptych first";s:15:"triptych_middle";s:15:"Triptych middle";s:13:"triptych_last";s:13:"Triptych last";s:18:"footer_firstcolumn";s:19:"Footer first column";s:19:"footer_secondcolumn";s:20:"Footer second column";s:18:"footer_thirdcolumn";s:19:"Footer third column";s:19:"footer_fourthcolumn";s:20:"Footer fourth column";s:6:"footer";s:6:"Footer";}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"0";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:28:"themes/bartik/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
  35694. 'page_callback' => 'block_admin_display',
  35695. 'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
  35696. 'delivery_callback' => '',
  35697. 'fit' => '31',
  35698. 'number_parts' => '5',
  35699. 'context' => '1',
  35700. 'tab_parent' => 'admin/structure/block',
  35701. 'tab_root' => 'admin/structure/block',
  35702. 'title' => 'Bartik',
  35703. 'title_callback' => 't',
  35704. 'title_arguments' => '',
  35705. 'theme_callback' => '',
  35706. 'theme_arguments' => 'a:0:{}',
  35707. 'type' => '140',
  35708. 'description' => '',
  35709. 'position' => '',
  35710. 'weight' => '-10',
  35711. 'include_file' => 'modules/block/block.admin.inc',
  35712. ))
  35713. ->values(array(
  35714. 'path' => 'admin/structure/block/list/garland',
  35715. 'load_functions' => '',
  35716. 'to_arg_functions' => '',
  35717. 'access_callback' => '_block_themes_access',
  35718. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:7:"Garland";s:11:"description";s:111:"A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:8:"settings";a:1:{s:13:"garland_width";s:5:"fluid";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:9:{s:13:"sidebar_first";s:12:"Left sidebar";s:14:"sidebar_second";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";s:11:"highlighted";s:11:"Highlighted";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
  35719. 'page_callback' => 'block_admin_display',
  35720. 'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
  35721. 'delivery_callback' => '',
  35722. 'fit' => '31',
  35723. 'number_parts' => '5',
  35724. 'context' => '1',
  35725. 'tab_parent' => 'admin/structure/block',
  35726. 'tab_root' => 'admin/structure/block',
  35727. 'title' => 'Garland',
  35728. 'title_callback' => 't',
  35729. 'title_arguments' => '',
  35730. 'theme_callback' => '',
  35731. 'theme_arguments' => 'a:0:{}',
  35732. 'type' => '132',
  35733. 'description' => '',
  35734. 'position' => '',
  35735. 'weight' => '0',
  35736. 'include_file' => 'modules/block/block.admin.inc',
  35737. ))
  35738. ->values(array(
  35739. 'path' => 'admin/structure/block/list/garland/add',
  35740. 'load_functions' => '',
  35741. 'to_arg_functions' => '',
  35742. 'access_callback' => 'user_access',
  35743. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  35744. 'page_callback' => 'drupal_get_form',
  35745. 'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
  35746. 'delivery_callback' => '',
  35747. 'fit' => '63',
  35748. 'number_parts' => '6',
  35749. 'context' => '1',
  35750. 'tab_parent' => 'admin/structure/block/list/garland',
  35751. 'tab_root' => 'admin/structure/block',
  35752. 'title' => 'Add block',
  35753. 'title_callback' => 't',
  35754. 'title_arguments' => '',
  35755. 'theme_callback' => '',
  35756. 'theme_arguments' => 'a:0:{}',
  35757. 'type' => '388',
  35758. 'description' => '',
  35759. 'position' => '',
  35760. 'weight' => '0',
  35761. 'include_file' => 'modules/block/block.admin.inc',
  35762. ))
  35763. ->values(array(
  35764. 'path' => 'admin/structure/block/list/seven',
  35765. 'load_functions' => '',
  35766. 'to_arg_functions' => '',
  35767. 'access_callback' => '_block_themes_access',
  35768. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:23:"themes/seven/seven.info";s:4:"name";s:5:"seven";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:5:"Seven";s:11:"description";s:65:"A simple one-column, tableless, fluid width administration theme.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"1";}s:7:"regions";a:5:{s:7:"content";s:7:"Content";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:13:"sidebar_first";s:13:"First sidebar";}s:14:"regions_hidden";a:3:{i:0;s:13:"sidebar_first";i:1;s:8:"page_top";i:2;s:11:"page_bottom";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:27:"themes/seven/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:6:"engine";s:11:"phptemplate";}}',
  35769. 'page_callback' => 'block_admin_display',
  35770. 'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
  35771. 'delivery_callback' => '',
  35772. 'fit' => '31',
  35773. 'number_parts' => '5',
  35774. 'context' => '1',
  35775. 'tab_parent' => 'admin/structure/block',
  35776. 'tab_root' => 'admin/structure/block',
  35777. 'title' => 'Seven',
  35778. 'title_callback' => 't',
  35779. 'title_arguments' => '',
  35780. 'theme_callback' => '',
  35781. 'theme_arguments' => 'a:0:{}',
  35782. 'type' => '132',
  35783. 'description' => '',
  35784. 'position' => '',
  35785. 'weight' => '0',
  35786. 'include_file' => 'modules/block/block.admin.inc',
  35787. ))
  35788. ->values(array(
  35789. 'path' => 'admin/structure/block/list/seven/add',
  35790. 'load_functions' => '',
  35791. 'to_arg_functions' => '',
  35792. 'access_callback' => 'user_access',
  35793. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  35794. 'page_callback' => 'drupal_get_form',
  35795. 'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
  35796. 'delivery_callback' => '',
  35797. 'fit' => '63',
  35798. 'number_parts' => '6',
  35799. 'context' => '1',
  35800. 'tab_parent' => 'admin/structure/block/list/seven',
  35801. 'tab_root' => 'admin/structure/block',
  35802. 'title' => 'Add block',
  35803. 'title_callback' => 't',
  35804. 'title_arguments' => '',
  35805. 'theme_callback' => '',
  35806. 'theme_arguments' => 'a:0:{}',
  35807. 'type' => '388',
  35808. 'description' => '',
  35809. 'position' => '',
  35810. 'weight' => '0',
  35811. 'include_file' => 'modules/block/block.admin.inc',
  35812. ))
  35813. ->values(array(
  35814. 'path' => 'admin/structure/block/list/stark',
  35815. 'load_functions' => '',
  35816. 'to_arg_functions' => '',
  35817. 'access_callback' => '_block_themes_access',
  35818. 'access_arguments' => "a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:23:\"themes/stark/stark.info\";s:4:\"name\";s:5:\"stark\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:17:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1444866674\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1444866674;s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:6:\"prefix\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}",
  35819. 'page_callback' => 'block_admin_display',
  35820. 'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
  35821. 'delivery_callback' => '',
  35822. 'fit' => '31',
  35823. 'number_parts' => '5',
  35824. 'context' => '1',
  35825. 'tab_parent' => 'admin/structure/block',
  35826. 'tab_root' => 'admin/structure/block',
  35827. 'title' => 'Stark',
  35828. 'title_callback' => 't',
  35829. 'title_arguments' => '',
  35830. 'theme_callback' => '',
  35831. 'theme_arguments' => 'a:0:{}',
  35832. 'type' => '132',
  35833. 'description' => '',
  35834. 'position' => '',
  35835. 'weight' => '0',
  35836. 'include_file' => 'modules/block/block.admin.inc',
  35837. ))
  35838. ->values(array(
  35839. 'path' => 'admin/structure/block/list/stark/add',
  35840. 'load_functions' => '',
  35841. 'to_arg_functions' => '',
  35842. 'access_callback' => 'user_access',
  35843. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  35844. 'page_callback' => 'drupal_get_form',
  35845. 'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
  35846. 'delivery_callback' => '',
  35847. 'fit' => '63',
  35848. 'number_parts' => '6',
  35849. 'context' => '1',
  35850. 'tab_parent' => 'admin/structure/block/list/stark',
  35851. 'tab_root' => 'admin/structure/block',
  35852. 'title' => 'Add block',
  35853. 'title_callback' => 't',
  35854. 'title_arguments' => '',
  35855. 'theme_callback' => '',
  35856. 'theme_arguments' => 'a:0:{}',
  35857. 'type' => '388',
  35858. 'description' => '',
  35859. 'position' => '',
  35860. 'weight' => '0',
  35861. 'include_file' => 'modules/block/block.admin.inc',
  35862. ))
  35863. ->values(array(
  35864. 'path' => 'admin/structure/block/manage/%/%',
  35865. 'load_functions' => 'a:2:{i:4;N;i:5;N;}',
  35866. 'to_arg_functions' => '',
  35867. 'access_callback' => 'user_access',
  35868. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  35869. 'page_callback' => 'drupal_get_form',
  35870. 'page_arguments' => 'a:3:{i:0;s:21:"block_admin_configure";i:1;i:4;i:2;i:5;}',
  35871. 'delivery_callback' => '',
  35872. 'fit' => '60',
  35873. 'number_parts' => '6',
  35874. 'context' => '0',
  35875. 'tab_parent' => '',
  35876. 'tab_root' => 'admin/structure/block/manage/%/%',
  35877. 'title' => 'Configure block',
  35878. 'title_callback' => 't',
  35879. 'title_arguments' => '',
  35880. 'theme_callback' => '',
  35881. 'theme_arguments' => 'a:0:{}',
  35882. 'type' => '6',
  35883. 'description' => '',
  35884. 'position' => '',
  35885. 'weight' => '0',
  35886. 'include_file' => 'modules/block/block.admin.inc',
  35887. ))
  35888. ->values(array(
  35889. 'path' => 'admin/structure/block/manage/%/%/configure',
  35890. 'load_functions' => 'a:2:{i:4;N;i:5;N;}',
  35891. 'to_arg_functions' => '',
  35892. 'access_callback' => 'user_access',
  35893. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  35894. 'page_callback' => 'drupal_get_form',
  35895. 'page_arguments' => 'a:3:{i:0;s:21:"block_admin_configure";i:1;i:4;i:2;i:5;}',
  35896. 'delivery_callback' => '',
  35897. 'fit' => '121',
  35898. 'number_parts' => '7',
  35899. 'context' => '2',
  35900. 'tab_parent' => 'admin/structure/block/manage/%/%',
  35901. 'tab_root' => 'admin/structure/block/manage/%/%',
  35902. 'title' => 'Configure block',
  35903. 'title_callback' => 't',
  35904. 'title_arguments' => '',
  35905. 'theme_callback' => '',
  35906. 'theme_arguments' => 'a:0:{}',
  35907. 'type' => '140',
  35908. 'description' => '',
  35909. 'position' => '',
  35910. 'weight' => '0',
  35911. 'include_file' => 'modules/block/block.admin.inc',
  35912. ))
  35913. ->values(array(
  35914. 'path' => 'admin/structure/block/manage/%/%/delete',
  35915. 'load_functions' => 'a:2:{i:4;N;i:5;N;}',
  35916. 'to_arg_functions' => '',
  35917. 'access_callback' => 'user_access',
  35918. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  35919. 'page_callback' => 'drupal_get_form',
  35920. 'page_arguments' => 'a:3:{i:0;s:25:"block_custom_block_delete";i:1;i:4;i:2;i:5;}',
  35921. 'delivery_callback' => '',
  35922. 'fit' => '121',
  35923. 'number_parts' => '7',
  35924. 'context' => '0',
  35925. 'tab_parent' => 'admin/structure/block/manage/%/%',
  35926. 'tab_root' => 'admin/structure/block/manage/%/%',
  35927. 'title' => 'Delete block',
  35928. 'title_callback' => 't',
  35929. 'title_arguments' => '',
  35930. 'theme_callback' => '',
  35931. 'theme_arguments' => 'a:0:{}',
  35932. 'type' => '132',
  35933. 'description' => '',
  35934. 'position' => '',
  35935. 'weight' => '0',
  35936. 'include_file' => 'modules/block/block.admin.inc',
  35937. ))
  35938. ->values(array(
  35939. 'path' => 'admin/structure/contact',
  35940. 'load_functions' => '',
  35941. 'to_arg_functions' => '',
  35942. 'access_callback' => 'user_access',
  35943. 'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
  35944. 'page_callback' => 'contact_category_list',
  35945. 'page_arguments' => 'a:0:{}',
  35946. 'delivery_callback' => '',
  35947. 'fit' => '7',
  35948. 'number_parts' => '3',
  35949. 'context' => '0',
  35950. 'tab_parent' => '',
  35951. 'tab_root' => 'admin/structure/contact',
  35952. 'title' => 'Contact form',
  35953. 'title_callback' => 't',
  35954. 'title_arguments' => '',
  35955. 'theme_callback' => '',
  35956. 'theme_arguments' => 'a:0:{}',
  35957. 'type' => '6',
  35958. 'description' => 'Create a system contact form and set up categories for the form to use.',
  35959. 'position' => '',
  35960. 'weight' => '0',
  35961. 'include_file' => 'modules/contact/contact.admin.inc',
  35962. ))
  35963. ->values(array(
  35964. 'path' => 'admin/structure/contact/add',
  35965. 'load_functions' => '',
  35966. 'to_arg_functions' => '',
  35967. 'access_callback' => 'user_access',
  35968. 'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
  35969. 'page_callback' => 'drupal_get_form',
  35970. 'page_arguments' => 'a:1:{i:0;s:26:"contact_category_edit_form";}',
  35971. 'delivery_callback' => '',
  35972. 'fit' => '15',
  35973. 'number_parts' => '4',
  35974. 'context' => '1',
  35975. 'tab_parent' => 'admin/structure/contact',
  35976. 'tab_root' => 'admin/structure/contact',
  35977. 'title' => 'Add category',
  35978. 'title_callback' => 't',
  35979. 'title_arguments' => '',
  35980. 'theme_callback' => '',
  35981. 'theme_arguments' => 'a:0:{}',
  35982. 'type' => '388',
  35983. 'description' => '',
  35984. 'position' => '',
  35985. 'weight' => '1',
  35986. 'include_file' => 'modules/contact/contact.admin.inc',
  35987. ))
  35988. ->values(array(
  35989. 'path' => 'admin/structure/contact/delete/%',
  35990. 'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
  35991. 'to_arg_functions' => '',
  35992. 'access_callback' => 'user_access',
  35993. 'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
  35994. 'page_callback' => 'drupal_get_form',
  35995. 'page_arguments' => 'a:2:{i:0;s:28:"contact_category_delete_form";i:1;i:4;}',
  35996. 'delivery_callback' => '',
  35997. 'fit' => '30',
  35998. 'number_parts' => '5',
  35999. 'context' => '0',
  36000. 'tab_parent' => '',
  36001. 'tab_root' => 'admin/structure/contact/delete/%',
  36002. 'title' => 'Delete contact',
  36003. 'title_callback' => 't',
  36004. 'title_arguments' => '',
  36005. 'theme_callback' => '',
  36006. 'theme_arguments' => 'a:0:{}',
  36007. 'type' => '6',
  36008. 'description' => '',
  36009. 'position' => '',
  36010. 'weight' => '0',
  36011. 'include_file' => 'modules/contact/contact.admin.inc',
  36012. ))
  36013. ->values(array(
  36014. 'path' => 'admin/structure/contact/edit/%',
  36015. 'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
  36016. 'to_arg_functions' => '',
  36017. 'access_callback' => 'user_access',
  36018. 'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
  36019. 'page_callback' => 'drupal_get_form',
  36020. 'page_arguments' => 'a:2:{i:0;s:26:"contact_category_edit_form";i:1;i:4;}',
  36021. 'delivery_callback' => '',
  36022. 'fit' => '30',
  36023. 'number_parts' => '5',
  36024. 'context' => '0',
  36025. 'tab_parent' => '',
  36026. 'tab_root' => 'admin/structure/contact/edit/%',
  36027. 'title' => 'Edit contact category',
  36028. 'title_callback' => 't',
  36029. 'title_arguments' => '',
  36030. 'theme_callback' => '',
  36031. 'theme_arguments' => 'a:0:{}',
  36032. 'type' => '6',
  36033. 'description' => '',
  36034. 'position' => '',
  36035. 'weight' => '0',
  36036. 'include_file' => 'modules/contact/contact.admin.inc',
  36037. ))
  36038. ->values(array(
  36039. 'path' => 'admin/structure/forum',
  36040. 'load_functions' => '',
  36041. 'to_arg_functions' => '',
  36042. 'access_callback' => 'user_access',
  36043. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36044. 'page_callback' => 'drupal_get_form',
  36045. 'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
  36046. 'delivery_callback' => '',
  36047. 'fit' => '7',
  36048. 'number_parts' => '3',
  36049. 'context' => '0',
  36050. 'tab_parent' => '',
  36051. 'tab_root' => 'admin/structure/forum',
  36052. 'title' => 'Forums',
  36053. 'title_callback' => 't',
  36054. 'title_arguments' => '',
  36055. 'theme_callback' => '',
  36056. 'theme_arguments' => 'a:0:{}',
  36057. 'type' => '6',
  36058. 'description' => 'Control forum hierarchy settings.',
  36059. 'position' => '',
  36060. 'weight' => '0',
  36061. 'include_file' => 'modules/forum/forum.admin.inc',
  36062. ))
  36063. ->values(array(
  36064. 'path' => 'admin/structure/forum/add/container',
  36065. 'load_functions' => '',
  36066. 'to_arg_functions' => '',
  36067. 'access_callback' => 'user_access',
  36068. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36069. 'page_callback' => 'forum_form_main',
  36070. 'page_arguments' => 'a:1:{i:0;s:9:"container";}',
  36071. 'delivery_callback' => '',
  36072. 'fit' => '31',
  36073. 'number_parts' => '5',
  36074. 'context' => '1',
  36075. 'tab_parent' => 'admin/structure/forum',
  36076. 'tab_root' => 'admin/structure/forum',
  36077. 'title' => 'Add container',
  36078. 'title_callback' => 't',
  36079. 'title_arguments' => '',
  36080. 'theme_callback' => '',
  36081. 'theme_arguments' => 'a:0:{}',
  36082. 'type' => '388',
  36083. 'description' => '',
  36084. 'position' => '',
  36085. 'weight' => '0',
  36086. 'include_file' => 'modules/forum/forum.admin.inc',
  36087. ))
  36088. ->values(array(
  36089. 'path' => 'admin/structure/forum/add/forum',
  36090. 'load_functions' => '',
  36091. 'to_arg_functions' => '',
  36092. 'access_callback' => 'user_access',
  36093. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36094. 'page_callback' => 'forum_form_main',
  36095. 'page_arguments' => 'a:1:{i:0;s:5:"forum";}',
  36096. 'delivery_callback' => '',
  36097. 'fit' => '31',
  36098. 'number_parts' => '5',
  36099. 'context' => '1',
  36100. 'tab_parent' => 'admin/structure/forum',
  36101. 'tab_root' => 'admin/structure/forum',
  36102. 'title' => 'Add forum',
  36103. 'title_callback' => 't',
  36104. 'title_arguments' => '',
  36105. 'theme_callback' => '',
  36106. 'theme_arguments' => 'a:0:{}',
  36107. 'type' => '388',
  36108. 'description' => '',
  36109. 'position' => '',
  36110. 'weight' => '0',
  36111. 'include_file' => 'modules/forum/forum.admin.inc',
  36112. ))
  36113. ->values(array(
  36114. 'path' => 'admin/structure/forum/edit/container/%',
  36115. 'load_functions' => 'a:1:{i:5;s:18:"taxonomy_term_load";}',
  36116. 'to_arg_functions' => '',
  36117. 'access_callback' => 'user_access',
  36118. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36119. 'page_callback' => 'forum_form_main',
  36120. 'page_arguments' => 'a:2:{i:0;s:9:"container";i:1;i:5;}',
  36121. 'delivery_callback' => '',
  36122. 'fit' => '62',
  36123. 'number_parts' => '6',
  36124. 'context' => '0',
  36125. 'tab_parent' => '',
  36126. 'tab_root' => 'admin/structure/forum/edit/container/%',
  36127. 'title' => 'Edit container',
  36128. 'title_callback' => 't',
  36129. 'title_arguments' => '',
  36130. 'theme_callback' => '',
  36131. 'theme_arguments' => 'a:0:{}',
  36132. 'type' => '6',
  36133. 'description' => '',
  36134. 'position' => '',
  36135. 'weight' => '0',
  36136. 'include_file' => 'modules/forum/forum.admin.inc',
  36137. ))
  36138. ->values(array(
  36139. 'path' => 'admin/structure/forum/edit/forum/%',
  36140. 'load_functions' => 'a:1:{i:5;s:18:"taxonomy_term_load";}',
  36141. 'to_arg_functions' => '',
  36142. 'access_callback' => 'user_access',
  36143. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36144. 'page_callback' => 'forum_form_main',
  36145. 'page_arguments' => 'a:2:{i:0;s:5:"forum";i:1;i:5;}',
  36146. 'delivery_callback' => '',
  36147. 'fit' => '62',
  36148. 'number_parts' => '6',
  36149. 'context' => '0',
  36150. 'tab_parent' => '',
  36151. 'tab_root' => 'admin/structure/forum/edit/forum/%',
  36152. 'title' => 'Edit forum',
  36153. 'title_callback' => 't',
  36154. 'title_arguments' => '',
  36155. 'theme_callback' => '',
  36156. 'theme_arguments' => 'a:0:{}',
  36157. 'type' => '6',
  36158. 'description' => '',
  36159. 'position' => '',
  36160. 'weight' => '0',
  36161. 'include_file' => 'modules/forum/forum.admin.inc',
  36162. ))
  36163. ->values(array(
  36164. 'path' => 'admin/structure/forum/list',
  36165. 'load_functions' => '',
  36166. 'to_arg_functions' => '',
  36167. 'access_callback' => 'user_access',
  36168. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36169. 'page_callback' => 'drupal_get_form',
  36170. 'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
  36171. 'delivery_callback' => '',
  36172. 'fit' => '15',
  36173. 'number_parts' => '4',
  36174. 'context' => '1',
  36175. 'tab_parent' => 'admin/structure/forum',
  36176. 'tab_root' => 'admin/structure/forum',
  36177. 'title' => 'List',
  36178. 'title_callback' => 't',
  36179. 'title_arguments' => '',
  36180. 'theme_callback' => '',
  36181. 'theme_arguments' => 'a:0:{}',
  36182. 'type' => '140',
  36183. 'description' => '',
  36184. 'position' => '',
  36185. 'weight' => '-10',
  36186. 'include_file' => 'modules/forum/forum.admin.inc',
  36187. ))
  36188. ->values(array(
  36189. 'path' => 'admin/structure/forum/settings',
  36190. 'load_functions' => '',
  36191. 'to_arg_functions' => '',
  36192. 'access_callback' => 'user_access',
  36193. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36194. 'page_callback' => 'drupal_get_form',
  36195. 'page_arguments' => 'a:1:{i:0;s:20:"forum_admin_settings";}',
  36196. 'delivery_callback' => '',
  36197. 'fit' => '15',
  36198. 'number_parts' => '4',
  36199. 'context' => '1',
  36200. 'tab_parent' => 'admin/structure/forum',
  36201. 'tab_root' => 'admin/structure/forum',
  36202. 'title' => 'Settings',
  36203. 'title_callback' => 't',
  36204. 'title_arguments' => '',
  36205. 'theme_callback' => '',
  36206. 'theme_arguments' => 'a:0:{}',
  36207. 'type' => '132',
  36208. 'description' => '',
  36209. 'position' => '',
  36210. 'weight' => '5',
  36211. 'include_file' => 'modules/forum/forum.admin.inc',
  36212. ))
  36213. ->values(array(
  36214. 'path' => 'admin/structure/menu',
  36215. 'load_functions' => '',
  36216. 'to_arg_functions' => '',
  36217. 'access_callback' => 'user_access',
  36218. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  36219. 'page_callback' => 'menu_overview_page',
  36220. 'page_arguments' => 'a:0:{}',
  36221. 'delivery_callback' => '',
  36222. 'fit' => '7',
  36223. 'number_parts' => '3',
  36224. 'context' => '0',
  36225. 'tab_parent' => '',
  36226. 'tab_root' => 'admin/structure/menu',
  36227. 'title' => 'Menus',
  36228. 'title_callback' => 't',
  36229. 'title_arguments' => '',
  36230. 'theme_callback' => '',
  36231. 'theme_arguments' => 'a:0:{}',
  36232. 'type' => '6',
  36233. 'description' => 'Add new menus to your site, edit existing menus, and rename and reorganize menu links.',
  36234. 'position' => '',
  36235. 'weight' => '0',
  36236. 'include_file' => 'modules/menu/menu.admin.inc',
  36237. ))
  36238. ->values(array(
  36239. 'path' => 'admin/structure/menu/add',
  36240. 'load_functions' => '',
  36241. 'to_arg_functions' => '',
  36242. 'access_callback' => 'user_access',
  36243. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  36244. 'page_callback' => 'drupal_get_form',
  36245. 'page_arguments' => 'a:2:{i:0;s:14:"menu_edit_menu";i:1;s:3:"add";}',
  36246. 'delivery_callback' => '',
  36247. 'fit' => '15',
  36248. 'number_parts' => '4',
  36249. 'context' => '1',
  36250. 'tab_parent' => 'admin/structure/menu',
  36251. 'tab_root' => 'admin/structure/menu',
  36252. 'title' => 'Add menu',
  36253. 'title_callback' => 't',
  36254. 'title_arguments' => '',
  36255. 'theme_callback' => '',
  36256. 'theme_arguments' => 'a:0:{}',
  36257. 'type' => '388',
  36258. 'description' => '',
  36259. 'position' => '',
  36260. 'weight' => '0',
  36261. 'include_file' => 'modules/menu/menu.admin.inc',
  36262. ))
  36263. ->values(array(
  36264. 'path' => 'admin/structure/menu/item/%/delete',
  36265. 'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
  36266. 'to_arg_functions' => '',
  36267. 'access_callback' => 'user_access',
  36268. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  36269. 'page_callback' => 'menu_item_delete_page',
  36270. 'page_arguments' => 'a:1:{i:0;i:4;}',
  36271. 'delivery_callback' => '',
  36272. 'fit' => '61',
  36273. 'number_parts' => '6',
  36274. 'context' => '0',
  36275. 'tab_parent' => '',
  36276. 'tab_root' => 'admin/structure/menu/item/%/delete',
  36277. 'title' => 'Delete menu link',
  36278. 'title_callback' => 't',
  36279. 'title_arguments' => '',
  36280. 'theme_callback' => '',
  36281. 'theme_arguments' => 'a:0:{}',
  36282. 'type' => '6',
  36283. 'description' => '',
  36284. 'position' => '',
  36285. 'weight' => '0',
  36286. 'include_file' => 'modules/menu/menu.admin.inc',
  36287. ))
  36288. ->values(array(
  36289. 'path' => 'admin/structure/menu/item/%/edit',
  36290. 'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
  36291. 'to_arg_functions' => '',
  36292. 'access_callback' => 'user_access',
  36293. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  36294. 'page_callback' => 'drupal_get_form',
  36295. 'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:4:"edit";i:2;i:4;i:3;N;}',
  36296. 'delivery_callback' => '',
  36297. 'fit' => '61',
  36298. 'number_parts' => '6',
  36299. 'context' => '0',
  36300. 'tab_parent' => '',
  36301. 'tab_root' => 'admin/structure/menu/item/%/edit',
  36302. 'title' => 'Edit menu link',
  36303. 'title_callback' => 't',
  36304. 'title_arguments' => '',
  36305. 'theme_callback' => '',
  36306. 'theme_arguments' => 'a:0:{}',
  36307. 'type' => '6',
  36308. 'description' => '',
  36309. 'position' => '',
  36310. 'weight' => '0',
  36311. 'include_file' => 'modules/menu/menu.admin.inc',
  36312. ))
  36313. ->values(array(
  36314. 'path' => 'admin/structure/menu/item/%/reset',
  36315. 'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
  36316. 'to_arg_functions' => '',
  36317. 'access_callback' => 'user_access',
  36318. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  36319. 'page_callback' => 'drupal_get_form',
  36320. 'page_arguments' => 'a:2:{i:0;s:23:"menu_reset_item_confirm";i:1;i:4;}',
  36321. 'delivery_callback' => '',
  36322. 'fit' => '61',
  36323. 'number_parts' => '6',
  36324. 'context' => '0',
  36325. 'tab_parent' => '',
  36326. 'tab_root' => 'admin/structure/menu/item/%/reset',
  36327. 'title' => 'Reset menu link',
  36328. 'title_callback' => 't',
  36329. 'title_arguments' => '',
  36330. 'theme_callback' => '',
  36331. 'theme_arguments' => 'a:0:{}',
  36332. 'type' => '6',
  36333. 'description' => '',
  36334. 'position' => '',
  36335. 'weight' => '0',
  36336. 'include_file' => 'modules/menu/menu.admin.inc',
  36337. ))
  36338. ->values(array(
  36339. 'path' => 'admin/structure/menu/list',
  36340. 'load_functions' => '',
  36341. 'to_arg_functions' => '',
  36342. 'access_callback' => 'user_access',
  36343. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  36344. 'page_callback' => 'menu_overview_page',
  36345. 'page_arguments' => 'a:0:{}',
  36346. 'delivery_callback' => '',
  36347. 'fit' => '15',
  36348. 'number_parts' => '4',
  36349. 'context' => '1',
  36350. 'tab_parent' => 'admin/structure/menu',
  36351. 'tab_root' => 'admin/structure/menu',
  36352. 'title' => 'List menus',
  36353. 'title_callback' => 't',
  36354. 'title_arguments' => '',
  36355. 'theme_callback' => '',
  36356. 'theme_arguments' => 'a:0:{}',
  36357. 'type' => '140',
  36358. 'description' => '',
  36359. 'position' => '',
  36360. 'weight' => '-10',
  36361. 'include_file' => 'modules/menu/menu.admin.inc',
  36362. ))
  36363. ->values(array(
  36364. 'path' => 'admin/structure/menu/manage/%',
  36365. 'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
  36366. 'to_arg_functions' => '',
  36367. 'access_callback' => 'user_access',
  36368. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  36369. 'page_callback' => 'drupal_get_form',
  36370. 'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:4;}',
  36371. 'delivery_callback' => '',
  36372. 'fit' => '30',
  36373. 'number_parts' => '5',
  36374. 'context' => '0',
  36375. 'tab_parent' => '',
  36376. 'tab_root' => 'admin/structure/menu/manage/%',
  36377. 'title' => 'Customize menu',
  36378. 'title_callback' => 'menu_overview_title',
  36379. 'title_arguments' => 'a:1:{i:0;i:4;}',
  36380. 'theme_callback' => '',
  36381. 'theme_arguments' => 'a:0:{}',
  36382. 'type' => '6',
  36383. 'description' => '',
  36384. 'position' => '',
  36385. 'weight' => '0',
  36386. 'include_file' => 'modules/menu/menu.admin.inc',
  36387. ))
  36388. ->values(array(
  36389. 'path' => 'admin/structure/menu/manage/%/add',
  36390. 'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
  36391. 'to_arg_functions' => '',
  36392. 'access_callback' => 'user_access',
  36393. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  36394. 'page_callback' => 'drupal_get_form',
  36395. 'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:3:"add";i:2;N;i:3;i:4;}',
  36396. 'delivery_callback' => '',
  36397. 'fit' => '61',
  36398. 'number_parts' => '6',
  36399. 'context' => '1',
  36400. 'tab_parent' => 'admin/structure/menu/manage/%',
  36401. 'tab_root' => 'admin/structure/menu/manage/%',
  36402. 'title' => 'Add link',
  36403. 'title_callback' => 't',
  36404. 'title_arguments' => '',
  36405. 'theme_callback' => '',
  36406. 'theme_arguments' => 'a:0:{}',
  36407. 'type' => '388',
  36408. 'description' => '',
  36409. 'position' => '',
  36410. 'weight' => '0',
  36411. 'include_file' => 'modules/menu/menu.admin.inc',
  36412. ))
  36413. ->values(array(
  36414. 'path' => 'admin/structure/menu/manage/%/delete',
  36415. 'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
  36416. 'to_arg_functions' => '',
  36417. 'access_callback' => 'user_access',
  36418. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  36419. 'page_callback' => 'menu_delete_menu_page',
  36420. 'page_arguments' => 'a:1:{i:0;i:4;}',
  36421. 'delivery_callback' => '',
  36422. 'fit' => '61',
  36423. 'number_parts' => '6',
  36424. 'context' => '0',
  36425. 'tab_parent' => '',
  36426. 'tab_root' => 'admin/structure/menu/manage/%/delete',
  36427. 'title' => 'Delete menu',
  36428. 'title_callback' => 't',
  36429. 'title_arguments' => '',
  36430. 'theme_callback' => '',
  36431. 'theme_arguments' => 'a:0:{}',
  36432. 'type' => '6',
  36433. 'description' => '',
  36434. 'position' => '',
  36435. 'weight' => '0',
  36436. 'include_file' => 'modules/menu/menu.admin.inc',
  36437. ))
  36438. ->values(array(
  36439. 'path' => 'admin/structure/menu/manage/%/edit',
  36440. 'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
  36441. 'to_arg_functions' => '',
  36442. 'access_callback' => 'user_access',
  36443. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  36444. 'page_callback' => 'drupal_get_form',
  36445. 'page_arguments' => 'a:3:{i:0;s:14:"menu_edit_menu";i:1;s:4:"edit";i:2;i:4;}',
  36446. 'delivery_callback' => '',
  36447. 'fit' => '61',
  36448. 'number_parts' => '6',
  36449. 'context' => '3',
  36450. 'tab_parent' => 'admin/structure/menu/manage/%',
  36451. 'tab_root' => 'admin/structure/menu/manage/%',
  36452. 'title' => 'Edit menu',
  36453. 'title_callback' => 't',
  36454. 'title_arguments' => '',
  36455. 'theme_callback' => '',
  36456. 'theme_arguments' => 'a:0:{}',
  36457. 'type' => '132',
  36458. 'description' => '',
  36459. 'position' => '',
  36460. 'weight' => '0',
  36461. 'include_file' => 'modules/menu/menu.admin.inc',
  36462. ))
  36463. ->values(array(
  36464. 'path' => 'admin/structure/menu/manage/%/list',
  36465. 'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
  36466. 'to_arg_functions' => '',
  36467. 'access_callback' => 'user_access',
  36468. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  36469. 'page_callback' => 'drupal_get_form',
  36470. 'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:4;}',
  36471. 'delivery_callback' => '',
  36472. 'fit' => '61',
  36473. 'number_parts' => '6',
  36474. 'context' => '3',
  36475. 'tab_parent' => 'admin/structure/menu/manage/%',
  36476. 'tab_root' => 'admin/structure/menu/manage/%',
  36477. 'title' => 'List links',
  36478. 'title_callback' => 't',
  36479. 'title_arguments' => '',
  36480. 'theme_callback' => '',
  36481. 'theme_arguments' => 'a:0:{}',
  36482. 'type' => '140',
  36483. 'description' => '',
  36484. 'position' => '',
  36485. 'weight' => '-10',
  36486. 'include_file' => 'modules/menu/menu.admin.inc',
  36487. ))
  36488. ->values(array(
  36489. 'path' => 'admin/structure/menu/parents',
  36490. 'load_functions' => '',
  36491. 'to_arg_functions' => '',
  36492. 'access_callback' => 'user_access',
  36493. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  36494. 'page_callback' => 'menu_parent_options_js',
  36495. 'page_arguments' => 'a:0:{}',
  36496. 'delivery_callback' => '',
  36497. 'fit' => '15',
  36498. 'number_parts' => '4',
  36499. 'context' => '0',
  36500. 'tab_parent' => '',
  36501. 'tab_root' => 'admin/structure/menu/parents',
  36502. 'title' => 'Parent menu items',
  36503. 'title_callback' => 't',
  36504. 'title_arguments' => '',
  36505. 'theme_callback' => '',
  36506. 'theme_arguments' => 'a:0:{}',
  36507. 'type' => '0',
  36508. 'description' => '',
  36509. 'position' => '',
  36510. 'weight' => '0',
  36511. 'include_file' => '',
  36512. ))
  36513. ->values(array(
  36514. 'path' => 'admin/structure/menu/settings',
  36515. 'load_functions' => '',
  36516. 'to_arg_functions' => '',
  36517. 'access_callback' => 'user_access',
  36518. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  36519. 'page_callback' => 'drupal_get_form',
  36520. 'page_arguments' => 'a:1:{i:0;s:14:"menu_configure";}',
  36521. 'delivery_callback' => '',
  36522. 'fit' => '15',
  36523. 'number_parts' => '4',
  36524. 'context' => '1',
  36525. 'tab_parent' => 'admin/structure/menu',
  36526. 'tab_root' => 'admin/structure/menu',
  36527. 'title' => 'Settings',
  36528. 'title_callback' => 't',
  36529. 'title_arguments' => '',
  36530. 'theme_callback' => '',
  36531. 'theme_arguments' => 'a:0:{}',
  36532. 'type' => '132',
  36533. 'description' => '',
  36534. 'position' => '',
  36535. 'weight' => '5',
  36536. 'include_file' => 'modules/menu/menu.admin.inc',
  36537. ))
  36538. ->values(array(
  36539. 'path' => 'admin/structure/taxonomy',
  36540. 'load_functions' => '',
  36541. 'to_arg_functions' => '',
  36542. 'access_callback' => 'user_access',
  36543. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36544. 'page_callback' => 'drupal_get_form',
  36545. 'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}',
  36546. 'delivery_callback' => '',
  36547. 'fit' => '7',
  36548. 'number_parts' => '3',
  36549. 'context' => '0',
  36550. 'tab_parent' => '',
  36551. 'tab_root' => 'admin/structure/taxonomy',
  36552. 'title' => 'Taxonomy',
  36553. 'title_callback' => 't',
  36554. 'title_arguments' => '',
  36555. 'theme_callback' => '',
  36556. 'theme_arguments' => 'a:0:{}',
  36557. 'type' => '6',
  36558. 'description' => 'Manage tagging, categorization, and classification of your content.',
  36559. 'position' => '',
  36560. 'weight' => '0',
  36561. 'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
  36562. ))
  36563. ->values(array(
  36564. 'path' => 'admin/structure/taxonomy/%',
  36565. 'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
  36566. 'to_arg_functions' => '',
  36567. 'access_callback' => 'user_access',
  36568. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36569. 'page_callback' => 'drupal_get_form',
  36570. 'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}',
  36571. 'delivery_callback' => '',
  36572. 'fit' => '14',
  36573. 'number_parts' => '4',
  36574. 'context' => '0',
  36575. 'tab_parent' => '',
  36576. 'tab_root' => 'admin/structure/taxonomy/%',
  36577. 'title' => '',
  36578. 'title_callback' => 'entity_label',
  36579. 'title_arguments' => 'a:2:{i:0;s:19:"taxonomy_vocabulary";i:1;i:3;}',
  36580. 'theme_callback' => '',
  36581. 'theme_arguments' => 'a:0:{}',
  36582. 'type' => '6',
  36583. 'description' => '',
  36584. 'position' => '',
  36585. 'weight' => '0',
  36586. 'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
  36587. ))
  36588. ->values(array(
  36589. 'path' => 'admin/structure/taxonomy/%/add',
  36590. 'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
  36591. 'to_arg_functions' => '',
  36592. 'access_callback' => 'user_access',
  36593. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36594. 'page_callback' => 'drupal_get_form',
  36595. 'page_arguments' => 'a:3:{i:0;s:18:"taxonomy_form_term";i:1;a:0:{}i:2;i:3;}',
  36596. 'delivery_callback' => '',
  36597. 'fit' => '29',
  36598. 'number_parts' => '5',
  36599. 'context' => '1',
  36600. 'tab_parent' => 'admin/structure/taxonomy/%',
  36601. 'tab_root' => 'admin/structure/taxonomy/%',
  36602. 'title' => 'Add term',
  36603. 'title_callback' => 't',
  36604. 'title_arguments' => '',
  36605. 'theme_callback' => '',
  36606. 'theme_arguments' => 'a:0:{}',
  36607. 'type' => '388',
  36608. 'description' => '',
  36609. 'position' => '',
  36610. 'weight' => '0',
  36611. 'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
  36612. ))
  36613. ->values(array(
  36614. 'path' => 'admin/structure/taxonomy/%/display',
  36615. 'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
  36616. 'to_arg_functions' => '',
  36617. 'access_callback' => 'user_access',
  36618. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36619. 'page_callback' => 'drupal_get_form',
  36620. 'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:13:"taxonomy_term";i:2;i:3;i:3;s:7:"default";}',
  36621. 'delivery_callback' => '',
  36622. 'fit' => '29',
  36623. 'number_parts' => '5',
  36624. 'context' => '1',
  36625. 'tab_parent' => 'admin/structure/taxonomy/%',
  36626. 'tab_root' => 'admin/structure/taxonomy/%',
  36627. 'title' => 'Manage display',
  36628. 'title_callback' => 't',
  36629. 'title_arguments' => '',
  36630. 'theme_callback' => '',
  36631. 'theme_arguments' => 'a:0:{}',
  36632. 'type' => '132',
  36633. 'description' => '',
  36634. 'position' => '',
  36635. 'weight' => '2',
  36636. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  36637. ))
  36638. ->values(array(
  36639. 'path' => 'admin/structure/taxonomy/%/display/default',
  36640. 'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
  36641. 'to_arg_functions' => '',
  36642. 'access_callback' => '_field_ui_view_mode_menu_access',
  36643. 'access_arguments' => 'a:5:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:7:"default";i:3;s:11:"user_access";i:4;s:19:"administer taxonomy";}',
  36644. 'page_callback' => 'drupal_get_form',
  36645. 'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:13:"taxonomy_term";i:2;i:3;i:3;s:7:"default";}',
  36646. 'delivery_callback' => '',
  36647. 'fit' => '59',
  36648. 'number_parts' => '6',
  36649. 'context' => '1',
  36650. 'tab_parent' => 'admin/structure/taxonomy/%/display',
  36651. 'tab_root' => 'admin/structure/taxonomy/%',
  36652. 'title' => 'Default',
  36653. 'title_callback' => 't',
  36654. 'title_arguments' => '',
  36655. 'theme_callback' => '',
  36656. 'theme_arguments' => 'a:0:{}',
  36657. 'type' => '140',
  36658. 'description' => '',
  36659. 'position' => '',
  36660. 'weight' => '-10',
  36661. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  36662. ))
  36663. ->values(array(
  36664. 'path' => 'admin/structure/taxonomy/%/display/full',
  36665. 'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
  36666. 'to_arg_functions' => '',
  36667. 'access_callback' => '_field_ui_view_mode_menu_access',
  36668. 'access_arguments' => 'a:5:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:4:"full";i:3;s:11:"user_access";i:4;s:19:"administer taxonomy";}',
  36669. 'page_callback' => 'drupal_get_form',
  36670. 'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:13:"taxonomy_term";i:2;i:3;i:3;s:4:"full";}',
  36671. 'delivery_callback' => '',
  36672. 'fit' => '59',
  36673. 'number_parts' => '6',
  36674. 'context' => '1',
  36675. 'tab_parent' => 'admin/structure/taxonomy/%/display',
  36676. 'tab_root' => 'admin/structure/taxonomy/%',
  36677. 'title' => 'Taxonomy term page',
  36678. 'title_callback' => 't',
  36679. 'title_arguments' => '',
  36680. 'theme_callback' => '',
  36681. 'theme_arguments' => 'a:0:{}',
  36682. 'type' => '132',
  36683. 'description' => '',
  36684. 'position' => '',
  36685. 'weight' => '0',
  36686. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  36687. ))
  36688. ->values(array(
  36689. 'path' => 'admin/structure/taxonomy/%/edit',
  36690. 'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
  36691. 'to_arg_functions' => '',
  36692. 'access_callback' => 'user_access',
  36693. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36694. 'page_callback' => 'drupal_get_form',
  36695. 'page_arguments' => 'a:2:{i:0;s:24:"taxonomy_form_vocabulary";i:1;i:3;}',
  36696. 'delivery_callback' => '',
  36697. 'fit' => '29',
  36698. 'number_parts' => '5',
  36699. 'context' => '1',
  36700. 'tab_parent' => 'admin/structure/taxonomy/%',
  36701. 'tab_root' => 'admin/structure/taxonomy/%',
  36702. 'title' => 'Edit',
  36703. 'title_callback' => 't',
  36704. 'title_arguments' => '',
  36705. 'theme_callback' => '',
  36706. 'theme_arguments' => 'a:0:{}',
  36707. 'type' => '132',
  36708. 'description' => '',
  36709. 'position' => '',
  36710. 'weight' => '-10',
  36711. 'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
  36712. ))
  36713. ->values(array(
  36714. 'path' => 'admin/structure/taxonomy/%/fields',
  36715. 'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
  36716. 'to_arg_functions' => '',
  36717. 'access_callback' => 'user_access',
  36718. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36719. 'page_callback' => 'drupal_get_form',
  36720. 'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:13:"taxonomy_term";i:2;i:3;}',
  36721. 'delivery_callback' => '',
  36722. 'fit' => '29',
  36723. 'number_parts' => '5',
  36724. 'context' => '1',
  36725. 'tab_parent' => 'admin/structure/taxonomy/%',
  36726. 'tab_root' => 'admin/structure/taxonomy/%',
  36727. 'title' => 'Manage fields',
  36728. 'title_callback' => 't',
  36729. 'title_arguments' => '',
  36730. 'theme_callback' => '',
  36731. 'theme_arguments' => 'a:0:{}',
  36732. 'type' => '132',
  36733. 'description' => '',
  36734. 'position' => '',
  36735. 'weight' => '1',
  36736. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  36737. ))
  36738. ->values(array(
  36739. 'path' => 'admin/structure/taxonomy/%/fields/%',
  36740. 'load_functions' => 'a:2:{i:3;a:1:{s:37:"taxonomy_vocabulary_machine_name_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}}',
  36741. 'to_arg_functions' => '',
  36742. 'access_callback' => 'user_access',
  36743. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36744. 'page_callback' => 'drupal_get_form',
  36745. 'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
  36746. 'delivery_callback' => '',
  36747. 'fit' => '58',
  36748. 'number_parts' => '6',
  36749. 'context' => '0',
  36750. 'tab_parent' => '',
  36751. 'tab_root' => 'admin/structure/taxonomy/%/fields/%',
  36752. 'title' => '',
  36753. 'title_callback' => 'field_ui_menu_title',
  36754. 'title_arguments' => 'a:1:{i:0;i:5;}',
  36755. 'theme_callback' => '',
  36756. 'theme_arguments' => 'a:0:{}',
  36757. 'type' => '6',
  36758. 'description' => '',
  36759. 'position' => '',
  36760. 'weight' => '0',
  36761. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  36762. ))
  36763. ->values(array(
  36764. 'path' => 'admin/structure/taxonomy/%/fields/%/delete',
  36765. 'load_functions' => 'a:2:{i:3;a:1:{s:37:"taxonomy_vocabulary_machine_name_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}}',
  36766. 'to_arg_functions' => '',
  36767. 'access_callback' => 'user_access',
  36768. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36769. 'page_callback' => 'drupal_get_form',
  36770. 'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:5;}',
  36771. 'delivery_callback' => '',
  36772. 'fit' => '117',
  36773. 'number_parts' => '7',
  36774. 'context' => '1',
  36775. 'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
  36776. 'tab_root' => 'admin/structure/taxonomy/%/fields/%',
  36777. 'title' => 'Delete',
  36778. 'title_callback' => 't',
  36779. 'title_arguments' => '',
  36780. 'theme_callback' => '',
  36781. 'theme_arguments' => 'a:0:{}',
  36782. 'type' => '132',
  36783. 'description' => '',
  36784. 'position' => '',
  36785. 'weight' => '10',
  36786. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  36787. ))
  36788. ->values(array(
  36789. 'path' => 'admin/structure/taxonomy/%/fields/%/edit',
  36790. 'load_functions' => 'a:2:{i:3;a:1:{s:37:"taxonomy_vocabulary_machine_name_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}}',
  36791. 'to_arg_functions' => '',
  36792. 'access_callback' => 'user_access',
  36793. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36794. 'page_callback' => 'drupal_get_form',
  36795. 'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
  36796. 'delivery_callback' => '',
  36797. 'fit' => '117',
  36798. 'number_parts' => '7',
  36799. 'context' => '1',
  36800. 'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
  36801. 'tab_root' => 'admin/structure/taxonomy/%/fields/%',
  36802. 'title' => 'Edit',
  36803. 'title_callback' => 't',
  36804. 'title_arguments' => '',
  36805. 'theme_callback' => '',
  36806. 'theme_arguments' => 'a:0:{}',
  36807. 'type' => '140',
  36808. 'description' => '',
  36809. 'position' => '',
  36810. 'weight' => '0',
  36811. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  36812. ))
  36813. ->values(array(
  36814. 'path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
  36815. 'load_functions' => 'a:2:{i:3;a:1:{s:37:"taxonomy_vocabulary_machine_name_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}}',
  36816. 'to_arg_functions' => '',
  36817. 'access_callback' => 'user_access',
  36818. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36819. 'page_callback' => 'drupal_get_form',
  36820. 'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:5;}',
  36821. 'delivery_callback' => '',
  36822. 'fit' => '117',
  36823. 'number_parts' => '7',
  36824. 'context' => '1',
  36825. 'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
  36826. 'tab_root' => 'admin/structure/taxonomy/%/fields/%',
  36827. 'title' => 'Field settings',
  36828. 'title_callback' => 't',
  36829. 'title_arguments' => '',
  36830. 'theme_callback' => '',
  36831. 'theme_arguments' => 'a:0:{}',
  36832. 'type' => '132',
  36833. 'description' => '',
  36834. 'position' => '',
  36835. 'weight' => '0',
  36836. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  36837. ))
  36838. ->values(array(
  36839. 'path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
  36840. 'load_functions' => 'a:2:{i:3;a:1:{s:37:"taxonomy_vocabulary_machine_name_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}}',
  36841. 'to_arg_functions' => '',
  36842. 'access_callback' => 'user_access',
  36843. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36844. 'page_callback' => 'drupal_get_form',
  36845. 'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:5;}',
  36846. 'delivery_callback' => '',
  36847. 'fit' => '117',
  36848. 'number_parts' => '7',
  36849. 'context' => '1',
  36850. 'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
  36851. 'tab_root' => 'admin/structure/taxonomy/%/fields/%',
  36852. 'title' => 'Widget type',
  36853. 'title_callback' => 't',
  36854. 'title_arguments' => '',
  36855. 'theme_callback' => '',
  36856. 'theme_arguments' => 'a:0:{}',
  36857. 'type' => '132',
  36858. 'description' => '',
  36859. 'position' => '',
  36860. 'weight' => '0',
  36861. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  36862. ))
  36863. ->values(array(
  36864. 'path' => 'admin/structure/taxonomy/%/list',
  36865. 'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
  36866. 'to_arg_functions' => '',
  36867. 'access_callback' => 'user_access',
  36868. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36869. 'page_callback' => 'drupal_get_form',
  36870. 'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}',
  36871. 'delivery_callback' => '',
  36872. 'fit' => '29',
  36873. 'number_parts' => '5',
  36874. 'context' => '1',
  36875. 'tab_parent' => 'admin/structure/taxonomy/%',
  36876. 'tab_root' => 'admin/structure/taxonomy/%',
  36877. 'title' => 'List',
  36878. 'title_callback' => 't',
  36879. 'title_arguments' => '',
  36880. 'theme_callback' => '',
  36881. 'theme_arguments' => 'a:0:{}',
  36882. 'type' => '140',
  36883. 'description' => '',
  36884. 'position' => '',
  36885. 'weight' => '-20',
  36886. 'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
  36887. ))
  36888. ->values(array(
  36889. 'path' => 'admin/structure/taxonomy/add',
  36890. 'load_functions' => '',
  36891. 'to_arg_functions' => '',
  36892. 'access_callback' => 'user_access',
  36893. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36894. 'page_callback' => 'drupal_get_form',
  36895. 'page_arguments' => 'a:1:{i:0;s:24:"taxonomy_form_vocabulary";}',
  36896. 'delivery_callback' => '',
  36897. 'fit' => '15',
  36898. 'number_parts' => '4',
  36899. 'context' => '1',
  36900. 'tab_parent' => 'admin/structure/taxonomy',
  36901. 'tab_root' => 'admin/structure/taxonomy',
  36902. 'title' => 'Add vocabulary',
  36903. 'title_callback' => 't',
  36904. 'title_arguments' => '',
  36905. 'theme_callback' => '',
  36906. 'theme_arguments' => 'a:0:{}',
  36907. 'type' => '388',
  36908. 'description' => '',
  36909. 'position' => '',
  36910. 'weight' => '0',
  36911. 'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
  36912. ))
  36913. ->values(array(
  36914. 'path' => 'admin/structure/taxonomy/list',
  36915. 'load_functions' => '',
  36916. 'to_arg_functions' => '',
  36917. 'access_callback' => 'user_access',
  36918. 'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
  36919. 'page_callback' => 'drupal_get_form',
  36920. 'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}',
  36921. 'delivery_callback' => '',
  36922. 'fit' => '15',
  36923. 'number_parts' => '4',
  36924. 'context' => '1',
  36925. 'tab_parent' => 'admin/structure/taxonomy',
  36926. 'tab_root' => 'admin/structure/taxonomy',
  36927. 'title' => 'List',
  36928. 'title_callback' => 't',
  36929. 'title_arguments' => '',
  36930. 'theme_callback' => '',
  36931. 'theme_arguments' => 'a:0:{}',
  36932. 'type' => '140',
  36933. 'description' => '',
  36934. 'position' => '',
  36935. 'weight' => '-10',
  36936. 'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
  36937. ))
  36938. ->values(array(
  36939. 'path' => 'admin/structure/trigger',
  36940. 'load_functions' => '',
  36941. 'to_arg_functions' => '',
  36942. 'access_callback' => 'user_access',
  36943. 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
  36944. 'page_callback' => 'trigger_assign',
  36945. 'page_arguments' => 'a:0:{}',
  36946. 'delivery_callback' => '',
  36947. 'fit' => '7',
  36948. 'number_parts' => '3',
  36949. 'context' => '0',
  36950. 'tab_parent' => '',
  36951. 'tab_root' => 'admin/structure/trigger',
  36952. 'title' => 'Triggers',
  36953. 'title_callback' => 't',
  36954. 'title_arguments' => '',
  36955. 'theme_callback' => '',
  36956. 'theme_arguments' => 'a:0:{}',
  36957. 'type' => '6',
  36958. 'description' => 'Configure when to execute actions.',
  36959. 'position' => '',
  36960. 'weight' => '0',
  36961. 'include_file' => 'modules/trigger/trigger.admin.inc',
  36962. ))
  36963. ->values(array(
  36964. 'path' => 'admin/structure/trigger/comment',
  36965. 'load_functions' => '',
  36966. 'to_arg_functions' => '',
  36967. 'access_callback' => 'user_access',
  36968. 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
  36969. 'page_callback' => 'trigger_assign',
  36970. 'page_arguments' => 'a:1:{i:0;s:7:"comment";}',
  36971. 'delivery_callback' => '',
  36972. 'fit' => '15',
  36973. 'number_parts' => '4',
  36974. 'context' => '1',
  36975. 'tab_parent' => 'admin/structure/trigger',
  36976. 'tab_root' => 'admin/structure/trigger',
  36977. 'title' => 'Comment',
  36978. 'title_callback' => 't',
  36979. 'title_arguments' => '',
  36980. 'theme_callback' => '',
  36981. 'theme_arguments' => 'a:0:{}',
  36982. 'type' => '132',
  36983. 'description' => '',
  36984. 'position' => '',
  36985. 'weight' => '0',
  36986. 'include_file' => 'modules/trigger/trigger.admin.inc',
  36987. ))
  36988. ->values(array(
  36989. 'path' => 'admin/structure/trigger/node',
  36990. 'load_functions' => '',
  36991. 'to_arg_functions' => '',
  36992. 'access_callback' => 'user_access',
  36993. 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
  36994. 'page_callback' => 'trigger_assign',
  36995. 'page_arguments' => 'a:1:{i:0;s:4:"node";}',
  36996. 'delivery_callback' => '',
  36997. 'fit' => '15',
  36998. 'number_parts' => '4',
  36999. 'context' => '1',
  37000. 'tab_parent' => 'admin/structure/trigger',
  37001. 'tab_root' => 'admin/structure/trigger',
  37002. 'title' => 'Node',
  37003. 'title_callback' => 't',
  37004. 'title_arguments' => '',
  37005. 'theme_callback' => '',
  37006. 'theme_arguments' => 'a:0:{}',
  37007. 'type' => '132',
  37008. 'description' => '',
  37009. 'position' => '',
  37010. 'weight' => '0',
  37011. 'include_file' => 'modules/trigger/trigger.admin.inc',
  37012. ))
  37013. ->values(array(
  37014. 'path' => 'admin/structure/trigger/system',
  37015. 'load_functions' => '',
  37016. 'to_arg_functions' => '',
  37017. 'access_callback' => 'user_access',
  37018. 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
  37019. 'page_callback' => 'trigger_assign',
  37020. 'page_arguments' => 'a:1:{i:0;s:6:"system";}',
  37021. 'delivery_callback' => '',
  37022. 'fit' => '15',
  37023. 'number_parts' => '4',
  37024. 'context' => '1',
  37025. 'tab_parent' => 'admin/structure/trigger',
  37026. 'tab_root' => 'admin/structure/trigger',
  37027. 'title' => 'System',
  37028. 'title_callback' => 't',
  37029. 'title_arguments' => '',
  37030. 'theme_callback' => '',
  37031. 'theme_arguments' => 'a:0:{}',
  37032. 'type' => '132',
  37033. 'description' => '',
  37034. 'position' => '',
  37035. 'weight' => '0',
  37036. 'include_file' => 'modules/trigger/trigger.admin.inc',
  37037. ))
  37038. ->values(array(
  37039. 'path' => 'admin/structure/trigger/taxonomy',
  37040. 'load_functions' => '',
  37041. 'to_arg_functions' => '',
  37042. 'access_callback' => 'user_access',
  37043. 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
  37044. 'page_callback' => 'trigger_assign',
  37045. 'page_arguments' => 'a:1:{i:0;s:8:"taxonomy";}',
  37046. 'delivery_callback' => '',
  37047. 'fit' => '15',
  37048. 'number_parts' => '4',
  37049. 'context' => '1',
  37050. 'tab_parent' => 'admin/structure/trigger',
  37051. 'tab_root' => 'admin/structure/trigger',
  37052. 'title' => 'Taxonomy',
  37053. 'title_callback' => 't',
  37054. 'title_arguments' => '',
  37055. 'theme_callback' => '',
  37056. 'theme_arguments' => 'a:0:{}',
  37057. 'type' => '132',
  37058. 'description' => '',
  37059. 'position' => '',
  37060. 'weight' => '0',
  37061. 'include_file' => 'modules/trigger/trigger.admin.inc',
  37062. ))
  37063. ->values(array(
  37064. 'path' => 'admin/structure/trigger/unassign',
  37065. 'load_functions' => '',
  37066. 'to_arg_functions' => '',
  37067. 'access_callback' => 'trigger_menu_unassign_access',
  37068. 'access_arguments' => 'a:0:{}',
  37069. 'page_callback' => 'drupal_get_form',
  37070. 'page_arguments' => 'a:1:{i:0;s:16:"trigger_unassign";}',
  37071. 'delivery_callback' => '',
  37072. 'fit' => '15',
  37073. 'number_parts' => '4',
  37074. 'context' => '0',
  37075. 'tab_parent' => '',
  37076. 'tab_root' => 'admin/structure/trigger/unassign',
  37077. 'title' => 'Unassign',
  37078. 'title_callback' => 't',
  37079. 'title_arguments' => '',
  37080. 'theme_callback' => '',
  37081. 'theme_arguments' => 'a:0:{}',
  37082. 'type' => '4',
  37083. 'description' => 'Unassign an action from a trigger.',
  37084. 'position' => '',
  37085. 'weight' => '0',
  37086. 'include_file' => 'modules/trigger/trigger.admin.inc',
  37087. ))
  37088. ->values(array(
  37089. 'path' => 'admin/structure/trigger/user',
  37090. 'load_functions' => '',
  37091. 'to_arg_functions' => '',
  37092. 'access_callback' => 'user_access',
  37093. 'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
  37094. 'page_callback' => 'trigger_assign',
  37095. 'page_arguments' => 'a:1:{i:0;s:4:"user";}',
  37096. 'delivery_callback' => '',
  37097. 'fit' => '15',
  37098. 'number_parts' => '4',
  37099. 'context' => '1',
  37100. 'tab_parent' => 'admin/structure/trigger',
  37101. 'tab_root' => 'admin/structure/trigger',
  37102. 'title' => 'User',
  37103. 'title_callback' => 't',
  37104. 'title_arguments' => '',
  37105. 'theme_callback' => '',
  37106. 'theme_arguments' => 'a:0:{}',
  37107. 'type' => '132',
  37108. 'description' => '',
  37109. 'position' => '',
  37110. 'weight' => '0',
  37111. 'include_file' => 'modules/trigger/trigger.admin.inc',
  37112. ))
  37113. ->values(array(
  37114. 'path' => 'admin/structure/types',
  37115. 'load_functions' => '',
  37116. 'to_arg_functions' => '',
  37117. 'access_callback' => 'user_access',
  37118. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37119. 'page_callback' => 'node_overview_types',
  37120. 'page_arguments' => 'a:0:{}',
  37121. 'delivery_callback' => '',
  37122. 'fit' => '7',
  37123. 'number_parts' => '3',
  37124. 'context' => '0',
  37125. 'tab_parent' => '',
  37126. 'tab_root' => 'admin/structure/types',
  37127. 'title' => 'Content types',
  37128. 'title_callback' => 't',
  37129. 'title_arguments' => '',
  37130. 'theme_callback' => '',
  37131. 'theme_arguments' => 'a:0:{}',
  37132. 'type' => '6',
  37133. 'description' => 'Manage content types, including default status, front page promotion, comment settings, etc.',
  37134. 'position' => '',
  37135. 'weight' => '0',
  37136. 'include_file' => 'modules/node/content_types.inc',
  37137. ))
  37138. ->values(array(
  37139. 'path' => 'admin/structure/types/add',
  37140. 'load_functions' => '',
  37141. 'to_arg_functions' => '',
  37142. 'access_callback' => 'user_access',
  37143. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37144. 'page_callback' => 'drupal_get_form',
  37145. 'page_arguments' => 'a:1:{i:0;s:14:"node_type_form";}',
  37146. 'delivery_callback' => '',
  37147. 'fit' => '15',
  37148. 'number_parts' => '4',
  37149. 'context' => '1',
  37150. 'tab_parent' => 'admin/structure/types',
  37151. 'tab_root' => 'admin/structure/types',
  37152. 'title' => 'Add content type',
  37153. 'title_callback' => 't',
  37154. 'title_arguments' => '',
  37155. 'theme_callback' => '',
  37156. 'theme_arguments' => 'a:0:{}',
  37157. 'type' => '388',
  37158. 'description' => '',
  37159. 'position' => '',
  37160. 'weight' => '0',
  37161. 'include_file' => 'modules/node/content_types.inc',
  37162. ))
  37163. ->values(array(
  37164. 'path' => 'admin/structure/types/list',
  37165. 'load_functions' => '',
  37166. 'to_arg_functions' => '',
  37167. 'access_callback' => 'user_access',
  37168. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37169. 'page_callback' => 'node_overview_types',
  37170. 'page_arguments' => 'a:0:{}',
  37171. 'delivery_callback' => '',
  37172. 'fit' => '15',
  37173. 'number_parts' => '4',
  37174. 'context' => '1',
  37175. 'tab_parent' => 'admin/structure/types',
  37176. 'tab_root' => 'admin/structure/types',
  37177. 'title' => 'List',
  37178. 'title_callback' => 't',
  37179. 'title_arguments' => '',
  37180. 'theme_callback' => '',
  37181. 'theme_arguments' => 'a:0:{}',
  37182. 'type' => '140',
  37183. 'description' => '',
  37184. 'position' => '',
  37185. 'weight' => '-10',
  37186. 'include_file' => 'modules/node/content_types.inc',
  37187. ))
  37188. ->values(array(
  37189. 'path' => 'admin/structure/types/manage/%',
  37190. 'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
  37191. 'to_arg_functions' => '',
  37192. 'access_callback' => 'user_access',
  37193. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37194. 'page_callback' => 'drupal_get_form',
  37195. 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;i:4;}',
  37196. 'delivery_callback' => '',
  37197. 'fit' => '30',
  37198. 'number_parts' => '5',
  37199. 'context' => '0',
  37200. 'tab_parent' => '',
  37201. 'tab_root' => 'admin/structure/types/manage/%',
  37202. 'title' => 'Edit content type',
  37203. 'title_callback' => 'node_type_page_title',
  37204. 'title_arguments' => 'a:1:{i:0;i:4;}',
  37205. 'theme_callback' => '',
  37206. 'theme_arguments' => 'a:0:{}',
  37207. 'type' => '6',
  37208. 'description' => '',
  37209. 'position' => '',
  37210. 'weight' => '0',
  37211. 'include_file' => 'modules/node/content_types.inc',
  37212. ))
  37213. ->values(array(
  37214. 'path' => 'admin/structure/types/manage/%/comment/display',
  37215. 'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
  37216. 'to_arg_functions' => '',
  37217. 'access_callback' => 'user_access',
  37218. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37219. 'page_callback' => 'drupal_get_form',
  37220. 'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:7:"comment";i:2;i:4;i:3;s:7:"default";}',
  37221. 'delivery_callback' => '',
  37222. 'fit' => '123',
  37223. 'number_parts' => '7',
  37224. 'context' => '1',
  37225. 'tab_parent' => 'admin/structure/types/manage/%',
  37226. 'tab_root' => 'admin/structure/types/manage/%',
  37227. 'title' => 'Comment display',
  37228. 'title_callback' => 't',
  37229. 'title_arguments' => '',
  37230. 'theme_callback' => '',
  37231. 'theme_arguments' => 'a:0:{}',
  37232. 'type' => '132',
  37233. 'description' => '',
  37234. 'position' => '',
  37235. 'weight' => '4',
  37236. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  37237. ))
  37238. ->values(array(
  37239. 'path' => 'admin/structure/types/manage/%/comment/display/default',
  37240. 'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
  37241. 'to_arg_functions' => '',
  37242. 'access_callback' => '_field_ui_view_mode_menu_access',
  37243. 'access_arguments' => 'a:5:{i:0;s:7:"comment";i:1;i:4;i:2;s:7:"default";i:3;s:11:"user_access";i:4;s:24:"administer content types";}',
  37244. 'page_callback' => 'drupal_get_form',
  37245. 'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:7:"comment";i:2;i:4;i:3;s:7:"default";}',
  37246. 'delivery_callback' => '',
  37247. 'fit' => '247',
  37248. 'number_parts' => '8',
  37249. 'context' => '1',
  37250. 'tab_parent' => 'admin/structure/types/manage/%/comment/display',
  37251. 'tab_root' => 'admin/structure/types/manage/%',
  37252. 'title' => 'Default',
  37253. 'title_callback' => 't',
  37254. 'title_arguments' => '',
  37255. 'theme_callback' => '',
  37256. 'theme_arguments' => 'a:0:{}',
  37257. 'type' => '140',
  37258. 'description' => '',
  37259. 'position' => '',
  37260. 'weight' => '-10',
  37261. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  37262. ))
  37263. ->values(array(
  37264. 'path' => 'admin/structure/types/manage/%/comment/display/full',
  37265. 'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
  37266. 'to_arg_functions' => '',
  37267. 'access_callback' => '_field_ui_view_mode_menu_access',
  37268. 'access_arguments' => 'a:5:{i:0;s:7:"comment";i:1;i:4;i:2;s:4:"full";i:3;s:11:"user_access";i:4;s:24:"administer content types";}',
  37269. 'page_callback' => 'drupal_get_form',
  37270. 'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:7:"comment";i:2;i:4;i:3;s:4:"full";}',
  37271. 'delivery_callback' => '',
  37272. 'fit' => '247',
  37273. 'number_parts' => '8',
  37274. 'context' => '1',
  37275. 'tab_parent' => 'admin/structure/types/manage/%/comment/display',
  37276. 'tab_root' => 'admin/structure/types/manage/%',
  37277. 'title' => 'Full comment',
  37278. 'title_callback' => 't',
  37279. 'title_arguments' => '',
  37280. 'theme_callback' => '',
  37281. 'theme_arguments' => 'a:0:{}',
  37282. 'type' => '132',
  37283. 'description' => '',
  37284. 'position' => '',
  37285. 'weight' => '0',
  37286. 'include_file' => 'modules/field_ui/field_ui.admin.inc',
  37287. ))
  37288. ->values(array(
  37289. 'path' => 'admin/structure/types/manage/%/comment/fields',
  37290. 'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
  37291. 'to_arg_functions' => '',
  37292. 'access_callback' => 'user_access',
  37293. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37294. 'page_callback' => 'drupal_get_form',
  37295. 'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:7:"comment";i:2;i:4;}',
  37296. 'delivery_callback' => '',
  37297. 'fit' => '123',
  37298. 'number_parts' => '7',
  37299. 'context' => '1',
  37300. 'tab_parent' => 'admin/structure/types/manage/%',
  37301. 'tab_root' => 'admin/structure/types/manage/%',
  37302. 'title' => 'Comment fields',
  37303. 'title_callback' => 't',
  37304. 'title_arguments' => '',
  37305. 'theme_c