Pull merge.
[yaffs-website] / web / core / modules / migrate_drupal / tests / fixtures / drupal7.php
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
10 use Drupal\Core\Database\Database;
11
12 $connection = Database::getConnection();
13
14 $connection->schema()->createTable('accesslog', array(
15   'fields' => array(
16     'aid' => array(
17       'type' => 'serial',
18       'not null' => TRUE,
19       'size' => 'normal',
20     ),
21     'sid' => array(
22       'type' => 'varchar',
23       'not null' => TRUE,
24       'length' => '128',
25       'default' => '',
26     ),
27     'title' => array(
28       'type' => 'varchar',
29       'not null' => FALSE,
30       'length' => '255',
31     ),
32     'path' => array(
33       'type' => 'varchar',
34       'not null' => FALSE,
35       'length' => '255',
36     ),
37     'url' => array(
38       'type' => 'text',
39       'not null' => FALSE,
40       'size' => 'normal',
41     ),
42     'hostname' => array(
43       'type' => 'varchar',
44       'not null' => FALSE,
45       'length' => '128',
46     ),
47     'uid' => array(
48       'type' => 'int',
49       'not null' => FALSE,
50       'size' => 'normal',
51       'default' => '0',
52       'unsigned' => TRUE,
53     ),
54     'timer' => array(
55       'type' => 'int',
56       'not null' => TRUE,
57       'size' => 'normal',
58       'default' => '0',
59       'unsigned' => TRUE,
60     ),
61     'timestamp' => array(
62       'type' => 'int',
63       'not null' => TRUE,
64       'size' => 'normal',
65       'default' => '0',
66       'unsigned' => TRUE,
67     ),
68   ),
69   'primary key' => array(
70     'aid',
71   ),
72   'mysql_character_set' => 'utf8',
73 ));
74
75 $connection->insert('accesslog')
76 ->fields(array(
77   'aid',
78   'sid',
79   'title',
80   'path',
81   'url',
82   'hostname',
83   'uid',
84   'timer',
85   'timestamp',
86 ))
87 ->values(array(
88   'aid' => '92',
89   'sid' => 'a8ksMY2GH4yXK0-PsLNAlCv4zNnapnyCpx4lryZDEfk',
90   'title' => '',
91   'path' => 'node',
92   'url' => 'http://drupal7.local/?q=user/register',
93   'hostname' => '127.0.0.1',
94   'uid' => '0',
95   'timer' => '655',
96   'timestamp' => '1444944970',
97 ))
98 ->values(array(
99   'aid' => '93',
100   'sid' => 'e89G2redQpxRTIndbV3qH8snVR621DqSQ2s4vciJedA',
101   'title' => '',
102   'path' => 'node',
103   'url' => 'http://drupal7.local/',
104   'hostname' => '127.0.0.1',
105   'uid' => '0',
106   'timer' => '214',
107   'timestamp' => '1444944974',
108 ))
109 ->values(array(
110   'aid' => '94',
111   'sid' => 'KkVxQTCiKqKEGNcRs7GYrmXXbEk4szXCHVTknFkbiG0',
112   'title' => 'User account',
113   'path' => 'user/login',
114   'url' => '',
115   'hostname' => '127.0.0.1',
116   'uid' => '0',
117   'timer' => '259',
118   'timestamp' => '1444945094',
119 ))
120 ->values(array(
121   'aid' => '95',
122   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
123   'title' => 'My account',
124   'path' => 'user/login',
125   'url' => 'http://drupal7.local/?q=user/login',
126   'hostname' => '127.0.0.1',
127   'uid' => '1',
128   'timer' => '217',
129   'timestamp' => '1444945097',
130 ))
131 ->values(array(
132   'aid' => '96',
133   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
134   'title' => 'root',
135   'path' => 'user/1',
136   'url' => 'http://drupal7.local/?q=user/login',
137   'hostname' => '127.0.0.1',
138   'uid' => '1',
139   'timer' => '211',
140   'timestamp' => '1444945097',
141 ))
142 ->values(array(
143   'aid' => '97',
144   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
145   'title' => 'Modules',
146   'path' => 'admin/modules',
147   'url' => 'http://drupal7.local/user/1',
148   'hostname' => '127.0.0.1',
149   'uid' => '1',
150   'timer' => '619',
151   'timestamp' => '1444945104',
152 ))
153 ->values(array(
154   'aid' => '98',
155   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
156   'title' => 'Configuration',
157   'path' => 'admin/config',
158   'url' => 'http://drupal7.local/admin/modules',
159   'hostname' => '127.0.0.1',
160   'uid' => '1',
161   'timer' => '273',
162   'timestamp' => '1444945114',
163 ))
164 ->values(array(
165   'aid' => '99',
166   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
167   'title' => 'Languages',
168   'path' => 'admin/config/regional/language',
169   'url' => 'http://drupal7.local/admin/config',
170   'hostname' => '127.0.0.1',
171   'uid' => '1',
172   'timer' => '213',
173   'timestamp' => '1444945121',
174 ))
175 ->values(array(
176   'aid' => '100',
177   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
178   'title' => 'Languages',
179   'path' => 'admin/config/regional/language/add',
180   'url' => 'http://drupal7.local/admin/config/regional/language',
181   'hostname' => '127.0.0.1',
182   'uid' => '1',
183   'timer' => '148',
184   'timestamp' => '1444945122',
185 ))
186 ->values(array(
187   'aid' => '101',
188   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
189   'title' => 'Languages',
190   'path' => 'admin/config/regional/language/add',
191   'url' => 'http://drupal7.local/admin/config/regional/language/add',
192   'hostname' => '127.0.0.1',
193   'uid' => '1',
194   'timer' => '260',
195   'timestamp' => '1444945153',
196 ))
197 ->values(array(
198   'aid' => '102',
199   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
200   'title' => 'Languages',
201   'path' => 'admin/config/regional/language/add',
202   'url' => '',
203   'hostname' => '127.0.0.1',
204   'uid' => '1',
205   'timer' => '195',
206   'timestamp' => '1444945160',
207 ))
208 ->values(array(
209   'aid' => '103',
210   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
211   'title' => 'Languages',
212   'path' => 'admin/config/regional/language/add',
213   'url' => 'http://drupal7.local/?q=admin/config/regional/language/add',
214   'hostname' => '127.0.0.1',
215   'uid' => '1',
216   'timer' => '177',
217   'timestamp' => '1444945168',
218 ))
219 ->values(array(
220   'aid' => '104',
221   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
222   'title' => 'Languages',
223   'path' => 'admin/config/regional/language',
224   'url' => 'http://drupal7.local/?q=admin/config/regional/language/add',
225   'hostname' => '127.0.0.1',
226   'uid' => '1',
227   'timer' => '145',
228   'timestamp' => '1444945168',
229 ))
230 ->values(array(
231   'aid' => '105',
232   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
233   'title' => 'Languages',
234   'path' => 'admin/config/regional/language',
235   'url' => '',
236   'hostname' => '127.0.0.1',
237   'uid' => '1',
238   'timer' => '159',
239   'timestamp' => '1444945175',
240 ))
241 ->values(array(
242   'aid' => '106',
243   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
244   'title' => 'Languages',
245   'path' => 'admin/config/regional/language',
246   'url' => 'http://drupal7.local/?q=admin/config/regional/language',
247   'hostname' => '127.0.0.1',
248   'uid' => '1',
249   'timer' => '152',
250   'timestamp' => '1444945176',
251 ))
252 ->values(array(
253   'aid' => '107',
254   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
255   'title' => 'Languages',
256   'path' => 'admin/config/regional/language',
257   'url' => 'http://drupal7.local/?q=admin/config/regional/language',
258   'hostname' => '127.0.0.1',
259   'uid' => '1',
260   'timer' => '148',
261   'timestamp' => '1444945176',
262 ))
263 ->values(array(
264   'aid' => '108',
265   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
266   'title' => 'Structure',
267   'path' => 'admin/structure',
268   'url' => 'http://drupal7.local/admin/config/regional/language',
269   'hostname' => '127.0.0.1',
270   'uid' => '1',
271   'timer' => '156',
272   'timestamp' => '1444945206',
273 ))
274 ->values(array(
275   'aid' => '109',
276   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
277   'title' => 'Content types',
278   'path' => 'admin/structure/types',
279   'url' => 'http://drupal7.local/admin/structure',
280   'hostname' => '127.0.0.1',
281   'uid' => '1',
282   'timer' => '154',
283   'timestamp' => '1444945208',
284 ))
285 ->values(array(
286   'aid' => '110',
287   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
288   'title' => 'Blog entry',
289   'path' => 'admin/structure/types/manage/blog',
290   'url' => 'http://drupal7.local/admin/structure/types',
291   'hostname' => '127.0.0.1',
292   'uid' => '1',
293   'timer' => '203',
294   'timestamp' => '1444945211',
295 ))
296 ->values(array(
297   'aid' => '111',
298   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
299   'title' => 'Parent menu items',
300   'path' => 'admin/structure/menu/parents',
301   'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
302   'hostname' => '127.0.0.1',
303   'uid' => '1',
304   'timer' => '211',
305   'timestamp' => '1444945211',
306 ))
307 ->values(array(
308   'aid' => '112',
309   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
310   'title' => 'Blog entry',
311   'path' => 'admin/structure/types/manage/blog',
312   'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
313   'hostname' => '127.0.0.1',
314   'uid' => '1',
315   'timer' => '224',
316   'timestamp' => '1444945236',
317 ))
318 ->values(array(
319   'aid' => '113',
320   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
321   'title' => 'Parent menu items',
322   'path' => 'admin/structure/menu/parents',
323   'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
324   'hostname' => '127.0.0.1',
325   'uid' => '1',
326   'timer' => '165',
327   'timestamp' => '1444945237',
328 ))
329 ->values(array(
330   'aid' => '114',
331   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
332   'title' => 'Blog entry',
333   'path' => 'admin/structure/types/manage/blog',
334   'url' => '',
335   'hostname' => '127.0.0.1',
336   'uid' => '1',
337   'timer' => '155',
338   'timestamp' => '1444945242',
339 ))
340 ->values(array(
341   'aid' => '115',
342   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
343   'title' => 'Parent menu items',
344   'path' => 'admin/structure/menu/parents',
345   'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
346   'hostname' => '127.0.0.1',
347   'uid' => '1',
348   'timer' => '217',
349   'timestamp' => '1444945242',
350 ))
351 ->values(array(
352   'aid' => '116',
353   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
354   'title' => 'Blog entry',
355   'path' => 'admin/structure/types/manage/blog',
356   'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
357   'hostname' => '127.0.0.1',
358   'uid' => '1',
359   'timer' => '667',
360   'timestamp' => '1444945246',
361 ))
362 ->values(array(
363   'aid' => '117',
364   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
365   'title' => 'Content types',
366   'path' => 'admin/structure/types',
367   'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
368   'hostname' => '127.0.0.1',
369   'uid' => '1',
370   'timer' => '149',
371   'timestamp' => '1444945246',
372 ))
373 ->execute();
374
375 $connection->schema()->createTable('actions', array(
376   'fields' => array(
377     'aid' => array(
378       'type' => 'varchar',
379       'not null' => TRUE,
380       'length' => '255',
381       'default' => '0',
382     ),
383     'type' => array(
384       'type' => 'varchar',
385       'not null' => TRUE,
386       'length' => '32',
387       'default' => '',
388     ),
389     'callback' => array(
390       'type' => 'varchar',
391       'not null' => TRUE,
392       'length' => '255',
393       'default' => '',
394     ),
395     'parameters' => array(
396       'type' => 'blob',
397       'not null' => TRUE,
398       'size' => 'normal',
399     ),
400     'label' => array(
401       'type' => 'varchar',
402       'not null' => TRUE,
403       'length' => '255',
404       'default' => '0',
405     ),
406   ),
407   'primary key' => array(
408     'aid',
409   ),
410   'mysql_character_set' => 'utf8',
411 ));
412
413 $connection->insert('actions')
414 ->fields(array(
415   'aid',
416   'type',
417   'callback',
418   'parameters',
419   'label',
420 ))
421 ->values(array(
422   'aid' => '2',
423   'type' => 'comment',
424   'callback' => 'comment_unpublish_by_keyword_action',
425   'parameters' => 'a:1:{s:8:"keywords";a:1:{i:0;s:6:"drupal";}}',
426   'label' => 'Unpublish comment containing keyword(s)',
427 ))
428 ->values(array(
429   'aid' => '3',
430   'type' => 'node',
431   'callback' => 'node_assign_owner_action',
432   'parameters' => 'a:1:{s:9:"owner_uid";s:1:"2";}',
433   'label' => 'Change the author of content',
434 ))
435 ->values(array(
436   'aid' => '4',
437   'type' => 'node',
438   'callback' => 'node_unpublish_by_keyword_action',
439   'parameters' => 'a:1:{s:8:"keywords";a:1:{i:0;s:6:"drupal";}}',
440   'label' => 'Unpublish content containing keyword(s)',
441 ))
442 ->values(array(
443   'aid' => '5',
444   'type' => 'system',
445   'callback' => 'system_message_action',
446   'parameters' => 'a:1:{s:7:"message";s:21:"Drupal migration test";}',
447   'label' => 'Display a message to the user',
448 ))
449 ->values(array(
450   'aid' => '6',
451   'type' => 'system',
452   'callback' => 'system_send_email_action',
453   '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";}',
454   'label' => 'Send e-mail',
455 ))
456 ->values(array(
457   'aid' => '7',
458   'type' => 'system',
459   'callback' => 'system_goto_action',
460   'parameters' => 'a:1:{s:3:"url";s:22:"https://www.drupal.org";}',
461   'label' => 'Redirect to URL',
462 ))
463 ->values(array(
464   'aid' => 'comment_publish_action',
465   'type' => 'comment',
466   'callback' => 'comment_publish_action',
467   'parameters' => '',
468   'label' => 'Publish comment',
469 ))
470 ->values(array(
471   'aid' => 'comment_save_action',
472   'type' => 'comment',
473   'callback' => 'comment_save_action',
474   'parameters' => '',
475   'label' => 'Save comment',
476 ))
477 ->values(array(
478   'aid' => 'comment_unpublish_action',
479   'type' => 'comment',
480   'callback' => 'comment_unpublish_action',
481   'parameters' => '',
482   'label' => 'Unpublish comment',
483 ))
484 ->values(array(
485   'aid' => 'node_make_sticky_action',
486   'type' => 'node',
487   'callback' => 'node_make_sticky_action',
488   'parameters' => '',
489   'label' => 'Make content sticky',
490 ))
491 ->values(array(
492   'aid' => 'node_make_unsticky_action',
493   'type' => 'node',
494   'callback' => 'node_make_unsticky_action',
495   'parameters' => '',
496   'label' => 'Make content unsticky',
497 ))
498 ->values(array(
499   'aid' => 'node_promote_action',
500   'type' => 'node',
501   'callback' => 'node_promote_action',
502   'parameters' => '',
503   'label' => 'Promote content to front page',
504 ))
505 ->values(array(
506   'aid' => 'node_publish_action',
507   'type' => 'node',
508   'callback' => 'node_publish_action',
509   'parameters' => '',
510   'label' => 'Publish content',
511 ))
512 ->values(array(
513   'aid' => 'node_save_action',
514   'type' => 'node',
515   'callback' => 'node_save_action',
516   'parameters' => '',
517   'label' => 'Save content',
518 ))
519 ->values(array(
520   'aid' => 'node_unpromote_action',
521   'type' => 'node',
522   'callback' => 'node_unpromote_action',
523   'parameters' => '',
524   'label' => 'Remove content from front page',
525 ))
526 ->values(array(
527   'aid' => 'node_unpublish_action',
528   'type' => 'node',
529   'callback' => 'node_unpublish_action',
530   'parameters' => '',
531   'label' => 'Unpublish content',
532 ))
533 ->values(array(
534   'aid' => 'system_block_ip_action',
535   'type' => 'user',
536   'callback' => 'system_block_ip_action',
537   'parameters' => '',
538   'label' => 'Ban IP address of current user',
539 ))
540 ->values(array(
541   'aid' => 'user_block_user_action',
542   'type' => 'user',
543   'callback' => 'user_block_user_action',
544   'parameters' => '',
545   'label' => 'Block current user',
546 ))
547 ->execute();
548
549 $connection->schema()->createTable('aggregator_category', array(
550   'fields' => array(
551     'cid' => array(
552       'type' => 'serial',
553       'not null' => TRUE,
554       'size' => 'normal',
555     ),
556     'title' => array(
557       'type' => 'varchar',
558       'not null' => TRUE,
559       'length' => '255',
560       'default' => '',
561     ),
562     'description' => array(
563       'type' => 'text',
564       'not null' => TRUE,
565       'size' => 'normal',
566     ),
567     'block' => array(
568       'type' => 'int',
569       'not null' => TRUE,
570       'size' => 'normal',
571       'default' => '0',
572     ),
573   ),
574   'primary key' => array(
575     'cid',
576   ),
577   'mysql_character_set' => 'utf8',
578 ));
579
580 $connection->schema()->createTable('aggregator_category_feed', array(
581   'fields' => array(
582     'fid' => array(
583       'type' => 'int',
584       'not null' => TRUE,
585       'size' => 'normal',
586       'default' => '0',
587     ),
588     'cid' => array(
589       'type' => 'int',
590       'not null' => TRUE,
591       'size' => 'normal',
592       'default' => '0',
593     ),
594   ),
595   'primary key' => array(
596     'fid',
597     'cid',
598   ),
599   'mysql_character_set' => 'utf8',
600 ));
601
602 $connection->schema()->createTable('aggregator_category_item', array(
603   'fields' => array(
604     'iid' => array(
605       'type' => 'int',
606       'not null' => TRUE,
607       'size' => 'normal',
608       'default' => '0',
609     ),
610     'cid' => array(
611       'type' => 'int',
612       'not null' => TRUE,
613       'size' => 'normal',
614       'default' => '0',
615     ),
616   ),
617   'primary key' => array(
618     'iid',
619     'cid',
620   ),
621   'mysql_character_set' => 'utf8',
622 ));
623
624 $connection->schema()->createTable('aggregator_feed', array(
625   'fields' => array(
626     'fid' => array(
627       'type' => 'serial',
628       'not null' => TRUE,
629       'size' => 'normal',
630     ),
631     'title' => array(
632       'type' => 'varchar',
633       'not null' => TRUE,
634       'length' => '255',
635       'default' => '',
636     ),
637     'url' => array(
638       'type' => 'text',
639       'not null' => TRUE,
640       'size' => 'normal',
641     ),
642     'refresh' => array(
643       'type' => 'int',
644       'not null' => TRUE,
645       'size' => 'normal',
646       'default' => '0',
647     ),
648     'checked' => array(
649       'type' => 'int',
650       'not null' => TRUE,
651       'size' => 'normal',
652       'default' => '0',
653     ),
654     'queued' => array(
655       'type' => 'int',
656       'not null' => TRUE,
657       'size' => 'normal',
658       'default' => '0',
659     ),
660     'link' => array(
661       'type' => 'text',
662       'not null' => TRUE,
663       'size' => 'normal',
664     ),
665     'description' => array(
666       'type' => 'text',
667       'not null' => TRUE,
668       'size' => 'normal',
669     ),
670     'image' => array(
671       'type' => 'text',
672       'not null' => TRUE,
673       'size' => 'normal',
674     ),
675     'hash' => array(
676       'type' => 'varchar',
677       'not null' => TRUE,
678       'length' => '64',
679       'default' => '',
680     ),
681     'etag' => array(
682       'type' => 'varchar',
683       'not null' => TRUE,
684       'length' => '255',
685       'default' => '',
686     ),
687     'modified' => array(
688       'type' => 'int',
689       'not null' => TRUE,
690       'size' => 'normal',
691       'default' => '0',
692     ),
693     'block' => array(
694       'type' => 'int',
695       'not null' => TRUE,
696       'size' => 'normal',
697       'default' => '0',
698     ),
699   ),
700   'primary key' => array(
701     'fid',
702   ),
703   'mysql_character_set' => 'utf8',
704 ));
705
706 $connection->insert('aggregator_feed')
707 ->fields(array(
708   'fid',
709   'title',
710   'url',
711   'refresh',
712   'checked',
713   'queued',
714   'link',
715   'description',
716   'image',
717   'hash',
718   'etag',
719   'modified',
720   'block',
721 ))
722 ->values(array(
723   'fid' => '1',
724   'title' => 'Know Your Meme',
725   'url' => 'http://knowyourmeme.com/newsfeed.rss',
726   'refresh' => '900',
727   'checked' => '1444944970',
728   'queued' => '0',
729   'link' => 'http://knowyourmeme.com',
730   'description' => 'New items added to the News Feed',
731   'image' => '',
732   'hash' => 'e6295b3ba81b24db62b41515494a7e9fb87979ff45045a1c946de5fa5abc9c52',
733   'etag' => '"bad5e20e4993f31c869cffd22f1645b9"',
734   'modified' => '0',
735   'block' => '5',
736 ))
737 ->execute();
738
739 $connection->schema()->createTable('aggregator_item', array(
740   'fields' => array(
741     'iid' => array(
742       'type' => 'serial',
743       'not null' => TRUE,
744       'size' => 'normal',
745     ),
746     'fid' => array(
747       'type' => 'int',
748       'not null' => TRUE,
749       'size' => 'normal',
750       'default' => '0',
751     ),
752     'title' => array(
753       'type' => 'varchar',
754       'not null' => TRUE,
755       'length' => '255',
756       'default' => '',
757     ),
758     'link' => array(
759       'type' => 'text',
760       'not null' => TRUE,
761       'size' => 'normal',
762     ),
763     'author' => array(
764       'type' => 'varchar',
765       'not null' => TRUE,
766       'length' => '255',
767       'default' => '',
768     ),
769     'description' => array(
770       'type' => 'text',
771       'not null' => TRUE,
772       'size' => 'normal',
773     ),
774     'timestamp' => array(
775       'type' => 'int',
776       'not null' => FALSE,
777       'size' => 'normal',
778     ),
779     'guid' => array(
780       'type' => 'text',
781       'not null' => TRUE,
782       'size' => 'normal',
783     ),
784   ),
785   'primary key' => array(
786     'iid',
787   ),
788   'mysql_character_set' => 'utf8',
789 ));
790
791 $connection->insert('aggregator_item')
792 ->fields(array(
793   'iid',
794   'fid',
795   'title',
796   'link',
797   'author',
798   'description',
799   'timestamp',
800   'guid',
801 ))
802 ->values(array(
803   'iid' => '2',
804   'fid' => '1',
805   'title' => 'Fido, Take the Wheel',
806   'link' => 'http://knowyourmeme.com/videos/127817-dogs',
807   'author' => '',
808   '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>',
809   'timestamp' => '1444860534',
810   'guid' => 'post:18816',
811 ))
812 ->values(array(
813   'iid' => '3',
814   'fid' => '1',
815   'title' => 'One Punch Man Anime Premieres in Japan',
816   'link' => 'http://knowyourmeme.com/memes/subcultures/one-punch-man',
817   'author' => '',
818   '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>',
819   'timestamp' => '1444863415',
820   'guid' => 'post:18819',
821 ))
822 ->values(array(
823   'iid' => '4',
824   'fid' => '1',
825   'title' => '’Tis the Season to Be Forever Alone',
826   'link' => 'http://knowyourmeme.com/photos/1029494-forever-alone',
827   'author' => '',
828   'description' => '<img alt="336" src="http://i2.kym-cdn.com/photos/images/newsfeed/001/029/494/336.jpg" />',
829   'timestamp' => '1444864413',
830   'guid' => 'post:18821',
831 ))
832 ->values(array(
833   'iid' => '5',
834   'fid' => '1',
835   'title' => 'Legend of Zelda: Symphony of The Goddesses',
836   'link' => 'http://knowyourmeme.com/videos/128124-the-legend-of-zelda',
837   'author' => '',
838   '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>',
839   'timestamp' => '1444934645',
840   'guid' => 'post:18824',
841 ))
842 ->values(array(
843   'iid' => '6',
844   'fid' => '1',
845   'title' => '“Your Mom” Jokes',
846   'link' => 'http://knowyourmeme.com/memes/your-mom-jokes',
847   'author' => '',
848   '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>',
849   'timestamp' => '1444928716',
850   'guid' => 'post:18823',
851 ))
852 ->values(array(
853   'iid' => '7',
854   'fid' => '1',
855   'title' => 'DBZ Voice Actors Dub Over Classic Movies',
856   'link' => 'http://knowyourmeme.com/videos/128169-dragon-ball',
857   'author' => '',
858   '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>',
859   'timestamp' => '1444939569',
860   'guid' => 'post:18826',
861 ))
862 ->values(array(
863   'iid' => '8',
864   'fid' => '1',
865   'title' => 'Happy Birthday, Cure-chan!',
866   'link' => 'http://knowyourmeme.com/memes/cure-chan',
867   'author' => '',
868   '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>',
869   'timestamp' => '1444938083',
870   'guid' => 'post:18825',
871 ))
872 ->values(array(
873   'iid' => '9',
874   'fid' => '1',
875   'title' => 'That Face When Retweets Ain’t Coming In',
876   'link' => 'http://knowyourmeme.com/photos/1029430-my-face-when',
877   'author' => '',
878   'description' => '<img alt="C51" src="http://i2.kym-cdn.com/news_feeds/icons/original/000/018/827/c51.jpg" />',
879   'timestamp' => '1444940736',
880   'guid' => 'post:18827',
881 ))
882 ->values(array(
883   'iid' => '10',
884   'fid' => '1',
885   'title' => 'Back to the Future Stars Talk Film’s Predictions',
886   'link' => 'http://knowyourmeme.com/videos/128173-back-to-the-future-day',
887   'author' => '',
888   '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>',
889   'timestamp' => '1444943309',
890   'guid' => 'post:18828',
891 ))
892 ->values(array(
893   'iid' => '11',
894   'fid' => '1',
895   'title' => 'Chad Says Beta Things',
896   'link' => 'http://knowyourmeme.com/memes/chad-says-beta-things',
897   'author' => '',
898   '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>',
899   'timestamp' => '1444944831',
900   'guid' => 'post:18829',
901 ))
902 ->execute();
903
904 $connection->schema()->createTable('authmap', array(
905   'fields' => array(
906     'aid' => array(
907       'type' => 'serial',
908       'not null' => TRUE,
909       'size' => 'normal',
910       'unsigned' => TRUE,
911     ),
912     'uid' => array(
913       'type' => 'int',
914       'not null' => TRUE,
915       'size' => 'normal',
916       'default' => '0',
917     ),
918     'authname' => array(
919       'type' => 'varchar',
920       'not null' => TRUE,
921       'length' => '128',
922       'default' => '',
923     ),
924     'module' => array(
925       'type' => 'varchar',
926       'not null' => TRUE,
927       'length' => '128',
928       'default' => '',
929     ),
930   ),
931   'primary key' => array(
932     'aid',
933   ),
934   'mysql_character_set' => 'utf8',
935 ));
936
937 $connection->schema()->createTable('batch', array(
938   'fields' => array(
939     'bid' => array(
940       'type' => 'int',
941       'not null' => TRUE,
942       'size' => 'normal',
943       'unsigned' => TRUE,
944     ),
945     'token' => array(
946       'type' => 'varchar',
947       'not null' => TRUE,
948       'length' => '64',
949     ),
950     'timestamp' => array(
951       'type' => 'int',
952       'not null' => TRUE,
953       'size' => 'normal',
954     ),
955     'batch' => array(
956       'type' => 'blob',
957       'not null' => FALSE,
958       'size' => 'normal',
959     ),
960   ),
961   'primary key' => array(
962     'bid',
963   ),
964   'mysql_character_set' => 'utf8',
965 ));
966
967 $connection->schema()->createTable('block', array(
968   'fields' => array(
969     'bid' => array(
970       'type' => 'serial',
971       'not null' => TRUE,
972       'size' => 'normal',
973     ),
974     'module' => array(
975       'type' => 'varchar',
976       'not null' => TRUE,
977       'length' => '64',
978       'default' => '',
979     ),
980     'delta' => array(
981       'type' => 'varchar',
982       'not null' => TRUE,
983       'length' => '32',
984       'default' => '0',
985     ),
986     'theme' => array(
987       'type' => 'varchar',
988       'not null' => TRUE,
989       'length' => '64',
990       'default' => '',
991     ),
992     'status' => array(
993       'type' => 'int',
994       'not null' => TRUE,
995       'size' => 'normal',
996       'default' => '0',
997     ),
998     'weight' => array(
999       'type' => 'int',
1000       'not null' => TRUE,
1001       'size' => 'normal',
1002       'default' => '0',
1003     ),
1004     'region' => array(
1005       'type' => 'varchar',
1006       'not null' => TRUE,
1007       'length' => '64',
1008       'default' => '',
1009     ),
1010     'custom' => array(
1011       'type' => 'int',
1012       'not null' => TRUE,
1013       'size' => 'normal',
1014       'default' => '0',
1015     ),
1016     'visibility' => array(
1017       'type' => 'int',
1018       'not null' => TRUE,
1019       'size' => 'normal',
1020       'default' => '0',
1021     ),
1022     'pages' => array(
1023       'type' => 'text',
1024       'not null' => TRUE,
1025       'size' => 'normal',
1026     ),
1027     'title' => array(
1028       'type' => 'varchar',
1029       'not null' => TRUE,
1030       'length' => '255',
1031       'default' => '',
1032     ),
1033     'cache' => array(
1034       'type' => 'int',
1035       'not null' => TRUE,
1036       'size' => 'normal',
1037       'default' => '1',
1038     ),
1039     'i18n_mode' => array(
1040       'type' => 'int',
1041       'not null' => TRUE,
1042       'size' => 'normal',
1043       'default' => '0',
1044     ),
1045   ),
1046   'primary key' => array(
1047     'bid',
1048   ),
1049   'mysql_character_set' => 'utf8',
1050 ));
1051
1052 $connection->insert('block')
1053 ->fields(array(
1054   'bid',
1055   'module',
1056   'delta',
1057   'theme',
1058   'status',
1059   'weight',
1060   'region',
1061   'custom',
1062   'visibility',
1063   'pages',
1064   'title',
1065   'cache',
1066   'i18n_mode',
1067 ))
1068 ->values(array(
1069   'bid' => '1',
1070   'module' => 'system',
1071   'delta' => 'main',
1072   'theme' => 'bartik',
1073   'status' => '1',
1074   'weight' => '0',
1075   'region' => 'content',
1076   'custom' => '0',
1077   'visibility' => '0',
1078   'pages' => '',
1079   'title' => '',
1080   'cache' => '-1',
1081   'i18n_mode' => '0',
1082 ))
1083 ->values(array(
1084   'bid' => '2',
1085   'module' => 'search',
1086   'delta' => 'form',
1087   'theme' => 'bartik',
1088   'status' => '1',
1089   'weight' => '-1',
1090   'region' => 'sidebar_first',
1091   'custom' => '0',
1092   'visibility' => '0',
1093   'pages' => '',
1094   'title' => '',
1095   'cache' => '-1',
1096   'i18n_mode' => '0',
1097 ))
1098 ->values(array(
1099   'bid' => '3',
1100   'module' => 'node',
1101   'delta' => 'recent',
1102   'theme' => 'seven',
1103   'status' => '0',
1104   'weight' => '10',
1105   'region' => '-1',
1106   'custom' => '0',
1107   'visibility' => '0',
1108   'pages' => '',
1109   'title' => '',
1110   'cache' => '-1',
1111   'i18n_mode' => '0',
1112 ))
1113 ->values(array(
1114   'bid' => '4',
1115   'module' => 'user',
1116   'delta' => 'login',
1117   'theme' => 'bartik',
1118   'status' => '1',
1119   'weight' => '0',
1120   'region' => 'sidebar_first',
1121   'custom' => '0',
1122   'visibility' => '0',
1123   'pages' => '',
1124   'title' => 'User login title',
1125   'cache' => '-1',
1126   'i18n_mode' => '1',
1127 ))
1128 ->values(array(
1129   'bid' => '5',
1130   'module' => 'system',
1131   'delta' => 'navigation',
1132   'theme' => 'bartik',
1133   'status' => '1',
1134   'weight' => '0',
1135   'region' => 'sidebar_first',
1136   'custom' => '0',
1137   'visibility' => '0',
1138   'pages' => '',
1139   'title' => '',
1140   'cache' => '-1',
1141   'i18n_mode' => '0',
1142 ))
1143 ->values(array(
1144   'bid' => '6',
1145   'module' => 'system',
1146   'delta' => 'powered-by',
1147   'theme' => 'bartik',
1148   'status' => '1',
1149   'weight' => '10',
1150   'region' => 'footer',
1151   'custom' => '0',
1152   'visibility' => '0',
1153   'pages' => '',
1154   'title' => '',
1155   'cache' => '-1',
1156   'i18n_mode' => '0',
1157 ))
1158 ->values(array(
1159   'bid' => '7',
1160   'module' => 'system',
1161   'delta' => 'help',
1162   'theme' => 'bartik',
1163   'status' => '1',
1164   'weight' => '0',
1165   'region' => 'help',
1166   'custom' => '0',
1167   'visibility' => '0',
1168   'pages' => '',
1169   'title' => '',
1170   'cache' => '-1',
1171   'i18n_mode' => '0',
1172 ))
1173 ->values(array(
1174   'bid' => '8',
1175   'module' => 'system',
1176   'delta' => 'main',
1177   'theme' => 'seven',
1178   'status' => '1',
1179   'weight' => '0',
1180   'region' => 'content',
1181   'custom' => '0',
1182   'visibility' => '0',
1183   'pages' => '',
1184   'title' => '',
1185   'cache' => '-1',
1186   'i18n_mode' => '0',
1187 ))
1188 ->values(array(
1189   'bid' => '9',
1190   'module' => 'system',
1191   'delta' => 'help',
1192   'theme' => 'seven',
1193   'status' => '1',
1194   'weight' => '0',
1195   'region' => 'help',
1196   'custom' => '0',
1197   'visibility' => '0',
1198   'pages' => '',
1199   'title' => '',
1200   'cache' => '-1',
1201   'i18n_mode' => '0',
1202 ))
1203 ->values(array(
1204   'bid' => '10',
1205   'module' => 'user',
1206   'delta' => 'login',
1207   'theme' => 'seven',
1208   'status' => '1',
1209   'weight' => '10',
1210   'region' => 'content',
1211   'custom' => '0',
1212   'visibility' => '0',
1213   'pages' => '',
1214   'title' => 'User login title',
1215   'cache' => '-1',
1216   'i18n_mode' => '1',
1217 ))
1218 ->values(array(
1219   'bid' => '11',
1220   'module' => 'user',
1221   'delta' => 'new',
1222   'theme' => 'seven',
1223   'status' => '0',
1224   'weight' => '0',
1225   'region' => '-1',
1226   'custom' => '0',
1227   'visibility' => '0',
1228   'pages' => '',
1229   'title' => '',
1230   'cache' => '-1',
1231   'i18n_mode' => '0',
1232 ))
1233 ->values(array(
1234   'bid' => '12',
1235   'module' => 'search',
1236   'delta' => 'form',
1237   'theme' => 'seven',
1238   'status' => '0',
1239   'weight' => '-10',
1240   'region' => '-1',
1241   'custom' => '0',
1242   'visibility' => '0',
1243   'pages' => '',
1244   'title' => '',
1245   'cache' => '-1',
1246   'i18n_mode' => '0',
1247 ))
1248 ->values(array(
1249   'bid' => '13',
1250   'module' => 'comment',
1251   'delta' => 'recent',
1252   'theme' => 'bartik',
1253   'status' => '0',
1254   'weight' => '0',
1255   'region' => '-1',
1256   'custom' => '0',
1257   'visibility' => '0',
1258   'pages' => '',
1259   'title' => '',
1260   'cache' => '1',
1261   'i18n_mode' => '0',
1262 ))
1263 ->values(array(
1264   'bid' => '14',
1265   'module' => 'node',
1266   'delta' => 'syndicate',
1267   'theme' => 'bartik',
1268   'status' => '0',
1269   'weight' => '0',
1270   'region' => '-1',
1271   'custom' => '0',
1272   'visibility' => '0',
1273   'pages' => '',
1274   'title' => '',
1275   'cache' => '-1',
1276   'i18n_mode' => '0',
1277 ))
1278 ->values(array(
1279   'bid' => '15',
1280   'module' => 'node',
1281   'delta' => 'recent',
1282   'theme' => 'bartik',
1283   'status' => '0',
1284   'weight' => '0',
1285   'region' => '-1',
1286   'custom' => '0',
1287   'visibility' => '0',
1288   'pages' => '',
1289   'title' => '',
1290   'cache' => '1',
1291   'i18n_mode' => '0',
1292 ))
1293 ->values(array(
1294   'bid' => '16',
1295   'module' => 'shortcut',
1296   'delta' => 'shortcuts',
1297   'theme' => 'bartik',
1298   'status' => '0',
1299   'weight' => '0',
1300   'region' => '-1',
1301   'custom' => '0',
1302   'visibility' => '0',
1303   'pages' => '',
1304   'title' => '',
1305   'cache' => '-1',
1306   'i18n_mode' => '0',
1307 ))
1308 ->values(array(
1309   'bid' => '17',
1310   'module' => 'system',
1311   'delta' => 'management',
1312   'theme' => 'bartik',
1313   'status' => '0',
1314   'weight' => '0',
1315   'region' => '-1',
1316   'custom' => '0',
1317   'visibility' => '0',
1318   'pages' => '',
1319   'title' => '',
1320   'cache' => '-1',
1321   'i18n_mode' => '0',
1322 ))
1323 ->values(array(
1324   'bid' => '18',
1325   'module' => 'system',
1326   'delta' => 'user-menu',
1327   'theme' => 'bartik',
1328   'status' => '0',
1329   'weight' => '0',
1330   'region' => '-1',
1331   'custom' => '0',
1332   'visibility' => '0',
1333   'pages' => '',
1334   'title' => '',
1335   'cache' => '-1',
1336   'i18n_mode' => '0',
1337 ))
1338 ->values(array(
1339   'bid' => '19',
1340   'module' => 'system',
1341   'delta' => 'main-menu',
1342   'theme' => 'bartik',
1343   'status' => '0',
1344   'weight' => '0',
1345   'region' => '-1',
1346   'custom' => '0',
1347   'visibility' => '0',
1348   'pages' => '',
1349   'title' => '',
1350   'cache' => '-1',
1351   'i18n_mode' => '0',
1352 ))
1353 ->values(array(
1354   'bid' => '20',
1355   'module' => 'user',
1356   'delta' => 'new',
1357   'theme' => 'bartik',
1358   'status' => '0',
1359   'weight' => '0',
1360   'region' => '-1',
1361   'custom' => '0',
1362   'visibility' => '0',
1363   'pages' => '',
1364   'title' => '',
1365   'cache' => '1',
1366   'i18n_mode' => '0',
1367 ))
1368 ->values(array(
1369   'bid' => '21',
1370   'module' => 'user',
1371   'delta' => 'online',
1372   'theme' => 'bartik',
1373   'status' => '0',
1374   'weight' => '0',
1375   'region' => '-1',
1376   'custom' => '0',
1377   'visibility' => '0',
1378   'pages' => '',
1379   'title' => '',
1380   'cache' => '-1',
1381   'i18n_mode' => '0',
1382 ))
1383 ->values(array(
1384   'bid' => '22',
1385   'module' => 'comment',
1386   'delta' => 'recent',
1387   'theme' => 'seven',
1388   'status' => '0',
1389   'weight' => '0',
1390   'region' => '-1',
1391   'custom' => '0',
1392   'visibility' => '0',
1393   'pages' => '',
1394   'title' => '',
1395   'cache' => '1',
1396   'i18n_mode' => '0',
1397 ))
1398 ->values(array(
1399   'bid' => '23',
1400   'module' => 'node',
1401   'delta' => 'syndicate',
1402   'theme' => 'seven',
1403   'status' => '0',
1404   'weight' => '0',
1405   'region' => '-1',
1406   'custom' => '0',
1407   'visibility' => '0',
1408   'pages' => '',
1409   'title' => '',
1410   'cache' => '-1',
1411   'i18n_mode' => '0',
1412 ))
1413 ->values(array(
1414   'bid' => '24',
1415   'module' => 'shortcut',
1416   'delta' => 'shortcuts',
1417   'theme' => 'seven',
1418   'status' => '0',
1419   'weight' => '0',
1420   'region' => '-1',
1421   'custom' => '0',
1422   'visibility' => '0',
1423   'pages' => '',
1424   'title' => '',
1425   'cache' => '-1',
1426   'i18n_mode' => '0',
1427 ))
1428 ->values(array(
1429   'bid' => '25',
1430   'module' => 'system',
1431   'delta' => 'powered-by',
1432   'theme' => 'seven',
1433   'status' => '0',
1434   'weight' => '10',
1435   'region' => '-1',
1436   'custom' => '0',
1437   'visibility' => '0',
1438   'pages' => '',
1439   'title' => '',
1440   'cache' => '-1',
1441   'i18n_mode' => '0',
1442 ))
1443 ->values(array(
1444   'bid' => '26',
1445   'module' => 'system',
1446   'delta' => 'navigation',
1447   'theme' => 'seven',
1448   'status' => '0',
1449   'weight' => '0',
1450   'region' => '-1',
1451   'custom' => '0',
1452   'visibility' => '0',
1453   'pages' => '',
1454   'title' => '',
1455   'cache' => '-1',
1456   'i18n_mode' => '0',
1457 ))
1458 ->values(array(
1459   'bid' => '27',
1460   'module' => 'system',
1461   'delta' => 'management',
1462   'theme' => 'seven',
1463   'status' => '0',
1464   'weight' => '0',
1465   'region' => '-1',
1466   'custom' => '0',
1467   'visibility' => '0',
1468   'pages' => '',
1469   'title' => '',
1470   'cache' => '-1',
1471   'i18n_mode' => '0',
1472 ))
1473 ->values(array(
1474   'bid' => '28',
1475   'module' => 'system',
1476   'delta' => 'user-menu',
1477   'theme' => 'seven',
1478   'status' => '0',
1479   'weight' => '0',
1480   'region' => '-1',
1481   'custom' => '0',
1482   'visibility' => '0',
1483   'pages' => '',
1484   'title' => '',
1485   'cache' => '-1',
1486   'i18n_mode' => '0',
1487 ))
1488 ->values(array(
1489   'bid' => '29',
1490   'module' => 'system',
1491   'delta' => 'main-menu',
1492   'theme' => 'seven',
1493   'status' => '0',
1494   'weight' => '0',
1495   'region' => '-1',
1496   'custom' => '0',
1497   'visibility' => '0',
1498   'pages' => '',
1499   'title' => '',
1500   'cache' => '-1',
1501   'i18n_mode' => '0',
1502 ))
1503 ->values(array(
1504   'bid' => '30',
1505   'module' => 'user',
1506   'delta' => 'online',
1507   'theme' => 'seven',
1508   'status' => '0',
1509   'weight' => '0',
1510   'region' => '-1',
1511   'custom' => '0',
1512   'visibility' => '0',
1513   'pages' => '',
1514   'title' => '',
1515   'cache' => '-1',
1516   'i18n_mode' => '0',
1517 ))
1518 ->values(array(
1519   'bid' => '31',
1520   'module' => 'blog',
1521   'delta' => 'recent',
1522   'theme' => 'bartik',
1523   'status' => '0',
1524   'weight' => '0',
1525   'region' => '-1',
1526   'custom' => '0',
1527   'visibility' => '0',
1528   'pages' => '',
1529   'title' => '',
1530   'cache' => '1',
1531   'i18n_mode' => '0',
1532 ))
1533 ->values(array(
1534   'bid' => '32',
1535   'module' => 'book',
1536   'delta' => 'navigation',
1537   'theme' => 'bartik',
1538   'status' => '0',
1539   'weight' => '0',
1540   'region' => '-1',
1541   'custom' => '0',
1542   'visibility' => '0',
1543   'pages' => '',
1544   'title' => '',
1545   'cache' => '5',
1546   'i18n_mode' => '0',
1547 ))
1548 ->values(array(
1549   'bid' => '33',
1550   'module' => 'locale',
1551   'delta' => 'language',
1552   'theme' => 'bartik',
1553   'status' => '0',
1554   'weight' => '0',
1555   'region' => '-1',
1556   'custom' => '0',
1557   'visibility' => '0',
1558   'pages' => '',
1559   'title' => '',
1560   'cache' => '-1',
1561   'i18n_mode' => '0',
1562 ))
1563 ->values(array(
1564   'bid' => '34',
1565   'module' => 'forum',
1566   'delta' => 'active',
1567   'theme' => 'bartik',
1568   'status' => '0',
1569   'weight' => '0',
1570   'region' => '-1',
1571   'custom' => '0',
1572   'visibility' => '0',
1573   'pages' => '',
1574   'title' => '',
1575   'cache' => '-2',
1576   'i18n_mode' => '0',
1577 ))
1578 ->values(array(
1579   'bid' => '35',
1580   'module' => 'forum',
1581   'delta' => 'new',
1582   'theme' => 'bartik',
1583   'status' => '0',
1584   'weight' => '0',
1585   'region' => '-1',
1586   'custom' => '0',
1587   'visibility' => '0',
1588   'pages' => '',
1589   'title' => '',
1590   'cache' => '-2',
1591   'i18n_mode' => '0',
1592 ))
1593 ->values(array(
1594   'bid' => '36',
1595   'module' => 'blog',
1596   'delta' => 'recent',
1597   'theme' => 'seven',
1598   'status' => '0',
1599   'weight' => '0',
1600   'region' => '-1',
1601   'custom' => '0',
1602   'visibility' => '0',
1603   'pages' => '',
1604   'title' => '',
1605   'cache' => '1',
1606   'i18n_mode' => '0',
1607 ))
1608 ->values(array(
1609   'bid' => '37',
1610   'module' => 'book',
1611   'delta' => 'navigation',
1612   'theme' => 'seven',
1613   'status' => '0',
1614   'weight' => '0',
1615   'region' => '-1',
1616   'custom' => '0',
1617   'visibility' => '0',
1618   'pages' => '',
1619   'title' => '',
1620   'cache' => '5',
1621   'i18n_mode' => '0',
1622 ))
1623 ->values(array(
1624   'bid' => '38',
1625   'module' => 'locale',
1626   'delta' => 'language',
1627   'theme' => 'seven',
1628   'status' => '0',
1629   'weight' => '0',
1630   'region' => '-1',
1631   'custom' => '0',
1632   'visibility' => '0',
1633   'pages' => '',
1634   'title' => '',
1635   'cache' => '-1',
1636   'i18n_mode' => '0',
1637 ))
1638 ->values(array(
1639   'bid' => '39',
1640   'module' => 'forum',
1641   'delta' => 'active',
1642   'theme' => 'seven',
1643   'status' => '0',
1644   'weight' => '0',
1645   'region' => '-1',
1646   'custom' => '0',
1647   'visibility' => '0',
1648   'pages' => '',
1649   'title' => '',
1650   'cache' => '-2',
1651   'i18n_mode' => '0',
1652 ))
1653 ->values(array(
1654   'bid' => '40',
1655   'module' => 'forum',
1656   'delta' => 'new',
1657   'theme' => 'seven',
1658   'status' => '0',
1659   'weight' => '0',
1660   'region' => '-1',
1661   'custom' => '0',
1662   'visibility' => '0',
1663   'pages' => '',
1664   'title' => '',
1665   'cache' => '-2',
1666   'i18n_mode' => '0',
1667 ))
1668 ->values(array(
1669   'bid' => '41',
1670   'module' => 'menu',
1671   'delta' => 'menu-test-menu',
1672   'theme' => 'bartik',
1673   'status' => '0',
1674   'weight' => '0',
1675   'region' => '-1',
1676   'custom' => '0',
1677   'visibility' => '0',
1678   'pages' => '',
1679   'title' => '',
1680   'cache' => '-1',
1681   'i18n_mode' => '0',
1682 ))
1683 ->values(array(
1684   'bid' => '42',
1685   'module' => 'statistics',
1686   'delta' => 'popular',
1687   'theme' => 'bartik',
1688   'status' => '0',
1689   'weight' => '0',
1690   'region' => '-1',
1691   'custom' => '0',
1692   'visibility' => '0',
1693   'pages' => '',
1694   'title' => '',
1695   'cache' => '-1',
1696   'i18n_mode' => '0',
1697 ))
1698 ->values(array(
1699   'bid' => '43',
1700   'module' => 'menu',
1701   'delta' => 'menu-test-menu',
1702   'theme' => 'seven',
1703   'status' => '0',
1704   'weight' => '0',
1705   'region' => '-1',
1706   'custom' => '0',
1707   'visibility' => '0',
1708   'pages' => '',
1709   'title' => '',
1710   'cache' => '-1',
1711   'i18n_mode' => '0',
1712 ))
1713 ->values(array(
1714   'bid' => '44',
1715   'module' => 'statistics',
1716   'delta' => 'popular',
1717   'theme' => 'seven',
1718   'status' => '0',
1719   'weight' => '0',
1720   'region' => '-1',
1721   'custom' => '0',
1722   'visibility' => '0',
1723   'pages' => '',
1724   'title' => '',
1725   'cache' => '-1',
1726   'i18n_mode' => '0',
1727 ))
1728 ->values(array(
1729   'bid' => '45',
1730   'module' => 'block',
1731   'delta' => '1',
1732   'theme' => 'bartik',
1733   'status' => '1',
1734   'weight' => '0',
1735   'region' => 'highlighted',
1736   'custom' => '0',
1737   'visibility' => '0',
1738   'pages' => '',
1739   'title' => 'Mildly amusing limerick of the day',
1740   'cache' => '-1',
1741   'i18n_mode' => '0',
1742 ))
1743 ->values(array(
1744   'bid' => '46',
1745   'module' => 'block',
1746   'delta' => '1',
1747   'theme' => 'seven',
1748   'status' => '0',
1749   'weight' => '0',
1750   'region' => '-1',
1751   'custom' => '0',
1752   'visibility' => '0',
1753   'pages' => '',
1754   'title' => 'Mildly amusing limerick of the day',
1755   'cache' => '-1',
1756   'i18n_mode' => '0',
1757 ))
1758 ->values(array(
1759   'bid' => '47',
1760   'module' => 'aggregator',
1761   'delta' => 'feed-1',
1762   'theme' => 'bartik',
1763   'status' => '0',
1764   'weight' => '0',
1765   'region' => '-1',
1766   'custom' => '0',
1767   'visibility' => '0',
1768   'pages' => '',
1769   'title' => '',
1770   'cache' => '1',
1771   'i18n_mode' => '0',
1772 ))
1773 ->values(array(
1774   'bid' => '48',
1775   'module' => 'aggregator',
1776   'delta' => 'feed-1',
1777   'theme' => 'seven',
1778   'status' => '0',
1779   'weight' => '0',
1780   'region' => '-1',
1781   'custom' => '0',
1782   'visibility' => '0',
1783   'pages' => '',
1784   'title' => '',
1785   'cache' => '1',
1786   'i18n_mode' => '0',
1787 ))
1788 ->values(array(
1789   'bid' => '49',
1790   'module' => 'locale',
1791   'delta' => 'language_content',
1792   'theme' => 'bartik',
1793   'status' => '0',
1794   'weight' => '0',
1795   'region' => '-1',
1796   'custom' => '0',
1797   'visibility' => '0',
1798   'pages' => '',
1799   'title' => '',
1800   'cache' => '-1',
1801   'i18n_mode' => '0',
1802 ))
1803 ->values(array(
1804   'bid' => '50',
1805   'module' => 'locale',
1806   'delta' => 'language_content',
1807   'theme' => 'seven',
1808   'status' => '0',
1809   'weight' => '0',
1810   'region' => '-1',
1811   'custom' => '0',
1812   'visibility' => '0',
1813   'pages' => '',
1814   'title' => '',
1815   'cache' => '-1',
1816   'i18n_mode' => '0',
1817 ))
1818 ->execute();
1819
1820 $connection->schema()->createTable('block_custom', array(
1821   'fields' => array(
1822     'bid' => array(
1823       'type' => 'serial',
1824       'not null' => TRUE,
1825       'size' => 'normal',
1826       'unsigned' => TRUE,
1827     ),
1828     'body' => array(
1829       'type' => 'text',
1830       'not null' => FALSE,
1831       'size' => 'normal',
1832     ),
1833     'info' => array(
1834       'type' => 'varchar',
1835       'not null' => TRUE,
1836       'length' => '128',
1837       'default' => '',
1838     ),
1839     'format' => array(
1840       'type' => 'varchar',
1841       'not null' => FALSE,
1842       'length' => '255',
1843     ),
1844   ),
1845   'primary key' => array(
1846     'bid',
1847   ),
1848   'mysql_character_set' => 'utf8',
1849 ));
1850
1851 $connection->insert('block_custom')
1852 ->fields(array(
1853   'bid',
1854   'body',
1855   'info',
1856   'format',
1857 ))
1858 ->values(array(
1859   'bid' => '1',
1860   '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",
1861   'info' => 'Limerick',
1862   'format' => 'filtered_html',
1863 ))
1864 ->execute();
1865
1866 $connection->schema()->createTable('block_node_type', array(
1867   'fields' => array(
1868     'module' => array(
1869       'type' => 'varchar',
1870       'not null' => TRUE,
1871       'length' => '64',
1872     ),
1873     'delta' => array(
1874       'type' => 'varchar',
1875       'not null' => TRUE,
1876       'length' => '32',
1877     ),
1878     'type' => array(
1879       'type' => 'varchar',
1880       'not null' => TRUE,
1881       'length' => '32',
1882     ),
1883   ),
1884   'primary key' => array(
1885     'module',
1886     'delta',
1887     'type',
1888   ),
1889   'mysql_character_set' => 'utf8',
1890 ));
1891
1892 $connection->schema()->createTable('block_role', array(
1893   'fields' => array(
1894     'module' => array(
1895       'type' => 'varchar',
1896       'not null' => TRUE,
1897       'length' => '64',
1898     ),
1899     'delta' => array(
1900       'type' => 'varchar',
1901       'not null' => TRUE,
1902       'length' => '32',
1903     ),
1904     'rid' => array(
1905       'type' => 'int',
1906       'not null' => TRUE,
1907       'size' => 'normal',
1908       'unsigned' => TRUE,
1909     ),
1910   ),
1911   'primary key' => array(
1912     'module',
1913     'delta',
1914     'rid',
1915   ),
1916   'mysql_character_set' => 'utf8',
1917 ));
1918
1919 $connection->insert('block_role')
1920 ->fields(array(
1921   'module',
1922   'delta',
1923   'rid',
1924 ))
1925 ->values(array(
1926   'module' => 'block',
1927   'delta' => '1',
1928   'rid' => '2',
1929 ))
1930 ->execute();
1931
1932 $connection->schema()->createTable('blocked_ips', array(
1933   'fields' => array(
1934     'iid' => array(
1935       'type' => 'serial',
1936       'not null' => TRUE,
1937       'size' => 'normal',
1938       'unsigned' => TRUE,
1939     ),
1940     'ip' => array(
1941       'type' => 'varchar',
1942       'not null' => TRUE,
1943       'length' => '40',
1944       'default' => '',
1945     ),
1946   ),
1947   'primary key' => array(
1948     'iid',
1949   ),
1950   'mysql_character_set' => 'utf8',
1951 ));
1952
1953 $connection->insert('blocked_ips')
1954 ->fields(array(
1955   'iid',
1956   'ip',
1957 ))
1958 ->values(array(
1959   'iid' => '1',
1960   'ip' => '111.111.111.111',
1961 ))
1962 ->execute();
1963
1964 $connection->schema()->createTable('book', array(
1965   'fields' => array(
1966     'mlid' => array(
1967       'type' => 'int',
1968       'not null' => TRUE,
1969       'size' => 'normal',
1970       'default' => '0',
1971       'unsigned' => TRUE,
1972     ),
1973     'nid' => array(
1974       'type' => 'int',
1975       'not null' => TRUE,
1976       'size' => 'normal',
1977       'default' => '0',
1978       'unsigned' => TRUE,
1979     ),
1980     'bid' => array(
1981       'type' => 'int',
1982       'not null' => TRUE,
1983       'size' => 'normal',
1984       'default' => '0',
1985       'unsigned' => TRUE,
1986     ),
1987   ),
1988   'primary key' => array(
1989     'mlid',
1990   ),
1991   'mysql_character_set' => 'utf8',
1992 ));
1993
1994 $connection->insert('book')
1995   ->fields(array(
1996     'mlid',
1997     'nid',
1998     'bid',
1999   ))
2000   ->values(array(
2001     'mlid' => '480',
2002     'nid' => '4',
2003     'bid' => '4',
2004   ))
2005   ->values(array(
2006     'mlid' => '481',
2007     'nid' => '6',
2008     'bid' => '4',
2009   ))
2010   ->values(array(
2011     'mlid' => '482',
2012     'nid' => '2',
2013     'bid' => '4',
2014   ))
2015   ->values(array(
2016     'mlid' => '483',
2017     'nid' => '1',
2018     'bid' => '8',
2019   ))
2020   ->execute();
2021
2022 $connection->schema()->createTable('cache', array(
2023   'fields' => array(
2024     'cid' => array(
2025       'type' => 'varchar',
2026       'not null' => TRUE,
2027       'length' => '255',
2028       'default' => '',
2029     ),
2030     'data' => array(
2031       'type' => 'blob',
2032       'not null' => FALSE,
2033       'size' => 'normal',
2034     ),
2035     'expire' => array(
2036       'type' => 'int',
2037       'not null' => TRUE,
2038       'size' => 'normal',
2039       'default' => '0',
2040     ),
2041     'created' => array(
2042       'type' => 'int',
2043       'not null' => TRUE,
2044       'size' => 'normal',
2045       'default' => '0',
2046     ),
2047     'serialized' => array(
2048       'type' => 'int',
2049       'not null' => TRUE,
2050       'size' => 'normal',
2051       'default' => '0',
2052     ),
2053   ),
2054   'primary key' => array(
2055     'cid',
2056   ),
2057   'mysql_character_set' => 'utf8',
2058 ));
2059
2060 $connection->schema()->createTable('cache_block', array(
2061   'fields' => array(
2062     'cid' => array(
2063       'type' => 'varchar',
2064       'not null' => TRUE,
2065       'length' => '255',
2066       'default' => '',
2067     ),
2068     'data' => array(
2069       'type' => 'blob',
2070       'not null' => FALSE,
2071       'size' => 'normal',
2072     ),
2073     'expire' => array(
2074       'type' => 'int',
2075       'not null' => TRUE,
2076       'size' => 'normal',
2077       'default' => '0',
2078     ),
2079     'created' => array(
2080       'type' => 'int',
2081       'not null' => TRUE,
2082       'size' => 'normal',
2083       'default' => '0',
2084     ),
2085     'serialized' => array(
2086       'type' => 'int',
2087       'not null' => TRUE,
2088       'size' => 'normal',
2089       'default' => '0',
2090     ),
2091   ),
2092   'primary key' => array(
2093     'cid',
2094   ),
2095   'mysql_character_set' => 'utf8',
2096 ));
2097
2098 $connection->schema()->createTable('cache_bootstrap', array(
2099   'fields' => array(
2100     'cid' => array(
2101       'type' => 'varchar',
2102       'not null' => TRUE,
2103       'length' => '255',
2104       'default' => '',
2105     ),
2106     'data' => array(
2107       'type' => 'blob',
2108       'not null' => FALSE,
2109       'size' => 'normal',
2110     ),
2111     'expire' => array(
2112       'type' => 'int',
2113       'not null' => TRUE,
2114       'size' => 'normal',
2115       'default' => '0',
2116     ),
2117     'created' => array(
2118       'type' => 'int',
2119       'not null' => TRUE,
2120       'size' => 'normal',
2121       'default' => '0',
2122     ),
2123     'serialized' => array(
2124       'type' => 'int',
2125       'not null' => TRUE,
2126       'size' => 'normal',
2127       'default' => '0',
2128     ),
2129   ),
2130   'primary key' => array(
2131     'cid',
2132   ),
2133   'mysql_character_set' => 'utf8',
2134 ));
2135
2136 $connection->schema()->createTable('cache_field', array(
2137   'fields' => array(
2138     'cid' => array(
2139       'type' => 'varchar',
2140       'not null' => TRUE,
2141       'length' => '255',
2142       'default' => '',
2143     ),
2144     'data' => array(
2145       'type' => 'blob',
2146       'not null' => FALSE,
2147       'size' => 'normal',
2148     ),
2149     'expire' => array(
2150       'type' => 'int',
2151       'not null' => TRUE,
2152       'size' => 'normal',
2153       'default' => '0',
2154     ),
2155     'created' => array(
2156       'type' => 'int',
2157       'not null' => TRUE,
2158       'size' => 'normal',
2159       'default' => '0',
2160     ),
2161     'serialized' => array(
2162       'type' => 'int',
2163       'not null' => TRUE,
2164       'size' => 'normal',
2165       'default' => '0',
2166     ),
2167   ),
2168   'primary key' => array(
2169     'cid',
2170   ),
2171   'mysql_character_set' => 'utf8',
2172 ));
2173
2174 $connection->schema()->createTable('cache_filter', array(
2175   'fields' => array(
2176     'cid' => array(
2177       'type' => 'varchar',
2178       'not null' => TRUE,
2179       'length' => '255',
2180       'default' => '',
2181     ),
2182     'data' => array(
2183       'type' => 'blob',
2184       'not null' => FALSE,
2185       'size' => 'normal',
2186     ),
2187     'expire' => array(
2188       'type' => 'int',
2189       'not null' => TRUE,
2190       'size' => 'normal',
2191       'default' => '0',
2192     ),
2193     'created' => array(
2194       'type' => 'int',
2195       'not null' => TRUE,
2196       'size' => 'normal',
2197       'default' => '0',
2198     ),
2199     'serialized' => array(
2200       'type' => 'int',
2201       'not null' => TRUE,
2202       'size' => 'normal',
2203       'default' => '0',
2204     ),
2205   ),
2206   'primary key' => array(
2207     'cid',
2208   ),
2209   'mysql_character_set' => 'utf8',
2210 ));
2211
2212 $connection->schema()->createTable('cache_form', array(
2213   'fields' => array(
2214     'cid' => array(
2215       'type' => 'varchar',
2216       'not null' => TRUE,
2217       'length' => '255',
2218       'default' => '',
2219     ),
2220     'data' => array(
2221       'type' => 'blob',
2222       'not null' => FALSE,
2223       'size' => 'normal',
2224     ),
2225     'expire' => array(
2226       'type' => 'int',
2227       'not null' => TRUE,
2228       'size' => 'normal',
2229       'default' => '0',
2230     ),
2231     'created' => array(
2232       'type' => 'int',
2233       'not null' => TRUE,
2234       'size' => 'normal',
2235       'default' => '0',
2236     ),
2237     'serialized' => array(
2238       'type' => 'int',
2239       'not null' => TRUE,
2240       'size' => 'normal',
2241       'default' => '0',
2242     ),
2243   ),
2244   'primary key' => array(
2245     'cid',
2246   ),
2247   'mysql_character_set' => 'utf8',
2248 ));
2249
2250 $connection->schema()->createTable('cache_image', array(
2251   'fields' => array(
2252     'cid' => array(
2253       'type' => 'varchar',
2254       'not null' => TRUE,
2255       'length' => '255',
2256       'default' => '',
2257     ),
2258     'data' => array(
2259       'type' => 'blob',
2260       'not null' => FALSE,
2261       'size' => 'normal',
2262     ),
2263     'expire' => array(
2264       'type' => 'int',
2265       'not null' => TRUE,
2266       'size' => 'normal',
2267       'default' => '0',
2268     ),
2269     'created' => array(
2270       'type' => 'int',
2271       'not null' => TRUE,
2272       'size' => 'normal',
2273       'default' => '0',
2274     ),
2275     'serialized' => array(
2276       'type' => 'int',
2277       'not null' => TRUE,
2278       'size' => 'normal',
2279       'default' => '0',
2280     ),
2281   ),
2282   'primary key' => array(
2283     'cid',
2284   ),
2285   'mysql_character_set' => 'utf8',
2286 ));
2287
2288 $connection->schema()->createTable('cache_menu', array(
2289   'fields' => array(
2290     'cid' => array(
2291       'type' => 'varchar',
2292       'not null' => TRUE,
2293       'length' => '255',
2294       'default' => '',
2295     ),
2296     'data' => array(
2297       'type' => 'blob',
2298       'not null' => FALSE,
2299       'size' => 'normal',
2300     ),
2301     'expire' => array(
2302       'type' => 'int',
2303       'not null' => TRUE,
2304       'size' => 'normal',
2305       'default' => '0',
2306     ),
2307     'created' => array(
2308       'type' => 'int',
2309       'not null' => TRUE,
2310       'size' => 'normal',
2311       'default' => '0',
2312     ),
2313     'serialized' => array(
2314       'type' => 'int',
2315       'not null' => TRUE,
2316       'size' => 'normal',
2317       'default' => '0',
2318     ),
2319   ),
2320   'primary key' => array(
2321     'cid',
2322   ),
2323   'mysql_character_set' => 'utf8',
2324 ));
2325
2326 $connection->schema()->createTable('cache_page', array(
2327   'fields' => array(
2328     'cid' => array(
2329       'type' => 'varchar',
2330       'not null' => TRUE,
2331       'length' => '255',
2332       'default' => '',
2333     ),
2334     'data' => array(
2335       'type' => 'blob',
2336       'not null' => FALSE,
2337       'size' => 'normal',
2338     ),
2339     'expire' => array(
2340       'type' => 'int',
2341       'not null' => TRUE,
2342       'size' => 'normal',
2343       'default' => '0',
2344     ),
2345     'created' => array(
2346       'type' => 'int',
2347       'not null' => TRUE,
2348       'size' => 'normal',
2349       'default' => '0',
2350     ),
2351     'serialized' => array(
2352       'type' => 'int',
2353       'not null' => TRUE,
2354       'size' => 'normal',
2355       'default' => '0',
2356     ),
2357   ),
2358   'primary key' => array(
2359     'cid',
2360   ),
2361   'mysql_character_set' => 'utf8',
2362 ));
2363
2364 $connection->schema()->createTable('cache_path', array(
2365   'fields' => array(
2366     'cid' => array(
2367       'type' => 'varchar',
2368       'not null' => TRUE,
2369       'length' => '255',
2370       'default' => '',
2371     ),
2372     'data' => array(
2373       'type' => 'blob',
2374       'not null' => FALSE,
2375       'size' => 'normal',
2376     ),
2377     'expire' => array(
2378       'type' => 'int',
2379       'not null' => TRUE,
2380       'size' => 'normal',
2381       'default' => '0',
2382     ),
2383     'created' => array(
2384       'type' => 'int',
2385       'not null' => TRUE,
2386       'size' => 'normal',
2387       'default' => '0',
2388     ),
2389     'serialized' => array(
2390       'type' => 'int',
2391       'not null' => TRUE,
2392       'size' => 'normal',
2393       'default' => '0',
2394     ),
2395   ),
2396   'primary key' => array(
2397     'cid',
2398   ),
2399   'mysql_character_set' => 'utf8',
2400 ));
2401
2402 $connection->schema()->createTable('cache_update', 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' => 'normal',
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' => 'normal',
2431       'default' => '0',
2432     ),
2433   ),
2434   'primary key' => array(
2435     'cid',
2436   ),
2437   'mysql_character_set' => 'utf8',
2438 ));
2439
2440 $connection->schema()->createTable('cache_variable', array(
2441   'fields' => array(
2442     'cid' => array(
2443       'type' => 'varchar',
2444       'not null' => TRUE,
2445       'length' => '255',
2446       'default' => '',
2447     ),
2448     'data' => array(
2449       'type' => 'blob',
2450       'not null' => FALSE,
2451       'size' => 'big',
2452     ),
2453     'expire' => array(
2454       'type' => 'int',
2455       'not null' => TRUE,
2456       'size' => 'normal',
2457       'default' => '0',
2458     ),
2459     'created' => array(
2460       'type' => 'int',
2461       'not null' => TRUE,
2462       'size' => 'normal',
2463       'default' => '0',
2464     ),
2465     'serialized' => array(
2466       'type' => 'int',
2467       'not null' => TRUE,
2468       'size' => 'small',
2469       'default' => '0',
2470     ),
2471   ),
2472   'primary key' => array(
2473     'cid',
2474   ),
2475   'indexes' => array(
2476     'expire' => array(
2477       'expire',
2478     ),
2479   ),
2480   'mysql_character_set' => 'utf8',
2481 ));
2482
2483 $connection->schema()->createTable('cache_views', array(
2484   'fields' => array(
2485     'cid' => array(
2486       'type' => 'varchar',
2487       'not null' => TRUE,
2488       'length' => '255',
2489       'default' => '',
2490     ),
2491     'data' => array(
2492       'type' => 'blob',
2493       'not null' => FALSE,
2494       'size' => 'normal',
2495     ),
2496     'expire' => array(
2497       'type' => 'int',
2498       'not null' => TRUE,
2499       'size' => 'normal',
2500       'default' => '0',
2501     ),
2502     'created' => array(
2503       'type' => 'int',
2504       'not null' => TRUE,
2505       'size' => 'normal',
2506       'default' => '0',
2507     ),
2508     'serialized' => array(
2509       'type' => 'int',
2510       'not null' => TRUE,
2511       'size' => 'normal',
2512       'default' => '0',
2513     ),
2514   ),
2515   'primary key' => array(
2516     'cid',
2517   ),
2518   'mysql_character_set' => 'utf8',
2519 ));
2520
2521 $connection->schema()->createTable('cache_views_data', array(
2522   'fields' => array(
2523     'cid' => array(
2524       'type' => 'varchar',
2525       'not null' => TRUE,
2526       'length' => '255',
2527       'default' => '',
2528     ),
2529     'data' => array(
2530       'type' => 'blob',
2531       'not null' => FALSE,
2532       'size' => 'normal',
2533     ),
2534     'expire' => array(
2535       'type' => 'int',
2536       'not null' => TRUE,
2537       'size' => 'normal',
2538       'default' => '0',
2539     ),
2540     'created' => array(
2541       'type' => 'int',
2542       'not null' => TRUE,
2543       'size' => 'normal',
2544       'default' => '0',
2545     ),
2546     'serialized' => array(
2547       'type' => 'int',
2548       'not null' => TRUE,
2549       'size' => 'normal',
2550       'default' => '1',
2551     ),
2552   ),
2553   'primary key' => array(
2554     'cid',
2555   ),
2556   'mysql_character_set' => 'utf8',
2557 ));
2558
2559 $connection->schema()->createTable('comment', array(
2560   'fields' => array(
2561     'cid' => array(
2562       'type' => 'serial',
2563       'not null' => TRUE,
2564       'size' => 'normal',
2565     ),
2566     'pid' => array(
2567       'type' => 'int',
2568       'not null' => TRUE,
2569       'size' => 'normal',
2570       'default' => '0',
2571     ),
2572     'nid' => array(
2573       'type' => 'int',
2574       'not null' => TRUE,
2575       'size' => 'normal',
2576       'default' => '0',
2577     ),
2578     'uid' => array(
2579       'type' => 'int',
2580       'not null' => TRUE,
2581       'size' => 'normal',
2582       'default' => '0',
2583     ),
2584     'subject' => array(
2585       'type' => 'varchar',
2586       'not null' => TRUE,
2587       'length' => '64',
2588       'default' => '',
2589     ),
2590     'hostname' => array(
2591       'type' => 'varchar',
2592       'not null' => TRUE,
2593       'length' => '128',
2594       'default' => '',
2595     ),
2596     'created' => array(
2597       'type' => 'int',
2598       'not null' => TRUE,
2599       'size' => 'normal',
2600       'default' => '0',
2601     ),
2602     'changed' => array(
2603       'type' => 'int',
2604       'not null' => TRUE,
2605       'size' => 'normal',
2606       'default' => '0',
2607     ),
2608     'status' => array(
2609       'type' => 'int',
2610       'not null' => TRUE,
2611       'size' => 'normal',
2612       'default' => '1',
2613       'unsigned' => TRUE,
2614     ),
2615     'thread' => array(
2616       'type' => 'varchar',
2617       'not null' => TRUE,
2618       'length' => '255',
2619     ),
2620     'name' => array(
2621       'type' => 'varchar',
2622       'not null' => FALSE,
2623       'length' => '60',
2624     ),
2625     'mail' => array(
2626       'type' => 'varchar',
2627       'not null' => FALSE,
2628       'length' => '64',
2629     ),
2630     'homepage' => array(
2631       'type' => 'varchar',
2632       'not null' => FALSE,
2633       'length' => '255',
2634     ),
2635     'language' => array(
2636       'type' => 'varchar',
2637       'not null' => TRUE,
2638       'length' => '12',
2639       'default' => '',
2640     ),
2641   ),
2642   'primary key' => array(
2643     'cid',
2644   ),
2645   'mysql_character_set' => 'utf8',
2646 ));
2647
2648 $connection->insert('comment')
2649 ->fields(array(
2650   'cid',
2651   'pid',
2652   'nid',
2653   'uid',
2654   'subject',
2655   'hostname',
2656   'created',
2657   'changed',
2658   'status',
2659   'thread',
2660   'name',
2661   'mail',
2662   'homepage',
2663   'language',
2664 ))
2665 ->values(array(
2666   'cid' => '1',
2667   'pid' => '0',
2668   'nid' => '1',
2669   'uid' => '1',
2670   'subject' => 'A comment',
2671   'hostname' => '2001:db8:ffff:ffff:ffff:ffff:ffff:ffff',
2672   'created' => '1421727536',
2673   'changed' => '1421727536',
2674   'status' => '1',
2675   'thread' => '01/',
2676   'name' => 'admin',
2677   'mail' => '',
2678   'homepage' => '',
2679   'language' => 'en',
2680 ))
2681 ->values(array(
2682   'cid' => '2',
2683   'pid' => '0',
2684   'nid' => '2',
2685   'uid' => '1',
2686   'subject' => 'TNG',
2687   'hostname' => '127.0.0.1',
2688   'created' => '1532789252',
2689   'changed' => '1532789252',
2690   'status' => '1',
2691   'thread' => '01/',
2692   'name' => 'admin',
2693   'mail' => '',
2694   'homepage' => '',
2695   'language' => 'en',
2696 ))
2697 ->values(array(
2698   'cid' => '3',
2699   'pid' => '0',
2700   'nid' => '3',
2701   'uid' => '1',
2702   'subject' => 'Comment to IS translation',
2703   'hostname' => '46.132.185.242',
2704   'created' => '1533031490',
2705   'changed' => '1533031490',
2706   'status' => '1',
2707   'thread' => '01/',
2708   'name' => 'admin',
2709   'mail' => '',
2710   'homepage' => '',
2711   'language' => 'is',
2712 ))
2713 ->execute();
2714
2715 $connection->schema()->createTable('contact', array(
2716   'fields' => array(
2717     'cid' => array(
2718       'type' => 'serial',
2719       'not null' => TRUE,
2720       'size' => 'normal',
2721       'unsigned' => TRUE,
2722     ),
2723     'category' => array(
2724       'type' => 'varchar',
2725       'not null' => TRUE,
2726       'length' => '255',
2727       'default' => '',
2728     ),
2729     'recipients' => array(
2730       'type' => 'text',
2731       'not null' => TRUE,
2732       'size' => 'normal',
2733     ),
2734     'reply' => array(
2735       'type' => 'text',
2736       'not null' => TRUE,
2737       'size' => 'normal',
2738     ),
2739     'weight' => array(
2740       'type' => 'int',
2741       'not null' => TRUE,
2742       'size' => 'normal',
2743       'default' => '0',
2744     ),
2745     'selected' => array(
2746       'type' => 'int',
2747       'not null' => TRUE,
2748       'size' => 'normal',
2749       'default' => '0',
2750     ),
2751   ),
2752   'primary key' => array(
2753     'cid',
2754   ),
2755   'mysql_character_set' => 'utf8',
2756 ));
2757
2758 $connection->insert('contact')
2759 ->fields(array(
2760   'cid',
2761   'category',
2762   'recipients',
2763   'reply',
2764   'weight',
2765   'selected',
2766 ))
2767 ->values(array(
2768   'cid' => '1',
2769   'category' => 'Website testing',
2770   'recipients' => 'joseph@flattandsons.com',
2771   'reply' => '',
2772   'weight' => '0',
2773   'selected' => '1',
2774 ))
2775 ->execute();
2776
2777 $connection->schema()->createTable('ctools_css_cache', array(
2778   'fields' => array(
2779     'cid' => array(
2780       'type' => 'varchar',
2781       'not null' => TRUE,
2782       'length' => '128',
2783     ),
2784     'filename' => array(
2785       'type' => 'varchar',
2786       'not null' => FALSE,
2787       'length' => '255',
2788     ),
2789     'css' => array(
2790       'type' => 'text',
2791       'not null' => FALSE,
2792       'size' => 'normal',
2793     ),
2794     'filter' => array(
2795       'type' => 'int',
2796       'not null' => FALSE,
2797       'size' => 'normal',
2798     ),
2799   ),
2800   'primary key' => array(
2801     'cid',
2802   ),
2803   'mysql_character_set' => 'utf8',
2804 ));
2805
2806 $connection->schema()->createTable('ctools_object_cache', array(
2807   'fields' => array(
2808     'sid' => array(
2809       'type' => 'varchar',
2810       'not null' => TRUE,
2811       'length' => '64',
2812     ),
2813     'name' => array(
2814       'type' => 'varchar',
2815       'not null' => TRUE,
2816       'length' => '128',
2817     ),
2818     'obj' => array(
2819       'type' => 'varchar',
2820       'not null' => TRUE,
2821       'length' => '32',
2822     ),
2823     'updated' => array(
2824       'type' => 'int',
2825       'not null' => TRUE,
2826       'size' => 'normal',
2827       'default' => '0',
2828       'unsigned' => TRUE,
2829     ),
2830     'data' => array(
2831       'type' => 'blob',
2832       'not null' => FALSE,
2833       'size' => 'normal',
2834     ),
2835   ),
2836   'primary key' => array(
2837     'sid',
2838     'name',
2839     'obj',
2840   ),
2841   'mysql_character_set' => 'utf8',
2842 ));
2843
2844 $connection->schema()->createTable('date_format_locale', array(
2845   'fields' => array(
2846     'format' => array(
2847       'type' => 'varchar',
2848       'not null' => TRUE,
2849       'length' => '100',
2850       'binary' => TRUE,
2851     ),
2852     'type' => array(
2853       'type' => 'varchar',
2854       'not null' => TRUE,
2855       'length' => '64',
2856     ),
2857     'language' => array(
2858       'type' => 'varchar',
2859       'not null' => TRUE,
2860       'length' => '12',
2861     ),
2862   ),
2863   'primary key' => array(
2864     'type',
2865     'language',
2866   ),
2867   'mysql_character_set' => 'utf8',
2868 ));
2869
2870 $connection->schema()->createTable('date_format_type', array(
2871   'fields' => array(
2872     'type' => array(
2873       'type' => 'varchar',
2874       'not null' => TRUE,
2875       'length' => '64',
2876     ),
2877     'title' => array(
2878       'type' => 'varchar',
2879       'not null' => TRUE,
2880       'length' => '255',
2881     ),
2882     'locked' => array(
2883       'type' => 'int',
2884       'not null' => TRUE,
2885       'size' => 'normal',
2886       'default' => '0',
2887     ),
2888   ),
2889   'primary key' => array(
2890     'type',
2891   ),
2892   'mysql_character_set' => 'utf8',
2893 ));
2894
2895 $connection->insert('date_format_type')
2896 ->fields(array(
2897   'type',
2898   'title',
2899   'locked',
2900 ))
2901 ->values(array(
2902   'type' => 'long',
2903   'title' => 'Long',
2904   'locked' => '1',
2905 ))
2906 ->values(array(
2907   'type' => 'medium',
2908   'title' => 'Medium',
2909   'locked' => '1',
2910 ))
2911 ->values(array(
2912   'type' => 'short',
2913   'title' => 'Short',
2914   'locked' => '1',
2915 ))
2916 ->execute();
2917
2918 $connection->schema()->createTable('date_formats', array(
2919   'fields' => array(
2920     'dfid' => array(
2921       'type' => 'serial',
2922       'not null' => TRUE,
2923       'size' => 'normal',
2924       'unsigned' => TRUE,
2925     ),
2926     'format' => array(
2927       'type' => 'varchar',
2928       'not null' => TRUE,
2929       'length' => '100',
2930     ),
2931     'type' => array(
2932       'type' => 'varchar',
2933       'not null' => TRUE,
2934       'length' => '64',
2935     ),
2936     'locked' => array(
2937       'type' => 'int',
2938       'not null' => TRUE,
2939       'size' => 'normal',
2940       'default' => '0',
2941     ),
2942   ),
2943   'primary key' => array(
2944     'dfid',
2945   ),
2946   'mysql_character_set' => 'utf8',
2947 ));
2948
2949 $connection->insert('date_formats')
2950 ->fields(array(
2951   'dfid',
2952   'format',
2953   'type',
2954   'locked',
2955 ))
2956 ->values(array(
2957   'dfid' => '1',
2958   'format' => 'Y-m-d H:i',
2959   'type' => 'short',
2960   'locked' => '1',
2961 ))
2962 ->values(array(
2963   'dfid' => '2',
2964   'format' => 'm/d/Y - H:i',
2965   'type' => 'short',
2966   'locked' => '1',
2967 ))
2968 ->values(array(
2969   'dfid' => '3',
2970   'format' => 'd/m/Y - H:i',
2971   'type' => 'short',
2972   'locked' => '1',
2973 ))
2974 ->values(array(
2975   'dfid' => '4',
2976   'format' => 'Y/m/d - H:i',
2977   'type' => 'short',
2978   'locked' => '1',
2979 ))
2980 ->values(array(
2981   'dfid' => '5',
2982   'format' => 'd.m.Y - H:i',
2983   'type' => 'short',
2984   'locked' => '1',
2985 ))
2986 ->values(array(
2987   'dfid' => '6',
2988   'format' => 'm/d/Y - g:ia',
2989   'type' => 'short',
2990   'locked' => '1',
2991 ))
2992 ->values(array(
2993   'dfid' => '7',
2994   'format' => 'd/m/Y - g:ia',
2995   'type' => 'short',
2996   'locked' => '1',
2997 ))
2998 ->values(array(
2999   'dfid' => '8',
3000   'format' => 'Y/m/d - g:ia',
3001   'type' => 'short',
3002   'locked' => '1',
3003 ))
3004 ->values(array(
3005   'dfid' => '9',
3006   'format' => 'M j Y - H:i',
3007   'type' => 'short',
3008   'locked' => '1',
3009 ))
3010 ->values(array(
3011   'dfid' => '10',
3012   'format' => 'j M Y - H:i',
3013   'type' => 'short',
3014   'locked' => '1',
3015 ))
3016 ->values(array(
3017   'dfid' => '11',
3018   'format' => 'Y M j - H:i',
3019   'type' => 'short',
3020   'locked' => '1',
3021 ))
3022 ->values(array(
3023   'dfid' => '12',
3024   'format' => 'M j Y - g:ia',
3025   'type' => 'short',
3026   'locked' => '1',
3027 ))
3028 ->values(array(
3029   'dfid' => '13',
3030   'format' => 'j M Y - g:ia',
3031   'type' => 'short',
3032   'locked' => '1',
3033 ))
3034 ->values(array(
3035   'dfid' => '14',
3036   'format' => 'Y M j - g:ia',
3037   'type' => 'short',
3038   'locked' => '1',
3039 ))
3040 ->values(array(
3041   'dfid' => '15',
3042   'format' => 'D, Y-m-d H:i',
3043   'type' => 'medium',
3044   'locked' => '1',
3045 ))
3046 ->values(array(
3047   'dfid' => '16',
3048   'format' => 'D, m/d/Y - H:i',
3049   'type' => 'medium',
3050   'locked' => '1',
3051 ))
3052 ->values(array(
3053   'dfid' => '17',
3054   'format' => 'D, d/m/Y - H:i',
3055   'type' => 'medium',
3056   'locked' => '1',
3057 ))
3058 ->values(array(
3059   'dfid' => '18',
3060   'format' => 'D, Y/m/d - H:i',
3061   'type' => 'medium',
3062   'locked' => '1',
3063 ))
3064 ->values(array(
3065   'dfid' => '19',
3066   'format' => 'F j, Y - H:i',
3067   'type' => 'medium',
3068   'locked' => '1',
3069 ))
3070 ->values(array(
3071   'dfid' => '20',
3072   'format' => 'j F, Y - H:i',
3073   'type' => 'medium',
3074   'locked' => '1',
3075 ))
3076 ->values(array(
3077   'dfid' => '21',
3078   'format' => 'Y, F j - H:i',
3079   'type' => 'medium',
3080   'locked' => '1',
3081 ))
3082 ->values(array(
3083   'dfid' => '22',
3084   'format' => 'D, m/d/Y - g:ia',
3085   'type' => 'medium',
3086   'locked' => '1',
3087 ))
3088 ->values(array(
3089   'dfid' => '23',
3090   'format' => 'D, d/m/Y - g:ia',
3091   'type' => 'medium',
3092   'locked' => '1',
3093 ))
3094 ->values(array(
3095   'dfid' => '24',
3096   'format' => 'D, Y/m/d - g:ia',
3097   'type' => 'medium',
3098   'locked' => '1',
3099 ))
3100 ->values(array(
3101   'dfid' => '25',
3102   'format' => 'F j, Y - g:ia',
3103   'type' => 'medium',
3104   'locked' => '1',
3105 ))
3106 ->values(array(
3107   'dfid' => '26',
3108   'format' => 'j F Y - g:ia',
3109   'type' => 'medium',
3110   'locked' => '1',
3111 ))
3112 ->values(array(
3113   'dfid' => '27',
3114   'format' => 'Y, F j - g:ia',
3115   'type' => 'medium',
3116   'locked' => '1',
3117 ))
3118 ->values(array(
3119   'dfid' => '28',
3120   'format' => 'j. F Y - G:i',
3121   'type' => 'medium',
3122   'locked' => '1',
3123 ))
3124 ->values(array(
3125   'dfid' => '29',
3126   'format' => 'l, F j, Y - H:i',
3127   'type' => 'long',
3128   'locked' => '1',
3129 ))
3130 ->values(array(
3131   'dfid' => '30',
3132   'format' => 'l, j F, Y - H:i',
3133   'type' => 'long',
3134   'locked' => '1',
3135 ))
3136 ->values(array(
3137   'dfid' => '31',
3138   'format' => 'l, Y,  F j - H:i',
3139   'type' => 'long',
3140   'locked' => '1',
3141 ))
3142 ->values(array(
3143   'dfid' => '32',
3144   'format' => 'l, F j, Y - g:ia',
3145   'type' => 'long',
3146   'locked' => '1',
3147 ))
3148 ->values(array(
3149   'dfid' => '33',
3150   'format' => 'l, j F Y - g:ia',
3151   'type' => 'long',
3152   'locked' => '1',
3153 ))
3154 ->values(array(
3155   'dfid' => '34',
3156   'format' => 'l, Y,  F j - g:ia',
3157   'type' => 'long',
3158   'locked' => '1',
3159 ))
3160 ->values(array(
3161   'dfid' => '35',
3162   'format' => 'l, j. F Y - G:i',
3163   'type' => 'long',
3164   'locked' => '1',
3165 ))
3166 ->values(array(
3167   'dfid' => '36',
3168   'format' => 'r',
3169   'type' => 'custom',
3170   'locked' => '0',
3171 ))
3172 ->execute();
3173
3174 $connection->schema()->createTable('entity_translation', array(
3175   'fields' => array(
3176     'entity_type' => array(
3177       'type' => 'varchar',
3178       'not null' => TRUE,
3179       'length' => '128',
3180       'default' => '',
3181     ),
3182     'entity_id' => array(
3183       'type' => 'int',
3184       'not null' => TRUE,
3185       'size' => 'normal',
3186       'unsigned' => TRUE,
3187     ),
3188     'revision_id' => array(
3189       'type' => 'int',
3190       'not null' => TRUE,
3191       'size' => 'normal',
3192       'unsigned' => TRUE,
3193     ),
3194     'language' => array(
3195       'type' => 'varchar',
3196       'not null' => TRUE,
3197       'length' => '32',
3198       'default' => '',
3199     ),
3200     'source' => array(
3201       'type' => 'varchar',
3202       'not null' => TRUE,
3203       'length' => '32',
3204       'default' => '',
3205     ),
3206     'uid' => array(
3207       'type' => 'int',
3208       'not null' => TRUE,
3209       'size' => 'normal',
3210       'default' => '0',
3211     ),
3212     'status' => array(
3213       'type' => 'int',
3214       'not null' => TRUE,
3215       'size' => 'normal',
3216       'default' => '1',
3217     ),
3218     'translate' => array(
3219       'type' => 'int',
3220       'not null' => TRUE,
3221       'size' => 'normal',
3222       'default' => '0',
3223     ),
3224     'created' => array(
3225       'type' => 'int',
3226       'not null' => TRUE,
3227       'size' => 'normal',
3228       'default' => '0',
3229     ),
3230     'changed' => array(
3231       'type' => 'int',
3232       'not null' => TRUE,
3233       'size' => 'normal',
3234       'default' => '0',
3235     ),
3236   ),
3237   'primary key' => array(
3238     'entity_type',
3239     'entity_id',
3240     'language',
3241   ),
3242   'mysql_character_set' => 'utf8',
3243 ));
3244
3245 $connection->insert('entity_translation')
3246 ->fields(array(
3247   'entity_type',
3248   'entity_id',
3249   'revision_id',
3250   'language',
3251   'source',
3252   'uid',
3253   'status',
3254   'translate',
3255   'created',
3256   'changed',
3257 ))
3258 ->values(array(
3259   'entity_type' => 'comment',
3260   'entity_id' => '1',
3261   'revision_id' => '1',
3262   'language' => 'en',
3263   'source' => '',
3264   'uid' => '1',
3265   'status' => '1',
3266   'translate' => '0',
3267   'created' => '1421727536',
3268   'changed' => '1421727536',
3269 ))
3270 ->values(array(
3271   'entity_type' => 'comment',
3272   'entity_id' => '1',
3273   'revision_id' => '1',
3274   'language' => 'fr',
3275   'source' => 'en',
3276   'uid' => '1',
3277   'status' => '0',
3278   'translate' => '0',
3279   'created' => '1531837764',
3280   'changed' => '1531837764',
3281 ))
3282 ->values(array(
3283   'entity_type' => 'comment',
3284   'entity_id' => '1',
3285   'revision_id' => '1',
3286   'language' => 'is',
3287   'source' => 'en',
3288   'uid' => '2',
3289   'status' => '1',
3290   'translate' => '1',
3291   'created' => '1531838064',
3292   'changed' => '1531838064',
3293 ))
3294 ->values(array(
3295   'entity_type' => 'node',
3296   'entity_id' => '1',
3297   'revision_id' => '1',
3298   'language' => 'en',
3299   'source' => '',
3300   'uid' => '1',
3301   'status' => '1',
3302   'translate' => '0',
3303   'created' => '1529615790',
3304   'changed' => '1529615790',
3305 ))
3306 ->values(array(
3307   'entity_type' => 'node',
3308   'entity_id' => '1',
3309   'revision_id' => '1',
3310   'language' => 'fr',
3311   'source' => 'en',
3312   'uid' => '2',
3313   'status' => '1',
3314   'translate' => '1',
3315   'created' => '1529615802',
3316   'changed' => '1529615802',
3317 ))
3318 ->values(array(
3319   'entity_type' => 'node',
3320   'entity_id' => '1',
3321   'revision_id' => '1',
3322   'language' => 'is',
3323   'source' => 'en',
3324   'uid' => '1',
3325   'status' => '0',
3326   'translate' => '0',
3327   'created' => '1529615813',
3328   'changed' => '1529615813',
3329 ))
3330 ->values(array(
3331   'entity_type' => 'taxonomy_term',
3332   'entity_id' => '4',
3333   'revision_id' => '4',
3334   'language' => 'en',
3335   'source' => '',
3336   'uid' => '1',
3337   'status' => '1',
3338   'translate' => '0',
3339   'created' => '1531922259',
3340   'changed' => '1531922259',
3341 ))
3342 ->values(array(
3343   'entity_type' => 'taxonomy_term',
3344   'entity_id' => '4',
3345   'revision_id' => '4',
3346   'language' => 'fr',
3347   'source' => 'en',
3348   'uid' => '2',
3349   'status' => '1',
3350   'translate' => '1',
3351   'created' => '1531922267',
3352   'changed' => '1531922268',
3353 ))
3354 ->values(array(
3355   'entity_type' => 'taxonomy_term',
3356   'entity_id' => '4',
3357   'revision_id' => '4',
3358   'language' => 'is',
3359   'source' => 'en',
3360   'uid' => '1',
3361   'status' => '0',
3362   'translate' => '0',
3363   'created' => '1531922278',
3364   'changed' => '1531922279',
3365 ))
3366 ->values(array(
3367   'entity_type' => 'user',
3368   'entity_id' => '2',
3369   'revision_id' => '2',
3370   'language' => 'en',
3371   'source' => '',
3372   'uid' => '1',
3373   'status' => '1',
3374   'translate' => '0',
3375   'created' => '1527594929',
3376   'changed' => '1527594929',
3377 ))
3378 ->values(array(
3379   'entity_type' => 'user',
3380   'entity_id' => '2',
3381   'revision_id' => '2',
3382   'language' => 'fr',
3383   'source' => 'en',
3384   'uid' => '1',
3385   'status' => '0',
3386   'translate' => '0',
3387   'created' => '1531663916',
3388   'changed' => '1531663916',
3389 ))
3390 ->values(array(
3391   'entity_type' => 'user',
3392   'entity_id' => '2',
3393   'revision_id' => '2',
3394   'language' => 'is',
3395   'source' => 'en',
3396   'uid' => '2',
3397   'status' => '1',
3398   'translate' => '1',
3399   'created' => '1531663925',
3400   'changed' => '1531663925',
3401 ))
3402 ->execute();
3403
3404 $connection->schema()->createTable('entity_translation_revision', array(
3405   'fields' => array(
3406     'entity_type' => array(
3407       'type' => 'varchar',
3408       'not null' => TRUE,
3409       'length' => '128',
3410       'default' => '',
3411     ),
3412     'entity_id' => array(
3413       'type' => 'int',
3414       'not null' => TRUE,
3415       'size' => 'normal',
3416       'unsigned' => TRUE,
3417     ),
3418     'revision_id' => array(
3419       'type' => 'int',
3420       'not null' => TRUE,
3421       'size' => 'normal',
3422       'unsigned' => TRUE,
3423     ),
3424     'language' => array(
3425       'type' => 'varchar',
3426       'not null' => TRUE,
3427       'length' => '32',
3428       'default' => '',
3429     ),
3430     'source' => array(
3431       'type' => 'varchar',
3432       'not null' => TRUE,
3433       'length' => '32',
3434       'default' => '',
3435     ),
3436     'uid' => array(
3437       'type' => 'int',
3438       'not null' => TRUE,
3439       'size' => 'normal',
3440       'default' => '0',
3441     ),
3442     'status' => array(
3443       'type' => 'int',
3444       'not null' => TRUE,
3445       'size' => 'normal',
3446       'default' => '1',
3447     ),
3448     'translate' => array(
3449       'type' => 'int',
3450       'not null' => TRUE,
3451       'size' => 'normal',
3452       'default' => '0',
3453     ),
3454     'created' => array(
3455       'type' => 'int',
3456       'not null' => TRUE,
3457       'size' => 'normal',
3458       'default' => '0',
3459     ),
3460     'changed' => array(
3461       'type' => 'int',
3462       'not null' => TRUE,
3463       'size' => 'normal',
3464       'default' => '0',
3465     ),
3466   ),
3467   'primary key' => array(
3468     'entity_type',
3469     'revision_id',
3470     'language',
3471   ),
3472   'indexes' => array(
3473     'revision_id' => array(
3474       'revision_id',
3475     ),
3476   ),
3477   'mysql_character_set' => 'utf8',
3478 ));
3479
3480 $connection->schema()->createTable('field_config', array(
3481   'fields' => array(
3482     'id' => array(
3483       'type' => 'serial',
3484       'not null' => TRUE,
3485       'size' => 'normal',
3486     ),
3487     'field_name' => array(
3488       'type' => 'varchar',
3489       'not null' => TRUE,
3490       'length' => '32',
3491     ),
3492     'type' => array(
3493       'type' => 'varchar',
3494       'not null' => TRUE,
3495       'length' => '128',
3496     ),
3497     'module' => array(
3498       'type' => 'varchar',
3499       'not null' => TRUE,
3500       'length' => '128',
3501       'default' => '',
3502     ),
3503     'active' => array(
3504       'type' => 'int',
3505       'not null' => TRUE,
3506       'size' => 'normal',
3507       'default' => '0',
3508     ),
3509     'storage_type' => array(
3510       'type' => 'varchar',
3511       'not null' => TRUE,
3512       'length' => '128',
3513     ),
3514     'storage_module' => array(
3515       'type' => 'varchar',
3516       'not null' => TRUE,
3517       'length' => '128',
3518       'default' => '',
3519     ),
3520     'storage_active' => array(
3521       'type' => 'int',
3522       'not null' => TRUE,
3523       'size' => 'normal',
3524       'default' => '0',
3525     ),
3526     'locked' => array(
3527       'type' => 'int',
3528       'not null' => TRUE,
3529       'size' => 'normal',
3530       'default' => '0',
3531     ),
3532     'data' => array(
3533       'type' => 'blob',
3534       'not null' => TRUE,
3535       'size' => 'normal',
3536     ),
3537     'cardinality' => array(
3538       'type' => 'int',
3539       'not null' => TRUE,
3540       'size' => 'normal',
3541       'default' => '0',
3542     ),
3543     'translatable' => array(
3544       'type' => 'int',
3545       'not null' => TRUE,
3546       'size' => 'normal',
3547       'default' => '0',
3548     ),
3549     'deleted' => array(
3550       'type' => 'int',
3551       'not null' => TRUE,
3552       'size' => 'normal',
3553       'default' => '0',
3554     ),
3555   ),
3556   'primary key' => array(
3557     'id',
3558   ),
3559   'mysql_character_set' => 'utf8',
3560 ));
3561
3562 $connection->insert('field_config')
3563 ->fields(array(
3564   'id',
3565   'field_name',
3566   'type',
3567   'module',
3568   'active',
3569   'storage_type',
3570   'storage_module',
3571   'storage_active',
3572   'locked',
3573   'data',
3574   'cardinality',
3575   'translatable',
3576   'deleted',
3577 ))
3578 ->values(array(
3579   'id' => '1',
3580   'field_name' => 'comment_body',
3581   'type' => 'text_long',
3582   'module' => 'text',
3583   'active' => '1',
3584   'storage_type' => 'field_sql_storage',
3585   'storage_module' => 'field_sql_storage',
3586   'storage_active' => '1',
3587   'locked' => '0',
3588   '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";}}}',
3589   'cardinality' => '1',
3590   'translatable' => '0',
3591   'deleted' => '0',
3592 ))
3593 ->values(array(
3594   'id' => '2',
3595   'field_name' => 'body',
3596   'type' => 'text_with_summary',
3597   'module' => 'text',
3598   'active' => '1',
3599   'storage_type' => 'field_sql_storage',
3600   'storage_module' => 'field_sql_storage',
3601   'storage_active' => '1',
3602   'locked' => '0',
3603   '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";}}}',
3604   'cardinality' => '1',
3605   'translatable' => '0',
3606   'deleted' => '0',
3607 ))
3608 ->values(array(
3609   'id' => '3',
3610   'field_name' => 'field_tags',
3611   'type' => 'taxonomy_term_reference',
3612   'module' => 'taxonomy',
3613   'active' => '1',
3614   'storage_type' => 'field_sql_storage',
3615   'storage_module' => 'field_sql_storage',
3616   'storage_active' => '1',
3617   'locked' => '0',
3618   'data' => 'a:6:{s:8:"settings";a:1:{s:14:"allowed_values";a:1:{i:0;a:2:{s:10:"vocabulary";s:4:"tags";s:6:"parent";i:0;}}}s:12:"entity_types";a:0:{}s:12:"translatable";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: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";}}}',
3619   'cardinality' => '-1',
3620   'translatable' => '0',
3621   'deleted' => '0',
3622 ))
3623 ->values(array(
3624   'id' => '4',
3625   'field_name' => 'field_image',
3626   'type' => 'image',
3627   'module' => 'image',
3628   'active' => '1',
3629   'storage_type' => 'field_sql_storage',
3630   'storage_module' => 'field_sql_storage',
3631   'storage_active' => '1',
3632   'locked' => '0',
3633   '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";}}}}',
3634   'cardinality' => '1',
3635   'translatable' => '0',
3636   'deleted' => '0',
3637 ))
3638 ->values(array(
3639   'id' => '5',
3640   'field_name' => 'taxonomy_forums',
3641   'type' => 'taxonomy_term_reference',
3642   'module' => 'taxonomy',
3643   'active' => '1',
3644   'storage_type' => 'field_sql_storage',
3645   'storage_module' => 'field_sql_storage',
3646   'storage_active' => '1',
3647   'locked' => '0',
3648   'data' => 'a:6:{s:8:"settings";a:1:{s:14:"allowed_values";a:1:{i:0;a:2:{s:10:"vocabulary";s:6:"forums";s:6:"parent";i:0;}}}s:12:"entity_types";a:0:{}s:12:"translatable";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: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";}}}',
3649   'cardinality' => '1',
3650   'translatable' => '0',
3651   'deleted' => '0',
3652 ))
3653 ->values(array(
3654   'id' => '6',
3655   'field_name' => 'field_boolean',
3656   'type' => 'list_boolean',
3657   'module' => 'list',
3658   'active' => '1',
3659   'storage_type' => 'field_sql_storage',
3660   'storage_module' => 'field_sql_storage',
3661   'storage_active' => '1',
3662   'locked' => '0',
3663   '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";}',
3664   'cardinality' => '1',
3665   'translatable' => '0',
3666   'deleted' => '0',
3667 ))
3668 ->values(array(
3669   'id' => '7',
3670   'field_name' => 'field_email',
3671   'type' => 'email',
3672   'module' => 'email',
3673   'active' => '1',
3674   'storage_type' => 'field_sql_storage',
3675   'storage_module' => 'field_sql_storage',
3676   'storage_active' => '1',
3677   'locked' => '0',
3678   '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";}',
3679   'cardinality' => '-1',
3680   'translatable' => '0',
3681   'deleted' => '0',
3682 ))
3683 ->values(array(
3684   'id' => '8',
3685   'field_name' => 'field_phone',
3686   'type' => 'phone',
3687   'module' => 'phone',
3688   'active' => '1',
3689   'storage_type' => 'field_sql_storage',
3690   'storage_module' => 'field_sql_storage',
3691   'storage_active' => '1',
3692   'locked' => '0',
3693   '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";}',
3694   'cardinality' => '1',
3695   'translatable' => '0',
3696   'deleted' => '0',
3697 ))
3698 ->values(array(
3699   'id' => '9',
3700   'field_name' => 'field_date',
3701   'type' => 'datetime',
3702   'module' => 'date',
3703   'active' => '1',
3704   'storage_type' => 'field_sql_storage',
3705   'storage_module' => 'field_sql_storage',
3706   'storage_active' => '1',
3707   'locked' => '0',
3708   '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";}',
3709   'cardinality' => '1',
3710   'translatable' => '0',
3711   'deleted' => '0',
3712 ))
3713 ->values(array(
3714   'id' => '10',
3715   'field_name' => 'field_date_with_end_time',
3716   'type' => 'datestamp',
3717   'module' => 'date',
3718   'active' => '1',
3719   'storage_type' => 'field_sql_storage',
3720   'storage_module' => 'field_sql_storage',
3721   'storage_active' => '1',
3722   'locked' => '0',
3723   '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";}',
3724   'cardinality' => '1',
3725   'translatable' => '0',
3726   'deleted' => '0',
3727 ))
3728 ->values(array(
3729   'id' => '11',
3730   'field_name' => 'field_file',
3731   'type' => 'file',
3732   'module' => 'file',
3733   'active' => '1',
3734   'storage_type' => 'field_sql_storage',
3735   'storage_module' => 'field_sql_storage',
3736   'storage_active' => '1',
3737   'locked' => '0',
3738   '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";}',
3739   'cardinality' => '1',
3740   'translatable' => '0',
3741   'deleted' => '0',
3742 ))
3743 ->values(array(
3744   'id' => '12',
3745   'field_name' => 'field_float',
3746   'type' => 'number_float',
3747   'module' => 'number',
3748   'active' => '1',
3749   'storage_type' => 'field_sql_storage',
3750   'storage_module' => 'field_sql_storage',
3751   'storage_active' => '1',
3752   'locked' => '0',
3753   '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";}',
3754   'cardinality' => '1',
3755   'translatable' => '0',
3756   'deleted' => '0',
3757 ))
3758 ->values(array(
3759   'id' => '13',
3760   'field_name' => 'field_images',
3761   'type' => 'image',
3762   'module' => 'image',
3763   'active' => '1',
3764   'storage_type' => 'field_sql_storage',
3765   'storage_module' => 'field_sql_storage',
3766   'storage_active' => '1',
3767   'locked' => '0',
3768   '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";}',
3769   'cardinality' => '1',
3770   'translatable' => '0',
3771   'deleted' => '0',
3772 ))
3773 ->values(array(
3774   'id' => '14',
3775   'field_name' => 'field_integer',
3776   'type' => 'number_integer',
3777   'module' => 'number',
3778   'active' => '1',
3779   'storage_type' => 'field_sql_storage',
3780   'storage_module' => 'field_sql_storage',
3781   'storage_active' => '1',
3782   'locked' => '0',
3783   '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";}',
3784   'cardinality' => '1',
3785   'translatable' => '1',
3786   'deleted' => '0',
3787 ))
3788 ->values(array(
3789   'id' => '15',
3790   'field_name' => 'field_link',
3791   'type' => 'link_field',
3792   'module' => 'link',
3793   'active' => '1',
3794   'storage_type' => 'field_sql_storage',
3795   'storage_module' => 'field_sql_storage',
3796   'storage_active' => '1',
3797   'locked' => '0',
3798   '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";}',
3799   'cardinality' => '1',
3800   'translatable' => '0',
3801   'deleted' => '0',
3802 ))
3803 ->values(array(
3804   'id' => '16',
3805   'field_name' => 'field_text_list',
3806   'type' => 'list_text',
3807   'module' => 'list',
3808   'active' => '1',
3809   'storage_type' => 'field_sql_storage',
3810   'storage_module' => 'field_sql_storage',
3811   'storage_active' => '1',
3812   'locked' => '0',
3813   '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";}',
3814   'cardinality' => '3',
3815   'translatable' => '0',
3816   'deleted' => '0',
3817 ))
3818 ->values(array(
3819   'id' => '17',
3820   'field_name' => 'field_integer_list',
3821   'type' => 'list_integer',
3822   'module' => 'list',
3823   'active' => '1',
3824   'storage_type' => 'field_sql_storage',
3825   'storage_module' => 'field_sql_storage',
3826   'storage_active' => '1',
3827   'locked' => '0',
3828   '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";}',
3829   'cardinality' => '1',
3830   'translatable' => '0',
3831   'deleted' => '0',
3832 ))
3833 ->values(array(
3834   'id' => '18',
3835   'field_name' => 'field_long_text',
3836   'type' => 'text_with_summary',
3837   'module' => 'text',
3838   'active' => '1',
3839   'storage_type' => 'field_sql_storage',
3840   'storage_module' => 'field_sql_storage',
3841   'storage_active' => '1',
3842   'locked' => '0',
3843   '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";}',
3844   'cardinality' => '1',
3845   'translatable' => '0',
3846   'deleted' => '0',
3847 ))
3848 ->values(array(
3849   'id' => '20',
3850   'field_name' => 'field_term_reference',
3851   'type' => 'taxonomy_term_reference',
3852   'module' => 'taxonomy',
3853   'active' => '1',
3854   'storage_type' => 'field_sql_storage',
3855   'storage_module' => 'field_sql_storage',
3856   'storage_active' => '1',
3857   'locked' => '0',
3858   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:14:"allowed_values";a:1:{i:0;a:2:{s:10:"vocabulary";s:15:"test_vocabulary";s:6:"parent";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: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";}',
3859   'cardinality' => '1',
3860   'translatable' => '0',
3861   'deleted' => '0',
3862 ))
3863 ->values(array(
3864   'id' => '21',
3865   'field_name' => 'field_text',
3866   'type' => 'text',
3867   'module' => 'text',
3868   'active' => '1',
3869   'storage_type' => 'field_sql_storage',
3870   'storage_module' => 'field_sql_storage',
3871   'storage_active' => '1',
3872   'locked' => '0',
3873   '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";}',
3874   'cardinality' => '1',
3875   'translatable' => '0',
3876   'deleted' => '0',
3877 ))
3878 ->values(array(
3879   'id' => '22',
3880   'field_name' => 'field_node_entityreference',
3881   'type' => 'entityreference',
3882   'module' => 'entityreference',
3883   'active' => '1',
3884   'storage_type' => 'field_sql_storage',
3885   'storage_module' => 'field_sql_storage',
3886   'storage_active' => '1',
3887   'locked' => '0',
3888   '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";}',
3889   'cardinality' => '-1',
3890   'translatable' => '0',
3891   'deleted' => '0',
3892 ))
3893 ->values(array(
3894   'id' => '23',
3895   'field_name' => 'field_user_entityreference',
3896   'type' => 'entityreference',
3897   'module' => 'entityreference',
3898   'active' => '1',
3899   'storage_type' => 'field_sql_storage',
3900   'storage_module' => 'field_sql_storage',
3901   'storage_active' => '1',
3902   'locked' => '0',
3903   '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";}',
3904   'cardinality' => '1',
3905   'translatable' => '0',
3906   'deleted' => '0',
3907 ))
3908 ->values(array(
3909   'id' => '24',
3910   'field_name' => 'field_term_entityreference',
3911   'type' => 'entityreference',
3912   'module' => 'entityreference',
3913   'active' => '1',
3914   'storage_type' => 'field_sql_storage',
3915   'storage_module' => 'field_sql_storage',
3916   'storage_active' => '1',
3917   'locked' => '0',
3918   '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";}',
3919   'cardinality' => '-1',
3920   'translatable' => '0',
3921   'deleted' => '0',
3922 ))
3923 ->values(array(
3924   'id' => '25',
3925   'field_name' => 'field_private_file',
3926   'type' => 'file',
3927   'module' => 'file',
3928   'active' => '1',
3929   'storage_type' => 'field_sql_storage',
3930   'storage_module' => 'field_sql_storage',
3931   'storage_active' => '1',
3932   'locked' => '0',
3933   '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";}',
3934   'cardinality' => '1',
3935   'translatable' => '0',
3936   'deleted' => '0',
3937 ))
3938 ->values(array(
3939   'id' => '26',
3940   'field_name' => 'field_text_plain',
3941   'type' => 'text',
3942   'module' => 'text',
3943   'active' => '1',
3944   'storage_type' => 'field_sql_storage',
3945   'storage_module' => 'field_sql_storage',
3946   'storage_active' => '1',
3947   'locked' => '0',
3948   '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";}',
3949   'cardinality' => '1',
3950   'translatable' => '0',
3951   'deleted' => '0',
3952 ))
3953 ->values(array(
3954   'id' => '27',
3955   'field_name' => 'field_text_filtered',
3956   'type' => 'text',
3957   'module' => 'text',
3958   'active' => '1',
3959   'storage_type' => 'field_sql_storage',
3960   'storage_module' => 'field_sql_storage',
3961   'storage_active' => '1',
3962   'locked' => '0',
3963   '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";}',
3964   'cardinality' => '1',
3965   'translatable' => '0',
3966   'deleted' => '0',
3967 ))
3968 ->values(array(
3969   'id' => '28',
3970   'field_name' => 'field_text_plain_filtered',
3971   'type' => 'text',
3972   'module' => 'text',
3973   'active' => '1',
3974   'storage_type' => 'field_sql_storage',
3975   'storage_module' => 'field_sql_storage',
3976   'storage_active' => '1',
3977   'locked' => '0',
3978   '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";}',
3979   'cardinality' => '1',
3980   'translatable' => '0',
3981   'deleted' => '0',
3982 ))
3983 ->values(array(
3984   'id' => '29',
3985   'field_name' => 'field_text_long_plain',
3986   'type' => 'text_long',
3987   'module' => 'text',
3988   'active' => '1',
3989   'storage_type' => 'field_sql_storage',
3990   'storage_module' => 'field_sql_storage',
3991   'storage_active' => '1',
3992   'locked' => '0',
3993   '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";}',
3994   'cardinality' => '1',
3995   'translatable' => '0',
3996   'deleted' => '0',
3997 ))
3998 ->values(array(
3999   'id' => '30',
4000   'field_name' => 'field_text_long_filtered',
4001   'type' => 'text_long',
4002   'module' => 'text',
4003   'active' => '1',
4004   'storage_type' => 'field_sql_storage',
4005   'storage_module' => 'field_sql_storage',
4006   'storage_active' => '1',
4007   'locked' => '0',
4008   '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";}',
4009   'cardinality' => '1',
4010   'translatable' => '0',
4011   'deleted' => '0',
4012 ))
4013 ->values(array(
4014   'id' => '31',
4015   'field_name' => 'field_text_long_plain_filtered',
4016   'type' => 'text_long',
4017   'module' => 'text',
4018   'active' => '1',
4019   'storage_type' => 'field_sql_storage',
4020   'storage_module' => 'field_sql_storage',
4021   'storage_active' => '1',
4022   'locked' => '0',
4023   '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";}',
4024   'cardinality' => '1',
4025   'translatable' => '0',
4026   'deleted' => '0',
4027 ))
4028 ->values(array(
4029   'id' => '32',
4030   'field_name' => 'field_text_sum_plain',
4031   'type' => 'text_with_summary',
4032   'module' => 'text',
4033   'active' => '1',
4034   'storage_type' => 'field_sql_storage',
4035   'storage_module' => 'field_sql_storage',
4036   'storage_active' => '1',
4037   'locked' => '0',
4038   '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";}',
4039   'cardinality' => '1',
4040   'translatable' => '0',
4041   'deleted' => '0',
4042 ))
4043 ->values(array(
4044   'id' => '33',
4045   'field_name' => 'field_text_sum_filtered',
4046   'type' => 'text_with_summary',
4047   'module' => 'text',
4048   'active' => '1',
4049   'storage_type' => 'field_sql_storage',
4050   'storage_module' => 'field_sql_storage',
4051   'storage_active' => '1',
4052   'locked' => '0',
4053   '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";}',
4054   'cardinality' => '1',
4055   'translatable' => '0',
4056   'deleted' => '0',
4057 ))
4058 ->values(array(
4059   'id' => '34',
4060   'field_name' => 'field_text_sum_plain_filtered',
4061   'type' => 'text_with_summary',
4062   'module' => 'text',
4063   'active' => '1',
4064   'storage_type' => 'field_sql_storage',
4065   'storage_module' => 'field_sql_storage',
4066   'storage_active' => '1',
4067   'locked' => '0',
4068   '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";}',
4069   'cardinality' => '1',
4070   'translatable' => '0',
4071   'deleted' => '0',
4072 ))
4073 ->values(array(
4074   'id' => '35',
4075   'field_name' => 'field_datetime_without_time',
4076   'type' => 'datetime',
4077   'module' => 'date',
4078   'active' => '1',
4079   'storage_type' => 'field_sql_storage',
4080   'storage_module' => 'field_sql_storage',
4081   'storage_active' => '1',
4082   'locked' => '0',
4083   '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";}',
4084   'cardinality' => '1',
4085   'translatable' => '0',
4086   'deleted' => '0',
4087 ))
4088 ->values(array(
4089   'id' => '36',
4090   'field_name' => 'field_date_without_time',
4091   'type' => 'date',
4092   'module' => 'date',
4093   'active' => '1',
4094   'storage_type' => 'field_sql_storage',
4095   'storage_module' => 'field_sql_storage',
4096   'storage_active' => '1',
4097   'locked' => '0',
4098   '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";}',
4099   'cardinality' => '1',
4100   'translatable' => '0',
4101   'deleted' => '0',
4102 ))
4103 ->values(array(
4104   'id' => '37',
4105   'field_name' => 'field_float_list',
4106   'type' => 'list_float',
4107   'module' => 'list',
4108   'active' => '1',
4109   'storage_type' => 'field_sql_storage',
4110   'storage_module' => 'field_sql_storage',
4111   'storage_active' => '1',
4112   'locked' => '0',
4113   '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";}',
4114   'cardinality' => '1',
4115   'translatable' => '0',
4116   'deleted' => '0',
4117 ))
4118 ->values(array(
4119   'id' => '38',
4120   'field_name' => 'field_reference',
4121   'type' => 'entityreference',
4122   'module' => 'entityreference',
4123   'active' => '1',
4124   'storage_type' => 'field_sql_storage',
4125   'storage_module' => 'field_sql_storage',
4126   'storage_active' => '1',
4127   'locked' => '0',
4128   '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";}',
4129   'cardinality' => '1',
4130   'translatable' => '0',
4131   'deleted' => '0',
4132 ))
4133 ->values(array(
4134   'id' => '39',
4135   'field_name' => 'field_reference_2',
4136   'type' => 'entityreference',
4137   'module' => 'entityreference',
4138   'active' => '1',
4139   'storage_type' => 'field_sql_storage',
4140   'storage_module' => 'field_sql_storage',
4141   'storage_active' => '1',
4142   'locked' => '0',
4143   '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";}',
4144   'cardinality' => '1',
4145   'translatable' => '0',
4146   'deleted' => '0',
4147 ))
4148 ->values(array(
4149   'id' => '40',
4150   'field_name' => 'title_field',
4151   'type' => 'text',
4152   'module' => 'text',
4153   'active' => '1',
4154   'storage_type' => 'field_sql_storage',
4155   'storage_module' => 'field_sql_storage',
4156   'storage_active' => '1',
4157   'locked' => '0',
4158   '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";}}}',
4159   'cardinality' => '1',
4160   'translatable' => '1',
4161   'deleted' => '0',
4162 ))
4163 ->values(array(
4164   'id' => '41',
4165   'field_name' => 'subject_field',
4166   'type' => 'text',
4167   'module' => 'text',
4168   'active' => '1',
4169   'storage_type' => 'field_sql_storage',
4170   'storage_module' => 'field_sql_storage',
4171   'storage_active' => '1',
4172   'locked' => '0',
4173   '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";}}}',
4174   'cardinality' => '1',
4175   'translatable' => '1',
4176   'deleted' => '0',
4177 ))
4178 ->values(array(
4179   'id' => '42',
4180   'field_name' => 'name_field',
4181   'type' => 'text',
4182   'module' => 'text',
4183   'active' => '1',
4184   'storage_type' => 'field_sql_storage',
4185   'storage_module' => 'field_sql_storage',
4186   'storage_active' => '1',
4187   'locked' => '0',
4188   '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";}}}',
4189   'cardinality' => '1',
4190   'translatable' => '1',
4191   'deleted' => '0',
4192 ))
4193 ->values(array(
4194   'id' => '43',
4195   'field_name' => 'description_field',
4196   'type' => 'text_with_summary',
4197   'module' => 'text',
4198   'active' => '1',
4199   'storage_type' => 'field_sql_storage',
4200   'storage_module' => 'field_sql_storage',
4201   'storage_active' => '1',
4202   'locked' => '0',
4203   '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";}}}',
4204   'cardinality' => '1',
4205   'translatable' => '1',
4206   'deleted' => '0',
4207 ))
4208 ->execute();
4209
4210 $connection->schema()->createTable('field_config_instance', array(
4211   'fields' => array(
4212     'id' => array(
4213       'type' => 'serial',
4214       'not null' => TRUE,
4215       'size' => 'normal',
4216     ),
4217     'field_id' => array(
4218       'type' => 'int',
4219       'not null' => TRUE,
4220       'size' => 'normal',
4221     ),
4222     'field_name' => array(
4223       'type' => 'varchar',
4224       'not null' => TRUE,
4225       'length' => '32',
4226       'default' => '',
4227     ),
4228     'entity_type' => array(
4229       'type' => 'varchar',
4230       'not null' => TRUE,
4231       'length' => '32',
4232       'default' => '',
4233     ),
4234     'bundle' => array(
4235       'type' => 'varchar',
4236       'not null' => TRUE,
4237       'length' => '128',
4238       'default' => '',
4239     ),
4240     'data' => array(
4241       'type' => 'blob',
4242       'not null' => TRUE,
4243       'size' => 'normal',
4244     ),
4245     'deleted' => array(
4246       'type' => 'int',
4247       'not null' => TRUE,
4248       'size' => 'normal',
4249       'default' => '0',
4250     ),
4251   ),
4252   'primary key' => array(
4253     'id',
4254   ),
4255   'mysql_character_set' => 'utf8',
4256 ));
4257
4258 $connection->insert('field_config_instance')
4259 ->fields(array(
4260   'id',
4261   'field_id',
4262   'field_name',
4263   'entity_type',
4264   'bundle',
4265   'data',
4266   'deleted',
4267 ))
4268 ->values(array(
4269   'id' => '1',
4270   'field_id' => '1',
4271   'field_name' => 'comment_body',
4272   'entity_type' => 'comment',
4273   'bundle' => 'comment_node_page',
4274   '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:"";}',
4275   'deleted' => '0',
4276 ))
4277 ->values(array(
4278   'id' => '2',
4279   'field_id' => '2',
4280   'field_name' => 'body',
4281   'entity_type' => 'node',
4282   'bundle' => 'page',
4283   '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:"";}',
4284   'deleted' => '0',
4285 ))
4286 ->values(array(
4287   'id' => '3',
4288   'field_id' => '1',
4289   'field_name' => 'comment_body',
4290   'entity_type' => 'comment',
4291   'bundle' => 'comment_node_article',
4292   '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:"";}',
4293   'deleted' => '0',
4294 ))
4295 ->values(array(
4296   'id' => '4',
4297   'field_id' => '2',
4298   'field_name' => 'body',
4299   'entity_type' => 'node',
4300   'bundle' => 'article',
4301   '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: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:0:{}s:6:"module";s:4:"text";s:6:"weight";i:11;}}s:8:"required";b:0;s:11:"description";s:0:"";}',
4302   'deleted' => '0',
4303 ))
4304 ->values(array(
4305   'id' => '5',
4306   'field_id' => '3',
4307   'field_name' => 'field_tags',
4308   'entity_type' => 'node',
4309   'bundle' => 'article',
4310   '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";i:-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:1:{s:18:"user_register_form";b:0;}s:8:"required";b:0;}',
4311   'deleted' => '0',
4312 ))
4313 ->values(array(
4314   'id' => '6',
4315   'field_id' => '4',
4316   'field_name' => 'field_image',
4317   'entity_type' => 'node',
4318   'bundle' => 'article',
4319   '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:9:{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: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";i:-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";}}}',
4320   'deleted' => '0',
4321 ))
4322 ->values(array(
4323   'id' => '7',
4324   'field_id' => '1',
4325   'field_name' => 'comment_body',
4326   'entity_type' => 'comment',
4327   'bundle' => 'comment_node_blog',
4328   '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:"";}',
4329   'deleted' => '0',
4330 ))
4331 ->values(array(
4332   'id' => '8',
4333   'field_id' => '2',
4334   'field_name' => 'body',
4335   'entity_type' => 'node',
4336   'bundle' => 'blog',
4337   '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:"";}',
4338   'deleted' => '0',
4339 ))
4340 ->values(array(
4341   'id' => '9',
4342   'field_id' => '1',
4343   'field_name' => 'comment_body',
4344   'entity_type' => 'comment',
4345   'bundle' => 'comment_node_book',
4346   '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:"";}',
4347   'deleted' => '0',
4348 ))
4349 ->values(array(
4350   'id' => '10',
4351   'field_id' => '2',
4352   'field_name' => 'body',
4353   'entity_type' => 'node',
4354   'bundle' => 'book',
4355   '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:"";}',
4356   'deleted' => '0',
4357 ))
4358 ->values(array(
4359   'id' => '11',
4360   'field_id' => '5',
4361   'field_name' => 'taxonomy_forums',
4362   'entity_type' => 'node',
4363   'bundle' => 'forum',
4364   '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:"";}',
4365   'deleted' => '0',
4366 ))
4367 ->values(array(
4368   'id' => '12',
4369   'field_id' => '1',
4370   'field_name' => 'comment_body',
4371   'entity_type' => 'comment',
4372   'bundle' => 'comment_node_forum',
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' => '13',
4378   'field_id' => '2',
4379   'field_name' => 'body',
4380   'entity_type' => 'node',
4381   'bundle' => 'forum',
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";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:"";}',
4383   'deleted' => '0',
4384 ))
4385 ->values(array(
4386   'id' => '14',
4387   'field_id' => '1',
4388   'field_name' => 'comment_body',
4389   'entity_type' => 'comment',
4390   'bundle' => 'comment_node_test_content_type',
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";s:1:"0";s:6:"module";s:4:"text";}s:11:"description";s:0:"";}',
4392   'deleted' => '0',
4393 ))
4394 ->values(array(
4395   'id' => '16',
4396   'field_id' => '6',
4397   'field_name' => 'field_boolean',
4398   'entity_type' => 'node',
4399   'bundle' => 'test_content_type',
4400   '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;}}}',
4401   'deleted' => '0',
4402 ))
4403 ->values(array(
4404   'id' => '17',
4405   'field_id' => '7',
4406   'field_name' => 'field_email',
4407   'entity_type' => 'node',
4408   'bundle' => 'test_content_type',
4409   '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";}}}',
4410   'deleted' => '0',
4411 ))
4412 ->values(array(
4413   'id' => '18',
4414   'field_id' => '8',
4415   'field_name' => 'field_phone',
4416   'entity_type' => 'node',
4417   'bundle' => 'test_content_type',
4418   '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;}',
4419   'deleted' => '0',
4420 ))
4421 ->values(array(
4422   'id' => '19',
4423   'field_id' => '9',
4424   'field_name' => 'field_date',
4425   'entity_type' => 'node',
4426   'bundle' => 'test_content_type',
4427   '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:"";}',
4428   'deleted' => '0',
4429 ))
4430 ->values(array(
4431   'id' => '20',
4432   'field_id' => '10',
4433   'field_name' => 'field_date_with_end_time',
4434   'entity_type' => 'node',
4435   'bundle' => 'test_content_type',
4436   '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:"";}',
4437   'deleted' => '0',
4438 ))
4439 ->values(array(
4440   'id' => '21',
4441   'field_id' => '11',
4442   'field_name' => 'field_file',
4443   'entity_type' => 'node',
4444   'bundle' => 'test_content_type',
4445   '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:"";}',
4446   'deleted' => '0',
4447 ))
4448 ->values(array(
4449   'id' => '22',
4450   'field_id' => '12',
4451   'field_name' => 'field_float',
4452   'entity_type' => 'node',
4453   'bundle' => 'test_content_type',
4454   '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";}}}',
4455   'deleted' => '0',
4456 ))
4457 ->values(array(
4458   'id' => '23',
4459   'field_id' => '13',
4460   'field_name' => 'field_images',
4461   'entity_type' => 'node',
4462   'bundle' => 'test_content_type',
4463   '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:"";}',
4464   'deleted' => '0',
4465 ))
4466 ->values(array(
4467   'id' => '24',
4468   'field_id' => '14',
4469   'field_name' => 'field_integer',
4470   'entity_type' => 'node',
4471   'bundle' => 'test_content_type',
4472   '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;}',
4473   'deleted' => '0',
4474 ))
4475 ->values(array(
4476   'id' => '25',
4477   'field_id' => '15',
4478   'field_name' => 'field_link',
4479   'entity_type' => 'node',
4480   'bundle' => 'test_content_type',
4481   '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;}',
4482   'deleted' => '0',
4483 ))
4484 ->values(array(
4485   'id' => '26',
4486   'field_id' => '16',
4487   'field_name' => 'field_text_list',
4488   'entity_type' => 'node',
4489   'bundle' => 'test_content_type',
4490   '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;}',
4491   'deleted' => '0',
4492 ))
4493 ->values(array(
4494   'id' => '27',
4495   'field_id' => '17',
4496   'field_name' => 'field_integer_list',
4497   'entity_type' => 'node',
4498   'bundle' => 'test_content_type',
4499   '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;}',
4500   'deleted' => '0',
4501 ))
4502 ->values(array(
4503   'id' => '28',
4504   'field_id' => '18',
4505   'field_name' => 'field_long_text',
4506   'entity_type' => 'node',
4507   'bundle' => 'test_content_type',
4508   '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;}',
4509   'deleted' => '0',
4510 ))
4511 ->values(array(
4512   'id' => '30',
4513   'field_id' => '20',
4514   'field_name' => 'field_term_reference',
4515   'entity_type' => 'node',
4516   'bundle' => 'test_content_type',
4517   '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;}',
4518   'deleted' => '0',
4519 ))
4520 ->values(array(
4521   'id' => '31',
4522   'field_id' => '21',
4523   'field_name' => 'field_text',
4524   'entity_type' => 'node',
4525   'bundle' => 'test_content_type',
4526   '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;}',
4527   'deleted' => '0',
4528 ))
4529 ->values(array(
4530   'id' => '32',
4531   'field_id' => '14',
4532   'field_name' => 'field_integer',
4533   'entity_type' => 'comment',
4534   'bundle' => 'comment_node_test_content_type',
4535   '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;}',
4536   'deleted' => '0',
4537 ))
4538 ->values(array(
4539   'id' => '33',
4540   'field_id' => '11',
4541   'field_name' => 'field_file',
4542   'entity_type' => 'user',
4543   'bundle' => 'user',
4544   '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:"";}',
4545   'deleted' => '0',
4546 ))
4547 ->values(array(
4548   'id' => '34',
4549   'field_id' => '15',
4550   'field_name' => 'field_link',
4551   'entity_type' => 'node',
4552   'bundle' => 'article',
4553   '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:"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: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;}',
4554   'deleted' => '0',
4555 ))
4556 ->values(array(
4557   'id' => '35',
4558   'field_id' => '14',
4559   'field_name' => 'field_integer',
4560   'entity_type' => 'taxonomy_term',
4561   'bundle' => 'test_vocabulary',
4562   '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;}',
4563   'deleted' => '0',
4564 ))
4565 ->values(array(
4566   'id' => '36',
4567   'field_id' => '14',
4568   'field_name' => 'field_integer',
4569   'entity_type' => 'user',
4570   'bundle' => 'user',
4571   '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;}',
4572   'deleted' => '0',
4573 ))
4574 ->values(array(
4575   'id' => '37',
4576   'field_id' => '15',
4577   'field_name' => 'field_link',
4578   'entity_type' => 'node',
4579   'bundle' => 'blog',
4580   '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:"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: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;}',
4581   'deleted' => '0',
4582 ))
4583 ->values(array(
4584   'id' => '38',
4585   'field_id' => '22',
4586   'field_name' => 'field_node_entityreference',
4587   'entity_type' => 'node',
4588   'bundle' => 'test_content_type',
4589   '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;}',
4590   'deleted' => '0',
4591 ))
4592 ->values(array(
4593   'id' => '39',
4594   'field_id' => '23',
4595   'field_name' => 'field_user_entityreference',
4596   'entity_type' => 'node',
4597   'bundle' => 'test_content_type',
4598   '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;}',
4599   'deleted' => '0',
4600 ))
4601 ->values(array(
4602   'id' => '40',
4603   'field_id' => '24',
4604   'field_name' => 'field_term_entityreference',
4605   'entity_type' => 'node',
4606   'bundle' => 'test_content_type',
4607   '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;}',
4608   'deleted' => '0',
4609 ))
4610 ->values(array(
4611   'id' => '41',
4612   'field_id' => '20',
4613   'field_name' => 'field_term_reference',
4614   'entity_type' => 'taxonomy_term',
4615   'bundle' => 'test_vocabulary',
4616   '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;}',
4617   'deleted' => '0',
4618 ))
4619 ->values(array(
4620   'id' => '42',
4621   'field_id' => '25',
4622   'field_name' => 'field_private_file',
4623   'entity_type' => 'node',
4624   'bundle' => 'test_content_type',
4625   '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:"";}',
4626   'deleted' => '0',
4627 ))
4628 ->values(array(
4629   'id' => '43',
4630   'field_id' => '26',
4631   'field_name' => 'field_text_plain',
4632   'entity_type' => 'node',
4633   'bundle' => 'article',
4634   '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: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:11;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4635   'deleted' => '0',
4636 ))
4637 ->values(array(
4638   'id' => '44',
4639   'field_id' => '27',
4640   'field_name' => 'field_text_filtered',
4641   'entity_type' => 'node',
4642   'bundle' => 'article',
4643   '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: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:12;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4644   'deleted' => '0',
4645 ))
4646 ->values(array(
4647   'id' => '45',
4648   'field_id' => '28',
4649   'field_name' => 'field_text_plain_filtered',
4650   'entity_type' => 'node',
4651   'bundle' => 'article',
4652   '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: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:13;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4653   'deleted' => '0',
4654 ))
4655 ->values(array(
4656   'id' => '46',
4657   'field_id' => '29',
4658   'field_name' => 'field_text_long_plain',
4659   'entity_type' => 'node',
4660   'bundle' => 'article',
4661   '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: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:14;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4662   'deleted' => '0',
4663 ))
4664 ->values(array(
4665   'id' => '47',
4666   'field_id' => '30',
4667   'field_name' => 'field_text_long_filtered',
4668   'entity_type' => 'node',
4669   'bundle' => 'article',
4670   '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: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:15;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4671   'deleted' => '0',
4672 ))
4673 ->values(array(
4674   'id' => '48',
4675   'field_id' => '31',
4676   'field_name' => 'field_text_long_plain_filtered',
4677   'entity_type' => 'node',
4678   'bundle' => 'article',
4679   '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: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:16;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4680   'deleted' => '0',
4681 ))
4682 ->values(array(
4683   'id' => '49',
4684   'field_id' => '32',
4685   'field_name' => 'field_text_sum_plain',
4686   'entity_type' => 'node',
4687   'bundle' => 'article',
4688   '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: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:17;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4689   'deleted' => '0',
4690 ))
4691 ->values(array(
4692   'id' => '50',
4693   'field_id' => '33',
4694   'field_name' => 'field_text_sum_filtered',
4695   'entity_type' => 'node',
4696   'bundle' => 'article',
4697   '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: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:18;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4698   'deleted' => '0',
4699 ))
4700 ->values(array(
4701   'id' => '51',
4702   'field_id' => '34',
4703   'field_name' => 'field_text_sum_plain_filtered',
4704   'entity_type' => 'node',
4705   'bundle' => 'article',
4706   '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: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:19;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4707   'deleted' => '0',
4708 ))
4709 ->values(array(
4710   'id' => '52',
4711   'field_id' => '26',
4712   'field_name' => 'field_text_plain',
4713   'entity_type' => 'node',
4714   'bundle' => 'page',
4715   '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;}',
4716   'deleted' => '0',
4717 ))
4718 ->values(array(
4719   'id' => '53',
4720   'field_id' => '27',
4721   'field_name' => 'field_text_filtered',
4722   'entity_type' => 'node',
4723   'bundle' => 'page',
4724   '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;}',
4725   'deleted' => '0',
4726 ))
4727 ->values(array(
4728   'id' => '54',
4729   'field_id' => '28',
4730   'field_name' => 'field_text_plain_filtered',
4731   'entity_type' => 'node',
4732   'bundle' => 'page',
4733   '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;}',
4734   'deleted' => '0',
4735 ))
4736 ->values(array(
4737   'id' => '55',
4738   'field_id' => '29',
4739   'field_name' => 'field_text_long_plain',
4740   'entity_type' => 'node',
4741   'bundle' => 'page',
4742   '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;}',
4743   'deleted' => '0',
4744 ))
4745 ->values(array(
4746   'id' => '56',
4747   'field_id' => '30',
4748   'field_name' => 'field_text_long_filtered',
4749   'entity_type' => 'node',
4750   'bundle' => 'page',
4751   '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;}',
4752   'deleted' => '0',
4753 ))
4754 ->values(array(
4755   'id' => '57',
4756   'field_id' => '31',
4757   'field_name' => 'field_text_long_plain_filtered',
4758   'entity_type' => 'node',
4759   'bundle' => 'page',
4760   '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;}',
4761   'deleted' => '0',
4762 ))
4763 ->values(array(
4764   'id' => '58',
4765   'field_id' => '32',
4766   'field_name' => 'field_text_sum_plain',
4767   'entity_type' => 'node',
4768   'bundle' => 'page',
4769   '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;}',
4770   'deleted' => '0',
4771 ))
4772 ->values(array(
4773   'id' => '59',
4774   'field_id' => '33',
4775   'field_name' => 'field_text_sum_filtered',
4776   'entity_type' => 'node',
4777   'bundle' => 'page',
4778   '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;}',
4779   'deleted' => '0',
4780 ))
4781 ->values(array(
4782   'id' => '60',
4783   'field_id' => '34',
4784   'field_name' => 'field_text_sum_plain_filtered',
4785   'entity_type' => 'node',
4786   'bundle' => 'page',
4787   '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;}',
4788   'deleted' => '0',
4789 ))
4790 ->values(array(
4791   'id' => '61',
4792   'field_id' => '35',
4793   'field_name' => 'field_datetime_without_time',
4794   'entity_type' => 'node',
4795   'bundle' => 'test_content_type',
4796   '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:"";}',
4797   'deleted' => '0',
4798 ))
4799 ->values(array(
4800   'id' => '62',
4801   'field_id' => '36',
4802   'field_name' => 'field_date_without_time',
4803   'entity_type' => 'node',
4804   'bundle' => 'test_content_type',
4805   '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:"";}',
4806   'deleted' => '0',
4807 ))
4808 ->values(array(
4809   'id' => '63',
4810   'field_id' => '37',
4811   'field_name' => 'field_float_list',
4812   'entity_type' => 'node',
4813   'bundle' => 'test_content_type',
4814   '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;}',
4815   'deleted' => '0',
4816 ))
4817 ->values(array(
4818   'id' => '64',
4819   'field_id' => '38',
4820   'field_name' => 'field_reference',
4821   'entity_type' => 'node',
4822   'bundle' => 'article',
4823   '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: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: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;}',
4824   'deleted' => '0',
4825 ))
4826 ->values(array(
4827   'id' => '65',
4828   'field_id' => '39',
4829   'field_name' => 'field_reference_2',
4830   'entity_type' => 'node',
4831   'bundle' => 'article',
4832   'data' => 'a:6:{s:5:"label";s:11:"Reference 2";s:6:"widget";a:4:{s:4:"type";s:14:"options_select";s:6:"weight";s:2:"21";s:8:"settings";a:0:{}s:6:"module";s:7:"options";}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:2:{s:4:"link";b:0;s:13:"bypass_access";b:0;}s:6:"module";s:15:"entityreference";s:6:"weight";i:21;}}s:8:"required";b:0;s:11:"description";s:0:"";}',
4833   'deleted' => '0',
4834 ))
4835 ->values(array(
4836   'id' => '66',
4837   'field_id' => '38',
4838   'field_name' => 'field_reference',
4839   'entity_type' => 'user',
4840   'bundle' => 'user',
4841   '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;}',
4842   'deleted' => '0',
4843 ))
4844 ->values(array(
4845   'id' => '67',
4846   'field_id' => '40',
4847   'field_name' => 'title_field',
4848   'entity_type' => 'node',
4849   'bundle' => 'test_content_type',
4850   '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;}}}',
4851   'deleted' => '0',
4852 ))
4853 ->values(array(
4854   'id' => '68',
4855   'field_id' => '41',
4856   'field_name' => 'subject_field',
4857   'entity_type' => 'comment',
4858   'bundle' => 'comment_node_article',
4859   '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;}}}',
4860   'deleted' => '0',
4861 ))
4862 ->values(array(
4863   'id' => '69',
4864   'field_id' => '42',
4865   'field_name' => 'name_field',
4866   'entity_type' => 'taxonomy_term',
4867   'bundle' => 'test_vocabulary',
4868   '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;}}}',
4869   'deleted' => '0',
4870 ))
4871 ->values(array(
4872   'id' => '70',
4873   'field_id' => '43',
4874   'field_name' => 'description_field',
4875   'entity_type' => 'taxonomy_term',
4876   'bundle' => 'test_vocabulary',
4877   '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;}}}',
4878   'deleted' => '0',
4879 ))
4880 ->values(array(
4881   'id' => '71',
4882   'field_id' => '41',
4883   'field_name' => 'subject_field',
4884   'entity_type' => 'comment',
4885   'bundle' => 'comment_node_test_content_type',
4886   '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;}}}',
4887   'deleted' => '0',
4888 ))
4889 ->execute();
4890
4891 $connection->schema()->createTable('field_data_body', array(
4892   'fields' => array(
4893     'entity_type' => array(
4894       'type' => 'varchar',
4895       'not null' => TRUE,
4896       'length' => '128',
4897       'default' => '',
4898     ),
4899     'bundle' => array(
4900       'type' => 'varchar',
4901       'not null' => TRUE,
4902       'length' => '128',
4903       'default' => '',
4904     ),
4905     'deleted' => array(
4906       'type' => 'int',
4907       'not null' => TRUE,
4908       'size' => 'normal',
4909       'default' => '0',
4910     ),
4911     'entity_id' => array(
4912       'type' => 'int',
4913       'not null' => TRUE,
4914       'size' => 'normal',
4915       'unsigned' => TRUE,
4916     ),
4917     'revision_id' => array(
4918       'type' => 'int',
4919       'not null' => FALSE,
4920       'size' => 'normal',
4921       'unsigned' => TRUE,
4922     ),
4923     'language' => array(
4924       'type' => 'varchar',
4925       'not null' => TRUE,
4926       'length' => '32',
4927       'default' => '',
4928     ),
4929     'delta' => array(
4930       'type' => 'int',
4931       'not null' => TRUE,
4932       'size' => 'normal',
4933       'unsigned' => TRUE,
4934     ),
4935     'body_value' => array(
4936       'type' => 'text',
4937       'not null' => FALSE,
4938       'size' => 'normal',
4939     ),
4940     'body_summary' => array(
4941       'type' => 'text',
4942       'not null' => FALSE,
4943       'size' => 'normal',
4944     ),
4945     'body_format' => array(
4946       'type' => 'varchar',
4947       'not null' => FALSE,
4948       'length' => '255',
4949     ),
4950   ),
4951   'primary key' => array(
4952     'entity_type',
4953     'deleted',
4954     'entity_id',
4955     'language',
4956     'delta',
4957   ),
4958   'mysql_character_set' => 'utf8',
4959 ));
4960
4961 $connection->insert('field_data_body')
4962 ->fields(array(
4963   'entity_type',
4964   'bundle',
4965   'deleted',
4966   'entity_id',
4967   'revision_id',
4968   'language',
4969   'delta',
4970   'body_value',
4971   'body_summary',
4972   'body_format',
4973 ))
4974 ->values(array(
4975   'entity_type' => 'node',
4976   'bundle' => 'article',
4977   'deleted' => '0',
4978   'entity_id' => '2',
4979   'revision_id' => '2',
4980   'language' => 'und',
4981   'delta' => '0',
4982   'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
4983   'body_summary' => '',
4984   'body_format' => 'filtered_html',
4985 ))
4986 ->values(array(
4987   'entity_type' => 'node',
4988   'bundle' => 'article',
4989   'deleted' => '0',
4990   'entity_id' => '3',
4991   'revision_id' => '3',
4992   'language' => 'und',
4993   'delta' => '0',
4994   'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
4995   'body_summary' => '',
4996   'body_format' => 'filtered_html',
4997 ))
4998 ->execute();
4999
5000 $connection->schema()->createTable('field_data_comment_body', array(
5001   'fields' => array(
5002     'entity_type' => array(
5003       'type' => 'varchar',
5004       'not null' => TRUE,
5005       'length' => '128',
5006       'default' => '',
5007     ),
5008     'bundle' => array(
5009       'type' => 'varchar',
5010       'not null' => TRUE,
5011       'length' => '128',
5012       'default' => '',
5013     ),
5014     'deleted' => array(
5015       'type' => 'int',
5016       'not null' => TRUE,
5017       'size' => 'normal',
5018       'default' => '0',
5019     ),
5020     'entity_id' => array(
5021       'type' => 'int',
5022       'not null' => TRUE,
5023       'size' => 'normal',
5024       'unsigned' => TRUE,
5025     ),
5026     'revision_id' => array(
5027       'type' => 'int',
5028       'not null' => FALSE,
5029       'size' => 'normal',
5030       'unsigned' => TRUE,
5031     ),
5032     'language' => array(
5033       'type' => 'varchar',
5034       'not null' => TRUE,
5035       'length' => '32',
5036       'default' => '',
5037     ),
5038     'delta' => array(
5039       'type' => 'int',
5040       'not null' => TRUE,
5041       'size' => 'normal',
5042       'unsigned' => TRUE,
5043     ),
5044     'comment_body_value' => array(
5045       'type' => 'text',
5046       'not null' => FALSE,
5047       'size' => 'normal',
5048     ),
5049     'comment_body_format' => array(
5050       'type' => 'varchar',
5051       'not null' => FALSE,
5052       'length' => '255',
5053     ),
5054   ),
5055   'primary key' => array(
5056     'entity_type',
5057     'deleted',
5058     'entity_id',
5059     'language',
5060     'delta',
5061   ),
5062   'mysql_character_set' => 'utf8',
5063 ));
5064
5065 $connection->insert('field_data_comment_body')
5066 ->fields(array(
5067   'entity_type',
5068   'bundle',
5069   'deleted',
5070   'entity_id',
5071   'revision_id',
5072   'language',
5073   'delta',
5074   'comment_body_value',
5075   'comment_body_format',
5076 ))
5077 ->values(array(
5078   'entity_type' => 'comment',
5079   'bundle' => 'comment_node_test_content_type',
5080   'deleted' => '0',
5081   'entity_id' => '1',
5082   'revision_id' => '1',
5083   'language' => 'und',
5084   'delta' => '0',
5085   'comment_body_value' => 'This is a comment',
5086   'comment_body_format' => 'filtered_html',
5087 ))
5088 ->values(array(
5089   'entity_type' => 'comment',
5090   'bundle' => 'comment_node_article',
5091   'deleted' => '0',
5092   'entity_id' => '2',
5093   'revision_id' => '2',
5094   'language' => 'und',
5095   'delta' => '0',
5096   'comment_body_value' => 'TNG is better than DS9.',
5097   'comment_body_format' => 'filtered_html',
5098 ))
5099 ->values(array(
5100   'entity_type' => 'comment',
5101   'bundle' => 'comment_node_article',
5102   'deleted' => '0',
5103   'entity_id' => '3',
5104   'revision_id' => '3',
5105   'language' => 'und',
5106   'delta' => '0',
5107   'comment_body_value' => 'This is a comment to an Icelandic translation.',
5108   'comment_body_format' => 'filtered_html',
5109 ))
5110 ->execute();
5111
5112 $connection->schema()->createTable('field_data_description_field', array(
5113   'fields' => array(
5114     'entity_type' => array(
5115       'type' => 'varchar',
5116       'not null' => TRUE,
5117       'length' => '128',
5118       'default' => '',
5119     ),
5120     'bundle' => array(
5121       'type' => 'varchar',
5122       'not null' => TRUE,
5123       'length' => '128',
5124       'default' => '',
5125     ),
5126     'deleted' => array(
5127       'type' => 'int',
5128       'not null' => TRUE,
5129       'size' => 'tiny',
5130       'default' => '0',
5131     ),
5132     'entity_id' => array(
5133       'type' => 'int',
5134       'not null' => TRUE,
5135       'size' => 'normal',
5136       'unsigned' => TRUE,
5137     ),
5138     'revision_id' => array(
5139       'type' => 'int',
5140       'not null' => FALSE,
5141       'size' => 'normal',
5142       'unsigned' => TRUE,
5143     ),
5144     'language' => array(
5145       'type' => 'varchar',
5146       'not null' => TRUE,
5147       'length' => '32',
5148       'default' => '',
5149     ),
5150     'delta' => array(
5151       'type' => 'int',
5152       'not null' => TRUE,
5153       'size' => 'normal',
5154       'unsigned' => TRUE,
5155     ),
5156     'description_field_value' => array(
5157       'type' => 'text',
5158       'not null' => FALSE,
5159       'size' => 'big',
5160     ),
5161     'description_field_summary' => array(
5162       'type' => 'text',
5163       'not null' => FALSE,
5164       'size' => 'big',
5165     ),
5166     'description_field_format' => array(
5167       'type' => 'varchar',
5168       'not null' => FALSE,
5169       'length' => '255',
5170     ),
5171   ),
5172   'primary key' => array(
5173     'entity_type',
5174     'entity_id',
5175     'deleted',
5176     'delta',
5177     'language',
5178   ),
5179   'indexes' => array(
5180     'entity_type' => array(
5181       'entity_type',
5182     ),
5183     'bundle' => array(
5184       'bundle',
5185     ),
5186     'deleted' => array(
5187       'deleted',
5188     ),
5189     'entity_id' => array(
5190       'entity_id',
5191     ),
5192     'revision_id' => array(
5193       'revision_id',
5194     ),
5195     'language' => array(
5196       'language',
5197     ),
5198     'description_field_format' => array(
5199       'description_field_format',
5200     ),
5201   ),
5202   'mysql_character_set' => 'utf8',
5203 ));
5204
5205 $connection->insert('field_data_description_field')
5206 ->fields(array(
5207   'entity_type',
5208   'bundle',
5209   'deleted',
5210   'entity_id',
5211   'revision_id',
5212   'language',
5213   'delta',
5214   'description_field_value',
5215   'description_field_summary',
5216   'description_field_format',
5217 ))
5218 ->values(array(
5219   'entity_type' => 'taxonomy_term',
5220   'bundle' => 'test_vocabulary',
5221   'deleted' => '0',
5222   'entity_id' => '2',
5223   'revision_id' => '2',
5224   'language' => 'en',
5225   'delta' => '0',
5226   'description_field_value' => 'The first term. (This is a real field!)',
5227   'description_field_summary' => '',
5228   'description_field_format' => 'filtered_html',
5229 ))
5230 ->values(array(
5231   'entity_type' => 'taxonomy_term',
5232   'bundle' => 'test_vocabulary',
5233   'deleted' => '0',
5234   'entity_id' => '3',
5235   'revision_id' => '3',
5236   'language' => 'en',
5237   'delta' => '0',
5238   'description_field_value' => 'The second term.',
5239   'description_field_summary' => '',
5240   'description_field_format' => 'filtered_html',
5241 ))
5242 ->values(array(
5243   'entity_type' => 'taxonomy_term',
5244   'bundle' => 'test_vocabulary',
5245   'deleted' => '0',
5246   'entity_id' => '4',
5247   'revision_id' => '4',
5248   'language' => 'en',
5249   'delta' => '0',
5250   'description_field_value' => 'The third term in plain old English.',
5251   'description_field_summary' => '',
5252   'description_field_format' => 'full_html',
5253 ))
5254 ->values(array(
5255   'entity_type' => 'taxonomy_term',
5256   'bundle' => 'test_vocabulary',
5257   'deleted' => '0',
5258   'entity_id' => '4',
5259   'revision_id' => '4',
5260   'language' => 'fr',
5261   'delta' => '0',
5262   'description_field_value' => 'The third term en français s\'il vous plaît.',
5263   'description_field_summary' => '',
5264   'description_field_format' => 'filtered_html',
5265 ))
5266 ->values(array(
5267   'entity_type' => 'taxonomy_term',
5268   'bundle' => 'test_vocabulary',
5269   'deleted' => '0',
5270   'entity_id' => '4',
5271   'revision_id' => '4',
5272   'language' => 'is',
5273   'delta' => '0',
5274   'description_field_value' => 'The third term á íslensku.',
5275   'description_field_summary' => '',
5276   'description_field_format' => 'plain_text',
5277 ))
5278 ->execute();
5279
5280 $connection->schema()->createTable('field_data_field_boolean', array(
5281   'fields' => array(
5282     'entity_type' => array(
5283       'type' => 'varchar',
5284       'not null' => TRUE,
5285       'length' => '128',
5286       'default' => '',
5287     ),
5288     'bundle' => array(
5289       'type' => 'varchar',
5290       'not null' => TRUE,
5291       'length' => '128',
5292       'default' => '',
5293     ),
5294     'deleted' => array(
5295       'type' => 'int',
5296       'not null' => TRUE,
5297       'size' => 'normal',
5298       'default' => '0',
5299     ),
5300     'entity_id' => array(
5301       'type' => 'int',
5302       'not null' => TRUE,
5303       'size' => 'normal',
5304       'unsigned' => TRUE,
5305     ),
5306     'revision_id' => array(
5307       'type' => 'int',
5308       'not null' => FALSE,
5309       'size' => 'normal',
5310       'unsigned' => TRUE,
5311     ),
5312     'language' => array(
5313       'type' => 'varchar',
5314       'not null' => TRUE,
5315       'length' => '32',
5316       'default' => '',
5317     ),
5318     'delta' => array(
5319       'type' => 'int',
5320       'not null' => TRUE,
5321       'size' => 'normal',
5322       'unsigned' => TRUE,
5323     ),
5324     'field_boolean_value' => array(
5325       'type' => 'int',
5326       'not null' => FALSE,
5327       'size' => 'normal',
5328     ),
5329   ),
5330   'primary key' => array(
5331     'entity_type',
5332     'deleted',
5333     'entity_id',
5334     'language',
5335     'delta',
5336   ),
5337   'mysql_character_set' => 'utf8',
5338 ));
5339
5340 $connection->insert('field_data_field_boolean')
5341 ->fields(array(
5342   'entity_type',
5343   'bundle',
5344   'deleted',
5345   'entity_id',
5346   'revision_id',
5347   'language',
5348   'delta',
5349   'field_boolean_value',
5350 ))
5351 ->values(array(
5352   'entity_type' => 'node',
5353   'bundle' => 'test_content_type',
5354   'deleted' => '0',
5355   'entity_id' => '1',
5356   'revision_id' => '1',
5357   'language' => 'und',
5358   'delta' => '0',
5359   'field_boolean_value' => '1',
5360 ))
5361 ->execute();
5362
5363 $connection->schema()->createTable('field_data_field_date', array(
5364   'fields' => array(
5365     'entity_type' => array(
5366       'type' => 'varchar',
5367       'not null' => TRUE,
5368       'length' => '128',
5369       'default' => '',
5370     ),
5371     'bundle' => array(
5372       'type' => 'varchar',
5373       'not null' => TRUE,
5374       'length' => '128',
5375       'default' => '',
5376     ),
5377     'deleted' => array(
5378       'type' => 'int',
5379       'not null' => TRUE,
5380       'size' => 'normal',
5381       'default' => '0',
5382     ),
5383     'entity_id' => array(
5384       'type' => 'int',
5385       'not null' => TRUE,
5386       'size' => 'normal',
5387       'unsigned' => TRUE,
5388     ),
5389     'revision_id' => array(
5390       'type' => 'int',
5391       'not null' => FALSE,
5392       'size' => 'normal',
5393       'unsigned' => TRUE,
5394     ),
5395     'language' => array(
5396       'type' => 'varchar',
5397       'not null' => TRUE,
5398       'length' => '32',
5399       'default' => '',
5400     ),
5401     'delta' => array(
5402       'type' => 'int',
5403       'not null' => TRUE,
5404       'size' => 'normal',
5405       'unsigned' => TRUE,
5406     ),
5407     'field_date_value' => array(
5408       'type' => 'varchar',
5409       'not null' => FALSE,
5410       'length' => '100',
5411     ),
5412   ),
5413   'primary key' => array(
5414     'entity_type',
5415     'deleted',
5416     'entity_id',
5417     'language',
5418     'delta',
5419   ),
5420   'mysql_character_set' => 'utf8',
5421 ));
5422
5423 $connection->insert('field_data_field_date')
5424 ->fields(array(
5425   'entity_type',
5426   'bundle',
5427   'deleted',
5428   'entity_id',
5429   'revision_id',
5430   'language',
5431   'delta',
5432   'field_date_value',
5433 ))
5434 ->values(array(
5435   'entity_type' => 'node',
5436   'bundle' => 'test_content_type',
5437   'deleted' => '0',
5438   'entity_id' => '1',
5439   'revision_id' => '1',
5440   'language' => 'und',
5441   'delta' => '0',
5442   'field_date_value' => '2015-01-20 04:15:00',
5443 ))
5444 ->execute();
5445
5446 $connection->schema()->createTable('field_data_field_date_with_end_time', array(
5447   'fields' => array(
5448     'entity_type' => array(
5449       'type' => 'varchar',
5450       'not null' => TRUE,
5451       'length' => '128',
5452       'default' => '',
5453     ),
5454     'bundle' => array(
5455       'type' => 'varchar',
5456       'not null' => TRUE,
5457       'length' => '128',
5458       'default' => '',
5459     ),
5460     'deleted' => array(
5461       'type' => 'int',
5462       'not null' => TRUE,
5463       'size' => 'normal',
5464       'default' => '0',
5465     ),
5466     'entity_id' => array(
5467       'type' => 'int',
5468       'not null' => TRUE,
5469       'size' => 'normal',
5470       'unsigned' => TRUE,
5471     ),
5472     'revision_id' => array(
5473       'type' => 'int',
5474       'not null' => FALSE,
5475       'size' => 'normal',
5476       'unsigned' => TRUE,
5477     ),
5478     'language' => array(
5479       'type' => 'varchar',
5480       'not null' => TRUE,
5481       'length' => '32',
5482       'default' => '',
5483     ),
5484     'delta' => array(
5485       'type' => 'int',
5486       'not null' => TRUE,
5487       'size' => 'normal',
5488       'unsigned' => TRUE,
5489     ),
5490     'field_date_with_end_time_value' => array(
5491       'type' => 'int',
5492       'not null' => FALSE,
5493       'size' => 'normal',
5494     ),
5495     'field_date_with_end_time_value2' => array(
5496       'type' => 'int',
5497       'not null' => FALSE,
5498       'size' => 'normal',
5499     ),
5500   ),
5501   'primary key' => array(
5502     'entity_type',
5503     'deleted',
5504     'entity_id',
5505     'language',
5506     'delta',
5507   ),
5508   'mysql_character_set' => 'utf8',
5509 ));
5510
5511 $connection->insert('field_data_field_date_with_end_time')
5512 ->fields(array(
5513   'entity_type',
5514   'bundle',
5515   'deleted',
5516   'entity_id',
5517   'revision_id',
5518   'language',
5519   'delta',
5520   'field_date_with_end_time_value',
5521   'field_date_with_end_time_value2',
5522 ))
5523 ->values(array(
5524   'entity_type' => 'node',
5525   'bundle' => 'test_content_type',
5526   'deleted' => '0',
5527   'entity_id' => '1',
5528   'revision_id' => '1',
5529   'language' => 'und',
5530   'delta' => '0',
5531   'field_date_with_end_time_value' => '1421727300',
5532   'field_date_with_end_time_value2' => '1421727300',
5533 ))
5534 ->execute();
5535
5536 $connection->schema()->createTable('field_data_field_datetime_without_time', array(
5537   'fields' => array(
5538     'entity_type' => array(
5539       'type' => 'varchar',
5540       'not null' => TRUE,
5541       'length' => '128',
5542       'default' => '',
5543     ),
5544     'bundle' => array(
5545       'type' => 'varchar',
5546       'not null' => TRUE,
5547       'length' => '128',
5548       'default' => '',
5549     ),
5550     'deleted' => array(
5551       'type' => 'int',
5552       'not null' => TRUE,
5553       'size' => 'normal',
5554       'default' => '0',
5555     ),
5556     'entity_id' => array(
5557       'type' => 'int',
5558       'not null' => TRUE,
5559       'size' => 'normal',
5560       'unsigned' => TRUE,
5561     ),
5562     'revision_id' => array(
5563       'type' => 'int',
5564       'not null' => FALSE,
5565       'size' => 'normal',
5566       'unsigned' => TRUE,
5567     ),
5568     'language' => array(
5569       'type' => 'varchar',
5570       'not null' => TRUE,
5571       'length' => '32',
5572       'default' => '',
5573     ),
5574     'delta' => array(
5575       'type' => 'int',
5576       'not null' => TRUE,
5577       'size' => 'normal',
5578       'unsigned' => TRUE,
5579     ),
5580     'field_datetime_without_time_value' => array(
5581       'mysql_type' => 'datetime',
5582       'pgsql_type' => 'timestamp without time zone',
5583       'sqlite_type' => 'varchar',
5584       'sqlsrv_type' => 'smalldatetime',
5585       'not null' => FALSE,
5586     ),
5587   ),
5588   'primary key' => array(
5589     'entity_type',
5590     'deleted',
5591     'entity_id',
5592     'language',
5593     'delta',
5594   ),
5595   'mysql_character_set' => 'utf8',
5596 ));
5597
5598 $connection->insert('field_data_field_datetime_without_time')
5599 ->fields(array(
5600   'entity_type',
5601   'bundle',
5602   'deleted',
5603   'entity_id',
5604   'revision_id',
5605   'language',
5606   'delta',
5607   'field_datetime_without_time_value',
5608 ))
5609 ->values(array(
5610   'entity_type' => 'node',
5611   'bundle' => 'test_content_type',
5612   'deleted' => '0',
5613   'entity_id' => '1',
5614   'revision_id' => '1',
5615   'language' => 'und',
5616   'delta' => '0',
5617   'field_datetime_without_time_value' => '2015-01-20 00:00:00',
5618 ))
5619 ->execute();
5620
5621 $connection->schema()->createTable('field_data_field_date_without_time', array(
5622   'fields' => array(
5623     'entity_type' => array(
5624       'type' => 'varchar',
5625       'not null' => TRUE,
5626       'length' => '128',
5627       'default' => '',
5628     ),
5629     'bundle' => array(
5630       'type' => 'varchar',
5631       'not null' => TRUE,
5632       'length' => '128',
5633       'default' => '',
5634     ),
5635     'deleted' => array(
5636       'type' => 'int',
5637       'not null' => TRUE,
5638       'size' => 'normal',
5639       'default' => '0',
5640     ),
5641     'entity_id' => array(
5642       'type' => 'int',
5643       'not null' => TRUE,
5644       'size' => 'normal',
5645       'unsigned' => TRUE,
5646     ),
5647     'revision_id' => array(
5648       'type' => 'int',
5649       'not null' => FALSE,
5650       'size' => 'normal',
5651       'unsigned' => TRUE,
5652     ),
5653     'language' => array(
5654       'type' => 'varchar',
5655       'not null' => TRUE,
5656       'length' => '32',
5657       'default' => '',
5658     ),
5659     'delta' => array(
5660       'type' => 'int',
5661       'not null' => TRUE,
5662       'size' => 'normal',
5663       'unsigned' => TRUE,
5664     ),
5665     'field_date_without_time_value' => array(
5666       'type' => 'varchar',
5667       'not null' => FALSE,
5668       'length' => '100',
5669     ),
5670   ),
5671   'primary key' => array(
5672     'entity_type',
5673     'deleted',
5674     'entity_id',
5675     'language',
5676     'delta',
5677   ),
5678   'mysql_character_set' => 'utf8',
5679 ));
5680
5681 $connection->insert('field_data_field_date_without_time')
5682 ->fields(array(
5683   'entity_type',
5684   'bundle',
5685   'deleted',
5686   'entity_id',
5687   'revision_id',
5688   'language',
5689   'delta',
5690   'field_date_without_time_value',
5691 ))
5692 ->values(array(
5693   'entity_type' => 'node',
5694   'bundle' => 'test_content_type',
5695   'deleted' => '0',
5696   'entity_id' => '1',
5697   'revision_id' => '1',
5698   'language' => 'und',
5699   'delta' => '0',
5700   'field_date_without_time_value' => '2015-01-20T00:00:00',
5701 ))
5702 ->execute();
5703
5704 $connection->schema()->createTable('field_data_field_email', array(
5705   'fields' => array(
5706     'entity_type' => array(
5707       'type' => 'varchar',
5708       'not null' => TRUE,
5709       'length' => '128',
5710       'default' => '',
5711     ),
5712     'bundle' => array(
5713       'type' => 'varchar',
5714       'not null' => TRUE,
5715       'length' => '128',
5716       'default' => '',
5717     ),
5718     'deleted' => array(
5719       'type' => 'int',
5720       'not null' => TRUE,
5721       'size' => 'normal',
5722       'default' => '0',
5723     ),
5724     'entity_id' => array(
5725       'type' => 'int',
5726       'not null' => TRUE,
5727       'size' => 'normal',
5728       'unsigned' => TRUE,
5729     ),
5730     'revision_id' => array(
5731       'type' => 'int',
5732       'not null' => FALSE,
5733       'size' => 'normal',
5734       'unsigned' => TRUE,
5735     ),
5736     'language' => array(
5737       'type' => 'varchar',
5738       'not null' => TRUE,
5739       'length' => '32',
5740       'default' => '',
5741     ),
5742     'delta' => array(
5743       'type' => 'int',
5744       'not null' => TRUE,
5745       'size' => 'normal',
5746       'unsigned' => TRUE,
5747     ),
5748     'field_email_email' => array(
5749       'type' => 'varchar',
5750       'not null' => FALSE,
5751       'length' => '255',
5752     ),
5753   ),
5754   'primary key' => array(
5755     'entity_type',
5756     'deleted',
5757     'entity_id',
5758     'language',
5759     'delta',
5760   ),
5761   'mysql_character_set' => 'utf8',
5762 ));
5763
5764 $connection->insert('field_data_field_email')
5765 ->fields(array(
5766   'entity_type',
5767   'bundle',
5768   'deleted',
5769   'entity_id',
5770   'revision_id',
5771   'language',
5772   'delta',
5773   'field_email_email',
5774 ))
5775 ->values(array(
5776   'entity_type' => 'node',
5777   'bundle' => 'test_content_type',
5778   'deleted' => '0',
5779   'entity_id' => '1',
5780   'revision_id' => '1',
5781   'language' => 'und',
5782   'delta' => '0',
5783   'field_email_email' => 'default@example.com',
5784 ))
5785 ->values(array(
5786   'entity_type' => 'node',
5787   'bundle' => 'test_content_type',
5788   'deleted' => '0',
5789   'entity_id' => '1',
5790   'revision_id' => '1',
5791   'language' => 'und',
5792   'delta' => '1',
5793   'field_email_email' => 'another@example.com',
5794 ))
5795 ->execute();
5796
5797 $connection->schema()->createTable('field_data_field_file', array(
5798   'fields' => array(
5799     'entity_type' => array(
5800       'type' => 'varchar',
5801       'not null' => TRUE,
5802       'length' => '128',
5803       'default' => '',
5804     ),
5805     'bundle' => array(
5806       'type' => 'varchar',
5807       'not null' => TRUE,
5808       'length' => '128',
5809       'default' => '',
5810     ),
5811     'deleted' => array(
5812       'type' => 'int',
5813       'not null' => TRUE,
5814       'size' => 'normal',
5815       'default' => '0',
5816     ),
5817     'entity_id' => array(
5818       'type' => 'int',
5819       'not null' => TRUE,
5820       'size' => 'normal',
5821       'unsigned' => TRUE,
5822     ),
5823     'revision_id' => array(
5824       'type' => 'int',
5825       'not null' => FALSE,
5826       'size' => 'normal',
5827       'unsigned' => TRUE,
5828     ),
5829     'language' => array(
5830       'type' => 'varchar',
5831       'not null' => TRUE,
5832       'length' => '32',
5833       'default' => '',
5834     ),
5835     'delta' => array(
5836       'type' => 'int',
5837       'not null' => TRUE,
5838       'size' => 'normal',
5839       'unsigned' => TRUE,
5840     ),
5841     'field_file_fid' => array(
5842       'type' => 'int',
5843       'not null' => FALSE,
5844       'size' => 'normal',
5845       'unsigned' => TRUE,
5846     ),
5847     'field_file_display' => array(
5848       'type' => 'int',
5849       'not null' => TRUE,
5850       'size' => 'normal',
5851       'default' => '1',
5852       'unsigned' => TRUE,
5853     ),
5854     'field_file_description' => array(
5855       'type' => 'text',
5856       'not null' => FALSE,
5857       'size' => 'normal',
5858     ),
5859   ),
5860   'primary key' => array(
5861     'entity_type',
5862     'deleted',
5863     'entity_id',
5864     'language',
5865     'delta',
5866   ),
5867   'mysql_character_set' => 'utf8',
5868 ));
5869
5870 $connection->insert('field_data_field_file')
5871 ->fields(array(
5872   'entity_type',
5873   'bundle',
5874   'deleted',
5875   'entity_id',
5876   'revision_id',
5877   'language',
5878   'delta',
5879   'field_file_fid',
5880   'field_file_display',
5881   'field_file_description',
5882 ))
5883 ->values(array(
5884   'entity_type' => 'node',
5885   'bundle' => 'test_content_type',
5886   'deleted' => '0',
5887   'entity_id' => '1',
5888   'revision_id' => '1',
5889   'language' => 'und',
5890   'delta' => '0',
5891   'field_file_fid' => '2',
5892   'field_file_display' => '1',
5893   'field_file_description' => 'file desc',
5894 ))
5895 ->values(array(
5896   'entity_type' => 'user',
5897   'bundle' => 'user',
5898   'deleted' => '0',
5899   'entity_id' => '2',
5900   'revision_id' => '2',
5901   'language' => 'und',
5902   'delta' => '0',
5903   'field_file_fid' => '2',
5904   'field_file_display' => '1',
5905   'field_file_description' => 'file desc',
5906 ))
5907 ->execute();
5908
5909 $connection->schema()->createTable('field_data_field_float', array(
5910   'fields' => array(
5911     'entity_type' => array(
5912       'type' => 'varchar',
5913       'not null' => TRUE,
5914       'length' => '128',
5915       'default' => '',
5916     ),
5917     'bundle' => array(
5918       'type' => 'varchar',
5919       'not null' => TRUE,
5920       'length' => '128',
5921       'default' => '',
5922     ),
5923     'deleted' => array(
5924       'type' => 'int',
5925       'not null' => TRUE,
5926       'size' => 'normal',
5927       'default' => '0',
5928     ),
5929     'entity_id' => array(
5930       'type' => 'int',
5931       'not null' => TRUE,
5932       'size' => 'normal',
5933       'unsigned' => TRUE,
5934     ),
5935     'revision_id' => array(
5936       'type' => 'int',
5937       'not null' => FALSE,
5938       'size' => 'normal',
5939       'unsigned' => TRUE,
5940     ),
5941     'language' => array(
5942       'type' => 'varchar',
5943       'not null' => TRUE,
5944       'length' => '32',
5945       'default' => '',
5946     ),
5947     'delta' => array(
5948       'type' => 'int',
5949       'not null' => TRUE,
5950       'size' => 'normal',
5951       'unsigned' => TRUE,
5952     ),
5953     'field_float_value' => array(
5954       'type' => 'numeric',
5955       'not null' => FALSE,
5956       'precision' => '10',
5957       'scale' => '0',
5958     ),
5959   ),
5960   'primary key' => array(
5961     'entity_type',
5962     'deleted',
5963     'entity_id',
5964     'language',
5965     'delta',
5966   ),
5967   'mysql_character_set' => 'utf8',
5968 ));
5969
5970 $connection->insert('field_data_field_float')
5971 ->fields(array(
5972   'entity_type',
5973   'bundle',
5974   'deleted',
5975   'entity_id',
5976   'revision_id',
5977   'language',
5978   'delta',
5979   'field_float_value',
5980 ))
5981 ->values(array(
5982   'entity_type' => 'node',
5983   'bundle' => 'test_content_type',
5984   'deleted' => '0',
5985   'entity_id' => '1',
5986   'revision_id' => '1',
5987   'language' => 'und',
5988   'delta' => '0',
5989   'field_float_value' => '1',
5990 ))
5991 ->execute();
5992
5993 $connection->schema()->createTable('field_data_field_float_list', array(
5994   'fields' => array(
5995     'entity_type' => array(
5996       'type' => 'varchar',
5997       'not null' => TRUE,
5998       'length' => '128',
5999       'default' => '',
6000     ),
6001     'bundle' => array(
6002       'type' => 'varchar',
6003       'not null' => TRUE,
6004       'length' => '128',
6005       'default' => '',
6006     ),
6007     'deleted' => array(
6008       'type' => 'int',
6009       'not null' => TRUE,
6010       'size' => 'tiny',
6011       'default' => '0',
6012     ),
6013     'entity_id' => array(
6014       'type' => 'int',
6015       'not null' => TRUE,
6016       'size' => 'normal',
6017       'unsigned' => TRUE,
6018     ),
6019     'revision_id' => array(
6020       'type' => 'int',
6021       'not null' => FALSE,
6022       'size' => 'normal',
6023       'unsigned' => TRUE,
6024     ),
6025     'language' => array(
6026       'type' => 'varchar',
6027       'not null' => TRUE,
6028       'length' => '32',
6029       'default' => '',
6030     ),
6031     'delta' => array(
6032       'type' => 'int',
6033       'not null' => TRUE,
6034       'size' => 'normal',
6035       'unsigned' => TRUE,
6036     ),
6037     'field_float_list_value' => array(
6038       'type' => 'float',
6039       'not null' => FALSE,
6040       'size' => 'normal',
6041     ),
6042   ),
6043   'primary key' => array(
6044     'entity_type',
6045     'entity_id',
6046     'deleted',
6047     'delta',
6048     'language',
6049   ),
6050   'indexes' => array(
6051     'entity_type' => array(
6052       'entity_type',
6053     ),
6054     'bundle' => array(
6055       'bundle',
6056     ),
6057     'deleted' => array(
6058       'deleted',
6059     ),
6060     'entity_id' => array(
6061       'entity_id',
6062     ),
6063     'revision_id' => array(
6064       'revision_id',
6065     ),
6066     'language' => array(
6067       'language',
6068     ),
6069     'field_float_list_value' => array(
6070       'field_float_list_value',
6071     ),
6072   ),
6073   'mysql_character_set' => 'utf8',
6074 ));
6075
6076 $connection->insert('field_data_field_float_list')
6077 ->fields(array(
6078   'entity_type',
6079   'bundle',
6080   'deleted',
6081   'entity_id',
6082   'revision_id',
6083   'language',
6084   'delta',
6085   'field_float_list_value',
6086 ))
6087 ->values(array(
6088   'entity_type' => 'node',
6089   'bundle' => 'test_content_type',
6090   'deleted' => '0',
6091   'entity_id' => '1',
6092   'revision_id' => '1',
6093   'language' => 'und',
6094   'delta' => '0',
6095   'field_float_list_value' => '3.1416',
6096 ))
6097 ->execute();
6098
6099 $connection->schema()->createTable('field_data_field_image', array(
6100   'fields' => array(
6101     'entity_type' => array(
6102       'type' => 'varchar',
6103       'not null' => TRUE,
6104       'length' => '128',
6105       'default' => '',
6106     ),
6107     'bundle' => array(
6108       'type' => 'varchar',
6109       'not null' => TRUE,
6110       'length' => '128',
6111       'default' => '',
6112     ),
6113     'deleted' => array(
6114       'type' => 'int',
6115       'not null' => TRUE,
6116       'size' => 'normal',
6117       'default' => '0',
6118     ),
6119     'entity_id' => array(
6120       'type' => 'int',
6121       'not null' => TRUE,
6122       'size' => 'normal',
6123       'unsigned' => TRUE,
6124     ),
6125     'revision_id' => array(
6126       'type' => 'int',
6127       'not null' => FALSE,
6128       'size' => 'normal',
6129       'unsigned' => TRUE,
6130     ),
6131     'language' => array(
6132       'type' => 'varchar',
6133       'not null' => TRUE,
6134       'length' => '32',
6135       'default' => '',
6136     ),
6137     'delta' => array(
6138       'type' => 'int',
6139       'not null' => TRUE,
6140       'size' => 'normal',
6141       'unsigned' => TRUE,
6142     ),
6143     'field_image_fid' => array(
6144       'type' => 'int',
6145       'not null' => FALSE,
6146       'size' => 'normal',
6147       'unsigned' => TRUE,
6148     ),
6149     'field_image_alt' => array(
6150       'type' => 'varchar',
6151       'not null' => FALSE,
6152       'length' => '512',
6153     ),
6154     'field_image_title' => array(
6155       'type' => 'varchar',
6156       'not null' => FALSE,
6157       'length' => '1024',
6158     ),
6159     'field_image_width' => array(
6160       'type' => 'int',
6161       'not null' => FALSE,
6162       'size' => 'normal',
6163       'unsigned' => TRUE,
6164     ),
6165     'field_image_height' => array(
6166       'type' => 'int',
6167       'not null' => FALSE,
6168       'size' => 'normal',
6169       'unsigned' => TRUE,
6170     ),
6171   ),
6172   'primary key' => array(
6173     'entity_type',
6174     'deleted',
6175     'entity_id',
6176     'language',
6177     'delta',
6178   ),
6179   'mysql_character_set' => 'utf8',
6180 ));
6181
6182 $connection->schema()->createTable('field_data_field_images', array(
6183   'fields' => array(
6184     'entity_type' => array(
6185       'type' => 'varchar',
6186       'not null' => TRUE,
6187       'length' => '128',
6188       'default' => '',
6189     ),
6190     'bundle' => array(
6191       'type' => 'varchar',
6192       'not null' => TRUE,
6193       'length' => '128',
6194       'default' => '',
6195     ),
6196     'deleted' => array(
6197       'type' => 'int',
6198       'not null' => TRUE,
6199       'size' => 'normal',
6200       'default' => '0',
6201     ),
6202     'entity_id' => array(
6203       'type' => 'int',
6204       'not null' => TRUE,
6205       'size' => 'normal',
6206       'unsigned' => TRUE,
6207     ),
6208     'revision_id' => array(
6209       'type' => 'int',
6210       'not null' => FALSE,
6211       'size' => 'normal',
6212       'unsigned' => TRUE,
6213     ),
6214     'language' => array(
6215       'type' => 'varchar',
6216       'not null' => TRUE,
6217       'length' => '32',
6218       'default' => '',
6219     ),
6220     'delta' => array(
6221       'type' => 'int',
6222       'not null' => TRUE,
6223       'size' => 'normal',
6224       'unsigned' => TRUE,
6225     ),
6226     'field_images_fid' => array(
6227       'type' => 'int',
6228       'not null' => FALSE,
6229       'size' => 'normal',
6230       'unsigned' => TRUE,
6231     ),
6232     'field_images_alt' => array(
6233       'type' => 'varchar',
6234       'not null' => FALSE,
6235       'length' => '512',
6236     ),
6237     'field_images_title' => array(
6238       'type' => 'varchar',
6239       'not null' => FALSE,
6240       'length' => '1024',
6241     ),
6242     'field_images_width' => array(
6243       'type' => 'int',
6244       'not null' => FALSE,
6245       'size' => 'normal',
6246       'unsigned' => TRUE,
6247     ),
6248     'field_images_height' => array(
6249       'type' => 'int',
6250       'not null' => FALSE,
6251       'size' => 'normal',
6252       'unsigned' => TRUE,
6253     ),
6254   ),
6255   'primary key' => array(
6256     'entity_type',
6257     'deleted',
6258     'entity_id',
6259     'language',
6260     'delta',
6261   ),
6262   'mysql_character_set' => 'utf8',
6263 ));
6264
6265 $connection->insert('field_data_field_images')
6266 ->fields(array(
6267   'entity_type',
6268   'bundle',
6269   'deleted',
6270   'entity_id',
6271   'revision_id',
6272   'language',
6273   'delta',
6274   'field_images_fid',
6275   'field_images_alt',
6276   'field_images_title',
6277   'field_images_width',
6278   'field_images_height',
6279 ))
6280 ->values(array(
6281   'entity_type' => 'node',
6282   'bundle' => 'test_content_type',
6283   'deleted' => '0',
6284   'entity_id' => '1',
6285   'revision_id' => '1',
6286   'language' => 'und',
6287   'delta' => '0',
6288   'field_images_fid' => '1',
6289   'field_images_alt' => 'alt text',
6290   'field_images_title' => 'title text',
6291   'field_images_width' => '93',
6292   'field_images_height' => '93',
6293 ))
6294 ->execute();
6295
6296 $connection->schema()->createTable('field_data_field_integer', array(
6297   'fields' => array(
6298     'entity_type' => array(
6299       'type' => 'varchar',
6300       'not null' => TRUE,
6301       'length' => '128',
6302       'default' => '',
6303     ),
6304     'bundle' => array(
6305       'type' => 'varchar',
6306       'not null' => TRUE,
6307       'length' => '128',
6308       'default' => '',
6309     ),
6310     'deleted' => array(
6311       'type' => 'int',
6312       'not null' => TRUE,
6313       'size' => 'normal',
6314       'default' => '0',
6315     ),
6316     'entity_id' => array(
6317       'type' => 'int',
6318       'not null' => TRUE,
6319       'size' => 'normal',
6320       'unsigned' => TRUE,
6321     ),
6322     'revision_id' => array(
6323       'type' => 'int',
6324       'not null' => FALSE,
6325       'size' => 'normal',
6326       'unsigned' => TRUE,
6327     ),
6328     'language' => array(
6329       'type' => 'varchar',
6330       'not null' => TRUE,
6331       'length' => '32',
6332       'default' => '',
6333     ),
6334     'delta' => array(
6335       'type' => 'int',
6336       'not null' => TRUE,
6337       'size' => 'normal',
6338       'unsigned' => TRUE,
6339     ),
6340     'field_integer_value' => array(
6341       'type' => 'int',
6342       'not null' => FALSE,
6343       'size' => 'normal',
6344     ),
6345   ),
6346   'primary key' => array(
6347     'entity_type',
6348     'deleted',
6349     'entity_id',
6350     'language',
6351     'delta',
6352   ),
6353   'mysql_character_set' => 'utf8',
6354 ));
6355
6356 $connection->insert('field_data_field_integer')
6357 ->fields(array(
6358   'entity_type',
6359   'bundle',
6360   'deleted',
6361   'entity_id',
6362   'revision_id',
6363   'language',
6364   'delta',
6365   'field_integer_value',
6366 ))
6367 ->values(array(
6368   'entity_type' => 'comment',
6369   'bundle' => 'comment_node_test_content_type',
6370   'deleted' => '0',
6371   'entity_id' => '1',
6372   'revision_id' => '1',
6373   'language' => 'en',
6374   'delta' => '0',
6375   'field_integer_value' => '1000000',
6376 ))
6377 ->values(array(
6378   'entity_type' => 'comment',
6379   'bundle' => 'comment_node_test_content_type',
6380   'deleted' => '0',
6381   'entity_id' => '1',
6382   'revision_id' => '1',
6383   'language' => 'fr',
6384   'delta' => '0',
6385   'field_integer_value' => '2000000',
6386 ))
6387 ->values(array(
6388   'entity_type' => 'comment',
6389   'bundle' => 'comment_node_test_content_type',
6390   'deleted' => '0',
6391   'entity_id' => '1',
6392   'revision_id' => '1',
6393   'language' => 'is',
6394   'delta' => '0',
6395   'field_integer_value' => '3000000',
6396 ))
6397 ->values(array(
6398   'entity_type' => 'node',
6399   'bundle' => 'test_content_type',
6400   'deleted' => '0',
6401   'entity_id' => '1',
6402   'revision_id' => '1',
6403   'language' => 'en',
6404   'delta' => '0',
6405   'field_integer_value' => '5',
6406 ))
6407 ->values(array(
6408   'entity_type' => 'node',
6409   'bundle' => 'test_content_type',
6410   'deleted' => '0',
6411   'entity_id' => '1',
6412   'revision_id' => '1',
6413   'language' => 'fr',
6414   'delta' => '0',
6415   'field_integer_value' => '6',
6416 ))
6417 ->values(array(
6418   'entity_type' => 'node',
6419   'bundle' => 'test_content_type',
6420   'deleted' => '0',
6421   'entity_id' => '1',
6422   'revision_id' => '1',
6423   'language' => 'is',
6424   'delta' => '0',
6425   'field_integer_value' => '7',
6426 ))
6427 ->values(array(
6428   'entity_type' => 'user',
6429   'bundle' => 'user',
6430   'deleted' => '0',
6431   'entity_id' => '2',
6432   'revision_id' => '2',
6433   'language' => 'en',
6434   'delta' => '0',
6435   'field_integer_value' => '99',
6436 ))
6437 ->values(array(
6438   'entity_type' => 'user',
6439   'bundle' => 'user',
6440   'deleted' => '0',
6441   'entity_id' => '2',
6442   'revision_id' => '2',
6443   'language' => 'fr',
6444   'delta' => '0',
6445   'field_integer_value' => '9',
6446 ))
6447 ->values(array(
6448   'entity_type' => 'user',
6449   'bundle' => 'user',
6450   'deleted' => '0',
6451   'entity_id' => '2',
6452   'revision_id' => '2',
6453   'language' => 'is',
6454   'delta' => '0',
6455   'field_integer_value' => '1',
6456 ))
6457 ->values(array(
6458   'entity_type' => 'taxonomy_term',
6459   'bundle' => 'test_vocabulary',
6460   'deleted' => '0',
6461   'entity_id' => '4',
6462   'revision_id' => '4',
6463   'language' => 'en',
6464   'delta' => '0',
6465   'field_integer_value' => '6',
6466 ))
6467 ->values(array(
6468   'entity_type' => 'taxonomy_term',
6469   'bundle' => 'test_vocabulary',
6470   'deleted' => '0',
6471   'entity_id' => '4',
6472   'revision_id' => '4',
6473   'language' => 'fr',
6474   'delta' => '0',
6475   'field_integer_value' => '5',
6476 ))
6477 ->values(array(
6478   'entity_type' => 'taxonomy_term',
6479   'bundle' => 'test_vocabulary',
6480   'deleted' => '0',
6481   'entity_id' => '4',
6482   'revision_id' => '4',
6483   'language' => 'is',
6484   'delta' => '0',
6485   'field_integer_value' => '4',
6486 ))
6487 ->execute();
6488
6489 $connection->schema()->createTable('field_data_field_integer_list', array(
6490   'fields' => array(
6491     'entity_type' => array(
6492       'type' => 'varchar',
6493       'not null' => TRUE,
6494       'length' => '128',
6495       'default' => '',
6496     ),
6497     'bundle' => array(
6498       'type' => 'varchar',
6499       'not null' => TRUE,
6500       'length' => '128',
6501       'default' => '',
6502     ),
6503     'deleted' => array(
6504       'type' => 'int',
6505       'not null' => TRUE,
6506       'size' => 'normal',
6507       'default' => '0',
6508     ),
6509     'entity_id' => array(
6510       'type' => 'int',
6511       'not null' => TRUE,
6512       'size' => 'normal',
6513       'unsigned' => TRUE,
6514     ),
6515     'revision_id' => array(
6516       'type' => 'int',
6517       'not null' => FALSE,
6518       'size' => 'normal',
6519       'unsigned' => TRUE,
6520     ),
6521     'language' => array(
6522       'type' => 'varchar',
6523       'not null' => TRUE,
6524       'length' => '32',
6525       'default' => '',
6526     ),
6527     'delta' => array(
6528       'type' => 'int',
6529       'not null' => TRUE,
6530       'size' => 'normal',
6531       'unsigned' => TRUE,
6532     ),
6533     'field_integer_list_value' => array(
6534       'type' => 'int',
6535       'not null' => FALSE,
6536       'size' => 'normal',
6537     ),
6538   ),
6539   'primary key' => array(
6540     'entity_type',
6541     'deleted',
6542     'entity_id',
6543     'language',
6544     'delta',
6545   ),
6546   'mysql_character_set' => 'utf8',
6547 ));
6548
6549 $connection->insert('field_data_field_integer_list')
6550 ->fields(array(
6551   'entity_type',
6552   'bundle',
6553   'deleted',
6554   'entity_id',
6555   'revision_id',
6556   'language',
6557   'delta',
6558   'field_integer_list_value',
6559 ))
6560 ->values(array(
6561   'entity_type' => 'node',
6562   'bundle' => 'test_content_type',
6563   'deleted' => '0',
6564   'entity_id' => '1',
6565   'revision_id' => '1',
6566   'language' => 'und',
6567   'delta' => '0',
6568   'field_integer_list_value' => '7',
6569 ))
6570 ->execute();
6571
6572 $connection->schema()->createTable('field_data_field_link', array(
6573   'fields' => array(
6574     'entity_type' => array(
6575       'type' => 'varchar',
6576       'not null' => TRUE,
6577       'length' => '128',
6578       'default' => '',
6579     ),
6580     'bundle' => array(
6581       'type' => 'varchar',
6582       'not null' => TRUE,
6583       'length' => '128',
6584       'default' => '',
6585     ),
6586     'deleted' => array(
6587       'type' => 'int',
6588       'not null' => TRUE,
6589       'size' => 'normal',
6590       'default' => '0',
6591     ),
6592     'entity_id' => array(
6593       'type' => 'int',
6594       'not null' => TRUE,
6595       'size' => 'normal',
6596       'unsigned' => TRUE,
6597     ),
6598     'revision_id' => array(
6599       'type' => 'int',
6600       'not null' => FALSE,
6601       'size' => 'normal',
6602       'unsigned' => TRUE,
6603     ),
6604     'language' => array(
6605       'type' => 'varchar',
6606       'not null' => TRUE,
6607       'length' => '32',
6608       'default' => '',
6609     ),
6610     'delta' => array(
6611       'type' => 'int',
6612       'not null' => TRUE,
6613       'size' => 'normal',
6614       'unsigned' => TRUE,
6615     ),
6616     'field_link_url' => array(
6617       'type' => 'varchar',
6618       'not null' => FALSE,
6619       'length' => '2048',
6620     ),
6621     'field_link_title' => array(
6622       'type' => 'varchar',
6623       'not null' => FALSE,
6624       'length' => '255',
6625     ),
6626     'field_link_attributes' => array(
6627       'type' => 'text',
6628       'not null' => FALSE,
6629       'size' => 'normal',
6630     ),
6631   ),
6632   'primary key' => array(
6633     'entity_type',
6634     'deleted',
6635     'entity_id',
6636     'language',
6637     'delta',
6638   ),
6639   'mysql_character_set' => 'utf8',
6640 ));
6641
6642 $connection->insert('field_data_field_link')
6643 ->fields(array(
6644   'entity_type',
6645   'bundle',
6646   'deleted',
6647   'entity_id',
6648   'revision_id',
6649   'language',
6650   'delta',
6651   'field_link_url',
6652   'field_link_title',
6653   'field_link_attributes',
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' => 'und',
6662   'delta' => '0',
6663   'field_link_url' => 'http://google.com',
6664   'field_link_title' => 'Click Here',
6665   'field_link_attributes' => 'a:1:{s:5:"title";s:10:"Click Here";}',
6666 ))
6667 ->values(array(
6668   'entity_type' => 'node',
6669   'bundle' => 'article',
6670   'deleted' => '0',
6671   'entity_id' => '2',
6672   'revision_id' => '2',
6673   'language' => 'und',
6674   'delta' => '0',
6675   'field_link_url' => '<front>',
6676   'field_link_title' => 'Home',
6677   'field_link_attributes' => 'a:0:{}',
6678 ))
6679 ->values(array(
6680   'entity_type' => 'node',
6681   'bundle' => 'article',
6682   'deleted' => '0',
6683   'entity_id' => '3',
6684   'revision_id' => '3',
6685   'language' => 'und',
6686   'delta' => '0',
6687   'field_link_url' => '<front>',
6688   'field_link_title' => 'Home',
6689   'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
6690 ))
6691 ->execute();
6692
6693 $connection->schema()->createTable('field_data_field_long_text', array(
6694   'fields' => array(
6695     'entity_type' => array(
6696       'type' => 'varchar',
6697       'not null' => TRUE,
6698       'length' => '128',
6699       'default' => '',
6700     ),
6701     'bundle' => array(
6702       'type' => 'varchar',
6703       'not null' => TRUE,
6704       'length' => '128',
6705       'default' => '',
6706     ),
6707     'deleted' => array(
6708       'type' => 'int',
6709       'not null' => TRUE,
6710       'size' => 'normal',
6711       'default' => '0',
6712     ),
6713     'entity_id' => array(
6714       'type' => 'int',
6715       'not null' => TRUE,
6716       'size' => 'normal',
6717       'unsigned' => TRUE,
6718     ),
6719     'revision_id' => array(
6720       'type' => 'int',
6721       'not null' => FALSE,
6722       'size' => 'normal',
6723       'unsigned' => TRUE,
6724     ),
6725     'language' => array(
6726       'type' => 'varchar',
6727       'not null' => TRUE,
6728       'length' => '32',
6729       'default' => '',
6730     ),
6731     'delta' => array(
6732       'type' => 'int',
6733       'not null' => TRUE,
6734       'size' => 'normal',
6735       'unsigned' => TRUE,
6736     ),
6737     'field_long_text_value' => array(
6738       'type' => 'text',
6739       'not null' => FALSE,
6740       'size' => 'normal',
6741     ),
6742     'field_long_text_summary' => array(
6743       'type' => 'text',
6744       'not null' => FALSE,
6745       'size' => 'normal',
6746     ),
6747     'field_long_text_format' => array(
6748       'type' => 'varchar',
6749       'not null' => FALSE,
6750       'length' => '255',
6751     ),
6752   ),
6753   'primary key' => array(
6754     'entity_type',
6755     'deleted',
6756     'entity_id',
6757     'language',
6758     'delta',
6759   ),
6760   'mysql_character_set' => 'utf8',
6761 ));
6762
6763 $connection->schema()->createTable('field_data_field_node_entityreference', array(
6764   'fields' => array(
6765     'entity_type' => array(
6766       'type' => 'varchar',
6767       'not null' => TRUE,
6768       'length' => '128',
6769       'default' => '',
6770     ),
6771     'bundle' => array(
6772       'type' => 'varchar',
6773       'not null' => TRUE,
6774       'length' => '128',
6775       'default' => '',
6776     ),
6777     'deleted' => array(
6778       'type' => 'int',
6779       'not null' => TRUE,
6780       'size' => 'tiny',
6781       'default' => '0',
6782     ),
6783     'entity_id' => array(
6784       'type' => 'int',
6785       'not null' => TRUE,
6786       'size' => 'normal',
6787       'unsigned' => TRUE,
6788     ),
6789     'revision_id' => array(
6790       'type' => 'int',
6791       'not null' => FALSE,
6792       'size' => 'normal',
6793       'unsigned' => TRUE,
6794     ),
6795     'language' => array(
6796       'type' => 'varchar',
6797       'not null' => TRUE,
6798       'length' => '32',
6799       'default' => '',
6800     ),
6801     'delta' => array(
6802       'type' => 'int',
6803       'not null' => TRUE,
6804       'size' => 'normal',
6805       'unsigned' => TRUE,
6806     ),
6807     'field_node_entityreference_target_id' => array(
6808       'type' => 'int',
6809       'not null' => TRUE,
6810       'size' => 'normal',
6811       'unsigned' => TRUE,
6812     ),
6813   ),
6814   'primary key' => array(
6815     'entity_type',
6816     'entity_id',
6817     'deleted',
6818     'delta',
6819     'language',
6820   ),
6821   'indexes' => array(
6822     'entity_type' => array(
6823       'entity_type',
6824     ),
6825     'bundle' => array(
6826       'bundle',
6827     ),
6828     'deleted' => array(
6829       'deleted',
6830     ),
6831     'entity_id' => array(
6832       'entity_id',
6833     ),
6834     'revision_id' => array(
6835       'revision_id',
6836     ),
6837     'language' => array(
6838       'language',
6839     ),
6840     'field_node_entityreference_target_id' => array(
6841       'field_node_entityreference_target_id',
6842     ),
6843   ),
6844   'mysql_character_set' => 'utf8',
6845 ));
6846
6847 $connection->insert('field_data_field_node_entityreference')
6848 ->fields(array(
6849   'entity_type',
6850   'bundle',
6851   'deleted',
6852   'entity_id',
6853   'revision_id',
6854   'language',
6855   'delta',
6856   'field_node_entityreference_target_id',
6857 ))
6858 ->values(array(
6859   'entity_type' => 'node',
6860   'bundle' => 'test_content_type',
6861   'deleted' => '0',
6862   'entity_id' => '1',
6863   'revision_id' => '1',
6864   'language' => 'und',
6865   'delta' => '0',
6866   'field_node_entityreference_target_id' => '2',
6867 ))
6868 ->execute();
6869
6870 $connection->schema()->createTable('field_data_field_phone', array(
6871   'fields' => array(
6872     'entity_type' => array(
6873       'type' => 'varchar',
6874       'not null' => TRUE,
6875       'length' => '128',
6876       'default' => '',
6877     ),
6878     'bundle' => array(
6879       'type' => 'varchar',
6880       'not null' => TRUE,
6881       'length' => '128',
6882       'default' => '',
6883     ),
6884     'deleted' => array(
6885       'type' => 'int',
6886       'not null' => TRUE,
6887       'size' => 'normal',
6888       'default' => '0',
6889     ),
6890     'entity_id' => array(
6891       'type' => 'int',
6892       'not null' => TRUE,
6893       'size' => 'normal',
6894       'unsigned' => TRUE,
6895     ),
6896     'revision_id' => array(
6897       'type' => 'int',
6898       'not null' => FALSE,
6899       'size' => 'normal',
6900       'unsigned' => TRUE,
6901     ),
6902     'language' => array(
6903       'type' => 'varchar',
6904       'not null' => TRUE,
6905       'length' => '32',
6906       'default' => '',
6907     ),
6908     'delta' => array(
6909       'type' => 'int',
6910       'not null' => TRUE,
6911       'size' => 'normal',
6912       'unsigned' => TRUE,
6913     ),
6914     'field_phone_value' => array(
6915       'type' => 'varchar',
6916       'not null' => FALSE,
6917       'length' => '255',
6918     ),
6919   ),
6920   'primary key' => array(
6921     'entity_type',
6922     'deleted',
6923     'entity_id',
6924     'language',
6925     'delta',
6926   ),
6927   'mysql_character_set' => 'utf8',
6928 ));
6929
6930 $connection->insert('field_data_field_phone')
6931 ->fields(array(
6932   'entity_type',
6933   'bundle',
6934   'deleted',
6935   'entity_id',
6936   'revision_id',
6937   'language',
6938   'delta',
6939   'field_phone_value',
6940 ))
6941 ->values(array(
6942   'entity_type' => 'node',
6943   'bundle' => 'test_content_type',
6944   'deleted' => '0',
6945   'entity_id' => '1',
6946   'revision_id' => '6',
6947   'language' => 'und',
6948   'delta' => '0',
6949   'field_phone_value' => '99-99-99-99',
6950 ))
6951 ->execute();
6952
6953 $connection->schema()->createTable('field_data_field_private_file', array(
6954   'fields' => array(
6955     'entity_type' => array(
6956       'type' => 'varchar',
6957       'not null' => TRUE,
6958       'length' => '128',
6959       'default' => '',
6960     ),
6961     'bundle' => array(
6962       'type' => 'varchar',
6963       'not null' => TRUE,
6964       'length' => '128',
6965       'default' => '',
6966     ),
6967     'deleted' => array(
6968       'type' => 'int',
6969       'not null' => TRUE,
6970       'size' => 'tiny',
6971       'default' => '0',
6972     ),
6973     'entity_id' => array(
6974       'type' => 'int',
6975       'not null' => TRUE,
6976       'size' => 'normal',
6977       'unsigned' => TRUE,
6978     ),
6979     'revision_id' => array(
6980       'type' => 'int',
6981       'not null' => FALSE,
6982       'size' => 'normal',
6983       'unsigned' => TRUE,
6984     ),
6985     'language' => array(
6986       'type' => 'varchar',
6987       'not null' => TRUE,
6988       'length' => '32',
6989       'default' => '',
6990     ),
6991     'delta' => array(
6992       'type' => 'int',
6993       'not null' => TRUE,
6994       'size' => 'normal',
6995       'unsigned' => TRUE,
6996     ),
6997     'field_private_file_fid' => array(
6998       'type' => 'int',
6999       'not null' => FALSE,
7000       'size' => 'normal',
7001       'unsigned' => TRUE,
7002     ),
7003     'field_private_file_display' => array(
7004       'type' => 'int',
7005       'not null' => TRUE,
7006       'size' => 'tiny',
7007       'default' => '1',
7008       'unsigned' => TRUE,
7009     ),
7010     'field_private_file_description' => array(
7011       'type' => 'text',
7012       'not null' => FALSE,
7013       'size' => 'normal',
7014     ),
7015   ),
7016   'primary key' => array(
7017     'entity_type',
7018     'entity_id',
7019     'deleted',
7020     'delta',
7021     'language',
7022   ),
7023   'indexes' => array(
7024     'entity_type' => array(
7025       'entity_type',
7026     ),
7027     'bundle' => array(
7028       'bundle',
7029     ),
7030     'deleted' => array(
7031       'deleted',
7032     ),
7033     'entity_id' => array(
7034       'entity_id',
7035     ),
7036     'revision_id' => array(
7037       'revision_id',
7038     ),
7039     'language' => array(
7040       'language',
7041     ),
7042     'field_private_file_fid' => array(
7043       'field_private_file_fid',
7044     ),
7045   ),
7046   'mysql_character_set' => 'utf8',
7047 ));
7048
7049 $connection->insert('field_data_field_private_file')
7050 ->fields(array(
7051   'entity_type',
7052   'bundle',
7053   'deleted',
7054   'entity_id',
7055   'revision_id',
7056   'language',
7057   'delta',
7058   'field_private_file_fid',
7059   'field_private_file_display',
7060   'field_private_file_description',
7061 ))
7062 ->values(array(
7063   'entity_type' => 'node',
7064   'bundle' => 'test_content_type',
7065   'deleted' => '0',
7066   'entity_id' => '1',
7067   'revision_id' => '6',
7068   'language' => 'und',
7069   'delta' => '0',
7070   'field_private_file_fid' => '4',
7071   'field_private_file_display' => '1',
7072   'field_private_file_description' => '',
7073 ))
7074 ->execute();
7075
7076 $connection->schema()->createTable('field_data_field_reference', array(
7077   'fields' => array(
7078     'entity_type' => array(
7079       'type' => 'varchar',
7080       'not null' => TRUE,
7081       'length' => '128',
7082       'default' => '',
7083     ),
7084     'bundle' => array(
7085       'type' => 'varchar',
7086       'not null' => TRUE,
7087       'length' => '128',
7088       'default' => '',
7089     ),
7090     'deleted' => array(
7091       'type' => 'int',
7092       'not null' => TRUE,
7093       'size' => 'tiny',
7094       'default' => '0',
7095     ),
7096     'entity_id' => array(
7097       'type' => 'int',
7098       'not null' => TRUE,
7099       'size' => 'normal',
7100       'unsigned' => TRUE,
7101     ),
7102     'revision_id' => array(
7103       'type' => 'int',
7104       'not null' => FALSE,
7105       'size' => 'normal',
7106       'unsigned' => TRUE,
7107     ),
7108     'language' => array(
7109       'type' => 'varchar',
7110       'not null' => TRUE,
7111       'length' => '32',
7112       'default' => '',
7113     ),
7114     'delta' => array(
7115       'type' => 'int',
7116       'not null' => TRUE,
7117       'size' => 'normal',
7118       'unsigned' => TRUE,
7119     ),
7120     'field_reference_target_id' => array(
7121       'type' => 'int',
7122       'not null' => TRUE,
7123       'size' => 'normal',
7124       'unsigned' => TRUE,
7125     ),
7126   ),
7127   'primary key' => array(
7128     'entity_type',
7129     'entity_id',
7130     'deleted',
7131     'delta',
7132     'language',
7133   ),
7134   'indexes' => array(
7135     'entity_type' => array(
7136       'entity_type',
7137     ),
7138     'bundle' => array(
7139       'bundle',
7140     ),
7141     'deleted' => array(
7142       'deleted',
7143     ),
7144     'entity_id' => array(
7145       'entity_id',
7146     ),
7147     'revision_id' => array(
7148       'revision_id',
7149     ),
7150     'language' => array(
7151       'language',
7152     ),
7153     'field_reference_target_id' => array(
7154       'field_reference_target_id',
7155     ),
7156   ),
7157   'mysql_character_set' => 'utf8',
7158 ));
7159
7160 $connection->insert('field_data_field_reference')
7161 ->fields(array(
7162   'entity_type',
7163   'bundle',
7164   'deleted',
7165   'entity_id',
7166   'revision_id',
7167   'language',
7168   'delta',
7169   'field_reference_target_id',
7170 ))
7171 ->values(array(
7172   'entity_type' => 'node',
7173   'bundle' => 'article',
7174   'deleted' => '0',
7175   'entity_id' => '2',
7176   'revision_id' => '2',
7177   'language' => 'und',
7178   'delta' => '0',
7179   'field_reference_target_id' => '5',
7180 ))
7181 ->values(array(
7182   'entity_type' => 'node',
7183   'bundle' => 'article',
7184   'deleted' => '0',
7185   'entity_id' => '3',
7186   'revision_id' => '3',
7187   'language' => 'und',
7188   'delta' => '0',
7189   'field_reference_target_id' => '4',
7190 ))
7191 ->values(array(
7192   'entity_type' => 'node',
7193   'bundle' => 'article',
7194   'deleted' => '0',
7195   'entity_id' => '4',
7196   'revision_id' => '4',
7197   'language' => 'und',
7198   'delta' => '0',
7199   'field_reference_target_id' => '3',
7200 ))
7201 ->values(array(
7202   'entity_type' => 'node',
7203   'bundle' => 'article',
7204   'deleted' => '0',
7205   'entity_id' => '5',
7206   'revision_id' => '5',
7207   'language' => 'und',
7208   'delta' => '0',
7209   'field_reference_target_id' => '2',
7210 ))
7211 ->execute();
7212
7213 $connection->schema()->createTable('field_data_field_reference_2', array(
7214   'fields' => array(
7215     'entity_type' => array(
7216       'type' => 'varchar',
7217       'not null' => TRUE,
7218       'length' => '128',
7219       'default' => '',
7220     ),
7221     'bundle' => array(
7222       'type' => 'varchar',
7223       'not null' => TRUE,
7224       'length' => '128',
7225       'default' => '',
7226     ),
7227     'deleted' => array(
7228       'type' => 'int',
7229       'not null' => TRUE,
7230       'size' => 'tiny',
7231       'default' => '0',
7232     ),
7233     'entity_id' => array(
7234       'type' => 'int',
7235       'not null' => TRUE,
7236       'size' => 'normal',
7237       'unsigned' => TRUE,
7238     ),
7239     'revision_id' => array(
7240       'type' => 'int',
7241       'not null' => FALSE,
7242       'size' => 'normal',
7243       'unsigned' => TRUE,
7244     ),
7245     'language' => array(
7246       'type' => 'varchar',
7247       'not null' => TRUE,
7248       'length' => '32',
7249       'default' => '',
7250     ),
7251     'delta' => array(
7252       'type' => 'int',
7253       'not null' => TRUE,
7254       'size' => 'normal',
7255       'unsigned' => TRUE,
7256     ),
7257     'field_reference_2_target_id' => array(
7258       'type' => 'int',
7259       'not null' => TRUE,
7260       'size' => 'normal',
7261       'unsigned' => TRUE,
7262     ),
7263   ),
7264   'primary key' => array(
7265     'entity_type',
7266     'entity_id',
7267     'deleted',
7268     'delta',
7269     'language',
7270   ),
7271   'indexes' => array(
7272     'entity_type' => array(
7273       'entity_type',
7274     ),
7275     'bundle' => array(
7276       'bundle',
7277     ),
7278     'deleted' => array(
7279       'deleted',
7280     ),
7281     'entity_id' => array(
7282       'entity_id',
7283     ),
7284     'revision_id' => array(
7285       'revision_id',
7286     ),
7287     'language' => array(
7288       'language',
7289     ),
7290     'field_reference_2_target_id' => array(
7291       'field_reference_2_target_id',
7292     ),
7293   ),
7294   'mysql_character_set' => 'utf8',
7295 ));
7296
7297 $connection->insert('field_data_field_reference_2')
7298 ->fields(array(
7299   'entity_type',
7300   'bundle',
7301   'deleted',
7302   'entity_id',
7303   'revision_id',
7304   'language',
7305   'delta',
7306   'field_reference_2_target_id',
7307 ))
7308 ->values(array(
7309   'entity_type' => 'node',
7310   'bundle' => 'article',
7311   'deleted' => '0',
7312   'entity_id' => '2',
7313   'revision_id' => '2',
7314   'language' => 'und',
7315   'delta' => '0',
7316   'field_reference_2_target_id' => '5',
7317 ))
7318 ->values(array(
7319   'entity_type' => 'node',
7320   'bundle' => 'article',
7321   'deleted' => '0',
7322   'entity_id' => '3',
7323   'revision_id' => '3',
7324   'language' => 'und',
7325   'delta' => '0',
7326   'field_reference_2_target_id' => '4',
7327 ))
7328 ->values(array(
7329   'entity_type' => 'node',
7330   'bundle' => 'article',
7331   'deleted' => '0',
7332   'entity_id' => '4',
7333   'revision_id' => '4',
7334   'language' => 'und',
7335   'delta' => '0',
7336   'field_reference_2_target_id' => '3',
7337 ))
7338 ->values(array(
7339   'entity_type' => 'node',
7340   'bundle' => 'article',
7341   'deleted' => '0',
7342   'entity_id' => '5',
7343   'revision_id' => '5',
7344   'language' => 'und',
7345   'delta' => '0',
7346   'field_reference_2_target_id' => '2',
7347 ))
7348 ->execute();
7349
7350 $connection->schema()->createTable('field_data_field_tags', array(
7351   'fields' => array(
7352     'entity_type' => array(
7353       'type' => 'varchar',
7354       'not null' => TRUE,
7355       'length' => '128',
7356       'default' => '',
7357     ),
7358     'bundle' => array(
7359       'type' => 'varchar',
7360       'not null' => TRUE,
7361       'length' => '128',
7362       'default' => '',
7363     ),
7364     'deleted' => array(
7365       'type' => 'int',
7366       'not null' => TRUE,
7367       'size' => 'normal',
7368       'default' => '0',
7369     ),
7370     'entity_id' => array(
7371       'type' => 'int',
7372       'not null' => TRUE,
7373       'size' => 'normal',
7374       'unsigned' => TRUE,
7375     ),
7376     'revision_id' => array(
7377       'type' => 'int',
7378       'not null' => FALSE,
7379       'size' => 'normal',
7380       'unsigned' => TRUE,
7381     ),
7382     'language' => array(
7383       'type' => 'varchar',
7384       'not null' => TRUE,
7385       'length' => '32',
7386       'default' => '',
7387     ),
7388     'delta' => array(
7389       'type' => 'int',
7390       'not null' => TRUE,
7391       'size' => 'normal',
7392       'unsigned' => TRUE,
7393     ),
7394     'field_tags_tid' => array(
7395       'type' => 'int',
7396       'not null' => FALSE,
7397       'size' => 'normal',
7398       'unsigned' => TRUE,
7399     ),
7400   ),
7401   'primary key' => array(
7402     'entity_type',
7403     'deleted',
7404     'entity_id',
7405     'language',
7406     'delta',
7407   ),
7408   'mysql_character_set' => 'utf8',
7409 ));
7410
7411 $connection->insert('field_data_field_tags')
7412 ->fields(array(
7413   'entity_type',
7414   'bundle',
7415   'deleted',
7416   'entity_id',
7417   'revision_id',
7418   'language',
7419   'delta',
7420   'field_tags_tid',
7421 ))
7422 ->values(array(
7423   'entity_type' => 'node',
7424   'bundle' => 'article',
7425   'deleted' => '0',
7426   'entity_id' => '2',
7427   'revision_id' => '2',
7428   'language' => 'und',
7429   'delta' => '0',
7430   'field_tags_tid' => '9',
7431 ))
7432 ->values(array(
7433   'entity_type' => 'node',
7434   'bundle' => 'article',
7435   'deleted' => '0',
7436   'entity_id' => '2',
7437   'revision_id' => '2',
7438   'language' => 'und',
7439   'delta' => '1',
7440   'field_tags_tid' => '14',
7441 ))
7442 ->values(array(
7443   'entity_type' => 'node',
7444   'bundle' => 'article',
7445   'deleted' => '0',
7446   'entity_id' => '2',
7447   'revision_id' => '2',
7448   'language' => 'und',
7449   'delta' => '2',
7450   'field_tags_tid' => '17',
7451 ))
7452 ->values(array(
7453   'entity_type' => 'node',
7454   'bundle' => 'article',
7455   'deleted' => '0',
7456   'entity_id' => '3',
7457   'revision_id' => '3',
7458   'language' => 'und',
7459   'delta' => '0',
7460   'field_tags_tid' => '9',
7461 ))
7462 ->values(array(
7463   'entity_type' => 'node',
7464   'bundle' => 'article',
7465   'deleted' => '0',
7466   'entity_id' => '3',
7467   'revision_id' => '3',
7468   'language' => 'und',
7469   'delta' => '1',
7470   'field_tags_tid' => '14',
7471 ))
7472 ->values(array(
7473   'entity_type' => 'node',
7474   'bundle' => 'article',
7475   'deleted' => '0',
7476   'entity_id' => '3',
7477   'revision_id' => '3',
7478   'language' => 'und',
7479   'delta' => '2',
7480   'field_tags_tid' => '17',
7481 ))
7482 ->execute();
7483
7484 $connection->schema()->createTable('field_data_field_term_entityreference', array(
7485   'fields' => array(
7486     'entity_type' => array(
7487       'type' => 'varchar',
7488       'not null' => TRUE,
7489       'length' => '128',
7490       'default' => '',
7491     ),
7492     'bundle' => array(
7493       'type' => 'varchar',
7494       'not null' => TRUE,
7495       'length' => '128',
7496       'default' => '',
7497     ),
7498     'deleted' => array(
7499       'type' => 'int',
7500       'not null' => TRUE,
7501       'size' => 'tiny',
7502       'default' => '0',
7503     ),
7504     'entity_id' => array(
7505       'type' => 'int',
7506       'not null' => TRUE,
7507       'size' => 'normal',
7508       'unsigned' => TRUE,
7509     ),
7510     'revision_id' => array(
7511       'type' => 'int',
7512       'not null' => FALSE,
7513       'size' => 'normal',
7514       'unsigned' => TRUE,
7515     ),
7516     'language' => array(
7517       'type' => 'varchar',
7518       'not null' => TRUE,
7519       'length' => '32',
7520       'default' => '',
7521     ),
7522     'delta' => array(
7523       'type' => 'int',
7524       'not null' => TRUE,
7525       'size' => 'normal',
7526       'unsigned' => TRUE,
7527     ),
7528     'field_term_entityreference_target_id' => array(
7529       'type' => 'int',
7530       'not null' => TRUE,
7531       'size' => 'normal',
7532       'unsigned' => TRUE,
7533     ),
7534   ),
7535   'primary key' => array(
7536     'entity_type',
7537     'entity_id',
7538     'deleted',
7539     'delta',
7540     'language',
7541   ),
7542   'indexes' => array(
7543     'entity_type' => array(
7544       'entity_type',
7545     ),
7546     'bundle' => array(
7547       'bundle',
7548     ),
7549     'deleted' => array(
7550       'deleted',
7551     ),
7552     'entity_id' => array(
7553       'entity_id',
7554     ),
7555     'revision_id' => array(
7556       'revision_id',
7557     ),
7558     'language' => array(
7559       'language',
7560     ),
7561     'field_term_entityreference_target_id' => array(
7562       'field_term_entityreference_target_id',
7563     ),
7564   ),
7565   'mysql_character_set' => 'utf8',
7566 ));
7567
7568 $connection->insert('field_data_field_term_entityreference')
7569 ->fields(array(
7570   'entity_type',
7571   'bundle',
7572   'deleted',
7573   'entity_id',
7574   'revision_id',
7575   'language',
7576   'delta',
7577   'field_term_entityreference_target_id',
7578 ))
7579 ->values(array(
7580   'entity_type' => 'node',
7581   'bundle' => 'test_content_type',
7582   'deleted' => '0',
7583   'entity_id' => '1',
7584   'revision_id' => '1',
7585   'language' => 'und',
7586   'delta' => '0',
7587   'field_term_entityreference_target_id' => '17',
7588 ))
7589 ->values(array(
7590   'entity_type' => 'node',
7591   'bundle' => 'test_content_type',
7592   'deleted' => '0',
7593   'entity_id' => '1',
7594   'revision_id' => '1',
7595   'language' => 'und',
7596   'delta' => '1',
7597   'field_term_entityreference_target_id' => '15',
7598 ))
7599 ->execute();
7600
7601 $connection->schema()->createTable('field_data_field_term_reference', array(
7602   'fields' => array(
7603     'entity_type' => array(
7604       'type' => 'varchar',
7605       'not null' => TRUE,
7606       'length' => '128',
7607       'default' => '',
7608     ),
7609     'bundle' => array(
7610       'type' => 'varchar',
7611       'not null' => TRUE,
7612       'length' => '128',
7613       'default' => '',
7614     ),
7615     'deleted' => array(
7616       'type' => 'int',
7617       'not null' => TRUE,
7618       'size' => 'normal',
7619       'default' => '0',
7620     ),
7621     'entity_id' => array(
7622       'type' => 'int',
7623       'not null' => TRUE,
7624       'size' => 'normal',
7625       'unsigned' => TRUE,
7626     ),
7627     'revision_id' => array(
7628       'type' => 'int',
7629       'not null' => FALSE,
7630       'size' => 'normal',
7631       'unsigned' => TRUE,
7632     ),
7633     'language' => array(
7634       'type' => 'varchar',
7635       'not null' => TRUE,
7636       'length' => '32',
7637       'default' => '',
7638     ),
7639     'delta' => array(
7640       'type' => 'int',
7641       'not null' => TRUE,
7642       'size' => 'normal',
7643       'unsigned' => TRUE,
7644     ),
7645     'field_term_reference_tid' => array(
7646       'type' => 'int',
7647       'not null' => FALSE,
7648       'size' => 'normal',
7649       'unsigned' => TRUE,
7650     ),
7651   ),
7652   'primary key' => array(
7653     'entity_type',
7654     'deleted',
7655     'entity_id',
7656     'language',
7657     'delta',
7658   ),
7659   'mysql_character_set' => 'utf8',
7660 ));
7661
7662 $connection->insert('field_data_field_term_reference')
7663 ->fields(array(
7664   'entity_type',
7665   'bundle',
7666   'deleted',
7667   'entity_id',
7668   'revision_id',
7669   'language',
7670   'delta',
7671   'field_term_reference_tid',
7672 ))
7673 ->values(array(
7674   'entity_type' => 'node',
7675   'bundle' => 'test_content_type',
7676   'deleted' => '0',
7677   'entity_id' => '1',
7678   'revision_id' => '1',
7679   'language' => 'und',
7680   'delta' => '0',
7681   'field_term_reference_tid' => '4',
7682 ))
7683 ->values(array(
7684   'entity_type' => 'taxonomy_term',
7685   'bundle' => 'test_vocabulary',
7686   'deleted' => '0',
7687   'entity_id' => '2',
7688   'revision_id' => '2',
7689   'language' => 'und',
7690   'delta' => '0',
7691   'field_term_reference_tid' => '3',
7692 ))
7693 ->execute();
7694
7695 $connection->schema()->createTable('field_data_field_text', array(
7696   'fields' => array(
7697     'entity_type' => array(
7698       'type' => 'varchar',
7699       'not null' => TRUE,
7700       'length' => '128',
7701       'default' => '',
7702     ),
7703     'bundle' => array(
7704       'type' => 'varchar',
7705       'not null' => TRUE,
7706       'length' => '128',
7707       'default' => '',
7708     ),
7709     'deleted' => array(
7710       'type' => 'int',
7711       'not null' => TRUE,
7712       'size' => 'normal',
7713       'default' => '0',
7714     ),
7715     'entity_id' => array(
7716       'type' => 'int',
7717       'not null' => TRUE,
7718       'size' => 'normal',
7719       'unsigned' => TRUE,
7720     ),
7721     'revision_id' => array(
7722       'type' => 'int',
7723       'not null' => FALSE,
7724       'size' => 'normal',
7725       'unsigned' => TRUE,
7726     ),
7727     'language' => array(
7728       'type' => 'varchar',
7729       'not null' => TRUE,
7730       'length' => '32',
7731       'default' => '',
7732     ),
7733     'delta' => array(
7734       'type' => 'int',
7735       'not null' => TRUE,
7736       'size' => 'normal',
7737       'unsigned' => TRUE,
7738     ),
7739     'field_text_value' => array(
7740       'type' => 'varchar',
7741       'not null' => FALSE,
7742       'length' => '256',
7743     ),
7744     'field_text_format' => array(
7745       'type' => 'varchar',
7746       'not null' => FALSE,
7747       'length' => '255',
7748     ),
7749   ),
7750   'primary key' => array(
7751     'entity_type',
7752     'deleted',
7753     'entity_id',
7754     'language',
7755     'delta',
7756   ),
7757   'mysql_character_set' => 'utf8',
7758 ));
7759
7760 $connection->insert('field_data_field_text')
7761 ->fields(array(
7762   'entity_type',
7763   'bundle',
7764   'deleted',
7765   'entity_id',
7766   'revision_id',
7767   'language',
7768   'delta',
7769   'field_text_value',
7770   'field_text_format',
7771 ))
7772 ->values(array(
7773   'entity_type' => 'node',
7774   'bundle' => 'test_content_type',
7775   'deleted' => '0',
7776   'entity_id' => '1',
7777   'revision_id' => '1',
7778   'language' => 'und',
7779   'delta' => '0',
7780   'field_text_value' => 'qwerty',
7781   'field_text_format' => NULL,
7782 ))
7783 ->execute();
7784
7785 $connection->schema()->createTable('field_data_field_text_filtered', array(
7786   'fields' => array(
7787     'entity_type' => array(
7788       'type' => 'varchar',
7789       'not null' => TRUE,
7790       'length' => '128',
7791       'default' => '',
7792     ),
7793     'bundle' => array(
7794       'type' => 'varchar',
7795       'not null' => TRUE,
7796       'length' => '128',
7797       'default' => '',
7798     ),
7799     'deleted' => array(
7800       'type' => 'int',
7801       'not null' => TRUE,
7802       'size' => 'tiny',
7803       'default' => '0',
7804     ),
7805     'entity_id' => array(
7806       'type' => 'int',
7807       'not null' => TRUE,
7808       'size' => 'normal',
7809       'unsigned' => TRUE,
7810     ),
7811     'revision_id' => array(
7812       'type' => 'int',
7813       'not null' => FALSE,
7814       'size' => 'normal',
7815       'unsigned' => TRUE,
7816     ),
7817     'language' => array(
7818       'type' => 'varchar',
7819       'not null' => TRUE,
7820       'length' => '32',
7821       'default' => '',
7822     ),
7823     'delta' => array(
7824       'type' => 'int',
7825       'not null' => TRUE,
7826       'size' => 'normal',
7827       'unsigned' => TRUE,
7828     ),
7829     'field_text_filtered_value' => array(
7830       'type' => 'varchar',
7831       'not null' => FALSE,
7832       'length' => '255',
7833     ),
7834     'field_text_filtered_format' => array(
7835       'type' => 'varchar',
7836       'not null' => FALSE,
7837       'length' => '255',
7838     ),
7839   ),
7840   'primary key' => array(
7841     'entity_type',
7842     'entity_id',
7843     'deleted',
7844     'delta',
7845     'language',
7846   ),
7847   'indexes' => array(
7848     'entity_type' => array(
7849       'entity_type',
7850     ),
7851     'bundle' => array(
7852       'bundle',
7853     ),
7854     'deleted' => array(
7855       'deleted',
7856     ),
7857     'entity_id' => array(
7858       'entity_id',
7859     ),
7860     'revision_id' => array(
7861       'revision_id',
7862     ),
7863     'language' => array(
7864       'language',
7865     ),
7866     'field_text_filtered_format' => array(
7867       'field_text_filtered_format',
7868     ),
7869   ),
7870   'mysql_character_set' => 'utf8',
7871 ));
7872
7873 $connection->schema()->createTable('field_data_field_text_list', array(
7874   'fields' => array(
7875     'entity_type' => array(
7876       'type' => 'varchar',
7877       'not null' => TRUE,
7878       'length' => '128',
7879       'default' => '',
7880     ),
7881     'bundle' => array(
7882       'type' => 'varchar',
7883       'not null' => TRUE,
7884       'length' => '128',
7885       'default' => '',
7886     ),
7887     'deleted' => array(
7888       'type' => 'int',
7889       'not null' => TRUE,
7890       'size' => 'normal',
7891       'default' => '0',
7892     ),
7893     'entity_id' => array(
7894       'type' => 'int',
7895       'not null' => TRUE,
7896       'size' => 'normal',
7897       'unsigned' => TRUE,
7898     ),
7899     'revision_id' => array(
7900       'type' => 'int',
7901       'not null' => FALSE,
7902       'size' => 'normal',
7903       'unsigned' => TRUE,
7904     ),
7905     'language' => array(
7906       'type' => 'varchar',
7907       'not null' => TRUE,
7908       'length' => '32',
7909       'default' => '',
7910     ),
7911     'delta' => array(
7912       'type' => 'int',
7913       'not null' => TRUE,
7914       'size' => 'normal',
7915       'unsigned' => TRUE,
7916     ),
7917     'field_text_list_value' => array(
7918       'type' => 'varchar',
7919       'not null' => FALSE,
7920       'length' => '255',
7921     ),
7922   ),
7923   'primary key' => array(
7924     'entity_type',
7925     'deleted',
7926     'entity_id',
7927     'language',
7928     'delta',
7929   ),
7930   'mysql_character_set' => 'utf8',
7931 ));
7932
7933 $connection->insert('field_data_field_text_list')
7934 ->fields(array(
7935   'entity_type',
7936   'bundle',
7937   'deleted',
7938   'entity_id',
7939   'revision_id',
7940   'language',
7941   'delta',
7942   'field_text_list_value',
7943 ))
7944 ->values(array(
7945   'entity_type' => 'node',
7946   'bundle' => 'test_content_type',
7947   'deleted' => '0',
7948   'entity_id' => '1',
7949   'revision_id' => '1',
7950   'language' => 'und',
7951   'delta' => '0',
7952   'field_text_list_value' => 'Some more text',
7953 ))
7954 ->execute();
7955
7956 $connection->schema()->createTable('field_data_field_text_long_filtered', array(
7957   'fields' => array(
7958     'entity_type' => array(
7959       'type' => 'varchar',
7960       'not null' => TRUE,
7961       'length' => '128',
7962       'default' => '',
7963     ),
7964     'bundle' => array(
7965       'type' => 'varchar',
7966       'not null' => TRUE,
7967       'length' => '128',
7968       'default' => '',
7969     ),
7970     'deleted' => array(
7971       'type' => 'int',
7972       'not null' => TRUE,
7973       'size' => 'tiny',
7974       'default' => '0',
7975     ),
7976     'entity_id' => array(
7977       'type' => 'int',
7978       'not null' => TRUE,
7979       'size' => 'normal',
7980       'unsigned' => TRUE,
7981     ),
7982     'revision_id' => array(
7983       'type' => 'int',
7984       'not null' => FALSE,
7985       'size' => 'normal',
7986       'unsigned' => TRUE,
7987     ),
7988     'language' => array(
7989       'type' => 'varchar',
7990       'not null' => TRUE,
7991       'length' => '32',
7992       'default' => '',
7993     ),
7994     'delta' => array(
7995       'type' => 'int',
7996       'not null' => TRUE,
7997       'size' => 'normal',
7998       'unsigned' => TRUE,
7999     ),
8000     'field_text_long_filtered_value' => array(
8001       'type' => 'text',
8002       'not null' => FALSE,
8003       'size' => 'big',
8004     ),
8005     'field_text_long_filtered_format' => array(
8006       'type' => 'varchar',
8007       'not null' => FALSE,
8008       'length' => '255',
8009     ),
8010   ),
8011   'primary key' => array(
8012     'entity_type',
8013     'entity_id',
8014     'deleted',
8015     'delta',
8016     'language',
8017   ),
8018   'indexes' => array(
8019     'entity_type' => array(
8020       'entity_type',
8021     ),
8022     'bundle' => array(
8023       'bundle',
8024     ),
8025     'deleted' => array(
8026       'deleted',
8027     ),
8028     'entity_id' => array(
8029       'entity_id',
8030     ),
8031     'revision_id' => array(
8032       'revision_id',
8033     ),
8034     'language' => array(
8035       'language',
8036     ),
8037     'field_text_long_filtered_format' => array(
8038       'field_text_long_filtered_format',
8039     ),
8040   ),
8041   'mysql_character_set' => 'utf8',
8042 ));
8043
8044 $connection->schema()->createTable('field_data_field_text_long_plain', array(
8045   'fields' => array(
8046     'entity_type' => array(
8047       'type' => 'varchar',
8048       'not null' => TRUE,
8049       'length' => '128',
8050       'default' => '',
8051     ),
8052     'bundle' => array(
8053       'type' => 'varchar',
8054       'not null' => TRUE,
8055       'length' => '128',
8056       'default' => '',
8057     ),
8058     'deleted' => array(
8059       'type' => 'int',
8060       'not null' => TRUE,
8061       'size' => 'tiny',
8062       'default' => '0',
8063     ),
8064     'entity_id' => array(
8065       'type' => 'int',
8066       'not null' => TRUE,
8067       'size' => 'normal',
8068       'unsigned' => TRUE,
8069     ),
8070     'revision_id' => array(
8071       'type' => 'int',
8072       'not null' => FALSE,
8073       'size' => 'normal',
8074       'unsigned' => TRUE,
8075     ),
8076     'language' => array(
8077       'type' => 'varchar',
8078       'not null' => TRUE,
8079       'length' => '32',
8080       'default' => '',
8081     ),
8082     'delta' => array(
8083       'type' => 'int',
8084       'not null' => TRUE,
8085       'size' => 'normal',
8086       'unsigned' => TRUE,
8087     ),
8088     'field_text_long_plain_value' => array(
8089       'type' => 'text',
8090       'not null' => FALSE,
8091       'size' => 'big',
8092     ),
8093     'field_text_long_plain_format' => array(
8094       'type' => 'varchar',
8095       'not null' => FALSE,
8096       'length' => '255',
8097     ),
8098   ),
8099   'primary key' => array(
8100     'entity_type',
8101     'entity_id',
8102     'deleted',
8103     'delta',
8104     'language',
8105   ),
8106   'indexes' => array(
8107     'entity_type' => array(
8108       'entity_type',
8109     ),
8110     'bundle' => array(
8111       'bundle',
8112     ),
8113     'deleted' => array(
8114       'deleted',
8115     ),
8116     'entity_id' => array(
8117       'entity_id',
8118     ),
8119     'revision_id' => array(
8120       'revision_id',
8121     ),
8122     'language' => array(
8123       'language',
8124     ),
8125     'field_text_long_plain_format' => array(
8126       'field_text_long_plain_format',
8127     ),
8128   ),
8129   'mysql_character_set' => 'utf8',
8130 ));
8131
8132 $connection->schema()->createTable('field_data_field_text_long_plain_filtered', array(
8133   'fields' => array(
8134     'entity_type' => array(
8135       'type' => 'varchar',
8136       'not null' => TRUE,
8137       'length' => '128',
8138       'default' => '',
8139     ),
8140     'bundle' => array(
8141       'type' => 'varchar',
8142       'not null' => TRUE,
8143       'length' => '128',
8144       'default' => '',
8145     ),
8146     'deleted' => array(
8147       'type' => 'int',
8148       'not null' => TRUE,
8149       'size' => 'tiny',
8150       'default' => '0',
8151     ),
8152     'entity_id' => array(
8153       'type' => 'int',
8154       'not null' => TRUE,
8155       'size' => 'normal',
8156       'unsigned' => TRUE,
8157     ),
8158     'revision_id' => array(
8159       'type' => 'int',
8160       'not null' => FALSE,
8161       'size' => 'normal',
8162       'unsigned' => TRUE,
8163     ),
8164     'language' => array(
8165       'type' => 'varchar',
8166       'not null' => TRUE,
8167       'length' => '32',
8168       'default' => '',
8169     ),
8170     'delta' => array(
8171       'type' => 'int',
8172       'not null' => TRUE,
8173       'size' => 'normal',
8174       'unsigned' => TRUE,
8175     ),
8176     'field_text_long_plain_filtered_value' => array(
8177       'type' => 'text',
8178       'not null' => FALSE,
8179       'size' => 'big',
8180     ),
8181     'field_text_long_plain_filtered_format' => array(
8182       'type' => 'varchar',
8183       'not null' => FALSE,
8184       'length' => '255',
8185     ),
8186   ),
8187   'primary key' => array(
8188     'entity_type',
8189     'entity_id',
8190     'deleted',
8191     'delta',
8192     'language',
8193   ),
8194   'indexes' => array(
8195     'entity_type' => array(
8196       'entity_type',
8197     ),
8198     'bundle' => array(
8199       'bundle',
8200     ),
8201     'deleted' => array(
8202       'deleted',
8203     ),
8204     'entity_id' => array(
8205       'entity_id',
8206     ),
8207     'revision_id' => array(
8208       'revision_id',
8209     ),
8210     'language' => array(
8211       'language',
8212     ),
8213     'field_text_long_plain_filtered_format' => array(
8214       'field_text_long_plain_filtered_format',
8215     ),
8216   ),
8217   'mysql_character_set' => 'utf8',
8218 ));
8219
8220 $connection->schema()->createTable('field_data_field_text_plain', array(
8221   'fields' => array(
8222     'entity_type' => array(
8223       'type' => 'varchar',
8224       'not null' => TRUE,
8225       'length' => '128',
8226       'default' => '',
8227     ),
8228     'bundle' => array(
8229       'type' => 'varchar',
8230       'not null' => TRUE,
8231       'length' => '128',
8232       'default' => '',
8233     ),
8234     'deleted' => array(
8235       'type' => 'int',
8236       'not null' => TRUE,
8237       'size' => 'tiny',
8238       'default' => '0',
8239     ),
8240     'entity_id' => array(
8241       'type' => 'int',
8242       'not null' => TRUE,
8243       'size' => 'normal',
8244       'unsigned' => TRUE,
8245     ),
8246     'revision_id' => array(
8247       'type' => 'int',
8248       'not null' => FALSE,
8249       'size' => 'normal',
8250       'unsigned' => TRUE,
8251     ),
8252     'language' => array(
8253       'type' => 'varchar',
8254       'not null' => TRUE,
8255       'length' => '32',
8256       'default' => '',
8257     ),
8258     'delta' => array(
8259       'type' => 'int',
8260       'not null' => TRUE,
8261       'size' => 'normal',
8262       'unsigned' => TRUE,
8263     ),
8264     'field_text_plain_value' => array(
8265       'type' => 'varchar',
8266       'not null' => FALSE,
8267       'length' => '255',
8268     ),
8269     'field_text_plain_format' => array(
8270       'type' => 'varchar',
8271       'not null' => FALSE,
8272       'length' => '255',
8273     ),
8274   ),
8275   'primary key' => array(
8276     'entity_type',
8277     'entity_id',
8278     'deleted',
8279     'delta',
8280     'language',
8281   ),
8282   'indexes' => array(
8283     'entity_type' => array(
8284       'entity_type',
8285     ),
8286     'bundle' => array(
8287       'bundle',
8288     ),
8289     'deleted' => array(
8290       'deleted',
8291     ),
8292     'entity_id' => array(
8293       'entity_id',
8294     ),
8295     'revision_id' => array(
8296       'revision_id',
8297     ),
8298     'language' => array(
8299       'language',
8300     ),
8301     'field_text_plain_format' => array(
8302       'field_text_plain_format',
8303     ),
8304   ),
8305   'mysql_character_set' => 'utf8',
8306 ));
8307
8308 $connection->schema()->createTable('field_data_field_text_plain_filtered', array(
8309   'fields' => array(
8310     'entity_type' => array(
8311       'type' => 'varchar',
8312       'not null' => TRUE,
8313       'length' => '128',
8314       'default' => '',
8315     ),
8316     'bundle' => array(
8317       'type' => 'varchar',
8318       'not null' => TRUE,
8319       'length' => '128',
8320       'default' => '',
8321     ),
8322     'deleted' => array(
8323       'type' => 'int',
8324       'not null' => TRUE,
8325       'size' => 'tiny',
8326       'default' => '0',
8327     ),
8328     'entity_id' => array(
8329       'type' => 'int',
8330       'not null' => TRUE,
8331       'size' => 'normal',
8332       'unsigned' => TRUE,
8333     ),
8334     'revision_id' => array(
8335       'type' => 'int',
8336       'not null' => FALSE,
8337       'size' => 'normal',
8338       'unsigned' => TRUE,
8339     ),
8340     'language' => array(
8341       'type' => 'varchar',
8342       'not null' => TRUE,
8343       'length' => '32',
8344       'default' => '',
8345     ),
8346     'delta' => array(
8347       'type' => 'int',
8348       'not null' => TRUE,
8349       'size' => 'normal',
8350       'unsigned' => TRUE,
8351     ),
8352     'field_text_plain_filtered_value' => array(
8353       'type' => 'varchar',
8354       'not null' => FALSE,
8355       'length' => '255',
8356     ),
8357     'field_text_plain_filtered_format' => array(
8358       'type' => 'varchar',
8359       'not null' => FALSE,
8360       'length' => '255',
8361     ),
8362   ),
8363   'primary key' => array(
8364     'entity_type',
8365     'entity_id',
8366     'deleted',
8367     'delta',
8368     'language',
8369   ),
8370   'indexes' => array(
8371     'entity_type' => array(
8372       'entity_type',
8373     ),
8374     'bundle' => array(
8375       'bundle',
8376     ),
8377     'deleted' => array(
8378       'deleted',
8379     ),
8380     'entity_id' => array(
8381       'entity_id',
8382     ),
8383     'revision_id' => array(
8384       'revision_id',
8385     ),
8386     'language' => array(
8387       'language',
8388     ),
8389     'field_text_plain_filtered_format' => array(
8390       'field_text_plain_filtered_format',
8391     ),
8392   ),
8393   'mysql_character_set' => 'utf8',
8394 ));
8395
8396 $connection->schema()->createTable('field_data_field_text_sum_filtered', array(
8397   'fields' => array(
8398     'entity_type' => array(
8399       'type' => 'varchar',
8400       'not null' => TRUE,
8401       'length' => '128',
8402       'default' => '',
8403     ),
8404     'bundle' => array(
8405       'type' => 'varchar',
8406       'not null' => TRUE,
8407       'length' => '128',
8408       'default' => '',
8409     ),
8410     'deleted' => array(
8411       'type' => 'int',
8412       'not null' => TRUE,
8413       'size' => 'tiny',
8414       'default' => '0',
8415     ),
8416     'entity_id' => array(
8417       'type' => 'int',
8418       'not null' => TRUE,
8419       'size' => 'normal',
8420       'unsigned' => TRUE,
8421     ),
8422     'revision_id' => array(
8423       'type' => 'int',
8424       'not null' => FALSE,
8425       'size' => 'normal',
8426       'unsigned' => TRUE,
8427     ),
8428     'language' => array(
8429       'type' => 'varchar',
8430       'not null' => TRUE,
8431       'length' => '32',
8432       'default' => '',
8433     ),
8434     'delta' => array(
8435       'type' => 'int',
8436       'not null' => TRUE,
8437       'size' => 'normal',
8438       'unsigned' => TRUE,
8439     ),
8440     'field_text_sum_filtered_value' => array(
8441       'type' => 'text',
8442       'not null' => FALSE,
8443       'size' => 'big',
8444     ),
8445     'field_text_sum_filtered_summary' => array(
8446       'type' => 'text',
8447       'not null' => FALSE,
8448       'size' => 'big',
8449     ),
8450     'field_text_sum_filtered_format' => array(
8451       'type' => 'varchar',
8452       'not null' => FALSE,
8453       'length' => '255',
8454     ),
8455   ),
8456   'primary key' => array(
8457     'entity_type',
8458     'entity_id',
8459     'deleted',
8460     'delta',
8461     'language',
8462   ),
8463   'indexes' => array(
8464     'entity_type' => array(
8465       'entity_type',
8466     ),
8467     'bundle' => array(
8468       'bundle',
8469     ),
8470     'deleted' => array(
8471       'deleted',
8472     ),
8473     'entity_id' => array(
8474       'entity_id',
8475     ),
8476     'revision_id' => array(
8477       'revision_id',
8478     ),
8479     'language' => array(
8480       'language',
8481     ),
8482     'field_text_sum_filtered_format' => array(
8483       'field_text_sum_filtered_format',
8484     ),
8485   ),
8486   'mysql_character_set' => 'utf8',
8487 ));
8488
8489 $connection->schema()->createTable('field_data_field_text_sum_plain', array(
8490   'fields' => array(
8491     'entity_type' => array(
8492       'type' => 'varchar',
8493       'not null' => TRUE,
8494       'length' => '128',
8495       'default' => '',
8496     ),
8497     'bundle' => array(
8498       'type' => 'varchar',
8499       'not null' => TRUE,
8500       'length' => '128',
8501       'default' => '',
8502     ),
8503     'deleted' => array(
8504       'type' => 'int',
8505       'not null' => TRUE,
8506       'size' => 'tiny',
8507       'default' => '0',
8508     ),
8509     'entity_id' => array(
8510       'type' => 'int',
8511       'not null' => TRUE,
8512       'size' => 'normal',
8513       'unsigned' => TRUE,
8514     ),
8515     'revision_id' => array(
8516       'type' => 'int',
8517       'not null' => FALSE,
8518       'size' => 'normal',
8519       'unsigned' => TRUE,
8520     ),
8521     'language' => array(
8522       'type' => 'varchar',
8523       'not null' => TRUE,
8524       'length' => '32',
8525       'default' => '',
8526     ),
8527     'delta' => array(
8528       'type' => 'int',
8529       'not null' => TRUE,
8530       'size' => 'normal',
8531       'unsigned' => TRUE,
8532     ),
8533     'field_text_sum_plain_value' => array(
8534       'type' => 'text',
8535       'not null' => FALSE,
8536       'size' => 'big',
8537     ),
8538     'field_text_sum_plain_summary' => array(
8539       'type' => 'text',
8540       'not null' => FALSE,
8541       'size' => 'big',
8542     ),
8543     'field_text_sum_plain_format' => array(
8544       'type' => 'varchar',
8545       'not null' => FALSE,
8546       'length' => '255',
8547     ),
8548   ),
8549   'primary key' => array(
8550     'entity_type',
8551     'entity_id',
8552     'deleted',
8553     'delta',
8554     'language',
8555   ),
8556   'indexes' => array(
8557     'entity_type' => array(
8558       'entity_type',
8559     ),
8560     'bundle' => array(
8561       'bundle',
8562     ),
8563     'deleted' => array(
8564       'deleted',
8565     ),
8566     'entity_id' => array(
8567       'entity_id',
8568     ),
8569     'revision_id' => array(
8570       'revision_id',
8571     ),
8572     'language' => array(
8573       'language',
8574     ),
8575     'field_text_sum_plain_format' => array(
8576       'field_text_sum_plain_format',
8577     ),
8578   ),
8579   'mysql_character_set' => 'utf8',
8580 ));
8581
8582 $connection->schema()->createTable('field_data_field_text_sum_plain_filtered', array(
8583   'fields' => array(
8584     'entity_type' => array(
8585       'type' => 'varchar',
8586       'not null' => TRUE,
8587       'length' => '128',
8588       'default' => '',
8589     ),
8590     'bundle' => array(
8591       'type' => 'varchar',
8592       'not null' => TRUE,
8593       'length' => '128',
8594       'default' => '',
8595     ),
8596     'deleted' => array(
8597       'type' => 'int',
8598       'not null' => TRUE,
8599       'size' => 'tiny',
8600       'default' => '0',
8601     ),
8602     'entity_id' => array(
8603       'type' => 'int',
8604       'not null' => TRUE,
8605       'size' => 'normal',
8606       'unsigned' => TRUE,
8607     ),
8608     'revision_id' => array(
8609       'type' => 'int',
8610       'not null' => FALSE,
8611       'size' => 'normal',
8612       'unsigned' => TRUE,
8613     ),
8614     'language' => array(
8615       'type' => 'varchar',
8616       'not null' => TRUE,
8617       'length' => '32',
8618       'default' => '',
8619     ),
8620     'delta' => array(
8621       'type' => 'int',
8622       'not null' => TRUE,
8623       'size' => 'normal',
8624       'unsigned' => TRUE,
8625     ),
8626     'field_text_sum_plain_filtered_value' => array(
8627       'type' => 'text',
8628       'not null' => FALSE,
8629       'size' => 'big',
8630     ),
8631     'field_text_sum_plain_filtered_summary' => array(
8632       'type' => 'text',
8633       'not null' => FALSE,
8634       'size' => 'big',
8635     ),
8636     'field_text_sum_plain_filtered_format' => array(
8637       'type' => 'varchar',
8638       'not null' => FALSE,
8639       'length' => '255',
8640     ),
8641   ),
8642   'primary key' => array(
8643     'entity_type',
8644     'entity_id',
8645     'deleted',
8646     'delta',
8647     'language',
8648   ),
8649   'indexes' => array(
8650     'entity_type' => array(
8651       'entity_type',
8652     ),
8653     'bundle' => array(
8654       'bundle',
8655     ),
8656     'deleted' => array(
8657       'deleted',
8658     ),
8659     'entity_id' => array(
8660       'entity_id',
8661     ),
8662     'revision_id' => array(
8663       'revision_id',
8664     ),
8665     'language' => array(
8666       'language',
8667     ),
8668     'field_text_sum_plain_filtered_format' => array(
8669       'field_text_sum_plain_filtered_format',
8670     ),
8671   ),
8672   'mysql_character_set' => 'utf8',
8673 ));
8674
8675 $connection->schema()->createTable('field_data_field_user_entityreference', array(
8676   'fields' => array(
8677     'entity_type' => array(
8678       'type' => 'varchar',
8679       'not null' => TRUE,
8680       'length' => '128',
8681       'default' => '',
8682     ),
8683     'bundle' => array(
8684       'type' => 'varchar',
8685       'not null' => TRUE,
8686       'length' => '128',
8687       'default' => '',
8688     ),
8689     'deleted' => array(
8690       'type' => 'int',
8691       'not null' => TRUE,
8692       'size' => 'tiny',
8693       'default' => '0',
8694     ),
8695     'entity_id' => array(
8696       'type' => 'int',
8697       'not null' => TRUE,
8698       'size' => 'normal',
8699       'unsigned' => TRUE,
8700     ),
8701     'revision_id' => array(
8702       'type' => 'int',
8703       'not null' => FALSE,
8704       'size' => 'normal',
8705       'unsigned' => TRUE,
8706     ),
8707     'language' => array(
8708       'type' => 'varchar',
8709       'not null' => TRUE,
8710       'length' => '32',
8711       'default' => '',
8712     ),
8713     'delta' => array(
8714       'type' => 'int',
8715       'not null' => TRUE,
8716       'size' => 'normal',
8717       'unsigned' => TRUE,
8718     ),
8719     'field_user_entityreference_target_id' => array(
8720       'type' => 'int',
8721       'not null' => TRUE,
8722       'size' => 'normal',
8723       'unsigned' => TRUE,
8724     ),
8725   ),
8726   'primary key' => array(
8727     'entity_type',
8728     'entity_id',
8729     'deleted',
8730     'delta',
8731     'language',
8732   ),
8733   'indexes' => array(
8734     'entity_type' => array(
8735       'entity_type',
8736     ),
8737     'bundle' => array(
8738       'bundle',
8739     ),
8740     'deleted' => array(
8741       'deleted',
8742     ),
8743     'entity_id' => array(
8744       'entity_id',
8745     ),
8746     'revision_id' => array(
8747       'revision_id',
8748     ),
8749     'language' => array(
8750       'language',
8751     ),
8752     'field_user_entityreference_target_id' => array(
8753       'field_user_entityreference_target_id',
8754     ),
8755   ),
8756   'mysql_character_set' => 'utf8',
8757 ));
8758
8759 $connection->insert('field_data_field_user_entityreference')
8760 ->fields(array(
8761   'entity_type',
8762   'bundle',
8763   'deleted',
8764   'entity_id',
8765   'revision_id',
8766   'language',
8767   'delta',
8768   'field_user_entityreference_target_id',
8769 ))
8770 ->values(array(
8771   'entity_type' => 'node',
8772   'bundle' => 'test_content_type',
8773   'deleted' => '0',
8774   'entity_id' => '1',
8775   'revision_id' => '1',
8776   'language' => 'und',
8777   'delta' => '0',
8778   'field_user_entityreference_target_id' => '2',
8779 ))
8780 ->execute();
8781
8782 $connection->schema()->createTable('field_data_name_field', array(
8783   'fields' => array(
8784     'entity_type' => array(
8785       'type' => 'varchar',
8786       'not null' => TRUE,
8787       'length' => '128',
8788       'default' => '',
8789     ),
8790     'bundle' => array(
8791       'type' => 'varchar',
8792       'not null' => TRUE,
8793       'length' => '128',
8794       'default' => '',
8795     ),
8796     'deleted' => array(
8797       'type' => 'int',
8798       'not null' => TRUE,
8799       'size' => 'tiny',
8800       'default' => '0',
8801     ),
8802     'entity_id' => array(
8803       'type' => 'int',
8804       'not null' => TRUE,
8805       'size' => 'normal',
8806       'unsigned' => TRUE,
8807     ),
8808     'revision_id' => array(
8809       'type' => 'int',
8810       'not null' => FALSE,
8811       'size' => 'normal',
8812       'unsigned' => TRUE,
8813     ),
8814     'language' => array(
8815       'type' => 'varchar',
8816       'not null' => TRUE,
8817       'length' => '32',
8818       'default' => '',
8819     ),
8820     'delta' => array(
8821       'type' => 'int',
8822       'not null' => TRUE,
8823       'size' => 'normal',
8824       'unsigned' => TRUE,
8825     ),
8826     'name_field_value' => array(
8827       'type' => 'varchar',
8828       'not null' => FALSE,
8829       'length' => '255',
8830     ),
8831     'name_field_format' => array(
8832       'type' => 'varchar',
8833       'not null' => FALSE,
8834       'length' => '255',
8835     ),
8836   ),
8837   'primary key' => array(
8838     'entity_type',
8839     'entity_id',
8840     'deleted',
8841     'delta',
8842     'language',
8843   ),
8844   'indexes' => array(
8845     'entity_type' => array(
8846       'entity_type',
8847     ),
8848     'bundle' => array(
8849       'bundle',
8850     ),
8851     'deleted' => array(
8852       'deleted',
8853     ),
8854     'entity_id' => array(
8855       'entity_id',
8856     ),
8857     'revision_id' => array(
8858       'revision_id',
8859     ),
8860     'language' => array(
8861       'language',
8862     ),
8863     'name_field_format' => array(
8864       'name_field_format',
8865     ),
8866   ),
8867   'mysql_character_set' => 'utf8',
8868 ));
8869
8870 $connection->insert('field_data_name_field')
8871 ->fields(array(
8872   'entity_type',
8873   'bundle',
8874   'deleted',
8875   'entity_id',
8876   'revision_id',
8877   'language',
8878   'delta',
8879   'name_field_value',
8880   'name_field_format',
8881 ))
8882 ->values(array(
8883   'entity_type' => 'taxonomy_term',
8884   'bundle' => 'test_vocabulary',
8885   'deleted' => '0',
8886   'entity_id' => '2',
8887   'revision_id' => '2',
8888   'language' => 'en',
8889   'delta' => '0',
8890   'name_field_value' => 'Term1 (This is a real field!)',
8891   'name_field_format' => NULL,
8892 ))
8893 ->values(array(
8894   'entity_type' => 'taxonomy_term',
8895   'bundle' => 'test_vocabulary',
8896   'deleted' => '0',
8897   'entity_id' => '3',
8898   'revision_id' => '3',
8899   'language' => 'en',
8900   'delta' => '0',
8901   'name_field_value' => 'Term2',
8902   'name_field_format' => NULL,
8903 ))
8904 ->values(array(
8905   'entity_type' => 'taxonomy_term',
8906   'bundle' => 'test_vocabulary',
8907   'deleted' => '0',
8908   'entity_id' => '4',
8909   'revision_id' => '4',
8910   'language' => 'en',
8911   'delta' => '0',
8912   'name_field_value' => 'Term3 in plain old English',
8913   'name_field_format' => NULL,
8914 ))
8915 ->values(array(
8916   'entity_type' => 'taxonomy_term',
8917   'bundle' => 'test_vocabulary',
8918   'deleted' => '0',
8919   'entity_id' => '4',
8920   'revision_id' => '4',
8921   'language' => 'fr',
8922   'delta' => '0',
8923   'name_field_value' => 'Term3 en français s\'il vous plaît',
8924   'name_field_format' => NULL,
8925 ))
8926 ->values(array(
8927   'entity_type' => 'taxonomy_term',
8928   'bundle' => 'test_vocabulary',
8929   'deleted' => '0',
8930   'entity_id' => '4',
8931   'revision_id' => '4',
8932   'language' => 'is',
8933   'delta' => '0',
8934   'name_field_value' => 'Term3 á íslensku',
8935   'name_field_format' => NULL,
8936 ))
8937 ->execute();
8938
8939 $connection->schema()->createTable('field_data_subject_field', array(
8940   'fields' => array(
8941     'entity_type' => array(
8942       'type' => 'varchar',
8943       'not null' => TRUE,
8944       'length' => '128',
8945       'default' => '',
8946     ),
8947     'bundle' => array(
8948       'type' => 'varchar',
8949       'not null' => TRUE,
8950       'length' => '128',
8951       'default' => '',
8952     ),
8953     'deleted' => array(
8954       'type' => 'int',
8955       'not null' => TRUE,
8956       'size' => 'tiny',
8957       'default' => '0',
8958     ),
8959     'entity_id' => array(
8960       'type' => 'int',
8961       'not null' => TRUE,
8962       'size' => 'normal',
8963       'unsigned' => TRUE,
8964     ),
8965     'revision_id' => array(
8966       'type' => 'int',
8967       'not null' => FALSE,
8968       'size' => 'normal',
8969       'unsigned' => TRUE,
8970     ),
8971     'language' => array(
8972       'type' => 'varchar',
8973       'not null' => TRUE,
8974       'length' => '32',
8975       'default' => '',
8976     ),
8977     'delta' => array(
8978       'type' => 'int',
8979       'not null' => TRUE,
8980       'size' => 'normal',
8981       'unsigned' => TRUE,
8982     ),
8983     'subject_field_value' => array(
8984       'type' => 'varchar',
8985       'not null' => FALSE,
8986       'length' => '255',
8987     ),
8988     'subject_field_format' => array(
8989       'type' => 'varchar',
8990       'not null' => FALSE,
8991       'length' => '255',
8992     ),
8993   ),
8994   'primary key' => array(
8995     'entity_type',
8996     'entity_id',
8997     'deleted',
8998     'delta',
8999     'language',
9000   ),
9001   'indexes' => array(
9002     'entity_type' => array(
9003       'entity_type',
9004     ),
9005     'bundle' => array(
9006       'bundle',
9007     ),
9008     'deleted' => array(
9009       'deleted',
9010     ),
9011     'entity_id' => array(
9012       'entity_id',
9013     ),
9014     'revision_id' => array(
9015       'revision_id',
9016     ),
9017     'language' => array(
9018       'language',
9019     ),
9020     'subject_field_format' => array(
9021       'subject_field_format',
9022     ),
9023   ),
9024   'mysql_character_set' => 'utf8',
9025 ));
9026
9027 $connection->insert('field_data_subject_field')
9028 ->fields(array(
9029   'entity_type',
9030   'bundle',
9031   'deleted',
9032   'entity_id',
9033   'revision_id',
9034   'language',
9035   'delta',
9036   'subject_field_value',
9037   'subject_field_format',
9038 ))
9039 ->values(array(
9040   'entity_type' => 'comment',
9041   'bundle' => 'comment_node_test_content_type',
9042   'deleted' => '0',
9043   'entity_id' => '1',
9044   'revision_id' => '1',
9045   'language' => 'en',
9046   'delta' => '0',
9047   'subject_field_value' => 'Subject field in English',
9048   'subject_field_format' => NULL,
9049 ))
9050 ->values(array(
9051   'entity_type' => 'comment',
9052   'bundle' => 'comment_node_test_content_type',
9053   'deleted' => '0',
9054   'entity_id' => '1',
9055   'revision_id' => '1',
9056   'language' => 'fr',
9057   'delta' => '0',
9058   'subject_field_value' => 'Subject field in French',
9059   'subject_field_format' => NULL,
9060 ))
9061 ->values(array(
9062   'entity_type' => 'comment',
9063   'bundle' => 'comment_node_test_content_type',
9064   'deleted' => '0',
9065   'entity_id' => '1',
9066   'revision_id' => '1',
9067   'language' => 'is',
9068   'delta' => '0',
9069   'subject_field_value' => 'Subject field in Icelandic',
9070   'subject_field_format' => NULL,
9071 ))
9072 ->values(array(
9073   'entity_type' => 'comment',
9074   'bundle' => 'comment_node_article',
9075   'deleted' => '0',
9076   'entity_id' => '2',
9077   'revision_id' => '2',
9078   'language' => 'en',
9079   'delta' => '0',
9080   'subject_field_value' => 'TNG for the win!',
9081   'subject_field_format' => NULL,
9082 ))
9083 ->values(array(
9084   'entity_type' => 'comment',
9085   'bundle' => 'comment_node_article',
9086   'deleted' => '0',
9087   'entity_id' => '3',
9088   'revision_id' => '3',
9089   'language' => 'is',
9090   'delta' => '0',
9091   'subject_field_value' => 'Comment to IS translation',
9092   'subject_field_format' => NULL,
9093 ))
9094 ->execute();
9095
9096 $connection->schema()->createTable('field_data_taxonomy_forums', array(
9097   'fields' => array(
9098     'entity_type' => array(
9099       'type' => 'varchar',
9100       'not null' => TRUE,
9101       'length' => '128',
9102       'default' => '',
9103     ),
9104     'bundle' => array(
9105       'type' => 'varchar',
9106       'not null' => TRUE,
9107       'length' => '128',
9108       'default' => '',
9109     ),
9110     'deleted' => array(
9111       'type' => 'int',
9112       'not null' => TRUE,
9113       'size' => 'normal',
9114       'default' => '0',
9115     ),
9116     'entity_id' => array(
9117       'type' => 'int',
9118       'not null' => TRUE,
9119       'size' => 'normal',
9120       'unsigned' => TRUE,
9121     ),
9122     'revision_id' => array(
9123       'type' => 'int',
9124       'not null' => FALSE,
9125       'size' => 'normal',
9126       'unsigned' => TRUE,
9127     ),
9128     'language' => array(
9129       'type' => 'varchar',
9130       'not null' => TRUE,
9131       'length' => '32',
9132       'default' => '',
9133     ),
9134     'delta' => array(
9135       'type' => 'int',
9136       'not null' => TRUE,
9137       'size' => 'normal',
9138       'unsigned' => TRUE,
9139     ),
9140     'taxonomy_forums_tid' => array(
9141       'type' => 'int',
9142       'not null' => FALSE,
9143       'size' => 'normal',
9144       'unsigned' => TRUE,
9145     ),
9146   ),
9147   'primary key' => array(
9148     'entity_type',
9149     'deleted',
9150     'entity_id',
9151     'language',
9152     'delta',
9153   ),
9154   'mysql_character_set' => 'utf8',
9155 ));
9156
9157 $connection->insert('field_data_taxonomy_forums')
9158 ->fields(array(
9159   'entity_type',
9160   'bundle',
9161   'deleted',
9162   'entity_id',
9163   'revision_id',
9164   'language',
9165   'delta',
9166   'taxonomy_forums_tid',
9167 ))
9168 ->values(array(
9169   'entity_type' => 'node',
9170   'bundle' => 'forum',
9171   'deleted' => '0',
9172   'entity_id' => '6',
9173   'revision_id' => '6',
9174   'language' => 'und',
9175   'delta' => '0',
9176   'taxonomy_forums_tid' => '1',
9177 ))
9178 ->values(array(
9179   'entity_type' => 'node',
9180   'bundle' => 'forum',
9181   'deleted' => '0',
9182   'entity_id' => '7',
9183   'revision_id' => '7',
9184   'language' => 'und',
9185   'delta' => '0',
9186   'taxonomy_forums_tid' => '1',
9187 ))
9188 ->execute();
9189
9190 $connection->schema()->createTable('field_data_title_field', array(
9191   'fields' => array(
9192     'entity_type' => array(
9193       'type' => 'varchar',
9194       'not null' => TRUE,
9195       'length' => '128',
9196       'default' => '',
9197     ),
9198     'bundle' => array(
9199       'type' => 'varchar',
9200       'not null' => TRUE,
9201       'length' => '128',
9202       'default' => '',
9203     ),
9204     'deleted' => array(
9205       'type' => 'int',
9206       'not null' => TRUE,
9207       'size' => 'tiny',
9208       'default' => '0',
9209     ),
9210     'entity_id' => array(
9211       'type' => 'int',
9212       'not null' => TRUE,
9213       'size' => 'normal',
9214       'unsigned' => TRUE,
9215     ),
9216     'revision_id' => array(
9217       'type' => 'int',
9218       'not null' => FALSE,
9219       'size' => 'normal',
9220       'unsigned' => TRUE,
9221     ),
9222     'language' => array(
9223       'type' => 'varchar',
9224       'not null' => TRUE,
9225       'length' => '32',
9226       'default' => '',
9227     ),
9228     'delta' => array(
9229       'type' => 'int',
9230       'not null' => TRUE,
9231       'size' => 'normal',
9232       'unsigned' => TRUE,
9233     ),
9234     'title_field_value' => array(
9235       'type' => 'varchar',
9236       'not null' => FALSE,
9237       'length' => '255',
9238     ),
9239     'title_field_format' => array(
9240       'type' => 'varchar',
9241       'not null' => FALSE,
9242       'length' => '255',
9243     ),
9244   ),
9245   'primary key' => array(
9246     'entity_type',
9247     'entity_id',
9248     'deleted',
9249     'delta',
9250     'language',
9251   ),
9252   'indexes' => array(
9253     'entity_type' => array(
9254       'entity_type',
9255     ),
9256     'bundle' => array(
9257       'bundle',
9258     ),
9259     'deleted' => array(
9260       'deleted',
9261     ),
9262     'entity_id' => array(
9263       'entity_id',
9264     ),
9265     'revision_id' => array(
9266       'revision_id',
9267     ),
9268     'language' => array(
9269       'language',
9270     ),
9271     'title_field_format' => array(
9272       'title_field_format',
9273     ),
9274   ),
9275   'mysql_character_set' => 'utf8',
9276 ));
9277
9278 $connection->insert('field_data_title_field')
9279 ->fields(array(
9280   'entity_type',
9281   'bundle',
9282   'deleted',
9283   'entity_id',
9284   'revision_id',
9285   'language',
9286   'delta',
9287   'title_field_value',
9288   'title_field_format',
9289 ))
9290 ->values(array(
9291   'entity_type' => 'node',
9292   'bundle' => 'test_content_type',
9293   'deleted' => '0',
9294   'entity_id' => '1',
9295   'revision_id' => '1',
9296   'language' => 'en',
9297   'delta' => '0',
9298   'title_field_value' => 'An English Node',
9299   'title_field_format' => NULL,
9300 ))
9301 ->values(array(
9302   'entity_type' => 'node',
9303   'bundle' => 'test_content_type',
9304   'deleted' => '0',
9305   'entity_id' => '1',
9306   'revision_id' => '1',
9307   'language' => 'fr',
9308   'delta' => '0',
9309   'title_field_value' => 'A French Node',
9310   'title_field_format' => NULL,
9311 ))
9312 ->values(array(
9313   'entity_type' => 'node',
9314   'bundle' => 'test_content_type',
9315   'deleted' => '0',
9316   'entity_id' => '1',
9317   'revision_id' => '1',
9318   'language' => 'is',
9319   'delta' => '0',
9320   'title_field_value' => 'An Icelandic Node',
9321   'title_field_format' => NULL,
9322 ))
9323 ->execute();
9324
9325 $connection->schema()->createTable('field_revision_body', array(
9326   'fields' => array(
9327     'entity_type' => array(
9328       'type' => 'varchar',
9329       'not null' => TRUE,
9330       'length' => '128',
9331       'default' => '',
9332     ),
9333     'bundle' => array(
9334       'type' => 'varchar',
9335       'not null' => TRUE,
9336       'length' => '128',
9337       'default' => '',
9338     ),
9339     'deleted' => array(
9340       'type' => 'int',
9341       'not null' => TRUE,
9342       'size' => 'normal',
9343       'default' => '0',
9344     ),
9345     'entity_id' => array(
9346       'type' => 'int',
9347       'not null' => TRUE,
9348       'size' => 'normal',
9349       'unsigned' => TRUE,
9350     ),
9351     'revision_id' => array(
9352       'type' => 'int',
9353       'not null' => TRUE,
9354       'size' => 'normal',
9355       'unsigned' => TRUE,
9356     ),
9357     'language' => array(
9358       'type' => 'varchar',
9359       'not null' => TRUE,
9360       'length' => '32',
9361       'default' => '',
9362     ),
9363     'delta' => array(
9364       'type' => 'int',
9365       'not null' => TRUE,
9366       'size' => 'normal',
9367       'unsigned' => TRUE,
9368     ),
9369     'body_value' => array(
9370       'type' => 'text',
9371       'not null' => FALSE,
9372       'size' => 'normal',
9373     ),
9374     'body_summary' => array(
9375       'type' => 'text',
9376       'not null' => FALSE,
9377       'size' => 'normal',
9378     ),
9379     'body_format' => array(
9380       'type' => 'varchar',
9381       'not null' => FALSE,
9382       'length' => '255',
9383     ),
9384   ),
9385   'primary key' => array(
9386     'entity_type',
9387     'deleted',
9388     'entity_id',
9389     'revision_id',
9390     'language',
9391     'delta',
9392   ),
9393   'mysql_character_set' => 'utf8',
9394 ));
9395
9396 $connection->insert('field_revision_body')
9397 ->fields(array(
9398   'entity_type',
9399   'bundle',
9400   'deleted',
9401   'entity_id',
9402   'revision_id',
9403   'language',
9404   'delta',
9405   'body_value',
9406   'body_summary',
9407   'body_format',
9408 ))
9409 ->values(array(
9410   'entity_type' => 'node',
9411   'bundle' => 'article',
9412   'deleted' => '0',
9413   'entity_id' => '2',
9414   'revision_id' => '2',
9415   'language' => 'und',
9416   'delta' => '0',
9417   'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
9418   'body_summary' => '',
9419   'body_format' => 'filtered_html',
9420 ))
9421 ->values(array(
9422   'entity_type' => 'node',
9423   'bundle' => 'article',
9424   'deleted' => '0',
9425   'entity_id' => '3',
9426   'revision_id' => '3',
9427   'language' => 'und',
9428   'delta' => '0',
9429   'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
9430   'body_summary' => '',
9431   'body_format' => 'filtered_html',
9432 ))
9433 ->values(array(
9434   'entity_type' => 'node',
9435   'bundle' => 'article',
9436   'deleted' => '0',
9437   'entity_id' => '4',
9438   'revision_id' => '4',
9439   'language' => 'und',
9440   'delta' => '0',
9441   'body_value' => 'is - Is that is it awesome.',
9442   'body_summary' => '',
9443   'body_format' => 'filtered_html',
9444 ))
9445 ->values(array(
9446   'entity_type' => 'node',
9447   'bundle' => 'article',
9448   'deleted' => '0',
9449   'entity_id' => '5',
9450   'revision_id' => '5',
9451   'language' => 'und',
9452   'delta' => '0',
9453   'body_value' => 'en - Is that is it awesome.',
9454   'body_summary' => '',
9455   'body_format' => 'filtered_html',
9456 ))
9457 ->execute();
9458
9459 $connection->schema()->createTable('field_revision_comment_body', array(
9460   'fields' => array(
9461     'entity_type' => array(
9462       'type' => 'varchar',
9463       'not null' => TRUE,
9464       'length' => '128',
9465       'default' => '',
9466     ),
9467     'bundle' => array(
9468       'type' => 'varchar',
9469       'not null' => TRUE,
9470       'length' => '128',
9471       'default' => '',
9472     ),
9473     'deleted' => array(
9474       'type' => 'int',
9475       'not null' => TRUE,
9476       'size' => 'normal',
9477       'default' => '0',
9478     ),
9479     'entity_id' => array(
9480       'type' => 'int',
9481       'not null' => TRUE,
9482       'size' => 'normal',
9483       'unsigned' => TRUE,
9484     ),
9485     'revision_id' => array(
9486       'type' => 'int',
9487       'not null' => TRUE,
9488       'size' => 'normal',
9489       'unsigned' => TRUE,
9490     ),
9491     'language' => array(
9492       'type' => 'varchar',
9493       'not null' => TRUE,
9494       'length' => '32',
9495       'default' => '',
9496     ),
9497     'delta' => array(
9498       'type' => 'int',
9499       'not null' => TRUE,
9500       'size' => 'normal',
9501       'unsigned' => TRUE,
9502     ),
9503     'comment_body_value' => array(
9504       'type' => 'text',
9505       'not null' => FALSE,
9506       'size' => 'normal',
9507     ),
9508     'comment_body_format' => array(
9509       'type' => 'varchar',
9510       'not null' => FALSE,
9511       'length' => '255',
9512     ),
9513   ),
9514   'primary key' => array(
9515     'entity_type',
9516     'deleted',
9517     'entity_id',
9518     'revision_id',
9519     'language',
9520     'delta',
9521   ),
9522   'mysql_character_set' => 'utf8',
9523 ));
9524
9525 $connection->insert('field_revision_comment_body')
9526 ->fields(array(
9527   'entity_type',
9528   'bundle',
9529   'deleted',
9530   'entity_id',
9531   'revision_id',
9532   'language',
9533   'delta',
9534   'comment_body_value',
9535   'comment_body_format',
9536 ))
9537 ->values(array(
9538   'entity_type' => 'comment',
9539   'bundle' => 'comment_node_test_content_type',
9540   'deleted' => '0',
9541   'entity_id' => '1',
9542   'revision_id' => '1',
9543   'language' => 'und',
9544   'delta' => '0',
9545   'comment_body_value' => 'This is a comment',
9546   'comment_body_format' => 'filtered_html',
9547 ))
9548 ->values(array(
9549   'entity_type' => 'comment',
9550   'bundle' => 'comment_node_article',
9551   'deleted' => '0',
9552   'entity_id' => '2',
9553   'revision_id' => '2',
9554   'language' => 'und',
9555   'delta' => '0',
9556   'comment_body_value' => 'TNG is better than DS9.',
9557   'comment_body_format' => 'filtered_html',
9558 ))
9559 ->values(array(
9560   'entity_type' => 'comment',
9561   'bundle' => 'comment_node_article',
9562   'deleted' => '0',
9563   'entity_id' => '3',
9564   'revision_id' => '3',
9565   'language' => 'und',
9566   'delta' => '0',
9567   'comment_body_value' => 'This is a comment to an Icelandic translation.',
9568   'comment_body_format' => 'filtered_html',
9569 ))
9570 ->execute();
9571
9572 $connection->schema()->createTable('field_revision_description_field', array(
9573   'fields' => array(
9574     'entity_type' => array(
9575       'type' => 'varchar',
9576       'not null' => TRUE,
9577       'length' => '128',
9578       'default' => '',
9579     ),
9580     'bundle' => array(
9581       'type' => 'varchar',
9582       'not null' => TRUE,
9583       'length' => '128',
9584       'default' => '',
9585     ),
9586     'deleted' => array(
9587       'type' => 'int',
9588       'not null' => TRUE,
9589       'size' => 'tiny',
9590       'default' => '0',
9591     ),
9592     'entity_id' => array(
9593       'type' => 'int',
9594       'not null' => TRUE,
9595       'size' => 'normal',
9596       'unsigned' => TRUE,
9597     ),
9598     'revision_id' => array(
9599       'type' => 'int',
9600       'not null' => TRUE,
9601       'size' => 'normal',
9602       'unsigned' => TRUE,
9603     ),
9604     'language' => array(
9605       'type' => 'varchar',
9606       'not null' => TRUE,
9607       'length' => '32',
9608       'default' => '',
9609     ),
9610     'delta' => array(
9611       'type' => 'int',
9612       'not null' => TRUE,
9613       'size' => 'normal',
9614       'unsigned' => TRUE,
9615     ),
9616     'description_field_value' => array(
9617       'type' => 'text',
9618       'not null' => FALSE,
9619       'size' => 'big',
9620     ),
9621     'description_field_summary' => array(
9622       'type' => 'text',
9623       'not null' => FALSE,
9624       'size' => 'big',
9625     ),
9626     'description_field_format' => array(
9627       'type' => 'varchar',
9628       'not null' => FALSE,
9629       'length' => '255',
9630     ),
9631   ),
9632   'primary key' => array(
9633     'entity_type',
9634     'entity_id',
9635     'revision_id',
9636     'deleted',
9637     'delta',
9638     'language',
9639   ),
9640   'indexes' => array(
9641     'entity_type' => array(
9642       'entity_type',
9643     ),
9644     'bundle' => array(
9645       'bundle',
9646     ),
9647     'deleted' => array(
9648       'deleted',
9649     ),
9650     'entity_id' => array(
9651       'entity_id',
9652     ),
9653     'revision_id' => array(
9654       'revision_id',
9655     ),
9656     'language' => array(
9657       'language',
9658     ),
9659     'description_field_format' => array(
9660       'description_field_format',
9661     ),
9662   ),
9663   'mysql_character_set' => 'utf8',
9664 ));
9665
9666 $connection->insert('field_revision_description_field')
9667 ->fields(array(
9668   'entity_type',
9669   'bundle',
9670   'deleted',
9671   'entity_id',
9672   'revision_id',
9673   'language',
9674   'delta',
9675   'description_field_value',
9676   'description_field_summary',
9677   'description_field_format',
9678 ))
9679 ->values(array(
9680   'entity_type' => 'taxonomy_term',
9681   'bundle' => 'test_vocabulary',
9682   'deleted' => '0',
9683   'entity_id' => '2',
9684   'revision_id' => '2',
9685   'language' => 'en',
9686   'delta' => '0',
9687   'description_field_value' => 'The first term. (This is a real field!)',
9688   'description_field_summary' => '',
9689   'description_field_format' => 'filtered_html',
9690 ))
9691 ->values(array(
9692   'entity_type' => 'taxonomy_term',
9693   'bundle' => 'test_vocabulary',
9694   'deleted' => '0',
9695   'entity_id' => '3',
9696   'revision_id' => '3',
9697   'language' => 'en',
9698   'delta' => '0',
9699   'description_field_value' => 'The second term.',
9700   'description_field_summary' => NULL,
9701   'description_field_format' => 'filtered_html',
9702 ))
9703 ->values(array(
9704   'entity_type' => 'taxonomy_term',
9705   'bundle' => 'test_vocabulary',
9706   'deleted' => '0',
9707   'entity_id' => '4',
9708   'revision_id' => '4',
9709   'language' => 'en',
9710   'delta' => '0',
9711   'description_field_value' => 'The third term in plain old English.',
9712   'description_field_summary' => '',
9713   'description_field_format' => 'full_html',
9714 ))
9715 ->values(array(
9716   'entity_type' => 'taxonomy_term',
9717   'bundle' => 'test_vocabulary',
9718   'deleted' => '0',
9719   'entity_id' => '4',
9720   'revision_id' => '4',
9721   'language' => 'fr',
9722   'delta' => '0',
9723   'description_field_value' => 'The third term en français s\'il vous plaît.',
9724   'description_field_summary' => '',
9725   'description_field_format' => 'full_html',
9726 ))
9727 ->values(array(
9728   'entity_type' => 'taxonomy_term',
9729   'bundle' => 'test_vocabulary',
9730   'deleted' => '0',
9731   'entity_id' => '4',
9732   'revision_id' => '4',
9733   'language' => 'is',
9734   'delta' => '0',
9735   'description_field_value' => 'The third term á íslensku.',
9736   'description_field_summary' => '',
9737   'description_field_format' => 'full_html',
9738 ))
9739 ->execute();
9740
9741 $connection->schema()->createTable('field_revision_field_boolean', array(
9742   'fields' => array(
9743     'entity_type' => array(
9744       'type' => 'varchar',
9745       'not null' => TRUE,
9746       'length' => '128',
9747       'default' => '',
9748     ),
9749     'bundle' => array(
9750       'type' => 'varchar',
9751       'not null' => TRUE,
9752       'length' => '128',
9753       'default' => '',
9754     ),
9755     'deleted' => array(
9756       'type' => 'int',
9757       'not null' => TRUE,
9758       'size' => 'normal',
9759       'default' => '0',
9760     ),
9761     'entity_id' => array(
9762       'type' => 'int',
9763       'not null' => TRUE,
9764       'size' => 'normal',
9765       'unsigned' => TRUE,
9766     ),
9767     'revision_id' => array(
9768       'type' => 'int',
9769       'not null' => TRUE,
9770       'size' => 'normal',
9771       'unsigned' => TRUE,
9772     ),
9773     'language' => array(
9774       'type' => 'varchar',
9775       'not null' => TRUE,
9776       'length' => '32',
9777       'default' => '',
9778     ),
9779     'delta' => array(
9780       'type' => 'int',
9781       'not null' => TRUE,
9782       'size' => 'normal',
9783       'unsigned' => TRUE,
9784     ),
9785     'field_boolean_value' => array(
9786       'type' => 'int',
9787       'not null' => FALSE,
9788       'size' => 'normal',
9789     ),
9790   ),
9791   'primary key' => array(
9792     'entity_type',
9793     'deleted',
9794     'entity_id',
9795     'revision_id',
9796     'language',
9797     'delta',
9798   ),
9799   'mysql_character_set' => 'utf8',
9800 ));
9801
9802 $connection->insert('field_revision_field_boolean')
9803 ->fields(array(
9804   'entity_type',
9805   'bundle',
9806   'deleted',
9807   'entity_id',
9808   'revision_id',
9809   'language',
9810   'delta',
9811   'field_boolean_value',
9812 ))
9813 ->values(array(
9814   'entity_type' => 'node',
9815   'bundle' => 'test_content_type',
9816   'deleted' => '0',
9817   'entity_id' => '1',
9818   'revision_id' => '1',
9819   'language' => 'und',
9820   'delta' => '0',
9821   'field_boolean_value' => '1',
9822 ))
9823 ->execute();
9824
9825 $connection->schema()->createTable('field_revision_field_date', array(
9826   'fields' => array(
9827     'entity_type' => array(
9828       'type' => 'varchar',
9829       'not null' => TRUE,
9830       'length' => '128',
9831       'default' => '',
9832     ),
9833     'bundle' => array(
9834       'type' => 'varchar',
9835       'not null' => TRUE,
9836       'length' => '128',
9837       'default' => '',
9838     ),
9839     'deleted' => array(
9840       'type' => 'int',
9841       'not null' => TRUE,
9842       'size' => 'normal',
9843       'default' => '0',
9844     ),
9845     'entity_id' => array(
9846       'type' => 'int',
9847       'not null' => TRUE,
9848       'size' => 'normal',
9849       'unsigned' => TRUE,
9850     ),
9851     'revision_id' => array(
9852       'type' => 'int',
9853       'not null' => TRUE,
9854       'size' => 'normal',
9855       'unsigned' => TRUE,
9856     ),
9857     'language' => array(
9858       'type' => 'varchar',
9859       'not null' => TRUE,
9860       'length' => '32',
9861       'default' => '',
9862     ),
9863     'delta' => array(
9864       'type' => 'int',
9865       'not null' => TRUE,
9866       'size' => 'normal',
9867       'unsigned' => TRUE,
9868     ),
9869     'field_date_value' => array(
9870       'type' => 'varchar',
9871       'not null' => FALSE,
9872       'length' => '100',
9873     ),
9874   ),
9875   'primary key' => array(
9876     'entity_type',
9877     'deleted',
9878     'entity_id',
9879     'revision_id',
9880     'language',
9881     'delta',
9882   ),
9883   'mysql_character_set' => 'utf8',
9884 ));
9885
9886 $connection->insert('field_revision_field_date')
9887 ->fields(array(
9888   'entity_type',
9889   'bundle',
9890   'deleted',
9891   'entity_id',
9892   'revision_id',
9893   'language',
9894   'delta',
9895   'field_date_value',
9896 ))
9897 ->values(array(
9898   'entity_type' => 'node',
9899   'bundle' => 'test_content_type',
9900   'deleted' => '0',
9901   'entity_id' => '1',
9902   'revision_id' => '1',
9903   'language' => 'und',
9904   'delta' => '0',
9905   'field_date_value' => '2015-01-20 04:15:00',
9906 ))
9907 ->execute();
9908
9909 $connection->schema()->createTable('field_revision_field_date_with_end_time', array(
9910   'fields' => array(
9911     'entity_type' => array(
9912       'type' => 'varchar',
9913       'not null' => TRUE,
9914       'length' => '128',
9915       'default' => '',
9916     ),
9917     'bundle' => array(
9918       'type' => 'varchar',
9919       'not null' => TRUE,
9920       'length' => '128',
9921       'default' => '',
9922     ),
9923     'deleted' => array(
9924       'type' => 'int',
9925       'not null' => TRUE,
9926       'size' => 'normal',
9927       'default' => '0',
9928     ),
9929     'entity_id' => array(
9930       'type' => 'int',
9931       'not null' => TRUE,
9932       'size' => 'normal',
9933       'unsigned' => TRUE,
9934     ),
9935     'revision_id' => array(
9936       'type' => 'int',
9937       'not null' => TRUE,
9938       'size' => 'normal',
9939       'unsigned' => TRUE,
9940     ),
9941     'language' => array(
9942       'type' => 'varchar',
9943       'not null' => TRUE,
9944       'length' => '32',
9945       'default' => '',
9946     ),
9947     'delta' => array(
9948       'type' => 'int',
9949       'not null' => TRUE,
9950       'size' => 'normal',
9951       'unsigned' => TRUE,
9952     ),
9953     'field_date_with_end_time_value' => array(
9954       'type' => 'int',
9955       'not null' => FALSE,
9956       'size' => 'normal',
9957     ),
9958     'field_date_with_end_time_value2' => array(
9959       'type' => 'int',
9960       'not null' => FALSE,
9961       'size' => 'normal',
9962     ),
9963   ),
9964   'primary key' => array(
9965     'entity_type',
9966     'deleted',
9967     'entity_id',
9968     'revision_id',
9969     'language',
9970     'delta',
9971   ),
9972   'mysql_character_set' => 'utf8',
9973 ));
9974
9975 $connection->insert('field_revision_field_date_with_end_time')
9976 ->fields(array(
9977   'entity_type',
9978   'bundle',
9979   'deleted',
9980   'entity_id',
9981   'revision_id',
9982   'language',
9983   'delta',
9984   'field_date_with_end_time_value',
9985   'field_date_with_end_time_value2',
9986 ))
9987 ->values(array(
9988   'entity_type' => 'node',
9989   'bundle' => 'test_content_type',
9990   'deleted' => '0',
9991   'entity_id' => '1',
9992   'revision_id' => '1',
9993   'language' => 'und',
9994   'delta' => '0',
9995   'field_date_with_end_time_value' => '1421727300',
9996   'field_date_with_end_time_value2' => '1421727300',
9997 ))
9998 ->execute();
9999
10000 $connection->schema()->createTable('field_revision_field_datetime_without_time', array(
10001   'fields' => array(
10002     'entity_type' => array(
10003       'type' => 'varchar',
10004       'not null' => TRUE,
10005       'length' => '128',
10006       'default' => '',
10007     ),
10008     'bundle' => array(
10009       'type' => 'varchar',
10010       'not null' => TRUE,
10011       'length' => '128',
10012       'default' => '',
10013     ),
10014     'deleted' => array(
10015       'type' => 'int',
10016       'not null' => TRUE,
10017       'size' => 'normal',
10018       'default' => '0',
10019     ),
10020     'entity_id' => array(
10021       'type' => 'int',
10022       'not null' => TRUE,
10023       'size' => 'normal',
10024       'unsigned' => TRUE,
10025     ),
10026     'revision_id' => array(
10027       'type' => 'int',
10028       'not null' => TRUE,
10029       'size' => 'normal',
10030       'unsigned' => TRUE,
10031     ),
10032     'language' => array(
10033       'type' => 'varchar',
10034       'not null' => TRUE,
10035       'length' => '32',
10036       'default' => '',
10037     ),
10038     'delta' => array(
10039       'type' => 'int',
10040       'not null' => TRUE,
10041       'size' => 'normal',
10042       'unsigned' => TRUE,
10043     ),
10044     'field_datetime_without_time_value' => array(
10045       'mysql_type' => 'datetime',
10046       'pgsql_type' => 'timestamp without time zone',
10047       'sqlite_type' => 'varchar',
10048       'sqlsrv_type' => 'smalldatetime',
10049       'not null' => FALSE,
10050     ),
10051   ),
10052   'primary key' => array(
10053     'entity_type',
10054     'deleted',
10055     'entity_id',
10056     'revision_id',
10057     'language',
10058     'delta',
10059   ),
10060   'mysql_character_set' => 'utf8',
10061 ));
10062
10063 $connection->insert('field_revision_field_datetime_without_time')
10064 ->fields(array(
10065   'entity_type',
10066   'bundle',
10067   'deleted',
10068   'entity_id',
10069   'revision_id',
10070   'language',
10071   'delta',
10072   'field_datetime_without_time_value',
10073 ))
10074 ->values(array(
10075   'entity_type' => 'node',
10076   'bundle' => 'test_content_type',
10077   'deleted' => '0',
10078   'entity_id' => '1',
10079   'revision_id' => '1',
10080   'language' => 'und',
10081   'delta' => '0',
10082   'field_datetime_without_time_value' => '2015-01-20 00:00:00',
10083 ))
10084 ->execute();
10085
10086 $connection->schema()->createTable('field_revision_field_date_without_time', array(
10087   'fields' => array(
10088     'entity_type' => array(
10089       'type' => 'varchar',
10090       'not null' => TRUE,
10091       'length' => '128',
10092       'default' => '',
10093     ),
10094     'bundle' => array(
10095       'type' => 'varchar',
10096       'not null' => TRUE,
10097       'length' => '128',
10098       'default' => '',
10099     ),
10100     'deleted' => array(
10101       'type' => 'int',
10102       'not null' => TRUE,
10103       'size' => 'normal',
10104       'default' => '0',
10105     ),
10106     'entity_id' => array(
10107       'type' => 'int',
10108       'not null' => TRUE,
10109       'size' => 'normal',
10110       'unsigned' => TRUE,
10111     ),
10112     'revision_id' => array(
10113       'type' => 'int',
10114       'not null' => TRUE,
10115       'size' => 'normal',
10116       'unsigned' => TRUE,
10117     ),
10118     'language' => array(
10119       'type' => 'varchar',
10120       'not null' => TRUE,
10121       'length' => '32',
10122       'default' => '',
10123     ),
10124     'delta' => array(
10125       'type' => 'int',
10126       'not null' => TRUE,
10127       'size' => 'normal',
10128       'unsigned' => TRUE,
10129     ),
10130     'field_date_without_time_value' => array(
10131       'type' => 'varchar',
10132       'not null' => FALSE,
10133       'length' => '100',
10134     ),
10135   ),
10136   'primary key' => array(
10137     'entity_type',
10138     'deleted',
10139     'entity_id',
10140     'revision_id',
10141     'language',
10142     'delta',
10143   ),
10144   'mysql_character_set' => 'utf8',
10145 ));
10146
10147 $connection->insert('field_revision_field_date_without_time')
10148 ->fields(array(
10149   'entity_type',
10150   'bundle',
10151   'deleted',
10152   'entity_id',
10153   'revision_id',
10154   'language',
10155   'delta',
10156   'field_date_without_time_value',
10157 ))
10158 ->values(array(
10159   'entity_type' => 'node',
10160   'bundle' => 'test_content_type',
10161   'deleted' => '0',
10162   'entity_id' => '1',
10163   'revision_id' => '1',
10164   'language' => 'und',
10165   'delta' => '0',
10166   'field_date_without_time_value' => '2015-01-20T00:00:00',
10167 ))
10168 ->execute();
10169
10170 $connection->schema()->createTable('field_revision_field_email', array(
10171   'fields' => array(
10172     'entity_type' => array(
10173       'type' => 'varchar',
10174       'not null' => TRUE,
10175       'length' => '128',
10176       'default' => '',
10177     ),
10178     'bundle' => array(
10179       'type' => 'varchar',
10180       'not null' => TRUE,
10181       'length' => '128',
10182       'default' => '',
10183     ),
10184     'deleted' => array(
10185       'type' => 'int',
10186       'not null' => TRUE,
10187       'size' => 'normal',
10188       'default' => '0',
10189     ),
10190     'entity_id' => array(
10191       'type' => 'int',
10192       'not null' => TRUE,
10193       'size' => 'normal',
10194       'unsigned' => TRUE,
10195     ),
10196     'revision_id' => array(
10197       'type' => 'int',
10198       'not null' => TRUE,
10199       'size' => 'normal',
10200       'unsigned' => TRUE,
10201     ),
10202     'language' => array(
10203       'type' => 'varchar',
10204       'not null' => TRUE,
10205       'length' => '32',
10206       'default' => '',
10207     ),
10208     'delta' => array(
10209       'type' => 'int',
10210       'not null' => TRUE,
10211       'size' => 'normal',
10212       'unsigned' => TRUE,
10213     ),
10214     'field_email_email' => array(
10215       'type' => 'varchar',
10216       'not null' => FALSE,
10217       'length' => '255',
10218     ),
10219   ),
10220   'primary key' => array(
10221     'entity_type',
10222     'deleted',
10223     'entity_id',
10224     'revision_id',
10225     'language',
10226     'delta',
10227   ),
10228   'mysql_character_set' => 'utf8',
10229 ));
10230
10231 $connection->insert('field_revision_field_email')
10232 ->fields(array(
10233   'entity_type',
10234   'bundle',
10235   'deleted',
10236   'entity_id',
10237   'revision_id',
10238   'language',
10239   'delta',
10240   'field_email_email',
10241 ))
10242 ->values(array(
10243   'entity_type' => 'node',
10244   'bundle' => 'test_content_type',
10245   'deleted' => '0',
10246   'entity_id' => '1',
10247   'revision_id' => '1',
10248   'language' => 'und',
10249   'delta' => '0',
10250   'field_email_email' => 'default@example.com',
10251 ))
10252 ->values(array(
10253   'entity_type' => 'node',
10254   'bundle' => 'test_content_type',
10255   'deleted' => '0',
10256   'entity_id' => '1',
10257   'revision_id' => '1',
10258   'language' => 'und',
10259   'delta' => '1',
10260   'field_email_email' => 'another@example.com',
10261 ))
10262 ->execute();
10263
10264 $connection->schema()->createTable('field_revision_field_file', array(
10265   'fields' => array(
10266     'entity_type' => array(
10267       'type' => 'varchar',
10268       'not null' => TRUE,
10269       'length' => '128',
10270       'default' => '',
10271     ),
10272     'bundle' => array(
10273       'type' => 'varchar',
10274       'not null' => TRUE,
10275       'length' => '128',
10276       'default' => '',
10277     ),
10278     'deleted' => array(
10279       'type' => 'int',
10280       'not null' => TRUE,
10281       'size' => 'normal',
10282       'default' => '0',
10283     ),
10284     'entity_id' => array(
10285       'type' => 'int',
10286       'not null' => TRUE,
10287       'size' => 'normal',
10288       'unsigned' => TRUE,
10289     ),
10290     'revision_id' => array(
10291       'type' => 'int',
10292       'not null' => TRUE,
10293       'size' => 'normal',
10294       'unsigned' => TRUE,
10295     ),
10296     'language' => array(
10297       'type' => 'varchar',
10298       'not null' => TRUE,
10299       'length' => '32',
10300       'default' => '',
10301     ),
10302     'delta' => array(
10303       'type' => 'int',
10304       'not null' => TRUE,
10305       'size' => 'normal',
10306       'unsigned' => TRUE,
10307     ),
10308     'field_file_fid' => array(
10309       'type' => 'int',
10310       'not null' => FALSE,
10311       'size' => 'normal',
10312       'unsigned' => TRUE,
10313     ),
10314     'field_file_display' => array(
10315       'type' => 'int',
10316       'not null' => TRUE,
10317       'size' => 'normal',
10318       'default' => '1',
10319       'unsigned' => TRUE,
10320     ),
10321     'field_file_description' => array(
10322       'type' => 'text',
10323       'not null' => FALSE,
10324       'size' => 'normal',
10325     ),
10326   ),
10327   'primary key' => array(
10328     'entity_type',
10329     'deleted',
10330     'entity_id',
10331     'revision_id',
10332     'language',
10333     'delta',
10334   ),
10335   'mysql_character_set' => 'utf8',
10336 ));
10337
10338 $connection->insert('field_revision_field_file')
10339 ->fields(array(
10340   'entity_type',
10341   'bundle',
10342   'deleted',
10343   'entity_id',
10344   'revision_id',
10345   'language',
10346   'delta',
10347   'field_file_fid',
10348   'field_file_display',
10349   'field_file_description',
10350 ))
10351 ->values(array(
10352   'entity_type' => 'node',
10353   'bundle' => 'test_content_type',
10354   'deleted' => '0',
10355   'entity_id' => '1',
10356   'revision_id' => '1',
10357   'language' => 'und',
10358   'delta' => '0',
10359   'field_file_fid' => '2',
10360   'field_file_display' => '1',
10361   'field_file_description' => 'file desc',
10362 ))
10363 ->values(array(
10364   'entity_type' => 'user',
10365   'bundle' => 'user',
10366   'deleted' => '0',
10367   'entity_id' => '2',
10368   'revision_id' => '2',
10369   'language' => 'und',
10370   'delta' => '0',
10371   'field_file_fid' => '2',
10372   'field_file_display' => '1',
10373   'field_file_description' => 'file desc',
10374 ))
10375 ->execute();
10376
10377 $connection->schema()->createTable('field_revision_field_float', array(
10378   'fields' => array(
10379     'entity_type' => array(
10380       'type' => 'varchar',
10381       'not null' => TRUE,
10382       'length' => '128',
10383       'default' => '',
10384     ),
10385     'bundle' => array(
10386       'type' => 'varchar',
10387       'not null' => TRUE,
10388       'length' => '128',
10389       'default' => '',
10390     ),
10391     'deleted' => array(
10392       'type' => 'int',
10393       'not null' => TRUE,
10394       'size' => 'normal',
10395       'default' => '0',
10396     ),
10397     'entity_id' => array(
10398       'type' => 'int',
10399       'not null' => TRUE,
10400       'size' => 'normal',
10401       'unsigned' => TRUE,
10402     ),
10403     'revision_id' => array(
10404       'type' => 'int',
10405       'not null' => TRUE,
10406       'size' => 'normal',
10407       'unsigned' => TRUE,
10408     ),
10409     'language' => array(
10410       'type' => 'varchar',
10411       'not null' => TRUE,
10412       'length' => '32',
10413       'default' => '',
10414     ),
10415     'delta' => array(
10416       'type' => 'int',
10417       'not null' => TRUE,
10418       'size' => 'normal',
10419       'unsigned' => TRUE,
10420     ),
10421     'field_float_value' => array(
10422       'type' => 'numeric',
10423       'not null' => FALSE,
10424       'precision' => '10',
10425       'scale' => '0',
10426     ),
10427   ),
10428   'primary key' => array(
10429     'entity_type',
10430     'deleted',
10431     'entity_id',
10432     'revision_id',
10433     'language',
10434     'delta',
10435   ),
10436   'mysql_character_set' => 'utf8',
10437 ));
10438
10439 $connection->insert('field_revision_field_float')
10440 ->fields(array(
10441   'entity_type',
10442   'bundle',
10443   'deleted',
10444   'entity_id',
10445   'revision_id',
10446   'language',
10447   'delta',
10448   'field_float_value',
10449 ))
10450 ->values(array(
10451   'entity_type' => 'node',
10452   'bundle' => 'test_content_type',
10453   'deleted' => '0',
10454   'entity_id' => '1',
10455   'revision_id' => '1',
10456   'language' => 'und',
10457   'delta' => '0',
10458   'field_float_value' => '1',
10459 ))
10460 ->execute();
10461
10462 $connection->schema()->createTable('field_revision_field_float_list', array(
10463   'fields' => array(
10464     'entity_type' => array(
10465       'type' => 'varchar',
10466       'not null' => TRUE,
10467       'length' => '128',
10468       'default' => '',
10469     ),
10470     'bundle' => array(
10471       'type' => 'varchar',
10472       'not null' => TRUE,
10473       'length' => '128',
10474       'default' => '',
10475     ),
10476     'deleted' => array(
10477       'type' => 'int',
10478       'not null' => TRUE,
10479       'size' => 'tiny',
10480       'default' => '0',
10481     ),
10482     'entity_id' => array(
10483       'type' => 'int',
10484       'not null' => TRUE,
10485       'size' => 'normal',
10486       'unsigned' => TRUE,
10487     ),
10488     'revision_id' => array(
10489       'type' => 'int',
10490       'not null' => TRUE,
10491       'size' => 'normal',
10492       'unsigned' => TRUE,
10493     ),
10494     'language' => array(
10495       'type' => 'varchar',
10496       'not null' => TRUE,
10497       'length' => '32',
10498       'default' => '',
10499     ),
10500     'delta' => array(
10501       'type' => 'int',
10502       'not null' => TRUE,
10503       'size' => 'normal',
10504       'unsigned' => TRUE,
10505     ),
10506     'field_float_list_value' => array(
10507       'type' => 'float',
10508       'not null' => FALSE,
10509       'size' => 'normal',
10510     ),
10511   ),
10512   'primary key' => array(
10513     'entity_type',
10514     'entity_id',
10515     'revision_id',
10516     'deleted',
10517     'delta',
10518     'language',
10519   ),
10520   'indexes' => array(
10521     'entity_type' => array(
10522       'entity_type',
10523     ),
10524     'bundle' => array(
10525       'bundle',
10526     ),
10527     'deleted' => array(
10528       'deleted',
10529     ),
10530     'entity_id' => array(
10531       'entity_id',
10532     ),
10533     'revision_id' => array(
10534       'revision_id',
10535     ),
10536     'language' => array(
10537       'language',
10538     ),
10539     'field_float_list_value' => array(
10540       'field_float_list_value',
10541     ),
10542   ),
10543   'mysql_character_set' => 'utf8',
10544 ));
10545
10546 $connection->insert('field_revision_field_float_list')
10547 ->fields(array(
10548   'entity_type',
10549   'bundle',
10550   'deleted',
10551   'entity_id',
10552   'revision_id',
10553   'language',
10554   'delta',
10555   'field_float_list_value',
10556 ))
10557 ->values(array(
10558   'entity_type' => 'node',
10559   'bundle' => 'test_content_type',
10560   'deleted' => '0',
10561   'entity_id' => '1',
10562   'revision_id' => '1',
10563   'language' => 'und',
10564   'delta' => '0',
10565   'field_float_list_value' => '3.1416',
10566 ))
10567 ->execute();
10568
10569 $connection->schema()->createTable('field_revision_field_image', array(
10570   'fields' => array(
10571     'entity_type' => array(
10572       'type' => 'varchar',
10573       'not null' => TRUE,
10574       'length' => '128',
10575       'default' => '',
10576     ),
10577     'bundle' => array(
10578       'type' => 'varchar',
10579       'not null' => TRUE,
10580       'length' => '128',
10581       'default' => '',
10582     ),
10583     'deleted' => array(
10584       'type' => 'int',
10585       'not null' => TRUE,
10586       'size' => 'normal',
10587       'default' => '0',
10588     ),
10589     'entity_id' => array(
10590       'type' => 'int',
10591       'not null' => TRUE,
10592       'size' => 'normal',
10593       'unsigned' => TRUE,
10594     ),
10595     'revision_id' => array(
10596       'type' => 'int',
10597       'not null' => TRUE,
10598       'size' => 'normal',
10599       'unsigned' => TRUE,
10600     ),
10601     'language' => array(
10602       'type' => 'varchar',
10603       'not null' => TRUE,
10604       'length' => '32',
10605       'default' => '',
10606     ),
10607     'delta' => array(
10608       'type' => 'int',
10609       'not null' => TRUE,
10610       'size' => 'normal',
10611       'unsigned' => TRUE,
10612     ),
10613     'field_image_fid' => array(
10614       'type' => 'int',
10615       'not null' => FALSE,
10616       'size' => 'normal',
10617       'unsigned' => TRUE,
10618     ),
10619     'field_image_alt' => array(
10620       'type' => 'varchar',
10621       'not null' => FALSE,
10622       'length' => '512',
10623     ),
10624     'field_image_title' => array(
10625       'type' => 'varchar',
10626       'not null' => FALSE,
10627       'length' => '1024',
10628     ),
10629     'field_image_width' => array(
10630       'type' => 'int',
10631       'not null' => FALSE,
10632       'size' => 'normal',
10633       'unsigned' => TRUE,
10634     ),
10635     'field_image_height' => array(
10636       'type' => 'int',
10637       'not null' => FALSE,
10638       'size' => 'normal',
10639       'unsigned' => TRUE,
10640     ),
10641   ),
10642   'primary key' => array(
10643     'entity_type',
10644     'deleted',
10645     'entity_id',
10646     'revision_id',
10647     'language',
10648     'delta',
10649   ),
10650   'mysql_character_set' => 'utf8',
10651 ));
10652
10653 $connection->schema()->createTable('field_revision_field_images', array(
10654   'fields' => array(
10655     'entity_type' => array(
10656       'type' => 'varchar',
10657       'not null' => TRUE,
10658       'length' => '128',
10659       'default' => '',
10660     ),
10661     'bundle' => array(
10662       'type' => 'varchar',
10663       'not null' => TRUE,
10664       'length' => '128',
10665       'default' => '',
10666     ),
10667     'deleted' => array(
10668       'type' => 'int',
10669       'not null' => TRUE,
10670       'size' => 'normal',
10671       'default' => '0',
10672     ),
10673     'entity_id' => array(
10674       'type' => 'int',
10675       'not null' => TRUE,
10676       'size' => 'normal',
10677       'unsigned' => TRUE,
10678     ),
10679     'revision_id' => array(
10680       'type' => 'int',
10681       'not null' => TRUE,
10682       'size' => 'normal',
10683       'unsigned' => TRUE,
10684     ),
10685     'language' => array(
10686       'type' => 'varchar',
10687       'not null' => TRUE,
10688       'length' => '32',
10689       'default' => '',
10690     ),
10691     'delta' => array(
10692       'type' => 'int',
10693       'not null' => TRUE,
10694       'size' => 'normal',
10695       'unsigned' => TRUE,
10696     ),
10697     'field_images_fid' => array(
10698       'type' => 'int',
10699       'not null' => FALSE,
10700       'size' => 'normal',
10701       'unsigned' => TRUE,
10702     ),
10703     'field_images_alt' => array(
10704       'type' => 'varchar',
10705       'not null' => FALSE,
10706       'length' => '512',
10707     ),
10708     'field_images_title' => array(
10709       'type' => 'varchar',
10710       'not null' => FALSE,
10711       'length' => '1024',
10712     ),
10713     'field_images_width' => array(
10714       'type' => 'int',
10715       'not null' => FALSE,
10716       'size' => 'normal',
10717       'unsigned' => TRUE,
10718     ),
10719     'field_images_height' => array(
10720       'type' => 'int',
10721       'not null' => FALSE,
10722       'size' => 'normal',
10723       'unsigned' => TRUE,
10724     ),
10725   ),
10726   'primary key' => array(
10727     'entity_type',
10728     'deleted',
10729     'entity_id',
10730     'revision_id',
10731     'language',
10732     'delta',
10733   ),
10734   'mysql_character_set' => 'utf8',
10735 ));
10736
10737 $connection->insert('field_revision_field_images')
10738 ->fields(array(
10739   'entity_type',
10740   'bundle',
10741   'deleted',
10742   'entity_id',
10743   'revision_id',
10744   'language',
10745   'delta',
10746   'field_images_fid',
10747   'field_images_alt',
10748   'field_images_title',
10749   'field_images_width',
10750   'field_images_height',
10751 ))
10752 ->values(array(
10753   'entity_type' => 'node',
10754   'bundle' => 'test_content_type',
10755   'deleted' => '0',
10756   'entity_id' => '1',
10757   'revision_id' => '1',
10758   'language' => 'und',
10759   'delta' => '0',
10760   'field_images_fid' => '1',
10761   'field_images_alt' => 'alt text',
10762   'field_images_title' => 'title text',
10763   'field_images_width' => '93',
10764   'field_images_height' => '93',
10765 ))
10766 ->execute();
10767
10768 $connection->schema()->createTable('field_revision_field_integer', array(
10769   'fields' => array(
10770     'entity_type' => array(
10771       'type' => 'varchar',
10772       'not null' => TRUE,
10773       'length' => '128',
10774       'default' => '',
10775     ),
10776     'bundle' => array(
10777       'type' => 'varchar',
10778       'not null' => TRUE,
10779       'length' => '128',
10780       'default' => '',
10781     ),
10782     'deleted' => array(
10783       'type' => 'int',
10784       'not null' => TRUE,
10785       'size' => 'normal',
10786       'default' => '0',
10787     ),
10788     'entity_id' => array(
10789       'type' => 'int',
10790       'not null' => TRUE,
10791       'size' => 'normal',
10792       'unsigned' => TRUE,
10793     ),
10794     'revision_id' => array(
10795       'type' => 'int',
10796       'not null' => TRUE,
10797       'size' => 'normal',
10798       'unsigned' => TRUE,
10799     ),
10800     'language' => array(
10801       'type' => 'varchar',
10802       'not null' => TRUE,
10803       'length' => '32',
10804       'default' => '',
10805     ),
10806     'delta' => array(
10807       'type' => 'int',
10808       'not null' => TRUE,
10809       'size' => 'normal',
10810       'unsigned' => TRUE,
10811     ),
10812     'field_integer_value' => array(
10813       'type' => 'int',
10814       'not null' => FALSE,
10815       'size' => 'normal',
10816     ),
10817   ),
10818   'primary key' => array(
10819     'entity_type',
10820     'deleted',
10821     'entity_id',
10822     'revision_id',
10823     'language',
10824     'delta',
10825   ),
10826   'mysql_character_set' => 'utf8',
10827 ));
10828
10829 $connection->insert('field_revision_field_integer')
10830 ->fields(array(
10831   'entity_type',
10832   'bundle',
10833   'deleted',
10834   'entity_id',
10835   'revision_id',
10836   'language',
10837   'delta',
10838   'field_integer_value',
10839 ))
10840 ->values(array(
10841   'entity_type' => 'comment',
10842   'bundle' => 'comment_node_test_content_type',
10843   'deleted' => '0',
10844   'entity_id' => '1',
10845   'revision_id' => '1',
10846   'language' => 'en',
10847   'delta' => '0',
10848   'field_integer_value' => '1000000',
10849 ))
10850 ->values(array(
10851   'entity_type' => 'comment',
10852   'bundle' => 'comment_node_test_content_type',
10853   'deleted' => '0',
10854   'entity_id' => '1',
10855   'revision_id' => '1',
10856   'language' => 'fr',
10857   'delta' => '0',
10858   'field_integer_value' => '2000000',
10859 ))
10860 ->values(array(
10861   'entity_type' => 'comment',
10862   'bundle' => 'comment_node_test_content_type',
10863   'deleted' => '0',
10864   'entity_id' => '1',
10865   'revision_id' => '1',
10866   'language' => 'is',
10867   'delta' => '0',
10868   'field_integer_value' => '3000000',
10869 ))
10870 ->values(array(
10871   'entity_type' => 'node',
10872   'bundle' => 'test_content_type',
10873   'deleted' => '0',
10874   'entity_id' => '1',
10875   'revision_id' => '1',
10876   'language' => 'en',
10877   'delta' => '0',
10878   'field_integer_value' => '5',
10879 ))
10880 ->values(array(
10881   'entity_type' => 'node',
10882   'bundle' => 'test_content_type',
10883   'deleted' => '0',
10884   'entity_id' => '1',
10885   'revision_id' => '1',
10886   'language' => 'fr',
10887   'delta' => '0',
10888   'field_integer_value' => '6',
10889 ))
10890 ->values(array(
10891   'entity_type' => 'node',
10892   'bundle' => 'test_content_type',
10893   'deleted' => '0',
10894   'entity_id' => '1',
10895   'revision_id' => '1',
10896   'language' => 'is',
10897   'delta' => '0',
10898   'field_integer_value' => '7',
10899 ))
10900 ->values(array(
10901   'entity_type' => 'user',
10902   'bundle' => 'user',
10903   'deleted' => '0',
10904   'entity_id' => '2',
10905   'revision_id' => '2',
10906   'language' => 'en',
10907   'delta' => '0',
10908   'field_integer_value' => '99',
10909 ))
10910 ->values(array(
10911   'entity_type' => 'taxonomy_term',
10912   'bundle' => 'test_vocabulary',
10913   'deleted' => '0',
10914   'entity_id' => '4',
10915   'revision_id' => '4',
10916   'language' => 'en',
10917   'delta' => '0',
10918   'field_integer_value' => '6',
10919 ))
10920 ->values(array(
10921   'entity_type' => 'taxonomy_term',
10922   'bundle' => 'test_vocabulary',
10923   'deleted' => '0',
10924   'entity_id' => '4',
10925   'revision_id' => '4',
10926   'language' => 'fr',
10927   'delta' => '0',
10928   'field_integer_value' => '5',
10929 ))
10930 ->values(array(
10931   'entity_type' => 'taxonomy_term',
10932   'bundle' => 'test_vocabulary',
10933   'deleted' => '0',
10934   'entity_id' => '4',
10935   'revision_id' => '4',
10936   'language' => 'is',
10937   'delta' => '0',
10938   'field_integer_value' => '4',
10939 ))
10940 ->execute();
10941
10942 $connection->schema()->createTable('field_revision_field_integer_list', array(
10943   'fields' => array(
10944     'entity_type' => array(
10945       'type' => 'varchar',
10946       'not null' => TRUE,
10947       'length' => '128',
10948       'default' => '',
10949     ),
10950     'bundle' => array(
10951       'type' => 'varchar',
10952       'not null' => TRUE,
10953       'length' => '128',
10954       'default' => '',
10955     ),
10956     'deleted' => array(
10957       'type' => 'int',
10958       'not null' => TRUE,
10959       'size' => 'normal',
10960       'default' => '0',
10961     ),
10962     'entity_id' => array(
10963       'type' => 'int',
10964       'not null' => TRUE,
10965       'size' => 'normal',
10966       'unsigned' => TRUE,
10967     ),
10968     'revision_id' => array(
10969       'type' => 'int',
10970       'not null' => TRUE,
10971       'size' => 'normal',
10972       'unsigned' => TRUE,
10973     ),
10974     'language' => array(
10975       'type' => 'varchar',
10976       'not null' => TRUE,
10977       'length' => '32',
10978       'default' => '',
10979     ),
10980     'delta' => array(
10981       'type' => 'int',
10982       'not null' => TRUE,
10983       'size' => 'normal',
10984       'unsigned' => TRUE,
10985     ),
10986     'field_integer_list_value' => array(
10987       'type' => 'int',
10988       'not null' => FALSE,
10989       'size' => 'normal',
10990     ),
10991   ),
10992   'primary key' => array(
10993     'entity_type',
10994     'deleted',
10995     'entity_id',
10996     'revision_id',
10997     'language',
10998     'delta',
10999   ),
11000   'mysql_character_set' => 'utf8',
11001 ));
11002
11003 $connection->insert('field_revision_field_integer_list')
11004 ->fields(array(
11005   'entity_type',
11006   'bundle',
11007   'deleted',
11008   'entity_id',
11009   'revision_id',
11010   'language',
11011   'delta',
11012   'field_integer_list_value',
11013 ))
11014 ->values(array(
11015   'entity_type' => 'node',
11016   'bundle' => 'test_content_type',
11017   'deleted' => '0',
11018   'entity_id' => '1',
11019   'revision_id' => '1',
11020   'language' => 'und',
11021   'delta' => '0',
11022   'field_integer_list_value' => '7',
11023 ))
11024 ->execute();
11025
11026 $connection->schema()->createTable('field_revision_field_link', array(
11027   'fields' => array(
11028     'entity_type' => array(
11029       'type' => 'varchar',
11030       'not null' => TRUE,
11031       'length' => '128',
11032       'default' => '',
11033     ),
11034     'bundle' => array(
11035       'type' => 'varchar',
11036       'not null' => TRUE,
11037       'length' => '128',
11038       'default' => '',
11039     ),
11040     'deleted' => array(
11041       'type' => 'int',
11042       'not null' => TRUE,
11043       'size' => 'normal',
11044       'default' => '0',
11045     ),
11046     'entity_id' => array(
11047       'type' => 'int',
11048       'not null' => TRUE,
11049       'size' => 'normal',
11050       'unsigned' => TRUE,
11051     ),
11052     'revision_id' => array(
11053       'type' => 'int',
11054       'not null' => TRUE,
11055       'size' => 'normal',
11056       'unsigned' => TRUE,
11057     ),
11058     'language' => array(
11059       'type' => 'varchar',
11060       'not null' => TRUE,
11061       'length' => '32',
11062       'default' => '',
11063     ),
11064     'delta' => array(
11065       'type' => 'int',
11066       'not null' => TRUE,
11067       'size' => 'normal',
11068       'unsigned' => TRUE,
11069     ),
11070     'field_link_url' => array(
11071       'type' => 'varchar',
11072       'not null' => FALSE,
11073       'length' => '2048',
11074     ),
11075     'field_link_title' => array(
11076       'type' => 'varchar',
11077       'not null' => FALSE,
11078       'length' => '255',
11079     ),
11080     'field_link_attributes' => array(
11081       'type' => 'text',
11082       'not null' => FALSE,
11083       'size' => 'normal',
11084     ),
11085   ),
11086   'primary key' => array(
11087     'entity_type',
11088     'deleted',
11089     'entity_id',
11090     'revision_id',
11091     'language',
11092     'delta',
11093   ),
11094   'mysql_character_set' => 'utf8',
11095 ));
11096
11097 $connection->insert('field_revision_field_link')
11098 ->fields(array(
11099   'entity_type',
11100   'bundle',
11101   'deleted',
11102   'entity_id',
11103   'revision_id',
11104   'language',
11105   'delta',
11106   'field_link_url',
11107   'field_link_title',
11108   'field_link_attributes',
11109 ))
11110 ->values(array(
11111   'entity_type' => 'node',
11112   'bundle' => 'test_content_type',
11113   'deleted' => '0',
11114   'entity_id' => '1',
11115   'revision_id' => '1',
11116   'language' => 'und',
11117   'delta' => '0',
11118   'field_link_url' => 'http://google.com',
11119   'field_link_title' => 'Click Here',
11120   'field_link_attributes' => 'a:1:{s:5:"title";s:10:"Click Here";}',
11121 ))
11122 ->values(array(
11123   'entity_type' => 'node',
11124   'bundle' => 'article',
11125   'deleted' => '0',
11126   'entity_id' => '2',
11127   'revision_id' => '2',
11128   'language' => 'und',
11129   'delta' => '0',
11130   'field_link_url' => '<front>',
11131   'field_link_title' => 'Home',
11132   'field_link_attributes' => 'a:0:{}',
11133 ))
11134 ->values(array(
11135   'entity_type' => 'node',
11136   'bundle' => 'article',
11137   'deleted' => '0',
11138   'entity_id' => '3',
11139   'revision_id' => '3',
11140   'language' => 'und',
11141   'delta' => '0',
11142   'field_link_url' => '<front>',
11143   'field_link_title' => 'Home',
11144   'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
11145 ))
11146 ->execute();
11147
11148 $connection->schema()->createTable('field_revision_field_long_text', array(
11149   'fields' => array(
11150     'entity_type' => array(
11151       'type' => 'varchar',
11152       'not null' => TRUE,
11153       'length' => '128',
11154       'default' => '',
11155     ),
11156     'bundle' => array(
11157       'type' => 'varchar',
11158       'not null' => TRUE,
11159       'length' => '128',
11160       'default' => '',
11161     ),
11162     'deleted' => array(
11163       'type' => 'int',
11164       'not null' => TRUE,
11165       'size' => 'normal',
11166       'default' => '0',
11167     ),
11168     'entity_id' => array(
11169       'type' => 'int',
11170       'not null' => TRUE,
11171       'size' => 'normal',
11172       'unsigned' => TRUE,
11173     ),
11174     'revision_id' => array(
11175       'type' => 'int',
11176       'not null' => TRUE,
11177       'size' => 'normal',
11178       'unsigned' => TRUE,
11179     ),
11180     'language' => array(
11181       'type' => 'varchar',
11182       'not null' => TRUE,
11183       'length' => '32',
11184       'default' => '',
11185     ),
11186     'delta' => array(
11187       'type' => 'int',
11188       'not null' => TRUE,
11189       'size' => 'normal',
11190       'unsigned' => TRUE,
11191     ),
11192     'field_long_text_value' => array(
11193       'type' => 'text',
11194       'not null' => FALSE,
11195       'size' => 'normal',
11196     ),
11197     'field_long_text_summary' => array(
11198       'type' => 'text',
11199       'not null' => FALSE,
11200       'size' => 'normal',
11201     ),
11202     'field_long_text_format' => array(
11203       'type' => 'varchar',
11204       'not null' => FALSE,
11205       'length' => '255',
11206     ),
11207   ),
11208   'primary key' => array(
11209     'entity_type',
11210     'deleted',
11211     'entity_id',
11212     'revision_id',
11213     'language',
11214     'delta',
11215   ),
11216   'mysql_character_set' => 'utf8',
11217 ));
11218
11219 $connection->schema()->createTable('field_revision_field_node_entityreference', array(
11220   'fields' => array(
11221     'entity_type' => array(
11222       'type' => 'varchar',
11223       'not null' => TRUE,
11224       'length' => '128',
11225       'default' => '',
11226     ),
11227     'bundle' => array(
11228       'type' => 'varchar',
11229       'not null' => TRUE,
11230       'length' => '128',
11231       'default' => '',
11232     ),
11233     'deleted' => array(
11234       'type' => 'int',
11235       'not null' => TRUE,
11236       'size' => 'tiny',
11237       'default' => '0',
11238     ),
11239     'entity_id' => array(
11240       'type' => 'int',
11241       'not null' => TRUE,
11242       'size' => 'normal',
11243       'unsigned' => TRUE,
11244     ),
11245     'revision_id' => array(
11246       'type' => 'int',
11247       'not null' => TRUE,
11248       'size' => 'normal',
11249       'unsigned' => TRUE,
11250     ),
11251     'language' => array(
11252       'type' => 'varchar',
11253       'not null' => TRUE,
11254       'length' => '32',
11255       'default' => '',
11256     ),
11257     'delta' => array(
11258       'type' => 'int',
11259       'not null' => TRUE,
11260       'size' => 'normal',
11261       'unsigned' => TRUE,
11262     ),
11263     'field_node_entityreference_target_id' => array(
11264       'type' => 'int',
11265       'not null' => TRUE,
11266       'size' => 'normal',
11267       'unsigned' => TRUE,
11268     ),
11269   ),
11270   'primary key' => array(
11271     'entity_type',
11272     'entity_id',
11273     'revision_id',
11274     'deleted',
11275     'delta',
11276     'language',
11277   ),
11278   'indexes' => array(
11279     'entity_type' => array(
11280       'entity_type',
11281     ),
11282     'bundle' => array(
11283       'bundle',
11284     ),
11285     'deleted' => array(
11286       'deleted',
11287     ),
11288     'entity_id' => array(
11289       'entity_id',
11290     ),
11291     'revision_id' => array(
11292       'revision_id',
11293     ),
11294     'language' => array(
11295       'language',
11296     ),
11297     'field_node_entityreference_target_id' => array(
11298       'field_node_entityreference_target_id',
11299     ),
11300   ),
11301   'mysql_character_set' => 'utf8',
11302 ));
11303
11304 $connection->insert('field_revision_field_node_entityreference')
11305 ->fields(array(
11306   'entity_type',
11307   'bundle',
11308   'deleted',
11309   'entity_id',
11310   'revision_id',
11311   'language',
11312   'delta',
11313   'field_node_entityreference_target_id',
11314 ))
11315 ->values(array(
11316   'entity_type' => 'node',
11317   'bundle' => 'test_content_type',
11318   'deleted' => '0',
11319   'entity_id' => '1',
11320   'revision_id' => '1',
11321   'language' => 'und',
11322   'delta' => '0',
11323   'field_node_entityreference_target_id' => '2',
11324 ))
11325 ->execute();
11326
11327 $connection->schema()->createTable('field_revision_field_phone', array(
11328   'fields' => array(
11329     'entity_type' => array(
11330       'type' => 'varchar',
11331       'not null' => TRUE,
11332       'length' => '128',
11333       'default' => '',
11334     ),
11335     'bundle' => array(
11336       'type' => 'varchar',
11337       'not null' => TRUE,
11338       'length' => '128',
11339       'default' => '',
11340     ),
11341     'deleted' => array(
11342       'type' => 'int',
11343       'not null' => TRUE,
11344       'size' => 'normal',
11345       'default' => '0',
11346     ),
11347     'entity_id' => array(
11348       'type' => 'int',
11349       'not null' => TRUE,
11350       'size' => 'normal',
11351       'unsigned' => TRUE,
11352     ),
11353     'revision_id' => array(
11354       'type' => 'int',
11355       'not null' => TRUE,
11356       'size' => 'normal',
11357       'unsigned' => TRUE,
11358     ),
11359     'language' => array(
11360       'type' => 'varchar',
11361       'not null' => TRUE,
11362       'length' => '32',
11363       'default' => '',
11364     ),
11365     'delta' => array(
11366       'type' => 'int',
11367       'not null' => TRUE,
11368       'size' => 'normal',
11369       'unsigned' => TRUE,
11370     ),
11371     'field_phone_value' => array(
11372       'type' => 'varchar',
11373       'not null' => FALSE,
11374       'length' => '255',
11375     ),
11376   ),
11377   'primary key' => array(
11378     'entity_type',
11379     'deleted',
11380     'entity_id',
11381     'revision_id',
11382     'language',
11383     'delta',
11384   ),
11385   'mysql_character_set' => 'utf8',
11386 ));
11387
11388 $connection->insert('field_revision_field_phone')
11389 ->fields(array(
11390   'entity_type',
11391   'bundle',
11392   'deleted',
11393   'entity_id',
11394   'revision_id',
11395   'language',
11396   'delta',
11397   'field_phone_value',
11398 ))
11399 ->values(array(
11400   'entity_type' => 'node',
11401   'bundle' => 'test_content_type',
11402   'deleted' => '0',
11403   'entity_id' => '1',
11404   'revision_id' => '1',
11405   'language' => 'und',
11406   'delta' => '0',
11407   'field_phone_value' => '99-99-99-99',
11408 ))
11409 ->values(array(
11410   'entity_type' => 'node',
11411   'bundle' => 'test_content_type',
11412   'deleted' => '0',
11413   'entity_id' => '1',
11414   'revision_id' => '6',
11415   'language' => 'und',
11416   'delta' => '0',
11417   'field_phone_value' => '99-99-99-99',
11418 ))
11419 ->execute();
11420
11421 $connection->schema()->createTable('field_revision_field_private_file', array(
11422   'fields' => array(
11423     'entity_type' => array(
11424       'type' => 'varchar',
11425       'not null' => TRUE,
11426       'length' => '128',
11427       'default' => '',
11428     ),
11429     'bundle' => array(
11430       'type' => 'varchar',
11431       'not null' => TRUE,
11432       'length' => '128',
11433       'default' => '',
11434     ),
11435     'deleted' => array(
11436       'type' => 'int',
11437       'not null' => TRUE,
11438       'size' => 'tiny',
11439       'default' => '0',
11440     ),
11441     'entity_id' => array(
11442       'type' => 'int',
11443       'not null' => TRUE,
11444       'size' => 'normal',
11445       'unsigned' => TRUE,
11446     ),
11447     'revision_id' => array(
11448       'type' => 'int',
11449       'not null' => TRUE,
11450       'size' => 'normal',
11451       'unsigned' => TRUE,
11452     ),
11453     'language' => array(
11454       'type' => 'varchar',
11455       'not null' => TRUE,
11456       'length' => '32',
11457       'default' => '',
11458     ),
11459     'delta' => array(
11460       'type' => 'int',
11461       'not null' => TRUE,
11462       'size' => 'normal',
11463       'unsigned' => TRUE,
11464     ),
11465     'field_private_file_fid' => array(
11466       'type' => 'int',
11467       'not null' => FALSE,
11468       'size' => 'normal',
11469       'unsigned' => TRUE,
11470     ),
11471     'field_private_file_display' => array(
11472       'type' => 'int',
11473       'not null' => TRUE,
11474       'size' => 'tiny',
11475       'default' => '1',
11476       'unsigned' => TRUE,
11477     ),
11478     'field_private_file_description' => array(
11479       'type' => 'text',
11480       'not null' => FALSE,
11481       'size' => 'normal',
11482     ),
11483   ),
11484   'primary key' => array(
11485     'entity_type',
11486     'entity_id',
11487     'revision_id',
11488     'deleted',
11489     'delta',
11490     'language',
11491   ),
11492   'indexes' => array(
11493     'entity_type' => array(
11494       'entity_type',
11495     ),
11496     'bundle' => array(
11497       'bundle',
11498     ),
11499     'deleted' => array(
11500       'deleted',
11501     ),
11502     'entity_id' => array(
11503       'entity_id',
11504     ),
11505     'revision_id' => array(
11506       'revision_id',
11507     ),
11508     'language' => array(
11509       'language',
11510     ),
11511     'field_private_file_fid' => array(
11512       'field_private_file_fid',
11513     ),
11514   ),
11515   'mysql_character_set' => 'utf8',
11516 ));
11517
11518 $connection->insert('field_revision_field_private_file')
11519 ->fields(array(
11520   'entity_type',
11521   'bundle',
11522   'deleted',
11523   'entity_id',
11524   'revision_id',
11525   'language',
11526   'delta',
11527   'field_private_file_fid',
11528   'field_private_file_display',
11529   'field_private_file_description',
11530 ))
11531 ->values(array(
11532   'entity_type' => 'node',
11533   'bundle' => 'test_content_type',
11534   'deleted' => '0',
11535   'entity_id' => '1',
11536   'revision_id' => '6',
11537   'language' => 'und',
11538   'delta' => '0',
11539   'field_private_file_fid' => '4',
11540   'field_private_file_display' => '1',
11541   'field_private_file_description' => '',
11542 ))
11543 ->execute();
11544
11545 $connection->schema()->createTable('field_revision_field_reference', array(
11546   'fields' => array(
11547     'entity_type' => array(
11548       'type' => 'varchar',
11549       'not null' => TRUE,
11550       'length' => '128',
11551       'default' => '',
11552     ),
11553     'bundle' => array(
11554       'type' => 'varchar',
11555       'not null' => TRUE,
11556       'length' => '128',
11557       'default' => '',
11558     ),
11559     'deleted' => array(
11560       'type' => 'int',
11561       'not null' => TRUE,
11562       'size' => 'tiny',
11563       'default' => '0',
11564     ),
11565     'entity_id' => array(
11566       'type' => 'int',
11567       'not null' => TRUE,
11568       'size' => 'normal',
11569       'unsigned' => TRUE,
11570     ),
11571     'revision_id' => array(
11572       'type' => 'int',
11573       'not null' => TRUE,
11574       'size' => 'normal',
11575       'unsigned' => TRUE,
11576     ),
11577     'language' => array(
11578       'type' => 'varchar',
11579       'not null' => TRUE,
11580       'length' => '32',
11581       'default' => '',
11582     ),
11583     'delta' => array(
11584       'type' => 'int',
11585       'not null' => TRUE,
11586       'size' => 'normal',
11587       'unsigned' => TRUE,
11588     ),
11589     'field_reference_target_id' => array(
11590       'type' => 'int',
11591       'not null' => TRUE,
11592       'size' => 'normal',
11593       'unsigned' => TRUE,
11594     ),
11595   ),
11596   'primary key' => array(
11597     'entity_type',
11598     'entity_id',
11599     'revision_id',
11600     'deleted',
11601     'delta',
11602     'language',
11603   ),
11604   'indexes' => array(
11605     'entity_type' => array(
11606       'entity_type',
11607     ),
11608     'bundle' => array(
11609       'bundle',
11610     ),
11611     'deleted' => array(
11612       'deleted',
11613     ),
11614     'entity_id' => array(
11615       'entity_id',
11616     ),
11617     'revision_id' => array(
11618       'revision_id',
11619     ),
11620     'language' => array(
11621       'language',
11622     ),
11623     'field_reference_target_id' => array(
11624       'field_reference_target_id',
11625     ),
11626   ),
11627   'mysql_character_set' => 'utf8',
11628 ));
11629
11630 $connection->insert('field_revision_field_reference')
11631 ->fields(array(
11632   'entity_type',
11633   'bundle',
11634   'deleted',
11635   'entity_id',
11636   'revision_id',
11637   'language',
11638   'delta',
11639   'field_reference_target_id',
11640 ))
11641 ->values(array(
11642   'entity_type' => 'node',
11643   'bundle' => 'article',
11644   'deleted' => '0',
11645   'entity_id' => '2',
11646   'revision_id' => '2',
11647   'language' => 'und',
11648   'delta' => '0',
11649   'field_reference_target_id' => '5',
11650 ))
11651 ->values(array(
11652   'entity_type' => 'node',
11653   'bundle' => 'article',
11654   'deleted' => '0',
11655   'entity_id' => '3',
11656   'revision_id' => '3',
11657   'language' => 'und',
11658   'delta' => '0',
11659   'field_reference_target_id' => '4',
11660 ))
11661 ->values(array(
11662   'entity_type' => 'node',
11663   'bundle' => 'article',
11664   'deleted' => '0',
11665   'entity_id' => '4',
11666   'revision_id' => '4',
11667   'language' => 'und',
11668   'delta' => '0',
11669   'field_reference_target_id' => '3',
11670 ))
11671 ->values(array(
11672   'entity_type' => 'node',
11673   'bundle' => 'article',
11674   'deleted' => '0',
11675   'entity_id' => '5',
11676   'revision_id' => '5',
11677   'language' => 'und',
11678   'delta' => '0',
11679   'field_reference_target_id' => '2',
11680 ))
11681 ->execute();
11682
11683 $connection->schema()->createTable('field_revision_field_reference_2', array(
11684   'fields' => array(
11685     'entity_type' => array(
11686       'type' => 'varchar',
11687       'not null' => TRUE,
11688       'length' => '128',
11689       'default' => '',
11690     ),
11691     'bundle' => array(
11692       'type' => 'varchar',
11693       'not null' => TRUE,
11694       'length' => '128',
11695       'default' => '',
11696     ),
11697     'deleted' => array(
11698       'type' => 'int',
11699       'not null' => TRUE,
11700       'size' => 'tiny',
11701       'default' => '0',
11702     ),
11703     'entity_id' => array(
11704       'type' => 'int',
11705       'not null' => TRUE,
11706       'size' => 'normal',
11707       'unsigned' => TRUE,
11708     ),
11709     'revision_id' => array(
11710       'type' => 'int',
11711       'not null' => TRUE,
11712       'size' => 'normal',
11713       'unsigned' => TRUE,
11714     ),
11715     'language' => array(
11716       'type' => 'varchar',
11717       'not null' => TRUE,
11718       'length' => '32',
11719       'default' => '',
11720     ),
11721     'delta' => array(
11722       'type' => 'int',
11723       'not null' => TRUE,
11724       'size' => 'normal',
11725       'unsigned' => TRUE,
11726     ),
11727     'field_reference_2_target_id' => array(
11728       'type' => 'int',
11729       'not null' => TRUE,
11730       'size' => 'normal',
11731       'unsigned' => TRUE,
11732     ),
11733   ),
11734   'primary key' => array(
11735     'entity_type',
11736     'entity_id',
11737     'revision_id',
11738     'deleted',
11739     'delta',
11740     'language',
11741   ),
11742   'indexes' => array(
11743     'entity_type' => array(
11744       'entity_type',
11745     ),
11746     'bundle' => array(
11747       'bundle',
11748     ),
11749     'deleted' => array(
11750       'deleted',
11751     ),
11752     'entity_id' => array(
11753       'entity_id',
11754     ),
11755     'revision_id' => array(
11756       'revision_id',
11757     ),
11758     'language' => array(
11759       'language',
11760     ),
11761     'field_reference_2_target_id' => array(
11762       'field_reference_2_target_id',
11763     ),
11764   ),
11765   'mysql_character_set' => 'utf8',
11766 ));
11767
11768 $connection->insert('field_revision_field_reference_2')
11769 ->fields(array(
11770   'entity_type',
11771   'bundle',
11772   'deleted',
11773   'entity_id',
11774   'revision_id',
11775   'language',
11776   'delta',
11777   'field_reference_2_target_id',
11778 ))
11779 ->values(array(
11780   'entity_type' => 'node',
11781   'bundle' => 'article',
11782   'deleted' => '0',
11783   'entity_id' => '2',
11784   'revision_id' => '2',
11785   'language' => 'und',
11786   'delta' => '0',
11787   'field_reference_2_target_id' => '5',
11788 ))
11789 ->values(array(
11790   'entity_type' => 'node',
11791   'bundle' => 'article',
11792   'deleted' => '0',
11793   'entity_id' => '3',
11794   'revision_id' => '3',
11795   'language' => 'und',
11796   'delta' => '0',
11797   'field_reference_2_target_id' => '4',
11798 ))
11799 ->values(array(
11800   'entity_type' => 'node',
11801   'bundle' => 'article',
11802   'deleted' => '0',
11803   'entity_id' => '4',
11804   'revision_id' => '4',
11805   'language' => 'und',
11806   'delta' => '0',
11807   'field_reference_2_target_id' => '3',
11808 ))
11809 ->values(array(
11810   'entity_type' => 'node',
11811   'bundle' => 'article',
11812   'deleted' => '0',
11813   'entity_id' => '5',
11814   'revision_id' => '5',
11815   'language' => 'und',
11816   'delta' => '0',
11817   'field_reference_2_target_id' => '2',
11818 ))
11819 ->execute();
11820
11821 $connection->schema()->createTable('field_revision_field_tags', array(
11822   'fields' => array(
11823     'entity_type' => array(
11824       'type' => 'varchar',
11825       'not null' => TRUE,
11826       'length' => '128',
11827       'default' => '',
11828     ),
11829     'bundle' => array(
11830       'type' => 'varchar',
11831       'not null' => TRUE,
11832       'length' => '128',
11833       'default' => '',
11834     ),
11835     'deleted' => array(
11836       'type' => 'int',
11837       'not null' => TRUE,
11838       'size' => 'normal',
11839       'default' => '0',
11840     ),
11841     'entity_id' => array(
11842       'type' => 'int',
11843       'not null' => TRUE,
11844       'size' => 'normal',
11845       'unsigned' => TRUE,
11846     ),
11847     'revision_id' => array(
11848       'type' => 'int',
11849       'not null' => TRUE,
11850       'size' => 'normal',
11851       'unsigned' => TRUE,
11852     ),
11853     'language' => array(
11854       'type' => 'varchar',
11855       'not null' => TRUE,
11856       'length' => '32',
11857       'default' => '',
11858     ),
11859     'delta' => array(
11860       'type' => 'int',
11861       'not null' => TRUE,
11862       'size' => 'normal',
11863       'unsigned' => TRUE,
11864     ),
11865     'field_tags_tid' => array(
11866       'type' => 'int',
11867       'not null' => FALSE,
11868       'size' => 'normal',
11869       'unsigned' => TRUE,
11870     ),
11871   ),
11872   'primary key' => array(
11873     'entity_type',
11874     'deleted',
11875     'entity_id',
11876     'revision_id',
11877     'language',
11878     'delta',
11879   ),
11880   'mysql_character_set' => 'utf8',
11881 ));
11882
11883 $connection->insert('field_revision_field_tags')
11884 ->fields(array(
11885   'entity_type',
11886   'bundle',
11887   'deleted',
11888   'entity_id',
11889   'revision_id',
11890   'language',
11891   'delta',
11892   'field_tags_tid',
11893 ))
11894 ->values(array(
11895   'entity_type' => 'node',
11896   'bundle' => 'article',
11897   'deleted' => '0',
11898   'entity_id' => '2',
11899   'revision_id' => '2',
11900   'language' => 'und',
11901   'delta' => '0',
11902   'field_tags_tid' => '9',
11903 ))
11904 ->values(array(
11905   'entity_type' => 'node',
11906   'bundle' => 'article',
11907   'deleted' => '0',
11908   'entity_id' => '3',
11909   'revision_id' => '3',
11910   'language' => 'und',
11911   'delta' => '0',
11912   'field_tags_tid' => '9',
11913 ))
11914 ->values(array(
11915   'entity_type' => 'node',
11916   'bundle' => 'article',
11917   'deleted' => '0',
11918   'entity_id' => '2',
11919   'revision_id' => '2',
11920   'language' => 'und',
11921   'delta' => '1',
11922   'field_tags_tid' => '14',
11923 ))
11924 ->values(array(
11925   'entity_type' => 'node',
11926   'bundle' => 'article',
11927   'deleted' => '0',
11928   'entity_id' => '3',
11929   'revision_id' => '3',
11930   'language' => 'und',
11931   'delta' => '1',
11932   'field_tags_tid' => '14',
11933 ))
11934 ->values(array(
11935   'entity_type' => 'node',
11936   'bundle' => 'article',
11937   'deleted' => '0',
11938   'entity_id' => '2',
11939   'revision_id' => '2',
11940   'language' => 'und',
11941   'delta' => '2',
11942   'field_tags_tid' => '17',
11943 ))
11944 ->values(array(
11945   'entity_type' => 'node',
11946   'bundle' => 'article',
11947   'deleted' => '0',
11948   'entity_id' => '3',
11949   'revision_id' => '3',
11950   'language' => 'und',
11951   'delta' => '2',
11952   'field_tags_tid' => '17',
11953 ))
11954 ->execute();
11955
11956 $connection->schema()->createTable('field_revision_field_term_entityreference', array(
11957   'fields' => array(
11958     'entity_type' => array(
11959       'type' => 'varchar',
11960       'not null' => TRUE,
11961       'length' => '128',
11962       'default' => '',
11963     ),
11964     'bundle' => array(
11965       'type' => 'varchar',
11966       'not null' => TRUE,
11967       'length' => '128',
11968       'default' => '',
11969     ),
11970     'deleted' => array(
11971       'type' => 'int',
11972       'not null' => TRUE,
11973       'size' => 'tiny',
11974       'default' => '0',
11975     ),
11976     'entity_id' => array(
11977       'type' => 'int',
11978       'not null' => TRUE,
11979       'size' => 'normal',
11980       'unsigned' => TRUE,
11981     ),
11982     'revision_id' => array(
11983       'type' => 'int',
11984       'not null' => TRUE,
11985       'size' => 'normal',
11986       'unsigned' => TRUE,
11987     ),
11988     'language' => array(
11989       'type' => 'varchar',
11990       'not null' => TRUE,
11991       'length' => '32',
11992       'default' => '',
11993     ),
11994     'delta' => array(
11995       'type' => 'int',
11996       'not null' => TRUE,
11997       'size' => 'normal',
11998       'unsigned' => TRUE,
11999     ),
12000     'field_term_entityreference_target_id' => array(
12001       'type' => 'int',
12002       'not null' => TRUE,
12003       'size' => 'normal',
12004       'unsigned' => TRUE,
12005     ),
12006   ),
12007   'primary key' => array(
12008     'entity_type',
12009     'entity_id',
12010     'revision_id',
12011     'deleted',
12012     'delta',
12013     'language',
12014   ),
12015   'indexes' => array(
12016     'entity_type' => array(
12017       'entity_type',
12018     ),
12019     'bundle' => array(
12020       'bundle',
12021     ),
12022     'deleted' => array(
12023       'deleted',
12024     ),
12025     'entity_id' => array(
12026       'entity_id',
12027     ),
12028     'revision_id' => array(
12029       'revision_id',
12030     ),
12031     'language' => array(
12032       'language',
12033     ),
12034     'field_term_entityreference_target_id' => array(
12035       'field_term_entityreference_target_id',
12036     ),
12037   ),
12038   'mysql_character_set' => 'utf8',
12039 ));
12040
12041 $connection->insert('field_revision_field_term_entityreference')
12042 ->fields(array(
12043   'entity_type',
12044   'bundle',
12045   'deleted',
12046   'entity_id',
12047   'revision_id',
12048   'language',
12049   'delta',
12050   'field_term_entityreference_target_id',
12051 ))
12052 ->values(array(
12053   'entity_type' => 'node',
12054   'bundle' => 'test_content_type',
12055   'deleted' => '0',
12056   'entity_id' => '1',
12057   'revision_id' => '1',
12058   'language' => 'und',
12059   'delta' => '0',
12060   'field_term_entityreference_target_id' => '17',
12061 ))
12062 ->values(array(
12063   'entity_type' => 'node',
12064   'bundle' => 'test_content_type',
12065   'deleted' => '0',
12066   'entity_id' => '1',
12067   'revision_id' => '1',
12068   'language' => 'und',
12069   'delta' => '1',
12070   'field_term_entityreference_target_id' => '15',
12071 ))
12072 ->execute();
12073
12074 $connection->schema()->createTable('field_revision_field_term_reference', array(
12075   'fields' => array(
12076     'entity_type' => array(
12077       'type' => 'varchar',
12078       'not null' => TRUE,
12079       'length' => '128',
12080       'default' => '',
12081     ),
12082     'bundle' => array(
12083       'type' => 'varchar',
12084       'not null' => TRUE,
12085       'length' => '128',
12086       'default' => '',
12087     ),
12088     'deleted' => array(
12089       'type' => 'int',
12090       'not null' => TRUE,
12091       'size' => 'normal',
12092       'default' => '0',
12093     ),
12094     'entity_id' => array(
12095       'type' => 'int',
12096       'not null' => TRUE,
12097       'size' => 'normal',
12098       'unsigned' => TRUE,
12099     ),
12100     'revision_id' => array(
12101       'type' => 'int',
12102       'not null' => TRUE,
12103       'size' => 'normal',
12104       'unsigned' => TRUE,
12105     ),
12106     'language' => array(
12107       'type' => 'varchar',
12108       'not null' => TRUE,
12109       'length' => '32',
12110       'default' => '',
12111     ),
12112     'delta' => array(
12113       'type' => 'int',
12114       'not null' => TRUE,
12115       'size' => 'normal',
12116       'unsigned' => TRUE,
12117     ),
12118     'field_term_reference_tid' => array(
12119       'type' => 'int',
12120       'not null' => FALSE,
12121       'size' => 'normal',
12122       'unsigned' => TRUE,
12123     ),
12124   ),
12125   'primary key' => array(
12126     'entity_type',
12127     'deleted',
12128     'entity_id',
12129     'revision_id',
12130     'language',
12131     'delta',
12132   ),
12133   'mysql_character_set' => 'utf8',
12134 ));
12135
12136 $connection->insert('field_revision_field_term_reference')
12137 ->fields(array(
12138   'entity_type',
12139   'bundle',
12140   'deleted',
12141   'entity_id',
12142   'revision_id',
12143   'language',
12144   'delta',
12145   'field_term_reference_tid',
12146 ))
12147 ->values(array(
12148   'entity_type' => 'node',
12149   'bundle' => 'test_content_type',
12150   'deleted' => '0',
12151   'entity_id' => '1',
12152   'revision_id' => '1',
12153   'language' => 'und',
12154   'delta' => '0',
12155   'field_term_reference_tid' => '4',
12156 ))
12157 ->values(array(
12158   'entity_type' => 'taxonomy_term',
12159   'bundle' => 'test_vocabulary',
12160   'deleted' => '0',
12161   'entity_id' => '2',
12162   'revision_id' => '2',
12163   'language' => 'und',
12164   'delta' => '0',
12165   'field_term_reference_tid' => '3',
12166 ))
12167 ->execute();
12168
12169 $connection->schema()->createTable('field_revision_field_text', array(
12170   'fields' => array(
12171     'entity_type' => array(
12172       'type' => 'varchar',
12173       'not null' => TRUE,
12174       'length' => '128',
12175       'default' => '',
12176     ),
12177     'bundle' => array(
12178       'type' => 'varchar',
12179       'not null' => TRUE,
12180       'length' => '128',
12181       'default' => '',
12182     ),
12183     'deleted' => array(
12184       'type' => 'int',
12185       'not null' => TRUE,
12186       'size' => 'normal',
12187       'default' => '0',
12188     ),
12189     'entity_id' => array(
12190       'type' => 'int',
12191       'not null' => TRUE,
12192       'size' => 'normal',
12193       'unsigned' => TRUE,
12194     ),
12195     'revision_id' => array(
12196       'type' => 'int',
12197       'not null' => TRUE,
12198       'size' => 'normal',
12199       'unsigned' => TRUE,
12200     ),
12201     'language' => array(
12202       'type' => 'varchar',
12203       'not null' => TRUE,
12204       'length' => '32',
12205       'default' => '',
12206     ),
12207     'delta' => array(
12208       'type' => 'int',
12209       'not null' => TRUE,
12210       'size' => 'normal',
12211       'unsigned' => TRUE,
12212     ),
12213     'field_text_value' => array(
12214       'type' => 'varchar',
12215       'not null' => FALSE,
12216       'length' => '256',
12217     ),
12218     'field_text_format' => array(
12219       'type' => 'varchar',
12220       'not null' => FALSE,
12221       'length' => '255',
12222     ),
12223   ),
12224   'primary key' => array(
12225     'entity_type',
12226     'deleted',
12227     'entity_id',
12228     'revision_id',
12229     'language',
12230     'delta',
12231   ),
12232   'mysql_character_set' => 'utf8',
12233 ));
12234
12235 $connection->insert('field_revision_field_text')
12236 ->fields(array(
12237   'entity_type',
12238   'bundle',
12239   'deleted',
12240   'entity_id',
12241   'revision_id',
12242   'language',
12243   'delta',
12244   'field_text_value',
12245   'field_text_format',
12246 ))
12247 ->values(array(
12248   'entity_type' => 'node',
12249   'bundle' => 'test_content_type',
12250   'deleted' => '0',
12251   'entity_id' => '1',
12252   'revision_id' => '1',
12253   'language' => 'und',
12254   'delta' => '0',
12255   'field_text_value' => 'qwerty',
12256   'field_text_format' => NULL,
12257 ))
12258 ->execute();
12259
12260 $connection->schema()->createTable('field_revision_field_text_filtered', array(
12261   'fields' => array(
12262     'entity_type' => array(
12263       'type' => 'varchar',
12264       'not null' => TRUE,
12265       'length' => '128',
12266       'default' => '',
12267     ),
12268     'bundle' => array(
12269       'type' => 'varchar',
12270       'not null' => TRUE,
12271       'length' => '128',
12272       'default' => '',
12273     ),
12274     'deleted' => array(
12275       'type' => 'int',
12276       'not null' => TRUE,
12277       'size' => 'tiny',
12278       'default' => '0',
12279     ),
12280     'entity_id' => array(
12281       'type' => 'int',
12282       'not null' => TRUE,
12283       'size' => 'normal',
12284       'unsigned' => TRUE,
12285     ),
12286     'revision_id' => array(
12287       'type' => 'int',
12288       'not null' => TRUE,
12289       'size' => 'normal',
12290       'unsigned' => TRUE,
12291     ),
12292     'language' => array(
12293       'type' => 'varchar',
12294       'not null' => TRUE,
12295       'length' => '32',
12296       'default' => '',
12297     ),
12298     'delta' => array(
12299       'type' => 'int',
12300       'not null' => TRUE,
12301       'size' => 'normal',
12302       'unsigned' => TRUE,
12303     ),
12304     'field_text_filtered_value' => array(
12305       'type' => 'varchar',
12306       'not null' => FALSE,
12307       'length' => '255',
12308     ),
12309     'field_text_filtered_format' => array(
12310       'type' => 'varchar',
12311       'not null' => FALSE,
12312       'length' => '255',
12313     ),
12314   ),
12315   'primary key' => array(
12316     'entity_type',
12317     'entity_id',
12318     'revision_id',
12319     'deleted',
12320     'delta',
12321     'language',
12322   ),
12323   'indexes' => array(
12324     'entity_type' => array(
12325       'entity_type',
12326     ),
12327     'bundle' => array(
12328       'bundle',
12329     ),
12330     'deleted' => array(
12331       'deleted',
12332     ),
12333     'entity_id' => array(
12334       'entity_id',
12335     ),
12336     'revision_id' => array(
12337       'revision_id',
12338     ),
12339     'language' => array(
12340       'language',
12341     ),
12342     'field_text_filtered_format' => array(
12343       'field_text_filtered_format',
12344     ),
12345   ),
12346   'mysql_character_set' => 'utf8',
12347 ));
12348
12349 $connection->schema()->createTable('field_revision_field_text_list', array(
12350   'fields' => array(
12351     'entity_type' => array(
12352       'type' => 'varchar',
12353       'not null' => TRUE,
12354       'length' => '128',
12355       'default' => '',
12356     ),
12357     'bundle' => array(
12358       'type' => 'varchar',
12359       'not null' => TRUE,
12360       'length' => '128',
12361       'default' => '',
12362     ),
12363     'deleted' => array(
12364       'type' => 'int',
12365       'not null' => TRUE,
12366       'size' => 'normal',
12367       'default' => '0',
12368     ),
12369     'entity_id' => array(
12370       'type' => 'int',
12371       'not null' => TRUE,
12372       'size' => 'normal',
12373       'unsigned' => TRUE,
12374     ),
12375     'revision_id' => array(
12376       'type' => 'int',
12377       'not null' => TRUE,
12378       'size' => 'normal',
12379       'unsigned' => TRUE,
12380     ),
12381     'language' => array(
12382       'type' => 'varchar',
12383       'not null' => TRUE,
12384       'length' => '32',
12385       'default' => '',
12386     ),
12387     'delta' => array(
12388       'type' => 'int',
12389       'not null' => TRUE,
12390       'size' => 'normal',
12391       'unsigned' => TRUE,
12392     ),
12393     'field_text_list_value' => array(
12394       'type' => 'varchar',
12395       'not null' => FALSE,
12396       'length' => '255',
12397     ),
12398   ),
12399   'primary key' => array(
12400     'entity_type',
12401     'deleted',
12402     'entity_id',
12403     'revision_id',
12404     'language',
12405     'delta',
12406   ),
12407   'mysql_character_set' => 'utf8',
12408 ));
12409
12410 $connection->insert('field_revision_field_text_list')
12411 ->fields(array(
12412   'entity_type',
12413   'bundle',
12414   'deleted',
12415   'entity_id',
12416   'revision_id',
12417   'language',
12418   'delta',
12419   'field_text_list_value',
12420 ))
12421 ->values(array(
12422   'entity_type' => 'node',
12423   'bundle' => 'test_content_type',
12424   'deleted' => '0',
12425   'entity_id' => '1',
12426   'revision_id' => '1',
12427   'language' => 'und',
12428   'delta' => '0',
12429   'field_text_list_value' => 'Some more text',
12430 ))
12431 ->execute();
12432
12433 $connection->schema()->createTable('field_revision_field_text_long_filtered', array(
12434   'fields' => array(
12435     'entity_type' => array(
12436       'type' => 'varchar',
12437       'not null' => TRUE,
12438       'length' => '128',
12439       'default' => '',
12440     ),
12441     'bundle' => array(
12442       'type' => 'varchar',
12443       'not null' => TRUE,
12444       'length' => '128',
12445       'default' => '',
12446     ),
12447     'deleted' => array(
12448       'type' => 'int',
12449       'not null' => TRUE,
12450       'size' => 'tiny',
12451       'default' => '0',
12452     ),
12453     'entity_id' => array(
12454       'type' => 'int',
12455       'not null' => TRUE,
12456       'size' => 'normal',
12457       'unsigned' => TRUE,
12458     ),
12459     'revision_id' => array(
12460       'type' => 'int',
12461       'not null' => TRUE,
12462       'size' => 'normal',
12463       'unsigned' => TRUE,
12464     ),
12465     'language' => array(
12466       'type' => 'varchar',
12467       'not null' => TRUE,
12468       'length' => '32',
12469       'default' => '',
12470     ),
12471     'delta' => array(
12472       'type' => 'int',
12473       'not null' => TRUE,
12474       'size' => 'normal',
12475       'unsigned' => TRUE,
12476     ),
12477     'field_text_long_filtered_value' => array(
12478       'type' => 'text',
12479       'not null' => FALSE,
12480       'size' => 'big',
12481     ),
12482     'field_text_long_filtered_format' => array(
12483       'type' => 'varchar',
12484       'not null' => FALSE,
12485       'length' => '255',
12486     ),
12487   ),
12488   'primary key' => array(
12489     'entity_type',
12490     'entity_id',
12491     'revision_id',
12492     'deleted',
12493     'delta',
12494     'language',
12495   ),
12496   'indexes' => array(
12497     'entity_type' => array(
12498       'entity_type',
12499     ),
12500     'bundle' => array(
12501       'bundle',
12502     ),
12503     'deleted' => array(
12504       'deleted',
12505     ),
12506     'entity_id' => array(
12507       'entity_id',
12508     ),
12509     'revision_id' => array(
12510       'revision_id',
12511     ),
12512     'language' => array(
12513       'language',
12514     ),
12515     'field_text_long_filtered_format' => array(
12516       'field_text_long_filtered_format',
12517     ),
12518   ),
12519   'mysql_character_set' => 'utf8',
12520 ));
12521
12522 $connection->schema()->createTable('field_revision_field_text_long_plain', array(
12523   'fields' => array(
12524     'entity_type' => array(
12525       'type' => 'varchar',
12526       'not null' => TRUE,
12527       'length' => '128',
12528       'default' => '',
12529     ),
12530     'bundle' => array(
12531       'type' => 'varchar',
12532       'not null' => TRUE,
12533       'length' => '128',
12534       'default' => '',
12535     ),
12536     'deleted' => array(
12537       'type' => 'int',
12538       'not null' => TRUE,
12539       'size' => 'tiny',
12540       'default' => '0',
12541     ),
12542     'entity_id' => array(
12543       'type' => 'int',
12544       'not null' => TRUE,
12545       'size' => 'normal',
12546       'unsigned' => TRUE,
12547     ),
12548     'revision_id' => array(
12549       'type' => 'int',
12550       'not null' => TRUE,
12551       'size' => 'normal',
12552       'unsigned' => TRUE,
12553     ),
12554     'language' => array(
12555       'type' => 'varchar',
12556       'not null' => TRUE,
12557       'length' => '32',
12558       'default' => '',
12559     ),
12560     'delta' => array(
12561       'type' => 'int',
12562       'not null' => TRUE,
12563       'size' => 'normal',
12564       'unsigned' => TRUE,
12565     ),
12566     'field_text_long_plain_value' => array(
12567       'type' => 'text',
12568       'not null' => FALSE,
12569       'size' => 'big',
12570     ),
12571     'field_text_long_plain_format' => array(
12572       'type' => 'varchar',
12573       'not null' => FALSE,
12574       'length' => '255',
12575     ),
12576   ),
12577   'primary key' => array(
12578     'entity_type',
12579     'entity_id',
12580     'revision_id',
12581     'deleted',
12582     'delta',
12583     'language',
12584   ),
12585   'indexes' => array(
12586     'entity_type' => array(
12587       'entity_type',
12588     ),
12589     'bundle' => array(
12590       'bundle',
12591     ),
12592     'deleted' => array(
12593       'deleted',
12594     ),
12595     'entity_id' => array(
12596       'entity_id',
12597     ),
12598     'revision_id' => array(
12599       'revision_id',
12600     ),
12601     'language' => array(
12602       'language',
12603     ),
12604     'field_text_long_plain_format' => array(
12605       'field_text_long_plain_format',
12606     ),
12607   ),
12608   'mysql_character_set' => 'utf8',
12609 ));
12610
12611 $connection->schema()->createTable('field_revision_field_text_long_plain_filtered', array(
12612   'fields' => array(
12613     'entity_type' => array(
12614       'type' => 'varchar',
12615       'not null' => TRUE,
12616       'length' => '128',
12617       'default' => '',
12618     ),
12619     'bundle' => array(
12620       'type' => 'varchar',
12621       'not null' => TRUE,
12622       'length' => '128',
12623       'default' => '',
12624     ),
12625     'deleted' => array(
12626       'type' => 'int',
12627       'not null' => TRUE,
12628       'size' => 'tiny',
12629       'default' => '0',
12630     ),
12631     'entity_id' => array(
12632       'type' => 'int',
12633       'not null' => TRUE,
12634       'size' => 'normal',
12635       'unsigned' => TRUE,
12636     ),
12637     'revision_id' => array(
12638       'type' => 'int',
12639       'not null' => TRUE,
12640       'size' => 'normal',
12641       'unsigned' => TRUE,
12642     ),
12643     'language' => array(
12644       'type' => 'varchar',
12645       'not null' => TRUE,
12646       'length' => '32',
12647       'default' => '',
12648     ),
12649     'delta' => array(
12650       'type' => 'int',
12651       'not null' => TRUE,
12652       'size' => 'normal',
12653       'unsigned' => TRUE,
12654     ),
12655     'field_text_long_plain_filtered_value' => array(
12656       'type' => 'text',
12657       'not null' => FALSE,
12658       'size' => 'big',
12659     ),
12660     'field_text_long_plain_filtered_format' => array(
12661       'type' => 'varchar',
12662       'not null' => FALSE,
12663       'length' => '255',
12664     ),
12665   ),
12666   'primary key' => array(
12667     'entity_type',
12668     'entity_id',
12669     'revision_id',
12670     'deleted',
12671     'delta',
12672     'language',
12673   ),
12674   'indexes' => array(
12675     'entity_type' => array(
12676       'entity_type',
12677     ),
12678     'bundle' => array(
12679       'bundle',
12680     ),
12681     'deleted' => array(
12682       'deleted',
12683     ),
12684     'entity_id' => array(
12685       'entity_id',
12686     ),
12687     'revision_id' => array(
12688       'revision_id',
12689     ),
12690     'language' => array(
12691       'language',
12692     ),
12693     'field_text_long_plain_filtered_format' => array(
12694       'field_text_long_plain_filtered_format',
12695     ),
12696   ),
12697   'mysql_character_set' => 'utf8',
12698 ));
12699
12700 $connection->schema()->createTable('field_revision_field_text_plain', array(
12701   'fields' => array(
12702     'entity_type' => array(
12703       'type' => 'varchar',
12704       'not null' => TRUE,
12705       'length' => '128',
12706       'default' => '',
12707     ),
12708     'bundle' => array(
12709       'type' => 'varchar',
12710       'not null' => TRUE,
12711       'length' => '128',
12712       'default' => '',
12713     ),
12714     'deleted' => array(
12715       'type' => 'int',
12716       'not null' => TRUE,
12717       'size' => 'tiny',
12718       'default' => '0',
12719     ),
12720     'entity_id' => array(
12721       'type' => 'int',
12722       'not null' => TRUE,
12723       'size' => 'normal',
12724       'unsigned' => TRUE,
12725     ),
12726     'revision_id' => array(
12727       'type' => 'int',
12728       'not null' => TRUE,
12729       'size' => 'normal',
12730       'unsigned' => TRUE,
12731     ),
12732     'language' => array(
12733       'type' => 'varchar',
12734       'not null' => TRUE,
12735       'length' => '32',
12736       'default' => '',
12737     ),
12738     'delta' => array(
12739       'type' => 'int',
12740       'not null' => TRUE,
12741       'size' => 'normal',
12742       'unsigned' => TRUE,
12743     ),
12744     'field_text_plain_value' => array(
12745       'type' => 'varchar',
12746       'not null' => FALSE,
12747       'length' => '255',
12748     ),
12749     'field_text_plain_format' => array(
12750       'type' => 'varchar',
12751       'not null' => FALSE,
12752       'length' => '255',
12753     ),
12754   ),
12755   'primary key' => array(
12756     'entity_type',
12757     'entity_id',
12758     'revision_id',
12759     'deleted',
12760     'delta',
12761     'language',
12762   ),
12763   'indexes' => array(
12764     'entity_type' => array(
12765       'entity_type',
12766     ),
12767     'bundle' => array(
12768       'bundle',
12769     ),
12770     'deleted' => array(
12771       'deleted',
12772     ),
12773     'entity_id' => array(
12774       'entity_id',
12775     ),
12776     'revision_id' => array(
12777       'revision_id',
12778     ),
12779     'language' => array(
12780       'language',
12781     ),
12782     'field_text_plain_format' => array(
12783       'field_text_plain_format',
12784     ),
12785   ),
12786   'mysql_character_set' => 'utf8',
12787 ));
12788
12789 $connection->schema()->createTable('field_revision_field_text_plain_filtered', array(
12790   'fields' => array(
12791     'entity_type' => array(
12792       'type' => 'varchar',
12793       'not null' => TRUE,
12794       'length' => '128',
12795       'default' => '',
12796     ),
12797     'bundle' => array(
12798       'type' => 'varchar',
12799       'not null' => TRUE,
12800       'length' => '128',
12801       'default' => '',
12802     ),
12803     'deleted' => array(
12804       'type' => 'int',
12805       'not null' => TRUE,
12806       'size' => 'tiny',
12807       'default' => '0',
12808     ),
12809     'entity_id' => array(
12810       'type' => 'int',
12811       'not null' => TRUE,
12812       'size' => 'normal',
12813       'unsigned' => TRUE,
12814     ),
12815     'revision_id' => array(
12816       'type' => 'int',
12817       'not null' => TRUE,
12818       'size' => 'normal',
12819       'unsigned' => TRUE,
12820     ),
12821     'language' => array(
12822       'type' => 'varchar',
12823       'not null' => TRUE,
12824       'length' => '32',
12825       'default' => '',
12826     ),
12827     'delta' => array(
12828       'type' => 'int',
12829       'not null' => TRUE,
12830       'size' => 'normal',
12831       'unsigned' => TRUE,
12832     ),
12833     'field_text_plain_filtered_value' => array(
12834       'type' => 'varchar',
12835       'not null' => FALSE,
12836       'length' => '255',
12837     ),
12838     'field_text_plain_filtered_format' => array(
12839       'type' => 'varchar',
12840       'not null' => FALSE,
12841       'length' => '255',
12842     ),
12843   ),
12844   'primary key' => array(
12845     'entity_type',
12846     'entity_id',
12847     'revision_id',
12848     'deleted',
12849     'delta',
12850     'language',
12851   ),
12852   'indexes' => array(
12853     'entity_type' => array(
12854       'entity_type',
12855     ),
12856     'bundle' => array(
12857       'bundle',
12858     ),
12859     'deleted' => array(
12860       'deleted',
12861     ),
12862     'entity_id' => array(
12863       'entity_id',
12864     ),
12865     'revision_id' => array(
12866       'revision_id',
12867     ),
12868     'language' => array(
12869       'language',
12870     ),
12871     'field_text_plain_filtered_format' => array(
12872       'field_text_plain_filtered_format',
12873     ),
12874   ),
12875   'mysql_character_set' => 'utf8',
12876 ));
12877
12878 $connection->schema()->createTable('field_revision_field_text_sum_filtered', array(
12879   'fields' => array(
12880     'entity_type' => array(
12881       'type' => 'varchar',
12882       'not null' => TRUE,
12883       'length' => '128',
12884       'default' => '',
12885     ),
12886     'bundle' => array(
12887       'type' => 'varchar',
12888       'not null' => TRUE,
12889       'length' => '128',
12890       'default' => '',
12891     ),
12892     'deleted' => array(
12893       'type' => 'int',
12894       'not null' => TRUE,
12895       'size' => 'tiny',
12896       'default' => '0',
12897     ),
12898     'entity_id' => array(
12899       'type' => 'int',
12900       'not null' => TRUE,
12901       'size' => 'normal',
12902       'unsigned' => TRUE,
12903     ),
12904     'revision_id' => array(
12905       'type' => 'int',
12906       'not null' => TRUE,
12907       'size' => 'normal',
12908       'unsigned' => TRUE,
12909     ),
12910     'language' => array(
12911       'type' => 'varchar',
12912       'not null' => TRUE,
12913       'length' => '32',
12914       'default' => '',
12915     ),
12916     'delta' => array(
12917       'type' => 'int',
12918       'not null' => TRUE,
12919       'size' => 'normal',
12920       'unsigned' => TRUE,
12921     ),
12922     'field_text_sum_filtered_value' => array(
12923       'type' => 'text',
12924       'not null' => FALSE,
12925       'size' => 'big',
12926     ),
12927     'field_text_sum_filtered_summary' => array(
12928       'type' => 'text',
12929       'not null' => FALSE,
12930       'size' => 'big',
12931     ),
12932     'field_text_sum_filtered_format' => array(
12933       'type' => 'varchar',
12934       'not null' => FALSE,
12935       'length' => '255',
12936     ),
12937   ),
12938   'primary key' => array(
12939     'entity_type',
12940     'entity_id',
12941     'revision_id',
12942     'deleted',
12943     'delta',
12944     'language',
12945   ),
12946   'indexes' => array(
12947     'entity_type' => array(
12948       'entity_type',
12949     ),
12950     'bundle' => array(
12951       'bundle',
12952     ),
12953     'deleted' => array(
12954       'deleted',
12955     ),
12956     'entity_id' => array(
12957       'entity_id',
12958     ),
12959     'revision_id' => array(
12960       'revision_id',
12961     ),
12962     'language' => array(
12963       'language',
12964     ),
12965     'field_text_sum_filtered_format' => array(
12966       'field_text_sum_filtered_format',
12967     ),
12968   ),
12969   'mysql_character_set' => 'utf8',
12970 ));
12971
12972 $connection->schema()->createTable('field_revision_field_text_sum_plain', array(
12973   'fields' => array(
12974     'entity_type' => array(
12975       'type' => 'varchar',
12976       'not null' => TRUE,
12977       'length' => '128',
12978       'default' => '',
12979     ),
12980     'bundle' => array(
12981       'type' => 'varchar',
12982       'not null' => TRUE,
12983       'length' => '128',
12984       'default' => '',
12985     ),
12986     'deleted' => array(
12987       'type' => 'int',
12988       'not null' => TRUE,
12989       'size' => 'tiny',
12990       'default' => '0',
12991     ),
12992     'entity_id' => array(
12993       'type' => 'int',
12994       'not null' => TRUE,
12995       'size' => 'normal',
12996       'unsigned' => TRUE,
12997     ),
12998     'revision_id' => array(
12999       'type' => 'int',
13000       'not null' => TRUE,
13001       'size' => 'normal',
13002       'unsigned' => TRUE,
13003     ),
13004     'language' => array(
13005       'type' => 'varchar',
13006       'not null' => TRUE,
13007       'length' => '32',
13008       'default' => '',
13009     ),
13010     'delta' => array(
13011       'type' => 'int',
13012       'not null' => TRUE,
13013       'size' => 'normal',
13014       'unsigned' => TRUE,
13015     ),
13016     'field_text_sum_plain_value' => array(
13017       'type' => 'text',
13018       'not null' => FALSE,
13019       'size' => 'big',
13020     ),
13021     'field_text_sum_plain_summary' => array(
13022       'type' => 'text',
13023       'not null' => FALSE,
13024       'size' => 'big',
13025     ),
13026     'field_text_sum_plain_format' => array(
13027       'type' => 'varchar',
13028       'not null' => FALSE,
13029       'length' => '255',
13030     ),
13031   ),
13032   'primary key' => array(
13033     'entity_type',
13034     'entity_id',
13035     'revision_id',
13036     'deleted',
13037     'delta',
13038     'language',
13039   ),
13040   'indexes' => array(
13041     'entity_type' => array(
13042       'entity_type',
13043     ),
13044     'bundle' => array(
13045       'bundle',
13046     ),
13047     'deleted' => array(
13048       'deleted',
13049     ),
13050     'entity_id' => array(
13051       'entity_id',
13052     ),
13053     'revision_id' => array(
13054       'revision_id',
13055     ),
13056     'language' => array(
13057       'language',
13058     ),
13059     'field_text_sum_plain_format' => array(
13060       'field_text_sum_plain_format',
13061     ),
13062   ),
13063   'mysql_character_set' => 'utf8',
13064 ));
13065
13066 $connection->schema()->createTable('field_revision_field_text_sum_plain_filtered', array(
13067   'fields' => array(
13068     'entity_type' => array(
13069       'type' => 'varchar',
13070       'not null' => TRUE,
13071       'length' => '128',
13072       'default' => '',
13073     ),
13074     'bundle' => array(
13075       'type' => 'varchar',
13076       'not null' => TRUE,
13077       'length' => '128',
13078       'default' => '',
13079     ),
13080     'deleted' => array(
13081       'type' => 'int',
13082       'not null' => TRUE,
13083       'size' => 'tiny',
13084       'default' => '0',
13085     ),
13086     'entity_id' => array(
13087       'type' => 'int',
13088       'not null' => TRUE,
13089       'size' => 'normal',
13090       'unsigned' => TRUE,
13091     ),
13092     'revision_id' => array(
13093       'type' => 'int',
13094       'not null' => TRUE,
13095       'size' => 'normal',
13096       'unsigned' => TRUE,
13097     ),
13098     'language' => array(
13099       'type' => 'varchar',
13100       'not null' => TRUE,
13101       'length' => '32',
13102       'default' => '',
13103     ),
13104     'delta' => array(
13105       'type' => 'int',
13106       'not null' => TRUE,
13107       'size' => 'normal',
13108       'unsigned' => TRUE,
13109     ),
13110     'field_text_sum_plain_filtered_value' => array(
13111       'type' => 'text',
13112       'not null' => FALSE,
13113       'size' => 'big',
13114     ),
13115     'field_text_sum_plain_filtered_summary' => array(
13116       'type' => 'text',
13117       'not null' => FALSE,
13118       'size' => 'big',
13119     ),
13120     'field_text_sum_plain_filtered_format' => array(
13121       'type' => 'varchar',
13122       'not null' => FALSE,
13123       'length' => '255',
13124     ),
13125   ),
13126   'primary key' => array(
13127     'entity_type',
13128     'entity_id',
13129     'revision_id',
13130     'deleted',
13131     'delta',
13132     'language',
13133   ),
13134   'indexes' => array(
13135     'entity_type' => array(
13136       'entity_type',
13137     ),
13138     'bundle' => array(
13139       'bundle',
13140     ),
13141     'deleted' => array(
13142       'deleted',
13143     ),
13144     'entity_id' => array(
13145       'entity_id',
13146     ),
13147     'revision_id' => array(
13148       'revision_id',
13149     ),
13150     'language' => array(
13151       'language',
13152     ),
13153     'field_text_sum_plain_filtered_format' => array(
13154       'field_text_sum_plain_filtered_format',
13155     ),
13156   ),
13157   'mysql_character_set' => 'utf8',
13158 ));
13159
13160 $connection->schema()->createTable('field_revision_field_user_entityreference', array(
13161   'fields' => array(
13162     'entity_type' => array(
13163       'type' => 'varchar',
13164       'not null' => TRUE,
13165       'length' => '128',
13166       'default' => '',
13167     ),
13168     'bundle' => array(
13169       'type' => 'varchar',
13170       'not null' => TRUE,
13171       'length' => '128',
13172       'default' => '',
13173     ),
13174     'deleted' => array(
13175       'type' => 'int',
13176       'not null' => TRUE,
13177       'size' => 'tiny',
13178       'default' => '0',
13179     ),
13180     'entity_id' => array(
13181       'type' => 'int',
13182       'not null' => TRUE,
13183       'size' => 'normal',
13184       'unsigned' => TRUE,
13185     ),
13186     'revision_id' => array(
13187       'type' => 'int',
13188       'not null' => TRUE,
13189       'size' => 'normal',
13190       'unsigned' => TRUE,
13191     ),
13192     'language' => array(
13193       'type' => 'varchar',
13194       'not null' => TRUE,
13195       'length' => '32',
13196       'default' => '',
13197     ),
13198     'delta' => array(
13199       'type' => 'int',
13200       'not null' => TRUE,
13201       'size' => 'normal',
13202       'unsigned' => TRUE,
13203     ),
13204     'field_user_entityreference_target_id' => array(
13205       'type' => 'int',
13206       'not null' => TRUE,
13207       'size' => 'normal',
13208       'unsigned' => TRUE,
13209     ),
13210   ),
13211   'primary key' => array(
13212     'entity_type',
13213     'entity_id',
13214     'revision_id',
13215     'deleted',
13216     'delta',
13217     'language',
13218   ),
13219   'indexes' => array(
13220     'entity_type' => array(
13221       'entity_type',
13222     ),
13223     'bundle' => array(
13224       'bundle',
13225     ),
13226     'deleted' => array(
13227       'deleted',
13228     ),
13229     'entity_id' => array(
13230       'entity_id',
13231     ),
13232     'revision_id' => array(
13233       'revision_id',
13234     ),
13235     'language' => array(
13236       'language',
13237     ),
13238     'field_user_entityreference_target_id' => array(
13239       'field_user_entityreference_target_id',
13240     ),
13241   ),
13242   'mysql_character_set' => 'utf8',
13243 ));
13244
13245 $connection->insert('field_revision_field_user_entityreference')
13246 ->fields(array(
13247   'entity_type',
13248   'bundle',
13249   'deleted',
13250   'entity_id',
13251   'revision_id',
13252   'language',
13253   'delta',
13254   'field_user_entityreference_target_id',
13255 ))
13256 ->values(array(
13257   'entity_type' => 'node',
13258   'bundle' => 'test_content_type',
13259   'deleted' => '0',
13260   'entity_id' => '1',
13261   'revision_id' => '1',
13262   'language' => 'und',
13263   'delta' => '0',
13264   'field_user_entityreference_target_id' => '2',
13265 ));
13266
13267 $connection->schema()->createTable('field_revision_name_field', array(
13268   'fields' => array(
13269     'entity_type' => array(
13270       'type' => 'varchar',
13271       'not null' => TRUE,
13272       'length' => '128',
13273       'default' => '',
13274     ),
13275     'bundle' => array(
13276       'type' => 'varchar',
13277       'not null' => TRUE,
13278       'length' => '128',
13279       'default' => '',
13280     ),
13281     'deleted' => array(
13282       'type' => 'int',
13283       'not null' => TRUE,
13284       'size' => 'tiny',
13285       'default' => '0',
13286     ),
13287     'entity_id' => array(
13288       'type' => 'int',
13289       'not null' => TRUE,
13290       'size' => 'normal',
13291       'unsigned' => TRUE,
13292     ),
13293     'revision_id' => array(
13294       'type' => 'int',
13295       'not null' => TRUE,
13296       'size' => 'normal',
13297       'unsigned' => TRUE,
13298     ),
13299     'language' => array(
13300       'type' => 'varchar',
13301       'not null' => TRUE,
13302       'length' => '32',
13303       'default' => '',
13304     ),
13305     'delta' => array(
13306       'type' => 'int',
13307       'not null' => TRUE,
13308       'size' => 'normal',
13309       'unsigned' => TRUE,
13310     ),
13311     'name_field_value' => array(
13312       'type' => 'varchar',
13313       'not null' => FALSE,
13314       'length' => '255',
13315     ),
13316     'name_field_format' => array(
13317       'type' => 'varchar',
13318       'not null' => FALSE,
13319       'length' => '255',
13320     ),
13321   ),
13322   'primary key' => array(
13323     'entity_type',
13324     'entity_id',
13325     'revision_id',
13326     'deleted',
13327     'delta',
13328     'language',
13329   ),
13330   'indexes' => array(
13331     'entity_type' => array(
13332       'entity_type',
13333     ),
13334     'bundle' => array(
13335       'bundle',
13336     ),
13337     'deleted' => array(
13338       'deleted',
13339     ),
13340     'entity_id' => array(
13341       'entity_id',
13342     ),
13343     'revision_id' => array(
13344       'revision_id',
13345     ),
13346     'language' => array(
13347       'language',
13348     ),
13349     'name_field_format' => array(
13350       'name_field_format',
13351     ),
13352   ),
13353   'mysql_character_set' => 'utf8',
13354 ));
13355
13356 $connection->insert('field_revision_name_field')
13357 ->fields(array(
13358   'entity_type',
13359   'bundle',
13360   'deleted',
13361   'entity_id',
13362   'revision_id',
13363   'language',
13364   'delta',
13365   'name_field_value',
13366   'name_field_format',
13367 ))
13368 ->values(array(
13369   'entity_type' => 'taxonomy_term',
13370   'bundle' => 'test_vocabulary',
13371   'deleted' => '0',
13372   'entity_id' => '2',
13373   'revision_id' => '2',
13374   'language' => 'en',
13375   'delta' => '0',
13376   'name_field_value' => 'Term1 (This is a real field!)',
13377   'name_field_format' => NULL,
13378 ))
13379 ->values(array(
13380   'entity_type' => 'taxonomy_term',
13381   'bundle' => 'test_vocabulary',
13382   'deleted' => '0',
13383   'entity_id' => '3',
13384   'revision_id' => '3',
13385   'language' => 'en',
13386   'delta' => '0',
13387   'name_field_value' => 'Term2',
13388   'name_field_format' => NULL,
13389 ))
13390 ->values(array(
13391   'entity_type' => 'taxonomy_term',
13392   'bundle' => 'test_vocabulary',
13393   'deleted' => '0',
13394   'entity_id' => '4',
13395   'revision_id' => '4',
13396   'language' => 'en',
13397   'delta' => '0',
13398   'name_field_value' => 'Term3 in plain old English',
13399   'name_field_format' => NULL,
13400 ))
13401 ->values(array(
13402   'entity_type' => 'taxonomy_term',
13403   'bundle' => 'test_vocabulary',
13404   'deleted' => '0',
13405   'entity_id' => '4',
13406   'revision_id' => '4',
13407   'language' => 'fr',
13408   'delta' => '0',
13409   'name_field_value' => 'Term3 en français s\'il vous plaît',
13410   'name_field_format' => NULL,
13411 ))
13412 ->values(array(
13413   'entity_type' => 'taxonomy_term',
13414   'bundle' => 'test_vocabulary',
13415   'deleted' => '0',
13416   'entity_id' => '4',
13417   'revision_id' => '4',
13418   'language' => 'is',
13419   'delta' => '0',
13420   'name_field_value' => 'Term3 á íslensku',
13421   'name_field_format' => NULL,
13422 ))
13423 ->execute();
13424
13425 $connection->schema()->createTable('field_revision_subject_field', array(
13426   'fields' => array(
13427     'entity_type' => array(
13428       'type' => 'varchar',
13429       'not null' => TRUE,
13430       'length' => '128',
13431       'default' => '',
13432     ),
13433     'bundle' => array(
13434       'type' => 'varchar',
13435       'not null' => TRUE,
13436       'length' => '128',
13437       'default' => '',
13438     ),
13439     'deleted' => array(
13440       'type' => 'int',
13441       'not null' => TRUE,
13442       'size' => 'tiny',
13443       'default' => '0',
13444     ),
13445     'entity_id' => array(
13446       'type' => 'int',
13447       'not null' => TRUE,
13448       'size' => 'normal',
13449       'unsigned' => TRUE,
13450     ),
13451     'revision_id' => array(
13452       'type' => 'int',
13453       'not null' => TRUE,
13454       'size' => 'normal',
13455       'unsigned' => TRUE,
13456     ),
13457     'language' => array(
13458       'type' => 'varchar',
13459       'not null' => TRUE,
13460       'length' => '32',
13461       'default' => '',
13462     ),
13463     'delta' => array(
13464       'type' => 'int',
13465       'not null' => TRUE,
13466       'size' => 'normal',
13467       'unsigned' => TRUE,
13468     ),
13469     'subject_field_value' => array(
13470       'type' => 'varchar',
13471       'not null' => FALSE,
13472       'length' => '255',
13473     ),
13474     'subject_field_format' => array(
13475       'type' => 'varchar',
13476       'not null' => FALSE,
13477       'length' => '255',
13478     ),
13479   ),
13480   'primary key' => array(
13481     'entity_type',
13482     'entity_id',
13483     'revision_id',
13484     'deleted',
13485     'delta',
13486     'language',
13487   ),
13488   'indexes' => array(
13489     'entity_type' => array(
13490       'entity_type',
13491     ),
13492     'bundle' => array(
13493       'bundle',
13494     ),
13495     'deleted' => array(
13496       'deleted',
13497     ),
13498     'entity_id' => array(
13499       'entity_id',
13500     ),
13501     'revision_id' => array(
13502       'revision_id',
13503     ),
13504     'language' => array(
13505       'language',
13506     ),
13507     'subject_field_format' => array(
13508       'subject_field_format',
13509     ),
13510   ),
13511   'mysql_character_set' => 'utf8',
13512 ));
13513
13514 $connection->insert('field_revision_subject_field')
13515 ->fields(array(
13516   'entity_type',
13517   'bundle',
13518   'deleted',
13519   'entity_id',
13520   'revision_id',
13521   'language',
13522   'delta',
13523   'subject_field_value',
13524   'subject_field_format',
13525 ))
13526 ->values(array(
13527   'entity_type' => 'comment',
13528   'bundle' => 'comment_node_test_content_type',
13529   'deleted' => '0',
13530   'entity_id' => '1',
13531   'revision_id' => '1',
13532   'language' => 'en',
13533   'delta' => '0',
13534   'subject_field_value' => 'Subject field in English',
13535   'subject_field_format' => NULL,
13536 ))
13537 ->values(array(
13538   'entity_type' => 'comment',
13539   'bundle' => 'comment_node_test_content_type',
13540   'deleted' => '0',
13541   'entity_id' => '1',
13542   'revision_id' => '1',
13543   'language' => 'fr',
13544   'delta' => '0',
13545   'subject_field_value' => 'Subject field in French',
13546   'subject_field_format' => NULL,
13547 ))
13548 ->values(array(
13549   'entity_type' => 'comment',
13550   'bundle' => 'comment_node_test_content_type',
13551   'deleted' => '0',
13552   'entity_id' => '1',
13553   'revision_id' => '1',
13554   'language' => 'is',
13555   'delta' => '0',
13556   'subject_field_value' => 'Subject field in Icelandic',
13557   'subject_field_format' => NULL,
13558 ))
13559 ->values(array(
13560   'entity_type' => 'comment',
13561   'bundle' => 'comment_node_article',
13562   'deleted' => '0',
13563   'entity_id' => '2',
13564   'revision_id' => '2',
13565   'language' => 'en',
13566   'delta' => '0',
13567   'subject_field_value' => 'TNG for the win!',
13568   'subject_field_format' => NULL,
13569 ))
13570 ->values(array(
13571   'entity_type' => 'comment',
13572   'bundle' => 'comment_node_article',
13573   'deleted' => '0',
13574   'entity_id' => '3',
13575   'revision_id' => '3',
13576   'language' => 'is',
13577   'delta' => '0',
13578   'subject_field_value' => 'Comment to IS translation',
13579   'subject_field_format' => NULL,
13580 ))
13581 ->execute();
13582
13583 $connection->schema()->createTable('field_revision_taxonomy_forums', array(
13584   'fields' => array(
13585     'entity_type' => array(
13586       'type' => 'varchar',
13587       'not null' => TRUE,
13588       'length' => '128',
13589       'default' => '',
13590     ),
13591     'bundle' => array(
13592       'type' => 'varchar',
13593       'not null' => TRUE,
13594       'length' => '128',
13595       'default' => '',
13596     ),
13597     'deleted' => array(
13598       'type' => 'int',
13599       'not null' => TRUE,
13600       'size' => 'normal',
13601       'default' => '0',
13602     ),
13603     'entity_id' => array(
13604       'type' => 'int',
13605       'not null' => TRUE,
13606       'size' => 'normal',
13607       'unsigned' => TRUE,
13608     ),
13609     'revision_id' => array(
13610       'type' => 'int',
13611       'not null' => TRUE,
13612       'size' => 'normal',
13613       'unsigned' => TRUE,
13614     ),
13615     'language' => array(
13616       'type' => 'varchar',
13617       'not null' => TRUE,
13618       'length' => '32',
13619       'default' => '',
13620     ),
13621     'delta' => array(
13622       'type' => 'int',
13623       'not null' => TRUE,
13624       'size' => 'normal',
13625       'unsigned' => TRUE,
13626     ),
13627     'taxonomy_forums_tid' => array(
13628       'type' => 'int',
13629       'not null' => FALSE,
13630       'size' => 'normal',
13631       'unsigned' => TRUE,
13632     ),
13633   ),
13634   'primary key' => array(
13635     'entity_type',
13636     'deleted',
13637     'entity_id',
13638     'revision_id',
13639     'language',
13640     'delta',
13641   ),
13642   'mysql_character_set' => 'utf8',
13643 ));
13644
13645 $connection->insert('field_revision_taxonomy_forums')
13646 ->fields(array(
13647   'entity_type',
13648   'bundle',
13649   'deleted',
13650   'entity_id',
13651   'revision_id',
13652   'language',
13653   'delta',
13654   'taxonomy_forums_tid',
13655 ))
13656 ->values(array(
13657   'entity_type' => 'node',
13658   'bundle' => 'forum',
13659   'deleted' => '0',
13660   'entity_id' => '6',
13661   'revision_id' => '6',
13662   'language' => 'und',
13663   'delta' => '0',
13664   'taxonomy_forums_tid' => '1',
13665 ))
13666 ->values(array(
13667   'entity_type' => 'node',
13668   'bundle' => 'forum',
13669   'deleted' => '0',
13670   'entity_id' => '7',
13671   'revision_id' => '7',
13672   'language' => 'und',
13673   'delta' => '0',
13674   'taxonomy_forums_tid' => '1',
13675 ))
13676 ->execute();
13677
13678 $connection->schema()->createTable('field_revision_title_field', array(
13679   'fields' => array(
13680     'entity_type' => array(
13681       'type' => 'varchar',
13682       'not null' => TRUE,
13683       'length' => '128',
13684       'default' => '',
13685     ),
13686     'bundle' => array(
13687       'type' => 'varchar',
13688       'not null' => TRUE,
13689       'length' => '128',
13690       'default' => '',
13691     ),
13692     'deleted' => array(
13693       'type' => 'int',
13694       'not null' => TRUE,
13695       'size' => 'tiny',
13696       'default' => '0',
13697     ),
13698     'entity_id' => array(
13699       'type' => 'int',
13700       'not null' => TRUE,
13701       'size' => 'normal',
13702       'unsigned' => TRUE,
13703     ),
13704     'revision_id' => array(
13705       'type' => 'int',
13706       'not null' => TRUE,
13707       'size' => 'normal',
13708       'unsigned' => TRUE,
13709     ),
13710     'language' => array(
13711       'type' => 'varchar',
13712       'not null' => TRUE,
13713       'length' => '32',
13714       'default' => '',
13715     ),
13716     'delta' => array(
13717       'type' => 'int',
13718       'not null' => TRUE,
13719       'size' => 'normal',
13720       'unsigned' => TRUE,
13721     ),
13722     'title_field_value' => array(
13723       'type' => 'varchar',
13724       'not null' => FALSE,
13725       'length' => '255',
13726     ),
13727     'title_field_format' => array(
13728       'type' => 'varchar',
13729       'not null' => FALSE,
13730       'length' => '255',
13731     ),
13732   ),
13733   'primary key' => array(
13734     'entity_type',
13735     'entity_id',
13736     'revision_id',
13737     'deleted',
13738     'delta',
13739     'language',
13740   ),
13741   'indexes' => array(
13742     'entity_type' => array(
13743       'entity_type',
13744     ),
13745     'bundle' => array(
13746       'bundle',
13747     ),
13748     'deleted' => array(
13749       'deleted',
13750     ),
13751     'entity_id' => array(
13752       'entity_id',
13753     ),
13754     'revision_id' => array(
13755       'revision_id',
13756     ),
13757     'language' => array(
13758       'language',
13759     ),
13760     'title_field_format' => array(
13761       'title_field_format',
13762     ),
13763   ),
13764   'mysql_character_set' => 'utf8',
13765 ));
13766
13767 $connection->insert('field_revision_title_field')
13768 ->fields(array(
13769   'entity_type',
13770   'bundle',
13771   'deleted',
13772   'entity_id',
13773   'revision_id',
13774   'language',
13775   'delta',
13776   'title_field_value',
13777   'title_field_format',
13778 ))
13779 ->values(array(
13780   'entity_type' => 'node',
13781   'bundle' => 'test_content_type',
13782   'deleted' => '0',
13783   'entity_id' => '1',
13784   'revision_id' => '1',
13785   'language' => 'en',
13786   'delta' => '0',
13787   'title_field_value' => 'An English Node',
13788   'title_field_format' => NULL,
13789 ))
13790 ->values(array(
13791   'entity_type' => 'node',
13792   'bundle' => 'test_content_type',
13793   'deleted' => '0',
13794   'entity_id' => '1',
13795   'revision_id' => '1',
13796   'language' => 'fr',
13797   'delta' => '0',
13798   'title_field_value' => 'A French Node',
13799   'title_field_format' => NULL,
13800 ))
13801 ->values(array(
13802   'entity_type' => 'node',
13803   'bundle' => 'test_content_type',
13804   'deleted' => '0',
13805   'entity_id' => '1',
13806   'revision_id' => '1',
13807   'language' => 'is',
13808   'delta' => '0',
13809   'title_field_value' => 'An Icelandic Node',
13810   'title_field_format' => NULL,
13811 ))
13812 ->execute();
13813
13814 $connection->schema()->createTable('file_managed', array(
13815   'fields' => array(
13816     'fid' => array(
13817       'type' => 'serial',
13818       'not null' => TRUE,
13819       'size' => 'normal',
13820       'unsigned' => TRUE,
13821     ),
13822     'uid' => array(
13823       'type' => 'int',
13824       'not null' => TRUE,
13825       'size' => 'normal',
13826       'default' => '0',
13827       'unsigned' => TRUE,
13828     ),
13829     'filename' => array(
13830       'type' => 'varchar',
13831       'not null' => TRUE,
13832       'length' => '255',
13833       'default' => '',
13834     ),
13835     'uri' => array(
13836       'type' => 'varchar',
13837       'not null' => TRUE,
13838       'length' => '255',
13839       'default' => '',
13840     ),
13841     'filemime' => array(
13842       'type' => 'varchar',
13843       'not null' => TRUE,
13844       'length' => '255',
13845       'default' => '',
13846     ),
13847     'filesize' => array(
13848       'type' => 'int',
13849       'not null' => TRUE,
13850       'size' => 'normal',
13851       'default' => '0',
13852       'unsigned' => TRUE,
13853     ),
13854     'status' => array(
13855       'type' => 'int',
13856       'not null' => TRUE,
13857       'size' => 'normal',
13858       'default' => '0',
13859     ),
13860     'timestamp' => array(
13861       'type' => 'int',
13862       'not null' => TRUE,
13863       'size' => 'normal',
13864       'default' => '0',
13865       'unsigned' => TRUE,
13866     ),
13867   ),
13868   'primary key' => array(
13869     'fid',
13870   ),
13871   'mysql_character_set' => 'utf8',
13872 ));
13873
13874 $connection->insert('file_managed')
13875 ->fields(array(
13876   'fid',
13877   'uid',
13878   'filename',
13879   'uri',
13880   'filemime',
13881   'filesize',
13882   'status',
13883   'timestamp',
13884 ))
13885 ->values(array(
13886   'fid' => '1',
13887   'uid' => '1',
13888   'filename' => 'cube.jpeg',
13889   'uri' => 'public://cube.jpeg',
13890   'filemime' => 'image/jpeg',
13891   'filesize' => '3620',
13892   'status' => '1',
13893   'timestamp' => '1421727515',
13894 ))
13895 ->values(array(
13896   'fid' => '2',
13897   'uid' => '1',
13898   'filename' => 'ds9.txt',
13899   'uri' => 'public://ds9.txt',
13900   'filemime' => 'text/plain',
13901   'filesize' => '4720',
13902   'status' => '1',
13903   'timestamp' => '1421727516',
13904 ))
13905 ->values(array(
13906   'fid' => '3',
13907   'uid' => '1',
13908   'filename' => 'Babylon5.txt',
13909   'uri' => 'private://Babylon5.txt',
13910   'filemime' => 'text/plain',
13911   'filesize' => '4',
13912   'status' => '1',
13913   'timestamp' => '1486104045',
13914 ))
13915 ->values(array(
13916   'fid' => '4',
13917   'uid' => '1',
13918   'filename' => 'TerokNor.txt',
13919   'uri' => 'temporary://TerokNor.txt',
13920   'filemime' => 'text/plain',
13921   'filesize' => '2369',
13922   'status' => '1',
13923   'timestamp' => '1421747516',
13924 ))
13925
13926 ->execute();
13927
13928 $connection->schema()->createTable('file_usage', array(
13929   'fields' => array(
13930     'fid' => array(
13931       'type' => 'int',
13932       'not null' => TRUE,
13933       'size' => 'normal',
13934       'unsigned' => TRUE,
13935     ),
13936     'module' => array(
13937       'type' => 'varchar',
13938       'not null' => TRUE,
13939       'length' => '255',
13940       'default' => '',
13941     ),
13942     'type' => array(
13943       'type' => 'varchar',
13944       'not null' => TRUE,
13945       'length' => '64',
13946       'default' => '',
13947     ),
13948     'id' => array(
13949       'type' => 'int',
13950       'not null' => TRUE,
13951       'size' => 'normal',
13952       'default' => '0',
13953       'unsigned' => TRUE,
13954     ),
13955     'count' => array(
13956       'type' => 'int',
13957       'not null' => TRUE,
13958       'size' => 'normal',
13959       'default' => '0',
13960       'unsigned' => TRUE,
13961     ),
13962   ),
13963   'primary key' => array(
13964     'fid',
13965     'module',
13966     'type',
13967     'id',
13968   ),
13969   'mysql_character_set' => 'utf8',
13970 ));
13971
13972 $connection->insert('file_usage')
13973 ->fields(array(
13974   'fid',
13975   'module',
13976   'type',
13977   'id',
13978   'count',
13979 ))
13980 ->values(array(
13981   'fid' => '1',
13982   'module' => 'file',
13983   'type' => 'node',
13984   'id' => '1',
13985   'count' => '3',
13986 ))
13987 ->values(array(
13988   'fid' => '2',
13989   'module' => 'file',
13990   'type' => 'node',
13991   'id' => '1',
13992   'count' => '2',
13993 ))
13994 ->values(array(
13995   'fid' => '2',
13996   'module' => 'file',
13997   'type' => 'user',
13998   'id' => '2',
13999   'count' => '1',
14000 ))
14001 ->values(array(
14002   'fid' => '3',
14003   'module' => 'file',
14004   'type' => 'node',
14005   'id' => '1',
14006   'count' => '1',
14007 ))
14008 ->execute();
14009
14010 $connection->schema()->createTable('filter', array(
14011   'fields' => array(
14012     'format' => array(
14013       'type' => 'varchar',
14014       'not null' => TRUE,
14015       'length' => '255',
14016     ),
14017     'module' => array(
14018       'type' => 'varchar',
14019       'not null' => TRUE,
14020       'length' => '64',
14021       'default' => '',
14022     ),
14023     'name' => array(
14024       'type' => 'varchar',
14025       'not null' => TRUE,
14026       'length' => '32',
14027       'default' => '',
14028     ),
14029     'weight' => array(
14030       'type' => 'int',
14031       'not null' => TRUE,
14032       'size' => 'normal',
14033       'default' => '0',
14034     ),
14035     'status' => array(
14036       'type' => 'int',
14037       'not null' => TRUE,
14038       'size' => 'normal',
14039       'default' => '0',
14040     ),
14041     'settings' => array(
14042       'type' => 'blob',
14043       'not null' => FALSE,
14044       'size' => 'normal',
14045     ),
14046   ),
14047   'primary key' => array(
14048     'format',
14049     'name',
14050   ),
14051   'mysql_character_set' => 'utf8',
14052 ));
14053
14054 $connection->insert('filter')
14055 ->fields(array(
14056   'format',
14057   'module',
14058   'name',
14059   'weight',
14060   'status',
14061   'settings',
14062 ))
14063 ->values(array(
14064   'format' => 'custom_text_format',
14065   'module' => 'filter',
14066   'name' => 'filter_autop',
14067   'weight' => '0',
14068   'status' => '1',
14069   'settings' => 'a:0:{}',
14070 ))
14071 ->values(array(
14072   'format' => 'custom_text_format',
14073   'module' => 'filter',
14074   'name' => 'filter_html',
14075   'weight' => '-10',
14076   'status' => '1',
14077   '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;}',
14078 ))
14079 ->values(array(
14080   'format' => 'custom_text_format',
14081   'module' => 'filter',
14082   'name' => 'filter_htmlcorrector',
14083   'weight' => '10',
14084   'status' => '0',
14085   'settings' => 'a:0:{}',
14086 ))
14087 ->values(array(
14088   'format' => 'custom_text_format',
14089   'module' => 'filter',
14090   'name' => 'filter_html_escape',
14091   'weight' => '-10',
14092   'status' => '0',
14093   'settings' => 'a:0:{}',
14094 ))
14095 ->values(array(
14096   'format' => 'custom_text_format',
14097   'module' => 'filter',
14098   'name' => 'filter_url',
14099   'weight' => '0',
14100   'status' => '0',
14101   'settings' => 'a:1:{s:17:"filter_url_length";s:2:"72";}',
14102 ))
14103 ->values(array(
14104   'format' => 'filtered_html',
14105   'module' => 'filter',
14106   'name' => 'filter_autop',
14107   'weight' => '2',
14108   'status' => '1',
14109   'settings' => 'a:0:{}',
14110 ))
14111 ->values(array(
14112   'format' => 'filtered_html',
14113   'module' => 'filter',
14114   'name' => 'filter_html',
14115   'weight' => '1',
14116   'status' => '1',
14117   '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;}',
14118 ))
14119 ->values(array(
14120   'format' => 'filtered_html',
14121   'module' => 'filter',
14122   'name' => 'filter_htmlcorrector',
14123   'weight' => '10',
14124   'status' => '1',
14125   'settings' => 'a:0:{}',
14126 ))
14127 ->values(array(
14128   'format' => 'filtered_html',
14129   'module' => 'filter',
14130   'name' => 'filter_html_escape',
14131   'weight' => '-10',
14132   'status' => '0',
14133   'settings' => 'a:0:{}',
14134 ))
14135 ->values(array(
14136   'format' => 'filtered_html',
14137   'module' => 'filter',
14138   'name' => 'filter_url',
14139   'weight' => '0',
14140   'status' => '1',
14141   'settings' => 'a:1:{s:17:"filter_url_length";s:3:"128";}',
14142 ))
14143 ->values(array(
14144   'format' => 'full_html',
14145   'module' => 'filter',
14146   'name' => 'filter_autop',
14147   'weight' => '1',
14148   'status' => '1',
14149   'settings' => 'a:0:{}',
14150 ))
14151 ->values(array(
14152   'format' => 'full_html',
14153   'module' => 'filter',
14154   'name' => 'filter_html',
14155   'weight' => '-10',
14156   'status' => '0',
14157   '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;}',
14158 ))
14159 ->values(array(
14160   'format' => 'full_html',
14161   'module' => 'filter',
14162   'name' => 'filter_htmlcorrector',
14163   'weight' => '10',
14164   'status' => '1',
14165   'settings' => 'a:0:{}',
14166 ))
14167 ->values(array(
14168   'format' => 'full_html',
14169   'module' => 'filter',
14170   'name' => 'filter_html_escape',
14171   'weight' => '-10',
14172   'status' => '0',
14173   'settings' => 'a:0:{}',
14174 ))
14175 ->values(array(
14176   'format' => 'full_html',
14177   'module' => 'filter',
14178   'name' => 'filter_url',
14179   'weight' => '0',
14180   'status' => '1',
14181   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
14182 ))
14183 ->values(array(
14184   'format' => 'php_code',
14185   'module' => 'filter',
14186   'name' => 'filter_autop',
14187   'weight' => '0',
14188   'status' => '0',
14189   'settings' => 'a:0:{}',
14190 ))
14191 ->values(array(
14192   'format' => 'php_code',
14193   'module' => 'filter',
14194   'name' => 'filter_html',
14195   'weight' => '-10',
14196   'status' => '0',
14197   '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;}',
14198 ))
14199 ->values(array(
14200   'format' => 'php_code',
14201   'module' => 'filter',
14202   'name' => 'filter_htmlcorrector',
14203   'weight' => '10',
14204   'status' => '0',
14205   'settings' => 'a:0:{}',
14206 ))
14207 ->values(array(
14208   'format' => 'php_code',
14209   'module' => 'filter',
14210   'name' => 'filter_html_escape',
14211   'weight' => '-10',
14212   'status' => '0',
14213   'settings' => 'a:0:{}',
14214 ))
14215 ->values(array(
14216   'format' => 'php_code',
14217   'module' => 'filter',
14218   'name' => 'filter_url',
14219   'weight' => '0',
14220   'status' => '0',
14221   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
14222 ))
14223 ->values(array(
14224   'format' => 'php_code',
14225   'module' => 'php',
14226   'name' => 'php_code',
14227   'weight' => '0',
14228   'status' => '1',
14229   'settings' => 'a:0:{}',
14230 ))
14231 ->values(array(
14232   'format' => 'plain_text',
14233   'module' => 'filter',
14234   'name' => 'filter_autop',
14235   'weight' => '2',
14236   'status' => '1',
14237   'settings' => 'a:0:{}',
14238 ))
14239 ->values(array(
14240   'format' => 'plain_text',
14241   'module' => 'filter',
14242   'name' => 'filter_html',
14243   'weight' => '-10',
14244   'status' => '0',
14245   '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;}',
14246 ))
14247 ->values(array(
14248   'format' => 'plain_text',
14249   'module' => 'filter',
14250   'name' => 'filter_htmlcorrector',
14251   'weight' => '10',
14252   'status' => '0',
14253   'settings' => 'a:0:{}',
14254 ))
14255 ->values(array(
14256   'format' => 'plain_text',
14257   'module' => 'filter',
14258   'name' => 'filter_html_escape',
14259   'weight' => '0',
14260   'status' => '1',
14261   'settings' => 'a:0:{}',
14262 ))
14263 ->values(array(
14264   'format' => 'plain_text',
14265   'module' => 'filter',
14266   'name' => 'filter_url',
14267   'weight' => '1',
14268   'status' => '1',
14269   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
14270 ))
14271 ->execute();
14272
14273 $connection->schema()->createTable('filter_format', array(
14274   'fields' => array(
14275     'format' => array(
14276       'type' => 'varchar',
14277       'not null' => TRUE,
14278       'length' => '255',
14279     ),
14280     'name' => array(
14281       'type' => 'varchar',
14282       'not null' => TRUE,
14283       'length' => '255',
14284       'default' => '',
14285     ),
14286     'cache' => array(
14287       'type' => 'int',
14288       'not null' => TRUE,
14289       'size' => 'normal',
14290       'default' => '0',
14291     ),
14292     'status' => array(
14293       'type' => 'int',
14294       'not null' => TRUE,
14295       'size' => 'normal',
14296       'default' => '1',
14297       'unsigned' => TRUE,
14298     ),
14299     'weight' => array(
14300       'type' => 'int',
14301       'not null' => TRUE,
14302       'size' => 'normal',
14303       'default' => '0',
14304     ),
14305   ),
14306   'primary key' => array(
14307     'format',
14308   ),
14309   'mysql_character_set' => 'utf8',
14310 ));
14311
14312 $connection->insert('filter_format')
14313 ->fields(array(
14314   'format',
14315   'name',
14316   'cache',
14317   'status',
14318   'weight',
14319 ))
14320 ->values(array(
14321   'format' => 'custom_text_format',
14322   'name' => 'Custom Text format',
14323   'cache' => '1',
14324   'status' => '1',
14325   'weight' => '0',
14326 ))
14327 ->values(array(
14328   'format' => 'filtered_html',
14329   'name' => 'Filtered HTML',
14330   'cache' => '1',
14331   'status' => '1',
14332   'weight' => '0',
14333 ))
14334 ->values(array(
14335   'format' => 'full_html',
14336   'name' => 'Full HTML',
14337   'cache' => '1',
14338   'status' => '1',
14339   'weight' => '1',
14340 ))
14341 ->values(array(
14342   'format' => 'php_code',
14343   'name' => 'PHP code',
14344   'cache' => '0',
14345   'status' => '1',
14346   'weight' => '11',
14347 ))
14348 ->values(array(
14349   'format' => 'plain_text',
14350   'name' => 'Plain text',
14351   'cache' => '1',
14352   'status' => '1',
14353   'weight' => '10',
14354 ))
14355 ->execute();
14356
14357 $connection->schema()->createTable('flood', array(
14358   'fields' => array(
14359     'fid' => array(
14360       'type' => 'serial',
14361       'not null' => TRUE,
14362       'size' => 'normal',
14363     ),
14364     'event' => array(
14365       'type' => 'varchar',
14366       'not null' => TRUE,
14367       'length' => '64',
14368       'default' => '',
14369     ),
14370     'identifier' => array(
14371       'type' => 'varchar',
14372       'not null' => TRUE,
14373       'length' => '128',
14374       'default' => '',
14375     ),
14376     'timestamp' => array(
14377       'type' => 'int',
14378       'not null' => TRUE,
14379       'size' => 'normal',
14380       'default' => '0',
14381     ),
14382     'expiration' => array(
14383       'type' => 'int',
14384       'not null' => TRUE,
14385       'size' => 'normal',
14386       'default' => '0',
14387     ),
14388   ),
14389   'primary key' => array(
14390     'fid',
14391   ),
14392   'mysql_character_set' => 'utf8',
14393 ));
14394
14395 $connection->schema()->createTable('forum', array(
14396   'fields' => array(
14397     'nid' => array(
14398       'type' => 'int',
14399       'not null' => TRUE,
14400       'size' => 'normal',
14401       'default' => '0',
14402       'unsigned' => TRUE,
14403     ),
14404     'vid' => array(
14405       'type' => 'int',
14406       'not null' => TRUE,
14407       'size' => 'normal',
14408       'default' => '0',
14409       'unsigned' => TRUE,
14410     ),
14411     'tid' => array(
14412       'type' => 'int',
14413       'not null' => TRUE,
14414       'size' => 'normal',
14415       'default' => '0',
14416       'unsigned' => TRUE,
14417     ),
14418   ),
14419   'primary key' => array(
14420     'vid',
14421   ),
14422   'mysql_character_set' => 'utf8',
14423 ));
14424
14425 $connection->insert('forum')
14426 ->fields(array(
14427   'nid',
14428   'vid',
14429   'tid',
14430 ))
14431 ->values(array(
14432   'nid' => '6',
14433   'vid' => '6',
14434   'tid' => '1',
14435 ))
14436 ->values(array(
14437   'nid' => '7',
14438   'vid' => '7',
14439   'tid' => '1',
14440 ))
14441 ->execute();
14442
14443 $connection->schema()->createTable('forum_index', array(
14444   'fields' => array(
14445     'nid' => array(
14446       'type' => 'int',
14447       'not null' => TRUE,
14448       'size' => 'normal',
14449       'default' => '0',
14450       'unsigned' => TRUE,
14451     ),
14452     'title' => array(
14453       'type' => 'varchar',
14454       'not null' => TRUE,
14455       'length' => '255',
14456       'default' => '',
14457     ),
14458     'tid' => array(
14459       'type' => 'int',
14460       'not null' => TRUE,
14461       'size' => 'normal',
14462       'default' => '0',
14463       'unsigned' => TRUE,
14464     ),
14465     'sticky' => array(
14466       'type' => 'int',
14467       'not null' => FALSE,
14468       'size' => 'normal',
14469       'default' => '0',
14470     ),
14471     'created' => array(
14472       'type' => 'int',
14473       'not null' => TRUE,
14474       'size' => 'normal',
14475       'default' => '0',
14476       'unsigned' => TRUE,
14477     ),
14478     'last_comment_timestamp' => array(
14479       'type' => 'int',
14480       'not null' => TRUE,
14481       'size' => 'normal',
14482       'default' => '0',
14483     ),
14484     'comment_count' => array(
14485       'type' => 'int',
14486       'not null' => TRUE,
14487       'size' => 'normal',
14488       'default' => '0',
14489       'unsigned' => TRUE,
14490     ),
14491   ),
14492   'mysql_character_set' => 'utf8',
14493 ));
14494
14495 $connection->insert('forum_index')
14496 ->fields(array(
14497   'nid',
14498   'title',
14499   'tid',
14500   'sticky',
14501   'created',
14502   'last_comment_timestamp',
14503   'comment_count',
14504 ))
14505 ->values(array(
14506   'nid' => '6',
14507   'title' => 'Comments are closed :-(',
14508   'tid' => '1',
14509   'sticky' => '0',
14510   'created' => '1504715414',
14511   'last_comment_timestamp' => '1504715414',
14512   'comment_count' => '0',
14513 ))
14514 ->values(array(
14515   'nid' => '7',
14516   'title' => 'Comments are open :-)',
14517   'tid' => '1',
14518   'sticky' => '0',
14519   'created' => '1504715432',
14520   'last_comment_timestamp' => '1504715432',
14521   'comment_count' => '0',
14522 ))
14523 ->execute();
14524
14525 $connection->schema()->createTable('history', array(
14526   'fields' => array(
14527     'uid' => array(
14528       'type' => 'int',
14529       'not null' => TRUE,
14530       'size' => 'normal',
14531       'default' => '0',
14532     ),
14533     'nid' => array(
14534       'type' => 'int',
14535       'not null' => TRUE,
14536       'size' => 'normal',
14537       'default' => '0',
14538     ),
14539     'timestamp' => array(
14540       'type' => 'int',
14541       'not null' => TRUE,
14542       'size' => 'normal',
14543       'default' => '0',
14544     ),
14545   ),
14546   'primary key' => array(
14547     'uid',
14548     'nid',
14549   ),
14550   'mysql_character_set' => 'utf8',
14551 ));
14552
14553 $connection->schema()->createTable('i18n_block_language', array(
14554   'fields' => array(
14555     'module' => array(
14556       'type' => 'varchar',
14557       'not null' => TRUE,
14558       'length' => '64',
14559     ),
14560     'delta' => array(
14561       'type' => 'varchar',
14562       'not null' => TRUE,
14563       'length' => '32',
14564     ),
14565     'language' => array(
14566       'type' => 'varchar',
14567       'not null' => TRUE,
14568       'length' => '12',
14569       'default' => '',
14570     ),
14571   ),
14572   'primary key' => array(
14573     'module',
14574     'delta',
14575     'language',
14576   ),
14577   'indexes' => array(
14578     'language' => array(
14579       'language',
14580     ),
14581   ),
14582   'mysql_character_set' => 'utf8',
14583 ));
14584
14585 $connection->schema()->createTable('i18n_string', array(
14586   'fields' => array(
14587     'lid' => array(
14588       'type' => 'int',
14589       'not null' => TRUE,
14590       'size' => 'normal',
14591       'default' => '0',
14592     ),
14593     'textgroup' => array(
14594       'type' => 'varchar',
14595       'not null' => TRUE,
14596       'length' => '50',
14597       'default' => 'default',
14598     ),
14599     'context' => array(
14600       'type' => 'varchar',
14601       'not null' => TRUE,
14602       'length' => '255',
14603       'default' => '',
14604     ),
14605     'objectid' => array(
14606       'type' => 'varchar',
14607       'not null' => TRUE,
14608       'length' => '255',
14609       'default' => '',
14610     ),
14611     'type' => array(
14612       'type' => 'varchar',
14613       'not null' => TRUE,
14614       'length' => '255',
14615       'default' => '',
14616     ),
14617     'property' => array(
14618       'type' => 'varchar',
14619       'not null' => TRUE,
14620       'length' => '255',
14621       'default' => '',
14622     ),
14623     'objectindex' => array(
14624       'type' => 'int',
14625       'not null' => TRUE,
14626       'size' => 'big',
14627       'default' => '0',
14628     ),
14629     'format' => array(
14630       'type' => 'varchar',
14631       'not null' => FALSE,
14632       'length' => '255',
14633     ),
14634   ),
14635   'primary key' => array(
14636     'lid',
14637   ),
14638   'indexes' => array(
14639     'group_context' => array(
14640       'textgroup',
14641       array(
14642         'context',
14643         '50',
14644       ),
14645     ),
14646   ),
14647   'mysql_character_set' => 'utf8',
14648 ));
14649
14650 $connection->insert('i18n_string')
14651 ->fields(array(
14652   'lid',
14653   'textgroup',
14654   'context',
14655   'objectid',
14656   'type',
14657   'property',
14658   'objectindex',
14659   'format',
14660 ))
14661 ->values(array(
14662   'lid' => '57',
14663   'textgroup' => 'blocks',
14664   'context' => 'block:1:title',
14665   'objectid' => '1',
14666   'type' => 'block',
14667   'property' => 'title',
14668   'objectindex' => '1',
14669   'format' => '',
14670 ))
14671 ->values(array(
14672   'lid' => '60',
14673   'textgroup' => 'blocks',
14674   'context' => 'block:1:body',
14675   'objectid' => '1',
14676   'type' => 'block',
14677   'property' => 'body',
14678   'objectindex' => '1',
14679   'format' => 'filtered_html',
14680 ))
14681 ->values(array(
14682   'lid' => '61',
14683   'textgroup' => 'node',
14684   'context' => 'type:article:name',
14685   'objectid' => 'article',
14686   'type' => 'type',
14687   'property' => 'name',
14688   'objectindex' => '0',
14689   'format' => '',
14690 ))
14691 ->values(array(
14692   'lid' => '62',
14693   'textgroup' => 'node',
14694   'context' => 'type:article:title_label',
14695   'objectid' => 'article',
14696   'type' => 'type',
14697   'property' => 'title_label',
14698   'objectindex' => '0',
14699   'format' => '',
14700 ))
14701 ->values(array(
14702   'lid' => '63',
14703   'textgroup' => 'node',
14704   'context' => 'type:article:description',
14705   'objectid' => 'article',
14706   'type' => 'type',
14707   'property' => 'description',
14708   'objectindex' => '0',
14709   'format' => '',
14710 ))
14711 ->values(array(
14712   'lid' => '64',
14713   'textgroup' => 'node',
14714   'context' => 'type:article:help',
14715   'objectid' => 'article',
14716   'type' => 'type',
14717   'property' => 'help',
14718   'objectindex' => '0',
14719   'format' => '',
14720 ))
14721 ->values(array(
14722   'lid' => '65',
14723   'textgroup' => 'node',
14724   'context' => 'type:book:name',
14725   'objectid' => 'book',
14726   'type' => 'type',
14727   'property' => 'name',
14728   'objectindex' => '0',
14729   'format' => '',
14730 ))
14731 ->values(array(
14732   'lid' => '66',
14733   'textgroup' => 'node',
14734   'context' => 'type:book:title_label',
14735   'objectid' => 'book',
14736   'type' => 'type',
14737   'property' => 'title_label',
14738   'objectindex' => '0',
14739   'format' => '',
14740 ))
14741 ->values(array(
14742   'lid' => '67',
14743   'textgroup' => 'node',
14744   'context' => 'type:book:description',
14745   'objectid' => 'book',
14746   'type' => 'type',
14747   'property' => 'description',
14748   'objectindex' => '0',
14749   'format' => '',
14750 ))
14751 ->values(array(
14752   'lid' => '68',
14753   'textgroup' => 'node',
14754   'context' => 'type:page:name',
14755   'objectid' => 'page',
14756   'type' => 'type',
14757   'property' => 'name',
14758   'objectindex' => '0',
14759   'format' => '',
14760 ))
14761 ->values(array(
14762   'lid' => '69',
14763   'textgroup' => 'node',
14764   'context' => 'type:page:title_label',
14765   'objectid' => 'page',
14766   'type' => 'type',
14767   'property' => 'title_label',
14768   'objectindex' => '0',
14769   'format' => '',
14770 ))
14771 ->values(array(
14772   'lid' => '70',
14773   'textgroup' => 'node',
14774   'context' => 'type:page:description',
14775   'objectid' => 'page',
14776   'type' => 'type',
14777   'property' => 'description',
14778   'objectindex' => '0',
14779   'format' => '',
14780 ))
14781 ->values(array(
14782   'lid' => '71',
14783   'textgroup' => 'node',
14784   'context' => 'type:page:help',
14785   'objectid' => 'page',
14786   'type' => 'type',
14787   'property' => 'help',
14788   'objectindex' => '0',
14789   'format' => '',
14790 ))
14791 ->values(array(
14792   'lid' => '72',
14793   'textgroup' => 'node',
14794   'context' => 'type:test_content_type:name',
14795   'objectid' => 'test_content_type',
14796   'type' => 'type',
14797   'property' => 'name',
14798   'objectindex' => '0',
14799   'format' => '',
14800 ))
14801 ->values(array(
14802   'lid' => '73',
14803   'textgroup' => 'node',
14804   'context' => 'type:test_content_type:title_label',
14805   'objectid' => 'test_content_type',
14806   'type' => 'type',
14807   'property' => 'title_label',
14808   'objectindex' => '0',
14809   'format' => '',
14810 ))
14811 ->values(array(
14812   'lid' => '74',
14813   'textgroup' => 'node',
14814   'context' => 'type:test_content_type:description',
14815   'objectid' => 'test_content_type',
14816   'type' => 'type',
14817   'property' => 'description',
14818   'objectindex' => '0',
14819   'format' => '',
14820 ))
14821 ->values(array(
14822   'lid' => '75',
14823   'textgroup' => 'node',
14824   'context' => 'type:test_content_type:help',
14825   'objectid' => 'test_content_type',
14826   'type' => 'type',
14827   'property' => 'help',
14828   'objectindex' => '0',
14829   'format' => '',
14830 ))
14831 ->values(array(
14832   'lid' => '76',
14833   'textgroup' => 'blocks',
14834   'context' => 'user:login:title',
14835   'objectid' => 'login',
14836   'type' => 'user',
14837   'property' => 'title',
14838   'objectindex' => '0',
14839   'format' => '',
14840 ))
14841 ->execute();
14842
14843 $connection->schema()->createTable('image_effects', array(
14844   'fields' => array(
14845     'ieid' => array(
14846       'type' => 'serial',
14847       'not null' => TRUE,
14848       'size' => 'normal',
14849       'unsigned' => TRUE,
14850     ),
14851     'isid' => array(
14852       'type' => 'int',
14853       'not null' => TRUE,
14854       'size' => 'normal',
14855       'default' => '0',
14856       'unsigned' => TRUE,
14857     ),
14858     'weight' => array(
14859       'type' => 'int',
14860       'not null' => TRUE,
14861       'size' => 'normal',
14862       'default' => '0',
14863     ),
14864     'name' => array(
14865       'type' => 'varchar',
14866       'not null' => TRUE,
14867       'length' => '255',
14868     ),
14869     'data' => array(
14870       'type' => 'blob',
14871       'not null' => TRUE,
14872       'size' => 'normal',
14873     ),
14874   ),
14875   'primary key' => array(
14876     'ieid',
14877   ),
14878   'mysql_character_set' => 'utf8',
14879 ));
14880
14881 $connection->insert('image_effects')
14882 ->fields(array(
14883   'ieid',
14884   'isid',
14885   'weight',
14886   'name',
14887   'data',
14888 ))
14889 ->values(array(
14890   'ieid' => '3',
14891   'isid' => '1',
14892   'weight' => '1',
14893   'name' => 'image_scale_and_crop',
14894   'data' => 'a:2:{s:5:"width";s:2:"55";s:6:"height";s:2:"55";}',
14895 ))
14896 ->values(array(
14897   'ieid' => '4',
14898   'isid' => '1',
14899   'weight' => '2',
14900   'name' => 'image_desaturate',
14901   'data' => 'a:0:{}',
14902 ))
14903 ->values(array(
14904   'ieid' => '5',
14905   'isid' => '2',
14906   'weight' => '1',
14907   'name' => 'image_resize',
14908   'data' => 'a:2:{s:5:"width";s:2:"55";s:6:"height";s:3:"100";}',
14909 ))
14910 ->values(array(
14911   'ieid' => '6',
14912   'isid' => '2',
14913   'weight' => '2',
14914   'name' => 'image_rotate',
14915   'data' => 'a:3:{s:7:"degrees";s:2:"45";s:7:"bgcolor";s:7:"#FFFFFF";s:6:"random";i:0;}',
14916 ))
14917 ->values(array(
14918   'ieid' => '7',
14919   'isid' => '3',
14920   'weight' => '1',
14921   'name' => 'image_scale',
14922   'data' => 'a:3:{s:5:"width";s:3:"150";s:6:"height";s:0:"";s:7:"upscale";i:0;}',
14923 ))
14924 ->values(array(
14925   'ieid' => '8',
14926   'isid' => '3',
14927   'weight' => '2',
14928   'name' => 'image_crop',
14929   'data' => 'a:3:{s:5:"width";s:2:"50";s:6:"height";s:2:"50";s:6:"anchor";s:8:"left-top";}',
14930 ))
14931 ->execute();
14932
14933 $connection->schema()->createTable('image_styles', array(
14934   'fields' => array(
14935     'isid' => array(
14936       'type' => 'serial',
14937       'not null' => TRUE,
14938       'size' => 'normal',
14939       'unsigned' => TRUE,
14940     ),
14941     'name' => array(
14942       'type' => 'varchar',
14943       'not null' => TRUE,
14944       'length' => '255',
14945     ),
14946     'label' => array(
14947       'type' => 'varchar',
14948       'not null' => TRUE,
14949       'length' => '255',
14950       'default' => '',
14951     ),
14952   ),
14953   'primary key' => array(
14954     'isid',
14955   ),
14956   'mysql_character_set' => 'utf8',
14957 ));
14958
14959 $connection->insert('image_styles')
14960 ->fields(array(
14961   'isid',
14962   'name',
14963   'label',
14964 ))
14965 ->values(array(
14966   'isid' => '1',
14967   'name' => 'custom_image_style_1',
14968   'label' => 'Custom image style 1',
14969 ))
14970 ->values(array(
14971   'isid' => '2',
14972   'name' => 'custom_image_style_2',
14973   'label' => 'Custom image style 2',
14974 ))
14975 ->values(array(
14976   'isid' => '3',
14977   'name' => 'custom_image_style_3',
14978   'label' => 'Custom image style 3',
14979 ))
14980 ->execute();
14981
14982 $connection->schema()->createTable('languages', array(
14983   'fields' => array(
14984     'language' => array(
14985       'type' => 'varchar',
14986       'not null' => TRUE,
14987       'length' => '12',
14988       'default' => '',
14989     ),
14990     'name' => array(
14991       'type' => 'varchar',
14992       'not null' => TRUE,
14993       'length' => '64',
14994       'default' => '',
14995     ),
14996     'native' => array(
14997       'type' => 'varchar',
14998       'not null' => TRUE,
14999       'length' => '64',
15000       'default' => '',
15001     ),
15002     'direction' => array(
15003       'type' => 'int',
15004       'not null' => TRUE,
15005       'size' => 'normal',
15006       'default' => '0',
15007     ),
15008     'enabled' => array(
15009       'type' => 'int',
15010       'not null' => TRUE,
15011       'size' => 'normal',
15012       'default' => '0',
15013     ),
15014     'plurals' => array(
15015       'type' => 'int',
15016       'not null' => TRUE,
15017       'size' => 'normal',
15018       'default' => '0',
15019     ),
15020     'formula' => array(
15021       'type' => 'varchar',
15022       'not null' => TRUE,
15023       'length' => '255',
15024       'default' => '',
15025     ),
15026     'domain' => array(
15027       'type' => 'varchar',
15028       'not null' => TRUE,
15029       'length' => '128',
15030       'default' => '',
15031     ),
15032     'prefix' => array(
15033       'type' => 'varchar',
15034       'not null' => TRUE,
15035       'length' => '128',
15036       'default' => '',
15037     ),
15038     'weight' => array(
15039       'type' => 'int',
15040       'not null' => TRUE,
15041       'size' => 'normal',
15042       'default' => '0',
15043     ),
15044     'javascript' => array(
15045       'type' => 'varchar',
15046       'not null' => TRUE,
15047       'length' => '64',
15048       'default' => '',
15049     ),
15050   ),
15051   'primary key' => array(
15052     'language',
15053   ),
15054   'mysql_character_set' => 'utf8',
15055 ));
15056
15057 $connection->insert('languages')
15058 ->fields(array(
15059   'language',
15060   'name',
15061   'native',
15062   'direction',
15063   'enabled',
15064   'plurals',
15065   'formula',
15066   'domain',
15067   'prefix',
15068   'weight',
15069   'javascript',
15070 ))
15071 ->values(array(
15072   'language' => 'en',
15073   'name' => 'English',
15074   'native' => 'English',
15075   'direction' => '0',
15076   'enabled' => '1',
15077   'plurals' => '0',
15078   'formula' => '',
15079   'domain' => '',
15080   'prefix' => '',
15081   'weight' => '0',
15082   'javascript' => '',
15083 ))
15084 ->values(array(
15085   'language' => 'fr',
15086   'name' => 'French',
15087   'native' => 'Français',
15088   'direction' => '0',
15089   'enabled' => '1',
15090   'plurals' => '0',
15091   'formula' => '',
15092   'domain' => 'fr.drupal.org',
15093   'prefix' => 'fr',
15094   'weight' => '0',
15095   'javascript' => '',
15096 ))
15097 ->values(array(
15098   'language' => 'is',
15099   'name' => 'Icelandic',
15100   'native' => 'Íslenska',
15101   'direction' => '0',
15102   'enabled' => '1',
15103   'plurals' => '0',
15104   'formula' => '',
15105   'domain' => 'is.drupal.org',
15106   'prefix' => 'is',
15107   'weight' => '0',
15108   'javascript' => '',
15109 ))
15110 ->execute();
15111
15112 $connection->schema()->createTable('locales_source', array(
15113   'fields' => array(
15114     'lid' => array(
15115       'type' => 'serial',
15116       'not null' => TRUE,
15117       'size' => 'normal',
15118     ),
15119     'location' => array(
15120       'type' => 'text',
15121       'not null' => FALSE,
15122       'size' => 'normal',
15123     ),
15124     'textgroup' => array(
15125       'type' => 'varchar',
15126       'not null' => TRUE,
15127       'length' => '255',
15128       'default' => 'default',
15129     ),
15130     'source' => array(
15131       'type' => 'blob',
15132       'not null' => TRUE,
15133       'size' => 'normal',
15134     ),
15135     'context' => array(
15136       'type' => 'varchar',
15137       'not null' => TRUE,
15138       'length' => '255',
15139       'default' => '',
15140     ),
15141     'version' => array(
15142       'type' => 'varchar',
15143       'not null' => TRUE,
15144       'length' => '20',
15145       'default' => 'none',
15146     ),
15147   ),
15148   'primary key' => array(
15149     'lid',
15150   ),
15151   'indexes' => array(
15152     'textgroup_context' => array(
15153       'textgroup',
15154       array(
15155         'context',
15156         '50',
15157       ),
15158     ),
15159   ),
15160   'mysql_character_set' => 'utf8',
15161 ));
15162
15163 $connection->insert('locales_source')
15164 ->fields(array(
15165   'lid',
15166   'location',
15167   'textgroup',
15168   'source',
15169   'context',
15170   'version',
15171 ))
15172 ->values(array(
15173   'lid' => '1',
15174   'location' => 'misc/drupal.js',
15175   'textgroup' => 'default',
15176   'source' => 'An AJAX HTTP error occurred.',
15177   'context' => '',
15178   'version' => 'none',
15179 ))
15180 ->values(array(
15181   'lid' => '2',
15182   'location' => 'misc/drupal.js',
15183   'textgroup' => 'default',
15184   'source' => 'HTTP Result Code: !status',
15185   'context' => '',
15186   'version' => 'none',
15187 ))
15188 ->values(array(
15189   'lid' => '3',
15190   'location' => 'misc/drupal.js',
15191   'textgroup' => 'default',
15192   'source' => 'An AJAX HTTP request terminated abnormally.',
15193   'context' => '',
15194   'version' => 'none',
15195 ))
15196 ->values(array(
15197   'lid' => '4',
15198   'location' => 'misc/drupal.js',
15199   'textgroup' => 'default',
15200   'source' => 'Debugging information follows.',
15201   'context' => '',
15202   'version' => 'none',
15203 ))
15204 ->values(array(
15205   'lid' => '5',
15206   'location' => 'misc/drupal.js',
15207   'textgroup' => 'default',
15208   'source' => 'Path: !uri',
15209   'context' => '',
15210   'version' => 'none',
15211 ))
15212 ->values(array(
15213   'lid' => '6',
15214   'location' => 'misc/drupal.js',
15215   'textgroup' => 'default',
15216   'source' => 'StatusText: !statusText',
15217   'context' => '',
15218   'version' => 'none',
15219 ))
15220 ->values(array(
15221   'lid' => '7',
15222   'location' => 'misc/drupal.js',
15223   'textgroup' => 'default',
15224   'source' => 'ResponseText: !responseText',
15225   'context' => '',
15226   'version' => 'none',
15227 ))
15228 ->values(array(
15229   'lid' => '8',
15230   'location' => 'misc/drupal.js',
15231   'textgroup' => 'default',
15232   'source' => 'ReadyState: !readyState',
15233   'context' => '',
15234   'version' => 'none',
15235 ))
15236 ->values(array(
15237   'lid' => '9',
15238   'location' => 'misc/collapse.js',
15239   'textgroup' => 'default',
15240   'source' => 'Hide',
15241   'context' => '',
15242   'version' => 'none',
15243 ))
15244 ->values(array(
15245   'lid' => '10',
15246   'location' => 'misc/collapse.js',
15247   'textgroup' => 'default',
15248   'source' => 'Show',
15249   'context' => '',
15250   'version' => 'none',
15251 ))
15252 ->values(array(
15253   'lid' => '11',
15254   'location' => 'modules/toolbar/toolbar.js',
15255   'textgroup' => 'default',
15256   'source' => 'Show shortcuts',
15257   'context' => '',
15258   'version' => 'none',
15259 ))
15260 ->values(array(
15261   'lid' => '12',
15262   'location' => 'modules/toolbar/toolbar.js',
15263   'textgroup' => 'default',
15264   'source' => 'Hide shortcuts',
15265   'context' => '',
15266   'version' => 'none',
15267 ))
15268 ->values(array(
15269   'lid' => '13',
15270   'location' => 'misc/machine-name.js',
15271   'textgroup' => 'default',
15272   'source' => 'Edit',
15273   'context' => '',
15274   'version' => 'none',
15275 ))
15276 ->values(array(
15277   'lid' => '14',
15278   'location' => 'modules/comment/comment-node-form.js',
15279   'textgroup' => 'default',
15280   'source' => '@number comments per page',
15281   'context' => '',
15282   'version' => 'none',
15283 ))
15284 ->values(array(
15285   'lid' => '15',
15286   'location' => 'misc/vertical-tabs.js',
15287   'textgroup' => 'default',
15288   'source' => '(active tab)',
15289   'context' => '',
15290   'version' => 'none',
15291 ))
15292 ->values(array(
15293   'lid' => '16',
15294   'location' => 'modules/node/content_types.js',
15295   'textgroup' => 'default',
15296   'source' => 'Requires a title',
15297   'context' => '',
15298   'version' => 'none',
15299 ))
15300 ->values(array(
15301   'lid' => '17',
15302   'location' => 'modules/node/content_types.js; modules/node/node.js',
15303   'textgroup' => 'default',
15304   'source' => 'Not published',
15305   'context' => '',
15306   'version' => 'none',
15307 ))
15308 ->values(array(
15309   'lid' => '18',
15310   'location' => 'modules/node/content_types.js',
15311   'textgroup' => 'default',
15312   'source' => "Don't display post information",
15313   'context' => '',
15314   'version' => 'none',
15315 ))
15316 ->values(array(
15317   'lid' => '19',
15318   'location' => 'misc/tabledrag.js',
15319   'textgroup' => 'default',
15320   'source' => 'Re-order rows by numerical weight instead of dragging.',
15321   'context' => '',
15322   'version' => 'none',
15323 ))
15324 ->values(array(
15325   'lid' => '20',
15326   'location' => 'misc/tabledrag.js',
15327   'textgroup' => 'default',
15328   'source' => 'Show row weights',
15329   'context' => '',
15330   'version' => 'none',
15331 ))
15332 ->values(array(
15333   'lid' => '21',
15334   'location' => 'misc/tabledrag.js',
15335   'textgroup' => 'default',
15336   'source' => 'Hide row weights',
15337   'context' => '',
15338   'version' => 'none',
15339 ))
15340 ->values(array(
15341   'lid' => '22',
15342   'location' => 'misc/tabledrag.js',
15343   'textgroup' => 'default',
15344   'source' => 'Drag to re-order',
15345   'context' => '',
15346   'version' => 'none',
15347 ))
15348 ->values(array(
15349   'lid' => '23',
15350   'location' => 'misc/tabledrag.js',
15351   'textgroup' => 'default',
15352   'source' => 'Changes made in this table will not be saved until the form is submitted.',
15353   'context' => '',
15354   'version' => 'none',
15355 ))
15356 ->values(array(
15357   'lid' => '24',
15358   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
15359   'textgroup' => 'default',
15360   'source' => 'Other',
15361   'context' => '',
15362   'version' => 'none',
15363 ))
15364 ->values(array(
15365   'lid' => '25',
15366   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
15367   'textgroup' => 'default',
15368   'source' => '@count year from now',
15369   'context' => '',
15370   'version' => 'none',
15371 ))
15372 ->values(array(
15373   'lid' => '26',
15374   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
15375   'textgroup' => 'default',
15376   'source' => '@count years from now',
15377   'context' => '',
15378   'version' => 'none',
15379 ))
15380 ->values(array(
15381   'lid' => '27',
15382   'location' => 'modules/file/file.js',
15383   'textgroup' => 'default',
15384   'source' => 'The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.',
15385   'context' => '',
15386   'version' => 'none',
15387 ))
15388 ->values(array(
15389   'lid' => '28',
15390   'location' => 'misc/ajax.js',
15391   'textgroup' => 'default',
15392   'source' => 'Please wait...',
15393   'context' => '',
15394   'version' => 'none',
15395 ))
15396 ->values(array(
15397   'lid' => '29',
15398   'location' => 'modules/field/modules/text/text.js',
15399   'textgroup' => 'default',
15400   'source' => 'Hide summary',
15401   'context' => '',
15402   'version' => 'none',
15403 ))
15404 ->values(array(
15405   'lid' => '30',
15406   'location' => 'modules/field/modules/text/text.js',
15407   'textgroup' => 'default',
15408   'source' => 'Edit summary',
15409   'context' => '',
15410   'version' => 'none',
15411 ))
15412 ->values(array(
15413   'lid' => '31',
15414   'location' => 'misc/autocomplete.js',
15415   'textgroup' => 'default',
15416   'source' => 'Autocomplete popup',
15417   'context' => '',
15418   'version' => 'none',
15419 ))
15420 ->values(array(
15421   'lid' => '32',
15422   'location' => 'misc/autocomplete.js',
15423   'textgroup' => 'default',
15424   'source' => 'Searching for matches...',
15425   'context' => '',
15426   'version' => 'none',
15427 ))
15428 ->values(array(
15429   'lid' => '33',
15430   'location' => 'modules/contextual/contextual.js',
15431   'textgroup' => 'default',
15432   'source' => 'Configure',
15433   'context' => '',
15434   'version' => 'none',
15435 ))
15436 ->values(array(
15437   'lid' => '34',
15438   'location' => 'misc/tableselect.js',
15439   'textgroup' => 'default',
15440   'source' => 'Select all rows in this table',
15441   'context' => '',
15442   'version' => 'none',
15443 ))
15444 ->values(array(
15445   'lid' => '35',
15446   'location' => 'misc/tableselect.js',
15447   'textgroup' => 'default',
15448   'source' => 'Deselect all rows in this table',
15449   'context' => '',
15450   'version' => 'none',
15451 ))
15452 ->values(array(
15453   'lid' => '36',
15454   'location' => 'modules/user/user.permissions.js',
15455   'textgroup' => 'default',
15456   'source' => 'This permission is inherited from the authenticated user role.',
15457   'context' => '',
15458   'version' => 'none',
15459 ))
15460 ->values(array(
15461   'lid' => '37',
15462   'location' => 'modules/filter/filter.admin.js',
15463   'textgroup' => 'default',
15464   'source' => 'Enabled',
15465   'context' => '',
15466   'version' => 'none',
15467 ))
15468 ->values(array(
15469   'lid' => '38',
15470   'location' => 'modules/filter/filter.admin.js',
15471   'textgroup' => 'default',
15472   'source' => 'Disabled',
15473   'context' => '',
15474   'version' => 'none',
15475 ))
15476 ->values(array(
15477   'lid' => '39',
15478   'location' => 'modules/menu/menu.js',
15479   'textgroup' => 'default',
15480   'source' => 'Not in menu',
15481   'context' => '',
15482   'version' => 'none',
15483 ))
15484 ->values(array(
15485   'lid' => '40',
15486   'location' => 'modules/book/book.js',
15487   'textgroup' => 'default',
15488   'source' => 'Not in book',
15489   'context' => '',
15490   'version' => 'none',
15491 ))
15492 ->values(array(
15493   'lid' => '41',
15494   'location' => 'modules/book/book.js',
15495   'textgroup' => 'default',
15496   'source' => 'New book',
15497   'context' => '',
15498   'version' => 'none',
15499 ))
15500 ->values(array(
15501   'lid' => '42',
15502   'location' => 'modules/node/node.js',
15503   'textgroup' => 'default',
15504   'source' => 'New revision',
15505   'context' => '',
15506   'version' => 'none',
15507 ))
15508 ->values(array(
15509   'lid' => '43',
15510   'location' => 'modules/node/node.js',
15511   'textgroup' => 'default',
15512   'source' => 'No revision',
15513   'context' => '',
15514   'version' => 'none',
15515 ))
15516 ->values(array(
15517   'lid' => '44',
15518   'location' => 'modules/node/node.js',
15519   'textgroup' => 'default',
15520   'source' => 'By @name on @date',
15521   'context' => '',
15522   'version' => 'none',
15523 ))
15524 ->values(array(
15525   'lid' => '45',
15526   'location' => 'modules/node/node.js',
15527   'textgroup' => 'default',
15528   'source' => 'By @name',
15529   'context' => '',
15530   'version' => 'none',
15531 ))
15532 ->values(array(
15533   'lid' => '46',
15534   'location' => 'modules/path/path.js',
15535   'textgroup' => 'default',
15536   'source' => 'Alias: @alias',
15537   'context' => '',
15538   'version' => 'none',
15539 ))
15540 ->values(array(
15541   'lid' => '47',
15542   'location' => 'modules/path/path.js',
15543   'textgroup' => 'default',
15544   'source' => 'No alias',
15545   'context' => '',
15546   'version' => 'none',
15547 ))
15548 ->values(array(
15549   'lid' => '48',
15550   'location' => 'misc/drupal.js',
15551   'textgroup' => 'default',
15552   'source' => 'CustomMessage: !customMessage',
15553   'context' => '',
15554   'version' => 'none',
15555 ))
15556 ->values(array(
15557   'lid' => '49',
15558   'location' => 'modules/block/block.js; sites/all/modules/i18n/i18n_block/i18n_block.js',
15559   'textgroup' => 'default',
15560   'source' => 'Not restricted',
15561   'context' => '',
15562   'version' => 'none',
15563 ))
15564 ->values(array(
15565   'lid' => '50',
15566   'location' => 'modules/block/block.js',
15567   'textgroup' => 'default',
15568   'source' => 'Restricted to certain pages',
15569   'context' => '',
15570   'version' => 'none',
15571 ))
15572 ->values(array(
15573   'lid' => '51',
15574   'location' => 'modules/block/block.js',
15575   'textgroup' => 'default',
15576   'source' => 'Not customizable',
15577   'context' => '',
15578   'version' => 'none',
15579 ))
15580 ->values(array(
15581   'lid' => '52',
15582   'location' => 'modules/block/block.js',
15583   'textgroup' => 'default',
15584   'source' => 'The changes to these blocks will not be saved until the <em>Save blocks</em> button is clicked.',
15585   'context' => '',
15586   'version' => 'none',
15587 ))
15588 ->values(array(
15589   'lid' => '53',
15590   'location' => 'modules/block/block.js',
15591   'textgroup' => 'default',
15592   'source' => 'The block cannot be placed in this region.',
15593   'context' => '',
15594   'version' => 'none',
15595 ))
15596 ->values(array(
15597   'lid' => '54',
15598   'location' => 'sites/all/modules/i18n/i18n_block/i18n_block.js',
15599   'textgroup' => 'default',
15600   'source' => 'Translatable',
15601   'context' => '',
15602   'version' => 'none',
15603 ))
15604 ->values(array(
15605   'lid' => '55',
15606   'location' => 'sites/all/modules/i18n/i18n_block/i18n_block.js',
15607   'textgroup' => 'default',
15608   'source' => 'Not translatable',
15609   'context' => '',
15610   'version' => 'none',
15611 ))
15612 ->values(array(
15613   'lid' => '56',
15614   'location' => 'sites/all/modules/i18n/i18n_block/i18n_block.js',
15615   'textgroup' => 'default',
15616   'source' => 'Restricted to certain languages',
15617   'context' => '',
15618   'version' => 'none',
15619 ))
15620 ->values(array(
15621   'lid' => '57',
15622   'location' => 'blocks:block:1:title',
15623   'textgroup' => 'blocks',
15624   'source' => 'Mildly amusing limerick of the day',
15625   'context' => 'block:1:title',
15626   'version' => '1',
15627 ))
15628 ->values(array(
15629   'lid' => '58',
15630   'location' => 'misc/ajax.js',
15631   'textgroup' => 'default',
15632   'source' => 'The response failed verification so will not be processed.',
15633   'context' => '',
15634   'version' => 'none',
15635 ))
15636 ->values(array(
15637   'lid' => '59',
15638   'location' => 'misc/ajax.js',
15639   'textgroup' => 'default',
15640   'source' => 'The callback URL is not local and not trusted: !url',
15641   'context' => '',
15642   'version' => 'none',
15643 ))
15644 ->values(array(
15645   'lid' => '60',
15646   'location' => 'blocks:block:1:body',
15647   'textgroup' => 'blocks',
15648   '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",
15649   'context' => 'block:1:body',
15650   'version' => '1',
15651 ))
15652 ->values(array(
15653   'lid' => '61',
15654   'location' => 'node:type:article:name',
15655   'textgroup' => 'node',
15656   'source' => 'Article',
15657   'context' => 'type:article:name',
15658   'version' => '1',
15659 ))
15660 ->values(array(
15661   'lid' => '62',
15662   'location' => 'node:type:article:title_label',
15663   'textgroup' => 'node',
15664   'source' => 'Title',
15665   'context' => 'type:article:title_label',
15666   'version' => '1',
15667 ))
15668 ->values(array(
15669   'lid' => '63',
15670   'location' => 'node:type:article:description',
15671   'textgroup' => 'node',
15672   'source' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.',
15673   'context' => 'type:article:description',
15674   'version' => '1',
15675 ))
15676 ->values(array(
15677   'lid' => '64',
15678   'location' => 'node:type:article:help',
15679   'textgroup' => 'node',
15680   'source' => 'Help text for articles',
15681   'context' => 'type:article:help',
15682   'version' => '1',
15683 ))
15684 ->values(array(
15685   'lid' => '65',
15686   'location' => 'node:type:book:name',
15687   'textgroup' => 'node',
15688   'source' => 'Book page',
15689   'context' => 'type:book:name',
15690   'version' => '1',
15691 ))
15692 ->values(array(
15693   'lid' => '66',
15694   'location' => 'node:type:book:title_label',
15695   'textgroup' => 'node',
15696   'source' => 'Title',
15697   'context' => 'type:book:title_label',
15698   'version' => '1',
15699 ))
15700 ->values(array(
15701   'lid' => '67',
15702   'location' => 'node:type:book:description',
15703   'textgroup' => 'node',
15704   'source' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.',
15705   'context' => 'type:book:description',
15706   'version' => '1',
15707 ))
15708 ->values(array(
15709   'lid' => '68',
15710   'location' => 'node:type:page:name',
15711   'textgroup' => 'node',
15712   'source' => 'Basic page',
15713   'context' => 'type:page:name',
15714   'version' => '1',
15715 ))
15716 ->values(array(
15717   'lid' => '69',
15718   'location' => 'node:type:page:title_label',
15719   'textgroup' => 'node',
15720   'source' => 'Title',
15721   'context' => 'type:page:title_label',
15722   'version' => '1',
15723 ))
15724 ->values(array(
15725   'lid' => '70',
15726   'location' => 'node:type:page:description',
15727   'textgroup' => 'node',
15728   'source' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.",
15729   'context' => 'type:page:description',
15730   'version' => '1',
15731 ))
15732 ->values(array(
15733   'lid' => '71',
15734   'location' => 'node:type:page:help',
15735   'textgroup' => 'node',
15736   'source' => 'Help text for basic pages',
15737   'context' => 'type:page:help',
15738   'version' => '1',
15739 ))
15740 ->values(array(
15741   'lid' => '72',
15742   'location' => 'node:type:test_content_type:name',
15743   'textgroup' => 'node',
15744   'source' => 'Test content type',
15745   'context' => 'type:test_content_type:name',
15746   'version' => '1',
15747 ))
15748 ->values(array(
15749   'lid' => '73',
15750   'location' => 'node:type:test_content_type:title_label',
15751   'textgroup' => 'node',
15752   'source' => 'Title',
15753   'context' => 'type:test_content_type:title_label',
15754   'version' => '1',
15755 ))
15756 ->values(array(
15757   'lid' => '74',
15758   'location' => 'node:type:test_content_type:description',
15759   'textgroup' => 'node',
15760   'source' => 'This is the description of the test content type.',
15761   'context' => 'type:test_content_type:description',
15762   'version' => '1',
15763 ))
15764 ->values(array(
15765   'lid' => '75',
15766   'location' => 'node:type:test_content_type:help',
15767   'textgroup' => 'node',
15768   'source' => 'Help text for test content type',
15769   'context' => 'type:test_content_type:help',
15770   'version' => '1',
15771 ))
15772 ->values(array(
15773   'lid' => '76',
15774   'location' => 'blocks:user:login:title',
15775   'textgroup' => 'blocks',
15776   'source' => 'User login title',
15777   'context' => 'user:login:title',
15778   'version' => '1',
15779 ))
15780 ->execute();
15781
15782 $connection->schema()->createTable('locales_target', array(
15783   'fields' => array(
15784     'lid' => array(
15785       'type' => 'int',
15786       'not null' => TRUE,
15787       'size' => 'normal',
15788       'default' => '0',
15789     ),
15790     'translation' => array(
15791       'type' => 'blob',
15792       'not null' => TRUE,
15793       'size' => 'normal',
15794     ),
15795     'language' => array(
15796       'type' => 'varchar',
15797       'not null' => TRUE,
15798       'length' => '12',
15799       'default' => '',
15800     ),
15801     'plid' => array(
15802       'type' => 'int',
15803       'not null' => TRUE,
15804       'size' => 'normal',
15805       'default' => '0',
15806     ),
15807     'plural' => array(
15808       'type' => 'int',
15809       'not null' => TRUE,
15810       'size' => 'normal',
15811       'default' => '0',
15812     ),
15813     'i18n_status' => array(
15814       'type' => 'int',
15815       'not null' => TRUE,
15816       'size' => 'normal',
15817       'default' => '0',
15818     ),
15819   ),
15820   'primary key' => array(
15821     'lid',
15822     'language',
15823     'plural',
15824   ),
15825   'mysql_character_set' => 'utf8',
15826 ));
15827
15828 $connection->insert('locales_target')
15829 ->fields(array(
15830   'lid',
15831   'translation',
15832   'language',
15833   'plid',
15834   'plural',
15835   'i18n_status',
15836 ))
15837 ->values(array(
15838   'lid' => '57',
15839   'translation' => 'fr - Mildly amusing limerick of the day',
15840   'language' => 'fr',
15841   'plid' => '0',
15842   'plural' => '0',
15843   'i18n_status' => '0',
15844 ))
15845 ->values(array(
15846   'lid' => '60',
15847   '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",
15848   'language' => 'fr',
15849   'plid' => '0',
15850   'plural' => '0',
15851   'i18n_status' => '0',
15852 ))
15853   ->values(array(
15854   'lid' => '57',
15855   'translation' => 'is - Mildly amusing limerick of the day',
15856   'language' => 'is',
15857   'plid' => '0',
15858   'plural' => '0',
15859   'i18n_status' => '0',
15860 ))
15861 ->values(array(
15862   'lid' => '76',
15863   'translation' => 'fr - User login title',
15864   'language' => 'fr',
15865   'plid' => '0',
15866   'plural' => '0',
15867   'i18n_status' => '0',
15868 ))
15869 ->execute();
15870
15871 $connection->schema()->createTable('menu_custom', array(
15872   'fields' => array(
15873     'menu_name' => array(
15874       'type' => 'varchar',
15875       'not null' => TRUE,
15876       'length' => '32',
15877       'default' => '',
15878     ),
15879     'title' => array(
15880       'type' => 'varchar',
15881       'not null' => TRUE,
15882       'length' => '255',
15883       'default' => '',
15884     ),
15885     'description' => array(
15886       'type' => 'text',
15887       'not null' => FALSE,
15888       'size' => 'normal',
15889     ),
15890   ),
15891   'primary key' => array(
15892     'menu_name',
15893   ),
15894   'mysql_character_set' => 'utf8',
15895 ));
15896
15897 $connection->insert('menu_custom')
15898 ->fields(array(
15899   'menu_name',
15900   'title',
15901   'description',
15902 ))
15903 ->values(array(
15904   'menu_name' => 'main-menu',
15905   'title' => 'Main menu',
15906   '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.',
15907 ))
15908 ->values(array(
15909   'menu_name' => 'management',
15910   'title' => 'Management',
15911   'description' => 'The <em>Management</em> menu contains links for administrative tasks.',
15912 ))
15913 ->values(array(
15914   'menu_name' => 'menu-test-menu',
15915   'title' => 'Test Menu',
15916   'description' => 'Test menu description.',
15917 ))
15918 ->values(array(
15919   'menu_name' => 'navigation',
15920   'title' => 'Navigation',
15921   '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.',
15922 ))
15923 ->values(array(
15924   'menu_name' => 'user-menu',
15925   'title' => 'User menu',
15926   'description' => "The <em>User</em> menu contains links related to the user's account, as well as the 'Log out' link.",
15927 ))
15928 ->execute();
15929
15930 $connection->schema()->createTable('menu_links', array(
15931   'fields' => array(
15932     'menu_name' => array(
15933       'type' => 'varchar',
15934       'not null' => TRUE,
15935       'length' => '32',
15936       'default' => '',
15937     ),
15938     'mlid' => array(
15939       'type' => 'serial',
15940       'not null' => TRUE,
15941       'size' => 'normal',
15942       'unsigned' => TRUE,
15943     ),
15944     'plid' => array(
15945       'type' => 'int',
15946       'not null' => TRUE,
15947       'size' => 'normal',
15948       'default' => '0',
15949       'unsigned' => TRUE,
15950     ),
15951     'link_path' => array(
15952       'type' => 'varchar',
15953       'not null' => TRUE,
15954       'length' => '255',
15955       'default' => '',
15956     ),
15957     'router_path' => array(
15958       'type' => 'varchar',
15959       'not null' => TRUE,
15960       'length' => '255',
15961       'default' => '',
15962     ),
15963     'link_title' => array(
15964       'type' => 'varchar',
15965       'not null' => TRUE,
15966       'length' => '255',
15967       'default' => '',
15968     ),
15969     'options' => array(
15970       'type' => 'blob',
15971       'not null' => FALSE,
15972       'size' => 'normal',
15973     ),
15974     'module' => array(
15975       'type' => 'varchar',
15976       'not null' => TRUE,
15977       'length' => '255',
15978       'default' => 'system',
15979     ),
15980     'hidden' => array(
15981       'type' => 'int',
15982       'not null' => TRUE,
15983       'size' => 'normal',
15984       'default' => '0',
15985     ),
15986     'external' => array(
15987       'type' => 'int',
15988       'not null' => TRUE,
15989       'size' => 'normal',
15990       'default' => '0',
15991     ),
15992     'has_children' => array(
15993       'type' => 'int',
15994       'not null' => TRUE,
15995       'size' => 'normal',
15996       'default' => '0',
15997     ),
15998     'expanded' => array(
15999       'type' => 'int',
16000       'not null' => TRUE,
16001       'size' => 'normal',
16002       'default' => '0',
16003     ),
16004     'weight' => array(
16005       'type' => 'int',
16006       'not null' => TRUE,
16007       'size' => 'normal',
16008       'default' => '0',
16009     ),
16010     'depth' => array(
16011       'type' => 'int',
16012       'not null' => TRUE,
16013       'size' => 'normal',
16014       'default' => '0',
16015     ),
16016     'customized' => array(
16017       'type' => 'int',
16018       'not null' => TRUE,
16019       'size' => 'normal',
16020       'default' => '0',
16021     ),
16022     'p1' => array(
16023       'type' => 'int',
16024       'not null' => TRUE,
16025       'size' => 'normal',
16026       'default' => '0',
16027       'unsigned' => TRUE,
16028     ),
16029     'p2' => array(
16030       'type' => 'int',
16031       'not null' => TRUE,
16032       'size' => 'normal',
16033       'default' => '0',
16034       'unsigned' => TRUE,
16035     ),
16036     'p3' => array(
16037       'type' => 'int',
16038       'not null' => TRUE,
16039       'size' => 'normal',
16040       'default' => '0',
16041       'unsigned' => TRUE,
16042     ),
16043     'p4' => array(
16044       'type' => 'int',
16045       'not null' => TRUE,
16046       'size' => 'normal',
16047       'default' => '0',
16048       'unsigned' => TRUE,
16049     ),
16050     'p5' => array(
16051       'type' => 'int',
16052       'not null' => TRUE,
16053       'size' => 'normal',
16054       'default' => '0',
16055       'unsigned' => TRUE,
16056     ),
16057     'p6' => array(
16058       'type' => 'int',
16059       'not null' => TRUE,
16060       'size' => 'normal',
16061       'default' => '0',
16062       'unsigned' => TRUE,
16063     ),
16064     'p7' => array(
16065       'type' => 'int',
16066       'not null' => TRUE,
16067       'size' => 'normal',
16068       'default' => '0',
16069       'unsigned' => TRUE,
16070     ),
16071     'p8' => array(
16072       'type' => 'int',
16073       'not null' => TRUE,
16074       'size' => 'normal',
16075       'default' => '0',
16076       'unsigned' => TRUE,
16077     ),
16078     'p9' => array(
16079       'type' => 'int',
16080       'not null' => TRUE,
16081       'size' => 'normal',
16082       'default' => '0',
16083       'unsigned' => TRUE,
16084     ),
16085     'updated' => array(
16086       'type' => 'int',
16087       'not null' => TRUE,
16088       'size' => 'normal',
16089       'default' => '0',
16090     ),
16091   ),
16092   'primary key' => array(
16093     'mlid',
16094   ),
16095   'mysql_character_set' => 'utf8',
16096 ));
16097
16098 $connection->insert('menu_links')
16099 ->fields(array(
16100   'menu_name',
16101   'mlid',
16102   'plid',
16103   'link_path',
16104   'router_path',
16105   'link_title',
16106   'options',
16107   'module',
16108   'hidden',
16109   'external',
16110   'has_children',
16111   'expanded',
16112   'weight',
16113   'depth',
16114   'customized',
16115   'p1',
16116   'p2',
16117   'p3',
16118   'p4',
16119   'p5',
16120   'p6',
16121   'p7',
16122   'p8',
16123   'p9',
16124   'updated',
16125 ))
16126 ->values(array(
16127   'menu_name' => 'management',
16128   'mlid' => '1',
16129   'plid' => '0',
16130   'link_path' => 'admin',
16131   'router_path' => 'admin',
16132   'link_title' => 'Administration',
16133   'options' => 'a:0:{}',
16134   'module' => 'system',
16135   'hidden' => '0',
16136   'external' => '0',
16137   'has_children' => '1',
16138   'expanded' => '0',
16139   'weight' => '9',
16140   'depth' => '1',
16141   'customized' => '0',
16142   'p1' => '1',
16143   'p2' => '0',
16144   'p3' => '0',
16145   'p4' => '0',
16146   'p5' => '0',
16147   'p6' => '0',
16148   'p7' => '0',
16149   'p8' => '0',
16150   'p9' => '0',
16151   'updated' => '0',
16152 ))
16153 ->values(array(
16154   'menu_name' => 'user-menu',
16155   'mlid' => '2',
16156   'plid' => '0',
16157   'link_path' => 'user',
16158   'router_path' => 'user',
16159   'link_title' => 'User account',
16160   'options' => 'a:1:{s:5:"alter";b:1;}',
16161   'module' => 'system',
16162   'hidden' => '0',
16163   'external' => '0',
16164   'has_children' => '0',
16165   'expanded' => '0',
16166   'weight' => '-10',
16167   'depth' => '1',
16168   'customized' => '0',
16169   'p1' => '2',
16170   'p2' => '0',
16171   'p3' => '0',
16172   'p4' => '0',
16173   'p5' => '0',
16174   'p6' => '0',
16175   'p7' => '0',
16176   'p8' => '0',
16177   'p9' => '0',
16178   'updated' => '0',
16179 ))
16180 ->values(array(
16181   'menu_name' => 'navigation',
16182   'mlid' => '3',
16183   'plid' => '0',
16184   'link_path' => 'comment/%',
16185   'router_path' => 'comment/%',
16186   'link_title' => 'Comment permalink',
16187   'options' => 'a:0:{}',
16188   'module' => 'system',
16189   'hidden' => '0',
16190   'external' => '0',
16191   'has_children' => '1',
16192   'expanded' => '0',
16193   'weight' => '0',
16194   'depth' => '1',
16195   'customized' => '0',
16196   'p1' => '3',
16197   'p2' => '0',
16198   'p3' => '0',
16199   'p4' => '0',
16200   'p5' => '0',
16201   'p6' => '0',
16202   'p7' => '0',
16203   'p8' => '0',
16204   'p9' => '0',
16205   'updated' => '0',
16206 ))
16207 ->values(array(
16208   'menu_name' => 'navigation',
16209   'mlid' => '4',
16210   'plid' => '0',
16211   'link_path' => 'filter/tips',
16212   'router_path' => 'filter/tips',
16213   'link_title' => 'Compose tips',
16214   'options' => 'a:0:{}',
16215   'module' => 'system',
16216   'hidden' => '1',
16217   'external' => '0',
16218   'has_children' => '1',
16219   'expanded' => '0',
16220   'weight' => '0',
16221   'depth' => '1',
16222   'customized' => '0',
16223   'p1' => '4',
16224   'p2' => '0',
16225   'p3' => '0',
16226   'p4' => '0',
16227   'p5' => '0',
16228   'p6' => '0',
16229   'p7' => '0',
16230   'p8' => '0',
16231   'p9' => '0',
16232   'updated' => '0',
16233 ))
16234 ->values(array(
16235   'menu_name' => 'navigation',
16236   'mlid' => '5',
16237   'plid' => '0',
16238   'link_path' => 'node/%',
16239   'router_path' => 'node/%',
16240   'link_title' => '',
16241   'options' => 'a:0:{}',
16242   'module' => 'system',
16243   'hidden' => '0',
16244   'external' => '0',
16245   'has_children' => '0',
16246   'expanded' => '0',
16247   'weight' => '0',
16248   'depth' => '1',
16249   'customized' => '0',
16250   'p1' => '5',
16251   'p2' => '0',
16252   'p3' => '0',
16253   'p4' => '0',
16254   'p5' => '0',
16255   'p6' => '0',
16256   'p7' => '0',
16257   'p8' => '0',
16258   'p9' => '0',
16259   'updated' => '0',
16260 ))
16261 ->values(array(
16262   'menu_name' => 'navigation',
16263   'mlid' => '6',
16264   'plid' => '0',
16265   'link_path' => 'node/add',
16266   'router_path' => 'node/add',
16267   'link_title' => 'Add content',
16268   'options' => 'a:0:{}',
16269   'module' => 'system',
16270   'hidden' => '0',
16271   'external' => '0',
16272   'has_children' => '1',
16273   'expanded' => '0',
16274   'weight' => '0',
16275   'depth' => '1',
16276   'customized' => '0',
16277   'p1' => '6',
16278   'p2' => '0',
16279   'p3' => '0',
16280   'p4' => '0',
16281   'p5' => '0',
16282   'p6' => '0',
16283   'p7' => '0',
16284   'p8' => '0',
16285   'p9' => '0',
16286   'updated' => '0',
16287 ))
16288 ->values(array(
16289   'menu_name' => 'management',
16290   'mlid' => '7',
16291   'plid' => '1',
16292   'link_path' => 'admin/appearance',
16293   'router_path' => 'admin/appearance',
16294   'link_title' => 'Appearance',
16295   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Select and configure your themes.";}}',
16296   'module' => 'system',
16297   'hidden' => '0',
16298   'external' => '0',
16299   'has_children' => '0',
16300   'expanded' => '0',
16301   'weight' => '-6',
16302   'depth' => '2',
16303   'customized' => '0',
16304   'p1' => '1',
16305   'p2' => '7',
16306   'p3' => '0',
16307   'p4' => '0',
16308   'p5' => '0',
16309   'p6' => '0',
16310   'p7' => '0',
16311   'p8' => '0',
16312   'p9' => '0',
16313   'updated' => '0',
16314 ))
16315 ->values(array(
16316   'menu_name' => 'management',
16317   'mlid' => '8',
16318   'plid' => '1',
16319   'link_path' => 'admin/config',
16320   'router_path' => 'admin/config',
16321   'link_title' => 'Configuration',
16322   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:20:"Administer settings.";}}',
16323   'module' => 'system',
16324   'hidden' => '0',
16325   'external' => '0',
16326   'has_children' => '1',
16327   'expanded' => '0',
16328   'weight' => '0',
16329   'depth' => '2',
16330   'customized' => '0',
16331   'p1' => '1',
16332   'p2' => '8',
16333   'p3' => '0',
16334   'p4' => '0',
16335   'p5' => '0',
16336   'p6' => '0',
16337   'p7' => '0',
16338   'p8' => '0',
16339   'p9' => '0',
16340   'updated' => '0',
16341 ))
16342 ->values(array(
16343   'menu_name' => 'management',
16344   'mlid' => '9',
16345   'plid' => '1',
16346   'link_path' => 'admin/content',
16347   'router_path' => 'admin/content',
16348   'link_title' => 'Content',
16349   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:32:"Administer content and comments.";}}',
16350   'module' => 'system',
16351   'hidden' => '0',
16352   'external' => '0',
16353   'has_children' => '1',
16354   'expanded' => '0',
16355   'weight' => '-10',
16356   'depth' => '2',
16357   'customized' => '0',
16358   'p1' => '1',
16359   'p2' => '9',
16360   'p3' => '0',
16361   'p4' => '0',
16362   'p5' => '0',
16363   'p6' => '0',
16364   'p7' => '0',
16365   'p8' => '0',
16366   'p9' => '0',
16367   'updated' => '0',
16368 ))
16369 ->values(array(
16370   'menu_name' => 'user-menu',
16371   'mlid' => '10',
16372   'plid' => '2',
16373   'link_path' => 'user/register',
16374   'router_path' => 'user/register',
16375   'link_title' => 'Create new account',
16376   'options' => 'a:0:{}',
16377   'module' => 'system',
16378   'hidden' => '-1',
16379   'external' => '0',
16380   'has_children' => '0',
16381   'expanded' => '0',
16382   'weight' => '0',
16383   'depth' => '2',
16384   'customized' => '0',
16385   'p1' => '2',
16386   'p2' => '10',
16387   'p3' => '0',
16388   'p4' => '0',
16389   'p5' => '0',
16390   'p6' => '0',
16391   'p7' => '0',
16392   'p8' => '0',
16393   'p9' => '0',
16394   'updated' => '0',
16395 ))
16396 ->values(array(
16397   'menu_name' => 'management',
16398   'mlid' => '12',
16399   'plid' => '1',
16400   'link_path' => 'admin/index',
16401   'router_path' => 'admin/index',
16402   'link_title' => 'Index',
16403   'options' => 'a:0:{}',
16404   'module' => 'system',
16405   'hidden' => '-1',
16406   'external' => '0',
16407   'has_children' => '0',
16408   'expanded' => '0',
16409   'weight' => '-18',
16410   'depth' => '2',
16411   'customized' => '0',
16412   'p1' => '1',
16413   'p2' => '12',
16414   'p3' => '0',
16415   'p4' => '0',
16416   'p5' => '0',
16417   'p6' => '0',
16418   'p7' => '0',
16419   'p8' => '0',
16420   'p9' => '0',
16421   'updated' => '0',
16422 ))
16423 ->values(array(
16424   'menu_name' => 'user-menu',
16425   'mlid' => '13',
16426   'plid' => '2',
16427   'link_path' => 'user/login',
16428   'router_path' => 'user/login',
16429   'link_title' => 'Log in',
16430   'options' => 'a:0:{}',
16431   'module' => 'system',
16432   'hidden' => '-1',
16433   'external' => '0',
16434   'has_children' => '0',
16435   'expanded' => '0',
16436   'weight' => '0',
16437   'depth' => '2',
16438   'customized' => '0',
16439   'p1' => '2',
16440   'p2' => '13',
16441   'p3' => '0',
16442   'p4' => '0',
16443   'p5' => '0',
16444   'p6' => '0',
16445   'p7' => '0',
16446   'p8' => '0',
16447   'p9' => '0',
16448   'updated' => '0',
16449 ))
16450 ->values(array(
16451   'menu_name' => 'user-menu',
16452   'mlid' => '14',
16453   'plid' => '0',
16454   'link_path' => 'user/logout',
16455   'router_path' => 'user/logout',
16456   'link_title' => 'Log out',
16457   'options' => 'a:0:{}',
16458   'module' => 'system',
16459   'hidden' => '0',
16460   'external' => '0',
16461   'has_children' => '0',
16462   'expanded' => '0',
16463   'weight' => '10',
16464   'depth' => '1',
16465   'customized' => '0',
16466   'p1' => '14',
16467   'p2' => '0',
16468   'p3' => '0',
16469   'p4' => '0',
16470   'p5' => '0',
16471   'p6' => '0',
16472   'p7' => '0',
16473   'p8' => '0',
16474   'p9' => '0',
16475   'updated' => '0',
16476 ))
16477 ->values(array(
16478   'menu_name' => 'management',
16479   'mlid' => '15',
16480   'plid' => '1',
16481   'link_path' => 'admin/modules',
16482   'router_path' => 'admin/modules',
16483   'link_title' => 'Modules',
16484   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:26:"Extend site functionality.";}}',
16485   'module' => 'system',
16486   'hidden' => '0',
16487   'external' => '0',
16488   'has_children' => '0',
16489   'expanded' => '0',
16490   'weight' => '-2',
16491   'depth' => '2',
16492   'customized' => '0',
16493   'p1' => '1',
16494   'p2' => '15',
16495   'p3' => '0',
16496   'p4' => '0',
16497   'p5' => '0',
16498   'p6' => '0',
16499   'p7' => '0',
16500   'p8' => '0',
16501   'p9' => '0',
16502   'updated' => '0',
16503 ))
16504 ->values(array(
16505   'menu_name' => 'navigation',
16506   'mlid' => '16',
16507   'plid' => '0',
16508   'link_path' => 'user/%',
16509   'router_path' => 'user/%',
16510   'link_title' => 'My account',
16511   'options' => 'a:0:{}',
16512   'module' => 'system',
16513   'hidden' => '0',
16514   'external' => '0',
16515   'has_children' => '1',
16516   'expanded' => '0',
16517   'weight' => '0',
16518   'depth' => '1',
16519   'customized' => '0',
16520   'p1' => '16',
16521   'p2' => '0',
16522   'p3' => '0',
16523   'p4' => '0',
16524   'p5' => '0',
16525   'p6' => '0',
16526   'p7' => '0',
16527   'p8' => '0',
16528   'p9' => '0',
16529   'updated' => '0',
16530 ))
16531 ->values(array(
16532   'menu_name' => 'management',
16533   'mlid' => '17',
16534   'plid' => '1',
16535   'link_path' => 'admin/people',
16536   'router_path' => 'admin/people',
16537   'link_title' => 'People',
16538   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Manage user accounts, roles, and permissions.";}}',
16539   'module' => 'system',
16540   'hidden' => '0',
16541   'external' => '0',
16542   'has_children' => '0',
16543   'expanded' => '0',
16544   'weight' => '-4',
16545   'depth' => '2',
16546   'customized' => '0',
16547   'p1' => '1',
16548   'p2' => '17',
16549   'p3' => '0',
16550   'p4' => '0',
16551   'p5' => '0',
16552   'p6' => '0',
16553   'p7' => '0',
16554   'p8' => '0',
16555   'p9' => '0',
16556   'updated' => '0',
16557 ))
16558 ->values(array(
16559   'menu_name' => 'management',
16560   'mlid' => '18',
16561   'plid' => '1',
16562   'link_path' => 'admin/reports',
16563   'router_path' => 'admin/reports',
16564   'link_title' => 'Reports',
16565   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View reports, updates, and errors.";}}',
16566   'module' => 'system',
16567   'hidden' => '0',
16568   'external' => '0',
16569   'has_children' => '1',
16570   'expanded' => '0',
16571   'weight' => '5',
16572   'depth' => '2',
16573   'customized' => '0',
16574   'p1' => '1',
16575   'p2' => '18',
16576   'p3' => '0',
16577   'p4' => '0',
16578   'p5' => '0',
16579   'p6' => '0',
16580   'p7' => '0',
16581   'p8' => '0',
16582   'p9' => '0',
16583   'updated' => '0',
16584 ))
16585 ->values(array(
16586   'menu_name' => 'user-menu',
16587   'mlid' => '19',
16588   'plid' => '2',
16589   'link_path' => 'user/password',
16590   'router_path' => 'user/password',
16591   'link_title' => 'Request new password',
16592   'options' => 'a:0:{}',
16593   'module' => 'system',
16594   'hidden' => '-1',
16595   'external' => '0',
16596   'has_children' => '0',
16597   'expanded' => '0',
16598   'weight' => '0',
16599   'depth' => '2',
16600   'customized' => '0',
16601   'p1' => '2',
16602   'p2' => '19',
16603   'p3' => '0',
16604   'p4' => '0',
16605   'p5' => '0',
16606   'p6' => '0',
16607   'p7' => '0',
16608   'p8' => '0',
16609   'p9' => '0',
16610   'updated' => '0',
16611 ))
16612 ->values(array(
16613   'menu_name' => 'management',
16614   'mlid' => '20',
16615   'plid' => '1',
16616   'link_path' => 'admin/structure',
16617   'router_path' => 'admin/structure',
16618   'link_title' => 'Structure',
16619   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Administer blocks, content types, menus, etc.";}}',
16620   'module' => 'system',
16621   'hidden' => '0',
16622   'external' => '0',
16623   'has_children' => '1',
16624   'expanded' => '0',
16625   'weight' => '-8',
16626   'depth' => '2',
16627   'customized' => '0',
16628   'p1' => '1',
16629   'p2' => '20',
16630   'p3' => '0',
16631   'p4' => '0',
16632   'p5' => '0',
16633   'p6' => '0',
16634   'p7' => '0',
16635   'p8' => '0',
16636   'p9' => '0',
16637   'updated' => '0',
16638 ))
16639 ->values(array(
16640   'menu_name' => 'management',
16641   'mlid' => '21',
16642   'plid' => '1',
16643   'link_path' => 'admin/tasks',
16644   'router_path' => 'admin/tasks',
16645   'link_title' => 'Tasks',
16646   'options' => 'a:0:{}',
16647   'module' => 'system',
16648   'hidden' => '-1',
16649   'external' => '0',
16650   'has_children' => '0',
16651   'expanded' => '0',
16652   'weight' => '-20',
16653   'depth' => '2',
16654   'customized' => '0',
16655   'p1' => '1',
16656   'p2' => '21',
16657   'p3' => '0',
16658   'p4' => '0',
16659   'p5' => '0',
16660   'p6' => '0',
16661   'p7' => '0',
16662   'p8' => '0',
16663   'p9' => '0',
16664   'updated' => '0',
16665 ))
16666 ->values(array(
16667   'menu_name' => 'navigation',
16668   'mlid' => '22',
16669   'plid' => '0',
16670   'link_path' => 'comment/reply/%',
16671   'router_path' => 'comment/reply/%',
16672   'link_title' => 'Add new comment',
16673   'options' => 'a:0:{}',
16674   'module' => 'system',
16675   'hidden' => '0',
16676   'external' => '0',
16677   'has_children' => '0',
16678   'expanded' => '0',
16679   'weight' => '0',
16680   'depth' => '1',
16681   'customized' => '0',
16682   'p1' => '22',
16683   'p2' => '0',
16684   'p3' => '0',
16685   'p4' => '0',
16686   'p5' => '0',
16687   'p6' => '0',
16688   'p7' => '0',
16689   'p8' => '0',
16690   'p9' => '0',
16691   'updated' => '0',
16692 ))
16693 ->values(array(
16694   'menu_name' => 'navigation',
16695   'mlid' => '23',
16696   'plid' => '3',
16697   'link_path' => 'comment/%/approve',
16698   'router_path' => 'comment/%/approve',
16699   'link_title' => 'Approve',
16700   'options' => 'a:0:{}',
16701   'module' => 'system',
16702   'hidden' => '0',
16703   'external' => '0',
16704   'has_children' => '0',
16705   'expanded' => '0',
16706   'weight' => '1',
16707   'depth' => '2',
16708   'customized' => '0',
16709   'p1' => '3',
16710   'p2' => '23',
16711   'p3' => '0',
16712   'p4' => '0',
16713   'p5' => '0',
16714   'p6' => '0',
16715   'p7' => '0',
16716   'p8' => '0',
16717   'p9' => '0',
16718   'updated' => '0',
16719 ))
16720 ->values(array(
16721   'menu_name' => 'navigation',
16722   'mlid' => '24',
16723   'plid' => '3',
16724   'link_path' => 'comment/%/delete',
16725   'router_path' => 'comment/%/delete',
16726   'link_title' => 'Delete',
16727   'options' => 'a:0:{}',
16728   'module' => 'system',
16729   'hidden' => '-1',
16730   'external' => '0',
16731   'has_children' => '0',
16732   'expanded' => '0',
16733   'weight' => '2',
16734   'depth' => '2',
16735   'customized' => '0',
16736   'p1' => '3',
16737   'p2' => '24',
16738   'p3' => '0',
16739   'p4' => '0',
16740   'p5' => '0',
16741   'p6' => '0',
16742   'p7' => '0',
16743   'p8' => '0',
16744   'p9' => '0',
16745   'updated' => '0',
16746 ))
16747 ->values(array(
16748   'menu_name' => 'navigation',
16749   'mlid' => '25',
16750   'plid' => '3',
16751   'link_path' => 'comment/%/edit',
16752   'router_path' => 'comment/%/edit',
16753   'link_title' => 'Edit',
16754   'options' => 'a:0:{}',
16755   'module' => 'system',
16756   'hidden' => '-1',
16757   'external' => '0',
16758   'has_children' => '0',
16759   'expanded' => '0',
16760   'weight' => '0',
16761   'depth' => '2',
16762   'customized' => '0',
16763   'p1' => '3',
16764   'p2' => '25',
16765   'p3' => '0',
16766   'p4' => '0',
16767   'p5' => '0',
16768   'p6' => '0',
16769   'p7' => '0',
16770   'p8' => '0',
16771   'p9' => '0',
16772   'updated' => '0',
16773 ))
16774 ->values(array(
16775   'menu_name' => 'navigation',
16776   'mlid' => '26',
16777   'plid' => '3',
16778   'link_path' => 'comment/%/view',
16779   'router_path' => 'comment/%/view',
16780   'link_title' => 'View comment',
16781   'options' => 'a:0:{}',
16782   'module' => 'system',
16783   'hidden' => '-1',
16784   'external' => '0',
16785   'has_children' => '0',
16786   'expanded' => '0',
16787   'weight' => '-10',
16788   'depth' => '2',
16789   'customized' => '0',
16790   'p1' => '3',
16791   'p2' => '26',
16792   'p3' => '0',
16793   'p4' => '0',
16794   'p5' => '0',
16795   'p6' => '0',
16796   'p7' => '0',
16797   'p8' => '0',
16798   'p9' => '0',
16799   'updated' => '0',
16800 ))
16801 ->values(array(
16802   'menu_name' => 'management',
16803   'mlid' => '27',
16804   'plid' => '17',
16805   'link_path' => 'admin/people/create',
16806   'router_path' => 'admin/people/create',
16807   'link_title' => 'Add user',
16808   'options' => 'a:0:{}',
16809   'module' => 'system',
16810   'hidden' => '-1',
16811   'external' => '0',
16812   'has_children' => '0',
16813   'expanded' => '0',
16814   'weight' => '0',
16815   'depth' => '3',
16816   'customized' => '0',
16817   'p1' => '1',
16818   'p2' => '17',
16819   'p3' => '27',
16820   'p4' => '0',
16821   'p5' => '0',
16822   'p6' => '0',
16823   'p7' => '0',
16824   'p8' => '0',
16825   'p9' => '0',
16826   'updated' => '0',
16827 ))
16828 ->values(array(
16829   'menu_name' => 'management',
16830   'mlid' => '28',
16831   'plid' => '20',
16832   'link_path' => 'admin/structure/block',
16833   'router_path' => 'admin/structure/block',
16834   'link_title' => 'Blocks',
16835   '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.\";}}",
16836   'module' => 'system',
16837   'hidden' => '0',
16838   'external' => '0',
16839   'has_children' => '1',
16840   'expanded' => '0',
16841   'weight' => '0',
16842   'depth' => '3',
16843   'customized' => '0',
16844   'p1' => '1',
16845   'p2' => '20',
16846   'p3' => '28',
16847   'p4' => '0',
16848   'p5' => '0',
16849   'p6' => '0',
16850   'p7' => '0',
16851   'p8' => '0',
16852   'p9' => '0',
16853   'updated' => '0',
16854 ))
16855 ->values(array(
16856   'menu_name' => 'navigation',
16857   'mlid' => '29',
16858   'plid' => '16',
16859   'link_path' => 'user/%/cancel',
16860   'router_path' => 'user/%/cancel',
16861   'link_title' => 'Cancel account',
16862   'options' => 'a:0:{}',
16863   'module' => 'system',
16864   'hidden' => '0',
16865   'external' => '0',
16866   'has_children' => '1',
16867   'expanded' => '0',
16868   'weight' => '0',
16869   'depth' => '2',
16870   'customized' => '0',
16871   'p1' => '16',
16872   'p2' => '29',
16873   'p3' => '0',
16874   'p4' => '0',
16875   'p5' => '0',
16876   'p6' => '0',
16877   'p7' => '0',
16878   'p8' => '0',
16879   'p9' => '0',
16880   'updated' => '0',
16881 ))
16882 ->values(array(
16883   'menu_name' => 'management',
16884   'mlid' => '30',
16885   'plid' => '9',
16886   'link_path' => 'admin/content/comment',
16887   'router_path' => 'admin/content/comment',
16888   'link_title' => 'Comments',
16889   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"List and edit site comments and the comment approval queue.";}}',
16890   'module' => 'system',
16891   'hidden' => '0',
16892   'external' => '0',
16893   'has_children' => '0',
16894   'expanded' => '0',
16895   'weight' => '0',
16896   'depth' => '3',
16897   'customized' => '0',
16898   'p1' => '1',
16899   'p2' => '9',
16900   'p3' => '30',
16901   'p4' => '0',
16902   'p5' => '0',
16903   'p6' => '0',
16904   'p7' => '0',
16905   'p8' => '0',
16906   'p9' => '0',
16907   'updated' => '0',
16908 ))
16909 ->values(array(
16910   'menu_name' => 'management',
16911   'mlid' => '32',
16912   'plid' => '9',
16913   'link_path' => 'admin/content/node',
16914   'router_path' => 'admin/content/node',
16915   'link_title' => 'Content',
16916   'options' => 'a:0:{}',
16917   'module' => 'system',
16918   'hidden' => '-1',
16919   'external' => '0',
16920   'has_children' => '0',
16921   'expanded' => '0',
16922   'weight' => '-10',
16923   'depth' => '3',
16924   'customized' => '0',
16925   'p1' => '1',
16926   'p2' => '9',
16927   'p3' => '32',
16928   'p4' => '0',
16929   'p5' => '0',
16930   'p6' => '0',
16931   'p7' => '0',
16932   'p8' => '0',
16933   'p9' => '0',
16934   'updated' => '0',
16935 ))
16936 ->values(array(
16937   'menu_name' => 'management',
16938   'mlid' => '33',
16939   'plid' => '8',
16940   'link_path' => 'admin/config/content',
16941   'router_path' => 'admin/config/content',
16942   'link_title' => 'Content authoring',
16943   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:53:"Settings related to formatting and authoring content.";}}',
16944   'module' => 'system',
16945   'hidden' => '0',
16946   'external' => '0',
16947   'has_children' => '1',
16948   'expanded' => '0',
16949   'weight' => '-15',
16950   'depth' => '3',
16951   'customized' => '0',
16952   'p1' => '1',
16953   'p2' => '8',
16954   'p3' => '33',
16955   'p4' => '0',
16956   'p5' => '0',
16957   'p6' => '0',
16958   'p7' => '0',
16959   'p8' => '0',
16960   'p9' => '0',
16961   'updated' => '0',
16962 ))
16963 ->values(array(
16964   'menu_name' => 'management',
16965   'mlid' => '34',
16966   'plid' => '20',
16967   'link_path' => 'admin/structure/types',
16968   'router_path' => 'admin/structure/types',
16969   'link_title' => 'Content types',
16970   '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.";}}',
16971   'module' => 'system',
16972   'hidden' => '0',
16973   'external' => '0',
16974   'has_children' => '1',
16975   'expanded' => '0',
16976   'weight' => '0',
16977   'depth' => '3',
16978   'customized' => '0',
16979   'p1' => '1',
16980   'p2' => '20',
16981   'p3' => '34',
16982   'p4' => '0',
16983   'p5' => '0',
16984   'p6' => '0',
16985   'p7' => '0',
16986   'p8' => '0',
16987   'p9' => '0',
16988   'updated' => '0',
16989 ))
16990 ->values(array(
16991   'menu_name' => 'navigation',
16992   'mlid' => '36',
16993   'plid' => '5',
16994   'link_path' => 'node/%/delete',
16995   'router_path' => 'node/%/delete',
16996   'link_title' => 'Delete',
16997   'options' => 'a:0:{}',
16998   'module' => 'system',
16999   'hidden' => '-1',
17000   'external' => '0',
17001   'has_children' => '0',
17002   'expanded' => '0',
17003   'weight' => '1',
17004   'depth' => '2',
17005   'customized' => '0',
17006   'p1' => '5',
17007   'p2' => '36',
17008   'p3' => '0',
17009   'p4' => '0',
17010   'p5' => '0',
17011   'p6' => '0',
17012   'p7' => '0',
17013   'p8' => '0',
17014   'p9' => '0',
17015   'updated' => '0',
17016 ))
17017 ->values(array(
17018   'menu_name' => 'management',
17019   'mlid' => '37',
17020   'plid' => '8',
17021   'link_path' => 'admin/config/development',
17022   'router_path' => 'admin/config/development',
17023   'link_title' => 'Development',
17024   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Development tools.";}}',
17025   'module' => 'system',
17026   'hidden' => '0',
17027   'external' => '0',
17028   'has_children' => '1',
17029   'expanded' => '0',
17030   'weight' => '-10',
17031   'depth' => '3',
17032   'customized' => '0',
17033   'p1' => '1',
17034   'p2' => '8',
17035   'p3' => '37',
17036   'p4' => '0',
17037   'p5' => '0',
17038   'p6' => '0',
17039   'p7' => '0',
17040   'p8' => '0',
17041   'p9' => '0',
17042   'updated' => '0',
17043 ))
17044 ->values(array(
17045   'menu_name' => 'navigation',
17046   'mlid' => '38',
17047   'plid' => '16',
17048   'link_path' => 'user/%/edit',
17049   'router_path' => 'user/%/edit',
17050   'link_title' => 'Edit',
17051   'options' => 'a:0:{}',
17052   'module' => 'system',
17053   'hidden' => '-1',
17054   'external' => '0',
17055   'has_children' => '0',
17056   'expanded' => '0',
17057   'weight' => '0',
17058   'depth' => '2',
17059   'customized' => '0',
17060   'p1' => '16',
17061   'p2' => '38',
17062   'p3' => '0',
17063   'p4' => '0',
17064   'p5' => '0',
17065   'p6' => '0',
17066   'p7' => '0',
17067   'p8' => '0',
17068   'p9' => '0',
17069   'updated' => '0',
17070 ))
17071 ->values(array(
17072   'menu_name' => 'navigation',
17073   'mlid' => '39',
17074   'plid' => '5',
17075   'link_path' => 'node/%/edit',
17076   'router_path' => 'node/%/edit',
17077   'link_title' => 'Edit',
17078   'options' => 'a:0:{}',
17079   'module' => 'system',
17080   'hidden' => '-1',
17081   'external' => '0',
17082   'has_children' => '0',
17083   'expanded' => '0',
17084   'weight' => '0',
17085   'depth' => '2',
17086   'customized' => '0',
17087   'p1' => '5',
17088   'p2' => '39',
17089   'p3' => '0',
17090   'p4' => '0',
17091   'p5' => '0',
17092   'p6' => '0',
17093   'p7' => '0',
17094   'p8' => '0',
17095   'p9' => '0',
17096   'updated' => '0',
17097 ))
17098 ->values(array(
17099   'menu_name' => 'management',
17100   'mlid' => '40',
17101   'plid' => '15',
17102   'link_path' => 'admin/modules/list',
17103   'router_path' => 'admin/modules/list',
17104   'link_title' => 'List',
17105   'options' => 'a:0:{}',
17106   'module' => 'system',
17107   'hidden' => '-1',
17108   'external' => '0',
17109   'has_children' => '0',
17110   'expanded' => '0',
17111   'weight' => '0',
17112   'depth' => '3',
17113   'customized' => '0',
17114   'p1' => '1',
17115   'p2' => '15',
17116   'p3' => '40',
17117   'p4' => '0',
17118   'p5' => '0',
17119   'p6' => '0',
17120   'p7' => '0',
17121   'p8' => '0',
17122   'p9' => '0',
17123   'updated' => '0',
17124 ))
17125 ->values(array(
17126   'menu_name' => 'management',
17127   'mlid' => '41',
17128   'plid' => '17',
17129   'link_path' => 'admin/people/people',
17130   'router_path' => 'admin/people/people',
17131   'link_title' => 'List',
17132   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:50:"Find and manage people interacting with your site.";}}',
17133   'module' => 'system',
17134   'hidden' => '-1',
17135   'external' => '0',
17136   'has_children' => '0',
17137   'expanded' => '0',
17138   'weight' => '-10',
17139   'depth' => '3',
17140   'customized' => '0',
17141   'p1' => '1',
17142   'p2' => '17',
17143   'p3' => '41',
17144   'p4' => '0',
17145   'p5' => '0',
17146   'p6' => '0',
17147   'p7' => '0',
17148   'p8' => '0',
17149   'p9' => '0',
17150   'updated' => '0',
17151 ))
17152 ->values(array(
17153   'menu_name' => 'management',
17154   'mlid' => '42',
17155   'plid' => '7',
17156   'link_path' => 'admin/appearance/list',
17157   'router_path' => 'admin/appearance/list',
17158   'link_title' => 'List',
17159   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:31:"Select and configure your theme";}}',
17160   'module' => 'system',
17161   'hidden' => '-1',
17162   'external' => '0',
17163   'has_children' => '0',
17164   'expanded' => '0',
17165   'weight' => '-1',
17166   'depth' => '3',
17167   'customized' => '0',
17168   'p1' => '1',
17169   'p2' => '7',
17170   'p3' => '42',
17171   'p4' => '0',
17172   'p5' => '0',
17173   'p6' => '0',
17174   'p7' => '0',
17175   'p8' => '0',
17176   'p9' => '0',
17177   'updated' => '0',
17178 ))
17179 ->values(array(
17180   'menu_name' => 'management',
17181   'mlid' => '43',
17182   'plid' => '8',
17183   'link_path' => 'admin/config/media',
17184   'router_path' => 'admin/config/media',
17185   'link_title' => 'Media',
17186   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:12:"Media tools.";}}',
17187   'module' => 'system',
17188   'hidden' => '0',
17189   'external' => '0',
17190   'has_children' => '1',
17191   'expanded' => '0',
17192   'weight' => '-10',
17193   'depth' => '3',
17194   'customized' => '0',
17195   'p1' => '1',
17196   'p2' => '8',
17197   'p3' => '43',
17198   'p4' => '0',
17199   'p5' => '0',
17200   'p6' => '0',
17201   'p7' => '0',
17202   'p8' => '0',
17203   'p9' => '0',
17204   'updated' => '0',
17205 ))
17206 ->values(array(
17207   'menu_name' => 'management',
17208   'mlid' => '44',
17209   'plid' => '20',
17210   'link_path' => 'admin/structure/menu',
17211   'router_path' => 'admin/structure/menu',
17212   'link_title' => 'Menus',
17213   '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.";}}',
17214   'module' => 'system',
17215   'hidden' => '0',
17216   'external' => '0',
17217   'has_children' => '1',
17218   'expanded' => '0',
17219   'weight' => '0',
17220   'depth' => '3',
17221   'customized' => '0',
17222   'p1' => '1',
17223   'p2' => '20',
17224   'p3' => '44',
17225   'p4' => '0',
17226   'p5' => '0',
17227   'p6' => '0',
17228   'p7' => '0',
17229   'p8' => '0',
17230   'p9' => '0',
17231   'updated' => '0',
17232 ))
17233 ->values(array(
17234   'menu_name' => 'management',
17235   'mlid' => '45',
17236   'plid' => '8',
17237   'link_path' => 'admin/config/people',
17238   'router_path' => 'admin/config/people',
17239   'link_title' => 'People',
17240   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:24:"Configure user accounts.";}}',
17241   'module' => 'system',
17242   'hidden' => '0',
17243   'external' => '0',
17244   'has_children' => '1',
17245   'expanded' => '0',
17246   'weight' => '-20',
17247   'depth' => '3',
17248   'customized' => '0',
17249   'p1' => '1',
17250   'p2' => '8',
17251   'p3' => '45',
17252   'p4' => '0',
17253   'p5' => '0',
17254   'p6' => '0',
17255   'p7' => '0',
17256   'p8' => '0',
17257   'p9' => '0',
17258   'updated' => '0',
17259 ))
17260 ->values(array(
17261   'menu_name' => 'management',
17262   'mlid' => '46',
17263   'plid' => '17',
17264   'link_path' => 'admin/people/permissions',
17265   'router_path' => 'admin/people/permissions',
17266   'link_title' => 'Permissions',
17267   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
17268   'module' => 'system',
17269   'hidden' => '-1',
17270   'external' => '0',
17271   'has_children' => '0',
17272   'expanded' => '0',
17273   'weight' => '0',
17274   'depth' => '3',
17275   'customized' => '0',
17276   'p1' => '1',
17277   'p2' => '17',
17278   'p3' => '46',
17279   'p4' => '0',
17280   'p5' => '0',
17281   'p6' => '0',
17282   'p7' => '0',
17283   'p8' => '0',
17284   'p9' => '0',
17285   'updated' => '0',
17286 ))
17287 ->values(array(
17288   'menu_name' => 'management',
17289   'mlid' => '47',
17290   'plid' => '18',
17291   'link_path' => 'admin/reports/dblog',
17292   'router_path' => 'admin/reports/dblog',
17293   'link_title' => 'Recent log messages',
17294   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View events that have recently been logged.";}}',
17295   'module' => 'system',
17296   'hidden' => '0',
17297   'external' => '0',
17298   'has_children' => '0',
17299   'expanded' => '0',
17300   'weight' => '-1',
17301   'depth' => '3',
17302   'customized' => '0',
17303   'p1' => '1',
17304   'p2' => '18',
17305   'p3' => '47',
17306   'p4' => '0',
17307   'p5' => '0',
17308   'p6' => '0',
17309   'p7' => '0',
17310   'p8' => '0',
17311   'p9' => '0',
17312   'updated' => '0',
17313 ))
17314 ->values(array(
17315   'menu_name' => 'management',
17316   'mlid' => '48',
17317   'plid' => '8',
17318   'link_path' => 'admin/config/regional',
17319   'router_path' => 'admin/config/regional',
17320   'link_title' => 'Regional and language',
17321   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Regional settings, localization and translation.";}}',
17322   'module' => 'system',
17323   'hidden' => '0',
17324   'external' => '0',
17325   'has_children' => '1',
17326   'expanded' => '0',
17327   'weight' => '-5',
17328   'depth' => '3',
17329   'customized' => '0',
17330   'p1' => '1',
17331   'p2' => '8',
17332   'p3' => '48',
17333   'p4' => '0',
17334   'p5' => '0',
17335   'p6' => '0',
17336   'p7' => '0',
17337   'p8' => '0',
17338   'p9' => '0',
17339   'updated' => '0',
17340 ))
17341 ->values(array(
17342   'menu_name' => 'navigation',
17343   'mlid' => '49',
17344   'plid' => '5',
17345   'link_path' => 'node/%/revisions',
17346   'router_path' => 'node/%/revisions',
17347   'link_title' => 'Revisions',
17348   'options' => 'a:0:{}',
17349   'module' => 'system',
17350   'hidden' => '-1',
17351   'external' => '0',
17352   'has_children' => '1',
17353   'expanded' => '0',
17354   'weight' => '2',
17355   'depth' => '2',
17356   'customized' => '0',
17357   'p1' => '5',
17358   'p2' => '49',
17359   'p3' => '0',
17360   'p4' => '0',
17361   'p5' => '0',
17362   'p6' => '0',
17363   'p7' => '0',
17364   'p8' => '0',
17365   'p9' => '0',
17366   'updated' => '0',
17367 ))
17368 ->values(array(
17369   'menu_name' => 'management',
17370   'mlid' => '50',
17371   'plid' => '8',
17372   'link_path' => 'admin/config/search',
17373   'router_path' => 'admin/config/search',
17374   'link_title' => 'Search and metadata',
17375   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:36:"Local site search, metadata and SEO.";}}',
17376   'module' => 'system',
17377   'hidden' => '0',
17378   'external' => '0',
17379   'has_children' => '1',
17380   'expanded' => '0',
17381   'weight' => '-10',
17382   'depth' => '3',
17383   'customized' => '0',
17384   'p1' => '1',
17385   'p2' => '8',
17386   'p3' => '50',
17387   'p4' => '0',
17388   'p5' => '0',
17389   'p6' => '0',
17390   'p7' => '0',
17391   'p8' => '0',
17392   'p9' => '0',
17393   'updated' => '0',
17394 ))
17395 ->values(array(
17396   'menu_name' => 'management',
17397   'mlid' => '51',
17398   'plid' => '7',
17399   'link_path' => 'admin/appearance/settings',
17400   'router_path' => 'admin/appearance/settings',
17401   'link_title' => 'Settings',
17402   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:46:"Configure default and theme specific settings.";}}',
17403   'module' => 'system',
17404   'hidden' => '-1',
17405   'external' => '0',
17406   'has_children' => '0',
17407   'expanded' => '0',
17408   'weight' => '20',
17409   'depth' => '3',
17410   'customized' => '0',
17411   'p1' => '1',
17412   'p2' => '7',
17413   'p3' => '51',
17414   'p4' => '0',
17415   'p5' => '0',
17416   'p6' => '0',
17417   'p7' => '0',
17418   'p8' => '0',
17419   'p9' => '0',
17420   'updated' => '0',
17421 ))
17422 ->values(array(
17423   'menu_name' => 'management',
17424   'mlid' => '52',
17425   'plid' => '18',
17426   'link_path' => 'admin/reports/status',
17427   'router_path' => 'admin/reports/status',
17428   'link_title' => 'Status report',
17429   '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.\";}}",
17430   'module' => 'system',
17431   'hidden' => '0',
17432   'external' => '0',
17433   'has_children' => '0',
17434   'expanded' => '0',
17435   'weight' => '-60',
17436   'depth' => '3',
17437   'customized' => '0',
17438   'p1' => '1',
17439   'p2' => '18',
17440   'p3' => '52',
17441   'p4' => '0',
17442   'p5' => '0',
17443   'p6' => '0',
17444   'p7' => '0',
17445   'p8' => '0',
17446   'p9' => '0',
17447   'updated' => '0',
17448 ))
17449 ->values(array(
17450   'menu_name' => 'management',
17451   'mlid' => '53',
17452   'plid' => '8',
17453   'link_path' => 'admin/config/system',
17454   'router_path' => 'admin/config/system',
17455   'link_title' => 'System',
17456   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:37:"General system related configuration.";}}',
17457   'module' => 'system',
17458   'hidden' => '0',
17459   'external' => '0',
17460   'has_children' => '1',
17461   'expanded' => '0',
17462   'weight' => '-20',
17463   'depth' => '3',
17464   'customized' => '0',
17465   'p1' => '1',
17466   'p2' => '8',
17467   'p3' => '53',
17468   'p4' => '0',
17469   'p5' => '0',
17470   'p6' => '0',
17471   'p7' => '0',
17472   'p8' => '0',
17473   'p9' => '0',
17474   'updated' => '0',
17475 ))
17476 ->values(array(
17477   'menu_name' => 'management',
17478   'mlid' => '54',
17479   'plid' => '18',
17480   'link_path' => 'admin/reports/access-denied',
17481   'router_path' => 'admin/reports/access-denied',
17482   'link_title' => "Top 'access denied' errors",
17483   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"View 'access denied' errors (403s).\";}}",
17484   'module' => 'system',
17485   'hidden' => '0',
17486   'external' => '0',
17487   'has_children' => '0',
17488   'expanded' => '0',
17489   'weight' => '0',
17490   'depth' => '3',
17491   'customized' => '0',
17492   'p1' => '1',
17493   'p2' => '18',
17494   'p3' => '54',
17495   'p4' => '0',
17496   'p5' => '0',
17497   'p6' => '0',
17498   'p7' => '0',
17499   'p8' => '0',
17500   'p9' => '0',
17501   'updated' => '0',
17502 ))
17503 ->values(array(
17504   'menu_name' => 'management',
17505   'mlid' => '55',
17506   'plid' => '18',
17507   'link_path' => 'admin/reports/page-not-found',
17508   'router_path' => 'admin/reports/page-not-found',
17509   'link_title' => "Top 'page not found' errors",
17510   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:36:\"View 'page not found' errors (404s).\";}}",
17511   'module' => 'system',
17512   'hidden' => '0',
17513   'external' => '0',
17514   'has_children' => '0',
17515   'expanded' => '0',
17516   'weight' => '0',
17517   'depth' => '3',
17518   'customized' => '0',
17519   'p1' => '1',
17520   'p2' => '18',
17521   'p3' => '55',
17522   'p4' => '0',
17523   'p5' => '0',
17524   'p6' => '0',
17525   'p7' => '0',
17526   'p8' => '0',
17527   'p9' => '0',
17528   'updated' => '0',
17529 ))
17530 ->values(array(
17531   'menu_name' => 'management',
17532   'mlid' => '56',
17533   'plid' => '15',
17534   'link_path' => 'admin/modules/uninstall',
17535   'router_path' => 'admin/modules/uninstall',
17536   'link_title' => 'Uninstall',
17537   'options' => 'a:0:{}',
17538   'module' => 'system',
17539   'hidden' => '-1',
17540   'external' => '0',
17541   'has_children' => '0',
17542   'expanded' => '0',
17543   'weight' => '20',
17544   'depth' => '3',
17545   'customized' => '0',
17546   'p1' => '1',
17547   'p2' => '15',
17548   'p3' => '56',
17549   'p4' => '0',
17550   'p5' => '0',
17551   'p6' => '0',
17552   'p7' => '0',
17553   'p8' => '0',
17554   'p9' => '0',
17555   'updated' => '0',
17556 ))
17557 ->values(array(
17558   'menu_name' => 'management',
17559   'mlid' => '57',
17560   'plid' => '8',
17561   'link_path' => 'admin/config/user-interface',
17562   'router_path' => 'admin/config/user-interface',
17563   'link_title' => 'User interface',
17564   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Tools that enhance the user interface.";}}',
17565   'module' => 'system',
17566   'hidden' => '0',
17567   'external' => '0',
17568   'has_children' => '1',
17569   'expanded' => '0',
17570   'weight' => '-15',
17571   'depth' => '3',
17572   'customized' => '0',
17573   'p1' => '1',
17574   'p2' => '8',
17575   'p3' => '57',
17576   'p4' => '0',
17577   'p5' => '0',
17578   'p6' => '0',
17579   'p7' => '0',
17580   'p8' => '0',
17581   'p9' => '0',
17582   'updated' => '0',
17583 ))
17584 ->values(array(
17585   'menu_name' => 'navigation',
17586   'mlid' => '58',
17587   'plid' => '5',
17588   'link_path' => 'node/%/view',
17589   'router_path' => 'node/%/view',
17590   'link_title' => 'View',
17591   'options' => 'a:0:{}',
17592   'module' => 'system',
17593   'hidden' => '-1',
17594   'external' => '0',
17595   'has_children' => '0',
17596   'expanded' => '0',
17597   'weight' => '-10',
17598   'depth' => '2',
17599   'customized' => '0',
17600   'p1' => '5',
17601   'p2' => '58',
17602   'p3' => '0',
17603   'p4' => '0',
17604   'p5' => '0',
17605   'p6' => '0',
17606   'p7' => '0',
17607   'p8' => '0',
17608   'p9' => '0',
17609   'updated' => '0',
17610 ))
17611 ->values(array(
17612   'menu_name' => 'navigation',
17613   'mlid' => '59',
17614   'plid' => '16',
17615   'link_path' => 'user/%/view',
17616   'router_path' => 'user/%/view',
17617   'link_title' => 'View',
17618   'options' => 'a:0:{}',
17619   'module' => 'system',
17620   'hidden' => '-1',
17621   'external' => '0',
17622   'has_children' => '0',
17623   'expanded' => '0',
17624   'weight' => '-10',
17625   'depth' => '2',
17626   'customized' => '0',
17627   'p1' => '16',
17628   'p2' => '59',
17629   'p3' => '0',
17630   'p4' => '0',
17631   'p5' => '0',
17632   'p6' => '0',
17633   'p7' => '0',
17634   'p8' => '0',
17635   'p9' => '0',
17636   'updated' => '0',
17637 ))
17638 ->values(array(
17639   'menu_name' => 'management',
17640   'mlid' => '60',
17641   'plid' => '8',
17642   'link_path' => 'admin/config/services',
17643   'router_path' => 'admin/config/services',
17644   'link_title' => 'Web services',
17645   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"Tools related to web services.";}}',
17646   'module' => 'system',
17647   'hidden' => '0',
17648   'external' => '0',
17649   'has_children' => '1',
17650   'expanded' => '0',
17651   'weight' => '0',
17652   'depth' => '3',
17653   'customized' => '0',
17654   'p1' => '1',
17655   'p2' => '8',
17656   'p3' => '60',
17657   'p4' => '0',
17658   'p5' => '0',
17659   'p6' => '0',
17660   'p7' => '0',
17661   'p8' => '0',
17662   'p9' => '0',
17663   'updated' => '0',
17664 ))
17665 ->values(array(
17666   'menu_name' => 'management',
17667   'mlid' => '61',
17668   'plid' => '8',
17669   'link_path' => 'admin/config/workflow',
17670   'router_path' => 'admin/config/workflow',
17671   'link_title' => 'Workflow',
17672   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Content workflow, editorial workflow tools.";}}',
17673   'module' => 'system',
17674   'hidden' => '0',
17675   'external' => '0',
17676   'has_children' => '0',
17677   'expanded' => '0',
17678   'weight' => '5',
17679   'depth' => '3',
17680   'customized' => '0',
17681   'p1' => '1',
17682   'p2' => '8',
17683   'p3' => '61',
17684   'p4' => '0',
17685   'p5' => '0',
17686   'p6' => '0',
17687   'p7' => '0',
17688   'p8' => '0',
17689   'p9' => '0',
17690   'updated' => '0',
17691 ))
17692 ->values(array(
17693   'menu_name' => 'management',
17694   'mlid' => '66',
17695   'plid' => '45',
17696   'link_path' => 'admin/config/people/accounts',
17697   'router_path' => 'admin/config/people/accounts',
17698   'link_title' => 'Account settings',
17699   '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.";}}',
17700   'module' => 'system',
17701   'hidden' => '0',
17702   'external' => '0',
17703   'has_children' => '0',
17704   'expanded' => '0',
17705   'weight' => '-10',
17706   'depth' => '4',
17707   'customized' => '0',
17708   'p1' => '1',
17709   'p2' => '8',
17710   'p3' => '45',
17711   'p4' => '66',
17712   'p5' => '0',
17713   'p6' => '0',
17714   'p7' => '0',
17715   'p8' => '0',
17716   'p9' => '0',
17717   'updated' => '0',
17718 ))
17719 ->values(array(
17720   'menu_name' => 'management',
17721   'mlid' => '67',
17722   'plid' => '53',
17723   'link_path' => 'admin/config/system/actions',
17724   'router_path' => 'admin/config/system/actions',
17725   'link_title' => 'Actions',
17726   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
17727   'module' => 'system',
17728   'hidden' => '0',
17729   'external' => '0',
17730   'has_children' => '1',
17731   'expanded' => '0',
17732   'weight' => '0',
17733   'depth' => '4',
17734   'customized' => '0',
17735   'p1' => '1',
17736   'p2' => '8',
17737   'p3' => '53',
17738   'p4' => '67',
17739   'p5' => '0',
17740   'p6' => '0',
17741   'p7' => '0',
17742   'p8' => '0',
17743   'p9' => '0',
17744   'updated' => '0',
17745 ))
17746 ->values(array(
17747   'menu_name' => 'management',
17748   'mlid' => '68',
17749   'plid' => '28',
17750   'link_path' => 'admin/structure/block/add',
17751   'router_path' => 'admin/structure/block/add',
17752   'link_title' => 'Add block',
17753   'options' => 'a:0:{}',
17754   'module' => 'system',
17755   'hidden' => '-1',
17756   'external' => '0',
17757   'has_children' => '0',
17758   'expanded' => '0',
17759   'weight' => '0',
17760   'depth' => '4',
17761   'customized' => '0',
17762   'p1' => '1',
17763   'p2' => '20',
17764   'p3' => '28',
17765   'p4' => '68',
17766   'p5' => '0',
17767   'p6' => '0',
17768   'p7' => '0',
17769   'p8' => '0',
17770   'p9' => '0',
17771   'updated' => '0',
17772 ))
17773 ->values(array(
17774   'menu_name' => 'management',
17775   'mlid' => '69',
17776   'plid' => '34',
17777   'link_path' => 'admin/structure/types/add',
17778   'router_path' => 'admin/structure/types/add',
17779   'link_title' => 'Add content type',
17780   'options' => 'a:0:{}',
17781   'module' => 'system',
17782   'hidden' => '-1',
17783   'external' => '0',
17784   'has_children' => '0',
17785   'expanded' => '0',
17786   'weight' => '0',
17787   'depth' => '4',
17788   'customized' => '0',
17789   'p1' => '1',
17790   'p2' => '20',
17791   'p3' => '34',
17792   'p4' => '69',
17793   'p5' => '0',
17794   'p6' => '0',
17795   'p7' => '0',
17796   'p8' => '0',
17797   'p9' => '0',
17798   'updated' => '0',
17799 ))
17800 ->values(array(
17801   'menu_name' => 'management',
17802   'mlid' => '70',
17803   'plid' => '44',
17804   'link_path' => 'admin/structure/menu/add',
17805   'router_path' => 'admin/structure/menu/add',
17806   'link_title' => 'Add menu',
17807   'options' => 'a:0:{}',
17808   'module' => 'system',
17809   'hidden' => '-1',
17810   'external' => '0',
17811   'has_children' => '0',
17812   'expanded' => '0',
17813   'weight' => '0',
17814   'depth' => '4',
17815   'customized' => '0',
17816   'p1' => '1',
17817   'p2' => '20',
17818   'p3' => '44',
17819   'p4' => '70',
17820   'p5' => '0',
17821   'p6' => '0',
17822   'p7' => '0',
17823   'p8' => '0',
17824   'p9' => '0',
17825   'updated' => '0',
17826 ))
17827 ->values(array(
17828   'menu_name' => 'management',
17829   'mlid' => '71',
17830   'plid' => '51',
17831   'link_path' => 'admin/appearance/settings/bartik',
17832   'router_path' => 'admin/appearance/settings/bartik',
17833   'link_title' => 'Bartik',
17834   'options' => 'a:0:{}',
17835   'module' => 'system',
17836   'hidden' => '-1',
17837   'external' => '0',
17838   'has_children' => '0',
17839   'expanded' => '0',
17840   'weight' => '0',
17841   'depth' => '4',
17842   'customized' => '0',
17843   'p1' => '1',
17844   'p2' => '7',
17845   'p3' => '51',
17846   'p4' => '71',
17847   'p5' => '0',
17848   'p6' => '0',
17849   'p7' => '0',
17850   'p8' => '0',
17851   'p9' => '0',
17852   'updated' => '0',
17853 ))
17854 ->values(array(
17855   'menu_name' => 'management',
17856   'mlid' => '72',
17857   'plid' => '50',
17858   'link_path' => 'admin/config/search/clean-urls',
17859   'router_path' => 'admin/config/search/clean-urls',
17860   'link_title' => 'Clean URLs',
17861   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Enable or disable clean URLs for your site.";}}',
17862   'module' => 'system',
17863   'hidden' => '0',
17864   'external' => '0',
17865   'has_children' => '0',
17866   'expanded' => '0',
17867   'weight' => '5',
17868   'depth' => '4',
17869   'customized' => '0',
17870   'p1' => '1',
17871   'p2' => '8',
17872   'p3' => '50',
17873   'p4' => '72',
17874   'p5' => '0',
17875   'p6' => '0',
17876   'p7' => '0',
17877   'p8' => '0',
17878   'p9' => '0',
17879   'updated' => '0',
17880 ))
17881 ->values(array(
17882   'menu_name' => 'management',
17883   'mlid' => '73',
17884   'plid' => '53',
17885   'link_path' => 'admin/config/system/cron',
17886   'router_path' => 'admin/config/system/cron',
17887   'link_title' => 'Cron',
17888   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:40:"Manage automatic site maintenance tasks.";}}',
17889   'module' => 'system',
17890   'hidden' => '0',
17891   'external' => '0',
17892   'has_children' => '0',
17893   'expanded' => '0',
17894   'weight' => '20',
17895   'depth' => '4',
17896   'customized' => '0',
17897   'p1' => '1',
17898   'p2' => '8',
17899   'p3' => '53',
17900   'p4' => '73',
17901   'p5' => '0',
17902   'p6' => '0',
17903   'p7' => '0',
17904   'p8' => '0',
17905   'p9' => '0',
17906   'updated' => '0',
17907 ))
17908 ->values(array(
17909   'menu_name' => 'management',
17910   'mlid' => '74',
17911   'plid' => '48',
17912   'link_path' => 'admin/config/regional/date-time',
17913   'router_path' => 'admin/config/regional/date-time',
17914   'link_title' => 'Date and time',
17915   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
17916   'module' => 'system',
17917   'hidden' => '0',
17918   'external' => '0',
17919   'has_children' => '0',
17920   'expanded' => '0',
17921   'weight' => '-15',
17922   'depth' => '4',
17923   'customized' => '0',
17924   'p1' => '1',
17925   'p2' => '8',
17926   'p3' => '48',
17927   'p4' => '74',
17928   'p5' => '0',
17929   'p6' => '0',
17930   'p7' => '0',
17931   'p8' => '0',
17932   'p9' => '0',
17933   'updated' => '0',
17934 ))
17935 ->values(array(
17936   'menu_name' => 'management',
17937   'mlid' => '75',
17938   'plid' => '18',
17939   'link_path' => 'admin/reports/event/%',
17940   'router_path' => 'admin/reports/event/%',
17941   'link_title' => 'Details',
17942   'options' => 'a:0:{}',
17943   'module' => 'system',
17944   'hidden' => '0',
17945   'external' => '0',
17946   'has_children' => '0',
17947   'expanded' => '0',
17948   'weight' => '0',
17949   'depth' => '3',
17950   'customized' => '0',
17951   'p1' => '1',
17952   'p2' => '18',
17953   'p3' => '75',
17954   'p4' => '0',
17955   'p5' => '0',
17956   'p6' => '0',
17957   'p7' => '0',
17958   'p8' => '0',
17959   'p9' => '0',
17960   'updated' => '0',
17961 ))
17962 ->values(array(
17963   'menu_name' => 'management',
17964   'mlid' => '76',
17965   'plid' => '43',
17966   'link_path' => 'admin/config/media/file-system',
17967   'router_path' => 'admin/config/media/file-system',
17968   'link_title' => 'File system',
17969   '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.";}}',
17970   'module' => 'system',
17971   'hidden' => '0',
17972   'external' => '0',
17973   'has_children' => '0',
17974   'expanded' => '0',
17975   'weight' => '-10',
17976   'depth' => '4',
17977   'customized' => '0',
17978   'p1' => '1',
17979   'p2' => '8',
17980   'p3' => '43',
17981   'p4' => '76',
17982   'p5' => '0',
17983   'p6' => '0',
17984   'p7' => '0',
17985   'p8' => '0',
17986   'p9' => '0',
17987   'updated' => '0',
17988 ))
17989 ->values(array(
17990   'menu_name' => 'management',
17991   'mlid' => '78',
17992   'plid' => '51',
17993   'link_path' => 'admin/appearance/settings/garland',
17994   'router_path' => 'admin/appearance/settings/garland',
17995   'link_title' => 'Garland',
17996   'options' => 'a:0:{}',
17997   'module' => 'system',
17998   'hidden' => '-1',
17999   'external' => '0',
18000   'has_children' => '0',
18001   'expanded' => '0',
18002   'weight' => '0',
18003   'depth' => '4',
18004   'customized' => '0',
18005   'p1' => '1',
18006   'p2' => '7',
18007   'p3' => '51',
18008   'p4' => '78',
18009   'p5' => '0',
18010   'p6' => '0',
18011   'p7' => '0',
18012   'p8' => '0',
18013   'p9' => '0',
18014   'updated' => '0',
18015 ))
18016 ->values(array(
18017   'menu_name' => 'management',
18018   'mlid' => '79',
18019   'plid' => '51',
18020   'link_path' => 'admin/appearance/settings/global',
18021   'router_path' => 'admin/appearance/settings/global',
18022   'link_title' => 'Global settings',
18023   'options' => 'a:0:{}',
18024   'module' => 'system',
18025   'hidden' => '-1',
18026   'external' => '0',
18027   'has_children' => '0',
18028   'expanded' => '0',
18029   'weight' => '-1',
18030   'depth' => '4',
18031   'customized' => '0',
18032   'p1' => '1',
18033   'p2' => '7',
18034   'p3' => '51',
18035   'p4' => '79',
18036   'p5' => '0',
18037   'p6' => '0',
18038   'p7' => '0',
18039   'p8' => '0',
18040   'p9' => '0',
18041   'updated' => '0',
18042 ))
18043 ->values(array(
18044   'menu_name' => 'management',
18045   'mlid' => '80',
18046   'plid' => '45',
18047   'link_path' => 'admin/config/people/ip-blocking',
18048   'router_path' => 'admin/config/people/ip-blocking',
18049   'link_title' => 'IP address blocking',
18050   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Manage blocked IP addresses.";}}',
18051   'module' => 'system',
18052   'hidden' => '0',
18053   'external' => '0',
18054   'has_children' => '1',
18055   'expanded' => '0',
18056   'weight' => '10',
18057   'depth' => '4',
18058   'customized' => '0',
18059   'p1' => '1',
18060   'p2' => '8',
18061   'p3' => '45',
18062   'p4' => '80',
18063   'p5' => '0',
18064   'p6' => '0',
18065   'p7' => '0',
18066   'p8' => '0',
18067   'p9' => '0',
18068   'updated' => '0',
18069 ))
18070 ->values(array(
18071   'menu_name' => 'management',
18072   'mlid' => '81',
18073   'plid' => '43',
18074   'link_path' => 'admin/config/media/image-toolkit',
18075   'router_path' => 'admin/config/media/image-toolkit',
18076   'link_title' => 'Image toolkit',
18077   '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.";}}',
18078   'module' => 'system',
18079   'hidden' => '0',
18080   'external' => '0',
18081   'has_children' => '0',
18082   'expanded' => '0',
18083   'weight' => '20',
18084   'depth' => '4',
18085   'customized' => '0',
18086   'p1' => '1',
18087   'p2' => '8',
18088   'p3' => '43',
18089   'p4' => '81',
18090   'p5' => '0',
18091   'p6' => '0',
18092   'p7' => '0',
18093   'p8' => '0',
18094   'p9' => '0',
18095   'updated' => '0',
18096 ))
18097 ->values(array(
18098   'menu_name' => 'management',
18099   'mlid' => '82',
18100   'plid' => '40',
18101   'link_path' => 'admin/modules/list/confirm',
18102   'router_path' => 'admin/modules/list/confirm',
18103   'link_title' => 'List',
18104   'options' => 'a:0:{}',
18105   'module' => 'system',
18106   'hidden' => '-1',
18107   'external' => '0',
18108   'has_children' => '0',
18109   'expanded' => '0',
18110   'weight' => '0',
18111   'depth' => '4',
18112   'customized' => '0',
18113   'p1' => '1',
18114   'p2' => '15',
18115   'p3' => '40',
18116   'p4' => '82',
18117   'p5' => '0',
18118   'p6' => '0',
18119   'p7' => '0',
18120   'p8' => '0',
18121   'p9' => '0',
18122   'updated' => '0',
18123 ))
18124 ->values(array(
18125   'menu_name' => 'management',
18126   'mlid' => '83',
18127   'plid' => '34',
18128   'link_path' => 'admin/structure/types/list',
18129   'router_path' => 'admin/structure/types/list',
18130   'link_title' => 'List',
18131   'options' => 'a:0:{}',
18132   'module' => 'system',
18133   'hidden' => '-1',
18134   'external' => '0',
18135   'has_children' => '0',
18136   'expanded' => '0',
18137   'weight' => '-10',
18138   'depth' => '4',
18139   'customized' => '0',
18140   'p1' => '1',
18141   'p2' => '20',
18142   'p3' => '34',
18143   'p4' => '83',
18144   'p5' => '0',
18145   'p6' => '0',
18146   'p7' => '0',
18147   'p8' => '0',
18148   'p9' => '0',
18149   'updated' => '0',
18150 ))
18151 ->values(array(
18152   'menu_name' => 'management',
18153   'mlid' => '84',
18154   'plid' => '44',
18155   'link_path' => 'admin/structure/menu/list',
18156   'router_path' => 'admin/structure/menu/list',
18157   'link_title' => 'List menus',
18158   'options' => 'a:0:{}',
18159   'module' => 'system',
18160   'hidden' => '-1',
18161   'external' => '0',
18162   'has_children' => '0',
18163   'expanded' => '0',
18164   'weight' => '-10',
18165   'depth' => '4',
18166   'customized' => '0',
18167   'p1' => '1',
18168   'p2' => '20',
18169   'p3' => '44',
18170   'p4' => '84',
18171   'p5' => '0',
18172   'p6' => '0',
18173   'p7' => '0',
18174   'p8' => '0',
18175   'p9' => '0',
18176   'updated' => '0',
18177 ))
18178 ->values(array(
18179   'menu_name' => 'management',
18180   'mlid' => '85',
18181   'plid' => '37',
18182   'link_path' => 'admin/config/development/logging',
18183   'router_path' => 'admin/config/development/logging',
18184   'link_title' => 'Logging and errors',
18185   '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.\";}}",
18186   'module' => 'system',
18187   'hidden' => '0',
18188   'external' => '0',
18189   'has_children' => '0',
18190   'expanded' => '0',
18191   'weight' => '-15',
18192   'depth' => '4',
18193   'customized' => '0',
18194   'p1' => '1',
18195   'p2' => '8',
18196   'p3' => '37',
18197   'p4' => '85',
18198   'p5' => '0',
18199   'p6' => '0',
18200   'p7' => '0',
18201   'p8' => '0',
18202   'p9' => '0',
18203   'updated' => '0',
18204 ))
18205 ->values(array(
18206   'menu_name' => 'management',
18207   'mlid' => '86',
18208   'plid' => '37',
18209   'link_path' => 'admin/config/development/maintenance',
18210   'router_path' => 'admin/config/development/maintenance',
18211   'link_title' => 'Maintenance mode',
18212   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:62:"Take the site offline for maintenance or bring it back online.";}}',
18213   'module' => 'system',
18214   'hidden' => '0',
18215   'external' => '0',
18216   'has_children' => '0',
18217   'expanded' => '0',
18218   'weight' => '-10',
18219   'depth' => '4',
18220   'customized' => '0',
18221   'p1' => '1',
18222   'p2' => '8',
18223   'p3' => '37',
18224   'p4' => '86',
18225   'p5' => '0',
18226   'p6' => '0',
18227   'p7' => '0',
18228   'p8' => '0',
18229   'p9' => '0',
18230   'updated' => '0',
18231 ))
18232 ->values(array(
18233   'menu_name' => 'management',
18234   'mlid' => '89',
18235   'plid' => '37',
18236   'link_path' => 'admin/config/development/performance',
18237   'router_path' => 'admin/config/development/performance',
18238   'link_title' => 'Performance',
18239   '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.";}}',
18240   'module' => 'system',
18241   'hidden' => '0',
18242   'external' => '0',
18243   'has_children' => '0',
18244   'expanded' => '0',
18245   'weight' => '-20',
18246   'depth' => '4',
18247   'customized' => '0',
18248   'p1' => '1',
18249   'p2' => '8',
18250   'p3' => '37',
18251   'p4' => '89',
18252   'p5' => '0',
18253   'p6' => '0',
18254   'p7' => '0',
18255   'p8' => '0',
18256   'p9' => '0',
18257   'updated' => '0',
18258 ))
18259 ->values(array(
18260   'menu_name' => 'management',
18261   'mlid' => '90',
18262   'plid' => '46',
18263   'link_path' => 'admin/people/permissions/list',
18264   'router_path' => 'admin/people/permissions/list',
18265   'link_title' => 'Permissions',
18266   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
18267   'module' => 'system',
18268   'hidden' => '-1',
18269   'external' => '0',
18270   'has_children' => '0',
18271   'expanded' => '0',
18272   'weight' => '-8',
18273   'depth' => '4',
18274   'customized' => '0',
18275   'p1' => '1',
18276   'p2' => '17',
18277   'p3' => '46',
18278   'p4' => '90',
18279   'p5' => '0',
18280   'p6' => '0',
18281   'p7' => '0',
18282   'p8' => '0',
18283   'p9' => '0',
18284   'updated' => '0',
18285 ))
18286 ->values(array(
18287   'menu_name' => 'management',
18288   'mlid' => '93',
18289   'plid' => '30',
18290   'link_path' => 'admin/content/comment/new',
18291   'router_path' => 'admin/content/comment/new',
18292   'link_title' => 'Published comments',
18293   'options' => 'a:0:{}',
18294   'module' => 'system',
18295   'hidden' => '-1',
18296   'external' => '0',
18297   'has_children' => '0',
18298   'expanded' => '0',
18299   'weight' => '-10',
18300   'depth' => '4',
18301   'customized' => '0',
18302   'p1' => '1',
18303   'p2' => '9',
18304   'p3' => '30',
18305   'p4' => '93',
18306   'p5' => '0',
18307   'p6' => '0',
18308   'p7' => '0',
18309   'p8' => '0',
18310   'p9' => '0',
18311   'updated' => '0',
18312 ))
18313 ->values(array(
18314   'menu_name' => 'management',
18315   'mlid' => '94',
18316   'plid' => '60',
18317   'link_path' => 'admin/config/services/rss-publishing',
18318   'router_path' => 'admin/config/services/rss-publishing',
18319   'link_title' => 'RSS publishing',
18320   '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.";}}',
18321   'module' => 'system',
18322   'hidden' => '0',
18323   'external' => '0',
18324   'has_children' => '0',
18325   'expanded' => '0',
18326   'weight' => '0',
18327   'depth' => '4',
18328   'customized' => '0',
18329   'p1' => '1',
18330   'p2' => '8',
18331   'p3' => '60',
18332   'p4' => '94',
18333   'p5' => '0',
18334   'p6' => '0',
18335   'p7' => '0',
18336   'p8' => '0',
18337   'p9' => '0',
18338   'updated' => '0',
18339 ))
18340 ->values(array(
18341   'menu_name' => 'management',
18342   'mlid' => '95',
18343   'plid' => '48',
18344   'link_path' => 'admin/config/regional/settings',
18345   'router_path' => 'admin/config/regional/settings',
18346   'link_title' => 'Regional settings',
18347   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:54:\"Settings for the site's default time zone and country.\";}}",
18348   'module' => 'system',
18349   'hidden' => '0',
18350   'external' => '0',
18351   'has_children' => '0',
18352   'expanded' => '0',
18353   'weight' => '-20',
18354   'depth' => '4',
18355   'customized' => '0',
18356   'p1' => '1',
18357   'p2' => '8',
18358   'p3' => '48',
18359   'p4' => '95',
18360   'p5' => '0',
18361   'p6' => '0',
18362   'p7' => '0',
18363   'p8' => '0',
18364   'p9' => '0',
18365   'updated' => '0',
18366 ))
18367 ->values(array(
18368   'menu_name' => 'management',
18369   'mlid' => '96',
18370   'plid' => '46',
18371   'link_path' => 'admin/people/permissions/roles',
18372   'router_path' => 'admin/people/permissions/roles',
18373   'link_title' => 'Roles',
18374   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"List, edit, or add user roles.";}}',
18375   'module' => 'system',
18376   'hidden' => '-1',
18377   'external' => '0',
18378   'has_children' => '1',
18379   'expanded' => '0',
18380   'weight' => '-5',
18381   'depth' => '4',
18382   'customized' => '0',
18383   'p1' => '1',
18384   'p2' => '17',
18385   'p3' => '46',
18386   'p4' => '96',
18387   'p5' => '0',
18388   'p6' => '0',
18389   'p7' => '0',
18390   'p8' => '0',
18391   'p9' => '0',
18392   'updated' => '0',
18393 ))
18394 ->values(array(
18395   'menu_name' => 'management',
18396   'mlid' => '97',
18397   'plid' => '44',
18398   'link_path' => 'admin/structure/menu/settings',
18399   'router_path' => 'admin/structure/menu/settings',
18400   'link_title' => 'Settings',
18401   'options' => 'a:0:{}',
18402   'module' => 'system',
18403   'hidden' => '-1',
18404   'external' => '0',
18405   'has_children' => '0',
18406   'expanded' => '0',
18407   'weight' => '5',
18408   'depth' => '4',
18409   'customized' => '0',
18410   'p1' => '1',
18411   'p2' => '20',
18412   'p3' => '44',
18413   'p4' => '97',
18414   'p5' => '0',
18415   'p6' => '0',
18416   'p7' => '0',
18417   'p8' => '0',
18418   'p9' => '0',
18419   'updated' => '0',
18420 ))
18421 ->values(array(
18422   'menu_name' => 'management',
18423   'mlid' => '98',
18424   'plid' => '51',
18425   'link_path' => 'admin/appearance/settings/seven',
18426   'router_path' => 'admin/appearance/settings/seven',
18427   'link_title' => 'Seven',
18428   'options' => 'a:0:{}',
18429   'module' => 'system',
18430   'hidden' => '-1',
18431   'external' => '0',
18432   'has_children' => '0',
18433   'expanded' => '0',
18434   'weight' => '0',
18435   'depth' => '4',
18436   'customized' => '0',
18437   'p1' => '1',
18438   'p2' => '7',
18439   'p3' => '51',
18440   'p4' => '98',
18441   'p5' => '0',
18442   'p6' => '0',
18443   'p7' => '0',
18444   'p8' => '0',
18445   'p9' => '0',
18446   'updated' => '0',
18447 ))
18448 ->values(array(
18449   'menu_name' => 'management',
18450   'mlid' => '99',
18451   'plid' => '53',
18452   'link_path' => 'admin/config/system/site-information',
18453   'router_path' => 'admin/config/system/site-information',
18454   'link_title' => 'Site information',
18455   '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.";}}',
18456   'module' => 'system',
18457   'hidden' => '0',
18458   'external' => '0',
18459   'has_children' => '0',
18460   'expanded' => '0',
18461   'weight' => '-20',
18462   'depth' => '4',
18463   'customized' => '0',
18464   'p1' => '1',
18465   'p2' => '8',
18466   'p3' => '53',
18467   'p4' => '99',
18468   'p5' => '0',
18469   'p6' => '0',
18470   'p7' => '0',
18471   'p8' => '0',
18472   'p9' => '0',
18473   'updated' => '0',
18474 ))
18475 ->values(array(
18476   'menu_name' => 'management',
18477   'mlid' => '100',
18478   'plid' => '51',
18479   'link_path' => 'admin/appearance/settings/stark',
18480   'router_path' => 'admin/appearance/settings/stark',
18481   'link_title' => 'Stark',
18482   'options' => 'a:0:{}',
18483   'module' => 'system',
18484   'hidden' => '-1',
18485   'external' => '0',
18486   'has_children' => '0',
18487   'expanded' => '0',
18488   'weight' => '0',
18489   'depth' => '4',
18490   'customized' => '0',
18491   'p1' => '1',
18492   'p2' => '7',
18493   'p3' => '51',
18494   'p4' => '100',
18495   'p5' => '0',
18496   'p6' => '0',
18497   'p7' => '0',
18498   'p8' => '0',
18499   'p9' => '0',
18500   'updated' => '0',
18501 ))
18502 ->values(array(
18503   'menu_name' => 'management',
18504   'mlid' => '101',
18505   'plid' => '33',
18506   'link_path' => 'admin/config/content/formats',
18507   'router_path' => 'admin/config/content/formats',
18508   'link_title' => 'Text formats',
18509   '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.";}}',
18510   'module' => 'system',
18511   'hidden' => '0',
18512   'external' => '0',
18513   'has_children' => '1',
18514   'expanded' => '0',
18515   'weight' => '0',
18516   'depth' => '4',
18517   'customized' => '0',
18518   'p1' => '1',
18519   'p2' => '8',
18520   'p3' => '33',
18521   'p4' => '101',
18522   'p5' => '0',
18523   'p6' => '0',
18524   'p7' => '0',
18525   'p8' => '0',
18526   'p9' => '0',
18527   'updated' => '0',
18528 ))
18529 ->values(array(
18530   'menu_name' => 'management',
18531   'mlid' => '102',
18532   'plid' => '30',
18533   'link_path' => 'admin/content/comment/approval',
18534   'router_path' => 'admin/content/comment/approval',
18535   'link_title' => 'Unapproved comments',
18536   'options' => 'a:0:{}',
18537   'module' => 'system',
18538   'hidden' => '-1',
18539   'external' => '0',
18540   'has_children' => '0',
18541   'expanded' => '0',
18542   'weight' => '0',
18543   'depth' => '4',
18544   'customized' => '0',
18545   'p1' => '1',
18546   'p2' => '9',
18547   'p3' => '30',
18548   'p4' => '102',
18549   'p5' => '0',
18550   'p6' => '0',
18551   'p7' => '0',
18552   'p8' => '0',
18553   'p9' => '0',
18554   'updated' => '0',
18555 ))
18556 ->values(array(
18557   'menu_name' => 'management',
18558   'mlid' => '103',
18559   'plid' => '56',
18560   'link_path' => 'admin/modules/uninstall/confirm',
18561   'router_path' => 'admin/modules/uninstall/confirm',
18562   'link_title' => 'Uninstall',
18563   'options' => 'a:0:{}',
18564   'module' => 'system',
18565   'hidden' => '-1',
18566   'external' => '0',
18567   'has_children' => '0',
18568   'expanded' => '0',
18569   'weight' => '0',
18570   'depth' => '4',
18571   'customized' => '0',
18572   'p1' => '1',
18573   'p2' => '15',
18574   'p3' => '56',
18575   'p4' => '103',
18576   'p5' => '0',
18577   'p6' => '0',
18578   'p7' => '0',
18579   'p8' => '0',
18580   'p9' => '0',
18581   'updated' => '0',
18582 ))
18583 ->values(array(
18584   'menu_name' => 'navigation',
18585   'mlid' => '104',
18586   'plid' => '38',
18587   'link_path' => 'user/%/edit/account',
18588   'router_path' => 'user/%/edit/account',
18589   'link_title' => 'Account',
18590   'options' => 'a:0:{}',
18591   'module' => 'system',
18592   'hidden' => '-1',
18593   'external' => '0',
18594   'has_children' => '0',
18595   'expanded' => '0',
18596   'weight' => '0',
18597   'depth' => '3',
18598   'customized' => '0',
18599   'p1' => '16',
18600   'p2' => '38',
18601   'p3' => '104',
18602   'p4' => '0',
18603   'p5' => '0',
18604   'p6' => '0',
18605   'p7' => '0',
18606   'p8' => '0',
18607   'p9' => '0',
18608   'updated' => '0',
18609 ))
18610 ->values(array(
18611   'menu_name' => 'management',
18612   'mlid' => '105',
18613   'plid' => '101',
18614   'link_path' => 'admin/config/content/formats/%',
18615   'router_path' => 'admin/config/content/formats/%',
18616   'link_title' => '',
18617   'options' => 'a:0:{}',
18618   'module' => 'system',
18619   'hidden' => '0',
18620   'external' => '0',
18621   'has_children' => '1',
18622   'expanded' => '0',
18623   'weight' => '0',
18624   'depth' => '5',
18625   'customized' => '0',
18626   'p1' => '1',
18627   'p2' => '8',
18628   'p3' => '33',
18629   'p4' => '101',
18630   'p5' => '105',
18631   'p6' => '0',
18632   'p7' => '0',
18633   'p8' => '0',
18634   'p9' => '0',
18635   'updated' => '0',
18636 ))
18637 ->values(array(
18638   'menu_name' => 'management',
18639   'mlid' => '110',
18640   'plid' => '101',
18641   'link_path' => 'admin/config/content/formats/add',
18642   'router_path' => 'admin/config/content/formats/add',
18643   'link_title' => 'Add text format',
18644   'options' => 'a:0:{}',
18645   'module' => 'system',
18646   'hidden' => '-1',
18647   'external' => '0',
18648   'has_children' => '0',
18649   'expanded' => '0',
18650   'weight' => '1',
18651   'depth' => '5',
18652   'customized' => '0',
18653   'p1' => '1',
18654   'p2' => '8',
18655   'p3' => '33',
18656   'p4' => '101',
18657   'p5' => '110',
18658   'p6' => '0',
18659   'p7' => '0',
18660   'p8' => '0',
18661   'p9' => '0',
18662   'updated' => '0',
18663 ))
18664 ->values(array(
18665   'menu_name' => 'management',
18666   'mlid' => '111',
18667   'plid' => '28',
18668   'link_path' => 'admin/structure/block/list/bartik',
18669   'router_path' => 'admin/structure/block/list/bartik',
18670   'link_title' => 'Bartik',
18671   'options' => 'a:0:{}',
18672   'module' => 'system',
18673   'hidden' => '-1',
18674   'external' => '0',
18675   'has_children' => '0',
18676   'expanded' => '0',
18677   'weight' => '-10',
18678   'depth' => '4',
18679   'customized' => '0',
18680   'p1' => '1',
18681   'p2' => '20',
18682   'p3' => '28',
18683   'p4' => '111',
18684   'p5' => '0',
18685   'p6' => '0',
18686   'p7' => '0',
18687   'p8' => '0',
18688   'p9' => '0',
18689   'updated' => '0',
18690 ))
18691 ->values(array(
18692   'menu_name' => 'management',
18693   'mlid' => '112',
18694   'plid' => '67',
18695   'link_path' => 'admin/config/system/actions/configure',
18696   'router_path' => 'admin/config/system/actions/configure',
18697   'link_title' => 'Configure an advanced action',
18698   'options' => 'a:0:{}',
18699   'module' => 'system',
18700   'hidden' => '-1',
18701   'external' => '0',
18702   'has_children' => '0',
18703   'expanded' => '0',
18704   'weight' => '0',
18705   'depth' => '5',
18706   'customized' => '0',
18707   'p1' => '1',
18708   'p2' => '8',
18709   'p3' => '53',
18710   'p4' => '67',
18711   'p5' => '112',
18712   'p6' => '0',
18713   'p7' => '0',
18714   'p8' => '0',
18715   'p9' => '0',
18716   'updated' => '0',
18717 ))
18718 ->values(array(
18719   'menu_name' => 'management',
18720   'mlid' => '113',
18721   'plid' => '44',
18722   'link_path' => 'admin/structure/menu/manage/%',
18723   'router_path' => 'admin/structure/menu/manage/%',
18724   'link_title' => 'Customize menu',
18725   'options' => 'a:0:{}',
18726   'module' => 'system',
18727   'hidden' => '0',
18728   'external' => '0',
18729   'has_children' => '1',
18730   'expanded' => '0',
18731   'weight' => '0',
18732   'depth' => '4',
18733   'customized' => '0',
18734   'p1' => '1',
18735   'p2' => '20',
18736   'p3' => '44',
18737   'p4' => '113',
18738   'p5' => '0',
18739   'p6' => '0',
18740   'p7' => '0',
18741   'p8' => '0',
18742   'p9' => '0',
18743   'updated' => '0',
18744 ))
18745 ->values(array(
18746   'menu_name' => 'management',
18747   'mlid' => '114',
18748   'plid' => '34',
18749   'link_path' => 'admin/structure/types/manage/%',
18750   'router_path' => 'admin/structure/types/manage/%',
18751   'link_title' => 'Edit content type',
18752   'options' => 'a:0:{}',
18753   'module' => 'system',
18754   'hidden' => '0',
18755   'external' => '0',
18756   'has_children' => '1',
18757   'expanded' => '0',
18758   'weight' => '0',
18759   'depth' => '4',
18760   'customized' => '0',
18761   'p1' => '1',
18762   'p2' => '20',
18763   'p3' => '34',
18764   'p4' => '114',
18765   'p5' => '0',
18766   'p6' => '0',
18767   'p7' => '0',
18768   'p8' => '0',
18769   'p9' => '0',
18770   'updated' => '0',
18771 ))
18772 ->values(array(
18773   'menu_name' => 'management',
18774   'mlid' => '116',
18775   'plid' => '74',
18776   'link_path' => 'admin/config/regional/date-time/formats',
18777   'router_path' => 'admin/config/regional/date-time/formats',
18778   'link_title' => 'Formats',
18779   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:51:"Configure display format strings for date and time.";}}',
18780   'module' => 'system',
18781   'hidden' => '-1',
18782   'external' => '0',
18783   'has_children' => '1',
18784   'expanded' => '0',
18785   'weight' => '-9',
18786   'depth' => '5',
18787   'customized' => '0',
18788   'p1' => '1',
18789   'p2' => '8',
18790   'p3' => '48',
18791   'p4' => '74',
18792   'p5' => '116',
18793   'p6' => '0',
18794   'p7' => '0',
18795   'p8' => '0',
18796   'p9' => '0',
18797   'updated' => '0',
18798 ))
18799 ->values(array(
18800   'menu_name' => 'management',
18801   'mlid' => '117',
18802   'plid' => '28',
18803   'link_path' => 'admin/structure/block/list/garland',
18804   'router_path' => 'admin/structure/block/list/garland',
18805   'link_title' => 'Garland',
18806   'options' => 'a:0:{}',
18807   'module' => 'system',
18808   'hidden' => '-1',
18809   'external' => '0',
18810   'has_children' => '0',
18811   'expanded' => '0',
18812   'weight' => '0',
18813   'depth' => '4',
18814   'customized' => '0',
18815   'p1' => '1',
18816   'p2' => '20',
18817   'p3' => '28',
18818   'p4' => '117',
18819   'p5' => '0',
18820   'p6' => '0',
18821   'p7' => '0',
18822   'p8' => '0',
18823   'p9' => '0',
18824   'updated' => '0',
18825 ))
18826 ->values(array(
18827   'menu_name' => 'management',
18828   'mlid' => '118',
18829   'plid' => '101',
18830   'link_path' => 'admin/config/content/formats/list',
18831   'router_path' => 'admin/config/content/formats/list',
18832   'link_title' => 'List',
18833   'options' => 'a:0:{}',
18834   'module' => 'system',
18835   'hidden' => '-1',
18836   'external' => '0',
18837   'has_children' => '0',
18838   'expanded' => '0',
18839   'weight' => '0',
18840   'depth' => '5',
18841   'customized' => '0',
18842   'p1' => '1',
18843   'p2' => '8',
18844   'p3' => '33',
18845   'p4' => '101',
18846   'p5' => '118',
18847   'p6' => '0',
18848   'p7' => '0',
18849   'p8' => '0',
18850   'p9' => '0',
18851   'updated' => '0',
18852 ))
18853 ->values(array(
18854   'menu_name' => 'management',
18855   'mlid' => '119',
18856   'plid' => '67',
18857   'link_path' => 'admin/config/system/actions/manage',
18858   'router_path' => 'admin/config/system/actions/manage',
18859   'link_title' => 'Manage actions',
18860   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
18861   'module' => 'system',
18862   'hidden' => '-1',
18863   'external' => '0',
18864   'has_children' => '0',
18865   'expanded' => '0',
18866   'weight' => '-2',
18867   'depth' => '5',
18868   'customized' => '0',
18869   'p1' => '1',
18870   'p2' => '8',
18871   'p3' => '53',
18872   'p4' => '67',
18873   'p5' => '119',
18874   'p6' => '0',
18875   'p7' => '0',
18876   'p8' => '0',
18877   'p9' => '0',
18878   'updated' => '0',
18879 ))
18880 ->values(array(
18881   'menu_name' => 'management',
18882   'mlid' => '124',
18883   'plid' => '66',
18884   'link_path' => 'admin/config/people/accounts/settings',
18885   'router_path' => 'admin/config/people/accounts/settings',
18886   'link_title' => 'Settings',
18887   'options' => 'a:0:{}',
18888   'module' => 'system',
18889   'hidden' => '-1',
18890   'external' => '0',
18891   'has_children' => '0',
18892   'expanded' => '0',
18893   'weight' => '-10',
18894   'depth' => '5',
18895   'customized' => '0',
18896   'p1' => '1',
18897   'p2' => '8',
18898   'p3' => '45',
18899   'p4' => '66',
18900   'p5' => '124',
18901   'p6' => '0',
18902   'p7' => '0',
18903   'p8' => '0',
18904   'p9' => '0',
18905   'updated' => '0',
18906 ))
18907 ->values(array(
18908   'menu_name' => 'management',
18909   'mlid' => '125',
18910   'plid' => '28',
18911   'link_path' => 'admin/structure/block/list/seven',
18912   'router_path' => 'admin/structure/block/list/seven',
18913   'link_title' => 'Seven',
18914   'options' => 'a:0:{}',
18915   'module' => 'system',
18916   'hidden' => '-1',
18917   'external' => '0',
18918   'has_children' => '0',
18919   'expanded' => '0',
18920   'weight' => '0',
18921   'depth' => '4',
18922   'customized' => '0',
18923   'p1' => '1',
18924   'p2' => '20',
18925   'p3' => '28',
18926   'p4' => '125',
18927   'p5' => '0',
18928   'p6' => '0',
18929   'p7' => '0',
18930   'p8' => '0',
18931   'p9' => '0',
18932   'updated' => '0',
18933 ))
18934 ->values(array(
18935   'menu_name' => 'management',
18936   'mlid' => '126',
18937   'plid' => '28',
18938   'link_path' => 'admin/structure/block/list/stark',
18939   'router_path' => 'admin/structure/block/list/stark',
18940   'link_title' => 'Stark',
18941   'options' => 'a:0:{}',
18942   'module' => 'system',
18943   'hidden' => '-1',
18944   'external' => '0',
18945   'has_children' => '0',
18946   'expanded' => '0',
18947   'weight' => '0',
18948   'depth' => '4',
18949   'customized' => '0',
18950   'p1' => '1',
18951   'p2' => '20',
18952   'p3' => '28',
18953   'p4' => '126',
18954   'p5' => '0',
18955   'p6' => '0',
18956   'p7' => '0',
18957   'p8' => '0',
18958   'p9' => '0',
18959   'updated' => '0',
18960 ))
18961 ->values(array(
18962   'menu_name' => 'management',
18963   'mlid' => '127',
18964   'plid' => '74',
18965   'link_path' => 'admin/config/regional/date-time/types',
18966   'router_path' => 'admin/config/regional/date-time/types',
18967   'link_title' => 'Types',
18968   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
18969   'module' => 'system',
18970   'hidden' => '-1',
18971   'external' => '0',
18972   'has_children' => '1',
18973   'expanded' => '0',
18974   'weight' => '-10',
18975   'depth' => '5',
18976   'customized' => '0',
18977   'p1' => '1',
18978   'p2' => '8',
18979   'p3' => '48',
18980   'p4' => '74',
18981   'p5' => '127',
18982   'p6' => '0',
18983   'p7' => '0',
18984   'p8' => '0',
18985   'p9' => '0',
18986   'updated' => '0',
18987 ))
18988 ->values(array(
18989   'menu_name' => 'navigation',
18990   'mlid' => '128',
18991   'plid' => '49',
18992   'link_path' => 'node/%/revisions/%/delete',
18993   'router_path' => 'node/%/revisions/%/delete',
18994   'link_title' => 'Delete earlier revision',
18995   'options' => 'a:0:{}',
18996   'module' => 'system',
18997   'hidden' => '0',
18998   'external' => '0',
18999   'has_children' => '0',
19000   'expanded' => '0',
19001   'weight' => '0',
19002   'depth' => '3',
19003   'customized' => '0',
19004   'p1' => '5',
19005   'p2' => '49',
19006   'p3' => '128',
19007   'p4' => '0',
19008   'p5' => '0',
19009   'p6' => '0',
19010   'p7' => '0',
19011   'p8' => '0',
19012   'p9' => '0',
19013   'updated' => '0',
19014 ))
19015 ->values(array(
19016   'menu_name' => 'navigation',
19017   'mlid' => '129',
19018   'plid' => '49',
19019   'link_path' => 'node/%/revisions/%/revert',
19020   'router_path' => 'node/%/revisions/%/revert',
19021   'link_title' => 'Revert to earlier revision',
19022   'options' => 'a:0:{}',
19023   'module' => 'system',
19024   'hidden' => '0',
19025   'external' => '0',
19026   'has_children' => '0',
19027   'expanded' => '0',
19028   'weight' => '0',
19029   'depth' => '3',
19030   'customized' => '0',
19031   'p1' => '5',
19032   'p2' => '49',
19033   'p3' => '129',
19034   'p4' => '0',
19035   'p5' => '0',
19036   'p6' => '0',
19037   'p7' => '0',
19038   'p8' => '0',
19039   'p9' => '0',
19040   'updated' => '0',
19041 ))
19042 ->values(array(
19043   'menu_name' => 'navigation',
19044   'mlid' => '130',
19045   'plid' => '49',
19046   'link_path' => 'node/%/revisions/%/view',
19047   'router_path' => 'node/%/revisions/%/view',
19048   'link_title' => 'Revisions',
19049   'options' => 'a:0:{}',
19050   'module' => 'system',
19051   'hidden' => '0',
19052   'external' => '0',
19053   'has_children' => '0',
19054   'expanded' => '0',
19055   'weight' => '0',
19056   'depth' => '3',
19057   'customized' => '0',
19058   'p1' => '5',
19059   'p2' => '49',
19060   'p3' => '130',
19061   'p4' => '0',
19062   'p5' => '0',
19063   'p6' => '0',
19064   'p7' => '0',
19065   'p8' => '0',
19066   'p9' => '0',
19067   'updated' => '0',
19068 ))
19069 ->values(array(
19070   'menu_name' => 'management',
19071   'mlid' => '136',
19072   'plid' => '117',
19073   'link_path' => 'admin/structure/block/list/garland/add',
19074   'router_path' => 'admin/structure/block/list/garland/add',
19075   'link_title' => 'Add block',
19076   'options' => 'a:0:{}',
19077   'module' => 'system',
19078   'hidden' => '-1',
19079   'external' => '0',
19080   'has_children' => '0',
19081   'expanded' => '0',
19082   'weight' => '0',
19083   'depth' => '5',
19084   'customized' => '0',
19085   'p1' => '1',
19086   'p2' => '20',
19087   'p3' => '28',
19088   'p4' => '117',
19089   'p5' => '136',
19090   'p6' => '0',
19091   'p7' => '0',
19092   'p8' => '0',
19093   'p9' => '0',
19094   'updated' => '0',
19095 ))
19096 ->values(array(
19097   'menu_name' => 'management',
19098   'mlid' => '141',
19099   'plid' => '125',
19100   'link_path' => 'admin/structure/block/list/seven/add',
19101   'router_path' => 'admin/structure/block/list/seven/add',
19102   'link_title' => 'Add block',
19103   'options' => 'a:0:{}',
19104   'module' => 'system',
19105   'hidden' => '-1',
19106   'external' => '0',
19107   'has_children' => '0',
19108   'expanded' => '0',
19109   'weight' => '0',
19110   'depth' => '5',
19111   'customized' => '0',
19112   'p1' => '1',
19113   'p2' => '20',
19114   'p3' => '28',
19115   'p4' => '125',
19116   'p5' => '141',
19117   'p6' => '0',
19118   'p7' => '0',
19119   'p8' => '0',
19120   'p9' => '0',
19121   'updated' => '0',
19122 ))
19123 ->values(array(
19124   'menu_name' => 'management',
19125   'mlid' => '142',
19126   'plid' => '126',
19127   'link_path' => 'admin/structure/block/list/stark/add',
19128   'router_path' => 'admin/structure/block/list/stark/add',
19129   'link_title' => 'Add block',
19130   'options' => 'a:0:{}',
19131   'module' => 'system',
19132   'hidden' => '-1',
19133   'external' => '0',
19134   'has_children' => '0',
19135   'expanded' => '0',
19136   'weight' => '0',
19137   'depth' => '5',
19138   'customized' => '0',
19139   'p1' => '1',
19140   'p2' => '20',
19141   'p3' => '28',
19142   'p4' => '126',
19143   'p5' => '142',
19144   'p6' => '0',
19145   'p7' => '0',
19146   'p8' => '0',
19147   'p9' => '0',
19148   'updated' => '0',
19149 ))
19150 ->values(array(
19151   'menu_name' => 'management',
19152   'mlid' => '143',
19153   'plid' => '127',
19154   'link_path' => 'admin/config/regional/date-time/types/add',
19155   'router_path' => 'admin/config/regional/date-time/types/add',
19156   'link_title' => 'Add date type',
19157   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Add new date type.";}}',
19158   'module' => 'system',
19159   'hidden' => '-1',
19160   'external' => '0',
19161   'has_children' => '0',
19162   'expanded' => '0',
19163   'weight' => '-10',
19164   'depth' => '6',
19165   'customized' => '0',
19166   'p1' => '1',
19167   'p2' => '8',
19168   'p3' => '48',
19169   'p4' => '74',
19170   'p5' => '127',
19171   'p6' => '143',
19172   'p7' => '0',
19173   'p8' => '0',
19174   'p9' => '0',
19175   'updated' => '0',
19176 ))
19177 ->values(array(
19178   'menu_name' => 'management',
19179   'mlid' => '144',
19180   'plid' => '116',
19181   'link_path' => 'admin/config/regional/date-time/formats/add',
19182   'router_path' => 'admin/config/regional/date-time/formats/add',
19183   'link_title' => 'Add format',
19184   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Allow users to add additional date formats.";}}',
19185   'module' => 'system',
19186   'hidden' => '-1',
19187   'external' => '0',
19188   'has_children' => '0',
19189   'expanded' => '0',
19190   'weight' => '-10',
19191   'depth' => '6',
19192   'customized' => '0',
19193   'p1' => '1',
19194   'p2' => '8',
19195   'p3' => '48',
19196   'p4' => '74',
19197   'p5' => '116',
19198   'p6' => '144',
19199   'p7' => '0',
19200   'p8' => '0',
19201   'p9' => '0',
19202   'updated' => '0',
19203 ))
19204 ->values(array(
19205   'menu_name' => 'management',
19206   'mlid' => '145',
19207   'plid' => '113',
19208   'link_path' => 'admin/structure/menu/manage/%/add',
19209   'router_path' => 'admin/structure/menu/manage/%/add',
19210   'link_title' => 'Add link',
19211   'options' => 'a:0:{}',
19212   'module' => 'system',
19213   'hidden' => '-1',
19214   'external' => '0',
19215   'has_children' => '0',
19216   'expanded' => '0',
19217   'weight' => '0',
19218   'depth' => '5',
19219   'customized' => '0',
19220   'p1' => '1',
19221   'p2' => '20',
19222   'p3' => '44',
19223   'p4' => '113',
19224   'p5' => '145',
19225   'p6' => '0',
19226   'p7' => '0',
19227   'p8' => '0',
19228   'p9' => '0',
19229   'updated' => '0',
19230 ))
19231 ->values(array(
19232   'menu_name' => 'management',
19233   'mlid' => '146',
19234   'plid' => '28',
19235   'link_path' => 'admin/structure/block/manage/%/%',
19236   'router_path' => 'admin/structure/block/manage/%/%',
19237   'link_title' => 'Configure block',
19238   'options' => 'a:0:{}',
19239   'module' => 'system',
19240   'hidden' => '0',
19241   'external' => '0',
19242   'has_children' => '0',
19243   'expanded' => '0',
19244   'weight' => '0',
19245   'depth' => '4',
19246   'customized' => '0',
19247   'p1' => '1',
19248   'p2' => '20',
19249   'p3' => '28',
19250   'p4' => '146',
19251   'p5' => '0',
19252   'p6' => '0',
19253   'p7' => '0',
19254   'p8' => '0',
19255   'p9' => '0',
19256   'updated' => '0',
19257 ))
19258 ->values(array(
19259   'menu_name' => 'navigation',
19260   'mlid' => '147',
19261   'plid' => '29',
19262   'link_path' => 'user/%/cancel/confirm/%/%',
19263   'router_path' => 'user/%/cancel/confirm/%/%',
19264   'link_title' => 'Confirm account cancellation',
19265   'options' => 'a:0:{}',
19266   'module' => 'system',
19267   'hidden' => '0',
19268   'external' => '0',
19269   'has_children' => '0',
19270   'expanded' => '0',
19271   'weight' => '0',
19272   'depth' => '3',
19273   'customized' => '0',
19274   'p1' => '16',
19275   'p2' => '29',
19276   'p3' => '147',
19277   'p4' => '0',
19278   'p5' => '0',
19279   'p6' => '0',
19280   'p7' => '0',
19281   'p8' => '0',
19282   'p9' => '0',
19283   'updated' => '0',
19284 ))
19285 ->values(array(
19286   'menu_name' => 'management',
19287   'mlid' => '148',
19288   'plid' => '114',
19289   'link_path' => 'admin/structure/types/manage/%/delete',
19290   'router_path' => 'admin/structure/types/manage/%/delete',
19291   'link_title' => 'Delete',
19292   'options' => 'a:0:{}',
19293   'module' => 'system',
19294   'hidden' => '0',
19295   'external' => '0',
19296   'has_children' => '0',
19297   'expanded' => '0',
19298   'weight' => '0',
19299   'depth' => '5',
19300   'customized' => '0',
19301   'p1' => '1',
19302   'p2' => '20',
19303   'p3' => '34',
19304   'p4' => '114',
19305   'p5' => '148',
19306   'p6' => '0',
19307   'p7' => '0',
19308   'p8' => '0',
19309   'p9' => '0',
19310   'updated' => '0',
19311 ))
19312 ->values(array(
19313   'menu_name' => 'management',
19314   'mlid' => '149',
19315   'plid' => '80',
19316   'link_path' => 'admin/config/people/ip-blocking/delete/%',
19317   'router_path' => 'admin/config/people/ip-blocking/delete/%',
19318   'link_title' => 'Delete IP address',
19319   'options' => 'a:0:{}',
19320   'module' => 'system',
19321   'hidden' => '0',
19322   'external' => '0',
19323   'has_children' => '0',
19324   'expanded' => '0',
19325   'weight' => '0',
19326   'depth' => '5',
19327   'customized' => '0',
19328   'p1' => '1',
19329   'p2' => '8',
19330   'p3' => '45',
19331   'p4' => '80',
19332   'p5' => '149',
19333   'p6' => '0',
19334   'p7' => '0',
19335   'p8' => '0',
19336   'p9' => '0',
19337   'updated' => '0',
19338 ))
19339 ->values(array(
19340   'menu_name' => 'management',
19341   'mlid' => '150',
19342   'plid' => '67',
19343   'link_path' => 'admin/config/system/actions/delete/%',
19344   'router_path' => 'admin/config/system/actions/delete/%',
19345   'link_title' => 'Delete action',
19346   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:17:"Delete an action.";}}',
19347   'module' => 'system',
19348   'hidden' => '0',
19349   'external' => '0',
19350   'has_children' => '0',
19351   'expanded' => '0',
19352   'weight' => '0',
19353   'depth' => '5',
19354   'customized' => '0',
19355   'p1' => '1',
19356   'p2' => '8',
19357   'p3' => '53',
19358   'p4' => '67',
19359   'p5' => '150',
19360   'p6' => '0',
19361   'p7' => '0',
19362   'p8' => '0',
19363   'p9' => '0',
19364   'updated' => '0',
19365 ))
19366 ->values(array(
19367   'menu_name' => 'management',
19368   'mlid' => '151',
19369   'plid' => '113',
19370   'link_path' => 'admin/structure/menu/manage/%/delete',
19371   'router_path' => 'admin/structure/menu/manage/%/delete',
19372   'link_title' => 'Delete menu',
19373   'options' => 'a:0:{}',
19374   'module' => 'system',
19375   'hidden' => '0',
19376   'external' => '0',
19377   'has_children' => '0',
19378   'expanded' => '0',
19379   'weight' => '0',
19380   'depth' => '5',
19381   'customized' => '0',
19382   'p1' => '1',
19383   'p2' => '20',
19384   'p3' => '44',
19385   'p4' => '113',
19386   'p5' => '151',
19387   'p6' => '0',
19388   'p7' => '0',
19389   'p8' => '0',
19390   'p9' => '0',
19391   'updated' => '0',
19392 ))
19393 ->values(array(
19394   'menu_name' => 'management',
19395   'mlid' => '152',
19396   'plid' => '44',
19397   'link_path' => 'admin/structure/menu/item/%/delete',
19398   'router_path' => 'admin/structure/menu/item/%/delete',
19399   'link_title' => 'Delete menu link',
19400   'options' => 'a:0:{}',
19401   'module' => 'system',
19402   'hidden' => '0',
19403   'external' => '0',
19404   'has_children' => '0',
19405   'expanded' => '0',
19406   'weight' => '0',
19407   'depth' => '4',
19408   'customized' => '0',
19409   'p1' => '1',
19410   'p2' => '20',
19411   'p3' => '44',
19412   'p4' => '152',
19413   'p5' => '0',
19414   'p6' => '0',
19415   'p7' => '0',
19416   'p8' => '0',
19417   'p9' => '0',
19418   'updated' => '0',
19419 ))
19420 ->values(array(
19421   'menu_name' => 'management',
19422   'mlid' => '153',
19423   'plid' => '96',
19424   'link_path' => 'admin/people/permissions/roles/delete/%',
19425   'router_path' => 'admin/people/permissions/roles/delete/%',
19426   'link_title' => 'Delete role',
19427   'options' => 'a:0:{}',
19428   'module' => 'system',
19429   'hidden' => '0',
19430   'external' => '0',
19431   'has_children' => '0',
19432   'expanded' => '0',
19433   'weight' => '0',
19434   'depth' => '5',
19435   'customized' => '0',
19436   'p1' => '1',
19437   'p2' => '17',
19438   'p3' => '46',
19439   'p4' => '96',
19440   'p5' => '153',
19441   'p6' => '0',
19442   'p7' => '0',
19443   'p8' => '0',
19444   'p9' => '0',
19445   'updated' => '0',
19446 ))
19447 ->values(array(
19448   'menu_name' => 'management',
19449   'mlid' => '154',
19450   'plid' => '105',
19451   'link_path' => 'admin/config/content/formats/%/disable',
19452   'router_path' => 'admin/config/content/formats/%/disable',
19453   'link_title' => 'Disable text format',
19454   'options' => 'a:0:{}',
19455   'module' => 'system',
19456   'hidden' => '0',
19457   'external' => '0',
19458   'has_children' => '0',
19459   'expanded' => '0',
19460   'weight' => '0',
19461   'depth' => '6',
19462   'customized' => '0',
19463   'p1' => '1',
19464   'p2' => '8',
19465   'p3' => '33',
19466   'p4' => '101',
19467   'p5' => '105',
19468   'p6' => '154',
19469   'p7' => '0',
19470   'p8' => '0',
19471   'p9' => '0',
19472   'updated' => '0',
19473 ))
19474 ->values(array(
19475   'menu_name' => 'management',
19476   'mlid' => '155',
19477   'plid' => '114',
19478   'link_path' => 'admin/structure/types/manage/%/edit',
19479   'router_path' => 'admin/structure/types/manage/%/edit',
19480   'link_title' => 'Edit',
19481   'options' => 'a:0:{}',
19482   'module' => 'system',
19483   'hidden' => '-1',
19484   'external' => '0',
19485   'has_children' => '0',
19486   'expanded' => '0',
19487   'weight' => '0',
19488   'depth' => '5',
19489   'customized' => '0',
19490   'p1' => '1',
19491   'p2' => '20',
19492   'p3' => '34',
19493   'p4' => '114',
19494   'p5' => '155',
19495   'p6' => '0',
19496   'p7' => '0',
19497   'p8' => '0',
19498   'p9' => '0',
19499   'updated' => '0',
19500 ))
19501 ->values(array(
19502   'menu_name' => 'management',
19503   'mlid' => '156',
19504   'plid' => '113',
19505   'link_path' => 'admin/structure/menu/manage/%/edit',
19506   'router_path' => 'admin/structure/menu/manage/%/edit',
19507   'link_title' => 'Edit menu',
19508   'options' => 'a:0:{}',
19509   'module' => 'system',
19510   'hidden' => '-1',
19511   'external' => '0',
19512   'has_children' => '0',
19513   'expanded' => '0',
19514   'weight' => '0',
19515   'depth' => '5',
19516   'customized' => '0',
19517   'p1' => '1',
19518   'p2' => '20',
19519   'p3' => '44',
19520   'p4' => '113',
19521   'p5' => '156',
19522   'p6' => '0',
19523   'p7' => '0',
19524   'p8' => '0',
19525   'p9' => '0',
19526   'updated' => '0',
19527 ))
19528 ->values(array(
19529   'menu_name' => 'management',
19530   'mlid' => '157',
19531   'plid' => '44',
19532   'link_path' => 'admin/structure/menu/item/%/edit',
19533   'router_path' => 'admin/structure/menu/item/%/edit',
19534   'link_title' => 'Edit menu link',
19535   'options' => 'a:0:{}',
19536   'module' => 'system',
19537   'hidden' => '0',
19538   'external' => '0',
19539   'has_children' => '0',
19540   'expanded' => '0',
19541   'weight' => '0',
19542   'depth' => '4',
19543   'customized' => '0',
19544   'p1' => '1',
19545   'p2' => '20',
19546   'p3' => '44',
19547   'p4' => '157',
19548   'p5' => '0',
19549   'p6' => '0',
19550   'p7' => '0',
19551   'p8' => '0',
19552   'p9' => '0',
19553   'updated' => '0',
19554 ))
19555 ->values(array(
19556   'menu_name' => 'management',
19557   'mlid' => '158',
19558   'plid' => '96',
19559   'link_path' => 'admin/people/permissions/roles/edit/%',
19560   'router_path' => 'admin/people/permissions/roles/edit/%',
19561   'link_title' => 'Edit role',
19562   'options' => 'a:0:{}',
19563   'module' => 'system',
19564   'hidden' => '0',
19565   'external' => '0',
19566   'has_children' => '0',
19567   'expanded' => '0',
19568   'weight' => '0',
19569   'depth' => '5',
19570   'customized' => '0',
19571   'p1' => '1',
19572   'p2' => '17',
19573   'p3' => '46',
19574   'p4' => '96',
19575   'p5' => '158',
19576   'p6' => '0',
19577   'p7' => '0',
19578   'p8' => '0',
19579   'p9' => '0',
19580   'updated' => '0',
19581 ))
19582 ->values(array(
19583   'menu_name' => 'management',
19584   'mlid' => '159',
19585   'plid' => '113',
19586   'link_path' => 'admin/structure/menu/manage/%/list',
19587   'router_path' => 'admin/structure/menu/manage/%/list',
19588   'link_title' => 'List links',
19589   'options' => 'a:0:{}',
19590   'module' => 'system',
19591   'hidden' => '-1',
19592   'external' => '0',
19593   'has_children' => '0',
19594   'expanded' => '0',
19595   'weight' => '-10',
19596   'depth' => '5',
19597   'customized' => '0',
19598   'p1' => '1',
19599   'p2' => '20',
19600   'p3' => '44',
19601   'p4' => '113',
19602   'p5' => '159',
19603   'p6' => '0',
19604   'p7' => '0',
19605   'p8' => '0',
19606   'p9' => '0',
19607   'updated' => '0',
19608 ))
19609 ->values(array(
19610   'menu_name' => 'management',
19611   'mlid' => '160',
19612   'plid' => '44',
19613   'link_path' => 'admin/structure/menu/item/%/reset',
19614   'router_path' => 'admin/structure/menu/item/%/reset',
19615   'link_title' => 'Reset menu link',
19616   'options' => 'a:0:{}',
19617   'module' => 'system',
19618   'hidden' => '0',
19619   'external' => '0',
19620   'has_children' => '0',
19621   'expanded' => '0',
19622   'weight' => '0',
19623   'depth' => '4',
19624   'customized' => '0',
19625   'p1' => '1',
19626   'p2' => '20',
19627   'p3' => '44',
19628   'p4' => '160',
19629   'p5' => '0',
19630   'p6' => '0',
19631   'p7' => '0',
19632   'p8' => '0',
19633   'p9' => '0',
19634   'updated' => '0',
19635 ))
19636 ->values(array(
19637   'menu_name' => 'management',
19638   'mlid' => '161',
19639   'plid' => '114',
19640   'link_path' => 'admin/structure/types/manage/%/comment/display',
19641   'router_path' => 'admin/structure/types/manage/%/comment/display',
19642   'link_title' => 'Comment display',
19643   'options' => 'a:0:{}',
19644   'module' => 'system',
19645   'hidden' => '-1',
19646   'external' => '0',
19647   'has_children' => '0',
19648   'expanded' => '0',
19649   'weight' => '4',
19650   'depth' => '5',
19651   'customized' => '0',
19652   'p1' => '1',
19653   'p2' => '20',
19654   'p3' => '34',
19655   'p4' => '114',
19656   'p5' => '161',
19657   'p6' => '0',
19658   'p7' => '0',
19659   'p8' => '0',
19660   'p9' => '0',
19661   'updated' => '0',
19662 ))
19663 ->values(array(
19664   'menu_name' => 'management',
19665   'mlid' => '162',
19666   'plid' => '114',
19667   'link_path' => 'admin/structure/types/manage/%/comment/fields',
19668   'router_path' => 'admin/structure/types/manage/%/comment/fields',
19669   'link_title' => 'Comment fields',
19670   'options' => 'a:0:{}',
19671   'module' => 'system',
19672   'hidden' => '-1',
19673   'external' => '0',
19674   'has_children' => '1',
19675   'expanded' => '0',
19676   'weight' => '3',
19677   'depth' => '5',
19678   'customized' => '0',
19679   'p1' => '1',
19680   'p2' => '20',
19681   'p3' => '34',
19682   'p4' => '114',
19683   'p5' => '162',
19684   'p6' => '0',
19685   'p7' => '0',
19686   'p8' => '0',
19687   'p9' => '0',
19688   'updated' => '0',
19689 ))
19690 ->values(array(
19691   'menu_name' => 'management',
19692   'mlid' => '163',
19693   'plid' => '146',
19694   'link_path' => 'admin/structure/block/manage/%/%/configure',
19695   'router_path' => 'admin/structure/block/manage/%/%/configure',
19696   'link_title' => 'Configure block',
19697   'options' => 'a:0:{}',
19698   'module' => 'system',
19699   'hidden' => '-1',
19700   'external' => '0',
19701   'has_children' => '0',
19702   'expanded' => '0',
19703   'weight' => '0',
19704   'depth' => '5',
19705   'customized' => '0',
19706   'p1' => '1',
19707   'p2' => '20',
19708   'p3' => '28',
19709   'p4' => '146',
19710   'p5' => '163',
19711   'p6' => '0',
19712   'p7' => '0',
19713   'p8' => '0',
19714   'p9' => '0',
19715   'updated' => '0',
19716 ))
19717 ->values(array(
19718   'menu_name' => 'management',
19719   'mlid' => '164',
19720   'plid' => '146',
19721   'link_path' => 'admin/structure/block/manage/%/%/delete',
19722   'router_path' => 'admin/structure/block/manage/%/%/delete',
19723   'link_title' => 'Delete block',
19724   'options' => 'a:0:{}',
19725   'module' => 'system',
19726   'hidden' => '-1',
19727   'external' => '0',
19728   'has_children' => '0',
19729   'expanded' => '0',
19730   'weight' => '0',
19731   'depth' => '5',
19732   'customized' => '0',
19733   'p1' => '1',
19734   'p2' => '20',
19735   'p3' => '28',
19736   'p4' => '146',
19737   'p5' => '164',
19738   'p6' => '0',
19739   'p7' => '0',
19740   'p8' => '0',
19741   'p9' => '0',
19742   'updated' => '0',
19743 ))
19744 ->values(array(
19745   'menu_name' => 'management',
19746   'mlid' => '165',
19747   'plid' => '116',
19748   'link_path' => 'admin/config/regional/date-time/formats/%/delete',
19749   'router_path' => 'admin/config/regional/date-time/formats/%/delete',
19750   'link_title' => 'Delete date format',
19751   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Allow users to delete a configured date format.";}}',
19752   'module' => 'system',
19753   'hidden' => '0',
19754   'external' => '0',
19755   'has_children' => '0',
19756   'expanded' => '0',
19757   'weight' => '0',
19758   'depth' => '6',
19759   'customized' => '0',
19760   'p1' => '1',
19761   'p2' => '8',
19762   'p3' => '48',
19763   'p4' => '74',
19764   'p5' => '116',
19765   'p6' => '165',
19766   'p7' => '0',
19767   'p8' => '0',
19768   'p9' => '0',
19769   'updated' => '0',
19770 ))
19771 ->values(array(
19772   'menu_name' => 'management',
19773   'mlid' => '166',
19774   'plid' => '127',
19775   'link_path' => 'admin/config/regional/date-time/types/%/delete',
19776   'router_path' => 'admin/config/regional/date-time/types/%/delete',
19777   'link_title' => 'Delete date type',
19778   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to delete a configured date type.";}}',
19779   'module' => 'system',
19780   'hidden' => '0',
19781   'external' => '0',
19782   'has_children' => '0',
19783   'expanded' => '0',
19784   'weight' => '0',
19785   'depth' => '6',
19786   'customized' => '0',
19787   'p1' => '1',
19788   'p2' => '8',
19789   'p3' => '48',
19790   'p4' => '74',
19791   'p5' => '127',
19792   'p6' => '166',
19793   'p7' => '0',
19794   'p8' => '0',
19795   'p9' => '0',
19796   'updated' => '0',
19797 ))
19798 ->values(array(
19799   'menu_name' => 'management',
19800   'mlid' => '167',
19801   'plid' => '116',
19802   'link_path' => 'admin/config/regional/date-time/formats/%/edit',
19803   'router_path' => 'admin/config/regional/date-time/formats/%/edit',
19804   'link_title' => 'Edit date format',
19805   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to edit a configured date format.";}}',
19806   'module' => 'system',
19807   'hidden' => '0',
19808   'external' => '0',
19809   'has_children' => '0',
19810   'expanded' => '0',
19811   'weight' => '0',
19812   'depth' => '6',
19813   'customized' => '0',
19814   'p1' => '1',
19815   'p2' => '8',
19816   'p3' => '48',
19817   'p4' => '74',
19818   'p5' => '116',
19819   'p6' => '167',
19820   'p7' => '0',
19821   'p8' => '0',
19822   'p9' => '0',
19823   'updated' => '0',
19824 ))
19825 ->values(array(
19826   'menu_name' => 'management',
19827   'mlid' => '168',
19828   'plid' => '44',
19829   'link_path' => 'admin/structure/menu/manage/main-menu',
19830   'router_path' => 'admin/structure/menu/manage/%',
19831   'link_title' => 'Main menu',
19832   'options' => 'a:0:{}',
19833   'module' => 'menu',
19834   'hidden' => '0',
19835   'external' => '0',
19836   'has_children' => '0',
19837   'expanded' => '0',
19838   'weight' => '0',
19839   'depth' => '4',
19840   'customized' => '0',
19841   'p1' => '1',
19842   'p2' => '20',
19843   'p3' => '44',
19844   'p4' => '168',
19845   'p5' => '0',
19846   'p6' => '0',
19847   'p7' => '0',
19848   'p8' => '0',
19849   'p9' => '0',
19850   'updated' => '0',
19851 ))
19852 ->values(array(
19853   'menu_name' => 'management',
19854   'mlid' => '169',
19855   'plid' => '44',
19856   'link_path' => 'admin/structure/menu/manage/management',
19857   'router_path' => 'admin/structure/menu/manage/%',
19858   'link_title' => 'Management',
19859   'options' => 'a:0:{}',
19860   'module' => 'menu',
19861   'hidden' => '0',
19862   'external' => '0',
19863   'has_children' => '0',
19864   'expanded' => '0',
19865   'weight' => '0',
19866   'depth' => '4',
19867   'customized' => '0',
19868   'p1' => '1',
19869   'p2' => '20',
19870   'p3' => '44',
19871   'p4' => '169',
19872   'p5' => '0',
19873   'p6' => '0',
19874   'p7' => '0',
19875   'p8' => '0',
19876   'p9' => '0',
19877   'updated' => '0',
19878 ))
19879 ->values(array(
19880   'menu_name' => 'management',
19881   'mlid' => '170',
19882   'plid' => '44',
19883   'link_path' => 'admin/structure/menu/manage/navigation',
19884   'router_path' => 'admin/structure/menu/manage/%',
19885   'link_title' => 'Navigation',
19886   'options' => 'a:0:{}',
19887   'module' => 'menu',
19888   'hidden' => '0',
19889   'external' => '0',
19890   'has_children' => '0',
19891   'expanded' => '0',
19892   'weight' => '0',
19893   'depth' => '4',
19894   'customized' => '0',
19895   'p1' => '1',
19896   'p2' => '20',
19897   'p3' => '44',
19898   'p4' => '170',
19899   'p5' => '0',
19900   'p6' => '0',
19901   'p7' => '0',
19902   'p8' => '0',
19903   'p9' => '0',
19904   'updated' => '0',
19905 ))
19906 ->values(array(
19907   'menu_name' => 'management',
19908   'mlid' => '171',
19909   'plid' => '44',
19910   'link_path' => 'admin/structure/menu/manage/user-menu',
19911   'router_path' => 'admin/structure/menu/manage/%',
19912   'link_title' => 'User menu',
19913   'options' => 'a:0:{}',
19914   'module' => 'menu',
19915   'hidden' => '0',
19916   'external' => '0',
19917   'has_children' => '0',
19918   'expanded' => '0',
19919   'weight' => '0',
19920   'depth' => '4',
19921   'customized' => '0',
19922   'p1' => '1',
19923   'p2' => '20',
19924   'p3' => '44',
19925   'p4' => '171',
19926   'p5' => '0',
19927   'p6' => '0',
19928   'p7' => '0',
19929   'p8' => '0',
19930   'p9' => '0',
19931   'updated' => '0',
19932 ))
19933 ->values(array(
19934   'menu_name' => 'navigation',
19935   'mlid' => '172',
19936   'plid' => '0',
19937   'link_path' => 'search',
19938   'router_path' => 'search',
19939   'link_title' => 'Search',
19940   'options' => 'a:0:{}',
19941   'module' => 'system',
19942   'hidden' => '1',
19943   'external' => '0',
19944   'has_children' => '0',
19945   'expanded' => '0',
19946   'weight' => '0',
19947   'depth' => '1',
19948   'customized' => '0',
19949   'p1' => '172',
19950   'p2' => '0',
19951   'p3' => '0',
19952   'p4' => '0',
19953   'p5' => '0',
19954   'p6' => '0',
19955   'p7' => '0',
19956   'p8' => '0',
19957   'p9' => '0',
19958   'updated' => '0',
19959 ))
19960 ->values(array(
19961   'menu_name' => 'navigation',
19962   'mlid' => '173',
19963   'plid' => '172',
19964   'link_path' => 'search/node',
19965   'router_path' => 'search/node',
19966   'link_title' => 'Content',
19967   'options' => 'a:0:{}',
19968   'module' => 'system',
19969   'hidden' => '-1',
19970   'external' => '0',
19971   'has_children' => '0',
19972   'expanded' => '0',
19973   'weight' => '-10',
19974   'depth' => '2',
19975   'customized' => '0',
19976   'p1' => '172',
19977   'p2' => '173',
19978   'p3' => '0',
19979   'p4' => '0',
19980   'p5' => '0',
19981   'p6' => '0',
19982   'p7' => '0',
19983   'p8' => '0',
19984   'p9' => '0',
19985   'updated' => '0',
19986 ))
19987 ->values(array(
19988   'menu_name' => 'navigation',
19989   'mlid' => '174',
19990   'plid' => '172',
19991   'link_path' => 'search/user',
19992   'router_path' => 'search/user',
19993   'link_title' => 'Users',
19994   'options' => 'a:0:{}',
19995   'module' => 'system',
19996   'hidden' => '-1',
19997   'external' => '0',
19998   'has_children' => '0',
19999   'expanded' => '0',
20000   'weight' => '0',
20001   'depth' => '2',
20002   'customized' => '0',
20003   'p1' => '172',
20004   'p2' => '174',
20005   'p3' => '0',
20006   'p4' => '0',
20007   'p5' => '0',
20008   'p6' => '0',
20009   'p7' => '0',
20010   'p8' => '0',
20011   'p9' => '0',
20012   'updated' => '0',
20013 ))
20014 ->values(array(
20015   'menu_name' => 'management',
20016   'mlid' => '175',
20017   'plid' => '1',
20018   'link_path' => 'admin/help',
20019   'router_path' => 'admin/help',
20020   'link_title' => 'Help',
20021   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Reference for usage, configuration, and modules.";}}',
20022   'module' => 'system',
20023   'hidden' => '0',
20024   'external' => '0',
20025   'has_children' => '0',
20026   'expanded' => '0',
20027   'weight' => '9',
20028   'depth' => '2',
20029   'customized' => '0',
20030   'p1' => '1',
20031   'p2' => '175',
20032   'p3' => '0',
20033   'p4' => '0',
20034   'p5' => '0',
20035   'p6' => '0',
20036   'p7' => '0',
20037   'p8' => '0',
20038   'p9' => '0',
20039   'updated' => '0',
20040 ))
20041 ->values(array(
20042   'menu_name' => 'navigation',
20043   'mlid' => '176',
20044   'plid' => '0',
20045   'link_path' => 'taxonomy/term/%',
20046   'router_path' => 'taxonomy/term/%',
20047   'link_title' => 'Taxonomy term',
20048   'options' => 'a:0:{}',
20049   'module' => 'system',
20050   'hidden' => '0',
20051   'external' => '0',
20052   'has_children' => '0',
20053   'expanded' => '0',
20054   'weight' => '0',
20055   'depth' => '1',
20056   'customized' => '0',
20057   'p1' => '176',
20058   'p2' => '0',
20059   'p3' => '0',
20060   'p4' => '0',
20061   'p5' => '0',
20062   'p6' => '0',
20063   'p7' => '0',
20064   'p8' => '0',
20065   'p9' => '0',
20066   'updated' => '0',
20067 ))
20068 ->values(array(
20069   'menu_name' => 'navigation',
20070   'mlid' => '177',
20071   'plid' => '173',
20072   'link_path' => 'search/node/%',
20073   'router_path' => 'search/node/%',
20074   'link_title' => 'Content',
20075   'options' => 'a:0:{}',
20076   'module' => 'system',
20077   'hidden' => '-1',
20078   'external' => '0',
20079   'has_children' => '0',
20080   'expanded' => '0',
20081   'weight' => '0',
20082   'depth' => '3',
20083   'customized' => '0',
20084   'p1' => '172',
20085   'p2' => '173',
20086   'p3' => '177',
20087   'p4' => '0',
20088   'p5' => '0',
20089   'p6' => '0',
20090   'p7' => '0',
20091   'p8' => '0',
20092   'p9' => '0',
20093   'updated' => '0',
20094 ))
20095 ->values(array(
20096   'menu_name' => 'management',
20097   'mlid' => '178',
20098   'plid' => '18',
20099   'link_path' => 'admin/reports/fields',
20100   'router_path' => 'admin/reports/fields',
20101   'link_title' => 'Field list',
20102   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Overview of fields on all entity types.";}}',
20103   'module' => 'system',
20104   'hidden' => '0',
20105   'external' => '0',
20106   'has_children' => '0',
20107   'expanded' => '0',
20108   'weight' => '0',
20109   'depth' => '3',
20110   'customized' => '0',
20111   'p1' => '1',
20112   'p2' => '18',
20113   'p3' => '178',
20114   'p4' => '0',
20115   'p5' => '0',
20116   'p6' => '0',
20117   'p7' => '0',
20118   'p8' => '0',
20119   'p9' => '0',
20120   'updated' => '0',
20121 ))
20122 ->values(array(
20123   'menu_name' => 'navigation',
20124   'mlid' => '179',
20125   'plid' => '16',
20126   'link_path' => 'user/%/shortcuts',
20127   'router_path' => 'user/%/shortcuts',
20128   'link_title' => 'Shortcuts',
20129   'options' => 'a:0:{}',
20130   'module' => 'system',
20131   'hidden' => '-1',
20132   'external' => '0',
20133   'has_children' => '0',
20134   'expanded' => '0',
20135   'weight' => '0',
20136   'depth' => '2',
20137   'customized' => '0',
20138   'p1' => '16',
20139   'p2' => '179',
20140   'p3' => '0',
20141   'p4' => '0',
20142   'p5' => '0',
20143   'p6' => '0',
20144   'p7' => '0',
20145   'p8' => '0',
20146   'p9' => '0',
20147   'updated' => '0',
20148 ))
20149 ->values(array(
20150   'menu_name' => 'management',
20151   'mlid' => '180',
20152   'plid' => '20',
20153   'link_path' => 'admin/structure/taxonomy',
20154   'router_path' => 'admin/structure/taxonomy',
20155   'link_title' => 'Taxonomy',
20156   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Manage tagging, categorization, and classification of your content.";}}',
20157   'module' => 'system',
20158   'hidden' => '0',
20159   'external' => '0',
20160   'has_children' => '1',
20161   'expanded' => '0',
20162   'weight' => '0',
20163   'depth' => '3',
20164   'customized' => '0',
20165   'p1' => '1',
20166   'p2' => '20',
20167   'p3' => '180',
20168   'p4' => '0',
20169   'p5' => '0',
20170   'p6' => '0',
20171   'p7' => '0',
20172   'p8' => '0',
20173   'p9' => '0',
20174   'updated' => '0',
20175 ))
20176 ->values(array(
20177   'menu_name' => 'management',
20178   'mlid' => '181',
20179   'plid' => '18',
20180   'link_path' => 'admin/reports/search',
20181   'router_path' => 'admin/reports/search',
20182   'link_title' => 'Top search phrases',
20183   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"View most popular search phrases.";}}',
20184   'module' => 'system',
20185   'hidden' => '0',
20186   'external' => '0',
20187   'has_children' => '0',
20188   'expanded' => '0',
20189   'weight' => '0',
20190   'depth' => '3',
20191   'customized' => '0',
20192   'p1' => '1',
20193   'p2' => '18',
20194   'p3' => '181',
20195   'p4' => '0',
20196   'p5' => '0',
20197   'p6' => '0',
20198   'p7' => '0',
20199   'p8' => '0',
20200   'p9' => '0',
20201   'updated' => '0',
20202 ))
20203 ->values(array(
20204   'menu_name' => 'navigation',
20205   'mlid' => '182',
20206   'plid' => '174',
20207   'link_path' => 'search/user/%',
20208   'router_path' => 'search/user/%',
20209   'link_title' => 'Users',
20210   'options' => 'a:0:{}',
20211   'module' => 'system',
20212   'hidden' => '-1',
20213   'external' => '0',
20214   'has_children' => '0',
20215   'expanded' => '0',
20216   'weight' => '0',
20217   'depth' => '3',
20218   'customized' => '0',
20219   'p1' => '172',
20220   'p2' => '174',
20221   'p3' => '182',
20222   'p4' => '0',
20223   'p5' => '0',
20224   'p6' => '0',
20225   'p7' => '0',
20226   'p8' => '0',
20227   'p9' => '0',
20228   'updated' => '0',
20229 ))
20230 ->values(array(
20231   'menu_name' => 'management',
20232   'mlid' => '183',
20233   'plid' => '175',
20234   'link_path' => 'admin/help/block',
20235   'router_path' => 'admin/help/block',
20236   'link_title' => 'block',
20237   'options' => 'a:0:{}',
20238   'module' => 'system',
20239   'hidden' => '-1',
20240   'external' => '0',
20241   'has_children' => '0',
20242   'expanded' => '0',
20243   'weight' => '0',
20244   'depth' => '3',
20245   'customized' => '0',
20246   'p1' => '1',
20247   'p2' => '175',
20248   'p3' => '183',
20249   'p4' => '0',
20250   'p5' => '0',
20251   'p6' => '0',
20252   'p7' => '0',
20253   'p8' => '0',
20254   'p9' => '0',
20255   'updated' => '0',
20256 ))
20257 ->values(array(
20258   'menu_name' => 'management',
20259   'mlid' => '184',
20260   'plid' => '175',
20261   'link_path' => 'admin/help/color',
20262   'router_path' => 'admin/help/color',
20263   'link_title' => 'color',
20264   'options' => 'a:0:{}',
20265   'module' => 'system',
20266   'hidden' => '-1',
20267   'external' => '0',
20268   'has_children' => '0',
20269   'expanded' => '0',
20270   'weight' => '0',
20271   'depth' => '3',
20272   'customized' => '0',
20273   'p1' => '1',
20274   'p2' => '175',
20275   'p3' => '184',
20276   'p4' => '0',
20277   'p5' => '0',
20278   'p6' => '0',
20279   'p7' => '0',
20280   'p8' => '0',
20281   'p9' => '0',
20282   'updated' => '0',
20283 ))
20284 ->values(array(
20285   'menu_name' => 'management',
20286   'mlid' => '185',
20287   'plid' => '175',
20288   'link_path' => 'admin/help/comment',
20289   'router_path' => 'admin/help/comment',
20290   'link_title' => 'comment',
20291   'options' => 'a:0:{}',
20292   'module' => 'system',
20293   'hidden' => '-1',
20294   'external' => '0',
20295   'has_children' => '0',
20296   'expanded' => '0',
20297   'weight' => '0',
20298   'depth' => '3',
20299   'customized' => '0',
20300   'p1' => '1',
20301   'p2' => '175',
20302   'p3' => '185',
20303   'p4' => '0',
20304   'p5' => '0',
20305   'p6' => '0',
20306   'p7' => '0',
20307   'p8' => '0',
20308   'p9' => '0',
20309   'updated' => '0',
20310 ))
20311 ->values(array(
20312   'menu_name' => 'management',
20313   'mlid' => '186',
20314   'plid' => '175',
20315   'link_path' => 'admin/help/contextual',
20316   'router_path' => 'admin/help/contextual',
20317   'link_title' => 'contextual',
20318   'options' => 'a:0:{}',
20319   'module' => 'system',
20320   'hidden' => '-1',
20321   'external' => '0',
20322   'has_children' => '0',
20323   'expanded' => '0',
20324   'weight' => '0',
20325   'depth' => '3',
20326   'customized' => '0',
20327   'p1' => '1',
20328   'p2' => '175',
20329   'p3' => '186',
20330   'p4' => '0',
20331   'p5' => '0',
20332   'p6' => '0',
20333   'p7' => '0',
20334   'p8' => '0',
20335   'p9' => '0',
20336   'updated' => '0',
20337 ))
20338 ->values(array(
20339   'menu_name' => 'management',
20340   'mlid' => '188',
20341   'plid' => '175',
20342   'link_path' => 'admin/help/dblog',
20343   'router_path' => 'admin/help/dblog',
20344   'link_title' => 'dblog',
20345   'options' => 'a:0:{}',
20346   'module' => 'system',
20347   'hidden' => '-1',
20348   'external' => '0',
20349   'has_children' => '0',
20350   'expanded' => '0',
20351   'weight' => '0',
20352   'depth' => '3',
20353   'customized' => '0',
20354   'p1' => '1',
20355   'p2' => '175',
20356   'p3' => '188',
20357   'p4' => '0',
20358   'p5' => '0',
20359   'p6' => '0',
20360   'p7' => '0',
20361   'p8' => '0',
20362   'p9' => '0',
20363   'updated' => '0',
20364 ))
20365 ->values(array(
20366   'menu_name' => 'management',
20367   'mlid' => '189',
20368   'plid' => '175',
20369   'link_path' => 'admin/help/field',
20370   'router_path' => 'admin/help/field',
20371   'link_title' => 'field',
20372   'options' => 'a:0:{}',
20373   'module' => 'system',
20374   'hidden' => '-1',
20375   'external' => '0',
20376   'has_children' => '0',
20377   'expanded' => '0',
20378   'weight' => '0',
20379   'depth' => '3',
20380   'customized' => '0',
20381   'p1' => '1',
20382   'p2' => '175',
20383   'p3' => '189',
20384   'p4' => '0',
20385   'p5' => '0',
20386   'p6' => '0',
20387   'p7' => '0',
20388   'p8' => '0',
20389   'p9' => '0',
20390   'updated' => '0',
20391 ))
20392 ->values(array(
20393   'menu_name' => 'management',
20394   'mlid' => '190',
20395   'plid' => '175',
20396   'link_path' => 'admin/help/field_sql_storage',
20397   'router_path' => 'admin/help/field_sql_storage',
20398   'link_title' => 'field_sql_storage',
20399   'options' => 'a:0:{}',
20400   'module' => 'system',
20401   'hidden' => '-1',
20402   'external' => '0',
20403   'has_children' => '0',
20404   'expanded' => '0',
20405   'weight' => '0',
20406   'depth' => '3',
20407   'customized' => '0',
20408   'p1' => '1',
20409   'p2' => '175',
20410   'p3' => '190',
20411   'p4' => '0',
20412   'p5' => '0',
20413   'p6' => '0',
20414   'p7' => '0',
20415   'p8' => '0',
20416   'p9' => '0',
20417   'updated' => '0',
20418 ))
20419 ->values(array(
20420   'menu_name' => 'management',
20421   'mlid' => '191',
20422   'plid' => '175',
20423   'link_path' => 'admin/help/field_ui',
20424   'router_path' => 'admin/help/field_ui',
20425   'link_title' => 'field_ui',
20426   'options' => 'a:0:{}',
20427   'module' => 'system',
20428   'hidden' => '-1',
20429   'external' => '0',
20430   'has_children' => '0',
20431   'expanded' => '0',
20432   'weight' => '0',
20433   'depth' => '3',
20434   'customized' => '0',
20435   'p1' => '1',
20436   'p2' => '175',
20437   'p3' => '191',
20438   'p4' => '0',
20439   'p5' => '0',
20440   'p6' => '0',
20441   'p7' => '0',
20442   'p8' => '0',
20443   'p9' => '0',
20444   'updated' => '0',
20445 ))
20446 ->values(array(
20447   'menu_name' => 'management',
20448   'mlid' => '192',
20449   'plid' => '175',
20450   'link_path' => 'admin/help/file',
20451   'router_path' => 'admin/help/file',
20452   'link_title' => 'file',
20453   'options' => 'a:0:{}',
20454   'module' => 'system',
20455   'hidden' => '-1',
20456   'external' => '0',
20457   'has_children' => '0',
20458   'expanded' => '0',
20459   'weight' => '0',
20460   'depth' => '3',
20461   'customized' => '0',
20462   'p1' => '1',
20463   'p2' => '175',
20464   'p3' => '192',
20465   'p4' => '0',
20466   'p5' => '0',
20467   'p6' => '0',
20468   'p7' => '0',
20469   'p8' => '0',
20470   'p9' => '0',
20471   'updated' => '0',
20472 ))
20473 ->values(array(
20474   'menu_name' => 'management',
20475   'mlid' => '193',
20476   'plid' => '175',
20477   'link_path' => 'admin/help/filter',
20478   'router_path' => 'admin/help/filter',
20479   'link_title' => 'filter',
20480   'options' => 'a:0:{}',
20481   'module' => 'system',
20482   'hidden' => '-1',
20483   'external' => '0',
20484   'has_children' => '0',
20485   'expanded' => '0',
20486   'weight' => '0',
20487   'depth' => '3',
20488   'customized' => '0',
20489   'p1' => '1',
20490   'p2' => '175',
20491   'p3' => '193',
20492   'p4' => '0',
20493   'p5' => '0',
20494   'p6' => '0',
20495   'p7' => '0',
20496   'p8' => '0',
20497   'p9' => '0',
20498   'updated' => '0',
20499 ))
20500 ->values(array(
20501   'menu_name' => 'management',
20502   'mlid' => '194',
20503   'plid' => '175',
20504   'link_path' => 'admin/help/help',
20505   'router_path' => 'admin/help/help',
20506   'link_title' => 'help',
20507   'options' => 'a:0:{}',
20508   'module' => 'system',
20509   'hidden' => '-1',
20510   'external' => '0',
20511   'has_children' => '0',
20512   'expanded' => '0',
20513   'weight' => '0',
20514   'depth' => '3',
20515   'customized' => '0',
20516   'p1' => '1',
20517   'p2' => '175',
20518   'p3' => '194',
20519   'p4' => '0',
20520   'p5' => '0',
20521   'p6' => '0',
20522   'p7' => '0',
20523   'p8' => '0',
20524   'p9' => '0',
20525   'updated' => '0',
20526 ))
20527 ->values(array(
20528   'menu_name' => 'management',
20529   'mlid' => '195',
20530   'plid' => '175',
20531   'link_path' => 'admin/help/image',
20532   'router_path' => 'admin/help/image',
20533   'link_title' => 'image',
20534   'options' => 'a:0:{}',
20535   'module' => 'system',
20536   'hidden' => '-1',
20537   'external' => '0',
20538   'has_children' => '0',
20539   'expanded' => '0',
20540   'weight' => '0',
20541   'depth' => '3',
20542   'customized' => '0',
20543   'p1' => '1',
20544   'p2' => '175',
20545   'p3' => '195',
20546   'p4' => '0',
20547   'p5' => '0',
20548   'p6' => '0',
20549   'p7' => '0',
20550   'p8' => '0',
20551   'p9' => '0',
20552   'updated' => '0',
20553 ))
20554 ->values(array(
20555   'menu_name' => 'management',
20556   'mlid' => '196',
20557   'plid' => '175',
20558   'link_path' => 'admin/help/list',
20559   'router_path' => 'admin/help/list',
20560   'link_title' => 'list',
20561   'options' => 'a:0:{}',
20562   'module' => 'system',
20563   'hidden' => '-1',
20564   'external' => '0',
20565   'has_children' => '0',
20566   'expanded' => '0',
20567   'weight' => '0',
20568   'depth' => '3',
20569   'customized' => '0',
20570   'p1' => '1',
20571   'p2' => '175',
20572   'p3' => '196',
20573   'p4' => '0',
20574   'p5' => '0',
20575   'p6' => '0',
20576   'p7' => '0',
20577   'p8' => '0',
20578   'p9' => '0',
20579   'updated' => '0',
20580 ))
20581 ->values(array(
20582   'menu_name' => 'management',
20583   'mlid' => '197',
20584   'plid' => '175',
20585   'link_path' => 'admin/help/menu',
20586   'router_path' => 'admin/help/menu',
20587   'link_title' => 'menu',
20588   'options' => 'a:0:{}',
20589   'module' => 'system',
20590   'hidden' => '-1',
20591   'external' => '0',
20592   'has_children' => '0',
20593   'expanded' => '0',
20594   'weight' => '0',
20595   'depth' => '3',
20596   'customized' => '0',
20597   'p1' => '1',
20598   'p2' => '175',
20599   'p3' => '197',
20600   'p4' => '0',
20601   'p5' => '0',
20602   'p6' => '0',
20603   'p7' => '0',
20604   'p8' => '0',
20605   'p9' => '0',
20606   'updated' => '0',
20607 ))
20608 ->values(array(
20609   'menu_name' => 'management',
20610   'mlid' => '198',
20611   'plid' => '175',
20612   'link_path' => 'admin/help/node',
20613   'router_path' => 'admin/help/node',
20614   'link_title' => 'node',
20615   'options' => 'a:0:{}',
20616   'module' => 'system',
20617   'hidden' => '-1',
20618   'external' => '0',
20619   'has_children' => '0',
20620   'expanded' => '0',
20621   'weight' => '0',
20622   'depth' => '3',
20623   'customized' => '0',
20624   'p1' => '1',
20625   'p2' => '175',
20626   'p3' => '198',
20627   'p4' => '0',
20628   'p5' => '0',
20629   'p6' => '0',
20630   'p7' => '0',
20631   'p8' => '0',
20632   'p9' => '0',
20633   'updated' => '0',
20634 ))
20635 ->values(array(
20636   'menu_name' => 'management',
20637   'mlid' => '199',
20638   'plid' => '175',
20639   'link_path' => 'admin/help/number',
20640   'router_path' => 'admin/help/number',
20641   'link_title' => 'number',
20642   'options' => 'a:0:{}',
20643   'module' => 'system',
20644   'hidden' => '-1',
20645   'external' => '0',
20646   'has_children' => '0',
20647   'expanded' => '0',
20648   'weight' => '0',
20649   'depth' => '3',
20650   'customized' => '0',
20651   'p1' => '1',
20652   'p2' => '175',
20653   'p3' => '199',
20654   'p4' => '0',
20655   'p5' => '0',
20656   'p6' => '0',
20657   'p7' => '0',
20658   'p8' => '0',
20659   'p9' => '0',
20660   'updated' => '0',
20661 ))
20662 ->values(array(
20663   'menu_name' => 'management',
20664   'mlid' => '200',
20665   'plid' => '175',
20666   'link_path' => 'admin/help/options',
20667   'router_path' => 'admin/help/options',
20668   'link_title' => 'options',
20669   'options' => 'a:0:{}',
20670   'module' => 'system',
20671   'hidden' => '-1',
20672   'external' => '0',
20673   'has_children' => '0',
20674   'expanded' => '0',
20675   'weight' => '0',
20676   'depth' => '3',
20677   'customized' => '0',
20678   'p1' => '1',
20679   'p2' => '175',
20680   'p3' => '200',
20681   'p4' => '0',
20682   'p5' => '0',
20683   'p6' => '0',
20684   'p7' => '0',
20685   'p8' => '0',
20686   'p9' => '0',
20687   'updated' => '0',
20688 ))
20689 ->values(array(
20690   'menu_name' => 'management',
20691   'mlid' => '202',
20692   'plid' => '175',
20693   'link_path' => 'admin/help/path',
20694   'router_path' => 'admin/help/path',
20695   'link_title' => 'path',
20696   'options' => 'a:0:{}',
20697   'module' => 'system',
20698   'hidden' => '-1',
20699   'external' => '0',
20700   'has_children' => '0',
20701   'expanded' => '0',
20702   'weight' => '0',
20703   'depth' => '3',
20704   'customized' => '0',
20705   'p1' => '1',
20706   'p2' => '175',
20707   'p3' => '202',
20708   'p4' => '0',
20709   'p5' => '0',
20710   'p6' => '0',
20711   'p7' => '0',
20712   'p8' => '0',
20713   'p9' => '0',
20714   'updated' => '0',
20715 ))
20716 ->values(array(
20717   'menu_name' => 'management',
20718   'mlid' => '203',
20719   'plid' => '175',
20720   'link_path' => 'admin/help/rdf',
20721   'router_path' => 'admin/help/rdf',
20722   'link_title' => 'rdf',
20723   'options' => 'a:0:{}',
20724   'module' => 'system',
20725   'hidden' => '-1',
20726   'external' => '0',
20727   'has_children' => '0',
20728   'expanded' => '0',
20729   'weight' => '0',
20730   'depth' => '3',
20731   'customized' => '0',
20732   'p1' => '1',
20733   'p2' => '175',
20734   'p3' => '203',
20735   'p4' => '0',
20736   'p5' => '0',
20737   'p6' => '0',
20738   'p7' => '0',
20739   'p8' => '0',
20740   'p9' => '0',
20741   'updated' => '0',
20742 ))
20743 ->values(array(
20744   'menu_name' => 'management',
20745   'mlid' => '204',
20746   'plid' => '175',
20747   'link_path' => 'admin/help/search',
20748   'router_path' => 'admin/help/search',
20749   'link_title' => 'search',
20750   'options' => 'a:0:{}',
20751   'module' => 'system',
20752   'hidden' => '-1',
20753   'external' => '0',
20754   'has_children' => '0',
20755   'expanded' => '0',
20756   'weight' => '0',
20757   'depth' => '3',
20758   'customized' => '0',
20759   'p1' => '1',
20760   'p2' => '175',
20761   'p3' => '204',
20762   'p4' => '0',
20763   'p5' => '0',
20764   'p6' => '0',
20765   'p7' => '0',
20766   'p8' => '0',
20767   'p9' => '0',
20768   'updated' => '0',
20769 ))
20770 ->values(array(
20771   'menu_name' => 'management',
20772   'mlid' => '205',
20773   'plid' => '175',
20774   'link_path' => 'admin/help/shortcut',
20775   'router_path' => 'admin/help/shortcut',
20776   'link_title' => 'shortcut',
20777   'options' => 'a:0:{}',
20778   'module' => 'system',
20779   'hidden' => '-1',
20780   'external' => '0',
20781   'has_children' => '0',
20782   'expanded' => '0',
20783   'weight' => '0',
20784   'depth' => '3',
20785   'customized' => '0',
20786   'p1' => '1',
20787   'p2' => '175',
20788   'p3' => '205',
20789   'p4' => '0',
20790   'p5' => '0',
20791   'p6' => '0',
20792   'p7' => '0',
20793   'p8' => '0',
20794   'p9' => '0',
20795   'updated' => '0',
20796 ))
20797 ->values(array(
20798   'menu_name' => 'management',
20799   'mlid' => '206',
20800   'plid' => '175',
20801   'link_path' => 'admin/help/system',
20802   'router_path' => 'admin/help/system',
20803   'link_title' => 'system',
20804   'options' => 'a:0:{}',
20805   'module' => 'system',
20806   'hidden' => '-1',
20807   'external' => '0',
20808   'has_children' => '0',
20809   'expanded' => '0',
20810   'weight' => '0',
20811   'depth' => '3',
20812   'customized' => '0',
20813   'p1' => '1',
20814   'p2' => '175',
20815   'p3' => '206',
20816   'p4' => '0',
20817   'p5' => '0',
20818   'p6' => '0',
20819   'p7' => '0',
20820   'p8' => '0',
20821   'p9' => '0',
20822   'updated' => '0',
20823 ))
20824 ->values(array(
20825   'menu_name' => 'management',
20826   'mlid' => '207',
20827   'plid' => '175',
20828   'link_path' => 'admin/help/taxonomy',
20829   'router_path' => 'admin/help/taxonomy',
20830   'link_title' => 'taxonomy',
20831   'options' => 'a:0:{}',
20832   'module' => 'system',
20833   'hidden' => '-1',
20834   'external' => '0',
20835   'has_children' => '0',
20836   'expanded' => '0',
20837   'weight' => '0',
20838   'depth' => '3',
20839   'customized' => '0',
20840   'p1' => '1',
20841   'p2' => '175',
20842   'p3' => '207',
20843   'p4' => '0',
20844   'p5' => '0',
20845   'p6' => '0',
20846   'p7' => '0',
20847   'p8' => '0',
20848   'p9' => '0',
20849   'updated' => '0',
20850 ))
20851 ->values(array(
20852   'menu_name' => 'management',
20853   'mlid' => '208',
20854   'plid' => '175',
20855   'link_path' => 'admin/help/text',
20856   'router_path' => 'admin/help/text',
20857   'link_title' => 'text',
20858   'options' => 'a:0:{}',
20859   'module' => 'system',
20860   'hidden' => '-1',
20861   'external' => '0',
20862   'has_children' => '0',
20863   'expanded' => '0',
20864   'weight' => '0',
20865   'depth' => '3',
20866   'customized' => '0',
20867   'p1' => '1',
20868   'p2' => '175',
20869   'p3' => '208',
20870   'p4' => '0',
20871   'p5' => '0',
20872   'p6' => '0',
20873   'p7' => '0',
20874   'p8' => '0',
20875   'p9' => '0',
20876   'updated' => '0',
20877 ))
20878 ->values(array(
20879   'menu_name' => 'management',
20880   'mlid' => '209',
20881   'plid' => '175',
20882   'link_path' => 'admin/help/user',
20883   'router_path' => 'admin/help/user',
20884   'link_title' => 'user',
20885   'options' => 'a:0:{}',
20886   'module' => 'system',
20887   'hidden' => '-1',
20888   'external' => '0',
20889   'has_children' => '0',
20890   'expanded' => '0',
20891   'weight' => '0',
20892   'depth' => '3',
20893   'customized' => '0',
20894   'p1' => '1',
20895   'p2' => '175',
20896   'p3' => '209',
20897   'p4' => '0',
20898   'p5' => '0',
20899   'p6' => '0',
20900   'p7' => '0',
20901   'p8' => '0',
20902   'p9' => '0',
20903   'updated' => '0',
20904 ))
20905 ->values(array(
20906   'menu_name' => 'navigation',
20907   'mlid' => '210',
20908   'plid' => '176',
20909   'link_path' => 'taxonomy/term/%/edit',
20910   'router_path' => 'taxonomy/term/%/edit',
20911   'link_title' => 'Edit',
20912   'options' => 'a:0:{}',
20913   'module' => 'system',
20914   'hidden' => '-1',
20915   'external' => '0',
20916   'has_children' => '0',
20917   'expanded' => '0',
20918   'weight' => '10',
20919   'depth' => '2',
20920   'customized' => '0',
20921   'p1' => '176',
20922   'p2' => '210',
20923   'p3' => '0',
20924   'p4' => '0',
20925   'p5' => '0',
20926   'p6' => '0',
20927   'p7' => '0',
20928   'p8' => '0',
20929   'p9' => '0',
20930   'updated' => '0',
20931 ))
20932 ->values(array(
20933   'menu_name' => 'navigation',
20934   'mlid' => '211',
20935   'plid' => '176',
20936   'link_path' => 'taxonomy/term/%/view',
20937   'router_path' => 'taxonomy/term/%/view',
20938   'link_title' => 'View',
20939   'options' => 'a:0:{}',
20940   'module' => 'system',
20941   'hidden' => '-1',
20942   'external' => '0',
20943   'has_children' => '0',
20944   'expanded' => '0',
20945   'weight' => '0',
20946   'depth' => '2',
20947   'customized' => '0',
20948   'p1' => '176',
20949   'p2' => '211',
20950   'p3' => '0',
20951   'p4' => '0',
20952   'p5' => '0',
20953   'p6' => '0',
20954   'p7' => '0',
20955   'p8' => '0',
20956   'p9' => '0',
20957   'updated' => '0',
20958 ))
20959 ->values(array(
20960   'menu_name' => 'management',
20961   'mlid' => '212',
20962   'plid' => '180',
20963   'link_path' => 'admin/structure/taxonomy/%',
20964   'router_path' => 'admin/structure/taxonomy/%',
20965   'link_title' => '',
20966   'options' => 'a:0:{}',
20967   'module' => 'system',
20968   'hidden' => '0',
20969   'external' => '0',
20970   'has_children' => '0',
20971   'expanded' => '0',
20972   'weight' => '0',
20973   'depth' => '4',
20974   'customized' => '0',
20975   'p1' => '1',
20976   'p2' => '20',
20977   'p3' => '180',
20978   'p4' => '212',
20979   'p5' => '0',
20980   'p6' => '0',
20981   'p7' => '0',
20982   'p8' => '0',
20983   'p9' => '0',
20984   'updated' => '0',
20985 ))
20986 ->values(array(
20987   'menu_name' => 'management',
20988   'mlid' => '213',
20989   'plid' => '180',
20990   'link_path' => 'admin/structure/taxonomy/add',
20991   'router_path' => 'admin/structure/taxonomy/add',
20992   'link_title' => 'Add vocabulary',
20993   'options' => 'a:0:{}',
20994   'module' => 'system',
20995   'hidden' => '-1',
20996   'external' => '0',
20997   'has_children' => '0',
20998   'expanded' => '0',
20999   'weight' => '0',
21000   'depth' => '4',
21001   'customized' => '0',
21002   'p1' => '1',
21003   'p2' => '20',
21004   'p3' => '180',
21005   'p4' => '213',
21006   'p5' => '0',
21007   'p6' => '0',
21008   'p7' => '0',
21009   'p8' => '0',
21010   'p9' => '0',
21011   'updated' => '0',
21012 ))
21013 ->values(array(
21014   'menu_name' => 'management',
21015   'mlid' => '214',
21016   'plid' => '43',
21017   'link_path' => 'admin/config/media/image-styles',
21018   'router_path' => 'admin/config/media/image-styles',
21019   'link_title' => 'Image styles',
21020   '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.";}}',
21021   'module' => 'system',
21022   'hidden' => '0',
21023   'external' => '0',
21024   'has_children' => '1',
21025   'expanded' => '0',
21026   'weight' => '0',
21027   'depth' => '4',
21028   'customized' => '0',
21029   'p1' => '1',
21030   'p2' => '8',
21031   'p3' => '43',
21032   'p4' => '214',
21033   'p5' => '0',
21034   'p6' => '0',
21035   'p7' => '0',
21036   'p8' => '0',
21037   'p9' => '0',
21038   'updated' => '0',
21039 ))
21040 ->values(array(
21041   'menu_name' => 'management',
21042   'mlid' => '215',
21043   'plid' => '180',
21044   'link_path' => 'admin/structure/taxonomy/list',
21045   'router_path' => 'admin/structure/taxonomy/list',
21046   'link_title' => 'List',
21047   'options' => 'a:0:{}',
21048   'module' => 'system',
21049   'hidden' => '-1',
21050   'external' => '0',
21051   'has_children' => '0',
21052   'expanded' => '0',
21053   'weight' => '-10',
21054   'depth' => '4',
21055   'customized' => '0',
21056   'p1' => '1',
21057   'p2' => '20',
21058   'p3' => '180',
21059   'p4' => '215',
21060   'p5' => '0',
21061   'p6' => '0',
21062   'p7' => '0',
21063   'p8' => '0',
21064   'p9' => '0',
21065   'updated' => '0',
21066 ))
21067 ->values(array(
21068   'menu_name' => 'management',
21069   'mlid' => '216',
21070   'plid' => '50',
21071   'link_path' => 'admin/config/search/settings',
21072   'router_path' => 'admin/config/search/settings',
21073   'link_title' => 'Search settings',
21074   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Configure relevance settings for search and other indexing options.";}}',
21075   'module' => 'system',
21076   'hidden' => '0',
21077   'external' => '0',
21078   'has_children' => '0',
21079   'expanded' => '0',
21080   'weight' => '-10',
21081   'depth' => '4',
21082   'customized' => '0',
21083   'p1' => '1',
21084   'p2' => '8',
21085   'p3' => '50',
21086   'p4' => '216',
21087   'p5' => '0',
21088   'p6' => '0',
21089   'p7' => '0',
21090   'p8' => '0',
21091   'p9' => '0',
21092   'updated' => '0',
21093 ))
21094 ->values(array(
21095   'menu_name' => 'management',
21096   'mlid' => '217',
21097   'plid' => '57',
21098   'link_path' => 'admin/config/user-interface/shortcut',
21099   'router_path' => 'admin/config/user-interface/shortcut',
21100   'link_title' => 'Shortcuts',
21101   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:29:"Add and modify shortcut sets.";}}',
21102   'module' => 'system',
21103   'hidden' => '0',
21104   'external' => '0',
21105   'has_children' => '1',
21106   'expanded' => '0',
21107   'weight' => '0',
21108   'depth' => '4',
21109   'customized' => '0',
21110   'p1' => '1',
21111   'p2' => '8',
21112   'p3' => '57',
21113   'p4' => '217',
21114   'p5' => '0',
21115   'p6' => '0',
21116   'p7' => '0',
21117   'p8' => '0',
21118   'p9' => '0',
21119   'updated' => '0',
21120 ))
21121 ->values(array(
21122   'menu_name' => 'management',
21123   'mlid' => '218',
21124   'plid' => '50',
21125   'link_path' => 'admin/config/search/path',
21126   'router_path' => 'admin/config/search/path',
21127   'link_title' => 'URL aliases',
21128   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:46:\"Change your site's URL paths by aliasing them.\";}}",
21129   'module' => 'system',
21130   'hidden' => '0',
21131   'external' => '0',
21132   'has_children' => '1',
21133   'expanded' => '0',
21134   'weight' => '-5',
21135   'depth' => '4',
21136   'customized' => '0',
21137   'p1' => '1',
21138   'p2' => '8',
21139   'p3' => '50',
21140   'p4' => '218',
21141   'p5' => '0',
21142   'p6' => '0',
21143   'p7' => '0',
21144   'p8' => '0',
21145   'p9' => '0',
21146   'updated' => '0',
21147 ))
21148 ->values(array(
21149   'menu_name' => 'management',
21150   'mlid' => '219',
21151   'plid' => '218',
21152   'link_path' => 'admin/config/search/path/add',
21153   'router_path' => 'admin/config/search/path/add',
21154   'link_title' => 'Add alias',
21155   'options' => 'a:0:{}',
21156   'module' => 'system',
21157   'hidden' => '-1',
21158   'external' => '0',
21159   'has_children' => '0',
21160   'expanded' => '0',
21161   'weight' => '0',
21162   'depth' => '5',
21163   'customized' => '0',
21164   'p1' => '1',
21165   'p2' => '8',
21166   'p3' => '50',
21167   'p4' => '218',
21168   'p5' => '219',
21169   'p6' => '0',
21170   'p7' => '0',
21171   'p8' => '0',
21172   'p9' => '0',
21173   'updated' => '0',
21174 ))
21175 ->values(array(
21176   'menu_name' => 'management',
21177   'mlid' => '220',
21178   'plid' => '217',
21179   'link_path' => 'admin/config/user-interface/shortcut/add-set',
21180   'router_path' => 'admin/config/user-interface/shortcut/add-set',
21181   'link_title' => 'Add shortcut set',
21182   'options' => 'a:0:{}',
21183   'module' => 'system',
21184   'hidden' => '-1',
21185   'external' => '0',
21186   'has_children' => '0',
21187   'expanded' => '0',
21188   'weight' => '0',
21189   'depth' => '5',
21190   'customized' => '0',
21191   'p1' => '1',
21192   'p2' => '8',
21193   'p3' => '57',
21194   'p4' => '217',
21195   'p5' => '220',
21196   'p6' => '0',
21197   'p7' => '0',
21198   'p8' => '0',
21199   'p9' => '0',
21200   'updated' => '0',
21201 ))
21202 ->values(array(
21203   'menu_name' => 'management',
21204   'mlid' => '221',
21205   'plid' => '214',
21206   'link_path' => 'admin/config/media/image-styles/add',
21207   'router_path' => 'admin/config/media/image-styles/add',
21208   'link_title' => 'Add style',
21209   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Add a new image style.";}}',
21210   'module' => 'system',
21211   'hidden' => '-1',
21212   'external' => '0',
21213   'has_children' => '0',
21214   'expanded' => '0',
21215   'weight' => '2',
21216   'depth' => '5',
21217   'customized' => '0',
21218   'p1' => '1',
21219   'p2' => '8',
21220   'p3' => '43',
21221   'p4' => '214',
21222   'p5' => '221',
21223   'p6' => '0',
21224   'p7' => '0',
21225   'p8' => '0',
21226   'p9' => '0',
21227   'updated' => '0',
21228 ))
21229 ->values(array(
21230   'menu_name' => 'management',
21231   'mlid' => '222',
21232   'plid' => '212',
21233   'link_path' => 'admin/structure/taxonomy/%/add',
21234   'router_path' => 'admin/structure/taxonomy/%/add',
21235   'link_title' => 'Add term',
21236   'options' => 'a:0:{}',
21237   'module' => 'system',
21238   'hidden' => '-1',
21239   'external' => '0',
21240   'has_children' => '0',
21241   'expanded' => '0',
21242   'weight' => '0',
21243   'depth' => '5',
21244   'customized' => '0',
21245   'p1' => '1',
21246   'p2' => '20',
21247   'p3' => '180',
21248   'p4' => '212',
21249   'p5' => '222',
21250   'p6' => '0',
21251   'p7' => '0',
21252   'p8' => '0',
21253   'p9' => '0',
21254   'updated' => '0',
21255 ))
21256 ->values(array(
21257   'menu_name' => 'management',
21258   'mlid' => '223',
21259   'plid' => '216',
21260   'link_path' => 'admin/config/search/settings/reindex',
21261   'router_path' => 'admin/config/search/settings/reindex',
21262   'link_title' => 'Clear index',
21263   'options' => 'a:0:{}',
21264   'module' => 'system',
21265   'hidden' => '-1',
21266   'external' => '0',
21267   'has_children' => '0',
21268   'expanded' => '0',
21269   'weight' => '0',
21270   'depth' => '5',
21271   'customized' => '0',
21272   'p1' => '1',
21273   'p2' => '8',
21274   'p3' => '50',
21275   'p4' => '216',
21276   'p5' => '223',
21277   'p6' => '0',
21278   'p7' => '0',
21279   'p8' => '0',
21280   'p9' => '0',
21281   'updated' => '0',
21282 ))
21283 ->values(array(
21284   'menu_name' => 'management',
21285   'mlid' => '224',
21286   'plid' => '212',
21287   'link_path' => 'admin/structure/taxonomy/%/edit',
21288   'router_path' => 'admin/structure/taxonomy/%/edit',
21289   'link_title' => 'Edit',
21290   'options' => 'a:0:{}',
21291   'module' => 'system',
21292   'hidden' => '-1',
21293   'external' => '0',
21294   'has_children' => '0',
21295   'expanded' => '0',
21296   'weight' => '-10',
21297   'depth' => '5',
21298   'customized' => '0',
21299   'p1' => '1',
21300   'p2' => '20',
21301   'p3' => '180',
21302   'p4' => '212',
21303   'p5' => '224',
21304   'p6' => '0',
21305   'p7' => '0',
21306   'p8' => '0',
21307   'p9' => '0',
21308   'updated' => '0',
21309 ))
21310 ->values(array(
21311   'menu_name' => 'management',
21312   'mlid' => '225',
21313   'plid' => '217',
21314   'link_path' => 'admin/config/user-interface/shortcut/%',
21315   'router_path' => 'admin/config/user-interface/shortcut/%',
21316   'link_title' => 'Edit shortcuts',
21317   'options' => 'a:0:{}',
21318   'module' => 'system',
21319   'hidden' => '0',
21320   'external' => '0',
21321   'has_children' => '1',
21322   'expanded' => '0',
21323   'weight' => '0',
21324   'depth' => '5',
21325   'customized' => '0',
21326   'p1' => '1',
21327   'p2' => '8',
21328   'p3' => '57',
21329   'p4' => '217',
21330   'p5' => '225',
21331   'p6' => '0',
21332   'p7' => '0',
21333   'p8' => '0',
21334   'p9' => '0',
21335   'updated' => '0',
21336 ))
21337 ->values(array(
21338   'menu_name' => 'management',
21339   'mlid' => '226',
21340   'plid' => '212',
21341   'link_path' => 'admin/structure/taxonomy/%/list',
21342   'router_path' => 'admin/structure/taxonomy/%/list',
21343   'link_title' => 'List',
21344   'options' => 'a:0:{}',
21345   'module' => 'system',
21346   'hidden' => '-1',
21347   'external' => '0',
21348   'has_children' => '0',
21349   'expanded' => '0',
21350   'weight' => '-20',
21351   'depth' => '5',
21352   'customized' => '0',
21353   'p1' => '1',
21354   'p2' => '20',
21355   'p3' => '180',
21356   'p4' => '212',
21357   'p5' => '226',
21358   'p6' => '0',
21359   'p7' => '0',
21360   'p8' => '0',
21361   'p9' => '0',
21362   'updated' => '0',
21363 ))
21364 ->values(array(
21365   'menu_name' => 'management',
21366   'mlid' => '227',
21367   'plid' => '218',
21368   'link_path' => 'admin/config/search/path/list',
21369   'router_path' => 'admin/config/search/path/list',
21370   'link_title' => 'List',
21371   'options' => 'a:0:{}',
21372   'module' => 'system',
21373   'hidden' => '-1',
21374   'external' => '0',
21375   'has_children' => '0',
21376   'expanded' => '0',
21377   'weight' => '-10',
21378   'depth' => '5',
21379   'customized' => '0',
21380   'p1' => '1',
21381   'p2' => '8',
21382   'p3' => '50',
21383   'p4' => '218',
21384   'p5' => '227',
21385   'p6' => '0',
21386   'p7' => '0',
21387   'p8' => '0',
21388   'p9' => '0',
21389   'updated' => '0',
21390 ))
21391 ->values(array(
21392   'menu_name' => 'management',
21393   'mlid' => '228',
21394   'plid' => '214',
21395   'link_path' => 'admin/config/media/image-styles/list',
21396   'router_path' => 'admin/config/media/image-styles/list',
21397   'link_title' => 'List',
21398   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"List the current image styles on the site.";}}',
21399   'module' => 'system',
21400   'hidden' => '-1',
21401   'external' => '0',
21402   'has_children' => '0',
21403   'expanded' => '0',
21404   'weight' => '1',
21405   'depth' => '5',
21406   'customized' => '0',
21407   'p1' => '1',
21408   'p2' => '8',
21409   'p3' => '43',
21410   'p4' => '214',
21411   'p5' => '228',
21412   'p6' => '0',
21413   'p7' => '0',
21414   'p8' => '0',
21415   'p9' => '0',
21416   'updated' => '0',
21417 ))
21418 ->values(array(
21419   'menu_name' => 'management',
21420   'mlid' => '229',
21421   'plid' => '225',
21422   'link_path' => 'admin/config/user-interface/shortcut/%/add-link',
21423   'router_path' => 'admin/config/user-interface/shortcut/%/add-link',
21424   'link_title' => 'Add shortcut',
21425   'options' => 'a:0:{}',
21426   'module' => 'system',
21427   'hidden' => '-1',
21428   'external' => '0',
21429   'has_children' => '0',
21430   'expanded' => '0',
21431   'weight' => '0',
21432   'depth' => '6',
21433   'customized' => '0',
21434   'p1' => '1',
21435   'p2' => '8',
21436   'p3' => '57',
21437   'p4' => '217',
21438   'p5' => '225',
21439   'p6' => '229',
21440   'p7' => '0',
21441   'p8' => '0',
21442   'p9' => '0',
21443   'updated' => '0',
21444 ))
21445 ->values(array(
21446   'menu_name' => 'management',
21447   'mlid' => '230',
21448   'plid' => '218',
21449   'link_path' => 'admin/config/search/path/delete/%',
21450   'router_path' => 'admin/config/search/path/delete/%',
21451   'link_title' => 'Delete alias',
21452   'options' => 'a:0:{}',
21453   'module' => 'system',
21454   'hidden' => '0',
21455   'external' => '0',
21456   'has_children' => '0',
21457   'expanded' => '0',
21458   'weight' => '0',
21459   'depth' => '5',
21460   'customized' => '0',
21461   'p1' => '1',
21462   'p2' => '8',
21463   'p3' => '50',
21464   'p4' => '218',
21465   'p5' => '230',
21466   'p6' => '0',
21467   'p7' => '0',
21468   'p8' => '0',
21469   'p9' => '0',
21470   'updated' => '0',
21471 ))
21472 ->values(array(
21473   'menu_name' => 'management',
21474   'mlid' => '231',
21475   'plid' => '225',
21476   'link_path' => 'admin/config/user-interface/shortcut/%/delete',
21477   'router_path' => 'admin/config/user-interface/shortcut/%/delete',
21478   'link_title' => 'Delete shortcut set',
21479   'options' => 'a:0:{}',
21480   'module' => 'system',
21481   'hidden' => '0',
21482   'external' => '0',
21483   'has_children' => '0',
21484   'expanded' => '0',
21485   'weight' => '0',
21486   'depth' => '6',
21487   'customized' => '0',
21488   'p1' => '1',
21489   'p2' => '8',
21490   'p3' => '57',
21491   'p4' => '217',
21492   'p5' => '225',
21493   'p6' => '231',
21494   'p7' => '0',
21495   'p8' => '0',
21496   'p9' => '0',
21497   'updated' => '0',
21498 ))
21499 ->values(array(
21500   'menu_name' => 'management',
21501   'mlid' => '232',
21502   'plid' => '218',
21503   'link_path' => 'admin/config/search/path/edit/%',
21504   'router_path' => 'admin/config/search/path/edit/%',
21505   'link_title' => 'Edit alias',
21506   'options' => 'a:0:{}',
21507   'module' => 'system',
21508   'hidden' => '0',
21509   'external' => '0',
21510   'has_children' => '0',
21511   'expanded' => '0',
21512   'weight' => '0',
21513   'depth' => '5',
21514   'customized' => '0',
21515   'p1' => '1',
21516   'p2' => '8',
21517   'p3' => '50',
21518   'p4' => '218',
21519   'p5' => '232',
21520   'p6' => '0',
21521   'p7' => '0',
21522   'p8' => '0',
21523   'p9' => '0',
21524   'updated' => '0',
21525 ))
21526 ->values(array(
21527   'menu_name' => 'management',
21528   'mlid' => '233',
21529   'plid' => '225',
21530   'link_path' => 'admin/config/user-interface/shortcut/%/edit',
21531   'router_path' => 'admin/config/user-interface/shortcut/%/edit',
21532   'link_title' => 'Edit set name',
21533   'options' => 'a:0:{}',
21534   'module' => 'system',
21535   'hidden' => '-1',
21536   'external' => '0',
21537   'has_children' => '0',
21538   'expanded' => '0',
21539   'weight' => '10',
21540   'depth' => '6',
21541   'customized' => '0',
21542   'p1' => '1',
21543   'p2' => '8',
21544   'p3' => '57',
21545   'p4' => '217',
21546   'p5' => '225',
21547   'p6' => '233',
21548   'p7' => '0',
21549   'p8' => '0',
21550   'p9' => '0',
21551   'updated' => '0',
21552 ))
21553 ->values(array(
21554   'menu_name' => 'management',
21555   'mlid' => '234',
21556   'plid' => '217',
21557   'link_path' => 'admin/config/user-interface/shortcut/link/%',
21558   'router_path' => 'admin/config/user-interface/shortcut/link/%',
21559   'link_title' => 'Edit shortcut',
21560   'options' => 'a:0:{}',
21561   'module' => 'system',
21562   'hidden' => '0',
21563   'external' => '0',
21564   'has_children' => '1',
21565   'expanded' => '0',
21566   'weight' => '0',
21567   'depth' => '5',
21568   'customized' => '0',
21569   'p1' => '1',
21570   'p2' => '8',
21571   'p3' => '57',
21572   'p4' => '217',
21573   'p5' => '234',
21574   'p6' => '0',
21575   'p7' => '0',
21576   'p8' => '0',
21577   'p9' => '0',
21578   'updated' => '0',
21579 ))
21580 ->values(array(
21581   'menu_name' => 'management',
21582   'mlid' => '235',
21583   'plid' => '214',
21584   'link_path' => 'admin/config/media/image-styles/edit/%',
21585   'router_path' => 'admin/config/media/image-styles/edit/%',
21586   'link_title' => 'Edit style',
21587   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:25:"Configure an image style.";}}',
21588   'module' => 'system',
21589   'hidden' => '0',
21590   'external' => '0',
21591   'has_children' => '1',
21592   'expanded' => '0',
21593   'weight' => '0',
21594   'depth' => '5',
21595   'customized' => '0',
21596   'p1' => '1',
21597   'p2' => '8',
21598   'p3' => '43',
21599   'p4' => '214',
21600   'p5' => '235',
21601   'p6' => '0',
21602   'p7' => '0',
21603   'p8' => '0',
21604   'p9' => '0',
21605   'updated' => '0',
21606 ))
21607 ->values(array(
21608   'menu_name' => 'management',
21609   'mlid' => '236',
21610   'plid' => '225',
21611   'link_path' => 'admin/config/user-interface/shortcut/%/links',
21612   'router_path' => 'admin/config/user-interface/shortcut/%/links',
21613   'link_title' => 'List links',
21614   'options' => 'a:0:{}',
21615   'module' => 'system',
21616   'hidden' => '-1',
21617   'external' => '0',
21618   'has_children' => '0',
21619   'expanded' => '0',
21620   'weight' => '0',
21621   'depth' => '6',
21622   'customized' => '0',
21623   'p1' => '1',
21624   'p2' => '8',
21625   'p3' => '57',
21626   'p4' => '217',
21627   'p5' => '225',
21628   'p6' => '236',
21629   'p7' => '0',
21630   'p8' => '0',
21631   'p9' => '0',
21632   'updated' => '0',
21633 ))
21634 ->values(array(
21635   'menu_name' => 'management',
21636   'mlid' => '237',
21637   'plid' => '214',
21638   'link_path' => 'admin/config/media/image-styles/delete/%',
21639   'router_path' => 'admin/config/media/image-styles/delete/%',
21640   'link_title' => 'Delete style',
21641   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Delete an image style.";}}',
21642   'module' => 'system',
21643   'hidden' => '0',
21644   'external' => '0',
21645   'has_children' => '0',
21646   'expanded' => '0',
21647   'weight' => '0',
21648   'depth' => '5',
21649   'customized' => '0',
21650   'p1' => '1',
21651   'p2' => '8',
21652   'p3' => '43',
21653   'p4' => '214',
21654   'p5' => '237',
21655   'p6' => '0',
21656   'p7' => '0',
21657   'p8' => '0',
21658   'p9' => '0',
21659   'updated' => '0',
21660 ))
21661 ->values(array(
21662   'menu_name' => 'management',
21663   'mlid' => '238',
21664   'plid' => '214',
21665   'link_path' => 'admin/config/media/image-styles/revert/%',
21666   'router_path' => 'admin/config/media/image-styles/revert/%',
21667   'link_title' => 'Revert style',
21668   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Revert an image style.";}}',
21669   'module' => 'system',
21670   'hidden' => '0',
21671   'external' => '0',
21672   'has_children' => '0',
21673   'expanded' => '0',
21674   'weight' => '0',
21675   'depth' => '5',
21676   'customized' => '0',
21677   'p1' => '1',
21678   'p2' => '8',
21679   'p3' => '43',
21680   'p4' => '214',
21681   'p5' => '238',
21682   'p6' => '0',
21683   'p7' => '0',
21684   'p8' => '0',
21685   'p9' => '0',
21686   'updated' => '0',
21687 ))
21688 ->values(array(
21689   'menu_name' => 'management',
21690   'mlid' => '239',
21691   'plid' => '234',
21692   'link_path' => 'admin/config/user-interface/shortcut/link/%/delete',
21693   'router_path' => 'admin/config/user-interface/shortcut/link/%/delete',
21694   'link_title' => 'Delete shortcut',
21695   'options' => 'a:0:{}',
21696   'module' => 'system',
21697   'hidden' => '0',
21698   'external' => '0',
21699   'has_children' => '0',
21700   'expanded' => '0',
21701   'weight' => '0',
21702   'depth' => '6',
21703   'customized' => '0',
21704   'p1' => '1',
21705   'p2' => '8',
21706   'p3' => '57',
21707   'p4' => '217',
21708   'p5' => '234',
21709   'p6' => '239',
21710   'p7' => '0',
21711   'p8' => '0',
21712   'p9' => '0',
21713   'updated' => '0',
21714 ))
21715 ->values(array(
21716   'menu_name' => 'management',
21717   'mlid' => '240',
21718   'plid' => '235',
21719   'link_path' => 'admin/config/media/image-styles/edit/%/add/%',
21720   'router_path' => 'admin/config/media/image-styles/edit/%/add/%',
21721   'link_title' => 'Add image effect',
21722   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Add a new effect to a style.";}}',
21723   'module' => 'system',
21724   'hidden' => '0',
21725   'external' => '0',
21726   'has_children' => '0',
21727   'expanded' => '0',
21728   'weight' => '0',
21729   'depth' => '6',
21730   'customized' => '0',
21731   'p1' => '1',
21732   'p2' => '8',
21733   'p3' => '43',
21734   'p4' => '214',
21735   'p5' => '235',
21736   'p6' => '240',
21737   'p7' => '0',
21738   'p8' => '0',
21739   'p9' => '0',
21740   'updated' => '0',
21741 ))
21742 ->values(array(
21743   'menu_name' => 'management',
21744   'mlid' => '241',
21745   'plid' => '235',
21746   'link_path' => 'admin/config/media/image-styles/edit/%/effects/%',
21747   'router_path' => 'admin/config/media/image-styles/edit/%/effects/%',
21748   'link_title' => 'Edit image effect',
21749   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Edit an existing effect within a style.";}}',
21750   'module' => 'system',
21751   'hidden' => '0',
21752   'external' => '0',
21753   'has_children' => '1',
21754   'expanded' => '0',
21755   'weight' => '0',
21756   'depth' => '6',
21757   'customized' => '0',
21758   'p1' => '1',
21759   'p2' => '8',
21760   'p3' => '43',
21761   'p4' => '214',
21762   'p5' => '235',
21763   'p6' => '241',
21764   'p7' => '0',
21765   'p8' => '0',
21766   'p9' => '0',
21767   'updated' => '0',
21768 ))
21769 ->values(array(
21770   'menu_name' => 'management',
21771   'mlid' => '242',
21772   'plid' => '241',
21773   'link_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
21774   'router_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
21775   'link_title' => 'Delete image effect',
21776   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Delete an existing effect from a style.";}}',
21777   'module' => 'system',
21778   'hidden' => '0',
21779   'external' => '0',
21780   'has_children' => '0',
21781   'expanded' => '0',
21782   'weight' => '0',
21783   'depth' => '7',
21784   'customized' => '0',
21785   'p1' => '1',
21786   'p2' => '8',
21787   'p3' => '43',
21788   'p4' => '214',
21789   'p5' => '235',
21790   'p6' => '241',
21791   'p7' => '242',
21792   'p8' => '0',
21793   'p9' => '0',
21794   'updated' => '0',
21795 ))
21796 ->values(array(
21797   'menu_name' => 'shortcut-set-1',
21798   'mlid' => '243',
21799   'plid' => '0',
21800   'link_path' => 'node/add',
21801   'router_path' => 'node/add',
21802   'link_title' => 'Add content',
21803   'options' => 'a:0:{}',
21804   'module' => 'menu',
21805   'hidden' => '0',
21806   'external' => '0',
21807   'has_children' => '0',
21808   'expanded' => '0',
21809   'weight' => '-20',
21810   'depth' => '1',
21811   'customized' => '0',
21812   'p1' => '243',
21813   'p2' => '0',
21814   'p3' => '0',
21815   'p4' => '0',
21816   'p5' => '0',
21817   'p6' => '0',
21818   'p7' => '0',
21819   'p8' => '0',
21820   'p9' => '0',
21821   'updated' => '0',
21822 ))
21823 ->values(array(
21824   'menu_name' => 'shortcut-set-1',
21825   'mlid' => '244',
21826   'plid' => '0',
21827   'link_path' => 'admin/content',
21828   'router_path' => 'admin/content',
21829   'link_title' => 'Find content',
21830   'options' => 'a:0:{}',
21831   'module' => 'menu',
21832   'hidden' => '0',
21833   'external' => '0',
21834   'has_children' => '0',
21835   'expanded' => '0',
21836   'weight' => '-19',
21837   'depth' => '1',
21838   'customized' => '0',
21839   'p1' => '244',
21840   'p2' => '0',
21841   'p3' => '0',
21842   'p4' => '0',
21843   'p5' => '0',
21844   'p6' => '0',
21845   'p7' => '0',
21846   'p8' => '0',
21847   'p9' => '0',
21848   'updated' => '0',
21849 ))
21850 ->values(array(
21851   'menu_name' => 'main-menu',
21852   'mlid' => '245',
21853   'plid' => '0',
21854   'link_path' => '<front>',
21855   'router_path' => '',
21856   'link_title' => 'Home',
21857   'options' => 'a:0:{}',
21858   'module' => 'menu',
21859   'hidden' => '0',
21860   'external' => '1',
21861   'has_children' => '0',
21862   'expanded' => '0',
21863   'weight' => '0',
21864   'depth' => '1',
21865   'customized' => '0',
21866   'p1' => '245',
21867   'p2' => '0',
21868   'p3' => '0',
21869   'p4' => '0',
21870   'p5' => '0',
21871   'p6' => '0',
21872   'p7' => '0',
21873   'p8' => '0',
21874   'p9' => '0',
21875   'updated' => '0',
21876 ))
21877 ->values(array(
21878   'menu_name' => 'navigation',
21879   'mlid' => '246',
21880   'plid' => '6',
21881   'link_path' => 'node/add/article',
21882   'router_path' => 'node/add/article',
21883   'link_title' => 'Article',
21884   '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.";}}',
21885   'module' => 'system',
21886   'hidden' => '0',
21887   'external' => '0',
21888   'has_children' => '0',
21889   'expanded' => '0',
21890   'weight' => '0',
21891   'depth' => '2',
21892   'customized' => '0',
21893   'p1' => '6',
21894   'p2' => '246',
21895   'p3' => '0',
21896   'p4' => '0',
21897   'p5' => '0',
21898   'p6' => '0',
21899   'p7' => '0',
21900   'p8' => '0',
21901   'p9' => '0',
21902   'updated' => '0',
21903 ))
21904 ->values(array(
21905   'menu_name' => 'navigation',
21906   'mlid' => '247',
21907   'plid' => '6',
21908   'link_path' => 'node/add/page',
21909   'router_path' => 'node/add/page',
21910   'link_title' => 'Basic page',
21911   '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.\";}}",
21912   'module' => 'system',
21913   'hidden' => '0',
21914   'external' => '0',
21915   'has_children' => '0',
21916   'expanded' => '0',
21917   'weight' => '0',
21918   'depth' => '2',
21919   'customized' => '0',
21920   'p1' => '6',
21921   'p2' => '247',
21922   'p3' => '0',
21923   'p4' => '0',
21924   'p5' => '0',
21925   'p6' => '0',
21926   'p7' => '0',
21927   'p8' => '0',
21928   'p9' => '0',
21929   'updated' => '0',
21930 ))
21931 ->values(array(
21932   'menu_name' => 'management',
21933   'mlid' => '248',
21934   'plid' => '175',
21935   'link_path' => 'admin/help/toolbar',
21936   'router_path' => 'admin/help/toolbar',
21937   'link_title' => 'toolbar',
21938   'options' => 'a:0:{}',
21939   'module' => 'system',
21940   'hidden' => '-1',
21941   'external' => '0',
21942   'has_children' => '0',
21943   'expanded' => '0',
21944   'weight' => '0',
21945   'depth' => '3',
21946   'customized' => '0',
21947   'p1' => '1',
21948   'p2' => '175',
21949   'p3' => '248',
21950   'p4' => '0',
21951   'p5' => '0',
21952   'p6' => '0',
21953   'p7' => '0',
21954   'p8' => '0',
21955   'p9' => '0',
21956   'updated' => '0',
21957 ))
21958 ->values(array(
21959   'menu_name' => 'management',
21960   'mlid' => '287',
21961   'plid' => '18',
21962   'link_path' => 'admin/reports/updates',
21963   'router_path' => 'admin/reports/updates',
21964   'link_title' => 'Available updates',
21965   '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.";}}',
21966   'module' => 'system',
21967   'hidden' => '0',
21968   'external' => '0',
21969   'has_children' => '0',
21970   'expanded' => '0',
21971   'weight' => '-50',
21972   'depth' => '3',
21973   'customized' => '0',
21974   'p1' => '1',
21975   'p2' => '18',
21976   'p3' => '287',
21977   'p4' => '0',
21978   'p5' => '0',
21979   'p6' => '0',
21980   'p7' => '0',
21981   'p8' => '0',
21982   'p9' => '0',
21983   'updated' => '0',
21984 ))
21985 ->values(array(
21986   'menu_name' => 'management',
21987   'mlid' => '288',
21988   'plid' => '15',
21989   'link_path' => 'admin/modules/install',
21990   'router_path' => 'admin/modules/install',
21991   'link_title' => 'Install new module',
21992   'options' => 'a:0:{}',
21993   'module' => 'system',
21994   'hidden' => '-1',
21995   'external' => '0',
21996   'has_children' => '0',
21997   'expanded' => '0',
21998   'weight' => '25',
21999   'depth' => '3',
22000   'customized' => '0',
22001   'p1' => '1',
22002   'p2' => '15',
22003   'p3' => '288',
22004   'p4' => '0',
22005   'p5' => '0',
22006   'p6' => '0',
22007   'p7' => '0',
22008   'p8' => '0',
22009   'p9' => '0',
22010   'updated' => '0',
22011 ))
22012 ->values(array(
22013   'menu_name' => 'management',
22014   'mlid' => '289',
22015   'plid' => '7',
22016   'link_path' => 'admin/appearance/install',
22017   'router_path' => 'admin/appearance/install',
22018   'link_title' => 'Install new theme',
22019   'options' => 'a:0:{}',
22020   'module' => 'system',
22021   'hidden' => '-1',
22022   'external' => '0',
22023   'has_children' => '0',
22024   'expanded' => '0',
22025   'weight' => '25',
22026   'depth' => '3',
22027   'customized' => '0',
22028   'p1' => '1',
22029   'p2' => '7',
22030   'p3' => '289',
22031   'p4' => '0',
22032   'p5' => '0',
22033   'p6' => '0',
22034   'p7' => '0',
22035   'p8' => '0',
22036   'p9' => '0',
22037   'updated' => '0',
22038 ))
22039 ->values(array(
22040   'menu_name' => 'management',
22041   'mlid' => '290',
22042   'plid' => '15',
22043   'link_path' => 'admin/modules/update',
22044   'router_path' => 'admin/modules/update',
22045   'link_title' => 'Update',
22046   'options' => 'a:0:{}',
22047   'module' => 'system',
22048   'hidden' => '-1',
22049   'external' => '0',
22050   'has_children' => '0',
22051   'expanded' => '0',
22052   'weight' => '10',
22053   'depth' => '3',
22054   'customized' => '0',
22055   'p1' => '1',
22056   'p2' => '15',
22057   'p3' => '290',
22058   'p4' => '0',
22059   'p5' => '0',
22060   'p6' => '0',
22061   'p7' => '0',
22062   'p8' => '0',
22063   'p9' => '0',
22064   'updated' => '0',
22065 ))
22066 ->values(array(
22067   'menu_name' => 'management',
22068   'mlid' => '291',
22069   'plid' => '7',
22070   'link_path' => 'admin/appearance/update',
22071   'router_path' => 'admin/appearance/update',
22072   'link_title' => 'Update',
22073   'options' => 'a:0:{}',
22074   'module' => 'system',
22075   'hidden' => '-1',
22076   'external' => '0',
22077   'has_children' => '0',
22078   'expanded' => '0',
22079   'weight' => '10',
22080   'depth' => '3',
22081   'customized' => '0',
22082   'p1' => '1',
22083   'p2' => '7',
22084   'p3' => '291',
22085   'p4' => '0',
22086   'p5' => '0',
22087   'p6' => '0',
22088   'p7' => '0',
22089   'p8' => '0',
22090   'p9' => '0',
22091   'updated' => '0',
22092 ))
22093 ->values(array(
22094   'menu_name' => 'management',
22095   'mlid' => '292',
22096   'plid' => '175',
22097   'link_path' => 'admin/help/update',
22098   'router_path' => 'admin/help/update',
22099   'link_title' => 'update',
22100   'options' => 'a:0:{}',
22101   'module' => 'system',
22102   'hidden' => '-1',
22103   'external' => '0',
22104   'has_children' => '0',
22105   'expanded' => '0',
22106   'weight' => '0',
22107   'depth' => '3',
22108   'customized' => '0',
22109   'p1' => '1',
22110   'p2' => '175',
22111   'p3' => '292',
22112   'p4' => '0',
22113   'p5' => '0',
22114   'p6' => '0',
22115   'p7' => '0',
22116   'p8' => '0',
22117   'p9' => '0',
22118   'updated' => '0',
22119 ))
22120 ->values(array(
22121   'menu_name' => 'management',
22122   'mlid' => '293',
22123   'plid' => '287',
22124   'link_path' => 'admin/reports/updates/list',
22125   'router_path' => 'admin/reports/updates/list',
22126   'link_title' => 'List',
22127   'options' => 'a:0:{}',
22128   'module' => 'system',
22129   'hidden' => '-1',
22130   'external' => '0',
22131   'has_children' => '0',
22132   'expanded' => '0',
22133   'weight' => '0',
22134   'depth' => '4',
22135   'customized' => '0',
22136   'p1' => '1',
22137   'p2' => '18',
22138   'p3' => '287',
22139   'p4' => '293',
22140   'p5' => '0',
22141   'p6' => '0',
22142   'p7' => '0',
22143   'p8' => '0',
22144   'p9' => '0',
22145   'updated' => '0',
22146 ))
22147 ->values(array(
22148   'menu_name' => 'management',
22149   'mlid' => '294',
22150   'plid' => '287',
22151   'link_path' => 'admin/reports/updates/settings',
22152   'router_path' => 'admin/reports/updates/settings',
22153   'link_title' => 'Settings',
22154   'options' => 'a:0:{}',
22155   'module' => 'system',
22156   'hidden' => '-1',
22157   'external' => '0',
22158   'has_children' => '0',
22159   'expanded' => '0',
22160   'weight' => '50',
22161   'depth' => '4',
22162   'customized' => '0',
22163   'p1' => '1',
22164   'p2' => '18',
22165   'p3' => '287',
22166   'p4' => '294',
22167   'p5' => '0',
22168   'p6' => '0',
22169   'p7' => '0',
22170   'p8' => '0',
22171   'p9' => '0',
22172   'updated' => '0',
22173 ))
22174 ->values(array(
22175   'menu_name' => 'management',
22176   'mlid' => '295',
22177   'plid' => '287',
22178   'link_path' => 'admin/reports/updates/install',
22179   'router_path' => 'admin/reports/updates/install',
22180   'link_title' => 'Install new module or theme',
22181   'options' => 'a:0:{}',
22182   'module' => 'system',
22183   'hidden' => '-1',
22184   'external' => '0',
22185   'has_children' => '0',
22186   'expanded' => '0',
22187   'weight' => '25',
22188   'depth' => '4',
22189   'customized' => '0',
22190   'p1' => '1',
22191   'p2' => '18',
22192   'p3' => '287',
22193   'p4' => '295',
22194   'p5' => '0',
22195   'p6' => '0',
22196   'p7' => '0',
22197   'p8' => '0',
22198   'p9' => '0',
22199   'updated' => '0',
22200 ))
22201 ->values(array(
22202   'menu_name' => 'management',
22203   'mlid' => '296',
22204   'plid' => '287',
22205   'link_path' => 'admin/reports/updates/update',
22206   'router_path' => 'admin/reports/updates/update',
22207   'link_title' => 'Update',
22208   'options' => 'a:0:{}',
22209   'module' => 'system',
22210   'hidden' => '-1',
22211   'external' => '0',
22212   'has_children' => '0',
22213   'expanded' => '0',
22214   'weight' => '10',
22215   'depth' => '4',
22216   'customized' => '0',
22217   'p1' => '1',
22218   'p2' => '18',
22219   'p3' => '287',
22220   'p4' => '296',
22221   'p5' => '0',
22222   'p6' => '0',
22223   'p7' => '0',
22224   'p8' => '0',
22225   'p9' => '0',
22226   'updated' => '0',
22227 ))
22228 ->values(array(
22229   'menu_name' => 'management',
22230   'mlid' => '297',
22231   'plid' => '212',
22232   'link_path' => 'admin/structure/taxonomy/%/display',
22233   'router_path' => 'admin/structure/taxonomy/%/display',
22234   'link_title' => 'Manage display',
22235   'options' => 'a:0:{}',
22236   'module' => 'system',
22237   'hidden' => '-1',
22238   'external' => '0',
22239   'has_children' => '0',
22240   'expanded' => '0',
22241   'weight' => '2',
22242   'depth' => '5',
22243   'customized' => '0',
22244   'p1' => '1',
22245   'p2' => '20',
22246   'p3' => '180',
22247   'p4' => '212',
22248   'p5' => '297',
22249   'p6' => '0',
22250   'p7' => '0',
22251   'p8' => '0',
22252   'p9' => '0',
22253   'updated' => '0',
22254 ))
22255 ->values(array(
22256   'menu_name' => 'management',
22257   'mlid' => '298',
22258   'plid' => '66',
22259   'link_path' => 'admin/config/people/accounts/display',
22260   'router_path' => 'admin/config/people/accounts/display',
22261   'link_title' => 'Manage display',
22262   'options' => 'a:0:{}',
22263   'module' => 'system',
22264   'hidden' => '-1',
22265   'external' => '0',
22266   'has_children' => '0',
22267   'expanded' => '0',
22268   'weight' => '2',
22269   'depth' => '5',
22270   'customized' => '0',
22271   'p1' => '1',
22272   'p2' => '8',
22273   'p3' => '45',
22274   'p4' => '66',
22275   'p5' => '298',
22276   'p6' => '0',
22277   'p7' => '0',
22278   'p8' => '0',
22279   'p9' => '0',
22280   'updated' => '0',
22281 ))
22282 ->values(array(
22283   'menu_name' => 'management',
22284   'mlid' => '299',
22285   'plid' => '212',
22286   'link_path' => 'admin/structure/taxonomy/%/fields',
22287   'router_path' => 'admin/structure/taxonomy/%/fields',
22288   'link_title' => 'Manage fields',
22289   'options' => 'a:0:{}',
22290   'module' => 'system',
22291   'hidden' => '-1',
22292   'external' => '0',
22293   'has_children' => '1',
22294   'expanded' => '0',
22295   'weight' => '1',
22296   'depth' => '5',
22297   'customized' => '0',
22298   'p1' => '1',
22299   'p2' => '20',
22300   'p3' => '180',
22301   'p4' => '212',
22302   'p5' => '299',
22303   'p6' => '0',
22304   'p7' => '0',
22305   'p8' => '0',
22306   'p9' => '0',
22307   'updated' => '0',
22308 ))
22309 ->values(array(
22310   'menu_name' => 'management',
22311   'mlid' => '300',
22312   'plid' => '66',
22313   'link_path' => 'admin/config/people/accounts/fields',
22314   'router_path' => 'admin/config/people/accounts/fields',
22315   'link_title' => 'Manage fields',
22316   'options' => 'a:0:{}',
22317   'module' => 'system',
22318   'hidden' => '-1',
22319   'external' => '0',
22320   'has_children' => '1',
22321   'expanded' => '0',
22322   'weight' => '1',
22323   'depth' => '5',
22324   'customized' => '0',
22325   'p1' => '1',
22326   'p2' => '8',
22327   'p3' => '45',
22328   'p4' => '66',
22329   'p5' => '300',
22330   'p6' => '0',
22331   'p7' => '0',
22332   'p8' => '0',
22333   'p9' => '0',
22334   'updated' => '0',
22335 ))
22336 ->values(array(
22337   'menu_name' => 'management',
22338   'mlid' => '301',
22339   'plid' => '297',
22340   'link_path' => 'admin/structure/taxonomy/%/display/default',
22341   'router_path' => 'admin/structure/taxonomy/%/display/default',
22342   'link_title' => 'Default',
22343   'options' => 'a:0:{}',
22344   'module' => 'system',
22345   'hidden' => '-1',
22346   'external' => '0',
22347   'has_children' => '0',
22348   'expanded' => '0',
22349   'weight' => '-10',
22350   'depth' => '6',
22351   'customized' => '0',
22352   'p1' => '1',
22353   'p2' => '20',
22354   'p3' => '180',
22355   'p4' => '212',
22356   'p5' => '297',
22357   'p6' => '301',
22358   'p7' => '0',
22359   'p8' => '0',
22360   'p9' => '0',
22361   'updated' => '0',
22362 ))
22363 ->values(array(
22364   'menu_name' => 'management',
22365   'mlid' => '302',
22366   'plid' => '298',
22367   'link_path' => 'admin/config/people/accounts/display/default',
22368   'router_path' => 'admin/config/people/accounts/display/default',
22369   'link_title' => 'Default',
22370   'options' => 'a:0:{}',
22371   'module' => 'system',
22372   'hidden' => '-1',
22373   'external' => '0',
22374   'has_children' => '0',
22375   'expanded' => '0',
22376   'weight' => '-10',
22377   'depth' => '6',
22378   'customized' => '0',
22379   'p1' => '1',
22380   'p2' => '8',
22381   'p3' => '45',
22382   'p4' => '66',
22383   'p5' => '298',
22384   'p6' => '302',
22385   'p7' => '0',
22386   'p8' => '0',
22387   'p9' => '0',
22388   'updated' => '0',
22389 ))
22390 ->values(array(
22391   'menu_name' => 'management',
22392   'mlid' => '303',
22393   'plid' => '114',
22394   'link_path' => 'admin/structure/types/manage/%/display',
22395   'router_path' => 'admin/structure/types/manage/%/display',
22396   'link_title' => 'Manage display',
22397   'options' => 'a:0:{}',
22398   'module' => 'system',
22399   'hidden' => '-1',
22400   'external' => '0',
22401   'has_children' => '0',
22402   'expanded' => '0',
22403   'weight' => '2',
22404   'depth' => '5',
22405   'customized' => '0',
22406   'p1' => '1',
22407   'p2' => '20',
22408   'p3' => '34',
22409   'p4' => '114',
22410   'p5' => '303',
22411   'p6' => '0',
22412   'p7' => '0',
22413   'p8' => '0',
22414   'p9' => '0',
22415   'updated' => '0',
22416 ))
22417 ->values(array(
22418   'menu_name' => 'management',
22419   'mlid' => '304',
22420   'plid' => '114',
22421   'link_path' => 'admin/structure/types/manage/%/fields',
22422   'router_path' => 'admin/structure/types/manage/%/fields',
22423   'link_title' => 'Manage fields',
22424   'options' => 'a:0:{}',
22425   'module' => 'system',
22426   'hidden' => '-1',
22427   'external' => '0',
22428   'has_children' => '1',
22429   'expanded' => '0',
22430   'weight' => '1',
22431   'depth' => '5',
22432   'customized' => '0',
22433   'p1' => '1',
22434   'p2' => '20',
22435   'p3' => '34',
22436   'p4' => '114',
22437   'p5' => '304',
22438   'p6' => '0',
22439   'p7' => '0',
22440   'p8' => '0',
22441   'p9' => '0',
22442   'updated' => '0',
22443 ))
22444 ->values(array(
22445   'menu_name' => 'management',
22446   'mlid' => '305',
22447   'plid' => '297',
22448   'link_path' => 'admin/structure/taxonomy/%/display/full',
22449   'router_path' => 'admin/structure/taxonomy/%/display/full',
22450   'link_title' => 'Taxonomy term page',
22451   'options' => 'a:0:{}',
22452   'module' => 'system',
22453   'hidden' => '-1',
22454   'external' => '0',
22455   'has_children' => '0',
22456   'expanded' => '0',
22457   'weight' => '0',
22458   'depth' => '6',
22459   'customized' => '0',
22460   'p1' => '1',
22461   'p2' => '20',
22462   'p3' => '180',
22463   'p4' => '212',
22464   'p5' => '297',
22465   'p6' => '305',
22466   'p7' => '0',
22467   'p8' => '0',
22468   'p9' => '0',
22469   'updated' => '0',
22470 ))
22471 ->values(array(
22472   'menu_name' => 'management',
22473   'mlid' => '306',
22474   'plid' => '298',
22475   'link_path' => 'admin/config/people/accounts/display/full',
22476   'router_path' => 'admin/config/people/accounts/display/full',
22477   'link_title' => 'User account',
22478   'options' => 'a:0:{}',
22479   'module' => 'system',
22480   'hidden' => '-1',
22481   'external' => '0',
22482   'has_children' => '0',
22483   'expanded' => '0',
22484   'weight' => '0',
22485   'depth' => '6',
22486   'customized' => '0',
22487   'p1' => '1',
22488   'p2' => '8',
22489   'p3' => '45',
22490   'p4' => '66',
22491   'p5' => '298',
22492   'p6' => '306',
22493   'p7' => '0',
22494   'p8' => '0',
22495   'p9' => '0',
22496   'updated' => '0',
22497 ))
22498 ->values(array(
22499   'menu_name' => 'management',
22500   'mlid' => '307',
22501   'plid' => '299',
22502   'link_path' => 'admin/structure/taxonomy/%/fields/%',
22503   'router_path' => 'admin/structure/taxonomy/%/fields/%',
22504   'link_title' => '',
22505   'options' => 'a:0:{}',
22506   'module' => 'system',
22507   'hidden' => '0',
22508   'external' => '0',
22509   'has_children' => '0',
22510   'expanded' => '0',
22511   'weight' => '0',
22512   'depth' => '6',
22513   'customized' => '0',
22514   'p1' => '1',
22515   'p2' => '20',
22516   'p3' => '180',
22517   'p4' => '212',
22518   'p5' => '299',
22519   'p6' => '307',
22520   'p7' => '0',
22521   'p8' => '0',
22522   'p9' => '0',
22523   'updated' => '0',
22524 ))
22525 ->values(array(
22526   'menu_name' => 'management',
22527   'mlid' => '308',
22528   'plid' => '300',
22529   'link_path' => 'admin/config/people/accounts/fields/%',
22530   'router_path' => 'admin/config/people/accounts/fields/%',
22531   'link_title' => '',
22532   'options' => 'a:0:{}',
22533   'module' => 'system',
22534   'hidden' => '0',
22535   'external' => '0',
22536   'has_children' => '0',
22537   'expanded' => '0',
22538   'weight' => '0',
22539   'depth' => '6',
22540   'customized' => '0',
22541   'p1' => '1',
22542   'p2' => '8',
22543   'p3' => '45',
22544   'p4' => '66',
22545   'p5' => '300',
22546   'p6' => '308',
22547   'p7' => '0',
22548   'p8' => '0',
22549   'p9' => '0',
22550   'updated' => '0',
22551 ))
22552 ->values(array(
22553   'menu_name' => 'management',
22554   'mlid' => '309',
22555   'plid' => '303',
22556   'link_path' => 'admin/structure/types/manage/%/display/default',
22557   'router_path' => 'admin/structure/types/manage/%/display/default',
22558   'link_title' => 'Default',
22559   'options' => 'a:0:{}',
22560   'module' => 'system',
22561   'hidden' => '-1',
22562   'external' => '0',
22563   'has_children' => '0',
22564   'expanded' => '0',
22565   'weight' => '-10',
22566   'depth' => '6',
22567   'customized' => '0',
22568   'p1' => '1',
22569   'p2' => '20',
22570   'p3' => '34',
22571   'p4' => '114',
22572   'p5' => '303',
22573   'p6' => '309',
22574   'p7' => '0',
22575   'p8' => '0',
22576   'p9' => '0',
22577   'updated' => '0',
22578 ))
22579 ->values(array(
22580   'menu_name' => 'management',
22581   'mlid' => '310',
22582   'plid' => '303',
22583   'link_path' => 'admin/structure/types/manage/%/display/full',
22584   'router_path' => 'admin/structure/types/manage/%/display/full',
22585   'link_title' => 'Full content',
22586   'options' => 'a:0:{}',
22587   'module' => 'system',
22588   'hidden' => '-1',
22589   'external' => '0',
22590   'has_children' => '0',
22591   'expanded' => '0',
22592   'weight' => '0',
22593   'depth' => '6',
22594   'customized' => '0',
22595   'p1' => '1',
22596   'p2' => '20',
22597   'p3' => '34',
22598   'p4' => '114',
22599   'p5' => '303',
22600   'p6' => '310',
22601   'p7' => '0',
22602   'p8' => '0',
22603   'p9' => '0',
22604   'updated' => '0',
22605 ))
22606 ->values(array(
22607   'menu_name' => 'management',
22608   'mlid' => '311',
22609   'plid' => '303',
22610   'link_path' => 'admin/structure/types/manage/%/display/rss',
22611   'router_path' => 'admin/structure/types/manage/%/display/rss',
22612   'link_title' => 'RSS',
22613   'options' => 'a:0:{}',
22614   'module' => 'system',
22615   'hidden' => '-1',
22616   'external' => '0',
22617   'has_children' => '0',
22618   'expanded' => '0',
22619   'weight' => '2',
22620   'depth' => '6',
22621   'customized' => '0',
22622   'p1' => '1',
22623   'p2' => '20',
22624   'p3' => '34',
22625   'p4' => '114',
22626   'p5' => '303',
22627   'p6' => '311',
22628   'p7' => '0',
22629   'p8' => '0',
22630   'p9' => '0',
22631   'updated' => '0',
22632 ))
22633 ->values(array(
22634   'menu_name' => 'management',
22635   'mlid' => '312',
22636   'plid' => '303',
22637   'link_path' => 'admin/structure/types/manage/%/display/search_index',
22638   'router_path' => 'admin/structure/types/manage/%/display/search_index',
22639   'link_title' => 'Search index',
22640   'options' => 'a:0:{}',
22641   'module' => 'system',
22642   'hidden' => '-1',
22643   'external' => '0',
22644   'has_children' => '0',
22645   'expanded' => '0',
22646   'weight' => '3',
22647   'depth' => '6',
22648   'customized' => '0',
22649   'p1' => '1',
22650   'p2' => '20',
22651   'p3' => '34',
22652   'p4' => '114',
22653   'p5' => '303',
22654   'p6' => '312',
22655   'p7' => '0',
22656   'p8' => '0',
22657   'p9' => '0',
22658   'updated' => '0',
22659 ))
22660 ->values(array(
22661   'menu_name' => 'management',
22662   'mlid' => '313',
22663   'plid' => '303',
22664   'link_path' => 'admin/structure/types/manage/%/display/search_result',
22665   'router_path' => 'admin/structure/types/manage/%/display/search_result',
22666   'link_title' => 'Search result highlighting input',
22667   'options' => 'a:0:{}',
22668   'module' => 'system',
22669   'hidden' => '-1',
22670   'external' => '0',
22671   'has_children' => '0',
22672   'expanded' => '0',
22673   'weight' => '4',
22674   'depth' => '6',
22675   'customized' => '0',
22676   'p1' => '1',
22677   'p2' => '20',
22678   'p3' => '34',
22679   'p4' => '114',
22680   'p5' => '303',
22681   'p6' => '313',
22682   'p7' => '0',
22683   'p8' => '0',
22684   'p9' => '0',
22685   'updated' => '0',
22686 ))
22687 ->values(array(
22688   'menu_name' => 'management',
22689   'mlid' => '314',
22690   'plid' => '303',
22691   'link_path' => 'admin/structure/types/manage/%/display/teaser',
22692   'router_path' => 'admin/structure/types/manage/%/display/teaser',
22693   'link_title' => 'Teaser',
22694   'options' => 'a:0:{}',
22695   'module' => 'system',
22696   'hidden' => '-1',
22697   'external' => '0',
22698   'has_children' => '0',
22699   'expanded' => '0',
22700   'weight' => '1',
22701   'depth' => '6',
22702   'customized' => '0',
22703   'p1' => '1',
22704   'p2' => '20',
22705   'p3' => '34',
22706   'p4' => '114',
22707   'p5' => '303',
22708   'p6' => '314',
22709   'p7' => '0',
22710   'p8' => '0',
22711   'p9' => '0',
22712   'updated' => '0',
22713 ))
22714 ->values(array(
22715   'menu_name' => 'management',
22716   'mlid' => '315',
22717   'plid' => '304',
22718   'link_path' => 'admin/structure/types/manage/%/fields/%',
22719   'router_path' => 'admin/structure/types/manage/%/fields/%',
22720   'link_title' => '',
22721   'options' => 'a:0:{}',
22722   'module' => 'system',
22723   'hidden' => '0',
22724   'external' => '0',
22725   'has_children' => '0',
22726   'expanded' => '0',
22727   'weight' => '0',
22728   'depth' => '6',
22729   'customized' => '0',
22730   'p1' => '1',
22731   'p2' => '20',
22732   'p3' => '34',
22733   'p4' => '114',
22734   'p5' => '304',
22735   'p6' => '315',
22736   'p7' => '0',
22737   'p8' => '0',
22738   'p9' => '0',
22739   'updated' => '0',
22740 ))
22741 ->values(array(
22742   'menu_name' => 'management',
22743   'mlid' => '316',
22744   'plid' => '307',
22745   'link_path' => 'admin/structure/taxonomy/%/fields/%/delete',
22746   'router_path' => 'admin/structure/taxonomy/%/fields/%/delete',
22747   'link_title' => 'Delete',
22748   'options' => 'a:0:{}',
22749   'module' => 'system',
22750   'hidden' => '-1',
22751   'external' => '0',
22752   'has_children' => '0',
22753   'expanded' => '0',
22754   'weight' => '10',
22755   'depth' => '7',
22756   'customized' => '0',
22757   'p1' => '1',
22758   'p2' => '20',
22759   'p3' => '180',
22760   'p4' => '212',
22761   'p5' => '299',
22762   'p6' => '307',
22763   'p7' => '316',
22764   'p8' => '0',
22765   'p9' => '0',
22766   'updated' => '0',
22767 ))
22768 ->values(array(
22769   'menu_name' => 'management',
22770   'mlid' => '317',
22771   'plid' => '307',
22772   'link_path' => 'admin/structure/taxonomy/%/fields/%/edit',
22773   'router_path' => 'admin/structure/taxonomy/%/fields/%/edit',
22774   'link_title' => 'Edit',
22775   'options' => 'a:0:{}',
22776   'module' => 'system',
22777   'hidden' => '-1',
22778   'external' => '0',
22779   'has_children' => '0',
22780   'expanded' => '0',
22781   'weight' => '0',
22782   'depth' => '7',
22783   'customized' => '0',
22784   'p1' => '1',
22785   'p2' => '20',
22786   'p3' => '180',
22787   'p4' => '212',
22788   'p5' => '299',
22789   'p6' => '307',
22790   'p7' => '317',
22791   'p8' => '0',
22792   'p9' => '0',
22793   'updated' => '0',
22794 ))
22795 ->values(array(
22796   'menu_name' => 'management',
22797   'mlid' => '318',
22798   'plid' => '307',
22799   'link_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
22800   'router_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
22801   'link_title' => 'Field settings',
22802   'options' => 'a:0:{}',
22803   'module' => 'system',
22804   'hidden' => '-1',
22805   'external' => '0',
22806   'has_children' => '0',
22807   'expanded' => '0',
22808   'weight' => '0',
22809   'depth' => '7',
22810   'customized' => '0',
22811   'p1' => '1',
22812   'p2' => '20',
22813   'p3' => '180',
22814   'p4' => '212',
22815   'p5' => '299',
22816   'p6' => '307',
22817   'p7' => '318',
22818   'p8' => '0',
22819   'p9' => '0',
22820   'updated' => '0',
22821 ))
22822 ->values(array(
22823   'menu_name' => 'management',
22824   'mlid' => '319',
22825   'plid' => '307',
22826   'link_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
22827   'router_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
22828   'link_title' => 'Widget type',
22829   'options' => 'a:0:{}',
22830   'module' => 'system',
22831   'hidden' => '-1',
22832   'external' => '0',
22833   'has_children' => '0',
22834   'expanded' => '0',
22835   'weight' => '0',
22836   'depth' => '7',
22837   'customized' => '0',
22838   'p1' => '1',
22839   'p2' => '20',
22840   'p3' => '180',
22841   'p4' => '212',
22842   'p5' => '299',
22843   'p6' => '307',
22844   'p7' => '319',
22845   'p8' => '0',
22846   'p9' => '0',
22847   'updated' => '0',
22848 ))
22849 ->values(array(
22850   'menu_name' => 'management',
22851   'mlid' => '320',
22852   'plid' => '308',
22853   'link_path' => 'admin/config/people/accounts/fields/%/delete',
22854   'router_path' => 'admin/config/people/accounts/fields/%/delete',
22855   'link_title' => 'Delete',
22856   'options' => 'a:0:{}',
22857   'module' => 'system',
22858   'hidden' => '-1',
22859   'external' => '0',
22860   'has_children' => '0',
22861   'expanded' => '0',
22862   'weight' => '10',
22863   'depth' => '7',
22864   'customized' => '0',
22865   'p1' => '1',
22866   'p2' => '8',
22867   'p3' => '45',
22868   'p4' => '66',
22869   'p5' => '300',
22870   'p6' => '308',
22871   'p7' => '320',
22872   'p8' => '0',
22873   'p9' => '0',
22874   'updated' => '0',
22875 ))
22876 ->values(array(
22877   'menu_name' => 'management',
22878   'mlid' => '321',
22879   'plid' => '308',
22880   'link_path' => 'admin/config/people/accounts/fields/%/edit',
22881   'router_path' => 'admin/config/people/accounts/fields/%/edit',
22882   'link_title' => 'Edit',
22883   'options' => 'a:0:{}',
22884   'module' => 'system',
22885   'hidden' => '-1',
22886   'external' => '0',
22887   'has_children' => '0',
22888   'expanded' => '0',
22889   'weight' => '0',
22890   'depth' => '7',
22891   'customized' => '0',
22892   'p1' => '1',
22893   'p2' => '8',
22894   'p3' => '45',
22895   'p4' => '66',
22896   'p5' => '300',
22897   'p6' => '308',
22898   'p7' => '321',
22899   'p8' => '0',
22900   'p9' => '0',
22901   'updated' => '0',
22902 ))
22903 ->values(array(
22904   'menu_name' => 'management',
22905   'mlid' => '322',
22906   'plid' => '308',
22907   'link_path' => 'admin/config/people/accounts/fields/%/field-settings',
22908   'router_path' => 'admin/config/people/accounts/fields/%/field-settings',
22909   'link_title' => 'Field settings',
22910   'options' => 'a:0:{}',
22911   'module' => 'system',
22912   'hidden' => '-1',
22913   'external' => '0',
22914   'has_children' => '0',
22915   'expanded' => '0',
22916   'weight' => '0',
22917   'depth' => '7',
22918   'customized' => '0',
22919   'p1' => '1',
22920   'p2' => '8',
22921   'p3' => '45',
22922   'p4' => '66',
22923   'p5' => '300',
22924   'p6' => '308',
22925   'p7' => '322',
22926   'p8' => '0',
22927   'p9' => '0',
22928   'updated' => '0',
22929 ))
22930 ->values(array(
22931   'menu_name' => 'management',
22932   'mlid' => '323',
22933   'plid' => '308',
22934   'link_path' => 'admin/config/people/accounts/fields/%/widget-type',
22935   'router_path' => 'admin/config/people/accounts/fields/%/widget-type',
22936   'link_title' => 'Widget type',
22937   'options' => 'a:0:{}',
22938   'module' => 'system',
22939   'hidden' => '-1',
22940   'external' => '0',
22941   'has_children' => '0',
22942   'expanded' => '0',
22943   'weight' => '0',
22944   'depth' => '7',
22945   'customized' => '0',
22946   'p1' => '1',
22947   'p2' => '8',
22948   'p3' => '45',
22949   'p4' => '66',
22950   'p5' => '300',
22951   'p6' => '308',
22952   'p7' => '323',
22953   'p8' => '0',
22954   'p9' => '0',
22955   'updated' => '0',
22956 ))
22957 ->values(array(
22958   'menu_name' => 'management',
22959   'mlid' => '324',
22960   'plid' => '161',
22961   'link_path' => 'admin/structure/types/manage/%/comment/display/default',
22962   'router_path' => 'admin/structure/types/manage/%/comment/display/default',
22963   'link_title' => 'Default',
22964   'options' => 'a:0:{}',
22965   'module' => 'system',
22966   'hidden' => '-1',
22967   'external' => '0',
22968   'has_children' => '0',
22969   'expanded' => '0',
22970   'weight' => '-10',
22971   'depth' => '6',
22972   'customized' => '0',
22973   'p1' => '1',
22974   'p2' => '20',
22975   'p3' => '34',
22976   'p4' => '114',
22977   'p5' => '161',
22978   'p6' => '324',
22979   'p7' => '0',
22980   'p8' => '0',
22981   'p9' => '0',
22982   'updated' => '0',
22983 ))
22984 ->values(array(
22985   'menu_name' => 'management',
22986   'mlid' => '325',
22987   'plid' => '161',
22988   'link_path' => 'admin/structure/types/manage/%/comment/display/full',
22989   'router_path' => 'admin/structure/types/manage/%/comment/display/full',
22990   'link_title' => 'Full comment',
22991   'options' => 'a:0:{}',
22992   'module' => 'system',
22993   'hidden' => '-1',
22994   'external' => '0',
22995   'has_children' => '0',
22996   'expanded' => '0',
22997   'weight' => '0',
22998   'depth' => '6',
22999   'customized' => '0',
23000   'p1' => '1',
23001   'p2' => '20',
23002   'p3' => '34',
23003   'p4' => '114',
23004   'p5' => '161',
23005   'p6' => '325',
23006   'p7' => '0',
23007   'p8' => '0',
23008   'p9' => '0',
23009   'updated' => '0',
23010 ))
23011 ->values(array(
23012   'menu_name' => 'management',
23013   'mlid' => '326',
23014   'plid' => '162',
23015   'link_path' => 'admin/structure/types/manage/%/comment/fields/%',
23016   'router_path' => 'admin/structure/types/manage/%/comment/fields/%',
23017   'link_title' => '',
23018   'options' => 'a:0:{}',
23019   'module' => 'system',
23020   'hidden' => '0',
23021   'external' => '0',
23022   'has_children' => '0',
23023   'expanded' => '0',
23024   'weight' => '0',
23025   'depth' => '6',
23026   'customized' => '0',
23027   'p1' => '1',
23028   'p2' => '20',
23029   'p3' => '34',
23030   'p4' => '114',
23031   'p5' => '162',
23032   'p6' => '326',
23033   'p7' => '0',
23034   'p8' => '0',
23035   'p9' => '0',
23036   'updated' => '0',
23037 ))
23038 ->values(array(
23039   'menu_name' => 'management',
23040   'mlid' => '327',
23041   'plid' => '315',
23042   'link_path' => 'admin/structure/types/manage/%/fields/%/delete',
23043   'router_path' => 'admin/structure/types/manage/%/fields/%/delete',
23044   'link_title' => 'Delete',
23045   'options' => 'a:0:{}',
23046   'module' => 'system',
23047   'hidden' => '-1',
23048   'external' => '0',
23049   'has_children' => '0',
23050   'expanded' => '0',
23051   'weight' => '10',
23052   'depth' => '7',
23053   'customized' => '0',
23054   'p1' => '1',
23055   'p2' => '20',
23056   'p3' => '34',
23057   'p4' => '114',
23058   'p5' => '304',
23059   'p6' => '315',
23060   'p7' => '327',
23061   'p8' => '0',
23062   'p9' => '0',
23063   'updated' => '0',
23064 ))
23065 ->values(array(
23066   'menu_name' => 'management',
23067   'mlid' => '328',
23068   'plid' => '315',
23069   'link_path' => 'admin/structure/types/manage/%/fields/%/edit',
23070   'router_path' => 'admin/structure/types/manage/%/fields/%/edit',
23071   'link_title' => 'Edit',
23072   'options' => 'a:0:{}',
23073   'module' => 'system',
23074   'hidden' => '-1',
23075   'external' => '0',
23076   'has_children' => '0',
23077   'expanded' => '0',
23078   'weight' => '0',
23079   'depth' => '7',
23080   'customized' => '0',
23081   'p1' => '1',
23082   'p2' => '20',
23083   'p3' => '34',
23084   'p4' => '114',
23085   'p5' => '304',
23086   'p6' => '315',
23087   'p7' => '328',
23088   'p8' => '0',
23089   'p9' => '0',
23090   'updated' => '0',
23091 ))
23092 ->values(array(
23093   'menu_name' => 'management',
23094   'mlid' => '329',
23095   'plid' => '315',
23096   'link_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
23097   'router_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
23098   'link_title' => 'Field settings',
23099   'options' => 'a:0:{}',
23100   'module' => 'system',
23101   'hidden' => '-1',
23102   'external' => '0',
23103   'has_children' => '0',
23104   'expanded' => '0',
23105   'weight' => '0',
23106   'depth' => '7',
23107   'customized' => '0',
23108   'p1' => '1',
23109   'p2' => '20',
23110   'p3' => '34',
23111   'p4' => '114',
23112   'p5' => '304',
23113   'p6' => '315',
23114   'p7' => '329',
23115   'p8' => '0',
23116   'p9' => '0',
23117   'updated' => '0',
23118 ))
23119 ->values(array(
23120   'menu_name' => 'management',
23121   'mlid' => '330',
23122   'plid' => '315',
23123   'link_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
23124   'router_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
23125   'link_title' => 'Widget type',
23126   'options' => 'a:0:{}',
23127   'module' => 'system',
23128   'hidden' => '-1',
23129   'external' => '0',
23130   'has_children' => '0',
23131   'expanded' => '0',
23132   'weight' => '0',
23133   'depth' => '7',
23134   'customized' => '0',
23135   'p1' => '1',
23136   'p2' => '20',
23137   'p3' => '34',
23138   'p4' => '114',
23139   'p5' => '304',
23140   'p6' => '315',
23141   'p7' => '330',
23142   'p8' => '0',
23143   'p9' => '0',
23144   'updated' => '0',
23145 ))
23146 ->values(array(
23147   'menu_name' => 'management',
23148   'mlid' => '331',
23149   'plid' => '326',
23150   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
23151   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
23152   'link_title' => 'Delete',
23153   'options' => 'a:0:{}',
23154   'module' => 'system',
23155   'hidden' => '-1',
23156   'external' => '0',
23157   'has_children' => '0',
23158   'expanded' => '0',
23159   'weight' => '10',
23160   'depth' => '7',
23161   'customized' => '0',
23162   'p1' => '1',
23163   'p2' => '20',
23164   'p3' => '34',
23165   'p4' => '114',
23166   'p5' => '162',
23167   'p6' => '326',
23168   'p7' => '331',
23169   'p8' => '0',
23170   'p9' => '0',
23171   'updated' => '0',
23172 ))
23173 ->values(array(
23174   'menu_name' => 'management',
23175   'mlid' => '332',
23176   'plid' => '326',
23177   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
23178   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
23179   'link_title' => 'Edit',
23180   'options' => 'a:0:{}',
23181   'module' => 'system',
23182   'hidden' => '-1',
23183   'external' => '0',
23184   'has_children' => '0',
23185   'expanded' => '0',
23186   'weight' => '0',
23187   'depth' => '7',
23188   'customized' => '0',
23189   'p1' => '1',
23190   'p2' => '20',
23191   'p3' => '34',
23192   'p4' => '114',
23193   'p5' => '162',
23194   'p6' => '326',
23195   'p7' => '332',
23196   'p8' => '0',
23197   'p9' => '0',
23198   'updated' => '0',
23199 ))
23200 ->values(array(
23201   'menu_name' => 'management',
23202   'mlid' => '333',
23203   'plid' => '326',
23204   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
23205   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
23206   'link_title' => 'Field settings',
23207   'options' => 'a:0:{}',
23208   'module' => 'system',
23209   'hidden' => '-1',
23210   'external' => '0',
23211   'has_children' => '0',
23212   'expanded' => '0',
23213   'weight' => '0',
23214   'depth' => '7',
23215   'customized' => '0',
23216   'p1' => '1',
23217   'p2' => '20',
23218   'p3' => '34',
23219   'p4' => '114',
23220   'p5' => '162',
23221   'p6' => '326',
23222   'p7' => '333',
23223   'p8' => '0',
23224   'p9' => '0',
23225   'updated' => '0',
23226 ))
23227 ->values(array(
23228   'menu_name' => 'management',
23229   'mlid' => '334',
23230   'plid' => '326',
23231   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
23232   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
23233   'link_title' => 'Widget type',
23234   'options' => 'a:0:{}',
23235   'module' => 'system',
23236   'hidden' => '-1',
23237   'external' => '0',
23238   'has_children' => '0',
23239   'expanded' => '0',
23240   'weight' => '0',
23241   'depth' => '7',
23242   'customized' => '0',
23243   'p1' => '1',
23244   'p2' => '20',
23245   'p3' => '34',
23246   'p4' => '114',
23247   'p5' => '162',
23248   'p6' => '326',
23249   'p7' => '334',
23250   'p8' => '0',
23251   'p9' => '0',
23252   'updated' => '0',
23253 ))
23254 ->values(array(
23255   'menu_name' => 'navigation',
23256   'mlid' => '335',
23257   'plid' => '0',
23258   'link_path' => 'blog',
23259   'router_path' => 'blog',
23260   'link_title' => 'Blogs',
23261   'options' => 'a:0:{}',
23262   'module' => 'system',
23263   'hidden' => '1',
23264   'external' => '0',
23265   'has_children' => '1',
23266   'expanded' => '0',
23267   'weight' => '0',
23268   'depth' => '1',
23269   'customized' => '0',
23270   'p1' => '335',
23271   'p2' => '0',
23272   'p3' => '0',
23273   'p4' => '0',
23274   'p5' => '0',
23275   'p6' => '0',
23276   'p7' => '0',
23277   'p8' => '0',
23278   'p9' => '0',
23279   'updated' => '0',
23280 ))
23281 ->values(array(
23282   'menu_name' => 'navigation',
23283   'mlid' => '336',
23284   'plid' => '0',
23285   'link_path' => 'book',
23286   'router_path' => 'book',
23287   'link_title' => 'Books',
23288   'options' => 'a:0:{}',
23289   'module' => 'system',
23290   'hidden' => '1',
23291   'external' => '0',
23292   'has_children' => '0',
23293   'expanded' => '0',
23294   'weight' => '0',
23295   'depth' => '1',
23296   'customized' => '0',
23297   'p1' => '336',
23298   'p2' => '0',
23299   'p3' => '0',
23300   'p4' => '0',
23301   'p5' => '0',
23302   'p6' => '0',
23303   'p7' => '0',
23304   'p8' => '0',
23305   'p9' => '0',
23306   'updated' => '0',
23307 ))
23308 ->values(array(
23309   'menu_name' => 'navigation',
23310   'mlid' => '337',
23311   'plid' => '0',
23312   'link_path' => 'contact',
23313   'router_path' => 'contact',
23314   'link_title' => 'Contact',
23315   'options' => 'a:0:{}',
23316   'module' => 'system',
23317   'hidden' => '1',
23318   'external' => '0',
23319   'has_children' => '0',
23320   'expanded' => '0',
23321   'weight' => '0',
23322   'depth' => '1',
23323   'customized' => '0',
23324   'p1' => '337',
23325   'p2' => '0',
23326   'p3' => '0',
23327   'p4' => '0',
23328   'p5' => '0',
23329   'p6' => '0',
23330   'p7' => '0',
23331   'p8' => '0',
23332   'p9' => '0',
23333   'updated' => '0',
23334 ))
23335 ->values(array(
23336   'menu_name' => 'navigation',
23337   'mlid' => '338',
23338   'plid' => '0',
23339   'link_path' => 'aggregator',
23340   'router_path' => 'aggregator',
23341   'link_title' => 'Feed aggregator',
23342   'options' => 'a:0:{}',
23343   'module' => 'system',
23344   'hidden' => '0',
23345   'external' => '0',
23346   'has_children' => '1',
23347   'expanded' => '0',
23348   'weight' => '5',
23349   'depth' => '1',
23350   'customized' => '0',
23351   'p1' => '338',
23352   'p2' => '0',
23353   'p3' => '0',
23354   'p4' => '0',
23355   'p5' => '0',
23356   'p6' => '0',
23357   'p7' => '0',
23358   'p8' => '0',
23359   'p9' => '0',
23360   'updated' => '0',
23361 ))
23362 ->values(array(
23363   'menu_name' => 'navigation',
23364   'mlid' => '339',
23365   'plid' => '0',
23366   'link_path' => 'forum',
23367   'router_path' => 'forum',
23368   'link_title' => 'Forums',
23369   'options' => 'a:0:{}',
23370   'module' => 'system',
23371   'hidden' => '0',
23372   'external' => '0',
23373   'has_children' => '1',
23374   'expanded' => '0',
23375   'weight' => '0',
23376   'depth' => '1',
23377   'customized' => '0',
23378   'p1' => '339',
23379   'p2' => '0',
23380   'p3' => '0',
23381   'p4' => '0',
23382   'p5' => '0',
23383   'p6' => '0',
23384   'p7' => '0',
23385   'p8' => '0',
23386   'p9' => '0',
23387   'updated' => '0',
23388 ))
23389 ->values(array(
23390   'menu_name' => 'navigation',
23391   'mlid' => '340',
23392   'plid' => '0',
23393   'link_path' => 'tracker',
23394   'router_path' => 'tracker',
23395   'link_title' => 'Recent content',
23396   'options' => 'a:0:{}',
23397   'module' => 'system',
23398   'hidden' => '0',
23399   'external' => '0',
23400   'has_children' => '0',
23401   'expanded' => '0',
23402   'weight' => '1',
23403   'depth' => '1',
23404   'customized' => '0',
23405   'p1' => '340',
23406   'p2' => '0',
23407   'p3' => '0',
23408   'p4' => '0',
23409   'p5' => '0',
23410   'p6' => '0',
23411   'p7' => '0',
23412   'p8' => '0',
23413   'p9' => '0',
23414   'updated' => '0',
23415 ))
23416 ->values(array(
23417   'menu_name' => 'navigation',
23418   'mlid' => '341',
23419   'plid' => '340',
23420   'link_path' => 'tracker/all',
23421   'router_path' => 'tracker/all',
23422   'link_title' => 'All recent content',
23423   'options' => 'a:0:{}',
23424   'module' => 'system',
23425   'hidden' => '-1',
23426   'external' => '0',
23427   'has_children' => '0',
23428   'expanded' => '0',
23429   'weight' => '0',
23430   'depth' => '2',
23431   'customized' => '0',
23432   'p1' => '340',
23433   'p2' => '341',
23434   'p3' => '0',
23435   'p4' => '0',
23436   'p5' => '0',
23437   'p6' => '0',
23438   'p7' => '0',
23439   'p8' => '0',
23440   'p9' => '0',
23441   'updated' => '0',
23442 ))
23443 ->values(array(
23444   'menu_name' => 'navigation',
23445   'mlid' => '342',
23446   'plid' => '338',
23447   'link_path' => 'aggregator/categories',
23448   'router_path' => 'aggregator/categories',
23449   'link_title' => 'Categories',
23450   'options' => 'a:0:{}',
23451   'module' => 'system',
23452   'hidden' => '0',
23453   'external' => '0',
23454   'has_children' => '1',
23455   'expanded' => '0',
23456   'weight' => '0',
23457   'depth' => '2',
23458   'customized' => '0',
23459   'p1' => '338',
23460   'p2' => '342',
23461   'p3' => '0',
23462   'p4' => '0',
23463   'p5' => '0',
23464   'p6' => '0',
23465   'p7' => '0',
23466   'p8' => '0',
23467   'p9' => '0',
23468   'updated' => '0',
23469 ))
23470 ->values(array(
23471   'menu_name' => 'navigation',
23472   'mlid' => '343',
23473   'plid' => '339',
23474   'link_path' => 'forum/%',
23475   'router_path' => 'forum/%',
23476   'link_title' => 'Forums',
23477   'options' => 'a:0:{}',
23478   'module' => 'system',
23479   'hidden' => '0',
23480   'external' => '0',
23481   'has_children' => '0',
23482   'expanded' => '0',
23483   'weight' => '0',
23484   'depth' => '2',
23485   'customized' => '0',
23486   'p1' => '339',
23487   'p2' => '343',
23488   'p3' => '0',
23489   'p4' => '0',
23490   'p5' => '0',
23491   'p6' => '0',
23492   'p7' => '0',
23493   'p8' => '0',
23494   'p9' => '0',
23495   'updated' => '0',
23496 ))
23497 ->values(array(
23498   'menu_name' => 'navigation',
23499   'mlid' => '344',
23500   'plid' => '335',
23501   'link_path' => 'blog/%',
23502   'router_path' => 'blog/%',
23503   'link_title' => 'My blog',
23504   'options' => 'a:0:{}',
23505   'module' => 'system',
23506   'hidden' => '0',
23507   'external' => '0',
23508   'has_children' => '0',
23509   'expanded' => '0',
23510   'weight' => '0',
23511   'depth' => '2',
23512   'customized' => '0',
23513   'p1' => '335',
23514   'p2' => '344',
23515   'p3' => '0',
23516   'p4' => '0',
23517   'p5' => '0',
23518   'p6' => '0',
23519   'p7' => '0',
23520   'p8' => '0',
23521   'p9' => '0',
23522   'updated' => '0',
23523 ))
23524 ->values(array(
23525   'menu_name' => 'navigation',
23526   'mlid' => '345',
23527   'plid' => '340',
23528   'link_path' => 'tracker/%',
23529   'router_path' => 'tracker/%',
23530   'link_title' => 'My recent content',
23531   'options' => 'a:0:{}',
23532   'module' => 'system',
23533   'hidden' => '-1',
23534   'external' => '0',
23535   'has_children' => '0',
23536   'expanded' => '0',
23537   'weight' => '0',
23538   'depth' => '2',
23539   'customized' => '0',
23540   'p1' => '340',
23541   'p2' => '345',
23542   'p3' => '0',
23543   'p4' => '0',
23544   'p5' => '0',
23545   'p6' => '0',
23546   'p7' => '0',
23547   'p8' => '0',
23548   'p9' => '0',
23549   'updated' => '0',
23550 ))
23551 ->values(array(
23552   'menu_name' => 'navigation',
23553   'mlid' => '346',
23554   'plid' => '338',
23555   'link_path' => 'aggregator/sources',
23556   'router_path' => 'aggregator/sources',
23557   'link_title' => 'Sources',
23558   'options' => 'a:0:{}',
23559   'module' => 'system',
23560   'hidden' => '0',
23561   'external' => '0',
23562   'has_children' => '1',
23563   'expanded' => '0',
23564   'weight' => '0',
23565   'depth' => '2',
23566   'customized' => '0',
23567   'p1' => '338',
23568   'p2' => '346',
23569   'p3' => '0',
23570   'p4' => '0',
23571   'p5' => '0',
23572   'p6' => '0',
23573   'p7' => '0',
23574   'p8' => '0',
23575   'p9' => '0',
23576   'updated' => '0',
23577 ))
23578 ->values(array(
23579   'menu_name' => 'navigation',
23580   'mlid' => '347',
23581   'plid' => '342',
23582   'link_path' => 'aggregator/categories/%',
23583   'router_path' => 'aggregator/categories/%',
23584   'link_title' => '',
23585   'options' => 'a:0:{}',
23586   'module' => 'system',
23587   'hidden' => '0',
23588   'external' => '0',
23589   'has_children' => '0',
23590   'expanded' => '0',
23591   'weight' => '0',
23592   'depth' => '3',
23593   'customized' => '0',
23594   'p1' => '338',
23595   'p2' => '342',
23596   'p3' => '347',
23597   'p4' => '0',
23598   'p5' => '0',
23599   'p6' => '0',
23600   'p7' => '0',
23601   'p8' => '0',
23602   'p9' => '0',
23603   'updated' => '0',
23604 ))
23605 ->values(array(
23606   'menu_name' => 'navigation',
23607   'mlid' => '348',
23608   'plid' => '346',
23609   'link_path' => 'aggregator/sources/%',
23610   'router_path' => 'aggregator/sources/%',
23611   'link_title' => '',
23612   'options' => 'a:0:{}',
23613   'module' => 'system',
23614   'hidden' => '0',
23615   'external' => '0',
23616   'has_children' => '0',
23617   'expanded' => '0',
23618   'weight' => '0',
23619   'depth' => '3',
23620   'customized' => '0',
23621   'p1' => '338',
23622   'p2' => '346',
23623   'p3' => '348',
23624   'p4' => '0',
23625   'p5' => '0',
23626   'p6' => '0',
23627   'p7' => '0',
23628   'p8' => '0',
23629   'p9' => '0',
23630   'updated' => '0',
23631 ))
23632 ->values(array(
23633   'menu_name' => 'navigation',
23634   'mlid' => '349',
23635   'plid' => '6',
23636   'link_path' => 'node/add/blog',
23637   'router_path' => 'node/add/blog',
23638   'link_title' => 'Blog entry',
23639   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:58:"Use for multi-user blogs. Every user gets a personal blog.";}}',
23640   'module' => 'system',
23641   'hidden' => '0',
23642   'external' => '0',
23643   'has_children' => '0',
23644   'expanded' => '0',
23645   'weight' => '0',
23646   'depth' => '2',
23647   'customized' => '0',
23648   'p1' => '6',
23649   'p2' => '349',
23650   'p3' => '0',
23651   'p4' => '0',
23652   'p5' => '0',
23653   'p6' => '0',
23654   'p7' => '0',
23655   'p8' => '0',
23656   'p9' => '0',
23657   'updated' => '0',
23658 ))
23659 ->values(array(
23660   'menu_name' => 'navigation',
23661   'mlid' => '350',
23662   'plid' => '6',
23663   'link_path' => 'node/add/book',
23664   'router_path' => 'node/add/book',
23665   'link_title' => 'Book page',
23666   '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.";}}',
23667   'module' => 'system',
23668   'hidden' => '0',
23669   'external' => '0',
23670   'has_children' => '0',
23671   'expanded' => '0',
23672   'weight' => '0',
23673   'depth' => '2',
23674   'customized' => '0',
23675   'p1' => '6',
23676   'p2' => '350',
23677   'p3' => '0',
23678   'p4' => '0',
23679   'p5' => '0',
23680   'p6' => '0',
23681   'p7' => '0',
23682   'p8' => '0',
23683   'p9' => '0',
23684   'updated' => '0',
23685 ))
23686 ->values(array(
23687   'menu_name' => 'management',
23688   'mlid' => '351',
23689   'plid' => '9',
23690   'link_path' => 'admin/content/book',
23691   'router_path' => 'admin/content/book',
23692   'link_title' => 'Books',
23693   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:33:\"Manage your site's book outlines.\";}}",
23694   'module' => 'system',
23695   'hidden' => '-1',
23696   'external' => '0',
23697   'has_children' => '0',
23698   'expanded' => '0',
23699   'weight' => '0',
23700   'depth' => '3',
23701   'customized' => '0',
23702   'p1' => '1',
23703   'p2' => '9',
23704   'p3' => '351',
23705   'p4' => '0',
23706   'p5' => '0',
23707   'p6' => '0',
23708   'p7' => '0',
23709   'p8' => '0',
23710   'p9' => '0',
23711   'updated' => '0',
23712 ))
23713 ->values(array(
23714   'menu_name' => 'navigation',
23715   'mlid' => '352',
23716   'plid' => '16',
23717   'link_path' => 'user/%/contact',
23718   'router_path' => 'user/%/contact',
23719   'link_title' => 'Contact',
23720   'options' => 'a:0:{}',
23721   'module' => 'system',
23722   'hidden' => '-1',
23723   'external' => '0',
23724   'has_children' => '0',
23725   'expanded' => '0',
23726   'weight' => '2',
23727   'depth' => '2',
23728   'customized' => '0',
23729   'p1' => '16',
23730   'p2' => '352',
23731   'p3' => '0',
23732   'p4' => '0',
23733   'p5' => '0',
23734   'p6' => '0',
23735   'p7' => '0',
23736   'p8' => '0',
23737   'p9' => '0',
23738   'updated' => '0',
23739 ))
23740 ->values(array(
23741   'menu_name' => 'management',
23742   'mlid' => '353',
23743   'plid' => '20',
23744   'link_path' => 'admin/structure/contact',
23745   'router_path' => 'admin/structure/contact',
23746   'link_title' => 'Contact form',
23747   '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.";}}',
23748   'module' => 'system',
23749   'hidden' => '0',
23750   'external' => '0',
23751   'has_children' => '1',
23752   'expanded' => '0',
23753   'weight' => '0',
23754   'depth' => '3',
23755   'customized' => '0',
23756   'p1' => '1',
23757   'p2' => '20',
23758   'p3' => '353',
23759   'p4' => '0',
23760   'p5' => '0',
23761   'p6' => '0',
23762   'p7' => '0',
23763   'p8' => '0',
23764   'p9' => '0',
23765   'updated' => '0',
23766 ))
23767 ->values(array(
23768   'menu_name' => 'management',
23769   'mlid' => '354',
23770   'plid' => '8',
23771   'link_path' => 'admin/config/date',
23772   'router_path' => 'admin/config/date',
23773   'link_title' => 'Date API',
23774   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"Settings for modules the use the Date API.";}}',
23775   'module' => 'system',
23776   'hidden' => '0',
23777   'external' => '0',
23778   'has_children' => '0',
23779   'expanded' => '0',
23780   'weight' => '-10',
23781   'depth' => '3',
23782   'customized' => '0',
23783   'p1' => '1',
23784   'p2' => '8',
23785   'p3' => '354',
23786   'p4' => '0',
23787   'p5' => '0',
23788   'p6' => '0',
23789   'p7' => '0',
23790   'p8' => '0',
23791   'p9' => '0',
23792   'updated' => '0',
23793 ))
23794 ->values(array(
23795   'menu_name' => 'navigation',
23796   'mlid' => '355',
23797   'plid' => '6',
23798   'link_path' => 'node/add/forum',
23799   'router_path' => 'node/add/forum',
23800   'link_title' => 'Forum topic',
23801   '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.";}}',
23802   'module' => 'system',
23803   'hidden' => '0',
23804   'external' => '0',
23805   'has_children' => '0',
23806   'expanded' => '0',
23807   'weight' => '0',
23808   'depth' => '2',
23809   'customized' => '0',
23810   'p1' => '6',
23811   'p2' => '355',
23812   'p3' => '0',
23813   'p4' => '0',
23814   'p5' => '0',
23815   'p6' => '0',
23816   'p7' => '0',
23817   'p8' => '0',
23818   'p9' => '0',
23819   'updated' => '0',
23820 ))
23821 ->values(array(
23822   'menu_name' => 'management',
23823   'mlid' => '356',
23824   'plid' => '20',
23825   'link_path' => 'admin/structure/forum',
23826   'router_path' => 'admin/structure/forum',
23827   'link_title' => 'Forums',
23828   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Control forum hierarchy settings.";}}',
23829   'module' => 'system',
23830   'hidden' => '0',
23831   'external' => '0',
23832   'has_children' => '1',
23833   'expanded' => '0',
23834   'weight' => '0',
23835   'depth' => '3',
23836   'customized' => '0',
23837   'p1' => '1',
23838   'p2' => '20',
23839   'p3' => '356',
23840   'p4' => '0',
23841   'p5' => '0',
23842   'p6' => '0',
23843   'p7' => '0',
23844   'p8' => '0',
23845   'p9' => '0',
23846   'updated' => '0',
23847 ))
23848 ->values(array(
23849   'menu_name' => 'navigation',
23850   'mlid' => '358',
23851   'plid' => '5',
23852   'link_path' => 'node/%/outline',
23853   'router_path' => 'node/%/outline',
23854   'link_title' => 'Outline',
23855   'options' => 'a:0:{}',
23856   'module' => 'system',
23857   'hidden' => '-1',
23858   'external' => '0',
23859   'has_children' => '1',
23860   'expanded' => '0',
23861   'weight' => '2',
23862   'depth' => '2',
23863   'customized' => '0',
23864   'p1' => '5',
23865   'p2' => '358',
23866   'p3' => '0',
23867   'p4' => '0',
23868   'p5' => '0',
23869   'p6' => '0',
23870   'p7' => '0',
23871   'p8' => '0',
23872   'p9' => '0',
23873   'updated' => '0',
23874 ))
23875 ->values(array(
23876   'menu_name' => 'management',
23877   'mlid' => '359',
23878   'plid' => '18',
23879   'link_path' => 'admin/reports/hits',
23880   'router_path' => 'admin/reports/hits',
23881   'link_title' => 'Recent hits',
23882   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View pages that have recently been visited.";}}',
23883   'module' => 'system',
23884   'hidden' => '0',
23885   'external' => '0',
23886   'has_children' => '0',
23887   'expanded' => '0',
23888   'weight' => '0',
23889   'depth' => '3',
23890   'customized' => '0',
23891   'p1' => '1',
23892   'p2' => '18',
23893   'p3' => '359',
23894   'p4' => '0',
23895   'p5' => '0',
23896   'p6' => '0',
23897   'p7' => '0',
23898   'p8' => '0',
23899   'p9' => '0',
23900   'updated' => '0',
23901 ))
23902 ->values(array(
23903   'menu_name' => 'management',
23904   'mlid' => '360',
23905   'plid' => '18',
23906   'link_path' => 'admin/reports/pages',
23907   'router_path' => 'admin/reports/pages',
23908   'link_title' => 'Top pages',
23909   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"View pages that have been hit frequently.";}}',
23910   'module' => 'system',
23911   'hidden' => '0',
23912   'external' => '0',
23913   'has_children' => '0',
23914   'expanded' => '0',
23915   'weight' => '1',
23916   'depth' => '3',
23917   'customized' => '0',
23918   'p1' => '1',
23919   'p2' => '18',
23920   'p3' => '360',
23921   'p4' => '0',
23922   'p5' => '0',
23923   'p6' => '0',
23924   'p7' => '0',
23925   'p8' => '0',
23926   'p9' => '0',
23927   'updated' => '0',
23928 ))
23929 ->values(array(
23930   'menu_name' => 'management',
23931   'mlid' => '361',
23932   'plid' => '18',
23933   'link_path' => 'admin/reports/referrers',
23934   'router_path' => 'admin/reports/referrers',
23935   'link_title' => 'Top referrers',
23936   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:19:"View top referrers.";}}',
23937   'module' => 'system',
23938   'hidden' => '0',
23939   'external' => '0',
23940   'has_children' => '0',
23941   'expanded' => '0',
23942   'weight' => '0',
23943   'depth' => '3',
23944   'customized' => '0',
23945   'p1' => '1',
23946   'p2' => '18',
23947   'p3' => '361',
23948   'p4' => '0',
23949   'p5' => '0',
23950   'p6' => '0',
23951   'p7' => '0',
23952   'p8' => '0',
23953   'p9' => '0',
23954   'updated' => '0',
23955 ))
23956 ->values(array(
23957   'menu_name' => 'management',
23958   'mlid' => '362',
23959   'plid' => '18',
23960   'link_path' => 'admin/reports/visitors',
23961   'router_path' => 'admin/reports/visitors',
23962   'link_title' => 'Top visitors',
23963   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View visitors that hit many pages.";}}',
23964   'module' => 'system',
23965   'hidden' => '0',
23966   'external' => '0',
23967   'has_children' => '0',
23968   'expanded' => '0',
23969   'weight' => '2',
23970   'depth' => '3',
23971   'customized' => '0',
23972   'p1' => '1',
23973   'p2' => '18',
23974   'p3' => '362',
23975   'p4' => '0',
23976   'p5' => '0',
23977   'p6' => '0',
23978   'p7' => '0',
23979   'p8' => '0',
23980   'p9' => '0',
23981   'updated' => '0',
23982 ))
23983 ->values(array(
23984   'menu_name' => 'navigation',
23985   'mlid' => '363',
23986   'plid' => '5',
23987   'link_path' => 'node/%/track',
23988   'router_path' => 'node/%/track',
23989   'link_title' => 'Track',
23990   'options' => 'a:0:{}',
23991   'module' => 'system',
23992   'hidden' => '-1',
23993   'external' => '0',
23994   'has_children' => '0',
23995   'expanded' => '0',
23996   'weight' => '2',
23997   'depth' => '2',
23998   'customized' => '0',
23999   'p1' => '5',
24000   'p2' => '363',
24001   'p3' => '0',
24002   'p4' => '0',
24003   'p5' => '0',
24004   'p6' => '0',
24005   'p7' => '0',
24006   'p8' => '0',
24007   'p9' => '0',
24008   'updated' => '0',
24009 ))
24010 ->values(array(
24011   'menu_name' => 'navigation',
24012   'mlid' => '364',
24013   'plid' => '16',
24014   'link_path' => 'user/%/track',
24015   'router_path' => 'user/%/track',
24016   'link_title' => 'Track',
24017   'options' => 'a:0:{}',
24018   'module' => 'system',
24019   'hidden' => '-1',
24020   'external' => '0',
24021   'has_children' => '0',
24022   'expanded' => '0',
24023   'weight' => '0',
24024   'depth' => '2',
24025   'customized' => '0',
24026   'p1' => '16',
24027   'p2' => '364',
24028   'p3' => '0',
24029   'p4' => '0',
24030   'p5' => '0',
24031   'p6' => '0',
24032   'p7' => '0',
24033   'p8' => '0',
24034   'p9' => '0',
24035   'updated' => '0',
24036 ))
24037 ->values(array(
24038   'menu_name' => 'navigation',
24039   'mlid' => '365',
24040   'plid' => '5',
24041   'link_path' => 'node/%/translate',
24042   'router_path' => 'node/%/translate',
24043   'link_title' => 'Translate',
24044   'options' => 'a:0:{}',
24045   'module' => 'system',
24046   'hidden' => '-1',
24047   'external' => '0',
24048   'has_children' => '0',
24049   'expanded' => '0',
24050   'weight' => '2',
24051   'depth' => '2',
24052   'customized' => '0',
24053   'p1' => '5',
24054   'p2' => '365',
24055   'p3' => '0',
24056   'p4' => '0',
24057   'p5' => '0',
24058   'p6' => '0',
24059   'p7' => '0',
24060   'p8' => '0',
24061   'p9' => '0',
24062   'updated' => '0',
24063 ))
24064 ->values(array(
24065   'menu_name' => 'management',
24066   'mlid' => '366',
24067   'plid' => '20',
24068   'link_path' => 'admin/structure/trigger',
24069   'router_path' => 'admin/structure/trigger',
24070   'link_title' => 'Triggers',
24071   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Configure when to execute actions.";}}',
24072   'module' => 'system',
24073   'hidden' => '0',
24074   'external' => '0',
24075   'has_children' => '0',
24076   'expanded' => '0',
24077   'weight' => '0',
24078   'depth' => '3',
24079   'customized' => '0',
24080   'p1' => '1',
24081   'p2' => '20',
24082   'p3' => '366',
24083   'p4' => '0',
24084   'p5' => '0',
24085   'p6' => '0',
24086   'p7' => '0',
24087   'p8' => '0',
24088   'p9' => '0',
24089   'updated' => '0',
24090 ))
24091 ->values(array(
24092   'menu_name' => 'management',
24093   'mlid' => '369',
24094   'plid' => '175',
24095   'link_path' => 'admin/help/aggregator',
24096   'router_path' => 'admin/help/aggregator',
24097   'link_title' => 'aggregator',
24098   'options' => 'a:0:{}',
24099   'module' => 'system',
24100   'hidden' => '-1',
24101   'external' => '0',
24102   'has_children' => '0',
24103   'expanded' => '0',
24104   'weight' => '0',
24105   'depth' => '3',
24106   'customized' => '0',
24107   'p1' => '1',
24108   'p2' => '175',
24109   'p3' => '369',
24110   'p4' => '0',
24111   'p5' => '0',
24112   'p6' => '0',
24113   'p7' => '0',
24114   'p8' => '0',
24115   'p9' => '0',
24116   'updated' => '0',
24117 ))
24118 ->values(array(
24119   'menu_name' => 'management',
24120   'mlid' => '370',
24121   'plid' => '175',
24122   'link_path' => 'admin/help/blog',
24123   'router_path' => 'admin/help/blog',
24124   'link_title' => 'blog',
24125   'options' => 'a:0:{}',
24126   'module' => 'system',
24127   'hidden' => '-1',
24128   'external' => '0',
24129   'has_children' => '0',
24130   'expanded' => '0',
24131   'weight' => '0',
24132   'depth' => '3',
24133   'customized' => '0',
24134   'p1' => '1',
24135   'p2' => '175',
24136   'p3' => '370',
24137   'p4' => '0',
24138   'p5' => '0',
24139   'p6' => '0',
24140   'p7' => '0',
24141   'p8' => '0',
24142   'p9' => '0',
24143   'updated' => '0',
24144 ))
24145 ->values(array(
24146   'menu_name' => 'management',
24147   'mlid' => '371',
24148   'plid' => '175',
24149   'link_path' => 'admin/help/book',
24150   'router_path' => 'admin/help/book',
24151   'link_title' => 'book',
24152   'options' => 'a:0:{}',
24153   'module' => 'system',
24154   'hidden' => '-1',
24155   'external' => '0',
24156   'has_children' => '0',
24157   'expanded' => '0',
24158   'weight' => '0',
24159   'depth' => '3',
24160   'customized' => '0',
24161   'p1' => '1',
24162   'p2' => '175',
24163   'p3' => '371',
24164   'p4' => '0',
24165   'p5' => '0',
24166   'p6' => '0',
24167   'p7' => '0',
24168   'p8' => '0',
24169   'p9' => '0',
24170   'updated' => '0',
24171 ))
24172 ->values(array(
24173   'menu_name' => 'management',
24174   'mlid' => '372',
24175   'plid' => '175',
24176   'link_path' => 'admin/help/contact',
24177   'router_path' => 'admin/help/contact',
24178   'link_title' => 'contact',
24179   'options' => 'a:0:{}',
24180   'module' => 'system',
24181   'hidden' => '-1',
24182   'external' => '0',
24183   'has_children' => '0',
24184   'expanded' => '0',
24185   'weight' => '0',
24186   'depth' => '3',
24187   'customized' => '0',
24188   'p1' => '1',
24189   'p2' => '175',
24190   'p3' => '372',
24191   'p4' => '0',
24192   'p5' => '0',
24193   'p6' => '0',
24194   'p7' => '0',
24195   'p8' => '0',
24196   'p9' => '0',
24197   'updated' => '0',
24198 ))
24199 ->values(array(
24200   'menu_name' => 'management',
24201   'mlid' => '373',
24202   'plid' => '175',
24203   'link_path' => 'admin/help/date',
24204   'router_path' => 'admin/help/date',
24205   'link_title' => 'date',
24206   'options' => 'a:0:{}',
24207   'module' => 'system',
24208   'hidden' => '-1',
24209   'external' => '0',
24210   'has_children' => '0',
24211   'expanded' => '0',
24212   'weight' => '0',
24213   'depth' => '3',
24214   'customized' => '0',
24215   'p1' => '1',
24216   'p2' => '175',
24217   'p3' => '373',
24218   'p4' => '0',
24219   'p5' => '0',
24220   'p6' => '0',
24221   'p7' => '0',
24222   'p8' => '0',
24223   'p9' => '0',
24224   'updated' => '0',
24225 ))
24226 ->values(array(
24227   'menu_name' => 'management',
24228   'mlid' => '374',
24229   'plid' => '175',
24230   'link_path' => 'admin/help/forum',
24231   'router_path' => 'admin/help/forum',
24232   'link_title' => 'forum',
24233   'options' => 'a:0:{}',
24234   'module' => 'system',
24235   'hidden' => '-1',
24236   'external' => '0',
24237   'has_children' => '0',
24238   'expanded' => '0',
24239   'weight' => '0',
24240   'depth' => '3',
24241   'customized' => '0',
24242   'p1' => '1',
24243   'p2' => '175',
24244   'p3' => '374',
24245   'p4' => '0',
24246   'p5' => '0',
24247   'p6' => '0',
24248   'p7' => '0',
24249   'p8' => '0',
24250   'p9' => '0',
24251   'updated' => '0',
24252 ))
24253 ->values(array(
24254   'menu_name' => 'management',
24255   'mlid' => '375',
24256   'plid' => '175',
24257   'link_path' => 'admin/help/locale',
24258   'router_path' => 'admin/help/locale',
24259   'link_title' => 'locale',
24260   'options' => 'a:0:{}',
24261   'module' => 'system',
24262   'hidden' => '-1',
24263   'external' => '0',
24264   'has_children' => '0',
24265   'expanded' => '0',
24266   'weight' => '0',
24267   'depth' => '3',
24268   'customized' => '0',
24269   'p1' => '1',
24270   'p2' => '175',
24271   'p3' => '375',
24272   'p4' => '0',
24273   'p5' => '0',
24274   'p6' => '0',
24275   'p7' => '0',
24276   'p8' => '0',
24277   'p9' => '0',
24278   'updated' => '0',
24279 ))
24280 ->values(array(
24281   'menu_name' => 'management',
24282   'mlid' => '377',
24283   'plid' => '175',
24284   'link_path' => 'admin/help/simpletest',
24285   'router_path' => 'admin/help/simpletest',
24286   'link_title' => 'simpletest',
24287   'options' => 'a:0:{}',
24288   'module' => 'system',
24289   'hidden' => '-1',
24290   'external' => '0',
24291   'has_children' => '0',
24292   'expanded' => '0',
24293   'weight' => '0',
24294   'depth' => '3',
24295   'customized' => '0',
24296   'p1' => '1',
24297   'p2' => '175',
24298   'p3' => '377',
24299   'p4' => '0',
24300   'p5' => '0',
24301   'p6' => '0',
24302   'p7' => '0',
24303   'p8' => '0',
24304   'p9' => '0',
24305   'updated' => '0',
24306 ))
24307 ->values(array(
24308   'menu_name' => 'management',
24309   'mlid' => '378',
24310   'plid' => '175',
24311   'link_path' => 'admin/help/statistics',
24312   'router_path' => 'admin/help/statistics',
24313   'link_title' => 'statistics',
24314   'options' => 'a:0:{}',
24315   'module' => 'system',
24316   'hidden' => '-1',
24317   'external' => '0',
24318   'has_children' => '0',
24319   'expanded' => '0',
24320   'weight' => '0',
24321   'depth' => '3',
24322   'customized' => '0',
24323   'p1' => '1',
24324   'p2' => '175',
24325   'p3' => '378',
24326   'p4' => '0',
24327   'p5' => '0',
24328   'p6' => '0',
24329   'p7' => '0',
24330   'p8' => '0',
24331   'p9' => '0',
24332   'updated' => '0',
24333 ))
24334 ->values(array(
24335   'menu_name' => 'management',
24336   'mlid' => '379',
24337   'plid' => '175',
24338   'link_path' => 'admin/help/syslog',
24339   'router_path' => 'admin/help/syslog',
24340   'link_title' => 'syslog',
24341   'options' => 'a:0:{}',
24342   'module' => 'system',
24343   'hidden' => '-1',
24344   'external' => '0',
24345   'has_children' => '0',
24346   'expanded' => '0',
24347   'weight' => '0',
24348   'depth' => '3',
24349   'customized' => '0',
24350   'p1' => '1',
24351   'p2' => '175',
24352   'p3' => '379',
24353   'p4' => '0',
24354   'p5' => '0',
24355   'p6' => '0',
24356   'p7' => '0',
24357   'p8' => '0',
24358   'p9' => '0',
24359   'updated' => '0',
24360 ))
24361 ->values(array(
24362   'menu_name' => 'management',
24363   'mlid' => '380',
24364   'plid' => '175',
24365   'link_path' => 'admin/help/tracker',
24366   'router_path' => 'admin/help/tracker',
24367   'link_title' => 'tracker',
24368   'options' => 'a:0:{}',
24369   'module' => 'system',
24370   'hidden' => '-1',
24371   'external' => '0',
24372   'has_children' => '0',
24373   'expanded' => '0',
24374   'weight' => '0',
24375   'depth' => '3',
24376   'customized' => '0',
24377   'p1' => '1',
24378   'p2' => '175',
24379   'p3' => '380',
24380   'p4' => '0',
24381   'p5' => '0',
24382   'p6' => '0',
24383   'p7' => '0',
24384   'p8' => '0',
24385   'p9' => '0',
24386   'updated' => '0',
24387 ))
24388 ->values(array(
24389   'menu_name' => 'management',
24390   'mlid' => '381',
24391   'plid' => '175',
24392   'link_path' => 'admin/help/translation',
24393   'router_path' => 'admin/help/translation',
24394   'link_title' => 'translation',
24395   'options' => 'a:0:{}',
24396   'module' => 'system',
24397   'hidden' => '-1',
24398   'external' => '0',
24399   'has_children' => '0',
24400   'expanded' => '0',
24401   'weight' => '0',
24402   'depth' => '3',
24403   'customized' => '0',
24404   'p1' => '1',
24405   'p2' => '175',
24406   'p3' => '381',
24407   'p4' => '0',
24408   'p5' => '0',
24409   'p6' => '0',
24410   'p7' => '0',
24411   'p8' => '0',
24412   'p9' => '0',
24413   'updated' => '0',
24414 ))
24415 ->values(array(
24416   'menu_name' => 'management',
24417   'mlid' => '382',
24418   'plid' => '175',
24419   'link_path' => 'admin/help/trigger',
24420   'router_path' => 'admin/help/trigger',
24421   'link_title' => 'trigger',
24422   'options' => 'a:0:{}',
24423   'module' => 'system',
24424   'hidden' => '-1',
24425   'external' => '0',
24426   'has_children' => '0',
24427   'expanded' => '0',
24428   'weight' => '0',
24429   'depth' => '3',
24430   'customized' => '0',
24431   'p1' => '1',
24432   'p2' => '175',
24433   'p3' => '382',
24434   'p4' => '0',
24435   'p5' => '0',
24436   'p6' => '0',
24437   'p7' => '0',
24438   'p8' => '0',
24439   'p9' => '0',
24440   'updated' => '0',
24441 ))
24442 ->values(array(
24443   'menu_name' => 'navigation',
24444   'mlid' => '383',
24445   'plid' => '347',
24446   'link_path' => 'aggregator/categories/%/categorize',
24447   'router_path' => 'aggregator/categories/%/categorize',
24448   'link_title' => 'Categorize',
24449   'options' => 'a:0:{}',
24450   'module' => 'system',
24451   'hidden' => '-1',
24452   'external' => '0',
24453   'has_children' => '0',
24454   'expanded' => '0',
24455   'weight' => '0',
24456   'depth' => '4',
24457   'customized' => '0',
24458   'p1' => '338',
24459   'p2' => '342',
24460   'p3' => '347',
24461   'p4' => '383',
24462   'p5' => '0',
24463   'p6' => '0',
24464   'p7' => '0',
24465   'p8' => '0',
24466   'p9' => '0',
24467   'updated' => '0',
24468 ))
24469 ->values(array(
24470   'menu_name' => 'navigation',
24471   'mlid' => '384',
24472   'plid' => '348',
24473   'link_path' => 'aggregator/sources/%/categorize',
24474   'router_path' => 'aggregator/sources/%/categorize',
24475   'link_title' => 'Categorize',
24476   'options' => 'a:0:{}',
24477   'module' => 'system',
24478   'hidden' => '-1',
24479   'external' => '0',
24480   'has_children' => '0',
24481   'expanded' => '0',
24482   'weight' => '0',
24483   'depth' => '4',
24484   'customized' => '0',
24485   'p1' => '338',
24486   'p2' => '346',
24487   'p3' => '348',
24488   'p4' => '384',
24489   'p5' => '0',
24490   'p6' => '0',
24491   'p7' => '0',
24492   'p8' => '0',
24493   'p9' => '0',
24494   'updated' => '0',
24495 ))
24496 ->values(array(
24497   'menu_name' => 'navigation',
24498   'mlid' => '385',
24499   'plid' => '347',
24500   'link_path' => 'aggregator/categories/%/configure',
24501   'router_path' => 'aggregator/categories/%/configure',
24502   'link_title' => 'Configure',
24503   'options' => 'a:0:{}',
24504   'module' => 'system',
24505   'hidden' => '-1',
24506   'external' => '0',
24507   'has_children' => '0',
24508   'expanded' => '0',
24509   'weight' => '1',
24510   'depth' => '4',
24511   'customized' => '0',
24512   'p1' => '338',
24513   'p2' => '342',
24514   'p3' => '347',
24515   'p4' => '385',
24516   'p5' => '0',
24517   'p6' => '0',
24518   'p7' => '0',
24519   'p8' => '0',
24520   'p9' => '0',
24521   'updated' => '0',
24522 ))
24523 ->values(array(
24524   'menu_name' => 'navigation',
24525   'mlid' => '386',
24526   'plid' => '348',
24527   'link_path' => 'aggregator/sources/%/configure',
24528   'router_path' => 'aggregator/sources/%/configure',
24529   'link_title' => 'Configure',
24530   'options' => 'a:0:{}',
24531   'module' => 'system',
24532   'hidden' => '-1',
24533   'external' => '0',
24534   'has_children' => '0',
24535   'expanded' => '0',
24536   'weight' => '1',
24537   'depth' => '4',
24538   'customized' => '0',
24539   'p1' => '338',
24540   'p2' => '346',
24541   'p3' => '348',
24542   'p4' => '386',
24543   'p5' => '0',
24544   'p6' => '0',
24545   'p7' => '0',
24546   'p8' => '0',
24547   'p9' => '0',
24548   'updated' => '0',
24549 ))
24550 ->values(array(
24551   'menu_name' => 'navigation',
24552   'mlid' => '387',
24553   'plid' => '347',
24554   'link_path' => 'aggregator/categories/%/view',
24555   'router_path' => 'aggregator/categories/%/view',
24556   'link_title' => 'View',
24557   'options' => 'a:0:{}',
24558   'module' => 'system',
24559   'hidden' => '-1',
24560   'external' => '0',
24561   'has_children' => '0',
24562   'expanded' => '0',
24563   'weight' => '-10',
24564   'depth' => '4',
24565   'customized' => '0',
24566   'p1' => '338',
24567   'p2' => '342',
24568   'p3' => '347',
24569   'p4' => '387',
24570   'p5' => '0',
24571   'p6' => '0',
24572   'p7' => '0',
24573   'p8' => '0',
24574   'p9' => '0',
24575   'updated' => '0',
24576 ))
24577 ->values(array(
24578   'menu_name' => 'navigation',
24579   'mlid' => '388',
24580   'plid' => '348',
24581   'link_path' => 'aggregator/sources/%/view',
24582   'router_path' => 'aggregator/sources/%/view',
24583   'link_title' => 'View',
24584   'options' => 'a:0:{}',
24585   'module' => 'system',
24586   'hidden' => '-1',
24587   'external' => '0',
24588   'has_children' => '0',
24589   'expanded' => '0',
24590   'weight' => '-10',
24591   'depth' => '4',
24592   'customized' => '0',
24593   'p1' => '338',
24594   'p2' => '346',
24595   'p3' => '348',
24596   'p4' => '388',
24597   'p5' => '0',
24598   'p6' => '0',
24599   'p7' => '0',
24600   'p8' => '0',
24601   'p9' => '0',
24602   'updated' => '0',
24603 ))
24604 ->values(array(
24605   'menu_name' => 'management',
24606   'mlid' => '389',
24607   'plid' => '353',
24608   'link_path' => 'admin/structure/contact/add',
24609   'router_path' => 'admin/structure/contact/add',
24610   'link_title' => 'Add category',
24611   'options' => 'a:0:{}',
24612   'module' => 'system',
24613   'hidden' => '-1',
24614   'external' => '0',
24615   'has_children' => '0',
24616   'expanded' => '0',
24617   'weight' => '1',
24618   'depth' => '4',
24619   'customized' => '0',
24620   'p1' => '1',
24621   'p2' => '20',
24622   'p3' => '353',
24623   'p4' => '389',
24624   'p5' => '0',
24625   'p6' => '0',
24626   'p7' => '0',
24627   'p8' => '0',
24628   'p9' => '0',
24629   'updated' => '0',
24630 ))
24631 ->values(array(
24632   'menu_name' => 'management',
24633   'mlid' => '391',
24634   'plid' => '18',
24635   'link_path' => 'admin/reports/access/%',
24636   'router_path' => 'admin/reports/access/%',
24637   'link_title' => 'Details',
24638   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:16:"View access log.";}}',
24639   'module' => 'system',
24640   'hidden' => '0',
24641   'external' => '0',
24642   'has_children' => '0',
24643   'expanded' => '0',
24644   'weight' => '0',
24645   'depth' => '3',
24646   'customized' => '0',
24647   'p1' => '1',
24648   'p2' => '18',
24649   'p3' => '391',
24650   'p4' => '0',
24651   'p5' => '0',
24652   'p6' => '0',
24653   'p7' => '0',
24654   'p8' => '0',
24655   'p9' => '0',
24656   'updated' => '0',
24657 ))
24658 ->values(array(
24659   'menu_name' => 'management',
24660   'mlid' => '392',
24661   'plid' => '33',
24662   'link_path' => 'admin/config/content/email',
24663   'router_path' => 'admin/config/content/email',
24664   'link_title' => 'Email Contact Form Settings',
24665   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:57:"Administer flood control settings for email contact forms";}}',
24666   'module' => 'system',
24667   'hidden' => '0',
24668   'external' => '0',
24669   'has_children' => '0',
24670   'expanded' => '0',
24671   'weight' => '0',
24672   'depth' => '4',
24673   'customized' => '0',
24674   'p1' => '1',
24675   'p2' => '8',
24676   'p3' => '33',
24677   'p4' => '392',
24678   'p5' => '0',
24679   'p6' => '0',
24680   'p7' => '0',
24681   'p8' => '0',
24682   'p9' => '0',
24683   'updated' => '0',
24684 ))
24685 ->values(array(
24686   'menu_name' => 'management',
24687   'mlid' => '393',
24688   'plid' => '60',
24689   'link_path' => 'admin/config/services/aggregator',
24690   'router_path' => 'admin/config/services/aggregator',
24691   'link_title' => 'Feed aggregator',
24692   '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.\";}}",
24693   'module' => 'system',
24694   'hidden' => '0',
24695   'external' => '0',
24696   'has_children' => '1',
24697   'expanded' => '0',
24698   'weight' => '10',
24699   'depth' => '4',
24700   'customized' => '0',
24701   'p1' => '1',
24702   'p2' => '8',
24703   'p3' => '60',
24704   'p4' => '393',
24705   'p5' => '0',
24706   'p6' => '0',
24707   'p7' => '0',
24708   'p8' => '0',
24709   'p9' => '0',
24710   'updated' => '0',
24711 ))
24712 ->values(array(
24713   'menu_name' => 'management',
24714   'mlid' => '395',
24715   'plid' => '48',
24716   'link_path' => 'admin/config/regional/language',
24717   'router_path' => 'admin/config/regional/language',
24718   'link_title' => 'Languages',
24719   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:55:"Configure languages for content and the user interface.";}}',
24720   'module' => 'system',
24721   'hidden' => '0',
24722   'external' => '0',
24723   'has_children' => '1',
24724   'expanded' => '0',
24725   'weight' => '-10',
24726   'depth' => '4',
24727   'customized' => '0',
24728   'p1' => '1',
24729   'p2' => '8',
24730   'p3' => '48',
24731   'p4' => '395',
24732   'p5' => '0',
24733   'p6' => '0',
24734   'p7' => '0',
24735   'p8' => '0',
24736   'p9' => '0',
24737   'updated' => '0',
24738 ))
24739 ->values(array(
24740   'menu_name' => 'management',
24741   'mlid' => '396',
24742   'plid' => '351',
24743   'link_path' => 'admin/content/book/list',
24744   'router_path' => 'admin/content/book/list',
24745   'link_title' => 'List',
24746   'options' => 'a:0:{}',
24747   'module' => 'system',
24748   'hidden' => '-1',
24749   'external' => '0',
24750   'has_children' => '0',
24751   'expanded' => '0',
24752   'weight' => '0',
24753   'depth' => '4',
24754   'customized' => '0',
24755   'p1' => '1',
24756   'p2' => '9',
24757   'p3' => '351',
24758   'p4' => '396',
24759   'p5' => '0',
24760   'p6' => '0',
24761   'p7' => '0',
24762   'p8' => '0',
24763   'p9' => '0',
24764   'updated' => '0',
24765 ))
24766 ->values(array(
24767   'menu_name' => 'management',
24768   'mlid' => '398',
24769   'plid' => '356',
24770   'link_path' => 'admin/structure/forum/list',
24771   'router_path' => 'admin/structure/forum/list',
24772   'link_title' => 'List',
24773   'options' => 'a:0:{}',
24774   'module' => 'system',
24775   'hidden' => '-1',
24776   'external' => '0',
24777   'has_children' => '0',
24778   'expanded' => '0',
24779   'weight' => '-10',
24780   'depth' => '4',
24781   'customized' => '0',
24782   'p1' => '1',
24783   'p2' => '20',
24784   'p3' => '356',
24785   'p4' => '398',
24786   'p5' => '0',
24787   'p6' => '0',
24788   'p7' => '0',
24789   'p8' => '0',
24790   'p9' => '0',
24791   'updated' => '0',
24792 ))
24793 ->values(array(
24794   'menu_name' => 'navigation',
24795   'mlid' => '399',
24796   'plid' => '358',
24797   'link_path' => 'node/%/outline/remove',
24798   'router_path' => 'node/%/outline/remove',
24799   'link_title' => 'Remove from outline',
24800   'options' => 'a:0:{}',
24801   'module' => 'system',
24802   'hidden' => '0',
24803   'external' => '0',
24804   'has_children' => '0',
24805   'expanded' => '0',
24806   'weight' => '0',
24807   'depth' => '3',
24808   'customized' => '0',
24809   'p1' => '5',
24810   'p2' => '358',
24811   'p3' => '399',
24812   'p4' => '0',
24813   'p5' => '0',
24814   'p6' => '0',
24815   'p7' => '0',
24816   'p8' => '0',
24817   'p9' => '0',
24818   'updated' => '0',
24819 ))
24820 ->values(array(
24821   'menu_name' => 'management',
24822   'mlid' => '400',
24823   'plid' => '351',
24824   'link_path' => 'admin/content/book/settings',
24825   'router_path' => 'admin/content/book/settings',
24826   'link_title' => 'Settings',
24827   'options' => 'a:0:{}',
24828   'module' => 'system',
24829   'hidden' => '-1',
24830   'external' => '0',
24831   'has_children' => '0',
24832   'expanded' => '0',
24833   'weight' => '8',
24834   'depth' => '4',
24835   'customized' => '0',
24836   'p1' => '1',
24837   'p2' => '9',
24838   'p3' => '351',
24839   'p4' => '400',
24840   'p5' => '0',
24841   'p6' => '0',
24842   'p7' => '0',
24843   'p8' => '0',
24844   'p9' => '0',
24845   'updated' => '0',
24846 ))
24847 ->values(array(
24848   'menu_name' => 'management',
24849   'mlid' => '402',
24850   'plid' => '53',
24851   'link_path' => 'admin/config/system/statistics',
24852   'router_path' => 'admin/config/system/statistics',
24853   'link_title' => 'Statistics',
24854   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:68:"Control details about what and how your site logs access statistics.";}}',
24855   'module' => 'system',
24856   'hidden' => '0',
24857   'external' => '0',
24858   'has_children' => '0',
24859   'expanded' => '0',
24860   'weight' => '-15',
24861   'depth' => '4',
24862   'customized' => '0',
24863   'p1' => '1',
24864   'p2' => '8',
24865   'p3' => '53',
24866   'p4' => '402',
24867   'p5' => '0',
24868   'p6' => '0',
24869   'p7' => '0',
24870   'p8' => '0',
24871   'p9' => '0',
24872   'updated' => '0',
24873 ))
24874 ->values(array(
24875   'menu_name' => 'management',
24876   'mlid' => '405',
24877   'plid' => '366',
24878   'link_path' => 'admin/structure/trigger/comment',
24879   'router_path' => 'admin/structure/trigger/comment',
24880   'link_title' => 'Comment',
24881   'options' => 'a:0:{}',
24882   'module' => 'system',
24883   'hidden' => '-1',
24884   'external' => '0',
24885   'has_children' => '0',
24886   'expanded' => '0',
24887   'weight' => '0',
24888   'depth' => '4',
24889   'customized' => '0',
24890   'p1' => '1',
24891   'p2' => '20',
24892   'p3' => '366',
24893   'p4' => '405',
24894   'p5' => '0',
24895   'p6' => '0',
24896   'p7' => '0',
24897   'p8' => '0',
24898   'p9' => '0',
24899   'updated' => '0',
24900 ))
24901 ->values(array(
24902   'menu_name' => 'management',
24903   'mlid' => '407',
24904   'plid' => '366',
24905   'link_path' => 'admin/structure/trigger/node',
24906   'router_path' => 'admin/structure/trigger/node',
24907   'link_title' => 'Node',
24908   'options' => 'a:0:{}',
24909   'module' => 'system',
24910   'hidden' => '-1',
24911   'external' => '0',
24912   'has_children' => '0',
24913   'expanded' => '0',
24914   'weight' => '0',
24915   'depth' => '4',
24916   'customized' => '0',
24917   'p1' => '1',
24918   'p2' => '20',
24919   'p3' => '366',
24920   'p4' => '407',
24921   'p5' => '0',
24922   'p6' => '0',
24923   'p7' => '0',
24924   'p8' => '0',
24925   'p9' => '0',
24926   'updated' => '0',
24927 ))
24928 ->values(array(
24929   'menu_name' => 'management',
24930   'mlid' => '408',
24931   'plid' => '366',
24932   'link_path' => 'admin/structure/trigger/system',
24933   'router_path' => 'admin/structure/trigger/system',
24934   'link_title' => 'System',
24935   'options' => 'a:0:{}',
24936   'module' => 'system',
24937   'hidden' => '-1',
24938   'external' => '0',
24939   'has_children' => '0',
24940   'expanded' => '0',
24941   'weight' => '0',
24942   'depth' => '4',
24943   'customized' => '0',
24944   'p1' => '1',
24945   'p2' => '20',
24946   'p3' => '366',
24947   'p4' => '408',
24948   'p5' => '0',
24949   'p6' => '0',
24950   'p7' => '0',
24951   'p8' => '0',
24952   'p9' => '0',
24953   'updated' => '0',
24954 ))
24955 ->values(array(
24956   'menu_name' => 'management',
24957   'mlid' => '409',
24958   'plid' => '366',
24959   'link_path' => 'admin/structure/trigger/taxonomy',
24960   'router_path' => 'admin/structure/trigger/taxonomy',
24961   'link_title' => 'Taxonomy',
24962   'options' => 'a:0:{}',
24963   'module' => 'system',
24964   'hidden' => '-1',
24965   'external' => '0',
24966   'has_children' => '0',
24967   'expanded' => '0',
24968   'weight' => '0',
24969   'depth' => '4',
24970   'customized' => '0',
24971   'p1' => '1',
24972   'p2' => '20',
24973   'p3' => '366',
24974   'p4' => '409',
24975   'p5' => '0',
24976   'p6' => '0',
24977   'p7' => '0',
24978   'p8' => '0',
24979   'p9' => '0',
24980   'updated' => '0',
24981 ))
24982 ->values(array(
24983   'menu_name' => 'management',
24984   'mlid' => '410',
24985   'plid' => '37',
24986   'link_path' => 'admin/config/development/testing',
24987   'router_path' => 'admin/config/development/testing',
24988   'link_title' => 'Testing',
24989   '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.";}}',
24990   'module' => 'system',
24991   'hidden' => '0',
24992   'external' => '0',
24993   'has_children' => '1',
24994   'expanded' => '0',
24995   'weight' => '-5',
24996   'depth' => '4',
24997   'customized' => '0',
24998   'p1' => '1',
24999   'p2' => '8',
25000   'p3' => '37',
25001   'p4' => '410',
25002   'p5' => '0',
25003   'p6' => '0',
25004   'p7' => '0',
25005   'p8' => '0',
25006   'p9' => '0',
25007   'updated' => '0',
25008 ))
25009 ->values(array(
25010   'menu_name' => 'navigation',
25011   'mlid' => '411',
25012   'plid' => '364',
25013   'link_path' => 'user/%/track/content',
25014   'router_path' => 'user/%/track/content',
25015   'link_title' => 'Track content',
25016   'options' => 'a:0:{}',
25017   'module' => 'system',
25018   'hidden' => '-1',
25019   'external' => '0',
25020   'has_children' => '0',
25021   'expanded' => '0',
25022   'weight' => '0',
25023   'depth' => '3',
25024   'customized' => '0',
25025   'p1' => '16',
25026   'p2' => '364',
25027   'p3' => '411',
25028   'p4' => '0',
25029   'p5' => '0',
25030   'p6' => '0',
25031   'p7' => '0',
25032   'p8' => '0',
25033   'p9' => '0',
25034   'updated' => '0',
25035 ))
25036 ->values(array(
25037   'menu_name' => 'navigation',
25038   'mlid' => '412',
25039   'plid' => '364',
25040   'link_path' => 'user/%/track/navigation',
25041   'router_path' => 'user/%/track/navigation',
25042   'link_title' => 'Track page visits',
25043   'options' => 'a:0:{}',
25044   'module' => 'system',
25045   'hidden' => '-1',
25046   'external' => '0',
25047   'has_children' => '0',
25048   'expanded' => '0',
25049   'weight' => '2',
25050   'depth' => '3',
25051   'customized' => '0',
25052   'p1' => '16',
25053   'p2' => '364',
25054   'p3' => '412',
25055   'p4' => '0',
25056   'p5' => '0',
25057   'p6' => '0',
25058   'p7' => '0',
25059   'p8' => '0',
25060   'p9' => '0',
25061   'updated' => '0',
25062 ))
25063 ->values(array(
25064   'menu_name' => 'management',
25065   'mlid' => '413',
25066   'plid' => '48',
25067   'link_path' => 'admin/config/regional/translate',
25068   'router_path' => 'admin/config/regional/translate',
25069   'link_title' => 'Translate interface',
25070   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"Translate the built in interface and optionally other text.";}}',
25071   'module' => 'system',
25072   'hidden' => '0',
25073   'external' => '0',
25074   'has_children' => '1',
25075   'expanded' => '0',
25076   'weight' => '-5',
25077   'depth' => '4',
25078   'customized' => '0',
25079   'p1' => '1',
25080   'p2' => '8',
25081   'p3' => '48',
25082   'p4' => '413',
25083   'p5' => '0',
25084   'p6' => '0',
25085   'p7' => '0',
25086   'p8' => '0',
25087   'p9' => '0',
25088   'updated' => '0',
25089 ))
25090 ->values(array(
25091   'menu_name' => 'management',
25092   'mlid' => '414',
25093   'plid' => '366',
25094   'link_path' => 'admin/structure/trigger/unassign',
25095   'router_path' => 'admin/structure/trigger/unassign',
25096   'link_title' => 'Unassign',
25097   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Unassign an action from a trigger.";}}',
25098   'module' => 'system',
25099   'hidden' => '-1',
25100   'external' => '0',
25101   'has_children' => '0',
25102   'expanded' => '0',
25103   'weight' => '0',
25104   'depth' => '4',
25105   'customized' => '0',
25106   'p1' => '1',
25107   'p2' => '20',
25108   'p3' => '366',
25109   'p4' => '414',
25110   'p5' => '0',
25111   'p6' => '0',
25112   'p7' => '0',
25113   'p8' => '0',
25114   'p9' => '0',
25115   'updated' => '0',
25116 ))
25117 ->values(array(
25118   'menu_name' => 'management',
25119   'mlid' => '416',
25120   'plid' => '366',
25121   'link_path' => 'admin/structure/trigger/user',
25122   'router_path' => 'admin/structure/trigger/user',
25123   'link_title' => 'User',
25124   'options' => 'a:0:{}',
25125   'module' => 'system',
25126   'hidden' => '-1',
25127   'external' => '0',
25128   'has_children' => '0',
25129   'expanded' => '0',
25130   'weight' => '0',
25131   'depth' => '4',
25132   'customized' => '0',
25133   'p1' => '1',
25134   'p2' => '20',
25135   'p3' => '366',
25136   'p4' => '416',
25137   'p5' => '0',
25138   'p6' => '0',
25139   'p7' => '0',
25140   'p8' => '0',
25141   'p9' => '0',
25142   'updated' => '0',
25143 ))
25144 ->values(array(
25145   'menu_name' => 'management',
25146   'mlid' => '417',
25147   'plid' => '356',
25148   'link_path' => 'admin/structure/forum/settings',
25149   'router_path' => 'admin/structure/forum/settings',
25150   'link_title' => 'Settings',
25151   'options' => 'a:0:{}',
25152   'module' => 'system',
25153   'hidden' => '-1',
25154   'external' => '0',
25155   'has_children' => '0',
25156   'expanded' => '0',
25157   'weight' => '5',
25158   'depth' => '4',
25159   'customized' => '0',
25160   'p1' => '1',
25161   'p2' => '20',
25162   'p3' => '356',
25163   'p4' => '417',
25164   'p5' => '0',
25165   'p6' => '0',
25166   'p7' => '0',
25167   'p8' => '0',
25168   'p9' => '0',
25169   'updated' => '0',
25170 ))
25171 ->values(array(
25172   'menu_name' => 'management',
25173   'mlid' => '418',
25174   'plid' => '395',
25175   'link_path' => 'admin/config/regional/language/add',
25176   'router_path' => 'admin/config/regional/language/add',
25177   'link_title' => 'Add language',
25178   'options' => 'a:0:{}',
25179   'module' => 'system',
25180   'hidden' => '-1',
25181   'external' => '0',
25182   'has_children' => '0',
25183   'expanded' => '0',
25184   'weight' => '5',
25185   'depth' => '5',
25186   'customized' => '0',
25187   'p1' => '1',
25188   'p2' => '8',
25189   'p3' => '48',
25190   'p4' => '395',
25191   'p5' => '418',
25192   'p6' => '0',
25193   'p7' => '0',
25194   'p8' => '0',
25195   'p9' => '0',
25196   'updated' => '0',
25197 ))
25198 ->values(array(
25199   'menu_name' => 'management',
25200   'mlid' => '421',
25201   'plid' => '353',
25202   'link_path' => 'admin/structure/contact/delete/%',
25203   'router_path' => 'admin/structure/contact/delete/%',
25204   'link_title' => 'Delete contact',
25205   'options' => 'a:0:{}',
25206   'module' => 'system',
25207   'hidden' => '0',
25208   'external' => '0',
25209   'has_children' => '0',
25210   'expanded' => '0',
25211   'weight' => '0',
25212   'depth' => '4',
25213   'customized' => '0',
25214   'p1' => '1',
25215   'p2' => '20',
25216   'p3' => '353',
25217   'p4' => '421',
25218   'p5' => '0',
25219   'p6' => '0',
25220   'p7' => '0',
25221   'p8' => '0',
25222   'p9' => '0',
25223   'updated' => '0',
25224 ))
25225 ->values(array(
25226   'menu_name' => 'management',
25227   'mlid' => '422',
25228   'plid' => '395',
25229   'link_path' => 'admin/config/regional/language/configure',
25230   'router_path' => 'admin/config/regional/language/configure',
25231   'link_title' => 'Detection and selection',
25232   'options' => 'a:0:{}',
25233   'module' => 'system',
25234   'hidden' => '-1',
25235   'external' => '0',
25236   'has_children' => '0',
25237   'expanded' => '0',
25238   'weight' => '10',
25239   'depth' => '5',
25240   'customized' => '0',
25241   'p1' => '1',
25242   'p2' => '8',
25243   'p3' => '48',
25244   'p4' => '395',
25245   'p5' => '422',
25246   'p6' => '0',
25247   'p7' => '0',
25248   'p8' => '0',
25249   'p9' => '0',
25250   'updated' => '0',
25251 ))
25252 ->values(array(
25253   'menu_name' => 'management',
25254   'mlid' => '423',
25255   'plid' => '353',
25256   'link_path' => 'admin/structure/contact/edit/%',
25257   'router_path' => 'admin/structure/contact/edit/%',
25258   'link_title' => 'Edit contact category',
25259   'options' => 'a:0:{}',
25260   'module' => 'system',
25261   'hidden' => '0',
25262   'external' => '0',
25263   'has_children' => '0',
25264   'expanded' => '0',
25265   'weight' => '0',
25266   'depth' => '4',
25267   'customized' => '0',
25268   'p1' => '1',
25269   'p2' => '20',
25270   'p3' => '353',
25271   'p4' => '423',
25272   'p5' => '0',
25273   'p6' => '0',
25274   'p7' => '0',
25275   'p8' => '0',
25276   'p9' => '0',
25277   'updated' => '0',
25278 ))
25279 ->values(array(
25280   'menu_name' => 'management',
25281   'mlid' => '424',
25282   'plid' => '413',
25283   'link_path' => 'admin/config/regional/translate/export',
25284   'router_path' => 'admin/config/regional/translate/export',
25285   'link_title' => 'Export',
25286   'options' => 'a:0:{}',
25287   'module' => 'system',
25288   'hidden' => '-1',
25289   'external' => '0',
25290   'has_children' => '0',
25291   'expanded' => '0',
25292   'weight' => '30',
25293   'depth' => '5',
25294   'customized' => '0',
25295   'p1' => '1',
25296   'p2' => '8',
25297   'p3' => '48',
25298   'p4' => '413',
25299   'p5' => '424',
25300   'p6' => '0',
25301   'p7' => '0',
25302   'p8' => '0',
25303   'p9' => '0',
25304   'updated' => '0',
25305 ))
25306 ->values(array(
25307   'menu_name' => 'management',
25308   'mlid' => '425',
25309   'plid' => '413',
25310   'link_path' => 'admin/config/regional/translate/import',
25311   'router_path' => 'admin/config/regional/translate/import',
25312   'link_title' => 'Import',
25313   'options' => 'a:0:{}',
25314   'module' => 'system',
25315   'hidden' => '-1',
25316   'external' => '0',
25317   'has_children' => '0',
25318   'expanded' => '0',
25319   'weight' => '20',
25320   'depth' => '5',
25321   'customized' => '0',
25322   'p1' => '1',
25323   'p2' => '8',
25324   'p3' => '48',
25325   'p4' => '413',
25326   'p5' => '425',
25327   'p6' => '0',
25328   'p7' => '0',
25329   'p8' => '0',
25330   'p9' => '0',
25331   'updated' => '0',
25332 ))
25333 ->values(array(
25334   'menu_name' => 'management',
25335   'mlid' => '426',
25336   'plid' => '393',
25337   'link_path' => 'admin/config/services/aggregator/list',
25338   'router_path' => 'admin/config/services/aggregator/list',
25339   'link_title' => 'List',
25340   'options' => 'a:0:{}',
25341   'module' => 'system',
25342   'hidden' => '-1',
25343   'external' => '0',
25344   'has_children' => '0',
25345   'expanded' => '0',
25346   'weight' => '-10',
25347   'depth' => '5',
25348   'customized' => '0',
25349   'p1' => '1',
25350   'p2' => '8',
25351   'p3' => '60',
25352   'p4' => '393',
25353   'p5' => '426',
25354   'p6' => '0',
25355   'p7' => '0',
25356   'p8' => '0',
25357   'p9' => '0',
25358   'updated' => '0',
25359 ))
25360 ->values(array(
25361   'menu_name' => 'management',
25362   'mlid' => '427',
25363   'plid' => '395',
25364   'link_path' => 'admin/config/regional/language/overview',
25365   'router_path' => 'admin/config/regional/language/overview',
25366   'link_title' => 'List',
25367   'options' => 'a:0:{}',
25368   'module' => 'system',
25369   'hidden' => '-1',
25370   'external' => '0',
25371   'has_children' => '0',
25372   'expanded' => '0',
25373   'weight' => '0',
25374   'depth' => '5',
25375   'customized' => '0',
25376   'p1' => '1',
25377   'p2' => '8',
25378   'p3' => '48',
25379   'p4' => '395',
25380   'p5' => '427',
25381   'p6' => '0',
25382   'p7' => '0',
25383   'p8' => '0',
25384   'p9' => '0',
25385   'updated' => '0',
25386 ))
25387 ->values(array(
25388   'menu_name' => 'management',
25389   'mlid' => '428',
25390   'plid' => '410',
25391   'link_path' => 'admin/config/development/testing/list',
25392   'router_path' => 'admin/config/development/testing/list',
25393   'link_title' => 'List',
25394   'options' => 'a:0:{}',
25395   'module' => 'system',
25396   'hidden' => '-1',
25397   'external' => '0',
25398   'has_children' => '0',
25399   'expanded' => '0',
25400   'weight' => '0',
25401   'depth' => '5',
25402   'customized' => '0',
25403   'p1' => '1',
25404   'p2' => '8',
25405   'p3' => '37',
25406   'p4' => '410',
25407   'p5' => '428',
25408   'p6' => '0',
25409   'p7' => '0',
25410   'p8' => '0',
25411   'p9' => '0',
25412   'updated' => '0',
25413 ))
25414 ->values(array(
25415   'menu_name' => 'management',
25416   'mlid' => '429',
25417   'plid' => '74',
25418   'link_path' => 'admin/config/regional/date-time/locale',
25419   'router_path' => 'admin/config/regional/date-time/locale',
25420   'link_title' => 'Localize',
25421   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
25422   'module' => 'system',
25423   'hidden' => '-1',
25424   'external' => '0',
25425   'has_children' => '1',
25426   'expanded' => '0',
25427   'weight' => '-8',
25428   'depth' => '5',
25429   'customized' => '0',
25430   'p1' => '1',
25431   'p2' => '8',
25432   'p3' => '48',
25433   'p4' => '74',
25434   'p5' => '429',
25435   'p6' => '0',
25436   'p7' => '0',
25437   'p8' => '0',
25438   'p9' => '0',
25439   'updated' => '0',
25440 ))
25441 ->values(array(
25442   'menu_name' => 'management',
25443   'mlid' => '430',
25444   'plid' => '413',
25445   'link_path' => 'admin/config/regional/translate/overview',
25446   'router_path' => 'admin/config/regional/translate/overview',
25447   'link_title' => 'Overview',
25448   'options' => 'a:0:{}',
25449   'module' => 'system',
25450   'hidden' => '-1',
25451   'external' => '0',
25452   'has_children' => '0',
25453   'expanded' => '0',
25454   'weight' => '0',
25455   'depth' => '5',
25456   'customized' => '0',
25457   'p1' => '1',
25458   'p2' => '8',
25459   'p3' => '48',
25460   'p4' => '413',
25461   'p5' => '430',
25462   'p6' => '0',
25463   'p7' => '0',
25464   'p8' => '0',
25465   'p9' => '0',
25466   'updated' => '0',
25467 ))
25468 ->values(array(
25469   'menu_name' => 'management',
25470   'mlid' => '431',
25471   'plid' => '410',
25472   'link_path' => 'admin/config/development/testing/settings',
25473   'router_path' => 'admin/config/development/testing/settings',
25474   'link_title' => 'Settings',
25475   'options' => 'a:0:{}',
25476   'module' => 'system',
25477   'hidden' => '-1',
25478   'external' => '0',
25479   'has_children' => '0',
25480   'expanded' => '0',
25481   'weight' => '0',
25482   'depth' => '5',
25483   'customized' => '0',
25484   'p1' => '1',
25485   'p2' => '8',
25486   'p3' => '37',
25487   'p4' => '410',
25488   'p5' => '431',
25489   'p6' => '0',
25490   'p7' => '0',
25491   'p8' => '0',
25492   'p9' => '0',
25493   'updated' => '0',
25494 ))
25495 ->values(array(
25496   'menu_name' => 'management',
25497   'mlid' => '432',
25498   'plid' => '393',
25499   'link_path' => 'admin/config/services/aggregator/settings',
25500   'router_path' => 'admin/config/services/aggregator/settings',
25501   'link_title' => 'Settings',
25502   '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.";}}',
25503   'module' => 'system',
25504   'hidden' => '-1',
25505   'external' => '0',
25506   'has_children' => '0',
25507   'expanded' => '0',
25508   'weight' => '0',
25509   'depth' => '5',
25510   'customized' => '0',
25511   'p1' => '1',
25512   'p2' => '8',
25513   'p3' => '60',
25514   'p4' => '393',
25515   'p5' => '432',
25516   'p6' => '0',
25517   'p7' => '0',
25518   'p8' => '0',
25519   'p9' => '0',
25520   'updated' => '0',
25521 ))
25522 ->values(array(
25523   'menu_name' => 'management',
25524   'mlid' => '433',
25525   'plid' => '413',
25526   'link_path' => 'admin/config/regional/translate/translate',
25527   'router_path' => 'admin/config/regional/translate/translate',
25528   'link_title' => 'Translate',
25529   'options' => 'a:0:{}',
25530   'module' => 'system',
25531   'hidden' => '-1',
25532   'external' => '0',
25533   'has_children' => '0',
25534   'expanded' => '0',
25535   'weight' => '10',
25536   'depth' => '5',
25537   'customized' => '0',
25538   'p1' => '1',
25539   'p2' => '8',
25540   'p3' => '48',
25541   'p4' => '413',
25542   'p5' => '433',
25543   'p6' => '0',
25544   'p7' => '0',
25545   'p8' => '0',
25546   'p9' => '0',
25547   'updated' => '0',
25548 ))
25549 ->values(array(
25550   'menu_name' => 'management',
25551   'mlid' => '435',
25552   'plid' => '356',
25553   'link_path' => 'admin/structure/forum/add/container',
25554   'router_path' => 'admin/structure/forum/add/container',
25555   'link_title' => 'Add container',
25556   'options' => 'a:0:{}',
25557   'module' => 'system',
25558   'hidden' => '-1',
25559   'external' => '0',
25560   'has_children' => '0',
25561   'expanded' => '0',
25562   'weight' => '0',
25563   'depth' => '4',
25564   'customized' => '0',
25565   'p1' => '1',
25566   'p2' => '20',
25567   'p3' => '356',
25568   'p4' => '435',
25569   'p5' => '0',
25570   'p6' => '0',
25571   'p7' => '0',
25572   'p8' => '0',
25573   'p9' => '0',
25574   'updated' => '0',
25575 ))
25576 ->values(array(
25577   'menu_name' => 'management',
25578   'mlid' => '436',
25579   'plid' => '356',
25580   'link_path' => 'admin/structure/forum/add/forum',
25581   'router_path' => 'admin/structure/forum/add/forum',
25582   'link_title' => 'Add forum',
25583   'options' => 'a:0:{}',
25584   'module' => 'system',
25585   'hidden' => '-1',
25586   'external' => '0',
25587   'has_children' => '0',
25588   'expanded' => '0',
25589   'weight' => '0',
25590   'depth' => '4',
25591   'customized' => '0',
25592   'p1' => '1',
25593   'p2' => '20',
25594   'p3' => '356',
25595   'p4' => '436',
25596   'p5' => '0',
25597   'p6' => '0',
25598   'p7' => '0',
25599   'p8' => '0',
25600   'p9' => '0',
25601   'updated' => '0',
25602 ))
25603 ->values(array(
25604   'menu_name' => 'management',
25605   'mlid' => '437',
25606   'plid' => '393',
25607   'link_path' => 'admin/config/services/aggregator/add/category',
25608   'router_path' => 'admin/config/services/aggregator/add/category',
25609   'link_title' => 'Add category',
25610   'options' => 'a:0:{}',
25611   'module' => 'system',
25612   'hidden' => '-1',
25613   'external' => '0',
25614   'has_children' => '0',
25615   'expanded' => '0',
25616   'weight' => '0',
25617   'depth' => '5',
25618   'customized' => '0',
25619   'p1' => '1',
25620   'p2' => '8',
25621   'p3' => '60',
25622   'p4' => '393',
25623   'p5' => '437',
25624   'p6' => '0',
25625   'p7' => '0',
25626   'p8' => '0',
25627   'p9' => '0',
25628   'updated' => '0',
25629 ))
25630 ->values(array(
25631   'menu_name' => 'management',
25632   'mlid' => '438',
25633   'plid' => '393',
25634   'link_path' => 'admin/config/services/aggregator/add/feed',
25635   'router_path' => 'admin/config/services/aggregator/add/feed',
25636   'link_title' => 'Add feed',
25637   'options' => 'a:0:{}',
25638   'module' => 'system',
25639   'hidden' => '-1',
25640   'external' => '0',
25641   'has_children' => '0',
25642   'expanded' => '0',
25643   'weight' => '0',
25644   'depth' => '5',
25645   'customized' => '0',
25646   'p1' => '1',
25647   'p2' => '8',
25648   'p3' => '60',
25649   'p4' => '393',
25650   'p5' => '438',
25651   'p6' => '0',
25652   'p7' => '0',
25653   'p8' => '0',
25654   'p9' => '0',
25655   'updated' => '0',
25656 ))
25657 ->values(array(
25658   'menu_name' => 'management',
25659   'mlid' => '440',
25660   'plid' => '395',
25661   'link_path' => 'admin/config/regional/language/delete/%',
25662   'router_path' => 'admin/config/regional/language/delete/%',
25663   'link_title' => 'Confirm',
25664   'options' => 'a:0:{}',
25665   'module' => 'system',
25666   'hidden' => '0',
25667   'external' => '0',
25668   'has_children' => '0',
25669   'expanded' => '0',
25670   'weight' => '0',
25671   'depth' => '5',
25672   'customized' => '0',
25673   'p1' => '1',
25674   'p2' => '8',
25675   'p3' => '48',
25676   'p4' => '395',
25677   'p5' => '440',
25678   'p6' => '0',
25679   'p7' => '0',
25680   'p8' => '0',
25681   'p9' => '0',
25682   'updated' => '0',
25683 ))
25684 ->values(array(
25685   'menu_name' => 'management',
25686   'mlid' => '441',
25687   'plid' => '413',
25688   'link_path' => 'admin/config/regional/translate/delete/%',
25689   'router_path' => 'admin/config/regional/translate/delete/%',
25690   'link_title' => 'Delete string',
25691   'options' => 'a:0:{}',
25692   'module' => 'system',
25693   'hidden' => '0',
25694   'external' => '0',
25695   'has_children' => '0',
25696   'expanded' => '0',
25697   'weight' => '0',
25698   'depth' => '5',
25699   'customized' => '0',
25700   'p1' => '1',
25701   'p2' => '8',
25702   'p3' => '48',
25703   'p4' => '413',
25704   'p5' => '441',
25705   'p6' => '0',
25706   'p7' => '0',
25707   'p8' => '0',
25708   'p9' => '0',
25709   'updated' => '0',
25710 ))
25711 ->values(array(
25712   'menu_name' => 'management',
25713   'mlid' => '442',
25714   'plid' => '356',
25715   'link_path' => 'admin/structure/forum/edit/container/%',
25716   'router_path' => 'admin/structure/forum/edit/container/%',
25717   'link_title' => 'Edit container',
25718   'options' => 'a:0:{}',
25719   'module' => 'system',
25720   'hidden' => '0',
25721   'external' => '0',
25722   'has_children' => '0',
25723   'expanded' => '0',
25724   'weight' => '0',
25725   'depth' => '4',
25726   'customized' => '0',
25727   'p1' => '1',
25728   'p2' => '20',
25729   'p3' => '356',
25730   'p4' => '442',
25731   'p5' => '0',
25732   'p6' => '0',
25733   'p7' => '0',
25734   'p8' => '0',
25735   'p9' => '0',
25736   'updated' => '0',
25737 ))
25738 ->values(array(
25739   'menu_name' => 'management',
25740   'mlid' => '443',
25741   'plid' => '356',
25742   'link_path' => 'admin/structure/forum/edit/forum/%',
25743   'router_path' => 'admin/structure/forum/edit/forum/%',
25744   'link_title' => 'Edit forum',
25745   'options' => 'a:0:{}',
25746   'module' => 'system',
25747   'hidden' => '0',
25748   'external' => '0',
25749   'has_children' => '0',
25750   'expanded' => '0',
25751   'weight' => '0',
25752   'depth' => '4',
25753   'customized' => '0',
25754   'p1' => '1',
25755   'p2' => '20',
25756   'p3' => '356',
25757   'p4' => '443',
25758   'p5' => '0',
25759   'p6' => '0',
25760   'p7' => '0',
25761   'p8' => '0',
25762   'p9' => '0',
25763   'updated' => '0',
25764 ))
25765 ->values(array(
25766   'menu_name' => 'management',
25767   'mlid' => '444',
25768   'plid' => '395',
25769   'link_path' => 'admin/config/regional/language/edit/%',
25770   'router_path' => 'admin/config/regional/language/edit/%',
25771   'link_title' => 'Edit language',
25772   'options' => 'a:0:{}',
25773   'module' => 'system',
25774   'hidden' => '0',
25775   'external' => '0',
25776   'has_children' => '0',
25777   'expanded' => '0',
25778   'weight' => '0',
25779   'depth' => '5',
25780   'customized' => '0',
25781   'p1' => '1',
25782   'p2' => '8',
25783   'p3' => '48',
25784   'p4' => '395',
25785   'p5' => '444',
25786   'p6' => '0',
25787   'p7' => '0',
25788   'p8' => '0',
25789   'p9' => '0',
25790   'updated' => '0',
25791 ))
25792 ->values(array(
25793   'menu_name' => 'management',
25794   'mlid' => '445',
25795   'plid' => '413',
25796   'link_path' => 'admin/config/regional/translate/edit/%',
25797   'router_path' => 'admin/config/regional/translate/edit/%',
25798   'link_title' => 'Edit string',
25799   'options' => 'a:0:{}',
25800   'module' => 'system',
25801   'hidden' => '0',
25802   'external' => '0',
25803   'has_children' => '0',
25804   'expanded' => '0',
25805   'weight' => '0',
25806   'depth' => '5',
25807   'customized' => '0',
25808   'p1' => '1',
25809   'p2' => '8',
25810   'p3' => '48',
25811   'p4' => '413',
25812   'p5' => '445',
25813   'p6' => '0',
25814   'p7' => '0',
25815   'p8' => '0',
25816   'p9' => '0',
25817   'updated' => '0',
25818 ))
25819 ->values(array(
25820   'menu_name' => 'management',
25821   'mlid' => '447',
25822   'plid' => '393',
25823   'link_path' => 'admin/config/services/aggregator/add/opml',
25824   'router_path' => 'admin/config/services/aggregator/add/opml',
25825   'link_title' => 'Import OPML',
25826   'options' => 'a:0:{}',
25827   'module' => 'system',
25828   'hidden' => '-1',
25829   'external' => '0',
25830   'has_children' => '0',
25831   'expanded' => '0',
25832   'weight' => '0',
25833   'depth' => '5',
25834   'customized' => '0',
25835   'p1' => '1',
25836   'p2' => '8',
25837   'p3' => '60',
25838   'p4' => '393',
25839   'p5' => '447',
25840   'p6' => '0',
25841   'p7' => '0',
25842   'p8' => '0',
25843   'p9' => '0',
25844   'updated' => '0',
25845 ))
25846 ->values(array(
25847   'menu_name' => 'management',
25848   'mlid' => '448',
25849   'plid' => '393',
25850   'link_path' => 'admin/config/services/aggregator/remove/%',
25851   'router_path' => 'admin/config/services/aggregator/remove/%',
25852   'link_title' => 'Remove items',
25853   'options' => 'a:0:{}',
25854   'module' => 'system',
25855   'hidden' => '0',
25856   'external' => '0',
25857   'has_children' => '0',
25858   'expanded' => '0',
25859   'weight' => '0',
25860   'depth' => '5',
25861   'customized' => '0',
25862   'p1' => '1',
25863   'p2' => '8',
25864   'p3' => '60',
25865   'p4' => '393',
25866   'p5' => '448',
25867   'p6' => '0',
25868   'p7' => '0',
25869   'p8' => '0',
25870   'p9' => '0',
25871   'updated' => '0',
25872 ))
25873 ->values(array(
25874   'menu_name' => 'management',
25875   'mlid' => '449',
25876   'plid' => '422',
25877   'link_path' => 'admin/config/regional/language/configure/session',
25878   'router_path' => 'admin/config/regional/language/configure/session',
25879   'link_title' => 'Session language detection configuration',
25880   'options' => 'a:0:{}',
25881   'module' => 'system',
25882   'hidden' => '-1',
25883   'external' => '0',
25884   'has_children' => '0',
25885   'expanded' => '0',
25886   'weight' => '0',
25887   'depth' => '6',
25888   'customized' => '0',
25889   'p1' => '1',
25890   'p2' => '8',
25891   'p3' => '48',
25892   'p4' => '395',
25893   'p5' => '422',
25894   'p6' => '449',
25895   'p7' => '0',
25896   'p8' => '0',
25897   'p9' => '0',
25898   'updated' => '0',
25899 ))
25900 ->values(array(
25901   'menu_name' => 'management',
25902   'mlid' => '450',
25903   'plid' => '410',
25904   'link_path' => 'admin/config/development/testing/results/%',
25905   'router_path' => 'admin/config/development/testing/results/%',
25906   'link_title' => 'Test result',
25907   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:21:"View result of tests.";}}',
25908   'module' => 'system',
25909   'hidden' => '0',
25910   'external' => '0',
25911   'has_children' => '0',
25912   'expanded' => '0',
25913   'weight' => '0',
25914   'depth' => '5',
25915   'customized' => '0',
25916   'p1' => '1',
25917   'p2' => '8',
25918   'p3' => '37',
25919   'p4' => '410',
25920   'p5' => '450',
25921   'p6' => '0',
25922   'p7' => '0',
25923   'p8' => '0',
25924   'p9' => '0',
25925   'updated' => '0',
25926 ))
25927 ->values(array(
25928   'menu_name' => 'management',
25929   'mlid' => '451',
25930   'plid' => '422',
25931   'link_path' => 'admin/config/regional/language/configure/url',
25932   'router_path' => 'admin/config/regional/language/configure/url',
25933   'link_title' => 'URL language detection configuration',
25934   'options' => 'a:0:{}',
25935   'module' => 'system',
25936   'hidden' => '-1',
25937   'external' => '0',
25938   'has_children' => '0',
25939   'expanded' => '0',
25940   'weight' => '0',
25941   'depth' => '6',
25942   'customized' => '0',
25943   'p1' => '1',
25944   'p2' => '8',
25945   'p3' => '48',
25946   'p4' => '395',
25947   'p5' => '422',
25948   'p6' => '451',
25949   'p7' => '0',
25950   'p8' => '0',
25951   'p9' => '0',
25952   'updated' => '0',
25953 ))
25954 ->values(array(
25955   'menu_name' => 'management',
25956   'mlid' => '452',
25957   'plid' => '393',
25958   'link_path' => 'admin/config/services/aggregator/update/%',
25959   'router_path' => 'admin/config/services/aggregator/update/%',
25960   'link_title' => 'Update items',
25961   'options' => 'a:0:{}',
25962   'module' => 'system',
25963   'hidden' => '0',
25964   'external' => '0',
25965   'has_children' => '0',
25966   'expanded' => '0',
25967   'weight' => '0',
25968   'depth' => '5',
25969   'customized' => '0',
25970   'p1' => '1',
25971   'p2' => '8',
25972   'p3' => '60',
25973   'p4' => '393',
25974   'p5' => '452',
25975   'p6' => '0',
25976   'p7' => '0',
25977   'p8' => '0',
25978   'p9' => '0',
25979   'updated' => '0',
25980 ))
25981 ->values(array(
25982   'menu_name' => 'management',
25983   'mlid' => '458',
25984   'plid' => '393',
25985   'link_path' => 'admin/config/services/aggregator/edit/category/%',
25986   'router_path' => 'admin/config/services/aggregator/edit/category/%',
25987   'link_title' => 'Edit category',
25988   'options' => 'a:0:{}',
25989   'module' => 'system',
25990   'hidden' => '0',
25991   'external' => '0',
25992   'has_children' => '0',
25993   'expanded' => '0',
25994   'weight' => '0',
25995   'depth' => '5',
25996   'customized' => '0',
25997   'p1' => '1',
25998   'p2' => '8',
25999   'p3' => '60',
26000   'p4' => '393',
26001   'p5' => '458',
26002   'p6' => '0',
26003   'p7' => '0',
26004   'p8' => '0',
26005   'p9' => '0',
26006   'updated' => '0',
26007 ))
26008 ->values(array(
26009   'menu_name' => 'management',
26010   'mlid' => '459',
26011   'plid' => '393',
26012   'link_path' => 'admin/config/services/aggregator/edit/feed/%',
26013   'router_path' => 'admin/config/services/aggregator/edit/feed/%',
26014   'link_title' => 'Edit feed',
26015   'options' => 'a:0:{}',
26016   'module' => 'system',
26017   'hidden' => '0',
26018   'external' => '0',
26019   'has_children' => '0',
26020   'expanded' => '0',
26021   'weight' => '0',
26022   'depth' => '5',
26023   'customized' => '0',
26024   'p1' => '1',
26025   'p2' => '8',
26026   'p3' => '60',
26027   'p4' => '393',
26028   'p5' => '459',
26029   'p6' => '0',
26030   'p7' => '0',
26031   'p8' => '0',
26032   'p9' => '0',
26033   'updated' => '0',
26034 ))
26035 ->values(array(
26036   'menu_name' => 'management',
26037   'mlid' => '461',
26038   'plid' => '429',
26039   'link_path' => 'admin/config/regional/date-time/locale/%/edit',
26040   'router_path' => 'admin/config/regional/date-time/locale/%/edit',
26041   'link_title' => 'Localize date formats',
26042   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
26043   'module' => 'system',
26044   'hidden' => '0',
26045   'external' => '0',
26046   'has_children' => '0',
26047   'expanded' => '0',
26048   'weight' => '0',
26049   'depth' => '6',
26050   'customized' => '0',
26051   'p1' => '1',
26052   'p2' => '8',
26053   'p3' => '48',
26054   'p4' => '74',
26055   'p5' => '429',
26056   'p6' => '461',
26057   'p7' => '0',
26058   'p8' => '0',
26059   'p9' => '0',
26060   'updated' => '0',
26061 ))
26062 ->values(array(
26063   'menu_name' => 'management',
26064   'mlid' => '462',
26065   'plid' => '303',
26066   'link_path' => 'admin/structure/types/manage/%/display/print',
26067   'router_path' => 'admin/structure/types/manage/%/display/print',
26068   'link_title' => 'Print',
26069   'options' => 'a:0:{}',
26070   'module' => 'system',
26071   'hidden' => '-1',
26072   'external' => '0',
26073   'has_children' => '0',
26074   'expanded' => '0',
26075   'weight' => '5',
26076   'depth' => '6',
26077   'customized' => '0',
26078   'p1' => '1',
26079   'p2' => '20',
26080   'p3' => '34',
26081   'p4' => '114',
26082   'p5' => '303',
26083   'p6' => '462',
26084   'p7' => '0',
26085   'p8' => '0',
26086   'p9' => '0',
26087   'updated' => '0',
26088 ))
26089 ->values(array(
26090   'menu_name' => 'management',
26091   'mlid' => '463',
26092   'plid' => '429',
26093   'link_path' => 'admin/config/regional/date-time/locale/%/reset',
26094   'router_path' => 'admin/config/regional/date-time/locale/%/reset',
26095   'link_title' => 'Reset date formats',
26096   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Reset localized date formats to global defaults";}}',
26097   'module' => 'system',
26098   'hidden' => '0',
26099   'external' => '0',
26100   'has_children' => '0',
26101   'expanded' => '0',
26102   'weight' => '0',
26103   'depth' => '6',
26104   'customized' => '0',
26105   'p1' => '1',
26106   'p2' => '8',
26107   'p3' => '48',
26108   'p4' => '74',
26109   'p5' => '429',
26110   'p6' => '463',
26111   'p7' => '0',
26112   'p8' => '0',
26113   'p9' => '0',
26114   'updated' => '0',
26115 ))
26116 ->values(array(
26117   'menu_name' => 'navigation',
26118   'mlid' => '465',
26119   'plid' => '6',
26120   'link_path' => 'node/add/test-content-type',
26121   'router_path' => 'node/add/test-content-type',
26122   'link_title' => 'Test content type',
26123   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:49:"This is the description of the test content type.";}}',
26124   'module' => 'system',
26125   'hidden' => '0',
26126   'external' => '0',
26127   'has_children' => '0',
26128   'expanded' => '0',
26129   'weight' => '0',
26130   'depth' => '2',
26131   'customized' => '0',
26132   'p1' => '6',
26133   'p2' => '465',
26134   'p3' => '0',
26135   'p4' => '0',
26136   'p5' => '0',
26137   'p6' => '0',
26138   'p7' => '0',
26139   'p8' => '0',
26140   'p9' => '0',
26141   'updated' => '0',
26142 ))
26143 ->values(array(
26144   'menu_name' => 'management',
26145   'mlid' => '466',
26146   'plid' => '44',
26147   'link_path' => 'admin/structure/menu/manage/menu-test-menu',
26148   'router_path' => 'admin/structure/menu/manage/%',
26149   'link_title' => 'Test Menu',
26150   'options' => 'a:0:{}',
26151   'module' => 'menu',
26152   'hidden' => '0',
26153   'external' => '0',
26154   'has_children' => '0',
26155   'expanded' => '0',
26156   'weight' => '0',
26157   'depth' => '4',
26158   'customized' => '0',
26159   'p1' => '1',
26160   'p2' => '20',
26161   'p3' => '44',
26162   'p4' => '466',
26163   'p5' => '0',
26164   'p6' => '0',
26165   'p7' => '0',
26166   'p8' => '0',
26167   'p9' => '0',
26168   'updated' => '0',
26169 ))
26170 ->values(array(
26171   'menu_name' => 'menu-test-menu',
26172   'mlid' => '467',
26173   'plid' => '469',
26174   'link_path' => 'http://google.com',
26175   'router_path' => '',
26176   'link_title' => 'Google',
26177   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"Google";}}',
26178   'module' => 'menu',
26179   'hidden' => '0',
26180   'external' => '1',
26181   'has_children' => '0',
26182   'expanded' => '0',
26183   'weight' => '0',
26184   'depth' => '2',
26185   'customized' => '1',
26186   'p1' => '469',
26187   'p2' => '467',
26188   'p3' => '0',
26189   'p4' => '0',
26190   'p5' => '0',
26191   'p6' => '0',
26192   'p7' => '0',
26193   'p8' => '0',
26194   'p9' => '0',
26195   'updated' => '0',
26196 ))
26197 ->values(array(
26198   'menu_name' => 'menu-test-menu',
26199   'mlid' => '468',
26200   'plid' => '0',
26201   'link_path' => 'http://yahoo.com',
26202   'router_path' => '',
26203   'link_title' => 'Yahoo',
26204   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:5:"Yahoo";}}',
26205   'module' => 'menu',
26206   'hidden' => '0',
26207   'external' => '1',
26208   'has_children' => '0',
26209   'expanded' => '0',
26210   'weight' => '0',
26211   'depth' => '1',
26212   'customized' => '1',
26213   'p1' => '468',
26214   'p2' => '0',
26215   'p3' => '0',
26216   'p4' => '0',
26217   'p5' => '0',
26218   'p6' => '0',
26219   'p7' => '0',
26220   'p8' => '0',
26221   'p9' => '0',
26222   'updated' => '0',
26223 ))
26224 ->values(array(
26225   'menu_name' => 'menu-test-menu',
26226   'mlid' => '469',
26227   'plid' => '0',
26228   'link_path' => 'http://bing.com',
26229   'router_path' => '',
26230   'link_title' => 'Bing',
26231   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:4:"Bing";}}',
26232   'module' => 'menu',
26233   'hidden' => '0',
26234   'external' => '1',
26235   'has_children' => '0',
26236   'expanded' => '0',
26237   'weight' => '0',
26238   'depth' => '1',
26239   'customized' => '1',
26240   'p1' => '469',
26241   'p2' => '0',
26242   'p3' => '0',
26243   'p4' => '0',
26244   'p5' => '0',
26245   'p6' => '0',
26246   'p7' => '0',
26247   'p8' => '0',
26248   'p9' => '0',
26249   'updated' => '0',
26250 ))
26251 ->values(array(
26252   'menu_name' => 'menu-test-menu',
26253   'mlid' => '470',
26254   'plid' => '469',
26255   'link_path' => 'http://ask.com',
26256   'router_path' => '',
26257   'link_title' => 'Ask',
26258   'options' => 'a:0:{}',
26259   'module' => 'menu',
26260   'hidden' => '0',
26261   'external' => '1',
26262   'has_children' => '0',
26263   'expanded' => '0',
26264   'weight' => '0',
26265   'depth' => '2',
26266   'customized' => '1',
26267   'p1' => '469',
26268   'p2' => '470',
26269   'p3' => '0',
26270   'p4' => '0',
26271   'p5' => '0',
26272   'p6' => '0',
26273   'p7' => '0',
26274   'p8' => '0',
26275   'p9' => '0',
26276   'updated' => '0',
26277 ))
26278 ->values(array(
26279   'menu_name' => 'shortcut-set-2',
26280   'mlid' => '472',
26281   'plid' => '0',
26282   'link_path' => 'admin/help',
26283   'router_path' => 'admin/help',
26284   'link_title' => 'Help',
26285   'options' => 'a:0:{}',
26286   'module' => 'menu',
26287   'hidden' => '0',
26288   'external' => '0',
26289   'has_children' => '0',
26290   'expanded' => '0',
26291   'weight' => '-49',
26292   'depth' => '1',
26293   'customized' => '0',
26294   'p1' => '472',
26295   'p2' => '0',
26296   'p3' => '0',
26297   'p4' => '0',
26298   'p5' => '0',
26299   'p6' => '0',
26300   'p7' => '0',
26301   'p8' => '0',
26302   'p9' => '0',
26303   'updated' => '0',
26304 ))
26305 ->values(array(
26306   'menu_name' => 'shortcut-set-2',
26307   'mlid' => '473',
26308   'plid' => '0',
26309   'link_path' => 'admin/people',
26310   'router_path' => 'admin/people',
26311   'link_title' => 'People',
26312   'options' => 'a:0:{}',
26313   'module' => 'menu',
26314   'hidden' => '0',
26315   'external' => '0',
26316   'has_children' => '0',
26317   'expanded' => '0',
26318   'weight' => '-50',
26319   'depth' => '1',
26320   'customized' => '0',
26321   'p1' => '473',
26322   'p2' => '0',
26323   'p3' => '0',
26324   'p4' => '0',
26325   'p5' => '0',
26326   'p6' => '0',
26327   'p7' => '0',
26328   'p8' => '0',
26329   'p9' => '0',
26330   'updated' => '0',
26331 ))
26332 ->values(array(
26333   'menu_name' => 'navigation',
26334   'mlid' => '474',
26335   'plid' => '4',
26336   'link_path' => 'filter/tips/%',
26337   'router_path' => 'filter/tips/%',
26338   'link_title' => 'Compose tips',
26339   'options' => 'a:0:{}',
26340   'module' => 'system',
26341   'hidden' => '0',
26342   'external' => '0',
26343   'has_children' => '0',
26344   'expanded' => '0',
26345   'weight' => '0',
26346   'depth' => '2',
26347   'customized' => '0',
26348   'p1' => '4',
26349   'p2' => '474',
26350   'p3' => '0',
26351   'p4' => '0',
26352   'p5' => '0',
26353   'p6' => '0',
26354   'p7' => '0',
26355   'p8' => '0',
26356   'p9' => '0',
26357   'updated' => '0',
26358 ))
26359 ->values(array(
26360   'menu_name' => 'management',
26361   'mlid' => '475',
26362   'plid' => '175',
26363   'link_path' => 'admin/help/php',
26364   'router_path' => 'admin/help/php',
26365   'link_title' => 'php',
26366   'options' => 'a:0:{}',
26367   'module' => 'system',
26368   'hidden' => '-1',
26369   'external' => '0',
26370   'has_children' => '0',
26371   'expanded' => '0',
26372   'weight' => '0',
26373   'depth' => '3',
26374   'customized' => '0',
26375   'p1' => '1',
26376   'p2' => '175',
26377   'p3' => '475',
26378   'p4' => '0',
26379   'p5' => '0',
26380   'p6' => '0',
26381   'p7' => '0',
26382   'p8' => '0',
26383   'p9' => '0',
26384   'updated' => '0',
26385 ))
26386 ->values(array(
26387   'menu_name' => 'management',
26388   'mlid' => '478',
26389   'plid' => '20',
26390   'link_path' => 'admin/content',
26391   'router_path' => 'admin/content',
26392   'link_title' => 'custom link test',
26393   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
26394   'module' => 'menu',
26395   'hidden' => '0',
26396   'external' => '0',
26397   'has_children' => '0',
26398   'expanded' => '0',
26399   'weight' => '0',
26400   'depth' => '3',
26401   'customized' => '1',
26402   'p1' => '1',
26403   'p2' => '20',
26404   'p3' => '478',
26405   'p4' => '0',
26406   'p5' => '0',
26407   'p6' => '0',
26408   'p7' => '0',
26409   'p8' => '0',
26410   'p9' => '0',
26411   'updated' => '0',
26412 ))
26413 ->values(array(
26414   'menu_name' => 'navigation',
26415   'mlid' => '479',
26416   'plid' => '0',
26417   'link_path' => 'node/2',
26418   'router_path' => 'node/2',
26419   'link_title' => 'node link test',
26420   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"node 2";}}',
26421   'module' => 'menu',
26422   'hidden' => '0',
26423   'external' => '0',
26424   'has_children' => '0',
26425   'expanded' => '0',
26426   'weight' => '3',
26427   'depth' => '1',
26428   'customized' => '1',
26429   'p1' => '479',
26430   'p2' => '0',
26431   'p3' => '0',
26432   'p4' => '0',
26433   'p5' => '0',
26434   'p6' => '0',
26435   'p7' => '0',
26436   'p8' => '0',
26437   'p9' => '0',
26438   'updated' => '0',
26439 ))
26440   ->values(array(
26441     'menu_name' => 'book-toc-1',
26442     'mlid' => '480',
26443     'plid' => '0',
26444     'link_path' => 'node/4',
26445     'router_path' => 'node/%',
26446     'link_title' => 'Test top book title',
26447     'options' => 'a:0:{}',
26448     'module' => 'book',
26449     'hidden' => '0',
26450     'external' => '0',
26451     'has_children' => '1',
26452     'expanded' => '0',
26453     'weight' => '-10',
26454     'depth' => '1',
26455     'customized' => '0',
26456     'p1' => '480',
26457     'p2' => '0',
26458     'p3' => '0',
26459     'p4' => '0',
26460     'p5' => '0',
26461     'p6' => '0',
26462     'p7' => '0',
26463     'p8' => '0',
26464     'p9' => '0',
26465     'updated' => '0',
26466   ))
26467   ->values(array(
26468     'menu_name' => 'book-toc-1',
26469     'mlid' => '481',
26470     'plid' => '480',
26471     'link_path' => 'node/6',
26472     'router_path' => 'node/%',
26473     'link_title' => 'Test book title child 1',
26474     'options' => 'a:0:{}',
26475     'module' => 'book',
26476     'hidden' => '0',
26477     'external' => '0',
26478     'has_children' => '1',
26479     'expanded' => '0',
26480     'weight' => '0',
26481     'depth' => '2',
26482     'customized' => '0',
26483     'p1' => '480',
26484     'p2' => '481',
26485     'p3' => '0',
26486     'p4' => '0',
26487     'p5' => '0',
26488     'p6' => '0',
26489     'p7' => '0',
26490     'p8' => '0',
26491     'p9' => '0',
26492     'updated' => '0',
26493   ))
26494   ->values(array(
26495     'menu_name' => 'book-toc-1',
26496     'mlid' => '482',
26497     'plid' => '481',
26498     'link_path' => 'node/2',
26499     'router_path' => 'node/%',
26500     'link_title' => 'Test book title child 1.1',
26501     'options' => 'a:0:{}',
26502     'module' => 'book',
26503     'hidden' => '0',
26504     'external' => '0',
26505     'has_children' => '0',
26506     'expanded' => '0',
26507     'weight' => '0',
26508     'depth' => '3',
26509     'customized' => '0',
26510     'p1' => '480',
26511     'p2' => '481',
26512     'p3' => '482',
26513     'p4' => '0',
26514     'p5' => '0',
26515     'p6' => '0',
26516     'p7' => '0',
26517     'p8' => '0',
26518     'p9' => '0',
26519     'updated' => '0',
26520   ))
26521   ->values(array(
26522     'menu_name' => 'book-toc-2',
26523     'mlid' => '483',
26524     'plid' => '481',
26525     'link_path' => 'node/1',
26526     'router_path' => 'node/%',
26527     'link_title' => 'Test book title 2',
26528     'options' => 'a:0:{}',
26529     'module' => 'book',
26530     'hidden' => '0',
26531     'external' => '0',
26532     'has_children' => '0',
26533     'expanded' => '0',
26534     'weight' => '0',
26535     'depth' => '3',
26536     'customized' => '0',
26537     'p1' => '480',
26538     'p2' => '481',
26539     'p3' => '483',
26540     'p4' => '0',
26541     'p5' => '0',
26542     'p6' => '0',
26543     'p7' => '0',
26544     'p8' => '0',
26545     'p9' => '0',
26546     'updated' => '0',
26547   ))
26548 ->values(array(
26549   'menu_name' => 'navigation',
26550   'mlid' => '484',
26551   'plid' => '0',
26552   'link_path' => 'node/2',
26553   'router_path' => 'node/%',
26554   'link_title' => 'The thing about Deep Space 9',
26555   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
26556   'module' => 'menu',
26557   'hidden' => '0',
26558   'external' => '0',
26559   'has_children' => '0',
26560   'expanded' => '0',
26561   'weight' => '9',
26562   'depth' => '1',
26563   'customized' => '1',
26564   'p1' => '484',
26565   'p2' => '0',
26566   'p3' => '0',
26567   'p4' => '0',
26568   'p5' => '0',
26569   'p6' => '0',
26570   'p7' => '0',
26571   'p8' => '0',
26572   'p9' => '0',
26573   'updated' => '0',
26574 ))
26575 ->values(array(
26576   'menu_name' => 'navigation',
26577   'mlid' => '485',
26578   'plid' => '0',
26579   'link_path' => 'node/3',
26580   'router_path' => 'node/%',
26581   'link_title' => 'is - The thing about Deep Space 9',
26582   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
26583   'module' => 'menu',
26584   'hidden' => '0',
26585   'external' => '0',
26586   'has_children' => '0',
26587   'expanded' => '0',
26588   'weight' => '10',
26589   'depth' => '1',
26590   'customized' => '1',
26591   'p1' => '485',
26592   'p2' => '0',
26593   'p3' => '0',
26594   'p4' => '0',
26595   'p5' => '0',
26596   'p6' => '0',
26597   'p7' => '0',
26598   'p8' => '0',
26599   'p9' => '0',
26600   'updated' => '0',
26601 ))
26602 ->values(array(
26603   'menu_name' => 'navigation',
26604   'mlid' => '486',
26605   'plid' => '0',
26606   'link_path' => 'node/4',
26607   'router_path' => 'node/%',
26608   'link_title' => 'is - The thing about Firefly',
26609   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
26610   'module' => 'menu',
26611   'hidden' => '0',
26612   'external' => '0',
26613   'has_children' => '0',
26614   'expanded' => '0',
26615   'weight' => '11',
26616   'depth' => '1',
26617   'customized' => '1',
26618   'p1' => '486',
26619   'p2' => '0',
26620   'p3' => '0',
26621   'p4' => '0',
26622   'p5' => '0',
26623   'p6' => '0',
26624   'p7' => '0',
26625   'p8' => '0',
26626   'p9' => '0',
26627   'updated' => '0',
26628 ))
26629 ->values(array(
26630   'menu_name' => 'navigation',
26631   'mlid' => '487',
26632   'plid' => '0',
26633   'link_path' => 'node/5',
26634   'router_path' => 'node/%',
26635   'link_title' => 'en - The thing about Firefly',
26636   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
26637   'module' => 'menu',
26638   'hidden' => '0',
26639   'external' => '0',
26640   'has_children' => '0',
26641   'expanded' => '0',
26642   'weight' => '12',
26643   'depth' => '1',
26644   'customized' => '1',
26645   'p1' => '487',
26646   'p2' => '0',
26647   'p3' => '0',
26648   'p4' => '0',
26649   'p5' => '0',
26650   'p6' => '0',
26651   'p7' => '0',
26652   'p8' => '0',
26653   'p9' => '0',
26654   'updated' => '0',
26655 ))
26656 ->values(array(
26657   'menu_name' => 'management',
26658   'mlid' => '491',
26659   'plid' => '48',
26660   'link_path' => 'admin/config/regional/entity_translation',
26661   'router_path' => 'admin/config/regional/entity_translation',
26662   'link_title' => 'Entity translation',
26663   '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.";}}',
26664   'module' => 'system',
26665   'hidden' => '0',
26666   'external' => '0',
26667   'has_children' => '1',
26668   'expanded' => '0',
26669   'weight' => '0',
26670   'depth' => '4',
26671   'customized' => '0',
26672   'p1' => '1',
26673   'p2' => '8',
26674   'p3' => '48',
26675   'p4' => '491',
26676   'p5' => '0',
26677   'p6' => '0',
26678   'p7' => '0',
26679   'p8' => '0',
26680   'p9' => '0',
26681   'updated' => '0',
26682 ))
26683 ->execute();
26684
26685 $connection->schema()->createTable('menu_router', array(
26686   'fields' => array(
26687     'path' => array(
26688       'type' => 'varchar',
26689       'not null' => TRUE,
26690       'length' => '255',
26691       'default' => '',
26692     ),
26693     'load_functions' => array(
26694       'type' => 'blob',
26695       'not null' => TRUE,
26696       'size' => 'normal',
26697     ),
26698     'to_arg_functions' => array(
26699       'type' => 'blob',
26700       'not null' => TRUE,
26701       'size' => 'normal',
26702     ),
26703     'access_callback' => array(
26704       'type' => 'varchar',
26705       'not null' => TRUE,
26706       'length' => '255',
26707       'default' => '',
26708     ),
26709     'access_arguments' => array(
26710       'type' => 'blob',
26711       'not null' => FALSE,
26712       'size' => 'normal',
26713     ),
26714     'page_callback' => array(
26715       'type' => 'varchar',
26716       'not null' => TRUE,
26717       'length' => '255',
26718       'default' => '',
26719     ),
26720     'page_arguments' => array(
26721       'type' => 'blob',
26722       'not null' => FALSE,
26723       'size' => 'normal',
26724     ),
26725     'delivery_callback' => array(
26726       'type' => 'varchar',
26727       'not null' => TRUE,
26728       'length' => '255',
26729       'default' => '',
26730     ),
26731     'fit' => array(
26732       'type' => 'int',
26733       'not null' => TRUE,
26734       'size' => 'normal',
26735       'default' => '0',
26736     ),
26737     'number_parts' => array(
26738       'type' => 'int',
26739       'not null' => TRUE,
26740       'size' => 'normal',
26741       'default' => '0',
26742     ),
26743     'context' => array(
26744       'type' => 'int',
26745       'not null' => TRUE,
26746       'size' => 'normal',
26747       'default' => '0',
26748     ),
26749     'tab_parent' => array(
26750       'type' => 'varchar',
26751       'not null' => TRUE,
26752       'length' => '255',
26753       'default' => '',
26754     ),
26755     'tab_root' => array(
26756       'type' => 'varchar',
26757       'not null' => TRUE,
26758       'length' => '255',
26759       'default' => '',
26760     ),
26761     'title' => array(
26762       'type' => 'varchar',
26763       'not null' => TRUE,
26764       'length' => '255',
26765       'default' => '',
26766     ),
26767     'title_callback' => array(
26768       'type' => 'varchar',
26769       'not null' => TRUE,
26770       'length' => '255',
26771       'default' => '',
26772     ),
26773     'title_arguments' => array(
26774       'type' => 'varchar',
26775       'not null' => TRUE,
26776       'length' => '255',
26777       'default' => '',
26778     ),
26779     'theme_callback' => array(
26780       'type' => 'varchar',
26781       'not null' => TRUE,
26782       'length' => '255',
26783       'default' => '',
26784     ),
26785     'theme_arguments' => array(
26786       'type' => 'varchar',
26787       'not null' => TRUE,
26788       'length' => '255',
26789       'default' => '',
26790     ),
26791     'type' => array(
26792       'type' => 'int',
26793       'not null' => TRUE,
26794       'size' => 'normal',
26795       'default' => '0',
26796     ),
26797     'description' => array(
26798       'type' => 'text',
26799       'not null' => TRUE,
26800       'size' => 'normal',
26801     ),
26802     'position' => array(
26803       'type' => 'varchar',
26804       'not null' => TRUE,
26805       'length' => '255',
26806       'default' => '',
26807     ),
26808     'weight' => array(
26809       'type' => 'int',
26810       'not null' => TRUE,
26811       'size' => 'normal',
26812       'default' => '0',
26813     ),
26814     'include_file' => array(
26815       'type' => 'text',
26816       'not null' => FALSE,
26817       'size' => 'normal',
26818     ),
26819   ),
26820   'primary key' => array(
26821     'path',
26822   ),
26823   'mysql_character_set' => 'utf8',
26824 ));
26825
26826 $connection->insert('menu_router')
26827 ->fields(array(
26828   'path',
26829   'load_functions',
26830   'to_arg_functions',
26831   'access_callback',
26832   'access_arguments',
26833   'page_callback',
26834   'page_arguments',
26835   'delivery_callback',
26836   'fit',
26837   'number_parts',
26838   'context',
26839   'tab_parent',
26840   'tab_root',
26841   'title',
26842   'title_callback',
26843   'title_arguments',
26844   'theme_callback',
26845   'theme_arguments',
26846   'type',
26847   'description',
26848   'position',
26849   'weight',
26850   'include_file',
26851 ))
26852 ->values(array(
26853   'path' => 'admin',
26854   'load_functions' => '',
26855   'to_arg_functions' => '',
26856   'access_callback' => 'user_access',
26857   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26858   'page_callback' => 'system_admin_menu_block_page',
26859   'page_arguments' => 'a:0:{}',
26860   'delivery_callback' => '',
26861   'fit' => '1',
26862   'number_parts' => '1',
26863   'context' => '0',
26864   'tab_parent' => '',
26865   'tab_root' => 'admin',
26866   'title' => 'Administration',
26867   'title_callback' => 't',
26868   'title_arguments' => '',
26869   'theme_callback' => '',
26870   'theme_arguments' => 'a:0:{}',
26871   'type' => '6',
26872   'description' => '',
26873   'position' => '',
26874   'weight' => '9',
26875   'include_file' => 'modules/system/system.admin.inc',
26876 ))
26877 ->values(array(
26878   'path' => 'admin/appearance',
26879   'load_functions' => '',
26880   'to_arg_functions' => '',
26881   'access_callback' => 'user_access',
26882   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
26883   'page_callback' => 'system_themes_page',
26884   'page_arguments' => 'a:0:{}',
26885   'delivery_callback' => '',
26886   'fit' => '3',
26887   'number_parts' => '2',
26888   'context' => '0',
26889   'tab_parent' => '',
26890   'tab_root' => 'admin/appearance',
26891   'title' => 'Appearance',
26892   'title_callback' => 't',
26893   'title_arguments' => '',
26894   'theme_callback' => '',
26895   'theme_arguments' => 'a:0:{}',
26896   'type' => '6',
26897   'description' => 'Select and configure your themes.',
26898   'position' => 'left',
26899   'weight' => '-6',
26900   'include_file' => 'modules/system/system.admin.inc',
26901 ))
26902 ->values(array(
26903   'path' => 'admin/appearance/default',
26904   'load_functions' => '',
26905   'to_arg_functions' => '',
26906   'access_callback' => 'user_access',
26907   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
26908   'page_callback' => 'system_theme_default',
26909   'page_arguments' => 'a:0:{}',
26910   'delivery_callback' => '',
26911   'fit' => '7',
26912   'number_parts' => '3',
26913   'context' => '0',
26914   'tab_parent' => '',
26915   'tab_root' => 'admin/appearance/default',
26916   'title' => 'Set default theme',
26917   'title_callback' => 't',
26918   'title_arguments' => '',
26919   'theme_callback' => '',
26920   'theme_arguments' => 'a:0:{}',
26921   'type' => '0',
26922   'description' => '',
26923   'position' => '',
26924   'weight' => '0',
26925   'include_file' => 'modules/system/system.admin.inc',
26926 ))
26927 ->values(array(
26928   'path' => 'admin/appearance/disable',
26929   'load_functions' => '',
26930   'to_arg_functions' => '',
26931   'access_callback' => 'user_access',
26932   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
26933   'page_callback' => 'system_theme_disable',
26934   'page_arguments' => 'a:0:{}',
26935   'delivery_callback' => '',
26936   'fit' => '7',
26937   'number_parts' => '3',
26938   'context' => '0',
26939   'tab_parent' => '',
26940   'tab_root' => 'admin/appearance/disable',
26941   'title' => 'Disable theme',
26942   'title_callback' => 't',
26943   'title_arguments' => '',
26944   'theme_callback' => '',
26945   'theme_arguments' => 'a:0:{}',
26946   'type' => '0',
26947   'description' => '',
26948   'position' => '',
26949   'weight' => '0',
26950   'include_file' => 'modules/system/system.admin.inc',
26951 ))
26952 ->values(array(
26953   'path' => 'admin/appearance/enable',
26954   'load_functions' => '',
26955   'to_arg_functions' => '',
26956   'access_callback' => 'user_access',
26957   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
26958   'page_callback' => 'system_theme_enable',
26959   'page_arguments' => 'a:0:{}',
26960   'delivery_callback' => '',
26961   'fit' => '7',
26962   'number_parts' => '3',
26963   'context' => '0',
26964   'tab_parent' => '',
26965   'tab_root' => 'admin/appearance/enable',
26966   'title' => 'Enable theme',
26967   'title_callback' => 't',
26968   'title_arguments' => '',
26969   'theme_callback' => '',
26970   'theme_arguments' => 'a:0:{}',
26971   'type' => '0',
26972   'description' => '',
26973   'position' => '',
26974   'weight' => '0',
26975   'include_file' => 'modules/system/system.admin.inc',
26976 ))
26977 ->values(array(
26978   'path' => 'admin/appearance/install',
26979   'load_functions' => '',
26980   'to_arg_functions' => '',
26981   'access_callback' => 'update_manager_access',
26982   'access_arguments' => 'a:0:{}',
26983   'page_callback' => 'drupal_get_form',
26984   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:5:"theme";}',
26985   'delivery_callback' => '',
26986   'fit' => '7',
26987   'number_parts' => '3',
26988   'context' => '1',
26989   'tab_parent' => 'admin/appearance',
26990   'tab_root' => 'admin/appearance',
26991   'title' => 'Install new theme',
26992   'title_callback' => 't',
26993   'title_arguments' => '',
26994   'theme_callback' => '',
26995   'theme_arguments' => 'a:0:{}',
26996   'type' => '388',
26997   'description' => '',
26998   'position' => '',
26999   'weight' => '25',
27000   'include_file' => 'modules/update/update.manager.inc',
27001 ))
27002 ->values(array(
27003   'path' => 'admin/appearance/list',
27004   'load_functions' => '',
27005   'to_arg_functions' => '',
27006   'access_callback' => 'user_access',
27007   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
27008   'page_callback' => 'system_themes_page',
27009   'page_arguments' => 'a:0:{}',
27010   'delivery_callback' => '',
27011   'fit' => '7',
27012   'number_parts' => '3',
27013   'context' => '1',
27014   'tab_parent' => 'admin/appearance',
27015   'tab_root' => 'admin/appearance',
27016   'title' => 'List',
27017   'title_callback' => 't',
27018   'title_arguments' => '',
27019   'theme_callback' => '',
27020   'theme_arguments' => 'a:0:{}',
27021   'type' => '140',
27022   'description' => 'Select and configure your theme',
27023   'position' => '',
27024   'weight' => '-1',
27025   'include_file' => 'modules/system/system.admin.inc',
27026 ))
27027 ->values(array(
27028   'path' => 'admin/appearance/settings',
27029   'load_functions' => '',
27030   'to_arg_functions' => '',
27031   'access_callback' => 'user_access',
27032   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
27033   'page_callback' => 'drupal_get_form',
27034   'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
27035   'delivery_callback' => '',
27036   'fit' => '7',
27037   'number_parts' => '3',
27038   'context' => '1',
27039   'tab_parent' => 'admin/appearance',
27040   'tab_root' => 'admin/appearance',
27041   'title' => 'Settings',
27042   'title_callback' => 't',
27043   'title_arguments' => '',
27044   'theme_callback' => '',
27045   'theme_arguments' => 'a:0:{}',
27046   'type' => '132',
27047   'description' => 'Configure default and theme specific settings.',
27048   'position' => '',
27049   'weight' => '20',
27050   'include_file' => 'modules/system/system.admin.inc',
27051 ))
27052 ->values(array(
27053   'path' => 'admin/appearance/settings/bartik',
27054   'load_functions' => '',
27055   'to_arg_functions' => '',
27056   'access_callback' => '_system_themes_access',
27057   '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";}}',
27058   'page_callback' => 'drupal_get_form',
27059   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:6:"bartik";}',
27060   'delivery_callback' => '',
27061   'fit' => '15',
27062   'number_parts' => '4',
27063   'context' => '1',
27064   'tab_parent' => 'admin/appearance/settings',
27065   'tab_root' => 'admin/appearance',
27066   'title' => 'Bartik',
27067   'title_callback' => 't',
27068   'title_arguments' => '',
27069   'theme_callback' => '',
27070   'theme_arguments' => 'a:0:{}',
27071   'type' => '132',
27072   'description' => '',
27073   'position' => '',
27074   'weight' => '0',
27075   'include_file' => 'modules/system/system.admin.inc',
27076 ))
27077 ->values(array(
27078   'path' => 'admin/appearance/settings/garland',
27079   'load_functions' => '',
27080   'to_arg_functions' => '',
27081   'access_callback' => '_system_themes_access',
27082   '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";}}',
27083   'page_callback' => 'drupal_get_form',
27084   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:7:"garland";}',
27085   'delivery_callback' => '',
27086   'fit' => '15',
27087   'number_parts' => '4',
27088   'context' => '1',
27089   'tab_parent' => 'admin/appearance/settings',
27090   'tab_root' => 'admin/appearance',
27091   'title' => 'Garland',
27092   'title_callback' => 't',
27093   'title_arguments' => '',
27094   'theme_callback' => '',
27095   'theme_arguments' => 'a:0:{}',
27096   'type' => '132',
27097   'description' => '',
27098   'position' => '',
27099   'weight' => '0',
27100   'include_file' => 'modules/system/system.admin.inc',
27101 ))
27102 ->values(array(
27103   'path' => 'admin/appearance/settings/global',
27104   'load_functions' => '',
27105   'to_arg_functions' => '',
27106   'access_callback' => 'user_access',
27107   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
27108   'page_callback' => 'drupal_get_form',
27109   'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
27110   'delivery_callback' => '',
27111   'fit' => '15',
27112   'number_parts' => '4',
27113   'context' => '1',
27114   'tab_parent' => 'admin/appearance/settings',
27115   'tab_root' => 'admin/appearance',
27116   'title' => 'Global settings',
27117   'title_callback' => 't',
27118   'title_arguments' => '',
27119   'theme_callback' => '',
27120   'theme_arguments' => 'a:0:{}',
27121   'type' => '140',
27122   'description' => '',
27123   'position' => '',
27124   'weight' => '-1',
27125   'include_file' => 'modules/system/system.admin.inc',
27126 ))
27127 ->values(array(
27128   'path' => 'admin/appearance/settings/seven',
27129   'load_functions' => '',
27130   'to_arg_functions' => '',
27131   'access_callback' => '_system_themes_access',
27132   '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";}}',
27133   'page_callback' => 'drupal_get_form',
27134   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"seven";}',
27135   'delivery_callback' => '',
27136   'fit' => '15',
27137   'number_parts' => '4',
27138   'context' => '1',
27139   'tab_parent' => 'admin/appearance/settings',
27140   'tab_root' => 'admin/appearance',
27141   'title' => 'Seven',
27142   'title_callback' => 't',
27143   'title_arguments' => '',
27144   'theme_callback' => '',
27145   'theme_arguments' => 'a:0:{}',
27146   'type' => '132',
27147   'description' => '',
27148   'position' => '',
27149   'weight' => '0',
27150   'include_file' => 'modules/system/system.admin.inc',
27151 ))
27152 ->values(array(
27153   'path' => 'admin/appearance/settings/stark',
27154   'load_functions' => '',
27155   'to_arg_functions' => '',
27156   'access_callback' => '_system_themes_access',
27157   '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\";}}",
27158   'page_callback' => 'drupal_get_form',
27159   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"stark";}',
27160   'delivery_callback' => '',
27161   'fit' => '15',
27162   'number_parts' => '4',
27163   'context' => '1',
27164   'tab_parent' => 'admin/appearance/settings',
27165   'tab_root' => 'admin/appearance',
27166   'title' => 'Stark',
27167   'title_callback' => 't',
27168   'title_arguments' => '',
27169   'theme_callback' => '',
27170   'theme_arguments' => 'a:0:{}',
27171   'type' => '132',
27172   'description' => '',
27173   'position' => '',
27174   'weight' => '0',
27175   'include_file' => 'modules/system/system.admin.inc',
27176 ))
27177 ->values(array(
27178   'path' => 'admin/appearance/update',
27179   'load_functions' => '',
27180   'to_arg_functions' => '',
27181   'access_callback' => 'update_manager_access',
27182   'access_arguments' => 'a:0:{}',
27183   'page_callback' => 'drupal_get_form',
27184   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:5:"theme";}',
27185   'delivery_callback' => '',
27186   'fit' => '7',
27187   'number_parts' => '3',
27188   'context' => '1',
27189   'tab_parent' => 'admin/appearance',
27190   'tab_root' => 'admin/appearance',
27191   'title' => 'Update',
27192   'title_callback' => 't',
27193   'title_arguments' => '',
27194   'theme_callback' => '',
27195   'theme_arguments' => 'a:0:{}',
27196   'type' => '132',
27197   'description' => '',
27198   'position' => '',
27199   'weight' => '10',
27200   'include_file' => 'modules/update/update.manager.inc',
27201 ))
27202 ->values(array(
27203   'path' => 'admin/compact',
27204   'load_functions' => '',
27205   'to_arg_functions' => '',
27206   'access_callback' => 'user_access',
27207   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27208   'page_callback' => 'system_admin_compact_page',
27209   'page_arguments' => 'a:0:{}',
27210   'delivery_callback' => '',
27211   'fit' => '3',
27212   'number_parts' => '2',
27213   'context' => '0',
27214   'tab_parent' => '',
27215   'tab_root' => 'admin/compact',
27216   'title' => 'Compact mode',
27217   'title_callback' => 't',
27218   'title_arguments' => '',
27219   'theme_callback' => '',
27220   'theme_arguments' => 'a:0:{}',
27221   'type' => '0',
27222   'description' => '',
27223   'position' => '',
27224   'weight' => '0',
27225   'include_file' => 'modules/system/system.admin.inc',
27226 ))
27227 ->values(array(
27228   'path' => 'admin/config',
27229   'load_functions' => '',
27230   'to_arg_functions' => '',
27231   'access_callback' => 'user_access',
27232   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27233   'page_callback' => 'system_admin_config_page',
27234   'page_arguments' => 'a:0:{}',
27235   'delivery_callback' => '',
27236   'fit' => '3',
27237   'number_parts' => '2',
27238   'context' => '0',
27239   'tab_parent' => '',
27240   'tab_root' => 'admin/config',
27241   'title' => 'Configuration',
27242   'title_callback' => 't',
27243   'title_arguments' => '',
27244   'theme_callback' => '',
27245   'theme_arguments' => 'a:0:{}',
27246   'type' => '6',
27247   'description' => 'Administer settings.',
27248   'position' => '',
27249   'weight' => '0',
27250   'include_file' => 'modules/system/system.admin.inc',
27251 ))
27252 ->values(array(
27253   'path' => 'admin/config/content',
27254   'load_functions' => '',
27255   'to_arg_functions' => '',
27256   'access_callback' => 'user_access',
27257   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27258   'page_callback' => 'system_admin_menu_block_page',
27259   'page_arguments' => 'a:0:{}',
27260   'delivery_callback' => '',
27261   'fit' => '7',
27262   'number_parts' => '3',
27263   'context' => '0',
27264   'tab_parent' => '',
27265   'tab_root' => 'admin/config/content',
27266   'title' => 'Content authoring',
27267   'title_callback' => 't',
27268   'title_arguments' => '',
27269   'theme_callback' => '',
27270   'theme_arguments' => 'a:0:{}',
27271   'type' => '6',
27272   'description' => 'Settings related to formatting and authoring content.',
27273   'position' => 'left',
27274   'weight' => '-15',
27275   'include_file' => 'modules/system/system.admin.inc',
27276 ))
27277 ->values(array(
27278   'path' => 'admin/config/content/email',
27279   'load_functions' => '',
27280   'to_arg_functions' => '',
27281   'access_callback' => 'user_access',
27282   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27283   'page_callback' => 'drupal_get_form',
27284   'page_arguments' => 'a:1:{i:0;s:20:"email_admin_settings";}',
27285   'delivery_callback' => '',
27286   'fit' => '15',
27287   'number_parts' => '4',
27288   'context' => '0',
27289   'tab_parent' => '',
27290   'tab_root' => 'admin/config/content/email',
27291   'title' => 'Email Contact Form Settings',
27292   'title_callback' => 't',
27293   'title_arguments' => '',
27294   'theme_callback' => '',
27295   'theme_arguments' => 'a:0:{}',
27296   'type' => '6',
27297   'description' => 'Administer flood control settings for email contact forms',
27298   'position' => '',
27299   'weight' => '0',
27300   'include_file' => '',
27301 ))
27302 ->values(array(
27303   'path' => 'admin/config/content/formats',
27304   'load_functions' => '',
27305   'to_arg_functions' => '',
27306   'access_callback' => 'user_access',
27307   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
27308   'page_callback' => 'drupal_get_form',
27309   'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}',
27310   'delivery_callback' => '',
27311   'fit' => '15',
27312   'number_parts' => '4',
27313   'context' => '0',
27314   'tab_parent' => '',
27315   'tab_root' => 'admin/config/content/formats',
27316   'title' => 'Text formats',
27317   'title_callback' => 't',
27318   'title_arguments' => '',
27319   'theme_callback' => '',
27320   'theme_arguments' => 'a:0:{}',
27321   'type' => '6',
27322   'description' => 'Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.',
27323   'position' => '',
27324   'weight' => '0',
27325   'include_file' => 'modules/filter/filter.admin.inc',
27326 ))
27327 ->values(array(
27328   'path' => 'admin/config/content/formats/%',
27329   'load_functions' => 'a:1:{i:4;s:18:"filter_format_load";}',
27330   'to_arg_functions' => '',
27331   'access_callback' => 'user_access',
27332   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
27333   'page_callback' => 'filter_admin_format_page',
27334   'page_arguments' => 'a:1:{i:0;i:4;}',
27335   'delivery_callback' => '',
27336   'fit' => '30',
27337   'number_parts' => '5',
27338   'context' => '0',
27339   'tab_parent' => '',
27340   'tab_root' => 'admin/config/content/formats/%',
27341   'title' => '',
27342   'title_callback' => 'filter_admin_format_title',
27343   'title_arguments' => 'a:1:{i:0;i:4;}',
27344   'theme_callback' => '',
27345   'theme_arguments' => 'a:0:{}',
27346   'type' => '6',
27347   'description' => '',
27348   'position' => '',
27349   'weight' => '0',
27350   'include_file' => 'modules/filter/filter.admin.inc',
27351 ))
27352 ->values(array(
27353   'path' => 'admin/config/content/formats/%/disable',
27354   'load_functions' => 'a:1:{i:4;s:18:"filter_format_load";}',
27355   'to_arg_functions' => '',
27356   'access_callback' => '_filter_disable_format_access',
27357   'access_arguments' => 'a:1:{i:0;i:4;}',
27358   'page_callback' => 'drupal_get_form',
27359   'page_arguments' => 'a:2:{i:0;s:20:"filter_admin_disable";i:1;i:4;}',
27360   'delivery_callback' => '',
27361   'fit' => '61',
27362   'number_parts' => '6',
27363   'context' => '0',
27364   'tab_parent' => '',
27365   'tab_root' => 'admin/config/content/formats/%/disable',
27366   'title' => 'Disable text format',
27367   'title_callback' => 't',
27368   'title_arguments' => '',
27369   'theme_callback' => '',
27370   'theme_arguments' => 'a:0:{}',
27371   'type' => '6',
27372   'description' => '',
27373   'position' => '',
27374   'weight' => '0',
27375   'include_file' => 'modules/filter/filter.admin.inc',
27376 ))
27377 ->values(array(
27378   'path' => 'admin/config/content/formats/add',
27379   'load_functions' => '',
27380   'to_arg_functions' => '',
27381   'access_callback' => 'user_access',
27382   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
27383   'page_callback' => 'filter_admin_format_page',
27384   'page_arguments' => 'a:0:{}',
27385   'delivery_callback' => '',
27386   'fit' => '31',
27387   'number_parts' => '5',
27388   'context' => '1',
27389   'tab_parent' => 'admin/config/content/formats',
27390   'tab_root' => 'admin/config/content/formats',
27391   'title' => 'Add text format',
27392   'title_callback' => 't',
27393   'title_arguments' => '',
27394   'theme_callback' => '',
27395   'theme_arguments' => 'a:0:{}',
27396   'type' => '388',
27397   'description' => '',
27398   'position' => '',
27399   'weight' => '1',
27400   'include_file' => 'modules/filter/filter.admin.inc',
27401 ))
27402 ->values(array(
27403   'path' => 'admin/config/content/formats/list',
27404   'load_functions' => '',
27405   'to_arg_functions' => '',
27406   'access_callback' => 'user_access',
27407   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
27408   'page_callback' => 'drupal_get_form',
27409   'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}',
27410   'delivery_callback' => '',
27411   'fit' => '31',
27412   'number_parts' => '5',
27413   'context' => '1',
27414   'tab_parent' => 'admin/config/content/formats',
27415   'tab_root' => 'admin/config/content/formats',
27416   'title' => 'List',
27417   'title_callback' => 't',
27418   'title_arguments' => '',
27419   'theme_callback' => '',
27420   'theme_arguments' => 'a:0:{}',
27421   'type' => '140',
27422   'description' => '',
27423   'position' => '',
27424   'weight' => '0',
27425   'include_file' => 'modules/filter/filter.admin.inc',
27426 ))
27427 ->values(array(
27428   'path' => 'admin/config/date',
27429   'load_functions' => '',
27430   'to_arg_functions' => '',
27431   'access_callback' => 'user_access',
27432   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27433   'page_callback' => 'system_admin_menu_block_page',
27434   'page_arguments' => 'a:0:{}',
27435   'delivery_callback' => '',
27436   'fit' => '7',
27437   'number_parts' => '3',
27438   'context' => '0',
27439   'tab_parent' => '',
27440   'tab_root' => 'admin/config/date',
27441   'title' => 'Date API',
27442   'title_callback' => 't',
27443   'title_arguments' => '',
27444   'theme_callback' => '',
27445   'theme_arguments' => 'a:0:{}',
27446   'type' => '6',
27447   'description' => 'Settings for modules the use the Date API.',
27448   'position' => 'left',
27449   'weight' => '-10',
27450   'include_file' => 'modules/system/system.admin.inc',
27451 ))
27452 ->values(array(
27453   'path' => 'admin/config/development',
27454   'load_functions' => '',
27455   'to_arg_functions' => '',
27456   'access_callback' => 'user_access',
27457   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27458   'page_callback' => 'system_admin_menu_block_page',
27459   'page_arguments' => 'a:0:{}',
27460   'delivery_callback' => '',
27461   'fit' => '7',
27462   'number_parts' => '3',
27463   'context' => '0',
27464   'tab_parent' => '',
27465   'tab_root' => 'admin/config/development',
27466   'title' => 'Development',
27467   'title_callback' => 't',
27468   'title_arguments' => '',
27469   'theme_callback' => '',
27470   'theme_arguments' => 'a:0:{}',
27471   'type' => '6',
27472   'description' => 'Development tools.',
27473   'position' => 'right',
27474   'weight' => '-10',
27475   'include_file' => 'modules/system/system.admin.inc',
27476 ))
27477 ->values(array(
27478   'path' => 'admin/config/development/logging',
27479   'load_functions' => '',
27480   'to_arg_functions' => '',
27481   'access_callback' => 'user_access',
27482   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27483   'page_callback' => 'drupal_get_form',
27484   'page_arguments' => 'a:1:{i:0;s:23:"system_logging_settings";}',
27485   'delivery_callback' => '',
27486   'fit' => '15',
27487   'number_parts' => '4',
27488   'context' => '0',
27489   'tab_parent' => '',
27490   'tab_root' => 'admin/config/development/logging',
27491   'title' => 'Logging and errors',
27492   'title_callback' => 't',
27493   'title_arguments' => '',
27494   'theme_callback' => '',
27495   'theme_arguments' => 'a:0:{}',
27496   'type' => '6',
27497   'description' => "Settings for logging and alerts modules. Various modules can route Drupal's system events to different destinations, such as syslog, database, email, etc.",
27498   'position' => '',
27499   'weight' => '-15',
27500   'include_file' => 'modules/system/system.admin.inc',
27501 ))
27502 ->values(array(
27503   'path' => 'admin/config/development/maintenance',
27504   'load_functions' => '',
27505   'to_arg_functions' => '',
27506   'access_callback' => 'user_access',
27507   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27508   'page_callback' => 'drupal_get_form',
27509   'page_arguments' => 'a:1:{i:0;s:28:"system_site_maintenance_mode";}',
27510   'delivery_callback' => '',
27511   'fit' => '15',
27512   'number_parts' => '4',
27513   'context' => '0',
27514   'tab_parent' => '',
27515   'tab_root' => 'admin/config/development/maintenance',
27516   'title' => 'Maintenance mode',
27517   'title_callback' => 't',
27518   'title_arguments' => '',
27519   'theme_callback' => '',
27520   'theme_arguments' => 'a:0:{}',
27521   'type' => '6',
27522   'description' => 'Take the site offline for maintenance or bring it back online.',
27523   'position' => '',
27524   'weight' => '-10',
27525   'include_file' => 'modules/system/system.admin.inc',
27526 ))
27527 ->values(array(
27528   'path' => 'admin/config/development/performance',
27529   'load_functions' => '',
27530   'to_arg_functions' => '',
27531   'access_callback' => 'user_access',
27532   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27533   'page_callback' => 'drupal_get_form',
27534   'page_arguments' => 'a:1:{i:0;s:27:"system_performance_settings";}',
27535   'delivery_callback' => '',
27536   'fit' => '15',
27537   'number_parts' => '4',
27538   'context' => '0',
27539   'tab_parent' => '',
27540   'tab_root' => 'admin/config/development/performance',
27541   'title' => 'Performance',
27542   'title_callback' => 't',
27543   'title_arguments' => '',
27544   'theme_callback' => '',
27545   'theme_arguments' => 'a:0:{}',
27546   'type' => '6',
27547   'description' => 'Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.',
27548   'position' => '',
27549   'weight' => '-20',
27550   'include_file' => 'modules/system/system.admin.inc',
27551 ))
27552 ->values(array(
27553   'path' => 'admin/config/development/testing',
27554   'load_functions' => '',
27555   'to_arg_functions' => '',
27556   'access_callback' => 'user_access',
27557   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
27558   'page_callback' => 'drupal_get_form',
27559   'page_arguments' => 'a:1:{i:0;s:20:"simpletest_test_form";}',
27560   'delivery_callback' => '',
27561   'fit' => '15',
27562   'number_parts' => '4',
27563   'context' => '0',
27564   'tab_parent' => '',
27565   'tab_root' => 'admin/config/development/testing',
27566   'title' => 'Testing',
27567   'title_callback' => 't',
27568   'title_arguments' => '',
27569   'theme_callback' => '',
27570   'theme_arguments' => 'a:0:{}',
27571   'type' => '6',
27572   'description' => 'Run tests against Drupal core and your active modules. These tests help assure that your site code is working as designed.',
27573   'position' => '',
27574   'weight' => '-5',
27575   'include_file' => 'modules/simpletest/simpletest.pages.inc',
27576 ))
27577 ->values(array(
27578   'path' => 'admin/config/development/testing/list',
27579   'load_functions' => '',
27580   'to_arg_functions' => '',
27581   'access_callback' => 'user_access',
27582   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
27583   'page_callback' => 'drupal_get_form',
27584   'page_arguments' => 'a:1:{i:0;s:20:"simpletest_test_form";}',
27585   'delivery_callback' => '',
27586   'fit' => '31',
27587   'number_parts' => '5',
27588   'context' => '1',
27589   'tab_parent' => 'admin/config/development/testing',
27590   'tab_root' => 'admin/config/development/testing',
27591   'title' => 'List',
27592   'title_callback' => 't',
27593   'title_arguments' => '',
27594   'theme_callback' => '',
27595   'theme_arguments' => 'a:0:{}',
27596   'type' => '140',
27597   'description' => '',
27598   'position' => '',
27599   'weight' => '0',
27600   'include_file' => 'modules/simpletest/simpletest.pages.inc',
27601 ))
27602 ->values(array(
27603   'path' => 'admin/config/development/testing/results/%',
27604   'load_functions' => 'a:1:{i:5;N;}',
27605   'to_arg_functions' => '',
27606   'access_callback' => 'user_access',
27607   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
27608   'page_callback' => 'drupal_get_form',
27609   'page_arguments' => 'a:2:{i:0;s:22:"simpletest_result_form";i:1;i:5;}',
27610   'delivery_callback' => '',
27611   'fit' => '62',
27612   'number_parts' => '6',
27613   'context' => '0',
27614   'tab_parent' => '',
27615   'tab_root' => 'admin/config/development/testing/results/%',
27616   'title' => 'Test result',
27617   'title_callback' => 't',
27618   'title_arguments' => '',
27619   'theme_callback' => '',
27620   'theme_arguments' => 'a:0:{}',
27621   'type' => '6',
27622   'description' => 'View result of tests.',
27623   'position' => '',
27624   'weight' => '0',
27625   'include_file' => 'modules/simpletest/simpletest.pages.inc',
27626 ))
27627 ->values(array(
27628   'path' => 'admin/config/development/testing/settings',
27629   'load_functions' => '',
27630   'to_arg_functions' => '',
27631   'access_callback' => 'user_access',
27632   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
27633   'page_callback' => 'drupal_get_form',
27634   'page_arguments' => 'a:1:{i:0;s:24:"simpletest_settings_form";}',
27635   'delivery_callback' => '',
27636   'fit' => '31',
27637   'number_parts' => '5',
27638   'context' => '1',
27639   'tab_parent' => 'admin/config/development/testing',
27640   'tab_root' => 'admin/config/development/testing',
27641   'title' => 'Settings',
27642   'title_callback' => 't',
27643   'title_arguments' => '',
27644   'theme_callback' => '',
27645   'theme_arguments' => 'a:0:{}',
27646   'type' => '132',
27647   'description' => '',
27648   'position' => '',
27649   'weight' => '0',
27650   'include_file' => 'modules/simpletest/simpletest.pages.inc',
27651 ))
27652 ->values(array(
27653   'path' => 'admin/config/media',
27654   'load_functions' => '',
27655   'to_arg_functions' => '',
27656   'access_callback' => 'user_access',
27657   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27658   'page_callback' => 'system_admin_menu_block_page',
27659   'page_arguments' => 'a:0:{}',
27660   'delivery_callback' => '',
27661   'fit' => '7',
27662   'number_parts' => '3',
27663   'context' => '0',
27664   'tab_parent' => '',
27665   'tab_root' => 'admin/config/media',
27666   'title' => 'Media',
27667   'title_callback' => 't',
27668   'title_arguments' => '',
27669   'theme_callback' => '',
27670   'theme_arguments' => 'a:0:{}',
27671   'type' => '6',
27672   'description' => 'Media tools.',
27673   'position' => 'left',
27674   'weight' => '-10',
27675   'include_file' => 'modules/system/system.admin.inc',
27676 ))
27677 ->values(array(
27678   'path' => 'admin/config/media/file-system',
27679   'load_functions' => '',
27680   'to_arg_functions' => '',
27681   'access_callback' => 'user_access',
27682   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27683   'page_callback' => 'drupal_get_form',
27684   'page_arguments' => 'a:1:{i:0;s:27:"system_file_system_settings";}',
27685   'delivery_callback' => '',
27686   'fit' => '15',
27687   'number_parts' => '4',
27688   'context' => '0',
27689   'tab_parent' => '',
27690   'tab_root' => 'admin/config/media/file-system',
27691   'title' => 'File system',
27692   'title_callback' => 't',
27693   'title_arguments' => '',
27694   'theme_callback' => '',
27695   'theme_arguments' => 'a:0:{}',
27696   'type' => '6',
27697   'description' => 'Tell Drupal where to store uploaded files and how they are accessed.',
27698   'position' => '',
27699   'weight' => '-10',
27700   'include_file' => 'modules/system/system.admin.inc',
27701 ))
27702 ->values(array(
27703   'path' => 'admin/config/media/image-styles',
27704   'load_functions' => '',
27705   'to_arg_functions' => '',
27706   'access_callback' => 'user_access',
27707   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27708   'page_callback' => 'image_style_list',
27709   'page_arguments' => 'a:0:{}',
27710   'delivery_callback' => '',
27711   'fit' => '15',
27712   'number_parts' => '4',
27713   'context' => '0',
27714   'tab_parent' => '',
27715   'tab_root' => 'admin/config/media/image-styles',
27716   'title' => 'Image styles',
27717   'title_callback' => 't',
27718   'title_arguments' => '',
27719   'theme_callback' => '',
27720   'theme_arguments' => 'a:0:{}',
27721   'type' => '6',
27722   'description' => 'Configure styles that can be used for resizing or adjusting images on display.',
27723   'position' => '',
27724   'weight' => '0',
27725   'include_file' => 'modules/image/image.admin.inc',
27726 ))
27727 ->values(array(
27728   'path' => 'admin/config/media/image-styles/add',
27729   'load_functions' => '',
27730   'to_arg_functions' => '',
27731   'access_callback' => 'user_access',
27732   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27733   'page_callback' => 'drupal_get_form',
27734   'page_arguments' => 'a:1:{i:0;s:20:"image_style_add_form";}',
27735   'delivery_callback' => '',
27736   'fit' => '31',
27737   'number_parts' => '5',
27738   'context' => '1',
27739   'tab_parent' => 'admin/config/media/image-styles',
27740   'tab_root' => 'admin/config/media/image-styles',
27741   'title' => 'Add style',
27742   'title_callback' => 't',
27743   'title_arguments' => '',
27744   'theme_callback' => '',
27745   'theme_arguments' => 'a:0:{}',
27746   'type' => '388',
27747   'description' => 'Add a new image style.',
27748   'position' => '',
27749   'weight' => '2',
27750   'include_file' => 'modules/image/image.admin.inc',
27751 ))
27752 ->values(array(
27753   'path' => 'admin/config/media/image-styles/delete/%',
27754   'load_functions' => 'a:1:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;N;i:1;s:1:"1";}}}',
27755   'to_arg_functions' => '',
27756   'access_callback' => 'user_access',
27757   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27758   'page_callback' => 'drupal_get_form',
27759   'page_arguments' => 'a:2:{i:0;s:23:"image_style_delete_form";i:1;i:5;}',
27760   'delivery_callback' => '',
27761   'fit' => '62',
27762   'number_parts' => '6',
27763   'context' => '0',
27764   'tab_parent' => '',
27765   'tab_root' => 'admin/config/media/image-styles/delete/%',
27766   'title' => 'Delete style',
27767   'title_callback' => 't',
27768   'title_arguments' => '',
27769   'theme_callback' => '',
27770   'theme_arguments' => 'a:0:{}',
27771   'type' => '6',
27772   'description' => 'Delete an image style.',
27773   'position' => '',
27774   'weight' => '0',
27775   'include_file' => 'modules/image/image.admin.inc',
27776 ))
27777 ->values(array(
27778   'path' => 'admin/config/media/image-styles/edit/%',
27779   'load_functions' => 'a:1:{i:5;s:16:"image_style_load";}',
27780   'to_arg_functions' => '',
27781   'access_callback' => 'user_access',
27782   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27783   'page_callback' => 'drupal_get_form',
27784   'page_arguments' => 'a:2:{i:0;s:16:"image_style_form";i:1;i:5;}',
27785   'delivery_callback' => '',
27786   'fit' => '62',
27787   'number_parts' => '6',
27788   'context' => '0',
27789   'tab_parent' => '',
27790   'tab_root' => 'admin/config/media/image-styles/edit/%',
27791   'title' => 'Edit style',
27792   'title_callback' => 't',
27793   'title_arguments' => '',
27794   'theme_callback' => '',
27795   'theme_arguments' => 'a:0:{}',
27796   'type' => '6',
27797   'description' => 'Configure an image style.',
27798   'position' => '',
27799   'weight' => '0',
27800   'include_file' => 'modules/image/image.admin.inc',
27801 ))
27802 ->values(array(
27803   'path' => 'admin/config/media/image-styles/edit/%/add/%',
27804   '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;}}}',
27805   'to_arg_functions' => '',
27806   'access_callback' => 'user_access',
27807   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27808   'page_callback' => 'drupal_get_form',
27809   'page_arguments' => 'a:3:{i:0;s:17:"image_effect_form";i:1;i:5;i:2;i:7;}',
27810   'delivery_callback' => '',
27811   'fit' => '250',
27812   'number_parts' => '8',
27813   'context' => '0',
27814   'tab_parent' => '',
27815   'tab_root' => 'admin/config/media/image-styles/edit/%/add/%',
27816   'title' => 'Add image effect',
27817   'title_callback' => 't',
27818   'title_arguments' => '',
27819   'theme_callback' => '',
27820   'theme_arguments' => 'a:0:{}',
27821   'type' => '6',
27822   'description' => 'Add a new effect to a style.',
27823   'position' => '',
27824   'weight' => '0',
27825   'include_file' => 'modules/image/image.admin.inc',
27826 ))
27827 ->values(array(
27828   'path' => 'admin/config/media/image-styles/edit/%/effects/%',
27829   '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";}}}',
27830   'to_arg_functions' => '',
27831   'access_callback' => 'user_access',
27832   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27833   'page_callback' => 'drupal_get_form',
27834   'page_arguments' => 'a:3:{i:0;s:17:"image_effect_form";i:1;i:5;i:2;i:7;}',
27835   'delivery_callback' => '',
27836   'fit' => '250',
27837   'number_parts' => '8',
27838   'context' => '0',
27839   'tab_parent' => '',
27840   'tab_root' => 'admin/config/media/image-styles/edit/%/effects/%',
27841   'title' => 'Edit image effect',
27842   'title_callback' => 't',
27843   'title_arguments' => '',
27844   'theme_callback' => '',
27845   'theme_arguments' => 'a:0:{}',
27846   'type' => '6',
27847   'description' => 'Edit an existing effect within a style.',
27848   'position' => '',
27849   'weight' => '0',
27850   'include_file' => 'modules/image/image.admin.inc',
27851 ))
27852 ->values(array(
27853   'path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
27854   '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";}}}',
27855   'to_arg_functions' => '',
27856   'access_callback' => 'user_access',
27857   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27858   'page_callback' => 'drupal_get_form',
27859   'page_arguments' => 'a:3:{i:0;s:24:"image_effect_delete_form";i:1;i:5;i:2;i:7;}',
27860   'delivery_callback' => '',
27861   'fit' => '501',
27862   'number_parts' => '9',
27863   'context' => '0',
27864   'tab_parent' => '',
27865   'tab_root' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
27866   'title' => 'Delete image effect',
27867   'title_callback' => 't',
27868   'title_arguments' => '',
27869   'theme_callback' => '',
27870   'theme_arguments' => 'a:0:{}',
27871   'type' => '6',
27872   'description' => 'Delete an existing effect from a style.',
27873   'position' => '',
27874   'weight' => '0',
27875   'include_file' => 'modules/image/image.admin.inc',
27876 ))
27877 ->values(array(
27878   'path' => 'admin/config/media/image-styles/list',
27879   'load_functions' => '',
27880   'to_arg_functions' => '',
27881   'access_callback' => 'user_access',
27882   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27883   'page_callback' => 'image_style_list',
27884   'page_arguments' => 'a:0:{}',
27885   'delivery_callback' => '',
27886   'fit' => '31',
27887   'number_parts' => '5',
27888   'context' => '1',
27889   'tab_parent' => 'admin/config/media/image-styles',
27890   'tab_root' => 'admin/config/media/image-styles',
27891   'title' => 'List',
27892   'title_callback' => 't',
27893   'title_arguments' => '',
27894   'theme_callback' => '',
27895   'theme_arguments' => 'a:0:{}',
27896   'type' => '140',
27897   'description' => 'List the current image styles on the site.',
27898   'position' => '',
27899   'weight' => '1',
27900   'include_file' => 'modules/image/image.admin.inc',
27901 ))
27902 ->values(array(
27903   'path' => 'admin/config/media/image-styles/revert/%',
27904   'load_functions' => 'a:1:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;N;i:1;s:1:"2";}}}',
27905   'to_arg_functions' => '',
27906   'access_callback' => 'user_access',
27907   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
27908   'page_callback' => 'drupal_get_form',
27909   'page_arguments' => 'a:2:{i:0;s:23:"image_style_revert_form";i:1;i:5;}',
27910   'delivery_callback' => '',
27911   'fit' => '62',
27912   'number_parts' => '6',
27913   'context' => '0',
27914   'tab_parent' => '',
27915   'tab_root' => 'admin/config/media/image-styles/revert/%',
27916   'title' => 'Revert style',
27917   'title_callback' => 't',
27918   'title_arguments' => '',
27919   'theme_callback' => '',
27920   'theme_arguments' => 'a:0:{}',
27921   'type' => '6',
27922   'description' => 'Revert an image style.',
27923   'position' => '',
27924   'weight' => '0',
27925   'include_file' => 'modules/image/image.admin.inc',
27926 ))
27927 ->values(array(
27928   'path' => 'admin/config/media/image-toolkit',
27929   'load_functions' => '',
27930   'to_arg_functions' => '',
27931   'access_callback' => 'user_access',
27932   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
27933   'page_callback' => 'drupal_get_form',
27934   'page_arguments' => 'a:1:{i:0;s:29:"system_image_toolkit_settings";}',
27935   'delivery_callback' => '',
27936   'fit' => '15',
27937   'number_parts' => '4',
27938   'context' => '0',
27939   'tab_parent' => '',
27940   'tab_root' => 'admin/config/media/image-toolkit',
27941   'title' => 'Image toolkit',
27942   'title_callback' => 't',
27943   'title_arguments' => '',
27944   'theme_callback' => '',
27945   'theme_arguments' => 'a:0:{}',
27946   'type' => '6',
27947   'description' => 'Choose which image toolkit to use if you have installed optional toolkits.',
27948   'position' => '',
27949   'weight' => '20',
27950   'include_file' => 'modules/system/system.admin.inc',
27951 ))
27952 ->values(array(
27953   'path' => 'admin/config/people',
27954   'load_functions' => '',
27955   'to_arg_functions' => '',
27956   'access_callback' => 'user_access',
27957   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27958   'page_callback' => 'system_admin_menu_block_page',
27959   'page_arguments' => 'a:0:{}',
27960   'delivery_callback' => '',
27961   'fit' => '7',
27962   'number_parts' => '3',
27963   'context' => '0',
27964   'tab_parent' => '',
27965   'tab_root' => 'admin/config/people',
27966   'title' => 'People',
27967   'title_callback' => 't',
27968   'title_arguments' => '',
27969   'theme_callback' => '',
27970   'theme_arguments' => 'a:0:{}',
27971   'type' => '6',
27972   'description' => 'Configure user accounts.',
27973   'position' => 'left',
27974   'weight' => '-20',
27975   'include_file' => 'modules/system/system.admin.inc',
27976 ))
27977 ->values(array(
27978   'path' => 'admin/config/people/accounts',
27979   'load_functions' => '',
27980   'to_arg_functions' => '',
27981   'access_callback' => 'user_access',
27982   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
27983   'page_callback' => 'drupal_get_form',
27984   'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}',
27985   'delivery_callback' => '',
27986   'fit' => '15',
27987   'number_parts' => '4',
27988   'context' => '0',
27989   'tab_parent' => '',
27990   'tab_root' => 'admin/config/people/accounts',
27991   'title' => 'Account settings',
27992   'title_callback' => 't',
27993   'title_arguments' => '',
27994   'theme_callback' => '',
27995   'theme_arguments' => 'a:0:{}',
27996   'type' => '6',
27997   'description' => 'Configure default behavior of users, including registration requirements, e-mails, fields, and user pictures.',
27998   'position' => '',
27999   'weight' => '-10',
28000   'include_file' => 'modules/user/user.admin.inc',
28001 ))
28002 ->values(array(
28003   'path' => 'admin/config/people/accounts/display',
28004   'load_functions' => '',
28005   'to_arg_functions' => '',
28006   'access_callback' => 'user_access',
28007   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
28008   'page_callback' => 'drupal_get_form',
28009   '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";}',
28010   'delivery_callback' => '',
28011   'fit' => '31',
28012   'number_parts' => '5',
28013   'context' => '1',
28014   'tab_parent' => 'admin/config/people/accounts',
28015   'tab_root' => 'admin/config/people/accounts',
28016   'title' => 'Manage display',
28017   'title_callback' => 't',
28018   'title_arguments' => '',
28019   'theme_callback' => '',
28020   'theme_arguments' => 'a:0:{}',
28021   'type' => '132',
28022   'description' => '',
28023   'position' => '',
28024   'weight' => '2',
28025   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28026 ))
28027 ->values(array(
28028   'path' => 'admin/config/people/accounts/display/default',
28029   'load_functions' => '',
28030   'to_arg_functions' => '',
28031   'access_callback' => '_field_ui_view_mode_menu_access',
28032   '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";}',
28033   'page_callback' => 'drupal_get_form',
28034   '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";}',
28035   'delivery_callback' => '',
28036   'fit' => '63',
28037   'number_parts' => '6',
28038   'context' => '1',
28039   'tab_parent' => 'admin/config/people/accounts/display',
28040   'tab_root' => 'admin/config/people/accounts',
28041   'title' => 'Default',
28042   'title_callback' => 't',
28043   'title_arguments' => '',
28044   'theme_callback' => '',
28045   'theme_arguments' => 'a:0:{}',
28046   'type' => '140',
28047   'description' => '',
28048   'position' => '',
28049   'weight' => '-10',
28050   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28051 ))
28052 ->values(array(
28053   'path' => 'admin/config/people/accounts/display/full',
28054   'load_functions' => '',
28055   'to_arg_functions' => '',
28056   'access_callback' => '_field_ui_view_mode_menu_access',
28057   '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";}',
28058   'page_callback' => 'drupal_get_form',
28059   '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";}',
28060   'delivery_callback' => '',
28061   'fit' => '63',
28062   'number_parts' => '6',
28063   'context' => '1',
28064   'tab_parent' => 'admin/config/people/accounts/display',
28065   'tab_root' => 'admin/config/people/accounts',
28066   'title' => 'User account',
28067   'title_callback' => 't',
28068   'title_arguments' => '',
28069   'theme_callback' => '',
28070   'theme_arguments' => 'a:0:{}',
28071   'type' => '132',
28072   'description' => '',
28073   'position' => '',
28074   'weight' => '0',
28075   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28076 ))
28077 ->values(array(
28078   'path' => 'admin/config/people/accounts/fields',
28079   'load_functions' => '',
28080   'to_arg_functions' => '',
28081   'access_callback' => 'user_access',
28082   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
28083   'page_callback' => 'drupal_get_form',
28084   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:4:"user";i:2;s:4:"user";}',
28085   'delivery_callback' => '',
28086   'fit' => '31',
28087   'number_parts' => '5',
28088   'context' => '1',
28089   'tab_parent' => 'admin/config/people/accounts',
28090   'tab_root' => 'admin/config/people/accounts',
28091   'title' => 'Manage fields',
28092   'title_callback' => 't',
28093   'title_arguments' => '',
28094   'theme_callback' => '',
28095   'theme_arguments' => 'a:0:{}',
28096   'type' => '132',
28097   'description' => '',
28098   'position' => '',
28099   'weight' => '1',
28100   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28101 ))
28102 ->values(array(
28103   'path' => 'admin/config/people/accounts/fields/%',
28104   '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";}}}',
28105   'to_arg_functions' => '',
28106   'access_callback' => 'user_access',
28107   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
28108   'page_callback' => 'drupal_get_form',
28109   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
28110   'delivery_callback' => '',
28111   'fit' => '62',
28112   'number_parts' => '6',
28113   'context' => '0',
28114   'tab_parent' => '',
28115   'tab_root' => 'admin/config/people/accounts/fields/%',
28116   'title' => '',
28117   'title_callback' => 'field_ui_menu_title',
28118   'title_arguments' => 'a:1:{i:0;i:5;}',
28119   'theme_callback' => '',
28120   'theme_arguments' => 'a:0:{}',
28121   'type' => '6',
28122   'description' => '',
28123   'position' => '',
28124   'weight' => '0',
28125   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28126 ))
28127 ->values(array(
28128   'path' => 'admin/config/people/accounts/fields/%/delete',
28129   '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";}}}',
28130   'to_arg_functions' => '',
28131   'access_callback' => 'user_access',
28132   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
28133   'page_callback' => 'drupal_get_form',
28134   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:5;}',
28135   'delivery_callback' => '',
28136   'fit' => '125',
28137   'number_parts' => '7',
28138   'context' => '1',
28139   'tab_parent' => 'admin/config/people/accounts/fields/%',
28140   'tab_root' => 'admin/config/people/accounts/fields/%',
28141   'title' => 'Delete',
28142   'title_callback' => 't',
28143   'title_arguments' => '',
28144   'theme_callback' => '',
28145   'theme_arguments' => 'a:0:{}',
28146   'type' => '132',
28147   'description' => '',
28148   'position' => '',
28149   'weight' => '10',
28150   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28151 ))
28152 ->values(array(
28153   'path' => 'admin/config/people/accounts/fields/%/edit',
28154   '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";}}}',
28155   'to_arg_functions' => '',
28156   'access_callback' => 'user_access',
28157   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
28158   'page_callback' => 'drupal_get_form',
28159   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
28160   'delivery_callback' => '',
28161   'fit' => '125',
28162   'number_parts' => '7',
28163   'context' => '1',
28164   'tab_parent' => 'admin/config/people/accounts/fields/%',
28165   'tab_root' => 'admin/config/people/accounts/fields/%',
28166   'title' => 'Edit',
28167   'title_callback' => 't',
28168   'title_arguments' => '',
28169   'theme_callback' => '',
28170   'theme_arguments' => 'a:0:{}',
28171   'type' => '140',
28172   'description' => '',
28173   'position' => '',
28174   'weight' => '0',
28175   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28176 ))
28177 ->values(array(
28178   'path' => 'admin/config/people/accounts/fields/%/field-settings',
28179   '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";}}}',
28180   'to_arg_functions' => '',
28181   'access_callback' => 'user_access',
28182   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
28183   'page_callback' => 'drupal_get_form',
28184   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:5;}',
28185   'delivery_callback' => '',
28186   'fit' => '125',
28187   'number_parts' => '7',
28188   'context' => '1',
28189   'tab_parent' => 'admin/config/people/accounts/fields/%',
28190   'tab_root' => 'admin/config/people/accounts/fields/%',
28191   'title' => 'Field settings',
28192   'title_callback' => 't',
28193   'title_arguments' => '',
28194   'theme_callback' => '',
28195   'theme_arguments' => 'a:0:{}',
28196   'type' => '132',
28197   'description' => '',
28198   'position' => '',
28199   'weight' => '0',
28200   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28201 ))
28202 ->values(array(
28203   'path' => 'admin/config/people/accounts/fields/%/widget-type',
28204   '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";}}}',
28205   'to_arg_functions' => '',
28206   'access_callback' => 'user_access',
28207   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
28208   'page_callback' => 'drupal_get_form',
28209   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:5;}',
28210   'delivery_callback' => '',
28211   'fit' => '125',
28212   'number_parts' => '7',
28213   'context' => '1',
28214   'tab_parent' => 'admin/config/people/accounts/fields/%',
28215   'tab_root' => 'admin/config/people/accounts/fields/%',
28216   'title' => 'Widget type',
28217   'title_callback' => 't',
28218   'title_arguments' => '',
28219   'theme_callback' => '',
28220   'theme_arguments' => 'a:0:{}',
28221   'type' => '132',
28222   'description' => '',
28223   'position' => '',
28224   'weight' => '0',
28225   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28226 ))
28227 ->values(array(
28228   'path' => 'admin/config/people/accounts/settings',
28229   'load_functions' => '',
28230   'to_arg_functions' => '',
28231   'access_callback' => 'user_access',
28232   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
28233   'page_callback' => 'drupal_get_form',
28234   'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}',
28235   'delivery_callback' => '',
28236   'fit' => '31',
28237   'number_parts' => '5',
28238   'context' => '1',
28239   'tab_parent' => 'admin/config/people/accounts',
28240   'tab_root' => 'admin/config/people/accounts',
28241   'title' => 'Settings',
28242   'title_callback' => 't',
28243   'title_arguments' => '',
28244   'theme_callback' => '',
28245   'theme_arguments' => 'a:0:{}',
28246   'type' => '140',
28247   'description' => '',
28248   'position' => '',
28249   'weight' => '-10',
28250   'include_file' => 'modules/user/user.admin.inc',
28251 ))
28252 ->values(array(
28253   'path' => 'admin/config/people/ip-blocking',
28254   'load_functions' => '',
28255   'to_arg_functions' => '',
28256   'access_callback' => 'user_access',
28257   'access_arguments' => 'a:1:{i:0;s:18:"block IP addresses";}',
28258   'page_callback' => 'system_ip_blocking',
28259   'page_arguments' => 'a:0:{}',
28260   'delivery_callback' => '',
28261   'fit' => '15',
28262   'number_parts' => '4',
28263   'context' => '0',
28264   'tab_parent' => '',
28265   'tab_root' => 'admin/config/people/ip-blocking',
28266   'title' => 'IP address blocking',
28267   'title_callback' => 't',
28268   'title_arguments' => '',
28269   'theme_callback' => '',
28270   'theme_arguments' => 'a:0:{}',
28271   'type' => '6',
28272   'description' => 'Manage blocked IP addresses.',
28273   'position' => '',
28274   'weight' => '10',
28275   'include_file' => 'modules/system/system.admin.inc',
28276 ))
28277 ->values(array(
28278   'path' => 'admin/config/people/ip-blocking/delete/%',
28279   'load_functions' => 'a:1:{i:5;s:15:"blocked_ip_load";}',
28280   'to_arg_functions' => '',
28281   'access_callback' => 'user_access',
28282   'access_arguments' => 'a:1:{i:0;s:18:"block IP addresses";}',
28283   'page_callback' => 'drupal_get_form',
28284   'page_arguments' => 'a:2:{i:0;s:25:"system_ip_blocking_delete";i:1;i:5;}',
28285   'delivery_callback' => '',
28286   'fit' => '62',
28287   'number_parts' => '6',
28288   'context' => '0',
28289   'tab_parent' => '',
28290   'tab_root' => 'admin/config/people/ip-blocking/delete/%',
28291   'title' => 'Delete IP address',
28292   'title_callback' => 't',
28293   'title_arguments' => '',
28294   'theme_callback' => '',
28295   'theme_arguments' => 'a:0:{}',
28296   'type' => '6',
28297   'description' => '',
28298   'position' => '',
28299   'weight' => '0',
28300   'include_file' => 'modules/system/system.admin.inc',
28301 ))
28302 ->values(array(
28303   'path' => 'admin/config/regional',
28304   'load_functions' => '',
28305   'to_arg_functions' => '',
28306   'access_callback' => 'user_access',
28307   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
28308   'page_callback' => 'system_admin_menu_block_page',
28309   'page_arguments' => 'a:0:{}',
28310   'delivery_callback' => '',
28311   'fit' => '7',
28312   'number_parts' => '3',
28313   'context' => '0',
28314   'tab_parent' => '',
28315   'tab_root' => 'admin/config/regional',
28316   'title' => 'Regional and language',
28317   'title_callback' => 't',
28318   'title_arguments' => '',
28319   'theme_callback' => '',
28320   'theme_arguments' => 'a:0:{}',
28321   'type' => '6',
28322   'description' => 'Regional settings, localization and translation.',
28323   'position' => 'left',
28324   'weight' => '-5',
28325   'include_file' => 'modules/system/system.admin.inc',
28326 ))
28327 ->values(array(
28328   'path' => 'admin/config/regional/date-time',
28329   'load_functions' => '',
28330   'to_arg_functions' => '',
28331   'access_callback' => 'user_access',
28332   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28333   'page_callback' => 'drupal_get_form',
28334   'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}',
28335   'delivery_callback' => '',
28336   'fit' => '15',
28337   'number_parts' => '4',
28338   'context' => '0',
28339   'tab_parent' => '',
28340   'tab_root' => 'admin/config/regional/date-time',
28341   'title' => 'Date and time',
28342   'title_callback' => 't',
28343   'title_arguments' => '',
28344   'theme_callback' => '',
28345   'theme_arguments' => 'a:0:{}',
28346   'type' => '6',
28347   'description' => 'Configure display formats for date and time.',
28348   'position' => '',
28349   'weight' => '-15',
28350   'include_file' => 'modules/system/system.admin.inc',
28351 ))
28352 ->values(array(
28353   'path' => 'admin/config/regional/date-time/formats',
28354   'load_functions' => '',
28355   'to_arg_functions' => '',
28356   'access_callback' => 'user_access',
28357   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28358   'page_callback' => 'system_date_time_formats',
28359   'page_arguments' => 'a:0:{}',
28360   'delivery_callback' => '',
28361   'fit' => '31',
28362   'number_parts' => '5',
28363   'context' => '1',
28364   'tab_parent' => 'admin/config/regional/date-time',
28365   'tab_root' => 'admin/config/regional/date-time',
28366   'title' => 'Formats',
28367   'title_callback' => 't',
28368   'title_arguments' => '',
28369   'theme_callback' => '',
28370   'theme_arguments' => 'a:0:{}',
28371   'type' => '132',
28372   'description' => 'Configure display format strings for date and time.',
28373   'position' => '',
28374   'weight' => '-9',
28375   'include_file' => 'modules/system/system.admin.inc',
28376 ))
28377 ->values(array(
28378   'path' => 'admin/config/regional/date-time/formats/%/delete',
28379   'load_functions' => 'a:1:{i:5;N;}',
28380   'to_arg_functions' => '',
28381   'access_callback' => 'user_access',
28382   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28383   'page_callback' => 'drupal_get_form',
28384   'page_arguments' => 'a:2:{i:0;s:30:"system_date_delete_format_form";i:1;i:5;}',
28385   'delivery_callback' => '',
28386   'fit' => '125',
28387   'number_parts' => '7',
28388   'context' => '0',
28389   'tab_parent' => '',
28390   'tab_root' => 'admin/config/regional/date-time/formats/%/delete',
28391   'title' => 'Delete date format',
28392   'title_callback' => 't',
28393   'title_arguments' => '',
28394   'theme_callback' => '',
28395   'theme_arguments' => 'a:0:{}',
28396   'type' => '6',
28397   'description' => 'Allow users to delete a configured date format.',
28398   'position' => '',
28399   'weight' => '0',
28400   'include_file' => 'modules/system/system.admin.inc',
28401 ))
28402 ->values(array(
28403   'path' => 'admin/config/regional/date-time/formats/%/edit',
28404   'load_functions' => 'a:1:{i:5;N;}',
28405   'to_arg_functions' => '',
28406   'access_callback' => 'user_access',
28407   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28408   'page_callback' => 'drupal_get_form',
28409   'page_arguments' => 'a:2:{i:0;s:34:"system_configure_date_formats_form";i:1;i:5;}',
28410   'delivery_callback' => '',
28411   'fit' => '125',
28412   'number_parts' => '7',
28413   'context' => '0',
28414   'tab_parent' => '',
28415   'tab_root' => 'admin/config/regional/date-time/formats/%/edit',
28416   'title' => 'Edit date format',
28417   'title_callback' => 't',
28418   'title_arguments' => '',
28419   'theme_callback' => '',
28420   'theme_arguments' => 'a:0:{}',
28421   'type' => '6',
28422   'description' => 'Allow users to edit a configured date format.',
28423   'position' => '',
28424   'weight' => '0',
28425   'include_file' => 'modules/system/system.admin.inc',
28426 ))
28427 ->values(array(
28428   'path' => 'admin/config/regional/date-time/formats/add',
28429   'load_functions' => '',
28430   'to_arg_functions' => '',
28431   'access_callback' => 'user_access',
28432   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28433   'page_callback' => 'drupal_get_form',
28434   'page_arguments' => 'a:1:{i:0;s:34:"system_configure_date_formats_form";}',
28435   'delivery_callback' => '',
28436   'fit' => '63',
28437   'number_parts' => '6',
28438   'context' => '1',
28439   'tab_parent' => 'admin/config/regional/date-time/formats',
28440   'tab_root' => 'admin/config/regional/date-time',
28441   'title' => 'Add format',
28442   'title_callback' => 't',
28443   'title_arguments' => '',
28444   'theme_callback' => '',
28445   'theme_arguments' => 'a:0:{}',
28446   'type' => '388',
28447   'description' => 'Allow users to add additional date formats.',
28448   'position' => '',
28449   'weight' => '-10',
28450   'include_file' => 'modules/system/system.admin.inc',
28451 ))
28452 ->values(array(
28453   'path' => 'admin/config/regional/date-time/formats/lookup',
28454   'load_functions' => '',
28455   'to_arg_functions' => '',
28456   'access_callback' => 'user_access',
28457   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28458   'page_callback' => 'system_date_time_lookup',
28459   'page_arguments' => 'a:0:{}',
28460   'delivery_callback' => '',
28461   'fit' => '63',
28462   'number_parts' => '6',
28463   'context' => '0',
28464   'tab_parent' => '',
28465   'tab_root' => 'admin/config/regional/date-time/formats/lookup',
28466   'title' => 'Date and time lookup',
28467   'title_callback' => 't',
28468   'title_arguments' => '',
28469   'theme_callback' => '',
28470   'theme_arguments' => 'a:0:{}',
28471   'type' => '0',
28472   'description' => '',
28473   'position' => '',
28474   'weight' => '0',
28475   'include_file' => 'modules/system/system.admin.inc',
28476 ))
28477 ->values(array(
28478   'path' => 'admin/config/regional/date-time/locale',
28479   'load_functions' => '',
28480   'to_arg_functions' => '',
28481   'access_callback' => 'user_access',
28482   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28483   'page_callback' => 'locale_date_format_language_overview_page',
28484   'page_arguments' => 'a:0:{}',
28485   'delivery_callback' => '',
28486   'fit' => '31',
28487   'number_parts' => '5',
28488   'context' => '1',
28489   'tab_parent' => 'admin/config/regional/date-time',
28490   'tab_root' => 'admin/config/regional/date-time',
28491   'title' => 'Localize',
28492   'title_callback' => 't',
28493   'title_arguments' => '',
28494   'theme_callback' => '',
28495   'theme_arguments' => 'a:0:{}',
28496   'type' => '132',
28497   'description' => 'Configure date formats for each locale',
28498   'position' => '',
28499   'weight' => '-8',
28500   'include_file' => 'modules/locale/locale.admin.inc',
28501 ))
28502 ->values(array(
28503   'path' => 'admin/config/regional/date-time/locale/%/edit',
28504   'load_functions' => 'a:1:{i:5;N;}',
28505   'to_arg_functions' => '',
28506   'access_callback' => 'user_access',
28507   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28508   'page_callback' => 'drupal_get_form',
28509   'page_arguments' => 'a:2:{i:0;s:23:"locale_date_format_form";i:1;i:5;}',
28510   'delivery_callback' => '',
28511   'fit' => '125',
28512   'number_parts' => '7',
28513   'context' => '0',
28514   'tab_parent' => '',
28515   'tab_root' => 'admin/config/regional/date-time/locale/%/edit',
28516   'title' => 'Localize date formats',
28517   'title_callback' => 't',
28518   'title_arguments' => '',
28519   'theme_callback' => '',
28520   'theme_arguments' => 'a:0:{}',
28521   'type' => '6',
28522   'description' => 'Configure date formats for each locale',
28523   'position' => '',
28524   'weight' => '0',
28525   'include_file' => 'modules/locale/locale.admin.inc',
28526 ))
28527 ->values(array(
28528   'path' => 'admin/config/regional/date-time/locale/%/reset',
28529   'load_functions' => 'a:1:{i:5;N;}',
28530   'to_arg_functions' => '',
28531   'access_callback' => 'user_access',
28532   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28533   'page_callback' => 'drupal_get_form',
28534   'page_arguments' => 'a:2:{i:0;s:29:"locale_date_format_reset_form";i:1;i:5;}',
28535   'delivery_callback' => '',
28536   'fit' => '125',
28537   'number_parts' => '7',
28538   'context' => '0',
28539   'tab_parent' => '',
28540   'tab_root' => 'admin/config/regional/date-time/locale/%/reset',
28541   'title' => 'Reset date formats',
28542   'title_callback' => 't',
28543   'title_arguments' => '',
28544   'theme_callback' => '',
28545   'theme_arguments' => 'a:0:{}',
28546   'type' => '6',
28547   'description' => 'Reset localized date formats to global defaults',
28548   'position' => '',
28549   'weight' => '0',
28550   'include_file' => 'modules/locale/locale.admin.inc',
28551 ))
28552 ->values(array(
28553   'path' => 'admin/config/regional/date-time/types',
28554   'load_functions' => '',
28555   'to_arg_functions' => '',
28556   'access_callback' => 'user_access',
28557   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28558   'page_callback' => 'drupal_get_form',
28559   'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}',
28560   'delivery_callback' => '',
28561   'fit' => '31',
28562   'number_parts' => '5',
28563   'context' => '1',
28564   'tab_parent' => 'admin/config/regional/date-time',
28565   'tab_root' => 'admin/config/regional/date-time',
28566   'title' => 'Types',
28567   'title_callback' => 't',
28568   'title_arguments' => '',
28569   'theme_callback' => '',
28570   'theme_arguments' => 'a:0:{}',
28571   'type' => '140',
28572   'description' => 'Configure display formats for date and time.',
28573   'position' => '',
28574   'weight' => '-10',
28575   'include_file' => 'modules/system/system.admin.inc',
28576 ))
28577 ->values(array(
28578   'path' => 'admin/config/regional/date-time/types/%/delete',
28579   'load_functions' => 'a:1:{i:5;N;}',
28580   'to_arg_functions' => '',
28581   'access_callback' => 'user_access',
28582   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28583   'page_callback' => 'drupal_get_form',
28584   'page_arguments' => 'a:2:{i:0;s:35:"system_delete_date_format_type_form";i:1;i:5;}',
28585   'delivery_callback' => '',
28586   'fit' => '125',
28587   'number_parts' => '7',
28588   'context' => '0',
28589   'tab_parent' => '',
28590   'tab_root' => 'admin/config/regional/date-time/types/%/delete',
28591   'title' => 'Delete date type',
28592   'title_callback' => 't',
28593   'title_arguments' => '',
28594   'theme_callback' => '',
28595   'theme_arguments' => 'a:0:{}',
28596   'type' => '6',
28597   'description' => 'Allow users to delete a configured date type.',
28598   'position' => '',
28599   'weight' => '0',
28600   'include_file' => 'modules/system/system.admin.inc',
28601 ))
28602 ->values(array(
28603   'path' => 'admin/config/regional/date-time/types/add',
28604   'load_functions' => '',
28605   'to_arg_functions' => '',
28606   'access_callback' => 'user_access',
28607   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28608   'page_callback' => 'drupal_get_form',
28609   'page_arguments' => 'a:1:{i:0;s:32:"system_add_date_format_type_form";}',
28610   'delivery_callback' => '',
28611   'fit' => '63',
28612   'number_parts' => '6',
28613   'context' => '1',
28614   'tab_parent' => 'admin/config/regional/date-time/types',
28615   'tab_root' => 'admin/config/regional/date-time',
28616   'title' => 'Add date type',
28617   'title_callback' => 't',
28618   'title_arguments' => '',
28619   'theme_callback' => '',
28620   'theme_arguments' => 'a:0:{}',
28621   'type' => '388',
28622   'description' => 'Add new date type.',
28623   'position' => '',
28624   'weight' => '-10',
28625   'include_file' => 'modules/system/system.admin.inc',
28626 ))
28627 ->values(array(
28628   'path' => 'admin/config/regional/entity_translation',
28629   'load_functions' => '',
28630   'to_arg_functions' => '',
28631   'access_callback' => 'user_access',
28632   'access_arguments' => 'a:1:{i:0;s:29:"administer entity translation";}',
28633   'page_callback' => 'drupal_get_form',
28634   'page_arguments' => 'a:1:{i:0;s:29:"entity_translation_admin_form";}',
28635   'delivery_callback' => '',
28636   'fit' => '15',
28637   'number_parts' => '4',
28638   'context' => '0',
28639   'tab_parent' => '',
28640   'tab_root' => 'admin/config/regional/entity_translation',
28641   'title' => 'Entity translation',
28642   'title_callback' => 't',
28643   'title_arguments' => '',
28644   'theme_callback' => '',
28645   'theme_arguments' => 'a:0:{}',
28646   'type' => '6',
28647   'description' => 'Configure which entities can be translated and enable or disable language fallback.',
28648   'position' => '',
28649   'weight' => '0',
28650   'include_file' => 'sites/all/modules/entity_translation/entity_translation.admin.inc',
28651 ))
28652 ->values(array(
28653   'path' => 'admin/config/regional/language',
28654   'load_functions' => '',
28655   'to_arg_functions' => '',
28656   'access_callback' => 'user_access',
28657   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28658   'page_callback' => 'drupal_get_form',
28659   'page_arguments' => 'a:1:{i:0;s:30:"locale_languages_overview_form";}',
28660   'delivery_callback' => '',
28661   'fit' => '15',
28662   'number_parts' => '4',
28663   'context' => '0',
28664   'tab_parent' => '',
28665   'tab_root' => 'admin/config/regional/language',
28666   'title' => 'Languages',
28667   'title_callback' => 't',
28668   'title_arguments' => '',
28669   'theme_callback' => '',
28670   'theme_arguments' => 'a:0:{}',
28671   'type' => '6',
28672   'description' => 'Configure languages for content and the user interface.',
28673   'position' => '',
28674   'weight' => '-10',
28675   'include_file' => 'modules/locale/locale.admin.inc',
28676 ))
28677 ->values(array(
28678   'path' => 'admin/config/regional/language/add',
28679   'load_functions' => '',
28680   'to_arg_functions' => '',
28681   'access_callback' => 'user_access',
28682   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28683   'page_callback' => 'locale_languages_add_screen',
28684   'page_arguments' => 'a:0:{}',
28685   'delivery_callback' => '',
28686   'fit' => '31',
28687   'number_parts' => '5',
28688   'context' => '1',
28689   'tab_parent' => 'admin/config/regional/language',
28690   'tab_root' => 'admin/config/regional/language',
28691   'title' => 'Add language',
28692   'title_callback' => 't',
28693   'title_arguments' => '',
28694   'theme_callback' => '',
28695   'theme_arguments' => 'a:0:{}',
28696   'type' => '388',
28697   'description' => '',
28698   'position' => '',
28699   'weight' => '5',
28700   'include_file' => 'modules/locale/locale.admin.inc',
28701 ))
28702 ->values(array(
28703   'path' => 'admin/config/regional/language/configure',
28704   'load_functions' => '',
28705   'to_arg_functions' => '',
28706   'access_callback' => 'user_access',
28707   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28708   'page_callback' => 'drupal_get_form',
28709   'page_arguments' => 'a:1:{i:0;s:31:"locale_languages_configure_form";}',
28710   'delivery_callback' => '',
28711   'fit' => '31',
28712   'number_parts' => '5',
28713   'context' => '1',
28714   'tab_parent' => 'admin/config/regional/language',
28715   'tab_root' => 'admin/config/regional/language',
28716   'title' => 'Detection and selection',
28717   'title_callback' => 't',
28718   'title_arguments' => '',
28719   'theme_callback' => '',
28720   'theme_arguments' => 'a:0:{}',
28721   'type' => '132',
28722   'description' => '',
28723   'position' => '',
28724   'weight' => '10',
28725   'include_file' => 'modules/locale/locale.admin.inc',
28726 ))
28727 ->values(array(
28728   'path' => 'admin/config/regional/language/configure/session',
28729   'load_functions' => '',
28730   'to_arg_functions' => '',
28731   'access_callback' => 'user_access',
28732   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28733   'page_callback' => 'drupal_get_form',
28734   'page_arguments' => 'a:1:{i:0;s:38:"locale_language_providers_session_form";}',
28735   'delivery_callback' => '',
28736   'fit' => '63',
28737   'number_parts' => '6',
28738   'context' => '0',
28739   'tab_parent' => '',
28740   'tab_root' => 'admin/config/regional/language/configure/session',
28741   'title' => 'Session language detection configuration',
28742   'title_callback' => 't',
28743   'title_arguments' => '',
28744   'theme_callback' => '',
28745   'theme_arguments' => 'a:0:{}',
28746   'type' => '4',
28747   'description' => '',
28748   'position' => '',
28749   'weight' => '0',
28750   'include_file' => 'modules/locale/locale.admin.inc',
28751 ))
28752 ->values(array(
28753   'path' => 'admin/config/regional/language/configure/url',
28754   'load_functions' => '',
28755   'to_arg_functions' => '',
28756   'access_callback' => 'user_access',
28757   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28758   'page_callback' => 'drupal_get_form',
28759   'page_arguments' => 'a:1:{i:0;s:34:"locale_language_providers_url_form";}',
28760   'delivery_callback' => '',
28761   'fit' => '63',
28762   'number_parts' => '6',
28763   'context' => '0',
28764   'tab_parent' => '',
28765   'tab_root' => 'admin/config/regional/language/configure/url',
28766   'title' => 'URL language detection configuration',
28767   'title_callback' => 't',
28768   'title_arguments' => '',
28769   'theme_callback' => '',
28770   'theme_arguments' => 'a:0:{}',
28771   'type' => '4',
28772   'description' => '',
28773   'position' => '',
28774   'weight' => '0',
28775   'include_file' => 'modules/locale/locale.admin.inc',
28776 ))
28777 ->values(array(
28778   'path' => 'admin/config/regional/language/delete/%',
28779   'load_functions' => 'a:1:{i:5;N;}',
28780   'to_arg_functions' => '',
28781   'access_callback' => 'user_access',
28782   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28783   'page_callback' => 'drupal_get_form',
28784   'page_arguments' => 'a:2:{i:0;s:28:"locale_languages_delete_form";i:1;i:5;}',
28785   'delivery_callback' => '',
28786   'fit' => '62',
28787   'number_parts' => '6',
28788   'context' => '0',
28789   'tab_parent' => '',
28790   'tab_root' => 'admin/config/regional/language/delete/%',
28791   'title' => 'Confirm',
28792   'title_callback' => 't',
28793   'title_arguments' => '',
28794   'theme_callback' => '',
28795   'theme_arguments' => 'a:0:{}',
28796   'type' => '6',
28797   'description' => '',
28798   'position' => '',
28799   'weight' => '0',
28800   'include_file' => 'modules/locale/locale.admin.inc',
28801 ))
28802 ->values(array(
28803   'path' => 'admin/config/regional/language/edit/%',
28804   'load_functions' => 'a:1:{i:5;N;}',
28805   'to_arg_functions' => '',
28806   'access_callback' => 'user_access',
28807   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28808   'page_callback' => 'drupal_get_form',
28809   'page_arguments' => 'a:2:{i:0;s:26:"locale_languages_edit_form";i:1;i:5;}',
28810   'delivery_callback' => '',
28811   'fit' => '62',
28812   'number_parts' => '6',
28813   'context' => '0',
28814   'tab_parent' => '',
28815   'tab_root' => 'admin/config/regional/language/edit/%',
28816   'title' => 'Edit language',
28817   'title_callback' => 't',
28818   'title_arguments' => '',
28819   'theme_callback' => '',
28820   'theme_arguments' => 'a:0:{}',
28821   'type' => '6',
28822   'description' => '',
28823   'position' => '',
28824   'weight' => '0',
28825   'include_file' => 'modules/locale/locale.admin.inc',
28826 ))
28827 ->values(array(
28828   'path' => 'admin/config/regional/language/overview',
28829   'load_functions' => '',
28830   'to_arg_functions' => '',
28831   'access_callback' => 'user_access',
28832   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
28833   'page_callback' => 'drupal_get_form',
28834   'page_arguments' => 'a:1:{i:0;s:30:"locale_languages_overview_form";}',
28835   'delivery_callback' => '',
28836   'fit' => '31',
28837   'number_parts' => '5',
28838   'context' => '1',
28839   'tab_parent' => 'admin/config/regional/language',
28840   'tab_root' => 'admin/config/regional/language',
28841   'title' => 'List',
28842   'title_callback' => 't',
28843   'title_arguments' => '',
28844   'theme_callback' => '',
28845   'theme_arguments' => 'a:0:{}',
28846   'type' => '140',
28847   'description' => '',
28848   'position' => '',
28849   'weight' => '0',
28850   'include_file' => 'modules/locale/locale.admin.inc',
28851 ))
28852 ->values(array(
28853   'path' => 'admin/config/regional/settings',
28854   'load_functions' => '',
28855   'to_arg_functions' => '',
28856   'access_callback' => 'user_access',
28857   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28858   'page_callback' => 'drupal_get_form',
28859   'page_arguments' => 'a:1:{i:0;s:24:"system_regional_settings";}',
28860   'delivery_callback' => '',
28861   'fit' => '15',
28862   'number_parts' => '4',
28863   'context' => '0',
28864   'tab_parent' => '',
28865   'tab_root' => 'admin/config/regional/settings',
28866   'title' => 'Regional settings',
28867   'title_callback' => 't',
28868   'title_arguments' => '',
28869   'theme_callback' => '',
28870   'theme_arguments' => 'a:0:{}',
28871   'type' => '6',
28872   'description' => "Settings for the site's default time zone and country.",
28873   'position' => '',
28874   'weight' => '-20',
28875   'include_file' => 'modules/system/system.admin.inc',
28876 ))
28877 ->values(array(
28878   'path' => 'admin/config/regional/translate',
28879   'load_functions' => '',
28880   'to_arg_functions' => '',
28881   'access_callback' => 'user_access',
28882   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
28883   'page_callback' => 'locale_translate_overview_screen',
28884   'page_arguments' => 'a:0:{}',
28885   'delivery_callback' => '',
28886   'fit' => '15',
28887   'number_parts' => '4',
28888   'context' => '0',
28889   'tab_parent' => '',
28890   'tab_root' => 'admin/config/regional/translate',
28891   'title' => 'Translate interface',
28892   'title_callback' => 't',
28893   'title_arguments' => '',
28894   'theme_callback' => '',
28895   'theme_arguments' => 'a:0:{}',
28896   'type' => '6',
28897   'description' => 'Translate the built in interface and optionally other text.',
28898   'position' => '',
28899   'weight' => '-5',
28900   'include_file' => 'modules/locale/locale.admin.inc',
28901 ))
28902 ->values(array(
28903   'path' => 'admin/config/regional/translate/delete/%',
28904   'load_functions' => 'a:1:{i:5;N;}',
28905   'to_arg_functions' => '',
28906   'access_callback' => 'user_access',
28907   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
28908   'page_callback' => 'locale_translate_delete_page',
28909   'page_arguments' => 'a:1:{i:0;i:5;}',
28910   'delivery_callback' => '',
28911   'fit' => '62',
28912   'number_parts' => '6',
28913   'context' => '0',
28914   'tab_parent' => '',
28915   'tab_root' => 'admin/config/regional/translate/delete/%',
28916   'title' => 'Delete string',
28917   'title_callback' => 't',
28918   'title_arguments' => '',
28919   'theme_callback' => '',
28920   'theme_arguments' => 'a:0:{}',
28921   'type' => '6',
28922   'description' => '',
28923   'position' => '',
28924   'weight' => '0',
28925   'include_file' => 'modules/locale/locale.admin.inc',
28926 ))
28927 ->values(array(
28928   'path' => 'admin/config/regional/translate/edit/%',
28929   'load_functions' => 'a:1:{i:5;N;}',
28930   'to_arg_functions' => '',
28931   'access_callback' => 'user_access',
28932   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
28933   'page_callback' => 'drupal_get_form',
28934   'page_arguments' => 'a:2:{i:0;s:26:"locale_translate_edit_form";i:1;i:5;}',
28935   'delivery_callback' => '',
28936   'fit' => '62',
28937   'number_parts' => '6',
28938   'context' => '0',
28939   'tab_parent' => '',
28940   'tab_root' => 'admin/config/regional/translate/edit/%',
28941   'title' => 'Edit string',
28942   'title_callback' => 't',
28943   'title_arguments' => '',
28944   'theme_callback' => '',
28945   'theme_arguments' => 'a:0:{}',
28946   'type' => '6',
28947   'description' => '',
28948   'position' => '',
28949   'weight' => '0',
28950   'include_file' => 'modules/locale/locale.admin.inc',
28951 ))
28952 ->values(array(
28953   'path' => 'admin/config/regional/translate/export',
28954   'load_functions' => '',
28955   'to_arg_functions' => '',
28956   'access_callback' => 'user_access',
28957   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
28958   'page_callback' => 'locale_translate_export_screen',
28959   'page_arguments' => 'a:0:{}',
28960   'delivery_callback' => '',
28961   'fit' => '31',
28962   'number_parts' => '5',
28963   'context' => '1',
28964   'tab_parent' => 'admin/config/regional/translate',
28965   'tab_root' => 'admin/config/regional/translate',
28966   'title' => 'Export',
28967   'title_callback' => 't',
28968   'title_arguments' => '',
28969   'theme_callback' => '',
28970   'theme_arguments' => 'a:0:{}',
28971   'type' => '132',
28972   'description' => '',
28973   'position' => '',
28974   'weight' => '30',
28975   'include_file' => 'modules/locale/locale.admin.inc',
28976 ))
28977 ->values(array(
28978   'path' => 'admin/config/regional/translate/import',
28979   'load_functions' => '',
28980   'to_arg_functions' => '',
28981   'access_callback' => 'user_access',
28982   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
28983   'page_callback' => 'drupal_get_form',
28984   'page_arguments' => 'a:1:{i:0;s:28:"locale_translate_import_form";}',
28985   'delivery_callback' => '',
28986   'fit' => '31',
28987   'number_parts' => '5',
28988   'context' => '1',
28989   'tab_parent' => 'admin/config/regional/translate',
28990   'tab_root' => 'admin/config/regional/translate',
28991   'title' => 'Import',
28992   'title_callback' => 't',
28993   'title_arguments' => '',
28994   'theme_callback' => '',
28995   'theme_arguments' => 'a:0:{}',
28996   'type' => '132',
28997   'description' => '',
28998   'position' => '',
28999   'weight' => '20',
29000   'include_file' => 'modules/locale/locale.admin.inc',
29001 ))
29002 ->values(array(
29003   'path' => 'admin/config/regional/translate/overview',
29004   'load_functions' => '',
29005   'to_arg_functions' => '',
29006   'access_callback' => 'user_access',
29007   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
29008   'page_callback' => 'locale_translate_overview_screen',
29009   'page_arguments' => 'a:0:{}',
29010   'delivery_callback' => '',
29011   'fit' => '31',
29012   'number_parts' => '5',
29013   'context' => '1',
29014   'tab_parent' => 'admin/config/regional/translate',
29015   'tab_root' => 'admin/config/regional/translate',
29016   'title' => 'Overview',
29017   'title_callback' => 't',
29018   'title_arguments' => '',
29019   'theme_callback' => '',
29020   'theme_arguments' => 'a:0:{}',
29021   'type' => '140',
29022   'description' => '',
29023   'position' => '',
29024   'weight' => '0',
29025   'include_file' => 'modules/locale/locale.admin.inc',
29026 ))
29027 ->values(array(
29028   'path' => 'admin/config/regional/translate/translate',
29029   'load_functions' => '',
29030   'to_arg_functions' => '',
29031   'access_callback' => 'user_access',
29032   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
29033   'page_callback' => 'locale_translate_seek_screen',
29034   'page_arguments' => 'a:0:{}',
29035   'delivery_callback' => '',
29036   'fit' => '31',
29037   'number_parts' => '5',
29038   'context' => '1',
29039   'tab_parent' => 'admin/config/regional/translate',
29040   'tab_root' => 'admin/config/regional/translate',
29041   'title' => 'Translate',
29042   'title_callback' => 't',
29043   'title_arguments' => '',
29044   'theme_callback' => '',
29045   'theme_arguments' => 'a:0:{}',
29046   'type' => '132',
29047   'description' => '',
29048   'position' => '',
29049   'weight' => '10',
29050   'include_file' => 'modules/locale/locale.admin.inc',
29051 ))
29052 ->values(array(
29053   'path' => 'admin/config/search',
29054   'load_functions' => '',
29055   'to_arg_functions' => '',
29056   'access_callback' => 'user_access',
29057   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
29058   'page_callback' => 'system_admin_menu_block_page',
29059   'page_arguments' => 'a:0:{}',
29060   'delivery_callback' => '',
29061   'fit' => '7',
29062   'number_parts' => '3',
29063   'context' => '0',
29064   'tab_parent' => '',
29065   'tab_root' => 'admin/config/search',
29066   'title' => 'Search and metadata',
29067   'title_callback' => 't',
29068   'title_arguments' => '',
29069   'theme_callback' => '',
29070   'theme_arguments' => 'a:0:{}',
29071   'type' => '6',
29072   'description' => 'Local site search, metadata and SEO.',
29073   'position' => 'left',
29074   'weight' => '-10',
29075   'include_file' => 'modules/system/system.admin.inc',
29076 ))
29077 ->values(array(
29078   'path' => 'admin/config/search/clean-urls',
29079   'load_functions' => '',
29080   'to_arg_functions' => '',
29081   'access_callback' => 'user_access',
29082   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
29083   'page_callback' => 'drupal_get_form',
29084   'page_arguments' => 'a:1:{i:0;s:25:"system_clean_url_settings";}',
29085   'delivery_callback' => '',
29086   'fit' => '15',
29087   'number_parts' => '4',
29088   'context' => '0',
29089   'tab_parent' => '',
29090   'tab_root' => 'admin/config/search/clean-urls',
29091   'title' => 'Clean URLs',
29092   'title_callback' => 't',
29093   'title_arguments' => '',
29094   'theme_callback' => '',
29095   'theme_arguments' => 'a:0:{}',
29096   'type' => '6',
29097   'description' => 'Enable or disable clean URLs for your site.',
29098   'position' => '',
29099   'weight' => '5',
29100   'include_file' => 'modules/system/system.admin.inc',
29101 ))
29102 ->values(array(
29103   'path' => 'admin/config/search/clean-urls/check',
29104   'load_functions' => '',
29105   'to_arg_functions' => '',
29106   'access_callback' => '1',
29107   'access_arguments' => 'a:0:{}',
29108   'page_callback' => 'drupal_json_output',
29109   'page_arguments' => 'a:1:{i:0;a:1:{s:6:"status";b:1;}}',
29110   'delivery_callback' => '',
29111   'fit' => '31',
29112   'number_parts' => '5',
29113   'context' => '0',
29114   'tab_parent' => '',
29115   'tab_root' => 'admin/config/search/clean-urls/check',
29116   'title' => 'Clean URL check',
29117   'title_callback' => 't',
29118   'title_arguments' => '',
29119   'theme_callback' => '',
29120   'theme_arguments' => 'a:0:{}',
29121   'type' => '0',
29122   'description' => '',
29123   'position' => '',
29124   'weight' => '0',
29125   'include_file' => 'modules/system/system.admin.inc',
29126 ))
29127 ->values(array(
29128   'path' => 'admin/config/search/path',
29129   'load_functions' => '',
29130   'to_arg_functions' => '',
29131   'access_callback' => 'user_access',
29132   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
29133   'page_callback' => 'path_admin_overview',
29134   'page_arguments' => 'a:0:{}',
29135   'delivery_callback' => '',
29136   'fit' => '15',
29137   'number_parts' => '4',
29138   'context' => '0',
29139   'tab_parent' => '',
29140   'tab_root' => 'admin/config/search/path',
29141   'title' => 'URL aliases',
29142   'title_callback' => 't',
29143   'title_arguments' => '',
29144   'theme_callback' => '',
29145   'theme_arguments' => 'a:0:{}',
29146   'type' => '6',
29147   'description' => "Change your site's URL paths by aliasing them.",
29148   'position' => '',
29149   'weight' => '-5',
29150   'include_file' => 'modules/path/path.admin.inc',
29151 ))
29152 ->values(array(
29153   'path' => 'admin/config/search/path/add',
29154   'load_functions' => '',
29155   'to_arg_functions' => '',
29156   'access_callback' => 'user_access',
29157   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
29158   'page_callback' => 'path_admin_edit',
29159   'page_arguments' => 'a:0:{}',
29160   'delivery_callback' => '',
29161   'fit' => '31',
29162   'number_parts' => '5',
29163   'context' => '1',
29164   'tab_parent' => 'admin/config/search/path',
29165   'tab_root' => 'admin/config/search/path',
29166   'title' => 'Add alias',
29167   'title_callback' => 't',
29168   'title_arguments' => '',
29169   'theme_callback' => '',
29170   'theme_arguments' => 'a:0:{}',
29171   'type' => '388',
29172   'description' => '',
29173   'position' => '',
29174   'weight' => '0',
29175   'include_file' => 'modules/path/path.admin.inc',
29176 ))
29177 ->values(array(
29178   'path' => 'admin/config/search/path/delete/%',
29179   'load_functions' => 'a:1:{i:5;s:9:"path_load";}',
29180   'to_arg_functions' => '',
29181   'access_callback' => 'user_access',
29182   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
29183   'page_callback' => 'drupal_get_form',
29184   'page_arguments' => 'a:2:{i:0;s:25:"path_admin_delete_confirm";i:1;i:5;}',
29185   'delivery_callback' => '',
29186   'fit' => '62',
29187   'number_parts' => '6',
29188   'context' => '0',
29189   'tab_parent' => '',
29190   'tab_root' => 'admin/config/search/path/delete/%',
29191   'title' => 'Delete alias',
29192   'title_callback' => 't',
29193   'title_arguments' => '',
29194   'theme_callback' => '',
29195   'theme_arguments' => 'a:0:{}',
29196   'type' => '6',
29197   'description' => '',
29198   'position' => '',
29199   'weight' => '0',
29200   'include_file' => 'modules/path/path.admin.inc',
29201 ))
29202 ->values(array(
29203   'path' => 'admin/config/search/path/edit/%',
29204   'load_functions' => 'a:1:{i:5;s:9:"path_load";}',
29205   'to_arg_functions' => '',
29206   'access_callback' => 'user_access',
29207   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
29208   'page_callback' => 'path_admin_edit',
29209   'page_arguments' => 'a:1:{i:0;i:5;}',
29210   'delivery_callback' => '',
29211   'fit' => '62',
29212   'number_parts' => '6',
29213   'context' => '0',
29214   'tab_parent' => '',
29215   'tab_root' => 'admin/config/search/path/edit/%',
29216   'title' => 'Edit alias',
29217   'title_callback' => 't',
29218   'title_arguments' => '',
29219   'theme_callback' => '',
29220   'theme_arguments' => 'a:0:{}',
29221   'type' => '6',
29222   'description' => '',
29223   'position' => '',
29224   'weight' => '0',
29225   'include_file' => 'modules/path/path.admin.inc',
29226 ))
29227 ->values(array(
29228   'path' => 'admin/config/search/path/list',
29229   'load_functions' => '',
29230   'to_arg_functions' => '',
29231   'access_callback' => 'user_access',
29232   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
29233   'page_callback' => 'path_admin_overview',
29234   'page_arguments' => 'a:0:{}',
29235   'delivery_callback' => '',
29236   'fit' => '31',
29237   'number_parts' => '5',
29238   'context' => '1',
29239   'tab_parent' => 'admin/config/search/path',
29240   'tab_root' => 'admin/config/search/path',
29241   'title' => 'List',
29242   'title_callback' => 't',
29243   'title_arguments' => '',
29244   'theme_callback' => '',
29245   'theme_arguments' => 'a:0:{}',
29246   'type' => '140',
29247   'description' => '',
29248   'position' => '',
29249   'weight' => '-10',
29250   'include_file' => 'modules/path/path.admin.inc',
29251 ))
29252 ->values(array(
29253   'path' => 'admin/config/search/settings',
29254   'load_functions' => '',
29255   'to_arg_functions' => '',
29256   'access_callback' => 'user_access',
29257   'access_arguments' => 'a:1:{i:0;s:17:"administer search";}',
29258   'page_callback' => 'drupal_get_form',
29259   'page_arguments' => 'a:1:{i:0;s:21:"search_admin_settings";}',
29260   'delivery_callback' => '',
29261   'fit' => '15',
29262   'number_parts' => '4',
29263   'context' => '0',
29264   'tab_parent' => '',
29265   'tab_root' => 'admin/config/search/settings',
29266   'title' => 'Search settings',
29267   'title_callback' => 't',
29268   'title_arguments' => '',
29269   'theme_callback' => '',
29270   'theme_arguments' => 'a:0:{}',
29271   'type' => '6',
29272   'description' => 'Configure relevance settings for search and other indexing options.',
29273   'position' => '',
29274   'weight' => '-10',
29275   'include_file' => 'modules/search/search.admin.inc',
29276 ))
29277 ->values(array(
29278   'path' => 'admin/config/search/settings/reindex',
29279   'load_functions' => '',
29280   'to_arg_functions' => '',
29281   'access_callback' => 'user_access',
29282   'access_arguments' => 'a:1:{i:0;s:17:"administer search";}',
29283   'page_callback' => 'drupal_get_form',
29284   'page_arguments' => 'a:1:{i:0;s:22:"search_reindex_confirm";}',
29285   'delivery_callback' => '',
29286   'fit' => '31',
29287   'number_parts' => '5',
29288   'context' => '0',
29289   'tab_parent' => '',
29290   'tab_root' => 'admin/config/search/settings/reindex',
29291   'title' => 'Clear index',
29292   'title_callback' => 't',
29293   'title_arguments' => '',
29294   'theme_callback' => '',
29295   'theme_arguments' => 'a:0:{}',
29296   'type' => '4',
29297   'description' => '',
29298   'position' => '',
29299   'weight' => '0',
29300   'include_file' => 'modules/search/search.admin.inc',
29301 ))
29302 ->values(array(
29303   'path' => 'admin/config/services',
29304   'load_functions' => '',
29305   'to_arg_functions' => '',
29306   'access_callback' => 'user_access',
29307   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
29308   'page_callback' => 'system_admin_menu_block_page',
29309   'page_arguments' => 'a:0:{}',
29310   'delivery_callback' => '',
29311   'fit' => '7',
29312   'number_parts' => '3',
29313   'context' => '0',
29314   'tab_parent' => '',
29315   'tab_root' => 'admin/config/services',
29316   'title' => 'Web services',
29317   'title_callback' => 't',
29318   'title_arguments' => '',
29319   'theme_callback' => '',
29320   'theme_arguments' => 'a:0:{}',
29321   'type' => '6',
29322   'description' => 'Tools related to web services.',
29323   'position' => 'right',
29324   'weight' => '0',
29325   'include_file' => 'modules/system/system.admin.inc',
29326 ))
29327 ->values(array(
29328   'path' => 'admin/config/services/aggregator',
29329   'load_functions' => '',
29330   'to_arg_functions' => '',
29331   'access_callback' => 'user_access',
29332   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29333   'page_callback' => 'aggregator_admin_overview',
29334   'page_arguments' => 'a:0:{}',
29335   'delivery_callback' => '',
29336   'fit' => '15',
29337   'number_parts' => '4',
29338   'context' => '0',
29339   'tab_parent' => '',
29340   'tab_root' => 'admin/config/services/aggregator',
29341   'title' => 'Feed aggregator',
29342   'title_callback' => 't',
29343   'title_arguments' => '',
29344   'theme_callback' => '',
29345   'theme_arguments' => 'a:0:{}',
29346   'type' => '6',
29347   'description' => "Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized.",
29348   'position' => '',
29349   'weight' => '10',
29350   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29351 ))
29352 ->values(array(
29353   'path' => 'admin/config/services/aggregator/add/category',
29354   'load_functions' => '',
29355   'to_arg_functions' => '',
29356   'access_callback' => 'user_access',
29357   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29358   'page_callback' => 'drupal_get_form',
29359   'page_arguments' => 'a:1:{i:0;s:24:"aggregator_form_category";}',
29360   'delivery_callback' => '',
29361   'fit' => '63',
29362   'number_parts' => '6',
29363   'context' => '1',
29364   'tab_parent' => 'admin/config/services/aggregator',
29365   'tab_root' => 'admin/config/services/aggregator',
29366   'title' => 'Add category',
29367   'title_callback' => 't',
29368   'title_arguments' => '',
29369   'theme_callback' => '',
29370   'theme_arguments' => 'a:0:{}',
29371   'type' => '388',
29372   'description' => '',
29373   'position' => '',
29374   'weight' => '0',
29375   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29376 ))
29377 ->values(array(
29378   'path' => 'admin/config/services/aggregator/add/feed',
29379   'load_functions' => '',
29380   'to_arg_functions' => '',
29381   'access_callback' => 'user_access',
29382   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29383   'page_callback' => 'drupal_get_form',
29384   'page_arguments' => 'a:1:{i:0;s:20:"aggregator_form_feed";}',
29385   'delivery_callback' => '',
29386   'fit' => '63',
29387   'number_parts' => '6',
29388   'context' => '1',
29389   'tab_parent' => 'admin/config/services/aggregator',
29390   'tab_root' => 'admin/config/services/aggregator',
29391   'title' => 'Add feed',
29392   'title_callback' => 't',
29393   'title_arguments' => '',
29394   'theme_callback' => '',
29395   'theme_arguments' => 'a:0:{}',
29396   'type' => '388',
29397   'description' => '',
29398   'position' => '',
29399   'weight' => '0',
29400   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29401 ))
29402 ->values(array(
29403   'path' => 'admin/config/services/aggregator/add/opml',
29404   'load_functions' => '',
29405   'to_arg_functions' => '',
29406   'access_callback' => 'user_access',
29407   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29408   'page_callback' => 'drupal_get_form',
29409   'page_arguments' => 'a:1:{i:0;s:20:"aggregator_form_opml";}',
29410   'delivery_callback' => '',
29411   'fit' => '63',
29412   'number_parts' => '6',
29413   'context' => '1',
29414   'tab_parent' => 'admin/config/services/aggregator',
29415   'tab_root' => 'admin/config/services/aggregator',
29416   'title' => 'Import OPML',
29417   'title_callback' => 't',
29418   'title_arguments' => '',
29419   'theme_callback' => '',
29420   'theme_arguments' => 'a:0:{}',
29421   'type' => '388',
29422   'description' => '',
29423   'position' => '',
29424   'weight' => '0',
29425   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29426 ))
29427 ->values(array(
29428   'path' => 'admin/config/services/aggregator/edit/category/%',
29429   'load_functions' => 'a:1:{i:6;s:24:"aggregator_category_load";}',
29430   'to_arg_functions' => '',
29431   'access_callback' => 'user_access',
29432   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29433   'page_callback' => 'drupal_get_form',
29434   'page_arguments' => 'a:2:{i:0;s:24:"aggregator_form_category";i:1;i:6;}',
29435   'delivery_callback' => '',
29436   'fit' => '126',
29437   'number_parts' => '7',
29438   'context' => '0',
29439   'tab_parent' => '',
29440   'tab_root' => 'admin/config/services/aggregator/edit/category/%',
29441   'title' => 'Edit category',
29442   'title_callback' => 't',
29443   'title_arguments' => '',
29444   'theme_callback' => '',
29445   'theme_arguments' => 'a:0:{}',
29446   'type' => '6',
29447   'description' => '',
29448   'position' => '',
29449   'weight' => '0',
29450   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29451 ))
29452 ->values(array(
29453   'path' => 'admin/config/services/aggregator/edit/feed/%',
29454   'load_functions' => 'a:1:{i:6;s:20:"aggregator_feed_load";}',
29455   'to_arg_functions' => '',
29456   'access_callback' => 'user_access',
29457   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29458   'page_callback' => 'drupal_get_form',
29459   'page_arguments' => 'a:2:{i:0;s:20:"aggregator_form_feed";i:1;i:6;}',
29460   'delivery_callback' => '',
29461   'fit' => '126',
29462   'number_parts' => '7',
29463   'context' => '0',
29464   'tab_parent' => '',
29465   'tab_root' => 'admin/config/services/aggregator/edit/feed/%',
29466   'title' => 'Edit feed',
29467   'title_callback' => 't',
29468   'title_arguments' => '',
29469   'theme_callback' => '',
29470   'theme_arguments' => 'a:0:{}',
29471   'type' => '6',
29472   'description' => '',
29473   'position' => '',
29474   'weight' => '0',
29475   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29476 ))
29477 ->values(array(
29478   'path' => 'admin/config/services/aggregator/list',
29479   'load_functions' => '',
29480   'to_arg_functions' => '',
29481   'access_callback' => 'user_access',
29482   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29483   'page_callback' => 'aggregator_admin_overview',
29484   'page_arguments' => 'a:0:{}',
29485   'delivery_callback' => '',
29486   'fit' => '31',
29487   'number_parts' => '5',
29488   'context' => '1',
29489   'tab_parent' => 'admin/config/services/aggregator',
29490   'tab_root' => 'admin/config/services/aggregator',
29491   'title' => 'List',
29492   'title_callback' => 't',
29493   'title_arguments' => '',
29494   'theme_callback' => '',
29495   'theme_arguments' => 'a:0:{}',
29496   'type' => '140',
29497   'description' => '',
29498   'position' => '',
29499   'weight' => '-10',
29500   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29501 ))
29502 ->values(array(
29503   'path' => 'admin/config/services/aggregator/remove/%',
29504   'load_functions' => 'a:1:{i:5;s:20:"aggregator_feed_load";}',
29505   'to_arg_functions' => '',
29506   'access_callback' => 'user_access',
29507   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29508   'page_callback' => 'drupal_get_form',
29509   'page_arguments' => 'a:2:{i:0;s:28:"aggregator_admin_remove_feed";i:1;i:5;}',
29510   'delivery_callback' => '',
29511   'fit' => '62',
29512   'number_parts' => '6',
29513   'context' => '0',
29514   'tab_parent' => '',
29515   'tab_root' => 'admin/config/services/aggregator/remove/%',
29516   'title' => 'Remove items',
29517   'title_callback' => 't',
29518   'title_arguments' => '',
29519   'theme_callback' => '',
29520   'theme_arguments' => 'a:0:{}',
29521   'type' => '6',
29522   'description' => '',
29523   'position' => '',
29524   'weight' => '0',
29525   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29526 ))
29527 ->values(array(
29528   'path' => 'admin/config/services/aggregator/settings',
29529   'load_functions' => '',
29530   'to_arg_functions' => '',
29531   'access_callback' => 'user_access',
29532   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29533   'page_callback' => 'drupal_get_form',
29534   'page_arguments' => 'a:1:{i:0;s:21:"aggregator_admin_form";}',
29535   'delivery_callback' => '',
29536   'fit' => '31',
29537   'number_parts' => '5',
29538   'context' => '1',
29539   'tab_parent' => 'admin/config/services/aggregator',
29540   'tab_root' => 'admin/config/services/aggregator',
29541   'title' => 'Settings',
29542   'title_callback' => 't',
29543   'title_arguments' => '',
29544   'theme_callback' => '',
29545   'theme_arguments' => 'a:0:{}',
29546   'type' => '132',
29547   'description' => 'Configure the behavior of the feed aggregator, including when to discard feed items and how to present feed items and categories.',
29548   'position' => '',
29549   'weight' => '0',
29550   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29551 ))
29552 ->values(array(
29553   'path' => 'admin/config/services/aggregator/update/%',
29554   'load_functions' => 'a:1:{i:5;s:20:"aggregator_feed_load";}',
29555   'to_arg_functions' => '',
29556   'access_callback' => 'user_access',
29557   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
29558   'page_callback' => 'aggregator_admin_refresh_feed',
29559   'page_arguments' => 'a:1:{i:0;i:5;}',
29560   'delivery_callback' => '',
29561   'fit' => '62',
29562   'number_parts' => '6',
29563   'context' => '0',
29564   'tab_parent' => '',
29565   'tab_root' => 'admin/config/services/aggregator/update/%',
29566   'title' => 'Update items',
29567   'title_callback' => 't',
29568   'title_arguments' => '',
29569   'theme_callback' => '',
29570   'theme_arguments' => 'a:0:{}',
29571   'type' => '6',
29572   'description' => '',
29573   'position' => '',
29574   'weight' => '0',
29575   'include_file' => 'modules/aggregator/aggregator.admin.inc',
29576 ))
29577 ->values(array(
29578   'path' => 'admin/config/services/rss-publishing',
29579   'load_functions' => '',
29580   'to_arg_functions' => '',
29581   'access_callback' => 'user_access',
29582   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
29583   'page_callback' => 'drupal_get_form',
29584   'page_arguments' => 'a:1:{i:0;s:25:"system_rss_feeds_settings";}',
29585   'delivery_callback' => '',
29586   'fit' => '15',
29587   'number_parts' => '4',
29588   'context' => '0',
29589   'tab_parent' => '',
29590   'tab_root' => 'admin/config/services/rss-publishing',
29591   'title' => 'RSS publishing',
29592   'title_callback' => 't',
29593   'title_arguments' => '',
29594   'theme_callback' => '',
29595   'theme_arguments' => 'a:0:{}',
29596   'type' => '6',
29597   'description' => 'Configure the site description, the number of items per feed and whether feeds should be titles/teasers/full-text.',
29598   'position' => '',
29599   'weight' => '0',
29600   'include_file' => 'modules/system/system.admin.inc',
29601 ))
29602 ->values(array(
29603   'path' => 'admin/config/system',
29604   'load_functions' => '',
29605   'to_arg_functions' => '',
29606   'access_callback' => 'user_access',
29607   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
29608   'page_callback' => 'system_admin_menu_block_page',
29609   'page_arguments' => 'a:0:{}',
29610   'delivery_callback' => '',
29611   'fit' => '7',
29612   'number_parts' => '3',
29613   'context' => '0',
29614   'tab_parent' => '',
29615   'tab_root' => 'admin/config/system',
29616   'title' => 'System',
29617   'title_callback' => 't',
29618   'title_arguments' => '',
29619   'theme_callback' => '',
29620   'theme_arguments' => 'a:0:{}',
29621   'type' => '6',
29622   'description' => 'General system related configuration.',
29623   'position' => 'right',
29624   'weight' => '-20',
29625   'include_file' => 'modules/system/system.admin.inc',
29626 ))
29627 ->values(array(
29628   'path' => 'admin/config/system/actions',
29629   'load_functions' => '',
29630   'to_arg_functions' => '',
29631   'access_callback' => 'user_access',
29632   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
29633   'page_callback' => 'system_actions_manage',
29634   'page_arguments' => 'a:0:{}',
29635   'delivery_callback' => '',
29636   'fit' => '15',
29637   'number_parts' => '4',
29638   'context' => '0',
29639   'tab_parent' => '',
29640   'tab_root' => 'admin/config/system/actions',
29641   'title' => 'Actions',
29642   'title_callback' => 't',
29643   'title_arguments' => '',
29644   'theme_callback' => '',
29645   'theme_arguments' => 'a:0:{}',
29646   'type' => '6',
29647   'description' => 'Manage the actions defined for your site.',
29648   'position' => '',
29649   'weight' => '0',
29650   'include_file' => 'modules/system/system.admin.inc',
29651 ))
29652 ->values(array(
29653   'path' => 'admin/config/system/actions/configure',
29654   'load_functions' => '',
29655   'to_arg_functions' => '',
29656   'access_callback' => 'user_access',
29657   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
29658   'page_callback' => 'drupal_get_form',
29659   'page_arguments' => 'a:1:{i:0;s:24:"system_actions_configure";}',
29660   'delivery_callback' => '',
29661   'fit' => '31',
29662   'number_parts' => '5',
29663   'context' => '0',
29664   'tab_parent' => '',
29665   'tab_root' => 'admin/config/system/actions/configure',
29666   'title' => 'Configure an advanced action',
29667   'title_callback' => 't',
29668   'title_arguments' => '',
29669   'theme_callback' => '',
29670   'theme_arguments' => 'a:0:{}',
29671   'type' => '4',
29672   'description' => '',
29673   'position' => '',
29674   'weight' => '0',
29675   'include_file' => 'modules/system/system.admin.inc',
29676 ))
29677 ->values(array(
29678   'path' => 'admin/config/system/actions/delete/%',
29679   'load_functions' => 'a:1:{i:5;s:12:"actions_load";}',
29680   'to_arg_functions' => '',
29681   'access_callback' => 'user_access',
29682   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
29683   'page_callback' => 'drupal_get_form',
29684   'page_arguments' => 'a:2:{i:0;s:26:"system_actions_delete_form";i:1;i:5;}',
29685   'delivery_callback' => '',
29686   'fit' => '62',
29687   'number_parts' => '6',
29688   'context' => '0',
29689   'tab_parent' => '',
29690   'tab_root' => 'admin/config/system/actions/delete/%',
29691   'title' => 'Delete action',
29692   'title_callback' => 't',
29693   'title_arguments' => '',
29694   'theme_callback' => '',
29695   'theme_arguments' => 'a:0:{}',
29696   'type' => '6',
29697   'description' => 'Delete an action.',
29698   'position' => '',
29699   'weight' => '0',
29700   'include_file' => 'modules/system/system.admin.inc',
29701 ))
29702 ->values(array(
29703   'path' => 'admin/config/system/actions/manage',
29704   'load_functions' => '',
29705   'to_arg_functions' => '',
29706   'access_callback' => 'user_access',
29707   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
29708   'page_callback' => 'system_actions_manage',
29709   'page_arguments' => 'a:0:{}',
29710   'delivery_callback' => '',
29711   'fit' => '31',
29712   'number_parts' => '5',
29713   'context' => '1',
29714   'tab_parent' => 'admin/config/system/actions',
29715   'tab_root' => 'admin/config/system/actions',
29716   'title' => 'Manage actions',
29717   'title_callback' => 't',
29718   'title_arguments' => '',
29719   'theme_callback' => '',
29720   'theme_arguments' => 'a:0:{}',
29721   'type' => '140',
29722   'description' => 'Manage the actions defined for your site.',
29723   'position' => '',
29724   'weight' => '-2',
29725   'include_file' => 'modules/system/system.admin.inc',
29726 ))
29727 ->values(array(
29728   'path' => 'admin/config/system/actions/orphan',
29729   'load_functions' => '',
29730   'to_arg_functions' => '',
29731   'access_callback' => 'user_access',
29732   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
29733   'page_callback' => 'system_actions_remove_orphans',
29734   'page_arguments' => 'a:0:{}',
29735   'delivery_callback' => '',
29736   'fit' => '31',
29737   'number_parts' => '5',
29738   'context' => '0',
29739   'tab_parent' => '',
29740   'tab_root' => 'admin/config/system/actions/orphan',
29741   'title' => 'Remove orphans',
29742   'title_callback' => 't',
29743   'title_arguments' => '',
29744   'theme_callback' => '',
29745   'theme_arguments' => 'a:0:{}',
29746   'type' => '0',
29747   'description' => '',
29748   'position' => '',
29749   'weight' => '0',
29750   'include_file' => 'modules/system/system.admin.inc',
29751 ))
29752 ->values(array(
29753   'path' => 'admin/config/system/cron',
29754   'load_functions' => '',
29755   'to_arg_functions' => '',
29756   'access_callback' => 'user_access',
29757   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
29758   'page_callback' => 'drupal_get_form',
29759   'page_arguments' => 'a:1:{i:0;s:20:"system_cron_settings";}',
29760   'delivery_callback' => '',
29761   'fit' => '15',
29762   'number_parts' => '4',
29763   'context' => '0',
29764   'tab_parent' => '',
29765   'tab_root' => 'admin/config/system/cron',
29766   'title' => 'Cron',
29767   'title_callback' => 't',
29768   'title_arguments' => '',
29769   'theme_callback' => '',
29770   'theme_arguments' => 'a:0:{}',
29771   'type' => '6',
29772   'description' => 'Manage automatic site maintenance tasks.',
29773   'position' => '',
29774   'weight' => '20',
29775   'include_file' => 'modules/system/system.admin.inc',
29776 ))
29777 ->values(array(
29778   'path' => 'admin/config/system/site-information',
29779   'load_functions' => '',
29780   'to_arg_functions' => '',
29781   'access_callback' => 'user_access',
29782   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
29783   'page_callback' => 'drupal_get_form',
29784   'page_arguments' => 'a:1:{i:0;s:32:"system_site_information_settings";}',
29785   'delivery_callback' => '',
29786   'fit' => '15',
29787   'number_parts' => '4',
29788   'context' => '0',
29789   'tab_parent' => '',
29790   'tab_root' => 'admin/config/system/site-information',
29791   'title' => 'Site information',
29792   'title_callback' => 't',
29793   'title_arguments' => '',
29794   'theme_callback' => '',
29795   'theme_arguments' => 'a:0:{}',
29796   'type' => '6',
29797   'description' => 'Change site name, e-mail address, slogan, default front page, and number of posts per page, error pages.',
29798   'position' => '',
29799   'weight' => '-20',
29800   'include_file' => 'modules/system/system.admin.inc',
29801 ))
29802 ->values(array(
29803   'path' => 'admin/config/system/statistics',
29804   'load_functions' => '',
29805   'to_arg_functions' => '',
29806   'access_callback' => 'user_access',
29807   'access_arguments' => 'a:1:{i:0;s:21:"administer statistics";}',
29808   'page_callback' => 'drupal_get_form',
29809   'page_arguments' => 'a:1:{i:0;s:24:"statistics_settings_form";}',
29810   'delivery_callback' => '',
29811   'fit' => '15',
29812   'number_parts' => '4',
29813   'context' => '0',
29814   'tab_parent' => '',
29815   'tab_root' => 'admin/config/system/statistics',
29816   'title' => 'Statistics',
29817   'title_callback' => 't',
29818   'title_arguments' => '',
29819   'theme_callback' => '',
29820   'theme_arguments' => 'a:0:{}',
29821   'type' => '6',
29822   'description' => 'Control details about what and how your site logs access statistics.',
29823   'position' => '',
29824   'weight' => '-15',
29825   'include_file' => 'modules/statistics/statistics.admin.inc',
29826 ))
29827 ->values(array(
29828   'path' => 'admin/config/user-interface',
29829   'load_functions' => '',
29830   'to_arg_functions' => '',
29831   'access_callback' => 'user_access',
29832   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
29833   'page_callback' => 'system_admin_menu_block_page',
29834   'page_arguments' => 'a:0:{}',
29835   'delivery_callback' => '',
29836   'fit' => '7',
29837   'number_parts' => '3',
29838   'context' => '0',
29839   'tab_parent' => '',
29840   'tab_root' => 'admin/config/user-interface',
29841   'title' => 'User interface',
29842   'title_callback' => 't',
29843   'title_arguments' => '',
29844   'theme_callback' => '',
29845   'theme_arguments' => 'a:0:{}',
29846   'type' => '6',
29847   'description' => 'Tools that enhance the user interface.',
29848   'position' => 'right',
29849   'weight' => '-15',
29850   'include_file' => 'modules/system/system.admin.inc',
29851 ))
29852 ->values(array(
29853   'path' => 'admin/config/user-interface/shortcut',
29854   'load_functions' => '',
29855   'to_arg_functions' => '',
29856   'access_callback' => 'user_access',
29857   'access_arguments' => 'a:1:{i:0;s:20:"administer shortcuts";}',
29858   'page_callback' => 'shortcut_set_admin',
29859   'page_arguments' => 'a:0:{}',
29860   'delivery_callback' => '',
29861   'fit' => '15',
29862   'number_parts' => '4',
29863   'context' => '0',
29864   'tab_parent' => '',
29865   'tab_root' => 'admin/config/user-interface/shortcut',
29866   'title' => 'Shortcuts',
29867   'title_callback' => 't',
29868   'title_arguments' => '',
29869   'theme_callback' => '',
29870   'theme_arguments' => 'a:0:{}',
29871   'type' => '6',
29872   'description' => 'Add and modify shortcut sets.',
29873   'position' => '',
29874   'weight' => '0',
29875   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29876 ))
29877 ->values(array(
29878   'path' => 'admin/config/user-interface/shortcut/%',
29879   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
29880   'to_arg_functions' => '',
29881   'access_callback' => 'shortcut_set_edit_access',
29882   'access_arguments' => 'a:1:{i:0;i:4;}',
29883   'page_callback' => 'drupal_get_form',
29884   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_customize";i:1;i:4;}',
29885   'delivery_callback' => '',
29886   'fit' => '30',
29887   'number_parts' => '5',
29888   'context' => '0',
29889   'tab_parent' => '',
29890   'tab_root' => 'admin/config/user-interface/shortcut/%',
29891   'title' => 'Edit shortcuts',
29892   'title_callback' => 'shortcut_set_title_callback',
29893   'title_arguments' => 'a:1:{i:0;i:4;}',
29894   'theme_callback' => '',
29895   'theme_arguments' => 'a:0:{}',
29896   'type' => '6',
29897   'description' => '',
29898   'position' => '',
29899   'weight' => '0',
29900   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29901 ))
29902 ->values(array(
29903   'path' => 'admin/config/user-interface/shortcut/%/add-link',
29904   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
29905   'to_arg_functions' => '',
29906   'access_callback' => 'shortcut_set_edit_access',
29907   'access_arguments' => 'a:1:{i:0;i:4;}',
29908   'page_callback' => 'drupal_get_form',
29909   'page_arguments' => 'a:2:{i:0;s:17:"shortcut_link_add";i:1;i:4;}',
29910   'delivery_callback' => '',
29911   'fit' => '61',
29912   'number_parts' => '6',
29913   'context' => '1',
29914   'tab_parent' => 'admin/config/user-interface/shortcut/%',
29915   'tab_root' => 'admin/config/user-interface/shortcut/%',
29916   'title' => 'Add shortcut',
29917   'title_callback' => 't',
29918   'title_arguments' => '',
29919   'theme_callback' => '',
29920   'theme_arguments' => 'a:0:{}',
29921   'type' => '388',
29922   'description' => '',
29923   'position' => '',
29924   'weight' => '0',
29925   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29926 ))
29927 ->values(array(
29928   'path' => 'admin/config/user-interface/shortcut/%/add-link-inline',
29929   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
29930   'to_arg_functions' => '',
29931   'access_callback' => 'shortcut_set_edit_access',
29932   'access_arguments' => 'a:1:{i:0;i:4;}',
29933   'page_callback' => 'shortcut_link_add_inline',
29934   'page_arguments' => 'a:1:{i:0;i:4;}',
29935   'delivery_callback' => '',
29936   'fit' => '61',
29937   'number_parts' => '6',
29938   'context' => '0',
29939   'tab_parent' => '',
29940   'tab_root' => 'admin/config/user-interface/shortcut/%/add-link-inline',
29941   'title' => 'Add shortcut',
29942   'title_callback' => 't',
29943   'title_arguments' => '',
29944   'theme_callback' => '',
29945   'theme_arguments' => 'a:0:{}',
29946   'type' => '0',
29947   'description' => '',
29948   'position' => '',
29949   'weight' => '0',
29950   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29951 ))
29952 ->values(array(
29953   'path' => 'admin/config/user-interface/shortcut/%/delete',
29954   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
29955   'to_arg_functions' => '',
29956   'access_callback' => 'shortcut_set_delete_access',
29957   'access_arguments' => 'a:1:{i:0;i:4;}',
29958   'page_callback' => 'drupal_get_form',
29959   'page_arguments' => 'a:2:{i:0;s:24:"shortcut_set_delete_form";i:1;i:4;}',
29960   'delivery_callback' => '',
29961   'fit' => '61',
29962   'number_parts' => '6',
29963   'context' => '0',
29964   'tab_parent' => '',
29965   'tab_root' => 'admin/config/user-interface/shortcut/%/delete',
29966   'title' => 'Delete shortcut set',
29967   'title_callback' => 't',
29968   'title_arguments' => '',
29969   'theme_callback' => '',
29970   'theme_arguments' => 'a:0:{}',
29971   'type' => '6',
29972   'description' => '',
29973   'position' => '',
29974   'weight' => '0',
29975   'include_file' => 'modules/shortcut/shortcut.admin.inc',
29976 ))
29977 ->values(array(
29978   'path' => 'admin/config/user-interface/shortcut/%/edit',
29979   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
29980   'to_arg_functions' => '',
29981   'access_callback' => 'shortcut_set_edit_access',
29982   'access_arguments' => 'a:1:{i:0;i:4;}',
29983   'page_callback' => 'drupal_get_form',
29984   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_edit_form";i:1;i:4;}',
29985   'delivery_callback' => '',
29986   'fit' => '61',
29987   'number_parts' => '6',
29988   'context' => '1',
29989   'tab_parent' => 'admin/config/user-interface/shortcut/%',
29990   'tab_root' => 'admin/config/user-interface/shortcut/%',
29991   'title' => 'Edit set name',
29992   'title_callback' => 't',
29993   'title_arguments' => '',
29994   'theme_callback' => '',
29995   'theme_arguments' => 'a:0:{}',
29996   'type' => '132',
29997   'description' => '',
29998   'position' => '',
29999   'weight' => '10',
30000   'include_file' => 'modules/shortcut/shortcut.admin.inc',
30001 ))
30002 ->values(array(
30003   'path' => 'admin/config/user-interface/shortcut/%/links',
30004   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
30005   'to_arg_functions' => '',
30006   'access_callback' => 'shortcut_set_edit_access',
30007   'access_arguments' => 'a:1:{i:0;i:4;}',
30008   'page_callback' => 'drupal_get_form',
30009   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_customize";i:1;i:4;}',
30010   'delivery_callback' => '',
30011   'fit' => '61',
30012   'number_parts' => '6',
30013   'context' => '1',
30014   'tab_parent' => 'admin/config/user-interface/shortcut/%',
30015   'tab_root' => 'admin/config/user-interface/shortcut/%',
30016   'title' => 'List links',
30017   'title_callback' => 't',
30018   'title_arguments' => '',
30019   'theme_callback' => '',
30020   'theme_arguments' => 'a:0:{}',
30021   'type' => '140',
30022   'description' => '',
30023   'position' => '',
30024   'weight' => '0',
30025   'include_file' => 'modules/shortcut/shortcut.admin.inc',
30026 ))
30027 ->values(array(
30028   'path' => 'admin/config/user-interface/shortcut/add-set',
30029   'load_functions' => '',
30030   'to_arg_functions' => '',
30031   'access_callback' => 'user_access',
30032   'access_arguments' => 'a:1:{i:0;s:20:"administer shortcuts";}',
30033   'page_callback' => 'drupal_get_form',
30034   'page_arguments' => 'a:1:{i:0;s:21:"shortcut_set_add_form";}',
30035   'delivery_callback' => '',
30036   'fit' => '31',
30037   'number_parts' => '5',
30038   'context' => '1',
30039   'tab_parent' => 'admin/config/user-interface/shortcut',
30040   'tab_root' => 'admin/config/user-interface/shortcut',
30041   'title' => 'Add shortcut set',
30042   'title_callback' => 't',
30043   'title_arguments' => '',
30044   'theme_callback' => '',
30045   'theme_arguments' => 'a:0:{}',
30046   'type' => '388',
30047   'description' => '',
30048   'position' => '',
30049   'weight' => '0',
30050   'include_file' => 'modules/shortcut/shortcut.admin.inc',
30051 ))
30052 ->values(array(
30053   'path' => 'admin/config/user-interface/shortcut/link/%',
30054   'load_functions' => 'a:1:{i:5;s:14:"menu_link_load";}',
30055   'to_arg_functions' => '',
30056   'access_callback' => 'shortcut_link_access',
30057   'access_arguments' => 'a:1:{i:0;i:5;}',
30058   'page_callback' => 'drupal_get_form',
30059   'page_arguments' => 'a:2:{i:0;s:18:"shortcut_link_edit";i:1;i:5;}',
30060   'delivery_callback' => '',
30061   'fit' => '62',
30062   'number_parts' => '6',
30063   'context' => '0',
30064   'tab_parent' => '',
30065   'tab_root' => 'admin/config/user-interface/shortcut/link/%',
30066   'title' => 'Edit shortcut',
30067   'title_callback' => 't',
30068   'title_arguments' => '',
30069   'theme_callback' => '',
30070   'theme_arguments' => 'a:0:{}',
30071   'type' => '6',
30072   'description' => '',
30073   'position' => '',
30074   'weight' => '0',
30075   'include_file' => 'modules/shortcut/shortcut.admin.inc',
30076 ))
30077 ->values(array(
30078   'path' => 'admin/config/user-interface/shortcut/link/%/delete',
30079   'load_functions' => 'a:1:{i:5;s:14:"menu_link_load";}',
30080   'to_arg_functions' => '',
30081   'access_callback' => 'shortcut_link_access',
30082   'access_arguments' => 'a:1:{i:0;i:5;}',
30083   'page_callback' => 'drupal_get_form',
30084   'page_arguments' => 'a:2:{i:0;s:20:"shortcut_link_delete";i:1;i:5;}',
30085   'delivery_callback' => '',
30086   'fit' => '125',
30087   'number_parts' => '7',
30088   'context' => '0',
30089   'tab_parent' => '',
30090   'tab_root' => 'admin/config/user-interface/shortcut/link/%/delete',
30091   'title' => 'Delete shortcut',
30092   'title_callback' => 't',
30093   'title_arguments' => '',
30094   'theme_callback' => '',
30095   'theme_arguments' => 'a:0:{}',
30096   'type' => '6',
30097   'description' => '',
30098   'position' => '',
30099   'weight' => '0',
30100   'include_file' => 'modules/shortcut/shortcut.admin.inc',
30101 ))
30102 ->values(array(
30103   'path' => 'admin/config/workflow',
30104   'load_functions' => '',
30105   'to_arg_functions' => '',
30106   'access_callback' => 'user_access',
30107   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30108   'page_callback' => 'system_admin_menu_block_page',
30109   'page_arguments' => 'a:0:{}',
30110   'delivery_callback' => '',
30111   'fit' => '7',
30112   'number_parts' => '3',
30113   'context' => '0',
30114   'tab_parent' => '',
30115   'tab_root' => 'admin/config/workflow',
30116   'title' => 'Workflow',
30117   'title_callback' => 't',
30118   'title_arguments' => '',
30119   'theme_callback' => '',
30120   'theme_arguments' => 'a:0:{}',
30121   'type' => '6',
30122   'description' => 'Content workflow, editorial workflow tools.',
30123   'position' => 'right',
30124   'weight' => '5',
30125   'include_file' => 'modules/system/system.admin.inc',
30126 ))
30127 ->values(array(
30128   'path' => 'admin/content',
30129   'load_functions' => '',
30130   'to_arg_functions' => '',
30131   'access_callback' => 'user_access',
30132   'access_arguments' => 'a:1:{i:0;s:23:"access content overview";}',
30133   'page_callback' => 'drupal_get_form',
30134   'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}',
30135   'delivery_callback' => '',
30136   'fit' => '3',
30137   'number_parts' => '2',
30138   'context' => '0',
30139   'tab_parent' => '',
30140   'tab_root' => 'admin/content',
30141   'title' => 'Content',
30142   'title_callback' => 't',
30143   'title_arguments' => '',
30144   'theme_callback' => '',
30145   'theme_arguments' => 'a:0:{}',
30146   'type' => '6',
30147   'description' => 'Administer content and comments.',
30148   'position' => '',
30149   'weight' => '-10',
30150   'include_file' => 'modules/node/node.admin.inc',
30151 ))
30152 ->values(array(
30153   'path' => 'admin/content/book',
30154   'load_functions' => '',
30155   'to_arg_functions' => '',
30156   'access_callback' => 'user_access',
30157   'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
30158   'page_callback' => 'book_admin_overview',
30159   'page_arguments' => 'a:0:{}',
30160   'delivery_callback' => '',
30161   'fit' => '7',
30162   'number_parts' => '3',
30163   'context' => '1',
30164   'tab_parent' => 'admin/content',
30165   'tab_root' => 'admin/content',
30166   'title' => 'Books',
30167   'title_callback' => 't',
30168   'title_arguments' => '',
30169   'theme_callback' => '',
30170   'theme_arguments' => 'a:0:{}',
30171   'type' => '132',
30172   'description' => "Manage your site's book outlines.",
30173   'position' => '',
30174   'weight' => '0',
30175   'include_file' => 'modules/book/book.admin.inc',
30176 ))
30177 ->values(array(
30178   'path' => 'admin/content/book/%',
30179   'load_functions' => 'a:1:{i:3;s:9:"node_load";}',
30180   'to_arg_functions' => '',
30181   'access_callback' => '_book_outline_access',
30182   'access_arguments' => 'a:1:{i:0;i:3;}',
30183   'page_callback' => 'drupal_get_form',
30184   'page_arguments' => 'a:2:{i:0;s:15:"book_admin_edit";i:1;i:3;}',
30185   'delivery_callback' => '',
30186   'fit' => '14',
30187   'number_parts' => '4',
30188   'context' => '0',
30189   'tab_parent' => '',
30190   'tab_root' => 'admin/content/book/%',
30191   'title' => 'Re-order book pages and change titles',
30192   'title_callback' => 't',
30193   'title_arguments' => '',
30194   'theme_callback' => '',
30195   'theme_arguments' => 'a:0:{}',
30196   'type' => '0',
30197   'description' => '',
30198   'position' => '',
30199   'weight' => '0',
30200   'include_file' => 'modules/book/book.admin.inc',
30201 ))
30202 ->values(array(
30203   'path' => 'admin/content/book/list',
30204   'load_functions' => '',
30205   'to_arg_functions' => '',
30206   'access_callback' => 'user_access',
30207   'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
30208   'page_callback' => 'book_admin_overview',
30209   'page_arguments' => 'a:0:{}',
30210   'delivery_callback' => '',
30211   'fit' => '15',
30212   'number_parts' => '4',
30213   'context' => '1',
30214   'tab_parent' => 'admin/content/book',
30215   'tab_root' => 'admin/content',
30216   'title' => 'List',
30217   'title_callback' => 't',
30218   'title_arguments' => '',
30219   'theme_callback' => '',
30220   'theme_arguments' => 'a:0:{}',
30221   'type' => '140',
30222   'description' => '',
30223   'position' => '',
30224   'weight' => '0',
30225   'include_file' => 'modules/book/book.admin.inc',
30226 ))
30227 ->values(array(
30228   'path' => 'admin/content/book/settings',
30229   'load_functions' => '',
30230   'to_arg_functions' => '',
30231   'access_callback' => 'user_access',
30232   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
30233   'page_callback' => 'drupal_get_form',
30234   'page_arguments' => 'a:1:{i:0;s:19:"book_admin_settings";}',
30235   'delivery_callback' => '',
30236   'fit' => '15',
30237   'number_parts' => '4',
30238   'context' => '1',
30239   'tab_parent' => 'admin/content/book',
30240   'tab_root' => 'admin/content',
30241   'title' => 'Settings',
30242   'title_callback' => 't',
30243   'title_arguments' => '',
30244   'theme_callback' => '',
30245   'theme_arguments' => 'a:0:{}',
30246   'type' => '132',
30247   'description' => '',
30248   'position' => '',
30249   'weight' => '8',
30250   'include_file' => 'modules/book/book.admin.inc',
30251 ))
30252 ->values(array(
30253   'path' => 'admin/content/comment',
30254   'load_functions' => '',
30255   'to_arg_functions' => '',
30256   'access_callback' => 'user_access',
30257   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
30258   'page_callback' => 'comment_admin',
30259   'page_arguments' => 'a:0:{}',
30260   'delivery_callback' => '',
30261   'fit' => '7',
30262   'number_parts' => '3',
30263   'context' => '1',
30264   'tab_parent' => 'admin/content',
30265   'tab_root' => 'admin/content',
30266   'title' => 'Comments',
30267   'title_callback' => 't',
30268   'title_arguments' => '',
30269   'theme_callback' => '',
30270   'theme_arguments' => 'a:0:{}',
30271   'type' => '134',
30272   'description' => 'List and edit site comments and the comment approval queue.',
30273   'position' => '',
30274   'weight' => '0',
30275   'include_file' => 'modules/comment/comment.admin.inc',
30276 ))
30277 ->values(array(
30278   'path' => 'admin/content/comment/approval',
30279   'load_functions' => '',
30280   'to_arg_functions' => '',
30281   'access_callback' => 'user_access',
30282   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
30283   'page_callback' => 'comment_admin',
30284   'page_arguments' => 'a:1:{i:0;s:8:"approval";}',
30285   'delivery_callback' => '',
30286   'fit' => '15',
30287   'number_parts' => '4',
30288   'context' => '1',
30289   'tab_parent' => 'admin/content/comment',
30290   'tab_root' => 'admin/content',
30291   'title' => 'Unapproved comments',
30292   'title_callback' => 'comment_count_unpublished',
30293   'title_arguments' => '',
30294   'theme_callback' => '',
30295   'theme_arguments' => 'a:0:{}',
30296   'type' => '132',
30297   'description' => '',
30298   'position' => '',
30299   'weight' => '0',
30300   'include_file' => 'modules/comment/comment.admin.inc',
30301 ))
30302 ->values(array(
30303   'path' => 'admin/content/comment/new',
30304   'load_functions' => '',
30305   'to_arg_functions' => '',
30306   'access_callback' => 'user_access',
30307   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
30308   'page_callback' => 'comment_admin',
30309   'page_arguments' => 'a:0:{}',
30310   'delivery_callback' => '',
30311   'fit' => '15',
30312   'number_parts' => '4',
30313   'context' => '1',
30314   'tab_parent' => 'admin/content/comment',
30315   'tab_root' => 'admin/content',
30316   'title' => 'Published comments',
30317   'title_callback' => 't',
30318   'title_arguments' => '',
30319   'theme_callback' => '',
30320   'theme_arguments' => 'a:0:{}',
30321   'type' => '140',
30322   'description' => '',
30323   'position' => '',
30324   'weight' => '-10',
30325   'include_file' => 'modules/comment/comment.admin.inc',
30326 ))
30327 ->values(array(
30328   'path' => 'admin/content/node',
30329   'load_functions' => '',
30330   'to_arg_functions' => '',
30331   'access_callback' => 'user_access',
30332   'access_arguments' => 'a:1:{i:0;s:23:"access content overview";}',
30333   'page_callback' => 'drupal_get_form',
30334   'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}',
30335   'delivery_callback' => '',
30336   'fit' => '7',
30337   'number_parts' => '3',
30338   'context' => '1',
30339   'tab_parent' => 'admin/content',
30340   'tab_root' => 'admin/content',
30341   'title' => 'Content',
30342   'title_callback' => 't',
30343   'title_arguments' => '',
30344   'theme_callback' => '',
30345   'theme_arguments' => 'a:0:{}',
30346   'type' => '140',
30347   'description' => '',
30348   'position' => '',
30349   'weight' => '-10',
30350   'include_file' => 'modules/node/node.admin.inc',
30351 ))
30352 ->values(array(
30353   'path' => 'admin/help',
30354   'load_functions' => '',
30355   'to_arg_functions' => '',
30356   'access_callback' => 'user_access',
30357   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30358   'page_callback' => 'help_main',
30359   'page_arguments' => 'a:0:{}',
30360   'delivery_callback' => '',
30361   'fit' => '3',
30362   'number_parts' => '2',
30363   'context' => '0',
30364   'tab_parent' => '',
30365   'tab_root' => 'admin/help',
30366   'title' => 'Help',
30367   'title_callback' => 't',
30368   'title_arguments' => '',
30369   'theme_callback' => '',
30370   'theme_arguments' => 'a:0:{}',
30371   'type' => '6',
30372   'description' => 'Reference for usage, configuration, and modules.',
30373   'position' => '',
30374   'weight' => '9',
30375   'include_file' => 'modules/help/help.admin.inc',
30376 ))
30377 ->values(array(
30378   'path' => 'admin/help/aggregator',
30379   'load_functions' => '',
30380   'to_arg_functions' => '',
30381   'access_callback' => 'user_access',
30382   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30383   'page_callback' => 'help_page',
30384   'page_arguments' => 'a:1:{i:0;i:2;}',
30385   'delivery_callback' => '',
30386   'fit' => '7',
30387   'number_parts' => '3',
30388   'context' => '0',
30389   'tab_parent' => '',
30390   'tab_root' => 'admin/help/aggregator',
30391   'title' => 'aggregator',
30392   'title_callback' => 't',
30393   'title_arguments' => '',
30394   'theme_callback' => '',
30395   'theme_arguments' => 'a:0:{}',
30396   'type' => '4',
30397   'description' => '',
30398   'position' => '',
30399   'weight' => '0',
30400   'include_file' => 'modules/help/help.admin.inc',
30401 ))
30402 ->values(array(
30403   'path' => 'admin/help/block',
30404   'load_functions' => '',
30405   'to_arg_functions' => '',
30406   'access_callback' => 'user_access',
30407   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30408   'page_callback' => 'help_page',
30409   'page_arguments' => 'a:1:{i:0;i:2;}',
30410   'delivery_callback' => '',
30411   'fit' => '7',
30412   'number_parts' => '3',
30413   'context' => '0',
30414   'tab_parent' => '',
30415   'tab_root' => 'admin/help/block',
30416   'title' => 'block',
30417   'title_callback' => 't',
30418   'title_arguments' => '',
30419   'theme_callback' => '',
30420   'theme_arguments' => 'a:0:{}',
30421   'type' => '4',
30422   'description' => '',
30423   'position' => '',
30424   'weight' => '0',
30425   'include_file' => 'modules/help/help.admin.inc',
30426 ))
30427 ->values(array(
30428   'path' => 'admin/help/blog',
30429   'load_functions' => '',
30430   'to_arg_functions' => '',
30431   'access_callback' => 'user_access',
30432   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30433   'page_callback' => 'help_page',
30434   'page_arguments' => 'a:1:{i:0;i:2;}',
30435   'delivery_callback' => '',
30436   'fit' => '7',
30437   'number_parts' => '3',
30438   'context' => '0',
30439   'tab_parent' => '',
30440   'tab_root' => 'admin/help/blog',
30441   'title' => 'blog',
30442   'title_callback' => 't',
30443   'title_arguments' => '',
30444   'theme_callback' => '',
30445   'theme_arguments' => 'a:0:{}',
30446   'type' => '4',
30447   'description' => '',
30448   'position' => '',
30449   'weight' => '0',
30450   'include_file' => 'modules/help/help.admin.inc',
30451 ))
30452 ->values(array(
30453   'path' => 'admin/help/book',
30454   'load_functions' => '',
30455   'to_arg_functions' => '',
30456   'access_callback' => 'user_access',
30457   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30458   'page_callback' => 'help_page',
30459   'page_arguments' => 'a:1:{i:0;i:2;}',
30460   'delivery_callback' => '',
30461   'fit' => '7',
30462   'number_parts' => '3',
30463   'context' => '0',
30464   'tab_parent' => '',
30465   'tab_root' => 'admin/help/book',
30466   'title' => 'book',
30467   'title_callback' => 't',
30468   'title_arguments' => '',
30469   'theme_callback' => '',
30470   'theme_arguments' => 'a:0:{}',
30471   'type' => '4',
30472   'description' => '',
30473   'position' => '',
30474   'weight' => '0',
30475   'include_file' => 'modules/help/help.admin.inc',
30476 ))
30477 ->values(array(
30478   'path' => 'admin/help/color',
30479   'load_functions' => '',
30480   'to_arg_functions' => '',
30481   'access_callback' => 'user_access',
30482   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30483   'page_callback' => 'help_page',
30484   'page_arguments' => 'a:1:{i:0;i:2;}',
30485   'delivery_callback' => '',
30486   'fit' => '7',
30487   'number_parts' => '3',
30488   'context' => '0',
30489   'tab_parent' => '',
30490   'tab_root' => 'admin/help/color',
30491   'title' => 'color',
30492   'title_callback' => 't',
30493   'title_arguments' => '',
30494   'theme_callback' => '',
30495   'theme_arguments' => 'a:0:{}',
30496   'type' => '4',
30497   'description' => '',
30498   'position' => '',
30499   'weight' => '0',
30500   'include_file' => 'modules/help/help.admin.inc',
30501 ))
30502 ->values(array(
30503   'path' => 'admin/help/comment',
30504   'load_functions' => '',
30505   'to_arg_functions' => '',
30506   'access_callback' => 'user_access',
30507   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30508   'page_callback' => 'help_page',
30509   'page_arguments' => 'a:1:{i:0;i:2;}',
30510   'delivery_callback' => '',
30511   'fit' => '7',
30512   'number_parts' => '3',
30513   'context' => '0',
30514   'tab_parent' => '',
30515   'tab_root' => 'admin/help/comment',
30516   'title' => 'comment',
30517   'title_callback' => 't',
30518   'title_arguments' => '',
30519   'theme_callback' => '',
30520   'theme_arguments' => 'a:0:{}',
30521   'type' => '4',
30522   'description' => '',
30523   'position' => '',
30524   'weight' => '0',
30525   'include_file' => 'modules/help/help.admin.inc',
30526 ))
30527 ->values(array(
30528   'path' => 'admin/help/contact',
30529   'load_functions' => '',
30530   'to_arg_functions' => '',
30531   'access_callback' => 'user_access',
30532   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30533   'page_callback' => 'help_page',
30534   'page_arguments' => 'a:1:{i:0;i:2;}',
30535   'delivery_callback' => '',
30536   'fit' => '7',
30537   'number_parts' => '3',
30538   'context' => '0',
30539   'tab_parent' => '',
30540   'tab_root' => 'admin/help/contact',
30541   'title' => 'contact',
30542   'title_callback' => 't',
30543   'title_arguments' => '',
30544   'theme_callback' => '',
30545   'theme_arguments' => 'a:0:{}',
30546   'type' => '4',
30547   'description' => '',
30548   'position' => '',
30549   'weight' => '0',
30550   'include_file' => 'modules/help/help.admin.inc',
30551 ))
30552 ->values(array(
30553   'path' => 'admin/help/contextual',
30554   'load_functions' => '',
30555   'to_arg_functions' => '',
30556   'access_callback' => 'user_access',
30557   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30558   'page_callback' => 'help_page',
30559   'page_arguments' => 'a:1:{i:0;i:2;}',
30560   'delivery_callback' => '',
30561   'fit' => '7',
30562   'number_parts' => '3',
30563   'context' => '0',
30564   'tab_parent' => '',
30565   'tab_root' => 'admin/help/contextual',
30566   'title' => 'contextual',
30567   'title_callback' => 't',
30568   'title_arguments' => '',
30569   'theme_callback' => '',
30570   'theme_arguments' => 'a:0:{}',
30571   'type' => '4',
30572   'description' => '',
30573   'position' => '',
30574   'weight' => '0',
30575   'include_file' => 'modules/help/help.admin.inc',
30576 ))
30577 ->values(array(
30578   'path' => 'admin/help/date',
30579   'load_functions' => '',
30580   'to_arg_functions' => '',
30581   'access_callback' => 'user_access',
30582   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30583   'page_callback' => 'help_page',
30584   'page_arguments' => 'a:1:{i:0;i:2;}',
30585   'delivery_callback' => '',
30586   'fit' => '7',
30587   'number_parts' => '3',
30588   'context' => '0',
30589   'tab_parent' => '',
30590   'tab_root' => 'admin/help/date',
30591   'title' => 'date',
30592   'title_callback' => 't',
30593   'title_arguments' => '',
30594   'theme_callback' => '',
30595   'theme_arguments' => 'a:0:{}',
30596   'type' => '4',
30597   'description' => '',
30598   'position' => '',
30599   'weight' => '0',
30600   'include_file' => 'modules/help/help.admin.inc',
30601 ))
30602 ->values(array(
30603   'path' => 'admin/help/dblog',
30604   'load_functions' => '',
30605   'to_arg_functions' => '',
30606   'access_callback' => 'user_access',
30607   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30608   'page_callback' => 'help_page',
30609   'page_arguments' => 'a:1:{i:0;i:2;}',
30610   'delivery_callback' => '',
30611   'fit' => '7',
30612   'number_parts' => '3',
30613   'context' => '0',
30614   'tab_parent' => '',
30615   'tab_root' => 'admin/help/dblog',
30616   'title' => 'dblog',
30617   'title_callback' => 't',
30618   'title_arguments' => '',
30619   'theme_callback' => '',
30620   'theme_arguments' => 'a:0:{}',
30621   'type' => '4',
30622   'description' => '',
30623   'position' => '',
30624   'weight' => '0',
30625   'include_file' => 'modules/help/help.admin.inc',
30626 ))
30627 ->values(array(
30628   'path' => 'admin/help/field',
30629   'load_functions' => '',
30630   'to_arg_functions' => '',
30631   'access_callback' => 'user_access',
30632   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30633   'page_callback' => 'help_page',
30634   'page_arguments' => 'a:1:{i:0;i:2;}',
30635   'delivery_callback' => '',
30636   'fit' => '7',
30637   'number_parts' => '3',
30638   'context' => '0',
30639   'tab_parent' => '',
30640   'tab_root' => 'admin/help/field',
30641   'title' => 'field',
30642   'title_callback' => 't',
30643   'title_arguments' => '',
30644   'theme_callback' => '',
30645   'theme_arguments' => 'a:0:{}',
30646   'type' => '4',
30647   'description' => '',
30648   'position' => '',
30649   'weight' => '0',
30650   'include_file' => 'modules/help/help.admin.inc',
30651 ))
30652 ->values(array(
30653   'path' => 'admin/help/field_sql_storage',
30654   'load_functions' => '',
30655   'to_arg_functions' => '',
30656   'access_callback' => 'user_access',
30657   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30658   'page_callback' => 'help_page',
30659   'page_arguments' => 'a:1:{i:0;i:2;}',
30660   'delivery_callback' => '',
30661   'fit' => '7',
30662   'number_parts' => '3',
30663   'context' => '0',
30664   'tab_parent' => '',
30665   'tab_root' => 'admin/help/field_sql_storage',
30666   'title' => 'field_sql_storage',
30667   'title_callback' => 't',
30668   'title_arguments' => '',
30669   'theme_callback' => '',
30670   'theme_arguments' => 'a:0:{}',
30671   'type' => '4',
30672   'description' => '',
30673   'position' => '',
30674   'weight' => '0',
30675   'include_file' => 'modules/help/help.admin.inc',
30676 ))
30677 ->values(array(
30678   'path' => 'admin/help/field_ui',
30679   'load_functions' => '',
30680   'to_arg_functions' => '',
30681   'access_callback' => 'user_access',
30682   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30683   'page_callback' => 'help_page',
30684   'page_arguments' => 'a:1:{i:0;i:2;}',
30685   'delivery_callback' => '',
30686   'fit' => '7',
30687   'number_parts' => '3',
30688   'context' => '0',
30689   'tab_parent' => '',
30690   'tab_root' => 'admin/help/field_ui',
30691   'title' => 'field_ui',
30692   'title_callback' => 't',
30693   'title_arguments' => '',
30694   'theme_callback' => '',
30695   'theme_arguments' => 'a:0:{}',
30696   'type' => '4',
30697   'description' => '',
30698   'position' => '',
30699   'weight' => '0',
30700   'include_file' => 'modules/help/help.admin.inc',
30701 ))
30702 ->values(array(
30703   'path' => 'admin/help/file',
30704   'load_functions' => '',
30705   'to_arg_functions' => '',
30706   'access_callback' => 'user_access',
30707   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30708   'page_callback' => 'help_page',
30709   'page_arguments' => 'a:1:{i:0;i:2;}',
30710   'delivery_callback' => '',
30711   'fit' => '7',
30712   'number_parts' => '3',
30713   'context' => '0',
30714   'tab_parent' => '',
30715   'tab_root' => 'admin/help/file',
30716   'title' => 'file',
30717   'title_callback' => 't',
30718   'title_arguments' => '',
30719   'theme_callback' => '',
30720   'theme_arguments' => 'a:0:{}',
30721   'type' => '4',
30722   'description' => '',
30723   'position' => '',
30724   'weight' => '0',
30725   'include_file' => 'modules/help/help.admin.inc',
30726 ))
30727 ->values(array(
30728   'path' => 'admin/help/filter',
30729   'load_functions' => '',
30730   'to_arg_functions' => '',
30731   'access_callback' => 'user_access',
30732   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30733   'page_callback' => 'help_page',
30734   'page_arguments' => 'a:1:{i:0;i:2;}',
30735   'delivery_callback' => '',
30736   'fit' => '7',
30737   'number_parts' => '3',
30738   'context' => '0',
30739   'tab_parent' => '',
30740   'tab_root' => 'admin/help/filter',
30741   'title' => 'filter',
30742   'title_callback' => 't',
30743   'title_arguments' => '',
30744   'theme_callback' => '',
30745   'theme_arguments' => 'a:0:{}',
30746   'type' => '4',
30747   'description' => '',
30748   'position' => '',
30749   'weight' => '0',
30750   'include_file' => 'modules/help/help.admin.inc',
30751 ))
30752 ->values(array(
30753   'path' => 'admin/help/forum',
30754   'load_functions' => '',
30755   'to_arg_functions' => '',
30756   'access_callback' => 'user_access',
30757   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30758   'page_callback' => 'help_page',
30759   'page_arguments' => 'a:1:{i:0;i:2;}',
30760   'delivery_callback' => '',
30761   'fit' => '7',
30762   'number_parts' => '3',
30763   'context' => '0',
30764   'tab_parent' => '',
30765   'tab_root' => 'admin/help/forum',
30766   'title' => 'forum',
30767   'title_callback' => 't',
30768   'title_arguments' => '',
30769   'theme_callback' => '',
30770   'theme_arguments' => 'a:0:{}',
30771   'type' => '4',
30772   'description' => '',
30773   'position' => '',
30774   'weight' => '0',
30775   'include_file' => 'modules/help/help.admin.inc',
30776 ))
30777 ->values(array(
30778   'path' => 'admin/help/help',
30779   'load_functions' => '',
30780   'to_arg_functions' => '',
30781   'access_callback' => 'user_access',
30782   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30783   'page_callback' => 'help_page',
30784   'page_arguments' => 'a:1:{i:0;i:2;}',
30785   'delivery_callback' => '',
30786   'fit' => '7',
30787   'number_parts' => '3',
30788   'context' => '0',
30789   'tab_parent' => '',
30790   'tab_root' => 'admin/help/help',
30791   'title' => 'help',
30792   'title_callback' => 't',
30793   'title_arguments' => '',
30794   'theme_callback' => '',
30795   'theme_arguments' => 'a:0:{}',
30796   'type' => '4',
30797   'description' => '',
30798   'position' => '',
30799   'weight' => '0',
30800   'include_file' => 'modules/help/help.admin.inc',
30801 ))
30802 ->values(array(
30803   'path' => 'admin/help/image',
30804   'load_functions' => '',
30805   'to_arg_functions' => '',
30806   'access_callback' => 'user_access',
30807   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30808   'page_callback' => 'help_page',
30809   'page_arguments' => 'a:1:{i:0;i:2;}',
30810   'delivery_callback' => '',
30811   'fit' => '7',
30812   'number_parts' => '3',
30813   'context' => '0',
30814   'tab_parent' => '',
30815   'tab_root' => 'admin/help/image',
30816   'title' => 'image',
30817   'title_callback' => 't',
30818   'title_arguments' => '',
30819   'theme_callback' => '',
30820   'theme_arguments' => 'a:0:{}',
30821   'type' => '4',
30822   'description' => '',
30823   'position' => '',
30824   'weight' => '0',
30825   'include_file' => 'modules/help/help.admin.inc',
30826 ))
30827 ->values(array(
30828   'path' => 'admin/help/list',
30829   'load_functions' => '',
30830   'to_arg_functions' => '',
30831   'access_callback' => 'user_access',
30832   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30833   'page_callback' => 'help_page',
30834   'page_arguments' => 'a:1:{i:0;i:2;}',
30835   'delivery_callback' => '',
30836   'fit' => '7',
30837   'number_parts' => '3',
30838   'context' => '0',
30839   'tab_parent' => '',
30840   'tab_root' => 'admin/help/list',
30841   'title' => 'list',
30842   'title_callback' => 't',
30843   'title_arguments' => '',
30844   'theme_callback' => '',
30845   'theme_arguments' => 'a:0:{}',
30846   'type' => '4',
30847   'description' => '',
30848   'position' => '',
30849   'weight' => '0',
30850   'include_file' => 'modules/help/help.admin.inc',
30851 ))
30852 ->values(array(
30853   'path' => 'admin/help/locale',
30854   'load_functions' => '',
30855   'to_arg_functions' => '',
30856   'access_callback' => 'user_access',
30857   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30858   'page_callback' => 'help_page',
30859   'page_arguments' => 'a:1:{i:0;i:2;}',
30860   'delivery_callback' => '',
30861   'fit' => '7',
30862   'number_parts' => '3',
30863   'context' => '0',
30864   'tab_parent' => '',
30865   'tab_root' => 'admin/help/locale',
30866   'title' => 'locale',
30867   'title_callback' => 't',
30868   'title_arguments' => '',
30869   'theme_callback' => '',
30870   'theme_arguments' => 'a:0:{}',
30871   'type' => '4',
30872   'description' => '',
30873   'position' => '',
30874   'weight' => '0',
30875   'include_file' => 'modules/help/help.admin.inc',
30876 ))
30877 ->values(array(
30878   'path' => 'admin/help/menu',
30879   'load_functions' => '',
30880   'to_arg_functions' => '',
30881   'access_callback' => 'user_access',
30882   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30883   'page_callback' => 'help_page',
30884   'page_arguments' => 'a:1:{i:0;i:2;}',
30885   'delivery_callback' => '',
30886   'fit' => '7',
30887   'number_parts' => '3',
30888   'context' => '0',
30889   'tab_parent' => '',
30890   'tab_root' => 'admin/help/menu',
30891   'title' => 'menu',
30892   'title_callback' => 't',
30893   'title_arguments' => '',
30894   'theme_callback' => '',
30895   'theme_arguments' => 'a:0:{}',
30896   'type' => '4',
30897   'description' => '',
30898   'position' => '',
30899   'weight' => '0',
30900   'include_file' => 'modules/help/help.admin.inc',
30901 ))
30902 ->values(array(
30903   'path' => 'admin/help/node',
30904   'load_functions' => '',
30905   'to_arg_functions' => '',
30906   'access_callback' => 'user_access',
30907   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30908   'page_callback' => 'help_page',
30909   'page_arguments' => 'a:1:{i:0;i:2;}',
30910   'delivery_callback' => '',
30911   'fit' => '7',
30912   'number_parts' => '3',
30913   'context' => '0',
30914   'tab_parent' => '',
30915   'tab_root' => 'admin/help/node',
30916   'title' => 'node',
30917   'title_callback' => 't',
30918   'title_arguments' => '',
30919   'theme_callback' => '',
30920   'theme_arguments' => 'a:0:{}',
30921   'type' => '4',
30922   'description' => '',
30923   'position' => '',
30924   'weight' => '0',
30925   'include_file' => 'modules/help/help.admin.inc',
30926 ))
30927 ->values(array(
30928   'path' => 'admin/help/number',
30929   'load_functions' => '',
30930   'to_arg_functions' => '',
30931   'access_callback' => 'user_access',
30932   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30933   'page_callback' => 'help_page',
30934   'page_arguments' => 'a:1:{i:0;i:2;}',
30935   'delivery_callback' => '',
30936   'fit' => '7',
30937   'number_parts' => '3',
30938   'context' => '0',
30939   'tab_parent' => '',
30940   'tab_root' => 'admin/help/number',
30941   'title' => 'number',
30942   'title_callback' => 't',
30943   'title_arguments' => '',
30944   'theme_callback' => '',
30945   'theme_arguments' => 'a:0:{}',
30946   'type' => '4',
30947   'description' => '',
30948   'position' => '',
30949   'weight' => '0',
30950   'include_file' => 'modules/help/help.admin.inc',
30951 ))
30952 ->values(array(
30953   'path' => 'admin/help/options',
30954   'load_functions' => '',
30955   'to_arg_functions' => '',
30956   'access_callback' => 'user_access',
30957   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30958   'page_callback' => 'help_page',
30959   'page_arguments' => 'a:1:{i:0;i:2;}',
30960   'delivery_callback' => '',
30961   'fit' => '7',
30962   'number_parts' => '3',
30963   'context' => '0',
30964   'tab_parent' => '',
30965   'tab_root' => 'admin/help/options',
30966   'title' => 'options',
30967   'title_callback' => 't',
30968   'title_arguments' => '',
30969   'theme_callback' => '',
30970   'theme_arguments' => 'a:0:{}',
30971   'type' => '4',
30972   'description' => '',
30973   'position' => '',
30974   'weight' => '0',
30975   'include_file' => 'modules/help/help.admin.inc',
30976 ))
30977 ->values(array(
30978   'path' => 'admin/help/path',
30979   'load_functions' => '',
30980   'to_arg_functions' => '',
30981   'access_callback' => 'user_access',
30982   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30983   'page_callback' => 'help_page',
30984   'page_arguments' => 'a:1:{i:0;i:2;}',
30985   'delivery_callback' => '',
30986   'fit' => '7',
30987   'number_parts' => '3',
30988   'context' => '0',
30989   'tab_parent' => '',
30990   'tab_root' => 'admin/help/path',
30991   'title' => 'path',
30992   'title_callback' => 't',
30993   'title_arguments' => '',
30994   'theme_callback' => '',
30995   'theme_arguments' => 'a:0:{}',
30996   'type' => '4',
30997   'description' => '',
30998   'position' => '',
30999   'weight' => '0',
31000   'include_file' => 'modules/help/help.admin.inc',
31001 ))
31002 ->values(array(
31003   'path' => 'admin/help/php',
31004   'load_functions' => '',
31005   'to_arg_functions' => '',
31006   'access_callback' => 'user_access',
31007   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31008   'page_callback' => 'help_page',
31009   'page_arguments' => 'a:1:{i:0;i:2;}',
31010   'delivery_callback' => '',
31011   'fit' => '7',
31012   'number_parts' => '3',
31013   'context' => '0',
31014   'tab_parent' => '',
31015   'tab_root' => 'admin/help/php',
31016   'title' => 'php',
31017   'title_callback' => 't',
31018   'title_arguments' => '',
31019   'theme_callback' => '',
31020   'theme_arguments' => 'a:0:{}',
31021   'type' => '4',
31022   'description' => '',
31023   'position' => '',
31024   'weight' => '0',
31025   'include_file' => 'modules/help/help.admin.inc',
31026 ))
31027 ->values(array(
31028   'path' => 'admin/help/rdf',
31029   'load_functions' => '',
31030   'to_arg_functions' => '',
31031   'access_callback' => 'user_access',
31032   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31033   'page_callback' => 'help_page',
31034   'page_arguments' => 'a:1:{i:0;i:2;}',
31035   'delivery_callback' => '',
31036   'fit' => '7',
31037   'number_parts' => '3',
31038   'context' => '0',
31039   'tab_parent' => '',
31040   'tab_root' => 'admin/help/rdf',
31041   'title' => 'rdf',
31042   'title_callback' => 't',
31043   'title_arguments' => '',
31044   'theme_callback' => '',
31045   'theme_arguments' => 'a:0:{}',
31046   'type' => '4',
31047   'description' => '',
31048   'position' => '',
31049   'weight' => '0',
31050   'include_file' => 'modules/help/help.admin.inc',
31051 ))
31052 ->values(array(
31053   'path' => 'admin/help/search',
31054   'load_functions' => '',
31055   'to_arg_functions' => '',
31056   'access_callback' => 'user_access',
31057   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31058   'page_callback' => 'help_page',
31059   'page_arguments' => 'a:1:{i:0;i:2;}',
31060   'delivery_callback' => '',
31061   'fit' => '7',
31062   'number_parts' => '3',
31063   'context' => '0',
31064   'tab_parent' => '',
31065   'tab_root' => 'admin/help/search',
31066   'title' => 'search',
31067   'title_callback' => 't',
31068   'title_arguments' => '',
31069   'theme_callback' => '',
31070   'theme_arguments' => 'a:0:{}',
31071   'type' => '4',
31072   'description' => '',
31073   'position' => '',
31074   'weight' => '0',
31075   'include_file' => 'modules/help/help.admin.inc',
31076 ))
31077 ->values(array(
31078   'path' => 'admin/help/shortcut',
31079   'load_functions' => '',
31080   'to_arg_functions' => '',
31081   'access_callback' => 'user_access',
31082   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31083   'page_callback' => 'help_page',
31084   'page_arguments' => 'a:1:{i:0;i:2;}',
31085   'delivery_callback' => '',
31086   'fit' => '7',
31087   'number_parts' => '3',
31088   'context' => '0',
31089   'tab_parent' => '',
31090   'tab_root' => 'admin/help/shortcut',
31091   'title' => 'shortcut',
31092   'title_callback' => 't',
31093   'title_arguments' => '',
31094   'theme_callback' => '',
31095   'theme_arguments' => 'a:0:{}',
31096   'type' => '4',
31097   'description' => '',
31098   'position' => '',
31099   'weight' => '0',
31100   'include_file' => 'modules/help/help.admin.inc',
31101 ))
31102 ->values(array(
31103   'path' => 'admin/help/simpletest',
31104   'load_functions' => '',
31105   'to_arg_functions' => '',
31106   'access_callback' => 'user_access',
31107   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31108   'page_callback' => 'help_page',
31109   'page_arguments' => 'a:1:{i:0;i:2;}',
31110   'delivery_callback' => '',
31111   'fit' => '7',
31112   'number_parts' => '3',
31113   'context' => '0',
31114   'tab_parent' => '',
31115   'tab_root' => 'admin/help/simpletest',
31116   'title' => 'simpletest',
31117   'title_callback' => 't',
31118   'title_arguments' => '',
31119   'theme_callback' => '',
31120   'theme_arguments' => 'a:0:{}',
31121   'type' => '4',
31122   'description' => '',
31123   'position' => '',
31124   'weight' => '0',
31125   'include_file' => 'modules/help/help.admin.inc',
31126 ))
31127 ->values(array(
31128   'path' => 'admin/help/statistics',
31129   'load_functions' => '',
31130   'to_arg_functions' => '',
31131   'access_callback' => 'user_access',
31132   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31133   'page_callback' => 'help_page',
31134   'page_arguments' => 'a:1:{i:0;i:2;}',
31135   'delivery_callback' => '',
31136   'fit' => '7',
31137   'number_parts' => '3',
31138   'context' => '0',
31139   'tab_parent' => '',
31140   'tab_root' => 'admin/help/statistics',
31141   'title' => 'statistics',
31142   'title_callback' => 't',
31143   'title_arguments' => '',
31144   'theme_callback' => '',
31145   'theme_arguments' => 'a:0:{}',
31146   'type' => '4',
31147   'description' => '',
31148   'position' => '',
31149   'weight' => '0',
31150   'include_file' => 'modules/help/help.admin.inc',
31151 ))
31152 ->values(array(
31153   'path' => 'admin/help/syslog',
31154   'load_functions' => '',
31155   'to_arg_functions' => '',
31156   'access_callback' => 'user_access',
31157   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31158   'page_callback' => 'help_page',
31159   'page_arguments' => 'a:1:{i:0;i:2;}',
31160   'delivery_callback' => '',
31161   'fit' => '7',
31162   'number_parts' => '3',
31163   'context' => '0',
31164   'tab_parent' => '',
31165   'tab_root' => 'admin/help/syslog',
31166   'title' => 'syslog',
31167   'title_callback' => 't',
31168   'title_arguments' => '',
31169   'theme_callback' => '',
31170   'theme_arguments' => 'a:0:{}',
31171   'type' => '4',
31172   'description' => '',
31173   'position' => '',
31174   'weight' => '0',
31175   'include_file' => 'modules/help/help.admin.inc',
31176 ))
31177 ->values(array(
31178   'path' => 'admin/help/system',
31179   'load_functions' => '',
31180   'to_arg_functions' => '',
31181   'access_callback' => 'user_access',
31182   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31183   'page_callback' => 'help_page',
31184   'page_arguments' => 'a:1:{i:0;i:2;}',
31185   'delivery_callback' => '',
31186   'fit' => '7',
31187   'number_parts' => '3',
31188   'context' => '0',
31189   'tab_parent' => '',
31190   'tab_root' => 'admin/help/system',
31191   'title' => 'system',
31192   'title_callback' => 't',
31193   'title_arguments' => '',
31194   'theme_callback' => '',
31195   'theme_arguments' => 'a:0:{}',
31196   'type' => '4',
31197   'description' => '',
31198   'position' => '',
31199   'weight' => '0',
31200   'include_file' => 'modules/help/help.admin.inc',
31201 ))
31202 ->values(array(
31203   'path' => 'admin/help/taxonomy',
31204   'load_functions' => '',
31205   'to_arg_functions' => '',
31206   'access_callback' => 'user_access',
31207   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31208   'page_callback' => 'help_page',
31209   'page_arguments' => 'a:1:{i:0;i:2;}',
31210   'delivery_callback' => '',
31211   'fit' => '7',
31212   'number_parts' => '3',
31213   'context' => '0',
31214   'tab_parent' => '',
31215   'tab_root' => 'admin/help/taxonomy',
31216   'title' => 'taxonomy',
31217   'title_callback' => 't',
31218   'title_arguments' => '',
31219   'theme_callback' => '',
31220   'theme_arguments' => 'a:0:{}',
31221   'type' => '4',
31222   'description' => '',
31223   'position' => '',
31224   'weight' => '0',
31225   'include_file' => 'modules/help/help.admin.inc',
31226 ))
31227 ->values(array(
31228   'path' => 'admin/help/text',
31229   'load_functions' => '',
31230   'to_arg_functions' => '',
31231   'access_callback' => 'user_access',
31232   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31233   'page_callback' => 'help_page',
31234   'page_arguments' => 'a:1:{i:0;i:2;}',
31235   'delivery_callback' => '',
31236   'fit' => '7',
31237   'number_parts' => '3',
31238   'context' => '0',
31239   'tab_parent' => '',
31240   'tab_root' => 'admin/help/text',
31241   'title' => 'text',
31242   'title_callback' => 't',
31243   'title_arguments' => '',
31244   'theme_callback' => '',
31245   'theme_arguments' => 'a:0:{}',
31246   'type' => '4',
31247   'description' => '',
31248   'position' => '',
31249   'weight' => '0',
31250   'include_file' => 'modules/help/help.admin.inc',
31251 ))
31252 ->values(array(
31253   'path' => 'admin/help/toolbar',
31254   'load_functions' => '',
31255   'to_arg_functions' => '',
31256   'access_callback' => 'user_access',
31257   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31258   'page_callback' => 'help_page',
31259   'page_arguments' => 'a:1:{i:0;i:2;}',
31260   'delivery_callback' => '',
31261   'fit' => '7',
31262   'number_parts' => '3',
31263   'context' => '0',
31264   'tab_parent' => '',
31265   'tab_root' => 'admin/help/toolbar',
31266   'title' => 'toolbar',
31267   'title_callback' => 't',
31268   'title_arguments' => '',
31269   'theme_callback' => '',
31270   'theme_arguments' => 'a:0:{}',
31271   'type' => '4',
31272   'description' => '',
31273   'position' => '',
31274   'weight' => '0',
31275   'include_file' => 'modules/help/help.admin.inc',
31276 ))
31277 ->values(array(
31278   'path' => 'admin/help/tracker',
31279   'load_functions' => '',
31280   'to_arg_functions' => '',
31281   'access_callback' => 'user_access',
31282   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31283   'page_callback' => 'help_page',
31284   'page_arguments' => 'a:1:{i:0;i:2;}',
31285   'delivery_callback' => '',
31286   'fit' => '7',
31287   'number_parts' => '3',
31288   'context' => '0',
31289   'tab_parent' => '',
31290   'tab_root' => 'admin/help/tracker',
31291   'title' => 'tracker',
31292   'title_callback' => 't',
31293   'title_arguments' => '',
31294   'theme_callback' => '',
31295   'theme_arguments' => 'a:0:{}',
31296   'type' => '4',
31297   'description' => '',
31298   'position' => '',
31299   'weight' => '0',
31300   'include_file' => 'modules/help/help.admin.inc',
31301 ))
31302 ->values(array(
31303   'path' => 'admin/help/translation',
31304   'load_functions' => '',
31305   'to_arg_functions' => '',
31306   'access_callback' => 'user_access',
31307   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31308   'page_callback' => 'help_page',
31309   'page_arguments' => 'a:1:{i:0;i:2;}',
31310   'delivery_callback' => '',
31311   'fit' => '7',
31312   'number_parts' => '3',
31313   'context' => '0',
31314   'tab_parent' => '',
31315   'tab_root' => 'admin/help/translation',
31316   'title' => 'translation',
31317   'title_callback' => 't',
31318   'title_arguments' => '',
31319   'theme_callback' => '',
31320   'theme_arguments' => 'a:0:{}',
31321   'type' => '4',
31322   'description' => '',
31323   'position' => '',
31324   'weight' => '0',
31325   'include_file' => 'modules/help/help.admin.inc',
31326 ))
31327 ->values(array(
31328   'path' => 'admin/help/trigger',
31329   'load_functions' => '',
31330   'to_arg_functions' => '',
31331   'access_callback' => 'user_access',
31332   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31333   'page_callback' => 'help_page',
31334   'page_arguments' => 'a:1:{i:0;i:2;}',
31335   'delivery_callback' => '',
31336   'fit' => '7',
31337   'number_parts' => '3',
31338   'context' => '0',
31339   'tab_parent' => '',
31340   'tab_root' => 'admin/help/trigger',
31341   'title' => 'trigger',
31342   'title_callback' => 't',
31343   'title_arguments' => '',
31344   'theme_callback' => '',
31345   'theme_arguments' => 'a:0:{}',
31346   'type' => '4',
31347   'description' => '',
31348   'position' => '',
31349   'weight' => '0',
31350   'include_file' => 'modules/help/help.admin.inc',
31351 ))
31352 ->values(array(
31353   'path' => 'admin/help/update',
31354   'load_functions' => '',
31355   'to_arg_functions' => '',
31356   'access_callback' => 'user_access',
31357   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31358   'page_callback' => 'help_page',
31359   'page_arguments' => 'a:1:{i:0;i:2;}',
31360   'delivery_callback' => '',
31361   'fit' => '7',
31362   'number_parts' => '3',
31363   'context' => '0',
31364   'tab_parent' => '',
31365   'tab_root' => 'admin/help/update',
31366   'title' => 'update',
31367   'title_callback' => 't',
31368   'title_arguments' => '',
31369   'theme_callback' => '',
31370   'theme_arguments' => 'a:0:{}',
31371   'type' => '4',
31372   'description' => '',
31373   'position' => '',
31374   'weight' => '0',
31375   'include_file' => 'modules/help/help.admin.inc',
31376 ))
31377 ->values(array(
31378   'path' => 'admin/help/user',
31379   'load_functions' => '',
31380   'to_arg_functions' => '',
31381   'access_callback' => 'user_access',
31382   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31383   'page_callback' => 'help_page',
31384   'page_arguments' => 'a:1:{i:0;i:2;}',
31385   'delivery_callback' => '',
31386   'fit' => '7',
31387   'number_parts' => '3',
31388   'context' => '0',
31389   'tab_parent' => '',
31390   'tab_root' => 'admin/help/user',
31391   'title' => 'user',
31392   'title_callback' => 't',
31393   'title_arguments' => '',
31394   'theme_callback' => '',
31395   'theme_arguments' => 'a:0:{}',
31396   'type' => '4',
31397   'description' => '',
31398   'position' => '',
31399   'weight' => '0',
31400   'include_file' => 'modules/help/help.admin.inc',
31401 ))
31402 ->values(array(
31403   'path' => 'admin/index',
31404   'load_functions' => '',
31405   'to_arg_functions' => '',
31406   'access_callback' => 'user_access',
31407   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
31408   'page_callback' => 'system_admin_index',
31409   'page_arguments' => 'a:0:{}',
31410   'delivery_callback' => '',
31411   'fit' => '3',
31412   'number_parts' => '2',
31413   'context' => '1',
31414   'tab_parent' => 'admin',
31415   'tab_root' => 'admin',
31416   'title' => 'Index',
31417   'title_callback' => 't',
31418   'title_arguments' => '',
31419   'theme_callback' => '',
31420   'theme_arguments' => 'a:0:{}',
31421   'type' => '132',
31422   'description' => '',
31423   'position' => '',
31424   'weight' => '-18',
31425   'include_file' => 'modules/system/system.admin.inc',
31426 ))
31427 ->values(array(
31428   'path' => 'admin/modules',
31429   'load_functions' => '',
31430   'to_arg_functions' => '',
31431   'access_callback' => 'user_access',
31432   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
31433   'page_callback' => 'drupal_get_form',
31434   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
31435   'delivery_callback' => '',
31436   'fit' => '3',
31437   'number_parts' => '2',
31438   'context' => '0',
31439   'tab_parent' => '',
31440   'tab_root' => 'admin/modules',
31441   'title' => 'Modules',
31442   'title_callback' => 't',
31443   'title_arguments' => '',
31444   'theme_callback' => '',
31445   'theme_arguments' => 'a:0:{}',
31446   'type' => '6',
31447   'description' => 'Extend site functionality.',
31448   'position' => '',
31449   'weight' => '-2',
31450   'include_file' => 'modules/system/system.admin.inc',
31451 ))
31452 ->values(array(
31453   'path' => 'admin/modules/install',
31454   'load_functions' => '',
31455   'to_arg_functions' => '',
31456   'access_callback' => 'update_manager_access',
31457   'access_arguments' => 'a:0:{}',
31458   'page_callback' => 'drupal_get_form',
31459   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:6:"module";}',
31460   'delivery_callback' => '',
31461   'fit' => '7',
31462   'number_parts' => '3',
31463   'context' => '1',
31464   'tab_parent' => 'admin/modules',
31465   'tab_root' => 'admin/modules',
31466   'title' => 'Install new module',
31467   'title_callback' => 't',
31468   'title_arguments' => '',
31469   'theme_callback' => '',
31470   'theme_arguments' => 'a:0:{}',
31471   'type' => '388',
31472   'description' => '',
31473   'position' => '',
31474   'weight' => '25',
31475   'include_file' => 'modules/update/update.manager.inc',
31476 ))
31477 ->values(array(
31478   'path' => 'admin/modules/list',
31479   'load_functions' => '',
31480   'to_arg_functions' => '',
31481   'access_callback' => 'user_access',
31482   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
31483   'page_callback' => 'drupal_get_form',
31484   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
31485   'delivery_callback' => '',
31486   'fit' => '7',
31487   'number_parts' => '3',
31488   'context' => '1',
31489   'tab_parent' => 'admin/modules',
31490   'tab_root' => 'admin/modules',
31491   'title' => 'List',
31492   'title_callback' => 't',
31493   'title_arguments' => '',
31494   'theme_callback' => '',
31495   'theme_arguments' => 'a:0:{}',
31496   'type' => '140',
31497   'description' => '',
31498   'position' => '',
31499   'weight' => '0',
31500   'include_file' => 'modules/system/system.admin.inc',
31501 ))
31502 ->values(array(
31503   'path' => 'admin/modules/list/confirm',
31504   'load_functions' => '',
31505   'to_arg_functions' => '',
31506   'access_callback' => 'user_access',
31507   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
31508   'page_callback' => 'drupal_get_form',
31509   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
31510   'delivery_callback' => '',
31511   'fit' => '15',
31512   'number_parts' => '4',
31513   'context' => '0',
31514   'tab_parent' => '',
31515   'tab_root' => 'admin/modules/list/confirm',
31516   'title' => 'List',
31517   'title_callback' => 't',
31518   'title_arguments' => '',
31519   'theme_callback' => '',
31520   'theme_arguments' => 'a:0:{}',
31521   'type' => '4',
31522   'description' => '',
31523   'position' => '',
31524   'weight' => '0',
31525   'include_file' => 'modules/system/system.admin.inc',
31526 ))
31527 ->values(array(
31528   'path' => 'admin/modules/uninstall',
31529   'load_functions' => '',
31530   'to_arg_functions' => '',
31531   'access_callback' => 'user_access',
31532   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
31533   'page_callback' => 'drupal_get_form',
31534   'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
31535   'delivery_callback' => '',
31536   'fit' => '7',
31537   'number_parts' => '3',
31538   'context' => '1',
31539   'tab_parent' => 'admin/modules',
31540   'tab_root' => 'admin/modules',
31541   'title' => 'Uninstall',
31542   'title_callback' => 't',
31543   'title_arguments' => '',
31544   'theme_callback' => '',
31545   'theme_arguments' => 'a:0:{}',
31546   'type' => '132',
31547   'description' => '',
31548   'position' => '',
31549   'weight' => '20',
31550   'include_file' => 'modules/system/system.admin.inc',
31551 ))
31552 ->values(array(
31553   'path' => 'admin/modules/uninstall/confirm',
31554   'load_functions' => '',
31555   'to_arg_functions' => '',
31556   'access_callback' => 'user_access',
31557   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
31558   'page_callback' => 'drupal_get_form',
31559   'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
31560   'delivery_callback' => '',
31561   'fit' => '15',
31562   'number_parts' => '4',
31563   'context' => '0',
31564   'tab_parent' => '',
31565   'tab_root' => 'admin/modules/uninstall/confirm',
31566   'title' => 'Uninstall',
31567   'title_callback' => 't',
31568   'title_arguments' => '',
31569   'theme_callback' => '',
31570   'theme_arguments' => 'a:0:{}',
31571   'type' => '4',
31572   'description' => '',
31573   'position' => '',
31574   'weight' => '0',
31575   'include_file' => 'modules/system/system.admin.inc',
31576 ))
31577 ->values(array(
31578   'path' => 'admin/modules/update',
31579   'load_functions' => '',
31580   'to_arg_functions' => '',
31581   'access_callback' => 'update_manager_access',
31582   'access_arguments' => 'a:0:{}',
31583   'page_callback' => 'drupal_get_form',
31584   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:6:"module";}',
31585   'delivery_callback' => '',
31586   'fit' => '7',
31587   'number_parts' => '3',
31588   'context' => '1',
31589   'tab_parent' => 'admin/modules',
31590   'tab_root' => 'admin/modules',
31591   'title' => 'Update',
31592   'title_callback' => 't',
31593   'title_arguments' => '',
31594   'theme_callback' => '',
31595   'theme_arguments' => 'a:0:{}',
31596   'type' => '132',
31597   'description' => '',
31598   'position' => '',
31599   'weight' => '10',
31600   'include_file' => 'modules/update/update.manager.inc',
31601 ))
31602 ->values(array(
31603   'path' => 'admin/people',
31604   'load_functions' => '',
31605   'to_arg_functions' => '',
31606   'access_callback' => 'user_access',
31607   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
31608   'page_callback' => 'user_admin',
31609   'page_arguments' => 'a:1:{i:0;s:4:"list";}',
31610   'delivery_callback' => '',
31611   'fit' => '3',
31612   'number_parts' => '2',
31613   'context' => '0',
31614   'tab_parent' => '',
31615   'tab_root' => 'admin/people',
31616   'title' => 'People',
31617   'title_callback' => 't',
31618   'title_arguments' => '',
31619   'theme_callback' => '',
31620   'theme_arguments' => 'a:0:{}',
31621   'type' => '6',
31622   'description' => 'Manage user accounts, roles, and permissions.',
31623   'position' => 'left',
31624   'weight' => '-4',
31625   'include_file' => 'modules/user/user.admin.inc',
31626 ))
31627 ->values(array(
31628   'path' => 'admin/people/create',
31629   'load_functions' => '',
31630   'to_arg_functions' => '',
31631   'access_callback' => 'user_access',
31632   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
31633   'page_callback' => 'user_admin',
31634   'page_arguments' => 'a:1:{i:0;s:6:"create";}',
31635   'delivery_callback' => '',
31636   'fit' => '7',
31637   'number_parts' => '3',
31638   'context' => '1',
31639   'tab_parent' => 'admin/people',
31640   'tab_root' => 'admin/people',
31641   'title' => 'Add user',
31642   'title_callback' => 't',
31643   'title_arguments' => '',
31644   'theme_callback' => '',
31645   'theme_arguments' => 'a:0:{}',
31646   'type' => '388',
31647   'description' => '',
31648   'position' => '',
31649   'weight' => '0',
31650   'include_file' => 'modules/user/user.admin.inc',
31651 ))
31652 ->values(array(
31653   'path' => 'admin/people/people',
31654   'load_functions' => '',
31655   'to_arg_functions' => '',
31656   'access_callback' => 'user_access',
31657   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
31658   'page_callback' => 'user_admin',
31659   'page_arguments' => 'a:1:{i:0;s:4:"list";}',
31660   'delivery_callback' => '',
31661   'fit' => '7',
31662   'number_parts' => '3',
31663   'context' => '1',
31664   'tab_parent' => 'admin/people',
31665   'tab_root' => 'admin/people',
31666   'title' => 'List',
31667   'title_callback' => 't',
31668   'title_arguments' => '',
31669   'theme_callback' => '',
31670   'theme_arguments' => 'a:0:{}',
31671   'type' => '140',
31672   'description' => 'Find and manage people interacting with your site.',
31673   'position' => '',
31674   'weight' => '-10',
31675   'include_file' => 'modules/user/user.admin.inc',
31676 ))
31677 ->values(array(
31678   'path' => 'admin/people/permissions',
31679   'load_functions' => '',
31680   'to_arg_functions' => '',
31681   'access_callback' => 'user_access',
31682   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
31683   'page_callback' => 'drupal_get_form',
31684   'page_arguments' => 'a:1:{i:0;s:22:"user_admin_permissions";}',
31685   'delivery_callback' => '',
31686   'fit' => '7',
31687   'number_parts' => '3',
31688   'context' => '1',
31689   'tab_parent' => 'admin/people',
31690   'tab_root' => 'admin/people',
31691   'title' => 'Permissions',
31692   'title_callback' => 't',
31693   'title_arguments' => '',
31694   'theme_callback' => '',
31695   'theme_arguments' => 'a:0:{}',
31696   'type' => '132',
31697   'description' => 'Determine access to features by selecting permissions for roles.',
31698   'position' => '',
31699   'weight' => '0',
31700   'include_file' => 'modules/user/user.admin.inc',
31701 ))
31702 ->values(array(
31703   'path' => 'admin/people/permissions/list',
31704   'load_functions' => '',
31705   'to_arg_functions' => '',
31706   'access_callback' => 'user_access',
31707   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
31708   'page_callback' => 'drupal_get_form',
31709   'page_arguments' => 'a:1:{i:0;s:22:"user_admin_permissions";}',
31710   'delivery_callback' => '',
31711   'fit' => '15',
31712   'number_parts' => '4',
31713   'context' => '1',
31714   'tab_parent' => 'admin/people/permissions',
31715   'tab_root' => 'admin/people',
31716   'title' => 'Permissions',
31717   'title_callback' => 't',
31718   'title_arguments' => '',
31719   'theme_callback' => '',
31720   'theme_arguments' => 'a:0:{}',
31721   'type' => '140',
31722   'description' => 'Determine access to features by selecting permissions for roles.',
31723   'position' => '',
31724   'weight' => '-8',
31725   'include_file' => 'modules/user/user.admin.inc',
31726 ))
31727 ->values(array(
31728   'path' => 'admin/people/permissions/roles',
31729   'load_functions' => '',
31730   'to_arg_functions' => '',
31731   'access_callback' => 'user_access',
31732   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
31733   'page_callback' => 'drupal_get_form',
31734   'page_arguments' => 'a:1:{i:0;s:16:"user_admin_roles";}',
31735   'delivery_callback' => '',
31736   'fit' => '15',
31737   'number_parts' => '4',
31738   'context' => '1',
31739   'tab_parent' => 'admin/people/permissions',
31740   'tab_root' => 'admin/people',
31741   'title' => 'Roles',
31742   'title_callback' => 't',
31743   'title_arguments' => '',
31744   'theme_callback' => '',
31745   'theme_arguments' => 'a:0:{}',
31746   'type' => '132',
31747   'description' => 'List, edit, or add user roles.',
31748   'position' => '',
31749   'weight' => '-5',
31750   'include_file' => 'modules/user/user.admin.inc',
31751 ))
31752 ->values(array(
31753   'path' => 'admin/people/permissions/roles/delete/%',
31754   'load_functions' => 'a:1:{i:5;s:14:"user_role_load";}',
31755   'to_arg_functions' => '',
31756   'access_callback' => 'user_role_edit_access',
31757   'access_arguments' => 'a:1:{i:0;i:5;}',
31758   'page_callback' => 'drupal_get_form',
31759   'page_arguments' => 'a:2:{i:0;s:30:"user_admin_role_delete_confirm";i:1;i:5;}',
31760   'delivery_callback' => '',
31761   'fit' => '62',
31762   'number_parts' => '6',
31763   'context' => '0',
31764   'tab_parent' => '',
31765   'tab_root' => 'admin/people/permissions/roles/delete/%',
31766   'title' => 'Delete role',
31767   'title_callback' => 't',
31768   'title_arguments' => '',
31769   'theme_callback' => '',
31770   'theme_arguments' => 'a:0:{}',
31771   'type' => '6',
31772   'description' => '',
31773   'position' => '',
31774   'weight' => '0',
31775   'include_file' => 'modules/user/user.admin.inc',
31776 ))
31777 ->values(array(
31778   'path' => 'admin/people/permissions/roles/edit/%',
31779   'load_functions' => 'a:1:{i:5;s:14:"user_role_load";}',
31780   'to_arg_functions' => '',
31781   'access_callback' => 'user_role_edit_access',
31782   'access_arguments' => 'a:1:{i:0;i:5;}',
31783   'page_callback' => 'drupal_get_form',
31784   'page_arguments' => 'a:2:{i:0;s:15:"user_admin_role";i:1;i:5;}',
31785   'delivery_callback' => '',
31786   'fit' => '62',
31787   'number_parts' => '6',
31788   'context' => '0',
31789   'tab_parent' => '',
31790   'tab_root' => 'admin/people/permissions/roles/edit/%',
31791   'title' => 'Edit role',
31792   'title_callback' => 't',
31793   'title_arguments' => '',
31794   'theme_callback' => '',
31795   'theme_arguments' => 'a:0:{}',
31796   'type' => '6',
31797   'description' => '',
31798   'position' => '',
31799   'weight' => '0',
31800   'include_file' => 'modules/user/user.admin.inc',
31801 ))
31802 ->values(array(
31803   'path' => 'admin/reports',
31804   'load_functions' => '',
31805   'to_arg_functions' => '',
31806   'access_callback' => 'user_access',
31807   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
31808   'page_callback' => 'system_admin_menu_block_page',
31809   'page_arguments' => 'a:0:{}',
31810   'delivery_callback' => '',
31811   'fit' => '3',
31812   'number_parts' => '2',
31813   'context' => '0',
31814   'tab_parent' => '',
31815   'tab_root' => 'admin/reports',
31816   'title' => 'Reports',
31817   'title_callback' => 't',
31818   'title_arguments' => '',
31819   'theme_callback' => '',
31820   'theme_arguments' => 'a:0:{}',
31821   'type' => '6',
31822   'description' => 'View reports, updates, and errors.',
31823   'position' => 'left',
31824   'weight' => '5',
31825   'include_file' => 'modules/system/system.admin.inc',
31826 ))
31827 ->values(array(
31828   'path' => 'admin/reports/access-denied',
31829   'load_functions' => '',
31830   'to_arg_functions' => '',
31831   'access_callback' => 'user_access',
31832   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
31833   'page_callback' => 'dblog_top',
31834   'page_arguments' => 'a:1:{i:0;s:13:"access denied";}',
31835   'delivery_callback' => '',
31836   'fit' => '7',
31837   'number_parts' => '3',
31838   'context' => '0',
31839   'tab_parent' => '',
31840   'tab_root' => 'admin/reports/access-denied',
31841   'title' => "Top 'access denied' errors",
31842   'title_callback' => 't',
31843   'title_arguments' => '',
31844   'theme_callback' => '',
31845   'theme_arguments' => 'a:0:{}',
31846   'type' => '6',
31847   'description' => "View 'access denied' errors (403s).",
31848   'position' => '',
31849   'weight' => '0',
31850   'include_file' => 'modules/dblog/dblog.admin.inc',
31851 ))
31852 ->values(array(
31853   'path' => 'admin/reports/access/%',
31854   'load_functions' => 'a:1:{i:3;N;}',
31855   'to_arg_functions' => '',
31856   'access_callback' => 'user_access',
31857   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
31858   'page_callback' => 'statistics_access_log',
31859   'page_arguments' => 'a:1:{i:0;i:3;}',
31860   'delivery_callback' => '',
31861   'fit' => '14',
31862   'number_parts' => '4',
31863   'context' => '0',
31864   'tab_parent' => '',
31865   'tab_root' => 'admin/reports/access/%',
31866   'title' => 'Details',
31867   'title_callback' => 't',
31868   'title_arguments' => '',
31869   'theme_callback' => '',
31870   'theme_arguments' => 'a:0:{}',
31871   'type' => '6',
31872   'description' => 'View access log.',
31873   'position' => '',
31874   'weight' => '0',
31875   'include_file' => 'modules/statistics/statistics.admin.inc',
31876 ))
31877 ->values(array(
31878   'path' => 'admin/reports/dblog',
31879   'load_functions' => '',
31880   'to_arg_functions' => '',
31881   'access_callback' => 'user_access',
31882   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
31883   'page_callback' => 'dblog_overview',
31884   'page_arguments' => 'a:0:{}',
31885   'delivery_callback' => '',
31886   'fit' => '7',
31887   'number_parts' => '3',
31888   'context' => '0',
31889   'tab_parent' => '',
31890   'tab_root' => 'admin/reports/dblog',
31891   'title' => 'Recent log messages',
31892   'title_callback' => 't',
31893   'title_arguments' => '',
31894   'theme_callback' => '',
31895   'theme_arguments' => 'a:0:{}',
31896   'type' => '6',
31897   'description' => 'View events that have recently been logged.',
31898   'position' => '',
31899   'weight' => '-1',
31900   'include_file' => 'modules/dblog/dblog.admin.inc',
31901 ))
31902 ->values(array(
31903   'path' => 'admin/reports/event/%',
31904   'load_functions' => 'a:1:{i:3;N;}',
31905   'to_arg_functions' => '',
31906   'access_callback' => 'user_access',
31907   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
31908   'page_callback' => 'dblog_event',
31909   'page_arguments' => 'a:1:{i:0;i:3;}',
31910   'delivery_callback' => '',
31911   'fit' => '14',
31912   'number_parts' => '4',
31913   'context' => '0',
31914   'tab_parent' => '',
31915   'tab_root' => 'admin/reports/event/%',
31916   'title' => 'Details',
31917   'title_callback' => 't',
31918   'title_arguments' => '',
31919   'theme_callback' => '',
31920   'theme_arguments' => 'a:0:{}',
31921   'type' => '6',
31922   'description' => '',
31923   'position' => '',
31924   'weight' => '0',
31925   'include_file' => 'modules/dblog/dblog.admin.inc',
31926 ))
31927 ->values(array(
31928   'path' => 'admin/reports/fields',
31929   'load_functions' => '',
31930   'to_arg_functions' => '',
31931   'access_callback' => 'user_access',
31932   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
31933   'page_callback' => 'field_ui_fields_list',
31934   'page_arguments' => 'a:0:{}',
31935   'delivery_callback' => '',
31936   'fit' => '7',
31937   'number_parts' => '3',
31938   'context' => '0',
31939   'tab_parent' => '',
31940   'tab_root' => 'admin/reports/fields',
31941   'title' => 'Field list',
31942   'title_callback' => 't',
31943   'title_arguments' => '',
31944   'theme_callback' => '',
31945   'theme_arguments' => 'a:0:{}',
31946   'type' => '6',
31947   'description' => 'Overview of fields on all entity types.',
31948   'position' => '',
31949   'weight' => '0',
31950   'include_file' => 'modules/field_ui/field_ui.admin.inc',
31951 ))
31952 ->values(array(
31953   'path' => 'admin/reports/hits',
31954   'load_functions' => '',
31955   'to_arg_functions' => '',
31956   'access_callback' => 'user_access',
31957   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
31958   'page_callback' => 'statistics_recent_hits',
31959   'page_arguments' => 'a:0:{}',
31960   'delivery_callback' => '',
31961   'fit' => '7',
31962   'number_parts' => '3',
31963   'context' => '0',
31964   'tab_parent' => '',
31965   'tab_root' => 'admin/reports/hits',
31966   'title' => 'Recent hits',
31967   'title_callback' => 't',
31968   'title_arguments' => '',
31969   'theme_callback' => '',
31970   'theme_arguments' => 'a:0:{}',
31971   'type' => '6',
31972   'description' => 'View pages that have recently been visited.',
31973   'position' => '',
31974   'weight' => '0',
31975   'include_file' => 'modules/statistics/statistics.admin.inc',
31976 ))
31977 ->values(array(
31978   'path' => 'admin/reports/page-not-found',
31979   'load_functions' => '',
31980   'to_arg_functions' => '',
31981   'access_callback' => 'user_access',
31982   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
31983   'page_callback' => 'dblog_top',
31984   'page_arguments' => 'a:1:{i:0;s:14:"page not found";}',
31985   'delivery_callback' => '',
31986   'fit' => '7',
31987   'number_parts' => '3',
31988   'context' => '0',
31989   'tab_parent' => '',
31990   'tab_root' => 'admin/reports/page-not-found',
31991   'title' => "Top 'page not found' errors",
31992   'title_callback' => 't',
31993   'title_arguments' => '',
31994   'theme_callback' => '',
31995   'theme_arguments' => 'a:0:{}',
31996   'type' => '6',
31997   'description' => "View 'page not found' errors (404s).",
31998   'position' => '',
31999   'weight' => '0',
32000   'include_file' => 'modules/dblog/dblog.admin.inc',
32001 ))
32002 ->values(array(
32003   'path' => 'admin/reports/pages',
32004   'load_functions' => '',
32005   'to_arg_functions' => '',
32006   'access_callback' => 'user_access',
32007   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
32008   'page_callback' => 'statistics_top_pages',
32009   'page_arguments' => 'a:0:{}',
32010   'delivery_callback' => '',
32011   'fit' => '7',
32012   'number_parts' => '3',
32013   'context' => '0',
32014   'tab_parent' => '',
32015   'tab_root' => 'admin/reports/pages',
32016   'title' => 'Top pages',
32017   'title_callback' => 't',
32018   'title_arguments' => '',
32019   'theme_callback' => '',
32020   'theme_arguments' => 'a:0:{}',
32021   'type' => '6',
32022   'description' => 'View pages that have been hit frequently.',
32023   'position' => '',
32024   'weight' => '1',
32025   'include_file' => 'modules/statistics/statistics.admin.inc',
32026 ))
32027 ->values(array(
32028   'path' => 'admin/reports/referrers',
32029   'load_functions' => '',
32030   'to_arg_functions' => '',
32031   'access_callback' => 'user_access',
32032   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
32033   'page_callback' => 'statistics_top_referrers',
32034   'page_arguments' => 'a:0:{}',
32035   'delivery_callback' => '',
32036   'fit' => '7',
32037   'number_parts' => '3',
32038   'context' => '0',
32039   'tab_parent' => '',
32040   'tab_root' => 'admin/reports/referrers',
32041   'title' => 'Top referrers',
32042   'title_callback' => 't',
32043   'title_arguments' => '',
32044   'theme_callback' => '',
32045   'theme_arguments' => 'a:0:{}',
32046   'type' => '6',
32047   'description' => 'View top referrers.',
32048   'position' => '',
32049   'weight' => '0',
32050   'include_file' => 'modules/statistics/statistics.admin.inc',
32051 ))
32052 ->values(array(
32053   'path' => 'admin/reports/search',
32054   'load_functions' => '',
32055   'to_arg_functions' => '',
32056   'access_callback' => 'user_access',
32057   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
32058   'page_callback' => 'dblog_top',
32059   'page_arguments' => 'a:1:{i:0;s:6:"search";}',
32060   'delivery_callback' => '',
32061   'fit' => '7',
32062   'number_parts' => '3',
32063   'context' => '0',
32064   'tab_parent' => '',
32065   'tab_root' => 'admin/reports/search',
32066   'title' => 'Top search phrases',
32067   'title_callback' => 't',
32068   'title_arguments' => '',
32069   'theme_callback' => '',
32070   'theme_arguments' => 'a:0:{}',
32071   'type' => '6',
32072   'description' => 'View most popular search phrases.',
32073   'position' => '',
32074   'weight' => '0',
32075   'include_file' => 'modules/dblog/dblog.admin.inc',
32076 ))
32077 ->values(array(
32078   'path' => 'admin/reports/status',
32079   'load_functions' => '',
32080   'to_arg_functions' => '',
32081   'access_callback' => 'user_access',
32082   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
32083   'page_callback' => 'system_status',
32084   'page_arguments' => 'a:0:{}',
32085   'delivery_callback' => '',
32086   'fit' => '7',
32087   'number_parts' => '3',
32088   'context' => '0',
32089   'tab_parent' => '',
32090   'tab_root' => 'admin/reports/status',
32091   'title' => 'Status report',
32092   'title_callback' => 't',
32093   'title_arguments' => '',
32094   'theme_callback' => '',
32095   'theme_arguments' => 'a:0:{}',
32096   'type' => '6',
32097   'description' => "Get a status report about your site's operation and any detected problems.",
32098   'position' => '',
32099   'weight' => '-60',
32100   'include_file' => 'modules/system/system.admin.inc',
32101 ))
32102 ->values(array(
32103   'path' => 'admin/reports/status/php',
32104   'load_functions' => '',
32105   'to_arg_functions' => '',
32106   'access_callback' => 'user_access',
32107   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
32108   'page_callback' => 'system_php',
32109   'page_arguments' => 'a:0:{}',
32110   'delivery_callback' => '',
32111   'fit' => '15',
32112   'number_parts' => '4',
32113   'context' => '0',
32114   'tab_parent' => '',
32115   'tab_root' => 'admin/reports/status/php',
32116   'title' => 'PHP',
32117   'title_callback' => 't',
32118   'title_arguments' => '',
32119   'theme_callback' => '',
32120   'theme_arguments' => 'a:0:{}',
32121   'type' => '0',
32122   'description' => '',
32123   'position' => '',
32124   'weight' => '0',
32125   'include_file' => 'modules/system/system.admin.inc',
32126 ))
32127 ->values(array(
32128   'path' => 'admin/reports/status/rebuild',
32129   'load_functions' => '',
32130   'to_arg_functions' => '',
32131   'access_callback' => 'user_access',
32132   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
32133   'page_callback' => 'drupal_get_form',
32134   'page_arguments' => 'a:1:{i:0;s:30:"node_configure_rebuild_confirm";}',
32135   'delivery_callback' => '',
32136   'fit' => '15',
32137   'number_parts' => '4',
32138   'context' => '0',
32139   'tab_parent' => '',
32140   'tab_root' => 'admin/reports/status/rebuild',
32141   'title' => 'Rebuild permissions',
32142   'title_callback' => 't',
32143   'title_arguments' => '',
32144   'theme_callback' => '',
32145   'theme_arguments' => 'a:0:{}',
32146   'type' => '0',
32147   'description' => '',
32148   'position' => '',
32149   'weight' => '0',
32150   'include_file' => 'modules/node/node.admin.inc',
32151 ))
32152 ->values(array(
32153   'path' => 'admin/reports/status/run-cron',
32154   'load_functions' => '',
32155   'to_arg_functions' => '',
32156   'access_callback' => 'user_access',
32157   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
32158   'page_callback' => 'system_run_cron',
32159   'page_arguments' => 'a:0:{}',
32160   'delivery_callback' => '',
32161   'fit' => '15',
32162   'number_parts' => '4',
32163   'context' => '0',
32164   'tab_parent' => '',
32165   'tab_root' => 'admin/reports/status/run-cron',
32166   'title' => 'Run cron',
32167   'title_callback' => 't',
32168   'title_arguments' => '',
32169   'theme_callback' => '',
32170   'theme_arguments' => 'a:0:{}',
32171   'type' => '0',
32172   'description' => '',
32173   'position' => '',
32174   'weight' => '0',
32175   'include_file' => 'modules/system/system.admin.inc',
32176 ))
32177 ->values(array(
32178   'path' => 'admin/reports/updates',
32179   'load_functions' => '',
32180   'to_arg_functions' => '',
32181   'access_callback' => 'user_access',
32182   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
32183   'page_callback' => 'update_status',
32184   'page_arguments' => 'a:0:{}',
32185   'delivery_callback' => '',
32186   'fit' => '7',
32187   'number_parts' => '3',
32188   'context' => '0',
32189   'tab_parent' => '',
32190   'tab_root' => 'admin/reports/updates',
32191   'title' => 'Available updates',
32192   'title_callback' => 't',
32193   'title_arguments' => '',
32194   'theme_callback' => '',
32195   'theme_arguments' => 'a:0:{}',
32196   'type' => '6',
32197   'description' => 'Get a status report about available updates for your installed modules and themes.',
32198   'position' => '',
32199   'weight' => '-50',
32200   'include_file' => 'modules/update/update.report.inc',
32201 ))
32202 ->values(array(
32203   'path' => 'admin/reports/updates/check',
32204   'load_functions' => '',
32205   'to_arg_functions' => '',
32206   'access_callback' => 'user_access',
32207   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
32208   'page_callback' => 'update_manual_status',
32209   'page_arguments' => 'a:0:{}',
32210   'delivery_callback' => '',
32211   'fit' => '15',
32212   'number_parts' => '4',
32213   'context' => '0',
32214   'tab_parent' => '',
32215   'tab_root' => 'admin/reports/updates/check',
32216   'title' => 'Manual update check',
32217   'title_callback' => 't',
32218   'title_arguments' => '',
32219   'theme_callback' => '',
32220   'theme_arguments' => 'a:0:{}',
32221   'type' => '0',
32222   'description' => '',
32223   'position' => '',
32224   'weight' => '0',
32225   'include_file' => 'modules/update/update.fetch.inc',
32226 ))
32227 ->values(array(
32228   'path' => 'admin/reports/updates/install',
32229   'load_functions' => '',
32230   'to_arg_functions' => '',
32231   'access_callback' => 'update_manager_access',
32232   'access_arguments' => 'a:0:{}',
32233   'page_callback' => 'drupal_get_form',
32234   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:6:"report";}',
32235   'delivery_callback' => '',
32236   'fit' => '15',
32237   'number_parts' => '4',
32238   'context' => '1',
32239   'tab_parent' => 'admin/reports/updates',
32240   'tab_root' => 'admin/reports/updates',
32241   'title' => 'Install new module or theme',
32242   'title_callback' => 't',
32243   'title_arguments' => '',
32244   'theme_callback' => '',
32245   'theme_arguments' => 'a:0:{}',
32246   'type' => '388',
32247   'description' => '',
32248   'position' => '',
32249   'weight' => '25',
32250   'include_file' => 'modules/update/update.manager.inc',
32251 ))
32252 ->values(array(
32253   'path' => 'admin/reports/updates/list',
32254   'load_functions' => '',
32255   'to_arg_functions' => '',
32256   'access_callback' => 'user_access',
32257   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
32258   'page_callback' => 'update_status',
32259   'page_arguments' => 'a:0:{}',
32260   'delivery_callback' => '',
32261   'fit' => '15',
32262   'number_parts' => '4',
32263   'context' => '1',
32264   'tab_parent' => 'admin/reports/updates',
32265   'tab_root' => 'admin/reports/updates',
32266   'title' => 'List',
32267   'title_callback' => 't',
32268   'title_arguments' => '',
32269   'theme_callback' => '',
32270   'theme_arguments' => 'a:0:{}',
32271   'type' => '140',
32272   'description' => '',
32273   'position' => '',
32274   'weight' => '0',
32275   'include_file' => 'modules/update/update.report.inc',
32276 ))
32277 ->values(array(
32278   'path' => 'admin/reports/updates/settings',
32279   'load_functions' => '',
32280   'to_arg_functions' => '',
32281   'access_callback' => 'user_access',
32282   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
32283   'page_callback' => 'drupal_get_form',
32284   'page_arguments' => 'a:1:{i:0;s:15:"update_settings";}',
32285   'delivery_callback' => '',
32286   'fit' => '15',
32287   'number_parts' => '4',
32288   'context' => '1',
32289   'tab_parent' => 'admin/reports/updates',
32290   'tab_root' => 'admin/reports/updates',
32291   'title' => 'Settings',
32292   'title_callback' => 't',
32293   'title_arguments' => '',
32294   'theme_callback' => '',
32295   'theme_arguments' => 'a:0:{}',
32296   'type' => '132',
32297   'description' => '',
32298   'position' => '',
32299   'weight' => '50',
32300   'include_file' => 'modules/update/update.settings.inc',
32301 ))
32302 ->values(array(
32303   'path' => 'admin/reports/updates/update',
32304   'load_functions' => '',
32305   'to_arg_functions' => '',
32306   'access_callback' => 'update_manager_access',
32307   'access_arguments' => 'a:0:{}',
32308   'page_callback' => 'drupal_get_form',
32309   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:6:"report";}',
32310   'delivery_callback' => '',
32311   'fit' => '15',
32312   'number_parts' => '4',
32313   'context' => '1',
32314   'tab_parent' => 'admin/reports/updates',
32315   'tab_root' => 'admin/reports/updates',
32316   'title' => 'Update',
32317   'title_callback' => 't',
32318   'title_arguments' => '',
32319   'theme_callback' => '',
32320   'theme_arguments' => 'a:0:{}',
32321   'type' => '132',
32322   'description' => '',
32323   'position' => '',
32324   'weight' => '10',
32325   'include_file' => 'modules/update/update.manager.inc',
32326 ))
32327 ->values(array(
32328   'path' => 'admin/reports/visitors',
32329   'load_functions' => '',
32330   'to_arg_functions' => '',
32331   'access_callback' => 'user_access',
32332   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
32333   'page_callback' => 'statistics_top_visitors',
32334   'page_arguments' => 'a:0:{}',
32335   'delivery_callback' => '',
32336   'fit' => '7',
32337   'number_parts' => '3',
32338   'context' => '0',
32339   'tab_parent' => '',
32340   'tab_root' => 'admin/reports/visitors',
32341   'title' => 'Top visitors',
32342   'title_callback' => 't',
32343   'title_arguments' => '',
32344   'theme_callback' => '',
32345   'theme_arguments' => 'a:0:{}',
32346   'type' => '6',
32347   'description' => 'View visitors that hit many pages.',
32348   'position' => '',
32349   'weight' => '2',
32350   'include_file' => 'modules/statistics/statistics.admin.inc',
32351 ))
32352 ->values(array(
32353   'path' => 'admin/structure',
32354   'load_functions' => '',
32355   'to_arg_functions' => '',
32356   'access_callback' => 'user_access',
32357   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
32358   'page_callback' => 'system_admin_menu_block_page',
32359   'page_arguments' => 'a:0:{}',
32360   'delivery_callback' => '',
32361   'fit' => '3',
32362   'number_parts' => '2',
32363   'context' => '0',
32364   'tab_parent' => '',
32365   'tab_root' => 'admin/structure',
32366   'title' => 'Structure',
32367   'title_callback' => 't',
32368   'title_arguments' => '',
32369   'theme_callback' => '',
32370   'theme_arguments' => 'a:0:{}',
32371   'type' => '6',
32372   'description' => 'Administer blocks, content types, menus, etc.',
32373   'position' => 'right',
32374   'weight' => '-8',
32375   'include_file' => 'modules/system/system.admin.inc',
32376 ))
32377 ->values(array(
32378   'path' => 'admin/structure/block',
32379   'load_functions' => '',
32380   'to_arg_functions' => '',
32381   'access_callback' => 'user_access',
32382   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32383   'page_callback' => 'block_admin_display',
32384   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
32385   'delivery_callback' => '',
32386   'fit' => '7',
32387   'number_parts' => '3',
32388   'context' => '0',
32389   'tab_parent' => '',
32390   'tab_root' => 'admin/structure/block',
32391   'title' => 'Blocks',
32392   'title_callback' => 't',
32393   'title_arguments' => '',
32394   'theme_callback' => '',
32395   'theme_arguments' => 'a:0:{}',
32396   'type' => '6',
32397   'description' => "Configure what block content appears in your site's sidebars and other regions.",
32398   'position' => '',
32399   'weight' => '0',
32400   'include_file' => 'modules/block/block.admin.inc',
32401 ))
32402 ->values(array(
32403   'path' => 'admin/structure/block/add',
32404   'load_functions' => '',
32405   'to_arg_functions' => '',
32406   'access_callback' => 'user_access',
32407   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32408   'page_callback' => 'drupal_get_form',
32409   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
32410   'delivery_callback' => '',
32411   'fit' => '15',
32412   'number_parts' => '4',
32413   'context' => '1',
32414   'tab_parent' => 'admin/structure/block',
32415   'tab_root' => 'admin/structure/block',
32416   'title' => 'Add block',
32417   'title_callback' => 't',
32418   'title_arguments' => '',
32419   'theme_callback' => '',
32420   'theme_arguments' => 'a:0:{}',
32421   'type' => '388',
32422   'description' => '',
32423   'position' => '',
32424   'weight' => '0',
32425   'include_file' => 'modules/block/block.admin.inc',
32426 ))
32427 ->values(array(
32428   'path' => 'admin/structure/block/demo/bartik',
32429   'load_functions' => '',
32430   'to_arg_functions' => '',
32431   'access_callback' => '_block_themes_access',
32432   '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";}}',
32433   'page_callback' => 'block_admin_demo',
32434   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
32435   'delivery_callback' => '',
32436   'fit' => '31',
32437   'number_parts' => '5',
32438   'context' => '0',
32439   'tab_parent' => '',
32440   'tab_root' => 'admin/structure/block/demo/bartik',
32441   'title' => 'Bartik',
32442   'title_callback' => 't',
32443   'title_arguments' => '',
32444   'theme_callback' => '_block_custom_theme',
32445   'theme_arguments' => 'a:1:{i:0;s:6:"bartik";}',
32446   'type' => '0',
32447   'description' => '',
32448   'position' => '',
32449   'weight' => '0',
32450   'include_file' => 'modules/block/block.admin.inc',
32451 ))
32452 ->values(array(
32453   'path' => 'admin/structure/block/demo/garland',
32454   'load_functions' => '',
32455   'to_arg_functions' => '',
32456   'access_callback' => '_block_themes_access',
32457   '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";}}',
32458   'page_callback' => 'block_admin_demo',
32459   'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
32460   'delivery_callback' => '',
32461   'fit' => '31',
32462   'number_parts' => '5',
32463   'context' => '0',
32464   'tab_parent' => '',
32465   'tab_root' => 'admin/structure/block/demo/garland',
32466   'title' => 'Garland',
32467   'title_callback' => 't',
32468   'title_arguments' => '',
32469   'theme_callback' => '_block_custom_theme',
32470   'theme_arguments' => 'a:1:{i:0;s:7:"garland";}',
32471   'type' => '0',
32472   'description' => '',
32473   'position' => '',
32474   'weight' => '0',
32475   'include_file' => 'modules/block/block.admin.inc',
32476 ))
32477 ->values(array(
32478   'path' => 'admin/structure/block/demo/seven',
32479   'load_functions' => '',
32480   'to_arg_functions' => '',
32481   'access_callback' => '_block_themes_access',
32482   '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";}}',
32483   'page_callback' => 'block_admin_demo',
32484   'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
32485   'delivery_callback' => '',
32486   'fit' => '31',
32487   'number_parts' => '5',
32488   'context' => '0',
32489   'tab_parent' => '',
32490   'tab_root' => 'admin/structure/block/demo/seven',
32491   'title' => 'Seven',
32492   'title_callback' => 't',
32493   'title_arguments' => '',
32494   'theme_callback' => '_block_custom_theme',
32495   'theme_arguments' => 'a:1:{i:0;s:5:"seven";}',
32496   'type' => '0',
32497   'description' => '',
32498   'position' => '',
32499   'weight' => '0',
32500   'include_file' => 'modules/block/block.admin.inc',
32501 ))
32502 ->values(array(
32503   'path' => 'admin/structure/block/demo/stark',
32504   'load_functions' => '',
32505   'to_arg_functions' => '',
32506   'access_callback' => '_block_themes_access',
32507   '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\";}}",
32508   'page_callback' => 'block_admin_demo',
32509   'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
32510   'delivery_callback' => '',
32511   'fit' => '31',
32512   'number_parts' => '5',
32513   'context' => '0',
32514   'tab_parent' => '',
32515   'tab_root' => 'admin/structure/block/demo/stark',
32516   'title' => 'Stark',
32517   'title_callback' => 't',
32518   'title_arguments' => '',
32519   'theme_callback' => '_block_custom_theme',
32520   'theme_arguments' => 'a:1:{i:0;s:5:"stark";}',
32521   'type' => '0',
32522   'description' => '',
32523   'position' => '',
32524   'weight' => '0',
32525   'include_file' => 'modules/block/block.admin.inc',
32526 ))
32527 ->values(array(
32528   'path' => 'admin/structure/block/list/bartik',
32529   'load_functions' => '',
32530   'to_arg_functions' => '',
32531   'access_callback' => '_block_themes_access',
32532   '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";}}',
32533   'page_callback' => 'block_admin_display',
32534   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
32535   'delivery_callback' => '',
32536   'fit' => '31',
32537   'number_parts' => '5',
32538   'context' => '1',
32539   'tab_parent' => 'admin/structure/block',
32540   'tab_root' => 'admin/structure/block',
32541   'title' => 'Bartik',
32542   'title_callback' => 't',
32543   'title_arguments' => '',
32544   'theme_callback' => '',
32545   'theme_arguments' => 'a:0:{}',
32546   'type' => '140',
32547   'description' => '',
32548   'position' => '',
32549   'weight' => '-10',
32550   'include_file' => 'modules/block/block.admin.inc',
32551 ))
32552 ->values(array(
32553   'path' => 'admin/structure/block/list/garland',
32554   'load_functions' => '',
32555   'to_arg_functions' => '',
32556   'access_callback' => '_block_themes_access',
32557   '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";}}',
32558   'page_callback' => 'block_admin_display',
32559   'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
32560   'delivery_callback' => '',
32561   'fit' => '31',
32562   'number_parts' => '5',
32563   'context' => '1',
32564   'tab_parent' => 'admin/structure/block',
32565   'tab_root' => 'admin/structure/block',
32566   'title' => 'Garland',
32567   'title_callback' => 't',
32568   'title_arguments' => '',
32569   'theme_callback' => '',
32570   'theme_arguments' => 'a:0:{}',
32571   'type' => '132',
32572   'description' => '',
32573   'position' => '',
32574   'weight' => '0',
32575   'include_file' => 'modules/block/block.admin.inc',
32576 ))
32577 ->values(array(
32578   'path' => 'admin/structure/block/list/garland/add',
32579   'load_functions' => '',
32580   'to_arg_functions' => '',
32581   'access_callback' => 'user_access',
32582   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32583   'page_callback' => 'drupal_get_form',
32584   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
32585   'delivery_callback' => '',
32586   'fit' => '63',
32587   'number_parts' => '6',
32588   'context' => '1',
32589   'tab_parent' => 'admin/structure/block/list/garland',
32590   'tab_root' => 'admin/structure/block',
32591   'title' => 'Add block',
32592   'title_callback' => 't',
32593   'title_arguments' => '',
32594   'theme_callback' => '',
32595   'theme_arguments' => 'a:0:{}',
32596   'type' => '388',
32597   'description' => '',
32598   'position' => '',
32599   'weight' => '0',
32600   'include_file' => 'modules/block/block.admin.inc',
32601 ))
32602 ->values(array(
32603   'path' => 'admin/structure/block/list/seven',
32604   'load_functions' => '',
32605   'to_arg_functions' => '',
32606   'access_callback' => '_block_themes_access',
32607   '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";}}',
32608   'page_callback' => 'block_admin_display',
32609   'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
32610   'delivery_callback' => '',
32611   'fit' => '31',
32612   'number_parts' => '5',
32613   'context' => '1',
32614   'tab_parent' => 'admin/structure/block',
32615   'tab_root' => 'admin/structure/block',
32616   'title' => 'Seven',
32617   'title_callback' => 't',
32618   'title_arguments' => '',
32619   'theme_callback' => '',
32620   'theme_arguments' => 'a:0:{}',
32621   'type' => '132',
32622   'description' => '',
32623   'position' => '',
32624   'weight' => '0',
32625   'include_file' => 'modules/block/block.admin.inc',
32626 ))
32627 ->values(array(
32628   'path' => 'admin/structure/block/list/seven/add',
32629   'load_functions' => '',
32630   'to_arg_functions' => '',
32631   'access_callback' => 'user_access',
32632   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32633   'page_callback' => 'drupal_get_form',
32634   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
32635   'delivery_callback' => '',
32636   'fit' => '63',
32637   'number_parts' => '6',
32638   'context' => '1',
32639   'tab_parent' => 'admin/structure/block/list/seven',
32640   'tab_root' => 'admin/structure/block',
32641   'title' => 'Add block',
32642   'title_callback' => 't',
32643   'title_arguments' => '',
32644   'theme_callback' => '',
32645   'theme_arguments' => 'a:0:{}',
32646   'type' => '388',
32647   'description' => '',
32648   'position' => '',
32649   'weight' => '0',
32650   'include_file' => 'modules/block/block.admin.inc',
32651 ))
32652 ->values(array(
32653   'path' => 'admin/structure/block/list/stark',
32654   'load_functions' => '',
32655   'to_arg_functions' => '',
32656   'access_callback' => '_block_themes_access',
32657   '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\";}}",
32658   'page_callback' => 'block_admin_display',
32659   'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
32660   'delivery_callback' => '',
32661   'fit' => '31',
32662   'number_parts' => '5',
32663   'context' => '1',
32664   'tab_parent' => 'admin/structure/block',
32665   'tab_root' => 'admin/structure/block',
32666   'title' => 'Stark',
32667   'title_callback' => 't',
32668   'title_arguments' => '',
32669   'theme_callback' => '',
32670   'theme_arguments' => 'a:0:{}',
32671   'type' => '132',
32672   'description' => '',
32673   'position' => '',
32674   'weight' => '0',
32675   'include_file' => 'modules/block/block.admin.inc',
32676 ))
32677 ->values(array(
32678   'path' => 'admin/structure/block/list/stark/add',
32679   'load_functions' => '',
32680   'to_arg_functions' => '',
32681   'access_callback' => 'user_access',
32682   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32683   'page_callback' => 'drupal_get_form',
32684   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
32685   'delivery_callback' => '',
32686   'fit' => '63',
32687   'number_parts' => '6',
32688   'context' => '1',
32689   'tab_parent' => 'admin/structure/block/list/stark',
32690   'tab_root' => 'admin/structure/block',
32691   'title' => 'Add block',
32692   'title_callback' => 't',
32693   'title_arguments' => '',
32694   'theme_callback' => '',
32695   'theme_arguments' => 'a:0:{}',
32696   'type' => '388',
32697   'description' => '',
32698   'position' => '',
32699   'weight' => '0',
32700   'include_file' => 'modules/block/block.admin.inc',
32701 ))
32702 ->values(array(
32703   'path' => 'admin/structure/block/manage/%/%',
32704   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
32705   'to_arg_functions' => '',
32706   'access_callback' => 'user_access',
32707   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32708   'page_callback' => 'drupal_get_form',
32709   'page_arguments' => 'a:3:{i:0;s:21:"block_admin_configure";i:1;i:4;i:2;i:5;}',
32710   'delivery_callback' => '',
32711   'fit' => '60',
32712   'number_parts' => '6',
32713   'context' => '0',
32714   'tab_parent' => '',
32715   'tab_root' => 'admin/structure/block/manage/%/%',
32716   'title' => 'Configure block',
32717   'title_callback' => 't',
32718   'title_arguments' => '',
32719   'theme_callback' => '',
32720   'theme_arguments' => 'a:0:{}',
32721   'type' => '6',
32722   'description' => '',
32723   'position' => '',
32724   'weight' => '0',
32725   'include_file' => 'modules/block/block.admin.inc',
32726 ))
32727 ->values(array(
32728   'path' => 'admin/structure/block/manage/%/%/configure',
32729   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
32730   'to_arg_functions' => '',
32731   'access_callback' => 'user_access',
32732   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32733   'page_callback' => 'drupal_get_form',
32734   'page_arguments' => 'a:3:{i:0;s:21:"block_admin_configure";i:1;i:4;i:2;i:5;}',
32735   'delivery_callback' => '',
32736   'fit' => '121',
32737   'number_parts' => '7',
32738   'context' => '2',
32739   'tab_parent' => 'admin/structure/block/manage/%/%',
32740   'tab_root' => 'admin/structure/block/manage/%/%',
32741   'title' => 'Configure block',
32742   'title_callback' => 't',
32743   'title_arguments' => '',
32744   'theme_callback' => '',
32745   'theme_arguments' => 'a:0:{}',
32746   'type' => '140',
32747   'description' => '',
32748   'position' => '',
32749   'weight' => '0',
32750   'include_file' => 'modules/block/block.admin.inc',
32751 ))
32752 ->values(array(
32753   'path' => 'admin/structure/block/manage/%/%/delete',
32754   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
32755   'to_arg_functions' => '',
32756   'access_callback' => 'user_access',
32757   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
32758   'page_callback' => 'drupal_get_form',
32759   'page_arguments' => 'a:3:{i:0;s:25:"block_custom_block_delete";i:1;i:4;i:2;i:5;}',
32760   'delivery_callback' => '',
32761   'fit' => '121',
32762   'number_parts' => '7',
32763   'context' => '0',
32764   'tab_parent' => 'admin/structure/block/manage/%/%',
32765   'tab_root' => 'admin/structure/block/manage/%/%',
32766   'title' => 'Delete block',
32767   'title_callback' => 't',
32768   'title_arguments' => '',
32769   'theme_callback' => '',
32770   'theme_arguments' => 'a:0:{}',
32771   'type' => '132',
32772   'description' => '',
32773   'position' => '',
32774   'weight' => '0',
32775   'include_file' => 'modules/block/block.admin.inc',
32776 ))
32777 ->values(array(
32778   'path' => 'admin/structure/contact',
32779   'load_functions' => '',
32780   'to_arg_functions' => '',
32781   'access_callback' => 'user_access',
32782   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
32783   'page_callback' => 'contact_category_list',
32784   'page_arguments' => 'a:0:{}',
32785   'delivery_callback' => '',
32786   'fit' => '7',
32787   'number_parts' => '3',
32788   'context' => '0',
32789   'tab_parent' => '',
32790   'tab_root' => 'admin/structure/contact',
32791   'title' => 'Contact form',
32792   'title_callback' => 't',
32793   'title_arguments' => '',
32794   'theme_callback' => '',
32795   'theme_arguments' => 'a:0:{}',
32796   'type' => '6',
32797   'description' => 'Create a system contact form and set up categories for the form to use.',
32798   'position' => '',
32799   'weight' => '0',
32800   'include_file' => 'modules/contact/contact.admin.inc',
32801 ))
32802 ->values(array(
32803   'path' => 'admin/structure/contact/add',
32804   'load_functions' => '',
32805   'to_arg_functions' => '',
32806   'access_callback' => 'user_access',
32807   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
32808   'page_callback' => 'drupal_get_form',
32809   'page_arguments' => 'a:1:{i:0;s:26:"contact_category_edit_form";}',
32810   'delivery_callback' => '',
32811   'fit' => '15',
32812   'number_parts' => '4',
32813   'context' => '1',
32814   'tab_parent' => 'admin/structure/contact',
32815   'tab_root' => 'admin/structure/contact',
32816   'title' => 'Add category',
32817   'title_callback' => 't',
32818   'title_arguments' => '',
32819   'theme_callback' => '',
32820   'theme_arguments' => 'a:0:{}',
32821   'type' => '388',
32822   'description' => '',
32823   'position' => '',
32824   'weight' => '1',
32825   'include_file' => 'modules/contact/contact.admin.inc',
32826 ))
32827 ->values(array(
32828   'path' => 'admin/structure/contact/delete/%',
32829   'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
32830   'to_arg_functions' => '',
32831   'access_callback' => 'user_access',
32832   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
32833   'page_callback' => 'drupal_get_form',
32834   'page_arguments' => 'a:2:{i:0;s:28:"contact_category_delete_form";i:1;i:4;}',
32835   'delivery_callback' => '',
32836   'fit' => '30',
32837   'number_parts' => '5',
32838   'context' => '0',
32839   'tab_parent' => '',
32840   'tab_root' => 'admin/structure/contact/delete/%',
32841   'title' => 'Delete contact',
32842   'title_callback' => 't',
32843   'title_arguments' => '',
32844   'theme_callback' => '',
32845   'theme_arguments' => 'a:0:{}',
32846   'type' => '6',
32847   'description' => '',
32848   'position' => '',
32849   'weight' => '0',
32850   'include_file' => 'modules/contact/contact.admin.inc',
32851 ))
32852 ->values(array(
32853   'path' => 'admin/structure/contact/edit/%',
32854   'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
32855   'to_arg_functions' => '',
32856   'access_callback' => 'user_access',
32857   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
32858   'page_callback' => 'drupal_get_form',
32859   'page_arguments' => 'a:2:{i:0;s:26:"contact_category_edit_form";i:1;i:4;}',
32860   'delivery_callback' => '',
32861   'fit' => '30',
32862   'number_parts' => '5',
32863   'context' => '0',
32864   'tab_parent' => '',
32865   'tab_root' => 'admin/structure/contact/edit/%',
32866   'title' => 'Edit contact category',
32867   'title_callback' => 't',
32868   'title_arguments' => '',
32869   'theme_callback' => '',
32870   'theme_arguments' => 'a:0:{}',
32871   'type' => '6',
32872   'description' => '',
32873   'position' => '',
32874   'weight' => '0',
32875   'include_file' => 'modules/contact/contact.admin.inc',
32876 ))
32877 ->values(array(
32878   'path' => 'admin/structure/forum',
32879   'load_functions' => '',
32880   'to_arg_functions' => '',
32881   'access_callback' => 'user_access',
32882   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
32883   'page_callback' => 'drupal_get_form',
32884   'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
32885   'delivery_callback' => '',
32886   'fit' => '7',
32887   'number_parts' => '3',
32888   'context' => '0',
32889   'tab_parent' => '',
32890   'tab_root' => 'admin/structure/forum',
32891   'title' => 'Forums',
32892   'title_callback' => 't',
32893   'title_arguments' => '',
32894   'theme_callback' => '',
32895   'theme_arguments' => 'a:0:{}',
32896   'type' => '6',
32897   'description' => 'Control forum hierarchy settings.',
32898   'position' => '',
32899   'weight' => '0',
32900   'include_file' => 'modules/forum/forum.admin.inc',
32901 ))
32902 ->values(array(
32903   'path' => 'admin/structure/forum/add/container',
32904   'load_functions' => '',
32905   'to_arg_functions' => '',
32906   'access_callback' => 'user_access',
32907   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
32908   'page_callback' => 'forum_form_main',
32909   'page_arguments' => 'a:1:{i:0;s:9:"container";}',
32910   'delivery_callback' => '',
32911   'fit' => '31',
32912   'number_parts' => '5',
32913   'context' => '1',
32914   'tab_parent' => 'admin/structure/forum',
32915   'tab_root' => 'admin/structure/forum',
32916   'title' => 'Add container',
32917   'title_callback' => 't',
32918   'title_arguments' => '',
32919   'theme_callback' => '',
32920   'theme_arguments' => 'a:0:{}',
32921   'type' => '388',
32922   'description' => '',
32923   'position' => '',
32924   'weight' => '0',
32925   'include_file' => 'modules/forum/forum.admin.inc',
32926 ))
32927 ->values(array(
32928   'path' => 'admin/structure/forum/add/forum',
32929   'load_functions' => '',
32930   'to_arg_functions' => '',
32931   'access_callback' => 'user_access',
32932   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
32933   'page_callback' => 'forum_form_main',
32934   'page_arguments' => 'a:1:{i:0;s:5:"forum";}',
32935   'delivery_callback' => '',
32936   'fit' => '31',
32937   'number_parts' => '5',
32938   'context' => '1',
32939   'tab_parent' => 'admin/structure/forum',
32940   'tab_root' => 'admin/structure/forum',
32941   'title' => 'Add forum',
32942   'title_callback' => 't',
32943   'title_arguments' => '',
32944   'theme_callback' => '',
32945   'theme_arguments' => 'a:0:{}',
32946   'type' => '388',
32947   'description' => '',
32948   'position' => '',
32949   'weight' => '0',
32950   'include_file' => 'modules/forum/forum.admin.inc',
32951 ))
32952 ->values(array(
32953   'path' => 'admin/structure/forum/edit/container/%',
32954   'load_functions' => 'a:1:{i:5;s:18:"taxonomy_term_load";}',
32955   'to_arg_functions' => '',
32956   'access_callback' => 'user_access',
32957   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
32958   'page_callback' => 'forum_form_main',
32959   'page_arguments' => 'a:2:{i:0;s:9:"container";i:1;i:5;}',
32960   'delivery_callback' => '',
32961   'fit' => '62',
32962   'number_parts' => '6',
32963   'context' => '0',
32964   'tab_parent' => '',
32965   'tab_root' => 'admin/structure/forum/edit/container/%',
32966   'title' => 'Edit container',
32967   'title_callback' => 't',
32968   'title_arguments' => '',
32969   'theme_callback' => '',
32970   'theme_arguments' => 'a:0:{}',
32971   'type' => '6',
32972   'description' => '',
32973   'position' => '',
32974   'weight' => '0',
32975   'include_file' => 'modules/forum/forum.admin.inc',
32976 ))
32977 ->values(array(
32978   'path' => 'admin/structure/forum/edit/forum/%',
32979   'load_functions' => 'a:1:{i:5;s:18:"taxonomy_term_load";}',
32980   'to_arg_functions' => '',
32981   'access_callback' => 'user_access',
32982   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
32983   'page_callback' => 'forum_form_main',
32984   'page_arguments' => 'a:2:{i:0;s:5:"forum";i:1;i:5;}',
32985   'delivery_callback' => '',
32986   'fit' => '62',
32987   'number_parts' => '6',
32988   'context' => '0',
32989   'tab_parent' => '',
32990   'tab_root' => 'admin/structure/forum/edit/forum/%',
32991   'title' => 'Edit forum',
32992   'title_callback' => 't',
32993   'title_arguments' => '',
32994   'theme_callback' => '',
32995   'theme_arguments' => 'a:0:{}',
32996   'type' => '6',
32997   'description' => '',
32998   'position' => '',
32999   'weight' => '0',
33000   'include_file' => 'modules/forum/forum.admin.inc',
33001 ))
33002 ->values(array(
33003   'path' => 'admin/structure/forum/list',
33004   'load_functions' => '',
33005   'to_arg_functions' => '',
33006   'access_callback' => 'user_access',
33007   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
33008   'page_callback' => 'drupal_get_form',
33009   'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
33010   'delivery_callback' => '',
33011   'fit' => '15',
33012   'number_parts' => '4',
33013   'context' => '1',
33014   'tab_parent' => 'admin/structure/forum',
33015   'tab_root' => 'admin/structure/forum',
33016   'title' => 'List',
33017   'title_callback' => 't',
33018   'title_arguments' => '',
33019   'theme_callback' => '',
33020   'theme_arguments' => 'a:0:{}',
33021   'type' => '140',
33022   'description' => '',
33023   'position' => '',
33024   'weight' => '-10',
33025   'include_file' => 'modules/forum/forum.admin.inc',
33026 ))
33027 ->values(array(
33028   'path' => 'admin/structure/forum/settings',
33029   'load_functions' => '',
33030   'to_arg_functions' => '',
33031   'access_callback' => 'user_access',
33032   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
33033   'page_callback' => 'drupal_get_form',
33034   'page_arguments' => 'a:1:{i:0;s:20:"forum_admin_settings";}',
33035   'delivery_callback' => '',
33036   'fit' => '15',
33037   'number_parts' => '4',
33038   'context' => '1',
33039   'tab_parent' => 'admin/structure/forum',
33040   'tab_root' => 'admin/structure/forum',
33041   'title' => 'Settings',
33042   'title_callback' => 't',
33043   'title_arguments' => '',
33044   'theme_callback' => '',
33045   'theme_arguments' => 'a:0:{}',
33046   'type' => '132',
33047   'description' => '',
33048   'position' => '',
33049   'weight' => '5',
33050   'include_file' => 'modules/forum/forum.admin.inc',
33051 ))
33052 ->values(array(
33053   'path' => 'admin/structure/menu',
33054   'load_functions' => '',
33055   'to_arg_functions' => '',
33056   'access_callback' => 'user_access',
33057   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33058   'page_callback' => 'menu_overview_page',
33059   'page_arguments' => 'a:0:{}',
33060   'delivery_callback' => '',
33061   'fit' => '7',
33062   'number_parts' => '3',
33063   'context' => '0',
33064   'tab_parent' => '',
33065   'tab_root' => 'admin/structure/menu',
33066   'title' => 'Menus',
33067   'title_callback' => 't',
33068   'title_arguments' => '',
33069   'theme_callback' => '',
33070   'theme_arguments' => 'a:0:{}',
33071   'type' => '6',
33072   'description' => 'Add new menus to your site, edit existing menus, and rename and reorganize menu links.',
33073   'position' => '',
33074   'weight' => '0',
33075   'include_file' => 'modules/menu/menu.admin.inc',
33076 ))
33077 ->values(array(
33078   'path' => 'admin/structure/menu/add',
33079   'load_functions' => '',
33080   'to_arg_functions' => '',
33081   'access_callback' => 'user_access',
33082   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33083   'page_callback' => 'drupal_get_form',
33084   'page_arguments' => 'a:2:{i:0;s:14:"menu_edit_menu";i:1;s:3:"add";}',
33085   'delivery_callback' => '',
33086   'fit' => '15',
33087   'number_parts' => '4',
33088   'context' => '1',
33089   'tab_parent' => 'admin/structure/menu',
33090   'tab_root' => 'admin/structure/menu',
33091   'title' => 'Add menu',
33092   'title_callback' => 't',
33093   'title_arguments' => '',
33094   'theme_callback' => '',
33095   'theme_arguments' => 'a:0:{}',
33096   'type' => '388',
33097   'description' => '',
33098   'position' => '',
33099   'weight' => '0',
33100   'include_file' => 'modules/menu/menu.admin.inc',
33101 ))
33102 ->values(array(
33103   'path' => 'admin/structure/menu/item/%/delete',
33104   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
33105   'to_arg_functions' => '',
33106   'access_callback' => 'user_access',
33107   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33108   'page_callback' => 'menu_item_delete_page',
33109   'page_arguments' => 'a:1:{i:0;i:4;}',
33110   'delivery_callback' => '',
33111   'fit' => '61',
33112   'number_parts' => '6',
33113   'context' => '0',
33114   'tab_parent' => '',
33115   'tab_root' => 'admin/structure/menu/item/%/delete',
33116   'title' => 'Delete menu link',
33117   'title_callback' => 't',
33118   'title_arguments' => '',
33119   'theme_callback' => '',
33120   'theme_arguments' => 'a:0:{}',
33121   'type' => '6',
33122   'description' => '',
33123   'position' => '',
33124   'weight' => '0',
33125   'include_file' => 'modules/menu/menu.admin.inc',
33126 ))
33127 ->values(array(
33128   'path' => 'admin/structure/menu/item/%/edit',
33129   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
33130   'to_arg_functions' => '',
33131   'access_callback' => 'user_access',
33132   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33133   'page_callback' => 'drupal_get_form',
33134   'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:4:"edit";i:2;i:4;i:3;N;}',
33135   'delivery_callback' => '',
33136   'fit' => '61',
33137   'number_parts' => '6',
33138   'context' => '0',
33139   'tab_parent' => '',
33140   'tab_root' => 'admin/structure/menu/item/%/edit',
33141   'title' => 'Edit menu link',
33142   'title_callback' => 't',
33143   'title_arguments' => '',
33144   'theme_callback' => '',
33145   'theme_arguments' => 'a:0:{}',
33146   'type' => '6',
33147   'description' => '',
33148   'position' => '',
33149   'weight' => '0',
33150   'include_file' => 'modules/menu/menu.admin.inc',
33151 ))
33152 ->values(array(
33153   'path' => 'admin/structure/menu/item/%/reset',
33154   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
33155   'to_arg_functions' => '',
33156   'access_callback' => 'user_access',
33157   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33158   'page_callback' => 'drupal_get_form',
33159   'page_arguments' => 'a:2:{i:0;s:23:"menu_reset_item_confirm";i:1;i:4;}',
33160   'delivery_callback' => '',
33161   'fit' => '61',
33162   'number_parts' => '6',
33163   'context' => '0',
33164   'tab_parent' => '',
33165   'tab_root' => 'admin/structure/menu/item/%/reset',
33166   'title' => 'Reset menu link',
33167   'title_callback' => 't',
33168   'title_arguments' => '',
33169   'theme_callback' => '',
33170   'theme_arguments' => 'a:0:{}',
33171   'type' => '6',
33172   'description' => '',
33173   'position' => '',
33174   'weight' => '0',
33175   'include_file' => 'modules/menu/menu.admin.inc',
33176 ))
33177 ->values(array(
33178   'path' => 'admin/structure/menu/list',
33179   'load_functions' => '',
33180   'to_arg_functions' => '',
33181   'access_callback' => 'user_access',
33182   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33183   'page_callback' => 'menu_overview_page',
33184   'page_arguments' => 'a:0:{}',
33185   'delivery_callback' => '',
33186   'fit' => '15',
33187   'number_parts' => '4',
33188   'context' => '1',
33189   'tab_parent' => 'admin/structure/menu',
33190   'tab_root' => 'admin/structure/menu',
33191   'title' => 'List menus',
33192   'title_callback' => 't',
33193   'title_arguments' => '',
33194   'theme_callback' => '',
33195   'theme_arguments' => 'a:0:{}',
33196   'type' => '140',
33197   'description' => '',
33198   'position' => '',
33199   'weight' => '-10',
33200   'include_file' => 'modules/menu/menu.admin.inc',
33201 ))
33202 ->values(array(
33203   'path' => 'admin/structure/menu/manage/%',
33204   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
33205   'to_arg_functions' => '',
33206   'access_callback' => 'user_access',
33207   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33208   'page_callback' => 'drupal_get_form',
33209   'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:4;}',
33210   'delivery_callback' => '',
33211   'fit' => '30',
33212   'number_parts' => '5',
33213   'context' => '0',
33214   'tab_parent' => '',
33215   'tab_root' => 'admin/structure/menu/manage/%',
33216   'title' => 'Customize menu',
33217   'title_callback' => 'menu_overview_title',
33218   'title_arguments' => 'a:1:{i:0;i:4;}',
33219   'theme_callback' => '',
33220   'theme_arguments' => 'a:0:{}',
33221   'type' => '6',
33222   'description' => '',
33223   'position' => '',
33224   'weight' => '0',
33225   'include_file' => 'modules/menu/menu.admin.inc',
33226 ))
33227 ->values(array(
33228   'path' => 'admin/structure/menu/manage/%/add',
33229   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
33230   'to_arg_functions' => '',
33231   'access_callback' => 'user_access',
33232   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33233   'page_callback' => 'drupal_get_form',
33234   'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:3:"add";i:2;N;i:3;i:4;}',
33235   'delivery_callback' => '',
33236   'fit' => '61',
33237   'number_parts' => '6',
33238   'context' => '1',
33239   'tab_parent' => 'admin/structure/menu/manage/%',
33240   'tab_root' => 'admin/structure/menu/manage/%',
33241   'title' => 'Add link',
33242   'title_callback' => 't',
33243   'title_arguments' => '',
33244   'theme_callback' => '',
33245   'theme_arguments' => 'a:0:{}',
33246   'type' => '388',
33247   'description' => '',
33248   'position' => '',
33249   'weight' => '0',
33250   'include_file' => 'modules/menu/menu.admin.inc',
33251 ))
33252 ->values(array(
33253   'path' => 'admin/structure/menu/manage/%/delete',
33254   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
33255   'to_arg_functions' => '',
33256   'access_callback' => 'user_access',
33257   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33258   'page_callback' => 'menu_delete_menu_page',
33259   'page_arguments' => 'a:1:{i:0;i:4;}',
33260   'delivery_callback' => '',
33261   'fit' => '61',
33262   'number_parts' => '6',
33263   'context' => '0',
33264   'tab_parent' => '',
33265   'tab_root' => 'admin/structure/menu/manage/%/delete',
33266   'title' => 'Delete menu',
33267   'title_callback' => 't',
33268   'title_arguments' => '',
33269   'theme_callback' => '',
33270   'theme_arguments' => 'a:0:{}',
33271   'type' => '6',
33272   'description' => '',
33273   'position' => '',
33274   'weight' => '0',
33275   'include_file' => 'modules/menu/menu.admin.inc',
33276 ))
33277 ->values(array(
33278   'path' => 'admin/structure/menu/manage/%/edit',
33279   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
33280   'to_arg_functions' => '',
33281   'access_callback' => 'user_access',
33282   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33283   'page_callback' => 'drupal_get_form',
33284   'page_arguments' => 'a:3:{i:0;s:14:"menu_edit_menu";i:1;s:4:"edit";i:2;i:4;}',
33285   'delivery_callback' => '',
33286   'fit' => '61',
33287   'number_parts' => '6',
33288   'context' => '3',
33289   'tab_parent' => 'admin/structure/menu/manage/%',
33290   'tab_root' => 'admin/structure/menu/manage/%',
33291   'title' => 'Edit menu',
33292   'title_callback' => 't',
33293   'title_arguments' => '',
33294   'theme_callback' => '',
33295   'theme_arguments' => 'a:0:{}',
33296   'type' => '132',
33297   'description' => '',
33298   'position' => '',
33299   'weight' => '0',
33300   'include_file' => 'modules/menu/menu.admin.inc',
33301 ))
33302 ->values(array(
33303   'path' => 'admin/structure/menu/manage/%/list',
33304   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
33305   'to_arg_functions' => '',
33306   'access_callback' => 'user_access',
33307   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33308   'page_callback' => 'drupal_get_form',
33309   'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:4;}',
33310   'delivery_callback' => '',
33311   'fit' => '61',
33312   'number_parts' => '6',
33313   'context' => '3',
33314   'tab_parent' => 'admin/structure/menu/manage/%',
33315   'tab_root' => 'admin/structure/menu/manage/%',
33316   'title' => 'List links',
33317   'title_callback' => 't',
33318   'title_arguments' => '',
33319   'theme_callback' => '',
33320   'theme_arguments' => 'a:0:{}',
33321   'type' => '140',
33322   'description' => '',
33323   'position' => '',
33324   'weight' => '-10',
33325   'include_file' => 'modules/menu/menu.admin.inc',
33326 ))
33327 ->values(array(
33328   'path' => 'admin/structure/menu/parents',
33329   'load_functions' => '',
33330   'to_arg_functions' => '',
33331   'access_callback' => 'user_access',
33332   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33333   'page_callback' => 'menu_parent_options_js',
33334   'page_arguments' => 'a:0:{}',
33335   'delivery_callback' => '',
33336   'fit' => '15',
33337   'number_parts' => '4',
33338   'context' => '0',
33339   'tab_parent' => '',
33340   'tab_root' => 'admin/structure/menu/parents',
33341   'title' => 'Parent menu items',
33342   'title_callback' => 't',
33343   'title_arguments' => '',
33344   'theme_callback' => '',
33345   'theme_arguments' => 'a:0:{}',
33346   'type' => '0',
33347   'description' => '',
33348   'position' => '',
33349   'weight' => '0',
33350   'include_file' => '',
33351 ))
33352 ->values(array(
33353   'path' => 'admin/structure/menu/settings',
33354   'load_functions' => '',
33355   'to_arg_functions' => '',
33356   'access_callback' => 'user_access',
33357   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
33358   'page_callback' => 'drupal_get_form',
33359   'page_arguments' => 'a:1:{i:0;s:14:"menu_configure";}',
33360   'delivery_callback' => '',
33361   'fit' => '15',
33362   'number_parts' => '4',
33363   'context' => '1',
33364   'tab_parent' => 'admin/structure/menu',
33365   'tab_root' => 'admin/structure/menu',
33366   'title' => 'Settings',
33367   'title_callback' => 't',
33368   'title_arguments' => '',
33369   'theme_callback' => '',
33370   'theme_arguments' => 'a:0:{}',
33371   'type' => '132',
33372   'description' => '',
33373   'position' => '',
33374   'weight' => '5',
33375   'include_file' => 'modules/menu/menu.admin.inc',
33376 ))
33377 ->values(array(
33378   'path' => 'admin/structure/taxonomy',
33379   'load_functions' => '',
33380   'to_arg_functions' => '',
33381   'access_callback' => 'user_access',
33382   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33383   'page_callback' => 'drupal_get_form',
33384   'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}',
33385   'delivery_callback' => '',
33386   'fit' => '7',
33387   'number_parts' => '3',
33388   'context' => '0',
33389   'tab_parent' => '',
33390   'tab_root' => 'admin/structure/taxonomy',
33391   'title' => 'Taxonomy',
33392   'title_callback' => 't',
33393   'title_arguments' => '',
33394   'theme_callback' => '',
33395   'theme_arguments' => 'a:0:{}',
33396   'type' => '6',
33397   'description' => 'Manage tagging, categorization, and classification of your content.',
33398   'position' => '',
33399   'weight' => '0',
33400   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33401 ))
33402 ->values(array(
33403   'path' => 'admin/structure/taxonomy/%',
33404   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33405   'to_arg_functions' => '',
33406   'access_callback' => 'user_access',
33407   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33408   'page_callback' => 'drupal_get_form',
33409   'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}',
33410   'delivery_callback' => '',
33411   'fit' => '14',
33412   'number_parts' => '4',
33413   'context' => '0',
33414   'tab_parent' => '',
33415   'tab_root' => 'admin/structure/taxonomy/%',
33416   'title' => '',
33417   'title_callback' => 'entity_label',
33418   'title_arguments' => 'a:2:{i:0;s:19:"taxonomy_vocabulary";i:1;i:3;}',
33419   'theme_callback' => '',
33420   'theme_arguments' => 'a:0:{}',
33421   'type' => '6',
33422   'description' => '',
33423   'position' => '',
33424   'weight' => '0',
33425   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33426 ))
33427 ->values(array(
33428   'path' => 'admin/structure/taxonomy/%/add',
33429   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33430   'to_arg_functions' => '',
33431   'access_callback' => 'user_access',
33432   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33433   'page_callback' => 'drupal_get_form',
33434   'page_arguments' => 'a:3:{i:0;s:18:"taxonomy_form_term";i:1;a:0:{}i:2;i:3;}',
33435   'delivery_callback' => '',
33436   'fit' => '29',
33437   'number_parts' => '5',
33438   'context' => '1',
33439   'tab_parent' => 'admin/structure/taxonomy/%',
33440   'tab_root' => 'admin/structure/taxonomy/%',
33441   'title' => 'Add term',
33442   'title_callback' => 't',
33443   'title_arguments' => '',
33444   'theme_callback' => '',
33445   'theme_arguments' => 'a:0:{}',
33446   'type' => '388',
33447   'description' => '',
33448   'position' => '',
33449   'weight' => '0',
33450   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33451 ))
33452 ->values(array(
33453   'path' => 'admin/structure/taxonomy/%/display',
33454   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33455   'to_arg_functions' => '',
33456   'access_callback' => 'user_access',
33457   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33458   'page_callback' => 'drupal_get_form',
33459   '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";}',
33460   'delivery_callback' => '',
33461   'fit' => '29',
33462   'number_parts' => '5',
33463   'context' => '1',
33464   'tab_parent' => 'admin/structure/taxonomy/%',
33465   'tab_root' => 'admin/structure/taxonomy/%',
33466   'title' => 'Manage display',
33467   'title_callback' => 't',
33468   'title_arguments' => '',
33469   'theme_callback' => '',
33470   'theme_arguments' => 'a:0:{}',
33471   'type' => '132',
33472   'description' => '',
33473   'position' => '',
33474   'weight' => '2',
33475   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33476 ))
33477 ->values(array(
33478   'path' => 'admin/structure/taxonomy/%/display/default',
33479   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33480   'to_arg_functions' => '',
33481   'access_callback' => '_field_ui_view_mode_menu_access',
33482   '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";}',
33483   'page_callback' => 'drupal_get_form',
33484   '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";}',
33485   'delivery_callback' => '',
33486   'fit' => '59',
33487   'number_parts' => '6',
33488   'context' => '1',
33489   'tab_parent' => 'admin/structure/taxonomy/%/display',
33490   'tab_root' => 'admin/structure/taxonomy/%',
33491   'title' => 'Default',
33492   'title_callback' => 't',
33493   'title_arguments' => '',
33494   'theme_callback' => '',
33495   'theme_arguments' => 'a:0:{}',
33496   'type' => '140',
33497   'description' => '',
33498   'position' => '',
33499   'weight' => '-10',
33500   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33501 ))
33502 ->values(array(
33503   'path' => 'admin/structure/taxonomy/%/display/full',
33504   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33505   'to_arg_functions' => '',
33506   'access_callback' => '_field_ui_view_mode_menu_access',
33507   '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";}',
33508   'page_callback' => 'drupal_get_form',
33509   '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";}',
33510   'delivery_callback' => '',
33511   'fit' => '59',
33512   'number_parts' => '6',
33513   'context' => '1',
33514   'tab_parent' => 'admin/structure/taxonomy/%/display',
33515   'tab_root' => 'admin/structure/taxonomy/%',
33516   'title' => 'Taxonomy term page',
33517   'title_callback' => 't',
33518   'title_arguments' => '',
33519   'theme_callback' => '',
33520   'theme_arguments' => 'a:0:{}',
33521   'type' => '132',
33522   'description' => '',
33523   'position' => '',
33524   'weight' => '0',
33525   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33526 ))
33527 ->values(array(
33528   'path' => 'admin/structure/taxonomy/%/edit',
33529   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33530   'to_arg_functions' => '',
33531   'access_callback' => 'user_access',
33532   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33533   'page_callback' => 'drupal_get_form',
33534   'page_arguments' => 'a:2:{i:0;s:24:"taxonomy_form_vocabulary";i:1;i:3;}',
33535   'delivery_callback' => '',
33536   'fit' => '29',
33537   'number_parts' => '5',
33538   'context' => '1',
33539   'tab_parent' => 'admin/structure/taxonomy/%',
33540   'tab_root' => 'admin/structure/taxonomy/%',
33541   'title' => 'Edit',
33542   'title_callback' => 't',
33543   'title_arguments' => '',
33544   'theme_callback' => '',
33545   'theme_arguments' => 'a:0:{}',
33546   'type' => '132',
33547   'description' => '',
33548   'position' => '',
33549   'weight' => '-10',
33550   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33551 ))
33552 ->values(array(
33553   'path' => 'admin/structure/taxonomy/%/fields',
33554   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33555   'to_arg_functions' => '',
33556   'access_callback' => 'user_access',
33557   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33558   'page_callback' => 'drupal_get_form',
33559   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:13:"taxonomy_term";i:2;i:3;}',
33560   'delivery_callback' => '',
33561   'fit' => '29',
33562   'number_parts' => '5',
33563   'context' => '1',
33564   'tab_parent' => 'admin/structure/taxonomy/%',
33565   'tab_root' => 'admin/structure/taxonomy/%',
33566   'title' => 'Manage fields',
33567   'title_callback' => 't',
33568   'title_arguments' => '',
33569   'theme_callback' => '',
33570   'theme_arguments' => 'a:0:{}',
33571   'type' => '132',
33572   'description' => '',
33573   'position' => '',
33574   'weight' => '1',
33575   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33576 ))
33577 ->values(array(
33578   'path' => 'admin/structure/taxonomy/%/fields/%',
33579   '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";}}}',
33580   'to_arg_functions' => '',
33581   'access_callback' => 'user_access',
33582   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33583   'page_callback' => 'drupal_get_form',
33584   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
33585   'delivery_callback' => '',
33586   'fit' => '58',
33587   'number_parts' => '6',
33588   'context' => '0',
33589   'tab_parent' => '',
33590   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
33591   'title' => '',
33592   'title_callback' => 'field_ui_menu_title',
33593   'title_arguments' => 'a:1:{i:0;i:5;}',
33594   'theme_callback' => '',
33595   'theme_arguments' => 'a:0:{}',
33596   'type' => '6',
33597   'description' => '',
33598   'position' => '',
33599   'weight' => '0',
33600   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33601 ))
33602 ->values(array(
33603   'path' => 'admin/structure/taxonomy/%/fields/%/delete',
33604   '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";}}}',
33605   'to_arg_functions' => '',
33606   'access_callback' => 'user_access',
33607   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33608   'page_callback' => 'drupal_get_form',
33609   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:5;}',
33610   'delivery_callback' => '',
33611   'fit' => '117',
33612   'number_parts' => '7',
33613   'context' => '1',
33614   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
33615   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
33616   'title' => 'Delete',
33617   'title_callback' => 't',
33618   'title_arguments' => '',
33619   'theme_callback' => '',
33620   'theme_arguments' => 'a:0:{}',
33621   'type' => '132',
33622   'description' => '',
33623   'position' => '',
33624   'weight' => '10',
33625   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33626 ))
33627 ->values(array(
33628   'path' => 'admin/structure/taxonomy/%/fields/%/edit',
33629   '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";}}}',
33630   'to_arg_functions' => '',
33631   'access_callback' => 'user_access',
33632   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33633   'page_callback' => 'drupal_get_form',
33634   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
33635   'delivery_callback' => '',
33636   'fit' => '117',
33637   'number_parts' => '7',
33638   'context' => '1',
33639   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
33640   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
33641   'title' => 'Edit',
33642   'title_callback' => 't',
33643   'title_arguments' => '',
33644   'theme_callback' => '',
33645   'theme_arguments' => 'a:0:{}',
33646   'type' => '140',
33647   'description' => '',
33648   'position' => '',
33649   'weight' => '0',
33650   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33651 ))
33652 ->values(array(
33653   'path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
33654   '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";}}}',
33655   'to_arg_functions' => '',
33656   'access_callback' => 'user_access',
33657   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33658   'page_callback' => 'drupal_get_form',
33659   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:5;}',
33660   'delivery_callback' => '',
33661   'fit' => '117',
33662   'number_parts' => '7',
33663   'context' => '1',
33664   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
33665   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
33666   'title' => 'Field settings',
33667   'title_callback' => 't',
33668   'title_arguments' => '',
33669   'theme_callback' => '',
33670   'theme_arguments' => 'a:0:{}',
33671   'type' => '132',
33672   'description' => '',
33673   'position' => '',
33674   'weight' => '0',
33675   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33676 ))
33677 ->values(array(
33678   'path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
33679   '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";}}}',
33680   'to_arg_functions' => '',
33681   'access_callback' => 'user_access',
33682   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33683   'page_callback' => 'drupal_get_form',
33684   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:5;}',
33685   'delivery_callback' => '',
33686   'fit' => '117',
33687   'number_parts' => '7',
33688   'context' => '1',
33689   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
33690   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
33691   'title' => 'Widget type',
33692   'title_callback' => 't',
33693   'title_arguments' => '',
33694   'theme_callback' => '',
33695   'theme_arguments' => 'a:0:{}',
33696   'type' => '132',
33697   'description' => '',
33698   'position' => '',
33699   'weight' => '0',
33700   'include_file' => 'modules/field_ui/field_ui.admin.inc',
33701 ))
33702 ->values(array(
33703   'path' => 'admin/structure/taxonomy/%/list',
33704   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
33705   'to_arg_functions' => '',
33706   'access_callback' => 'user_access',
33707   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33708   'page_callback' => 'drupal_get_form',
33709   'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}',
33710   'delivery_callback' => '',
33711   'fit' => '29',
33712   'number_parts' => '5',
33713   'context' => '1',
33714   'tab_parent' => 'admin/structure/taxonomy/%',
33715   'tab_root' => 'admin/structure/taxonomy/%',
33716   'title' => 'List',
33717   'title_callback' => 't',
33718   'title_arguments' => '',
33719   'theme_callback' => '',
33720   'theme_arguments' => 'a:0:{}',
33721   'type' => '140',
33722   'description' => '',
33723   'position' => '',
33724   'weight' => '-20',
33725   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33726 ))
33727 ->values(array(
33728   'path' => 'admin/structure/taxonomy/add',
33729   'load_functions' => '',
33730   'to_arg_functions' => '',
33731   'access_callback' => 'user_access',
33732   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33733   'page_callback' => 'drupal_get_form',
33734   'page_arguments' => 'a:1:{i:0;s:24:"taxonomy_form_vocabulary";}',
33735   'delivery_callback' => '',
33736   'fit' => '15',
33737   'number_parts' => '4',
33738   'context' => '1',
33739   'tab_parent' => 'admin/structure/taxonomy',
33740   'tab_root' => 'admin/structure/taxonomy',
33741   'title' => 'Add vocabulary',
33742   'title_callback' => 't',
33743   'title_arguments' => '',
33744   'theme_callback' => '',
33745   'theme_arguments' => 'a:0:{}',
33746   'type' => '388',
33747   'description' => '',
33748   'position' => '',
33749   'weight' => '0',
33750   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33751 ))
33752 ->values(array(
33753   'path' => 'admin/structure/taxonomy/list',
33754   'load_functions' => '',
33755   'to_arg_functions' => '',
33756   'access_callback' => 'user_access',
33757   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
33758   'page_callback' => 'drupal_get_form',
33759   'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}',
33760   'delivery_callback' => '',
33761   'fit' => '15',
33762   'number_parts' => '4',
33763   'context' => '1',
33764   'tab_parent' => 'admin/structure/taxonomy',
33765   'tab_root' => 'admin/structure/taxonomy',
33766   'title' => 'List',
33767   'title_callback' => 't',
33768   'title_arguments' => '',
33769   'theme_callback' => '',
33770   'theme_arguments' => 'a:0:{}',
33771   'type' => '140',
33772   'description' => '',
33773   'position' => '',
33774   'weight' => '-10',
33775   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
33776 ))
33777 ->values(array(
33778   'path' => 'admin/structure/trigger',
33779   'load_functions' => '',
33780   'to_arg_functions' => '',
33781   'access_callback' => 'user_access',
33782   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
33783   'page_callback' => 'trigger_assign',
33784   'page_arguments' => 'a:0:{}',
33785   'delivery_callback' => '',
33786   'fit' => '7',
33787   'number_parts' => '3',
33788   'context' => '0',
33789   'tab_parent' => '',
33790   'tab_root' => 'admin/structure/trigger',
33791   'title' => 'Triggers',
33792   'title_callback' => 't',
33793   'title_arguments' => '',
33794   'theme_callback' => '',
33795   'theme_arguments' => 'a:0:{}',
33796   'type' => '6',
33797   'description' => 'Configure when to execute actions.',
33798   'position' => '',
33799   'weight' => '0',
33800   'include_file' => 'modules/trigger/trigger.admin.inc',
33801 ))
33802 ->values(array(
33803   'path' => 'admin/structure/trigger/comment',
33804   'load_functions' => '',
33805   'to_arg_functions' => '',
33806   'access_callback' => 'user_access',
33807   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
33808   'page_callback' => 'trigger_assign',
33809   'page_arguments' => 'a:1:{i:0;s:7:"comment";}',
33810   'delivery_callback' => '',
33811   'fit' => '15',
33812   'number_parts' => '4',
33813   'context' => '1',
33814   'tab_parent' => 'admin/structure/trigger',
33815   'tab_root' => 'admin/structure/trigger',
33816   'title' => 'Comment',
33817   'title_callback' => 't',
33818   'title_arguments' => '',
33819   'theme_callback' => '',
33820   'theme_arguments' => 'a:0:{}',
33821   'type' => '132',
33822   'description' => '',
33823   'position' => '',
33824   'weight' => '0',
33825   'include_file' => 'modules/trigger/trigger.admin.inc',
33826 ))
33827 ->values(array(
33828   'path' => 'admin/structure/trigger/node',
33829   'load_functions' => '',
33830   'to_arg_functions' => '',
33831   'access_callback' => 'user_access',
33832   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
33833   'page_callback' => 'trigger_assign',
33834   'page_arguments' => 'a:1:{i:0;s:4:"node";}',
33835   'delivery_callback' => '',
33836   'fit' => '15',
33837   'number_parts' => '4',
33838   'context' => '1',
33839   'tab_parent' => 'admin/structure/trigger',
33840   'tab_root' => 'admin/structure/trigger',
33841   'title' => 'Node',
33842   'title_callback' => 't',
33843   'title_arguments' => '',
33844   'theme_callback' => '',
33845   'theme_arguments' => 'a:0:{}',
33846   'type' => '132',
33847   'description' => '',
33848   'position' => '',
33849   'weight' => '0',
33850   'include_file' => 'modules/trigger/trigger.admin.inc',
33851 ))
33852 ->values(array(
33853   'path' => 'admin/structure/trigger/system',
33854   'load_functions' => '',
33855   'to_arg_functions' => '',
33856   'access_callback' => 'user_access',
33857   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
33858   'page_callback' => 'trigger_assign',
33859   'page_arguments' => 'a:1:{i:0;s:6:"system";}',
33860   'delivery_callback' => '',
33861   'fit' => '15',
33862   'number_parts' => '4',
33863   'context' => '1',
33864   'tab_parent' => 'admin/structure/trigger',
33865   'tab_root' => 'admin/structure/trigger',
33866   'title' => 'System',
33867   'title_callback' => 't',
33868   'title_arguments' => '',
33869   'theme_callback' => '',
33870   'theme_arguments' => 'a:0:{}',
33871   'type' => '132',
33872   'description' => '',
33873   'position' => '',
33874   'weight' => '0',
33875   'include_file' => 'modules/trigger/trigger.admin.inc',
33876 ))
33877 ->values(array(
33878   'path' => 'admin/structure/trigger/taxonomy',
33879   'load_functions' => '',
33880   'to_arg_functions' => '',
33881   'access_callback' => 'user_access',
33882   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
33883   'page_callback' => 'trigger_assign',
33884   'page_arguments' => 'a:1:{i:0;s:8:"taxonomy";}',
33885   'delivery_callback' => '',
33886   'fit' => '15',
33887   'number_parts' => '4',
33888   'context' => '1',
33889   'tab_parent' => 'admin/structure/trigger',
33890   'tab_root' => 'admin/structure/trigger',
33891   'title' => 'Taxonomy',
33892   'title_callback' => 't',
33893   'title_arguments' => '',
33894   'theme_callback' => '',
33895   'theme_arguments' => 'a:0:{}',
33896   'type' => '132',
33897   'description' => '',
33898   'position' => '',
33899   'weight' => '0',
33900   'include_file' => 'modules/trigger/trigger.admin.inc',
33901 ))
33902 ->values(array(
33903   'path' => 'admin/structure/trigger/unassign',
33904   'load_functions' => '',
33905   'to_arg_functions' => '',
33906   'access_callback' => 'trigger_menu_unassign_access',
33907   'access_arguments' => 'a:0:{}',
33908   'page_callback' => 'drupal_get_form',
33909   'page_arguments' => 'a:1:{i:0;s:16:"trigger_unassign";}',
33910   'delivery_callback' => '',
33911   'fit' => '15',
33912   'number_parts' => '4',
33913   'context' => '0',
33914   'tab_parent' => '',
33915   'tab_root' => 'admin/structure/trigger/unassign',
33916   'title' => 'Unassign',
33917   'title_callback' => 't',
33918   'title_arguments' => '',
33919   'theme_callback' => '',
33920   'theme_arguments' => 'a:0:{}',
33921   'type' => '4',
33922   'description' => 'Unassign an action from a trigger.',
33923   'position' => '',
33924   'weight' => '0',
33925   'include_file' => 'modules/trigger/trigger.admin.inc',
33926 ))
33927 ->values(array(
33928   'path' => 'admin/structure/trigger/user',
33929   'load_functions' => '',
33930   'to_arg_functions' => '',
33931   'access_callback' => 'user_access',
33932   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
33933   'page_callback' => 'trigger_assign',
33934   'page_arguments' => 'a:1:{i:0;s:4:"user";}',
33935   'delivery_callback' => '',
33936   'fit' => '15',
33937   'number_parts' => '4',
33938   'context' => '1',
33939   'tab_parent' => 'admin/structure/trigger',
33940   'tab_root' => 'admin/structure/trigger',
33941   'title' => 'User',
33942   'title_callback' => 't',
33943   'title_arguments' => '',
33944   'theme_callback' => '',
33945   'theme_arguments' => 'a:0:{}',
33946   'type' => '132',
33947   'description' => '',
33948   'position' => '',
33949   'weight' => '0',
33950   'include_file' => 'modules/trigger/trigger.admin.inc',
33951 ))
33952 ->values(array(
33953   'path' => 'admin/structure/types',
33954   'load_functions' => '',
33955   'to_arg_functions' => '',
33956   'access_callback' => 'user_access',
33957   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
33958   'page_callback' => 'node_overview_types',
33959   'page_arguments' => 'a:0:{}',
33960   'delivery_callback' => '',
33961   'fit' => '7',
33962   'number_parts' => '3',
33963   'context' => '0',
33964   'tab_parent' => '',
33965   'tab_root' => 'admin/structure/types',
33966   'title' => 'Content types',
33967   'title_callback' => 't',
33968   'title_arguments' => '',
33969   'theme_callback' => '',
33970   'theme_arguments' => 'a:0:{}',
33971   'type' => '6',
33972   'description' => 'Manage content types, including default status, front page promotion, comment settings, etc.',
33973   'position' => '',
33974   'weight' => '0',
33975   'include_file' => 'modules/node/content_types.inc',
33976 ))
33977 ->values(array(
33978   'path' => 'admin/structure/types/add',
33979   'load_functions' => '',
33980   'to_arg_functions' => '',
33981   'access_callback' => 'user_access',
33982   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
33983   'page_callback' => 'drupal_get_form',
33984   'page_arguments' => 'a:1:{i:0;s:14:"node_type_form";}',
33985   'delivery_callback' => '',
33986   'fit' => '15',
33987   'number_parts' => '4',
33988   'context' => '1',
33989   'tab_parent' => 'admin/structure/types',
33990   'tab_root' => 'admin/structure/types',
33991   'title' => 'Add content type',
33992   'title_callback' => 't',
33993   'title_arguments' => '',
33994   'theme_callback' => '',
33995   'theme_arguments' => 'a:0:{}',
33996   'type' => '388',
33997   'description' => '',
33998   'position' => '',
33999   'weight' => '0',
34000   'include_file' => 'modules/node/content_types.inc',
34001 ))
34002 ->values(array(
34003   'path' => 'admin/structure/types/list',
34004   'load_functions' => '',
34005   'to_arg_functions' => '',
34006   'access_callback' => 'user_access',
34007   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34008   'page_callback' => 'node_overview_types',
34009   'page_arguments' => 'a:0:{}',
34010   'delivery_callback' => '',
34011   'fit' => '15',
34012   'number_parts' => '4',
34013   'context' => '1',
34014   'tab_parent' => 'admin/structure/types',
34015   'tab_root' => 'admin/structure/types',
34016   'title' => 'List',
34017   'title_callback' => 't',
34018   'title_arguments' => '',
34019   'theme_callback' => '',
34020   'theme_arguments' => 'a:0:{}',
34021   'type' => '140',
34022   'description' => '',
34023   'position' => '',
34024   'weight' => '-10',
34025   'include_file' => 'modules/node/content_types.inc',
34026 ))
34027 ->values(array(
34028   'path' => 'admin/structure/types/manage/%',
34029   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34030   'to_arg_functions' => '',
34031   'access_callback' => 'user_access',
34032   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34033   'page_callback' => 'drupal_get_form',
34034   'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;i:4;}',
34035   'delivery_callback' => '',
34036   'fit' => '30',
34037   'number_parts' => '5',
34038   'context' => '0',
34039   'tab_parent' => '',
34040   'tab_root' => 'admin/structure/types/manage/%',
34041   'title' => 'Edit content type',
34042   'title_callback' => 'node_type_page_title',
34043   'title_arguments' => 'a:1:{i:0;i:4;}',
34044   'theme_callback' => '',
34045   'theme_arguments' => 'a:0:{}',
34046   'type' => '6',
34047   'description' => '',
34048   'position' => '',
34049   'weight' => '0',
34050   'include_file' => 'modules/node/content_types.inc',
34051 ))
34052 ->values(array(
34053   'path' => 'admin/structure/types/manage/%/comment/display',
34054   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
34055   'to_arg_functions' => '',
34056   'access_callback' => 'user_access',
34057   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34058   'page_callback' => 'drupal_get_form',
34059   '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";}',
34060   'delivery_callback' => '',
34061   'fit' => '123',
34062   'number_parts' => '7',
34063   'context' => '1',
34064   'tab_parent' => 'admin/structure/types/manage/%',
34065   'tab_root' => 'admin/structure/types/manage/%',
34066   'title' => 'Comment display',
34067   'title_callback' => 't',
34068   'title_arguments' => '',
34069   'theme_callback' => '',
34070   'theme_arguments' => 'a:0:{}',
34071   'type' => '132',
34072   'description' => '',
34073   'position' => '',
34074   'weight' => '4',
34075   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34076 ))
34077 ->values(array(
34078   'path' => 'admin/structure/types/manage/%/comment/display/default',
34079   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
34080   'to_arg_functions' => '',
34081   'access_callback' => '_field_ui_view_mode_menu_access',
34082   '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";}',
34083   'page_callback' => 'drupal_get_form',
34084   '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";}',
34085   'delivery_callback' => '',
34086   'fit' => '247',
34087   'number_parts' => '8',
34088   'context' => '1',
34089   'tab_parent' => 'admin/structure/types/manage/%/comment/display',
34090   'tab_root' => 'admin/structure/types/manage/%',
34091   'title' => 'Default',
34092   'title_callback' => 't',
34093   'title_arguments' => '',
34094   'theme_callback' => '',
34095   'theme_arguments' => 'a:0:{}',
34096   'type' => '140',
34097   'description' => '',
34098   'position' => '',
34099   'weight' => '-10',
34100   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34101 ))
34102 ->values(array(
34103   'path' => 'admin/structure/types/manage/%/comment/display/full',
34104   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
34105   'to_arg_functions' => '',
34106   'access_callback' => '_field_ui_view_mode_menu_access',
34107   '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";}',
34108   'page_callback' => 'drupal_get_form',
34109   '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";}',
34110   'delivery_callback' => '',
34111   'fit' => '247',
34112   'number_parts' => '8',
34113   'context' => '1',
34114   'tab_parent' => 'admin/structure/types/manage/%/comment/display',
34115   'tab_root' => 'admin/structure/types/manage/%',
34116   'title' => 'Full comment',
34117   'title_callback' => 't',
34118   'title_arguments' => '',
34119   'theme_callback' => '',
34120   'theme_arguments' => 'a:0:{}',
34121   'type' => '132',
34122   'description' => '',
34123   'position' => '',
34124   'weight' => '0',
34125   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34126 ))
34127 ->values(array(
34128   'path' => 'admin/structure/types/manage/%/comment/fields',
34129   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
34130   'to_arg_functions' => '',
34131   'access_callback' => 'user_access',
34132   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34133   'page_callback' => 'drupal_get_form',
34134   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:7:"comment";i:2;i:4;}',
34135   'delivery_callback' => '',
34136   'fit' => '123',
34137   'number_parts' => '7',
34138   'context' => '1',
34139   'tab_parent' => 'admin/structure/types/manage/%',
34140   'tab_root' => 'admin/structure/types/manage/%',
34141   'title' => 'Comment fields',
34142   'title_callback' => 't',
34143   'title_arguments' => '',
34144   'theme_callback' => '',
34145   'theme_arguments' => 'a:0:{}',
34146   'type' => '132',
34147   'description' => '',
34148   'position' => '',
34149   'weight' => '3',
34150   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34151 ))
34152 ->values(array(
34153   'path' => 'admin/structure/types/manage/%/comment/fields/%',
34154   'load_functions' => 'a:2:{i:4;a:1:{s:22:"comment_node_type_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:7;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
34155   'to_arg_functions' => '',
34156   'access_callback' => 'user_access',
34157   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34158   'page_callback' => 'drupal_get_form',
34159   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:7;}',
34160   'delivery_callback' => '',
34161   'fit' => '246',
34162   'number_parts' => '8',
34163   'context' => '0',
34164   'tab_parent' => '',
34165   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
34166   'title' => '',
34167   'title_callback' => 'field_ui_menu_title',
34168   'title_arguments' => 'a:1:{i:0;i:7;}',
34169   'theme_callback' => '',
34170   'theme_arguments' => 'a:0:{}',
34171   'type' => '6',
34172   'description' => '',
34173   'position' => '',
34174   'weight' => '0',
34175   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34176 ))
34177 ->values(array(
34178   'path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
34179   'load_functions' => 'a:2:{i:4;a:1:{s:22:"comment_node_type_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:7;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
34180   'to_arg_functions' => '',
34181   'access_callback' => 'user_access',
34182   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34183   'page_callback' => 'drupal_get_form',
34184   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:7;}',
34185   'delivery_callback' => '',
34186   'fit' => '493',
34187   'number_parts' => '9',
34188   'context' => '1',
34189   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
34190   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
34191   'title' => 'Delete',
34192   'title_callback' => 't',
34193   'title_arguments' => '',
34194   'theme_callback' => '',
34195   'theme_arguments' => 'a:0:{}',
34196   'type' => '132',
34197   'description' => '',
34198   'position' => '',
34199   'weight' => '10',
34200   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34201 ))
34202 ->values(array(
34203   'path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
34204   'load_functions' => 'a:2:{i:4;a:1:{s:22:"comment_node_type_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:7;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
34205   'to_arg_functions' => '',
34206   'access_callback' => 'user_access',
34207   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34208   'page_callback' => 'drupal_get_form',
34209   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:7;}',
34210   'delivery_callback' => '',
34211   'fit' => '493',
34212   'number_parts' => '9',
34213   'context' => '1',
34214   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
34215   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
34216   'title' => 'Edit',
34217   'title_callback' => 't',
34218   'title_arguments' => '',
34219   'theme_callback' => '',
34220   'theme_arguments' => 'a:0:{}',
34221   'type' => '140',
34222   'description' => '',
34223   'position' => '',
34224   'weight' => '0',
34225   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34226 ))
34227 ->values(array(
34228   'path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
34229   'load_functions' => 'a:2:{i:4;a:1:{s:22:"comment_node_type_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:7;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
34230   'to_arg_functions' => '',
34231   'access_callback' => 'user_access',
34232   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34233   'page_callback' => 'drupal_get_form',
34234   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:7;}',
34235   'delivery_callback' => '',
34236   'fit' => '493',
34237   'number_parts' => '9',
34238   'context' => '1',
34239   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
34240   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
34241   'title' => 'Field settings',
34242   'title_callback' => 't',
34243   'title_arguments' => '',
34244   'theme_callback' => '',
34245   'theme_arguments' => 'a:0:{}',
34246   'type' => '132',
34247   'description' => '',
34248   'position' => '',
34249   'weight' => '0',
34250   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34251 ))
34252 ->values(array(
34253   'path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
34254   'load_functions' => 'a:2:{i:4;a:1:{s:22:"comment_node_type_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:7;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
34255   'to_arg_functions' => '',
34256   'access_callback' => 'user_access',
34257   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34258   'page_callback' => 'drupal_get_form',
34259   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:7;}',
34260   'delivery_callback' => '',
34261   'fit' => '493',
34262   'number_parts' => '9',
34263   'context' => '1',
34264   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
34265   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
34266   'title' => 'Widget type',
34267   'title_callback' => 't',
34268   'title_arguments' => '',
34269   'theme_callback' => '',
34270   'theme_arguments' => 'a:0:{}',
34271   'type' => '132',
34272   'description' => '',
34273   'position' => '',
34274   'weight' => '0',
34275   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34276 ))
34277 ->values(array(
34278   'path' => 'admin/structure/types/manage/%/delete',
34279   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34280   'to_arg_functions' => '',
34281   'access_callback' => 'user_access',
34282   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34283   'page_callback' => 'drupal_get_form',
34284   'page_arguments' => 'a:2:{i:0;s:24:"node_type_delete_confirm";i:1;i:4;}',
34285   'delivery_callback' => '',
34286   'fit' => '61',
34287   'number_parts' => '6',
34288   'context' => '0',
34289   'tab_parent' => '',
34290   'tab_root' => 'admin/structure/types/manage/%/delete',
34291   'title' => 'Delete',
34292   'title_callback' => 't',
34293   'title_arguments' => '',
34294   'theme_callback' => '',
34295   'theme_arguments' => 'a:0:{}',
34296   'type' => '6',
34297   'description' => '',
34298   'position' => '',
34299   'weight' => '0',
34300   'include_file' => 'modules/node/content_types.inc',
34301 ))
34302 ->values(array(
34303   'path' => 'admin/structure/types/manage/%/display',
34304   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34305   'to_arg_functions' => '',
34306   'access_callback' => 'user_access',
34307   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34308   'page_callback' => 'drupal_get_form',
34309   'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:4:"node";i:2;i:4;i:3;s:7:"default";}',
34310   'delivery_callback' => '',
34311   'fit' => '61',
34312   'number_parts' => '6',
34313   'context' => '1',
34314   'tab_parent' => 'admin/structure/types/manage/%',
34315   'tab_root' => 'admin/structure/types/manage/%',
34316   'title' => 'Manage display',
34317   'title_callback' => 't',
34318   'title_arguments' => '',
34319   'theme_callback' => '',
34320   'theme_arguments' => 'a:0:{}',
34321   'type' => '132',
34322   'description' => '',
34323   'position' => '',
34324   'weight' => '2',
34325   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34326 ))
34327 ->values(array(
34328   'path' => 'admin/structure/types/manage/%/display/default',
34329   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34330   'to_arg_functions' => '',
34331   'access_callback' => '_field_ui_view_mode_menu_access',
34332   'access_arguments' => 'a:5:{i:0;s:4:"node";i:1;i:4;i:2;s:7:"default";i:3;s:11:"user_access";i:4;s:24:"administer content types";}',
34333   'page_callback' => 'drupal_get_form',
34334   'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:4:"node";i:2;i:4;i:3;s:7:"default";}',
34335   'delivery_callback' => '',
34336   'fit' => '123',
34337   'number_parts' => '7',
34338   'context' => '1',
34339   'tab_parent' => 'admin/structure/types/manage/%/display',
34340   'tab_root' => 'admin/structure/types/manage/%',
34341   'title' => 'Default',
34342   'title_callback' => 't',
34343   'title_arguments' => '',
34344   'theme_callback' => '',
34345   'theme_arguments' => 'a:0:{}',
34346   'type' => '140',
34347   'description' => '',
34348   'position' => '',
34349   'weight' => '-10',
34350   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34351 ))
34352 ->values(array(
34353   'path' => 'admin/structure/types/manage/%/display/full',
34354   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34355   'to_arg_functions' => '',
34356   'access_callback' => '_field_ui_view_mode_menu_access',
34357   'access_arguments' => 'a:5:{i:0;s:4:"node";i:1;i:4;i:2;s:4:"full";i:3;s:11:"user_access";i:4;s:24:"administer content types";}',
34358   'page_callback' => 'drupal_get_form',
34359   'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:4:"node";i:2;i:4;i:3;s:4:"full";}',
34360   'delivery_callback' => '',
34361   'fit' => '123',
34362   'number_parts' => '7',
34363   'context' => '1',
34364   'tab_parent' => 'admin/structure/types/manage/%/display',
34365   'tab_root' => 'admin/structure/types/manage/%',
34366   'title' => 'Full content',
34367   'title_callback' => 't',
34368   'title_arguments' => '',
34369   'theme_callback' => '',
34370   'theme_arguments' => 'a:0:{}',
34371   'type' => '132',
34372   'description' => '',
34373   'position' => '',
34374   'weight' => '0',
34375   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34376 ))
34377 ->values(array(
34378   'path' => 'admin/structure/types/manage/%/display/print',
34379   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34380   'to_arg_functions' => '',
34381   'access_callback' => '_field_ui_view_mode_menu_access',
34382   'access_arguments' => 'a:5:{i:0;s:4:"node";i:1;i:4;i:2;s:5:"print";i:3;s:11:"user_access";i:4;s:24:"administer content types";}',
34383   'page_callback' => 'drupal_get_form',
34384   'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:4:"node";i:2;i:4;i:3;s:5:"print";}',
34385   'delivery_callback' => '',
34386   'fit' => '123',
34387   'number_parts' => '7',
34388   'context' => '1',
34389   'tab_parent' => 'admin/structure/types/manage/%/display',
34390   'tab_root' => 'admin/structure/types/manage/%',
34391   'title' => 'Print',
34392   'title_callback' => 't',
34393   'title_arguments' => '',
34394   'theme_callback' => '',
34395   'theme_arguments' => 'a:0:{}',
34396   'type' => '132',
34397   'description' => '',
34398   'position' => '',
34399   'weight' => '5',
34400   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34401 ))
34402 ->values(array(
34403   'path' => 'admin/structure/types/manage/%/display/rss',
34404   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34405   'to_arg_functions' => '',
34406   'access_callback' => '_field_ui_view_mode_menu_access',
34407   'access_arguments' => 'a:5:{i:0;s:4:"node";i:1;i:4;i:2;s:3:"rss";i:3;s:11:"user_access";i:4;s:24:"administer content types";}',
34408   'page_callback' => 'drupal_get_form',
34409   'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:4:"node";i:2;i:4;i:3;s:3:"rss";}',
34410   'delivery_callback' => '',
34411   'fit' => '123',
34412   'number_parts' => '7',
34413   'context' => '1',
34414   'tab_parent' => 'admin/structure/types/manage/%/display',
34415   'tab_root' => 'admin/structure/types/manage/%',
34416   'title' => 'RSS',
34417   'title_callback' => 't',
34418   'title_arguments' => '',
34419   'theme_callback' => '',
34420   'theme_arguments' => 'a:0:{}',
34421   'type' => '132',
34422   'description' => '',
34423   'position' => '',
34424   'weight' => '2',
34425   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34426 ))
34427 ->values(array(
34428   'path' => 'admin/structure/types/manage/%/display/search_index',
34429   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34430   'to_arg_functions' => '',
34431   'access_callback' => '_field_ui_view_mode_menu_access',
34432   'access_arguments' => 'a:5:{i:0;s:4:"node";i:1;i:4;i:2;s:12:"search_index";i:3;s:11:"user_access";i:4;s:24:"administer content types";}',
34433   'page_callback' => 'drupal_get_form',
34434   'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:4:"node";i:2;i:4;i:3;s:12:"search_index";}',
34435   'delivery_callback' => '',
34436   'fit' => '123',
34437   'number_parts' => '7',
34438   'context' => '1',
34439   'tab_parent' => 'admin/structure/types/manage/%/display',
34440   'tab_root' => 'admin/structure/types/manage/%',
34441   'title' => 'Search index',
34442   'title_callback' => 't',
34443   'title_arguments' => '',
34444   'theme_callback' => '',
34445   'theme_arguments' => 'a:0:{}',
34446   'type' => '132',
34447   'description' => '',
34448   'position' => '',
34449   'weight' => '3',
34450   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34451 ))
34452 ->values(array(
34453   'path' => 'admin/structure/types/manage/%/display/search_result',
34454   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34455   'to_arg_functions' => '',
34456   'access_callback' => '_field_ui_view_mode_menu_access',
34457   'access_arguments' => 'a:5:{i:0;s:4:"node";i:1;i:4;i:2;s:13:"search_result";i:3;s:11:"user_access";i:4;s:24:"administer content types";}',
34458   'page_callback' => 'drupal_get_form',
34459   'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:4:"node";i:2;i:4;i:3;s:13:"search_result";}',
34460   'delivery_callback' => '',
34461   'fit' => '123',
34462   'number_parts' => '7',
34463   'context' => '1',
34464   'tab_parent' => 'admin/structure/types/manage/%/display',
34465   'tab_root' => 'admin/structure/types/manage/%',
34466   'title' => 'Search result highlighting input',
34467   'title_callback' => 't',
34468   'title_arguments' => '',
34469   'theme_callback' => '',
34470   'theme_arguments' => 'a:0:{}',
34471   'type' => '132',
34472   'description' => '',
34473   'position' => '',
34474   'weight' => '4',
34475   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34476 ))
34477 ->values(array(
34478   'path' => 'admin/structure/types/manage/%/display/teaser',
34479   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34480   'to_arg_functions' => '',
34481   'access_callback' => '_field_ui_view_mode_menu_access',
34482   'access_arguments' => 'a:5:{i:0;s:4:"node";i:1;i:4;i:2;s:6:"teaser";i:3;s:11:"user_access";i:4;s:24:"administer content types";}',
34483   'page_callback' => 'drupal_get_form',
34484   'page_arguments' => 'a:4:{i:0;s:30:"field_ui_display_overview_form";i:1;s:4:"node";i:2;i:4;i:3;s:6:"teaser";}',
34485   'delivery_callback' => '',
34486   'fit' => '123',
34487   'number_parts' => '7',
34488   'context' => '1',
34489   'tab_parent' => 'admin/structure/types/manage/%/display',
34490   'tab_root' => 'admin/structure/types/manage/%',
34491   'title' => 'Teaser',
34492   'title_callback' => 't',
34493   'title_arguments' => '',
34494   'theme_callback' => '',
34495   'theme_arguments' => 'a:0:{}',
34496   'type' => '132',
34497   'description' => '',
34498   'position' => '',
34499   'weight' => '1',
34500   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34501 ))
34502 ->values(array(
34503   'path' => 'admin/structure/types/manage/%/edit',
34504   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34505   'to_arg_functions' => '',
34506   'access_callback' => 'user_access',
34507   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34508   'page_callback' => 'drupal_get_form',
34509   'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;i:4;}',
34510   'delivery_callback' => '',
34511   'fit' => '61',
34512   'number_parts' => '6',
34513   'context' => '1',
34514   'tab_parent' => 'admin/structure/types/manage/%',
34515   'tab_root' => 'admin/structure/types/manage/%',
34516   'title' => 'Edit',
34517   'title_callback' => 't',
34518   'title_arguments' => '',
34519   'theme_callback' => '',
34520   'theme_arguments' => 'a:0:{}',
34521   'type' => '140',
34522   'description' => '',
34523   'position' => '',
34524   'weight' => '0',
34525   'include_file' => 'modules/node/content_types.inc',
34526 ))
34527 ->values(array(
34528   'path' => 'admin/structure/types/manage/%/fields',
34529   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
34530   'to_arg_functions' => '',
34531   'access_callback' => 'user_access',
34532   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34533   'page_callback' => 'drupal_get_form',
34534   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:4:"node";i:2;i:4;}',
34535   'delivery_callback' => '',
34536   'fit' => '61',
34537   'number_parts' => '6',
34538   'context' => '1',
34539   'tab_parent' => 'admin/structure/types/manage/%',
34540   'tab_root' => 'admin/structure/types/manage/%',
34541   'title' => 'Manage fields',
34542   'title_callback' => 't',
34543   'title_arguments' => '',
34544   'theme_callback' => '',
34545   'theme_arguments' => 'a:0:{}',
34546   'type' => '132',
34547   'description' => '',
34548   'position' => '',
34549   'weight' => '1',
34550   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34551 ))
34552 ->values(array(
34553   'path' => 'admin/structure/types/manage/%/fields/%',
34554   'load_functions' => 'a:2:{i:4;a:1:{s:14:"node_type_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:6;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
34555   'to_arg_functions' => '',
34556   'access_callback' => 'user_access',
34557   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34558   'page_callback' => 'drupal_get_form',
34559   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:6;}',
34560   'delivery_callback' => '',
34561   'fit' => '122',
34562   'number_parts' => '7',
34563   'context' => '0',
34564   'tab_parent' => '',
34565   'tab_root' => 'admin/structure/types/manage/%/fields/%',
34566   'title' => '',
34567   'title_callback' => 'field_ui_menu_title',
34568   'title_arguments' => 'a:1:{i:0;i:6;}',
34569   'theme_callback' => '',
34570   'theme_arguments' => 'a:0:{}',
34571   'type' => '6',
34572   'description' => '',
34573   'position' => '',
34574   'weight' => '0',
34575   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34576 ))
34577 ->values(array(
34578   'path' => 'admin/structure/types/manage/%/fields/%/delete',
34579   'load_functions' => 'a:2:{i:4;a:1:{s:14:"node_type_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:6;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
34580   'to_arg_functions' => '',
34581   'access_callback' => 'user_access',
34582   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34583   'page_callback' => 'drupal_get_form',
34584   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:6;}',
34585   'delivery_callback' => '',
34586   'fit' => '245',
34587   'number_parts' => '8',
34588   'context' => '1',
34589   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
34590   'tab_root' => 'admin/structure/types/manage/%/fields/%',
34591   'title' => 'Delete',
34592   'title_callback' => 't',
34593   'title_arguments' => '',
34594   'theme_callback' => '',
34595   'theme_arguments' => 'a:0:{}',
34596   'type' => '132',
34597   'description' => '',
34598   'position' => '',
34599   'weight' => '10',
34600   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34601 ))
34602 ->values(array(
34603   'path' => 'admin/structure/types/manage/%/fields/%/edit',
34604   'load_functions' => 'a:2:{i:4;a:1:{s:14:"node_type_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:6;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
34605   'to_arg_functions' => '',
34606   'access_callback' => 'user_access',
34607   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34608   'page_callback' => 'drupal_get_form',
34609   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:6;}',
34610   'delivery_callback' => '',
34611   'fit' => '245',
34612   'number_parts' => '8',
34613   'context' => '1',
34614   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
34615   'tab_root' => 'admin/structure/types/manage/%/fields/%',
34616   'title' => 'Edit',
34617   'title_callback' => 't',
34618   'title_arguments' => '',
34619   'theme_callback' => '',
34620   'theme_arguments' => 'a:0:{}',
34621   'type' => '140',
34622   'description' => '',
34623   'position' => '',
34624   'weight' => '0',
34625   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34626 ))
34627 ->values(array(
34628   'path' => 'admin/structure/types/manage/%/fields/%/field-settings',
34629   'load_functions' => 'a:2:{i:4;a:1:{s:14:"node_type_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:6;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
34630   'to_arg_functions' => '',
34631   'access_callback' => 'user_access',
34632   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34633   'page_callback' => 'drupal_get_form',
34634   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:6;}',
34635   'delivery_callback' => '',
34636   'fit' => '245',
34637   'number_parts' => '8',
34638   'context' => '1',
34639   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
34640   'tab_root' => 'admin/structure/types/manage/%/fields/%',
34641   'title' => 'Field settings',
34642   'title_callback' => 't',
34643   'title_arguments' => '',
34644   'theme_callback' => '',
34645   'theme_arguments' => 'a:0:{}',
34646   'type' => '132',
34647   'description' => '',
34648   'position' => '',
34649   'weight' => '0',
34650   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34651 ))
34652 ->values(array(
34653   'path' => 'admin/structure/types/manage/%/fields/%/widget-type',
34654   'load_functions' => 'a:2:{i:4;a:1:{s:14:"node_type_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:6;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
34655   'to_arg_functions' => '',
34656   'access_callback' => 'user_access',
34657   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
34658   'page_callback' => 'drupal_get_form',
34659   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:6;}',
34660   'delivery_callback' => '',
34661   'fit' => '245',
34662   'number_parts' => '8',
34663   'context' => '1',
34664   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
34665   'tab_root' => 'admin/structure/types/manage/%/fields/%',
34666   'title' => 'Widget type',
34667   'title_callback' => 't',
34668   'title_arguments' => '',
34669   'theme_callback' => '',
34670   'theme_arguments' => 'a:0:{}',
34671   'type' => '132',
34672   'description' => '',
34673   'position' => '',
34674   'weight' => '0',
34675   'include_file' => 'modules/field_ui/field_ui.admin.inc',
34676 ))
34677 ->values(array(
34678   'path' => 'admin/tasks',
34679   'load_functions' => '',
34680   'to_arg_functions' => '',
34681   'access_callback' => 'user_access',
34682   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
34683   'page_callback' => 'system_admin_menu_block_page',
34684   'page_arguments' => 'a:0:{}',
34685   'delivery_callback' => '',
34686   'fit' => '3',
34687   'number_parts' => '2',
34688   'context' => '1',
34689   'tab_parent' => 'admin',
34690   'tab_root' => 'admin',
34691   'title' => 'Tasks',
34692   'title_callback' => 't',
34693   'title_arguments' => '',
34694   'theme_callback' => '',
34695   'theme_arguments' => 'a:0:{}',
34696   'type' => '140',
34697   'description' => '',
34698   'position' => '',
34699   'weight' => '-20',
34700   'include_file' => 'modules/system/system.admin.inc',
34701 ))
34702 ->values(array(
34703   'path' => 'admin/update/ready',
34704   'load_functions' => '',
34705   'to_arg_functions' => '',
34706   'access_callback' => 'update_manager_access',
34707   'access_arguments' => 'a:0:{}',
34708   'page_callback' => 'drupal_get_form',
34709   'page_arguments' => 'a:1:{i:0;s:32:"update_manager_update_ready_form";}',
34710   'delivery_callback' => '',
34711   'fit' => '7',
34712   'number_parts' => '3',
34713   'context' => '0',
34714   'tab_parent' => '',
34715   'tab_root' => 'admin/update/ready',
34716   'title' => 'Ready to update',
34717   'title_callback' => 't',
34718   'title_arguments' => '',
34719   'theme_callback' => '',
34720   'theme_arguments' => 'a:0:{}',
34721   'type' => '0',
34722   'description' => '',
34723   'position' => '',
34724   'weight' => '0',
34725   'include_file' => 'modules/update/update.manager.inc',
34726 ))
34727 ->values(array(
34728   'path' => 'aggregator',
34729   'load_functions' => '',
34730   'to_arg_functions' => '',
34731   'access_callback' => 'user_access',
34732   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34733   'page_callback' => 'aggregator_page_last',
34734   'page_arguments' => 'a:0:{}',
34735   'delivery_callback' => '',
34736   'fit' => '1',
34737   'number_parts' => '1',
34738   'context' => '0',
34739   'tab_parent' => '',
34740   'tab_root' => 'aggregator',
34741   'title' => 'Feed aggregator',
34742   'title_callback' => 't',
34743   'title_arguments' => '',
34744   'theme_callback' => '',
34745   'theme_arguments' => 'a:0:{}',
34746   'type' => '6',
34747   'description' => '',
34748   'position' => '',
34749   'weight' => '5',
34750   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34751 ))
34752 ->values(array(
34753   'path' => 'aggregator/categories',
34754   'load_functions' => '',
34755   'to_arg_functions' => '',
34756   'access_callback' => '_aggregator_has_categories',
34757   'access_arguments' => 'a:0:{}',
34758   'page_callback' => 'aggregator_page_categories',
34759   'page_arguments' => 'a:0:{}',
34760   'delivery_callback' => '',
34761   'fit' => '3',
34762   'number_parts' => '2',
34763   'context' => '0',
34764   'tab_parent' => '',
34765   'tab_root' => 'aggregator/categories',
34766   'title' => 'Categories',
34767   'title_callback' => 't',
34768   'title_arguments' => '',
34769   'theme_callback' => '',
34770   'theme_arguments' => 'a:0:{}',
34771   'type' => '6',
34772   'description' => '',
34773   'position' => '',
34774   'weight' => '0',
34775   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34776 ))
34777 ->values(array(
34778   'path' => 'aggregator/categories/%',
34779   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
34780   'to_arg_functions' => '',
34781   'access_callback' => 'user_access',
34782   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34783   'page_callback' => 'aggregator_page_category',
34784   'page_arguments' => 'a:1:{i:0;i:2;}',
34785   'delivery_callback' => '',
34786   'fit' => '6',
34787   'number_parts' => '3',
34788   'context' => '0',
34789   'tab_parent' => '',
34790   'tab_root' => 'aggregator/categories/%',
34791   'title' => '',
34792   'title_callback' => '_aggregator_category_title',
34793   'title_arguments' => 'a:1:{i:0;i:2;}',
34794   'theme_callback' => '',
34795   'theme_arguments' => 'a:0:{}',
34796   'type' => '6',
34797   'description' => '',
34798   'position' => '',
34799   'weight' => '0',
34800   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34801 ))
34802 ->values(array(
34803   'path' => 'aggregator/categories/%/categorize',
34804   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
34805   'to_arg_functions' => '',
34806   'access_callback' => 'user_access',
34807   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
34808   'page_callback' => 'drupal_get_form',
34809   'page_arguments' => 'a:2:{i:0;s:29:"aggregator_page_category_form";i:1;i:2;}',
34810   'delivery_callback' => '',
34811   'fit' => '13',
34812   'number_parts' => '4',
34813   'context' => '1',
34814   'tab_parent' => 'aggregator/categories/%',
34815   'tab_root' => 'aggregator/categories/%',
34816   'title' => 'Categorize',
34817   'title_callback' => 't',
34818   'title_arguments' => '',
34819   'theme_callback' => '',
34820   'theme_arguments' => 'a:0:{}',
34821   'type' => '132',
34822   'description' => '',
34823   'position' => '',
34824   'weight' => '0',
34825   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34826 ))
34827 ->values(array(
34828   'path' => 'aggregator/categories/%/configure',
34829   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
34830   'to_arg_functions' => '',
34831   'access_callback' => 'user_access',
34832   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
34833   'page_callback' => 'drupal_get_form',
34834   'page_arguments' => 'a:2:{i:0;s:24:"aggregator_form_category";i:1;i:2;}',
34835   'delivery_callback' => '',
34836   'fit' => '13',
34837   'number_parts' => '4',
34838   'context' => '1',
34839   'tab_parent' => 'aggregator/categories/%',
34840   'tab_root' => 'aggregator/categories/%',
34841   'title' => 'Configure',
34842   'title_callback' => 't',
34843   'title_arguments' => '',
34844   'theme_callback' => '',
34845   'theme_arguments' => 'a:0:{}',
34846   'type' => '132',
34847   'description' => '',
34848   'position' => '',
34849   'weight' => '1',
34850   'include_file' => 'modules/aggregator/aggregator.admin.inc',
34851 ))
34852 ->values(array(
34853   'path' => 'aggregator/categories/%/view',
34854   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
34855   'to_arg_functions' => '',
34856   'access_callback' => 'user_access',
34857   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34858   'page_callback' => 'aggregator_page_category',
34859   'page_arguments' => 'a:1:{i:0;i:2;}',
34860   'delivery_callback' => '',
34861   'fit' => '13',
34862   'number_parts' => '4',
34863   'context' => '1',
34864   'tab_parent' => 'aggregator/categories/%',
34865   'tab_root' => 'aggregator/categories/%',
34866   'title' => 'View',
34867   'title_callback' => 't',
34868   'title_arguments' => '',
34869   'theme_callback' => '',
34870   'theme_arguments' => 'a:0:{}',
34871   'type' => '140',
34872   'description' => '',
34873   'position' => '',
34874   'weight' => '-10',
34875   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34876 ))
34877 ->values(array(
34878   'path' => 'aggregator/opml',
34879   'load_functions' => '',
34880   'to_arg_functions' => '',
34881   'access_callback' => 'user_access',
34882   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34883   'page_callback' => 'aggregator_page_opml',
34884   'page_arguments' => 'a:0:{}',
34885   'delivery_callback' => '',
34886   'fit' => '3',
34887   'number_parts' => '2',
34888   'context' => '0',
34889   'tab_parent' => '',
34890   'tab_root' => 'aggregator/opml',
34891   'title' => 'OPML feed',
34892   'title_callback' => 't',
34893   'title_arguments' => '',
34894   'theme_callback' => '',
34895   'theme_arguments' => 'a:0:{}',
34896   'type' => '0',
34897   'description' => '',
34898   'position' => '',
34899   'weight' => '0',
34900   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34901 ))
34902 ->values(array(
34903   'path' => 'aggregator/rss',
34904   'load_functions' => '',
34905   'to_arg_functions' => '',
34906   'access_callback' => 'user_access',
34907   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34908   'page_callback' => 'aggregator_page_rss',
34909   'page_arguments' => 'a:0:{}',
34910   'delivery_callback' => '',
34911   'fit' => '3',
34912   'number_parts' => '2',
34913   'context' => '0',
34914   'tab_parent' => '',
34915   'tab_root' => 'aggregator/rss',
34916   'title' => 'RSS feed',
34917   'title_callback' => 't',
34918   'title_arguments' => '',
34919   'theme_callback' => '',
34920   'theme_arguments' => 'a:0:{}',
34921   'type' => '0',
34922   'description' => '',
34923   'position' => '',
34924   'weight' => '0',
34925   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34926 ))
34927 ->values(array(
34928   'path' => 'aggregator/sources',
34929   'load_functions' => '',
34930   'to_arg_functions' => '',
34931   'access_callback' => 'user_access',
34932   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34933   'page_callback' => 'aggregator_page_sources',
34934   'page_arguments' => 'a:0:{}',
34935   'delivery_callback' => '',
34936   'fit' => '3',
34937   'number_parts' => '2',
34938   'context' => '0',
34939   'tab_parent' => '',
34940   'tab_root' => 'aggregator/sources',
34941   'title' => 'Sources',
34942   'title_callback' => 't',
34943   'title_arguments' => '',
34944   'theme_callback' => '',
34945   'theme_arguments' => 'a:0:{}',
34946   'type' => '6',
34947   'description' => '',
34948   'position' => '',
34949   'weight' => '0',
34950   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34951 ))
34952 ->values(array(
34953   'path' => 'aggregator/sources/%',
34954   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
34955   'to_arg_functions' => '',
34956   'access_callback' => 'user_access',
34957   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
34958   'page_callback' => 'aggregator_page_source',
34959   'page_arguments' => 'a:1:{i:0;i:2;}',
34960   'delivery_callback' => '',
34961   'fit' => '6',
34962   'number_parts' => '3',
34963   'context' => '0',
34964   'tab_parent' => '',
34965   'tab_root' => 'aggregator/sources/%',
34966   'title' => '',
34967   'title_callback' => 't',
34968   'title_arguments' => '',
34969   'theme_callback' => '',
34970   'theme_arguments' => 'a:0:{}',
34971   'type' => '6',
34972   'description' => '',
34973   'position' => '',
34974   'weight' => '0',
34975   'include_file' => 'modules/aggregator/aggregator.pages.inc',
34976 ))
34977 ->values(array(
34978   'path' => 'aggregator/sources/%/categorize',
34979   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
34980   'to_arg_functions' => '',
34981   'access_callback' => 'user_access',
34982   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
34983   'page_callback' => 'drupal_get_form',
34984   'page_arguments' => 'a:2:{i:0;s:27:"aggregator_page_source_form";i:1;i:2;}',
34985   'delivery_callback' => '',
34986   'fit' => '13',
34987   'number_parts' => '4',
34988   'context' => '1',
34989   'tab_parent' => 'aggregator/sources/%',
34990   'tab_root' => 'aggregator/sources/%',
34991   'title' => 'Categorize',
34992   'title_callback' => 't',
34993   'title_arguments' => '',
34994   'theme_callback' => '',
34995   'theme_arguments' => 'a:0:{}',
34996   'type' => '132',
34997   'description' => '',
34998   'position' => '',
34999   'weight' => '0',
35000   'include_file' => 'modules/aggregator/aggregator.pages.inc',
35001 ))
35002 ->values(array(
35003   'path' => 'aggregator/sources/%/configure',
35004   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
35005   'to_arg_functions' => '',
35006   'access_callback' => 'user_access',
35007   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
35008   'page_callback' => 'drupal_get_form',
35009   'page_arguments' => 'a:2:{i:0;s:20:"aggregator_form_feed";i:1;i:2;}',
35010   'delivery_callback' => '',
35011   'fit' => '13',
35012   'number_parts' => '4',
35013   'context' => '1',
35014   'tab_parent' => 'aggregator/sources/%',
35015   'tab_root' => 'aggregator/sources/%',
35016   'title' => 'Configure',
35017   'title_callback' => 't',
35018   'title_arguments' => '',
35019   'theme_callback' => '',
35020   'theme_arguments' => 'a:0:{}',
35021   'type' => '132',
35022   'description' => '',
35023   'position' => '',
35024   'weight' => '1',
35025   'include_file' => 'modules/aggregator/aggregator.admin.inc',
35026 ))
35027 ->values(array(
35028   'path' => 'aggregator/sources/%/view',
35029   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
35030   'to_arg_functions' => '',
35031   'access_callback' => 'user_access',
35032   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
35033   'page_callback' => 'aggregator_page_source',
35034   'page_arguments' => 'a:1:{i:0;i:2;}',
35035   'delivery_callback' => '',
35036   'fit' => '13',
35037   'number_parts' => '4',
35038   'context' => '1',
35039   'tab_parent' => 'aggregator/sources/%',
35040   'tab_root' => 'aggregator/sources/%',
35041   'title' => 'View',
35042   'title_callback' => 't',
35043   'title_arguments' => '',
35044   'theme_callback' => '',
35045   'theme_arguments' => 'a:0:{}',
35046   'type' => '140',
35047   'description' => '',
35048   'position' => '',
35049   'weight' => '-10',
35050   'include_file' => 'modules/aggregator/aggregator.pages.inc',
35051 ))
35052 ->values(array(
35053   'path' => 'batch',
35054   'load_functions' => '',
35055   'to_arg_functions' => '',
35056   'access_callback' => '1',
35057   'access_arguments' => 'a:0:{}',
35058   'page_callback' => 'system_batch_page',
35059   'page_arguments' => 'a:0:{}',
35060   'delivery_callback' => '',
35061   'fit' => '1',
35062   'number_parts' => '1',
35063   'context' => '0',
35064   'tab_parent' => '',
35065   'tab_root' => 'batch',
35066   'title' => '',
35067   'title_callback' => 't',
35068   'title_arguments' => '',
35069   'theme_callback' => '_system_batch_theme',
35070   'theme_arguments' => 'a:0:{}',
35071   'type' => '0',
35072   'description' => '',
35073   'position' => '',
35074   'weight' => '0',
35075   'include_file' => 'modules/system/system.admin.inc',
35076 ))
35077 ->values(array(
35078   'path' => 'blog',
35079   'load_functions' => '',
35080   'to_arg_functions' => '',
35081   'access_callback' => 'user_access',
35082   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35083   'page_callback' => 'blog_page_last',
35084   'page_arguments' => 'a:0:{}',
35085   'delivery_callback' => '',
35086   'fit' => '1',
35087   'number_parts' => '1',
35088   'context' => '0',
35089   'tab_parent' => '',
35090   'tab_root' => 'blog',
35091   'title' => 'Blogs',
35092   'title_callback' => 't',
35093   'title_arguments' => '',
35094   'theme_callback' => '',
35095   'theme_arguments' => 'a:0:{}',
35096   'type' => '20',
35097   'description' => '',
35098   'position' => '',
35099   'weight' => '0',
35100   'include_file' => 'modules/blog/blog.pages.inc',
35101 ))
35102 ->values(array(
35103   'path' => 'blog/%',
35104   'load_functions' => 'a:1:{i:1;s:22:"user_uid_optional_load";}',
35105   'to_arg_functions' => 'a:1:{i:1;s:24:"user_uid_optional_to_arg";}',
35106   'access_callback' => 'blog_page_user_access',
35107   'access_arguments' => 'a:1:{i:0;i:1;}',
35108   'page_callback' => 'blog_page_user',
35109   'page_arguments' => 'a:1:{i:0;i:1;}',
35110   'delivery_callback' => '',
35111   'fit' => '2',
35112   'number_parts' => '2',
35113   'context' => '0',
35114   'tab_parent' => '',
35115   'tab_root' => 'blog/%',
35116   'title' => 'My blog',
35117   'title_callback' => 't',
35118   'title_arguments' => '',
35119   'theme_callback' => '',
35120   'theme_arguments' => 'a:0:{}',
35121   'type' => '6',
35122   'description' => '',
35123   'position' => '',
35124   'weight' => '0',
35125   'include_file' => 'modules/blog/blog.pages.inc',
35126 ))
35127 ->values(array(
35128   'path' => 'blog/%/feed',
35129   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
35130   'to_arg_functions' => '',
35131   'access_callback' => 'blog_page_user_access',
35132   'access_arguments' => 'a:1:{i:0;i:1;}',
35133   'page_callback' => 'blog_feed_user',
35134   'page_arguments' => 'a:1:{i:0;i:1;}',
35135   'delivery_callback' => '',
35136   'fit' => '5',
35137   'number_parts' => '3',
35138   'context' => '0',
35139   'tab_parent' => '',
35140   'tab_root' => 'blog/%/feed',
35141   'title' => 'Blogs',
35142   'title_callback' => 't',
35143   'title_arguments' => '',
35144   'theme_callback' => '',
35145   'theme_arguments' => 'a:0:{}',
35146   'type' => '0',
35147   'description' => '',
35148   'position' => '',
35149   'weight' => '0',
35150   'include_file' => 'modules/blog/blog.pages.inc',
35151 ))
35152 ->values(array(
35153   'path' => 'blog/feed',
35154   'load_functions' => '',
35155   'to_arg_functions' => '',
35156   'access_callback' => 'user_access',
35157   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35158   'page_callback' => 'blog_feed_last',
35159   'page_arguments' => 'a:0:{}',
35160   'delivery_callback' => '',
35161   'fit' => '3',
35162   'number_parts' => '2',
35163   'context' => '0',
35164   'tab_parent' => '',
35165   'tab_root' => 'blog/feed',
35166   'title' => 'Blogs',
35167   'title_callback' => 't',
35168   'title_arguments' => '',
35169   'theme_callback' => '',
35170   'theme_arguments' => 'a:0:{}',
35171   'type' => '0',
35172   'description' => '',
35173   'position' => '',
35174   'weight' => '0',
35175   'include_file' => 'modules/blog/blog.pages.inc',
35176 ))
35177 ->values(array(
35178   'path' => 'book',
35179   'load_functions' => '',
35180   'to_arg_functions' => '',
35181   'access_callback' => 'user_access',
35182   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35183   'page_callback' => 'book_render',
35184   'page_arguments' => 'a:0:{}',
35185   'delivery_callback' => '',
35186   'fit' => '1',
35187   'number_parts' => '1',
35188   'context' => '0',
35189   'tab_parent' => '',
35190   'tab_root' => 'book',
35191   'title' => 'Books',
35192   'title_callback' => 't',
35193   'title_arguments' => '',
35194   'theme_callback' => '',
35195   'theme_arguments' => 'a:0:{}',
35196   'type' => '20',
35197   'description' => '',
35198   'position' => '',
35199   'weight' => '0',
35200   'include_file' => 'modules/book/book.pages.inc',
35201 ))
35202 ->values(array(
35203   'path' => 'book/export/%/%',
35204   'load_functions' => 'a:2:{i:2;N;i:3;N;}',
35205   'to_arg_functions' => '',
35206   'access_callback' => 'user_access',
35207   'access_arguments' => 'a:1:{i:0;s:31:"access printer-friendly version";}',
35208   'page_callback' => 'book_export',
35209   'page_arguments' => 'a:2:{i:0;i:2;i:1;i:3;}',
35210   'delivery_callback' => '',
35211   'fit' => '12',
35212   'number_parts' => '4',
35213   'context' => '0',
35214   'tab_parent' => '',
35215   'tab_root' => 'book/export/%/%',
35216   'title' => '',
35217   'title_callback' => 't',
35218   'title_arguments' => '',
35219   'theme_callback' => '',
35220   'theme_arguments' => 'a:0:{}',
35221   'type' => '0',
35222   'description' => '',
35223   'position' => '',
35224   'weight' => '0',
35225   'include_file' => 'modules/book/book.pages.inc',
35226 ))
35227 ->values(array(
35228   'path' => 'comment/%',
35229   'load_functions' => 'a:1:{i:1;N;}',
35230   'to_arg_functions' => '',
35231   'access_callback' => 'user_access',
35232   'access_arguments' => 'a:1:{i:0;s:15:"access comments";}',
35233   'page_callback' => 'comment_permalink',
35234   'page_arguments' => 'a:1:{i:0;i:1;}',
35235   'delivery_callback' => '',
35236   'fit' => '2',
35237   'number_parts' => '2',
35238   'context' => '0',
35239   'tab_parent' => '',
35240   'tab_root' => 'comment/%',
35241   'title' => 'Comment permalink',
35242   'title_callback' => 't',
35243   'title_arguments' => '',
35244   'theme_callback' => '',
35245   'theme_arguments' => 'a:0:{}',
35246   'type' => '6',
35247   'description' => '',
35248   'position' => '',
35249   'weight' => '0',
35250   'include_file' => '',
35251 ))
35252 ->values(array(
35253   'path' => 'comment/%/approve',
35254   'load_functions' => 'a:1:{i:1;N;}',
35255   'to_arg_functions' => '',
35256   'access_callback' => 'user_access',
35257   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
35258   'page_callback' => 'comment_approve',
35259   'page_arguments' => 'a:1:{i:0;i:1;}',
35260   'delivery_callback' => '',
35261   'fit' => '5',
35262   'number_parts' => '3',
35263   'context' => '0',
35264   'tab_parent' => '',
35265   'tab_root' => 'comment/%/approve',
35266   'title' => 'Approve',
35267   'title_callback' => 't',
35268   'title_arguments' => '',
35269   'theme_callback' => '',
35270   'theme_arguments' => 'a:0:{}',
35271   'type' => '6',
35272   'description' => '',
35273   'position' => '',
35274   'weight' => '1',
35275   'include_file' => 'modules/comment/comment.pages.inc',
35276 ))
35277 ->values(array(
35278   'path' => 'comment/%/delete',
35279   'load_functions' => 'a:1:{i:1;N;}',
35280   'to_arg_functions' => '',
35281   'access_callback' => 'user_access',
35282   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
35283   'page_callback' => 'comment_confirm_delete_page',
35284   'page_arguments' => 'a:1:{i:0;i:1;}',
35285   'delivery_callback' => '',
35286   'fit' => '5',
35287   'number_parts' => '3',
35288   'context' => '1',
35289   'tab_parent' => 'comment/%',
35290   'tab_root' => 'comment/%',
35291   'title' => 'Delete',
35292   'title_callback' => 't',
35293   'title_arguments' => '',
35294   'theme_callback' => '',
35295   'theme_arguments' => 'a:0:{}',
35296   'type' => '132',
35297   'description' => '',
35298   'position' => '',
35299   'weight' => '2',
35300   'include_file' => 'modules/comment/comment.admin.inc',
35301 ))
35302 ->values(array(
35303   'path' => 'comment/%/edit',
35304   'load_functions' => 'a:1:{i:1;s:12:"comment_load";}',
35305   'to_arg_functions' => '',
35306   'access_callback' => 'comment_access',
35307   'access_arguments' => 'a:2:{i:0;s:4:"edit";i:1;i:1;}',
35308   'page_callback' => 'comment_edit_page',
35309   'page_arguments' => 'a:1:{i:0;i:1;}',
35310   'delivery_callback' => '',
35311   'fit' => '5',
35312   'number_parts' => '3',
35313   'context' => '1',
35314   'tab_parent' => 'comment/%',
35315   'tab_root' => 'comment/%',
35316   'title' => 'Edit',
35317   'title_callback' => 't',
35318   'title_arguments' => '',
35319   'theme_callback' => '',
35320   'theme_arguments' => 'a:0:{}',
35321   'type' => '132',
35322   'description' => '',
35323   'position' => '',
35324   'weight' => '0',
35325   'include_file' => '',
35326 ))
35327 ->values(array(
35328   'path' => 'comment/%/view',
35329   'load_functions' => 'a:1:{i:1;N;}',
35330   'to_arg_functions' => '',
35331   'access_callback' => 'user_access',
35332   'access_arguments' => 'a:1:{i:0;s:15:"access comments";}',
35333   'page_callback' => 'comment_permalink',
35334   'page_arguments' => 'a:1:{i:0;i:1;}',
35335   'delivery_callback' => '',
35336   'fit' => '5',
35337   'number_parts' => '3',
35338   'context' => '1',
35339   'tab_parent' => 'comment/%',
35340   'tab_root' => 'comment/%',
35341   'title' => 'View comment',
35342   'title_callback' => 't',
35343   'title_arguments' => '',
35344   'theme_callback' => '',
35345   'theme_arguments' => 'a:0:{}',
35346   'type' => '140',
35347   'description' => '',
35348   'position' => '',
35349   'weight' => '-10',
35350   'include_file' => '',
35351 ))
35352 ->values(array(
35353   'path' => 'comment/reply/%',
35354   'load_functions' => 'a:1:{i:2;s:9:"node_load";}',
35355   'to_arg_functions' => '',
35356   'access_callback' => 'node_access',
35357   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:2;}',
35358   'page_callback' => 'comment_reply',
35359   'page_arguments' => 'a:1:{i:0;i:2;}',
35360   'delivery_callback' => '',
35361   'fit' => '6',
35362   'number_parts' => '3',
35363   'context' => '0',
35364   'tab_parent' => '',
35365   'tab_root' => 'comment/reply/%',
35366   'title' => 'Add new comment',
35367   'title_callback' => 't',
35368   'title_arguments' => '',
35369   'theme_callback' => '',
35370   'theme_arguments' => 'a:0:{}',
35371   'type' => '6',
35372   'description' => '',
35373   'position' => '',
35374   'weight' => '0',
35375   'include_file' => 'modules/comment/comment.pages.inc',
35376 ))
35377 ->values(array(
35378   'path' => 'contact',
35379   'load_functions' => '',
35380   'to_arg_functions' => '',
35381   'access_callback' => 'user_access',
35382   'access_arguments' => 'a:1:{i:0;s:29:"access site-wide contact form";}',
35383   'page_callback' => 'drupal_get_form',
35384   'page_arguments' => 'a:1:{i:0;s:17:"contact_site_form";}',
35385   'delivery_callback' => '',
35386   'fit' => '1',
35387   'number_parts' => '1',
35388   'context' => '0',
35389   'tab_parent' => '',
35390   'tab_root' => 'contact',
35391   'title' => 'Contact',
35392   'title_callback' => 't',
35393   'title_arguments' => '',
35394   'theme_callback' => '',
35395   'theme_arguments' => 'a:0:{}',
35396   'type' => '20',
35397   'description' => '',
35398   'position' => '',
35399   'weight' => '0',
35400   'include_file' => 'modules/contact/contact.pages.inc',
35401 ))
35402 ->values(array(
35403   'path' => 'ctools/autocomplete/%',
35404   'load_functions' => 'a:1:{i:2;N;}',
35405   'to_arg_functions' => '',
35406   'access_callback' => 'user_access',
35407   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35408   'page_callback' => 'ctools_content_autocomplete_entity',
35409   'page_arguments' => 'a:1:{i:0;i:2;}',
35410   'delivery_callback' => '',
35411   'fit' => '6',
35412   'number_parts' => '3',
35413   'context' => '0',
35414   'tab_parent' => '',
35415   'tab_root' => 'ctools/autocomplete/%',
35416   'title' => '',
35417   'title_callback' => 't',
35418   'title_arguments' => '',
35419   'theme_callback' => '',
35420   'theme_arguments' => 'a:0:{}',
35421   'type' => '0',
35422   'description' => '',
35423   'position' => '',
35424   'weight' => '0',
35425   'include_file' => 'sites/all/modules/ctools/includes/content.menu.inc',
35426 ))
35427 ->values(array(
35428   'path' => 'ctools/context/ajax/access/add',
35429   'load_functions' => '',
35430   'to_arg_functions' => '',
35431   'access_callback' => 'user_access',
35432   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35433   'page_callback' => 'ctools_access_ajax_add',
35434   'page_arguments' => 'a:0:{}',
35435   'delivery_callback' => '',
35436   'fit' => '31',
35437   'number_parts' => '5',
35438   'context' => '0',
35439   'tab_parent' => '',
35440   'tab_root' => 'ctools/context/ajax/access/add',
35441   'title' => '',
35442   'title_callback' => 't',
35443   'title_arguments' => '',
35444   'theme_callback' => 'ajax_base_page_theme',
35445   'theme_arguments' => 'a:0:{}',
35446   'type' => '0',
35447   'description' => '',
35448   'position' => '',
35449   'weight' => '0',
35450   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
35451 ))
35452 ->values(array(
35453   'path' => 'ctools/context/ajax/access/configure',
35454   'load_functions' => '',
35455   'to_arg_functions' => '',
35456   'access_callback' => 'user_access',
35457   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35458   'page_callback' => 'ctools_access_ajax_edit',
35459   'page_arguments' => 'a:0:{}',
35460   'delivery_callback' => '',
35461   'fit' => '31',
35462   'number_parts' => '5',
35463   'context' => '0',
35464   'tab_parent' => '',
35465   'tab_root' => 'ctools/context/ajax/access/configure',
35466   'title' => '',
35467   'title_callback' => 't',
35468   'title_arguments' => '',
35469   'theme_callback' => 'ajax_base_page_theme',
35470   'theme_arguments' => 'a:0:{}',
35471   'type' => '0',
35472   'description' => '',
35473   'position' => '',
35474   'weight' => '0',
35475   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
35476 ))
35477 ->values(array(
35478   'path' => 'ctools/context/ajax/access/delete',
35479   'load_functions' => '',
35480   'to_arg_functions' => '',
35481   'access_callback' => 'user_access',
35482   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35483   'page_callback' => 'ctools_access_ajax_delete',
35484   'page_arguments' => 'a:0:{}',
35485   'delivery_callback' => '',
35486   'fit' => '31',
35487   'number_parts' => '5',
35488   'context' => '0',
35489   'tab_parent' => '',
35490   'tab_root' => 'ctools/context/ajax/access/delete',
35491   'title' => '',
35492   'title_callback' => 't',
35493   'title_arguments' => '',
35494   'theme_callback' => 'ajax_base_page_theme',
35495   'theme_arguments' => 'a:0:{}',
35496   'type' => '0',
35497   'description' => '',
35498   'position' => '',
35499   'weight' => '0',
35500   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
35501 ))
35502 ->values(array(
35503   'path' => 'ctools/context/ajax/add',
35504   'load_functions' => '',
35505   'to_arg_functions' => '',
35506   'access_callback' => 'user_access',
35507   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35508   'page_callback' => 'ctools_context_ajax_item_add',
35509   'page_arguments' => 'a:0:{}',
35510   'delivery_callback' => '',
35511   'fit' => '15',
35512   'number_parts' => '4',
35513   'context' => '0',
35514   'tab_parent' => '',
35515   'tab_root' => 'ctools/context/ajax/add',
35516   'title' => '',
35517   'title_callback' => 't',
35518   'title_arguments' => '',
35519   'theme_callback' => 'ajax_base_page_theme',
35520   'theme_arguments' => 'a:0:{}',
35521   'type' => '0',
35522   'description' => '',
35523   'position' => '',
35524   'weight' => '0',
35525   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
35526 ))
35527 ->values(array(
35528   'path' => 'ctools/context/ajax/configure',
35529   'load_functions' => '',
35530   'to_arg_functions' => '',
35531   'access_callback' => 'user_access',
35532   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35533   'page_callback' => 'ctools_context_ajax_item_edit',
35534   'page_arguments' => 'a:0:{}',
35535   'delivery_callback' => '',
35536   'fit' => '15',
35537   'number_parts' => '4',
35538   'context' => '0',
35539   'tab_parent' => '',
35540   'tab_root' => 'ctools/context/ajax/configure',
35541   'title' => '',
35542   'title_callback' => 't',
35543   'title_arguments' => '',
35544   'theme_callback' => 'ajax_base_page_theme',
35545   'theme_arguments' => 'a:0:{}',
35546   'type' => '0',
35547   'description' => '',
35548   'position' => '',
35549   'weight' => '0',
35550   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
35551 ))
35552 ->values(array(
35553   'path' => 'ctools/context/ajax/delete',
35554   'load_functions' => '',
35555   'to_arg_functions' => '',
35556   'access_callback' => 'user_access',
35557   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35558   'page_callback' => 'ctools_context_ajax_item_delete',
35559   'page_arguments' => 'a:0:{}',
35560   'delivery_callback' => '',
35561   'fit' => '15',
35562   'number_parts' => '4',
35563   'context' => '0',
35564   'tab_parent' => '',
35565   'tab_root' => 'ctools/context/ajax/delete',
35566   'title' => '',
35567   'title_callback' => 't',
35568   'title_arguments' => '',
35569   'theme_callback' => 'ajax_base_page_theme',
35570   'theme_arguments' => 'a:0:{}',
35571   'type' => '0',
35572   'description' => '',
35573   'position' => '',
35574   'weight' => '0',
35575   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
35576 ))
35577 ->values(array(
35578   'path' => 'email/%/%/%',
35579   'load_functions' => 'a:3:{i:1;N;i:2;N;i:3;N;}',
35580   'to_arg_functions' => '',
35581   'access_callback' => 'user_access',
35582   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35583   'page_callback' => 'email_mail_page',
35584   'page_arguments' => 'a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}',
35585   'delivery_callback' => '',
35586   'fit' => '8',
35587   'number_parts' => '4',
35588   'context' => '0',
35589   'tab_parent' => '',
35590   'tab_root' => 'email/%/%/%',
35591   'title' => 'Email Contact Form',
35592   'title_callback' => 't',
35593   'title_arguments' => '',
35594   'theme_callback' => '',
35595   'theme_arguments' => 'a:0:{}',
35596   'type' => '0',
35597   'description' => '',
35598   'position' => '',
35599   'weight' => '0',
35600   'include_file' => '',
35601 ))
35602 ->values(array(
35603   'path' => 'entityreference/autocomplete/single/%/%/%',
35604   'load_functions' => 'a:3:{i:3;N;i:4;N;i:5;N;}',
35605   'to_arg_functions' => '',
35606   'access_callback' => 'entityreference_autocomplete_access_callback',
35607   'access_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
35608   'page_callback' => 'entityreference_autocomplete_callback',
35609   'page_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
35610   'delivery_callback' => '',
35611   'fit' => '56',
35612   'number_parts' => '6',
35613   'context' => '0',
35614   'tab_parent' => '',
35615   'tab_root' => 'entityreference/autocomplete/single/%/%/%',
35616   'title' => 'Entity Reference Autocomplete',
35617   'title_callback' => 't',
35618   'title_arguments' => '',
35619   'theme_callback' => '',
35620   'theme_arguments' => 'a:0:{}',
35621   'type' => '0',
35622   'description' => '',
35623   'position' => '',
35624   'weight' => '0',
35625   'include_file' => '',
35626 ))
35627 ->values(array(
35628   'path' => 'entityreference/autocomplete/tags/%/%/%',
35629   'load_functions' => 'a:3:{i:3;N;i:4;N;i:5;N;}',
35630   'to_arg_functions' => '',
35631   'access_callback' => 'entityreference_autocomplete_access_callback',
35632   'access_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
35633   'page_callback' => 'entityreference_autocomplete_callback',
35634   'page_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
35635   'delivery_callback' => '',
35636   'fit' => '56',
35637   'number_parts' => '6',
35638   'context' => '0',
35639   'tab_parent' => '',
35640   'tab_root' => 'entityreference/autocomplete/tags/%/%/%',
35641   'title' => 'Entity Reference Autocomplete',
35642   'title_callback' => 't',
35643   'title_arguments' => '',
35644   'theme_callback' => '',
35645   'theme_arguments' => 'a:0:{}',
35646   'type' => '0',
35647   'description' => '',
35648   'position' => '',
35649   'weight' => '0',
35650   'include_file' => '',
35651 ))
35652 ->values(array(
35653   'path' => 'file/ajax',
35654   'load_functions' => '',
35655   'to_arg_functions' => '',
35656   'access_callback' => 'user_access',
35657   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35658   'page_callback' => 'file_ajax_upload',
35659   'page_arguments' => 'a:0:{}',
35660   'delivery_callback' => 'ajax_deliver',
35661   'fit' => '3',
35662   'number_parts' => '2',
35663   'context' => '0',
35664   'tab_parent' => '',
35665   'tab_root' => 'file/ajax',
35666   'title' => '',
35667   'title_callback' => 't',
35668   'title_arguments' => '',
35669   'theme_callback' => 'ajax_base_page_theme',
35670   'theme_arguments' => 'a:0:{}',
35671   'type' => '0',
35672   'description' => '',
35673   'position' => '',
35674   'weight' => '0',
35675   'include_file' => '',
35676 ))
35677 ->values(array(
35678   'path' => 'file/progress',
35679   'load_functions' => '',
35680   'to_arg_functions' => '',
35681   'access_callback' => 'user_access',
35682   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35683   'page_callback' => 'file_ajax_progress',
35684   'page_arguments' => 'a:0:{}',
35685   'delivery_callback' => '',
35686   'fit' => '3',
35687   'number_parts' => '2',
35688   'context' => '0',
35689   'tab_parent' => '',
35690   'tab_root' => 'file/progress',
35691   'title' => '',
35692   'title_callback' => 't',
35693   'title_arguments' => '',
35694   'theme_callback' => 'ajax_base_page_theme',
35695   'theme_arguments' => 'a:0:{}',
35696   'type' => '0',
35697   'description' => '',
35698   'position' => '',
35699   'weight' => '0',
35700   'include_file' => '',
35701 ))
35702 ->values(array(
35703   'path' => 'filter/tips',
35704   'load_functions' => '',
35705   'to_arg_functions' => '',
35706   'access_callback' => '1',
35707   'access_arguments' => 'a:0:{}',
35708   'page_callback' => 'filter_tips_long',
35709   'page_arguments' => 'a:0:{}',
35710   'delivery_callback' => '',
35711   'fit' => '3',
35712   'number_parts' => '2',
35713   'context' => '0',
35714   'tab_parent' => '',
35715   'tab_root' => 'filter/tips',
35716   'title' => 'Compose tips',
35717   'title_callback' => 't',
35718   'title_arguments' => '',
35719   'theme_callback' => '',
35720   'theme_arguments' => 'a:0:{}',
35721   'type' => '20',
35722   'description' => '',
35723   'position' => '',
35724   'weight' => '0',
35725   'include_file' => 'modules/filter/filter.pages.inc',
35726 ))
35727 ->values(array(
35728   'path' => 'filter/tips/%',
35729   'load_functions' => 'a:1:{i:2;s:18:"filter_format_load";}',
35730   'to_arg_functions' => '',
35731   'access_callback' => 'filter_access',
35732   'access_arguments' => 'a:1:{i:0;i:2;}',
35733   'page_callback' => 'filter_tips_long',
35734   'page_arguments' => 'a:1:{i:0;i:2;}',
35735   'delivery_callback' => '',
35736   'fit' => '6',
35737   'number_parts' => '3',
35738   'context' => '0',
35739   'tab_parent' => '',
35740   'tab_root' => 'filter/tips/%',
35741   'title' => 'Compose tips',
35742   'title_callback' => 't',
35743   'title_arguments' => '',
35744   'theme_callback' => '',
35745   'theme_arguments' => 'a:0:{}',
35746   'type' => '6',
35747   'description' => '',
35748   'position' => '',
35749   'weight' => '0',
35750   'include_file' => 'modules/filter/filter.pages.inc',
35751 ))
35752 ->values(array(
35753   'path' => 'forum',
35754   'load_functions' => '',
35755   'to_arg_functions' => '',
35756   'access_callback' => 'user_access',
35757   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35758   'page_callback' => 'forum_page',
35759   'page_arguments' => 'a:0:{}',
35760   'delivery_callback' => '',
35761   'fit' => '1',
35762   'number_parts' => '1',
35763   'context' => '0',
35764   'tab_parent' => '',
35765   'tab_root' => 'forum',
35766   'title' => 'Forums',
35767   'title_callback' => 't',
35768   'title_arguments' => '',
35769   'theme_callback' => '',
35770   'theme_arguments' => 'a:0:{}',
35771   'type' => '6',
35772   'description' => '',
35773   'position' => '',
35774   'weight' => '0',
35775   'include_file' => 'modules/forum/forum.pages.inc',
35776 ))
35777 ->values(array(
35778   'path' => 'forum/%',
35779   'load_functions' => 'a:1:{i:1;s:16:"forum_forum_load";}',
35780   'to_arg_functions' => '',
35781   'access_callback' => 'user_access',
35782   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35783   'page_callback' => 'forum_page',
35784   'page_arguments' => 'a:1:{i:0;i:1;}',
35785   'delivery_callback' => '',
35786   'fit' => '2',
35787   'number_parts' => '2',
35788   'context' => '0',
35789   'tab_parent' => '',
35790   'tab_root' => 'forum/%',
35791   'title' => 'Forums',
35792   'title_callback' => 't',
35793   'title_arguments' => '',
35794   'theme_callback' => '',
35795   'theme_arguments' => 'a:0:{}',
35796   'type' => '6',
35797   'description' => '',
35798   'position' => '',
35799   'weight' => '0',
35800   'include_file' => 'modules/forum/forum.pages.inc',
35801 ))
35802 ->values(array(
35803   'path' => 'node',
35804   'load_functions' => '',
35805   'to_arg_functions' => '',
35806   'access_callback' => 'user_access',
35807   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
35808   'page_callback' => 'node_page_default',
35809   'page_arguments' => 'a:0:{}',
35810   'delivery_callback' => '',
35811   'fit' => '1',
35812   'number_parts' => '1',
35813   'context' => '0',
35814   'tab_parent' => '',
35815   'tab_root' => 'node',
35816   'title' => '',
35817   'title_callback' => 't',
35818   'title_arguments' => '',
35819   'theme_callback' => '',
35820   'theme_arguments' => 'a:0:{}',
35821   'type' => '0',
35822   'description' => '',
35823   'position' => '',
35824   'weight' => '0',
35825   'include_file' => '',
35826 ))
35827 ->values(array(
35828   'path' => 'node/%',
35829   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35830   'to_arg_functions' => '',
35831   'access_callback' => 'node_access',
35832   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}',
35833   'page_callback' => 'node_page_view',
35834   'page_arguments' => 'a:1:{i:0;i:1;}',
35835   'delivery_callback' => '',
35836   'fit' => '2',
35837   'number_parts' => '2',
35838   'context' => '0',
35839   'tab_parent' => '',
35840   'tab_root' => 'node/%',
35841   'title' => '',
35842   'title_callback' => 'node_page_title',
35843   'title_arguments' => 'a:1:{i:0;i:1;}',
35844   'theme_callback' => '',
35845   'theme_arguments' => 'a:0:{}',
35846   'type' => '6',
35847   'description' => '',
35848   'position' => '',
35849   'weight' => '0',
35850   'include_file' => '',
35851 ))
35852 ->values(array(
35853   'path' => 'node/%/delete',
35854   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35855   'to_arg_functions' => '',
35856   'access_callback' => 'node_access',
35857   'access_arguments' => 'a:2:{i:0;s:6:"delete";i:1;i:1;}',
35858   'page_callback' => 'drupal_get_form',
35859   'page_arguments' => 'a:2:{i:0;s:19:"node_delete_confirm";i:1;i:1;}',
35860   'delivery_callback' => '',
35861   'fit' => '5',
35862   'number_parts' => '3',
35863   'context' => '2',
35864   'tab_parent' => 'node/%',
35865   'tab_root' => 'node/%',
35866   'title' => 'Delete',
35867   'title_callback' => 't',
35868   'title_arguments' => '',
35869   'theme_callback' => '',
35870   'theme_arguments' => 'a:0:{}',
35871   'type' => '132',
35872   'description' => '',
35873   'position' => '',
35874   'weight' => '1',
35875   'include_file' => 'modules/node/node.pages.inc',
35876 ))
35877 ->values(array(
35878   'path' => 'node/%/edit',
35879   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35880   'to_arg_functions' => '',
35881   'access_callback' => 'node_access',
35882   'access_arguments' => 'a:2:{i:0;s:6:"update";i:1;i:1;}',
35883   'page_callback' => 'node_page_edit',
35884   'page_arguments' => 'a:1:{i:0;i:1;}',
35885   'delivery_callback' => '',
35886   'fit' => '5',
35887   'number_parts' => '3',
35888   'context' => '3',
35889   'tab_parent' => 'node/%',
35890   'tab_root' => 'node/%',
35891   'title' => 'Edit',
35892   'title_callback' => 't',
35893   'title_arguments' => '',
35894   'theme_callback' => '',
35895   'theme_arguments' => 'a:0:{}',
35896   'type' => '132',
35897   'description' => '',
35898   'position' => '',
35899   'weight' => '0',
35900   'include_file' => 'modules/node/node.pages.inc',
35901 ))
35902 ->values(array(
35903   'path' => 'node/%/outline',
35904   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35905   'to_arg_functions' => '',
35906   'access_callback' => '_book_outline_access',
35907   'access_arguments' => 'a:1:{i:0;i:1;}',
35908   'page_callback' => 'book_outline',
35909   'page_arguments' => 'a:1:{i:0;i:1;}',
35910   'delivery_callback' => '',
35911   'fit' => '5',
35912   'number_parts' => '3',
35913   'context' => '1',
35914   'tab_parent' => 'node/%',
35915   'tab_root' => 'node/%',
35916   'title' => 'Outline',
35917   'title_callback' => 't',
35918   'title_arguments' => '',
35919   'theme_callback' => '',
35920   'theme_arguments' => 'a:0:{}',
35921   'type' => '132',
35922   'description' => '',
35923   'position' => '',
35924   'weight' => '2',
35925   'include_file' => 'modules/book/book.pages.inc',
35926 ))
35927 ->values(array(
35928   'path' => 'node/%/outline/remove',
35929   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35930   'to_arg_functions' => '',
35931   'access_callback' => '_book_outline_remove_access',
35932   'access_arguments' => 'a:1:{i:0;i:1;}',
35933   'page_callback' => 'drupal_get_form',
35934   'page_arguments' => 'a:2:{i:0;s:16:"book_remove_form";i:1;i:1;}',
35935   'delivery_callback' => '',
35936   'fit' => '11',
35937   'number_parts' => '4',
35938   'context' => '0',
35939   'tab_parent' => '',
35940   'tab_root' => 'node/%/outline/remove',
35941   'title' => 'Remove from outline',
35942   'title_callback' => 't',
35943   'title_arguments' => '',
35944   'theme_callback' => '',
35945   'theme_arguments' => 'a:0:{}',
35946   'type' => '6',
35947   'description' => '',
35948   'position' => '',
35949   'weight' => '0',
35950   'include_file' => 'modules/book/book.pages.inc',
35951 ))
35952 ->values(array(
35953   'path' => 'node/%/revisions',
35954   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
35955   'to_arg_functions' => '',
35956   'access_callback' => '_node_revision_access',
35957   'access_arguments' => 'a:1:{i:0;i:1;}',
35958   'page_callback' => 'node_revision_overview',
35959   'page_arguments' => 'a:1:{i:0;i:1;}',
35960   'delivery_callback' => '',
35961   'fit' => '5',
35962   'number_parts' => '3',
35963   'context' => '1',
35964   'tab_parent' => 'node/%',
35965   'tab_root' => 'node/%',
35966   'title' => 'Revisions',
35967   'title_callback' => 't',
35968   'title_arguments' => '',
35969   'theme_callback' => '',
35970   'theme_arguments' => 'a:0:{}',
35971   'type' => '132',
35972   'description' => '',
35973   'position' => '',
35974   'weight' => '2',
35975   'include_file' => 'modules/node/node.pages.inc',
35976 ))
35977 ->values(array(
35978   'path' => 'node/%/revisions/%/delete',
35979   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
35980   'to_arg_functions' => '',
35981   'access_callback' => '_node_revision_access',
35982   'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"delete";}',
35983   'page_callback' => 'drupal_get_form',
35984   'page_arguments' => 'a:2:{i:0;s:28:"node_revision_delete_confirm";i:1;i:1;}',
35985   'delivery_callback' => '',
35986   'fit' => '21',
35987   'number_parts' => '5',
35988   'context' => '0',
35989   'tab_parent' => '',
35990   'tab_root' => 'node/%/revisions/%/delete',
35991   'title' => 'Delete earlier revision',
35992   'title_callback' => 't',
35993   'title_arguments' => '',
35994   'theme_callback' => '',
35995   'theme_arguments' => 'a:0:{}',
35996   'type' => '6',
35997   'description' => '',
35998   'position' => '',
35999   'weight' => '0',
36000   'include_file' => 'modules/node/node.pages.inc',
36001 ))
36002 ->values(array(
36003   'path' => 'node/%/revisions/%/revert',
36004   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
36005   'to_arg_functions' => '',
36006   'access_callback' => '_node_revision_access',
36007   'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"update";}',
36008   'page_callback' => 'drupal_get_form',
36009   'page_arguments' => 'a:2:{i:0;s:28:"node_revision_revert_confirm";i:1;i:1;}',
36010   'delivery_callback' => '',
36011   'fit' => '21',
36012   'number_parts' => '5',
36013   'context' => '0',
36014   'tab_parent' => '',
36015   'tab_root' => 'node/%/revisions/%/revert',
36016   'title' => 'Revert to earlier revision',
36017   'title_callback' => 't',
36018   'title_arguments' => '',
36019   'theme_callback' => '',
36020   'theme_arguments' => 'a:0:{}',
36021   'type' => '6',
36022   'description' => '',
36023   'position' => '',
36024   'weight' => '0',
36025   'include_file' => 'modules/node/node.pages.inc',
36026 ))
36027 ->values(array(
36028   'path' => 'node/%/revisions/%/view',
36029   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
36030   'to_arg_functions' => '',
36031   'access_callback' => '_node_revision_access',
36032   'access_arguments' => 'a:1:{i:0;i:1;}',
36033   'page_callback' => 'node_show',
36034   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
36035   'delivery_callback' => '',
36036   'fit' => '21',
36037   'number_parts' => '5',
36038   'context' => '0',
36039   'tab_parent' => '',
36040   'tab_root' => 'node/%/revisions/%/view',
36041   'title' => 'Revisions',
36042   'title_callback' => 't',
36043   'title_arguments' => '',
36044   'theme_callback' => '',
36045   'theme_arguments' => 'a:0:{}',
36046   'type' => '6',
36047   'description' => '',
36048   'position' => '',
36049   'weight' => '0',
36050   'include_file' => '',
36051 ))
36052 ->values(array(
36053   'path' => 'node/%/track',
36054   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
36055   'to_arg_functions' => '',
36056   'access_callback' => 'user_access',
36057   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
36058   'page_callback' => 'statistics_node_tracker',
36059   'page_arguments' => 'a:0:{}',
36060   'delivery_callback' => '',
36061   'fit' => '5',
36062   'number_parts' => '3',
36063   'context' => '1',
36064   'tab_parent' => 'node/%',
36065   'tab_root' => 'node/%',
36066   'title' => 'Track',
36067   'title_callback' => 't',
36068   'title_arguments' => '',
36069   'theme_callback' => '',
36070   'theme_arguments' => 'a:0:{}',
36071   'type' => '132',
36072   'description' => '',
36073   'position' => '',
36074   'weight' => '2',
36075   'include_file' => 'modules/statistics/statistics.pages.inc',
36076 ))
36077 ->values(array(
36078   'path' => 'node/%/translate',
36079   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
36080   'to_arg_functions' => '',
36081   'access_callback' => '_translation_tab_access',
36082   'access_arguments' => 'a:1:{i:0;i:1;}',
36083   'page_callback' => 'translation_node_overview',
36084   'page_arguments' => 'a:1:{i:0;i:1;}',
36085   'delivery_callback' => '',
36086   'fit' => '5',
36087   'number_parts' => '3',
36088   'context' => '1',
36089   'tab_parent' => 'node/%',
36090   'tab_root' => 'node/%',
36091   'title' => 'Translate',
36092   'title_callback' => 't',
36093   'title_arguments' => '',
36094   'theme_callback' => '',
36095   'theme_arguments' => 'a:0:{}',
36096   'type' => '132',
36097   'description' => '',
36098   'position' => '',
36099   'weight' => '2',
36100   'include_file' => 'modules/translation/translation.pages.inc',
36101 ))
36102 ->values(array(
36103   'path' => 'node/%/view',
36104   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
36105   'to_arg_functions' => '',
36106   'access_callback' => 'node_access',
36107   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}',
36108   'page_callback' => 'node_page_view',
36109   'page_arguments' => 'a:1:{i:0;i:1;}',
36110   'delivery_callback' => '',
36111   'fit' => '5',
36112   'number_parts' => '3',
36113   'context' => '1',
36114   'tab_parent' => 'node/%',
36115   'tab_root' => 'node/%',
36116   'title' => 'View',
36117   'title_callback' => 't',
36118   'title_arguments' => '',
36119   'theme_callback' => '',
36120   'theme_arguments' => 'a:0:{}',
36121   'type' => '140',
36122   'description' => '',
36123   'position' => '',
36124   'weight' => '-10',
36125   'include_file' => '',
36126 ))
36127 ->values(array(
36128   'path' => 'node/add',
36129   'load_functions' => '',
36130   'to_arg_functions' => '',
36131   'access_callback' => '_node_add_access',
36132   'access_arguments' => 'a:0:{}',
36133   'page_callback' => 'node_add_page',
36134   'page_arguments' => 'a:0:{}',
36135   'delivery_callback' => '',
36136   'fit' => '3',
36137   'number_parts' => '2',
36138   'context' => '0',
36139   'tab_parent' => '',
36140   'tab_root' => 'node/add',
36141   'title' => 'Add content',
36142   'title_callback' => 't',
36143   'title_arguments' => '',
36144   'theme_callback' => '',
36145   'theme_arguments' => 'a:0:{}',
36146   'type' => '6',
36147   'description' => '',
36148   'position' => '',
36149   'weight' => '0',
36150   'include_file' => 'modules/node/node.pages.inc',
36151 ))
36152 ->values(array(
36153   'path' => 'node/add/article',
36154   'load_functions' => '',
36155   'to_arg_functions' => '',
36156   'access_callback' => 'node_access',
36157   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:7:"article";}',
36158   'page_callback' => 'node_add',
36159   'page_arguments' => 'a:1:{i:0;s:7:"article";}',
36160   'delivery_callback' => '',
36161   'fit' => '7',
36162   'number_parts' => '3',
36163   'context' => '0',
36164   'tab_parent' => '',
36165   'tab_root' => 'node/add/article',
36166   'title' => 'Article',
36167   'title_callback' => 'check_plain',
36168   'title_arguments' => '',
36169   'theme_callback' => '',
36170   'theme_arguments' => 'a:0:{}',
36171   'type' => '6',
36172   'description' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.',
36173   'position' => '',
36174   'weight' => '0',
36175   'include_file' => 'modules/node/node.pages.inc',
36176 ))
36177 ->values(array(
36178   'path' => 'node/add/blog',
36179   'load_functions' => '',
36180   'to_arg_functions' => '',
36181   'access_callback' => 'node_access',
36182   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"blog";}',
36183   'page_callback' => 'node_add',
36184   'page_arguments' => 'a:1:{i:0;s:4:"blog";}',
36185   'delivery_callback' => '',
36186   'fit' => '7',
36187   'number_parts' => '3',
36188   'context' => '0',
36189   'tab_parent' => '',
36190   'tab_root' => 'node/add/blog',
36191   'title' => 'Blog entry',
36192   'title_callback' => 'check_plain',
36193   'title_arguments' => '',
36194   'theme_callback' => '',
36195   'theme_arguments' => 'a:0:{}',
36196   'type' => '6',
36197   'description' => 'Use for multi-user blogs. Every user gets a personal blog.',
36198   'position' => '',
36199   'weight' => '0',
36200   'include_file' => 'modules/node/node.pages.inc',
36201 ))
36202 ->values(array(
36203   'path' => 'node/add/book',
36204   'load_functions' => '',
36205   'to_arg_functions' => '',
36206   'access_callback' => 'node_access',
36207   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"book";}',
36208   'page_callback' => 'node_add',
36209   'page_arguments' => 'a:1:{i:0;s:4:"book";}',
36210   'delivery_callback' => '',
36211   'fit' => '7',
36212   'number_parts' => '3',
36213   'context' => '0',
36214   'tab_parent' => '',
36215   'tab_root' => 'node/add/book',
36216   'title' => 'Book page',
36217   'title_callback' => 'check_plain',
36218   'title_arguments' => '',
36219   'theme_callback' => '',
36220   'theme_arguments' => 'a:0:{}',
36221   'type' => '6',
36222   'description' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.',
36223   'position' => '',
36224   'weight' => '0',
36225   'include_file' => 'modules/node/node.pages.inc',
36226 ))
36227 ->values(array(
36228   'path' => 'node/add/forum',
36229   'load_functions' => '',
36230   'to_arg_functions' => '',
36231   'access_callback' => 'node_access',
36232   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:5:"forum";}',
36233   'page_callback' => 'node_add',
36234   'page_arguments' => 'a:1:{i:0;s:5:"forum";}',
36235   'delivery_callback' => '',
36236   'fit' => '7',
36237   'number_parts' => '3',
36238   'context' => '0',
36239   'tab_parent' => '',
36240   'tab_root' => 'node/add/forum',
36241   'title' => 'Forum topic',
36242   'title_callback' => 'check_plain',
36243   'title_arguments' => '',
36244   'theme_callback' => '',
36245   'theme_arguments' => 'a:0:{}',
36246   'type' => '6',
36247   'description' => 'A <em>forum topic</em> starts a new discussion thread within a forum.',
36248   'position' => '',
36249   'weight' => '0',
36250   'include_file' => 'modules/node/node.pages.inc',
36251 ))
36252 ->values(array(
36253   'path' => 'node/add/page',
36254   'load_functions' => '',
36255   'to_arg_functions' => '',
36256   'access_callback' => 'node_access',
36257   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"page";}',
36258   'page_callback' => 'node_add',
36259   'page_arguments' => 'a:1:{i:0;s:4:"page";}',
36260   'delivery_callback' => '',
36261   'fit' => '7',
36262   'number_parts' => '3',
36263   'context' => '0',
36264   'tab_parent' => '',
36265   'tab_root' => 'node/add/page',
36266   'title' => 'Basic page',
36267   'title_callback' => 'check_plain',
36268   'title_arguments' => '',
36269   'theme_callback' => '',
36270   'theme_arguments' => 'a:0:{}',
36271   'type' => '6',
36272   'description' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.",
36273   'position' => '',
36274   'weight' => '0',
36275   'include_file' => 'modules/node/node.pages.inc',
36276 ))
36277 ->values(array(
36278   'path' => 'node/add/test-content-type',
36279   'load_functions' => '',
36280   'to_arg_functions' => '',
36281   'access_callback' => 'node_access',
36282   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:17:"test_content_type";}',
36283   'page_callback' => 'node_add',
36284   'page_arguments' => 'a:1:{i:0;s:17:"test_content_type";}',
36285   'delivery_callback' => '',
36286   'fit' => '7',
36287   'number_parts' => '3',
36288   'context' => '0',
36289   'tab_parent' => '',
36290   'tab_root' => 'node/add/test-content-type',
36291   'title' => 'Test content type',
36292   'title_callback' => 'check_plain',
36293   'title_arguments' => '',
36294   'theme_callback' => '',
36295   'theme_arguments' => 'a:0:{}',
36296   'type' => '6',
36297   'description' => 'This is the description of the test content type.',
36298   'position' => '',
36299   'weight' => '0',
36300   'include_file' => 'modules/node/node.pages.inc',
36301 ))
36302 ->values(array(
36303   'path' => 'rss.xml',
36304   'load_functions' => '',
36305   'to_arg_functions' => '',
36306   'access_callback' => 'user_access',
36307   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36308   'page_callback' => 'node_feed',
36309   'page_arguments' => 'a:2:{i:0;b:0;i:1;a:0:{}}',
36310   'delivery_callback' => '',
36311   'fit' => '1',
36312   'number_parts' => '1',
36313   'context' => '0',
36314   'tab_parent' => '',
36315   'tab_root' => 'rss.xml',
36316   'title' => 'RSS feed',
36317   'title_callback' => 't',
36318   'title_arguments' => '',
36319   'theme_callback' => '',
36320   'theme_arguments' => 'a:0:{}',
36321   'type' => '0',
36322   'description' => '',
36323   'position' => '',
36324   'weight' => '0',
36325   'include_file' => '',
36326 ))
36327 ->values(array(
36328   'path' => 'search',
36329   'load_functions' => '',
36330   'to_arg_functions' => '',
36331   'access_callback' => 'search_is_active',
36332   'access_arguments' => 'a:0:{}',
36333   'page_callback' => 'search_view',
36334   'page_arguments' => 'a:0:{}',
36335   'delivery_callback' => '',
36336   'fit' => '1',
36337   'number_parts' => '1',
36338   'context' => '0',
36339   'tab_parent' => '',
36340   'tab_root' => 'search',
36341   'title' => 'Search',
36342   'title_callback' => 't',
36343   'title_arguments' => '',
36344   'theme_callback' => '',
36345   'theme_arguments' => 'a:0:{}',
36346   'type' => '20',
36347   'description' => '',
36348   'position' => '',
36349   'weight' => '0',
36350   'include_file' => 'modules/search/search.pages.inc',
36351 ))
36352 ->values(array(
36353   'path' => 'search/node',
36354   'load_functions' => '',
36355   'to_arg_functions' => '',
36356   'access_callback' => '_search_menu_access',
36357   'access_arguments' => 'a:1:{i:0;s:4:"node";}',
36358   'page_callback' => 'search_view',
36359   'page_arguments' => 'a:2:{i:0;s:4:"node";i:1;s:0:"";}',
36360   'delivery_callback' => '',
36361   'fit' => '3',
36362   'number_parts' => '2',
36363   'context' => '1',
36364   'tab_parent' => 'search',
36365   'tab_root' => 'search',
36366   'title' => 'Content',
36367   'title_callback' => 't',
36368   'title_arguments' => '',
36369   'theme_callback' => '',
36370   'theme_arguments' => 'a:0:{}',
36371   'type' => '132',
36372   'description' => '',
36373   'position' => '',
36374   'weight' => '-10',
36375   'include_file' => 'modules/search/search.pages.inc',
36376 ))
36377 ->values(array(
36378   'path' => 'search/node/%',
36379   'load_functions' => 'a:1:{i:2;a:1:{s:14:"menu_tail_load";a:2:{i:0;s:4:"%map";i:1;s:6:"%index";}}}',
36380   'to_arg_functions' => 'a:1:{i:2;s:16:"menu_tail_to_arg";}',
36381   'access_callback' => '_search_menu_access',
36382   'access_arguments' => 'a:1:{i:0;s:4:"node";}',
36383   'page_callback' => 'search_view',
36384   'page_arguments' => 'a:2:{i:0;s:4:"node";i:1;i:2;}',
36385   'delivery_callback' => '',
36386   'fit' => '6',
36387   'number_parts' => '3',
36388   'context' => '1',
36389   'tab_parent' => 'search/node',
36390   'tab_root' => 'search/node/%',
36391   'title' => 'Content',
36392   'title_callback' => 't',
36393   'title_arguments' => '',
36394   'theme_callback' => '',
36395   'theme_arguments' => 'a:0:{}',
36396   'type' => '132',
36397   'description' => '',
36398   'position' => '',
36399   'weight' => '0',
36400   'include_file' => 'modules/search/search.pages.inc',
36401 ))
36402 ->values(array(
36403   'path' => 'search/user',
36404   'load_functions' => '',
36405   'to_arg_functions' => '',
36406   'access_callback' => '_search_menu_access',
36407   'access_arguments' => 'a:1:{i:0;s:4:"user";}',
36408   'page_callback' => 'search_view',
36409   'page_arguments' => 'a:2:{i:0;s:4:"user";i:1;s:0:"";}',
36410   'delivery_callback' => '',
36411   'fit' => '3',
36412   'number_parts' => '2',
36413   'context' => '1',
36414   'tab_parent' => 'search',
36415   'tab_root' => 'search',
36416   'title' => 'Users',
36417   'title_callback' => 't',
36418   'title_arguments' => '',
36419   'theme_callback' => '',
36420   'theme_arguments' => 'a:0:{}',
36421   'type' => '132',
36422   'description' => '',
36423   'position' => '',
36424   'weight' => '0',
36425   'include_file' => 'modules/search/search.pages.inc',
36426 ))
36427 ->values(array(
36428   'path' => 'search/user/%',
36429   'load_functions' => 'a:1:{i:2;a:1:{s:14:"menu_tail_load";a:2:{i:0;s:4:"%map";i:1;s:6:"%index";}}}',
36430   'to_arg_functions' => 'a:1:{i:2;s:16:"menu_tail_to_arg";}',
36431   'access_callback' => '_search_menu_access',
36432   'access_arguments' => 'a:1:{i:0;s:4:"user";}',
36433   'page_callback' => 'search_view',
36434   'page_arguments' => 'a:2:{i:0;s:4:"user";i:1;i:2;}',
36435   'delivery_callback' => '',
36436   'fit' => '6',
36437   'number_parts' => '3',
36438   'context' => '1',
36439   'tab_parent' => 'search/node',
36440   'tab_root' => 'search/node/%',
36441   'title' => 'Users',
36442   'title_callback' => 't',
36443   'title_arguments' => '',
36444   'theme_callback' => '',
36445   'theme_arguments' => 'a:0:{}',
36446   'type' => '132',
36447   'description' => '',
36448   'position' => '',
36449   'weight' => '0',
36450   'include_file' => 'modules/search/search.pages.inc',
36451 ))
36452 ->values(array(
36453   'path' => 'sites/default/files/styles/%',
36454   'load_functions' => 'a:1:{i:4;s:16:"image_style_load";}',
36455   'to_arg_functions' => '',
36456   'access_callback' => '1',
36457   'access_arguments' => 'a:0:{}',
36458   'page_callback' => 'image_style_deliver',
36459   'page_arguments' => 'a:1:{i:0;i:4;}',
36460   'delivery_callback' => '',
36461   'fit' => '30',
36462   'number_parts' => '5',
36463   'context' => '0',
36464   'tab_parent' => '',
36465   'tab_root' => 'sites/default/files/styles/%',
36466   'title' => 'Generate image style',
36467   'title_callback' => 't',
36468   'title_arguments' => '',
36469   'theme_callback' => '',
36470   'theme_arguments' => 'a:0:{}',
36471   'type' => '0',
36472   'description' => '',
36473   'position' => '',
36474   'weight' => '0',
36475   'include_file' => '',
36476 ))
36477 ->values(array(
36478   'path' => 'system/ajax',
36479   'load_functions' => '',
36480   'to_arg_functions' => '',
36481   'access_callback' => '1',
36482   'access_arguments' => 'a:0:{}',
36483   'page_callback' => 'ajax_form_callback',
36484   'page_arguments' => 'a:0:{}',
36485   'delivery_callback' => 'ajax_deliver',
36486   'fit' => '3',
36487   'number_parts' => '2',
36488   'context' => '0',
36489   'tab_parent' => '',
36490   'tab_root' => 'system/ajax',
36491   'title' => 'AHAH callback',
36492   'title_callback' => 't',
36493   'title_arguments' => '',
36494   'theme_callback' => 'ajax_base_page_theme',
36495   'theme_arguments' => 'a:0:{}',
36496   'type' => '0',
36497   'description' => '',
36498   'position' => '',
36499   'weight' => '0',
36500   'include_file' => 'includes/form.inc',
36501 ))
36502 ->values(array(
36503   'path' => 'system/files',
36504   'load_functions' => '',
36505   'to_arg_functions' => '',
36506   'access_callback' => '1',
36507   'access_arguments' => 'a:0:{}',
36508   'page_callback' => 'file_download',
36509   'page_arguments' => 'a:1:{i:0;s:7:"private";}',
36510   'delivery_callback' => '',
36511   'fit' => '3',
36512   'number_parts' => '2',
36513   'context' => '0',
36514   'tab_parent' => '',
36515   'tab_root' => 'system/files',
36516   'title' => 'File download',
36517   'title_callback' => 't',
36518   'title_arguments' => '',
36519   'theme_callback' => '',
36520   'theme_arguments' => 'a:0:{}',
36521   'type' => '0',
36522   'description' => '',
36523   'position' => '',
36524   'weight' => '0',
36525   'include_file' => '',
36526 ))
36527 ->values(array(
36528   'path' => 'system/files/styles/%',
36529   'load_functions' => 'a:1:{i:3;s:16:"image_style_load";}',
36530   'to_arg_functions' => '',
36531   'access_callback' => '1',
36532   'access_arguments' => 'a:0:{}',
36533   'page_callback' => 'image_style_deliver',
36534   'page_arguments' => 'a:1:{i:0;i:3;}',
36535   'delivery_callback' => '',
36536   'fit' => '14',
36537   'number_parts' => '4',
36538   'context' => '0',
36539   'tab_parent' => '',
36540   'tab_root' => 'system/files/styles/%',
36541   'title' => 'Generate image style',
36542   'title_callback' => 't',
36543   'title_arguments' => '',
36544   'theme_callback' => '',
36545   'theme_arguments' => 'a:0:{}',
36546   'type' => '0',
36547   'description' => '',
36548   'position' => '',
36549   'weight' => '0',
36550   'include_file' => '',
36551 ))
36552 ->values(array(
36553   'path' => 'system/temporary',
36554   'load_functions' => '',
36555   'to_arg_functions' => '',
36556   'access_callback' => '1',
36557   'access_arguments' => 'a:0:{}',
36558   'page_callback' => 'file_download',
36559   'page_arguments' => 'a:1:{i:0;s:9:"temporary";}',
36560   'delivery_callback' => '',
36561   'fit' => '3',
36562   'number_parts' => '2',
36563   'context' => '0',
36564   'tab_parent' => '',
36565   'tab_root' => 'system/temporary',
36566   'title' => 'Temporary files',
36567   'title_callback' => 't',
36568   'title_arguments' => '',
36569   'theme_callback' => '',
36570   'theme_arguments' => 'a:0:{}',
36571   'type' => '0',
36572   'description' => '',
36573   'position' => '',
36574   'weight' => '0',
36575   'include_file' => '',
36576 ))
36577 ->values(array(
36578   'path' => 'system/timezone',
36579   'load_functions' => '',
36580   'to_arg_functions' => '',
36581   'access_callback' => '1',
36582   'access_arguments' => 'a:0:{}',
36583   'page_callback' => 'system_timezone',
36584   'page_arguments' => 'a:0:{}',
36585   'delivery_callback' => '',
36586   'fit' => '3',
36587   'number_parts' => '2',
36588   'context' => '0',
36589   'tab_parent' => '',
36590   'tab_root' => 'system/timezone',
36591   'title' => 'Time zone',
36592   'title_callback' => 't',
36593   'title_arguments' => '',
36594   'theme_callback' => '',
36595   'theme_arguments' => 'a:0:{}',
36596   'type' => '0',
36597   'description' => '',
36598   'position' => '',
36599   'weight' => '0',
36600   'include_file' => 'modules/system/system.admin.inc',
36601 ))
36602 ->values(array(
36603   'path' => 'taxonomy/autocomplete',
36604   'load_functions' => '',
36605   'to_arg_functions' => '',
36606   'access_callback' => 'user_access',
36607   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36608   'page_callback' => 'taxonomy_autocomplete',
36609   'page_arguments' => 'a:0:{}',
36610   'delivery_callback' => '',
36611   'fit' => '3',
36612   'number_parts' => '2',
36613   'context' => '0',
36614   'tab_parent' => '',
36615   'tab_root' => 'taxonomy/autocomplete',
36616   'title' => 'Autocomplete taxonomy',
36617   'title_callback' => 't',
36618   'title_arguments' => '',
36619   'theme_callback' => '',
36620   'theme_arguments' => 'a:0:{}',
36621   'type' => '0',
36622   'description' => '',
36623   'position' => '',
36624   'weight' => '0',
36625   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
36626 ))
36627 ->values(array(
36628   'path' => 'taxonomy/term/%',
36629   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
36630   'to_arg_functions' => '',
36631   'access_callback' => 'user_access',
36632   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36633   'page_callback' => 'taxonomy_term_page',
36634   'page_arguments' => 'a:1:{i:0;i:2;}',
36635   'delivery_callback' => '',
36636   'fit' => '6',
36637   'number_parts' => '3',
36638   'context' => '0',
36639   'tab_parent' => '',
36640   'tab_root' => 'taxonomy/term/%',
36641   'title' => 'Taxonomy term',
36642   'title_callback' => 'taxonomy_term_title',
36643   'title_arguments' => 'a:1:{i:0;i:2;}',
36644   'theme_callback' => '',
36645   'theme_arguments' => 'a:0:{}',
36646   'type' => '6',
36647   'description' => '',
36648   'position' => '',
36649   'weight' => '0',
36650   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
36651 ))
36652 ->values(array(
36653   'path' => 'taxonomy/term/%/edit',
36654   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
36655   'to_arg_functions' => '',
36656   'access_callback' => 'taxonomy_term_edit_access',
36657   'access_arguments' => 'a:1:{i:0;i:2;}',
36658   'page_callback' => 'drupal_get_form',
36659   'page_arguments' => 'a:3:{i:0;s:18:"taxonomy_form_term";i:1;i:2;i:2;N;}',
36660   'delivery_callback' => '',
36661   'fit' => '13',
36662   'number_parts' => '4',
36663   'context' => '1',
36664   'tab_parent' => 'taxonomy/term/%',
36665   'tab_root' => 'taxonomy/term/%',
36666   'title' => 'Edit',
36667   'title_callback' => 't',
36668   'title_arguments' => '',
36669   'theme_callback' => '',
36670   'theme_arguments' => 'a:0:{}',
36671   'type' => '132',
36672   'description' => '',
36673   'position' => '',
36674   'weight' => '10',
36675   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
36676 ))
36677 ->values(array(
36678   'path' => 'taxonomy/term/%/feed',
36679   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
36680   'to_arg_functions' => '',
36681   'access_callback' => 'user_access',
36682   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36683   'page_callback' => 'taxonomy_term_feed',
36684   'page_arguments' => 'a:1:{i:0;i:2;}',
36685   'delivery_callback' => '',
36686   'fit' => '13',
36687   'number_parts' => '4',
36688   'context' => '0',
36689   'tab_parent' => '',
36690   'tab_root' => 'taxonomy/term/%/feed',
36691   'title' => 'Taxonomy term',
36692   'title_callback' => 'taxonomy_term_title',
36693   'title_arguments' => 'a:1:{i:0;i:2;}',
36694   'theme_callback' => '',
36695   'theme_arguments' => 'a:0:{}',
36696   'type' => '0',
36697   'description' => '',
36698   'position' => '',
36699   'weight' => '0',
36700   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
36701 ))
36702 ->values(array(
36703   'path' => 'taxonomy/term/%/view',
36704   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
36705   'to_arg_functions' => '',
36706   'access_callback' => 'user_access',
36707   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36708   'page_callback' => 'taxonomy_term_page',
36709   'page_arguments' => 'a:1:{i:0;i:2;}',
36710   'delivery_callback' => '',
36711   'fit' => '13',
36712   'number_parts' => '4',
36713   'context' => '1',
36714   'tab_parent' => 'taxonomy/term/%',
36715   'tab_root' => 'taxonomy/term/%',
36716   'title' => 'View',
36717   'title_callback' => 't',
36718   'title_arguments' => '',
36719   'theme_callback' => '',
36720   'theme_arguments' => 'a:0:{}',
36721   'type' => '140',
36722   'description' => '',
36723   'position' => '',
36724   'weight' => '0',
36725   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
36726 ))
36727 ->values(array(
36728   'path' => 'toolbar/toggle',
36729   'load_functions' => '',
36730   'to_arg_functions' => '',
36731   'access_callback' => 'user_access',
36732   'access_arguments' => 'a:1:{i:0;s:14:"access toolbar";}',
36733   'page_callback' => 'toolbar_toggle_page',
36734   'page_arguments' => 'a:0:{}',
36735   'delivery_callback' => '',
36736   'fit' => '3',
36737   'number_parts' => '2',
36738   'context' => '0',
36739   'tab_parent' => '',
36740   'tab_root' => 'toolbar/toggle',
36741   'title' => 'Toggle drawer visibility',
36742   'title_callback' => 't',
36743   'title_arguments' => '',
36744   'theme_callback' => '',
36745   'theme_arguments' => 'a:0:{}',
36746   'type' => '0',
36747   'description' => '',
36748   'position' => '',
36749   'weight' => '0',
36750   'include_file' => '',
36751 ))
36752 ->values(array(
36753   'path' => 'tracker',
36754   'load_functions' => '',
36755   'to_arg_functions' => '',
36756   'access_callback' => 'user_access',
36757   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36758   'page_callback' => 'tracker_page',
36759   'page_arguments' => 'a:0:{}',
36760   'delivery_callback' => '',
36761   'fit' => '1',
36762   'number_parts' => '1',
36763   'context' => '0',
36764   'tab_parent' => '',
36765   'tab_root' => 'tracker',
36766   'title' => 'Recent content',
36767   'title_callback' => 't',
36768   'title_arguments' => '',
36769   'theme_callback' => '',
36770   'theme_arguments' => 'a:0:{}',
36771   'type' => '6',
36772   'description' => '',
36773   'position' => '',
36774   'weight' => '1',
36775   'include_file' => 'modules/tracker/tracker.pages.inc',
36776 ))
36777 ->values(array(
36778   'path' => 'tracker/%',
36779   'load_functions' => 'a:1:{i:1;s:22:"user_uid_optional_load";}',
36780   'to_arg_functions' => 'a:1:{i:1;s:24:"user_uid_optional_to_arg";}',
36781   'access_callback' => '_tracker_myrecent_access',
36782   'access_arguments' => 'a:1:{i:0;i:1;}',
36783   'page_callback' => 'tracker_page',
36784   'page_arguments' => 'a:1:{i:0;i:1;}',
36785   'delivery_callback' => '',
36786   'fit' => '2',
36787   'number_parts' => '2',
36788   'context' => '1',
36789   'tab_parent' => 'tracker',
36790   'tab_root' => 'tracker',
36791   'title' => 'My recent content',
36792   'title_callback' => 't',
36793   'title_arguments' => '',
36794   'theme_callback' => '',
36795   'theme_arguments' => 'a:0:{}',
36796   'type' => '132',
36797   'description' => '',
36798   'position' => '',
36799   'weight' => '0',
36800   'include_file' => 'modules/tracker/tracker.pages.inc',
36801 ))
36802 ->values(array(
36803   'path' => 'tracker/all',
36804   'load_functions' => '',
36805   'to_arg_functions' => '',
36806   'access_callback' => 'user_access',
36807   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
36808   'page_callback' => 'tracker_page',
36809   'page_arguments' => 'a:0:{}',
36810   'delivery_callback' => '',
36811   'fit' => '3',
36812   'number_parts' => '2',
36813   'context' => '1',
36814   'tab_parent' => 'tracker',
36815   'tab_root' => 'tracker',
36816   'title' => 'All recent content',
36817   'title_callback' => 't',
36818   'title_arguments' => '',
36819   'theme_callback' => '',
36820   'theme_arguments' => 'a:0:{}',
36821   'type' => '140',
36822   'description' => '',
36823   'position' => '',
36824   'weight' => '0',
36825   'include_file' => 'modules/tracker/tracker.pages.inc',
36826 ))
36827 ->values(array(
36828   'path' => 'user',
36829   'load_functions' => '',
36830   'to_arg_functions' => '',
36831   'access_callback' => '1',
36832   'access_arguments' => 'a:0:{}',
36833   'page_callback' => 'user_page',
36834   'page_arguments' => 'a:0:{}',
36835   'delivery_callback' => '',
36836   'fit' => '1',
36837   'number_parts' => '1',
36838   'context' => '0',
36839   'tab_parent' => '',
36840   'tab_root' => 'user',
36841   'title' => 'User account',
36842   'title_callback' => 'user_menu_title',
36843   'title_arguments' => '',
36844   'theme_callback' => '',
36845   'theme_arguments' => 'a:0:{}',
36846   'type' => '6',
36847   'description' => '',
36848   'position' => '',
36849   'weight' => '-10',
36850   'include_file' => 'modules/user/user.pages.inc',
36851 ))
36852 ->values(array(
36853   'path' => 'user/%',
36854   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
36855   'to_arg_functions' => '',
36856   'access_callback' => 'user_view_access',
36857   'access_arguments' => 'a:1:{i:0;i:1;}',
36858   'page_callback' => 'user_view_page',
36859   'page_arguments' => 'a:1:{i:0;i:1;}',
36860   'delivery_callback' => '',
36861   'fit' => '2',
36862   'number_parts' => '2',
36863   'context' => '0',
36864   'tab_parent' => '',
36865   'tab_root' => 'user/%',
36866   'title' => 'My account',
36867   'title_callback' => 'user_page_title',
36868   'title_arguments' => 'a:1:{i:0;i:1;}',
36869   'theme_callback' => '',
36870   'theme_arguments' => 'a:0:{}',
36871   'type' => '6',
36872   'description' => '',
36873   'position' => '',
36874   'weight' => '0',
36875   'include_file' => '',
36876 ))
36877 ->values(array(
36878   'path' => 'user/%/cancel',
36879   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
36880   'to_arg_functions' => '',
36881   'access_callback' => 'user_cancel_access',
36882   'access_arguments' => 'a:1:{i:0;i:1;}',
36883   'page_callback' => 'drupal_get_form',
36884   'page_arguments' => 'a:2:{i:0;s:24:"user_cancel_confirm_form";i:1;i:1;}',
36885   'delivery_callback' => '',
36886   'fit' => '5',
36887   'number_parts' => '3',
36888   'context' => '0',
36889   'tab_parent' => '',
36890   'tab_root' => 'user/%/cancel',
36891   'title' => 'Cancel account',
36892   'title_callback' => 't',
36893   'title_arguments' => '',
36894   'theme_callback' => '',
36895   'theme_arguments' => 'a:0:{}',
36896   'type' => '6',
36897   'description' => '',
36898   'position' => '',
36899   'weight' => '0',
36900   'include_file' => 'modules/user/user.pages.inc',
36901 ))
36902 ->values(array(
36903   'path' => 'user/%/cancel/confirm/%/%',
36904   'load_functions' => 'a:3:{i:1;s:9:"user_load";i:4;N;i:5;N;}',
36905   'to_arg_functions' => '',
36906   'access_callback' => 'user_cancel_access',
36907   'access_arguments' => 'a:1:{i:0;i:1;}',
36908   'page_callback' => 'user_cancel_confirm',
36909   'page_arguments' => 'a:3:{i:0;i:1;i:1;i:4;i:2;i:5;}',
36910   'delivery_callback' => '',
36911   'fit' => '44',
36912   'number_parts' => '6',
36913   'context' => '0',
36914   'tab_parent' => '',
36915   'tab_root' => 'user/%/cancel/confirm/%/%',
36916   'title' => 'Confirm account cancellation',
36917   'title_callback' => 't',
36918   'title_arguments' => '',
36919   'theme_callback' => '',
36920   'theme_arguments' => 'a:0:{}',
36921   'type' => '6',
36922   'description' => '',
36923   'position' => '',
36924   'weight' => '0',
36925   'include_file' => 'modules/user/user.pages.inc',
36926 ))
36927 ->values(array(
36928   'path' => 'user/%/contact',
36929   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
36930   'to_arg_functions' => '',
36931   'access_callback' => '_contact_personal_tab_access',
36932   'access_arguments' => 'a:1:{i:0;i:1;}',
36933   'page_callback' => 'drupal_get_form',
36934   'page_arguments' => 'a:2:{i:0;s:21:"contact_personal_form";i:1;i:1;}',
36935   'delivery_callback' => '',
36936   'fit' => '5',
36937   'number_parts' => '3',
36938   'context' => '1',
36939   'tab_parent' => 'user/%',
36940   'tab_root' => 'user/%',
36941   'title' => 'Contact',
36942   'title_callback' => 't',
36943   'title_arguments' => '',
36944   'theme_callback' => '',
36945   'theme_arguments' => 'a:0:{}',
36946   'type' => '132',
36947   'description' => '',
36948   'position' => '',
36949   'weight' => '2',
36950   'include_file' => 'modules/contact/contact.pages.inc',
36951 ))
36952 ->values(array(
36953   'path' => 'user/%/edit',
36954   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
36955   'to_arg_functions' => '',
36956   'access_callback' => 'user_edit_access',
36957   'access_arguments' => 'a:1:{i:0;i:1;}',
36958   'page_callback' => 'drupal_get_form',
36959   'page_arguments' => 'a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}',
36960   'delivery_callback' => '',
36961   'fit' => '5',
36962   'number_parts' => '3',
36963   'context' => '1',
36964   'tab_parent' => 'user/%',
36965   'tab_root' => 'user/%',
36966   'title' => 'Edit',
36967   'title_callback' => 't',
36968   'title_arguments' => '',
36969   'theme_callback' => '',
36970   'theme_arguments' => 'a:0:{}',
36971   'type' => '132',
36972   'description' => '',
36973   'position' => '',
36974   'weight' => '0',
36975   'include_file' => 'modules/user/user.pages.inc',
36976 ))
36977 ->values(array(
36978   'path' => 'user/%/edit/account',
36979   'load_functions' => 'a:1:{i:1;a:1:{s:18:"user_category_load";a:2:{i:0;s:4:"%map";i:1;s:6:"%index";}}}',
36980   'to_arg_functions' => '',
36981   'access_callback' => 'user_edit_access',
36982   'access_arguments' => 'a:1:{i:0;i:1;}',
36983   'page_callback' => 'drupal_get_form',
36984   'page_arguments' => 'a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}',
36985   'delivery_callback' => '',
36986   'fit' => '11',
36987   'number_parts' => '4',
36988   'context' => '1',
36989   'tab_parent' => 'user/%/edit',
36990   'tab_root' => 'user/%',
36991   'title' => 'Account',
36992   'title_callback' => 't',
36993   'title_arguments' => '',
36994   'theme_callback' => '',
36995   'theme_arguments' => 'a:0:{}',
36996   'type' => '140',
36997   'description' => '',
36998   'position' => '',
36999   'weight' => '0',
37000   'include_file' => 'modules/user/user.pages.inc',
37001 ))
37002 ->values(array(
37003   'path' => 'user/%/shortcuts',
37004   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
37005   'to_arg_functions' => '',
37006   'access_callback' => 'shortcut_set_switch_access',
37007   'access_arguments' => 'a:1:{i:0;i:1;}',
37008   'page_callback' => 'drupal_get_form',
37009   'page_arguments' => 'a:2:{i:0;s:19:"shortcut_set_switch";i:1;i:1;}',
37010   'delivery_callback' => '',
37011   'fit' => '5',
37012   'number_parts' => '3',
37013   'context' => '1',
37014   'tab_parent' => 'user/%',
37015   'tab_root' => 'user/%',
37016   'title' => 'Shortcuts',
37017   'title_callback' => 't',
37018   'title_arguments' => '',
37019   'theme_callback' => '',
37020   'theme_arguments' => 'a:0:{}',
37021   'type' => '132',
37022   'description' => '',
37023   'position' => '',
37024   'weight' => '0',
37025   'include_file' => 'modules/shortcut/shortcut.admin.inc',
37026 ))
37027 ->values(array(
37028   'path' => 'user/%/track',
37029   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
37030   'to_arg_functions' => '',
37031   'access_callback' => '_tracker_user_access',
37032   'access_arguments' => 'a:1:{i:0;i:1;}',
37033   'page_callback' => 'tracker_page',
37034   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
37035   'delivery_callback' => '',
37036   'fit' => '5',
37037   'number_parts' => '3',
37038   'context' => '1',
37039   'tab_parent' => 'user/%',
37040   'tab_root' => 'user/%',
37041   'title' => 'Track',
37042   'title_callback' => 't',
37043   'title_arguments' => '',
37044   'theme_callback' => '',
37045   'theme_arguments' => 'a:0:{}',
37046   'type' => '132',
37047   'description' => '',
37048   'position' => '',
37049   'weight' => '0',
37050   'include_file' => 'modules/tracker/tracker.pages.inc',
37051 ))
37052 ->values(array(
37053   'path' => 'user/%/track/content',
37054   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
37055   'to_arg_functions' => '',
37056   'access_callback' => '_tracker_user_access',
37057   'access_arguments' => 'a:1:{i:0;i:1;}',
37058   'page_callback' => 'tracker_page',
37059   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
37060   'delivery_callback' => '',
37061   'fit' => '11',
37062   'number_parts' => '4',
37063   'context' => '1',
37064   'tab_parent' => 'user/%/track',
37065   'tab_root' => 'user/%',
37066   'title' => 'Track content',
37067   'title_callback' => 't',
37068   'title_arguments' => '',
37069   'theme_callback' => '',
37070   'theme_arguments' => 'a:0:{}',
37071   'type' => '140',
37072   'description' => '',
37073   'position' => '',
37074   'weight' => '0',
37075   'include_file' => 'modules/tracker/tracker.pages.inc',
37076 ))
37077 ->values(array(
37078   'path' => 'user/%/track/navigation',
37079   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
37080   'to_arg_functions' => '',
37081   'access_callback' => 'user_access',
37082   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
37083   'page_callback' => 'statistics_user_tracker',
37084   'page_arguments' => 'a:0:{}',
37085   'delivery_callback' => '',
37086   'fit' => '11',
37087   'number_parts' => '4',
37088   'context' => '1',
37089   'tab_parent' => 'user/%/track',
37090   'tab_root' => 'user/%',
37091   'title' => 'Track page visits',
37092   'title_callback' => 't',
37093   'title_arguments' => '',
37094   'theme_callback' => '',
37095   'theme_arguments' => 'a:0:{}',
37096   'type' => '132',
37097   'description' => '',
37098   'position' => '',
37099   'weight' => '2',
37100   'include_file' => 'modules/statistics/statistics.pages.inc',
37101 ))
37102 ->values(array(
37103   'path' => 'user/%/view',
37104   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
37105   'to_arg_functions' => '',
37106   'access_callback' => 'user_view_access',
37107   'access_arguments' => 'a:1:{i:0;i:1;}',
37108   'page_callback' => 'user_view_page',
37109   'page_arguments' => 'a:1:{i:0;i:1;}',
37110   'delivery_callback' => '',
37111   'fit' => '5',
37112   'number_parts' => '3',
37113   'context' => '1',
37114   'tab_parent' => 'user/%',
37115   'tab_root' => 'user/%',
37116   'title' => 'View',
37117   'title_callback' => 't',
37118   'title_arguments' => '',
37119   'theme_callback' => '',
37120   'theme_arguments' => 'a:0:{}',
37121   'type' => '140',
37122   'description' => '',
37123   'position' => '',
37124   'weight' => '-10',
37125   'include_file' => '',
37126 ))
37127 ->values(array(
37128   'path' => 'user/autocomplete',
37129   'load_functions' => '',
37130   'to_arg_functions' => '',
37131   'access_callback' => 'user_access',
37132   'access_arguments' => 'a:1:{i:0;s:20:"access user profiles";}',
37133   'page_callback' => 'user_autocomplete',
37134   'page_arguments' => 'a:0:{}',
37135   'delivery_callback' => '',
37136   'fit' => '3',
37137   'number_parts' => '2',
37138   'context' => '0',
37139   'tab_parent' => '',
37140   'tab_root' => 'user/autocomplete',
37141   'title' => 'User autocomplete',
37142   'title_callback' => 't',
37143   'title_arguments' => '',
37144   'theme_callback' => '',
37145   'theme_arguments' => 'a:0:{}',
37146   'type' => '0',
37147   'description' => '',
37148   'position' => '',
37149   'weight' => '0',
37150   'include_file' => 'modules/user/user.pages.inc',
37151 ))
37152 ->values(array(
37153   'path' => 'user/login',
37154   'load_functions' => '',
37155   'to_arg_functions' => '',
37156   'access_callback' => 'user_is_anonymous',
37157   'access_arguments' => 'a:0:{}',
37158   'page_callback' => 'user_page',
37159   'page_arguments' => 'a:0:{}',
37160   'delivery_callback' => '',
37161   'fit' => '3',
37162   'number_parts' => '2',
37163   'context' => '1',
37164   'tab_parent' => 'user',
37165   'tab_root' => 'user',
37166   'title' => 'Log in',
37167   'title_callback' => 't',
37168   'title_arguments' => '',
37169   'theme_callback' => '',
37170   'theme_arguments' => 'a:0:{}',
37171   'type' => '140',
37172   'description' => '',
37173   'position' => '',
37174   'weight' => '0',
37175   'include_file' => 'modules/user/user.pages.inc',
37176 ))
37177 ->values(array(
37178   'path' => 'user/logout',
37179   'load_functions' => '',
37180   'to_arg_functions' => '',
37181   'access_callback' => 'user_is_logged_in',
37182   'access_arguments' => 'a:0:{}',
37183   'page_callback' => 'user_logout',
37184   'page_arguments' => 'a:0:{}',
37185   'delivery_callback' => '',
37186   'fit' => '3',
37187   'number_parts' => '2',
37188   'context' => '0',
37189   'tab_parent' => '',
37190   'tab_root' => 'user/logout',
37191   'title' => 'Log out',
37192   'title_callback' => 't',
37193   'title_arguments' => '',
37194   'theme_callback' => '',
37195   'theme_arguments' => 'a:0:{}',
37196   'type' => '6',
37197   'description' => '',
37198   'position' => '',
37199   'weight' => '10',
37200   'include_file' => 'modules/user/user.pages.inc',
37201 ))
37202 ->values(array(
37203   'path' => 'user/password',
37204   'load_functions' => '',
37205   'to_arg_functions' => '',
37206   'access_callback' => '1',
37207   'access_arguments' => 'a:0:{}',
37208   'page_callback' => 'drupal_get_form',
37209   'page_arguments' => 'a:1:{i:0;s:9:"user_pass";}',
37210   'delivery_callback' => '',
37211   'fit' => '3',
37212   'number_parts' => '2',
37213   'context' => '1',
37214   'tab_parent' => 'user',
37215   'tab_root' => 'user',
37216   'title' => 'Request new password',
37217   'title_callback' => 't',
37218   'title_arguments' => '',
37219   'theme_callback' => '',
37220   'theme_arguments' => 'a:0:{}',
37221   'type' => '132',
37222   'description' => '',
37223   'position' => '',
37224   'weight' => '0',
37225   'include_file' => 'modules/user/user.pages.inc',
37226 ))
37227 ->values(array(
37228   'path' => 'user/register',
37229   'load_functions' => '',
37230   'to_arg_functions' => '',
37231   'access_callback' => 'user_register_access',
37232   'access_arguments' => 'a:0:{}',
37233   'page_callback' => 'drupal_get_form',
37234   'page_arguments' => 'a:1:{i:0;s:18:"user_register_form";}',
37235   'delivery_callback' => '',
37236   'fit' => '3',
37237   'number_parts' => '2',
37238   'context' => '1',
37239   'tab_parent' => 'user',
37240   'tab_root' => 'user',
37241   'title' => 'Create new account',
37242   'title_callback' => 't',
37243   'title_arguments' => '',
37244   'theme_callback' => '',
37245   'theme_arguments' => 'a:0:{}',
37246   'type' => '132',
37247   'description' => '',
37248   'position' => '',
37249   'weight' => '0',
37250   'include_file' => '',
37251 ))
37252 ->values(array(
37253   'path' => 'user/reset/%/%/%',
37254   'load_functions' => 'a:3:{i:2;N;i:3;N;i:4;N;}',
37255   'to_arg_functions' => '',
37256   'access_callback' => '1',
37257   'access_arguments' => 'a:0:{}',
37258   'page_callback' => 'drupal_get_form',
37259   'page_arguments' => 'a:4:{i:0;s:15:"user_pass_reset";i:1;i:2;i:2;i:3;i:3;i:4;}',
37260   'delivery_callback' => '',
37261   'fit' => '24',
37262   'number_parts' => '5',
37263   'context' => '0',
37264   'tab_parent' => '',
37265   'tab_root' => 'user/reset/%/%/%',
37266   'title' => 'Reset password',
37267   'title_callback' => 't',
37268   'title_arguments' => '',
37269   'theme_callback' => '',
37270   'theme_arguments' => 'a:0:{}',
37271   'type' => '0',
37272   'description' => '',
37273   'position' => '',
37274   'weight' => '0',
37275   'include_file' => 'modules/user/user.pages.inc',
37276 ))
37277 ->execute();
37278
37279 $connection->schema()->createTable('node', array(
37280   'fields' => array(
37281     'nid' => array(
37282       'type' => 'serial',
37283       'not null' => TRUE,
37284       'size' => 'normal',
37285       'unsigned' => TRUE,
37286     ),
37287     'vid' => array(
37288       'type' => 'int',
37289       'not null' => FALSE,
37290       'size' => 'normal',
37291       'unsigned' => TRUE,
37292     ),
37293     'type' => array(
37294       'type' => 'varchar',
37295       'not null' => TRUE,
37296       'length' => '32',
37297       'default' => '',
37298     ),
37299     'language' => array(
37300       'type' => 'varchar',
37301       'not null' => TRUE,
37302       'length' => '12',
37303       'default' => '',
37304     ),
37305     'title' => array(
37306       'type' => 'varchar',
37307       'not null' => TRUE,
37308       'length' => '255',
37309       'default' => '',
37310     ),
37311     'uid' => array(
37312       'type' => 'int',
37313       'not null' => TRUE,
37314       'size' => 'normal',
37315       'default' => '0',
37316     ),
37317     'status' => array(
37318       'type' => 'int',
37319       'not null' => TRUE,
37320       'size' => 'normal',
37321       'default' => '1',
37322     ),
37323     'created' => array(
37324       'type' => 'int',
37325       'not null' => TRUE,
37326       'size' => 'normal',
37327       'default' => '0',
37328     ),
37329     'changed' => array(
37330       'type' => 'int',
37331       'not null' => TRUE,
37332       'size' => 'normal',
37333       'default' => '0',
37334     ),
37335     'comment' => array(
37336       'type' => 'int',
37337       'not null' => TRUE,
37338       'size' => 'normal',
37339       'default' => '0',
37340     ),
37341     'promote' => array(
37342       'type' => 'int',
37343       'not null' => TRUE,
37344       'size' => 'normal',
37345       'default' => '0',
37346     ),
37347     'sticky' => array(
37348       'type' => 'int',
37349       'not null' => TRUE,
37350       'size' => 'normal',
37351       'default' => '0',
37352     ),
37353     'tnid' => array(
37354       'type' => 'int',
37355       'not null' => TRUE,
37356       'size' => 'normal',
37357       'default' => '0',
37358       'unsigned' => TRUE,
37359     ),
37360     'translate' => array(
37361       'type' => 'int',
37362       'not null' => TRUE,
37363       'size' => 'normal',
37364       'default' => '0',
37365     ),
37366   ),
37367   'primary key' => array(
37368     'nid',
37369   ),
37370   'mysql_character_set' => 'utf8',
37371 ));
37372
37373 $connection->insert('node')
37374 ->fields(array(
37375   'nid',
37376   'vid',
37377   'type',
37378   'language',
37379   'title',
37380   'uid',
37381   'status',
37382   'created',
37383   'changed',
37384   'comment',
37385   'promote',
37386   'sticky',
37387   'tnid',
37388   'translate',
37389 ))
37390 ->values(array(
37391   'nid' => '1',
37392   'vid' => '1',
37393   'type' => 'test_content_type',
37394   'language' => 'en',
37395   'title' => 'A Node',
37396   'uid' => '2',
37397   'status' => '1',
37398   'created' => '1421727515',
37399   'changed' => '1441032132',
37400   'comment' => '2',
37401   'promote' => '1',
37402   'sticky' => '0',
37403   'tnid' => '0',
37404   'translate' => '0',
37405 ))
37406 ->values(array(
37407   'nid' => '2',
37408   'vid' => '2',
37409   'type' => 'article',
37410   'language' => 'en',
37411   'title' => 'The thing about Deep Space 9',
37412   'uid' => '2',
37413   'status' => '1',
37414   'created' => '1441306772',
37415   'changed' => '1441306832',
37416   'comment' => '2',
37417   'promote' => '1',
37418   'sticky' => '0',
37419   'tnid' => '2',
37420   'translate' => '0',
37421 ))
37422 ->values(array(
37423   'nid' => '3',
37424   'vid' => '3',
37425   'type' => 'article',
37426   'language' => 'is',
37427   'title' => 'is - The thing about Deep Space 9',
37428   'uid' => '1',
37429   'status' => '1',
37430   'created' => '1471428152',
37431   'changed' => '1471428152',
37432   'comment' => '2',
37433   'promote' => '1',
37434   'sticky' => '0',
37435   'tnid' => '2',
37436   'translate' => '0',
37437 ))
37438 ->values(array(
37439   'nid' => '4',
37440   'vid' => '4',
37441   'type' => 'article',
37442   'language' => 'is',
37443   'title' => 'is - The thing about Firefly',
37444   'uid' => '1',
37445   'status' => '1',
37446   'created' => '1478755274',
37447   'changed' => '1478755274',
37448   'comment' => '1',
37449   'promote' => '1',
37450   'sticky' => '0',
37451   'tnid' => '4',
37452   'translate' => '0',
37453 ))
37454 ->values(array(
37455   'nid' => '5',
37456   'vid' => '5',
37457   'type' => 'article',
37458   'language' => 'en',
37459   'title' => 'en - The thing about Firefly',
37460   'uid' => '1',
37461   'status' => '1',
37462   'created' => '1478755314',
37463   'changed' => '1478755314',
37464   'comment' => '1',
37465   'promote' => '1',
37466   'sticky' => '0',
37467   'tnid' => '4',
37468   'translate' => '0',
37469 ))
37470 ->values(array(
37471   'nid' => '6',
37472   'vid' => '6',
37473   'type' => 'forum',
37474   'language' => 'en',
37475   'title' => 'Comments are closed :-(',
37476   'uid' => '1',
37477   'status' => '1',
37478   'created' => '1504715414',
37479   'changed' => '1504715414',
37480   'comment' => '1',
37481   'promote' => '0',
37482   'sticky' => '0',
37483   'tnid' => '0',
37484   'translate' => '0',
37485 ))
37486 ->values(array(
37487   'nid' => '7',
37488   'vid' => '7',
37489   'type' => 'forum',
37490   'language' => 'en',
37491   'title' => 'Comments are open :-)',
37492   'uid' => '1',
37493   'status' => '1',
37494   'created' => '1504715432',
37495   'changed' => '1504715432',
37496   'comment' => '2',
37497   'promote' => '0',
37498   'sticky' => '0',
37499   'tnid' => '0',
37500   'translate' => '0',
37501 ))
37502 ->execute();
37503
37504 $connection->schema()->createTable('node_access', array(
37505   'fields' => array(
37506     'nid' => array(
37507       'type' => 'int',
37508       'not null' => TRUE,
37509       'size' => 'normal',
37510       'default' => '0',
37511       'unsigned' => TRUE,
37512     ),
37513     'gid' => array(
37514       'type' => 'int',
37515       'not null' => TRUE,
37516       'size' => 'normal',
37517       'default' => '0',
37518       'unsigned' => TRUE,
37519     ),
37520     'realm' => array(
37521       'type' => 'varchar',
37522       'not null' => TRUE,
37523       'length' => '255',
37524       'default' => '',
37525     ),
37526     'grant_view' => array(
37527       'type' => 'int',
37528       'not null' => TRUE,
37529       'size' => 'normal',
37530       'default' => '0',
37531       'unsigned' => TRUE,
37532     ),
37533     'grant_update' => array(
37534       'type' => 'int',
37535       'not null' => TRUE,
37536       'size' => 'normal',
37537       'default' => '0',
37538       'unsigned' => TRUE,
37539     ),
37540     'grant_delete' => array(
37541       'type' => 'int',
37542       'not null' => TRUE,
37543       'size' => 'normal',
37544       'default' => '0',
37545       'unsigned' => TRUE,
37546     ),
37547   ),
37548   'primary key' => array(
37549     'nid',
37550     'gid',
37551     'realm',
37552   ),
37553   'mysql_character_set' => 'utf8',
37554 ));
37555
37556 $connection->insert('node_access')
37557 ->fields(array(
37558   'nid',
37559   'gid',
37560   'realm',
37561   'grant_view',
37562   'grant_update',
37563   'grant_delete',
37564 ))
37565 ->values(array(
37566   'nid' => '0',
37567   'gid' => '0',
37568   'realm' => 'all',
37569   'grant_view' => '1',
37570   'grant_update' => '0',
37571   'grant_delete' => '0',
37572 ))
37573 ->execute();
37574
37575 $connection->schema()->createTable('node_comment_statistics', array(
37576   'fields' => array(
37577     'nid' => array(
37578       'type' => 'int',
37579       'not null' => TRUE,
37580       'size' => 'normal',
37581       'default' => '0',
37582       'unsigned' => TRUE,
37583     ),
37584     'cid' => array(
37585       'type' => 'int',
37586       'not null' => TRUE,
37587       'size' => 'normal',
37588       'default' => '0',
37589     ),
37590     'last_comment_timestamp' => array(
37591       'type' => 'int',
37592       'not null' => TRUE,
37593       'size' => 'normal',
37594       'default' => '0',
37595     ),
37596     'last_comment_name' => array(
37597       'type' => 'varchar',
37598       'not null' => FALSE,
37599       'length' => '60',
37600     ),
37601     'last_comment_uid' => array(
37602       'type' => 'int',
37603       'not null' => TRUE,
37604       'size' => 'normal',
37605       'default' => '0',
37606     ),
37607     'comment_count' => array(
37608       'type' => 'int',
37609       'not null' => TRUE,
37610       'size' => 'normal',
37611       'default' => '0',
37612       'unsigned' => TRUE,
37613     ),
37614   ),
37615   'primary key' => array(
37616     'nid',
37617   ),
37618   'mysql_character_set' => 'utf8',
37619 ));
37620
37621 $connection->insert('node_comment_statistics')
37622 ->fields(array(
37623   'nid',
37624   'cid',
37625   'last_comment_timestamp',
37626   'last_comment_name',
37627   'last_comment_uid',
37628   'comment_count',
37629 ))
37630 ->values(array(
37631   'nid' => '1',
37632   'cid' => '1',
37633   'last_comment_timestamp' => '1421727536',
37634   'last_comment_name' => '',
37635   'last_comment_uid' => '1',
37636   'comment_count' => '1',
37637 ))
37638 ->values(array(
37639   'nid' => '3',
37640   'cid' => '3',
37641   'last_comment_timestamp' => '1533031490',
37642   'last_comment_name' => '',
37643   'last_comment_uid' => '1',
37644   'comment_count' => '1',
37645 ))
37646 ->values(array(
37647   'nid' => '4',
37648   'cid' => '0',
37649   'last_comment_timestamp' => '1478755274',
37650   'last_comment_name' => NULL,
37651   'last_comment_uid' => '1',
37652   'comment_count' => '0',
37653 ))
37654 ->values(array(
37655   'nid' => '5',
37656   'cid' => '0',
37657   'last_comment_timestamp' => '1478755314',
37658   'last_comment_name' => NULL,
37659   'last_comment_uid' => '1',
37660   'comment_count' => '0',
37661 ))
37662 ->values(array(
37663   'nid' => '6',
37664   'cid' => '0',
37665   'last_comment_timestamp' => '1504715414',
37666   'last_comment_name' => NULL,
37667   'last_comment_uid' => '1',
37668   'comment_count' => '0',
37669 ))
37670 ->values(array(
37671   'nid' => '7',
37672   'cid' => '0',
37673   'last_comment_timestamp' => '1504715432',
37674   'last_comment_name' => NULL,
37675   'last_comment_uid' => '1',
37676   'comment_count' => '0',
37677 ))
37678 ->execute();
37679
37680 $connection->schema()->createTable('node_counter', array(
37681   'fields' => array(
37682     'nid' => array(
37683       'type' => 'int',
37684       'not null' => TRUE,
37685       'size' => 'normal',
37686       'default' => '0',
37687     ),
37688     'totalcount' => array(
37689       'type' => 'int',
37690       'not null' => TRUE,
37691       'size' => 'normal',
37692       'default' => '0',
37693       'unsigned' => TRUE,
37694     ),
37695     'daycount' => array(
37696       'type' => 'int',
37697       'not null' => TRUE,
37698       'size' => 'normal',
37699       'default' => '0',
37700       'unsigned' => TRUE,
37701     ),
37702     'timestamp' => array(
37703       'type' => 'int',
37704       'not null' => TRUE,
37705       'size' => 'normal',
37706       'default' => '0',
37707       'unsigned' => TRUE,
37708     ),
37709   ),
37710   'primary key' => array(
37711     'nid',
37712   ),
37713   'mysql_character_set' => 'utf8',
37714 ));
37715
37716 $connection->insert('node_counter')
37717 ->fields(array(
37718   'nid',
37719   'totalcount',
37720   'daycount',
37721   'timestamp',
37722 ))
37723 ->values(array(
37724   'nid' => '1',
37725   'totalcount' => '2',
37726   'daycount' => '0',
37727   'timestamp' => '1421727536',
37728 ))
37729 ->values(array(
37730   'nid' => '2',
37731   'totalcount' => '1',
37732   'daycount' => '0',
37733   'timestamp' => '1471428059',
37734 ))
37735 ->values(array(
37736   'nid' => '3',
37737   'totalcount' => '1',
37738   'daycount' => '0',
37739   'timestamp' => '1471428153',
37740 ))
37741 ->values(array(
37742   'nid' => '4',
37743   'totalcount' => '1',
37744   'daycount' => '1',
37745   'timestamp' => '1478755275',
37746 ))
37747 ->values(array(
37748   'nid' => '5',
37749   'totalcount' => '1',
37750   'daycount' => '1',
37751   'timestamp' => '1478755314',
37752 ))
37753 ->values(array(
37754   'nid' => '6',
37755   'totalcount' => '2',
37756   'daycount' => '2',
37757   'timestamp' => '1504715439',
37758 ))
37759 ->values(array(
37760   'nid' => '7',
37761   'totalcount' => '2',
37762   'daycount' => '2',
37763   'timestamp' => '1504715438',
37764 ))
37765 ->execute();
37766
37767 $connection->schema()->createTable('node_revision', array(
37768   'fields' => array(
37769     'nid' => array(
37770       'type' => 'int',
37771       'not null' => TRUE,
37772       'size' => 'normal',
37773       'default' => '0',
37774       'unsigned' => TRUE,
37775     ),
37776     'vid' => array(
37777       'type' => 'serial',
37778       'not null' => TRUE,
37779       'size' => 'normal',
37780       'unsigned' => TRUE,
37781     ),
37782     'uid' => array(
37783       'type' => 'int',
37784       'not null' => TRUE,
37785       'size' => 'normal',
37786       'default' => '0',
37787     ),
37788     'title' => array(
37789       'type' => 'varchar',
37790       'not null' => TRUE,
37791       'length' => '255',
37792       'default' => '',
37793     ),
37794     'log' => array(
37795       'type' => 'text',
37796       'not null' => TRUE,
37797       'size' => 'normal',
37798     ),
37799     'timestamp' => array(
37800       'type' => 'int',
37801       'not null' => TRUE,
37802       'size' => 'normal',
37803       'default' => '0',
37804     ),
37805     'status' => array(
37806       'type' => 'int',
37807       'not null' => TRUE,
37808       'size' => 'normal',
37809       'default' => '1',
37810     ),
37811     'comment' => array(
37812       'type' => 'int',
37813       'not null' => TRUE,
37814       'size' => 'normal',
37815       'default' => '0',
37816     ),
37817     'promote' => array(
37818       'type' => 'int',
37819       'not null' => TRUE,
37820       'size' => 'normal',
37821       'default' => '0',
37822     ),
37823     'sticky' => array(
37824       'type' => 'int',
37825       'not null' => TRUE,
37826       'size' => 'normal',
37827       'default' => '0',
37828     ),
37829   ),
37830   'primary key' => array(
37831     'vid',
37832   ),
37833   'mysql_character_set' => 'utf8',
37834 ));
37835
37836 $connection->insert('node_revision')
37837 ->fields(array(
37838   'nid',
37839   'vid',
37840   'uid',
37841   'title',
37842   'log',
37843   'timestamp',
37844   'status',
37845   'comment',
37846   'promote',
37847   'sticky',
37848 ))
37849 ->values(array(
37850   'nid' => '1',
37851   'vid' => '1',
37852   'uid' => '1',
37853   'title' => 'A Node',
37854   'log' => '',
37855   'timestamp' => '1441032132',
37856   'status' => '1',
37857   'comment' => '2',
37858   'promote' => '1',
37859   'sticky' => '0',
37860 ))
37861 ->values(array(
37862   'nid' => '2',
37863   'vid' => '2',
37864   'uid' => '1',
37865   'title' => 'The thing about Deep Space 9',
37866   'log' => '',
37867   'timestamp' => '1441306832',
37868   'status' => '1',
37869   'comment' => '2',
37870   'promote' => '1',
37871   'sticky' => '0',
37872 ))
37873 ->values(array(
37874   'nid' => '3',
37875   'vid' => '3',
37876   'uid' => '1',
37877   'title' => 'is - The thing about Deep Space 9',
37878   'log' => '',
37879   'timestamp' => '1471428152',
37880   'status' => '1',
37881   'comment' => '2',
37882   'promote' => '1',
37883   'sticky' => '0',
37884 ))
37885 ->values(array(
37886   'nid' => '4',
37887   'vid' => '4',
37888   'uid' => '1',
37889   'title' => 'is - The thing about Firefly',
37890   'log' => '',
37891   'timestamp' => '1478755274',
37892   'status' => '1',
37893   'comment' => '1',
37894   'promote' => '1',
37895   'sticky' => '0',
37896 ))
37897 ->values(array(
37898   'nid' => '5',
37899   'vid' => '5',
37900   'uid' => '1',
37901   'title' => 'en - The thing about Firefly',
37902   'log' => '',
37903   'timestamp' => '1478755314',
37904   'status' => '1',
37905   'comment' => '1',
37906   'promote' => '1',
37907   'sticky' => '0',
37908 ))
37909 ->values(array(
37910   'nid' => '6',
37911   'vid' => '6',
37912   'uid' => '1',
37913   'title' => 'Comments are closed :-(',
37914   'log' => '',
37915   'timestamp' => '1504715414',
37916   'status' => '1',
37917   'comment' => '1',
37918   'promote' => '0',
37919   'sticky' => '0',
37920 ))
37921 ->values(array(
37922   'nid' => '7',
37923   'vid' => '7',
37924   'uid' => '1',
37925   'title' => 'Comments are open :-)',
37926   'log' => '',
37927   'timestamp' => '1504715432',
37928   'status' => '1',
37929   'comment' => '2',
37930   'promote' => '0',
37931   'sticky' => '0',
37932 ))
37933 ->execute();
37934
37935 $connection->schema()->createTable('node_type', array(
37936   'fields' => array(
37937     'type' => array(
37938       'type' => 'varchar',
37939       'not null' => TRUE,
37940       'length' => '32',
37941     ),
37942     'name' => array(
37943       'type' => 'varchar',
37944       'not null' => TRUE,
37945       'length' => '255',
37946       'default' => '',
37947     ),
37948     'base' => array(
37949       'type' => 'varchar',
37950       'not null' => TRUE,
37951       'length' => '255',
37952     ),
37953     'module' => array(
37954       'type' => 'varchar',
37955       'not null' => TRUE,
37956       'length' => '255',
37957     ),
37958     'description' => array(
37959       'type' => 'text',
37960       'not null' => TRUE,
37961       'size' => 'normal',
37962     ),
37963     'help' => array(
37964       'type' => 'text',
37965       'not null' => TRUE,
37966       'size' => 'normal',
37967     ),
37968     'has_title' => array(
37969       'type' => 'int',
37970       'not null' => TRUE,
37971       'size' => 'normal',
37972       'unsigned' => TRUE,
37973     ),
37974     'title_label' => array(
37975       'type' => 'varchar',
37976       'not null' => TRUE,
37977       'length' => '255',
37978       'default' => '',
37979     ),
37980     'custom' => array(
37981       'type' => 'int',
37982       'not null' => TRUE,
37983       'size' => 'normal',
37984       'default' => '0',
37985     ),
37986     'modified' => array(
37987       'type' => 'int',
37988       'not null' => TRUE,
37989       'size' => 'normal',
37990       'default' => '0',
37991     ),
37992     'locked' => array(
37993       'type' => 'int',
37994       'not null' => TRUE,
37995       'size' => 'normal',
37996       'default' => '0',
37997     ),
37998     'disabled' => array(
37999       'type' => 'int',
38000       'not null' => TRUE,
38001       'size' => 'normal',
38002       'default' => '0',
38003     ),
38004     'orig_type' => array(
38005       'type' => 'varchar',
38006       'not null' => TRUE,
38007       'length' => '255',
38008       'default' => '',
38009     ),
38010   ),
38011   'primary key' => array(
38012     'type',
38013   ),
38014   'mysql_character_set' => 'utf8',
38015 ));
38016
38017 $connection->insert('node_type')
38018 ->fields(array(
38019   'type',
38020   'name',
38021   'base',
38022   'module',
38023   'description',
38024   'help',
38025   'has_title',
38026   'title_label',
38027   'custom',
38028   'modified',
38029   'locked',
38030   'disabled',
38031   'orig_type',
38032 ))
38033 ->values(array(
38034   'type' => 'article',
38035   'name' => 'Article',
38036   'base' => 'node_content',
38037   'module' => 'node',
38038   'description' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.',
38039   'help' => 'Help text for articles',
38040   'has_title' => '1',
38041   'title_label' => 'Title',
38042   'custom' => '1',
38043   'modified' => '1',
38044   'locked' => '0',
38045   'disabled' => '0',
38046   'orig_type' => 'article',
38047 ))
38048 ->values(array(
38049   'type' => 'blog',
38050   'name' => 'Blog entry',
38051   'base' => 'blog',
38052   'module' => 'blog',
38053   'description' => 'Use for multi-user blogs. Every user gets a personal blog.',
38054   'help' => 'Blog away, good sir!',
38055   'has_title' => '1',
38056   'title_label' => 'Title',
38057   'custom' => '0',
38058   'modified' => '1',
38059   'locked' => '1',
38060   'disabled' => '0',
38061   'orig_type' => 'blog',
38062 ))
38063 ->values(array(
38064   'type' => 'book',
38065   'name' => 'Book page',
38066   'base' => 'node_content',
38067   'module' => 'node',
38068   'description' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.',
38069   'help' => '',
38070   'has_title' => '1',
38071   'title_label' => 'Title',
38072   'custom' => '1',
38073   'modified' => '1',
38074   'locked' => '0',
38075   'disabled' => '0',
38076   'orig_type' => 'book',
38077 ))
38078 ->values(array(
38079   'type' => 'forum',
38080   'name' => 'Forum topic',
38081   'base' => 'forum',
38082   'module' => 'forum',
38083   'description' => 'A <em>forum topic</em> starts a new discussion thread within a forum.',
38084   'help' => 'No name-calling, no flame wars. Be nice.',
38085   'has_title' => '1',
38086   'title_label' => 'Subject',
38087   'custom' => '0',
38088   'modified' => '1',
38089   'locked' => '1',
38090   'disabled' => '0',
38091   'orig_type' => 'forum',
38092 ))
38093 ->values(array(
38094   'type' => 'page',
38095   'name' => 'Basic page',
38096   'base' => 'node_content',
38097   'module' => 'node',
38098   'description' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.",
38099   'help' => 'Help text for basic pages',
38100   'has_title' => '1',
38101   'title_label' => 'Title',
38102   'custom' => '1',
38103   'modified' => '1',
38104   'locked' => '0',
38105   'disabled' => '0',
38106   'orig_type' => 'page',
38107 ))
38108 ->values(array(
38109   'type' => 'test_content_type',
38110   'name' => 'Test content type',
38111   'base' => 'node_content',
38112   'module' => 'node',
38113   'description' => 'This is the description of the test content type.',
38114   'help' => 'Help text for test content type',
38115   'has_title' => '1',
38116   'title_label' => 'Title',
38117   'custom' => '1',
38118   'modified' => '1',
38119   'locked' => '0',
38120   'disabled' => '0',
38121   'orig_type' => 'test_content_type',
38122 ))
38123 ->execute();
38124
38125 $connection->schema()->createTable('queue', array(
38126   'fields' => array(
38127     'item_id' => array(
38128       'type' => 'serial',
38129       'not null' => TRUE,
38130       'size' => 'normal',
38131       'unsigned' => TRUE,
38132     ),
38133     'name' => array(
38134       'type' => 'varchar',
38135       'not null' => TRUE,
38136       'length' => '255',
38137       'default' => '',
38138     ),
38139     'data' => array(
38140       'type' => 'blob',
38141       'not null' => FALSE,
38142       'size' => 'normal',
38143     ),
38144     'expire' => array(
38145       'type' => 'int',
38146       'not null' => TRUE,
38147       'size' => 'normal',
38148       'default' => '0',
38149     ),
38150     'created' => array(
38151       'type' => 'int',
38152       'not null' => TRUE,
38153       'size' => 'normal',
38154       'default' => '0',
38155     ),
38156   ),
38157   'primary key' => array(
38158     'item_id',
38159   ),
38160   'mysql_character_set' => 'utf8',
38161 ));
38162
38163 $connection->schema()->createTable('rdf_mapping', array(
38164   'fields' => array(
38165     'type' => array(
38166       'type' => 'varchar',
38167       'not null' => TRUE,
38168       'length' => '128',
38169     ),
38170     'bundle' => array(
38171       'type' => 'varchar',
38172       'not null' => TRUE,
38173       'length' => '128',
38174     ),
38175     'mapping' => array(
38176       'type' => 'blob',
38177       'not null' => FALSE,
38178       'size' => 'normal',
38179     ),
38180   ),
38181   'primary key' => array(
38182     'type',
38183     'bundle',
38184   ),
38185   'mysql_character_set' => 'utf8',
38186 ));
38187
38188 $connection->insert('rdf_mapping')
38189 ->fields(array(
38190   'type',
38191   'bundle',
38192   'mapping',
38193 ))
38194 ->values(array(
38195   'type' => 'node',
38196   'bundle' => 'article',
38197   'mapping' => 'a:11:{s:11:"field_image";a:2:{s:10:"predicates";a:2:{i:0;s:8:"og:image";i:1;s:12:"rdfs:seeAlso";}s:4:"type";s:3:"rel";}s:10:"field_tags";a:2:{s:10:"predicates";a:1:{i:0;s:10:"dc:subject";}s:4:"type";s:3:"rel";}s:7:"rdftype";a:2:{i:0;s:9:"sioc:Item";i:1;s:13:"foaf:Document";}s:5:"title";a:1:{s:10:"predicates";a:1:{i:0;s:8:"dc:title";}}s:7:"created";a:3:{s:10:"predicates";a:2:{i:0;s:7:"dc:date";i:1;s:10:"dc:created";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}s:7:"changed";a:3:{s:10:"predicates";a:1:{i:0;s:11:"dc:modified";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}s:4:"body";a:1:{s:10:"predicates";a:1:{i:0;s:15:"content:encoded";}}s:3:"uid";a:2:{s:10:"predicates";a:1:{i:0;s:16:"sioc:has_creator";}s:4:"type";s:3:"rel";}s:4:"name";a:1:{s:10:"predicates";a:1:{i:0;s:9:"foaf:name";}}s:13:"comment_count";a:2:{s:10:"predicates";a:1:{i:0;s:16:"sioc:num_replies";}s:8:"datatype";s:11:"xsd:integer";}s:13:"last_activity";a:3:{s:10:"predicates";a:1:{i:0;s:23:"sioc:last_activity_date";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}}',
38198 ))
38199 ->values(array(
38200   'type' => 'node',
38201   'bundle' => 'blog',
38202   'mapping' => 'a:9:{s:7:"rdftype";a:2:{i:0;s:9:"sioc:Post";i:1;s:14:"sioct:BlogPost";}s:5:"title";a:1:{s:10:"predicates";a:1:{i:0;s:8:"dc:title";}}s:7:"created";a:3:{s:10:"predicates";a:2:{i:0;s:7:"dc:date";i:1;s:10:"dc:created";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}s:7:"changed";a:3:{s:10:"predicates";a:1:{i:0;s:11:"dc:modified";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}s:4:"body";a:1:{s:10:"predicates";a:1:{i:0;s:15:"content:encoded";}}s:3:"uid";a:2:{s:10:"predicates";a:1:{i:0;s:16:"sioc:has_creator";}s:4:"type";s:3:"rel";}s:4:"name";a:1:{s:10:"predicates";a:1:{i:0;s:9:"foaf:name";}}s:13:"comment_count";a:2:{s:10:"predicates";a:1:{i:0;s:16:"sioc:num_replies";}s:8:"datatype";s:11:"xsd:integer";}s:13:"last_activity";a:3:{s:10:"predicates";a:1:{i:0;s:23:"sioc:last_activity_date";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}}',
38203 ))
38204 ->values(array(
38205   'type' => 'node',
38206   'bundle' => 'forum',
38207   'mapping' => 'a:10:{s:7:"rdftype";a:2:{i:0;s:9:"sioc:Post";i:1;s:15:"sioct:BoardPost";}s:15:"taxonomy_forums";a:2:{s:10:"predicates";a:1:{i:0;s:18:"sioc:has_container";}s:4:"type";s:3:"rel";}s:5:"title";a:1:{s:10:"predicates";a:1:{i:0;s:8:"dc:title";}}s:7:"created";a:3:{s:10:"predicates";a:2:{i:0;s:7:"dc:date";i:1;s:10:"dc:created";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}s:7:"changed";a:3:{s:10:"predicates";a:1:{i:0;s:11:"dc:modified";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}s:4:"body";a:1:{s:10:"predicates";a:1:{i:0;s:15:"content:encoded";}}s:3:"uid";a:2:{s:10:"predicates";a:1:{i:0;s:16:"sioc:has_creator";}s:4:"type";s:3:"rel";}s:4:"name";a:1:{s:10:"predicates";a:1:{i:0;s:9:"foaf:name";}}s:13:"comment_count";a:2:{s:10:"predicates";a:1:{i:0;s:16:"sioc:num_replies";}s:8:"datatype";s:11:"xsd:integer";}s:13:"last_activity";a:3:{s:10:"predicates";a:1:{i:0;s:23:"sioc:last_activity_date";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}}',
38208 ))
38209 ->values(array(
38210   'type' => 'taxonomy_term',
38211   'bundle' => 'forums',
38212   'mapping' => 'a:5:{s:7:"rdftype";a:2:{i:0;s:14:"sioc:Container";i:1;s:10:"sioc:Forum";}s:4:"name";a:1:{s:10:"predicates";a:2:{i:0;s:10:"rdfs:label";i:1;s:14:"skos:prefLabel";}}s:11:"description";a:1:{s:10:"predicates";a:1:{i:0;s:15:"skos:definition";}}s:3:"vid";a:2:{s:10:"predicates";a:1:{i:0;s:13:"skos:inScheme";}s:4:"type";s:3:"rel";}s:6:"parent";a:2:{s:10:"predicates";a:1:{i:0;s:12:"skos:broader";}s:4:"type";s:3:"rel";}}',
38213 ))
38214 ->values(array(
38215   'type' => 'node',
38216   'bundle' => 'page',
38217   'mapping' => 'a:9:{s:7:"rdftype";a:1:{i:0;s:13:"foaf:Document";}s:5:"title";a:1:{s:10:"predicates";a:1:{i:0;s:8:"dc:title";}}s:7:"created";a:3:{s:10:"predicates";a:2:{i:0;s:7:"dc:date";i:1;s:10:"dc:created";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}s:7:"changed";a:3:{s:10:"predicates";a:1:{i:0;s:11:"dc:modified";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}s:4:"body";a:1:{s:10:"predicates";a:1:{i:0;s:15:"content:encoded";}}s:3:"uid";a:2:{s:10:"predicates";a:1:{i:0;s:16:"sioc:has_creator";}s:4:"type";s:3:"rel";}s:4:"name";a:1:{s:10:"predicates";a:1:{i:0;s:9:"foaf:name";}}s:13:"comment_count";a:2:{s:10:"predicates";a:1:{i:0;s:16:"sioc:num_replies";}s:8:"datatype";s:11:"xsd:integer";}s:13:"last_activity";a:3:{s:10:"predicates";a:1:{i:0;s:23:"sioc:last_activity_date";}s:8:"datatype";s:12:"xsd:dateTime";s:8:"callback";s:12:"date_iso8601";}}',
38218 ))
38219 ->execute();
38220
38221 $connection->schema()->createTable('registry', array(
38222   'fields' => array(
38223     'name' => array(
38224       'type' => 'varchar',
38225       'not null' => TRUE,
38226       'length' => '255',
38227       'default' => '',
38228     ),
38229     'type' => array(
38230       'type' => 'varchar',
38231       'not null' => TRUE,
38232       'length' => '9',
38233       'default' => '',
38234     ),
38235     'filename' => array(
38236       'type' => 'varchar',
38237       'not null' => TRUE,
38238       'length' => '255',
38239     ),
38240     'module' => array(
38241       'type' => 'varchar',
38242       'not null' => TRUE,
38243       'length' => '255',
38244       'default' => '',
38245     ),
38246     'weight' => array(
38247       'type' => 'int',
38248       'not null' => TRUE,
38249       'size' => 'normal',
38250       'default' => '0',
38251     ),
38252   ),
38253   'primary key' => array(
38254     'name',
38255     'type',
38256   ),
38257   'mysql_character_set' => 'utf8',
38258 ));
38259
38260 $connection->insert('registry')
38261 ->fields(array(
38262   'name',
38263   'type',
38264   'filename',
38265   'module',
38266   'weight',
38267 ))
38268 ->values(array(
38269   'name' => 'AccessDeniedTestCase',
38270   'type' => 'class',
38271   'filename' => 'modules/system/system.test',
38272   'module' => 'system',
38273   'weight' => '0',
38274 ))
38275 ->values(array(
38276   'name' => 'ActionLoopTestCase',
38277   'type' => 'class',
38278   'filename' => 'modules/simpletest/tests/actions.test',
38279   'module' => 'simpletest',
38280   'weight' => '0',
38281 ))
38282 ->values(array(
38283   'name' => 'ActionsConfigurationTestCase',
38284   'type' => 'class',
38285   'filename' => 'modules/simpletest/tests/actions.test',
38286   'module' => 'simpletest',
38287   'weight' => '0',
38288 ))
38289 ->values(array(
38290   'name' => 'AddFeedTestCase',
38291   'type' => 'class',
38292   'filename' => 'modules/aggregator/aggregator.test',
38293   'module' => 'aggregator',
38294   'weight' => '0',
38295 ))
38296 ->values(array(
38297   'name' => 'AdminMetaTagTestCase',
38298   'type' => 'class',
38299   'filename' => 'modules/system/system.test',
38300   'module' => 'system',
38301   'weight' => '0',
38302 ))
38303 ->values(array(
38304   'name' => 'AggregatorConfigurationTestCase',
38305   'type' => 'class',
38306   'filename' => 'modules/aggregator/aggregator.test',
38307   'module' => 'aggregator',
38308   'weight' => '0',
38309 ))
38310 ->values(array(
38311   'name' => 'AggregatorCronTestCase',
38312   'type' => 'class',
38313   'filename' => 'modules/aggregator/aggregator.test',
38314   'module' => 'aggregator',
38315   'weight' => '0',
38316 ))
38317 ->values(array(
38318   'name' => 'AggregatorRenderingTestCase',
38319   'type' => 'class',
38320   'filename' => 'modules/aggregator/aggregator.test',
38321   'module' => 'aggregator',
38322   'weight' => '0',
38323 ))
38324 ->values(array(
38325   'name' => 'AggregatorTestCase',
38326   'type' => 'class',
38327   'filename' => 'modules/aggregator/aggregator.test',
38328   'module' => 'aggregator',
38329   'weight' => '0',
38330 ))
38331 ->values(array(
38332   'name' => 'AggregatorUpdatePathTestCase',
38333   'type' => 'class',
38334   'filename' => 'modules/simpletest/tests/upgrade/update.aggregator.test',
38335   'module' => 'simpletest',
38336   'weight' => '0',
38337 ))
38338 ->values(array(
38339   'name' => 'AJAXCommandsTestCase',
38340   'type' => 'class',
38341   'filename' => 'modules/simpletest/tests/ajax.test',
38342   'module' => 'simpletest',
38343   'weight' => '0',
38344 ))
38345 ->values(array(
38346   'name' => 'AJAXElementValidation',
38347   'type' => 'class',
38348   'filename' => 'modules/simpletest/tests/ajax.test',
38349   'module' => 'simpletest',
38350   'weight' => '0',
38351 ))
38352 ->values(array(
38353   'name' => 'AJAXFormPageCacheTestCase',
38354   'type' => 'class',
38355   'filename' => 'modules/simpletest/tests/ajax.test',
38356   'module' => 'simpletest',
38357   'weight' => '0',
38358 ))
38359 ->values(array(
38360   'name' => 'AJAXFormValuesTestCase',
38361   'type' => 'class',
38362   'filename' => 'modules/simpletest/tests/ajax.test',
38363   'module' => 'simpletest',
38364   'weight' => '0',
38365 ))
38366 ->values(array(
38367   'name' => 'AJAXFrameworkTestCase',
38368   'type' => 'class',
38369   'filename' => 'modules/simpletest/tests/ajax.test',
38370   'module' => 'simpletest',
38371   'weight' => '0',
38372 ))
38373 ->values(array(
38374   'name' => 'AJAXMultiFormTestCase',
38375   'type' => 'class',
38376   'filename' => 'modules/simpletest/tests/ajax.test',
38377   'module' => 'simpletest',
38378   'weight' => '0',
38379 ))
38380 ->values(array(
38381   'name' => 'AJAXTestCase',
38382   'type' => 'class',
38383   'filename' => 'modules/simpletest/tests/ajax.test',
38384   'module' => 'simpletest',
38385   'weight' => '0',
38386 ))
38387 ->values(array(
38388   'name' => 'ArchiverInterface',
38389   'type' => 'interface',
38390   'filename' => 'includes/archiver.inc',
38391   'module' => '',
38392   'weight' => '0',
38393 ))
38394 ->values(array(
38395   'name' => 'ArchiverTar',
38396   'type' => 'class',
38397   'filename' => 'modules/system/system.archiver.inc',
38398   'module' => 'system',
38399   'weight' => '0',
38400 ))
38401 ->values(array(
38402   'name' => 'ArchiverZip',
38403   'type' => 'class',
38404   'filename' => 'modules/system/system.archiver.inc',
38405   'module' => 'system',
38406   'weight' => '0',
38407 ))
38408 ->values(array(
38409   'name' => 'Archive_Tar',
38410   'type' => 'class',
38411   'filename' => 'modules/system/system.tar.inc',
38412   'module' => 'system',
38413   'weight' => '0',
38414 ))
38415 ->values(array(
38416   'name' => 'ArrayDiffUnitTest',
38417   'type' => 'class',
38418   'filename' => 'modules/simpletest/tests/common.test',
38419   'module' => 'simpletest',
38420   'weight' => '0',
38421 ))
38422 ->values(array(
38423   'name' => 'AUPhoneNumberTestCase',
38424   'type' => 'class',
38425   'filename' => 'sites/all/modules/phone/tests/phone.au.test',
38426   'module' => 'phone',
38427   'weight' => '0',
38428 ))
38429 ->values(array(
38430   'name' => 'BasicMinimalUpdatePath',
38431   'type' => 'class',
38432   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
38433   'module' => 'simpletest',
38434   'weight' => '0',
38435 ))
38436 ->values(array(
38437   'name' => 'BasicStandardUpdatePath',
38438   'type' => 'class',
38439   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
38440   'module' => 'simpletest',
38441   'weight' => '0',
38442 ))
38443 ->values(array(
38444   'name' => 'BasicUpgradePath',
38445   'type' => 'class',
38446   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
38447   'module' => 'simpletest',
38448   'weight' => '0',
38449 ))
38450 ->values(array(
38451   'name' => 'BatchMemoryQueue',
38452   'type' => 'class',
38453   'filename' => 'includes/batch.queue.inc',
38454   'module' => '',
38455   'weight' => '0',
38456 ))
38457 ->values(array(
38458   'name' => 'BatchPageTestCase',
38459   'type' => 'class',
38460   'filename' => 'modules/simpletest/tests/batch.test',
38461   'module' => 'simpletest',
38462   'weight' => '0',
38463 ))
38464 ->values(array(
38465   'name' => 'BatchPercentagesUnitTestCase',
38466   'type' => 'class',
38467   'filename' => 'modules/simpletest/tests/batch.test',
38468   'module' => 'simpletest',
38469   'weight' => '0',
38470 ))
38471 ->values(array(
38472   'name' => 'BatchProcessingTestCase',
38473   'type' => 'class',
38474   'filename' => 'modules/simpletest/tests/batch.test',
38475   'module' => 'simpletest',
38476   'weight' => '0',
38477 ))
38478 ->values(array(
38479   'name' => 'BatchQueue',
38480   'type' => 'class',
38481   'filename' => 'includes/batch.queue.inc',
38482   'module' => '',
38483   'weight' => '0',
38484 ))
38485 ->values(array(
38486   'name' => 'BEPhoneNumberTestCase',
38487   'type' => 'class',
38488   'filename' => 'sites/all/modules/phone/tests/phone.be.test',
38489   'module' => 'phone',
38490   'weight' => '0',
38491 ))
38492 ->values(array(
38493   'name' => 'BlockAdminThemeTestCase',
38494   'type' => 'class',
38495   'filename' => 'modules/block/block.test',
38496   'module' => 'block',
38497   'weight' => '-5',
38498 ))
38499 ->values(array(
38500   'name' => 'BlockCacheTestCase',
38501   'type' => 'class',
38502   'filename' => 'modules/block/block.test',
38503   'module' => 'block',
38504   'weight' => '-5',
38505 ))
38506 ->values(array(
38507   'name' => 'BlockHashTestCase',
38508   'type' => 'class',
38509   'filename' => 'modules/block/block.test',
38510   'module' => 'block',
38511   'weight' => '-5',
38512 ))
38513 ->values(array(
38514   'name' => 'BlockHiddenRegionTestCase',
38515   'type' => 'class',
38516   'filename' => 'modules/block/block.test',
38517   'module' => 'block',
38518   'weight' => '-5',
38519 ))
38520 ->values(array(
38521   'name' => 'BlockHTMLIdTestCase',
38522   'type' => 'class',
38523   'filename' => 'modules/block/block.test',
38524   'module' => 'block',
38525   'weight' => '-5',
38526 ))
38527 ->values(array(
38528   'name' => 'BlockInvalidRegionTestCase',
38529   'type' => 'class',
38530   'filename' => 'modules/block/block.test',
38531   'module' => 'block',
38532   'weight' => '-5',
38533 ))
38534 ->values(array(
38535   'name' => 'BlockTemplateSuggestionsUnitTest',
38536   'type' => 'class',
38537   'filename' => 'modules/block/block.test',
38538   'module' => 'block',
38539   'weight' => '-5',
38540 ))
38541 ->values(array(
38542   'name' => 'BlockTestCase',
38543   'type' => 'class',
38544   'filename' => 'modules/block/block.test',
38545   'module' => 'block',
38546   'weight' => '-5',
38547 ))
38548 ->values(array(
38549   'name' => 'BlockViewModuleDeltaAlterWebTest',
38550   'type' => 'class',
38551   'filename' => 'modules/block/block.test',
38552   'module' => 'block',
38553   'weight' => '-5',
38554 ))
38555 ->values(array(
38556   'name' => 'BlogTestCase',
38557   'type' => 'class',
38558   'filename' => 'modules/blog/blog.test',
38559   'module' => 'blog',
38560   'weight' => '0',
38561 ))
38562 ->values(array(
38563   'name' => 'BookTestCase',
38564   'type' => 'class',
38565   'filename' => 'modules/book/book.test',
38566   'module' => 'book',
38567   'weight' => '0',
38568 ))
38569 ->values(array(
38570   'name' => 'BootstrapAutoloadTestCase',
38571   'type' => 'class',
38572   'filename' => 'modules/simpletest/tests/bootstrap.test',
38573   'module' => 'simpletest',
38574   'weight' => '0',
38575 ))
38576 ->values(array(
38577   'name' => 'BootstrapDestinationTestCase',
38578   'type' => 'class',
38579   'filename' => 'modules/simpletest/tests/bootstrap.test',
38580   'module' => 'simpletest',
38581   'weight' => '0',
38582 ))
38583 ->values(array(
38584   'name' => 'BootstrapGetFilenameTestCase',
38585   'type' => 'class',
38586   'filename' => 'modules/simpletest/tests/bootstrap.test',
38587   'module' => 'simpletest',
38588   'weight' => '0',
38589 ))
38590 ->values(array(
38591   'name' => 'BootstrapIPAddressTestCase',
38592   'type' => 'class',
38593   'filename' => 'modules/simpletest/tests/bootstrap.test',
38594   'module' => 'simpletest',
38595   'weight' => '0',
38596 ))
38597 ->values(array(
38598   'name' => 'BootstrapMiscTestCase',
38599   'type' => 'class',
38600   'filename' => 'modules/simpletest/tests/bootstrap.test',
38601   'module' => 'simpletest',
38602   'weight' => '0',
38603 ))
38604 ->values(array(
38605   'name' => 'BootstrapOverrideServerVariablesTestCase',
38606   'type' => 'class',
38607   'filename' => 'modules/simpletest/tests/bootstrap.test',
38608   'module' => 'simpletest',
38609   'weight' => '0',
38610 ))
38611 ->values(array(
38612   'name' => 'BootstrapPageCacheTestCase',
38613   'type' => 'class',
38614   'filename' => 'modules/simpletest/tests/bootstrap.test',
38615   'module' => 'simpletest',
38616   'weight' => '0',
38617 ))
38618 ->values(array(
38619   'name' => 'BootstrapResettableStaticTestCase',
38620   'type' => 'class',
38621   'filename' => 'modules/simpletest/tests/bootstrap.test',
38622   'module' => 'simpletest',
38623   'weight' => '0',
38624 ))
38625 ->values(array(
38626   'name' => 'BootstrapTimerTestCase',
38627   'type' => 'class',
38628   'filename' => 'modules/simpletest/tests/bootstrap.test',
38629   'module' => 'simpletest',
38630   'weight' => '0',
38631 ))
38632 ->values(array(
38633   'name' => 'BootstrapVariableTestCase',
38634   'type' => 'class',
38635   'filename' => 'modules/simpletest/tests/bootstrap.test',
38636   'module' => 'simpletest',
38637   'weight' => '0',
38638 ))
38639 ->values(array(
38640   'name' => 'BRPhoneNumberTestCase',
38641   'type' => 'class',
38642   'filename' => 'sites/all/modules/phone/tests/phone.br.test',
38643   'module' => 'phone',
38644   'weight' => '0',
38645 ))
38646 ->values(array(
38647   'name' => 'CacheClearCase',
38648   'type' => 'class',
38649   'filename' => 'modules/simpletest/tests/cache.test',
38650   'module' => 'simpletest',
38651   'weight' => '0',
38652 ))
38653 ->values(array(
38654   'name' => 'CacheGetMultipleUnitTest',
38655   'type' => 'class',
38656   'filename' => 'modules/simpletest/tests/cache.test',
38657   'module' => 'simpletest',
38658   'weight' => '0',
38659 ))
38660 ->values(array(
38661   'name' => 'CacheIsEmptyCase',
38662   'type' => 'class',
38663   'filename' => 'modules/simpletest/tests/cache.test',
38664   'module' => 'simpletest',
38665   'weight' => '0',
38666 ))
38667 ->values(array(
38668   'name' => 'CacheSavingCase',
38669   'type' => 'class',
38670   'filename' => 'modules/simpletest/tests/cache.test',
38671   'module' => 'simpletest',
38672   'weight' => '0',
38673 ))
38674 ->values(array(
38675   'name' => 'CacheTestCase',
38676   'type' => 'class',
38677   'filename' => 'modules/simpletest/tests/cache.test',
38678   'module' => 'simpletest',
38679   'weight' => '0',
38680 ))
38681 ->values(array(
38682   'name' => 'CAPhoneNumberTestCase',
38683   'type' => 'class',
38684   'filename' => 'sites/all/modules/phone/tests/phone.ca.test',
38685   'module' => 'phone',
38686   'weight' => '0',
38687 ))
38688 ->values(array(
38689   'name' => 'CascadingStylesheetsTestCase',
38690   'type' => 'class',
38691   'filename' => 'modules/simpletest/tests/common.test',
38692   'module' => 'simpletest',
38693   'weight' => '0',
38694 ))
38695 ->values(array(
38696   'name' => 'CascadingStylesheetsUnitTest',
38697   'type' => 'class',
38698   'filename' => 'modules/simpletest/tests/common.test',
38699   'module' => 'simpletest',
38700   'weight' => '0',
38701 ))
38702 ->values(array(
38703   'name' => 'CategorizeFeedItemTestCase',
38704   'type' => 'class',
38705   'filename' => 'modules/aggregator/aggregator.test',
38706   'module' => 'aggregator',
38707   'weight' => '0',
38708 ))
38709 ->values(array(
38710   'name' => 'CategorizeFeedTestCase',
38711   'type' => 'class',
38712   'filename' => 'modules/aggregator/aggregator.test',
38713   'module' => 'aggregator',
38714   'weight' => '0',
38715 ))
38716 ->values(array(
38717   'name' => 'CHPhoneNumberTestCase',
38718   'type' => 'class',
38719   'filename' => 'sites/all/modules/phone/tests/phone.ch.test',
38720   'module' => 'phone',
38721   'weight' => '0',
38722 ))
38723 ->values(array(
38724   'name' => 'CLPhoneNumberTestCase',
38725   'type' => 'class',
38726   'filename' => 'sites/all/modules/phone/tests/phone.cl.test',
38727   'module' => 'phone',
38728   'weight' => '0',
38729 ))
38730 ->values(array(
38731   'name' => 'CNPhoneNumberTestCase',
38732   'type' => 'class',
38733   'filename' => 'sites/all/modules/phone/tests/phone.cn.test',
38734   'module' => 'phone',
38735   'weight' => '0',
38736 ))
38737 ->values(array(
38738   'name' => 'ColorTestCase',
38739   'type' => 'class',
38740   'filename' => 'modules/color/color.test',
38741   'module' => 'color',
38742   'weight' => '0',
38743 ))
38744 ->values(array(
38745   'name' => 'CommentActionsTestCase',
38746   'type' => 'class',
38747   'filename' => 'modules/comment/comment.test',
38748   'module' => 'comment',
38749   'weight' => '0',
38750 ))
38751 ->values(array(
38752   'name' => 'CommentAnonymous',
38753   'type' => 'class',
38754   'filename' => 'modules/comment/comment.test',
38755   'module' => 'comment',
38756   'weight' => '0',
38757 ))
38758 ->values(array(
38759   'name' => 'CommentApprovalTest',
38760   'type' => 'class',
38761   'filename' => 'modules/comment/comment.test',
38762   'module' => 'comment',
38763   'weight' => '0',
38764 ))
38765 ->values(array(
38766   'name' => 'CommentBlockFunctionalTest',
38767   'type' => 'class',
38768   'filename' => 'modules/comment/comment.test',
38769   'module' => 'comment',
38770   'weight' => '0',
38771 ))
38772 ->values(array(
38773   'name' => 'CommentContentRebuild',
38774   'type' => 'class',
38775   'filename' => 'modules/comment/comment.test',
38776   'module' => 'comment',
38777   'weight' => '0',
38778 ))
38779 ->values(array(
38780   'name' => 'CommentController',
38781   'type' => 'class',
38782   'filename' => 'modules/comment/comment.module',
38783   'module' => 'comment',
38784   'weight' => '0',
38785 ))
38786 ->values(array(
38787   'name' => 'CommentFieldsTest',
38788   'type' => 'class',
38789   'filename' => 'modules/comment/comment.test',
38790   'module' => 'comment',
38791   'weight' => '0',
38792 ))
38793 ->values(array(
38794   'name' => 'CommentHelperCase',
38795   'type' => 'class',
38796   'filename' => 'modules/comment/comment.test',
38797   'module' => 'comment',
38798   'weight' => '0',
38799 ))
38800 ->values(array(
38801   'name' => 'CommentInterfaceTest',
38802   'type' => 'class',
38803   'filename' => 'modules/comment/comment.test',
38804   'module' => 'comment',
38805   'weight' => '0',
38806 ))
38807 ->values(array(
38808   'name' => 'CommentNodeAccessTest',
38809   'type' => 'class',
38810   'filename' => 'modules/comment/comment.test',
38811   'module' => 'comment',
38812   'weight' => '0',
38813 ))
38814 ->values(array(
38815   'name' => 'CommentNodeChangesTestCase',
38816   'type' => 'class',
38817   'filename' => 'modules/comment/comment.test',
38818   'module' => 'comment',
38819   'weight' => '0',
38820 ))
38821 ->values(array(
38822   'name' => 'CommentPagerTest',
38823   'type' => 'class',
38824   'filename' => 'modules/comment/comment.test',
38825   'module' => 'comment',
38826   'weight' => '0',
38827 ))
38828 ->values(array(
38829   'name' => 'CommentPreviewTest',
38830   'type' => 'class',
38831   'filename' => 'modules/comment/comment.test',
38832   'module' => 'comment',
38833   'weight' => '0',
38834 ))
38835 ->values(array(
38836   'name' => 'CommentRSSUnitTest',
38837   'type' => 'class',
38838   'filename' => 'modules/comment/comment.test',
38839   'module' => 'comment',
38840   'weight' => '0',
38841 ))
38842 ->values(array(
38843   'name' => 'CommentThreadingTestCase',
38844   'type' => 'class',
38845   'filename' => 'modules/comment/comment.test',
38846   'module' => 'comment',
38847   'weight' => '0',
38848 ))
38849 ->values(array(
38850   'name' => 'CommentTokenReplaceTestCase',
38851   'type' => 'class',
38852   'filename' => 'modules/comment/comment.test',
38853   'module' => 'comment',
38854   'weight' => '0',
38855 ))
38856 ->values(array(
38857   'name' => 'CommentUpgradePathTestCase',
38858   'type' => 'class',
38859   'filename' => 'modules/simpletest/tests/upgrade/upgrade.comment.test',
38860   'module' => 'simpletest',
38861   'weight' => '0',
38862 ))
38863 ->values(array(
38864   'name' => 'CommonSizeTestCase',
38865   'type' => 'class',
38866   'filename' => 'modules/simpletest/tests/common.test',
38867   'module' => 'simpletest',
38868   'weight' => '0',
38869 ))
38870 ->values(array(
38871   'name' => 'CommonURLUnitTest',
38872   'type' => 'class',
38873   'filename' => 'modules/simpletest/tests/common.test',
38874   'module' => 'simpletest',
38875   'weight' => '0',
38876 ))
38877 ->values(array(
38878   'name' => 'CommonXssUnitTest',
38879   'type' => 'class',
38880   'filename' => 'modules/simpletest/tests/common.test',
38881   'module' => 'simpletest',
38882   'weight' => '0',
38883 ))
38884 ->values(array(
38885   'name' => 'ConfirmFormTest',
38886   'type' => 'class',
38887   'filename' => 'modules/system/system.test',
38888   'module' => 'system',
38889   'weight' => '0',
38890 ))
38891 ->values(array(
38892   'name' => 'ConnectionUnitTest',
38893   'type' => 'class',
38894   'filename' => 'modules/simpletest/tests/database_test.test',
38895   'module' => 'simpletest',
38896   'weight' => '0',
38897 ))
38898 ->values(array(
38899   'name' => 'ContactPersonalTestCase',
38900   'type' => 'class',
38901   'filename' => 'modules/contact/contact.test',
38902   'module' => 'contact',
38903   'weight' => '0',
38904 ))
38905 ->values(array(
38906   'name' => 'ContactSitewideTestCase',
38907   'type' => 'class',
38908   'filename' => 'modules/contact/contact.test',
38909   'module' => 'contact',
38910   'weight' => '0',
38911 ))
38912 ->values(array(
38913   'name' => 'ContextualDynamicContextTestCase',
38914   'type' => 'class',
38915   'filename' => 'modules/contextual/contextual.test',
38916   'module' => 'contextual',
38917   'weight' => '0',
38918 ))
38919 ->values(array(
38920   'name' => 'CronQueueTestCase',
38921   'type' => 'class',
38922   'filename' => 'modules/system/system.test',
38923   'module' => 'system',
38924   'weight' => '0',
38925 ))
38926 ->values(array(
38927   'name' => 'CronRunTestCase',
38928   'type' => 'class',
38929   'filename' => 'modules/system/system.test',
38930   'module' => 'system',
38931   'weight' => '0',
38932 ))
38933 ->values(array(
38934   'name' => 'CRPhoneNumberTestCase',
38935   'type' => 'class',
38936   'filename' => 'sites/all/modules/phone/tests/phone.cr.test',
38937   'module' => 'phone',
38938   'weight' => '0',
38939 ))
38940 ->values(array(
38941   'name' => 'CtoolsContextKeywordsSubstitutionTestCase',
38942   'type' => 'class',
38943   'filename' => 'sites/all/modules/ctools/tests/context.test',
38944   'module' => 'ctools_plugin_test',
38945   'weight' => '0',
38946 ))
38947 ->values(array(
38948   'name' => 'CToolsCssCache',
38949   'type' => 'class',
38950   'filename' => 'sites/all/modules/ctools/includes/css-cache.inc',
38951   'module' => 'ctools',
38952   'weight' => '0',
38953 ))
38954 ->values(array(
38955   'name' => 'CtoolsCssTestCase',
38956   'type' => 'class',
38957   'filename' => 'sites/all/modules/ctools/tests/css.test',
38958   'module' => 'ctools_plugin_test',
38959   'weight' => '0',
38960 ))
38961 ->values(array(
38962   'name' => 'CtoolsExportCrudTestCase',
38963   'type' => 'class',
38964   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export.test',
38965   'module' => 'ctools_export_test',
38966   'weight' => '0',
38967 ))
38968 ->values(array(
38969   'name' => 'CtoolsMathExpressionStackTestCase',
38970   'type' => 'class',
38971   'filename' => 'sites/all/modules/ctools/tests/math_expression_stack.test',
38972   'module' => 'ctools_plugin_test',
38973   'weight' => '0',
38974 ))
38975 ->values(array(
38976   'name' => 'CtoolsMathExpressionTestCase',
38977   'type' => 'class',
38978   'filename' => 'sites/all/modules/ctools/tests/math_expression.test',
38979   'module' => 'ctools_plugin_test',
38980   'weight' => '0',
38981 ))
38982 ->values(array(
38983   'name' => 'CtoolsObjectCache',
38984   'type' => 'class',
38985   'filename' => 'sites/all/modules/ctools/tests/object_cache.test',
38986   'module' => 'ctools_plugin_test',
38987   'weight' => '0',
38988 ))
38989 ->values(array(
38990   'name' => 'CtoolsPluginsGetInfoTestCase',
38991   'type' => 'class',
38992   'filename' => 'sites/all/modules/ctools/tests/ctools.plugins.test',
38993   'module' => 'ctools_plugin_test',
38994   'weight' => '0',
38995 ))
38996 ->values(array(
38997   'name' => 'ctools_context',
38998   'type' => 'class',
38999   'filename' => 'sites/all/modules/ctools/includes/context.inc',
39000   'module' => 'ctools',
39001   'weight' => '0',
39002 ))
39003 ->values(array(
39004   'name' => 'ctools_context_optional',
39005   'type' => 'class',
39006   'filename' => 'sites/all/modules/ctools/includes/context.inc',
39007   'module' => 'ctools',
39008   'weight' => '0',
39009 ))
39010 ->values(array(
39011   'name' => 'ctools_context_required',
39012   'type' => 'class',
39013   'filename' => 'sites/all/modules/ctools/includes/context.inc',
39014   'module' => 'ctools',
39015   'weight' => '0',
39016 ))
39017 ->values(array(
39018   'name' => 'ctools_export_ui',
39019   'type' => 'class',
39020   'filename' => 'sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php',
39021   'module' => 'ctools',
39022   'weight' => '0',
39023 ))
39024 ->values(array(
39025   'name' => 'ctools_math_expr',
39026   'type' => 'class',
39027   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
39028   'module' => 'ctools',
39029   'weight' => '0',
39030 ))
39031 ->values(array(
39032   'name' => 'ctools_math_expr_stack',
39033   'type' => 'class',
39034   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
39035   'module' => 'ctools',
39036   'weight' => '0',
39037 ))
39038 ->values(array(
39039   'name' => 'ctools_stylizer_image_processor',
39040   'type' => 'class',
39041   'filename' => 'sites/all/modules/ctools/includes/stylizer.inc',
39042   'module' => 'ctools',
39043   'weight' => '0',
39044 ))
39045 ->values(array(
39046   'name' => 'CSPhoneNumberTestCase',
39047   'type' => 'class',
39048   'filename' => 'sites/all/modules/phone/tests/phone.cs.test',
39049   'module' => 'phone',
39050   'weight' => '0',
39051 ))
39052
39053 ->values(array(
39054   'name' => 'DashboardBlocksTestCase',
39055   'type' => 'class',
39056   'filename' => 'modules/dashboard/dashboard.test',
39057   'module' => 'dashboard',
39058   'weight' => '0',
39059 ))
39060 ->values(array(
39061   'name' => 'Database',
39062   'type' => 'class',
39063   'filename' => 'includes/database/database.inc',
39064   'module' => '',
39065   'weight' => '0',
39066 ))
39067 ->values(array(
39068   'name' => 'DatabaseAlterTestCase',
39069   'type' => 'class',
39070   'filename' => 'modules/simpletest/tests/database_test.test',
39071   'module' => 'simpletest',
39072   'weight' => '0',
39073 ))
39074 ->values(array(
39075   'name' => 'DatabaseBasicSyntaxTestCase',
39076   'type' => 'class',
39077   'filename' => 'modules/simpletest/tests/database_test.test',
39078   'module' => 'simpletest',
39079   'weight' => '0',
39080 ))
39081 ->values(array(
39082   'name' => 'DatabaseCaseSensitivityTestCase',
39083   'type' => 'class',
39084   'filename' => 'modules/simpletest/tests/database_test.test',
39085   'module' => 'simpletest',
39086   'weight' => '0',
39087 ))
39088 ->values(array(
39089   'name' => 'DatabaseCondition',
39090   'type' => 'class',
39091   'filename' => 'includes/database/query.inc',
39092   'module' => '',
39093   'weight' => '0',
39094 ))
39095 ->values(array(
39096   'name' => 'DatabaseConnection',
39097   'type' => 'class',
39098   'filename' => 'includes/database/database.inc',
39099   'module' => '',
39100   'weight' => '0',
39101 ))
39102 ->values(array(
39103   'name' => 'DatabaseConnectionNotDefinedException',
39104   'type' => 'class',
39105   'filename' => 'includes/database/database.inc',
39106   'module' => '',
39107   'weight' => '0',
39108 ))
39109 ->values(array(
39110   'name' => 'DatabaseConnectionTestCase',
39111   'type' => 'class',
39112   'filename' => 'modules/simpletest/tests/database_test.test',
39113   'module' => 'simpletest',
39114   'weight' => '0',
39115 ))
39116 ->values(array(
39117   'name' => 'DatabaseConnection_mysql',
39118   'type' => 'class',
39119   'filename' => 'includes/database/mysql/database.inc',
39120   'module' => '',
39121   'weight' => '0',
39122 ))
39123 ->values(array(
39124   'name' => 'DatabaseConnection_pgsql',
39125   'type' => 'class',
39126   'filename' => 'includes/database/pgsql/database.inc',
39127   'module' => '',
39128   'weight' => '0',
39129 ))
39130 ->values(array(
39131   'name' => 'DatabaseConnection_sqlite',
39132   'type' => 'class',
39133   'filename' => 'includes/database/sqlite/database.inc',
39134   'module' => '',
39135   'weight' => '0',
39136 ))
39137 ->values(array(
39138   'name' => 'DatabaseDeleteTruncateTestCase',
39139   'type' => 'class',
39140   'filename' => 'modules/simpletest/tests/database_test.test',
39141   'module' => 'simpletest',
39142   'weight' => '0',
39143 ))
39144 ->values(array(
39145   'name' => 'DatabaseDriverNotSpecifiedException',
39146   'type' => 'class',
39147   'filename' => 'includes/database/database.inc',
39148   'module' => '',
39149   'weight' => '0',
39150 ))
39151 ->values(array(
39152   'name' => 'DatabaseEmptyStatementTestCase',
39153   'type' => 'class',
39154   'filename' => 'modules/simpletest/tests/database_test.test',
39155   'module' => 'simpletest',
39156   'weight' => '0',
39157 ))
39158 ->values(array(
39159   'name' => 'DatabaseFetch2TestCase',
39160   'type' => 'class',
39161   'filename' => 'modules/simpletest/tests/database_test.test',
39162   'module' => 'simpletest',
39163   'weight' => '0',
39164 ))
39165 ->values(array(
39166   'name' => 'DatabaseFetchTestCase',
39167   'type' => 'class',
39168   'filename' => 'modules/simpletest/tests/database_test.test',
39169   'module' => 'simpletest',
39170   'weight' => '0',
39171 ))
39172 ->values(array(
39173   'name' => 'DatabaseInsertDefaultsTestCase',
39174   'type' => 'class',
39175   'filename' => 'modules/simpletest/tests/database_test.test',
39176   'module' => 'simpletest',
39177   'weight' => '0',
39178 ))
39179 ->values(array(
39180   'name' => 'DatabaseInsertLOBTestCase',
39181   'type' => 'class',
39182   'filename' => 'modules/simpletest/tests/database_test.test',
39183   'module' => 'simpletest',
39184   'weight' => '0',
39185 ))
39186 ->values(array(
39187   'name' => 'DatabaseInsertTestCase',
39188   'type' => 'class',
39189   'filename' => 'modules/simpletest/tests/database_test.test',
39190   'module' => 'simpletest',
39191   'weight' => '0',
39192 ))
39193 ->values(array(
39194   'name' => 'DatabaseInvalidDataTestCase',
39195   'type' => 'class',
39196   'filename' => 'modules/simpletest/tests/database_test.test',
39197   'module' => 'simpletest',
39198   'weight' => '0',
39199 ))
39200 ->values(array(
39201   'name' => 'DatabaseLog',
39202   'type' => 'class',
39203   'filename' => 'includes/database/log.inc',
39204   'module' => '',
39205   'weight' => '0',
39206 ))
39207 ->values(array(
39208   'name' => 'DatabaseLoggingTestCase',
39209   'type' => 'class',
39210   'filename' => 'modules/simpletest/tests/database_test.test',
39211   'module' => 'simpletest',
39212   'weight' => '0',
39213 ))
39214 ->values(array(
39215   'name' => 'DatabaseMergeTestCase',
39216   'type' => 'class',
39217   'filename' => 'modules/simpletest/tests/database_test.test',
39218   'module' => 'simpletest',
39219   'weight' => '0',
39220 ))
39221 ->values(array(
39222   'name' => 'DatabaseNextIdCase',
39223   'type' => 'class',
39224   'filename' => 'modules/simpletest/tests/database_test.test',
39225   'module' => 'simpletest',
39226   'weight' => '0',
39227 ))
39228 ->values(array(
39229   'name' => 'DatabaseQueryTestCase',
39230   'type' => 'class',
39231   'filename' => 'modules/simpletest/tests/database_test.test',
39232   'module' => 'simpletest',
39233   'weight' => '0',
39234 ))
39235 ->values(array(
39236   'name' => 'DatabaseRangeQueryTestCase',
39237   'type' => 'class',
39238   'filename' => 'modules/simpletest/tests/database_test.test',
39239   'module' => 'simpletest',
39240   'weight' => '0',
39241 ))
39242 ->values(array(
39243   'name' => 'DatabaseRegressionTestCase',
39244   'type' => 'class',
39245   'filename' => 'modules/simpletest/tests/database_test.test',
39246   'module' => 'simpletest',
39247   'weight' => '0',
39248 ))
39249 ->values(array(
39250   'name' => 'DatabaseSchema',
39251   'type' => 'class',
39252   'filename' => 'includes/database/schema.inc',
39253   'module' => '',
39254   'weight' => '0',
39255 ))
39256 ->values(array(
39257   'name' => 'DatabaseSchemaObjectDoesNotExistException',
39258   'type' => 'class',
39259   'filename' => 'includes/database/schema.inc',
39260   'module' => '',
39261   'weight' => '0',
39262 ))
39263 ->values(array(
39264   'name' => 'DatabaseSchemaObjectExistsException',
39265   'type' => 'class',
39266   'filename' => 'includes/database/schema.inc',
39267   'module' => '',
39268   'weight' => '0',
39269 ))
39270 ->values(array(
39271   'name' => 'DatabaseSchema_mysql',
39272   'type' => 'class',
39273   'filename' => 'includes/database/mysql/schema.inc',
39274   'module' => '',
39275   'weight' => '0',
39276 ))
39277 ->values(array(
39278   'name' => 'DatabaseSchema_pgsql',
39279   'type' => 'class',
39280   'filename' => 'includes/database/pgsql/schema.inc',
39281   'module' => '',
39282   'weight' => '0',
39283 ))
39284 ->values(array(
39285   'name' => 'DatabaseSchema_sqlite',
39286   'type' => 'class',
39287   'filename' => 'includes/database/sqlite/schema.inc',
39288   'module' => '',
39289   'weight' => '0',
39290 ))
39291 ->values(array(
39292   'name' => 'DatabaseSelectCloneTest',
39293   'type' => 'class',
39294   'filename' => 'modules/simpletest/tests/database_test.test',
39295   'module' => 'simpletest',
39296   'weight' => '0',
39297 ))
39298 ->values(array(
39299   'name' => 'DatabaseSelectComplexTestCase',
39300   'type' => 'class',
39301   'filename' => 'modules/simpletest/tests/database_test.test',
39302   'module' => 'simpletest',
39303   'weight' => '0',
39304 ))
39305 ->values(array(
39306   'name' => 'DatabaseSelectComplexTestCase2',
39307   'type' => 'class',
39308   'filename' => 'modules/simpletest/tests/database_test.test',
39309   'module' => 'simpletest',
39310   'weight' => '0',
39311 ))
39312 ->values(array(
39313   'name' => 'DatabaseSelectOrderedTestCase',
39314   'type' => 'class',
39315   'filename' => 'modules/simpletest/tests/database_test.test',
39316   'module' => 'simpletest',
39317   'weight' => '0',
39318 ))
39319 ->values(array(
39320   'name' => 'DatabaseSelectPagerDefaultTestCase',
39321   'type' => 'class',
39322   'filename' => 'modules/simpletest/tests/database_test.test',
39323   'module' => 'simpletest',
39324   'weight' => '0',
39325 ))
39326 ->values(array(
39327   'name' => 'DatabaseSelectSubqueryTestCase',
39328   'type' => 'class',
39329   'filename' => 'modules/simpletest/tests/database_test.test',
39330   'module' => 'simpletest',
39331   'weight' => '0',
39332 ))
39333 ->values(array(
39334   'name' => 'DatabaseSelectTableSortDefaultTestCase',
39335   'type' => 'class',
39336   'filename' => 'modules/simpletest/tests/database_test.test',
39337   'module' => 'simpletest',
39338   'weight' => '0',
39339 ))
39340 ->values(array(
39341   'name' => 'DatabaseSelectTestCase',
39342   'type' => 'class',
39343   'filename' => 'modules/simpletest/tests/database_test.test',
39344   'module' => 'simpletest',
39345   'weight' => '0',
39346 ))
39347 ->values(array(
39348   'name' => 'DatabaseSerializeQueryTestCase',
39349   'type' => 'class',
39350   'filename' => 'modules/simpletest/tests/database_test.test',
39351   'module' => 'simpletest',
39352   'weight' => '0',
39353 ))
39354 ->values(array(
39355   'name' => 'DatabaseStatementBase',
39356   'type' => 'class',
39357   'filename' => 'includes/database/database.inc',
39358   'module' => '',
39359   'weight' => '0',
39360 ))
39361 ->values(array(
39362   'name' => 'DatabaseStatementEmpty',
39363   'type' => 'class',
39364   'filename' => 'includes/database/database.inc',
39365   'module' => '',
39366   'weight' => '0',
39367 ))
39368 ->values(array(
39369   'name' => 'DatabaseStatementInterface',
39370   'type' => 'interface',
39371   'filename' => 'includes/database/database.inc',
39372   'module' => '',
39373   'weight' => '0',
39374 ))
39375 ->values(array(
39376   'name' => 'DatabaseStatementPrefetch',
39377   'type' => 'class',
39378   'filename' => 'includes/database/prefetch.inc',
39379   'module' => '',
39380   'weight' => '0',
39381 ))
39382 ->values(array(
39383   'name' => 'DatabaseStatement_sqlite',
39384   'type' => 'class',
39385   'filename' => 'includes/database/sqlite/database.inc',
39386   'module' => '',
39387   'weight' => '0',
39388 ))
39389 ->values(array(
39390   'name' => 'DatabaseTaggingTestCase',
39391   'type' => 'class',
39392   'filename' => 'modules/simpletest/tests/database_test.test',
39393   'module' => 'simpletest',
39394   'weight' => '0',
39395 ))
39396 ->values(array(
39397   'name' => 'DatabaseTaskException',
39398   'type' => 'class',
39399   'filename' => 'includes/install.inc',
39400   'module' => '',
39401   'weight' => '0',
39402 ))
39403 ->values(array(
39404   'name' => 'DatabaseTasks',
39405   'type' => 'class',
39406   'filename' => 'includes/install.inc',
39407   'module' => '',
39408   'weight' => '0',
39409 ))
39410 ->values(array(
39411   'name' => 'DatabaseTasks_mysql',
39412   'type' => 'class',
39413   'filename' => 'includes/database/mysql/install.inc',
39414   'module' => '',
39415   'weight' => '0',
39416 ))
39417 ->values(array(
39418   'name' => 'DatabaseTasks_pgsql',
39419   'type' => 'class',
39420   'filename' => 'includes/database/pgsql/install.inc',
39421   'module' => '',
39422   'weight' => '0',
39423 ))
39424 ->values(array(
39425   'name' => 'DatabaseTasks_sqlite',
39426   'type' => 'class',
39427   'filename' => 'includes/database/sqlite/install.inc',
39428   'module' => '',
39429   'weight' => '0',
39430 ))
39431 ->values(array(
39432   'name' => 'DatabaseTemporaryQueryTestCase',
39433   'type' => 'class',
39434   'filename' => 'modules/simpletest/tests/database_test.test',
39435   'module' => 'simpletest',
39436   'weight' => '0',
39437 ))
39438 ->values(array(
39439   'name' => 'DatabaseTestCase',
39440   'type' => 'class',
39441   'filename' => 'modules/simpletest/tests/database_test.test',
39442   'module' => 'simpletest',
39443   'weight' => '0',
39444 ))
39445 ->values(array(
39446   'name' => 'DatabaseTransaction',
39447   'type' => 'class',
39448   'filename' => 'includes/database/database.inc',
39449   'module' => '',
39450   'weight' => '0',
39451 ))
39452 ->values(array(
39453   'name' => 'DatabaseTransactionCommitFailedException',
39454   'type' => 'class',
39455   'filename' => 'includes/database/database.inc',
39456   'module' => '',
39457   'weight' => '0',
39458 ))
39459 ->values(array(
39460   'name' => 'DatabaseTransactionExplicitCommitNotAllowedException',
39461   'type' => 'class',
39462   'filename' => 'includes/database/database.inc',
39463   'module' => '',
39464   'weight' => '0',
39465 ))
39466 ->values(array(
39467   'name' => 'DatabaseTransactionNameNonUniqueException',
39468   'type' => 'class',
39469   'filename' => 'includes/database/database.inc',
39470   'module' => '',
39471   'weight' => '0',
39472 ))
39473 ->values(array(
39474   'name' => 'DatabaseTransactionNoActiveException',
39475   'type' => 'class',
39476   'filename' => 'includes/database/database.inc',
39477   'module' => '',
39478   'weight' => '0',
39479 ))
39480 ->values(array(
39481   'name' => 'DatabaseTransactionOutOfOrderException',
39482   'type' => 'class',
39483   'filename' => 'includes/database/database.inc',
39484   'module' => '',
39485   'weight' => '0',
39486 ))
39487 ->values(array(
39488   'name' => 'DatabaseTransactionTestCase',
39489   'type' => 'class',
39490   'filename' => 'modules/simpletest/tests/database_test.test',
39491   'module' => 'simpletest',
39492   'weight' => '0',
39493 ))
39494 ->values(array(
39495   'name' => 'DatabaseUpdateComplexTestCase',
39496   'type' => 'class',
39497   'filename' => 'modules/simpletest/tests/database_test.test',
39498   'module' => 'simpletest',
39499   'weight' => '0',
39500 ))
39501 ->values(array(
39502   'name' => 'DatabaseUpdateLOBTestCase',
39503   'type' => 'class',
39504   'filename' => 'modules/simpletest/tests/database_test.test',
39505   'module' => 'simpletest',
39506   'weight' => '0',
39507 ))
39508 ->values(array(
39509   'name' => 'DatabaseUpdateTestCase',
39510   'type' => 'class',
39511   'filename' => 'modules/simpletest/tests/database_test.test',
39512   'module' => 'simpletest',
39513   'weight' => '0',
39514 ))
39515 ->values(array(
39516   'name' => 'DateAPITestCase',
39517   'type' => 'class',
39518   'filename' => 'sites/all/modules/date/tests/date_api.test',
39519   'module' => 'date',
39520   'weight' => '0',
39521 ))
39522 ->values(array(
39523   'name' => 'DateFieldBasic',
39524   'type' => 'class',
39525   'filename' => 'sites/all/modules/date/tests/date_field.test',
39526   'module' => 'date',
39527   'weight' => '0',
39528 ))
39529 ->values(array(
39530   'name' => 'DateFieldTestCase',
39531   'type' => 'class',
39532   'filename' => 'sites/all/modules/date/tests/date_field.test',
39533   'module' => 'date',
39534   'weight' => '0',
39535 ))
39536 ->values(array(
39537   'name' => 'DateMigrateExampleUnitTest',
39538   'type' => 'class',
39539   'filename' => 'sites/all/modules/date/tests/date_migrate.test',
39540   'module' => 'date',
39541   'weight' => '0',
39542 ))
39543 ->values(array(
39544   'name' => 'DateMigrateFieldHandler',
39545   'type' => 'class',
39546   'filename' => 'sites/all/modules/date/date.migrate.inc',
39547   'module' => 'date',
39548   'weight' => '0',
39549 ))
39550 ->values(array(
39551   'name' => 'DateObject',
39552   'type' => 'class',
39553   'filename' => 'sites/all/modules/date/date_api/date_api.module',
39554   'module' => 'date_api',
39555   'weight' => '0',
39556 ))
39557 ->values(array(
39558   'name' => 'DateRepeatFormTestCase',
39559   'type' => 'class',
39560   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat_form.test',
39561   'module' => 'date_repeat',
39562   'weight' => '0',
39563 ))
39564 ->values(array(
39565   'name' => 'DateRepeatTestCase',
39566   'type' => 'class',
39567   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat.test',
39568   'module' => 'date_repeat',
39569   'weight' => '0',
39570 ))
39571 ->values(array(
39572   'name' => 'DateTimeFunctionalTest',
39573   'type' => 'class',
39574   'filename' => 'modules/system/system.test',
39575   'module' => 'system',
39576   'weight' => '0',
39577 ))
39578 ->values(array(
39579   'name' => 'DateTimezoneTestCase',
39580   'type' => 'class',
39581   'filename' => 'sites/all/modules/date/tests/date_timezone.test',
39582   'module' => 'date',
39583   'weight' => '0',
39584 ))
39585 ->values(array(
39586   'name' => 'DateToolsTestCase',
39587   'type' => 'class',
39588   'filename' => 'sites/all/modules/date/date_tools/tests/date_tools.test',
39589   'module' => 'date_tools',
39590   'weight' => '0',
39591 ))
39592 ->values(array(
39593   'name' => 'DateUITestCase',
39594   'type' => 'class',
39595   'filename' => 'sites/all/modules/date/tests/date.test',
39596   'module' => 'date',
39597   'weight' => '0',
39598 ))
39599 ->values(array(
39600   'name' => 'DateValidationTestCase',
39601   'type' => 'class',
39602   'filename' => 'sites/all/modules/date/tests/date_validation.test',
39603   'module' => 'date',
39604   'weight' => '0',
39605 ))
39606 ->values(array(
39607   'name' => 'DateViewsPopupTestCase',
39608   'type' => 'class',
39609   'filename' => 'sites/all/modules/date/tests/date_views_popup.test',
39610   'module' => 'date',
39611   'weight' => '0',
39612 ))
39613 ->values(array(
39614   'name' => 'date_sql_handler',
39615   'type' => 'class',
39616   'filename' => 'sites/all/modules/date/date_api/date_api_sql.inc',
39617   'module' => 'date_api',
39618   'weight' => '0',
39619 ))
39620 ->values(array(
39621   'name' => 'DBLogTestCase',
39622   'type' => 'class',
39623   'filename' => 'modules/dblog/dblog.test',
39624   'module' => 'dblog',
39625   'weight' => '0',
39626 ))
39627 ->values(array(
39628   'name' => 'DefaultMailSystem',
39629   'type' => 'class',
39630   'filename' => 'modules/system/system.mail.inc',
39631   'module' => 'system',
39632   'weight' => '0',
39633 ))
39634 ->values(array(
39635   'name' => 'DeleteQuery',
39636   'type' => 'class',
39637   'filename' => 'includes/database/query.inc',
39638   'module' => '',
39639   'weight' => '0',
39640 ))
39641 ->values(array(
39642   'name' => 'DeleteQuery_sqlite',
39643   'type' => 'class',
39644   'filename' => 'includes/database/sqlite/query.inc',
39645   'module' => '',
39646   'weight' => '0',
39647 ))
39648 ->values(array(
39649   'name' => 'DisabledNodeTypeTestCase',
39650   'type' => 'class',
39651   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
39652   'module' => 'simpletest',
39653   'weight' => '0',
39654 ))
39655 ->values(array(
39656   'name' => 'DrupalAddFeedTestCase',
39657   'type' => 'class',
39658   'filename' => 'modules/simpletest/tests/common.test',
39659   'module' => 'simpletest',
39660   'weight' => '0',
39661 ))
39662 ->values(array(
39663   'name' => 'DrupalAlterTestCase',
39664   'type' => 'class',
39665   'filename' => 'modules/simpletest/tests/common.test',
39666   'module' => 'simpletest',
39667   'weight' => '0',
39668 ))
39669 ->values(array(
39670   'name' => 'DrupalAttributesUnitTest',
39671   'type' => 'class',
39672   'filename' => 'modules/simpletest/tests/common.test',
39673   'module' => 'simpletest',
39674   'weight' => '0',
39675 ))
39676 ->values(array(
39677   'name' => 'DrupalCacheArray',
39678   'type' => 'class',
39679   'filename' => 'includes/bootstrap.inc',
39680   'module' => '',
39681   'weight' => '0',
39682 ))
39683 ->values(array(
39684   'name' => 'DrupalCacheInterface',
39685   'type' => 'interface',
39686   'filename' => 'includes/cache.inc',
39687   'module' => '',
39688   'weight' => '0',
39689 ))
39690 ->values(array(
39691   'name' => 'DrupalDataApiTest',
39692   'type' => 'class',
39693   'filename' => 'modules/simpletest/tests/common.test',
39694   'module' => 'simpletest',
39695   'weight' => '0',
39696 ))
39697 ->values(array(
39698   'name' => 'DrupalDatabaseCache',
39699   'type' => 'class',
39700   'filename' => 'includes/cache.inc',
39701   'module' => '',
39702   'weight' => '0',
39703 ))
39704 ->values(array(
39705   'name' => 'DrupalDefaultEntityController',
39706   'type' => 'class',
39707   'filename' => 'includes/entity.inc',
39708   'module' => '',
39709   'weight' => '0',
39710 ))
39711 ->values(array(
39712   'name' => 'DrupalEntityControllerInterface',
39713   'type' => 'interface',
39714   'filename' => 'includes/entity.inc',
39715   'module' => '',
39716   'weight' => '0',
39717 ))
39718 ->values(array(
39719   'name' => 'DrupalErrorCollectionUnitTest',
39720   'type' => 'class',
39721   'filename' => 'modules/simpletest/tests/common.test',
39722   'module' => 'simpletest',
39723   'weight' => '0',
39724 ))
39725 ->values(array(
39726   'name' => 'DrupalErrorHandlerTestCase',
39727   'type' => 'class',
39728   'filename' => 'modules/simpletest/tests/error.test',
39729   'module' => 'simpletest',
39730   'weight' => '0',
39731 ))
39732 ->values(array(
39733   'name' => 'DrupalFakeCache',
39734   'type' => 'class',
39735   'filename' => 'includes/cache-install.inc',
39736   'module' => '',
39737   'weight' => '0',
39738 ))
39739 ->values(array(
39740   'name' => 'DrupalGetQueryArrayTestCase',
39741   'type' => 'class',
39742   'filename' => 'modules/simpletest/tests/common.test',
39743   'module' => 'simpletest',
39744   'weight' => '0',
39745 ))
39746 ->values(array(
39747   'name' => 'DrupalGetRdfNamespacesTestCase',
39748   'type' => 'class',
39749   'filename' => 'modules/simpletest/tests/common.test',
39750   'module' => 'simpletest',
39751   'weight' => '0',
39752 ))
39753 ->values(array(
39754   'name' => 'DrupalGotoTest',
39755   'type' => 'class',
39756   'filename' => 'modules/simpletest/tests/common.test',
39757   'module' => 'simpletest',
39758   'weight' => '0',
39759 ))
39760 ->values(array(
39761   'name' => 'DrupalHTMLIdentifierTestCase',
39762   'type' => 'class',
39763   'filename' => 'modules/simpletest/tests/common.test',
39764   'module' => 'simpletest',
39765   'weight' => '0',
39766 ))
39767 ->values(array(
39768   'name' => 'DrupalHtmlToTextTestCase',
39769   'type' => 'class',
39770   'filename' => 'modules/simpletest/tests/mail.test',
39771   'module' => 'simpletest',
39772   'weight' => '0',
39773 ))
39774 ->values(array(
39775   'name' => 'DrupalHTTPRequestTestCase',
39776   'type' => 'class',
39777   'filename' => 'modules/simpletest/tests/common.test',
39778   'module' => 'simpletest',
39779   'weight' => '0',
39780 ))
39781 ->values(array(
39782   'name' => 'DrupalHTTPResponseStatusLineTest',
39783   'type' => 'class',
39784   'filename' => 'modules/simpletest/tests/common.test',
39785   'module' => 'simpletest',
39786   'weight' => '0',
39787 ))
39788 ->values(array(
39789   'name' => 'DrupalJSONTest',
39790   'type' => 'class',
39791   'filename' => 'modules/simpletest/tests/common.test',
39792   'module' => 'simpletest',
39793   'weight' => '0',
39794 ))
39795 ->values(array(
39796   'name' => 'DrupalLocalStreamWrapper',
39797   'type' => 'class',
39798   'filename' => 'includes/stream_wrappers.inc',
39799   'module' => '',
39800   'weight' => '0',
39801 ))
39802 ->values(array(
39803   'name' => 'DrupalMatchPathTestCase',
39804   'type' => 'class',
39805   'filename' => 'modules/simpletest/tests/path.test',
39806   'module' => 'simpletest',
39807   'weight' => '0',
39808 ))
39809 ->values(array(
39810   'name' => 'DrupalPrivateStreamWrapper',
39811   'type' => 'class',
39812   'filename' => 'includes/stream_wrappers.inc',
39813   'module' => '',
39814   'weight' => '0',
39815 ))
39816 ->values(array(
39817   'name' => 'DrupalPublicStreamWrapper',
39818   'type' => 'class',
39819   'filename' => 'includes/stream_wrappers.inc',
39820   'module' => '',
39821   'weight' => '0',
39822 ))
39823 ->values(array(
39824   'name' => 'DrupalQueue',
39825   'type' => 'class',
39826   'filename' => 'modules/system/system.queue.inc',
39827   'module' => 'system',
39828   'weight' => '0',
39829 ))
39830 ->values(array(
39831   'name' => 'DrupalQueueInterface',
39832   'type' => 'interface',
39833   'filename' => 'modules/system/system.queue.inc',
39834   'module' => 'system',
39835   'weight' => '0',
39836 ))
39837 ->values(array(
39838   'name' => 'DrupalReliableQueueInterface',
39839   'type' => 'interface',
39840   'filename' => 'modules/system/system.queue.inc',
39841   'module' => 'system',
39842   'weight' => '0',
39843 ))
39844 ->values(array(
39845   'name' => 'DrupalRenderTestCase',
39846   'type' => 'class',
39847   'filename' => 'modules/simpletest/tests/common.test',
39848   'module' => 'simpletest',
39849   'weight' => '0',
39850 ))
39851 ->values(array(
39852   'name' => 'DrupalSetContentTestCase',
39853   'type' => 'class',
39854   'filename' => 'modules/simpletest/tests/common.test',
39855   'module' => 'simpletest',
39856   'weight' => '0',
39857 ))
39858 ->values(array(
39859   'name' => 'DrupalSetMessageTest',
39860   'type' => 'class',
39861   'filename' => 'modules/system/system.test',
39862   'module' => 'system',
39863   'weight' => '0',
39864 ))
39865 ->values(array(
39866   'name' => 'DrupalStreamWrapperInterface',
39867   'type' => 'interface',
39868   'filename' => 'includes/stream_wrappers.inc',
39869   'module' => '',
39870   'weight' => '0',
39871 ))
39872 ->values(array(
39873   'name' => 'DrupalSystemListingTestCase',
39874   'type' => 'class',
39875   'filename' => 'modules/simpletest/tests/common.test',
39876   'module' => 'simpletest',
39877   'weight' => '0',
39878 ))
39879 ->values(array(
39880   'name' => 'DrupalTagsHandlingTestCase',
39881   'type' => 'class',
39882   'filename' => 'modules/simpletest/tests/common.test',
39883   'module' => 'simpletest',
39884   'weight' => '0',
39885 ))
39886 ->values(array(
39887   'name' => 'DrupalTemporaryStreamWrapper',
39888   'type' => 'class',
39889   'filename' => 'includes/stream_wrappers.inc',
39890   'module' => '',
39891   'weight' => '0',
39892 ))
39893 ->values(array(
39894   'name' => 'DrupalTestCase',
39895   'type' => 'class',
39896   'filename' => 'modules/simpletest/drupal_web_test_case.php',
39897   'module' => 'simpletest',
39898   'weight' => '0',
39899 ))
39900 ->values(array(
39901   'name' => 'DrupalUnitTestCase',
39902   'type' => 'class',
39903   'filename' => 'modules/simpletest/drupal_web_test_case.php',
39904   'module' => 'simpletest',
39905   'weight' => '0',
39906 ))
39907 ->values(array(
39908   'name' => 'DrupalUpdateException',
39909   'type' => 'class',
39910   'filename' => 'includes/update.inc',
39911   'module' => '',
39912   'weight' => '0',
39913 ))
39914 ->values(array(
39915   'name' => 'DrupalUpdaterInterface',
39916   'type' => 'interface',
39917   'filename' => 'includes/updater.inc',
39918   'module' => '',
39919   'weight' => '0',
39920 ))
39921 ->values(array(
39922   'name' => 'DrupalWebTestCase',
39923   'type' => 'class',
39924   'filename' => 'modules/simpletest/drupal_web_test_case.php',
39925   'module' => 'simpletest',
39926   'weight' => '0',
39927 ))
39928 ->values(array(
39929   'name' => 'EarlyBootstrapTestCase',
39930   'type' => 'class',
39931   'filename' => 'modules/simpletest/tests/boot.test',
39932   'module' => 'simpletest',
39933   'weight' => '0',
39934 ))
39935 ->values(array(
39936   'name' => 'EGPhoneNumberTestCase',
39937   'type' => 'class',
39938   'filename' => 'sites/all/modules/phone/tests/phone.eg.test',
39939   'module' => 'phone',
39940   'weight' => '0',
39941 ))
39942 ->values(array(
39943   'name' => 'EnableDisableTestCase',
39944   'type' => 'class',
39945   'filename' => 'modules/system/system.test',
39946   'module' => 'system',
39947   'weight' => '0',
39948 ))
39949 ->values(array(
39950   'name' => 'Entity',
39951   'type' => 'class',
39952   'filename' => 'sites/all/modules/entity/includes/entity.inc',
39953   'module' => 'entity',
39954   'weight' => '0',
39955 ))
39956 ->values(array(
39957   'name' => 'EntityAPICommentNodeAccessTestCase',
39958   'type' => 'class',
39959   'filename' => 'sites/all/modules/entity/entity.test',
39960   'module' => 'entity',
39961   'weight' => '0',
39962 ))
39963 ->values(array(
39964   'name' => 'EntityAPIController',
39965   'type' => 'class',
39966   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
39967   'module' => 'entity',
39968   'weight' => '0',
39969 ))
39970 ->values(array(
39971   'name' => 'EntityAPIControllerExportable',
39972   'type' => 'class',
39973   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
39974   'module' => 'entity',
39975   'weight' => '0',
39976 ))
39977 ->values(array(
39978   'name' => 'EntityAPIControllerInterface',
39979   'type' => 'interface',
39980   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
39981   'module' => 'entity',
39982   'weight' => '0',
39983 ))
39984 ->values(array(
39985   'name' => 'EntityAPIControllerRevisionableInterface',
39986   'type' => 'interface',
39987   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
39988   'module' => 'entity',
39989   'weight' => '0',
39990 ))
39991 ->values(array(
39992   'name' => 'EntityAPIi18nItegrationTestCase',
39993   'type' => 'class',
39994   'filename' => 'sites/all/modules/entity/entity.test',
39995   'module' => 'entity',
39996   'weight' => '0',
39997 ))
39998 ->values(array(
39999   'name' => 'EntityAPIRulesIntegrationTestCase',
40000   'type' => 'class',
40001   'filename' => 'sites/all/modules/entity/entity.test',
40002   'module' => 'entity',
40003   'weight' => '0',
40004 ))
40005 ->values(array(
40006   'name' => 'EntityAPITestCase',
40007   'type' => 'class',
40008   'filename' => 'sites/all/modules/entity/entity.test',
40009   'module' => 'entity',
40010   'weight' => '0',
40011 ))
40012 ->values(array(
40013   'name' => 'EntityBundleableUIController',
40014   'type' => 'class',
40015   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
40016   'module' => 'entity',
40017   'weight' => '0',
40018 ))
40019 ->values(array(
40020   'name' => 'EntityContentUIController',
40021   'type' => 'class',
40022   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
40023   'module' => 'entity',
40024   'weight' => '0',
40025 ))
40026 ->values(array(
40027   'name' => 'EntityCrudHookTestCase',
40028   'type' => 'class',
40029   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.test',
40030   'module' => 'simpletest',
40031   'weight' => '0',
40032 ))
40033 ->values(array(
40034   'name' => 'EntityDB',
40035   'type' => 'class',
40036   'filename' => 'sites/all/modules/entity/includes/entity.inc',
40037   'module' => 'entity',
40038   'weight' => '0',
40039 ))
40040 ->values(array(
40041   'name' => 'EntityDBExtendable',
40042   'type' => 'class',
40043   'filename' => 'sites/all/modules/entity/includes/entity.inc',
40044   'module' => 'entity',
40045   'weight' => '0',
40046 ))
40047 ->values(array(
40048   'name' => 'EntityDefaultExtraFieldsController',
40049   'type' => 'class',
40050   'filename' => 'sites/all/modules/entity/entity.info.inc',
40051   'module' => 'entity',
40052   'weight' => '0',
40053 ))
40054 ->values(array(
40055   'name' => 'EntityDefaultFeaturesController',
40056   'type' => 'class',
40057   'filename' => 'sites/all/modules/entity/entity.features.inc',
40058   'module' => 'entity',
40059   'weight' => '0',
40060 ))
40061 ->values(array(
40062   'name' => 'EntityDefaultI18nStringController',
40063   'type' => 'class',
40064   'filename' => 'sites/all/modules/entity/entity.i18n.inc',
40065   'module' => 'entity',
40066   'weight' => '0',
40067 ))
40068 ->values(array(
40069   'name' => 'EntityDefaultMetadataController',
40070   'type' => 'class',
40071   'filename' => 'sites/all/modules/entity/entity.info.inc',
40072   'module' => 'entity',
40073   'weight' => '0',
40074 ))
40075 ->values(array(
40076   'name' => 'EntityDefaultRulesController',
40077   'type' => 'class',
40078   'filename' => 'sites/all/modules/entity/entity.rules.inc',
40079   'module' => 'entity',
40080   'weight' => '0',
40081 ))
40082 ->values(array(
40083   'name' => 'EntityDefaultUIController',
40084   'type' => 'class',
40085   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
40086   'module' => 'entity',
40087   'weight' => '0',
40088 ))
40089 ->values(array(
40090   'name' => 'EntityDefaultViewsController',
40091   'type' => 'class',
40092   'filename' => 'sites/all/modules/entity/views/entity.views.inc',
40093   'module' => 'entity',
40094   'weight' => '0',
40095 ))
40096 ->values(array(
40097   'name' => 'EntityDrupalWrapper',
40098   'type' => 'class',
40099   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
40100   'module' => 'entity',
40101   'weight' => '0',
40102 ))
40103 ->values(array(
40104   'name' => 'EntityExtendable',
40105   'type' => 'class',
40106   'filename' => 'sites/all/modules/entity/includes/entity.inc',
40107   'module' => 'entity',
40108   'weight' => '0',
40109 ))
40110 ->values(array(
40111   'name' => 'EntityExtraFieldsControllerInterface',
40112   'type' => 'interface',
40113   'filename' => 'sites/all/modules/entity/entity.info.inc',
40114   'module' => 'entity',
40115   'weight' => '0',
40116 ))
40117 ->values(array(
40118   'name' => 'EntityFieldHandlerHelper',
40119   'type' => 'class',
40120   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_field_handler_helper.inc',
40121   'module' => 'entity',
40122   'weight' => '0',
40123 ))
40124 ->values(array(
40125   'name' => 'EntityFieldQuery',
40126   'type' => 'class',
40127   'filename' => 'includes/entity.inc',
40128   'module' => '',
40129   'weight' => '0',
40130 ))
40131 ->values(array(
40132   'name' => 'EntityFieldQueryException',
40133   'type' => 'class',
40134   'filename' => 'includes/entity.inc',
40135   'module' => '',
40136   'weight' => '0',
40137 ))
40138 ->values(array(
40139   'name' => 'EntityFieldQueryTestCase',
40140   'type' => 'class',
40141   'filename' => 'modules/simpletest/tests/entity_query.test',
40142   'module' => 'simpletest',
40143   'weight' => '0',
40144 ))
40145 ->values(array(
40146   'name' => 'EntityLoadTestCase',
40147   'type' => 'class',
40148   'filename' => 'modules/simpletest/tests/entity_crud.test',
40149   'module' => 'simpletest',
40150   'weight' => '0',
40151 ))
40152 ->values(array(
40153   'name' => 'EntityMalformedException',
40154   'type' => 'class',
40155   'filename' => 'includes/entity.inc',
40156   'module' => '',
40157   'weight' => '0',
40158 ))
40159 ->values(array(
40160   'name' => 'EntityMetadataArrayObject',
40161   'type' => 'class',
40162   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
40163   'module' => 'entity',
40164   'weight' => '0',
40165 ))
40166 ->values(array(
40167   'name' => 'EntityMetadataIntegrationTestCase',
40168   'type' => 'class',
40169   'filename' => 'sites/all/modules/entity/entity.test',
40170   'module' => 'entity',
40171   'weight' => '0',
40172 ))
40173 ->values(array(
40174   'name' => 'EntityMetadataNodeAccessTestCase',
40175   'type' => 'class',
40176   'filename' => 'sites/all/modules/entity/entity.test',
40177   'module' => 'entity',
40178   'weight' => '0',
40179 ))
40180 ->values(array(
40181   'name' => 'EntityMetadataNodeCreateAccessTestCase',
40182   'type' => 'class',
40183   'filename' => 'sites/all/modules/entity/entity.test',
40184   'module' => 'entity',
40185   'weight' => '0',
40186 ))
40187 ->values(array(
40188   'name' => 'EntityMetadataNodeRevisionAccessTestCase',
40189   'type' => 'class',
40190   'filename' => 'sites/all/modules/entity/entity.test',
40191   'module' => 'entity',
40192   'weight' => '0',
40193 ))
40194 ->values(array(
40195   'name' => 'EntityMetadataTestCase',
40196   'type' => 'class',
40197   'filename' => 'sites/all/modules/entity/entity.test',
40198   'module' => 'entity',
40199   'weight' => '0',
40200 ))
40201 ->values(array(
40202   'name' => 'EntityMetadataWrapper',
40203   'type' => 'class',
40204   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
40205   'module' => 'entity',
40206   'weight' => '0',
40207 ))
40208 ->values(array(
40209   'name' => 'EntityMetadataWrapperException',
40210   'type' => 'class',
40211   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
40212   'module' => 'entity',
40213   'weight' => '0',
40214 ))
40215 ->values(array(
40216   'name' => 'EntityMetadataWrapperIterator',
40217   'type' => 'class',
40218   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
40219   'module' => 'entity',
40220   'weight' => '0',
40221 ))
40222 ->values(array(
40223   'name' => 'EntityPropertiesTestCase',
40224   'type' => 'class',
40225   'filename' => 'modules/field/tests/field.test',
40226   'module' => 'field',
40227   'weight' => '0',
40228 ))
40229 ->values(array(
40230   'name' => 'EntityReferenceAdminTestCase',
40231   'type' => 'class',
40232   'filename' => 'sites/all/modules/entityreference/tests/entityreference.admin.test',
40233   'module' => 'entityreference',
40234   'weight' => '0',
40235 ))
40236 ->values(array(
40237   'name' => 'EntityReferenceBehavior_TaxonomyIndex',
40238   'type' => 'class',
40239   'filename' => 'sites/all/modules/entityreference/plugins/behavior/EntityReferenceBehavior_TaxonomyIndex.class.php',
40240   'module' => 'entityreference',
40241   'weight' => '0',
40242 ))
40243 ->values(array(
40244   'name' => 'EntityReferenceHandlersTestCase',
40245   'type' => 'class',
40246   'filename' => 'sites/all/modules/entityreference/tests/entityreference.handlers.test',
40247   'module' => 'entityreference',
40248   'weight' => '0',
40249 ))
40250 ->values(array(
40251   'name' => 'EntityReferenceTaxonomyTestCase',
40252   'type' => 'class',
40253   'filename' => 'sites/all/modules/entityreference/tests/entityreference.taxonomy.test',
40254   'module' => 'entityreference',
40255   'weight' => '0',
40256 ))
40257 ->values(array(
40258   'name' => 'EntityReference_BehaviorHandler',
40259   'type' => 'interface',
40260   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
40261   'module' => 'entityreference',
40262   'weight' => '0',
40263 ))
40264 ->values(array(
40265   'name' => 'EntityReference_BehaviorHandler_Abstract',
40266   'type' => 'class',
40267   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
40268   'module' => 'entityreference',
40269   'weight' => '0',
40270 ))
40271 ->values(array(
40272   'name' => 'EntityReference_BehaviorHandler_Broken',
40273   'type' => 'class',
40274   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
40275   'module' => 'entityreference',
40276   'weight' => '0',
40277 ))
40278 ->values(array(
40279   'name' => 'entityreference_plugin_display',
40280   'type' => 'class',
40281   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_display.inc',
40282   'module' => 'entityreference',
40283   'weight' => '0',
40284 ))
40285 ->values(array(
40286   'name' => 'entityreference_plugin_row_fields',
40287   'type' => 'class',
40288   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_row_fields.inc',
40289   'module' => 'entityreference',
40290   'weight' => '0',
40291 ))
40292 ->values(array(
40293   'name' => 'entityreference_plugin_style',
40294   'type' => 'class',
40295   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_style.inc',
40296   'module' => 'entityreference',
40297   'weight' => '0',
40298 ))
40299 ->values(array(
40300   'name' => 'EntityReference_SelectionHandler',
40301   'type' => 'interface',
40302   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
40303   'module' => 'entityreference',
40304   'weight' => '0',
40305 ))
40306 ->values(array(
40307   'name' => 'EntityReference_SelectionHandler_Broken',
40308   'type' => 'class',
40309   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
40310   'module' => 'entityreference',
40311   'weight' => '0',
40312 ))
40313 ->values(array(
40314   'name' => 'EntityReference_SelectionHandler_Generic',
40315   'type' => 'class',
40316   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
40317   'module' => 'entityreference',
40318   'weight' => '0',
40319 ))
40320 ->values(array(
40321   'name' => 'EntityReference_SelectionHandler_Generic_comment',
40322   'type' => 'class',
40323   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
40324   'module' => 'entityreference',
40325   'weight' => '0',
40326 ))
40327 ->values(array(
40328   'name' => 'EntityReference_SelectionHandler_Generic_file',
40329   'type' => 'class',
40330   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
40331   'module' => 'entityreference',
40332   'weight' => '0',
40333 ))
40334 ->values(array(
40335   'name' => 'EntityReference_SelectionHandler_Generic_node',
40336   'type' => 'class',
40337   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
40338   'module' => 'entityreference',
40339   'weight' => '0',
40340 ))
40341 ->values(array(
40342   'name' => 'EntityReference_SelectionHandler_Generic_taxonomy_term',
40343   'type' => 'class',
40344   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
40345   'module' => 'entityreference',
40346   'weight' => '0',
40347 ))
40348 ->values(array(
40349   'name' => 'EntityReference_SelectionHandler_Generic_user',
40350   'type' => 'class',
40351   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
40352   'module' => 'entityreference',
40353   'weight' => '0',
40354 ))
40355 ->values(array(
40356   'name' => 'EntityStructureWrapper',
40357   'type' => 'class',
40358   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
40359   'module' => 'entity',
40360   'weight' => '0',
40361 ))
40362 ->values(array(
40363   'name' => 'EntityTokenTestCase',
40364   'type' => 'class',
40365   'filename' => 'sites/all/modules/entity/entity.test',
40366   'module' => 'entity',
40367   'weight' => '0',
40368 ))
40369 ->values(array(
40370   'name' => 'EntityTranslationCommentHandler',
40371   'type' => 'class',
40372   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.comment.inc',
40373   'module' => 'entity_translation',
40374   'weight' => '11',
40375 ))
40376 ->values(array(
40377   'name' => 'EntityTranslationDefaultHandler',
40378   'type' => 'class',
40379   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.inc',
40380   'module' => 'entity_translation',
40381   'weight' => '11',
40382 ))
40383 ->values(array(
40384   'name' => 'EntityTranslationHandlerFactory',
40385   'type' => 'class',
40386   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler_factory.inc',
40387   'module' => 'entity_translation',
40388   'weight' => '11',
40389 ))
40390 ->values(array(
40391   'name' => 'EntityTranslationHandlerInterface',
40392   'type' => 'interface',
40393   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.inc',
40394   'module' => 'entity_translation',
40395   'weight' => '11',
40396 ))
40397 ->values(array(
40398   'name' => 'EntityTranslationNodeHandler',
40399   'type' => 'class',
40400   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.node.inc',
40401   'module' => 'entity_translation',
40402   'weight' => '11',
40403 ))
40404 ->values(array(
40405   'name' => 'EntityTranslationTaxonomyTermHandler',
40406   'type' => 'class',
40407   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.taxonomy_term.inc',
40408   'module' => 'entity_translation',
40409   'weight' => '11',
40410 ))
40411 ->values(array(
40412   'name' => 'EntityTranslationUserHandler',
40413   'type' => 'class',
40414   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.user.inc',
40415   'module' => 'entity_translation',
40416   'weight' => '11',
40417 ))
40418 ->values(array(
40419   'name' => 'EntityValueWrapper',
40420   'type' => 'class',
40421   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
40422   'module' => 'entity',
40423   'weight' => '0',
40424 ))
40425 ->values(array(
40426   'name' => 'EntityWebTestCase',
40427   'type' => 'class',
40428   'filename' => 'sites/all/modules/entity/entity.test',
40429   'module' => 'entity',
40430   'weight' => '0',
40431 ))
40432 ->values(array(
40433   'name' => 'entity_translation_handler_field_field',
40434   'type' => 'class',
40435   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_field_field.inc',
40436   'module' => 'entity_translation',
40437   'weight' => '11',
40438 ))
40439 ->values(array(
40440   'name' => 'entity_translation_handler_field_label',
40441   'type' => 'class',
40442   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_field_label.inc',
40443   'module' => 'entity_translation',
40444   'weight' => '11',
40445 ))
40446 ->values(array(
40447   'name' => 'entity_translation_handler_field_translate_link',
40448   'type' => 'class',
40449   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_field_translate_link.inc',
40450   'module' => 'entity_translation',
40451   'weight' => '11',
40452 ))
40453 ->values(array(
40454   'name' => 'entity_translation_handler_filter_entity_type',
40455   'type' => 'class',
40456   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_filter_entity_type.inc',
40457   'module' => 'entity_translation',
40458   'weight' => '11',
40459 ))
40460 ->values(array(
40461   'name' => 'entity_translation_handler_filter_language',
40462   'type' => 'class',
40463   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_filter_language.inc',
40464   'module' => 'entity_translation',
40465   'weight' => '11',
40466 ))
40467 ->values(array(
40468   'name' => 'entity_translation_handler_filter_translation_exists',
40469   'type' => 'class',
40470   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_filter_translation_exists.inc',
40471   'module' => 'entity_translation',
40472   'weight' => '11',
40473 ))
40474 ->values(array(
40475   'name' => 'entity_translation_handler_relationship',
40476   'type' => 'class',
40477   'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_relationship.inc',
40478   'module' => 'entity_translation',
40479   'weight' => '11',
40480 ))
40481 ->values(array(
40482   'name' => 'entity_views_handler_area_entity',
40483   'type' => 'class',
40484   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_area_entity.inc',
40485   'module' => 'entity',
40486   'weight' => '0',
40487 ))
40488 ->values(array(
40489   'name' => 'entity_views_handler_field_boolean',
40490   'type' => 'class',
40491   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_boolean.inc',
40492   'module' => 'entity',
40493   'weight' => '0',
40494 ))
40495 ->values(array(
40496   'name' => 'entity_views_handler_field_date',
40497   'type' => 'class',
40498   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_date.inc',
40499   'module' => 'entity',
40500   'weight' => '0',
40501 ))
40502 ->values(array(
40503   'name' => 'entity_views_handler_field_duration',
40504   'type' => 'class',
40505   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_duration.inc',
40506   'module' => 'entity',
40507   'weight' => '0',
40508 ))
40509 ->values(array(
40510   'name' => 'entity_views_handler_field_entity',
40511   'type' => 'class',
40512   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_entity.inc',
40513   'module' => 'entity',
40514   'weight' => '0',
40515 ))
40516 ->values(array(
40517   'name' => 'entity_views_handler_field_field',
40518   'type' => 'class',
40519   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_field.inc',
40520   'module' => 'entity',
40521   'weight' => '0',
40522 ))
40523 ->values(array(
40524   'name' => 'entity_views_handler_field_numeric',
40525   'type' => 'class',
40526   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_numeric.inc',
40527   'module' => 'entity',
40528   'weight' => '0',
40529 ))
40530 ->values(array(
40531   'name' => 'entity_views_handler_field_options',
40532   'type' => 'class',
40533   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_options.inc',
40534   'module' => 'entity',
40535   'weight' => '0',
40536 ))
40537 ->values(array(
40538   'name' => 'entity_views_handler_field_text',
40539   'type' => 'class',
40540   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_text.inc',
40541   'module' => 'entity',
40542   'weight' => '0',
40543 ))
40544 ->values(array(
40545   'name' => 'entity_views_handler_field_uri',
40546   'type' => 'class',
40547   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_uri.inc',
40548   'module' => 'entity',
40549   'weight' => '0',
40550 ))
40551 ->values(array(
40552   'name' => 'entity_views_handler_relationship',
40553   'type' => 'class',
40554   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship.inc',
40555   'module' => 'entity',
40556   'weight' => '0',
40557 ))
40558 ->values(array(
40559   'name' => 'entity_views_handler_relationship_by_bundle',
40560   'type' => 'class',
40561   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship_by_bundle.inc',
40562   'module' => 'entity',
40563   'weight' => '0',
40564 ))
40565 ->values(array(
40566   'name' => 'entity_views_plugin_row_entity_view',
40567   'type' => 'class',
40568   'filename' => 'sites/all/modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc',
40569   'module' => 'entity',
40570   'weight' => '0',
40571 ))
40572 ->values(array(
40573   'name' => 'ESPhoneNumberTestCase',
40574   'type' => 'class',
40575   'filename' => 'sites/all/modules/phone/tests/phone.es.test',
40576   'module' => 'phone',
40577   'weight' => '0',
40578 ))
40579 ->values(array(
40580   'name' => 'FakeRecord',
40581   'type' => 'class',
40582   'filename' => 'modules/simpletest/tests/database_test.test',
40583   'module' => 'simpletest',
40584   'weight' => '0',
40585 ))
40586 ->values(array(
40587   'name' => 'FeedIconTest',
40588   'type' => 'class',
40589   'filename' => 'modules/simpletest/tests/common.test',
40590   'module' => 'simpletest',
40591   'weight' => '0',
40592 ))
40593 ->values(array(
40594   'name' => 'FeedParserTestCase',
40595   'type' => 'class',
40596   'filename' => 'modules/aggregator/aggregator.test',
40597   'module' => 'aggregator',
40598   'weight' => '0',
40599 ))
40600 ->values(array(
40601   'name' => 'FeedsMapperFieldTestCase',
40602   'type' => 'class',
40603   'filename' => 'sites/all/modules/entityreference/tests/entityreference.feeds.test',
40604   'module' => 'entityreference',
40605   'weight' => '0',
40606 ))
40607 ->values(array(
40608   'name' => 'FieldAttachOtherTestCase',
40609   'type' => 'class',
40610   'filename' => 'modules/field/tests/field.test',
40611   'module' => 'field',
40612   'weight' => '0',
40613 ))
40614 ->values(array(
40615   'name' => 'FieldAttachStorageTestCase',
40616   'type' => 'class',
40617   'filename' => 'modules/field/tests/field.test',
40618   'module' => 'field',
40619   'weight' => '0',
40620 ))
40621 ->values(array(
40622   'name' => 'FieldAttachTestCase',
40623   'type' => 'class',
40624   'filename' => 'modules/field/tests/field.test',
40625   'module' => 'field',
40626   'weight' => '0',
40627 ))
40628 ->values(array(
40629   'name' => 'FieldBulkDeleteTestCase',
40630   'type' => 'class',
40631   'filename' => 'modules/field/tests/field.test',
40632   'module' => 'field',
40633   'weight' => '0',
40634 ))
40635 ->values(array(
40636   'name' => 'FieldCrudTestCase',
40637   'type' => 'class',
40638   'filename' => 'modules/field/tests/field.test',
40639   'module' => 'field',
40640   'weight' => '0',
40641 ))
40642 ->values(array(
40643   'name' => 'FieldDisplayAPITestCase',
40644   'type' => 'class',
40645   'filename' => 'modules/field/tests/field.test',
40646   'module' => 'field',
40647   'weight' => '0',
40648 ))
40649 ->values(array(
40650   'name' => 'FieldException',
40651   'type' => 'class',
40652   'filename' => 'modules/field/field.module',
40653   'module' => 'field',
40654   'weight' => '0',
40655 ))
40656 ->values(array(
40657   'name' => 'FieldFormTestCase',
40658   'type' => 'class',
40659   'filename' => 'modules/field/tests/field.test',
40660   'module' => 'field',
40661   'weight' => '0',
40662 ))
40663 ->values(array(
40664   'name' => 'FieldInfo',
40665   'type' => 'class',
40666   'filename' => 'modules/field/field.info.class.inc',
40667   'module' => 'field',
40668   'weight' => '0',
40669 ))
40670 ->values(array(
40671   'name' => 'FieldInfoTestCase',
40672   'type' => 'class',
40673   'filename' => 'modules/field/tests/field.test',
40674   'module' => 'field',
40675   'weight' => '0',
40676 ))
40677 ->values(array(
40678   'name' => 'FieldInstanceCrudTestCase',
40679   'type' => 'class',
40680   'filename' => 'modules/field/tests/field.test',
40681   'module' => 'field',
40682   'weight' => '0',
40683 ))
40684 ->values(array(
40685   'name' => 'FieldsOverlapException',
40686   'type' => 'class',
40687   'filename' => 'includes/database/database.inc',
40688   'module' => '',
40689   'weight' => '0',
40690 ))
40691 ->values(array(
40692   'name' => 'FieldSqlStorageTestCase',
40693   'type' => 'class',
40694   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.test',
40695   'module' => 'field_sql_storage',
40696   'weight' => '0',
40697 ))
40698 ->values(array(
40699   'name' => 'FieldTestCase',
40700   'type' => 'class',
40701   'filename' => 'modules/field/tests/field.test',
40702   'module' => 'field',
40703   'weight' => '0',
40704 ))
40705 ->values(array(
40706   'name' => 'FieldTranslationsTestCase',
40707   'type' => 'class',
40708   'filename' => 'modules/field/tests/field.test',
40709   'module' => 'field',
40710   'weight' => '0',
40711 ))
40712 ->values(array(
40713   'name' => 'FieldUIAlterTestCase',
40714   'type' => 'class',
40715   'filename' => 'modules/field_ui/field_ui.test',
40716   'module' => 'field_ui',
40717   'weight' => '0',
40718 ))
40719 ->values(array(
40720   'name' => 'FieldUIManageDisplayTestCase',
40721   'type' => 'class',
40722   'filename' => 'modules/field_ui/field_ui.test',
40723   'module' => 'field_ui',
40724   'weight' => '0',
40725 ))
40726 ->values(array(
40727   'name' => 'FieldUIManageFieldsTestCase',
40728   'type' => 'class',
40729   'filename' => 'modules/field_ui/field_ui.test',
40730   'module' => 'field_ui',
40731   'weight' => '0',
40732 ))
40733 ->values(array(
40734   'name' => 'FieldUITestCase',
40735   'type' => 'class',
40736   'filename' => 'modules/field_ui/field_ui.test',
40737   'module' => 'field_ui',
40738   'weight' => '0',
40739 ))
40740 ->values(array(
40741   'name' => 'FieldUpdateForbiddenException',
40742   'type' => 'class',
40743   'filename' => 'modules/field/field.module',
40744   'module' => 'field',
40745   'weight' => '0',
40746 ))
40747 ->values(array(
40748   'name' => 'FieldUpdatePathTestCase',
40749   'type' => 'class',
40750   'filename' => 'modules/simpletest/tests/upgrade/update.field.test',
40751   'module' => 'simpletest',
40752   'weight' => '0',
40753 ))
40754 ->values(array(
40755   'name' => 'FieldValidationException',
40756   'type' => 'class',
40757   'filename' => 'modules/field/field.attach.inc',
40758   'module' => 'field',
40759   'weight' => '0',
40760 ))
40761 ->values(array(
40762   'name' => 'FileCopyTest',
40763   'type' => 'class',
40764   'filename' => 'modules/simpletest/tests/file.test',
40765   'module' => 'simpletest',
40766   'weight' => '0',
40767 ))
40768 ->values(array(
40769   'name' => 'FileDeleteTest',
40770   'type' => 'class',
40771   'filename' => 'modules/simpletest/tests/file.test',
40772   'module' => 'simpletest',
40773   'weight' => '0',
40774 ))
40775 ->values(array(
40776   'name' => 'FileDirectoryTest',
40777   'type' => 'class',
40778   'filename' => 'modules/simpletest/tests/file.test',
40779   'module' => 'simpletest',
40780   'weight' => '0',
40781 ))
40782 ->values(array(
40783   'name' => 'FileDownloadTest',
40784   'type' => 'class',
40785   'filename' => 'modules/simpletest/tests/file.test',
40786   'module' => 'simpletest',
40787   'weight' => '0',
40788 ))
40789 ->values(array(
40790   'name' => 'FileFieldDisplayTestCase',
40791   'type' => 'class',
40792   'filename' => 'modules/file/tests/file.test',
40793   'module' => 'file',
40794   'weight' => '0',
40795 ))
40796 ->values(array(
40797   'name' => 'FileFieldPathTestCase',
40798   'type' => 'class',
40799   'filename' => 'modules/file/tests/file.test',
40800   'module' => 'file',
40801   'weight' => '0',
40802 ))
40803 ->values(array(
40804   'name' => 'FileFieldRevisionTestCase',
40805   'type' => 'class',
40806   'filename' => 'modules/file/tests/file.test',
40807   'module' => 'file',
40808   'weight' => '0',
40809 ))
40810 ->values(array(
40811   'name' => 'FileFieldTestCase',
40812   'type' => 'class',
40813   'filename' => 'modules/file/tests/file.test',
40814   'module' => 'file',
40815   'weight' => '0',
40816 ))
40817 ->values(array(
40818   'name' => 'FileFieldValidateTestCase',
40819   'type' => 'class',
40820   'filename' => 'modules/file/tests/file.test',
40821   'module' => 'file',
40822   'weight' => '0',
40823 ))
40824 ->values(array(
40825   'name' => 'FileFieldWidgetTestCase',
40826   'type' => 'class',
40827   'filename' => 'modules/file/tests/file.test',
40828   'module' => 'file',
40829   'weight' => '0',
40830 ))
40831 ->values(array(
40832   'name' => 'FileHookTestCase',
40833   'type' => 'class',
40834   'filename' => 'modules/simpletest/tests/file.test',
40835   'module' => 'simpletest',
40836   'weight' => '0',
40837 ))
40838 ->values(array(
40839   'name' => 'FileLoadTest',
40840   'type' => 'class',
40841   'filename' => 'modules/simpletest/tests/file.test',
40842   'module' => 'simpletest',
40843   'weight' => '0',
40844 ))
40845 ->values(array(
40846   'name' => 'FileManagedFileElementTestCase',
40847   'type' => 'class',
40848   'filename' => 'modules/file/tests/file.test',
40849   'module' => 'file',
40850   'weight' => '0',
40851 ))
40852 ->values(array(
40853   'name' => 'FileMimeTypeTest',
40854   'type' => 'class',
40855   'filename' => 'modules/simpletest/tests/file.test',
40856   'module' => 'simpletest',
40857   'weight' => '0',
40858 ))
40859 ->values(array(
40860   'name' => 'FileMoveTest',
40861   'type' => 'class',
40862   'filename' => 'modules/simpletest/tests/file.test',
40863   'module' => 'simpletest',
40864   'weight' => '0',
40865 ))
40866 ->values(array(
40867   'name' => 'FileNameMungingTest',
40868   'type' => 'class',
40869   'filename' => 'modules/simpletest/tests/file.test',
40870   'module' => 'simpletest',
40871   'weight' => '0',
40872 ))
40873 ->values(array(
40874   'name' => 'FilePrivateTestCase',
40875   'type' => 'class',
40876   'filename' => 'modules/file/tests/file.test',
40877   'module' => 'file',
40878   'weight' => '0',
40879 ))
40880 ->values(array(
40881   'name' => 'FileSaveDataTest',
40882   'type' => 'class',
40883   'filename' => 'modules/simpletest/tests/file.test',
40884   'module' => 'simpletest',
40885   'weight' => '0',
40886 ))
40887 ->values(array(
40888   'name' => 'FileSaveTest',
40889   'type' => 'class',
40890   'filename' => 'modules/simpletest/tests/file.test',
40891   'module' => 'simpletest',
40892   'weight' => '0',
40893 ))
40894 ->values(array(
40895   'name' => 'FileSaveUploadTest',
40896   'type' => 'class',
40897   'filename' => 'modules/simpletest/tests/file.test',
40898   'module' => 'simpletest',
40899   'weight' => '0',
40900 ))
40901 ->values(array(
40902   'name' => 'FileScanDirectoryTest',
40903   'type' => 'class',
40904   'filename' => 'modules/simpletest/tests/file.test',
40905   'module' => 'simpletest',
40906   'weight' => '0',
40907 ))
40908 ->values(array(
40909   'name' => 'FileSpaceUsedTest',
40910   'type' => 'class',
40911   'filename' => 'modules/simpletest/tests/file.test',
40912   'module' => 'simpletest',
40913   'weight' => '0',
40914 ))
40915 ->values(array(
40916   'name' => 'FileTaxonomyTermTestCase',
40917   'type' => 'class',
40918   'filename' => 'modules/file/tests/file.test',
40919   'module' => 'file',
40920   'weight' => '0',
40921 ))
40922 ->values(array(
40923   'name' => 'FileTestCase',
40924   'type' => 'class',
40925   'filename' => 'modules/simpletest/tests/file.test',
40926   'module' => 'simpletest',
40927   'weight' => '0',
40928 ))
40929 ->values(array(
40930   'name' => 'FileTokenReplaceTestCase',
40931   'type' => 'class',
40932   'filename' => 'modules/file/tests/file.test',
40933   'module' => 'file',
40934   'weight' => '0',
40935 ))
40936 ->values(array(
40937   'name' => 'FileTranferTest',
40938   'type' => 'class',
40939   'filename' => 'modules/simpletest/tests/filetransfer.test',
40940   'module' => 'simpletest',
40941   'weight' => '0',
40942 ))
40943 ->values(array(
40944   'name' => 'FileTransfer',
40945   'type' => 'class',
40946   'filename' => 'includes/filetransfer/filetransfer.inc',
40947   'module' => '',
40948   'weight' => '0',
40949 ))
40950 ->values(array(
40951   'name' => 'FileTransferChmodInterface',
40952   'type' => 'interface',
40953   'filename' => 'includes/filetransfer/filetransfer.inc',
40954   'module' => '',
40955   'weight' => '0',
40956 ))
40957 ->values(array(
40958   'name' => 'FileTransferException',
40959   'type' => 'class',
40960   'filename' => 'includes/filetransfer/filetransfer.inc',
40961   'module' => '',
40962   'weight' => '0',
40963 ))
40964 ->values(array(
40965   'name' => 'FileTransferFTP',
40966   'type' => 'class',
40967   'filename' => 'includes/filetransfer/ftp.inc',
40968   'module' => '',
40969   'weight' => '0',
40970 ))
40971 ->values(array(
40972   'name' => 'FileTransferFTPExtension',
40973   'type' => 'class',
40974   'filename' => 'includes/filetransfer/ftp.inc',
40975   'module' => '',
40976   'weight' => '0',
40977 ))
40978 ->values(array(
40979   'name' => 'FileTransferLocal',
40980   'type' => 'class',
40981   'filename' => 'includes/filetransfer/local.inc',
40982   'module' => '',
40983   'weight' => '0',
40984 ))
40985 ->values(array(
40986   'name' => 'FileTransferSSH',
40987   'type' => 'class',
40988   'filename' => 'includes/filetransfer/ssh.inc',
40989   'module' => '',
40990   'weight' => '0',
40991 ))
40992 ->values(array(
40993   'name' => 'FileUnmanagedCopyTest',
40994   'type' => 'class',
40995   'filename' => 'modules/simpletest/tests/file.test',
40996   'module' => 'simpletest',
40997   'weight' => '0',
40998 ))
40999 ->values(array(
41000   'name' => 'FileUnmanagedDeleteRecursiveTest',
41001   'type' => 'class',
41002   'filename' => 'modules/simpletest/tests/file.test',
41003   'module' => 'simpletest',
41004   'weight' => '0',
41005 ))
41006 ->values(array(
41007   'name' => 'FileUnmanagedDeleteTest',
41008   'type' => 'class',
41009   'filename' => 'modules/simpletest/tests/file.test',
41010   'module' => 'simpletest',
41011   'weight' => '0',
41012 ))
41013 ->values(array(
41014   'name' => 'FileUnmanagedMoveTest',
41015   'type' => 'class',
41016   'filename' => 'modules/simpletest/tests/file.test',
41017   'module' => 'simpletest',
41018   'weight' => '0',
41019 ))
41020 ->values(array(
41021   'name' => 'FileUnmanagedSaveDataTest',
41022   'type' => 'class',
41023   'filename' => 'modules/simpletest/tests/file.test',
41024   'module' => 'simpletest',
41025   'weight' => '0',
41026 ))
41027 ->values(array(
41028   'name' => 'FileURLRewritingTest',
41029   'type' => 'class',
41030   'filename' => 'modules/simpletest/tests/file.test',
41031   'module' => 'simpletest',
41032   'weight' => '0',
41033 ))
41034 ->values(array(
41035   'name' => 'FileUsageTest',
41036   'type' => 'class',
41037   'filename' => 'modules/simpletest/tests/file.test',
41038   'module' => 'simpletest',
41039   'weight' => '0',
41040 ))
41041 ->values(array(
41042   'name' => 'FileValidateTest',
41043   'type' => 'class',
41044   'filename' => 'modules/simpletest/tests/file.test',
41045   'module' => 'simpletest',
41046   'weight' => '0',
41047 ))
41048 ->values(array(
41049   'name' => 'FileValidatorTest',
41050   'type' => 'class',
41051   'filename' => 'modules/simpletest/tests/file.test',
41052   'module' => 'simpletest',
41053   'weight' => '0',
41054 ))
41055 ->values(array(
41056   'name' => 'FilledMinimalUpdatePath',
41057   'type' => 'class',
41058   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
41059   'module' => 'simpletest',
41060   'weight' => '0',
41061 ))
41062 ->values(array(
41063   'name' => 'FilledStandardUpdatePath',
41064   'type' => 'class',
41065   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
41066   'module' => 'simpletest',
41067   'weight' => '0',
41068 ))
41069 ->values(array(
41070   'name' => 'FilterAdminTestCase',
41071   'type' => 'class',
41072   'filename' => 'modules/filter/filter.test',
41073   'module' => 'filter',
41074   'weight' => '0',
41075 ))
41076 ->values(array(
41077   'name' => 'FilterCRUDTestCase',
41078   'type' => 'class',
41079   'filename' => 'modules/filter/filter.test',
41080   'module' => 'filter',
41081   'weight' => '0',
41082 ))
41083 ->values(array(
41084   'name' => 'FilterDefaultFormatTestCase',
41085   'type' => 'class',
41086   'filename' => 'modules/filter/filter.test',
41087   'module' => 'filter',
41088   'weight' => '0',
41089 ))
41090 ->values(array(
41091   'name' => 'FilterDOMSerializeTestCase',
41092   'type' => 'class',
41093   'filename' => 'modules/filter/filter.test',
41094   'module' => 'filter',
41095   'weight' => '0',
41096 ))
41097 ->values(array(
41098   'name' => 'FilterFormatAccessTestCase',
41099   'type' => 'class',
41100   'filename' => 'modules/filter/filter.test',
41101   'module' => 'filter',
41102   'weight' => '0',
41103 ))
41104 ->values(array(
41105   'name' => 'FilterFormatUpgradePathTestCase',
41106   'type' => 'class',
41107   'filename' => 'modules/simpletest/tests/upgrade/upgrade.filter.test',
41108   'module' => 'simpletest',
41109   'weight' => '0',
41110 ))
41111 ->values(array(
41112   'name' => 'FilterHooksTestCase',
41113   'type' => 'class',
41114   'filename' => 'modules/filter/filter.test',
41115   'module' => 'filter',
41116   'weight' => '0',
41117 ))
41118 ->values(array(
41119   'name' => 'FilterNoFormatTestCase',
41120   'type' => 'class',
41121   'filename' => 'modules/filter/filter.test',
41122   'module' => 'filter',
41123   'weight' => '0',
41124 ))
41125 ->values(array(
41126   'name' => 'FilterSecurityTestCase',
41127   'type' => 'class',
41128   'filename' => 'modules/filter/filter.test',
41129   'module' => 'filter',
41130   'weight' => '0',
41131 ))
41132 ->values(array(
41133   'name' => 'FilterSettingsTestCase',
41134   'type' => 'class',
41135   'filename' => 'modules/filter/filter.test',
41136   'module' => 'filter',
41137   'weight' => '0',
41138 ))
41139 ->values(array(
41140   'name' => 'FilterUnitTestCase',
41141   'type' => 'class',
41142   'filename' => 'modules/filter/filter.test',
41143   'module' => 'filter',
41144   'weight' => '0',
41145 ))
41146 ->values(array(
41147   'name' => 'FloodFunctionalTest',
41148   'type' => 'class',
41149   'filename' => 'modules/system/system.test',
41150   'module' => 'system',
41151   'weight' => '0',
41152 ))
41153 ->values(array(
41154   'name' => 'FormAlterTestCase',
41155   'type' => 'class',
41156   'filename' => 'modules/simpletest/tests/form.test',
41157   'module' => 'simpletest',
41158   'weight' => '0',
41159 ))
41160 ->values(array(
41161   'name' => 'FormatDateUnitTest',
41162   'type' => 'class',
41163   'filename' => 'modules/simpletest/tests/common.test',
41164   'module' => 'simpletest',
41165   'weight' => '0',
41166 ))
41167 ->values(array(
41168   'name' => 'FormCheckboxTestCase',
41169   'type' => 'class',
41170   'filename' => 'modules/simpletest/tests/form.test',
41171   'module' => 'simpletest',
41172   'weight' => '0',
41173 ))
41174 ->values(array(
41175   'name' => 'FormElementTestCase',
41176   'type' => 'class',
41177   'filename' => 'modules/simpletest/tests/form.test',
41178   'module' => 'simpletest',
41179   'weight' => '0',
41180 ))
41181 ->values(array(
41182   'name' => 'FormsArbitraryRebuildTestCase',
41183   'type' => 'class',
41184   'filename' => 'modules/simpletest/tests/form.test',
41185   'module' => 'simpletest',
41186   'weight' => '0',
41187 ))
41188 ->values(array(
41189   'name' => 'FormsElementsLabelsTestCase',
41190   'type' => 'class',
41191   'filename' => 'modules/simpletest/tests/form.test',
41192   'module' => 'simpletest',
41193   'weight' => '0',
41194 ))
41195 ->values(array(
41196   'name' => 'FormsElementsTableSelectFunctionalTest',
41197   'type' => 'class',
41198   'filename' => 'modules/simpletest/tests/form.test',
41199   'module' => 'simpletest',
41200   'weight' => '0',
41201 ))
41202 ->values(array(
41203   'name' => 'FormsElementsVerticalTabsFunctionalTest',
41204   'type' => 'class',
41205   'filename' => 'modules/simpletest/tests/form.test',
41206   'module' => 'simpletest',
41207   'weight' => '0',
41208 ))
41209 ->values(array(
41210   'name' => 'FormsFileInclusionTestCase',
41211   'type' => 'class',
41212   'filename' => 'modules/simpletest/tests/form.test',
41213   'module' => 'simpletest',
41214   'weight' => '0',
41215 ))
41216 ->values(array(
41217   'name' => 'FormsFormStoragePageCacheTestCase',
41218   'type' => 'class',
41219   'filename' => 'modules/simpletest/tests/form.test',
41220   'module' => 'simpletest',
41221   'weight' => '0',
41222 ))
41223 ->values(array(
41224   'name' => 'FormsFormStorageTestCase',
41225   'type' => 'class',
41226   'filename' => 'modules/simpletest/tests/form.test',
41227   'module' => 'simpletest',
41228   'weight' => '0',
41229 ))
41230 ->values(array(
41231   'name' => 'FormsFormWrapperTestCase',
41232   'type' => 'class',
41233   'filename' => 'modules/simpletest/tests/form.test',
41234   'module' => 'simpletest',
41235   'weight' => '0',
41236 ))
41237 ->values(array(
41238   'name' => 'FormsProgrammaticTestCase',
41239   'type' => 'class',
41240   'filename' => 'modules/simpletest/tests/form.test',
41241   'module' => 'simpletest',
41242   'weight' => '0',
41243 ))
41244 ->values(array(
41245   'name' => 'FormsRebuildTestCase',
41246   'type' => 'class',
41247   'filename' => 'modules/simpletest/tests/form.test',
41248   'module' => 'simpletest',
41249   'weight' => '0',
41250 ))
41251 ->values(array(
41252   'name' => 'FormsRedirectTestCase',
41253   'type' => 'class',
41254   'filename' => 'modules/simpletest/tests/form.test',
41255   'module' => 'simpletest',
41256   'weight' => '0',
41257 ))
41258 ->values(array(
41259   'name' => 'FormStateValuesCleanAdvancedTestCase',
41260   'type' => 'class',
41261   'filename' => 'modules/simpletest/tests/form.test',
41262   'module' => 'simpletest',
41263   'weight' => '0',
41264 ))
41265 ->values(array(
41266   'name' => 'FormStateValuesCleanTestCase',
41267   'type' => 'class',
41268   'filename' => 'modules/simpletest/tests/form.test',
41269   'module' => 'simpletest',
41270   'weight' => '0',
41271 ))
41272 ->values(array(
41273   'name' => 'FormsTestCase',
41274   'type' => 'class',
41275   'filename' => 'modules/simpletest/tests/form.test',
41276   'module' => 'simpletest',
41277   'weight' => '0',
41278 ))
41279 ->values(array(
41280   'name' => 'FormsTriggeringElementTestCase',
41281   'type' => 'class',
41282   'filename' => 'modules/simpletest/tests/form.test',
41283   'module' => 'simpletest',
41284   'weight' => '0',
41285 ))
41286 ->values(array(
41287   'name' => 'FormValidationTestCase',
41288   'type' => 'class',
41289   'filename' => 'modules/simpletest/tests/form.test',
41290   'module' => 'simpletest',
41291   'weight' => '0',
41292 ))
41293 ->values(array(
41294   'name' => 'ForumIndexTestCase',
41295   'type' => 'class',
41296   'filename' => 'modules/forum/forum.test',
41297   'module' => 'forum',
41298   'weight' => '0',
41299 ))
41300 ->values(array(
41301   'name' => 'ForumTestCase',
41302   'type' => 'class',
41303   'filename' => 'modules/forum/forum.test',
41304   'module' => 'forum',
41305   'weight' => '0',
41306 ))
41307 ->values(array(
41308   'name' => 'ForumUpgradePathTestCase',
41309   'type' => 'class',
41310   'filename' => 'modules/simpletest/tests/upgrade/upgrade.forum.test',
41311   'module' => 'simpletest',
41312   'weight' => '0',
41313 ))
41314 ->values(array(
41315   'name' => 'FrontPageTestCase',
41316   'type' => 'class',
41317   'filename' => 'modules/system/system.test',
41318   'module' => 'system',
41319   'weight' => '0',
41320 ))
41321 ->values(array(
41322   'name' => 'GraphUnitTest',
41323   'type' => 'class',
41324   'filename' => 'modules/simpletest/tests/graph.test',
41325   'module' => 'simpletest',
41326   'weight' => '0',
41327 ))
41328 ->values(array(
41329   'name' => 'HelpTestCase',
41330   'type' => 'class',
41331   'filename' => 'modules/help/help.test',
41332   'module' => 'help',
41333   'weight' => '0',
41334 ))
41335 ->values(array(
41336   'name' => 'HookBootExitTestCase',
41337   'type' => 'class',
41338   'filename' => 'modules/simpletest/tests/bootstrap.test',
41339   'module' => 'simpletest',
41340   'weight' => '0',
41341 ))
41342 ->values(array(
41343   'name' => 'HookRequirementsTestCase',
41344   'type' => 'class',
41345   'filename' => 'modules/system/system.test',
41346   'module' => 'system',
41347   'weight' => '0',
41348 ))
41349 ->values(array(
41350   'name' => 'HTMLIdTestCase',
41351   'type' => 'class',
41352   'filename' => 'modules/simpletest/tests/form.test',
41353   'module' => 'simpletest',
41354   'weight' => '0',
41355 ))
41356 ->values(array(
41357   'name' => 'HUPhoneNumberTestCase',
41358   'type' => 'class',
41359   'filename' => 'sites/all/modules/phone/tests/phone.hu.test',
41360   'module' => 'phone',
41361   'weight' => '0',
41362 ))
41363 ->values(array(
41364   'name' => 'ILPhoneNumberTestCase',
41365   'type' => 'class',
41366   'filename' => 'sites/all/modules/phone/tests/phone.il.test',
41367   'module' => 'phone',
41368   'weight' => '0',
41369 ))
41370 ->values(array(
41371   'name' => 'ImageAdminStylesUnitTest',
41372   'type' => 'class',
41373   'filename' => 'modules/image/image.test',
41374   'module' => 'image',
41375   'weight' => '0',
41376 ))
41377 ->values(array(
41378   'name' => 'ImageAdminUiTestCase',
41379   'type' => 'class',
41380   'filename' => 'modules/image/image.test',
41381   'module' => 'image',
41382   'weight' => '0',
41383 ))
41384 ->values(array(
41385   'name' => 'ImageDimensionsScaleTestCase',
41386   'type' => 'class',
41387   'filename' => 'modules/image/image.test',
41388   'module' => 'image',
41389   'weight' => '0',
41390 ))
41391 ->values(array(
41392   'name' => 'ImageDimensionsTestCase',
41393   'type' => 'class',
41394   'filename' => 'modules/image/image.test',
41395   'module' => 'image',
41396   'weight' => '0',
41397 ))
41398 ->values(array(
41399   'name' => 'ImageEffectsUnitTest',
41400   'type' => 'class',
41401   'filename' => 'modules/image/image.test',
41402   'module' => 'image',
41403   'weight' => '0',
41404 ))
41405 ->values(array(
41406   'name' => 'ImageFieldDefaultImagesTestCase',
41407   'type' => 'class',
41408   'filename' => 'modules/image/image.test',
41409   'module' => 'image',
41410   'weight' => '0',
41411 ))
41412 ->values(array(
41413   'name' => 'ImageFieldDisplayTestCase',
41414   'type' => 'class',
41415   'filename' => 'modules/image/image.test',
41416   'module' => 'image',
41417   'weight' => '0',
41418 ))
41419 ->values(array(
41420   'name' => 'ImageFieldTestCase',
41421   'type' => 'class',
41422   'filename' => 'modules/image/image.test',
41423   'module' => 'image',
41424   'weight' => '0',
41425 ))
41426 ->values(array(
41427   'name' => 'ImageFieldValidateTestCase',
41428   'type' => 'class',
41429   'filename' => 'modules/image/image.test',
41430   'module' => 'image',
41431   'weight' => '0',
41432 ))
41433 ->values(array(
41434   'name' => 'ImageFileMoveTest',
41435   'type' => 'class',
41436   'filename' => 'modules/simpletest/tests/image.test',
41437   'module' => 'simpletest',
41438   'weight' => '0',
41439 ))
41440 ->values(array(
41441   'name' => 'ImageStyleFlushTest',
41442   'type' => 'class',
41443   'filename' => 'modules/image/image.test',
41444   'module' => 'image',
41445   'weight' => '0',
41446 ))
41447 ->values(array(
41448   'name' => 'ImageStylesPathAndUrlTestCase',
41449   'type' => 'class',
41450   'filename' => 'modules/image/image.test',
41451   'module' => 'image',
41452   'weight' => '0',
41453 ))
41454 ->values(array(
41455   'name' => 'ImageThemeFunctionWebTestCase',
41456   'type' => 'class',
41457   'filename' => 'modules/image/image.test',
41458   'module' => 'image',
41459   'weight' => '0',
41460 ))
41461 ->values(array(
41462   'name' => 'ImageToolkitGdTestCase',
41463   'type' => 'class',
41464   'filename' => 'modules/simpletest/tests/image.test',
41465   'module' => 'simpletest',
41466   'weight' => '0',
41467 ))
41468 ->values(array(
41469   'name' => 'ImageToolkitTestCase',
41470   'type' => 'class',
41471   'filename' => 'modules/simpletest/tests/image.test',
41472   'module' => 'simpletest',
41473   'weight' => '0',
41474 ))
41475 ->values(array(
41476   'name' => 'ImageToolkitUnitTest',
41477   'type' => 'class',
41478   'filename' => 'modules/simpletest/tests/image.test',
41479   'module' => 'simpletest',
41480   'weight' => '0',
41481 ))
41482 ->values(array(
41483   'name' => 'ImportOPMLTestCase',
41484   'type' => 'class',
41485   'filename' => 'modules/aggregator/aggregator.test',
41486   'module' => 'aggregator',
41487   'weight' => '0',
41488 ))
41489 ->values(array(
41490   'name' => 'InfoFileParserTestCase',
41491   'type' => 'class',
41492   'filename' => 'modules/system/system.test',
41493   'module' => 'system',
41494   'weight' => '0',
41495 ))
41496 ->values(array(
41497   'name' => 'InsertQuery',
41498   'type' => 'class',
41499   'filename' => 'includes/database/query.inc',
41500   'module' => '',
41501   'weight' => '0',
41502 ))
41503 ->values(array(
41504   'name' => 'InsertQuery_mysql',
41505   'type' => 'class',
41506   'filename' => 'includes/database/mysql/query.inc',
41507   'module' => '',
41508   'weight' => '0',
41509 ))
41510 ->values(array(
41511   'name' => 'InsertQuery_pgsql',
41512   'type' => 'class',
41513   'filename' => 'includes/database/pgsql/query.inc',
41514   'module' => '',
41515   'weight' => '0',
41516 ))
41517 ->values(array(
41518   'name' => 'InsertQuery_sqlite',
41519   'type' => 'class',
41520   'filename' => 'includes/database/sqlite/query.inc',
41521   'module' => '',
41522   'weight' => '0',
41523 ))
41524 ->values(array(
41525   'name' => 'InvalidMergeQueryException',
41526   'type' => 'class',
41527   'filename' => 'includes/database/database.inc',
41528   'module' => '',
41529   'weight' => '0',
41530 ))
41531 ->values(array(
41532   'name' => 'IPAddressBlockingTestCase',
41533   'type' => 'class',
41534   'filename' => 'modules/system/system.test',
41535   'module' => 'system',
41536   'weight' => '0',
41537 ))
41538 ->values(array(
41539   'name' => 'ITPhoneNumberTestCase',
41540   'type' => 'class',
41541   'filename' => 'sites/all/modules/phone/tests/phone.it.test',
41542   'module' => 'phone',
41543   'weight' => '0',
41544 ))
41545 ->values(array(
41546   'name' => 'JavaScriptTestCase',
41547   'type' => 'class',
41548   'filename' => 'modules/simpletest/tests/common.test',
41549   'module' => 'simpletest',
41550   'weight' => '0',
41551 ))
41552 ->values(array(
41553   'name' => 'JOPhoneNumberTestCase',
41554   'type' => 'class',
41555   'filename' => 'sites/all/modules/phone/tests/phone.jo.test',
41556   'module' => 'phone',
41557   'weight' => '0',
41558 ))
41559 ->values(array(
41560   'name' => 'LinkAttributeCrudTest',
41561   'type' => 'class',
41562   'filename' => 'sites/all/modules/link/tests/link.attribute.test',
41563   'module' => 'link',
41564   'weight' => '0',
41565 ))
41566 ->values(array(
41567   'name' => 'LinkBaseTestClass',
41568   'type' => 'class',
41569   'filename' => 'sites/all/modules/link/tests/link.test',
41570   'module' => 'link',
41571   'weight' => '0',
41572 ))
41573 ->values(array(
41574   'name' => 'LinkContentCrudTest',
41575   'type' => 'class',
41576   'filename' => 'sites/all/modules/link/tests/link.crud.test',
41577   'module' => 'link',
41578   'weight' => '0',
41579 ))
41580 ->values(array(
41581   'name' => 'LinkTokenTest',
41582   'type' => 'class',
41583   'filename' => 'sites/all/modules/link/tests/link.token.test',
41584   'module' => 'link',
41585   'weight' => '0',
41586 ))
41587 ->values(array(
41588   'name' => 'LinkUITest',
41589   'type' => 'class',
41590   'filename' => 'sites/all/modules/link/tests/link.crud_browser.test',
41591   'module' => 'link',
41592   'weight' => '0',
41593 ))
41594 ->values(array(
41595   'name' => 'LinkValidateSpecificURL',
41596   'type' => 'class',
41597   'filename' => 'sites/all/modules/link/tests/link.validate.test',
41598   'module' => 'link',
41599   'weight' => '0',
41600 ))
41601 ->values(array(
41602   'name' => 'LinkValidateTest',
41603   'type' => 'class',
41604   'filename' => 'sites/all/modules/link/tests/link.validate.test',
41605   'module' => 'link',
41606   'weight' => '0',
41607 ))
41608 ->values(array(
41609   'name' => 'LinkValidateTestCase',
41610   'type' => 'class',
41611   'filename' => 'sites/all/modules/link/tests/link.validate.test',
41612   'module' => 'link',
41613   'weight' => '0',
41614 ))
41615 ->values(array(
41616   'name' => 'LinkValidateTestNews',
41617   'type' => 'class',
41618   'filename' => 'sites/all/modules/link/tests/link.validate.test',
41619   'module' => 'link',
41620   'weight' => '0',
41621 ))
41622 ->values(array(
41623   'name' => 'LinkValidateUrlLight',
41624   'type' => 'class',
41625   'filename' => 'sites/all/modules/link/tests/link.validate.test',
41626   'module' => 'link',
41627   'weight' => '0',
41628 ))
41629 ->values(array(
41630   'name' => 'link_views_handler_argument_target',
41631   'type' => 'class',
41632   'filename' => 'sites/all/modules/link/views/link_views_handler_argument_target.inc',
41633   'module' => 'link',
41634   'weight' => '0',
41635 ))
41636 ->values(array(
41637   'name' => 'link_views_handler_filter_protocol',
41638   'type' => 'class',
41639   'filename' => 'sites/all/modules/link/views/link_views_handler_filter_protocol.inc',
41640   'module' => 'link',
41641   'weight' => '0',
41642 ))
41643 ->values(array(
41644   'name' => 'ListDynamicValuesTestCase',
41645   'type' => 'class',
41646   'filename' => 'modules/field/modules/list/tests/list.test',
41647   'module' => 'list',
41648   'weight' => '0',
41649 ))
41650 ->values(array(
41651   'name' => 'ListDynamicValuesValidationTestCase',
41652   'type' => 'class',
41653   'filename' => 'modules/field/modules/list/tests/list.test',
41654   'module' => 'list',
41655   'weight' => '0',
41656 ))
41657 ->values(array(
41658   'name' => 'ListFieldTestCase',
41659   'type' => 'class',
41660   'filename' => 'modules/field/modules/list/tests/list.test',
41661   'module' => 'list',
41662   'weight' => '0',
41663 ))
41664 ->values(array(
41665   'name' => 'ListFieldUITestCase',
41666   'type' => 'class',
41667   'filename' => 'modules/field/modules/list/tests/list.test',
41668   'module' => 'list',
41669   'weight' => '0',
41670 ))
41671 ->values(array(
41672   'name' => 'LocaleBrowserDetectionTest',
41673   'type' => 'class',
41674   'filename' => 'modules/locale/locale.test',
41675   'module' => 'locale',
41676   'weight' => '0',
41677 ))
41678 ->values(array(
41679   'name' => 'LocaleCommentLanguageFunctionalTest',
41680   'type' => 'class',
41681   'filename' => 'modules/locale/locale.test',
41682   'module' => 'locale',
41683   'weight' => '0',
41684 ))
41685 ->values(array(
41686   'name' => 'LocaleConfigurationTest',
41687   'type' => 'class',
41688   'filename' => 'modules/locale/locale.test',
41689   'module' => 'locale',
41690   'weight' => '0',
41691 ))
41692 ->values(array(
41693   'name' => 'LocaleContentFunctionalTest',
41694   'type' => 'class',
41695   'filename' => 'modules/locale/locale.test',
41696   'module' => 'locale',
41697   'weight' => '0',
41698 ))
41699 ->values(array(
41700   'name' => 'LocaleCSSAlterTest',
41701   'type' => 'class',
41702   'filename' => 'modules/locale/locale.test',
41703   'module' => 'locale',
41704   'weight' => '0',
41705 ))
41706 ->values(array(
41707   'name' => 'LocaleDateFormatsFunctionalTest',
41708   'type' => 'class',
41709   'filename' => 'modules/locale/locale.test',
41710   'module' => 'locale',
41711   'weight' => '0',
41712 ))
41713 ->values(array(
41714   'name' => 'LocaleExportFunctionalTest',
41715   'type' => 'class',
41716   'filename' => 'modules/locale/locale.test',
41717   'module' => 'locale',
41718   'weight' => '0',
41719 ))
41720 ->values(array(
41721   'name' => 'LocaleImportFunctionalTest',
41722   'type' => 'class',
41723   'filename' => 'modules/locale/locale.test',
41724   'module' => 'locale',
41725   'weight' => '0',
41726 ))
41727 ->values(array(
41728   'name' => 'LocaleInstallTest',
41729   'type' => 'class',
41730   'filename' => 'modules/locale/locale.test',
41731   'module' => 'locale',
41732   'weight' => '0',
41733 ))
41734 ->values(array(
41735   'name' => 'LocaleJavascriptTranslationTest',
41736   'type' => 'class',
41737   'filename' => 'modules/locale/locale.test',
41738   'module' => 'locale',
41739   'weight' => '0',
41740 ))
41741 ->values(array(
41742   'name' => 'LocaleLanguageNegotiationInfoFunctionalTest',
41743   'type' => 'class',
41744   'filename' => 'modules/locale/locale.test',
41745   'module' => 'locale',
41746   'weight' => '0',
41747 ))
41748 ->values(array(
41749   'name' => 'LocaleLanguageSwitchingFunctionalTest',
41750   'type' => 'class',
41751   'filename' => 'modules/locale/locale.test',
41752   'module' => 'locale',
41753   'weight' => '0',
41754 ))
41755 ->values(array(
41756   'name' => 'LocaleLibraryInfoAlterTest',
41757   'type' => 'class',
41758   'filename' => 'modules/locale/locale.test',
41759   'module' => 'locale',
41760   'weight' => '0',
41761 ))
41762 ->values(array(
41763   'name' => 'LocaleMultilingualFieldsFunctionalTest',
41764   'type' => 'class',
41765   'filename' => 'modules/locale/locale.test',
41766   'module' => 'locale',
41767   'weight' => '0',
41768 ))
41769 ->values(array(
41770   'name' => 'LocalePathFunctionalTest',
41771   'type' => 'class',
41772   'filename' => 'modules/locale/locale.test',
41773   'module' => 'locale',
41774   'weight' => '0',
41775 ))
41776 ->values(array(
41777   'name' => 'LocalePluralFormatTest',
41778   'type' => 'class',
41779   'filename' => 'modules/locale/locale.test',
41780   'module' => 'locale',
41781   'weight' => '0',
41782 ))
41783 ->values(array(
41784   'name' => 'LocaleTranslationFunctionalTest',
41785   'type' => 'class',
41786   'filename' => 'modules/locale/locale.test',
41787   'module' => 'locale',
41788   'weight' => '0',
41789 ))
41790 ->values(array(
41791   'name' => 'LocaleUILanguageNegotiationTest',
41792   'type' => 'class',
41793   'filename' => 'modules/locale/locale.test',
41794   'module' => 'locale',
41795   'weight' => '0',
41796 ))
41797 ->values(array(
41798   'name' => 'LocaleUninstallFrenchFunctionalTest',
41799   'type' => 'class',
41800   'filename' => 'modules/locale/locale.test',
41801   'module' => 'locale',
41802   'weight' => '0',
41803 ))
41804 ->values(array(
41805   'name' => 'LocaleUninstallFunctionalTest',
41806   'type' => 'class',
41807   'filename' => 'modules/locale/locale.test',
41808   'module' => 'locale',
41809   'weight' => '0',
41810 ))
41811 ->values(array(
41812   'name' => 'LocaleUpgradePathTestCase',
41813   'type' => 'class',
41814   'filename' => 'modules/simpletest/tests/upgrade/upgrade.locale.test',
41815   'module' => 'simpletest',
41816   'weight' => '0',
41817 ))
41818 ->values(array(
41819   'name' => 'LocaleUrlRewritingTest',
41820   'type' => 'class',
41821   'filename' => 'modules/locale/locale.test',
41822   'module' => 'locale',
41823   'weight' => '0',
41824 ))
41825 ->values(array(
41826   'name' => 'LocaleUserCreationTest',
41827   'type' => 'class',
41828   'filename' => 'modules/locale/locale.test',
41829   'module' => 'locale',
41830   'weight' => '0',
41831 ))
41832 ->values(array(
41833   'name' => 'LocaleUserLanguageFunctionalTest',
41834   'type' => 'class',
41835   'filename' => 'modules/locale/locale.test',
41836   'module' => 'locale',
41837   'weight' => '0',
41838 ))
41839 ->values(array(
41840   'name' => 'LockFunctionalTest',
41841   'type' => 'class',
41842   'filename' => 'modules/simpletest/tests/lock.test',
41843   'module' => 'simpletest',
41844   'weight' => '0',
41845 ))
41846 ->values(array(
41847   'name' => 'MailSystemInterface',
41848   'type' => 'interface',
41849   'filename' => 'includes/mail.inc',
41850   'module' => '',
41851   'weight' => '0',
41852 ))
41853 ->values(array(
41854   'name' => 'MailTestCase',
41855   'type' => 'class',
41856   'filename' => 'modules/simpletest/tests/mail.test',
41857   'module' => 'simpletest',
41858   'weight' => '0',
41859 ))
41860 ->values(array(
41861   'name' => 'MemoryQueue',
41862   'type' => 'class',
41863   'filename' => 'modules/system/system.queue.inc',
41864   'module' => 'system',
41865   'weight' => '0',
41866 ))
41867 ->values(array(
41868   'name' => 'MenuBreadcrumbTestCase',
41869   'type' => 'class',
41870   'filename' => 'modules/simpletest/tests/menu.test',
41871   'module' => 'simpletest',
41872   'weight' => '0',
41873 ))
41874 ->values(array(
41875   'name' => 'MenuLinksUnitTestCase',
41876   'type' => 'class',
41877   'filename' => 'modules/simpletest/tests/menu.test',
41878   'module' => 'simpletest',
41879   'weight' => '0',
41880 ))
41881 ->values(array(
41882   'name' => 'MenuNodeTestCase',
41883   'type' => 'class',
41884   'filename' => 'modules/menu/menu.test',
41885   'module' => 'menu',
41886   'weight' => '0',
41887 ))
41888 ->values(array(
41889   'name' => 'MenuRebuildTestCase',
41890   'type' => 'class',
41891   'filename' => 'modules/simpletest/tests/menu.test',
41892   'module' => 'simpletest',
41893   'weight' => '0',
41894 ))
41895 ->values(array(
41896   'name' => 'MenuRouterTestCase',
41897   'type' => 'class',
41898   'filename' => 'modules/simpletest/tests/menu.test',
41899   'module' => 'simpletest',
41900   'weight' => '0',
41901 ))
41902 ->values(array(
41903   'name' => 'MenuTestCase',
41904   'type' => 'class',
41905   'filename' => 'modules/menu/menu.test',
41906   'module' => 'menu',
41907   'weight' => '0',
41908 ))
41909 ->values(array(
41910   'name' => 'MenuTrailTestCase',
41911   'type' => 'class',
41912   'filename' => 'modules/simpletest/tests/menu.test',
41913   'module' => 'simpletest',
41914   'weight' => '0',
41915 ))
41916 ->values(array(
41917   'name' => 'MenuTreeDataTestCase',
41918   'type' => 'class',
41919   'filename' => 'modules/simpletest/tests/menu.test',
41920   'module' => 'simpletest',
41921   'weight' => '0',
41922 ))
41923 ->values(array(
41924   'name' => 'MenuTreeOutputTestCase',
41925   'type' => 'class',
41926   'filename' => 'modules/simpletest/tests/menu.test',
41927   'module' => 'simpletest',
41928   'weight' => '0',
41929 ))
41930 ->values(array(
41931   'name' => 'MenuUpgradePathTestCase',
41932   'type' => 'class',
41933   'filename' => 'modules/simpletest/tests/upgrade/upgrade.menu.test',
41934   'module' => 'simpletest',
41935   'weight' => '0',
41936 ))
41937 ->values(array(
41938   'name' => 'MenuWebTestCase',
41939   'type' => 'class',
41940   'filename' => 'modules/simpletest/tests/menu.test',
41941   'module' => 'simpletest',
41942   'weight' => '0',
41943 ))
41944 ->values(array(
41945   'name' => 'MergeQuery',
41946   'type' => 'class',
41947   'filename' => 'includes/database/query.inc',
41948   'module' => '',
41949   'weight' => '0',
41950 ))
41951 ->values(array(
41952   'name' => 'MigrateEmailFieldHandler',
41953   'type' => 'class',
41954   'filename' => 'sites/all/modules/email/email.migrate.inc',
41955   'module' => 'email',
41956   'weight' => '0',
41957 ))
41958 ->values(array(
41959   'name' => 'MigrateEntityReferenceFieldHandler',
41960   'type' => 'class',
41961   'filename' => 'sites/all/modules/entityreference/entityreference.migrate.inc',
41962   'module' => 'entityreference',
41963   'weight' => '0',
41964 ))
41965 ->values(array(
41966   'name' => 'MigrateLinkFieldHandler',
41967   'type' => 'class',
41968   'filename' => 'sites/all/modules/link/link.migrate.inc',
41969   'module' => 'link',
41970   'weight' => '0',
41971 ))
41972 ->values(array(
41973   'name' => 'MigratePhoneFieldHandler',
41974   'type' => 'class',
41975   'filename' => 'sites/all/modules/phone/phone.migrate.inc',
41976   'module' => 'phone',
41977   'weight' => '0',
41978 ))
41979 ->values(array(
41980   'name' => 'MockTestConnection',
41981   'type' => 'class',
41982   'filename' => 'modules/simpletest/tests/filetransfer.test',
41983   'module' => 'simpletest',
41984   'weight' => '0',
41985 ))
41986 ->values(array(
41987   'name' => 'ModuleDependencyTestCase',
41988   'type' => 'class',
41989   'filename' => 'modules/system/system.test',
41990   'module' => 'system',
41991   'weight' => '0',
41992 ))
41993 ->values(array(
41994   'name' => 'ModuleImplementsAlterTestCase',
41995   'type' => 'class',
41996   'filename' => 'modules/simpletest/tests/module.test',
41997   'module' => 'simpletest',
41998   'weight' => '0',
41999 ))
42000 ->values(array(
42001   'name' => 'ModuleInstallTestCase',
42002   'type' => 'class',
42003   'filename' => 'modules/simpletest/tests/module.test',
42004   'module' => 'simpletest',
42005   'weight' => '0',
42006 ))
42007 ->values(array(
42008   'name' => 'ModuleRequiredTestCase',
42009   'type' => 'class',
42010   'filename' => 'modules/system/system.test',
42011   'module' => 'system',
42012   'weight' => '0',
42013 ))
42014 ->values(array(
42015   'name' => 'ModuleTestCase',
42016   'type' => 'class',
42017   'filename' => 'modules/system/system.test',
42018   'module' => 'system',
42019   'weight' => '0',
42020 ))
42021 ->values(array(
42022   'name' => 'ModuleUninstallTestCase',
42023   'type' => 'class',
42024   'filename' => 'modules/simpletest/tests/module.test',
42025   'module' => 'simpletest',
42026   'weight' => '0',
42027 ))
42028 ->values(array(
42029   'name' => 'ModuleUnitTest',
42030   'type' => 'class',
42031   'filename' => 'modules/simpletest/tests/module.test',
42032   'module' => 'simpletest',
42033   'weight' => '0',
42034 ))
42035 ->values(array(
42036   'name' => 'ModuleUpdater',
42037   'type' => 'class',
42038   'filename' => 'modules/system/system.updater.inc',
42039   'module' => 'system',
42040   'weight' => '0',
42041 ))
42042 ->values(array(
42043   'name' => 'ModuleVersionTestCase',
42044   'type' => 'class',
42045   'filename' => 'modules/system/system.test',
42046   'module' => 'system',
42047   'weight' => '0',
42048 ))
42049 ->values(array(
42050   'name' => 'MultiStepNodeFormBasicOptionsTest',
42051   'type' => 'class',
42052   'filename' => 'modules/node/node.test',
42053   'module' => 'node',
42054   'weight' => '0',
42055 ))
42056 ->values(array(
42057   'name' => 'NewDefaultThemeBlocks',
42058   'type' => 'class',
42059   'filename' => 'modules/block/block.test',
42060   'module' => 'block',
42061   'weight' => '-5',
42062 ))
42063 ->values(array(
42064   'name' => 'NLPhoneNumberTestCase',
42065   'type' => 'class',
42066   'filename' => 'sites/all/modules/phone/tests/phone.nl.test',
42067   'module' => 'phone',
42068   'weight' => '0',
42069 ))
42070 ->values(array(
42071   'name' => 'NodeAccessBaseTableTestCase',
42072   'type' => 'class',
42073   'filename' => 'modules/node/node.test',
42074   'module' => 'node',
42075   'weight' => '0',
42076 ))
42077 ->values(array(
42078   'name' => 'NodeAccessFieldTestCase',
42079   'type' => 'class',
42080   'filename' => 'modules/node/node.test',
42081   'module' => 'node',
42082   'weight' => '0',
42083 ))
42084 ->values(array(
42085   'name' => 'NodeAccessPagerTestCase',
42086   'type' => 'class',
42087   'filename' => 'modules/node/node.test',
42088   'module' => 'node',
42089   'weight' => '0',
42090 ))
42091 ->values(array(
42092   'name' => 'NodeAccessRebuildTestCase',
42093   'type' => 'class',
42094   'filename' => 'modules/node/node.test',
42095   'module' => 'node',
42096   'weight' => '0',
42097 ))
42098 ->values(array(
42099   'name' => 'NodeAccessRecordsTestCase',
42100   'type' => 'class',
42101   'filename' => 'modules/node/node.test',
42102   'module' => 'node',
42103   'weight' => '0',
42104 ))
42105 ->values(array(
42106   'name' => 'NodeAccessTestCase',
42107   'type' => 'class',
42108   'filename' => 'modules/node/node.test',
42109   'module' => 'node',
42110   'weight' => '0',
42111 ))
42112 ->values(array(
42113   'name' => 'NodeAdminTestCase',
42114   'type' => 'class',
42115   'filename' => 'modules/node/node.test',
42116   'module' => 'node',
42117   'weight' => '0',
42118 ))
42119 ->values(array(
42120   'name' => 'NodeBlockFunctionalTest',
42121   'type' => 'class',
42122   'filename' => 'modules/node/node.test',
42123   'module' => 'node',
42124   'weight' => '0',
42125 ))
42126 ->values(array(
42127   'name' => 'NodeBlockTestCase',
42128   'type' => 'class',
42129   'filename' => 'modules/node/node.test',
42130   'module' => 'node',
42131   'weight' => '0',
42132 ))
42133 ->values(array(
42134   'name' => 'NodeBodyUpgradePathTestCase',
42135   'type' => 'class',
42136   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
42137   'module' => 'simpletest',
42138   'weight' => '0',
42139 ))
42140 ->values(array(
42141   'name' => 'NodeBuildContent',
42142   'type' => 'class',
42143   'filename' => 'modules/node/node.test',
42144   'module' => 'node',
42145   'weight' => '0',
42146 ))
42147 ->values(array(
42148   'name' => 'NodeController',
42149   'type' => 'class',
42150   'filename' => 'modules/node/node.module',
42151   'module' => 'node',
42152   'weight' => '0',
42153 ))
42154 ->values(array(
42155   'name' => 'NodeCreationTestCase',
42156   'type' => 'class',
42157   'filename' => 'modules/node/node.test',
42158   'module' => 'node',
42159   'weight' => '0',
42160 ))
42161 ->values(array(
42162   'name' => 'NodeEntityFieldQueryAlter',
42163   'type' => 'class',
42164   'filename' => 'modules/node/node.test',
42165   'module' => 'node',
42166   'weight' => '0',
42167 ))
42168 ->values(array(
42169   'name' => 'NodeEntityViewModeAlterTest',
42170   'type' => 'class',
42171   'filename' => 'modules/node/node.test',
42172   'module' => 'node',
42173   'weight' => '0',
42174 ))
42175 ->values(array(
42176   'name' => 'NodeFeedTestCase',
42177   'type' => 'class',
42178   'filename' => 'modules/node/node.test',
42179   'module' => 'node',
42180   'weight' => '0',
42181 ))
42182 ->values(array(
42183   'name' => 'NodeLoadHooksTestCase',
42184   'type' => 'class',
42185   'filename' => 'modules/node/node.test',
42186   'module' => 'node',
42187   'weight' => '0',
42188 ))
42189 ->values(array(
42190   'name' => 'NodeLoadMultipleTestCase',
42191   'type' => 'class',
42192   'filename' => 'modules/node/node.test',
42193   'module' => 'node',
42194   'weight' => '0',
42195 ))
42196 ->values(array(
42197   'name' => 'NodePageCacheTest',
42198   'type' => 'class',
42199   'filename' => 'modules/node/node.test',
42200   'module' => 'node',
42201   'weight' => '0',
42202 ))
42203 ->values(array(
42204   'name' => 'NodePostSettingsTestCase',
42205   'type' => 'class',
42206   'filename' => 'modules/node/node.test',
42207   'module' => 'node',
42208   'weight' => '0',
42209 ))
42210 ->values(array(
42211   'name' => 'NodeQueryAlter',
42212   'type' => 'class',
42213   'filename' => 'modules/node/node.test',
42214   'module' => 'node',
42215   'weight' => '0',
42216 ))
42217 ->values(array(
42218   'name' => 'NodeRevisionPermissionsTestCase',
42219   'type' => 'class',
42220   'filename' => 'modules/node/node.test',
42221   'module' => 'node',
42222   'weight' => '0',
42223 ))
42224 ->values(array(
42225   'name' => 'NodeRevisionsTestCase',
42226   'type' => 'class',
42227   'filename' => 'modules/node/node.test',
42228   'module' => 'node',
42229   'weight' => '0',
42230 ))
42231 ->values(array(
42232   'name' => 'NodeRSSContentTestCase',
42233   'type' => 'class',
42234   'filename' => 'modules/node/node.test',
42235   'module' => 'node',
42236   'weight' => '0',
42237 ))
42238 ->values(array(
42239   'name' => 'NodeSaveTestCase',
42240   'type' => 'class',
42241   'filename' => 'modules/node/node.test',
42242   'module' => 'node',
42243   'weight' => '0',
42244 ))
42245 ->values(array(
42246   'name' => 'NodeTitleTestCase',
42247   'type' => 'class',
42248   'filename' => 'modules/node/node.test',
42249   'module' => 'node',
42250   'weight' => '0',
42251 ))
42252 ->values(array(
42253   'name' => 'NodeTitleXSSTestCase',
42254   'type' => 'class',
42255   'filename' => 'modules/node/node.test',
42256   'module' => 'node',
42257   'weight' => '0',
42258 ))
42259 ->values(array(
42260   'name' => 'NodeTokenReplaceTestCase',
42261   'type' => 'class',
42262   'filename' => 'modules/node/node.test',
42263   'module' => 'node',
42264   'weight' => '0',
42265 ))
42266 ->values(array(
42267   'name' => 'NodeTypePersistenceTestCase',
42268   'type' => 'class',
42269   'filename' => 'modules/node/node.test',
42270   'module' => 'node',
42271   'weight' => '0',
42272 ))
42273 ->values(array(
42274   'name' => 'NodeTypeTestCase',
42275   'type' => 'class',
42276   'filename' => 'modules/node/node.test',
42277   'module' => 'node',
42278   'weight' => '0',
42279 ))
42280 ->values(array(
42281   'name' => 'NodeWebTestCase',
42282   'type' => 'class',
42283   'filename' => 'modules/node/node.test',
42284   'module' => 'node',
42285   'weight' => '0',
42286 ))
42287 ->values(array(
42288   'name' => 'NoFieldsException',
42289   'type' => 'class',
42290   'filename' => 'includes/database/database.inc',
42291   'module' => '',
42292   'weight' => '0',
42293 ))
42294 ->values(array(
42295   'name' => 'NoHelpTestCase',
42296   'type' => 'class',
42297   'filename' => 'modules/help/help.test',
42298   'module' => 'help',
42299   'weight' => '0',
42300 ))
42301 ->values(array(
42302   'name' => 'NonDefaultBlockAdmin',
42303   'type' => 'class',
42304   'filename' => 'modules/block/block.test',
42305   'module' => 'block',
42306   'weight' => '-5',
42307 ))
42308 ->values(array(
42309   'name' => 'NumberFieldTestCase',
42310   'type' => 'class',
42311   'filename' => 'modules/field/modules/number/number.test',
42312   'module' => 'number',
42313   'weight' => '0',
42314 ))
42315 ->values(array(
42316   'name' => 'NZPhoneNumberTestCase',
42317   'type' => 'class',
42318   'filename' => 'sites/all/modules/phone/tests/phone.nz.test',
42319   'module' => 'phone',
42320   'weight' => '0',
42321 ))
42322 ->values(array(
42323   'name' => 'OpenIDFunctionalTestCase',
42324   'type' => 'class',
42325   'filename' => 'modules/openid/openid.test',
42326   'module' => 'openid',
42327   'weight' => '0',
42328 ))
42329 ->values(array(
42330   'name' => 'OpenIDInvalidIdentifierTransitionTestCase',
42331   'type' => 'class',
42332   'filename' => 'modules/openid/openid.test',
42333   'module' => 'openid',
42334   'weight' => '0',
42335 ))
42336 ->values(array(
42337   'name' => 'OpenIDRegistrationTestCase',
42338   'type' => 'class',
42339   'filename' => 'modules/openid/openid.test',
42340   'module' => 'openid',
42341   'weight' => '0',
42342 ))
42343 ->values(array(
42344   'name' => 'OpenIDTestCase',
42345   'type' => 'class',
42346   'filename' => 'modules/openid/openid.test',
42347   'module' => 'openid',
42348   'weight' => '0',
42349 ))
42350 ->values(array(
42351   'name' => 'OpenIDWebTestCase',
42352   'type' => 'class',
42353   'filename' => 'modules/openid/openid.test',
42354   'module' => 'openid',
42355   'weight' => '0',
42356 ))
42357 ->values(array(
42358   'name' => 'OptionsSelectDynamicValuesTestCase',
42359   'type' => 'class',
42360   'filename' => 'modules/field/modules/options/options.test',
42361   'module' => 'options',
42362   'weight' => '0',
42363 ))
42364 ->values(array(
42365   'name' => 'OptionsWidgetsTestCase',
42366   'type' => 'class',
42367   'filename' => 'modules/field/modules/options/options.test',
42368   'module' => 'options',
42369   'weight' => '0',
42370 ))
42371 ->values(array(
42372   'name' => 'PageEditTestCase',
42373   'type' => 'class',
42374   'filename' => 'modules/node/node.test',
42375   'module' => 'node',
42376   'weight' => '0',
42377 ))
42378 ->values(array(
42379   'name' => 'PageNotFoundTestCase',
42380   'type' => 'class',
42381   'filename' => 'modules/system/system.test',
42382   'module' => 'system',
42383   'weight' => '0',
42384 ))
42385 ->values(array(
42386   'name' => 'PagePreviewTestCase',
42387   'type' => 'class',
42388   'filename' => 'modules/node/node.test',
42389   'module' => 'node',
42390   'weight' => '0',
42391 ))
42392 ->values(array(
42393   'name' => 'PagerDefault',
42394   'type' => 'class',
42395   'filename' => 'includes/pager.inc',
42396   'module' => '',
42397   'weight' => '0',
42398 ))
42399 ->values(array(
42400   'name' => 'PagerFunctionalWebTestCase',
42401   'type' => 'class',
42402   'filename' => 'modules/simpletest/tests/pager.test',
42403   'module' => 'simpletest',
42404   'weight' => '0',
42405 ))
42406 ->values(array(
42407   'name' => 'PageTitleFiltering',
42408   'type' => 'class',
42409   'filename' => 'modules/system/system.test',
42410   'module' => 'system',
42411   'weight' => '0',
42412 ))
42413 ->values(array(
42414   'name' => 'PageViewTestCase',
42415   'type' => 'class',
42416   'filename' => 'modules/node/node.test',
42417   'module' => 'node',
42418   'weight' => '0',
42419 ))
42420 ->values(array(
42421   'name' => 'ParseInfoFilesTestCase',
42422   'type' => 'class',
42423   'filename' => 'modules/simpletest/tests/common.test',
42424   'module' => 'simpletest',
42425   'weight' => '0',
42426 ))
42427 ->values(array(
42428   'name' => 'PasswordHashingTest',
42429   'type' => 'class',
42430   'filename' => 'modules/simpletest/tests/password.test',
42431   'module' => 'simpletest',
42432   'weight' => '0',
42433 ))
42434 ->values(array(
42435   'name' => 'PathLanguageTestCase',
42436   'type' => 'class',
42437   'filename' => 'modules/path/path.test',
42438   'module' => 'path',
42439   'weight' => '0',
42440 ))
42441 ->values(array(
42442   'name' => 'PathLanguageUITestCase',
42443   'type' => 'class',
42444   'filename' => 'modules/path/path.test',
42445   'module' => 'path',
42446   'weight' => '0',
42447 ))
42448 ->values(array(
42449   'name' => 'PathLookupTest',
42450   'type' => 'class',
42451   'filename' => 'modules/simpletest/tests/path.test',
42452   'module' => 'simpletest',
42453   'weight' => '0',
42454 ))
42455 ->values(array(
42456   'name' => 'PathMonolingualTestCase',
42457   'type' => 'class',
42458   'filename' => 'modules/path/path.test',
42459   'module' => 'path',
42460   'weight' => '0',
42461 ))
42462 ->values(array(
42463   'name' => 'PathSaveTest',
42464   'type' => 'class',
42465   'filename' => 'modules/simpletest/tests/path.test',
42466   'module' => 'simpletest',
42467   'weight' => '0',
42468 ))
42469 ->values(array(
42470   'name' => 'PathTaxonomyTermTestCase',
42471   'type' => 'class',
42472   'filename' => 'modules/path/path.test',
42473   'module' => 'path',
42474   'weight' => '0',
42475 ))
42476 ->values(array(
42477   'name' => 'PathTestCase',
42478   'type' => 'class',
42479   'filename' => 'modules/path/path.test',
42480   'module' => 'path',
42481   'weight' => '0',
42482 ))
42483 ->values(array(
42484   'name' => 'PhoneFrenchTest',
42485   'type' => 'class',
42486   'filename' => 'sites/all/modules/phone/tests/phone.fr.test',
42487   'module' => 'phone',
42488   'weight' => '0',
42489 ))
42490 ->values(array(
42491   'name' => 'PhoneIntTest',
42492   'type' => 'class',
42493   'filename' => 'sites/all/modules/phone/tests/phone.int.test',
42494   'module' => 'phone',
42495   'weight' => '0',
42496 ))
42497 ->values(array(
42498   'name' => 'PhonePanamanianTest',
42499   'type' => 'class',
42500   'filename' => 'sites/all/modules/phone/tests/phone.pa.test',
42501   'module' => 'phone',
42502   'weight' => '0',
42503 ))
42504 ->values(array(
42505   'name' => 'PHPAccessTestCase',
42506   'type' => 'class',
42507   'filename' => 'modules/php/php.test',
42508   'module' => 'php',
42509   'weight' => '0',
42510 ))
42511 ->values(array(
42512   'name' => 'PHPFilterTestCase',
42513   'type' => 'class',
42514   'filename' => 'modules/php/php.test',
42515   'module' => 'php',
42516   'weight' => '0',
42517 ))
42518 ->values(array(
42519   'name' => 'PHPhoneNumberTestCase',
42520   'type' => 'class',
42521   'filename' => 'sites/all/modules/phone/tests/phone.ph.test',
42522   'module' => 'phone',
42523   'weight' => '0',
42524 ))
42525 ->values(array(
42526   'name' => 'PHPTestCase',
42527   'type' => 'class',
42528   'filename' => 'modules/php/php.test',
42529   'module' => 'php',
42530   'weight' => '0',
42531 ))
42532 ->values(array(
42533   'name' => 'PKPhoneNumberTestCase',
42534   'type' => 'class',
42535   'filename' => 'sites/all/modules/phone/tests/phone.pk.test',
42536   'module' => 'phone',
42537   'weight' => '0',
42538 ))
42539 ->values(array(
42540   'name' => 'PLPhoneNumberTestCase',
42541   'type' => 'class',
42542   'filename' => 'sites/all/modules/phone/tests/phone.pl.test',
42543   'module' => 'phone',
42544   'weight' => '0',
42545 ))
42546 ->values(array(
42547   'name' => 'PollBlockTestCase',
42548   'type' => 'class',
42549   'filename' => 'modules/poll/poll.test',
42550   'module' => 'poll',
42551   'weight' => '0',
42552 ))
42553 ->values(array(
42554   'name' => 'PollCreateTestCase',
42555   'type' => 'class',
42556   'filename' => 'modules/poll/poll.test',
42557   'module' => 'poll',
42558   'weight' => '0',
42559 ))
42560 ->values(array(
42561   'name' => 'PollDeleteChoiceTestCase',
42562   'type' => 'class',
42563   'filename' => 'modules/poll/poll.test',
42564   'module' => 'poll',
42565   'weight' => '0',
42566 ))
42567 ->values(array(
42568   'name' => 'PollExpirationTestCase',
42569   'type' => 'class',
42570   'filename' => 'modules/poll/poll.test',
42571   'module' => 'poll',
42572   'weight' => '0',
42573 ))
42574 ->values(array(
42575   'name' => 'PollJSAddChoice',
42576   'type' => 'class',
42577   'filename' => 'modules/poll/poll.test',
42578   'module' => 'poll',
42579   'weight' => '0',
42580 ))
42581 ->values(array(
42582   'name' => 'PollTestCase',
42583   'type' => 'class',
42584   'filename' => 'modules/poll/poll.test',
42585   'module' => 'poll',
42586   'weight' => '0',
42587 ))
42588 ->values(array(
42589   'name' => 'PollTokenReplaceTestCase',
42590   'type' => 'class',
42591   'filename' => 'modules/poll/poll.test',
42592   'module' => 'poll',
42593   'weight' => '0',
42594 ))
42595 ->values(array(
42596   'name' => 'PollTranslateTestCase',
42597   'type' => 'class',
42598   'filename' => 'modules/poll/poll.test',
42599   'module' => 'poll',
42600   'weight' => '0',
42601 ))
42602 ->values(array(
42603   'name' => 'PollUpgradePathTestCase',
42604   'type' => 'class',
42605   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
42606   'module' => 'simpletest',
42607   'weight' => '0',
42608 ))
42609 ->values(array(
42610   'name' => 'PollVoteCheckHostname',
42611   'type' => 'class',
42612   'filename' => 'modules/poll/poll.test',
42613   'module' => 'poll',
42614   'weight' => '0',
42615 ))
42616 ->values(array(
42617   'name' => 'PollVoteTestCase',
42618   'type' => 'class',
42619   'filename' => 'modules/poll/poll.test',
42620   'module' => 'poll',
42621   'weight' => '0',
42622 ))
42623 ->values(array(
42624   'name' => 'ProfileBlockTestCase',
42625   'type' => 'class',
42626   'filename' => 'modules/profile/profile.test',
42627   'module' => 'profile',
42628   'weight' => '0',
42629 ))
42630 ->values(array(
42631   'name' => 'ProfileCrudTestCase',
42632   'type' => 'class',
42633   'filename' => 'modules/profile/profile.test',
42634   'module' => 'profile',
42635   'weight' => '0',
42636 ))
42637 ->values(array(
42638   'name' => 'ProfileTestAutocomplete',
42639   'type' => 'class',
42640   'filename' => 'modules/profile/profile.test',
42641   'module' => 'profile',
42642   'weight' => '0',
42643 ))
42644 ->values(array(
42645   'name' => 'ProfileTestBrowsing',
42646   'type' => 'class',
42647   'filename' => 'modules/profile/profile.test',
42648   'module' => 'profile',
42649   'weight' => '0',
42650 ))
42651 ->values(array(
42652   'name' => 'ProfileTestCase',
42653   'type' => 'class',
42654   'filename' => 'modules/profile/profile.test',
42655   'module' => 'profile',
42656   'weight' => '0',
42657 ))
42658 ->values(array(
42659   'name' => 'ProfileTestDate',
42660   'type' => 'class',
42661   'filename' => 'modules/profile/profile.test',
42662   'module' => 'profile',
42663   'weight' => '0',
42664 ))
42665 ->values(array(
42666   'name' => 'ProfileTestFields',
42667   'type' => 'class',
42668   'filename' => 'modules/profile/profile.test',
42669   'module' => 'profile',
42670   'weight' => '0',
42671 ))
42672 ->values(array(
42673   'name' => 'ProfileTestSelect',
42674   'type' => 'class',
42675   'filename' => 'modules/profile/profile.test',
42676   'module' => 'profile',
42677   'weight' => '0',
42678 ))
42679 ->values(array(
42680   'name' => 'ProfileTestWeights',
42681   'type' => 'class',
42682   'filename' => 'modules/profile/profile.test',
42683   'module' => 'profile',
42684   'weight' => '0',
42685 ))
42686 ->values(array(
42687   'name' => 'Query',
42688   'type' => 'class',
42689   'filename' => 'includes/database/query.inc',
42690   'module' => '',
42691   'weight' => '0',
42692 ))
42693 ->values(array(
42694   'name' => 'QueryAlterableInterface',
42695   'type' => 'interface',
42696   'filename' => 'includes/database/query.inc',
42697   'module' => '',
42698   'weight' => '0',
42699 ))
42700 ->values(array(
42701   'name' => 'QueryConditionInterface',
42702   'type' => 'interface',
42703   'filename' => 'includes/database/query.inc',
42704   'module' => '',
42705   'weight' => '0',
42706 ))
42707 ->values(array(
42708   'name' => 'QueryExtendableInterface',
42709   'type' => 'interface',
42710   'filename' => 'includes/database/select.inc',
42711   'module' => '',
42712   'weight' => '0',
42713 ))
42714 ->values(array(
42715   'name' => 'QueryPlaceholderInterface',
42716   'type' => 'interface',
42717   'filename' => 'includes/database/query.inc',
42718   'module' => '',
42719   'weight' => '0',
42720 ))
42721 ->values(array(
42722   'name' => 'QueueTestCase',
42723   'type' => 'class',
42724   'filename' => 'modules/system/system.test',
42725   'module' => 'system',
42726   'weight' => '0',
42727 ))
42728 ->values(array(
42729   'name' => 'RdfCommentAttributesTestCase',
42730   'type' => 'class',
42731   'filename' => 'modules/rdf/rdf.test',
42732   'module' => 'rdf',
42733   'weight' => '0',
42734 ))
42735 ->values(array(
42736   'name' => 'RdfCrudTestCase',
42737   'type' => 'class',
42738   'filename' => 'modules/rdf/rdf.test',
42739   'module' => 'rdf',
42740   'weight' => '0',
42741 ))
42742 ->values(array(
42743   'name' => 'RdfGetRdfNamespacesTestCase',
42744   'type' => 'class',
42745   'filename' => 'modules/rdf/rdf.test',
42746   'module' => 'rdf',
42747   'weight' => '0',
42748 ))
42749 ->values(array(
42750   'name' => 'RdfMappingDefinitionTestCase',
42751   'type' => 'class',
42752   'filename' => 'modules/rdf/rdf.test',
42753   'module' => 'rdf',
42754   'weight' => '0',
42755 ))
42756 ->values(array(
42757   'name' => 'RdfMappingHookTestCase',
42758   'type' => 'class',
42759   'filename' => 'modules/rdf/rdf.test',
42760   'module' => 'rdf',
42761   'weight' => '0',
42762 ))
42763 ->values(array(
42764   'name' => 'RdfRdfaMarkupTestCase',
42765   'type' => 'class',
42766   'filename' => 'modules/rdf/rdf.test',
42767   'module' => 'rdf',
42768   'weight' => '0',
42769 ))
42770 ->values(array(
42771   'name' => 'RdfTrackerAttributesTestCase',
42772   'type' => 'class',
42773   'filename' => 'modules/rdf/rdf.test',
42774   'module' => 'rdf',
42775   'weight' => '0',
42776 ))
42777 ->values(array(
42778   'name' => 'RegistryParseFilesTestCase',
42779   'type' => 'class',
42780   'filename' => 'modules/simpletest/tests/registry.test',
42781   'module' => 'simpletest',
42782   'weight' => '0',
42783 ))
42784 ->values(array(
42785   'name' => 'RegistryParseFileTestCase',
42786   'type' => 'class',
42787   'filename' => 'modules/simpletest/tests/registry.test',
42788   'module' => 'simpletest',
42789   'weight' => '0',
42790 ))
42791 ->values(array(
42792   'name' => 'RemoteFileDirectoryTest',
42793   'type' => 'class',
42794   'filename' => 'modules/simpletest/tests/file.test',
42795   'module' => 'simpletest',
42796   'weight' => '0',
42797 ))
42798 ->values(array(
42799   'name' => 'RemoteFileSaveUploadTest',
42800   'type' => 'class',
42801   'filename' => 'modules/simpletest/tests/file.test',
42802   'module' => 'simpletest',
42803   'weight' => '0',
42804 ))
42805 ->values(array(
42806   'name' => 'RemoteFileScanDirectoryTest',
42807   'type' => 'class',
42808   'filename' => 'modules/simpletest/tests/file.test',
42809   'module' => 'simpletest',
42810   'weight' => '0',
42811 ))
42812 ->values(array(
42813   'name' => 'RemoteFileUnmanagedCopyTest',
42814   'type' => 'class',
42815   'filename' => 'modules/simpletest/tests/file.test',
42816   'module' => 'simpletest',
42817   'weight' => '0',
42818 ))
42819 ->values(array(
42820   'name' => 'RemoteFileUnmanagedDeleteRecursiveTest',
42821   'type' => 'class',
42822   'filename' => 'modules/simpletest/tests/file.test',
42823   'module' => 'simpletest',
42824   'weight' => '0',
42825 ))
42826 ->values(array(
42827   'name' => 'RemoteFileUnmanagedDeleteTest',
42828   'type' => 'class',
42829   'filename' => 'modules/simpletest/tests/file.test',
42830   'module' => 'simpletest',
42831   'weight' => '0',
42832 ))
42833 ->values(array(
42834   'name' => 'RemoteFileUnmanagedMoveTest',
42835   'type' => 'class',
42836   'filename' => 'modules/simpletest/tests/file.test',
42837   'module' => 'simpletest',
42838   'weight' => '0',
42839 ))
42840 ->values(array(
42841   'name' => 'RemoteFileUnmanagedSaveDataTest',
42842   'type' => 'class',
42843   'filename' => 'modules/simpletest/tests/file.test',
42844   'module' => 'simpletest',
42845   'weight' => '0',
42846 ))
42847 ->values(array(
42848   'name' => 'RemoveFeedItemTestCase',
42849   'type' => 'class',
42850   'filename' => 'modules/aggregator/aggregator.test',
42851   'module' => 'aggregator',
42852   'weight' => '0',
42853 ))
42854 ->values(array(
42855   'name' => 'RemoveFeedTestCase',
42856   'type' => 'class',
42857   'filename' => 'modules/aggregator/aggregator.test',
42858   'module' => 'aggregator',
42859   'weight' => '0',
42860 ))
42861 ->values(array(
42862   'name' => 'RenderElementTypesTestCase',
42863   'type' => 'class',
42864   'filename' => 'modules/simpletest/tests/theme.test',
42865   'module' => 'simpletest',
42866   'weight' => '0',
42867 ))
42868 ->values(array(
42869   'name' => 'RetrieveFileTestCase',
42870   'type' => 'class',
42871   'filename' => 'modules/system/system.test',
42872   'module' => 'system',
42873   'weight' => '0',
42874 ))
42875 ->values(array(
42876   'name' => 'RUPhoneNumberTestCase',
42877   'type' => 'class',
42878   'filename' => 'sites/all/modules/phone/tests/phone.ru.test',
42879   'module' => 'phone',
42880   'weight' => '0',
42881 ))
42882 ->values(array(
42883   'name' => 'SchemaCache',
42884   'type' => 'class',
42885   'filename' => 'includes/bootstrap.inc',
42886   'module' => '',
42887   'weight' => '0',
42888 ))
42889 ->values(array(
42890   'name' => 'SchemaTestCase',
42891   'type' => 'class',
42892   'filename' => 'modules/simpletest/tests/schema.test',
42893   'module' => 'simpletest',
42894   'weight' => '0',
42895 ))
42896 ->values(array(
42897   'name' => 'SearchAdvancedSearchForm',
42898   'type' => 'class',
42899   'filename' => 'modules/search/search.test',
42900   'module' => 'search',
42901   'weight' => '0',
42902 ))
42903 ->values(array(
42904   'name' => 'SearchBlockTestCase',
42905   'type' => 'class',
42906   'filename' => 'modules/search/search.test',
42907   'module' => 'search',
42908   'weight' => '0',
42909 ))
42910 ->values(array(
42911   'name' => 'SearchCommentCountToggleTestCase',
42912   'type' => 'class',
42913   'filename' => 'modules/search/search.test',
42914   'module' => 'search',
42915   'weight' => '0',
42916 ))
42917 ->values(array(
42918   'name' => 'SearchCommentTestCase',
42919   'type' => 'class',
42920   'filename' => 'modules/search/search.test',
42921   'module' => 'search',
42922   'weight' => '0',
42923 ))
42924 ->values(array(
42925   'name' => 'SearchConfigSettingsForm',
42926   'type' => 'class',
42927   'filename' => 'modules/search/search.test',
42928   'module' => 'search',
42929   'weight' => '0',
42930 ))
42931 ->values(array(
42932   'name' => 'SearchEmbedForm',
42933   'type' => 'class',
42934   'filename' => 'modules/search/search.test',
42935   'module' => 'search',
42936   'weight' => '0',
42937 ))
42938 ->values(array(
42939   'name' => 'SearchExactTestCase',
42940   'type' => 'class',
42941   'filename' => 'modules/search/search.test',
42942   'module' => 'search',
42943   'weight' => '0',
42944 ))
42945 ->values(array(
42946   'name' => 'SearchExcerptTestCase',
42947   'type' => 'class',
42948   'filename' => 'modules/search/search.test',
42949   'module' => 'search',
42950   'weight' => '0',
42951 ))
42952 ->values(array(
42953   'name' => 'SearchExpressionInsertExtractTestCase',
42954   'type' => 'class',
42955   'filename' => 'modules/search/search.test',
42956   'module' => 'search',
42957   'weight' => '0',
42958 ))
42959 ->values(array(
42960   'name' => 'SearchKeywordsConditions',
42961   'type' => 'class',
42962   'filename' => 'modules/search/search.test',
42963   'module' => 'search',
42964   'weight' => '0',
42965 ))
42966 ->values(array(
42967   'name' => 'SearchLanguageTestCase',
42968   'type' => 'class',
42969   'filename' => 'modules/search/search.test',
42970   'module' => 'search',
42971   'weight' => '0',
42972 ))
42973 ->values(array(
42974   'name' => 'SearchMatchTestCase',
42975   'type' => 'class',
42976   'filename' => 'modules/search/search.test',
42977   'module' => 'search',
42978   'weight' => '0',
42979 ))
42980 ->values(array(
42981   'name' => 'SearchNodeAccessTest',
42982   'type' => 'class',
42983   'filename' => 'modules/search/search.test',
42984   'module' => 'search',
42985   'weight' => '0',
42986 ))
42987 ->values(array(
42988   'name' => 'SearchNodeTagTest',
42989   'type' => 'class',
42990   'filename' => 'modules/search/search.test',
42991   'module' => 'search',
42992   'weight' => '0',
42993 ))
42994 ->values(array(
42995   'name' => 'SearchNumberMatchingTestCase',
42996   'type' => 'class',
42997   'filename' => 'modules/search/search.test',
42998   'module' => 'search',
42999   'weight' => '0',
43000 ))
43001 ->values(array(
43002   'name' => 'SearchNumbersTestCase',
43003   'type' => 'class',
43004   'filename' => 'modules/search/search.test',
43005   'module' => 'search',
43006   'weight' => '0',
43007 ))
43008 ->values(array(
43009   'name' => 'SearchPageOverride',
43010   'type' => 'class',
43011   'filename' => 'modules/search/search.test',
43012   'module' => 'search',
43013   'weight' => '0',
43014 ))
43015 ->values(array(
43016   'name' => 'SearchPageText',
43017   'type' => 'class',
43018   'filename' => 'modules/search/search.test',
43019   'module' => 'search',
43020   'weight' => '0',
43021 ))
43022 ->values(array(
43023   'name' => 'SearchQuery',
43024   'type' => 'class',
43025   'filename' => 'modules/search/search.extender.inc',
43026   'module' => 'search',
43027   'weight' => '0',
43028 ))
43029 ->values(array(
43030   'name' => 'SearchRankingTestCase',
43031   'type' => 'class',
43032   'filename' => 'modules/search/search.test',
43033   'module' => 'search',
43034   'weight' => '0',
43035 ))
43036 ->values(array(
43037   'name' => 'SearchSetLocaleTest',
43038   'type' => 'class',
43039   'filename' => 'modules/search/search.test',
43040   'module' => 'search',
43041   'weight' => '0',
43042 ))
43043 ->values(array(
43044   'name' => 'SearchSimplifyTestCase',
43045   'type' => 'class',
43046   'filename' => 'modules/search/search.test',
43047   'module' => 'search',
43048   'weight' => '0',
43049 ))
43050 ->values(array(
43051   'name' => 'SearchTokenizerTestCase',
43052   'type' => 'class',
43053   'filename' => 'modules/search/search.test',
43054   'module' => 'search',
43055   'weight' => '0',
43056 ))
43057 ->values(array(
43058   'name' => 'SelectQuery',
43059   'type' => 'class',
43060   'filename' => 'includes/database/select.inc',
43061   'module' => '',
43062   'weight' => '0',
43063 ))
43064 ->values(array(
43065   'name' => 'SelectQueryExtender',
43066   'type' => 'class',
43067   'filename' => 'includes/database/select.inc',
43068   'module' => '',
43069   'weight' => '0',
43070 ))
43071 ->values(array(
43072   'name' => 'SelectQueryInterface',
43073   'type' => 'interface',
43074   'filename' => 'includes/database/select.inc',
43075   'module' => '',
43076   'weight' => '0',
43077 ))
43078 ->values(array(
43079   'name' => 'SelectQuery_pgsql',
43080   'type' => 'class',
43081   'filename' => 'includes/database/pgsql/select.inc',
43082   'module' => '',
43083   'weight' => '0',
43084 ))
43085 ->values(array(
43086   'name' => 'SelectQuery_sqlite',
43087   'type' => 'class',
43088   'filename' => 'includes/database/sqlite/select.inc',
43089   'module' => '',
43090   'weight' => '0',
43091 ))
43092 ->values(array(
43093   'name' => 'SEPhoneNumberTestCase',
43094   'type' => 'class',
43095   'filename' => 'sites/all/modules/phone/tests/phone.se.test',
43096   'module' => 'phone',
43097   'weight' => '0',
43098 ))
43099 ->values(array(
43100   'name' => 'SessionHttpsTestCase',
43101   'type' => 'class',
43102   'filename' => 'modules/simpletest/tests/session.test',
43103   'module' => 'simpletest',
43104   'weight' => '0',
43105 ))
43106 ->values(array(
43107   'name' => 'SessionTestCase',
43108   'type' => 'class',
43109   'filename' => 'modules/simpletest/tests/session.test',
43110   'module' => 'simpletest',
43111   'weight' => '0',
43112 ))
43113 ->values(array(
43114   'name' => 'SGPhoneNumberTestCase',
43115   'type' => 'class',
43116   'filename' => 'sites/all/modules/phone/tests/phone.sg.test',
43117   'module' => 'phone',
43118   'weight' => '0',
43119 ))
43120 ->values(array(
43121   'name' => 'ShortcutLinksTestCase',
43122   'type' => 'class',
43123   'filename' => 'modules/shortcut/shortcut.test',
43124   'module' => 'shortcut',
43125   'weight' => '0',
43126 ))
43127 ->values(array(
43128   'name' => 'ShortcutSetsTestCase',
43129   'type' => 'class',
43130   'filename' => 'modules/shortcut/shortcut.test',
43131   'module' => 'shortcut',
43132   'weight' => '0',
43133 ))
43134 ->values(array(
43135   'name' => 'ShortcutTestCase',
43136   'type' => 'class',
43137   'filename' => 'modules/shortcut/shortcut.test',
43138   'module' => 'shortcut',
43139   'weight' => '0',
43140 ))
43141 ->values(array(
43142   'name' => 'ShutdownFunctionsTest',
43143   'type' => 'class',
43144   'filename' => 'modules/system/system.test',
43145   'module' => 'system',
43146   'weight' => '0',
43147 ))
43148 ->values(array(
43149   'name' => 'SimpleTestBrokenSetUp',
43150   'type' => 'class',
43151   'filename' => 'modules/simpletest/simpletest.test',
43152   'module' => 'simpletest',
43153   'weight' => '0',
43154 ))
43155 ->values(array(
43156   'name' => 'SimpleTestBrowserTestCase',
43157   'type' => 'class',
43158   'filename' => 'modules/simpletest/simpletest.test',
43159   'module' => 'simpletest',
43160   'weight' => '0',
43161 ))
43162 ->values(array(
43163   'name' => 'SimpleTestDiscoveryTestCase',
43164   'type' => 'class',
43165   'filename' => 'modules/simpletest/simpletest.test',
43166   'module' => 'simpletest',
43167   'weight' => '0',
43168 ))
43169 ->values(array(
43170   'name' => 'SimpleTestFolderTestCase',
43171   'type' => 'class',
43172   'filename' => 'modules/simpletest/simpletest.test',
43173   'module' => 'simpletest',
43174   'weight' => '0',
43175 ))
43176 ->values(array(
43177   'name' => 'SimpleTestFunctionalTest',
43178   'type' => 'class',
43179   'filename' => 'modules/simpletest/simpletest.test',
43180   'module' => 'simpletest',
43181   'weight' => '0',
43182 ))
43183 ->values(array(
43184   'name' => 'SimpleTestInstallationProfileModuleTestsTestCase',
43185   'type' => 'class',
43186   'filename' => 'modules/simpletest/simpletest.test',
43187   'module' => 'simpletest',
43188   'weight' => '0',
43189 ))
43190 ->values(array(
43191   'name' => 'SimpleTestMailCaptureTestCase',
43192   'type' => 'class',
43193   'filename' => 'modules/simpletest/simpletest.test',
43194   'module' => 'simpletest',
43195   'weight' => '0',
43196 ))
43197 ->values(array(
43198   'name' => 'SimpleTestMissingDependentModuleUnitTest',
43199   'type' => 'class',
43200   'filename' => 'modules/simpletest/simpletest.test',
43201   'module' => 'simpletest',
43202   'weight' => '0',
43203 ))
43204 ->values(array(
43205   'name' => 'SimpleTestOtherInstallationProfileModuleTestsTestCase',
43206   'type' => 'class',
43207   'filename' => 'modules/simpletest/simpletest.test',
43208   'module' => 'simpletest',
43209   'weight' => '0',
43210 ))
43211 ->values(array(
43212   'name' => 'SiteMaintenanceTestCase',
43213   'type' => 'class',
43214   'filename' => 'modules/system/system.test',
43215   'module' => 'system',
43216   'weight' => '0',
43217 ))
43218 ->values(array(
43219   'name' => 'SkipDotsRecursiveDirectoryIterator',
43220   'type' => 'class',
43221   'filename' => 'includes/filetransfer/filetransfer.inc',
43222   'module' => '',
43223   'weight' => '0',
43224 ))
43225 ->values(array(
43226   'name' => 'StatisticsAdminTestCase',
43227   'type' => 'class',
43228   'filename' => 'modules/statistics/statistics.test',
43229   'module' => 'statistics',
43230   'weight' => '0',
43231 ))
43232 ->values(array(
43233   'name' => 'StatisticsBlockVisitorsTestCase',
43234   'type' => 'class',
43235   'filename' => 'modules/statistics/statistics.test',
43236   'module' => 'statistics',
43237   'weight' => '0',
43238 ))
43239 ->values(array(
43240   'name' => 'StatisticsLoggingTestCase',
43241   'type' => 'class',
43242   'filename' => 'modules/statistics/statistics.test',
43243   'module' => 'statistics',
43244   'weight' => '0',
43245 ))
43246 ->values(array(
43247   'name' => 'StatisticsReportsTestCase',
43248   'type' => 'class',
43249   'filename' => 'modules/statistics/statistics.test',
43250   'module' => 'statistics',
43251   'weight' => '0',
43252 ))
43253 ->values(array(
43254   'name' => 'StatisticsTestCase',
43255   'type' => 'class',
43256   'filename' => 'modules/statistics/statistics.test',
43257   'module' => 'statistics',
43258   'weight' => '0',
43259 ))
43260 ->values(array(
43261   'name' => 'StatisticsTokenReplaceTestCase',
43262   'type' => 'class',
43263   'filename' => 'modules/statistics/statistics.test',
43264   'module' => 'statistics',
43265   'weight' => '0',
43266 ))
43267 ->values(array(
43268   'name' => 'StreamWrapperInterface',
43269   'type' => 'interface',
43270   'filename' => 'includes/stream_wrappers.inc',
43271   'module' => '',
43272   'weight' => '0',
43273 ))
43274 ->values(array(
43275   'name' => 'StreamWrapperTest',
43276   'type' => 'class',
43277   'filename' => 'modules/simpletest/tests/file.test',
43278   'module' => 'simpletest',
43279   'weight' => '0',
43280 ))
43281 ->values(array(
43282   'name' => 'SummaryLengthTestCase',
43283   'type' => 'class',
43284   'filename' => 'modules/node/node.test',
43285   'module' => 'node',
43286   'weight' => '0',
43287 ))
43288 ->values(array(
43289   'name' => 'SyslogTestCase',
43290   'type' => 'class',
43291   'filename' => 'modules/syslog/syslog.test',
43292   'module' => 'syslog',
43293   'weight' => '0',
43294 ))
43295 ->values(array(
43296   'name' => 'SystemAdminTestCase',
43297   'type' => 'class',
43298   'filename' => 'modules/system/system.test',
43299   'module' => 'system',
43300   'weight' => '0',
43301 ))
43302 ->values(array(
43303   'name' => 'SystemAuthorizeCase',
43304   'type' => 'class',
43305   'filename' => 'modules/system/system.test',
43306   'module' => 'system',
43307   'weight' => '0',
43308 ))
43309 ->values(array(
43310   'name' => 'SystemBlockTestCase',
43311   'type' => 'class',
43312   'filename' => 'modules/system/system.test',
43313   'module' => 'system',
43314   'weight' => '0',
43315 ))
43316 ->values(array(
43317   'name' => 'SystemIndexPhpTest',
43318   'type' => 'class',
43319   'filename' => 'modules/system/system.test',
43320   'module' => 'system',
43321   'weight' => '0',
43322 ))
43323 ->values(array(
43324   'name' => 'SystemInfoAlterTestCase',
43325   'type' => 'class',
43326   'filename' => 'modules/system/system.test',
43327   'module' => 'system',
43328   'weight' => '0',
43329 ))
43330 ->values(array(
43331   'name' => 'SystemMainContentFallback',
43332   'type' => 'class',
43333   'filename' => 'modules/system/system.test',
43334   'module' => 'system',
43335   'weight' => '0',
43336 ))
43337 ->values(array(
43338   'name' => 'SystemQueue',
43339   'type' => 'class',
43340   'filename' => 'modules/system/system.queue.inc',
43341   'module' => 'system',
43342   'weight' => '0',
43343 ))
43344 ->values(array(
43345   'name' => 'SystemThemeFunctionalTest',
43346   'type' => 'class',
43347   'filename' => 'modules/system/system.test',
43348   'module' => 'system',
43349   'weight' => '0',
43350 ))
43351 ->values(array(
43352   'name' => 'SystemValidTokenTest',
43353   'type' => 'class',
43354   'filename' => 'modules/system/system.test',
43355   'module' => 'system',
43356   'weight' => '0',
43357 ))
43358 ->values(array(
43359   'name' => 'TableSort',
43360   'type' => 'class',
43361   'filename' => 'includes/tablesort.inc',
43362   'module' => '',
43363   'weight' => '0',
43364 ))
43365 ->values(array(
43366   'name' => 'TableSortTest',
43367   'type' => 'class',
43368   'filename' => 'modules/simpletest/tests/tablesort.test',
43369   'module' => 'simpletest',
43370   'weight' => '0',
43371 ))
43372 ->values(array(
43373   'name' => 'TaxonomyEFQTestCase',
43374   'type' => 'class',
43375   'filename' => 'modules/taxonomy/taxonomy.test',
43376   'module' => 'taxonomy',
43377   'weight' => '0',
43378 ))
43379 ->values(array(
43380   'name' => 'TaxonomyHooksTestCase',
43381   'type' => 'class',
43382   'filename' => 'modules/taxonomy/taxonomy.test',
43383   'module' => 'taxonomy',
43384   'weight' => '0',
43385 ))
43386 ->values(array(
43387   'name' => 'TaxonomyLegacyTestCase',
43388   'type' => 'class',
43389   'filename' => 'modules/taxonomy/taxonomy.test',
43390   'module' => 'taxonomy',
43391   'weight' => '0',
43392 ))
43393 ->values(array(
43394   'name' => 'TaxonomyLoadMultipleTestCase',
43395   'type' => 'class',
43396   'filename' => 'modules/taxonomy/taxonomy.test',
43397   'module' => 'taxonomy',
43398   'weight' => '0',
43399 ))
43400 ->values(array(
43401   'name' => 'TaxonomyRSSTestCase',
43402   'type' => 'class',
43403   'filename' => 'modules/taxonomy/taxonomy.test',
43404   'module' => 'taxonomy',
43405   'weight' => '0',
43406 ))
43407 ->values(array(
43408   'name' => 'TaxonomyTermController',
43409   'type' => 'class',
43410   'filename' => 'modules/taxonomy/taxonomy.module',
43411   'module' => 'taxonomy',
43412   'weight' => '0',
43413 ))
43414 ->values(array(
43415   'name' => 'TaxonomyTermFieldMultipleVocabularyTestCase',
43416   'type' => 'class',
43417   'filename' => 'modules/taxonomy/taxonomy.test',
43418   'module' => 'taxonomy',
43419   'weight' => '0',
43420 ))
43421 ->values(array(
43422   'name' => 'TaxonomyTermFieldTestCase',
43423   'type' => 'class',
43424   'filename' => 'modules/taxonomy/taxonomy.test',
43425   'module' => 'taxonomy',
43426   'weight' => '0',
43427 ))
43428 ->values(array(
43429   'name' => 'TaxonomyTermFunctionTestCase',
43430   'type' => 'class',
43431   'filename' => 'modules/taxonomy/taxonomy.test',
43432   'module' => 'taxonomy',
43433   'weight' => '0',
43434 ))
43435 ->values(array(
43436   'name' => 'TaxonomyTermIndexTestCase',
43437   'type' => 'class',
43438   'filename' => 'modules/taxonomy/taxonomy.test',
43439   'module' => 'taxonomy',
43440   'weight' => '0',
43441 ))
43442 ->values(array(
43443   'name' => 'TaxonomyTermTestCase',
43444   'type' => 'class',
43445   'filename' => 'modules/taxonomy/taxonomy.test',
43446   'module' => 'taxonomy',
43447   'weight' => '0',
43448 ))
43449 ->values(array(
43450   'name' => 'TaxonomyThemeTestCase',
43451   'type' => 'class',
43452   'filename' => 'modules/taxonomy/taxonomy.test',
43453   'module' => 'taxonomy',
43454   'weight' => '0',
43455 ))
43456 ->values(array(
43457   'name' => 'TaxonomyTokenReplaceTestCase',
43458   'type' => 'class',
43459   'filename' => 'modules/taxonomy/taxonomy.test',
43460   'module' => 'taxonomy',
43461   'weight' => '0',
43462 ))
43463 ->values(array(
43464   'name' => 'TaxonomyVocabularyController',
43465   'type' => 'class',
43466   'filename' => 'modules/taxonomy/taxonomy.module',
43467   'module' => 'taxonomy',
43468   'weight' => '0',
43469 ))
43470 ->values(array(
43471   'name' => 'TaxonomyVocabularyFunctionalTest',
43472   'type' => 'class',
43473   'filename' => 'modules/taxonomy/taxonomy.test',
43474   'module' => 'taxonomy',
43475   'weight' => '0',
43476 ))
43477 ->values(array(
43478   'name' => 'TaxonomyVocabularyTestCase',
43479   'type' => 'class',
43480   'filename' => 'modules/taxonomy/taxonomy.test',
43481   'module' => 'taxonomy',
43482   'weight' => '0',
43483 ))
43484 ->values(array(
43485   'name' => 'TaxonomyWebTestCase',
43486   'type' => 'class',
43487   'filename' => 'modules/taxonomy/taxonomy.test',
43488   'module' => 'taxonomy',
43489   'weight' => '0',
43490 ))
43491 ->values(array(
43492   'name' => 'TestFileTransfer',
43493   'type' => 'class',
43494   'filename' => 'modules/simpletest/tests/filetransfer.test',
43495   'module' => 'simpletest',
43496   'weight' => '0',
43497 ))
43498 ->values(array(
43499   'name' => 'TestingMailSystem',
43500   'type' => 'class',
43501   'filename' => 'modules/system/system.mail.inc',
43502   'module' => 'system',
43503   'weight' => '0',
43504 ))
43505 ->values(array(
43506   'name' => 'TextFieldTestCase',
43507   'type' => 'class',
43508   'filename' => 'modules/field/modules/text/text.test',
43509   'module' => 'text',
43510   'weight' => '0',
43511 ))
43512 ->values(array(
43513   'name' => 'TextSummaryTestCase',
43514   'type' => 'class',
43515   'filename' => 'modules/field/modules/text/text.test',
43516   'module' => 'text',
43517   'weight' => '0',
43518 ))
43519 ->values(array(
43520   'name' => 'TextTranslationTestCase',
43521   'type' => 'class',
43522   'filename' => 'modules/field/modules/text/text.test',
43523   'module' => 'text',
43524   'weight' => '0',
43525 ))
43526 ->values(array(
43527   'name' => 'ThemeDebugMarkupTestCase',
43528   'type' => 'class',
43529   'filename' => 'modules/simpletest/tests/theme.test',
43530   'module' => 'simpletest',
43531   'weight' => '0',
43532 ))
43533 ->values(array(
43534   'name' => 'ThemeFastTestCase',
43535   'type' => 'class',
43536   'filename' => 'modules/simpletest/tests/theme.test',
43537   'module' => 'simpletest',
43538   'weight' => '0',
43539 ))
43540 ->values(array(
43541   'name' => 'ThemeHookInitTestCase',
43542   'type' => 'class',
43543   'filename' => 'modules/simpletest/tests/theme.test',
43544   'module' => 'simpletest',
43545   'weight' => '0',
43546 ))
43547 ->values(array(
43548   'name' => 'ThemeItemListUnitTest',
43549   'type' => 'class',
43550   'filename' => 'modules/simpletest/tests/theme.test',
43551   'module' => 'simpletest',
43552   'weight' => '0',
43553 ))
43554 ->values(array(
43555   'name' => 'ThemeLinksTest',
43556   'type' => 'class',
43557   'filename' => 'modules/simpletest/tests/theme.test',
43558   'module' => 'simpletest',
43559   'weight' => '0',
43560 ))
43561 ->values(array(
43562   'name' => 'ThemeRegistry',
43563   'type' => 'class',
43564   'filename' => 'includes/theme.inc',
43565   'module' => '',
43566   'weight' => '0',
43567 ))
43568 ->values(array(
43569   'name' => 'ThemeRegistryTestCase',
43570   'type' => 'class',
43571   'filename' => 'modules/simpletest/tests/theme.test',
43572   'module' => 'simpletest',
43573   'weight' => '0',
43574 ))
43575 ->values(array(
43576   'name' => 'ThemeTableTestCase',
43577   'type' => 'class',
43578   'filename' => 'modules/simpletest/tests/theme.test',
43579   'module' => 'simpletest',
43580   'weight' => '0',
43581 ))
43582 ->values(array(
43583   'name' => 'ThemeTestCase',
43584   'type' => 'class',
43585   'filename' => 'modules/simpletest/tests/theme.test',
43586   'module' => 'simpletest',
43587   'weight' => '0',
43588 ))
43589 ->values(array(
43590   'name' => 'ThemeUpdater',
43591   'type' => 'class',
43592   'filename' => 'modules/system/system.updater.inc',
43593   'module' => 'system',
43594   'weight' => '0',
43595 ))
43596 ->values(array(
43597   'name' => 'TokenReplaceTestCase',
43598   'type' => 'class',
43599   'filename' => 'modules/system/system.test',
43600   'module' => 'system',
43601   'weight' => '0',
43602 ))
43603 ->values(array(
43604   'name' => 'TokenScanTest',
43605   'type' => 'class',
43606   'filename' => 'modules/system/system.test',
43607   'module' => 'system',
43608   'weight' => '0',
43609 ))
43610 ->values(array(
43611   'name' => 'TrackerTest',
43612   'type' => 'class',
43613   'filename' => 'modules/tracker/tracker.test',
43614   'module' => 'tracker',
43615   'weight' => '0',
43616 ))
43617 ->values(array(
43618   'name' => 'TranslatableUpgradePathTestCase',
43619   'type' => 'class',
43620   'filename' => 'modules/simpletest/tests/upgrade/upgrade.translatable.test',
43621   'module' => 'simpletest',
43622   'weight' => '0',
43623 ))
43624 ->values(array(
43625   'name' => 'TranslationTestCase',
43626   'type' => 'class',
43627   'filename' => 'modules/translation/translation.test',
43628   'module' => 'translation',
43629   'weight' => '0',
43630 ))
43631 ->values(array(
43632   'name' => 'TriggerActionTestCase',
43633   'type' => 'class',
43634   'filename' => 'modules/trigger/trigger.test',
43635   'module' => 'trigger',
43636   'weight' => '0',
43637 ))
43638 ->values(array(
43639   'name' => 'TriggerContentTestCase',
43640   'type' => 'class',
43641   'filename' => 'modules/trigger/trigger.test',
43642   'module' => 'trigger',
43643   'weight' => '0',
43644 ))
43645 ->values(array(
43646   'name' => 'TriggerCronTestCase',
43647   'type' => 'class',
43648   'filename' => 'modules/trigger/trigger.test',
43649   'module' => 'trigger',
43650   'weight' => '0',
43651 ))
43652 ->values(array(
43653   'name' => 'TriggerOrphanedActionsTestCase',
43654   'type' => 'class',
43655   'filename' => 'modules/trigger/trigger.test',
43656   'module' => 'trigger',
43657   'weight' => '0',
43658 ))
43659 ->values(array(
43660   'name' => 'TriggerOtherTestCase',
43661   'type' => 'class',
43662   'filename' => 'modules/trigger/trigger.test',
43663   'module' => 'trigger',
43664   'weight' => '0',
43665 ))
43666 ->values(array(
43667   'name' => 'TriggerUnassignTestCase',
43668   'type' => 'class',
43669   'filename' => 'modules/trigger/trigger.test',
43670   'module' => 'trigger',
43671   'weight' => '0',
43672 ))
43673 ->values(array(
43674   'name' => 'TriggerUpdatePathTestCase',
43675   'type' => 'class',
43676   'filename' => 'modules/simpletest/tests/upgrade/update.trigger.test',
43677   'module' => 'simpletest',
43678   'weight' => '0',
43679 ))
43680 ->values(array(
43681   'name' => 'TriggerUserActionTestCase',
43682   'type' => 'class',
43683   'filename' => 'modules/trigger/trigger.test',
43684   'module' => 'trigger',
43685   'weight' => '0',
43686 ))
43687 ->values(array(
43688   'name' => 'TriggerUserTokenTestCase',
43689   'type' => 'class',
43690   'filename' => 'modules/trigger/trigger.test',
43691   'module' => 'trigger',
43692   'weight' => '0',
43693 ))
43694 ->values(array(
43695   'name' => 'TriggerWebTestCase',
43696   'type' => 'class',
43697   'filename' => 'modules/trigger/trigger.test',
43698   'module' => 'trigger',
43699   'weight' => '0',
43700 ))
43701 ->values(array(
43702   'name' => 'TruncateQuery',
43703   'type' => 'class',
43704   'filename' => 'includes/database/query.inc',
43705   'module' => '',
43706   'weight' => '0',
43707 ))
43708 ->values(array(
43709   'name' => 'TruncateQuery_mysql',
43710   'type' => 'class',
43711   'filename' => 'includes/database/mysql/query.inc',
43712   'module' => '',
43713   'weight' => '0',
43714 ))
43715 ->values(array(
43716   'name' => 'TruncateQuery_sqlite',
43717   'type' => 'class',
43718   'filename' => 'includes/database/sqlite/query.inc',
43719   'module' => '',
43720   'weight' => '0',
43721 ))
43722 ->values(array(
43723   'name' => 'UAPhoneNumberTestCase',
43724   'type' => 'class',
43725   'filename' => 'sites/all/modules/phone/tests/phone.ua.test',
43726   'module' => 'phone',
43727   'weight' => '0',
43728 ))
43729 ->values(array(
43730   'name' => 'UKPhoneNumberTestCase',
43731   'type' => 'class',
43732   'filename' => 'sites/all/modules/phone/tests/phone.uk.test',
43733   'module' => 'phone',
43734   'weight' => '0',
43735 ))
43736 ->values(array(
43737   'name' => 'UnicodeUnitTest',
43738   'type' => 'class',
43739   'filename' => 'modules/simpletest/tests/unicode.test',
43740   'module' => 'simpletest',
43741   'weight' => '0',
43742 ))
43743 ->values(array(
43744   'name' => 'UpdateCoreTestCase',
43745   'type' => 'class',
43746   'filename' => 'modules/update/update.test',
43747   'module' => 'update',
43748   'weight' => '0',
43749 ))
43750 ->values(array(
43751   'name' => 'UpdateCoreUnitTestCase',
43752   'type' => 'class',
43753   'filename' => 'modules/update/update.test',
43754   'module' => 'update',
43755   'weight' => '0',
43756 ))
43757 ->values(array(
43758   'name' => 'UpdateDependencyHookInvocationTestCase',
43759   'type' => 'class',
43760   'filename' => 'modules/simpletest/tests/update.test',
43761   'module' => 'simpletest',
43762   'weight' => '0',
43763 ))
43764 ->values(array(
43765   'name' => 'UpdateDependencyMissingTestCase',
43766   'type' => 'class',
43767   'filename' => 'modules/simpletest/tests/update.test',
43768   'module' => 'simpletest',
43769   'weight' => '0',
43770 ))
43771 ->values(array(
43772   'name' => 'UpdateDependencyOrderingTestCase',
43773   'type' => 'class',
43774   'filename' => 'modules/simpletest/tests/update.test',
43775   'module' => 'simpletest',
43776   'weight' => '0',
43777 ))
43778 ->values(array(
43779   'name' => 'UpdateFeedItemTestCase',
43780   'type' => 'class',
43781   'filename' => 'modules/aggregator/aggregator.test',
43782   'module' => 'aggregator',
43783   'weight' => '0',
43784 ))
43785 ->values(array(
43786   'name' => 'UpdateFeedTestCase',
43787   'type' => 'class',
43788   'filename' => 'modules/aggregator/aggregator.test',
43789   'module' => 'aggregator',
43790   'weight' => '0',
43791 ))
43792 ->values(array(
43793   'name' => 'UpdatePathTestCase',
43794   'type' => 'class',
43795   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
43796   'module' => 'simpletest',
43797   'weight' => '0',
43798 ))
43799 ->values(array(
43800   'name' => 'UpdateQuery',
43801   'type' => 'class',
43802   'filename' => 'includes/database/query.inc',
43803   'module' => '',
43804   'weight' => '0',
43805 ))
43806 ->values(array(
43807   'name' => 'UpdateQuery_pgsql',
43808   'type' => 'class',
43809   'filename' => 'includes/database/pgsql/query.inc',
43810   'module' => '',
43811   'weight' => '0',
43812 ))
43813 ->values(array(
43814   'name' => 'UpdateQuery_sqlite',
43815   'type' => 'class',
43816   'filename' => 'includes/database/sqlite/query.inc',
43817   'module' => '',
43818   'weight' => '0',
43819 ))
43820 ->values(array(
43821   'name' => 'Updater',
43822   'type' => 'class',
43823   'filename' => 'includes/updater.inc',
43824   'module' => '',
43825   'weight' => '0',
43826 ))
43827 ->values(array(
43828   'name' => 'UpdaterException',
43829   'type' => 'class',
43830   'filename' => 'includes/updater.inc',
43831   'module' => '',
43832   'weight' => '0',
43833 ))
43834 ->values(array(
43835   'name' => 'UpdaterFileTransferException',
43836   'type' => 'class',
43837   'filename' => 'includes/updater.inc',
43838   'module' => '',
43839   'weight' => '0',
43840 ))
43841 ->values(array(
43842   'name' => 'UpdateScriptFunctionalTest',
43843   'type' => 'class',
43844   'filename' => 'modules/system/system.test',
43845   'module' => 'system',
43846   'weight' => '0',
43847 ))
43848 ->values(array(
43849   'name' => 'UpdateTestContribCase',
43850   'type' => 'class',
43851   'filename' => 'modules/update/update.test',
43852   'module' => 'update',
43853   'weight' => '0',
43854 ))
43855 ->values(array(
43856   'name' => 'UpdateTestHelper',
43857   'type' => 'class',
43858   'filename' => 'modules/update/update.test',
43859   'module' => 'update',
43860   'weight' => '0',
43861 ))
43862 ->values(array(
43863   'name' => 'UpdateTestUploadCase',
43864   'type' => 'class',
43865   'filename' => 'modules/update/update.test',
43866   'module' => 'update',
43867   'weight' => '0',
43868 ))
43869 ->values(array(
43870   'name' => 'UpgradePathTaxonomyTestCase',
43871   'type' => 'class',
43872   'filename' => 'modules/simpletest/tests/upgrade/upgrade.taxonomy.test',
43873   'module' => 'simpletest',
43874   'weight' => '0',
43875 ))
43876 ->values(array(
43877   'name' => 'UpgradePathTestCase',
43878   'type' => 'class',
43879   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
43880   'module' => 'simpletest',
43881   'weight' => '0',
43882 ))
43883 ->values(array(
43884   'name' => 'UpgradePathTriggerTestCase',
43885   'type' => 'class',
43886   'filename' => 'modules/simpletest/tests/upgrade/upgrade.trigger.test',
43887   'module' => 'simpletest',
43888   'weight' => '0',
43889 ))
43890 ->values(array(
43891   'name' => 'UploadUpgradePathTestCase',
43892   'type' => 'class',
43893   'filename' => 'modules/simpletest/tests/upgrade/upgrade.upload.test',
43894   'module' => 'simpletest',
43895   'weight' => '0',
43896 ))
43897 ->values(array(
43898   'name' => 'UrlAlterFunctionalTest',
43899   'type' => 'class',
43900   'filename' => 'modules/simpletest/tests/path.test',
43901   'module' => 'simpletest',
43902   'weight' => '0',
43903 ))
43904 ->values(array(
43905   'name' => 'UserAccountLinksUnitTests',
43906   'type' => 'class',
43907   'filename' => 'modules/user/user.test',
43908   'module' => 'user',
43909   'weight' => '0',
43910 ))
43911 ->values(array(
43912   'name' => 'UserAdminTestCase',
43913   'type' => 'class',
43914   'filename' => 'modules/user/user.test',
43915   'module' => 'user',
43916   'weight' => '0',
43917 ))
43918 ->values(array(
43919   'name' => 'UserAuthmapAssignmentTestCase',
43920   'type' => 'class',
43921   'filename' => 'modules/user/user.test',
43922   'module' => 'user',
43923   'weight' => '0',
43924 ))
43925 ->values(array(
43926   'name' => 'UserAutocompleteTestCase',
43927   'type' => 'class',
43928   'filename' => 'modules/user/user.test',
43929   'module' => 'user',
43930   'weight' => '0',
43931 ))
43932 ->values(array(
43933   'name' => 'UserBlocksUnitTests',
43934   'type' => 'class',
43935   'filename' => 'modules/user/user.test',
43936   'module' => 'user',
43937   'weight' => '0',
43938 ))
43939 ->values(array(
43940   'name' => 'UserCancelTestCase',
43941   'type' => 'class',
43942   'filename' => 'modules/user/user.test',
43943   'module' => 'user',
43944   'weight' => '0',
43945 ))
43946 ->values(array(
43947   'name' => 'UserController',
43948   'type' => 'class',
43949   'filename' => 'modules/user/user.module',
43950   'module' => 'user',
43951   'weight' => '0',
43952 ))
43953 ->values(array(
43954   'name' => 'UserCreateTestCase',
43955   'type' => 'class',
43956   'filename' => 'modules/user/user.test',
43957   'module' => 'user',
43958   'weight' => '0',
43959 ))
43960 ->values(array(
43961   'name' => 'UserEditedOwnAccountTestCase',
43962   'type' => 'class',
43963   'filename' => 'modules/user/user.test',
43964   'module' => 'user',
43965   'weight' => '0',
43966 ))
43967 ->values(array(
43968   'name' => 'UserEditTestCase',
43969   'type' => 'class',
43970   'filename' => 'modules/user/user.test',
43971   'module' => 'user',
43972   'weight' => '0',
43973 ))
43974 ->values(array(
43975   'name' => 'UserLoginTestCase',
43976   'type' => 'class',
43977   'filename' => 'modules/user/user.test',
43978   'module' => 'user',
43979   'weight' => '0',
43980 ))
43981 ->values(array(
43982   'name' => 'UserPasswordResetTestCase',
43983   'type' => 'class',
43984   'filename' => 'modules/user/user.test',
43985   'module' => 'user',
43986   'weight' => '0',
43987 ))
43988 ->values(array(
43989   'name' => 'UserPermissionsTestCase',
43990   'type' => 'class',
43991   'filename' => 'modules/user/user.test',
43992   'module' => 'user',
43993   'weight' => '0',
43994 ))
43995 ->values(array(
43996   'name' => 'UserPictureTestCase',
43997   'type' => 'class',
43998   'filename' => 'modules/user/user.test',
43999   'module' => 'user',
44000   'weight' => '0',
44001 ))
44002 ->values(array(
44003   'name' => 'UserRegistrationTestCase',
44004   'type' => 'class',
44005   'filename' => 'modules/user/user.test',
44006   'module' => 'user',
44007   'weight' => '0',
44008 ))
44009 ->values(array(
44010   'name' => 'UserRoleAdminTestCase',
44011   'type' => 'class',
44012   'filename' => 'modules/user/user.test',
44013   'module' => 'user',
44014   'weight' => '0',
44015 ))
44016 ->values(array(
44017   'name' => 'UserRolesAssignmentTestCase',
44018   'type' => 'class',
44019   'filename' => 'modules/user/user.test',
44020   'module' => 'user',
44021   'weight' => '0',
44022 ))
44023 ->values(array(
44024   'name' => 'UserSaveTestCase',
44025   'type' => 'class',
44026   'filename' => 'modules/user/user.test',
44027   'module' => 'user',
44028   'weight' => '0',
44029 ))
44030 ->values(array(
44031   'name' => 'UserSignatureTestCase',
44032   'type' => 'class',
44033   'filename' => 'modules/user/user.test',
44034   'module' => 'user',
44035   'weight' => '0',
44036 ))
44037 ->values(array(
44038   'name' => 'UserTimeZoneFunctionalTest',
44039   'type' => 'class',
44040   'filename' => 'modules/user/user.test',
44041   'module' => 'user',
44042   'weight' => '0',
44043 ))
44044 ->values(array(
44045   'name' => 'UserTokenReplaceTestCase',
44046   'type' => 'class',
44047   'filename' => 'modules/user/user.test',
44048   'module' => 'user',
44049   'weight' => '0',
44050 ))
44051 ->values(array(
44052   'name' => 'UserUpdatePathTestCase',
44053   'type' => 'class',
44054   'filename' => 'modules/simpletest/tests/upgrade/update.user.test',
44055   'module' => 'simpletest',
44056   'weight' => '0',
44057 ))
44058 ->values(array(
44059   'name' => 'UserUpgradePathDuplicatedPermissionTestCase',
44060   'type' => 'class',
44061   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
44062   'module' => 'simpletest',
44063   'weight' => '0',
44064 ))
44065 ->values(array(
44066   'name' => 'UserUpgradePathNoPasswordTokenTestCase',
44067   'type' => 'class',
44068   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
44069   'module' => 'simpletest',
44070   'weight' => '0',
44071 ))
44072 ->values(array(
44073   'name' => 'UserUpgradePathPasswordTokenTestCase',
44074   'type' => 'class',
44075   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
44076   'module' => 'simpletest',
44077   'weight' => '0',
44078 ))
44079 ->values(array(
44080   'name' => 'UserUserSearchTestCase',
44081   'type' => 'class',
44082   'filename' => 'modules/user/user.test',
44083   'module' => 'user',
44084   'weight' => '0',
44085 ))
44086 ->values(array(
44087   'name' => 'UserValidateCurrentPassCustomForm',
44088   'type' => 'class',
44089   'filename' => 'modules/user/user.test',
44090   'module' => 'user',
44091   'weight' => '0',
44092 ))
44093 ->values(array(
44094   'name' => 'UserValidationTestCase',
44095   'type' => 'class',
44096   'filename' => 'modules/user/user.test',
44097   'module' => 'user',
44098   'weight' => '0',
44099 ))
44100 ->values(array(
44101   'name' => 'ValidUrlTestCase',
44102   'type' => 'class',
44103   'filename' => 'modules/simpletest/tests/common.test',
44104   'module' => 'simpletest',
44105   'weight' => '0',
44106 ))
44107 ->values(array(
44108   'name' => 'ViewsAccessTest',
44109   'type' => 'class',
44110   'filename' => 'sites/all/modules/views/tests/views_access.test',
44111   'module' => 'views',
44112   'weight' => '0',
44113 ))
44114 ->values(array(
44115   'name' => 'ViewsAnalyzeTest',
44116   'type' => 'class',
44117   'filename' => 'sites/all/modules/views/tests/views_analyze.test',
44118   'module' => 'views',
44119   'weight' => '0',
44120 ))
44121 ->values(array(
44122   'name' => 'ViewsArgumentDefaultTest',
44123   'type' => 'class',
44124   'filename' => 'sites/all/modules/views/tests/views_argument_default.test',
44125   'module' => 'views',
44126   'weight' => '0',
44127 ))
44128 ->values(array(
44129   'name' => 'ViewsArgumentValidatorTest',
44130   'type' => 'class',
44131   'filename' => 'sites/all/modules/views/tests/views_argument_validator.test',
44132   'module' => 'views',
44133   'weight' => '0',
44134 ))
44135 ->values(array(
44136   'name' => 'ViewsBasicTest',
44137   'type' => 'class',
44138   'filename' => 'sites/all/modules/views/tests/views_basic.test',
44139   'module' => 'views',
44140   'weight' => '0',
44141 ))
44142 ->values(array(
44143   'name' => 'ViewsCacheTest',
44144   'type' => 'class',
44145   'filename' => 'sites/all/modules/views/tests/views_cache.test',
44146   'module' => 'views',
44147   'weight' => '0',
44148 ))
44149 ->values(array(
44150   'name' => 'ViewsExposedFormTest',
44151   'type' => 'class',
44152   'filename' => 'sites/all/modules/views/tests/views_exposed_form.test',
44153   'module' => 'views',
44154   'weight' => '0',
44155 ))
44156 ->values(array(
44157   'name' => 'viewsFieldApiDataTest',
44158   'type' => 'class',
44159   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
44160   'module' => 'views',
44161   'weight' => '0',
44162 ))
44163 ->values(array(
44164   'name' => 'ViewsFieldApiTestHelper',
44165   'type' => 'class',
44166   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
44167   'module' => 'views',
44168   'weight' => '0',
44169 ))
44170 ->values(array(
44171   'name' => 'ViewsGlossaryTestCase',
44172   'type' => 'class',
44173   'filename' => 'sites/all/modules/views/tests/views_glossary.test',
44174   'module' => 'views',
44175   'weight' => '0',
44176 ))
44177 ->values(array(
44178   'name' => 'ViewsHandlerAreaTextTest',
44179   'type' => 'class',
44180   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_area_text.test',
44181   'module' => 'views',
44182   'weight' => '0',
44183 ))
44184 ->values(array(
44185   'name' => 'viewsHandlerArgumentCommentUserUidTest',
44186   'type' => 'class',
44187   'filename' => 'sites/all/modules/views/tests/comment/views_handler_argument_comment_user_uid.test',
44188   'module' => 'views',
44189   'weight' => '0',
44190 ))
44191 ->values(array(
44192   'name' => 'ViewsHandlerArgumentNullTest',
44193   'type' => 'class',
44194   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_null.test',
44195   'module' => 'views',
44196   'weight' => '0',
44197 ))
44198 ->values(array(
44199   'name' => 'ViewsHandlerArgumentStringTest',
44200   'type' => 'class',
44201   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_string.test',
44202   'module' => 'views',
44203   'weight' => '0',
44204 ))
44205 ->values(array(
44206   'name' => 'ViewsHandlerFieldBooleanTest',
44207   'type' => 'class',
44208   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_boolean.test',
44209   'module' => 'views',
44210   'weight' => '0',
44211 ))
44212 ->values(array(
44213   'name' => 'ViewsHandlerFieldCustomTest',
44214   'type' => 'class',
44215   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_custom.test',
44216   'module' => 'views',
44217   'weight' => '0',
44218 ))
44219 ->values(array(
44220   'name' => 'ViewsHandlerFieldDateTest',
44221   'type' => 'class',
44222   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_date.test',
44223   'module' => 'views',
44224   'weight' => '0',
44225 ))
44226 ->values(array(
44227   'name' => 'viewsHandlerFieldFieldTest',
44228   'type' => 'class',
44229   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
44230   'module' => 'views',
44231   'weight' => '0',
44232 ))
44233 ->values(array(
44234   'name' => 'ViewsHandlerFieldMath',
44235   'type' => 'class',
44236   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_math.test',
44237   'module' => 'views',
44238   'weight' => '0',
44239 ))
44240 ->values(array(
44241   'name' => 'ViewsHandlerFieldTest',
44242   'type' => 'class',
44243   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field.test',
44244   'module' => 'views',
44245   'weight' => '0',
44246 ))
44247 ->values(array(
44248   'name' => 'ViewsHandlerFieldUrlTest',
44249   'type' => 'class',
44250   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_url.test',
44251   'module' => 'views',
44252   'weight' => '0',
44253 ))
44254 ->values(array(
44255   'name' => 'viewsHandlerFieldUserNameTest',
44256   'type' => 'class',
44257   'filename' => 'sites/all/modules/views/tests/user/views_handler_field_user_name.test',
44258   'module' => 'views',
44259   'weight' => '0',
44260 ))
44261 ->values(array(
44262   'name' => 'ViewsHandlerFilterCombineTest',
44263   'type' => 'class',
44264   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_combine.test',
44265   'module' => 'views',
44266   'weight' => '0',
44267 ))
44268 ->values(array(
44269   'name' => 'viewsHandlerFilterCommentUserUidTest',
44270   'type' => 'class',
44271   'filename' => 'sites/all/modules/views/tests/comment/views_handler_filter_comment_user_uid.test',
44272   'module' => 'views',
44273   'weight' => '0',
44274 ))
44275 ->values(array(
44276   'name' => 'ViewsHandlerFilterCounterTest',
44277   'type' => 'class',
44278   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_counter.test',
44279   'module' => 'views',
44280   'weight' => '0',
44281 ))
44282 ->values(array(
44283   'name' => 'ViewsHandlerFilterDateTest',
44284   'type' => 'class',
44285   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_date.test',
44286   'module' => 'views',
44287   'weight' => '0',
44288 ))
44289 ->values(array(
44290   'name' => 'ViewsHandlerFilterEqualityTest',
44291   'type' => 'class',
44292   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_equality.test',
44293   'module' => 'views',
44294   'weight' => '0',
44295 ))
44296 ->values(array(
44297   'name' => 'ViewsHandlerFilterInOperator',
44298   'type' => 'class',
44299   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_in_operator.test',
44300   'module' => 'views',
44301   'weight' => '0',
44302 ))
44303 ->values(array(
44304   'name' => 'ViewsHandlerFilterNumericTest',
44305   'type' => 'class',
44306   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_numeric.test',
44307   'module' => 'views',
44308   'weight' => '0',
44309 ))
44310 ->values(array(
44311   'name' => 'ViewsHandlerFilterStringTest',
44312   'type' => 'class',
44313   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_string.test',
44314   'module' => 'views',
44315   'weight' => '0',
44316 ))
44317 ->values(array(
44318   'name' => 'ViewsHandlerRelationshipNodeTermDataTest',
44319   'type' => 'class',
44320   'filename' => 'sites/all/modules/views/tests/taxonomy/views_handler_relationship_node_term_data.test',
44321   'module' => 'views',
44322   'weight' => '0',
44323 ))
44324 ->values(array(
44325   'name' => 'ViewsHandlerSortDateTest',
44326   'type' => 'class',
44327   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_date.test',
44328   'module' => 'views',
44329   'weight' => '0',
44330 ))
44331 ->values(array(
44332   'name' => 'ViewsHandlerSortRandomTest',
44333   'type' => 'class',
44334   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_random.test',
44335   'module' => 'views',
44336   'weight' => '0',
44337 ))
44338 ->values(array(
44339   'name' => 'ViewsHandlerSortTest',
44340   'type' => 'class',
44341   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort.test',
44342   'module' => 'views',
44343   'weight' => '0',
44344 ))
44345 ->values(array(
44346   'name' => 'ViewsHandlersTest',
44347   'type' => 'class',
44348   'filename' => 'sites/all/modules/views/tests/views_handlers.test',
44349   'module' => 'views',
44350   'weight' => '0',
44351 ))
44352 ->values(array(
44353   'name' => 'ViewsHandlerTestFileSize',
44354   'type' => 'class',
44355   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_file_size.test',
44356   'module' => 'views',
44357   'weight' => '0',
44358 ))
44359 ->values(array(
44360   'name' => 'ViewsHandlerTestXss',
44361   'type' => 'class',
44362   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_xss.test',
44363   'module' => 'views',
44364   'weight' => '0',
44365 ))
44366 ->values(array(
44367   'name' => 'ViewsModuleTest',
44368   'type' => 'class',
44369   'filename' => 'sites/all/modules/views/tests/views_module.test',
44370   'module' => 'views',
44371   'weight' => '0',
44372 ))
44373 ->values(array(
44374   'name' => 'ViewsNodeRevisionRelationsTestCase',
44375   'type' => 'class',
44376   'filename' => 'sites/all/modules/views/tests/node/views_node_revision_relations.test',
44377   'module' => 'views',
44378   'weight' => '0',
44379 ))
44380 ->values(array(
44381   'name' => 'ViewsPagerTest',
44382   'type' => 'class',
44383   'filename' => 'sites/all/modules/views/tests/views_pager.test',
44384   'module' => 'views',
44385   'weight' => '0',
44386 ))
44387 ->values(array(
44388   'name' => 'ViewsPagerTestCase',
44389   'type' => 'class',
44390   'filename' => 'sites/all/modules/date/tests/date_views_pager.test',
44391   'module' => 'date',
44392   'weight' => '0',
44393 ))
44394 ->values(array(
44395   'name' => 'ViewsPluginDisplayTestCase',
44396   'type' => 'class',
44397   'filename' => 'sites/all/modules/views/tests/plugins/views_plugin_display.test',
44398   'module' => 'views',
44399   'weight' => '0',
44400 ))
44401 ->values(array(
44402   'name' => 'viewsPluginStyleJumpMenuTest',
44403   'type' => 'class',
44404   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_jump_menu.test',
44405   'module' => 'views',
44406   'weight' => '0',
44407 ))
44408 ->values(array(
44409   'name' => 'ViewsPluginStyleMappingTest',
44410   'type' => 'class',
44411   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_mapping.test',
44412   'module' => 'views',
44413   'weight' => '0',
44414 ))
44415 ->values(array(
44416   'name' => 'ViewsPluginStyleTestBase',
44417   'type' => 'class',
44418   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_base.test',
44419   'module' => 'views',
44420   'weight' => '0',
44421 ))
44422 ->values(array(
44423   'name' => 'ViewsPluginStyleTestCase',
44424   'type' => 'class',
44425   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style.test',
44426   'module' => 'views',
44427   'weight' => '0',
44428 ))
44429 ->values(array(
44430   'name' => 'ViewsPluginStyleUnformattedTestCase',
44431   'type' => 'class',
44432   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_unformatted.test',
44433   'module' => 'views',
44434   'weight' => '0',
44435 ))
44436 ->values(array(
44437   'name' => 'ViewsQueryGroupByTest',
44438   'type' => 'class',
44439   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
44440   'module' => 'views',
44441   'weight' => '0',
44442 ))
44443 ->values(array(
44444   'name' => 'ViewsSqlTest',
44445   'type' => 'class',
44446   'filename' => 'sites/all/modules/views/tests/views_query.test',
44447   'module' => 'views',
44448   'weight' => '0',
44449 ))
44450 ->values(array(
44451   'name' => 'ViewsTestCase',
44452   'type' => 'class',
44453   'filename' => 'sites/all/modules/views/tests/views_query.test',
44454   'module' => 'views',
44455   'weight' => '0',
44456 ))
44457 ->values(array(
44458   'name' => 'ViewsTranslatableTest',
44459   'type' => 'class',
44460   'filename' => 'sites/all/modules/views/tests/views_translatable.test',
44461   'module' => 'views',
44462   'weight' => '0',
44463 ))
44464 ->values(array(
44465   'name' => 'viewsUiGroupbyTestCase',
44466   'type' => 'class',
44467   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
44468   'module' => 'views',
44469   'weight' => '0',
44470 ))
44471 ->values(array(
44472   'name' => 'ViewsUIWizardBasicTestCase',
44473   'type' => 'class',
44474   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44475   'module' => 'views',
44476   'weight' => '0',
44477 ))
44478 ->values(array(
44479   'name' => 'ViewsUIWizardDefaultViewsTestCase',
44480   'type' => 'class',
44481   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44482   'module' => 'views',
44483   'weight' => '0',
44484 ))
44485 ->values(array(
44486   'name' => 'ViewsUIWizardHelper',
44487   'type' => 'class',
44488   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44489   'module' => 'views',
44490   'weight' => '0',
44491 ))
44492 ->values(array(
44493   'name' => 'ViewsUIWizardItemsPerPageTestCase',
44494   'type' => 'class',
44495   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44496   'module' => 'views',
44497   'weight' => '0',
44498 ))
44499 ->values(array(
44500   'name' => 'ViewsUIWizardJumpMenuTestCase',
44501   'type' => 'class',
44502   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44503   'module' => 'views',
44504   'weight' => '0',
44505 ))
44506 ->values(array(
44507   'name' => 'ViewsUIWizardMenuTestCase',
44508   'type' => 'class',
44509   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44510   'module' => 'views',
44511   'weight' => '0',
44512 ))
44513 ->values(array(
44514   'name' => 'ViewsUIWizardOverrideDisplaysTestCase',
44515   'type' => 'class',
44516   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44517   'module' => 'views',
44518   'weight' => '0',
44519 ))
44520 ->values(array(
44521   'name' => 'ViewsUIWizardSortingTestCase',
44522   'type' => 'class',
44523   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44524   'module' => 'views',
44525   'weight' => '0',
44526 ))
44527 ->values(array(
44528   'name' => 'ViewsUIWizardTaggedWithTestCase',
44529   'type' => 'class',
44530   'filename' => 'sites/all/modules/views/tests/views_ui.test',
44531   'module' => 'views',
44532   'weight' => '0',
44533 ))
44534 ->values(array(
44535   'name' => 'ViewsUpgradeTestCase',
44536   'type' => 'class',
44537   'filename' => 'sites/all/modules/views/tests/views_upgrade.test',
44538   'module' => 'views',
44539   'weight' => '0',
44540 ))
44541 ->values(array(
44542   'name' => 'ViewsUserArgumentDefault',
44543   'type' => 'class',
44544   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_default.test',
44545   'module' => 'views',
44546   'weight' => '0',
44547 ))
44548 ->values(array(
44549   'name' => 'ViewsUserArgumentValidate',
44550   'type' => 'class',
44551   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_validate.test',
44552   'module' => 'views',
44553   'weight' => '0',
44554 ))
44555 ->values(array(
44556   'name' => 'ViewsUserTestCase',
44557   'type' => 'class',
44558   'filename' => 'sites/all/modules/views/tests/user/views_user.test',
44559   'module' => 'views',
44560   'weight' => '0',
44561 ))
44562 ->values(array(
44563   'name' => 'ViewsViewTest',
44564   'type' => 'class',
44565   'filename' => 'sites/all/modules/views/tests/views_view.test',
44566   'module' => 'views',
44567   'weight' => '0',
44568 ))
44569 ->values(array(
44570   'name' => 'XMLRPCBasicTestCase',
44571   'type' => 'class',
44572   'filename' => 'modules/simpletest/tests/xmlrpc.test',
44573   'module' => 'simpletest',
44574   'weight' => '0',
44575 ))
44576 ->values(array(
44577   'name' => 'XMLRPCMessagesTestCase',
44578   'type' => 'class',
44579   'filename' => 'modules/simpletest/tests/xmlrpc.test',
44580   'module' => 'simpletest',
44581   'weight' => '0',
44582 ))
44583 ->values(array(
44584   'name' => 'XMLRPCValidator1IncTestCase',
44585   'type' => 'class',
44586   'filename' => 'modules/simpletest/tests/xmlrpc.test',
44587   'module' => 'simpletest',
44588   'weight' => '0',
44589 ))
44590 ->values(array(
44591   'name' => 'ZAPhoneNumberTestCase',
44592   'type' => 'class',
44593   'filename' => 'sites/all/modules/phone/tests/phone.za.test',
44594   'module' => 'phone',
44595   'weight' => '0',
44596 ))
44597 ->execute();
44598
44599 $connection->schema()->createTable('registry_file', array(
44600   'fields' => array(
44601     'filename' => array(
44602       'type' => 'varchar',
44603       'not null' => TRUE,
44604       'length' => '255',
44605     ),
44606     'hash' => array(
44607       'type' => 'varchar',
44608       'not null' => TRUE,
44609       'length' => '64',
44610     ),
44611   ),
44612   'primary key' => array(
44613     'filename',
44614   ),
44615   'mysql_character_set' => 'utf8',
44616 ));
44617
44618 $connection->insert('registry_file')
44619 ->fields(array(
44620   'filename',
44621   'hash',
44622 ))
44623 ->values(array(
44624   'filename' => 'includes/actions.inc',
44625   'hash' => 'f36b066681463c7dfe189e0430cb1a89bf66f7e228cbb53cdfcd93987193f759',
44626 ))
44627 ->values(array(
44628   'filename' => 'includes/ajax.inc',
44629   'hash' => 'a22c8f7345c1f714ea40bbaa1385fa0e3763b389c82656cf6ff3e4d051532ee4',
44630 ))
44631 ->values(array(
44632   'filename' => 'includes/archiver.inc',
44633   'hash' => 'bdbb21b712a62f6b913590b609fd17cd9f3c3b77c0d21f68e71a78427ed2e3e9',
44634 ))
44635 ->values(array(
44636   'filename' => 'includes/authorize.inc',
44637   'hash' => '6d64d8c21aa01eb12fc29918732e4df6b871ed06e5d41373cb95c197ed661d13',
44638 ))
44639 ->values(array(
44640   'filename' => 'includes/batch.inc',
44641   'hash' => '1fe00f9a25481cd43e19fbd6bd37b7ff9dca79f8405ec3e55ffb011be12ec2c3',
44642 ))
44643 ->values(array(
44644   'filename' => 'includes/batch.queue.inc',
44645   'hash' => '554b2e92e1dad0f7fd5a19cb8dff7e109f10fbe2441a5692d076338ec908de0f',
44646 ))
44647 ->values(array(
44648   'filename' => 'includes/bootstrap.inc',
44649   'hash' => '245deaa370fa492dae401e2eee215f771f9ffbba14c1ff50631a6a4b2b3c771e',
44650 ))
44651 ->values(array(
44652   'filename' => 'includes/cache-install.inc',
44653   'hash' => 'e7ed123c5805703c84ad2cce9c1ca46b3ce8caeeea0d8ef39a3024a4ab95fa0e',
44654 ))
44655 ->values(array(
44656   'filename' => 'includes/cache.inc',
44657   'hash' => 'ee0bf13c7e067695dffcb9ade3b79fea82a3a8db9e9a422ebfcc91c383aa4b4c',
44658 ))
44659 ->values(array(
44660   'filename' => 'includes/common.inc',
44661   'hash' => 'd64557e1027136d80e66c329133336412c8301b48c6703943494cff1309f934c',
44662 ))
44663 ->values(array(
44664   'filename' => 'includes/database/database.inc',
44665   'hash' => '27f874fb21e1a85c86e0317669e2e26c1c6611a5e913c5bbce4c7aa62734edfe',
44666 ))
44667 ->values(array(
44668   'filename' => 'includes/database/log.inc',
44669   'hash' => '9feb5a17ae2fabcf26a96d2a634ba73da501f7bcfc3599a693d916a6971d00d1',
44670 ))
44671 ->values(array(
44672   'filename' => 'includes/database/mysql/database.inc',
44673   'hash' => 'f021edd0e2b5e315336eb6b5e481b9516c12de78dff2c468be3d7fd0d3672665',
44674 ))
44675 ->values(array(
44676   'filename' => 'includes/database/mysql/install.inc',
44677   'hash' => '6ae316941f771732fbbabed7e1d6b4cbb41b1f429dd097d04b3345aa15e461a0',
44678 ))
44679 ->values(array(
44680   'filename' => 'includes/database/mysql/query.inc',
44681   'hash' => '0212a871646c223bf77aa26b945c77a8974855373967b5fb9fdc09f8a1de88a6',
44682 ))
44683 ->values(array(
44684   'filename' => 'includes/database/mysql/schema.inc',
44685   'hash' => '6f43ac87508f868fe38ee09994fc18d69915bada0237f8ac3b717cafe8f22c6b',
44686 ))
44687 ->values(array(
44688   'filename' => 'includes/database/pgsql/database.inc',
44689   'hash' => 'd737f95947d78eb801e8ec8ca8b01e72d2e305924efce8abca0a98c1b5264cff',
44690 ))
44691 ->values(array(
44692   'filename' => 'includes/database/pgsql/install.inc',
44693   'hash' => '585b80c5bbd6f134bff60d06397f15154657a577d4da8d1b181858905f09dea5',
44694 ))
44695 ->values(array(
44696   'filename' => 'includes/database/pgsql/query.inc',
44697   'hash' => '0df57377686c921e722a10b49d5e433b131176c8059a4ace4680964206fc14b4',
44698 ))
44699 ->values(array(
44700   'filename' => 'includes/database/pgsql/schema.inc',
44701   'hash' => '1588daadfa53506aa1f5d94572162a45a46dc3ceabdd0e2f224532ded6508403',
44702 ))
44703 ->values(array(
44704   'filename' => 'includes/database/pgsql/select.inc',
44705   'hash' => 'fd4bba7887c1dc6abc8f080fc3a76c01d92ea085434e355dc1ecb50d8743c22d',
44706 ))
44707 ->values(array(
44708   'filename' => 'includes/database/prefetch.inc',
44709   'hash' => 'b5b207a66a69ecb52ee4f4459af16a7b5eabedc87254245f37cc33bebb61c0fb',
44710 ))
44711 ->values(array(
44712   'filename' => 'includes/database/query.inc',
44713   'hash' => '4016a397f10f071cac338fd0a9b004296106e42ab2b9db8c7ff0db341658e88f',
44714 ))
44715 ->values(array(
44716   'filename' => 'includes/database/schema.inc',
44717   'hash' => '9fecfd13fc1d4056a62d385840dccd052ea0e184dc47101f4bd8f57f10b68174',
44718 ))
44719 ->values(array(
44720   'filename' => 'includes/database/select.inc',
44721   'hash' => '5e9cdc383564ba86cb9dcad0046990ce15415a3000e4f617d6e0f30a205b852c',
44722 ))
44723 ->values(array(
44724   'filename' => 'includes/database/sqlite/database.inc',
44725   'hash' => '4281c6e80932560ecbeb07d1757efd133e8699a6fccf58c27a55df0f71794622',
44726 ))
44727 ->values(array(
44728   'filename' => 'includes/database/sqlite/install.inc',
44729   'hash' => '6620f354aa175a116ba3a0562c980d86cc3b8b481042fc3cc5ed6a4d1a7a6d74',
44730 ))
44731 ->values(array(
44732   'filename' => 'includes/database/sqlite/query.inc',
44733   'hash' => 'f33ab1b6350736a231a4f3f93012d3aac4431ac4e5510fb3a015a5aa6cab8303',
44734 ))
44735 ->values(array(
44736   'filename' => 'includes/database/sqlite/schema.inc',
44737   'hash' => 'cd829700205a8574f8b9d88cd1eaf909519c64754c6f84d6c62b5d21f5886f8d',
44738 ))
44739 ->values(array(
44740   'filename' => 'includes/database/sqlite/select.inc',
44741   'hash' => '8d1c426dbd337733c206cce9f59a172546c6ed856d8ef3f1c7bef05a16f7bf68',
44742 ))
44743 ->values(array(
44744   'filename' => 'includes/date.inc',
44745   'hash' => '18c047be64f201e16d189f1cc47ed9dcf0a145151b1ee187e90511b24e5d2b36',
44746 ))
44747 ->values(array(
44748   'filename' => 'includes/entity.inc',
44749   'hash' => 'e4fc9ff21b165a804d7ac4f036b3b5bd1d3c73da7029bf3f761d4bdee9ae3c96',
44750 ))
44751 ->values(array(
44752   'filename' => 'includes/errors.inc',
44753   'hash' => '72cc29840b24830df98a5628286b4d82738f2abbb78e69b4980310ff12062668',
44754 ))
44755 ->values(array(
44756   'filename' => 'includes/file.inc',
44757   'hash' => '9de0398940bf2db560902736f1832d8b72b3e8b49dbbaba5f94c9331425ee04a',
44758 ))
44759 ->values(array(
44760   'filename' => 'includes/file.mimetypes.inc',
44761   'hash' => '33266e837f4ce076378e7e8cef6c5af46446226ca4259f83e13f605856a7f147',
44762 ))
44763 ->values(array(
44764   'filename' => 'includes/filetransfer/filetransfer.inc',
44765   'hash' => 'fdea8ae48345ec91885ac48a9bc53daf87616271472bb7c29b7e3ce219b22034',
44766 ))
44767 ->values(array(
44768   'filename' => 'includes/filetransfer/ftp.inc',
44769   'hash' => '51eb119b8e1221d598ffa6cc46c8a322aa77b49a3d8879f7fb38b7221cf7e06d',
44770 ))
44771 ->values(array(
44772   'filename' => 'includes/filetransfer/local.inc',
44773   'hash' => '7cbfdb46abbdf539640db27e66fb30e5265128f31002bd0dfc3af16ae01a9492',
44774 ))
44775 ->values(array(
44776   'filename' => 'includes/filetransfer/ssh.inc',
44777   'hash' => '92f1232158cb32ab04cbc93ae38ad3af04796e18f66910a9bc5ca8e437f06891',
44778 ))
44779 ->values(array(
44780   'filename' => 'includes/form.inc',
44781   'hash' => '9b37fe7e5d04b25604bbc63abb6b6d332be14926011533b4449de52d45a86765',
44782 ))
44783 ->values(array(
44784   'filename' => 'includes/graph.inc',
44785   'hash' => '8e0e313a8bb33488f371df11fc1b58d7cf80099b886cd1003871e2c896d1b536',
44786 ))
44787 ->values(array(
44788   'filename' => 'includes/image.inc',
44789   'hash' => 'bcdc7e1599c02227502b9d0fe36eeb2b529b130a392bc709eb737647bd361826',
44790 ))
44791 ->values(array(
44792   'filename' => 'includes/install.core.inc',
44793   'hash' => '733ec6fac8e51747d1c83f266a42e4a0cb6bf31ac50f17f06e37c9e0865f4a38',
44794 ))
44795 ->values(array(
44796   'filename' => 'includes/install.inc',
44797   'hash' => '781c54771c14b067bb38d222096f981121d479222fbdea9c433405de561a2881',
44798 ))
44799 ->values(array(
44800   'filename' => 'includes/iso.inc',
44801   'hash' => '0ce4c225edcfa9f037703bc7dd09d4e268a69bcc90e55da0a3f04c502bd2f349',
44802 ))
44803 ->values(array(
44804   'filename' => 'includes/json-encode.inc',
44805   'hash' => '02a822a652d00151f79db9aa9e171c310b69b93a12f549bc2ce00533a8efa14e',
44806 ))
44807 ->values(array(
44808   'filename' => 'includes/language.inc',
44809   'hash' => '4e08f30843a7ccaeea5c041083e9f77d33d57ff002f1ab4f66168e2c683ce128',
44810 ))
44811 ->values(array(
44812   'filename' => 'includes/locale.inc',
44813   'hash' => 'f8a3ba7868698e9b43c2ceaebe2cbdcb92d6c68427e817a6e10a76b937b5a127',
44814 ))
44815 ->values(array(
44816   'filename' => 'includes/lock.inc',
44817   'hash' => 'a181c8bd4f88d292a0a73b9f1fbd727e3314f66ec3631f288e6b9a54ba2b70fa',
44818 ))
44819 ->values(array(
44820   'filename' => 'includes/mail.inc',
44821   'hash' => 'd9fb2b99025745cbb73ebcfc7ac12df100508b9273ce35c433deacf12dd6a13a',
44822 ))
44823 ->values(array(
44824   'filename' => 'includes/menu.inc',
44825   'hash' => '2ecc6f990dc2d987425c680e27a4ddeec2e8376a2be408b00a144131f41a59ea',
44826 ))
44827 ->values(array(
44828   'filename' => 'includes/module.inc',
44829   'hash' => 'a18bc92e5fc1f2a31a79eace8c6f2436bc15c8f0b332c8b7aaafa3a223746861',
44830 ))
44831 ->values(array(
44832   'filename' => 'includes/pager.inc',
44833   'hash' => '6f9494b85c07a2cc3be4e54aff2d2757485238c476a7da084d25bde1d88be6d8',
44834 ))
44835 ->values(array(
44836   'filename' => 'includes/password.inc',
44837   'hash' => 'fd9a1c94fe5a0fa7c7049a2435c7280b1d666b2074595010e3c492dd15712775',
44838 ))
44839 ->values(array(
44840   'filename' => 'includes/path.inc',
44841   'hash' => '74bf05f3c68b0218730abf3e539fcf08b271959c8f4611940d05124f34a6a66f',
44842 ))
44843 ->values(array(
44844   'filename' => 'includes/registry.inc',
44845   'hash' => 'f47b20859f0fc80bf4bb2849a1282d6c54006957b69da0e5f4691de585ca4cdf',
44846 ))
44847 ->values(array(
44848   'filename' => 'includes/session.inc',
44849   'hash' => '7548621ae4c273179a76eba41aa58b740100613bc015ad388a5c30132b61e34b',
44850 ))
44851 ->values(array(
44852   'filename' => 'includes/stream_wrappers.inc',
44853   'hash' => '4f1feb774a8dbc04ca382fa052f59e58039c7261625f3df29987d6b31f08d92d',
44854 ))
44855 ->values(array(
44856   'filename' => 'includes/tablesort.inc',
44857   'hash' => '2d88768a544829595dd6cda2a5eb008bedb730f36bba6dfe005d9ddd999d5c0f',
44858 ))
44859 ->values(array(
44860   'filename' => 'includes/theme.inc',
44861   'hash' => '507932af124871dd2639ab8eafbbd68f962ef70f44ef1c4fd1a14daf04c53b5e',
44862 ))
44863 ->values(array(
44864   'filename' => 'includes/theme.maintenance.inc',
44865   'hash' => '39f068b3eee4d10a90d6aa3c86db587b6d25844c2919d418d34d133cfe330f5a',
44866 ))
44867 ->values(array(
44868   'filename' => 'includes/token.inc',
44869   'hash' => '5e7898cd78689e2c291ed3cd8f41c032075656896f1db57e49217aac19ae0428',
44870 ))
44871 ->values(array(
44872   'filename' => 'includes/unicode.entities.inc',
44873   'hash' => '2b858138596d961fbaa4c6e3986e409921df7f76b6ee1b109c4af5970f1e0f54',
44874 ))
44875 ->values(array(
44876   'filename' => 'includes/unicode.inc',
44877   'hash' => 'e18772dafe0f80eb139fcfc582fef1704ba9f730647057d4f4841d6a6e4066ca',
44878 ))
44879 ->values(array(
44880   'filename' => 'includes/update.inc',
44881   'hash' => '77403195059de797422d9d9202f18548a38558995120c7f9ffb9bd044730a3bc',
44882 ))
44883 ->values(array(
44884   'filename' => 'includes/updater.inc',
44885   'hash' => 'd2da0e74ed86e93c209f16069f3d32e1a134ceb6c06a0044f78e841a1b54e380',
44886 ))
44887 ->values(array(
44888   'filename' => 'includes/utility.inc',
44889   'hash' => '3458fd2b55ab004dd0cc529b8e58af12916e8bd36653b072bdd820b26b907ed5',
44890 ))
44891 ->values(array(
44892   'filename' => 'includes/xmlrpc.inc',
44893   'hash' => 'ea24176ec445c440ba0c825fc7b04a31b440288df8ef02081560dc418e34e659',
44894 ))
44895 ->values(array(
44896   'filename' => 'includes/xmlrpcs.inc',
44897   'hash' => '741aa8d6fcc6c45a9409064f52351f7999b7c702d73def8da44de2567946598a',
44898 ))
44899 ->values(array(
44900   'filename' => 'modules/aggregator/aggregator.test',
44901   'hash' => '1288945ead1e0b250cb0f2d8bc5486ab1c67295b78b5f1ba0f77ade7bf1243b4',
44902 ))
44903 ->values(array(
44904   'filename' => 'modules/block/block.test',
44905   'hash' => '40d9de00589211770a85c47d38c8ad61c598ec65d9332128a882eb8750e65a16',
44906 ))
44907 ->values(array(
44908   'filename' => 'modules/blog/blog.test',
44909   'hash' => 'f7534b972951c05d34bd832d3e06176b372fff6f4999c428f789fdd7703ed2e2',
44910 ))
44911 ->values(array(
44912   'filename' => 'modules/book/book.test',
44913   'hash' => 'a75a4ec12f930d85adbf7c46d6a1a4ed1356657466874f21e9cc931b6cd41aa0',
44914 ))
44915 ->values(array(
44916   'filename' => 'modules/color/color.test',
44917   'hash' => '013806279bd47ceb2f82ca854b57f880ba21058f7a2592c422afae881a7f5d15',
44918 ))
44919 ->values(array(
44920   'filename' => 'modules/comment/comment.module',
44921   'hash' => 'db858137ff6ce06d87cb3b8f5275bed90c33a6d9aa7d46e7a74524cc2f052309',
44922 ))
44923 ->values(array(
44924   'filename' => 'modules/comment/comment.test',
44925   'hash' => '0443a4dbc5aef3d64405a7cabf462c8c5e0b24517d89410d261027b85292cd4b',
44926 ))
44927 ->values(array(
44928   'filename' => 'modules/contact/contact.test',
44929   'hash' => 'd49eedd71859fbb6ffa26b87226f640db56694c8f43c863c83d920cf3632f9ad',
44930 ))
44931 ->values(array(
44932   'filename' => 'modules/contextual/contextual.test',
44933   'hash' => '023dafa199bd325ecc55a17b2a3db46ac0a31e23059f701f789f3bc42427ba0b',
44934 ))
44935 ->values(array(
44936   'filename' => 'modules/dashboard/dashboard.test',
44937   'hash' => '125df00fc6deb985dc554aa7807a48e60a68dbbddbad9ec2c4718da724f0e683',
44938 ))
44939 ->values(array(
44940   'filename' => 'modules/dblog/dblog.test',
44941   'hash' => '11fbb8522b1c9dc7c85edba3aed7308a8891f26fc7292008822bea1b54722912',
44942 ))
44943 ->values(array(
44944   'filename' => 'modules/field/field.attach.inc',
44945   'hash' => '2df4687b5ec078c4893dc1fea514f67524fd5293de717b9e05caf977e5ae2327',
44946 ))
44947 ->values(array(
44948   'filename' => 'modules/field/field.info.class.inc',
44949   'hash' => 'cf18178e119d43897d3abd882ba3acc0cf59d1ad747663437c57b1ec4d0a4322',
44950 ))
44951 ->values(array(
44952   'filename' => 'modules/field/field.module',
44953   'hash' => 'e9359f8cac64b2d81ac067d7da22972116dc10b9b346752a8ef8292943a958c9',
44954 ))
44955 ->values(array(
44956   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.test',
44957   'hash' => '315eedaf2022afc884c35efd3b7c400eddab6ea30bec91924bc82ab5cd3e79f2',
44958 ))
44959 ->values(array(
44960   'filename' => 'modules/field/modules/list/tests/list.test',
44961   'hash' => '97e55bd49f6f4b0562d04aa3773b5ab9b35063aee05c8c7231780cdcf9c97714',
44962 ))
44963 ->values(array(
44964   'filename' => 'modules/field/modules/number/number.test',
44965   'hash' => '9ccf835bbf80ff31b121286f6fbcf59cc42b622a51ab56b22362b2f55c656e18',
44966 ))
44967 ->values(array(
44968   'filename' => 'modules/field/modules/options/options.test',
44969   'hash' => 'c71441020206b1587dece7296cca306a9f0fbd6e8f04dae272efc15ed3a38383',
44970 ))
44971 ->values(array(
44972   'filename' => 'modules/field/modules/text/text.test',
44973   'hash' => 'a1e5cb0fa8c0651c68d560d9bb7781463a84200f701b00b6e797a9ca792a7e42',
44974 ))
44975 ->values(array(
44976   'filename' => 'modules/field/tests/field.test',
44977   'hash' => '5eaad7a933ef8ea05b958056492ce17858cd542111f0fe81dd1a5949ad8f966e',
44978 ))
44979 ->values(array(
44980   'filename' => 'modules/field_ui/field_ui.test',
44981   'hash' => 'ded58a83a37cf111834f68fde9c34cddc7f4d36b91f31281e41ed5220c65dac4',
44982 ))
44983 ->values(array(
44984   'filename' => 'modules/file/tests/file.test',
44985   'hash' => '51d79794cbe647b2f5635ca9193b4d63bb9f99db4d9074676a80c55582b02985',
44986 ))
44987 ->values(array(
44988   'filename' => 'modules/filter/filter.test',
44989   'hash' => '268488be9d8e6a4bfa906bbb5bbf1f0df5881c04a421cbefcd7aa4f05fb63ba0',
44990 ))
44991 ->values(array(
44992   'filename' => 'modules/forum/forum.test',
44993   'hash' => 'd282b29d6312d63183e003ba036d7645a946e828c94448592f930d80fceb42d6',
44994 ))
44995 ->values(array(
44996   'filename' => 'modules/help/help.test',
44997   'hash' => 'bc934de8c71bd9874a05ccb5e8f927f4c227b3b2397d739e8504c8fd6ae5a83c',
44998 ))
44999 ->values(array(
45000   'filename' => 'modules/image/image.test',
45001   'hash' => '19459f5be2fb58058a984ef302d6f6defca20207324db25726d06a7743cc2960',
45002 ))
45003 ->values(array(
45004   'filename' => 'modules/locale/locale.test',
45005   'hash' => '61c6a80ba44ff92e6ba4a350b7c95890368e2f9e029b8f84563df2490a8e93b1',
45006 ))
45007 ->values(array(
45008   'filename' => 'modules/menu/menu.test',
45009   'hash' => '51817d6c591c28cf268145c2d39b41f66e453edf42c86472e61b7081da1d86bb',
45010 ))
45011 ->values(array(
45012   'filename' => 'modules/node/node.module',
45013   'hash' => 'b594aa316e7d74024d633fb95a6e89a2c6c14cb108a481fd0b2521ec0e3316de',
45014 ))
45015 ->values(array(
45016   'filename' => 'modules/node/node.test',
45017   'hash' => 'e2e485fde00796305fd6926c8b4e9c4e1919020a3ec00819aa5cc1d2b3ebcc5c',
45018 ))
45019 ->values(array(
45020   'filename' => 'modules/openid/openid.test',
45021   'hash' => '3decf7faf3a9396671d52c6065a31f0ef81828015e0348a0ba9358b618e737a1',
45022 ))
45023 ->values(array(
45024   'filename' => 'modules/path/path.test',
45025   'hash' => '2004183b2c7c86028bf78c519c6a7afc4397a8267874462b0c2b49b0f8c20322',
45026 ))
45027 ->values(array(
45028   'filename' => 'modules/php/php.test',
45029   'hash' => 'd234f9c1ab18a05834a3cb6dc532fb4c259aa25612551f953ba6e3bb714657b8',
45030 ))
45031 ->values(array(
45032   'filename' => 'modules/poll/poll.test',
45033   'hash' => 'cc8486dc337471d13014954e1c1e4e5ad4956e4a0cbd395adbd064f8e5849c72',
45034 ))
45035 ->values(array(
45036   'filename' => 'modules/profile/profile.test',
45037   'hash' => 'afc23aa58769a84d94c4a6cef7b0ea2c9aa0edfdf2563a34757a1fb4d3d58233',
45038 ))
45039 ->values(array(
45040   'filename' => 'modules/rdf/rdf.test',
45041   'hash' => '9849d2b717119aa6b5f1496929e7ac7c9c0a6e98486b66f3876bda0a8c165525',
45042 ))
45043 ->values(array(
45044   'filename' => 'modules/search/search.extender.inc',
45045   'hash' => '013a6a841cc48a6dc991153fb692b8d1546e56b78d9c95e97e0d7e92296d3481',
45046 ))
45047 ->values(array(
45048   'filename' => 'modules/search/search.test',
45049   'hash' => '6512521f8de3a54238c8f337ae0aa105cab2bbc9a1addb5b1ccb755842656913',
45050 ))
45051 ->values(array(
45052   'filename' => 'modules/shortcut/shortcut.test',
45053   'hash' => '0d78280d4d0a05aa772218e45911552e39611ca9c258b9dd436307914ac3f254',
45054 ))
45055 ->values(array(
45056   'filename' => 'modules/simpletest/drupal_web_test_case.php',
45057   'hash' => 'a4c07ab08d578cc9c4adfb39aaa98270cacc58885c1d61f3a71f207142f4fc0b',
45058 ))
45059 ->values(array(
45060   'filename' => 'modules/simpletest/simpletest.test',
45061   'hash' => '8112284b928297e326a2cb2a029a8ee35490732ce73ab0b54a91e9613a84e951',
45062 ))
45063 ->values(array(
45064   'filename' => 'modules/simpletest/tests/actions.test',
45065   'hash' => '4e61dcbff514581321b47b8b2402cfb387d859b1a9944cb70bf9f33977dd5220',
45066 ))
45067 ->values(array(
45068   'filename' => 'modules/simpletest/tests/ajax.test',
45069   'hash' => '0581306ba076da005db073036806a4d393a166221cd7171e3e3b1974b7082106',
45070 ))
45071 ->values(array(
45072   'filename' => 'modules/simpletest/tests/batch.test',
45073   'hash' => '665a621f4d5f819295ca7c53158d586ed98c42d8a8e6db1e67fb332032ec07d5',
45074 ))
45075 ->values(array(
45076   'filename' => 'modules/simpletest/tests/boot.test',
45077   'hash' => '1a7cf3c120a8e544cb251ba049ae598f8b25c0a9c3283e15df07a3a562641799',
45078 ))
45079 ->values(array(
45080   'filename' => 'modules/simpletest/tests/bootstrap.test',
45081   'hash' => '4ccb0841905a34438e5b3acd712d0a1b52b6aa41535d3a64d3e50eff355a5dbe',
45082 ))
45083 ->values(array(
45084   'filename' => 'modules/simpletest/tests/cache.test',
45085   'hash' => '2ff9a42287a6419acba6589cd887e9c0d765c1c201865799abe03ee6f3234dfb',
45086 ))
45087 ->values(array(
45088   'filename' => 'modules/simpletest/tests/common.test',
45089   'hash' => 'aa2449d4ce5109bc9593901f34f74ce9caeea6450539a120afdf7a71f1e35276',
45090 ))
45091 ->values(array(
45092   'filename' => 'modules/simpletest/tests/database_test.test',
45093   'hash' => '64baa1520d815e049310ae697fa79390b6b0a02fb03d47c64d3caec8d40ab8e9',
45094 ))
45095 ->values(array(
45096   'filename' => 'modules/simpletest/tests/entity_crud.test',
45097   'hash' => '0db2e08cb15ef287ed622fa56cee85e6a61b6e7a8547c77531a80a9ec1379d87',
45098 ))
45099 ->values(array(
45100   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.test',
45101   'hash' => '5f3f083a018c1c0e78c8532cfc87b95d3c2b1740577a2f0eab8bc75e1db069b4',
45102 ))
45103 ->values(array(
45104   'filename' => 'modules/simpletest/tests/entity_query.test',
45105   'hash' => '8b107f796e9febb8080b153d3c9b969cea5bbb3cd4ee410c8f612bf7bdbb0a63',
45106 ))
45107 ->values(array(
45108   'filename' => 'modules/simpletest/tests/error.test',
45109   'hash' => 'df8360738a4b3c946209a560ae83065728ae1aa56744cd8aaee398325a7cda60',
45110 ))
45111 ->values(array(
45112   'filename' => 'modules/simpletest/tests/file.test',
45113   'hash' => '25fdee40ceb8c84f08677224db941e251906f2caa185b351de80eba76f20c90b',
45114 ))
45115 ->values(array(
45116   'filename' => 'modules/simpletest/tests/filetransfer.test',
45117   'hash' => 'a5ae7e24c43f994968d059c93d56be0dfd580699e2cb884afb074b9ae5895fd9',
45118 ))
45119 ->values(array(
45120   'filename' => 'modules/simpletest/tests/form.test',
45121   'hash' => '1d932031c1b2e33947c1cb480457f9f6c95b1ee93bab6eab785c2cde290fd9d7',
45122 ))
45123 ->values(array(
45124   'filename' => 'modules/simpletest/tests/graph.test',
45125   'hash' => '3038b97305b54f859a78356c184feeb773056e6c54b9ad511cc4c487ea3355c2',
45126 ))
45127 ->values(array(
45128   'filename' => 'modules/simpletest/tests/image.test',
45129   'hash' => 'fbad58b83e40aec654bf66835e30f81b83a76714efc560d73e7be3841ab5e996',
45130 ))
45131 ->values(array(
45132   'filename' => 'modules/simpletest/tests/lock.test',
45133   'hash' => '0d63de7e57c405dae03a6c04e13392c59c8dc19a843e0818cc43212af2e26242',
45134 ))
45135 ->values(array(
45136   'filename' => 'modules/simpletest/tests/mail.test',
45137   'hash' => '9f772652385048639264f64147eab2675e9e76be2258e70bbefc2f6f753d047f',
45138 ))
45139 ->values(array(
45140   'filename' => 'modules/simpletest/tests/menu.test',
45141   'hash' => 'b7602b23403271fd404646cd5f4970ce278eb3c014ed30676f1ba680cfd749a1',
45142 ))
45143 ->values(array(
45144   'filename' => 'modules/simpletest/tests/module.test',
45145   'hash' => '056de988f33d43c39e62f067af8f449f5192cd27bbbcf358a6e3b0d34d94167c',
45146 ))
45147 ->values(array(
45148   'filename' => 'modules/simpletest/tests/pager.test',
45149   'hash' => '9586bc07f5ed2791ae69e8cacf1a257ffe85dde3be7769ce6e84435a001bc296',
45150 ))
45151 ->values(array(
45152   'filename' => 'modules/simpletest/tests/password.test',
45153   'hash' => 'fadb23077d9364d0dba4fa7462d31f2ad842d840ad173f685cf6944aa679c9a7',
45154 ))
45155 ->values(array(
45156   'filename' => 'modules/simpletest/tests/path.test',
45157   'hash' => '814b32c225e1a73f225b52c0e5a9579a754dd9f597cb71189fa0b62c5ce821ad',
45158 ))
45159 ->values(array(
45160   'filename' => 'modules/simpletest/tests/registry.test',
45161   'hash' => 'eadaa4f04ffbe49656ee9c8d477a4855de12f5f7fd6923894ab6565b86fde28f',
45162 ))
45163 ->values(array(
45164   'filename' => 'modules/simpletest/tests/schema.test',
45165   'hash' => '14a7975e040ae8d3a7c8bb82c9e26dabe78978f6371dec22ae8c81b71cf3e4bb',
45166 ))
45167 ->values(array(
45168   'filename' => 'modules/simpletest/tests/session.test',
45169   'hash' => '6416694ef7c79680f99e405468401567357c38abead1e0ce9e232a15e7dcd823',
45170 ))
45171 ->values(array(
45172   'filename' => 'modules/simpletest/tests/tablesort.test',
45173   'hash' => '0c0e011775ffc0e8f2d9c6f1284de28ad849ffa88df6e48677ed1c395c2267d1',
45174 ))
45175 ->values(array(
45176   'filename' => 'modules/simpletest/tests/theme.test',
45177   'hash' => 'f542bdf4efc342609b8804767b793521c6641ab5cd31a7130865feeef5f2cfa1',
45178 ))
45179 ->values(array(
45180   'filename' => 'modules/simpletest/tests/unicode.test',
45181   'hash' => '91f0f16bbdb987035b562f4621bea1522aa74851e7c107663ae17d11b2ac0959',
45182 ))
45183 ->values(array(
45184   'filename' => 'modules/simpletest/tests/update.test',
45185   'hash' => '49f64b9b84521f9f8eaebb9610f5cc3378d0665683032320a36abda12d16be43',
45186 ))
45187 ->values(array(
45188   'filename' => 'modules/simpletest/tests/upgrade/update.aggregator.test',
45189   'hash' => 'a2b6a574993591e93dacbd303a300b852775a3beea1343fb1f11578a8cdd26e1',
45190 ))
45191 ->values(array(
45192   'filename' => 'modules/simpletest/tests/upgrade/update.field.test',
45193   'hash' => 'e8a443db8d58d743cf06957ff949370dde65b0ad35837368fd89a95ea6594d52',
45194 ))
45195 ->values(array(
45196   'filename' => 'modules/simpletest/tests/upgrade/update.trigger.test',
45197   'hash' => '421b8986a71c8cf30c442cd9f1736ae7ce8838214a1b6e9eae30c9c5c108acd3',
45198 ))
45199 ->values(array(
45200   'filename' => 'modules/simpletest/tests/upgrade/update.user.test',
45201   'hash' => 'b21ec55d94d3baec7ce807c7972fb3b348deba70a53bfb78a66553c66ede63af',
45202 ))
45203 ->values(array(
45204   'filename' => 'modules/simpletest/tests/upgrade/upgrade.comment.test',
45205   'hash' => 'a20a8b44b46a6bc1cc0f0a18e67a12933d0b101d463bcdc21212e5f35d93c379',
45206 ))
45207 ->values(array(
45208   'filename' => 'modules/simpletest/tests/upgrade/upgrade.filter.test',
45209   'hash' => '0485b6d466476a85e7591eb4bdaf303b1b75a871038f1d5669a3f6d4cd81ecd0',
45210 ))
45211 ->values(array(
45212   'filename' => 'modules/simpletest/tests/upgrade/upgrade.forum.test',
45213   'hash' => '6330fe5d85a81d7d5686da5a40cf18b275bef4c5819afb334f8fc0b043532bb4',
45214 ))
45215 ->values(array(
45216   'filename' => 'modules/simpletest/tests/upgrade/upgrade.locale.test',
45217   'hash' => 'ec2d285222dd85022a16daed2b3a3e951dba97ab4de9fd46d89d2064f5db7595',
45218 ))
45219 ->values(array(
45220   'filename' => 'modules/simpletest/tests/upgrade/upgrade.menu.test',
45221   'hash' => 'fa6e46dcb1028e6c3faad86c50d3d9296d7a4095115ffb8d39b627dbd31996d7',
45222 ))
45223 ->values(array(
45224   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
45225   'hash' => 'f16f1ae5b5b3584e4d1d119473a962112fb28796efb5283aaa8df2db0ddec364',
45226 ))
45227 ->values(array(
45228   'filename' => 'modules/simpletest/tests/upgrade/upgrade.taxonomy.test',
45229   'hash' => '805528f81162014479d94e70bcaf234f818a1898d057e05d08b148a9120743b9',
45230 ))
45231 ->values(array(
45232   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
45233   'hash' => '877364dd82e5e1ed28e1ee93c48fbec083237012f44038a8fef39d9c6cb8b4f9',
45234 ))
45235 ->values(array(
45236   'filename' => 'modules/simpletest/tests/upgrade/upgrade.translatable.test',
45237   'hash' => '7a53241c9df9c671fb1da2789fe32c0e0425267f1647293a89adadbfa49bc4ac',
45238 ))
45239 ->values(array(
45240   'filename' => 'modules/simpletest/tests/upgrade/upgrade.trigger.test',
45241   'hash' => '4ba820349ef89f6eaa73f429c053e09f937d36808149a00563efa5b551e8669d',
45242 ))
45243 ->values(array(
45244   'filename' => 'modules/simpletest/tests/upgrade/upgrade.upload.test',
45245   'hash' => '8fc15f53a5ef54b48133a8525fcd384729563ba2d9bd49ab035549d07fabf3c4',
45246 ))
45247 ->values(array(
45248   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
45249   'hash' => '9c11a51f2bd262f957e6c609ec84b26ac9d1fa00feeb0078b7a12beb450daab3',
45250 ))
45251 ->values(array(
45252   'filename' => 'modules/simpletest/tests/xmlrpc.test',
45253   'hash' => '1d9b1fe51d31722473478087d50ed09b180748047205cea936db49a74ade82e7',
45254 ))
45255 ->values(array(
45256   'filename' => 'modules/statistics/statistics.test',
45257   'hash' => '3fd921d3cc26f9363bba0d6f29efb96c49c88ca51e2e2376b6554afaff8ceeb5',
45258 ))
45259 ->values(array(
45260   'filename' => 'modules/syslog/syslog.test',
45261   'hash' => 'ad873b3d499ebad748784ae88df3496f39de1b9bbfd98c3193ef1ea70c6376ae',
45262 ))
45263 ->values(array(
45264   'filename' => 'modules/system/system.archiver.inc',
45265   'hash' => 'faa849f3e646a910ab82fd6c8bbf0a4e6b8c60725d7ba81ec0556bd716616cd1',
45266 ))
45267 ->values(array(
45268   'filename' => 'modules/system/system.mail.inc',
45269   'hash' => 'd31e1769f5defbe5f27dc68f641ab80fb8d3de92f6e895f4c654ec05fc7e5f0f',
45270 ))
45271 ->values(array(
45272   'filename' => 'modules/system/system.queue.inc',
45273   'hash' => 'a60cff401fc410cd81dc1d105ed66f79396ed7b15fdc3a5c5b80593ad5d4352a',
45274 ))
45275 ->values(array(
45276   'filename' => 'modules/system/system.tar.inc',
45277   'hash' => '8a31d91f7b3cd7eac25b3fa46e1ed9a8527c39718ba76c3f8c0bbbeaa3aa4086',
45278 ))
45279 ->values(array(
45280   'filename' => 'modules/system/system.test',
45281   'hash' => 'b53fdc9f28a49d9bdd819721a6bc4ae0e8a7b023a415e98672a99453187c1f1e',
45282 ))
45283 ->values(array(
45284   'filename' => 'modules/system/system.updater.inc',
45285   'hash' => '338cf14cb691ba16ee551b3b9e0fa4f579a2f25c964130658236726d17563b6a',
45286 ))
45287 ->values(array(
45288   'filename' => 'modules/taxonomy/taxonomy.module',
45289   'hash' => '45d6d5652a464318f3eccf8bad6220cc5784e7ffdb0c7b732bf4d540e1effe83',
45290 ))
45291 ->values(array(
45292   'filename' => 'modules/taxonomy/taxonomy.test',
45293   'hash' => '8525035816906e327ad48bd48bb071597f4c58368a692bcec401299a86699e6e',
45294 ))
45295 ->values(array(
45296   'filename' => 'modules/tracker/tracker.test',
45297   'hash' => 'bea7303dfe934afeb271506da43bcf24a51d7d5546181796d7f9f70b6283ed67',
45298 ))
45299 ->values(array(
45300   'filename' => 'modules/translation/translation.test',
45301   'hash' => 'c2ad71934a9a2139cdf8213df35f4c91dcc0e643fabb883c38e3ffbdd313d608',
45302 ))
45303 ->values(array(
45304   'filename' => 'modules/trigger/trigger.test',
45305   'hash' => '662f1a55e62832d7d5258965ca70ebe9d36ce8ae34e05fda2a2f9dc72418978b',
45306 ))
45307 ->values(array(
45308   'filename' => 'modules/update/update.test',
45309   'hash' => '1ea3e22bd4d47afb8b2799057cdbdfbb57ce09013d9d5f2de7e61ef9c2ebc72d',
45310 ))
45311 ->values(array(
45312   'filename' => 'modules/user/user.module',
45313   'hash' => '88bb508e0eb658281b085cd07c81808bd9634bba8a2271515c1d68079d58817d',
45314 ))
45315 ->values(array(
45316   'filename' => 'modules/user/user.test',
45317   'hash' => '178320fdb9a0c8754f1fa7272f68f536dcb94ae82ce7d0fc6a0f8a476c1f6922',
45318 ))
45319 ->values(array(
45320   'filename' => 'sites/all/modules/ctools/includes/context.inc',
45321   'hash' => '4cec11a71872eb916c4315c9f727a184d46758aa64bb950d86877a60b9007157',
45322 ))
45323 ->values(array(
45324   'filename' => 'sites/all/modules/ctools/includes/css-cache.inc',
45325   'hash' => 'db90ff67669d9fa445e91074ac67fb97cdb191a19e68d42744f0fd4158649cfa',
45326 ))
45327 ->values(array(
45328   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
45329   'hash' => '601db581743dd22d67f7aaf228bd8d26298d72033fc675d02385a1fd6d31888f',
45330 ))
45331 ->values(array(
45332   'filename' => 'sites/all/modules/ctools/includes/stylizer.inc',
45333   'hash' => '3f91f5ed42fb6ee1b65ddef7ac22577b07a5d75ca1eb2df60041243ced5c7079',
45334 ))
45335 ->values(array(
45336   'filename' => 'sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php',
45337   'hash' => '2fd87a7d80689e4d44673b31c07b762144eb8ac57324fd0b9cd9ede5f4ea34b5',
45338 ))
45339 ->values(array(
45340   'filename' => 'sites/all/modules/ctools/tests/context.test',
45341   'hash' => '3a8dd81dd1b99da05a28425f9a017cb611e0470ba88cf000c8b74339c8c91d91',
45342 ))
45343 ->values(array(
45344   'filename' => 'sites/all/modules/ctools/tests/css.test',
45345   'hash' => '20ba7d780a8bdd8f512472a8becef11240da74b96599f6968fecea0ad7ae49c6',
45346 ))
45347 ->values(array(
45348   'filename' => 'sites/all/modules/ctools/tests/css_cache.test',
45349   'hash' => '0dbc038efedb1fa06d2617b7c72b3a45d6ee5b5b791dcb1134876f174a2a7733',
45350 ))
45351 ->values(array(
45352   'filename' => 'sites/all/modules/ctools/tests/ctools.plugins.test',
45353   'hash' => '6af9d9caa3afe93faf5051d3d42c0ce33a1ff6e3a18a09f281df1260d43337d6',
45354 ))
45355 ->values(array(
45356   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export.test',
45357   'hash' => '65e96eabc5c62d7ad29f63309671e2761f221a1c15bb6836d7eadfd263653abc',
45358 ))
45359 ->values(array(
45360   'filename' => 'sites/all/modules/ctools/tests/math_expression.test',
45361   'hash' => 'b99d5c3096857de944dba0e88e21628c7268d8056f42903786172b7a95563dbf',
45362 ))
45363 ->values(array(
45364   'filename' => 'sites/all/modules/ctools/tests/math_expression_stack.test',
45365   'hash' => '797d9e0844f9e214799d96b33d55dd041720d27b11ceb96c3790634d93a62be6',
45366 ))
45367 ->values(array(
45368   'filename' => 'sites/all/modules/ctools/tests/object_cache.test',
45369   'hash' => '18e03c7760a2fc8858d801479ec5471b8c93bd4044c80db557c5e77e7ab20d79',
45370 ))
45371 ->values(array(
45372   'filename' => 'sites/all/modules/date/date.migrate.inc',
45373   'hash' => '47ffb48daf97c13ef154cf2ffff577018f02a7091b85dfb39e9c2c89e1da6a5d',
45374 ))
45375 ->values(array(
45376   'filename' => 'sites/all/modules/date/date_api/date_api.module',
45377   'hash' => 'af2124c5727d839871309b31fe288fe3945d6ef67eb469ddcc02839be98860dc',
45378 ))
45379 ->values(array(
45380   'filename' => 'sites/all/modules/date/date_api/date_api_sql.inc',
45381   'hash' => '5a484b487c13fd6094348e2011c19e72d6c6c9ceb0b0a4143ef5542cd1c495fa',
45382 ))
45383 ->values(array(
45384   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat.test',
45385   'hash' => '3702268fa89aa7ed9bcae025f0fb21bd67f90e89d53122049854de60a5316d4a',
45386 ))
45387 ->values(array(
45388   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat_form.test',
45389   'hash' => '2ec4e5d57d5b9f1adf81505d40890c63dc684f2d0f00669b9c8c12518eb3bf4a',
45390 ))
45391 ->values(array(
45392   'filename' => 'sites/all/modules/date/date_tools/tests/date_tools.test',
45393   'hash' => 'bdb9b310295207ce2284b23556810296e1477b9604e98a3d0fb21aba7da04394',
45394 ))
45395 ->values(array(
45396   'filename' => 'sites/all/modules/date/tests/date.test',
45397   'hash' => '6cb38e9ed60bfdfa268051b47fcad699f1c8104accc7286abafbeddbbc9d143c',
45398 ))
45399 ->values(array(
45400   'filename' => 'sites/all/modules/date/tests/date_api.test',
45401   'hash' => '280148ca742592a1e22f663fe4d810532b95d09975db0182347a0bbd6917f996',
45402 ))
45403 ->values(array(
45404   'filename' => 'sites/all/modules/date/tests/date_field.test',
45405   'hash' => 'bae59aee63ed204e27909709e59eeae1a6192e5f7456de2ce2cce06c49732dc4',
45406 ))
45407 ->values(array(
45408   'filename' => 'sites/all/modules/date/tests/date_migrate.test',
45409   'hash' => 'a43f448732d474c5136d89ff560b7e14c1ff5622f9c35a1998aa0570cd0c536c',
45410 ))
45411 ->values(array(
45412   'filename' => 'sites/all/modules/date/tests/date_timezone.test',
45413   'hash' => '598ac52aa82f79fe90faa401c2c6dc7114295c0321800ea9a9b4058717d00409',
45414 ))
45415 ->values(array(
45416   'filename' => 'sites/all/modules/date/tests/date_validation.test',
45417   'hash' => '2e4d27c29192c9d55eb27b985d7e9838702c4324d36ed6e3a85999e9f25ada99',
45418 ))
45419 ->values(array(
45420   'filename' => 'sites/all/modules/date/tests/date_views_pager.test',
45421   'hash' => 'aceff66e11dd3ea418e9905b28384432f4fe7cf9746e711cf56add73e64336dd',
45422 ))
45423 ->values(array(
45424   'filename' => 'sites/all/modules/date/tests/date_views_popup.test',
45425   'hash' => '0684ad4977093fd7338eb045f85ceda195e82f50bd33fecbf0dca00e42b0385e',
45426 ))
45427 ->values(array(
45428   'filename' => 'sites/all/modules/email/email.migrate.inc',
45429   'hash' => 'bf3859ca39a3e5570e4ac862858f066668caab33841d65bdfa229c8445e12d5a',
45430 ))
45431 ->values(array(
45432   'filename' => 'sites/all/modules/entity/entity.features.inc',
45433   'hash' => '47261e1f4f39ac3707a16fdea8a8147c09df1281bcb4b9e46b0c8120603137e8',
45434 ))
45435 ->values(array(
45436   'filename' => 'sites/all/modules/entity/entity.i18n.inc',
45437   'hash' => '41e0e62af7e2774f62b162d597bb3244551c280296b692b29d039a2c243d7059',
45438 ))
45439 ->values(array(
45440   'filename' => 'sites/all/modules/entity/entity.info.inc',
45441   'hash' => '8799080b9393c9560e64feae1276fb7d26fef4d92bb0edacc863ee3e7b67bf04',
45442 ))
45443 ->values(array(
45444   'filename' => 'sites/all/modules/entity/entity.rules.inc',
45445   'hash' => '774199059d1b3ebe6d3fe7a49dbb1550df489055a3d066b5de54edda8dd7ba84',
45446 ))
45447 ->values(array(
45448   'filename' => 'sites/all/modules/entity/entity.test',
45449   'hash' => 'df253128e41f152b45ef30b5674009c51cf4112450e5dad8e815f39ced280db5',
45450 ))
45451 ->values(array(
45452   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
45453   'hash' => '342db185e6170b63c59a9b360a196eb322edb9a5b8c7819f66b0eae48ed13ebd',
45454 ))
45455 ->values(array(
45456   'filename' => 'sites/all/modules/entity/includes/entity.inc',
45457   'hash' => '57411fa3d7b5cd2afe8b84f20c1741f48c32673a9da07bd2c35d4a11c50c640e',
45458 ))
45459 ->values(array(
45460   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
45461   'hash' => '65739b31af0e6b422919c17805799dc99143fd89cacfb56b9186e26ece2d0df2',
45462 ))
45463 ->values(array(
45464   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
45465   'hash' => '0db08cbb6b730035e3e9a483e6e5c06a744a73f19e4ca83936446b44f0c3d158',
45466 ))
45467 ->values(array(
45468   'filename' => 'sites/all/modules/entity/views/entity.views.inc',
45469   'hash' => 'de657f42389ed6832df787e4b618d8d7117b60d145d34ce5dcf3a5b65db29df9',
45470 ))
45471 ->values(array(
45472   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_field_handler_helper.inc',
45473   'hash' => '4ec395881109a71327ab8d7c5b5702bef30288ca66557e44e8539cc15a2135bb',
45474 ))
45475 ->values(array(
45476   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_area_entity.inc',
45477   'hash' => '7b7bb88e53861739b7279f705f0492fc83ce95f5b20d89339480f546422ebf25',
45478 ))
45479 ->values(array(
45480   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_boolean.inc',
45481   'hash' => 'b28b8eee8761ba7a6af35d97ab7aaee28406e6c227271f9769818560626c5791',
45482 ))
45483 ->values(array(
45484   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_date.inc',
45485   'hash' => 'b0f5be5b399de94934b24e84c8cf6053a043f6b00c60dcffa752daeafdd38778',
45486 ))
45487 ->values(array(
45488   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_duration.inc',
45489   'hash' => 'ed7bb64cb63b94a20c8cde98cfb053b5ea252804396cf61ac562faf1d850266b',
45490 ))
45491 ->values(array(
45492   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_entity.inc',
45493   'hash' => '4f255918a22fefebe9c7734f200751457a7ca4d3648e32a98511bb51968d7521',
45494 ))
45495 ->values(array(
45496   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_field.inc',
45497   'hash' => '893121efbce2a7181e31147bade260c9cc657cbd33b0d254cb28b2650e57566d',
45498 ))
45499 ->values(array(
45500   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_numeric.inc',
45501   'hash' => 'f14e2b063930e8820af381b4f5e83c7278440e7804ab88cfde865b6c94e7c0f6',
45502 ))
45503 ->values(array(
45504   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_options.inc',
45505   'hash' => '27ef31b8ee7b9999930380d6a5fdb477772329c4ddbd5c70cc34bcdc7543ce56',
45506 ))
45507 ->values(array(
45508   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_text.inc',
45509   'hash' => '5fb0a85d35d29944c699ceaf6efed5eda2df757009e44caba8ff2be397568b60',
45510 ))
45511 ->values(array(
45512   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_uri.inc',
45513   'hash' => '79ecaa3eb17dfdd0ca077351b75a2c0adf411ebc04720e7cc0e2397674225f24',
45514 ))
45515 ->values(array(
45516   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship.inc',
45517   'hash' => 'b69bc538d1e1e0f91f8485ca54c3b6e2be025caa47619734c467377cf89041b9',
45518 ))
45519 ->values(array(
45520   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship_by_bundle.inc',
45521   'hash' => '65300c793c4591d60ad908dc02cf3148fe4e899fa6ad218e875fd92d411374dc',
45522 ))
45523 ->values(array(
45524   'filename' => 'sites/all/modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc',
45525   'hash' => 'ba557790215f2658146424d933e0d17787a0b15180c5815f23428448ccf056a0',
45526 ))
45527 ->values(array(
45528   'filename' => 'sites/all/modules/entityreference/entityreference.migrate.inc',
45529   'hash' => '617c6c49e6e0fa4d106cfb49b61a6994b5520934ac3b64a8400a9d969eab7c59',
45530 ))
45531 ->values(array(
45532   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
45533   'hash' => 'a7959ddece2ce3490f92d916162e07aed313e28ca299ca0375bad633b42d93e3',
45534 ))
45535 ->values(array(
45536   'filename' => 'sites/all/modules/entityreference/plugins/behavior/EntityReferenceBehavior_TaxonomyIndex.class.php',
45537   'hash' => '92fa0cf46ecdf6200659646e6666c562ea506c40efa41a8edd4758dc0c551b92',
45538 ))
45539 ->values(array(
45540   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
45541   'hash' => '7ecf94f5dc3456e4a5c87117d19deb98c368617fb07d610505b1dfa351f14a0b',
45542 ))
45543 ->values(array(
45544   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
45545   'hash' => 'e9a8a3c693ed24218d00c10c445cdb21daed10a26e6b55e5c9d6a8c616cfd871',
45546 ))
45547 ->values(array(
45548   'filename' => 'sites/all/modules/entityreference/plugins/selection/views.inc',
45549   'hash' => '7bbe8900b6b71c2d41e370deaccca869884d0fe9ca81772d7d5bca5f58ec1cd8',
45550 ))
45551 ->values(array(
45552   'filename' => 'sites/all/modules/entityreference/tests/entityreference.admin.test',
45553   'hash' => 'bcd6516be3099ae87a4c3d41add08edd17eafb4244db8442c5dc15f19ebde7ae',
45554 ))
45555 ->values(array(
45556   'filename' => 'sites/all/modules/entityreference/tests/entityreference.feeds.test',
45557   'hash' => '320c7480b1758e4d80e91c0a6ea3d43b6b35d1adfe00b6155b61ef786510bb7c',
45558 ))
45559 ->values(array(
45560   'filename' => 'sites/all/modules/entityreference/tests/entityreference.handlers.test',
45561   'hash' => '2fa170925ac5303c519378f1763e918cc2f111205220d90998b547a08db90d8c',
45562 ))
45563 ->values(array(
45564   'filename' => 'sites/all/modules/entityreference/tests/entityreference.taxonomy.test',
45565   'hash' => '8e4f7d9ae621df0f587b6fcbf139adea2a35c69305ef018ced88447a41164c5f',
45566 ))
45567 ->values(array(
45568   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_display.inc',
45569   'hash' => '9216a065ea4fdb2daacb1280e5c9549e3400b8553b5293534cf65a0d703ab189',
45570 ))
45571 ->values(array(
45572   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_row_fields.inc',
45573   'hash' => '7f5a58c099c2df6fd1c3ae285197a4648841d44fa107bcb2064bc1edf435ea8b',
45574 ))
45575 ->values(array(
45576   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_style.inc',
45577   'hash' => 'ad9a7ea5a37c2d9658c2b1d19ade3011c27ed5d9959423ebf7a390372507e6b0',
45578 ))
45579 ->values(array(
45580   'filename' => 'sites/all/modules/link/link.migrate.inc',
45581   'hash' => '0a17ff0daa79813174fff92e9db787e75e710fe757b6924eec193c66fe13f3df',
45582 ))
45583 ->values(array(
45584   'filename' => 'sites/all/modules/link/link.module',
45585   'hash' => '3fdf23f9f409b80df5eee57207a5045c566422cef14128306835f7b1b03a5e66',
45586 ))
45587 ->values(array(
45588   'filename' => 'sites/all/modules/link/tests/link.attribute.test',
45589   'hash' => '8c21045dbcf346edf8dc70c157d02074dd87372d4f60e7f5a4ae11683cd79399',
45590 ))
45591 ->values(array(
45592   'filename' => 'sites/all/modules/link/tests/link.crud.test',
45593   'hash' => 'de19e2c5e8c6cb02f25d7051bdd1db77852379ac59ce8185c25b4bf927478f22',
45594 ))
45595 ->values(array(
45596   'filename' => 'sites/all/modules/link/tests/link.crud_browser.test',
45597   'hash' => '07794771164033e14a635625ad08fdbcdc4dafa154db2ec0bd9a95ca30202eb5',
45598 ))
45599 ->values(array(
45600   'filename' => 'sites/all/modules/link/tests/link.test',
45601   'hash' => 'fe5d8cd577fbfc07929e7216e115530a28777ace9b7135fbc853a3a78d550456',
45602 ))
45603 ->values(array(
45604   'filename' => 'sites/all/modules/link/tests/link.token.test',
45605   'hash' => '930af3b64ccabd58a14c8f596ee4b908596b4bee64174bfa34d55fbab7173da4',
45606 ))
45607 ->values(array(
45608   'filename' => 'sites/all/modules/link/tests/link.validate.test',
45609   'hash' => '4fb3d9124767f43332f2e40bcca3aba98575dd1f6a286adfc8831607823986c5',
45610 ))
45611 ->values(array(
45612   'filename' => 'sites/all/modules/link/views/link_views_handler_argument_target.inc',
45613   'hash' => 'd77c23c6b085382c63e7dbce3d95afc9756517edcdc4cd455892d8333520d4c9',
45614 ))
45615 ->values(array(
45616   'filename' => 'sites/all/modules/link/views/link_views_handler_filter_protocol.inc',
45617   'hash' => 'e10a0d2de73bfa9a56fadbac023c6ac16022ced40c0444ab6ffed1b5d7ea7358',
45618 ))
45619 ->values(array(
45620   'filename' => 'sites/all/modules/phone/phone.migrate.inc',
45621   'hash' => 'd7422e56ab02e4b55b2fdb9ea185a876fd6164446b0c4f66b5c0e70071d7e708',
45622 ))
45623 ->values(array(
45624   'filename' => 'sites/all/modules/phone/tests/phone.au.test',
45625   'hash' => '0b920ca34f5255c6d49b0138b9bd58fa9e430fa11e33e93ab3cd248c2b4ad0fe',
45626 ))
45627 ->values(array(
45628   'filename' => 'sites/all/modules/phone/tests/phone.be.test',
45629   'hash' => '311af0608d86bb10a02e393a2d9e541a409b081088f353eacee6ceb864130a98',
45630 ))
45631 ->values(array(
45632   'filename' => 'sites/all/modules/phone/tests/phone.br.test',
45633   'hash' => '93bad68cd3e4560cc05914aeaee8bb9056591b46917d7295f9a3d4feca89e739',
45634 ))
45635 ->values(array(
45636   'filename' => 'sites/all/modules/phone/tests/phone.ca.test',
45637   'hash' => '6f425a856adb70fb250fc8823bc010afab781839695c9ecb5f7be38bf7710348',
45638 ))
45639 ->values(array(
45640   'filename' => 'sites/all/modules/phone/tests/phone.ch.test',
45641   'hash' => 'ab8fa50c459d6e11d773c597320859d07bfdbf5ab7715bd505cff025980b7070',
45642 ))
45643 ->values(array(
45644   'filename' => 'sites/all/modules/phone/tests/phone.cl.test',
45645   'hash' => '2cc581962d4367c476b2010f10de7acb3bc9ab52177bb52694e28a88d54d48a1',
45646 ))
45647 ->values(array(
45648   'filename' => 'sites/all/modules/phone/tests/phone.cn.test',
45649   'hash' => 'e36269835b0d5673684887cf33831a254e7b2110b98dc35a60102246901c244d',
45650 ))
45651 ->values(array(
45652   'filename' => 'sites/all/modules/phone/tests/phone.cr.test',
45653   'hash' => '04c3aab79d2c75104d0ce9a9a84f84443303289bafce79b43f06d90cbc4c78b0',
45654 ))
45655 ->values(array(
45656   'filename' => 'sites/all/modules/phone/tests/phone.cs.test',
45657   'hash' => '3e90d66bedebd4c66b46526fb4877340b6b0c2d4bcd7557e477b5b9c52727d9a',
45658 ))
45659 ->values(array(
45660   'filename' => 'sites/all/modules/phone/tests/phone.eg.test',
45661   'hash' => 'f0568e235c65fc625cc2eca359c0062771df5755460cb6003ae8c5197aca67f9',
45662 ))
45663 ->values(array(
45664   'filename' => 'sites/all/modules/phone/tests/phone.es.test',
45665   'hash' => '8a8bfa8827e42a79d89720cec22c9246ff463cc8bae89f78394b61fbd676614e',
45666 ))
45667 ->values(array(
45668   'filename' => 'sites/all/modules/phone/tests/phone.fr.test',
45669   'hash' => '76dc4de9eb4547e3a27298a93fb9949f5d354b3464ec268df9da496783093115',
45670 ))
45671 ->values(array(
45672   'filename' => 'sites/all/modules/phone/tests/phone.hu.test',
45673   'hash' => '57aee8805078b0281c4722e80d721fbcc6dec739b7258bc9843139fd2652471f',
45674 ))
45675 ->values(array(
45676   'filename' => 'sites/all/modules/phone/tests/phone.il.test',
45677   'hash' => '5dba7aa580c087df4d0d9e8a9d8a00a0203a3217cce2e14a26fc18371964f5d5',
45678 ))
45679 ->values(array(
45680   'filename' => 'sites/all/modules/phone/tests/phone.int.test',
45681   'hash' => '99b33e5ec1d232106ce3be0adf8fb7a9e57ee2bb82536408ec60978561ac0a5f',
45682 ))
45683 ->values(array(
45684   'filename' => 'sites/all/modules/phone/tests/phone.it.test',
45685   'hash' => 'dc80b84ed335e2989a36b3ffc7d670ff4106daa665e26df550c0dcf96915c056',
45686 ))
45687 ->values(array(
45688   'filename' => 'sites/all/modules/phone/tests/phone.jo.test',
45689   'hash' => '0c30dc4baccba8ddb4f2c55cfc2b79ceb736769bdc664e6189d1b5e7cd348e00',
45690 ))
45691 ->values(array(
45692   'filename' => 'sites/all/modules/phone/tests/phone.nl.test',
45693   'hash' => '33431240ce625582f22a5ae98066efd7ac57176a1d3e18a2a0f702ea43418637',
45694 ))
45695 ->values(array(
45696   'filename' => 'sites/all/modules/phone/tests/phone.nz.test',
45697   'hash' => '3a4cbb625f3c8de015b99ed1bc712f4cd41a3819ac9aea75170ad202297e46bc',
45698 ))
45699 ->values(array(
45700   'filename' => 'sites/all/modules/phone/tests/phone.pa.test',
45701   'hash' => 'd8fb12e636cd5028ab15e35f61d01d2d15e9e22f40724bf57f5958d6261720b7',
45702 ))
45703 ->values(array(
45704   'filename' => 'sites/all/modules/phone/tests/phone.ph.test',
45705   'hash' => '56727122712ea07bdded9df15449ffe1e605c5e64cebf599876a49e3b0bbb616',
45706 ))
45707 ->values(array(
45708   'filename' => 'sites/all/modules/phone/tests/phone.pk.test',
45709   'hash' => 'd061a6aa870b6a2607cfdb074d5d9ed5719e02fa298f69d38349b742335d8bb8',
45710 ))
45711 ->values(array(
45712   'filename' => 'sites/all/modules/phone/tests/phone.pl.test',
45713   'hash' => 'b9a2079d3d93909513d1c7b10054fddcea114529ac3f0d0cbbc674c547476180',
45714 ))
45715 ->values(array(
45716   'filename' => 'sites/all/modules/phone/tests/phone.ru.test',
45717   'hash' => 'f2f8c62e441ca34552754337f63ac7db81dceff3ebb984bfad3ad0ad19ca2072',
45718 ))
45719 ->values(array(
45720   'filename' => 'sites/all/modules/phone/tests/phone.se.test',
45721   'hash' => '7cb5c273d1f5d19533130da5417a4208c31f7ef8fd4d336972af202e64f05fd9',
45722 ))
45723 ->values(array(
45724   'filename' => 'sites/all/modules/phone/tests/phone.sg.test',
45725   'hash' => 'f76557ba04ad21f81b010f1cd6e649b7fa9eaf1df6acbcd7ac1c7fa60945f29e',
45726 ))
45727 ->values(array(
45728   'filename' => 'sites/all/modules/phone/tests/phone.ua.test',
45729   'hash' => '7441058b561f294da5dca24a367c5cb37bd043c4cb4a55606240d1843a244e56',
45730 ))
45731 ->values(array(
45732   'filename' => 'sites/all/modules/phone/tests/phone.uk.test',
45733   'hash' => 'a42cde9cb4ffbdab1974f56bbdf1f6fe9987f1a5d5713d11c0d3cdc6e0cb34c3',
45734 ))
45735 ->values(array(
45736   'filename' => 'sites/all/modules/phone/tests/phone.za.test',
45737   'hash' => 'c5491ab663972aa23ae2f917a0fc605a6136f02e1b207d3fc650ed1f251359ee',
45738 ))
45739 ->values(array(
45740   'filename' => 'sites/all/modules/views/tests/comment/views_handler_argument_comment_user_uid.test',
45741   'hash' => 'b8b417ef0e05806a88bd7d5e2f7dcb41339fbf5b66f39311defc9fb65476d561',
45742 ))
45743 ->values(array(
45744   'filename' => 'sites/all/modules/views/tests/comment/views_handler_filter_comment_user_uid.test',
45745   'hash' => '347c6ffd4383706dbde844235aaf31cff44a22e95d2e6d8ef4da34a41b70edd1',
45746 ))
45747 ->values(array(
45748   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
45749   'hash' => '53e6d57c2d1d6cd0cd92e15ca4077ba532214daf41e9c7c0f940c7c8dbd86a66',
45750 ))
45751 ->values(array(
45752   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_area_text.test',
45753   'hash' => 'af74a74a3357567b844606add76d7ca1271317778dd7bd245a216cf963c738b4',
45754 ))
45755 ->values(array(
45756   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_null.test',
45757   'hash' => '1d174e1f467b905d67217bd755100d78ffeca4aa4ada5c4be40270cd6d30b721',
45758 ))
45759 ->values(array(
45760   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_string.test',
45761   'hash' => '3d0213af0041146abb61dcdc750869ed773d0ac80cfa74ffbadfdd03b1f11c52',
45762 ))
45763 ->values(array(
45764   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field.test',
45765   'hash' => 'af552bf825ab77486b3d0d156779b7c4806ce5a983c6116ad68b633daf9bb927',
45766 ))
45767 ->values(array(
45768   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_boolean.test',
45769   'hash' => 'd334b12a850f36b41fe89ab30a9d758fd3ce434286bd136404344b7b288460ae',
45770 ))
45771 ->values(array(
45772   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_counter.test',
45773   'hash' => '75b31942adf06b107f5ffd3c97545fde8cd1040b1d00f682e3c7c1320026e26c',
45774 ))
45775 ->values(array(
45776   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_custom.test',
45777   'hash' => '1446bc3d5a6b1180a79edfa46a5268dbf7f089836aa3bc45df00ddaff9dd0ce1',
45778 ))
45779 ->values(array(
45780   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_date.test',
45781   'hash' => '6f45326d7f74127956d9d8e4d7ad96a4beb0f66175fa40daf1d618d1a5fa996d',
45782 ))
45783 ->values(array(
45784   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_file_size.test',
45785   'hash' => '49184db68af398a54e81c8a76261acd861da8fd7846b9d51dcf476d61396bfb9',
45786 ))
45787 ->values(array(
45788   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_math.test',
45789   'hash' => '6e39e4f782e6b36151ceafb41a5509f7c661be79b393b24f6f5496d724535887',
45790 ))
45791 ->values(array(
45792   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_url.test',
45793   'hash' => 'b41f762a71594b438a2e60a79c8260ba54e6305635725b0747e29f0d3ffe08c9',
45794 ))
45795 ->values(array(
45796   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_xss.test',
45797   'hash' => 'f129ee16c03f84673e33990cbb2da5aa88c362f46e9ba1620b2a842ffd1c9cd2',
45798 ))
45799 ->values(array(
45800   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_combine.test',
45801   'hash' => '05842d83a11822afe7d566835f5db9f0f94fdb27ddfc388d38138767bdf36f8b',
45802 ))
45803 ->values(array(
45804   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_date.test',
45805   'hash' => '045cc449b68bbd5526071bf38c505b6d44f6c91868273c3120705c3bad250aee',
45806 ))
45807 ->values(array(
45808   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_equality.test',
45809   'hash' => 'c88f21c9cbf1aae83393b26616908f8020c18fe378d76256c7ba192df2ec17af',
45810 ))
45811 ->values(array(
45812   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_in_operator.test',
45813   'hash' => '89420a4071677232e0eb82b184b37b818a82bdb2ff90a8b21293f9ecb21808bf',
45814 ))
45815 ->values(array(
45816   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_numeric.test',
45817   'hash' => '35ac7a34e696b979e86ef7209b6697098d9abe218e30a02cc4fe39fb11f2a852',
45818 ))
45819 ->values(array(
45820   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_string.test',
45821   'hash' => 'b7d090780748faad478e619fd55673d746d4a0cf343d9e40ea96881324c34cbd',
45822 ))
45823 ->values(array(
45824   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort.test',
45825   'hash' => 'f4ff79e6bc54e83c4eb2777811f33702b7e9fe7416ef70ae00d100fa54d44fec',
45826 ))
45827 ->values(array(
45828   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_date.test',
45829   'hash' => 'f548584d7c6a71cabd3ce07e04053a38df3f3e1685210ce8114238fd05344c10',
45830 ))
45831 ->values(array(
45832   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_random.test',
45833   'hash' => '4fdba9bf05a26720ffa97e7a37da65ddc9044bd2832f8c89007b82feb062f182',
45834 ))
45835 ->values(array(
45836   'filename' => 'sites/all/modules/views/tests/node/views_node_revision_relations.test',
45837   'hash' => '9467497a6d693615b48c8f57611a850002317bcb091b926d2efbbe56a4e61480',
45838 ))
45839 ->values(array(
45840   'filename' => 'sites/all/modules/views/tests/plugins/views_plugin_display.test',
45841   'hash' => '4a6b136543a60999604c54125fa9d4f5aa61a5dcc71e2133d89325d81bc0fc2d',
45842 ))
45843 ->values(array(
45844   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style.test',
45845   'hash' => 'fb6c3279645fbcc1126acb3e1c908189e5240c647f81dcfd9b0761570c99d269',
45846 ))
45847 ->values(array(
45848   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_base.test',
45849   'hash' => '54fb7816d18416d8b0db67e9f55aa2aa50ac204eb9311be14b6700b7d7a95ae7',
45850 ))
45851 ->values(array(
45852   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_jump_menu.test',
45853   'hash' => 'b88baa8aebe183943a6e4cf2df314fef13ac41b5844cd5fa4aa91557dd624895',
45854 ))
45855 ->values(array(
45856   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_mapping.test',
45857   'hash' => 'a4e68bc8cfbeff4a1d9b8085fd115bfe7a8c4b84c049573fa0409b0dc8c2f053',
45858 ))
45859 ->values(array(
45860   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_unformatted.test',
45861   'hash' => '033ca29d41af47cd7bd12d50fea6c956dde247202ebda9df7f637111481bb51d',
45862 ))
45863 ->values(array(
45864   'filename' => 'sites/all/modules/views/tests/taxonomy/views_handler_relationship_node_term_data.test',
45865   'hash' => '6074f5c7ae63225ea0cd26626ace6c017740e226f4d3c234e39869c31308223d',
45866 ))
45867 ->values(array(
45868   'filename' => 'sites/all/modules/views/tests/user/views_handler_field_user_name.test',
45869   'hash' => '69641b6da26d8daee9a2ceb2d0df56668bf09b86db1d4071c275b6e8d0885f9e',
45870 ))
45871 ->values(array(
45872   'filename' => 'sites/all/modules/views/tests/user/views_user.test',
45873   'hash' => 'fbb63b42a0b7051bd4d33cf36841f39d7cc13a63b0554eca431b2a08c19facae',
45874 ))
45875 ->values(array(
45876   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_default.test',
45877   'hash' => '6423f2db7673763991b1fd0c452a7d84413c7dd888ca6c95545fadc531cfaaf4',
45878 ))
45879 ->values(array(
45880   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_validate.test',
45881   'hash' => 'c88c9e5d162958f8924849758486a0d83822ada06088f5cf71bfbe76932d8d84',
45882 ))
45883 ->values(array(
45884   'filename' => 'sites/all/modules/views/tests/views_access.test',
45885   'hash' => 'f8b9d04b43c09a67ec722290a30408c1df8c163cf6e5863b41468bb4e381ee6f',
45886 ))
45887 ->values(array(
45888   'filename' => 'sites/all/modules/views/tests/views_analyze.test',
45889   'hash' => '5548e36c99bb626209d63e5cddbc31f49ad83865c983d2662c6826b328d24ffb',
45890 ))
45891 ->values(array(
45892   'filename' => 'sites/all/modules/views/tests/views_argument_default.test',
45893   'hash' => '5950937aae4608bba5b86f366ef3a56cc6518bbccfeaeacda79fa13246d220e4',
45894 ))
45895 ->values(array(
45896   'filename' => 'sites/all/modules/views/tests/views_argument_validator.test',
45897   'hash' => '31f8f49946c8aa3b03d6d9a2281bdfb11c54071b28e83fb3e827ca6ff5e38c88',
45898 ))
45899 ->values(array(
45900   'filename' => 'sites/all/modules/views/tests/views_basic.test',
45901   'hash' => '655bd33983f84bbea68a3f24bfab545d2c02f36a478566edf35a98a58ff0c6cf',
45902 ))
45903 ->values(array(
45904   'filename' => 'sites/all/modules/views/tests/views_cache.test',
45905   'hash' => '76316e1f026c2ab81ef91450b9d6d5985cbfab087f839ea0edd112209bf84fd9',
45906 ))
45907 ->values(array(
45908   'filename' => 'sites/all/modules/views/tests/views_exposed_form.test',
45909   'hash' => '2b2b16373af8ecade91d7c77bd8c2da8286a33bde554874f5d81399d201c3228',
45910 ))
45911 ->values(array(
45912   'filename' => 'sites/all/modules/views/tests/views_glossary.test',
45913   'hash' => '118d50177a68a6f88e3727e10f8bcc6f95176282cc42fbd604458eeb932a36e8',
45914 ))
45915 ->values(array(
45916   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
45917   'hash' => 'ac6ca55f084f4884c06437815ccfa5c4d10bfef808c3f6f17a4f69537794a992',
45918 ))
45919 ->values(array(
45920   'filename' => 'sites/all/modules/views/tests/views_handlers.test',
45921   'hash' => 'a696e3d6b1748da03a04ac532f403700d07c920b9c405c628a6c94ea6764f501',
45922 ))
45923 ->values(array(
45924   'filename' => 'sites/all/modules/views/tests/views_module.test',
45925   'hash' => '3939798f2f679308903d4845f5625dd60df6110aec2615e33ab81e854d0b7e73',
45926 ))
45927 ->values(array(
45928   'filename' => 'sites/all/modules/views/tests/views_pager.test',
45929   'hash' => '6f448c8c13c5177afb35103119d6281958a2d6dbdfb96ae5f4ee77cb3b44adc5',
45930 ))
45931 ->values(array(
45932   'filename' => 'sites/all/modules/views/tests/views_query.test',
45933   'hash' => '1ab587994dc43b1315e9a534d005798aecaa14182ba23a2b445e56516b9528cb',
45934 ))
45935 ->values(array(
45936   'filename' => 'sites/all/modules/views/tests/views_translatable.test',
45937   'hash' => '6899c7b09ab72c262480cf78d200ecddfb683e8f2495438a55b35ae0e103a1b3',
45938 ))
45939 ->values(array(
45940   'filename' => 'sites/all/modules/views/tests/views_ui.test',
45941   'hash' => 'f9687a363d7cc2828739583e3eedeb68c99acd505ff4e3036c806a42b93a2688',
45942 ))
45943 ->values(array(
45944   'filename' => 'sites/all/modules/views/tests/views_upgrade.test',
45945   'hash' => 'c48bd74b85809dd78d963e525e38f3b6dd7e12aa249f73bd6a20247a40d6713a',
45946 ))
45947 ->values(array(
45948   'filename' => 'sites/all/modules/views/tests/views_view.test',
45949   'hash' => 'a52e010d27cc2eb29804a3acd30f574adf11fad1f5860e431178b61cddbdbb69',
45950 ))
45951 ->execute();
45952
45953 $connection->schema()->createTable('role', array(
45954   'fields' => array(
45955     'rid' => array(
45956       'type' => 'serial',
45957       'not null' => TRUE,
45958       'size' => 'normal',
45959       'unsigned' => TRUE,
45960     ),
45961     'name' => array(
45962       'type' => 'varchar',
45963       'not null' => TRUE,
45964       'length' => '64',
45965       'default' => '',
45966     ),
45967     'weight' => array(
45968       'type' => 'int',
45969       'not null' => TRUE,
45970       'size' => 'normal',
45971       'default' => '0',
45972     ),
45973   ),
45974   'primary key' => array(
45975     'rid',
45976   ),
45977   'mysql_character_set' => 'utf8',
45978 ));
45979
45980 $connection->insert('role')
45981 ->fields(array(
45982   'rid',
45983   'name',
45984   'weight',
45985 ))
45986 ->values(array(
45987   'rid' => '1',
45988   'name' => 'anonymous user',
45989   'weight' => '0',
45990 ))
45991 ->values(array(
45992   'rid' => '2',
45993   'name' => 'authenticated user',
45994   'weight' => '1',
45995 ))
45996 ->values(array(
45997   'rid' => '3',
45998   'name' => 'administrator',
45999   'weight' => '2',
46000 ))
46001 ->execute();
46002
46003 $connection->schema()->createTable('role_permission', array(
46004   'fields' => array(
46005     'rid' => array(
46006       'type' => 'int',
46007       'not null' => TRUE,
46008       'size' => 'normal',
46009       'unsigned' => TRUE,
46010     ),
46011     'permission' => array(
46012       'type' => 'varchar',
46013       'not null' => TRUE,
46014       'length' => '128',
46015       'default' => '',
46016     ),
46017     'module' => array(
46018       'type' => 'varchar',
46019       'not null' => TRUE,
46020       'length' => '255',
46021       'default' => '',
46022     ),
46023   ),
46024   'primary key' => array(
46025     'rid',
46026     'permission',
46027   ),
46028   'mysql_character_set' => 'utf8',
46029 ));
46030
46031 $connection->insert('role_permission')
46032 ->fields(array(
46033   'rid',
46034   'permission',
46035   'module',
46036 ))
46037 ->values(array(
46038   'rid' => '3',
46039   'permission' => 'access administration pages',
46040   'module' => 'system',
46041 ))
46042 ->values(array(
46043   'rid' => '3',
46044   'permission' => 'access all views',
46045   'module' => 'views',
46046 ))
46047 ->values(array(
46048   'rid' => '1',
46049   'permission' => 'access comments',
46050   'module' => 'comment',
46051 ))
46052 ->values(array(
46053   'rid' => '2',
46054   'permission' => 'access comments',
46055   'module' => 'comment',
46056 ))
46057 ->values(array(
46058   'rid' => '3',
46059   'permission' => 'access comments',
46060   'module' => 'comment',
46061 ))
46062 ->values(array(
46063   'rid' => '1',
46064   'permission' => 'access content',
46065   'module' => 'node',
46066 ))
46067 ->values(array(
46068   'rid' => '2',
46069   'permission' => 'access content',
46070   'module' => 'node',
46071 ))
46072 ->values(array(
46073   'rid' => '3',
46074   'permission' => 'access content',
46075   'module' => 'node',
46076 ))
46077 ->values(array(
46078   'rid' => '3',
46079   'permission' => 'access content overview',
46080   'module' => 'node',
46081 ))
46082 ->values(array(
46083   'rid' => '3',
46084   'permission' => 'access contextual links',
46085   'module' => 'contextual',
46086 ))
46087 ->values(array(
46088   'rid' => '3',
46089   'permission' => 'access dashboard',
46090   'module' => 'dashboard',
46091 ))
46092 ->values(array(
46093   'rid' => '3',
46094   'permission' => 'access news feeds',
46095   'module' => 'aggregator',
46096 ))
46097 ->values(array(
46098   'rid' => '3',
46099   'permission' => 'access overlay',
46100   'module' => 'overlay',
46101 ))
46102 ->values(array(
46103   'rid' => '3',
46104   'permission' => 'access printer-friendly version',
46105   'module' => 'book',
46106 ))
46107 ->values(array(
46108   'rid' => '3',
46109   'permission' => 'access site in maintenance mode',
46110   'module' => 'system',
46111 ))
46112 ->values(array(
46113   'rid' => '3',
46114   'permission' => 'access site reports',
46115   'module' => 'system',
46116 ))
46117 ->values(array(
46118   'rid' => '3',
46119   'permission' => 'access site-wide contact form',
46120   'module' => 'contact',
46121 ))
46122 ->values(array(
46123   'rid' => '3',
46124   'permission' => 'access statistics',
46125   'module' => 'statistics',
46126 ))
46127 ->values(array(
46128   'rid' => '3',
46129   'permission' => 'access toolbar',
46130   'module' => 'toolbar',
46131 ))
46132 ->values(array(
46133   'rid' => '3',
46134   'permission' => 'access user contact forms',
46135   'module' => 'contact',
46136 ))
46137 ->values(array(
46138   'rid' => '3',
46139   'permission' => 'access user profiles',
46140   'module' => 'user',
46141 ))
46142 ->values(array(
46143   'rid' => '3',
46144   'permission' => 'add content to books',
46145   'module' => 'book',
46146 ))
46147 ->values(array(
46148   'rid' => '3',
46149   'permission' => 'administer actions',
46150   'module' => 'system',
46151 ))
46152 ->values(array(
46153   'rid' => '3',
46154   'permission' => 'administer blocks',
46155   'module' => 'block',
46156 ))
46157 ->values(array(
46158   'rid' => '3',
46159   'permission' => 'administer book outlines',
46160   'module' => 'book',
46161 ))
46162 ->values(array(
46163   'rid' => '3',
46164   'permission' => 'administer comments',
46165   'module' => 'comment',
46166 ))
46167 ->values(array(
46168   'rid' => '3',
46169   'permission' => 'administer contact forms',
46170   'module' => 'contact',
46171 ))
46172 ->values(array(
46173   'rid' => '3',
46174   'permission' => 'administer content types',
46175   'module' => 'node',
46176 ))
46177 ->values(array(
46178   'rid' => '3',
46179   'permission' => 'administer filters',
46180   'module' => 'filter',
46181 ))
46182 ->values(array(
46183   'rid' => '3',
46184   'permission' => 'administer forums',
46185   'module' => 'forum',
46186 ))
46187 ->values(array(
46188   'rid' => '3',
46189   'permission' => 'administer image styles',
46190   'module' => 'image',
46191 ))
46192 ->values(array(
46193   'rid' => '3',
46194   'permission' => 'administer languages',
46195   'module' => 'locale',
46196 ))
46197 ->values(array(
46198   'rid' => '3',
46199   'permission' => 'administer menu',
46200   'module' => 'menu',
46201 ))
46202 ->values(array(
46203   'rid' => '3',
46204   'permission' => 'administer modules',
46205   'module' => 'system',
46206 ))
46207 ->values(array(
46208   'rid' => '3',
46209   'permission' => 'administer news feeds',
46210   'module' => 'aggregator',
46211 ))
46212 ->values(array(
46213   'rid' => '3',
46214   'permission' => 'administer nodes',
46215   'module' => 'node',
46216 ))
46217 ->values(array(
46218   'rid' => '3',
46219   'permission' => 'administer permissions',
46220   'module' => 'user',
46221 ))
46222 ->values(array(
46223   'rid' => '3',
46224   'permission' => 'administer search',
46225   'module' => 'search',
46226 ))
46227 ->values(array(
46228   'rid' => '3',
46229   'permission' => 'administer shortcuts',
46230   'module' => 'shortcut',
46231 ))
46232 ->values(array(
46233   'rid' => '3',
46234   'permission' => 'administer site configuration',
46235   'module' => 'system',
46236 ))
46237 ->values(array(
46238   'rid' => '3',
46239   'permission' => 'administer software updates',
46240   'module' => 'system',
46241 ))
46242 ->values(array(
46243   'rid' => '3',
46244   'permission' => 'administer statistics',
46245   'module' => 'statistics',
46246 ))
46247 ->values(array(
46248   'rid' => '3',
46249   'permission' => 'administer taxonomy',
46250   'module' => 'taxonomy',
46251 ))
46252 ->values(array(
46253   'rid' => '3',
46254   'permission' => 'administer themes',
46255   'module' => 'system',
46256 ))
46257 ->values(array(
46258   'rid' => '3',
46259   'permission' => 'administer unit tests',
46260   'module' => 'simpletest',
46261 ))
46262 ->values(array(
46263   'rid' => '3',
46264   'permission' => 'administer url aliases',
46265   'module' => 'path',
46266 ))
46267 ->values(array(
46268   'rid' => '3',
46269   'permission' => 'administer users',
46270   'module' => 'user',
46271 ))
46272 ->values(array(
46273   'rid' => '3',
46274   'permission' => 'administer views',
46275   'module' => 'views',
46276 ))
46277 ->values(array(
46278   'rid' => '3',
46279   'permission' => 'block IP addresses',
46280   'module' => 'system',
46281 ))
46282 ->values(array(
46283   'rid' => '3',
46284   'permission' => 'bypass node access',
46285   'module' => 'node',
46286 ))
46287 ->values(array(
46288   'rid' => '3',
46289   'permission' => 'cancel account',
46290   'module' => 'user',
46291 ))
46292 ->values(array(
46293   'rid' => '3',
46294   'permission' => 'change own username',
46295   'module' => 'user',
46296 ))
46297 ->values(array(
46298   'rid' => '3',
46299   'permission' => 'create article content',
46300   'module' => 'node',
46301 ))
46302 ->values(array(
46303   'rid' => '3',
46304   'permission' => 'create new books',
46305   'module' => 'book',
46306 ))
46307 ->values(array(
46308   'rid' => '3',
46309   'permission' => 'create page content',
46310   'module' => 'node',
46311 ))
46312 ->values(array(
46313   'rid' => '3',
46314   'permission' => 'create url aliases',
46315   'module' => 'path',
46316 ))
46317 ->values(array(
46318   'rid' => '3',
46319   'permission' => 'customize shortcut links',
46320   'module' => 'shortcut',
46321 ))
46322 ->values(array(
46323   'rid' => '3',
46324   'permission' => 'delete any article content',
46325   'module' => 'node',
46326 ))
46327 ->values(array(
46328   'rid' => '3',
46329   'permission' => 'delete any page content',
46330   'module' => 'node',
46331 ))
46332 ->values(array(
46333   'rid' => '3',
46334   'permission' => 'delete own article content',
46335   'module' => 'node',
46336 ))
46337 ->values(array(
46338   'rid' => '3',
46339   'permission' => 'delete own page content',
46340   'module' => 'node',
46341 ))
46342 ->values(array(
46343   'rid' => '3',
46344   'permission' => 'delete revisions',
46345   'module' => 'node',
46346 ))
46347 ->values(array(
46348   'rid' => '3',
46349   'permission' => 'delete terms in 1',
46350   'module' => 'taxonomy',
46351 ))
46352 ->values(array(
46353   'rid' => '3',
46354   'permission' => 'edit any article content',
46355   'module' => 'node',
46356 ))
46357 ->values(array(
46358   'rid' => '3',
46359   'permission' => 'edit any page content',
46360   'module' => 'node',
46361 ))
46362 ->values(array(
46363   'rid' => '3',
46364   'permission' => 'edit own article content',
46365   'module' => 'node',
46366 ))
46367 ->values(array(
46368   'rid' => '3',
46369   'permission' => 'edit own comments',
46370   'module' => 'comment',
46371 ))
46372 ->values(array(
46373   'rid' => '3',
46374   'permission' => 'edit own page content',
46375   'module' => 'node',
46376 ))
46377 ->values(array(
46378   'rid' => '3',
46379   'permission' => 'edit terms in 1',
46380   'module' => 'taxonomy',
46381 ))
46382 ->values(array(
46383   'rid' => '2',
46384   'permission' => 'post comments',
46385   'module' => 'comment',
46386 ))
46387 ->values(array(
46388   'rid' => '3',
46389   'permission' => 'post comments',
46390   'module' => 'comment',
46391 ))
46392 ->values(array(
46393   'rid' => '3',
46394   'permission' => 'revert revisions',
46395   'module' => 'node',
46396 ))
46397 ->values(array(
46398   'rid' => '3',
46399   'permission' => 'search content',
46400   'module' => 'search',
46401 ))
46402 ->values(array(
46403   'rid' => '3',
46404   'permission' => 'select account cancellation method',
46405   'module' => 'user',
46406 ))
46407 ->values(array(
46408   'rid' => '2',
46409   'permission' => 'skip comment approval',
46410   'module' => 'comment',
46411 ))
46412 ->values(array(
46413   'rid' => '3',
46414   'permission' => 'skip comment approval',
46415   'module' => 'comment',
46416 ))
46417 ->values(array(
46418   'rid' => '3',
46419   'permission' => 'switch shortcut sets',
46420   'module' => 'shortcut',
46421 ))
46422 ->values(array(
46423   'rid' => '3',
46424   'permission' => 'translate admin strings',
46425   'module' => 'i18n_string',
46426 ))
46427 ->values(array(
46428   'rid' => '3',
46429   'permission' => 'translate blocks',
46430   'module' => 'i18n_block',
46431 ))
46432 ->values(array(
46433   'rid' => '3',
46434   'permission' => 'translate content',
46435   'module' => 'translation',
46436 ))
46437 ->values(array(
46438   'rid' => '3',
46439   'permission' => 'translate interface',
46440   'module' => 'locale',
46441 ))
46442 ->values(array(
46443   'rid' => '3',
46444   'permission' => 'translate user-defined strings',
46445   'module' => 'i18n_string',
46446 ))
46447 ->values(array(
46448   'rid' => '3',
46449   'permission' => 'use advanced search',
46450   'module' => 'search',
46451 ))
46452 ->values(array(
46453   'rid' => '3',
46454   'permission' => 'use PHP for settings',
46455   'module' => 'php',
46456 ))
46457 ->values(array(
46458   'rid' => '2',
46459   'permission' => 'use text format custom_text_format',
46460   'module' => 'filter',
46461 ))
46462 ->values(array(
46463   'rid' => '3',
46464   'permission' => 'use text format custom_text_format',
46465   'module' => 'filter',
46466 ))
46467 ->values(array(
46468   'rid' => '1',
46469   'permission' => 'use text format filtered_html',
46470   'module' => 'filter',
46471 ))
46472 ->values(array(
46473   'rid' => '2',
46474   'permission' => 'use text format filtered_html',
46475   'module' => 'filter',
46476 ))
46477 ->values(array(
46478   'rid' => '3',
46479   'permission' => 'use text format filtered_html',
46480   'module' => 'filter',
46481 ))
46482 ->values(array(
46483   'rid' => '3',
46484   'permission' => 'use text format full_html',
46485   'module' => 'filter',
46486 ))
46487 ->values(array(
46488   'rid' => '3',
46489   'permission' => 'view own unpublished content',
46490   'module' => 'node',
46491 ))
46492 ->values(array(
46493   'rid' => '3',
46494   'permission' => 'view post access counter',
46495   'module' => 'statistics',
46496 ))
46497 ->values(array(
46498   'rid' => '3',
46499   'permission' => 'view revisions',
46500   'module' => 'node',
46501 ))
46502 ->values(array(
46503   'rid' => '3',
46504   'permission' => 'view the administration theme',
46505   'module' => 'system',
46506 ))
46507 ->execute();
46508
46509 $connection->schema()->createTable('search_dataset', array(
46510   'fields' => array(
46511     'sid' => array(
46512       'type' => 'int',
46513       'not null' => TRUE,
46514       'size' => 'normal',
46515       'default' => '0',
46516       'unsigned' => TRUE,
46517     ),
46518     'type' => array(
46519       'type' => 'varchar',
46520       'not null' => TRUE,
46521       'length' => '16',
46522     ),
46523     'data' => array(
46524       'type' => 'text',
46525       'not null' => TRUE,
46526       'size' => 'normal',
46527     ),
46528     'reindex' => array(
46529       'type' => 'int',
46530       'not null' => TRUE,
46531       'size' => 'normal',
46532       'default' => '0',
46533       'unsigned' => TRUE,
46534     ),
46535   ),
46536   'primary key' => array(
46537     'sid',
46538     'type',
46539   ),
46540   'mysql_character_set' => 'utf8',
46541 ));
46542
46543 $connection->insert('search_dataset')
46544 ->fields(array(
46545   'sid',
46546   'type',
46547   'data',
46548   'reindex',
46549 ))
46550 ->values(array(
46551   'sid' => '1',
46552   'type' => 'node',
46553   'data' => ' a node 1 default examplecom another examplecom 99999999 monday january 19 2015 2215 monday january 19 2015 2215 prefix value120suffix value abc5xyz click here some more text 9 a comment permalink submitted by admin on mon 1192015 2218 this is a comment log in or register to post comments  ',
46554   'reindex' => '0',
46555 ))
46556 ->values(array(
46557   'sid' => '2',
46558   'type' => 'node',
46559   'data' => ' the thing about deep space 9  is that it s the absolute best show ever trust me i would know benjamin sisko odo quark ',
46560   'reindex' => '0',
46561 ))
46562 ->execute();
46563
46564 $connection->schema()->createTable('search_index', array(
46565   'fields' => array(
46566     'word' => array(
46567       'type' => 'varchar',
46568       'not null' => TRUE,
46569       'length' => '50',
46570       'default' => '',
46571     ),
46572     'sid' => array(
46573       'type' => 'int',
46574       'not null' => TRUE,
46575       'size' => 'normal',
46576       'default' => '0',
46577       'unsigned' => TRUE,
46578     ),
46579     'type' => array(
46580       'type' => 'varchar',
46581       'not null' => TRUE,
46582       'length' => '16',
46583     ),
46584     'score' => array(
46585       'type' => 'numeric',
46586       'not null' => FALSE,
46587       'precision' => '10',
46588       'scale' => '0',
46589     ),
46590   ),
46591   'primary key' => array(
46592     'word',
46593     'sid',
46594     'type',
46595   ),
46596   'mysql_character_set' => 'utf8',
46597 ));
46598
46599 $connection->insert('search_index')
46600 ->fields(array(
46601   'word',
46602   'sid',
46603   'type',
46604   'score',
46605 ))
46606 ->values(array(
46607   'word' => '1',
46608   'sid' => '1',
46609   'type' => 'node',
46610   'score' => '1',
46611 ))
46612 ->values(array(
46613   'word' => '1192015',
46614   'sid' => '1',
46615   'type' => 'node',
46616   'score' => '1',
46617 ))
46618 ->values(array(
46619   'word' => '19',
46620   'sid' => '1',
46621   'type' => 'node',
46622   'score' => '2',
46623 ))
46624 ->values(array(
46625   'word' => '2015',
46626   'sid' => '1',
46627   'type' => 'node',
46628   'score' => '2',
46629 ))
46630 ->values(array(
46631   'word' => '2215',
46632   'sid' => '1',
46633   'type' => 'node',
46634   'score' => '2',
46635 ))
46636 ->values(array(
46637   'word' => '2218',
46638   'sid' => '1',
46639   'type' => 'node',
46640   'score' => '1',
46641 ))
46642 ->values(array(
46643   'word' => '9',
46644   'sid' => '1',
46645   'type' => 'node',
46646   'score' => '1',
46647 ))
46648 ->values(array(
46649   'word' => '99999999',
46650   'sid' => '1',
46651   'type' => 'node',
46652   'score' => '1',
46653 ))
46654 ->values(array(
46655   'word' => 'abc5xyz',
46656   'sid' => '1',
46657   'type' => 'node',
46658   'score' => '1',
46659 ))
46660 ->values(array(
46661   'word' => 'admin',
46662   'sid' => '1',
46663   'type' => 'node',
46664   'score' => '1',
46665 ))
46666 ->values(array(
46667   'word' => 'another',
46668   'sid' => '1',
46669   'type' => 'node',
46670   'score' => '11',
46671 ))
46672 ->values(array(
46673   'word' => 'click',
46674   'sid' => '1',
46675   'type' => 'node',
46676   'score' => '11',
46677 ))
46678 ->values(array(
46679   'word' => 'comment',
46680   'sid' => '1',
46681   'type' => 'node',
46682   'score' => '27',
46683 ))
46684 ->values(array(
46685   'word' => 'comments',
46686   'sid' => '1',
46687   'type' => 'node',
46688   'score' => '1',
46689 ))
46690 ->values(array(
46691   'word' => 'default',
46692   'sid' => '1',
46693   'type' => 'node',
46694   'score' => '11',
46695 ))
46696 ->values(array(
46697   'word' => 'examplecom',
46698   'sid' => '1',
46699   'type' => 'node',
46700   'score' => '22',
46701 ))
46702 ->values(array(
46703   'word' => 'here',
46704   'sid' => '1',
46705   'type' => 'node',
46706   'score' => '11',
46707 ))
46708 ->values(array(
46709   'word' => 'january',
46710   'sid' => '1',
46711   'type' => 'node',
46712   'score' => '2',
46713 ))
46714 ->values(array(
46715   'word' => 'monday',
46716   'sid' => '1',
46717   'type' => 'node',
46718   'score' => '2',
46719 ))
46720 ->values(array(
46721   'word' => 'more',
46722   'sid' => '1',
46723   'type' => 'node',
46724   'score' => '1',
46725 ))
46726 ->values(array(
46727   'word' => 'node',
46728   'sid' => '1',
46729   'type' => 'node',
46730   'score' => '26',
46731 ))
46732 ->values(array(
46733   'word' => 'permalink',
46734   'sid' => '1',
46735   'type' => 'node',
46736   'score' => '11',
46737 ))
46738 ->values(array(
46739   'word' => 'post',
46740   'sid' => '1',
46741   'type' => 'node',
46742   'score' => '1',
46743 ))
46744 ->values(array(
46745   'word' => 'prefix',
46746   'sid' => '1',
46747   'type' => 'node',
46748   'score' => '1',
46749 ))
46750 ->values(array(
46751   'word' => 'register',
46752   'sid' => '1',
46753   'type' => 'node',
46754   'score' => '2',
46755 ))
46756 ->values(array(
46757   'word' => 'some',
46758   'sid' => '1',
46759   'type' => 'node',
46760   'score' => '1',
46761 ))
46762 ->values(array(
46763   'word' => 'submitted',
46764   'sid' => '1',
46765   'type' => 'node',
46766   'score' => '1',
46767 ))
46768 ->values(array(
46769   'word' => 'text',
46770   'sid' => '1',
46771   'type' => 'node',
46772   'score' => '1',
46773 ))
46774 ->values(array(
46775   'word' => 'this',
46776   'sid' => '1',
46777   'type' => 'node',
46778   'score' => '1',
46779 ))
46780 ->values(array(
46781   'word' => 'value',
46782   'sid' => '1',
46783   'type' => 'node',
46784   'score' => '1',
46785 ))
46786 ->values(array(
46787   'word' => 'value120suffix',
46788   'sid' => '1',
46789   'type' => 'node',
46790   'score' => '1',
46791 ))
46792 ->values(array(
46793   'word' => '9',
46794   'sid' => '2',
46795   'type' => 'node',
46796   'score' => '26',
46797 ))
46798 ->values(array(
46799   'word' => 'about',
46800   'sid' => '2',
46801   'type' => 'node',
46802   'score' => '26',
46803 ))
46804 ->values(array(
46805   'word' => 'absolute',
46806   'sid' => '2',
46807   'type' => 'node',
46808   'score' => '1',
46809 ))
46810 ->values(array(
46811   'word' => 'benjamin',
46812   'sid' => '2',
46813   'type' => 'node',
46814   'score' => '11',
46815 ))
46816 ->values(array(
46817   'word' => 'best',
46818   'sid' => '2',
46819   'type' => 'node',
46820   'score' => '1',
46821 ))
46822 ->values(array(
46823   'word' => 'deep',
46824   'sid' => '2',
46825   'type' => 'node',
46826   'score' => '26',
46827 ))
46828 ->values(array(
46829   'word' => 'ever',
46830   'sid' => '2',
46831   'type' => 'node',
46832   'score' => '1',
46833 ))
46834 ->values(array(
46835   'word' => 'know',
46836   'sid' => '2',
46837   'type' => 'node',
46838   'score' => '1',
46839 ))
46840 ->values(array(
46841   'word' => 'quark',
46842   'sid' => '2',
46843   'type' => 'node',
46844   'score' => '11',
46845 ))
46846 ->values(array(
46847   'word' => 'show',
46848   'sid' => '2',
46849   'type' => 'node',
46850   'score' => '1',
46851 ))
46852 ->values(array(
46853   'word' => 'sisko',
46854   'sid' => '2',
46855   'type' => 'node',
46856   'score' => '11',
46857 ))
46858 ->values(array(
46859   'word' => 'space',
46860   'sid' => '2',
46861   'type' => 'node',
46862   'score' => '26',
46863 ))
46864 ->values(array(
46865   'word' => 'that',
46866   'sid' => '2',
46867   'type' => 'node',
46868   'score' => '1',
46869 ))
46870 ->values(array(
46871   'word' => 'thing',
46872   'sid' => '2',
46873   'type' => 'node',
46874   'score' => '26',
46875 ))
46876 ->values(array(
46877   'word' => 'trust',
46878   'sid' => '2',
46879   'type' => 'node',
46880   'score' => '1',
46881 ))
46882 ->values(array(
46883   'word' => 'would',
46884   'sid' => '2',
46885   'type' => 'node',
46886   'score' => '1',
46887 ))
46888 ->execute();
46889
46890 $connection->schema()->createTable('search_node_links', array(
46891   'fields' => array(
46892     'sid' => array(
46893       'type' => 'int',
46894       'not null' => TRUE,
46895       'size' => 'normal',
46896       'default' => '0',
46897       'unsigned' => TRUE,
46898     ),
46899     'type' => array(
46900       'type' => 'varchar',
46901       'not null' => TRUE,
46902       'length' => '16',
46903       'default' => '',
46904     ),
46905     'nid' => array(
46906       'type' => 'int',
46907       'not null' => TRUE,
46908       'size' => 'normal',
46909       'default' => '0',
46910       'unsigned' => TRUE,
46911     ),
46912     'caption' => array(
46913       'type' => 'text',
46914       'not null' => FALSE,
46915       'size' => 'normal',
46916     ),
46917   ),
46918   'primary key' => array(
46919     'sid',
46920     'type',
46921     'nid',
46922   ),
46923   'mysql_character_set' => 'utf8',
46924 ));
46925
46926 $connection->schema()->createTable('search_total', array(
46927   'fields' => array(
46928     'word' => array(
46929       'type' => 'varchar',
46930       'not null' => TRUE,
46931       'length' => '50',
46932       'default' => '',
46933     ),
46934     'count' => array(
46935       'type' => 'numeric',
46936       'not null' => FALSE,
46937       'precision' => '10',
46938       'scale' => '0',
46939     ),
46940   ),
46941   'primary key' => array(
46942     'word',
46943   ),
46944   'mysql_character_set' => 'utf8',
46945 ));
46946
46947 $connection->insert('search_total')
46948 ->fields(array(
46949   'word',
46950   'count',
46951 ))
46952 ->values(array(
46953   'word' => '1',
46954   'count' => '0',
46955 ))
46956 ->values(array(
46957   'word' => '1192015',
46958   'count' => '0',
46959 ))
46960 ->values(array(
46961   'word' => '19',
46962   'count' => '0',
46963 ))
46964 ->values(array(
46965   'word' => '2015',
46966   'count' => '0',
46967 ))
46968 ->values(array(
46969   'word' => '2215',
46970   'count' => '0',
46971 ))
46972 ->values(array(
46973   'word' => '2218',
46974   'count' => '0',
46975 ))
46976 ->values(array(
46977   'word' => '9',
46978   'count' => '0',
46979 ))
46980 ->values(array(
46981   'word' => '99999999',
46982   'count' => '0',
46983 ))
46984 ->values(array(
46985   'word' => 'abc5xyz',
46986   'count' => '0',
46987 ))
46988 ->values(array(
46989   'word' => 'about',
46990   'count' => '0',
46991 ))
46992 ->values(array(
46993   'word' => 'absolute',
46994   'count' => '0',
46995 ))
46996 ->values(array(
46997   'word' => 'admin',
46998   'count' => '0',
46999 ))
47000 ->values(array(
47001   'word' => 'another',
47002   'count' => '0',
47003 ))
47004 ->values(array(
47005   'word' => 'benjamin',
47006   'count' => '0',
47007 ))
47008 ->values(array(
47009   'word' => 'best',
47010   'count' => '0',
47011 ))
47012 ->values(array(
47013   'word' => 'click',
47014   'count' => '0',
47015 ))
47016 ->values(array(
47017   'word' => 'comment',
47018   'count' => '0',
47019 ))
47020 ->values(array(
47021   'word' => 'comments',
47022   'count' => '0',
47023 ))
47024 ->values(array(
47025   'word' => 'deep',
47026   'count' => '0',
47027 ))
47028 ->values(array(
47029   'word' => 'default',
47030   'count' => '0',
47031 ))
47032 ->values(array(
47033   'word' => 'ever',
47034   'count' => '0',
47035 ))
47036 ->values(array(
47037   'word' => 'examplecom',
47038   'count' => '0',
47039 ))
47040 ->values(array(
47041   'word' => 'here',
47042   'count' => '0',
47043 ))
47044 ->values(array(
47045   'word' => 'january',
47046   'count' => '0',
47047 ))
47048 ->values(array(
47049   'word' => 'know',
47050   'count' => '0',
47051 ))
47052 ->values(array(
47053   'word' => 'monday',
47054   'count' => '0',
47055 ))
47056 ->values(array(
47057   'word' => 'more',
47058   'count' => '0',
47059 ))
47060 ->values(array(
47061   'word' => 'node',
47062   'count' => '0',
47063 ))
47064 ->values(array(
47065   'word' => 'permalink',
47066   'count' => '0',
47067 ))
47068 ->values(array(
47069   'word' => 'post',
47070   'count' => '0',
47071 ))
47072 ->values(array(
47073   'word' => 'prefix',
47074   'count' => '0',
47075 ))
47076 ->values(array(
47077   'word' => 'quark',
47078   'count' => '0',
47079 ))
47080 ->values(array(
47081   'word' => 'register',
47082   'count' => '0',
47083 ))
47084 ->values(array(
47085   'word' => 'show',
47086   'count' => '0',
47087 ))
47088 ->values(array(
47089   'word' => 'sisko',
47090   'count' => '0',
47091 ))
47092 ->values(array(
47093   'word' => 'some',
47094   'count' => '0',
47095 ))
47096 ->values(array(
47097   'word' => 'space',
47098   'count' => '0',
47099 ))
47100 ->values(array(
47101   'word' => 'submitted',
47102   'count' => '0',
47103 ))
47104 ->values(array(
47105   'word' => 'text',
47106   'count' => '0',
47107 ))
47108 ->values(array(
47109   'word' => 'that',
47110   'count' => '0',
47111 ))
47112 ->values(array(
47113   'word' => 'thing',
47114   'count' => '0',
47115 ))
47116 ->values(array(
47117   'word' => 'this',
47118   'count' => '0',
47119 ))
47120 ->values(array(
47121   'word' => 'trust',
47122   'count' => '0',
47123 ))
47124 ->values(array(
47125   'word' => 'value',
47126   'count' => '0',
47127 ))
47128 ->values(array(
47129   'word' => 'value120suffix',
47130   'count' => '0',
47131 ))
47132 ->values(array(
47133   'word' => 'would',
47134   'count' => '0',
47135 ))
47136 ->execute();
47137
47138 $connection->schema()->createTable('semaphore', array(
47139   'fields' => array(
47140     'name' => array(
47141       'type' => 'varchar',
47142       'not null' => TRUE,
47143       'length' => '255',
47144       'default' => '',
47145     ),
47146     'value' => array(
47147       'type' => 'varchar',
47148       'not null' => TRUE,
47149       'length' => '255',
47150       'default' => '',
47151     ),
47152     'expire' => array(
47153       'type' => 'numeric',
47154       'not null' => TRUE,
47155       'precision' => '10',
47156       'scale' => '0',
47157     ),
47158   ),
47159   'primary key' => array(
47160     'name',
47161   ),
47162   'mysql_character_set' => 'utf8',
47163 ));
47164
47165 $connection->schema()->createTable('sequences', array(
47166   'fields' => array(
47167     'value' => array(
47168       'type' => 'serial',
47169       'not null' => TRUE,
47170       'size' => 'normal',
47171       'unsigned' => TRUE,
47172     ),
47173   ),
47174   'primary key' => array(
47175     'value',
47176   ),
47177   'mysql_character_set' => 'utf8',
47178 ));
47179
47180 $connection->insert('sequences')
47181 ->fields(array(
47182   'value',
47183 ))
47184 ->values(array(
47185   'value' => '2',
47186 ))
47187 ->execute();
47188
47189 $connection->schema()->createTable('sessions', array(
47190   'fields' => array(
47191     'uid' => array(
47192       'type' => 'int',
47193       'not null' => TRUE,
47194       'size' => 'normal',
47195       'unsigned' => TRUE,
47196     ),
47197     'sid' => array(
47198       'type' => 'varchar',
47199       'not null' => TRUE,
47200       'length' => '128',
47201     ),
47202     'ssid' => array(
47203       'type' => 'varchar',
47204       'not null' => TRUE,
47205       'length' => '128',
47206       'default' => '',
47207     ),
47208     'hostname' => array(
47209       'type' => 'varchar',
47210       'not null' => TRUE,
47211       'length' => '128',
47212       'default' => '',
47213     ),
47214     'timestamp' => array(
47215       'type' => 'int',
47216       'not null' => TRUE,
47217       'size' => 'normal',
47218       'default' => '0',
47219     ),
47220     'cache' => array(
47221       'type' => 'int',
47222       'not null' => TRUE,
47223       'size' => 'normal',
47224       'default' => '0',
47225     ),
47226     'session' => array(
47227       'type' => 'blob',
47228       'not null' => FALSE,
47229       'size' => 'normal',
47230     ),
47231   ),
47232   'primary key' => array(
47233     'sid',
47234     'ssid',
47235   ),
47236   'mysql_character_set' => 'utf8',
47237 ));
47238
47239 $connection->schema()->createTable('shortcut_set', array(
47240   'fields' => array(
47241     'set_name' => array(
47242       'type' => 'varchar',
47243       'not null' => TRUE,
47244       'length' => '32',
47245       'default' => '',
47246     ),
47247     'title' => array(
47248       'type' => 'varchar',
47249       'not null' => TRUE,
47250       'length' => '255',
47251       'default' => '',
47252     ),
47253   ),
47254   'primary key' => array(
47255     'set_name',
47256   ),
47257   'mysql_character_set' => 'utf8',
47258 ));
47259
47260 $connection->insert('shortcut_set')
47261 ->fields(array(
47262   'set_name',
47263   'title',
47264 ))
47265 ->values(array(
47266   'set_name' => 'shortcut-set-1',
47267   'title' => 'Default',
47268 ))
47269 ->values(array(
47270   'set_name' => 'shortcut-set-2',
47271   'title' => 'Alternative shortcut set',
47272 ))
47273 ->execute();
47274
47275 $connection->schema()->createTable('shortcut_set_users', array(
47276   'fields' => array(
47277     'uid' => array(
47278       'type' => 'int',
47279       'not null' => TRUE,
47280       'size' => 'normal',
47281       'default' => '0',
47282       'unsigned' => TRUE,
47283     ),
47284     'set_name' => array(
47285       'type' => 'varchar',
47286       'not null' => TRUE,
47287       'length' => '32',
47288       'default' => '',
47289     ),
47290   ),
47291   'primary key' => array(
47292     'uid',
47293   ),
47294   'mysql_character_set' => 'utf8',
47295 ));
47296
47297 $connection->insert('shortcut_set_users')
47298 ->fields(array(
47299   'uid',
47300   'set_name',
47301 ))
47302 ->values(array(
47303   'uid' => '2',
47304   'set_name' => 'shortcut-set-2',
47305 ))
47306 ->execute();
47307
47308 $connection->schema()->createTable('simpletest', array(
47309   'fields' => array(
47310     'message_id' => array(
47311       'type' => 'serial',
47312       'not null' => TRUE,
47313       'size' => 'normal',
47314     ),
47315     'test_id' => array(
47316       'type' => 'int',
47317       'not null' => TRUE,
47318       'size' => 'normal',
47319       'default' => '0',
47320     ),
47321     'test_class' => array(
47322       'type' => 'varchar',
47323       'not null' => TRUE,
47324       'length' => '255',
47325       'default' => '',
47326     ),
47327     'status' => array(
47328       'type' => 'varchar',
47329       'not null' => TRUE,
47330       'length' => '9',
47331       'default' => '',
47332     ),
47333     'message' => array(
47334       'type' => 'text',
47335       'not null' => TRUE,
47336       'size' => 'normal',
47337     ),
47338     'message_group' => array(
47339       'type' => 'varchar',
47340       'not null' => TRUE,
47341       'length' => '255',
47342       'default' => '',
47343     ),
47344     'function' => array(
47345       'type' => 'varchar',
47346       'not null' => TRUE,
47347       'length' => '255',
47348       'default' => '',
47349     ),
47350     'line' => array(
47351       'type' => 'int',
47352       'not null' => TRUE,
47353       'size' => 'normal',
47354       'default' => '0',
47355     ),
47356     'file' => array(
47357       'type' => 'varchar',
47358       'not null' => TRUE,
47359       'length' => '255',
47360       'default' => '',
47361     ),
47362   ),
47363   'primary key' => array(
47364     'message_id',
47365   ),
47366   'mysql_character_set' => 'utf8',
47367 ));
47368
47369 $connection->schema()->createTable('system', array(
47370   'fields' => array(
47371     'filename' => array(
47372       'type' => 'varchar',
47373       'not null' => TRUE,
47374       'length' => '255',
47375       'default' => '',
47376     ),
47377     'name' => array(
47378       'type' => 'varchar',
47379       'not null' => TRUE,
47380       'length' => '255',
47381       'default' => '',
47382     ),
47383     'type' => array(
47384       'type' => 'varchar',
47385       'not null' => TRUE,
47386       'length' => '12',
47387       'default' => '',
47388     ),
47389     'owner' => array(
47390       'type' => 'varchar',
47391       'not null' => TRUE,
47392       'length' => '255',
47393       'default' => '',
47394     ),
47395     'status' => array(
47396       'type' => 'int',
47397       'not null' => TRUE,
47398       'size' => 'normal',
47399       'default' => '0',
47400     ),
47401     'bootstrap' => array(
47402       'type' => 'int',
47403       'not null' => TRUE,
47404       'size' => 'normal',
47405       'default' => '0',
47406     ),
47407     'schema_version' => array(
47408       'type' => 'int',
47409       'not null' => TRUE,
47410       'size' => 'normal',
47411       'default' => '-1',
47412     ),
47413     'weight' => array(
47414       'type' => 'int',
47415       'not null' => TRUE,
47416       'size' => 'normal',
47417       'default' => '0',
47418     ),
47419     'info' => array(
47420       'type' => 'blob',
47421       'not null' => FALSE,
47422       'size' => 'normal',
47423     ),
47424   ),
47425   'primary key' => array(
47426     'filename',
47427   ),
47428   'mysql_character_set' => 'utf8',
47429 ));
47430
47431 $connection->insert('system')
47432 ->fields(array(
47433   'filename',
47434   'name',
47435   'type',
47436   'owner',
47437   'status',
47438   'bootstrap',
47439   'schema_version',
47440   'weight',
47441   'info',
47442 ))
47443 ->values(array(
47444   'filename' => 'modules/aggregator/aggregator.module',
47445   'name' => 'aggregator',
47446   'type' => 'module',
47447   'owner' => '',
47448   'status' => '1',
47449   'bootstrap' => '0',
47450   'schema_version' => '7004',
47451   'weight' => '0',
47452   'info' => 'a:14:{s:4:"name";s:10:"Aggregator";s:11:"description";s:57:"Aggregates syndicated content (RSS, RDF, and Atom feeds).";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"aggregator.test";}s:9:"configure";s:41:"admin/config/services/aggregator/settings";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:14:"aggregator.css";s:33:"modules/aggregator/aggregator.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47453 ))
47454 ->values(array(
47455   'filename' => 'modules/aggregator/tests/aggregator_test.module',
47456   'name' => 'aggregator_test',
47457   'type' => 'module',
47458   'owner' => '',
47459   'status' => '0',
47460   'bootstrap' => '0',
47461   'schema_version' => '-1',
47462   'weight' => '0',
47463   'info' => 'a:13:{s:4:"name";s:23:"Aggregator module tests";s:11:"description";s:46:"Support module for aggregator related testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47464 ))
47465 ->values(array(
47466   'filename' => 'modules/block/block.module',
47467   'name' => 'block',
47468   'type' => 'module',
47469   'owner' => '',
47470   'status' => '1',
47471   'bootstrap' => '0',
47472   'schema_version' => '7009',
47473   'weight' => '-5',
47474   'info' => 'a:13:{s:4:"name";s:5:"Block";s:11:"description";s:140:"Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:10:"block.test";}s:9:"configure";s:21:"admin/structure/block";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47475 ))
47476 ->values(array(
47477   'filename' => 'modules/block/tests/block_test.module',
47478   'name' => 'block_test',
47479   'type' => 'module',
47480   'owner' => '',
47481   'status' => '0',
47482   'bootstrap' => '0',
47483   'schema_version' => '-1',
47484   'weight' => '0',
47485   'info' => 'a:13:{s:4:"name";s:10:"Block test";s:11:"description";s:21:"Provides test blocks.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47486 ))
47487 ->values(array(
47488   'filename' => 'modules/blog/blog.module',
47489   'name' => 'blog',
47490   'type' => 'module',
47491   'owner' => '',
47492   'status' => '1',
47493   'bootstrap' => '0',
47494   'schema_version' => '0',
47495   'weight' => '0',
47496   'info' => 'a:12:{s:4:"name";s:4:"Blog";s:11:"description";s:25:"Enables multi-user blogs.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"blog.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47497 ))
47498 ->values(array(
47499   'filename' => 'modules/book/book.module',
47500   'name' => 'book',
47501   'type' => 'module',
47502   'owner' => '',
47503   'status' => '1',
47504   'bootstrap' => '0',
47505   'schema_version' => '0',
47506   'weight' => '0',
47507   'info' => 'a:14:{s:4:"name";s:4:"Book";s:11:"description";s:66:"Allows users to create and organize related content in an outline.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"book.test";}s:9:"configure";s:27:"admin/content/book/settings";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"book.css";s:21:"modules/book/book.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47508 ))
47509 ->values(array(
47510   'filename' => 'modules/color/color.module',
47511   'name' => 'color',
47512   'type' => 'module',
47513   'owner' => '',
47514   'status' => '1',
47515   'bootstrap' => '0',
47516   'schema_version' => '7001',
47517   'weight' => '0',
47518   'info' => 'a:12:{s:4:"name";s:5:"Color";s:11:"description";s:70:"Allows administrators to change the color scheme of compatible themes.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:10:"color.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47519 ))
47520 ->values(array(
47521   'filename' => 'modules/comment/comment.module',
47522   'name' => 'comment',
47523   'type' => 'module',
47524   'owner' => '',
47525   'status' => '1',
47526   'bootstrap' => '0',
47527   'schema_version' => '7009',
47528   'weight' => '0',
47529   'info' => 'a:14:{s:4:"name";s:7:"Comment";s:11:"description";s:57:"Allows users to comment on and discuss published content.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:4:"text";}s:5:"files";a:2:{i:0;s:14:"comment.module";i:1;s:12:"comment.test";}s:9:"configure";s:21:"admin/content/comment";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:11:"comment.css";s:27:"modules/comment/comment.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47530 ))
47531 ->values(array(
47532   'filename' => 'modules/contact/contact.module',
47533   'name' => 'contact',
47534   'type' => 'module',
47535   'owner' => '',
47536   'status' => '1',
47537   'bootstrap' => '0',
47538   'schema_version' => '7003',
47539   'weight' => '0',
47540   'info' => 'a:13:{s:4:"name";s:7:"Contact";s:11:"description";s:61:"Enables the use of both personal and site-wide contact forms.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:12:"contact.test";}s:9:"configure";s:23:"admin/structure/contact";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47541 ))
47542 ->values(array(
47543   'filename' => 'modules/contextual/contextual.module',
47544   'name' => 'contextual',
47545   'type' => 'module',
47546   'owner' => '',
47547   'status' => '1',
47548   'bootstrap' => '0',
47549   'schema_version' => '0',
47550   'weight' => '0',
47551   'info' => 'a:12:{s:4:"name";s:16:"Contextual links";s:11:"description";s:75:"Provides contextual links to perform actions related to elements on a page.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"contextual.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47552 ))
47553 ->values(array(
47554   'filename' => 'modules/dashboard/dashboard.module',
47555   'name' => 'dashboard',
47556   'type' => 'module',
47557   'owner' => '',
47558   'status' => '0',
47559   'bootstrap' => '0',
47560   'schema_version' => '0',
47561   'weight' => '0',
47562   'info' => 'a:13:{s:4:"name";s:9:"Dashboard";s:11:"description";s:136:"Provides a dashboard page in the administrative interface for organizing administrative tasks and tracking information within your site.";s:4:"core";s:3:"7.x";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:5:"files";a:1:{i:0;s:14:"dashboard.test";}s:12:"dependencies";a:1:{i:0;s:5:"block";}s:9:"configure";s:25:"admin/dashboard/customize";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47563 ))
47564 ->values(array(
47565   'filename' => 'modules/dblog/dblog.module',
47566   'name' => 'dblog',
47567   'type' => 'module',
47568   'owner' => '',
47569   'status' => '1',
47570   'bootstrap' => '1',
47571   'schema_version' => '7002',
47572   'weight' => '0',
47573   'info' => 'a:12:{s:4:"name";s:16:"Database logging";s:11:"description";s:47:"Logs and records system events to the database.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:10:"dblog.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47574 ))
47575 ->values(array(
47576   'filename' => 'modules/field/field.module',
47577   'name' => 'field',
47578   'type' => 'module',
47579   'owner' => '',
47580   'status' => '1',
47581   'bootstrap' => '0',
47582   'schema_version' => '7003',
47583   'weight' => '0',
47584   'info' => 'a:14:{s:4:"name";s:5:"Field";s:11:"description";s:57:"Field API to add fields to entities like nodes and users.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:4:{i:0;s:12:"field.module";i:1;s:16:"field.attach.inc";i:2;s:20:"field.info.class.inc";i:3;s:16:"tests/field.test";}s:12:"dependencies";a:1:{i:0;s:17:"field_sql_storage";}s:8:"required";b:1;s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:15:"theme/field.css";s:29:"modules/field/theme/field.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47585 ))
47586 ->values(array(
47587   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.module',
47588   'name' => 'field_sql_storage',
47589   'type' => 'module',
47590   'owner' => '',
47591   'status' => '1',
47592   'bootstrap' => '0',
47593   'schema_version' => '7002',
47594   'weight' => '0',
47595   'info' => 'a:13:{s:4:"name";s:17:"Field SQL storage";s:11:"description";s:37:"Stores field data in an SQL database.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:22:"field_sql_storage.test";}s:8:"required";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47596 ))
47597 ->values(array(
47598   'filename' => 'modules/field/modules/list/list.module',
47599   'name' => 'list',
47600   'type' => 'module',
47601   'owner' => '',
47602   'status' => '1',
47603   'bootstrap' => '0',
47604   'schema_version' => '7002',
47605   'weight' => '0',
47606   'info' => 'a:14:{s:4:"name";s:4:"List";s:11:"description";s:69:"Defines list field types. Use with Options to create selection lists.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:2:{i:0;s:5:"field";i:1;s:7:"options";}s:5:"files";a:1:{i:0;s:15:"tests/list.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
47607 ))
47608 ->values(array(
47609   'filename' => 'modules/field/modules/list/tests/list_test.module',
47610   'name' => 'list_test',
47611   'type' => 'module',
47612   'owner' => '',
47613   'status' => '0',
47614   'bootstrap' => '0',
47615   'schema_version' => '-1',
47616   'weight' => '0',
47617   'info' => 'a:13:{s:4:"name";s:9:"List test";s:11:"description";s:41:"Support module for the List module tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47618 ))
47619 ->values(array(
47620   'filename' => 'modules/field/modules/number/number.module',
47621   'name' => 'number',
47622   'type' => 'module',
47623   'owner' => '',
47624   'status' => '1',
47625   'bootstrap' => '0',
47626   'schema_version' => '0',
47627   'weight' => '0',
47628   'info' => 'a:14:{s:4:"name";s:6:"Number";s:11:"description";s:28:"Defines numeric field types.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:11:"number.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
47629 ))
47630 ->values(array(
47631   'filename' => 'modules/field/modules/options/options.module',
47632   'name' => 'options',
47633   'type' => 'module',
47634   'owner' => '',
47635   'status' => '1',
47636   'bootstrap' => '0',
47637   'schema_version' => '0',
47638   'weight' => '0',
47639   'info' => 'a:12:{s:4:"name";s:7:"Options";s:11:"description";s:82:"Defines selection, check box and radio button widgets for text and numeric fields.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:12:"options.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47640 ))
47641 ->values(array(
47642   'filename' => 'modules/field/modules/text/text.module',
47643   'name' => 'text',
47644   'type' => 'module',
47645   'owner' => '',
47646   'status' => '1',
47647   'bootstrap' => '0',
47648   'schema_version' => '7000',
47649   'weight' => '0',
47650   'info' => 'a:14:{s:4:"name";s:4:"Text";s:11:"description";s:32:"Defines simple text field types.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:9:"text.test";}s:8:"required";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
47651 ))
47652 ->values(array(
47653   'filename' => 'modules/field/tests/field_test.module',
47654   'name' => 'field_test',
47655   'type' => 'module',
47656   'owner' => '',
47657   'status' => '0',
47658   'bootstrap' => '0',
47659   'schema_version' => '-1',
47660   'weight' => '0',
47661   'info' => 'a:13:{s:4:"name";s:14:"Field API Test";s:11:"description";s:39:"Support module for the Field API tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:5:"files";a:1:{i:0;s:21:"field_test.entity.inc";}s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47662 ))
47663 ->values(array(
47664   'filename' => 'modules/field_ui/field_ui.module',
47665   'name' => 'field_ui',
47666   'type' => 'module',
47667   'owner' => '',
47668   'status' => '1',
47669   'bootstrap' => '0',
47670   'schema_version' => '0',
47671   'weight' => '0',
47672   'info' => 'a:12:{s:4:"name";s:8:"Field UI";s:11:"description";s:33:"User interface for the Field API.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:13:"field_ui.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47673 ))
47674 ->values(array(
47675   'filename' => 'modules/file/file.module',
47676   'name' => 'file',
47677   'type' => 'module',
47678   'owner' => '',
47679   'status' => '1',
47680   'bootstrap' => '0',
47681   'schema_version' => '0',
47682   'weight' => '0',
47683   'info' => 'a:14:{s:4:"name";s:4:"File";s:11:"description";s:26:"Defines a file field type.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:15:"tests/file.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
47684 ))
47685 ->values(array(
47686   'filename' => 'modules/file/tests/file_module_test.module',
47687   'name' => 'file_module_test',
47688   'type' => 'module',
47689   'owner' => '',
47690   'status' => '0',
47691   'bootstrap' => '0',
47692   'schema_version' => '-1',
47693   'weight' => '0',
47694   'info' => 'a:13:{s:4:"name";s:9:"File test";s:11:"description";s:53:"Provides hooks for testing File module functionality.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47695 ))
47696 ->values(array(
47697   'filename' => 'modules/filter/filter.module',
47698   'name' => 'filter',
47699   'type' => 'module',
47700   'owner' => '',
47701   'status' => '1',
47702   'bootstrap' => '0',
47703   'schema_version' => '7010',
47704   'weight' => '0',
47705   'info' => 'a:14:{s:4:"name";s:6:"Filter";s:11:"description";s:43:"Filters content in preparation for display.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"filter.test";}s:8:"required";b:1;s:9:"configure";s:28:"admin/config/content/formats";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47706 ))
47707 ->values(array(
47708   'filename' => 'modules/forum/forum.module',
47709   'name' => 'forum',
47710   'type' => 'module',
47711   'owner' => '',
47712   'status' => '1',
47713   'bootstrap' => '0',
47714   'schema_version' => '7012',
47715   'weight' => '1',
47716   'info' => 'a:14:{s:4:"name";s:5:"Forum";s:11:"description";s:27:"Provides discussion forums.";s:12:"dependencies";a:2:{i:0;s:8:"taxonomy";i:1;s:7:"comment";}s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:10:"forum.test";}s:9:"configure";s:21:"admin/structure/forum";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"forum.css";s:23:"modules/forum/forum.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47717 ))
47718 ->values(array(
47719   'filename' => 'modules/help/help.module',
47720   'name' => 'help',
47721   'type' => 'module',
47722   'owner' => '',
47723   'status' => '1',
47724   'bootstrap' => '0',
47725   'schema_version' => '0',
47726   'weight' => '0',
47727   'info' => 'a:12:{s:4:"name";s:4:"Help";s:11:"description";s:35:"Manages the display of online help.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"help.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47728 ))
47729 ->values(array(
47730   'filename' => 'modules/image/image.module',
47731   'name' => 'image',
47732   'type' => 'module',
47733   'owner' => '',
47734   'status' => '1',
47735   'bootstrap' => '0',
47736   'schema_version' => '7005',
47737   'weight' => '0',
47738   'info' => 'a:15:{s:4:"name";s:5:"Image";s:11:"description";s:34:"Provides image manipulation tools.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:4:"file";}s:5:"files";a:1:{i:0;s:10:"image.test";}s:9:"configure";s:31:"admin/config/media/image-styles";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
47739 ))
47740 ->values(array(
47741   'filename' => 'modules/image/tests/image_module_test.module',
47742   'name' => 'image_module_test',
47743   'type' => 'module',
47744   'owner' => '',
47745   'status' => '0',
47746   'bootstrap' => '0',
47747   'schema_version' => '-1',
47748   'weight' => '0',
47749   'info' => 'a:13:{s:4:"name";s:10:"Image test";s:11:"description";s:69:"Provides hook implementations for testing Image module functionality.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:24:"image_module_test.module";}s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47750 ))
47751 ->values(array(
47752   'filename' => 'modules/locale/locale.module',
47753   'name' => 'locale',
47754   'type' => 'module',
47755   'owner' => '',
47756   'status' => '1',
47757   'bootstrap' => '0',
47758   'schema_version' => '7005',
47759   'weight' => '0',
47760   'info' => 'a:13:{s:4:"name";s:6:"Locale";s:11:"description";s:119:"Adds language handling functionality and enables the translation of the user interface to languages other than English.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"locale.test";}s:9:"configure";s:30:"admin/config/regional/language";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47761 ))
47762 ->values(array(
47763   'filename' => 'modules/locale/tests/locale_test.module',
47764   'name' => 'locale_test',
47765   'type' => 'module',
47766   'owner' => '',
47767   'status' => '0',
47768   'bootstrap' => '0',
47769   'schema_version' => '-1',
47770   'weight' => '0',
47771   'info' => 'a:13:{s:4:"name";s:11:"Locale Test";s:11:"description";s:42:"Support module for the locale layer tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47772 ))
47773 ->values(array(
47774   'filename' => 'modules/menu/menu.module',
47775   'name' => 'menu',
47776   'type' => 'module',
47777   'owner' => '',
47778   'status' => '1',
47779   'bootstrap' => '0',
47780   'schema_version' => '7003',
47781   'weight' => '0',
47782   'info' => 'a:13:{s:4:"name";s:4:"Menu";s:11:"description";s:60:"Allows administrators to customize the site navigation menu.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"menu.test";}s:9:"configure";s:20:"admin/structure/menu";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47783 ))
47784 ->values(array(
47785   'filename' => 'modules/node/node.module',
47786   'name' => 'node',
47787   'type' => 'module',
47788   'owner' => '',
47789   'status' => '1',
47790   'bootstrap' => '0',
47791   'schema_version' => '7015',
47792   'weight' => '0',
47793   'info' => 'a:15:{s:4:"name";s:4:"Node";s:11:"description";s:66:"Allows content to be submitted to the site and displayed on pages.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:11:"node.module";i:1;s:9:"node.test";}s:8:"required";b:1;s:9:"configure";s:21:"admin/structure/types";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"node.css";s:21:"modules/node/node.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47794 ))
47795 ->values(array(
47796   'filename' => 'modules/node/tests/node_access_test.module',
47797   'name' => 'node_access_test',
47798   'type' => 'module',
47799   'owner' => '',
47800   'status' => '0',
47801   'bootstrap' => '0',
47802   'schema_version' => '-1',
47803   'weight' => '0',
47804   'info' => 'a:13:{s:4:"name";s:24:"Node module access tests";s:11:"description";s:43:"Support module for node permission testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47805 ))
47806 ->values(array(
47807   'filename' => 'modules/node/tests/node_test.module',
47808   'name' => 'node_test',
47809   'type' => 'module',
47810   'owner' => '',
47811   'status' => '0',
47812   'bootstrap' => '0',
47813   'schema_version' => '-1',
47814   'weight' => '0',
47815   'info' => 'a:13:{s:4:"name";s:17:"Node module tests";s:11:"description";s:40:"Support module for node related testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47816 ))
47817 ->values(array(
47818   'filename' => 'modules/node/tests/node_test_exception.module',
47819   'name' => 'node_test_exception',
47820   'type' => 'module',
47821   'owner' => '',
47822   'status' => '0',
47823   'bootstrap' => '0',
47824   'schema_version' => '-1',
47825   'weight' => '0',
47826   'info' => 'a:13:{s:4:"name";s:27:"Node module exception tests";s:11:"description";s:50:"Support module for node related exception testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47827 ))
47828 ->values(array(
47829   'filename' => 'modules/openid/openid.module',
47830   'name' => 'openid',
47831   'type' => 'module',
47832   'owner' => '',
47833   'status' => '0',
47834   'bootstrap' => '0',
47835   'schema_version' => '7000',
47836   'weight' => '0',
47837   'info' => 'a:12:{s:4:"name";s:6:"OpenID";s:11:"description";s:48:"Allows users to log into your site using OpenID.";s:7:"version";s:4:"7.40";s:7:"package";s:4:"Core";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"openid.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47838 ))
47839 ->values(array(
47840   'filename' => 'modules/openid/tests/openid_test.module',
47841   'name' => 'openid_test',
47842   'type' => 'module',
47843   'owner' => '',
47844   'status' => '0',
47845   'bootstrap' => '0',
47846   'schema_version' => '-1',
47847   'weight' => '0',
47848   'info' => 'a:13:{s:4:"name";s:21:"OpenID dummy provider";s:11:"description";s:33:"OpenID provider used for testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"openid";}s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47849 ))
47850 ->values(array(
47851   'filename' => 'modules/overlay/overlay.module',
47852   'name' => 'overlay',
47853   'type' => 'module',
47854   'owner' => '',
47855   'status' => '0',
47856   'bootstrap' => '0',
47857   'schema_version' => '0',
47858   'weight' => '0',
47859   'info' => 'a:12:{s:4:"name";s:7:"Overlay";s:11:"description";s:59:"Displays the Drupal administration interface in an overlay.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47860 ))
47861 ->values(array(
47862   'filename' => 'modules/path/path.module',
47863   'name' => 'path',
47864   'type' => 'module',
47865   'owner' => '',
47866   'status' => '1',
47867   'bootstrap' => '0',
47868   'schema_version' => '0',
47869   'weight' => '0',
47870   'info' => 'a:13:{s:4:"name";s:4:"Path";s:11:"description";s:28:"Allows users to rename URLs.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"path.test";}s:9:"configure";s:24:"admin/config/search/path";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47871 ))
47872 ->values(array(
47873   'filename' => 'modules/php/php.module',
47874   'name' => 'php',
47875   'type' => 'module',
47876   'owner' => '',
47877   'status' => '1',
47878   'bootstrap' => '0',
47879   'schema_version' => '0',
47880   'weight' => '0',
47881   'info' => 'a:12:{s:4:"name";s:10:"PHP filter";s:11:"description";s:50:"Allows embedded PHP code/snippets to be evaluated.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:8:"php.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47882 ))
47883 ->values(array(
47884   'filename' => 'modules/poll/poll.module',
47885   'name' => 'poll',
47886   'type' => 'module',
47887   'owner' => '',
47888   'status' => '0',
47889   'bootstrap' => '0',
47890   'schema_version' => '-1',
47891   'weight' => '0',
47892   'info' => 'a:13:{s:4:"name";s:4:"Poll";s:11:"description";s:95:"Allows your site to capture votes on different topics in the form of multiple choice questions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"poll.test";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"poll.css";s:21:"modules/poll/poll.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47893 ))
47894 ->values(array(
47895   'filename' => 'modules/profile/profile.module',
47896   'name' => 'profile',
47897   'type' => 'module',
47898   'owner' => '',
47899   'status' => '0',
47900   'bootstrap' => '0',
47901   'schema_version' => '-1',
47902   'weight' => '0',
47903   'info' => 'a:14:{s:4:"name";s:7:"Profile";s:11:"description";s:36:"Supports configurable user profiles.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:12:"profile.test";}s:9:"configure";s:27:"admin/config/people/profile";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47904 ))
47905 ->values(array(
47906   'filename' => 'modules/rdf/rdf.module',
47907   'name' => 'rdf',
47908   'type' => 'module',
47909   'owner' => '',
47910   'status' => '1',
47911   'bootstrap' => '0',
47912   'schema_version' => '0',
47913   'weight' => '0',
47914   'info' => 'a:12:{s:4:"name";s:3:"RDF";s:11:"description";s:148:"Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:8:"rdf.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47915 ))
47916 ->values(array(
47917   'filename' => 'modules/rdf/tests/rdf_test.module',
47918   'name' => 'rdf_test',
47919   'type' => 'module',
47920   'owner' => '',
47921   'status' => '0',
47922   'bootstrap' => '0',
47923   'schema_version' => '-1',
47924   'weight' => '0',
47925   'info' => 'a:13:{s:4:"name";s:16:"RDF module tests";s:11:"description";s:38:"Support module for RDF module testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47926 ))
47927 ->values(array(
47928   'filename' => 'modules/search/search.module',
47929   'name' => 'search',
47930   'type' => 'module',
47931   'owner' => '',
47932   'status' => '1',
47933   'bootstrap' => '0',
47934   'schema_version' => '7000',
47935   'weight' => '0',
47936   'info' => 'a:14:{s:4:"name";s:6:"Search";s:11:"description";s:36:"Enables site-wide keyword searching.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:19:"search.extender.inc";i:1;s:11:"search.test";}s:9:"configure";s:28:"admin/config/search/settings";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:10:"search.css";s:25:"modules/search/search.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47937 ))
47938 ->values(array(
47939   'filename' => 'modules/search/tests/search_embedded_form.module',
47940   'name' => 'search_embedded_form',
47941   'type' => 'module',
47942   'owner' => '',
47943   'status' => '0',
47944   'bootstrap' => '0',
47945   'schema_version' => '-1',
47946   'weight' => '0',
47947   'info' => 'a:13:{s:4:"name";s:20:"Search embedded form";s:11:"description";s:59:"Support module for search module testing of embedded forms.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47948 ))
47949 ->values(array(
47950   'filename' => 'modules/search/tests/search_extra_type.module',
47951   'name' => 'search_extra_type',
47952   'type' => 'module',
47953   'owner' => '',
47954   'status' => '0',
47955   'bootstrap' => '0',
47956   'schema_version' => '-1',
47957   'weight' => '0',
47958   'info' => 'a:13:{s:4:"name";s:16:"Test search type";s:11:"description";s:41:"Support module for search module testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47959 ))
47960 ->values(array(
47961   'filename' => 'modules/search/tests/search_node_tags.module',
47962   'name' => 'search_node_tags',
47963   'type' => 'module',
47964   'owner' => '',
47965   'status' => '0',
47966   'bootstrap' => '0',
47967   'schema_version' => '-1',
47968   'weight' => '0',
47969   'info' => 'a:13:{s:4:"name";s:21:"Test search node tags";s:11:"description";s:44:"Support module for Node search tags testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
47970 ))
47971 ->values(array(
47972   'filename' => 'modules/shortcut/shortcut.module',
47973   'name' => 'shortcut',
47974   'type' => 'module',
47975   'owner' => '',
47976   'status' => '1',
47977   'bootstrap' => '0',
47978   'schema_version' => '0',
47979   'weight' => '0',
47980   'info' => 'a:13:{s:4:"name";s:8:"Shortcut";s:11:"description";s:60:"Allows users to manage customizable lists of shortcut links.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:13:"shortcut.test";}s:9:"configure";s:36:"admin/config/user-interface/shortcut";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47981 ))
47982 ->values(array(
47983   'filename' => 'modules/simpletest/simpletest.module',
47984   'name' => 'simpletest',
47985   'type' => 'module',
47986   'owner' => '',
47987   'status' => '1',
47988   'bootstrap' => '0',
47989   'schema_version' => '0',
47990   'weight' => '0',
47991   'info' => 'a:13:{s:4:"name";s:7:"Testing";s:11:"description";s:53:"Provides a framework for unit and functional testing.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:50:{i:0;s:15:"simpletest.test";i:1;s:24:"drupal_web_test_case.php";i:2;s:18:"tests/actions.test";i:3;s:15:"tests/ajax.test";i:4;s:16:"tests/batch.test";i:5;s:15:"tests/boot.test";i:6;s:20:"tests/bootstrap.test";i:7;s:16:"tests/cache.test";i:8;s:17:"tests/common.test";i:9;s:24:"tests/database_test.test";i:10;s:22:"tests/entity_crud.test";i:11;s:32:"tests/entity_crud_hook_test.test";i:12;s:23:"tests/entity_query.test";i:13;s:16:"tests/error.test";i:14;s:15:"tests/file.test";i:15;s:23:"tests/filetransfer.test";i:16;s:15:"tests/form.test";i:17;s:16:"tests/graph.test";i:18;s:16:"tests/image.test";i:19;s:15:"tests/lock.test";i:20;s:15:"tests/mail.test";i:21;s:15:"tests/menu.test";i:22;s:17:"tests/module.test";i:23;s:16:"tests/pager.test";i:24;s:19:"tests/password.test";i:25;s:15:"tests/path.test";i:26;s:19:"tests/registry.test";i:27;s:17:"tests/schema.test";i:28;s:18:"tests/session.test";i:29;s:20:"tests/tablesort.test";i:30;s:16:"tests/theme.test";i:31;s:18:"tests/unicode.test";i:32;s:17:"tests/update.test";i:33;s:17:"tests/xmlrpc.test";i:34;s:26:"tests/upgrade/upgrade.test";i:35;s:34:"tests/upgrade/upgrade.comment.test";i:36;s:33:"tests/upgrade/upgrade.filter.test";i:37;s:32:"tests/upgrade/upgrade.forum.test";i:38;s:33:"tests/upgrade/upgrade.locale.test";i:39;s:31:"tests/upgrade/upgrade.menu.test";i:40;s:31:"tests/upgrade/upgrade.node.test";i:41;s:35:"tests/upgrade/upgrade.taxonomy.test";i:42;s:34:"tests/upgrade/upgrade.trigger.test";i:43;s:39:"tests/upgrade/upgrade.translatable.test";i:44;s:33:"tests/upgrade/upgrade.upload.test";i:45;s:31:"tests/upgrade/upgrade.user.test";i:46;s:36:"tests/upgrade/update.aggregator.test";i:47;s:33:"tests/upgrade/update.trigger.test";i:48;s:31:"tests/upgrade/update.field.test";i:49;s:30:"tests/upgrade/update.user.test";}s:9:"configure";s:41:"admin/config/development/testing/settings";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
47992 ))
47993 ->values(array(
47994   'filename' => 'modules/simpletest/tests/actions_loop_test.module',
47995   'name' => 'actions_loop_test',
47996   'type' => 'module',
47997   'owner' => '',
47998   'status' => '0',
47999   'bootstrap' => '0',
48000   'schema_version' => '-1',
48001   'weight' => '0',
48002   'info' => 'a:13:{s:4:"name";s:17:"Actions loop test";s:11:"description";s:39:"Support module for action loop testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48003 ))
48004 ->values(array(
48005   'filename' => 'modules/simpletest/tests/ajax_forms_test.module',
48006   'name' => 'ajax_forms_test',
48007   'type' => 'module',
48008   'owner' => '',
48009   'status' => '0',
48010   'bootstrap' => '0',
48011   'schema_version' => '-1',
48012   'weight' => '0',
48013   'info' => 'a:13:{s:4:"name";s:26:"AJAX form test mock module";s:11:"description";s:25:"Test for AJAX form calls.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48014 ))
48015 ->values(array(
48016   'filename' => 'modules/simpletest/tests/ajax_test.module',
48017   'name' => 'ajax_test',
48018   'type' => 'module',
48019   'owner' => '',
48020   'status' => '0',
48021   'bootstrap' => '0',
48022   'schema_version' => '-1',
48023   'weight' => '0',
48024   'info' => 'a:13:{s:4:"name";s:9:"AJAX Test";s:11:"description";s:40:"Support module for AJAX framework tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48025 ))
48026 ->values(array(
48027   'filename' => 'modules/simpletest/tests/batch_test.module',
48028   'name' => 'batch_test',
48029   'type' => 'module',
48030   'owner' => '',
48031   'status' => '0',
48032   'bootstrap' => '0',
48033   'schema_version' => '-1',
48034   'weight' => '0',
48035   'info' => 'a:13:{s:4:"name";s:14:"Batch API test";s:11:"description";s:35:"Support module for Batch API tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48036 ))
48037 ->values(array(
48038   'filename' => 'modules/simpletest/tests/boot_test_1.module',
48039   'name' => 'boot_test_1',
48040   'type' => 'module',
48041   'owner' => '',
48042   'status' => '0',
48043   'bootstrap' => '0',
48044   'schema_version' => '-1',
48045   'weight' => '0',
48046   'info' => 'a:13:{s:4:"name";s:21:"Early bootstrap tests";s:11:"description";s:39:"A support module for hook_boot testing.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48047 ))
48048 ->values(array(
48049   'filename' => 'modules/simpletest/tests/boot_test_2.module',
48050   'name' => 'boot_test_2',
48051   'type' => 'module',
48052   'owner' => '',
48053   'status' => '0',
48054   'bootstrap' => '0',
48055   'schema_version' => '-1',
48056   'weight' => '0',
48057   'info' => 'a:13:{s:4:"name";s:21:"Early bootstrap tests";s:11:"description";s:44:"A support module for hook_boot hook testing.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48058 ))
48059 ->values(array(
48060   'filename' => 'modules/simpletest/tests/common_test.module',
48061   'name' => 'common_test',
48062   'type' => 'module',
48063   'owner' => '',
48064   'status' => '0',
48065   'bootstrap' => '0',
48066   'schema_version' => '-1',
48067   'weight' => '0',
48068   'info' => 'a:14:{s:4:"name";s:11:"Common Test";s:11:"description";s:32:"Support module for Common tests.";s:7:"package";s:7:"Testing";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:15:"common_test.css";s:40:"modules/simpletest/tests/common_test.css";}s:5:"print";a:1:{s:21:"common_test.print.css";s:46:"modules/simpletest/tests/common_test.print.css";}}s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48069 ))
48070 ->values(array(
48071   'filename' => 'modules/simpletest/tests/common_test_cron_helper.module',
48072   'name' => 'common_test_cron_helper',
48073   'type' => 'module',
48074   'owner' => '',
48075   'status' => '0',
48076   'bootstrap' => '0',
48077   'schema_version' => '-1',
48078   'weight' => '0',
48079   'info' => 'a:13:{s:4:"name";s:23:"Common Test Cron Helper";s:11:"description";s:56:"Helper module for CronRunTestCase::testCronExceptions().";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48080 ))
48081 ->values(array(
48082   'filename' => 'modules/simpletest/tests/database_test.module',
48083   'name' => 'database_test',
48084   'type' => 'module',
48085   'owner' => '',
48086   'status' => '0',
48087   'bootstrap' => '0',
48088   'schema_version' => '-1',
48089   'weight' => '0',
48090   'info' => 'a:13:{s:4:"name";s:13:"Database Test";s:11:"description";s:40:"Support module for Database layer tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48091 ))
48092 ->values(array(
48093   'filename' => 'modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module',
48094   'name' => 'drupal_autoload_test',
48095   'type' => 'module',
48096   'owner' => '',
48097   'status' => '0',
48098   'bootstrap' => '0',
48099   'schema_version' => '-1',
48100   'weight' => '0',
48101   'info' => 'a:13:{s:4:"name";s:25:"Drupal code registry test";s:11:"description";s:45:"Support module for testing the code registry.";s:5:"files";a:2:{i:0;s:34:"drupal_autoload_test_interface.inc";i:1;s:30:"drupal_autoload_test_class.inc";}s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48102 ))
48103 ->values(array(
48104   'filename' => 'modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module',
48105   'name' => 'drupal_system_listing_compatible_test',
48106   'type' => 'module',
48107   'owner' => '',
48108   'status' => '0',
48109   'bootstrap' => '0',
48110   'schema_version' => '-1',
48111   'weight' => '0',
48112   'info' => 'a:13:{s:4:"name";s:37:"Drupal system listing compatible test";s:11:"description";s:62:"Support module for testing the drupal_system_listing function.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48113 ))
48114 ->values(array(
48115   'filename' => 'modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module',
48116   'name' => 'drupal_system_listing_incompatible_test',
48117   'type' => 'module',
48118   'owner' => '',
48119   'status' => '0',
48120   'bootstrap' => '0',
48121   'schema_version' => '-1',
48122   'weight' => '0',
48123   'info' => 'a:13:{s:4:"name";s:39:"Drupal system listing incompatible test";s:11:"description";s:62:"Support module for testing the drupal_system_listing function.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48124 ))
48125 ->values(array(
48126   'filename' => 'modules/simpletest/tests/entity_cache_test.module',
48127   'name' => 'entity_cache_test',
48128   'type' => 'module',
48129   'owner' => '',
48130   'status' => '0',
48131   'bootstrap' => '0',
48132   'schema_version' => '-1',
48133   'weight' => '0',
48134   'info' => 'a:13:{s:4:"name";s:17:"Entity cache test";s:11:"description";s:40:"Support module for testing entity cache.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:28:"entity_cache_test_dependency";}s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48135 ))
48136 ->values(array(
48137   'filename' => 'modules/simpletest/tests/entity_cache_test_dependency.module',
48138   'name' => 'entity_cache_test_dependency',
48139   'type' => 'module',
48140   'owner' => '',
48141   'status' => '0',
48142   'bootstrap' => '0',
48143   'schema_version' => '-1',
48144   'weight' => '0',
48145   'info' => 'a:13:{s:4:"name";s:28:"Entity cache test dependency";s:11:"description";s:51:"Support dependency module for testing entity cache.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48146 ))
48147 ->values(array(
48148   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.module',
48149   'name' => 'entity_crud_hook_test',
48150   'type' => 'module',
48151   'owner' => '',
48152   'status' => '0',
48153   'bootstrap' => '0',
48154   'schema_version' => '-1',
48155   'weight' => '0',
48156   'info' => 'a:13:{s:4:"name";s:22:"Entity CRUD Hooks Test";s:11:"description";s:35:"Support module for CRUD hook tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48157 ))
48158 ->values(array(
48159   'filename' => 'modules/simpletest/tests/entity_query_access_test.module',
48160   'name' => 'entity_query_access_test',
48161   'type' => 'module',
48162   'owner' => '',
48163   'status' => '0',
48164   'bootstrap' => '0',
48165   'schema_version' => '-1',
48166   'weight' => '0',
48167   'info' => 'a:13:{s:4:"name";s:24:"Entity query access test";s:11:"description";s:49:"Support module for checking entity query results.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48168 ))
48169 ->values(array(
48170   'filename' => 'modules/simpletest/tests/error_test.module',
48171   'name' => 'error_test',
48172   'type' => 'module',
48173   'owner' => '',
48174   'status' => '0',
48175   'bootstrap' => '0',
48176   'schema_version' => '-1',
48177   'weight' => '0',
48178   'info' => 'a:13:{s:4:"name";s:10:"Error test";s:11:"description";s:47:"Support module for error and exception testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48179 ))
48180 ->values(array(
48181   'filename' => 'modules/simpletest/tests/file_test.module',
48182   'name' => 'file_test',
48183   'type' => 'module',
48184   'owner' => '',
48185   'status' => '0',
48186   'bootstrap' => '0',
48187   'schema_version' => '-1',
48188   'weight' => '0',
48189   'info' => 'a:13:{s:4:"name";s:9:"File test";s:11:"description";s:39:"Support module for file handling tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:16:"file_test.module";}s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48190 ))
48191 ->values(array(
48192   'filename' => 'modules/simpletest/tests/filter_test.module',
48193   'name' => 'filter_test',
48194   'type' => 'module',
48195   'owner' => '',
48196   'status' => '0',
48197   'bootstrap' => '0',
48198   'schema_version' => '-1',
48199   'weight' => '0',
48200   'info' => 'a:13:{s:4:"name";s:18:"Filter test module";s:11:"description";s:33:"Tests filter hooks and functions.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48201 ))
48202 ->values(array(
48203   'filename' => 'modules/simpletest/tests/form_test.module',
48204   'name' => 'form_test',
48205   'type' => 'module',
48206   'owner' => '',
48207   'status' => '0',
48208   'bootstrap' => '0',
48209   'schema_version' => '-1',
48210   'weight' => '0',
48211   'info' => 'a:13:{s:4:"name";s:12:"FormAPI Test";s:11:"description";s:34:"Support module for Form API tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48212 ))
48213 ->values(array(
48214   'filename' => 'modules/simpletest/tests/image_test.module',
48215   'name' => 'image_test',
48216   'type' => 'module',
48217   'owner' => '',
48218   'status' => '0',
48219   'bootstrap' => '0',
48220   'schema_version' => '-1',
48221   'weight' => '0',
48222   'info' => 'a:13:{s:4:"name";s:10:"Image test";s:11:"description";s:39:"Support module for image toolkit tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48223 ))
48224 ->values(array(
48225   'filename' => 'modules/simpletest/tests/menu_test.module',
48226   'name' => 'menu_test',
48227   'type' => 'module',
48228   'owner' => '',
48229   'status' => '0',
48230   'bootstrap' => '0',
48231   'schema_version' => '-1',
48232   'weight' => '0',
48233   'info' => 'a:13:{s:4:"name";s:15:"Hook menu tests";s:11:"description";s:37:"Support module for menu hook testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48234 ))
48235 ->values(array(
48236   'filename' => 'modules/simpletest/tests/module_test.module',
48237   'name' => 'module_test',
48238   'type' => 'module',
48239   'owner' => '',
48240   'status' => '0',
48241   'bootstrap' => '0',
48242   'schema_version' => '-1',
48243   'weight' => '0',
48244   'info' => 'a:13:{s:4:"name";s:11:"Module test";s:11:"description";s:41:"Support module for module system testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48245 ))
48246 ->values(array(
48247   'filename' => 'modules/simpletest/tests/path_test.module',
48248   'name' => 'path_test',
48249   'type' => 'module',
48250   'owner' => '',
48251   'status' => '0',
48252   'bootstrap' => '0',
48253   'schema_version' => '-1',
48254   'weight' => '0',
48255   'info' => 'a:13:{s:4:"name";s:15:"Hook path tests";s:11:"description";s:37:"Support module for path hook testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48256 ))
48257 ->values(array(
48258   'filename' => 'modules/simpletest/tests/psr_0_test/psr_0_test.module',
48259   'name' => 'psr_0_test',
48260   'type' => 'module',
48261   'owner' => '',
48262   'status' => '0',
48263   'bootstrap' => '0',
48264   'schema_version' => '-1',
48265   'weight' => '0',
48266   'info' => 'a:13:{s:4:"name";s:16:"PSR-0 Test cases";s:11:"description";s:44:"Test classes to be discovered by simpletest.";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48267 ))
48268 ->values(array(
48269   'filename' => 'modules/simpletest/tests/psr_4_test/psr_4_test.module',
48270   'name' => 'psr_4_test',
48271   'type' => 'module',
48272   'owner' => '',
48273   'status' => '0',
48274   'bootstrap' => '0',
48275   'schema_version' => '-1',
48276   'weight' => '0',
48277   'info' => 'a:13:{s:4:"name";s:16:"PSR-4 Test cases";s:11:"description";s:44:"Test classes to be discovered by simpletest.";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48278 ))
48279 ->values(array(
48280   'filename' => 'modules/simpletest/tests/requirements1_test.module',
48281   'name' => 'requirements1_test',
48282   'type' => 'module',
48283   'owner' => '',
48284   'status' => '0',
48285   'bootstrap' => '0',
48286   'schema_version' => '-1',
48287   'weight' => '0',
48288   'info' => "a:13:{s:4:\"name\";s:19:\"Requirements 1 Test\";s:11:\"description\";s:80:\"Tests that a module is not installed when it fails hook_requirements('install').\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1444866674\";s:5:\"mtime\";i:1444866674;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}",
48289 ))
48290 ->values(array(
48291   'filename' => 'modules/simpletest/tests/requirements2_test.module',
48292   'name' => 'requirements2_test',
48293   'type' => 'module',
48294   'owner' => '',
48295   'status' => '0',
48296   'bootstrap' => '0',
48297   'schema_version' => '-1',
48298   'weight' => '0',
48299   'info' => "a:13:{s:4:\"name\";s:19:\"Requirements 2 Test\";s:11:\"description\";s:98:\"Tests that a module is not installed when the one it depends on fails hook_requirements('install).\";s:12:\"dependencies\";a:2:{i:0;s:18:\"requirements1_test\";i:1;s:7:\"comment\";}s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1444866674\";s:5:\"mtime\";i:1444866674;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}",
48300 ))
48301 ->values(array(
48302   'filename' => 'modules/simpletest/tests/session_test.module',
48303   'name' => 'session_test',
48304   'type' => 'module',
48305   'owner' => '',
48306   'status' => '0',
48307   'bootstrap' => '0',
48308   'schema_version' => '-1',
48309   'weight' => '0',
48310   'info' => 'a:13:{s:4:"name";s:12:"Session test";s:11:"description";s:40:"Support module for session data testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48311 ))
48312 ->values(array(
48313   'filename' => 'modules/simpletest/tests/system_dependencies_test.module',
48314   'name' => 'system_dependencies_test',
48315   'type' => 'module',
48316   'owner' => '',
48317   'status' => '0',
48318   'bootstrap' => '0',
48319   'schema_version' => '-1',
48320   'weight' => '0',
48321   'info' => 'a:13:{s:4:"name";s:22:"System dependency test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:19:"_missing_dependency";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48322 ))
48323 ->values(array(
48324   'filename' => 'modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module',
48325   'name' => 'system_incompatible_core_version_dependencies_test',
48326   'type' => 'module',
48327   'owner' => '',
48328   'status' => '0',
48329   'bootstrap' => '0',
48330   'schema_version' => '-1',
48331   'weight' => '0',
48332   'info' => 'a:13:{s:4:"name";s:50:"System incompatible core version dependencies test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:37:"system_incompatible_core_version_test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48333 ))
48334 ->values(array(
48335   'filename' => 'modules/simpletest/tests/system_incompatible_core_version_test.module',
48336   'name' => 'system_incompatible_core_version_test',
48337   'type' => 'module',
48338   'owner' => '',
48339   'status' => '0',
48340   'bootstrap' => '0',
48341   'schema_version' => '-1',
48342   'weight' => '0',
48343   'info' => 'a:13:{s:4:"name";s:37:"System incompatible core version test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"5.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48344 ))
48345 ->values(array(
48346   'filename' => 'modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module',
48347   'name' => 'system_incompatible_module_version_dependencies_test',
48348   'type' => 'module',
48349   'owner' => '',
48350   'status' => '0',
48351   'bootstrap' => '0',
48352   'schema_version' => '-1',
48353   'weight' => '0',
48354   'info' => 'a:13:{s:4:"name";s:52:"System incompatible module version dependencies test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:46:"system_incompatible_module_version_test (>2.0)";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48355 ))
48356 ->values(array(
48357   'filename' => 'modules/simpletest/tests/system_incompatible_module_version_test.module',
48358   'name' => 'system_incompatible_module_version_test',
48359   'type' => 'module',
48360   'owner' => '',
48361   'status' => '0',
48362   'bootstrap' => '0',
48363   'schema_version' => '-1',
48364   'weight' => '0',
48365   'info' => 'a:13:{s:4:"name";s:39:"System incompatible module version test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48366 ))
48367 ->values(array(
48368   'filename' => 'modules/simpletest/tests/system_project_namespace_test.module',
48369   'name' => 'system_project_namespace_test',
48370   'type' => 'module',
48371   'owner' => '',
48372   'status' => '0',
48373   'bootstrap' => '0',
48374   'schema_version' => '-1',
48375   'weight' => '0',
48376   'info' => 'a:13:{s:4:"name";s:29:"System project namespace test";s:11:"description";s:58:"Support module for testing project namespace dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:13:"drupal:filter";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48377 ))
48378 ->values(array(
48379   'filename' => 'modules/simpletest/tests/system_test.module',
48380   'name' => 'system_test',
48381   'type' => 'module',
48382   'owner' => '',
48383   'status' => '0',
48384   'bootstrap' => '0',
48385   'schema_version' => '-1',
48386   'weight' => '0',
48387   'info' => 'a:13:{s:4:"name";s:11:"System test";s:11:"description";s:34:"Support module for system testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:18:"system_test.module";}s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48388 ))
48389 ->values(array(
48390   'filename' => 'modules/simpletest/tests/taxonomy_test.module',
48391   'name' => 'taxonomy_test',
48392   'type' => 'module',
48393   'owner' => '',
48394   'status' => '0',
48395   'bootstrap' => '0',
48396   'schema_version' => '-1',
48397   'weight' => '0',
48398   'info' => 'a:13:{s:4:"name";s:20:"Taxonomy test module";s:11:"description";s:45:""Tests functions and hooks not used in core".";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:8:"taxonomy";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48399 ))
48400 ->values(array(
48401   'filename' => 'modules/simpletest/tests/theme_test.module',
48402   'name' => 'theme_test',
48403   'type' => 'module',
48404   'owner' => '',
48405   'status' => '0',
48406   'bootstrap' => '0',
48407   'schema_version' => '-1',
48408   'weight' => '0',
48409   'info' => 'a:13:{s:4:"name";s:10:"Theme test";s:11:"description";s:40:"Support module for theme system testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48410 ))
48411 ->values(array(
48412   'filename' => 'modules/simpletest/tests/update_script_test.module',
48413   'name' => 'update_script_test',
48414   'type' => 'module',
48415   'owner' => '',
48416   'status' => '0',
48417   'bootstrap' => '0',
48418   'schema_version' => '-1',
48419   'weight' => '0',
48420   'info' => 'a:13:{s:4:"name";s:18:"Update script test";s:11:"description";s:41:"Support module for update script testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48421 ))
48422 ->values(array(
48423   'filename' => 'modules/simpletest/tests/update_test_1.module',
48424   'name' => 'update_test_1',
48425   'type' => 'module',
48426   'owner' => '',
48427   'status' => '0',
48428   'bootstrap' => '0',
48429   'schema_version' => '-1',
48430   'weight' => '0',
48431   'info' => 'a:13:{s:4:"name";s:11:"Update test";s:11:"description";s:34:"Support module for update testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48432 ))
48433 ->values(array(
48434   'filename' => 'modules/simpletest/tests/update_test_2.module',
48435   'name' => 'update_test_2',
48436   'type' => 'module',
48437   'owner' => '',
48438   'status' => '0',
48439   'bootstrap' => '0',
48440   'schema_version' => '-1',
48441   'weight' => '0',
48442   'info' => 'a:13:{s:4:"name";s:11:"Update test";s:11:"description";s:34:"Support module for update testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48443 ))
48444 ->values(array(
48445   'filename' => 'modules/simpletest/tests/update_test_3.module',
48446   'name' => 'update_test_3',
48447   'type' => 'module',
48448   'owner' => '',
48449   'status' => '0',
48450   'bootstrap' => '0',
48451   'schema_version' => '-1',
48452   'weight' => '0',
48453   'info' => 'a:13:{s:4:"name";s:11:"Update test";s:11:"description";s:34:"Support module for update testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48454 ))
48455 ->values(array(
48456   'filename' => 'modules/simpletest/tests/url_alter_test.module',
48457   'name' => 'url_alter_test',
48458   'type' => 'module',
48459   'owner' => '',
48460   'status' => '0',
48461   'bootstrap' => '0',
48462   'schema_version' => '-1',
48463   'weight' => '0',
48464   'info' => 'a:13:{s:4:"name";s:15:"Url_alter tests";s:11:"description";s:45:"A support modules for url_alter hook testing.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48465 ))
48466 ->values(array(
48467   'filename' => 'modules/simpletest/tests/xmlrpc_test.module',
48468   'name' => 'xmlrpc_test',
48469   'type' => 'module',
48470   'owner' => '',
48471   'status' => '0',
48472   'bootstrap' => '0',
48473   'schema_version' => '-1',
48474   'weight' => '0',
48475   'info' => 'a:13:{s:4:"name";s:12:"XML-RPC Test";s:11:"description";s:75:"Support module for XML-RPC tests according to the validator1 specification.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48476 ))
48477 ->values(array(
48478   'filename' => 'modules/statistics/statistics.module',
48479   'name' => 'statistics',
48480   'type' => 'module',
48481   'owner' => '',
48482   'status' => '1',
48483   'bootstrap' => '1',
48484   'schema_version' => '7000',
48485   'weight' => '0',
48486   'info' => 'a:13:{s:4:"name";s:10:"Statistics";s:11:"description";s:37:"Logs access statistics for your site.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"statistics.test";}s:9:"configure";s:30:"admin/config/system/statistics";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48487 ))
48488 ->values(array(
48489   'filename' => 'modules/syslog/syslog.module',
48490   'name' => 'syslog',
48491   'type' => 'module',
48492   'owner' => '',
48493   'status' => '1',
48494   'bootstrap' => '1',
48495   'schema_version' => '0',
48496   'weight' => '0',
48497   'info' => 'a:13:{s:4:"name";s:6:"Syslog";s:11:"description";s:41:"Logs and records system events to syslog.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"syslog.test";}s:9:"configure";s:32:"admin/config/development/logging";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48498 ))
48499 ->values(array(
48500   'filename' => 'modules/system/system.module',
48501   'name' => 'system',
48502   'type' => 'module',
48503   'owner' => '',
48504   'status' => '1',
48505   'bootstrap' => '1',
48506   'schema_version' => '7080',
48507   'weight' => '0',
48508   'info' => 'a:14:{s:4:"name";s:6:"System";s:11:"description";s:54:"Handles general site configuration for administrators.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:6:{i:0;s:19:"system.archiver.inc";i:1;s:15:"system.mail.inc";i:2;s:16:"system.queue.inc";i:3;s:14:"system.tar.inc";i:4;s:18:"system.updater.inc";i:5;s:11:"system.test";}s:8:"required";b:1;s:9:"configure";s:19:"admin/config/system";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48509 ))
48510 ->values(array(
48511   'filename' => 'modules/system/tests/cron_queue_test.module',
48512   'name' => 'cron_queue_test',
48513   'type' => 'module',
48514   'owner' => '',
48515   'status' => '0',
48516   'bootstrap' => '0',
48517   'schema_version' => '-1',
48518   'weight' => '0',
48519   'info' => 'a:13:{s:4:"name";s:15:"Cron Queue test";s:11:"description";s:41:"Support module for the cron queue runner.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48520 ))
48521 ->values(array(
48522   'filename' => 'modules/taxonomy/taxonomy.module',
48523   'name' => 'taxonomy',
48524   'type' => 'module',
48525   'owner' => '',
48526   'status' => '1',
48527   'bootstrap' => '0',
48528   'schema_version' => '7011',
48529   'weight' => '0',
48530   'info' => 'a:15:{s:4:"name";s:8:"Taxonomy";s:11:"description";s:38:"Enables the categorization of content.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:7:"options";}s:5:"files";a:2:{i:0;s:15:"taxonomy.module";i:1;s:13:"taxonomy.test";}s:9:"configure";s:24:"admin/structure/taxonomy";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
48531 ))
48532 ->values(array(
48533   'filename' => 'modules/toolbar/toolbar.module',
48534   'name' => 'toolbar',
48535   'type' => 'module',
48536   'owner' => '',
48537   'status' => '1',
48538   'bootstrap' => '0',
48539   'schema_version' => '0',
48540   'weight' => '0',
48541   'info' => 'a:12:{s:4:"name";s:7:"Toolbar";s:11:"description";s:99:"Provides a toolbar that shows the top-level administration menu items and links from other modules.";s:4:"core";s:3:"7.x";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48542 ))
48543 ->values(array(
48544   'filename' => 'modules/tracker/tracker.module',
48545   'name' => 'tracker',
48546   'type' => 'module',
48547   'owner' => '',
48548   'status' => '1',
48549   'bootstrap' => '0',
48550   'schema_version' => '7000',
48551   'weight' => '0',
48552   'info' => 'a:12:{s:4:"name";s:7:"Tracker";s:11:"description";s:45:"Enables tracking of recent content for users.";s:12:"dependencies";a:1:{i:0;s:7:"comment";}s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:12:"tracker.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48553 ))
48554 ->values(array(
48555   'filename' => 'modules/translation/tests/translation_test.module',
48556   'name' => 'translation_test',
48557   'type' => 'module',
48558   'owner' => '',
48559   'status' => '0',
48560   'bootstrap' => '0',
48561   'schema_version' => '-1',
48562   'weight' => '0',
48563   'info' => 'a:13:{s:4:"name";s:24:"Content Translation Test";s:11:"description";s:49:"Support module for the content translation tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48564 ))
48565 ->values(array(
48566   'filename' => 'modules/translation/translation.module',
48567   'name' => 'translation',
48568   'type' => 'module',
48569   'owner' => '',
48570   'status' => '1',
48571   'bootstrap' => '0',
48572   'schema_version' => '0',
48573   'weight' => '0',
48574   'info' => 'a:12:{s:4:"name";s:19:"Content translation";s:11:"description";s:57:"Allows content to be translated into different languages.";s:12:"dependencies";a:1:{i:0;s:6:"locale";}s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:16:"translation.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48575 ))
48576 ->values(array(
48577   'filename' => 'modules/trigger/tests/trigger_test.module',
48578   'name' => 'trigger_test',
48579   'type' => 'module',
48580   'owner' => '',
48581   'status' => '0',
48582   'bootstrap' => '0',
48583   'schema_version' => '-1',
48584   'weight' => '0',
48585   'info' => 'a:13:{s:4:"name";s:12:"Trigger Test";s:11:"description";s:33:"Support module for Trigger tests.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48586 ))
48587 ->values(array(
48588   'filename' => 'modules/trigger/trigger.module',
48589   'name' => 'trigger',
48590   'type' => 'module',
48591   'owner' => '',
48592   'status' => '1',
48593   'bootstrap' => '0',
48594   'schema_version' => '7002',
48595   'weight' => '0',
48596   'info' => 'a:13:{s:4:"name";s:7:"Trigger";s:11:"description";s:90:"Enables actions to be fired on certain system events, such as when new content is created.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:12:"trigger.test";}s:9:"configure";s:23:"admin/structure/trigger";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48597 ))
48598 ->values(array(
48599   'filename' => 'modules/update/tests/aaa_update_test.module',
48600   'name' => 'aaa_update_test',
48601   'type' => 'module',
48602   'owner' => '',
48603   'status' => '0',
48604   'bootstrap' => '0',
48605   'schema_version' => '-1',
48606   'weight' => '0',
48607   'info' => 'a:13:{s:4:"name";s:15:"AAA Update test";s:11:"description";s:41:"Support module for update module testing.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48608 ))
48609 ->values(array(
48610   'filename' => 'modules/update/tests/bbb_update_test.module',
48611   'name' => 'bbb_update_test',
48612   'type' => 'module',
48613   'owner' => '',
48614   'status' => '0',
48615   'bootstrap' => '0',
48616   'schema_version' => '-1',
48617   'weight' => '0',
48618   'info' => 'a:13:{s:4:"name";s:15:"BBB Update test";s:11:"description";s:41:"Support module for update module testing.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48619 ))
48620 ->values(array(
48621   'filename' => 'modules/update/tests/ccc_update_test.module',
48622   'name' => 'ccc_update_test',
48623   'type' => 'module',
48624   'owner' => '',
48625   'status' => '0',
48626   'bootstrap' => '0',
48627   'schema_version' => '-1',
48628   'weight' => '0',
48629   'info' => 'a:13:{s:4:"name";s:15:"CCC Update test";s:11:"description";s:41:"Support module for update module testing.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48630 ))
48631 ->values(array(
48632   'filename' => 'modules/update/tests/update_test.module',
48633   'name' => 'update_test',
48634   'type' => 'module',
48635   'owner' => '',
48636   'status' => '0',
48637   'bootstrap' => '0',
48638   'schema_version' => '-1',
48639   'weight' => '0',
48640   'info' => 'a:13:{s:4:"name";s:11:"Update test";s:11:"description";s:41:"Support module for update module testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48641 ))
48642 ->values(array(
48643   'filename' => 'modules/update/update.module',
48644   'name' => 'update',
48645   'type' => 'module',
48646   'owner' => '',
48647   'status' => '1',
48648   'bootstrap' => '0',
48649   'schema_version' => '7001',
48650   'weight' => '0',
48651   'info' => 'a:13:{s:4:"name";s:14:"Update manager";s:11:"description";s:104:"Checks for available updates, and can securely install or update modules and themes via a web interface.";s:7:"version";s:4:"7.40";s:7:"package";s:4:"Core";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"update.test";}s:9:"configure";s:30:"admin/reports/updates/settings";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48652 ))
48653 ->values(array(
48654   'filename' => 'modules/user/tests/user_form_test.module',
48655   'name' => 'user_form_test',
48656   'type' => 'module',
48657   'owner' => '',
48658   'status' => '0',
48659   'bootstrap' => '0',
48660   'schema_version' => '-1',
48661   'weight' => '0',
48662   'info' => 'a:13:{s:4:"name";s:22:"User module form tests";s:11:"description";s:37:"Support module for user form testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48663 ))
48664 ->values(array(
48665   'filename' => 'modules/user/user.module',
48666   'name' => 'user',
48667   'type' => 'module',
48668   'owner' => '',
48669   'status' => '1',
48670   'bootstrap' => '0',
48671   'schema_version' => '7018',
48672   'weight' => '0',
48673   'info' => 'a:15:{s:4:"name";s:4:"User";s:11:"description";s:47:"Manages the user registration and login system.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:11:"user.module";i:1;s:9:"user.test";}s:8:"required";b:1;s:9:"configure";s:19:"admin/config/people";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"user.css";s:21:"modules/user/user.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48674 ))
48675 ->values(array(
48676   'filename' => 'profiles/standard/standard.profile',
48677   'name' => 'standard',
48678   'type' => 'module',
48679   'owner' => '',
48680   'status' => '1',
48681   'bootstrap' => '0',
48682   'schema_version' => '0',
48683   'weight' => '1000',
48684   'info' => 'a:15:{s:4:"name";s:8:"Standard";s:11:"description";s:51:"Install with commonly used features pre-configured.";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:21:{i:0;s:5:"block";i:1;s:5:"color";i:2;s:7:"comment";i:3;s:10:"contextual";i:4;s:9:"dashboard";i:5;s:4:"help";i:6;s:5:"image";i:7;s:4:"list";i:8;s:4:"menu";i:9;s:6:"number";i:10;s:7:"options";i:11;s:4:"path";i:12;s:8:"taxonomy";i:13;s:5:"dblog";i:14;s:6:"search";i:15;s:8:"shortcut";i:16;s:7:"toolbar";i:17;s:7:"overlay";i:18;s:8:"field_ui";i:19;s:4:"file";i:20;s:3:"rdf";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;s:6:"hidden";b:1;s:8:"required";b:1;s:17:"distribution_name";s:6:"Drupal";}',
48685 ))
48686 ->values(array(
48687   'filename' => 'sites/all/modules/ctools/bulk_export/bulk_export.module',
48688   'name' => 'bulk_export',
48689   'type' => 'module',
48690   'owner' => '',
48691   'status' => '0',
48692   'bootstrap' => '0',
48693   'schema_version' => '-1',
48694   'weight' => '0',
48695   'info' => 'a:12:{s:4:"name";s:11:"Bulk Export";s:11:"description";s:67:"Performs bulk exporting of data objects known about by Chaos tools.";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48696 ))
48697 ->values(array(
48698   'filename' => 'sites/all/modules/ctools/ctools.module',
48699   'name' => 'ctools',
48700   'type' => 'module',
48701   'owner' => '',
48702   'status' => '1',
48703   'bootstrap' => '0',
48704   'schema_version' => '6008',
48705   'weight' => '0',
48706   'info' => 'a:12:{s:4:"name";s:11:"Chaos tools";s:11:"description";s:46:"A library of helpful tools by Merlin of Chaos.";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:5:"files";a:3:{i:0;s:20:"includes/context.inc";i:1;s:22:"includes/math-expr.inc";i:2;s:21:"includes/stylizer.inc";}s:7:"version";s:7:"7.x-1.4";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1392220730";s:5:"mtime";i:1392220730;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48707 ))
48708 ->values(array(
48709   'filename' => 'sites/all/modules/ctools/ctools_access_ruleset/ctools_access_ruleset.module',
48710   'name' => 'ctools_access_ruleset',
48711   'type' => 'module',
48712   'owner' => '',
48713   'status' => '0',
48714   'bootstrap' => '0',
48715   'schema_version' => '-1',
48716   'weight' => '0',
48717   'info' => 'a:12:{s:4:"name";s:15:"Custom rulesets";s:11:"description";s:81:"Create custom, exportable, reusable access rulesets for applications like Panels.";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48718 ))
48719 ->values(array(
48720   'filename' => 'sites/all/modules/ctools/ctools_ajax_sample/ctools_ajax_sample.module',
48721   'name' => 'ctools_ajax_sample',
48722   'type' => 'module',
48723   'owner' => '',
48724   'status' => '0',
48725   'bootstrap' => '0',
48726   'schema_version' => '-1',
48727   'weight' => '0',
48728   'info' => 'a:12:{s:4:"name";s:33:"Chaos Tools (CTools) AJAX Example";s:11:"description";s:41:"Shows how to use the power of Chaos AJAX.";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:4:"core";s:3:"7.x";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48729 ))
48730 ->values(array(
48731   'filename' => 'sites/all/modules/ctools/ctools_custom_content/ctools_custom_content.module',
48732   'name' => 'ctools_custom_content',
48733   'type' => 'module',
48734   'owner' => '',
48735   'status' => '0',
48736   'bootstrap' => '0',
48737   'schema_version' => '-1',
48738   'weight' => '0',
48739   'info' => 'a:12:{s:4:"name";s:20:"Custom content panes";s:11:"description";s:79:"Create custom, exportable, reusable content panes for applications like Panels.";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48740 ))
48741 ->values(array(
48742   'filename' => 'sites/all/modules/ctools/ctools_plugin_example/ctools_plugin_example.module',
48743   'name' => 'ctools_plugin_example',
48744   'type' => 'module',
48745   'owner' => '',
48746   'status' => '0',
48747   'bootstrap' => '0',
48748   'schema_version' => '-1',
48749   'weight' => '0',
48750   'info' => 'a:12:{s:4:"name";s:35:"Chaos Tools (CTools) Plugin Example";s:11:"description";s:75:"Shows how an external module can provide ctools plugins (for Panels, etc.).";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:12:"dependencies";a:4:{i:0;s:6:"ctools";i:1;s:6:"panels";i:2;s:12:"page_manager";i:3;s:13:"advanced_help";}s:4:"core";s:3:"7.x";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48751 ))
48752 ->values(array(
48753   'filename' => 'sites/all/modules/ctools/page_manager/page_manager.module',
48754   'name' => 'page_manager',
48755   'type' => 'module',
48756   'owner' => '',
48757   'status' => '0',
48758   'bootstrap' => '0',
48759   'schema_version' => '-1',
48760   'weight' => '0',
48761   'info' => 'a:12:{s:4:"name";s:12:"Page manager";s:11:"description";s:54:"Provides a UI and API to manage pages within the site.";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48762 ))
48763 ->values(array(
48764   'filename' => 'sites/all/modules/ctools/stylizer/stylizer.module',
48765   'name' => 'stylizer',
48766   'type' => 'module',
48767   'owner' => '',
48768   'status' => '0',
48769   'bootstrap' => '0',
48770   'schema_version' => '-1',
48771   'weight' => '0',
48772   'info' => 'a:12:{s:4:"name";s:8:"Stylizer";s:11:"description";s:53:"Create custom styles for applications such as Panels.";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:12:"dependencies";a:2:{i:0;s:6:"ctools";i:1;s:5:"color";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48773 ))
48774 ->values(array(
48775   'filename' => 'sites/all/modules/ctools/term_depth/term_depth.module',
48776   'name' => 'term_depth',
48777   'type' => 'module',
48778   'owner' => '',
48779   'status' => '0',
48780   'bootstrap' => '0',
48781   'schema_version' => '-1',
48782   'weight' => '0',
48783   'info' => 'a:12:{s:4:"name";s:17:"Term Depth access";s:11:"description";s:48:"Controls access to context based upon term depth";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48784 ))
48785 ->values(array(
48786   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export_test.module',
48787   'name' => 'ctools_export_test',
48788   'type' => 'module',
48789   'owner' => '',
48790   'status' => '0',
48791   'bootstrap' => '0',
48792   'schema_version' => '-1',
48793   'weight' => '0',
48794   'info' => 'a:13:{s:4:"name";s:18:"CTools export test";s:11:"description";s:25:"CTools export test module";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:6:"hidden";b:1;s:5:"files";a:1:{i:0;s:18:"ctools_export.test";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48795 ))
48796 ->values(array(
48797   'filename' => 'sites/all/modules/ctools/tests/ctools_plugin_test.module',
48798   'name' => 'ctools_plugin_test',
48799   'type' => 'module',
48800   'owner' => '',
48801   'status' => '0',
48802   'bootstrap' => '0',
48803   'schema_version' => '-1',
48804   'weight' => '0',
48805   'info' => 'a:13:{s:4:"name";s:24:"Chaos tools plugins test";s:11:"description";s:42:"Provides hooks for testing ctools plugins.";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:5:"files";a:6:{i:0;s:19:"ctools.plugins.test";i:1;s:17:"object_cache.test";i:2;s:8:"css.test";i:3;s:12:"context.test";i:4;s:20:"math_expression.test";i:5;s:26:"math_expression_stack.test";}s:6:"hidden";b:1;s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48806 ))
48807 ->values(array(
48808   'filename' => 'sites/all/modules/ctools/views_content/views_content.module',
48809   'name' => 'views_content',
48810   'type' => 'module',
48811   'owner' => '',
48812   'status' => '0',
48813   'bootstrap' => '0',
48814   'schema_version' => '-1',
48815   'weight' => '0',
48816   'info' => 'a:12:{s:4:"name";s:19:"Views content panes";s:11:"description";s:104:"Allows Views content to be used in Panels, Dashboard and other modules which use the CTools Content API.";s:7:"package";s:16:"Chaos tool suite";s:12:"dependencies";a:2:{i:0;s:6:"ctools";i:1;s:5:"views";}s:4:"core";s:3:"7.x";s:7:"version";s:7:"7.x-1.9";s:5:"files";a:3:{i:0;s:61:"plugins/views/views_content_plugin_display_ctools_context.inc";i:1;s:57:"plugins/views/views_content_plugin_display_panel_pane.inc";i:2;s:59:"plugins/views/views_content_plugin_style_ctools_context.inc";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48817 ))
48818 ->values(array(
48819   'filename' => 'sites/all/modules/date/date.module',
48820   'name' => 'date',
48821   'type' => 'module',
48822   'owner' => '',
48823   'status' => '1',
48824   'bootstrap' => '0',
48825   'schema_version' => '7004',
48826   'weight' => '0',
48827   'info' => 'a:14:{s:4:"name";s:4:"Date";s:11:"description";s:33:"Makes date/time fields available.";s:12:"dependencies";a:1:{i:0;s:8:"date_api";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:3:"php";s:3:"5.2";s:5:"files";a:9:{i:0;s:16:"date.migrate.inc";i:1;s:19:"tests/date_api.test";i:2;s:15:"tests/date.test";i:3;s:21:"tests/date_field.test";i:4;s:23:"tests/date_migrate.test";i:5;s:26:"tests/date_validation.test";i:6;s:24:"tests/date_timezone.test";i:7;s:27:"tests/date_views_pager.test";i:8;s:27:"tests/date_views_popup.test";}s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
48828 ))
48829 ->values(array(
48830   'filename' => 'sites/all/modules/date/date_all_day/date_all_day.module',
48831   'name' => 'date_all_day',
48832   'type' => 'module',
48833   'owner' => '',
48834   'status' => '0',
48835   'bootstrap' => '0',
48836   'schema_version' => '-1',
48837   'weight' => '0',
48838   'info' => "a:12:{s:4:\"name\";s:12:\"Date All Day\";s:11:\"description\";s:142:\"Adds 'All Day' functionality to date fields, including an 'All Day' theme and 'All Day' checkboxes for the Date select and Date popup widgets.\";s:12:\"dependencies\";a:2:{i:0;s:8:\"date_api\";i:1;s:4:\"date\";}s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-2.9\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1441727353\";s:5:\"mtime\";i:1441727353;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}",
48839 ))
48840 ->values(array(
48841   'filename' => 'sites/all/modules/date/date_api/date_api.module',
48842   'name' => 'date_api',
48843   'type' => 'module',
48844   'owner' => '',
48845   'status' => '1',
48846   'bootstrap' => '0',
48847   'schema_version' => '7001',
48848   'weight' => '0',
48849   'info' => 'a:13:{s:4:"name";s:8:"Date API";s:11:"description";s:45:"A Date API that can be used by other modules.";s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:3:"php";s:3:"5.2";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"date.css";s:40:"sites/all/modules/date/date_api/date.css";}}s:5:"files";a:2:{i:0;s:15:"date_api.module";i:1;s:16:"date_api_sql.inc";}s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:12:"dependencies";a:0:{}s:9:"bootstrap";i:0;}',
48850 ))
48851 ->values(array(
48852   'filename' => 'sites/all/modules/date/date_context/date_context.module',
48853   'name' => 'date_context',
48854   'type' => 'module',
48855   'owner' => '',
48856   'status' => '0',
48857   'bootstrap' => '0',
48858   'schema_version' => '-1',
48859   'weight' => '0',
48860   'info' => 'a:12:{s:4:"name";s:12:"Date Context";s:11:"description";s:99:"Adds an option to the Context module to set a context condition based on the value of a date field.";s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:12:"dependencies";a:2:{i:0;s:4:"date";i:1;s:7:"context";}s:5:"files";a:2:{i:0;s:19:"date_context.module";i:1;s:39:"plugins/date_context_date_condition.inc";}s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48861 ))
48862 ->values(array(
48863   'filename' => 'sites/all/modules/date/date_migrate/date_migrate.module',
48864   'name' => 'date_migrate',
48865   'type' => 'module',
48866   'owner' => '',
48867   'status' => '0',
48868   'bootstrap' => '0',
48869   'schema_version' => '-1',
48870   'weight' => '0',
48871   'info' => 'a:13:{s:4:"name";s:14:"Date Migration";s:11:"description";s:73:"Obsolete data migration module. Disable if no other modules depend on it.";s:4:"core";s:3:"7.x";s:7:"package";s:9:"Date/Time";s:6:"hidden";b:1;s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48872 ))
48873 ->values(array(
48874   'filename' => 'sites/all/modules/date/date_migrate/date_migrate_example/date_migrate_example.module',
48875   'name' => 'date_migrate_example',
48876   'type' => 'module',
48877   'owner' => '',
48878   'status' => '0',
48879   'bootstrap' => '0',
48880   'schema_version' => '-1',
48881   'weight' => '0',
48882   'info' => 'a:13:{s:4:"core";s:3:"7.x";s:12:"dependencies";a:5:{i:0;s:4:"date";i:1;s:11:"date_repeat";i:2;s:17:"date_repeat_field";i:3;s:8:"features";i:4;s:7:"migrate";}s:11:"description";s:42:"Examples of migrating with the Date module";s:8:"features";a:2:{s:5:"field";a:8:{i:0;s:30:"node-date_migrate_example-body";i:1;s:36:"node-date_migrate_example-field_date";i:2;s:42:"node-date_migrate_example-field_date_range";i:3;s:43:"node-date_migrate_example-field_date_repeat";i:4;s:41:"node-date_migrate_example-field_datestamp";i:5;s:47:"node-date_migrate_example-field_datestamp_range";i:6;s:40:"node-date_migrate_example-field_datetime";i:7;s:46:"node-date_migrate_example-field_datetime_range";}s:4:"node";a:1:{i:0;s:20:"date_migrate_example";}}s:5:"files";a:1:{i:0;s:32:"date_migrate_example.migrate.inc";}s:4:"name";s:22:"Date Migration Example";s:7:"package";s:8:"Features";s:7:"project";s:4:"date";s:7:"version";s:7:"7.x-2.9";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48883 ))
48884 ->values(array(
48885   'filename' => 'sites/all/modules/date/date_popup/date_popup.module',
48886   'name' => 'date_popup',
48887   'type' => 'module',
48888   'owner' => '',
48889   'status' => '0',
48890   'bootstrap' => '0',
48891   'schema_version' => '-1',
48892   'weight' => '0',
48893   'info' => 'a:14:{s:4:"name";s:10:"Date Popup";s:11:"description";s:84:"Enables jquery popup calendars and time entry widgets for selecting dates and times.";s:12:"dependencies";a:1:{i:0;s:8:"date_api";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:9:"configure";s:28:"admin/config/date/date_popup";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:25:"themes/datepicker.1.7.css";s:59:"sites/all/modules/date/date_popup/themes/datepicker.1.7.css";}}s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48894 ))
48895 ->values(array(
48896   'filename' => 'sites/all/modules/date/date_repeat/date_repeat.module',
48897   'name' => 'date_repeat',
48898   'type' => 'module',
48899   'owner' => '',
48900   'status' => '0',
48901   'bootstrap' => '0',
48902   'schema_version' => '-1',
48903   'weight' => '0',
48904   'info' => 'a:12:{s:4:"name";s:15:"Date Repeat API";s:11:"description";s:73:"A Date Repeat API to calculate repeating dates and times from iCal rules.";s:12:"dependencies";a:1:{i:0;s:8:"date_api";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:3:"php";s:3:"5.2";s:5:"files";a:2:{i:0;s:22:"tests/date_repeat.test";i:1;s:27:"tests/date_repeat_form.test";}s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:9:"bootstrap";i:0;}',
48905 ))
48906 ->values(array(
48907   'filename' => 'sites/all/modules/date/date_repeat_field/date_repeat_field.module',
48908   'name' => 'date_repeat_field',
48909   'type' => 'module',
48910   'owner' => '',
48911   'status' => '0',
48912   'bootstrap' => '0',
48913   'schema_version' => '-1',
48914   'weight' => '0',
48915   'info' => 'a:13:{s:4:"name";s:17:"Date Repeat Field";s:11:"description";s:97:"Creates the option of Repeating date fields and manages Date fields that use the Date Repeat API.";s:12:"dependencies";a:3:{i:0;s:8:"date_api";i:1;s:4:"date";i:2;s:11:"date_repeat";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:21:"date_repeat_field.css";s:62:"sites/all/modules/date/date_repeat_field/date_repeat_field.css";}}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
48916 ))
48917 ->values(array(
48918   'filename' => 'sites/all/modules/date/date_tools/date_tools.module',
48919   'name' => 'date_tools',
48920   'type' => 'module',
48921   'owner' => '',
48922   'status' => '0',
48923   'bootstrap' => '0',
48924   'schema_version' => '-1',
48925   'weight' => '0',
48926   'info' => 'a:13:{s:4:"name";s:10:"Date Tools";s:11:"description";s:52:"Tools to import and auto-create dates and calendars.";s:12:"dependencies";a:1:{i:0;s:4:"date";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:9:"configure";s:23:"admin/config/date/tools";s:5:"files";a:1:{i:0;s:21:"tests/date_tools.test";}s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48927 ))
48928 ->values(array(
48929   'filename' => 'sites/all/modules/date/date_views/date_views.module',
48930   'name' => 'date_views',
48931   'type' => 'module',
48932   'owner' => '',
48933   'status' => '0',
48934   'bootstrap' => '0',
48935   'schema_version' => '-1',
48936   'weight' => '0',
48937   'info' => 'a:12:{s:4:"name";s:10:"Date Views";s:11:"description";s:57:"Views integration for date fields and date functionality.";s:7:"package";s:9:"Date/Time";s:12:"dependencies";a:2:{i:0;s:8:"date_api";i:1;s:5:"views";}s:4:"core";s:3:"7.x";s:3:"php";s:3:"5.2";s:5:"files";a:6:{i:0;s:40:"includes/date_views_argument_handler.inc";i:1;s:47:"includes/date_views_argument_handler_simple.inc";i:2;s:38:"includes/date_views_filter_handler.inc";i:3;s:45:"includes/date_views_filter_handler_simple.inc";i:4;s:29:"includes/date_views.views.inc";i:5;s:36:"includes/date_views_plugin_pager.inc";}s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:9:"bootstrap";i:0;}',
48938 ))
48939 ->values(array(
48940   'filename' => 'sites/all/modules/email/email.module',
48941   'name' => 'email',
48942   'type' => 'module',
48943   'owner' => '',
48944   'status' => '1',
48945   'bootstrap' => '0',
48946   'schema_version' => '0',
48947   'weight' => '0',
48948   'info' => 'a:14:{s:4:"name";s:5:"Email";s:11:"description";s:28:"Defines an email field type.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:5:"files";a:1:{i:0;s:17:"email.migrate.inc";}s:7:"version";s:7:"7.x-1.3";s:7:"project";s:5:"email";s:9:"datestamp";s:10:"1397134155";s:5:"mtime";i:1397134155;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
48949 ))
48950 ->values(array(
48951   'filename' => 'sites/all/modules/entity/entity.module',
48952   'name' => 'entity',
48953   'type' => 'module',
48954   'owner' => '',
48955   'status' => '1',
48956   'bootstrap' => '0',
48957   'schema_version' => '7003',
48958   'weight' => '0',
48959   'info' => 'a:12:{s:4:"name";s:10:"Entity API";s:11:"description";s:69:"Enables modules to work with any entity type and to provide entities.";s:4:"core";s:3:"7.x";s:5:"files";a:24:{i:0;s:19:"entity.features.inc";i:1;s:15:"entity.i18n.inc";i:2;s:15:"entity.info.inc";i:3;s:16:"entity.rules.inc";i:4;s:11:"entity.test";i:5;s:19:"includes/entity.inc";i:6;s:30:"includes/entity.controller.inc";i:7;s:22:"includes/entity.ui.inc";i:8;s:27:"includes/entity.wrapper.inc";i:9;s:22:"views/entity.views.inc";i:10;s:52:"views/handlers/entity_views_field_handler_helper.inc";i:11;s:51:"views/handlers/entity_views_handler_area_entity.inc";i:12;s:53:"views/handlers/entity_views_handler_field_boolean.inc";i:13;s:50:"views/handlers/entity_views_handler_field_date.inc";i:14;s:54:"views/handlers/entity_views_handler_field_duration.inc";i:15;s:52:"views/handlers/entity_views_handler_field_entity.inc";i:16;s:51:"views/handlers/entity_views_handler_field_field.inc";i:17;s:53:"views/handlers/entity_views_handler_field_numeric.inc";i:18;s:53:"views/handlers/entity_views_handler_field_options.inc";i:19;s:50:"views/handlers/entity_views_handler_field_text.inc";i:20;s:49:"views/handlers/entity_views_handler_field_uri.inc";i:21;s:62:"views/handlers/entity_views_handler_relationship_by_bundle.inc";i:22;s:52:"views/handlers/entity_views_handler_relationship.inc";i:23;s:53:"views/plugins/entity_views_plugin_row_entity_view.inc";}s:7:"version";s:7:"7.x-1.6";s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1424876582";s:5:"mtime";i:1424876582;s:12:"dependencies";a:0:{}s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48960 ))
48961 ->values(array(
48962   'filename' => 'sites/all/modules/entity/entity_token.module',
48963   'name' => 'entity_token',
48964   'type' => 'module',
48965   'owner' => '',
48966   'status' => '0',
48967   'bootstrap' => '0',
48968   'schema_version' => '-1',
48969   'weight' => '0',
48970   'info' => 'a:12:{s:4:"name";s:13:"Entity tokens";s:11:"description";s:99:"Provides token replacements for all properties that have no tokens and are known to the entity API.";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:23:"entity_token.tokens.inc";i:1;s:19:"entity_token.module";}s:12:"dependencies";a:1:{i:0;s:6:"entity";}s:7:"version";s:7:"7.x-1.6";s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1424876582";s:5:"mtime";i:1424876582;s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48971 ))
48972 ->values(array(
48973   'filename' => 'sites/all/modules/entity/tests/entity_feature.module',
48974   'name' => 'entity_feature',
48975   'type' => 'module',
48976   'owner' => '',
48977   'status' => '0',
48978   'bootstrap' => '0',
48979   'schema_version' => '-1',
48980   'weight' => '0',
48981   'info' => 'a:13:{s:4:"name";s:21:"Entity feature module";s:11:"description";s:31:"Provides some entities in code.";s:7:"version";s:7:"7.x-1.6";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:21:"entity_feature.module";}s:12:"dependencies";a:1:{i:0;s:11:"entity_test";}s:6:"hidden";b:1;s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1424876582";s:5:"mtime";i:1424876582;s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48982 ))
48983 ->values(array(
48984   'filename' => 'sites/all/modules/entity/tests/entity_test.module',
48985   'name' => 'entity_test',
48986   'type' => 'module',
48987   'owner' => '',
48988   'status' => '0',
48989   'bootstrap' => '0',
48990   'schema_version' => '-1',
48991   'weight' => '0',
48992   'info' => 'a:13:{s:4:"name";s:23:"Entity CRUD test module";s:11:"description";s:46:"Provides entity types based upon the CRUD API.";s:7:"version";s:7:"7.x-1.6";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:18:"entity_test.module";i:1;s:19:"entity_test.install";}s:12:"dependencies";a:1:{i:0;s:6:"entity";}s:6:"hidden";b:1;s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1424876582";s:5:"mtime";i:1424876582;s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
48993 ))
48994 ->values(array(
48995   'filename' => 'sites/all/modules/entity/tests/entity_test_i18n.module',
48996   'name' => 'entity_test_i18n',
48997   'type' => 'module',
48998   'owner' => '',
48999   'status' => '0',
49000   'bootstrap' => '0',
49001   'schema_version' => '-1',
49002   'weight' => '0',
49003   'info' => 'a:13:{s:4:"name";s:28:"Entity-test type translation";s:11:"description";s:37:"Allows translating entity-test types.";s:12:"dependencies";a:2:{i:0;s:11:"entity_test";i:1;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:7:"7.x-1.6";s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1424876582";s:5:"mtime";i:1424876582;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49004 ))
49005 ->values(array(
49006   'filename' => 'sites/all/modules/entityreference/entityreference.module',
49007   'name' => 'entityreference',
49008   'type' => 'module',
49009   'owner' => '',
49010   'status' => '1',
49011   'bootstrap' => '0',
49012   'schema_version' => '7002',
49013   'weight' => '0',
49014   'info' => 'a:14:{s:4:"name";s:16:"Entity Reference";s:11:"description";s:51:"Provides a field that can reference other entities.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:12:"dependencies";a:2:{i:0;s:6:"entity";i:1;s:6:"ctools";}s:5:"files";a:11:{i:0;s:27:"entityreference.migrate.inc";i:1;s:30:"plugins/selection/abstract.inc";i:2;s:27:"plugins/selection/views.inc";i:3;s:29:"plugins/behavior/abstract.inc";i:4;s:40:"views/entityreference_plugin_display.inc";i:5;s:38:"views/entityreference_plugin_style.inc";i:6;s:43:"views/entityreference_plugin_row_fields.inc";i:7;s:35:"tests/entityreference.handlers.test";i:8;s:35:"tests/entityreference.taxonomy.test";i:9;s:32:"tests/entityreference.admin.test";i:10;s:32:"tests/entityreference.feeds.test";}s:7:"version";s:7:"7.x-1.1";s:7:"project";s:15:"entityreference";s:9:"datestamp";s:10:"1384973110";s:5:"mtime";i:1384973110;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
49015 ))
49016 ->values(array(
49017   'filename' => 'sites/all/modules/entityreference/examples/entityreference_behavior_example/entityreference_behavior_example.module',
49018   'name' => 'entityreference_behavior_example',
49019   'type' => 'module',
49020   'owner' => '',
49021   'status' => '0',
49022   'bootstrap' => '0',
49023   'schema_version' => '-1',
49024   'weight' => '0',
49025   'info' => 'a:12:{s:4:"name";s:33:"Entity Reference Behavior Example";s:11:"description";s:71:"Provides some example code for implementing Entity Reference behaviors.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:12:"dependencies";a:1:{i:0;s:15:"entityreference";}s:7:"version";s:7:"7.x-1.1";s:7:"project";s:15:"entityreference";s:9:"datestamp";s:10:"1384973110";s:5:"mtime";i:1384973110;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49026 ))
49027 ->values(array(
49028   'filename' => 'sites/all/modules/entityreference/tests/modules/entityreference_feeds_test/entityreference_feeds_test.module',
49029   'name' => 'entityreference_feeds_test',
49030   'type' => 'module',
49031   'owner' => '',
49032   'status' => '0',
49033   'bootstrap' => '0',
49034   'schema_version' => '-1',
49035   'weight' => '0',
49036   'info' => 'a:13:{s:4:"name";s:41:"Entityreference - Feeds integration tests";s:11:"description";s:65:"Support module for the Entityreference - Feeds integration tests.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:3:{i:0;s:5:"feeds";i:1;s:8:"feeds_ui";i:2;s:15:"entityreference";}s:7:"version";s:7:"7.x-1.1";s:7:"project";s:15:"entityreference";s:9:"datestamp";s:10:"1384973110";s:5:"mtime";i:1384973110;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49037 ))
49038 ->values(array(
49039   'filename' => 'sites/all/modules/entity_translation/entity_translation.module',
49040   'name' => 'entity_translation',
49041   'type' => 'module',
49042   'owner' => '',
49043   'status' => '1',
49044   'bootstrap' => '0',
49045   'schema_version' => '7009',
49046   'weight' => '11',
49047   'info' => 'a:14:{s:4:"name";s:18:"Entity Translation";s:11:"description";s:58:"Allows entities to be translated into different languages.";s:7:"package";s:33:"Multilingual - Entity Translation";s:4:"core";s:3:"7.x";s:9:"configure";s:40:"admin/config/regional/entity_translation";s:12:"dependencies";a:1:{i:0;s:14:"locale (>7.14)";}s:17:"test_dependencies";a:2:{i:0;s:17:"pathauto:pathauto";i:1;s:5:"title";}s:5:"files";a:15:{i:0;s:40:"includes/translation.handler_factory.inc";i:1;s:32:"includes/translation.handler.inc";i:2;s:40:"includes/translation.handler.comment.inc";i:3;s:37:"includes/translation.handler.node.inc";i:4;s:46:"includes/translation.handler.taxonomy_term.inc";i:5;s:37:"includes/translation.handler.user.inc";i:6;s:32:"includes/translation.migrate.inc";i:7;s:29:"tests/entity_translation.test";i:8;s:49:"views/entity_translation_handler_relationship.inc";i:9;s:57:"views/entity_translation_handler_field_translate_link.inc";i:10;s:48:"views/entity_translation_handler_field_label.inc";i:11;s:55:"views/entity_translation_handler_filter_entity_type.inc";i:12;s:52:"views/entity_translation_handler_filter_language.inc";i:13;s:62:"views/entity_translation_handler_filter_translation_exists.inc";i:14;s:48:"views/entity_translation_handler_field_field.inc";}s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49048 ))
49049 ->values(array(
49050   'filename' => 'sites/all/modules/entity_translation/entity_translation_i18n_menu/entity_translation_i18n_menu.module',
49051   'name' => 'entity_translation_i18n_menu',
49052   'type' => 'module',
49053   'owner' => '',
49054   'status' => '0',
49055   'bootstrap' => '0',
49056   'schema_version' => '-1',
49057   'weight' => '0',
49058   'info' => 'a:12:{s:4:"name";s:23:"Entity Translation Menu";s:11:"description";s:54:"Allows menu items to be translated on the entity form.";s:7:"package";s:33:"Multilingual - Entity Translation";s:4:"core";s:3:"7.x";s:12:"dependencies";a:3:{i:0;s:18:"entity_translation";i:1;s:4:"i18n";i:2;s:9:"i18n_menu";}s:5:"files";a:1:{i:0;s:33:"entity_translation_i18n_menu.test";}s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49059 ))
49060 ->values(array(
49061   'filename' => 'sites/all/modules/entity_translation/entity_translation_upgrade/entity_translation_upgrade.module',
49062   'name' => 'entity_translation_upgrade',
49063   'type' => 'module',
49064   'owner' => '',
49065   'status' => '0',
49066   'bootstrap' => '0',
49067   'schema_version' => '-1',
49068   'weight' => '0',
49069   'info' => 'a:12:{s:4:"name";s:26:"Entity Translation Upgrade";s:11:"description";s:80:"Provides an upgrade path from node-based translation to field-based translation.";s:7:"package";s:33:"Multilingual - Entity Translation";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:18:"entity_translation";}s:5:"files";a:1:{i:0;s:31:"entity_translation_upgrade.test";}s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49070 ))
49071 ->values(array(
49072   'filename' => 'sites/all/modules/entity_translation/tests/entity_translation_test.module',
49073   'name' => 'entity_translation_test',
49074   'type' => 'module',
49075   'owner' => '',
49076   'status' => '0',
49077   'bootstrap' => '0',
49078   'schema_version' => '-1',
49079   'weight' => '0',
49080   'info' => 'a:13:{s:4:"name";s:26:"Entity Translation testing";s:11:"description";s:61:"Tests Entity Translation module functionality. Do not enable.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:18:"entity_translation";}s:5:"files";a:1:{i:0;s:30:"entity_translation_test.module";}s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49081 ))
49082 ->values(array(
49083   'filename' => 'sites/all/modules/i18n/i18n.module',
49084   'name' => 'i18n',
49085   'type' => 'module',
49086   'owner' => '',
49087   'status' => '1',
49088   'bootstrap' => '1',
49089   'schema_version' => '7001',
49090   'weight' => '10',
49091   'info' => 'a:13:{s:4:"name";s:20:"Internationalization";s:11:"description";s:49:"Extends Drupal support for multilingual features.";s:12:"dependencies";a:2:{i:0;s:6:"locale";i:1;s:8:"variable";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:15:"i18n_object.inc";i:1;s:9:"i18n.test";}s:9:"configure";s:26:"admin/config/regional/i18n";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49092 ))
49093 ->values(array(
49094   'filename' => 'sites/all/modules/i18n/i18n_block/i18n_block.module',
49095   'name' => 'i18n_block',
49096   'type' => 'module',
49097   'owner' => '',
49098   'status' => '1',
49099   'bootstrap' => '0',
49100   'schema_version' => '7001',
49101   'weight' => '100',
49102   'info' => 'a:12:{s:4:"name";s:15:"Block languages";s:11:"description";s:68:"Enables language selector for blocks and optional block translation.";s:12:"dependencies";a:2:{i:0;s:5:"block";i:1;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:14:"i18n_block.inc";i:1;s:15:"i18n_block.test";}s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747250;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49103 ))
49104 ->values(array(
49105   'filename' => 'sites/all/modules/i18n/i18n_contact/i18n_contact.module',
49106   'name' => 'i18n_contact',
49107   'type' => 'module',
49108   'owner' => '',
49109   'status' => '0',
49110   'bootstrap' => '0',
49111   'schema_version' => '-1',
49112   'weight' => '0',
49113   'info' => 'a:12:{s:4:"name";s:19:"Contact translation";s:11:"description";s:63:"Makes contact categories and replies available for translation.";s:12:"dependencies";a:2:{i:0;s:7:"contact";i:1;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49114 ))
49115 ->values(array(
49116   'filename' => 'sites/all/modules/i18n/i18n_field/i18n_field.module',
49117   'name' => 'i18n_field',
49118   'type' => 'module',
49119   'owner' => '',
49120   'status' => '0',
49121   'bootstrap' => '0',
49122   'schema_version' => '-1',
49123   'weight' => '0',
49124   'info' => 'a:12:{s:4:"name";s:17:"Field translation";s:11:"description";s:26:"Translate field properties";s:12:"dependencies";a:2:{i:0;s:5:"field";i:1;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:14:"i18n_field.inc";i:1;s:15:"i18n_field.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49125 ))
49126 ->values(array(
49127   'filename' => 'sites/all/modules/i18n/i18n_forum/i18n_forum.module',
49128   'name' => 'i18n_forum',
49129   'type' => 'module',
49130   'owner' => '',
49131   'status' => '0',
49132   'bootstrap' => '0',
49133   'schema_version' => '-1',
49134   'weight' => '0',
49135   'info' => 'a:12:{s:4:"name";s:18:"Multilingual forum";s:11:"description";s:60:"Enables multilingual forum, translates names and containers.";s:12:"dependencies";a:3:{i:0;s:5:"forum";i:1;s:13:"i18n_taxonomy";i:2;s:9:"i18n_node";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"i18n_forum.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49136 ))
49137 ->values(array(
49138   'filename' => 'sites/all/modules/i18n/i18n_menu/i18n_menu.module',
49139   'name' => 'i18n_menu',
49140   'type' => 'module',
49141   'owner' => '',
49142   'status' => '0',
49143   'bootstrap' => '0',
49144   'schema_version' => '-1',
49145   'weight' => '0',
49146   'info' => 'a:12:{s:4:"name";s:16:"Menu translation";s:11:"description";s:40:"Supports translatable custom menu items.";s:12:"dependencies";a:4:{i:0;s:4:"i18n";i:1;s:4:"menu";i:2;s:11:"i18n_string";i:3;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:13:"i18n_menu.inc";i:1;s:14:"i18n_menu.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49147 ))
49148 ->values(array(
49149   'filename' => 'sites/all/modules/i18n/i18n_node/i18n_node.module',
49150   'name' => 'i18n_node',
49151   'type' => 'module',
49152   'owner' => '',
49153   'status' => '0',
49154   'bootstrap' => '0',
49155   'schema_version' => '-1',
49156   'weight' => '0',
49157   'info' => 'a:13:{s:4:"name";s:20:"Multilingual content";s:11:"description";s:46:"Extended node options for multilingual content";s:12:"dependencies";a:3:{i:0;s:11:"translation";i:1;s:4:"i18n";i:2;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:9:"configure";s:31:"admin/config/regional/i18n/node";s:5:"files";a:2:{i:0;s:14:"i18n_node.test";i:1;s:22:"i18n_node.variable.inc";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49158 ))
49159 ->values(array(
49160   'filename' => 'sites/all/modules/i18n/i18n_path/i18n_path.module',
49161   'name' => 'i18n_path',
49162   'type' => 'module',
49163   'owner' => '',
49164   'status' => '0',
49165   'bootstrap' => '0',
49166   'schema_version' => '-1',
49167   'weight' => '0',
49168   'info' => 'a:12:{s:4:"name";s:16:"Path translation";s:11:"description";s:37:"Define translations for generic paths";s:12:"dependencies";a:1:{i:0;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:13:"i18n_path.inc";i:1;s:14:"i18n_path.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49169 ))
49170 ->values(array(
49171   'filename' => 'sites/all/modules/i18n/i18n_redirect/i18n_redirect.module',
49172   'name' => 'i18n_redirect',
49173   'type' => 'module',
49174   'owner' => '',
49175   'status' => '0',
49176   'bootstrap' => '0',
49177   'schema_version' => '-1',
49178   'weight' => '0',
49179   'info' => 'a:12:{s:4:"name";s:20:"Translation redirect";s:11:"description";s:71:"Redirect to translated page when available. SEO for multilingual sites.";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49180 ))
49181 ->values(array(
49182   'filename' => 'sites/all/modules/i18n/i18n_select/i18n_select.module',
49183   'name' => 'i18n_select',
49184   'type' => 'module',
49185   'owner' => '',
49186   'status' => '0',
49187   'bootstrap' => '0',
49188   'schema_version' => '-1',
49189   'weight' => '0',
49190   'info' => 'a:13:{s:4:"name";s:19:"Multilingual select";s:11:"description";s:45:"API module for multilingual content selection";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:9:"configure";s:33:"admin/config/regional/i18n/select";s:5:"files";a:1:{i:0;s:16:"i18n_select.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49191 ))
49192 ->values(array(
49193   'filename' => 'sites/all/modules/i18n/i18n_string/i18n_string.module',
49194   'name' => 'i18n_string',
49195   'type' => 'module',
49196   'owner' => '',
49197   'status' => '0',
49198   'bootstrap' => '0',
49199   'schema_version' => '-1',
49200   'weight' => '0',
49201   'info' => 'a:13:{s:4:"name";s:18:"String translation";s:11:"description";s:57:"Provides support for translation of user defined strings.";s:12:"dependencies";a:2:{i:0;s:6:"locale";i:1;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:3:{i:0;s:21:"i18n_string.admin.inc";i:1;s:15:"i18n_string.inc";i:2;s:16:"i18n_string.test";}s:9:"configure";s:34:"admin/config/regional/i18n/strings";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49202 ))
49203 ->values(array(
49204   'filename' => 'sites/all/modules/i18n/i18n_sync/i18n_sync.module',
49205   'name' => 'i18n_sync',
49206   'type' => 'module',
49207   'owner' => '',
49208   'status' => '0',
49209   'bootstrap' => '0',
49210   'schema_version' => '-1',
49211   'weight' => '0',
49212   'info' => 'a:12:{s:4:"name";s:24:"Synchronize translations";s:11:"description";s:73:"Synchronizes taxonomy and fields across translations of the same content.";s:12:"dependencies";a:2:{i:0;s:4:"i18n";i:1;s:11:"translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:5:{i:0;s:16:"i18n_sync.module";i:1;s:17:"i18n_sync.install";i:2;s:20:"i18n_sync.module.inc";i:3;s:18:"i18n_sync.node.inc";i:4;s:14:"i18n_sync.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49213 ))
49214 ->values(array(
49215   'filename' => 'sites/all/modules/i18n/i18n_taxonomy/i18n_taxonomy.module',
49216   'name' => 'i18n_taxonomy',
49217   'type' => 'module',
49218   'owner' => '',
49219   'status' => '0',
49220   'bootstrap' => '0',
49221   'schema_version' => '-1',
49222   'weight' => '0',
49223   'info' => 'a:12:{s:4:"name";s:20:"Taxonomy translation";s:11:"description";s:30:"Enables multilingual taxonomy.";s:12:"dependencies";a:3:{i:0;s:8:"taxonomy";i:1;s:11:"i18n_string";i:2;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:4:{i:0;s:17:"i18n_taxonomy.inc";i:1;s:23:"i18n_taxonomy.pages.inc";i:2;s:23:"i18n_taxonomy.admin.inc";i:3;s:18:"i18n_taxonomy.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49224 ))
49225 ->values(array(
49226   'filename' => 'sites/all/modules/i18n/i18n_translation/i18n_translation.module',
49227   'name' => 'i18n_translation',
49228   'type' => 'module',
49229   'owner' => '',
49230   'status' => '0',
49231   'bootstrap' => '0',
49232   'schema_version' => '-1',
49233   'weight' => '0',
49234   'info' => 'a:12:{s:4:"name";s:16:"Translation sets";s:11:"description";s:47:"Simple translation sets API for generic objects";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:20:"i18n_translation.inc";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49235 ))
49236 ->values(array(
49237   'filename' => 'sites/all/modules/i18n/i18n_user/i18n_user.module',
49238   'name' => 'i18n_user',
49239   'type' => 'module',
49240   'owner' => '',
49241   'status' => '0',
49242   'bootstrap' => '0',
49243   'schema_version' => '-1',
49244   'weight' => '0',
49245   'info' => 'a:12:{s:4:"name";s:21:"User mail translation";s:11:"description";s:43:"Translate emails sent from the User module.";s:4:"core";s:3:"7.x";s:7:"package";s:35:"Multilingual - Internationalization";s:12:"dependencies";a:1:{i:0;s:13:"i18n_variable";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49246 ))
49247 ->values(array(
49248   'filename' => 'sites/all/modules/i18n/i18n_variable/i18n_variable.module',
49249   'name' => 'i18n_variable',
49250   'type' => 'module',
49251   'owner' => '',
49252   'status' => '1',
49253   'bootstrap' => '1',
49254   'schema_version' => '7004',
49255   'weight' => '-900',
49256   'info' => 'a:13:{s:4:"name";s:20:"Variable translation";s:11:"description";s:71:"Multilingual variables that switch language depending on page language.";s:12:"dependencies";a:3:{i:0;s:4:"i18n";i:1;s:24:"variable_store (7.x-2.x)";i:2;s:24:"variable_realm (7.x-2.x)";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:9:"configure";s:35:"admin/config/regional/i18n/variable";s:5:"files";a:2:{i:0;s:23:"i18n_variable.class.inc";i:1;s:18:"i18n_variable.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49257 ))
49258 ->values(array(
49259   'filename' => 'sites/all/modules/i18n/tests/i18n_test.module',
49260   'name' => 'i18n_test',
49261   'type' => 'module',
49262   'owner' => '',
49263   'status' => '0',
49264   'bootstrap' => '0',
49265   'schema_version' => '-1',
49266   'weight' => '0',
49267   'info' => 'a:13:{s:4:"name";s:26:"Internationalization tests";s:11:"description";s:55:"Helper module for testing i18n (do not enable manually)";s:12:"dependencies";a:3:{i:0;s:6:"locale";i:1;s:11:"translation";i:2;s:4:"i18n";}s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49268 ))
49269 ->values(array(
49270   'filename' => 'sites/all/modules/link/link.module',
49271   'name' => 'link',
49272   'type' => 'module',
49273   'owner' => '',
49274   'status' => '1',
49275   'bootstrap' => '0',
49276   'schema_version' => '7001',
49277   'weight' => '0',
49278   'info' => 'a:14:{s:4:"name";s:4:"Link";s:11:"description";s:32:"Defines simple link field types.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:5:"files";a:10:{i:0;s:11:"link.module";i:1;s:16:"link.migrate.inc";i:2;s:15:"tests/link.test";i:3;s:25:"tests/link.attribute.test";i:4;s:20:"tests/link.crud.test";i:5;s:28:"tests/link.crud_browser.test";i:6;s:21:"tests/link.token.test";i:7;s:24:"tests/link.validate.test";i:8;s:44:"views/link_views_handler_argument_target.inc";i:9;s:44:"views/link_views_handler_filter_protocol.inc";}s:7:"version";s:7:"7.x-1.3";s:7:"project";s:4:"link";s:9:"datestamp";s:10:"1413924830";s:5:"mtime";i:1413924830;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
49279 ))
49280 ->values(array(
49281   'filename' => 'sites/all/modules/phone/phone.module',
49282   'name' => 'phone',
49283   'type' => 'module',
49284   'owner' => '',
49285   'status' => '1',
49286   'bootstrap' => '0',
49287   'schema_version' => '0',
49288   'weight' => '0',
49289   'info' => 'a:14:{s:4:"name";s:5:"Phone";s:11:"description";s:80:"The phone module allows administrators to define a field type for phone numbers.";s:7:"package";s:6:"Fields";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:30:{i:0;s:17:"phone.migrate.inc";i:1;s:19:"tests/phone.au.test";i:2;s:19:"tests/phone.be.test";i:3;s:19:"tests/phone.br.test";i:4;s:19:"tests/phone.ca.test";i:5;s:19:"tests/phone.ch.test";i:6;s:19:"tests/phone.cl.test";i:7;s:19:"tests/phone.cn.test";i:8;s:19:"tests/phone.cr.test";i:9;s:19:"tests/phone.cs.test";i:10;s:19:"tests/phone.eg.test";i:11;s:19:"tests/phone.es.test";i:12;s:19:"tests/phone.fr.test";i:13;s:19:"tests/phone.hu.test";i:14;s:19:"tests/phone.il.test";i:15;s:20:"tests/phone.int.test";i:16;s:19:"tests/phone.it.test";i:17;s:19:"tests/phone.jo.test";i:18;s:19:"tests/phone.nl.test";i:19;s:19:"tests/phone.nz.test";i:20;s:19:"tests/phone.pa.test";i:21;s:19:"tests/phone.ph.test";i:22;s:19:"tests/phone.pk.test";i:23;s:19:"tests/phone.pl.test";i:24;s:19:"tests/phone.ru.test";i:25;s:19:"tests/phone.se.test";i:26;s:19:"tests/phone.sg.test";i:27;s:19:"tests/phone.ua.test";i:28;s:19:"tests/phone.uk.test";i:29;s:19:"tests/phone.za.test";}s:4:"core";s:3:"7.x";s:7:"version";s:13:"7.x-1.0-beta1";s:7:"project";s:5:"phone";s:9:"datestamp";s:10:"1389732224";s:5:"mtime";i:1389732224;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
49290 ))
49291 ->values(array(
49292   'filename' => 'sites/all/modules/title/title.module',
49293   'name' => 'title',
49294   'type' => 'module',
49295   'owner' => '',
49296   'status' => '1',
49297   'bootstrap' => '0',
49298   'schema_version' => '7002',
49299   'weight' => '100',
49300   'info' => 'a:13:{s:4:"name";s:5:"Title";s:11:"description";s:50:"Replaces entity legacy fields with regular fields.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:9:"configure";s:26:"admin/config/content/title";s:12:"dependencies";a:1:{i:0;s:14:"system (>7.14)";}s:5:"files";a:3:{i:0;s:12:"title.module";i:1;s:35:"views/views_handler_title_field.inc";i:2;s:16:"tests/title.test";}s:7:"version";s:14:"7.x-1.0-alpha9";s:7:"project";s:5:"title";s:9:"datestamp";s:10:"1484302985";s:5:"mtime";i:1484302985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49301 ))
49302 ->values(array(
49303   'filename' => 'sites/all/modules/variable/variable.module',
49304   'name' => 'variable',
49305   'type' => 'module',
49306   'owner' => '',
49307   'status' => '1',
49308   'bootstrap' => '1',
49309   'schema_version' => '0',
49310   'weight' => '0',
49311   'info' => 'a:12:{s:4:"name";s:8:"Variable";s:11:"description";s:43:"Variable Information and basic variable API";s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:5:"files";a:9:{i:0;s:27:"includes/forum.variable.inc";i:1;s:28:"includes/locale.variable.inc";i:2;s:26:"includes/menu.variable.inc";i:3;s:26:"includes/node.variable.inc";i:4;s:28:"includes/system.variable.inc";i:5;s:30:"includes/taxonomy.variable.inc";i:6;s:33:"includes/translation.variable.inc";i:7;s:26:"includes/user.variable.inc";i:8;s:13:"variable.test";}s:7:"version";s:7:"7.x-2.5";s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49312 ))
49313 ->values(array(
49314   'filename' => 'sites/all/modules/variable/variable_admin/variable_admin.module',
49315   'name' => 'variable_admin',
49316   'type' => 'module',
49317   'owner' => '',
49318   'status' => '0',
49319   'bootstrap' => '0',
49320   'schema_version' => '-1',
49321   'weight' => '0',
49322   'info' => 'a:12:{s:4:"name";s:14:"Variable admin";s:11:"description";s:26:"Variable Administration UI";s:12:"dependencies";a:1:{i:0;s:8:"variable";}s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:7:"version";s:7:"7.x-2.5";s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49323 ))
49324 ->values(array(
49325   'filename' => 'sites/all/modules/variable/variable_example/variable_example.module',
49326   'name' => 'variable_example',
49327   'type' => 'module',
49328   'owner' => '',
49329   'status' => '0',
49330   'bootstrap' => '0',
49331   'schema_version' => '-1',
49332   'weight' => '0',
49333   'info' => 'a:12:{s:4:"name";s:16:"Variable example";s:11:"description";s:83:"An example module showing how to use the Variable API and providing some variables.";s:12:"dependencies";a:2:{i:0;s:8:"variable";i:1;s:14:"variable_store";}s:7:"package";s:15:"Example modules";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:29:"variable_example.variable.inc";}s:7:"version";s:7:"7.x-2.5";s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49334 ))
49335 ->values(array(
49336   'filename' => 'sites/all/modules/variable/variable_realm/variable_realm.module',
49337   'name' => 'variable_realm',
49338   'type' => 'module',
49339   'owner' => '',
49340   'status' => '1',
49341   'bootstrap' => '1',
49342   'schema_version' => '7000',
49343   'weight' => '-1000',
49344   'info' => 'a:12:{s:4:"name";s:14:"Variable realm";s:11:"description";s:49:"API to use variable realms from different modules";s:12:"dependencies";a:1:{i:0;s:8:"variable";}s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:7:"version";s:7:"7.x-2.5";s:5:"files";a:2:{i:0;s:24:"variable_realm.class.inc";i:1;s:30:"variable_realm_union.class.inc";}s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49345 ))
49346 ->values(array(
49347   'filename' => 'sites/all/modules/variable/variable_store/variable_store.module',
49348   'name' => 'variable_store',
49349   'type' => 'module',
49350   'owner' => '',
49351   'status' => '1',
49352   'bootstrap' => '1',
49353   'schema_version' => '7000',
49354   'weight' => '-1000',
49355   'info' => 'a:12:{s:4:"name";s:14:"Variable store";s:11:"description";s:60:"Database storage for variable realms. This is an API module.";s:12:"dependencies";a:1:{i:0;s:8:"variable";}s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:7:"version";s:7:"7.x-2.5";s:5:"files";a:2:{i:0;s:24:"variable_store.class.inc";i:1;s:19:"variable_store.test";}s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49356 ))
49357 ->values(array(
49358   'filename' => 'sites/all/modules/variable/variable_views/variable_views.module',
49359   'name' => 'variable_views',
49360   'type' => 'module',
49361   'owner' => '',
49362   'status' => '0',
49363   'bootstrap' => '0',
49364   'schema_version' => '-1',
49365   'weight' => '0',
49366   'info' => 'a:12:{s:4:"name";s:14:"Variable views";s:11:"description";s:78:"Provides views integration for variable, included a default variable argument.";s:12:"dependencies";a:2:{i:0;s:8:"variable";i:1;s:5:"views";}s:7:"package";s:8:"Variable";s:4:"core";s:3:"7.x";s:5:"files";a:3:{i:0;s:51:"includes/views_plugin_argument_default_variable.inc";i:1;s:47:"includes/views_handler_field_variable_title.inc";i:2;s:47:"includes/views_handler_field_variable_value.inc";}s:7:"version";s:7:"7.x-2.5";s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:5:"mtime";i:1398250128;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49367 ))
49368 ->values(array(
49369   'filename' => 'sites/all/modules/views/tests/views_test.module',
49370   'name' => 'views_test',
49371   'type' => 'module',
49372   'owner' => '',
49373   'status' => '0',
49374   'bootstrap' => '0',
49375   'schema_version' => '-1',
49376   'weight' => '0',
49377   'info' => 'a:13:{s:4:"name";s:10:"Views Test";s:11:"description";s:22:"Test module for Views.";s:7:"package";s:5:"Views";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:6:"hidden";b:1;s:7:"version";s:8:"7.x-3.20";s:7:"project";s:5:"views";s:9:"datestamp";s:10:"1523668093";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
49378 ))
49379 ->values(array(
49380   'filename' => 'sites/all/modules/views/views.module',
49381   'name' => 'views',
49382   'type' => 'module',
49383   'owner' => '',
49384   'status' => '0',
49385   'bootstrap' => '0',
49386   'schema_version' => '7301',
49387   'weight' => '10',
49388   'info' => 'a:13:{s:4:"name";s:5:"Views";s:11:"description";s:55:"Create customized lists and queries from your database.";s:7:"package";s:5:"Views";s:4:"core";s:3:"7.x";s:3:"php";s:3:"5.2";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:13:"css/views.css";s:37:"sites/all/modules/views/css/views.css";}}s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:5:"files";a:297:{i:0;s:31:"handlers/views_handler_area.inc";i:1;s:38:"handlers/views_handler_area_result.inc";i:2;s:36:"handlers/views_handler_area_text.inc";i:3;s:43:"handlers/views_handler_area_text_custom.inc";i:4;s:36:"handlers/views_handler_area_view.inc";i:5;s:35:"handlers/views_handler_argument.inc";i:6;s:40:"handlers/views_handler_argument_date.inc";i:7;s:43:"handlers/views_handler_argument_formula.inc";i:8;s:47:"handlers/views_handler_argument_many_to_one.inc";i:9;s:40:"handlers/views_handler_argument_null.inc";i:10;s:43:"handlers/views_handler_argument_numeric.inc";i:11;s:42:"handlers/views_handler_argument_string.inc";i:12;s:52:"handlers/views_handler_argument_group_by_numeric.inc";i:13;s:32:"handlers/views_handler_field.inc";i:14;s:40:"handlers/views_handler_field_counter.inc";i:15;s:40:"handlers/views_handler_field_boolean.inc";i:16;s:49:"handlers/views_handler_field_contextual_links.inc";i:17;s:39:"handlers/views_handler_field_custom.inc";i:18;s:37:"handlers/views_handler_field_date.inc";i:19;s:39:"handlers/views_handler_field_entity.inc";i:20;s:39:"handlers/views_handler_field_markup.inc";i:21;s:37:"handlers/views_handler_field_math.inc";i:22;s:40:"handlers/views_handler_field_numeric.inc";i:23;s:47:"handlers/views_handler_field_prerender_list.inc";i:24;s:46:"handlers/views_handler_field_time_interval.inc";i:25;s:43:"handlers/views_handler_field_serialized.inc";i:26;s:45:"handlers/views_handler_field_machine_name.inc";i:27;s:36:"handlers/views_handler_field_url.inc";i:28;s:33:"handlers/views_handler_filter.inc";i:29;s:50:"handlers/views_handler_filter_boolean_operator.inc";i:30;s:57:"handlers/views_handler_filter_boolean_operator_string.inc";i:31;s:41:"handlers/views_handler_filter_combine.inc";i:32;s:38:"handlers/views_handler_filter_date.inc";i:33;s:42:"handlers/views_handler_filter_equality.inc";i:34;s:47:"handlers/views_handler_filter_entity_bundle.inc";i:35;s:50:"handlers/views_handler_filter_group_by_numeric.inc";i:36;s:45:"handlers/views_handler_filter_in_operator.inc";i:37;s:45:"handlers/views_handler_filter_many_to_one.inc";i:38;s:41:"handlers/views_handler_filter_numeric.inc";i:39;s:40:"handlers/views_handler_filter_string.inc";i:40;s:39:"handlers/views_handler_relationship.inc";i:41;s:53:"handlers/views_handler_relationship_groupwise_max.inc";i:42;s:31:"handlers/views_handler_sort.inc";i:43;s:36:"handlers/views_handler_sort_date.inc";i:44;s:39:"handlers/views_handler_sort_formula.inc";i:45;s:48:"handlers/views_handler_sort_group_by_numeric.inc";i:46;s:46:"handlers/views_handler_sort_menu_hierarchy.inc";i:47;s:38:"handlers/views_handler_sort_random.inc";i:48;s:17:"includes/base.inc";i:49;s:21:"includes/handlers.inc";i:50;s:20:"includes/plugins.inc";i:51;s:17:"includes/view.inc";i:52;s:60:"modules/aggregator/views_handler_argument_aggregator_fid.inc";i:53;s:60:"modules/aggregator/views_handler_argument_aggregator_iid.inc";i:54;s:69:"modules/aggregator/views_handler_argument_aggregator_category_cid.inc";i:55;s:64:"modules/aggregator/views_handler_field_aggregator_title_link.inc";i:56;s:62:"modules/aggregator/views_handler_field_aggregator_category.inc";i:57;s:70:"modules/aggregator/views_handler_field_aggregator_item_description.inc";i:58;s:57:"modules/aggregator/views_handler_field_aggregator_xss.inc";i:59;s:67:"modules/aggregator/views_handler_filter_aggregator_category_cid.inc";i:60;s:54:"modules/aggregator/views_plugin_row_aggregator_rss.inc";i:61;s:56:"modules/book/views_plugin_argument_default_book_root.inc";i:62;s:59:"modules/comment/views_handler_argument_comment_user_uid.inc";i:63;s:47:"modules/comment/views_handler_field_comment.inc";i:64;s:53:"modules/comment/views_handler_field_comment_depth.inc";i:65;s:52:"modules/comment/views_handler_field_comment_link.inc";i:66;s:60:"modules/comment/views_handler_field_comment_link_approve.inc";i:67;s:59:"modules/comment/views_handler_field_comment_link_delete.inc";i:68;s:57:"modules/comment/views_handler_field_comment_link_edit.inc";i:69;s:58:"modules/comment/views_handler_field_comment_link_reply.inc";i:70;s:57:"modules/comment/views_handler_field_comment_node_link.inc";i:71;s:56:"modules/comment/views_handler_field_comment_username.inc";i:72;s:61:"modules/comment/views_handler_field_ncs_last_comment_name.inc";i:73;s:56:"modules/comment/views_handler_field_ncs_last_updated.inc";i:74;s:52:"modules/comment/views_handler_field_node_comment.inc";i:75;s:57:"modules/comment/views_handler_field_node_new_comments.inc";i:76;s:62:"modules/comment/views_handler_field_last_comment_timestamp.inc";i:77;s:57:"modules/comment/views_handler_filter_comment_user_uid.inc";i:78;s:57:"modules/comment/views_handler_filter_ncs_last_updated.inc";i:79;s:53:"modules/comment/views_handler_filter_node_comment.inc";i:80;s:53:"modules/comment/views_handler_sort_comment_thread.inc";i:81;s:60:"modules/comment/views_handler_sort_ncs_last_comment_name.inc";i:82;s:55:"modules/comment/views_handler_sort_ncs_last_updated.inc";i:83;s:48:"modules/comment/views_plugin_row_comment_rss.inc";i:84;s:49:"modules/comment/views_plugin_row_comment_view.inc";i:85;s:52:"modules/contact/views_handler_field_contact_link.inc";i:86;s:43:"modules/field/views_handler_field_field.inc";i:87;s:59:"modules/field/views_handler_relationship_entity_reverse.inc";i:88;s:51:"modules/field/views_handler_argument_field_list.inc";i:89;s:58:"modules/field/views_handler_argument_field_list_string.inc";i:90;s:49:"modules/field/views_handler_filter_field_list.inc";i:91;s:57:"modules/filter/views_handler_field_filter_format_name.inc";i:92;s:52:"modules/locale/views_handler_field_node_language.inc";i:93;s:53:"modules/locale/views_handler_filter_node_language.inc";i:94;s:54:"modules/locale/views_handler_argument_locale_group.inc";i:95;s:57:"modules/locale/views_handler_argument_locale_language.inc";i:96;s:51:"modules/locale/views_handler_field_locale_group.inc";i:97;s:54:"modules/locale/views_handler_field_locale_language.inc";i:98;s:55:"modules/locale/views_handler_field_locale_link_edit.inc";i:99;s:52:"modules/locale/views_handler_filter_locale_group.inc";i:100;s:55:"modules/locale/views_handler_filter_locale_language.inc";i:101;s:54:"modules/locale/views_handler_filter_locale_version.inc";i:102;s:53:"modules/node/views_handler_argument_dates_various.inc";i:103;s:53:"modules/node/views_handler_argument_node_language.inc";i:104;s:48:"modules/node/views_handler_argument_node_nid.inc";i:105;s:49:"modules/node/views_handler_argument_node_type.inc";i:106;s:48:"modules/node/views_handler_argument_node_vid.inc";i:107;s:57:"modules/node/views_handler_argument_node_uid_revision.inc";i:108;s:59:"modules/node/views_handler_field_history_user_timestamp.inc";i:109;s:41:"modules/node/views_handler_field_node.inc";i:110;s:46:"modules/node/views_handler_field_node_link.inc";i:111;s:53:"modules/node/views_handler_field_node_link_delete.inc";i:112;s:51:"modules/node/views_handler_field_node_link_edit.inc";i:113;s:50:"modules/node/views_handler_field_node_revision.inc";i:114;s:55:"modules/node/views_handler_field_node_revision_link.inc";i:115;s:62:"modules/node/views_handler_field_node_revision_link_delete.inc";i:116;s:62:"modules/node/views_handler_field_node_revision_link_revert.inc";i:117;s:46:"modules/node/views_handler_field_node_path.inc";i:118;s:46:"modules/node/views_handler_field_node_type.inc";i:119;s:60:"modules/node/views_handler_filter_history_user_timestamp.inc";i:120;s:49:"modules/node/views_handler_filter_node_access.inc";i:121;s:49:"modules/node/views_handler_filter_node_status.inc";i:122;s:47:"modules/node/views_handler_filter_node_type.inc";i:123;s:55:"modules/node/views_handler_filter_node_uid_revision.inc";i:124;s:51:"modules/node/views_plugin_argument_default_node.inc";i:125;s:52:"modules/node/views_plugin_argument_validate_node.inc";i:126;s:42:"modules/node/views_plugin_row_node_rss.inc";i:127;s:43:"modules/node/views_plugin_row_node_view.inc";i:128;s:52:"modules/profile/views_handler_field_profile_date.inc";i:129;s:52:"modules/profile/views_handler_field_profile_list.inc";i:130;s:58:"modules/profile/views_handler_filter_profile_selection.inc";i:131;s:48:"modules/search/views_handler_argument_search.inc";i:132;s:51:"modules/search/views_handler_field_search_score.inc";i:133;s:46:"modules/search/views_handler_filter_search.inc";i:134;s:50:"modules/search/views_handler_sort_search_score.inc";i:135;s:47:"modules/search/views_plugin_row_search_view.inc";i:136;s:57:"modules/statistics/views_handler_field_accesslog_path.inc";i:137;s:50:"modules/system/views_handler_argument_file_fid.inc";i:138;s:43:"modules/system/views_handler_field_file.inc";i:139;s:53:"modules/system/views_handler_field_file_extension.inc";i:140;s:52:"modules/system/views_handler_field_file_filemime.inc";i:141;s:47:"modules/system/views_handler_field_file_uri.inc";i:142;s:50:"modules/system/views_handler_field_file_status.inc";i:143;s:51:"modules/system/views_handler_filter_file_status.inc";i:144;s:52:"modules/taxonomy/views_handler_argument_taxonomy.inc";i:145;s:57:"modules/taxonomy/views_handler_argument_term_node_tid.inc";i:146;s:63:"modules/taxonomy/views_handler_argument_term_node_tid_depth.inc";i:147;s:72:"modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc";i:148;s:58:"modules/taxonomy/views_handler_argument_vocabulary_vid.inc";i:149;s:67:"modules/taxonomy/views_handler_argument_vocabulary_machine_name.inc";i:150;s:49:"modules/taxonomy/views_handler_field_taxonomy.inc";i:151;s:54:"modules/taxonomy/views_handler_field_term_node_tid.inc";i:152;s:55:"modules/taxonomy/views_handler_field_term_link_edit.inc";i:153;s:55:"modules/taxonomy/views_handler_filter_term_node_tid.inc";i:154;s:61:"modules/taxonomy/views_handler_filter_term_node_tid_depth.inc";i:155;s:56:"modules/taxonomy/views_handler_filter_vocabulary_vid.inc";i:156;s:65:"modules/taxonomy/views_handler_filter_vocabulary_machine_name.inc";i:157;s:62:"modules/taxonomy/views_handler_relationship_node_term_data.inc";i:158;s:65:"modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc";i:159;s:63:"modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc";i:160;s:67:"modules/tracker/views_handler_argument_tracker_comment_user_uid.inc";i:161;s:65:"modules/tracker/views_handler_filter_tracker_comment_user_uid.inc";i:162;s:65:"modules/tracker/views_handler_filter_tracker_boolean_operator.inc";i:163;s:51:"modules/system/views_handler_filter_system_type.inc";i:164;s:56:"modules/translation/views_handler_argument_node_tnid.inc";i:165;s:63:"modules/translation/views_handler_field_node_link_translate.inc";i:166;s:65:"modules/translation/views_handler_field_node_translation_link.inc";i:167;s:54:"modules/translation/views_handler_filter_node_tnid.inc";i:168;s:60:"modules/translation/views_handler_filter_node_tnid_child.inc";i:169;s:62:"modules/translation/views_handler_relationship_translation.inc";i:170;s:48:"modules/user/views_handler_argument_user_uid.inc";i:171;s:55:"modules/user/views_handler_argument_users_roles_rid.inc";i:172;s:41:"modules/user/views_handler_field_user.inc";i:173;s:50:"modules/user/views_handler_field_user_language.inc";i:174;s:46:"modules/user/views_handler_field_user_link.inc";i:175;s:53:"modules/user/views_handler_field_user_link_cancel.inc";i:176;s:51:"modules/user/views_handler_field_user_link_edit.inc";i:177;s:46:"modules/user/views_handler_field_user_mail.inc";i:178;s:46:"modules/user/views_handler_field_user_name.inc";i:179;s:53:"modules/user/views_handler_field_user_permissions.inc";i:180;s:49:"modules/user/views_handler_field_user_picture.inc";i:181;s:47:"modules/user/views_handler_field_user_roles.inc";i:182;s:50:"modules/user/views_handler_filter_user_current.inc";i:183;s:47:"modules/user/views_handler_filter_user_name.inc";i:184;s:54:"modules/user/views_handler_filter_user_permissions.inc";i:185;s:48:"modules/user/views_handler_filter_user_roles.inc";i:186;s:59:"modules/user/views_plugin_argument_default_current_user.inc";i:187;s:51:"modules/user/views_plugin_argument_default_user.inc";i:188;s:52:"modules/user/views_plugin_argument_validate_user.inc";i:189;s:43:"modules/user/views_plugin_row_user_view.inc";i:190;s:31:"plugins/views_plugin_access.inc";i:191;s:36:"plugins/views_plugin_access_none.inc";i:192;s:36:"plugins/views_plugin_access_perm.inc";i:193;s:36:"plugins/views_plugin_access_role.inc";i:194;s:41:"plugins/views_plugin_argument_default.inc";i:195;s:45:"plugins/views_plugin_argument_default_php.inc";i:196;s:47:"plugins/views_plugin_argument_default_fixed.inc";i:197;s:45:"plugins/views_plugin_argument_default_raw.inc";i:198;s:42:"plugins/views_plugin_argument_validate.inc";i:199;s:50:"plugins/views_plugin_argument_validate_numeric.inc";i:200;s:46:"plugins/views_plugin_argument_validate_php.inc";i:201;s:30:"plugins/views_plugin_cache.inc";i:202;s:35:"plugins/views_plugin_cache_none.inc";i:203;s:35:"plugins/views_plugin_cache_time.inc";i:204;s:32:"plugins/views_plugin_display.inc";i:205;s:43:"plugins/views_plugin_display_attachment.inc";i:206;s:38:"plugins/views_plugin_display_block.inc";i:207;s:40:"plugins/views_plugin_display_default.inc";i:208;s:38:"plugins/views_plugin_display_embed.inc";i:209;s:41:"plugins/views_plugin_display_extender.inc";i:210;s:37:"plugins/views_plugin_display_feed.inc";i:211;s:37:"plugins/views_plugin_display_page.inc";i:212;s:43:"plugins/views_plugin_exposed_form_basic.inc";i:213;s:37:"plugins/views_plugin_exposed_form.inc";i:214;s:52:"plugins/views_plugin_exposed_form_input_required.inc";i:215;s:42:"plugins/views_plugin_localization_core.inc";i:216;s:37:"plugins/views_plugin_localization.inc";i:217;s:42:"plugins/views_plugin_localization_none.inc";i:218;s:30:"plugins/views_plugin_pager.inc";i:219;s:35:"plugins/views_plugin_pager_full.inc";i:220;s:35:"plugins/views_plugin_pager_mini.inc";i:221;s:35:"plugins/views_plugin_pager_none.inc";i:222;s:35:"plugins/views_plugin_pager_some.inc";i:223;s:30:"plugins/views_plugin_query.inc";i:224;s:38:"plugins/views_plugin_query_default.inc";i:225;s:28:"plugins/views_plugin_row.inc";i:226;s:35:"plugins/views_plugin_row_fields.inc";i:227;s:39:"plugins/views_plugin_row_rss_fields.inc";i:228;s:30:"plugins/views_plugin_style.inc";i:229;s:38:"plugins/views_plugin_style_default.inc";i:230;s:35:"plugins/views_plugin_style_grid.inc";i:231;s:35:"plugins/views_plugin_style_list.inc";i:232;s:40:"plugins/views_plugin_style_jump_menu.inc";i:233;s:38:"plugins/views_plugin_style_mapping.inc";i:234;s:34:"plugins/views_plugin_style_rss.inc";i:235;s:38:"plugins/views_plugin_style_summary.inc";i:236;s:48:"plugins/views_plugin_style_summary_jump_menu.inc";i:237;s:50:"plugins/views_plugin_style_summary_unformatted.inc";i:238;s:36:"plugins/views_plugin_style_table.inc";i:239;s:43:"tests/handlers/views_handler_area_text.test";i:240;s:47:"tests/handlers/views_handler_argument_null.test";i:241;s:49:"tests/handlers/views_handler_argument_string.test";i:242;s:39:"tests/handlers/views_handler_field.test";i:243;s:47:"tests/handlers/views_handler_field_boolean.test";i:244;s:46:"tests/handlers/views_handler_field_custom.test";i:245;s:47:"tests/handlers/views_handler_field_counter.test";i:246;s:44:"tests/handlers/views_handler_field_date.test";i:247;s:49:"tests/handlers/views_handler_field_file_size.test";i:248;s:44:"tests/handlers/views_handler_field_math.test";i:249;s:43:"tests/handlers/views_handler_field_url.test";i:250;s:43:"tests/handlers/views_handler_field_xss.test";i:251;s:48:"tests/handlers/views_handler_filter_combine.test";i:252;s:45:"tests/handlers/views_handler_filter_date.test";i:253;s:49:"tests/handlers/views_handler_filter_equality.test";i:254;s:52:"tests/handlers/views_handler_filter_in_operator.test";i:255;s:48:"tests/handlers/views_handler_filter_numeric.test";i:256;s:47:"tests/handlers/views_handler_filter_string.test";i:257;s:45:"tests/handlers/views_handler_sort_random.test";i:258;s:43:"tests/handlers/views_handler_sort_date.test";i:259;s:38:"tests/handlers/views_handler_sort.test";i:260;s:60:"tests/test_plugins/views_test_plugin_access_test_dynamic.inc";i:261;s:59:"tests/test_plugins/views_test_plugin_access_test_static.inc";i:262;s:59:"tests/test_plugins/views_test_plugin_style_test_mapping.inc";i:263;s:39:"tests/plugins/views_plugin_display.test";i:264;s:46:"tests/styles/views_plugin_style_jump_menu.test";i:265;s:36:"tests/styles/views_plugin_style.test";i:266;s:41:"tests/styles/views_plugin_style_base.test";i:267;s:44:"tests/styles/views_plugin_style_mapping.test";i:268;s:48:"tests/styles/views_plugin_style_unformatted.test";i:269;s:23:"tests/views_access.test";i:270;s:24:"tests/views_analyze.test";i:271;s:22:"tests/views_basic.test";i:272;s:33:"tests/views_argument_default.test";i:273;s:35:"tests/views_argument_validator.test";i:274;s:29:"tests/views_exposed_form.test";i:275;s:31:"tests/field/views_fieldapi.test";i:276;s:25:"tests/views_glossary.test";i:277;s:24:"tests/views_groupby.test";i:278;s:25:"tests/views_handlers.test";i:279;s:23:"tests/views_module.test";i:280;s:22:"tests/views_pager.test";i:281;s:40:"tests/views_plugin_localization_test.inc";i:282;s:29:"tests/views_translatable.test";i:283;s:22:"tests/views_query.test";i:284;s:24:"tests/views_upgrade.test";i:285;s:34:"tests/views_test.views_default.inc";i:286;s:58:"tests/comment/views_handler_argument_comment_user_uid.test";i:287;s:56:"tests/comment/views_handler_filter_comment_user_uid.test";i:288;s:45:"tests/node/views_node_revision_relations.test";i:289;s:61:"tests/taxonomy/views_handler_relationship_node_term_data.test";i:290;s:45:"tests/user/views_handler_field_user_name.test";i:291;s:43:"tests/user/views_user_argument_default.test";i:292;s:44:"tests/user/views_user_argument_validate.test";i:293;s:26:"tests/user/views_user.test";i:294;s:22:"tests/views_cache.test";i:295;s:21:"tests/views_view.test";i:296;s:19:"tests/views_ui.test";}s:7:"version";s:7:"7.x-3.7";s:7:"project";s:5:"views";s:9:"datestamp";s:10:"1365499236";s:5:"mtime";i:1365499236;s:9:"bootstrap";i:0;}',
49389 ))
49390 ->values(array(
49391   'filename' => 'sites/all/modules/views/views_ui.module',
49392   'name' => 'views_ui',
49393   'type' => 'module',
49394   'owner' => '',
49395   'status' => '0',
49396   'bootstrap' => '0',
49397   'schema_version' => '0',
49398   'weight' => '0',
49399   'info' => 'a:13:{s:4:"name";s:8:"Views UI";s:11:"description";s:93:"Administrative interface to views. Without this module, you cannot create or edit your views.";s:7:"package";s:5:"Views";s:4:"core";s:3:"7.x";s:9:"configure";s:21:"admin/structure/views";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:5:"files";a:2:{i:0;s:15:"views_ui.module";i:1;s:57:"plugins/views_wizard/views_ui_base_views_wizard.class.php";}s:7:"version";s:7:"7.x-3.7";s:7:"project";s:5:"views";s:9:"datestamp";s:10:"1365499236";s:5:"mtime";i:1365499236;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
49400 ))
49401 ->values(array(
49402   'filename' => 'themes/bartik/bartik.info',
49403   'name' => 'bartik',
49404   'type' => 'theme',
49405   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
49406   'status' => '1',
49407   'bootstrap' => '0',
49408   'schema_version' => '-1',
49409   'weight' => '0',
49410   '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";}}',
49411 ))
49412 ->values(array(
49413   'filename' => 'themes/garland/garland.info',
49414   'name' => 'garland',
49415   'type' => 'theme',
49416   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
49417   'status' => '0',
49418   'bootstrap' => '0',
49419   'schema_version' => '-1',
49420   'weight' => '0',
49421   '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";}}',
49422 ))
49423 ->values(array(
49424   'filename' => 'themes/seven/seven.info',
49425   'name' => 'seven',
49426   'type' => 'theme',
49427   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
49428   'status' => '1',
49429   'bootstrap' => '0',
49430   'schema_version' => '-1',
49431   'weight' => '0',
49432   '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";}}',
49433 ))
49434 ->values(array(
49435   'filename' => 'themes/stark/stark.info',
49436   'name' => 'stark',
49437   'type' => 'theme',
49438   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
49439   'status' => '0',
49440   'bootstrap' => '0',
49441   'schema_version' => '-1',
49442   'weight' => '0',
49443   '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\";}}",
49444 ))
49445 ->execute();
49446
49447 $connection->schema()->createTable('taxonomy_index', array(
49448   'fields' => array(
49449     'nid' => array(
49450       'type' => 'int',
49451       'not null' => TRUE,
49452       'size' => 'normal',
49453       'default' => '0',
49454       'unsigned' => TRUE,
49455     ),
49456     'tid' => array(
49457       'type' => 'int',
49458       'not null' => TRUE,
49459       'size' => 'normal',
49460       'default' => '0',
49461       'unsigned' => TRUE,
49462     ),
49463     'sticky' => array(
49464       'type' => 'int',
49465       'not null' => FALSE,
49466       'size' => 'normal',
49467       'default' => '0',
49468     ),
49469     'created' => array(
49470       'type' => 'int',
49471       'not null' => TRUE,
49472       'size' => 'normal',
49473       'default' => '0',
49474     ),
49475   ),
49476   'mysql_character_set' => 'utf8',
49477 ));
49478
49479 $connection->insert('taxonomy_index')
49480 ->fields(array(
49481   'nid',
49482   'tid',
49483   'sticky',
49484   'created',
49485 ))
49486 ->values(array(
49487   'nid' => '1',
49488   'tid' => '4',
49489   'sticky' => '0',
49490   'created' => '1421727515',
49491 ))
49492 ->values(array(
49493   'nid' => '2',
49494   'tid' => '9',
49495   'sticky' => '0',
49496   'created' => '1441306772',
49497 ))
49498 ->values(array(
49499   'nid' => '2',
49500   'tid' => '14',
49501   'sticky' => '0',
49502   'created' => '1441306772',
49503 ))
49504 ->values(array(
49505   'nid' => '2',
49506   'tid' => '17',
49507   'sticky' => '0',
49508   'created' => '1441306772',
49509 ))
49510 ->values(array(
49511   'nid' => '3',
49512   'tid' => '9',
49513   'sticky' => '0',
49514   'created' => '1471428152',
49515 ))
49516 ->values(array(
49517   'nid' => '3',
49518   'tid' => '14',
49519   'sticky' => '0',
49520   'created' => '1471428152',
49521 ))
49522 ->values(array(
49523   'nid' => '3',
49524   'tid' => '17',
49525   'sticky' => '0',
49526   'created' => '1471428152',
49527 ))
49528 ->values(array(
49529   'nid' => '1',
49530   'tid' => '4',
49531   'sticky' => '0',
49532   'created' => '1421727515',
49533 ))
49534 ->values(array(
49535   'nid' => '1',
49536   'tid' => '17',
49537   'sticky' => '0',
49538   'created' => '1421727515',
49539 ))
49540 ->values(array(
49541   'nid' => '1',
49542   'tid' => '15',
49543   'sticky' => '0',
49544   'created' => '1421727515',
49545 ))
49546 ->values(array(
49547   'nid' => '6',
49548   'tid' => '1',
49549   'sticky' => '0',
49550   'created' => '1504715414',
49551 ))
49552 ->values(array(
49553   'nid' => '7',
49554   'tid' => '1',
49555   'sticky' => '0',
49556   'created' => '1504715432',
49557 ))
49558 ->execute();
49559
49560 $connection->schema()->createTable('taxonomy_term_data', array(
49561   'fields' => array(
49562     'tid' => array(
49563       'type' => 'serial',
49564       'not null' => TRUE,
49565       'size' => 'normal',
49566       'unsigned' => TRUE,
49567     ),
49568     'vid' => array(
49569       'type' => 'int',
49570       'not null' => TRUE,
49571       'size' => 'normal',
49572       'default' => '0',
49573       'unsigned' => TRUE,
49574     ),
49575     'name' => array(
49576       'type' => 'varchar',
49577       'not null' => TRUE,
49578       'length' => '255',
49579       'default' => '',
49580     ),
49581     'description' => array(
49582       'type' => 'text',
49583       'not null' => FALSE,
49584       'size' => 'normal',
49585     ),
49586     'format' => array(
49587       'type' => 'varchar',
49588       'not null' => FALSE,
49589       'length' => '255',
49590     ),
49591     'weight' => array(
49592       'type' => 'int',
49593       'not null' => TRUE,
49594       'size' => 'normal',
49595       'default' => '0',
49596     ),
49597   ),
49598   'primary key' => array(
49599     'tid',
49600   ),
49601   'mysql_character_set' => 'utf8',
49602 ));
49603
49604 $connection->insert('taxonomy_term_data')
49605 ->fields(array(
49606   'tid',
49607   'vid',
49608   'name',
49609   'description',
49610   'format',
49611   'weight',
49612 ))
49613 ->values(array(
49614   'tid' => '1',
49615   'vid' => '2',
49616   'name' => 'General discussion',
49617   'description' => '',
49618   'format' => NULL,
49619   'weight' => '2',
49620 ))
49621 ->values(array(
49622   'tid' => '2',
49623   'vid' => '3',
49624   'name' => 'Term1',
49625   'description' => 'The first term.',
49626   'format' => 'filtered_html',
49627   'weight' => '0',
49628 ))
49629 ->values(array(
49630   'tid' => '3',
49631   'vid' => '3',
49632   'name' => 'Term2',
49633   'description' => 'The second term.',
49634   'format' => 'filtered_html',
49635   'weight' => '0',
49636 ))
49637 ->values(array(
49638   'tid' => '4',
49639   'vid' => '3',
49640   'name' => 'Term3',
49641   'description' => 'The third term.',
49642   'format' => 'full_html',
49643   'weight' => '0',
49644 ))
49645 ->values(array(
49646   'tid' => '5',
49647   'vid' => '2',
49648   'name' => 'Custom Forum',
49649   'description' => 'Where the cool kids are.',
49650   'format' => NULL,
49651   'weight' => '3',
49652 ))
49653 ->values(array(
49654   'tid' => '6',
49655   'vid' => '2',
49656   'name' => 'Games',
49657   'description' => '',
49658   'format' => NULL,
49659   'weight' => '4',
49660 ))
49661 ->values(array(
49662   'tid' => '7',
49663   'vid' => '2',
49664   'name' => 'Minecraft',
49665   'description' => '',
49666   'format' => NULL,
49667   'weight' => '1',
49668 ))
49669 ->values(array(
49670   'tid' => '8',
49671   'vid' => '2',
49672   'name' => 'Half Life 3',
49673   'description' => '',
49674   'format' => NULL,
49675   'weight' => '0',
49676 ))
49677 ->values(array(
49678   'tid' => '9',
49679   'vid' => '1',
49680   'name' => 'Benjamin Sisko',
49681   'description' => 'Portrayed by Avery Brooks',
49682   'format' => 'filtered_html',
49683   'weight' => '0',
49684 ))
49685 ->values(array(
49686   'tid' => '10',
49687   'vid' => '1',
49688   'name' => 'Kira Nerys',
49689   'description' => 'Portrayed by Nana Visitor',
49690   'format' => 'filtered_html',
49691   'weight' => '0',
49692 ))
49693 ->values(array(
49694   'tid' => '11',
49695   'vid' => '1',
49696   'name' => 'Dax',
49697   'description' => 'Portrayed by Terry Farrell',
49698   'format' => 'filtered_html',
49699   'weight' => '0',
49700 ))
49701 ->values(array(
49702   'tid' => '12',
49703   'vid' => '1',
49704   'name' => 'Jake Sisko',
49705   'description' => 'Portrayed by Cirroc Lofton',
49706   'format' => 'filtered_html',
49707   'weight' => '0',
49708 ))
49709 ->values(array(
49710   'tid' => '13',
49711   'vid' => '1',
49712   'name' => 'Gul Dukat',
49713   'description' => 'Portrayed by Marc Alaimo',
49714   'format' => 'filtered_html',
49715   'weight' => '0',
49716 ))
49717 ->values(array(
49718   'tid' => '14',
49719   'vid' => '1',
49720   'name' => 'Odo',
49721   'description' => 'Portrayed by Rene Auberjonois',
49722   'format' => 'filtered_html',
49723   'weight' => '0',
49724 ))
49725 ->values(array(
49726   'tid' => '15',
49727   'vid' => '1',
49728   'name' => 'Worf',
49729   'description' => 'Portrayed by Michael Dorn',
49730   'format' => 'filtered_html',
49731   'weight' => '0',
49732 ))
49733 ->values(array(
49734   'tid' => '16',
49735   'vid' => '1',
49736   'name' => "Miles O'Brien",
49737   'description' => 'Portrayed by Colm Meaney',
49738   'format' => 'filtered_html',
49739   'weight' => '0',
49740 ))
49741 ->values(array(
49742   'tid' => '17',
49743   'vid' => '1',
49744   'name' => 'Quark',
49745   'description' => 'Portrayed by Armin Shimerman',
49746   'format' => 'filtered_html',
49747   'weight' => '0',
49748 ))
49749 ->values(array(
49750   'tid' => '18',
49751   'vid' => '1',
49752   'name' => 'Elim Garak',
49753   'description' => 'Portrayed by Andrew Robinson',
49754   'format' => 'filtered_html',
49755   'weight' => '0',
49756 ))
49757 ->execute();
49758
49759 $connection->schema()->createTable('taxonomy_term_hierarchy', array(
49760   'fields' => array(
49761     'tid' => array(
49762       'type' => 'int',
49763       'not null' => TRUE,
49764       'size' => 'normal',
49765       'default' => '0',
49766       'unsigned' => TRUE,
49767     ),
49768     'parent' => array(
49769       'type' => 'int',
49770       'not null' => TRUE,
49771       'size' => 'normal',
49772       'default' => '0',
49773       'unsigned' => TRUE,
49774     ),
49775   ),
49776   'primary key' => array(
49777     'tid',
49778     'parent',
49779   ),
49780   'mysql_character_set' => 'utf8',
49781 ));
49782
49783 $connection->insert('taxonomy_term_hierarchy')
49784 ->fields(array(
49785   'tid',
49786   'parent',
49787 ))
49788 ->values(array(
49789   'tid' => '1',
49790   'parent' => '0',
49791 ))
49792 ->values(array(
49793   'tid' => '2',
49794   'parent' => '0',
49795 ))
49796 ->values(array(
49797   'tid' => '3',
49798   'parent' => '0',
49799 ))
49800 ->values(array(
49801   'tid' => '5',
49802   'parent' => '0',
49803 ))
49804 ->values(array(
49805   'tid' => '6',
49806   'parent' => '0',
49807 ))
49808 ->values(array(
49809   'tid' => '9',
49810   'parent' => '0',
49811 ))
49812 ->values(array(
49813   'tid' => '10',
49814   'parent' => '0',
49815 ))
49816 ->values(array(
49817   'tid' => '11',
49818   'parent' => '0',
49819 ))
49820 ->values(array(
49821   'tid' => '12',
49822   'parent' => '0',
49823 ))
49824 ->values(array(
49825   'tid' => '13',
49826   'parent' => '0',
49827 ))
49828 ->values(array(
49829   'tid' => '14',
49830   'parent' => '0',
49831 ))
49832 ->values(array(
49833   'tid' => '15',
49834   'parent' => '0',
49835 ))
49836 ->values(array(
49837   'tid' => '16',
49838   'parent' => '0',
49839 ))
49840 ->values(array(
49841   'tid' => '17',
49842   'parent' => '0',
49843 ))
49844 ->values(array(
49845   'tid' => '18',
49846   'parent' => '0',
49847 ))
49848 ->values(array(
49849   'tid' => '4',
49850   'parent' => '3',
49851 ))
49852 ->values(array(
49853   'tid' => '7',
49854   'parent' => '6',
49855 ))
49856 ->values(array(
49857   'tid' => '8',
49858   'parent' => '6',
49859 ))
49860 ->execute();
49861
49862 $connection->schema()->createTable('taxonomy_vocabulary', array(
49863   'fields' => array(
49864     'vid' => array(
49865       'type' => 'serial',
49866       'not null' => TRUE,
49867       'size' => 'normal',
49868       'unsigned' => TRUE,
49869     ),
49870     'name' => array(
49871       'type' => 'varchar',
49872       'not null' => TRUE,
49873       'length' => '255',
49874       'default' => '',
49875     ),
49876     'machine_name' => array(
49877       'type' => 'varchar',
49878       'not null' => TRUE,
49879       'length' => '255',
49880       'default' => '',
49881     ),
49882     'description' => array(
49883       'type' => 'text',
49884       'not null' => FALSE,
49885       'size' => 'normal',
49886     ),
49887     'hierarchy' => array(
49888       'type' => 'int',
49889       'not null' => TRUE,
49890       'size' => 'normal',
49891       'default' => '0',
49892       'unsigned' => TRUE,
49893     ),
49894     'module' => array(
49895       'type' => 'varchar',
49896       'not null' => TRUE,
49897       'length' => '255',
49898       'default' => '',
49899     ),
49900     'weight' => array(
49901       'type' => 'int',
49902       'not null' => TRUE,
49903       'size' => 'normal',
49904       'default' => '0',
49905     ),
49906   ),
49907   'primary key' => array(
49908     'vid',
49909   ),
49910   'mysql_character_set' => 'utf8',
49911 ));
49912
49913 $connection->insert('taxonomy_vocabulary')
49914 ->fields(array(
49915   'vid',
49916   'name',
49917   'machine_name',
49918   'description',
49919   'hierarchy',
49920   'module',
49921   'weight',
49922 ))
49923 ->values(array(
49924   'vid' => '1',
49925   'name' => 'Tags',
49926   'machine_name' => 'tags',
49927   'description' => 'Use tags to group articles on similar topics into categories.',
49928   'hierarchy' => '0',
49929   'module' => 'taxonomy',
49930   'weight' => '0',
49931 ))
49932 ->values(array(
49933   'vid' => '2',
49934   'name' => 'Sujet de discussion',
49935   'machine_name' => 'sujet_de_discussion',
49936   'description' => 'Forum navigation vocabulary',
49937   'hierarchy' => '1',
49938   'module' => 'forum',
49939   'weight' => '-10',
49940 ))
49941 ->values(array(
49942   'vid' => '3',
49943   'name' => 'Test Vocabulary',
49944   'machine_name' => 'test_vocabulary',
49945   'description' => 'This is the vocabulary description',
49946   'hierarchy' => '1',
49947   'module' => 'taxonomy',
49948   'weight' => '0',
49949 ))
49950 ->values(array(
49951   'vid' => '4',
49952   'name' => 'vocabulary name clearly different than machine name and much longer than thirty two characters',
49953   'machine_name' => 'vocabulary_name_much_longer_than_thirty_two_characters',
49954   'description' => 'description of vocabulary name much longer than thirty two characters',
49955   'hierarchy' => '1',
49956   'module' => 'taxonomy',
49957   'weight' => '0',
49958 ))
49959 ->execute();
49960
49961 $connection->schema()->createTable('tracker_node', array(
49962   'fields' => array(
49963     'nid' => array(
49964       'type' => 'int',
49965       'not null' => TRUE,
49966       'size' => 'normal',
49967       'default' => '0',
49968       'unsigned' => TRUE,
49969     ),
49970     'published' => array(
49971       'type' => 'int',
49972       'not null' => FALSE,
49973       'size' => 'normal',
49974       'default' => '0',
49975     ),
49976     'changed' => array(
49977       'type' => 'int',
49978       'not null' => TRUE,
49979       'size' => 'normal',
49980       'default' => '0',
49981       'unsigned' => TRUE,
49982     ),
49983   ),
49984   'primary key' => array(
49985     'nid',
49986   ),
49987   'mysql_character_set' => 'utf8',
49988 ));
49989
49990 $connection->insert('tracker_node')
49991 ->fields(array(
49992   'nid',
49993   'published',
49994   'changed',
49995 ))
49996 ->values(array(
49997   'nid' => '1',
49998   'published' => '1',
49999   'changed' => '1421727536',
50000 ))
50001 ->execute();
50002
50003 $connection->schema()->createTable('tracker_user', array(
50004   'fields' => array(
50005     'nid' => array(
50006       'type' => 'int',
50007       'not null' => TRUE,
50008       'size' => 'normal',
50009       'default' => '0',
50010       'unsigned' => TRUE,
50011     ),
50012     'uid' => array(
50013       'type' => 'int',
50014       'not null' => TRUE,
50015       'size' => 'normal',
50016       'default' => '0',
50017     ),
50018     'published' => array(
50019       'type' => 'int',
50020       'not null' => FALSE,
50021       'size' => 'normal',
50022       'default' => '0',
50023     ),
50024     'changed' => array(
50025       'type' => 'int',
50026       'not null' => TRUE,
50027       'size' => 'normal',
50028       'default' => '0',
50029       'unsigned' => TRUE,
50030     ),
50031   ),
50032   'primary key' => array(
50033     'nid',
50034     'uid',
50035   ),
50036   'mysql_character_set' => 'utf8',
50037 ));
50038
50039 $connection->insert('tracker_user')
50040 ->fields(array(
50041   'nid',
50042   'uid',
50043   'published',
50044   'changed',
50045 ))
50046 ->values(array(
50047   'nid' => '1',
50048   'uid' => '2',
50049   'published' => '1',
50050   'changed' => '1421727536',
50051 ))
50052 ->execute();
50053
50054 $connection->schema()->createTable('trigger_assignments', array(
50055   'fields' => array(
50056     'hook' => array(
50057       'type' => 'varchar',
50058       'not null' => TRUE,
50059       'length' => '78',
50060       'default' => '',
50061     ),
50062     'aid' => array(
50063       'type' => 'varchar',
50064       'not null' => TRUE,
50065       'length' => '255',
50066       'default' => '',
50067     ),
50068     'weight' => array(
50069       'type' => 'int',
50070       'not null' => TRUE,
50071       'size' => 'normal',
50072       'default' => '0',
50073     ),
50074   ),
50075   'primary key' => array(
50076     'hook',
50077     'aid',
50078   ),
50079   'mysql_character_set' => 'utf8',
50080 ));
50081
50082 $connection->insert('trigger_assignments')
50083 ->fields(array(
50084   'hook',
50085   'aid',
50086   'weight',
50087 ))
50088 ->values(array(
50089   'hook' => 'comment_presave',
50090   'aid' => 'comment_publish_action',
50091   'weight' => '1',
50092 ))
50093 ->execute();
50094
50095 $connection->schema()->createTable('url_alias', array(
50096   'fields' => array(
50097     'pid' => array(
50098       'type' => 'serial',
50099       'not null' => TRUE,
50100       'size' => 'normal',
50101       'unsigned' => TRUE,
50102     ),
50103     'source' => array(
50104       'type' => 'varchar',
50105       'not null' => TRUE,
50106       'length' => '255',
50107       'default' => '',
50108     ),
50109     'alias' => array(
50110       'type' => 'varchar',
50111       'not null' => TRUE,
50112       'length' => '255',
50113       'default' => '',
50114     ),
50115     'language' => array(
50116       'type' => 'varchar',
50117       'not null' => TRUE,
50118       'length' => '12',
50119       'default' => '',
50120     ),
50121   ),
50122   'primary key' => array(
50123     'pid',
50124   ),
50125   'mysql_character_set' => 'utf8',
50126 ));
50127
50128 $connection->insert('url_alias')
50129 ->fields(array(
50130   'pid',
50131   'source',
50132   'alias',
50133   'language',
50134 ))
50135 ->values(array(
50136   'pid' => '1',
50137   'source' => 'taxonomy/term/4',
50138   'alias' => 'term33',
50139   'language' => 'und',
50140 ))
50141 ->values(array(
50142   'pid' => '2',
50143   'source' => 'node/2',
50144   'alias' => 'deep-space-9',
50145   'language' => 'en',
50146 ))
50147 ->values(array(
50148   'pid' => '3',
50149   'source' => 'node/3',
50150   'alias' => 'deep-space-9-is',
50151   'language' => 'is',
50152 ))
50153 ->values(array(
50154   'pid' => '4',
50155   'source' => 'node/4',
50156   'alias' => 'firefly-is',
50157   'language' => 'is',
50158 ))
50159 ->values(array(
50160   'pid' => '5',
50161   'source' => 'node/5',
50162   'alias' => 'firefly',
50163   'language' => 'en',
50164 ))
50165 ->values(array(
50166   'pid' => '6',
50167   'source' => 'admin',
50168   'alias' => 'source-noslash',
50169   'language' => 'und',
50170 ))
50171 ->execute();
50172
50173 $connection->schema()->createTable('users', array(
50174   'fields' => array(
50175     'uid' => array(
50176       'type' => 'int',
50177       'not null' => TRUE,
50178       'size' => 'normal',
50179       'default' => '0',
50180       'unsigned' => TRUE,
50181     ),
50182     'name' => array(
50183       'type' => 'varchar',
50184       'not null' => TRUE,
50185       'length' => '60',
50186       'default' => '',
50187     ),
50188     'pass' => array(
50189       'type' => 'varchar',
50190       'not null' => TRUE,
50191       'length' => '128',
50192       'default' => '',
50193     ),
50194     'mail' => array(
50195       'type' => 'varchar',
50196       'not null' => FALSE,
50197       'length' => '254',
50198       'default' => '',
50199     ),
50200     'theme' => array(
50201       'type' => 'varchar',
50202       'not null' => TRUE,
50203       'length' => '255',
50204       'default' => '',
50205     ),
50206     'signature' => array(
50207       'type' => 'varchar',
50208       'not null' => TRUE,
50209       'length' => '255',
50210       'default' => '',
50211     ),
50212     'signature_format' => array(
50213       'type' => 'varchar',
50214       'not null' => FALSE,
50215       'length' => '255',
50216     ),
50217     'created' => array(
50218       'type' => 'int',
50219       'not null' => TRUE,
50220       'size' => 'normal',
50221       'default' => '0',
50222     ),
50223     'access' => array(
50224       'type' => 'int',
50225       'not null' => TRUE,
50226       'size' => 'normal',
50227       'default' => '0',
50228     ),
50229     'login' => array(
50230       'type' => 'int',
50231       'not null' => TRUE,
50232       'size' => 'normal',
50233       'default' => '0',
50234     ),
50235     'status' => array(
50236       'type' => 'int',
50237       'not null' => TRUE,
50238       'size' => 'normal',
50239       'default' => '0',
50240     ),
50241     'timezone' => array(
50242       'type' => 'varchar',
50243       'not null' => FALSE,
50244       'length' => '32',
50245     ),
50246     'language' => array(
50247       'type' => 'varchar',
50248       'not null' => TRUE,
50249       'length' => '12',
50250       'default' => '',
50251     ),
50252     'picture' => array(
50253       'type' => 'int',
50254       'not null' => TRUE,
50255       'size' => 'normal',
50256       'default' => '0',
50257     ),
50258     'init' => array(
50259       'type' => 'varchar',
50260       'not null' => FALSE,
50261       'length' => '254',
50262       'default' => '',
50263     ),
50264     'data' => array(
50265       'type' => 'blob',
50266       'not null' => FALSE,
50267       'size' => 'normal',
50268     ),
50269   ),
50270   'primary key' => array(
50271     'uid',
50272   ),
50273   'mysql_character_set' => 'utf8',
50274 ));
50275
50276 $connection->insert('users')
50277 ->fields(array(
50278   'uid',
50279   'name',
50280   'pass',
50281   'mail',
50282   'theme',
50283   'signature',
50284   'signature_format',
50285   'created',
50286   'access',
50287   'login',
50288   'status',
50289   'timezone',
50290   'language',
50291   'picture',
50292   'init',
50293   'data',
50294 ))
50295 ->values(array(
50296   'uid' => '1',
50297   'name' => 'admin',
50298   'pass' => '$S$D/HVkgCg1Hvi7DN5KVSgNl.2C5g8W6oe/OoIRMUlyjkmPugQRhoB',
50299   'mail' => 'admin@local.host',
50300   'theme' => '',
50301   'signature' => '',
50302   'signature_format' => NULL,
50303   'created' => '0',
50304   'access' => '1444945097',
50305   'login' => '1444945097',
50306   'status' => '1',
50307   'timezone' => NULL,
50308   'language' => '',
50309   'picture' => '0',
50310   'init' => '',
50311   'data' => 'a:1:{s:7:"contact";i:1;}',
50312 ))
50313 ->values(array(
50314   'uid' => '2',
50315   'name' => 'Odo',
50316   'pass' => '$S$DGFZUE.FhrXbe4y52eC7p0ZVRGD/gOPtVctDlmC89qkujnBokAlJ',
50317   'mail' => 'odo@local.host',
50318   'theme' => '',
50319   'signature' => '',
50320   'signature_format' => 'filtered_html',
50321   'created' => '1440532218',
50322   'access' => '0',
50323   'login' => '0',
50324   'status' => '1',
50325   'timezone' => 'America/Chicago',
50326   'language' => 'is',
50327   'picture' => '0',
50328   'init' => 'odo@local.host',
50329   'data' => 'a:1:{s:7:"contact";i:1;}',
50330 ))
50331 ->values(array(
50332   'uid' => '3',
50333   'name' => 'Bob',
50334   'pass' => '$S$DGFZUE.FhrXbe4y52eC7p0ZVRGD/gOPtVctDlmC89qkujnBokAlJ',
50335   'mail' => 'bob@local.host',
50336   'theme' => '',
50337   'signature' => '',
50338   'signature_format' => 'filtered_html',
50339   'created' => '1440532218',
50340   'access' => '0',
50341   'login' => '0',
50342   'status' => '1',
50343   'timezone' => 'America/New_York',
50344   'language' => 'fr',
50345   'picture' => '0',
50346   'init' => 'bob@local.host',
50347   'data' => 'a:1:{s:7:"contact";i:1;}',
50348 ))
50349 ->execute();
50350
50351 $connection->schema()->createTable('users_roles', array(
50352   'fields' => array(
50353     'uid' => array(
50354       'type' => 'int',
50355       'not null' => TRUE,
50356       'size' => 'normal',
50357       'default' => '0',
50358       'unsigned' => TRUE,
50359     ),
50360     'rid' => array(
50361       'type' => 'int',
50362       'not null' => TRUE,
50363       'size' => 'normal',
50364       'default' => '0',
50365       'unsigned' => TRUE,
50366     ),
50367   ),
50368   'primary key' => array(
50369     'uid',
50370     'rid',
50371   ),
50372   'mysql_character_set' => 'utf8',
50373 ));
50374
50375 $connection->insert('users_roles')
50376 ->fields(array(
50377   'uid',
50378   'rid',
50379 ))
50380 ->values(array(
50381   'uid' => '1',
50382   'rid' => '3',
50383 ))
50384 ->values(array(
50385   'uid' => '2',
50386   'rid' => '3',
50387 ))
50388 ->values(array(
50389   'uid' => '3',
50390   'rid' => '3',
50391 ))
50392 ->execute();
50393
50394 $connection->schema()->createTable('variable', array(
50395   'fields' => array(
50396     'name' => array(
50397       'type' => 'varchar',
50398       'not null' => TRUE,
50399       'length' => '128',
50400       'default' => '',
50401     ),
50402     'value' => array(
50403       'type' => 'blob',
50404       'not null' => TRUE,
50405       'size' => 'normal',
50406     ),
50407   ),
50408   'primary key' => array(
50409     'name',
50410   ),
50411   'mysql_character_set' => 'utf8',
50412 ));
50413
50414 $connection->insert('variable')
50415 ->fields(array(
50416   'name',
50417   'value',
50418 ))
50419 ->values(array(
50420   'name' => 'actions_max_stack',
50421   'value' => 'i:28;',
50422 ))
50423 ->values(array(
50424   'name' => 'additional_settings__active_tab_article',
50425   'value' => 's:15:"edit-submission";',
50426 ))
50427 ->values(array(
50428   'name' => 'additional_settings__active_tab_blog',
50429   'value' => 's:13:"edit-workflow";',
50430 ))
50431 ->values(array(
50432   'name' => 'additional_settings__active_tab_book',
50433   'value' => 's:13:"edit-workflow";',
50434 ))
50435 ->values(array(
50436   'name' => 'additional_settings__active_tab_forum',
50437   'value' => 's:15:"edit-submission";',
50438 ))
50439 ->values(array(
50440   'name' => 'additional_settings__active_tab_page',
50441   'value' => 's:15:"edit-submission";',
50442 ))
50443 ->values(array(
50444   'name' => 'additional_settings__active_tab_test_content_type',
50445   'value' => 's:13:"edit-workflow";',
50446 ))
50447 ->values(array(
50448   'name' => 'admin_compact_mode',
50449   'value' => 'b:1;',
50450 ))
50451 ->values(array(
50452   'name' => 'admin_theme',
50453   'value' => 's:5:"seven";',
50454 ))
50455 ->values(array(
50456   'name' => 'aggregator_allowed_html_tags',
50457   'value' => 's:13:"<p> <div> <a>";',
50458 ))
50459 ->values(array(
50460   'name' => 'aggregator_clear',
50461   'value' => 'i:86400;',
50462 ))
50463 ->values(array(
50464   'name' => 'aggregator_fetcher',
50465   'value' => 's:10:"aggregator";',
50466 ))
50467 ->values(array(
50468   'name' => 'aggregator_parser',
50469   'value' => 's:10:"aggregator";',
50470 ))
50471 ->values(array(
50472   'name' => 'aggregator_processors',
50473   'value' => 'a:1:{i:0;s:10:"aggregator";}',
50474 ))
50475 ->values(array(
50476   'name' => 'aggregator_summary_items',
50477   'value' => 'i:6;',
50478 ))
50479 ->values(array(
50480   'name' => 'aggregator_teaser_length',
50481   'value' => 'i:500;',
50482 ))
50483 ->values(array(
50484   'name' => 'allow_insecure_derivatives',
50485   'value' => 'b:1;',
50486 ))
50487 ->values(array(
50488   'name' => 'allow_insecure_uploads',
50489   'value' => 'i:1;',
50490 ))
50491 ->values(array(
50492   'name' => 'anonymous',
50493   'value' => 's:9:"Anonymous";',
50494 ))
50495 ->values(array(
50496   'name' => 'authorize_filetransfer_default',
50497   'value' => 's:3:"ftp";',
50498 ))
50499 ->values(array(
50500   'name' => 'block_cache',
50501   'value' => 'i:0;',
50502 ))
50503 ->values(array(
50504   'name' => 'book_allowed_types',
50505   'value' => 'a:1:{i:0;s:4:"book";}',
50506 ))
50507 ->values(array(
50508   'name' => 'book_block_mode',
50509   'value' => 's:9:"all pages";',
50510 ))
50511 ->values(array(
50512   'name' => 'book_child_type',
50513   'value' => 's:4:"book";',
50514 ))
50515 ->values(array(
50516   'name' => 'cache',
50517   'value' => 'i:0;',
50518 ))
50519 ->values(array(
50520   'name' => 'cache_flush_cache',
50521   'value' => 'i:0;',
50522 ))
50523 ->values(array(
50524   'name' => 'cache_flush_cache_block',
50525   'value' => 'i:0;',
50526 ))
50527 ->values(array(
50528   'name' => 'cache_flush_cache_field',
50529   'value' => 'i:0;',
50530 ))
50531 ->values(array(
50532   'name' => 'cache_flush_cache_filter',
50533   'value' => 'i:1444944970;',
50534 ))
50535 ->values(array(
50536   'name' => 'cache_flush_cache_form',
50537   'value' => 'i:1444944970;',
50538 ))
50539 ->values(array(
50540   'name' => 'cache_flush_cache_image',
50541   'value' => 'i:1444944970;',
50542 ))
50543 ->values(array(
50544   'name' => 'cache_flush_cache_menu',
50545   'value' => 'i:1444944970;',
50546 ))
50547 ->values(array(
50548   'name' => 'cache_flush_cache_page',
50549   'value' => 'i:0;',
50550 ))
50551 ->values(array(
50552   'name' => 'cache_flush_cache_path',
50553   'value' => 'i:1444944970;',
50554 ))
50555 ->values(array(
50556   'name' => 'cache_lifetime',
50557   'value' => 's:3:"300";',
50558 ))
50559 ->values(array(
50560   'name' => 'clean_url',
50561   'value' => 's:1:"1";',
50562 ))
50563 ->values(array(
50564   'name' => 'color_bartik_files',
50565   'value' => 'a:2:{i:0;s:39:"public://color/bartik-e0e23ad7/logo.png";i:1;s:41:"public://color/bartik-e0e23ad7/colors.css";}',
50566 ))
50567 ->values(array(
50568   'name' => 'color_bartik_logo',
50569   'value' => 's:39:"public://color/bartik-e0e23ad7/logo.png";',
50570 ))
50571 ->values(array(
50572   'name' => 'color_bartik_palette',
50573   'value' => 'a:9:{s:3:"top";s:7:"#d0d0d0";s:6:"bottom";s:7:"#c2c4c5";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#ffffff";s:14:"sidebarborders";s:7:"#cccccc";s:6:"footer";s:7:"#24272c";s:11:"titleslogan";s:7:"#000000";s:4:"text";s:7:"#4a4a4a";s:4:"link";s:7:"#019dbf";}',
50574 ))
50575 ->values(array(
50576   'name' => 'color_bartik_stylesheets',
50577   'value' => 'a:1:{i:0;s:41:"public://color/bartik-e0e23ad7/colors.css";}',
50578 ))
50579 ->values(array(
50580   'name' => 'color_bartik_screenshot',
50581   'value' => 's:72:"/var/www/drupal/sites/default/files/color/bartik-b69cfcec/screenshot.png";'
50582 ))
50583 ->values(array(
50584   'name' => 'color_garland_files',
50585   'value' => 'a:19:{i:0;s:50:"public://color/garland-b69cfcec/menu-collapsed.gif";i:1;s:54:"public://color/garland-b69cfcec/menu-collapsed-rtl.gif";i:2;s:49:"public://color/garland-b69cfcec/menu-expanded.gif";i:3;s:45:"public://color/garland-b69cfcec/menu-leaf.gif";i:4;s:67:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/body.png";i:5;s:69:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-bar.png";i:6;s:75:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-bar-white.png";i:7;s:69:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-tab.png";i:8;s:76:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-navigation.png";i:9;s:78:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-content-left.png";i:10;s:79:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-content-right.png";i:11;s:73:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-content.png";i:12;s:81:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-navigation-item.png";i:13;s:87:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/bg-navigation-item-hover.png";i:14;s:77:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/gradient-inner.png";i:15;s:67:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/logo.png";i:16;s:73:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/screenshot.png";i:17;s:41:"public://color/garland-b69cfcec/style.css";i:18;s:45:"public://color/garland-b69cfcec/style-rtl.css";}',
50586 ))
50587 ->values(array(
50588   'name' => 'color_garland_logo',
50589   'value' => 's:40:"public://color/garland-b69cfcec/logo.png";'
50590 ))
50591 ->values(array(
50592   'name' => 'color_garland_palette',
50593   'value' => 'a:5:{s:4:"base";s:7:"#d0cb9a";s:4:"link";s:7:"#917803";s:3:"top";s:7:"#efde01";s:6:"bottom";s:7:"#e6fb2d";s:4:"text";s:7:"#494949";}',
50594 ))
50595 ->values(array(
50596   'name' => 'color_garland_screenshot',
50597   'value' => 's:73:"/var/www/drupal/sites/default/files/color/garland-b69cfcec/screenshot.png";'
50598 ))
50599 ->values(array(
50600   'name' => 'color_garland_stylesheets',
50601   'value' => 'a:2:{i:0;s:41:"public://color/garland-b69cfcec/style.css";i:1;s:45:"public://color/garland-b69cfcec/style-rtl.css";}',
50602 ))
50603 ->values(array(
50604   'name' => 'comment_anonymous_article',
50605   'value' => 'i:0;',
50606 ))
50607 ->values(array(
50608   'name' => 'comment_anonymous_blog',
50609   'value' => 'i:0;',
50610 ))
50611 ->values(array(
50612   'name' => 'comment_anonymous_book',
50613   'value' => 'i:0;',
50614 ))
50615 ->values(array(
50616   'name' => 'comment_anonymous_forum',
50617   'value' => 'i:0;',
50618 ))
50619 ->values(array(
50620   'name' => 'comment_anonymous_page',
50621   'value' => 'i:0;',
50622 ))
50623 ->values(array(
50624   'name' => 'comment_anonymous_test_content_type',
50625   'value' => 'i:0;',
50626 ))
50627 ->values(array(
50628   'name' => 'comment_article',
50629   'value' => 's:1:"2";',
50630 ))
50631 ->values(array(
50632   'name' => 'comment_blog',
50633   'value' => 's:1:"2";',
50634 ))
50635 ->values(array(
50636   'name' => 'comment_book',
50637   'value' => 's:1:"2";',
50638 ))
50639 ->values(array(
50640   'name' => 'comment_default_mode_article',
50641   'value' => 'i:1;',
50642 ))
50643 ->values(array(
50644   'name' => 'comment_default_mode_blog',
50645   'value' => 'i:1;',
50646 ))
50647 ->values(array(
50648   'name' => 'comment_default_mode_book',
50649   'value' => 'i:1;',
50650 ))
50651 ->values(array(
50652   'name' => 'comment_default_mode_forum',
50653   'value' => 'i:1;',
50654 ))
50655 ->values(array(
50656   'name' => 'comment_default_mode_page',
50657   'value' => 'i:1;',
50658 ))
50659 ->values(array(
50660   'name' => 'comment_default_mode_test_content_type',
50661   'value' => 'i:1;',
50662 ))
50663 ->values(array(
50664   'name' => 'comment_default_per_page_article',
50665   'value' => 's:2:"50";',
50666 ))
50667 ->values(array(
50668   'name' => 'comment_default_per_page_blog',
50669   'value' => 's:2:"50";',
50670 ))
50671 ->values(array(
50672   'name' => 'comment_default_per_page_book',
50673   'value' => 's:2:"50";',
50674 ))
50675 ->values(array(
50676   'name' => 'comment_default_per_page_forum',
50677   'value' => 's:2:"50";',
50678 ))
50679 ->values(array(
50680   'name' => 'comment_default_per_page_page',
50681   'value' => 's:2:"50";',
50682 ))
50683 ->values(array(
50684   'name' => 'comment_default_per_page_test_content_type',
50685   'value' => 's:2:"30";',
50686 ))
50687 ->values(array(
50688   'name' => 'comment_form_location_article',
50689   'value' => 'i:1;',
50690 ))
50691 ->values(array(
50692   'name' => 'comment_form_location_blog',
50693   'value' => 'i:1;',
50694 ))
50695 ->values(array(
50696   'name' => 'comment_form_location_book',
50697   'value' => 'i:1;',
50698 ))
50699 ->values(array(
50700   'name' => 'comment_form_location_forum',
50701   'value' => 'i:1;',
50702 ))
50703 ->values(array(
50704   'name' => 'comment_form_location_page',
50705   'value' => 'i:1;',
50706 ))
50707 ->values(array(
50708   'name' => 'comment_form_location_test_content_type',
50709   'value' => 'i:1;',
50710 ))
50711 ->values(array(
50712   'name' => 'comment_forum',
50713   'value' => 's:1:"2";',
50714 ))
50715 ->values(array(
50716   'name' => 'comment_page',
50717   'value' => 's:1:"0";',
50718 ))
50719 ->values(array(
50720   'name' => 'comment_preview_article',
50721   'value' => 's:1:"1";',
50722 ))
50723 ->values(array(
50724   'name' => 'comment_preview_blog',
50725   'value' => 's:1:"1";',
50726 ))
50727 ->values(array(
50728   'name' => 'comment_preview_book',
50729   'value' => 's:1:"1";',
50730 ))
50731 ->values(array(
50732   'name' => 'comment_preview_forum',
50733   'value' => 's:1:"1";',
50734 ))
50735 ->values(array(
50736   'name' => 'comment_preview_page',
50737   'value' => 's:1:"1";',
50738 ))
50739 ->values(array(
50740   'name' => 'comment_preview_test_content_type',
50741   'value' => 's:1:"1";',
50742 ))
50743 ->values(array(
50744   'name' => 'comment_subject_field_article',
50745   'value' => 'i:1;',
50746 ))
50747 ->values(array(
50748   'name' => 'comment_subject_field_blog',
50749   'value' => 'i:1;',
50750 ))
50751 ->values(array(
50752   'name' => 'comment_subject_field_book',
50753   'value' => 'i:1;',
50754 ))
50755 ->values(array(
50756   'name' => 'comment_subject_field_forum',
50757   'value' => 'i:1;',
50758 ))
50759 ->values(array(
50760   'name' => 'comment_subject_field_page',
50761   'value' => 'i:1;',
50762 ))
50763 ->values(array(
50764   'name' => 'comment_subject_field_test_content_type',
50765   'value' => 'i:0;',
50766 ))
50767 ->values(array(
50768   'name' => 'comment_test_content_type',
50769   'value' => 's:1:"2";',
50770 ))
50771 ->values(array(
50772   'name' => 'configurable_timezones',
50773   'value' => 'b:1;',
50774 ))
50775 ->values(array(
50776   'name' => 'contact_default_status',
50777   'value' => 'i:1;',
50778 ))
50779 ->values(array(
50780   'name' => 'contact_threshold_limit',
50781   'value' => 'i:33;',
50782 ))
50783 ->values(array(
50784   'name' => 'contact_threshold_window',
50785   'value' => 'i:7200;',
50786 ))
50787 ->values(array(
50788   'name' => 'cron_key',
50789   'value' => 's:43:"_vWFj-dRR2rNoHDwl7N__J9uZNutDcLz3w4tlPJzRAM";',
50790 ))
50791 ->values(array(
50792   'name' => 'cron_last',
50793   'value' => 'i:1444944970;',
50794 ))
50795 ->values(array(
50796   'name' => 'cron_threshold_error',
50797   'value' => 'i:1209600;',
50798 ))
50799 ->values(array(
50800   'name' => 'cron_threshold_warning',
50801   'value' => 'i:172800;',
50802 ))
50803 ->values(array(
50804   'name' => 'css_js_query_string',
50805   'value' => 's:6:"nwa6nq";',
50806 ))
50807 ->values(array(
50808   'name' => 'ctools_last_cron',
50809   'value' => 'i:1421720834;',
50810 ))
50811 ->values(array(
50812   'name' => 'dashboard_stashed_blocks',
50813   'value' => 'a:5:{i:0;a:3:{s:6:"module";s:4:"node";s:5:"delta";s:6:"recent";s:6:"region";s:14:"dashboard_main";}i:1;a:3:{s:6:"module";s:4:"user";s:5:"delta";s:3:"new";s:6:"region";s:17:"dashboard_sidebar";}i:2;a:3:{s:6:"module";s:6:"search";s:5:"delta";s:4:"form";s:6:"region";s:17:"dashboard_sidebar";}i:3;a:3:{s:6:"module";s:7:"comment";s:5:"delta";s:6:"recent";s:6:"region";s:18:"dashboard_inactive";}i:4;a:3:{s:6:"module";s:4:"user";s:5:"delta";s:6:"online";s:6:"region";s:18:"dashboard_inactive";}}',
50814 ))
50815 ->values(array(
50816   'name' => 'date_api_version',
50817   'value' => 's:3:"7.2";',
50818 ))
50819 ->values(array(
50820   'name' => 'date_default_timezone',
50821   'value' => 's:15:"America/Chicago";',
50822 ))
50823 ->values(array(
50824   'name' => 'date_first_day',
50825   'value' => 'i:1;',
50826 ))
50827 ->values(array(
50828   'name' => 'dblog_row_limit',
50829   'value' => 'i:10000;',
50830 ))
50831 ->values(array(
50832   'name' => 'default_nodes_main',
50833   'value' => 's:2:"10";',
50834 ))
50835 ->values(array(
50836   'name' => 'drupal_css_cache_files',
50837   'value' => 'a:10:{s:64:"823ba1006db72809515d2221cd02ec1075d7b49b0c07f49307b3a7930bfdd9e4";s:64:"public://css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css";s:64:"039ba69b25efd672767c5ee21b686a2cdaa496c5fb210693b88f81cc556db518";s:64:"public://css/css_M8BpLSgFJ1ipHW-ZwVd6p7yRHsT3q23ohYErZrFJ1xA.css";s:64:"568f3bca87830de88c7b44e71808ac7f33f4cdf273ed3bf3d2532bd48f084b06";s:64:"public://css/css_NRg0AX3iY_x0OX3_WzcWp90JnwurHRvZn6i75GL0rRI.css";s:64:"586e4d641f74d0fbdea2ecffe62294e983c5961df8d0128aab1c561505f6b35a";s:64:"public://css/css_2THG1eGiBIizsWFeexsNe1iDifJ00QRS9uSd03rY9co.css";s:64:"cb9f93e666a396bb3eb14c5fd16f7ebd1cdd0067733eb0a2ab1b294b6f14f76f";s:64:"public://css/css_1kF33EODTO5gDyEbdpAfYzMKbjG3ottD1s5np0BNI8U.css";s:64:"35337ea541d4968f58917d83eaa9e495d5a38bb0aaf23bc714650d3c71fc275a";s:64:"public://css/css_LJ87GFKz9ZFt2bWZ4pMV8e2o8w_790Mbwcd7C-RKri0.css";s:64:"592db66916e1dd3416cbe95bcb34a5a68775eb0b7cf95e4c858671de35290cc9";s:64:"public://css/css_LS9OUalDR9-d_lCAvF3yUWjNU6yF8ZBm84jEPRvoyuQ.css";s:64:"fe9fca5a618e55058e69458a65b2edb4e958c16c13e1d1526c4dc0c0e782b483";s:64:"public://css/css_WWafHiT44xXp69Ucog34hgXKsZRScJzl3S17Xg7evtM.css";s:64:"ebb3f433ad4107b1ac31e9d7de0f9a5d399040e9f82b6364211dcfaadea158c0";s:64:"public://css/css_Nv0ct-zkzztuah_LbaPFF8ZkdSEk-LxBtTWMm9mN_F8.css";s:64:"032d72e2b3124645b11e59c23005327dc2b450af6aaa6bf3cad34a6a65a9d774";s:64:"public://css/css_ZDWl28hdmeinIcKg-HMrN6uKD0nTMld5NlXLmm5MH2U.css";}',
50838 ))
50839 ->values(array(
50840   'name' => 'drupal_http_request_fails',
50841   'value' => 'b:0;',
50842 ))
50843 ->values(array(
50844   'name' => 'drupal_private_key',
50845   'value' => 's:43:"9eRJWxrMwQ5CufYJjXBZbPGz_t8vPIYRQr18PamdKmM";',
50846 ))
50847 ->values(array(
50848   'name' => 'drupal_weight_select_max',
50849   'value' => 'i:40;',
50850 ))
50851 ->values(array(
50852   'name' => 'email__active_tab',
50853   'value' => 's:27:"edit-email-pending-approval";',
50854 ))
50855 ->values(array(
50856   'name' => 'empty_timezone_message',
50857   'value' => 'b:1;',
50858 ))
50859 ->values(array(
50860   'name' => 'entity_translation_entity_types',
50861   'value' => 'a:4:{s:7:"comment";s:7:"comment";s:4:"node";s:4:"node";s:13:"taxonomy_term";s:13:"taxonomy_term";s:4:"user";s:4:"user";}',
50862 ))
50863 ->values(array(
50864   'name' => 'entity_translation_settings_comment__comment_node_test_content_type',
50865   'value' => 'a:5:{s:16:"default_language";s:13:"xx-et-current";s:22:"hide_language_selector";i:1;s:21:"exclude_language_none";i:0;s:13:"lock_language";i:0;s:27:"shared_fields_original_only";i:0;}',
50866 ))
50867 ->values(array(
50868   'name' => 'entity_translation_settings_node__test_content_type',
50869   'value' => 'a:5:{s:16:"default_language";s:3:"und";s:22:"hide_language_selector";i:0;s:21:"exclude_language_none";i:0;s:13:"lock_language";i:0;s:27:"shared_fields_original_only";i:0;}',
50870 ))
50871 ->values(array(
50872   'name' => 'entity_translation_settings_taxonomy_term__test_vocabulary',
50873   'value' => 'a:5:{s:16:"default_language";s:13:"xx-et-default";s:22:"hide_language_selector";i:1;s:21:"exclude_language_none";i:0;s:13:"lock_language";i:0;s:27:"shared_fields_original_only";i:0;}',
50874 ))
50875 ->values(array(
50876   'name' => 'entity_translation_settings_user__user',
50877   'value' => 'a:5:{s:16:"default_language";s:13:"xx-et-default";s:22:"hide_language_selector";i:1;s:21:"exclude_language_none";i:0;s:13:"lock_language";i:0;s:27:"shared_fields_original_only";i:0;}',
50878 ))
50879 ->values(array(
50880   'name' => 'entity_translation_taxonomy',
50881   'value' => 'a:1:{s:15:"test_vocabulary";b:1;}',
50882 ))
50883 ->values(array(
50884   'name' => 'error_level',
50885   'value' => 'i:1;',
50886 ))
50887 ->values(array(
50888   'name' => 'feed_default_items',
50889   'value' => 'i:27;',
50890 ))
50891 ->values(array(
50892   'name' => 'feed_item_length',
50893   'value' => 's:8:"fulltext";',
50894 ))
50895 ->values(array(
50896   'name' => 'entityreference:base-tables',
50897   'value' => 'a:6:{s:7:"comment";a:2:{i:0;s:7:"comment";i:1;s:3:"cid";}s:4:"node";a:2:{i:0;s:4:"node";i:1;s:3:"nid";}s:4:"file";a:2:{i:0;s:12:"file_managed";i:1;s:3:"fid";}s:13:"taxonomy_term";a:2:{i:0;s:18:"taxonomy_term_data";i:1;s:3:"tid";}s:19:"taxonomy_vocabulary";a:2:{i:0;s:19:"taxonomy_vocabulary";i:1;s:3:"vid";}s:4:"user";a:2:{i:0;s:5:"users";i:1;s:3:"uid";}}',
50898 ))
50899 ->values(array(
50900   'name' => 'field_bundle_settings_comment__comment_node_test_content_type',
50901   'value' => 'a:2:{s:10:"view_modes";a:0:{}s:12:"extra_fields";a:2:{s:4:"form";a:2:{s:6:"author";a:1:{s:6:"weight";s:2:"-2";}s:7:"subject";a:1:{s:6:"weight";s:2:"-1";}}s:7:"display";a:0:{}}}',
50902 ))
50903 ->values(array(
50904   'name' => 'field_bundle_settings_node__test_content_type',
50905   'value' => 'a:2:{s:10:"view_modes";a:6:{s:6:"teaser";a:1:{s:15:"custom_settings";b:1;}s:4:"full";a:1:{s:15:"custom_settings";b:0;}s:3:"rss";a:1:{s:15:"custom_settings";b:0;}s:12:"search_index";a:1:{s:15:"custom_settings";b:0;}s:13:"search_result";a:1:{s:15:"custom_settings";b:0;}s:5:"print";a:1:{s:15:"custom_settings";b:0;}}s:12:"extra_fields";a:2:{s:4:"form";a:1:{s:5:"title";a:1:{s:6:"weight";s:1:"0";}}s:7:"display";a:0:{}}}',
50906 ))
50907 ->values(array(
50908   'name' => 'field_bundle_settings_user__user',
50909   'value' => 'a:2:{s:10:"view_modes";a:0:{}s:12:"extra_fields";a:2:{s:4:"form";a:2:{s:7:"account";a:1:{s:6:"weight";s:3:"-10";}s:8:"timezone";a:1:{s:6:"weight";s:1:"6";}}s:7:"display";a:0:{}}}',
50910 ))
50911 ->values(array(
50912   'name' => 'file_default_scheme',
50913   'value' => 's:6:"public";',
50914 ))
50915 ->values(array(
50916   'name' => 'file_description_length',
50917   'value' => 'i:256;',
50918 ))
50919 ->values(array(
50920   'name' => 'file_description_type',
50921   'value' => 's:9:"textfield";',
50922 ))
50923 ->values(array(
50924   'name' => 'file_directory_path',
50925   'value' => 's:19:"sites/default/files";',
50926 ))
50927 ->values(array(
50928   'name' => 'file_icon_directory',
50929   'value' => 's:25:"sites/default/files/icons";',
50930 ))
50931 ->values(array(
50932   'name' => 'file_private_path',
50933   'value' => 's:21:"sites/default/private";',
50934 ))
50935 ->values(array(
50936   'name' => 'file_public_path',
50937   'value' => 's:19:"sites/default/files";',
50938 ))
50939 ->values(array(
50940   'name' => 'file_temporary_path',
50941   'value' => 's:4:"/tmp";',
50942 ))
50943 ->values(array(
50944   'name' => 'filter_fallback_format',
50945   'value' => 's:10:"plain_text";',
50946 ))
50947 ->values(array(
50948   'name' => 'forum_block_num_active',
50949   'value' => 'i:9;',
50950 ))
50951 ->values(array(
50952   'name' => 'forum_block_num_new',
50953   'value' => 'i:4;',
50954 ))
50955 ->values(array(
50956   'name' => 'forum_containers',
50957   'value' => 'a:1:{i:0;s:1:"6";}',
50958 ))
50959 ->values(array(
50960   'name' => 'forum_hot_topic',
50961   'value' => 'i:10;',
50962 ))
50963 ->values(array(
50964   'name' => 'forum_nav_vocabulary',
50965   'value' => 's:1:"2";',
50966 ))
50967 ->values(array(
50968   'name' => 'forum_order',
50969   'value' => 'i:1;',
50970 ))
50971 ->values(array(
50972   'name' => 'forum_per_page',
50973   'value' => 'i:25;',
50974 ))
50975 ->values(array(
50976   'name' => 'image_jpeg_quality',
50977   'value' => 'i:80;',
50978 ))
50979 ->values(array(
50980   'name' => 'image_style_preview_image',
50981   'value' => 's:33:"core/modules/image/testsample.png";',
50982 ))
50983 ->values(array(
50984   'name' => 'image_toolkit',
50985   'value' => 's:2:"gd";',
50986 ))
50987 ->values(array(
50988   'name' => 'install_profile',
50989   'value' => 's:8:"standard";',
50990 ))
50991 ->values(array(
50992   'name' => 'install_task',
50993   'value' => 's:4:"done";',
50994 ))
50995 ->values(array(
50996   'name' => 'install_time',
50997   'value' => 'i:1421694923;',
50998 ))
50999 ->values(array(
51000   'name' => 'javascript_parsed',
51001   'value' => 'a:17:{i:0;s:14:"misc/drupal.js";i:1;s:14:"misc/jquery.js";i:2;s:19:"misc/jquery.once.js";i:3;s:32:"modules/contextual/contextual.js";i:4;s:21:"misc/jquery.cookie.js";i:5;s:26:"modules/toolbar/toolbar.js";i:6;s:19:"misc/tableheader.js";i:7;s:12:"misc/form.js";i:8;s:16:"misc/collapse.js";i:9;s:17:"misc/tabledrag.js";s:10:"refresh:is";s:7:"waiting";i:10;s:20:"misc/machine-name.js";i:11;s:16:"misc/textarea.js";i:12;s:36:"modules/comment/comment-node-form.js";i:13;s:26:"modules/menu/menu.admin.js";i:14;s:21:"misc/vertical-tabs.js";i:15;s:29:"modules/node/content_types.js";}',
51002 ))
51003 ->values(array(
51004   'name' => 'language_content_type_article',
51005   'value' => 's:1:"2";',
51006 ))
51007 ->values(array(
51008   'name' => 'language_content_type_blog',
51009   'value' => 's:1:"2";',
51010 ))
51011 ->values(array(
51012   'name' => 'language_content_type_forum',
51013   'value' => 's:1:"0";',
51014 ))
51015 ->values(array(
51016   'name' => 'language_content_type_page',
51017   'value' => 's:1:"0";',
51018 ))
51019 ->values(array(
51020   'name' => 'language_content_type_test_content_type',
51021   'value' => 's:1:"4";',
51022 ))
51023 ->values(array(
51024   'name' => 'i18n_node_options_blog',
51025   'value' => 'a:2:{i:0;s:8:"required";i:1;s:4:"lock";}',
51026 ))
51027 ->values(array(
51028   'name' => 'language_count',
51029   'value' => 'i:3;',
51030 ))
51031 ->values(array(
51032   'name' => 'language_default',
51033   'value' => 'O:8:"stdClass":11:{s:8:"language";s:2:"en";s:4:"name";s:7:"English";s:6:"native";s:7:"English";s:9:"direction";s:1:"0";s:7:"enabled";i:1;s:7:"plurals";s:1:"0";s:7:"formula";s:0:"";s:6:"domain";s:0:"";s:6:"prefix";s:0:"";s:6:"weight";s:1:"0";s:10:"javascript";s:0:"";}',
51034 ))
51035 ->values(array(
51036   'name' => 'language_negotiation_language',
51037   'value' => 'a:3:{s:11:"locale-user";a:2:{s:9:"callbacks";a:1:{s:8:"language";s:25:"locale_language_from_user";}s:4:"file";s:19:"includes/locale.inc";}s:10:"locale-url";a:2:{s:9:"callbacks";a:3:{s:8:"language";s:24:"locale_language_from_url";s:8:"switcher";s:28:"locale_language_switcher_url";s:11:"url_rewrite";s:31:"locale_language_url_rewrite_url";}s:4:"file";s:19:"includes/locale.inc";}s:16:"language-default";a:1:{s:9:"callbacks";a:1:{s:8:"language";s:21:"language_from_default";}}}',
51038 ))
51039 ->values(array(
51040   'name' => 'language_negotiation_language_content',
51041   'value' => 'a:1:{s:16:"locale-interface";a:2:{s:9:"callbacks";a:1:{s:8:"language";s:30:"locale_language_from_interface";}s:4:"file";s:19:"includes/locale.inc";}}',
51042 ))
51043 ->values(array(
51044   'name' => 'language_negotiation_language_url',
51045   'value' => 'a:2:{s:10:"locale-url";a:2:{s:9:"callbacks";a:3:{s:8:"language";s:24:"locale_language_from_url";s:8:"switcher";s:28:"locale_language_switcher_url";s:11:"url_rewrite";s:31:"locale_language_url_rewrite_url";}s:4:"file";s:19:"includes/locale.inc";}s:19:"locale-url-fallback";a:2:{s:9:"callbacks";a:1:{s:8:"language";s:28:"locale_language_url_fallback";}s:4:"file";s:19:"includes/locale.inc";}}',
51046 ))
51047 ->values(array(
51048   'name' => 'language_types',
51049   'value' => 'a:3:{s:8:"language";b:1;s:16:"language_content";b:0;s:12:"language_url";b:0;}',
51050 ))
51051 ->values(array(
51052   'name' => 'locale_language_negotiation_session_param',
51053   'value' => 's:8:"language";',
51054 ))
51055 ->values(array(
51056   'name' => 'locale_language_negotiation_url_part',
51057   'value' => 'i:0;',
51058 ))
51059 ->values(array(
51060   'name' => 'locale_language_providers_weight_language',
51061   'value' => 'a:5:{s:10:"locale-url";s:2:"-9";s:14:"locale-session";s:2:"-8";s:11:"locale-user";s:3:"-10";s:14:"locale-browser";s:2:"-7";s:16:"language-default";s:2:"-6";}',
51062 ))
51063 ->values(array(
51064   'name' => 'mail_system',
51065   'value' => 'a:1:{s:14:"default-system";s:17:"DefaultMailSystem";}',
51066 ))
51067 ->values(array(
51068   'name' => 'maintenance_mode',
51069   'value' => 'i:0;',
51070 ))
51071 ->values(array(
51072   'name' => 'maintenance_mode_message',
51073   'value' => 's:42:"This is a custom maintenance mode message.";',
51074 ))
51075 ->values(array(
51076   'name' => 'menu_expanded',
51077   'value' => 'a:0:{}',
51078 ))
51079 ->values(array(
51080   'name' => 'menu_masks',
51081   'value' => 'a:36:{i:0;i:501;i:1;i:493;i:2;i:250;i:3;i:247;i:4;i:246;i:5;i:245;i:6;i:126;i:7;i:125;i:8;i:123;i:9;i:122;i:10;i:121;i:11;i:117;i:12;i:63;i:13;i:62;i:14;i:61;i:15;i:60;i:16;i:59;i:17;i:58;i:18;i:44;i:19;i:31;i:20;i:30;i:21;i:29;i:22;i:24;i:23;i:21;i:24;i:15;i:25;i:14;i:26;i:13;i:27;i:12;i:28;i:11;i:29;i:8;i:30;i:7;i:31;i:6;i:32;i:5;i:33;i:3;i:34;i:2;i:35;i:1;}',
51082 ))
51083 ->values(array(
51084   'name' => 'menu_options_article',
51085   'value' => 'a:1:{i:0;s:9:"main-menu";}',
51086 ))
51087 ->values(array(
51088   'name' => 'menu_options_blog',
51089   'value' => 'a:1:{i:0;s:9:"main-menu";}',
51090 ))
51091 ->values(array(
51092   'name' => 'menu_options_book',
51093   'value' => 'a:1:{i:0;s:9:"main-menu";}',
51094 ))
51095 ->values(array(
51096   'name' => 'menu_options_forum',
51097   'value' => 'a:1:{i:0;s:9:"main-menu";}',
51098 ))
51099 ->values(array(
51100   'name' => 'menu_options_page',
51101   'value' => 'a:1:{i:0;s:9:"main-menu";}',
51102 ))
51103 ->values(array(
51104   'name' => 'menu_options_test_content_type',
51105   'value' => 'a:4:{i:0;s:9:"main-menu";i:1;s:10:"management";i:2;s:10:"navigation";i:3;s:9:"user-menu";}',
51106 ))
51107 ->values(array(
51108   'name' => 'menu_override_parent_selector',
51109   'value' => 'b:1;',
51110 ))
51111 ->values(array(
51112   'name' => 'menu_parent_article',
51113   'value' => 's:11:"main-menu:0";',
51114 ))
51115 ->values(array(
51116   'name' => 'menu_parent_blog',
51117   'value' => 's:11:"main-menu:0";',
51118 ))
51119 ->values(array(
51120   'name' => 'menu_parent_book',
51121   'value' => 's:11:"main-menu:0";',
51122 ))
51123 ->values(array(
51124   'name' => 'menu_parent_forum',
51125   'value' => 's:11:"main-menu:0";',
51126 ))
51127 ->values(array(
51128   'name' => 'menu_parent_page',
51129   'value' => 's:11:"main-menu:0";',
51130 ))
51131 ->values(array(
51132   'name' => 'menu_parent_test_content_type',
51133   'value' => 's:11:"main-menu:0";',
51134 ))
51135 ->values(array(
51136   'name' => 'minimum_word_size',
51137   'value' => 's:1:"4";',
51138 ))
51139 ->values(array(
51140   'name' => 'node_admin_theme',
51141   'value' => 's:1:"1";',
51142 ))
51143 ->values(array(
51144   'name' => 'node_cron_last',
51145   'value' => 's:10:"1441306832";',
51146 ))
51147 ->values(array(
51148   'name' => 'node_options_article',
51149   'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}',
51150 ))
51151 ->values(array(
51152   'name' => 'node_options_blog',
51153   'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}',
51154 ))
51155 ->values(array(
51156   'name' => 'node_options_book',
51157   'value' => 'a:2:{i:0;s:6:"status";i:1;s:8:"revision";}',
51158 ))
51159 ->values(array(
51160   'name' => 'node_options_forum',
51161   'value' => 'a:1:{i:0;s:6:"status";}',
51162 ))
51163 ->values(array(
51164   'name' => 'node_options_page',
51165   'value' => 'a:1:{i:0;s:6:"status";}',
51166 ))
51167 ->values(array(
51168   'name' => 'node_options_test_content_type',
51169   'value' => 'a:3:{i:0;s:6:"status";i:1;s:7:"promote";i:2;s:8:"revision";}',
51170 ))
51171 ->values(array(
51172   'name' => 'node_preview_article',
51173   'value' => 's:1:"1";',
51174 ))
51175 ->values(array(
51176   'name' => 'node_preview_blog',
51177   'value' => 's:1:"1";',
51178 ))
51179 ->values(array(
51180   'name' => 'node_preview_book',
51181   'value' => 's:1:"1";',
51182 ))
51183 ->values(array(
51184   'name' => 'node_preview_forum',
51185   'value' => 's:1:"1";',
51186 ))
51187 ->values(array(
51188   'name' => 'node_preview_page',
51189   'value' => 's:1:"1";',
51190 ))
51191 ->values(array(
51192   'name' => 'node_preview_test_content_type',
51193   'value' => 's:1:"1";',
51194 ))
51195 ->values(array(
51196   'name' => 'node_rank_comments',
51197   'value' => 's:1:"0";',
51198 ))
51199 ->values(array(
51200   'name' => 'node_rank_promote',
51201   'value' => 's:1:"0";',
51202 ))
51203 ->values(array(
51204   'name' => 'node_rank_relevance',
51205   'value' => 's:1:"2";',
51206 ))
51207 ->values(array(
51208   'name' => 'node_rank_sticky',
51209   'value' => 's:1:"0";',
51210 ))
51211 ->values(array(
51212   'name' => 'node_rank_views',
51213   'value' => 's:1:"0";',
51214 ))
51215 ->values(array(
51216   'name' => 'node_submitted_article',
51217   'value' => 'i:1;',
51218 ))
51219 ->values(array(
51220   'name' => 'node_submitted_blog',
51221   'value' => 'i:1;',
51222 ))
51223 ->values(array(
51224   'name' => 'node_submitted_book',
51225   'value' => 'i:1;',
51226 ))
51227 ->values(array(
51228   'name' => 'node_submitted_forum',
51229   'value' => 'i:1;',
51230 ))
51231 ->values(array(
51232   'name' => 'node_submitted_page',
51233   'value' => 'i:0;',
51234 ))
51235 ->values(array(
51236   'name' => 'node_submitted_test_content_type',
51237   'value' => 'i:0;',
51238 ))
51239 ->values(array(
51240   'name' => 'overlap_cjk',
51241   'value' => 'i:1;',
51242 ))
51243 ->values(array(
51244   'name' => 'page_cache_maximum_age',
51245   'value' => 's:1:"0";',
51246 ))
51247 ->values(array(
51248   'name' => 'page_compression',
51249   'value' => 'i:1;',
51250 ))
51251 ->values(array(
51252   'name' => 'path_alias_whitelist',
51253   'value' => 'a:1:{s:8:"taxonomy";b:1;}',
51254 ))
51255 ->values(array(
51256   'name' => 'preprocess_css',
51257   'value' => 'i:1;',
51258 ))
51259 ->values(array(
51260   'name' => 'preprocess_js',
51261   'value' => 'i:0;',
51262 ))
51263 ->values(array(
51264   'name' => 'save_continue_test_content_type',
51265   'value' => 's:19:"Save and add fields";',
51266 ))
51267 ->values(array(
51268   'name' => 'search_active_modules',
51269   'value' => 'a:2:{s:4:"node";s:4:"node";s:4:"user";s:4:"user";}',
51270 ))
51271 ->values(array(
51272   'name' => 'search_and_or_limit',
51273   'value' => 'i:7;',
51274 ))
51275 ->values(array(
51276   'name' => 'search_cron_limit',
51277   'value' => 's:3:"100";',
51278 ))
51279 ->values(array(
51280   'name' => 'search_default_module',
51281   'value' => 's:4:"node";',
51282 ))
51283 ->values(array(
51284   'name' => 'search_tag_weights',
51285   'value' => 'a:12:{s:2:"h1";i:25;s:2:"h2";i:18;s:2:"h3";i:15;s:2:"h4";i:12;s:2:"h5";i:9;s:2:"h6";i:6;s:1:"u";i:3;s:1:"b";i:3;s:1:"i";i:3;s:6:"strong";i:3;s:2:"em";i:3;s:1:"a";i:10;}',
51286 ))
51287 ->values(array(
51288   'name' => 'simpletest_clear_results',
51289   'value' => 'b:1;',
51290 ))
51291 ->values(array(
51292   'name' => 'simpletest_httpauth_method',
51293   'value' => 'i:1;',
51294 ))
51295 ->values(array(
51296   'name' => 'simpletest_httpauth_password',
51297   'value' => 's:6:"foobaz";',
51298 ))
51299 ->values(array(
51300   'name' => 'simpletest_httpauth_username',
51301   'value' => 's:7:"testbot";',
51302 ))
51303 ->values(array(
51304   'name' => 'simpletest_verbose',
51305   'value' => 'b:1;',
51306 ))
51307 ->values(array(
51308   'name' => 'site_403',
51309   'value' => 's:4:"node";',
51310 ))
51311 ->values(array(
51312   'name' => 'site_404',
51313   'value' => 's:4:"node";',
51314 ))
51315 ->values(array(
51316   'name' => 'site_default_country',
51317   'value' => 's:2:"US";',
51318 ))
51319 ->values(array(
51320   'name' => 'site_frontpage',
51321   'value' => 's:4:"node";',
51322 ))
51323 ->values(array(
51324   'name' => 'site_mail',
51325   'value' => 's:23:"joseph@flattandsons.com";',
51326 ))
51327 ->values(array(
51328   'name' => 'site_name',
51329   'value' => 's:13:"The Site Name";',
51330 ))
51331 ->values(array(
51332   'name' => 'site_offline_message',
51333   'value' => 's:42:"This is a custom maintenance mode message.";',
51334 ))
51335 ->values(array(
51336   'name' => 'site_slogan',
51337   'value' => 's:10:"The Slogan";',
51338 ))
51339 ->values(array(
51340   'name' => 'statistics_count_content_views',
51341   'value' => 'i:1;',
51342 ))
51343 ->values(array(
51344   'name' => 'statistics_count_content_views_ajax',
51345   'value' => 'i:0;',
51346 ))
51347 ->values(array(
51348   'name' => 'statistics_day_timestamp',
51349   'value' => 'i:1444944970;',
51350 ))
51351 ->values(array(
51352   'name' => 'statistics_enable_access_log',
51353   'value' => 'i:1;',
51354 ))
51355 ->values(array(
51356   'name' => 'statistics_flush_accesslog_timer',
51357   'value' => 's:4:"3600";',
51358 ))
51359 ->values(array(
51360   'name' => 'suppress_itok_output',
51361   'value' => 'b:1;',
51362 ))
51363 ->values(array(
51364   'name' => 'syslog_facility',
51365   'value' => 'i:8;',
51366 ))
51367 ->values(array(
51368   'name' => 'syslog_format',
51369   'value' => 's:72:"!base_url|!timestamp|!type|!ip|!request_uri|!referer|!uid|!link|!message";',
51370 ))
51371 ->values(array(
51372   'name' => 'syslog_identity',
51373   'value' => 's:6:"drupal";',
51374 ))
51375 ->values(array(
51376   'name' => 'taxonomy_override_selector',
51377   'value' => 'b:1;',
51378 ))
51379 ->values(array(
51380   'name' => 'taxonomy_terms_per_page_admin',
51381   'value' => 'i:84;',
51382 ))
51383 ->values(array(
51384   'name' => 'teaser_length',
51385   'value' => 'i:1024;',
51386 ))
51387 ->values(array(
51388   'name' => 'theme_default',
51389   'value' => 's:6:"bartik";',
51390 ))
51391 ->values(array(
51392   'name' => 'theme_settings',
51393   'value' => 'a:16:{s:11:"toggle_logo";i:0;s:11:"toggle_name";i:1;s:13:"toggle_slogan";i:0;s:24:"toggle_node_user_picture";i:0;s:27:"toggle_comment_user_picture";i:0;s:32:"toggle_comment_user_verification";i:0;s:14:"toggle_favicon";i:0;s:16:"toggle_main_menu";i:0;s:21:"toggle_secondary_menu";i:0;s:12:"default_logo";i:1;s:9:"logo_path";s:23:"public://customlogo.png";s:11:"logo_upload";s:0:"";s:15:"default_favicon";i:0;s:12:"favicon_path";s:24:"public://somefavicon.png";s:14:"favicon_upload";s:0:"";s:16:"favicon_mimetype";s:9:"image/png";}',
51394 ))
51395 ->values(array(
51396   'name' => 'theme_bartik_settings',
51397   'value' => 'a:18:{s:11:"toggle_logo";i:1;s:11:"toggle_name";i:1;s:13:"toggle_slogan";i:1;s:24:"toggle_node_user_picture";i:1;s:27:"toggle_comment_user_picture";i:1;s:32:"toggle_comment_user_verification";i:1;s:14:"toggle_favicon";i:1;s:16:"toggle_main_menu";i:1;s:21:"toggle_secondary_menu";i:1;s:12:"default_logo";i:0;s:9:"logo_path";s:16:"public://gnu.png";s:15:"default_favicon";i:1;s:12:"favicon_path";s:0:"";s:14:"favicon_upload";s:0:"";s:6:"scheme";s:7:"default";s:7:"palette";a:9:{s:3:"top";s:7:"#0779bf";s:6:"bottom";s:7:"#48a9e4";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#f6f6f2";s:14:"sidebarborders";s:7:"#f9f9f9";s:6:"footer";s:7:"#292929";s:11:"titleslogan";s:7:"#fffeff";s:4:"text";s:7:"#3b3b3b";s:4:"link";s:7:"#0071B3";}s:5:"theme";s:6:"bartik";s:4:"info";a:12:{s:6:"fields";a:9:{s:3:"top";s:10:"Header top";s:6:"bottom";s:13:"Header bottom";s:2:"bg";s:15:"Main background";s:7:"sidebar";s:18:"Sidebar background";s:14:"sidebarborders";s:15:"Sidebar borders";s:6:"footer";s:17:"Footer background";s:11:"titleslogan";s:16:"Title and slogan";s:4:"text";s:10:"Text color";s:4:"link";s:10:"Link color";}s:7:"schemes";a:6:{s:7:"default";a:2:{s:5:"title";s:21:"Blue Lagoon (default)";s:6:"colors";a:9:{s:3:"top";s:7:"#0779bf";s:6:"bottom";s:7:"#48a9e4";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#f6f6f2";s:14:"sidebarborders";s:7:"#f9f9f9";s:6:"footer";s:7:"#292929";s:11:"titleslogan";s:7:"#fffeff";s:4:"text";s:7:"#3b3b3b";s:4:"link";s:7:"#0071B3";}}s:9:"firehouse";a:2:{s:5:"title";s:9:"Firehouse";s:6:"colors";a:9:{s:3:"top";s:7:"#cd2d2d";s:6:"bottom";s:7:"#cf3535";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#f1f4f0";s:14:"sidebarborders";s:7:"#ededed";s:6:"footer";s:7:"#1f1d1c";s:11:"titleslogan";s:7:"#fffeff";s:4:"text";s:7:"#3b3b3b";s:4:"link";s:7:"#d6121f";}}s:3:"ice";a:2:{s:5:"title";s:3:"Ice";s:6:"colors";a:9:{s:3:"top";s:7:"#d0d0d0";s:6:"bottom";s:7:"#c2c4c5";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#ffffff";s:14:"sidebarborders";s:7:"#cccccc";s:6:"footer";s:7:"#24272c";s:11:"titleslogan";s:7:"#000000";s:4:"text";s:7:"#4a4a4a";s:4:"link";s:7:"#019dbf";}}s:4:"plum";a:2:{s:5:"title";s:4:"Plum";s:6:"colors";a:9:{s:3:"top";s:7:"#4c1c58";s:6:"bottom";s:7:"#593662";s:2:"bg";s:7:"#fffdf7";s:7:"sidebar";s:7:"#edede7";s:14:"sidebarborders";s:7:"#e7e7e7";s:6:"footer";s:7:"#2c2c28";s:11:"titleslogan";s:7:"#ffffff";s:4:"text";s:7:"#301313";s:4:"link";s:7:"#9d408d";}}s:5:"slate";a:2:{s:5:"title";s:5:"Slate";s:6:"colors";a:9:{s:3:"top";s:7:"#4a4a4a";s:6:"bottom";s:7:"#4e4e4e";s:2:"bg";s:7:"#ffffff";s:7:"sidebar";s:7:"#ffffff";s:14:"sidebarborders";s:7:"#d0d0d0";s:6:"footer";s:7:"#161617";s:11:"titleslogan";s:7:"#ffffff";s:4:"text";s:7:"#3b3b3b";s:4:"link";s:7:"#0073b6";}}s:0:"";a:2:{s:5:"title";s:6:"Custom";s:6:"colors";a:0:{}}}s:3:"css";a:1:{i:0;s:14:"css/colors.css";}s:4:"copy";a:1:{i:0;s:8:"logo.png";}s:9:"gradients";a:1:{i:0;a:3:{s:9:"dimension";a:4:{i:0;i:0;i:1;i:0;i:2;i:0;i:3;i:0;}s:9:"direction";s:8:"vertical";s:6:"colors";a:2:{i:0;s:3:"top";i:1;s:6:"bottom";}}}s:4:"fill";a:0:{}s:6:"slices";a:0:{}s:12:"blend_target";s:7:"#ffffff";s:11:"preview_css";s:17:"color/preview.css";s:10:"preview_js";s:16:"color/preview.js";s:12:"preview_html";s:18:"color/preview.html";s:10:"base_image";s:14:"color/base.png";}}',
51398 ))
51399 ->values(array(
51400   'name' => 'theme_seven_settings',
51401   'value' => 'a:15:{s:11:"toggle_logo";i:1;s:11:"toggle_name";i:1;s:13:"toggle_slogan";i:1;s:24:"toggle_node_user_picture";i:1;s:27:"toggle_comment_user_picture";i:0;s:32:"toggle_comment_user_verification";i:1;s:14:"toggle_favicon";i:1;s:16:"toggle_main_menu";i:1;s:21:"toggle_secondary_menu";i:0;s:12:"default_logo";i:1;s:9:"logo_path";s:0:"";s:11:"logo_upload";s:0:"";s:15:"default_favicon";i:1;s:12:"favicon_path";s:0:"";s:14:"favicon_upload";s:0:"";}',
51402 ))
51403 ->values(array(
51404   'name' => 'tracker_batch_size',
51405   'value' => 'i:999;',
51406 ))
51407 ->values(array(
51408   'name' => 'update_check_frequency',
51409   'value' => 'i:1;',
51410 ))
51411 ->values(array(
51412   'name' => 'update_fetch_url',
51413   'value' => 's:23:"http://127.0.0.1/update";',
51414 ))
51415 ->values(array(
51416   'name' => 'update_last_check',
51417   'value' => 'i:1444944973;',
51418 ))
51419 ->values(array(
51420   'name' => 'update_max_fetch_attempts',
51421   'value' => 'i:3;',
51422 ))
51423 ->values(array(
51424   'name' => 'update_notification_threshold',
51425   'value' => 's:3:"all";',
51426 ))
51427 ->values(array(
51428   'name' => 'update_notify_emails',
51429   'value' => 'a:1:{i:0;s:19:"webmaster@127.0.0.1";}',
51430 ))
51431 ->values(array(
51432   'name' => 'user_admin_role',
51433   'value' => 's:1:"3";',
51434 ))
51435 ->values(array(
51436   'name' => 'user_cancel_method',
51437   'value' => 's:17:"user_cancel_block";',
51438 ))
51439 ->values(array(
51440   'name' => 'user_default_timezone',
51441   'value' => 'i:2;',
51442 ))
51443 ->values(array(
51444   'name' => 'user_email_verification',
51445   'value' => 'i:1;',
51446 ))
51447 ->values(array(
51448   'name' => 'user_failed_login_identifier_uid_only',
51449   'value' => 'b:1;',
51450 ))
51451 ->values(array(
51452   'name' => 'user_failed_login_ip_limit',
51453   'value' => 'i:30;',
51454 ))
51455 ->values(array(
51456   'name' => 'user_failed_login_ip_window',
51457   'value' => 'i:7200;',
51458 ))
51459 ->values(array(
51460   'name' => 'user_failed_login_user_limit',
51461   'value' => 'i:22;',
51462 ))
51463 ->values(array(
51464   'name' => 'user_failed_login_user_window',
51465   'value' => 'i:86400;',
51466 ))
51467 ->values(array(
51468   'name' => 'user_mail_cancel_confirm_body',
51469   'value' => 's:55:"A little birdie said you wanted to cancel your account.";',
51470 ))
51471 ->values(array(
51472   'name' => 'user_mail_cancel_confirm_subject',
51473   'value' => 's:13:"Are you sure?";',
51474 ))
51475 ->values(array(
51476   'name' => 'user_mail_password_reset_body',
51477   'value' => "s:32:\"Nope! You're locked out forever.\";",
51478 ))
51479 ->values(array(
51480   'name' => 'user_mail_password_reset_subject',
51481   'value' => 's:17:"Fix your password";',
51482 ))
51483 ->values(array(
51484   'name' => 'user_mail_register_admin_created_body',
51485   'value' => 's:30:"...and she could take it away.";',
51486 ))
51487 ->values(array(
51488   'name' => 'user_mail_register_admin_created_subject',
51489   'value' => 's:24:"Gawd made you an account";',
51490 ))
51491 ->values(array(
51492   'name' => 'user_mail_register_no_approval_required_body',
51493   'value' => 's:59:"You can now log in if you can figure out how to use Drupal!";',
51494 ))
51495 ->values(array(
51496   'name' => 'user_mail_register_no_approval_required_subject',
51497   'value' => 's:8:"Welcome!";',
51498 ))
51499 ->values(array(
51500   'name' => 'user_mail_register_pending_approval_body',
51501   'value' => 's:61:"...you will join our Circle. Let the Drupal flow through you.";',
51502 ))
51503 ->values(array(
51504   'name' => 'user_mail_register_pending_approval_subject',
51505   'value' => 's:7:"Soon...";',
51506 ))
51507 ->values(array(
51508   'name' => 'user_mail_status_activated_body',
51509   'value' => 's:57:"Your account was activated, and there was much rejoicing.";',
51510 ))
51511 ->values(array(
51512   'name' => 'user_mail_status_activated_notify',
51513   'value' => 'i:1;',
51514 ))
51515 ->values(array(
51516   'name' => 'user_mail_status_activated_subject',
51517   'value' => 's:25:"Your account is approved!";',
51518 ))
51519 ->values(array(
51520   'name' => 'user_mail_status_blocked_body',
51521   'value' => 's:72:"You no longer please the robot overlords. Go to your room and chill out.";',
51522 ))
51523 ->values(array(
51524   'name' => 'user_mail_status_blocked_notify',
51525   'value' => 'i:1;',
51526 ))
51527 ->values(array(
51528   'name' => 'user_mail_status_blocked_subject',
51529   'value' => 's:7:"BEGONE!";',
51530 ))
51531 ->values(array(
51532   'name' => 'user_mail_status_canceled_body',
51533   'value' => 's:75:"The gates of Drupal are closed to you. Now you will work in the salt mines.";',
51534 ))
51535 ->values(array(
51536   'name' => 'user_mail_status_canceled_notify',
51537   'value' => 'i:1;',
51538 ))
51539 ->values(array(
51540   'name' => 'user_mail_status_canceled_subject',
51541   'value' => 's:12:"So long, bub";',
51542 ))
51543 ->values(array(
51544   'name' => 'user_pictures',
51545   'value' => 'i:1;',
51546 ))
51547 ->values(array(
51548   'name' => 'user_picture_default',
51549   'value' => 's:0:"";',
51550 ))
51551 ->values(array(
51552   'name' => 'user_picture_dimensions',
51553   'value' => 's:9:"1024x1024";',
51554 ))
51555 ->values(array(
51556   'name' => 'user_picture_file_size',
51557   'value' => 's:3:"800";',
51558 ))
51559 ->values(array(
51560   'name' => 'user_picture_guidelines',
51561   'value' => 's:0:"";',
51562 ))
51563 ->values(array(
51564   'name' => 'user_picture_path',
51565   'value' => 's:8:"pictures";',
51566 ))
51567 ->values(array(
51568   'name' => 'user_picture_style',
51569   'value' => 's:9:"thumbnail";',
51570 ))
51571 ->values(array(
51572   'name' => 'user_register',
51573   'value' => 's:1:"2";',
51574 ))
51575 ->values(array(
51576   'name' => 'user_signatures',
51577   'value' => 'i:0;',
51578 ))
51579 ->values(array(
51580   'name' => 'variable_module_list',
51581   'value' => 'a:4:{s:6:"locale";a:5:{i:0;s:29:"language_content_type_article";i:1;s:26:"language_content_type_page";i:2;s:26:"language_content_type_book";i:3;s:39:"language_content_type_test_content_type";i:4;s:16:"language_default";}s:4:"i18n";a:1:{i:0;s:18:"i18n_language_list";}s:14:"variable_realm";a:4:{i:0;s:26:"variable_realm_list_global";i:1;s:28:"variable_realm_list_language";i:2;s:28:"variable_realm_weight_global";i:3;s:30:"variable_realm_weight_language";}s:13:"i18n_variable";a:2:{i:0;s:18:"i18n_variable_conf";i:1;s:18:"i18n_variable_list";}}',
51582 ))
51583 ->values(array(
51584   'name' => 'variable_realm_list_language',
51585   'value' => 'a:3:{i:0;s:9:"site_name";i:1;s:11:"site_slogan";i:2;s:24:"maintenance_mode_message";}',
51586 ))
51587 ->execute();
51588
51589 $connection->schema()->createTable('variable_store', array(
51590   'fields' => array(
51591     'realm' => array(
51592       'type' => 'varchar',
51593       'not null' => TRUE,
51594       'length' => '50',
51595       'default' => '',
51596     ),
51597     'realm_key' => array(
51598       'type' => 'varchar',
51599       'not null' => TRUE,
51600       'length' => '50',
51601       'default' => '',
51602     ),
51603     'name' => array(
51604       'type' => 'varchar',
51605       'not null' => TRUE,
51606       'length' => '128',
51607       'default' => '',
51608     ),
51609     'value' => array(
51610       'type' => 'text',
51611       'not null' => TRUE,
51612       'size' => 'big',
51613     ),
51614     'serialized' => array(
51615       'type' => 'int',
51616       'not null' => TRUE,
51617       'size' => 'small',
51618       'default' => '1',
51619     ),
51620   ),
51621   'primary key' => array(
51622     'realm',
51623     'realm_key',
51624     'name',
51625   ),
51626   'indexes' => array(
51627     'realm_value' => array(
51628       'realm',
51629       'realm_key',
51630     ),
51631   ),
51632   'mysql_character_set' => 'utf8',
51633 ));
51634
51635 $connection->insert('variable_store')
51636 ->fields(array(
51637   'realm',
51638   'realm_key',
51639   'name',
51640   'value',
51641   'serialized',
51642 ))
51643 ->values(array(
51644   'realm' => 'language',
51645   'realm_key' => 'is',
51646   'name' => 'maintenance_mode_message',
51647   'value' => 'is - This is a custom maintenance mode message.',
51648   'serialized' => '0',
51649 ))
51650 ->values(array(
51651   'realm' => 'language',
51652   'realm_key' => 'is',
51653   'name' => 'site_403',
51654   'value' => 'node/1',
51655   'serialized' => '0',
51656 ))
51657 ->values(array(
51658   'realm' => 'language',
51659   'realm_key' => 'is',
51660   'name' => 'site_404',
51661   'value' => 'node/6',
51662   'serialized' => '0',
51663 ))
51664 ->values(array(
51665   'realm' => 'language',
51666   'realm_key' => 'is',
51667   'name' => 'site_frontpage',
51668   'value' => 'node/4',
51669   'serialized' => '0',
51670 ))
51671 ->values(array(
51672   'realm' => 'language',
51673   'realm_key' => 'is',
51674   'name' => 'site_name',
51675   'value' => 'is - The Site Name',
51676   'serialized' => '0',
51677 ))
51678 ->values(array(
51679   'realm' => 'language',
51680   'realm_key' => 'is',
51681   'name' => 'site_slogan',
51682   'value' => 'is - The Slogan',
51683   'serialized' => '0',
51684 ))
51685   ->values(array(
51686   'realm' => 'language',
51687   'realm_key' => 'fr',
51688   'name' => 'site_403',
51689   'value' => 'node',
51690   'serialized' => '0',
51691 ))
51692 ->values(array(
51693   'realm' => 'language',
51694   'realm_key' => 'fr',
51695   'name' => 'site_404',
51696   'value' => 'node',
51697   'serialized' => '0',
51698 ))
51699 ->values(array(
51700   'realm' => 'language',
51701   'realm_key' => 'fr',
51702   'name' => 'site_frontpage',
51703   'value' => 'node',
51704   'serialized' => '0',
51705 ))
51706 ->values(array(
51707   'realm' => 'language',
51708   'realm_key' => 'fr',
51709   'name' => 'site_name',
51710   'value' => 'The Site Name',
51711   'serialized' => '0',
51712 ))
51713 ->values(array(
51714   'realm' => 'language',
51715   'realm_key' => 'fr',
51716   'name' => 'site_slogan',
51717   'value' => 'fr - The Slogan',
51718   'serialized' => '0',
51719 ))
51720 ->values(array(
51721   'realm' => 'language',
51722   'realm_key' => 'en',
51723   'name' => 'user_default_timezone',
51724   'value' => '2',
51725   'serialized' => '0',
51726 ))
51727 ->values(array(
51728   'realm' => 'language',
51729   'realm_key' => 'fr',
51730   'name' => 'user_default_timezone',
51731   'value' => '0',
51732   'serialized' => '0',
51733 ))
51734 ->values(array(
51735   'realm' => 'language',
51736   'realm_key' => 'is',
51737   'name' => 'user_mail_cancel_confirm_body',
51738   'value' => 'is - A little birdie said you wanted to cancel your account.',
51739   'serialized' => '0',
51740 ))
51741 ->values(array(
51742   'realm' => 'language',
51743   'realm_key' => 'is',
51744   'name' => 'user_mail_cancel_confirm_subject',
51745   'value' => 'is - Are you sure?',
51746   'serialized' => '0',
51747 ))
51748 ->values(array(
51749   'realm' => 'language',
51750   'realm_key' => 'is',
51751   'name' => 'user_mail_password_reset_body',
51752   'value' => "is - Nope! You're locked out forever.",
51753   'serialized' => '0',
51754 ))
51755 ->values(array(
51756   'realm' => 'language',
51757   'realm_key' => 'is',
51758   'name' => 'user_mail_password_reset_subject',
51759   'value' => 'is - Fix your password',
51760   'serialized' => '0',
51761 ))
51762 ->values(array(
51763   'realm' => 'language',
51764   'realm_key' => 'is',
51765   'name' => 'user_mail_register_admin_created_body',
51766   'value' => "is - ...and she could take it away.\r\n[site:name], [site:url]",
51767   'serialized' => '0',
51768 ))
51769 ->values(array(
51770   'realm' => 'language',
51771   'realm_key' => 'is',
51772   'name' => 'user_mail_register_admin_created_subject',
51773   'value' => 'is - Gawd made you an account',
51774   'serialized' => '0',
51775 ))
51776 ->values(array(
51777   'realm' => 'language',
51778   'realm_key' => 'is',
51779   'name' => 'user_mail_register_no_approval_required_body',
51780   'value' => 'is - You can now log in if you can figure out how to use Drupal!',
51781   'serialized' => '0',
51782 ))
51783 ->values(array(
51784   'realm' => 'language',
51785   'realm_key' => 'is',
51786   'name' => 'user_mail_register_no_approval_required_subject',
51787   'value' => 'is - Welcome!',
51788   'serialized' => '0',
51789 ))
51790 ->values(array(
51791   'realm' => 'language',
51792   'realm_key' => 'is',
51793   'name' => 'user_mail_register_pending_approval_body',
51794   'value' => 'is - ...you will join our Circle. Let the Drupal flow through you.',
51795   'serialized' => '0',
51796 ))
51797 ->values(array(
51798   'realm' => 'language',
51799   'realm_key' => 'is',
51800   'name' => 'user_mail_register_pending_approval_subject',
51801   'value' => 'is - Soon...',
51802   'serialized' => '0',
51803 ))
51804 ->values(array(
51805   'realm' => 'language',
51806   'realm_key' => 'is',
51807   'name' => 'user_mail_status_activated_body',
51808   'value' => 'is - Your account was activated, and there was much rejoicing.',
51809   'serialized' => '0',
51810 ))
51811 ->values(array(
51812   'realm' => 'language',
51813   'realm_key' => 'is',
51814   'name' => 'user_mail_status_activated_subject',
51815   'value' => 'is - Your account is approved!',
51816   'serialized' => '0',
51817 ))
51818 ->values(array(
51819   'realm' => 'language',
51820   'realm_key' => 'is',
51821   'name' => 'user_mail_status_blocked_body',
51822   'value' => 'is - You no longer please the robot overlords. Go to your room and chill out.',
51823   'serialized' => '0',
51824 ))
51825 ->values(array(
51826   'realm' => 'language',
51827   'realm_key' => 'is',
51828   'name' => 'user_mail_status_blocked_subject',
51829   'value' => 'is - BEGONE!',
51830   'serialized' => '0',
51831 ))
51832 ->values(array(
51833   'realm' => 'language',
51834   'realm_key' => 'is',
51835   'name' => 'user_mail_status_canceled_body',
51836   'value' => 'is - The gates of Drupal are closed to you. Now you will work in the salt mines.',
51837   'serialized' => '0',
51838 ))
51839 ->values(array(
51840   'realm' => 'language',
51841   'realm_key' => 'is',
51842   'name' => 'user_mail_status_canceled_subject',
51843   'value' => 'is - So long, bub',
51844   'serialized' => '0',
51845 ))
51846 ->values(array(
51847   'realm' => 'language',
51848   'realm_key' => 'is',
51849   'name' => 'anonymous',
51850   'value' => 'is - anonymous',
51851    'serialized' => '0',
51852 ))
51853 ->execute();
51854
51855 $connection->schema()->createTable('watchdog', array(
51856   'fields' => array(
51857     'wid' => array(
51858       'type' => 'serial',
51859       'not null' => TRUE,
51860       'size' => 'normal',
51861     ),
51862     'uid' => array(
51863       'type' => 'int',
51864       'not null' => TRUE,
51865       'size' => 'normal',
51866       'default' => '0',
51867     ),
51868     'type' => array(
51869       'type' => 'varchar',
51870       'not null' => TRUE,
51871       'length' => '64',
51872       'default' => '',
51873     ),
51874     'message' => array(
51875       'type' => 'text',
51876       'not null' => TRUE,
51877       'size' => 'normal',
51878     ),
51879     'variables' => array(
51880       'type' => 'blob',
51881       'not null' => TRUE,
51882       'size' => 'normal',
51883     ),
51884     'severity' => array(
51885       'type' => 'int',
51886       'not null' => TRUE,
51887       'size' => 'normal',
51888       'default' => '0',
51889       'unsigned' => TRUE,
51890     ),
51891     'link' => array(
51892       'type' => 'varchar',
51893       'not null' => FALSE,
51894       'length' => '255',
51895       'default' => '',
51896     ),
51897     'location' => array(
51898       'type' => 'text',
51899       'not null' => TRUE,
51900       'size' => 'normal',
51901     ),
51902     'referer' => array(
51903       'type' => 'text',
51904       'not null' => FALSE,
51905       'size' => 'normal',
51906     ),
51907     'hostname' => array(
51908       'type' => 'varchar',
51909       'not null' => TRUE,
51910       'length' => '128',
51911       'default' => '',
51912     ),
51913     'timestamp' => array(
51914       'type' => 'int',
51915       'not null' => TRUE,
51916       'size' => 'normal',
51917       'default' => '0',
51918     ),
51919   ),
51920   'primary key' => array(
51921     'wid',
51922   ),
51923   'mysql_character_set' => 'utf8',
51924 ));