Upgraded drupal core with security updates
[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   ),
1040   'primary key' => array(
1041     'bid',
1042   ),
1043   'mysql_character_set' => 'utf8',
1044 ));
1045
1046 $connection->insert('block')
1047 ->fields(array(
1048   'bid',
1049   'module',
1050   'delta',
1051   'theme',
1052   'status',
1053   'weight',
1054   'region',
1055   'custom',
1056   'visibility',
1057   'pages',
1058   'title',
1059   'cache',
1060 ))
1061 ->values(array(
1062   'bid' => '1',
1063   'module' => 'system',
1064   'delta' => 'main',
1065   'theme' => 'bartik',
1066   'status' => '1',
1067   'weight' => '0',
1068   'region' => 'content',
1069   'custom' => '0',
1070   'visibility' => '0',
1071   'pages' => '',
1072   'title' => '',
1073   'cache' => '-1',
1074 ))
1075 ->values(array(
1076   'bid' => '2',
1077   'module' => 'search',
1078   'delta' => 'form',
1079   'theme' => 'bartik',
1080   'status' => '1',
1081   'weight' => '-1',
1082   'region' => 'sidebar_first',
1083   'custom' => '0',
1084   'visibility' => '0',
1085   'pages' => '',
1086   'title' => '',
1087   'cache' => '-1',
1088 ))
1089 ->values(array(
1090   'bid' => '3',
1091   'module' => 'node',
1092   'delta' => 'recent',
1093   'theme' => 'seven',
1094   'status' => '0',
1095   'weight' => '10',
1096   'region' => '-1',
1097   'custom' => '0',
1098   'visibility' => '0',
1099   'pages' => '',
1100   'title' => '',
1101   'cache' => '-1',
1102 ))
1103 ->values(array(
1104   'bid' => '4',
1105   'module' => 'user',
1106   'delta' => 'login',
1107   'theme' => 'bartik',
1108   'status' => '1',
1109   'weight' => '0',
1110   'region' => 'sidebar_first',
1111   'custom' => '0',
1112   'visibility' => '0',
1113   'pages' => '',
1114   'title' => '',
1115   'cache' => '-1',
1116 ))
1117 ->values(array(
1118   'bid' => '5',
1119   'module' => 'system',
1120   'delta' => 'navigation',
1121   'theme' => 'bartik',
1122   'status' => '1',
1123   'weight' => '0',
1124   'region' => 'sidebar_first',
1125   'custom' => '0',
1126   'visibility' => '0',
1127   'pages' => '',
1128   'title' => '',
1129   'cache' => '-1',
1130 ))
1131 ->values(array(
1132   'bid' => '6',
1133   'module' => 'system',
1134   'delta' => 'powered-by',
1135   'theme' => 'bartik',
1136   'status' => '1',
1137   'weight' => '10',
1138   'region' => 'footer',
1139   'custom' => '0',
1140   'visibility' => '0',
1141   'pages' => '',
1142   'title' => '',
1143   'cache' => '-1',
1144 ))
1145 ->values(array(
1146   'bid' => '7',
1147   'module' => 'system',
1148   'delta' => 'help',
1149   'theme' => 'bartik',
1150   'status' => '1',
1151   'weight' => '0',
1152   'region' => 'help',
1153   'custom' => '0',
1154   'visibility' => '0',
1155   'pages' => '',
1156   'title' => '',
1157   'cache' => '-1',
1158 ))
1159 ->values(array(
1160   'bid' => '8',
1161   'module' => 'system',
1162   'delta' => 'main',
1163   'theme' => 'seven',
1164   'status' => '1',
1165   'weight' => '0',
1166   'region' => 'content',
1167   'custom' => '0',
1168   'visibility' => '0',
1169   'pages' => '',
1170   'title' => '',
1171   'cache' => '-1',
1172 ))
1173 ->values(array(
1174   'bid' => '9',
1175   'module' => 'system',
1176   'delta' => 'help',
1177   'theme' => 'seven',
1178   'status' => '1',
1179   'weight' => '0',
1180   'region' => 'help',
1181   'custom' => '0',
1182   'visibility' => '0',
1183   'pages' => '',
1184   'title' => '',
1185   'cache' => '-1',
1186 ))
1187 ->values(array(
1188   'bid' => '10',
1189   'module' => 'user',
1190   'delta' => 'login',
1191   'theme' => 'seven',
1192   'status' => '1',
1193   'weight' => '10',
1194   'region' => 'content',
1195   'custom' => '0',
1196   'visibility' => '0',
1197   'pages' => '',
1198   'title' => '',
1199   'cache' => '-1',
1200 ))
1201 ->values(array(
1202   'bid' => '11',
1203   'module' => 'user',
1204   'delta' => 'new',
1205   'theme' => 'seven',
1206   'status' => '0',
1207   'weight' => '0',
1208   'region' => '-1',
1209   'custom' => '0',
1210   'visibility' => '0',
1211   'pages' => '',
1212   'title' => '',
1213   'cache' => '-1',
1214 ))
1215 ->values(array(
1216   'bid' => '12',
1217   'module' => 'search',
1218   'delta' => 'form',
1219   'theme' => 'seven',
1220   'status' => '0',
1221   'weight' => '-10',
1222   'region' => '-1',
1223   'custom' => '0',
1224   'visibility' => '0',
1225   'pages' => '',
1226   'title' => '',
1227   'cache' => '-1',
1228 ))
1229 ->values(array(
1230   'bid' => '13',
1231   'module' => 'comment',
1232   'delta' => 'recent',
1233   'theme' => 'bartik',
1234   'status' => '0',
1235   'weight' => '0',
1236   'region' => '-1',
1237   'custom' => '0',
1238   'visibility' => '0',
1239   'pages' => '',
1240   'title' => '',
1241   'cache' => '1',
1242 ))
1243 ->values(array(
1244   'bid' => '14',
1245   'module' => 'node',
1246   'delta' => 'syndicate',
1247   'theme' => 'bartik',
1248   'status' => '0',
1249   'weight' => '0',
1250   'region' => '-1',
1251   'custom' => '0',
1252   'visibility' => '0',
1253   'pages' => '',
1254   'title' => '',
1255   'cache' => '-1',
1256 ))
1257 ->values(array(
1258   'bid' => '15',
1259   'module' => 'node',
1260   'delta' => 'recent',
1261   'theme' => 'bartik',
1262   'status' => '0',
1263   'weight' => '0',
1264   'region' => '-1',
1265   'custom' => '0',
1266   'visibility' => '0',
1267   'pages' => '',
1268   'title' => '',
1269   'cache' => '1',
1270 ))
1271 ->values(array(
1272   'bid' => '16',
1273   'module' => 'shortcut',
1274   'delta' => 'shortcuts',
1275   'theme' => 'bartik',
1276   'status' => '0',
1277   'weight' => '0',
1278   'region' => '-1',
1279   'custom' => '0',
1280   'visibility' => '0',
1281   'pages' => '',
1282   'title' => '',
1283   'cache' => '-1',
1284 ))
1285 ->values(array(
1286   'bid' => '17',
1287   'module' => 'system',
1288   'delta' => 'management',
1289   'theme' => 'bartik',
1290   'status' => '0',
1291   'weight' => '0',
1292   'region' => '-1',
1293   'custom' => '0',
1294   'visibility' => '0',
1295   'pages' => '',
1296   'title' => '',
1297   'cache' => '-1',
1298 ))
1299 ->values(array(
1300   'bid' => '18',
1301   'module' => 'system',
1302   'delta' => 'user-menu',
1303   'theme' => 'bartik',
1304   'status' => '0',
1305   'weight' => '0',
1306   'region' => '-1',
1307   'custom' => '0',
1308   'visibility' => '0',
1309   'pages' => '',
1310   'title' => '',
1311   'cache' => '-1',
1312 ))
1313 ->values(array(
1314   'bid' => '19',
1315   'module' => 'system',
1316   'delta' => 'main-menu',
1317   'theme' => 'bartik',
1318   'status' => '0',
1319   'weight' => '0',
1320   'region' => '-1',
1321   'custom' => '0',
1322   'visibility' => '0',
1323   'pages' => '',
1324   'title' => '',
1325   'cache' => '-1',
1326 ))
1327 ->values(array(
1328   'bid' => '20',
1329   'module' => 'user',
1330   'delta' => 'new',
1331   'theme' => 'bartik',
1332   'status' => '0',
1333   'weight' => '0',
1334   'region' => '-1',
1335   'custom' => '0',
1336   'visibility' => '0',
1337   'pages' => '',
1338   'title' => '',
1339   'cache' => '1',
1340 ))
1341 ->values(array(
1342   'bid' => '21',
1343   'module' => 'user',
1344   'delta' => 'online',
1345   'theme' => 'bartik',
1346   'status' => '0',
1347   'weight' => '0',
1348   'region' => '-1',
1349   'custom' => '0',
1350   'visibility' => '0',
1351   'pages' => '',
1352   'title' => '',
1353   'cache' => '-1',
1354 ))
1355 ->values(array(
1356   'bid' => '22',
1357   'module' => 'comment',
1358   'delta' => 'recent',
1359   'theme' => 'seven',
1360   'status' => '0',
1361   'weight' => '0',
1362   'region' => '-1',
1363   'custom' => '0',
1364   'visibility' => '0',
1365   'pages' => '',
1366   'title' => '',
1367   'cache' => '1',
1368 ))
1369 ->values(array(
1370   'bid' => '23',
1371   'module' => 'node',
1372   'delta' => 'syndicate',
1373   'theme' => 'seven',
1374   'status' => '0',
1375   'weight' => '0',
1376   'region' => '-1',
1377   'custom' => '0',
1378   'visibility' => '0',
1379   'pages' => '',
1380   'title' => '',
1381   'cache' => '-1',
1382 ))
1383 ->values(array(
1384   'bid' => '24',
1385   'module' => 'shortcut',
1386   'delta' => 'shortcuts',
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 ))
1397 ->values(array(
1398   'bid' => '25',
1399   'module' => 'system',
1400   'delta' => 'powered-by',
1401   'theme' => 'seven',
1402   'status' => '0',
1403   'weight' => '10',
1404   'region' => '-1',
1405   'custom' => '0',
1406   'visibility' => '0',
1407   'pages' => '',
1408   'title' => '',
1409   'cache' => '-1',
1410 ))
1411 ->values(array(
1412   'bid' => '26',
1413   'module' => 'system',
1414   'delta' => 'navigation',
1415   'theme' => 'seven',
1416   'status' => '0',
1417   'weight' => '0',
1418   'region' => '-1',
1419   'custom' => '0',
1420   'visibility' => '0',
1421   'pages' => '',
1422   'title' => '',
1423   'cache' => '-1',
1424 ))
1425 ->values(array(
1426   'bid' => '27',
1427   'module' => 'system',
1428   'delta' => 'management',
1429   'theme' => 'seven',
1430   'status' => '0',
1431   'weight' => '0',
1432   'region' => '-1',
1433   'custom' => '0',
1434   'visibility' => '0',
1435   'pages' => '',
1436   'title' => '',
1437   'cache' => '-1',
1438 ))
1439 ->values(array(
1440   'bid' => '28',
1441   'module' => 'system',
1442   'delta' => 'user-menu',
1443   'theme' => 'seven',
1444   'status' => '0',
1445   'weight' => '0',
1446   'region' => '-1',
1447   'custom' => '0',
1448   'visibility' => '0',
1449   'pages' => '',
1450   'title' => '',
1451   'cache' => '-1',
1452 ))
1453 ->values(array(
1454   'bid' => '29',
1455   'module' => 'system',
1456   'delta' => 'main-menu',
1457   'theme' => 'seven',
1458   'status' => '0',
1459   'weight' => '0',
1460   'region' => '-1',
1461   'custom' => '0',
1462   'visibility' => '0',
1463   'pages' => '',
1464   'title' => '',
1465   'cache' => '-1',
1466 ))
1467 ->values(array(
1468   'bid' => '30',
1469   'module' => 'user',
1470   'delta' => 'online',
1471   'theme' => 'seven',
1472   'status' => '0',
1473   'weight' => '0',
1474   'region' => '-1',
1475   'custom' => '0',
1476   'visibility' => '0',
1477   'pages' => '',
1478   'title' => '',
1479   'cache' => '-1',
1480 ))
1481 ->values(array(
1482   'bid' => '31',
1483   'module' => 'blog',
1484   'delta' => 'recent',
1485   'theme' => 'bartik',
1486   'status' => '0',
1487   'weight' => '0',
1488   'region' => '-1',
1489   'custom' => '0',
1490   'visibility' => '0',
1491   'pages' => '',
1492   'title' => '',
1493   'cache' => '1',
1494 ))
1495 ->values(array(
1496   'bid' => '32',
1497   'module' => 'book',
1498   'delta' => 'navigation',
1499   'theme' => 'bartik',
1500   'status' => '0',
1501   'weight' => '0',
1502   'region' => '-1',
1503   'custom' => '0',
1504   'visibility' => '0',
1505   'pages' => '',
1506   'title' => '',
1507   'cache' => '5',
1508 ))
1509 ->values(array(
1510   'bid' => '33',
1511   'module' => 'locale',
1512   'delta' => 'language',
1513   'theme' => 'bartik',
1514   'status' => '0',
1515   'weight' => '0',
1516   'region' => '-1',
1517   'custom' => '0',
1518   'visibility' => '0',
1519   'pages' => '',
1520   'title' => '',
1521   'cache' => '-1',
1522 ))
1523 ->values(array(
1524   'bid' => '34',
1525   'module' => 'forum',
1526   'delta' => 'active',
1527   'theme' => 'bartik',
1528   'status' => '0',
1529   'weight' => '0',
1530   'region' => '-1',
1531   'custom' => '0',
1532   'visibility' => '0',
1533   'pages' => '',
1534   'title' => '',
1535   'cache' => '-2',
1536 ))
1537 ->values(array(
1538   'bid' => '35',
1539   'module' => 'forum',
1540   'delta' => 'new',
1541   'theme' => 'bartik',
1542   'status' => '0',
1543   'weight' => '0',
1544   'region' => '-1',
1545   'custom' => '0',
1546   'visibility' => '0',
1547   'pages' => '',
1548   'title' => '',
1549   'cache' => '-2',
1550 ))
1551 ->values(array(
1552   'bid' => '36',
1553   'module' => 'blog',
1554   'delta' => 'recent',
1555   'theme' => 'seven',
1556   'status' => '0',
1557   'weight' => '0',
1558   'region' => '-1',
1559   'custom' => '0',
1560   'visibility' => '0',
1561   'pages' => '',
1562   'title' => '',
1563   'cache' => '1',
1564 ))
1565 ->values(array(
1566   'bid' => '37',
1567   'module' => 'book',
1568   'delta' => 'navigation',
1569   'theme' => 'seven',
1570   'status' => '0',
1571   'weight' => '0',
1572   'region' => '-1',
1573   'custom' => '0',
1574   'visibility' => '0',
1575   'pages' => '',
1576   'title' => '',
1577   'cache' => '5',
1578 ))
1579 ->values(array(
1580   'bid' => '38',
1581   'module' => 'locale',
1582   'delta' => 'language',
1583   'theme' => 'seven',
1584   'status' => '0',
1585   'weight' => '0',
1586   'region' => '-1',
1587   'custom' => '0',
1588   'visibility' => '0',
1589   'pages' => '',
1590   'title' => '',
1591   'cache' => '-1',
1592 ))
1593 ->values(array(
1594   'bid' => '39',
1595   'module' => 'forum',
1596   'delta' => 'active',
1597   'theme' => 'seven',
1598   'status' => '0',
1599   'weight' => '0',
1600   'region' => '-1',
1601   'custom' => '0',
1602   'visibility' => '0',
1603   'pages' => '',
1604   'title' => '',
1605   'cache' => '-2',
1606 ))
1607 ->values(array(
1608   'bid' => '40',
1609   'module' => 'forum',
1610   'delta' => 'new',
1611   'theme' => 'seven',
1612   'status' => '0',
1613   'weight' => '0',
1614   'region' => '-1',
1615   'custom' => '0',
1616   'visibility' => '0',
1617   'pages' => '',
1618   'title' => '',
1619   'cache' => '-2',
1620 ))
1621 ->values(array(
1622   'bid' => '41',
1623   'module' => 'menu',
1624   'delta' => 'menu-test-menu',
1625   'theme' => 'bartik',
1626   'status' => '0',
1627   'weight' => '0',
1628   'region' => '-1',
1629   'custom' => '0',
1630   'visibility' => '0',
1631   'pages' => '',
1632   'title' => '',
1633   'cache' => '-1',
1634 ))
1635 ->values(array(
1636   'bid' => '42',
1637   'module' => 'statistics',
1638   'delta' => 'popular',
1639   'theme' => 'bartik',
1640   'status' => '0',
1641   'weight' => '0',
1642   'region' => '-1',
1643   'custom' => '0',
1644   'visibility' => '0',
1645   'pages' => '',
1646   'title' => '',
1647   'cache' => '-1',
1648 ))
1649 ->values(array(
1650   'bid' => '43',
1651   'module' => 'menu',
1652   'delta' => 'menu-test-menu',
1653   'theme' => 'seven',
1654   'status' => '0',
1655   'weight' => '0',
1656   'region' => '-1',
1657   'custom' => '0',
1658   'visibility' => '0',
1659   'pages' => '',
1660   'title' => '',
1661   'cache' => '-1',
1662 ))
1663 ->values(array(
1664   'bid' => '44',
1665   'module' => 'statistics',
1666   'delta' => 'popular',
1667   'theme' => 'seven',
1668   'status' => '0',
1669   'weight' => '0',
1670   'region' => '-1',
1671   'custom' => '0',
1672   'visibility' => '0',
1673   'pages' => '',
1674   'title' => '',
1675   'cache' => '-1',
1676 ))
1677 ->values(array(
1678   'bid' => '45',
1679   'module' => 'block',
1680   'delta' => '1',
1681   'theme' => 'bartik',
1682   'status' => '1',
1683   'weight' => '0',
1684   'region' => 'highlighted',
1685   'custom' => '0',
1686   'visibility' => '0',
1687   'pages' => '',
1688   'title' => 'Mildly amusing limerick of the day',
1689   'cache' => '-1',
1690 ))
1691 ->values(array(
1692   'bid' => '46',
1693   'module' => 'block',
1694   'delta' => '1',
1695   'theme' => 'seven',
1696   'status' => '0',
1697   'weight' => '0',
1698   'region' => '-1',
1699   'custom' => '0',
1700   'visibility' => '0',
1701   'pages' => '',
1702   'title' => 'Mildly amusing limerick of the day',
1703   'cache' => '-1',
1704 ))
1705 ->values(array(
1706   'bid' => '47',
1707   'module' => 'aggregator',
1708   'delta' => 'feed-1',
1709   'theme' => 'bartik',
1710   'status' => '0',
1711   'weight' => '0',
1712   'region' => '-1',
1713   'custom' => '0',
1714   'visibility' => '0',
1715   'pages' => '',
1716   'title' => '',
1717   'cache' => '1',
1718 ))
1719 ->values(array(
1720   'bid' => '48',
1721   'module' => 'aggregator',
1722   'delta' => 'feed-1',
1723   'theme' => 'seven',
1724   'status' => '0',
1725   'weight' => '0',
1726   'region' => '-1',
1727   'custom' => '0',
1728   'visibility' => '0',
1729   'pages' => '',
1730   'title' => '',
1731   'cache' => '1',
1732 ))
1733 ->execute();
1734
1735 $connection->schema()->createTable('block_custom', array(
1736   'fields' => array(
1737     'bid' => array(
1738       'type' => 'serial',
1739       'not null' => TRUE,
1740       'size' => 'normal',
1741       'unsigned' => TRUE,
1742     ),
1743     'body' => array(
1744       'type' => 'text',
1745       'not null' => FALSE,
1746       'size' => 'normal',
1747     ),
1748     'info' => array(
1749       'type' => 'varchar',
1750       'not null' => TRUE,
1751       'length' => '128',
1752       'default' => '',
1753     ),
1754     'format' => array(
1755       'type' => 'varchar',
1756       'not null' => FALSE,
1757       'length' => '255',
1758     ),
1759   ),
1760   'primary key' => array(
1761     'bid',
1762   ),
1763   'mysql_character_set' => 'utf8',
1764 ));
1765
1766 $connection->insert('block_custom')
1767 ->fields(array(
1768   'bid',
1769   'body',
1770   'info',
1771   'format',
1772 ))
1773 ->values(array(
1774   'bid' => '1',
1775   '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",
1776   'info' => 'Limerick',
1777   'format' => 'filtered_html',
1778 ))
1779 ->execute();
1780
1781 $connection->schema()->createTable('block_node_type', array(
1782   'fields' => array(
1783     'module' => array(
1784       'type' => 'varchar',
1785       'not null' => TRUE,
1786       'length' => '64',
1787     ),
1788     'delta' => array(
1789       'type' => 'varchar',
1790       'not null' => TRUE,
1791       'length' => '32',
1792     ),
1793     'type' => array(
1794       'type' => 'varchar',
1795       'not null' => TRUE,
1796       'length' => '32',
1797     ),
1798   ),
1799   'primary key' => array(
1800     'module',
1801     'delta',
1802     'type',
1803   ),
1804   'mysql_character_set' => 'utf8',
1805 ));
1806
1807 $connection->schema()->createTable('block_role', array(
1808   'fields' => array(
1809     'module' => array(
1810       'type' => 'varchar',
1811       'not null' => TRUE,
1812       'length' => '64',
1813     ),
1814     'delta' => array(
1815       'type' => 'varchar',
1816       'not null' => TRUE,
1817       'length' => '32',
1818     ),
1819     'rid' => array(
1820       'type' => 'int',
1821       'not null' => TRUE,
1822       'size' => 'normal',
1823       'unsigned' => TRUE,
1824     ),
1825   ),
1826   'primary key' => array(
1827     'module',
1828     'delta',
1829     'rid',
1830   ),
1831   'mysql_character_set' => 'utf8',
1832 ));
1833
1834 $connection->insert('block_role')
1835 ->fields(array(
1836   'module',
1837   'delta',
1838   'rid',
1839 ))
1840 ->values(array(
1841   'module' => 'block',
1842   'delta' => '1',
1843   'rid' => '2',
1844 ))
1845 ->execute();
1846
1847 $connection->schema()->createTable('blocked_ips', array(
1848   'fields' => array(
1849     'iid' => array(
1850       'type' => 'serial',
1851       'not null' => TRUE,
1852       'size' => 'normal',
1853       'unsigned' => TRUE,
1854     ),
1855     'ip' => array(
1856       'type' => 'varchar',
1857       'not null' => TRUE,
1858       'length' => '40',
1859       'default' => '',
1860     ),
1861   ),
1862   'primary key' => array(
1863     'iid',
1864   ),
1865   'mysql_character_set' => 'utf8',
1866 ));
1867
1868 $connection->insert('blocked_ips')
1869 ->fields(array(
1870   'iid',
1871   'ip',
1872 ))
1873 ->values(array(
1874   'iid' => '1',
1875   'ip' => '111.111.111.111',
1876 ))
1877 ->execute();
1878
1879 $connection->schema()->createTable('book', array(
1880   'fields' => array(
1881     'mlid' => array(
1882       'type' => 'int',
1883       'not null' => TRUE,
1884       'size' => 'normal',
1885       'default' => '0',
1886       'unsigned' => TRUE,
1887     ),
1888     'nid' => array(
1889       'type' => 'int',
1890       'not null' => TRUE,
1891       'size' => 'normal',
1892       'default' => '0',
1893       'unsigned' => TRUE,
1894     ),
1895     'bid' => array(
1896       'type' => 'int',
1897       'not null' => TRUE,
1898       'size' => 'normal',
1899       'default' => '0',
1900       'unsigned' => TRUE,
1901     ),
1902   ),
1903   'primary key' => array(
1904     'mlid',
1905   ),
1906   'mysql_character_set' => 'utf8',
1907 ));
1908
1909 $connection->schema()->createTable('cache', array(
1910   'fields' => array(
1911     'cid' => array(
1912       'type' => 'varchar',
1913       'not null' => TRUE,
1914       'length' => '255',
1915       'default' => '',
1916     ),
1917     'data' => array(
1918       'type' => 'blob',
1919       'not null' => FALSE,
1920       'size' => 'normal',
1921     ),
1922     'expire' => array(
1923       'type' => 'int',
1924       'not null' => TRUE,
1925       'size' => 'normal',
1926       'default' => '0',
1927     ),
1928     'created' => array(
1929       'type' => 'int',
1930       'not null' => TRUE,
1931       'size' => 'normal',
1932       'default' => '0',
1933     ),
1934     'serialized' => array(
1935       'type' => 'int',
1936       'not null' => TRUE,
1937       'size' => 'normal',
1938       'default' => '0',
1939     ),
1940   ),
1941   'primary key' => array(
1942     'cid',
1943   ),
1944   'mysql_character_set' => 'utf8',
1945 ));
1946
1947 $connection->schema()->createTable('cache_block', array(
1948   'fields' => array(
1949     'cid' => array(
1950       'type' => 'varchar',
1951       'not null' => TRUE,
1952       'length' => '255',
1953       'default' => '',
1954     ),
1955     'data' => array(
1956       'type' => 'blob',
1957       'not null' => FALSE,
1958       'size' => 'normal',
1959     ),
1960     'expire' => array(
1961       'type' => 'int',
1962       'not null' => TRUE,
1963       'size' => 'normal',
1964       'default' => '0',
1965     ),
1966     'created' => array(
1967       'type' => 'int',
1968       'not null' => TRUE,
1969       'size' => 'normal',
1970       'default' => '0',
1971     ),
1972     'serialized' => array(
1973       'type' => 'int',
1974       'not null' => TRUE,
1975       'size' => 'normal',
1976       'default' => '0',
1977     ),
1978   ),
1979   'primary key' => array(
1980     'cid',
1981   ),
1982   'mysql_character_set' => 'utf8',
1983 ));
1984
1985 $connection->schema()->createTable('cache_bootstrap', array(
1986   'fields' => array(
1987     'cid' => array(
1988       'type' => 'varchar',
1989       'not null' => TRUE,
1990       'length' => '255',
1991       'default' => '',
1992     ),
1993     'data' => array(
1994       'type' => 'blob',
1995       'not null' => FALSE,
1996       'size' => 'normal',
1997     ),
1998     'expire' => array(
1999       'type' => 'int',
2000       'not null' => TRUE,
2001       'size' => 'normal',
2002       'default' => '0',
2003     ),
2004     'created' => array(
2005       'type' => 'int',
2006       'not null' => TRUE,
2007       'size' => 'normal',
2008       'default' => '0',
2009     ),
2010     'serialized' => array(
2011       'type' => 'int',
2012       'not null' => TRUE,
2013       'size' => 'normal',
2014       'default' => '0',
2015     ),
2016   ),
2017   'primary key' => array(
2018     'cid',
2019   ),
2020   'mysql_character_set' => 'utf8',
2021 ));
2022
2023 $connection->schema()->createTable('cache_field', array(
2024   'fields' => array(
2025     'cid' => array(
2026       'type' => 'varchar',
2027       'not null' => TRUE,
2028       'length' => '255',
2029       'default' => '',
2030     ),
2031     'data' => array(
2032       'type' => 'blob',
2033       'not null' => FALSE,
2034       'size' => 'normal',
2035     ),
2036     'expire' => array(
2037       'type' => 'int',
2038       'not null' => TRUE,
2039       'size' => 'normal',
2040       'default' => '0',
2041     ),
2042     'created' => array(
2043       'type' => 'int',
2044       'not null' => TRUE,
2045       'size' => 'normal',
2046       'default' => '0',
2047     ),
2048     'serialized' => array(
2049       'type' => 'int',
2050       'not null' => TRUE,
2051       'size' => 'normal',
2052       'default' => '0',
2053     ),
2054   ),
2055   'primary key' => array(
2056     'cid',
2057   ),
2058   'mysql_character_set' => 'utf8',
2059 ));
2060
2061 $connection->schema()->createTable('cache_filter', array(
2062   'fields' => array(
2063     'cid' => array(
2064       'type' => 'varchar',
2065       'not null' => TRUE,
2066       'length' => '255',
2067       'default' => '',
2068     ),
2069     'data' => array(
2070       'type' => 'blob',
2071       'not null' => FALSE,
2072       'size' => 'normal',
2073     ),
2074     'expire' => array(
2075       'type' => 'int',
2076       'not null' => TRUE,
2077       'size' => 'normal',
2078       'default' => '0',
2079     ),
2080     'created' => array(
2081       'type' => 'int',
2082       'not null' => TRUE,
2083       'size' => 'normal',
2084       'default' => '0',
2085     ),
2086     'serialized' => array(
2087       'type' => 'int',
2088       'not null' => TRUE,
2089       'size' => 'normal',
2090       'default' => '0',
2091     ),
2092   ),
2093   'primary key' => array(
2094     'cid',
2095   ),
2096   'mysql_character_set' => 'utf8',
2097 ));
2098
2099 $connection->schema()->createTable('cache_form', array(
2100   'fields' => array(
2101     'cid' => array(
2102       'type' => 'varchar',
2103       'not null' => TRUE,
2104       'length' => '255',
2105       'default' => '',
2106     ),
2107     'data' => array(
2108       'type' => 'blob',
2109       'not null' => FALSE,
2110       'size' => 'normal',
2111     ),
2112     'expire' => array(
2113       'type' => 'int',
2114       'not null' => TRUE,
2115       'size' => 'normal',
2116       'default' => '0',
2117     ),
2118     'created' => array(
2119       'type' => 'int',
2120       'not null' => TRUE,
2121       'size' => 'normal',
2122       'default' => '0',
2123     ),
2124     'serialized' => array(
2125       'type' => 'int',
2126       'not null' => TRUE,
2127       'size' => 'normal',
2128       'default' => '0',
2129     ),
2130   ),
2131   'primary key' => array(
2132     'cid',
2133   ),
2134   'mysql_character_set' => 'utf8',
2135 ));
2136
2137 $connection->schema()->createTable('cache_image', array(
2138   'fields' => array(
2139     'cid' => array(
2140       'type' => 'varchar',
2141       'not null' => TRUE,
2142       'length' => '255',
2143       'default' => '',
2144     ),
2145     'data' => array(
2146       'type' => 'blob',
2147       'not null' => FALSE,
2148       'size' => 'normal',
2149     ),
2150     'expire' => array(
2151       'type' => 'int',
2152       'not null' => TRUE,
2153       'size' => 'normal',
2154       'default' => '0',
2155     ),
2156     'created' => array(
2157       'type' => 'int',
2158       'not null' => TRUE,
2159       'size' => 'normal',
2160       'default' => '0',
2161     ),
2162     'serialized' => array(
2163       'type' => 'int',
2164       'not null' => TRUE,
2165       'size' => 'normal',
2166       'default' => '0',
2167     ),
2168   ),
2169   'primary key' => array(
2170     'cid',
2171   ),
2172   'mysql_character_set' => 'utf8',
2173 ));
2174
2175 $connection->schema()->createTable('cache_menu', array(
2176   'fields' => array(
2177     'cid' => array(
2178       'type' => 'varchar',
2179       'not null' => TRUE,
2180       'length' => '255',
2181       'default' => '',
2182     ),
2183     'data' => array(
2184       'type' => 'blob',
2185       'not null' => FALSE,
2186       'size' => 'normal',
2187     ),
2188     'expire' => array(
2189       'type' => 'int',
2190       'not null' => TRUE,
2191       'size' => 'normal',
2192       'default' => '0',
2193     ),
2194     'created' => array(
2195       'type' => 'int',
2196       'not null' => TRUE,
2197       'size' => 'normal',
2198       'default' => '0',
2199     ),
2200     'serialized' => array(
2201       'type' => 'int',
2202       'not null' => TRUE,
2203       'size' => 'normal',
2204       'default' => '0',
2205     ),
2206   ),
2207   'primary key' => array(
2208     'cid',
2209   ),
2210   'mysql_character_set' => 'utf8',
2211 ));
2212
2213 $connection->schema()->createTable('cache_page', array(
2214   'fields' => array(
2215     'cid' => array(
2216       'type' => 'varchar',
2217       'not null' => TRUE,
2218       'length' => '255',
2219       'default' => '',
2220     ),
2221     'data' => array(
2222       'type' => 'blob',
2223       'not null' => FALSE,
2224       'size' => 'normal',
2225     ),
2226     'expire' => array(
2227       'type' => 'int',
2228       'not null' => TRUE,
2229       'size' => 'normal',
2230       'default' => '0',
2231     ),
2232     'created' => array(
2233       'type' => 'int',
2234       'not null' => TRUE,
2235       'size' => 'normal',
2236       'default' => '0',
2237     ),
2238     'serialized' => array(
2239       'type' => 'int',
2240       'not null' => TRUE,
2241       'size' => 'normal',
2242       'default' => '0',
2243     ),
2244   ),
2245   'primary key' => array(
2246     'cid',
2247   ),
2248   'mysql_character_set' => 'utf8',
2249 ));
2250
2251 $connection->schema()->createTable('cache_path', array(
2252   'fields' => array(
2253     'cid' => array(
2254       'type' => 'varchar',
2255       'not null' => TRUE,
2256       'length' => '255',
2257       'default' => '',
2258     ),
2259     'data' => array(
2260       'type' => 'blob',
2261       'not null' => FALSE,
2262       'size' => 'normal',
2263     ),
2264     'expire' => array(
2265       'type' => 'int',
2266       'not null' => TRUE,
2267       'size' => 'normal',
2268       'default' => '0',
2269     ),
2270     'created' => array(
2271       'type' => 'int',
2272       'not null' => TRUE,
2273       'size' => 'normal',
2274       'default' => '0',
2275     ),
2276     'serialized' => array(
2277       'type' => 'int',
2278       'not null' => TRUE,
2279       'size' => 'normal',
2280       'default' => '0',
2281     ),
2282   ),
2283   'primary key' => array(
2284     'cid',
2285   ),
2286   'mysql_character_set' => 'utf8',
2287 ));
2288
2289 $connection->schema()->createTable('cache_update', array(
2290   'fields' => array(
2291     'cid' => array(
2292       'type' => 'varchar',
2293       'not null' => TRUE,
2294       'length' => '255',
2295       'default' => '',
2296     ),
2297     'data' => array(
2298       'type' => 'blob',
2299       'not null' => FALSE,
2300       'size' => 'normal',
2301     ),
2302     'expire' => array(
2303       'type' => 'int',
2304       'not null' => TRUE,
2305       'size' => 'normal',
2306       'default' => '0',
2307     ),
2308     'created' => array(
2309       'type' => 'int',
2310       'not null' => TRUE,
2311       'size' => 'normal',
2312       'default' => '0',
2313     ),
2314     'serialized' => array(
2315       'type' => 'int',
2316       'not null' => TRUE,
2317       'size' => 'normal',
2318       'default' => '0',
2319     ),
2320   ),
2321   'primary key' => array(
2322     'cid',
2323   ),
2324   'mysql_character_set' => 'utf8',
2325 ));
2326
2327 $connection->schema()->createTable('cache_views', array(
2328   'fields' => array(
2329     'cid' => array(
2330       'type' => 'varchar',
2331       'not null' => TRUE,
2332       'length' => '255',
2333       'default' => '',
2334     ),
2335     'data' => array(
2336       'type' => 'blob',
2337       'not null' => FALSE,
2338       'size' => 'normal',
2339     ),
2340     'expire' => array(
2341       'type' => 'int',
2342       'not null' => TRUE,
2343       'size' => 'normal',
2344       'default' => '0',
2345     ),
2346     'created' => array(
2347       'type' => 'int',
2348       'not null' => TRUE,
2349       'size' => 'normal',
2350       'default' => '0',
2351     ),
2352     'serialized' => array(
2353       'type' => 'int',
2354       'not null' => TRUE,
2355       'size' => 'normal',
2356       'default' => '0',
2357     ),
2358   ),
2359   'primary key' => array(
2360     'cid',
2361   ),
2362   'mysql_character_set' => 'utf8',
2363 ));
2364
2365 $connection->schema()->createTable('cache_views_data', array(
2366   'fields' => array(
2367     'cid' => array(
2368       'type' => 'varchar',
2369       'not null' => TRUE,
2370       'length' => '255',
2371       'default' => '',
2372     ),
2373     'data' => array(
2374       'type' => 'blob',
2375       'not null' => FALSE,
2376       'size' => 'normal',
2377     ),
2378     'expire' => array(
2379       'type' => 'int',
2380       'not null' => TRUE,
2381       'size' => 'normal',
2382       'default' => '0',
2383     ),
2384     'created' => array(
2385       'type' => 'int',
2386       'not null' => TRUE,
2387       'size' => 'normal',
2388       'default' => '0',
2389     ),
2390     'serialized' => array(
2391       'type' => 'int',
2392       'not null' => TRUE,
2393       'size' => 'normal',
2394       'default' => '1',
2395     ),
2396   ),
2397   'primary key' => array(
2398     'cid',
2399   ),
2400   'mysql_character_set' => 'utf8',
2401 ));
2402
2403 $connection->schema()->createTable('comment', array(
2404   'fields' => array(
2405     'cid' => array(
2406       'type' => 'serial',
2407       'not null' => TRUE,
2408       'size' => 'normal',
2409     ),
2410     'pid' => array(
2411       'type' => 'int',
2412       'not null' => TRUE,
2413       'size' => 'normal',
2414       'default' => '0',
2415     ),
2416     'nid' => array(
2417       'type' => 'int',
2418       'not null' => TRUE,
2419       'size' => 'normal',
2420       'default' => '0',
2421     ),
2422     'uid' => array(
2423       'type' => 'int',
2424       'not null' => TRUE,
2425       'size' => 'normal',
2426       'default' => '0',
2427     ),
2428     'subject' => array(
2429       'type' => 'varchar',
2430       'not null' => TRUE,
2431       'length' => '64',
2432       'default' => '',
2433     ),
2434     'hostname' => array(
2435       'type' => 'varchar',
2436       'not null' => TRUE,
2437       'length' => '128',
2438       'default' => '',
2439     ),
2440     'created' => array(
2441       'type' => 'int',
2442       'not null' => TRUE,
2443       'size' => 'normal',
2444       'default' => '0',
2445     ),
2446     'changed' => array(
2447       'type' => 'int',
2448       'not null' => TRUE,
2449       'size' => 'normal',
2450       'default' => '0',
2451     ),
2452     'status' => array(
2453       'type' => 'int',
2454       'not null' => TRUE,
2455       'size' => 'normal',
2456       'default' => '1',
2457       'unsigned' => TRUE,
2458     ),
2459     'thread' => array(
2460       'type' => 'varchar',
2461       'not null' => TRUE,
2462       'length' => '255',
2463     ),
2464     'name' => array(
2465       'type' => 'varchar',
2466       'not null' => FALSE,
2467       'length' => '60',
2468     ),
2469     'mail' => array(
2470       'type' => 'varchar',
2471       'not null' => FALSE,
2472       'length' => '64',
2473     ),
2474     'homepage' => array(
2475       'type' => 'varchar',
2476       'not null' => FALSE,
2477       'length' => '255',
2478     ),
2479     'language' => array(
2480       'type' => 'varchar',
2481       'not null' => TRUE,
2482       'length' => '12',
2483       'default' => '',
2484     ),
2485   ),
2486   'primary key' => array(
2487     'cid',
2488   ),
2489   'mysql_character_set' => 'utf8',
2490 ));
2491
2492 $connection->insert('comment')
2493 ->fields(array(
2494   'cid',
2495   'pid',
2496   'nid',
2497   'uid',
2498   'subject',
2499   'hostname',
2500   'created',
2501   'changed',
2502   'status',
2503   'thread',
2504   'name',
2505   'mail',
2506   'homepage',
2507   'language',
2508 ))
2509 ->values(array(
2510   'cid' => '1',
2511   'pid' => '0',
2512   'nid' => '1',
2513   'uid' => '1',
2514   'subject' => 'A comment',
2515   'hostname' => '2001:db8:ffff:ffff:ffff:ffff:ffff:ffff',
2516   'created' => '1421727536',
2517   'changed' => '1421727536',
2518   'status' => '1',
2519   'thread' => '01/',
2520   'name' => 'admin',
2521   'mail' => '',
2522   'homepage' => '',
2523   'language' => 'und',
2524 ))
2525 ->execute();
2526
2527 $connection->schema()->createTable('contact', array(
2528   'fields' => array(
2529     'cid' => array(
2530       'type' => 'serial',
2531       'not null' => TRUE,
2532       'size' => 'normal',
2533       'unsigned' => TRUE,
2534     ),
2535     'category' => array(
2536       'type' => 'varchar',
2537       'not null' => TRUE,
2538       'length' => '255',
2539       'default' => '',
2540     ),
2541     'recipients' => array(
2542       'type' => 'text',
2543       'not null' => TRUE,
2544       'size' => 'normal',
2545     ),
2546     'reply' => array(
2547       'type' => 'text',
2548       'not null' => TRUE,
2549       'size' => 'normal',
2550     ),
2551     'weight' => array(
2552       'type' => 'int',
2553       'not null' => TRUE,
2554       'size' => 'normal',
2555       'default' => '0',
2556     ),
2557     'selected' => array(
2558       'type' => 'int',
2559       'not null' => TRUE,
2560       'size' => 'normal',
2561       'default' => '0',
2562     ),
2563   ),
2564   'primary key' => array(
2565     'cid',
2566   ),
2567   'mysql_character_set' => 'utf8',
2568 ));
2569
2570 $connection->insert('contact')
2571 ->fields(array(
2572   'cid',
2573   'category',
2574   'recipients',
2575   'reply',
2576   'weight',
2577   'selected',
2578 ))
2579 ->values(array(
2580   'cid' => '1',
2581   'category' => 'Website testing',
2582   'recipients' => 'joseph@flattandsons.com',
2583   'reply' => '',
2584   'weight' => '0',
2585   'selected' => '1',
2586 ))
2587 ->execute();
2588
2589 $connection->schema()->createTable('ctools_css_cache', array(
2590   'fields' => array(
2591     'cid' => array(
2592       'type' => 'varchar',
2593       'not null' => TRUE,
2594       'length' => '128',
2595     ),
2596     'filename' => array(
2597       'type' => 'varchar',
2598       'not null' => FALSE,
2599       'length' => '255',
2600     ),
2601     'css' => array(
2602       'type' => 'text',
2603       'not null' => FALSE,
2604       'size' => 'normal',
2605     ),
2606     'filter' => array(
2607       'type' => 'int',
2608       'not null' => FALSE,
2609       'size' => 'normal',
2610     ),
2611   ),
2612   'primary key' => array(
2613     'cid',
2614   ),
2615   'mysql_character_set' => 'utf8',
2616 ));
2617
2618 $connection->schema()->createTable('ctools_object_cache', array(
2619   'fields' => array(
2620     'sid' => array(
2621       'type' => 'varchar',
2622       'not null' => TRUE,
2623       'length' => '64',
2624     ),
2625     'name' => array(
2626       'type' => 'varchar',
2627       'not null' => TRUE,
2628       'length' => '128',
2629     ),
2630     'obj' => array(
2631       'type' => 'varchar',
2632       'not null' => TRUE,
2633       'length' => '32',
2634     ),
2635     'updated' => array(
2636       'type' => 'int',
2637       'not null' => TRUE,
2638       'size' => 'normal',
2639       'default' => '0',
2640       'unsigned' => TRUE,
2641     ),
2642     'data' => array(
2643       'type' => 'blob',
2644       'not null' => FALSE,
2645       'size' => 'normal',
2646     ),
2647   ),
2648   'primary key' => array(
2649     'sid',
2650     'name',
2651     'obj',
2652   ),
2653   'mysql_character_set' => 'utf8',
2654 ));
2655
2656 $connection->schema()->createTable('date_format_locale', array(
2657   'fields' => array(
2658     'format' => array(
2659       'type' => 'varchar',
2660       'not null' => TRUE,
2661       'length' => '100',
2662       'binary' => TRUE,
2663     ),
2664     'type' => array(
2665       'type' => 'varchar',
2666       'not null' => TRUE,
2667       'length' => '64',
2668     ),
2669     'language' => array(
2670       'type' => 'varchar',
2671       'not null' => TRUE,
2672       'length' => '12',
2673     ),
2674   ),
2675   'primary key' => array(
2676     'type',
2677     'language',
2678   ),
2679   'mysql_character_set' => 'utf8',
2680 ));
2681
2682 $connection->schema()->createTable('date_format_type', array(
2683   'fields' => array(
2684     'type' => array(
2685       'type' => 'varchar',
2686       'not null' => TRUE,
2687       'length' => '64',
2688     ),
2689     'title' => array(
2690       'type' => 'varchar',
2691       'not null' => TRUE,
2692       'length' => '255',
2693     ),
2694     'locked' => array(
2695       'type' => 'int',
2696       'not null' => TRUE,
2697       'size' => 'normal',
2698       'default' => '0',
2699     ),
2700   ),
2701   'primary key' => array(
2702     'type',
2703   ),
2704   'mysql_character_set' => 'utf8',
2705 ));
2706
2707 $connection->insert('date_format_type')
2708 ->fields(array(
2709   'type',
2710   'title',
2711   'locked',
2712 ))
2713 ->values(array(
2714   'type' => 'long',
2715   'title' => 'Long',
2716   'locked' => '1',
2717 ))
2718 ->values(array(
2719   'type' => 'medium',
2720   'title' => 'Medium',
2721   'locked' => '1',
2722 ))
2723 ->values(array(
2724   'type' => 'short',
2725   'title' => 'Short',
2726   'locked' => '1',
2727 ))
2728 ->execute();
2729
2730 $connection->schema()->createTable('date_formats', array(
2731   'fields' => array(
2732     'dfid' => array(
2733       'type' => 'serial',
2734       'not null' => TRUE,
2735       'size' => 'normal',
2736       'unsigned' => TRUE,
2737     ),
2738     'format' => array(
2739       'type' => 'varchar',
2740       'not null' => TRUE,
2741       'length' => '100',
2742     ),
2743     'type' => array(
2744       'type' => 'varchar',
2745       'not null' => TRUE,
2746       'length' => '64',
2747     ),
2748     'locked' => array(
2749       'type' => 'int',
2750       'not null' => TRUE,
2751       'size' => 'normal',
2752       'default' => '0',
2753     ),
2754   ),
2755   'primary key' => array(
2756     'dfid',
2757   ),
2758   'mysql_character_set' => 'utf8',
2759 ));
2760
2761 $connection->insert('date_formats')
2762 ->fields(array(
2763   'dfid',
2764   'format',
2765   'type',
2766   'locked',
2767 ))
2768 ->values(array(
2769   'dfid' => '1',
2770   'format' => 'Y-m-d H:i',
2771   'type' => 'short',
2772   'locked' => '1',
2773 ))
2774 ->values(array(
2775   'dfid' => '2',
2776   'format' => 'm/d/Y - H:i',
2777   'type' => 'short',
2778   'locked' => '1',
2779 ))
2780 ->values(array(
2781   'dfid' => '3',
2782   'format' => 'd/m/Y - H:i',
2783   'type' => 'short',
2784   'locked' => '1',
2785 ))
2786 ->values(array(
2787   'dfid' => '4',
2788   'format' => 'Y/m/d - H:i',
2789   'type' => 'short',
2790   'locked' => '1',
2791 ))
2792 ->values(array(
2793   'dfid' => '5',
2794   'format' => 'd.m.Y - H:i',
2795   'type' => 'short',
2796   'locked' => '1',
2797 ))
2798 ->values(array(
2799   'dfid' => '6',
2800   'format' => 'm/d/Y - g:ia',
2801   'type' => 'short',
2802   'locked' => '1',
2803 ))
2804 ->values(array(
2805   'dfid' => '7',
2806   'format' => 'd/m/Y - g:ia',
2807   'type' => 'short',
2808   'locked' => '1',
2809 ))
2810 ->values(array(
2811   'dfid' => '8',
2812   'format' => 'Y/m/d - g:ia',
2813   'type' => 'short',
2814   'locked' => '1',
2815 ))
2816 ->values(array(
2817   'dfid' => '9',
2818   'format' => 'M j Y - H:i',
2819   'type' => 'short',
2820   'locked' => '1',
2821 ))
2822 ->values(array(
2823   'dfid' => '10',
2824   'format' => 'j M Y - H:i',
2825   'type' => 'short',
2826   'locked' => '1',
2827 ))
2828 ->values(array(
2829   'dfid' => '11',
2830   'format' => 'Y M j - H:i',
2831   'type' => 'short',
2832   'locked' => '1',
2833 ))
2834 ->values(array(
2835   'dfid' => '12',
2836   'format' => 'M j Y - g:ia',
2837   'type' => 'short',
2838   'locked' => '1',
2839 ))
2840 ->values(array(
2841   'dfid' => '13',
2842   'format' => 'j M Y - g:ia',
2843   'type' => 'short',
2844   'locked' => '1',
2845 ))
2846 ->values(array(
2847   'dfid' => '14',
2848   'format' => 'Y M j - g:ia',
2849   'type' => 'short',
2850   'locked' => '1',
2851 ))
2852 ->values(array(
2853   'dfid' => '15',
2854   'format' => 'D, Y-m-d H:i',
2855   'type' => 'medium',
2856   'locked' => '1',
2857 ))
2858 ->values(array(
2859   'dfid' => '16',
2860   'format' => 'D, m/d/Y - H:i',
2861   'type' => 'medium',
2862   'locked' => '1',
2863 ))
2864 ->values(array(
2865   'dfid' => '17',
2866   'format' => 'D, d/m/Y - H:i',
2867   'type' => 'medium',
2868   'locked' => '1',
2869 ))
2870 ->values(array(
2871   'dfid' => '18',
2872   'format' => 'D, Y/m/d - H:i',
2873   'type' => 'medium',
2874   'locked' => '1',
2875 ))
2876 ->values(array(
2877   'dfid' => '19',
2878   'format' => 'F j, Y - H:i',
2879   'type' => 'medium',
2880   'locked' => '1',
2881 ))
2882 ->values(array(
2883   'dfid' => '20',
2884   'format' => 'j F, Y - H:i',
2885   'type' => 'medium',
2886   'locked' => '1',
2887 ))
2888 ->values(array(
2889   'dfid' => '21',
2890   'format' => 'Y, F j - H:i',
2891   'type' => 'medium',
2892   'locked' => '1',
2893 ))
2894 ->values(array(
2895   'dfid' => '22',
2896   'format' => 'D, m/d/Y - g:ia',
2897   'type' => 'medium',
2898   'locked' => '1',
2899 ))
2900 ->values(array(
2901   'dfid' => '23',
2902   'format' => 'D, d/m/Y - g:ia',
2903   'type' => 'medium',
2904   'locked' => '1',
2905 ))
2906 ->values(array(
2907   'dfid' => '24',
2908   'format' => 'D, Y/m/d - g:ia',
2909   'type' => 'medium',
2910   'locked' => '1',
2911 ))
2912 ->values(array(
2913   'dfid' => '25',
2914   'format' => 'F j, Y - g:ia',
2915   'type' => 'medium',
2916   'locked' => '1',
2917 ))
2918 ->values(array(
2919   'dfid' => '26',
2920   'format' => 'j F Y - g:ia',
2921   'type' => 'medium',
2922   'locked' => '1',
2923 ))
2924 ->values(array(
2925   'dfid' => '27',
2926   'format' => 'Y, F j - g:ia',
2927   'type' => 'medium',
2928   'locked' => '1',
2929 ))
2930 ->values(array(
2931   'dfid' => '28',
2932   'format' => 'j. F Y - G:i',
2933   'type' => 'medium',
2934   'locked' => '1',
2935 ))
2936 ->values(array(
2937   'dfid' => '29',
2938   'format' => 'l, F j, Y - H:i',
2939   'type' => 'long',
2940   'locked' => '1',
2941 ))
2942 ->values(array(
2943   'dfid' => '30',
2944   'format' => 'l, j F, Y - H:i',
2945   'type' => 'long',
2946   'locked' => '1',
2947 ))
2948 ->values(array(
2949   'dfid' => '31',
2950   'format' => 'l, Y,  F j - H:i',
2951   'type' => 'long',
2952   'locked' => '1',
2953 ))
2954 ->values(array(
2955   'dfid' => '32',
2956   'format' => 'l, F j, Y - g:ia',
2957   'type' => 'long',
2958   'locked' => '1',
2959 ))
2960 ->values(array(
2961   'dfid' => '33',
2962   'format' => 'l, j F Y - g:ia',
2963   'type' => 'long',
2964   'locked' => '1',
2965 ))
2966 ->values(array(
2967   'dfid' => '34',
2968   'format' => 'l, Y,  F j - g:ia',
2969   'type' => 'long',
2970   'locked' => '1',
2971 ))
2972 ->values(array(
2973   'dfid' => '35',
2974   'format' => 'l, j. F Y - G:i',
2975   'type' => 'long',
2976   'locked' => '1',
2977 ))
2978 ->values(array(
2979   'dfid' => '36',
2980   'format' => 'r',
2981   'type' => 'custom',
2982   'locked' => '0',
2983 ))
2984 ->execute();
2985
2986 $connection->schema()->createTable('field_config', array(
2987   'fields' => array(
2988     'id' => array(
2989       'type' => 'serial',
2990       'not null' => TRUE,
2991       'size' => 'normal',
2992     ),
2993     'field_name' => array(
2994       'type' => 'varchar',
2995       'not null' => TRUE,
2996       'length' => '32',
2997     ),
2998     'type' => array(
2999       'type' => 'varchar',
3000       'not null' => TRUE,
3001       'length' => '128',
3002     ),
3003     'module' => array(
3004       'type' => 'varchar',
3005       'not null' => TRUE,
3006       'length' => '128',
3007       'default' => '',
3008     ),
3009     'active' => array(
3010       'type' => 'int',
3011       'not null' => TRUE,
3012       'size' => 'normal',
3013       'default' => '0',
3014     ),
3015     'storage_type' => array(
3016       'type' => 'varchar',
3017       'not null' => TRUE,
3018       'length' => '128',
3019     ),
3020     'storage_module' => array(
3021       'type' => 'varchar',
3022       'not null' => TRUE,
3023       'length' => '128',
3024       'default' => '',
3025     ),
3026     'storage_active' => array(
3027       'type' => 'int',
3028       'not null' => TRUE,
3029       'size' => 'normal',
3030       'default' => '0',
3031     ),
3032     'locked' => array(
3033       'type' => 'int',
3034       'not null' => TRUE,
3035       'size' => 'normal',
3036       'default' => '0',
3037     ),
3038     'data' => array(
3039       'type' => 'blob',
3040       'not null' => TRUE,
3041       'size' => 'normal',
3042     ),
3043     'cardinality' => array(
3044       'type' => 'int',
3045       'not null' => TRUE,
3046       'size' => 'normal',
3047       'default' => '0',
3048     ),
3049     'translatable' => array(
3050       'type' => 'int',
3051       'not null' => TRUE,
3052       'size' => 'normal',
3053       'default' => '0',
3054     ),
3055     'deleted' => array(
3056       'type' => 'int',
3057       'not null' => TRUE,
3058       'size' => 'normal',
3059       'default' => '0',
3060     ),
3061   ),
3062   'primary key' => array(
3063     'id',
3064   ),
3065   'mysql_character_set' => 'utf8',
3066 ));
3067
3068 $connection->insert('field_config')
3069 ->fields(array(
3070   'id',
3071   'field_name',
3072   'type',
3073   'module',
3074   'active',
3075   'storage_type',
3076   'storage_module',
3077   'storage_active',
3078   'locked',
3079   'data',
3080   'cardinality',
3081   'translatable',
3082   'deleted',
3083 ))
3084 ->values(array(
3085   'id' => '1',
3086   'field_name' => 'comment_body',
3087   'type' => 'text_long',
3088   'module' => 'text',
3089   'active' => '1',
3090   'storage_type' => 'field_sql_storage',
3091   'storage_module' => 'field_sql_storage',
3092   'storage_active' => '1',
3093   'locked' => '0',
3094   '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";}}}',
3095   'cardinality' => '1',
3096   'translatable' => '0',
3097   'deleted' => '0',
3098 ))
3099 ->values(array(
3100   'id' => '2',
3101   'field_name' => 'body',
3102   'type' => 'text_with_summary',
3103   'module' => 'text',
3104   'active' => '1',
3105   'storage_type' => 'field_sql_storage',
3106   'storage_module' => 'field_sql_storage',
3107   'storage_active' => '1',
3108   'locked' => '0',
3109   '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";}}}',
3110   'cardinality' => '1',
3111   'translatable' => '0',
3112   'deleted' => '0',
3113 ))
3114 ->values(array(
3115   'id' => '3',
3116   'field_name' => 'field_tags',
3117   'type' => 'taxonomy_term_reference',
3118   'module' => 'taxonomy',
3119   'active' => '1',
3120   'storage_type' => 'field_sql_storage',
3121   'storage_module' => 'field_sql_storage',
3122   'storage_active' => '1',
3123   'locked' => '0',
3124   '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";}}}',
3125   'cardinality' => '-1',
3126   'translatable' => '0',
3127   'deleted' => '0',
3128 ))
3129 ->values(array(
3130   'id' => '4',
3131   'field_name' => 'field_image',
3132   'type' => 'image',
3133   'module' => 'image',
3134   'active' => '1',
3135   'storage_type' => 'field_sql_storage',
3136   'storage_module' => 'field_sql_storage',
3137   'storage_active' => '1',
3138   'locked' => '0',
3139   '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";}}}}',
3140   'cardinality' => '1',
3141   'translatable' => '0',
3142   'deleted' => '0',
3143 ))
3144 ->values(array(
3145   'id' => '5',
3146   'field_name' => 'taxonomy_forums',
3147   'type' => 'taxonomy_term_reference',
3148   'module' => 'taxonomy',
3149   'active' => '1',
3150   'storage_type' => 'field_sql_storage',
3151   'storage_module' => 'field_sql_storage',
3152   'storage_active' => '1',
3153   'locked' => '0',
3154   '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";}}}',
3155   'cardinality' => '1',
3156   'translatable' => '0',
3157   'deleted' => '0',
3158 ))
3159 ->values(array(
3160   'id' => '6',
3161   'field_name' => 'field_boolean',
3162   'type' => 'list_boolean',
3163   'module' => 'list',
3164   'active' => '1',
3165   'storage_type' => 'field_sql_storage',
3166   'storage_module' => 'field_sql_storage',
3167   'storage_active' => '1',
3168   'locked' => '0',
3169   '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";}',
3170   'cardinality' => '1',
3171   'translatable' => '0',
3172   'deleted' => '0',
3173 ))
3174 ->values(array(
3175   'id' => '7',
3176   'field_name' => 'field_email',
3177   'type' => 'email',
3178   'module' => 'email',
3179   'active' => '1',
3180   'storage_type' => 'field_sql_storage',
3181   'storage_module' => 'field_sql_storage',
3182   'storage_active' => '1',
3183   'locked' => '0',
3184   '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";}',
3185   'cardinality' => '-1',
3186   'translatable' => '0',
3187   'deleted' => '0',
3188 ))
3189 ->values(array(
3190   'id' => '8',
3191   'field_name' => 'field_phone',
3192   'type' => 'phone',
3193   'module' => 'phone',
3194   'active' => '1',
3195   'storage_type' => 'field_sql_storage',
3196   'storage_module' => 'field_sql_storage',
3197   'storage_active' => '1',
3198   'locked' => '0',
3199   '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";}',
3200   'cardinality' => '1',
3201   'translatable' => '0',
3202   'deleted' => '0',
3203 ))
3204 ->values(array(
3205   'id' => '9',
3206   'field_name' => 'field_date',
3207   'type' => 'datetime',
3208   'module' => 'date',
3209   'active' => '1',
3210   'storage_type' => 'field_sql_storage',
3211   'storage_module' => 'field_sql_storage',
3212   'storage_active' => '1',
3213   'locked' => '0',
3214   '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";}',
3215   'cardinality' => '1',
3216   'translatable' => '0',
3217   'deleted' => '0',
3218 ))
3219 ->values(array(
3220   'id' => '10',
3221   'field_name' => 'field_date_with_end_time',
3222   'type' => 'datestamp',
3223   'module' => 'date',
3224   'active' => '1',
3225   'storage_type' => 'field_sql_storage',
3226   'storage_module' => 'field_sql_storage',
3227   'storage_active' => '1',
3228   'locked' => '0',
3229   '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";}',
3230   'cardinality' => '1',
3231   'translatable' => '0',
3232   'deleted' => '0',
3233 ))
3234 ->values(array(
3235   'id' => '11',
3236   'field_name' => 'field_file',
3237   'type' => 'file',
3238   'module' => 'file',
3239   'active' => '1',
3240   'storage_type' => 'field_sql_storage',
3241   'storage_module' => 'field_sql_storage',
3242   'storage_active' => '1',
3243   'locked' => '0',
3244   '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";}',
3245   'cardinality' => '1',
3246   'translatable' => '0',
3247   'deleted' => '0',
3248 ))
3249 ->values(array(
3250   'id' => '12',
3251   'field_name' => 'field_float',
3252   'type' => 'number_float',
3253   'module' => 'number',
3254   'active' => '1',
3255   'storage_type' => 'field_sql_storage',
3256   'storage_module' => 'field_sql_storage',
3257   'storage_active' => '1',
3258   'locked' => '0',
3259   '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";}',
3260   'cardinality' => '1',
3261   'translatable' => '0',
3262   'deleted' => '0',
3263 ))
3264 ->values(array(
3265   'id' => '13',
3266   'field_name' => 'field_images',
3267   'type' => 'image',
3268   'module' => 'image',
3269   'active' => '1',
3270   'storage_type' => 'field_sql_storage',
3271   'storage_module' => 'field_sql_storage',
3272   'storage_active' => '1',
3273   'locked' => '0',
3274   '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";}',
3275   'cardinality' => '1',
3276   'translatable' => '0',
3277   'deleted' => '0',
3278 ))
3279 ->values(array(
3280   'id' => '14',
3281   'field_name' => 'field_integer',
3282   'type' => 'number_integer',
3283   'module' => 'number',
3284   'active' => '1',
3285   'storage_type' => 'field_sql_storage',
3286   'storage_module' => 'field_sql_storage',
3287   'storage_active' => '1',
3288   'locked' => '0',
3289   '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: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";}',
3290   'cardinality' => '1',
3291   'translatable' => '0',
3292   'deleted' => '0',
3293 ))
3294 ->values(array(
3295   'id' => '15',
3296   'field_name' => 'field_link',
3297   'type' => 'link_field',
3298   'module' => 'link',
3299   'active' => '1',
3300   'storage_type' => 'field_sql_storage',
3301   'storage_module' => 'field_sql_storage',
3302   'storage_active' => '1',
3303   'locked' => '0',
3304   '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";}',
3305   'cardinality' => '1',
3306   'translatable' => '0',
3307   'deleted' => '0',
3308 ))
3309 ->values(array(
3310   'id' => '16',
3311   'field_name' => 'field_text_list',
3312   'type' => 'list_text',
3313   'module' => 'list',
3314   'active' => '1',
3315   'storage_type' => 'field_sql_storage',
3316   'storage_module' => 'field_sql_storage',
3317   'storage_active' => '1',
3318   'locked' => '0',
3319   '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";}',
3320   'cardinality' => '3',
3321   'translatable' => '0',
3322   'deleted' => '0',
3323 ))
3324 ->values(array(
3325   'id' => '17',
3326   'field_name' => 'field_integer_list',
3327   'type' => 'list_integer',
3328   'module' => 'list',
3329   'active' => '1',
3330   'storage_type' => 'field_sql_storage',
3331   'storage_module' => 'field_sql_storage',
3332   'storage_active' => '1',
3333   'locked' => '0',
3334   '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";}',
3335   'cardinality' => '1',
3336   'translatable' => '0',
3337   'deleted' => '0',
3338 ))
3339 ->values(array(
3340   'id' => '18',
3341   'field_name' => 'field_long_text',
3342   'type' => 'text_with_summary',
3343   'module' => 'text',
3344   'active' => '1',
3345   'storage_type' => 'field_sql_storage',
3346   'storage_module' => 'field_sql_storage',
3347   'storage_active' => '1',
3348   'locked' => '0',
3349   '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";}',
3350   'cardinality' => '1',
3351   'translatable' => '0',
3352   'deleted' => '0',
3353 ))
3354 ->values(array(
3355   'id' => '20',
3356   'field_name' => 'field_term_reference',
3357   'type' => 'taxonomy_term_reference',
3358   'module' => 'taxonomy',
3359   'active' => '1',
3360   'storage_type' => 'field_sql_storage',
3361   'storage_module' => 'field_sql_storage',
3362   'storage_active' => '1',
3363   'locked' => '0',
3364   '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";}',
3365   'cardinality' => '1',
3366   'translatable' => '0',
3367   'deleted' => '0',
3368 ))
3369 ->values(array(
3370   'id' => '21',
3371   'field_name' => 'field_text',
3372   'type' => 'text',
3373   'module' => 'text',
3374   'active' => '1',
3375   'storage_type' => 'field_sql_storage',
3376   'storage_module' => 'field_sql_storage',
3377   'storage_active' => '1',
3378   'locked' => '0',
3379   '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";}',
3380   'cardinality' => '1',
3381   'translatable' => '0',
3382   'deleted' => '0',
3383 ))
3384 ->values(array(
3385   'id' => '22',
3386   'field_name' => 'field_node_entityreference',
3387   'type' => 'entityreference',
3388   'module' => 'entityreference',
3389   'active' => '1',
3390   'storage_type' => 'field_sql_storage',
3391   'storage_module' => 'field_sql_storage',
3392   'storage_active' => '1',
3393   'locked' => '0',
3394   '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";}',
3395   'cardinality' => '-1',
3396   'translatable' => '0',
3397   'deleted' => '0',
3398 ))
3399 ->values(array(
3400   'id' => '23',
3401   'field_name' => 'field_user_entityreference',
3402   'type' => 'entityreference',
3403   'module' => 'entityreference',
3404   'active' => '1',
3405   'storage_type' => 'field_sql_storage',
3406   'storage_module' => 'field_sql_storage',
3407   'storage_active' => '1',
3408   'locked' => '0',
3409   '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";}',
3410   'cardinality' => '1',
3411   'translatable' => '0',
3412   'deleted' => '0',
3413 ))
3414 ->values(array(
3415   'id' => '24',
3416   'field_name' => 'field_term_entityreference',
3417   'type' => 'entityreference',
3418   'module' => 'entityreference',
3419   'active' => '1',
3420   'storage_type' => 'field_sql_storage',
3421   'storage_module' => 'field_sql_storage',
3422   'storage_active' => '1',
3423   'locked' => '0',
3424   '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";}',
3425   'cardinality' => '-1',
3426   'translatable' => '0',
3427   'deleted' => '0',
3428 ))
3429 ->values(array(
3430   'id' => '25',
3431   'field_name' => 'field_private_file',
3432   'type' => 'file',
3433   'module' => 'file',
3434   'active' => '1',
3435   'storage_type' => 'field_sql_storage',
3436   'storage_module' => 'field_sql_storage',
3437   'storage_active' => '1',
3438   'locked' => '0',
3439   '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";}',
3440   'cardinality' => '1',
3441   'translatable' => '0',
3442   'deleted' => '0',
3443 ))
3444 ->execute();
3445
3446 $connection->schema()->createTable('field_config_instance', array(
3447   'fields' => array(
3448     'id' => array(
3449       'type' => 'serial',
3450       'not null' => TRUE,
3451       'size' => 'normal',
3452     ),
3453     'field_id' => array(
3454       'type' => 'int',
3455       'not null' => TRUE,
3456       'size' => 'normal',
3457     ),
3458     'field_name' => array(
3459       'type' => 'varchar',
3460       'not null' => TRUE,
3461       'length' => '32',
3462       'default' => '',
3463     ),
3464     'entity_type' => array(
3465       'type' => 'varchar',
3466       'not null' => TRUE,
3467       'length' => '32',
3468       'default' => '',
3469     ),
3470     'bundle' => array(
3471       'type' => 'varchar',
3472       'not null' => TRUE,
3473       'length' => '128',
3474       'default' => '',
3475     ),
3476     'data' => array(
3477       'type' => 'blob',
3478       'not null' => TRUE,
3479       'size' => 'normal',
3480     ),
3481     'deleted' => array(
3482       'type' => 'int',
3483       'not null' => TRUE,
3484       'size' => 'normal',
3485       'default' => '0',
3486     ),
3487   ),
3488   'primary key' => array(
3489     'id',
3490   ),
3491   'mysql_character_set' => 'utf8',
3492 ));
3493
3494 $connection->insert('field_config_instance')
3495 ->fields(array(
3496   'id',
3497   'field_id',
3498   'field_name',
3499   'entity_type',
3500   'bundle',
3501   'data',
3502   'deleted',
3503 ))
3504 ->values(array(
3505   'id' => '1',
3506   'field_id' => '1',
3507   'field_name' => 'comment_body',
3508   'entity_type' => 'comment',
3509   'bundle' => 'comment_node_page',
3510   '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:"";}',
3511   'deleted' => '0',
3512 ))
3513 ->values(array(
3514   'id' => '2',
3515   'field_id' => '2',
3516   'field_name' => 'body',
3517   'entity_type' => 'node',
3518   'bundle' => 'page',
3519   '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:"";}',
3520   'deleted' => '0',
3521 ))
3522 ->values(array(
3523   'id' => '3',
3524   'field_id' => '1',
3525   'field_name' => 'comment_body',
3526   'entity_type' => 'comment',
3527   'bundle' => 'comment_node_article',
3528   '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:"";}',
3529   'deleted' => '0',
3530 ))
3531 ->values(array(
3532   'id' => '4',
3533   'field_id' => '2',
3534   'field_name' => 'body',
3535   'entity_type' => 'node',
3536   'bundle' => 'article',
3537   '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:"";}',
3538   'deleted' => '0',
3539 ))
3540 ->values(array(
3541   'id' => '5',
3542   'field_id' => '3',
3543   'field_name' => 'field_tags',
3544   'entity_type' => 'node',
3545   'bundle' => 'article',
3546   '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;}',
3547   'deleted' => '0',
3548 ))
3549 ->values(array(
3550   'id' => '6',
3551   'field_id' => '4',
3552   'field_name' => 'field_image',
3553   'entity_type' => 'node',
3554   'bundle' => 'article',
3555   '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";}}}',
3556   'deleted' => '0',
3557 ))
3558 ->values(array(
3559   'id' => '7',
3560   'field_id' => '1',
3561   'field_name' => 'comment_body',
3562   'entity_type' => 'comment',
3563   'bundle' => 'comment_node_blog',
3564   '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:"";}',
3565   'deleted' => '0',
3566 ))
3567 ->values(array(
3568   'id' => '8',
3569   'field_id' => '2',
3570   'field_name' => 'body',
3571   'entity_type' => 'node',
3572   'bundle' => 'blog',
3573   '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:"";}',
3574   'deleted' => '0',
3575 ))
3576 ->values(array(
3577   'id' => '9',
3578   'field_id' => '1',
3579   'field_name' => 'comment_body',
3580   'entity_type' => 'comment',
3581   'bundle' => 'comment_node_book',
3582   '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:"";}',
3583   'deleted' => '0',
3584 ))
3585 ->values(array(
3586   'id' => '10',
3587   'field_id' => '2',
3588   'field_name' => 'body',
3589   'entity_type' => 'node',
3590   'bundle' => 'book',
3591   '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:"";}',
3592   'deleted' => '0',
3593 ))
3594 ->values(array(
3595   'id' => '11',
3596   'field_id' => '5',
3597   'field_name' => 'taxonomy_forums',
3598   'entity_type' => 'node',
3599   'bundle' => 'forum',
3600   '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:"";}',
3601   'deleted' => '0',
3602 ))
3603 ->values(array(
3604   'id' => '12',
3605   'field_id' => '1',
3606   'field_name' => 'comment_body',
3607   'entity_type' => 'comment',
3608   'bundle' => 'comment_node_forum',
3609   '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:"";}',
3610   'deleted' => '0',
3611 ))
3612 ->values(array(
3613   'id' => '13',
3614   'field_id' => '2',
3615   'field_name' => 'body',
3616   'entity_type' => 'node',
3617   'bundle' => 'forum',
3618   '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:"";}',
3619   'deleted' => '0',
3620 ))
3621 ->values(array(
3622   'id' => '14',
3623   'field_id' => '1',
3624   'field_name' => 'comment_body',
3625   'entity_type' => 'comment',
3626   'bundle' => 'comment_node_test_content_type',
3627   '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:"";}',
3628   'deleted' => '0',
3629 ))
3630 ->values(array(
3631   'id' => '16',
3632   'field_id' => '6',
3633   'field_name' => 'field_boolean',
3634   'entity_type' => 'node',
3635   'bundle' => 'test_content_type',
3636   '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;}}}',
3637   'deleted' => '0',
3638 ))
3639 ->values(array(
3640   'id' => '17',
3641   'field_id' => '7',
3642   'field_name' => 'field_email',
3643   'entity_type' => 'node',
3644   'bundle' => 'test_content_type',
3645   '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";}}}',
3646   'deleted' => '0',
3647 ))
3648 ->values(array(
3649   'id' => '18',
3650   'field_id' => '8',
3651   'field_name' => 'field_phone',
3652   'entity_type' => 'node',
3653   'bundle' => 'test_content_type',
3654   '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;}',
3655   'deleted' => '0',
3656 ))
3657 ->values(array(
3658   'id' => '19',
3659   'field_id' => '9',
3660   'field_name' => 'field_date',
3661   'entity_type' => 'node',
3662   'bundle' => 'test_content_type',
3663   '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:"";}',
3664   'deleted' => '0',
3665 ))
3666 ->values(array(
3667   'id' => '20',
3668   'field_id' => '10',
3669   'field_name' => 'field_date_with_end_time',
3670   'entity_type' => 'node',
3671   'bundle' => 'test_content_type',
3672   '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:"";}',
3673   'deleted' => '0',
3674 ))
3675 ->values(array(
3676   'id' => '21',
3677   'field_id' => '11',
3678   'field_name' => 'field_file',
3679   'entity_type' => 'node',
3680   'bundle' => 'test_content_type',
3681   '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:"";}',
3682   'deleted' => '0',
3683 ))
3684 ->values(array(
3685   'id' => '22',
3686   'field_id' => '12',
3687   'field_name' => 'field_float',
3688   'entity_type' => 'node',
3689   'bundle' => 'test_content_type',
3690   '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";}}}',
3691   'deleted' => '0',
3692 ))
3693 ->values(array(
3694   'id' => '23',
3695   'field_id' => '13',
3696   'field_name' => 'field_images',
3697   'entity_type' => 'node',
3698   'bundle' => 'test_content_type',
3699   '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:"";}',
3700   'deleted' => '0',
3701 ))
3702 ->values(array(
3703   'id' => '24',
3704   'field_id' => '14',
3705   'field_name' => 'field_integer',
3706   'entity_type' => 'node',
3707   'bundle' => 'test_content_type',
3708   '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;}',
3709   'deleted' => '0',
3710 ))
3711 ->values(array(
3712   'id' => '25',
3713   'field_id' => '15',
3714   'field_name' => 'field_link',
3715   'entity_type' => 'node',
3716   'bundle' => 'test_content_type',
3717   '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;}',
3718   'deleted' => '0',
3719 ))
3720 ->values(array(
3721   'id' => '26',
3722   'field_id' => '16',
3723   'field_name' => 'field_text_list',
3724   'entity_type' => 'node',
3725   'bundle' => 'test_content_type',
3726   '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;}',
3727   'deleted' => '0',
3728 ))
3729 ->values(array(
3730   'id' => '27',
3731   'field_id' => '17',
3732   'field_name' => 'field_integer_list',
3733   'entity_type' => 'node',
3734   'bundle' => 'test_content_type',
3735   '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;}',
3736   'deleted' => '0',
3737 ))
3738 ->values(array(
3739   'id' => '28',
3740   'field_id' => '18',
3741   'field_name' => 'field_long_text',
3742   'entity_type' => 'node',
3743   'bundle' => 'test_content_type',
3744   '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;}',
3745   'deleted' => '0',
3746 ))
3747 ->values(array(
3748   'id' => '30',
3749   'field_id' => '20',
3750   'field_name' => 'field_term_reference',
3751   'entity_type' => 'node',
3752   'bundle' => 'test_content_type',
3753   '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;}',
3754   'deleted' => '0',
3755 ))
3756 ->values(array(
3757   'id' => '31',
3758   'field_id' => '21',
3759   'field_name' => 'field_text',
3760   'entity_type' => 'node',
3761   'bundle' => 'test_content_type',
3762   '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;}',
3763   'deleted' => '0',
3764 ))
3765 ->values(array(
3766   'id' => '32',
3767   'field_id' => '14',
3768   'field_name' => 'field_integer',
3769   'entity_type' => 'comment',
3770   'bundle' => 'comment_node_test_content_type',
3771   '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;}',
3772   'deleted' => '0',
3773 ))
3774 ->values(array(
3775   'id' => '33',
3776   'field_id' => '11',
3777   'field_name' => 'field_file',
3778   'entity_type' => 'user',
3779   'bundle' => 'user',
3780   '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:"";}',
3781   'deleted' => '0',
3782 ))
3783 ->values(array(
3784   'id' => '34',
3785   'field_id' => '15',
3786   'field_name' => 'field_link',
3787   'entity_type' => 'node',
3788   'bundle' => 'article',
3789   '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;}',
3790   'deleted' => '0',
3791 ))
3792 ->values(array(
3793   'id' => '35',
3794   'field_id' => '14',
3795   'field_name' => 'field_integer',
3796   'entity_type' => 'taxonomy_term',
3797   'bundle' => 'test_vocabulary',
3798   '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;}',
3799   'deleted' => '0',
3800 ))
3801 ->values(array(
3802   'id' => '36',
3803   'field_id' => '14',
3804   'field_name' => 'field_integer',
3805   'entity_type' => 'user',
3806   'bundle' => 'user',
3807   '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;}',
3808   'deleted' => '0',
3809 ))
3810 ->values(array(
3811   'id' => '37',
3812   'field_id' => '15',
3813   'field_name' => 'field_link',
3814   'entity_type' => 'node',
3815   'bundle' => 'blog',
3816   '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;}',
3817   'deleted' => '0',
3818 ))
3819 ->values(array(
3820   'id' => '38',
3821   'field_id' => '22',
3822   'field_name' => 'field_node_entityreference',
3823   'entity_type' => 'node',
3824   'bundle' => 'test_content_type',
3825   '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;}',
3826   'deleted' => '0',
3827 ))
3828 ->values(array(
3829   'id' => '39',
3830   'field_id' => '23',
3831   'field_name' => 'field_user_entityreference',
3832   'entity_type' => 'node',
3833   'bundle' => 'test_content_type',
3834   '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;}',
3835   'deleted' => '0',
3836 ))
3837 ->values(array(
3838   'id' => '40',
3839   'field_id' => '24',
3840   'field_name' => 'field_term_entityreference',
3841   'entity_type' => 'node',
3842   'bundle' => 'test_content_type',
3843   '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;}',
3844   'deleted' => '0',
3845 ))
3846 ->values(array(
3847   'id' => '41',
3848   'field_id' => '20',
3849   'field_name' => 'field_term_reference',
3850   'entity_type' => 'taxonomy_term',
3851   'bundle' => 'test_vocabulary',
3852   '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;}',
3853   'deleted' => '0',
3854 ))
3855 ->values(array(
3856   'id' => '42',
3857   'field_id' => '25',
3858   'field_name' => 'field_private_file',
3859   'entity_type' => 'node',
3860   'bundle' => 'test_content_type',
3861   '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:"";}',
3862   'deleted' => '0',
3863 ))
3864 ->execute();
3865
3866 $connection->schema()->createTable('field_data_body', array(
3867   'fields' => array(
3868     'entity_type' => array(
3869       'type' => 'varchar',
3870       'not null' => TRUE,
3871       'length' => '128',
3872       'default' => '',
3873     ),
3874     'bundle' => array(
3875       'type' => 'varchar',
3876       'not null' => TRUE,
3877       'length' => '128',
3878       'default' => '',
3879     ),
3880     'deleted' => array(
3881       'type' => 'int',
3882       'not null' => TRUE,
3883       'size' => 'normal',
3884       'default' => '0',
3885     ),
3886     'entity_id' => array(
3887       'type' => 'int',
3888       'not null' => TRUE,
3889       'size' => 'normal',
3890       'unsigned' => TRUE,
3891     ),
3892     'revision_id' => array(
3893       'type' => 'int',
3894       'not null' => FALSE,
3895       'size' => 'normal',
3896       'unsigned' => TRUE,
3897     ),
3898     'language' => array(
3899       'type' => 'varchar',
3900       'not null' => TRUE,
3901       'length' => '32',
3902       'default' => '',
3903     ),
3904     'delta' => array(
3905       'type' => 'int',
3906       'not null' => TRUE,
3907       'size' => 'normal',
3908       'unsigned' => TRUE,
3909     ),
3910     'body_value' => array(
3911       'type' => 'text',
3912       'not null' => FALSE,
3913       'size' => 'normal',
3914     ),
3915     'body_summary' => array(
3916       'type' => 'text',
3917       'not null' => FALSE,
3918       'size' => 'normal',
3919     ),
3920     'body_format' => array(
3921       'type' => 'varchar',
3922       'not null' => FALSE,
3923       'length' => '255',
3924     ),
3925   ),
3926   'primary key' => array(
3927     'entity_type',
3928     'deleted',
3929     'entity_id',
3930     'language',
3931     'delta',
3932   ),
3933   'mysql_character_set' => 'utf8',
3934 ));
3935
3936 $connection->insert('field_data_body')
3937 ->fields(array(
3938   'entity_type',
3939   'bundle',
3940   'deleted',
3941   'entity_id',
3942   'revision_id',
3943   'language',
3944   'delta',
3945   'body_value',
3946   'body_summary',
3947   'body_format',
3948 ))
3949 ->values(array(
3950   'entity_type' => 'node',
3951   'bundle' => 'article',
3952   'deleted' => '0',
3953   'entity_id' => '2',
3954   'revision_id' => '2',
3955   'language' => 'und',
3956   'delta' => '0',
3957   'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
3958   'body_summary' => '',
3959   'body_format' => 'filtered_html',
3960 ))
3961 ->values(array(
3962   'entity_type' => 'node',
3963   'bundle' => 'article',
3964   'deleted' => '0',
3965   'entity_id' => '3',
3966   'revision_id' => '3',
3967   'language' => 'und',
3968   'delta' => '0',
3969   'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
3970   'body_summary' => '',
3971   'body_format' => 'filtered_html',
3972 ))
3973 ->execute();
3974
3975 $connection->schema()->createTable('field_data_comment_body', array(
3976   'fields' => array(
3977     'entity_type' => array(
3978       'type' => 'varchar',
3979       'not null' => TRUE,
3980       'length' => '128',
3981       'default' => '',
3982     ),
3983     'bundle' => array(
3984       'type' => 'varchar',
3985       'not null' => TRUE,
3986       'length' => '128',
3987       'default' => '',
3988     ),
3989     'deleted' => array(
3990       'type' => 'int',
3991       'not null' => TRUE,
3992       'size' => 'normal',
3993       'default' => '0',
3994     ),
3995     'entity_id' => array(
3996       'type' => 'int',
3997       'not null' => TRUE,
3998       'size' => 'normal',
3999       'unsigned' => TRUE,
4000     ),
4001     'revision_id' => array(
4002       'type' => 'int',
4003       'not null' => FALSE,
4004       'size' => 'normal',
4005       'unsigned' => TRUE,
4006     ),
4007     'language' => array(
4008       'type' => 'varchar',
4009       'not null' => TRUE,
4010       'length' => '32',
4011       'default' => '',
4012     ),
4013     'delta' => array(
4014       'type' => 'int',
4015       'not null' => TRUE,
4016       'size' => 'normal',
4017       'unsigned' => TRUE,
4018     ),
4019     'comment_body_value' => array(
4020       'type' => 'text',
4021       'not null' => FALSE,
4022       'size' => 'normal',
4023     ),
4024     'comment_body_format' => array(
4025       'type' => 'varchar',
4026       'not null' => FALSE,
4027       'length' => '255',
4028     ),
4029   ),
4030   'primary key' => array(
4031     'entity_type',
4032     'deleted',
4033     'entity_id',
4034     'language',
4035     'delta',
4036   ),
4037   'mysql_character_set' => 'utf8',
4038 ));
4039
4040 $connection->insert('field_data_comment_body')
4041 ->fields(array(
4042   'entity_type',
4043   'bundle',
4044   'deleted',
4045   'entity_id',
4046   'revision_id',
4047   'language',
4048   'delta',
4049   'comment_body_value',
4050   'comment_body_format',
4051 ))
4052 ->values(array(
4053   'entity_type' => 'comment',
4054   'bundle' => 'comment_node_test_content_type',
4055   'deleted' => '0',
4056   'entity_id' => '1',
4057   'revision_id' => '1',
4058   'language' => 'und',
4059   'delta' => '0',
4060   'comment_body_value' => 'This is a comment',
4061   'comment_body_format' => 'filtered_html',
4062 ))
4063 ->execute();
4064
4065 $connection->schema()->createTable('field_data_field_boolean', array(
4066   'fields' => array(
4067     'entity_type' => array(
4068       'type' => 'varchar',
4069       'not null' => TRUE,
4070       'length' => '128',
4071       'default' => '',
4072     ),
4073     'bundle' => array(
4074       'type' => 'varchar',
4075       'not null' => TRUE,
4076       'length' => '128',
4077       'default' => '',
4078     ),
4079     'deleted' => array(
4080       'type' => 'int',
4081       'not null' => TRUE,
4082       'size' => 'normal',
4083       'default' => '0',
4084     ),
4085     'entity_id' => array(
4086       'type' => 'int',
4087       'not null' => TRUE,
4088       'size' => 'normal',
4089       'unsigned' => TRUE,
4090     ),
4091     'revision_id' => array(
4092       'type' => 'int',
4093       'not null' => FALSE,
4094       'size' => 'normal',
4095       'unsigned' => TRUE,
4096     ),
4097     'language' => array(
4098       'type' => 'varchar',
4099       'not null' => TRUE,
4100       'length' => '32',
4101       'default' => '',
4102     ),
4103     'delta' => array(
4104       'type' => 'int',
4105       'not null' => TRUE,
4106       'size' => 'normal',
4107       'unsigned' => TRUE,
4108     ),
4109     'field_boolean_value' => array(
4110       'type' => 'int',
4111       'not null' => FALSE,
4112       'size' => 'normal',
4113     ),
4114   ),
4115   'primary key' => array(
4116     'entity_type',
4117     'deleted',
4118     'entity_id',
4119     'language',
4120     'delta',
4121   ),
4122   'mysql_character_set' => 'utf8',
4123 ));
4124
4125 $connection->insert('field_data_field_boolean')
4126 ->fields(array(
4127   'entity_type',
4128   'bundle',
4129   'deleted',
4130   'entity_id',
4131   'revision_id',
4132   'language',
4133   'delta',
4134   'field_boolean_value',
4135 ))
4136 ->values(array(
4137   'entity_type' => 'node',
4138   'bundle' => 'test_content_type',
4139   'deleted' => '0',
4140   'entity_id' => '1',
4141   'revision_id' => '1',
4142   'language' => 'und',
4143   'delta' => '0',
4144   'field_boolean_value' => '1',
4145 ))
4146 ->execute();
4147
4148 $connection->schema()->createTable('field_data_field_date', array(
4149   'fields' => array(
4150     'entity_type' => array(
4151       'type' => 'varchar',
4152       'not null' => TRUE,
4153       'length' => '128',
4154       'default' => '',
4155     ),
4156     'bundle' => array(
4157       'type' => 'varchar',
4158       'not null' => TRUE,
4159       'length' => '128',
4160       'default' => '',
4161     ),
4162     'deleted' => array(
4163       'type' => 'int',
4164       'not null' => TRUE,
4165       'size' => 'normal',
4166       'default' => '0',
4167     ),
4168     'entity_id' => array(
4169       'type' => 'int',
4170       'not null' => TRUE,
4171       'size' => 'normal',
4172       'unsigned' => TRUE,
4173     ),
4174     'revision_id' => array(
4175       'type' => 'int',
4176       'not null' => FALSE,
4177       'size' => 'normal',
4178       'unsigned' => TRUE,
4179     ),
4180     'language' => array(
4181       'type' => 'varchar',
4182       'not null' => TRUE,
4183       'length' => '32',
4184       'default' => '',
4185     ),
4186     'delta' => array(
4187       'type' => 'int',
4188       'not null' => TRUE,
4189       'size' => 'normal',
4190       'unsigned' => TRUE,
4191     ),
4192     'field_date_value' => array(
4193       'type' => 'varchar',
4194       'not null' => FALSE,
4195       'length' => '100',
4196     ),
4197   ),
4198   'primary key' => array(
4199     'entity_type',
4200     'deleted',
4201     'entity_id',
4202     'language',
4203     'delta',
4204   ),
4205   'mysql_character_set' => 'utf8',
4206 ));
4207
4208 $connection->insert('field_data_field_date')
4209 ->fields(array(
4210   'entity_type',
4211   'bundle',
4212   'deleted',
4213   'entity_id',
4214   'revision_id',
4215   'language',
4216   'delta',
4217   'field_date_value',
4218 ))
4219 ->values(array(
4220   'entity_type' => 'node',
4221   'bundle' => 'test_content_type',
4222   'deleted' => '0',
4223   'entity_id' => '1',
4224   'revision_id' => '1',
4225   'language' => 'und',
4226   'delta' => '0',
4227   'field_date_value' => '2015-01-20 04:15:00',
4228 ))
4229 ->execute();
4230
4231 $connection->schema()->createTable('field_data_field_date_with_end_time', array(
4232   'fields' => array(
4233     'entity_type' => array(
4234       'type' => 'varchar',
4235       'not null' => TRUE,
4236       'length' => '128',
4237       'default' => '',
4238     ),
4239     'bundle' => array(
4240       'type' => 'varchar',
4241       'not null' => TRUE,
4242       'length' => '128',
4243       'default' => '',
4244     ),
4245     'deleted' => array(
4246       'type' => 'int',
4247       'not null' => TRUE,
4248       'size' => 'normal',
4249       'default' => '0',
4250     ),
4251     'entity_id' => array(
4252       'type' => 'int',
4253       'not null' => TRUE,
4254       'size' => 'normal',
4255       'unsigned' => TRUE,
4256     ),
4257     'revision_id' => array(
4258       'type' => 'int',
4259       'not null' => FALSE,
4260       'size' => 'normal',
4261       'unsigned' => TRUE,
4262     ),
4263     'language' => array(
4264       'type' => 'varchar',
4265       'not null' => TRUE,
4266       'length' => '32',
4267       'default' => '',
4268     ),
4269     'delta' => array(
4270       'type' => 'int',
4271       'not null' => TRUE,
4272       'size' => 'normal',
4273       'unsigned' => TRUE,
4274     ),
4275     'field_date_with_end_time_value' => array(
4276       'type' => 'int',
4277       'not null' => FALSE,
4278       'size' => 'normal',
4279     ),
4280     'field_date_with_end_time_value2' => array(
4281       'type' => 'int',
4282       'not null' => FALSE,
4283       'size' => 'normal',
4284     ),
4285   ),
4286   'primary key' => array(
4287     'entity_type',
4288     'deleted',
4289     'entity_id',
4290     'language',
4291     'delta',
4292   ),
4293   'mysql_character_set' => 'utf8',
4294 ));
4295
4296 $connection->insert('field_data_field_date_with_end_time')
4297 ->fields(array(
4298   'entity_type',
4299   'bundle',
4300   'deleted',
4301   'entity_id',
4302   'revision_id',
4303   'language',
4304   'delta',
4305   'field_date_with_end_time_value',
4306   'field_date_with_end_time_value2',
4307 ))
4308 ->values(array(
4309   'entity_type' => 'node',
4310   'bundle' => 'test_content_type',
4311   'deleted' => '0',
4312   'entity_id' => '1',
4313   'revision_id' => '1',
4314   'language' => 'und',
4315   'delta' => '0',
4316   'field_date_with_end_time_value' => '1421727300',
4317   'field_date_with_end_time_value2' => '1421727300',
4318 ))
4319 ->execute();
4320
4321 $connection->schema()->createTable('field_data_field_email', array(
4322   'fields' => array(
4323     'entity_type' => array(
4324       'type' => 'varchar',
4325       'not null' => TRUE,
4326       'length' => '128',
4327       'default' => '',
4328     ),
4329     'bundle' => array(
4330       'type' => 'varchar',
4331       'not null' => TRUE,
4332       'length' => '128',
4333       'default' => '',
4334     ),
4335     'deleted' => array(
4336       'type' => 'int',
4337       'not null' => TRUE,
4338       'size' => 'normal',
4339       'default' => '0',
4340     ),
4341     'entity_id' => array(
4342       'type' => 'int',
4343       'not null' => TRUE,
4344       'size' => 'normal',
4345       'unsigned' => TRUE,
4346     ),
4347     'revision_id' => array(
4348       'type' => 'int',
4349       'not null' => FALSE,
4350       'size' => 'normal',
4351       'unsigned' => TRUE,
4352     ),
4353     'language' => array(
4354       'type' => 'varchar',
4355       'not null' => TRUE,
4356       'length' => '32',
4357       'default' => '',
4358     ),
4359     'delta' => array(
4360       'type' => 'int',
4361       'not null' => TRUE,
4362       'size' => 'normal',
4363       'unsigned' => TRUE,
4364     ),
4365     'field_email_email' => array(
4366       'type' => 'varchar',
4367       'not null' => FALSE,
4368       'length' => '255',
4369     ),
4370   ),
4371   'primary key' => array(
4372     'entity_type',
4373     'deleted',
4374     'entity_id',
4375     'language',
4376     'delta',
4377   ),
4378   'mysql_character_set' => 'utf8',
4379 ));
4380
4381 $connection->insert('field_data_field_email')
4382 ->fields(array(
4383   'entity_type',
4384   'bundle',
4385   'deleted',
4386   'entity_id',
4387   'revision_id',
4388   'language',
4389   'delta',
4390   'field_email_email',
4391 ))
4392 ->values(array(
4393   'entity_type' => 'node',
4394   'bundle' => 'test_content_type',
4395   'deleted' => '0',
4396   'entity_id' => '1',
4397   'revision_id' => '1',
4398   'language' => 'und',
4399   'delta' => '0',
4400   'field_email_email' => 'default@example.com',
4401 ))
4402 ->values(array(
4403   'entity_type' => 'node',
4404   'bundle' => 'test_content_type',
4405   'deleted' => '0',
4406   'entity_id' => '1',
4407   'revision_id' => '1',
4408   'language' => 'und',
4409   'delta' => '1',
4410   'field_email_email' => 'another@example.com',
4411 ))
4412 ->execute();
4413
4414 $connection->schema()->createTable('field_data_field_file', array(
4415   'fields' => array(
4416     'entity_type' => array(
4417       'type' => 'varchar',
4418       'not null' => TRUE,
4419       'length' => '128',
4420       'default' => '',
4421     ),
4422     'bundle' => array(
4423       'type' => 'varchar',
4424       'not null' => TRUE,
4425       'length' => '128',
4426       'default' => '',
4427     ),
4428     'deleted' => array(
4429       'type' => 'int',
4430       'not null' => TRUE,
4431       'size' => 'normal',
4432       'default' => '0',
4433     ),
4434     'entity_id' => array(
4435       'type' => 'int',
4436       'not null' => TRUE,
4437       'size' => 'normal',
4438       'unsigned' => TRUE,
4439     ),
4440     'revision_id' => array(
4441       'type' => 'int',
4442       'not null' => FALSE,
4443       'size' => 'normal',
4444       'unsigned' => TRUE,
4445     ),
4446     'language' => array(
4447       'type' => 'varchar',
4448       'not null' => TRUE,
4449       'length' => '32',
4450       'default' => '',
4451     ),
4452     'delta' => array(
4453       'type' => 'int',
4454       'not null' => TRUE,
4455       'size' => 'normal',
4456       'unsigned' => TRUE,
4457     ),
4458     'field_file_fid' => array(
4459       'type' => 'int',
4460       'not null' => FALSE,
4461       'size' => 'normal',
4462       'unsigned' => TRUE,
4463     ),
4464     'field_file_display' => array(
4465       'type' => 'int',
4466       'not null' => TRUE,
4467       'size' => 'normal',
4468       'default' => '1',
4469       'unsigned' => TRUE,
4470     ),
4471     'field_file_description' => array(
4472       'type' => 'text',
4473       'not null' => FALSE,
4474       'size' => 'normal',
4475     ),
4476   ),
4477   'primary key' => array(
4478     'entity_type',
4479     'deleted',
4480     'entity_id',
4481     'language',
4482     'delta',
4483   ),
4484   'mysql_character_set' => 'utf8',
4485 ));
4486
4487 $connection->insert('field_data_field_file')
4488 ->fields(array(
4489   'entity_type',
4490   'bundle',
4491   'deleted',
4492   'entity_id',
4493   'revision_id',
4494   'language',
4495   'delta',
4496   'field_file_fid',
4497   'field_file_display',
4498   'field_file_description',
4499 ))
4500 ->values(array(
4501   'entity_type' => 'node',
4502   'bundle' => 'test_content_type',
4503   'deleted' => '0',
4504   'entity_id' => '1',
4505   'revision_id' => '1',
4506   'language' => 'und',
4507   'delta' => '0',
4508   'field_file_fid' => '2',
4509   'field_file_display' => '1',
4510   'field_file_description' => 'file desc',
4511 ))
4512 ->values(array(
4513   'entity_type' => 'user',
4514   'bundle' => 'user',
4515   'deleted' => '0',
4516   'entity_id' => '2',
4517   'revision_id' => '2',
4518   'language' => 'und',
4519   'delta' => '0',
4520   'field_file_fid' => '2',
4521   'field_file_display' => '1',
4522   'field_file_description' => 'file desc',
4523 ))
4524 ->execute();
4525
4526 $connection->schema()->createTable('field_data_field_float', array(
4527   'fields' => array(
4528     'entity_type' => array(
4529       'type' => 'varchar',
4530       'not null' => TRUE,
4531       'length' => '128',
4532       'default' => '',
4533     ),
4534     'bundle' => array(
4535       'type' => 'varchar',
4536       'not null' => TRUE,
4537       'length' => '128',
4538       'default' => '',
4539     ),
4540     'deleted' => array(
4541       'type' => 'int',
4542       'not null' => TRUE,
4543       'size' => 'normal',
4544       'default' => '0',
4545     ),
4546     'entity_id' => array(
4547       'type' => 'int',
4548       'not null' => TRUE,
4549       'size' => 'normal',
4550       'unsigned' => TRUE,
4551     ),
4552     'revision_id' => array(
4553       'type' => 'int',
4554       'not null' => FALSE,
4555       'size' => 'normal',
4556       'unsigned' => TRUE,
4557     ),
4558     'language' => array(
4559       'type' => 'varchar',
4560       'not null' => TRUE,
4561       'length' => '32',
4562       'default' => '',
4563     ),
4564     'delta' => array(
4565       'type' => 'int',
4566       'not null' => TRUE,
4567       'size' => 'normal',
4568       'unsigned' => TRUE,
4569     ),
4570     'field_float_value' => array(
4571       'type' => 'numeric',
4572       'not null' => FALSE,
4573       'precision' => '10',
4574       'scale' => '0',
4575     ),
4576   ),
4577   'primary key' => array(
4578     'entity_type',
4579     'deleted',
4580     'entity_id',
4581     'language',
4582     'delta',
4583   ),
4584   'mysql_character_set' => 'utf8',
4585 ));
4586
4587 $connection->insert('field_data_field_float')
4588 ->fields(array(
4589   'entity_type',
4590   'bundle',
4591   'deleted',
4592   'entity_id',
4593   'revision_id',
4594   'language',
4595   'delta',
4596   'field_float_value',
4597 ))
4598 ->values(array(
4599   'entity_type' => 'node',
4600   'bundle' => 'test_content_type',
4601   'deleted' => '0',
4602   'entity_id' => '1',
4603   'revision_id' => '1',
4604   'language' => 'und',
4605   'delta' => '0',
4606   'field_float_value' => '1',
4607 ))
4608 ->execute();
4609
4610 $connection->schema()->createTable('field_data_field_image', array(
4611   'fields' => array(
4612     'entity_type' => array(
4613       'type' => 'varchar',
4614       'not null' => TRUE,
4615       'length' => '128',
4616       'default' => '',
4617     ),
4618     'bundle' => array(
4619       'type' => 'varchar',
4620       'not null' => TRUE,
4621       'length' => '128',
4622       'default' => '',
4623     ),
4624     'deleted' => array(
4625       'type' => 'int',
4626       'not null' => TRUE,
4627       'size' => 'normal',
4628       'default' => '0',
4629     ),
4630     'entity_id' => array(
4631       'type' => 'int',
4632       'not null' => TRUE,
4633       'size' => 'normal',
4634       'unsigned' => TRUE,
4635     ),
4636     'revision_id' => array(
4637       'type' => 'int',
4638       'not null' => FALSE,
4639       'size' => 'normal',
4640       'unsigned' => TRUE,
4641     ),
4642     'language' => array(
4643       'type' => 'varchar',
4644       'not null' => TRUE,
4645       'length' => '32',
4646       'default' => '',
4647     ),
4648     'delta' => array(
4649       'type' => 'int',
4650       'not null' => TRUE,
4651       'size' => 'normal',
4652       'unsigned' => TRUE,
4653     ),
4654     'field_image_fid' => array(
4655       'type' => 'int',
4656       'not null' => FALSE,
4657       'size' => 'normal',
4658       'unsigned' => TRUE,
4659     ),
4660     'field_image_alt' => array(
4661       'type' => 'varchar',
4662       'not null' => FALSE,
4663       'length' => '512',
4664     ),
4665     'field_image_title' => array(
4666       'type' => 'varchar',
4667       'not null' => FALSE,
4668       'length' => '1024',
4669     ),
4670     'field_image_width' => array(
4671       'type' => 'int',
4672       'not null' => FALSE,
4673       'size' => 'normal',
4674       'unsigned' => TRUE,
4675     ),
4676     'field_image_height' => array(
4677       'type' => 'int',
4678       'not null' => FALSE,
4679       'size' => 'normal',
4680       'unsigned' => TRUE,
4681     ),
4682   ),
4683   'primary key' => array(
4684     'entity_type',
4685     'deleted',
4686     'entity_id',
4687     'language',
4688     'delta',
4689   ),
4690   'mysql_character_set' => 'utf8',
4691 ));
4692
4693 $connection->schema()->createTable('field_data_field_images', array(
4694   'fields' => array(
4695     'entity_type' => array(
4696       'type' => 'varchar',
4697       'not null' => TRUE,
4698       'length' => '128',
4699       'default' => '',
4700     ),
4701     'bundle' => array(
4702       'type' => 'varchar',
4703       'not null' => TRUE,
4704       'length' => '128',
4705       'default' => '',
4706     ),
4707     'deleted' => array(
4708       'type' => 'int',
4709       'not null' => TRUE,
4710       'size' => 'normal',
4711       'default' => '0',
4712     ),
4713     'entity_id' => array(
4714       'type' => 'int',
4715       'not null' => TRUE,
4716       'size' => 'normal',
4717       'unsigned' => TRUE,
4718     ),
4719     'revision_id' => array(
4720       'type' => 'int',
4721       'not null' => FALSE,
4722       'size' => 'normal',
4723       'unsigned' => TRUE,
4724     ),
4725     'language' => array(
4726       'type' => 'varchar',
4727       'not null' => TRUE,
4728       'length' => '32',
4729       'default' => '',
4730     ),
4731     'delta' => array(
4732       'type' => 'int',
4733       'not null' => TRUE,
4734       'size' => 'normal',
4735       'unsigned' => TRUE,
4736     ),
4737     'field_images_fid' => array(
4738       'type' => 'int',
4739       'not null' => FALSE,
4740       'size' => 'normal',
4741       'unsigned' => TRUE,
4742     ),
4743     'field_images_alt' => array(
4744       'type' => 'varchar',
4745       'not null' => FALSE,
4746       'length' => '512',
4747     ),
4748     'field_images_title' => array(
4749       'type' => 'varchar',
4750       'not null' => FALSE,
4751       'length' => '1024',
4752     ),
4753     'field_images_width' => array(
4754       'type' => 'int',
4755       'not null' => FALSE,
4756       'size' => 'normal',
4757       'unsigned' => TRUE,
4758     ),
4759     'field_images_height' => array(
4760       'type' => 'int',
4761       'not null' => FALSE,
4762       'size' => 'normal',
4763       'unsigned' => TRUE,
4764     ),
4765   ),
4766   'primary key' => array(
4767     'entity_type',
4768     'deleted',
4769     'entity_id',
4770     'language',
4771     'delta',
4772   ),
4773   'mysql_character_set' => 'utf8',
4774 ));
4775
4776 $connection->insert('field_data_field_images')
4777 ->fields(array(
4778   'entity_type',
4779   'bundle',
4780   'deleted',
4781   'entity_id',
4782   'revision_id',
4783   'language',
4784   'delta',
4785   'field_images_fid',
4786   'field_images_alt',
4787   'field_images_title',
4788   'field_images_width',
4789   'field_images_height',
4790 ))
4791 ->values(array(
4792   'entity_type' => 'node',
4793   'bundle' => 'test_content_type',
4794   'deleted' => '0',
4795   'entity_id' => '1',
4796   'revision_id' => '1',
4797   'language' => 'und',
4798   'delta' => '0',
4799   'field_images_fid' => '1',
4800   'field_images_alt' => 'alt text',
4801   'field_images_title' => 'title text',
4802   'field_images_width' => '93',
4803   'field_images_height' => '93',
4804 ))
4805 ->execute();
4806
4807 $connection->schema()->createTable('field_data_field_integer', array(
4808   'fields' => array(
4809     'entity_type' => array(
4810       'type' => 'varchar',
4811       'not null' => TRUE,
4812       'length' => '128',
4813       'default' => '',
4814     ),
4815     'bundle' => array(
4816       'type' => 'varchar',
4817       'not null' => TRUE,
4818       'length' => '128',
4819       'default' => '',
4820     ),
4821     'deleted' => array(
4822       'type' => 'int',
4823       'not null' => TRUE,
4824       'size' => 'normal',
4825       'default' => '0',
4826     ),
4827     'entity_id' => array(
4828       'type' => 'int',
4829       'not null' => TRUE,
4830       'size' => 'normal',
4831       'unsigned' => TRUE,
4832     ),
4833     'revision_id' => array(
4834       'type' => 'int',
4835       'not null' => FALSE,
4836       'size' => 'normal',
4837       'unsigned' => TRUE,
4838     ),
4839     'language' => array(
4840       'type' => 'varchar',
4841       'not null' => TRUE,
4842       'length' => '32',
4843       'default' => '',
4844     ),
4845     'delta' => array(
4846       'type' => 'int',
4847       'not null' => TRUE,
4848       'size' => 'normal',
4849       'unsigned' => TRUE,
4850     ),
4851     'field_integer_value' => array(
4852       'type' => 'int',
4853       'not null' => FALSE,
4854       'size' => 'normal',
4855     ),
4856   ),
4857   'primary key' => array(
4858     'entity_type',
4859     'deleted',
4860     'entity_id',
4861     'language',
4862     'delta',
4863   ),
4864   'mysql_character_set' => 'utf8',
4865 ));
4866
4867 $connection->insert('field_data_field_integer')
4868 ->fields(array(
4869   'entity_type',
4870   'bundle',
4871   'deleted',
4872   'entity_id',
4873   'revision_id',
4874   'language',
4875   'delta',
4876   'field_integer_value',
4877 ))
4878 ->values(array(
4879   'entity_type' => 'node',
4880   'bundle' => 'test_content_type',
4881   'deleted' => '0',
4882   'entity_id' => '1',
4883   'revision_id' => '1',
4884   'language' => 'und',
4885   'delta' => '0',
4886   'field_integer_value' => '5',
4887 ))
4888 ->values(array(
4889   'entity_type' => 'user',
4890   'bundle' => 'user',
4891   'deleted' => '0',
4892   'entity_id' => '2',
4893   'revision_id' => '2',
4894   'language' => 'und',
4895   'delta' => '0',
4896   'field_integer_value' => '99',
4897 ))
4898 ->values(array(
4899   'entity_type' => 'taxonomy_term',
4900   'bundle' => 'test_vocabulary',
4901   'deleted' => '0',
4902   'entity_id' => '4',
4903   'revision_id' => '4',
4904   'language' => 'und',
4905   'delta' => '0',
4906   'field_integer_value' => '6',
4907 ))
4908 ->execute();
4909
4910 $connection->schema()->createTable('field_data_field_integer_list', array(
4911   'fields' => array(
4912     'entity_type' => array(
4913       'type' => 'varchar',
4914       'not null' => TRUE,
4915       'length' => '128',
4916       'default' => '',
4917     ),
4918     'bundle' => array(
4919       'type' => 'varchar',
4920       'not null' => TRUE,
4921       'length' => '128',
4922       'default' => '',
4923     ),
4924     'deleted' => array(
4925       'type' => 'int',
4926       'not null' => TRUE,
4927       'size' => 'normal',
4928       'default' => '0',
4929     ),
4930     'entity_id' => array(
4931       'type' => 'int',
4932       'not null' => TRUE,
4933       'size' => 'normal',
4934       'unsigned' => TRUE,
4935     ),
4936     'revision_id' => array(
4937       'type' => 'int',
4938       'not null' => FALSE,
4939       'size' => 'normal',
4940       'unsigned' => TRUE,
4941     ),
4942     'language' => array(
4943       'type' => 'varchar',
4944       'not null' => TRUE,
4945       'length' => '32',
4946       'default' => '',
4947     ),
4948     'delta' => array(
4949       'type' => 'int',
4950       'not null' => TRUE,
4951       'size' => 'normal',
4952       'unsigned' => TRUE,
4953     ),
4954     'field_integer_list_value' => array(
4955       'type' => 'int',
4956       'not null' => FALSE,
4957       'size' => 'normal',
4958     ),
4959   ),
4960   'primary key' => array(
4961     'entity_type',
4962     'deleted',
4963     'entity_id',
4964     'language',
4965     'delta',
4966   ),
4967   'mysql_character_set' => 'utf8',
4968 ));
4969
4970 $connection->insert('field_data_field_integer_list')
4971 ->fields(array(
4972   'entity_type',
4973   'bundle',
4974   'deleted',
4975   'entity_id',
4976   'revision_id',
4977   'language',
4978   'delta',
4979   'field_integer_list_value',
4980 ))
4981 ->values(array(
4982   'entity_type' => 'node',
4983   'bundle' => 'test_content_type',
4984   'deleted' => '0',
4985   'entity_id' => '1',
4986   'revision_id' => '1',
4987   'language' => 'und',
4988   'delta' => '0',
4989   'field_integer_list_value' => '7',
4990 ))
4991 ->execute();
4992
4993 $connection->schema()->createTable('field_data_field_link', array(
4994   'fields' => array(
4995     'entity_type' => array(
4996       'type' => 'varchar',
4997       'not null' => TRUE,
4998       'length' => '128',
4999       'default' => '',
5000     ),
5001     'bundle' => array(
5002       'type' => 'varchar',
5003       'not null' => TRUE,
5004       'length' => '128',
5005       'default' => '',
5006     ),
5007     'deleted' => array(
5008       'type' => 'int',
5009       'not null' => TRUE,
5010       'size' => 'normal',
5011       'default' => '0',
5012     ),
5013     'entity_id' => array(
5014       'type' => 'int',
5015       'not null' => TRUE,
5016       'size' => 'normal',
5017       'unsigned' => TRUE,
5018     ),
5019     'revision_id' => array(
5020       'type' => 'int',
5021       'not null' => FALSE,
5022       'size' => 'normal',
5023       'unsigned' => TRUE,
5024     ),
5025     'language' => array(
5026       'type' => 'varchar',
5027       'not null' => TRUE,
5028       'length' => '32',
5029       'default' => '',
5030     ),
5031     'delta' => array(
5032       'type' => 'int',
5033       'not null' => TRUE,
5034       'size' => 'normal',
5035       'unsigned' => TRUE,
5036     ),
5037     'field_link_url' => array(
5038       'type' => 'varchar',
5039       'not null' => FALSE,
5040       'length' => '2048',
5041     ),
5042     'field_link_title' => array(
5043       'type' => 'varchar',
5044       'not null' => FALSE,
5045       'length' => '255',
5046     ),
5047     'field_link_attributes' => array(
5048       'type' => 'text',
5049       'not null' => FALSE,
5050       'size' => 'normal',
5051     ),
5052   ),
5053   'primary key' => array(
5054     'entity_type',
5055     'deleted',
5056     'entity_id',
5057     'language',
5058     'delta',
5059   ),
5060   'mysql_character_set' => 'utf8',
5061 ));
5062
5063 $connection->insert('field_data_field_link')
5064 ->fields(array(
5065   'entity_type',
5066   'bundle',
5067   'deleted',
5068   'entity_id',
5069   'revision_id',
5070   'language',
5071   'delta',
5072   'field_link_url',
5073   'field_link_title',
5074   'field_link_attributes',
5075 ))
5076 ->values(array(
5077   'entity_type' => 'node',
5078   'bundle' => 'test_content_type',
5079   'deleted' => '0',
5080   'entity_id' => '1',
5081   'revision_id' => '1',
5082   'language' => 'und',
5083   'delta' => '0',
5084   'field_link_url' => 'http://google.com',
5085   'field_link_title' => 'Click Here',
5086   'field_link_attributes' => 'a:1:{s:5:"title";s:10:"Click Here";}',
5087 ))
5088 ->values(array(
5089   'entity_type' => 'node',
5090   'bundle' => 'article',
5091   'deleted' => '0',
5092   'entity_id' => '2',
5093   'revision_id' => '2',
5094   'language' => 'und',
5095   'delta' => '0',
5096   'field_link_url' => '<front>',
5097   'field_link_title' => 'Home',
5098   'field_link_attributes' => 'a:0:{}',
5099 ))
5100 ->values(array(
5101   'entity_type' => 'node',
5102   'bundle' => 'article',
5103   'deleted' => '0',
5104   'entity_id' => '3',
5105   'revision_id' => '3',
5106   'language' => 'und',
5107   'delta' => '0',
5108   'field_link_url' => '<front>',
5109   'field_link_title' => 'Home',
5110   'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
5111 ))
5112 ->execute();
5113
5114 $connection->schema()->createTable('field_data_field_long_text', array(
5115   'fields' => array(
5116     'entity_type' => array(
5117       'type' => 'varchar',
5118       'not null' => TRUE,
5119       'length' => '128',
5120       'default' => '',
5121     ),
5122     'bundle' => array(
5123       'type' => 'varchar',
5124       'not null' => TRUE,
5125       'length' => '128',
5126       'default' => '',
5127     ),
5128     'deleted' => array(
5129       'type' => 'int',
5130       'not null' => TRUE,
5131       'size' => 'normal',
5132       'default' => '0',
5133     ),
5134     'entity_id' => array(
5135       'type' => 'int',
5136       'not null' => TRUE,
5137       'size' => 'normal',
5138       'unsigned' => TRUE,
5139     ),
5140     'revision_id' => array(
5141       'type' => 'int',
5142       'not null' => FALSE,
5143       'size' => 'normal',
5144       'unsigned' => TRUE,
5145     ),
5146     'language' => array(
5147       'type' => 'varchar',
5148       'not null' => TRUE,
5149       'length' => '32',
5150       'default' => '',
5151     ),
5152     'delta' => array(
5153       'type' => 'int',
5154       'not null' => TRUE,
5155       'size' => 'normal',
5156       'unsigned' => TRUE,
5157     ),
5158     'field_long_text_value' => array(
5159       'type' => 'text',
5160       'not null' => FALSE,
5161       'size' => 'normal',
5162     ),
5163     'field_long_text_summary' => array(
5164       'type' => 'text',
5165       'not null' => FALSE,
5166       'size' => 'normal',
5167     ),
5168     'field_long_text_format' => array(
5169       'type' => 'varchar',
5170       'not null' => FALSE,
5171       'length' => '255',
5172     ),
5173   ),
5174   'primary key' => array(
5175     'entity_type',
5176     'deleted',
5177     'entity_id',
5178     'language',
5179     'delta',
5180   ),
5181   'mysql_character_set' => 'utf8',
5182 ));
5183
5184 $connection->schema()->createTable('field_data_field_node_entityreference', array(
5185   'fields' => array(
5186     'entity_type' => array(
5187       'type' => 'varchar',
5188       'not null' => TRUE,
5189       'length' => '128',
5190       'default' => '',
5191     ),
5192     'bundle' => array(
5193       'type' => 'varchar',
5194       'not null' => TRUE,
5195       'length' => '128',
5196       'default' => '',
5197     ),
5198     'deleted' => array(
5199       'type' => 'int',
5200       'not null' => TRUE,
5201       'size' => 'tiny',
5202       'default' => '0',
5203     ),
5204     'entity_id' => array(
5205       'type' => 'int',
5206       'not null' => TRUE,
5207       'size' => 'normal',
5208       'unsigned' => TRUE,
5209     ),
5210     'revision_id' => array(
5211       'type' => 'int',
5212       'not null' => FALSE,
5213       'size' => 'normal',
5214       'unsigned' => TRUE,
5215     ),
5216     'language' => array(
5217       'type' => 'varchar',
5218       'not null' => TRUE,
5219       'length' => '32',
5220       'default' => '',
5221     ),
5222     'delta' => array(
5223       'type' => 'int',
5224       'not null' => TRUE,
5225       'size' => 'normal',
5226       'unsigned' => TRUE,
5227     ),
5228     'field_node_entityreference_target_id' => array(
5229       'type' => 'int',
5230       'not null' => TRUE,
5231       'size' => 'normal',
5232       'unsigned' => TRUE,
5233     ),
5234   ),
5235   'primary key' => array(
5236     'entity_type',
5237     'entity_id',
5238     'deleted',
5239     'delta',
5240     'language',
5241   ),
5242   'indexes' => array(
5243     'entity_type' => array(
5244       'entity_type',
5245     ),
5246     'bundle' => array(
5247       'bundle',
5248     ),
5249     'deleted' => array(
5250       'deleted',
5251     ),
5252     'entity_id' => array(
5253       'entity_id',
5254     ),
5255     'revision_id' => array(
5256       'revision_id',
5257     ),
5258     'language' => array(
5259       'language',
5260     ),
5261     'field_node_entityreference_target_id' => array(
5262       'field_node_entityreference_target_id',
5263     ),
5264   ),
5265   'mysql_character_set' => 'utf8',
5266 ));
5267
5268 $connection->insert('field_data_field_node_entityreference')
5269 ->fields(array(
5270   'entity_type',
5271   'bundle',
5272   'deleted',
5273   'entity_id',
5274   'revision_id',
5275   'language',
5276   'delta',
5277   'field_node_entityreference_target_id',
5278 ))
5279 ->values(array(
5280   'entity_type' => 'node',
5281   'bundle' => 'test_content_type',
5282   'deleted' => '0',
5283   'entity_id' => '1',
5284   'revision_id' => '1',
5285   'language' => 'und',
5286   'delta' => '0',
5287   'field_node_entityreference_target_id' => '2',
5288 ))
5289 ->execute();
5290
5291 $connection->schema()->createTable('field_data_field_phone', array(
5292   'fields' => array(
5293     'entity_type' => array(
5294       'type' => 'varchar',
5295       'not null' => TRUE,
5296       'length' => '128',
5297       'default' => '',
5298     ),
5299     'bundle' => array(
5300       'type' => 'varchar',
5301       'not null' => TRUE,
5302       'length' => '128',
5303       'default' => '',
5304     ),
5305     'deleted' => array(
5306       'type' => 'int',
5307       'not null' => TRUE,
5308       'size' => 'normal',
5309       'default' => '0',
5310     ),
5311     'entity_id' => array(
5312       'type' => 'int',
5313       'not null' => TRUE,
5314       'size' => 'normal',
5315       'unsigned' => TRUE,
5316     ),
5317     'revision_id' => array(
5318       'type' => 'int',
5319       'not null' => FALSE,
5320       'size' => 'normal',
5321       'unsigned' => TRUE,
5322     ),
5323     'language' => array(
5324       'type' => 'varchar',
5325       'not null' => TRUE,
5326       'length' => '32',
5327       'default' => '',
5328     ),
5329     'delta' => array(
5330       'type' => 'int',
5331       'not null' => TRUE,
5332       'size' => 'normal',
5333       'unsigned' => TRUE,
5334     ),
5335     'field_phone_value' => array(
5336       'type' => 'varchar',
5337       'not null' => FALSE,
5338       'length' => '255',
5339     ),
5340   ),
5341   'primary key' => array(
5342     'entity_type',
5343     'deleted',
5344     'entity_id',
5345     'language',
5346     'delta',
5347   ),
5348   'mysql_character_set' => 'utf8',
5349 ));
5350
5351 $connection->insert('field_data_field_phone')
5352 ->fields(array(
5353   'entity_type',
5354   'bundle',
5355   'deleted',
5356   'entity_id',
5357   'revision_id',
5358   'language',
5359   'delta',
5360   'field_phone_value',
5361 ))
5362 ->values(array(
5363   'entity_type' => 'node',
5364   'bundle' => 'test_content_type',
5365   'deleted' => '0',
5366   'entity_id' => '1',
5367   'revision_id' => '6',
5368   'language' => 'und',
5369   'delta' => '0',
5370   'field_phone_value' => '99-99-99-99',
5371 ))
5372 ->execute();
5373
5374 $connection->schema()->createTable('field_data_field_private_file', array(
5375   'fields' => array(
5376     'entity_type' => array(
5377       'type' => 'varchar',
5378       'not null' => TRUE,
5379       'length' => '128',
5380       'default' => '',
5381     ),
5382     'bundle' => array(
5383       'type' => 'varchar',
5384       'not null' => TRUE,
5385       'length' => '128',
5386       'default' => '',
5387     ),
5388     'deleted' => array(
5389       'type' => 'int',
5390       'not null' => TRUE,
5391       'size' => 'tiny',
5392       'default' => '0',
5393     ),
5394     'entity_id' => array(
5395       'type' => 'int',
5396       'not null' => TRUE,
5397       'size' => 'normal',
5398       'unsigned' => TRUE,
5399     ),
5400     'revision_id' => array(
5401       'type' => 'int',
5402       'not null' => FALSE,
5403       'size' => 'normal',
5404       'unsigned' => TRUE,
5405     ),
5406     'language' => array(
5407       'type' => 'varchar',
5408       'not null' => TRUE,
5409       'length' => '32',
5410       'default' => '',
5411     ),
5412     'delta' => array(
5413       'type' => 'int',
5414       'not null' => TRUE,
5415       'size' => 'normal',
5416       'unsigned' => TRUE,
5417     ),
5418     'field_private_file_fid' => array(
5419       'type' => 'int',
5420       'not null' => FALSE,
5421       'size' => 'normal',
5422       'unsigned' => TRUE,
5423     ),
5424     'field_private_file_display' => array(
5425       'type' => 'int',
5426       'not null' => TRUE,
5427       'size' => 'tiny',
5428       'default' => '1',
5429       'unsigned' => TRUE,
5430     ),
5431     'field_private_file_description' => array(
5432       'type' => 'text',
5433       'not null' => FALSE,
5434       'size' => 'normal',
5435     ),
5436   ),
5437   'primary key' => array(
5438     'entity_type',
5439     'entity_id',
5440     'deleted',
5441     'delta',
5442     'language',
5443   ),
5444   'indexes' => array(
5445     'entity_type' => array(
5446       'entity_type',
5447     ),
5448     'bundle' => array(
5449       'bundle',
5450     ),
5451     'deleted' => array(
5452       'deleted',
5453     ),
5454     'entity_id' => array(
5455       'entity_id',
5456     ),
5457     'revision_id' => array(
5458       'revision_id',
5459     ),
5460     'language' => array(
5461       'language',
5462     ),
5463     'field_private_file_fid' => array(
5464       'field_private_file_fid',
5465     ),
5466   ),
5467   'mysql_character_set' => 'utf8',
5468 ));
5469
5470 $connection->insert('field_data_field_private_file')
5471 ->fields(array(
5472   'entity_type',
5473   'bundle',
5474   'deleted',
5475   'entity_id',
5476   'revision_id',
5477   'language',
5478   'delta',
5479   'field_private_file_fid',
5480   'field_private_file_display',
5481   'field_private_file_description',
5482 ))
5483 ->values(array(
5484   'entity_type' => 'node',
5485   'bundle' => 'test_content_type',
5486   'deleted' => '0',
5487   'entity_id' => '1',
5488   'revision_id' => '6',
5489   'language' => 'und',
5490   'delta' => '0',
5491   'field_private_file_fid' => '4',
5492   'field_private_file_display' => '1',
5493   'field_private_file_description' => '',
5494 ))
5495 ->execute();
5496
5497 $connection->schema()->createTable('field_data_field_tags', array(
5498   'fields' => array(
5499     'entity_type' => array(
5500       'type' => 'varchar',
5501       'not null' => TRUE,
5502       'length' => '128',
5503       'default' => '',
5504     ),
5505     'bundle' => array(
5506       'type' => 'varchar',
5507       'not null' => TRUE,
5508       'length' => '128',
5509       'default' => '',
5510     ),
5511     'deleted' => array(
5512       'type' => 'int',
5513       'not null' => TRUE,
5514       'size' => 'normal',
5515       'default' => '0',
5516     ),
5517     'entity_id' => array(
5518       'type' => 'int',
5519       'not null' => TRUE,
5520       'size' => 'normal',
5521       'unsigned' => TRUE,
5522     ),
5523     'revision_id' => array(
5524       'type' => 'int',
5525       'not null' => FALSE,
5526       'size' => 'normal',
5527       'unsigned' => TRUE,
5528     ),
5529     'language' => array(
5530       'type' => 'varchar',
5531       'not null' => TRUE,
5532       'length' => '32',
5533       'default' => '',
5534     ),
5535     'delta' => array(
5536       'type' => 'int',
5537       'not null' => TRUE,
5538       'size' => 'normal',
5539       'unsigned' => TRUE,
5540     ),
5541     'field_tags_tid' => array(
5542       'type' => 'int',
5543       'not null' => FALSE,
5544       'size' => 'normal',
5545       'unsigned' => TRUE,
5546     ),
5547   ),
5548   'primary key' => array(
5549     'entity_type',
5550     'deleted',
5551     'entity_id',
5552     'language',
5553     'delta',
5554   ),
5555   'mysql_character_set' => 'utf8',
5556 ));
5557
5558 $connection->insert('field_data_field_tags')
5559 ->fields(array(
5560   'entity_type',
5561   'bundle',
5562   'deleted',
5563   'entity_id',
5564   'revision_id',
5565   'language',
5566   'delta',
5567   'field_tags_tid',
5568 ))
5569 ->values(array(
5570   'entity_type' => 'node',
5571   'bundle' => 'article',
5572   'deleted' => '0',
5573   'entity_id' => '2',
5574   'revision_id' => '2',
5575   'language' => 'und',
5576   'delta' => '0',
5577   'field_tags_tid' => '9',
5578 ))
5579 ->values(array(
5580   'entity_type' => 'node',
5581   'bundle' => 'article',
5582   'deleted' => '0',
5583   'entity_id' => '2',
5584   'revision_id' => '2',
5585   'language' => 'und',
5586   'delta' => '1',
5587   'field_tags_tid' => '14',
5588 ))
5589 ->values(array(
5590   'entity_type' => 'node',
5591   'bundle' => 'article',
5592   'deleted' => '0',
5593   'entity_id' => '2',
5594   'revision_id' => '2',
5595   'language' => 'und',
5596   'delta' => '2',
5597   'field_tags_tid' => '17',
5598 ))
5599 ->values(array(
5600   'entity_type' => 'node',
5601   'bundle' => 'article',
5602   'deleted' => '0',
5603   'entity_id' => '3',
5604   'revision_id' => '3',
5605   'language' => 'und',
5606   'delta' => '0',
5607   'field_tags_tid' => '9',
5608 ))
5609 ->values(array(
5610   'entity_type' => 'node',
5611   'bundle' => 'article',
5612   'deleted' => '0',
5613   'entity_id' => '3',
5614   'revision_id' => '3',
5615   'language' => 'und',
5616   'delta' => '1',
5617   'field_tags_tid' => '14',
5618 ))
5619 ->values(array(
5620   'entity_type' => 'node',
5621   'bundle' => 'article',
5622   'deleted' => '0',
5623   'entity_id' => '3',
5624   'revision_id' => '3',
5625   'language' => 'und',
5626   'delta' => '2',
5627   'field_tags_tid' => '17',
5628 ))
5629 ->execute();
5630
5631 $connection->schema()->createTable('field_data_field_term_entityreference', array(
5632   'fields' => array(
5633     'entity_type' => array(
5634       'type' => 'varchar',
5635       'not null' => TRUE,
5636       'length' => '128',
5637       'default' => '',
5638     ),
5639     'bundle' => array(
5640       'type' => 'varchar',
5641       'not null' => TRUE,
5642       'length' => '128',
5643       'default' => '',
5644     ),
5645     'deleted' => array(
5646       'type' => 'int',
5647       'not null' => TRUE,
5648       'size' => 'tiny',
5649       'default' => '0',
5650     ),
5651     'entity_id' => array(
5652       'type' => 'int',
5653       'not null' => TRUE,
5654       'size' => 'normal',
5655       'unsigned' => TRUE,
5656     ),
5657     'revision_id' => array(
5658       'type' => 'int',
5659       'not null' => FALSE,
5660       'size' => 'normal',
5661       'unsigned' => TRUE,
5662     ),
5663     'language' => array(
5664       'type' => 'varchar',
5665       'not null' => TRUE,
5666       'length' => '32',
5667       'default' => '',
5668     ),
5669     'delta' => array(
5670       'type' => 'int',
5671       'not null' => TRUE,
5672       'size' => 'normal',
5673       'unsigned' => TRUE,
5674     ),
5675     'field_term_entityreference_target_id' => array(
5676       'type' => 'int',
5677       'not null' => TRUE,
5678       'size' => 'normal',
5679       'unsigned' => TRUE,
5680     ),
5681   ),
5682   'primary key' => array(
5683     'entity_type',
5684     'entity_id',
5685     'deleted',
5686     'delta',
5687     'language',
5688   ),
5689   'indexes' => array(
5690     'entity_type' => array(
5691       'entity_type',
5692     ),
5693     'bundle' => array(
5694       'bundle',
5695     ),
5696     'deleted' => array(
5697       'deleted',
5698     ),
5699     'entity_id' => array(
5700       'entity_id',
5701     ),
5702     'revision_id' => array(
5703       'revision_id',
5704     ),
5705     'language' => array(
5706       'language',
5707     ),
5708     'field_term_entityreference_target_id' => array(
5709       'field_term_entityreference_target_id',
5710     ),
5711   ),
5712   'mysql_character_set' => 'utf8',
5713 ));
5714
5715 $connection->insert('field_data_field_term_entityreference')
5716 ->fields(array(
5717   'entity_type',
5718   'bundle',
5719   'deleted',
5720   'entity_id',
5721   'revision_id',
5722   'language',
5723   'delta',
5724   'field_term_entityreference_target_id',
5725 ))
5726 ->values(array(
5727   'entity_type' => 'node',
5728   'bundle' => 'test_content_type',
5729   'deleted' => '0',
5730   'entity_id' => '1',
5731   'revision_id' => '1',
5732   'language' => 'und',
5733   'delta' => '0',
5734   'field_term_entityreference_target_id' => '17',
5735 ))
5736 ->values(array(
5737   'entity_type' => 'node',
5738   'bundle' => 'test_content_type',
5739   'deleted' => '0',
5740   'entity_id' => '1',
5741   'revision_id' => '1',
5742   'language' => 'und',
5743   'delta' => '1',
5744   'field_term_entityreference_target_id' => '15',
5745 ))
5746 ->execute();
5747
5748 $connection->schema()->createTable('field_data_field_term_reference', array(
5749   'fields' => array(
5750     'entity_type' => array(
5751       'type' => 'varchar',
5752       'not null' => TRUE,
5753       'length' => '128',
5754       'default' => '',
5755     ),
5756     'bundle' => array(
5757       'type' => 'varchar',
5758       'not null' => TRUE,
5759       'length' => '128',
5760       'default' => '',
5761     ),
5762     'deleted' => array(
5763       'type' => 'int',
5764       'not null' => TRUE,
5765       'size' => 'normal',
5766       'default' => '0',
5767     ),
5768     'entity_id' => array(
5769       'type' => 'int',
5770       'not null' => TRUE,
5771       'size' => 'normal',
5772       'unsigned' => TRUE,
5773     ),
5774     'revision_id' => array(
5775       'type' => 'int',
5776       'not null' => FALSE,
5777       'size' => 'normal',
5778       'unsigned' => TRUE,
5779     ),
5780     'language' => array(
5781       'type' => 'varchar',
5782       'not null' => TRUE,
5783       'length' => '32',
5784       'default' => '',
5785     ),
5786     'delta' => array(
5787       'type' => 'int',
5788       'not null' => TRUE,
5789       'size' => 'normal',
5790       'unsigned' => TRUE,
5791     ),
5792     'field_term_reference_tid' => array(
5793       'type' => 'int',
5794       'not null' => FALSE,
5795       'size' => 'normal',
5796       'unsigned' => TRUE,
5797     ),
5798   ),
5799   'primary key' => array(
5800     'entity_type',
5801     'deleted',
5802     'entity_id',
5803     'language',
5804     'delta',
5805   ),
5806   'mysql_character_set' => 'utf8',
5807 ));
5808
5809 $connection->insert('field_data_field_term_reference')
5810 ->fields(array(
5811   'entity_type',
5812   'bundle',
5813   'deleted',
5814   'entity_id',
5815   'revision_id',
5816   'language',
5817   'delta',
5818   'field_term_reference_tid',
5819 ))
5820 ->values(array(
5821   'entity_type' => 'node',
5822   'bundle' => 'test_content_type',
5823   'deleted' => '0',
5824   'entity_id' => '1',
5825   'revision_id' => '1',
5826   'language' => 'und',
5827   'delta' => '0',
5828   'field_term_reference_tid' => '4',
5829 ))
5830 ->values(array(
5831   'entity_type' => 'taxonomy_term',
5832   'bundle' => 'test_vocabulary',
5833   'deleted' => '0',
5834   'entity_id' => '2',
5835   'revision_id' => '2',
5836   'language' => 'und',
5837   'delta' => '0',
5838   'field_term_reference_tid' => '3',
5839 ))
5840 ->execute();
5841
5842 $connection->schema()->createTable('field_data_field_text', array(
5843   'fields' => array(
5844     'entity_type' => array(
5845       'type' => 'varchar',
5846       'not null' => TRUE,
5847       'length' => '128',
5848       'default' => '',
5849     ),
5850     'bundle' => array(
5851       'type' => 'varchar',
5852       'not null' => TRUE,
5853       'length' => '128',
5854       'default' => '',
5855     ),
5856     'deleted' => array(
5857       'type' => 'int',
5858       'not null' => TRUE,
5859       'size' => 'normal',
5860       'default' => '0',
5861     ),
5862     'entity_id' => array(
5863       'type' => 'int',
5864       'not null' => TRUE,
5865       'size' => 'normal',
5866       'unsigned' => TRUE,
5867     ),
5868     'revision_id' => array(
5869       'type' => 'int',
5870       'not null' => FALSE,
5871       'size' => 'normal',
5872       'unsigned' => TRUE,
5873     ),
5874     'language' => array(
5875       'type' => 'varchar',
5876       'not null' => TRUE,
5877       'length' => '32',
5878       'default' => '',
5879     ),
5880     'delta' => array(
5881       'type' => 'int',
5882       'not null' => TRUE,
5883       'size' => 'normal',
5884       'unsigned' => TRUE,
5885     ),
5886     'field_text_value' => array(
5887       'type' => 'varchar',
5888       'not null' => FALSE,
5889       'length' => '256',
5890     ),
5891     'field_text_format' => array(
5892       'type' => 'varchar',
5893       'not null' => FALSE,
5894       'length' => '255',
5895     ),
5896   ),
5897   'primary key' => array(
5898     'entity_type',
5899     'deleted',
5900     'entity_id',
5901     'language',
5902     'delta',
5903   ),
5904   'mysql_character_set' => 'utf8',
5905 ));
5906
5907 $connection->insert('field_data_field_text')
5908 ->fields(array(
5909   'entity_type',
5910   'bundle',
5911   'deleted',
5912   'entity_id',
5913   'revision_id',
5914   'language',
5915   'delta',
5916   'field_text_value',
5917   'field_text_format',
5918 ))
5919 ->values(array(
5920   'entity_type' => 'node',
5921   'bundle' => 'test_content_type',
5922   'deleted' => '0',
5923   'entity_id' => '1',
5924   'revision_id' => '1',
5925   'language' => 'und',
5926   'delta' => '0',
5927   'field_text_value' => 'qwerty',
5928   'field_text_format' => NULL,
5929 ))
5930 ->execute();
5931
5932 $connection->schema()->createTable('field_data_field_text_list', array(
5933   'fields' => array(
5934     'entity_type' => array(
5935       'type' => 'varchar',
5936       'not null' => TRUE,
5937       'length' => '128',
5938       'default' => '',
5939     ),
5940     'bundle' => array(
5941       'type' => 'varchar',
5942       'not null' => TRUE,
5943       'length' => '128',
5944       'default' => '',
5945     ),
5946     'deleted' => array(
5947       'type' => 'int',
5948       'not null' => TRUE,
5949       'size' => 'normal',
5950       'default' => '0',
5951     ),
5952     'entity_id' => array(
5953       'type' => 'int',
5954       'not null' => TRUE,
5955       'size' => 'normal',
5956       'unsigned' => TRUE,
5957     ),
5958     'revision_id' => array(
5959       'type' => 'int',
5960       'not null' => FALSE,
5961       'size' => 'normal',
5962       'unsigned' => TRUE,
5963     ),
5964     'language' => array(
5965       'type' => 'varchar',
5966       'not null' => TRUE,
5967       'length' => '32',
5968       'default' => '',
5969     ),
5970     'delta' => array(
5971       'type' => 'int',
5972       'not null' => TRUE,
5973       'size' => 'normal',
5974       'unsigned' => TRUE,
5975     ),
5976     'field_text_list_value' => array(
5977       'type' => 'varchar',
5978       'not null' => FALSE,
5979       'length' => '255',
5980     ),
5981   ),
5982   'primary key' => array(
5983     'entity_type',
5984     'deleted',
5985     'entity_id',
5986     'language',
5987     'delta',
5988   ),
5989   'mysql_character_set' => 'utf8',
5990 ));
5991
5992 $connection->insert('field_data_field_text_list')
5993 ->fields(array(
5994   'entity_type',
5995   'bundle',
5996   'deleted',
5997   'entity_id',
5998   'revision_id',
5999   'language',
6000   'delta',
6001   'field_text_list_value',
6002 ))
6003 ->values(array(
6004   'entity_type' => 'node',
6005   'bundle' => 'test_content_type',
6006   'deleted' => '0',
6007   'entity_id' => '1',
6008   'revision_id' => '1',
6009   'language' => 'und',
6010   'delta' => '0',
6011   'field_text_list_value' => 'Some more text',
6012 ))
6013 ->execute();
6014
6015 $connection->schema()->createTable('field_data_field_user_entityreference', array(
6016   'fields' => array(
6017     'entity_type' => array(
6018       'type' => 'varchar',
6019       'not null' => TRUE,
6020       'length' => '128',
6021       'default' => '',
6022     ),
6023     'bundle' => array(
6024       'type' => 'varchar',
6025       'not null' => TRUE,
6026       'length' => '128',
6027       'default' => '',
6028     ),
6029     'deleted' => array(
6030       'type' => 'int',
6031       'not null' => TRUE,
6032       'size' => 'tiny',
6033       'default' => '0',
6034     ),
6035     'entity_id' => array(
6036       'type' => 'int',
6037       'not null' => TRUE,
6038       'size' => 'normal',
6039       'unsigned' => TRUE,
6040     ),
6041     'revision_id' => array(
6042       'type' => 'int',
6043       'not null' => FALSE,
6044       'size' => 'normal',
6045       'unsigned' => TRUE,
6046     ),
6047     'language' => array(
6048       'type' => 'varchar',
6049       'not null' => TRUE,
6050       'length' => '32',
6051       'default' => '',
6052     ),
6053     'delta' => array(
6054       'type' => 'int',
6055       'not null' => TRUE,
6056       'size' => 'normal',
6057       'unsigned' => TRUE,
6058     ),
6059     'field_user_entityreference_target_id' => array(
6060       'type' => 'int',
6061       'not null' => TRUE,
6062       'size' => 'normal',
6063       'unsigned' => TRUE,
6064     ),
6065   ),
6066   'primary key' => array(
6067     'entity_type',
6068     'entity_id',
6069     'deleted',
6070     'delta',
6071     'language',
6072   ),
6073   'indexes' => array(
6074     'entity_type' => array(
6075       'entity_type',
6076     ),
6077     'bundle' => array(
6078       'bundle',
6079     ),
6080     'deleted' => array(
6081       'deleted',
6082     ),
6083     'entity_id' => array(
6084       'entity_id',
6085     ),
6086     'revision_id' => array(
6087       'revision_id',
6088     ),
6089     'language' => array(
6090       'language',
6091     ),
6092     'field_user_entityreference_target_id' => array(
6093       'field_user_entityreference_target_id',
6094     ),
6095   ),
6096   'mysql_character_set' => 'utf8',
6097 ));
6098
6099 $connection->insert('field_data_field_user_entityreference')
6100 ->fields(array(
6101   'entity_type',
6102   'bundle',
6103   'deleted',
6104   'entity_id',
6105   'revision_id',
6106   'language',
6107   'delta',
6108   'field_user_entityreference_target_id',
6109 ))
6110 ->values(array(
6111   'entity_type' => 'node',
6112   'bundle' => 'test_content_type',
6113   'deleted' => '0',
6114   'entity_id' => '1',
6115   'revision_id' => '1',
6116   'language' => 'und',
6117   'delta' => '0',
6118   'field_user_entityreference_target_id' => '2',
6119 ))
6120 ->execute();
6121
6122 $connection->schema()->createTable('field_data_taxonomy_forums', array(
6123   'fields' => array(
6124     'entity_type' => array(
6125       'type' => 'varchar',
6126       'not null' => TRUE,
6127       'length' => '128',
6128       'default' => '',
6129     ),
6130     'bundle' => array(
6131       'type' => 'varchar',
6132       'not null' => TRUE,
6133       'length' => '128',
6134       'default' => '',
6135     ),
6136     'deleted' => array(
6137       'type' => 'int',
6138       'not null' => TRUE,
6139       'size' => 'normal',
6140       'default' => '0',
6141     ),
6142     'entity_id' => array(
6143       'type' => 'int',
6144       'not null' => TRUE,
6145       'size' => 'normal',
6146       'unsigned' => TRUE,
6147     ),
6148     'revision_id' => array(
6149       'type' => 'int',
6150       'not null' => FALSE,
6151       'size' => 'normal',
6152       'unsigned' => TRUE,
6153     ),
6154     'language' => array(
6155       'type' => 'varchar',
6156       'not null' => TRUE,
6157       'length' => '32',
6158       'default' => '',
6159     ),
6160     'delta' => array(
6161       'type' => 'int',
6162       'not null' => TRUE,
6163       'size' => 'normal',
6164       'unsigned' => TRUE,
6165     ),
6166     'taxonomy_forums_tid' => array(
6167       'type' => 'int',
6168       'not null' => FALSE,
6169       'size' => 'normal',
6170       'unsigned' => TRUE,
6171     ),
6172   ),
6173   'primary key' => array(
6174     'entity_type',
6175     'deleted',
6176     'entity_id',
6177     'language',
6178     'delta',
6179   ),
6180   'mysql_character_set' => 'utf8',
6181 ));
6182
6183 $connection->schema()->createTable('field_revision_body', array(
6184   'fields' => array(
6185     'entity_type' => array(
6186       'type' => 'varchar',
6187       'not null' => TRUE,
6188       'length' => '128',
6189       'default' => '',
6190     ),
6191     'bundle' => array(
6192       'type' => 'varchar',
6193       'not null' => TRUE,
6194       'length' => '128',
6195       'default' => '',
6196     ),
6197     'deleted' => array(
6198       'type' => 'int',
6199       'not null' => TRUE,
6200       'size' => 'normal',
6201       'default' => '0',
6202     ),
6203     'entity_id' => array(
6204       'type' => 'int',
6205       'not null' => TRUE,
6206       'size' => 'normal',
6207       'unsigned' => TRUE,
6208     ),
6209     'revision_id' => array(
6210       'type' => 'int',
6211       'not null' => TRUE,
6212       'size' => 'normal',
6213       'unsigned' => TRUE,
6214     ),
6215     'language' => array(
6216       'type' => 'varchar',
6217       'not null' => TRUE,
6218       'length' => '32',
6219       'default' => '',
6220     ),
6221     'delta' => array(
6222       'type' => 'int',
6223       'not null' => TRUE,
6224       'size' => 'normal',
6225       'unsigned' => TRUE,
6226     ),
6227     'body_value' => array(
6228       'type' => 'text',
6229       'not null' => FALSE,
6230       'size' => 'normal',
6231     ),
6232     'body_summary' => array(
6233       'type' => 'text',
6234       'not null' => FALSE,
6235       'size' => 'normal',
6236     ),
6237     'body_format' => array(
6238       'type' => 'varchar',
6239       'not null' => FALSE,
6240       'length' => '255',
6241     ),
6242   ),
6243   'primary key' => array(
6244     'entity_type',
6245     'deleted',
6246     'entity_id',
6247     'revision_id',
6248     'language',
6249     'delta',
6250   ),
6251   'mysql_character_set' => 'utf8',
6252 ));
6253
6254 $connection->insert('field_revision_body')
6255 ->fields(array(
6256   'entity_type',
6257   'bundle',
6258   'deleted',
6259   'entity_id',
6260   'revision_id',
6261   'language',
6262   'delta',
6263   'body_value',
6264   'body_summary',
6265   'body_format',
6266 ))
6267 ->values(array(
6268   'entity_type' => 'node',
6269   'bundle' => 'article',
6270   'deleted' => '0',
6271   'entity_id' => '2',
6272   'revision_id' => '2',
6273   'language' => 'und',
6274   'delta' => '0',
6275   'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
6276   'body_summary' => '',
6277   'body_format' => 'filtered_html',
6278 ))
6279 ->values(array(
6280   'entity_type' => 'node',
6281   'bundle' => 'article',
6282   'deleted' => '0',
6283   'entity_id' => '3',
6284   'revision_id' => '3',
6285   'language' => 'und',
6286   'delta' => '0',
6287   'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
6288   'body_summary' => '',
6289   'body_format' => 'filtered_html',
6290 ))
6291 ->values(array(
6292   'entity_type' => 'node',
6293   'bundle' => 'article',
6294   'deleted' => '0',
6295   'entity_id' => '4',
6296   'revision_id' => '4',
6297   'language' => 'und',
6298   'delta' => '0',
6299   'body_value' => 'is - Is that is it awesome.',
6300   'body_summary' => '',
6301   'body_format' => 'filtered_html',
6302 ))
6303 ->values(array(
6304   'entity_type' => 'node',
6305   'bundle' => 'article',
6306   'deleted' => '0',
6307   'entity_id' => '5',
6308   'revision_id' => '5',
6309   'language' => 'und',
6310   'delta' => '0',
6311   'body_value' => 'en - Is that is it awesome.',
6312   'body_summary' => '',
6313   'body_format' => 'filtered_html',
6314 ))
6315 ->execute();
6316
6317 $connection->schema()->createTable('field_revision_comment_body', array(
6318   'fields' => array(
6319     'entity_type' => array(
6320       'type' => 'varchar',
6321       'not null' => TRUE,
6322       'length' => '128',
6323       'default' => '',
6324     ),
6325     'bundle' => array(
6326       'type' => 'varchar',
6327       'not null' => TRUE,
6328       'length' => '128',
6329       'default' => '',
6330     ),
6331     'deleted' => array(
6332       'type' => 'int',
6333       'not null' => TRUE,
6334       'size' => 'normal',
6335       'default' => '0',
6336     ),
6337     'entity_id' => array(
6338       'type' => 'int',
6339       'not null' => TRUE,
6340       'size' => 'normal',
6341       'unsigned' => TRUE,
6342     ),
6343     'revision_id' => array(
6344       'type' => 'int',
6345       'not null' => TRUE,
6346       'size' => 'normal',
6347       'unsigned' => TRUE,
6348     ),
6349     'language' => array(
6350       'type' => 'varchar',
6351       'not null' => TRUE,
6352       'length' => '32',
6353       'default' => '',
6354     ),
6355     'delta' => array(
6356       'type' => 'int',
6357       'not null' => TRUE,
6358       'size' => 'normal',
6359       'unsigned' => TRUE,
6360     ),
6361     'comment_body_value' => array(
6362       'type' => 'text',
6363       'not null' => FALSE,
6364       'size' => 'normal',
6365     ),
6366     'comment_body_format' => array(
6367       'type' => 'varchar',
6368       'not null' => FALSE,
6369       'length' => '255',
6370     ),
6371   ),
6372   'primary key' => array(
6373     'entity_type',
6374     'deleted',
6375     'entity_id',
6376     'revision_id',
6377     'language',
6378     'delta',
6379   ),
6380   'mysql_character_set' => 'utf8',
6381 ));
6382
6383 $connection->insert('field_revision_comment_body')
6384 ->fields(array(
6385   'entity_type',
6386   'bundle',
6387   'deleted',
6388   'entity_id',
6389   'revision_id',
6390   'language',
6391   'delta',
6392   'comment_body_value',
6393   'comment_body_format',
6394 ))
6395 ->values(array(
6396   'entity_type' => 'comment',
6397   'bundle' => 'comment_node_test_content_type',
6398   'deleted' => '0',
6399   'entity_id' => '1',
6400   'revision_id' => '1',
6401   'language' => 'und',
6402   'delta' => '0',
6403   'comment_body_value' => 'This is a comment',
6404   'comment_body_format' => 'filtered_html',
6405 ))
6406 ->execute();
6407
6408 $connection->schema()->createTable('field_revision_field_boolean', array(
6409   'fields' => array(
6410     'entity_type' => array(
6411       'type' => 'varchar',
6412       'not null' => TRUE,
6413       'length' => '128',
6414       'default' => '',
6415     ),
6416     'bundle' => array(
6417       'type' => 'varchar',
6418       'not null' => TRUE,
6419       'length' => '128',
6420       'default' => '',
6421     ),
6422     'deleted' => array(
6423       'type' => 'int',
6424       'not null' => TRUE,
6425       'size' => 'normal',
6426       'default' => '0',
6427     ),
6428     'entity_id' => array(
6429       'type' => 'int',
6430       'not null' => TRUE,
6431       'size' => 'normal',
6432       'unsigned' => TRUE,
6433     ),
6434     'revision_id' => array(
6435       'type' => 'int',
6436       'not null' => TRUE,
6437       'size' => 'normal',
6438       'unsigned' => TRUE,
6439     ),
6440     'language' => array(
6441       'type' => 'varchar',
6442       'not null' => TRUE,
6443       'length' => '32',
6444       'default' => '',
6445     ),
6446     'delta' => array(
6447       'type' => 'int',
6448       'not null' => TRUE,
6449       'size' => 'normal',
6450       'unsigned' => TRUE,
6451     ),
6452     'field_boolean_value' => array(
6453       'type' => 'int',
6454       'not null' => FALSE,
6455       'size' => 'normal',
6456     ),
6457   ),
6458   'primary key' => array(
6459     'entity_type',
6460     'deleted',
6461     'entity_id',
6462     'revision_id',
6463     'language',
6464     'delta',
6465   ),
6466   'mysql_character_set' => 'utf8',
6467 ));
6468
6469 $connection->insert('field_revision_field_boolean')
6470 ->fields(array(
6471   'entity_type',
6472   'bundle',
6473   'deleted',
6474   'entity_id',
6475   'revision_id',
6476   'language',
6477   'delta',
6478   'field_boolean_value',
6479 ))
6480 ->values(array(
6481   'entity_type' => 'node',
6482   'bundle' => 'test_content_type',
6483   'deleted' => '0',
6484   'entity_id' => '1',
6485   'revision_id' => '1',
6486   'language' => 'und',
6487   'delta' => '0',
6488   'field_boolean_value' => '1',
6489 ))
6490 ->execute();
6491
6492 $connection->schema()->createTable('field_revision_field_date', array(
6493   'fields' => array(
6494     'entity_type' => array(
6495       'type' => 'varchar',
6496       'not null' => TRUE,
6497       'length' => '128',
6498       'default' => '',
6499     ),
6500     'bundle' => array(
6501       'type' => 'varchar',
6502       'not null' => TRUE,
6503       'length' => '128',
6504       'default' => '',
6505     ),
6506     'deleted' => array(
6507       'type' => 'int',
6508       'not null' => TRUE,
6509       'size' => 'normal',
6510       'default' => '0',
6511     ),
6512     'entity_id' => array(
6513       'type' => 'int',
6514       'not null' => TRUE,
6515       'size' => 'normal',
6516       'unsigned' => TRUE,
6517     ),
6518     'revision_id' => array(
6519       'type' => 'int',
6520       'not null' => TRUE,
6521       'size' => 'normal',
6522       'unsigned' => TRUE,
6523     ),
6524     'language' => array(
6525       'type' => 'varchar',
6526       'not null' => TRUE,
6527       'length' => '32',
6528       'default' => '',
6529     ),
6530     'delta' => array(
6531       'type' => 'int',
6532       'not null' => TRUE,
6533       'size' => 'normal',
6534       'unsigned' => TRUE,
6535     ),
6536     'field_date_value' => array(
6537       'type' => 'varchar',
6538       'not null' => FALSE,
6539       'length' => '100',
6540     ),
6541   ),
6542   'primary key' => array(
6543     'entity_type',
6544     'deleted',
6545     'entity_id',
6546     'revision_id',
6547     'language',
6548     'delta',
6549   ),
6550   'mysql_character_set' => 'utf8',
6551 ));
6552
6553 $connection->insert('field_revision_field_date')
6554 ->fields(array(
6555   'entity_type',
6556   'bundle',
6557   'deleted',
6558   'entity_id',
6559   'revision_id',
6560   'language',
6561   'delta',
6562   'field_date_value',
6563 ))
6564 ->values(array(
6565   'entity_type' => 'node',
6566   'bundle' => 'test_content_type',
6567   'deleted' => '0',
6568   'entity_id' => '1',
6569   'revision_id' => '1',
6570   'language' => 'und',
6571   'delta' => '0',
6572   'field_date_value' => '2015-01-20 04:15:00',
6573 ))
6574 ->execute();
6575
6576 $connection->schema()->createTable('field_revision_field_date_with_end_time', array(
6577   'fields' => array(
6578     'entity_type' => array(
6579       'type' => 'varchar',
6580       'not null' => TRUE,
6581       'length' => '128',
6582       'default' => '',
6583     ),
6584     'bundle' => array(
6585       'type' => 'varchar',
6586       'not null' => TRUE,
6587       'length' => '128',
6588       'default' => '',
6589     ),
6590     'deleted' => array(
6591       'type' => 'int',
6592       'not null' => TRUE,
6593       'size' => 'normal',
6594       'default' => '0',
6595     ),
6596     'entity_id' => array(
6597       'type' => 'int',
6598       'not null' => TRUE,
6599       'size' => 'normal',
6600       'unsigned' => TRUE,
6601     ),
6602     'revision_id' => array(
6603       'type' => 'int',
6604       'not null' => TRUE,
6605       'size' => 'normal',
6606       'unsigned' => TRUE,
6607     ),
6608     'language' => array(
6609       'type' => 'varchar',
6610       'not null' => TRUE,
6611       'length' => '32',
6612       'default' => '',
6613     ),
6614     'delta' => array(
6615       'type' => 'int',
6616       'not null' => TRUE,
6617       'size' => 'normal',
6618       'unsigned' => TRUE,
6619     ),
6620     'field_date_with_end_time_value' => array(
6621       'type' => 'int',
6622       'not null' => FALSE,
6623       'size' => 'normal',
6624     ),
6625     'field_date_with_end_time_value2' => array(
6626       'type' => 'int',
6627       'not null' => FALSE,
6628       'size' => 'normal',
6629     ),
6630   ),
6631   'primary key' => array(
6632     'entity_type',
6633     'deleted',
6634     'entity_id',
6635     'revision_id',
6636     'language',
6637     'delta',
6638   ),
6639   'mysql_character_set' => 'utf8',
6640 ));
6641
6642 $connection->insert('field_revision_field_date_with_end_time')
6643 ->fields(array(
6644   'entity_type',
6645   'bundle',
6646   'deleted',
6647   'entity_id',
6648   'revision_id',
6649   'language',
6650   'delta',
6651   'field_date_with_end_time_value',
6652   'field_date_with_end_time_value2',
6653 ))
6654 ->values(array(
6655   'entity_type' => 'node',
6656   'bundle' => 'test_content_type',
6657   'deleted' => '0',
6658   'entity_id' => '1',
6659   'revision_id' => '1',
6660   'language' => 'und',
6661   'delta' => '0',
6662   'field_date_with_end_time_value' => '1421727300',
6663   'field_date_with_end_time_value2' => '1421727300',
6664 ))
6665 ->execute();
6666
6667 $connection->schema()->createTable('field_revision_field_email', array(
6668   'fields' => array(
6669     'entity_type' => array(
6670       'type' => 'varchar',
6671       'not null' => TRUE,
6672       'length' => '128',
6673       'default' => '',
6674     ),
6675     'bundle' => array(
6676       'type' => 'varchar',
6677       'not null' => TRUE,
6678       'length' => '128',
6679       'default' => '',
6680     ),
6681     'deleted' => array(
6682       'type' => 'int',
6683       'not null' => TRUE,
6684       'size' => 'normal',
6685       'default' => '0',
6686     ),
6687     'entity_id' => array(
6688       'type' => 'int',
6689       'not null' => TRUE,
6690       'size' => 'normal',
6691       'unsigned' => TRUE,
6692     ),
6693     'revision_id' => array(
6694       'type' => 'int',
6695       'not null' => TRUE,
6696       'size' => 'normal',
6697       'unsigned' => TRUE,
6698     ),
6699     'language' => array(
6700       'type' => 'varchar',
6701       'not null' => TRUE,
6702       'length' => '32',
6703       'default' => '',
6704     ),
6705     'delta' => array(
6706       'type' => 'int',
6707       'not null' => TRUE,
6708       'size' => 'normal',
6709       'unsigned' => TRUE,
6710     ),
6711     'field_email_email' => array(
6712       'type' => 'varchar',
6713       'not null' => FALSE,
6714       'length' => '255',
6715     ),
6716   ),
6717   'primary key' => array(
6718     'entity_type',
6719     'deleted',
6720     'entity_id',
6721     'revision_id',
6722     'language',
6723     'delta',
6724   ),
6725   'mysql_character_set' => 'utf8',
6726 ));
6727
6728 $connection->insert('field_revision_field_email')
6729 ->fields(array(
6730   'entity_type',
6731   'bundle',
6732   'deleted',
6733   'entity_id',
6734   'revision_id',
6735   'language',
6736   'delta',
6737   'field_email_email',
6738 ))
6739 ->values(array(
6740   'entity_type' => 'node',
6741   'bundle' => 'test_content_type',
6742   'deleted' => '0',
6743   'entity_id' => '1',
6744   'revision_id' => '1',
6745   'language' => 'und',
6746   'delta' => '0',
6747   'field_email_email' => 'default@example.com',
6748 ))
6749 ->values(array(
6750   'entity_type' => 'node',
6751   'bundle' => 'test_content_type',
6752   'deleted' => '0',
6753   'entity_id' => '1',
6754   'revision_id' => '1',
6755   'language' => 'und',
6756   'delta' => '1',
6757   'field_email_email' => 'another@example.com',
6758 ))
6759 ->execute();
6760
6761 $connection->schema()->createTable('field_revision_field_file', array(
6762   'fields' => array(
6763     'entity_type' => array(
6764       'type' => 'varchar',
6765       'not null' => TRUE,
6766       'length' => '128',
6767       'default' => '',
6768     ),
6769     'bundle' => array(
6770       'type' => 'varchar',
6771       'not null' => TRUE,
6772       'length' => '128',
6773       'default' => '',
6774     ),
6775     'deleted' => array(
6776       'type' => 'int',
6777       'not null' => TRUE,
6778       'size' => 'normal',
6779       'default' => '0',
6780     ),
6781     'entity_id' => array(
6782       'type' => 'int',
6783       'not null' => TRUE,
6784       'size' => 'normal',
6785       'unsigned' => TRUE,
6786     ),
6787     'revision_id' => array(
6788       'type' => 'int',
6789       'not null' => TRUE,
6790       'size' => 'normal',
6791       'unsigned' => TRUE,
6792     ),
6793     'language' => array(
6794       'type' => 'varchar',
6795       'not null' => TRUE,
6796       'length' => '32',
6797       'default' => '',
6798     ),
6799     'delta' => array(
6800       'type' => 'int',
6801       'not null' => TRUE,
6802       'size' => 'normal',
6803       'unsigned' => TRUE,
6804     ),
6805     'field_file_fid' => array(
6806       'type' => 'int',
6807       'not null' => FALSE,
6808       'size' => 'normal',
6809       'unsigned' => TRUE,
6810     ),
6811     'field_file_display' => array(
6812       'type' => 'int',
6813       'not null' => TRUE,
6814       'size' => 'normal',
6815       'default' => '1',
6816       'unsigned' => TRUE,
6817     ),
6818     'field_file_description' => array(
6819       'type' => 'text',
6820       'not null' => FALSE,
6821       'size' => 'normal',
6822     ),
6823   ),
6824   'primary key' => array(
6825     'entity_type',
6826     'deleted',
6827     'entity_id',
6828     'revision_id',
6829     'language',
6830     'delta',
6831   ),
6832   'mysql_character_set' => 'utf8',
6833 ));
6834
6835 $connection->insert('field_revision_field_file')
6836 ->fields(array(
6837   'entity_type',
6838   'bundle',
6839   'deleted',
6840   'entity_id',
6841   'revision_id',
6842   'language',
6843   'delta',
6844   'field_file_fid',
6845   'field_file_display',
6846   'field_file_description',
6847 ))
6848 ->values(array(
6849   'entity_type' => 'node',
6850   'bundle' => 'test_content_type',
6851   'deleted' => '0',
6852   'entity_id' => '1',
6853   'revision_id' => '1',
6854   'language' => 'und',
6855   'delta' => '0',
6856   'field_file_fid' => '2',
6857   'field_file_display' => '1',
6858   'field_file_description' => 'file desc',
6859 ))
6860 ->values(array(
6861   'entity_type' => 'user',
6862   'bundle' => 'user',
6863   'deleted' => '0',
6864   'entity_id' => '2',
6865   'revision_id' => '2',
6866   'language' => 'und',
6867   'delta' => '0',
6868   'field_file_fid' => '2',
6869   'field_file_display' => '1',
6870   'field_file_description' => 'file desc',
6871 ))
6872 ->execute();
6873
6874 $connection->schema()->createTable('field_revision_field_float', array(
6875   'fields' => array(
6876     'entity_type' => array(
6877       'type' => 'varchar',
6878       'not null' => TRUE,
6879       'length' => '128',
6880       'default' => '',
6881     ),
6882     'bundle' => array(
6883       'type' => 'varchar',
6884       'not null' => TRUE,
6885       'length' => '128',
6886       'default' => '',
6887     ),
6888     'deleted' => array(
6889       'type' => 'int',
6890       'not null' => TRUE,
6891       'size' => 'normal',
6892       'default' => '0',
6893     ),
6894     'entity_id' => array(
6895       'type' => 'int',
6896       'not null' => TRUE,
6897       'size' => 'normal',
6898       'unsigned' => TRUE,
6899     ),
6900     'revision_id' => array(
6901       'type' => 'int',
6902       'not null' => TRUE,
6903       'size' => 'normal',
6904       'unsigned' => TRUE,
6905     ),
6906     'language' => array(
6907       'type' => 'varchar',
6908       'not null' => TRUE,
6909       'length' => '32',
6910       'default' => '',
6911     ),
6912     'delta' => array(
6913       'type' => 'int',
6914       'not null' => TRUE,
6915       'size' => 'normal',
6916       'unsigned' => TRUE,
6917     ),
6918     'field_float_value' => array(
6919       'type' => 'numeric',
6920       'not null' => FALSE,
6921       'precision' => '10',
6922       'scale' => '0',
6923     ),
6924   ),
6925   'primary key' => array(
6926     'entity_type',
6927     'deleted',
6928     'entity_id',
6929     'revision_id',
6930     'language',
6931     'delta',
6932   ),
6933   'mysql_character_set' => 'utf8',
6934 ));
6935
6936 $connection->insert('field_revision_field_float')
6937 ->fields(array(
6938   'entity_type',
6939   'bundle',
6940   'deleted',
6941   'entity_id',
6942   'revision_id',
6943   'language',
6944   'delta',
6945   'field_float_value',
6946 ))
6947 ->values(array(
6948   'entity_type' => 'node',
6949   'bundle' => 'test_content_type',
6950   'deleted' => '0',
6951   'entity_id' => '1',
6952   'revision_id' => '1',
6953   'language' => 'und',
6954   'delta' => '0',
6955   'field_float_value' => '1',
6956 ))
6957 ->execute();
6958
6959 $connection->schema()->createTable('field_revision_field_image', array(
6960   'fields' => array(
6961     'entity_type' => array(
6962       'type' => 'varchar',
6963       'not null' => TRUE,
6964       'length' => '128',
6965       'default' => '',
6966     ),
6967     'bundle' => array(
6968       'type' => 'varchar',
6969       'not null' => TRUE,
6970       'length' => '128',
6971       'default' => '',
6972     ),
6973     'deleted' => array(
6974       'type' => 'int',
6975       'not null' => TRUE,
6976       'size' => 'normal',
6977       'default' => '0',
6978     ),
6979     'entity_id' => array(
6980       'type' => 'int',
6981       'not null' => TRUE,
6982       'size' => 'normal',
6983       'unsigned' => TRUE,
6984     ),
6985     'revision_id' => array(
6986       'type' => 'int',
6987       'not null' => TRUE,
6988       'size' => 'normal',
6989       'unsigned' => TRUE,
6990     ),
6991     'language' => array(
6992       'type' => 'varchar',
6993       'not null' => TRUE,
6994       'length' => '32',
6995       'default' => '',
6996     ),
6997     'delta' => array(
6998       'type' => 'int',
6999       'not null' => TRUE,
7000       'size' => 'normal',
7001       'unsigned' => TRUE,
7002     ),
7003     'field_image_fid' => array(
7004       'type' => 'int',
7005       'not null' => FALSE,
7006       'size' => 'normal',
7007       'unsigned' => TRUE,
7008     ),
7009     'field_image_alt' => array(
7010       'type' => 'varchar',
7011       'not null' => FALSE,
7012       'length' => '512',
7013     ),
7014     'field_image_title' => array(
7015       'type' => 'varchar',
7016       'not null' => FALSE,
7017       'length' => '1024',
7018     ),
7019     'field_image_width' => array(
7020       'type' => 'int',
7021       'not null' => FALSE,
7022       'size' => 'normal',
7023       'unsigned' => TRUE,
7024     ),
7025     'field_image_height' => array(
7026       'type' => 'int',
7027       'not null' => FALSE,
7028       'size' => 'normal',
7029       'unsigned' => TRUE,
7030     ),
7031   ),
7032   'primary key' => array(
7033     'entity_type',
7034     'deleted',
7035     'entity_id',
7036     'revision_id',
7037     'language',
7038     'delta',
7039   ),
7040   'mysql_character_set' => 'utf8',
7041 ));
7042
7043 $connection->schema()->createTable('field_revision_field_images', array(
7044   'fields' => array(
7045     'entity_type' => array(
7046       'type' => 'varchar',
7047       'not null' => TRUE,
7048       'length' => '128',
7049       'default' => '',
7050     ),
7051     'bundle' => array(
7052       'type' => 'varchar',
7053       'not null' => TRUE,
7054       'length' => '128',
7055       'default' => '',
7056     ),
7057     'deleted' => array(
7058       'type' => 'int',
7059       'not null' => TRUE,
7060       'size' => 'normal',
7061       'default' => '0',
7062     ),
7063     'entity_id' => array(
7064       'type' => 'int',
7065       'not null' => TRUE,
7066       'size' => 'normal',
7067       'unsigned' => TRUE,
7068     ),
7069     'revision_id' => array(
7070       'type' => 'int',
7071       'not null' => TRUE,
7072       'size' => 'normal',
7073       'unsigned' => TRUE,
7074     ),
7075     'language' => array(
7076       'type' => 'varchar',
7077       'not null' => TRUE,
7078       'length' => '32',
7079       'default' => '',
7080     ),
7081     'delta' => array(
7082       'type' => 'int',
7083       'not null' => TRUE,
7084       'size' => 'normal',
7085       'unsigned' => TRUE,
7086     ),
7087     'field_images_fid' => array(
7088       'type' => 'int',
7089       'not null' => FALSE,
7090       'size' => 'normal',
7091       'unsigned' => TRUE,
7092     ),
7093     'field_images_alt' => array(
7094       'type' => 'varchar',
7095       'not null' => FALSE,
7096       'length' => '512',
7097     ),
7098     'field_images_title' => array(
7099       'type' => 'varchar',
7100       'not null' => FALSE,
7101       'length' => '1024',
7102     ),
7103     'field_images_width' => array(
7104       'type' => 'int',
7105       'not null' => FALSE,
7106       'size' => 'normal',
7107       'unsigned' => TRUE,
7108     ),
7109     'field_images_height' => array(
7110       'type' => 'int',
7111       'not null' => FALSE,
7112       'size' => 'normal',
7113       'unsigned' => TRUE,
7114     ),
7115   ),
7116   'primary key' => array(
7117     'entity_type',
7118     'deleted',
7119     'entity_id',
7120     'revision_id',
7121     'language',
7122     'delta',
7123   ),
7124   'mysql_character_set' => 'utf8',
7125 ));
7126
7127 $connection->insert('field_revision_field_images')
7128 ->fields(array(
7129   'entity_type',
7130   'bundle',
7131   'deleted',
7132   'entity_id',
7133   'revision_id',
7134   'language',
7135   'delta',
7136   'field_images_fid',
7137   'field_images_alt',
7138   'field_images_title',
7139   'field_images_width',
7140   'field_images_height',
7141 ))
7142 ->values(array(
7143   'entity_type' => 'node',
7144   'bundle' => 'test_content_type',
7145   'deleted' => '0',
7146   'entity_id' => '1',
7147   'revision_id' => '1',
7148   'language' => 'und',
7149   'delta' => '0',
7150   'field_images_fid' => '1',
7151   'field_images_alt' => 'alt text',
7152   'field_images_title' => 'title text',
7153   'field_images_width' => '93',
7154   'field_images_height' => '93',
7155 ))
7156 ->execute();
7157
7158 $connection->schema()->createTable('field_revision_field_integer', array(
7159   'fields' => array(
7160     'entity_type' => array(
7161       'type' => 'varchar',
7162       'not null' => TRUE,
7163       'length' => '128',
7164       'default' => '',
7165     ),
7166     'bundle' => array(
7167       'type' => 'varchar',
7168       'not null' => TRUE,
7169       'length' => '128',
7170       'default' => '',
7171     ),
7172     'deleted' => array(
7173       'type' => 'int',
7174       'not null' => TRUE,
7175       'size' => 'normal',
7176       'default' => '0',
7177     ),
7178     'entity_id' => array(
7179       'type' => 'int',
7180       'not null' => TRUE,
7181       'size' => 'normal',
7182       'unsigned' => TRUE,
7183     ),
7184     'revision_id' => array(
7185       'type' => 'int',
7186       'not null' => TRUE,
7187       'size' => 'normal',
7188       'unsigned' => TRUE,
7189     ),
7190     'language' => array(
7191       'type' => 'varchar',
7192       'not null' => TRUE,
7193       'length' => '32',
7194       'default' => '',
7195     ),
7196     'delta' => array(
7197       'type' => 'int',
7198       'not null' => TRUE,
7199       'size' => 'normal',
7200       'unsigned' => TRUE,
7201     ),
7202     'field_integer_value' => array(
7203       'type' => 'int',
7204       'not null' => FALSE,
7205       'size' => 'normal',
7206     ),
7207   ),
7208   'primary key' => array(
7209     'entity_type',
7210     'deleted',
7211     'entity_id',
7212     'revision_id',
7213     'language',
7214     'delta',
7215   ),
7216   'mysql_character_set' => 'utf8',
7217 ));
7218
7219 $connection->insert('field_revision_field_integer')
7220 ->fields(array(
7221   'entity_type',
7222   'bundle',
7223   'deleted',
7224   'entity_id',
7225   'revision_id',
7226   'language',
7227   'delta',
7228   'field_integer_value',
7229 ))
7230 ->values(array(
7231   'entity_type' => 'node',
7232   'bundle' => 'test_content_type',
7233   'deleted' => '0',
7234   'entity_id' => '1',
7235   'revision_id' => '1',
7236   'language' => 'und',
7237   'delta' => '0',
7238   'field_integer_value' => '5',
7239 ))
7240 ->values(array(
7241   'entity_type' => 'user',
7242   'bundle' => 'user',
7243   'deleted' => '0',
7244   'entity_id' => '2',
7245   'revision_id' => '2',
7246   'language' => 'und',
7247   'delta' => '0',
7248   'field_integer_value' => '99',
7249 ))
7250 ->values(array(
7251   'entity_type' => 'taxonomy_term',
7252   'bundle' => 'test_vocabulary',
7253   'deleted' => '0',
7254   'entity_id' => '4',
7255   'revision_id' => '4',
7256   'language' => 'und',
7257   'delta' => '0',
7258   'field_integer_value' => '6',
7259 ))
7260 ->execute();
7261
7262 $connection->schema()->createTable('field_revision_field_integer_list', array(
7263   'fields' => array(
7264     'entity_type' => array(
7265       'type' => 'varchar',
7266       'not null' => TRUE,
7267       'length' => '128',
7268       'default' => '',
7269     ),
7270     'bundle' => array(
7271       'type' => 'varchar',
7272       'not null' => TRUE,
7273       'length' => '128',
7274       'default' => '',
7275     ),
7276     'deleted' => array(
7277       'type' => 'int',
7278       'not null' => TRUE,
7279       'size' => 'normal',
7280       'default' => '0',
7281     ),
7282     'entity_id' => array(
7283       'type' => 'int',
7284       'not null' => TRUE,
7285       'size' => 'normal',
7286       'unsigned' => TRUE,
7287     ),
7288     'revision_id' => array(
7289       'type' => 'int',
7290       'not null' => TRUE,
7291       'size' => 'normal',
7292       'unsigned' => TRUE,
7293     ),
7294     'language' => array(
7295       'type' => 'varchar',
7296       'not null' => TRUE,
7297       'length' => '32',
7298       'default' => '',
7299     ),
7300     'delta' => array(
7301       'type' => 'int',
7302       'not null' => TRUE,
7303       'size' => 'normal',
7304       'unsigned' => TRUE,
7305     ),
7306     'field_integer_list_value' => array(
7307       'type' => 'int',
7308       'not null' => FALSE,
7309       'size' => 'normal',
7310     ),
7311   ),
7312   'primary key' => array(
7313     'entity_type',
7314     'deleted',
7315     'entity_id',
7316     'revision_id',
7317     'language',
7318     'delta',
7319   ),
7320   'mysql_character_set' => 'utf8',
7321 ));
7322
7323 $connection->insert('field_revision_field_integer_list')
7324 ->fields(array(
7325   'entity_type',
7326   'bundle',
7327   'deleted',
7328   'entity_id',
7329   'revision_id',
7330   'language',
7331   'delta',
7332   'field_integer_list_value',
7333 ))
7334 ->values(array(
7335   'entity_type' => 'node',
7336   'bundle' => 'test_content_type',
7337   'deleted' => '0',
7338   'entity_id' => '1',
7339   'revision_id' => '1',
7340   'language' => 'und',
7341   'delta' => '0',
7342   'field_integer_list_value' => '7',
7343 ))
7344 ->execute();
7345
7346 $connection->schema()->createTable('field_revision_field_link', array(
7347   'fields' => array(
7348     'entity_type' => array(
7349       'type' => 'varchar',
7350       'not null' => TRUE,
7351       'length' => '128',
7352       'default' => '',
7353     ),
7354     'bundle' => array(
7355       'type' => 'varchar',
7356       'not null' => TRUE,
7357       'length' => '128',
7358       'default' => '',
7359     ),
7360     'deleted' => array(
7361       'type' => 'int',
7362       'not null' => TRUE,
7363       'size' => 'normal',
7364       'default' => '0',
7365     ),
7366     'entity_id' => array(
7367       'type' => 'int',
7368       'not null' => TRUE,
7369       'size' => 'normal',
7370       'unsigned' => TRUE,
7371     ),
7372     'revision_id' => array(
7373       'type' => 'int',
7374       'not null' => TRUE,
7375       'size' => 'normal',
7376       'unsigned' => TRUE,
7377     ),
7378     'language' => array(
7379       'type' => 'varchar',
7380       'not null' => TRUE,
7381       'length' => '32',
7382       'default' => '',
7383     ),
7384     'delta' => array(
7385       'type' => 'int',
7386       'not null' => TRUE,
7387       'size' => 'normal',
7388       'unsigned' => TRUE,
7389     ),
7390     'field_link_url' => array(
7391       'type' => 'varchar',
7392       'not null' => FALSE,
7393       'length' => '2048',
7394     ),
7395     'field_link_title' => array(
7396       'type' => 'varchar',
7397       'not null' => FALSE,
7398       'length' => '255',
7399     ),
7400     'field_link_attributes' => array(
7401       'type' => 'text',
7402       'not null' => FALSE,
7403       'size' => 'normal',
7404     ),
7405   ),
7406   'primary key' => array(
7407     'entity_type',
7408     'deleted',
7409     'entity_id',
7410     'revision_id',
7411     'language',
7412     'delta',
7413   ),
7414   'mysql_character_set' => 'utf8',
7415 ));
7416
7417 $connection->insert('field_revision_field_link')
7418 ->fields(array(
7419   'entity_type',
7420   'bundle',
7421   'deleted',
7422   'entity_id',
7423   'revision_id',
7424   'language',
7425   'delta',
7426   'field_link_url',
7427   'field_link_title',
7428   'field_link_attributes',
7429 ))
7430 ->values(array(
7431   'entity_type' => 'node',
7432   'bundle' => 'test_content_type',
7433   'deleted' => '0',
7434   'entity_id' => '1',
7435   'revision_id' => '1',
7436   'language' => 'und',
7437   'delta' => '0',
7438   'field_link_url' => 'http://google.com',
7439   'field_link_title' => 'Click Here',
7440   'field_link_attributes' => 'a:1:{s:5:"title";s:10:"Click Here";}',
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' => '0',
7450   'field_link_url' => '<front>',
7451   'field_link_title' => 'Home',
7452   'field_link_attributes' => 'a:0:{}',
7453 ))
7454 ->values(array(
7455   'entity_type' => 'node',
7456   'bundle' => 'article',
7457   'deleted' => '0',
7458   'entity_id' => '3',
7459   'revision_id' => '3',
7460   'language' => 'und',
7461   'delta' => '0',
7462   'field_link_url' => '<front>',
7463   'field_link_title' => 'Home',
7464   'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
7465 ))
7466 ->execute();
7467
7468 $connection->schema()->createTable('field_revision_field_long_text', array(
7469   'fields' => array(
7470     'entity_type' => array(
7471       'type' => 'varchar',
7472       'not null' => TRUE,
7473       'length' => '128',
7474       'default' => '',
7475     ),
7476     'bundle' => array(
7477       'type' => 'varchar',
7478       'not null' => TRUE,
7479       'length' => '128',
7480       'default' => '',
7481     ),
7482     'deleted' => array(
7483       'type' => 'int',
7484       'not null' => TRUE,
7485       'size' => 'normal',
7486       'default' => '0',
7487     ),
7488     'entity_id' => array(
7489       'type' => 'int',
7490       'not null' => TRUE,
7491       'size' => 'normal',
7492       'unsigned' => TRUE,
7493     ),
7494     'revision_id' => array(
7495       'type' => 'int',
7496       'not null' => TRUE,
7497       'size' => 'normal',
7498       'unsigned' => TRUE,
7499     ),
7500     'language' => array(
7501       'type' => 'varchar',
7502       'not null' => TRUE,
7503       'length' => '32',
7504       'default' => '',
7505     ),
7506     'delta' => array(
7507       'type' => 'int',
7508       'not null' => TRUE,
7509       'size' => 'normal',
7510       'unsigned' => TRUE,
7511     ),
7512     'field_long_text_value' => array(
7513       'type' => 'text',
7514       'not null' => FALSE,
7515       'size' => 'normal',
7516     ),
7517     'field_long_text_summary' => array(
7518       'type' => 'text',
7519       'not null' => FALSE,
7520       'size' => 'normal',
7521     ),
7522     'field_long_text_format' => array(
7523       'type' => 'varchar',
7524       'not null' => FALSE,
7525       'length' => '255',
7526     ),
7527   ),
7528   'primary key' => array(
7529     'entity_type',
7530     'deleted',
7531     'entity_id',
7532     'revision_id',
7533     'language',
7534     'delta',
7535   ),
7536   'mysql_character_set' => 'utf8',
7537 ));
7538
7539 $connection->schema()->createTable('field_revision_field_node_entityreference', array(
7540   'fields' => array(
7541     'entity_type' => array(
7542       'type' => 'varchar',
7543       'not null' => TRUE,
7544       'length' => '128',
7545       'default' => '',
7546     ),
7547     'bundle' => array(
7548       'type' => 'varchar',
7549       'not null' => TRUE,
7550       'length' => '128',
7551       'default' => '',
7552     ),
7553     'deleted' => array(
7554       'type' => 'int',
7555       'not null' => TRUE,
7556       'size' => 'tiny',
7557       'default' => '0',
7558     ),
7559     'entity_id' => array(
7560       'type' => 'int',
7561       'not null' => TRUE,
7562       'size' => 'normal',
7563       'unsigned' => TRUE,
7564     ),
7565     'revision_id' => array(
7566       'type' => 'int',
7567       'not null' => TRUE,
7568       'size' => 'normal',
7569       'unsigned' => TRUE,
7570     ),
7571     'language' => array(
7572       'type' => 'varchar',
7573       'not null' => TRUE,
7574       'length' => '32',
7575       'default' => '',
7576     ),
7577     'delta' => array(
7578       'type' => 'int',
7579       'not null' => TRUE,
7580       'size' => 'normal',
7581       'unsigned' => TRUE,
7582     ),
7583     'field_node_entityreference_target_id' => array(
7584       'type' => 'int',
7585       'not null' => TRUE,
7586       'size' => 'normal',
7587       'unsigned' => TRUE,
7588     ),
7589   ),
7590   'primary key' => array(
7591     'entity_type',
7592     'entity_id',
7593     'revision_id',
7594     'deleted',
7595     'delta',
7596     'language',
7597   ),
7598   'indexes' => array(
7599     'entity_type' => array(
7600       'entity_type',
7601     ),
7602     'bundle' => array(
7603       'bundle',
7604     ),
7605     'deleted' => array(
7606       'deleted',
7607     ),
7608     'entity_id' => array(
7609       'entity_id',
7610     ),
7611     'revision_id' => array(
7612       'revision_id',
7613     ),
7614     'language' => array(
7615       'language',
7616     ),
7617     'field_node_entityreference_target_id' => array(
7618       'field_node_entityreference_target_id',
7619     ),
7620   ),
7621   'mysql_character_set' => 'utf8',
7622 ));
7623
7624 $connection->insert('field_revision_field_node_entityreference')
7625 ->fields(array(
7626   'entity_type',
7627   'bundle',
7628   'deleted',
7629   'entity_id',
7630   'revision_id',
7631   'language',
7632   'delta',
7633   'field_node_entityreference_target_id',
7634 ))
7635 ->values(array(
7636   'entity_type' => 'node',
7637   'bundle' => 'test_content_type',
7638   'deleted' => '0',
7639   'entity_id' => '1',
7640   'revision_id' => '1',
7641   'language' => 'und',
7642   'delta' => '0',
7643   'field_node_entityreference_target_id' => '2',
7644 ))
7645 ->execute();
7646
7647 $connection->schema()->createTable('field_revision_field_phone', array(
7648   'fields' => array(
7649     'entity_type' => array(
7650       'type' => 'varchar',
7651       'not null' => TRUE,
7652       'length' => '128',
7653       'default' => '',
7654     ),
7655     'bundle' => array(
7656       'type' => 'varchar',
7657       'not null' => TRUE,
7658       'length' => '128',
7659       'default' => '',
7660     ),
7661     'deleted' => array(
7662       'type' => 'int',
7663       'not null' => TRUE,
7664       'size' => 'normal',
7665       'default' => '0',
7666     ),
7667     'entity_id' => array(
7668       'type' => 'int',
7669       'not null' => TRUE,
7670       'size' => 'normal',
7671       'unsigned' => TRUE,
7672     ),
7673     'revision_id' => array(
7674       'type' => 'int',
7675       'not null' => TRUE,
7676       'size' => 'normal',
7677       'unsigned' => TRUE,
7678     ),
7679     'language' => array(
7680       'type' => 'varchar',
7681       'not null' => TRUE,
7682       'length' => '32',
7683       'default' => '',
7684     ),
7685     'delta' => array(
7686       'type' => 'int',
7687       'not null' => TRUE,
7688       'size' => 'normal',
7689       'unsigned' => TRUE,
7690     ),
7691     'field_phone_value' => array(
7692       'type' => 'varchar',
7693       'not null' => FALSE,
7694       'length' => '255',
7695     ),
7696   ),
7697   'primary key' => array(
7698     'entity_type',
7699     'deleted',
7700     'entity_id',
7701     'revision_id',
7702     'language',
7703     'delta',
7704   ),
7705   'mysql_character_set' => 'utf8',
7706 ));
7707
7708 $connection->insert('field_revision_field_phone')
7709 ->fields(array(
7710   'entity_type',
7711   'bundle',
7712   'deleted',
7713   'entity_id',
7714   'revision_id',
7715   'language',
7716   'delta',
7717   'field_phone_value',
7718 ))
7719 ->values(array(
7720   'entity_type' => 'node',
7721   'bundle' => 'test_content_type',
7722   'deleted' => '0',
7723   'entity_id' => '1',
7724   'revision_id' => '1',
7725   'language' => 'und',
7726   'delta' => '0',
7727   'field_phone_value' => '99-99-99-99',
7728 ))
7729 ->values(array(
7730   'entity_type' => 'node',
7731   'bundle' => 'test_content_type',
7732   'deleted' => '0',
7733   'entity_id' => '1',
7734   'revision_id' => '6',
7735   'language' => 'und',
7736   'delta' => '0',
7737   'field_phone_value' => '99-99-99-99',
7738 ))
7739 ->execute();
7740
7741 $connection->schema()->createTable('field_revision_field_private_file', array(
7742   'fields' => array(
7743     'entity_type' => array(
7744       'type' => 'varchar',
7745       'not null' => TRUE,
7746       'length' => '128',
7747       'default' => '',
7748     ),
7749     'bundle' => array(
7750       'type' => 'varchar',
7751       'not null' => TRUE,
7752       'length' => '128',
7753       'default' => '',
7754     ),
7755     'deleted' => array(
7756       'type' => 'int',
7757       'not null' => TRUE,
7758       'size' => 'tiny',
7759       'default' => '0',
7760     ),
7761     'entity_id' => array(
7762       'type' => 'int',
7763       'not null' => TRUE,
7764       'size' => 'normal',
7765       'unsigned' => TRUE,
7766     ),
7767     'revision_id' => array(
7768       'type' => 'int',
7769       'not null' => TRUE,
7770       'size' => 'normal',
7771       'unsigned' => TRUE,
7772     ),
7773     'language' => array(
7774       'type' => 'varchar',
7775       'not null' => TRUE,
7776       'length' => '32',
7777       'default' => '',
7778     ),
7779     'delta' => array(
7780       'type' => 'int',
7781       'not null' => TRUE,
7782       'size' => 'normal',
7783       'unsigned' => TRUE,
7784     ),
7785     'field_private_file_fid' => array(
7786       'type' => 'int',
7787       'not null' => FALSE,
7788       'size' => 'normal',
7789       'unsigned' => TRUE,
7790     ),
7791     'field_private_file_display' => array(
7792       'type' => 'int',
7793       'not null' => TRUE,
7794       'size' => 'tiny',
7795       'default' => '1',
7796       'unsigned' => TRUE,
7797     ),
7798     'field_private_file_description' => array(
7799       'type' => 'text',
7800       'not null' => FALSE,
7801       'size' => 'normal',
7802     ),
7803   ),
7804   'primary key' => array(
7805     'entity_type',
7806     'entity_id',
7807     'revision_id',
7808     'deleted',
7809     'delta',
7810     'language',
7811   ),
7812   'indexes' => array(
7813     'entity_type' => array(
7814       'entity_type',
7815     ),
7816     'bundle' => array(
7817       'bundle',
7818     ),
7819     'deleted' => array(
7820       'deleted',
7821     ),
7822     'entity_id' => array(
7823       'entity_id',
7824     ),
7825     'revision_id' => array(
7826       'revision_id',
7827     ),
7828     'language' => array(
7829       'language',
7830     ),
7831     'field_private_file_fid' => array(
7832       'field_private_file_fid',
7833     ),
7834   ),
7835   'mysql_character_set' => 'utf8',
7836 ));
7837
7838 $connection->insert('field_revision_field_private_file')
7839 ->fields(array(
7840   'entity_type',
7841   'bundle',
7842   'deleted',
7843   'entity_id',
7844   'revision_id',
7845   'language',
7846   'delta',
7847   'field_private_file_fid',
7848   'field_private_file_display',
7849   'field_private_file_description',
7850 ))
7851 ->values(array(
7852   'entity_type' => 'node',
7853   'bundle' => 'test_content_type',
7854   'deleted' => '0',
7855   'entity_id' => '1',
7856   'revision_id' => '6',
7857   'language' => 'und',
7858   'delta' => '0',
7859   'field_private_file_fid' => '4',
7860   'field_private_file_display' => '1',
7861   'field_private_file_description' => '',
7862 ))
7863 ->execute();
7864
7865 $connection->schema()->createTable('field_revision_field_tags', array(
7866   'fields' => array(
7867     'entity_type' => array(
7868       'type' => 'varchar',
7869       'not null' => TRUE,
7870       'length' => '128',
7871       'default' => '',
7872     ),
7873     'bundle' => array(
7874       'type' => 'varchar',
7875       'not null' => TRUE,
7876       'length' => '128',
7877       'default' => '',
7878     ),
7879     'deleted' => array(
7880       'type' => 'int',
7881       'not null' => TRUE,
7882       'size' => 'normal',
7883       'default' => '0',
7884     ),
7885     'entity_id' => array(
7886       'type' => 'int',
7887       'not null' => TRUE,
7888       'size' => 'normal',
7889       'unsigned' => TRUE,
7890     ),
7891     'revision_id' => array(
7892       'type' => 'int',
7893       'not null' => TRUE,
7894       'size' => 'normal',
7895       'unsigned' => TRUE,
7896     ),
7897     'language' => array(
7898       'type' => 'varchar',
7899       'not null' => TRUE,
7900       'length' => '32',
7901       'default' => '',
7902     ),
7903     'delta' => array(
7904       'type' => 'int',
7905       'not null' => TRUE,
7906       'size' => 'normal',
7907       'unsigned' => TRUE,
7908     ),
7909     'field_tags_tid' => array(
7910       'type' => 'int',
7911       'not null' => FALSE,
7912       'size' => 'normal',
7913       'unsigned' => TRUE,
7914     ),
7915   ),
7916   'primary key' => array(
7917     'entity_type',
7918     'deleted',
7919     'entity_id',
7920     'revision_id',
7921     'language',
7922     'delta',
7923   ),
7924   'mysql_character_set' => 'utf8',
7925 ));
7926
7927 $connection->insert('field_revision_field_tags')
7928 ->fields(array(
7929   'entity_type',
7930   'bundle',
7931   'deleted',
7932   'entity_id',
7933   'revision_id',
7934   'language',
7935   'delta',
7936   'field_tags_tid',
7937 ))
7938 ->values(array(
7939   'entity_type' => 'node',
7940   'bundle' => 'article',
7941   'deleted' => '0',
7942   'entity_id' => '2',
7943   'revision_id' => '2',
7944   'language' => 'und',
7945   'delta' => '0',
7946   'field_tags_tid' => '9',
7947 ))
7948 ->values(array(
7949   'entity_type' => 'node',
7950   'bundle' => 'article',
7951   'deleted' => '0',
7952   'entity_id' => '2',
7953   'revision_id' => '2',
7954   'language' => 'und',
7955   'delta' => '1',
7956   'field_tags_tid' => '14',
7957 ))
7958 ->values(array(
7959   'entity_type' => 'node',
7960   'bundle' => 'article',
7961   'deleted' => '0',
7962   'entity_id' => '2',
7963   'revision_id' => '2',
7964   'language' => 'und',
7965   'delta' => '2',
7966   'field_tags_tid' => '17',
7967 ))
7968 ->values(array(
7969   'entity_type' => 'node',
7970   'bundle' => 'article',
7971   'deleted' => '0',
7972   'entity_id' => '3',
7973   'revision_id' => '3',
7974   'language' => 'und',
7975   'delta' => '0',
7976   'field_tags_tid' => '9',
7977 ))
7978 ->values(array(
7979   'entity_type' => 'node',
7980   'bundle' => 'article',
7981   'deleted' => '0',
7982   'entity_id' => '3',
7983   'revision_id' => '3',
7984   'language' => 'und',
7985   'delta' => '1',
7986   'field_tags_tid' => '14',
7987 ))
7988 ->values(array(
7989   'entity_type' => 'node',
7990   'bundle' => 'article',
7991   'deleted' => '0',
7992   'entity_id' => '3',
7993   'revision_id' => '3',
7994   'language' => 'und',
7995   'delta' => '2',
7996   'field_tags_tid' => '17',
7997 ))
7998 ->execute();
7999
8000 $connection->schema()->createTable('field_revision_field_term_entityreference', array(
8001   'fields' => array(
8002     'entity_type' => array(
8003       'type' => 'varchar',
8004       'not null' => TRUE,
8005       'length' => '128',
8006       'default' => '',
8007     ),
8008     'bundle' => array(
8009       'type' => 'varchar',
8010       'not null' => TRUE,
8011       'length' => '128',
8012       'default' => '',
8013     ),
8014     'deleted' => array(
8015       'type' => 'int',
8016       'not null' => TRUE,
8017       'size' => 'tiny',
8018       'default' => '0',
8019     ),
8020     'entity_id' => array(
8021       'type' => 'int',
8022       'not null' => TRUE,
8023       'size' => 'normal',
8024       'unsigned' => TRUE,
8025     ),
8026     'revision_id' => array(
8027       'type' => 'int',
8028       'not null' => TRUE,
8029       'size' => 'normal',
8030       'unsigned' => TRUE,
8031     ),
8032     'language' => array(
8033       'type' => 'varchar',
8034       'not null' => TRUE,
8035       'length' => '32',
8036       'default' => '',
8037     ),
8038     'delta' => array(
8039       'type' => 'int',
8040       'not null' => TRUE,
8041       'size' => 'normal',
8042       'unsigned' => TRUE,
8043     ),
8044     'field_term_entityreference_target_id' => array(
8045       'type' => 'int',
8046       'not null' => TRUE,
8047       'size' => 'normal',
8048       'unsigned' => TRUE,
8049     ),
8050   ),
8051   'primary key' => array(
8052     'entity_type',
8053     'entity_id',
8054     'revision_id',
8055     'deleted',
8056     'delta',
8057     'language',
8058   ),
8059   'indexes' => array(
8060     'entity_type' => array(
8061       'entity_type',
8062     ),
8063     'bundle' => array(
8064       'bundle',
8065     ),
8066     'deleted' => array(
8067       'deleted',
8068     ),
8069     'entity_id' => array(
8070       'entity_id',
8071     ),
8072     'revision_id' => array(
8073       'revision_id',
8074     ),
8075     'language' => array(
8076       'language',
8077     ),
8078     'field_term_entityreference_target_id' => array(
8079       'field_term_entityreference_target_id',
8080     ),
8081   ),
8082   'mysql_character_set' => 'utf8',
8083 ));
8084
8085 $connection->insert('field_revision_field_term_entityreference')
8086 ->fields(array(
8087   'entity_type',
8088   'bundle',
8089   'deleted',
8090   'entity_id',
8091   'revision_id',
8092   'language',
8093   'delta',
8094   'field_term_entityreference_target_id',
8095 ))
8096 ->values(array(
8097   'entity_type' => 'node',
8098   'bundle' => 'test_content_type',
8099   'deleted' => '0',
8100   'entity_id' => '1',
8101   'revision_id' => '1',
8102   'language' => 'und',
8103   'delta' => '0',
8104   'field_term_entityreference_target_id' => '17',
8105 ))
8106 ->values(array(
8107   'entity_type' => 'node',
8108   'bundle' => 'test_content_type',
8109   'deleted' => '0',
8110   'entity_id' => '1',
8111   'revision_id' => '1',
8112   'language' => 'und',
8113   'delta' => '1',
8114   'field_term_entityreference_target_id' => '15',
8115 ))
8116 ->execute();
8117
8118 $connection->schema()->createTable('field_revision_field_term_reference', array(
8119   'fields' => array(
8120     'entity_type' => array(
8121       'type' => 'varchar',
8122       'not null' => TRUE,
8123       'length' => '128',
8124       'default' => '',
8125     ),
8126     'bundle' => array(
8127       'type' => 'varchar',
8128       'not null' => TRUE,
8129       'length' => '128',
8130       'default' => '',
8131     ),
8132     'deleted' => array(
8133       'type' => 'int',
8134       'not null' => TRUE,
8135       'size' => 'normal',
8136       'default' => '0',
8137     ),
8138     'entity_id' => array(
8139       'type' => 'int',
8140       'not null' => TRUE,
8141       'size' => 'normal',
8142       'unsigned' => TRUE,
8143     ),
8144     'revision_id' => array(
8145       'type' => 'int',
8146       'not null' => TRUE,
8147       'size' => 'normal',
8148       'unsigned' => TRUE,
8149     ),
8150     'language' => array(
8151       'type' => 'varchar',
8152       'not null' => TRUE,
8153       'length' => '32',
8154       'default' => '',
8155     ),
8156     'delta' => array(
8157       'type' => 'int',
8158       'not null' => TRUE,
8159       'size' => 'normal',
8160       'unsigned' => TRUE,
8161     ),
8162     'field_term_reference_tid' => array(
8163       'type' => 'int',
8164       'not null' => FALSE,
8165       'size' => 'normal',
8166       'unsigned' => TRUE,
8167     ),
8168   ),
8169   'primary key' => array(
8170     'entity_type',
8171     'deleted',
8172     'entity_id',
8173     'revision_id',
8174     'language',
8175     'delta',
8176   ),
8177   'mysql_character_set' => 'utf8',
8178 ));
8179
8180 $connection->insert('field_revision_field_term_reference')
8181 ->fields(array(
8182   'entity_type',
8183   'bundle',
8184   'deleted',
8185   'entity_id',
8186   'revision_id',
8187   'language',
8188   'delta',
8189   'field_term_reference_tid',
8190 ))
8191 ->values(array(
8192   'entity_type' => 'node',
8193   'bundle' => 'test_content_type',
8194   'deleted' => '0',
8195   'entity_id' => '1',
8196   'revision_id' => '1',
8197   'language' => 'und',
8198   'delta' => '0',
8199   'field_term_reference_tid' => '4',
8200 ))
8201 ->values(array(
8202   'entity_type' => 'taxonomy_term',
8203   'bundle' => 'test_vocabulary',
8204   'deleted' => '0',
8205   'entity_id' => '2',
8206   'revision_id' => '2',
8207   'language' => 'und',
8208   'delta' => '0',
8209   'field_term_reference_tid' => '3',
8210 ))
8211 ->execute();
8212
8213 $connection->schema()->createTable('field_revision_field_text', array(
8214   'fields' => array(
8215     'entity_type' => array(
8216       'type' => 'varchar',
8217       'not null' => TRUE,
8218       'length' => '128',
8219       'default' => '',
8220     ),
8221     'bundle' => array(
8222       'type' => 'varchar',
8223       'not null' => TRUE,
8224       'length' => '128',
8225       'default' => '',
8226     ),
8227     'deleted' => array(
8228       'type' => 'int',
8229       'not null' => TRUE,
8230       'size' => 'normal',
8231       'default' => '0',
8232     ),
8233     'entity_id' => array(
8234       'type' => 'int',
8235       'not null' => TRUE,
8236       'size' => 'normal',
8237       'unsigned' => TRUE,
8238     ),
8239     'revision_id' => array(
8240       'type' => 'int',
8241       'not null' => TRUE,
8242       'size' => 'normal',
8243       'unsigned' => TRUE,
8244     ),
8245     'language' => array(
8246       'type' => 'varchar',
8247       'not null' => TRUE,
8248       'length' => '32',
8249       'default' => '',
8250     ),
8251     'delta' => array(
8252       'type' => 'int',
8253       'not null' => TRUE,
8254       'size' => 'normal',
8255       'unsigned' => TRUE,
8256     ),
8257     'field_text_value' => array(
8258       'type' => 'varchar',
8259       'not null' => FALSE,
8260       'length' => '256',
8261     ),
8262     'field_text_format' => array(
8263       'type' => 'varchar',
8264       'not null' => FALSE,
8265       'length' => '255',
8266     ),
8267   ),
8268   'primary key' => array(
8269     'entity_type',
8270     'deleted',
8271     'entity_id',
8272     'revision_id',
8273     'language',
8274     'delta',
8275   ),
8276   'mysql_character_set' => 'utf8',
8277 ));
8278
8279 $connection->insert('field_revision_field_text')
8280 ->fields(array(
8281   'entity_type',
8282   'bundle',
8283   'deleted',
8284   'entity_id',
8285   'revision_id',
8286   'language',
8287   'delta',
8288   'field_text_value',
8289   'field_text_format',
8290 ))
8291 ->values(array(
8292   'entity_type' => 'node',
8293   'bundle' => 'test_content_type',
8294   'deleted' => '0',
8295   'entity_id' => '1',
8296   'revision_id' => '1',
8297   'language' => 'und',
8298   'delta' => '0',
8299   'field_text_value' => 'qwerty',
8300   'field_text_format' => NULL,
8301 ))
8302 ->execute();
8303
8304 $connection->schema()->createTable('field_revision_field_text_list', array(
8305   'fields' => array(
8306     'entity_type' => array(
8307       'type' => 'varchar',
8308       'not null' => TRUE,
8309       'length' => '128',
8310       'default' => '',
8311     ),
8312     'bundle' => array(
8313       'type' => 'varchar',
8314       'not null' => TRUE,
8315       'length' => '128',
8316       'default' => '',
8317     ),
8318     'deleted' => array(
8319       'type' => 'int',
8320       'not null' => TRUE,
8321       'size' => 'normal',
8322       'default' => '0',
8323     ),
8324     'entity_id' => array(
8325       'type' => 'int',
8326       'not null' => TRUE,
8327       'size' => 'normal',
8328       'unsigned' => TRUE,
8329     ),
8330     'revision_id' => array(
8331       'type' => 'int',
8332       'not null' => TRUE,
8333       'size' => 'normal',
8334       'unsigned' => TRUE,
8335     ),
8336     'language' => array(
8337       'type' => 'varchar',
8338       'not null' => TRUE,
8339       'length' => '32',
8340       'default' => '',
8341     ),
8342     'delta' => array(
8343       'type' => 'int',
8344       'not null' => TRUE,
8345       'size' => 'normal',
8346       'unsigned' => TRUE,
8347     ),
8348     'field_text_list_value' => array(
8349       'type' => 'varchar',
8350       'not null' => FALSE,
8351       'length' => '255',
8352     ),
8353   ),
8354   'primary key' => array(
8355     'entity_type',
8356     'deleted',
8357     'entity_id',
8358     'revision_id',
8359     'language',
8360     'delta',
8361   ),
8362   'mysql_character_set' => 'utf8',
8363 ));
8364
8365 $connection->insert('field_revision_field_text_list')
8366 ->fields(array(
8367   'entity_type',
8368   'bundle',
8369   'deleted',
8370   'entity_id',
8371   'revision_id',
8372   'language',
8373   'delta',
8374   'field_text_list_value',
8375 ))
8376 ->values(array(
8377   'entity_type' => 'node',
8378   'bundle' => 'test_content_type',
8379   'deleted' => '0',
8380   'entity_id' => '1',
8381   'revision_id' => '1',
8382   'language' => 'und',
8383   'delta' => '0',
8384   'field_text_list_value' => 'Some more text',
8385 ))
8386 ->execute();
8387
8388 $connection->schema()->createTable('field_revision_field_user_entityreference', array(
8389   'fields' => array(
8390     'entity_type' => array(
8391       'type' => 'varchar',
8392       'not null' => TRUE,
8393       'length' => '128',
8394       'default' => '',
8395     ),
8396     'bundle' => array(
8397       'type' => 'varchar',
8398       'not null' => TRUE,
8399       'length' => '128',
8400       'default' => '',
8401     ),
8402     'deleted' => array(
8403       'type' => 'int',
8404       'not null' => TRUE,
8405       'size' => 'tiny',
8406       'default' => '0',
8407     ),
8408     'entity_id' => array(
8409       'type' => 'int',
8410       'not null' => TRUE,
8411       'size' => 'normal',
8412       'unsigned' => TRUE,
8413     ),
8414     'revision_id' => array(
8415       'type' => 'int',
8416       'not null' => TRUE,
8417       'size' => 'normal',
8418       'unsigned' => TRUE,
8419     ),
8420     'language' => array(
8421       'type' => 'varchar',
8422       'not null' => TRUE,
8423       'length' => '32',
8424       'default' => '',
8425     ),
8426     'delta' => array(
8427       'type' => 'int',
8428       'not null' => TRUE,
8429       'size' => 'normal',
8430       'unsigned' => TRUE,
8431     ),
8432     'field_user_entityreference_target_id' => array(
8433       'type' => 'int',
8434       'not null' => TRUE,
8435       'size' => 'normal',
8436       'unsigned' => TRUE,
8437     ),
8438   ),
8439   'primary key' => array(
8440     'entity_type',
8441     'entity_id',
8442     'revision_id',
8443     'deleted',
8444     'delta',
8445     'language',
8446   ),
8447   'indexes' => array(
8448     'entity_type' => array(
8449       'entity_type',
8450     ),
8451     'bundle' => array(
8452       'bundle',
8453     ),
8454     'deleted' => array(
8455       'deleted',
8456     ),
8457     'entity_id' => array(
8458       'entity_id',
8459     ),
8460     'revision_id' => array(
8461       'revision_id',
8462     ),
8463     'language' => array(
8464       'language',
8465     ),
8466     'field_user_entityreference_target_id' => array(
8467       'field_user_entityreference_target_id',
8468     ),
8469   ),
8470   'mysql_character_set' => 'utf8',
8471 ));
8472
8473 $connection->insert('field_revision_field_user_entityreference')
8474 ->fields(array(
8475   'entity_type',
8476   'bundle',
8477   'deleted',
8478   'entity_id',
8479   'revision_id',
8480   'language',
8481   'delta',
8482   'field_user_entityreference_target_id',
8483 ))
8484 ->values(array(
8485   'entity_type' => 'node',
8486   'bundle' => 'test_content_type',
8487   'deleted' => '0',
8488   'entity_id' => '1',
8489   'revision_id' => '1',
8490   'language' => 'und',
8491   'delta' => '0',
8492   'field_user_entityreference_target_id' => '2',
8493 ))
8494 ->execute();
8495
8496 $connection->schema()->createTable('field_revision_taxonomy_forums', array(
8497   'fields' => array(
8498     'entity_type' => array(
8499       'type' => 'varchar',
8500       'not null' => TRUE,
8501       'length' => '128',
8502       'default' => '',
8503     ),
8504     'bundle' => array(
8505       'type' => 'varchar',
8506       'not null' => TRUE,
8507       'length' => '128',
8508       'default' => '',
8509     ),
8510     'deleted' => array(
8511       'type' => 'int',
8512       'not null' => TRUE,
8513       'size' => 'normal',
8514       'default' => '0',
8515     ),
8516     'entity_id' => array(
8517       'type' => 'int',
8518       'not null' => TRUE,
8519       'size' => 'normal',
8520       'unsigned' => TRUE,
8521     ),
8522     'revision_id' => array(
8523       'type' => 'int',
8524       'not null' => TRUE,
8525       'size' => 'normal',
8526       'unsigned' => TRUE,
8527     ),
8528     'language' => array(
8529       'type' => 'varchar',
8530       'not null' => TRUE,
8531       'length' => '32',
8532       'default' => '',
8533     ),
8534     'delta' => array(
8535       'type' => 'int',
8536       'not null' => TRUE,
8537       'size' => 'normal',
8538       'unsigned' => TRUE,
8539     ),
8540     'taxonomy_forums_tid' => array(
8541       'type' => 'int',
8542       'not null' => FALSE,
8543       'size' => 'normal',
8544       'unsigned' => TRUE,
8545     ),
8546   ),
8547   'primary key' => array(
8548     'entity_type',
8549     'deleted',
8550     'entity_id',
8551     'revision_id',
8552     'language',
8553     'delta',
8554   ),
8555   'mysql_character_set' => 'utf8',
8556 ));
8557
8558 $connection->schema()->createTable('file_managed', array(
8559   'fields' => array(
8560     'fid' => array(
8561       'type' => 'serial',
8562       'not null' => TRUE,
8563       'size' => 'normal',
8564       'unsigned' => TRUE,
8565     ),
8566     'uid' => array(
8567       'type' => 'int',
8568       'not null' => TRUE,
8569       'size' => 'normal',
8570       'default' => '0',
8571       'unsigned' => TRUE,
8572     ),
8573     'filename' => array(
8574       'type' => 'varchar',
8575       'not null' => TRUE,
8576       'length' => '255',
8577       'default' => '',
8578     ),
8579     'uri' => array(
8580       'type' => 'varchar',
8581       'not null' => TRUE,
8582       'length' => '255',
8583       'default' => '',
8584     ),
8585     'filemime' => array(
8586       'type' => 'varchar',
8587       'not null' => TRUE,
8588       'length' => '255',
8589       'default' => '',
8590     ),
8591     'filesize' => array(
8592       'type' => 'int',
8593       'not null' => TRUE,
8594       'size' => 'normal',
8595       'default' => '0',
8596       'unsigned' => TRUE,
8597     ),
8598     'status' => array(
8599       'type' => 'int',
8600       'not null' => TRUE,
8601       'size' => 'normal',
8602       'default' => '0',
8603     ),
8604     'timestamp' => array(
8605       'type' => 'int',
8606       'not null' => TRUE,
8607       'size' => 'normal',
8608       'default' => '0',
8609       'unsigned' => TRUE,
8610     ),
8611   ),
8612   'primary key' => array(
8613     'fid',
8614   ),
8615   'mysql_character_set' => 'utf8',
8616 ));
8617
8618 $connection->insert('file_managed')
8619 ->fields(array(
8620   'fid',
8621   'uid',
8622   'filename',
8623   'uri',
8624   'filemime',
8625   'filesize',
8626   'status',
8627   'timestamp',
8628 ))
8629 ->values(array(
8630   'fid' => '1',
8631   'uid' => '1',
8632   'filename' => 'cube.jpeg',
8633   'uri' => 'public://cube.jpeg',
8634   'filemime' => 'image/jpeg',
8635   'filesize' => '3620',
8636   'status' => '1',
8637   'timestamp' => '1421727515',
8638 ))
8639 ->values(array(
8640   'fid' => '2',
8641   'uid' => '1',
8642   'filename' => 'ds9.txt',
8643   'uri' => 'public://ds9.txt',
8644   'filemime' => 'text/plain',
8645   'filesize' => '4720',
8646   'status' => '1',
8647   'timestamp' => '1421727516',
8648 ))
8649 ->values(array(
8650   'fid' => '3',
8651   'uid' => '1',
8652   'filename' => 'Babylon5.txt',
8653   'uri' => 'private://Babylon5.txt',
8654   'filemime' => 'text/plain',
8655   'filesize' => '4',
8656   'status' => '1',
8657   'timestamp' => '1486104045',
8658 ))
8659 ->execute();
8660
8661 $connection->schema()->createTable('file_usage', array(
8662   'fields' => array(
8663     'fid' => array(
8664       'type' => 'int',
8665       'not null' => TRUE,
8666       'size' => 'normal',
8667       'unsigned' => TRUE,
8668     ),
8669     'module' => array(
8670       'type' => 'varchar',
8671       'not null' => TRUE,
8672       'length' => '255',
8673       'default' => '',
8674     ),
8675     'type' => array(
8676       'type' => 'varchar',
8677       'not null' => TRUE,
8678       'length' => '64',
8679       'default' => '',
8680     ),
8681     'id' => array(
8682       'type' => 'int',
8683       'not null' => TRUE,
8684       'size' => 'normal',
8685       'default' => '0',
8686       'unsigned' => TRUE,
8687     ),
8688     'count' => array(
8689       'type' => 'int',
8690       'not null' => TRUE,
8691       'size' => 'normal',
8692       'default' => '0',
8693       'unsigned' => TRUE,
8694     ),
8695   ),
8696   'primary key' => array(
8697     'fid',
8698     'module',
8699     'type',
8700     'id',
8701   ),
8702   'mysql_character_set' => 'utf8',
8703 ));
8704
8705 $connection->insert('file_usage')
8706 ->fields(array(
8707   'fid',
8708   'module',
8709   'type',
8710   'id',
8711   'count',
8712 ))
8713 ->values(array(
8714   'fid' => '1',
8715   'module' => 'file',
8716   'type' => 'node',
8717   'id' => '1',
8718   'count' => '3',
8719 ))
8720 ->values(array(
8721   'fid' => '2',
8722   'module' => 'file',
8723   'type' => 'node',
8724   'id' => '1',
8725   'count' => '2',
8726 ))
8727 ->values(array(
8728   'fid' => '2',
8729   'module' => 'file',
8730   'type' => 'user',
8731   'id' => '2',
8732   'count' => '1',
8733 ))
8734 ->values(array(
8735   'fid' => '3',
8736   'module' => 'file',
8737   'type' => 'node',
8738   'id' => '1',
8739   'count' => '1',
8740 ))
8741 ->execute();
8742
8743 $connection->schema()->createTable('filter', array(
8744   'fields' => array(
8745     'format' => array(
8746       'type' => 'varchar',
8747       'not null' => TRUE,
8748       'length' => '255',
8749     ),
8750     'module' => array(
8751       'type' => 'varchar',
8752       'not null' => TRUE,
8753       'length' => '64',
8754       'default' => '',
8755     ),
8756     'name' => array(
8757       'type' => 'varchar',
8758       'not null' => TRUE,
8759       'length' => '32',
8760       'default' => '',
8761     ),
8762     'weight' => array(
8763       'type' => 'int',
8764       'not null' => TRUE,
8765       'size' => 'normal',
8766       'default' => '0',
8767     ),
8768     'status' => array(
8769       'type' => 'int',
8770       'not null' => TRUE,
8771       'size' => 'normal',
8772       'default' => '0',
8773     ),
8774     'settings' => array(
8775       'type' => 'blob',
8776       'not null' => FALSE,
8777       'size' => 'normal',
8778     ),
8779   ),
8780   'primary key' => array(
8781     'format',
8782     'name',
8783   ),
8784   'mysql_character_set' => 'utf8',
8785 ));
8786
8787 $connection->insert('filter')
8788 ->fields(array(
8789   'format',
8790   'module',
8791   'name',
8792   'weight',
8793   'status',
8794   'settings',
8795 ))
8796 ->values(array(
8797   'format' => 'custom_text_format',
8798   'module' => 'filter',
8799   'name' => 'filter_autop',
8800   'weight' => '0',
8801   'status' => '1',
8802   'settings' => 'a:0:{}',
8803 ))
8804 ->values(array(
8805   'format' => 'custom_text_format',
8806   'module' => 'filter',
8807   'name' => 'filter_html',
8808   'weight' => '-10',
8809   'status' => '1',
8810   '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;}',
8811 ))
8812 ->values(array(
8813   'format' => 'custom_text_format',
8814   'module' => 'filter',
8815   'name' => 'filter_htmlcorrector',
8816   'weight' => '10',
8817   'status' => '0',
8818   'settings' => 'a:0:{}',
8819 ))
8820 ->values(array(
8821   'format' => 'custom_text_format',
8822   'module' => 'filter',
8823   'name' => 'filter_html_escape',
8824   'weight' => '-10',
8825   'status' => '0',
8826   'settings' => 'a:0:{}',
8827 ))
8828 ->values(array(
8829   'format' => 'custom_text_format',
8830   'module' => 'filter',
8831   'name' => 'filter_url',
8832   'weight' => '0',
8833   'status' => '0',
8834   'settings' => 'a:1:{s:17:"filter_url_length";s:2:"72";}',
8835 ))
8836 ->values(array(
8837   'format' => 'filtered_html',
8838   'module' => 'filter',
8839   'name' => 'filter_autop',
8840   'weight' => '2',
8841   'status' => '1',
8842   'settings' => 'a:0:{}',
8843 ))
8844 ->values(array(
8845   'format' => 'filtered_html',
8846   'module' => 'filter',
8847   'name' => 'filter_html',
8848   'weight' => '1',
8849   'status' => '1',
8850   '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;}',
8851 ))
8852 ->values(array(
8853   'format' => 'filtered_html',
8854   'module' => 'filter',
8855   'name' => 'filter_htmlcorrector',
8856   'weight' => '10',
8857   'status' => '1',
8858   'settings' => 'a:0:{}',
8859 ))
8860 ->values(array(
8861   'format' => 'filtered_html',
8862   'module' => 'filter',
8863   'name' => 'filter_html_escape',
8864   'weight' => '-10',
8865   'status' => '0',
8866   'settings' => 'a:0:{}',
8867 ))
8868 ->values(array(
8869   'format' => 'filtered_html',
8870   'module' => 'filter',
8871   'name' => 'filter_url',
8872   'weight' => '0',
8873   'status' => '1',
8874   'settings' => 'a:1:{s:17:"filter_url_length";s:3:"128";}',
8875 ))
8876 ->values(array(
8877   'format' => 'full_html',
8878   'module' => 'filter',
8879   'name' => 'filter_autop',
8880   'weight' => '1',
8881   'status' => '1',
8882   'settings' => 'a:0:{}',
8883 ))
8884 ->values(array(
8885   'format' => 'full_html',
8886   'module' => 'filter',
8887   'name' => 'filter_html',
8888   'weight' => '-10',
8889   'status' => '0',
8890   '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;}',
8891 ))
8892 ->values(array(
8893   'format' => 'full_html',
8894   'module' => 'filter',
8895   'name' => 'filter_htmlcorrector',
8896   'weight' => '10',
8897   'status' => '1',
8898   'settings' => 'a:0:{}',
8899 ))
8900 ->values(array(
8901   'format' => 'full_html',
8902   'module' => 'filter',
8903   'name' => 'filter_html_escape',
8904   'weight' => '-10',
8905   'status' => '0',
8906   'settings' => 'a:0:{}',
8907 ))
8908 ->values(array(
8909   'format' => 'full_html',
8910   'module' => 'filter',
8911   'name' => 'filter_url',
8912   'weight' => '0',
8913   'status' => '1',
8914   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
8915 ))
8916 ->values(array(
8917   'format' => 'php_code',
8918   'module' => 'filter',
8919   'name' => 'filter_autop',
8920   'weight' => '0',
8921   'status' => '0',
8922   'settings' => 'a:0:{}',
8923 ))
8924 ->values(array(
8925   'format' => 'php_code',
8926   'module' => 'filter',
8927   'name' => 'filter_html',
8928   'weight' => '-10',
8929   'status' => '0',
8930   '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;}',
8931 ))
8932 ->values(array(
8933   'format' => 'php_code',
8934   'module' => 'filter',
8935   'name' => 'filter_htmlcorrector',
8936   'weight' => '10',
8937   'status' => '0',
8938   'settings' => 'a:0:{}',
8939 ))
8940 ->values(array(
8941   'format' => 'php_code',
8942   'module' => 'filter',
8943   'name' => 'filter_html_escape',
8944   'weight' => '-10',
8945   'status' => '0',
8946   'settings' => 'a:0:{}',
8947 ))
8948 ->values(array(
8949   'format' => 'php_code',
8950   'module' => 'filter',
8951   'name' => 'filter_url',
8952   'weight' => '0',
8953   'status' => '0',
8954   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
8955 ))
8956 ->values(array(
8957   'format' => 'php_code',
8958   'module' => 'php',
8959   'name' => 'php_code',
8960   'weight' => '0',
8961   'status' => '1',
8962   'settings' => 'a:0:{}',
8963 ))
8964 ->values(array(
8965   'format' => 'plain_text',
8966   'module' => 'filter',
8967   'name' => 'filter_autop',
8968   'weight' => '2',
8969   'status' => '1',
8970   'settings' => 'a:0:{}',
8971 ))
8972 ->values(array(
8973   'format' => 'plain_text',
8974   'module' => 'filter',
8975   'name' => 'filter_html',
8976   'weight' => '-10',
8977   'status' => '0',
8978   '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;}',
8979 ))
8980 ->values(array(
8981   'format' => 'plain_text',
8982   'module' => 'filter',
8983   'name' => 'filter_htmlcorrector',
8984   'weight' => '10',
8985   'status' => '0',
8986   'settings' => 'a:0:{}',
8987 ))
8988 ->values(array(
8989   'format' => 'plain_text',
8990   'module' => 'filter',
8991   'name' => 'filter_html_escape',
8992   'weight' => '0',
8993   'status' => '1',
8994   'settings' => 'a:0:{}',
8995 ))
8996 ->values(array(
8997   'format' => 'plain_text',
8998   'module' => 'filter',
8999   'name' => 'filter_url',
9000   'weight' => '1',
9001   'status' => '1',
9002   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
9003 ))
9004 ->execute();
9005
9006 $connection->schema()->createTable('filter_format', array(
9007   'fields' => array(
9008     'format' => array(
9009       'type' => 'varchar',
9010       'not null' => TRUE,
9011       'length' => '255',
9012     ),
9013     'name' => array(
9014       'type' => 'varchar',
9015       'not null' => TRUE,
9016       'length' => '255',
9017       'default' => '',
9018     ),
9019     'cache' => array(
9020       'type' => 'int',
9021       'not null' => TRUE,
9022       'size' => 'normal',
9023       'default' => '0',
9024     ),
9025     'status' => array(
9026       'type' => 'int',
9027       'not null' => TRUE,
9028       'size' => 'normal',
9029       'default' => '1',
9030       'unsigned' => TRUE,
9031     ),
9032     'weight' => array(
9033       'type' => 'int',
9034       'not null' => TRUE,
9035       'size' => 'normal',
9036       'default' => '0',
9037     ),
9038   ),
9039   'primary key' => array(
9040     'format',
9041   ),
9042   'mysql_character_set' => 'utf8',
9043 ));
9044
9045 $connection->insert('filter_format')
9046 ->fields(array(
9047   'format',
9048   'name',
9049   'cache',
9050   'status',
9051   'weight',
9052 ))
9053 ->values(array(
9054   'format' => 'custom_text_format',
9055   'name' => 'Custom Text format',
9056   'cache' => '1',
9057   'status' => '1',
9058   'weight' => '0',
9059 ))
9060 ->values(array(
9061   'format' => 'filtered_html',
9062   'name' => 'Filtered HTML',
9063   'cache' => '1',
9064   'status' => '1',
9065   'weight' => '0',
9066 ))
9067 ->values(array(
9068   'format' => 'full_html',
9069   'name' => 'Full HTML',
9070   'cache' => '1',
9071   'status' => '1',
9072   'weight' => '1',
9073 ))
9074 ->values(array(
9075   'format' => 'php_code',
9076   'name' => 'PHP code',
9077   'cache' => '0',
9078   'status' => '1',
9079   'weight' => '11',
9080 ))
9081 ->values(array(
9082   'format' => 'plain_text',
9083   'name' => 'Plain text',
9084   'cache' => '1',
9085   'status' => '1',
9086   'weight' => '10',
9087 ))
9088 ->execute();
9089
9090 $connection->schema()->createTable('flood', array(
9091   'fields' => array(
9092     'fid' => array(
9093       'type' => 'serial',
9094       'not null' => TRUE,
9095       'size' => 'normal',
9096     ),
9097     'event' => array(
9098       'type' => 'varchar',
9099       'not null' => TRUE,
9100       'length' => '64',
9101       'default' => '',
9102     ),
9103     'identifier' => array(
9104       'type' => 'varchar',
9105       'not null' => TRUE,
9106       'length' => '128',
9107       'default' => '',
9108     ),
9109     'timestamp' => array(
9110       'type' => 'int',
9111       'not null' => TRUE,
9112       'size' => 'normal',
9113       'default' => '0',
9114     ),
9115     'expiration' => array(
9116       'type' => 'int',
9117       'not null' => TRUE,
9118       'size' => 'normal',
9119       'default' => '0',
9120     ),
9121   ),
9122   'primary key' => array(
9123     'fid',
9124   ),
9125   'mysql_character_set' => 'utf8',
9126 ));
9127
9128 $connection->schema()->createTable('forum', array(
9129   'fields' => array(
9130     'nid' => array(
9131       'type' => 'int',
9132       'not null' => TRUE,
9133       'size' => 'normal',
9134       'default' => '0',
9135       'unsigned' => TRUE,
9136     ),
9137     'vid' => array(
9138       'type' => 'int',
9139       'not null' => TRUE,
9140       'size' => 'normal',
9141       'default' => '0',
9142       'unsigned' => TRUE,
9143     ),
9144     'tid' => array(
9145       'type' => 'int',
9146       'not null' => TRUE,
9147       'size' => 'normal',
9148       'default' => '0',
9149       'unsigned' => TRUE,
9150     ),
9151   ),
9152   'primary key' => array(
9153     'vid',
9154   ),
9155   'mysql_character_set' => 'utf8',
9156 ));
9157
9158 $connection->schema()->createTable('forum_index', array(
9159   'fields' => array(
9160     'nid' => array(
9161       'type' => 'int',
9162       'not null' => TRUE,
9163       'size' => 'normal',
9164       'default' => '0',
9165       'unsigned' => TRUE,
9166     ),
9167     'title' => array(
9168       'type' => 'varchar',
9169       'not null' => TRUE,
9170       'length' => '255',
9171       'default' => '',
9172     ),
9173     'tid' => array(
9174       'type' => 'int',
9175       'not null' => TRUE,
9176       'size' => 'normal',
9177       'default' => '0',
9178       'unsigned' => TRUE,
9179     ),
9180     'sticky' => array(
9181       'type' => 'int',
9182       'not null' => FALSE,
9183       'size' => 'normal',
9184       'default' => '0',
9185     ),
9186     'created' => array(
9187       'type' => 'int',
9188       'not null' => TRUE,
9189       'size' => 'normal',
9190       'default' => '0',
9191       'unsigned' => TRUE,
9192     ),
9193     'last_comment_timestamp' => array(
9194       'type' => 'int',
9195       'not null' => TRUE,
9196       'size' => 'normal',
9197       'default' => '0',
9198     ),
9199     'comment_count' => array(
9200       'type' => 'int',
9201       'not null' => TRUE,
9202       'size' => 'normal',
9203       'default' => '0',
9204       'unsigned' => TRUE,
9205     ),
9206   ),
9207   'mysql_character_set' => 'utf8',
9208 ));
9209
9210 $connection->schema()->createTable('history', array(
9211   'fields' => array(
9212     'uid' => array(
9213       'type' => 'int',
9214       'not null' => TRUE,
9215       'size' => 'normal',
9216       'default' => '0',
9217     ),
9218     'nid' => array(
9219       'type' => 'int',
9220       'not null' => TRUE,
9221       'size' => 'normal',
9222       'default' => '0',
9223     ),
9224     'timestamp' => array(
9225       'type' => 'int',
9226       'not null' => TRUE,
9227       'size' => 'normal',
9228       'default' => '0',
9229     ),
9230   ),
9231   'primary key' => array(
9232     'uid',
9233     'nid',
9234   ),
9235   'mysql_character_set' => 'utf8',
9236 ));
9237
9238 $connection->schema()->createTable('image_effects', array(
9239   'fields' => array(
9240     'ieid' => array(
9241       'type' => 'serial',
9242       'not null' => TRUE,
9243       'size' => 'normal',
9244       'unsigned' => TRUE,
9245     ),
9246     'isid' => array(
9247       'type' => 'int',
9248       'not null' => TRUE,
9249       'size' => 'normal',
9250       'default' => '0',
9251       'unsigned' => TRUE,
9252     ),
9253     'weight' => array(
9254       'type' => 'int',
9255       'not null' => TRUE,
9256       'size' => 'normal',
9257       'default' => '0',
9258     ),
9259     'name' => array(
9260       'type' => 'varchar',
9261       'not null' => TRUE,
9262       'length' => '255',
9263     ),
9264     'data' => array(
9265       'type' => 'blob',
9266       'not null' => TRUE,
9267       'size' => 'normal',
9268     ),
9269   ),
9270   'primary key' => array(
9271     'ieid',
9272   ),
9273   'mysql_character_set' => 'utf8',
9274 ));
9275
9276 $connection->insert('image_effects')
9277 ->fields(array(
9278   'ieid',
9279   'isid',
9280   'weight',
9281   'name',
9282   'data',
9283 ))
9284 ->values(array(
9285   'ieid' => '3',
9286   'isid' => '1',
9287   'weight' => '1',
9288   'name' => 'image_scale_and_crop',
9289   'data' => 'a:2:{s:5:"width";s:2:"55";s:6:"height";s:2:"55";}',
9290 ))
9291 ->values(array(
9292   'ieid' => '4',
9293   'isid' => '1',
9294   'weight' => '2',
9295   'name' => 'image_desaturate',
9296   'data' => 'a:0:{}',
9297 ))
9298 ->values(array(
9299   'ieid' => '5',
9300   'isid' => '2',
9301   'weight' => '1',
9302   'name' => 'image_resize',
9303   'data' => 'a:2:{s:5:"width";s:2:"55";s:6:"height";s:3:"100";}',
9304 ))
9305 ->values(array(
9306   'ieid' => '6',
9307   'isid' => '2',
9308   'weight' => '2',
9309   'name' => 'image_rotate',
9310   'data' => 'a:3:{s:7:"degrees";s:2:"45";s:7:"bgcolor";s:7:"#FFFFFF";s:6:"random";i:0;}',
9311 ))
9312 ->values(array(
9313   'ieid' => '7',
9314   'isid' => '3',
9315   'weight' => '1',
9316   'name' => 'image_scale',
9317   'data' => 'a:3:{s:5:"width";s:3:"150";s:6:"height";s:0:"";s:7:"upscale";i:0;}',
9318 ))
9319 ->values(array(
9320   'ieid' => '8',
9321   'isid' => '3',
9322   'weight' => '2',
9323   'name' => 'image_crop',
9324   'data' => 'a:3:{s:5:"width";s:2:"50";s:6:"height";s:2:"50";s:6:"anchor";s:8:"left-top";}',
9325 ))
9326 ->execute();
9327
9328 $connection->schema()->createTable('image_styles', array(
9329   'fields' => array(
9330     'isid' => array(
9331       'type' => 'serial',
9332       'not null' => TRUE,
9333       'size' => 'normal',
9334       'unsigned' => TRUE,
9335     ),
9336     'name' => array(
9337       'type' => 'varchar',
9338       'not null' => TRUE,
9339       'length' => '255',
9340     ),
9341     'label' => array(
9342       'type' => 'varchar',
9343       'not null' => TRUE,
9344       'length' => '255',
9345       'default' => '',
9346     ),
9347   ),
9348   'primary key' => array(
9349     'isid',
9350   ),
9351   'mysql_character_set' => 'utf8',
9352 ));
9353
9354 $connection->insert('image_styles')
9355 ->fields(array(
9356   'isid',
9357   'name',
9358   'label',
9359 ))
9360 ->values(array(
9361   'isid' => '1',
9362   'name' => 'custom_image_style_1',
9363   'label' => 'Custom image style 1',
9364 ))
9365 ->values(array(
9366   'isid' => '2',
9367   'name' => 'custom_image_style_2',
9368   'label' => 'Custom image style 2',
9369 ))
9370 ->values(array(
9371   'isid' => '3',
9372   'name' => 'custom_image_style_3',
9373   'label' => 'Custom image style 3',
9374 ))
9375 ->execute();
9376
9377 $connection->schema()->createTable('languages', array(
9378   'fields' => array(
9379     'language' => array(
9380       'type' => 'varchar',
9381       'not null' => TRUE,
9382       'length' => '12',
9383       'default' => '',
9384     ),
9385     'name' => array(
9386       'type' => 'varchar',
9387       'not null' => TRUE,
9388       'length' => '64',
9389       'default' => '',
9390     ),
9391     'native' => array(
9392       'type' => 'varchar',
9393       'not null' => TRUE,
9394       'length' => '64',
9395       'default' => '',
9396     ),
9397     'direction' => array(
9398       'type' => 'int',
9399       'not null' => TRUE,
9400       'size' => 'normal',
9401       'default' => '0',
9402     ),
9403     'enabled' => array(
9404       'type' => 'int',
9405       'not null' => TRUE,
9406       'size' => 'normal',
9407       'default' => '0',
9408     ),
9409     'plurals' => array(
9410       'type' => 'int',
9411       'not null' => TRUE,
9412       'size' => 'normal',
9413       'default' => '0',
9414     ),
9415     'formula' => array(
9416       'type' => 'varchar',
9417       'not null' => TRUE,
9418       'length' => '255',
9419       'default' => '',
9420     ),
9421     'domain' => array(
9422       'type' => 'varchar',
9423       'not null' => TRUE,
9424       'length' => '128',
9425       'default' => '',
9426     ),
9427     'prefix' => array(
9428       'type' => 'varchar',
9429       'not null' => TRUE,
9430       'length' => '128',
9431       'default' => '',
9432     ),
9433     'weight' => array(
9434       'type' => 'int',
9435       'not null' => TRUE,
9436       'size' => 'normal',
9437       'default' => '0',
9438     ),
9439     'javascript' => array(
9440       'type' => 'varchar',
9441       'not null' => TRUE,
9442       'length' => '64',
9443       'default' => '',
9444     ),
9445   ),
9446   'primary key' => array(
9447     'language',
9448   ),
9449   'mysql_character_set' => 'utf8',
9450 ));
9451
9452 $connection->insert('languages')
9453 ->fields(array(
9454   'language',
9455   'name',
9456   'native',
9457   'direction',
9458   'enabled',
9459   'plurals',
9460   'formula',
9461   'domain',
9462   'prefix',
9463   'weight',
9464   'javascript',
9465 ))
9466 ->values(array(
9467   'language' => 'en',
9468   'name' => 'English',
9469   'native' => 'English',
9470   'direction' => '0',
9471   'enabled' => '1',
9472   'plurals' => '0',
9473   'formula' => '',
9474   'domain' => '',
9475   'prefix' => '',
9476   'weight' => '0',
9477   'javascript' => '',
9478 ))
9479 ->values(array(
9480   'language' => 'is',
9481   'name' => 'Icelandic',
9482   'native' => 'Íslenska',
9483   'direction' => '0',
9484   'enabled' => '1',
9485   'plurals' => '0',
9486   'formula' => '',
9487   'domain' => 'is.drupal.org',
9488   'prefix' => 'is',
9489   'weight' => '0',
9490   'javascript' => '',
9491 ))
9492 ->execute();
9493
9494 $connection->schema()->createTable('locales_source', array(
9495   'fields' => array(
9496     'lid' => array(
9497       'type' => 'serial',
9498       'not null' => TRUE,
9499       'size' => 'normal',
9500     ),
9501     'location' => array(
9502       'type' => 'text',
9503       'not null' => FALSE,
9504       'size' => 'normal',
9505     ),
9506     'textgroup' => array(
9507       'type' => 'varchar',
9508       'not null' => TRUE,
9509       'length' => '255',
9510       'default' => 'default',
9511     ),
9512     'source' => array(
9513       'type' => 'blob',
9514       'not null' => TRUE,
9515       'size' => 'normal',
9516     ),
9517     'context' => array(
9518       'type' => 'varchar',
9519       'not null' => TRUE,
9520       'length' => '255',
9521       'default' => '',
9522     ),
9523     'version' => array(
9524       'type' => 'varchar',
9525       'not null' => TRUE,
9526       'length' => '20',
9527       'default' => 'none',
9528     ),
9529   ),
9530   'primary key' => array(
9531     'lid',
9532   ),
9533   'mysql_character_set' => 'utf8',
9534 ));
9535
9536 $connection->insert('locales_source')
9537 ->fields(array(
9538   'lid',
9539   'location',
9540   'textgroup',
9541   'source',
9542   'context',
9543   'version',
9544 ))
9545 ->values(array(
9546   'lid' => '1',
9547   'location' => 'misc/drupal.js',
9548   'textgroup' => 'default',
9549   'source' => 'An AJAX HTTP error occurred.',
9550   'context' => '',
9551   'version' => 'none',
9552 ))
9553 ->values(array(
9554   'lid' => '2',
9555   'location' => 'misc/drupal.js',
9556   'textgroup' => 'default',
9557   'source' => 'HTTP Result Code: !status',
9558   'context' => '',
9559   'version' => 'none',
9560 ))
9561 ->values(array(
9562   'lid' => '3',
9563   'location' => 'misc/drupal.js',
9564   'textgroup' => 'default',
9565   'source' => 'An AJAX HTTP request terminated abnormally.',
9566   'context' => '',
9567   'version' => 'none',
9568 ))
9569 ->values(array(
9570   'lid' => '4',
9571   'location' => 'misc/drupal.js',
9572   'textgroup' => 'default',
9573   'source' => 'Debugging information follows.',
9574   'context' => '',
9575   'version' => 'none',
9576 ))
9577 ->values(array(
9578   'lid' => '5',
9579   'location' => 'misc/drupal.js',
9580   'textgroup' => 'default',
9581   'source' => 'Path: !uri',
9582   'context' => '',
9583   'version' => 'none',
9584 ))
9585 ->values(array(
9586   'lid' => '6',
9587   'location' => 'misc/drupal.js',
9588   'textgroup' => 'default',
9589   'source' => 'StatusText: !statusText',
9590   'context' => '',
9591   'version' => 'none',
9592 ))
9593 ->values(array(
9594   'lid' => '7',
9595   'location' => 'misc/drupal.js',
9596   'textgroup' => 'default',
9597   'source' => 'ResponseText: !responseText',
9598   'context' => '',
9599   'version' => 'none',
9600 ))
9601 ->values(array(
9602   'lid' => '8',
9603   'location' => 'misc/drupal.js',
9604   'textgroup' => 'default',
9605   'source' => 'ReadyState: !readyState',
9606   'context' => '',
9607   'version' => 'none',
9608 ))
9609 ->values(array(
9610   'lid' => '9',
9611   'location' => 'misc/collapse.js',
9612   'textgroup' => 'default',
9613   'source' => 'Hide',
9614   'context' => '',
9615   'version' => 'none',
9616 ))
9617 ->values(array(
9618   'lid' => '10',
9619   'location' => 'misc/collapse.js',
9620   'textgroup' => 'default',
9621   'source' => 'Show',
9622   'context' => '',
9623   'version' => 'none',
9624 ))
9625 ->values(array(
9626   'lid' => '11',
9627   'location' => 'modules/toolbar/toolbar.js',
9628   'textgroup' => 'default',
9629   'source' => 'Show shortcuts',
9630   'context' => '',
9631   'version' => 'none',
9632 ))
9633 ->values(array(
9634   'lid' => '12',
9635   'location' => 'modules/toolbar/toolbar.js',
9636   'textgroup' => 'default',
9637   'source' => 'Hide shortcuts',
9638   'context' => '',
9639   'version' => 'none',
9640 ))
9641 ->values(array(
9642   'lid' => '13',
9643   'location' => 'misc/machine-name.js',
9644   'textgroup' => 'default',
9645   'source' => 'Edit',
9646   'context' => '',
9647   'version' => 'none',
9648 ))
9649 ->values(array(
9650   'lid' => '14',
9651   'location' => 'modules/comment/comment-node-form.js',
9652   'textgroup' => 'default',
9653   'source' => '@number comments per page',
9654   'context' => '',
9655   'version' => 'none',
9656 ))
9657 ->values(array(
9658   'lid' => '15',
9659   'location' => 'misc/vertical-tabs.js',
9660   'textgroup' => 'default',
9661   'source' => '(active tab)',
9662   'context' => '',
9663   'version' => 'none',
9664 ))
9665 ->values(array(
9666   'lid' => '16',
9667   'location' => 'modules/node/content_types.js',
9668   'textgroup' => 'default',
9669   'source' => 'Requires a title',
9670   'context' => '',
9671   'version' => 'none',
9672 ))
9673 ->values(array(
9674   'lid' => '17',
9675   'location' => 'modules/node/content_types.js; modules/node/node.js',
9676   'textgroup' => 'default',
9677   'source' => 'Not published',
9678   'context' => '',
9679   'version' => 'none',
9680 ))
9681 ->values(array(
9682   'lid' => '18',
9683   'location' => 'modules/node/content_types.js',
9684   'textgroup' => 'default',
9685   'source' => "Don't display post information",
9686   'context' => '',
9687   'version' => 'none',
9688 ))
9689 ->values(array(
9690   'lid' => '19',
9691   'location' => 'misc/tabledrag.js',
9692   'textgroup' => 'default',
9693   'source' => 'Re-order rows by numerical weight instead of dragging.',
9694   'context' => '',
9695   'version' => 'none',
9696 ))
9697 ->values(array(
9698   'lid' => '20',
9699   'location' => 'misc/tabledrag.js',
9700   'textgroup' => 'default',
9701   'source' => 'Show row weights',
9702   'context' => '',
9703   'version' => 'none',
9704 ))
9705 ->values(array(
9706   'lid' => '21',
9707   'location' => 'misc/tabledrag.js',
9708   'textgroup' => 'default',
9709   'source' => 'Hide row weights',
9710   'context' => '',
9711   'version' => 'none',
9712 ))
9713 ->values(array(
9714   'lid' => '22',
9715   'location' => 'misc/tabledrag.js',
9716   'textgroup' => 'default',
9717   'source' => 'Drag to re-order',
9718   'context' => '',
9719   'version' => 'none',
9720 ))
9721 ->values(array(
9722   'lid' => '23',
9723   'location' => 'misc/tabledrag.js',
9724   'textgroup' => 'default',
9725   'source' => 'Changes made in this table will not be saved until the form is submitted.',
9726   'context' => '',
9727   'version' => 'none',
9728 ))
9729 ->values(array(
9730   'lid' => '24',
9731   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
9732   'textgroup' => 'default',
9733   'source' => 'Other',
9734   'context' => '',
9735   'version' => 'none',
9736 ))
9737 ->values(array(
9738   'lid' => '25',
9739   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
9740   'textgroup' => 'default',
9741   'source' => '@count year from now',
9742   'context' => '',
9743   'version' => 'none',
9744 ))
9745 ->values(array(
9746   'lid' => '26',
9747   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
9748   'textgroup' => 'default',
9749   'source' => '@count years from now',
9750   'context' => '',
9751   'version' => 'none',
9752 ))
9753 ->values(array(
9754   'lid' => '27',
9755   'location' => 'modules/file/file.js',
9756   'textgroup' => 'default',
9757   'source' => 'The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.',
9758   'context' => '',
9759   'version' => 'none',
9760 ))
9761 ->values(array(
9762   'lid' => '28',
9763   'location' => 'misc/ajax.js',
9764   'textgroup' => 'default',
9765   'source' => 'Please wait...',
9766   'context' => '',
9767   'version' => 'none',
9768 ))
9769 ->values(array(
9770   'lid' => '29',
9771   'location' => 'modules/field/modules/text/text.js',
9772   'textgroup' => 'default',
9773   'source' => 'Hide summary',
9774   'context' => '',
9775   'version' => 'none',
9776 ))
9777 ->values(array(
9778   'lid' => '30',
9779   'location' => 'modules/field/modules/text/text.js',
9780   'textgroup' => 'default',
9781   'source' => 'Edit summary',
9782   'context' => '',
9783   'version' => 'none',
9784 ))
9785 ->values(array(
9786   'lid' => '31',
9787   'location' => 'misc/autocomplete.js',
9788   'textgroup' => 'default',
9789   'source' => 'Autocomplete popup',
9790   'context' => '',
9791   'version' => 'none',
9792 ))
9793 ->values(array(
9794   'lid' => '32',
9795   'location' => 'misc/autocomplete.js',
9796   'textgroup' => 'default',
9797   'source' => 'Searching for matches...',
9798   'context' => '',
9799   'version' => 'none',
9800 ))
9801 ->values(array(
9802   'lid' => '33',
9803   'location' => 'modules/contextual/contextual.js',
9804   'textgroup' => 'default',
9805   'source' => 'Configure',
9806   'context' => '',
9807   'version' => 'none',
9808 ))
9809 ->values(array(
9810   'lid' => '34',
9811   'location' => 'misc/tableselect.js',
9812   'textgroup' => 'default',
9813   'source' => 'Select all rows in this table',
9814   'context' => '',
9815   'version' => 'none',
9816 ))
9817 ->values(array(
9818   'lid' => '35',
9819   'location' => 'misc/tableselect.js',
9820   'textgroup' => 'default',
9821   'source' => 'Deselect all rows in this table',
9822   'context' => '',
9823   'version' => 'none',
9824 ))
9825 ->values(array(
9826   'lid' => '36',
9827   'location' => 'modules/user/user.permissions.js',
9828   'textgroup' => 'default',
9829   'source' => 'This permission is inherited from the authenticated user role.',
9830   'context' => '',
9831   'version' => 'none',
9832 ))
9833 ->values(array(
9834   'lid' => '37',
9835   'location' => 'modules/filter/filter.admin.js',
9836   'textgroup' => 'default',
9837   'source' => 'Enabled',
9838   'context' => '',
9839   'version' => 'none',
9840 ))
9841 ->values(array(
9842   'lid' => '38',
9843   'location' => 'modules/filter/filter.admin.js',
9844   'textgroup' => 'default',
9845   'source' => 'Disabled',
9846   'context' => '',
9847   'version' => 'none',
9848 ))
9849 ->values(array(
9850   'lid' => '39',
9851   'location' => 'modules/menu/menu.js',
9852   'textgroup' => 'default',
9853   'source' => 'Not in menu',
9854   'context' => '',
9855   'version' => 'none',
9856 ))
9857 ->values(array(
9858   'lid' => '40',
9859   'location' => 'modules/book/book.js',
9860   'textgroup' => 'default',
9861   'source' => 'Not in book',
9862   'context' => '',
9863   'version' => 'none',
9864 ))
9865 ->values(array(
9866   'lid' => '41',
9867   'location' => 'modules/book/book.js',
9868   'textgroup' => 'default',
9869   'source' => 'New book',
9870   'context' => '',
9871   'version' => 'none',
9872 ))
9873 ->values(array(
9874   'lid' => '42',
9875   'location' => 'modules/node/node.js',
9876   'textgroup' => 'default',
9877   'source' => 'New revision',
9878   'context' => '',
9879   'version' => 'none',
9880 ))
9881 ->values(array(
9882   'lid' => '43',
9883   'location' => 'modules/node/node.js',
9884   'textgroup' => 'default',
9885   'source' => 'No revision',
9886   'context' => '',
9887   'version' => 'none',
9888 ))
9889 ->values(array(
9890   'lid' => '44',
9891   'location' => 'modules/node/node.js',
9892   'textgroup' => 'default',
9893   'source' => 'By @name on @date',
9894   'context' => '',
9895   'version' => 'none',
9896 ))
9897 ->values(array(
9898   'lid' => '45',
9899   'location' => 'modules/node/node.js',
9900   'textgroup' => 'default',
9901   'source' => 'By @name',
9902   'context' => '',
9903   'version' => 'none',
9904 ))
9905 ->values(array(
9906   'lid' => '46',
9907   'location' => 'modules/path/path.js',
9908   'textgroup' => 'default',
9909   'source' => 'Alias: @alias',
9910   'context' => '',
9911   'version' => 'none',
9912 ))
9913 ->values(array(
9914   'lid' => '47',
9915   'location' => 'modules/path/path.js',
9916   'textgroup' => 'default',
9917   'source' => 'No alias',
9918   'context' => '',
9919   'version' => 'none',
9920 ))
9921 ->values(array(
9922   'lid' => '48',
9923   'location' => 'misc/drupal.js',
9924   'textgroup' => 'default',
9925   'source' => 'CustomMessage: !customMessage',
9926   'context' => '',
9927   'version' => 'none',
9928 ))
9929 ->execute();
9930
9931 $connection->schema()->createTable('locales_target', array(
9932   'fields' => array(
9933     'lid' => array(
9934       'type' => 'int',
9935       'not null' => TRUE,
9936       'size' => 'normal',
9937       'default' => '0',
9938     ),
9939     'translation' => array(
9940       'type' => 'blob',
9941       'not null' => TRUE,
9942       'size' => 'normal',
9943     ),
9944     'language' => array(
9945       'type' => 'varchar',
9946       'not null' => TRUE,
9947       'length' => '12',
9948       'default' => '',
9949     ),
9950     'plid' => array(
9951       'type' => 'int',
9952       'not null' => TRUE,
9953       'size' => 'normal',
9954       'default' => '0',
9955     ),
9956     'plural' => array(
9957       'type' => 'int',
9958       'not null' => TRUE,
9959       'size' => 'normal',
9960       'default' => '0',
9961     ),
9962   ),
9963   'primary key' => array(
9964     'lid',
9965     'language',
9966     'plural',
9967   ),
9968   'mysql_character_set' => 'utf8',
9969 ));
9970
9971 $connection->schema()->createTable('menu_custom', array(
9972   'fields' => array(
9973     'menu_name' => array(
9974       'type' => 'varchar',
9975       'not null' => TRUE,
9976       'length' => '32',
9977       'default' => '',
9978     ),
9979     'title' => array(
9980       'type' => 'varchar',
9981       'not null' => TRUE,
9982       'length' => '255',
9983       'default' => '',
9984     ),
9985     'description' => array(
9986       'type' => 'text',
9987       'not null' => FALSE,
9988       'size' => 'normal',
9989     ),
9990   ),
9991   'primary key' => array(
9992     'menu_name',
9993   ),
9994   'mysql_character_set' => 'utf8',
9995 ));
9996
9997 $connection->insert('menu_custom')
9998 ->fields(array(
9999   'menu_name',
10000   'title',
10001   'description',
10002 ))
10003 ->values(array(
10004   'menu_name' => 'main-menu',
10005   'title' => 'Main menu',
10006   '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.',
10007 ))
10008 ->values(array(
10009   'menu_name' => 'management',
10010   'title' => 'Management',
10011   'description' => 'The <em>Management</em> menu contains links for administrative tasks.',
10012 ))
10013 ->values(array(
10014   'menu_name' => 'menu-test-menu',
10015   'title' => 'Test Menu',
10016   'description' => 'Test menu description.',
10017 ))
10018 ->values(array(
10019   'menu_name' => 'navigation',
10020   'title' => 'Navigation',
10021   '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.',
10022 ))
10023 ->values(array(
10024   'menu_name' => 'user-menu',
10025   'title' => 'User menu',
10026   'description' => "The <em>User</em> menu contains links related to the user's account, as well as the 'Log out' link.",
10027 ))
10028 ->execute();
10029
10030 $connection->schema()->createTable('menu_links', array(
10031   'fields' => array(
10032     'menu_name' => array(
10033       'type' => 'varchar',
10034       'not null' => TRUE,
10035       'length' => '32',
10036       'default' => '',
10037     ),
10038     'mlid' => array(
10039       'type' => 'serial',
10040       'not null' => TRUE,
10041       'size' => 'normal',
10042       'unsigned' => TRUE,
10043     ),
10044     'plid' => array(
10045       'type' => 'int',
10046       'not null' => TRUE,
10047       'size' => 'normal',
10048       'default' => '0',
10049       'unsigned' => TRUE,
10050     ),
10051     'link_path' => array(
10052       'type' => 'varchar',
10053       'not null' => TRUE,
10054       'length' => '255',
10055       'default' => '',
10056     ),
10057     'router_path' => array(
10058       'type' => 'varchar',
10059       'not null' => TRUE,
10060       'length' => '255',
10061       'default' => '',
10062     ),
10063     'link_title' => array(
10064       'type' => 'varchar',
10065       'not null' => TRUE,
10066       'length' => '255',
10067       'default' => '',
10068     ),
10069     'options' => array(
10070       'type' => 'blob',
10071       'not null' => FALSE,
10072       'size' => 'normal',
10073     ),
10074     'module' => array(
10075       'type' => 'varchar',
10076       'not null' => TRUE,
10077       'length' => '255',
10078       'default' => 'system',
10079     ),
10080     'hidden' => array(
10081       'type' => 'int',
10082       'not null' => TRUE,
10083       'size' => 'normal',
10084       'default' => '0',
10085     ),
10086     'external' => array(
10087       'type' => 'int',
10088       'not null' => TRUE,
10089       'size' => 'normal',
10090       'default' => '0',
10091     ),
10092     'has_children' => array(
10093       'type' => 'int',
10094       'not null' => TRUE,
10095       'size' => 'normal',
10096       'default' => '0',
10097     ),
10098     'expanded' => array(
10099       'type' => 'int',
10100       'not null' => TRUE,
10101       'size' => 'normal',
10102       'default' => '0',
10103     ),
10104     'weight' => array(
10105       'type' => 'int',
10106       'not null' => TRUE,
10107       'size' => 'normal',
10108       'default' => '0',
10109     ),
10110     'depth' => array(
10111       'type' => 'int',
10112       'not null' => TRUE,
10113       'size' => 'normal',
10114       'default' => '0',
10115     ),
10116     'customized' => array(
10117       'type' => 'int',
10118       'not null' => TRUE,
10119       'size' => 'normal',
10120       'default' => '0',
10121     ),
10122     'p1' => array(
10123       'type' => 'int',
10124       'not null' => TRUE,
10125       'size' => 'normal',
10126       'default' => '0',
10127       'unsigned' => TRUE,
10128     ),
10129     'p2' => array(
10130       'type' => 'int',
10131       'not null' => TRUE,
10132       'size' => 'normal',
10133       'default' => '0',
10134       'unsigned' => TRUE,
10135     ),
10136     'p3' => array(
10137       'type' => 'int',
10138       'not null' => TRUE,
10139       'size' => 'normal',
10140       'default' => '0',
10141       'unsigned' => TRUE,
10142     ),
10143     'p4' => array(
10144       'type' => 'int',
10145       'not null' => TRUE,
10146       'size' => 'normal',
10147       'default' => '0',
10148       'unsigned' => TRUE,
10149     ),
10150     'p5' => array(
10151       'type' => 'int',
10152       'not null' => TRUE,
10153       'size' => 'normal',
10154       'default' => '0',
10155       'unsigned' => TRUE,
10156     ),
10157     'p6' => array(
10158       'type' => 'int',
10159       'not null' => TRUE,
10160       'size' => 'normal',
10161       'default' => '0',
10162       'unsigned' => TRUE,
10163     ),
10164     'p7' => array(
10165       'type' => 'int',
10166       'not null' => TRUE,
10167       'size' => 'normal',
10168       'default' => '0',
10169       'unsigned' => TRUE,
10170     ),
10171     'p8' => array(
10172       'type' => 'int',
10173       'not null' => TRUE,
10174       'size' => 'normal',
10175       'default' => '0',
10176       'unsigned' => TRUE,
10177     ),
10178     'p9' => array(
10179       'type' => 'int',
10180       'not null' => TRUE,
10181       'size' => 'normal',
10182       'default' => '0',
10183       'unsigned' => TRUE,
10184     ),
10185     'updated' => array(
10186       'type' => 'int',
10187       'not null' => TRUE,
10188       'size' => 'normal',
10189       'default' => '0',
10190     ),
10191   ),
10192   'primary key' => array(
10193     'mlid',
10194   ),
10195   'mysql_character_set' => 'utf8',
10196 ));
10197
10198 $connection->insert('menu_links')
10199 ->fields(array(
10200   'menu_name',
10201   'mlid',
10202   'plid',
10203   'link_path',
10204   'router_path',
10205   'link_title',
10206   'options',
10207   'module',
10208   'hidden',
10209   'external',
10210   'has_children',
10211   'expanded',
10212   'weight',
10213   'depth',
10214   'customized',
10215   'p1',
10216   'p2',
10217   'p3',
10218   'p4',
10219   'p5',
10220   'p6',
10221   'p7',
10222   'p8',
10223   'p9',
10224   'updated',
10225 ))
10226 ->values(array(
10227   'menu_name' => 'management',
10228   'mlid' => '1',
10229   'plid' => '0',
10230   'link_path' => 'admin',
10231   'router_path' => 'admin',
10232   'link_title' => 'Administration',
10233   'options' => 'a:0:{}',
10234   'module' => 'system',
10235   'hidden' => '0',
10236   'external' => '0',
10237   'has_children' => '1',
10238   'expanded' => '0',
10239   'weight' => '9',
10240   'depth' => '1',
10241   'customized' => '0',
10242   'p1' => '1',
10243   'p2' => '0',
10244   'p3' => '0',
10245   'p4' => '0',
10246   'p5' => '0',
10247   'p6' => '0',
10248   'p7' => '0',
10249   'p8' => '0',
10250   'p9' => '0',
10251   'updated' => '0',
10252 ))
10253 ->values(array(
10254   'menu_name' => 'user-menu',
10255   'mlid' => '2',
10256   'plid' => '0',
10257   'link_path' => 'user',
10258   'router_path' => 'user',
10259   'link_title' => 'User account',
10260   'options' => 'a:1:{s:5:"alter";b:1;}',
10261   'module' => 'system',
10262   'hidden' => '0',
10263   'external' => '0',
10264   'has_children' => '0',
10265   'expanded' => '0',
10266   'weight' => '-10',
10267   'depth' => '1',
10268   'customized' => '0',
10269   'p1' => '2',
10270   'p2' => '0',
10271   'p3' => '0',
10272   'p4' => '0',
10273   'p5' => '0',
10274   'p6' => '0',
10275   'p7' => '0',
10276   'p8' => '0',
10277   'p9' => '0',
10278   'updated' => '0',
10279 ))
10280 ->values(array(
10281   'menu_name' => 'navigation',
10282   'mlid' => '3',
10283   'plid' => '0',
10284   'link_path' => 'comment/%',
10285   'router_path' => 'comment/%',
10286   'link_title' => 'Comment permalink',
10287   'options' => 'a:0:{}',
10288   'module' => 'system',
10289   'hidden' => '0',
10290   'external' => '0',
10291   'has_children' => '1',
10292   'expanded' => '0',
10293   'weight' => '0',
10294   'depth' => '1',
10295   'customized' => '0',
10296   'p1' => '3',
10297   'p2' => '0',
10298   'p3' => '0',
10299   'p4' => '0',
10300   'p5' => '0',
10301   'p6' => '0',
10302   'p7' => '0',
10303   'p8' => '0',
10304   'p9' => '0',
10305   'updated' => '0',
10306 ))
10307 ->values(array(
10308   'menu_name' => 'navigation',
10309   'mlid' => '4',
10310   'plid' => '0',
10311   'link_path' => 'filter/tips',
10312   'router_path' => 'filter/tips',
10313   'link_title' => 'Compose tips',
10314   'options' => 'a:0:{}',
10315   'module' => 'system',
10316   'hidden' => '1',
10317   'external' => '0',
10318   'has_children' => '1',
10319   'expanded' => '0',
10320   'weight' => '0',
10321   'depth' => '1',
10322   'customized' => '0',
10323   'p1' => '4',
10324   'p2' => '0',
10325   'p3' => '0',
10326   'p4' => '0',
10327   'p5' => '0',
10328   'p6' => '0',
10329   'p7' => '0',
10330   'p8' => '0',
10331   'p9' => '0',
10332   'updated' => '0',
10333 ))
10334 ->values(array(
10335   'menu_name' => 'navigation',
10336   'mlid' => '5',
10337   'plid' => '0',
10338   'link_path' => 'node/%',
10339   'router_path' => 'node/%',
10340   'link_title' => '',
10341   'options' => 'a:0:{}',
10342   'module' => 'system',
10343   'hidden' => '0',
10344   'external' => '0',
10345   'has_children' => '0',
10346   'expanded' => '0',
10347   'weight' => '0',
10348   'depth' => '1',
10349   'customized' => '0',
10350   'p1' => '5',
10351   'p2' => '0',
10352   'p3' => '0',
10353   'p4' => '0',
10354   'p5' => '0',
10355   'p6' => '0',
10356   'p7' => '0',
10357   'p8' => '0',
10358   'p9' => '0',
10359   'updated' => '0',
10360 ))
10361 ->values(array(
10362   'menu_name' => 'navigation',
10363   'mlid' => '6',
10364   'plid' => '0',
10365   'link_path' => 'node/add',
10366   'router_path' => 'node/add',
10367   'link_title' => 'Add content',
10368   'options' => 'a:0:{}',
10369   'module' => 'system',
10370   'hidden' => '0',
10371   'external' => '0',
10372   'has_children' => '1',
10373   'expanded' => '0',
10374   'weight' => '0',
10375   'depth' => '1',
10376   'customized' => '0',
10377   'p1' => '6',
10378   'p2' => '0',
10379   'p3' => '0',
10380   'p4' => '0',
10381   'p5' => '0',
10382   'p6' => '0',
10383   'p7' => '0',
10384   'p8' => '0',
10385   'p9' => '0',
10386   'updated' => '0',
10387 ))
10388 ->values(array(
10389   'menu_name' => 'management',
10390   'mlid' => '7',
10391   'plid' => '1',
10392   'link_path' => 'admin/appearance',
10393   'router_path' => 'admin/appearance',
10394   'link_title' => 'Appearance',
10395   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Select and configure your themes.";}}',
10396   'module' => 'system',
10397   'hidden' => '0',
10398   'external' => '0',
10399   'has_children' => '0',
10400   'expanded' => '0',
10401   'weight' => '-6',
10402   'depth' => '2',
10403   'customized' => '0',
10404   'p1' => '1',
10405   'p2' => '7',
10406   'p3' => '0',
10407   'p4' => '0',
10408   'p5' => '0',
10409   'p6' => '0',
10410   'p7' => '0',
10411   'p8' => '0',
10412   'p9' => '0',
10413   'updated' => '0',
10414 ))
10415 ->values(array(
10416   'menu_name' => 'management',
10417   'mlid' => '8',
10418   'plid' => '1',
10419   'link_path' => 'admin/config',
10420   'router_path' => 'admin/config',
10421   'link_title' => 'Configuration',
10422   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:20:"Administer settings.";}}',
10423   'module' => 'system',
10424   'hidden' => '0',
10425   'external' => '0',
10426   'has_children' => '1',
10427   'expanded' => '0',
10428   'weight' => '0',
10429   'depth' => '2',
10430   'customized' => '0',
10431   'p1' => '1',
10432   'p2' => '8',
10433   'p3' => '0',
10434   'p4' => '0',
10435   'p5' => '0',
10436   'p6' => '0',
10437   'p7' => '0',
10438   'p8' => '0',
10439   'p9' => '0',
10440   'updated' => '0',
10441 ))
10442 ->values(array(
10443   'menu_name' => 'management',
10444   'mlid' => '9',
10445   'plid' => '1',
10446   'link_path' => 'admin/content',
10447   'router_path' => 'admin/content',
10448   'link_title' => 'Content',
10449   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:32:"Administer content and comments.";}}',
10450   'module' => 'system',
10451   'hidden' => '0',
10452   'external' => '0',
10453   'has_children' => '1',
10454   'expanded' => '0',
10455   'weight' => '-10',
10456   'depth' => '2',
10457   'customized' => '0',
10458   'p1' => '1',
10459   'p2' => '9',
10460   'p3' => '0',
10461   'p4' => '0',
10462   'p5' => '0',
10463   'p6' => '0',
10464   'p7' => '0',
10465   'p8' => '0',
10466   'p9' => '0',
10467   'updated' => '0',
10468 ))
10469 ->values(array(
10470   'menu_name' => 'user-menu',
10471   'mlid' => '10',
10472   'plid' => '2',
10473   'link_path' => 'user/register',
10474   'router_path' => 'user/register',
10475   'link_title' => 'Create new account',
10476   'options' => 'a:0:{}',
10477   'module' => 'system',
10478   'hidden' => '-1',
10479   'external' => '0',
10480   'has_children' => '0',
10481   'expanded' => '0',
10482   'weight' => '0',
10483   'depth' => '2',
10484   'customized' => '0',
10485   'p1' => '2',
10486   'p2' => '10',
10487   'p3' => '0',
10488   'p4' => '0',
10489   'p5' => '0',
10490   'p6' => '0',
10491   'p7' => '0',
10492   'p8' => '0',
10493   'p9' => '0',
10494   'updated' => '0',
10495 ))
10496 ->values(array(
10497   'menu_name' => 'management',
10498   'mlid' => '12',
10499   'plid' => '1',
10500   'link_path' => 'admin/index',
10501   'router_path' => 'admin/index',
10502   'link_title' => 'Index',
10503   'options' => 'a:0:{}',
10504   'module' => 'system',
10505   'hidden' => '-1',
10506   'external' => '0',
10507   'has_children' => '0',
10508   'expanded' => '0',
10509   'weight' => '-18',
10510   'depth' => '2',
10511   'customized' => '0',
10512   'p1' => '1',
10513   'p2' => '12',
10514   'p3' => '0',
10515   'p4' => '0',
10516   'p5' => '0',
10517   'p6' => '0',
10518   'p7' => '0',
10519   'p8' => '0',
10520   'p9' => '0',
10521   'updated' => '0',
10522 ))
10523 ->values(array(
10524   'menu_name' => 'user-menu',
10525   'mlid' => '13',
10526   'plid' => '2',
10527   'link_path' => 'user/login',
10528   'router_path' => 'user/login',
10529   'link_title' => 'Log in',
10530   'options' => 'a:0:{}',
10531   'module' => 'system',
10532   'hidden' => '-1',
10533   'external' => '0',
10534   'has_children' => '0',
10535   'expanded' => '0',
10536   'weight' => '0',
10537   'depth' => '2',
10538   'customized' => '0',
10539   'p1' => '2',
10540   'p2' => '13',
10541   'p3' => '0',
10542   'p4' => '0',
10543   'p5' => '0',
10544   'p6' => '0',
10545   'p7' => '0',
10546   'p8' => '0',
10547   'p9' => '0',
10548   'updated' => '0',
10549 ))
10550 ->values(array(
10551   'menu_name' => 'user-menu',
10552   'mlid' => '14',
10553   'plid' => '0',
10554   'link_path' => 'user/logout',
10555   'router_path' => 'user/logout',
10556   'link_title' => 'Log out',
10557   'options' => 'a:0:{}',
10558   'module' => 'system',
10559   'hidden' => '0',
10560   'external' => '0',
10561   'has_children' => '0',
10562   'expanded' => '0',
10563   'weight' => '10',
10564   'depth' => '1',
10565   'customized' => '0',
10566   'p1' => '14',
10567   'p2' => '0',
10568   'p3' => '0',
10569   'p4' => '0',
10570   'p5' => '0',
10571   'p6' => '0',
10572   'p7' => '0',
10573   'p8' => '0',
10574   'p9' => '0',
10575   'updated' => '0',
10576 ))
10577 ->values(array(
10578   'menu_name' => 'management',
10579   'mlid' => '15',
10580   'plid' => '1',
10581   'link_path' => 'admin/modules',
10582   'router_path' => 'admin/modules',
10583   'link_title' => 'Modules',
10584   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:26:"Extend site functionality.";}}',
10585   'module' => 'system',
10586   'hidden' => '0',
10587   'external' => '0',
10588   'has_children' => '0',
10589   'expanded' => '0',
10590   'weight' => '-2',
10591   'depth' => '2',
10592   'customized' => '0',
10593   'p1' => '1',
10594   'p2' => '15',
10595   'p3' => '0',
10596   'p4' => '0',
10597   'p5' => '0',
10598   'p6' => '0',
10599   'p7' => '0',
10600   'p8' => '0',
10601   'p9' => '0',
10602   'updated' => '0',
10603 ))
10604 ->values(array(
10605   'menu_name' => 'navigation',
10606   'mlid' => '16',
10607   'plid' => '0',
10608   'link_path' => 'user/%',
10609   'router_path' => 'user/%',
10610   'link_title' => 'My account',
10611   'options' => 'a:0:{}',
10612   'module' => 'system',
10613   'hidden' => '0',
10614   'external' => '0',
10615   'has_children' => '1',
10616   'expanded' => '0',
10617   'weight' => '0',
10618   'depth' => '1',
10619   'customized' => '0',
10620   'p1' => '16',
10621   'p2' => '0',
10622   'p3' => '0',
10623   'p4' => '0',
10624   'p5' => '0',
10625   'p6' => '0',
10626   'p7' => '0',
10627   'p8' => '0',
10628   'p9' => '0',
10629   'updated' => '0',
10630 ))
10631 ->values(array(
10632   'menu_name' => 'management',
10633   'mlid' => '17',
10634   'plid' => '1',
10635   'link_path' => 'admin/people',
10636   'router_path' => 'admin/people',
10637   'link_title' => 'People',
10638   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Manage user accounts, roles, and permissions.";}}',
10639   'module' => 'system',
10640   'hidden' => '0',
10641   'external' => '0',
10642   'has_children' => '0',
10643   'expanded' => '0',
10644   'weight' => '-4',
10645   'depth' => '2',
10646   'customized' => '0',
10647   'p1' => '1',
10648   'p2' => '17',
10649   'p3' => '0',
10650   'p4' => '0',
10651   'p5' => '0',
10652   'p6' => '0',
10653   'p7' => '0',
10654   'p8' => '0',
10655   'p9' => '0',
10656   'updated' => '0',
10657 ))
10658 ->values(array(
10659   'menu_name' => 'management',
10660   'mlid' => '18',
10661   'plid' => '1',
10662   'link_path' => 'admin/reports',
10663   'router_path' => 'admin/reports',
10664   'link_title' => 'Reports',
10665   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View reports, updates, and errors.";}}',
10666   'module' => 'system',
10667   'hidden' => '0',
10668   'external' => '0',
10669   'has_children' => '1',
10670   'expanded' => '0',
10671   'weight' => '5',
10672   'depth' => '2',
10673   'customized' => '0',
10674   'p1' => '1',
10675   'p2' => '18',
10676   'p3' => '0',
10677   'p4' => '0',
10678   'p5' => '0',
10679   'p6' => '0',
10680   'p7' => '0',
10681   'p8' => '0',
10682   'p9' => '0',
10683   'updated' => '0',
10684 ))
10685 ->values(array(
10686   'menu_name' => 'user-menu',
10687   'mlid' => '19',
10688   'plid' => '2',
10689   'link_path' => 'user/password',
10690   'router_path' => 'user/password',
10691   'link_title' => 'Request new password',
10692   'options' => 'a:0:{}',
10693   'module' => 'system',
10694   'hidden' => '-1',
10695   'external' => '0',
10696   'has_children' => '0',
10697   'expanded' => '0',
10698   'weight' => '0',
10699   'depth' => '2',
10700   'customized' => '0',
10701   'p1' => '2',
10702   'p2' => '19',
10703   'p3' => '0',
10704   'p4' => '0',
10705   'p5' => '0',
10706   'p6' => '0',
10707   'p7' => '0',
10708   'p8' => '0',
10709   'p9' => '0',
10710   'updated' => '0',
10711 ))
10712 ->values(array(
10713   'menu_name' => 'management',
10714   'mlid' => '20',
10715   'plid' => '1',
10716   'link_path' => 'admin/structure',
10717   'router_path' => 'admin/structure',
10718   'link_title' => 'Structure',
10719   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Administer blocks, content types, menus, etc.";}}',
10720   'module' => 'system',
10721   'hidden' => '0',
10722   'external' => '0',
10723   'has_children' => '1',
10724   'expanded' => '0',
10725   'weight' => '-8',
10726   'depth' => '2',
10727   'customized' => '0',
10728   'p1' => '1',
10729   'p2' => '20',
10730   'p3' => '0',
10731   'p4' => '0',
10732   'p5' => '0',
10733   'p6' => '0',
10734   'p7' => '0',
10735   'p8' => '0',
10736   'p9' => '0',
10737   'updated' => '0',
10738 ))
10739 ->values(array(
10740   'menu_name' => 'management',
10741   'mlid' => '21',
10742   'plid' => '1',
10743   'link_path' => 'admin/tasks',
10744   'router_path' => 'admin/tasks',
10745   'link_title' => 'Tasks',
10746   'options' => 'a:0:{}',
10747   'module' => 'system',
10748   'hidden' => '-1',
10749   'external' => '0',
10750   'has_children' => '0',
10751   'expanded' => '0',
10752   'weight' => '-20',
10753   'depth' => '2',
10754   'customized' => '0',
10755   'p1' => '1',
10756   'p2' => '21',
10757   'p3' => '0',
10758   'p4' => '0',
10759   'p5' => '0',
10760   'p6' => '0',
10761   'p7' => '0',
10762   'p8' => '0',
10763   'p9' => '0',
10764   'updated' => '0',
10765 ))
10766 ->values(array(
10767   'menu_name' => 'navigation',
10768   'mlid' => '22',
10769   'plid' => '0',
10770   'link_path' => 'comment/reply/%',
10771   'router_path' => 'comment/reply/%',
10772   'link_title' => 'Add new comment',
10773   'options' => 'a:0:{}',
10774   'module' => 'system',
10775   'hidden' => '0',
10776   'external' => '0',
10777   'has_children' => '0',
10778   'expanded' => '0',
10779   'weight' => '0',
10780   'depth' => '1',
10781   'customized' => '0',
10782   'p1' => '22',
10783   'p2' => '0',
10784   'p3' => '0',
10785   'p4' => '0',
10786   'p5' => '0',
10787   'p6' => '0',
10788   'p7' => '0',
10789   'p8' => '0',
10790   'p9' => '0',
10791   'updated' => '0',
10792 ))
10793 ->values(array(
10794   'menu_name' => 'navigation',
10795   'mlid' => '23',
10796   'plid' => '3',
10797   'link_path' => 'comment/%/approve',
10798   'router_path' => 'comment/%/approve',
10799   'link_title' => 'Approve',
10800   'options' => 'a:0:{}',
10801   'module' => 'system',
10802   'hidden' => '0',
10803   'external' => '0',
10804   'has_children' => '0',
10805   'expanded' => '0',
10806   'weight' => '1',
10807   'depth' => '2',
10808   'customized' => '0',
10809   'p1' => '3',
10810   'p2' => '23',
10811   'p3' => '0',
10812   'p4' => '0',
10813   'p5' => '0',
10814   'p6' => '0',
10815   'p7' => '0',
10816   'p8' => '0',
10817   'p9' => '0',
10818   'updated' => '0',
10819 ))
10820 ->values(array(
10821   'menu_name' => 'navigation',
10822   'mlid' => '24',
10823   'plid' => '3',
10824   'link_path' => 'comment/%/delete',
10825   'router_path' => 'comment/%/delete',
10826   'link_title' => 'Delete',
10827   'options' => 'a:0:{}',
10828   'module' => 'system',
10829   'hidden' => '-1',
10830   'external' => '0',
10831   'has_children' => '0',
10832   'expanded' => '0',
10833   'weight' => '2',
10834   'depth' => '2',
10835   'customized' => '0',
10836   'p1' => '3',
10837   'p2' => '24',
10838   'p3' => '0',
10839   'p4' => '0',
10840   'p5' => '0',
10841   'p6' => '0',
10842   'p7' => '0',
10843   'p8' => '0',
10844   'p9' => '0',
10845   'updated' => '0',
10846 ))
10847 ->values(array(
10848   'menu_name' => 'navigation',
10849   'mlid' => '25',
10850   'plid' => '3',
10851   'link_path' => 'comment/%/edit',
10852   'router_path' => 'comment/%/edit',
10853   'link_title' => 'Edit',
10854   'options' => 'a:0:{}',
10855   'module' => 'system',
10856   'hidden' => '-1',
10857   'external' => '0',
10858   'has_children' => '0',
10859   'expanded' => '0',
10860   'weight' => '0',
10861   'depth' => '2',
10862   'customized' => '0',
10863   'p1' => '3',
10864   'p2' => '25',
10865   'p3' => '0',
10866   'p4' => '0',
10867   'p5' => '0',
10868   'p6' => '0',
10869   'p7' => '0',
10870   'p8' => '0',
10871   'p9' => '0',
10872   'updated' => '0',
10873 ))
10874 ->values(array(
10875   'menu_name' => 'navigation',
10876   'mlid' => '26',
10877   'plid' => '3',
10878   'link_path' => 'comment/%/view',
10879   'router_path' => 'comment/%/view',
10880   'link_title' => 'View comment',
10881   'options' => 'a:0:{}',
10882   'module' => 'system',
10883   'hidden' => '-1',
10884   'external' => '0',
10885   'has_children' => '0',
10886   'expanded' => '0',
10887   'weight' => '-10',
10888   'depth' => '2',
10889   'customized' => '0',
10890   'p1' => '3',
10891   'p2' => '26',
10892   'p3' => '0',
10893   'p4' => '0',
10894   'p5' => '0',
10895   'p6' => '0',
10896   'p7' => '0',
10897   'p8' => '0',
10898   'p9' => '0',
10899   'updated' => '0',
10900 ))
10901 ->values(array(
10902   'menu_name' => 'management',
10903   'mlid' => '27',
10904   'plid' => '17',
10905   'link_path' => 'admin/people/create',
10906   'router_path' => 'admin/people/create',
10907   'link_title' => 'Add user',
10908   'options' => 'a:0:{}',
10909   'module' => 'system',
10910   'hidden' => '-1',
10911   'external' => '0',
10912   'has_children' => '0',
10913   'expanded' => '0',
10914   'weight' => '0',
10915   'depth' => '3',
10916   'customized' => '0',
10917   'p1' => '1',
10918   'p2' => '17',
10919   'p3' => '27',
10920   'p4' => '0',
10921   'p5' => '0',
10922   'p6' => '0',
10923   'p7' => '0',
10924   'p8' => '0',
10925   'p9' => '0',
10926   'updated' => '0',
10927 ))
10928 ->values(array(
10929   'menu_name' => 'management',
10930   'mlid' => '28',
10931   'plid' => '20',
10932   'link_path' => 'admin/structure/block',
10933   'router_path' => 'admin/structure/block',
10934   'link_title' => 'Blocks',
10935   '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.\";}}",
10936   'module' => 'system',
10937   'hidden' => '0',
10938   'external' => '0',
10939   'has_children' => '1',
10940   'expanded' => '0',
10941   'weight' => '0',
10942   'depth' => '3',
10943   'customized' => '0',
10944   'p1' => '1',
10945   'p2' => '20',
10946   'p3' => '28',
10947   'p4' => '0',
10948   'p5' => '0',
10949   'p6' => '0',
10950   'p7' => '0',
10951   'p8' => '0',
10952   'p9' => '0',
10953   'updated' => '0',
10954 ))
10955 ->values(array(
10956   'menu_name' => 'navigation',
10957   'mlid' => '29',
10958   'plid' => '16',
10959   'link_path' => 'user/%/cancel',
10960   'router_path' => 'user/%/cancel',
10961   'link_title' => 'Cancel account',
10962   'options' => 'a:0:{}',
10963   'module' => 'system',
10964   'hidden' => '0',
10965   'external' => '0',
10966   'has_children' => '1',
10967   'expanded' => '0',
10968   'weight' => '0',
10969   'depth' => '2',
10970   'customized' => '0',
10971   'p1' => '16',
10972   'p2' => '29',
10973   'p3' => '0',
10974   'p4' => '0',
10975   'p5' => '0',
10976   'p6' => '0',
10977   'p7' => '0',
10978   'p8' => '0',
10979   'p9' => '0',
10980   'updated' => '0',
10981 ))
10982 ->values(array(
10983   'menu_name' => 'management',
10984   'mlid' => '30',
10985   'plid' => '9',
10986   'link_path' => 'admin/content/comment',
10987   'router_path' => 'admin/content/comment',
10988   'link_title' => 'Comments',
10989   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"List and edit site comments and the comment approval queue.";}}',
10990   'module' => 'system',
10991   'hidden' => '0',
10992   'external' => '0',
10993   'has_children' => '0',
10994   'expanded' => '0',
10995   'weight' => '0',
10996   'depth' => '3',
10997   'customized' => '0',
10998   'p1' => '1',
10999   'p2' => '9',
11000   'p3' => '30',
11001   'p4' => '0',
11002   'p5' => '0',
11003   'p6' => '0',
11004   'p7' => '0',
11005   'p8' => '0',
11006   'p9' => '0',
11007   'updated' => '0',
11008 ))
11009 ->values(array(
11010   'menu_name' => 'management',
11011   'mlid' => '32',
11012   'plid' => '9',
11013   'link_path' => 'admin/content/node',
11014   'router_path' => 'admin/content/node',
11015   'link_title' => 'Content',
11016   'options' => 'a:0:{}',
11017   'module' => 'system',
11018   'hidden' => '-1',
11019   'external' => '0',
11020   'has_children' => '0',
11021   'expanded' => '0',
11022   'weight' => '-10',
11023   'depth' => '3',
11024   'customized' => '0',
11025   'p1' => '1',
11026   'p2' => '9',
11027   'p3' => '32',
11028   'p4' => '0',
11029   'p5' => '0',
11030   'p6' => '0',
11031   'p7' => '0',
11032   'p8' => '0',
11033   'p9' => '0',
11034   'updated' => '0',
11035 ))
11036 ->values(array(
11037   'menu_name' => 'management',
11038   'mlid' => '33',
11039   'plid' => '8',
11040   'link_path' => 'admin/config/content',
11041   'router_path' => 'admin/config/content',
11042   'link_title' => 'Content authoring',
11043   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:53:"Settings related to formatting and authoring content.";}}',
11044   'module' => 'system',
11045   'hidden' => '0',
11046   'external' => '0',
11047   'has_children' => '1',
11048   'expanded' => '0',
11049   'weight' => '-15',
11050   'depth' => '3',
11051   'customized' => '0',
11052   'p1' => '1',
11053   'p2' => '8',
11054   'p3' => '33',
11055   'p4' => '0',
11056   'p5' => '0',
11057   'p6' => '0',
11058   'p7' => '0',
11059   'p8' => '0',
11060   'p9' => '0',
11061   'updated' => '0',
11062 ))
11063 ->values(array(
11064   'menu_name' => 'management',
11065   'mlid' => '34',
11066   'plid' => '20',
11067   'link_path' => 'admin/structure/types',
11068   'router_path' => 'admin/structure/types',
11069   'link_title' => 'Content types',
11070   '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.";}}',
11071   'module' => 'system',
11072   'hidden' => '0',
11073   'external' => '0',
11074   'has_children' => '1',
11075   'expanded' => '0',
11076   'weight' => '0',
11077   'depth' => '3',
11078   'customized' => '0',
11079   'p1' => '1',
11080   'p2' => '20',
11081   'p3' => '34',
11082   'p4' => '0',
11083   'p5' => '0',
11084   'p6' => '0',
11085   'p7' => '0',
11086   'p8' => '0',
11087   'p9' => '0',
11088   'updated' => '0',
11089 ))
11090 ->values(array(
11091   'menu_name' => 'navigation',
11092   'mlid' => '36',
11093   'plid' => '5',
11094   'link_path' => 'node/%/delete',
11095   'router_path' => 'node/%/delete',
11096   'link_title' => 'Delete',
11097   'options' => 'a:0:{}',
11098   'module' => 'system',
11099   'hidden' => '-1',
11100   'external' => '0',
11101   'has_children' => '0',
11102   'expanded' => '0',
11103   'weight' => '1',
11104   'depth' => '2',
11105   'customized' => '0',
11106   'p1' => '5',
11107   'p2' => '36',
11108   'p3' => '0',
11109   'p4' => '0',
11110   'p5' => '0',
11111   'p6' => '0',
11112   'p7' => '0',
11113   'p8' => '0',
11114   'p9' => '0',
11115   'updated' => '0',
11116 ))
11117 ->values(array(
11118   'menu_name' => 'management',
11119   'mlid' => '37',
11120   'plid' => '8',
11121   'link_path' => 'admin/config/development',
11122   'router_path' => 'admin/config/development',
11123   'link_title' => 'Development',
11124   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Development tools.";}}',
11125   'module' => 'system',
11126   'hidden' => '0',
11127   'external' => '0',
11128   'has_children' => '1',
11129   'expanded' => '0',
11130   'weight' => '-10',
11131   'depth' => '3',
11132   'customized' => '0',
11133   'p1' => '1',
11134   'p2' => '8',
11135   'p3' => '37',
11136   'p4' => '0',
11137   'p5' => '0',
11138   'p6' => '0',
11139   'p7' => '0',
11140   'p8' => '0',
11141   'p9' => '0',
11142   'updated' => '0',
11143 ))
11144 ->values(array(
11145   'menu_name' => 'navigation',
11146   'mlid' => '38',
11147   'plid' => '16',
11148   'link_path' => 'user/%/edit',
11149   'router_path' => 'user/%/edit',
11150   'link_title' => 'Edit',
11151   'options' => 'a:0:{}',
11152   'module' => 'system',
11153   'hidden' => '-1',
11154   'external' => '0',
11155   'has_children' => '0',
11156   'expanded' => '0',
11157   'weight' => '0',
11158   'depth' => '2',
11159   'customized' => '0',
11160   'p1' => '16',
11161   'p2' => '38',
11162   'p3' => '0',
11163   'p4' => '0',
11164   'p5' => '0',
11165   'p6' => '0',
11166   'p7' => '0',
11167   'p8' => '0',
11168   'p9' => '0',
11169   'updated' => '0',
11170 ))
11171 ->values(array(
11172   'menu_name' => 'navigation',
11173   'mlid' => '39',
11174   'plid' => '5',
11175   'link_path' => 'node/%/edit',
11176   'router_path' => 'node/%/edit',
11177   'link_title' => 'Edit',
11178   'options' => 'a:0:{}',
11179   'module' => 'system',
11180   'hidden' => '-1',
11181   'external' => '0',
11182   'has_children' => '0',
11183   'expanded' => '0',
11184   'weight' => '0',
11185   'depth' => '2',
11186   'customized' => '0',
11187   'p1' => '5',
11188   'p2' => '39',
11189   'p3' => '0',
11190   'p4' => '0',
11191   'p5' => '0',
11192   'p6' => '0',
11193   'p7' => '0',
11194   'p8' => '0',
11195   'p9' => '0',
11196   'updated' => '0',
11197 ))
11198 ->values(array(
11199   'menu_name' => 'management',
11200   'mlid' => '40',
11201   'plid' => '15',
11202   'link_path' => 'admin/modules/list',
11203   'router_path' => 'admin/modules/list',
11204   'link_title' => 'List',
11205   'options' => 'a:0:{}',
11206   'module' => 'system',
11207   'hidden' => '-1',
11208   'external' => '0',
11209   'has_children' => '0',
11210   'expanded' => '0',
11211   'weight' => '0',
11212   'depth' => '3',
11213   'customized' => '0',
11214   'p1' => '1',
11215   'p2' => '15',
11216   'p3' => '40',
11217   'p4' => '0',
11218   'p5' => '0',
11219   'p6' => '0',
11220   'p7' => '0',
11221   'p8' => '0',
11222   'p9' => '0',
11223   'updated' => '0',
11224 ))
11225 ->values(array(
11226   'menu_name' => 'management',
11227   'mlid' => '41',
11228   'plid' => '17',
11229   'link_path' => 'admin/people/people',
11230   'router_path' => 'admin/people/people',
11231   'link_title' => 'List',
11232   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:50:"Find and manage people interacting with your site.";}}',
11233   'module' => 'system',
11234   'hidden' => '-1',
11235   'external' => '0',
11236   'has_children' => '0',
11237   'expanded' => '0',
11238   'weight' => '-10',
11239   'depth' => '3',
11240   'customized' => '0',
11241   'p1' => '1',
11242   'p2' => '17',
11243   'p3' => '41',
11244   'p4' => '0',
11245   'p5' => '0',
11246   'p6' => '0',
11247   'p7' => '0',
11248   'p8' => '0',
11249   'p9' => '0',
11250   'updated' => '0',
11251 ))
11252 ->values(array(
11253   'menu_name' => 'management',
11254   'mlid' => '42',
11255   'plid' => '7',
11256   'link_path' => 'admin/appearance/list',
11257   'router_path' => 'admin/appearance/list',
11258   'link_title' => 'List',
11259   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:31:"Select and configure your theme";}}',
11260   'module' => 'system',
11261   'hidden' => '-1',
11262   'external' => '0',
11263   'has_children' => '0',
11264   'expanded' => '0',
11265   'weight' => '-1',
11266   'depth' => '3',
11267   'customized' => '0',
11268   'p1' => '1',
11269   'p2' => '7',
11270   'p3' => '42',
11271   'p4' => '0',
11272   'p5' => '0',
11273   'p6' => '0',
11274   'p7' => '0',
11275   'p8' => '0',
11276   'p9' => '0',
11277   'updated' => '0',
11278 ))
11279 ->values(array(
11280   'menu_name' => 'management',
11281   'mlid' => '43',
11282   'plid' => '8',
11283   'link_path' => 'admin/config/media',
11284   'router_path' => 'admin/config/media',
11285   'link_title' => 'Media',
11286   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:12:"Media tools.";}}',
11287   'module' => 'system',
11288   'hidden' => '0',
11289   'external' => '0',
11290   'has_children' => '1',
11291   'expanded' => '0',
11292   'weight' => '-10',
11293   'depth' => '3',
11294   'customized' => '0',
11295   'p1' => '1',
11296   'p2' => '8',
11297   'p3' => '43',
11298   'p4' => '0',
11299   'p5' => '0',
11300   'p6' => '0',
11301   'p7' => '0',
11302   'p8' => '0',
11303   'p9' => '0',
11304   'updated' => '0',
11305 ))
11306 ->values(array(
11307   'menu_name' => 'management',
11308   'mlid' => '44',
11309   'plid' => '20',
11310   'link_path' => 'admin/structure/menu',
11311   'router_path' => 'admin/structure/menu',
11312   'link_title' => 'Menus',
11313   '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.";}}',
11314   'module' => 'system',
11315   'hidden' => '0',
11316   'external' => '0',
11317   'has_children' => '1',
11318   'expanded' => '0',
11319   'weight' => '0',
11320   'depth' => '3',
11321   'customized' => '0',
11322   'p1' => '1',
11323   'p2' => '20',
11324   'p3' => '44',
11325   'p4' => '0',
11326   'p5' => '0',
11327   'p6' => '0',
11328   'p7' => '0',
11329   'p8' => '0',
11330   'p9' => '0',
11331   'updated' => '0',
11332 ))
11333 ->values(array(
11334   'menu_name' => 'management',
11335   'mlid' => '45',
11336   'plid' => '8',
11337   'link_path' => 'admin/config/people',
11338   'router_path' => 'admin/config/people',
11339   'link_title' => 'People',
11340   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:24:"Configure user accounts.";}}',
11341   'module' => 'system',
11342   'hidden' => '0',
11343   'external' => '0',
11344   'has_children' => '1',
11345   'expanded' => '0',
11346   'weight' => '-20',
11347   'depth' => '3',
11348   'customized' => '0',
11349   'p1' => '1',
11350   'p2' => '8',
11351   'p3' => '45',
11352   'p4' => '0',
11353   'p5' => '0',
11354   'p6' => '0',
11355   'p7' => '0',
11356   'p8' => '0',
11357   'p9' => '0',
11358   'updated' => '0',
11359 ))
11360 ->values(array(
11361   'menu_name' => 'management',
11362   'mlid' => '46',
11363   'plid' => '17',
11364   'link_path' => 'admin/people/permissions',
11365   'router_path' => 'admin/people/permissions',
11366   'link_title' => 'Permissions',
11367   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
11368   'module' => 'system',
11369   'hidden' => '-1',
11370   'external' => '0',
11371   'has_children' => '0',
11372   'expanded' => '0',
11373   'weight' => '0',
11374   'depth' => '3',
11375   'customized' => '0',
11376   'p1' => '1',
11377   'p2' => '17',
11378   'p3' => '46',
11379   'p4' => '0',
11380   'p5' => '0',
11381   'p6' => '0',
11382   'p7' => '0',
11383   'p8' => '0',
11384   'p9' => '0',
11385   'updated' => '0',
11386 ))
11387 ->values(array(
11388   'menu_name' => 'management',
11389   'mlid' => '47',
11390   'plid' => '18',
11391   'link_path' => 'admin/reports/dblog',
11392   'router_path' => 'admin/reports/dblog',
11393   'link_title' => 'Recent log messages',
11394   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View events that have recently been logged.";}}',
11395   'module' => 'system',
11396   'hidden' => '0',
11397   'external' => '0',
11398   'has_children' => '0',
11399   'expanded' => '0',
11400   'weight' => '-1',
11401   'depth' => '3',
11402   'customized' => '0',
11403   'p1' => '1',
11404   'p2' => '18',
11405   'p3' => '47',
11406   'p4' => '0',
11407   'p5' => '0',
11408   'p6' => '0',
11409   'p7' => '0',
11410   'p8' => '0',
11411   'p9' => '0',
11412   'updated' => '0',
11413 ))
11414 ->values(array(
11415   'menu_name' => 'management',
11416   'mlid' => '48',
11417   'plid' => '8',
11418   'link_path' => 'admin/config/regional',
11419   'router_path' => 'admin/config/regional',
11420   'link_title' => 'Regional and language',
11421   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Regional settings, localization and translation.";}}',
11422   'module' => 'system',
11423   'hidden' => '0',
11424   'external' => '0',
11425   'has_children' => '1',
11426   'expanded' => '0',
11427   'weight' => '-5',
11428   'depth' => '3',
11429   'customized' => '0',
11430   'p1' => '1',
11431   'p2' => '8',
11432   'p3' => '48',
11433   'p4' => '0',
11434   'p5' => '0',
11435   'p6' => '0',
11436   'p7' => '0',
11437   'p8' => '0',
11438   'p9' => '0',
11439   'updated' => '0',
11440 ))
11441 ->values(array(
11442   'menu_name' => 'navigation',
11443   'mlid' => '49',
11444   'plid' => '5',
11445   'link_path' => 'node/%/revisions',
11446   'router_path' => 'node/%/revisions',
11447   'link_title' => 'Revisions',
11448   'options' => 'a:0:{}',
11449   'module' => 'system',
11450   'hidden' => '-1',
11451   'external' => '0',
11452   'has_children' => '1',
11453   'expanded' => '0',
11454   'weight' => '2',
11455   'depth' => '2',
11456   'customized' => '0',
11457   'p1' => '5',
11458   'p2' => '49',
11459   'p3' => '0',
11460   'p4' => '0',
11461   'p5' => '0',
11462   'p6' => '0',
11463   'p7' => '0',
11464   'p8' => '0',
11465   'p9' => '0',
11466   'updated' => '0',
11467 ))
11468 ->values(array(
11469   'menu_name' => 'management',
11470   'mlid' => '50',
11471   'plid' => '8',
11472   'link_path' => 'admin/config/search',
11473   'router_path' => 'admin/config/search',
11474   'link_title' => 'Search and metadata',
11475   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:36:"Local site search, metadata and SEO.";}}',
11476   'module' => 'system',
11477   'hidden' => '0',
11478   'external' => '0',
11479   'has_children' => '1',
11480   'expanded' => '0',
11481   'weight' => '-10',
11482   'depth' => '3',
11483   'customized' => '0',
11484   'p1' => '1',
11485   'p2' => '8',
11486   'p3' => '50',
11487   'p4' => '0',
11488   'p5' => '0',
11489   'p6' => '0',
11490   'p7' => '0',
11491   'p8' => '0',
11492   'p9' => '0',
11493   'updated' => '0',
11494 ))
11495 ->values(array(
11496   'menu_name' => 'management',
11497   'mlid' => '51',
11498   'plid' => '7',
11499   'link_path' => 'admin/appearance/settings',
11500   'router_path' => 'admin/appearance/settings',
11501   'link_title' => 'Settings',
11502   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:46:"Configure default and theme specific settings.";}}',
11503   'module' => 'system',
11504   'hidden' => '-1',
11505   'external' => '0',
11506   'has_children' => '0',
11507   'expanded' => '0',
11508   'weight' => '20',
11509   'depth' => '3',
11510   'customized' => '0',
11511   'p1' => '1',
11512   'p2' => '7',
11513   'p3' => '51',
11514   'p4' => '0',
11515   'p5' => '0',
11516   'p6' => '0',
11517   'p7' => '0',
11518   'p8' => '0',
11519   'p9' => '0',
11520   'updated' => '0',
11521 ))
11522 ->values(array(
11523   'menu_name' => 'management',
11524   'mlid' => '52',
11525   'plid' => '18',
11526   'link_path' => 'admin/reports/status',
11527   'router_path' => 'admin/reports/status',
11528   'link_title' => 'Status report',
11529   '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.\";}}",
11530   'module' => 'system',
11531   'hidden' => '0',
11532   'external' => '0',
11533   'has_children' => '0',
11534   'expanded' => '0',
11535   'weight' => '-60',
11536   'depth' => '3',
11537   'customized' => '0',
11538   'p1' => '1',
11539   'p2' => '18',
11540   'p3' => '52',
11541   'p4' => '0',
11542   'p5' => '0',
11543   'p6' => '0',
11544   'p7' => '0',
11545   'p8' => '0',
11546   'p9' => '0',
11547   'updated' => '0',
11548 ))
11549 ->values(array(
11550   'menu_name' => 'management',
11551   'mlid' => '53',
11552   'plid' => '8',
11553   'link_path' => 'admin/config/system',
11554   'router_path' => 'admin/config/system',
11555   'link_title' => 'System',
11556   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:37:"General system related configuration.";}}',
11557   'module' => 'system',
11558   'hidden' => '0',
11559   'external' => '0',
11560   'has_children' => '1',
11561   'expanded' => '0',
11562   'weight' => '-20',
11563   'depth' => '3',
11564   'customized' => '0',
11565   'p1' => '1',
11566   'p2' => '8',
11567   'p3' => '53',
11568   'p4' => '0',
11569   'p5' => '0',
11570   'p6' => '0',
11571   'p7' => '0',
11572   'p8' => '0',
11573   'p9' => '0',
11574   'updated' => '0',
11575 ))
11576 ->values(array(
11577   'menu_name' => 'management',
11578   'mlid' => '54',
11579   'plid' => '18',
11580   'link_path' => 'admin/reports/access-denied',
11581   'router_path' => 'admin/reports/access-denied',
11582   'link_title' => "Top 'access denied' errors",
11583   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"View 'access denied' errors (403s).\";}}",
11584   'module' => 'system',
11585   'hidden' => '0',
11586   'external' => '0',
11587   'has_children' => '0',
11588   'expanded' => '0',
11589   'weight' => '0',
11590   'depth' => '3',
11591   'customized' => '0',
11592   'p1' => '1',
11593   'p2' => '18',
11594   'p3' => '54',
11595   'p4' => '0',
11596   'p5' => '0',
11597   'p6' => '0',
11598   'p7' => '0',
11599   'p8' => '0',
11600   'p9' => '0',
11601   'updated' => '0',
11602 ))
11603 ->values(array(
11604   'menu_name' => 'management',
11605   'mlid' => '55',
11606   'plid' => '18',
11607   'link_path' => 'admin/reports/page-not-found',
11608   'router_path' => 'admin/reports/page-not-found',
11609   'link_title' => "Top 'page not found' errors",
11610   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:36:\"View 'page not found' errors (404s).\";}}",
11611   'module' => 'system',
11612   'hidden' => '0',
11613   'external' => '0',
11614   'has_children' => '0',
11615   'expanded' => '0',
11616   'weight' => '0',
11617   'depth' => '3',
11618   'customized' => '0',
11619   'p1' => '1',
11620   'p2' => '18',
11621   'p3' => '55',
11622   'p4' => '0',
11623   'p5' => '0',
11624   'p6' => '0',
11625   'p7' => '0',
11626   'p8' => '0',
11627   'p9' => '0',
11628   'updated' => '0',
11629 ))
11630 ->values(array(
11631   'menu_name' => 'management',
11632   'mlid' => '56',
11633   'plid' => '15',
11634   'link_path' => 'admin/modules/uninstall',
11635   'router_path' => 'admin/modules/uninstall',
11636   'link_title' => 'Uninstall',
11637   'options' => 'a:0:{}',
11638   'module' => 'system',
11639   'hidden' => '-1',
11640   'external' => '0',
11641   'has_children' => '0',
11642   'expanded' => '0',
11643   'weight' => '20',
11644   'depth' => '3',
11645   'customized' => '0',
11646   'p1' => '1',
11647   'p2' => '15',
11648   'p3' => '56',
11649   'p4' => '0',
11650   'p5' => '0',
11651   'p6' => '0',
11652   'p7' => '0',
11653   'p8' => '0',
11654   'p9' => '0',
11655   'updated' => '0',
11656 ))
11657 ->values(array(
11658   'menu_name' => 'management',
11659   'mlid' => '57',
11660   'plid' => '8',
11661   'link_path' => 'admin/config/user-interface',
11662   'router_path' => 'admin/config/user-interface',
11663   'link_title' => 'User interface',
11664   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Tools that enhance the user interface.";}}',
11665   'module' => 'system',
11666   'hidden' => '0',
11667   'external' => '0',
11668   'has_children' => '1',
11669   'expanded' => '0',
11670   'weight' => '-15',
11671   'depth' => '3',
11672   'customized' => '0',
11673   'p1' => '1',
11674   'p2' => '8',
11675   'p3' => '57',
11676   'p4' => '0',
11677   'p5' => '0',
11678   'p6' => '0',
11679   'p7' => '0',
11680   'p8' => '0',
11681   'p9' => '0',
11682   'updated' => '0',
11683 ))
11684 ->values(array(
11685   'menu_name' => 'navigation',
11686   'mlid' => '58',
11687   'plid' => '5',
11688   'link_path' => 'node/%/view',
11689   'router_path' => 'node/%/view',
11690   'link_title' => 'View',
11691   'options' => 'a:0:{}',
11692   'module' => 'system',
11693   'hidden' => '-1',
11694   'external' => '0',
11695   'has_children' => '0',
11696   'expanded' => '0',
11697   'weight' => '-10',
11698   'depth' => '2',
11699   'customized' => '0',
11700   'p1' => '5',
11701   'p2' => '58',
11702   'p3' => '0',
11703   'p4' => '0',
11704   'p5' => '0',
11705   'p6' => '0',
11706   'p7' => '0',
11707   'p8' => '0',
11708   'p9' => '0',
11709   'updated' => '0',
11710 ))
11711 ->values(array(
11712   'menu_name' => 'navigation',
11713   'mlid' => '59',
11714   'plid' => '16',
11715   'link_path' => 'user/%/view',
11716   'router_path' => 'user/%/view',
11717   'link_title' => 'View',
11718   'options' => 'a:0:{}',
11719   'module' => 'system',
11720   'hidden' => '-1',
11721   'external' => '0',
11722   'has_children' => '0',
11723   'expanded' => '0',
11724   'weight' => '-10',
11725   'depth' => '2',
11726   'customized' => '0',
11727   'p1' => '16',
11728   'p2' => '59',
11729   'p3' => '0',
11730   'p4' => '0',
11731   'p5' => '0',
11732   'p6' => '0',
11733   'p7' => '0',
11734   'p8' => '0',
11735   'p9' => '0',
11736   'updated' => '0',
11737 ))
11738 ->values(array(
11739   'menu_name' => 'management',
11740   'mlid' => '60',
11741   'plid' => '8',
11742   'link_path' => 'admin/config/services',
11743   'router_path' => 'admin/config/services',
11744   'link_title' => 'Web services',
11745   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"Tools related to web services.";}}',
11746   'module' => 'system',
11747   'hidden' => '0',
11748   'external' => '0',
11749   'has_children' => '1',
11750   'expanded' => '0',
11751   'weight' => '0',
11752   'depth' => '3',
11753   'customized' => '0',
11754   'p1' => '1',
11755   'p2' => '8',
11756   'p3' => '60',
11757   'p4' => '0',
11758   'p5' => '0',
11759   'p6' => '0',
11760   'p7' => '0',
11761   'p8' => '0',
11762   'p9' => '0',
11763   'updated' => '0',
11764 ))
11765 ->values(array(
11766   'menu_name' => 'management',
11767   'mlid' => '61',
11768   'plid' => '8',
11769   'link_path' => 'admin/config/workflow',
11770   'router_path' => 'admin/config/workflow',
11771   'link_title' => 'Workflow',
11772   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Content workflow, editorial workflow tools.";}}',
11773   'module' => 'system',
11774   'hidden' => '0',
11775   'external' => '0',
11776   'has_children' => '0',
11777   'expanded' => '0',
11778   'weight' => '5',
11779   'depth' => '3',
11780   'customized' => '0',
11781   'p1' => '1',
11782   'p2' => '8',
11783   'p3' => '61',
11784   'p4' => '0',
11785   'p5' => '0',
11786   'p6' => '0',
11787   'p7' => '0',
11788   'p8' => '0',
11789   'p9' => '0',
11790   'updated' => '0',
11791 ))
11792 ->values(array(
11793   'menu_name' => 'management',
11794   'mlid' => '66',
11795   'plid' => '45',
11796   'link_path' => 'admin/config/people/accounts',
11797   'router_path' => 'admin/config/people/accounts',
11798   'link_title' => 'Account settings',
11799   '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.";}}',
11800   'module' => 'system',
11801   'hidden' => '0',
11802   'external' => '0',
11803   'has_children' => '0',
11804   'expanded' => '0',
11805   'weight' => '-10',
11806   'depth' => '4',
11807   'customized' => '0',
11808   'p1' => '1',
11809   'p2' => '8',
11810   'p3' => '45',
11811   'p4' => '66',
11812   'p5' => '0',
11813   'p6' => '0',
11814   'p7' => '0',
11815   'p8' => '0',
11816   'p9' => '0',
11817   'updated' => '0',
11818 ))
11819 ->values(array(
11820   'menu_name' => 'management',
11821   'mlid' => '67',
11822   'plid' => '53',
11823   'link_path' => 'admin/config/system/actions',
11824   'router_path' => 'admin/config/system/actions',
11825   'link_title' => 'Actions',
11826   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
11827   'module' => 'system',
11828   'hidden' => '0',
11829   'external' => '0',
11830   'has_children' => '1',
11831   'expanded' => '0',
11832   'weight' => '0',
11833   'depth' => '4',
11834   'customized' => '0',
11835   'p1' => '1',
11836   'p2' => '8',
11837   'p3' => '53',
11838   'p4' => '67',
11839   'p5' => '0',
11840   'p6' => '0',
11841   'p7' => '0',
11842   'p8' => '0',
11843   'p9' => '0',
11844   'updated' => '0',
11845 ))
11846 ->values(array(
11847   'menu_name' => 'management',
11848   'mlid' => '68',
11849   'plid' => '28',
11850   'link_path' => 'admin/structure/block/add',
11851   'router_path' => 'admin/structure/block/add',
11852   'link_title' => 'Add block',
11853   'options' => 'a:0:{}',
11854   'module' => 'system',
11855   'hidden' => '-1',
11856   'external' => '0',
11857   'has_children' => '0',
11858   'expanded' => '0',
11859   'weight' => '0',
11860   'depth' => '4',
11861   'customized' => '0',
11862   'p1' => '1',
11863   'p2' => '20',
11864   'p3' => '28',
11865   'p4' => '68',
11866   'p5' => '0',
11867   'p6' => '0',
11868   'p7' => '0',
11869   'p8' => '0',
11870   'p9' => '0',
11871   'updated' => '0',
11872 ))
11873 ->values(array(
11874   'menu_name' => 'management',
11875   'mlid' => '69',
11876   'plid' => '34',
11877   'link_path' => 'admin/structure/types/add',
11878   'router_path' => 'admin/structure/types/add',
11879   'link_title' => 'Add content type',
11880   'options' => 'a:0:{}',
11881   'module' => 'system',
11882   'hidden' => '-1',
11883   'external' => '0',
11884   'has_children' => '0',
11885   'expanded' => '0',
11886   'weight' => '0',
11887   'depth' => '4',
11888   'customized' => '0',
11889   'p1' => '1',
11890   'p2' => '20',
11891   'p3' => '34',
11892   'p4' => '69',
11893   'p5' => '0',
11894   'p6' => '0',
11895   'p7' => '0',
11896   'p8' => '0',
11897   'p9' => '0',
11898   'updated' => '0',
11899 ))
11900 ->values(array(
11901   'menu_name' => 'management',
11902   'mlid' => '70',
11903   'plid' => '44',
11904   'link_path' => 'admin/structure/menu/add',
11905   'router_path' => 'admin/structure/menu/add',
11906   'link_title' => 'Add menu',
11907   'options' => 'a:0:{}',
11908   'module' => 'system',
11909   'hidden' => '-1',
11910   'external' => '0',
11911   'has_children' => '0',
11912   'expanded' => '0',
11913   'weight' => '0',
11914   'depth' => '4',
11915   'customized' => '0',
11916   'p1' => '1',
11917   'p2' => '20',
11918   'p3' => '44',
11919   'p4' => '70',
11920   'p5' => '0',
11921   'p6' => '0',
11922   'p7' => '0',
11923   'p8' => '0',
11924   'p9' => '0',
11925   'updated' => '0',
11926 ))
11927 ->values(array(
11928   'menu_name' => 'management',
11929   'mlid' => '71',
11930   'plid' => '51',
11931   'link_path' => 'admin/appearance/settings/bartik',
11932   'router_path' => 'admin/appearance/settings/bartik',
11933   'link_title' => 'Bartik',
11934   'options' => 'a:0:{}',
11935   'module' => 'system',
11936   'hidden' => '-1',
11937   'external' => '0',
11938   'has_children' => '0',
11939   'expanded' => '0',
11940   'weight' => '0',
11941   'depth' => '4',
11942   'customized' => '0',
11943   'p1' => '1',
11944   'p2' => '7',
11945   'p3' => '51',
11946   'p4' => '71',
11947   'p5' => '0',
11948   'p6' => '0',
11949   'p7' => '0',
11950   'p8' => '0',
11951   'p9' => '0',
11952   'updated' => '0',
11953 ))
11954 ->values(array(
11955   'menu_name' => 'management',
11956   'mlid' => '72',
11957   'plid' => '50',
11958   'link_path' => 'admin/config/search/clean-urls',
11959   'router_path' => 'admin/config/search/clean-urls',
11960   'link_title' => 'Clean URLs',
11961   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Enable or disable clean URLs for your site.";}}',
11962   'module' => 'system',
11963   'hidden' => '0',
11964   'external' => '0',
11965   'has_children' => '0',
11966   'expanded' => '0',
11967   'weight' => '5',
11968   'depth' => '4',
11969   'customized' => '0',
11970   'p1' => '1',
11971   'p2' => '8',
11972   'p3' => '50',
11973   'p4' => '72',
11974   'p5' => '0',
11975   'p6' => '0',
11976   'p7' => '0',
11977   'p8' => '0',
11978   'p9' => '0',
11979   'updated' => '0',
11980 ))
11981 ->values(array(
11982   'menu_name' => 'management',
11983   'mlid' => '73',
11984   'plid' => '53',
11985   'link_path' => 'admin/config/system/cron',
11986   'router_path' => 'admin/config/system/cron',
11987   'link_title' => 'Cron',
11988   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:40:"Manage automatic site maintenance tasks.";}}',
11989   'module' => 'system',
11990   'hidden' => '0',
11991   'external' => '0',
11992   'has_children' => '0',
11993   'expanded' => '0',
11994   'weight' => '20',
11995   'depth' => '4',
11996   'customized' => '0',
11997   'p1' => '1',
11998   'p2' => '8',
11999   'p3' => '53',
12000   'p4' => '73',
12001   'p5' => '0',
12002   'p6' => '0',
12003   'p7' => '0',
12004   'p8' => '0',
12005   'p9' => '0',
12006   'updated' => '0',
12007 ))
12008 ->values(array(
12009   'menu_name' => 'management',
12010   'mlid' => '74',
12011   'plid' => '48',
12012   'link_path' => 'admin/config/regional/date-time',
12013   'router_path' => 'admin/config/regional/date-time',
12014   'link_title' => 'Date and time',
12015   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
12016   'module' => 'system',
12017   'hidden' => '0',
12018   'external' => '0',
12019   'has_children' => '0',
12020   'expanded' => '0',
12021   'weight' => '-15',
12022   'depth' => '4',
12023   'customized' => '0',
12024   'p1' => '1',
12025   'p2' => '8',
12026   'p3' => '48',
12027   'p4' => '74',
12028   'p5' => '0',
12029   'p6' => '0',
12030   'p7' => '0',
12031   'p8' => '0',
12032   'p9' => '0',
12033   'updated' => '0',
12034 ))
12035 ->values(array(
12036   'menu_name' => 'management',
12037   'mlid' => '75',
12038   'plid' => '18',
12039   'link_path' => 'admin/reports/event/%',
12040   'router_path' => 'admin/reports/event/%',
12041   'link_title' => 'Details',
12042   'options' => 'a:0:{}',
12043   'module' => 'system',
12044   'hidden' => '0',
12045   'external' => '0',
12046   'has_children' => '0',
12047   'expanded' => '0',
12048   'weight' => '0',
12049   'depth' => '3',
12050   'customized' => '0',
12051   'p1' => '1',
12052   'p2' => '18',
12053   'p3' => '75',
12054   'p4' => '0',
12055   'p5' => '0',
12056   'p6' => '0',
12057   'p7' => '0',
12058   'p8' => '0',
12059   'p9' => '0',
12060   'updated' => '0',
12061 ))
12062 ->values(array(
12063   'menu_name' => 'management',
12064   'mlid' => '76',
12065   'plid' => '43',
12066   'link_path' => 'admin/config/media/file-system',
12067   'router_path' => 'admin/config/media/file-system',
12068   'link_title' => 'File system',
12069   '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.";}}',
12070   'module' => 'system',
12071   'hidden' => '0',
12072   'external' => '0',
12073   'has_children' => '0',
12074   'expanded' => '0',
12075   'weight' => '-10',
12076   'depth' => '4',
12077   'customized' => '0',
12078   'p1' => '1',
12079   'p2' => '8',
12080   'p3' => '43',
12081   'p4' => '76',
12082   'p5' => '0',
12083   'p6' => '0',
12084   'p7' => '0',
12085   'p8' => '0',
12086   'p9' => '0',
12087   'updated' => '0',
12088 ))
12089 ->values(array(
12090   'menu_name' => 'management',
12091   'mlid' => '78',
12092   'plid' => '51',
12093   'link_path' => 'admin/appearance/settings/garland',
12094   'router_path' => 'admin/appearance/settings/garland',
12095   'link_title' => 'Garland',
12096   'options' => 'a:0:{}',
12097   'module' => 'system',
12098   'hidden' => '-1',
12099   'external' => '0',
12100   'has_children' => '0',
12101   'expanded' => '0',
12102   'weight' => '0',
12103   'depth' => '4',
12104   'customized' => '0',
12105   'p1' => '1',
12106   'p2' => '7',
12107   'p3' => '51',
12108   'p4' => '78',
12109   'p5' => '0',
12110   'p6' => '0',
12111   'p7' => '0',
12112   'p8' => '0',
12113   'p9' => '0',
12114   'updated' => '0',
12115 ))
12116 ->values(array(
12117   'menu_name' => 'management',
12118   'mlid' => '79',
12119   'plid' => '51',
12120   'link_path' => 'admin/appearance/settings/global',
12121   'router_path' => 'admin/appearance/settings/global',
12122   'link_title' => 'Global settings',
12123   'options' => 'a:0:{}',
12124   'module' => 'system',
12125   'hidden' => '-1',
12126   'external' => '0',
12127   'has_children' => '0',
12128   'expanded' => '0',
12129   'weight' => '-1',
12130   'depth' => '4',
12131   'customized' => '0',
12132   'p1' => '1',
12133   'p2' => '7',
12134   'p3' => '51',
12135   'p4' => '79',
12136   'p5' => '0',
12137   'p6' => '0',
12138   'p7' => '0',
12139   'p8' => '0',
12140   'p9' => '0',
12141   'updated' => '0',
12142 ))
12143 ->values(array(
12144   'menu_name' => 'management',
12145   'mlid' => '80',
12146   'plid' => '45',
12147   'link_path' => 'admin/config/people/ip-blocking',
12148   'router_path' => 'admin/config/people/ip-blocking',
12149   'link_title' => 'IP address blocking',
12150   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Manage blocked IP addresses.";}}',
12151   'module' => 'system',
12152   'hidden' => '0',
12153   'external' => '0',
12154   'has_children' => '1',
12155   'expanded' => '0',
12156   'weight' => '10',
12157   'depth' => '4',
12158   'customized' => '0',
12159   'p1' => '1',
12160   'p2' => '8',
12161   'p3' => '45',
12162   'p4' => '80',
12163   'p5' => '0',
12164   'p6' => '0',
12165   'p7' => '0',
12166   'p8' => '0',
12167   'p9' => '0',
12168   'updated' => '0',
12169 ))
12170 ->values(array(
12171   'menu_name' => 'management',
12172   'mlid' => '81',
12173   'plid' => '43',
12174   'link_path' => 'admin/config/media/image-toolkit',
12175   'router_path' => 'admin/config/media/image-toolkit',
12176   'link_title' => 'Image toolkit',
12177   '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.";}}',
12178   'module' => 'system',
12179   'hidden' => '0',
12180   'external' => '0',
12181   'has_children' => '0',
12182   'expanded' => '0',
12183   'weight' => '20',
12184   'depth' => '4',
12185   'customized' => '0',
12186   'p1' => '1',
12187   'p2' => '8',
12188   'p3' => '43',
12189   'p4' => '81',
12190   'p5' => '0',
12191   'p6' => '0',
12192   'p7' => '0',
12193   'p8' => '0',
12194   'p9' => '0',
12195   'updated' => '0',
12196 ))
12197 ->values(array(
12198   'menu_name' => 'management',
12199   'mlid' => '82',
12200   'plid' => '40',
12201   'link_path' => 'admin/modules/list/confirm',
12202   'router_path' => 'admin/modules/list/confirm',
12203   'link_title' => 'List',
12204   'options' => 'a:0:{}',
12205   'module' => 'system',
12206   'hidden' => '-1',
12207   'external' => '0',
12208   'has_children' => '0',
12209   'expanded' => '0',
12210   'weight' => '0',
12211   'depth' => '4',
12212   'customized' => '0',
12213   'p1' => '1',
12214   'p2' => '15',
12215   'p3' => '40',
12216   'p4' => '82',
12217   'p5' => '0',
12218   'p6' => '0',
12219   'p7' => '0',
12220   'p8' => '0',
12221   'p9' => '0',
12222   'updated' => '0',
12223 ))
12224 ->values(array(
12225   'menu_name' => 'management',
12226   'mlid' => '83',
12227   'plid' => '34',
12228   'link_path' => 'admin/structure/types/list',
12229   'router_path' => 'admin/structure/types/list',
12230   'link_title' => 'List',
12231   'options' => 'a:0:{}',
12232   'module' => 'system',
12233   'hidden' => '-1',
12234   'external' => '0',
12235   'has_children' => '0',
12236   'expanded' => '0',
12237   'weight' => '-10',
12238   'depth' => '4',
12239   'customized' => '0',
12240   'p1' => '1',
12241   'p2' => '20',
12242   'p3' => '34',
12243   'p4' => '83',
12244   'p5' => '0',
12245   'p6' => '0',
12246   'p7' => '0',
12247   'p8' => '0',
12248   'p9' => '0',
12249   'updated' => '0',
12250 ))
12251 ->values(array(
12252   'menu_name' => 'management',
12253   'mlid' => '84',
12254   'plid' => '44',
12255   'link_path' => 'admin/structure/menu/list',
12256   'router_path' => 'admin/structure/menu/list',
12257   'link_title' => 'List menus',
12258   'options' => 'a:0:{}',
12259   'module' => 'system',
12260   'hidden' => '-1',
12261   'external' => '0',
12262   'has_children' => '0',
12263   'expanded' => '0',
12264   'weight' => '-10',
12265   'depth' => '4',
12266   'customized' => '0',
12267   'p1' => '1',
12268   'p2' => '20',
12269   'p3' => '44',
12270   'p4' => '84',
12271   'p5' => '0',
12272   'p6' => '0',
12273   'p7' => '0',
12274   'p8' => '0',
12275   'p9' => '0',
12276   'updated' => '0',
12277 ))
12278 ->values(array(
12279   'menu_name' => 'management',
12280   'mlid' => '85',
12281   'plid' => '37',
12282   'link_path' => 'admin/config/development/logging',
12283   'router_path' => 'admin/config/development/logging',
12284   'link_title' => 'Logging and errors',
12285   '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.\";}}",
12286   'module' => 'system',
12287   'hidden' => '0',
12288   'external' => '0',
12289   'has_children' => '0',
12290   'expanded' => '0',
12291   'weight' => '-15',
12292   'depth' => '4',
12293   'customized' => '0',
12294   'p1' => '1',
12295   'p2' => '8',
12296   'p3' => '37',
12297   'p4' => '85',
12298   'p5' => '0',
12299   'p6' => '0',
12300   'p7' => '0',
12301   'p8' => '0',
12302   'p9' => '0',
12303   'updated' => '0',
12304 ))
12305 ->values(array(
12306   'menu_name' => 'management',
12307   'mlid' => '86',
12308   'plid' => '37',
12309   'link_path' => 'admin/config/development/maintenance',
12310   'router_path' => 'admin/config/development/maintenance',
12311   'link_title' => 'Maintenance mode',
12312   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:62:"Take the site offline for maintenance or bring it back online.";}}',
12313   'module' => 'system',
12314   'hidden' => '0',
12315   'external' => '0',
12316   'has_children' => '0',
12317   'expanded' => '0',
12318   'weight' => '-10',
12319   'depth' => '4',
12320   'customized' => '0',
12321   'p1' => '1',
12322   'p2' => '8',
12323   'p3' => '37',
12324   'p4' => '86',
12325   'p5' => '0',
12326   'p6' => '0',
12327   'p7' => '0',
12328   'p8' => '0',
12329   'p9' => '0',
12330   'updated' => '0',
12331 ))
12332 ->values(array(
12333   'menu_name' => 'management',
12334   'mlid' => '89',
12335   'plid' => '37',
12336   'link_path' => 'admin/config/development/performance',
12337   'router_path' => 'admin/config/development/performance',
12338   'link_title' => 'Performance',
12339   '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.";}}',
12340   'module' => 'system',
12341   'hidden' => '0',
12342   'external' => '0',
12343   'has_children' => '0',
12344   'expanded' => '0',
12345   'weight' => '-20',
12346   'depth' => '4',
12347   'customized' => '0',
12348   'p1' => '1',
12349   'p2' => '8',
12350   'p3' => '37',
12351   'p4' => '89',
12352   'p5' => '0',
12353   'p6' => '0',
12354   'p7' => '0',
12355   'p8' => '0',
12356   'p9' => '0',
12357   'updated' => '0',
12358 ))
12359 ->values(array(
12360   'menu_name' => 'management',
12361   'mlid' => '90',
12362   'plid' => '46',
12363   'link_path' => 'admin/people/permissions/list',
12364   'router_path' => 'admin/people/permissions/list',
12365   'link_title' => 'Permissions',
12366   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
12367   'module' => 'system',
12368   'hidden' => '-1',
12369   'external' => '0',
12370   'has_children' => '0',
12371   'expanded' => '0',
12372   'weight' => '-8',
12373   'depth' => '4',
12374   'customized' => '0',
12375   'p1' => '1',
12376   'p2' => '17',
12377   'p3' => '46',
12378   'p4' => '90',
12379   'p5' => '0',
12380   'p6' => '0',
12381   'p7' => '0',
12382   'p8' => '0',
12383   'p9' => '0',
12384   'updated' => '0',
12385 ))
12386 ->values(array(
12387   'menu_name' => 'management',
12388   'mlid' => '93',
12389   'plid' => '30',
12390   'link_path' => 'admin/content/comment/new',
12391   'router_path' => 'admin/content/comment/new',
12392   'link_title' => 'Published comments',
12393   'options' => 'a:0:{}',
12394   'module' => 'system',
12395   'hidden' => '-1',
12396   'external' => '0',
12397   'has_children' => '0',
12398   'expanded' => '0',
12399   'weight' => '-10',
12400   'depth' => '4',
12401   'customized' => '0',
12402   'p1' => '1',
12403   'p2' => '9',
12404   'p3' => '30',
12405   'p4' => '93',
12406   'p5' => '0',
12407   'p6' => '0',
12408   'p7' => '0',
12409   'p8' => '0',
12410   'p9' => '0',
12411   'updated' => '0',
12412 ))
12413 ->values(array(
12414   'menu_name' => 'management',
12415   'mlid' => '94',
12416   'plid' => '60',
12417   'link_path' => 'admin/config/services/rss-publishing',
12418   'router_path' => 'admin/config/services/rss-publishing',
12419   'link_title' => 'RSS publishing',
12420   '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.";}}',
12421   'module' => 'system',
12422   'hidden' => '0',
12423   'external' => '0',
12424   'has_children' => '0',
12425   'expanded' => '0',
12426   'weight' => '0',
12427   'depth' => '4',
12428   'customized' => '0',
12429   'p1' => '1',
12430   'p2' => '8',
12431   'p3' => '60',
12432   'p4' => '94',
12433   'p5' => '0',
12434   'p6' => '0',
12435   'p7' => '0',
12436   'p8' => '0',
12437   'p9' => '0',
12438   'updated' => '0',
12439 ))
12440 ->values(array(
12441   'menu_name' => 'management',
12442   'mlid' => '95',
12443   'plid' => '48',
12444   'link_path' => 'admin/config/regional/settings',
12445   'router_path' => 'admin/config/regional/settings',
12446   'link_title' => 'Regional settings',
12447   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:54:\"Settings for the site's default time zone and country.\";}}",
12448   'module' => 'system',
12449   'hidden' => '0',
12450   'external' => '0',
12451   'has_children' => '0',
12452   'expanded' => '0',
12453   'weight' => '-20',
12454   'depth' => '4',
12455   'customized' => '0',
12456   'p1' => '1',
12457   'p2' => '8',
12458   'p3' => '48',
12459   'p4' => '95',
12460   'p5' => '0',
12461   'p6' => '0',
12462   'p7' => '0',
12463   'p8' => '0',
12464   'p9' => '0',
12465   'updated' => '0',
12466 ))
12467 ->values(array(
12468   'menu_name' => 'management',
12469   'mlid' => '96',
12470   'plid' => '46',
12471   'link_path' => 'admin/people/permissions/roles',
12472   'router_path' => 'admin/people/permissions/roles',
12473   'link_title' => 'Roles',
12474   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"List, edit, or add user roles.";}}',
12475   'module' => 'system',
12476   'hidden' => '-1',
12477   'external' => '0',
12478   'has_children' => '1',
12479   'expanded' => '0',
12480   'weight' => '-5',
12481   'depth' => '4',
12482   'customized' => '0',
12483   'p1' => '1',
12484   'p2' => '17',
12485   'p3' => '46',
12486   'p4' => '96',
12487   'p5' => '0',
12488   'p6' => '0',
12489   'p7' => '0',
12490   'p8' => '0',
12491   'p9' => '0',
12492   'updated' => '0',
12493 ))
12494 ->values(array(
12495   'menu_name' => 'management',
12496   'mlid' => '97',
12497   'plid' => '44',
12498   'link_path' => 'admin/structure/menu/settings',
12499   'router_path' => 'admin/structure/menu/settings',
12500   'link_title' => 'Settings',
12501   'options' => 'a:0:{}',
12502   'module' => 'system',
12503   'hidden' => '-1',
12504   'external' => '0',
12505   'has_children' => '0',
12506   'expanded' => '0',
12507   'weight' => '5',
12508   'depth' => '4',
12509   'customized' => '0',
12510   'p1' => '1',
12511   'p2' => '20',
12512   'p3' => '44',
12513   'p4' => '97',
12514   'p5' => '0',
12515   'p6' => '0',
12516   'p7' => '0',
12517   'p8' => '0',
12518   'p9' => '0',
12519   'updated' => '0',
12520 ))
12521 ->values(array(
12522   'menu_name' => 'management',
12523   'mlid' => '98',
12524   'plid' => '51',
12525   'link_path' => 'admin/appearance/settings/seven',
12526   'router_path' => 'admin/appearance/settings/seven',
12527   'link_title' => 'Seven',
12528   'options' => 'a:0:{}',
12529   'module' => 'system',
12530   'hidden' => '-1',
12531   'external' => '0',
12532   'has_children' => '0',
12533   'expanded' => '0',
12534   'weight' => '0',
12535   'depth' => '4',
12536   'customized' => '0',
12537   'p1' => '1',
12538   'p2' => '7',
12539   'p3' => '51',
12540   'p4' => '98',
12541   'p5' => '0',
12542   'p6' => '0',
12543   'p7' => '0',
12544   'p8' => '0',
12545   'p9' => '0',
12546   'updated' => '0',
12547 ))
12548 ->values(array(
12549   'menu_name' => 'management',
12550   'mlid' => '99',
12551   'plid' => '53',
12552   'link_path' => 'admin/config/system/site-information',
12553   'router_path' => 'admin/config/system/site-information',
12554   'link_title' => 'Site information',
12555   '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.";}}',
12556   'module' => 'system',
12557   'hidden' => '0',
12558   'external' => '0',
12559   'has_children' => '0',
12560   'expanded' => '0',
12561   'weight' => '-20',
12562   'depth' => '4',
12563   'customized' => '0',
12564   'p1' => '1',
12565   'p2' => '8',
12566   'p3' => '53',
12567   'p4' => '99',
12568   'p5' => '0',
12569   'p6' => '0',
12570   'p7' => '0',
12571   'p8' => '0',
12572   'p9' => '0',
12573   'updated' => '0',
12574 ))
12575 ->values(array(
12576   'menu_name' => 'management',
12577   'mlid' => '100',
12578   'plid' => '51',
12579   'link_path' => 'admin/appearance/settings/stark',
12580   'router_path' => 'admin/appearance/settings/stark',
12581   'link_title' => 'Stark',
12582   'options' => 'a:0:{}',
12583   'module' => 'system',
12584   'hidden' => '-1',
12585   'external' => '0',
12586   'has_children' => '0',
12587   'expanded' => '0',
12588   'weight' => '0',
12589   'depth' => '4',
12590   'customized' => '0',
12591   'p1' => '1',
12592   'p2' => '7',
12593   'p3' => '51',
12594   'p4' => '100',
12595   'p5' => '0',
12596   'p6' => '0',
12597   'p7' => '0',
12598   'p8' => '0',
12599   'p9' => '0',
12600   'updated' => '0',
12601 ))
12602 ->values(array(
12603   'menu_name' => 'management',
12604   'mlid' => '101',
12605   'plid' => '33',
12606   'link_path' => 'admin/config/content/formats',
12607   'router_path' => 'admin/config/content/formats',
12608   'link_title' => 'Text formats',
12609   '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.";}}',
12610   'module' => 'system',
12611   'hidden' => '0',
12612   'external' => '0',
12613   'has_children' => '1',
12614   'expanded' => '0',
12615   'weight' => '0',
12616   'depth' => '4',
12617   'customized' => '0',
12618   'p1' => '1',
12619   'p2' => '8',
12620   'p3' => '33',
12621   'p4' => '101',
12622   'p5' => '0',
12623   'p6' => '0',
12624   'p7' => '0',
12625   'p8' => '0',
12626   'p9' => '0',
12627   'updated' => '0',
12628 ))
12629 ->values(array(
12630   'menu_name' => 'management',
12631   'mlid' => '102',
12632   'plid' => '30',
12633   'link_path' => 'admin/content/comment/approval',
12634   'router_path' => 'admin/content/comment/approval',
12635   'link_title' => 'Unapproved comments',
12636   'options' => 'a:0:{}',
12637   'module' => 'system',
12638   'hidden' => '-1',
12639   'external' => '0',
12640   'has_children' => '0',
12641   'expanded' => '0',
12642   'weight' => '0',
12643   'depth' => '4',
12644   'customized' => '0',
12645   'p1' => '1',
12646   'p2' => '9',
12647   'p3' => '30',
12648   'p4' => '102',
12649   'p5' => '0',
12650   'p6' => '0',
12651   'p7' => '0',
12652   'p8' => '0',
12653   'p9' => '0',
12654   'updated' => '0',
12655 ))
12656 ->values(array(
12657   'menu_name' => 'management',
12658   'mlid' => '103',
12659   'plid' => '56',
12660   'link_path' => 'admin/modules/uninstall/confirm',
12661   'router_path' => 'admin/modules/uninstall/confirm',
12662   'link_title' => 'Uninstall',
12663   'options' => 'a:0:{}',
12664   'module' => 'system',
12665   'hidden' => '-1',
12666   'external' => '0',
12667   'has_children' => '0',
12668   'expanded' => '0',
12669   'weight' => '0',
12670   'depth' => '4',
12671   'customized' => '0',
12672   'p1' => '1',
12673   'p2' => '15',
12674   'p3' => '56',
12675   'p4' => '103',
12676   'p5' => '0',
12677   'p6' => '0',
12678   'p7' => '0',
12679   'p8' => '0',
12680   'p9' => '0',
12681   'updated' => '0',
12682 ))
12683 ->values(array(
12684   'menu_name' => 'navigation',
12685   'mlid' => '104',
12686   'plid' => '38',
12687   'link_path' => 'user/%/edit/account',
12688   'router_path' => 'user/%/edit/account',
12689   'link_title' => 'Account',
12690   'options' => 'a:0:{}',
12691   'module' => 'system',
12692   'hidden' => '-1',
12693   'external' => '0',
12694   'has_children' => '0',
12695   'expanded' => '0',
12696   'weight' => '0',
12697   'depth' => '3',
12698   'customized' => '0',
12699   'p1' => '16',
12700   'p2' => '38',
12701   'p3' => '104',
12702   'p4' => '0',
12703   'p5' => '0',
12704   'p6' => '0',
12705   'p7' => '0',
12706   'p8' => '0',
12707   'p9' => '0',
12708   'updated' => '0',
12709 ))
12710 ->values(array(
12711   'menu_name' => 'management',
12712   'mlid' => '105',
12713   'plid' => '101',
12714   'link_path' => 'admin/config/content/formats/%',
12715   'router_path' => 'admin/config/content/formats/%',
12716   'link_title' => '',
12717   'options' => 'a:0:{}',
12718   'module' => 'system',
12719   'hidden' => '0',
12720   'external' => '0',
12721   'has_children' => '1',
12722   'expanded' => '0',
12723   'weight' => '0',
12724   'depth' => '5',
12725   'customized' => '0',
12726   'p1' => '1',
12727   'p2' => '8',
12728   'p3' => '33',
12729   'p4' => '101',
12730   'p5' => '105',
12731   'p6' => '0',
12732   'p7' => '0',
12733   'p8' => '0',
12734   'p9' => '0',
12735   'updated' => '0',
12736 ))
12737 ->values(array(
12738   'menu_name' => 'management',
12739   'mlid' => '110',
12740   'plid' => '101',
12741   'link_path' => 'admin/config/content/formats/add',
12742   'router_path' => 'admin/config/content/formats/add',
12743   'link_title' => 'Add text format',
12744   'options' => 'a:0:{}',
12745   'module' => 'system',
12746   'hidden' => '-1',
12747   'external' => '0',
12748   'has_children' => '0',
12749   'expanded' => '0',
12750   'weight' => '1',
12751   'depth' => '5',
12752   'customized' => '0',
12753   'p1' => '1',
12754   'p2' => '8',
12755   'p3' => '33',
12756   'p4' => '101',
12757   'p5' => '110',
12758   'p6' => '0',
12759   'p7' => '0',
12760   'p8' => '0',
12761   'p9' => '0',
12762   'updated' => '0',
12763 ))
12764 ->values(array(
12765   'menu_name' => 'management',
12766   'mlid' => '111',
12767   'plid' => '28',
12768   'link_path' => 'admin/structure/block/list/bartik',
12769   'router_path' => 'admin/structure/block/list/bartik',
12770   'link_title' => 'Bartik',
12771   'options' => 'a:0:{}',
12772   'module' => 'system',
12773   'hidden' => '-1',
12774   'external' => '0',
12775   'has_children' => '0',
12776   'expanded' => '0',
12777   'weight' => '-10',
12778   'depth' => '4',
12779   'customized' => '0',
12780   'p1' => '1',
12781   'p2' => '20',
12782   'p3' => '28',
12783   'p4' => '111',
12784   'p5' => '0',
12785   'p6' => '0',
12786   'p7' => '0',
12787   'p8' => '0',
12788   'p9' => '0',
12789   'updated' => '0',
12790 ))
12791 ->values(array(
12792   'menu_name' => 'management',
12793   'mlid' => '112',
12794   'plid' => '67',
12795   'link_path' => 'admin/config/system/actions/configure',
12796   'router_path' => 'admin/config/system/actions/configure',
12797   'link_title' => 'Configure an advanced action',
12798   'options' => 'a:0:{}',
12799   'module' => 'system',
12800   'hidden' => '-1',
12801   'external' => '0',
12802   'has_children' => '0',
12803   'expanded' => '0',
12804   'weight' => '0',
12805   'depth' => '5',
12806   'customized' => '0',
12807   'p1' => '1',
12808   'p2' => '8',
12809   'p3' => '53',
12810   'p4' => '67',
12811   'p5' => '112',
12812   'p6' => '0',
12813   'p7' => '0',
12814   'p8' => '0',
12815   'p9' => '0',
12816   'updated' => '0',
12817 ))
12818 ->values(array(
12819   'menu_name' => 'management',
12820   'mlid' => '113',
12821   'plid' => '44',
12822   'link_path' => 'admin/structure/menu/manage/%',
12823   'router_path' => 'admin/structure/menu/manage/%',
12824   'link_title' => 'Customize menu',
12825   'options' => 'a:0:{}',
12826   'module' => 'system',
12827   'hidden' => '0',
12828   'external' => '0',
12829   'has_children' => '1',
12830   'expanded' => '0',
12831   'weight' => '0',
12832   'depth' => '4',
12833   'customized' => '0',
12834   'p1' => '1',
12835   'p2' => '20',
12836   'p3' => '44',
12837   'p4' => '113',
12838   'p5' => '0',
12839   'p6' => '0',
12840   'p7' => '0',
12841   'p8' => '0',
12842   'p9' => '0',
12843   'updated' => '0',
12844 ))
12845 ->values(array(
12846   'menu_name' => 'management',
12847   'mlid' => '114',
12848   'plid' => '34',
12849   'link_path' => 'admin/structure/types/manage/%',
12850   'router_path' => 'admin/structure/types/manage/%',
12851   'link_title' => 'Edit content type',
12852   'options' => 'a:0:{}',
12853   'module' => 'system',
12854   'hidden' => '0',
12855   'external' => '0',
12856   'has_children' => '1',
12857   'expanded' => '0',
12858   'weight' => '0',
12859   'depth' => '4',
12860   'customized' => '0',
12861   'p1' => '1',
12862   'p2' => '20',
12863   'p3' => '34',
12864   'p4' => '114',
12865   'p5' => '0',
12866   'p6' => '0',
12867   'p7' => '0',
12868   'p8' => '0',
12869   'p9' => '0',
12870   'updated' => '0',
12871 ))
12872 ->values(array(
12873   'menu_name' => 'management',
12874   'mlid' => '116',
12875   'plid' => '74',
12876   'link_path' => 'admin/config/regional/date-time/formats',
12877   'router_path' => 'admin/config/regional/date-time/formats',
12878   'link_title' => 'Formats',
12879   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:51:"Configure display format strings for date and time.";}}',
12880   'module' => 'system',
12881   'hidden' => '-1',
12882   'external' => '0',
12883   'has_children' => '1',
12884   'expanded' => '0',
12885   'weight' => '-9',
12886   'depth' => '5',
12887   'customized' => '0',
12888   'p1' => '1',
12889   'p2' => '8',
12890   'p3' => '48',
12891   'p4' => '74',
12892   'p5' => '116',
12893   'p6' => '0',
12894   'p7' => '0',
12895   'p8' => '0',
12896   'p9' => '0',
12897   'updated' => '0',
12898 ))
12899 ->values(array(
12900   'menu_name' => 'management',
12901   'mlid' => '117',
12902   'plid' => '28',
12903   'link_path' => 'admin/structure/block/list/garland',
12904   'router_path' => 'admin/structure/block/list/garland',
12905   'link_title' => 'Garland',
12906   'options' => 'a:0:{}',
12907   'module' => 'system',
12908   'hidden' => '-1',
12909   'external' => '0',
12910   'has_children' => '0',
12911   'expanded' => '0',
12912   'weight' => '0',
12913   'depth' => '4',
12914   'customized' => '0',
12915   'p1' => '1',
12916   'p2' => '20',
12917   'p3' => '28',
12918   'p4' => '117',
12919   'p5' => '0',
12920   'p6' => '0',
12921   'p7' => '0',
12922   'p8' => '0',
12923   'p9' => '0',
12924   'updated' => '0',
12925 ))
12926 ->values(array(
12927   'menu_name' => 'management',
12928   'mlid' => '118',
12929   'plid' => '101',
12930   'link_path' => 'admin/config/content/formats/list',
12931   'router_path' => 'admin/config/content/formats/list',
12932   'link_title' => 'List',
12933   'options' => 'a:0:{}',
12934   'module' => 'system',
12935   'hidden' => '-1',
12936   'external' => '0',
12937   'has_children' => '0',
12938   'expanded' => '0',
12939   'weight' => '0',
12940   'depth' => '5',
12941   'customized' => '0',
12942   'p1' => '1',
12943   'p2' => '8',
12944   'p3' => '33',
12945   'p4' => '101',
12946   'p5' => '118',
12947   'p6' => '0',
12948   'p7' => '0',
12949   'p8' => '0',
12950   'p9' => '0',
12951   'updated' => '0',
12952 ))
12953 ->values(array(
12954   'menu_name' => 'management',
12955   'mlid' => '119',
12956   'plid' => '67',
12957   'link_path' => 'admin/config/system/actions/manage',
12958   'router_path' => 'admin/config/system/actions/manage',
12959   'link_title' => 'Manage actions',
12960   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
12961   'module' => 'system',
12962   'hidden' => '-1',
12963   'external' => '0',
12964   'has_children' => '0',
12965   'expanded' => '0',
12966   'weight' => '-2',
12967   'depth' => '5',
12968   'customized' => '0',
12969   'p1' => '1',
12970   'p2' => '8',
12971   'p3' => '53',
12972   'p4' => '67',
12973   'p5' => '119',
12974   'p6' => '0',
12975   'p7' => '0',
12976   'p8' => '0',
12977   'p9' => '0',
12978   'updated' => '0',
12979 ))
12980 ->values(array(
12981   'menu_name' => 'management',
12982   'mlid' => '124',
12983   'plid' => '66',
12984   'link_path' => 'admin/config/people/accounts/settings',
12985   'router_path' => 'admin/config/people/accounts/settings',
12986   'link_title' => 'Settings',
12987   'options' => 'a:0:{}',
12988   'module' => 'system',
12989   'hidden' => '-1',
12990   'external' => '0',
12991   'has_children' => '0',
12992   'expanded' => '0',
12993   'weight' => '-10',
12994   'depth' => '5',
12995   'customized' => '0',
12996   'p1' => '1',
12997   'p2' => '8',
12998   'p3' => '45',
12999   'p4' => '66',
13000   'p5' => '124',
13001   'p6' => '0',
13002   'p7' => '0',
13003   'p8' => '0',
13004   'p9' => '0',
13005   'updated' => '0',
13006 ))
13007 ->values(array(
13008   'menu_name' => 'management',
13009   'mlid' => '125',
13010   'plid' => '28',
13011   'link_path' => 'admin/structure/block/list/seven',
13012   'router_path' => 'admin/structure/block/list/seven',
13013   'link_title' => 'Seven',
13014   'options' => 'a:0:{}',
13015   'module' => 'system',
13016   'hidden' => '-1',
13017   'external' => '0',
13018   'has_children' => '0',
13019   'expanded' => '0',
13020   'weight' => '0',
13021   'depth' => '4',
13022   'customized' => '0',
13023   'p1' => '1',
13024   'p2' => '20',
13025   'p3' => '28',
13026   'p4' => '125',
13027   'p5' => '0',
13028   'p6' => '0',
13029   'p7' => '0',
13030   'p8' => '0',
13031   'p9' => '0',
13032   'updated' => '0',
13033 ))
13034 ->values(array(
13035   'menu_name' => 'management',
13036   'mlid' => '126',
13037   'plid' => '28',
13038   'link_path' => 'admin/structure/block/list/stark',
13039   'router_path' => 'admin/structure/block/list/stark',
13040   'link_title' => 'Stark',
13041   'options' => 'a:0:{}',
13042   'module' => 'system',
13043   'hidden' => '-1',
13044   'external' => '0',
13045   'has_children' => '0',
13046   'expanded' => '0',
13047   'weight' => '0',
13048   'depth' => '4',
13049   'customized' => '0',
13050   'p1' => '1',
13051   'p2' => '20',
13052   'p3' => '28',
13053   'p4' => '126',
13054   'p5' => '0',
13055   'p6' => '0',
13056   'p7' => '0',
13057   'p8' => '0',
13058   'p9' => '0',
13059   'updated' => '0',
13060 ))
13061 ->values(array(
13062   'menu_name' => 'management',
13063   'mlid' => '127',
13064   'plid' => '74',
13065   'link_path' => 'admin/config/regional/date-time/types',
13066   'router_path' => 'admin/config/regional/date-time/types',
13067   'link_title' => 'Types',
13068   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
13069   'module' => 'system',
13070   'hidden' => '-1',
13071   'external' => '0',
13072   'has_children' => '1',
13073   'expanded' => '0',
13074   'weight' => '-10',
13075   'depth' => '5',
13076   'customized' => '0',
13077   'p1' => '1',
13078   'p2' => '8',
13079   'p3' => '48',
13080   'p4' => '74',
13081   'p5' => '127',
13082   'p6' => '0',
13083   'p7' => '0',
13084   'p8' => '0',
13085   'p9' => '0',
13086   'updated' => '0',
13087 ))
13088 ->values(array(
13089   'menu_name' => 'navigation',
13090   'mlid' => '128',
13091   'plid' => '49',
13092   'link_path' => 'node/%/revisions/%/delete',
13093   'router_path' => 'node/%/revisions/%/delete',
13094   'link_title' => 'Delete earlier revision',
13095   'options' => 'a:0:{}',
13096   'module' => 'system',
13097   'hidden' => '0',
13098   'external' => '0',
13099   'has_children' => '0',
13100   'expanded' => '0',
13101   'weight' => '0',
13102   'depth' => '3',
13103   'customized' => '0',
13104   'p1' => '5',
13105   'p2' => '49',
13106   'p3' => '128',
13107   'p4' => '0',
13108   'p5' => '0',
13109   'p6' => '0',
13110   'p7' => '0',
13111   'p8' => '0',
13112   'p9' => '0',
13113   'updated' => '0',
13114 ))
13115 ->values(array(
13116   'menu_name' => 'navigation',
13117   'mlid' => '129',
13118   'plid' => '49',
13119   'link_path' => 'node/%/revisions/%/revert',
13120   'router_path' => 'node/%/revisions/%/revert',
13121   'link_title' => 'Revert to earlier revision',
13122   'options' => 'a:0:{}',
13123   'module' => 'system',
13124   'hidden' => '0',
13125   'external' => '0',
13126   'has_children' => '0',
13127   'expanded' => '0',
13128   'weight' => '0',
13129   'depth' => '3',
13130   'customized' => '0',
13131   'p1' => '5',
13132   'p2' => '49',
13133   'p3' => '129',
13134   'p4' => '0',
13135   'p5' => '0',
13136   'p6' => '0',
13137   'p7' => '0',
13138   'p8' => '0',
13139   'p9' => '0',
13140   'updated' => '0',
13141 ))
13142 ->values(array(
13143   'menu_name' => 'navigation',
13144   'mlid' => '130',
13145   'plid' => '49',
13146   'link_path' => 'node/%/revisions/%/view',
13147   'router_path' => 'node/%/revisions/%/view',
13148   'link_title' => 'Revisions',
13149   'options' => 'a:0:{}',
13150   'module' => 'system',
13151   'hidden' => '0',
13152   'external' => '0',
13153   'has_children' => '0',
13154   'expanded' => '0',
13155   'weight' => '0',
13156   'depth' => '3',
13157   'customized' => '0',
13158   'p1' => '5',
13159   'p2' => '49',
13160   'p3' => '130',
13161   'p4' => '0',
13162   'p5' => '0',
13163   'p6' => '0',
13164   'p7' => '0',
13165   'p8' => '0',
13166   'p9' => '0',
13167   'updated' => '0',
13168 ))
13169 ->values(array(
13170   'menu_name' => 'management',
13171   'mlid' => '136',
13172   'plid' => '117',
13173   'link_path' => 'admin/structure/block/list/garland/add',
13174   'router_path' => 'admin/structure/block/list/garland/add',
13175   'link_title' => 'Add block',
13176   'options' => 'a:0:{}',
13177   'module' => 'system',
13178   'hidden' => '-1',
13179   'external' => '0',
13180   'has_children' => '0',
13181   'expanded' => '0',
13182   'weight' => '0',
13183   'depth' => '5',
13184   'customized' => '0',
13185   'p1' => '1',
13186   'p2' => '20',
13187   'p3' => '28',
13188   'p4' => '117',
13189   'p5' => '136',
13190   'p6' => '0',
13191   'p7' => '0',
13192   'p8' => '0',
13193   'p9' => '0',
13194   'updated' => '0',
13195 ))
13196 ->values(array(
13197   'menu_name' => 'management',
13198   'mlid' => '141',
13199   'plid' => '125',
13200   'link_path' => 'admin/structure/block/list/seven/add',
13201   'router_path' => 'admin/structure/block/list/seven/add',
13202   'link_title' => 'Add block',
13203   'options' => 'a:0:{}',
13204   'module' => 'system',
13205   'hidden' => '-1',
13206   'external' => '0',
13207   'has_children' => '0',
13208   'expanded' => '0',
13209   'weight' => '0',
13210   'depth' => '5',
13211   'customized' => '0',
13212   'p1' => '1',
13213   'p2' => '20',
13214   'p3' => '28',
13215   'p4' => '125',
13216   'p5' => '141',
13217   'p6' => '0',
13218   'p7' => '0',
13219   'p8' => '0',
13220   'p9' => '0',
13221   'updated' => '0',
13222 ))
13223 ->values(array(
13224   'menu_name' => 'management',
13225   'mlid' => '142',
13226   'plid' => '126',
13227   'link_path' => 'admin/structure/block/list/stark/add',
13228   'router_path' => 'admin/structure/block/list/stark/add',
13229   'link_title' => 'Add block',
13230   'options' => 'a:0:{}',
13231   'module' => 'system',
13232   'hidden' => '-1',
13233   'external' => '0',
13234   'has_children' => '0',
13235   'expanded' => '0',
13236   'weight' => '0',
13237   'depth' => '5',
13238   'customized' => '0',
13239   'p1' => '1',
13240   'p2' => '20',
13241   'p3' => '28',
13242   'p4' => '126',
13243   'p5' => '142',
13244   'p6' => '0',
13245   'p7' => '0',
13246   'p8' => '0',
13247   'p9' => '0',
13248   'updated' => '0',
13249 ))
13250 ->values(array(
13251   'menu_name' => 'management',
13252   'mlid' => '143',
13253   'plid' => '127',
13254   'link_path' => 'admin/config/regional/date-time/types/add',
13255   'router_path' => 'admin/config/regional/date-time/types/add',
13256   'link_title' => 'Add date type',
13257   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Add new date type.";}}',
13258   'module' => 'system',
13259   'hidden' => '-1',
13260   'external' => '0',
13261   'has_children' => '0',
13262   'expanded' => '0',
13263   'weight' => '-10',
13264   'depth' => '6',
13265   'customized' => '0',
13266   'p1' => '1',
13267   'p2' => '8',
13268   'p3' => '48',
13269   'p4' => '74',
13270   'p5' => '127',
13271   'p6' => '143',
13272   'p7' => '0',
13273   'p8' => '0',
13274   'p9' => '0',
13275   'updated' => '0',
13276 ))
13277 ->values(array(
13278   'menu_name' => 'management',
13279   'mlid' => '144',
13280   'plid' => '116',
13281   'link_path' => 'admin/config/regional/date-time/formats/add',
13282   'router_path' => 'admin/config/regional/date-time/formats/add',
13283   'link_title' => 'Add format',
13284   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Allow users to add additional date formats.";}}',
13285   'module' => 'system',
13286   'hidden' => '-1',
13287   'external' => '0',
13288   'has_children' => '0',
13289   'expanded' => '0',
13290   'weight' => '-10',
13291   'depth' => '6',
13292   'customized' => '0',
13293   'p1' => '1',
13294   'p2' => '8',
13295   'p3' => '48',
13296   'p4' => '74',
13297   'p5' => '116',
13298   'p6' => '144',
13299   'p7' => '0',
13300   'p8' => '0',
13301   'p9' => '0',
13302   'updated' => '0',
13303 ))
13304 ->values(array(
13305   'menu_name' => 'management',
13306   'mlid' => '145',
13307   'plid' => '113',
13308   'link_path' => 'admin/structure/menu/manage/%/add',
13309   'router_path' => 'admin/structure/menu/manage/%/add',
13310   'link_title' => 'Add link',
13311   'options' => 'a:0:{}',
13312   'module' => 'system',
13313   'hidden' => '-1',
13314   'external' => '0',
13315   'has_children' => '0',
13316   'expanded' => '0',
13317   'weight' => '0',
13318   'depth' => '5',
13319   'customized' => '0',
13320   'p1' => '1',
13321   'p2' => '20',
13322   'p3' => '44',
13323   'p4' => '113',
13324   'p5' => '145',
13325   'p6' => '0',
13326   'p7' => '0',
13327   'p8' => '0',
13328   'p9' => '0',
13329   'updated' => '0',
13330 ))
13331 ->values(array(
13332   'menu_name' => 'management',
13333   'mlid' => '146',
13334   'plid' => '28',
13335   'link_path' => 'admin/structure/block/manage/%/%',
13336   'router_path' => 'admin/structure/block/manage/%/%',
13337   'link_title' => 'Configure block',
13338   'options' => 'a:0:{}',
13339   'module' => 'system',
13340   'hidden' => '0',
13341   'external' => '0',
13342   'has_children' => '0',
13343   'expanded' => '0',
13344   'weight' => '0',
13345   'depth' => '4',
13346   'customized' => '0',
13347   'p1' => '1',
13348   'p2' => '20',
13349   'p3' => '28',
13350   'p4' => '146',
13351   'p5' => '0',
13352   'p6' => '0',
13353   'p7' => '0',
13354   'p8' => '0',
13355   'p9' => '0',
13356   'updated' => '0',
13357 ))
13358 ->values(array(
13359   'menu_name' => 'navigation',
13360   'mlid' => '147',
13361   'plid' => '29',
13362   'link_path' => 'user/%/cancel/confirm/%/%',
13363   'router_path' => 'user/%/cancel/confirm/%/%',
13364   'link_title' => 'Confirm account cancellation',
13365   'options' => 'a:0:{}',
13366   'module' => 'system',
13367   'hidden' => '0',
13368   'external' => '0',
13369   'has_children' => '0',
13370   'expanded' => '0',
13371   'weight' => '0',
13372   'depth' => '3',
13373   'customized' => '0',
13374   'p1' => '16',
13375   'p2' => '29',
13376   'p3' => '147',
13377   'p4' => '0',
13378   'p5' => '0',
13379   'p6' => '0',
13380   'p7' => '0',
13381   'p8' => '0',
13382   'p9' => '0',
13383   'updated' => '0',
13384 ))
13385 ->values(array(
13386   'menu_name' => 'management',
13387   'mlid' => '148',
13388   'plid' => '114',
13389   'link_path' => 'admin/structure/types/manage/%/delete',
13390   'router_path' => 'admin/structure/types/manage/%/delete',
13391   'link_title' => 'Delete',
13392   'options' => 'a:0:{}',
13393   'module' => 'system',
13394   'hidden' => '0',
13395   'external' => '0',
13396   'has_children' => '0',
13397   'expanded' => '0',
13398   'weight' => '0',
13399   'depth' => '5',
13400   'customized' => '0',
13401   'p1' => '1',
13402   'p2' => '20',
13403   'p3' => '34',
13404   'p4' => '114',
13405   'p5' => '148',
13406   'p6' => '0',
13407   'p7' => '0',
13408   'p8' => '0',
13409   'p9' => '0',
13410   'updated' => '0',
13411 ))
13412 ->values(array(
13413   'menu_name' => 'management',
13414   'mlid' => '149',
13415   'plid' => '80',
13416   'link_path' => 'admin/config/people/ip-blocking/delete/%',
13417   'router_path' => 'admin/config/people/ip-blocking/delete/%',
13418   'link_title' => 'Delete IP address',
13419   'options' => 'a:0:{}',
13420   'module' => 'system',
13421   'hidden' => '0',
13422   'external' => '0',
13423   'has_children' => '0',
13424   'expanded' => '0',
13425   'weight' => '0',
13426   'depth' => '5',
13427   'customized' => '0',
13428   'p1' => '1',
13429   'p2' => '8',
13430   'p3' => '45',
13431   'p4' => '80',
13432   'p5' => '149',
13433   'p6' => '0',
13434   'p7' => '0',
13435   'p8' => '0',
13436   'p9' => '0',
13437   'updated' => '0',
13438 ))
13439 ->values(array(
13440   'menu_name' => 'management',
13441   'mlid' => '150',
13442   'plid' => '67',
13443   'link_path' => 'admin/config/system/actions/delete/%',
13444   'router_path' => 'admin/config/system/actions/delete/%',
13445   'link_title' => 'Delete action',
13446   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:17:"Delete an action.";}}',
13447   'module' => 'system',
13448   'hidden' => '0',
13449   'external' => '0',
13450   'has_children' => '0',
13451   'expanded' => '0',
13452   'weight' => '0',
13453   'depth' => '5',
13454   'customized' => '0',
13455   'p1' => '1',
13456   'p2' => '8',
13457   'p3' => '53',
13458   'p4' => '67',
13459   'p5' => '150',
13460   'p6' => '0',
13461   'p7' => '0',
13462   'p8' => '0',
13463   'p9' => '0',
13464   'updated' => '0',
13465 ))
13466 ->values(array(
13467   'menu_name' => 'management',
13468   'mlid' => '151',
13469   'plid' => '113',
13470   'link_path' => 'admin/structure/menu/manage/%/delete',
13471   'router_path' => 'admin/structure/menu/manage/%/delete',
13472   'link_title' => 'Delete menu',
13473   'options' => 'a:0:{}',
13474   'module' => 'system',
13475   'hidden' => '0',
13476   'external' => '0',
13477   'has_children' => '0',
13478   'expanded' => '0',
13479   'weight' => '0',
13480   'depth' => '5',
13481   'customized' => '0',
13482   'p1' => '1',
13483   'p2' => '20',
13484   'p3' => '44',
13485   'p4' => '113',
13486   'p5' => '151',
13487   'p6' => '0',
13488   'p7' => '0',
13489   'p8' => '0',
13490   'p9' => '0',
13491   'updated' => '0',
13492 ))
13493 ->values(array(
13494   'menu_name' => 'management',
13495   'mlid' => '152',
13496   'plid' => '44',
13497   'link_path' => 'admin/structure/menu/item/%/delete',
13498   'router_path' => 'admin/structure/menu/item/%/delete',
13499   'link_title' => 'Delete menu link',
13500   'options' => 'a:0:{}',
13501   'module' => 'system',
13502   'hidden' => '0',
13503   'external' => '0',
13504   'has_children' => '0',
13505   'expanded' => '0',
13506   'weight' => '0',
13507   'depth' => '4',
13508   'customized' => '0',
13509   'p1' => '1',
13510   'p2' => '20',
13511   'p3' => '44',
13512   'p4' => '152',
13513   'p5' => '0',
13514   'p6' => '0',
13515   'p7' => '0',
13516   'p8' => '0',
13517   'p9' => '0',
13518   'updated' => '0',
13519 ))
13520 ->values(array(
13521   'menu_name' => 'management',
13522   'mlid' => '153',
13523   'plid' => '96',
13524   'link_path' => 'admin/people/permissions/roles/delete/%',
13525   'router_path' => 'admin/people/permissions/roles/delete/%',
13526   'link_title' => 'Delete role',
13527   'options' => 'a:0:{}',
13528   'module' => 'system',
13529   'hidden' => '0',
13530   'external' => '0',
13531   'has_children' => '0',
13532   'expanded' => '0',
13533   'weight' => '0',
13534   'depth' => '5',
13535   'customized' => '0',
13536   'p1' => '1',
13537   'p2' => '17',
13538   'p3' => '46',
13539   'p4' => '96',
13540   'p5' => '153',
13541   'p6' => '0',
13542   'p7' => '0',
13543   'p8' => '0',
13544   'p9' => '0',
13545   'updated' => '0',
13546 ))
13547 ->values(array(
13548   'menu_name' => 'management',
13549   'mlid' => '154',
13550   'plid' => '105',
13551   'link_path' => 'admin/config/content/formats/%/disable',
13552   'router_path' => 'admin/config/content/formats/%/disable',
13553   'link_title' => 'Disable text format',
13554   'options' => 'a:0:{}',
13555   'module' => 'system',
13556   'hidden' => '0',
13557   'external' => '0',
13558   'has_children' => '0',
13559   'expanded' => '0',
13560   'weight' => '0',
13561   'depth' => '6',
13562   'customized' => '0',
13563   'p1' => '1',
13564   'p2' => '8',
13565   'p3' => '33',
13566   'p4' => '101',
13567   'p5' => '105',
13568   'p6' => '154',
13569   'p7' => '0',
13570   'p8' => '0',
13571   'p9' => '0',
13572   'updated' => '0',
13573 ))
13574 ->values(array(
13575   'menu_name' => 'management',
13576   'mlid' => '155',
13577   'plid' => '114',
13578   'link_path' => 'admin/structure/types/manage/%/edit',
13579   'router_path' => 'admin/structure/types/manage/%/edit',
13580   'link_title' => 'Edit',
13581   'options' => 'a:0:{}',
13582   'module' => 'system',
13583   'hidden' => '-1',
13584   'external' => '0',
13585   'has_children' => '0',
13586   'expanded' => '0',
13587   'weight' => '0',
13588   'depth' => '5',
13589   'customized' => '0',
13590   'p1' => '1',
13591   'p2' => '20',
13592   'p3' => '34',
13593   'p4' => '114',
13594   'p5' => '155',
13595   'p6' => '0',
13596   'p7' => '0',
13597   'p8' => '0',
13598   'p9' => '0',
13599   'updated' => '0',
13600 ))
13601 ->values(array(
13602   'menu_name' => 'management',
13603   'mlid' => '156',
13604   'plid' => '113',
13605   'link_path' => 'admin/structure/menu/manage/%/edit',
13606   'router_path' => 'admin/structure/menu/manage/%/edit',
13607   'link_title' => 'Edit menu',
13608   'options' => 'a:0:{}',
13609   'module' => 'system',
13610   'hidden' => '-1',
13611   'external' => '0',
13612   'has_children' => '0',
13613   'expanded' => '0',
13614   'weight' => '0',
13615   'depth' => '5',
13616   'customized' => '0',
13617   'p1' => '1',
13618   'p2' => '20',
13619   'p3' => '44',
13620   'p4' => '113',
13621   'p5' => '156',
13622   'p6' => '0',
13623   'p7' => '0',
13624   'p8' => '0',
13625   'p9' => '0',
13626   'updated' => '0',
13627 ))
13628 ->values(array(
13629   'menu_name' => 'management',
13630   'mlid' => '157',
13631   'plid' => '44',
13632   'link_path' => 'admin/structure/menu/item/%/edit',
13633   'router_path' => 'admin/structure/menu/item/%/edit',
13634   'link_title' => 'Edit menu link',
13635   'options' => 'a:0:{}',
13636   'module' => 'system',
13637   'hidden' => '0',
13638   'external' => '0',
13639   'has_children' => '0',
13640   'expanded' => '0',
13641   'weight' => '0',
13642   'depth' => '4',
13643   'customized' => '0',
13644   'p1' => '1',
13645   'p2' => '20',
13646   'p3' => '44',
13647   'p4' => '157',
13648   'p5' => '0',
13649   'p6' => '0',
13650   'p7' => '0',
13651   'p8' => '0',
13652   'p9' => '0',
13653   'updated' => '0',
13654 ))
13655 ->values(array(
13656   'menu_name' => 'management',
13657   'mlid' => '158',
13658   'plid' => '96',
13659   'link_path' => 'admin/people/permissions/roles/edit/%',
13660   'router_path' => 'admin/people/permissions/roles/edit/%',
13661   'link_title' => 'Edit role',
13662   'options' => 'a:0:{}',
13663   'module' => 'system',
13664   'hidden' => '0',
13665   'external' => '0',
13666   'has_children' => '0',
13667   'expanded' => '0',
13668   'weight' => '0',
13669   'depth' => '5',
13670   'customized' => '0',
13671   'p1' => '1',
13672   'p2' => '17',
13673   'p3' => '46',
13674   'p4' => '96',
13675   'p5' => '158',
13676   'p6' => '0',
13677   'p7' => '0',
13678   'p8' => '0',
13679   'p9' => '0',
13680   'updated' => '0',
13681 ))
13682 ->values(array(
13683   'menu_name' => 'management',
13684   'mlid' => '159',
13685   'plid' => '113',
13686   'link_path' => 'admin/structure/menu/manage/%/list',
13687   'router_path' => 'admin/structure/menu/manage/%/list',
13688   'link_title' => 'List links',
13689   'options' => 'a:0:{}',
13690   'module' => 'system',
13691   'hidden' => '-1',
13692   'external' => '0',
13693   'has_children' => '0',
13694   'expanded' => '0',
13695   'weight' => '-10',
13696   'depth' => '5',
13697   'customized' => '0',
13698   'p1' => '1',
13699   'p2' => '20',
13700   'p3' => '44',
13701   'p4' => '113',
13702   'p5' => '159',
13703   'p6' => '0',
13704   'p7' => '0',
13705   'p8' => '0',
13706   'p9' => '0',
13707   'updated' => '0',
13708 ))
13709 ->values(array(
13710   'menu_name' => 'management',
13711   'mlid' => '160',
13712   'plid' => '44',
13713   'link_path' => 'admin/structure/menu/item/%/reset',
13714   'router_path' => 'admin/structure/menu/item/%/reset',
13715   'link_title' => 'Reset menu link',
13716   'options' => 'a:0:{}',
13717   'module' => 'system',
13718   'hidden' => '0',
13719   'external' => '0',
13720   'has_children' => '0',
13721   'expanded' => '0',
13722   'weight' => '0',
13723   'depth' => '4',
13724   'customized' => '0',
13725   'p1' => '1',
13726   'p2' => '20',
13727   'p3' => '44',
13728   'p4' => '160',
13729   'p5' => '0',
13730   'p6' => '0',
13731   'p7' => '0',
13732   'p8' => '0',
13733   'p9' => '0',
13734   'updated' => '0',
13735 ))
13736 ->values(array(
13737   'menu_name' => 'management',
13738   'mlid' => '161',
13739   'plid' => '114',
13740   'link_path' => 'admin/structure/types/manage/%/comment/display',
13741   'router_path' => 'admin/structure/types/manage/%/comment/display',
13742   'link_title' => 'Comment display',
13743   'options' => 'a:0:{}',
13744   'module' => 'system',
13745   'hidden' => '-1',
13746   'external' => '0',
13747   'has_children' => '0',
13748   'expanded' => '0',
13749   'weight' => '4',
13750   'depth' => '5',
13751   'customized' => '0',
13752   'p1' => '1',
13753   'p2' => '20',
13754   'p3' => '34',
13755   'p4' => '114',
13756   'p5' => '161',
13757   'p6' => '0',
13758   'p7' => '0',
13759   'p8' => '0',
13760   'p9' => '0',
13761   'updated' => '0',
13762 ))
13763 ->values(array(
13764   'menu_name' => 'management',
13765   'mlid' => '162',
13766   'plid' => '114',
13767   'link_path' => 'admin/structure/types/manage/%/comment/fields',
13768   'router_path' => 'admin/structure/types/manage/%/comment/fields',
13769   'link_title' => 'Comment fields',
13770   'options' => 'a:0:{}',
13771   'module' => 'system',
13772   'hidden' => '-1',
13773   'external' => '0',
13774   'has_children' => '1',
13775   'expanded' => '0',
13776   'weight' => '3',
13777   'depth' => '5',
13778   'customized' => '0',
13779   'p1' => '1',
13780   'p2' => '20',
13781   'p3' => '34',
13782   'p4' => '114',
13783   'p5' => '162',
13784   'p6' => '0',
13785   'p7' => '0',
13786   'p8' => '0',
13787   'p9' => '0',
13788   'updated' => '0',
13789 ))
13790 ->values(array(
13791   'menu_name' => 'management',
13792   'mlid' => '163',
13793   'plid' => '146',
13794   'link_path' => 'admin/structure/block/manage/%/%/configure',
13795   'router_path' => 'admin/structure/block/manage/%/%/configure',
13796   'link_title' => 'Configure block',
13797   'options' => 'a:0:{}',
13798   'module' => 'system',
13799   'hidden' => '-1',
13800   'external' => '0',
13801   'has_children' => '0',
13802   'expanded' => '0',
13803   'weight' => '0',
13804   'depth' => '5',
13805   'customized' => '0',
13806   'p1' => '1',
13807   'p2' => '20',
13808   'p3' => '28',
13809   'p4' => '146',
13810   'p5' => '163',
13811   'p6' => '0',
13812   'p7' => '0',
13813   'p8' => '0',
13814   'p9' => '0',
13815   'updated' => '0',
13816 ))
13817 ->values(array(
13818   'menu_name' => 'management',
13819   'mlid' => '164',
13820   'plid' => '146',
13821   'link_path' => 'admin/structure/block/manage/%/%/delete',
13822   'router_path' => 'admin/structure/block/manage/%/%/delete',
13823   'link_title' => 'Delete block',
13824   'options' => 'a:0:{}',
13825   'module' => 'system',
13826   'hidden' => '-1',
13827   'external' => '0',
13828   'has_children' => '0',
13829   'expanded' => '0',
13830   'weight' => '0',
13831   'depth' => '5',
13832   'customized' => '0',
13833   'p1' => '1',
13834   'p2' => '20',
13835   'p3' => '28',
13836   'p4' => '146',
13837   'p5' => '164',
13838   'p6' => '0',
13839   'p7' => '0',
13840   'p8' => '0',
13841   'p9' => '0',
13842   'updated' => '0',
13843 ))
13844 ->values(array(
13845   'menu_name' => 'management',
13846   'mlid' => '165',
13847   'plid' => '116',
13848   'link_path' => 'admin/config/regional/date-time/formats/%/delete',
13849   'router_path' => 'admin/config/regional/date-time/formats/%/delete',
13850   'link_title' => 'Delete date format',
13851   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Allow users to delete a configured date format.";}}',
13852   'module' => 'system',
13853   'hidden' => '0',
13854   'external' => '0',
13855   'has_children' => '0',
13856   'expanded' => '0',
13857   'weight' => '0',
13858   'depth' => '6',
13859   'customized' => '0',
13860   'p1' => '1',
13861   'p2' => '8',
13862   'p3' => '48',
13863   'p4' => '74',
13864   'p5' => '116',
13865   'p6' => '165',
13866   'p7' => '0',
13867   'p8' => '0',
13868   'p9' => '0',
13869   'updated' => '0',
13870 ))
13871 ->values(array(
13872   'menu_name' => 'management',
13873   'mlid' => '166',
13874   'plid' => '127',
13875   'link_path' => 'admin/config/regional/date-time/types/%/delete',
13876   'router_path' => 'admin/config/regional/date-time/types/%/delete',
13877   'link_title' => 'Delete date type',
13878   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to delete a configured date type.";}}',
13879   'module' => 'system',
13880   'hidden' => '0',
13881   'external' => '0',
13882   'has_children' => '0',
13883   'expanded' => '0',
13884   'weight' => '0',
13885   'depth' => '6',
13886   'customized' => '0',
13887   'p1' => '1',
13888   'p2' => '8',
13889   'p3' => '48',
13890   'p4' => '74',
13891   'p5' => '127',
13892   'p6' => '166',
13893   'p7' => '0',
13894   'p8' => '0',
13895   'p9' => '0',
13896   'updated' => '0',
13897 ))
13898 ->values(array(
13899   'menu_name' => 'management',
13900   'mlid' => '167',
13901   'plid' => '116',
13902   'link_path' => 'admin/config/regional/date-time/formats/%/edit',
13903   'router_path' => 'admin/config/regional/date-time/formats/%/edit',
13904   'link_title' => 'Edit date format',
13905   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to edit a configured date format.";}}',
13906   'module' => 'system',
13907   'hidden' => '0',
13908   'external' => '0',
13909   'has_children' => '0',
13910   'expanded' => '0',
13911   'weight' => '0',
13912   'depth' => '6',
13913   'customized' => '0',
13914   'p1' => '1',
13915   'p2' => '8',
13916   'p3' => '48',
13917   'p4' => '74',
13918   'p5' => '116',
13919   'p6' => '167',
13920   'p7' => '0',
13921   'p8' => '0',
13922   'p9' => '0',
13923   'updated' => '0',
13924 ))
13925 ->values(array(
13926   'menu_name' => 'management',
13927   'mlid' => '168',
13928   'plid' => '44',
13929   'link_path' => 'admin/structure/menu/manage/main-menu',
13930   'router_path' => 'admin/structure/menu/manage/%',
13931   'link_title' => 'Main menu',
13932   'options' => 'a:0:{}',
13933   'module' => 'menu',
13934   'hidden' => '0',
13935   'external' => '0',
13936   'has_children' => '0',
13937   'expanded' => '0',
13938   'weight' => '0',
13939   'depth' => '4',
13940   'customized' => '0',
13941   'p1' => '1',
13942   'p2' => '20',
13943   'p3' => '44',
13944   'p4' => '168',
13945   'p5' => '0',
13946   'p6' => '0',
13947   'p7' => '0',
13948   'p8' => '0',
13949   'p9' => '0',
13950   'updated' => '0',
13951 ))
13952 ->values(array(
13953   'menu_name' => 'management',
13954   'mlid' => '169',
13955   'plid' => '44',
13956   'link_path' => 'admin/structure/menu/manage/management',
13957   'router_path' => 'admin/structure/menu/manage/%',
13958   'link_title' => 'Management',
13959   'options' => 'a:0:{}',
13960   'module' => 'menu',
13961   'hidden' => '0',
13962   'external' => '0',
13963   'has_children' => '0',
13964   'expanded' => '0',
13965   'weight' => '0',
13966   'depth' => '4',
13967   'customized' => '0',
13968   'p1' => '1',
13969   'p2' => '20',
13970   'p3' => '44',
13971   'p4' => '169',
13972   'p5' => '0',
13973   'p6' => '0',
13974   'p7' => '0',
13975   'p8' => '0',
13976   'p9' => '0',
13977   'updated' => '0',
13978 ))
13979 ->values(array(
13980   'menu_name' => 'management',
13981   'mlid' => '170',
13982   'plid' => '44',
13983   'link_path' => 'admin/structure/menu/manage/navigation',
13984   'router_path' => 'admin/structure/menu/manage/%',
13985   'link_title' => 'Navigation',
13986   'options' => 'a:0:{}',
13987   'module' => 'menu',
13988   'hidden' => '0',
13989   'external' => '0',
13990   'has_children' => '0',
13991   'expanded' => '0',
13992   'weight' => '0',
13993   'depth' => '4',
13994   'customized' => '0',
13995   'p1' => '1',
13996   'p2' => '20',
13997   'p3' => '44',
13998   'p4' => '170',
13999   'p5' => '0',
14000   'p6' => '0',
14001   'p7' => '0',
14002   'p8' => '0',
14003   'p9' => '0',
14004   'updated' => '0',
14005 ))
14006 ->values(array(
14007   'menu_name' => 'management',
14008   'mlid' => '171',
14009   'plid' => '44',
14010   'link_path' => 'admin/structure/menu/manage/user-menu',
14011   'router_path' => 'admin/structure/menu/manage/%',
14012   'link_title' => 'User menu',
14013   'options' => 'a:0:{}',
14014   'module' => 'menu',
14015   'hidden' => '0',
14016   'external' => '0',
14017   'has_children' => '0',
14018   'expanded' => '0',
14019   'weight' => '0',
14020   'depth' => '4',
14021   'customized' => '0',
14022   'p1' => '1',
14023   'p2' => '20',
14024   'p3' => '44',
14025   'p4' => '171',
14026   'p5' => '0',
14027   'p6' => '0',
14028   'p7' => '0',
14029   'p8' => '0',
14030   'p9' => '0',
14031   'updated' => '0',
14032 ))
14033 ->values(array(
14034   'menu_name' => 'navigation',
14035   'mlid' => '172',
14036   'plid' => '0',
14037   'link_path' => 'search',
14038   'router_path' => 'search',
14039   'link_title' => 'Search',
14040   'options' => 'a:0:{}',
14041   'module' => 'system',
14042   'hidden' => '1',
14043   'external' => '0',
14044   'has_children' => '0',
14045   'expanded' => '0',
14046   'weight' => '0',
14047   'depth' => '1',
14048   'customized' => '0',
14049   'p1' => '172',
14050   'p2' => '0',
14051   'p3' => '0',
14052   'p4' => '0',
14053   'p5' => '0',
14054   'p6' => '0',
14055   'p7' => '0',
14056   'p8' => '0',
14057   'p9' => '0',
14058   'updated' => '0',
14059 ))
14060 ->values(array(
14061   'menu_name' => 'navigation',
14062   'mlid' => '173',
14063   'plid' => '172',
14064   'link_path' => 'search/node',
14065   'router_path' => 'search/node',
14066   'link_title' => 'Content',
14067   'options' => 'a:0:{}',
14068   'module' => 'system',
14069   'hidden' => '-1',
14070   'external' => '0',
14071   'has_children' => '0',
14072   'expanded' => '0',
14073   'weight' => '-10',
14074   'depth' => '2',
14075   'customized' => '0',
14076   'p1' => '172',
14077   'p2' => '173',
14078   'p3' => '0',
14079   'p4' => '0',
14080   'p5' => '0',
14081   'p6' => '0',
14082   'p7' => '0',
14083   'p8' => '0',
14084   'p9' => '0',
14085   'updated' => '0',
14086 ))
14087 ->values(array(
14088   'menu_name' => 'navigation',
14089   'mlid' => '174',
14090   'plid' => '172',
14091   'link_path' => 'search/user',
14092   'router_path' => 'search/user',
14093   'link_title' => 'Users',
14094   'options' => 'a:0:{}',
14095   'module' => 'system',
14096   'hidden' => '-1',
14097   'external' => '0',
14098   'has_children' => '0',
14099   'expanded' => '0',
14100   'weight' => '0',
14101   'depth' => '2',
14102   'customized' => '0',
14103   'p1' => '172',
14104   'p2' => '174',
14105   'p3' => '0',
14106   'p4' => '0',
14107   'p5' => '0',
14108   'p6' => '0',
14109   'p7' => '0',
14110   'p8' => '0',
14111   'p9' => '0',
14112   'updated' => '0',
14113 ))
14114 ->values(array(
14115   'menu_name' => 'management',
14116   'mlid' => '175',
14117   'plid' => '1',
14118   'link_path' => 'admin/help',
14119   'router_path' => 'admin/help',
14120   'link_title' => 'Help',
14121   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Reference for usage, configuration, and modules.";}}',
14122   'module' => 'system',
14123   'hidden' => '0',
14124   'external' => '0',
14125   'has_children' => '0',
14126   'expanded' => '0',
14127   'weight' => '9',
14128   'depth' => '2',
14129   'customized' => '0',
14130   'p1' => '1',
14131   'p2' => '175',
14132   'p3' => '0',
14133   'p4' => '0',
14134   'p5' => '0',
14135   'p6' => '0',
14136   'p7' => '0',
14137   'p8' => '0',
14138   'p9' => '0',
14139   'updated' => '0',
14140 ))
14141 ->values(array(
14142   'menu_name' => 'navigation',
14143   'mlid' => '176',
14144   'plid' => '0',
14145   'link_path' => 'taxonomy/term/%',
14146   'router_path' => 'taxonomy/term/%',
14147   'link_title' => 'Taxonomy term',
14148   'options' => 'a:0:{}',
14149   'module' => 'system',
14150   'hidden' => '0',
14151   'external' => '0',
14152   'has_children' => '0',
14153   'expanded' => '0',
14154   'weight' => '0',
14155   'depth' => '1',
14156   'customized' => '0',
14157   'p1' => '176',
14158   'p2' => '0',
14159   'p3' => '0',
14160   'p4' => '0',
14161   'p5' => '0',
14162   'p6' => '0',
14163   'p7' => '0',
14164   'p8' => '0',
14165   'p9' => '0',
14166   'updated' => '0',
14167 ))
14168 ->values(array(
14169   'menu_name' => 'navigation',
14170   'mlid' => '177',
14171   'plid' => '173',
14172   'link_path' => 'search/node/%',
14173   'router_path' => 'search/node/%',
14174   'link_title' => 'Content',
14175   'options' => 'a:0:{}',
14176   'module' => 'system',
14177   'hidden' => '-1',
14178   'external' => '0',
14179   'has_children' => '0',
14180   'expanded' => '0',
14181   'weight' => '0',
14182   'depth' => '3',
14183   'customized' => '0',
14184   'p1' => '172',
14185   'p2' => '173',
14186   'p3' => '177',
14187   'p4' => '0',
14188   'p5' => '0',
14189   'p6' => '0',
14190   'p7' => '0',
14191   'p8' => '0',
14192   'p9' => '0',
14193   'updated' => '0',
14194 ))
14195 ->values(array(
14196   'menu_name' => 'management',
14197   'mlid' => '178',
14198   'plid' => '18',
14199   'link_path' => 'admin/reports/fields',
14200   'router_path' => 'admin/reports/fields',
14201   'link_title' => 'Field list',
14202   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Overview of fields on all entity types.";}}',
14203   'module' => 'system',
14204   'hidden' => '0',
14205   'external' => '0',
14206   'has_children' => '0',
14207   'expanded' => '0',
14208   'weight' => '0',
14209   'depth' => '3',
14210   'customized' => '0',
14211   'p1' => '1',
14212   'p2' => '18',
14213   'p3' => '178',
14214   'p4' => '0',
14215   'p5' => '0',
14216   'p6' => '0',
14217   'p7' => '0',
14218   'p8' => '0',
14219   'p9' => '0',
14220   'updated' => '0',
14221 ))
14222 ->values(array(
14223   'menu_name' => 'navigation',
14224   'mlid' => '179',
14225   'plid' => '16',
14226   'link_path' => 'user/%/shortcuts',
14227   'router_path' => 'user/%/shortcuts',
14228   'link_title' => 'Shortcuts',
14229   'options' => 'a:0:{}',
14230   'module' => 'system',
14231   'hidden' => '-1',
14232   'external' => '0',
14233   'has_children' => '0',
14234   'expanded' => '0',
14235   'weight' => '0',
14236   'depth' => '2',
14237   'customized' => '0',
14238   'p1' => '16',
14239   'p2' => '179',
14240   'p3' => '0',
14241   'p4' => '0',
14242   'p5' => '0',
14243   'p6' => '0',
14244   'p7' => '0',
14245   'p8' => '0',
14246   'p9' => '0',
14247   'updated' => '0',
14248 ))
14249 ->values(array(
14250   'menu_name' => 'management',
14251   'mlid' => '180',
14252   'plid' => '20',
14253   'link_path' => 'admin/structure/taxonomy',
14254   'router_path' => 'admin/structure/taxonomy',
14255   'link_title' => 'Taxonomy',
14256   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Manage tagging, categorization, and classification of your content.";}}',
14257   'module' => 'system',
14258   'hidden' => '0',
14259   'external' => '0',
14260   'has_children' => '1',
14261   'expanded' => '0',
14262   'weight' => '0',
14263   'depth' => '3',
14264   'customized' => '0',
14265   'p1' => '1',
14266   'p2' => '20',
14267   'p3' => '180',
14268   'p4' => '0',
14269   'p5' => '0',
14270   'p6' => '0',
14271   'p7' => '0',
14272   'p8' => '0',
14273   'p9' => '0',
14274   'updated' => '0',
14275 ))
14276 ->values(array(
14277   'menu_name' => 'management',
14278   'mlid' => '181',
14279   'plid' => '18',
14280   'link_path' => 'admin/reports/search',
14281   'router_path' => 'admin/reports/search',
14282   'link_title' => 'Top search phrases',
14283   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"View most popular search phrases.";}}',
14284   'module' => 'system',
14285   'hidden' => '0',
14286   'external' => '0',
14287   'has_children' => '0',
14288   'expanded' => '0',
14289   'weight' => '0',
14290   'depth' => '3',
14291   'customized' => '0',
14292   'p1' => '1',
14293   'p2' => '18',
14294   'p3' => '181',
14295   'p4' => '0',
14296   'p5' => '0',
14297   'p6' => '0',
14298   'p7' => '0',
14299   'p8' => '0',
14300   'p9' => '0',
14301   'updated' => '0',
14302 ))
14303 ->values(array(
14304   'menu_name' => 'navigation',
14305   'mlid' => '182',
14306   'plid' => '174',
14307   'link_path' => 'search/user/%',
14308   'router_path' => 'search/user/%',
14309   'link_title' => 'Users',
14310   'options' => 'a:0:{}',
14311   'module' => 'system',
14312   'hidden' => '-1',
14313   'external' => '0',
14314   'has_children' => '0',
14315   'expanded' => '0',
14316   'weight' => '0',
14317   'depth' => '3',
14318   'customized' => '0',
14319   'p1' => '172',
14320   'p2' => '174',
14321   'p3' => '182',
14322   'p4' => '0',
14323   'p5' => '0',
14324   'p6' => '0',
14325   'p7' => '0',
14326   'p8' => '0',
14327   'p9' => '0',
14328   'updated' => '0',
14329 ))
14330 ->values(array(
14331   'menu_name' => 'management',
14332   'mlid' => '183',
14333   'plid' => '175',
14334   'link_path' => 'admin/help/block',
14335   'router_path' => 'admin/help/block',
14336   'link_title' => 'block',
14337   'options' => 'a:0:{}',
14338   'module' => 'system',
14339   'hidden' => '-1',
14340   'external' => '0',
14341   'has_children' => '0',
14342   'expanded' => '0',
14343   'weight' => '0',
14344   'depth' => '3',
14345   'customized' => '0',
14346   'p1' => '1',
14347   'p2' => '175',
14348   'p3' => '183',
14349   'p4' => '0',
14350   'p5' => '0',
14351   'p6' => '0',
14352   'p7' => '0',
14353   'p8' => '0',
14354   'p9' => '0',
14355   'updated' => '0',
14356 ))
14357 ->values(array(
14358   'menu_name' => 'management',
14359   'mlid' => '184',
14360   'plid' => '175',
14361   'link_path' => 'admin/help/color',
14362   'router_path' => 'admin/help/color',
14363   'link_title' => 'color',
14364   'options' => 'a:0:{}',
14365   'module' => 'system',
14366   'hidden' => '-1',
14367   'external' => '0',
14368   'has_children' => '0',
14369   'expanded' => '0',
14370   'weight' => '0',
14371   'depth' => '3',
14372   'customized' => '0',
14373   'p1' => '1',
14374   'p2' => '175',
14375   'p3' => '184',
14376   'p4' => '0',
14377   'p5' => '0',
14378   'p6' => '0',
14379   'p7' => '0',
14380   'p8' => '0',
14381   'p9' => '0',
14382   'updated' => '0',
14383 ))
14384 ->values(array(
14385   'menu_name' => 'management',
14386   'mlid' => '185',
14387   'plid' => '175',
14388   'link_path' => 'admin/help/comment',
14389   'router_path' => 'admin/help/comment',
14390   'link_title' => 'comment',
14391   'options' => 'a:0:{}',
14392   'module' => 'system',
14393   'hidden' => '-1',
14394   'external' => '0',
14395   'has_children' => '0',
14396   'expanded' => '0',
14397   'weight' => '0',
14398   'depth' => '3',
14399   'customized' => '0',
14400   'p1' => '1',
14401   'p2' => '175',
14402   'p3' => '185',
14403   'p4' => '0',
14404   'p5' => '0',
14405   'p6' => '0',
14406   'p7' => '0',
14407   'p8' => '0',
14408   'p9' => '0',
14409   'updated' => '0',
14410 ))
14411 ->values(array(
14412   'menu_name' => 'management',
14413   'mlid' => '186',
14414   'plid' => '175',
14415   'link_path' => 'admin/help/contextual',
14416   'router_path' => 'admin/help/contextual',
14417   'link_title' => 'contextual',
14418   'options' => 'a:0:{}',
14419   'module' => 'system',
14420   'hidden' => '-1',
14421   'external' => '0',
14422   'has_children' => '0',
14423   'expanded' => '0',
14424   'weight' => '0',
14425   'depth' => '3',
14426   'customized' => '0',
14427   'p1' => '1',
14428   'p2' => '175',
14429   'p3' => '186',
14430   'p4' => '0',
14431   'p5' => '0',
14432   'p6' => '0',
14433   'p7' => '0',
14434   'p8' => '0',
14435   'p9' => '0',
14436   'updated' => '0',
14437 ))
14438 ->values(array(
14439   'menu_name' => 'management',
14440   'mlid' => '188',
14441   'plid' => '175',
14442   'link_path' => 'admin/help/dblog',
14443   'router_path' => 'admin/help/dblog',
14444   'link_title' => 'dblog',
14445   'options' => 'a:0:{}',
14446   'module' => 'system',
14447   'hidden' => '-1',
14448   'external' => '0',
14449   'has_children' => '0',
14450   'expanded' => '0',
14451   'weight' => '0',
14452   'depth' => '3',
14453   'customized' => '0',
14454   'p1' => '1',
14455   'p2' => '175',
14456   'p3' => '188',
14457   'p4' => '0',
14458   'p5' => '0',
14459   'p6' => '0',
14460   'p7' => '0',
14461   'p8' => '0',
14462   'p9' => '0',
14463   'updated' => '0',
14464 ))
14465 ->values(array(
14466   'menu_name' => 'management',
14467   'mlid' => '189',
14468   'plid' => '175',
14469   'link_path' => 'admin/help/field',
14470   'router_path' => 'admin/help/field',
14471   'link_title' => 'field',
14472   'options' => 'a:0:{}',
14473   'module' => 'system',
14474   'hidden' => '-1',
14475   'external' => '0',
14476   'has_children' => '0',
14477   'expanded' => '0',
14478   'weight' => '0',
14479   'depth' => '3',
14480   'customized' => '0',
14481   'p1' => '1',
14482   'p2' => '175',
14483   'p3' => '189',
14484   'p4' => '0',
14485   'p5' => '0',
14486   'p6' => '0',
14487   'p7' => '0',
14488   'p8' => '0',
14489   'p9' => '0',
14490   'updated' => '0',
14491 ))
14492 ->values(array(
14493   'menu_name' => 'management',
14494   'mlid' => '190',
14495   'plid' => '175',
14496   'link_path' => 'admin/help/field_sql_storage',
14497   'router_path' => 'admin/help/field_sql_storage',
14498   'link_title' => 'field_sql_storage',
14499   'options' => 'a:0:{}',
14500   'module' => 'system',
14501   'hidden' => '-1',
14502   'external' => '0',
14503   'has_children' => '0',
14504   'expanded' => '0',
14505   'weight' => '0',
14506   'depth' => '3',
14507   'customized' => '0',
14508   'p1' => '1',
14509   'p2' => '175',
14510   'p3' => '190',
14511   'p4' => '0',
14512   'p5' => '0',
14513   'p6' => '0',
14514   'p7' => '0',
14515   'p8' => '0',
14516   'p9' => '0',
14517   'updated' => '0',
14518 ))
14519 ->values(array(
14520   'menu_name' => 'management',
14521   'mlid' => '191',
14522   'plid' => '175',
14523   'link_path' => 'admin/help/field_ui',
14524   'router_path' => 'admin/help/field_ui',
14525   'link_title' => 'field_ui',
14526   'options' => 'a:0:{}',
14527   'module' => 'system',
14528   'hidden' => '-1',
14529   'external' => '0',
14530   'has_children' => '0',
14531   'expanded' => '0',
14532   'weight' => '0',
14533   'depth' => '3',
14534   'customized' => '0',
14535   'p1' => '1',
14536   'p2' => '175',
14537   'p3' => '191',
14538   'p4' => '0',
14539   'p5' => '0',
14540   'p6' => '0',
14541   'p7' => '0',
14542   'p8' => '0',
14543   'p9' => '0',
14544   'updated' => '0',
14545 ))
14546 ->values(array(
14547   'menu_name' => 'management',
14548   'mlid' => '192',
14549   'plid' => '175',
14550   'link_path' => 'admin/help/file',
14551   'router_path' => 'admin/help/file',
14552   'link_title' => 'file',
14553   'options' => 'a:0:{}',
14554   'module' => 'system',
14555   'hidden' => '-1',
14556   'external' => '0',
14557   'has_children' => '0',
14558   'expanded' => '0',
14559   'weight' => '0',
14560   'depth' => '3',
14561   'customized' => '0',
14562   'p1' => '1',
14563   'p2' => '175',
14564   'p3' => '192',
14565   'p4' => '0',
14566   'p5' => '0',
14567   'p6' => '0',
14568   'p7' => '0',
14569   'p8' => '0',
14570   'p9' => '0',
14571   'updated' => '0',
14572 ))
14573 ->values(array(
14574   'menu_name' => 'management',
14575   'mlid' => '193',
14576   'plid' => '175',
14577   'link_path' => 'admin/help/filter',
14578   'router_path' => 'admin/help/filter',
14579   'link_title' => 'filter',
14580   'options' => 'a:0:{}',
14581   'module' => 'system',
14582   'hidden' => '-1',
14583   'external' => '0',
14584   'has_children' => '0',
14585   'expanded' => '0',
14586   'weight' => '0',
14587   'depth' => '3',
14588   'customized' => '0',
14589   'p1' => '1',
14590   'p2' => '175',
14591   'p3' => '193',
14592   'p4' => '0',
14593   'p5' => '0',
14594   'p6' => '0',
14595   'p7' => '0',
14596   'p8' => '0',
14597   'p9' => '0',
14598   'updated' => '0',
14599 ))
14600 ->values(array(
14601   'menu_name' => 'management',
14602   'mlid' => '194',
14603   'plid' => '175',
14604   'link_path' => 'admin/help/help',
14605   'router_path' => 'admin/help/help',
14606   'link_title' => 'help',
14607   'options' => 'a:0:{}',
14608   'module' => 'system',
14609   'hidden' => '-1',
14610   'external' => '0',
14611   'has_children' => '0',
14612   'expanded' => '0',
14613   'weight' => '0',
14614   'depth' => '3',
14615   'customized' => '0',
14616   'p1' => '1',
14617   'p2' => '175',
14618   'p3' => '194',
14619   'p4' => '0',
14620   'p5' => '0',
14621   'p6' => '0',
14622   'p7' => '0',
14623   'p8' => '0',
14624   'p9' => '0',
14625   'updated' => '0',
14626 ))
14627 ->values(array(
14628   'menu_name' => 'management',
14629   'mlid' => '195',
14630   'plid' => '175',
14631   'link_path' => 'admin/help/image',
14632   'router_path' => 'admin/help/image',
14633   'link_title' => 'image',
14634   'options' => 'a:0:{}',
14635   'module' => 'system',
14636   'hidden' => '-1',
14637   'external' => '0',
14638   'has_children' => '0',
14639   'expanded' => '0',
14640   'weight' => '0',
14641   'depth' => '3',
14642   'customized' => '0',
14643   'p1' => '1',
14644   'p2' => '175',
14645   'p3' => '195',
14646   'p4' => '0',
14647   'p5' => '0',
14648   'p6' => '0',
14649   'p7' => '0',
14650   'p8' => '0',
14651   'p9' => '0',
14652   'updated' => '0',
14653 ))
14654 ->values(array(
14655   'menu_name' => 'management',
14656   'mlid' => '196',
14657   'plid' => '175',
14658   'link_path' => 'admin/help/list',
14659   'router_path' => 'admin/help/list',
14660   'link_title' => 'list',
14661   'options' => 'a:0:{}',
14662   'module' => 'system',
14663   'hidden' => '-1',
14664   'external' => '0',
14665   'has_children' => '0',
14666   'expanded' => '0',
14667   'weight' => '0',
14668   'depth' => '3',
14669   'customized' => '0',
14670   'p1' => '1',
14671   'p2' => '175',
14672   'p3' => '196',
14673   'p4' => '0',
14674   'p5' => '0',
14675   'p6' => '0',
14676   'p7' => '0',
14677   'p8' => '0',
14678   'p9' => '0',
14679   'updated' => '0',
14680 ))
14681 ->values(array(
14682   'menu_name' => 'management',
14683   'mlid' => '197',
14684   'plid' => '175',
14685   'link_path' => 'admin/help/menu',
14686   'router_path' => 'admin/help/menu',
14687   'link_title' => 'menu',
14688   'options' => 'a:0:{}',
14689   'module' => 'system',
14690   'hidden' => '-1',
14691   'external' => '0',
14692   'has_children' => '0',
14693   'expanded' => '0',
14694   'weight' => '0',
14695   'depth' => '3',
14696   'customized' => '0',
14697   'p1' => '1',
14698   'p2' => '175',
14699   'p3' => '197',
14700   'p4' => '0',
14701   'p5' => '0',
14702   'p6' => '0',
14703   'p7' => '0',
14704   'p8' => '0',
14705   'p9' => '0',
14706   'updated' => '0',
14707 ))
14708 ->values(array(
14709   'menu_name' => 'management',
14710   'mlid' => '198',
14711   'plid' => '175',
14712   'link_path' => 'admin/help/node',
14713   'router_path' => 'admin/help/node',
14714   'link_title' => 'node',
14715   'options' => 'a:0:{}',
14716   'module' => 'system',
14717   'hidden' => '-1',
14718   'external' => '0',
14719   'has_children' => '0',
14720   'expanded' => '0',
14721   'weight' => '0',
14722   'depth' => '3',
14723   'customized' => '0',
14724   'p1' => '1',
14725   'p2' => '175',
14726   'p3' => '198',
14727   'p4' => '0',
14728   'p5' => '0',
14729   'p6' => '0',
14730   'p7' => '0',
14731   'p8' => '0',
14732   'p9' => '0',
14733   'updated' => '0',
14734 ))
14735 ->values(array(
14736   'menu_name' => 'management',
14737   'mlid' => '199',
14738   'plid' => '175',
14739   'link_path' => 'admin/help/number',
14740   'router_path' => 'admin/help/number',
14741   'link_title' => 'number',
14742   'options' => 'a:0:{}',
14743   'module' => 'system',
14744   'hidden' => '-1',
14745   'external' => '0',
14746   'has_children' => '0',
14747   'expanded' => '0',
14748   'weight' => '0',
14749   'depth' => '3',
14750   'customized' => '0',
14751   'p1' => '1',
14752   'p2' => '175',
14753   'p3' => '199',
14754   'p4' => '0',
14755   'p5' => '0',
14756   'p6' => '0',
14757   'p7' => '0',
14758   'p8' => '0',
14759   'p9' => '0',
14760   'updated' => '0',
14761 ))
14762 ->values(array(
14763   'menu_name' => 'management',
14764   'mlid' => '200',
14765   'plid' => '175',
14766   'link_path' => 'admin/help/options',
14767   'router_path' => 'admin/help/options',
14768   'link_title' => 'options',
14769   'options' => 'a:0:{}',
14770   'module' => 'system',
14771   'hidden' => '-1',
14772   'external' => '0',
14773   'has_children' => '0',
14774   'expanded' => '0',
14775   'weight' => '0',
14776   'depth' => '3',
14777   'customized' => '0',
14778   'p1' => '1',
14779   'p2' => '175',
14780   'p3' => '200',
14781   'p4' => '0',
14782   'p5' => '0',
14783   'p6' => '0',
14784   'p7' => '0',
14785   'p8' => '0',
14786   'p9' => '0',
14787   'updated' => '0',
14788 ))
14789 ->values(array(
14790   'menu_name' => 'management',
14791   'mlid' => '202',
14792   'plid' => '175',
14793   'link_path' => 'admin/help/path',
14794   'router_path' => 'admin/help/path',
14795   'link_title' => 'path',
14796   'options' => 'a:0:{}',
14797   'module' => 'system',
14798   'hidden' => '-1',
14799   'external' => '0',
14800   'has_children' => '0',
14801   'expanded' => '0',
14802   'weight' => '0',
14803   'depth' => '3',
14804   'customized' => '0',
14805   'p1' => '1',
14806   'p2' => '175',
14807   'p3' => '202',
14808   'p4' => '0',
14809   'p5' => '0',
14810   'p6' => '0',
14811   'p7' => '0',
14812   'p8' => '0',
14813   'p9' => '0',
14814   'updated' => '0',
14815 ))
14816 ->values(array(
14817   'menu_name' => 'management',
14818   'mlid' => '203',
14819   'plid' => '175',
14820   'link_path' => 'admin/help/rdf',
14821   'router_path' => 'admin/help/rdf',
14822   'link_title' => 'rdf',
14823   'options' => 'a:0:{}',
14824   'module' => 'system',
14825   'hidden' => '-1',
14826   'external' => '0',
14827   'has_children' => '0',
14828   'expanded' => '0',
14829   'weight' => '0',
14830   'depth' => '3',
14831   'customized' => '0',
14832   'p1' => '1',
14833   'p2' => '175',
14834   'p3' => '203',
14835   'p4' => '0',
14836   'p5' => '0',
14837   'p6' => '0',
14838   'p7' => '0',
14839   'p8' => '0',
14840   'p9' => '0',
14841   'updated' => '0',
14842 ))
14843 ->values(array(
14844   'menu_name' => 'management',
14845   'mlid' => '204',
14846   'plid' => '175',
14847   'link_path' => 'admin/help/search',
14848   'router_path' => 'admin/help/search',
14849   'link_title' => 'search',
14850   'options' => 'a:0:{}',
14851   'module' => 'system',
14852   'hidden' => '-1',
14853   'external' => '0',
14854   'has_children' => '0',
14855   'expanded' => '0',
14856   'weight' => '0',
14857   'depth' => '3',
14858   'customized' => '0',
14859   'p1' => '1',
14860   'p2' => '175',
14861   'p3' => '204',
14862   'p4' => '0',
14863   'p5' => '0',
14864   'p6' => '0',
14865   'p7' => '0',
14866   'p8' => '0',
14867   'p9' => '0',
14868   'updated' => '0',
14869 ))
14870 ->values(array(
14871   'menu_name' => 'management',
14872   'mlid' => '205',
14873   'plid' => '175',
14874   'link_path' => 'admin/help/shortcut',
14875   'router_path' => 'admin/help/shortcut',
14876   'link_title' => 'shortcut',
14877   'options' => 'a:0:{}',
14878   'module' => 'system',
14879   'hidden' => '-1',
14880   'external' => '0',
14881   'has_children' => '0',
14882   'expanded' => '0',
14883   'weight' => '0',
14884   'depth' => '3',
14885   'customized' => '0',
14886   'p1' => '1',
14887   'p2' => '175',
14888   'p3' => '205',
14889   'p4' => '0',
14890   'p5' => '0',
14891   'p6' => '0',
14892   'p7' => '0',
14893   'p8' => '0',
14894   'p9' => '0',
14895   'updated' => '0',
14896 ))
14897 ->values(array(
14898   'menu_name' => 'management',
14899   'mlid' => '206',
14900   'plid' => '175',
14901   'link_path' => 'admin/help/system',
14902   'router_path' => 'admin/help/system',
14903   'link_title' => 'system',
14904   'options' => 'a:0:{}',
14905   'module' => 'system',
14906   'hidden' => '-1',
14907   'external' => '0',
14908   'has_children' => '0',
14909   'expanded' => '0',
14910   'weight' => '0',
14911   'depth' => '3',
14912   'customized' => '0',
14913   'p1' => '1',
14914   'p2' => '175',
14915   'p3' => '206',
14916   'p4' => '0',
14917   'p5' => '0',
14918   'p6' => '0',
14919   'p7' => '0',
14920   'p8' => '0',
14921   'p9' => '0',
14922   'updated' => '0',
14923 ))
14924 ->values(array(
14925   'menu_name' => 'management',
14926   'mlid' => '207',
14927   'plid' => '175',
14928   'link_path' => 'admin/help/taxonomy',
14929   'router_path' => 'admin/help/taxonomy',
14930   'link_title' => 'taxonomy',
14931   'options' => 'a:0:{}',
14932   'module' => 'system',
14933   'hidden' => '-1',
14934   'external' => '0',
14935   'has_children' => '0',
14936   'expanded' => '0',
14937   'weight' => '0',
14938   'depth' => '3',
14939   'customized' => '0',
14940   'p1' => '1',
14941   'p2' => '175',
14942   'p3' => '207',
14943   'p4' => '0',
14944   'p5' => '0',
14945   'p6' => '0',
14946   'p7' => '0',
14947   'p8' => '0',
14948   'p9' => '0',
14949   'updated' => '0',
14950 ))
14951 ->values(array(
14952   'menu_name' => 'management',
14953   'mlid' => '208',
14954   'plid' => '175',
14955   'link_path' => 'admin/help/text',
14956   'router_path' => 'admin/help/text',
14957   'link_title' => 'text',
14958   'options' => 'a:0:{}',
14959   'module' => 'system',
14960   'hidden' => '-1',
14961   'external' => '0',
14962   'has_children' => '0',
14963   'expanded' => '0',
14964   'weight' => '0',
14965   'depth' => '3',
14966   'customized' => '0',
14967   'p1' => '1',
14968   'p2' => '175',
14969   'p3' => '208',
14970   'p4' => '0',
14971   'p5' => '0',
14972   'p6' => '0',
14973   'p7' => '0',
14974   'p8' => '0',
14975   'p9' => '0',
14976   'updated' => '0',
14977 ))
14978 ->values(array(
14979   'menu_name' => 'management',
14980   'mlid' => '209',
14981   'plid' => '175',
14982   'link_path' => 'admin/help/user',
14983   'router_path' => 'admin/help/user',
14984   'link_title' => 'user',
14985   'options' => 'a:0:{}',
14986   'module' => 'system',
14987   'hidden' => '-1',
14988   'external' => '0',
14989   'has_children' => '0',
14990   'expanded' => '0',
14991   'weight' => '0',
14992   'depth' => '3',
14993   'customized' => '0',
14994   'p1' => '1',
14995   'p2' => '175',
14996   'p3' => '209',
14997   'p4' => '0',
14998   'p5' => '0',
14999   'p6' => '0',
15000   'p7' => '0',
15001   'p8' => '0',
15002   'p9' => '0',
15003   'updated' => '0',
15004 ))
15005 ->values(array(
15006   'menu_name' => 'navigation',
15007   'mlid' => '210',
15008   'plid' => '176',
15009   'link_path' => 'taxonomy/term/%/edit',
15010   'router_path' => 'taxonomy/term/%/edit',
15011   'link_title' => 'Edit',
15012   'options' => 'a:0:{}',
15013   'module' => 'system',
15014   'hidden' => '-1',
15015   'external' => '0',
15016   'has_children' => '0',
15017   'expanded' => '0',
15018   'weight' => '10',
15019   'depth' => '2',
15020   'customized' => '0',
15021   'p1' => '176',
15022   'p2' => '210',
15023   'p3' => '0',
15024   'p4' => '0',
15025   'p5' => '0',
15026   'p6' => '0',
15027   'p7' => '0',
15028   'p8' => '0',
15029   'p9' => '0',
15030   'updated' => '0',
15031 ))
15032 ->values(array(
15033   'menu_name' => 'navigation',
15034   'mlid' => '211',
15035   'plid' => '176',
15036   'link_path' => 'taxonomy/term/%/view',
15037   'router_path' => 'taxonomy/term/%/view',
15038   'link_title' => 'View',
15039   'options' => 'a:0:{}',
15040   'module' => 'system',
15041   'hidden' => '-1',
15042   'external' => '0',
15043   'has_children' => '0',
15044   'expanded' => '0',
15045   'weight' => '0',
15046   'depth' => '2',
15047   'customized' => '0',
15048   'p1' => '176',
15049   'p2' => '211',
15050   'p3' => '0',
15051   'p4' => '0',
15052   'p5' => '0',
15053   'p6' => '0',
15054   'p7' => '0',
15055   'p8' => '0',
15056   'p9' => '0',
15057   'updated' => '0',
15058 ))
15059 ->values(array(
15060   'menu_name' => 'management',
15061   'mlid' => '212',
15062   'plid' => '180',
15063   'link_path' => 'admin/structure/taxonomy/%',
15064   'router_path' => 'admin/structure/taxonomy/%',
15065   'link_title' => '',
15066   'options' => 'a:0:{}',
15067   'module' => 'system',
15068   'hidden' => '0',
15069   'external' => '0',
15070   'has_children' => '0',
15071   'expanded' => '0',
15072   'weight' => '0',
15073   'depth' => '4',
15074   'customized' => '0',
15075   'p1' => '1',
15076   'p2' => '20',
15077   'p3' => '180',
15078   'p4' => '212',
15079   'p5' => '0',
15080   'p6' => '0',
15081   'p7' => '0',
15082   'p8' => '0',
15083   'p9' => '0',
15084   'updated' => '0',
15085 ))
15086 ->values(array(
15087   'menu_name' => 'management',
15088   'mlid' => '213',
15089   'plid' => '180',
15090   'link_path' => 'admin/structure/taxonomy/add',
15091   'router_path' => 'admin/structure/taxonomy/add',
15092   'link_title' => 'Add vocabulary',
15093   'options' => 'a:0:{}',
15094   'module' => 'system',
15095   'hidden' => '-1',
15096   'external' => '0',
15097   'has_children' => '0',
15098   'expanded' => '0',
15099   'weight' => '0',
15100   'depth' => '4',
15101   'customized' => '0',
15102   'p1' => '1',
15103   'p2' => '20',
15104   'p3' => '180',
15105   'p4' => '213',
15106   'p5' => '0',
15107   'p6' => '0',
15108   'p7' => '0',
15109   'p8' => '0',
15110   'p9' => '0',
15111   'updated' => '0',
15112 ))
15113 ->values(array(
15114   'menu_name' => 'management',
15115   'mlid' => '214',
15116   'plid' => '43',
15117   'link_path' => 'admin/config/media/image-styles',
15118   'router_path' => 'admin/config/media/image-styles',
15119   'link_title' => 'Image styles',
15120   '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.";}}',
15121   'module' => 'system',
15122   'hidden' => '0',
15123   'external' => '0',
15124   'has_children' => '1',
15125   'expanded' => '0',
15126   'weight' => '0',
15127   'depth' => '4',
15128   'customized' => '0',
15129   'p1' => '1',
15130   'p2' => '8',
15131   'p3' => '43',
15132   'p4' => '214',
15133   'p5' => '0',
15134   'p6' => '0',
15135   'p7' => '0',
15136   'p8' => '0',
15137   'p9' => '0',
15138   'updated' => '0',
15139 ))
15140 ->values(array(
15141   'menu_name' => 'management',
15142   'mlid' => '215',
15143   'plid' => '180',
15144   'link_path' => 'admin/structure/taxonomy/list',
15145   'router_path' => 'admin/structure/taxonomy/list',
15146   'link_title' => 'List',
15147   'options' => 'a:0:{}',
15148   'module' => 'system',
15149   'hidden' => '-1',
15150   'external' => '0',
15151   'has_children' => '0',
15152   'expanded' => '0',
15153   'weight' => '-10',
15154   'depth' => '4',
15155   'customized' => '0',
15156   'p1' => '1',
15157   'p2' => '20',
15158   'p3' => '180',
15159   'p4' => '215',
15160   'p5' => '0',
15161   'p6' => '0',
15162   'p7' => '0',
15163   'p8' => '0',
15164   'p9' => '0',
15165   'updated' => '0',
15166 ))
15167 ->values(array(
15168   'menu_name' => 'management',
15169   'mlid' => '216',
15170   'plid' => '50',
15171   'link_path' => 'admin/config/search/settings',
15172   'router_path' => 'admin/config/search/settings',
15173   'link_title' => 'Search settings',
15174   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Configure relevance settings for search and other indexing options.";}}',
15175   'module' => 'system',
15176   'hidden' => '0',
15177   'external' => '0',
15178   'has_children' => '0',
15179   'expanded' => '0',
15180   'weight' => '-10',
15181   'depth' => '4',
15182   'customized' => '0',
15183   'p1' => '1',
15184   'p2' => '8',
15185   'p3' => '50',
15186   'p4' => '216',
15187   'p5' => '0',
15188   'p6' => '0',
15189   'p7' => '0',
15190   'p8' => '0',
15191   'p9' => '0',
15192   'updated' => '0',
15193 ))
15194 ->values(array(
15195   'menu_name' => 'management',
15196   'mlid' => '217',
15197   'plid' => '57',
15198   'link_path' => 'admin/config/user-interface/shortcut',
15199   'router_path' => 'admin/config/user-interface/shortcut',
15200   'link_title' => 'Shortcuts',
15201   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:29:"Add and modify shortcut sets.";}}',
15202   'module' => 'system',
15203   'hidden' => '0',
15204   'external' => '0',
15205   'has_children' => '1',
15206   'expanded' => '0',
15207   'weight' => '0',
15208   'depth' => '4',
15209   'customized' => '0',
15210   'p1' => '1',
15211   'p2' => '8',
15212   'p3' => '57',
15213   'p4' => '217',
15214   'p5' => '0',
15215   'p6' => '0',
15216   'p7' => '0',
15217   'p8' => '0',
15218   'p9' => '0',
15219   'updated' => '0',
15220 ))
15221 ->values(array(
15222   'menu_name' => 'management',
15223   'mlid' => '218',
15224   'plid' => '50',
15225   'link_path' => 'admin/config/search/path',
15226   'router_path' => 'admin/config/search/path',
15227   'link_title' => 'URL aliases',
15228   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:46:\"Change your site's URL paths by aliasing them.\";}}",
15229   'module' => 'system',
15230   'hidden' => '0',
15231   'external' => '0',
15232   'has_children' => '1',
15233   'expanded' => '0',
15234   'weight' => '-5',
15235   'depth' => '4',
15236   'customized' => '0',
15237   'p1' => '1',
15238   'p2' => '8',
15239   'p3' => '50',
15240   'p4' => '218',
15241   'p5' => '0',
15242   'p6' => '0',
15243   'p7' => '0',
15244   'p8' => '0',
15245   'p9' => '0',
15246   'updated' => '0',
15247 ))
15248 ->values(array(
15249   'menu_name' => 'management',
15250   'mlid' => '219',
15251   'plid' => '218',
15252   'link_path' => 'admin/config/search/path/add',
15253   'router_path' => 'admin/config/search/path/add',
15254   'link_title' => 'Add alias',
15255   'options' => 'a:0:{}',
15256   'module' => 'system',
15257   'hidden' => '-1',
15258   'external' => '0',
15259   'has_children' => '0',
15260   'expanded' => '0',
15261   'weight' => '0',
15262   'depth' => '5',
15263   'customized' => '0',
15264   'p1' => '1',
15265   'p2' => '8',
15266   'p3' => '50',
15267   'p4' => '218',
15268   'p5' => '219',
15269   'p6' => '0',
15270   'p7' => '0',
15271   'p8' => '0',
15272   'p9' => '0',
15273   'updated' => '0',
15274 ))
15275 ->values(array(
15276   'menu_name' => 'management',
15277   'mlid' => '220',
15278   'plid' => '217',
15279   'link_path' => 'admin/config/user-interface/shortcut/add-set',
15280   'router_path' => 'admin/config/user-interface/shortcut/add-set',
15281   'link_title' => 'Add shortcut set',
15282   'options' => 'a:0:{}',
15283   'module' => 'system',
15284   'hidden' => '-1',
15285   'external' => '0',
15286   'has_children' => '0',
15287   'expanded' => '0',
15288   'weight' => '0',
15289   'depth' => '5',
15290   'customized' => '0',
15291   'p1' => '1',
15292   'p2' => '8',
15293   'p3' => '57',
15294   'p4' => '217',
15295   'p5' => '220',
15296   'p6' => '0',
15297   'p7' => '0',
15298   'p8' => '0',
15299   'p9' => '0',
15300   'updated' => '0',
15301 ))
15302 ->values(array(
15303   'menu_name' => 'management',
15304   'mlid' => '221',
15305   'plid' => '214',
15306   'link_path' => 'admin/config/media/image-styles/add',
15307   'router_path' => 'admin/config/media/image-styles/add',
15308   'link_title' => 'Add style',
15309   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Add a new image style.";}}',
15310   'module' => 'system',
15311   'hidden' => '-1',
15312   'external' => '0',
15313   'has_children' => '0',
15314   'expanded' => '0',
15315   'weight' => '2',
15316   'depth' => '5',
15317   'customized' => '0',
15318   'p1' => '1',
15319   'p2' => '8',
15320   'p3' => '43',
15321   'p4' => '214',
15322   'p5' => '221',
15323   'p6' => '0',
15324   'p7' => '0',
15325   'p8' => '0',
15326   'p9' => '0',
15327   'updated' => '0',
15328 ))
15329 ->values(array(
15330   'menu_name' => 'management',
15331   'mlid' => '222',
15332   'plid' => '212',
15333   'link_path' => 'admin/structure/taxonomy/%/add',
15334   'router_path' => 'admin/structure/taxonomy/%/add',
15335   'link_title' => 'Add term',
15336   'options' => 'a:0:{}',
15337   'module' => 'system',
15338   'hidden' => '-1',
15339   'external' => '0',
15340   'has_children' => '0',
15341   'expanded' => '0',
15342   'weight' => '0',
15343   'depth' => '5',
15344   'customized' => '0',
15345   'p1' => '1',
15346   'p2' => '20',
15347   'p3' => '180',
15348   'p4' => '212',
15349   'p5' => '222',
15350   'p6' => '0',
15351   'p7' => '0',
15352   'p8' => '0',
15353   'p9' => '0',
15354   'updated' => '0',
15355 ))
15356 ->values(array(
15357   'menu_name' => 'management',
15358   'mlid' => '223',
15359   'plid' => '216',
15360   'link_path' => 'admin/config/search/settings/reindex',
15361   'router_path' => 'admin/config/search/settings/reindex',
15362   'link_title' => 'Clear index',
15363   'options' => 'a:0:{}',
15364   'module' => 'system',
15365   'hidden' => '-1',
15366   'external' => '0',
15367   'has_children' => '0',
15368   'expanded' => '0',
15369   'weight' => '0',
15370   'depth' => '5',
15371   'customized' => '0',
15372   'p1' => '1',
15373   'p2' => '8',
15374   'p3' => '50',
15375   'p4' => '216',
15376   'p5' => '223',
15377   'p6' => '0',
15378   'p7' => '0',
15379   'p8' => '0',
15380   'p9' => '0',
15381   'updated' => '0',
15382 ))
15383 ->values(array(
15384   'menu_name' => 'management',
15385   'mlid' => '224',
15386   'plid' => '212',
15387   'link_path' => 'admin/structure/taxonomy/%/edit',
15388   'router_path' => 'admin/structure/taxonomy/%/edit',
15389   'link_title' => 'Edit',
15390   'options' => 'a:0:{}',
15391   'module' => 'system',
15392   'hidden' => '-1',
15393   'external' => '0',
15394   'has_children' => '0',
15395   'expanded' => '0',
15396   'weight' => '-10',
15397   'depth' => '5',
15398   'customized' => '0',
15399   'p1' => '1',
15400   'p2' => '20',
15401   'p3' => '180',
15402   'p4' => '212',
15403   'p5' => '224',
15404   'p6' => '0',
15405   'p7' => '0',
15406   'p8' => '0',
15407   'p9' => '0',
15408   'updated' => '0',
15409 ))
15410 ->values(array(
15411   'menu_name' => 'management',
15412   'mlid' => '225',
15413   'plid' => '217',
15414   'link_path' => 'admin/config/user-interface/shortcut/%',
15415   'router_path' => 'admin/config/user-interface/shortcut/%',
15416   'link_title' => 'Edit shortcuts',
15417   'options' => 'a:0:{}',
15418   'module' => 'system',
15419   'hidden' => '0',
15420   'external' => '0',
15421   'has_children' => '1',
15422   'expanded' => '0',
15423   'weight' => '0',
15424   'depth' => '5',
15425   'customized' => '0',
15426   'p1' => '1',
15427   'p2' => '8',
15428   'p3' => '57',
15429   'p4' => '217',
15430   'p5' => '225',
15431   'p6' => '0',
15432   'p7' => '0',
15433   'p8' => '0',
15434   'p9' => '0',
15435   'updated' => '0',
15436 ))
15437 ->values(array(
15438   'menu_name' => 'management',
15439   'mlid' => '226',
15440   'plid' => '212',
15441   'link_path' => 'admin/structure/taxonomy/%/list',
15442   'router_path' => 'admin/structure/taxonomy/%/list',
15443   'link_title' => 'List',
15444   'options' => 'a:0:{}',
15445   'module' => 'system',
15446   'hidden' => '-1',
15447   'external' => '0',
15448   'has_children' => '0',
15449   'expanded' => '0',
15450   'weight' => '-20',
15451   'depth' => '5',
15452   'customized' => '0',
15453   'p1' => '1',
15454   'p2' => '20',
15455   'p3' => '180',
15456   'p4' => '212',
15457   'p5' => '226',
15458   'p6' => '0',
15459   'p7' => '0',
15460   'p8' => '0',
15461   'p9' => '0',
15462   'updated' => '0',
15463 ))
15464 ->values(array(
15465   'menu_name' => 'management',
15466   'mlid' => '227',
15467   'plid' => '218',
15468   'link_path' => 'admin/config/search/path/list',
15469   'router_path' => 'admin/config/search/path/list',
15470   'link_title' => 'List',
15471   'options' => 'a:0:{}',
15472   'module' => 'system',
15473   'hidden' => '-1',
15474   'external' => '0',
15475   'has_children' => '0',
15476   'expanded' => '0',
15477   'weight' => '-10',
15478   'depth' => '5',
15479   'customized' => '0',
15480   'p1' => '1',
15481   'p2' => '8',
15482   'p3' => '50',
15483   'p4' => '218',
15484   'p5' => '227',
15485   'p6' => '0',
15486   'p7' => '0',
15487   'p8' => '0',
15488   'p9' => '0',
15489   'updated' => '0',
15490 ))
15491 ->values(array(
15492   'menu_name' => 'management',
15493   'mlid' => '228',
15494   'plid' => '214',
15495   'link_path' => 'admin/config/media/image-styles/list',
15496   'router_path' => 'admin/config/media/image-styles/list',
15497   'link_title' => 'List',
15498   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"List the current image styles on the site.";}}',
15499   'module' => 'system',
15500   'hidden' => '-1',
15501   'external' => '0',
15502   'has_children' => '0',
15503   'expanded' => '0',
15504   'weight' => '1',
15505   'depth' => '5',
15506   'customized' => '0',
15507   'p1' => '1',
15508   'p2' => '8',
15509   'p3' => '43',
15510   'p4' => '214',
15511   'p5' => '228',
15512   'p6' => '0',
15513   'p7' => '0',
15514   'p8' => '0',
15515   'p9' => '0',
15516   'updated' => '0',
15517 ))
15518 ->values(array(
15519   'menu_name' => 'management',
15520   'mlid' => '229',
15521   'plid' => '225',
15522   'link_path' => 'admin/config/user-interface/shortcut/%/add-link',
15523   'router_path' => 'admin/config/user-interface/shortcut/%/add-link',
15524   'link_title' => 'Add shortcut',
15525   'options' => 'a:0:{}',
15526   'module' => 'system',
15527   'hidden' => '-1',
15528   'external' => '0',
15529   'has_children' => '0',
15530   'expanded' => '0',
15531   'weight' => '0',
15532   'depth' => '6',
15533   'customized' => '0',
15534   'p1' => '1',
15535   'p2' => '8',
15536   'p3' => '57',
15537   'p4' => '217',
15538   'p5' => '225',
15539   'p6' => '229',
15540   'p7' => '0',
15541   'p8' => '0',
15542   'p9' => '0',
15543   'updated' => '0',
15544 ))
15545 ->values(array(
15546   'menu_name' => 'management',
15547   'mlid' => '230',
15548   'plid' => '218',
15549   'link_path' => 'admin/config/search/path/delete/%',
15550   'router_path' => 'admin/config/search/path/delete/%',
15551   'link_title' => 'Delete alias',
15552   'options' => 'a:0:{}',
15553   'module' => 'system',
15554   'hidden' => '0',
15555   'external' => '0',
15556   'has_children' => '0',
15557   'expanded' => '0',
15558   'weight' => '0',
15559   'depth' => '5',
15560   'customized' => '0',
15561   'p1' => '1',
15562   'p2' => '8',
15563   'p3' => '50',
15564   'p4' => '218',
15565   'p5' => '230',
15566   'p6' => '0',
15567   'p7' => '0',
15568   'p8' => '0',
15569   'p9' => '0',
15570   'updated' => '0',
15571 ))
15572 ->values(array(
15573   'menu_name' => 'management',
15574   'mlid' => '231',
15575   'plid' => '225',
15576   'link_path' => 'admin/config/user-interface/shortcut/%/delete',
15577   'router_path' => 'admin/config/user-interface/shortcut/%/delete',
15578   'link_title' => 'Delete shortcut set',
15579   'options' => 'a:0:{}',
15580   'module' => 'system',
15581   'hidden' => '0',
15582   'external' => '0',
15583   'has_children' => '0',
15584   'expanded' => '0',
15585   'weight' => '0',
15586   'depth' => '6',
15587   'customized' => '0',
15588   'p1' => '1',
15589   'p2' => '8',
15590   'p3' => '57',
15591   'p4' => '217',
15592   'p5' => '225',
15593   'p6' => '231',
15594   'p7' => '0',
15595   'p8' => '0',
15596   'p9' => '0',
15597   'updated' => '0',
15598 ))
15599 ->values(array(
15600   'menu_name' => 'management',
15601   'mlid' => '232',
15602   'plid' => '218',
15603   'link_path' => 'admin/config/search/path/edit/%',
15604   'router_path' => 'admin/config/search/path/edit/%',
15605   'link_title' => 'Edit alias',
15606   'options' => 'a:0:{}',
15607   'module' => 'system',
15608   'hidden' => '0',
15609   'external' => '0',
15610   'has_children' => '0',
15611   'expanded' => '0',
15612   'weight' => '0',
15613   'depth' => '5',
15614   'customized' => '0',
15615   'p1' => '1',
15616   'p2' => '8',
15617   'p3' => '50',
15618   'p4' => '218',
15619   'p5' => '232',
15620   'p6' => '0',
15621   'p7' => '0',
15622   'p8' => '0',
15623   'p9' => '0',
15624   'updated' => '0',
15625 ))
15626 ->values(array(
15627   'menu_name' => 'management',
15628   'mlid' => '233',
15629   'plid' => '225',
15630   'link_path' => 'admin/config/user-interface/shortcut/%/edit',
15631   'router_path' => 'admin/config/user-interface/shortcut/%/edit',
15632   'link_title' => 'Edit set name',
15633   'options' => 'a:0:{}',
15634   'module' => 'system',
15635   'hidden' => '-1',
15636   'external' => '0',
15637   'has_children' => '0',
15638   'expanded' => '0',
15639   'weight' => '10',
15640   'depth' => '6',
15641   'customized' => '0',
15642   'p1' => '1',
15643   'p2' => '8',
15644   'p3' => '57',
15645   'p4' => '217',
15646   'p5' => '225',
15647   'p6' => '233',
15648   'p7' => '0',
15649   'p8' => '0',
15650   'p9' => '0',
15651   'updated' => '0',
15652 ))
15653 ->values(array(
15654   'menu_name' => 'management',
15655   'mlid' => '234',
15656   'plid' => '217',
15657   'link_path' => 'admin/config/user-interface/shortcut/link/%',
15658   'router_path' => 'admin/config/user-interface/shortcut/link/%',
15659   'link_title' => 'Edit shortcut',
15660   'options' => 'a:0:{}',
15661   'module' => 'system',
15662   'hidden' => '0',
15663   'external' => '0',
15664   'has_children' => '1',
15665   'expanded' => '0',
15666   'weight' => '0',
15667   'depth' => '5',
15668   'customized' => '0',
15669   'p1' => '1',
15670   'p2' => '8',
15671   'p3' => '57',
15672   'p4' => '217',
15673   'p5' => '234',
15674   'p6' => '0',
15675   'p7' => '0',
15676   'p8' => '0',
15677   'p9' => '0',
15678   'updated' => '0',
15679 ))
15680 ->values(array(
15681   'menu_name' => 'management',
15682   'mlid' => '235',
15683   'plid' => '214',
15684   'link_path' => 'admin/config/media/image-styles/edit/%',
15685   'router_path' => 'admin/config/media/image-styles/edit/%',
15686   'link_title' => 'Edit style',
15687   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:25:"Configure an image style.";}}',
15688   'module' => 'system',
15689   'hidden' => '0',
15690   'external' => '0',
15691   'has_children' => '1',
15692   'expanded' => '0',
15693   'weight' => '0',
15694   'depth' => '5',
15695   'customized' => '0',
15696   'p1' => '1',
15697   'p2' => '8',
15698   'p3' => '43',
15699   'p4' => '214',
15700   'p5' => '235',
15701   'p6' => '0',
15702   'p7' => '0',
15703   'p8' => '0',
15704   'p9' => '0',
15705   'updated' => '0',
15706 ))
15707 ->values(array(
15708   'menu_name' => 'management',
15709   'mlid' => '236',
15710   'plid' => '225',
15711   'link_path' => 'admin/config/user-interface/shortcut/%/links',
15712   'router_path' => 'admin/config/user-interface/shortcut/%/links',
15713   'link_title' => 'List links',
15714   'options' => 'a:0:{}',
15715   'module' => 'system',
15716   'hidden' => '-1',
15717   'external' => '0',
15718   'has_children' => '0',
15719   'expanded' => '0',
15720   'weight' => '0',
15721   'depth' => '6',
15722   'customized' => '0',
15723   'p1' => '1',
15724   'p2' => '8',
15725   'p3' => '57',
15726   'p4' => '217',
15727   'p5' => '225',
15728   'p6' => '236',
15729   'p7' => '0',
15730   'p8' => '0',
15731   'p9' => '0',
15732   'updated' => '0',
15733 ))
15734 ->values(array(
15735   'menu_name' => 'management',
15736   'mlid' => '237',
15737   'plid' => '214',
15738   'link_path' => 'admin/config/media/image-styles/delete/%',
15739   'router_path' => 'admin/config/media/image-styles/delete/%',
15740   'link_title' => 'Delete style',
15741   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Delete an image style.";}}',
15742   'module' => 'system',
15743   'hidden' => '0',
15744   'external' => '0',
15745   'has_children' => '0',
15746   'expanded' => '0',
15747   'weight' => '0',
15748   'depth' => '5',
15749   'customized' => '0',
15750   'p1' => '1',
15751   'p2' => '8',
15752   'p3' => '43',
15753   'p4' => '214',
15754   'p5' => '237',
15755   'p6' => '0',
15756   'p7' => '0',
15757   'p8' => '0',
15758   'p9' => '0',
15759   'updated' => '0',
15760 ))
15761 ->values(array(
15762   'menu_name' => 'management',
15763   'mlid' => '238',
15764   'plid' => '214',
15765   'link_path' => 'admin/config/media/image-styles/revert/%',
15766   'router_path' => 'admin/config/media/image-styles/revert/%',
15767   'link_title' => 'Revert style',
15768   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Revert an image style.";}}',
15769   'module' => 'system',
15770   'hidden' => '0',
15771   'external' => '0',
15772   'has_children' => '0',
15773   'expanded' => '0',
15774   'weight' => '0',
15775   'depth' => '5',
15776   'customized' => '0',
15777   'p1' => '1',
15778   'p2' => '8',
15779   'p3' => '43',
15780   'p4' => '214',
15781   'p5' => '238',
15782   'p6' => '0',
15783   'p7' => '0',
15784   'p8' => '0',
15785   'p9' => '0',
15786   'updated' => '0',
15787 ))
15788 ->values(array(
15789   'menu_name' => 'management',
15790   'mlid' => '239',
15791   'plid' => '234',
15792   'link_path' => 'admin/config/user-interface/shortcut/link/%/delete',
15793   'router_path' => 'admin/config/user-interface/shortcut/link/%/delete',
15794   'link_title' => 'Delete shortcut',
15795   'options' => 'a:0:{}',
15796   'module' => 'system',
15797   'hidden' => '0',
15798   'external' => '0',
15799   'has_children' => '0',
15800   'expanded' => '0',
15801   'weight' => '0',
15802   'depth' => '6',
15803   'customized' => '0',
15804   'p1' => '1',
15805   'p2' => '8',
15806   'p3' => '57',
15807   'p4' => '217',
15808   'p5' => '234',
15809   'p6' => '239',
15810   'p7' => '0',
15811   'p8' => '0',
15812   'p9' => '0',
15813   'updated' => '0',
15814 ))
15815 ->values(array(
15816   'menu_name' => 'management',
15817   'mlid' => '240',
15818   'plid' => '235',
15819   'link_path' => 'admin/config/media/image-styles/edit/%/add/%',
15820   'router_path' => 'admin/config/media/image-styles/edit/%/add/%',
15821   'link_title' => 'Add image effect',
15822   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Add a new effect to a style.";}}',
15823   'module' => 'system',
15824   'hidden' => '0',
15825   'external' => '0',
15826   'has_children' => '0',
15827   'expanded' => '0',
15828   'weight' => '0',
15829   'depth' => '6',
15830   'customized' => '0',
15831   'p1' => '1',
15832   'p2' => '8',
15833   'p3' => '43',
15834   'p4' => '214',
15835   'p5' => '235',
15836   'p6' => '240',
15837   'p7' => '0',
15838   'p8' => '0',
15839   'p9' => '0',
15840   'updated' => '0',
15841 ))
15842 ->values(array(
15843   'menu_name' => 'management',
15844   'mlid' => '241',
15845   'plid' => '235',
15846   'link_path' => 'admin/config/media/image-styles/edit/%/effects/%',
15847   'router_path' => 'admin/config/media/image-styles/edit/%/effects/%',
15848   'link_title' => 'Edit image effect',
15849   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Edit an existing effect within a style.";}}',
15850   'module' => 'system',
15851   'hidden' => '0',
15852   'external' => '0',
15853   'has_children' => '1',
15854   'expanded' => '0',
15855   'weight' => '0',
15856   'depth' => '6',
15857   'customized' => '0',
15858   'p1' => '1',
15859   'p2' => '8',
15860   'p3' => '43',
15861   'p4' => '214',
15862   'p5' => '235',
15863   'p6' => '241',
15864   'p7' => '0',
15865   'p8' => '0',
15866   'p9' => '0',
15867   'updated' => '0',
15868 ))
15869 ->values(array(
15870   'menu_name' => 'management',
15871   'mlid' => '242',
15872   'plid' => '241',
15873   'link_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
15874   'router_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
15875   'link_title' => 'Delete image effect',
15876   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Delete an existing effect from a style.";}}',
15877   'module' => 'system',
15878   'hidden' => '0',
15879   'external' => '0',
15880   'has_children' => '0',
15881   'expanded' => '0',
15882   'weight' => '0',
15883   'depth' => '7',
15884   'customized' => '0',
15885   'p1' => '1',
15886   'p2' => '8',
15887   'p3' => '43',
15888   'p4' => '214',
15889   'p5' => '235',
15890   'p6' => '241',
15891   'p7' => '242',
15892   'p8' => '0',
15893   'p9' => '0',
15894   'updated' => '0',
15895 ))
15896 ->values(array(
15897   'menu_name' => 'shortcut-set-1',
15898   'mlid' => '243',
15899   'plid' => '0',
15900   'link_path' => 'node/add',
15901   'router_path' => 'node/add',
15902   'link_title' => 'Add content',
15903   'options' => 'a:0:{}',
15904   'module' => 'menu',
15905   'hidden' => '0',
15906   'external' => '0',
15907   'has_children' => '0',
15908   'expanded' => '0',
15909   'weight' => '-20',
15910   'depth' => '1',
15911   'customized' => '0',
15912   'p1' => '243',
15913   'p2' => '0',
15914   'p3' => '0',
15915   'p4' => '0',
15916   'p5' => '0',
15917   'p6' => '0',
15918   'p7' => '0',
15919   'p8' => '0',
15920   'p9' => '0',
15921   'updated' => '0',
15922 ))
15923 ->values(array(
15924   'menu_name' => 'shortcut-set-1',
15925   'mlid' => '244',
15926   'plid' => '0',
15927   'link_path' => 'admin/content',
15928   'router_path' => 'admin/content',
15929   'link_title' => 'Find content',
15930   'options' => 'a:0:{}',
15931   'module' => 'menu',
15932   'hidden' => '0',
15933   'external' => '0',
15934   'has_children' => '0',
15935   'expanded' => '0',
15936   'weight' => '-19',
15937   'depth' => '1',
15938   'customized' => '0',
15939   'p1' => '244',
15940   'p2' => '0',
15941   'p3' => '0',
15942   'p4' => '0',
15943   'p5' => '0',
15944   'p6' => '0',
15945   'p7' => '0',
15946   'p8' => '0',
15947   'p9' => '0',
15948   'updated' => '0',
15949 ))
15950 ->values(array(
15951   'menu_name' => 'main-menu',
15952   'mlid' => '245',
15953   'plid' => '0',
15954   'link_path' => '<front>',
15955   'router_path' => '',
15956   'link_title' => 'Home',
15957   'options' => 'a:0:{}',
15958   'module' => 'menu',
15959   'hidden' => '0',
15960   'external' => '1',
15961   'has_children' => '0',
15962   'expanded' => '0',
15963   'weight' => '0',
15964   'depth' => '1',
15965   'customized' => '0',
15966   'p1' => '245',
15967   'p2' => '0',
15968   'p3' => '0',
15969   'p4' => '0',
15970   'p5' => '0',
15971   'p6' => '0',
15972   'p7' => '0',
15973   'p8' => '0',
15974   'p9' => '0',
15975   'updated' => '0',
15976 ))
15977 ->values(array(
15978   'menu_name' => 'navigation',
15979   'mlid' => '246',
15980   'plid' => '6',
15981   'link_path' => 'node/add/article',
15982   'router_path' => 'node/add/article',
15983   'link_title' => 'Article',
15984   '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.";}}',
15985   'module' => 'system',
15986   'hidden' => '0',
15987   'external' => '0',
15988   'has_children' => '0',
15989   'expanded' => '0',
15990   'weight' => '0',
15991   'depth' => '2',
15992   'customized' => '0',
15993   'p1' => '6',
15994   'p2' => '246',
15995   'p3' => '0',
15996   'p4' => '0',
15997   'p5' => '0',
15998   'p6' => '0',
15999   'p7' => '0',
16000   'p8' => '0',
16001   'p9' => '0',
16002   'updated' => '0',
16003 ))
16004 ->values(array(
16005   'menu_name' => 'navigation',
16006   'mlid' => '247',
16007   'plid' => '6',
16008   'link_path' => 'node/add/page',
16009   'router_path' => 'node/add/page',
16010   'link_title' => 'Basic page',
16011   '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.\";}}",
16012   'module' => 'system',
16013   'hidden' => '0',
16014   'external' => '0',
16015   'has_children' => '0',
16016   'expanded' => '0',
16017   'weight' => '0',
16018   'depth' => '2',
16019   'customized' => '0',
16020   'p1' => '6',
16021   'p2' => '247',
16022   'p3' => '0',
16023   'p4' => '0',
16024   'p5' => '0',
16025   'p6' => '0',
16026   'p7' => '0',
16027   'p8' => '0',
16028   'p9' => '0',
16029   'updated' => '0',
16030 ))
16031 ->values(array(
16032   'menu_name' => 'management',
16033   'mlid' => '248',
16034   'plid' => '175',
16035   'link_path' => 'admin/help/toolbar',
16036   'router_path' => 'admin/help/toolbar',
16037   'link_title' => 'toolbar',
16038   'options' => 'a:0:{}',
16039   'module' => 'system',
16040   'hidden' => '-1',
16041   'external' => '0',
16042   'has_children' => '0',
16043   'expanded' => '0',
16044   'weight' => '0',
16045   'depth' => '3',
16046   'customized' => '0',
16047   'p1' => '1',
16048   'p2' => '175',
16049   'p3' => '248',
16050   'p4' => '0',
16051   'p5' => '0',
16052   'p6' => '0',
16053   'p7' => '0',
16054   'p8' => '0',
16055   'p9' => '0',
16056   'updated' => '0',
16057 ))
16058 ->values(array(
16059   'menu_name' => 'management',
16060   'mlid' => '287',
16061   'plid' => '18',
16062   'link_path' => 'admin/reports/updates',
16063   'router_path' => 'admin/reports/updates',
16064   'link_title' => 'Available updates',
16065   '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.";}}',
16066   'module' => 'system',
16067   'hidden' => '0',
16068   'external' => '0',
16069   'has_children' => '0',
16070   'expanded' => '0',
16071   'weight' => '-50',
16072   'depth' => '3',
16073   'customized' => '0',
16074   'p1' => '1',
16075   'p2' => '18',
16076   'p3' => '287',
16077   'p4' => '0',
16078   'p5' => '0',
16079   'p6' => '0',
16080   'p7' => '0',
16081   'p8' => '0',
16082   'p9' => '0',
16083   'updated' => '0',
16084 ))
16085 ->values(array(
16086   'menu_name' => 'management',
16087   'mlid' => '288',
16088   'plid' => '15',
16089   'link_path' => 'admin/modules/install',
16090   'router_path' => 'admin/modules/install',
16091   'link_title' => 'Install new module',
16092   'options' => 'a:0:{}',
16093   'module' => 'system',
16094   'hidden' => '-1',
16095   'external' => '0',
16096   'has_children' => '0',
16097   'expanded' => '0',
16098   'weight' => '25',
16099   'depth' => '3',
16100   'customized' => '0',
16101   'p1' => '1',
16102   'p2' => '15',
16103   'p3' => '288',
16104   'p4' => '0',
16105   'p5' => '0',
16106   'p6' => '0',
16107   'p7' => '0',
16108   'p8' => '0',
16109   'p9' => '0',
16110   'updated' => '0',
16111 ))
16112 ->values(array(
16113   'menu_name' => 'management',
16114   'mlid' => '289',
16115   'plid' => '7',
16116   'link_path' => 'admin/appearance/install',
16117   'router_path' => 'admin/appearance/install',
16118   'link_title' => 'Install new theme',
16119   'options' => 'a:0:{}',
16120   'module' => 'system',
16121   'hidden' => '-1',
16122   'external' => '0',
16123   'has_children' => '0',
16124   'expanded' => '0',
16125   'weight' => '25',
16126   'depth' => '3',
16127   'customized' => '0',
16128   'p1' => '1',
16129   'p2' => '7',
16130   'p3' => '289',
16131   'p4' => '0',
16132   'p5' => '0',
16133   'p6' => '0',
16134   'p7' => '0',
16135   'p8' => '0',
16136   'p9' => '0',
16137   'updated' => '0',
16138 ))
16139 ->values(array(
16140   'menu_name' => 'management',
16141   'mlid' => '290',
16142   'plid' => '15',
16143   'link_path' => 'admin/modules/update',
16144   'router_path' => 'admin/modules/update',
16145   'link_title' => 'Update',
16146   'options' => 'a:0:{}',
16147   'module' => 'system',
16148   'hidden' => '-1',
16149   'external' => '0',
16150   'has_children' => '0',
16151   'expanded' => '0',
16152   'weight' => '10',
16153   'depth' => '3',
16154   'customized' => '0',
16155   'p1' => '1',
16156   'p2' => '15',
16157   'p3' => '290',
16158   'p4' => '0',
16159   'p5' => '0',
16160   'p6' => '0',
16161   'p7' => '0',
16162   'p8' => '0',
16163   'p9' => '0',
16164   'updated' => '0',
16165 ))
16166 ->values(array(
16167   'menu_name' => 'management',
16168   'mlid' => '291',
16169   'plid' => '7',
16170   'link_path' => 'admin/appearance/update',
16171   'router_path' => 'admin/appearance/update',
16172   'link_title' => 'Update',
16173   'options' => 'a:0:{}',
16174   'module' => 'system',
16175   'hidden' => '-1',
16176   'external' => '0',
16177   'has_children' => '0',
16178   'expanded' => '0',
16179   'weight' => '10',
16180   'depth' => '3',
16181   'customized' => '0',
16182   'p1' => '1',
16183   'p2' => '7',
16184   'p3' => '291',
16185   'p4' => '0',
16186   'p5' => '0',
16187   'p6' => '0',
16188   'p7' => '0',
16189   'p8' => '0',
16190   'p9' => '0',
16191   'updated' => '0',
16192 ))
16193 ->values(array(
16194   'menu_name' => 'management',
16195   'mlid' => '292',
16196   'plid' => '175',
16197   'link_path' => 'admin/help/update',
16198   'router_path' => 'admin/help/update',
16199   'link_title' => 'update',
16200   'options' => 'a:0:{}',
16201   'module' => 'system',
16202   'hidden' => '-1',
16203   'external' => '0',
16204   'has_children' => '0',
16205   'expanded' => '0',
16206   'weight' => '0',
16207   'depth' => '3',
16208   'customized' => '0',
16209   'p1' => '1',
16210   'p2' => '175',
16211   'p3' => '292',
16212   'p4' => '0',
16213   'p5' => '0',
16214   'p6' => '0',
16215   'p7' => '0',
16216   'p8' => '0',
16217   'p9' => '0',
16218   'updated' => '0',
16219 ))
16220 ->values(array(
16221   'menu_name' => 'management',
16222   'mlid' => '293',
16223   'plid' => '287',
16224   'link_path' => 'admin/reports/updates/list',
16225   'router_path' => 'admin/reports/updates/list',
16226   'link_title' => 'List',
16227   'options' => 'a:0:{}',
16228   'module' => 'system',
16229   'hidden' => '-1',
16230   'external' => '0',
16231   'has_children' => '0',
16232   'expanded' => '0',
16233   'weight' => '0',
16234   'depth' => '4',
16235   'customized' => '0',
16236   'p1' => '1',
16237   'p2' => '18',
16238   'p3' => '287',
16239   'p4' => '293',
16240   'p5' => '0',
16241   'p6' => '0',
16242   'p7' => '0',
16243   'p8' => '0',
16244   'p9' => '0',
16245   'updated' => '0',
16246 ))
16247 ->values(array(
16248   'menu_name' => 'management',
16249   'mlid' => '294',
16250   'plid' => '287',
16251   'link_path' => 'admin/reports/updates/settings',
16252   'router_path' => 'admin/reports/updates/settings',
16253   'link_title' => 'Settings',
16254   'options' => 'a:0:{}',
16255   'module' => 'system',
16256   'hidden' => '-1',
16257   'external' => '0',
16258   'has_children' => '0',
16259   'expanded' => '0',
16260   'weight' => '50',
16261   'depth' => '4',
16262   'customized' => '0',
16263   'p1' => '1',
16264   'p2' => '18',
16265   'p3' => '287',
16266   'p4' => '294',
16267   'p5' => '0',
16268   'p6' => '0',
16269   'p7' => '0',
16270   'p8' => '0',
16271   'p9' => '0',
16272   'updated' => '0',
16273 ))
16274 ->values(array(
16275   'menu_name' => 'management',
16276   'mlid' => '295',
16277   'plid' => '287',
16278   'link_path' => 'admin/reports/updates/install',
16279   'router_path' => 'admin/reports/updates/install',
16280   'link_title' => 'Install new module or theme',
16281   'options' => 'a:0:{}',
16282   'module' => 'system',
16283   'hidden' => '-1',
16284   'external' => '0',
16285   'has_children' => '0',
16286   'expanded' => '0',
16287   'weight' => '25',
16288   'depth' => '4',
16289   'customized' => '0',
16290   'p1' => '1',
16291   'p2' => '18',
16292   'p3' => '287',
16293   'p4' => '295',
16294   'p5' => '0',
16295   'p6' => '0',
16296   'p7' => '0',
16297   'p8' => '0',
16298   'p9' => '0',
16299   'updated' => '0',
16300 ))
16301 ->values(array(
16302   'menu_name' => 'management',
16303   'mlid' => '296',
16304   'plid' => '287',
16305   'link_path' => 'admin/reports/updates/update',
16306   'router_path' => 'admin/reports/updates/update',
16307   'link_title' => 'Update',
16308   'options' => 'a:0:{}',
16309   'module' => 'system',
16310   'hidden' => '-1',
16311   'external' => '0',
16312   'has_children' => '0',
16313   'expanded' => '0',
16314   'weight' => '10',
16315   'depth' => '4',
16316   'customized' => '0',
16317   'p1' => '1',
16318   'p2' => '18',
16319   'p3' => '287',
16320   'p4' => '296',
16321   'p5' => '0',
16322   'p6' => '0',
16323   'p7' => '0',
16324   'p8' => '0',
16325   'p9' => '0',
16326   'updated' => '0',
16327 ))
16328 ->values(array(
16329   'menu_name' => 'management',
16330   'mlid' => '297',
16331   'plid' => '212',
16332   'link_path' => 'admin/structure/taxonomy/%/display',
16333   'router_path' => 'admin/structure/taxonomy/%/display',
16334   'link_title' => 'Manage display',
16335   'options' => 'a:0:{}',
16336   'module' => 'system',
16337   'hidden' => '-1',
16338   'external' => '0',
16339   'has_children' => '0',
16340   'expanded' => '0',
16341   'weight' => '2',
16342   'depth' => '5',
16343   'customized' => '0',
16344   'p1' => '1',
16345   'p2' => '20',
16346   'p3' => '180',
16347   'p4' => '212',
16348   'p5' => '297',
16349   'p6' => '0',
16350   'p7' => '0',
16351   'p8' => '0',
16352   'p9' => '0',
16353   'updated' => '0',
16354 ))
16355 ->values(array(
16356   'menu_name' => 'management',
16357   'mlid' => '298',
16358   'plid' => '66',
16359   'link_path' => 'admin/config/people/accounts/display',
16360   'router_path' => 'admin/config/people/accounts/display',
16361   'link_title' => 'Manage display',
16362   'options' => 'a:0:{}',
16363   'module' => 'system',
16364   'hidden' => '-1',
16365   'external' => '0',
16366   'has_children' => '0',
16367   'expanded' => '0',
16368   'weight' => '2',
16369   'depth' => '5',
16370   'customized' => '0',
16371   'p1' => '1',
16372   'p2' => '8',
16373   'p3' => '45',
16374   'p4' => '66',
16375   'p5' => '298',
16376   'p6' => '0',
16377   'p7' => '0',
16378   'p8' => '0',
16379   'p9' => '0',
16380   'updated' => '0',
16381 ))
16382 ->values(array(
16383   'menu_name' => 'management',
16384   'mlid' => '299',
16385   'plid' => '212',
16386   'link_path' => 'admin/structure/taxonomy/%/fields',
16387   'router_path' => 'admin/structure/taxonomy/%/fields',
16388   'link_title' => 'Manage fields',
16389   'options' => 'a:0:{}',
16390   'module' => 'system',
16391   'hidden' => '-1',
16392   'external' => '0',
16393   'has_children' => '1',
16394   'expanded' => '0',
16395   'weight' => '1',
16396   'depth' => '5',
16397   'customized' => '0',
16398   'p1' => '1',
16399   'p2' => '20',
16400   'p3' => '180',
16401   'p4' => '212',
16402   'p5' => '299',
16403   'p6' => '0',
16404   'p7' => '0',
16405   'p8' => '0',
16406   'p9' => '0',
16407   'updated' => '0',
16408 ))
16409 ->values(array(
16410   'menu_name' => 'management',
16411   'mlid' => '300',
16412   'plid' => '66',
16413   'link_path' => 'admin/config/people/accounts/fields',
16414   'router_path' => 'admin/config/people/accounts/fields',
16415   'link_title' => 'Manage fields',
16416   'options' => 'a:0:{}',
16417   'module' => 'system',
16418   'hidden' => '-1',
16419   'external' => '0',
16420   'has_children' => '1',
16421   'expanded' => '0',
16422   'weight' => '1',
16423   'depth' => '5',
16424   'customized' => '0',
16425   'p1' => '1',
16426   'p2' => '8',
16427   'p3' => '45',
16428   'p4' => '66',
16429   'p5' => '300',
16430   'p6' => '0',
16431   'p7' => '0',
16432   'p8' => '0',
16433   'p9' => '0',
16434   'updated' => '0',
16435 ))
16436 ->values(array(
16437   'menu_name' => 'management',
16438   'mlid' => '301',
16439   'plid' => '297',
16440   'link_path' => 'admin/structure/taxonomy/%/display/default',
16441   'router_path' => 'admin/structure/taxonomy/%/display/default',
16442   'link_title' => 'Default',
16443   'options' => 'a:0:{}',
16444   'module' => 'system',
16445   'hidden' => '-1',
16446   'external' => '0',
16447   'has_children' => '0',
16448   'expanded' => '0',
16449   'weight' => '-10',
16450   'depth' => '6',
16451   'customized' => '0',
16452   'p1' => '1',
16453   'p2' => '20',
16454   'p3' => '180',
16455   'p4' => '212',
16456   'p5' => '297',
16457   'p6' => '301',
16458   'p7' => '0',
16459   'p8' => '0',
16460   'p9' => '0',
16461   'updated' => '0',
16462 ))
16463 ->values(array(
16464   'menu_name' => 'management',
16465   'mlid' => '302',
16466   'plid' => '298',
16467   'link_path' => 'admin/config/people/accounts/display/default',
16468   'router_path' => 'admin/config/people/accounts/display/default',
16469   'link_title' => 'Default',
16470   'options' => 'a:0:{}',
16471   'module' => 'system',
16472   'hidden' => '-1',
16473   'external' => '0',
16474   'has_children' => '0',
16475   'expanded' => '0',
16476   'weight' => '-10',
16477   'depth' => '6',
16478   'customized' => '0',
16479   'p1' => '1',
16480   'p2' => '8',
16481   'p3' => '45',
16482   'p4' => '66',
16483   'p5' => '298',
16484   'p6' => '302',
16485   'p7' => '0',
16486   'p8' => '0',
16487   'p9' => '0',
16488   'updated' => '0',
16489 ))
16490 ->values(array(
16491   'menu_name' => 'management',
16492   'mlid' => '303',
16493   'plid' => '114',
16494   'link_path' => 'admin/structure/types/manage/%/display',
16495   'router_path' => 'admin/structure/types/manage/%/display',
16496   'link_title' => 'Manage display',
16497   'options' => 'a:0:{}',
16498   'module' => 'system',
16499   'hidden' => '-1',
16500   'external' => '0',
16501   'has_children' => '0',
16502   'expanded' => '0',
16503   'weight' => '2',
16504   'depth' => '5',
16505   'customized' => '0',
16506   'p1' => '1',
16507   'p2' => '20',
16508   'p3' => '34',
16509   'p4' => '114',
16510   'p5' => '303',
16511   'p6' => '0',
16512   'p7' => '0',
16513   'p8' => '0',
16514   'p9' => '0',
16515   'updated' => '0',
16516 ))
16517 ->values(array(
16518   'menu_name' => 'management',
16519   'mlid' => '304',
16520   'plid' => '114',
16521   'link_path' => 'admin/structure/types/manage/%/fields',
16522   'router_path' => 'admin/structure/types/manage/%/fields',
16523   'link_title' => 'Manage fields',
16524   'options' => 'a:0:{}',
16525   'module' => 'system',
16526   'hidden' => '-1',
16527   'external' => '0',
16528   'has_children' => '1',
16529   'expanded' => '0',
16530   'weight' => '1',
16531   'depth' => '5',
16532   'customized' => '0',
16533   'p1' => '1',
16534   'p2' => '20',
16535   'p3' => '34',
16536   'p4' => '114',
16537   'p5' => '304',
16538   'p6' => '0',
16539   'p7' => '0',
16540   'p8' => '0',
16541   'p9' => '0',
16542   'updated' => '0',
16543 ))
16544 ->values(array(
16545   'menu_name' => 'management',
16546   'mlid' => '305',
16547   'plid' => '297',
16548   'link_path' => 'admin/structure/taxonomy/%/display/full',
16549   'router_path' => 'admin/structure/taxonomy/%/display/full',
16550   'link_title' => 'Taxonomy term page',
16551   'options' => 'a:0:{}',
16552   'module' => 'system',
16553   'hidden' => '-1',
16554   'external' => '0',
16555   'has_children' => '0',
16556   'expanded' => '0',
16557   'weight' => '0',
16558   'depth' => '6',
16559   'customized' => '0',
16560   'p1' => '1',
16561   'p2' => '20',
16562   'p3' => '180',
16563   'p4' => '212',
16564   'p5' => '297',
16565   'p6' => '305',
16566   'p7' => '0',
16567   'p8' => '0',
16568   'p9' => '0',
16569   'updated' => '0',
16570 ))
16571 ->values(array(
16572   'menu_name' => 'management',
16573   'mlid' => '306',
16574   'plid' => '298',
16575   'link_path' => 'admin/config/people/accounts/display/full',
16576   'router_path' => 'admin/config/people/accounts/display/full',
16577   'link_title' => 'User account',
16578   'options' => 'a:0:{}',
16579   'module' => 'system',
16580   'hidden' => '-1',
16581   'external' => '0',
16582   'has_children' => '0',
16583   'expanded' => '0',
16584   'weight' => '0',
16585   'depth' => '6',
16586   'customized' => '0',
16587   'p1' => '1',
16588   'p2' => '8',
16589   'p3' => '45',
16590   'p4' => '66',
16591   'p5' => '298',
16592   'p6' => '306',
16593   'p7' => '0',
16594   'p8' => '0',
16595   'p9' => '0',
16596   'updated' => '0',
16597 ))
16598 ->values(array(
16599   'menu_name' => 'management',
16600   'mlid' => '307',
16601   'plid' => '299',
16602   'link_path' => 'admin/structure/taxonomy/%/fields/%',
16603   'router_path' => 'admin/structure/taxonomy/%/fields/%',
16604   'link_title' => '',
16605   'options' => 'a:0:{}',
16606   'module' => 'system',
16607   'hidden' => '0',
16608   'external' => '0',
16609   'has_children' => '0',
16610   'expanded' => '0',
16611   'weight' => '0',
16612   'depth' => '6',
16613   'customized' => '0',
16614   'p1' => '1',
16615   'p2' => '20',
16616   'p3' => '180',
16617   'p4' => '212',
16618   'p5' => '299',
16619   'p6' => '307',
16620   'p7' => '0',
16621   'p8' => '0',
16622   'p9' => '0',
16623   'updated' => '0',
16624 ))
16625 ->values(array(
16626   'menu_name' => 'management',
16627   'mlid' => '308',
16628   'plid' => '300',
16629   'link_path' => 'admin/config/people/accounts/fields/%',
16630   'router_path' => 'admin/config/people/accounts/fields/%',
16631   'link_title' => '',
16632   'options' => 'a:0:{}',
16633   'module' => 'system',
16634   'hidden' => '0',
16635   'external' => '0',
16636   'has_children' => '0',
16637   'expanded' => '0',
16638   'weight' => '0',
16639   'depth' => '6',
16640   'customized' => '0',
16641   'p1' => '1',
16642   'p2' => '8',
16643   'p3' => '45',
16644   'p4' => '66',
16645   'p5' => '300',
16646   'p6' => '308',
16647   'p7' => '0',
16648   'p8' => '0',
16649   'p9' => '0',
16650   'updated' => '0',
16651 ))
16652 ->values(array(
16653   'menu_name' => 'management',
16654   'mlid' => '309',
16655   'plid' => '303',
16656   'link_path' => 'admin/structure/types/manage/%/display/default',
16657   'router_path' => 'admin/structure/types/manage/%/display/default',
16658   'link_title' => 'Default',
16659   'options' => 'a:0:{}',
16660   'module' => 'system',
16661   'hidden' => '-1',
16662   'external' => '0',
16663   'has_children' => '0',
16664   'expanded' => '0',
16665   'weight' => '-10',
16666   'depth' => '6',
16667   'customized' => '0',
16668   'p1' => '1',
16669   'p2' => '20',
16670   'p3' => '34',
16671   'p4' => '114',
16672   'p5' => '303',
16673   'p6' => '309',
16674   'p7' => '0',
16675   'p8' => '0',
16676   'p9' => '0',
16677   'updated' => '0',
16678 ))
16679 ->values(array(
16680   'menu_name' => 'management',
16681   'mlid' => '310',
16682   'plid' => '303',
16683   'link_path' => 'admin/structure/types/manage/%/display/full',
16684   'router_path' => 'admin/structure/types/manage/%/display/full',
16685   'link_title' => 'Full content',
16686   'options' => 'a:0:{}',
16687   'module' => 'system',
16688   'hidden' => '-1',
16689   'external' => '0',
16690   'has_children' => '0',
16691   'expanded' => '0',
16692   'weight' => '0',
16693   'depth' => '6',
16694   'customized' => '0',
16695   'p1' => '1',
16696   'p2' => '20',
16697   'p3' => '34',
16698   'p4' => '114',
16699   'p5' => '303',
16700   'p6' => '310',
16701   'p7' => '0',
16702   'p8' => '0',
16703   'p9' => '0',
16704   'updated' => '0',
16705 ))
16706 ->values(array(
16707   'menu_name' => 'management',
16708   'mlid' => '311',
16709   'plid' => '303',
16710   'link_path' => 'admin/structure/types/manage/%/display/rss',
16711   'router_path' => 'admin/structure/types/manage/%/display/rss',
16712   'link_title' => 'RSS',
16713   'options' => 'a:0:{}',
16714   'module' => 'system',
16715   'hidden' => '-1',
16716   'external' => '0',
16717   'has_children' => '0',
16718   'expanded' => '0',
16719   'weight' => '2',
16720   'depth' => '6',
16721   'customized' => '0',
16722   'p1' => '1',
16723   'p2' => '20',
16724   'p3' => '34',
16725   'p4' => '114',
16726   'p5' => '303',
16727   'p6' => '311',
16728   'p7' => '0',
16729   'p8' => '0',
16730   'p9' => '0',
16731   'updated' => '0',
16732 ))
16733 ->values(array(
16734   'menu_name' => 'management',
16735   'mlid' => '312',
16736   'plid' => '303',
16737   'link_path' => 'admin/structure/types/manage/%/display/search_index',
16738   'router_path' => 'admin/structure/types/manage/%/display/search_index',
16739   'link_title' => 'Search index',
16740   'options' => 'a:0:{}',
16741   'module' => 'system',
16742   'hidden' => '-1',
16743   'external' => '0',
16744   'has_children' => '0',
16745   'expanded' => '0',
16746   'weight' => '3',
16747   'depth' => '6',
16748   'customized' => '0',
16749   'p1' => '1',
16750   'p2' => '20',
16751   'p3' => '34',
16752   'p4' => '114',
16753   'p5' => '303',
16754   'p6' => '312',
16755   'p7' => '0',
16756   'p8' => '0',
16757   'p9' => '0',
16758   'updated' => '0',
16759 ))
16760 ->values(array(
16761   'menu_name' => 'management',
16762   'mlid' => '313',
16763   'plid' => '303',
16764   'link_path' => 'admin/structure/types/manage/%/display/search_result',
16765   'router_path' => 'admin/structure/types/manage/%/display/search_result',
16766   'link_title' => 'Search result highlighting input',
16767   'options' => 'a:0:{}',
16768   'module' => 'system',
16769   'hidden' => '-1',
16770   'external' => '0',
16771   'has_children' => '0',
16772   'expanded' => '0',
16773   'weight' => '4',
16774   'depth' => '6',
16775   'customized' => '0',
16776   'p1' => '1',
16777   'p2' => '20',
16778   'p3' => '34',
16779   'p4' => '114',
16780   'p5' => '303',
16781   'p6' => '313',
16782   'p7' => '0',
16783   'p8' => '0',
16784   'p9' => '0',
16785   'updated' => '0',
16786 ))
16787 ->values(array(
16788   'menu_name' => 'management',
16789   'mlid' => '314',
16790   'plid' => '303',
16791   'link_path' => 'admin/structure/types/manage/%/display/teaser',
16792   'router_path' => 'admin/structure/types/manage/%/display/teaser',
16793   'link_title' => 'Teaser',
16794   'options' => 'a:0:{}',
16795   'module' => 'system',
16796   'hidden' => '-1',
16797   'external' => '0',
16798   'has_children' => '0',
16799   'expanded' => '0',
16800   'weight' => '1',
16801   'depth' => '6',
16802   'customized' => '0',
16803   'p1' => '1',
16804   'p2' => '20',
16805   'p3' => '34',
16806   'p4' => '114',
16807   'p5' => '303',
16808   'p6' => '314',
16809   'p7' => '0',
16810   'p8' => '0',
16811   'p9' => '0',
16812   'updated' => '0',
16813 ))
16814 ->values(array(
16815   'menu_name' => 'management',
16816   'mlid' => '315',
16817   'plid' => '304',
16818   'link_path' => 'admin/structure/types/manage/%/fields/%',
16819   'router_path' => 'admin/structure/types/manage/%/fields/%',
16820   'link_title' => '',
16821   'options' => 'a:0:{}',
16822   'module' => 'system',
16823   'hidden' => '0',
16824   'external' => '0',
16825   'has_children' => '0',
16826   'expanded' => '0',
16827   'weight' => '0',
16828   'depth' => '6',
16829   'customized' => '0',
16830   'p1' => '1',
16831   'p2' => '20',
16832   'p3' => '34',
16833   'p4' => '114',
16834   'p5' => '304',
16835   'p6' => '315',
16836   'p7' => '0',
16837   'p8' => '0',
16838   'p9' => '0',
16839   'updated' => '0',
16840 ))
16841 ->values(array(
16842   'menu_name' => 'management',
16843   'mlid' => '316',
16844   'plid' => '307',
16845   'link_path' => 'admin/structure/taxonomy/%/fields/%/delete',
16846   'router_path' => 'admin/structure/taxonomy/%/fields/%/delete',
16847   'link_title' => 'Delete',
16848   'options' => 'a:0:{}',
16849   'module' => 'system',
16850   'hidden' => '-1',
16851   'external' => '0',
16852   'has_children' => '0',
16853   'expanded' => '0',
16854   'weight' => '10',
16855   'depth' => '7',
16856   'customized' => '0',
16857   'p1' => '1',
16858   'p2' => '20',
16859   'p3' => '180',
16860   'p4' => '212',
16861   'p5' => '299',
16862   'p6' => '307',
16863   'p7' => '316',
16864   'p8' => '0',
16865   'p9' => '0',
16866   'updated' => '0',
16867 ))
16868 ->values(array(
16869   'menu_name' => 'management',
16870   'mlid' => '317',
16871   'plid' => '307',
16872   'link_path' => 'admin/structure/taxonomy/%/fields/%/edit',
16873   'router_path' => 'admin/structure/taxonomy/%/fields/%/edit',
16874   'link_title' => 'Edit',
16875   'options' => 'a:0:{}',
16876   'module' => 'system',
16877   'hidden' => '-1',
16878   'external' => '0',
16879   'has_children' => '0',
16880   'expanded' => '0',
16881   'weight' => '0',
16882   'depth' => '7',
16883   'customized' => '0',
16884   'p1' => '1',
16885   'p2' => '20',
16886   'p3' => '180',
16887   'p4' => '212',
16888   'p5' => '299',
16889   'p6' => '307',
16890   'p7' => '317',
16891   'p8' => '0',
16892   'p9' => '0',
16893   'updated' => '0',
16894 ))
16895 ->values(array(
16896   'menu_name' => 'management',
16897   'mlid' => '318',
16898   'plid' => '307',
16899   'link_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
16900   'router_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
16901   'link_title' => 'Field settings',
16902   'options' => 'a:0:{}',
16903   'module' => 'system',
16904   'hidden' => '-1',
16905   'external' => '0',
16906   'has_children' => '0',
16907   'expanded' => '0',
16908   'weight' => '0',
16909   'depth' => '7',
16910   'customized' => '0',
16911   'p1' => '1',
16912   'p2' => '20',
16913   'p3' => '180',
16914   'p4' => '212',
16915   'p5' => '299',
16916   'p6' => '307',
16917   'p7' => '318',
16918   'p8' => '0',
16919   'p9' => '0',
16920   'updated' => '0',
16921 ))
16922 ->values(array(
16923   'menu_name' => 'management',
16924   'mlid' => '319',
16925   'plid' => '307',
16926   'link_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
16927   'router_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
16928   'link_title' => 'Widget type',
16929   'options' => 'a:0:{}',
16930   'module' => 'system',
16931   'hidden' => '-1',
16932   'external' => '0',
16933   'has_children' => '0',
16934   'expanded' => '0',
16935   'weight' => '0',
16936   'depth' => '7',
16937   'customized' => '0',
16938   'p1' => '1',
16939   'p2' => '20',
16940   'p3' => '180',
16941   'p4' => '212',
16942   'p5' => '299',
16943   'p6' => '307',
16944   'p7' => '319',
16945   'p8' => '0',
16946   'p9' => '0',
16947   'updated' => '0',
16948 ))
16949 ->values(array(
16950   'menu_name' => 'management',
16951   'mlid' => '320',
16952   'plid' => '308',
16953   'link_path' => 'admin/config/people/accounts/fields/%/delete',
16954   'router_path' => 'admin/config/people/accounts/fields/%/delete',
16955   'link_title' => 'Delete',
16956   'options' => 'a:0:{}',
16957   'module' => 'system',
16958   'hidden' => '-1',
16959   'external' => '0',
16960   'has_children' => '0',
16961   'expanded' => '0',
16962   'weight' => '10',
16963   'depth' => '7',
16964   'customized' => '0',
16965   'p1' => '1',
16966   'p2' => '8',
16967   'p3' => '45',
16968   'p4' => '66',
16969   'p5' => '300',
16970   'p6' => '308',
16971   'p7' => '320',
16972   'p8' => '0',
16973   'p9' => '0',
16974   'updated' => '0',
16975 ))
16976 ->values(array(
16977   'menu_name' => 'management',
16978   'mlid' => '321',
16979   'plid' => '308',
16980   'link_path' => 'admin/config/people/accounts/fields/%/edit',
16981   'router_path' => 'admin/config/people/accounts/fields/%/edit',
16982   'link_title' => 'Edit',
16983   'options' => 'a:0:{}',
16984   'module' => 'system',
16985   'hidden' => '-1',
16986   'external' => '0',
16987   'has_children' => '0',
16988   'expanded' => '0',
16989   'weight' => '0',
16990   'depth' => '7',
16991   'customized' => '0',
16992   'p1' => '1',
16993   'p2' => '8',
16994   'p3' => '45',
16995   'p4' => '66',
16996   'p5' => '300',
16997   'p6' => '308',
16998   'p7' => '321',
16999   'p8' => '0',
17000   'p9' => '0',
17001   'updated' => '0',
17002 ))
17003 ->values(array(
17004   'menu_name' => 'management',
17005   'mlid' => '322',
17006   'plid' => '308',
17007   'link_path' => 'admin/config/people/accounts/fields/%/field-settings',
17008   'router_path' => 'admin/config/people/accounts/fields/%/field-settings',
17009   'link_title' => 'Field settings',
17010   'options' => 'a:0:{}',
17011   'module' => 'system',
17012   'hidden' => '-1',
17013   'external' => '0',
17014   'has_children' => '0',
17015   'expanded' => '0',
17016   'weight' => '0',
17017   'depth' => '7',
17018   'customized' => '0',
17019   'p1' => '1',
17020   'p2' => '8',
17021   'p3' => '45',
17022   'p4' => '66',
17023   'p5' => '300',
17024   'p6' => '308',
17025   'p7' => '322',
17026   'p8' => '0',
17027   'p9' => '0',
17028   'updated' => '0',
17029 ))
17030 ->values(array(
17031   'menu_name' => 'management',
17032   'mlid' => '323',
17033   'plid' => '308',
17034   'link_path' => 'admin/config/people/accounts/fields/%/widget-type',
17035   'router_path' => 'admin/config/people/accounts/fields/%/widget-type',
17036   'link_title' => 'Widget type',
17037   'options' => 'a:0:{}',
17038   'module' => 'system',
17039   'hidden' => '-1',
17040   'external' => '0',
17041   'has_children' => '0',
17042   'expanded' => '0',
17043   'weight' => '0',
17044   'depth' => '7',
17045   'customized' => '0',
17046   'p1' => '1',
17047   'p2' => '8',
17048   'p3' => '45',
17049   'p4' => '66',
17050   'p5' => '300',
17051   'p6' => '308',
17052   'p7' => '323',
17053   'p8' => '0',
17054   'p9' => '0',
17055   'updated' => '0',
17056 ))
17057 ->values(array(
17058   'menu_name' => 'management',
17059   'mlid' => '324',
17060   'plid' => '161',
17061   'link_path' => 'admin/structure/types/manage/%/comment/display/default',
17062   'router_path' => 'admin/structure/types/manage/%/comment/display/default',
17063   'link_title' => 'Default',
17064   'options' => 'a:0:{}',
17065   'module' => 'system',
17066   'hidden' => '-1',
17067   'external' => '0',
17068   'has_children' => '0',
17069   'expanded' => '0',
17070   'weight' => '-10',
17071   'depth' => '6',
17072   'customized' => '0',
17073   'p1' => '1',
17074   'p2' => '20',
17075   'p3' => '34',
17076   'p4' => '114',
17077   'p5' => '161',
17078   'p6' => '324',
17079   'p7' => '0',
17080   'p8' => '0',
17081   'p9' => '0',
17082   'updated' => '0',
17083 ))
17084 ->values(array(
17085   'menu_name' => 'management',
17086   'mlid' => '325',
17087   'plid' => '161',
17088   'link_path' => 'admin/structure/types/manage/%/comment/display/full',
17089   'router_path' => 'admin/structure/types/manage/%/comment/display/full',
17090   'link_title' => 'Full comment',
17091   'options' => 'a:0:{}',
17092   'module' => 'system',
17093   'hidden' => '-1',
17094   'external' => '0',
17095   'has_children' => '0',
17096   'expanded' => '0',
17097   'weight' => '0',
17098   'depth' => '6',
17099   'customized' => '0',
17100   'p1' => '1',
17101   'p2' => '20',
17102   'p3' => '34',
17103   'p4' => '114',
17104   'p5' => '161',
17105   'p6' => '325',
17106   'p7' => '0',
17107   'p8' => '0',
17108   'p9' => '0',
17109   'updated' => '0',
17110 ))
17111 ->values(array(
17112   'menu_name' => 'management',
17113   'mlid' => '326',
17114   'plid' => '162',
17115   'link_path' => 'admin/structure/types/manage/%/comment/fields/%',
17116   'router_path' => 'admin/structure/types/manage/%/comment/fields/%',
17117   'link_title' => '',
17118   'options' => 'a:0:{}',
17119   'module' => 'system',
17120   'hidden' => '0',
17121   'external' => '0',
17122   'has_children' => '0',
17123   'expanded' => '0',
17124   'weight' => '0',
17125   'depth' => '6',
17126   'customized' => '0',
17127   'p1' => '1',
17128   'p2' => '20',
17129   'p3' => '34',
17130   'p4' => '114',
17131   'p5' => '162',
17132   'p6' => '326',
17133   'p7' => '0',
17134   'p8' => '0',
17135   'p9' => '0',
17136   'updated' => '0',
17137 ))
17138 ->values(array(
17139   'menu_name' => 'management',
17140   'mlid' => '327',
17141   'plid' => '315',
17142   'link_path' => 'admin/structure/types/manage/%/fields/%/delete',
17143   'router_path' => 'admin/structure/types/manage/%/fields/%/delete',
17144   'link_title' => 'Delete',
17145   'options' => 'a:0:{}',
17146   'module' => 'system',
17147   'hidden' => '-1',
17148   'external' => '0',
17149   'has_children' => '0',
17150   'expanded' => '0',
17151   'weight' => '10',
17152   'depth' => '7',
17153   'customized' => '0',
17154   'p1' => '1',
17155   'p2' => '20',
17156   'p3' => '34',
17157   'p4' => '114',
17158   'p5' => '304',
17159   'p6' => '315',
17160   'p7' => '327',
17161   'p8' => '0',
17162   'p9' => '0',
17163   'updated' => '0',
17164 ))
17165 ->values(array(
17166   'menu_name' => 'management',
17167   'mlid' => '328',
17168   'plid' => '315',
17169   'link_path' => 'admin/structure/types/manage/%/fields/%/edit',
17170   'router_path' => 'admin/structure/types/manage/%/fields/%/edit',
17171   'link_title' => 'Edit',
17172   'options' => 'a:0:{}',
17173   'module' => 'system',
17174   'hidden' => '-1',
17175   'external' => '0',
17176   'has_children' => '0',
17177   'expanded' => '0',
17178   'weight' => '0',
17179   'depth' => '7',
17180   'customized' => '0',
17181   'p1' => '1',
17182   'p2' => '20',
17183   'p3' => '34',
17184   'p4' => '114',
17185   'p5' => '304',
17186   'p6' => '315',
17187   'p7' => '328',
17188   'p8' => '0',
17189   'p9' => '0',
17190   'updated' => '0',
17191 ))
17192 ->values(array(
17193   'menu_name' => 'management',
17194   'mlid' => '329',
17195   'plid' => '315',
17196   'link_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
17197   'router_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
17198   'link_title' => 'Field settings',
17199   'options' => 'a:0:{}',
17200   'module' => 'system',
17201   'hidden' => '-1',
17202   'external' => '0',
17203   'has_children' => '0',
17204   'expanded' => '0',
17205   'weight' => '0',
17206   'depth' => '7',
17207   'customized' => '0',
17208   'p1' => '1',
17209   'p2' => '20',
17210   'p3' => '34',
17211   'p4' => '114',
17212   'p5' => '304',
17213   'p6' => '315',
17214   'p7' => '329',
17215   'p8' => '0',
17216   'p9' => '0',
17217   'updated' => '0',
17218 ))
17219 ->values(array(
17220   'menu_name' => 'management',
17221   'mlid' => '330',
17222   'plid' => '315',
17223   'link_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
17224   'router_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
17225   'link_title' => 'Widget type',
17226   'options' => 'a:0:{}',
17227   'module' => 'system',
17228   'hidden' => '-1',
17229   'external' => '0',
17230   'has_children' => '0',
17231   'expanded' => '0',
17232   'weight' => '0',
17233   'depth' => '7',
17234   'customized' => '0',
17235   'p1' => '1',
17236   'p2' => '20',
17237   'p3' => '34',
17238   'p4' => '114',
17239   'p5' => '304',
17240   'p6' => '315',
17241   'p7' => '330',
17242   'p8' => '0',
17243   'p9' => '0',
17244   'updated' => '0',
17245 ))
17246 ->values(array(
17247   'menu_name' => 'management',
17248   'mlid' => '331',
17249   'plid' => '326',
17250   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
17251   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
17252   'link_title' => 'Delete',
17253   'options' => 'a:0:{}',
17254   'module' => 'system',
17255   'hidden' => '-1',
17256   'external' => '0',
17257   'has_children' => '0',
17258   'expanded' => '0',
17259   'weight' => '10',
17260   'depth' => '7',
17261   'customized' => '0',
17262   'p1' => '1',
17263   'p2' => '20',
17264   'p3' => '34',
17265   'p4' => '114',
17266   'p5' => '162',
17267   'p6' => '326',
17268   'p7' => '331',
17269   'p8' => '0',
17270   'p9' => '0',
17271   'updated' => '0',
17272 ))
17273 ->values(array(
17274   'menu_name' => 'management',
17275   'mlid' => '332',
17276   'plid' => '326',
17277   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
17278   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
17279   'link_title' => 'Edit',
17280   'options' => 'a:0:{}',
17281   'module' => 'system',
17282   'hidden' => '-1',
17283   'external' => '0',
17284   'has_children' => '0',
17285   'expanded' => '0',
17286   'weight' => '0',
17287   'depth' => '7',
17288   'customized' => '0',
17289   'p1' => '1',
17290   'p2' => '20',
17291   'p3' => '34',
17292   'p4' => '114',
17293   'p5' => '162',
17294   'p6' => '326',
17295   'p7' => '332',
17296   'p8' => '0',
17297   'p9' => '0',
17298   'updated' => '0',
17299 ))
17300 ->values(array(
17301   'menu_name' => 'management',
17302   'mlid' => '333',
17303   'plid' => '326',
17304   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
17305   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
17306   'link_title' => 'Field settings',
17307   'options' => 'a:0:{}',
17308   'module' => 'system',
17309   'hidden' => '-1',
17310   'external' => '0',
17311   'has_children' => '0',
17312   'expanded' => '0',
17313   'weight' => '0',
17314   'depth' => '7',
17315   'customized' => '0',
17316   'p1' => '1',
17317   'p2' => '20',
17318   'p3' => '34',
17319   'p4' => '114',
17320   'p5' => '162',
17321   'p6' => '326',
17322   'p7' => '333',
17323   'p8' => '0',
17324   'p9' => '0',
17325   'updated' => '0',
17326 ))
17327 ->values(array(
17328   'menu_name' => 'management',
17329   'mlid' => '334',
17330   'plid' => '326',
17331   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
17332   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
17333   'link_title' => 'Widget type',
17334   'options' => 'a:0:{}',
17335   'module' => 'system',
17336   'hidden' => '-1',
17337   'external' => '0',
17338   'has_children' => '0',
17339   'expanded' => '0',
17340   'weight' => '0',
17341   'depth' => '7',
17342   'customized' => '0',
17343   'p1' => '1',
17344   'p2' => '20',
17345   'p3' => '34',
17346   'p4' => '114',
17347   'p5' => '162',
17348   'p6' => '326',
17349   'p7' => '334',
17350   'p8' => '0',
17351   'p9' => '0',
17352   'updated' => '0',
17353 ))
17354 ->values(array(
17355   'menu_name' => 'navigation',
17356   'mlid' => '335',
17357   'plid' => '0',
17358   'link_path' => 'blog',
17359   'router_path' => 'blog',
17360   'link_title' => 'Blogs',
17361   'options' => 'a:0:{}',
17362   'module' => 'system',
17363   'hidden' => '1',
17364   'external' => '0',
17365   'has_children' => '1',
17366   'expanded' => '0',
17367   'weight' => '0',
17368   'depth' => '1',
17369   'customized' => '0',
17370   'p1' => '335',
17371   'p2' => '0',
17372   'p3' => '0',
17373   'p4' => '0',
17374   'p5' => '0',
17375   'p6' => '0',
17376   'p7' => '0',
17377   'p8' => '0',
17378   'p9' => '0',
17379   'updated' => '0',
17380 ))
17381 ->values(array(
17382   'menu_name' => 'navigation',
17383   'mlid' => '336',
17384   'plid' => '0',
17385   'link_path' => 'book',
17386   'router_path' => 'book',
17387   'link_title' => 'Books',
17388   'options' => 'a:0:{}',
17389   'module' => 'system',
17390   'hidden' => '1',
17391   'external' => '0',
17392   'has_children' => '0',
17393   'expanded' => '0',
17394   'weight' => '0',
17395   'depth' => '1',
17396   'customized' => '0',
17397   'p1' => '336',
17398   'p2' => '0',
17399   'p3' => '0',
17400   'p4' => '0',
17401   'p5' => '0',
17402   'p6' => '0',
17403   'p7' => '0',
17404   'p8' => '0',
17405   'p9' => '0',
17406   'updated' => '0',
17407 ))
17408 ->values(array(
17409   'menu_name' => 'navigation',
17410   'mlid' => '337',
17411   'plid' => '0',
17412   'link_path' => 'contact',
17413   'router_path' => 'contact',
17414   'link_title' => 'Contact',
17415   'options' => 'a:0:{}',
17416   'module' => 'system',
17417   'hidden' => '1',
17418   'external' => '0',
17419   'has_children' => '0',
17420   'expanded' => '0',
17421   'weight' => '0',
17422   'depth' => '1',
17423   'customized' => '0',
17424   'p1' => '337',
17425   'p2' => '0',
17426   'p3' => '0',
17427   'p4' => '0',
17428   'p5' => '0',
17429   'p6' => '0',
17430   'p7' => '0',
17431   'p8' => '0',
17432   'p9' => '0',
17433   'updated' => '0',
17434 ))
17435 ->values(array(
17436   'menu_name' => 'navigation',
17437   'mlid' => '338',
17438   'plid' => '0',
17439   'link_path' => 'aggregator',
17440   'router_path' => 'aggregator',
17441   'link_title' => 'Feed aggregator',
17442   'options' => 'a:0:{}',
17443   'module' => 'system',
17444   'hidden' => '0',
17445   'external' => '0',
17446   'has_children' => '1',
17447   'expanded' => '0',
17448   'weight' => '5',
17449   'depth' => '1',
17450   'customized' => '0',
17451   'p1' => '338',
17452   'p2' => '0',
17453   'p3' => '0',
17454   'p4' => '0',
17455   'p5' => '0',
17456   'p6' => '0',
17457   'p7' => '0',
17458   'p8' => '0',
17459   'p9' => '0',
17460   'updated' => '0',
17461 ))
17462 ->values(array(
17463   'menu_name' => 'navigation',
17464   'mlid' => '339',
17465   'plid' => '0',
17466   'link_path' => 'forum',
17467   'router_path' => 'forum',
17468   'link_title' => 'Forums',
17469   'options' => 'a:0:{}',
17470   'module' => 'system',
17471   'hidden' => '0',
17472   'external' => '0',
17473   'has_children' => '1',
17474   'expanded' => '0',
17475   'weight' => '0',
17476   'depth' => '1',
17477   'customized' => '0',
17478   'p1' => '339',
17479   'p2' => '0',
17480   'p3' => '0',
17481   'p4' => '0',
17482   'p5' => '0',
17483   'p6' => '0',
17484   'p7' => '0',
17485   'p8' => '0',
17486   'p9' => '0',
17487   'updated' => '0',
17488 ))
17489 ->values(array(
17490   'menu_name' => 'navigation',
17491   'mlid' => '340',
17492   'plid' => '0',
17493   'link_path' => 'tracker',
17494   'router_path' => 'tracker',
17495   'link_title' => 'Recent content',
17496   'options' => 'a:0:{}',
17497   'module' => 'system',
17498   'hidden' => '0',
17499   'external' => '0',
17500   'has_children' => '0',
17501   'expanded' => '0',
17502   'weight' => '1',
17503   'depth' => '1',
17504   'customized' => '0',
17505   'p1' => '340',
17506   'p2' => '0',
17507   'p3' => '0',
17508   'p4' => '0',
17509   'p5' => '0',
17510   'p6' => '0',
17511   'p7' => '0',
17512   'p8' => '0',
17513   'p9' => '0',
17514   'updated' => '0',
17515 ))
17516 ->values(array(
17517   'menu_name' => 'navigation',
17518   'mlid' => '341',
17519   'plid' => '340',
17520   'link_path' => 'tracker/all',
17521   'router_path' => 'tracker/all',
17522   'link_title' => 'All recent content',
17523   'options' => 'a:0:{}',
17524   'module' => 'system',
17525   'hidden' => '-1',
17526   'external' => '0',
17527   'has_children' => '0',
17528   'expanded' => '0',
17529   'weight' => '0',
17530   'depth' => '2',
17531   'customized' => '0',
17532   'p1' => '340',
17533   'p2' => '341',
17534   'p3' => '0',
17535   'p4' => '0',
17536   'p5' => '0',
17537   'p6' => '0',
17538   'p7' => '0',
17539   'p8' => '0',
17540   'p9' => '0',
17541   'updated' => '0',
17542 ))
17543 ->values(array(
17544   'menu_name' => 'navigation',
17545   'mlid' => '342',
17546   'plid' => '338',
17547   'link_path' => 'aggregator/categories',
17548   'router_path' => 'aggregator/categories',
17549   'link_title' => 'Categories',
17550   'options' => 'a:0:{}',
17551   'module' => 'system',
17552   'hidden' => '0',
17553   'external' => '0',
17554   'has_children' => '1',
17555   'expanded' => '0',
17556   'weight' => '0',
17557   'depth' => '2',
17558   'customized' => '0',
17559   'p1' => '338',
17560   'p2' => '342',
17561   'p3' => '0',
17562   'p4' => '0',
17563   'p5' => '0',
17564   'p6' => '0',
17565   'p7' => '0',
17566   'p8' => '0',
17567   'p9' => '0',
17568   'updated' => '0',
17569 ))
17570 ->values(array(
17571   'menu_name' => 'navigation',
17572   'mlid' => '343',
17573   'plid' => '339',
17574   'link_path' => 'forum/%',
17575   'router_path' => 'forum/%',
17576   'link_title' => 'Forums',
17577   'options' => 'a:0:{}',
17578   'module' => 'system',
17579   'hidden' => '0',
17580   'external' => '0',
17581   'has_children' => '0',
17582   'expanded' => '0',
17583   'weight' => '0',
17584   'depth' => '2',
17585   'customized' => '0',
17586   'p1' => '339',
17587   'p2' => '343',
17588   'p3' => '0',
17589   'p4' => '0',
17590   'p5' => '0',
17591   'p6' => '0',
17592   'p7' => '0',
17593   'p8' => '0',
17594   'p9' => '0',
17595   'updated' => '0',
17596 ))
17597 ->values(array(
17598   'menu_name' => 'navigation',
17599   'mlid' => '344',
17600   'plid' => '335',
17601   'link_path' => 'blog/%',
17602   'router_path' => 'blog/%',
17603   'link_title' => 'My blog',
17604   'options' => 'a:0:{}',
17605   'module' => 'system',
17606   'hidden' => '0',
17607   'external' => '0',
17608   'has_children' => '0',
17609   'expanded' => '0',
17610   'weight' => '0',
17611   'depth' => '2',
17612   'customized' => '0',
17613   'p1' => '335',
17614   'p2' => '344',
17615   'p3' => '0',
17616   'p4' => '0',
17617   'p5' => '0',
17618   'p6' => '0',
17619   'p7' => '0',
17620   'p8' => '0',
17621   'p9' => '0',
17622   'updated' => '0',
17623 ))
17624 ->values(array(
17625   'menu_name' => 'navigation',
17626   'mlid' => '345',
17627   'plid' => '340',
17628   'link_path' => 'tracker/%',
17629   'router_path' => 'tracker/%',
17630   'link_title' => 'My recent content',
17631   'options' => 'a:0:{}',
17632   'module' => 'system',
17633   'hidden' => '-1',
17634   'external' => '0',
17635   'has_children' => '0',
17636   'expanded' => '0',
17637   'weight' => '0',
17638   'depth' => '2',
17639   'customized' => '0',
17640   'p1' => '340',
17641   'p2' => '345',
17642   'p3' => '0',
17643   'p4' => '0',
17644   'p5' => '0',
17645   'p6' => '0',
17646   'p7' => '0',
17647   'p8' => '0',
17648   'p9' => '0',
17649   'updated' => '0',
17650 ))
17651 ->values(array(
17652   'menu_name' => 'navigation',
17653   'mlid' => '346',
17654   'plid' => '338',
17655   'link_path' => 'aggregator/sources',
17656   'router_path' => 'aggregator/sources',
17657   'link_title' => 'Sources',
17658   'options' => 'a:0:{}',
17659   'module' => 'system',
17660   'hidden' => '0',
17661   'external' => '0',
17662   'has_children' => '1',
17663   'expanded' => '0',
17664   'weight' => '0',
17665   'depth' => '2',
17666   'customized' => '0',
17667   'p1' => '338',
17668   'p2' => '346',
17669   'p3' => '0',
17670   'p4' => '0',
17671   'p5' => '0',
17672   'p6' => '0',
17673   'p7' => '0',
17674   'p8' => '0',
17675   'p9' => '0',
17676   'updated' => '0',
17677 ))
17678 ->values(array(
17679   'menu_name' => 'navigation',
17680   'mlid' => '347',
17681   'plid' => '342',
17682   'link_path' => 'aggregator/categories/%',
17683   'router_path' => 'aggregator/categories/%',
17684   'link_title' => '',
17685   'options' => 'a:0:{}',
17686   'module' => 'system',
17687   'hidden' => '0',
17688   'external' => '0',
17689   'has_children' => '0',
17690   'expanded' => '0',
17691   'weight' => '0',
17692   'depth' => '3',
17693   'customized' => '0',
17694   'p1' => '338',
17695   'p2' => '342',
17696   'p3' => '347',
17697   'p4' => '0',
17698   'p5' => '0',
17699   'p6' => '0',
17700   'p7' => '0',
17701   'p8' => '0',
17702   'p9' => '0',
17703   'updated' => '0',
17704 ))
17705 ->values(array(
17706   'menu_name' => 'navigation',
17707   'mlid' => '348',
17708   'plid' => '346',
17709   'link_path' => 'aggregator/sources/%',
17710   'router_path' => 'aggregator/sources/%',
17711   'link_title' => '',
17712   'options' => 'a:0:{}',
17713   'module' => 'system',
17714   'hidden' => '0',
17715   'external' => '0',
17716   'has_children' => '0',
17717   'expanded' => '0',
17718   'weight' => '0',
17719   'depth' => '3',
17720   'customized' => '0',
17721   'p1' => '338',
17722   'p2' => '346',
17723   'p3' => '348',
17724   'p4' => '0',
17725   'p5' => '0',
17726   'p6' => '0',
17727   'p7' => '0',
17728   'p8' => '0',
17729   'p9' => '0',
17730   'updated' => '0',
17731 ))
17732 ->values(array(
17733   'menu_name' => 'navigation',
17734   'mlid' => '349',
17735   'plid' => '6',
17736   'link_path' => 'node/add/blog',
17737   'router_path' => 'node/add/blog',
17738   'link_title' => 'Blog entry',
17739   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:58:"Use for multi-user blogs. Every user gets a personal blog.";}}',
17740   'module' => 'system',
17741   'hidden' => '0',
17742   'external' => '0',
17743   'has_children' => '0',
17744   'expanded' => '0',
17745   'weight' => '0',
17746   'depth' => '2',
17747   'customized' => '0',
17748   'p1' => '6',
17749   'p2' => '349',
17750   'p3' => '0',
17751   'p4' => '0',
17752   'p5' => '0',
17753   'p6' => '0',
17754   'p7' => '0',
17755   'p8' => '0',
17756   'p9' => '0',
17757   'updated' => '0',
17758 ))
17759 ->values(array(
17760   'menu_name' => 'navigation',
17761   'mlid' => '350',
17762   'plid' => '6',
17763   'link_path' => 'node/add/book',
17764   'router_path' => 'node/add/book',
17765   'link_title' => 'Book page',
17766   '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.";}}',
17767   'module' => 'system',
17768   'hidden' => '0',
17769   'external' => '0',
17770   'has_children' => '0',
17771   'expanded' => '0',
17772   'weight' => '0',
17773   'depth' => '2',
17774   'customized' => '0',
17775   'p1' => '6',
17776   'p2' => '350',
17777   'p3' => '0',
17778   'p4' => '0',
17779   'p5' => '0',
17780   'p6' => '0',
17781   'p7' => '0',
17782   'p8' => '0',
17783   'p9' => '0',
17784   'updated' => '0',
17785 ))
17786 ->values(array(
17787   'menu_name' => 'management',
17788   'mlid' => '351',
17789   'plid' => '9',
17790   'link_path' => 'admin/content/book',
17791   'router_path' => 'admin/content/book',
17792   'link_title' => 'Books',
17793   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:33:\"Manage your site's book outlines.\";}}",
17794   'module' => 'system',
17795   'hidden' => '-1',
17796   'external' => '0',
17797   'has_children' => '0',
17798   'expanded' => '0',
17799   'weight' => '0',
17800   'depth' => '3',
17801   'customized' => '0',
17802   'p1' => '1',
17803   'p2' => '9',
17804   'p3' => '351',
17805   'p4' => '0',
17806   'p5' => '0',
17807   'p6' => '0',
17808   'p7' => '0',
17809   'p8' => '0',
17810   'p9' => '0',
17811   'updated' => '0',
17812 ))
17813 ->values(array(
17814   'menu_name' => 'navigation',
17815   'mlid' => '352',
17816   'plid' => '16',
17817   'link_path' => 'user/%/contact',
17818   'router_path' => 'user/%/contact',
17819   'link_title' => 'Contact',
17820   'options' => 'a:0:{}',
17821   'module' => 'system',
17822   'hidden' => '-1',
17823   'external' => '0',
17824   'has_children' => '0',
17825   'expanded' => '0',
17826   'weight' => '2',
17827   'depth' => '2',
17828   'customized' => '0',
17829   'p1' => '16',
17830   'p2' => '352',
17831   'p3' => '0',
17832   'p4' => '0',
17833   'p5' => '0',
17834   'p6' => '0',
17835   'p7' => '0',
17836   'p8' => '0',
17837   'p9' => '0',
17838   'updated' => '0',
17839 ))
17840 ->values(array(
17841   'menu_name' => 'management',
17842   'mlid' => '353',
17843   'plid' => '20',
17844   'link_path' => 'admin/structure/contact',
17845   'router_path' => 'admin/structure/contact',
17846   'link_title' => 'Contact form',
17847   '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.";}}',
17848   'module' => 'system',
17849   'hidden' => '0',
17850   'external' => '0',
17851   'has_children' => '1',
17852   'expanded' => '0',
17853   'weight' => '0',
17854   'depth' => '3',
17855   'customized' => '0',
17856   'p1' => '1',
17857   'p2' => '20',
17858   'p3' => '353',
17859   'p4' => '0',
17860   'p5' => '0',
17861   'p6' => '0',
17862   'p7' => '0',
17863   'p8' => '0',
17864   'p9' => '0',
17865   'updated' => '0',
17866 ))
17867 ->values(array(
17868   'menu_name' => 'management',
17869   'mlid' => '354',
17870   'plid' => '8',
17871   'link_path' => 'admin/config/date',
17872   'router_path' => 'admin/config/date',
17873   'link_title' => 'Date API',
17874   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"Settings for modules the use the Date API.";}}',
17875   'module' => 'system',
17876   'hidden' => '0',
17877   'external' => '0',
17878   'has_children' => '0',
17879   'expanded' => '0',
17880   'weight' => '-10',
17881   'depth' => '3',
17882   'customized' => '0',
17883   'p1' => '1',
17884   'p2' => '8',
17885   'p3' => '354',
17886   'p4' => '0',
17887   'p5' => '0',
17888   'p6' => '0',
17889   'p7' => '0',
17890   'p8' => '0',
17891   'p9' => '0',
17892   'updated' => '0',
17893 ))
17894 ->values(array(
17895   'menu_name' => 'navigation',
17896   'mlid' => '355',
17897   'plid' => '6',
17898   'link_path' => 'node/add/forum',
17899   'router_path' => 'node/add/forum',
17900   'link_title' => 'Forum topic',
17901   '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.";}}',
17902   'module' => 'system',
17903   'hidden' => '0',
17904   'external' => '0',
17905   'has_children' => '0',
17906   'expanded' => '0',
17907   'weight' => '0',
17908   'depth' => '2',
17909   'customized' => '0',
17910   'p1' => '6',
17911   'p2' => '355',
17912   'p3' => '0',
17913   'p4' => '0',
17914   'p5' => '0',
17915   'p6' => '0',
17916   'p7' => '0',
17917   'p8' => '0',
17918   'p9' => '0',
17919   'updated' => '0',
17920 ))
17921 ->values(array(
17922   'menu_name' => 'management',
17923   'mlid' => '356',
17924   'plid' => '20',
17925   'link_path' => 'admin/structure/forum',
17926   'router_path' => 'admin/structure/forum',
17927   'link_title' => 'Forums',
17928   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Control forum hierarchy settings.";}}',
17929   'module' => 'system',
17930   'hidden' => '0',
17931   'external' => '0',
17932   'has_children' => '1',
17933   'expanded' => '0',
17934   'weight' => '0',
17935   'depth' => '3',
17936   'customized' => '0',
17937   'p1' => '1',
17938   'p2' => '20',
17939   'p3' => '356',
17940   'p4' => '0',
17941   'p5' => '0',
17942   'p6' => '0',
17943   'p7' => '0',
17944   'p8' => '0',
17945   'p9' => '0',
17946   'updated' => '0',
17947 ))
17948 ->values(array(
17949   'menu_name' => 'navigation',
17950   'mlid' => '358',
17951   'plid' => '5',
17952   'link_path' => 'node/%/outline',
17953   'router_path' => 'node/%/outline',
17954   'link_title' => 'Outline',
17955   'options' => 'a:0:{}',
17956   'module' => 'system',
17957   'hidden' => '-1',
17958   'external' => '0',
17959   'has_children' => '1',
17960   'expanded' => '0',
17961   'weight' => '2',
17962   'depth' => '2',
17963   'customized' => '0',
17964   'p1' => '5',
17965   'p2' => '358',
17966   'p3' => '0',
17967   'p4' => '0',
17968   'p5' => '0',
17969   'p6' => '0',
17970   'p7' => '0',
17971   'p8' => '0',
17972   'p9' => '0',
17973   'updated' => '0',
17974 ))
17975 ->values(array(
17976   'menu_name' => 'management',
17977   'mlid' => '359',
17978   'plid' => '18',
17979   'link_path' => 'admin/reports/hits',
17980   'router_path' => 'admin/reports/hits',
17981   'link_title' => 'Recent hits',
17982   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View pages that have recently been visited.";}}',
17983   'module' => 'system',
17984   'hidden' => '0',
17985   'external' => '0',
17986   'has_children' => '0',
17987   'expanded' => '0',
17988   'weight' => '0',
17989   'depth' => '3',
17990   'customized' => '0',
17991   'p1' => '1',
17992   'p2' => '18',
17993   'p3' => '359',
17994   'p4' => '0',
17995   'p5' => '0',
17996   'p6' => '0',
17997   'p7' => '0',
17998   'p8' => '0',
17999   'p9' => '0',
18000   'updated' => '0',
18001 ))
18002 ->values(array(
18003   'menu_name' => 'management',
18004   'mlid' => '360',
18005   'plid' => '18',
18006   'link_path' => 'admin/reports/pages',
18007   'router_path' => 'admin/reports/pages',
18008   'link_title' => 'Top pages',
18009   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"View pages that have been hit frequently.";}}',
18010   'module' => 'system',
18011   'hidden' => '0',
18012   'external' => '0',
18013   'has_children' => '0',
18014   'expanded' => '0',
18015   'weight' => '1',
18016   'depth' => '3',
18017   'customized' => '0',
18018   'p1' => '1',
18019   'p2' => '18',
18020   'p3' => '360',
18021   'p4' => '0',
18022   'p5' => '0',
18023   'p6' => '0',
18024   'p7' => '0',
18025   'p8' => '0',
18026   'p9' => '0',
18027   'updated' => '0',
18028 ))
18029 ->values(array(
18030   'menu_name' => 'management',
18031   'mlid' => '361',
18032   'plid' => '18',
18033   'link_path' => 'admin/reports/referrers',
18034   'router_path' => 'admin/reports/referrers',
18035   'link_title' => 'Top referrers',
18036   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:19:"View top referrers.";}}',
18037   'module' => 'system',
18038   'hidden' => '0',
18039   'external' => '0',
18040   'has_children' => '0',
18041   'expanded' => '0',
18042   'weight' => '0',
18043   'depth' => '3',
18044   'customized' => '0',
18045   'p1' => '1',
18046   'p2' => '18',
18047   'p3' => '361',
18048   'p4' => '0',
18049   'p5' => '0',
18050   'p6' => '0',
18051   'p7' => '0',
18052   'p8' => '0',
18053   'p9' => '0',
18054   'updated' => '0',
18055 ))
18056 ->values(array(
18057   'menu_name' => 'management',
18058   'mlid' => '362',
18059   'plid' => '18',
18060   'link_path' => 'admin/reports/visitors',
18061   'router_path' => 'admin/reports/visitors',
18062   'link_title' => 'Top visitors',
18063   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View visitors that hit many pages.";}}',
18064   'module' => 'system',
18065   'hidden' => '0',
18066   'external' => '0',
18067   'has_children' => '0',
18068   'expanded' => '0',
18069   'weight' => '2',
18070   'depth' => '3',
18071   'customized' => '0',
18072   'p1' => '1',
18073   'p2' => '18',
18074   'p3' => '362',
18075   'p4' => '0',
18076   'p5' => '0',
18077   'p6' => '0',
18078   'p7' => '0',
18079   'p8' => '0',
18080   'p9' => '0',
18081   'updated' => '0',
18082 ))
18083 ->values(array(
18084   'menu_name' => 'navigation',
18085   'mlid' => '363',
18086   'plid' => '5',
18087   'link_path' => 'node/%/track',
18088   'router_path' => 'node/%/track',
18089   'link_title' => 'Track',
18090   'options' => 'a:0:{}',
18091   'module' => 'system',
18092   'hidden' => '-1',
18093   'external' => '0',
18094   'has_children' => '0',
18095   'expanded' => '0',
18096   'weight' => '2',
18097   'depth' => '2',
18098   'customized' => '0',
18099   'p1' => '5',
18100   'p2' => '363',
18101   'p3' => '0',
18102   'p4' => '0',
18103   'p5' => '0',
18104   'p6' => '0',
18105   'p7' => '0',
18106   'p8' => '0',
18107   'p9' => '0',
18108   'updated' => '0',
18109 ))
18110 ->values(array(
18111   'menu_name' => 'navigation',
18112   'mlid' => '364',
18113   'plid' => '16',
18114   'link_path' => 'user/%/track',
18115   'router_path' => 'user/%/track',
18116   'link_title' => 'Track',
18117   'options' => 'a:0:{}',
18118   'module' => 'system',
18119   'hidden' => '-1',
18120   'external' => '0',
18121   'has_children' => '0',
18122   'expanded' => '0',
18123   'weight' => '0',
18124   'depth' => '2',
18125   'customized' => '0',
18126   'p1' => '16',
18127   'p2' => '364',
18128   'p3' => '0',
18129   'p4' => '0',
18130   'p5' => '0',
18131   'p6' => '0',
18132   'p7' => '0',
18133   'p8' => '0',
18134   'p9' => '0',
18135   'updated' => '0',
18136 ))
18137 ->values(array(
18138   'menu_name' => 'navigation',
18139   'mlid' => '365',
18140   'plid' => '5',
18141   'link_path' => 'node/%/translate',
18142   'router_path' => 'node/%/translate',
18143   'link_title' => 'Translate',
18144   'options' => 'a:0:{}',
18145   'module' => 'system',
18146   'hidden' => '-1',
18147   'external' => '0',
18148   'has_children' => '0',
18149   'expanded' => '0',
18150   'weight' => '2',
18151   'depth' => '2',
18152   'customized' => '0',
18153   'p1' => '5',
18154   'p2' => '365',
18155   'p3' => '0',
18156   'p4' => '0',
18157   'p5' => '0',
18158   'p6' => '0',
18159   'p7' => '0',
18160   'p8' => '0',
18161   'p9' => '0',
18162   'updated' => '0',
18163 ))
18164 ->values(array(
18165   'menu_name' => 'management',
18166   'mlid' => '366',
18167   'plid' => '20',
18168   'link_path' => 'admin/structure/trigger',
18169   'router_path' => 'admin/structure/trigger',
18170   'link_title' => 'Triggers',
18171   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Configure when to execute actions.";}}',
18172   'module' => 'system',
18173   'hidden' => '0',
18174   'external' => '0',
18175   'has_children' => '0',
18176   'expanded' => '0',
18177   'weight' => '0',
18178   'depth' => '3',
18179   'customized' => '0',
18180   'p1' => '1',
18181   'p2' => '20',
18182   'p3' => '366',
18183   'p4' => '0',
18184   'p5' => '0',
18185   'p6' => '0',
18186   'p7' => '0',
18187   'p8' => '0',
18188   'p9' => '0',
18189   'updated' => '0',
18190 ))
18191 ->values(array(
18192   'menu_name' => 'management',
18193   'mlid' => '369',
18194   'plid' => '175',
18195   'link_path' => 'admin/help/aggregator',
18196   'router_path' => 'admin/help/aggregator',
18197   'link_title' => 'aggregator',
18198   'options' => 'a:0:{}',
18199   'module' => 'system',
18200   'hidden' => '-1',
18201   'external' => '0',
18202   'has_children' => '0',
18203   'expanded' => '0',
18204   'weight' => '0',
18205   'depth' => '3',
18206   'customized' => '0',
18207   'p1' => '1',
18208   'p2' => '175',
18209   'p3' => '369',
18210   'p4' => '0',
18211   'p5' => '0',
18212   'p6' => '0',
18213   'p7' => '0',
18214   'p8' => '0',
18215   'p9' => '0',
18216   'updated' => '0',
18217 ))
18218 ->values(array(
18219   'menu_name' => 'management',
18220   'mlid' => '370',
18221   'plid' => '175',
18222   'link_path' => 'admin/help/blog',
18223   'router_path' => 'admin/help/blog',
18224   'link_title' => 'blog',
18225   'options' => 'a:0:{}',
18226   'module' => 'system',
18227   'hidden' => '-1',
18228   'external' => '0',
18229   'has_children' => '0',
18230   'expanded' => '0',
18231   'weight' => '0',
18232   'depth' => '3',
18233   'customized' => '0',
18234   'p1' => '1',
18235   'p2' => '175',
18236   'p3' => '370',
18237   'p4' => '0',
18238   'p5' => '0',
18239   'p6' => '0',
18240   'p7' => '0',
18241   'p8' => '0',
18242   'p9' => '0',
18243   'updated' => '0',
18244 ))
18245 ->values(array(
18246   'menu_name' => 'management',
18247   'mlid' => '371',
18248   'plid' => '175',
18249   'link_path' => 'admin/help/book',
18250   'router_path' => 'admin/help/book',
18251   'link_title' => 'book',
18252   'options' => 'a:0:{}',
18253   'module' => 'system',
18254   'hidden' => '-1',
18255   'external' => '0',
18256   'has_children' => '0',
18257   'expanded' => '0',
18258   'weight' => '0',
18259   'depth' => '3',
18260   'customized' => '0',
18261   'p1' => '1',
18262   'p2' => '175',
18263   'p3' => '371',
18264   'p4' => '0',
18265   'p5' => '0',
18266   'p6' => '0',
18267   'p7' => '0',
18268   'p8' => '0',
18269   'p9' => '0',
18270   'updated' => '0',
18271 ))
18272 ->values(array(
18273   'menu_name' => 'management',
18274   'mlid' => '372',
18275   'plid' => '175',
18276   'link_path' => 'admin/help/contact',
18277   'router_path' => 'admin/help/contact',
18278   'link_title' => 'contact',
18279   'options' => 'a:0:{}',
18280   'module' => 'system',
18281   'hidden' => '-1',
18282   'external' => '0',
18283   'has_children' => '0',
18284   'expanded' => '0',
18285   'weight' => '0',
18286   'depth' => '3',
18287   'customized' => '0',
18288   'p1' => '1',
18289   'p2' => '175',
18290   'p3' => '372',
18291   'p4' => '0',
18292   'p5' => '0',
18293   'p6' => '0',
18294   'p7' => '0',
18295   'p8' => '0',
18296   'p9' => '0',
18297   'updated' => '0',
18298 ))
18299 ->values(array(
18300   'menu_name' => 'management',
18301   'mlid' => '373',
18302   'plid' => '175',
18303   'link_path' => 'admin/help/date',
18304   'router_path' => 'admin/help/date',
18305   'link_title' => 'date',
18306   'options' => 'a:0:{}',
18307   'module' => 'system',
18308   'hidden' => '-1',
18309   'external' => '0',
18310   'has_children' => '0',
18311   'expanded' => '0',
18312   'weight' => '0',
18313   'depth' => '3',
18314   'customized' => '0',
18315   'p1' => '1',
18316   'p2' => '175',
18317   'p3' => '373',
18318   'p4' => '0',
18319   'p5' => '0',
18320   'p6' => '0',
18321   'p7' => '0',
18322   'p8' => '0',
18323   'p9' => '0',
18324   'updated' => '0',
18325 ))
18326 ->values(array(
18327   'menu_name' => 'management',
18328   'mlid' => '374',
18329   'plid' => '175',
18330   'link_path' => 'admin/help/forum',
18331   'router_path' => 'admin/help/forum',
18332   'link_title' => 'forum',
18333   'options' => 'a:0:{}',
18334   'module' => 'system',
18335   'hidden' => '-1',
18336   'external' => '0',
18337   'has_children' => '0',
18338   'expanded' => '0',
18339   'weight' => '0',
18340   'depth' => '3',
18341   'customized' => '0',
18342   'p1' => '1',
18343   'p2' => '175',
18344   'p3' => '374',
18345   'p4' => '0',
18346   'p5' => '0',
18347   'p6' => '0',
18348   'p7' => '0',
18349   'p8' => '0',
18350   'p9' => '0',
18351   'updated' => '0',
18352 ))
18353 ->values(array(
18354   'menu_name' => 'management',
18355   'mlid' => '375',
18356   'plid' => '175',
18357   'link_path' => 'admin/help/locale',
18358   'router_path' => 'admin/help/locale',
18359   'link_title' => 'locale',
18360   'options' => 'a:0:{}',
18361   'module' => 'system',
18362   'hidden' => '-1',
18363   'external' => '0',
18364   'has_children' => '0',
18365   'expanded' => '0',
18366   'weight' => '0',
18367   'depth' => '3',
18368   'customized' => '0',
18369   'p1' => '1',
18370   'p2' => '175',
18371   'p3' => '375',
18372   'p4' => '0',
18373   'p5' => '0',
18374   'p6' => '0',
18375   'p7' => '0',
18376   'p8' => '0',
18377   'p9' => '0',
18378   'updated' => '0',
18379 ))
18380 ->values(array(
18381   'menu_name' => 'management',
18382   'mlid' => '377',
18383   'plid' => '175',
18384   'link_path' => 'admin/help/simpletest',
18385   'router_path' => 'admin/help/simpletest',
18386   'link_title' => 'simpletest',
18387   'options' => 'a:0:{}',
18388   'module' => 'system',
18389   'hidden' => '-1',
18390   'external' => '0',
18391   'has_children' => '0',
18392   'expanded' => '0',
18393   'weight' => '0',
18394   'depth' => '3',
18395   'customized' => '0',
18396   'p1' => '1',
18397   'p2' => '175',
18398   'p3' => '377',
18399   'p4' => '0',
18400   'p5' => '0',
18401   'p6' => '0',
18402   'p7' => '0',
18403   'p8' => '0',
18404   'p9' => '0',
18405   'updated' => '0',
18406 ))
18407 ->values(array(
18408   'menu_name' => 'management',
18409   'mlid' => '378',
18410   'plid' => '175',
18411   'link_path' => 'admin/help/statistics',
18412   'router_path' => 'admin/help/statistics',
18413   'link_title' => 'statistics',
18414   'options' => 'a:0:{}',
18415   'module' => 'system',
18416   'hidden' => '-1',
18417   'external' => '0',
18418   'has_children' => '0',
18419   'expanded' => '0',
18420   'weight' => '0',
18421   'depth' => '3',
18422   'customized' => '0',
18423   'p1' => '1',
18424   'p2' => '175',
18425   'p3' => '378',
18426   'p4' => '0',
18427   'p5' => '0',
18428   'p6' => '0',
18429   'p7' => '0',
18430   'p8' => '0',
18431   'p9' => '0',
18432   'updated' => '0',
18433 ))
18434 ->values(array(
18435   'menu_name' => 'management',
18436   'mlid' => '379',
18437   'plid' => '175',
18438   'link_path' => 'admin/help/syslog',
18439   'router_path' => 'admin/help/syslog',
18440   'link_title' => 'syslog',
18441   'options' => 'a:0:{}',
18442   'module' => 'system',
18443   'hidden' => '-1',
18444   'external' => '0',
18445   'has_children' => '0',
18446   'expanded' => '0',
18447   'weight' => '0',
18448   'depth' => '3',
18449   'customized' => '0',
18450   'p1' => '1',
18451   'p2' => '175',
18452   'p3' => '379',
18453   'p4' => '0',
18454   'p5' => '0',
18455   'p6' => '0',
18456   'p7' => '0',
18457   'p8' => '0',
18458   'p9' => '0',
18459   'updated' => '0',
18460 ))
18461 ->values(array(
18462   'menu_name' => 'management',
18463   'mlid' => '380',
18464   'plid' => '175',
18465   'link_path' => 'admin/help/tracker',
18466   'router_path' => 'admin/help/tracker',
18467   'link_title' => 'tracker',
18468   'options' => 'a:0:{}',
18469   'module' => 'system',
18470   'hidden' => '-1',
18471   'external' => '0',
18472   'has_children' => '0',
18473   'expanded' => '0',
18474   'weight' => '0',
18475   'depth' => '3',
18476   'customized' => '0',
18477   'p1' => '1',
18478   'p2' => '175',
18479   'p3' => '380',
18480   'p4' => '0',
18481   'p5' => '0',
18482   'p6' => '0',
18483   'p7' => '0',
18484   'p8' => '0',
18485   'p9' => '0',
18486   'updated' => '0',
18487 ))
18488 ->values(array(
18489   'menu_name' => 'management',
18490   'mlid' => '381',
18491   'plid' => '175',
18492   'link_path' => 'admin/help/translation',
18493   'router_path' => 'admin/help/translation',
18494   'link_title' => 'translation',
18495   'options' => 'a:0:{}',
18496   'module' => 'system',
18497   'hidden' => '-1',
18498   'external' => '0',
18499   'has_children' => '0',
18500   'expanded' => '0',
18501   'weight' => '0',
18502   'depth' => '3',
18503   'customized' => '0',
18504   'p1' => '1',
18505   'p2' => '175',
18506   'p3' => '381',
18507   'p4' => '0',
18508   'p5' => '0',
18509   'p6' => '0',
18510   'p7' => '0',
18511   'p8' => '0',
18512   'p9' => '0',
18513   'updated' => '0',
18514 ))
18515 ->values(array(
18516   'menu_name' => 'management',
18517   'mlid' => '382',
18518   'plid' => '175',
18519   'link_path' => 'admin/help/trigger',
18520   'router_path' => 'admin/help/trigger',
18521   'link_title' => 'trigger',
18522   'options' => 'a:0:{}',
18523   'module' => 'system',
18524   'hidden' => '-1',
18525   'external' => '0',
18526   'has_children' => '0',
18527   'expanded' => '0',
18528   'weight' => '0',
18529   'depth' => '3',
18530   'customized' => '0',
18531   'p1' => '1',
18532   'p2' => '175',
18533   'p3' => '382',
18534   'p4' => '0',
18535   'p5' => '0',
18536   'p6' => '0',
18537   'p7' => '0',
18538   'p8' => '0',
18539   'p9' => '0',
18540   'updated' => '0',
18541 ))
18542 ->values(array(
18543   'menu_name' => 'navigation',
18544   'mlid' => '383',
18545   'plid' => '347',
18546   'link_path' => 'aggregator/categories/%/categorize',
18547   'router_path' => 'aggregator/categories/%/categorize',
18548   'link_title' => 'Categorize',
18549   'options' => 'a:0:{}',
18550   'module' => 'system',
18551   'hidden' => '-1',
18552   'external' => '0',
18553   'has_children' => '0',
18554   'expanded' => '0',
18555   'weight' => '0',
18556   'depth' => '4',
18557   'customized' => '0',
18558   'p1' => '338',
18559   'p2' => '342',
18560   'p3' => '347',
18561   'p4' => '383',
18562   'p5' => '0',
18563   'p6' => '0',
18564   'p7' => '0',
18565   'p8' => '0',
18566   'p9' => '0',
18567   'updated' => '0',
18568 ))
18569 ->values(array(
18570   'menu_name' => 'navigation',
18571   'mlid' => '384',
18572   'plid' => '348',
18573   'link_path' => 'aggregator/sources/%/categorize',
18574   'router_path' => 'aggregator/sources/%/categorize',
18575   'link_title' => 'Categorize',
18576   'options' => 'a:0:{}',
18577   'module' => 'system',
18578   'hidden' => '-1',
18579   'external' => '0',
18580   'has_children' => '0',
18581   'expanded' => '0',
18582   'weight' => '0',
18583   'depth' => '4',
18584   'customized' => '0',
18585   'p1' => '338',
18586   'p2' => '346',
18587   'p3' => '348',
18588   'p4' => '384',
18589   'p5' => '0',
18590   'p6' => '0',
18591   'p7' => '0',
18592   'p8' => '0',
18593   'p9' => '0',
18594   'updated' => '0',
18595 ))
18596 ->values(array(
18597   'menu_name' => 'navigation',
18598   'mlid' => '385',
18599   'plid' => '347',
18600   'link_path' => 'aggregator/categories/%/configure',
18601   'router_path' => 'aggregator/categories/%/configure',
18602   'link_title' => 'Configure',
18603   'options' => 'a:0:{}',
18604   'module' => 'system',
18605   'hidden' => '-1',
18606   'external' => '0',
18607   'has_children' => '0',
18608   'expanded' => '0',
18609   'weight' => '1',
18610   'depth' => '4',
18611   'customized' => '0',
18612   'p1' => '338',
18613   'p2' => '342',
18614   'p3' => '347',
18615   'p4' => '385',
18616   'p5' => '0',
18617   'p6' => '0',
18618   'p7' => '0',
18619   'p8' => '0',
18620   'p9' => '0',
18621   'updated' => '0',
18622 ))
18623 ->values(array(
18624   'menu_name' => 'navigation',
18625   'mlid' => '386',
18626   'plid' => '348',
18627   'link_path' => 'aggregator/sources/%/configure',
18628   'router_path' => 'aggregator/sources/%/configure',
18629   'link_title' => 'Configure',
18630   'options' => 'a:0:{}',
18631   'module' => 'system',
18632   'hidden' => '-1',
18633   'external' => '0',
18634   'has_children' => '0',
18635   'expanded' => '0',
18636   'weight' => '1',
18637   'depth' => '4',
18638   'customized' => '0',
18639   'p1' => '338',
18640   'p2' => '346',
18641   'p3' => '348',
18642   'p4' => '386',
18643   'p5' => '0',
18644   'p6' => '0',
18645   'p7' => '0',
18646   'p8' => '0',
18647   'p9' => '0',
18648   'updated' => '0',
18649 ))
18650 ->values(array(
18651   'menu_name' => 'navigation',
18652   'mlid' => '387',
18653   'plid' => '347',
18654   'link_path' => 'aggregator/categories/%/view',
18655   'router_path' => 'aggregator/categories/%/view',
18656   'link_title' => 'View',
18657   'options' => 'a:0:{}',
18658   'module' => 'system',
18659   'hidden' => '-1',
18660   'external' => '0',
18661   'has_children' => '0',
18662   'expanded' => '0',
18663   'weight' => '-10',
18664   'depth' => '4',
18665   'customized' => '0',
18666   'p1' => '338',
18667   'p2' => '342',
18668   'p3' => '347',
18669   'p4' => '387',
18670   'p5' => '0',
18671   'p6' => '0',
18672   'p7' => '0',
18673   'p8' => '0',
18674   'p9' => '0',
18675   'updated' => '0',
18676 ))
18677 ->values(array(
18678   'menu_name' => 'navigation',
18679   'mlid' => '388',
18680   'plid' => '348',
18681   'link_path' => 'aggregator/sources/%/view',
18682   'router_path' => 'aggregator/sources/%/view',
18683   'link_title' => 'View',
18684   'options' => 'a:0:{}',
18685   'module' => 'system',
18686   'hidden' => '-1',
18687   'external' => '0',
18688   'has_children' => '0',
18689   'expanded' => '0',
18690   'weight' => '-10',
18691   'depth' => '4',
18692   'customized' => '0',
18693   'p1' => '338',
18694   'p2' => '346',
18695   'p3' => '348',
18696   'p4' => '388',
18697   'p5' => '0',
18698   'p6' => '0',
18699   'p7' => '0',
18700   'p8' => '0',
18701   'p9' => '0',
18702   'updated' => '0',
18703 ))
18704 ->values(array(
18705   'menu_name' => 'management',
18706   'mlid' => '389',
18707   'plid' => '353',
18708   'link_path' => 'admin/structure/contact/add',
18709   'router_path' => 'admin/structure/contact/add',
18710   'link_title' => 'Add category',
18711   'options' => 'a:0:{}',
18712   'module' => 'system',
18713   'hidden' => '-1',
18714   'external' => '0',
18715   'has_children' => '0',
18716   'expanded' => '0',
18717   'weight' => '1',
18718   'depth' => '4',
18719   'customized' => '0',
18720   'p1' => '1',
18721   'p2' => '20',
18722   'p3' => '353',
18723   'p4' => '389',
18724   'p5' => '0',
18725   'p6' => '0',
18726   'p7' => '0',
18727   'p8' => '0',
18728   'p9' => '0',
18729   'updated' => '0',
18730 ))
18731 ->values(array(
18732   'menu_name' => 'management',
18733   'mlid' => '391',
18734   'plid' => '18',
18735   'link_path' => 'admin/reports/access/%',
18736   'router_path' => 'admin/reports/access/%',
18737   'link_title' => 'Details',
18738   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:16:"View access log.";}}',
18739   'module' => 'system',
18740   'hidden' => '0',
18741   'external' => '0',
18742   'has_children' => '0',
18743   'expanded' => '0',
18744   'weight' => '0',
18745   'depth' => '3',
18746   'customized' => '0',
18747   'p1' => '1',
18748   'p2' => '18',
18749   'p3' => '391',
18750   'p4' => '0',
18751   'p5' => '0',
18752   'p6' => '0',
18753   'p7' => '0',
18754   'p8' => '0',
18755   'p9' => '0',
18756   'updated' => '0',
18757 ))
18758 ->values(array(
18759   'menu_name' => 'management',
18760   'mlid' => '392',
18761   'plid' => '33',
18762   'link_path' => 'admin/config/content/email',
18763   'router_path' => 'admin/config/content/email',
18764   'link_title' => 'Email Contact Form Settings',
18765   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:57:"Administer flood control settings for email contact forms";}}',
18766   'module' => 'system',
18767   'hidden' => '0',
18768   'external' => '0',
18769   'has_children' => '0',
18770   'expanded' => '0',
18771   'weight' => '0',
18772   'depth' => '4',
18773   'customized' => '0',
18774   'p1' => '1',
18775   'p2' => '8',
18776   'p3' => '33',
18777   'p4' => '392',
18778   'p5' => '0',
18779   'p6' => '0',
18780   'p7' => '0',
18781   'p8' => '0',
18782   'p9' => '0',
18783   'updated' => '0',
18784 ))
18785 ->values(array(
18786   'menu_name' => 'management',
18787   'mlid' => '393',
18788   'plid' => '60',
18789   'link_path' => 'admin/config/services/aggregator',
18790   'router_path' => 'admin/config/services/aggregator',
18791   'link_title' => 'Feed aggregator',
18792   '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.\";}}",
18793   'module' => 'system',
18794   'hidden' => '0',
18795   'external' => '0',
18796   'has_children' => '1',
18797   'expanded' => '0',
18798   'weight' => '10',
18799   'depth' => '4',
18800   'customized' => '0',
18801   'p1' => '1',
18802   'p2' => '8',
18803   'p3' => '60',
18804   'p4' => '393',
18805   'p5' => '0',
18806   'p6' => '0',
18807   'p7' => '0',
18808   'p8' => '0',
18809   'p9' => '0',
18810   'updated' => '0',
18811 ))
18812 ->values(array(
18813   'menu_name' => 'management',
18814   'mlid' => '395',
18815   'plid' => '48',
18816   'link_path' => 'admin/config/regional/language',
18817   'router_path' => 'admin/config/regional/language',
18818   'link_title' => 'Languages',
18819   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:55:"Configure languages for content and the user interface.";}}',
18820   'module' => 'system',
18821   'hidden' => '0',
18822   'external' => '0',
18823   'has_children' => '1',
18824   'expanded' => '0',
18825   'weight' => '-10',
18826   'depth' => '4',
18827   'customized' => '0',
18828   'p1' => '1',
18829   'p2' => '8',
18830   'p3' => '48',
18831   'p4' => '395',
18832   'p5' => '0',
18833   'p6' => '0',
18834   'p7' => '0',
18835   'p8' => '0',
18836   'p9' => '0',
18837   'updated' => '0',
18838 ))
18839 ->values(array(
18840   'menu_name' => 'management',
18841   'mlid' => '396',
18842   'plid' => '351',
18843   'link_path' => 'admin/content/book/list',
18844   'router_path' => 'admin/content/book/list',
18845   'link_title' => 'List',
18846   'options' => 'a:0:{}',
18847   'module' => 'system',
18848   'hidden' => '-1',
18849   'external' => '0',
18850   'has_children' => '0',
18851   'expanded' => '0',
18852   'weight' => '0',
18853   'depth' => '4',
18854   'customized' => '0',
18855   'p1' => '1',
18856   'p2' => '9',
18857   'p3' => '351',
18858   'p4' => '396',
18859   'p5' => '0',
18860   'p6' => '0',
18861   'p7' => '0',
18862   'p8' => '0',
18863   'p9' => '0',
18864   'updated' => '0',
18865 ))
18866 ->values(array(
18867   'menu_name' => 'management',
18868   'mlid' => '398',
18869   'plid' => '356',
18870   'link_path' => 'admin/structure/forum/list',
18871   'router_path' => 'admin/structure/forum/list',
18872   'link_title' => 'List',
18873   'options' => 'a:0:{}',
18874   'module' => 'system',
18875   'hidden' => '-1',
18876   'external' => '0',
18877   'has_children' => '0',
18878   'expanded' => '0',
18879   'weight' => '-10',
18880   'depth' => '4',
18881   'customized' => '0',
18882   'p1' => '1',
18883   'p2' => '20',
18884   'p3' => '356',
18885   'p4' => '398',
18886   'p5' => '0',
18887   'p6' => '0',
18888   'p7' => '0',
18889   'p8' => '0',
18890   'p9' => '0',
18891   'updated' => '0',
18892 ))
18893 ->values(array(
18894   'menu_name' => 'navigation',
18895   'mlid' => '399',
18896   'plid' => '358',
18897   'link_path' => 'node/%/outline/remove',
18898   'router_path' => 'node/%/outline/remove',
18899   'link_title' => 'Remove from outline',
18900   'options' => 'a:0:{}',
18901   'module' => 'system',
18902   'hidden' => '0',
18903   'external' => '0',
18904   'has_children' => '0',
18905   'expanded' => '0',
18906   'weight' => '0',
18907   'depth' => '3',
18908   'customized' => '0',
18909   'p1' => '5',
18910   'p2' => '358',
18911   'p3' => '399',
18912   'p4' => '0',
18913   'p5' => '0',
18914   'p6' => '0',
18915   'p7' => '0',
18916   'p8' => '0',
18917   'p9' => '0',
18918   'updated' => '0',
18919 ))
18920 ->values(array(
18921   'menu_name' => 'management',
18922   'mlid' => '400',
18923   'plid' => '351',
18924   'link_path' => 'admin/content/book/settings',
18925   'router_path' => 'admin/content/book/settings',
18926   'link_title' => 'Settings',
18927   'options' => 'a:0:{}',
18928   'module' => 'system',
18929   'hidden' => '-1',
18930   'external' => '0',
18931   'has_children' => '0',
18932   'expanded' => '0',
18933   'weight' => '8',
18934   'depth' => '4',
18935   'customized' => '0',
18936   'p1' => '1',
18937   'p2' => '9',
18938   'p3' => '351',
18939   'p4' => '400',
18940   'p5' => '0',
18941   'p6' => '0',
18942   'p7' => '0',
18943   'p8' => '0',
18944   'p9' => '0',
18945   'updated' => '0',
18946 ))
18947 ->values(array(
18948   'menu_name' => 'management',
18949   'mlid' => '402',
18950   'plid' => '53',
18951   'link_path' => 'admin/config/system/statistics',
18952   'router_path' => 'admin/config/system/statistics',
18953   'link_title' => 'Statistics',
18954   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:68:"Control details about what and how your site logs access statistics.";}}',
18955   'module' => 'system',
18956   'hidden' => '0',
18957   'external' => '0',
18958   'has_children' => '0',
18959   'expanded' => '0',
18960   'weight' => '-15',
18961   'depth' => '4',
18962   'customized' => '0',
18963   'p1' => '1',
18964   'p2' => '8',
18965   'p3' => '53',
18966   'p4' => '402',
18967   'p5' => '0',
18968   'p6' => '0',
18969   'p7' => '0',
18970   'p8' => '0',
18971   'p9' => '0',
18972   'updated' => '0',
18973 ))
18974 ->values(array(
18975   'menu_name' => 'management',
18976   'mlid' => '405',
18977   'plid' => '366',
18978   'link_path' => 'admin/structure/trigger/comment',
18979   'router_path' => 'admin/structure/trigger/comment',
18980   'link_title' => 'Comment',
18981   'options' => 'a:0:{}',
18982   'module' => 'system',
18983   'hidden' => '-1',
18984   'external' => '0',
18985   'has_children' => '0',
18986   'expanded' => '0',
18987   'weight' => '0',
18988   'depth' => '4',
18989   'customized' => '0',
18990   'p1' => '1',
18991   'p2' => '20',
18992   'p3' => '366',
18993   'p4' => '405',
18994   'p5' => '0',
18995   'p6' => '0',
18996   'p7' => '0',
18997   'p8' => '0',
18998   'p9' => '0',
18999   'updated' => '0',
19000 ))
19001 ->values(array(
19002   'menu_name' => 'management',
19003   'mlid' => '407',
19004   'plid' => '366',
19005   'link_path' => 'admin/structure/trigger/node',
19006   'router_path' => 'admin/structure/trigger/node',
19007   'link_title' => 'Node',
19008   'options' => 'a:0:{}',
19009   'module' => 'system',
19010   'hidden' => '-1',
19011   'external' => '0',
19012   'has_children' => '0',
19013   'expanded' => '0',
19014   'weight' => '0',
19015   'depth' => '4',
19016   'customized' => '0',
19017   'p1' => '1',
19018   'p2' => '20',
19019   'p3' => '366',
19020   'p4' => '407',
19021   'p5' => '0',
19022   'p6' => '0',
19023   'p7' => '0',
19024   'p8' => '0',
19025   'p9' => '0',
19026   'updated' => '0',
19027 ))
19028 ->values(array(
19029   'menu_name' => 'management',
19030   'mlid' => '408',
19031   'plid' => '366',
19032   'link_path' => 'admin/structure/trigger/system',
19033   'router_path' => 'admin/structure/trigger/system',
19034   'link_title' => 'System',
19035   'options' => 'a:0:{}',
19036   'module' => 'system',
19037   'hidden' => '-1',
19038   'external' => '0',
19039   'has_children' => '0',
19040   'expanded' => '0',
19041   'weight' => '0',
19042   'depth' => '4',
19043   'customized' => '0',
19044   'p1' => '1',
19045   'p2' => '20',
19046   'p3' => '366',
19047   'p4' => '408',
19048   'p5' => '0',
19049   'p6' => '0',
19050   'p7' => '0',
19051   'p8' => '0',
19052   'p9' => '0',
19053   'updated' => '0',
19054 ))
19055 ->values(array(
19056   'menu_name' => 'management',
19057   'mlid' => '409',
19058   'plid' => '366',
19059   'link_path' => 'admin/structure/trigger/taxonomy',
19060   'router_path' => 'admin/structure/trigger/taxonomy',
19061   'link_title' => 'Taxonomy',
19062   'options' => 'a:0:{}',
19063   'module' => 'system',
19064   'hidden' => '-1',
19065   'external' => '0',
19066   'has_children' => '0',
19067   'expanded' => '0',
19068   'weight' => '0',
19069   'depth' => '4',
19070   'customized' => '0',
19071   'p1' => '1',
19072   'p2' => '20',
19073   'p3' => '366',
19074   'p4' => '409',
19075   'p5' => '0',
19076   'p6' => '0',
19077   'p7' => '0',
19078   'p8' => '0',
19079   'p9' => '0',
19080   'updated' => '0',
19081 ))
19082 ->values(array(
19083   'menu_name' => 'management',
19084   'mlid' => '410',
19085   'plid' => '37',
19086   'link_path' => 'admin/config/development/testing',
19087   'router_path' => 'admin/config/development/testing',
19088   'link_title' => 'Testing',
19089   '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.";}}',
19090   'module' => 'system',
19091   'hidden' => '0',
19092   'external' => '0',
19093   'has_children' => '1',
19094   'expanded' => '0',
19095   'weight' => '-5',
19096   'depth' => '4',
19097   'customized' => '0',
19098   'p1' => '1',
19099   'p2' => '8',
19100   'p3' => '37',
19101   'p4' => '410',
19102   'p5' => '0',
19103   'p6' => '0',
19104   'p7' => '0',
19105   'p8' => '0',
19106   'p9' => '0',
19107   'updated' => '0',
19108 ))
19109 ->values(array(
19110   'menu_name' => 'navigation',
19111   'mlid' => '411',
19112   'plid' => '364',
19113   'link_path' => 'user/%/track/content',
19114   'router_path' => 'user/%/track/content',
19115   'link_title' => 'Track content',
19116   'options' => 'a:0:{}',
19117   'module' => 'system',
19118   'hidden' => '-1',
19119   'external' => '0',
19120   'has_children' => '0',
19121   'expanded' => '0',
19122   'weight' => '0',
19123   'depth' => '3',
19124   'customized' => '0',
19125   'p1' => '16',
19126   'p2' => '364',
19127   'p3' => '411',
19128   'p4' => '0',
19129   'p5' => '0',
19130   'p6' => '0',
19131   'p7' => '0',
19132   'p8' => '0',
19133   'p9' => '0',
19134   'updated' => '0',
19135 ))
19136 ->values(array(
19137   'menu_name' => 'navigation',
19138   'mlid' => '412',
19139   'plid' => '364',
19140   'link_path' => 'user/%/track/navigation',
19141   'router_path' => 'user/%/track/navigation',
19142   'link_title' => 'Track page visits',
19143   'options' => 'a:0:{}',
19144   'module' => 'system',
19145   'hidden' => '-1',
19146   'external' => '0',
19147   'has_children' => '0',
19148   'expanded' => '0',
19149   'weight' => '2',
19150   'depth' => '3',
19151   'customized' => '0',
19152   'p1' => '16',
19153   'p2' => '364',
19154   'p3' => '412',
19155   'p4' => '0',
19156   'p5' => '0',
19157   'p6' => '0',
19158   'p7' => '0',
19159   'p8' => '0',
19160   'p9' => '0',
19161   'updated' => '0',
19162 ))
19163 ->values(array(
19164   'menu_name' => 'management',
19165   'mlid' => '413',
19166   'plid' => '48',
19167   'link_path' => 'admin/config/regional/translate',
19168   'router_path' => 'admin/config/regional/translate',
19169   'link_title' => 'Translate interface',
19170   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"Translate the built in interface and optionally other text.";}}',
19171   'module' => 'system',
19172   'hidden' => '0',
19173   'external' => '0',
19174   'has_children' => '1',
19175   'expanded' => '0',
19176   'weight' => '-5',
19177   'depth' => '4',
19178   'customized' => '0',
19179   'p1' => '1',
19180   'p2' => '8',
19181   'p3' => '48',
19182   'p4' => '413',
19183   'p5' => '0',
19184   'p6' => '0',
19185   'p7' => '0',
19186   'p8' => '0',
19187   'p9' => '0',
19188   'updated' => '0',
19189 ))
19190 ->values(array(
19191   'menu_name' => 'management',
19192   'mlid' => '414',
19193   'plid' => '366',
19194   'link_path' => 'admin/structure/trigger/unassign',
19195   'router_path' => 'admin/structure/trigger/unassign',
19196   'link_title' => 'Unassign',
19197   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Unassign an action from a trigger.";}}',
19198   'module' => 'system',
19199   'hidden' => '-1',
19200   'external' => '0',
19201   'has_children' => '0',
19202   'expanded' => '0',
19203   'weight' => '0',
19204   'depth' => '4',
19205   'customized' => '0',
19206   'p1' => '1',
19207   'p2' => '20',
19208   'p3' => '366',
19209   'p4' => '414',
19210   'p5' => '0',
19211   'p6' => '0',
19212   'p7' => '0',
19213   'p8' => '0',
19214   'p9' => '0',
19215   'updated' => '0',
19216 ))
19217 ->values(array(
19218   'menu_name' => 'management',
19219   'mlid' => '416',
19220   'plid' => '366',
19221   'link_path' => 'admin/structure/trigger/user',
19222   'router_path' => 'admin/structure/trigger/user',
19223   'link_title' => 'User',
19224   'options' => 'a:0:{}',
19225   'module' => 'system',
19226   'hidden' => '-1',
19227   'external' => '0',
19228   'has_children' => '0',
19229   'expanded' => '0',
19230   'weight' => '0',
19231   'depth' => '4',
19232   'customized' => '0',
19233   'p1' => '1',
19234   'p2' => '20',
19235   'p3' => '366',
19236   'p4' => '416',
19237   'p5' => '0',
19238   'p6' => '0',
19239   'p7' => '0',
19240   'p8' => '0',
19241   'p9' => '0',
19242   'updated' => '0',
19243 ))
19244 ->values(array(
19245   'menu_name' => 'management',
19246   'mlid' => '417',
19247   'plid' => '356',
19248   'link_path' => 'admin/structure/forum/settings',
19249   'router_path' => 'admin/structure/forum/settings',
19250   'link_title' => 'Settings',
19251   'options' => 'a:0:{}',
19252   'module' => 'system',
19253   'hidden' => '-1',
19254   'external' => '0',
19255   'has_children' => '0',
19256   'expanded' => '0',
19257   'weight' => '5',
19258   'depth' => '4',
19259   'customized' => '0',
19260   'p1' => '1',
19261   'p2' => '20',
19262   'p3' => '356',
19263   'p4' => '417',
19264   'p5' => '0',
19265   'p6' => '0',
19266   'p7' => '0',
19267   'p8' => '0',
19268   'p9' => '0',
19269   'updated' => '0',
19270 ))
19271 ->values(array(
19272   'menu_name' => 'management',
19273   'mlid' => '418',
19274   'plid' => '395',
19275   'link_path' => 'admin/config/regional/language/add',
19276   'router_path' => 'admin/config/regional/language/add',
19277   'link_title' => 'Add language',
19278   'options' => 'a:0:{}',
19279   'module' => 'system',
19280   'hidden' => '-1',
19281   'external' => '0',
19282   'has_children' => '0',
19283   'expanded' => '0',
19284   'weight' => '5',
19285   'depth' => '5',
19286   'customized' => '0',
19287   'p1' => '1',
19288   'p2' => '8',
19289   'p3' => '48',
19290   'p4' => '395',
19291   'p5' => '418',
19292   'p6' => '0',
19293   'p7' => '0',
19294   'p8' => '0',
19295   'p9' => '0',
19296   'updated' => '0',
19297 ))
19298 ->values(array(
19299   'menu_name' => 'management',
19300   'mlid' => '421',
19301   'plid' => '353',
19302   'link_path' => 'admin/structure/contact/delete/%',
19303   'router_path' => 'admin/structure/contact/delete/%',
19304   'link_title' => 'Delete contact',
19305   'options' => 'a:0:{}',
19306   'module' => 'system',
19307   'hidden' => '0',
19308   'external' => '0',
19309   'has_children' => '0',
19310   'expanded' => '0',
19311   'weight' => '0',
19312   'depth' => '4',
19313   'customized' => '0',
19314   'p1' => '1',
19315   'p2' => '20',
19316   'p3' => '353',
19317   'p4' => '421',
19318   'p5' => '0',
19319   'p6' => '0',
19320   'p7' => '0',
19321   'p8' => '0',
19322   'p9' => '0',
19323   'updated' => '0',
19324 ))
19325 ->values(array(
19326   'menu_name' => 'management',
19327   'mlid' => '422',
19328   'plid' => '395',
19329   'link_path' => 'admin/config/regional/language/configure',
19330   'router_path' => 'admin/config/regional/language/configure',
19331   'link_title' => 'Detection and selection',
19332   'options' => 'a:0:{}',
19333   'module' => 'system',
19334   'hidden' => '-1',
19335   'external' => '0',
19336   'has_children' => '0',
19337   'expanded' => '0',
19338   'weight' => '10',
19339   'depth' => '5',
19340   'customized' => '0',
19341   'p1' => '1',
19342   'p2' => '8',
19343   'p3' => '48',
19344   'p4' => '395',
19345   'p5' => '422',
19346   'p6' => '0',
19347   'p7' => '0',
19348   'p8' => '0',
19349   'p9' => '0',
19350   'updated' => '0',
19351 ))
19352 ->values(array(
19353   'menu_name' => 'management',
19354   'mlid' => '423',
19355   'plid' => '353',
19356   'link_path' => 'admin/structure/contact/edit/%',
19357   'router_path' => 'admin/structure/contact/edit/%',
19358   'link_title' => 'Edit contact category',
19359   'options' => 'a:0:{}',
19360   'module' => 'system',
19361   'hidden' => '0',
19362   'external' => '0',
19363   'has_children' => '0',
19364   'expanded' => '0',
19365   'weight' => '0',
19366   'depth' => '4',
19367   'customized' => '0',
19368   'p1' => '1',
19369   'p2' => '20',
19370   'p3' => '353',
19371   'p4' => '423',
19372   'p5' => '0',
19373   'p6' => '0',
19374   'p7' => '0',
19375   'p8' => '0',
19376   'p9' => '0',
19377   'updated' => '0',
19378 ))
19379 ->values(array(
19380   'menu_name' => 'management',
19381   'mlid' => '424',
19382   'plid' => '413',
19383   'link_path' => 'admin/config/regional/translate/export',
19384   'router_path' => 'admin/config/regional/translate/export',
19385   'link_title' => 'Export',
19386   'options' => 'a:0:{}',
19387   'module' => 'system',
19388   'hidden' => '-1',
19389   'external' => '0',
19390   'has_children' => '0',
19391   'expanded' => '0',
19392   'weight' => '30',
19393   'depth' => '5',
19394   'customized' => '0',
19395   'p1' => '1',
19396   'p2' => '8',
19397   'p3' => '48',
19398   'p4' => '413',
19399   'p5' => '424',
19400   'p6' => '0',
19401   'p7' => '0',
19402   'p8' => '0',
19403   'p9' => '0',
19404   'updated' => '0',
19405 ))
19406 ->values(array(
19407   'menu_name' => 'management',
19408   'mlid' => '425',
19409   'plid' => '413',
19410   'link_path' => 'admin/config/regional/translate/import',
19411   'router_path' => 'admin/config/regional/translate/import',
19412   'link_title' => 'Import',
19413   'options' => 'a:0:{}',
19414   'module' => 'system',
19415   'hidden' => '-1',
19416   'external' => '0',
19417   'has_children' => '0',
19418   'expanded' => '0',
19419   'weight' => '20',
19420   'depth' => '5',
19421   'customized' => '0',
19422   'p1' => '1',
19423   'p2' => '8',
19424   'p3' => '48',
19425   'p4' => '413',
19426   'p5' => '425',
19427   'p6' => '0',
19428   'p7' => '0',
19429   'p8' => '0',
19430   'p9' => '0',
19431   'updated' => '0',
19432 ))
19433 ->values(array(
19434   'menu_name' => 'management',
19435   'mlid' => '426',
19436   'plid' => '393',
19437   'link_path' => 'admin/config/services/aggregator/list',
19438   'router_path' => 'admin/config/services/aggregator/list',
19439   'link_title' => 'List',
19440   'options' => 'a:0:{}',
19441   'module' => 'system',
19442   'hidden' => '-1',
19443   'external' => '0',
19444   'has_children' => '0',
19445   'expanded' => '0',
19446   'weight' => '-10',
19447   'depth' => '5',
19448   'customized' => '0',
19449   'p1' => '1',
19450   'p2' => '8',
19451   'p3' => '60',
19452   'p4' => '393',
19453   'p5' => '426',
19454   'p6' => '0',
19455   'p7' => '0',
19456   'p8' => '0',
19457   'p9' => '0',
19458   'updated' => '0',
19459 ))
19460 ->values(array(
19461   'menu_name' => 'management',
19462   'mlid' => '427',
19463   'plid' => '395',
19464   'link_path' => 'admin/config/regional/language/overview',
19465   'router_path' => 'admin/config/regional/language/overview',
19466   'link_title' => 'List',
19467   'options' => 'a:0:{}',
19468   'module' => 'system',
19469   'hidden' => '-1',
19470   'external' => '0',
19471   'has_children' => '0',
19472   'expanded' => '0',
19473   'weight' => '0',
19474   'depth' => '5',
19475   'customized' => '0',
19476   'p1' => '1',
19477   'p2' => '8',
19478   'p3' => '48',
19479   'p4' => '395',
19480   'p5' => '427',
19481   'p6' => '0',
19482   'p7' => '0',
19483   'p8' => '0',
19484   'p9' => '0',
19485   'updated' => '0',
19486 ))
19487 ->values(array(
19488   'menu_name' => 'management',
19489   'mlid' => '428',
19490   'plid' => '410',
19491   'link_path' => 'admin/config/development/testing/list',
19492   'router_path' => 'admin/config/development/testing/list',
19493   'link_title' => 'List',
19494   'options' => 'a:0:{}',
19495   'module' => 'system',
19496   'hidden' => '-1',
19497   'external' => '0',
19498   'has_children' => '0',
19499   'expanded' => '0',
19500   'weight' => '0',
19501   'depth' => '5',
19502   'customized' => '0',
19503   'p1' => '1',
19504   'p2' => '8',
19505   'p3' => '37',
19506   'p4' => '410',
19507   'p5' => '428',
19508   'p6' => '0',
19509   'p7' => '0',
19510   'p8' => '0',
19511   'p9' => '0',
19512   'updated' => '0',
19513 ))
19514 ->values(array(
19515   'menu_name' => 'management',
19516   'mlid' => '429',
19517   'plid' => '74',
19518   'link_path' => 'admin/config/regional/date-time/locale',
19519   'router_path' => 'admin/config/regional/date-time/locale',
19520   'link_title' => 'Localize',
19521   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
19522   'module' => 'system',
19523   'hidden' => '-1',
19524   'external' => '0',
19525   'has_children' => '1',
19526   'expanded' => '0',
19527   'weight' => '-8',
19528   'depth' => '5',
19529   'customized' => '0',
19530   'p1' => '1',
19531   'p2' => '8',
19532   'p3' => '48',
19533   'p4' => '74',
19534   'p5' => '429',
19535   'p6' => '0',
19536   'p7' => '0',
19537   'p8' => '0',
19538   'p9' => '0',
19539   'updated' => '0',
19540 ))
19541 ->values(array(
19542   'menu_name' => 'management',
19543   'mlid' => '430',
19544   'plid' => '413',
19545   'link_path' => 'admin/config/regional/translate/overview',
19546   'router_path' => 'admin/config/regional/translate/overview',
19547   'link_title' => 'Overview',
19548   'options' => 'a:0:{}',
19549   'module' => 'system',
19550   'hidden' => '-1',
19551   'external' => '0',
19552   'has_children' => '0',
19553   'expanded' => '0',
19554   'weight' => '0',
19555   'depth' => '5',
19556   'customized' => '0',
19557   'p1' => '1',
19558   'p2' => '8',
19559   'p3' => '48',
19560   'p4' => '413',
19561   'p5' => '430',
19562   'p6' => '0',
19563   'p7' => '0',
19564   'p8' => '0',
19565   'p9' => '0',
19566   'updated' => '0',
19567 ))
19568 ->values(array(
19569   'menu_name' => 'management',
19570   'mlid' => '431',
19571   'plid' => '410',
19572   'link_path' => 'admin/config/development/testing/settings',
19573   'router_path' => 'admin/config/development/testing/settings',
19574   'link_title' => 'Settings',
19575   'options' => 'a:0:{}',
19576   'module' => 'system',
19577   'hidden' => '-1',
19578   'external' => '0',
19579   'has_children' => '0',
19580   'expanded' => '0',
19581   'weight' => '0',
19582   'depth' => '5',
19583   'customized' => '0',
19584   'p1' => '1',
19585   'p2' => '8',
19586   'p3' => '37',
19587   'p4' => '410',
19588   'p5' => '431',
19589   'p6' => '0',
19590   'p7' => '0',
19591   'p8' => '0',
19592   'p9' => '0',
19593   'updated' => '0',
19594 ))
19595 ->values(array(
19596   'menu_name' => 'management',
19597   'mlid' => '432',
19598   'plid' => '393',
19599   'link_path' => 'admin/config/services/aggregator/settings',
19600   'router_path' => 'admin/config/services/aggregator/settings',
19601   'link_title' => 'Settings',
19602   '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.";}}',
19603   'module' => 'system',
19604   'hidden' => '-1',
19605   'external' => '0',
19606   'has_children' => '0',
19607   'expanded' => '0',
19608   'weight' => '0',
19609   'depth' => '5',
19610   'customized' => '0',
19611   'p1' => '1',
19612   'p2' => '8',
19613   'p3' => '60',
19614   'p4' => '393',
19615   'p5' => '432',
19616   'p6' => '0',
19617   'p7' => '0',
19618   'p8' => '0',
19619   'p9' => '0',
19620   'updated' => '0',
19621 ))
19622 ->values(array(
19623   'menu_name' => 'management',
19624   'mlid' => '433',
19625   'plid' => '413',
19626   'link_path' => 'admin/config/regional/translate/translate',
19627   'router_path' => 'admin/config/regional/translate/translate',
19628   'link_title' => 'Translate',
19629   'options' => 'a:0:{}',
19630   'module' => 'system',
19631   'hidden' => '-1',
19632   'external' => '0',
19633   'has_children' => '0',
19634   'expanded' => '0',
19635   'weight' => '10',
19636   'depth' => '5',
19637   'customized' => '0',
19638   'p1' => '1',
19639   'p2' => '8',
19640   'p3' => '48',
19641   'p4' => '413',
19642   'p5' => '433',
19643   'p6' => '0',
19644   'p7' => '0',
19645   'p8' => '0',
19646   'p9' => '0',
19647   'updated' => '0',
19648 ))
19649 ->values(array(
19650   'menu_name' => 'management',
19651   'mlid' => '435',
19652   'plid' => '356',
19653   'link_path' => 'admin/structure/forum/add/container',
19654   'router_path' => 'admin/structure/forum/add/container',
19655   'link_title' => 'Add container',
19656   'options' => 'a:0:{}',
19657   'module' => 'system',
19658   'hidden' => '-1',
19659   'external' => '0',
19660   'has_children' => '0',
19661   'expanded' => '0',
19662   'weight' => '0',
19663   'depth' => '4',
19664   'customized' => '0',
19665   'p1' => '1',
19666   'p2' => '20',
19667   'p3' => '356',
19668   'p4' => '435',
19669   'p5' => '0',
19670   'p6' => '0',
19671   'p7' => '0',
19672   'p8' => '0',
19673   'p9' => '0',
19674   'updated' => '0',
19675 ))
19676 ->values(array(
19677   'menu_name' => 'management',
19678   'mlid' => '436',
19679   'plid' => '356',
19680   'link_path' => 'admin/structure/forum/add/forum',
19681   'router_path' => 'admin/structure/forum/add/forum',
19682   'link_title' => 'Add forum',
19683   'options' => 'a:0:{}',
19684   'module' => 'system',
19685   'hidden' => '-1',
19686   'external' => '0',
19687   'has_children' => '0',
19688   'expanded' => '0',
19689   'weight' => '0',
19690   'depth' => '4',
19691   'customized' => '0',
19692   'p1' => '1',
19693   'p2' => '20',
19694   'p3' => '356',
19695   'p4' => '436',
19696   'p5' => '0',
19697   'p6' => '0',
19698   'p7' => '0',
19699   'p8' => '0',
19700   'p9' => '0',
19701   'updated' => '0',
19702 ))
19703 ->values(array(
19704   'menu_name' => 'management',
19705   'mlid' => '437',
19706   'plid' => '393',
19707   'link_path' => 'admin/config/services/aggregator/add/category',
19708   'router_path' => 'admin/config/services/aggregator/add/category',
19709   'link_title' => 'Add category',
19710   'options' => 'a:0:{}',
19711   'module' => 'system',
19712   'hidden' => '-1',
19713   'external' => '0',
19714   'has_children' => '0',
19715   'expanded' => '0',
19716   'weight' => '0',
19717   'depth' => '5',
19718   'customized' => '0',
19719   'p1' => '1',
19720   'p2' => '8',
19721   'p3' => '60',
19722   'p4' => '393',
19723   'p5' => '437',
19724   'p6' => '0',
19725   'p7' => '0',
19726   'p8' => '0',
19727   'p9' => '0',
19728   'updated' => '0',
19729 ))
19730 ->values(array(
19731   'menu_name' => 'management',
19732   'mlid' => '438',
19733   'plid' => '393',
19734   'link_path' => 'admin/config/services/aggregator/add/feed',
19735   'router_path' => 'admin/config/services/aggregator/add/feed',
19736   'link_title' => 'Add feed',
19737   'options' => 'a:0:{}',
19738   'module' => 'system',
19739   'hidden' => '-1',
19740   'external' => '0',
19741   'has_children' => '0',
19742   'expanded' => '0',
19743   'weight' => '0',
19744   'depth' => '5',
19745   'customized' => '0',
19746   'p1' => '1',
19747   'p2' => '8',
19748   'p3' => '60',
19749   'p4' => '393',
19750   'p5' => '438',
19751   'p6' => '0',
19752   'p7' => '0',
19753   'p8' => '0',
19754   'p9' => '0',
19755   'updated' => '0',
19756 ))
19757 ->values(array(
19758   'menu_name' => 'management',
19759   'mlid' => '440',
19760   'plid' => '395',
19761   'link_path' => 'admin/config/regional/language/delete/%',
19762   'router_path' => 'admin/config/regional/language/delete/%',
19763   'link_title' => 'Confirm',
19764   'options' => 'a:0:{}',
19765   'module' => 'system',
19766   'hidden' => '0',
19767   'external' => '0',
19768   'has_children' => '0',
19769   'expanded' => '0',
19770   'weight' => '0',
19771   'depth' => '5',
19772   'customized' => '0',
19773   'p1' => '1',
19774   'p2' => '8',
19775   'p3' => '48',
19776   'p4' => '395',
19777   'p5' => '440',
19778   'p6' => '0',
19779   'p7' => '0',
19780   'p8' => '0',
19781   'p9' => '0',
19782   'updated' => '0',
19783 ))
19784 ->values(array(
19785   'menu_name' => 'management',
19786   'mlid' => '441',
19787   'plid' => '413',
19788   'link_path' => 'admin/config/regional/translate/delete/%',
19789   'router_path' => 'admin/config/regional/translate/delete/%',
19790   'link_title' => 'Delete string',
19791   'options' => 'a:0:{}',
19792   'module' => 'system',
19793   'hidden' => '0',
19794   'external' => '0',
19795   'has_children' => '0',
19796   'expanded' => '0',
19797   'weight' => '0',
19798   'depth' => '5',
19799   'customized' => '0',
19800   'p1' => '1',
19801   'p2' => '8',
19802   'p3' => '48',
19803   'p4' => '413',
19804   'p5' => '441',
19805   'p6' => '0',
19806   'p7' => '0',
19807   'p8' => '0',
19808   'p9' => '0',
19809   'updated' => '0',
19810 ))
19811 ->values(array(
19812   'menu_name' => 'management',
19813   'mlid' => '442',
19814   'plid' => '356',
19815   'link_path' => 'admin/structure/forum/edit/container/%',
19816   'router_path' => 'admin/structure/forum/edit/container/%',
19817   'link_title' => 'Edit container',
19818   'options' => 'a:0:{}',
19819   'module' => 'system',
19820   'hidden' => '0',
19821   'external' => '0',
19822   'has_children' => '0',
19823   'expanded' => '0',
19824   'weight' => '0',
19825   'depth' => '4',
19826   'customized' => '0',
19827   'p1' => '1',
19828   'p2' => '20',
19829   'p3' => '356',
19830   'p4' => '442',
19831   'p5' => '0',
19832   'p6' => '0',
19833   'p7' => '0',
19834   'p8' => '0',
19835   'p9' => '0',
19836   'updated' => '0',
19837 ))
19838 ->values(array(
19839   'menu_name' => 'management',
19840   'mlid' => '443',
19841   'plid' => '356',
19842   'link_path' => 'admin/structure/forum/edit/forum/%',
19843   'router_path' => 'admin/structure/forum/edit/forum/%',
19844   'link_title' => 'Edit forum',
19845   'options' => 'a:0:{}',
19846   'module' => 'system',
19847   'hidden' => '0',
19848   'external' => '0',
19849   'has_children' => '0',
19850   'expanded' => '0',
19851   'weight' => '0',
19852   'depth' => '4',
19853   'customized' => '0',
19854   'p1' => '1',
19855   'p2' => '20',
19856   'p3' => '356',
19857   'p4' => '443',
19858   'p5' => '0',
19859   'p6' => '0',
19860   'p7' => '0',
19861   'p8' => '0',
19862   'p9' => '0',
19863   'updated' => '0',
19864 ))
19865 ->values(array(
19866   'menu_name' => 'management',
19867   'mlid' => '444',
19868   'plid' => '395',
19869   'link_path' => 'admin/config/regional/language/edit/%',
19870   'router_path' => 'admin/config/regional/language/edit/%',
19871   'link_title' => 'Edit language',
19872   'options' => 'a:0:{}',
19873   'module' => 'system',
19874   'hidden' => '0',
19875   'external' => '0',
19876   'has_children' => '0',
19877   'expanded' => '0',
19878   'weight' => '0',
19879   'depth' => '5',
19880   'customized' => '0',
19881   'p1' => '1',
19882   'p2' => '8',
19883   'p3' => '48',
19884   'p4' => '395',
19885   'p5' => '444',
19886   'p6' => '0',
19887   'p7' => '0',
19888   'p8' => '0',
19889   'p9' => '0',
19890   'updated' => '0',
19891 ))
19892 ->values(array(
19893   'menu_name' => 'management',
19894   'mlid' => '445',
19895   'plid' => '413',
19896   'link_path' => 'admin/config/regional/translate/edit/%',
19897   'router_path' => 'admin/config/regional/translate/edit/%',
19898   'link_title' => 'Edit string',
19899   'options' => 'a:0:{}',
19900   'module' => 'system',
19901   'hidden' => '0',
19902   'external' => '0',
19903   'has_children' => '0',
19904   'expanded' => '0',
19905   'weight' => '0',
19906   'depth' => '5',
19907   'customized' => '0',
19908   'p1' => '1',
19909   'p2' => '8',
19910   'p3' => '48',
19911   'p4' => '413',
19912   'p5' => '445',
19913   'p6' => '0',
19914   'p7' => '0',
19915   'p8' => '0',
19916   'p9' => '0',
19917   'updated' => '0',
19918 ))
19919 ->values(array(
19920   'menu_name' => 'management',
19921   'mlid' => '447',
19922   'plid' => '393',
19923   'link_path' => 'admin/config/services/aggregator/add/opml',
19924   'router_path' => 'admin/config/services/aggregator/add/opml',
19925   'link_title' => 'Import OPML',
19926   'options' => 'a:0:{}',
19927   'module' => 'system',
19928   'hidden' => '-1',
19929   'external' => '0',
19930   'has_children' => '0',
19931   'expanded' => '0',
19932   'weight' => '0',
19933   'depth' => '5',
19934   'customized' => '0',
19935   'p1' => '1',
19936   'p2' => '8',
19937   'p3' => '60',
19938   'p4' => '393',
19939   'p5' => '447',
19940   'p6' => '0',
19941   'p7' => '0',
19942   'p8' => '0',
19943   'p9' => '0',
19944   'updated' => '0',
19945 ))
19946 ->values(array(
19947   'menu_name' => 'management',
19948   'mlid' => '448',
19949   'plid' => '393',
19950   'link_path' => 'admin/config/services/aggregator/remove/%',
19951   'router_path' => 'admin/config/services/aggregator/remove/%',
19952   'link_title' => 'Remove items',
19953   'options' => 'a:0:{}',
19954   'module' => 'system',
19955   'hidden' => '0',
19956   'external' => '0',
19957   'has_children' => '0',
19958   'expanded' => '0',
19959   'weight' => '0',
19960   'depth' => '5',
19961   'customized' => '0',
19962   'p1' => '1',
19963   'p2' => '8',
19964   'p3' => '60',
19965   'p4' => '393',
19966   'p5' => '448',
19967   'p6' => '0',
19968   'p7' => '0',
19969   'p8' => '0',
19970   'p9' => '0',
19971   'updated' => '0',
19972 ))
19973 ->values(array(
19974   'menu_name' => 'management',
19975   'mlid' => '449',
19976   'plid' => '422',
19977   'link_path' => 'admin/config/regional/language/configure/session',
19978   'router_path' => 'admin/config/regional/language/configure/session',
19979   'link_title' => 'Session language detection configuration',
19980   'options' => 'a:0:{}',
19981   'module' => 'system',
19982   'hidden' => '-1',
19983   'external' => '0',
19984   'has_children' => '0',
19985   'expanded' => '0',
19986   'weight' => '0',
19987   'depth' => '6',
19988   'customized' => '0',
19989   'p1' => '1',
19990   'p2' => '8',
19991   'p3' => '48',
19992   'p4' => '395',
19993   'p5' => '422',
19994   'p6' => '449',
19995   'p7' => '0',
19996   'p8' => '0',
19997   'p9' => '0',
19998   'updated' => '0',
19999 ))
20000 ->values(array(
20001   'menu_name' => 'management',
20002   'mlid' => '450',
20003   'plid' => '410',
20004   'link_path' => 'admin/config/development/testing/results/%',
20005   'router_path' => 'admin/config/development/testing/results/%',
20006   'link_title' => 'Test result',
20007   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:21:"View result of tests.";}}',
20008   'module' => 'system',
20009   'hidden' => '0',
20010   'external' => '0',
20011   'has_children' => '0',
20012   'expanded' => '0',
20013   'weight' => '0',
20014   'depth' => '5',
20015   'customized' => '0',
20016   'p1' => '1',
20017   'p2' => '8',
20018   'p3' => '37',
20019   'p4' => '410',
20020   'p5' => '450',
20021   'p6' => '0',
20022   'p7' => '0',
20023   'p8' => '0',
20024   'p9' => '0',
20025   'updated' => '0',
20026 ))
20027 ->values(array(
20028   'menu_name' => 'management',
20029   'mlid' => '451',
20030   'plid' => '422',
20031   'link_path' => 'admin/config/regional/language/configure/url',
20032   'router_path' => 'admin/config/regional/language/configure/url',
20033   'link_title' => 'URL language detection configuration',
20034   'options' => 'a:0:{}',
20035   'module' => 'system',
20036   'hidden' => '-1',
20037   'external' => '0',
20038   'has_children' => '0',
20039   'expanded' => '0',
20040   'weight' => '0',
20041   'depth' => '6',
20042   'customized' => '0',
20043   'p1' => '1',
20044   'p2' => '8',
20045   'p3' => '48',
20046   'p4' => '395',
20047   'p5' => '422',
20048   'p6' => '451',
20049   'p7' => '0',
20050   'p8' => '0',
20051   'p9' => '0',
20052   'updated' => '0',
20053 ))
20054 ->values(array(
20055   'menu_name' => 'management',
20056   'mlid' => '452',
20057   'plid' => '393',
20058   'link_path' => 'admin/config/services/aggregator/update/%',
20059   'router_path' => 'admin/config/services/aggregator/update/%',
20060   'link_title' => 'Update items',
20061   'options' => 'a:0:{}',
20062   'module' => 'system',
20063   'hidden' => '0',
20064   'external' => '0',
20065   'has_children' => '0',
20066   'expanded' => '0',
20067   'weight' => '0',
20068   'depth' => '5',
20069   'customized' => '0',
20070   'p1' => '1',
20071   'p2' => '8',
20072   'p3' => '60',
20073   'p4' => '393',
20074   'p5' => '452',
20075   'p6' => '0',
20076   'p7' => '0',
20077   'p8' => '0',
20078   'p9' => '0',
20079   'updated' => '0',
20080 ))
20081 ->values(array(
20082   'menu_name' => 'management',
20083   'mlid' => '458',
20084   'plid' => '393',
20085   'link_path' => 'admin/config/services/aggregator/edit/category/%',
20086   'router_path' => 'admin/config/services/aggregator/edit/category/%',
20087   'link_title' => 'Edit category',
20088   'options' => 'a:0:{}',
20089   'module' => 'system',
20090   'hidden' => '0',
20091   'external' => '0',
20092   'has_children' => '0',
20093   'expanded' => '0',
20094   'weight' => '0',
20095   'depth' => '5',
20096   'customized' => '0',
20097   'p1' => '1',
20098   'p2' => '8',
20099   'p3' => '60',
20100   'p4' => '393',
20101   'p5' => '458',
20102   'p6' => '0',
20103   'p7' => '0',
20104   'p8' => '0',
20105   'p9' => '0',
20106   'updated' => '0',
20107 ))
20108 ->values(array(
20109   'menu_name' => 'management',
20110   'mlid' => '459',
20111   'plid' => '393',
20112   'link_path' => 'admin/config/services/aggregator/edit/feed/%',
20113   'router_path' => 'admin/config/services/aggregator/edit/feed/%',
20114   'link_title' => 'Edit feed',
20115   'options' => 'a:0:{}',
20116   'module' => 'system',
20117   'hidden' => '0',
20118   'external' => '0',
20119   'has_children' => '0',
20120   'expanded' => '0',
20121   'weight' => '0',
20122   'depth' => '5',
20123   'customized' => '0',
20124   'p1' => '1',
20125   'p2' => '8',
20126   'p3' => '60',
20127   'p4' => '393',
20128   'p5' => '459',
20129   'p6' => '0',
20130   'p7' => '0',
20131   'p8' => '0',
20132   'p9' => '0',
20133   'updated' => '0',
20134 ))
20135 ->values(array(
20136   'menu_name' => 'management',
20137   'mlid' => '461',
20138   'plid' => '429',
20139   'link_path' => 'admin/config/regional/date-time/locale/%/edit',
20140   'router_path' => 'admin/config/regional/date-time/locale/%/edit',
20141   'link_title' => 'Localize date formats',
20142   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
20143   'module' => 'system',
20144   'hidden' => '0',
20145   'external' => '0',
20146   'has_children' => '0',
20147   'expanded' => '0',
20148   'weight' => '0',
20149   'depth' => '6',
20150   'customized' => '0',
20151   'p1' => '1',
20152   'p2' => '8',
20153   'p3' => '48',
20154   'p4' => '74',
20155   'p5' => '429',
20156   'p6' => '461',
20157   'p7' => '0',
20158   'p8' => '0',
20159   'p9' => '0',
20160   'updated' => '0',
20161 ))
20162 ->values(array(
20163   'menu_name' => 'management',
20164   'mlid' => '462',
20165   'plid' => '303',
20166   'link_path' => 'admin/structure/types/manage/%/display/print',
20167   'router_path' => 'admin/structure/types/manage/%/display/print',
20168   'link_title' => 'Print',
20169   'options' => 'a:0:{}',
20170   'module' => 'system',
20171   'hidden' => '-1',
20172   'external' => '0',
20173   'has_children' => '0',
20174   'expanded' => '0',
20175   'weight' => '5',
20176   'depth' => '6',
20177   'customized' => '0',
20178   'p1' => '1',
20179   'p2' => '20',
20180   'p3' => '34',
20181   'p4' => '114',
20182   'p5' => '303',
20183   'p6' => '462',
20184   'p7' => '0',
20185   'p8' => '0',
20186   'p9' => '0',
20187   'updated' => '0',
20188 ))
20189 ->values(array(
20190   'menu_name' => 'management',
20191   'mlid' => '463',
20192   'plid' => '429',
20193   'link_path' => 'admin/config/regional/date-time/locale/%/reset',
20194   'router_path' => 'admin/config/regional/date-time/locale/%/reset',
20195   'link_title' => 'Reset date formats',
20196   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Reset localized date formats to global defaults";}}',
20197   'module' => 'system',
20198   'hidden' => '0',
20199   'external' => '0',
20200   'has_children' => '0',
20201   'expanded' => '0',
20202   'weight' => '0',
20203   'depth' => '6',
20204   'customized' => '0',
20205   'p1' => '1',
20206   'p2' => '8',
20207   'p3' => '48',
20208   'p4' => '74',
20209   'p5' => '429',
20210   'p6' => '463',
20211   'p7' => '0',
20212   'p8' => '0',
20213   'p9' => '0',
20214   'updated' => '0',
20215 ))
20216 ->values(array(
20217   'menu_name' => 'navigation',
20218   'mlid' => '465',
20219   'plid' => '6',
20220   'link_path' => 'node/add/test-content-type',
20221   'router_path' => 'node/add/test-content-type',
20222   'link_title' => 'Test content type',
20223   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:49:"This is the description of the test content type.";}}',
20224   'module' => 'system',
20225   'hidden' => '0',
20226   'external' => '0',
20227   'has_children' => '0',
20228   'expanded' => '0',
20229   'weight' => '0',
20230   'depth' => '2',
20231   'customized' => '0',
20232   'p1' => '6',
20233   'p2' => '465',
20234   'p3' => '0',
20235   'p4' => '0',
20236   'p5' => '0',
20237   'p6' => '0',
20238   'p7' => '0',
20239   'p8' => '0',
20240   'p9' => '0',
20241   'updated' => '0',
20242 ))
20243 ->values(array(
20244   'menu_name' => 'management',
20245   'mlid' => '466',
20246   'plid' => '44',
20247   'link_path' => 'admin/structure/menu/manage/menu-test-menu',
20248   'router_path' => 'admin/structure/menu/manage/%',
20249   'link_title' => 'Test Menu',
20250   'options' => 'a:0:{}',
20251   'module' => 'menu',
20252   'hidden' => '0',
20253   'external' => '0',
20254   'has_children' => '0',
20255   'expanded' => '0',
20256   'weight' => '0',
20257   'depth' => '4',
20258   'customized' => '0',
20259   'p1' => '1',
20260   'p2' => '20',
20261   'p3' => '44',
20262   'p4' => '466',
20263   'p5' => '0',
20264   'p6' => '0',
20265   'p7' => '0',
20266   'p8' => '0',
20267   'p9' => '0',
20268   'updated' => '0',
20269 ))
20270 ->values(array(
20271   'menu_name' => 'menu-test-menu',
20272   'mlid' => '467',
20273   'plid' => '469',
20274   'link_path' => 'http://google.com',
20275   'router_path' => '',
20276   'link_title' => 'Google',
20277   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"Google";}}',
20278   'module' => 'menu',
20279   'hidden' => '0',
20280   'external' => '1',
20281   'has_children' => '0',
20282   'expanded' => '0',
20283   'weight' => '0',
20284   'depth' => '2',
20285   'customized' => '1',
20286   'p1' => '469',
20287   'p2' => '467',
20288   'p3' => '0',
20289   'p4' => '0',
20290   'p5' => '0',
20291   'p6' => '0',
20292   'p7' => '0',
20293   'p8' => '0',
20294   'p9' => '0',
20295   'updated' => '0',
20296 ))
20297 ->values(array(
20298   'menu_name' => 'menu-test-menu',
20299   'mlid' => '468',
20300   'plid' => '0',
20301   'link_path' => 'http://yahoo.com',
20302   'router_path' => '',
20303   'link_title' => 'Yahoo',
20304   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:5:"Yahoo";}}',
20305   'module' => 'menu',
20306   'hidden' => '0',
20307   'external' => '1',
20308   'has_children' => '0',
20309   'expanded' => '0',
20310   'weight' => '0',
20311   'depth' => '1',
20312   'customized' => '1',
20313   'p1' => '468',
20314   'p2' => '0',
20315   'p3' => '0',
20316   'p4' => '0',
20317   'p5' => '0',
20318   'p6' => '0',
20319   'p7' => '0',
20320   'p8' => '0',
20321   'p9' => '0',
20322   'updated' => '0',
20323 ))
20324 ->values(array(
20325   'menu_name' => 'menu-test-menu',
20326   'mlid' => '469',
20327   'plid' => '0',
20328   'link_path' => 'http://bing.com',
20329   'router_path' => '',
20330   'link_title' => 'Bing',
20331   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:4:"Bing";}}',
20332   'module' => 'menu',
20333   'hidden' => '0',
20334   'external' => '1',
20335   'has_children' => '0',
20336   'expanded' => '0',
20337   'weight' => '0',
20338   'depth' => '1',
20339   'customized' => '1',
20340   'p1' => '469',
20341   'p2' => '0',
20342   'p3' => '0',
20343   'p4' => '0',
20344   'p5' => '0',
20345   'p6' => '0',
20346   'p7' => '0',
20347   'p8' => '0',
20348   'p9' => '0',
20349   'updated' => '0',
20350 ))
20351 ->values(array(
20352   'menu_name' => 'menu-test-menu',
20353   'mlid' => '470',
20354   'plid' => '469',
20355   'link_path' => 'http://ask.com',
20356   'router_path' => '',
20357   'link_title' => 'Ask',
20358   'options' => 'a:0:{}',
20359   'module' => 'menu',
20360   'hidden' => '0',
20361   'external' => '1',
20362   'has_children' => '0',
20363   'expanded' => '0',
20364   'weight' => '0',
20365   'depth' => '2',
20366   'customized' => '1',
20367   'p1' => '469',
20368   'p2' => '470',
20369   'p3' => '0',
20370   'p4' => '0',
20371   'p5' => '0',
20372   'p6' => '0',
20373   'p7' => '0',
20374   'p8' => '0',
20375   'p9' => '0',
20376   'updated' => '0',
20377 ))
20378 ->values(array(
20379   'menu_name' => 'shortcut-set-2',
20380   'mlid' => '472',
20381   'plid' => '0',
20382   'link_path' => 'admin/help',
20383   'router_path' => 'admin/help',
20384   'link_title' => 'Help',
20385   'options' => 'a:0:{}',
20386   'module' => 'menu',
20387   'hidden' => '0',
20388   'external' => '0',
20389   'has_children' => '0',
20390   'expanded' => '0',
20391   'weight' => '-49',
20392   'depth' => '1',
20393   'customized' => '0',
20394   'p1' => '472',
20395   'p2' => '0',
20396   'p3' => '0',
20397   'p4' => '0',
20398   'p5' => '0',
20399   'p6' => '0',
20400   'p7' => '0',
20401   'p8' => '0',
20402   'p9' => '0',
20403   'updated' => '0',
20404 ))
20405 ->values(array(
20406   'menu_name' => 'shortcut-set-2',
20407   'mlid' => '473',
20408   'plid' => '0',
20409   'link_path' => 'admin/people',
20410   'router_path' => 'admin/people',
20411   'link_title' => 'People',
20412   'options' => 'a:0:{}',
20413   'module' => 'menu',
20414   'hidden' => '0',
20415   'external' => '0',
20416   'has_children' => '0',
20417   'expanded' => '0',
20418   'weight' => '-50',
20419   'depth' => '1',
20420   'customized' => '0',
20421   'p1' => '473',
20422   'p2' => '0',
20423   'p3' => '0',
20424   'p4' => '0',
20425   'p5' => '0',
20426   'p6' => '0',
20427   'p7' => '0',
20428   'p8' => '0',
20429   'p9' => '0',
20430   'updated' => '0',
20431 ))
20432 ->values(array(
20433   'menu_name' => 'navigation',
20434   'mlid' => '474',
20435   'plid' => '4',
20436   'link_path' => 'filter/tips/%',
20437   'router_path' => 'filter/tips/%',
20438   'link_title' => 'Compose tips',
20439   'options' => 'a:0:{}',
20440   'module' => 'system',
20441   'hidden' => '0',
20442   'external' => '0',
20443   'has_children' => '0',
20444   'expanded' => '0',
20445   'weight' => '0',
20446   'depth' => '2',
20447   'customized' => '0',
20448   'p1' => '4',
20449   'p2' => '474',
20450   'p3' => '0',
20451   'p4' => '0',
20452   'p5' => '0',
20453   'p6' => '0',
20454   'p7' => '0',
20455   'p8' => '0',
20456   'p9' => '0',
20457   'updated' => '0',
20458 ))
20459 ->values(array(
20460   'menu_name' => 'management',
20461   'mlid' => '475',
20462   'plid' => '175',
20463   'link_path' => 'admin/help/php',
20464   'router_path' => 'admin/help/php',
20465   'link_title' => 'php',
20466   'options' => 'a:0:{}',
20467   'module' => 'system',
20468   'hidden' => '-1',
20469   'external' => '0',
20470   'has_children' => '0',
20471   'expanded' => '0',
20472   'weight' => '0',
20473   'depth' => '3',
20474   'customized' => '0',
20475   'p1' => '1',
20476   'p2' => '175',
20477   'p3' => '475',
20478   'p4' => '0',
20479   'p5' => '0',
20480   'p6' => '0',
20481   'p7' => '0',
20482   'p8' => '0',
20483   'p9' => '0',
20484   'updated' => '0',
20485 ))
20486 ->values(array(
20487   'menu_name' => 'management',
20488   'mlid' => '478',
20489   'plid' => '20',
20490   'link_path' => 'admin/content/book',
20491   'router_path' => 'admin/content/book',
20492   'link_title' => 'custom link test',
20493   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
20494   'module' => 'menu',
20495   'hidden' => '0',
20496   'external' => '0',
20497   'has_children' => '0',
20498   'expanded' => '0',
20499   'weight' => '0',
20500   'depth' => '3',
20501   'customized' => '1',
20502   'p1' => '1',
20503   'p2' => '20',
20504   'p3' => '478',
20505   'p4' => '0',
20506   'p5' => '0',
20507   'p6' => '0',
20508   'p7' => '0',
20509   'p8' => '0',
20510   'p9' => '0',
20511   'updated' => '0',
20512 ))
20513 ->values(array(
20514   'menu_name' => 'navigation',
20515   'mlid' => '479',
20516   'plid' => '0',
20517   'link_path' => 'node/3',
20518   'router_path' => 'node/3',
20519   'link_title' => 'node link test',
20520   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"node 3";}}',
20521   'module' => 'menu',
20522   'hidden' => '0',
20523   'external' => '0',
20524   'has_children' => '0',
20525   'expanded' => '0',
20526   'weight' => '3',
20527   'depth' => '1',
20528   'customized' => '1',
20529   'p1' => '479',
20530   'p2' => '0',
20531   'p3' => '0',
20532   'p4' => '0',
20533   'p5' => '0',
20534   'p6' => '0',
20535   'p7' => '0',
20536   'p8' => '0',
20537   'p9' => '0',
20538   'updated' => '0',
20539 ))
20540 ->execute();
20541
20542 $connection->schema()->createTable('menu_router', array(
20543   'fields' => array(
20544     'path' => array(
20545       'type' => 'varchar',
20546       'not null' => TRUE,
20547       'length' => '255',
20548       'default' => '',
20549     ),
20550     'load_functions' => array(
20551       'type' => 'blob',
20552       'not null' => TRUE,
20553       'size' => 'normal',
20554     ),
20555     'to_arg_functions' => array(
20556       'type' => 'blob',
20557       'not null' => TRUE,
20558       'size' => 'normal',
20559     ),
20560     'access_callback' => array(
20561       'type' => 'varchar',
20562       'not null' => TRUE,
20563       'length' => '255',
20564       'default' => '',
20565     ),
20566     'access_arguments' => array(
20567       'type' => 'blob',
20568       'not null' => FALSE,
20569       'size' => 'normal',
20570     ),
20571     'page_callback' => array(
20572       'type' => 'varchar',
20573       'not null' => TRUE,
20574       'length' => '255',
20575       'default' => '',
20576     ),
20577     'page_arguments' => array(
20578       'type' => 'blob',
20579       'not null' => FALSE,
20580       'size' => 'normal',
20581     ),
20582     'delivery_callback' => array(
20583       'type' => 'varchar',
20584       'not null' => TRUE,
20585       'length' => '255',
20586       'default' => '',
20587     ),
20588     'fit' => array(
20589       'type' => 'int',
20590       'not null' => TRUE,
20591       'size' => 'normal',
20592       'default' => '0',
20593     ),
20594     'number_parts' => array(
20595       'type' => 'int',
20596       'not null' => TRUE,
20597       'size' => 'normal',
20598       'default' => '0',
20599     ),
20600     'context' => array(
20601       'type' => 'int',
20602       'not null' => TRUE,
20603       'size' => 'normal',
20604       'default' => '0',
20605     ),
20606     'tab_parent' => array(
20607       'type' => 'varchar',
20608       'not null' => TRUE,
20609       'length' => '255',
20610       'default' => '',
20611     ),
20612     'tab_root' => array(
20613       'type' => 'varchar',
20614       'not null' => TRUE,
20615       'length' => '255',
20616       'default' => '',
20617     ),
20618     'title' => array(
20619       'type' => 'varchar',
20620       'not null' => TRUE,
20621       'length' => '255',
20622       'default' => '',
20623     ),
20624     'title_callback' => array(
20625       'type' => 'varchar',
20626       'not null' => TRUE,
20627       'length' => '255',
20628       'default' => '',
20629     ),
20630     'title_arguments' => array(
20631       'type' => 'varchar',
20632       'not null' => TRUE,
20633       'length' => '255',
20634       'default' => '',
20635     ),
20636     'theme_callback' => array(
20637       'type' => 'varchar',
20638       'not null' => TRUE,
20639       'length' => '255',
20640       'default' => '',
20641     ),
20642     'theme_arguments' => array(
20643       'type' => 'varchar',
20644       'not null' => TRUE,
20645       'length' => '255',
20646       'default' => '',
20647     ),
20648     'type' => array(
20649       'type' => 'int',
20650       'not null' => TRUE,
20651       'size' => 'normal',
20652       'default' => '0',
20653     ),
20654     'description' => array(
20655       'type' => 'text',
20656       'not null' => TRUE,
20657       'size' => 'normal',
20658     ),
20659     'position' => array(
20660       'type' => 'varchar',
20661       'not null' => TRUE,
20662       'length' => '255',
20663       'default' => '',
20664     ),
20665     'weight' => array(
20666       'type' => 'int',
20667       'not null' => TRUE,
20668       'size' => 'normal',
20669       'default' => '0',
20670     ),
20671     'include_file' => array(
20672       'type' => 'text',
20673       'not null' => FALSE,
20674       'size' => 'normal',
20675     ),
20676   ),
20677   'primary key' => array(
20678     'path',
20679   ),
20680   'mysql_character_set' => 'utf8',
20681 ));
20682
20683 $connection->insert('menu_router')
20684 ->fields(array(
20685   'path',
20686   'load_functions',
20687   'to_arg_functions',
20688   'access_callback',
20689   'access_arguments',
20690   'page_callback',
20691   'page_arguments',
20692   'delivery_callback',
20693   'fit',
20694   'number_parts',
20695   'context',
20696   'tab_parent',
20697   'tab_root',
20698   'title',
20699   'title_callback',
20700   'title_arguments',
20701   'theme_callback',
20702   'theme_arguments',
20703   'type',
20704   'description',
20705   'position',
20706   'weight',
20707   'include_file',
20708 ))
20709 ->values(array(
20710   'path' => 'admin',
20711   'load_functions' => '',
20712   'to_arg_functions' => '',
20713   'access_callback' => 'user_access',
20714   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
20715   'page_callback' => 'system_admin_menu_block_page',
20716   'page_arguments' => 'a:0:{}',
20717   'delivery_callback' => '',
20718   'fit' => '1',
20719   'number_parts' => '1',
20720   'context' => '0',
20721   'tab_parent' => '',
20722   'tab_root' => 'admin',
20723   'title' => 'Administration',
20724   'title_callback' => 't',
20725   'title_arguments' => '',
20726   'theme_callback' => '',
20727   'theme_arguments' => 'a:0:{}',
20728   'type' => '6',
20729   'description' => '',
20730   'position' => '',
20731   'weight' => '9',
20732   'include_file' => 'modules/system/system.admin.inc',
20733 ))
20734 ->values(array(
20735   'path' => 'admin/appearance',
20736   'load_functions' => '',
20737   'to_arg_functions' => '',
20738   'access_callback' => 'user_access',
20739   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20740   'page_callback' => 'system_themes_page',
20741   'page_arguments' => 'a:0:{}',
20742   'delivery_callback' => '',
20743   'fit' => '3',
20744   'number_parts' => '2',
20745   'context' => '0',
20746   'tab_parent' => '',
20747   'tab_root' => 'admin/appearance',
20748   'title' => 'Appearance',
20749   'title_callback' => 't',
20750   'title_arguments' => '',
20751   'theme_callback' => '',
20752   'theme_arguments' => 'a:0:{}',
20753   'type' => '6',
20754   'description' => 'Select and configure your themes.',
20755   'position' => 'left',
20756   'weight' => '-6',
20757   'include_file' => 'modules/system/system.admin.inc',
20758 ))
20759 ->values(array(
20760   'path' => 'admin/appearance/default',
20761   'load_functions' => '',
20762   'to_arg_functions' => '',
20763   'access_callback' => 'user_access',
20764   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20765   'page_callback' => 'system_theme_default',
20766   'page_arguments' => 'a:0:{}',
20767   'delivery_callback' => '',
20768   'fit' => '7',
20769   'number_parts' => '3',
20770   'context' => '0',
20771   'tab_parent' => '',
20772   'tab_root' => 'admin/appearance/default',
20773   'title' => 'Set default theme',
20774   'title_callback' => 't',
20775   'title_arguments' => '',
20776   'theme_callback' => '',
20777   'theme_arguments' => 'a:0:{}',
20778   'type' => '0',
20779   'description' => '',
20780   'position' => '',
20781   'weight' => '0',
20782   'include_file' => 'modules/system/system.admin.inc',
20783 ))
20784 ->values(array(
20785   'path' => 'admin/appearance/disable',
20786   'load_functions' => '',
20787   'to_arg_functions' => '',
20788   'access_callback' => 'user_access',
20789   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20790   'page_callback' => 'system_theme_disable',
20791   'page_arguments' => 'a:0:{}',
20792   'delivery_callback' => '',
20793   'fit' => '7',
20794   'number_parts' => '3',
20795   'context' => '0',
20796   'tab_parent' => '',
20797   'tab_root' => 'admin/appearance/disable',
20798   'title' => 'Disable theme',
20799   'title_callback' => 't',
20800   'title_arguments' => '',
20801   'theme_callback' => '',
20802   'theme_arguments' => 'a:0:{}',
20803   'type' => '0',
20804   'description' => '',
20805   'position' => '',
20806   'weight' => '0',
20807   'include_file' => 'modules/system/system.admin.inc',
20808 ))
20809 ->values(array(
20810   'path' => 'admin/appearance/enable',
20811   'load_functions' => '',
20812   'to_arg_functions' => '',
20813   'access_callback' => 'user_access',
20814   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20815   'page_callback' => 'system_theme_enable',
20816   'page_arguments' => 'a:0:{}',
20817   'delivery_callback' => '',
20818   'fit' => '7',
20819   'number_parts' => '3',
20820   'context' => '0',
20821   'tab_parent' => '',
20822   'tab_root' => 'admin/appearance/enable',
20823   'title' => 'Enable theme',
20824   'title_callback' => 't',
20825   'title_arguments' => '',
20826   'theme_callback' => '',
20827   'theme_arguments' => 'a:0:{}',
20828   'type' => '0',
20829   'description' => '',
20830   'position' => '',
20831   'weight' => '0',
20832   'include_file' => 'modules/system/system.admin.inc',
20833 ))
20834 ->values(array(
20835   'path' => 'admin/appearance/install',
20836   'load_functions' => '',
20837   'to_arg_functions' => '',
20838   'access_callback' => 'update_manager_access',
20839   'access_arguments' => 'a:0:{}',
20840   'page_callback' => 'drupal_get_form',
20841   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:5:"theme";}',
20842   'delivery_callback' => '',
20843   'fit' => '7',
20844   'number_parts' => '3',
20845   'context' => '1',
20846   'tab_parent' => 'admin/appearance',
20847   'tab_root' => 'admin/appearance',
20848   'title' => 'Install new theme',
20849   'title_callback' => 't',
20850   'title_arguments' => '',
20851   'theme_callback' => '',
20852   'theme_arguments' => 'a:0:{}',
20853   'type' => '388',
20854   'description' => '',
20855   'position' => '',
20856   'weight' => '25',
20857   'include_file' => 'modules/update/update.manager.inc',
20858 ))
20859 ->values(array(
20860   'path' => 'admin/appearance/list',
20861   'load_functions' => '',
20862   'to_arg_functions' => '',
20863   'access_callback' => 'user_access',
20864   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20865   'page_callback' => 'system_themes_page',
20866   'page_arguments' => 'a:0:{}',
20867   'delivery_callback' => '',
20868   'fit' => '7',
20869   'number_parts' => '3',
20870   'context' => '1',
20871   'tab_parent' => 'admin/appearance',
20872   'tab_root' => 'admin/appearance',
20873   'title' => 'List',
20874   'title_callback' => 't',
20875   'title_arguments' => '',
20876   'theme_callback' => '',
20877   'theme_arguments' => 'a:0:{}',
20878   'type' => '140',
20879   'description' => 'Select and configure your theme',
20880   'position' => '',
20881   'weight' => '-1',
20882   'include_file' => 'modules/system/system.admin.inc',
20883 ))
20884 ->values(array(
20885   'path' => 'admin/appearance/settings',
20886   'load_functions' => '',
20887   'to_arg_functions' => '',
20888   'access_callback' => 'user_access',
20889   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20890   'page_callback' => 'drupal_get_form',
20891   'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
20892   'delivery_callback' => '',
20893   'fit' => '7',
20894   'number_parts' => '3',
20895   'context' => '1',
20896   'tab_parent' => 'admin/appearance',
20897   'tab_root' => 'admin/appearance',
20898   'title' => 'Settings',
20899   'title_callback' => 't',
20900   'title_arguments' => '',
20901   'theme_callback' => '',
20902   'theme_arguments' => 'a:0:{}',
20903   'type' => '132',
20904   'description' => 'Configure default and theme specific settings.',
20905   'position' => '',
20906   'weight' => '20',
20907   'include_file' => 'modules/system/system.admin.inc',
20908 ))
20909 ->values(array(
20910   'path' => 'admin/appearance/settings/bartik',
20911   'load_functions' => '',
20912   'to_arg_functions' => '',
20913   'access_callback' => '_system_themes_access',
20914   '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";}}',
20915   'page_callback' => 'drupal_get_form',
20916   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:6:"bartik";}',
20917   'delivery_callback' => '',
20918   'fit' => '15',
20919   'number_parts' => '4',
20920   'context' => '1',
20921   'tab_parent' => 'admin/appearance/settings',
20922   'tab_root' => 'admin/appearance',
20923   'title' => 'Bartik',
20924   'title_callback' => 't',
20925   'title_arguments' => '',
20926   'theme_callback' => '',
20927   'theme_arguments' => 'a:0:{}',
20928   'type' => '132',
20929   'description' => '',
20930   'position' => '',
20931   'weight' => '0',
20932   'include_file' => 'modules/system/system.admin.inc',
20933 ))
20934 ->values(array(
20935   'path' => 'admin/appearance/settings/garland',
20936   'load_functions' => '',
20937   'to_arg_functions' => '',
20938   'access_callback' => '_system_themes_access',
20939   '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";}}',
20940   'page_callback' => 'drupal_get_form',
20941   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:7:"garland";}',
20942   'delivery_callback' => '',
20943   'fit' => '15',
20944   'number_parts' => '4',
20945   'context' => '1',
20946   'tab_parent' => 'admin/appearance/settings',
20947   'tab_root' => 'admin/appearance',
20948   'title' => 'Garland',
20949   'title_callback' => 't',
20950   'title_arguments' => '',
20951   'theme_callback' => '',
20952   'theme_arguments' => 'a:0:{}',
20953   'type' => '132',
20954   'description' => '',
20955   'position' => '',
20956   'weight' => '0',
20957   'include_file' => 'modules/system/system.admin.inc',
20958 ))
20959 ->values(array(
20960   'path' => 'admin/appearance/settings/global',
20961   'load_functions' => '',
20962   'to_arg_functions' => '',
20963   'access_callback' => 'user_access',
20964   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20965   'page_callback' => 'drupal_get_form',
20966   'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
20967   'delivery_callback' => '',
20968   'fit' => '15',
20969   'number_parts' => '4',
20970   'context' => '1',
20971   'tab_parent' => 'admin/appearance/settings',
20972   'tab_root' => 'admin/appearance',
20973   'title' => 'Global settings',
20974   'title_callback' => 't',
20975   'title_arguments' => '',
20976   'theme_callback' => '',
20977   'theme_arguments' => 'a:0:{}',
20978   'type' => '140',
20979   'description' => '',
20980   'position' => '',
20981   'weight' => '-1',
20982   'include_file' => 'modules/system/system.admin.inc',
20983 ))
20984 ->values(array(
20985   'path' => 'admin/appearance/settings/seven',
20986   'load_functions' => '',
20987   'to_arg_functions' => '',
20988   'access_callback' => '_system_themes_access',
20989   '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";}}',
20990   'page_callback' => 'drupal_get_form',
20991   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"seven";}',
20992   'delivery_callback' => '',
20993   'fit' => '15',
20994   'number_parts' => '4',
20995   'context' => '1',
20996   'tab_parent' => 'admin/appearance/settings',
20997   'tab_root' => 'admin/appearance',
20998   'title' => 'Seven',
20999   'title_callback' => 't',
21000   'title_arguments' => '',
21001   'theme_callback' => '',
21002   'theme_arguments' => 'a:0:{}',
21003   'type' => '132',
21004   'description' => '',
21005   'position' => '',
21006   'weight' => '0',
21007   'include_file' => 'modules/system/system.admin.inc',
21008 ))
21009 ->values(array(
21010   'path' => 'admin/appearance/settings/stark',
21011   'load_functions' => '',
21012   'to_arg_functions' => '',
21013   'access_callback' => '_system_themes_access',
21014   '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\";}}",
21015   'page_callback' => 'drupal_get_form',
21016   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"stark";}',
21017   'delivery_callback' => '',
21018   'fit' => '15',
21019   'number_parts' => '4',
21020   'context' => '1',
21021   'tab_parent' => 'admin/appearance/settings',
21022   'tab_root' => 'admin/appearance',
21023   'title' => 'Stark',
21024   'title_callback' => 't',
21025   'title_arguments' => '',
21026   'theme_callback' => '',
21027   'theme_arguments' => 'a:0:{}',
21028   'type' => '132',
21029   'description' => '',
21030   'position' => '',
21031   'weight' => '0',
21032   'include_file' => 'modules/system/system.admin.inc',
21033 ))
21034 ->values(array(
21035   'path' => 'admin/appearance/update',
21036   'load_functions' => '',
21037   'to_arg_functions' => '',
21038   'access_callback' => 'update_manager_access',
21039   'access_arguments' => 'a:0:{}',
21040   'page_callback' => 'drupal_get_form',
21041   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:5:"theme";}',
21042   'delivery_callback' => '',
21043   'fit' => '7',
21044   'number_parts' => '3',
21045   'context' => '1',
21046   'tab_parent' => 'admin/appearance',
21047   'tab_root' => 'admin/appearance',
21048   'title' => 'Update',
21049   'title_callback' => 't',
21050   'title_arguments' => '',
21051   'theme_callback' => '',
21052   'theme_arguments' => 'a:0:{}',
21053   'type' => '132',
21054   'description' => '',
21055   'position' => '',
21056   'weight' => '10',
21057   'include_file' => 'modules/update/update.manager.inc',
21058 ))
21059 ->values(array(
21060   'path' => 'admin/compact',
21061   'load_functions' => '',
21062   'to_arg_functions' => '',
21063   'access_callback' => 'user_access',
21064   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
21065   'page_callback' => 'system_admin_compact_page',
21066   'page_arguments' => 'a:0:{}',
21067   'delivery_callback' => '',
21068   'fit' => '3',
21069   'number_parts' => '2',
21070   'context' => '0',
21071   'tab_parent' => '',
21072   'tab_root' => 'admin/compact',
21073   'title' => 'Compact mode',
21074   'title_callback' => 't',
21075   'title_arguments' => '',
21076   'theme_callback' => '',
21077   'theme_arguments' => 'a:0:{}',
21078   'type' => '0',
21079   'description' => '',
21080   'position' => '',
21081   'weight' => '0',
21082   'include_file' => 'modules/system/system.admin.inc',
21083 ))
21084 ->values(array(
21085   'path' => 'admin/config',
21086   'load_functions' => '',
21087   'to_arg_functions' => '',
21088   'access_callback' => 'user_access',
21089   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
21090   'page_callback' => 'system_admin_config_page',
21091   'page_arguments' => 'a:0:{}',
21092   'delivery_callback' => '',
21093   'fit' => '3',
21094   'number_parts' => '2',
21095   'context' => '0',
21096   'tab_parent' => '',
21097   'tab_root' => 'admin/config',
21098   'title' => 'Configuration',
21099   'title_callback' => 't',
21100   'title_arguments' => '',
21101   'theme_callback' => '',
21102   'theme_arguments' => 'a:0:{}',
21103   'type' => '6',
21104   'description' => 'Administer settings.',
21105   'position' => '',
21106   'weight' => '0',
21107   'include_file' => 'modules/system/system.admin.inc',
21108 ))
21109 ->values(array(
21110   'path' => 'admin/config/content',
21111   'load_functions' => '',
21112   'to_arg_functions' => '',
21113   'access_callback' => 'user_access',
21114   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
21115   'page_callback' => 'system_admin_menu_block_page',
21116   'page_arguments' => 'a:0:{}',
21117   'delivery_callback' => '',
21118   'fit' => '7',
21119   'number_parts' => '3',
21120   'context' => '0',
21121   'tab_parent' => '',
21122   'tab_root' => 'admin/config/content',
21123   'title' => 'Content authoring',
21124   'title_callback' => 't',
21125   'title_arguments' => '',
21126   'theme_callback' => '',
21127   'theme_arguments' => 'a:0:{}',
21128   'type' => '6',
21129   'description' => 'Settings related to formatting and authoring content.',
21130   'position' => 'left',
21131   'weight' => '-15',
21132   'include_file' => 'modules/system/system.admin.inc',
21133 ))
21134 ->values(array(
21135   'path' => 'admin/config/content/email',
21136   'load_functions' => '',
21137   'to_arg_functions' => '',
21138   'access_callback' => 'user_access',
21139   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21140   'page_callback' => 'drupal_get_form',
21141   'page_arguments' => 'a:1:{i:0;s:20:"email_admin_settings";}',
21142   'delivery_callback' => '',
21143   'fit' => '15',
21144   'number_parts' => '4',
21145   'context' => '0',
21146   'tab_parent' => '',
21147   'tab_root' => 'admin/config/content/email',
21148   'title' => 'Email Contact Form Settings',
21149   'title_callback' => 't',
21150   'title_arguments' => '',
21151   'theme_callback' => '',
21152   'theme_arguments' => 'a:0:{}',
21153   'type' => '6',
21154   'description' => 'Administer flood control settings for email contact forms',
21155   'position' => '',
21156   'weight' => '0',
21157   'include_file' => '',
21158 ))
21159 ->values(array(
21160   'path' => 'admin/config/content/formats',
21161   'load_functions' => '',
21162   'to_arg_functions' => '',
21163   'access_callback' => 'user_access',
21164   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
21165   'page_callback' => 'drupal_get_form',
21166   'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}',
21167   'delivery_callback' => '',
21168   'fit' => '15',
21169   'number_parts' => '4',
21170   'context' => '0',
21171   'tab_parent' => '',
21172   'tab_root' => 'admin/config/content/formats',
21173   'title' => 'Text formats',
21174   'title_callback' => 't',
21175   'title_arguments' => '',
21176   'theme_callback' => '',
21177   'theme_arguments' => 'a:0:{}',
21178   'type' => '6',
21179   'description' => 'Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.',
21180   'position' => '',
21181   'weight' => '0',
21182   'include_file' => 'modules/filter/filter.admin.inc',
21183 ))
21184 ->values(array(
21185   'path' => 'admin/config/content/formats/%',
21186   'load_functions' => 'a:1:{i:4;s:18:"filter_format_load";}',
21187   'to_arg_functions' => '',
21188   'access_callback' => 'user_access',
21189   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
21190   'page_callback' => 'filter_admin_format_page',
21191   'page_arguments' => 'a:1:{i:0;i:4;}',
21192   'delivery_callback' => '',
21193   'fit' => '30',
21194   'number_parts' => '5',
21195   'context' => '0',
21196   'tab_parent' => '',
21197   'tab_root' => 'admin/config/content/formats/%',
21198   'title' => '',
21199   'title_callback' => 'filter_admin_format_title',
21200   'title_arguments' => 'a:1:{i:0;i:4;}',
21201   'theme_callback' => '',
21202   'theme_arguments' => 'a:0:{}',
21203   'type' => '6',
21204   'description' => '',
21205   'position' => '',
21206   'weight' => '0',
21207   'include_file' => 'modules/filter/filter.admin.inc',
21208 ))
21209 ->values(array(
21210   'path' => 'admin/config/content/formats/%/disable',
21211   'load_functions' => 'a:1:{i:4;s:18:"filter_format_load";}',
21212   'to_arg_functions' => '',
21213   'access_callback' => '_filter_disable_format_access',
21214   'access_arguments' => 'a:1:{i:0;i:4;}',
21215   'page_callback' => 'drupal_get_form',
21216   'page_arguments' => 'a:2:{i:0;s:20:"filter_admin_disable";i:1;i:4;}',
21217   'delivery_callback' => '',
21218   'fit' => '61',
21219   'number_parts' => '6',
21220   'context' => '0',
21221   'tab_parent' => '',
21222   'tab_root' => 'admin/config/content/formats/%/disable',
21223   'title' => 'Disable text format',
21224   'title_callback' => 't',
21225   'title_arguments' => '',
21226   'theme_callback' => '',
21227   'theme_arguments' => 'a:0:{}',
21228   'type' => '6',
21229   'description' => '',
21230   'position' => '',
21231   'weight' => '0',
21232   'include_file' => 'modules/filter/filter.admin.inc',
21233 ))
21234 ->values(array(
21235   'path' => 'admin/config/content/formats/add',
21236   'load_functions' => '',
21237   'to_arg_functions' => '',
21238   'access_callback' => 'user_access',
21239   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
21240   'page_callback' => 'filter_admin_format_page',
21241   'page_arguments' => 'a:0:{}',
21242   'delivery_callback' => '',
21243   'fit' => '31',
21244   'number_parts' => '5',
21245   'context' => '1',
21246   'tab_parent' => 'admin/config/content/formats',
21247   'tab_root' => 'admin/config/content/formats',
21248   'title' => 'Add text format',
21249   'title_callback' => 't',
21250   'title_arguments' => '',
21251   'theme_callback' => '',
21252   'theme_arguments' => 'a:0:{}',
21253   'type' => '388',
21254   'description' => '',
21255   'position' => '',
21256   'weight' => '1',
21257   'include_file' => 'modules/filter/filter.admin.inc',
21258 ))
21259 ->values(array(
21260   'path' => 'admin/config/content/formats/list',
21261   'load_functions' => '',
21262   'to_arg_functions' => '',
21263   'access_callback' => 'user_access',
21264   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
21265   'page_callback' => 'drupal_get_form',
21266   'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}',
21267   'delivery_callback' => '',
21268   'fit' => '31',
21269   'number_parts' => '5',
21270   'context' => '1',
21271   'tab_parent' => 'admin/config/content/formats',
21272   'tab_root' => 'admin/config/content/formats',
21273   'title' => 'List',
21274   'title_callback' => 't',
21275   'title_arguments' => '',
21276   'theme_callback' => '',
21277   'theme_arguments' => 'a:0:{}',
21278   'type' => '140',
21279   'description' => '',
21280   'position' => '',
21281   'weight' => '0',
21282   'include_file' => 'modules/filter/filter.admin.inc',
21283 ))
21284 ->values(array(
21285   'path' => 'admin/config/date',
21286   'load_functions' => '',
21287   'to_arg_functions' => '',
21288   'access_callback' => 'user_access',
21289   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21290   'page_callback' => 'system_admin_menu_block_page',
21291   'page_arguments' => 'a:0:{}',
21292   'delivery_callback' => '',
21293   'fit' => '7',
21294   'number_parts' => '3',
21295   'context' => '0',
21296   'tab_parent' => '',
21297   'tab_root' => 'admin/config/date',
21298   'title' => 'Date API',
21299   'title_callback' => 't',
21300   'title_arguments' => '',
21301   'theme_callback' => '',
21302   'theme_arguments' => 'a:0:{}',
21303   'type' => '6',
21304   'description' => 'Settings for modules the use the Date API.',
21305   'position' => 'left',
21306   'weight' => '-10',
21307   'include_file' => 'modules/system/system.admin.inc',
21308 ))
21309 ->values(array(
21310   'path' => 'admin/config/development',
21311   'load_functions' => '',
21312   'to_arg_functions' => '',
21313   'access_callback' => 'user_access',
21314   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
21315   'page_callback' => 'system_admin_menu_block_page',
21316   'page_arguments' => 'a:0:{}',
21317   'delivery_callback' => '',
21318   'fit' => '7',
21319   'number_parts' => '3',
21320   'context' => '0',
21321   'tab_parent' => '',
21322   'tab_root' => 'admin/config/development',
21323   'title' => 'Development',
21324   'title_callback' => 't',
21325   'title_arguments' => '',
21326   'theme_callback' => '',
21327   'theme_arguments' => 'a:0:{}',
21328   'type' => '6',
21329   'description' => 'Development tools.',
21330   'position' => 'right',
21331   'weight' => '-10',
21332   'include_file' => 'modules/system/system.admin.inc',
21333 ))
21334 ->values(array(
21335   'path' => 'admin/config/development/logging',
21336   'load_functions' => '',
21337   'to_arg_functions' => '',
21338   'access_callback' => 'user_access',
21339   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21340   'page_callback' => 'drupal_get_form',
21341   'page_arguments' => 'a:1:{i:0;s:23:"system_logging_settings";}',
21342   'delivery_callback' => '',
21343   'fit' => '15',
21344   'number_parts' => '4',
21345   'context' => '0',
21346   'tab_parent' => '',
21347   'tab_root' => 'admin/config/development/logging',
21348   'title' => 'Logging and errors',
21349   'title_callback' => 't',
21350   'title_arguments' => '',
21351   'theme_callback' => '',
21352   'theme_arguments' => 'a:0:{}',
21353   'type' => '6',
21354   'description' => "Settings for logging and alerts modules. Various modules can route Drupal's system events to different destinations, such as syslog, database, email, etc.",
21355   'position' => '',
21356   'weight' => '-15',
21357   'include_file' => 'modules/system/system.admin.inc',
21358 ))
21359 ->values(array(
21360   'path' => 'admin/config/development/maintenance',
21361   'load_functions' => '',
21362   'to_arg_functions' => '',
21363   'access_callback' => 'user_access',
21364   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21365   'page_callback' => 'drupal_get_form',
21366   'page_arguments' => 'a:1:{i:0;s:28:"system_site_maintenance_mode";}',
21367   'delivery_callback' => '',
21368   'fit' => '15',
21369   'number_parts' => '4',
21370   'context' => '0',
21371   'tab_parent' => '',
21372   'tab_root' => 'admin/config/development/maintenance',
21373   'title' => 'Maintenance mode',
21374   'title_callback' => 't',
21375   'title_arguments' => '',
21376   'theme_callback' => '',
21377   'theme_arguments' => 'a:0:{}',
21378   'type' => '6',
21379   'description' => 'Take the site offline for maintenance or bring it back online.',
21380   'position' => '',
21381   'weight' => '-10',
21382   'include_file' => 'modules/system/system.admin.inc',
21383 ))
21384 ->values(array(
21385   'path' => 'admin/config/development/performance',
21386   'load_functions' => '',
21387   'to_arg_functions' => '',
21388   'access_callback' => 'user_access',
21389   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21390   'page_callback' => 'drupal_get_form',
21391   'page_arguments' => 'a:1:{i:0;s:27:"system_performance_settings";}',
21392   'delivery_callback' => '',
21393   'fit' => '15',
21394   'number_parts' => '4',
21395   'context' => '0',
21396   'tab_parent' => '',
21397   'tab_root' => 'admin/config/development/performance',
21398   'title' => 'Performance',
21399   'title_callback' => 't',
21400   'title_arguments' => '',
21401   'theme_callback' => '',
21402   'theme_arguments' => 'a:0:{}',
21403   'type' => '6',
21404   'description' => 'Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.',
21405   'position' => '',
21406   'weight' => '-20',
21407   'include_file' => 'modules/system/system.admin.inc',
21408 ))
21409 ->values(array(
21410   'path' => 'admin/config/development/testing',
21411   'load_functions' => '',
21412   'to_arg_functions' => '',
21413   'access_callback' => 'user_access',
21414   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
21415   'page_callback' => 'drupal_get_form',
21416   'page_arguments' => 'a:1:{i:0;s:20:"simpletest_test_form";}',
21417   'delivery_callback' => '',
21418   'fit' => '15',
21419   'number_parts' => '4',
21420   'context' => '0',
21421   'tab_parent' => '',
21422   'tab_root' => 'admin/config/development/testing',
21423   'title' => 'Testing',
21424   'title_callback' => 't',
21425   'title_arguments' => '',
21426   'theme_callback' => '',
21427   'theme_arguments' => 'a:0:{}',
21428   'type' => '6',
21429   'description' => 'Run tests against Drupal core and your active modules. These tests help assure that your site code is working as designed.',
21430   'position' => '',
21431   'weight' => '-5',
21432   'include_file' => 'modules/simpletest/simpletest.pages.inc',
21433 ))
21434 ->values(array(
21435   'path' => 'admin/config/development/testing/list',
21436   'load_functions' => '',
21437   'to_arg_functions' => '',
21438   'access_callback' => 'user_access',
21439   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
21440   'page_callback' => 'drupal_get_form',
21441   'page_arguments' => 'a:1:{i:0;s:20:"simpletest_test_form";}',
21442   'delivery_callback' => '',
21443   'fit' => '31',
21444   'number_parts' => '5',
21445   'context' => '1',
21446   'tab_parent' => 'admin/config/development/testing',
21447   'tab_root' => 'admin/config/development/testing',
21448   'title' => 'List',
21449   'title_callback' => 't',
21450   'title_arguments' => '',
21451   'theme_callback' => '',
21452   'theme_arguments' => 'a:0:{}',
21453   'type' => '140',
21454   'description' => '',
21455   'position' => '',
21456   'weight' => '0',
21457   'include_file' => 'modules/simpletest/simpletest.pages.inc',
21458 ))
21459 ->values(array(
21460   'path' => 'admin/config/development/testing/results/%',
21461   'load_functions' => 'a:1:{i:5;N;}',
21462   'to_arg_functions' => '',
21463   'access_callback' => 'user_access',
21464   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
21465   'page_callback' => 'drupal_get_form',
21466   'page_arguments' => 'a:2:{i:0;s:22:"simpletest_result_form";i:1;i:5;}',
21467   'delivery_callback' => '',
21468   'fit' => '62',
21469   'number_parts' => '6',
21470   'context' => '0',
21471   'tab_parent' => '',
21472   'tab_root' => 'admin/config/development/testing/results/%',
21473   'title' => 'Test result',
21474   'title_callback' => 't',
21475   'title_arguments' => '',
21476   'theme_callback' => '',
21477   'theme_arguments' => 'a:0:{}',
21478   'type' => '6',
21479   'description' => 'View result of tests.',
21480   'position' => '',
21481   'weight' => '0',
21482   'include_file' => 'modules/simpletest/simpletest.pages.inc',
21483 ))
21484 ->values(array(
21485   'path' => 'admin/config/development/testing/settings',
21486   'load_functions' => '',
21487   'to_arg_functions' => '',
21488   'access_callback' => 'user_access',
21489   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
21490   'page_callback' => 'drupal_get_form',
21491   'page_arguments' => 'a:1:{i:0;s:24:"simpletest_settings_form";}',
21492   'delivery_callback' => '',
21493   'fit' => '31',
21494   'number_parts' => '5',
21495   'context' => '1',
21496   'tab_parent' => 'admin/config/development/testing',
21497   'tab_root' => 'admin/config/development/testing',
21498   'title' => 'Settings',
21499   'title_callback' => 't',
21500   'title_arguments' => '',
21501   'theme_callback' => '',
21502   'theme_arguments' => 'a:0:{}',
21503   'type' => '132',
21504   'description' => '',
21505   'position' => '',
21506   'weight' => '0',
21507   'include_file' => 'modules/simpletest/simpletest.pages.inc',
21508 ))
21509 ->values(array(
21510   'path' => 'admin/config/media',
21511   'load_functions' => '',
21512   'to_arg_functions' => '',
21513   'access_callback' => 'user_access',
21514   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
21515   'page_callback' => 'system_admin_menu_block_page',
21516   'page_arguments' => 'a:0:{}',
21517   'delivery_callback' => '',
21518   'fit' => '7',
21519   'number_parts' => '3',
21520   'context' => '0',
21521   'tab_parent' => '',
21522   'tab_root' => 'admin/config/media',
21523   'title' => 'Media',
21524   'title_callback' => 't',
21525   'title_arguments' => '',
21526   'theme_callback' => '',
21527   'theme_arguments' => 'a:0:{}',
21528   'type' => '6',
21529   'description' => 'Media tools.',
21530   'position' => 'left',
21531   'weight' => '-10',
21532   'include_file' => 'modules/system/system.admin.inc',
21533 ))
21534 ->values(array(
21535   'path' => 'admin/config/media/file-system',
21536   'load_functions' => '',
21537   'to_arg_functions' => '',
21538   'access_callback' => 'user_access',
21539   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21540   'page_callback' => 'drupal_get_form',
21541   'page_arguments' => 'a:1:{i:0;s:27:"system_file_system_settings";}',
21542   'delivery_callback' => '',
21543   'fit' => '15',
21544   'number_parts' => '4',
21545   'context' => '0',
21546   'tab_parent' => '',
21547   'tab_root' => 'admin/config/media/file-system',
21548   'title' => 'File system',
21549   'title_callback' => 't',
21550   'title_arguments' => '',
21551   'theme_callback' => '',
21552   'theme_arguments' => 'a:0:{}',
21553   'type' => '6',
21554   'description' => 'Tell Drupal where to store uploaded files and how they are accessed.',
21555   'position' => '',
21556   'weight' => '-10',
21557   'include_file' => 'modules/system/system.admin.inc',
21558 ))
21559 ->values(array(
21560   'path' => 'admin/config/media/image-styles',
21561   'load_functions' => '',
21562   'to_arg_functions' => '',
21563   'access_callback' => 'user_access',
21564   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21565   'page_callback' => 'image_style_list',
21566   'page_arguments' => 'a:0:{}',
21567   'delivery_callback' => '',
21568   'fit' => '15',
21569   'number_parts' => '4',
21570   'context' => '0',
21571   'tab_parent' => '',
21572   'tab_root' => 'admin/config/media/image-styles',
21573   'title' => 'Image styles',
21574   'title_callback' => 't',
21575   'title_arguments' => '',
21576   'theme_callback' => '',
21577   'theme_arguments' => 'a:0:{}',
21578   'type' => '6',
21579   'description' => 'Configure styles that can be used for resizing or adjusting images on display.',
21580   'position' => '',
21581   'weight' => '0',
21582   'include_file' => 'modules/image/image.admin.inc',
21583 ))
21584 ->values(array(
21585   'path' => 'admin/config/media/image-styles/add',
21586   'load_functions' => '',
21587   'to_arg_functions' => '',
21588   'access_callback' => 'user_access',
21589   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21590   'page_callback' => 'drupal_get_form',
21591   'page_arguments' => 'a:1:{i:0;s:20:"image_style_add_form";}',
21592   'delivery_callback' => '',
21593   'fit' => '31',
21594   'number_parts' => '5',
21595   'context' => '1',
21596   'tab_parent' => 'admin/config/media/image-styles',
21597   'tab_root' => 'admin/config/media/image-styles',
21598   'title' => 'Add style',
21599   'title_callback' => 't',
21600   'title_arguments' => '',
21601   'theme_callback' => '',
21602   'theme_arguments' => 'a:0:{}',
21603   'type' => '388',
21604   'description' => 'Add a new image style.',
21605   'position' => '',
21606   'weight' => '2',
21607   'include_file' => 'modules/image/image.admin.inc',
21608 ))
21609 ->values(array(
21610   'path' => 'admin/config/media/image-styles/delete/%',
21611   'load_functions' => 'a:1:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;N;i:1;s:1:"1";}}}',
21612   'to_arg_functions' => '',
21613   'access_callback' => 'user_access',
21614   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21615   'page_callback' => 'drupal_get_form',
21616   'page_arguments' => 'a:2:{i:0;s:23:"image_style_delete_form";i:1;i:5;}',
21617   'delivery_callback' => '',
21618   'fit' => '62',
21619   'number_parts' => '6',
21620   'context' => '0',
21621   'tab_parent' => '',
21622   'tab_root' => 'admin/config/media/image-styles/delete/%',
21623   'title' => 'Delete style',
21624   'title_callback' => 't',
21625   'title_arguments' => '',
21626   'theme_callback' => '',
21627   'theme_arguments' => 'a:0:{}',
21628   'type' => '6',
21629   'description' => 'Delete an image style.',
21630   'position' => '',
21631   'weight' => '0',
21632   'include_file' => 'modules/image/image.admin.inc',
21633 ))
21634 ->values(array(
21635   'path' => 'admin/config/media/image-styles/edit/%',
21636   'load_functions' => 'a:1:{i:5;s:16:"image_style_load";}',
21637   'to_arg_functions' => '',
21638   'access_callback' => 'user_access',
21639   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21640   'page_callback' => 'drupal_get_form',
21641   'page_arguments' => 'a:2:{i:0;s:16:"image_style_form";i:1;i:5;}',
21642   'delivery_callback' => '',
21643   'fit' => '62',
21644   'number_parts' => '6',
21645   'context' => '0',
21646   'tab_parent' => '',
21647   'tab_root' => 'admin/config/media/image-styles/edit/%',
21648   'title' => 'Edit style',
21649   'title_callback' => 't',
21650   'title_arguments' => '',
21651   'theme_callback' => '',
21652   'theme_arguments' => 'a:0:{}',
21653   'type' => '6',
21654   'description' => 'Configure an image style.',
21655   'position' => '',
21656   'weight' => '0',
21657   'include_file' => 'modules/image/image.admin.inc',
21658 ))
21659 ->values(array(
21660   'path' => 'admin/config/media/image-styles/edit/%/add/%',
21661   '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;}}}',
21662   'to_arg_functions' => '',
21663   'access_callback' => 'user_access',
21664   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21665   'page_callback' => 'drupal_get_form',
21666   'page_arguments' => 'a:3:{i:0;s:17:"image_effect_form";i:1;i:5;i:2;i:7;}',
21667   'delivery_callback' => '',
21668   'fit' => '250',
21669   'number_parts' => '8',
21670   'context' => '0',
21671   'tab_parent' => '',
21672   'tab_root' => 'admin/config/media/image-styles/edit/%/add/%',
21673   'title' => 'Add image effect',
21674   'title_callback' => 't',
21675   'title_arguments' => '',
21676   'theme_callback' => '',
21677   'theme_arguments' => 'a:0:{}',
21678   'type' => '6',
21679   'description' => 'Add a new effect to a style.',
21680   'position' => '',
21681   'weight' => '0',
21682   'include_file' => 'modules/image/image.admin.inc',
21683 ))
21684 ->values(array(
21685   'path' => 'admin/config/media/image-styles/edit/%/effects/%',
21686   '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";}}}',
21687   'to_arg_functions' => '',
21688   'access_callback' => 'user_access',
21689   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21690   'page_callback' => 'drupal_get_form',
21691   'page_arguments' => 'a:3:{i:0;s:17:"image_effect_form";i:1;i:5;i:2;i:7;}',
21692   'delivery_callback' => '',
21693   'fit' => '250',
21694   'number_parts' => '8',
21695   'context' => '0',
21696   'tab_parent' => '',
21697   'tab_root' => 'admin/config/media/image-styles/edit/%/effects/%',
21698   'title' => 'Edit image effect',
21699   'title_callback' => 't',
21700   'title_arguments' => '',
21701   'theme_callback' => '',
21702   'theme_arguments' => 'a:0:{}',
21703   'type' => '6',
21704   'description' => 'Edit an existing effect within a style.',
21705   'position' => '',
21706   'weight' => '0',
21707   'include_file' => 'modules/image/image.admin.inc',
21708 ))
21709 ->values(array(
21710   'path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
21711   '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";}}}',
21712   'to_arg_functions' => '',
21713   'access_callback' => 'user_access',
21714   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21715   'page_callback' => 'drupal_get_form',
21716   'page_arguments' => 'a:3:{i:0;s:24:"image_effect_delete_form";i:1;i:5;i:2;i:7;}',
21717   'delivery_callback' => '',
21718   'fit' => '501',
21719   'number_parts' => '9',
21720   'context' => '0',
21721   'tab_parent' => '',
21722   'tab_root' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
21723   'title' => 'Delete image effect',
21724   'title_callback' => 't',
21725   'title_arguments' => '',
21726   'theme_callback' => '',
21727   'theme_arguments' => 'a:0:{}',
21728   'type' => '6',
21729   'description' => 'Delete an existing effect from a style.',
21730   'position' => '',
21731   'weight' => '0',
21732   'include_file' => 'modules/image/image.admin.inc',
21733 ))
21734 ->values(array(
21735   'path' => 'admin/config/media/image-styles/list',
21736   'load_functions' => '',
21737   'to_arg_functions' => '',
21738   'access_callback' => 'user_access',
21739   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21740   'page_callback' => 'image_style_list',
21741   'page_arguments' => 'a:0:{}',
21742   'delivery_callback' => '',
21743   'fit' => '31',
21744   'number_parts' => '5',
21745   'context' => '1',
21746   'tab_parent' => 'admin/config/media/image-styles',
21747   'tab_root' => 'admin/config/media/image-styles',
21748   'title' => 'List',
21749   'title_callback' => 't',
21750   'title_arguments' => '',
21751   'theme_callback' => '',
21752   'theme_arguments' => 'a:0:{}',
21753   'type' => '140',
21754   'description' => 'List the current image styles on the site.',
21755   'position' => '',
21756   'weight' => '1',
21757   'include_file' => 'modules/image/image.admin.inc',
21758 ))
21759 ->values(array(
21760   'path' => 'admin/config/media/image-styles/revert/%',
21761   'load_functions' => 'a:1:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;N;i:1;s:1:"2";}}}',
21762   'to_arg_functions' => '',
21763   'access_callback' => 'user_access',
21764   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21765   'page_callback' => 'drupal_get_form',
21766   'page_arguments' => 'a:2:{i:0;s:23:"image_style_revert_form";i:1;i:5;}',
21767   'delivery_callback' => '',
21768   'fit' => '62',
21769   'number_parts' => '6',
21770   'context' => '0',
21771   'tab_parent' => '',
21772   'tab_root' => 'admin/config/media/image-styles/revert/%',
21773   'title' => 'Revert style',
21774   'title_callback' => 't',
21775   'title_arguments' => '',
21776   'theme_callback' => '',
21777   'theme_arguments' => 'a:0:{}',
21778   'type' => '6',
21779   'description' => 'Revert an image style.',
21780   'position' => '',
21781   'weight' => '0',
21782   'include_file' => 'modules/image/image.admin.inc',
21783 ))
21784 ->values(array(
21785   'path' => 'admin/config/media/image-toolkit',
21786   'load_functions' => '',
21787   'to_arg_functions' => '',
21788   'access_callback' => 'user_access',
21789   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21790   'page_callback' => 'drupal_get_form',
21791   'page_arguments' => 'a:1:{i:0;s:29:"system_image_toolkit_settings";}',
21792   'delivery_callback' => '',
21793   'fit' => '15',
21794   'number_parts' => '4',
21795   'context' => '0',
21796   'tab_parent' => '',
21797   'tab_root' => 'admin/config/media/image-toolkit',
21798   'title' => 'Image toolkit',
21799   'title_callback' => 't',
21800   'title_arguments' => '',
21801   'theme_callback' => '',
21802   'theme_arguments' => 'a:0:{}',
21803   'type' => '6',
21804   'description' => 'Choose which image toolkit to use if you have installed optional toolkits.',
21805   'position' => '',
21806   'weight' => '20',
21807   'include_file' => 'modules/system/system.admin.inc',
21808 ))
21809 ->values(array(
21810   'path' => 'admin/config/people',
21811   'load_functions' => '',
21812   'to_arg_functions' => '',
21813   'access_callback' => 'user_access',
21814   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
21815   'page_callback' => 'system_admin_menu_block_page',
21816   'page_arguments' => 'a:0:{}',
21817   'delivery_callback' => '',
21818   'fit' => '7',
21819   'number_parts' => '3',
21820   'context' => '0',
21821   'tab_parent' => '',
21822   'tab_root' => 'admin/config/people',
21823   'title' => 'People',
21824   'title_callback' => 't',
21825   'title_arguments' => '',
21826   'theme_callback' => '',
21827   'theme_arguments' => 'a:0:{}',
21828   'type' => '6',
21829   'description' => 'Configure user accounts.',
21830   'position' => 'left',
21831   'weight' => '-20',
21832   'include_file' => 'modules/system/system.admin.inc',
21833 ))
21834 ->values(array(
21835   'path' => 'admin/config/people/accounts',
21836   'load_functions' => '',
21837   'to_arg_functions' => '',
21838   'access_callback' => 'user_access',
21839   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21840   'page_callback' => 'drupal_get_form',
21841   'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}',
21842   'delivery_callback' => '',
21843   'fit' => '15',
21844   'number_parts' => '4',
21845   'context' => '0',
21846   'tab_parent' => '',
21847   'tab_root' => 'admin/config/people/accounts',
21848   'title' => 'Account settings',
21849   'title_callback' => 't',
21850   'title_arguments' => '',
21851   'theme_callback' => '',
21852   'theme_arguments' => 'a:0:{}',
21853   'type' => '6',
21854   'description' => 'Configure default behavior of users, including registration requirements, e-mails, fields, and user pictures.',
21855   'position' => '',
21856   'weight' => '-10',
21857   'include_file' => 'modules/user/user.admin.inc',
21858 ))
21859 ->values(array(
21860   'path' => 'admin/config/people/accounts/display',
21861   'load_functions' => '',
21862   'to_arg_functions' => '',
21863   'access_callback' => 'user_access',
21864   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21865   'page_callback' => 'drupal_get_form',
21866   '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";}',
21867   'delivery_callback' => '',
21868   'fit' => '31',
21869   'number_parts' => '5',
21870   'context' => '1',
21871   'tab_parent' => 'admin/config/people/accounts',
21872   'tab_root' => 'admin/config/people/accounts',
21873   'title' => 'Manage display',
21874   'title_callback' => 't',
21875   'title_arguments' => '',
21876   'theme_callback' => '',
21877   'theme_arguments' => 'a:0:{}',
21878   'type' => '132',
21879   'description' => '',
21880   'position' => '',
21881   'weight' => '2',
21882   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21883 ))
21884 ->values(array(
21885   'path' => 'admin/config/people/accounts/display/default',
21886   'load_functions' => '',
21887   'to_arg_functions' => '',
21888   'access_callback' => '_field_ui_view_mode_menu_access',
21889   '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";}',
21890   'page_callback' => 'drupal_get_form',
21891   '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";}',
21892   'delivery_callback' => '',
21893   'fit' => '63',
21894   'number_parts' => '6',
21895   'context' => '1',
21896   'tab_parent' => 'admin/config/people/accounts/display',
21897   'tab_root' => 'admin/config/people/accounts',
21898   'title' => 'Default',
21899   'title_callback' => 't',
21900   'title_arguments' => '',
21901   'theme_callback' => '',
21902   'theme_arguments' => 'a:0:{}',
21903   'type' => '140',
21904   'description' => '',
21905   'position' => '',
21906   'weight' => '-10',
21907   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21908 ))
21909 ->values(array(
21910   'path' => 'admin/config/people/accounts/display/full',
21911   'load_functions' => '',
21912   'to_arg_functions' => '',
21913   'access_callback' => '_field_ui_view_mode_menu_access',
21914   '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";}',
21915   'page_callback' => 'drupal_get_form',
21916   '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";}',
21917   'delivery_callback' => '',
21918   'fit' => '63',
21919   'number_parts' => '6',
21920   'context' => '1',
21921   'tab_parent' => 'admin/config/people/accounts/display',
21922   'tab_root' => 'admin/config/people/accounts',
21923   'title' => 'User account',
21924   'title_callback' => 't',
21925   'title_arguments' => '',
21926   'theme_callback' => '',
21927   'theme_arguments' => 'a:0:{}',
21928   'type' => '132',
21929   'description' => '',
21930   'position' => '',
21931   'weight' => '0',
21932   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21933 ))
21934 ->values(array(
21935   'path' => 'admin/config/people/accounts/fields',
21936   'load_functions' => '',
21937   'to_arg_functions' => '',
21938   'access_callback' => 'user_access',
21939   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21940   'page_callback' => 'drupal_get_form',
21941   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:4:"user";i:2;s:4:"user";}',
21942   'delivery_callback' => '',
21943   'fit' => '31',
21944   'number_parts' => '5',
21945   'context' => '1',
21946   'tab_parent' => 'admin/config/people/accounts',
21947   'tab_root' => 'admin/config/people/accounts',
21948   'title' => 'Manage fields',
21949   'title_callback' => 't',
21950   'title_arguments' => '',
21951   'theme_callback' => '',
21952   'theme_arguments' => 'a:0:{}',
21953   'type' => '132',
21954   'description' => '',
21955   'position' => '',
21956   'weight' => '1',
21957   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21958 ))
21959 ->values(array(
21960   'path' => 'admin/config/people/accounts/fields/%',
21961   '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";}}}',
21962   'to_arg_functions' => '',
21963   'access_callback' => 'user_access',
21964   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21965   'page_callback' => 'drupal_get_form',
21966   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
21967   'delivery_callback' => '',
21968   'fit' => '62',
21969   'number_parts' => '6',
21970   'context' => '0',
21971   'tab_parent' => '',
21972   'tab_root' => 'admin/config/people/accounts/fields/%',
21973   'title' => '',
21974   'title_callback' => 'field_ui_menu_title',
21975   'title_arguments' => 'a:1:{i:0;i:5;}',
21976   'theme_callback' => '',
21977   'theme_arguments' => 'a:0:{}',
21978   'type' => '6',
21979   'description' => '',
21980   'position' => '',
21981   'weight' => '0',
21982   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21983 ))
21984 ->values(array(
21985   'path' => 'admin/config/people/accounts/fields/%/delete',
21986   '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";}}}',
21987   'to_arg_functions' => '',
21988   'access_callback' => 'user_access',
21989   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21990   'page_callback' => 'drupal_get_form',
21991   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:5;}',
21992   'delivery_callback' => '',
21993   'fit' => '125',
21994   'number_parts' => '7',
21995   'context' => '1',
21996   'tab_parent' => 'admin/config/people/accounts/fields/%',
21997   'tab_root' => 'admin/config/people/accounts/fields/%',
21998   'title' => 'Delete',
21999   'title_callback' => 't',
22000   'title_arguments' => '',
22001   'theme_callback' => '',
22002   'theme_arguments' => 'a:0:{}',
22003   'type' => '132',
22004   'description' => '',
22005   'position' => '',
22006   'weight' => '10',
22007   'include_file' => 'modules/field_ui/field_ui.admin.inc',
22008 ))
22009 ->values(array(
22010   'path' => 'admin/config/people/accounts/fields/%/edit',
22011   '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";}}}',
22012   'to_arg_functions' => '',
22013   'access_callback' => 'user_access',
22014   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
22015   'page_callback' => 'drupal_get_form',
22016   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
22017   'delivery_callback' => '',
22018   'fit' => '125',
22019   'number_parts' => '7',
22020   'context' => '1',
22021   'tab_parent' => 'admin/config/people/accounts/fields/%',
22022   'tab_root' => 'admin/config/people/accounts/fields/%',
22023   'title' => 'Edit',
22024   'title_callback' => 't',
22025   'title_arguments' => '',
22026   'theme_callback' => '',
22027   'theme_arguments' => 'a:0:{}',
22028   'type' => '140',
22029   'description' => '',
22030   'position' => '',
22031   'weight' => '0',
22032   'include_file' => 'modules/field_ui/field_ui.admin.inc',
22033 ))
22034 ->values(array(
22035   'path' => 'admin/config/people/accounts/fields/%/field-settings',
22036   '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";}}}',
22037   'to_arg_functions' => '',
22038   'access_callback' => 'user_access',
22039   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
22040   'page_callback' => 'drupal_get_form',
22041   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:5;}',
22042   'delivery_callback' => '',
22043   'fit' => '125',
22044   'number_parts' => '7',
22045   'context' => '1',
22046   'tab_parent' => 'admin/config/people/accounts/fields/%',
22047   'tab_root' => 'admin/config/people/accounts/fields/%',
22048   'title' => 'Field settings',
22049   'title_callback' => 't',
22050   'title_arguments' => '',
22051   'theme_callback' => '',
22052   'theme_arguments' => 'a:0:{}',
22053   'type' => '132',
22054   'description' => '',
22055   'position' => '',
22056   'weight' => '0',
22057   'include_file' => 'modules/field_ui/field_ui.admin.inc',
22058 ))
22059 ->values(array(
22060   'path' => 'admin/config/people/accounts/fields/%/widget-type',
22061   '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";}}}',
22062   'to_arg_functions' => '',
22063   'access_callback' => 'user_access',
22064   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
22065   'page_callback' => 'drupal_get_form',
22066   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:5;}',
22067   'delivery_callback' => '',
22068   'fit' => '125',
22069   'number_parts' => '7',
22070   'context' => '1',
22071   'tab_parent' => 'admin/config/people/accounts/fields/%',
22072   'tab_root' => 'admin/config/people/accounts/fields/%',
22073   'title' => 'Widget type',
22074   'title_callback' => 't',
22075   'title_arguments' => '',
22076   'theme_callback' => '',
22077   'theme_arguments' => 'a:0:{}',
22078   'type' => '132',
22079   'description' => '',
22080   'position' => '',
22081   'weight' => '0',
22082   'include_file' => 'modules/field_ui/field_ui.admin.inc',
22083 ))
22084 ->values(array(
22085   'path' => 'admin/config/people/accounts/settings',
22086   'load_functions' => '',
22087   'to_arg_functions' => '',
22088   'access_callback' => 'user_access',
22089   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
22090   'page_callback' => 'drupal_get_form',
22091   'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}',
22092   'delivery_callback' => '',
22093   'fit' => '31',
22094   'number_parts' => '5',
22095   'context' => '1',
22096   'tab_parent' => 'admin/config/people/accounts',
22097   'tab_root' => 'admin/config/people/accounts',
22098   'title' => 'Settings',
22099   'title_callback' => 't',
22100   'title_arguments' => '',
22101   'theme_callback' => '',
22102   'theme_arguments' => 'a:0:{}',
22103   'type' => '140',
22104   'description' => '',
22105   'position' => '',
22106   'weight' => '-10',
22107   'include_file' => 'modules/user/user.admin.inc',
22108 ))
22109 ->values(array(
22110   'path' => 'admin/config/people/ip-blocking',
22111   'load_functions' => '',
22112   'to_arg_functions' => '',
22113   'access_callback' => 'user_access',
22114   'access_arguments' => 'a:1:{i:0;s:18:"block IP addresses";}',
22115   'page_callback' => 'system_ip_blocking',
22116   'page_arguments' => 'a:0:{}',
22117   'delivery_callback' => '',
22118   'fit' => '15',
22119   'number_parts' => '4',
22120   'context' => '0',
22121   'tab_parent' => '',
22122   'tab_root' => 'admin/config/people/ip-blocking',
22123   'title' => 'IP address blocking',
22124   'title_callback' => 't',
22125   'title_arguments' => '',
22126   'theme_callback' => '',
22127   'theme_arguments' => 'a:0:{}',
22128   'type' => '6',
22129   'description' => 'Manage blocked IP addresses.',
22130   'position' => '',
22131   'weight' => '10',
22132   'include_file' => 'modules/system/system.admin.inc',
22133 ))
22134 ->values(array(
22135   'path' => 'admin/config/people/ip-blocking/delete/%',
22136   'load_functions' => 'a:1:{i:5;s:15:"blocked_ip_load";}',
22137   'to_arg_functions' => '',
22138   'access_callback' => 'user_access',
22139   'access_arguments' => 'a:1:{i:0;s:18:"block IP addresses";}',
22140   'page_callback' => 'drupal_get_form',
22141   'page_arguments' => 'a:2:{i:0;s:25:"system_ip_blocking_delete";i:1;i:5;}',
22142   'delivery_callback' => '',
22143   'fit' => '62',
22144   'number_parts' => '6',
22145   'context' => '0',
22146   'tab_parent' => '',
22147   'tab_root' => 'admin/config/people/ip-blocking/delete/%',
22148   'title' => 'Delete IP address',
22149   'title_callback' => 't',
22150   'title_arguments' => '',
22151   'theme_callback' => '',
22152   'theme_arguments' => 'a:0:{}',
22153   'type' => '6',
22154   'description' => '',
22155   'position' => '',
22156   'weight' => '0',
22157   'include_file' => 'modules/system/system.admin.inc',
22158 ))
22159 ->values(array(
22160   'path' => 'admin/config/regional',
22161   'load_functions' => '',
22162   'to_arg_functions' => '',
22163   'access_callback' => 'user_access',
22164   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
22165   'page_callback' => 'system_admin_menu_block_page',
22166   'page_arguments' => 'a:0:{}',
22167   'delivery_callback' => '',
22168   'fit' => '7',
22169   'number_parts' => '3',
22170   'context' => '0',
22171   'tab_parent' => '',
22172   'tab_root' => 'admin/config/regional',
22173   'title' => 'Regional and language',
22174   'title_callback' => 't',
22175   'title_arguments' => '',
22176   'theme_callback' => '',
22177   'theme_arguments' => 'a:0:{}',
22178   'type' => '6',
22179   'description' => 'Regional settings, localization and translation.',
22180   'position' => 'left',
22181   'weight' => '-5',
22182   'include_file' => 'modules/system/system.admin.inc',
22183 ))
22184 ->values(array(
22185   'path' => 'admin/config/regional/date-time',
22186   'load_functions' => '',
22187   'to_arg_functions' => '',
22188   'access_callback' => 'user_access',
22189   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22190   'page_callback' => 'drupal_get_form',
22191   'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}',
22192   'delivery_callback' => '',
22193   'fit' => '15',
22194   'number_parts' => '4',
22195   'context' => '0',
22196   'tab_parent' => '',
22197   'tab_root' => 'admin/config/regional/date-time',
22198   'title' => 'Date and time',
22199   'title_callback' => 't',
22200   'title_arguments' => '',
22201   'theme_callback' => '',
22202   'theme_arguments' => 'a:0:{}',
22203   'type' => '6',
22204   'description' => 'Configure display formats for date and time.',
22205   'position' => '',
22206   'weight' => '-15',
22207   'include_file' => 'modules/system/system.admin.inc',
22208 ))
22209 ->values(array(
22210   'path' => 'admin/config/regional/date-time/formats',
22211   'load_functions' => '',
22212   'to_arg_functions' => '',
22213   'access_callback' => 'user_access',
22214   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22215   'page_callback' => 'system_date_time_formats',
22216   'page_arguments' => 'a:0:{}',
22217   'delivery_callback' => '',
22218   'fit' => '31',
22219   'number_parts' => '5',
22220   'context' => '1',
22221   'tab_parent' => 'admin/config/regional/date-time',
22222   'tab_root' => 'admin/config/regional/date-time',
22223   'title' => 'Formats',
22224   'title_callback' => 't',
22225   'title_arguments' => '',
22226   'theme_callback' => '',
22227   'theme_arguments' => 'a:0:{}',
22228   'type' => '132',
22229   'description' => 'Configure display format strings for date and time.',
22230   'position' => '',
22231   'weight' => '-9',
22232   'include_file' => 'modules/system/system.admin.inc',
22233 ))
22234 ->values(array(
22235   'path' => 'admin/config/regional/date-time/formats/%/delete',
22236   'load_functions' => 'a:1:{i:5;N;}',
22237   'to_arg_functions' => '',
22238   'access_callback' => 'user_access',
22239   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22240   'page_callback' => 'drupal_get_form',
22241   'page_arguments' => 'a:2:{i:0;s:30:"system_date_delete_format_form";i:1;i:5;}',
22242   'delivery_callback' => '',
22243   'fit' => '125',
22244   'number_parts' => '7',
22245   'context' => '0',
22246   'tab_parent' => '',
22247   'tab_root' => 'admin/config/regional/date-time/formats/%/delete',
22248   'title' => 'Delete date format',
22249   'title_callback' => 't',
22250   'title_arguments' => '',
22251   'theme_callback' => '',
22252   'theme_arguments' => 'a:0:{}',
22253   'type' => '6',
22254   'description' => 'Allow users to delete a configured date format.',
22255   'position' => '',
22256   'weight' => '0',
22257   'include_file' => 'modules/system/system.admin.inc',
22258 ))
22259 ->values(array(
22260   'path' => 'admin/config/regional/date-time/formats/%/edit',
22261   'load_functions' => 'a:1:{i:5;N;}',
22262   'to_arg_functions' => '',
22263   'access_callback' => 'user_access',
22264   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22265   'page_callback' => 'drupal_get_form',
22266   'page_arguments' => 'a:2:{i:0;s:34:"system_configure_date_formats_form";i:1;i:5;}',
22267   'delivery_callback' => '',
22268   'fit' => '125',
22269   'number_parts' => '7',
22270   'context' => '0',
22271   'tab_parent' => '',
22272   'tab_root' => 'admin/config/regional/date-time/formats/%/edit',
22273   'title' => 'Edit date format',
22274   'title_callback' => 't',
22275   'title_arguments' => '',
22276   'theme_callback' => '',
22277   'theme_arguments' => 'a:0:{}',
22278   'type' => '6',
22279   'description' => 'Allow users to edit a configured date format.',
22280   'position' => '',
22281   'weight' => '0',
22282   'include_file' => 'modules/system/system.admin.inc',
22283 ))
22284 ->values(array(
22285   'path' => 'admin/config/regional/date-time/formats/add',
22286   'load_functions' => '',
22287   'to_arg_functions' => '',
22288   'access_callback' => 'user_access',
22289   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22290   'page_callback' => 'drupal_get_form',
22291   'page_arguments' => 'a:1:{i:0;s:34:"system_configure_date_formats_form";}',
22292   'delivery_callback' => '',
22293   'fit' => '63',
22294   'number_parts' => '6',
22295   'context' => '1',
22296   'tab_parent' => 'admin/config/regional/date-time/formats',
22297   'tab_root' => 'admin/config/regional/date-time',
22298   'title' => 'Add format',
22299   'title_callback' => 't',
22300   'title_arguments' => '',
22301   'theme_callback' => '',
22302   'theme_arguments' => 'a:0:{}',
22303   'type' => '388',
22304   'description' => 'Allow users to add additional date formats.',
22305   'position' => '',
22306   'weight' => '-10',
22307   'include_file' => 'modules/system/system.admin.inc',
22308 ))
22309 ->values(array(
22310   'path' => 'admin/config/regional/date-time/formats/lookup',
22311   'load_functions' => '',
22312   'to_arg_functions' => '',
22313   'access_callback' => 'user_access',
22314   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22315   'page_callback' => 'system_date_time_lookup',
22316   'page_arguments' => 'a:0:{}',
22317   'delivery_callback' => '',
22318   'fit' => '63',
22319   'number_parts' => '6',
22320   'context' => '0',
22321   'tab_parent' => '',
22322   'tab_root' => 'admin/config/regional/date-time/formats/lookup',
22323   'title' => 'Date and time lookup',
22324   'title_callback' => 't',
22325   'title_arguments' => '',
22326   'theme_callback' => '',
22327   'theme_arguments' => 'a:0:{}',
22328   'type' => '0',
22329   'description' => '',
22330   'position' => '',
22331   'weight' => '0',
22332   'include_file' => 'modules/system/system.admin.inc',
22333 ))
22334 ->values(array(
22335   'path' => 'admin/config/regional/date-time/locale',
22336   'load_functions' => '',
22337   'to_arg_functions' => '',
22338   'access_callback' => 'user_access',
22339   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22340   'page_callback' => 'locale_date_format_language_overview_page',
22341   'page_arguments' => 'a:0:{}',
22342   'delivery_callback' => '',
22343   'fit' => '31',
22344   'number_parts' => '5',
22345   'context' => '1',
22346   'tab_parent' => 'admin/config/regional/date-time',
22347   'tab_root' => 'admin/config/regional/date-time',
22348   'title' => 'Localize',
22349   'title_callback' => 't',
22350   'title_arguments' => '',
22351   'theme_callback' => '',
22352   'theme_arguments' => 'a:0:{}',
22353   'type' => '132',
22354   'description' => 'Configure date formats for each locale',
22355   'position' => '',
22356   'weight' => '-8',
22357   'include_file' => 'modules/locale/locale.admin.inc',
22358 ))
22359 ->values(array(
22360   'path' => 'admin/config/regional/date-time/locale/%/edit',
22361   'load_functions' => 'a:1:{i:5;N;}',
22362   'to_arg_functions' => '',
22363   'access_callback' => 'user_access',
22364   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22365   'page_callback' => 'drupal_get_form',
22366   'page_arguments' => 'a:2:{i:0;s:23:"locale_date_format_form";i:1;i:5;}',
22367   'delivery_callback' => '',
22368   'fit' => '125',
22369   'number_parts' => '7',
22370   'context' => '0',
22371   'tab_parent' => '',
22372   'tab_root' => 'admin/config/regional/date-time/locale/%/edit',
22373   'title' => 'Localize date formats',
22374   'title_callback' => 't',
22375   'title_arguments' => '',
22376   'theme_callback' => '',
22377   'theme_arguments' => 'a:0:{}',
22378   'type' => '6',
22379   'description' => 'Configure date formats for each locale',
22380   'position' => '',
22381   'weight' => '0',
22382   'include_file' => 'modules/locale/locale.admin.inc',
22383 ))
22384 ->values(array(
22385   'path' => 'admin/config/regional/date-time/locale/%/reset',
22386   'load_functions' => 'a:1:{i:5;N;}',
22387   'to_arg_functions' => '',
22388   'access_callback' => 'user_access',
22389   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22390   'page_callback' => 'drupal_get_form',
22391   'page_arguments' => 'a:2:{i:0;s:29:"locale_date_format_reset_form";i:1;i:5;}',
22392   'delivery_callback' => '',
22393   'fit' => '125',
22394   'number_parts' => '7',
22395   'context' => '0',
22396   'tab_parent' => '',
22397   'tab_root' => 'admin/config/regional/date-time/locale/%/reset',
22398   'title' => 'Reset date formats',
22399   'title_callback' => 't',
22400   'title_arguments' => '',
22401   'theme_callback' => '',
22402   'theme_arguments' => 'a:0:{}',
22403   'type' => '6',
22404   'description' => 'Reset localized date formats to global defaults',
22405   'position' => '',
22406   'weight' => '0',
22407   'include_file' => 'modules/locale/locale.admin.inc',
22408 ))
22409 ->values(array(
22410   'path' => 'admin/config/regional/date-time/types',
22411   'load_functions' => '',
22412   'to_arg_functions' => '',
22413   'access_callback' => 'user_access',
22414   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22415   'page_callback' => 'drupal_get_form',
22416   'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}',
22417   'delivery_callback' => '',
22418   'fit' => '31',
22419   'number_parts' => '5',
22420   'context' => '1',
22421   'tab_parent' => 'admin/config/regional/date-time',
22422   'tab_root' => 'admin/config/regional/date-time',
22423   'title' => 'Types',
22424   'title_callback' => 't',
22425   'title_arguments' => '',
22426   'theme_callback' => '',
22427   'theme_arguments' => 'a:0:{}',
22428   'type' => '140',
22429   'description' => 'Configure display formats for date and time.',
22430   'position' => '',
22431   'weight' => '-10',
22432   'include_file' => 'modules/system/system.admin.inc',
22433 ))
22434 ->values(array(
22435   'path' => 'admin/config/regional/date-time/types/%/delete',
22436   'load_functions' => 'a:1:{i:5;N;}',
22437   'to_arg_functions' => '',
22438   'access_callback' => 'user_access',
22439   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22440   'page_callback' => 'drupal_get_form',
22441   'page_arguments' => 'a:2:{i:0;s:35:"system_delete_date_format_type_form";i:1;i:5;}',
22442   'delivery_callback' => '',
22443   'fit' => '125',
22444   'number_parts' => '7',
22445   'context' => '0',
22446   'tab_parent' => '',
22447   'tab_root' => 'admin/config/regional/date-time/types/%/delete',
22448   'title' => 'Delete date type',
22449   'title_callback' => 't',
22450   'title_arguments' => '',
22451   'theme_callback' => '',
22452   'theme_arguments' => 'a:0:{}',
22453   'type' => '6',
22454   'description' => 'Allow users to delete a configured date type.',
22455   'position' => '',
22456   'weight' => '0',
22457   'include_file' => 'modules/system/system.admin.inc',
22458 ))
22459 ->values(array(
22460   'path' => 'admin/config/regional/date-time/types/add',
22461   'load_functions' => '',
22462   'to_arg_functions' => '',
22463   'access_callback' => 'user_access',
22464   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22465   'page_callback' => 'drupal_get_form',
22466   'page_arguments' => 'a:1:{i:0;s:32:"system_add_date_format_type_form";}',
22467   'delivery_callback' => '',
22468   'fit' => '63',
22469   'number_parts' => '6',
22470   'context' => '1',
22471   'tab_parent' => 'admin/config/regional/date-time/types',
22472   'tab_root' => 'admin/config/regional/date-time',
22473   'title' => 'Add date type',
22474   'title_callback' => 't',
22475   'title_arguments' => '',
22476   'theme_callback' => '',
22477   'theme_arguments' => 'a:0:{}',
22478   'type' => '388',
22479   'description' => 'Add new date type.',
22480   'position' => '',
22481   'weight' => '-10',
22482   'include_file' => 'modules/system/system.admin.inc',
22483 ))
22484 ->values(array(
22485   'path' => 'admin/config/regional/language',
22486   'load_functions' => '',
22487   'to_arg_functions' => '',
22488   'access_callback' => 'user_access',
22489   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22490   'page_callback' => 'drupal_get_form',
22491   'page_arguments' => 'a:1:{i:0;s:30:"locale_languages_overview_form";}',
22492   'delivery_callback' => '',
22493   'fit' => '15',
22494   'number_parts' => '4',
22495   'context' => '0',
22496   'tab_parent' => '',
22497   'tab_root' => 'admin/config/regional/language',
22498   'title' => 'Languages',
22499   'title_callback' => 't',
22500   'title_arguments' => '',
22501   'theme_callback' => '',
22502   'theme_arguments' => 'a:0:{}',
22503   'type' => '6',
22504   'description' => 'Configure languages for content and the user interface.',
22505   'position' => '',
22506   'weight' => '-10',
22507   'include_file' => 'modules/locale/locale.admin.inc',
22508 ))
22509 ->values(array(
22510   'path' => 'admin/config/regional/language/add',
22511   'load_functions' => '',
22512   'to_arg_functions' => '',
22513   'access_callback' => 'user_access',
22514   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22515   'page_callback' => 'locale_languages_add_screen',
22516   'page_arguments' => 'a:0:{}',
22517   'delivery_callback' => '',
22518   'fit' => '31',
22519   'number_parts' => '5',
22520   'context' => '1',
22521   'tab_parent' => 'admin/config/regional/language',
22522   'tab_root' => 'admin/config/regional/language',
22523   'title' => 'Add language',
22524   'title_callback' => 't',
22525   'title_arguments' => '',
22526   'theme_callback' => '',
22527   'theme_arguments' => 'a:0:{}',
22528   'type' => '388',
22529   'description' => '',
22530   'position' => '',
22531   'weight' => '5',
22532   'include_file' => 'modules/locale/locale.admin.inc',
22533 ))
22534 ->values(array(
22535   'path' => 'admin/config/regional/language/configure',
22536   'load_functions' => '',
22537   'to_arg_functions' => '',
22538   'access_callback' => 'user_access',
22539   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22540   'page_callback' => 'drupal_get_form',
22541   'page_arguments' => 'a:1:{i:0;s:31:"locale_languages_configure_form";}',
22542   'delivery_callback' => '',
22543   'fit' => '31',
22544   'number_parts' => '5',
22545   'context' => '1',
22546   'tab_parent' => 'admin/config/regional/language',
22547   'tab_root' => 'admin/config/regional/language',
22548   'title' => 'Detection and selection',
22549   'title_callback' => 't',
22550   'title_arguments' => '',
22551   'theme_callback' => '',
22552   'theme_arguments' => 'a:0:{}',
22553   'type' => '132',
22554   'description' => '',
22555   'position' => '',
22556   'weight' => '10',
22557   'include_file' => 'modules/locale/locale.admin.inc',
22558 ))
22559 ->values(array(
22560   'path' => 'admin/config/regional/language/configure/session',
22561   'load_functions' => '',
22562   'to_arg_functions' => '',
22563   'access_callback' => 'user_access',
22564   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22565   'page_callback' => 'drupal_get_form',
22566   'page_arguments' => 'a:1:{i:0;s:38:"locale_language_providers_session_form";}',
22567   'delivery_callback' => '',
22568   'fit' => '63',
22569   'number_parts' => '6',
22570   'context' => '0',
22571   'tab_parent' => '',
22572   'tab_root' => 'admin/config/regional/language/configure/session',
22573   'title' => 'Session language detection configuration',
22574   'title_callback' => 't',
22575   'title_arguments' => '',
22576   'theme_callback' => '',
22577   'theme_arguments' => 'a:0:{}',
22578   'type' => '4',
22579   'description' => '',
22580   'position' => '',
22581   'weight' => '0',
22582   'include_file' => 'modules/locale/locale.admin.inc',
22583 ))
22584 ->values(array(
22585   'path' => 'admin/config/regional/language/configure/url',
22586   'load_functions' => '',
22587   'to_arg_functions' => '',
22588   'access_callback' => 'user_access',
22589   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22590   'page_callback' => 'drupal_get_form',
22591   'page_arguments' => 'a:1:{i:0;s:34:"locale_language_providers_url_form";}',
22592   'delivery_callback' => '',
22593   'fit' => '63',
22594   'number_parts' => '6',
22595   'context' => '0',
22596   'tab_parent' => '',
22597   'tab_root' => 'admin/config/regional/language/configure/url',
22598   'title' => 'URL language detection configuration',
22599   'title_callback' => 't',
22600   'title_arguments' => '',
22601   'theme_callback' => '',
22602   'theme_arguments' => 'a:0:{}',
22603   'type' => '4',
22604   'description' => '',
22605   'position' => '',
22606   'weight' => '0',
22607   'include_file' => 'modules/locale/locale.admin.inc',
22608 ))
22609 ->values(array(
22610   'path' => 'admin/config/regional/language/delete/%',
22611   'load_functions' => 'a:1:{i:5;N;}',
22612   'to_arg_functions' => '',
22613   'access_callback' => 'user_access',
22614   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22615   'page_callback' => 'drupal_get_form',
22616   'page_arguments' => 'a:2:{i:0;s:28:"locale_languages_delete_form";i:1;i:5;}',
22617   'delivery_callback' => '',
22618   'fit' => '62',
22619   'number_parts' => '6',
22620   'context' => '0',
22621   'tab_parent' => '',
22622   'tab_root' => 'admin/config/regional/language/delete/%',
22623   'title' => 'Confirm',
22624   'title_callback' => 't',
22625   'title_arguments' => '',
22626   'theme_callback' => '',
22627   'theme_arguments' => 'a:0:{}',
22628   'type' => '6',
22629   'description' => '',
22630   'position' => '',
22631   'weight' => '0',
22632   'include_file' => 'modules/locale/locale.admin.inc',
22633 ))
22634 ->values(array(
22635   'path' => 'admin/config/regional/language/edit/%',
22636   'load_functions' => 'a:1:{i:5;N;}',
22637   'to_arg_functions' => '',
22638   'access_callback' => 'user_access',
22639   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22640   'page_callback' => 'drupal_get_form',
22641   'page_arguments' => 'a:2:{i:0;s:26:"locale_languages_edit_form";i:1;i:5;}',
22642   'delivery_callback' => '',
22643   'fit' => '62',
22644   'number_parts' => '6',
22645   'context' => '0',
22646   'tab_parent' => '',
22647   'tab_root' => 'admin/config/regional/language/edit/%',
22648   'title' => 'Edit language',
22649   'title_callback' => 't',
22650   'title_arguments' => '',
22651   'theme_callback' => '',
22652   'theme_arguments' => 'a:0:{}',
22653   'type' => '6',
22654   'description' => '',
22655   'position' => '',
22656   'weight' => '0',
22657   'include_file' => 'modules/locale/locale.admin.inc',
22658 ))
22659 ->values(array(
22660   'path' => 'admin/config/regional/language/overview',
22661   'load_functions' => '',
22662   'to_arg_functions' => '',
22663   'access_callback' => 'user_access',
22664   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22665   'page_callback' => 'drupal_get_form',
22666   'page_arguments' => 'a:1:{i:0;s:30:"locale_languages_overview_form";}',
22667   'delivery_callback' => '',
22668   'fit' => '31',
22669   'number_parts' => '5',
22670   'context' => '1',
22671   'tab_parent' => 'admin/config/regional/language',
22672   'tab_root' => 'admin/config/regional/language',
22673   'title' => 'List',
22674   'title_callback' => 't',
22675   'title_arguments' => '',
22676   'theme_callback' => '',
22677   'theme_arguments' => 'a:0:{}',
22678   'type' => '140',
22679   'description' => '',
22680   'position' => '',
22681   'weight' => '0',
22682   'include_file' => 'modules/locale/locale.admin.inc',
22683 ))
22684 ->values(array(
22685   'path' => 'admin/config/regional/settings',
22686   'load_functions' => '',
22687   'to_arg_functions' => '',
22688   'access_callback' => 'user_access',
22689   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22690   'page_callback' => 'drupal_get_form',
22691   'page_arguments' => 'a:1:{i:0;s:24:"system_regional_settings";}',
22692   'delivery_callback' => '',
22693   'fit' => '15',
22694   'number_parts' => '4',
22695   'context' => '0',
22696   'tab_parent' => '',
22697   'tab_root' => 'admin/config/regional/settings',
22698   'title' => 'Regional settings',
22699   'title_callback' => 't',
22700   'title_arguments' => '',
22701   'theme_callback' => '',
22702   'theme_arguments' => 'a:0:{}',
22703   'type' => '6',
22704   'description' => "Settings for the site's default time zone and country.",
22705   'position' => '',
22706   'weight' => '-20',
22707   'include_file' => 'modules/system/system.admin.inc',
22708 ))
22709 ->values(array(
22710   'path' => 'admin/config/regional/translate',
22711   'load_functions' => '',
22712   'to_arg_functions' => '',
22713   'access_callback' => 'user_access',
22714   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22715   'page_callback' => 'locale_translate_overview_screen',
22716   'page_arguments' => 'a:0:{}',
22717   'delivery_callback' => '',
22718   'fit' => '15',
22719   'number_parts' => '4',
22720   'context' => '0',
22721   'tab_parent' => '',
22722   'tab_root' => 'admin/config/regional/translate',
22723   'title' => 'Translate interface',
22724   'title_callback' => 't',
22725   'title_arguments' => '',
22726   'theme_callback' => '',
22727   'theme_arguments' => 'a:0:{}',
22728   'type' => '6',
22729   'description' => 'Translate the built in interface and optionally other text.',
22730   'position' => '',
22731   'weight' => '-5',
22732   'include_file' => 'modules/locale/locale.admin.inc',
22733 ))
22734 ->values(array(
22735   'path' => 'admin/config/regional/translate/delete/%',
22736   'load_functions' => 'a:1:{i:5;N;}',
22737   'to_arg_functions' => '',
22738   'access_callback' => 'user_access',
22739   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22740   'page_callback' => 'locale_translate_delete_page',
22741   'page_arguments' => 'a:1:{i:0;i:5;}',
22742   'delivery_callback' => '',
22743   'fit' => '62',
22744   'number_parts' => '6',
22745   'context' => '0',
22746   'tab_parent' => '',
22747   'tab_root' => 'admin/config/regional/translate/delete/%',
22748   'title' => 'Delete string',
22749   'title_callback' => 't',
22750   'title_arguments' => '',
22751   'theme_callback' => '',
22752   'theme_arguments' => 'a:0:{}',
22753   'type' => '6',
22754   'description' => '',
22755   'position' => '',
22756   'weight' => '0',
22757   'include_file' => 'modules/locale/locale.admin.inc',
22758 ))
22759 ->values(array(
22760   'path' => 'admin/config/regional/translate/edit/%',
22761   'load_functions' => 'a:1:{i:5;N;}',
22762   'to_arg_functions' => '',
22763   'access_callback' => 'user_access',
22764   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22765   'page_callback' => 'drupal_get_form',
22766   'page_arguments' => 'a:2:{i:0;s:26:"locale_translate_edit_form";i:1;i:5;}',
22767   'delivery_callback' => '',
22768   'fit' => '62',
22769   'number_parts' => '6',
22770   'context' => '0',
22771   'tab_parent' => '',
22772   'tab_root' => 'admin/config/regional/translate/edit/%',
22773   'title' => 'Edit string',
22774   'title_callback' => 't',
22775   'title_arguments' => '',
22776   'theme_callback' => '',
22777   'theme_arguments' => 'a:0:{}',
22778   'type' => '6',
22779   'description' => '',
22780   'position' => '',
22781   'weight' => '0',
22782   'include_file' => 'modules/locale/locale.admin.inc',
22783 ))
22784 ->values(array(
22785   'path' => 'admin/config/regional/translate/export',
22786   'load_functions' => '',
22787   'to_arg_functions' => '',
22788   'access_callback' => 'user_access',
22789   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22790   'page_callback' => 'locale_translate_export_screen',
22791   'page_arguments' => 'a:0:{}',
22792   'delivery_callback' => '',
22793   'fit' => '31',
22794   'number_parts' => '5',
22795   'context' => '1',
22796   'tab_parent' => 'admin/config/regional/translate',
22797   'tab_root' => 'admin/config/regional/translate',
22798   'title' => 'Export',
22799   'title_callback' => 't',
22800   'title_arguments' => '',
22801   'theme_callback' => '',
22802   'theme_arguments' => 'a:0:{}',
22803   'type' => '132',
22804   'description' => '',
22805   'position' => '',
22806   'weight' => '30',
22807   'include_file' => 'modules/locale/locale.admin.inc',
22808 ))
22809 ->values(array(
22810   'path' => 'admin/config/regional/translate/import',
22811   'load_functions' => '',
22812   'to_arg_functions' => '',
22813   'access_callback' => 'user_access',
22814   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22815   'page_callback' => 'drupal_get_form',
22816   'page_arguments' => 'a:1:{i:0;s:28:"locale_translate_import_form";}',
22817   'delivery_callback' => '',
22818   'fit' => '31',
22819   'number_parts' => '5',
22820   'context' => '1',
22821   'tab_parent' => 'admin/config/regional/translate',
22822   'tab_root' => 'admin/config/regional/translate',
22823   'title' => 'Import',
22824   'title_callback' => 't',
22825   'title_arguments' => '',
22826   'theme_callback' => '',
22827   'theme_arguments' => 'a:0:{}',
22828   'type' => '132',
22829   'description' => '',
22830   'position' => '',
22831   'weight' => '20',
22832   'include_file' => 'modules/locale/locale.admin.inc',
22833 ))
22834 ->values(array(
22835   'path' => 'admin/config/regional/translate/overview',
22836   'load_functions' => '',
22837   'to_arg_functions' => '',
22838   'access_callback' => 'user_access',
22839   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22840   'page_callback' => 'locale_translate_overview_screen',
22841   'page_arguments' => 'a:0:{}',
22842   'delivery_callback' => '',
22843   'fit' => '31',
22844   'number_parts' => '5',
22845   'context' => '1',
22846   'tab_parent' => 'admin/config/regional/translate',
22847   'tab_root' => 'admin/config/regional/translate',
22848   'title' => 'Overview',
22849   'title_callback' => 't',
22850   'title_arguments' => '',
22851   'theme_callback' => '',
22852   'theme_arguments' => 'a:0:{}',
22853   'type' => '140',
22854   'description' => '',
22855   'position' => '',
22856   'weight' => '0',
22857   'include_file' => 'modules/locale/locale.admin.inc',
22858 ))
22859 ->values(array(
22860   'path' => 'admin/config/regional/translate/translate',
22861   'load_functions' => '',
22862   'to_arg_functions' => '',
22863   'access_callback' => 'user_access',
22864   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22865   'page_callback' => 'locale_translate_seek_screen',
22866   'page_arguments' => 'a:0:{}',
22867   'delivery_callback' => '',
22868   'fit' => '31',
22869   'number_parts' => '5',
22870   'context' => '1',
22871   'tab_parent' => 'admin/config/regional/translate',
22872   'tab_root' => 'admin/config/regional/translate',
22873   'title' => 'Translate',
22874   'title_callback' => 't',
22875   'title_arguments' => '',
22876   'theme_callback' => '',
22877   'theme_arguments' => 'a:0:{}',
22878   'type' => '132',
22879   'description' => '',
22880   'position' => '',
22881   'weight' => '10',
22882   'include_file' => 'modules/locale/locale.admin.inc',
22883 ))
22884 ->values(array(
22885   'path' => 'admin/config/search',
22886   'load_functions' => '',
22887   'to_arg_functions' => '',
22888   'access_callback' => 'user_access',
22889   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
22890   'page_callback' => 'system_admin_menu_block_page',
22891   'page_arguments' => 'a:0:{}',
22892   'delivery_callback' => '',
22893   'fit' => '7',
22894   'number_parts' => '3',
22895   'context' => '0',
22896   'tab_parent' => '',
22897   'tab_root' => 'admin/config/search',
22898   'title' => 'Search and metadata',
22899   'title_callback' => 't',
22900   'title_arguments' => '',
22901   'theme_callback' => '',
22902   'theme_arguments' => 'a:0:{}',
22903   'type' => '6',
22904   'description' => 'Local site search, metadata and SEO.',
22905   'position' => 'left',
22906   'weight' => '-10',
22907   'include_file' => 'modules/system/system.admin.inc',
22908 ))
22909 ->values(array(
22910   'path' => 'admin/config/search/clean-urls',
22911   'load_functions' => '',
22912   'to_arg_functions' => '',
22913   'access_callback' => 'user_access',
22914   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22915   'page_callback' => 'drupal_get_form',
22916   'page_arguments' => 'a:1:{i:0;s:25:"system_clean_url_settings";}',
22917   'delivery_callback' => '',
22918   'fit' => '15',
22919   'number_parts' => '4',
22920   'context' => '0',
22921   'tab_parent' => '',
22922   'tab_root' => 'admin/config/search/clean-urls',
22923   'title' => 'Clean URLs',
22924   'title_callback' => 't',
22925   'title_arguments' => '',
22926   'theme_callback' => '',
22927   'theme_arguments' => 'a:0:{}',
22928   'type' => '6',
22929   'description' => 'Enable or disable clean URLs for your site.',
22930   'position' => '',
22931   'weight' => '5',
22932   'include_file' => 'modules/system/system.admin.inc',
22933 ))
22934 ->values(array(
22935   'path' => 'admin/config/search/clean-urls/check',
22936   'load_functions' => '',
22937   'to_arg_functions' => '',
22938   'access_callback' => '1',
22939   'access_arguments' => 'a:0:{}',
22940   'page_callback' => 'drupal_json_output',
22941   'page_arguments' => 'a:1:{i:0;a:1:{s:6:"status";b:1;}}',
22942   'delivery_callback' => '',
22943   'fit' => '31',
22944   'number_parts' => '5',
22945   'context' => '0',
22946   'tab_parent' => '',
22947   'tab_root' => 'admin/config/search/clean-urls/check',
22948   'title' => 'Clean URL check',
22949   'title_callback' => 't',
22950   'title_arguments' => '',
22951   'theme_callback' => '',
22952   'theme_arguments' => 'a:0:{}',
22953   'type' => '0',
22954   'description' => '',
22955   'position' => '',
22956   'weight' => '0',
22957   'include_file' => 'modules/system/system.admin.inc',
22958 ))
22959 ->values(array(
22960   'path' => 'admin/config/search/path',
22961   'load_functions' => '',
22962   'to_arg_functions' => '',
22963   'access_callback' => 'user_access',
22964   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
22965   'page_callback' => 'path_admin_overview',
22966   'page_arguments' => 'a:0:{}',
22967   'delivery_callback' => '',
22968   'fit' => '15',
22969   'number_parts' => '4',
22970   'context' => '0',
22971   'tab_parent' => '',
22972   'tab_root' => 'admin/config/search/path',
22973   'title' => 'URL aliases',
22974   'title_callback' => 't',
22975   'title_arguments' => '',
22976   'theme_callback' => '',
22977   'theme_arguments' => 'a:0:{}',
22978   'type' => '6',
22979   'description' => "Change your site's URL paths by aliasing them.",
22980   'position' => '',
22981   'weight' => '-5',
22982   'include_file' => 'modules/path/path.admin.inc',
22983 ))
22984 ->values(array(
22985   'path' => 'admin/config/search/path/add',
22986   'load_functions' => '',
22987   'to_arg_functions' => '',
22988   'access_callback' => 'user_access',
22989   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
22990   'page_callback' => 'path_admin_edit',
22991   'page_arguments' => 'a:0:{}',
22992   'delivery_callback' => '',
22993   'fit' => '31',
22994   'number_parts' => '5',
22995   'context' => '1',
22996   'tab_parent' => 'admin/config/search/path',
22997   'tab_root' => 'admin/config/search/path',
22998   'title' => 'Add alias',
22999   'title_callback' => 't',
23000   'title_arguments' => '',
23001   'theme_callback' => '',
23002   'theme_arguments' => 'a:0:{}',
23003   'type' => '388',
23004   'description' => '',
23005   'position' => '',
23006   'weight' => '0',
23007   'include_file' => 'modules/path/path.admin.inc',
23008 ))
23009 ->values(array(
23010   'path' => 'admin/config/search/path/delete/%',
23011   'load_functions' => 'a:1:{i:5;s:9:"path_load";}',
23012   'to_arg_functions' => '',
23013   'access_callback' => 'user_access',
23014   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
23015   'page_callback' => 'drupal_get_form',
23016   'page_arguments' => 'a:2:{i:0;s:25:"path_admin_delete_confirm";i:1;i:5;}',
23017   'delivery_callback' => '',
23018   'fit' => '62',
23019   'number_parts' => '6',
23020   'context' => '0',
23021   'tab_parent' => '',
23022   'tab_root' => 'admin/config/search/path/delete/%',
23023   'title' => 'Delete alias',
23024   'title_callback' => 't',
23025   'title_arguments' => '',
23026   'theme_callback' => '',
23027   'theme_arguments' => 'a:0:{}',
23028   'type' => '6',
23029   'description' => '',
23030   'position' => '',
23031   'weight' => '0',
23032   'include_file' => 'modules/path/path.admin.inc',
23033 ))
23034 ->values(array(
23035   'path' => 'admin/config/search/path/edit/%',
23036   'load_functions' => 'a:1:{i:5;s:9:"path_load";}',
23037   'to_arg_functions' => '',
23038   'access_callback' => 'user_access',
23039   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
23040   'page_callback' => 'path_admin_edit',
23041   'page_arguments' => 'a:1:{i:0;i:5;}',
23042   'delivery_callback' => '',
23043   'fit' => '62',
23044   'number_parts' => '6',
23045   'context' => '0',
23046   'tab_parent' => '',
23047   'tab_root' => 'admin/config/search/path/edit/%',
23048   'title' => 'Edit alias',
23049   'title_callback' => 't',
23050   'title_arguments' => '',
23051   'theme_callback' => '',
23052   'theme_arguments' => 'a:0:{}',
23053   'type' => '6',
23054   'description' => '',
23055   'position' => '',
23056   'weight' => '0',
23057   'include_file' => 'modules/path/path.admin.inc',
23058 ))
23059 ->values(array(
23060   'path' => 'admin/config/search/path/list',
23061   'load_functions' => '',
23062   'to_arg_functions' => '',
23063   'access_callback' => 'user_access',
23064   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
23065   'page_callback' => 'path_admin_overview',
23066   'page_arguments' => 'a:0:{}',
23067   'delivery_callback' => '',
23068   'fit' => '31',
23069   'number_parts' => '5',
23070   'context' => '1',
23071   'tab_parent' => 'admin/config/search/path',
23072   'tab_root' => 'admin/config/search/path',
23073   'title' => 'List',
23074   'title_callback' => 't',
23075   'title_arguments' => '',
23076   'theme_callback' => '',
23077   'theme_arguments' => 'a:0:{}',
23078   'type' => '140',
23079   'description' => '',
23080   'position' => '',
23081   'weight' => '-10',
23082   'include_file' => 'modules/path/path.admin.inc',
23083 ))
23084 ->values(array(
23085   'path' => 'admin/config/search/settings',
23086   'load_functions' => '',
23087   'to_arg_functions' => '',
23088   'access_callback' => 'user_access',
23089   'access_arguments' => 'a:1:{i:0;s:17:"administer search";}',
23090   'page_callback' => 'drupal_get_form',
23091   'page_arguments' => 'a:1:{i:0;s:21:"search_admin_settings";}',
23092   'delivery_callback' => '',
23093   'fit' => '15',
23094   'number_parts' => '4',
23095   'context' => '0',
23096   'tab_parent' => '',
23097   'tab_root' => 'admin/config/search/settings',
23098   'title' => 'Search settings',
23099   'title_callback' => 't',
23100   'title_arguments' => '',
23101   'theme_callback' => '',
23102   'theme_arguments' => 'a:0:{}',
23103   'type' => '6',
23104   'description' => 'Configure relevance settings for search and other indexing options.',
23105   'position' => '',
23106   'weight' => '-10',
23107   'include_file' => 'modules/search/search.admin.inc',
23108 ))
23109 ->values(array(
23110   'path' => 'admin/config/search/settings/reindex',
23111   'load_functions' => '',
23112   'to_arg_functions' => '',
23113   'access_callback' => 'user_access',
23114   'access_arguments' => 'a:1:{i:0;s:17:"administer search";}',
23115   'page_callback' => 'drupal_get_form',
23116   'page_arguments' => 'a:1:{i:0;s:22:"search_reindex_confirm";}',
23117   'delivery_callback' => '',
23118   'fit' => '31',
23119   'number_parts' => '5',
23120   'context' => '0',
23121   'tab_parent' => '',
23122   'tab_root' => 'admin/config/search/settings/reindex',
23123   'title' => 'Clear index',
23124   'title_callback' => 't',
23125   'title_arguments' => '',
23126   'theme_callback' => '',
23127   'theme_arguments' => 'a:0:{}',
23128   'type' => '4',
23129   'description' => '',
23130   'position' => '',
23131   'weight' => '0',
23132   'include_file' => 'modules/search/search.admin.inc',
23133 ))
23134 ->values(array(
23135   'path' => 'admin/config/services',
23136   'load_functions' => '',
23137   'to_arg_functions' => '',
23138   'access_callback' => 'user_access',
23139   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23140   'page_callback' => 'system_admin_menu_block_page',
23141   'page_arguments' => 'a:0:{}',
23142   'delivery_callback' => '',
23143   'fit' => '7',
23144   'number_parts' => '3',
23145   'context' => '0',
23146   'tab_parent' => '',
23147   'tab_root' => 'admin/config/services',
23148   'title' => 'Web services',
23149   'title_callback' => 't',
23150   'title_arguments' => '',
23151   'theme_callback' => '',
23152   'theme_arguments' => 'a:0:{}',
23153   'type' => '6',
23154   'description' => 'Tools related to web services.',
23155   'position' => 'right',
23156   'weight' => '0',
23157   'include_file' => 'modules/system/system.admin.inc',
23158 ))
23159 ->values(array(
23160   'path' => 'admin/config/services/aggregator',
23161   'load_functions' => '',
23162   'to_arg_functions' => '',
23163   'access_callback' => 'user_access',
23164   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23165   'page_callback' => 'aggregator_admin_overview',
23166   'page_arguments' => 'a:0:{}',
23167   'delivery_callback' => '',
23168   'fit' => '15',
23169   'number_parts' => '4',
23170   'context' => '0',
23171   'tab_parent' => '',
23172   'tab_root' => 'admin/config/services/aggregator',
23173   'title' => 'Feed aggregator',
23174   'title_callback' => 't',
23175   'title_arguments' => '',
23176   'theme_callback' => '',
23177   'theme_arguments' => 'a:0:{}',
23178   'type' => '6',
23179   'description' => "Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized.",
23180   'position' => '',
23181   'weight' => '10',
23182   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23183 ))
23184 ->values(array(
23185   'path' => 'admin/config/services/aggregator/add/category',
23186   'load_functions' => '',
23187   'to_arg_functions' => '',
23188   'access_callback' => 'user_access',
23189   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23190   'page_callback' => 'drupal_get_form',
23191   'page_arguments' => 'a:1:{i:0;s:24:"aggregator_form_category";}',
23192   'delivery_callback' => '',
23193   'fit' => '63',
23194   'number_parts' => '6',
23195   'context' => '1',
23196   'tab_parent' => 'admin/config/services/aggregator',
23197   'tab_root' => 'admin/config/services/aggregator',
23198   'title' => 'Add category',
23199   'title_callback' => 't',
23200   'title_arguments' => '',
23201   'theme_callback' => '',
23202   'theme_arguments' => 'a:0:{}',
23203   'type' => '388',
23204   'description' => '',
23205   'position' => '',
23206   'weight' => '0',
23207   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23208 ))
23209 ->values(array(
23210   'path' => 'admin/config/services/aggregator/add/feed',
23211   'load_functions' => '',
23212   'to_arg_functions' => '',
23213   'access_callback' => 'user_access',
23214   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23215   'page_callback' => 'drupal_get_form',
23216   'page_arguments' => 'a:1:{i:0;s:20:"aggregator_form_feed";}',
23217   'delivery_callback' => '',
23218   'fit' => '63',
23219   'number_parts' => '6',
23220   'context' => '1',
23221   'tab_parent' => 'admin/config/services/aggregator',
23222   'tab_root' => 'admin/config/services/aggregator',
23223   'title' => 'Add feed',
23224   'title_callback' => 't',
23225   'title_arguments' => '',
23226   'theme_callback' => '',
23227   'theme_arguments' => 'a:0:{}',
23228   'type' => '388',
23229   'description' => '',
23230   'position' => '',
23231   'weight' => '0',
23232   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23233 ))
23234 ->values(array(
23235   'path' => 'admin/config/services/aggregator/add/opml',
23236   'load_functions' => '',
23237   'to_arg_functions' => '',
23238   'access_callback' => 'user_access',
23239   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23240   'page_callback' => 'drupal_get_form',
23241   'page_arguments' => 'a:1:{i:0;s:20:"aggregator_form_opml";}',
23242   'delivery_callback' => '',
23243   'fit' => '63',
23244   'number_parts' => '6',
23245   'context' => '1',
23246   'tab_parent' => 'admin/config/services/aggregator',
23247   'tab_root' => 'admin/config/services/aggregator',
23248   'title' => 'Import OPML',
23249   'title_callback' => 't',
23250   'title_arguments' => '',
23251   'theme_callback' => '',
23252   'theme_arguments' => 'a:0:{}',
23253   'type' => '388',
23254   'description' => '',
23255   'position' => '',
23256   'weight' => '0',
23257   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23258 ))
23259 ->values(array(
23260   'path' => 'admin/config/services/aggregator/edit/category/%',
23261   'load_functions' => 'a:1:{i:6;s:24:"aggregator_category_load";}',
23262   'to_arg_functions' => '',
23263   'access_callback' => 'user_access',
23264   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23265   'page_callback' => 'drupal_get_form',
23266   'page_arguments' => 'a:2:{i:0;s:24:"aggregator_form_category";i:1;i:6;}',
23267   'delivery_callback' => '',
23268   'fit' => '126',
23269   'number_parts' => '7',
23270   'context' => '0',
23271   'tab_parent' => '',
23272   'tab_root' => 'admin/config/services/aggregator/edit/category/%',
23273   'title' => 'Edit category',
23274   'title_callback' => 't',
23275   'title_arguments' => '',
23276   'theme_callback' => '',
23277   'theme_arguments' => 'a:0:{}',
23278   'type' => '6',
23279   'description' => '',
23280   'position' => '',
23281   'weight' => '0',
23282   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23283 ))
23284 ->values(array(
23285   'path' => 'admin/config/services/aggregator/edit/feed/%',
23286   'load_functions' => 'a:1:{i:6;s:20:"aggregator_feed_load";}',
23287   'to_arg_functions' => '',
23288   'access_callback' => 'user_access',
23289   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23290   'page_callback' => 'drupal_get_form',
23291   'page_arguments' => 'a:2:{i:0;s:20:"aggregator_form_feed";i:1;i:6;}',
23292   'delivery_callback' => '',
23293   'fit' => '126',
23294   'number_parts' => '7',
23295   'context' => '0',
23296   'tab_parent' => '',
23297   'tab_root' => 'admin/config/services/aggregator/edit/feed/%',
23298   'title' => 'Edit feed',
23299   'title_callback' => 't',
23300   'title_arguments' => '',
23301   'theme_callback' => '',
23302   'theme_arguments' => 'a:0:{}',
23303   'type' => '6',
23304   'description' => '',
23305   'position' => '',
23306   'weight' => '0',
23307   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23308 ))
23309 ->values(array(
23310   'path' => 'admin/config/services/aggregator/list',
23311   'load_functions' => '',
23312   'to_arg_functions' => '',
23313   'access_callback' => 'user_access',
23314   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23315   'page_callback' => 'aggregator_admin_overview',
23316   'page_arguments' => 'a:0:{}',
23317   'delivery_callback' => '',
23318   'fit' => '31',
23319   'number_parts' => '5',
23320   'context' => '1',
23321   'tab_parent' => 'admin/config/services/aggregator',
23322   'tab_root' => 'admin/config/services/aggregator',
23323   'title' => 'List',
23324   'title_callback' => 't',
23325   'title_arguments' => '',
23326   'theme_callback' => '',
23327   'theme_arguments' => 'a:0:{}',
23328   'type' => '140',
23329   'description' => '',
23330   'position' => '',
23331   'weight' => '-10',
23332   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23333 ))
23334 ->values(array(
23335   'path' => 'admin/config/services/aggregator/remove/%',
23336   'load_functions' => 'a:1:{i:5;s:20:"aggregator_feed_load";}',
23337   'to_arg_functions' => '',
23338   'access_callback' => 'user_access',
23339   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23340   'page_callback' => 'drupal_get_form',
23341   'page_arguments' => 'a:2:{i:0;s:28:"aggregator_admin_remove_feed";i:1;i:5;}',
23342   'delivery_callback' => '',
23343   'fit' => '62',
23344   'number_parts' => '6',
23345   'context' => '0',
23346   'tab_parent' => '',
23347   'tab_root' => 'admin/config/services/aggregator/remove/%',
23348   'title' => 'Remove items',
23349   'title_callback' => 't',
23350   'title_arguments' => '',
23351   'theme_callback' => '',
23352   'theme_arguments' => 'a:0:{}',
23353   'type' => '6',
23354   'description' => '',
23355   'position' => '',
23356   'weight' => '0',
23357   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23358 ))
23359 ->values(array(
23360   'path' => 'admin/config/services/aggregator/settings',
23361   'load_functions' => '',
23362   'to_arg_functions' => '',
23363   'access_callback' => 'user_access',
23364   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23365   'page_callback' => 'drupal_get_form',
23366   'page_arguments' => 'a:1:{i:0;s:21:"aggregator_admin_form";}',
23367   'delivery_callback' => '',
23368   'fit' => '31',
23369   'number_parts' => '5',
23370   'context' => '1',
23371   'tab_parent' => 'admin/config/services/aggregator',
23372   'tab_root' => 'admin/config/services/aggregator',
23373   'title' => 'Settings',
23374   'title_callback' => 't',
23375   'title_arguments' => '',
23376   'theme_callback' => '',
23377   'theme_arguments' => 'a:0:{}',
23378   'type' => '132',
23379   'description' => 'Configure the behavior of the feed aggregator, including when to discard feed items and how to present feed items and categories.',
23380   'position' => '',
23381   'weight' => '0',
23382   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23383 ))
23384 ->values(array(
23385   'path' => 'admin/config/services/aggregator/update/%',
23386   'load_functions' => 'a:1:{i:5;s:20:"aggregator_feed_load";}',
23387   'to_arg_functions' => '',
23388   'access_callback' => 'user_access',
23389   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23390   'page_callback' => 'aggregator_admin_refresh_feed',
23391   'page_arguments' => 'a:1:{i:0;i:5;}',
23392   'delivery_callback' => '',
23393   'fit' => '62',
23394   'number_parts' => '6',
23395   'context' => '0',
23396   'tab_parent' => '',
23397   'tab_root' => 'admin/config/services/aggregator/update/%',
23398   'title' => 'Update items',
23399   'title_callback' => 't',
23400   'title_arguments' => '',
23401   'theme_callback' => '',
23402   'theme_arguments' => 'a:0:{}',
23403   'type' => '6',
23404   'description' => '',
23405   'position' => '',
23406   'weight' => '0',
23407   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23408 ))
23409 ->values(array(
23410   'path' => 'admin/config/services/rss-publishing',
23411   'load_functions' => '',
23412   'to_arg_functions' => '',
23413   'access_callback' => 'user_access',
23414   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
23415   'page_callback' => 'drupal_get_form',
23416   'page_arguments' => 'a:1:{i:0;s:25:"system_rss_feeds_settings";}',
23417   'delivery_callback' => '',
23418   'fit' => '15',
23419   'number_parts' => '4',
23420   'context' => '0',
23421   'tab_parent' => '',
23422   'tab_root' => 'admin/config/services/rss-publishing',
23423   'title' => 'RSS publishing',
23424   'title_callback' => 't',
23425   'title_arguments' => '',
23426   'theme_callback' => '',
23427   'theme_arguments' => 'a:0:{}',
23428   'type' => '6',
23429   'description' => 'Configure the site description, the number of items per feed and whether feeds should be titles/teasers/full-text.',
23430   'position' => '',
23431   'weight' => '0',
23432   'include_file' => 'modules/system/system.admin.inc',
23433 ))
23434 ->values(array(
23435   'path' => 'admin/config/system',
23436   'load_functions' => '',
23437   'to_arg_functions' => '',
23438   'access_callback' => 'user_access',
23439   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23440   'page_callback' => 'system_admin_menu_block_page',
23441   'page_arguments' => 'a:0:{}',
23442   'delivery_callback' => '',
23443   'fit' => '7',
23444   'number_parts' => '3',
23445   'context' => '0',
23446   'tab_parent' => '',
23447   'tab_root' => 'admin/config/system',
23448   'title' => 'System',
23449   'title_callback' => 't',
23450   'title_arguments' => '',
23451   'theme_callback' => '',
23452   'theme_arguments' => 'a:0:{}',
23453   'type' => '6',
23454   'description' => 'General system related configuration.',
23455   'position' => 'right',
23456   'weight' => '-20',
23457   'include_file' => 'modules/system/system.admin.inc',
23458 ))
23459 ->values(array(
23460   'path' => 'admin/config/system/actions',
23461   'load_functions' => '',
23462   'to_arg_functions' => '',
23463   'access_callback' => 'user_access',
23464   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
23465   'page_callback' => 'system_actions_manage',
23466   'page_arguments' => 'a:0:{}',
23467   'delivery_callback' => '',
23468   'fit' => '15',
23469   'number_parts' => '4',
23470   'context' => '0',
23471   'tab_parent' => '',
23472   'tab_root' => 'admin/config/system/actions',
23473   'title' => 'Actions',
23474   'title_callback' => 't',
23475   'title_arguments' => '',
23476   'theme_callback' => '',
23477   'theme_arguments' => 'a:0:{}',
23478   'type' => '6',
23479   'description' => 'Manage the actions defined for your site.',
23480   'position' => '',
23481   'weight' => '0',
23482   'include_file' => 'modules/system/system.admin.inc',
23483 ))
23484 ->values(array(
23485   'path' => 'admin/config/system/actions/configure',
23486   'load_functions' => '',
23487   'to_arg_functions' => '',
23488   'access_callback' => 'user_access',
23489   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
23490   'page_callback' => 'drupal_get_form',
23491   'page_arguments' => 'a:1:{i:0;s:24:"system_actions_configure";}',
23492   'delivery_callback' => '',
23493   'fit' => '31',
23494   'number_parts' => '5',
23495   'context' => '0',
23496   'tab_parent' => '',
23497   'tab_root' => 'admin/config/system/actions/configure',
23498   'title' => 'Configure an advanced action',
23499   'title_callback' => 't',
23500   'title_arguments' => '',
23501   'theme_callback' => '',
23502   'theme_arguments' => 'a:0:{}',
23503   'type' => '4',
23504   'description' => '',
23505   'position' => '',
23506   'weight' => '0',
23507   'include_file' => 'modules/system/system.admin.inc',
23508 ))
23509 ->values(array(
23510   'path' => 'admin/config/system/actions/delete/%',
23511   'load_functions' => 'a:1:{i:5;s:12:"actions_load";}',
23512   'to_arg_functions' => '',
23513   'access_callback' => 'user_access',
23514   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
23515   'page_callback' => 'drupal_get_form',
23516   'page_arguments' => 'a:2:{i:0;s:26:"system_actions_delete_form";i:1;i:5;}',
23517   'delivery_callback' => '',
23518   'fit' => '62',
23519   'number_parts' => '6',
23520   'context' => '0',
23521   'tab_parent' => '',
23522   'tab_root' => 'admin/config/system/actions/delete/%',
23523   'title' => 'Delete action',
23524   'title_callback' => 't',
23525   'title_arguments' => '',
23526   'theme_callback' => '',
23527   'theme_arguments' => 'a:0:{}',
23528   'type' => '6',
23529   'description' => 'Delete an action.',
23530   'position' => '',
23531   'weight' => '0',
23532   'include_file' => 'modules/system/system.admin.inc',
23533 ))
23534 ->values(array(
23535   'path' => 'admin/config/system/actions/manage',
23536   'load_functions' => '',
23537   'to_arg_functions' => '',
23538   'access_callback' => 'user_access',
23539   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
23540   'page_callback' => 'system_actions_manage',
23541   'page_arguments' => 'a:0:{}',
23542   'delivery_callback' => '',
23543   'fit' => '31',
23544   'number_parts' => '5',
23545   'context' => '1',
23546   'tab_parent' => 'admin/config/system/actions',
23547   'tab_root' => 'admin/config/system/actions',
23548   'title' => 'Manage actions',
23549   'title_callback' => 't',
23550   'title_arguments' => '',
23551   'theme_callback' => '',
23552   'theme_arguments' => 'a:0:{}',
23553   'type' => '140',
23554   'description' => 'Manage the actions defined for your site.',
23555   'position' => '',
23556   'weight' => '-2',
23557   'include_file' => 'modules/system/system.admin.inc',
23558 ))
23559 ->values(array(
23560   'path' => 'admin/config/system/actions/orphan',
23561   'load_functions' => '',
23562   'to_arg_functions' => '',
23563   'access_callback' => 'user_access',
23564   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
23565   'page_callback' => 'system_actions_remove_orphans',
23566   'page_arguments' => 'a:0:{}',
23567   'delivery_callback' => '',
23568   'fit' => '31',
23569   'number_parts' => '5',
23570   'context' => '0',
23571   'tab_parent' => '',
23572   'tab_root' => 'admin/config/system/actions/orphan',
23573   'title' => 'Remove orphans',
23574   'title_callback' => 't',
23575   'title_arguments' => '',
23576   'theme_callback' => '',
23577   'theme_arguments' => 'a:0:{}',
23578   'type' => '0',
23579   'description' => '',
23580   'position' => '',
23581   'weight' => '0',
23582   'include_file' => 'modules/system/system.admin.inc',
23583 ))
23584 ->values(array(
23585   'path' => 'admin/config/system/cron',
23586   'load_functions' => '',
23587   'to_arg_functions' => '',
23588   'access_callback' => 'user_access',
23589   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
23590   'page_callback' => 'drupal_get_form',
23591   'page_arguments' => 'a:1:{i:0;s:20:"system_cron_settings";}',
23592   'delivery_callback' => '',
23593   'fit' => '15',
23594   'number_parts' => '4',
23595   'context' => '0',
23596   'tab_parent' => '',
23597   'tab_root' => 'admin/config/system/cron',
23598   'title' => 'Cron',
23599   'title_callback' => 't',
23600   'title_arguments' => '',
23601   'theme_callback' => '',
23602   'theme_arguments' => 'a:0:{}',
23603   'type' => '6',
23604   'description' => 'Manage automatic site maintenance tasks.',
23605   'position' => '',
23606   'weight' => '20',
23607   'include_file' => 'modules/system/system.admin.inc',
23608 ))
23609 ->values(array(
23610   'path' => 'admin/config/system/site-information',
23611   'load_functions' => '',
23612   'to_arg_functions' => '',
23613   'access_callback' => 'user_access',
23614   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
23615   'page_callback' => 'drupal_get_form',
23616   'page_arguments' => 'a:1:{i:0;s:32:"system_site_information_settings";}',
23617   'delivery_callback' => '',
23618   'fit' => '15',
23619   'number_parts' => '4',
23620   'context' => '0',
23621   'tab_parent' => '',
23622   'tab_root' => 'admin/config/system/site-information',
23623   'title' => 'Site information',
23624   'title_callback' => 't',
23625   'title_arguments' => '',
23626   'theme_callback' => '',
23627   'theme_arguments' => 'a:0:{}',
23628   'type' => '6',
23629   'description' => 'Change site name, e-mail address, slogan, default front page, and number of posts per page, error pages.',
23630   'position' => '',
23631   'weight' => '-20',
23632   'include_file' => 'modules/system/system.admin.inc',
23633 ))
23634 ->values(array(
23635   'path' => 'admin/config/system/statistics',
23636   'load_functions' => '',
23637   'to_arg_functions' => '',
23638   'access_callback' => 'user_access',
23639   'access_arguments' => 'a:1:{i:0;s:21:"administer statistics";}',
23640   'page_callback' => 'drupal_get_form',
23641   'page_arguments' => 'a:1:{i:0;s:24:"statistics_settings_form";}',
23642   'delivery_callback' => '',
23643   'fit' => '15',
23644   'number_parts' => '4',
23645   'context' => '0',
23646   'tab_parent' => '',
23647   'tab_root' => 'admin/config/system/statistics',
23648   'title' => 'Statistics',
23649   'title_callback' => 't',
23650   'title_arguments' => '',
23651   'theme_callback' => '',
23652   'theme_arguments' => 'a:0:{}',
23653   'type' => '6',
23654   'description' => 'Control details about what and how your site logs access statistics.',
23655   'position' => '',
23656   'weight' => '-15',
23657   'include_file' => 'modules/statistics/statistics.admin.inc',
23658 ))
23659 ->values(array(
23660   'path' => 'admin/config/user-interface',
23661   'load_functions' => '',
23662   'to_arg_functions' => '',
23663   'access_callback' => 'user_access',
23664   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23665   'page_callback' => 'system_admin_menu_block_page',
23666   'page_arguments' => 'a:0:{}',
23667   'delivery_callback' => '',
23668   'fit' => '7',
23669   'number_parts' => '3',
23670   'context' => '0',
23671   'tab_parent' => '',
23672   'tab_root' => 'admin/config/user-interface',
23673   'title' => 'User interface',
23674   'title_callback' => 't',
23675   'title_arguments' => '',
23676   'theme_callback' => '',
23677   'theme_arguments' => 'a:0:{}',
23678   'type' => '6',
23679   'description' => 'Tools that enhance the user interface.',
23680   'position' => 'right',
23681   'weight' => '-15',
23682   'include_file' => 'modules/system/system.admin.inc',
23683 ))
23684 ->values(array(
23685   'path' => 'admin/config/user-interface/shortcut',
23686   'load_functions' => '',
23687   'to_arg_functions' => '',
23688   'access_callback' => 'user_access',
23689   'access_arguments' => 'a:1:{i:0;s:20:"administer shortcuts";}',
23690   'page_callback' => 'shortcut_set_admin',
23691   'page_arguments' => 'a:0:{}',
23692   'delivery_callback' => '',
23693   'fit' => '15',
23694   'number_parts' => '4',
23695   'context' => '0',
23696   'tab_parent' => '',
23697   'tab_root' => 'admin/config/user-interface/shortcut',
23698   'title' => 'Shortcuts',
23699   'title_callback' => 't',
23700   'title_arguments' => '',
23701   'theme_callback' => '',
23702   'theme_arguments' => 'a:0:{}',
23703   'type' => '6',
23704   'description' => 'Add and modify shortcut sets.',
23705   'position' => '',
23706   'weight' => '0',
23707   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23708 ))
23709 ->values(array(
23710   'path' => 'admin/config/user-interface/shortcut/%',
23711   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
23712   'to_arg_functions' => '',
23713   'access_callback' => 'shortcut_set_edit_access',
23714   'access_arguments' => 'a:1:{i:0;i:4;}',
23715   'page_callback' => 'drupal_get_form',
23716   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_customize";i:1;i:4;}',
23717   'delivery_callback' => '',
23718   'fit' => '30',
23719   'number_parts' => '5',
23720   'context' => '0',
23721   'tab_parent' => '',
23722   'tab_root' => 'admin/config/user-interface/shortcut/%',
23723   'title' => 'Edit shortcuts',
23724   'title_callback' => 'shortcut_set_title_callback',
23725   'title_arguments' => 'a:1:{i:0;i:4;}',
23726   'theme_callback' => '',
23727   'theme_arguments' => 'a:0:{}',
23728   'type' => '6',
23729   'description' => '',
23730   'position' => '',
23731   'weight' => '0',
23732   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23733 ))
23734 ->values(array(
23735   'path' => 'admin/config/user-interface/shortcut/%/add-link',
23736   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
23737   'to_arg_functions' => '',
23738   'access_callback' => 'shortcut_set_edit_access',
23739   'access_arguments' => 'a:1:{i:0;i:4;}',
23740   'page_callback' => 'drupal_get_form',
23741   'page_arguments' => 'a:2:{i:0;s:17:"shortcut_link_add";i:1;i:4;}',
23742   'delivery_callback' => '',
23743   'fit' => '61',
23744   'number_parts' => '6',
23745   'context' => '1',
23746   'tab_parent' => 'admin/config/user-interface/shortcut/%',
23747   'tab_root' => 'admin/config/user-interface/shortcut/%',
23748   'title' => 'Add shortcut',
23749   'title_callback' => 't',
23750   'title_arguments' => '',
23751   'theme_callback' => '',
23752   'theme_arguments' => 'a:0:{}',
23753   'type' => '388',
23754   'description' => '',
23755   'position' => '',
23756   'weight' => '0',
23757   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23758 ))
23759 ->values(array(
23760   'path' => 'admin/config/user-interface/shortcut/%/add-link-inline',
23761   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
23762   'to_arg_functions' => '',
23763   'access_callback' => 'shortcut_set_edit_access',
23764   'access_arguments' => 'a:1:{i:0;i:4;}',
23765   'page_callback' => 'shortcut_link_add_inline',
23766   'page_arguments' => 'a:1:{i:0;i:4;}',
23767   'delivery_callback' => '',
23768   'fit' => '61',
23769   'number_parts' => '6',
23770   'context' => '0',
23771   'tab_parent' => '',
23772   'tab_root' => 'admin/config/user-interface/shortcut/%/add-link-inline',
23773   'title' => 'Add shortcut',
23774   'title_callback' => 't',
23775   'title_arguments' => '',
23776   'theme_callback' => '',
23777   'theme_arguments' => 'a:0:{}',
23778   'type' => '0',
23779   'description' => '',
23780   'position' => '',
23781   'weight' => '0',
23782   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23783 ))
23784 ->values(array(
23785   'path' => 'admin/config/user-interface/shortcut/%/delete',
23786   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
23787   'to_arg_functions' => '',
23788   'access_callback' => 'shortcut_set_delete_access',
23789   'access_arguments' => 'a:1:{i:0;i:4;}',
23790   'page_callback' => 'drupal_get_form',
23791   'page_arguments' => 'a:2:{i:0;s:24:"shortcut_set_delete_form";i:1;i:4;}',
23792   'delivery_callback' => '',
23793   'fit' => '61',
23794   'number_parts' => '6',
23795   'context' => '0',
23796   'tab_parent' => '',
23797   'tab_root' => 'admin/config/user-interface/shortcut/%/delete',
23798   'title' => 'Delete shortcut set',
23799   'title_callback' => 't',
23800   'title_arguments' => '',
23801   'theme_callback' => '',
23802   'theme_arguments' => 'a:0:{}',
23803   'type' => '6',
23804   'description' => '',
23805   'position' => '',
23806   'weight' => '0',
23807   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23808 ))
23809 ->values(array(
23810   'path' => 'admin/config/user-interface/shortcut/%/edit',
23811   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
23812   'to_arg_functions' => '',
23813   'access_callback' => 'shortcut_set_edit_access',
23814   'access_arguments' => 'a:1:{i:0;i:4;}',
23815   'page_callback' => 'drupal_get_form',
23816   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_edit_form";i:1;i:4;}',
23817   'delivery_callback' => '',
23818   'fit' => '61',
23819   'number_parts' => '6',
23820   'context' => '1',
23821   'tab_parent' => 'admin/config/user-interface/shortcut/%',
23822   'tab_root' => 'admin/config/user-interface/shortcut/%',
23823   'title' => 'Edit set name',
23824   'title_callback' => 't',
23825   'title_arguments' => '',
23826   'theme_callback' => '',
23827   'theme_arguments' => 'a:0:{}',
23828   'type' => '132',
23829   'description' => '',
23830   'position' => '',
23831   'weight' => '10',
23832   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23833 ))
23834 ->values(array(
23835   'path' => 'admin/config/user-interface/shortcut/%/links',
23836   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
23837   'to_arg_functions' => '',
23838   'access_callback' => 'shortcut_set_edit_access',
23839   'access_arguments' => 'a:1:{i:0;i:4;}',
23840   'page_callback' => 'drupal_get_form',
23841   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_customize";i:1;i:4;}',
23842   'delivery_callback' => '',
23843   'fit' => '61',
23844   'number_parts' => '6',
23845   'context' => '1',
23846   'tab_parent' => 'admin/config/user-interface/shortcut/%',
23847   'tab_root' => 'admin/config/user-interface/shortcut/%',
23848   'title' => 'List links',
23849   'title_callback' => 't',
23850   'title_arguments' => '',
23851   'theme_callback' => '',
23852   'theme_arguments' => 'a:0:{}',
23853   'type' => '140',
23854   'description' => '',
23855   'position' => '',
23856   'weight' => '0',
23857   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23858 ))
23859 ->values(array(
23860   'path' => 'admin/config/user-interface/shortcut/add-set',
23861   'load_functions' => '',
23862   'to_arg_functions' => '',
23863   'access_callback' => 'user_access',
23864   'access_arguments' => 'a:1:{i:0;s:20:"administer shortcuts";}',
23865   'page_callback' => 'drupal_get_form',
23866   'page_arguments' => 'a:1:{i:0;s:21:"shortcut_set_add_form";}',
23867   'delivery_callback' => '',
23868   'fit' => '31',
23869   'number_parts' => '5',
23870   'context' => '1',
23871   'tab_parent' => 'admin/config/user-interface/shortcut',
23872   'tab_root' => 'admin/config/user-interface/shortcut',
23873   'title' => 'Add shortcut set',
23874   'title_callback' => 't',
23875   'title_arguments' => '',
23876   'theme_callback' => '',
23877   'theme_arguments' => 'a:0:{}',
23878   'type' => '388',
23879   'description' => '',
23880   'position' => '',
23881   'weight' => '0',
23882   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23883 ))
23884 ->values(array(
23885   'path' => 'admin/config/user-interface/shortcut/link/%',
23886   'load_functions' => 'a:1:{i:5;s:14:"menu_link_load";}',
23887   'to_arg_functions' => '',
23888   'access_callback' => 'shortcut_link_access',
23889   'access_arguments' => 'a:1:{i:0;i:5;}',
23890   'page_callback' => 'drupal_get_form',
23891   'page_arguments' => 'a:2:{i:0;s:18:"shortcut_link_edit";i:1;i:5;}',
23892   'delivery_callback' => '',
23893   'fit' => '62',
23894   'number_parts' => '6',
23895   'context' => '0',
23896   'tab_parent' => '',
23897   'tab_root' => 'admin/config/user-interface/shortcut/link/%',
23898   'title' => 'Edit shortcut',
23899   'title_callback' => 't',
23900   'title_arguments' => '',
23901   'theme_callback' => '',
23902   'theme_arguments' => 'a:0:{}',
23903   'type' => '6',
23904   'description' => '',
23905   'position' => '',
23906   'weight' => '0',
23907   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23908 ))
23909 ->values(array(
23910   'path' => 'admin/config/user-interface/shortcut/link/%/delete',
23911   'load_functions' => 'a:1:{i:5;s:14:"menu_link_load";}',
23912   'to_arg_functions' => '',
23913   'access_callback' => 'shortcut_link_access',
23914   'access_arguments' => 'a:1:{i:0;i:5;}',
23915   'page_callback' => 'drupal_get_form',
23916   'page_arguments' => 'a:2:{i:0;s:20:"shortcut_link_delete";i:1;i:5;}',
23917   'delivery_callback' => '',
23918   'fit' => '125',
23919   'number_parts' => '7',
23920   'context' => '0',
23921   'tab_parent' => '',
23922   'tab_root' => 'admin/config/user-interface/shortcut/link/%/delete',
23923   'title' => 'Delete shortcut',
23924   'title_callback' => 't',
23925   'title_arguments' => '',
23926   'theme_callback' => '',
23927   'theme_arguments' => 'a:0:{}',
23928   'type' => '6',
23929   'description' => '',
23930   'position' => '',
23931   'weight' => '0',
23932   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23933 ))
23934 ->values(array(
23935   'path' => 'admin/config/workflow',
23936   'load_functions' => '',
23937   'to_arg_functions' => '',
23938   'access_callback' => 'user_access',
23939   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23940   'page_callback' => 'system_admin_menu_block_page',
23941   'page_arguments' => 'a:0:{}',
23942   'delivery_callback' => '',
23943   'fit' => '7',
23944   'number_parts' => '3',
23945   'context' => '0',
23946   'tab_parent' => '',
23947   'tab_root' => 'admin/config/workflow',
23948   'title' => 'Workflow',
23949   'title_callback' => 't',
23950   'title_arguments' => '',
23951   'theme_callback' => '',
23952   'theme_arguments' => 'a:0:{}',
23953   'type' => '6',
23954   'description' => 'Content workflow, editorial workflow tools.',
23955   'position' => 'right',
23956   'weight' => '5',
23957   'include_file' => 'modules/system/system.admin.inc',
23958 ))
23959 ->values(array(
23960   'path' => 'admin/content',
23961   'load_functions' => '',
23962   'to_arg_functions' => '',
23963   'access_callback' => 'user_access',
23964   'access_arguments' => 'a:1:{i:0;s:23:"access content overview";}',
23965   'page_callback' => 'drupal_get_form',
23966   'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}',
23967   'delivery_callback' => '',
23968   'fit' => '3',
23969   'number_parts' => '2',
23970   'context' => '0',
23971   'tab_parent' => '',
23972   'tab_root' => 'admin/content',
23973   'title' => 'Content',
23974   'title_callback' => 't',
23975   'title_arguments' => '',
23976   'theme_callback' => '',
23977   'theme_arguments' => 'a:0:{}',
23978   'type' => '6',
23979   'description' => 'Administer content and comments.',
23980   'position' => '',
23981   'weight' => '-10',
23982   'include_file' => 'modules/node/node.admin.inc',
23983 ))
23984 ->values(array(
23985   'path' => 'admin/content/book',
23986   'load_functions' => '',
23987   'to_arg_functions' => '',
23988   'access_callback' => 'user_access',
23989   'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
23990   'page_callback' => 'book_admin_overview',
23991   'page_arguments' => 'a:0:{}',
23992   'delivery_callback' => '',
23993   'fit' => '7',
23994   'number_parts' => '3',
23995   'context' => '1',
23996   'tab_parent' => 'admin/content',
23997   'tab_root' => 'admin/content',
23998   'title' => 'Books',
23999   'title_callback' => 't',
24000   'title_arguments' => '',
24001   'theme_callback' => '',
24002   'theme_arguments' => 'a:0:{}',
24003   'type' => '132',
24004   'description' => "Manage your site's book outlines.",
24005   'position' => '',
24006   'weight' => '0',
24007   'include_file' => 'modules/book/book.admin.inc',
24008 ))
24009 ->values(array(
24010   'path' => 'admin/content/book/%',
24011   'load_functions' => 'a:1:{i:3;s:9:"node_load";}',
24012   'to_arg_functions' => '',
24013   'access_callback' => '_book_outline_access',
24014   'access_arguments' => 'a:1:{i:0;i:3;}',
24015   'page_callback' => 'drupal_get_form',
24016   'page_arguments' => 'a:2:{i:0;s:15:"book_admin_edit";i:1;i:3;}',
24017   'delivery_callback' => '',
24018   'fit' => '14',
24019   'number_parts' => '4',
24020   'context' => '0',
24021   'tab_parent' => '',
24022   'tab_root' => 'admin/content/book/%',
24023   'title' => 'Re-order book pages and change titles',
24024   'title_callback' => 't',
24025   'title_arguments' => '',
24026   'theme_callback' => '',
24027   'theme_arguments' => 'a:0:{}',
24028   'type' => '0',
24029   'description' => '',
24030   'position' => '',
24031   'weight' => '0',
24032   'include_file' => 'modules/book/book.admin.inc',
24033 ))
24034 ->values(array(
24035   'path' => 'admin/content/book/list',
24036   'load_functions' => '',
24037   'to_arg_functions' => '',
24038   'access_callback' => 'user_access',
24039   'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
24040   'page_callback' => 'book_admin_overview',
24041   'page_arguments' => 'a:0:{}',
24042   'delivery_callback' => '',
24043   'fit' => '15',
24044   'number_parts' => '4',
24045   'context' => '1',
24046   'tab_parent' => 'admin/content/book',
24047   'tab_root' => 'admin/content',
24048   'title' => 'List',
24049   'title_callback' => 't',
24050   'title_arguments' => '',
24051   'theme_callback' => '',
24052   'theme_arguments' => 'a:0:{}',
24053   'type' => '140',
24054   'description' => '',
24055   'position' => '',
24056   'weight' => '0',
24057   'include_file' => 'modules/book/book.admin.inc',
24058 ))
24059 ->values(array(
24060   'path' => 'admin/content/book/settings',
24061   'load_functions' => '',
24062   'to_arg_functions' => '',
24063   'access_callback' => 'user_access',
24064   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24065   'page_callback' => 'drupal_get_form',
24066   'page_arguments' => 'a:1:{i:0;s:19:"book_admin_settings";}',
24067   'delivery_callback' => '',
24068   'fit' => '15',
24069   'number_parts' => '4',
24070   'context' => '1',
24071   'tab_parent' => 'admin/content/book',
24072   'tab_root' => 'admin/content',
24073   'title' => 'Settings',
24074   'title_callback' => 't',
24075   'title_arguments' => '',
24076   'theme_callback' => '',
24077   'theme_arguments' => 'a:0:{}',
24078   'type' => '132',
24079   'description' => '',
24080   'position' => '',
24081   'weight' => '8',
24082   'include_file' => 'modules/book/book.admin.inc',
24083 ))
24084 ->values(array(
24085   'path' => 'admin/content/comment',
24086   'load_functions' => '',
24087   'to_arg_functions' => '',
24088   'access_callback' => 'user_access',
24089   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
24090   'page_callback' => 'comment_admin',
24091   'page_arguments' => 'a:0:{}',
24092   'delivery_callback' => '',
24093   'fit' => '7',
24094   'number_parts' => '3',
24095   'context' => '1',
24096   'tab_parent' => 'admin/content',
24097   'tab_root' => 'admin/content',
24098   'title' => 'Comments',
24099   'title_callback' => 't',
24100   'title_arguments' => '',
24101   'theme_callback' => '',
24102   'theme_arguments' => 'a:0:{}',
24103   'type' => '134',
24104   'description' => 'List and edit site comments and the comment approval queue.',
24105   'position' => '',
24106   'weight' => '0',
24107   'include_file' => 'modules/comment/comment.admin.inc',
24108 ))
24109 ->values(array(
24110   'path' => 'admin/content/comment/approval',
24111   'load_functions' => '',
24112   'to_arg_functions' => '',
24113   'access_callback' => 'user_access',
24114   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
24115   'page_callback' => 'comment_admin',
24116   'page_arguments' => 'a:1:{i:0;s:8:"approval";}',
24117   'delivery_callback' => '',
24118   'fit' => '15',
24119   'number_parts' => '4',
24120   'context' => '1',
24121   'tab_parent' => 'admin/content/comment',
24122   'tab_root' => 'admin/content',
24123   'title' => 'Unapproved comments',
24124   'title_callback' => 'comment_count_unpublished',
24125   'title_arguments' => '',
24126   'theme_callback' => '',
24127   'theme_arguments' => 'a:0:{}',
24128   'type' => '132',
24129   'description' => '',
24130   'position' => '',
24131   'weight' => '0',
24132   'include_file' => 'modules/comment/comment.admin.inc',
24133 ))
24134 ->values(array(
24135   'path' => 'admin/content/comment/new',
24136   'load_functions' => '',
24137   'to_arg_functions' => '',
24138   'access_callback' => 'user_access',
24139   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
24140   'page_callback' => 'comment_admin',
24141   'page_arguments' => 'a:0:{}',
24142   'delivery_callback' => '',
24143   'fit' => '15',
24144   'number_parts' => '4',
24145   'context' => '1',
24146   'tab_parent' => 'admin/content/comment',
24147   'tab_root' => 'admin/content',
24148   'title' => 'Published comments',
24149   'title_callback' => 't',
24150   'title_arguments' => '',
24151   'theme_callback' => '',
24152   'theme_arguments' => 'a:0:{}',
24153   'type' => '140',
24154   'description' => '',
24155   'position' => '',
24156   'weight' => '-10',
24157   'include_file' => 'modules/comment/comment.admin.inc',
24158 ))
24159 ->values(array(
24160   'path' => 'admin/content/node',
24161   'load_functions' => '',
24162   'to_arg_functions' => '',
24163   'access_callback' => 'user_access',
24164   'access_arguments' => 'a:1:{i:0;s:23:"access content overview";}',
24165   'page_callback' => 'drupal_get_form',
24166   'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}',
24167   'delivery_callback' => '',
24168   'fit' => '7',
24169   'number_parts' => '3',
24170   'context' => '1',
24171   'tab_parent' => 'admin/content',
24172   'tab_root' => 'admin/content',
24173   'title' => 'Content',
24174   'title_callback' => 't',
24175   'title_arguments' => '',
24176   'theme_callback' => '',
24177   'theme_arguments' => 'a:0:{}',
24178   'type' => '140',
24179   'description' => '',
24180   'position' => '',
24181   'weight' => '-10',
24182   'include_file' => 'modules/node/node.admin.inc',
24183 ))
24184 ->values(array(
24185   'path' => 'admin/help',
24186   'load_functions' => '',
24187   'to_arg_functions' => '',
24188   'access_callback' => 'user_access',
24189   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24190   'page_callback' => 'help_main',
24191   'page_arguments' => 'a:0:{}',
24192   'delivery_callback' => '',
24193   'fit' => '3',
24194   'number_parts' => '2',
24195   'context' => '0',
24196   'tab_parent' => '',
24197   'tab_root' => 'admin/help',
24198   'title' => 'Help',
24199   'title_callback' => 't',
24200   'title_arguments' => '',
24201   'theme_callback' => '',
24202   'theme_arguments' => 'a:0:{}',
24203   'type' => '6',
24204   'description' => 'Reference for usage, configuration, and modules.',
24205   'position' => '',
24206   'weight' => '9',
24207   'include_file' => 'modules/help/help.admin.inc',
24208 ))
24209 ->values(array(
24210   'path' => 'admin/help/aggregator',
24211   'load_functions' => '',
24212   'to_arg_functions' => '',
24213   'access_callback' => 'user_access',
24214   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24215   'page_callback' => 'help_page',
24216   'page_arguments' => 'a:1:{i:0;i:2;}',
24217   'delivery_callback' => '',
24218   'fit' => '7',
24219   'number_parts' => '3',
24220   'context' => '0',
24221   'tab_parent' => '',
24222   'tab_root' => 'admin/help/aggregator',
24223   'title' => 'aggregator',
24224   'title_callback' => 't',
24225   'title_arguments' => '',
24226   'theme_callback' => '',
24227   'theme_arguments' => 'a:0:{}',
24228   'type' => '4',
24229   'description' => '',
24230   'position' => '',
24231   'weight' => '0',
24232   'include_file' => 'modules/help/help.admin.inc',
24233 ))
24234 ->values(array(
24235   'path' => 'admin/help/block',
24236   'load_functions' => '',
24237   'to_arg_functions' => '',
24238   'access_callback' => 'user_access',
24239   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24240   'page_callback' => 'help_page',
24241   'page_arguments' => 'a:1:{i:0;i:2;}',
24242   'delivery_callback' => '',
24243   'fit' => '7',
24244   'number_parts' => '3',
24245   'context' => '0',
24246   'tab_parent' => '',
24247   'tab_root' => 'admin/help/block',
24248   'title' => 'block',
24249   'title_callback' => 't',
24250   'title_arguments' => '',
24251   'theme_callback' => '',
24252   'theme_arguments' => 'a:0:{}',
24253   'type' => '4',
24254   'description' => '',
24255   'position' => '',
24256   'weight' => '0',
24257   'include_file' => 'modules/help/help.admin.inc',
24258 ))
24259 ->values(array(
24260   'path' => 'admin/help/blog',
24261   'load_functions' => '',
24262   'to_arg_functions' => '',
24263   'access_callback' => 'user_access',
24264   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24265   'page_callback' => 'help_page',
24266   'page_arguments' => 'a:1:{i:0;i:2;}',
24267   'delivery_callback' => '',
24268   'fit' => '7',
24269   'number_parts' => '3',
24270   'context' => '0',
24271   'tab_parent' => '',
24272   'tab_root' => 'admin/help/blog',
24273   'title' => 'blog',
24274   'title_callback' => 't',
24275   'title_arguments' => '',
24276   'theme_callback' => '',
24277   'theme_arguments' => 'a:0:{}',
24278   'type' => '4',
24279   'description' => '',
24280   'position' => '',
24281   'weight' => '0',
24282   'include_file' => 'modules/help/help.admin.inc',
24283 ))
24284 ->values(array(
24285   'path' => 'admin/help/book',
24286   'load_functions' => '',
24287   'to_arg_functions' => '',
24288   'access_callback' => 'user_access',
24289   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24290   'page_callback' => 'help_page',
24291   'page_arguments' => 'a:1:{i:0;i:2;}',
24292   'delivery_callback' => '',
24293   'fit' => '7',
24294   'number_parts' => '3',
24295   'context' => '0',
24296   'tab_parent' => '',
24297   'tab_root' => 'admin/help/book',
24298   'title' => 'book',
24299   'title_callback' => 't',
24300   'title_arguments' => '',
24301   'theme_callback' => '',
24302   'theme_arguments' => 'a:0:{}',
24303   'type' => '4',
24304   'description' => '',
24305   'position' => '',
24306   'weight' => '0',
24307   'include_file' => 'modules/help/help.admin.inc',
24308 ))
24309 ->values(array(
24310   'path' => 'admin/help/color',
24311   'load_functions' => '',
24312   'to_arg_functions' => '',
24313   'access_callback' => 'user_access',
24314   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24315   'page_callback' => 'help_page',
24316   'page_arguments' => 'a:1:{i:0;i:2;}',
24317   'delivery_callback' => '',
24318   'fit' => '7',
24319   'number_parts' => '3',
24320   'context' => '0',
24321   'tab_parent' => '',
24322   'tab_root' => 'admin/help/color',
24323   'title' => 'color',
24324   'title_callback' => 't',
24325   'title_arguments' => '',
24326   'theme_callback' => '',
24327   'theme_arguments' => 'a:0:{}',
24328   'type' => '4',
24329   'description' => '',
24330   'position' => '',
24331   'weight' => '0',
24332   'include_file' => 'modules/help/help.admin.inc',
24333 ))
24334 ->values(array(
24335   'path' => 'admin/help/comment',
24336   'load_functions' => '',
24337   'to_arg_functions' => '',
24338   'access_callback' => 'user_access',
24339   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24340   'page_callback' => 'help_page',
24341   'page_arguments' => 'a:1:{i:0;i:2;}',
24342   'delivery_callback' => '',
24343   'fit' => '7',
24344   'number_parts' => '3',
24345   'context' => '0',
24346   'tab_parent' => '',
24347   'tab_root' => 'admin/help/comment',
24348   'title' => 'comment',
24349   'title_callback' => 't',
24350   'title_arguments' => '',
24351   'theme_callback' => '',
24352   'theme_arguments' => 'a:0:{}',
24353   'type' => '4',
24354   'description' => '',
24355   'position' => '',
24356   'weight' => '0',
24357   'include_file' => 'modules/help/help.admin.inc',
24358 ))
24359 ->values(array(
24360   'path' => 'admin/help/contact',
24361   'load_functions' => '',
24362   'to_arg_functions' => '',
24363   'access_callback' => 'user_access',
24364   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24365   'page_callback' => 'help_page',
24366   'page_arguments' => 'a:1:{i:0;i:2;}',
24367   'delivery_callback' => '',
24368   'fit' => '7',
24369   'number_parts' => '3',
24370   'context' => '0',
24371   'tab_parent' => '',
24372   'tab_root' => 'admin/help/contact',
24373   'title' => 'contact',
24374   'title_callback' => 't',
24375   'title_arguments' => '',
24376   'theme_callback' => '',
24377   'theme_arguments' => 'a:0:{}',
24378   'type' => '4',
24379   'description' => '',
24380   'position' => '',
24381   'weight' => '0',
24382   'include_file' => 'modules/help/help.admin.inc',
24383 ))
24384 ->values(array(
24385   'path' => 'admin/help/contextual',
24386   'load_functions' => '',
24387   'to_arg_functions' => '',
24388   'access_callback' => 'user_access',
24389   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24390   'page_callback' => 'help_page',
24391   'page_arguments' => 'a:1:{i:0;i:2;}',
24392   'delivery_callback' => '',
24393   'fit' => '7',
24394   'number_parts' => '3',
24395   'context' => '0',
24396   'tab_parent' => '',
24397   'tab_root' => 'admin/help/contextual',
24398   'title' => 'contextual',
24399   'title_callback' => 't',
24400   'title_arguments' => '',
24401   'theme_callback' => '',
24402   'theme_arguments' => 'a:0:{}',
24403   'type' => '4',
24404   'description' => '',
24405   'position' => '',
24406   'weight' => '0',
24407   'include_file' => 'modules/help/help.admin.inc',
24408 ))
24409 ->values(array(
24410   'path' => 'admin/help/date',
24411   'load_functions' => '',
24412   'to_arg_functions' => '',
24413   'access_callback' => 'user_access',
24414   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24415   'page_callback' => 'help_page',
24416   'page_arguments' => 'a:1:{i:0;i:2;}',
24417   'delivery_callback' => '',
24418   'fit' => '7',
24419   'number_parts' => '3',
24420   'context' => '0',
24421   'tab_parent' => '',
24422   'tab_root' => 'admin/help/date',
24423   'title' => 'date',
24424   'title_callback' => 't',
24425   'title_arguments' => '',
24426   'theme_callback' => '',
24427   'theme_arguments' => 'a:0:{}',
24428   'type' => '4',
24429   'description' => '',
24430   'position' => '',
24431   'weight' => '0',
24432   'include_file' => 'modules/help/help.admin.inc',
24433 ))
24434 ->values(array(
24435   'path' => 'admin/help/dblog',
24436   'load_functions' => '',
24437   'to_arg_functions' => '',
24438   'access_callback' => 'user_access',
24439   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24440   'page_callback' => 'help_page',
24441   'page_arguments' => 'a:1:{i:0;i:2;}',
24442   'delivery_callback' => '',
24443   'fit' => '7',
24444   'number_parts' => '3',
24445   'context' => '0',
24446   'tab_parent' => '',
24447   'tab_root' => 'admin/help/dblog',
24448   'title' => 'dblog',
24449   'title_callback' => 't',
24450   'title_arguments' => '',
24451   'theme_callback' => '',
24452   'theme_arguments' => 'a:0:{}',
24453   'type' => '4',
24454   'description' => '',
24455   'position' => '',
24456   'weight' => '0',
24457   'include_file' => 'modules/help/help.admin.inc',
24458 ))
24459 ->values(array(
24460   'path' => 'admin/help/field',
24461   'load_functions' => '',
24462   'to_arg_functions' => '',
24463   'access_callback' => 'user_access',
24464   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24465   'page_callback' => 'help_page',
24466   'page_arguments' => 'a:1:{i:0;i:2;}',
24467   'delivery_callback' => '',
24468   'fit' => '7',
24469   'number_parts' => '3',
24470   'context' => '0',
24471   'tab_parent' => '',
24472   'tab_root' => 'admin/help/field',
24473   'title' => 'field',
24474   'title_callback' => 't',
24475   'title_arguments' => '',
24476   'theme_callback' => '',
24477   'theme_arguments' => 'a:0:{}',
24478   'type' => '4',
24479   'description' => '',
24480   'position' => '',
24481   'weight' => '0',
24482   'include_file' => 'modules/help/help.admin.inc',
24483 ))
24484 ->values(array(
24485   'path' => 'admin/help/field_sql_storage',
24486   'load_functions' => '',
24487   'to_arg_functions' => '',
24488   'access_callback' => 'user_access',
24489   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24490   'page_callback' => 'help_page',
24491   'page_arguments' => 'a:1:{i:0;i:2;}',
24492   'delivery_callback' => '',
24493   'fit' => '7',
24494   'number_parts' => '3',
24495   'context' => '0',
24496   'tab_parent' => '',
24497   'tab_root' => 'admin/help/field_sql_storage',
24498   'title' => 'field_sql_storage',
24499   'title_callback' => 't',
24500   'title_arguments' => '',
24501   'theme_callback' => '',
24502   'theme_arguments' => 'a:0:{}',
24503   'type' => '4',
24504   'description' => '',
24505   'position' => '',
24506   'weight' => '0',
24507   'include_file' => 'modules/help/help.admin.inc',
24508 ))
24509 ->values(array(
24510   'path' => 'admin/help/field_ui',
24511   'load_functions' => '',
24512   'to_arg_functions' => '',
24513   'access_callback' => 'user_access',
24514   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24515   'page_callback' => 'help_page',
24516   'page_arguments' => 'a:1:{i:0;i:2;}',
24517   'delivery_callback' => '',
24518   'fit' => '7',
24519   'number_parts' => '3',
24520   'context' => '0',
24521   'tab_parent' => '',
24522   'tab_root' => 'admin/help/field_ui',
24523   'title' => 'field_ui',
24524   'title_callback' => 't',
24525   'title_arguments' => '',
24526   'theme_callback' => '',
24527   'theme_arguments' => 'a:0:{}',
24528   'type' => '4',
24529   'description' => '',
24530   'position' => '',
24531   'weight' => '0',
24532   'include_file' => 'modules/help/help.admin.inc',
24533 ))
24534 ->values(array(
24535   'path' => 'admin/help/file',
24536   'load_functions' => '',
24537   'to_arg_functions' => '',
24538   'access_callback' => 'user_access',
24539   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24540   'page_callback' => 'help_page',
24541   'page_arguments' => 'a:1:{i:0;i:2;}',
24542   'delivery_callback' => '',
24543   'fit' => '7',
24544   'number_parts' => '3',
24545   'context' => '0',
24546   'tab_parent' => '',
24547   'tab_root' => 'admin/help/file',
24548   'title' => 'file',
24549   'title_callback' => 't',
24550   'title_arguments' => '',
24551   'theme_callback' => '',
24552   'theme_arguments' => 'a:0:{}',
24553   'type' => '4',
24554   'description' => '',
24555   'position' => '',
24556   'weight' => '0',
24557   'include_file' => 'modules/help/help.admin.inc',
24558 ))
24559 ->values(array(
24560   'path' => 'admin/help/filter',
24561   'load_functions' => '',
24562   'to_arg_functions' => '',
24563   'access_callback' => 'user_access',
24564   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24565   'page_callback' => 'help_page',
24566   'page_arguments' => 'a:1:{i:0;i:2;}',
24567   'delivery_callback' => '',
24568   'fit' => '7',
24569   'number_parts' => '3',
24570   'context' => '0',
24571   'tab_parent' => '',
24572   'tab_root' => 'admin/help/filter',
24573   'title' => 'filter',
24574   'title_callback' => 't',
24575   'title_arguments' => '',
24576   'theme_callback' => '',
24577   'theme_arguments' => 'a:0:{}',
24578   'type' => '4',
24579   'description' => '',
24580   'position' => '',
24581   'weight' => '0',
24582   'include_file' => 'modules/help/help.admin.inc',
24583 ))
24584 ->values(array(
24585   'path' => 'admin/help/forum',
24586   'load_functions' => '',
24587   'to_arg_functions' => '',
24588   'access_callback' => 'user_access',
24589   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24590   'page_callback' => 'help_page',
24591   'page_arguments' => 'a:1:{i:0;i:2;}',
24592   'delivery_callback' => '',
24593   'fit' => '7',
24594   'number_parts' => '3',
24595   'context' => '0',
24596   'tab_parent' => '',
24597   'tab_root' => 'admin/help/forum',
24598   'title' => 'forum',
24599   'title_callback' => 't',
24600   'title_arguments' => '',
24601   'theme_callback' => '',
24602   'theme_arguments' => 'a:0:{}',
24603   'type' => '4',
24604   'description' => '',
24605   'position' => '',
24606   'weight' => '0',
24607   'include_file' => 'modules/help/help.admin.inc',
24608 ))
24609 ->values(array(
24610   'path' => 'admin/help/help',
24611   'load_functions' => '',
24612   'to_arg_functions' => '',
24613   'access_callback' => 'user_access',
24614   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24615   'page_callback' => 'help_page',
24616   'page_arguments' => 'a:1:{i:0;i:2;}',
24617   'delivery_callback' => '',
24618   'fit' => '7',
24619   'number_parts' => '3',
24620   'context' => '0',
24621   'tab_parent' => '',
24622   'tab_root' => 'admin/help/help',
24623   'title' => 'help',
24624   'title_callback' => 't',
24625   'title_arguments' => '',
24626   'theme_callback' => '',
24627   'theme_arguments' => 'a:0:{}',
24628   'type' => '4',
24629   'description' => '',
24630   'position' => '',
24631   'weight' => '0',
24632   'include_file' => 'modules/help/help.admin.inc',
24633 ))
24634 ->values(array(
24635   'path' => 'admin/help/image',
24636   'load_functions' => '',
24637   'to_arg_functions' => '',
24638   'access_callback' => 'user_access',
24639   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24640   'page_callback' => 'help_page',
24641   'page_arguments' => 'a:1:{i:0;i:2;}',
24642   'delivery_callback' => '',
24643   'fit' => '7',
24644   'number_parts' => '3',
24645   'context' => '0',
24646   'tab_parent' => '',
24647   'tab_root' => 'admin/help/image',
24648   'title' => 'image',
24649   'title_callback' => 't',
24650   'title_arguments' => '',
24651   'theme_callback' => '',
24652   'theme_arguments' => 'a:0:{}',
24653   'type' => '4',
24654   'description' => '',
24655   'position' => '',
24656   'weight' => '0',
24657   'include_file' => 'modules/help/help.admin.inc',
24658 ))
24659 ->values(array(
24660   'path' => 'admin/help/list',
24661   'load_functions' => '',
24662   'to_arg_functions' => '',
24663   'access_callback' => 'user_access',
24664   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24665   'page_callback' => 'help_page',
24666   'page_arguments' => 'a:1:{i:0;i:2;}',
24667   'delivery_callback' => '',
24668   'fit' => '7',
24669   'number_parts' => '3',
24670   'context' => '0',
24671   'tab_parent' => '',
24672   'tab_root' => 'admin/help/list',
24673   'title' => 'list',
24674   'title_callback' => 't',
24675   'title_arguments' => '',
24676   'theme_callback' => '',
24677   'theme_arguments' => 'a:0:{}',
24678   'type' => '4',
24679   'description' => '',
24680   'position' => '',
24681   'weight' => '0',
24682   'include_file' => 'modules/help/help.admin.inc',
24683 ))
24684 ->values(array(
24685   'path' => 'admin/help/locale',
24686   'load_functions' => '',
24687   'to_arg_functions' => '',
24688   'access_callback' => 'user_access',
24689   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24690   'page_callback' => 'help_page',
24691   'page_arguments' => 'a:1:{i:0;i:2;}',
24692   'delivery_callback' => '',
24693   'fit' => '7',
24694   'number_parts' => '3',
24695   'context' => '0',
24696   'tab_parent' => '',
24697   'tab_root' => 'admin/help/locale',
24698   'title' => 'locale',
24699   'title_callback' => 't',
24700   'title_arguments' => '',
24701   'theme_callback' => '',
24702   'theme_arguments' => 'a:0:{}',
24703   'type' => '4',
24704   'description' => '',
24705   'position' => '',
24706   'weight' => '0',
24707   'include_file' => 'modules/help/help.admin.inc',
24708 ))
24709 ->values(array(
24710   'path' => 'admin/help/menu',
24711   'load_functions' => '',
24712   'to_arg_functions' => '',
24713   'access_callback' => 'user_access',
24714   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24715   'page_callback' => 'help_page',
24716   'page_arguments' => 'a:1:{i:0;i:2;}',
24717   'delivery_callback' => '',
24718   'fit' => '7',
24719   'number_parts' => '3',
24720   'context' => '0',
24721   'tab_parent' => '',
24722   'tab_root' => 'admin/help/menu',
24723   'title' => 'menu',
24724   'title_callback' => 't',
24725   'title_arguments' => '',
24726   'theme_callback' => '',
24727   'theme_arguments' => 'a:0:{}',
24728   'type' => '4',
24729   'description' => '',
24730   'position' => '',
24731   'weight' => '0',
24732   'include_file' => 'modules/help/help.admin.inc',
24733 ))
24734 ->values(array(
24735   'path' => 'admin/help/node',
24736   'load_functions' => '',
24737   'to_arg_functions' => '',
24738   'access_callback' => 'user_access',
24739   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24740   'page_callback' => 'help_page',
24741   'page_arguments' => 'a:1:{i:0;i:2;}',
24742   'delivery_callback' => '',
24743   'fit' => '7',
24744   'number_parts' => '3',
24745   'context' => '0',
24746   'tab_parent' => '',
24747   'tab_root' => 'admin/help/node',
24748   'title' => 'node',
24749   'title_callback' => 't',
24750   'title_arguments' => '',
24751   'theme_callback' => '',
24752   'theme_arguments' => 'a:0:{}',
24753   'type' => '4',
24754   'description' => '',
24755   'position' => '',
24756   'weight' => '0',
24757   'include_file' => 'modules/help/help.admin.inc',
24758 ))
24759 ->values(array(
24760   'path' => 'admin/help/number',
24761   'load_functions' => '',
24762   'to_arg_functions' => '',
24763   'access_callback' => 'user_access',
24764   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24765   'page_callback' => 'help_page',
24766   'page_arguments' => 'a:1:{i:0;i:2;}',
24767   'delivery_callback' => '',
24768   'fit' => '7',
24769   'number_parts' => '3',
24770   'context' => '0',
24771   'tab_parent' => '',
24772   'tab_root' => 'admin/help/number',
24773   'title' => 'number',
24774   'title_callback' => 't',
24775   'title_arguments' => '',
24776   'theme_callback' => '',
24777   'theme_arguments' => 'a:0:{}',
24778   'type' => '4',
24779   'description' => '',
24780   'position' => '',
24781   'weight' => '0',
24782   'include_file' => 'modules/help/help.admin.inc',
24783 ))
24784 ->values(array(
24785   'path' => 'admin/help/options',
24786   'load_functions' => '',
24787   'to_arg_functions' => '',
24788   'access_callback' => 'user_access',
24789   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24790   'page_callback' => 'help_page',
24791   'page_arguments' => 'a:1:{i:0;i:2;}',
24792   'delivery_callback' => '',
24793   'fit' => '7',
24794   'number_parts' => '3',
24795   'context' => '0',
24796   'tab_parent' => '',
24797   'tab_root' => 'admin/help/options',
24798   'title' => 'options',
24799   'title_callback' => 't',
24800   'title_arguments' => '',
24801   'theme_callback' => '',
24802   'theme_arguments' => 'a:0:{}',
24803   'type' => '4',
24804   'description' => '',
24805   'position' => '',
24806   'weight' => '0',
24807   'include_file' => 'modules/help/help.admin.inc',
24808 ))
24809 ->values(array(
24810   'path' => 'admin/help/path',
24811   'load_functions' => '',
24812   'to_arg_functions' => '',
24813   'access_callback' => 'user_access',
24814   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24815   'page_callback' => 'help_page',
24816   'page_arguments' => 'a:1:{i:0;i:2;}',
24817   'delivery_callback' => '',
24818   'fit' => '7',
24819   'number_parts' => '3',
24820   'context' => '0',
24821   'tab_parent' => '',
24822   'tab_root' => 'admin/help/path',
24823   'title' => 'path',
24824   'title_callback' => 't',
24825   'title_arguments' => '',
24826   'theme_callback' => '',
24827   'theme_arguments' => 'a:0:{}',
24828   'type' => '4',
24829   'description' => '',
24830   'position' => '',
24831   'weight' => '0',
24832   'include_file' => 'modules/help/help.admin.inc',
24833 ))
24834 ->values(array(
24835   'path' => 'admin/help/php',
24836   'load_functions' => '',
24837   'to_arg_functions' => '',
24838   'access_callback' => 'user_access',
24839   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24840   'page_callback' => 'help_page',
24841   'page_arguments' => 'a:1:{i:0;i:2;}',
24842   'delivery_callback' => '',
24843   'fit' => '7',
24844   'number_parts' => '3',
24845   'context' => '0',
24846   'tab_parent' => '',
24847   'tab_root' => 'admin/help/php',
24848   'title' => 'php',
24849   'title_callback' => 't',
24850   'title_arguments' => '',
24851   'theme_callback' => '',
24852   'theme_arguments' => 'a:0:{}',
24853   'type' => '4',
24854   'description' => '',
24855   'position' => '',
24856   'weight' => '0',
24857   'include_file' => 'modules/help/help.admin.inc',
24858 ))
24859 ->values(array(
24860   'path' => 'admin/help/rdf',
24861   'load_functions' => '',
24862   'to_arg_functions' => '',
24863   'access_callback' => 'user_access',
24864   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24865   'page_callback' => 'help_page',
24866   'page_arguments' => 'a:1:{i:0;i:2;}',
24867   'delivery_callback' => '',
24868   'fit' => '7',
24869   'number_parts' => '3',
24870   'context' => '0',
24871   'tab_parent' => '',
24872   'tab_root' => 'admin/help/rdf',
24873   'title' => 'rdf',
24874   'title_callback' => 't',
24875   'title_arguments' => '',
24876   'theme_callback' => '',
24877   'theme_arguments' => 'a:0:{}',
24878   'type' => '4',
24879   'description' => '',
24880   'position' => '',
24881   'weight' => '0',
24882   'include_file' => 'modules/help/help.admin.inc',
24883 ))
24884 ->values(array(
24885   'path' => 'admin/help/search',
24886   'load_functions' => '',
24887   'to_arg_functions' => '',
24888   'access_callback' => 'user_access',
24889   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24890   'page_callback' => 'help_page',
24891   'page_arguments' => 'a:1:{i:0;i:2;}',
24892   'delivery_callback' => '',
24893   'fit' => '7',
24894   'number_parts' => '3',
24895   'context' => '0',
24896   'tab_parent' => '',
24897   'tab_root' => 'admin/help/search',
24898   'title' => 'search',
24899   'title_callback' => 't',
24900   'title_arguments' => '',
24901   'theme_callback' => '',
24902   'theme_arguments' => 'a:0:{}',
24903   'type' => '4',
24904   'description' => '',
24905   'position' => '',
24906   'weight' => '0',
24907   'include_file' => 'modules/help/help.admin.inc',
24908 ))
24909 ->values(array(
24910   'path' => 'admin/help/shortcut',
24911   'load_functions' => '',
24912   'to_arg_functions' => '',
24913   'access_callback' => 'user_access',
24914   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24915   'page_callback' => 'help_page',
24916   'page_arguments' => 'a:1:{i:0;i:2;}',
24917   'delivery_callback' => '',
24918   'fit' => '7',
24919   'number_parts' => '3',
24920   'context' => '0',
24921   'tab_parent' => '',
24922   'tab_root' => 'admin/help/shortcut',
24923   'title' => 'shortcut',
24924   'title_callback' => 't',
24925   'title_arguments' => '',
24926   'theme_callback' => '',
24927   'theme_arguments' => 'a:0:{}',
24928   'type' => '4',
24929   'description' => '',
24930   'position' => '',
24931   'weight' => '0',
24932   'include_file' => 'modules/help/help.admin.inc',
24933 ))
24934 ->values(array(
24935   'path' => 'admin/help/simpletest',
24936   'load_functions' => '',
24937   'to_arg_functions' => '',
24938   'access_callback' => 'user_access',
24939   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24940   'page_callback' => 'help_page',
24941   'page_arguments' => 'a:1:{i:0;i:2;}',
24942   'delivery_callback' => '',
24943   'fit' => '7',
24944   'number_parts' => '3',
24945   'context' => '0',
24946   'tab_parent' => '',
24947   'tab_root' => 'admin/help/simpletest',
24948   'title' => 'simpletest',
24949   'title_callback' => 't',
24950   'title_arguments' => '',
24951   'theme_callback' => '',
24952   'theme_arguments' => 'a:0:{}',
24953   'type' => '4',
24954   'description' => '',
24955   'position' => '',
24956   'weight' => '0',
24957   'include_file' => 'modules/help/help.admin.inc',
24958 ))
24959 ->values(array(
24960   'path' => 'admin/help/statistics',
24961   'load_functions' => '',
24962   'to_arg_functions' => '',
24963   'access_callback' => 'user_access',
24964   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24965   'page_callback' => 'help_page',
24966   'page_arguments' => 'a:1:{i:0;i:2;}',
24967   'delivery_callback' => '',
24968   'fit' => '7',
24969   'number_parts' => '3',
24970   'context' => '0',
24971   'tab_parent' => '',
24972   'tab_root' => 'admin/help/statistics',
24973   'title' => 'statistics',
24974   'title_callback' => 't',
24975   'title_arguments' => '',
24976   'theme_callback' => '',
24977   'theme_arguments' => 'a:0:{}',
24978   'type' => '4',
24979   'description' => '',
24980   'position' => '',
24981   'weight' => '0',
24982   'include_file' => 'modules/help/help.admin.inc',
24983 ))
24984 ->values(array(
24985   'path' => 'admin/help/syslog',
24986   'load_functions' => '',
24987   'to_arg_functions' => '',
24988   'access_callback' => 'user_access',
24989   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24990   'page_callback' => 'help_page',
24991   'page_arguments' => 'a:1:{i:0;i:2;}',
24992   'delivery_callback' => '',
24993   'fit' => '7',
24994   'number_parts' => '3',
24995   'context' => '0',
24996   'tab_parent' => '',
24997   'tab_root' => 'admin/help/syslog',
24998   'title' => 'syslog',
24999   'title_callback' => 't',
25000   'title_arguments' => '',
25001   'theme_callback' => '',
25002   'theme_arguments' => 'a:0:{}',
25003   'type' => '4',
25004   'description' => '',
25005   'position' => '',
25006   'weight' => '0',
25007   'include_file' => 'modules/help/help.admin.inc',
25008 ))
25009 ->values(array(
25010   'path' => 'admin/help/system',
25011   'load_functions' => '',
25012   'to_arg_functions' => '',
25013   'access_callback' => 'user_access',
25014   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25015   'page_callback' => 'help_page',
25016   'page_arguments' => 'a:1:{i:0;i:2;}',
25017   'delivery_callback' => '',
25018   'fit' => '7',
25019   'number_parts' => '3',
25020   'context' => '0',
25021   'tab_parent' => '',
25022   'tab_root' => 'admin/help/system',
25023   'title' => 'system',
25024   'title_callback' => 't',
25025   'title_arguments' => '',
25026   'theme_callback' => '',
25027   'theme_arguments' => 'a:0:{}',
25028   'type' => '4',
25029   'description' => '',
25030   'position' => '',
25031   'weight' => '0',
25032   'include_file' => 'modules/help/help.admin.inc',
25033 ))
25034 ->values(array(
25035   'path' => 'admin/help/taxonomy',
25036   'load_functions' => '',
25037   'to_arg_functions' => '',
25038   'access_callback' => 'user_access',
25039   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25040   'page_callback' => 'help_page',
25041   'page_arguments' => 'a:1:{i:0;i:2;}',
25042   'delivery_callback' => '',
25043   'fit' => '7',
25044   'number_parts' => '3',
25045   'context' => '0',
25046   'tab_parent' => '',
25047   'tab_root' => 'admin/help/taxonomy',
25048   'title' => 'taxonomy',
25049   'title_callback' => 't',
25050   'title_arguments' => '',
25051   'theme_callback' => '',
25052   'theme_arguments' => 'a:0:{}',
25053   'type' => '4',
25054   'description' => '',
25055   'position' => '',
25056   'weight' => '0',
25057   'include_file' => 'modules/help/help.admin.inc',
25058 ))
25059 ->values(array(
25060   'path' => 'admin/help/text',
25061   'load_functions' => '',
25062   'to_arg_functions' => '',
25063   'access_callback' => 'user_access',
25064   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25065   'page_callback' => 'help_page',
25066   'page_arguments' => 'a:1:{i:0;i:2;}',
25067   'delivery_callback' => '',
25068   'fit' => '7',
25069   'number_parts' => '3',
25070   'context' => '0',
25071   'tab_parent' => '',
25072   'tab_root' => 'admin/help/text',
25073   'title' => 'text',
25074   'title_callback' => 't',
25075   'title_arguments' => '',
25076   'theme_callback' => '',
25077   'theme_arguments' => 'a:0:{}',
25078   'type' => '4',
25079   'description' => '',
25080   'position' => '',
25081   'weight' => '0',
25082   'include_file' => 'modules/help/help.admin.inc',
25083 ))
25084 ->values(array(
25085   'path' => 'admin/help/toolbar',
25086   'load_functions' => '',
25087   'to_arg_functions' => '',
25088   'access_callback' => 'user_access',
25089   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25090   'page_callback' => 'help_page',
25091   'page_arguments' => 'a:1:{i:0;i:2;}',
25092   'delivery_callback' => '',
25093   'fit' => '7',
25094   'number_parts' => '3',
25095   'context' => '0',
25096   'tab_parent' => '',
25097   'tab_root' => 'admin/help/toolbar',
25098   'title' => 'toolbar',
25099   'title_callback' => 't',
25100   'title_arguments' => '',
25101   'theme_callback' => '',
25102   'theme_arguments' => 'a:0:{}',
25103   'type' => '4',
25104   'description' => '',
25105   'position' => '',
25106   'weight' => '0',
25107   'include_file' => 'modules/help/help.admin.inc',
25108 ))
25109 ->values(array(
25110   'path' => 'admin/help/tracker',
25111   'load_functions' => '',
25112   'to_arg_functions' => '',
25113   'access_callback' => 'user_access',
25114   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25115   'page_callback' => 'help_page',
25116   'page_arguments' => 'a:1:{i:0;i:2;}',
25117   'delivery_callback' => '',
25118   'fit' => '7',
25119   'number_parts' => '3',
25120   'context' => '0',
25121   'tab_parent' => '',
25122   'tab_root' => 'admin/help/tracker',
25123   'title' => 'tracker',
25124   'title_callback' => 't',
25125   'title_arguments' => '',
25126   'theme_callback' => '',
25127   'theme_arguments' => 'a:0:{}',
25128   'type' => '4',
25129   'description' => '',
25130   'position' => '',
25131   'weight' => '0',
25132   'include_file' => 'modules/help/help.admin.inc',
25133 ))
25134 ->values(array(
25135   'path' => 'admin/help/translation',
25136   'load_functions' => '',
25137   'to_arg_functions' => '',
25138   'access_callback' => 'user_access',
25139   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25140   'page_callback' => 'help_page',
25141   'page_arguments' => 'a:1:{i:0;i:2;}',
25142   'delivery_callback' => '',
25143   'fit' => '7',
25144   'number_parts' => '3',
25145   'context' => '0',
25146   'tab_parent' => '',
25147   'tab_root' => 'admin/help/translation',
25148   'title' => 'translation',
25149   'title_callback' => 't',
25150   'title_arguments' => '',
25151   'theme_callback' => '',
25152   'theme_arguments' => 'a:0:{}',
25153   'type' => '4',
25154   'description' => '',
25155   'position' => '',
25156   'weight' => '0',
25157   'include_file' => 'modules/help/help.admin.inc',
25158 ))
25159 ->values(array(
25160   'path' => 'admin/help/trigger',
25161   'load_functions' => '',
25162   'to_arg_functions' => '',
25163   'access_callback' => 'user_access',
25164   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25165   'page_callback' => 'help_page',
25166   'page_arguments' => 'a:1:{i:0;i:2;}',
25167   'delivery_callback' => '',
25168   'fit' => '7',
25169   'number_parts' => '3',
25170   'context' => '0',
25171   'tab_parent' => '',
25172   'tab_root' => 'admin/help/trigger',
25173   'title' => 'trigger',
25174   'title_callback' => 't',
25175   'title_arguments' => '',
25176   'theme_callback' => '',
25177   'theme_arguments' => 'a:0:{}',
25178   'type' => '4',
25179   'description' => '',
25180   'position' => '',
25181   'weight' => '0',
25182   'include_file' => 'modules/help/help.admin.inc',
25183 ))
25184 ->values(array(
25185   'path' => 'admin/help/update',
25186   'load_functions' => '',
25187   'to_arg_functions' => '',
25188   'access_callback' => 'user_access',
25189   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25190   'page_callback' => 'help_page',
25191   'page_arguments' => 'a:1:{i:0;i:2;}',
25192   'delivery_callback' => '',
25193   'fit' => '7',
25194   'number_parts' => '3',
25195   'context' => '0',
25196   'tab_parent' => '',
25197   'tab_root' => 'admin/help/update',
25198   'title' => 'update',
25199   'title_callback' => 't',
25200   'title_arguments' => '',
25201   'theme_callback' => '',
25202   'theme_arguments' => 'a:0:{}',
25203   'type' => '4',
25204   'description' => '',
25205   'position' => '',
25206   'weight' => '0',
25207   'include_file' => 'modules/help/help.admin.inc',
25208 ))
25209 ->values(array(
25210   'path' => 'admin/help/user',
25211   'load_functions' => '',
25212   'to_arg_functions' => '',
25213   'access_callback' => 'user_access',
25214   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25215   'page_callback' => 'help_page',
25216   'page_arguments' => 'a:1:{i:0;i:2;}',
25217   'delivery_callback' => '',
25218   'fit' => '7',
25219   'number_parts' => '3',
25220   'context' => '0',
25221   'tab_parent' => '',
25222   'tab_root' => 'admin/help/user',
25223   'title' => 'user',
25224   'title_callback' => 't',
25225   'title_arguments' => '',
25226   'theme_callback' => '',
25227   'theme_arguments' => 'a:0:{}',
25228   'type' => '4',
25229   'description' => '',
25230   'position' => '',
25231   'weight' => '0',
25232   'include_file' => 'modules/help/help.admin.inc',
25233 ))
25234 ->values(array(
25235   'path' => 'admin/index',
25236   'load_functions' => '',
25237   'to_arg_functions' => '',
25238   'access_callback' => 'user_access',
25239   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25240   'page_callback' => 'system_admin_index',
25241   'page_arguments' => 'a:0:{}',
25242   'delivery_callback' => '',
25243   'fit' => '3',
25244   'number_parts' => '2',
25245   'context' => '1',
25246   'tab_parent' => 'admin',
25247   'tab_root' => 'admin',
25248   'title' => 'Index',
25249   'title_callback' => 't',
25250   'title_arguments' => '',
25251   'theme_callback' => '',
25252   'theme_arguments' => 'a:0:{}',
25253   'type' => '132',
25254   'description' => '',
25255   'position' => '',
25256   'weight' => '-18',
25257   'include_file' => 'modules/system/system.admin.inc',
25258 ))
25259 ->values(array(
25260   'path' => 'admin/modules',
25261   'load_functions' => '',
25262   'to_arg_functions' => '',
25263   'access_callback' => 'user_access',
25264   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
25265   'page_callback' => 'drupal_get_form',
25266   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
25267   'delivery_callback' => '',
25268   'fit' => '3',
25269   'number_parts' => '2',
25270   'context' => '0',
25271   'tab_parent' => '',
25272   'tab_root' => 'admin/modules',
25273   'title' => 'Modules',
25274   'title_callback' => 't',
25275   'title_arguments' => '',
25276   'theme_callback' => '',
25277   'theme_arguments' => 'a:0:{}',
25278   'type' => '6',
25279   'description' => 'Extend site functionality.',
25280   'position' => '',
25281   'weight' => '-2',
25282   'include_file' => 'modules/system/system.admin.inc',
25283 ))
25284 ->values(array(
25285   'path' => 'admin/modules/install',
25286   'load_functions' => '',
25287   'to_arg_functions' => '',
25288   'access_callback' => 'update_manager_access',
25289   'access_arguments' => 'a:0:{}',
25290   'page_callback' => 'drupal_get_form',
25291   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:6:"module";}',
25292   'delivery_callback' => '',
25293   'fit' => '7',
25294   'number_parts' => '3',
25295   'context' => '1',
25296   'tab_parent' => 'admin/modules',
25297   'tab_root' => 'admin/modules',
25298   'title' => 'Install new module',
25299   'title_callback' => 't',
25300   'title_arguments' => '',
25301   'theme_callback' => '',
25302   'theme_arguments' => 'a:0:{}',
25303   'type' => '388',
25304   'description' => '',
25305   'position' => '',
25306   'weight' => '25',
25307   'include_file' => 'modules/update/update.manager.inc',
25308 ))
25309 ->values(array(
25310   'path' => 'admin/modules/list',
25311   'load_functions' => '',
25312   'to_arg_functions' => '',
25313   'access_callback' => 'user_access',
25314   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
25315   'page_callback' => 'drupal_get_form',
25316   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
25317   'delivery_callback' => '',
25318   'fit' => '7',
25319   'number_parts' => '3',
25320   'context' => '1',
25321   'tab_parent' => 'admin/modules',
25322   'tab_root' => 'admin/modules',
25323   'title' => 'List',
25324   'title_callback' => 't',
25325   'title_arguments' => '',
25326   'theme_callback' => '',
25327   'theme_arguments' => 'a:0:{}',
25328   'type' => '140',
25329   'description' => '',
25330   'position' => '',
25331   'weight' => '0',
25332   'include_file' => 'modules/system/system.admin.inc',
25333 ))
25334 ->values(array(
25335   'path' => 'admin/modules/list/confirm',
25336   'load_functions' => '',
25337   'to_arg_functions' => '',
25338   'access_callback' => 'user_access',
25339   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
25340   'page_callback' => 'drupal_get_form',
25341   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
25342   'delivery_callback' => '',
25343   'fit' => '15',
25344   'number_parts' => '4',
25345   'context' => '0',
25346   'tab_parent' => '',
25347   'tab_root' => 'admin/modules/list/confirm',
25348   'title' => 'List',
25349   'title_callback' => 't',
25350   'title_arguments' => '',
25351   'theme_callback' => '',
25352   'theme_arguments' => 'a:0:{}',
25353   'type' => '4',
25354   'description' => '',
25355   'position' => '',
25356   'weight' => '0',
25357   'include_file' => 'modules/system/system.admin.inc',
25358 ))
25359 ->values(array(
25360   'path' => 'admin/modules/uninstall',
25361   'load_functions' => '',
25362   'to_arg_functions' => '',
25363   'access_callback' => 'user_access',
25364   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
25365   'page_callback' => 'drupal_get_form',
25366   'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
25367   'delivery_callback' => '',
25368   'fit' => '7',
25369   'number_parts' => '3',
25370   'context' => '1',
25371   'tab_parent' => 'admin/modules',
25372   'tab_root' => 'admin/modules',
25373   'title' => 'Uninstall',
25374   'title_callback' => 't',
25375   'title_arguments' => '',
25376   'theme_callback' => '',
25377   'theme_arguments' => 'a:0:{}',
25378   'type' => '132',
25379   'description' => '',
25380   'position' => '',
25381   'weight' => '20',
25382   'include_file' => 'modules/system/system.admin.inc',
25383 ))
25384 ->values(array(
25385   'path' => 'admin/modules/uninstall/confirm',
25386   'load_functions' => '',
25387   'to_arg_functions' => '',
25388   'access_callback' => 'user_access',
25389   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
25390   'page_callback' => 'drupal_get_form',
25391   'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
25392   'delivery_callback' => '',
25393   'fit' => '15',
25394   'number_parts' => '4',
25395   'context' => '0',
25396   'tab_parent' => '',
25397   'tab_root' => 'admin/modules/uninstall/confirm',
25398   'title' => 'Uninstall',
25399   'title_callback' => 't',
25400   'title_arguments' => '',
25401   'theme_callback' => '',
25402   'theme_arguments' => 'a:0:{}',
25403   'type' => '4',
25404   'description' => '',
25405   'position' => '',
25406   'weight' => '0',
25407   'include_file' => 'modules/system/system.admin.inc',
25408 ))
25409 ->values(array(
25410   'path' => 'admin/modules/update',
25411   'load_functions' => '',
25412   'to_arg_functions' => '',
25413   'access_callback' => 'update_manager_access',
25414   'access_arguments' => 'a:0:{}',
25415   'page_callback' => 'drupal_get_form',
25416   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:6:"module";}',
25417   'delivery_callback' => '',
25418   'fit' => '7',
25419   'number_parts' => '3',
25420   'context' => '1',
25421   'tab_parent' => 'admin/modules',
25422   'tab_root' => 'admin/modules',
25423   'title' => 'Update',
25424   'title_callback' => 't',
25425   'title_arguments' => '',
25426   'theme_callback' => '',
25427   'theme_arguments' => 'a:0:{}',
25428   'type' => '132',
25429   'description' => '',
25430   'position' => '',
25431   'weight' => '10',
25432   'include_file' => 'modules/update/update.manager.inc',
25433 ))
25434 ->values(array(
25435   'path' => 'admin/people',
25436   'load_functions' => '',
25437   'to_arg_functions' => '',
25438   'access_callback' => 'user_access',
25439   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
25440   'page_callback' => 'user_admin',
25441   'page_arguments' => 'a:1:{i:0;s:4:"list";}',
25442   'delivery_callback' => '',
25443   'fit' => '3',
25444   'number_parts' => '2',
25445   'context' => '0',
25446   'tab_parent' => '',
25447   'tab_root' => 'admin/people',
25448   'title' => 'People',
25449   'title_callback' => 't',
25450   'title_arguments' => '',
25451   'theme_callback' => '',
25452   'theme_arguments' => 'a:0:{}',
25453   'type' => '6',
25454   'description' => 'Manage user accounts, roles, and permissions.',
25455   'position' => 'left',
25456   'weight' => '-4',
25457   'include_file' => 'modules/user/user.admin.inc',
25458 ))
25459 ->values(array(
25460   'path' => 'admin/people/create',
25461   'load_functions' => '',
25462   'to_arg_functions' => '',
25463   'access_callback' => 'user_access',
25464   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
25465   'page_callback' => 'user_admin',
25466   'page_arguments' => 'a:1:{i:0;s:6:"create";}',
25467   'delivery_callback' => '',
25468   'fit' => '7',
25469   'number_parts' => '3',
25470   'context' => '1',
25471   'tab_parent' => 'admin/people',
25472   'tab_root' => 'admin/people',
25473   'title' => 'Add user',
25474   'title_callback' => 't',
25475   'title_arguments' => '',
25476   'theme_callback' => '',
25477   'theme_arguments' => 'a:0:{}',
25478   'type' => '388',
25479   'description' => '',
25480   'position' => '',
25481   'weight' => '0',
25482   'include_file' => 'modules/user/user.admin.inc',
25483 ))
25484 ->values(array(
25485   'path' => 'admin/people/people',
25486   'load_functions' => '',
25487   'to_arg_functions' => '',
25488   'access_callback' => 'user_access',
25489   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
25490   'page_callback' => 'user_admin',
25491   'page_arguments' => 'a:1:{i:0;s:4:"list";}',
25492   'delivery_callback' => '',
25493   'fit' => '7',
25494   'number_parts' => '3',
25495   'context' => '1',
25496   'tab_parent' => 'admin/people',
25497   'tab_root' => 'admin/people',
25498   'title' => 'List',
25499   'title_callback' => 't',
25500   'title_arguments' => '',
25501   'theme_callback' => '',
25502   'theme_arguments' => 'a:0:{}',
25503   'type' => '140',
25504   'description' => 'Find and manage people interacting with your site.',
25505   'position' => '',
25506   'weight' => '-10',
25507   'include_file' => 'modules/user/user.admin.inc',
25508 ))
25509 ->values(array(
25510   'path' => 'admin/people/permissions',
25511   'load_functions' => '',
25512   'to_arg_functions' => '',
25513   'access_callback' => 'user_access',
25514   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
25515   'page_callback' => 'drupal_get_form',
25516   'page_arguments' => 'a:1:{i:0;s:22:"user_admin_permissions";}',
25517   'delivery_callback' => '',
25518   'fit' => '7',
25519   'number_parts' => '3',
25520   'context' => '1',
25521   'tab_parent' => 'admin/people',
25522   'tab_root' => 'admin/people',
25523   'title' => 'Permissions',
25524   'title_callback' => 't',
25525   'title_arguments' => '',
25526   'theme_callback' => '',
25527   'theme_arguments' => 'a:0:{}',
25528   'type' => '132',
25529   'description' => 'Determine access to features by selecting permissions for roles.',
25530   'position' => '',
25531   'weight' => '0',
25532   'include_file' => 'modules/user/user.admin.inc',
25533 ))
25534 ->values(array(
25535   'path' => 'admin/people/permissions/list',
25536   'load_functions' => '',
25537   'to_arg_functions' => '',
25538   'access_callback' => 'user_access',
25539   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
25540   'page_callback' => 'drupal_get_form',
25541   'page_arguments' => 'a:1:{i:0;s:22:"user_admin_permissions";}',
25542   'delivery_callback' => '',
25543   'fit' => '15',
25544   'number_parts' => '4',
25545   'context' => '1',
25546   'tab_parent' => 'admin/people/permissions',
25547   'tab_root' => 'admin/people',
25548   'title' => 'Permissions',
25549   'title_callback' => 't',
25550   'title_arguments' => '',
25551   'theme_callback' => '',
25552   'theme_arguments' => 'a:0:{}',
25553   'type' => '140',
25554   'description' => 'Determine access to features by selecting permissions for roles.',
25555   'position' => '',
25556   'weight' => '-8',
25557   'include_file' => 'modules/user/user.admin.inc',
25558 ))
25559 ->values(array(
25560   'path' => 'admin/people/permissions/roles',
25561   'load_functions' => '',
25562   'to_arg_functions' => '',
25563   'access_callback' => 'user_access',
25564   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
25565   'page_callback' => 'drupal_get_form',
25566   'page_arguments' => 'a:1:{i:0;s:16:"user_admin_roles";}',
25567   'delivery_callback' => '',
25568   'fit' => '15',
25569   'number_parts' => '4',
25570   'context' => '1',
25571   'tab_parent' => 'admin/people/permissions',
25572   'tab_root' => 'admin/people',
25573   'title' => 'Roles',
25574   'title_callback' => 't',
25575   'title_arguments' => '',
25576   'theme_callback' => '',
25577   'theme_arguments' => 'a:0:{}',
25578   'type' => '132',
25579   'description' => 'List, edit, or add user roles.',
25580   'position' => '',
25581   'weight' => '-5',
25582   'include_file' => 'modules/user/user.admin.inc',
25583 ))
25584 ->values(array(
25585   'path' => 'admin/people/permissions/roles/delete/%',
25586   'load_functions' => 'a:1:{i:5;s:14:"user_role_load";}',
25587   'to_arg_functions' => '',
25588   'access_callback' => 'user_role_edit_access',
25589   'access_arguments' => 'a:1:{i:0;i:5;}',
25590   'page_callback' => 'drupal_get_form',
25591   'page_arguments' => 'a:2:{i:0;s:30:"user_admin_role_delete_confirm";i:1;i:5;}',
25592   'delivery_callback' => '',
25593   'fit' => '62',
25594   'number_parts' => '6',
25595   'context' => '0',
25596   'tab_parent' => '',
25597   'tab_root' => 'admin/people/permissions/roles/delete/%',
25598   'title' => 'Delete role',
25599   'title_callback' => 't',
25600   'title_arguments' => '',
25601   'theme_callback' => '',
25602   'theme_arguments' => 'a:0:{}',
25603   'type' => '6',
25604   'description' => '',
25605   'position' => '',
25606   'weight' => '0',
25607   'include_file' => 'modules/user/user.admin.inc',
25608 ))
25609 ->values(array(
25610   'path' => 'admin/people/permissions/roles/edit/%',
25611   'load_functions' => 'a:1:{i:5;s:14:"user_role_load";}',
25612   'to_arg_functions' => '',
25613   'access_callback' => 'user_role_edit_access',
25614   'access_arguments' => 'a:1:{i:0;i:5;}',
25615   'page_callback' => 'drupal_get_form',
25616   'page_arguments' => 'a:2:{i:0;s:15:"user_admin_role";i:1;i:5;}',
25617   'delivery_callback' => '',
25618   'fit' => '62',
25619   'number_parts' => '6',
25620   'context' => '0',
25621   'tab_parent' => '',
25622   'tab_root' => 'admin/people/permissions/roles/edit/%',
25623   'title' => 'Edit role',
25624   'title_callback' => 't',
25625   'title_arguments' => '',
25626   'theme_callback' => '',
25627   'theme_arguments' => 'a:0:{}',
25628   'type' => '6',
25629   'description' => '',
25630   'position' => '',
25631   'weight' => '0',
25632   'include_file' => 'modules/user/user.admin.inc',
25633 ))
25634 ->values(array(
25635   'path' => 'admin/reports',
25636   'load_functions' => '',
25637   'to_arg_functions' => '',
25638   'access_callback' => 'user_access',
25639   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
25640   'page_callback' => 'system_admin_menu_block_page',
25641   'page_arguments' => 'a:0:{}',
25642   'delivery_callback' => '',
25643   'fit' => '3',
25644   'number_parts' => '2',
25645   'context' => '0',
25646   'tab_parent' => '',
25647   'tab_root' => 'admin/reports',
25648   'title' => 'Reports',
25649   'title_callback' => 't',
25650   'title_arguments' => '',
25651   'theme_callback' => '',
25652   'theme_arguments' => 'a:0:{}',
25653   'type' => '6',
25654   'description' => 'View reports, updates, and errors.',
25655   'position' => 'left',
25656   'weight' => '5',
25657   'include_file' => 'modules/system/system.admin.inc',
25658 ))
25659 ->values(array(
25660   'path' => 'admin/reports/access-denied',
25661   'load_functions' => '',
25662   'to_arg_functions' => '',
25663   'access_callback' => 'user_access',
25664   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
25665   'page_callback' => 'dblog_top',
25666   'page_arguments' => 'a:1:{i:0;s:13:"access denied";}',
25667   'delivery_callback' => '',
25668   'fit' => '7',
25669   'number_parts' => '3',
25670   'context' => '0',
25671   'tab_parent' => '',
25672   'tab_root' => 'admin/reports/access-denied',
25673   'title' => "Top 'access denied' errors",
25674   'title_callback' => 't',
25675   'title_arguments' => '',
25676   'theme_callback' => '',
25677   'theme_arguments' => 'a:0:{}',
25678   'type' => '6',
25679   'description' => "View 'access denied' errors (403s).",
25680   'position' => '',
25681   'weight' => '0',
25682   'include_file' => 'modules/dblog/dblog.admin.inc',
25683 ))
25684 ->values(array(
25685   'path' => 'admin/reports/access/%',
25686   'load_functions' => 'a:1:{i:3;N;}',
25687   'to_arg_functions' => '',
25688   'access_callback' => 'user_access',
25689   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
25690   'page_callback' => 'statistics_access_log',
25691   'page_arguments' => 'a:1:{i:0;i:3;}',
25692   'delivery_callback' => '',
25693   'fit' => '14',
25694   'number_parts' => '4',
25695   'context' => '0',
25696   'tab_parent' => '',
25697   'tab_root' => 'admin/reports/access/%',
25698   'title' => 'Details',
25699   'title_callback' => 't',
25700   'title_arguments' => '',
25701   'theme_callback' => '',
25702   'theme_arguments' => 'a:0:{}',
25703   'type' => '6',
25704   'description' => 'View access log.',
25705   'position' => '',
25706   'weight' => '0',
25707   'include_file' => 'modules/statistics/statistics.admin.inc',
25708 ))
25709 ->values(array(
25710   'path' => 'admin/reports/dblog',
25711   'load_functions' => '',
25712   'to_arg_functions' => '',
25713   'access_callback' => 'user_access',
25714   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
25715   'page_callback' => 'dblog_overview',
25716   'page_arguments' => 'a:0:{}',
25717   'delivery_callback' => '',
25718   'fit' => '7',
25719   'number_parts' => '3',
25720   'context' => '0',
25721   'tab_parent' => '',
25722   'tab_root' => 'admin/reports/dblog',
25723   'title' => 'Recent log messages',
25724   'title_callback' => 't',
25725   'title_arguments' => '',
25726   'theme_callback' => '',
25727   'theme_arguments' => 'a:0:{}',
25728   'type' => '6',
25729   'description' => 'View events that have recently been logged.',
25730   'position' => '',
25731   'weight' => '-1',
25732   'include_file' => 'modules/dblog/dblog.admin.inc',
25733 ))
25734 ->values(array(
25735   'path' => 'admin/reports/event/%',
25736   'load_functions' => 'a:1:{i:3;N;}',
25737   'to_arg_functions' => '',
25738   'access_callback' => 'user_access',
25739   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
25740   'page_callback' => 'dblog_event',
25741   'page_arguments' => 'a:1:{i:0;i:3;}',
25742   'delivery_callback' => '',
25743   'fit' => '14',
25744   'number_parts' => '4',
25745   'context' => '0',
25746   'tab_parent' => '',
25747   'tab_root' => 'admin/reports/event/%',
25748   'title' => 'Details',
25749   'title_callback' => 't',
25750   'title_arguments' => '',
25751   'theme_callback' => '',
25752   'theme_arguments' => 'a:0:{}',
25753   'type' => '6',
25754   'description' => '',
25755   'position' => '',
25756   'weight' => '0',
25757   'include_file' => 'modules/dblog/dblog.admin.inc',
25758 ))
25759 ->values(array(
25760   'path' => 'admin/reports/fields',
25761   'load_functions' => '',
25762   'to_arg_functions' => '',
25763   'access_callback' => 'user_access',
25764   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
25765   'page_callback' => 'field_ui_fields_list',
25766   'page_arguments' => 'a:0:{}',
25767   'delivery_callback' => '',
25768   'fit' => '7',
25769   'number_parts' => '3',
25770   'context' => '0',
25771   'tab_parent' => '',
25772   'tab_root' => 'admin/reports/fields',
25773   'title' => 'Field list',
25774   'title_callback' => 't',
25775   'title_arguments' => '',
25776   'theme_callback' => '',
25777   'theme_arguments' => 'a:0:{}',
25778   'type' => '6',
25779   'description' => 'Overview of fields on all entity types.',
25780   'position' => '',
25781   'weight' => '0',
25782   'include_file' => 'modules/field_ui/field_ui.admin.inc',
25783 ))
25784 ->values(array(
25785   'path' => 'admin/reports/hits',
25786   'load_functions' => '',
25787   'to_arg_functions' => '',
25788   'access_callback' => 'user_access',
25789   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
25790   'page_callback' => 'statistics_recent_hits',
25791   'page_arguments' => 'a:0:{}',
25792   'delivery_callback' => '',
25793   'fit' => '7',
25794   'number_parts' => '3',
25795   'context' => '0',
25796   'tab_parent' => '',
25797   'tab_root' => 'admin/reports/hits',
25798   'title' => 'Recent hits',
25799   'title_callback' => 't',
25800   'title_arguments' => '',
25801   'theme_callback' => '',
25802   'theme_arguments' => 'a:0:{}',
25803   'type' => '6',
25804   'description' => 'View pages that have recently been visited.',
25805   'position' => '',
25806   'weight' => '0',
25807   'include_file' => 'modules/statistics/statistics.admin.inc',
25808 ))
25809 ->values(array(
25810   'path' => 'admin/reports/page-not-found',
25811   'load_functions' => '',
25812   'to_arg_functions' => '',
25813   'access_callback' => 'user_access',
25814   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
25815   'page_callback' => 'dblog_top',
25816   'page_arguments' => 'a:1:{i:0;s:14:"page not found";}',
25817   'delivery_callback' => '',
25818   'fit' => '7',
25819   'number_parts' => '3',
25820   'context' => '0',
25821   'tab_parent' => '',
25822   'tab_root' => 'admin/reports/page-not-found',
25823   'title' => "Top 'page not found' errors",
25824   'title_callback' => 't',
25825   'title_arguments' => '',
25826   'theme_callback' => '',
25827   'theme_arguments' => 'a:0:{}',
25828   'type' => '6',
25829   'description' => "View 'page not found' errors (404s).",
25830   'position' => '',
25831   'weight' => '0',
25832   'include_file' => 'modules/dblog/dblog.admin.inc',
25833 ))
25834 ->values(array(
25835   'path' => 'admin/reports/pages',
25836   'load_functions' => '',
25837   'to_arg_functions' => '',
25838   'access_callback' => 'user_access',
25839   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
25840   'page_callback' => 'statistics_top_pages',
25841   'page_arguments' => 'a:0:{}',
25842   'delivery_callback' => '',
25843   'fit' => '7',
25844   'number_parts' => '3',
25845   'context' => '0',
25846   'tab_parent' => '',
25847   'tab_root' => 'admin/reports/pages',
25848   'title' => 'Top pages',
25849   'title_callback' => 't',
25850   'title_arguments' => '',
25851   'theme_callback' => '',
25852   'theme_arguments' => 'a:0:{}',
25853   'type' => '6',
25854   'description' => 'View pages that have been hit frequently.',
25855   'position' => '',
25856   'weight' => '1',
25857   'include_file' => 'modules/statistics/statistics.admin.inc',
25858 ))
25859 ->values(array(
25860   'path' => 'admin/reports/referrers',
25861   'load_functions' => '',
25862   'to_arg_functions' => '',
25863   'access_callback' => 'user_access',
25864   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
25865   'page_callback' => 'statistics_top_referrers',
25866   'page_arguments' => 'a:0:{}',
25867   'delivery_callback' => '',
25868   'fit' => '7',
25869   'number_parts' => '3',
25870   'context' => '0',
25871   'tab_parent' => '',
25872   'tab_root' => 'admin/reports/referrers',
25873   'title' => 'Top referrers',
25874   'title_callback' => 't',
25875   'title_arguments' => '',
25876   'theme_callback' => '',
25877   'theme_arguments' => 'a:0:{}',
25878   'type' => '6',
25879   'description' => 'View top referrers.',
25880   'position' => '',
25881   'weight' => '0',
25882   'include_file' => 'modules/statistics/statistics.admin.inc',
25883 ))
25884 ->values(array(
25885   'path' => 'admin/reports/search',
25886   'load_functions' => '',
25887   'to_arg_functions' => '',
25888   'access_callback' => 'user_access',
25889   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
25890   'page_callback' => 'dblog_top',
25891   'page_arguments' => 'a:1:{i:0;s:6:"search";}',
25892   'delivery_callback' => '',
25893   'fit' => '7',
25894   'number_parts' => '3',
25895   'context' => '0',
25896   'tab_parent' => '',
25897   'tab_root' => 'admin/reports/search',
25898   'title' => 'Top search phrases',
25899   'title_callback' => 't',
25900   'title_arguments' => '',
25901   'theme_callback' => '',
25902   'theme_arguments' => 'a:0:{}',
25903   'type' => '6',
25904   'description' => 'View most popular search phrases.',
25905   'position' => '',
25906   'weight' => '0',
25907   'include_file' => 'modules/dblog/dblog.admin.inc',
25908 ))
25909 ->values(array(
25910   'path' => 'admin/reports/status',
25911   'load_functions' => '',
25912   'to_arg_functions' => '',
25913   'access_callback' => 'user_access',
25914   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
25915   'page_callback' => 'system_status',
25916   'page_arguments' => 'a:0:{}',
25917   'delivery_callback' => '',
25918   'fit' => '7',
25919   'number_parts' => '3',
25920   'context' => '0',
25921   'tab_parent' => '',
25922   'tab_root' => 'admin/reports/status',
25923   'title' => 'Status report',
25924   'title_callback' => 't',
25925   'title_arguments' => '',
25926   'theme_callback' => '',
25927   'theme_arguments' => 'a:0:{}',
25928   'type' => '6',
25929   'description' => "Get a status report about your site's operation and any detected problems.",
25930   'position' => '',
25931   'weight' => '-60',
25932   'include_file' => 'modules/system/system.admin.inc',
25933 ))
25934 ->values(array(
25935   'path' => 'admin/reports/status/php',
25936   'load_functions' => '',
25937   'to_arg_functions' => '',
25938   'access_callback' => 'user_access',
25939   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
25940   'page_callback' => 'system_php',
25941   'page_arguments' => 'a:0:{}',
25942   'delivery_callback' => '',
25943   'fit' => '15',
25944   'number_parts' => '4',
25945   'context' => '0',
25946   'tab_parent' => '',
25947   'tab_root' => 'admin/reports/status/php',
25948   'title' => 'PHP',
25949   'title_callback' => 't',
25950   'title_arguments' => '',
25951   'theme_callback' => '',
25952   'theme_arguments' => 'a:0:{}',
25953   'type' => '0',
25954   'description' => '',
25955   'position' => '',
25956   'weight' => '0',
25957   'include_file' => 'modules/system/system.admin.inc',
25958 ))
25959 ->values(array(
25960   'path' => 'admin/reports/status/rebuild',
25961   'load_functions' => '',
25962   'to_arg_functions' => '',
25963   'access_callback' => 'user_access',
25964   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25965   'page_callback' => 'drupal_get_form',
25966   'page_arguments' => 'a:1:{i:0;s:30:"node_configure_rebuild_confirm";}',
25967   'delivery_callback' => '',
25968   'fit' => '15',
25969   'number_parts' => '4',
25970   'context' => '0',
25971   'tab_parent' => '',
25972   'tab_root' => 'admin/reports/status/rebuild',
25973   'title' => 'Rebuild permissions',
25974   'title_callback' => 't',
25975   'title_arguments' => '',
25976   'theme_callback' => '',
25977   'theme_arguments' => 'a:0:{}',
25978   'type' => '0',
25979   'description' => '',
25980   'position' => '',
25981   'weight' => '0',
25982   'include_file' => 'modules/node/node.admin.inc',
25983 ))
25984 ->values(array(
25985   'path' => 'admin/reports/status/run-cron',
25986   'load_functions' => '',
25987   'to_arg_functions' => '',
25988   'access_callback' => 'user_access',
25989   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
25990   'page_callback' => 'system_run_cron',
25991   'page_arguments' => 'a:0:{}',
25992   'delivery_callback' => '',
25993   'fit' => '15',
25994   'number_parts' => '4',
25995   'context' => '0',
25996   'tab_parent' => '',
25997   'tab_root' => 'admin/reports/status/run-cron',
25998   'title' => 'Run cron',
25999   'title_callback' => 't',
26000   'title_arguments' => '',
26001   'theme_callback' => '',
26002   'theme_arguments' => 'a:0:{}',
26003   'type' => '0',
26004   'description' => '',
26005   'position' => '',
26006   'weight' => '0',
26007   'include_file' => 'modules/system/system.admin.inc',
26008 ))
26009 ->values(array(
26010   'path' => 'admin/reports/updates',
26011   'load_functions' => '',
26012   'to_arg_functions' => '',
26013   'access_callback' => 'user_access',
26014   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
26015   'page_callback' => 'update_status',
26016   'page_arguments' => 'a:0:{}',
26017   'delivery_callback' => '',
26018   'fit' => '7',
26019   'number_parts' => '3',
26020   'context' => '0',
26021   'tab_parent' => '',
26022   'tab_root' => 'admin/reports/updates',
26023   'title' => 'Available updates',
26024   'title_callback' => 't',
26025   'title_arguments' => '',
26026   'theme_callback' => '',
26027   'theme_arguments' => 'a:0:{}',
26028   'type' => '6',
26029   'description' => 'Get a status report about available updates for your installed modules and themes.',
26030   'position' => '',
26031   'weight' => '-50',
26032   'include_file' => 'modules/update/update.report.inc',
26033 ))
26034 ->values(array(
26035   'path' => 'admin/reports/updates/check',
26036   'load_functions' => '',
26037   'to_arg_functions' => '',
26038   'access_callback' => 'user_access',
26039   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
26040   'page_callback' => 'update_manual_status',
26041   'page_arguments' => 'a:0:{}',
26042   'delivery_callback' => '',
26043   'fit' => '15',
26044   'number_parts' => '4',
26045   'context' => '0',
26046   'tab_parent' => '',
26047   'tab_root' => 'admin/reports/updates/check',
26048   'title' => 'Manual update check',
26049   'title_callback' => 't',
26050   'title_arguments' => '',
26051   'theme_callback' => '',
26052   'theme_arguments' => 'a:0:{}',
26053   'type' => '0',
26054   'description' => '',
26055   'position' => '',
26056   'weight' => '0',
26057   'include_file' => 'modules/update/update.fetch.inc',
26058 ))
26059 ->values(array(
26060   'path' => 'admin/reports/updates/install',
26061   'load_functions' => '',
26062   'to_arg_functions' => '',
26063   'access_callback' => 'update_manager_access',
26064   'access_arguments' => 'a:0:{}',
26065   'page_callback' => 'drupal_get_form',
26066   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:6:"report";}',
26067   'delivery_callback' => '',
26068   'fit' => '15',
26069   'number_parts' => '4',
26070   'context' => '1',
26071   'tab_parent' => 'admin/reports/updates',
26072   'tab_root' => 'admin/reports/updates',
26073   'title' => 'Install new module or theme',
26074   'title_callback' => 't',
26075   'title_arguments' => '',
26076   'theme_callback' => '',
26077   'theme_arguments' => 'a:0:{}',
26078   'type' => '388',
26079   'description' => '',
26080   'position' => '',
26081   'weight' => '25',
26082   'include_file' => 'modules/update/update.manager.inc',
26083 ))
26084 ->values(array(
26085   'path' => 'admin/reports/updates/list',
26086   'load_functions' => '',
26087   'to_arg_functions' => '',
26088   'access_callback' => 'user_access',
26089   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
26090   'page_callback' => 'update_status',
26091   'page_arguments' => 'a:0:{}',
26092   'delivery_callback' => '',
26093   'fit' => '15',
26094   'number_parts' => '4',
26095   'context' => '1',
26096   'tab_parent' => 'admin/reports/updates',
26097   'tab_root' => 'admin/reports/updates',
26098   'title' => 'List',
26099   'title_callback' => 't',
26100   'title_arguments' => '',
26101   'theme_callback' => '',
26102   'theme_arguments' => 'a:0:{}',
26103   'type' => '140',
26104   'description' => '',
26105   'position' => '',
26106   'weight' => '0',
26107   'include_file' => 'modules/update/update.report.inc',
26108 ))
26109 ->values(array(
26110   'path' => 'admin/reports/updates/settings',
26111   'load_functions' => '',
26112   'to_arg_functions' => '',
26113   'access_callback' => 'user_access',
26114   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
26115   'page_callback' => 'drupal_get_form',
26116   'page_arguments' => 'a:1:{i:0;s:15:"update_settings";}',
26117   'delivery_callback' => '',
26118   'fit' => '15',
26119   'number_parts' => '4',
26120   'context' => '1',
26121   'tab_parent' => 'admin/reports/updates',
26122   'tab_root' => 'admin/reports/updates',
26123   'title' => 'Settings',
26124   'title_callback' => 't',
26125   'title_arguments' => '',
26126   'theme_callback' => '',
26127   'theme_arguments' => 'a:0:{}',
26128   'type' => '132',
26129   'description' => '',
26130   'position' => '',
26131   'weight' => '50',
26132   'include_file' => 'modules/update/update.settings.inc',
26133 ))
26134 ->values(array(
26135   'path' => 'admin/reports/updates/update',
26136   'load_functions' => '',
26137   'to_arg_functions' => '',
26138   'access_callback' => 'update_manager_access',
26139   'access_arguments' => 'a:0:{}',
26140   'page_callback' => 'drupal_get_form',
26141   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:6:"report";}',
26142   'delivery_callback' => '',
26143   'fit' => '15',
26144   'number_parts' => '4',
26145   'context' => '1',
26146   'tab_parent' => 'admin/reports/updates',
26147   'tab_root' => 'admin/reports/updates',
26148   'title' => 'Update',
26149   'title_callback' => 't',
26150   'title_arguments' => '',
26151   'theme_callback' => '',
26152   'theme_arguments' => 'a:0:{}',
26153   'type' => '132',
26154   'description' => '',
26155   'position' => '',
26156   'weight' => '10',
26157   'include_file' => 'modules/update/update.manager.inc',
26158 ))
26159 ->values(array(
26160   'path' => 'admin/reports/visitors',
26161   'load_functions' => '',
26162   'to_arg_functions' => '',
26163   'access_callback' => 'user_access',
26164   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
26165   'page_callback' => 'statistics_top_visitors',
26166   'page_arguments' => 'a:0:{}',
26167   'delivery_callback' => '',
26168   'fit' => '7',
26169   'number_parts' => '3',
26170   'context' => '0',
26171   'tab_parent' => '',
26172   'tab_root' => 'admin/reports/visitors',
26173   'title' => 'Top visitors',
26174   'title_callback' => 't',
26175   'title_arguments' => '',
26176   'theme_callback' => '',
26177   'theme_arguments' => 'a:0:{}',
26178   'type' => '6',
26179   'description' => 'View visitors that hit many pages.',
26180   'position' => '',
26181   'weight' => '2',
26182   'include_file' => 'modules/statistics/statistics.admin.inc',
26183 ))
26184 ->values(array(
26185   'path' => 'admin/structure',
26186   'load_functions' => '',
26187   'to_arg_functions' => '',
26188   'access_callback' => 'user_access',
26189   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26190   'page_callback' => 'system_admin_menu_block_page',
26191   'page_arguments' => 'a:0:{}',
26192   'delivery_callback' => '',
26193   'fit' => '3',
26194   'number_parts' => '2',
26195   'context' => '0',
26196   'tab_parent' => '',
26197   'tab_root' => 'admin/structure',
26198   'title' => 'Structure',
26199   'title_callback' => 't',
26200   'title_arguments' => '',
26201   'theme_callback' => '',
26202   'theme_arguments' => 'a:0:{}',
26203   'type' => '6',
26204   'description' => 'Administer blocks, content types, menus, etc.',
26205   'position' => 'right',
26206   'weight' => '-8',
26207   'include_file' => 'modules/system/system.admin.inc',
26208 ))
26209 ->values(array(
26210   'path' => 'admin/structure/block',
26211   'load_functions' => '',
26212   'to_arg_functions' => '',
26213   'access_callback' => 'user_access',
26214   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26215   'page_callback' => 'block_admin_display',
26216   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
26217   'delivery_callback' => '',
26218   'fit' => '7',
26219   'number_parts' => '3',
26220   'context' => '0',
26221   'tab_parent' => '',
26222   'tab_root' => 'admin/structure/block',
26223   'title' => 'Blocks',
26224   'title_callback' => 't',
26225   'title_arguments' => '',
26226   'theme_callback' => '',
26227   'theme_arguments' => 'a:0:{}',
26228   'type' => '6',
26229   'description' => "Configure what block content appears in your site's sidebars and other regions.",
26230   'position' => '',
26231   'weight' => '0',
26232   'include_file' => 'modules/block/block.admin.inc',
26233 ))
26234 ->values(array(
26235   'path' => 'admin/structure/block/add',
26236   'load_functions' => '',
26237   'to_arg_functions' => '',
26238   'access_callback' => 'user_access',
26239   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26240   'page_callback' => 'drupal_get_form',
26241   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
26242   'delivery_callback' => '',
26243   'fit' => '15',
26244   'number_parts' => '4',
26245   'context' => '1',
26246   'tab_parent' => 'admin/structure/block',
26247   'tab_root' => 'admin/structure/block',
26248   'title' => 'Add block',
26249   'title_callback' => 't',
26250   'title_arguments' => '',
26251   'theme_callback' => '',
26252   'theme_arguments' => 'a:0:{}',
26253   'type' => '388',
26254   'description' => '',
26255   'position' => '',
26256   'weight' => '0',
26257   'include_file' => 'modules/block/block.admin.inc',
26258 ))
26259 ->values(array(
26260   'path' => 'admin/structure/block/demo/bartik',
26261   'load_functions' => '',
26262   'to_arg_functions' => '',
26263   'access_callback' => '_block_themes_access',
26264   '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";}}',
26265   'page_callback' => 'block_admin_demo',
26266   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
26267   'delivery_callback' => '',
26268   'fit' => '31',
26269   'number_parts' => '5',
26270   'context' => '0',
26271   'tab_parent' => '',
26272   'tab_root' => 'admin/structure/block/demo/bartik',
26273   'title' => 'Bartik',
26274   'title_callback' => 't',
26275   'title_arguments' => '',
26276   'theme_callback' => '_block_custom_theme',
26277   'theme_arguments' => 'a:1:{i:0;s:6:"bartik";}',
26278   'type' => '0',
26279   'description' => '',
26280   'position' => '',
26281   'weight' => '0',
26282   'include_file' => 'modules/block/block.admin.inc',
26283 ))
26284 ->values(array(
26285   'path' => 'admin/structure/block/demo/garland',
26286   'load_functions' => '',
26287   'to_arg_functions' => '',
26288   'access_callback' => '_block_themes_access',
26289   '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";}}',
26290   'page_callback' => 'block_admin_demo',
26291   'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
26292   'delivery_callback' => '',
26293   'fit' => '31',
26294   'number_parts' => '5',
26295   'context' => '0',
26296   'tab_parent' => '',
26297   'tab_root' => 'admin/structure/block/demo/garland',
26298   'title' => 'Garland',
26299   'title_callback' => 't',
26300   'title_arguments' => '',
26301   'theme_callback' => '_block_custom_theme',
26302   'theme_arguments' => 'a:1:{i:0;s:7:"garland";}',
26303   'type' => '0',
26304   'description' => '',
26305   'position' => '',
26306   'weight' => '0',
26307   'include_file' => 'modules/block/block.admin.inc',
26308 ))
26309 ->values(array(
26310   'path' => 'admin/structure/block/demo/seven',
26311   'load_functions' => '',
26312   'to_arg_functions' => '',
26313   'access_callback' => '_block_themes_access',
26314   '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";}}',
26315   'page_callback' => 'block_admin_demo',
26316   'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
26317   'delivery_callback' => '',
26318   'fit' => '31',
26319   'number_parts' => '5',
26320   'context' => '0',
26321   'tab_parent' => '',
26322   'tab_root' => 'admin/structure/block/demo/seven',
26323   'title' => 'Seven',
26324   'title_callback' => 't',
26325   'title_arguments' => '',
26326   'theme_callback' => '_block_custom_theme',
26327   'theme_arguments' => 'a:1:{i:0;s:5:"seven";}',
26328   'type' => '0',
26329   'description' => '',
26330   'position' => '',
26331   'weight' => '0',
26332   'include_file' => 'modules/block/block.admin.inc',
26333 ))
26334 ->values(array(
26335   'path' => 'admin/structure/block/demo/stark',
26336   'load_functions' => '',
26337   'to_arg_functions' => '',
26338   'access_callback' => '_block_themes_access',
26339   '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\";}}",
26340   'page_callback' => 'block_admin_demo',
26341   'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
26342   'delivery_callback' => '',
26343   'fit' => '31',
26344   'number_parts' => '5',
26345   'context' => '0',
26346   'tab_parent' => '',
26347   'tab_root' => 'admin/structure/block/demo/stark',
26348   'title' => 'Stark',
26349   'title_callback' => 't',
26350   'title_arguments' => '',
26351   'theme_callback' => '_block_custom_theme',
26352   'theme_arguments' => 'a:1:{i:0;s:5:"stark";}',
26353   'type' => '0',
26354   'description' => '',
26355   'position' => '',
26356   'weight' => '0',
26357   'include_file' => 'modules/block/block.admin.inc',
26358 ))
26359 ->values(array(
26360   'path' => 'admin/structure/block/list/bartik',
26361   'load_functions' => '',
26362   'to_arg_functions' => '',
26363   'access_callback' => '_block_themes_access',
26364   '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";}}',
26365   'page_callback' => 'block_admin_display',
26366   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
26367   'delivery_callback' => '',
26368   'fit' => '31',
26369   'number_parts' => '5',
26370   'context' => '1',
26371   'tab_parent' => 'admin/structure/block',
26372   'tab_root' => 'admin/structure/block',
26373   'title' => 'Bartik',
26374   'title_callback' => 't',
26375   'title_arguments' => '',
26376   'theme_callback' => '',
26377   'theme_arguments' => 'a:0:{}',
26378   'type' => '140',
26379   'description' => '',
26380   'position' => '',
26381   'weight' => '-10',
26382   'include_file' => 'modules/block/block.admin.inc',
26383 ))
26384 ->values(array(
26385   'path' => 'admin/structure/block/list/garland',
26386   'load_functions' => '',
26387   'to_arg_functions' => '',
26388   'access_callback' => '_block_themes_access',
26389   '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";}}',
26390   'page_callback' => 'block_admin_display',
26391   'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
26392   'delivery_callback' => '',
26393   'fit' => '31',
26394   'number_parts' => '5',
26395   'context' => '1',
26396   'tab_parent' => 'admin/structure/block',
26397   'tab_root' => 'admin/structure/block',
26398   'title' => 'Garland',
26399   'title_callback' => 't',
26400   'title_arguments' => '',
26401   'theme_callback' => '',
26402   'theme_arguments' => 'a:0:{}',
26403   'type' => '132',
26404   'description' => '',
26405   'position' => '',
26406   'weight' => '0',
26407   'include_file' => 'modules/block/block.admin.inc',
26408 ))
26409 ->values(array(
26410   'path' => 'admin/structure/block/list/garland/add',
26411   'load_functions' => '',
26412   'to_arg_functions' => '',
26413   'access_callback' => 'user_access',
26414   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26415   'page_callback' => 'drupal_get_form',
26416   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
26417   'delivery_callback' => '',
26418   'fit' => '63',
26419   'number_parts' => '6',
26420   'context' => '1',
26421   'tab_parent' => 'admin/structure/block/list/garland',
26422   'tab_root' => 'admin/structure/block',
26423   'title' => 'Add block',
26424   'title_callback' => 't',
26425   'title_arguments' => '',
26426   'theme_callback' => '',
26427   'theme_arguments' => 'a:0:{}',
26428   'type' => '388',
26429   'description' => '',
26430   'position' => '',
26431   'weight' => '0',
26432   'include_file' => 'modules/block/block.admin.inc',
26433 ))
26434 ->values(array(
26435   'path' => 'admin/structure/block/list/seven',
26436   'load_functions' => '',
26437   'to_arg_functions' => '',
26438   'access_callback' => '_block_themes_access',
26439   '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";}}',
26440   'page_callback' => 'block_admin_display',
26441   'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
26442   'delivery_callback' => '',
26443   'fit' => '31',
26444   'number_parts' => '5',
26445   'context' => '1',
26446   'tab_parent' => 'admin/structure/block',
26447   'tab_root' => 'admin/structure/block',
26448   'title' => 'Seven',
26449   'title_callback' => 't',
26450   'title_arguments' => '',
26451   'theme_callback' => '',
26452   'theme_arguments' => 'a:0:{}',
26453   'type' => '132',
26454   'description' => '',
26455   'position' => '',
26456   'weight' => '0',
26457   'include_file' => 'modules/block/block.admin.inc',
26458 ))
26459 ->values(array(
26460   'path' => 'admin/structure/block/list/seven/add',
26461   'load_functions' => '',
26462   'to_arg_functions' => '',
26463   'access_callback' => 'user_access',
26464   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26465   'page_callback' => 'drupal_get_form',
26466   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
26467   'delivery_callback' => '',
26468   'fit' => '63',
26469   'number_parts' => '6',
26470   'context' => '1',
26471   'tab_parent' => 'admin/structure/block/list/seven',
26472   'tab_root' => 'admin/structure/block',
26473   'title' => 'Add block',
26474   'title_callback' => 't',
26475   'title_arguments' => '',
26476   'theme_callback' => '',
26477   'theme_arguments' => 'a:0:{}',
26478   'type' => '388',
26479   'description' => '',
26480   'position' => '',
26481   'weight' => '0',
26482   'include_file' => 'modules/block/block.admin.inc',
26483 ))
26484 ->values(array(
26485   'path' => 'admin/structure/block/list/stark',
26486   'load_functions' => '',
26487   'to_arg_functions' => '',
26488   'access_callback' => '_block_themes_access',
26489   '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\";}}",
26490   'page_callback' => 'block_admin_display',
26491   'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
26492   'delivery_callback' => '',
26493   'fit' => '31',
26494   'number_parts' => '5',
26495   'context' => '1',
26496   'tab_parent' => 'admin/structure/block',
26497   'tab_root' => 'admin/structure/block',
26498   'title' => 'Stark',
26499   'title_callback' => 't',
26500   'title_arguments' => '',
26501   'theme_callback' => '',
26502   'theme_arguments' => 'a:0:{}',
26503   'type' => '132',
26504   'description' => '',
26505   'position' => '',
26506   'weight' => '0',
26507   'include_file' => 'modules/block/block.admin.inc',
26508 ))
26509 ->values(array(
26510   'path' => 'admin/structure/block/list/stark/add',
26511   'load_functions' => '',
26512   'to_arg_functions' => '',
26513   'access_callback' => 'user_access',
26514   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26515   'page_callback' => 'drupal_get_form',
26516   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
26517   'delivery_callback' => '',
26518   'fit' => '63',
26519   'number_parts' => '6',
26520   'context' => '1',
26521   'tab_parent' => 'admin/structure/block/list/stark',
26522   'tab_root' => 'admin/structure/block',
26523   'title' => 'Add block',
26524   'title_callback' => 't',
26525   'title_arguments' => '',
26526   'theme_callback' => '',
26527   'theme_arguments' => 'a:0:{}',
26528   'type' => '388',
26529   'description' => '',
26530   'position' => '',
26531   'weight' => '0',
26532   'include_file' => 'modules/block/block.admin.inc',
26533 ))
26534 ->values(array(
26535   'path' => 'admin/structure/block/manage/%/%',
26536   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
26537   'to_arg_functions' => '',
26538   'access_callback' => 'user_access',
26539   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26540   'page_callback' => 'drupal_get_form',
26541   'page_arguments' => 'a:3:{i:0;s:21:"block_admin_configure";i:1;i:4;i:2;i:5;}',
26542   'delivery_callback' => '',
26543   'fit' => '60',
26544   'number_parts' => '6',
26545   'context' => '0',
26546   'tab_parent' => '',
26547   'tab_root' => 'admin/structure/block/manage/%/%',
26548   'title' => 'Configure block',
26549   'title_callback' => 't',
26550   'title_arguments' => '',
26551   'theme_callback' => '',
26552   'theme_arguments' => 'a:0:{}',
26553   'type' => '6',
26554   'description' => '',
26555   'position' => '',
26556   'weight' => '0',
26557   'include_file' => 'modules/block/block.admin.inc',
26558 ))
26559 ->values(array(
26560   'path' => 'admin/structure/block/manage/%/%/configure',
26561   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
26562   'to_arg_functions' => '',
26563   'access_callback' => 'user_access',
26564   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26565   'page_callback' => 'drupal_get_form',
26566   'page_arguments' => 'a:3:{i:0;s:21:"block_admin_configure";i:1;i:4;i:2;i:5;}',
26567   'delivery_callback' => '',
26568   'fit' => '121',
26569   'number_parts' => '7',
26570   'context' => '2',
26571   'tab_parent' => 'admin/structure/block/manage/%/%',
26572   'tab_root' => 'admin/structure/block/manage/%/%',
26573   'title' => 'Configure block',
26574   'title_callback' => 't',
26575   'title_arguments' => '',
26576   'theme_callback' => '',
26577   'theme_arguments' => 'a:0:{}',
26578   'type' => '140',
26579   'description' => '',
26580   'position' => '',
26581   'weight' => '0',
26582   'include_file' => 'modules/block/block.admin.inc',
26583 ))
26584 ->values(array(
26585   'path' => 'admin/structure/block/manage/%/%/delete',
26586   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
26587   'to_arg_functions' => '',
26588   'access_callback' => 'user_access',
26589   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26590   'page_callback' => 'drupal_get_form',
26591   'page_arguments' => 'a:3:{i:0;s:25:"block_custom_block_delete";i:1;i:4;i:2;i:5;}',
26592   'delivery_callback' => '',
26593   'fit' => '121',
26594   'number_parts' => '7',
26595   'context' => '0',
26596   'tab_parent' => 'admin/structure/block/manage/%/%',
26597   'tab_root' => 'admin/structure/block/manage/%/%',
26598   'title' => 'Delete block',
26599   'title_callback' => 't',
26600   'title_arguments' => '',
26601   'theme_callback' => '',
26602   'theme_arguments' => 'a:0:{}',
26603   'type' => '132',
26604   'description' => '',
26605   'position' => '',
26606   'weight' => '0',
26607   'include_file' => 'modules/block/block.admin.inc',
26608 ))
26609 ->values(array(
26610   'path' => 'admin/structure/contact',
26611   'load_functions' => '',
26612   'to_arg_functions' => '',
26613   'access_callback' => 'user_access',
26614   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
26615   'page_callback' => 'contact_category_list',
26616   'page_arguments' => 'a:0:{}',
26617   'delivery_callback' => '',
26618   'fit' => '7',
26619   'number_parts' => '3',
26620   'context' => '0',
26621   'tab_parent' => '',
26622   'tab_root' => 'admin/structure/contact',
26623   'title' => 'Contact form',
26624   'title_callback' => 't',
26625   'title_arguments' => '',
26626   'theme_callback' => '',
26627   'theme_arguments' => 'a:0:{}',
26628   'type' => '6',
26629   'description' => 'Create a system contact form and set up categories for the form to use.',
26630   'position' => '',
26631   'weight' => '0',
26632   'include_file' => 'modules/contact/contact.admin.inc',
26633 ))
26634 ->values(array(
26635   'path' => 'admin/structure/contact/add',
26636   'load_functions' => '',
26637   'to_arg_functions' => '',
26638   'access_callback' => 'user_access',
26639   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
26640   'page_callback' => 'drupal_get_form',
26641   'page_arguments' => 'a:1:{i:0;s:26:"contact_category_edit_form";}',
26642   'delivery_callback' => '',
26643   'fit' => '15',
26644   'number_parts' => '4',
26645   'context' => '1',
26646   'tab_parent' => 'admin/structure/contact',
26647   'tab_root' => 'admin/structure/contact',
26648   'title' => 'Add category',
26649   'title_callback' => 't',
26650   'title_arguments' => '',
26651   'theme_callback' => '',
26652   'theme_arguments' => 'a:0:{}',
26653   'type' => '388',
26654   'description' => '',
26655   'position' => '',
26656   'weight' => '1',
26657   'include_file' => 'modules/contact/contact.admin.inc',
26658 ))
26659 ->values(array(
26660   'path' => 'admin/structure/contact/delete/%',
26661   'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
26662   'to_arg_functions' => '',
26663   'access_callback' => 'user_access',
26664   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
26665   'page_callback' => 'drupal_get_form',
26666   'page_arguments' => 'a:2:{i:0;s:28:"contact_category_delete_form";i:1;i:4;}',
26667   'delivery_callback' => '',
26668   'fit' => '30',
26669   'number_parts' => '5',
26670   'context' => '0',
26671   'tab_parent' => '',
26672   'tab_root' => 'admin/structure/contact/delete/%',
26673   'title' => 'Delete contact',
26674   'title_callback' => 't',
26675   'title_arguments' => '',
26676   'theme_callback' => '',
26677   'theme_arguments' => 'a:0:{}',
26678   'type' => '6',
26679   'description' => '',
26680   'position' => '',
26681   'weight' => '0',
26682   'include_file' => 'modules/contact/contact.admin.inc',
26683 ))
26684 ->values(array(
26685   'path' => 'admin/structure/contact/edit/%',
26686   'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
26687   'to_arg_functions' => '',
26688   'access_callback' => 'user_access',
26689   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
26690   'page_callback' => 'drupal_get_form',
26691   'page_arguments' => 'a:2:{i:0;s:26:"contact_category_edit_form";i:1;i:4;}',
26692   'delivery_callback' => '',
26693   'fit' => '30',
26694   'number_parts' => '5',
26695   'context' => '0',
26696   'tab_parent' => '',
26697   'tab_root' => 'admin/structure/contact/edit/%',
26698   'title' => 'Edit contact category',
26699   'title_callback' => 't',
26700   'title_arguments' => '',
26701   'theme_callback' => '',
26702   'theme_arguments' => 'a:0:{}',
26703   'type' => '6',
26704   'description' => '',
26705   'position' => '',
26706   'weight' => '0',
26707   'include_file' => 'modules/contact/contact.admin.inc',
26708 ))
26709 ->values(array(
26710   'path' => 'admin/structure/forum',
26711   'load_functions' => '',
26712   'to_arg_functions' => '',
26713   'access_callback' => 'user_access',
26714   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26715   'page_callback' => 'drupal_get_form',
26716   'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
26717   'delivery_callback' => '',
26718   'fit' => '7',
26719   'number_parts' => '3',
26720   'context' => '0',
26721   'tab_parent' => '',
26722   'tab_root' => 'admin/structure/forum',
26723   'title' => 'Forums',
26724   'title_callback' => 't',
26725   'title_arguments' => '',
26726   'theme_callback' => '',
26727   'theme_arguments' => 'a:0:{}',
26728   'type' => '6',
26729   'description' => 'Control forum hierarchy settings.',
26730   'position' => '',
26731   'weight' => '0',
26732   'include_file' => 'modules/forum/forum.admin.inc',
26733 ))
26734 ->values(array(
26735   'path' => 'admin/structure/forum/add/container',
26736   'load_functions' => '',
26737   'to_arg_functions' => '',
26738   'access_callback' => 'user_access',
26739   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26740   'page_callback' => 'forum_form_main',
26741   'page_arguments' => 'a:1:{i:0;s:9:"container";}',
26742   'delivery_callback' => '',
26743   'fit' => '31',
26744   'number_parts' => '5',
26745   'context' => '1',
26746   'tab_parent' => 'admin/structure/forum',
26747   'tab_root' => 'admin/structure/forum',
26748   'title' => 'Add container',
26749   'title_callback' => 't',
26750   'title_arguments' => '',
26751   'theme_callback' => '',
26752   'theme_arguments' => 'a:0:{}',
26753   'type' => '388',
26754   'description' => '',
26755   'position' => '',
26756   'weight' => '0',
26757   'include_file' => 'modules/forum/forum.admin.inc',
26758 ))
26759 ->values(array(
26760   'path' => 'admin/structure/forum/add/forum',
26761   'load_functions' => '',
26762   'to_arg_functions' => '',
26763   'access_callback' => 'user_access',
26764   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26765   'page_callback' => 'forum_form_main',
26766   'page_arguments' => 'a:1:{i:0;s:5:"forum";}',
26767   'delivery_callback' => '',
26768   'fit' => '31',
26769   'number_parts' => '5',
26770   'context' => '1',
26771   'tab_parent' => 'admin/structure/forum',
26772   'tab_root' => 'admin/structure/forum',
26773   'title' => 'Add forum',
26774   'title_callback' => 't',
26775   'title_arguments' => '',
26776   'theme_callback' => '',
26777   'theme_arguments' => 'a:0:{}',
26778   'type' => '388',
26779   'description' => '',
26780   'position' => '',
26781   'weight' => '0',
26782   'include_file' => 'modules/forum/forum.admin.inc',
26783 ))
26784 ->values(array(
26785   'path' => 'admin/structure/forum/edit/container/%',
26786   'load_functions' => 'a:1:{i:5;s:18:"taxonomy_term_load";}',
26787   'to_arg_functions' => '',
26788   'access_callback' => 'user_access',
26789   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26790   'page_callback' => 'forum_form_main',
26791   'page_arguments' => 'a:2:{i:0;s:9:"container";i:1;i:5;}',
26792   'delivery_callback' => '',
26793   'fit' => '62',
26794   'number_parts' => '6',
26795   'context' => '0',
26796   'tab_parent' => '',
26797   'tab_root' => 'admin/structure/forum/edit/container/%',
26798   'title' => 'Edit container',
26799   'title_callback' => 't',
26800   'title_arguments' => '',
26801   'theme_callback' => '',
26802   'theme_arguments' => 'a:0:{}',
26803   'type' => '6',
26804   'description' => '',
26805   'position' => '',
26806   'weight' => '0',
26807   'include_file' => 'modules/forum/forum.admin.inc',
26808 ))
26809 ->values(array(
26810   'path' => 'admin/structure/forum/edit/forum/%',
26811   'load_functions' => 'a:1:{i:5;s:18:"taxonomy_term_load";}',
26812   'to_arg_functions' => '',
26813   'access_callback' => 'user_access',
26814   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26815   'page_callback' => 'forum_form_main',
26816   'page_arguments' => 'a:2:{i:0;s:5:"forum";i:1;i:5;}',
26817   'delivery_callback' => '',
26818   'fit' => '62',
26819   'number_parts' => '6',
26820   'context' => '0',
26821   'tab_parent' => '',
26822   'tab_root' => 'admin/structure/forum/edit/forum/%',
26823   'title' => 'Edit forum',
26824   'title_callback' => 't',
26825   'title_arguments' => '',
26826   'theme_callback' => '',
26827   'theme_arguments' => 'a:0:{}',
26828   'type' => '6',
26829   'description' => '',
26830   'position' => '',
26831   'weight' => '0',
26832   'include_file' => 'modules/forum/forum.admin.inc',
26833 ))
26834 ->values(array(
26835   'path' => 'admin/structure/forum/list',
26836   'load_functions' => '',
26837   'to_arg_functions' => '',
26838   'access_callback' => 'user_access',
26839   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26840   'page_callback' => 'drupal_get_form',
26841   'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
26842   'delivery_callback' => '',
26843   'fit' => '15',
26844   'number_parts' => '4',
26845   'context' => '1',
26846   'tab_parent' => 'admin/structure/forum',
26847   'tab_root' => 'admin/structure/forum',
26848   'title' => 'List',
26849   'title_callback' => 't',
26850   'title_arguments' => '',
26851   'theme_callback' => '',
26852   'theme_arguments' => 'a:0:{}',
26853   'type' => '140',
26854   'description' => '',
26855   'position' => '',
26856   'weight' => '-10',
26857   'include_file' => 'modules/forum/forum.admin.inc',
26858 ))
26859 ->values(array(
26860   'path' => 'admin/structure/forum/settings',
26861   'load_functions' => '',
26862   'to_arg_functions' => '',
26863   'access_callback' => 'user_access',
26864   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26865   'page_callback' => 'drupal_get_form',
26866   'page_arguments' => 'a:1:{i:0;s:20:"forum_admin_settings";}',
26867   'delivery_callback' => '',
26868   'fit' => '15',
26869   'number_parts' => '4',
26870   'context' => '1',
26871   'tab_parent' => 'admin/structure/forum',
26872   'tab_root' => 'admin/structure/forum',
26873   'title' => 'Settings',
26874   'title_callback' => 't',
26875   'title_arguments' => '',
26876   'theme_callback' => '',
26877   'theme_arguments' => 'a:0:{}',
26878   'type' => '132',
26879   'description' => '',
26880   'position' => '',
26881   'weight' => '5',
26882   'include_file' => 'modules/forum/forum.admin.inc',
26883 ))
26884 ->values(array(
26885   'path' => 'admin/structure/menu',
26886   'load_functions' => '',
26887   'to_arg_functions' => '',
26888   'access_callback' => 'user_access',
26889   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26890   'page_callback' => 'menu_overview_page',
26891   'page_arguments' => 'a:0:{}',
26892   'delivery_callback' => '',
26893   'fit' => '7',
26894   'number_parts' => '3',
26895   'context' => '0',
26896   'tab_parent' => '',
26897   'tab_root' => 'admin/structure/menu',
26898   'title' => 'Menus',
26899   'title_callback' => 't',
26900   'title_arguments' => '',
26901   'theme_callback' => '',
26902   'theme_arguments' => 'a:0:{}',
26903   'type' => '6',
26904   'description' => 'Add new menus to your site, edit existing menus, and rename and reorganize menu links.',
26905   'position' => '',
26906   'weight' => '0',
26907   'include_file' => 'modules/menu/menu.admin.inc',
26908 ))
26909 ->values(array(
26910   'path' => 'admin/structure/menu/add',
26911   'load_functions' => '',
26912   'to_arg_functions' => '',
26913   'access_callback' => 'user_access',
26914   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26915   'page_callback' => 'drupal_get_form',
26916   'page_arguments' => 'a:2:{i:0;s:14:"menu_edit_menu";i:1;s:3:"add";}',
26917   'delivery_callback' => '',
26918   'fit' => '15',
26919   'number_parts' => '4',
26920   'context' => '1',
26921   'tab_parent' => 'admin/structure/menu',
26922   'tab_root' => 'admin/structure/menu',
26923   'title' => 'Add menu',
26924   'title_callback' => 't',
26925   'title_arguments' => '',
26926   'theme_callback' => '',
26927   'theme_arguments' => 'a:0:{}',
26928   'type' => '388',
26929   'description' => '',
26930   'position' => '',
26931   'weight' => '0',
26932   'include_file' => 'modules/menu/menu.admin.inc',
26933 ))
26934 ->values(array(
26935   'path' => 'admin/structure/menu/item/%/delete',
26936   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
26937   'to_arg_functions' => '',
26938   'access_callback' => 'user_access',
26939   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26940   'page_callback' => 'menu_item_delete_page',
26941   'page_arguments' => 'a:1:{i:0;i:4;}',
26942   'delivery_callback' => '',
26943   'fit' => '61',
26944   'number_parts' => '6',
26945   'context' => '0',
26946   'tab_parent' => '',
26947   'tab_root' => 'admin/structure/menu/item/%/delete',
26948   'title' => 'Delete menu link',
26949   'title_callback' => 't',
26950   'title_arguments' => '',
26951   'theme_callback' => '',
26952   'theme_arguments' => 'a:0:{}',
26953   'type' => '6',
26954   'description' => '',
26955   'position' => '',
26956   'weight' => '0',
26957   'include_file' => 'modules/menu/menu.admin.inc',
26958 ))
26959 ->values(array(
26960   'path' => 'admin/structure/menu/item/%/edit',
26961   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
26962   'to_arg_functions' => '',
26963   'access_callback' => 'user_access',
26964   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26965   'page_callback' => 'drupal_get_form',
26966   'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:4:"edit";i:2;i:4;i:3;N;}',
26967   'delivery_callback' => '',
26968   'fit' => '61',
26969   'number_parts' => '6',
26970   'context' => '0',
26971   'tab_parent' => '',
26972   'tab_root' => 'admin/structure/menu/item/%/edit',
26973   'title' => 'Edit menu link',
26974   'title_callback' => 't',
26975   'title_arguments' => '',
26976   'theme_callback' => '',
26977   'theme_arguments' => 'a:0:{}',
26978   'type' => '6',
26979   'description' => '',
26980   'position' => '',
26981   'weight' => '0',
26982   'include_file' => 'modules/menu/menu.admin.inc',
26983 ))
26984 ->values(array(
26985   'path' => 'admin/structure/menu/item/%/reset',
26986   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
26987   'to_arg_functions' => '',
26988   'access_callback' => 'user_access',
26989   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26990   'page_callback' => 'drupal_get_form',
26991   'page_arguments' => 'a:2:{i:0;s:23:"menu_reset_item_confirm";i:1;i:4;}',
26992   'delivery_callback' => '',
26993   'fit' => '61',
26994   'number_parts' => '6',
26995   'context' => '0',
26996   'tab_parent' => '',
26997   'tab_root' => 'admin/structure/menu/item/%/reset',
26998   'title' => 'Reset menu link',
26999   'title_callback' => 't',
27000   'title_arguments' => '',
27001   'theme_callback' => '',
27002   'theme_arguments' => 'a:0:{}',
27003   'type' => '6',
27004   'description' => '',
27005   'position' => '',
27006   'weight' => '0',
27007   'include_file' => 'modules/menu/menu.admin.inc',
27008 ))
27009 ->values(array(
27010   'path' => 'admin/structure/menu/list',
27011   'load_functions' => '',
27012   'to_arg_functions' => '',
27013   'access_callback' => 'user_access',
27014   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
27015   'page_callback' => 'menu_overview_page',
27016   'page_arguments' => 'a:0:{}',
27017   'delivery_callback' => '',
27018   'fit' => '15',
27019   'number_parts' => '4',
27020   'context' => '1',
27021   'tab_parent' => 'admin/structure/menu',
27022   'tab_root' => 'admin/structure/menu',
27023   'title' => 'List menus',
27024   'title_callback' => 't',
27025   'title_arguments' => '',
27026   'theme_callback' => '',
27027   'theme_arguments' => 'a:0:{}',
27028   'type' => '140',
27029   'description' => '',
27030   'position' => '',
27031   'weight' => '-10',
27032   'include_file' => 'modules/menu/menu.admin.inc',
27033 ))
27034 ->values(array(
27035   'path' => 'admin/structure/menu/manage/%',
27036   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
27037   'to_arg_functions' => '',
27038   'access_callback' => 'user_access',
27039   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
27040   'page_callback' => 'drupal_get_form',
27041   'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:4;}',
27042   'delivery_callback' => '',
27043   'fit' => '30',
27044   'number_parts' => '5',
27045   'context' => '0',
27046   'tab_parent' => '',
27047   'tab_root' => 'admin/structure/menu/manage/%',
27048   'title' => 'Customize menu',
27049   'title_callback' => 'menu_overview_title',
27050   'title_arguments' => 'a:1:{i:0;i:4;}',
27051   'theme_callback' => '',
27052   'theme_arguments' => 'a:0:{}',
27053   'type' => '6',
27054   'description' => '',
27055   'position' => '',
27056   'weight' => '0',
27057   'include_file' => 'modules/menu/menu.admin.inc',
27058 ))
27059 ->values(array(
27060   'path' => 'admin/structure/menu/manage/%/add',
27061   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
27062   'to_arg_functions' => '',
27063   'access_callback' => 'user_access',
27064   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
27065   'page_callback' => 'drupal_get_form',
27066   'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:3:"add";i:2;N;i:3;i:4;}',
27067   'delivery_callback' => '',
27068   'fit' => '61',
27069   'number_parts' => '6',
27070   'context' => '1',
27071   'tab_parent' => 'admin/structure/menu/manage/%',
27072   'tab_root' => 'admin/structure/menu/manage/%',
27073   'title' => 'Add link',
27074   'title_callback' => 't',
27075   'title_arguments' => '',
27076   'theme_callback' => '',
27077   'theme_arguments' => 'a:0:{}',
27078   'type' => '388',
27079   'description' => '',
27080   'position' => '',
27081   'weight' => '0',
27082   'include_file' => 'modules/menu/menu.admin.inc',
27083 ))
27084 ->values(array(
27085   'path' => 'admin/structure/menu/manage/%/delete',
27086   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
27087   'to_arg_functions' => '',
27088   'access_callback' => 'user_access',
27089   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
27090   'page_callback' => 'menu_delete_menu_page',
27091   'page_arguments' => 'a:1:{i:0;i:4;}',
27092   'delivery_callback' => '',
27093   'fit' => '61',
27094   'number_parts' => '6',
27095   'context' => '0',
27096   'tab_parent' => '',
27097   'tab_root' => 'admin/structure/menu/manage/%/delete',
27098   'title' => 'Delete menu',
27099   'title_callback' => 't',
27100   'title_arguments' => '',
27101   'theme_callback' => '',
27102   'theme_arguments' => 'a:0:{}',
27103   'type' => '6',
27104   'description' => '',
27105   'position' => '',
27106   'weight' => '0',
27107   'include_file' => 'modules/menu/menu.admin.inc',
27108 ))
27109 ->values(array(
27110   'path' => 'admin/structure/menu/manage/%/edit',
27111   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
27112   'to_arg_functions' => '',
27113   'access_callback' => 'user_access',
27114   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
27115   'page_callback' => 'drupal_get_form',
27116   'page_arguments' => 'a:3:{i:0;s:14:"menu_edit_menu";i:1;s:4:"edit";i:2;i:4;}',
27117   'delivery_callback' => '',
27118   'fit' => '61',
27119   'number_parts' => '6',
27120   'context' => '3',
27121   'tab_parent' => 'admin/structure/menu/manage/%',
27122   'tab_root' => 'admin/structure/menu/manage/%',
27123   'title' => 'Edit menu',
27124   'title_callback' => 't',
27125   'title_arguments' => '',
27126   'theme_callback' => '',
27127   'theme_arguments' => 'a:0:{}',
27128   'type' => '132',
27129   'description' => '',
27130   'position' => '',
27131   'weight' => '0',
27132   'include_file' => 'modules/menu/menu.admin.inc',
27133 ))
27134 ->values(array(
27135   'path' => 'admin/structure/menu/manage/%/list',
27136   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
27137   'to_arg_functions' => '',
27138   'access_callback' => 'user_access',
27139   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
27140   'page_callback' => 'drupal_get_form',
27141   'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:4;}',
27142   'delivery_callback' => '',
27143   'fit' => '61',
27144   'number_parts' => '6',
27145   'context' => '3',
27146   'tab_parent' => 'admin/structure/menu/manage/%',
27147   'tab_root' => 'admin/structure/menu/manage/%',
27148   'title' => 'List links',
27149   'title_callback' => 't',
27150   'title_arguments' => '',
27151   'theme_callback' => '',
27152   'theme_arguments' => 'a:0:{}',
27153   'type' => '140',
27154   'description' => '',
27155   'position' => '',
27156   'weight' => '-10',
27157   'include_file' => 'modules/menu/menu.admin.inc',
27158 ))
27159 ->values(array(
27160   'path' => 'admin/structure/menu/parents',
27161   'load_functions' => '',
27162   'to_arg_functions' => '',
27163   'access_callback' => 'user_access',
27164   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
27165   'page_callback' => 'menu_parent_options_js',
27166   'page_arguments' => 'a:0:{}',
27167   'delivery_callback' => '',
27168   'fit' => '15',
27169   'number_parts' => '4',
27170   'context' => '0',
27171   'tab_parent' => '',
27172   'tab_root' => 'admin/structure/menu/parents',
27173   'title' => 'Parent menu items',
27174   'title_callback' => 't',
27175   'title_arguments' => '',
27176   'theme_callback' => '',
27177   'theme_arguments' => 'a:0:{}',
27178   'type' => '0',
27179   'description' => '',
27180   'position' => '',
27181   'weight' => '0',
27182   'include_file' => '',
27183 ))
27184 ->values(array(
27185   'path' => 'admin/structure/menu/settings',
27186   'load_functions' => '',
27187   'to_arg_functions' => '',
27188   'access_callback' => 'user_access',
27189   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
27190   'page_callback' => 'drupal_get_form',
27191   'page_arguments' => 'a:1:{i:0;s:14:"menu_configure";}',
27192   'delivery_callback' => '',
27193   'fit' => '15',
27194   'number_parts' => '4',
27195   'context' => '1',
27196   'tab_parent' => 'admin/structure/menu',
27197   'tab_root' => 'admin/structure/menu',
27198   'title' => 'Settings',
27199   'title_callback' => 't',
27200   'title_arguments' => '',
27201   'theme_callback' => '',
27202   'theme_arguments' => 'a:0:{}',
27203   'type' => '132',
27204   'description' => '',
27205   'position' => '',
27206   'weight' => '5',
27207   'include_file' => 'modules/menu/menu.admin.inc',
27208 ))
27209 ->values(array(
27210   'path' => 'admin/structure/taxonomy',
27211   'load_functions' => '',
27212   'to_arg_functions' => '',
27213   'access_callback' => 'user_access',
27214   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27215   'page_callback' => 'drupal_get_form',
27216   'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}',
27217   'delivery_callback' => '',
27218   'fit' => '7',
27219   'number_parts' => '3',
27220   'context' => '0',
27221   'tab_parent' => '',
27222   'tab_root' => 'admin/structure/taxonomy',
27223   'title' => 'Taxonomy',
27224   'title_callback' => 't',
27225   'title_arguments' => '',
27226   'theme_callback' => '',
27227   'theme_arguments' => 'a:0:{}',
27228   'type' => '6',
27229   'description' => 'Manage tagging, categorization, and classification of your content.',
27230   'position' => '',
27231   'weight' => '0',
27232   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
27233 ))
27234 ->values(array(
27235   'path' => 'admin/structure/taxonomy/%',
27236   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
27237   'to_arg_functions' => '',
27238   'access_callback' => 'user_access',
27239   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27240   'page_callback' => 'drupal_get_form',
27241   'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}',
27242   'delivery_callback' => '',
27243   'fit' => '14',
27244   'number_parts' => '4',
27245   'context' => '0',
27246   'tab_parent' => '',
27247   'tab_root' => 'admin/structure/taxonomy/%',
27248   'title' => '',
27249   'title_callback' => 'entity_label',
27250   'title_arguments' => 'a:2:{i:0;s:19:"taxonomy_vocabulary";i:1;i:3;}',
27251   'theme_callback' => '',
27252   'theme_arguments' => 'a:0:{}',
27253   'type' => '6',
27254   'description' => '',
27255   'position' => '',
27256   'weight' => '0',
27257   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
27258 ))
27259 ->values(array(
27260   'path' => 'admin/structure/taxonomy/%/add',
27261   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
27262   'to_arg_functions' => '',
27263   'access_callback' => 'user_access',
27264   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27265   'page_callback' => 'drupal_get_form',
27266   'page_arguments' => 'a:3:{i:0;s:18:"taxonomy_form_term";i:1;a:0:{}i:2;i:3;}',
27267   'delivery_callback' => '',
27268   'fit' => '29',
27269   'number_parts' => '5',
27270   'context' => '1',
27271   'tab_parent' => 'admin/structure/taxonomy/%',
27272   'tab_root' => 'admin/structure/taxonomy/%',
27273   'title' => 'Add term',
27274   'title_callback' => 't',
27275   'title_arguments' => '',
27276   'theme_callback' => '',
27277   'theme_arguments' => 'a:0:{}',
27278   'type' => '388',
27279   'description' => '',
27280   'position' => '',
27281   'weight' => '0',
27282   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
27283 ))
27284 ->values(array(
27285   'path' => 'admin/structure/taxonomy/%/display',
27286   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
27287   'to_arg_functions' => '',
27288   'access_callback' => 'user_access',
27289   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27290   'page_callback' => 'drupal_get_form',
27291   '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";}',
27292   'delivery_callback' => '',
27293   'fit' => '29',
27294   'number_parts' => '5',
27295   'context' => '1',
27296   'tab_parent' => 'admin/structure/taxonomy/%',
27297   'tab_root' => 'admin/structure/taxonomy/%',
27298   'title' => 'Manage display',
27299   'title_callback' => 't',
27300   'title_arguments' => '',
27301   'theme_callback' => '',
27302   'theme_arguments' => 'a:0:{}',
27303   'type' => '132',
27304   'description' => '',
27305   'position' => '',
27306   'weight' => '2',
27307   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27308 ))
27309 ->values(array(
27310   'path' => 'admin/structure/taxonomy/%/display/default',
27311   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
27312   'to_arg_functions' => '',
27313   'access_callback' => '_field_ui_view_mode_menu_access',
27314   '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";}',
27315   'page_callback' => 'drupal_get_form',
27316   '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";}',
27317   'delivery_callback' => '',
27318   'fit' => '59',
27319   'number_parts' => '6',
27320   'context' => '1',
27321   'tab_parent' => 'admin/structure/taxonomy/%/display',
27322   'tab_root' => 'admin/structure/taxonomy/%',
27323   'title' => 'Default',
27324   'title_callback' => 't',
27325   'title_arguments' => '',
27326   'theme_callback' => '',
27327   'theme_arguments' => 'a:0:{}',
27328   'type' => '140',
27329   'description' => '',
27330   'position' => '',
27331   'weight' => '-10',
27332   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27333 ))
27334 ->values(array(
27335   'path' => 'admin/structure/taxonomy/%/display/full',
27336   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
27337   'to_arg_functions' => '',
27338   'access_callback' => '_field_ui_view_mode_menu_access',
27339   '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";}',
27340   'page_callback' => 'drupal_get_form',
27341   '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";}',
27342   'delivery_callback' => '',
27343   'fit' => '59',
27344   'number_parts' => '6',
27345   'context' => '1',
27346   'tab_parent' => 'admin/structure/taxonomy/%/display',
27347   'tab_root' => 'admin/structure/taxonomy/%',
27348   'title' => 'Taxonomy term page',
27349   'title_callback' => 't',
27350   'title_arguments' => '',
27351   'theme_callback' => '',
27352   'theme_arguments' => 'a:0:{}',
27353   'type' => '132',
27354   'description' => '',
27355   'position' => '',
27356   'weight' => '0',
27357   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27358 ))
27359 ->values(array(
27360   'path' => 'admin/structure/taxonomy/%/edit',
27361   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
27362   'to_arg_functions' => '',
27363   'access_callback' => 'user_access',
27364   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27365   'page_callback' => 'drupal_get_form',
27366   'page_arguments' => 'a:2:{i:0;s:24:"taxonomy_form_vocabulary";i:1;i:3;}',
27367   'delivery_callback' => '',
27368   'fit' => '29',
27369   'number_parts' => '5',
27370   'context' => '1',
27371   'tab_parent' => 'admin/structure/taxonomy/%',
27372   'tab_root' => 'admin/structure/taxonomy/%',
27373   'title' => 'Edit',
27374   'title_callback' => 't',
27375   'title_arguments' => '',
27376   'theme_callback' => '',
27377   'theme_arguments' => 'a:0:{}',
27378   'type' => '132',
27379   'description' => '',
27380   'position' => '',
27381   'weight' => '-10',
27382   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
27383 ))
27384 ->values(array(
27385   'path' => 'admin/structure/taxonomy/%/fields',
27386   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
27387   'to_arg_functions' => '',
27388   'access_callback' => 'user_access',
27389   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27390   'page_callback' => 'drupal_get_form',
27391   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:13:"taxonomy_term";i:2;i:3;}',
27392   'delivery_callback' => '',
27393   'fit' => '29',
27394   'number_parts' => '5',
27395   'context' => '1',
27396   'tab_parent' => 'admin/structure/taxonomy/%',
27397   'tab_root' => 'admin/structure/taxonomy/%',
27398   'title' => 'Manage fields',
27399   'title_callback' => 't',
27400   'title_arguments' => '',
27401   'theme_callback' => '',
27402   'theme_arguments' => 'a:0:{}',
27403   'type' => '132',
27404   'description' => '',
27405   'position' => '',
27406   'weight' => '1',
27407   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27408 ))
27409 ->values(array(
27410   'path' => 'admin/structure/taxonomy/%/fields/%',
27411   '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";}}}',
27412   'to_arg_functions' => '',
27413   'access_callback' => 'user_access',
27414   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27415   'page_callback' => 'drupal_get_form',
27416   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
27417   'delivery_callback' => '',
27418   'fit' => '58',
27419   'number_parts' => '6',
27420   'context' => '0',
27421   'tab_parent' => '',
27422   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
27423   'title' => '',
27424   'title_callback' => 'field_ui_menu_title',
27425   'title_arguments' => 'a:1:{i:0;i:5;}',
27426   'theme_callback' => '',
27427   'theme_arguments' => 'a:0:{}',
27428   'type' => '6',
27429   'description' => '',
27430   'position' => '',
27431   'weight' => '0',
27432   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27433 ))
27434 ->values(array(
27435   'path' => 'admin/structure/taxonomy/%/fields/%/delete',
27436   '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";}}}',
27437   'to_arg_functions' => '',
27438   'access_callback' => 'user_access',
27439   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27440   'page_callback' => 'drupal_get_form',
27441   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:5;}',
27442   'delivery_callback' => '',
27443   'fit' => '117',
27444   'number_parts' => '7',
27445   'context' => '1',
27446   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
27447   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
27448   'title' => 'Delete',
27449   'title_callback' => 't',
27450   'title_arguments' => '',
27451   'theme_callback' => '',
27452   'theme_arguments' => 'a:0:{}',
27453   'type' => '132',
27454   'description' => '',
27455   'position' => '',
27456   'weight' => '10',
27457   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27458 ))
27459 ->values(array(
27460   'path' => 'admin/structure/taxonomy/%/fields/%/edit',
27461   '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";}}}',
27462   'to_arg_functions' => '',
27463   'access_callback' => 'user_access',
27464   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27465   'page_callback' => 'drupal_get_form',
27466   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
27467   'delivery_callback' => '',
27468   'fit' => '117',
27469   'number_parts' => '7',
27470   'context' => '1',
27471   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
27472   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
27473   'title' => 'Edit',
27474   'title_callback' => 't',
27475   'title_arguments' => '',
27476   'theme_callback' => '',
27477   'theme_arguments' => 'a:0:{}',
27478   'type' => '140',
27479   'description' => '',
27480   'position' => '',
27481   'weight' => '0',
27482   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27483 ))
27484 ->values(array(
27485   'path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
27486   '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";}}}',
27487   'to_arg_functions' => '',
27488   'access_callback' => 'user_access',
27489   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27490   'page_callback' => 'drupal_get_form',
27491   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:5;}',
27492   'delivery_callback' => '',
27493   'fit' => '117',
27494   'number_parts' => '7',
27495   'context' => '1',
27496   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
27497   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
27498   'title' => 'Field settings',
27499   'title_callback' => 't',
27500   'title_arguments' => '',
27501   'theme_callback' => '',
27502   'theme_arguments' => 'a:0:{}',
27503   'type' => '132',
27504   'description' => '',
27505   'position' => '',
27506   'weight' => '0',
27507   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27508 ))
27509 ->values(array(
27510   'path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
27511   '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";}}}',
27512   'to_arg_functions' => '',
27513   'access_callback' => 'user_access',
27514   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27515   'page_callback' => 'drupal_get_form',
27516   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:5;}',
27517   'delivery_callback' => '',
27518   'fit' => '117',
27519   'number_parts' => '7',
27520   'context' => '1',
27521   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
27522   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
27523   'title' => 'Widget type',
27524   'title_callback' => 't',
27525   'title_arguments' => '',
27526   'theme_callback' => '',
27527   'theme_arguments' => 'a:0:{}',
27528   'type' => '132',
27529   'description' => '',
27530   'position' => '',
27531   'weight' => '0',
27532   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27533 ))
27534 ->values(array(
27535   'path' => 'admin/structure/taxonomy/%/list',
27536   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
27537   'to_arg_functions' => '',
27538   'access_callback' => 'user_access',
27539   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27540   'page_callback' => 'drupal_get_form',
27541   'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}',
27542   'delivery_callback' => '',
27543   'fit' => '29',
27544   'number_parts' => '5',
27545   'context' => '1',
27546   'tab_parent' => 'admin/structure/taxonomy/%',
27547   'tab_root' => 'admin/structure/taxonomy/%',
27548   'title' => 'List',
27549   'title_callback' => 't',
27550   'title_arguments' => '',
27551   'theme_callback' => '',
27552   'theme_arguments' => 'a:0:{}',
27553   'type' => '140',
27554   'description' => '',
27555   'position' => '',
27556   'weight' => '-20',
27557   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
27558 ))
27559 ->values(array(
27560   'path' => 'admin/structure/taxonomy/add',
27561   'load_functions' => '',
27562   'to_arg_functions' => '',
27563   'access_callback' => 'user_access',
27564   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27565   'page_callback' => 'drupal_get_form',
27566   'page_arguments' => 'a:1:{i:0;s:24:"taxonomy_form_vocabulary";}',
27567   'delivery_callback' => '',
27568   'fit' => '15',
27569   'number_parts' => '4',
27570   'context' => '1',
27571   'tab_parent' => 'admin/structure/taxonomy',
27572   'tab_root' => 'admin/structure/taxonomy',
27573   'title' => 'Add vocabulary',
27574   'title_callback' => 't',
27575   'title_arguments' => '',
27576   'theme_callback' => '',
27577   'theme_arguments' => 'a:0:{}',
27578   'type' => '388',
27579   'description' => '',
27580   'position' => '',
27581   'weight' => '0',
27582   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
27583 ))
27584 ->values(array(
27585   'path' => 'admin/structure/taxonomy/list',
27586   'load_functions' => '',
27587   'to_arg_functions' => '',
27588   'access_callback' => 'user_access',
27589   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27590   'page_callback' => 'drupal_get_form',
27591   'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}',
27592   'delivery_callback' => '',
27593   'fit' => '15',
27594   'number_parts' => '4',
27595   'context' => '1',
27596   'tab_parent' => 'admin/structure/taxonomy',
27597   'tab_root' => 'admin/structure/taxonomy',
27598   'title' => 'List',
27599   'title_callback' => 't',
27600   'title_arguments' => '',
27601   'theme_callback' => '',
27602   'theme_arguments' => 'a:0:{}',
27603   'type' => '140',
27604   'description' => '',
27605   'position' => '',
27606   'weight' => '-10',
27607   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
27608 ))
27609 ->values(array(
27610   'path' => 'admin/structure/trigger',
27611   'load_functions' => '',
27612   'to_arg_functions' => '',
27613   'access_callback' => 'user_access',
27614   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
27615   'page_callback' => 'trigger_assign',
27616   'page_arguments' => 'a:0:{}',
27617   'delivery_callback' => '',
27618   'fit' => '7',
27619   'number_parts' => '3',
27620   'context' => '0',
27621   'tab_parent' => '',
27622   'tab_root' => 'admin/structure/trigger',
27623   'title' => 'Triggers',
27624   'title_callback' => 't',
27625   'title_arguments' => '',
27626   'theme_callback' => '',
27627   'theme_arguments' => 'a:0:{}',
27628   'type' => '6',
27629   'description' => 'Configure when to execute actions.',
27630   'position' => '',
27631   'weight' => '0',
27632   'include_file' => 'modules/trigger/trigger.admin.inc',
27633 ))
27634 ->values(array(
27635   'path' => 'admin/structure/trigger/comment',
27636   'load_functions' => '',
27637   'to_arg_functions' => '',
27638   'access_callback' => 'user_access',
27639   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
27640   'page_callback' => 'trigger_assign',
27641   'page_arguments' => 'a:1:{i:0;s:7:"comment";}',
27642   'delivery_callback' => '',
27643   'fit' => '15',
27644   'number_parts' => '4',
27645   'context' => '1',
27646   'tab_parent' => 'admin/structure/trigger',
27647   'tab_root' => 'admin/structure/trigger',
27648   'title' => 'Comment',
27649   'title_callback' => 't',
27650   'title_arguments' => '',
27651   'theme_callback' => '',
27652   'theme_arguments' => 'a:0:{}',
27653   'type' => '132',
27654   'description' => '',
27655   'position' => '',
27656   'weight' => '0',
27657   'include_file' => 'modules/trigger/trigger.admin.inc',
27658 ))
27659 ->values(array(
27660   'path' => 'admin/structure/trigger/node',
27661   'load_functions' => '',
27662   'to_arg_functions' => '',
27663   'access_callback' => 'user_access',
27664   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
27665   'page_callback' => 'trigger_assign',
27666   'page_arguments' => 'a:1:{i:0;s:4:"node";}',
27667   'delivery_callback' => '',
27668   'fit' => '15',
27669   'number_parts' => '4',
27670   'context' => '1',
27671   'tab_parent' => 'admin/structure/trigger',
27672   'tab_root' => 'admin/structure/trigger',
27673   'title' => 'Node',
27674   'title_callback' => 't',
27675   'title_arguments' => '',
27676   'theme_callback' => '',
27677   'theme_arguments' => 'a:0:{}',
27678   'type' => '132',
27679   'description' => '',
27680   'position' => '',
27681   'weight' => '0',
27682   'include_file' => 'modules/trigger/trigger.admin.inc',
27683 ))
27684 ->values(array(
27685   'path' => 'admin/structure/trigger/system',
27686   'load_functions' => '',
27687   'to_arg_functions' => '',
27688   'access_callback' => 'user_access',
27689   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
27690   'page_callback' => 'trigger_assign',
27691   'page_arguments' => 'a:1:{i:0;s:6:"system";}',
27692   'delivery_callback' => '',
27693   'fit' => '15',
27694   'number_parts' => '4',
27695   'context' => '1',
27696   'tab_parent' => 'admin/structure/trigger',
27697   'tab_root' => 'admin/structure/trigger',
27698   'title' => 'System',
27699   'title_callback' => 't',
27700   'title_arguments' => '',
27701   'theme_callback' => '',
27702   'theme_arguments' => 'a:0:{}',
27703   'type' => '132',
27704   'description' => '',
27705   'position' => '',
27706   'weight' => '0',
27707   'include_file' => 'modules/trigger/trigger.admin.inc',
27708 ))
27709 ->values(array(
27710   'path' => 'admin/structure/trigger/taxonomy',
27711   'load_functions' => '',
27712   'to_arg_functions' => '',
27713   'access_callback' => 'user_access',
27714   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
27715   'page_callback' => 'trigger_assign',
27716   'page_arguments' => 'a:1:{i:0;s:8:"taxonomy";}',
27717   'delivery_callback' => '',
27718   'fit' => '15',
27719   'number_parts' => '4',
27720   'context' => '1',
27721   'tab_parent' => 'admin/structure/trigger',
27722   'tab_root' => 'admin/structure/trigger',
27723   'title' => 'Taxonomy',
27724   'title_callback' => 't',
27725   'title_arguments' => '',
27726   'theme_callback' => '',
27727   'theme_arguments' => 'a:0:{}',
27728   'type' => '132',
27729   'description' => '',
27730   'position' => '',
27731   'weight' => '0',
27732   'include_file' => 'modules/trigger/trigger.admin.inc',
27733 ))
27734 ->values(array(
27735   'path' => 'admin/structure/trigger/unassign',
27736   'load_functions' => '',
27737   'to_arg_functions' => '',
27738   'access_callback' => 'trigger_menu_unassign_access',
27739   'access_arguments' => 'a:0:{}',
27740   'page_callback' => 'drupal_get_form',
27741   'page_arguments' => 'a:1:{i:0;s:16:"trigger_unassign";}',
27742   'delivery_callback' => '',
27743   'fit' => '15',
27744   'number_parts' => '4',
27745   'context' => '0',
27746   'tab_parent' => '',
27747   'tab_root' => 'admin/structure/trigger/unassign',
27748   'title' => 'Unassign',
27749   'title_callback' => 't',
27750   'title_arguments' => '',
27751   'theme_callback' => '',
27752   'theme_arguments' => 'a:0:{}',
27753   'type' => '4',
27754   'description' => 'Unassign an action from a trigger.',
27755   'position' => '',
27756   'weight' => '0',
27757   'include_file' => 'modules/trigger/trigger.admin.inc',
27758 ))
27759 ->values(array(
27760   'path' => 'admin/structure/trigger/user',
27761   'load_functions' => '',
27762   'to_arg_functions' => '',
27763   'access_callback' => 'user_access',
27764   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
27765   'page_callback' => 'trigger_assign',
27766   'page_arguments' => 'a:1:{i:0;s:4:"user";}',
27767   'delivery_callback' => '',
27768   'fit' => '15',
27769   'number_parts' => '4',
27770   'context' => '1',
27771   'tab_parent' => 'admin/structure/trigger',
27772   'tab_root' => 'admin/structure/trigger',
27773   'title' => 'User',
27774   'title_callback' => 't',
27775   'title_arguments' => '',
27776   'theme_callback' => '',
27777   'theme_arguments' => 'a:0:{}',
27778   'type' => '132',
27779   'description' => '',
27780   'position' => '',
27781   'weight' => '0',
27782   'include_file' => 'modules/trigger/trigger.admin.inc',
27783 ))
27784 ->values(array(
27785   'path' => 'admin/structure/types',
27786   'load_functions' => '',
27787   'to_arg_functions' => '',
27788   'access_callback' => 'user_access',
27789   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27790   'page_callback' => 'node_overview_types',
27791   'page_arguments' => 'a:0:{}',
27792   'delivery_callback' => '',
27793   'fit' => '7',
27794   'number_parts' => '3',
27795   'context' => '0',
27796   'tab_parent' => '',
27797   'tab_root' => 'admin/structure/types',
27798   'title' => 'Content types',
27799   'title_callback' => 't',
27800   'title_arguments' => '',
27801   'theme_callback' => '',
27802   'theme_arguments' => 'a:0:{}',
27803   'type' => '6',
27804   'description' => 'Manage content types, including default status, front page promotion, comment settings, etc.',
27805   'position' => '',
27806   'weight' => '0',
27807   'include_file' => 'modules/node/content_types.inc',
27808 ))
27809 ->values(array(
27810   'path' => 'admin/structure/types/add',
27811   'load_functions' => '',
27812   'to_arg_functions' => '',
27813   'access_callback' => 'user_access',
27814   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27815   'page_callback' => 'drupal_get_form',
27816   'page_arguments' => 'a:1:{i:0;s:14:"node_type_form";}',
27817   'delivery_callback' => '',
27818   'fit' => '15',
27819   'number_parts' => '4',
27820   'context' => '1',
27821   'tab_parent' => 'admin/structure/types',
27822   'tab_root' => 'admin/structure/types',
27823   'title' => 'Add content type',
27824   'title_callback' => 't',
27825   'title_arguments' => '',
27826   'theme_callback' => '',
27827   'theme_arguments' => 'a:0:{}',
27828   'type' => '388',
27829   'description' => '',
27830   'position' => '',
27831   'weight' => '0',
27832   'include_file' => 'modules/node/content_types.inc',
27833 ))
27834 ->values(array(
27835   'path' => 'admin/structure/types/list',
27836   'load_functions' => '',
27837   'to_arg_functions' => '',
27838   'access_callback' => 'user_access',
27839   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27840   'page_callback' => 'node_overview_types',
27841   'page_arguments' => 'a:0:{}',
27842   'delivery_callback' => '',
27843   'fit' => '15',
27844   'number_parts' => '4',
27845   'context' => '1',
27846   'tab_parent' => 'admin/structure/types',
27847   'tab_root' => 'admin/structure/types',
27848   'title' => 'List',
27849   'title_callback' => 't',
27850   'title_arguments' => '',
27851   'theme_callback' => '',
27852   'theme_arguments' => 'a:0:{}',
27853   'type' => '140',
27854   'description' => '',
27855   'position' => '',
27856   'weight' => '-10',
27857   'include_file' => 'modules/node/content_types.inc',
27858 ))
27859 ->values(array(
27860   'path' => 'admin/structure/types/manage/%',
27861   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
27862   'to_arg_functions' => '',
27863   'access_callback' => 'user_access',
27864   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27865   'page_callback' => 'drupal_get_form',
27866   'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;i:4;}',
27867   'delivery_callback' => '',
27868   'fit' => '30',
27869   'number_parts' => '5',
27870   'context' => '0',
27871   'tab_parent' => '',
27872   'tab_root' => 'admin/structure/types/manage/%',
27873   'title' => 'Edit content type',
27874   'title_callback' => 'node_type_page_title',
27875   'title_arguments' => 'a:1:{i:0;i:4;}',
27876   'theme_callback' => '',
27877   'theme_arguments' => 'a:0:{}',
27878   'type' => '6',
27879   'description' => '',
27880   'position' => '',
27881   'weight' => '0',
27882   'include_file' => 'modules/node/content_types.inc',
27883 ))
27884 ->values(array(
27885   'path' => 'admin/structure/types/manage/%/comment/display',
27886   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
27887   'to_arg_functions' => '',
27888   'access_callback' => 'user_access',
27889   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27890   'page_callback' => 'drupal_get_form',
27891   '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";}',
27892   'delivery_callback' => '',
27893   'fit' => '123',
27894   'number_parts' => '7',
27895   'context' => '1',
27896   'tab_parent' => 'admin/structure/types/manage/%',
27897   'tab_root' => 'admin/structure/types/manage/%',
27898   'title' => 'Comment display',
27899   'title_callback' => 't',
27900   'title_arguments' => '',
27901   'theme_callback' => '',
27902   'theme_arguments' => 'a:0:{}',
27903   'type' => '132',
27904   'description' => '',
27905   'position' => '',
27906   'weight' => '4',
27907   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27908 ))
27909 ->values(array(
27910   'path' => 'admin/structure/types/manage/%/comment/display/default',
27911   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
27912   'to_arg_functions' => '',
27913   'access_callback' => '_field_ui_view_mode_menu_access',
27914   '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";}',
27915   'page_callback' => 'drupal_get_form',
27916   '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";}',
27917   'delivery_callback' => '',
27918   'fit' => '247',
27919   'number_parts' => '8',
27920   'context' => '1',
27921   'tab_parent' => 'admin/structure/types/manage/%/comment/display',
27922   'tab_root' => 'admin/structure/types/manage/%',
27923   'title' => 'Default',
27924   'title_callback' => 't',
27925   'title_arguments' => '',
27926   'theme_callback' => '',
27927   'theme_arguments' => 'a:0:{}',
27928   'type' => '140',
27929   'description' => '',
27930   'position' => '',
27931   'weight' => '-10',
27932   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27933 ))
27934 ->values(array(
27935   'path' => 'admin/structure/types/manage/%/comment/display/full',
27936   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
27937   'to_arg_functions' => '',
27938   'access_callback' => '_field_ui_view_mode_menu_access',
27939   '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";}',
27940   'page_callback' => 'drupal_get_form',
27941   '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";}',
27942   'delivery_callback' => '',
27943   'fit' => '247',
27944   'number_parts' => '8',
27945   'context' => '1',
27946   'tab_parent' => 'admin/structure/types/manage/%/comment/display',
27947   'tab_root' => 'admin/structure/types/manage/%',
27948   'title' => 'Full comment',
27949   'title_callback' => 't',
27950   'title_arguments' => '',
27951   'theme_callback' => '',
27952   'theme_arguments' => 'a:0:{}',
27953   'type' => '132',
27954   'description' => '',
27955   'position' => '',
27956   'weight' => '0',
27957   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27958 ))
27959 ->values(array(
27960   'path' => 'admin/structure/types/manage/%/comment/fields',
27961   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
27962   'to_arg_functions' => '',
27963   'access_callback' => 'user_access',
27964   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27965   'page_callback' => 'drupal_get_form',
27966   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:7:"comment";i:2;i:4;}',
27967   'delivery_callback' => '',
27968   'fit' => '123',
27969   'number_parts' => '7',
27970   'context' => '1',
27971   'tab_parent' => 'admin/structure/types/manage/%',
27972   'tab_root' => 'admin/structure/types/manage/%',
27973   'title' => 'Comment fields',
27974   'title_callback' => 't',
27975   'title_arguments' => '',
27976   'theme_callback' => '',
27977   'theme_arguments' => 'a:0:{}',
27978   'type' => '132',
27979   'description' => '',
27980   'position' => '',
27981   'weight' => '3',
27982   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27983 ))
27984 ->values(array(
27985   'path' => 'admin/structure/types/manage/%/comment/fields/%',
27986   '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";}}}',
27987   'to_arg_functions' => '',
27988   'access_callback' => 'user_access',
27989   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27990   'page_callback' => 'drupal_get_form',
27991   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:7;}',
27992   'delivery_callback' => '',
27993   'fit' => '246',
27994   'number_parts' => '8',
27995   'context' => '0',
27996   'tab_parent' => '',
27997   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
27998   'title' => '',
27999   'title_callback' => 'field_ui_menu_title',
28000   'title_arguments' => 'a:1:{i:0;i:7;}',
28001   'theme_callback' => '',
28002   'theme_arguments' => 'a:0:{}',
28003   'type' => '6',
28004   'description' => '',
28005   'position' => '',
28006   'weight' => '0',
28007   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28008 ))
28009 ->values(array(
28010   'path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
28011   '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";}}}',
28012   'to_arg_functions' => '',
28013   'access_callback' => 'user_access',
28014   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28015   'page_callback' => 'drupal_get_form',
28016   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:7;}',
28017   'delivery_callback' => '',
28018   'fit' => '493',
28019   'number_parts' => '9',
28020   'context' => '1',
28021   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
28022   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
28023   'title' => 'Delete',
28024   'title_callback' => 't',
28025   'title_arguments' => '',
28026   'theme_callback' => '',
28027   'theme_arguments' => 'a:0:{}',
28028   'type' => '132',
28029   'description' => '',
28030   'position' => '',
28031   'weight' => '10',
28032   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28033 ))
28034 ->values(array(
28035   'path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
28036   '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";}}}',
28037   'to_arg_functions' => '',
28038   'access_callback' => 'user_access',
28039   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28040   'page_callback' => 'drupal_get_form',
28041   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:7;}',
28042   'delivery_callback' => '',
28043   'fit' => '493',
28044   'number_parts' => '9',
28045   'context' => '1',
28046   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
28047   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
28048   'title' => 'Edit',
28049   'title_callback' => 't',
28050   'title_arguments' => '',
28051   'theme_callback' => '',
28052   'theme_arguments' => 'a:0:{}',
28053   'type' => '140',
28054   'description' => '',
28055   'position' => '',
28056   'weight' => '0',
28057   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28058 ))
28059 ->values(array(
28060   'path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
28061   '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";}}}',
28062   'to_arg_functions' => '',
28063   'access_callback' => 'user_access',
28064   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28065   'page_callback' => 'drupal_get_form',
28066   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:7;}',
28067   'delivery_callback' => '',
28068   'fit' => '493',
28069   'number_parts' => '9',
28070   'context' => '1',
28071   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
28072   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
28073   'title' => 'Field settings',
28074   'title_callback' => 't',
28075   'title_arguments' => '',
28076   'theme_callback' => '',
28077   'theme_arguments' => 'a:0:{}',
28078   'type' => '132',
28079   'description' => '',
28080   'position' => '',
28081   'weight' => '0',
28082   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28083 ))
28084 ->values(array(
28085   'path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
28086   '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";}}}',
28087   'to_arg_functions' => '',
28088   'access_callback' => 'user_access',
28089   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28090   'page_callback' => 'drupal_get_form',
28091   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:7;}',
28092   'delivery_callback' => '',
28093   'fit' => '493',
28094   'number_parts' => '9',
28095   'context' => '1',
28096   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
28097   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
28098   'title' => 'Widget type',
28099   'title_callback' => 't',
28100   'title_arguments' => '',
28101   'theme_callback' => '',
28102   'theme_arguments' => 'a:0:{}',
28103   'type' => '132',
28104   'description' => '',
28105   'position' => '',
28106   'weight' => '0',
28107   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28108 ))
28109 ->values(array(
28110   'path' => 'admin/structure/types/manage/%/delete',
28111   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28112   'to_arg_functions' => '',
28113   'access_callback' => 'user_access',
28114   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28115   'page_callback' => 'drupal_get_form',
28116   'page_arguments' => 'a:2:{i:0;s:24:"node_type_delete_confirm";i:1;i:4;}',
28117   'delivery_callback' => '',
28118   'fit' => '61',
28119   'number_parts' => '6',
28120   'context' => '0',
28121   'tab_parent' => '',
28122   'tab_root' => 'admin/structure/types/manage/%/delete',
28123   'title' => 'Delete',
28124   'title_callback' => 't',
28125   'title_arguments' => '',
28126   'theme_callback' => '',
28127   'theme_arguments' => 'a:0:{}',
28128   'type' => '6',
28129   'description' => '',
28130   'position' => '',
28131   'weight' => '0',
28132   'include_file' => 'modules/node/content_types.inc',
28133 ))
28134 ->values(array(
28135   'path' => 'admin/structure/types/manage/%/display',
28136   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28137   'to_arg_functions' => '',
28138   'access_callback' => 'user_access',
28139   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28140   'page_callback' => 'drupal_get_form',
28141   '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";}',
28142   'delivery_callback' => '',
28143   'fit' => '61',
28144   'number_parts' => '6',
28145   'context' => '1',
28146   'tab_parent' => 'admin/structure/types/manage/%',
28147   'tab_root' => 'admin/structure/types/manage/%',
28148   'title' => 'Manage display',
28149   'title_callback' => 't',
28150   'title_arguments' => '',
28151   'theme_callback' => '',
28152   'theme_arguments' => 'a:0:{}',
28153   'type' => '132',
28154   'description' => '',
28155   'position' => '',
28156   'weight' => '2',
28157   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28158 ))
28159 ->values(array(
28160   'path' => 'admin/structure/types/manage/%/display/default',
28161   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28162   'to_arg_functions' => '',
28163   'access_callback' => '_field_ui_view_mode_menu_access',
28164   '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";}',
28165   'page_callback' => 'drupal_get_form',
28166   '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";}',
28167   'delivery_callback' => '',
28168   'fit' => '123',
28169   'number_parts' => '7',
28170   'context' => '1',
28171   'tab_parent' => 'admin/structure/types/manage/%/display',
28172   'tab_root' => 'admin/structure/types/manage/%',
28173   'title' => 'Default',
28174   'title_callback' => 't',
28175   'title_arguments' => '',
28176   'theme_callback' => '',
28177   'theme_arguments' => 'a:0:{}',
28178   'type' => '140',
28179   'description' => '',
28180   'position' => '',
28181   'weight' => '-10',
28182   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28183 ))
28184 ->values(array(
28185   'path' => 'admin/structure/types/manage/%/display/full',
28186   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28187   'to_arg_functions' => '',
28188   'access_callback' => '_field_ui_view_mode_menu_access',
28189   '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";}',
28190   'page_callback' => 'drupal_get_form',
28191   '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";}',
28192   'delivery_callback' => '',
28193   'fit' => '123',
28194   'number_parts' => '7',
28195   'context' => '1',
28196   'tab_parent' => 'admin/structure/types/manage/%/display',
28197   'tab_root' => 'admin/structure/types/manage/%',
28198   'title' => 'Full content',
28199   'title_callback' => 't',
28200   'title_arguments' => '',
28201   'theme_callback' => '',
28202   'theme_arguments' => 'a:0:{}',
28203   'type' => '132',
28204   'description' => '',
28205   'position' => '',
28206   'weight' => '0',
28207   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28208 ))
28209 ->values(array(
28210   'path' => 'admin/structure/types/manage/%/display/print',
28211   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28212   'to_arg_functions' => '',
28213   'access_callback' => '_field_ui_view_mode_menu_access',
28214   '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";}',
28215   'page_callback' => 'drupal_get_form',
28216   '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";}',
28217   'delivery_callback' => '',
28218   'fit' => '123',
28219   'number_parts' => '7',
28220   'context' => '1',
28221   'tab_parent' => 'admin/structure/types/manage/%/display',
28222   'tab_root' => 'admin/structure/types/manage/%',
28223   'title' => 'Print',
28224   'title_callback' => 't',
28225   'title_arguments' => '',
28226   'theme_callback' => '',
28227   'theme_arguments' => 'a:0:{}',
28228   'type' => '132',
28229   'description' => '',
28230   'position' => '',
28231   'weight' => '5',
28232   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28233 ))
28234 ->values(array(
28235   'path' => 'admin/structure/types/manage/%/display/rss',
28236   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28237   'to_arg_functions' => '',
28238   'access_callback' => '_field_ui_view_mode_menu_access',
28239   '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";}',
28240   'page_callback' => 'drupal_get_form',
28241   '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";}',
28242   'delivery_callback' => '',
28243   'fit' => '123',
28244   'number_parts' => '7',
28245   'context' => '1',
28246   'tab_parent' => 'admin/structure/types/manage/%/display',
28247   'tab_root' => 'admin/structure/types/manage/%',
28248   'title' => 'RSS',
28249   'title_callback' => 't',
28250   'title_arguments' => '',
28251   'theme_callback' => '',
28252   'theme_arguments' => 'a:0:{}',
28253   'type' => '132',
28254   'description' => '',
28255   'position' => '',
28256   'weight' => '2',
28257   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28258 ))
28259 ->values(array(
28260   'path' => 'admin/structure/types/manage/%/display/search_index',
28261   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28262   'to_arg_functions' => '',
28263   'access_callback' => '_field_ui_view_mode_menu_access',
28264   '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";}',
28265   'page_callback' => 'drupal_get_form',
28266   '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";}',
28267   'delivery_callback' => '',
28268   'fit' => '123',
28269   'number_parts' => '7',
28270   'context' => '1',
28271   'tab_parent' => 'admin/structure/types/manage/%/display',
28272   'tab_root' => 'admin/structure/types/manage/%',
28273   'title' => 'Search index',
28274   'title_callback' => 't',
28275   'title_arguments' => '',
28276   'theme_callback' => '',
28277   'theme_arguments' => 'a:0:{}',
28278   'type' => '132',
28279   'description' => '',
28280   'position' => '',
28281   'weight' => '3',
28282   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28283 ))
28284 ->values(array(
28285   'path' => 'admin/structure/types/manage/%/display/search_result',
28286   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28287   'to_arg_functions' => '',
28288   'access_callback' => '_field_ui_view_mode_menu_access',
28289   '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";}',
28290   'page_callback' => 'drupal_get_form',
28291   '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";}',
28292   'delivery_callback' => '',
28293   'fit' => '123',
28294   'number_parts' => '7',
28295   'context' => '1',
28296   'tab_parent' => 'admin/structure/types/manage/%/display',
28297   'tab_root' => 'admin/structure/types/manage/%',
28298   'title' => 'Search result highlighting input',
28299   'title_callback' => 't',
28300   'title_arguments' => '',
28301   'theme_callback' => '',
28302   'theme_arguments' => 'a:0:{}',
28303   'type' => '132',
28304   'description' => '',
28305   'position' => '',
28306   'weight' => '4',
28307   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28308 ))
28309 ->values(array(
28310   'path' => 'admin/structure/types/manage/%/display/teaser',
28311   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28312   'to_arg_functions' => '',
28313   'access_callback' => '_field_ui_view_mode_menu_access',
28314   '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";}',
28315   'page_callback' => 'drupal_get_form',
28316   '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";}',
28317   'delivery_callback' => '',
28318   'fit' => '123',
28319   'number_parts' => '7',
28320   'context' => '1',
28321   'tab_parent' => 'admin/structure/types/manage/%/display',
28322   'tab_root' => 'admin/structure/types/manage/%',
28323   'title' => 'Teaser',
28324   'title_callback' => 't',
28325   'title_arguments' => '',
28326   'theme_callback' => '',
28327   'theme_arguments' => 'a:0:{}',
28328   'type' => '132',
28329   'description' => '',
28330   'position' => '',
28331   'weight' => '1',
28332   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28333 ))
28334 ->values(array(
28335   'path' => 'admin/structure/types/manage/%/edit',
28336   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28337   'to_arg_functions' => '',
28338   'access_callback' => 'user_access',
28339   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28340   'page_callback' => 'drupal_get_form',
28341   'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;i:4;}',
28342   'delivery_callback' => '',
28343   'fit' => '61',
28344   'number_parts' => '6',
28345   'context' => '1',
28346   'tab_parent' => 'admin/structure/types/manage/%',
28347   'tab_root' => 'admin/structure/types/manage/%',
28348   'title' => 'Edit',
28349   'title_callback' => 't',
28350   'title_arguments' => '',
28351   'theme_callback' => '',
28352   'theme_arguments' => 'a:0:{}',
28353   'type' => '140',
28354   'description' => '',
28355   'position' => '',
28356   'weight' => '0',
28357   'include_file' => 'modules/node/content_types.inc',
28358 ))
28359 ->values(array(
28360   'path' => 'admin/structure/types/manage/%/fields',
28361   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28362   'to_arg_functions' => '',
28363   'access_callback' => 'user_access',
28364   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28365   'page_callback' => 'drupal_get_form',
28366   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:4:"node";i:2;i:4;}',
28367   'delivery_callback' => '',
28368   'fit' => '61',
28369   'number_parts' => '6',
28370   'context' => '1',
28371   'tab_parent' => 'admin/structure/types/manage/%',
28372   'tab_root' => 'admin/structure/types/manage/%',
28373   'title' => 'Manage fields',
28374   'title_callback' => 't',
28375   'title_arguments' => '',
28376   'theme_callback' => '',
28377   'theme_arguments' => 'a:0:{}',
28378   'type' => '132',
28379   'description' => '',
28380   'position' => '',
28381   'weight' => '1',
28382   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28383 ))
28384 ->values(array(
28385   'path' => 'admin/structure/types/manage/%/fields/%',
28386   '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";}}}',
28387   'to_arg_functions' => '',
28388   'access_callback' => 'user_access',
28389   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28390   'page_callback' => 'drupal_get_form',
28391   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:6;}',
28392   'delivery_callback' => '',
28393   'fit' => '122',
28394   'number_parts' => '7',
28395   'context' => '0',
28396   'tab_parent' => '',
28397   'tab_root' => 'admin/structure/types/manage/%/fields/%',
28398   'title' => '',
28399   'title_callback' => 'field_ui_menu_title',
28400   'title_arguments' => 'a:1:{i:0;i:6;}',
28401   'theme_callback' => '',
28402   'theme_arguments' => 'a:0:{}',
28403   'type' => '6',
28404   'description' => '',
28405   'position' => '',
28406   'weight' => '0',
28407   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28408 ))
28409 ->values(array(
28410   'path' => 'admin/structure/types/manage/%/fields/%/delete',
28411   '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";}}}',
28412   'to_arg_functions' => '',
28413   'access_callback' => 'user_access',
28414   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28415   'page_callback' => 'drupal_get_form',
28416   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:6;}',
28417   'delivery_callback' => '',
28418   'fit' => '245',
28419   'number_parts' => '8',
28420   'context' => '1',
28421   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
28422   'tab_root' => 'admin/structure/types/manage/%/fields/%',
28423   'title' => 'Delete',
28424   'title_callback' => 't',
28425   'title_arguments' => '',
28426   'theme_callback' => '',
28427   'theme_arguments' => 'a:0:{}',
28428   'type' => '132',
28429   'description' => '',
28430   'position' => '',
28431   'weight' => '10',
28432   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28433 ))
28434 ->values(array(
28435   'path' => 'admin/structure/types/manage/%/fields/%/edit',
28436   '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";}}}',
28437   'to_arg_functions' => '',
28438   'access_callback' => 'user_access',
28439   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28440   'page_callback' => 'drupal_get_form',
28441   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:6;}',
28442   'delivery_callback' => '',
28443   'fit' => '245',
28444   'number_parts' => '8',
28445   'context' => '1',
28446   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
28447   'tab_root' => 'admin/structure/types/manage/%/fields/%',
28448   'title' => 'Edit',
28449   'title_callback' => 't',
28450   'title_arguments' => '',
28451   'theme_callback' => '',
28452   'theme_arguments' => 'a:0:{}',
28453   'type' => '140',
28454   'description' => '',
28455   'position' => '',
28456   'weight' => '0',
28457   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28458 ))
28459 ->values(array(
28460   'path' => 'admin/structure/types/manage/%/fields/%/field-settings',
28461   '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";}}}',
28462   'to_arg_functions' => '',
28463   'access_callback' => 'user_access',
28464   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28465   'page_callback' => 'drupal_get_form',
28466   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:6;}',
28467   'delivery_callback' => '',
28468   'fit' => '245',
28469   'number_parts' => '8',
28470   'context' => '1',
28471   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
28472   'tab_root' => 'admin/structure/types/manage/%/fields/%',
28473   'title' => 'Field settings',
28474   'title_callback' => 't',
28475   'title_arguments' => '',
28476   'theme_callback' => '',
28477   'theme_arguments' => 'a:0:{}',
28478   'type' => '132',
28479   'description' => '',
28480   'position' => '',
28481   'weight' => '0',
28482   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28483 ))
28484 ->values(array(
28485   'path' => 'admin/structure/types/manage/%/fields/%/widget-type',
28486   '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";}}}',
28487   'to_arg_functions' => '',
28488   'access_callback' => 'user_access',
28489   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28490   'page_callback' => 'drupal_get_form',
28491   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:6;}',
28492   'delivery_callback' => '',
28493   'fit' => '245',
28494   'number_parts' => '8',
28495   'context' => '1',
28496   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
28497   'tab_root' => 'admin/structure/types/manage/%/fields/%',
28498   'title' => 'Widget type',
28499   'title_callback' => 't',
28500   'title_arguments' => '',
28501   'theme_callback' => '',
28502   'theme_arguments' => 'a:0:{}',
28503   'type' => '132',
28504   'description' => '',
28505   'position' => '',
28506   'weight' => '0',
28507   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28508 ))
28509 ->values(array(
28510   'path' => 'admin/tasks',
28511   'load_functions' => '',
28512   'to_arg_functions' => '',
28513   'access_callback' => 'user_access',
28514   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
28515   'page_callback' => 'system_admin_menu_block_page',
28516   'page_arguments' => 'a:0:{}',
28517   'delivery_callback' => '',
28518   'fit' => '3',
28519   'number_parts' => '2',
28520   'context' => '1',
28521   'tab_parent' => 'admin',
28522   'tab_root' => 'admin',
28523   'title' => 'Tasks',
28524   'title_callback' => 't',
28525   'title_arguments' => '',
28526   'theme_callback' => '',
28527   'theme_arguments' => 'a:0:{}',
28528   'type' => '140',
28529   'description' => '',
28530   'position' => '',
28531   'weight' => '-20',
28532   'include_file' => 'modules/system/system.admin.inc',
28533 ))
28534 ->values(array(
28535   'path' => 'admin/update/ready',
28536   'load_functions' => '',
28537   'to_arg_functions' => '',
28538   'access_callback' => 'update_manager_access',
28539   'access_arguments' => 'a:0:{}',
28540   'page_callback' => 'drupal_get_form',
28541   'page_arguments' => 'a:1:{i:0;s:32:"update_manager_update_ready_form";}',
28542   'delivery_callback' => '',
28543   'fit' => '7',
28544   'number_parts' => '3',
28545   'context' => '0',
28546   'tab_parent' => '',
28547   'tab_root' => 'admin/update/ready',
28548   'title' => 'Ready to update',
28549   'title_callback' => 't',
28550   'title_arguments' => '',
28551   'theme_callback' => '',
28552   'theme_arguments' => 'a:0:{}',
28553   'type' => '0',
28554   'description' => '',
28555   'position' => '',
28556   'weight' => '0',
28557   'include_file' => 'modules/update/update.manager.inc',
28558 ))
28559 ->values(array(
28560   'path' => 'aggregator',
28561   'load_functions' => '',
28562   'to_arg_functions' => '',
28563   'access_callback' => 'user_access',
28564   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28565   'page_callback' => 'aggregator_page_last',
28566   'page_arguments' => 'a:0:{}',
28567   'delivery_callback' => '',
28568   'fit' => '1',
28569   'number_parts' => '1',
28570   'context' => '0',
28571   'tab_parent' => '',
28572   'tab_root' => 'aggregator',
28573   'title' => 'Feed aggregator',
28574   'title_callback' => 't',
28575   'title_arguments' => '',
28576   'theme_callback' => '',
28577   'theme_arguments' => 'a:0:{}',
28578   'type' => '6',
28579   'description' => '',
28580   'position' => '',
28581   'weight' => '5',
28582   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28583 ))
28584 ->values(array(
28585   'path' => 'aggregator/categories',
28586   'load_functions' => '',
28587   'to_arg_functions' => '',
28588   'access_callback' => '_aggregator_has_categories',
28589   'access_arguments' => 'a:0:{}',
28590   'page_callback' => 'aggregator_page_categories',
28591   'page_arguments' => 'a:0:{}',
28592   'delivery_callback' => '',
28593   'fit' => '3',
28594   'number_parts' => '2',
28595   'context' => '0',
28596   'tab_parent' => '',
28597   'tab_root' => 'aggregator/categories',
28598   'title' => 'Categories',
28599   'title_callback' => 't',
28600   'title_arguments' => '',
28601   'theme_callback' => '',
28602   'theme_arguments' => 'a:0:{}',
28603   'type' => '6',
28604   'description' => '',
28605   'position' => '',
28606   'weight' => '0',
28607   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28608 ))
28609 ->values(array(
28610   'path' => 'aggregator/categories/%',
28611   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
28612   'to_arg_functions' => '',
28613   'access_callback' => 'user_access',
28614   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28615   'page_callback' => 'aggregator_page_category',
28616   'page_arguments' => 'a:1:{i:0;i:2;}',
28617   'delivery_callback' => '',
28618   'fit' => '6',
28619   'number_parts' => '3',
28620   'context' => '0',
28621   'tab_parent' => '',
28622   'tab_root' => 'aggregator/categories/%',
28623   'title' => '',
28624   'title_callback' => '_aggregator_category_title',
28625   'title_arguments' => 'a:1:{i:0;i:2;}',
28626   'theme_callback' => '',
28627   'theme_arguments' => 'a:0:{}',
28628   'type' => '6',
28629   'description' => '',
28630   'position' => '',
28631   'weight' => '0',
28632   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28633 ))
28634 ->values(array(
28635   'path' => 'aggregator/categories/%/categorize',
28636   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
28637   'to_arg_functions' => '',
28638   'access_callback' => 'user_access',
28639   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
28640   'page_callback' => 'drupal_get_form',
28641   'page_arguments' => 'a:2:{i:0;s:29:"aggregator_page_category_form";i:1;i:2;}',
28642   'delivery_callback' => '',
28643   'fit' => '13',
28644   'number_parts' => '4',
28645   'context' => '1',
28646   'tab_parent' => 'aggregator/categories/%',
28647   'tab_root' => 'aggregator/categories/%',
28648   'title' => 'Categorize',
28649   'title_callback' => 't',
28650   'title_arguments' => '',
28651   'theme_callback' => '',
28652   'theme_arguments' => 'a:0:{}',
28653   'type' => '132',
28654   'description' => '',
28655   'position' => '',
28656   'weight' => '0',
28657   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28658 ))
28659 ->values(array(
28660   'path' => 'aggregator/categories/%/configure',
28661   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
28662   'to_arg_functions' => '',
28663   'access_callback' => 'user_access',
28664   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
28665   'page_callback' => 'drupal_get_form',
28666   'page_arguments' => 'a:2:{i:0;s:24:"aggregator_form_category";i:1;i:2;}',
28667   'delivery_callback' => '',
28668   'fit' => '13',
28669   'number_parts' => '4',
28670   'context' => '1',
28671   'tab_parent' => 'aggregator/categories/%',
28672   'tab_root' => 'aggregator/categories/%',
28673   'title' => 'Configure',
28674   'title_callback' => 't',
28675   'title_arguments' => '',
28676   'theme_callback' => '',
28677   'theme_arguments' => 'a:0:{}',
28678   'type' => '132',
28679   'description' => '',
28680   'position' => '',
28681   'weight' => '1',
28682   'include_file' => 'modules/aggregator/aggregator.admin.inc',
28683 ))
28684 ->values(array(
28685   'path' => 'aggregator/categories/%/view',
28686   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
28687   'to_arg_functions' => '',
28688   'access_callback' => 'user_access',
28689   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28690   'page_callback' => 'aggregator_page_category',
28691   'page_arguments' => 'a:1:{i:0;i:2;}',
28692   'delivery_callback' => '',
28693   'fit' => '13',
28694   'number_parts' => '4',
28695   'context' => '1',
28696   'tab_parent' => 'aggregator/categories/%',
28697   'tab_root' => 'aggregator/categories/%',
28698   'title' => 'View',
28699   'title_callback' => 't',
28700   'title_arguments' => '',
28701   'theme_callback' => '',
28702   'theme_arguments' => 'a:0:{}',
28703   'type' => '140',
28704   'description' => '',
28705   'position' => '',
28706   'weight' => '-10',
28707   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28708 ))
28709 ->values(array(
28710   'path' => 'aggregator/opml',
28711   'load_functions' => '',
28712   'to_arg_functions' => '',
28713   'access_callback' => 'user_access',
28714   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28715   'page_callback' => 'aggregator_page_opml',
28716   'page_arguments' => 'a:0:{}',
28717   'delivery_callback' => '',
28718   'fit' => '3',
28719   'number_parts' => '2',
28720   'context' => '0',
28721   'tab_parent' => '',
28722   'tab_root' => 'aggregator/opml',
28723   'title' => 'OPML feed',
28724   'title_callback' => 't',
28725   'title_arguments' => '',
28726   'theme_callback' => '',
28727   'theme_arguments' => 'a:0:{}',
28728   'type' => '0',
28729   'description' => '',
28730   'position' => '',
28731   'weight' => '0',
28732   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28733 ))
28734 ->values(array(
28735   'path' => 'aggregator/rss',
28736   'load_functions' => '',
28737   'to_arg_functions' => '',
28738   'access_callback' => 'user_access',
28739   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28740   'page_callback' => 'aggregator_page_rss',
28741   'page_arguments' => 'a:0:{}',
28742   'delivery_callback' => '',
28743   'fit' => '3',
28744   'number_parts' => '2',
28745   'context' => '0',
28746   'tab_parent' => '',
28747   'tab_root' => 'aggregator/rss',
28748   'title' => 'RSS feed',
28749   'title_callback' => 't',
28750   'title_arguments' => '',
28751   'theme_callback' => '',
28752   'theme_arguments' => 'a:0:{}',
28753   'type' => '0',
28754   'description' => '',
28755   'position' => '',
28756   'weight' => '0',
28757   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28758 ))
28759 ->values(array(
28760   'path' => 'aggregator/sources',
28761   'load_functions' => '',
28762   'to_arg_functions' => '',
28763   'access_callback' => 'user_access',
28764   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28765   'page_callback' => 'aggregator_page_sources',
28766   'page_arguments' => 'a:0:{}',
28767   'delivery_callback' => '',
28768   'fit' => '3',
28769   'number_parts' => '2',
28770   'context' => '0',
28771   'tab_parent' => '',
28772   'tab_root' => 'aggregator/sources',
28773   'title' => 'Sources',
28774   'title_callback' => 't',
28775   'title_arguments' => '',
28776   'theme_callback' => '',
28777   'theme_arguments' => 'a:0:{}',
28778   'type' => '6',
28779   'description' => '',
28780   'position' => '',
28781   'weight' => '0',
28782   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28783 ))
28784 ->values(array(
28785   'path' => 'aggregator/sources/%',
28786   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
28787   'to_arg_functions' => '',
28788   'access_callback' => 'user_access',
28789   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28790   'page_callback' => 'aggregator_page_source',
28791   'page_arguments' => 'a:1:{i:0;i:2;}',
28792   'delivery_callback' => '',
28793   'fit' => '6',
28794   'number_parts' => '3',
28795   'context' => '0',
28796   'tab_parent' => '',
28797   'tab_root' => 'aggregator/sources/%',
28798   'title' => '',
28799   'title_callback' => 't',
28800   'title_arguments' => '',
28801   'theme_callback' => '',
28802   'theme_arguments' => 'a:0:{}',
28803   'type' => '6',
28804   'description' => '',
28805   'position' => '',
28806   'weight' => '0',
28807   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28808 ))
28809 ->values(array(
28810   'path' => 'aggregator/sources/%/categorize',
28811   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
28812   'to_arg_functions' => '',
28813   'access_callback' => 'user_access',
28814   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
28815   'page_callback' => 'drupal_get_form',
28816   'page_arguments' => 'a:2:{i:0;s:27:"aggregator_page_source_form";i:1;i:2;}',
28817   'delivery_callback' => '',
28818   'fit' => '13',
28819   'number_parts' => '4',
28820   'context' => '1',
28821   'tab_parent' => 'aggregator/sources/%',
28822   'tab_root' => 'aggregator/sources/%',
28823   'title' => 'Categorize',
28824   'title_callback' => 't',
28825   'title_arguments' => '',
28826   'theme_callback' => '',
28827   'theme_arguments' => 'a:0:{}',
28828   'type' => '132',
28829   'description' => '',
28830   'position' => '',
28831   'weight' => '0',
28832   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28833 ))
28834 ->values(array(
28835   'path' => 'aggregator/sources/%/configure',
28836   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
28837   'to_arg_functions' => '',
28838   'access_callback' => 'user_access',
28839   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
28840   'page_callback' => 'drupal_get_form',
28841   'page_arguments' => 'a:2:{i:0;s:20:"aggregator_form_feed";i:1;i:2;}',
28842   'delivery_callback' => '',
28843   'fit' => '13',
28844   'number_parts' => '4',
28845   'context' => '1',
28846   'tab_parent' => 'aggregator/sources/%',
28847   'tab_root' => 'aggregator/sources/%',
28848   'title' => 'Configure',
28849   'title_callback' => 't',
28850   'title_arguments' => '',
28851   'theme_callback' => '',
28852   'theme_arguments' => 'a:0:{}',
28853   'type' => '132',
28854   'description' => '',
28855   'position' => '',
28856   'weight' => '1',
28857   'include_file' => 'modules/aggregator/aggregator.admin.inc',
28858 ))
28859 ->values(array(
28860   'path' => 'aggregator/sources/%/view',
28861   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
28862   'to_arg_functions' => '',
28863   'access_callback' => 'user_access',
28864   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28865   'page_callback' => 'aggregator_page_source',
28866   'page_arguments' => 'a:1:{i:0;i:2;}',
28867   'delivery_callback' => '',
28868   'fit' => '13',
28869   'number_parts' => '4',
28870   'context' => '1',
28871   'tab_parent' => 'aggregator/sources/%',
28872   'tab_root' => 'aggregator/sources/%',
28873   'title' => 'View',
28874   'title_callback' => 't',
28875   'title_arguments' => '',
28876   'theme_callback' => '',
28877   'theme_arguments' => 'a:0:{}',
28878   'type' => '140',
28879   'description' => '',
28880   'position' => '',
28881   'weight' => '-10',
28882   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28883 ))
28884 ->values(array(
28885   'path' => 'batch',
28886   'load_functions' => '',
28887   'to_arg_functions' => '',
28888   'access_callback' => '1',
28889   'access_arguments' => 'a:0:{}',
28890   'page_callback' => 'system_batch_page',
28891   'page_arguments' => 'a:0:{}',
28892   'delivery_callback' => '',
28893   'fit' => '1',
28894   'number_parts' => '1',
28895   'context' => '0',
28896   'tab_parent' => '',
28897   'tab_root' => 'batch',
28898   'title' => '',
28899   'title_callback' => 't',
28900   'title_arguments' => '',
28901   'theme_callback' => '_system_batch_theme',
28902   'theme_arguments' => 'a:0:{}',
28903   'type' => '0',
28904   'description' => '',
28905   'position' => '',
28906   'weight' => '0',
28907   'include_file' => 'modules/system/system.admin.inc',
28908 ))
28909 ->values(array(
28910   'path' => 'blog',
28911   'load_functions' => '',
28912   'to_arg_functions' => '',
28913   'access_callback' => 'user_access',
28914   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
28915   'page_callback' => 'blog_page_last',
28916   'page_arguments' => 'a:0:{}',
28917   'delivery_callback' => '',
28918   'fit' => '1',
28919   'number_parts' => '1',
28920   'context' => '0',
28921   'tab_parent' => '',
28922   'tab_root' => 'blog',
28923   'title' => 'Blogs',
28924   'title_callback' => 't',
28925   'title_arguments' => '',
28926   'theme_callback' => '',
28927   'theme_arguments' => 'a:0:{}',
28928   'type' => '20',
28929   'description' => '',
28930   'position' => '',
28931   'weight' => '0',
28932   'include_file' => 'modules/blog/blog.pages.inc',
28933 ))
28934 ->values(array(
28935   'path' => 'blog/%',
28936   'load_functions' => 'a:1:{i:1;s:22:"user_uid_optional_load";}',
28937   'to_arg_functions' => 'a:1:{i:1;s:24:"user_uid_optional_to_arg";}',
28938   'access_callback' => 'blog_page_user_access',
28939   'access_arguments' => 'a:1:{i:0;i:1;}',
28940   'page_callback' => 'blog_page_user',
28941   'page_arguments' => 'a:1:{i:0;i:1;}',
28942   'delivery_callback' => '',
28943   'fit' => '2',
28944   'number_parts' => '2',
28945   'context' => '0',
28946   'tab_parent' => '',
28947   'tab_root' => 'blog/%',
28948   'title' => 'My blog',
28949   'title_callback' => 't',
28950   'title_arguments' => '',
28951   'theme_callback' => '',
28952   'theme_arguments' => 'a:0:{}',
28953   'type' => '6',
28954   'description' => '',
28955   'position' => '',
28956   'weight' => '0',
28957   'include_file' => 'modules/blog/blog.pages.inc',
28958 ))
28959 ->values(array(
28960   'path' => 'blog/%/feed',
28961   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
28962   'to_arg_functions' => '',
28963   'access_callback' => 'blog_page_user_access',
28964   'access_arguments' => 'a:1:{i:0;i:1;}',
28965   'page_callback' => 'blog_feed_user',
28966   'page_arguments' => 'a:1:{i:0;i:1;}',
28967   'delivery_callback' => '',
28968   'fit' => '5',
28969   'number_parts' => '3',
28970   'context' => '0',
28971   'tab_parent' => '',
28972   'tab_root' => 'blog/%/feed',
28973   'title' => 'Blogs',
28974   'title_callback' => 't',
28975   'title_arguments' => '',
28976   'theme_callback' => '',
28977   'theme_arguments' => 'a:0:{}',
28978   'type' => '0',
28979   'description' => '',
28980   'position' => '',
28981   'weight' => '0',
28982   'include_file' => 'modules/blog/blog.pages.inc',
28983 ))
28984 ->values(array(
28985   'path' => 'blog/feed',
28986   'load_functions' => '',
28987   'to_arg_functions' => '',
28988   'access_callback' => 'user_access',
28989   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
28990   'page_callback' => 'blog_feed_last',
28991   'page_arguments' => 'a:0:{}',
28992   'delivery_callback' => '',
28993   'fit' => '3',
28994   'number_parts' => '2',
28995   'context' => '0',
28996   'tab_parent' => '',
28997   'tab_root' => 'blog/feed',
28998   'title' => 'Blogs',
28999   'title_callback' => 't',
29000   'title_arguments' => '',
29001   'theme_callback' => '',
29002   'theme_arguments' => 'a:0:{}',
29003   'type' => '0',
29004   'description' => '',
29005   'position' => '',
29006   'weight' => '0',
29007   'include_file' => 'modules/blog/blog.pages.inc',
29008 ))
29009 ->values(array(
29010   'path' => 'book',
29011   'load_functions' => '',
29012   'to_arg_functions' => '',
29013   'access_callback' => 'user_access',
29014   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29015   'page_callback' => 'book_render',
29016   'page_arguments' => 'a:0:{}',
29017   'delivery_callback' => '',
29018   'fit' => '1',
29019   'number_parts' => '1',
29020   'context' => '0',
29021   'tab_parent' => '',
29022   'tab_root' => 'book',
29023   'title' => 'Books',
29024   'title_callback' => 't',
29025   'title_arguments' => '',
29026   'theme_callback' => '',
29027   'theme_arguments' => 'a:0:{}',
29028   'type' => '20',
29029   'description' => '',
29030   'position' => '',
29031   'weight' => '0',
29032   'include_file' => 'modules/book/book.pages.inc',
29033 ))
29034 ->values(array(
29035   'path' => 'book/export/%/%',
29036   'load_functions' => 'a:2:{i:2;N;i:3;N;}',
29037   'to_arg_functions' => '',
29038   'access_callback' => 'user_access',
29039   'access_arguments' => 'a:1:{i:0;s:31:"access printer-friendly version";}',
29040   'page_callback' => 'book_export',
29041   'page_arguments' => 'a:2:{i:0;i:2;i:1;i:3;}',
29042   'delivery_callback' => '',
29043   'fit' => '12',
29044   'number_parts' => '4',
29045   'context' => '0',
29046   'tab_parent' => '',
29047   'tab_root' => 'book/export/%/%',
29048   'title' => '',
29049   'title_callback' => 't',
29050   'title_arguments' => '',
29051   'theme_callback' => '',
29052   'theme_arguments' => 'a:0:{}',
29053   'type' => '0',
29054   'description' => '',
29055   'position' => '',
29056   'weight' => '0',
29057   'include_file' => 'modules/book/book.pages.inc',
29058 ))
29059 ->values(array(
29060   'path' => 'comment/%',
29061   'load_functions' => 'a:1:{i:1;N;}',
29062   'to_arg_functions' => '',
29063   'access_callback' => 'user_access',
29064   'access_arguments' => 'a:1:{i:0;s:15:"access comments";}',
29065   'page_callback' => 'comment_permalink',
29066   'page_arguments' => 'a:1:{i:0;i:1;}',
29067   'delivery_callback' => '',
29068   'fit' => '2',
29069   'number_parts' => '2',
29070   'context' => '0',
29071   'tab_parent' => '',
29072   'tab_root' => 'comment/%',
29073   'title' => 'Comment permalink',
29074   'title_callback' => 't',
29075   'title_arguments' => '',
29076   'theme_callback' => '',
29077   'theme_arguments' => 'a:0:{}',
29078   'type' => '6',
29079   'description' => '',
29080   'position' => '',
29081   'weight' => '0',
29082   'include_file' => '',
29083 ))
29084 ->values(array(
29085   'path' => 'comment/%/approve',
29086   'load_functions' => 'a:1:{i:1;N;}',
29087   'to_arg_functions' => '',
29088   'access_callback' => 'user_access',
29089   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
29090   'page_callback' => 'comment_approve',
29091   'page_arguments' => 'a:1:{i:0;i:1;}',
29092   'delivery_callback' => '',
29093   'fit' => '5',
29094   'number_parts' => '3',
29095   'context' => '0',
29096   'tab_parent' => '',
29097   'tab_root' => 'comment/%/approve',
29098   'title' => 'Approve',
29099   'title_callback' => 't',
29100   'title_arguments' => '',
29101   'theme_callback' => '',
29102   'theme_arguments' => 'a:0:{}',
29103   'type' => '6',
29104   'description' => '',
29105   'position' => '',
29106   'weight' => '1',
29107   'include_file' => 'modules/comment/comment.pages.inc',
29108 ))
29109 ->values(array(
29110   'path' => 'comment/%/delete',
29111   'load_functions' => 'a:1:{i:1;N;}',
29112   'to_arg_functions' => '',
29113   'access_callback' => 'user_access',
29114   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
29115   'page_callback' => 'comment_confirm_delete_page',
29116   'page_arguments' => 'a:1:{i:0;i:1;}',
29117   'delivery_callback' => '',
29118   'fit' => '5',
29119   'number_parts' => '3',
29120   'context' => '1',
29121   'tab_parent' => 'comment/%',
29122   'tab_root' => 'comment/%',
29123   'title' => 'Delete',
29124   'title_callback' => 't',
29125   'title_arguments' => '',
29126   'theme_callback' => '',
29127   'theme_arguments' => 'a:0:{}',
29128   'type' => '132',
29129   'description' => '',
29130   'position' => '',
29131   'weight' => '2',
29132   'include_file' => 'modules/comment/comment.admin.inc',
29133 ))
29134 ->values(array(
29135   'path' => 'comment/%/edit',
29136   'load_functions' => 'a:1:{i:1;s:12:"comment_load";}',
29137   'to_arg_functions' => '',
29138   'access_callback' => 'comment_access',
29139   'access_arguments' => 'a:2:{i:0;s:4:"edit";i:1;i:1;}',
29140   'page_callback' => 'comment_edit_page',
29141   'page_arguments' => 'a:1:{i:0;i:1;}',
29142   'delivery_callback' => '',
29143   'fit' => '5',
29144   'number_parts' => '3',
29145   'context' => '1',
29146   'tab_parent' => 'comment/%',
29147   'tab_root' => 'comment/%',
29148   'title' => 'Edit',
29149   'title_callback' => 't',
29150   'title_arguments' => '',
29151   'theme_callback' => '',
29152   'theme_arguments' => 'a:0:{}',
29153   'type' => '132',
29154   'description' => '',
29155   'position' => '',
29156   'weight' => '0',
29157   'include_file' => '',
29158 ))
29159 ->values(array(
29160   'path' => 'comment/%/view',
29161   'load_functions' => 'a:1:{i:1;N;}',
29162   'to_arg_functions' => '',
29163   'access_callback' => 'user_access',
29164   'access_arguments' => 'a:1:{i:0;s:15:"access comments";}',
29165   'page_callback' => 'comment_permalink',
29166   'page_arguments' => 'a:1:{i:0;i:1;}',
29167   'delivery_callback' => '',
29168   'fit' => '5',
29169   'number_parts' => '3',
29170   'context' => '1',
29171   'tab_parent' => 'comment/%',
29172   'tab_root' => 'comment/%',
29173   'title' => 'View comment',
29174   'title_callback' => 't',
29175   'title_arguments' => '',
29176   'theme_callback' => '',
29177   'theme_arguments' => 'a:0:{}',
29178   'type' => '140',
29179   'description' => '',
29180   'position' => '',
29181   'weight' => '-10',
29182   'include_file' => '',
29183 ))
29184 ->values(array(
29185   'path' => 'comment/reply/%',
29186   'load_functions' => 'a:1:{i:2;s:9:"node_load";}',
29187   'to_arg_functions' => '',
29188   'access_callback' => 'node_access',
29189   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:2;}',
29190   'page_callback' => 'comment_reply',
29191   'page_arguments' => 'a:1:{i:0;i:2;}',
29192   'delivery_callback' => '',
29193   'fit' => '6',
29194   'number_parts' => '3',
29195   'context' => '0',
29196   'tab_parent' => '',
29197   'tab_root' => 'comment/reply/%',
29198   'title' => 'Add new comment',
29199   'title_callback' => 't',
29200   'title_arguments' => '',
29201   'theme_callback' => '',
29202   'theme_arguments' => 'a:0:{}',
29203   'type' => '6',
29204   'description' => '',
29205   'position' => '',
29206   'weight' => '0',
29207   'include_file' => 'modules/comment/comment.pages.inc',
29208 ))
29209 ->values(array(
29210   'path' => 'contact',
29211   'load_functions' => '',
29212   'to_arg_functions' => '',
29213   'access_callback' => 'user_access',
29214   'access_arguments' => 'a:1:{i:0;s:29:"access site-wide contact form";}',
29215   'page_callback' => 'drupal_get_form',
29216   'page_arguments' => 'a:1:{i:0;s:17:"contact_site_form";}',
29217   'delivery_callback' => '',
29218   'fit' => '1',
29219   'number_parts' => '1',
29220   'context' => '0',
29221   'tab_parent' => '',
29222   'tab_root' => 'contact',
29223   'title' => 'Contact',
29224   'title_callback' => 't',
29225   'title_arguments' => '',
29226   'theme_callback' => '',
29227   'theme_arguments' => 'a:0:{}',
29228   'type' => '20',
29229   'description' => '',
29230   'position' => '',
29231   'weight' => '0',
29232   'include_file' => 'modules/contact/contact.pages.inc',
29233 ))
29234 ->values(array(
29235   'path' => 'ctools/autocomplete/%',
29236   'load_functions' => 'a:1:{i:2;N;}',
29237   'to_arg_functions' => '',
29238   'access_callback' => 'user_access',
29239   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29240   'page_callback' => 'ctools_content_autocomplete_entity',
29241   'page_arguments' => 'a:1:{i:0;i:2;}',
29242   'delivery_callback' => '',
29243   'fit' => '6',
29244   'number_parts' => '3',
29245   'context' => '0',
29246   'tab_parent' => '',
29247   'tab_root' => 'ctools/autocomplete/%',
29248   'title' => '',
29249   'title_callback' => 't',
29250   'title_arguments' => '',
29251   'theme_callback' => '',
29252   'theme_arguments' => 'a:0:{}',
29253   'type' => '0',
29254   'description' => '',
29255   'position' => '',
29256   'weight' => '0',
29257   'include_file' => 'sites/all/modules/ctools/includes/content.menu.inc',
29258 ))
29259 ->values(array(
29260   'path' => 'ctools/context/ajax/access/add',
29261   'load_functions' => '',
29262   'to_arg_functions' => '',
29263   'access_callback' => 'user_access',
29264   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29265   'page_callback' => 'ctools_access_ajax_add',
29266   'page_arguments' => 'a:0:{}',
29267   'delivery_callback' => '',
29268   'fit' => '31',
29269   'number_parts' => '5',
29270   'context' => '0',
29271   'tab_parent' => '',
29272   'tab_root' => 'ctools/context/ajax/access/add',
29273   'title' => '',
29274   'title_callback' => 't',
29275   'title_arguments' => '',
29276   'theme_callback' => 'ajax_base_page_theme',
29277   'theme_arguments' => 'a:0:{}',
29278   'type' => '0',
29279   'description' => '',
29280   'position' => '',
29281   'weight' => '0',
29282   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
29283 ))
29284 ->values(array(
29285   'path' => 'ctools/context/ajax/access/configure',
29286   'load_functions' => '',
29287   'to_arg_functions' => '',
29288   'access_callback' => 'user_access',
29289   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29290   'page_callback' => 'ctools_access_ajax_edit',
29291   'page_arguments' => 'a:0:{}',
29292   'delivery_callback' => '',
29293   'fit' => '31',
29294   'number_parts' => '5',
29295   'context' => '0',
29296   'tab_parent' => '',
29297   'tab_root' => 'ctools/context/ajax/access/configure',
29298   'title' => '',
29299   'title_callback' => 't',
29300   'title_arguments' => '',
29301   'theme_callback' => 'ajax_base_page_theme',
29302   'theme_arguments' => 'a:0:{}',
29303   'type' => '0',
29304   'description' => '',
29305   'position' => '',
29306   'weight' => '0',
29307   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
29308 ))
29309 ->values(array(
29310   'path' => 'ctools/context/ajax/access/delete',
29311   'load_functions' => '',
29312   'to_arg_functions' => '',
29313   'access_callback' => 'user_access',
29314   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29315   'page_callback' => 'ctools_access_ajax_delete',
29316   'page_arguments' => 'a:0:{}',
29317   'delivery_callback' => '',
29318   'fit' => '31',
29319   'number_parts' => '5',
29320   'context' => '0',
29321   'tab_parent' => '',
29322   'tab_root' => 'ctools/context/ajax/access/delete',
29323   'title' => '',
29324   'title_callback' => 't',
29325   'title_arguments' => '',
29326   'theme_callback' => 'ajax_base_page_theme',
29327   'theme_arguments' => 'a:0:{}',
29328   'type' => '0',
29329   'description' => '',
29330   'position' => '',
29331   'weight' => '0',
29332   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
29333 ))
29334 ->values(array(
29335   'path' => 'ctools/context/ajax/add',
29336   'load_functions' => '',
29337   'to_arg_functions' => '',
29338   'access_callback' => 'user_access',
29339   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29340   'page_callback' => 'ctools_context_ajax_item_add',
29341   'page_arguments' => 'a:0:{}',
29342   'delivery_callback' => '',
29343   'fit' => '15',
29344   'number_parts' => '4',
29345   'context' => '0',
29346   'tab_parent' => '',
29347   'tab_root' => 'ctools/context/ajax/add',
29348   'title' => '',
29349   'title_callback' => 't',
29350   'title_arguments' => '',
29351   'theme_callback' => 'ajax_base_page_theme',
29352   'theme_arguments' => 'a:0:{}',
29353   'type' => '0',
29354   'description' => '',
29355   'position' => '',
29356   'weight' => '0',
29357   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
29358 ))
29359 ->values(array(
29360   'path' => 'ctools/context/ajax/configure',
29361   'load_functions' => '',
29362   'to_arg_functions' => '',
29363   'access_callback' => 'user_access',
29364   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29365   'page_callback' => 'ctools_context_ajax_item_edit',
29366   'page_arguments' => 'a:0:{}',
29367   'delivery_callback' => '',
29368   'fit' => '15',
29369   'number_parts' => '4',
29370   'context' => '0',
29371   'tab_parent' => '',
29372   'tab_root' => 'ctools/context/ajax/configure',
29373   'title' => '',
29374   'title_callback' => 't',
29375   'title_arguments' => '',
29376   'theme_callback' => 'ajax_base_page_theme',
29377   'theme_arguments' => 'a:0:{}',
29378   'type' => '0',
29379   'description' => '',
29380   'position' => '',
29381   'weight' => '0',
29382   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
29383 ))
29384 ->values(array(
29385   'path' => 'ctools/context/ajax/delete',
29386   'load_functions' => '',
29387   'to_arg_functions' => '',
29388   'access_callback' => 'user_access',
29389   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29390   'page_callback' => 'ctools_context_ajax_item_delete',
29391   'page_arguments' => 'a:0:{}',
29392   'delivery_callback' => '',
29393   'fit' => '15',
29394   'number_parts' => '4',
29395   'context' => '0',
29396   'tab_parent' => '',
29397   'tab_root' => 'ctools/context/ajax/delete',
29398   'title' => '',
29399   'title_callback' => 't',
29400   'title_arguments' => '',
29401   'theme_callback' => 'ajax_base_page_theme',
29402   'theme_arguments' => 'a:0:{}',
29403   'type' => '0',
29404   'description' => '',
29405   'position' => '',
29406   'weight' => '0',
29407   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
29408 ))
29409 ->values(array(
29410   'path' => 'email/%/%/%',
29411   'load_functions' => 'a:3:{i:1;N;i:2;N;i:3;N;}',
29412   'to_arg_functions' => '',
29413   'access_callback' => 'user_access',
29414   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29415   'page_callback' => 'email_mail_page',
29416   'page_arguments' => 'a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}',
29417   'delivery_callback' => '',
29418   'fit' => '8',
29419   'number_parts' => '4',
29420   'context' => '0',
29421   'tab_parent' => '',
29422   'tab_root' => 'email/%/%/%',
29423   'title' => 'Email Contact Form',
29424   'title_callback' => 't',
29425   'title_arguments' => '',
29426   'theme_callback' => '',
29427   'theme_arguments' => 'a:0:{}',
29428   'type' => '0',
29429   'description' => '',
29430   'position' => '',
29431   'weight' => '0',
29432   'include_file' => '',
29433 ))
29434 ->values(array(
29435   'path' => 'entityreference/autocomplete/single/%/%/%',
29436   'load_functions' => 'a:3:{i:3;N;i:4;N;i:5;N;}',
29437   'to_arg_functions' => '',
29438   'access_callback' => 'entityreference_autocomplete_access_callback',
29439   'access_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
29440   'page_callback' => 'entityreference_autocomplete_callback',
29441   'page_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
29442   'delivery_callback' => '',
29443   'fit' => '56',
29444   'number_parts' => '6',
29445   'context' => '0',
29446   'tab_parent' => '',
29447   'tab_root' => 'entityreference/autocomplete/single/%/%/%',
29448   'title' => 'Entity Reference Autocomplete',
29449   'title_callback' => 't',
29450   'title_arguments' => '',
29451   'theme_callback' => '',
29452   'theme_arguments' => 'a:0:{}',
29453   'type' => '0',
29454   'description' => '',
29455   'position' => '',
29456   'weight' => '0',
29457   'include_file' => '',
29458 ))
29459 ->values(array(
29460   'path' => 'entityreference/autocomplete/tags/%/%/%',
29461   'load_functions' => 'a:3:{i:3;N;i:4;N;i:5;N;}',
29462   'to_arg_functions' => '',
29463   'access_callback' => 'entityreference_autocomplete_access_callback',
29464   'access_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
29465   'page_callback' => 'entityreference_autocomplete_callback',
29466   'page_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
29467   'delivery_callback' => '',
29468   'fit' => '56',
29469   'number_parts' => '6',
29470   'context' => '0',
29471   'tab_parent' => '',
29472   'tab_root' => 'entityreference/autocomplete/tags/%/%/%',
29473   'title' => 'Entity Reference Autocomplete',
29474   'title_callback' => 't',
29475   'title_arguments' => '',
29476   'theme_callback' => '',
29477   'theme_arguments' => 'a:0:{}',
29478   'type' => '0',
29479   'description' => '',
29480   'position' => '',
29481   'weight' => '0',
29482   'include_file' => '',
29483 ))
29484 ->values(array(
29485   'path' => 'file/ajax',
29486   'load_functions' => '',
29487   'to_arg_functions' => '',
29488   'access_callback' => 'user_access',
29489   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29490   'page_callback' => 'file_ajax_upload',
29491   'page_arguments' => 'a:0:{}',
29492   'delivery_callback' => 'ajax_deliver',
29493   'fit' => '3',
29494   'number_parts' => '2',
29495   'context' => '0',
29496   'tab_parent' => '',
29497   'tab_root' => 'file/ajax',
29498   'title' => '',
29499   'title_callback' => 't',
29500   'title_arguments' => '',
29501   'theme_callback' => 'ajax_base_page_theme',
29502   'theme_arguments' => 'a:0:{}',
29503   'type' => '0',
29504   'description' => '',
29505   'position' => '',
29506   'weight' => '0',
29507   'include_file' => '',
29508 ))
29509 ->values(array(
29510   'path' => 'file/progress',
29511   'load_functions' => '',
29512   'to_arg_functions' => '',
29513   'access_callback' => 'user_access',
29514   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29515   'page_callback' => 'file_ajax_progress',
29516   'page_arguments' => 'a:0:{}',
29517   'delivery_callback' => '',
29518   'fit' => '3',
29519   'number_parts' => '2',
29520   'context' => '0',
29521   'tab_parent' => '',
29522   'tab_root' => 'file/progress',
29523   'title' => '',
29524   'title_callback' => 't',
29525   'title_arguments' => '',
29526   'theme_callback' => 'ajax_base_page_theme',
29527   'theme_arguments' => 'a:0:{}',
29528   'type' => '0',
29529   'description' => '',
29530   'position' => '',
29531   'weight' => '0',
29532   'include_file' => '',
29533 ))
29534 ->values(array(
29535   'path' => 'filter/tips',
29536   'load_functions' => '',
29537   'to_arg_functions' => '',
29538   'access_callback' => '1',
29539   'access_arguments' => 'a:0:{}',
29540   'page_callback' => 'filter_tips_long',
29541   'page_arguments' => 'a:0:{}',
29542   'delivery_callback' => '',
29543   'fit' => '3',
29544   'number_parts' => '2',
29545   'context' => '0',
29546   'tab_parent' => '',
29547   'tab_root' => 'filter/tips',
29548   'title' => 'Compose tips',
29549   'title_callback' => 't',
29550   'title_arguments' => '',
29551   'theme_callback' => '',
29552   'theme_arguments' => 'a:0:{}',
29553   'type' => '20',
29554   'description' => '',
29555   'position' => '',
29556   'weight' => '0',
29557   'include_file' => 'modules/filter/filter.pages.inc',
29558 ))
29559 ->values(array(
29560   'path' => 'filter/tips/%',
29561   'load_functions' => 'a:1:{i:2;s:18:"filter_format_load";}',
29562   'to_arg_functions' => '',
29563   'access_callback' => 'filter_access',
29564   'access_arguments' => 'a:1:{i:0;i:2;}',
29565   'page_callback' => 'filter_tips_long',
29566   'page_arguments' => 'a:1:{i:0;i:2;}',
29567   'delivery_callback' => '',
29568   'fit' => '6',
29569   'number_parts' => '3',
29570   'context' => '0',
29571   'tab_parent' => '',
29572   'tab_root' => 'filter/tips/%',
29573   'title' => 'Compose tips',
29574   'title_callback' => 't',
29575   'title_arguments' => '',
29576   'theme_callback' => '',
29577   'theme_arguments' => 'a:0:{}',
29578   'type' => '6',
29579   'description' => '',
29580   'position' => '',
29581   'weight' => '0',
29582   'include_file' => 'modules/filter/filter.pages.inc',
29583 ))
29584 ->values(array(
29585   'path' => 'forum',
29586   'load_functions' => '',
29587   'to_arg_functions' => '',
29588   'access_callback' => 'user_access',
29589   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29590   'page_callback' => 'forum_page',
29591   'page_arguments' => 'a:0:{}',
29592   'delivery_callback' => '',
29593   'fit' => '1',
29594   'number_parts' => '1',
29595   'context' => '0',
29596   'tab_parent' => '',
29597   'tab_root' => 'forum',
29598   'title' => 'Forums',
29599   'title_callback' => 't',
29600   'title_arguments' => '',
29601   'theme_callback' => '',
29602   'theme_arguments' => 'a:0:{}',
29603   'type' => '6',
29604   'description' => '',
29605   'position' => '',
29606   'weight' => '0',
29607   'include_file' => 'modules/forum/forum.pages.inc',
29608 ))
29609 ->values(array(
29610   'path' => 'forum/%',
29611   'load_functions' => 'a:1:{i:1;s:16:"forum_forum_load";}',
29612   'to_arg_functions' => '',
29613   'access_callback' => 'user_access',
29614   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29615   'page_callback' => 'forum_page',
29616   'page_arguments' => 'a:1:{i:0;i:1;}',
29617   'delivery_callback' => '',
29618   'fit' => '2',
29619   'number_parts' => '2',
29620   'context' => '0',
29621   'tab_parent' => '',
29622   'tab_root' => 'forum/%',
29623   'title' => 'Forums',
29624   'title_callback' => 't',
29625   'title_arguments' => '',
29626   'theme_callback' => '',
29627   'theme_arguments' => 'a:0:{}',
29628   'type' => '6',
29629   'description' => '',
29630   'position' => '',
29631   'weight' => '0',
29632   'include_file' => 'modules/forum/forum.pages.inc',
29633 ))
29634 ->values(array(
29635   'path' => 'node',
29636   'load_functions' => '',
29637   'to_arg_functions' => '',
29638   'access_callback' => 'user_access',
29639   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29640   'page_callback' => 'node_page_default',
29641   'page_arguments' => 'a:0:{}',
29642   'delivery_callback' => '',
29643   'fit' => '1',
29644   'number_parts' => '1',
29645   'context' => '0',
29646   'tab_parent' => '',
29647   'tab_root' => 'node',
29648   'title' => '',
29649   'title_callback' => 't',
29650   'title_arguments' => '',
29651   'theme_callback' => '',
29652   'theme_arguments' => 'a:0:{}',
29653   'type' => '0',
29654   'description' => '',
29655   'position' => '',
29656   'weight' => '0',
29657   'include_file' => '',
29658 ))
29659 ->values(array(
29660   'path' => 'node/%',
29661   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29662   'to_arg_functions' => '',
29663   'access_callback' => 'node_access',
29664   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}',
29665   'page_callback' => 'node_page_view',
29666   'page_arguments' => 'a:1:{i:0;i:1;}',
29667   'delivery_callback' => '',
29668   'fit' => '2',
29669   'number_parts' => '2',
29670   'context' => '0',
29671   'tab_parent' => '',
29672   'tab_root' => 'node/%',
29673   'title' => '',
29674   'title_callback' => 'node_page_title',
29675   'title_arguments' => 'a:1:{i:0;i:1;}',
29676   'theme_callback' => '',
29677   'theme_arguments' => 'a:0:{}',
29678   'type' => '6',
29679   'description' => '',
29680   'position' => '',
29681   'weight' => '0',
29682   'include_file' => '',
29683 ))
29684 ->values(array(
29685   'path' => 'node/%/delete',
29686   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29687   'to_arg_functions' => '',
29688   'access_callback' => 'node_access',
29689   'access_arguments' => 'a:2:{i:0;s:6:"delete";i:1;i:1;}',
29690   'page_callback' => 'drupal_get_form',
29691   'page_arguments' => 'a:2:{i:0;s:19:"node_delete_confirm";i:1;i:1;}',
29692   'delivery_callback' => '',
29693   'fit' => '5',
29694   'number_parts' => '3',
29695   'context' => '2',
29696   'tab_parent' => 'node/%',
29697   'tab_root' => 'node/%',
29698   'title' => 'Delete',
29699   'title_callback' => 't',
29700   'title_arguments' => '',
29701   'theme_callback' => '',
29702   'theme_arguments' => 'a:0:{}',
29703   'type' => '132',
29704   'description' => '',
29705   'position' => '',
29706   'weight' => '1',
29707   'include_file' => 'modules/node/node.pages.inc',
29708 ))
29709 ->values(array(
29710   'path' => 'node/%/edit',
29711   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29712   'to_arg_functions' => '',
29713   'access_callback' => 'node_access',
29714   'access_arguments' => 'a:2:{i:0;s:6:"update";i:1;i:1;}',
29715   'page_callback' => 'node_page_edit',
29716   'page_arguments' => 'a:1:{i:0;i:1;}',
29717   'delivery_callback' => '',
29718   'fit' => '5',
29719   'number_parts' => '3',
29720   'context' => '3',
29721   'tab_parent' => 'node/%',
29722   'tab_root' => 'node/%',
29723   'title' => 'Edit',
29724   'title_callback' => 't',
29725   'title_arguments' => '',
29726   'theme_callback' => '',
29727   'theme_arguments' => 'a:0:{}',
29728   'type' => '132',
29729   'description' => '',
29730   'position' => '',
29731   'weight' => '0',
29732   'include_file' => 'modules/node/node.pages.inc',
29733 ))
29734 ->values(array(
29735   'path' => 'node/%/outline',
29736   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29737   'to_arg_functions' => '',
29738   'access_callback' => '_book_outline_access',
29739   'access_arguments' => 'a:1:{i:0;i:1;}',
29740   'page_callback' => 'book_outline',
29741   'page_arguments' => 'a:1:{i:0;i:1;}',
29742   'delivery_callback' => '',
29743   'fit' => '5',
29744   'number_parts' => '3',
29745   'context' => '1',
29746   'tab_parent' => 'node/%',
29747   'tab_root' => 'node/%',
29748   'title' => 'Outline',
29749   'title_callback' => 't',
29750   'title_arguments' => '',
29751   'theme_callback' => '',
29752   'theme_arguments' => 'a:0:{}',
29753   'type' => '132',
29754   'description' => '',
29755   'position' => '',
29756   'weight' => '2',
29757   'include_file' => 'modules/book/book.pages.inc',
29758 ))
29759 ->values(array(
29760   'path' => 'node/%/outline/remove',
29761   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29762   'to_arg_functions' => '',
29763   'access_callback' => '_book_outline_remove_access',
29764   'access_arguments' => 'a:1:{i:0;i:1;}',
29765   'page_callback' => 'drupal_get_form',
29766   'page_arguments' => 'a:2:{i:0;s:16:"book_remove_form";i:1;i:1;}',
29767   'delivery_callback' => '',
29768   'fit' => '11',
29769   'number_parts' => '4',
29770   'context' => '0',
29771   'tab_parent' => '',
29772   'tab_root' => 'node/%/outline/remove',
29773   'title' => 'Remove from outline',
29774   'title_callback' => 't',
29775   'title_arguments' => '',
29776   'theme_callback' => '',
29777   'theme_arguments' => 'a:0:{}',
29778   'type' => '6',
29779   'description' => '',
29780   'position' => '',
29781   'weight' => '0',
29782   'include_file' => 'modules/book/book.pages.inc',
29783 ))
29784 ->values(array(
29785   'path' => 'node/%/revisions',
29786   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29787   'to_arg_functions' => '',
29788   'access_callback' => '_node_revision_access',
29789   'access_arguments' => 'a:1:{i:0;i:1;}',
29790   'page_callback' => 'node_revision_overview',
29791   'page_arguments' => 'a:1:{i:0;i:1;}',
29792   'delivery_callback' => '',
29793   'fit' => '5',
29794   'number_parts' => '3',
29795   'context' => '1',
29796   'tab_parent' => 'node/%',
29797   'tab_root' => 'node/%',
29798   'title' => 'Revisions',
29799   'title_callback' => 't',
29800   'title_arguments' => '',
29801   'theme_callback' => '',
29802   'theme_arguments' => 'a:0:{}',
29803   'type' => '132',
29804   'description' => '',
29805   'position' => '',
29806   'weight' => '2',
29807   'include_file' => 'modules/node/node.pages.inc',
29808 ))
29809 ->values(array(
29810   'path' => 'node/%/revisions/%/delete',
29811   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
29812   'to_arg_functions' => '',
29813   'access_callback' => '_node_revision_access',
29814   'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"delete";}',
29815   'page_callback' => 'drupal_get_form',
29816   'page_arguments' => 'a:2:{i:0;s:28:"node_revision_delete_confirm";i:1;i:1;}',
29817   'delivery_callback' => '',
29818   'fit' => '21',
29819   'number_parts' => '5',
29820   'context' => '0',
29821   'tab_parent' => '',
29822   'tab_root' => 'node/%/revisions/%/delete',
29823   'title' => 'Delete earlier revision',
29824   'title_callback' => 't',
29825   'title_arguments' => '',
29826   'theme_callback' => '',
29827   'theme_arguments' => 'a:0:{}',
29828   'type' => '6',
29829   'description' => '',
29830   'position' => '',
29831   'weight' => '0',
29832   'include_file' => 'modules/node/node.pages.inc',
29833 ))
29834 ->values(array(
29835   'path' => 'node/%/revisions/%/revert',
29836   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
29837   'to_arg_functions' => '',
29838   'access_callback' => '_node_revision_access',
29839   'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"update";}',
29840   'page_callback' => 'drupal_get_form',
29841   'page_arguments' => 'a:2:{i:0;s:28:"node_revision_revert_confirm";i:1;i:1;}',
29842   'delivery_callback' => '',
29843   'fit' => '21',
29844   'number_parts' => '5',
29845   'context' => '0',
29846   'tab_parent' => '',
29847   'tab_root' => 'node/%/revisions/%/revert',
29848   'title' => 'Revert to earlier revision',
29849   'title_callback' => 't',
29850   'title_arguments' => '',
29851   'theme_callback' => '',
29852   'theme_arguments' => 'a:0:{}',
29853   'type' => '6',
29854   'description' => '',
29855   'position' => '',
29856   'weight' => '0',
29857   'include_file' => 'modules/node/node.pages.inc',
29858 ))
29859 ->values(array(
29860   'path' => 'node/%/revisions/%/view',
29861   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
29862   'to_arg_functions' => '',
29863   'access_callback' => '_node_revision_access',
29864   'access_arguments' => 'a:1:{i:0;i:1;}',
29865   'page_callback' => 'node_show',
29866   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
29867   'delivery_callback' => '',
29868   'fit' => '21',
29869   'number_parts' => '5',
29870   'context' => '0',
29871   'tab_parent' => '',
29872   'tab_root' => 'node/%/revisions/%/view',
29873   'title' => 'Revisions',
29874   'title_callback' => 't',
29875   'title_arguments' => '',
29876   'theme_callback' => '',
29877   'theme_arguments' => 'a:0:{}',
29878   'type' => '6',
29879   'description' => '',
29880   'position' => '',
29881   'weight' => '0',
29882   'include_file' => '',
29883 ))
29884 ->values(array(
29885   'path' => 'node/%/track',
29886   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29887   'to_arg_functions' => '',
29888   'access_callback' => 'user_access',
29889   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
29890   'page_callback' => 'statistics_node_tracker',
29891   'page_arguments' => 'a:0:{}',
29892   'delivery_callback' => '',
29893   'fit' => '5',
29894   'number_parts' => '3',
29895   'context' => '1',
29896   'tab_parent' => 'node/%',
29897   'tab_root' => 'node/%',
29898   'title' => 'Track',
29899   'title_callback' => 't',
29900   'title_arguments' => '',
29901   'theme_callback' => '',
29902   'theme_arguments' => 'a:0:{}',
29903   'type' => '132',
29904   'description' => '',
29905   'position' => '',
29906   'weight' => '2',
29907   'include_file' => 'modules/statistics/statistics.pages.inc',
29908 ))
29909 ->values(array(
29910   'path' => 'node/%/translate',
29911   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29912   'to_arg_functions' => '',
29913   'access_callback' => '_translation_tab_access',
29914   'access_arguments' => 'a:1:{i:0;i:1;}',
29915   'page_callback' => 'translation_node_overview',
29916   'page_arguments' => 'a:1:{i:0;i:1;}',
29917   'delivery_callback' => '',
29918   'fit' => '5',
29919   'number_parts' => '3',
29920   'context' => '1',
29921   'tab_parent' => 'node/%',
29922   'tab_root' => 'node/%',
29923   'title' => 'Translate',
29924   'title_callback' => 't',
29925   'title_arguments' => '',
29926   'theme_callback' => '',
29927   'theme_arguments' => 'a:0:{}',
29928   'type' => '132',
29929   'description' => '',
29930   'position' => '',
29931   'weight' => '2',
29932   'include_file' => 'modules/translation/translation.pages.inc',
29933 ))
29934 ->values(array(
29935   'path' => 'node/%/view',
29936   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29937   'to_arg_functions' => '',
29938   'access_callback' => 'node_access',
29939   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}',
29940   'page_callback' => 'node_page_view',
29941   'page_arguments' => 'a:1:{i:0;i:1;}',
29942   'delivery_callback' => '',
29943   'fit' => '5',
29944   'number_parts' => '3',
29945   'context' => '1',
29946   'tab_parent' => 'node/%',
29947   'tab_root' => 'node/%',
29948   'title' => 'View',
29949   'title_callback' => 't',
29950   'title_arguments' => '',
29951   'theme_callback' => '',
29952   'theme_arguments' => 'a:0:{}',
29953   'type' => '140',
29954   'description' => '',
29955   'position' => '',
29956   'weight' => '-10',
29957   'include_file' => '',
29958 ))
29959 ->values(array(
29960   'path' => 'node/add',
29961   'load_functions' => '',
29962   'to_arg_functions' => '',
29963   'access_callback' => '_node_add_access',
29964   'access_arguments' => 'a:0:{}',
29965   'page_callback' => 'node_add_page',
29966   'page_arguments' => 'a:0:{}',
29967   'delivery_callback' => '',
29968   'fit' => '3',
29969   'number_parts' => '2',
29970   'context' => '0',
29971   'tab_parent' => '',
29972   'tab_root' => 'node/add',
29973   'title' => 'Add content',
29974   'title_callback' => 't',
29975   'title_arguments' => '',
29976   'theme_callback' => '',
29977   'theme_arguments' => 'a:0:{}',
29978   'type' => '6',
29979   'description' => '',
29980   'position' => '',
29981   'weight' => '0',
29982   'include_file' => 'modules/node/node.pages.inc',
29983 ))
29984 ->values(array(
29985   'path' => 'node/add/article',
29986   'load_functions' => '',
29987   'to_arg_functions' => '',
29988   'access_callback' => 'node_access',
29989   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:7:"article";}',
29990   'page_callback' => 'node_add',
29991   'page_arguments' => 'a:1:{i:0;s:7:"article";}',
29992   'delivery_callback' => '',
29993   'fit' => '7',
29994   'number_parts' => '3',
29995   'context' => '0',
29996   'tab_parent' => '',
29997   'tab_root' => 'node/add/article',
29998   'title' => 'Article',
29999   'title_callback' => 'check_plain',
30000   'title_arguments' => '',
30001   'theme_callback' => '',
30002   'theme_arguments' => 'a:0:{}',
30003   'type' => '6',
30004   'description' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.',
30005   'position' => '',
30006   'weight' => '0',
30007   'include_file' => 'modules/node/node.pages.inc',
30008 ))
30009 ->values(array(
30010   'path' => 'node/add/blog',
30011   'load_functions' => '',
30012   'to_arg_functions' => '',
30013   'access_callback' => 'node_access',
30014   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"blog";}',
30015   'page_callback' => 'node_add',
30016   'page_arguments' => 'a:1:{i:0;s:4:"blog";}',
30017   'delivery_callback' => '',
30018   'fit' => '7',
30019   'number_parts' => '3',
30020   'context' => '0',
30021   'tab_parent' => '',
30022   'tab_root' => 'node/add/blog',
30023   'title' => 'Blog entry',
30024   'title_callback' => 'check_plain',
30025   'title_arguments' => '',
30026   'theme_callback' => '',
30027   'theme_arguments' => 'a:0:{}',
30028   'type' => '6',
30029   'description' => 'Use for multi-user blogs. Every user gets a personal blog.',
30030   'position' => '',
30031   'weight' => '0',
30032   'include_file' => 'modules/node/node.pages.inc',
30033 ))
30034 ->values(array(
30035   'path' => 'node/add/book',
30036   'load_functions' => '',
30037   'to_arg_functions' => '',
30038   'access_callback' => 'node_access',
30039   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"book";}',
30040   'page_callback' => 'node_add',
30041   'page_arguments' => 'a:1:{i:0;s:4:"book";}',
30042   'delivery_callback' => '',
30043   'fit' => '7',
30044   'number_parts' => '3',
30045   'context' => '0',
30046   'tab_parent' => '',
30047   'tab_root' => 'node/add/book',
30048   'title' => 'Book page',
30049   'title_callback' => 'check_plain',
30050   'title_arguments' => '',
30051   'theme_callback' => '',
30052   'theme_arguments' => 'a:0:{}',
30053   'type' => '6',
30054   'description' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.',
30055   'position' => '',
30056   'weight' => '0',
30057   'include_file' => 'modules/node/node.pages.inc',
30058 ))
30059 ->values(array(
30060   'path' => 'node/add/forum',
30061   'load_functions' => '',
30062   'to_arg_functions' => '',
30063   'access_callback' => 'node_access',
30064   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:5:"forum";}',
30065   'page_callback' => 'node_add',
30066   'page_arguments' => 'a:1:{i:0;s:5:"forum";}',
30067   'delivery_callback' => '',
30068   'fit' => '7',
30069   'number_parts' => '3',
30070   'context' => '0',
30071   'tab_parent' => '',
30072   'tab_root' => 'node/add/forum',
30073   'title' => 'Forum topic',
30074   'title_callback' => 'check_plain',
30075   'title_arguments' => '',
30076   'theme_callback' => '',
30077   'theme_arguments' => 'a:0:{}',
30078   'type' => '6',
30079   'description' => 'A <em>forum topic</em> starts a new discussion thread within a forum.',
30080   'position' => '',
30081   'weight' => '0',
30082   'include_file' => 'modules/node/node.pages.inc',
30083 ))
30084 ->values(array(
30085   'path' => 'node/add/page',
30086   'load_functions' => '',
30087   'to_arg_functions' => '',
30088   'access_callback' => 'node_access',
30089   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"page";}',
30090   'page_callback' => 'node_add',
30091   'page_arguments' => 'a:1:{i:0;s:4:"page";}',
30092   'delivery_callback' => '',
30093   'fit' => '7',
30094   'number_parts' => '3',
30095   'context' => '0',
30096   'tab_parent' => '',
30097   'tab_root' => 'node/add/page',
30098   'title' => 'Basic page',
30099   'title_callback' => 'check_plain',
30100   'title_arguments' => '',
30101   'theme_callback' => '',
30102   'theme_arguments' => 'a:0:{}',
30103   'type' => '6',
30104   'description' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.",
30105   'position' => '',
30106   'weight' => '0',
30107   'include_file' => 'modules/node/node.pages.inc',
30108 ))
30109 ->values(array(
30110   'path' => 'node/add/test-content-type',
30111   'load_functions' => '',
30112   'to_arg_functions' => '',
30113   'access_callback' => 'node_access',
30114   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:17:"test_content_type";}',
30115   'page_callback' => 'node_add',
30116   'page_arguments' => 'a:1:{i:0;s:17:"test_content_type";}',
30117   'delivery_callback' => '',
30118   'fit' => '7',
30119   'number_parts' => '3',
30120   'context' => '0',
30121   'tab_parent' => '',
30122   'tab_root' => 'node/add/test-content-type',
30123   'title' => 'Test content type',
30124   'title_callback' => 'check_plain',
30125   'title_arguments' => '',
30126   'theme_callback' => '',
30127   'theme_arguments' => 'a:0:{}',
30128   'type' => '6',
30129   'description' => 'This is the description of the test content type.',
30130   'position' => '',
30131   'weight' => '0',
30132   'include_file' => 'modules/node/node.pages.inc',
30133 ))
30134 ->values(array(
30135   'path' => 'rss.xml',
30136   'load_functions' => '',
30137   'to_arg_functions' => '',
30138   'access_callback' => 'user_access',
30139   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
30140   'page_callback' => 'node_feed',
30141   'page_arguments' => 'a:2:{i:0;b:0;i:1;a:0:{}}',
30142   'delivery_callback' => '',
30143   'fit' => '1',
30144   'number_parts' => '1',
30145   'context' => '0',
30146   'tab_parent' => '',
30147   'tab_root' => 'rss.xml',
30148   'title' => 'RSS feed',
30149   'title_callback' => 't',
30150   'title_arguments' => '',
30151   'theme_callback' => '',
30152   'theme_arguments' => 'a:0:{}',
30153   'type' => '0',
30154   'description' => '',
30155   'position' => '',
30156   'weight' => '0',
30157   'include_file' => '',
30158 ))
30159 ->values(array(
30160   'path' => 'search',
30161   'load_functions' => '',
30162   'to_arg_functions' => '',
30163   'access_callback' => 'search_is_active',
30164   'access_arguments' => 'a:0:{}',
30165   'page_callback' => 'search_view',
30166   'page_arguments' => 'a:0:{}',
30167   'delivery_callback' => '',
30168   'fit' => '1',
30169   'number_parts' => '1',
30170   'context' => '0',
30171   'tab_parent' => '',
30172   'tab_root' => 'search',
30173   'title' => 'Search',
30174   'title_callback' => 't',
30175   'title_arguments' => '',
30176   'theme_callback' => '',
30177   'theme_arguments' => 'a:0:{}',
30178   'type' => '20',
30179   'description' => '',
30180   'position' => '',
30181   'weight' => '0',
30182   'include_file' => 'modules/search/search.pages.inc',
30183 ))
30184 ->values(array(
30185   'path' => 'search/node',
30186   'load_functions' => '',
30187   'to_arg_functions' => '',
30188   'access_callback' => '_search_menu_access',
30189   'access_arguments' => 'a:1:{i:0;s:4:"node";}',
30190   'page_callback' => 'search_view',
30191   'page_arguments' => 'a:2:{i:0;s:4:"node";i:1;s:0:"";}',
30192   'delivery_callback' => '',
30193   'fit' => '3',
30194   'number_parts' => '2',
30195   'context' => '1',
30196   'tab_parent' => 'search',
30197   'tab_root' => 'search',
30198   'title' => 'Content',
30199   'title_callback' => 't',
30200   'title_arguments' => '',
30201   'theme_callback' => '',
30202   'theme_arguments' => 'a:0:{}',
30203   'type' => '132',
30204   'description' => '',
30205   'position' => '',
30206   'weight' => '-10',
30207   'include_file' => 'modules/search/search.pages.inc',
30208 ))
30209 ->values(array(
30210   'path' => 'search/node/%',
30211   '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";}}}',
30212   'to_arg_functions' => 'a:1:{i:2;s:16:"menu_tail_to_arg";}',
30213   'access_callback' => '_search_menu_access',
30214   'access_arguments' => 'a:1:{i:0;s:4:"node";}',
30215   'page_callback' => 'search_view',
30216   'page_arguments' => 'a:2:{i:0;s:4:"node";i:1;i:2;}',
30217   'delivery_callback' => '',
30218   'fit' => '6',
30219   'number_parts' => '3',
30220   'context' => '1',
30221   'tab_parent' => 'search/node',
30222   'tab_root' => 'search/node/%',
30223   'title' => 'Content',
30224   'title_callback' => 't',
30225   'title_arguments' => '',
30226   'theme_callback' => '',
30227   'theme_arguments' => 'a:0:{}',
30228   'type' => '132',
30229   'description' => '',
30230   'position' => '',
30231   'weight' => '0',
30232   'include_file' => 'modules/search/search.pages.inc',
30233 ))
30234 ->values(array(
30235   'path' => 'search/user',
30236   'load_functions' => '',
30237   'to_arg_functions' => '',
30238   'access_callback' => '_search_menu_access',
30239   'access_arguments' => 'a:1:{i:0;s:4:"user";}',
30240   'page_callback' => 'search_view',
30241   'page_arguments' => 'a:2:{i:0;s:4:"user";i:1;s:0:"";}',
30242   'delivery_callback' => '',
30243   'fit' => '3',
30244   'number_parts' => '2',
30245   'context' => '1',
30246   'tab_parent' => 'search',
30247   'tab_root' => 'search',
30248   'title' => 'Users',
30249   'title_callback' => 't',
30250   'title_arguments' => '',
30251   'theme_callback' => '',
30252   'theme_arguments' => 'a:0:{}',
30253   'type' => '132',
30254   'description' => '',
30255   'position' => '',
30256   'weight' => '0',
30257   'include_file' => 'modules/search/search.pages.inc',
30258 ))
30259 ->values(array(
30260   'path' => 'search/user/%',
30261   '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";}}}',
30262   'to_arg_functions' => 'a:1:{i:2;s:16:"menu_tail_to_arg";}',
30263   'access_callback' => '_search_menu_access',
30264   'access_arguments' => 'a:1:{i:0;s:4:"user";}',
30265   'page_callback' => 'search_view',
30266   'page_arguments' => 'a:2:{i:0;s:4:"user";i:1;i:2;}',
30267   'delivery_callback' => '',
30268   'fit' => '6',
30269   'number_parts' => '3',
30270   'context' => '1',
30271   'tab_parent' => 'search/node',
30272   'tab_root' => 'search/node/%',
30273   'title' => 'Users',
30274   'title_callback' => 't',
30275   'title_arguments' => '',
30276   'theme_callback' => '',
30277   'theme_arguments' => 'a:0:{}',
30278   'type' => '132',
30279   'description' => '',
30280   'position' => '',
30281   'weight' => '0',
30282   'include_file' => 'modules/search/search.pages.inc',
30283 ))
30284 ->values(array(
30285   'path' => 'sites/default/files/styles/%',
30286   'load_functions' => 'a:1:{i:4;s:16:"image_style_load";}',
30287   'to_arg_functions' => '',
30288   'access_callback' => '1',
30289   'access_arguments' => 'a:0:{}',
30290   'page_callback' => 'image_style_deliver',
30291   'page_arguments' => 'a:1:{i:0;i:4;}',
30292   'delivery_callback' => '',
30293   'fit' => '30',
30294   'number_parts' => '5',
30295   'context' => '0',
30296   'tab_parent' => '',
30297   'tab_root' => 'sites/default/files/styles/%',
30298   'title' => 'Generate image style',
30299   'title_callback' => 't',
30300   'title_arguments' => '',
30301   'theme_callback' => '',
30302   'theme_arguments' => 'a:0:{}',
30303   'type' => '0',
30304   'description' => '',
30305   'position' => '',
30306   'weight' => '0',
30307   'include_file' => '',
30308 ))
30309 ->values(array(
30310   'path' => 'system/ajax',
30311   'load_functions' => '',
30312   'to_arg_functions' => '',
30313   'access_callback' => '1',
30314   'access_arguments' => 'a:0:{}',
30315   'page_callback' => 'ajax_form_callback',
30316   'page_arguments' => 'a:0:{}',
30317   'delivery_callback' => 'ajax_deliver',
30318   'fit' => '3',
30319   'number_parts' => '2',
30320   'context' => '0',
30321   'tab_parent' => '',
30322   'tab_root' => 'system/ajax',
30323   'title' => 'AHAH callback',
30324   'title_callback' => 't',
30325   'title_arguments' => '',
30326   'theme_callback' => 'ajax_base_page_theme',
30327   'theme_arguments' => 'a:0:{}',
30328   'type' => '0',
30329   'description' => '',
30330   'position' => '',
30331   'weight' => '0',
30332   'include_file' => 'includes/form.inc',
30333 ))
30334 ->values(array(
30335   'path' => 'system/files',
30336   'load_functions' => '',
30337   'to_arg_functions' => '',
30338   'access_callback' => '1',
30339   'access_arguments' => 'a:0:{}',
30340   'page_callback' => 'file_download',
30341   'page_arguments' => 'a:1:{i:0;s:7:"private";}',
30342   'delivery_callback' => '',
30343   'fit' => '3',
30344   'number_parts' => '2',
30345   'context' => '0',
30346   'tab_parent' => '',
30347   'tab_root' => 'system/files',
30348   'title' => 'File download',
30349   'title_callback' => 't',
30350   'title_arguments' => '',
30351   'theme_callback' => '',
30352   'theme_arguments' => 'a:0:{}',
30353   'type' => '0',
30354   'description' => '',
30355   'position' => '',
30356   'weight' => '0',
30357   'include_file' => '',
30358 ))
30359 ->values(array(
30360   'path' => 'system/files/styles/%',
30361   'load_functions' => 'a:1:{i:3;s:16:"image_style_load";}',
30362   'to_arg_functions' => '',
30363   'access_callback' => '1',
30364   'access_arguments' => 'a:0:{}',
30365   'page_callback' => 'image_style_deliver',
30366   'page_arguments' => 'a:1:{i:0;i:3;}',
30367   'delivery_callback' => '',
30368   'fit' => '14',
30369   'number_parts' => '4',
30370   'context' => '0',
30371   'tab_parent' => '',
30372   'tab_root' => 'system/files/styles/%',
30373   'title' => 'Generate image style',
30374   'title_callback' => 't',
30375   'title_arguments' => '',
30376   'theme_callback' => '',
30377   'theme_arguments' => 'a:0:{}',
30378   'type' => '0',
30379   'description' => '',
30380   'position' => '',
30381   'weight' => '0',
30382   'include_file' => '',
30383 ))
30384 ->values(array(
30385   'path' => 'system/temporary',
30386   'load_functions' => '',
30387   'to_arg_functions' => '',
30388   'access_callback' => '1',
30389   'access_arguments' => 'a:0:{}',
30390   'page_callback' => 'file_download',
30391   'page_arguments' => 'a:1:{i:0;s:9:"temporary";}',
30392   'delivery_callback' => '',
30393   'fit' => '3',
30394   'number_parts' => '2',
30395   'context' => '0',
30396   'tab_parent' => '',
30397   'tab_root' => 'system/temporary',
30398   'title' => 'Temporary files',
30399   'title_callback' => 't',
30400   'title_arguments' => '',
30401   'theme_callback' => '',
30402   'theme_arguments' => 'a:0:{}',
30403   'type' => '0',
30404   'description' => '',
30405   'position' => '',
30406   'weight' => '0',
30407   'include_file' => '',
30408 ))
30409 ->values(array(
30410   'path' => 'system/timezone',
30411   'load_functions' => '',
30412   'to_arg_functions' => '',
30413   'access_callback' => '1',
30414   'access_arguments' => 'a:0:{}',
30415   'page_callback' => 'system_timezone',
30416   'page_arguments' => 'a:0:{}',
30417   'delivery_callback' => '',
30418   'fit' => '3',
30419   'number_parts' => '2',
30420   'context' => '0',
30421   'tab_parent' => '',
30422   'tab_root' => 'system/timezone',
30423   'title' => 'Time zone',
30424   'title_callback' => 't',
30425   'title_arguments' => '',
30426   'theme_callback' => '',
30427   'theme_arguments' => 'a:0:{}',
30428   'type' => '0',
30429   'description' => '',
30430   'position' => '',
30431   'weight' => '0',
30432   'include_file' => 'modules/system/system.admin.inc',
30433 ))
30434 ->values(array(
30435   'path' => 'taxonomy/autocomplete',
30436   'load_functions' => '',
30437   'to_arg_functions' => '',
30438   'access_callback' => 'user_access',
30439   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
30440   'page_callback' => 'taxonomy_autocomplete',
30441   'page_arguments' => 'a:0:{}',
30442   'delivery_callback' => '',
30443   'fit' => '3',
30444   'number_parts' => '2',
30445   'context' => '0',
30446   'tab_parent' => '',
30447   'tab_root' => 'taxonomy/autocomplete',
30448   'title' => 'Autocomplete taxonomy',
30449   'title_callback' => 't',
30450   'title_arguments' => '',
30451   'theme_callback' => '',
30452   'theme_arguments' => 'a:0:{}',
30453   'type' => '0',
30454   'description' => '',
30455   'position' => '',
30456   'weight' => '0',
30457   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
30458 ))
30459 ->values(array(
30460   'path' => 'taxonomy/term/%',
30461   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
30462   'to_arg_functions' => '',
30463   'access_callback' => 'user_access',
30464   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
30465   'page_callback' => 'taxonomy_term_page',
30466   'page_arguments' => 'a:1:{i:0;i:2;}',
30467   'delivery_callback' => '',
30468   'fit' => '6',
30469   'number_parts' => '3',
30470   'context' => '0',
30471   'tab_parent' => '',
30472   'tab_root' => 'taxonomy/term/%',
30473   'title' => 'Taxonomy term',
30474   'title_callback' => 'taxonomy_term_title',
30475   'title_arguments' => 'a:1:{i:0;i:2;}',
30476   'theme_callback' => '',
30477   'theme_arguments' => 'a:0:{}',
30478   'type' => '6',
30479   'description' => '',
30480   'position' => '',
30481   'weight' => '0',
30482   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
30483 ))
30484 ->values(array(
30485   'path' => 'taxonomy/term/%/edit',
30486   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
30487   'to_arg_functions' => '',
30488   'access_callback' => 'taxonomy_term_edit_access',
30489   'access_arguments' => 'a:1:{i:0;i:2;}',
30490   'page_callback' => 'drupal_get_form',
30491   'page_arguments' => 'a:3:{i:0;s:18:"taxonomy_form_term";i:1;i:2;i:2;N;}',
30492   'delivery_callback' => '',
30493   'fit' => '13',
30494   'number_parts' => '4',
30495   'context' => '1',
30496   'tab_parent' => 'taxonomy/term/%',
30497   'tab_root' => 'taxonomy/term/%',
30498   'title' => 'Edit',
30499   'title_callback' => 't',
30500   'title_arguments' => '',
30501   'theme_callback' => '',
30502   'theme_arguments' => 'a:0:{}',
30503   'type' => '132',
30504   'description' => '',
30505   'position' => '',
30506   'weight' => '10',
30507   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
30508 ))
30509 ->values(array(
30510   'path' => 'taxonomy/term/%/feed',
30511   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
30512   'to_arg_functions' => '',
30513   'access_callback' => 'user_access',
30514   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
30515   'page_callback' => 'taxonomy_term_feed',
30516   'page_arguments' => 'a:1:{i:0;i:2;}',
30517   'delivery_callback' => '',
30518   'fit' => '13',
30519   'number_parts' => '4',
30520   'context' => '0',
30521   'tab_parent' => '',
30522   'tab_root' => 'taxonomy/term/%/feed',
30523   'title' => 'Taxonomy term',
30524   'title_callback' => 'taxonomy_term_title',
30525   'title_arguments' => 'a:1:{i:0;i:2;}',
30526   'theme_callback' => '',
30527   'theme_arguments' => 'a:0:{}',
30528   'type' => '0',
30529   'description' => '',
30530   'position' => '',
30531   'weight' => '0',
30532   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
30533 ))
30534 ->values(array(
30535   'path' => 'taxonomy/term/%/view',
30536   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
30537   'to_arg_functions' => '',
30538   'access_callback' => 'user_access',
30539   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
30540   'page_callback' => 'taxonomy_term_page',
30541   'page_arguments' => 'a:1:{i:0;i:2;}',
30542   'delivery_callback' => '',
30543   'fit' => '13',
30544   'number_parts' => '4',
30545   'context' => '1',
30546   'tab_parent' => 'taxonomy/term/%',
30547   'tab_root' => 'taxonomy/term/%',
30548   'title' => 'View',
30549   'title_callback' => 't',
30550   'title_arguments' => '',
30551   'theme_callback' => '',
30552   'theme_arguments' => 'a:0:{}',
30553   'type' => '140',
30554   'description' => '',
30555   'position' => '',
30556   'weight' => '0',
30557   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
30558 ))
30559 ->values(array(
30560   'path' => 'toolbar/toggle',
30561   'load_functions' => '',
30562   'to_arg_functions' => '',
30563   'access_callback' => 'user_access',
30564   'access_arguments' => 'a:1:{i:0;s:14:"access toolbar";}',
30565   'page_callback' => 'toolbar_toggle_page',
30566   'page_arguments' => 'a:0:{}',
30567   'delivery_callback' => '',
30568   'fit' => '3',
30569   'number_parts' => '2',
30570   'context' => '0',
30571   'tab_parent' => '',
30572   'tab_root' => 'toolbar/toggle',
30573   'title' => 'Toggle drawer visibility',
30574   'title_callback' => 't',
30575   'title_arguments' => '',
30576   'theme_callback' => '',
30577   'theme_arguments' => 'a:0:{}',
30578   'type' => '0',
30579   'description' => '',
30580   'position' => '',
30581   'weight' => '0',
30582   'include_file' => '',
30583 ))
30584 ->values(array(
30585   'path' => 'tracker',
30586   'load_functions' => '',
30587   'to_arg_functions' => '',
30588   'access_callback' => 'user_access',
30589   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
30590   'page_callback' => 'tracker_page',
30591   'page_arguments' => 'a:0:{}',
30592   'delivery_callback' => '',
30593   'fit' => '1',
30594   'number_parts' => '1',
30595   'context' => '0',
30596   'tab_parent' => '',
30597   'tab_root' => 'tracker',
30598   'title' => 'Recent content',
30599   'title_callback' => 't',
30600   'title_arguments' => '',
30601   'theme_callback' => '',
30602   'theme_arguments' => 'a:0:{}',
30603   'type' => '6',
30604   'description' => '',
30605   'position' => '',
30606   'weight' => '1',
30607   'include_file' => 'modules/tracker/tracker.pages.inc',
30608 ))
30609 ->values(array(
30610   'path' => 'tracker/%',
30611   'load_functions' => 'a:1:{i:1;s:22:"user_uid_optional_load";}',
30612   'to_arg_functions' => 'a:1:{i:1;s:24:"user_uid_optional_to_arg";}',
30613   'access_callback' => '_tracker_myrecent_access',
30614   'access_arguments' => 'a:1:{i:0;i:1;}',
30615   'page_callback' => 'tracker_page',
30616   'page_arguments' => 'a:1:{i:0;i:1;}',
30617   'delivery_callback' => '',
30618   'fit' => '2',
30619   'number_parts' => '2',
30620   'context' => '1',
30621   'tab_parent' => 'tracker',
30622   'tab_root' => 'tracker',
30623   'title' => 'My recent content',
30624   'title_callback' => 't',
30625   'title_arguments' => '',
30626   'theme_callback' => '',
30627   'theme_arguments' => 'a:0:{}',
30628   'type' => '132',
30629   'description' => '',
30630   'position' => '',
30631   'weight' => '0',
30632   'include_file' => 'modules/tracker/tracker.pages.inc',
30633 ))
30634 ->values(array(
30635   'path' => 'tracker/all',
30636   'load_functions' => '',
30637   'to_arg_functions' => '',
30638   'access_callback' => 'user_access',
30639   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
30640   'page_callback' => 'tracker_page',
30641   'page_arguments' => 'a:0:{}',
30642   'delivery_callback' => '',
30643   'fit' => '3',
30644   'number_parts' => '2',
30645   'context' => '1',
30646   'tab_parent' => 'tracker',
30647   'tab_root' => 'tracker',
30648   'title' => 'All recent content',
30649   'title_callback' => 't',
30650   'title_arguments' => '',
30651   'theme_callback' => '',
30652   'theme_arguments' => 'a:0:{}',
30653   'type' => '140',
30654   'description' => '',
30655   'position' => '',
30656   'weight' => '0',
30657   'include_file' => 'modules/tracker/tracker.pages.inc',
30658 ))
30659 ->values(array(
30660   'path' => 'user',
30661   'load_functions' => '',
30662   'to_arg_functions' => '',
30663   'access_callback' => '1',
30664   'access_arguments' => 'a:0:{}',
30665   'page_callback' => 'user_page',
30666   'page_arguments' => 'a:0:{}',
30667   'delivery_callback' => '',
30668   'fit' => '1',
30669   'number_parts' => '1',
30670   'context' => '0',
30671   'tab_parent' => '',
30672   'tab_root' => 'user',
30673   'title' => 'User account',
30674   'title_callback' => 'user_menu_title',
30675   'title_arguments' => '',
30676   'theme_callback' => '',
30677   'theme_arguments' => 'a:0:{}',
30678   'type' => '6',
30679   'description' => '',
30680   'position' => '',
30681   'weight' => '-10',
30682   'include_file' => 'modules/user/user.pages.inc',
30683 ))
30684 ->values(array(
30685   'path' => 'user/%',
30686   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30687   'to_arg_functions' => '',
30688   'access_callback' => 'user_view_access',
30689   'access_arguments' => 'a:1:{i:0;i:1;}',
30690   'page_callback' => 'user_view_page',
30691   'page_arguments' => 'a:1:{i:0;i:1;}',
30692   'delivery_callback' => '',
30693   'fit' => '2',
30694   'number_parts' => '2',
30695   'context' => '0',
30696   'tab_parent' => '',
30697   'tab_root' => 'user/%',
30698   'title' => 'My account',
30699   'title_callback' => 'user_page_title',
30700   'title_arguments' => 'a:1:{i:0;i:1;}',
30701   'theme_callback' => '',
30702   'theme_arguments' => 'a:0:{}',
30703   'type' => '6',
30704   'description' => '',
30705   'position' => '',
30706   'weight' => '0',
30707   'include_file' => '',
30708 ))
30709 ->values(array(
30710   'path' => 'user/%/cancel',
30711   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30712   'to_arg_functions' => '',
30713   'access_callback' => 'user_cancel_access',
30714   'access_arguments' => 'a:1:{i:0;i:1;}',
30715   'page_callback' => 'drupal_get_form',
30716   'page_arguments' => 'a:2:{i:0;s:24:"user_cancel_confirm_form";i:1;i:1;}',
30717   'delivery_callback' => '',
30718   'fit' => '5',
30719   'number_parts' => '3',
30720   'context' => '0',
30721   'tab_parent' => '',
30722   'tab_root' => 'user/%/cancel',
30723   'title' => 'Cancel account',
30724   'title_callback' => 't',
30725   'title_arguments' => '',
30726   'theme_callback' => '',
30727   'theme_arguments' => 'a:0:{}',
30728   'type' => '6',
30729   'description' => '',
30730   'position' => '',
30731   'weight' => '0',
30732   'include_file' => 'modules/user/user.pages.inc',
30733 ))
30734 ->values(array(
30735   'path' => 'user/%/cancel/confirm/%/%',
30736   'load_functions' => 'a:3:{i:1;s:9:"user_load";i:4;N;i:5;N;}',
30737   'to_arg_functions' => '',
30738   'access_callback' => 'user_cancel_access',
30739   'access_arguments' => 'a:1:{i:0;i:1;}',
30740   'page_callback' => 'user_cancel_confirm',
30741   'page_arguments' => 'a:3:{i:0;i:1;i:1;i:4;i:2;i:5;}',
30742   'delivery_callback' => '',
30743   'fit' => '44',
30744   'number_parts' => '6',
30745   'context' => '0',
30746   'tab_parent' => '',
30747   'tab_root' => 'user/%/cancel/confirm/%/%',
30748   'title' => 'Confirm account cancellation',
30749   'title_callback' => 't',
30750   'title_arguments' => '',
30751   'theme_callback' => '',
30752   'theme_arguments' => 'a:0:{}',
30753   'type' => '6',
30754   'description' => '',
30755   'position' => '',
30756   'weight' => '0',
30757   'include_file' => 'modules/user/user.pages.inc',
30758 ))
30759 ->values(array(
30760   'path' => 'user/%/contact',
30761   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30762   'to_arg_functions' => '',
30763   'access_callback' => '_contact_personal_tab_access',
30764   'access_arguments' => 'a:1:{i:0;i:1;}',
30765   'page_callback' => 'drupal_get_form',
30766   'page_arguments' => 'a:2:{i:0;s:21:"contact_personal_form";i:1;i:1;}',
30767   'delivery_callback' => '',
30768   'fit' => '5',
30769   'number_parts' => '3',
30770   'context' => '1',
30771   'tab_parent' => 'user/%',
30772   'tab_root' => 'user/%',
30773   'title' => 'Contact',
30774   'title_callback' => 't',
30775   'title_arguments' => '',
30776   'theme_callback' => '',
30777   'theme_arguments' => 'a:0:{}',
30778   'type' => '132',
30779   'description' => '',
30780   'position' => '',
30781   'weight' => '2',
30782   'include_file' => 'modules/contact/contact.pages.inc',
30783 ))
30784 ->values(array(
30785   'path' => 'user/%/edit',
30786   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30787   'to_arg_functions' => '',
30788   'access_callback' => 'user_edit_access',
30789   'access_arguments' => 'a:1:{i:0;i:1;}',
30790   'page_callback' => 'drupal_get_form',
30791   'page_arguments' => 'a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}',
30792   'delivery_callback' => '',
30793   'fit' => '5',
30794   'number_parts' => '3',
30795   'context' => '1',
30796   'tab_parent' => 'user/%',
30797   'tab_root' => 'user/%',
30798   'title' => 'Edit',
30799   'title_callback' => 't',
30800   'title_arguments' => '',
30801   'theme_callback' => '',
30802   'theme_arguments' => 'a:0:{}',
30803   'type' => '132',
30804   'description' => '',
30805   'position' => '',
30806   'weight' => '0',
30807   'include_file' => 'modules/user/user.pages.inc',
30808 ))
30809 ->values(array(
30810   'path' => 'user/%/edit/account',
30811   '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";}}}',
30812   'to_arg_functions' => '',
30813   'access_callback' => 'user_edit_access',
30814   'access_arguments' => 'a:1:{i:0;i:1;}',
30815   'page_callback' => 'drupal_get_form',
30816   'page_arguments' => 'a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}',
30817   'delivery_callback' => '',
30818   'fit' => '11',
30819   'number_parts' => '4',
30820   'context' => '1',
30821   'tab_parent' => 'user/%/edit',
30822   'tab_root' => 'user/%',
30823   'title' => 'Account',
30824   'title_callback' => 't',
30825   'title_arguments' => '',
30826   'theme_callback' => '',
30827   'theme_arguments' => 'a:0:{}',
30828   'type' => '140',
30829   'description' => '',
30830   'position' => '',
30831   'weight' => '0',
30832   'include_file' => 'modules/user/user.pages.inc',
30833 ))
30834 ->values(array(
30835   'path' => 'user/%/shortcuts',
30836   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30837   'to_arg_functions' => '',
30838   'access_callback' => 'shortcut_set_switch_access',
30839   'access_arguments' => 'a:1:{i:0;i:1;}',
30840   'page_callback' => 'drupal_get_form',
30841   'page_arguments' => 'a:2:{i:0;s:19:"shortcut_set_switch";i:1;i:1;}',
30842   'delivery_callback' => '',
30843   'fit' => '5',
30844   'number_parts' => '3',
30845   'context' => '1',
30846   'tab_parent' => 'user/%',
30847   'tab_root' => 'user/%',
30848   'title' => 'Shortcuts',
30849   'title_callback' => 't',
30850   'title_arguments' => '',
30851   'theme_callback' => '',
30852   'theme_arguments' => 'a:0:{}',
30853   'type' => '132',
30854   'description' => '',
30855   'position' => '',
30856   'weight' => '0',
30857   'include_file' => 'modules/shortcut/shortcut.admin.inc',
30858 ))
30859 ->values(array(
30860   'path' => 'user/%/track',
30861   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30862   'to_arg_functions' => '',
30863   'access_callback' => '_tracker_user_access',
30864   'access_arguments' => 'a:1:{i:0;i:1;}',
30865   'page_callback' => 'tracker_page',
30866   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
30867   'delivery_callback' => '',
30868   'fit' => '5',
30869   'number_parts' => '3',
30870   'context' => '1',
30871   'tab_parent' => 'user/%',
30872   'tab_root' => 'user/%',
30873   'title' => 'Track',
30874   'title_callback' => 't',
30875   'title_arguments' => '',
30876   'theme_callback' => '',
30877   'theme_arguments' => 'a:0:{}',
30878   'type' => '132',
30879   'description' => '',
30880   'position' => '',
30881   'weight' => '0',
30882   'include_file' => 'modules/tracker/tracker.pages.inc',
30883 ))
30884 ->values(array(
30885   'path' => 'user/%/track/content',
30886   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30887   'to_arg_functions' => '',
30888   'access_callback' => '_tracker_user_access',
30889   'access_arguments' => 'a:1:{i:0;i:1;}',
30890   'page_callback' => 'tracker_page',
30891   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
30892   'delivery_callback' => '',
30893   'fit' => '11',
30894   'number_parts' => '4',
30895   'context' => '1',
30896   'tab_parent' => 'user/%/track',
30897   'tab_root' => 'user/%',
30898   'title' => 'Track content',
30899   'title_callback' => 't',
30900   'title_arguments' => '',
30901   'theme_callback' => '',
30902   'theme_arguments' => 'a:0:{}',
30903   'type' => '140',
30904   'description' => '',
30905   'position' => '',
30906   'weight' => '0',
30907   'include_file' => 'modules/tracker/tracker.pages.inc',
30908 ))
30909 ->values(array(
30910   'path' => 'user/%/track/navigation',
30911   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30912   'to_arg_functions' => '',
30913   'access_callback' => 'user_access',
30914   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
30915   'page_callback' => 'statistics_user_tracker',
30916   'page_arguments' => 'a:0:{}',
30917   'delivery_callback' => '',
30918   'fit' => '11',
30919   'number_parts' => '4',
30920   'context' => '1',
30921   'tab_parent' => 'user/%/track',
30922   'tab_root' => 'user/%',
30923   'title' => 'Track page visits',
30924   'title_callback' => 't',
30925   'title_arguments' => '',
30926   'theme_callback' => '',
30927   'theme_arguments' => 'a:0:{}',
30928   'type' => '132',
30929   'description' => '',
30930   'position' => '',
30931   'weight' => '2',
30932   'include_file' => 'modules/statistics/statistics.pages.inc',
30933 ))
30934 ->values(array(
30935   'path' => 'user/%/view',
30936   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30937   'to_arg_functions' => '',
30938   'access_callback' => 'user_view_access',
30939   'access_arguments' => 'a:1:{i:0;i:1;}',
30940   'page_callback' => 'user_view_page',
30941   'page_arguments' => 'a:1:{i:0;i:1;}',
30942   'delivery_callback' => '',
30943   'fit' => '5',
30944   'number_parts' => '3',
30945   'context' => '1',
30946   'tab_parent' => 'user/%',
30947   'tab_root' => 'user/%',
30948   'title' => 'View',
30949   'title_callback' => 't',
30950   'title_arguments' => '',
30951   'theme_callback' => '',
30952   'theme_arguments' => 'a:0:{}',
30953   'type' => '140',
30954   'description' => '',
30955   'position' => '',
30956   'weight' => '-10',
30957   'include_file' => '',
30958 ))
30959 ->values(array(
30960   'path' => 'user/autocomplete',
30961   'load_functions' => '',
30962   'to_arg_functions' => '',
30963   'access_callback' => 'user_access',
30964   'access_arguments' => 'a:1:{i:0;s:20:"access user profiles";}',
30965   'page_callback' => 'user_autocomplete',
30966   'page_arguments' => 'a:0:{}',
30967   'delivery_callback' => '',
30968   'fit' => '3',
30969   'number_parts' => '2',
30970   'context' => '0',
30971   'tab_parent' => '',
30972   'tab_root' => 'user/autocomplete',
30973   'title' => 'User autocomplete',
30974   'title_callback' => 't',
30975   'title_arguments' => '',
30976   'theme_callback' => '',
30977   'theme_arguments' => 'a:0:{}',
30978   'type' => '0',
30979   'description' => '',
30980   'position' => '',
30981   'weight' => '0',
30982   'include_file' => 'modules/user/user.pages.inc',
30983 ))
30984 ->values(array(
30985   'path' => 'user/login',
30986   'load_functions' => '',
30987   'to_arg_functions' => '',
30988   'access_callback' => 'user_is_anonymous',
30989   'access_arguments' => 'a:0:{}',
30990   'page_callback' => 'user_page',
30991   'page_arguments' => 'a:0:{}',
30992   'delivery_callback' => '',
30993   'fit' => '3',
30994   'number_parts' => '2',
30995   'context' => '1',
30996   'tab_parent' => 'user',
30997   'tab_root' => 'user',
30998   'title' => 'Log in',
30999   'title_callback' => 't',
31000   'title_arguments' => '',
31001   'theme_callback' => '',
31002   'theme_arguments' => 'a:0:{}',
31003   'type' => '140',
31004   'description' => '',
31005   'position' => '',
31006   'weight' => '0',
31007   'include_file' => 'modules/user/user.pages.inc',
31008 ))
31009 ->values(array(
31010   'path' => 'user/logout',
31011   'load_functions' => '',
31012   'to_arg_functions' => '',
31013   'access_callback' => 'user_is_logged_in',
31014   'access_arguments' => 'a:0:{}',
31015   'page_callback' => 'user_logout',
31016   'page_arguments' => 'a:0:{}',
31017   'delivery_callback' => '',
31018   'fit' => '3',
31019   'number_parts' => '2',
31020   'context' => '0',
31021   'tab_parent' => '',
31022   'tab_root' => 'user/logout',
31023   'title' => 'Log out',
31024   'title_callback' => 't',
31025   'title_arguments' => '',
31026   'theme_callback' => '',
31027   'theme_arguments' => 'a:0:{}',
31028   'type' => '6',
31029   'description' => '',
31030   'position' => '',
31031   'weight' => '10',
31032   'include_file' => 'modules/user/user.pages.inc',
31033 ))
31034 ->values(array(
31035   'path' => 'user/password',
31036   'load_functions' => '',
31037   'to_arg_functions' => '',
31038   'access_callback' => '1',
31039   'access_arguments' => 'a:0:{}',
31040   'page_callback' => 'drupal_get_form',
31041   'page_arguments' => 'a:1:{i:0;s:9:"user_pass";}',
31042   'delivery_callback' => '',
31043   'fit' => '3',
31044   'number_parts' => '2',
31045   'context' => '1',
31046   'tab_parent' => 'user',
31047   'tab_root' => 'user',
31048   'title' => 'Request new password',
31049   'title_callback' => 't',
31050   'title_arguments' => '',
31051   'theme_callback' => '',
31052   'theme_arguments' => 'a:0:{}',
31053   'type' => '132',
31054   'description' => '',
31055   'position' => '',
31056   'weight' => '0',
31057   'include_file' => 'modules/user/user.pages.inc',
31058 ))
31059 ->values(array(
31060   'path' => 'user/register',
31061   'load_functions' => '',
31062   'to_arg_functions' => '',
31063   'access_callback' => 'user_register_access',
31064   'access_arguments' => 'a:0:{}',
31065   'page_callback' => 'drupal_get_form',
31066   'page_arguments' => 'a:1:{i:0;s:18:"user_register_form";}',
31067   'delivery_callback' => '',
31068   'fit' => '3',
31069   'number_parts' => '2',
31070   'context' => '1',
31071   'tab_parent' => 'user',
31072   'tab_root' => 'user',
31073   'title' => 'Create new account',
31074   'title_callback' => 't',
31075   'title_arguments' => '',
31076   'theme_callback' => '',
31077   'theme_arguments' => 'a:0:{}',
31078   'type' => '132',
31079   'description' => '',
31080   'position' => '',
31081   'weight' => '0',
31082   'include_file' => '',
31083 ))
31084 ->values(array(
31085   'path' => 'user/reset/%/%/%',
31086   'load_functions' => 'a:3:{i:2;N;i:3;N;i:4;N;}',
31087   'to_arg_functions' => '',
31088   'access_callback' => '1',
31089   'access_arguments' => 'a:0:{}',
31090   'page_callback' => 'drupal_get_form',
31091   'page_arguments' => 'a:4:{i:0;s:15:"user_pass_reset";i:1;i:2;i:2;i:3;i:3;i:4;}',
31092   'delivery_callback' => '',
31093   'fit' => '24',
31094   'number_parts' => '5',
31095   'context' => '0',
31096   'tab_parent' => '',
31097   'tab_root' => 'user/reset/%/%/%',
31098   'title' => 'Reset password',
31099   'title_callback' => 't',
31100   'title_arguments' => '',
31101   'theme_callback' => '',
31102   'theme_arguments' => 'a:0:{}',
31103   'type' => '0',
31104   'description' => '',
31105   'position' => '',
31106   'weight' => '0',
31107   'include_file' => 'modules/user/user.pages.inc',
31108 ))
31109 ->execute();
31110
31111 $connection->schema()->createTable('node', array(
31112   'fields' => array(
31113     'nid' => array(
31114       'type' => 'serial',
31115       'not null' => TRUE,
31116       'size' => 'normal',
31117       'unsigned' => TRUE,
31118     ),
31119     'vid' => array(
31120       'type' => 'int',
31121       'not null' => FALSE,
31122       'size' => 'normal',
31123       'unsigned' => TRUE,
31124     ),
31125     'type' => array(
31126       'type' => 'varchar',
31127       'not null' => TRUE,
31128       'length' => '32',
31129       'default' => '',
31130     ),
31131     'language' => array(
31132       'type' => 'varchar',
31133       'not null' => TRUE,
31134       'length' => '12',
31135       'default' => '',
31136     ),
31137     'title' => array(
31138       'type' => 'varchar',
31139       'not null' => TRUE,
31140       'length' => '255',
31141       'default' => '',
31142     ),
31143     'uid' => array(
31144       'type' => 'int',
31145       'not null' => TRUE,
31146       'size' => 'normal',
31147       'default' => '0',
31148     ),
31149     'status' => array(
31150       'type' => 'int',
31151       'not null' => TRUE,
31152       'size' => 'normal',
31153       'default' => '1',
31154     ),
31155     'created' => array(
31156       'type' => 'int',
31157       'not null' => TRUE,
31158       'size' => 'normal',
31159       'default' => '0',
31160     ),
31161     'changed' => array(
31162       'type' => 'int',
31163       'not null' => TRUE,
31164       'size' => 'normal',
31165       'default' => '0',
31166     ),
31167     'comment' => array(
31168       'type' => 'int',
31169       'not null' => TRUE,
31170       'size' => 'normal',
31171       'default' => '0',
31172     ),
31173     'promote' => array(
31174       'type' => 'int',
31175       'not null' => TRUE,
31176       'size' => 'normal',
31177       'default' => '0',
31178     ),
31179     'sticky' => array(
31180       'type' => 'int',
31181       'not null' => TRUE,
31182       'size' => 'normal',
31183       'default' => '0',
31184     ),
31185     'tnid' => array(
31186       'type' => 'int',
31187       'not null' => TRUE,
31188       'size' => 'normal',
31189       'default' => '0',
31190       'unsigned' => TRUE,
31191     ),
31192     'translate' => array(
31193       'type' => 'int',
31194       'not null' => TRUE,
31195       'size' => 'normal',
31196       'default' => '0',
31197     ),
31198   ),
31199   'primary key' => array(
31200     'nid',
31201   ),
31202   'mysql_character_set' => 'utf8',
31203 ));
31204
31205 $connection->insert('node')
31206 ->fields(array(
31207   'nid',
31208   'vid',
31209   'type',
31210   'language',
31211   'title',
31212   'uid',
31213   'status',
31214   'created',
31215   'changed',
31216   'comment',
31217   'promote',
31218   'sticky',
31219   'tnid',
31220   'translate',
31221 ))
31222 ->values(array(
31223   'nid' => '1',
31224   'vid' => '1',
31225   'type' => 'test_content_type',
31226   'language' => 'en',
31227   'title' => 'A Node',
31228   'uid' => '2',
31229   'status' => '1',
31230   'created' => '1421727515',
31231   'changed' => '1441032132',
31232   'comment' => '2',
31233   'promote' => '1',
31234   'sticky' => '0',
31235   'tnid' => '0',
31236   'translate' => '0',
31237 ))
31238 ->values(array(
31239   'nid' => '2',
31240   'vid' => '2',
31241   'type' => 'article',
31242   'language' => 'en',
31243   'title' => 'The thing about Deep Space 9',
31244   'uid' => '2',
31245   'status' => '1',
31246   'created' => '1441306772',
31247   'changed' => '1441306832',
31248   'comment' => '2',
31249   'promote' => '1',
31250   'sticky' => '0',
31251   'tnid' => '2',
31252   'translate' => '0',
31253 ))
31254 ->values(array(
31255   'nid' => '3',
31256   'vid' => '3',
31257   'type' => 'article',
31258   'language' => 'is',
31259   'title' => 'is - The thing about Deep Space 9',
31260   'uid' => '1',
31261   'status' => '1',
31262   'created' => '1471428152',
31263   'changed' => '1471428152',
31264   'comment' => '2',
31265   'promote' => '1',
31266   'sticky' => '0',
31267   'tnid' => '2',
31268   'translate' => '0',
31269 ))
31270 ->values(array(
31271   'nid' => '4',
31272   'vid' => '4',
31273   'type' => 'article',
31274   'language' => 'is',
31275   'title' => 'is - The thing about Firefly',
31276   'uid' => '1',
31277   'status' => '1',
31278   'created' => '1478755274',
31279   'changed' => '1478755274',
31280   'comment' => '2',
31281   'promote' => '1',
31282   'sticky' => '0',
31283   'tnid' => '4',
31284   'translate' => '0',
31285 ))
31286 ->values(array(
31287   'nid' => '5',
31288   'vid' => '5',
31289   'type' => 'article',
31290   'language' => 'en',
31291   'title' => 'en - The thing about Firefly',
31292   'uid' => '1',
31293   'status' => '1',
31294   'created' => '1478755314',
31295   'changed' => '1478755314',
31296   'comment' => '2',
31297   'promote' => '1',
31298   'sticky' => '0',
31299   'tnid' => '4',
31300   'translate' => '0',
31301 ))
31302 ->execute();
31303
31304 $connection->schema()->createTable('node_access', array(
31305   'fields' => array(
31306     'nid' => array(
31307       'type' => 'int',
31308       'not null' => TRUE,
31309       'size' => 'normal',
31310       'default' => '0',
31311       'unsigned' => TRUE,
31312     ),
31313     'gid' => array(
31314       'type' => 'int',
31315       'not null' => TRUE,
31316       'size' => 'normal',
31317       'default' => '0',
31318       'unsigned' => TRUE,
31319     ),
31320     'realm' => array(
31321       'type' => 'varchar',
31322       'not null' => TRUE,
31323       'length' => '255',
31324       'default' => '',
31325     ),
31326     'grant_view' => array(
31327       'type' => 'int',
31328       'not null' => TRUE,
31329       'size' => 'normal',
31330       'default' => '0',
31331       'unsigned' => TRUE,
31332     ),
31333     'grant_update' => array(
31334       'type' => 'int',
31335       'not null' => TRUE,
31336       'size' => 'normal',
31337       'default' => '0',
31338       'unsigned' => TRUE,
31339     ),
31340     'grant_delete' => array(
31341       'type' => 'int',
31342       'not null' => TRUE,
31343       'size' => 'normal',
31344       'default' => '0',
31345       'unsigned' => TRUE,
31346     ),
31347   ),
31348   'primary key' => array(
31349     'nid',
31350     'gid',
31351     'realm',
31352   ),
31353   'mysql_character_set' => 'utf8',
31354 ));
31355
31356 $connection->insert('node_access')
31357 ->fields(array(
31358   'nid',
31359   'gid',
31360   'realm',
31361   'grant_view',
31362   'grant_update',
31363   'grant_delete',
31364 ))
31365 ->values(array(
31366   'nid' => '0',
31367   'gid' => '0',
31368   'realm' => 'all',
31369   'grant_view' => '1',
31370   'grant_update' => '0',
31371   'grant_delete' => '0',
31372 ))
31373 ->execute();
31374
31375 $connection->schema()->createTable('node_comment_statistics', array(
31376   'fields' => array(
31377     'nid' => array(
31378       'type' => 'int',
31379       'not null' => TRUE,
31380       'size' => 'normal',
31381       'default' => '0',
31382       'unsigned' => TRUE,
31383     ),
31384     'cid' => array(
31385       'type' => 'int',
31386       'not null' => TRUE,
31387       'size' => 'normal',
31388       'default' => '0',
31389     ),
31390     'last_comment_timestamp' => array(
31391       'type' => 'int',
31392       'not null' => TRUE,
31393       'size' => 'normal',
31394       'default' => '0',
31395     ),
31396     'last_comment_name' => array(
31397       'type' => 'varchar',
31398       'not null' => FALSE,
31399       'length' => '60',
31400     ),
31401     'last_comment_uid' => array(
31402       'type' => 'int',
31403       'not null' => TRUE,
31404       'size' => 'normal',
31405       'default' => '0',
31406     ),
31407     'comment_count' => array(
31408       'type' => 'int',
31409       'not null' => TRUE,
31410       'size' => 'normal',
31411       'default' => '0',
31412       'unsigned' => TRUE,
31413     ),
31414   ),
31415   'primary key' => array(
31416     'nid',
31417   ),
31418   'mysql_character_set' => 'utf8',
31419 ));
31420
31421 $connection->insert('node_comment_statistics')
31422 ->fields(array(
31423   'nid',
31424   'cid',
31425   'last_comment_timestamp',
31426   'last_comment_name',
31427   'last_comment_uid',
31428   'comment_count',
31429 ))
31430 ->values(array(
31431   'nid' => '1',
31432   'cid' => '1',
31433   'last_comment_timestamp' => '1421727536',
31434   'last_comment_name' => '',
31435   'last_comment_uid' => '1',
31436   'comment_count' => '1',
31437 ))
31438 ->values(array(
31439   'nid' => '3',
31440   'cid' => '0',
31441   'last_comment_timestamp' => '1471428152',
31442   'last_comment_name' => NULL,
31443   'last_comment_uid' => '1',
31444   'comment_count' => '0',
31445 ))
31446 ->values(array(
31447   'nid' => '4',
31448   'cid' => '0',
31449   'last_comment_timestamp' => '1478755274',
31450   'last_comment_name' => NULL,
31451   'last_comment_uid' => '1',
31452   'comment_count' => '0',
31453 ))
31454 ->values(array(
31455   'nid' => '5',
31456   'cid' => '0',
31457   'last_comment_timestamp' => '1478755314',
31458   'last_comment_name' => NULL,
31459   'last_comment_uid' => '1',
31460   'comment_count' => '0',
31461 ))
31462 ->execute();
31463
31464 $connection->schema()->createTable('node_counter', array(
31465   'fields' => array(
31466     'nid' => array(
31467       'type' => 'int',
31468       'not null' => TRUE,
31469       'size' => 'normal',
31470       'default' => '0',
31471     ),
31472     'totalcount' => array(
31473       'type' => 'int',
31474       'not null' => TRUE,
31475       'size' => 'normal',
31476       'default' => '0',
31477       'unsigned' => TRUE,
31478     ),
31479     'daycount' => array(
31480       'type' => 'int',
31481       'not null' => TRUE,
31482       'size' => 'normal',
31483       'default' => '0',
31484       'unsigned' => TRUE,
31485     ),
31486     'timestamp' => array(
31487       'type' => 'int',
31488       'not null' => TRUE,
31489       'size' => 'normal',
31490       'default' => '0',
31491       'unsigned' => TRUE,
31492     ),
31493   ),
31494   'primary key' => array(
31495     'nid',
31496   ),
31497   'mysql_character_set' => 'utf8',
31498 ));
31499
31500 $connection->insert('node_counter')
31501 ->fields(array(
31502   'nid',
31503   'totalcount',
31504   'daycount',
31505   'timestamp',
31506 ))
31507 ->values(array(
31508   'nid' => '1',
31509   'totalcount' => '2',
31510   'daycount' => '0',
31511   'timestamp' => '1421727536',
31512 ))
31513 ->values(array(
31514   'nid' => '2',
31515   'totalcount' => '1',
31516   'daycount' => '0',
31517   'timestamp' => '1471428059',
31518 ))
31519 ->values(array(
31520   'nid' => '3',
31521   'totalcount' => '1',
31522   'daycount' => '0',
31523   'timestamp' => '1471428153',
31524 ))
31525 ->values(array(
31526   'nid' => '4',
31527   'totalcount' => '1',
31528   'daycount' => '1',
31529   'timestamp' => '1478755275',
31530 ))
31531 ->values(array(
31532   'nid' => '5',
31533   'totalcount' => '1',
31534   'daycount' => '1',
31535   'timestamp' => '1478755314',
31536 ))
31537 ->execute();
31538
31539 $connection->schema()->createTable('node_revision', array(
31540   'fields' => array(
31541     'nid' => array(
31542       'type' => 'int',
31543       'not null' => TRUE,
31544       'size' => 'normal',
31545       'default' => '0',
31546       'unsigned' => TRUE,
31547     ),
31548     'vid' => array(
31549       'type' => 'serial',
31550       'not null' => TRUE,
31551       'size' => 'normal',
31552       'unsigned' => TRUE,
31553     ),
31554     'uid' => array(
31555       'type' => 'int',
31556       'not null' => TRUE,
31557       'size' => 'normal',
31558       'default' => '0',
31559     ),
31560     'title' => array(
31561       'type' => 'varchar',
31562       'not null' => TRUE,
31563       'length' => '255',
31564       'default' => '',
31565     ),
31566     'log' => array(
31567       'type' => 'text',
31568       'not null' => TRUE,
31569       'size' => 'normal',
31570     ),
31571     'timestamp' => array(
31572       'type' => 'int',
31573       'not null' => TRUE,
31574       'size' => 'normal',
31575       'default' => '0',
31576     ),
31577     'status' => array(
31578       'type' => 'int',
31579       'not null' => TRUE,
31580       'size' => 'normal',
31581       'default' => '1',
31582     ),
31583     'comment' => array(
31584       'type' => 'int',
31585       'not null' => TRUE,
31586       'size' => 'normal',
31587       'default' => '0',
31588     ),
31589     'promote' => array(
31590       'type' => 'int',
31591       'not null' => TRUE,
31592       'size' => 'normal',
31593       'default' => '0',
31594     ),
31595     'sticky' => array(
31596       'type' => 'int',
31597       'not null' => TRUE,
31598       'size' => 'normal',
31599       'default' => '0',
31600     ),
31601   ),
31602   'primary key' => array(
31603     'vid',
31604   ),
31605   'mysql_character_set' => 'utf8',
31606 ));
31607
31608 $connection->insert('node_revision')
31609 ->fields(array(
31610   'nid',
31611   'vid',
31612   'uid',
31613   'title',
31614   'log',
31615   'timestamp',
31616   'status',
31617   'comment',
31618   'promote',
31619   'sticky',
31620 ))
31621 ->values(array(
31622   'nid' => '1',
31623   'vid' => '1',
31624   'uid' => '1',
31625   'title' => 'A Node',
31626   'log' => '',
31627   'timestamp' => '1441032132',
31628   'status' => '1',
31629   'comment' => '2',
31630   'promote' => '1',
31631   'sticky' => '0',
31632 ))
31633 ->values(array(
31634   'nid' => '2',
31635   'vid' => '2',
31636   'uid' => '1',
31637   'title' => 'The thing about Deep Space 9',
31638   'log' => '',
31639   'timestamp' => '1441306832',
31640   'status' => '1',
31641   'comment' => '2',
31642   'promote' => '1',
31643   'sticky' => '0',
31644 ))
31645 ->values(array(
31646   'nid' => '3',
31647   'vid' => '3',
31648   'uid' => '1',
31649   'title' => 'is - The thing about Deep Space 9',
31650   'log' => '',
31651   'timestamp' => '1471428152',
31652   'status' => '1',
31653   'comment' => '2',
31654   'promote' => '1',
31655   'sticky' => '0',
31656 ))
31657 ->values(array(
31658   'nid' => '4',
31659   'vid' => '4',
31660   'uid' => '1',
31661   'title' => 'is - The thing about Firefly',
31662   'log' => '',
31663   'timestamp' => '1478755274',
31664   'status' => '1',
31665   'comment' => '2',
31666   'promote' => '1',
31667   'sticky' => '0',
31668 ))
31669 ->values(array(
31670   'nid' => '5',
31671   'vid' => '5',
31672   'uid' => '1',
31673   'title' => 'en - The thing about Firefly',
31674   'log' => '',
31675   'timestamp' => '1478755314',
31676   'status' => '1',
31677   'comment' => '2',
31678   'promote' => '1',
31679   'sticky' => '0',
31680 ))
31681 ->execute();
31682
31683 $connection->schema()->createTable('node_type', array(
31684   'fields' => array(
31685     'type' => array(
31686       'type' => 'varchar',
31687       'not null' => TRUE,
31688       'length' => '32',
31689     ),
31690     'name' => array(
31691       'type' => 'varchar',
31692       'not null' => TRUE,
31693       'length' => '255',
31694       'default' => '',
31695     ),
31696     'base' => array(
31697       'type' => 'varchar',
31698       'not null' => TRUE,
31699       'length' => '255',
31700     ),
31701     'module' => array(
31702       'type' => 'varchar',
31703       'not null' => TRUE,
31704       'length' => '255',
31705     ),
31706     'description' => array(
31707       'type' => 'text',
31708       'not null' => TRUE,
31709       'size' => 'normal',
31710     ),
31711     'help' => array(
31712       'type' => 'text',
31713       'not null' => TRUE,
31714       'size' => 'normal',
31715     ),
31716     'has_title' => array(
31717       'type' => 'int',
31718       'not null' => TRUE,
31719       'size' => 'normal',
31720       'unsigned' => TRUE,
31721     ),
31722     'title_label' => array(
31723       'type' => 'varchar',
31724       'not null' => TRUE,
31725       'length' => '255',
31726       'default' => '',
31727     ),
31728     'custom' => array(
31729       'type' => 'int',
31730       'not null' => TRUE,
31731       'size' => 'normal',
31732       'default' => '0',
31733     ),
31734     'modified' => array(
31735       'type' => 'int',
31736       'not null' => TRUE,
31737       'size' => 'normal',
31738       'default' => '0',
31739     ),
31740     'locked' => array(
31741       'type' => 'int',
31742       'not null' => TRUE,
31743       'size' => 'normal',
31744       'default' => '0',
31745     ),
31746     'disabled' => array(
31747       'type' => 'int',
31748       'not null' => TRUE,
31749       'size' => 'normal',
31750       'default' => '0',
31751     ),
31752     'orig_type' => array(
31753       'type' => 'varchar',
31754       'not null' => TRUE,
31755       'length' => '255',
31756       'default' => '',
31757     ),
31758   ),
31759   'primary key' => array(
31760     'type',
31761   ),
31762   'mysql_character_set' => 'utf8',
31763 ));
31764
31765 $connection->insert('node_type')
31766 ->fields(array(
31767   'type',
31768   'name',
31769   'base',
31770   'module',
31771   'description',
31772   'help',
31773   'has_title',
31774   'title_label',
31775   'custom',
31776   'modified',
31777   'locked',
31778   'disabled',
31779   'orig_type',
31780 ))
31781 ->values(array(
31782   'type' => 'article',
31783   'name' => 'Article',
31784   'base' => 'node_content',
31785   'module' => 'node',
31786   'description' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.',
31787   'help' => 'Help text for articles',
31788   'has_title' => '1',
31789   'title_label' => 'Title',
31790   'custom' => '1',
31791   'modified' => '1',
31792   'locked' => '0',
31793   'disabled' => '0',
31794   'orig_type' => 'article',
31795 ))
31796 ->values(array(
31797   'type' => 'blog',
31798   'name' => 'Blog entry',
31799   'base' => 'blog',
31800   'module' => 'blog',
31801   'description' => 'Use for multi-user blogs. Every user gets a personal blog.',
31802   'help' => 'Blog away, good sir!',
31803   'has_title' => '1',
31804   'title_label' => 'Title',
31805   'custom' => '0',
31806   'modified' => '1',
31807   'locked' => '1',
31808   'disabled' => '0',
31809   'orig_type' => 'blog',
31810 ))
31811 ->values(array(
31812   'type' => 'book',
31813   'name' => 'Book page',
31814   'base' => 'node_content',
31815   'module' => 'node',
31816   'description' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.',
31817   'help' => '',
31818   'has_title' => '1',
31819   'title_label' => 'Title',
31820   'custom' => '1',
31821   'modified' => '1',
31822   'locked' => '0',
31823   'disabled' => '0',
31824   'orig_type' => 'book',
31825 ))
31826 ->values(array(
31827   'type' => 'forum',
31828   'name' => 'Forum topic',
31829   'base' => 'forum',
31830   'module' => 'forum',
31831   'description' => 'A <em>forum topic</em> starts a new discussion thread within a forum.',
31832   'help' => 'No name-calling, no flame wars. Be nice.',
31833   'has_title' => '1',
31834   'title_label' => 'Subject',
31835   'custom' => '0',
31836   'modified' => '1',
31837   'locked' => '1',
31838   'disabled' => '0',
31839   'orig_type' => 'forum',
31840 ))
31841 ->values(array(
31842   'type' => 'page',
31843   'name' => 'Basic page',
31844   'base' => 'node_content',
31845   'module' => 'node',
31846   'description' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.",
31847   'help' => 'Help text for basic pages',
31848   'has_title' => '1',
31849   'title_label' => 'Title',
31850   'custom' => '1',
31851   'modified' => '1',
31852   'locked' => '0',
31853   'disabled' => '0',
31854   'orig_type' => 'page',
31855 ))
31856 ->values(array(
31857   'type' => 'test_content_type',
31858   'name' => 'Test content type',
31859   'base' => 'node_content',
31860   'module' => 'node',
31861   'description' => 'This is the description of the test content type.',
31862   'help' => 'Help text for test content type',
31863   'has_title' => '1',
31864   'title_label' => 'Title',
31865   'custom' => '1',
31866   'modified' => '1',
31867   'locked' => '0',
31868   'disabled' => '0',
31869   'orig_type' => 'test_content_type',
31870 ))
31871 ->execute();
31872
31873 $connection->schema()->createTable('queue', array(
31874   'fields' => array(
31875     'item_id' => array(
31876       'type' => 'serial',
31877       'not null' => TRUE,
31878       'size' => 'normal',
31879       'unsigned' => TRUE,
31880     ),
31881     'name' => array(
31882       'type' => 'varchar',
31883       'not null' => TRUE,
31884       'length' => '255',
31885       'default' => '',
31886     ),
31887     'data' => array(
31888       'type' => 'blob',
31889       'not null' => FALSE,
31890       'size' => 'normal',
31891     ),
31892     'expire' => array(
31893       'type' => 'int',
31894       'not null' => TRUE,
31895       'size' => 'normal',
31896       'default' => '0',
31897     ),
31898     'created' => array(
31899       'type' => 'int',
31900       'not null' => TRUE,
31901       'size' => 'normal',
31902       'default' => '0',
31903     ),
31904   ),
31905   'primary key' => array(
31906     'item_id',
31907   ),
31908   'mysql_character_set' => 'utf8',
31909 ));
31910
31911 $connection->schema()->createTable('rdf_mapping', array(
31912   'fields' => array(
31913     'type' => array(
31914       'type' => 'varchar',
31915       'not null' => TRUE,
31916       'length' => '128',
31917     ),
31918     'bundle' => array(
31919       'type' => 'varchar',
31920       'not null' => TRUE,
31921       'length' => '128',
31922     ),
31923     'mapping' => array(
31924       'type' => 'blob',
31925       'not null' => FALSE,
31926       'size' => 'normal',
31927     ),
31928   ),
31929   'primary key' => array(
31930     'type',
31931     'bundle',
31932   ),
31933   'mysql_character_set' => 'utf8',
31934 ));
31935
31936 $connection->insert('rdf_mapping')
31937 ->fields(array(
31938   'type',
31939   'bundle',
31940   'mapping',
31941 ))
31942 ->values(array(
31943   'type' => 'node',
31944   'bundle' => 'article',
31945   '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";}}',
31946 ))
31947 ->values(array(
31948   'type' => 'node',
31949   'bundle' => 'blog',
31950   '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";}}',
31951 ))
31952 ->values(array(
31953   'type' => 'node',
31954   'bundle' => 'forum',
31955   '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";}}',
31956 ))
31957 ->values(array(
31958   'type' => 'taxonomy_term',
31959   'bundle' => 'forums',
31960   '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";}}',
31961 ))
31962 ->values(array(
31963   'type' => 'node',
31964   'bundle' => 'page',
31965   '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";}}',
31966 ))
31967 ->execute();
31968
31969 $connection->schema()->createTable('registry', array(
31970   'fields' => array(
31971     'name' => array(
31972       'type' => 'varchar',
31973       'not null' => TRUE,
31974       'length' => '255',
31975       'default' => '',
31976     ),
31977     'type' => array(
31978       'type' => 'varchar',
31979       'not null' => TRUE,
31980       'length' => '9',
31981       'default' => '',
31982     ),
31983     'filename' => array(
31984       'type' => 'varchar',
31985       'not null' => TRUE,
31986       'length' => '255',
31987     ),
31988     'module' => array(
31989       'type' => 'varchar',
31990       'not null' => TRUE,
31991       'length' => '255',
31992       'default' => '',
31993     ),
31994     'weight' => array(
31995       'type' => 'int',
31996       'not null' => TRUE,
31997       'size' => 'normal',
31998       'default' => '0',
31999     ),
32000   ),
32001   'primary key' => array(
32002     'name',
32003     'type',
32004   ),
32005   'mysql_character_set' => 'utf8',
32006 ));
32007
32008 $connection->insert('registry')
32009 ->fields(array(
32010   'name',
32011   'type',
32012   'filename',
32013   'module',
32014   'weight',
32015 ))
32016 ->values(array(
32017   'name' => 'AccessDeniedTestCase',
32018   'type' => 'class',
32019   'filename' => 'modules/system/system.test',
32020   'module' => 'system',
32021   'weight' => '0',
32022 ))
32023 ->values(array(
32024   'name' => 'ActionLoopTestCase',
32025   'type' => 'class',
32026   'filename' => 'modules/simpletest/tests/actions.test',
32027   'module' => 'simpletest',
32028   'weight' => '0',
32029 ))
32030 ->values(array(
32031   'name' => 'ActionsConfigurationTestCase',
32032   'type' => 'class',
32033   'filename' => 'modules/simpletest/tests/actions.test',
32034   'module' => 'simpletest',
32035   'weight' => '0',
32036 ))
32037 ->values(array(
32038   'name' => 'AddFeedTestCase',
32039   'type' => 'class',
32040   'filename' => 'modules/aggregator/aggregator.test',
32041   'module' => 'aggregator',
32042   'weight' => '0',
32043 ))
32044 ->values(array(
32045   'name' => 'AdminMetaTagTestCase',
32046   'type' => 'class',
32047   'filename' => 'modules/system/system.test',
32048   'module' => 'system',
32049   'weight' => '0',
32050 ))
32051 ->values(array(
32052   'name' => 'AggregatorConfigurationTestCase',
32053   'type' => 'class',
32054   'filename' => 'modules/aggregator/aggregator.test',
32055   'module' => 'aggregator',
32056   'weight' => '0',
32057 ))
32058 ->values(array(
32059   'name' => 'AggregatorCronTestCase',
32060   'type' => 'class',
32061   'filename' => 'modules/aggregator/aggregator.test',
32062   'module' => 'aggregator',
32063   'weight' => '0',
32064 ))
32065 ->values(array(
32066   'name' => 'AggregatorRenderingTestCase',
32067   'type' => 'class',
32068   'filename' => 'modules/aggregator/aggregator.test',
32069   'module' => 'aggregator',
32070   'weight' => '0',
32071 ))
32072 ->values(array(
32073   'name' => 'AggregatorTestCase',
32074   'type' => 'class',
32075   'filename' => 'modules/aggregator/aggregator.test',
32076   'module' => 'aggregator',
32077   'weight' => '0',
32078 ))
32079 ->values(array(
32080   'name' => 'AggregatorUpdatePathTestCase',
32081   'type' => 'class',
32082   'filename' => 'modules/simpletest/tests/upgrade/update.aggregator.test',
32083   'module' => 'simpletest',
32084   'weight' => '0',
32085 ))
32086 ->values(array(
32087   'name' => 'AJAXCommandsTestCase',
32088   'type' => 'class',
32089   'filename' => 'modules/simpletest/tests/ajax.test',
32090   'module' => 'simpletest',
32091   'weight' => '0',
32092 ))
32093 ->values(array(
32094   'name' => 'AJAXElementValidation',
32095   'type' => 'class',
32096   'filename' => 'modules/simpletest/tests/ajax.test',
32097   'module' => 'simpletest',
32098   'weight' => '0',
32099 ))
32100 ->values(array(
32101   'name' => 'AJAXFormPageCacheTestCase',
32102   'type' => 'class',
32103   'filename' => 'modules/simpletest/tests/ajax.test',
32104   'module' => 'simpletest',
32105   'weight' => '0',
32106 ))
32107 ->values(array(
32108   'name' => 'AJAXFormValuesTestCase',
32109   'type' => 'class',
32110   'filename' => 'modules/simpletest/tests/ajax.test',
32111   'module' => 'simpletest',
32112   'weight' => '0',
32113 ))
32114 ->values(array(
32115   'name' => 'AJAXFrameworkTestCase',
32116   'type' => 'class',
32117   'filename' => 'modules/simpletest/tests/ajax.test',
32118   'module' => 'simpletest',
32119   'weight' => '0',
32120 ))
32121 ->values(array(
32122   'name' => 'AJAXMultiFormTestCase',
32123   'type' => 'class',
32124   'filename' => 'modules/simpletest/tests/ajax.test',
32125   'module' => 'simpletest',
32126   'weight' => '0',
32127 ))
32128 ->values(array(
32129   'name' => 'AJAXTestCase',
32130   'type' => 'class',
32131   'filename' => 'modules/simpletest/tests/ajax.test',
32132   'module' => 'simpletest',
32133   'weight' => '0',
32134 ))
32135 ->values(array(
32136   'name' => 'ArchiverInterface',
32137   'type' => 'interface',
32138   'filename' => 'includes/archiver.inc',
32139   'module' => '',
32140   'weight' => '0',
32141 ))
32142 ->values(array(
32143   'name' => 'ArchiverTar',
32144   'type' => 'class',
32145   'filename' => 'modules/system/system.archiver.inc',
32146   'module' => 'system',
32147   'weight' => '0',
32148 ))
32149 ->values(array(
32150   'name' => 'ArchiverZip',
32151   'type' => 'class',
32152   'filename' => 'modules/system/system.archiver.inc',
32153   'module' => 'system',
32154   'weight' => '0',
32155 ))
32156 ->values(array(
32157   'name' => 'Archive_Tar',
32158   'type' => 'class',
32159   'filename' => 'modules/system/system.tar.inc',
32160   'module' => 'system',
32161   'weight' => '0',
32162 ))
32163 ->values(array(
32164   'name' => 'ArrayDiffUnitTest',
32165   'type' => 'class',
32166   'filename' => 'modules/simpletest/tests/common.test',
32167   'module' => 'simpletest',
32168   'weight' => '0',
32169 ))
32170 ->values(array(
32171   'name' => 'AUPhoneNumberTestCase',
32172   'type' => 'class',
32173   'filename' => 'sites/all/modules/phone/tests/phone.au.test',
32174   'module' => 'phone',
32175   'weight' => '0',
32176 ))
32177 ->values(array(
32178   'name' => 'BasicMinimalUpdatePath',
32179   'type' => 'class',
32180   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
32181   'module' => 'simpletest',
32182   'weight' => '0',
32183 ))
32184 ->values(array(
32185   'name' => 'BasicStandardUpdatePath',
32186   'type' => 'class',
32187   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
32188   'module' => 'simpletest',
32189   'weight' => '0',
32190 ))
32191 ->values(array(
32192   'name' => 'BasicUpgradePath',
32193   'type' => 'class',
32194   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
32195   'module' => 'simpletest',
32196   'weight' => '0',
32197 ))
32198 ->values(array(
32199   'name' => 'BatchMemoryQueue',
32200   'type' => 'class',
32201   'filename' => 'includes/batch.queue.inc',
32202   'module' => '',
32203   'weight' => '0',
32204 ))
32205 ->values(array(
32206   'name' => 'BatchPageTestCase',
32207   'type' => 'class',
32208   'filename' => 'modules/simpletest/tests/batch.test',
32209   'module' => 'simpletest',
32210   'weight' => '0',
32211 ))
32212 ->values(array(
32213   'name' => 'BatchPercentagesUnitTestCase',
32214   'type' => 'class',
32215   'filename' => 'modules/simpletest/tests/batch.test',
32216   'module' => 'simpletest',
32217   'weight' => '0',
32218 ))
32219 ->values(array(
32220   'name' => 'BatchProcessingTestCase',
32221   'type' => 'class',
32222   'filename' => 'modules/simpletest/tests/batch.test',
32223   'module' => 'simpletest',
32224   'weight' => '0',
32225 ))
32226 ->values(array(
32227   'name' => 'BatchQueue',
32228   'type' => 'class',
32229   'filename' => 'includes/batch.queue.inc',
32230   'module' => '',
32231   'weight' => '0',
32232 ))
32233 ->values(array(
32234   'name' => 'BEPhoneNumberTestCase',
32235   'type' => 'class',
32236   'filename' => 'sites/all/modules/phone/tests/phone.be.test',
32237   'module' => 'phone',
32238   'weight' => '0',
32239 ))
32240 ->values(array(
32241   'name' => 'BlockAdminThemeTestCase',
32242   'type' => 'class',
32243   'filename' => 'modules/block/block.test',
32244   'module' => 'block',
32245   'weight' => '-5',
32246 ))
32247 ->values(array(
32248   'name' => 'BlockCacheTestCase',
32249   'type' => 'class',
32250   'filename' => 'modules/block/block.test',
32251   'module' => 'block',
32252   'weight' => '-5',
32253 ))
32254 ->values(array(
32255   'name' => 'BlockHashTestCase',
32256   'type' => 'class',
32257   'filename' => 'modules/block/block.test',
32258   'module' => 'block',
32259   'weight' => '-5',
32260 ))
32261 ->values(array(
32262   'name' => 'BlockHiddenRegionTestCase',
32263   'type' => 'class',
32264   'filename' => 'modules/block/block.test',
32265   'module' => 'block',
32266   'weight' => '-5',
32267 ))
32268 ->values(array(
32269   'name' => 'BlockHTMLIdTestCase',
32270   'type' => 'class',
32271   'filename' => 'modules/block/block.test',
32272   'module' => 'block',
32273   'weight' => '-5',
32274 ))
32275 ->values(array(
32276   'name' => 'BlockInvalidRegionTestCase',
32277   'type' => 'class',
32278   'filename' => 'modules/block/block.test',
32279   'module' => 'block',
32280   'weight' => '-5',
32281 ))
32282 ->values(array(
32283   'name' => 'BlockTemplateSuggestionsUnitTest',
32284   'type' => 'class',
32285   'filename' => 'modules/block/block.test',
32286   'module' => 'block',
32287   'weight' => '-5',
32288 ))
32289 ->values(array(
32290   'name' => 'BlockTestCase',
32291   'type' => 'class',
32292   'filename' => 'modules/block/block.test',
32293   'module' => 'block',
32294   'weight' => '-5',
32295 ))
32296 ->values(array(
32297   'name' => 'BlockViewModuleDeltaAlterWebTest',
32298   'type' => 'class',
32299   'filename' => 'modules/block/block.test',
32300   'module' => 'block',
32301   'weight' => '-5',
32302 ))
32303 ->values(array(
32304   'name' => 'BlogTestCase',
32305   'type' => 'class',
32306   'filename' => 'modules/blog/blog.test',
32307   'module' => 'blog',
32308   'weight' => '0',
32309 ))
32310 ->values(array(
32311   'name' => 'BookTestCase',
32312   'type' => 'class',
32313   'filename' => 'modules/book/book.test',
32314   'module' => 'book',
32315   'weight' => '0',
32316 ))
32317 ->values(array(
32318   'name' => 'BootstrapAutoloadTestCase',
32319   'type' => 'class',
32320   'filename' => 'modules/simpletest/tests/bootstrap.test',
32321   'module' => 'simpletest',
32322   'weight' => '0',
32323 ))
32324 ->values(array(
32325   'name' => 'BootstrapDestinationTestCase',
32326   'type' => 'class',
32327   'filename' => 'modules/simpletest/tests/bootstrap.test',
32328   'module' => 'simpletest',
32329   'weight' => '0',
32330 ))
32331 ->values(array(
32332   'name' => 'BootstrapGetFilenameTestCase',
32333   'type' => 'class',
32334   'filename' => 'modules/simpletest/tests/bootstrap.test',
32335   'module' => 'simpletest',
32336   'weight' => '0',
32337 ))
32338 ->values(array(
32339   'name' => 'BootstrapIPAddressTestCase',
32340   'type' => 'class',
32341   'filename' => 'modules/simpletest/tests/bootstrap.test',
32342   'module' => 'simpletest',
32343   'weight' => '0',
32344 ))
32345 ->values(array(
32346   'name' => 'BootstrapMiscTestCase',
32347   'type' => 'class',
32348   'filename' => 'modules/simpletest/tests/bootstrap.test',
32349   'module' => 'simpletest',
32350   'weight' => '0',
32351 ))
32352 ->values(array(
32353   'name' => 'BootstrapOverrideServerVariablesTestCase',
32354   'type' => 'class',
32355   'filename' => 'modules/simpletest/tests/bootstrap.test',
32356   'module' => 'simpletest',
32357   'weight' => '0',
32358 ))
32359 ->values(array(
32360   'name' => 'BootstrapPageCacheTestCase',
32361   'type' => 'class',
32362   'filename' => 'modules/simpletest/tests/bootstrap.test',
32363   'module' => 'simpletest',
32364   'weight' => '0',
32365 ))
32366 ->values(array(
32367   'name' => 'BootstrapResettableStaticTestCase',
32368   'type' => 'class',
32369   'filename' => 'modules/simpletest/tests/bootstrap.test',
32370   'module' => 'simpletest',
32371   'weight' => '0',
32372 ))
32373 ->values(array(
32374   'name' => 'BootstrapTimerTestCase',
32375   'type' => 'class',
32376   'filename' => 'modules/simpletest/tests/bootstrap.test',
32377   'module' => 'simpletest',
32378   'weight' => '0',
32379 ))
32380 ->values(array(
32381   'name' => 'BootstrapVariableTestCase',
32382   'type' => 'class',
32383   'filename' => 'modules/simpletest/tests/bootstrap.test',
32384   'module' => 'simpletest',
32385   'weight' => '0',
32386 ))
32387 ->values(array(
32388   'name' => 'BRPhoneNumberTestCase',
32389   'type' => 'class',
32390   'filename' => 'sites/all/modules/phone/tests/phone.br.test',
32391   'module' => 'phone',
32392   'weight' => '0',
32393 ))
32394 ->values(array(
32395   'name' => 'CacheClearCase',
32396   'type' => 'class',
32397   'filename' => 'modules/simpletest/tests/cache.test',
32398   'module' => 'simpletest',
32399   'weight' => '0',
32400 ))
32401 ->values(array(
32402   'name' => 'CacheGetMultipleUnitTest',
32403   'type' => 'class',
32404   'filename' => 'modules/simpletest/tests/cache.test',
32405   'module' => 'simpletest',
32406   'weight' => '0',
32407 ))
32408 ->values(array(
32409   'name' => 'CacheIsEmptyCase',
32410   'type' => 'class',
32411   'filename' => 'modules/simpletest/tests/cache.test',
32412   'module' => 'simpletest',
32413   'weight' => '0',
32414 ))
32415 ->values(array(
32416   'name' => 'CacheSavingCase',
32417   'type' => 'class',
32418   'filename' => 'modules/simpletest/tests/cache.test',
32419   'module' => 'simpletest',
32420   'weight' => '0',
32421 ))
32422 ->values(array(
32423   'name' => 'CacheTestCase',
32424   'type' => 'class',
32425   'filename' => 'modules/simpletest/tests/cache.test',
32426   'module' => 'simpletest',
32427   'weight' => '0',
32428 ))
32429 ->values(array(
32430   'name' => 'CAPhoneNumberTestCase',
32431   'type' => 'class',
32432   'filename' => 'sites/all/modules/phone/tests/phone.ca.test',
32433   'module' => 'phone',
32434   'weight' => '0',
32435 ))
32436 ->values(array(
32437   'name' => 'CascadingStylesheetsTestCase',
32438   'type' => 'class',
32439   'filename' => 'modules/simpletest/tests/common.test',
32440   'module' => 'simpletest',
32441   'weight' => '0',
32442 ))
32443 ->values(array(
32444   'name' => 'CascadingStylesheetsUnitTest',
32445   'type' => 'class',
32446   'filename' => 'modules/simpletest/tests/common.test',
32447   'module' => 'simpletest',
32448   'weight' => '0',
32449 ))
32450 ->values(array(
32451   'name' => 'CategorizeFeedItemTestCase',
32452   'type' => 'class',
32453   'filename' => 'modules/aggregator/aggregator.test',
32454   'module' => 'aggregator',
32455   'weight' => '0',
32456 ))
32457 ->values(array(
32458   'name' => 'CategorizeFeedTestCase',
32459   'type' => 'class',
32460   'filename' => 'modules/aggregator/aggregator.test',
32461   'module' => 'aggregator',
32462   'weight' => '0',
32463 ))
32464 ->values(array(
32465   'name' => 'CHPhoneNumberTestCase',
32466   'type' => 'class',
32467   'filename' => 'sites/all/modules/phone/tests/phone.ch.test',
32468   'module' => 'phone',
32469   'weight' => '0',
32470 ))
32471 ->values(array(
32472   'name' => 'CLPhoneNumberTestCase',
32473   'type' => 'class',
32474   'filename' => 'sites/all/modules/phone/tests/phone.cl.test',
32475   'module' => 'phone',
32476   'weight' => '0',
32477 ))
32478 ->values(array(
32479   'name' => 'CNPhoneNumberTestCase',
32480   'type' => 'class',
32481   'filename' => 'sites/all/modules/phone/tests/phone.cn.test',
32482   'module' => 'phone',
32483   'weight' => '0',
32484 ))
32485 ->values(array(
32486   'name' => 'ColorTestCase',
32487   'type' => 'class',
32488   'filename' => 'modules/color/color.test',
32489   'module' => 'color',
32490   'weight' => '0',
32491 ))
32492 ->values(array(
32493   'name' => 'CommentActionsTestCase',
32494   'type' => 'class',
32495   'filename' => 'modules/comment/comment.test',
32496   'module' => 'comment',
32497   'weight' => '0',
32498 ))
32499 ->values(array(
32500   'name' => 'CommentAnonymous',
32501   'type' => 'class',
32502   'filename' => 'modules/comment/comment.test',
32503   'module' => 'comment',
32504   'weight' => '0',
32505 ))
32506 ->values(array(
32507   'name' => 'CommentApprovalTest',
32508   'type' => 'class',
32509   'filename' => 'modules/comment/comment.test',
32510   'module' => 'comment',
32511   'weight' => '0',
32512 ))
32513 ->values(array(
32514   'name' => 'CommentBlockFunctionalTest',
32515   'type' => 'class',
32516   'filename' => 'modules/comment/comment.test',
32517   'module' => 'comment',
32518   'weight' => '0',
32519 ))
32520 ->values(array(
32521   'name' => 'CommentContentRebuild',
32522   'type' => 'class',
32523   'filename' => 'modules/comment/comment.test',
32524   'module' => 'comment',
32525   'weight' => '0',
32526 ))
32527 ->values(array(
32528   'name' => 'CommentController',
32529   'type' => 'class',
32530   'filename' => 'modules/comment/comment.module',
32531   'module' => 'comment',
32532   'weight' => '0',
32533 ))
32534 ->values(array(
32535   'name' => 'CommentFieldsTest',
32536   'type' => 'class',
32537   'filename' => 'modules/comment/comment.test',
32538   'module' => 'comment',
32539   'weight' => '0',
32540 ))
32541 ->values(array(
32542   'name' => 'CommentHelperCase',
32543   'type' => 'class',
32544   'filename' => 'modules/comment/comment.test',
32545   'module' => 'comment',
32546   'weight' => '0',
32547 ))
32548 ->values(array(
32549   'name' => 'CommentInterfaceTest',
32550   'type' => 'class',
32551   'filename' => 'modules/comment/comment.test',
32552   'module' => 'comment',
32553   'weight' => '0',
32554 ))
32555 ->values(array(
32556   'name' => 'CommentNodeAccessTest',
32557   'type' => 'class',
32558   'filename' => 'modules/comment/comment.test',
32559   'module' => 'comment',
32560   'weight' => '0',
32561 ))
32562 ->values(array(
32563   'name' => 'CommentNodeChangesTestCase',
32564   'type' => 'class',
32565   'filename' => 'modules/comment/comment.test',
32566   'module' => 'comment',
32567   'weight' => '0',
32568 ))
32569 ->values(array(
32570   'name' => 'CommentPagerTest',
32571   'type' => 'class',
32572   'filename' => 'modules/comment/comment.test',
32573   'module' => 'comment',
32574   'weight' => '0',
32575 ))
32576 ->values(array(
32577   'name' => 'CommentPreviewTest',
32578   'type' => 'class',
32579   'filename' => 'modules/comment/comment.test',
32580   'module' => 'comment',
32581   'weight' => '0',
32582 ))
32583 ->values(array(
32584   'name' => 'CommentRSSUnitTest',
32585   'type' => 'class',
32586   'filename' => 'modules/comment/comment.test',
32587   'module' => 'comment',
32588   'weight' => '0',
32589 ))
32590 ->values(array(
32591   'name' => 'CommentThreadingTestCase',
32592   'type' => 'class',
32593   'filename' => 'modules/comment/comment.test',
32594   'module' => 'comment',
32595   'weight' => '0',
32596 ))
32597 ->values(array(
32598   'name' => 'CommentTokenReplaceTestCase',
32599   'type' => 'class',
32600   'filename' => 'modules/comment/comment.test',
32601   'module' => 'comment',
32602   'weight' => '0',
32603 ))
32604 ->values(array(
32605   'name' => 'CommentUpgradePathTestCase',
32606   'type' => 'class',
32607   'filename' => 'modules/simpletest/tests/upgrade/upgrade.comment.test',
32608   'module' => 'simpletest',
32609   'weight' => '0',
32610 ))
32611 ->values(array(
32612   'name' => 'CommonSizeTestCase',
32613   'type' => 'class',
32614   'filename' => 'modules/simpletest/tests/common.test',
32615   'module' => 'simpletest',
32616   'weight' => '0',
32617 ))
32618 ->values(array(
32619   'name' => 'CommonURLUnitTest',
32620   'type' => 'class',
32621   'filename' => 'modules/simpletest/tests/common.test',
32622   'module' => 'simpletest',
32623   'weight' => '0',
32624 ))
32625 ->values(array(
32626   'name' => 'CommonXssUnitTest',
32627   'type' => 'class',
32628   'filename' => 'modules/simpletest/tests/common.test',
32629   'module' => 'simpletest',
32630   'weight' => '0',
32631 ))
32632 ->values(array(
32633   'name' => 'ConfirmFormTest',
32634   'type' => 'class',
32635   'filename' => 'modules/system/system.test',
32636   'module' => 'system',
32637   'weight' => '0',
32638 ))
32639 ->values(array(
32640   'name' => 'ConnectionUnitTest',
32641   'type' => 'class',
32642   'filename' => 'modules/simpletest/tests/database_test.test',
32643   'module' => 'simpletest',
32644   'weight' => '0',
32645 ))
32646 ->values(array(
32647   'name' => 'ContactPersonalTestCase',
32648   'type' => 'class',
32649   'filename' => 'modules/contact/contact.test',
32650   'module' => 'contact',
32651   'weight' => '0',
32652 ))
32653 ->values(array(
32654   'name' => 'ContactSitewideTestCase',
32655   'type' => 'class',
32656   'filename' => 'modules/contact/contact.test',
32657   'module' => 'contact',
32658   'weight' => '0',
32659 ))
32660 ->values(array(
32661   'name' => 'ContextualDynamicContextTestCase',
32662   'type' => 'class',
32663   'filename' => 'modules/contextual/contextual.test',
32664   'module' => 'contextual',
32665   'weight' => '0',
32666 ))
32667 ->values(array(
32668   'name' => 'CronQueueTestCase',
32669   'type' => 'class',
32670   'filename' => 'modules/system/system.test',
32671   'module' => 'system',
32672   'weight' => '0',
32673 ))
32674 ->values(array(
32675   'name' => 'CronRunTestCase',
32676   'type' => 'class',
32677   'filename' => 'modules/system/system.test',
32678   'module' => 'system',
32679   'weight' => '0',
32680 ))
32681 ->values(array(
32682   'name' => 'CRPhoneNumberTestCase',
32683   'type' => 'class',
32684   'filename' => 'sites/all/modules/phone/tests/phone.cr.test',
32685   'module' => 'phone',
32686   'weight' => '0',
32687 ))
32688 ->values(array(
32689   'name' => 'CtoolsContextKeywordsSubstitutionTestCase',
32690   'type' => 'class',
32691   'filename' => 'sites/all/modules/ctools/tests/context.test',
32692   'module' => 'ctools_plugin_test',
32693   'weight' => '0',
32694 ))
32695 ->values(array(
32696   'name' => 'CToolsCssCache',
32697   'type' => 'class',
32698   'filename' => 'sites/all/modules/ctools/includes/css-cache.inc',
32699   'module' => 'ctools',
32700   'weight' => '0',
32701 ))
32702 ->values(array(
32703   'name' => 'CtoolsCssTestCase',
32704   'type' => 'class',
32705   'filename' => 'sites/all/modules/ctools/tests/css.test',
32706   'module' => 'ctools_plugin_test',
32707   'weight' => '0',
32708 ))
32709 ->values(array(
32710   'name' => 'CtoolsExportCrudTestCase',
32711   'type' => 'class',
32712   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export.test',
32713   'module' => 'ctools_export_test',
32714   'weight' => '0',
32715 ))
32716 ->values(array(
32717   'name' => 'CtoolsMathExpressionStackTestCase',
32718   'type' => 'class',
32719   'filename' => 'sites/all/modules/ctools/tests/math_expression_stack.test',
32720   'module' => 'ctools_plugin_test',
32721   'weight' => '0',
32722 ))
32723 ->values(array(
32724   'name' => 'CtoolsMathExpressionTestCase',
32725   'type' => 'class',
32726   'filename' => 'sites/all/modules/ctools/tests/math_expression.test',
32727   'module' => 'ctools_plugin_test',
32728   'weight' => '0',
32729 ))
32730 ->values(array(
32731   'name' => 'CtoolsObjectCache',
32732   'type' => 'class',
32733   'filename' => 'sites/all/modules/ctools/tests/object_cache.test',
32734   'module' => 'ctools_plugin_test',
32735   'weight' => '0',
32736 ))
32737 ->values(array(
32738   'name' => 'CtoolsPluginsGetInfoTestCase',
32739   'type' => 'class',
32740   'filename' => 'sites/all/modules/ctools/tests/ctools.plugins.test',
32741   'module' => 'ctools_plugin_test',
32742   'weight' => '0',
32743 ))
32744 ->values(array(
32745   'name' => 'ctools_context',
32746   'type' => 'class',
32747   'filename' => 'sites/all/modules/ctools/includes/context.inc',
32748   'module' => 'ctools',
32749   'weight' => '0',
32750 ))
32751 ->values(array(
32752   'name' => 'ctools_context_optional',
32753   'type' => 'class',
32754   'filename' => 'sites/all/modules/ctools/includes/context.inc',
32755   'module' => 'ctools',
32756   'weight' => '0',
32757 ))
32758 ->values(array(
32759   'name' => 'ctools_context_required',
32760   'type' => 'class',
32761   'filename' => 'sites/all/modules/ctools/includes/context.inc',
32762   'module' => 'ctools',
32763   'weight' => '0',
32764 ))
32765 ->values(array(
32766   'name' => 'ctools_export_ui',
32767   'type' => 'class',
32768   'filename' => 'sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php',
32769   'module' => 'ctools',
32770   'weight' => '0',
32771 ))
32772 ->values(array(
32773   'name' => 'ctools_math_expr',
32774   'type' => 'class',
32775   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
32776   'module' => 'ctools',
32777   'weight' => '0',
32778 ))
32779 ->values(array(
32780   'name' => 'ctools_math_expr_stack',
32781   'type' => 'class',
32782   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
32783   'module' => 'ctools',
32784   'weight' => '0',
32785 ))
32786 ->values(array(
32787   'name' => 'ctools_stylizer_image_processor',
32788   'type' => 'class',
32789   'filename' => 'sites/all/modules/ctools/includes/stylizer.inc',
32790   'module' => 'ctools',
32791   'weight' => '0',
32792 ))
32793 ->values(array(
32794   'name' => 'CSPhoneNumberTestCase',
32795   'type' => 'class',
32796   'filename' => 'sites/all/modules/phone/tests/phone.cs.test',
32797   'module' => 'phone',
32798   'weight' => '0',
32799 ))
32800
32801 ->values(array(
32802   'name' => 'DashboardBlocksTestCase',
32803   'type' => 'class',
32804   'filename' => 'modules/dashboard/dashboard.test',
32805   'module' => 'dashboard',
32806   'weight' => '0',
32807 ))
32808 ->values(array(
32809   'name' => 'Database',
32810   'type' => 'class',
32811   'filename' => 'includes/database/database.inc',
32812   'module' => '',
32813   'weight' => '0',
32814 ))
32815 ->values(array(
32816   'name' => 'DatabaseAlterTestCase',
32817   'type' => 'class',
32818   'filename' => 'modules/simpletest/tests/database_test.test',
32819   'module' => 'simpletest',
32820   'weight' => '0',
32821 ))
32822 ->values(array(
32823   'name' => 'DatabaseBasicSyntaxTestCase',
32824   'type' => 'class',
32825   'filename' => 'modules/simpletest/tests/database_test.test',
32826   'module' => 'simpletest',
32827   'weight' => '0',
32828 ))
32829 ->values(array(
32830   'name' => 'DatabaseCaseSensitivityTestCase',
32831   'type' => 'class',
32832   'filename' => 'modules/simpletest/tests/database_test.test',
32833   'module' => 'simpletest',
32834   'weight' => '0',
32835 ))
32836 ->values(array(
32837   'name' => 'DatabaseCondition',
32838   'type' => 'class',
32839   'filename' => 'includes/database/query.inc',
32840   'module' => '',
32841   'weight' => '0',
32842 ))
32843 ->values(array(
32844   'name' => 'DatabaseConnection',
32845   'type' => 'class',
32846   'filename' => 'includes/database/database.inc',
32847   'module' => '',
32848   'weight' => '0',
32849 ))
32850 ->values(array(
32851   'name' => 'DatabaseConnectionNotDefinedException',
32852   'type' => 'class',
32853   'filename' => 'includes/database/database.inc',
32854   'module' => '',
32855   'weight' => '0',
32856 ))
32857 ->values(array(
32858   'name' => 'DatabaseConnectionTestCase',
32859   'type' => 'class',
32860   'filename' => 'modules/simpletest/tests/database_test.test',
32861   'module' => 'simpletest',
32862   'weight' => '0',
32863 ))
32864 ->values(array(
32865   'name' => 'DatabaseConnection_mysql',
32866   'type' => 'class',
32867   'filename' => 'includes/database/mysql/database.inc',
32868   'module' => '',
32869   'weight' => '0',
32870 ))
32871 ->values(array(
32872   'name' => 'DatabaseConnection_pgsql',
32873   'type' => 'class',
32874   'filename' => 'includes/database/pgsql/database.inc',
32875   'module' => '',
32876   'weight' => '0',
32877 ))
32878 ->values(array(
32879   'name' => 'DatabaseConnection_sqlite',
32880   'type' => 'class',
32881   'filename' => 'includes/database/sqlite/database.inc',
32882   'module' => '',
32883   'weight' => '0',
32884 ))
32885 ->values(array(
32886   'name' => 'DatabaseDeleteTruncateTestCase',
32887   'type' => 'class',
32888   'filename' => 'modules/simpletest/tests/database_test.test',
32889   'module' => 'simpletest',
32890   'weight' => '0',
32891 ))
32892 ->values(array(
32893   'name' => 'DatabaseDriverNotSpecifiedException',
32894   'type' => 'class',
32895   'filename' => 'includes/database/database.inc',
32896   'module' => '',
32897   'weight' => '0',
32898 ))
32899 ->values(array(
32900   'name' => 'DatabaseEmptyStatementTestCase',
32901   'type' => 'class',
32902   'filename' => 'modules/simpletest/tests/database_test.test',
32903   'module' => 'simpletest',
32904   'weight' => '0',
32905 ))
32906 ->values(array(
32907   'name' => 'DatabaseFetch2TestCase',
32908   'type' => 'class',
32909   'filename' => 'modules/simpletest/tests/database_test.test',
32910   'module' => 'simpletest',
32911   'weight' => '0',
32912 ))
32913 ->values(array(
32914   'name' => 'DatabaseFetchTestCase',
32915   'type' => 'class',
32916   'filename' => 'modules/simpletest/tests/database_test.test',
32917   'module' => 'simpletest',
32918   'weight' => '0',
32919 ))
32920 ->values(array(
32921   'name' => 'DatabaseInsertDefaultsTestCase',
32922   'type' => 'class',
32923   'filename' => 'modules/simpletest/tests/database_test.test',
32924   'module' => 'simpletest',
32925   'weight' => '0',
32926 ))
32927 ->values(array(
32928   'name' => 'DatabaseInsertLOBTestCase',
32929   'type' => 'class',
32930   'filename' => 'modules/simpletest/tests/database_test.test',
32931   'module' => 'simpletest',
32932   'weight' => '0',
32933 ))
32934 ->values(array(
32935   'name' => 'DatabaseInsertTestCase',
32936   'type' => 'class',
32937   'filename' => 'modules/simpletest/tests/database_test.test',
32938   'module' => 'simpletest',
32939   'weight' => '0',
32940 ))
32941 ->values(array(
32942   'name' => 'DatabaseInvalidDataTestCase',
32943   'type' => 'class',
32944   'filename' => 'modules/simpletest/tests/database_test.test',
32945   'module' => 'simpletest',
32946   'weight' => '0',
32947 ))
32948 ->values(array(
32949   'name' => 'DatabaseLog',
32950   'type' => 'class',
32951   'filename' => 'includes/database/log.inc',
32952   'module' => '',
32953   'weight' => '0',
32954 ))
32955 ->values(array(
32956   'name' => 'DatabaseLoggingTestCase',
32957   'type' => 'class',
32958   'filename' => 'modules/simpletest/tests/database_test.test',
32959   'module' => 'simpletest',
32960   'weight' => '0',
32961 ))
32962 ->values(array(
32963   'name' => 'DatabaseMergeTestCase',
32964   'type' => 'class',
32965   'filename' => 'modules/simpletest/tests/database_test.test',
32966   'module' => 'simpletest',
32967   'weight' => '0',
32968 ))
32969 ->values(array(
32970   'name' => 'DatabaseNextIdCase',
32971   'type' => 'class',
32972   'filename' => 'modules/simpletest/tests/database_test.test',
32973   'module' => 'simpletest',
32974   'weight' => '0',
32975 ))
32976 ->values(array(
32977   'name' => 'DatabaseQueryTestCase',
32978   'type' => 'class',
32979   'filename' => 'modules/simpletest/tests/database_test.test',
32980   'module' => 'simpletest',
32981   'weight' => '0',
32982 ))
32983 ->values(array(
32984   'name' => 'DatabaseRangeQueryTestCase',
32985   'type' => 'class',
32986   'filename' => 'modules/simpletest/tests/database_test.test',
32987   'module' => 'simpletest',
32988   'weight' => '0',
32989 ))
32990 ->values(array(
32991   'name' => 'DatabaseRegressionTestCase',
32992   'type' => 'class',
32993   'filename' => 'modules/simpletest/tests/database_test.test',
32994   'module' => 'simpletest',
32995   'weight' => '0',
32996 ))
32997 ->values(array(
32998   'name' => 'DatabaseSchema',
32999   'type' => 'class',
33000   'filename' => 'includes/database/schema.inc',
33001   'module' => '',
33002   'weight' => '0',
33003 ))
33004 ->values(array(
33005   'name' => 'DatabaseSchemaObjectDoesNotExistException',
33006   'type' => 'class',
33007   'filename' => 'includes/database/schema.inc',
33008   'module' => '',
33009   'weight' => '0',
33010 ))
33011 ->values(array(
33012   'name' => 'DatabaseSchemaObjectExistsException',
33013   'type' => 'class',
33014   'filename' => 'includes/database/schema.inc',
33015   'module' => '',
33016   'weight' => '0',
33017 ))
33018 ->values(array(
33019   'name' => 'DatabaseSchema_mysql',
33020   'type' => 'class',
33021   'filename' => 'includes/database/mysql/schema.inc',
33022   'module' => '',
33023   'weight' => '0',
33024 ))
33025 ->values(array(
33026   'name' => 'DatabaseSchema_pgsql',
33027   'type' => 'class',
33028   'filename' => 'includes/database/pgsql/schema.inc',
33029   'module' => '',
33030   'weight' => '0',
33031 ))
33032 ->values(array(
33033   'name' => 'DatabaseSchema_sqlite',
33034   'type' => 'class',
33035   'filename' => 'includes/database/sqlite/schema.inc',
33036   'module' => '',
33037   'weight' => '0',
33038 ))
33039 ->values(array(
33040   'name' => 'DatabaseSelectCloneTest',
33041   'type' => 'class',
33042   'filename' => 'modules/simpletest/tests/database_test.test',
33043   'module' => 'simpletest',
33044   'weight' => '0',
33045 ))
33046 ->values(array(
33047   'name' => 'DatabaseSelectComplexTestCase',
33048   'type' => 'class',
33049   'filename' => 'modules/simpletest/tests/database_test.test',
33050   'module' => 'simpletest',
33051   'weight' => '0',
33052 ))
33053 ->values(array(
33054   'name' => 'DatabaseSelectComplexTestCase2',
33055   'type' => 'class',
33056   'filename' => 'modules/simpletest/tests/database_test.test',
33057   'module' => 'simpletest',
33058   'weight' => '0',
33059 ))
33060 ->values(array(
33061   'name' => 'DatabaseSelectOrderedTestCase',
33062   'type' => 'class',
33063   'filename' => 'modules/simpletest/tests/database_test.test',
33064   'module' => 'simpletest',
33065   'weight' => '0',
33066 ))
33067 ->values(array(
33068   'name' => 'DatabaseSelectPagerDefaultTestCase',
33069   'type' => 'class',
33070   'filename' => 'modules/simpletest/tests/database_test.test',
33071   'module' => 'simpletest',
33072   'weight' => '0',
33073 ))
33074 ->values(array(
33075   'name' => 'DatabaseSelectSubqueryTestCase',
33076   'type' => 'class',
33077   'filename' => 'modules/simpletest/tests/database_test.test',
33078   'module' => 'simpletest',
33079   'weight' => '0',
33080 ))
33081 ->values(array(
33082   'name' => 'DatabaseSelectTableSortDefaultTestCase',
33083   'type' => 'class',
33084   'filename' => 'modules/simpletest/tests/database_test.test',
33085   'module' => 'simpletest',
33086   'weight' => '0',
33087 ))
33088 ->values(array(
33089   'name' => 'DatabaseSelectTestCase',
33090   'type' => 'class',
33091   'filename' => 'modules/simpletest/tests/database_test.test',
33092   'module' => 'simpletest',
33093   'weight' => '0',
33094 ))
33095 ->values(array(
33096   'name' => 'DatabaseSerializeQueryTestCase',
33097   'type' => 'class',
33098   'filename' => 'modules/simpletest/tests/database_test.test',
33099   'module' => 'simpletest',
33100   'weight' => '0',
33101 ))
33102 ->values(array(
33103   'name' => 'DatabaseStatementBase',
33104   'type' => 'class',
33105   'filename' => 'includes/database/database.inc',
33106   'module' => '',
33107   'weight' => '0',
33108 ))
33109 ->values(array(
33110   'name' => 'DatabaseStatementEmpty',
33111   'type' => 'class',
33112   'filename' => 'includes/database/database.inc',
33113   'module' => '',
33114   'weight' => '0',
33115 ))
33116 ->values(array(
33117   'name' => 'DatabaseStatementInterface',
33118   'type' => 'interface',
33119   'filename' => 'includes/database/database.inc',
33120   'module' => '',
33121   'weight' => '0',
33122 ))
33123 ->values(array(
33124   'name' => 'DatabaseStatementPrefetch',
33125   'type' => 'class',
33126   'filename' => 'includes/database/prefetch.inc',
33127   'module' => '',
33128   'weight' => '0',
33129 ))
33130 ->values(array(
33131   'name' => 'DatabaseStatement_sqlite',
33132   'type' => 'class',
33133   'filename' => 'includes/database/sqlite/database.inc',
33134   'module' => '',
33135   'weight' => '0',
33136 ))
33137 ->values(array(
33138   'name' => 'DatabaseTaggingTestCase',
33139   'type' => 'class',
33140   'filename' => 'modules/simpletest/tests/database_test.test',
33141   'module' => 'simpletest',
33142   'weight' => '0',
33143 ))
33144 ->values(array(
33145   'name' => 'DatabaseTaskException',
33146   'type' => 'class',
33147   'filename' => 'includes/install.inc',
33148   'module' => '',
33149   'weight' => '0',
33150 ))
33151 ->values(array(
33152   'name' => 'DatabaseTasks',
33153   'type' => 'class',
33154   'filename' => 'includes/install.inc',
33155   'module' => '',
33156   'weight' => '0',
33157 ))
33158 ->values(array(
33159   'name' => 'DatabaseTasks_mysql',
33160   'type' => 'class',
33161   'filename' => 'includes/database/mysql/install.inc',
33162   'module' => '',
33163   'weight' => '0',
33164 ))
33165 ->values(array(
33166   'name' => 'DatabaseTasks_pgsql',
33167   'type' => 'class',
33168   'filename' => 'includes/database/pgsql/install.inc',
33169   'module' => '',
33170   'weight' => '0',
33171 ))
33172 ->values(array(
33173   'name' => 'DatabaseTasks_sqlite',
33174   'type' => 'class',
33175   'filename' => 'includes/database/sqlite/install.inc',
33176   'module' => '',
33177   'weight' => '0',
33178 ))
33179 ->values(array(
33180   'name' => 'DatabaseTemporaryQueryTestCase',
33181   'type' => 'class',
33182   'filename' => 'modules/simpletest/tests/database_test.test',
33183   'module' => 'simpletest',
33184   'weight' => '0',
33185 ))
33186 ->values(array(
33187   'name' => 'DatabaseTestCase',
33188   'type' => 'class',
33189   'filename' => 'modules/simpletest/tests/database_test.test',
33190   'module' => 'simpletest',
33191   'weight' => '0',
33192 ))
33193 ->values(array(
33194   'name' => 'DatabaseTransaction',
33195   'type' => 'class',
33196   'filename' => 'includes/database/database.inc',
33197   'module' => '',
33198   'weight' => '0',
33199 ))
33200 ->values(array(
33201   'name' => 'DatabaseTransactionCommitFailedException',
33202   'type' => 'class',
33203   'filename' => 'includes/database/database.inc',
33204   'module' => '',
33205   'weight' => '0',
33206 ))
33207 ->values(array(
33208   'name' => 'DatabaseTransactionExplicitCommitNotAllowedException',
33209   'type' => 'class',
33210   'filename' => 'includes/database/database.inc',
33211   'module' => '',
33212   'weight' => '0',
33213 ))
33214 ->values(array(
33215   'name' => 'DatabaseTransactionNameNonUniqueException',
33216   'type' => 'class',
33217   'filename' => 'includes/database/database.inc',
33218   'module' => '',
33219   'weight' => '0',
33220 ))
33221 ->values(array(
33222   'name' => 'DatabaseTransactionNoActiveException',
33223   'type' => 'class',
33224   'filename' => 'includes/database/database.inc',
33225   'module' => '',
33226   'weight' => '0',
33227 ))
33228 ->values(array(
33229   'name' => 'DatabaseTransactionOutOfOrderException',
33230   'type' => 'class',
33231   'filename' => 'includes/database/database.inc',
33232   'module' => '',
33233   'weight' => '0',
33234 ))
33235 ->values(array(
33236   'name' => 'DatabaseTransactionTestCase',
33237   'type' => 'class',
33238   'filename' => 'modules/simpletest/tests/database_test.test',
33239   'module' => 'simpletest',
33240   'weight' => '0',
33241 ))
33242 ->values(array(
33243   'name' => 'DatabaseUpdateComplexTestCase',
33244   'type' => 'class',
33245   'filename' => 'modules/simpletest/tests/database_test.test',
33246   'module' => 'simpletest',
33247   'weight' => '0',
33248 ))
33249 ->values(array(
33250   'name' => 'DatabaseUpdateLOBTestCase',
33251   'type' => 'class',
33252   'filename' => 'modules/simpletest/tests/database_test.test',
33253   'module' => 'simpletest',
33254   'weight' => '0',
33255 ))
33256 ->values(array(
33257   'name' => 'DatabaseUpdateTestCase',
33258   'type' => 'class',
33259   'filename' => 'modules/simpletest/tests/database_test.test',
33260   'module' => 'simpletest',
33261   'weight' => '0',
33262 ))
33263 ->values(array(
33264   'name' => 'DateAPITestCase',
33265   'type' => 'class',
33266   'filename' => 'sites/all/modules/date/tests/date_api.test',
33267   'module' => 'date',
33268   'weight' => '0',
33269 ))
33270 ->values(array(
33271   'name' => 'DateFieldBasic',
33272   'type' => 'class',
33273   'filename' => 'sites/all/modules/date/tests/date_field.test',
33274   'module' => 'date',
33275   'weight' => '0',
33276 ))
33277 ->values(array(
33278   'name' => 'DateFieldTestCase',
33279   'type' => 'class',
33280   'filename' => 'sites/all/modules/date/tests/date_field.test',
33281   'module' => 'date',
33282   'weight' => '0',
33283 ))
33284 ->values(array(
33285   'name' => 'DateMigrateExampleUnitTest',
33286   'type' => 'class',
33287   'filename' => 'sites/all/modules/date/tests/date_migrate.test',
33288   'module' => 'date',
33289   'weight' => '0',
33290 ))
33291 ->values(array(
33292   'name' => 'DateMigrateFieldHandler',
33293   'type' => 'class',
33294   'filename' => 'sites/all/modules/date/date.migrate.inc',
33295   'module' => 'date',
33296   'weight' => '0',
33297 ))
33298 ->values(array(
33299   'name' => 'DateObject',
33300   'type' => 'class',
33301   'filename' => 'sites/all/modules/date/date_api/date_api.module',
33302   'module' => 'date_api',
33303   'weight' => '0',
33304 ))
33305 ->values(array(
33306   'name' => 'DateRepeatFormTestCase',
33307   'type' => 'class',
33308   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat_form.test',
33309   'module' => 'date_repeat',
33310   'weight' => '0',
33311 ))
33312 ->values(array(
33313   'name' => 'DateRepeatTestCase',
33314   'type' => 'class',
33315   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat.test',
33316   'module' => 'date_repeat',
33317   'weight' => '0',
33318 ))
33319 ->values(array(
33320   'name' => 'DateTimeFunctionalTest',
33321   'type' => 'class',
33322   'filename' => 'modules/system/system.test',
33323   'module' => 'system',
33324   'weight' => '0',
33325 ))
33326 ->values(array(
33327   'name' => 'DateTimezoneTestCase',
33328   'type' => 'class',
33329   'filename' => 'sites/all/modules/date/tests/date_timezone.test',
33330   'module' => 'date',
33331   'weight' => '0',
33332 ))
33333 ->values(array(
33334   'name' => 'DateToolsTestCase',
33335   'type' => 'class',
33336   'filename' => 'sites/all/modules/date/date_tools/tests/date_tools.test',
33337   'module' => 'date_tools',
33338   'weight' => '0',
33339 ))
33340 ->values(array(
33341   'name' => 'DateUITestCase',
33342   'type' => 'class',
33343   'filename' => 'sites/all/modules/date/tests/date.test',
33344   'module' => 'date',
33345   'weight' => '0',
33346 ))
33347 ->values(array(
33348   'name' => 'DateValidationTestCase',
33349   'type' => 'class',
33350   'filename' => 'sites/all/modules/date/tests/date_validation.test',
33351   'module' => 'date',
33352   'weight' => '0',
33353 ))
33354 ->values(array(
33355   'name' => 'DateViewsPopupTestCase',
33356   'type' => 'class',
33357   'filename' => 'sites/all/modules/date/tests/date_views_popup.test',
33358   'module' => 'date',
33359   'weight' => '0',
33360 ))
33361 ->values(array(
33362   'name' => 'date_sql_handler',
33363   'type' => 'class',
33364   'filename' => 'sites/all/modules/date/date_api/date_api_sql.inc',
33365   'module' => 'date_api',
33366   'weight' => '0',
33367 ))
33368 ->values(array(
33369   'name' => 'DBLogTestCase',
33370   'type' => 'class',
33371   'filename' => 'modules/dblog/dblog.test',
33372   'module' => 'dblog',
33373   'weight' => '0',
33374 ))
33375 ->values(array(
33376   'name' => 'DefaultMailSystem',
33377   'type' => 'class',
33378   'filename' => 'modules/system/system.mail.inc',
33379   'module' => 'system',
33380   'weight' => '0',
33381 ))
33382 ->values(array(
33383   'name' => 'DeleteQuery',
33384   'type' => 'class',
33385   'filename' => 'includes/database/query.inc',
33386   'module' => '',
33387   'weight' => '0',
33388 ))
33389 ->values(array(
33390   'name' => 'DeleteQuery_sqlite',
33391   'type' => 'class',
33392   'filename' => 'includes/database/sqlite/query.inc',
33393   'module' => '',
33394   'weight' => '0',
33395 ))
33396 ->values(array(
33397   'name' => 'DisabledNodeTypeTestCase',
33398   'type' => 'class',
33399   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
33400   'module' => 'simpletest',
33401   'weight' => '0',
33402 ))
33403 ->values(array(
33404   'name' => 'DrupalAddFeedTestCase',
33405   'type' => 'class',
33406   'filename' => 'modules/simpletest/tests/common.test',
33407   'module' => 'simpletest',
33408   'weight' => '0',
33409 ))
33410 ->values(array(
33411   'name' => 'DrupalAlterTestCase',
33412   'type' => 'class',
33413   'filename' => 'modules/simpletest/tests/common.test',
33414   'module' => 'simpletest',
33415   'weight' => '0',
33416 ))
33417 ->values(array(
33418   'name' => 'DrupalAttributesUnitTest',
33419   'type' => 'class',
33420   'filename' => 'modules/simpletest/tests/common.test',
33421   'module' => 'simpletest',
33422   'weight' => '0',
33423 ))
33424 ->values(array(
33425   'name' => 'DrupalCacheArray',
33426   'type' => 'class',
33427   'filename' => 'includes/bootstrap.inc',
33428   'module' => '',
33429   'weight' => '0',
33430 ))
33431 ->values(array(
33432   'name' => 'DrupalCacheInterface',
33433   'type' => 'interface',
33434   'filename' => 'includes/cache.inc',
33435   'module' => '',
33436   'weight' => '0',
33437 ))
33438 ->values(array(
33439   'name' => 'DrupalDataApiTest',
33440   'type' => 'class',
33441   'filename' => 'modules/simpletest/tests/common.test',
33442   'module' => 'simpletest',
33443   'weight' => '0',
33444 ))
33445 ->values(array(
33446   'name' => 'DrupalDatabaseCache',
33447   'type' => 'class',
33448   'filename' => 'includes/cache.inc',
33449   'module' => '',
33450   'weight' => '0',
33451 ))
33452 ->values(array(
33453   'name' => 'DrupalDefaultEntityController',
33454   'type' => 'class',
33455   'filename' => 'includes/entity.inc',
33456   'module' => '',
33457   'weight' => '0',
33458 ))
33459 ->values(array(
33460   'name' => 'DrupalEntityControllerInterface',
33461   'type' => 'interface',
33462   'filename' => 'includes/entity.inc',
33463   'module' => '',
33464   'weight' => '0',
33465 ))
33466 ->values(array(
33467   'name' => 'DrupalErrorCollectionUnitTest',
33468   'type' => 'class',
33469   'filename' => 'modules/simpletest/tests/common.test',
33470   'module' => 'simpletest',
33471   'weight' => '0',
33472 ))
33473 ->values(array(
33474   'name' => 'DrupalErrorHandlerTestCase',
33475   'type' => 'class',
33476   'filename' => 'modules/simpletest/tests/error.test',
33477   'module' => 'simpletest',
33478   'weight' => '0',
33479 ))
33480 ->values(array(
33481   'name' => 'DrupalFakeCache',
33482   'type' => 'class',
33483   'filename' => 'includes/cache-install.inc',
33484   'module' => '',
33485   'weight' => '0',
33486 ))
33487 ->values(array(
33488   'name' => 'DrupalGetQueryArrayTestCase',
33489   'type' => 'class',
33490   'filename' => 'modules/simpletest/tests/common.test',
33491   'module' => 'simpletest',
33492   'weight' => '0',
33493 ))
33494 ->values(array(
33495   'name' => 'DrupalGetRdfNamespacesTestCase',
33496   'type' => 'class',
33497   'filename' => 'modules/simpletest/tests/common.test',
33498   'module' => 'simpletest',
33499   'weight' => '0',
33500 ))
33501 ->values(array(
33502   'name' => 'DrupalGotoTest',
33503   'type' => 'class',
33504   'filename' => 'modules/simpletest/tests/common.test',
33505   'module' => 'simpletest',
33506   'weight' => '0',
33507 ))
33508 ->values(array(
33509   'name' => 'DrupalHTMLIdentifierTestCase',
33510   'type' => 'class',
33511   'filename' => 'modules/simpletest/tests/common.test',
33512   'module' => 'simpletest',
33513   'weight' => '0',
33514 ))
33515 ->values(array(
33516   'name' => 'DrupalHtmlToTextTestCase',
33517   'type' => 'class',
33518   'filename' => 'modules/simpletest/tests/mail.test',
33519   'module' => 'simpletest',
33520   'weight' => '0',
33521 ))
33522 ->values(array(
33523   'name' => 'DrupalHTTPRequestTestCase',
33524   'type' => 'class',
33525   'filename' => 'modules/simpletest/tests/common.test',
33526   'module' => 'simpletest',
33527   'weight' => '0',
33528 ))
33529 ->values(array(
33530   'name' => 'DrupalHTTPResponseStatusLineTest',
33531   'type' => 'class',
33532   'filename' => 'modules/simpletest/tests/common.test',
33533   'module' => 'simpletest',
33534   'weight' => '0',
33535 ))
33536 ->values(array(
33537   'name' => 'DrupalJSONTest',
33538   'type' => 'class',
33539   'filename' => 'modules/simpletest/tests/common.test',
33540   'module' => 'simpletest',
33541   'weight' => '0',
33542 ))
33543 ->values(array(
33544   'name' => 'DrupalLocalStreamWrapper',
33545   'type' => 'class',
33546   'filename' => 'includes/stream_wrappers.inc',
33547   'module' => '',
33548   'weight' => '0',
33549 ))
33550 ->values(array(
33551   'name' => 'DrupalMatchPathTestCase',
33552   'type' => 'class',
33553   'filename' => 'modules/simpletest/tests/path.test',
33554   'module' => 'simpletest',
33555   'weight' => '0',
33556 ))
33557 ->values(array(
33558   'name' => 'DrupalPrivateStreamWrapper',
33559   'type' => 'class',
33560   'filename' => 'includes/stream_wrappers.inc',
33561   'module' => '',
33562   'weight' => '0',
33563 ))
33564 ->values(array(
33565   'name' => 'DrupalPublicStreamWrapper',
33566   'type' => 'class',
33567   'filename' => 'includes/stream_wrappers.inc',
33568   'module' => '',
33569   'weight' => '0',
33570 ))
33571 ->values(array(
33572   'name' => 'DrupalQueue',
33573   'type' => 'class',
33574   'filename' => 'modules/system/system.queue.inc',
33575   'module' => 'system',
33576   'weight' => '0',
33577 ))
33578 ->values(array(
33579   'name' => 'DrupalQueueInterface',
33580   'type' => 'interface',
33581   'filename' => 'modules/system/system.queue.inc',
33582   'module' => 'system',
33583   'weight' => '0',
33584 ))
33585 ->values(array(
33586   'name' => 'DrupalReliableQueueInterface',
33587   'type' => 'interface',
33588   'filename' => 'modules/system/system.queue.inc',
33589   'module' => 'system',
33590   'weight' => '0',
33591 ))
33592 ->values(array(
33593   'name' => 'DrupalRenderTestCase',
33594   'type' => 'class',
33595   'filename' => 'modules/simpletest/tests/common.test',
33596   'module' => 'simpletest',
33597   'weight' => '0',
33598 ))
33599 ->values(array(
33600   'name' => 'DrupalSetContentTestCase',
33601   'type' => 'class',
33602   'filename' => 'modules/simpletest/tests/common.test',
33603   'module' => 'simpletest',
33604   'weight' => '0',
33605 ))
33606 ->values(array(
33607   'name' => 'DrupalSetMessageTest',
33608   'type' => 'class',
33609   'filename' => 'modules/system/system.test',
33610   'module' => 'system',
33611   'weight' => '0',
33612 ))
33613 ->values(array(
33614   'name' => 'DrupalStreamWrapperInterface',
33615   'type' => 'interface',
33616   'filename' => 'includes/stream_wrappers.inc',
33617   'module' => '',
33618   'weight' => '0',
33619 ))
33620 ->values(array(
33621   'name' => 'DrupalSystemListingTestCase',
33622   'type' => 'class',
33623   'filename' => 'modules/simpletest/tests/common.test',
33624   'module' => 'simpletest',
33625   'weight' => '0',
33626 ))
33627 ->values(array(
33628   'name' => 'DrupalTagsHandlingTestCase',
33629   'type' => 'class',
33630   'filename' => 'modules/simpletest/tests/common.test',
33631   'module' => 'simpletest',
33632   'weight' => '0',
33633 ))
33634 ->values(array(
33635   'name' => 'DrupalTemporaryStreamWrapper',
33636   'type' => 'class',
33637   'filename' => 'includes/stream_wrappers.inc',
33638   'module' => '',
33639   'weight' => '0',
33640 ))
33641 ->values(array(
33642   'name' => 'DrupalTestCase',
33643   'type' => 'class',
33644   'filename' => 'modules/simpletest/drupal_web_test_case.php',
33645   'module' => 'simpletest',
33646   'weight' => '0',
33647 ))
33648 ->values(array(
33649   'name' => 'DrupalUnitTestCase',
33650   'type' => 'class',
33651   'filename' => 'modules/simpletest/drupal_web_test_case.php',
33652   'module' => 'simpletest',
33653   'weight' => '0',
33654 ))
33655 ->values(array(
33656   'name' => 'DrupalUpdateException',
33657   'type' => 'class',
33658   'filename' => 'includes/update.inc',
33659   'module' => '',
33660   'weight' => '0',
33661 ))
33662 ->values(array(
33663   'name' => 'DrupalUpdaterInterface',
33664   'type' => 'interface',
33665   'filename' => 'includes/updater.inc',
33666   'module' => '',
33667   'weight' => '0',
33668 ))
33669 ->values(array(
33670   'name' => 'DrupalWebTestCase',
33671   'type' => 'class',
33672   'filename' => 'modules/simpletest/drupal_web_test_case.php',
33673   'module' => 'simpletest',
33674   'weight' => '0',
33675 ))
33676 ->values(array(
33677   'name' => 'EarlyBootstrapTestCase',
33678   'type' => 'class',
33679   'filename' => 'modules/simpletest/tests/boot.test',
33680   'module' => 'simpletest',
33681   'weight' => '0',
33682 ))
33683 ->values(array(
33684   'name' => 'EGPhoneNumberTestCase',
33685   'type' => 'class',
33686   'filename' => 'sites/all/modules/phone/tests/phone.eg.test',
33687   'module' => 'phone',
33688   'weight' => '0',
33689 ))
33690 ->values(array(
33691   'name' => 'EnableDisableTestCase',
33692   'type' => 'class',
33693   'filename' => 'modules/system/system.test',
33694   'module' => 'system',
33695   'weight' => '0',
33696 ))
33697 ->values(array(
33698   'name' => 'Entity',
33699   'type' => 'class',
33700   'filename' => 'sites/all/modules/entity/includes/entity.inc',
33701   'module' => 'entity',
33702   'weight' => '0',
33703 ))
33704 ->values(array(
33705   'name' => 'EntityAPICommentNodeAccessTestCase',
33706   'type' => 'class',
33707   'filename' => 'sites/all/modules/entity/entity.test',
33708   'module' => 'entity',
33709   'weight' => '0',
33710 ))
33711 ->values(array(
33712   'name' => 'EntityAPIController',
33713   'type' => 'class',
33714   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
33715   'module' => 'entity',
33716   'weight' => '0',
33717 ))
33718 ->values(array(
33719   'name' => 'EntityAPIControllerExportable',
33720   'type' => 'class',
33721   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
33722   'module' => 'entity',
33723   'weight' => '0',
33724 ))
33725 ->values(array(
33726   'name' => 'EntityAPIControllerInterface',
33727   'type' => 'interface',
33728   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
33729   'module' => 'entity',
33730   'weight' => '0',
33731 ))
33732 ->values(array(
33733   'name' => 'EntityAPIControllerRevisionableInterface',
33734   'type' => 'interface',
33735   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
33736   'module' => 'entity',
33737   'weight' => '0',
33738 ))
33739 ->values(array(
33740   'name' => 'EntityAPIi18nItegrationTestCase',
33741   'type' => 'class',
33742   'filename' => 'sites/all/modules/entity/entity.test',
33743   'module' => 'entity',
33744   'weight' => '0',
33745 ))
33746 ->values(array(
33747   'name' => 'EntityAPIRulesIntegrationTestCase',
33748   'type' => 'class',
33749   'filename' => 'sites/all/modules/entity/entity.test',
33750   'module' => 'entity',
33751   'weight' => '0',
33752 ))
33753 ->values(array(
33754   'name' => 'EntityAPITestCase',
33755   'type' => 'class',
33756   'filename' => 'sites/all/modules/entity/entity.test',
33757   'module' => 'entity',
33758   'weight' => '0',
33759 ))
33760 ->values(array(
33761   'name' => 'EntityBundleableUIController',
33762   'type' => 'class',
33763   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
33764   'module' => 'entity',
33765   'weight' => '0',
33766 ))
33767 ->values(array(
33768   'name' => 'EntityContentUIController',
33769   'type' => 'class',
33770   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
33771   'module' => 'entity',
33772   'weight' => '0',
33773 ))
33774 ->values(array(
33775   'name' => 'EntityCrudHookTestCase',
33776   'type' => 'class',
33777   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.test',
33778   'module' => 'simpletest',
33779   'weight' => '0',
33780 ))
33781 ->values(array(
33782   'name' => 'EntityDB',
33783   'type' => 'class',
33784   'filename' => 'sites/all/modules/entity/includes/entity.inc',
33785   'module' => 'entity',
33786   'weight' => '0',
33787 ))
33788 ->values(array(
33789   'name' => 'EntityDBExtendable',
33790   'type' => 'class',
33791   'filename' => 'sites/all/modules/entity/includes/entity.inc',
33792   'module' => 'entity',
33793   'weight' => '0',
33794 ))
33795 ->values(array(
33796   'name' => 'EntityDefaultExtraFieldsController',
33797   'type' => 'class',
33798   'filename' => 'sites/all/modules/entity/entity.info.inc',
33799   'module' => 'entity',
33800   'weight' => '0',
33801 ))
33802 ->values(array(
33803   'name' => 'EntityDefaultFeaturesController',
33804   'type' => 'class',
33805   'filename' => 'sites/all/modules/entity/entity.features.inc',
33806   'module' => 'entity',
33807   'weight' => '0',
33808 ))
33809 ->values(array(
33810   'name' => 'EntityDefaultI18nStringController',
33811   'type' => 'class',
33812   'filename' => 'sites/all/modules/entity/entity.i18n.inc',
33813   'module' => 'entity',
33814   'weight' => '0',
33815 ))
33816 ->values(array(
33817   'name' => 'EntityDefaultMetadataController',
33818   'type' => 'class',
33819   'filename' => 'sites/all/modules/entity/entity.info.inc',
33820   'module' => 'entity',
33821   'weight' => '0',
33822 ))
33823 ->values(array(
33824   'name' => 'EntityDefaultRulesController',
33825   'type' => 'class',
33826   'filename' => 'sites/all/modules/entity/entity.rules.inc',
33827   'module' => 'entity',
33828   'weight' => '0',
33829 ))
33830 ->values(array(
33831   'name' => 'EntityDefaultUIController',
33832   'type' => 'class',
33833   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
33834   'module' => 'entity',
33835   'weight' => '0',
33836 ))
33837 ->values(array(
33838   'name' => 'EntityDefaultViewsController',
33839   'type' => 'class',
33840   'filename' => 'sites/all/modules/entity/views/entity.views.inc',
33841   'module' => 'entity',
33842   'weight' => '0',
33843 ))
33844 ->values(array(
33845   'name' => 'EntityDrupalWrapper',
33846   'type' => 'class',
33847   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
33848   'module' => 'entity',
33849   'weight' => '0',
33850 ))
33851 ->values(array(
33852   'name' => 'EntityExtendable',
33853   'type' => 'class',
33854   'filename' => 'sites/all/modules/entity/includes/entity.inc',
33855   'module' => 'entity',
33856   'weight' => '0',
33857 ))
33858 ->values(array(
33859   'name' => 'EntityExtraFieldsControllerInterface',
33860   'type' => 'interface',
33861   'filename' => 'sites/all/modules/entity/entity.info.inc',
33862   'module' => 'entity',
33863   'weight' => '0',
33864 ))
33865 ->values(array(
33866   'name' => 'EntityFieldHandlerHelper',
33867   'type' => 'class',
33868   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_field_handler_helper.inc',
33869   'module' => 'entity',
33870   'weight' => '0',
33871 ))
33872 ->values(array(
33873   'name' => 'EntityFieldQuery',
33874   'type' => 'class',
33875   'filename' => 'includes/entity.inc',
33876   'module' => '',
33877   'weight' => '0',
33878 ))
33879 ->values(array(
33880   'name' => 'EntityFieldQueryException',
33881   'type' => 'class',
33882   'filename' => 'includes/entity.inc',
33883   'module' => '',
33884   'weight' => '0',
33885 ))
33886 ->values(array(
33887   'name' => 'EntityFieldQueryTestCase',
33888   'type' => 'class',
33889   'filename' => 'modules/simpletest/tests/entity_query.test',
33890   'module' => 'simpletest',
33891   'weight' => '0',
33892 ))
33893 ->values(array(
33894   'name' => 'EntityLoadTestCase',
33895   'type' => 'class',
33896   'filename' => 'modules/simpletest/tests/entity_crud.test',
33897   'module' => 'simpletest',
33898   'weight' => '0',
33899 ))
33900 ->values(array(
33901   'name' => 'EntityMalformedException',
33902   'type' => 'class',
33903   'filename' => 'includes/entity.inc',
33904   'module' => '',
33905   'weight' => '0',
33906 ))
33907 ->values(array(
33908   'name' => 'EntityMetadataArrayObject',
33909   'type' => 'class',
33910   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
33911   'module' => 'entity',
33912   'weight' => '0',
33913 ))
33914 ->values(array(
33915   'name' => 'EntityMetadataIntegrationTestCase',
33916   'type' => 'class',
33917   'filename' => 'sites/all/modules/entity/entity.test',
33918   'module' => 'entity',
33919   'weight' => '0',
33920 ))
33921 ->values(array(
33922   'name' => 'EntityMetadataNodeAccessTestCase',
33923   'type' => 'class',
33924   'filename' => 'sites/all/modules/entity/entity.test',
33925   'module' => 'entity',
33926   'weight' => '0',
33927 ))
33928 ->values(array(
33929   'name' => 'EntityMetadataNodeCreateAccessTestCase',
33930   'type' => 'class',
33931   'filename' => 'sites/all/modules/entity/entity.test',
33932   'module' => 'entity',
33933   'weight' => '0',
33934 ))
33935 ->values(array(
33936   'name' => 'EntityMetadataNodeRevisionAccessTestCase',
33937   'type' => 'class',
33938   'filename' => 'sites/all/modules/entity/entity.test',
33939   'module' => 'entity',
33940   'weight' => '0',
33941 ))
33942 ->values(array(
33943   'name' => 'EntityMetadataTestCase',
33944   'type' => 'class',
33945   'filename' => 'sites/all/modules/entity/entity.test',
33946   'module' => 'entity',
33947   'weight' => '0',
33948 ))
33949 ->values(array(
33950   'name' => 'EntityMetadataWrapper',
33951   'type' => 'class',
33952   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
33953   'module' => 'entity',
33954   'weight' => '0',
33955 ))
33956 ->values(array(
33957   'name' => 'EntityMetadataWrapperException',
33958   'type' => 'class',
33959   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
33960   'module' => 'entity',
33961   'weight' => '0',
33962 ))
33963 ->values(array(
33964   'name' => 'EntityMetadataWrapperIterator',
33965   'type' => 'class',
33966   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
33967   'module' => 'entity',
33968   'weight' => '0',
33969 ))
33970 ->values(array(
33971   'name' => 'EntityPropertiesTestCase',
33972   'type' => 'class',
33973   'filename' => 'modules/field/tests/field.test',
33974   'module' => 'field',
33975   'weight' => '0',
33976 ))
33977 ->values(array(
33978   'name' => 'EntityReferenceAdminTestCase',
33979   'type' => 'class',
33980   'filename' => 'sites/all/modules/entityreference/tests/entityreference.admin.test',
33981   'module' => 'entityreference',
33982   'weight' => '0',
33983 ))
33984 ->values(array(
33985   'name' => 'EntityReferenceBehavior_TaxonomyIndex',
33986   'type' => 'class',
33987   'filename' => 'sites/all/modules/entityreference/plugins/behavior/EntityReferenceBehavior_TaxonomyIndex.class.php',
33988   'module' => 'entityreference',
33989   'weight' => '0',
33990 ))
33991 ->values(array(
33992   'name' => 'EntityReferenceHandlersTestCase',
33993   'type' => 'class',
33994   'filename' => 'sites/all/modules/entityreference/tests/entityreference.handlers.test',
33995   'module' => 'entityreference',
33996   'weight' => '0',
33997 ))
33998 ->values(array(
33999   'name' => 'EntityReferenceTaxonomyTestCase',
34000   'type' => 'class',
34001   'filename' => 'sites/all/modules/entityreference/tests/entityreference.taxonomy.test',
34002   'module' => 'entityreference',
34003   'weight' => '0',
34004 ))
34005 ->values(array(
34006   'name' => 'EntityReference_BehaviorHandler',
34007   'type' => 'interface',
34008   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
34009   'module' => 'entityreference',
34010   'weight' => '0',
34011 ))
34012 ->values(array(
34013   'name' => 'EntityReference_BehaviorHandler_Abstract',
34014   'type' => 'class',
34015   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
34016   'module' => 'entityreference',
34017   'weight' => '0',
34018 ))
34019 ->values(array(
34020   'name' => 'EntityReference_BehaviorHandler_Broken',
34021   'type' => 'class',
34022   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
34023   'module' => 'entityreference',
34024   'weight' => '0',
34025 ))
34026 ->values(array(
34027   'name' => 'entityreference_plugin_display',
34028   'type' => 'class',
34029   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_display.inc',
34030   'module' => 'entityreference',
34031   'weight' => '0',
34032 ))
34033 ->values(array(
34034   'name' => 'entityreference_plugin_row_fields',
34035   'type' => 'class',
34036   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_row_fields.inc',
34037   'module' => 'entityreference',
34038   'weight' => '0',
34039 ))
34040 ->values(array(
34041   'name' => 'entityreference_plugin_style',
34042   'type' => 'class',
34043   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_style.inc',
34044   'module' => 'entityreference',
34045   'weight' => '0',
34046 ))
34047 ->values(array(
34048   'name' => 'EntityReference_SelectionHandler',
34049   'type' => 'interface',
34050   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
34051   'module' => 'entityreference',
34052   'weight' => '0',
34053 ))
34054 ->values(array(
34055   'name' => 'EntityReference_SelectionHandler_Broken',
34056   'type' => 'class',
34057   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
34058   'module' => 'entityreference',
34059   'weight' => '0',
34060 ))
34061 ->values(array(
34062   'name' => 'EntityReference_SelectionHandler_Generic',
34063   'type' => 'class',
34064   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
34065   'module' => 'entityreference',
34066   'weight' => '0',
34067 ))
34068 ->values(array(
34069   'name' => 'EntityReference_SelectionHandler_Generic_comment',
34070   'type' => 'class',
34071   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
34072   'module' => 'entityreference',
34073   'weight' => '0',
34074 ))
34075 ->values(array(
34076   'name' => 'EntityReference_SelectionHandler_Generic_file',
34077   'type' => 'class',
34078   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
34079   'module' => 'entityreference',
34080   'weight' => '0',
34081 ))
34082 ->values(array(
34083   'name' => 'EntityReference_SelectionHandler_Generic_node',
34084   'type' => 'class',
34085   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
34086   'module' => 'entityreference',
34087   'weight' => '0',
34088 ))
34089 ->values(array(
34090   'name' => 'EntityReference_SelectionHandler_Generic_taxonomy_term',
34091   'type' => 'class',
34092   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
34093   'module' => 'entityreference',
34094   'weight' => '0',
34095 ))
34096 ->values(array(
34097   'name' => 'EntityReference_SelectionHandler_Generic_user',
34098   'type' => 'class',
34099   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
34100   'module' => 'entityreference',
34101   'weight' => '0',
34102 ))
34103 ->values(array(
34104   'name' => 'EntityStructureWrapper',
34105   'type' => 'class',
34106   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
34107   'module' => 'entity',
34108   'weight' => '0',
34109 ))
34110 ->values(array(
34111   'name' => 'EntityTokenTestCase',
34112   'type' => 'class',
34113   'filename' => 'sites/all/modules/entity/entity.test',
34114   'module' => 'entity',
34115   'weight' => '0',
34116 ))
34117 ->values(array(
34118   'name' => 'EntityValueWrapper',
34119   'type' => 'class',
34120   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
34121   'module' => 'entity',
34122   'weight' => '0',
34123 ))
34124 ->values(array(
34125   'name' => 'EntityWebTestCase',
34126   'type' => 'class',
34127   'filename' => 'sites/all/modules/entity/entity.test',
34128   'module' => 'entity',
34129   'weight' => '0',
34130 ))
34131 ->values(array(
34132   'name' => 'entity_views_handler_area_entity',
34133   'type' => 'class',
34134   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_area_entity.inc',
34135   'module' => 'entity',
34136   'weight' => '0',
34137 ))
34138 ->values(array(
34139   'name' => 'entity_views_handler_field_boolean',
34140   'type' => 'class',
34141   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_boolean.inc',
34142   'module' => 'entity',
34143   'weight' => '0',
34144 ))
34145 ->values(array(
34146   'name' => 'entity_views_handler_field_date',
34147   'type' => 'class',
34148   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_date.inc',
34149   'module' => 'entity',
34150   'weight' => '0',
34151 ))
34152 ->values(array(
34153   'name' => 'entity_views_handler_field_duration',
34154   'type' => 'class',
34155   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_duration.inc',
34156   'module' => 'entity',
34157   'weight' => '0',
34158 ))
34159 ->values(array(
34160   'name' => 'entity_views_handler_field_entity',
34161   'type' => 'class',
34162   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_entity.inc',
34163   'module' => 'entity',
34164   'weight' => '0',
34165 ))
34166 ->values(array(
34167   'name' => 'entity_views_handler_field_field',
34168   'type' => 'class',
34169   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_field.inc',
34170   'module' => 'entity',
34171   'weight' => '0',
34172 ))
34173 ->values(array(
34174   'name' => 'entity_views_handler_field_numeric',
34175   'type' => 'class',
34176   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_numeric.inc',
34177   'module' => 'entity',
34178   'weight' => '0',
34179 ))
34180 ->values(array(
34181   'name' => 'entity_views_handler_field_options',
34182   'type' => 'class',
34183   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_options.inc',
34184   'module' => 'entity',
34185   'weight' => '0',
34186 ))
34187 ->values(array(
34188   'name' => 'entity_views_handler_field_text',
34189   'type' => 'class',
34190   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_text.inc',
34191   'module' => 'entity',
34192   'weight' => '0',
34193 ))
34194 ->values(array(
34195   'name' => 'entity_views_handler_field_uri',
34196   'type' => 'class',
34197   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_uri.inc',
34198   'module' => 'entity',
34199   'weight' => '0',
34200 ))
34201 ->values(array(
34202   'name' => 'entity_views_handler_relationship',
34203   'type' => 'class',
34204   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship.inc',
34205   'module' => 'entity',
34206   'weight' => '0',
34207 ))
34208 ->values(array(
34209   'name' => 'entity_views_handler_relationship_by_bundle',
34210   'type' => 'class',
34211   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship_by_bundle.inc',
34212   'module' => 'entity',
34213   'weight' => '0',
34214 ))
34215 ->values(array(
34216   'name' => 'entity_views_plugin_row_entity_view',
34217   'type' => 'class',
34218   'filename' => 'sites/all/modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc',
34219   'module' => 'entity',
34220   'weight' => '0',
34221 ))
34222 ->values(array(
34223   'name' => 'ESPhoneNumberTestCase',
34224   'type' => 'class',
34225   'filename' => 'sites/all/modules/phone/tests/phone.es.test',
34226   'module' => 'phone',
34227   'weight' => '0',
34228 ))
34229 ->values(array(
34230   'name' => 'FakeRecord',
34231   'type' => 'class',
34232   'filename' => 'modules/simpletest/tests/database_test.test',
34233   'module' => 'simpletest',
34234   'weight' => '0',
34235 ))
34236 ->values(array(
34237   'name' => 'FeedIconTest',
34238   'type' => 'class',
34239   'filename' => 'modules/simpletest/tests/common.test',
34240   'module' => 'simpletest',
34241   'weight' => '0',
34242 ))
34243 ->values(array(
34244   'name' => 'FeedParserTestCase',
34245   'type' => 'class',
34246   'filename' => 'modules/aggregator/aggregator.test',
34247   'module' => 'aggregator',
34248   'weight' => '0',
34249 ))
34250 ->values(array(
34251   'name' => 'FeedsMapperFieldTestCase',
34252   'type' => 'class',
34253   'filename' => 'sites/all/modules/entityreference/tests/entityreference.feeds.test',
34254   'module' => 'entityreference',
34255   'weight' => '0',
34256 ))
34257 ->values(array(
34258   'name' => 'FieldAttachOtherTestCase',
34259   'type' => 'class',
34260   'filename' => 'modules/field/tests/field.test',
34261   'module' => 'field',
34262   'weight' => '0',
34263 ))
34264 ->values(array(
34265   'name' => 'FieldAttachStorageTestCase',
34266   'type' => 'class',
34267   'filename' => 'modules/field/tests/field.test',
34268   'module' => 'field',
34269   'weight' => '0',
34270 ))
34271 ->values(array(
34272   'name' => 'FieldAttachTestCase',
34273   'type' => 'class',
34274   'filename' => 'modules/field/tests/field.test',
34275   'module' => 'field',
34276   'weight' => '0',
34277 ))
34278 ->values(array(
34279   'name' => 'FieldBulkDeleteTestCase',
34280   'type' => 'class',
34281   'filename' => 'modules/field/tests/field.test',
34282   'module' => 'field',
34283   'weight' => '0',
34284 ))
34285 ->values(array(
34286   'name' => 'FieldCrudTestCase',
34287   'type' => 'class',
34288   'filename' => 'modules/field/tests/field.test',
34289   'module' => 'field',
34290   'weight' => '0',
34291 ))
34292 ->values(array(
34293   'name' => 'FieldDisplayAPITestCase',
34294   'type' => 'class',
34295   'filename' => 'modules/field/tests/field.test',
34296   'module' => 'field',
34297   'weight' => '0',
34298 ))
34299 ->values(array(
34300   'name' => 'FieldException',
34301   'type' => 'class',
34302   'filename' => 'modules/field/field.module',
34303   'module' => 'field',
34304   'weight' => '0',
34305 ))
34306 ->values(array(
34307   'name' => 'FieldFormTestCase',
34308   'type' => 'class',
34309   'filename' => 'modules/field/tests/field.test',
34310   'module' => 'field',
34311   'weight' => '0',
34312 ))
34313 ->values(array(
34314   'name' => 'FieldInfo',
34315   'type' => 'class',
34316   'filename' => 'modules/field/field.info.class.inc',
34317   'module' => 'field',
34318   'weight' => '0',
34319 ))
34320 ->values(array(
34321   'name' => 'FieldInfoTestCase',
34322   'type' => 'class',
34323   'filename' => 'modules/field/tests/field.test',
34324   'module' => 'field',
34325   'weight' => '0',
34326 ))
34327 ->values(array(
34328   'name' => 'FieldInstanceCrudTestCase',
34329   'type' => 'class',
34330   'filename' => 'modules/field/tests/field.test',
34331   'module' => 'field',
34332   'weight' => '0',
34333 ))
34334 ->values(array(
34335   'name' => 'FieldsOverlapException',
34336   'type' => 'class',
34337   'filename' => 'includes/database/database.inc',
34338   'module' => '',
34339   'weight' => '0',
34340 ))
34341 ->values(array(
34342   'name' => 'FieldSqlStorageTestCase',
34343   'type' => 'class',
34344   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.test',
34345   'module' => 'field_sql_storage',
34346   'weight' => '0',
34347 ))
34348 ->values(array(
34349   'name' => 'FieldTestCase',
34350   'type' => 'class',
34351   'filename' => 'modules/field/tests/field.test',
34352   'module' => 'field',
34353   'weight' => '0',
34354 ))
34355 ->values(array(
34356   'name' => 'FieldTranslationsTestCase',
34357   'type' => 'class',
34358   'filename' => 'modules/field/tests/field.test',
34359   'module' => 'field',
34360   'weight' => '0',
34361 ))
34362 ->values(array(
34363   'name' => 'FieldUIAlterTestCase',
34364   'type' => 'class',
34365   'filename' => 'modules/field_ui/field_ui.test',
34366   'module' => 'field_ui',
34367   'weight' => '0',
34368 ))
34369 ->values(array(
34370   'name' => 'FieldUIManageDisplayTestCase',
34371   'type' => 'class',
34372   'filename' => 'modules/field_ui/field_ui.test',
34373   'module' => 'field_ui',
34374   'weight' => '0',
34375 ))
34376 ->values(array(
34377   'name' => 'FieldUIManageFieldsTestCase',
34378   'type' => 'class',
34379   'filename' => 'modules/field_ui/field_ui.test',
34380   'module' => 'field_ui',
34381   'weight' => '0',
34382 ))
34383 ->values(array(
34384   'name' => 'FieldUITestCase',
34385   'type' => 'class',
34386   'filename' => 'modules/field_ui/field_ui.test',
34387   'module' => 'field_ui',
34388   'weight' => '0',
34389 ))
34390 ->values(array(
34391   'name' => 'FieldUpdateForbiddenException',
34392   'type' => 'class',
34393   'filename' => 'modules/field/field.module',
34394   'module' => 'field',
34395   'weight' => '0',
34396 ))
34397 ->values(array(
34398   'name' => 'FieldUpdatePathTestCase',
34399   'type' => 'class',
34400   'filename' => 'modules/simpletest/tests/upgrade/update.field.test',
34401   'module' => 'simpletest',
34402   'weight' => '0',
34403 ))
34404 ->values(array(
34405   'name' => 'FieldValidationException',
34406   'type' => 'class',
34407   'filename' => 'modules/field/field.attach.inc',
34408   'module' => 'field',
34409   'weight' => '0',
34410 ))
34411 ->values(array(
34412   'name' => 'FileCopyTest',
34413   'type' => 'class',
34414   'filename' => 'modules/simpletest/tests/file.test',
34415   'module' => 'simpletest',
34416   'weight' => '0',
34417 ))
34418 ->values(array(
34419   'name' => 'FileDeleteTest',
34420   'type' => 'class',
34421   'filename' => 'modules/simpletest/tests/file.test',
34422   'module' => 'simpletest',
34423   'weight' => '0',
34424 ))
34425 ->values(array(
34426   'name' => 'FileDirectoryTest',
34427   'type' => 'class',
34428   'filename' => 'modules/simpletest/tests/file.test',
34429   'module' => 'simpletest',
34430   'weight' => '0',
34431 ))
34432 ->values(array(
34433   'name' => 'FileDownloadTest',
34434   'type' => 'class',
34435   'filename' => 'modules/simpletest/tests/file.test',
34436   'module' => 'simpletest',
34437   'weight' => '0',
34438 ))
34439 ->values(array(
34440   'name' => 'FileFieldDisplayTestCase',
34441   'type' => 'class',
34442   'filename' => 'modules/file/tests/file.test',
34443   'module' => 'file',
34444   'weight' => '0',
34445 ))
34446 ->values(array(
34447   'name' => 'FileFieldPathTestCase',
34448   'type' => 'class',
34449   'filename' => 'modules/file/tests/file.test',
34450   'module' => 'file',
34451   'weight' => '0',
34452 ))
34453 ->values(array(
34454   'name' => 'FileFieldRevisionTestCase',
34455   'type' => 'class',
34456   'filename' => 'modules/file/tests/file.test',
34457   'module' => 'file',
34458   'weight' => '0',
34459 ))
34460 ->values(array(
34461   'name' => 'FileFieldTestCase',
34462   'type' => 'class',
34463   'filename' => 'modules/file/tests/file.test',
34464   'module' => 'file',
34465   'weight' => '0',
34466 ))
34467 ->values(array(
34468   'name' => 'FileFieldValidateTestCase',
34469   'type' => 'class',
34470   'filename' => 'modules/file/tests/file.test',
34471   'module' => 'file',
34472   'weight' => '0',
34473 ))
34474 ->values(array(
34475   'name' => 'FileFieldWidgetTestCase',
34476   'type' => 'class',
34477   'filename' => 'modules/file/tests/file.test',
34478   'module' => 'file',
34479   'weight' => '0',
34480 ))
34481 ->values(array(
34482   'name' => 'FileHookTestCase',
34483   'type' => 'class',
34484   'filename' => 'modules/simpletest/tests/file.test',
34485   'module' => 'simpletest',
34486   'weight' => '0',
34487 ))
34488 ->values(array(
34489   'name' => 'FileLoadTest',
34490   'type' => 'class',
34491   'filename' => 'modules/simpletest/tests/file.test',
34492   'module' => 'simpletest',
34493   'weight' => '0',
34494 ))
34495 ->values(array(
34496   'name' => 'FileManagedFileElementTestCase',
34497   'type' => 'class',
34498   'filename' => 'modules/file/tests/file.test',
34499   'module' => 'file',
34500   'weight' => '0',
34501 ))
34502 ->values(array(
34503   'name' => 'FileMimeTypeTest',
34504   'type' => 'class',
34505   'filename' => 'modules/simpletest/tests/file.test',
34506   'module' => 'simpletest',
34507   'weight' => '0',
34508 ))
34509 ->values(array(
34510   'name' => 'FileMoveTest',
34511   'type' => 'class',
34512   'filename' => 'modules/simpletest/tests/file.test',
34513   'module' => 'simpletest',
34514   'weight' => '0',
34515 ))
34516 ->values(array(
34517   'name' => 'FileNameMungingTest',
34518   'type' => 'class',
34519   'filename' => 'modules/simpletest/tests/file.test',
34520   'module' => 'simpletest',
34521   'weight' => '0',
34522 ))
34523 ->values(array(
34524   'name' => 'FilePrivateTestCase',
34525   'type' => 'class',
34526   'filename' => 'modules/file/tests/file.test',
34527   'module' => 'file',
34528   'weight' => '0',
34529 ))
34530 ->values(array(
34531   'name' => 'FileSaveDataTest',
34532   'type' => 'class',
34533   'filename' => 'modules/simpletest/tests/file.test',
34534   'module' => 'simpletest',
34535   'weight' => '0',
34536 ))
34537 ->values(array(
34538   'name' => 'FileSaveTest',
34539   'type' => 'class',
34540   'filename' => 'modules/simpletest/tests/file.test',
34541   'module' => 'simpletest',
34542   'weight' => '0',
34543 ))
34544 ->values(array(
34545   'name' => 'FileSaveUploadTest',
34546   'type' => 'class',
34547   'filename' => 'modules/simpletest/tests/file.test',
34548   'module' => 'simpletest',
34549   'weight' => '0',
34550 ))
34551 ->values(array(
34552   'name' => 'FileScanDirectoryTest',
34553   'type' => 'class',
34554   'filename' => 'modules/simpletest/tests/file.test',
34555   'module' => 'simpletest',
34556   'weight' => '0',
34557 ))
34558 ->values(array(
34559   'name' => 'FileSpaceUsedTest',
34560   'type' => 'class',
34561   'filename' => 'modules/simpletest/tests/file.test',
34562   'module' => 'simpletest',
34563   'weight' => '0',
34564 ))
34565 ->values(array(
34566   'name' => 'FileTaxonomyTermTestCase',
34567   'type' => 'class',
34568   'filename' => 'modules/file/tests/file.test',
34569   'module' => 'file',
34570   'weight' => '0',
34571 ))
34572 ->values(array(
34573   'name' => 'FileTestCase',
34574   'type' => 'class',
34575   'filename' => 'modules/simpletest/tests/file.test',
34576   'module' => 'simpletest',
34577   'weight' => '0',
34578 ))
34579 ->values(array(
34580   'name' => 'FileTokenReplaceTestCase',
34581   'type' => 'class',
34582   'filename' => 'modules/file/tests/file.test',
34583   'module' => 'file',
34584   'weight' => '0',
34585 ))
34586 ->values(array(
34587   'name' => 'FileTranferTest',
34588   'type' => 'class',
34589   'filename' => 'modules/simpletest/tests/filetransfer.test',
34590   'module' => 'simpletest',
34591   'weight' => '0',
34592 ))
34593 ->values(array(
34594   'name' => 'FileTransfer',
34595   'type' => 'class',
34596   'filename' => 'includes/filetransfer/filetransfer.inc',
34597   'module' => '',
34598   'weight' => '0',
34599 ))
34600 ->values(array(
34601   'name' => 'FileTransferChmodInterface',
34602   'type' => 'interface',
34603   'filename' => 'includes/filetransfer/filetransfer.inc',
34604   'module' => '',
34605   'weight' => '0',
34606 ))
34607 ->values(array(
34608   'name' => 'FileTransferException',
34609   'type' => 'class',
34610   'filename' => 'includes/filetransfer/filetransfer.inc',
34611   'module' => '',
34612   'weight' => '0',
34613 ))
34614 ->values(array(
34615   'name' => 'FileTransferFTP',
34616   'type' => 'class',
34617   'filename' => 'includes/filetransfer/ftp.inc',
34618   'module' => '',
34619   'weight' => '0',
34620 ))
34621 ->values(array(
34622   'name' => 'FileTransferFTPExtension',
34623   'type' => 'class',
34624   'filename' => 'includes/filetransfer/ftp.inc',
34625   'module' => '',
34626   'weight' => '0',
34627 ))
34628 ->values(array(
34629   'name' => 'FileTransferLocal',
34630   'type' => 'class',
34631   'filename' => 'includes/filetransfer/local.inc',
34632   'module' => '',
34633   'weight' => '0',
34634 ))
34635 ->values(array(
34636   'name' => 'FileTransferSSH',
34637   'type' => 'class',
34638   'filename' => 'includes/filetransfer/ssh.inc',
34639   'module' => '',
34640   'weight' => '0',
34641 ))
34642 ->values(array(
34643   'name' => 'FileUnmanagedCopyTest',
34644   'type' => 'class',
34645   'filename' => 'modules/simpletest/tests/file.test',
34646   'module' => 'simpletest',
34647   'weight' => '0',
34648 ))
34649 ->values(array(
34650   'name' => 'FileUnmanagedDeleteRecursiveTest',
34651   'type' => 'class',
34652   'filename' => 'modules/simpletest/tests/file.test',
34653   'module' => 'simpletest',
34654   'weight' => '0',
34655 ))
34656 ->values(array(
34657   'name' => 'FileUnmanagedDeleteTest',
34658   'type' => 'class',
34659   'filename' => 'modules/simpletest/tests/file.test',
34660   'module' => 'simpletest',
34661   'weight' => '0',
34662 ))
34663 ->values(array(
34664   'name' => 'FileUnmanagedMoveTest',
34665   'type' => 'class',
34666   'filename' => 'modules/simpletest/tests/file.test',
34667   'module' => 'simpletest',
34668   'weight' => '0',
34669 ))
34670 ->values(array(
34671   'name' => 'FileUnmanagedSaveDataTest',
34672   'type' => 'class',
34673   'filename' => 'modules/simpletest/tests/file.test',
34674   'module' => 'simpletest',
34675   'weight' => '0',
34676 ))
34677 ->values(array(
34678   'name' => 'FileURLRewritingTest',
34679   'type' => 'class',
34680   'filename' => 'modules/simpletest/tests/file.test',
34681   'module' => 'simpletest',
34682   'weight' => '0',
34683 ))
34684 ->values(array(
34685   'name' => 'FileUsageTest',
34686   'type' => 'class',
34687   'filename' => 'modules/simpletest/tests/file.test',
34688   'module' => 'simpletest',
34689   'weight' => '0',
34690 ))
34691 ->values(array(
34692   'name' => 'FileValidateTest',
34693   'type' => 'class',
34694   'filename' => 'modules/simpletest/tests/file.test',
34695   'module' => 'simpletest',
34696   'weight' => '0',
34697 ))
34698 ->values(array(
34699   'name' => 'FileValidatorTest',
34700   'type' => 'class',
34701   'filename' => 'modules/simpletest/tests/file.test',
34702   'module' => 'simpletest',
34703   'weight' => '0',
34704 ))
34705 ->values(array(
34706   'name' => 'FilledMinimalUpdatePath',
34707   'type' => 'class',
34708   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
34709   'module' => 'simpletest',
34710   'weight' => '0',
34711 ))
34712 ->values(array(
34713   'name' => 'FilledStandardUpdatePath',
34714   'type' => 'class',
34715   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
34716   'module' => 'simpletest',
34717   'weight' => '0',
34718 ))
34719 ->values(array(
34720   'name' => 'FilterAdminTestCase',
34721   'type' => 'class',
34722   'filename' => 'modules/filter/filter.test',
34723   'module' => 'filter',
34724   'weight' => '0',
34725 ))
34726 ->values(array(
34727   'name' => 'FilterCRUDTestCase',
34728   'type' => 'class',
34729   'filename' => 'modules/filter/filter.test',
34730   'module' => 'filter',
34731   'weight' => '0',
34732 ))
34733 ->values(array(
34734   'name' => 'FilterDefaultFormatTestCase',
34735   'type' => 'class',
34736   'filename' => 'modules/filter/filter.test',
34737   'module' => 'filter',
34738   'weight' => '0',
34739 ))
34740 ->values(array(
34741   'name' => 'FilterDOMSerializeTestCase',
34742   'type' => 'class',
34743   'filename' => 'modules/filter/filter.test',
34744   'module' => 'filter',
34745   'weight' => '0',
34746 ))
34747 ->values(array(
34748   'name' => 'FilterFormatAccessTestCase',
34749   'type' => 'class',
34750   'filename' => 'modules/filter/filter.test',
34751   'module' => 'filter',
34752   'weight' => '0',
34753 ))
34754 ->values(array(
34755   'name' => 'FilterFormatUpgradePathTestCase',
34756   'type' => 'class',
34757   'filename' => 'modules/simpletest/tests/upgrade/upgrade.filter.test',
34758   'module' => 'simpletest',
34759   'weight' => '0',
34760 ))
34761 ->values(array(
34762   'name' => 'FilterHooksTestCase',
34763   'type' => 'class',
34764   'filename' => 'modules/filter/filter.test',
34765   'module' => 'filter',
34766   'weight' => '0',
34767 ))
34768 ->values(array(
34769   'name' => 'FilterNoFormatTestCase',
34770   'type' => 'class',
34771   'filename' => 'modules/filter/filter.test',
34772   'module' => 'filter',
34773   'weight' => '0',
34774 ))
34775 ->values(array(
34776   'name' => 'FilterSecurityTestCase',
34777   'type' => 'class',
34778   'filename' => 'modules/filter/filter.test',
34779   'module' => 'filter',
34780   'weight' => '0',
34781 ))
34782 ->values(array(
34783   'name' => 'FilterSettingsTestCase',
34784   'type' => 'class',
34785   'filename' => 'modules/filter/filter.test',
34786   'module' => 'filter',
34787   'weight' => '0',
34788 ))
34789 ->values(array(
34790   'name' => 'FilterUnitTestCase',
34791   'type' => 'class',
34792   'filename' => 'modules/filter/filter.test',
34793   'module' => 'filter',
34794   'weight' => '0',
34795 ))
34796 ->values(array(
34797   'name' => 'FloodFunctionalTest',
34798   'type' => 'class',
34799   'filename' => 'modules/system/system.test',
34800   'module' => 'system',
34801   'weight' => '0',
34802 ))
34803 ->values(array(
34804   'name' => 'FormAlterTestCase',
34805   'type' => 'class',
34806   'filename' => 'modules/simpletest/tests/form.test',
34807   'module' => 'simpletest',
34808   'weight' => '0',
34809 ))
34810 ->values(array(
34811   'name' => 'FormatDateUnitTest',
34812   'type' => 'class',
34813   'filename' => 'modules/simpletest/tests/common.test',
34814   'module' => 'simpletest',
34815   'weight' => '0',
34816 ))
34817 ->values(array(
34818   'name' => 'FormCheckboxTestCase',
34819   'type' => 'class',
34820   'filename' => 'modules/simpletest/tests/form.test',
34821   'module' => 'simpletest',
34822   'weight' => '0',
34823 ))
34824 ->values(array(
34825   'name' => 'FormElementTestCase',
34826   'type' => 'class',
34827   'filename' => 'modules/simpletest/tests/form.test',
34828   'module' => 'simpletest',
34829   'weight' => '0',
34830 ))
34831 ->values(array(
34832   'name' => 'FormsArbitraryRebuildTestCase',
34833   'type' => 'class',
34834   'filename' => 'modules/simpletest/tests/form.test',
34835   'module' => 'simpletest',
34836   'weight' => '0',
34837 ))
34838 ->values(array(
34839   'name' => 'FormsElementsLabelsTestCase',
34840   'type' => 'class',
34841   'filename' => 'modules/simpletest/tests/form.test',
34842   'module' => 'simpletest',
34843   'weight' => '0',
34844 ))
34845 ->values(array(
34846   'name' => 'FormsElementsTableSelectFunctionalTest',
34847   'type' => 'class',
34848   'filename' => 'modules/simpletest/tests/form.test',
34849   'module' => 'simpletest',
34850   'weight' => '0',
34851 ))
34852 ->values(array(
34853   'name' => 'FormsElementsVerticalTabsFunctionalTest',
34854   'type' => 'class',
34855   'filename' => 'modules/simpletest/tests/form.test',
34856   'module' => 'simpletest',
34857   'weight' => '0',
34858 ))
34859 ->values(array(
34860   'name' => 'FormsFileInclusionTestCase',
34861   'type' => 'class',
34862   'filename' => 'modules/simpletest/tests/form.test',
34863   'module' => 'simpletest',
34864   'weight' => '0',
34865 ))
34866 ->values(array(
34867   'name' => 'FormsFormStoragePageCacheTestCase',
34868   'type' => 'class',
34869   'filename' => 'modules/simpletest/tests/form.test',
34870   'module' => 'simpletest',
34871   'weight' => '0',
34872 ))
34873 ->values(array(
34874   'name' => 'FormsFormStorageTestCase',
34875   'type' => 'class',
34876   'filename' => 'modules/simpletest/tests/form.test',
34877   'module' => 'simpletest',
34878   'weight' => '0',
34879 ))
34880 ->values(array(
34881   'name' => 'FormsFormWrapperTestCase',
34882   'type' => 'class',
34883   'filename' => 'modules/simpletest/tests/form.test',
34884   'module' => 'simpletest',
34885   'weight' => '0',
34886 ))
34887 ->values(array(
34888   'name' => 'FormsProgrammaticTestCase',
34889   'type' => 'class',
34890   'filename' => 'modules/simpletest/tests/form.test',
34891   'module' => 'simpletest',
34892   'weight' => '0',
34893 ))
34894 ->values(array(
34895   'name' => 'FormsRebuildTestCase',
34896   'type' => 'class',
34897   'filename' => 'modules/simpletest/tests/form.test',
34898   'module' => 'simpletest',
34899   'weight' => '0',
34900 ))
34901 ->values(array(
34902   'name' => 'FormsRedirectTestCase',
34903   'type' => 'class',
34904   'filename' => 'modules/simpletest/tests/form.test',
34905   'module' => 'simpletest',
34906   'weight' => '0',
34907 ))
34908 ->values(array(
34909   'name' => 'FormStateValuesCleanAdvancedTestCase',
34910   'type' => 'class',
34911   'filename' => 'modules/simpletest/tests/form.test',
34912   'module' => 'simpletest',
34913   'weight' => '0',
34914 ))
34915 ->values(array(
34916   'name' => 'FormStateValuesCleanTestCase',
34917   'type' => 'class',
34918   'filename' => 'modules/simpletest/tests/form.test',
34919   'module' => 'simpletest',
34920   'weight' => '0',
34921 ))
34922 ->values(array(
34923   'name' => 'FormsTestCase',
34924   'type' => 'class',
34925   'filename' => 'modules/simpletest/tests/form.test',
34926   'module' => 'simpletest',
34927   'weight' => '0',
34928 ))
34929 ->values(array(
34930   'name' => 'FormsTriggeringElementTestCase',
34931   'type' => 'class',
34932   'filename' => 'modules/simpletest/tests/form.test',
34933   'module' => 'simpletest',
34934   'weight' => '0',
34935 ))
34936 ->values(array(
34937   'name' => 'FormValidationTestCase',
34938   'type' => 'class',
34939   'filename' => 'modules/simpletest/tests/form.test',
34940   'module' => 'simpletest',
34941   'weight' => '0',
34942 ))
34943 ->values(array(
34944   'name' => 'ForumIndexTestCase',
34945   'type' => 'class',
34946   'filename' => 'modules/forum/forum.test',
34947   'module' => 'forum',
34948   'weight' => '0',
34949 ))
34950 ->values(array(
34951   'name' => 'ForumTestCase',
34952   'type' => 'class',
34953   'filename' => 'modules/forum/forum.test',
34954   'module' => 'forum',
34955   'weight' => '0',
34956 ))
34957 ->values(array(
34958   'name' => 'ForumUpgradePathTestCase',
34959   'type' => 'class',
34960   'filename' => 'modules/simpletest/tests/upgrade/upgrade.forum.test',
34961   'module' => 'simpletest',
34962   'weight' => '0',
34963 ))
34964 ->values(array(
34965   'name' => 'FrontPageTestCase',
34966   'type' => 'class',
34967   'filename' => 'modules/system/system.test',
34968   'module' => 'system',
34969   'weight' => '0',
34970 ))
34971 ->values(array(
34972   'name' => 'GraphUnitTest',
34973   'type' => 'class',
34974   'filename' => 'modules/simpletest/tests/graph.test',
34975   'module' => 'simpletest',
34976   'weight' => '0',
34977 ))
34978 ->values(array(
34979   'name' => 'HelpTestCase',
34980   'type' => 'class',
34981   'filename' => 'modules/help/help.test',
34982   'module' => 'help',
34983   'weight' => '0',
34984 ))
34985 ->values(array(
34986   'name' => 'HookBootExitTestCase',
34987   'type' => 'class',
34988   'filename' => 'modules/simpletest/tests/bootstrap.test',
34989   'module' => 'simpletest',
34990   'weight' => '0',
34991 ))
34992 ->values(array(
34993   'name' => 'HookRequirementsTestCase',
34994   'type' => 'class',
34995   'filename' => 'modules/system/system.test',
34996   'module' => 'system',
34997   'weight' => '0',
34998 ))
34999 ->values(array(
35000   'name' => 'HTMLIdTestCase',
35001   'type' => 'class',
35002   'filename' => 'modules/simpletest/tests/form.test',
35003   'module' => 'simpletest',
35004   'weight' => '0',
35005 ))
35006 ->values(array(
35007   'name' => 'HUPhoneNumberTestCase',
35008   'type' => 'class',
35009   'filename' => 'sites/all/modules/phone/tests/phone.hu.test',
35010   'module' => 'phone',
35011   'weight' => '0',
35012 ))
35013 ->values(array(
35014   'name' => 'ILPhoneNumberTestCase',
35015   'type' => 'class',
35016   'filename' => 'sites/all/modules/phone/tests/phone.il.test',
35017   'module' => 'phone',
35018   'weight' => '0',
35019 ))
35020 ->values(array(
35021   'name' => 'ImageAdminStylesUnitTest',
35022   'type' => 'class',
35023   'filename' => 'modules/image/image.test',
35024   'module' => 'image',
35025   'weight' => '0',
35026 ))
35027 ->values(array(
35028   'name' => 'ImageAdminUiTestCase',
35029   'type' => 'class',
35030   'filename' => 'modules/image/image.test',
35031   'module' => 'image',
35032   'weight' => '0',
35033 ))
35034 ->values(array(
35035   'name' => 'ImageDimensionsScaleTestCase',
35036   'type' => 'class',
35037   'filename' => 'modules/image/image.test',
35038   'module' => 'image',
35039   'weight' => '0',
35040 ))
35041 ->values(array(
35042   'name' => 'ImageDimensionsTestCase',
35043   'type' => 'class',
35044   'filename' => 'modules/image/image.test',
35045   'module' => 'image',
35046   'weight' => '0',
35047 ))
35048 ->values(array(
35049   'name' => 'ImageEffectsUnitTest',
35050   'type' => 'class',
35051   'filename' => 'modules/image/image.test',
35052   'module' => 'image',
35053   'weight' => '0',
35054 ))
35055 ->values(array(
35056   'name' => 'ImageFieldDefaultImagesTestCase',
35057   'type' => 'class',
35058   'filename' => 'modules/image/image.test',
35059   'module' => 'image',
35060   'weight' => '0',
35061 ))
35062 ->values(array(
35063   'name' => 'ImageFieldDisplayTestCase',
35064   'type' => 'class',
35065   'filename' => 'modules/image/image.test',
35066   'module' => 'image',
35067   'weight' => '0',
35068 ))
35069 ->values(array(
35070   'name' => 'ImageFieldTestCase',
35071   'type' => 'class',
35072   'filename' => 'modules/image/image.test',
35073   'module' => 'image',
35074   'weight' => '0',
35075 ))
35076 ->values(array(
35077   'name' => 'ImageFieldValidateTestCase',
35078   'type' => 'class',
35079   'filename' => 'modules/image/image.test',
35080   'module' => 'image',
35081   'weight' => '0',
35082 ))
35083 ->values(array(
35084   'name' => 'ImageFileMoveTest',
35085   'type' => 'class',
35086   'filename' => 'modules/simpletest/tests/image.test',
35087   'module' => 'simpletest',
35088   'weight' => '0',
35089 ))
35090 ->values(array(
35091   'name' => 'ImageStyleFlushTest',
35092   'type' => 'class',
35093   'filename' => 'modules/image/image.test',
35094   'module' => 'image',
35095   'weight' => '0',
35096 ))
35097 ->values(array(
35098   'name' => 'ImageStylesPathAndUrlTestCase',
35099   'type' => 'class',
35100   'filename' => 'modules/image/image.test',
35101   'module' => 'image',
35102   'weight' => '0',
35103 ))
35104 ->values(array(
35105   'name' => 'ImageThemeFunctionWebTestCase',
35106   'type' => 'class',
35107   'filename' => 'modules/image/image.test',
35108   'module' => 'image',
35109   'weight' => '0',
35110 ))
35111 ->values(array(
35112   'name' => 'ImageToolkitGdTestCase',
35113   'type' => 'class',
35114   'filename' => 'modules/simpletest/tests/image.test',
35115   'module' => 'simpletest',
35116   'weight' => '0',
35117 ))
35118 ->values(array(
35119   'name' => 'ImageToolkitTestCase',
35120   'type' => 'class',
35121   'filename' => 'modules/simpletest/tests/image.test',
35122   'module' => 'simpletest',
35123   'weight' => '0',
35124 ))
35125 ->values(array(
35126   'name' => 'ImageToolkitUnitTest',
35127   'type' => 'class',
35128   'filename' => 'modules/simpletest/tests/image.test',
35129   'module' => 'simpletest',
35130   'weight' => '0',
35131 ))
35132 ->values(array(
35133   'name' => 'ImportOPMLTestCase',
35134   'type' => 'class',
35135   'filename' => 'modules/aggregator/aggregator.test',
35136   'module' => 'aggregator',
35137   'weight' => '0',
35138 ))
35139 ->values(array(
35140   'name' => 'InfoFileParserTestCase',
35141   'type' => 'class',
35142   'filename' => 'modules/system/system.test',
35143   'module' => 'system',
35144   'weight' => '0',
35145 ))
35146 ->values(array(
35147   'name' => 'InsertQuery',
35148   'type' => 'class',
35149   'filename' => 'includes/database/query.inc',
35150   'module' => '',
35151   'weight' => '0',
35152 ))
35153 ->values(array(
35154   'name' => 'InsertQuery_mysql',
35155   'type' => 'class',
35156   'filename' => 'includes/database/mysql/query.inc',
35157   'module' => '',
35158   'weight' => '0',
35159 ))
35160 ->values(array(
35161   'name' => 'InsertQuery_pgsql',
35162   'type' => 'class',
35163   'filename' => 'includes/database/pgsql/query.inc',
35164   'module' => '',
35165   'weight' => '0',
35166 ))
35167 ->values(array(
35168   'name' => 'InsertQuery_sqlite',
35169   'type' => 'class',
35170   'filename' => 'includes/database/sqlite/query.inc',
35171   'module' => '',
35172   'weight' => '0',
35173 ))
35174 ->values(array(
35175   'name' => 'InvalidMergeQueryException',
35176   'type' => 'class',
35177   'filename' => 'includes/database/database.inc',
35178   'module' => '',
35179   'weight' => '0',
35180 ))
35181 ->values(array(
35182   'name' => 'IPAddressBlockingTestCase',
35183   'type' => 'class',
35184   'filename' => 'modules/system/system.test',
35185   'module' => 'system',
35186   'weight' => '0',
35187 ))
35188 ->values(array(
35189   'name' => 'ITPhoneNumberTestCase',
35190   'type' => 'class',
35191   'filename' => 'sites/all/modules/phone/tests/phone.it.test',
35192   'module' => 'phone',
35193   'weight' => '0',
35194 ))
35195 ->values(array(
35196   'name' => 'JavaScriptTestCase',
35197   'type' => 'class',
35198   'filename' => 'modules/simpletest/tests/common.test',
35199   'module' => 'simpletest',
35200   'weight' => '0',
35201 ))
35202 ->values(array(
35203   'name' => 'JOPhoneNumberTestCase',
35204   'type' => 'class',
35205   'filename' => 'sites/all/modules/phone/tests/phone.jo.test',
35206   'module' => 'phone',
35207   'weight' => '0',
35208 ))
35209 ->values(array(
35210   'name' => 'LinkAttributeCrudTest',
35211   'type' => 'class',
35212   'filename' => 'sites/all/modules/link/tests/link.attribute.test',
35213   'module' => 'link',
35214   'weight' => '0',
35215 ))
35216 ->values(array(
35217   'name' => 'LinkBaseTestClass',
35218   'type' => 'class',
35219   'filename' => 'sites/all/modules/link/tests/link.test',
35220   'module' => 'link',
35221   'weight' => '0',
35222 ))
35223 ->values(array(
35224   'name' => 'LinkContentCrudTest',
35225   'type' => 'class',
35226   'filename' => 'sites/all/modules/link/tests/link.crud.test',
35227   'module' => 'link',
35228   'weight' => '0',
35229 ))
35230 ->values(array(
35231   'name' => 'LinkTokenTest',
35232   'type' => 'class',
35233   'filename' => 'sites/all/modules/link/tests/link.token.test',
35234   'module' => 'link',
35235   'weight' => '0',
35236 ))
35237 ->values(array(
35238   'name' => 'LinkUITest',
35239   'type' => 'class',
35240   'filename' => 'sites/all/modules/link/tests/link.crud_browser.test',
35241   'module' => 'link',
35242   'weight' => '0',
35243 ))
35244 ->values(array(
35245   'name' => 'LinkValidateSpecificURL',
35246   'type' => 'class',
35247   'filename' => 'sites/all/modules/link/tests/link.validate.test',
35248   'module' => 'link',
35249   'weight' => '0',
35250 ))
35251 ->values(array(
35252   'name' => 'LinkValidateTest',
35253   'type' => 'class',
35254   'filename' => 'sites/all/modules/link/tests/link.validate.test',
35255   'module' => 'link',
35256   'weight' => '0',
35257 ))
35258 ->values(array(
35259   'name' => 'LinkValidateTestCase',
35260   'type' => 'class',
35261   'filename' => 'sites/all/modules/link/tests/link.validate.test',
35262   'module' => 'link',
35263   'weight' => '0',
35264 ))
35265 ->values(array(
35266   'name' => 'LinkValidateTestNews',
35267   'type' => 'class',
35268   'filename' => 'sites/all/modules/link/tests/link.validate.test',
35269   'module' => 'link',
35270   'weight' => '0',
35271 ))
35272 ->values(array(
35273   'name' => 'LinkValidateUrlLight',
35274   'type' => 'class',
35275   'filename' => 'sites/all/modules/link/tests/link.validate.test',
35276   'module' => 'link',
35277   'weight' => '0',
35278 ))
35279 ->values(array(
35280   'name' => 'link_views_handler_argument_target',
35281   'type' => 'class',
35282   'filename' => 'sites/all/modules/link/views/link_views_handler_argument_target.inc',
35283   'module' => 'link',
35284   'weight' => '0',
35285 ))
35286 ->values(array(
35287   'name' => 'link_views_handler_filter_protocol',
35288   'type' => 'class',
35289   'filename' => 'sites/all/modules/link/views/link_views_handler_filter_protocol.inc',
35290   'module' => 'link',
35291   'weight' => '0',
35292 ))
35293 ->values(array(
35294   'name' => 'ListDynamicValuesTestCase',
35295   'type' => 'class',
35296   'filename' => 'modules/field/modules/list/tests/list.test',
35297   'module' => 'list',
35298   'weight' => '0',
35299 ))
35300 ->values(array(
35301   'name' => 'ListDynamicValuesValidationTestCase',
35302   'type' => 'class',
35303   'filename' => 'modules/field/modules/list/tests/list.test',
35304   'module' => 'list',
35305   'weight' => '0',
35306 ))
35307 ->values(array(
35308   'name' => 'ListFieldTestCase',
35309   'type' => 'class',
35310   'filename' => 'modules/field/modules/list/tests/list.test',
35311   'module' => 'list',
35312   'weight' => '0',
35313 ))
35314 ->values(array(
35315   'name' => 'ListFieldUITestCase',
35316   'type' => 'class',
35317   'filename' => 'modules/field/modules/list/tests/list.test',
35318   'module' => 'list',
35319   'weight' => '0',
35320 ))
35321 ->values(array(
35322   'name' => 'LocaleBrowserDetectionTest',
35323   'type' => 'class',
35324   'filename' => 'modules/locale/locale.test',
35325   'module' => 'locale',
35326   'weight' => '0',
35327 ))
35328 ->values(array(
35329   'name' => 'LocaleCommentLanguageFunctionalTest',
35330   'type' => 'class',
35331   'filename' => 'modules/locale/locale.test',
35332   'module' => 'locale',
35333   'weight' => '0',
35334 ))
35335 ->values(array(
35336   'name' => 'LocaleConfigurationTest',
35337   'type' => 'class',
35338   'filename' => 'modules/locale/locale.test',
35339   'module' => 'locale',
35340   'weight' => '0',
35341 ))
35342 ->values(array(
35343   'name' => 'LocaleContentFunctionalTest',
35344   'type' => 'class',
35345   'filename' => 'modules/locale/locale.test',
35346   'module' => 'locale',
35347   'weight' => '0',
35348 ))
35349 ->values(array(
35350   'name' => 'LocaleCSSAlterTest',
35351   'type' => 'class',
35352   'filename' => 'modules/locale/locale.test',
35353   'module' => 'locale',
35354   'weight' => '0',
35355 ))
35356 ->values(array(
35357   'name' => 'LocaleDateFormatsFunctionalTest',
35358   'type' => 'class',
35359   'filename' => 'modules/locale/locale.test',
35360   'module' => 'locale',
35361   'weight' => '0',
35362 ))
35363 ->values(array(
35364   'name' => 'LocaleExportFunctionalTest',
35365   'type' => 'class',
35366   'filename' => 'modules/locale/locale.test',
35367   'module' => 'locale',
35368   'weight' => '0',
35369 ))
35370 ->values(array(
35371   'name' => 'LocaleImportFunctionalTest',
35372   'type' => 'class',
35373   'filename' => 'modules/locale/locale.test',
35374   'module' => 'locale',
35375   'weight' => '0',
35376 ))
35377 ->values(array(
35378   'name' => 'LocaleInstallTest',
35379   'type' => 'class',
35380   'filename' => 'modules/locale/locale.test',
35381   'module' => 'locale',
35382   'weight' => '0',
35383 ))
35384 ->values(array(
35385   'name' => 'LocaleJavascriptTranslationTest',
35386   'type' => 'class',
35387   'filename' => 'modules/locale/locale.test',
35388   'module' => 'locale',
35389   'weight' => '0',
35390 ))
35391 ->values(array(
35392   'name' => 'LocaleLanguageNegotiationInfoFunctionalTest',
35393   'type' => 'class',
35394   'filename' => 'modules/locale/locale.test',
35395   'module' => 'locale',
35396   'weight' => '0',
35397 ))
35398 ->values(array(
35399   'name' => 'LocaleLanguageSwitchingFunctionalTest',
35400   'type' => 'class',
35401   'filename' => 'modules/locale/locale.test',
35402   'module' => 'locale',
35403   'weight' => '0',
35404 ))
35405 ->values(array(
35406   'name' => 'LocaleLibraryInfoAlterTest',
35407   'type' => 'class',
35408   'filename' => 'modules/locale/locale.test',
35409   'module' => 'locale',
35410   'weight' => '0',
35411 ))
35412 ->values(array(
35413   'name' => 'LocaleMultilingualFieldsFunctionalTest',
35414   'type' => 'class',
35415   'filename' => 'modules/locale/locale.test',
35416   'module' => 'locale',
35417   'weight' => '0',
35418 ))
35419 ->values(array(
35420   'name' => 'LocalePathFunctionalTest',
35421   'type' => 'class',
35422   'filename' => 'modules/locale/locale.test',
35423   'module' => 'locale',
35424   'weight' => '0',
35425 ))
35426 ->values(array(
35427   'name' => 'LocalePluralFormatTest',
35428   'type' => 'class',
35429   'filename' => 'modules/locale/locale.test',
35430   'module' => 'locale',
35431   'weight' => '0',
35432 ))
35433 ->values(array(
35434   'name' => 'LocaleTranslationFunctionalTest',
35435   'type' => 'class',
35436   'filename' => 'modules/locale/locale.test',
35437   'module' => 'locale',
35438   'weight' => '0',
35439 ))
35440 ->values(array(
35441   'name' => 'LocaleUILanguageNegotiationTest',
35442   'type' => 'class',
35443   'filename' => 'modules/locale/locale.test',
35444   'module' => 'locale',
35445   'weight' => '0',
35446 ))
35447 ->values(array(
35448   'name' => 'LocaleUninstallFrenchFunctionalTest',
35449   'type' => 'class',
35450   'filename' => 'modules/locale/locale.test',
35451   'module' => 'locale',
35452   'weight' => '0',
35453 ))
35454 ->values(array(
35455   'name' => 'LocaleUninstallFunctionalTest',
35456   'type' => 'class',
35457   'filename' => 'modules/locale/locale.test',
35458   'module' => 'locale',
35459   'weight' => '0',
35460 ))
35461 ->values(array(
35462   'name' => 'LocaleUpgradePathTestCase',
35463   'type' => 'class',
35464   'filename' => 'modules/simpletest/tests/upgrade/upgrade.locale.test',
35465   'module' => 'simpletest',
35466   'weight' => '0',
35467 ))
35468 ->values(array(
35469   'name' => 'LocaleUrlRewritingTest',
35470   'type' => 'class',
35471   'filename' => 'modules/locale/locale.test',
35472   'module' => 'locale',
35473   'weight' => '0',
35474 ))
35475 ->values(array(
35476   'name' => 'LocaleUserCreationTest',
35477   'type' => 'class',
35478   'filename' => 'modules/locale/locale.test',
35479   'module' => 'locale',
35480   'weight' => '0',
35481 ))
35482 ->values(array(
35483   'name' => 'LocaleUserLanguageFunctionalTest',
35484   'type' => 'class',
35485   'filename' => 'modules/locale/locale.test',
35486   'module' => 'locale',
35487   'weight' => '0',
35488 ))
35489 ->values(array(
35490   'name' => 'LockFunctionalTest',
35491   'type' => 'class',
35492   'filename' => 'modules/simpletest/tests/lock.test',
35493   'module' => 'simpletest',
35494   'weight' => '0',
35495 ))
35496 ->values(array(
35497   'name' => 'MailSystemInterface',
35498   'type' => 'interface',
35499   'filename' => 'includes/mail.inc',
35500   'module' => '',
35501   'weight' => '0',
35502 ))
35503 ->values(array(
35504   'name' => 'MailTestCase',
35505   'type' => 'class',
35506   'filename' => 'modules/simpletest/tests/mail.test',
35507   'module' => 'simpletest',
35508   'weight' => '0',
35509 ))
35510 ->values(array(
35511   'name' => 'MemoryQueue',
35512   'type' => 'class',
35513   'filename' => 'modules/system/system.queue.inc',
35514   'module' => 'system',
35515   'weight' => '0',
35516 ))
35517 ->values(array(
35518   'name' => 'MenuBreadcrumbTestCase',
35519   'type' => 'class',
35520   'filename' => 'modules/simpletest/tests/menu.test',
35521   'module' => 'simpletest',
35522   'weight' => '0',
35523 ))
35524 ->values(array(
35525   'name' => 'MenuLinksUnitTestCase',
35526   'type' => 'class',
35527   'filename' => 'modules/simpletest/tests/menu.test',
35528   'module' => 'simpletest',
35529   'weight' => '0',
35530 ))
35531 ->values(array(
35532   'name' => 'MenuNodeTestCase',
35533   'type' => 'class',
35534   'filename' => 'modules/menu/menu.test',
35535   'module' => 'menu',
35536   'weight' => '0',
35537 ))
35538 ->values(array(
35539   'name' => 'MenuRebuildTestCase',
35540   'type' => 'class',
35541   'filename' => 'modules/simpletest/tests/menu.test',
35542   'module' => 'simpletest',
35543   'weight' => '0',
35544 ))
35545 ->values(array(
35546   'name' => 'MenuRouterTestCase',
35547   'type' => 'class',
35548   'filename' => 'modules/simpletest/tests/menu.test',
35549   'module' => 'simpletest',
35550   'weight' => '0',
35551 ))
35552 ->values(array(
35553   'name' => 'MenuTestCase',
35554   'type' => 'class',
35555   'filename' => 'modules/menu/menu.test',
35556   'module' => 'menu',
35557   'weight' => '0',
35558 ))
35559 ->values(array(
35560   'name' => 'MenuTrailTestCase',
35561   'type' => 'class',
35562   'filename' => 'modules/simpletest/tests/menu.test',
35563   'module' => 'simpletest',
35564   'weight' => '0',
35565 ))
35566 ->values(array(
35567   'name' => 'MenuTreeDataTestCase',
35568   'type' => 'class',
35569   'filename' => 'modules/simpletest/tests/menu.test',
35570   'module' => 'simpletest',
35571   'weight' => '0',
35572 ))
35573 ->values(array(
35574   'name' => 'MenuTreeOutputTestCase',
35575   'type' => 'class',
35576   'filename' => 'modules/simpletest/tests/menu.test',
35577   'module' => 'simpletest',
35578   'weight' => '0',
35579 ))
35580 ->values(array(
35581   'name' => 'MenuUpgradePathTestCase',
35582   'type' => 'class',
35583   'filename' => 'modules/simpletest/tests/upgrade/upgrade.menu.test',
35584   'module' => 'simpletest',
35585   'weight' => '0',
35586 ))
35587 ->values(array(
35588   'name' => 'MenuWebTestCase',
35589   'type' => 'class',
35590   'filename' => 'modules/simpletest/tests/menu.test',
35591   'module' => 'simpletest',
35592   'weight' => '0',
35593 ))
35594 ->values(array(
35595   'name' => 'MergeQuery',
35596   'type' => 'class',
35597   'filename' => 'includes/database/query.inc',
35598   'module' => '',
35599   'weight' => '0',
35600 ))
35601 ->values(array(
35602   'name' => 'MigrateEmailFieldHandler',
35603   'type' => 'class',
35604   'filename' => 'sites/all/modules/email/email.migrate.inc',
35605   'module' => 'email',
35606   'weight' => '0',
35607 ))
35608 ->values(array(
35609   'name' => 'MigrateEntityReferenceFieldHandler',
35610   'type' => 'class',
35611   'filename' => 'sites/all/modules/entityreference/entityreference.migrate.inc',
35612   'module' => 'entityreference',
35613   'weight' => '0',
35614 ))
35615 ->values(array(
35616   'name' => 'MigrateLinkFieldHandler',
35617   'type' => 'class',
35618   'filename' => 'sites/all/modules/link/link.migrate.inc',
35619   'module' => 'link',
35620   'weight' => '0',
35621 ))
35622 ->values(array(
35623   'name' => 'MigratePhoneFieldHandler',
35624   'type' => 'class',
35625   'filename' => 'sites/all/modules/phone/phone.migrate.inc',
35626   'module' => 'phone',
35627   'weight' => '0',
35628 ))
35629 ->values(array(
35630   'name' => 'MockTestConnection',
35631   'type' => 'class',
35632   'filename' => 'modules/simpletest/tests/filetransfer.test',
35633   'module' => 'simpletest',
35634   'weight' => '0',
35635 ))
35636 ->values(array(
35637   'name' => 'ModuleDependencyTestCase',
35638   'type' => 'class',
35639   'filename' => 'modules/system/system.test',
35640   'module' => 'system',
35641   'weight' => '0',
35642 ))
35643 ->values(array(
35644   'name' => 'ModuleImplementsAlterTestCase',
35645   'type' => 'class',
35646   'filename' => 'modules/simpletest/tests/module.test',
35647   'module' => 'simpletest',
35648   'weight' => '0',
35649 ))
35650 ->values(array(
35651   'name' => 'ModuleInstallTestCase',
35652   'type' => 'class',
35653   'filename' => 'modules/simpletest/tests/module.test',
35654   'module' => 'simpletest',
35655   'weight' => '0',
35656 ))
35657 ->values(array(
35658   'name' => 'ModuleRequiredTestCase',
35659   'type' => 'class',
35660   'filename' => 'modules/system/system.test',
35661   'module' => 'system',
35662   'weight' => '0',
35663 ))
35664 ->values(array(
35665   'name' => 'ModuleTestCase',
35666   'type' => 'class',
35667   'filename' => 'modules/system/system.test',
35668   'module' => 'system',
35669   'weight' => '0',
35670 ))
35671 ->values(array(
35672   'name' => 'ModuleUninstallTestCase',
35673   'type' => 'class',
35674   'filename' => 'modules/simpletest/tests/module.test',
35675   'module' => 'simpletest',
35676   'weight' => '0',
35677 ))
35678 ->values(array(
35679   'name' => 'ModuleUnitTest',
35680   'type' => 'class',
35681   'filename' => 'modules/simpletest/tests/module.test',
35682   'module' => 'simpletest',
35683   'weight' => '0',
35684 ))
35685 ->values(array(
35686   'name' => 'ModuleUpdater',
35687   'type' => 'class',
35688   'filename' => 'modules/system/system.updater.inc',
35689   'module' => 'system',
35690   'weight' => '0',
35691 ))
35692 ->values(array(
35693   'name' => 'ModuleVersionTestCase',
35694   'type' => 'class',
35695   'filename' => 'modules/system/system.test',
35696   'module' => 'system',
35697   'weight' => '0',
35698 ))
35699 ->values(array(
35700   'name' => 'MultiStepNodeFormBasicOptionsTest',
35701   'type' => 'class',
35702   'filename' => 'modules/node/node.test',
35703   'module' => 'node',
35704   'weight' => '0',
35705 ))
35706 ->values(array(
35707   'name' => 'NewDefaultThemeBlocks',
35708   'type' => 'class',
35709   'filename' => 'modules/block/block.test',
35710   'module' => 'block',
35711   'weight' => '-5',
35712 ))
35713 ->values(array(
35714   'name' => 'NLPhoneNumberTestCase',
35715   'type' => 'class',
35716   'filename' => 'sites/all/modules/phone/tests/phone.nl.test',
35717   'module' => 'phone',
35718   'weight' => '0',
35719 ))
35720 ->values(array(
35721   'name' => 'NodeAccessBaseTableTestCase',
35722   'type' => 'class',
35723   'filename' => 'modules/node/node.test',
35724   'module' => 'node',
35725   'weight' => '0',
35726 ))
35727 ->values(array(
35728   'name' => 'NodeAccessFieldTestCase',
35729   'type' => 'class',
35730   'filename' => 'modules/node/node.test',
35731   'module' => 'node',
35732   'weight' => '0',
35733 ))
35734 ->values(array(
35735   'name' => 'NodeAccessPagerTestCase',
35736   'type' => 'class',
35737   'filename' => 'modules/node/node.test',
35738   'module' => 'node',
35739   'weight' => '0',
35740 ))
35741 ->values(array(
35742   'name' => 'NodeAccessRebuildTestCase',
35743   'type' => 'class',
35744   'filename' => 'modules/node/node.test',
35745   'module' => 'node',
35746   'weight' => '0',
35747 ))
35748 ->values(array(
35749   'name' => 'NodeAccessRecordsTestCase',
35750   'type' => 'class',
35751   'filename' => 'modules/node/node.test',
35752   'module' => 'node',
35753   'weight' => '0',
35754 ))
35755 ->values(array(
35756   'name' => 'NodeAccessTestCase',
35757   'type' => 'class',
35758   'filename' => 'modules/node/node.test',
35759   'module' => 'node',
35760   'weight' => '0',
35761 ))
35762 ->values(array(
35763   'name' => 'NodeAdminTestCase',
35764   'type' => 'class',
35765   'filename' => 'modules/node/node.test',
35766   'module' => 'node',
35767   'weight' => '0',
35768 ))
35769 ->values(array(
35770   'name' => 'NodeBlockFunctionalTest',
35771   'type' => 'class',
35772   'filename' => 'modules/node/node.test',
35773   'module' => 'node',
35774   'weight' => '0',
35775 ))
35776 ->values(array(
35777   'name' => 'NodeBlockTestCase',
35778   'type' => 'class',
35779   'filename' => 'modules/node/node.test',
35780   'module' => 'node',
35781   'weight' => '0',
35782 ))
35783 ->values(array(
35784   'name' => 'NodeBodyUpgradePathTestCase',
35785   'type' => 'class',
35786   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
35787   'module' => 'simpletest',
35788   'weight' => '0',
35789 ))
35790 ->values(array(
35791   'name' => 'NodeBuildContent',
35792   'type' => 'class',
35793   'filename' => 'modules/node/node.test',
35794   'module' => 'node',
35795   'weight' => '0',
35796 ))
35797 ->values(array(
35798   'name' => 'NodeController',
35799   'type' => 'class',
35800   'filename' => 'modules/node/node.module',
35801   'module' => 'node',
35802   'weight' => '0',
35803 ))
35804 ->values(array(
35805   'name' => 'NodeCreationTestCase',
35806   'type' => 'class',
35807   'filename' => 'modules/node/node.test',
35808   'module' => 'node',
35809   'weight' => '0',
35810 ))
35811 ->values(array(
35812   'name' => 'NodeEntityFieldQueryAlter',
35813   'type' => 'class',
35814   'filename' => 'modules/node/node.test',
35815   'module' => 'node',
35816   'weight' => '0',
35817 ))
35818 ->values(array(
35819   'name' => 'NodeEntityViewModeAlterTest',
35820   'type' => 'class',
35821   'filename' => 'modules/node/node.test',
35822   'module' => 'node',
35823   'weight' => '0',
35824 ))
35825 ->values(array(
35826   'name' => 'NodeFeedTestCase',
35827   'type' => 'class',
35828   'filename' => 'modules/node/node.test',
35829   'module' => 'node',
35830   'weight' => '0',
35831 ))
35832 ->values(array(
35833   'name' => 'NodeLoadHooksTestCase',
35834   'type' => 'class',
35835   'filename' => 'modules/node/node.test',
35836   'module' => 'node',
35837   'weight' => '0',
35838 ))
35839 ->values(array(
35840   'name' => 'NodeLoadMultipleTestCase',
35841   'type' => 'class',
35842   'filename' => 'modules/node/node.test',
35843   'module' => 'node',
35844   'weight' => '0',
35845 ))
35846 ->values(array(
35847   'name' => 'NodePageCacheTest',
35848   'type' => 'class',
35849   'filename' => 'modules/node/node.test',
35850   'module' => 'node',
35851   'weight' => '0',
35852 ))
35853 ->values(array(
35854   'name' => 'NodePostSettingsTestCase',
35855   'type' => 'class',
35856   'filename' => 'modules/node/node.test',
35857   'module' => 'node',
35858   'weight' => '0',
35859 ))
35860 ->values(array(
35861   'name' => 'NodeQueryAlter',
35862   'type' => 'class',
35863   'filename' => 'modules/node/node.test',
35864   'module' => 'node',
35865   'weight' => '0',
35866 ))
35867 ->values(array(
35868   'name' => 'NodeRevisionPermissionsTestCase',
35869   'type' => 'class',
35870   'filename' => 'modules/node/node.test',
35871   'module' => 'node',
35872   'weight' => '0',
35873 ))
35874 ->values(array(
35875   'name' => 'NodeRevisionsTestCase',
35876   'type' => 'class',
35877   'filename' => 'modules/node/node.test',
35878   'module' => 'node',
35879   'weight' => '0',
35880 ))
35881 ->values(array(
35882   'name' => 'NodeRSSContentTestCase',
35883   'type' => 'class',
35884   'filename' => 'modules/node/node.test',
35885   'module' => 'node',
35886   'weight' => '0',
35887 ))
35888 ->values(array(
35889   'name' => 'NodeSaveTestCase',
35890   'type' => 'class',
35891   'filename' => 'modules/node/node.test',
35892   'module' => 'node',
35893   'weight' => '0',
35894 ))
35895 ->values(array(
35896   'name' => 'NodeTitleTestCase',
35897   'type' => 'class',
35898   'filename' => 'modules/node/node.test',
35899   'module' => 'node',
35900   'weight' => '0',
35901 ))
35902 ->values(array(
35903   'name' => 'NodeTitleXSSTestCase',
35904   'type' => 'class',
35905   'filename' => 'modules/node/node.test',
35906   'module' => 'node',
35907   'weight' => '0',
35908 ))
35909 ->values(array(
35910   'name' => 'NodeTokenReplaceTestCase',
35911   'type' => 'class',
35912   'filename' => 'modules/node/node.test',
35913   'module' => 'node',
35914   'weight' => '0',
35915 ))
35916 ->values(array(
35917   'name' => 'NodeTypePersistenceTestCase',
35918   'type' => 'class',
35919   'filename' => 'modules/node/node.test',
35920   'module' => 'node',
35921   'weight' => '0',
35922 ))
35923 ->values(array(
35924   'name' => 'NodeTypeTestCase',
35925   'type' => 'class',
35926   'filename' => 'modules/node/node.test',
35927   'module' => 'node',
35928   'weight' => '0',
35929 ))
35930 ->values(array(
35931   'name' => 'NodeWebTestCase',
35932   'type' => 'class',
35933   'filename' => 'modules/node/node.test',
35934   'module' => 'node',
35935   'weight' => '0',
35936 ))
35937 ->values(array(
35938   'name' => 'NoFieldsException',
35939   'type' => 'class',
35940   'filename' => 'includes/database/database.inc',
35941   'module' => '',
35942   'weight' => '0',
35943 ))
35944 ->values(array(
35945   'name' => 'NoHelpTestCase',
35946   'type' => 'class',
35947   'filename' => 'modules/help/help.test',
35948   'module' => 'help',
35949   'weight' => '0',
35950 ))
35951 ->values(array(
35952   'name' => 'NonDefaultBlockAdmin',
35953   'type' => 'class',
35954   'filename' => 'modules/block/block.test',
35955   'module' => 'block',
35956   'weight' => '-5',
35957 ))
35958 ->values(array(
35959   'name' => 'NumberFieldTestCase',
35960   'type' => 'class',
35961   'filename' => 'modules/field/modules/number/number.test',
35962   'module' => 'number',
35963   'weight' => '0',
35964 ))
35965 ->values(array(
35966   'name' => 'NZPhoneNumberTestCase',
35967   'type' => 'class',
35968   'filename' => 'sites/all/modules/phone/tests/phone.nz.test',
35969   'module' => 'phone',
35970   'weight' => '0',
35971 ))
35972 ->values(array(
35973   'name' => 'OpenIDFunctionalTestCase',
35974   'type' => 'class',
35975   'filename' => 'modules/openid/openid.test',
35976   'module' => 'openid',
35977   'weight' => '0',
35978 ))
35979 ->values(array(
35980   'name' => 'OpenIDInvalidIdentifierTransitionTestCase',
35981   'type' => 'class',
35982   'filename' => 'modules/openid/openid.test',
35983   'module' => 'openid',
35984   'weight' => '0',
35985 ))
35986 ->values(array(
35987   'name' => 'OpenIDRegistrationTestCase',
35988   'type' => 'class',
35989   'filename' => 'modules/openid/openid.test',
35990   'module' => 'openid',
35991   'weight' => '0',
35992 ))
35993 ->values(array(
35994   'name' => 'OpenIDTestCase',
35995   'type' => 'class',
35996   'filename' => 'modules/openid/openid.test',
35997   'module' => 'openid',
35998   'weight' => '0',
35999 ))
36000 ->values(array(
36001   'name' => 'OpenIDWebTestCase',
36002   'type' => 'class',
36003   'filename' => 'modules/openid/openid.test',
36004   'module' => 'openid',
36005   'weight' => '0',
36006 ))
36007 ->values(array(
36008   'name' => 'OptionsSelectDynamicValuesTestCase',
36009   'type' => 'class',
36010   'filename' => 'modules/field/modules/options/options.test',
36011   'module' => 'options',
36012   'weight' => '0',
36013 ))
36014 ->values(array(
36015   'name' => 'OptionsWidgetsTestCase',
36016   'type' => 'class',
36017   'filename' => 'modules/field/modules/options/options.test',
36018   'module' => 'options',
36019   'weight' => '0',
36020 ))
36021 ->values(array(
36022   'name' => 'PageEditTestCase',
36023   'type' => 'class',
36024   'filename' => 'modules/node/node.test',
36025   'module' => 'node',
36026   'weight' => '0',
36027 ))
36028 ->values(array(
36029   'name' => 'PageNotFoundTestCase',
36030   'type' => 'class',
36031   'filename' => 'modules/system/system.test',
36032   'module' => 'system',
36033   'weight' => '0',
36034 ))
36035 ->values(array(
36036   'name' => 'PagePreviewTestCase',
36037   'type' => 'class',
36038   'filename' => 'modules/node/node.test',
36039   'module' => 'node',
36040   'weight' => '0',
36041 ))
36042 ->values(array(
36043   'name' => 'PagerDefault',
36044   'type' => 'class',
36045   'filename' => 'includes/pager.inc',
36046   'module' => '',
36047   'weight' => '0',
36048 ))
36049 ->values(array(
36050   'name' => 'PagerFunctionalWebTestCase',
36051   'type' => 'class',
36052   'filename' => 'modules/simpletest/tests/pager.test',
36053   'module' => 'simpletest',
36054   'weight' => '0',
36055 ))
36056 ->values(array(
36057   'name' => 'PageTitleFiltering',
36058   'type' => 'class',
36059   'filename' => 'modules/system/system.test',
36060   'module' => 'system',
36061   'weight' => '0',
36062 ))
36063 ->values(array(
36064   'name' => 'PageViewTestCase',
36065   'type' => 'class',
36066   'filename' => 'modules/node/node.test',
36067   'module' => 'node',
36068   'weight' => '0',
36069 ))
36070 ->values(array(
36071   'name' => 'ParseInfoFilesTestCase',
36072   'type' => 'class',
36073   'filename' => 'modules/simpletest/tests/common.test',
36074   'module' => 'simpletest',
36075   'weight' => '0',
36076 ))
36077 ->values(array(
36078   'name' => 'PasswordHashingTest',
36079   'type' => 'class',
36080   'filename' => 'modules/simpletest/tests/password.test',
36081   'module' => 'simpletest',
36082   'weight' => '0',
36083 ))
36084 ->values(array(
36085   'name' => 'PathLanguageTestCase',
36086   'type' => 'class',
36087   'filename' => 'modules/path/path.test',
36088   'module' => 'path',
36089   'weight' => '0',
36090 ))
36091 ->values(array(
36092   'name' => 'PathLanguageUITestCase',
36093   'type' => 'class',
36094   'filename' => 'modules/path/path.test',
36095   'module' => 'path',
36096   'weight' => '0',
36097 ))
36098 ->values(array(
36099   'name' => 'PathLookupTest',
36100   'type' => 'class',
36101   'filename' => 'modules/simpletest/tests/path.test',
36102   'module' => 'simpletest',
36103   'weight' => '0',
36104 ))
36105 ->values(array(
36106   'name' => 'PathMonolingualTestCase',
36107   'type' => 'class',
36108   'filename' => 'modules/path/path.test',
36109   'module' => 'path',
36110   'weight' => '0',
36111 ))
36112 ->values(array(
36113   'name' => 'PathSaveTest',
36114   'type' => 'class',
36115   'filename' => 'modules/simpletest/tests/path.test',
36116   'module' => 'simpletest',
36117   'weight' => '0',
36118 ))
36119 ->values(array(
36120   'name' => 'PathTaxonomyTermTestCase',
36121   'type' => 'class',
36122   'filename' => 'modules/path/path.test',
36123   'module' => 'path',
36124   'weight' => '0',
36125 ))
36126 ->values(array(
36127   'name' => 'PathTestCase',
36128   'type' => 'class',
36129   'filename' => 'modules/path/path.test',
36130   'module' => 'path',
36131   'weight' => '0',
36132 ))
36133 ->values(array(
36134   'name' => 'PhoneFrenchTest',
36135   'type' => 'class',
36136   'filename' => 'sites/all/modules/phone/tests/phone.fr.test',
36137   'module' => 'phone',
36138   'weight' => '0',
36139 ))
36140 ->values(array(
36141   'name' => 'PhoneIntTest',
36142   'type' => 'class',
36143   'filename' => 'sites/all/modules/phone/tests/phone.int.test',
36144   'module' => 'phone',
36145   'weight' => '0',
36146 ))
36147 ->values(array(
36148   'name' => 'PhonePanamanianTest',
36149   'type' => 'class',
36150   'filename' => 'sites/all/modules/phone/tests/phone.pa.test',
36151   'module' => 'phone',
36152   'weight' => '0',
36153 ))
36154 ->values(array(
36155   'name' => 'PHPAccessTestCase',
36156   'type' => 'class',
36157   'filename' => 'modules/php/php.test',
36158   'module' => 'php',
36159   'weight' => '0',
36160 ))
36161 ->values(array(
36162   'name' => 'PHPFilterTestCase',
36163   'type' => 'class',
36164   'filename' => 'modules/php/php.test',
36165   'module' => 'php',
36166   'weight' => '0',
36167 ))
36168 ->values(array(
36169   'name' => 'PHPhoneNumberTestCase',
36170   'type' => 'class',
36171   'filename' => 'sites/all/modules/phone/tests/phone.ph.test',
36172   'module' => 'phone',
36173   'weight' => '0',
36174 ))
36175 ->values(array(
36176   'name' => 'PHPTestCase',
36177   'type' => 'class',
36178   'filename' => 'modules/php/php.test',
36179   'module' => 'php',
36180   'weight' => '0',
36181 ))
36182 ->values(array(
36183   'name' => 'PKPhoneNumberTestCase',
36184   'type' => 'class',
36185   'filename' => 'sites/all/modules/phone/tests/phone.pk.test',
36186   'module' => 'phone',
36187   'weight' => '0',
36188 ))
36189 ->values(array(
36190   'name' => 'PLPhoneNumberTestCase',
36191   'type' => 'class',
36192   'filename' => 'sites/all/modules/phone/tests/phone.pl.test',
36193   'module' => 'phone',
36194   'weight' => '0',
36195 ))
36196 ->values(array(
36197   'name' => 'PollBlockTestCase',
36198   'type' => 'class',
36199   'filename' => 'modules/poll/poll.test',
36200   'module' => 'poll',
36201   'weight' => '0',
36202 ))
36203 ->values(array(
36204   'name' => 'PollCreateTestCase',
36205   'type' => 'class',
36206   'filename' => 'modules/poll/poll.test',
36207   'module' => 'poll',
36208   'weight' => '0',
36209 ))
36210 ->values(array(
36211   'name' => 'PollDeleteChoiceTestCase',
36212   'type' => 'class',
36213   'filename' => 'modules/poll/poll.test',
36214   'module' => 'poll',
36215   'weight' => '0',
36216 ))
36217 ->values(array(
36218   'name' => 'PollExpirationTestCase',
36219   'type' => 'class',
36220   'filename' => 'modules/poll/poll.test',
36221   'module' => 'poll',
36222   'weight' => '0',
36223 ))
36224 ->values(array(
36225   'name' => 'PollJSAddChoice',
36226   'type' => 'class',
36227   'filename' => 'modules/poll/poll.test',
36228   'module' => 'poll',
36229   'weight' => '0',
36230 ))
36231 ->values(array(
36232   'name' => 'PollTestCase',
36233   'type' => 'class',
36234   'filename' => 'modules/poll/poll.test',
36235   'module' => 'poll',
36236   'weight' => '0',
36237 ))
36238 ->values(array(
36239   'name' => 'PollTokenReplaceTestCase',
36240   'type' => 'class',
36241   'filename' => 'modules/poll/poll.test',
36242   'module' => 'poll',
36243   'weight' => '0',
36244 ))
36245 ->values(array(
36246   'name' => 'PollTranslateTestCase',
36247   'type' => 'class',
36248   'filename' => 'modules/poll/poll.test',
36249   'module' => 'poll',
36250   'weight' => '0',
36251 ))
36252 ->values(array(
36253   'name' => 'PollUpgradePathTestCase',
36254   'type' => 'class',
36255   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
36256   'module' => 'simpletest',
36257   'weight' => '0',
36258 ))
36259 ->values(array(
36260   'name' => 'PollVoteCheckHostname',
36261   'type' => 'class',
36262   'filename' => 'modules/poll/poll.test',
36263   'module' => 'poll',
36264   'weight' => '0',
36265 ))
36266 ->values(array(
36267   'name' => 'PollVoteTestCase',
36268   'type' => 'class',
36269   'filename' => 'modules/poll/poll.test',
36270   'module' => 'poll',
36271   'weight' => '0',
36272 ))
36273 ->values(array(
36274   'name' => 'ProfileBlockTestCase',
36275   'type' => 'class',
36276   'filename' => 'modules/profile/profile.test',
36277   'module' => 'profile',
36278   'weight' => '0',
36279 ))
36280 ->values(array(
36281   'name' => 'ProfileCrudTestCase',
36282   'type' => 'class',
36283   'filename' => 'modules/profile/profile.test',
36284   'module' => 'profile',
36285   'weight' => '0',
36286 ))
36287 ->values(array(
36288   'name' => 'ProfileTestAutocomplete',
36289   'type' => 'class',
36290   'filename' => 'modules/profile/profile.test',
36291   'module' => 'profile',
36292   'weight' => '0',
36293 ))
36294 ->values(array(
36295   'name' => 'ProfileTestBrowsing',
36296   'type' => 'class',
36297   'filename' => 'modules/profile/profile.test',
36298   'module' => 'profile',
36299   'weight' => '0',
36300 ))
36301 ->values(array(
36302   'name' => 'ProfileTestCase',
36303   'type' => 'class',
36304   'filename' => 'modules/profile/profile.test',
36305   'module' => 'profile',
36306   'weight' => '0',
36307 ))
36308 ->values(array(
36309   'name' => 'ProfileTestDate',
36310   'type' => 'class',
36311   'filename' => 'modules/profile/profile.test',
36312   'module' => 'profile',
36313   'weight' => '0',
36314 ))
36315 ->values(array(
36316   'name' => 'ProfileTestFields',
36317   'type' => 'class',
36318   'filename' => 'modules/profile/profile.test',
36319   'module' => 'profile',
36320   'weight' => '0',
36321 ))
36322 ->values(array(
36323   'name' => 'ProfileTestSelect',
36324   'type' => 'class',
36325   'filename' => 'modules/profile/profile.test',
36326   'module' => 'profile',
36327   'weight' => '0',
36328 ))
36329 ->values(array(
36330   'name' => 'ProfileTestWeights',
36331   'type' => 'class',
36332   'filename' => 'modules/profile/profile.test',
36333   'module' => 'profile',
36334   'weight' => '0',
36335 ))
36336 ->values(array(
36337   'name' => 'Query',
36338   'type' => 'class',
36339   'filename' => 'includes/database/query.inc',
36340   'module' => '',
36341   'weight' => '0',
36342 ))
36343 ->values(array(
36344   'name' => 'QueryAlterableInterface',
36345   'type' => 'interface',
36346   'filename' => 'includes/database/query.inc',
36347   'module' => '',
36348   'weight' => '0',
36349 ))
36350 ->values(array(
36351   'name' => 'QueryConditionInterface',
36352   'type' => 'interface',
36353   'filename' => 'includes/database/query.inc',
36354   'module' => '',
36355   'weight' => '0',
36356 ))
36357 ->values(array(
36358   'name' => 'QueryExtendableInterface',
36359   'type' => 'interface',
36360   'filename' => 'includes/database/select.inc',
36361   'module' => '',
36362   'weight' => '0',
36363 ))
36364 ->values(array(
36365   'name' => 'QueryPlaceholderInterface',
36366   'type' => 'interface',
36367   'filename' => 'includes/database/query.inc',
36368   'module' => '',
36369   'weight' => '0',
36370 ))
36371 ->values(array(
36372   'name' => 'QueueTestCase',
36373   'type' => 'class',
36374   'filename' => 'modules/system/system.test',
36375   'module' => 'system',
36376   'weight' => '0',
36377 ))
36378 ->values(array(
36379   'name' => 'RdfCommentAttributesTestCase',
36380   'type' => 'class',
36381   'filename' => 'modules/rdf/rdf.test',
36382   'module' => 'rdf',
36383   'weight' => '0',
36384 ))
36385 ->values(array(
36386   'name' => 'RdfCrudTestCase',
36387   'type' => 'class',
36388   'filename' => 'modules/rdf/rdf.test',
36389   'module' => 'rdf',
36390   'weight' => '0',
36391 ))
36392 ->values(array(
36393   'name' => 'RdfGetRdfNamespacesTestCase',
36394   'type' => 'class',
36395   'filename' => 'modules/rdf/rdf.test',
36396   'module' => 'rdf',
36397   'weight' => '0',
36398 ))
36399 ->values(array(
36400   'name' => 'RdfMappingDefinitionTestCase',
36401   'type' => 'class',
36402   'filename' => 'modules/rdf/rdf.test',
36403   'module' => 'rdf',
36404   'weight' => '0',
36405 ))
36406 ->values(array(
36407   'name' => 'RdfMappingHookTestCase',
36408   'type' => 'class',
36409   'filename' => 'modules/rdf/rdf.test',
36410   'module' => 'rdf',
36411   'weight' => '0',
36412 ))
36413 ->values(array(
36414   'name' => 'RdfRdfaMarkupTestCase',
36415   'type' => 'class',
36416   'filename' => 'modules/rdf/rdf.test',
36417   'module' => 'rdf',
36418   'weight' => '0',
36419 ))
36420 ->values(array(
36421   'name' => 'RdfTrackerAttributesTestCase',
36422   'type' => 'class',
36423   'filename' => 'modules/rdf/rdf.test',
36424   'module' => 'rdf',
36425   'weight' => '0',
36426 ))
36427 ->values(array(
36428   'name' => 'RegistryParseFilesTestCase',
36429   'type' => 'class',
36430   'filename' => 'modules/simpletest/tests/registry.test',
36431   'module' => 'simpletest',
36432   'weight' => '0',
36433 ))
36434 ->values(array(
36435   'name' => 'RegistryParseFileTestCase',
36436   'type' => 'class',
36437   'filename' => 'modules/simpletest/tests/registry.test',
36438   'module' => 'simpletest',
36439   'weight' => '0',
36440 ))
36441 ->values(array(
36442   'name' => 'RemoteFileDirectoryTest',
36443   'type' => 'class',
36444   'filename' => 'modules/simpletest/tests/file.test',
36445   'module' => 'simpletest',
36446   'weight' => '0',
36447 ))
36448 ->values(array(
36449   'name' => 'RemoteFileSaveUploadTest',
36450   'type' => 'class',
36451   'filename' => 'modules/simpletest/tests/file.test',
36452   'module' => 'simpletest',
36453   'weight' => '0',
36454 ))
36455 ->values(array(
36456   'name' => 'RemoteFileScanDirectoryTest',
36457   'type' => 'class',
36458   'filename' => 'modules/simpletest/tests/file.test',
36459   'module' => 'simpletest',
36460   'weight' => '0',
36461 ))
36462 ->values(array(
36463   'name' => 'RemoteFileUnmanagedCopyTest',
36464   'type' => 'class',
36465   'filename' => 'modules/simpletest/tests/file.test',
36466   'module' => 'simpletest',
36467   'weight' => '0',
36468 ))
36469 ->values(array(
36470   'name' => 'RemoteFileUnmanagedDeleteRecursiveTest',
36471   'type' => 'class',
36472   'filename' => 'modules/simpletest/tests/file.test',
36473   'module' => 'simpletest',
36474   'weight' => '0',
36475 ))
36476 ->values(array(
36477   'name' => 'RemoteFileUnmanagedDeleteTest',
36478   'type' => 'class',
36479   'filename' => 'modules/simpletest/tests/file.test',
36480   'module' => 'simpletest',
36481   'weight' => '0',
36482 ))
36483 ->values(array(
36484   'name' => 'RemoteFileUnmanagedMoveTest',
36485   'type' => 'class',
36486   'filename' => 'modules/simpletest/tests/file.test',
36487   'module' => 'simpletest',
36488   'weight' => '0',
36489 ))
36490 ->values(array(
36491   'name' => 'RemoteFileUnmanagedSaveDataTest',
36492   'type' => 'class',
36493   'filename' => 'modules/simpletest/tests/file.test',
36494   'module' => 'simpletest',
36495   'weight' => '0',
36496 ))
36497 ->values(array(
36498   'name' => 'RemoveFeedItemTestCase',
36499   'type' => 'class',
36500   'filename' => 'modules/aggregator/aggregator.test',
36501   'module' => 'aggregator',
36502   'weight' => '0',
36503 ))
36504 ->values(array(
36505   'name' => 'RemoveFeedTestCase',
36506   'type' => 'class',
36507   'filename' => 'modules/aggregator/aggregator.test',
36508   'module' => 'aggregator',
36509   'weight' => '0',
36510 ))
36511 ->values(array(
36512   'name' => 'RenderElementTypesTestCase',
36513   'type' => 'class',
36514   'filename' => 'modules/simpletest/tests/theme.test',
36515   'module' => 'simpletest',
36516   'weight' => '0',
36517 ))
36518 ->values(array(
36519   'name' => 'RetrieveFileTestCase',
36520   'type' => 'class',
36521   'filename' => 'modules/system/system.test',
36522   'module' => 'system',
36523   'weight' => '0',
36524 ))
36525 ->values(array(
36526   'name' => 'RUPhoneNumberTestCase',
36527   'type' => 'class',
36528   'filename' => 'sites/all/modules/phone/tests/phone.ru.test',
36529   'module' => 'phone',
36530   'weight' => '0',
36531 ))
36532 ->values(array(
36533   'name' => 'SchemaCache',
36534   'type' => 'class',
36535   'filename' => 'includes/bootstrap.inc',
36536   'module' => '',
36537   'weight' => '0',
36538 ))
36539 ->values(array(
36540   'name' => 'SchemaTestCase',
36541   'type' => 'class',
36542   'filename' => 'modules/simpletest/tests/schema.test',
36543   'module' => 'simpletest',
36544   'weight' => '0',
36545 ))
36546 ->values(array(
36547   'name' => 'SearchAdvancedSearchForm',
36548   'type' => 'class',
36549   'filename' => 'modules/search/search.test',
36550   'module' => 'search',
36551   'weight' => '0',
36552 ))
36553 ->values(array(
36554   'name' => 'SearchBlockTestCase',
36555   'type' => 'class',
36556   'filename' => 'modules/search/search.test',
36557   'module' => 'search',
36558   'weight' => '0',
36559 ))
36560 ->values(array(
36561   'name' => 'SearchCommentCountToggleTestCase',
36562   'type' => 'class',
36563   'filename' => 'modules/search/search.test',
36564   'module' => 'search',
36565   'weight' => '0',
36566 ))
36567 ->values(array(
36568   'name' => 'SearchCommentTestCase',
36569   'type' => 'class',
36570   'filename' => 'modules/search/search.test',
36571   'module' => 'search',
36572   'weight' => '0',
36573 ))
36574 ->values(array(
36575   'name' => 'SearchConfigSettingsForm',
36576   'type' => 'class',
36577   'filename' => 'modules/search/search.test',
36578   'module' => 'search',
36579   'weight' => '0',
36580 ))
36581 ->values(array(
36582   'name' => 'SearchEmbedForm',
36583   'type' => 'class',
36584   'filename' => 'modules/search/search.test',
36585   'module' => 'search',
36586   'weight' => '0',
36587 ))
36588 ->values(array(
36589   'name' => 'SearchExactTestCase',
36590   'type' => 'class',
36591   'filename' => 'modules/search/search.test',
36592   'module' => 'search',
36593   'weight' => '0',
36594 ))
36595 ->values(array(
36596   'name' => 'SearchExcerptTestCase',
36597   'type' => 'class',
36598   'filename' => 'modules/search/search.test',
36599   'module' => 'search',
36600   'weight' => '0',
36601 ))
36602 ->values(array(
36603   'name' => 'SearchExpressionInsertExtractTestCase',
36604   'type' => 'class',
36605   'filename' => 'modules/search/search.test',
36606   'module' => 'search',
36607   'weight' => '0',
36608 ))
36609 ->values(array(
36610   'name' => 'SearchKeywordsConditions',
36611   'type' => 'class',
36612   'filename' => 'modules/search/search.test',
36613   'module' => 'search',
36614   'weight' => '0',
36615 ))
36616 ->values(array(
36617   'name' => 'SearchLanguageTestCase',
36618   'type' => 'class',
36619   'filename' => 'modules/search/search.test',
36620   'module' => 'search',
36621   'weight' => '0',
36622 ))
36623 ->values(array(
36624   'name' => 'SearchMatchTestCase',
36625   'type' => 'class',
36626   'filename' => 'modules/search/search.test',
36627   'module' => 'search',
36628   'weight' => '0',
36629 ))
36630 ->values(array(
36631   'name' => 'SearchNodeAccessTest',
36632   'type' => 'class',
36633   'filename' => 'modules/search/search.test',
36634   'module' => 'search',
36635   'weight' => '0',
36636 ))
36637 ->values(array(
36638   'name' => 'SearchNodeTagTest',
36639   'type' => 'class',
36640   'filename' => 'modules/search/search.test',
36641   'module' => 'search',
36642   'weight' => '0',
36643 ))
36644 ->values(array(
36645   'name' => 'SearchNumberMatchingTestCase',
36646   'type' => 'class',
36647   'filename' => 'modules/search/search.test',
36648   'module' => 'search',
36649   'weight' => '0',
36650 ))
36651 ->values(array(
36652   'name' => 'SearchNumbersTestCase',
36653   'type' => 'class',
36654   'filename' => 'modules/search/search.test',
36655   'module' => 'search',
36656   'weight' => '0',
36657 ))
36658 ->values(array(
36659   'name' => 'SearchPageOverride',
36660   'type' => 'class',
36661   'filename' => 'modules/search/search.test',
36662   'module' => 'search',
36663   'weight' => '0',
36664 ))
36665 ->values(array(
36666   'name' => 'SearchPageText',
36667   'type' => 'class',
36668   'filename' => 'modules/search/search.test',
36669   'module' => 'search',
36670   'weight' => '0',
36671 ))
36672 ->values(array(
36673   'name' => 'SearchQuery',
36674   'type' => 'class',
36675   'filename' => 'modules/search/search.extender.inc',
36676   'module' => 'search',
36677   'weight' => '0',
36678 ))
36679 ->values(array(
36680   'name' => 'SearchRankingTestCase',
36681   'type' => 'class',
36682   'filename' => 'modules/search/search.test',
36683   'module' => 'search',
36684   'weight' => '0',
36685 ))
36686 ->values(array(
36687   'name' => 'SearchSetLocaleTest',
36688   'type' => 'class',
36689   'filename' => 'modules/search/search.test',
36690   'module' => 'search',
36691   'weight' => '0',
36692 ))
36693 ->values(array(
36694   'name' => 'SearchSimplifyTestCase',
36695   'type' => 'class',
36696   'filename' => 'modules/search/search.test',
36697   'module' => 'search',
36698   'weight' => '0',
36699 ))
36700 ->values(array(
36701   'name' => 'SearchTokenizerTestCase',
36702   'type' => 'class',
36703   'filename' => 'modules/search/search.test',
36704   'module' => 'search',
36705   'weight' => '0',
36706 ))
36707 ->values(array(
36708   'name' => 'SelectQuery',
36709   'type' => 'class',
36710   'filename' => 'includes/database/select.inc',
36711   'module' => '',
36712   'weight' => '0',
36713 ))
36714 ->values(array(
36715   'name' => 'SelectQueryExtender',
36716   'type' => 'class',
36717   'filename' => 'includes/database/select.inc',
36718   'module' => '',
36719   'weight' => '0',
36720 ))
36721 ->values(array(
36722   'name' => 'SelectQueryInterface',
36723   'type' => 'interface',
36724   'filename' => 'includes/database/select.inc',
36725   'module' => '',
36726   'weight' => '0',
36727 ))
36728 ->values(array(
36729   'name' => 'SelectQuery_pgsql',
36730   'type' => 'class',
36731   'filename' => 'includes/database/pgsql/select.inc',
36732   'module' => '',
36733   'weight' => '0',
36734 ))
36735 ->values(array(
36736   'name' => 'SelectQuery_sqlite',
36737   'type' => 'class',
36738   'filename' => 'includes/database/sqlite/select.inc',
36739   'module' => '',
36740   'weight' => '0',
36741 ))
36742 ->values(array(
36743   'name' => 'SEPhoneNumberTestCase',
36744   'type' => 'class',
36745   'filename' => 'sites/all/modules/phone/tests/phone.se.test',
36746   'module' => 'phone',
36747   'weight' => '0',
36748 ))
36749 ->values(array(
36750   'name' => 'SessionHttpsTestCase',
36751   'type' => 'class',
36752   'filename' => 'modules/simpletest/tests/session.test',
36753   'module' => 'simpletest',
36754   'weight' => '0',
36755 ))
36756 ->values(array(
36757   'name' => 'SessionTestCase',
36758   'type' => 'class',
36759   'filename' => 'modules/simpletest/tests/session.test',
36760   'module' => 'simpletest',
36761   'weight' => '0',
36762 ))
36763 ->values(array(
36764   'name' => 'SGPhoneNumberTestCase',
36765   'type' => 'class',
36766   'filename' => 'sites/all/modules/phone/tests/phone.sg.test',
36767   'module' => 'phone',
36768   'weight' => '0',
36769 ))
36770 ->values(array(
36771   'name' => 'ShortcutLinksTestCase',
36772   'type' => 'class',
36773   'filename' => 'modules/shortcut/shortcut.test',
36774   'module' => 'shortcut',
36775   'weight' => '0',
36776 ))
36777 ->values(array(
36778   'name' => 'ShortcutSetsTestCase',
36779   'type' => 'class',
36780   'filename' => 'modules/shortcut/shortcut.test',
36781   'module' => 'shortcut',
36782   'weight' => '0',
36783 ))
36784 ->values(array(
36785   'name' => 'ShortcutTestCase',
36786   'type' => 'class',
36787   'filename' => 'modules/shortcut/shortcut.test',
36788   'module' => 'shortcut',
36789   'weight' => '0',
36790 ))
36791 ->values(array(
36792   'name' => 'ShutdownFunctionsTest',
36793   'type' => 'class',
36794   'filename' => 'modules/system/system.test',
36795   'module' => 'system',
36796   'weight' => '0',
36797 ))
36798 ->values(array(
36799   'name' => 'SimpleTestBrokenSetUp',
36800   'type' => 'class',
36801   'filename' => 'modules/simpletest/simpletest.test',
36802   'module' => 'simpletest',
36803   'weight' => '0',
36804 ))
36805 ->values(array(
36806   'name' => 'SimpleTestBrowserTestCase',
36807   'type' => 'class',
36808   'filename' => 'modules/simpletest/simpletest.test',
36809   'module' => 'simpletest',
36810   'weight' => '0',
36811 ))
36812 ->values(array(
36813   'name' => 'SimpleTestDiscoveryTestCase',
36814   'type' => 'class',
36815   'filename' => 'modules/simpletest/simpletest.test',
36816   'module' => 'simpletest',
36817   'weight' => '0',
36818 ))
36819 ->values(array(
36820   'name' => 'SimpleTestFolderTestCase',
36821   'type' => 'class',
36822   'filename' => 'modules/simpletest/simpletest.test',
36823   'module' => 'simpletest',
36824   'weight' => '0',
36825 ))
36826 ->values(array(
36827   'name' => 'SimpleTestFunctionalTest',
36828   'type' => 'class',
36829   'filename' => 'modules/simpletest/simpletest.test',
36830   'module' => 'simpletest',
36831   'weight' => '0',
36832 ))
36833 ->values(array(
36834   'name' => 'SimpleTestInstallationProfileModuleTestsTestCase',
36835   'type' => 'class',
36836   'filename' => 'modules/simpletest/simpletest.test',
36837   'module' => 'simpletest',
36838   'weight' => '0',
36839 ))
36840 ->values(array(
36841   'name' => 'SimpleTestMailCaptureTestCase',
36842   'type' => 'class',
36843   'filename' => 'modules/simpletest/simpletest.test',
36844   'module' => 'simpletest',
36845   'weight' => '0',
36846 ))
36847 ->values(array(
36848   'name' => 'SimpleTestMissingDependentModuleUnitTest',
36849   'type' => 'class',
36850   'filename' => 'modules/simpletest/simpletest.test',
36851   'module' => 'simpletest',
36852   'weight' => '0',
36853 ))
36854 ->values(array(
36855   'name' => 'SimpleTestOtherInstallationProfileModuleTestsTestCase',
36856   'type' => 'class',
36857   'filename' => 'modules/simpletest/simpletest.test',
36858   'module' => 'simpletest',
36859   'weight' => '0',
36860 ))
36861 ->values(array(
36862   'name' => 'SiteMaintenanceTestCase',
36863   'type' => 'class',
36864   'filename' => 'modules/system/system.test',
36865   'module' => 'system',
36866   'weight' => '0',
36867 ))
36868 ->values(array(
36869   'name' => 'SkipDotsRecursiveDirectoryIterator',
36870   'type' => 'class',
36871   'filename' => 'includes/filetransfer/filetransfer.inc',
36872   'module' => '',
36873   'weight' => '0',
36874 ))
36875 ->values(array(
36876   'name' => 'StatisticsAdminTestCase',
36877   'type' => 'class',
36878   'filename' => 'modules/statistics/statistics.test',
36879   'module' => 'statistics',
36880   'weight' => '0',
36881 ))
36882 ->values(array(
36883   'name' => 'StatisticsBlockVisitorsTestCase',
36884   'type' => 'class',
36885   'filename' => 'modules/statistics/statistics.test',
36886   'module' => 'statistics',
36887   'weight' => '0',
36888 ))
36889 ->values(array(
36890   'name' => 'StatisticsLoggingTestCase',
36891   'type' => 'class',
36892   'filename' => 'modules/statistics/statistics.test',
36893   'module' => 'statistics',
36894   'weight' => '0',
36895 ))
36896 ->values(array(
36897   'name' => 'StatisticsReportsTestCase',
36898   'type' => 'class',
36899   'filename' => 'modules/statistics/statistics.test',
36900   'module' => 'statistics',
36901   'weight' => '0',
36902 ))
36903 ->values(array(
36904   'name' => 'StatisticsTestCase',
36905   'type' => 'class',
36906   'filename' => 'modules/statistics/statistics.test',
36907   'module' => 'statistics',
36908   'weight' => '0',
36909 ))
36910 ->values(array(
36911   'name' => 'StatisticsTokenReplaceTestCase',
36912   'type' => 'class',
36913   'filename' => 'modules/statistics/statistics.test',
36914   'module' => 'statistics',
36915   'weight' => '0',
36916 ))
36917 ->values(array(
36918   'name' => 'StreamWrapperInterface',
36919   'type' => 'interface',
36920   'filename' => 'includes/stream_wrappers.inc',
36921   'module' => '',
36922   'weight' => '0',
36923 ))
36924 ->values(array(
36925   'name' => 'StreamWrapperTest',
36926   'type' => 'class',
36927   'filename' => 'modules/simpletest/tests/file.test',
36928   'module' => 'simpletest',
36929   'weight' => '0',
36930 ))
36931 ->values(array(
36932   'name' => 'SummaryLengthTestCase',
36933   'type' => 'class',
36934   'filename' => 'modules/node/node.test',
36935   'module' => 'node',
36936   'weight' => '0',
36937 ))
36938 ->values(array(
36939   'name' => 'SyslogTestCase',
36940   'type' => 'class',
36941   'filename' => 'modules/syslog/syslog.test',
36942   'module' => 'syslog',
36943   'weight' => '0',
36944 ))
36945 ->values(array(
36946   'name' => 'SystemAdminTestCase',
36947   'type' => 'class',
36948   'filename' => 'modules/system/system.test',
36949   'module' => 'system',
36950   'weight' => '0',
36951 ))
36952 ->values(array(
36953   'name' => 'SystemAuthorizeCase',
36954   'type' => 'class',
36955   'filename' => 'modules/system/system.test',
36956   'module' => 'system',
36957   'weight' => '0',
36958 ))
36959 ->values(array(
36960   'name' => 'SystemBlockTestCase',
36961   'type' => 'class',
36962   'filename' => 'modules/system/system.test',
36963   'module' => 'system',
36964   'weight' => '0',
36965 ))
36966 ->values(array(
36967   'name' => 'SystemIndexPhpTest',
36968   'type' => 'class',
36969   'filename' => 'modules/system/system.test',
36970   'module' => 'system',
36971   'weight' => '0',
36972 ))
36973 ->values(array(
36974   'name' => 'SystemInfoAlterTestCase',
36975   'type' => 'class',
36976   'filename' => 'modules/system/system.test',
36977   'module' => 'system',
36978   'weight' => '0',
36979 ))
36980 ->values(array(
36981   'name' => 'SystemMainContentFallback',
36982   'type' => 'class',
36983   'filename' => 'modules/system/system.test',
36984   'module' => 'system',
36985   'weight' => '0',
36986 ))
36987 ->values(array(
36988   'name' => 'SystemQueue',
36989   'type' => 'class',
36990   'filename' => 'modules/system/system.queue.inc',
36991   'module' => 'system',
36992   'weight' => '0',
36993 ))
36994 ->values(array(
36995   'name' => 'SystemThemeFunctionalTest',
36996   'type' => 'class',
36997   'filename' => 'modules/system/system.test',
36998   'module' => 'system',
36999   'weight' => '0',
37000 ))
37001 ->values(array(
37002   'name' => 'SystemValidTokenTest',
37003   'type' => 'class',
37004   'filename' => 'modules/system/system.test',
37005   'module' => 'system',
37006   'weight' => '0',
37007 ))
37008 ->values(array(
37009   'name' => 'TableSort',
37010   'type' => 'class',
37011   'filename' => 'includes/tablesort.inc',
37012   'module' => '',
37013   'weight' => '0',
37014 ))
37015 ->values(array(
37016   'name' => 'TableSortTest',
37017   'type' => 'class',
37018   'filename' => 'modules/simpletest/tests/tablesort.test',
37019   'module' => 'simpletest',
37020   'weight' => '0',
37021 ))
37022 ->values(array(
37023   'name' => 'TaxonomyEFQTestCase',
37024   'type' => 'class',
37025   'filename' => 'modules/taxonomy/taxonomy.test',
37026   'module' => 'taxonomy',
37027   'weight' => '0',
37028 ))
37029 ->values(array(
37030   'name' => 'TaxonomyHooksTestCase',
37031   'type' => 'class',
37032   'filename' => 'modules/taxonomy/taxonomy.test',
37033   'module' => 'taxonomy',
37034   'weight' => '0',
37035 ))
37036 ->values(array(
37037   'name' => 'TaxonomyLegacyTestCase',
37038   'type' => 'class',
37039   'filename' => 'modules/taxonomy/taxonomy.test',
37040   'module' => 'taxonomy',
37041   'weight' => '0',
37042 ))
37043 ->values(array(
37044   'name' => 'TaxonomyLoadMultipleTestCase',
37045   'type' => 'class',
37046   'filename' => 'modules/taxonomy/taxonomy.test',
37047   'module' => 'taxonomy',
37048   'weight' => '0',
37049 ))
37050 ->values(array(
37051   'name' => 'TaxonomyRSSTestCase',
37052   'type' => 'class',
37053   'filename' => 'modules/taxonomy/taxonomy.test',
37054   'module' => 'taxonomy',
37055   'weight' => '0',
37056 ))
37057 ->values(array(
37058   'name' => 'TaxonomyTermController',
37059   'type' => 'class',
37060   'filename' => 'modules/taxonomy/taxonomy.module',
37061   'module' => 'taxonomy',
37062   'weight' => '0',
37063 ))
37064 ->values(array(
37065   'name' => 'TaxonomyTermFieldMultipleVocabularyTestCase',
37066   'type' => 'class',
37067   'filename' => 'modules/taxonomy/taxonomy.test',
37068   'module' => 'taxonomy',
37069   'weight' => '0',
37070 ))
37071 ->values(array(
37072   'name' => 'TaxonomyTermFieldTestCase',
37073   'type' => 'class',
37074   'filename' => 'modules/taxonomy/taxonomy.test',
37075   'module' => 'taxonomy',
37076   'weight' => '0',
37077 ))
37078 ->values(array(
37079   'name' => 'TaxonomyTermFunctionTestCase',
37080   'type' => 'class',
37081   'filename' => 'modules/taxonomy/taxonomy.test',
37082   'module' => 'taxonomy',
37083   'weight' => '0',
37084 ))
37085 ->values(array(
37086   'name' => 'TaxonomyTermIndexTestCase',
37087   'type' => 'class',
37088   'filename' => 'modules/taxonomy/taxonomy.test',
37089   'module' => 'taxonomy',
37090   'weight' => '0',
37091 ))
37092 ->values(array(
37093   'name' => 'TaxonomyTermTestCase',
37094   'type' => 'class',
37095   'filename' => 'modules/taxonomy/taxonomy.test',
37096   'module' => 'taxonomy',
37097   'weight' => '0',
37098 ))
37099 ->values(array(
37100   'name' => 'TaxonomyThemeTestCase',
37101   'type' => 'class',
37102   'filename' => 'modules/taxonomy/taxonomy.test',
37103   'module' => 'taxonomy',
37104   'weight' => '0',
37105 ))
37106 ->values(array(
37107   'name' => 'TaxonomyTokenReplaceTestCase',
37108   'type' => 'class',
37109   'filename' => 'modules/taxonomy/taxonomy.test',
37110   'module' => 'taxonomy',
37111   'weight' => '0',
37112 ))
37113 ->values(array(
37114   'name' => 'TaxonomyVocabularyController',
37115   'type' => 'class',
37116   'filename' => 'modules/taxonomy/taxonomy.module',
37117   'module' => 'taxonomy',
37118   'weight' => '0',
37119 ))
37120 ->values(array(
37121   'name' => 'TaxonomyVocabularyFunctionalTest',
37122   'type' => 'class',
37123   'filename' => 'modules/taxonomy/taxonomy.test',
37124   'module' => 'taxonomy',
37125   'weight' => '0',
37126 ))
37127 ->values(array(
37128   'name' => 'TaxonomyVocabularyTestCase',
37129   'type' => 'class',
37130   'filename' => 'modules/taxonomy/taxonomy.test',
37131   'module' => 'taxonomy',
37132   'weight' => '0',
37133 ))
37134 ->values(array(
37135   'name' => 'TaxonomyWebTestCase',
37136   'type' => 'class',
37137   'filename' => 'modules/taxonomy/taxonomy.test',
37138   'module' => 'taxonomy',
37139   'weight' => '0',
37140 ))
37141 ->values(array(
37142   'name' => 'TestFileTransfer',
37143   'type' => 'class',
37144   'filename' => 'modules/simpletest/tests/filetransfer.test',
37145   'module' => 'simpletest',
37146   'weight' => '0',
37147 ))
37148 ->values(array(
37149   'name' => 'TestingMailSystem',
37150   'type' => 'class',
37151   'filename' => 'modules/system/system.mail.inc',
37152   'module' => 'system',
37153   'weight' => '0',
37154 ))
37155 ->values(array(
37156   'name' => 'TextFieldTestCase',
37157   'type' => 'class',
37158   'filename' => 'modules/field/modules/text/text.test',
37159   'module' => 'text',
37160   'weight' => '0',
37161 ))
37162 ->values(array(
37163   'name' => 'TextSummaryTestCase',
37164   'type' => 'class',
37165   'filename' => 'modules/field/modules/text/text.test',
37166   'module' => 'text',
37167   'weight' => '0',
37168 ))
37169 ->values(array(
37170   'name' => 'TextTranslationTestCase',
37171   'type' => 'class',
37172   'filename' => 'modules/field/modules/text/text.test',
37173   'module' => 'text',
37174   'weight' => '0',
37175 ))
37176 ->values(array(
37177   'name' => 'ThemeDebugMarkupTestCase',
37178   'type' => 'class',
37179   'filename' => 'modules/simpletest/tests/theme.test',
37180   'module' => 'simpletest',
37181   'weight' => '0',
37182 ))
37183 ->values(array(
37184   'name' => 'ThemeFastTestCase',
37185   'type' => 'class',
37186   'filename' => 'modules/simpletest/tests/theme.test',
37187   'module' => 'simpletest',
37188   'weight' => '0',
37189 ))
37190 ->values(array(
37191   'name' => 'ThemeHookInitTestCase',
37192   'type' => 'class',
37193   'filename' => 'modules/simpletest/tests/theme.test',
37194   'module' => 'simpletest',
37195   'weight' => '0',
37196 ))
37197 ->values(array(
37198   'name' => 'ThemeItemListUnitTest',
37199   'type' => 'class',
37200   'filename' => 'modules/simpletest/tests/theme.test',
37201   'module' => 'simpletest',
37202   'weight' => '0',
37203 ))
37204 ->values(array(
37205   'name' => 'ThemeLinksTest',
37206   'type' => 'class',
37207   'filename' => 'modules/simpletest/tests/theme.test',
37208   'module' => 'simpletest',
37209   'weight' => '0',
37210 ))
37211 ->values(array(
37212   'name' => 'ThemeRegistry',
37213   'type' => 'class',
37214   'filename' => 'includes/theme.inc',
37215   'module' => '',
37216   'weight' => '0',
37217 ))
37218 ->values(array(
37219   'name' => 'ThemeRegistryTestCase',
37220   'type' => 'class',
37221   'filename' => 'modules/simpletest/tests/theme.test',
37222   'module' => 'simpletest',
37223   'weight' => '0',
37224 ))
37225 ->values(array(
37226   'name' => 'ThemeTableTestCase',
37227   'type' => 'class',
37228   'filename' => 'modules/simpletest/tests/theme.test',
37229   'module' => 'simpletest',
37230   'weight' => '0',
37231 ))
37232 ->values(array(
37233   'name' => 'ThemeTestCase',
37234   'type' => 'class',
37235   'filename' => 'modules/simpletest/tests/theme.test',
37236   'module' => 'simpletest',
37237   'weight' => '0',
37238 ))
37239 ->values(array(
37240   'name' => 'ThemeUpdater',
37241   'type' => 'class',
37242   'filename' => 'modules/system/system.updater.inc',
37243   'module' => 'system',
37244   'weight' => '0',
37245 ))
37246 ->values(array(
37247   'name' => 'TokenReplaceTestCase',
37248   'type' => 'class',
37249   'filename' => 'modules/system/system.test',
37250   'module' => 'system',
37251   'weight' => '0',
37252 ))
37253 ->values(array(
37254   'name' => 'TokenScanTest',
37255   'type' => 'class',
37256   'filename' => 'modules/system/system.test',
37257   'module' => 'system',
37258   'weight' => '0',
37259 ))
37260 ->values(array(
37261   'name' => 'TrackerTest',
37262   'type' => 'class',
37263   'filename' => 'modules/tracker/tracker.test',
37264   'module' => 'tracker',
37265   'weight' => '0',
37266 ))
37267 ->values(array(
37268   'name' => 'TranslatableUpgradePathTestCase',
37269   'type' => 'class',
37270   'filename' => 'modules/simpletest/tests/upgrade/upgrade.translatable.test',
37271   'module' => 'simpletest',
37272   'weight' => '0',
37273 ))
37274 ->values(array(
37275   'name' => 'TranslationTestCase',
37276   'type' => 'class',
37277   'filename' => 'modules/translation/translation.test',
37278   'module' => 'translation',
37279   'weight' => '0',
37280 ))
37281 ->values(array(
37282   'name' => 'TriggerActionTestCase',
37283   'type' => 'class',
37284   'filename' => 'modules/trigger/trigger.test',
37285   'module' => 'trigger',
37286   'weight' => '0',
37287 ))
37288 ->values(array(
37289   'name' => 'TriggerContentTestCase',
37290   'type' => 'class',
37291   'filename' => 'modules/trigger/trigger.test',
37292   'module' => 'trigger',
37293   'weight' => '0',
37294 ))
37295 ->values(array(
37296   'name' => 'TriggerCronTestCase',
37297   'type' => 'class',
37298   'filename' => 'modules/trigger/trigger.test',
37299   'module' => 'trigger',
37300   'weight' => '0',
37301 ))
37302 ->values(array(
37303   'name' => 'TriggerOrphanedActionsTestCase',
37304   'type' => 'class',
37305   'filename' => 'modules/trigger/trigger.test',
37306   'module' => 'trigger',
37307   'weight' => '0',
37308 ))
37309 ->values(array(
37310   'name' => 'TriggerOtherTestCase',
37311   'type' => 'class',
37312   'filename' => 'modules/trigger/trigger.test',
37313   'module' => 'trigger',
37314   'weight' => '0',
37315 ))
37316 ->values(array(
37317   'name' => 'TriggerUnassignTestCase',
37318   'type' => 'class',
37319   'filename' => 'modules/trigger/trigger.test',
37320   'module' => 'trigger',
37321   'weight' => '0',
37322 ))
37323 ->values(array(
37324   'name' => 'TriggerUpdatePathTestCase',
37325   'type' => 'class',
37326   'filename' => 'modules/simpletest/tests/upgrade/update.trigger.test',
37327   'module' => 'simpletest',
37328   'weight' => '0',
37329 ))
37330 ->values(array(
37331   'name' => 'TriggerUserActionTestCase',
37332   'type' => 'class',
37333   'filename' => 'modules/trigger/trigger.test',
37334   'module' => 'trigger',
37335   'weight' => '0',
37336 ))
37337 ->values(array(
37338   'name' => 'TriggerUserTokenTestCase',
37339   'type' => 'class',
37340   'filename' => 'modules/trigger/trigger.test',
37341   'module' => 'trigger',
37342   'weight' => '0',
37343 ))
37344 ->values(array(
37345   'name' => 'TriggerWebTestCase',
37346   'type' => 'class',
37347   'filename' => 'modules/trigger/trigger.test',
37348   'module' => 'trigger',
37349   'weight' => '0',
37350 ))
37351 ->values(array(
37352   'name' => 'TruncateQuery',
37353   'type' => 'class',
37354   'filename' => 'includes/database/query.inc',
37355   'module' => '',
37356   'weight' => '0',
37357 ))
37358 ->values(array(
37359   'name' => 'TruncateQuery_mysql',
37360   'type' => 'class',
37361   'filename' => 'includes/database/mysql/query.inc',
37362   'module' => '',
37363   'weight' => '0',
37364 ))
37365 ->values(array(
37366   'name' => 'TruncateQuery_sqlite',
37367   'type' => 'class',
37368   'filename' => 'includes/database/sqlite/query.inc',
37369   'module' => '',
37370   'weight' => '0',
37371 ))
37372 ->values(array(
37373   'name' => 'UAPhoneNumberTestCase',
37374   'type' => 'class',
37375   'filename' => 'sites/all/modules/phone/tests/phone.ua.test',
37376   'module' => 'phone',
37377   'weight' => '0',
37378 ))
37379 ->values(array(
37380   'name' => 'UKPhoneNumberTestCase',
37381   'type' => 'class',
37382   'filename' => 'sites/all/modules/phone/tests/phone.uk.test',
37383   'module' => 'phone',
37384   'weight' => '0',
37385 ))
37386 ->values(array(
37387   'name' => 'UnicodeUnitTest',
37388   'type' => 'class',
37389   'filename' => 'modules/simpletest/tests/unicode.test',
37390   'module' => 'simpletest',
37391   'weight' => '0',
37392 ))
37393 ->values(array(
37394   'name' => 'UpdateCoreTestCase',
37395   'type' => 'class',
37396   'filename' => 'modules/update/update.test',
37397   'module' => 'update',
37398   'weight' => '0',
37399 ))
37400 ->values(array(
37401   'name' => 'UpdateCoreUnitTestCase',
37402   'type' => 'class',
37403   'filename' => 'modules/update/update.test',
37404   'module' => 'update',
37405   'weight' => '0',
37406 ))
37407 ->values(array(
37408   'name' => 'UpdateDependencyHookInvocationTestCase',
37409   'type' => 'class',
37410   'filename' => 'modules/simpletest/tests/update.test',
37411   'module' => 'simpletest',
37412   'weight' => '0',
37413 ))
37414 ->values(array(
37415   'name' => 'UpdateDependencyMissingTestCase',
37416   'type' => 'class',
37417   'filename' => 'modules/simpletest/tests/update.test',
37418   'module' => 'simpletest',
37419   'weight' => '0',
37420 ))
37421 ->values(array(
37422   'name' => 'UpdateDependencyOrderingTestCase',
37423   'type' => 'class',
37424   'filename' => 'modules/simpletest/tests/update.test',
37425   'module' => 'simpletest',
37426   'weight' => '0',
37427 ))
37428 ->values(array(
37429   'name' => 'UpdateFeedItemTestCase',
37430   'type' => 'class',
37431   'filename' => 'modules/aggregator/aggregator.test',
37432   'module' => 'aggregator',
37433   'weight' => '0',
37434 ))
37435 ->values(array(
37436   'name' => 'UpdateFeedTestCase',
37437   'type' => 'class',
37438   'filename' => 'modules/aggregator/aggregator.test',
37439   'module' => 'aggregator',
37440   'weight' => '0',
37441 ))
37442 ->values(array(
37443   'name' => 'UpdatePathTestCase',
37444   'type' => 'class',
37445   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
37446   'module' => 'simpletest',
37447   'weight' => '0',
37448 ))
37449 ->values(array(
37450   'name' => 'UpdateQuery',
37451   'type' => 'class',
37452   'filename' => 'includes/database/query.inc',
37453   'module' => '',
37454   'weight' => '0',
37455 ))
37456 ->values(array(
37457   'name' => 'UpdateQuery_pgsql',
37458   'type' => 'class',
37459   'filename' => 'includes/database/pgsql/query.inc',
37460   'module' => '',
37461   'weight' => '0',
37462 ))
37463 ->values(array(
37464   'name' => 'UpdateQuery_sqlite',
37465   'type' => 'class',
37466   'filename' => 'includes/database/sqlite/query.inc',
37467   'module' => '',
37468   'weight' => '0',
37469 ))
37470 ->values(array(
37471   'name' => 'Updater',
37472   'type' => 'class',
37473   'filename' => 'includes/updater.inc',
37474   'module' => '',
37475   'weight' => '0',
37476 ))
37477 ->values(array(
37478   'name' => 'UpdaterException',
37479   'type' => 'class',
37480   'filename' => 'includes/updater.inc',
37481   'module' => '',
37482   'weight' => '0',
37483 ))
37484 ->values(array(
37485   'name' => 'UpdaterFileTransferException',
37486   'type' => 'class',
37487   'filename' => 'includes/updater.inc',
37488   'module' => '',
37489   'weight' => '0',
37490 ))
37491 ->values(array(
37492   'name' => 'UpdateScriptFunctionalTest',
37493   'type' => 'class',
37494   'filename' => 'modules/system/system.test',
37495   'module' => 'system',
37496   'weight' => '0',
37497 ))
37498 ->values(array(
37499   'name' => 'UpdateTestContribCase',
37500   'type' => 'class',
37501   'filename' => 'modules/update/update.test',
37502   'module' => 'update',
37503   'weight' => '0',
37504 ))
37505 ->values(array(
37506   'name' => 'UpdateTestHelper',
37507   'type' => 'class',
37508   'filename' => 'modules/update/update.test',
37509   'module' => 'update',
37510   'weight' => '0',
37511 ))
37512 ->values(array(
37513   'name' => 'UpdateTestUploadCase',
37514   'type' => 'class',
37515   'filename' => 'modules/update/update.test',
37516   'module' => 'update',
37517   'weight' => '0',
37518 ))
37519 ->values(array(
37520   'name' => 'UpgradePathTaxonomyTestCase',
37521   'type' => 'class',
37522   'filename' => 'modules/simpletest/tests/upgrade/upgrade.taxonomy.test',
37523   'module' => 'simpletest',
37524   'weight' => '0',
37525 ))
37526 ->values(array(
37527   'name' => 'UpgradePathTestCase',
37528   'type' => 'class',
37529   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
37530   'module' => 'simpletest',
37531   'weight' => '0',
37532 ))
37533 ->values(array(
37534   'name' => 'UpgradePathTriggerTestCase',
37535   'type' => 'class',
37536   'filename' => 'modules/simpletest/tests/upgrade/upgrade.trigger.test',
37537   'module' => 'simpletest',
37538   'weight' => '0',
37539 ))
37540 ->values(array(
37541   'name' => 'UploadUpgradePathTestCase',
37542   'type' => 'class',
37543   'filename' => 'modules/simpletest/tests/upgrade/upgrade.upload.test',
37544   'module' => 'simpletest',
37545   'weight' => '0',
37546 ))
37547 ->values(array(
37548   'name' => 'UrlAlterFunctionalTest',
37549   'type' => 'class',
37550   'filename' => 'modules/simpletest/tests/path.test',
37551   'module' => 'simpletest',
37552   'weight' => '0',
37553 ))
37554 ->values(array(
37555   'name' => 'UserAccountLinksUnitTests',
37556   'type' => 'class',
37557   'filename' => 'modules/user/user.test',
37558   'module' => 'user',
37559   'weight' => '0',
37560 ))
37561 ->values(array(
37562   'name' => 'UserAdminTestCase',
37563   'type' => 'class',
37564   'filename' => 'modules/user/user.test',
37565   'module' => 'user',
37566   'weight' => '0',
37567 ))
37568 ->values(array(
37569   'name' => 'UserAuthmapAssignmentTestCase',
37570   'type' => 'class',
37571   'filename' => 'modules/user/user.test',
37572   'module' => 'user',
37573   'weight' => '0',
37574 ))
37575 ->values(array(
37576   'name' => 'UserAutocompleteTestCase',
37577   'type' => 'class',
37578   'filename' => 'modules/user/user.test',
37579   'module' => 'user',
37580   'weight' => '0',
37581 ))
37582 ->values(array(
37583   'name' => 'UserBlocksUnitTests',
37584   'type' => 'class',
37585   'filename' => 'modules/user/user.test',
37586   'module' => 'user',
37587   'weight' => '0',
37588 ))
37589 ->values(array(
37590   'name' => 'UserCancelTestCase',
37591   'type' => 'class',
37592   'filename' => 'modules/user/user.test',
37593   'module' => 'user',
37594   'weight' => '0',
37595 ))
37596 ->values(array(
37597   'name' => 'UserController',
37598   'type' => 'class',
37599   'filename' => 'modules/user/user.module',
37600   'module' => 'user',
37601   'weight' => '0',
37602 ))
37603 ->values(array(
37604   'name' => 'UserCreateTestCase',
37605   'type' => 'class',
37606   'filename' => 'modules/user/user.test',
37607   'module' => 'user',
37608   'weight' => '0',
37609 ))
37610 ->values(array(
37611   'name' => 'UserEditedOwnAccountTestCase',
37612   'type' => 'class',
37613   'filename' => 'modules/user/user.test',
37614   'module' => 'user',
37615   'weight' => '0',
37616 ))
37617 ->values(array(
37618   'name' => 'UserEditTestCase',
37619   'type' => 'class',
37620   'filename' => 'modules/user/user.test',
37621   'module' => 'user',
37622   'weight' => '0',
37623 ))
37624 ->values(array(
37625   'name' => 'UserLoginTestCase',
37626   'type' => 'class',
37627   'filename' => 'modules/user/user.test',
37628   'module' => 'user',
37629   'weight' => '0',
37630 ))
37631 ->values(array(
37632   'name' => 'UserPasswordResetTestCase',
37633   'type' => 'class',
37634   'filename' => 'modules/user/user.test',
37635   'module' => 'user',
37636   'weight' => '0',
37637 ))
37638 ->values(array(
37639   'name' => 'UserPermissionsTestCase',
37640   'type' => 'class',
37641   'filename' => 'modules/user/user.test',
37642   'module' => 'user',
37643   'weight' => '0',
37644 ))
37645 ->values(array(
37646   'name' => 'UserPictureTestCase',
37647   'type' => 'class',
37648   'filename' => 'modules/user/user.test',
37649   'module' => 'user',
37650   'weight' => '0',
37651 ))
37652 ->values(array(
37653   'name' => 'UserRegistrationTestCase',
37654   'type' => 'class',
37655   'filename' => 'modules/user/user.test',
37656   'module' => 'user',
37657   'weight' => '0',
37658 ))
37659 ->values(array(
37660   'name' => 'UserRoleAdminTestCase',
37661   'type' => 'class',
37662   'filename' => 'modules/user/user.test',
37663   'module' => 'user',
37664   'weight' => '0',
37665 ))
37666 ->values(array(
37667   'name' => 'UserRolesAssignmentTestCase',
37668   'type' => 'class',
37669   'filename' => 'modules/user/user.test',
37670   'module' => 'user',
37671   'weight' => '0',
37672 ))
37673 ->values(array(
37674   'name' => 'UserSaveTestCase',
37675   'type' => 'class',
37676   'filename' => 'modules/user/user.test',
37677   'module' => 'user',
37678   'weight' => '0',
37679 ))
37680 ->values(array(
37681   'name' => 'UserSignatureTestCase',
37682   'type' => 'class',
37683   'filename' => 'modules/user/user.test',
37684   'module' => 'user',
37685   'weight' => '0',
37686 ))
37687 ->values(array(
37688   'name' => 'UserTimeZoneFunctionalTest',
37689   'type' => 'class',
37690   'filename' => 'modules/user/user.test',
37691   'module' => 'user',
37692   'weight' => '0',
37693 ))
37694 ->values(array(
37695   'name' => 'UserTokenReplaceTestCase',
37696   'type' => 'class',
37697   'filename' => 'modules/user/user.test',
37698   'module' => 'user',
37699   'weight' => '0',
37700 ))
37701 ->values(array(
37702   'name' => 'UserUpdatePathTestCase',
37703   'type' => 'class',
37704   'filename' => 'modules/simpletest/tests/upgrade/update.user.test',
37705   'module' => 'simpletest',
37706   'weight' => '0',
37707 ))
37708 ->values(array(
37709   'name' => 'UserUpgradePathDuplicatedPermissionTestCase',
37710   'type' => 'class',
37711   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
37712   'module' => 'simpletest',
37713   'weight' => '0',
37714 ))
37715 ->values(array(
37716   'name' => 'UserUpgradePathNoPasswordTokenTestCase',
37717   'type' => 'class',
37718   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
37719   'module' => 'simpletest',
37720   'weight' => '0',
37721 ))
37722 ->values(array(
37723   'name' => 'UserUpgradePathPasswordTokenTestCase',
37724   'type' => 'class',
37725   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
37726   'module' => 'simpletest',
37727   'weight' => '0',
37728 ))
37729 ->values(array(
37730   'name' => 'UserUserSearchTestCase',
37731   'type' => 'class',
37732   'filename' => 'modules/user/user.test',
37733   'module' => 'user',
37734   'weight' => '0',
37735 ))
37736 ->values(array(
37737   'name' => 'UserValidateCurrentPassCustomForm',
37738   'type' => 'class',
37739   'filename' => 'modules/user/user.test',
37740   'module' => 'user',
37741   'weight' => '0',
37742 ))
37743 ->values(array(
37744   'name' => 'UserValidationTestCase',
37745   'type' => 'class',
37746   'filename' => 'modules/user/user.test',
37747   'module' => 'user',
37748   'weight' => '0',
37749 ))
37750 ->values(array(
37751   'name' => 'ValidUrlTestCase',
37752   'type' => 'class',
37753   'filename' => 'modules/simpletest/tests/common.test',
37754   'module' => 'simpletest',
37755   'weight' => '0',
37756 ))
37757 ->values(array(
37758   'name' => 'ViewsAccessTest',
37759   'type' => 'class',
37760   'filename' => 'sites/all/modules/views/tests/views_access.test',
37761   'module' => 'views',
37762   'weight' => '0',
37763 ))
37764 ->values(array(
37765   'name' => 'ViewsAnalyzeTest',
37766   'type' => 'class',
37767   'filename' => 'sites/all/modules/views/tests/views_analyze.test',
37768   'module' => 'views',
37769   'weight' => '0',
37770 ))
37771 ->values(array(
37772   'name' => 'ViewsArgumentDefaultTest',
37773   'type' => 'class',
37774   'filename' => 'sites/all/modules/views/tests/views_argument_default.test',
37775   'module' => 'views',
37776   'weight' => '0',
37777 ))
37778 ->values(array(
37779   'name' => 'ViewsArgumentValidatorTest',
37780   'type' => 'class',
37781   'filename' => 'sites/all/modules/views/tests/views_argument_validator.test',
37782   'module' => 'views',
37783   'weight' => '0',
37784 ))
37785 ->values(array(
37786   'name' => 'ViewsBasicTest',
37787   'type' => 'class',
37788   'filename' => 'sites/all/modules/views/tests/views_basic.test',
37789   'module' => 'views',
37790   'weight' => '0',
37791 ))
37792 ->values(array(
37793   'name' => 'ViewsCacheTest',
37794   'type' => 'class',
37795   'filename' => 'sites/all/modules/views/tests/views_cache.test',
37796   'module' => 'views',
37797   'weight' => '0',
37798 ))
37799 ->values(array(
37800   'name' => 'ViewsExposedFormTest',
37801   'type' => 'class',
37802   'filename' => 'sites/all/modules/views/tests/views_exposed_form.test',
37803   'module' => 'views',
37804   'weight' => '0',
37805 ))
37806 ->values(array(
37807   'name' => 'viewsFieldApiDataTest',
37808   'type' => 'class',
37809   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
37810   'module' => 'views',
37811   'weight' => '0',
37812 ))
37813 ->values(array(
37814   'name' => 'ViewsFieldApiTestHelper',
37815   'type' => 'class',
37816   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
37817   'module' => 'views',
37818   'weight' => '0',
37819 ))
37820 ->values(array(
37821   'name' => 'ViewsGlossaryTestCase',
37822   'type' => 'class',
37823   'filename' => 'sites/all/modules/views/tests/views_glossary.test',
37824   'module' => 'views',
37825   'weight' => '0',
37826 ))
37827 ->values(array(
37828   'name' => 'ViewsHandlerAreaTextTest',
37829   'type' => 'class',
37830   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_area_text.test',
37831   'module' => 'views',
37832   'weight' => '0',
37833 ))
37834 ->values(array(
37835   'name' => 'viewsHandlerArgumentCommentUserUidTest',
37836   'type' => 'class',
37837   'filename' => 'sites/all/modules/views/tests/comment/views_handler_argument_comment_user_uid.test',
37838   'module' => 'views',
37839   'weight' => '0',
37840 ))
37841 ->values(array(
37842   'name' => 'ViewsHandlerArgumentNullTest',
37843   'type' => 'class',
37844   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_null.test',
37845   'module' => 'views',
37846   'weight' => '0',
37847 ))
37848 ->values(array(
37849   'name' => 'ViewsHandlerArgumentStringTest',
37850   'type' => 'class',
37851   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_string.test',
37852   'module' => 'views',
37853   'weight' => '0',
37854 ))
37855 ->values(array(
37856   'name' => 'ViewsHandlerFieldBooleanTest',
37857   'type' => 'class',
37858   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_boolean.test',
37859   'module' => 'views',
37860   'weight' => '0',
37861 ))
37862 ->values(array(
37863   'name' => 'ViewsHandlerFieldCustomTest',
37864   'type' => 'class',
37865   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_custom.test',
37866   'module' => 'views',
37867   'weight' => '0',
37868 ))
37869 ->values(array(
37870   'name' => 'ViewsHandlerFieldDateTest',
37871   'type' => 'class',
37872   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_date.test',
37873   'module' => 'views',
37874   'weight' => '0',
37875 ))
37876 ->values(array(
37877   'name' => 'viewsHandlerFieldFieldTest',
37878   'type' => 'class',
37879   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
37880   'module' => 'views',
37881   'weight' => '0',
37882 ))
37883 ->values(array(
37884   'name' => 'ViewsHandlerFieldMath',
37885   'type' => 'class',
37886   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_math.test',
37887   'module' => 'views',
37888   'weight' => '0',
37889 ))
37890 ->values(array(
37891   'name' => 'ViewsHandlerFieldTest',
37892   'type' => 'class',
37893   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field.test',
37894   'module' => 'views',
37895   'weight' => '0',
37896 ))
37897 ->values(array(
37898   'name' => 'ViewsHandlerFieldUrlTest',
37899   'type' => 'class',
37900   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_url.test',
37901   'module' => 'views',
37902   'weight' => '0',
37903 ))
37904 ->values(array(
37905   'name' => 'viewsHandlerFieldUserNameTest',
37906   'type' => 'class',
37907   'filename' => 'sites/all/modules/views/tests/user/views_handler_field_user_name.test',
37908   'module' => 'views',
37909   'weight' => '0',
37910 ))
37911 ->values(array(
37912   'name' => 'ViewsHandlerFilterCombineTest',
37913   'type' => 'class',
37914   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_combine.test',
37915   'module' => 'views',
37916   'weight' => '0',
37917 ))
37918 ->values(array(
37919   'name' => 'viewsHandlerFilterCommentUserUidTest',
37920   'type' => 'class',
37921   'filename' => 'sites/all/modules/views/tests/comment/views_handler_filter_comment_user_uid.test',
37922   'module' => 'views',
37923   'weight' => '0',
37924 ))
37925 ->values(array(
37926   'name' => 'ViewsHandlerFilterCounterTest',
37927   'type' => 'class',
37928   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_counter.test',
37929   'module' => 'views',
37930   'weight' => '0',
37931 ))
37932 ->values(array(
37933   'name' => 'ViewsHandlerFilterDateTest',
37934   'type' => 'class',
37935   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_date.test',
37936   'module' => 'views',
37937   'weight' => '0',
37938 ))
37939 ->values(array(
37940   'name' => 'ViewsHandlerFilterEqualityTest',
37941   'type' => 'class',
37942   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_equality.test',
37943   'module' => 'views',
37944   'weight' => '0',
37945 ))
37946 ->values(array(
37947   'name' => 'ViewsHandlerFilterInOperator',
37948   'type' => 'class',
37949   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_in_operator.test',
37950   'module' => 'views',
37951   'weight' => '0',
37952 ))
37953 ->values(array(
37954   'name' => 'ViewsHandlerFilterNumericTest',
37955   'type' => 'class',
37956   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_numeric.test',
37957   'module' => 'views',
37958   'weight' => '0',
37959 ))
37960 ->values(array(
37961   'name' => 'ViewsHandlerFilterStringTest',
37962   'type' => 'class',
37963   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_string.test',
37964   'module' => 'views',
37965   'weight' => '0',
37966 ))
37967 ->values(array(
37968   'name' => 'ViewsHandlerRelationshipNodeTermDataTest',
37969   'type' => 'class',
37970   'filename' => 'sites/all/modules/views/tests/taxonomy/views_handler_relationship_node_term_data.test',
37971   'module' => 'views',
37972   'weight' => '0',
37973 ))
37974 ->values(array(
37975   'name' => 'ViewsHandlerSortDateTest',
37976   'type' => 'class',
37977   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_date.test',
37978   'module' => 'views',
37979   'weight' => '0',
37980 ))
37981 ->values(array(
37982   'name' => 'ViewsHandlerSortRandomTest',
37983   'type' => 'class',
37984   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_random.test',
37985   'module' => 'views',
37986   'weight' => '0',
37987 ))
37988 ->values(array(
37989   'name' => 'ViewsHandlerSortTest',
37990   'type' => 'class',
37991   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort.test',
37992   'module' => 'views',
37993   'weight' => '0',
37994 ))
37995 ->values(array(
37996   'name' => 'ViewsHandlersTest',
37997   'type' => 'class',
37998   'filename' => 'sites/all/modules/views/tests/views_handlers.test',
37999   'module' => 'views',
38000   'weight' => '0',
38001 ))
38002 ->values(array(
38003   'name' => 'ViewsHandlerTestFileSize',
38004   'type' => 'class',
38005   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_file_size.test',
38006   'module' => 'views',
38007   'weight' => '0',
38008 ))
38009 ->values(array(
38010   'name' => 'ViewsHandlerTestXss',
38011   'type' => 'class',
38012   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_xss.test',
38013   'module' => 'views',
38014   'weight' => '0',
38015 ))
38016 ->values(array(
38017   'name' => 'ViewsModuleTest',
38018   'type' => 'class',
38019   'filename' => 'sites/all/modules/views/tests/views_module.test',
38020   'module' => 'views',
38021   'weight' => '0',
38022 ))
38023 ->values(array(
38024   'name' => 'ViewsNodeRevisionRelationsTestCase',
38025   'type' => 'class',
38026   'filename' => 'sites/all/modules/views/tests/node/views_node_revision_relations.test',
38027   'module' => 'views',
38028   'weight' => '0',
38029 ))
38030 ->values(array(
38031   'name' => 'ViewsPagerTest',
38032   'type' => 'class',
38033   'filename' => 'sites/all/modules/views/tests/views_pager.test',
38034   'module' => 'views',
38035   'weight' => '0',
38036 ))
38037 ->values(array(
38038   'name' => 'ViewsPagerTestCase',
38039   'type' => 'class',
38040   'filename' => 'sites/all/modules/date/tests/date_views_pager.test',
38041   'module' => 'date',
38042   'weight' => '0',
38043 ))
38044 ->values(array(
38045   'name' => 'ViewsPluginDisplayTestCase',
38046   'type' => 'class',
38047   'filename' => 'sites/all/modules/views/tests/plugins/views_plugin_display.test',
38048   'module' => 'views',
38049   'weight' => '0',
38050 ))
38051 ->values(array(
38052   'name' => 'viewsPluginStyleJumpMenuTest',
38053   'type' => 'class',
38054   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_jump_menu.test',
38055   'module' => 'views',
38056   'weight' => '0',
38057 ))
38058 ->values(array(
38059   'name' => 'ViewsPluginStyleMappingTest',
38060   'type' => 'class',
38061   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_mapping.test',
38062   'module' => 'views',
38063   'weight' => '0',
38064 ))
38065 ->values(array(
38066   'name' => 'ViewsPluginStyleTestBase',
38067   'type' => 'class',
38068   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_base.test',
38069   'module' => 'views',
38070   'weight' => '0',
38071 ))
38072 ->values(array(
38073   'name' => 'ViewsPluginStyleTestCase',
38074   'type' => 'class',
38075   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style.test',
38076   'module' => 'views',
38077   'weight' => '0',
38078 ))
38079 ->values(array(
38080   'name' => 'ViewsPluginStyleUnformattedTestCase',
38081   'type' => 'class',
38082   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_unformatted.test',
38083   'module' => 'views',
38084   'weight' => '0',
38085 ))
38086 ->values(array(
38087   'name' => 'ViewsQueryGroupByTest',
38088   'type' => 'class',
38089   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
38090   'module' => 'views',
38091   'weight' => '0',
38092 ))
38093 ->values(array(
38094   'name' => 'ViewsSqlTest',
38095   'type' => 'class',
38096   'filename' => 'sites/all/modules/views/tests/views_query.test',
38097   'module' => 'views',
38098   'weight' => '0',
38099 ))
38100 ->values(array(
38101   'name' => 'ViewsTestCase',
38102   'type' => 'class',
38103   'filename' => 'sites/all/modules/views/tests/views_query.test',
38104   'module' => 'views',
38105   'weight' => '0',
38106 ))
38107 ->values(array(
38108   'name' => 'ViewsTranslatableTest',
38109   'type' => 'class',
38110   'filename' => 'sites/all/modules/views/tests/views_translatable.test',
38111   'module' => 'views',
38112   'weight' => '0',
38113 ))
38114 ->values(array(
38115   'name' => 'viewsUiGroupbyTestCase',
38116   'type' => 'class',
38117   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
38118   'module' => 'views',
38119   'weight' => '0',
38120 ))
38121 ->values(array(
38122   'name' => 'ViewsUIWizardBasicTestCase',
38123   'type' => 'class',
38124   'filename' => 'sites/all/modules/views/tests/views_ui.test',
38125   'module' => 'views',
38126   'weight' => '0',
38127 ))
38128 ->values(array(
38129   'name' => 'ViewsUIWizardDefaultViewsTestCase',
38130   'type' => 'class',
38131   'filename' => 'sites/all/modules/views/tests/views_ui.test',
38132   'module' => 'views',
38133   'weight' => '0',
38134 ))
38135 ->values(array(
38136   'name' => 'ViewsUIWizardHelper',
38137   'type' => 'class',
38138   'filename' => 'sites/all/modules/views/tests/views_ui.test',
38139   'module' => 'views',
38140   'weight' => '0',
38141 ))
38142 ->values(array(
38143   'name' => 'ViewsUIWizardItemsPerPageTestCase',
38144   'type' => 'class',
38145   'filename' => 'sites/all/modules/views/tests/views_ui.test',
38146   'module' => 'views',
38147   'weight' => '0',
38148 ))
38149 ->values(array(
38150   'name' => 'ViewsUIWizardJumpMenuTestCase',
38151   'type' => 'class',
38152   'filename' => 'sites/all/modules/views/tests/views_ui.test',
38153   'module' => 'views',
38154   'weight' => '0',
38155 ))
38156 ->values(array(
38157   'name' => 'ViewsUIWizardMenuTestCase',
38158   'type' => 'class',
38159   'filename' => 'sites/all/modules/views/tests/views_ui.test',
38160   'module' => 'views',
38161   'weight' => '0',
38162 ))
38163 ->values(array(
38164   'name' => 'ViewsUIWizardOverrideDisplaysTestCase',
38165   'type' => 'class',
38166   'filename' => 'sites/all/modules/views/tests/views_ui.test',
38167   'module' => 'views',
38168   'weight' => '0',
38169 ))
38170 ->values(array(
38171   'name' => 'ViewsUIWizardSortingTestCase',
38172   'type' => 'class',
38173   'filename' => 'sites/all/modules/views/tests/views_ui.test',
38174   'module' => 'views',
38175   'weight' => '0',
38176 ))
38177 ->values(array(
38178   'name' => 'ViewsUIWizardTaggedWithTestCase',
38179   'type' => 'class',
38180   'filename' => 'sites/all/modules/views/tests/views_ui.test',
38181   'module' => 'views',
38182   'weight' => '0',
38183 ))
38184 ->values(array(
38185   'name' => 'ViewsUpgradeTestCase',
38186   'type' => 'class',
38187   'filename' => 'sites/all/modules/views/tests/views_upgrade.test',
38188   'module' => 'views',
38189   'weight' => '0',
38190 ))
38191 ->values(array(
38192   'name' => 'ViewsUserArgumentDefault',
38193   'type' => 'class',
38194   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_default.test',
38195   'module' => 'views',
38196   'weight' => '0',
38197 ))
38198 ->values(array(
38199   'name' => 'ViewsUserArgumentValidate',
38200   'type' => 'class',
38201   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_validate.test',
38202   'module' => 'views',
38203   'weight' => '0',
38204 ))
38205 ->values(array(
38206   'name' => 'ViewsUserTestCase',
38207   'type' => 'class',
38208   'filename' => 'sites/all/modules/views/tests/user/views_user.test',
38209   'module' => 'views',
38210   'weight' => '0',
38211 ))
38212 ->values(array(
38213   'name' => 'ViewsViewTest',
38214   'type' => 'class',
38215   'filename' => 'sites/all/modules/views/tests/views_view.test',
38216   'module' => 'views',
38217   'weight' => '0',
38218 ))
38219 ->values(array(
38220   'name' => 'XMLRPCBasicTestCase',
38221   'type' => 'class',
38222   'filename' => 'modules/simpletest/tests/xmlrpc.test',
38223   'module' => 'simpletest',
38224   'weight' => '0',
38225 ))
38226 ->values(array(
38227   'name' => 'XMLRPCMessagesTestCase',
38228   'type' => 'class',
38229   'filename' => 'modules/simpletest/tests/xmlrpc.test',
38230   'module' => 'simpletest',
38231   'weight' => '0',
38232 ))
38233 ->values(array(
38234   'name' => 'XMLRPCValidator1IncTestCase',
38235   'type' => 'class',
38236   'filename' => 'modules/simpletest/tests/xmlrpc.test',
38237   'module' => 'simpletest',
38238   'weight' => '0',
38239 ))
38240 ->values(array(
38241   'name' => 'ZAPhoneNumberTestCase',
38242   'type' => 'class',
38243   'filename' => 'sites/all/modules/phone/tests/phone.za.test',
38244   'module' => 'phone',
38245   'weight' => '0',
38246 ))
38247 ->execute();
38248
38249 $connection->schema()->createTable('registry_file', array(
38250   'fields' => array(
38251     'filename' => array(
38252       'type' => 'varchar',
38253       'not null' => TRUE,
38254       'length' => '255',
38255     ),
38256     'hash' => array(
38257       'type' => 'varchar',
38258       'not null' => TRUE,
38259       'length' => '64',
38260     ),
38261   ),
38262   'primary key' => array(
38263     'filename',
38264   ),
38265   'mysql_character_set' => 'utf8',
38266 ));
38267
38268 $connection->insert('registry_file')
38269 ->fields(array(
38270   'filename',
38271   'hash',
38272 ))
38273 ->values(array(
38274   'filename' => 'includes/actions.inc',
38275   'hash' => 'f36b066681463c7dfe189e0430cb1a89bf66f7e228cbb53cdfcd93987193f759',
38276 ))
38277 ->values(array(
38278   'filename' => 'includes/ajax.inc',
38279   'hash' => 'a22c8f7345c1f714ea40bbaa1385fa0e3763b389c82656cf6ff3e4d051532ee4',
38280 ))
38281 ->values(array(
38282   'filename' => 'includes/archiver.inc',
38283   'hash' => 'bdbb21b712a62f6b913590b609fd17cd9f3c3b77c0d21f68e71a78427ed2e3e9',
38284 ))
38285 ->values(array(
38286   'filename' => 'includes/authorize.inc',
38287   'hash' => '6d64d8c21aa01eb12fc29918732e4df6b871ed06e5d41373cb95c197ed661d13',
38288 ))
38289 ->values(array(
38290   'filename' => 'includes/batch.inc',
38291   'hash' => '1fe00f9a25481cd43e19fbd6bd37b7ff9dca79f8405ec3e55ffb011be12ec2c3',
38292 ))
38293 ->values(array(
38294   'filename' => 'includes/batch.queue.inc',
38295   'hash' => '554b2e92e1dad0f7fd5a19cb8dff7e109f10fbe2441a5692d076338ec908de0f',
38296 ))
38297 ->values(array(
38298   'filename' => 'includes/bootstrap.inc',
38299   'hash' => '245deaa370fa492dae401e2eee215f771f9ffbba14c1ff50631a6a4b2b3c771e',
38300 ))
38301 ->values(array(
38302   'filename' => 'includes/cache-install.inc',
38303   'hash' => 'e7ed123c5805703c84ad2cce9c1ca46b3ce8caeeea0d8ef39a3024a4ab95fa0e',
38304 ))
38305 ->values(array(
38306   'filename' => 'includes/cache.inc',
38307   'hash' => 'ee0bf13c7e067695dffcb9ade3b79fea82a3a8db9e9a422ebfcc91c383aa4b4c',
38308 ))
38309 ->values(array(
38310   'filename' => 'includes/common.inc',
38311   'hash' => 'd64557e1027136d80e66c329133336412c8301b48c6703943494cff1309f934c',
38312 ))
38313 ->values(array(
38314   'filename' => 'includes/database/database.inc',
38315   'hash' => '27f874fb21e1a85c86e0317669e2e26c1c6611a5e913c5bbce4c7aa62734edfe',
38316 ))
38317 ->values(array(
38318   'filename' => 'includes/database/log.inc',
38319   'hash' => '9feb5a17ae2fabcf26a96d2a634ba73da501f7bcfc3599a693d916a6971d00d1',
38320 ))
38321 ->values(array(
38322   'filename' => 'includes/database/mysql/database.inc',
38323   'hash' => 'f021edd0e2b5e315336eb6b5e481b9516c12de78dff2c468be3d7fd0d3672665',
38324 ))
38325 ->values(array(
38326   'filename' => 'includes/database/mysql/install.inc',
38327   'hash' => '6ae316941f771732fbbabed7e1d6b4cbb41b1f429dd097d04b3345aa15e461a0',
38328 ))
38329 ->values(array(
38330   'filename' => 'includes/database/mysql/query.inc',
38331   'hash' => '0212a871646c223bf77aa26b945c77a8974855373967b5fb9fdc09f8a1de88a6',
38332 ))
38333 ->values(array(
38334   'filename' => 'includes/database/mysql/schema.inc',
38335   'hash' => '6f43ac87508f868fe38ee09994fc18d69915bada0237f8ac3b717cafe8f22c6b',
38336 ))
38337 ->values(array(
38338   'filename' => 'includes/database/pgsql/database.inc',
38339   'hash' => 'd737f95947d78eb801e8ec8ca8b01e72d2e305924efce8abca0a98c1b5264cff',
38340 ))
38341 ->values(array(
38342   'filename' => 'includes/database/pgsql/install.inc',
38343   'hash' => '585b80c5bbd6f134bff60d06397f15154657a577d4da8d1b181858905f09dea5',
38344 ))
38345 ->values(array(
38346   'filename' => 'includes/database/pgsql/query.inc',
38347   'hash' => '0df57377686c921e722a10b49d5e433b131176c8059a4ace4680964206fc14b4',
38348 ))
38349 ->values(array(
38350   'filename' => 'includes/database/pgsql/schema.inc',
38351   'hash' => '1588daadfa53506aa1f5d94572162a45a46dc3ceabdd0e2f224532ded6508403',
38352 ))
38353 ->values(array(
38354   'filename' => 'includes/database/pgsql/select.inc',
38355   'hash' => 'fd4bba7887c1dc6abc8f080fc3a76c01d92ea085434e355dc1ecb50d8743c22d',
38356 ))
38357 ->values(array(
38358   'filename' => 'includes/database/prefetch.inc',
38359   'hash' => 'b5b207a66a69ecb52ee4f4459af16a7b5eabedc87254245f37cc33bebb61c0fb',
38360 ))
38361 ->values(array(
38362   'filename' => 'includes/database/query.inc',
38363   'hash' => '4016a397f10f071cac338fd0a9b004296106e42ab2b9db8c7ff0db341658e88f',
38364 ))
38365 ->values(array(
38366   'filename' => 'includes/database/schema.inc',
38367   'hash' => '9fecfd13fc1d4056a62d385840dccd052ea0e184dc47101f4bd8f57f10b68174',
38368 ))
38369 ->values(array(
38370   'filename' => 'includes/database/select.inc',
38371   'hash' => '5e9cdc383564ba86cb9dcad0046990ce15415a3000e4f617d6e0f30a205b852c',
38372 ))
38373 ->values(array(
38374   'filename' => 'includes/database/sqlite/database.inc',
38375   'hash' => '4281c6e80932560ecbeb07d1757efd133e8699a6fccf58c27a55df0f71794622',
38376 ))
38377 ->values(array(
38378   'filename' => 'includes/database/sqlite/install.inc',
38379   'hash' => '6620f354aa175a116ba3a0562c980d86cc3b8b481042fc3cc5ed6a4d1a7a6d74',
38380 ))
38381 ->values(array(
38382   'filename' => 'includes/database/sqlite/query.inc',
38383   'hash' => 'f33ab1b6350736a231a4f3f93012d3aac4431ac4e5510fb3a015a5aa6cab8303',
38384 ))
38385 ->values(array(
38386   'filename' => 'includes/database/sqlite/schema.inc',
38387   'hash' => 'cd829700205a8574f8b9d88cd1eaf909519c64754c6f84d6c62b5d21f5886f8d',
38388 ))
38389 ->values(array(
38390   'filename' => 'includes/database/sqlite/select.inc',
38391   'hash' => '8d1c426dbd337733c206cce9f59a172546c6ed856d8ef3f1c7bef05a16f7bf68',
38392 ))
38393 ->values(array(
38394   'filename' => 'includes/date.inc',
38395   'hash' => '18c047be64f201e16d189f1cc47ed9dcf0a145151b1ee187e90511b24e5d2b36',
38396 ))
38397 ->values(array(
38398   'filename' => 'includes/entity.inc',
38399   'hash' => 'e4fc9ff21b165a804d7ac4f036b3b5bd1d3c73da7029bf3f761d4bdee9ae3c96',
38400 ))
38401 ->values(array(
38402   'filename' => 'includes/errors.inc',
38403   'hash' => '72cc29840b24830df98a5628286b4d82738f2abbb78e69b4980310ff12062668',
38404 ))
38405 ->values(array(
38406   'filename' => 'includes/file.inc',
38407   'hash' => '9de0398940bf2db560902736f1832d8b72b3e8b49dbbaba5f94c9331425ee04a',
38408 ))
38409 ->values(array(
38410   'filename' => 'includes/file.mimetypes.inc',
38411   'hash' => '33266e837f4ce076378e7e8cef6c5af46446226ca4259f83e13f605856a7f147',
38412 ))
38413 ->values(array(
38414   'filename' => 'includes/filetransfer/filetransfer.inc',
38415   'hash' => 'fdea8ae48345ec91885ac48a9bc53daf87616271472bb7c29b7e3ce219b22034',
38416 ))
38417 ->values(array(
38418   'filename' => 'includes/filetransfer/ftp.inc',
38419   'hash' => '51eb119b8e1221d598ffa6cc46c8a322aa77b49a3d8879f7fb38b7221cf7e06d',
38420 ))
38421 ->values(array(
38422   'filename' => 'includes/filetransfer/local.inc',
38423   'hash' => '7cbfdb46abbdf539640db27e66fb30e5265128f31002bd0dfc3af16ae01a9492',
38424 ))
38425 ->values(array(
38426   'filename' => 'includes/filetransfer/ssh.inc',
38427   'hash' => '92f1232158cb32ab04cbc93ae38ad3af04796e18f66910a9bc5ca8e437f06891',
38428 ))
38429 ->values(array(
38430   'filename' => 'includes/form.inc',
38431   'hash' => '9b37fe7e5d04b25604bbc63abb6b6d332be14926011533b4449de52d45a86765',
38432 ))
38433 ->values(array(
38434   'filename' => 'includes/graph.inc',
38435   'hash' => '8e0e313a8bb33488f371df11fc1b58d7cf80099b886cd1003871e2c896d1b536',
38436 ))
38437 ->values(array(
38438   'filename' => 'includes/image.inc',
38439   'hash' => 'bcdc7e1599c02227502b9d0fe36eeb2b529b130a392bc709eb737647bd361826',
38440 ))
38441 ->values(array(
38442   'filename' => 'includes/install.core.inc',
38443   'hash' => '733ec6fac8e51747d1c83f266a42e4a0cb6bf31ac50f17f06e37c9e0865f4a38',
38444 ))
38445 ->values(array(
38446   'filename' => 'includes/install.inc',
38447   'hash' => '781c54771c14b067bb38d222096f981121d479222fbdea9c433405de561a2881',
38448 ))
38449 ->values(array(
38450   'filename' => 'includes/iso.inc',
38451   'hash' => '0ce4c225edcfa9f037703bc7dd09d4e268a69bcc90e55da0a3f04c502bd2f349',
38452 ))
38453 ->values(array(
38454   'filename' => 'includes/json-encode.inc',
38455   'hash' => '02a822a652d00151f79db9aa9e171c310b69b93a12f549bc2ce00533a8efa14e',
38456 ))
38457 ->values(array(
38458   'filename' => 'includes/language.inc',
38459   'hash' => '4e08f30843a7ccaeea5c041083e9f77d33d57ff002f1ab4f66168e2c683ce128',
38460 ))
38461 ->values(array(
38462   'filename' => 'includes/locale.inc',
38463   'hash' => 'f8a3ba7868698e9b43c2ceaebe2cbdcb92d6c68427e817a6e10a76b937b5a127',
38464 ))
38465 ->values(array(
38466   'filename' => 'includes/lock.inc',
38467   'hash' => 'a181c8bd4f88d292a0a73b9f1fbd727e3314f66ec3631f288e6b9a54ba2b70fa',
38468 ))
38469 ->values(array(
38470   'filename' => 'includes/mail.inc',
38471   'hash' => 'd9fb2b99025745cbb73ebcfc7ac12df100508b9273ce35c433deacf12dd6a13a',
38472 ))
38473 ->values(array(
38474   'filename' => 'includes/menu.inc',
38475   'hash' => '2ecc6f990dc2d987425c680e27a4ddeec2e8376a2be408b00a144131f41a59ea',
38476 ))
38477 ->values(array(
38478   'filename' => 'includes/module.inc',
38479   'hash' => 'a18bc92e5fc1f2a31a79eace8c6f2436bc15c8f0b332c8b7aaafa3a223746861',
38480 ))
38481 ->values(array(
38482   'filename' => 'includes/pager.inc',
38483   'hash' => '6f9494b85c07a2cc3be4e54aff2d2757485238c476a7da084d25bde1d88be6d8',
38484 ))
38485 ->values(array(
38486   'filename' => 'includes/password.inc',
38487   'hash' => 'fd9a1c94fe5a0fa7c7049a2435c7280b1d666b2074595010e3c492dd15712775',
38488 ))
38489 ->values(array(
38490   'filename' => 'includes/path.inc',
38491   'hash' => '74bf05f3c68b0218730abf3e539fcf08b271959c8f4611940d05124f34a6a66f',
38492 ))
38493 ->values(array(
38494   'filename' => 'includes/registry.inc',
38495   'hash' => 'f47b20859f0fc80bf4bb2849a1282d6c54006957b69da0e5f4691de585ca4cdf',
38496 ))
38497 ->values(array(
38498   'filename' => 'includes/session.inc',
38499   'hash' => '7548621ae4c273179a76eba41aa58b740100613bc015ad388a5c30132b61e34b',
38500 ))
38501 ->values(array(
38502   'filename' => 'includes/stream_wrappers.inc',
38503   'hash' => '4f1feb774a8dbc04ca382fa052f59e58039c7261625f3df29987d6b31f08d92d',
38504 ))
38505 ->values(array(
38506   'filename' => 'includes/tablesort.inc',
38507   'hash' => '2d88768a544829595dd6cda2a5eb008bedb730f36bba6dfe005d9ddd999d5c0f',
38508 ))
38509 ->values(array(
38510   'filename' => 'includes/theme.inc',
38511   'hash' => '507932af124871dd2639ab8eafbbd68f962ef70f44ef1c4fd1a14daf04c53b5e',
38512 ))
38513 ->values(array(
38514   'filename' => 'includes/theme.maintenance.inc',
38515   'hash' => '39f068b3eee4d10a90d6aa3c86db587b6d25844c2919d418d34d133cfe330f5a',
38516 ))
38517 ->values(array(
38518   'filename' => 'includes/token.inc',
38519   'hash' => '5e7898cd78689e2c291ed3cd8f41c032075656896f1db57e49217aac19ae0428',
38520 ))
38521 ->values(array(
38522   'filename' => 'includes/unicode.entities.inc',
38523   'hash' => '2b858138596d961fbaa4c6e3986e409921df7f76b6ee1b109c4af5970f1e0f54',
38524 ))
38525 ->values(array(
38526   'filename' => 'includes/unicode.inc',
38527   'hash' => 'e18772dafe0f80eb139fcfc582fef1704ba9f730647057d4f4841d6a6e4066ca',
38528 ))
38529 ->values(array(
38530   'filename' => 'includes/update.inc',
38531   'hash' => '77403195059de797422d9d9202f18548a38558995120c7f9ffb9bd044730a3bc',
38532 ))
38533 ->values(array(
38534   'filename' => 'includes/updater.inc',
38535   'hash' => 'd2da0e74ed86e93c209f16069f3d32e1a134ceb6c06a0044f78e841a1b54e380',
38536 ))
38537 ->values(array(
38538   'filename' => 'includes/utility.inc',
38539   'hash' => '3458fd2b55ab004dd0cc529b8e58af12916e8bd36653b072bdd820b26b907ed5',
38540 ))
38541 ->values(array(
38542   'filename' => 'includes/xmlrpc.inc',
38543   'hash' => 'ea24176ec445c440ba0c825fc7b04a31b440288df8ef02081560dc418e34e659',
38544 ))
38545 ->values(array(
38546   'filename' => 'includes/xmlrpcs.inc',
38547   'hash' => '741aa8d6fcc6c45a9409064f52351f7999b7c702d73def8da44de2567946598a',
38548 ))
38549 ->values(array(
38550   'filename' => 'modules/aggregator/aggregator.test',
38551   'hash' => '1288945ead1e0b250cb0f2d8bc5486ab1c67295b78b5f1ba0f77ade7bf1243b4',
38552 ))
38553 ->values(array(
38554   'filename' => 'modules/block/block.test',
38555   'hash' => '40d9de00589211770a85c47d38c8ad61c598ec65d9332128a882eb8750e65a16',
38556 ))
38557 ->values(array(
38558   'filename' => 'modules/blog/blog.test',
38559   'hash' => 'f7534b972951c05d34bd832d3e06176b372fff6f4999c428f789fdd7703ed2e2',
38560 ))
38561 ->values(array(
38562   'filename' => 'modules/book/book.test',
38563   'hash' => 'a75a4ec12f930d85adbf7c46d6a1a4ed1356657466874f21e9cc931b6cd41aa0',
38564 ))
38565 ->values(array(
38566   'filename' => 'modules/color/color.test',
38567   'hash' => '013806279bd47ceb2f82ca854b57f880ba21058f7a2592c422afae881a7f5d15',
38568 ))
38569 ->values(array(
38570   'filename' => 'modules/comment/comment.module',
38571   'hash' => 'db858137ff6ce06d87cb3b8f5275bed90c33a6d9aa7d46e7a74524cc2f052309',
38572 ))
38573 ->values(array(
38574   'filename' => 'modules/comment/comment.test',
38575   'hash' => '0443a4dbc5aef3d64405a7cabf462c8c5e0b24517d89410d261027b85292cd4b',
38576 ))
38577 ->values(array(
38578   'filename' => 'modules/contact/contact.test',
38579   'hash' => 'd49eedd71859fbb6ffa26b87226f640db56694c8f43c863c83d920cf3632f9ad',
38580 ))
38581 ->values(array(
38582   'filename' => 'modules/contextual/contextual.test',
38583   'hash' => '023dafa199bd325ecc55a17b2a3db46ac0a31e23059f701f789f3bc42427ba0b',
38584 ))
38585 ->values(array(
38586   'filename' => 'modules/dashboard/dashboard.test',
38587   'hash' => '125df00fc6deb985dc554aa7807a48e60a68dbbddbad9ec2c4718da724f0e683',
38588 ))
38589 ->values(array(
38590   'filename' => 'modules/dblog/dblog.test',
38591   'hash' => '11fbb8522b1c9dc7c85edba3aed7308a8891f26fc7292008822bea1b54722912',
38592 ))
38593 ->values(array(
38594   'filename' => 'modules/field/field.attach.inc',
38595   'hash' => '2df4687b5ec078c4893dc1fea514f67524fd5293de717b9e05caf977e5ae2327',
38596 ))
38597 ->values(array(
38598   'filename' => 'modules/field/field.info.class.inc',
38599   'hash' => 'cf18178e119d43897d3abd882ba3acc0cf59d1ad747663437c57b1ec4d0a4322',
38600 ))
38601 ->values(array(
38602   'filename' => 'modules/field/field.module',
38603   'hash' => 'e9359f8cac64b2d81ac067d7da22972116dc10b9b346752a8ef8292943a958c9',
38604 ))
38605 ->values(array(
38606   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.test',
38607   'hash' => '315eedaf2022afc884c35efd3b7c400eddab6ea30bec91924bc82ab5cd3e79f2',
38608 ))
38609 ->values(array(
38610   'filename' => 'modules/field/modules/list/tests/list.test',
38611   'hash' => '97e55bd49f6f4b0562d04aa3773b5ab9b35063aee05c8c7231780cdcf9c97714',
38612 ))
38613 ->values(array(
38614   'filename' => 'modules/field/modules/number/number.test',
38615   'hash' => '9ccf835bbf80ff31b121286f6fbcf59cc42b622a51ab56b22362b2f55c656e18',
38616 ))
38617 ->values(array(
38618   'filename' => 'modules/field/modules/options/options.test',
38619   'hash' => 'c71441020206b1587dece7296cca306a9f0fbd6e8f04dae272efc15ed3a38383',
38620 ))
38621 ->values(array(
38622   'filename' => 'modules/field/modules/text/text.test',
38623   'hash' => 'a1e5cb0fa8c0651c68d560d9bb7781463a84200f701b00b6e797a9ca792a7e42',
38624 ))
38625 ->values(array(
38626   'filename' => 'modules/field/tests/field.test',
38627   'hash' => '5eaad7a933ef8ea05b958056492ce17858cd542111f0fe81dd1a5949ad8f966e',
38628 ))
38629 ->values(array(
38630   'filename' => 'modules/field_ui/field_ui.test',
38631   'hash' => 'ded58a83a37cf111834f68fde9c34cddc7f4d36b91f31281e41ed5220c65dac4',
38632 ))
38633 ->values(array(
38634   'filename' => 'modules/file/tests/file.test',
38635   'hash' => '51d79794cbe647b2f5635ca9193b4d63bb9f99db4d9074676a80c55582b02985',
38636 ))
38637 ->values(array(
38638   'filename' => 'modules/filter/filter.test',
38639   'hash' => '268488be9d8e6a4bfa906bbb5bbf1f0df5881c04a421cbefcd7aa4f05fb63ba0',
38640 ))
38641 ->values(array(
38642   'filename' => 'modules/forum/forum.test',
38643   'hash' => 'd282b29d6312d63183e003ba036d7645a946e828c94448592f930d80fceb42d6',
38644 ))
38645 ->values(array(
38646   'filename' => 'modules/help/help.test',
38647   'hash' => 'bc934de8c71bd9874a05ccb5e8f927f4c227b3b2397d739e8504c8fd6ae5a83c',
38648 ))
38649 ->values(array(
38650   'filename' => 'modules/image/image.test',
38651   'hash' => '19459f5be2fb58058a984ef302d6f6defca20207324db25726d06a7743cc2960',
38652 ))
38653 ->values(array(
38654   'filename' => 'modules/locale/locale.test',
38655   'hash' => '61c6a80ba44ff92e6ba4a350b7c95890368e2f9e029b8f84563df2490a8e93b1',
38656 ))
38657 ->values(array(
38658   'filename' => 'modules/menu/menu.test',
38659   'hash' => '51817d6c591c28cf268145c2d39b41f66e453edf42c86472e61b7081da1d86bb',
38660 ))
38661 ->values(array(
38662   'filename' => 'modules/node/node.module',
38663   'hash' => 'b594aa316e7d74024d633fb95a6e89a2c6c14cb108a481fd0b2521ec0e3316de',
38664 ))
38665 ->values(array(
38666   'filename' => 'modules/node/node.test',
38667   'hash' => 'e2e485fde00796305fd6926c8b4e9c4e1919020a3ec00819aa5cc1d2b3ebcc5c',
38668 ))
38669 ->values(array(
38670   'filename' => 'modules/openid/openid.test',
38671   'hash' => '3decf7faf3a9396671d52c6065a31f0ef81828015e0348a0ba9358b618e737a1',
38672 ))
38673 ->values(array(
38674   'filename' => 'modules/path/path.test',
38675   'hash' => '2004183b2c7c86028bf78c519c6a7afc4397a8267874462b0c2b49b0f8c20322',
38676 ))
38677 ->values(array(
38678   'filename' => 'modules/php/php.test',
38679   'hash' => 'd234f9c1ab18a05834a3cb6dc532fb4c259aa25612551f953ba6e3bb714657b8',
38680 ))
38681 ->values(array(
38682   'filename' => 'modules/poll/poll.test',
38683   'hash' => 'cc8486dc337471d13014954e1c1e4e5ad4956e4a0cbd395adbd064f8e5849c72',
38684 ))
38685 ->values(array(
38686   'filename' => 'modules/profile/profile.test',
38687   'hash' => 'afc23aa58769a84d94c4a6cef7b0ea2c9aa0edfdf2563a34757a1fb4d3d58233',
38688 ))
38689 ->values(array(
38690   'filename' => 'modules/rdf/rdf.test',
38691   'hash' => '9849d2b717119aa6b5f1496929e7ac7c9c0a6e98486b66f3876bda0a8c165525',
38692 ))
38693 ->values(array(
38694   'filename' => 'modules/search/search.extender.inc',
38695   'hash' => '013a6a841cc48a6dc991153fb692b8d1546e56b78d9c95e97e0d7e92296d3481',
38696 ))
38697 ->values(array(
38698   'filename' => 'modules/search/search.test',
38699   'hash' => '6512521f8de3a54238c8f337ae0aa105cab2bbc9a1addb5b1ccb755842656913',
38700 ))
38701 ->values(array(
38702   'filename' => 'modules/shortcut/shortcut.test',
38703   'hash' => '0d78280d4d0a05aa772218e45911552e39611ca9c258b9dd436307914ac3f254',
38704 ))
38705 ->values(array(
38706   'filename' => 'modules/simpletest/drupal_web_test_case.php',
38707   'hash' => 'a4c07ab08d578cc9c4adfb39aaa98270cacc58885c1d61f3a71f207142f4fc0b',
38708 ))
38709 ->values(array(
38710   'filename' => 'modules/simpletest/simpletest.test',
38711   'hash' => '8112284b928297e326a2cb2a029a8ee35490732ce73ab0b54a91e9613a84e951',
38712 ))
38713 ->values(array(
38714   'filename' => 'modules/simpletest/tests/actions.test',
38715   'hash' => '4e61dcbff514581321b47b8b2402cfb387d859b1a9944cb70bf9f33977dd5220',
38716 ))
38717 ->values(array(
38718   'filename' => 'modules/simpletest/tests/ajax.test',
38719   'hash' => '0581306ba076da005db073036806a4d393a166221cd7171e3e3b1974b7082106',
38720 ))
38721 ->values(array(
38722   'filename' => 'modules/simpletest/tests/batch.test',
38723   'hash' => '665a621f4d5f819295ca7c53158d586ed98c42d8a8e6db1e67fb332032ec07d5',
38724 ))
38725 ->values(array(
38726   'filename' => 'modules/simpletest/tests/boot.test',
38727   'hash' => '1a7cf3c120a8e544cb251ba049ae598f8b25c0a9c3283e15df07a3a562641799',
38728 ))
38729 ->values(array(
38730   'filename' => 'modules/simpletest/tests/bootstrap.test',
38731   'hash' => '4ccb0841905a34438e5b3acd712d0a1b52b6aa41535d3a64d3e50eff355a5dbe',
38732 ))
38733 ->values(array(
38734   'filename' => 'modules/simpletest/tests/cache.test',
38735   'hash' => '2ff9a42287a6419acba6589cd887e9c0d765c1c201865799abe03ee6f3234dfb',
38736 ))
38737 ->values(array(
38738   'filename' => 'modules/simpletest/tests/common.test',
38739   'hash' => 'aa2449d4ce5109bc9593901f34f74ce9caeea6450539a120afdf7a71f1e35276',
38740 ))
38741 ->values(array(
38742   'filename' => 'modules/simpletest/tests/database_test.test',
38743   'hash' => '64baa1520d815e049310ae697fa79390b6b0a02fb03d47c64d3caec8d40ab8e9',
38744 ))
38745 ->values(array(
38746   'filename' => 'modules/simpletest/tests/entity_crud.test',
38747   'hash' => '0db2e08cb15ef287ed622fa56cee85e6a61b6e7a8547c77531a80a9ec1379d87',
38748 ))
38749 ->values(array(
38750   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.test',
38751   'hash' => '5f3f083a018c1c0e78c8532cfc87b95d3c2b1740577a2f0eab8bc75e1db069b4',
38752 ))
38753 ->values(array(
38754   'filename' => 'modules/simpletest/tests/entity_query.test',
38755   'hash' => '8b107f796e9febb8080b153d3c9b969cea5bbb3cd4ee410c8f612bf7bdbb0a63',
38756 ))
38757 ->values(array(
38758   'filename' => 'modules/simpletest/tests/error.test',
38759   'hash' => 'df8360738a4b3c946209a560ae83065728ae1aa56744cd8aaee398325a7cda60',
38760 ))
38761 ->values(array(
38762   'filename' => 'modules/simpletest/tests/file.test',
38763   'hash' => '25fdee40ceb8c84f08677224db941e251906f2caa185b351de80eba76f20c90b',
38764 ))
38765 ->values(array(
38766   'filename' => 'modules/simpletest/tests/filetransfer.test',
38767   'hash' => 'a5ae7e24c43f994968d059c93d56be0dfd580699e2cb884afb074b9ae5895fd9',
38768 ))
38769 ->values(array(
38770   'filename' => 'modules/simpletest/tests/form.test',
38771   'hash' => '1d932031c1b2e33947c1cb480457f9f6c95b1ee93bab6eab785c2cde290fd9d7',
38772 ))
38773 ->values(array(
38774   'filename' => 'modules/simpletest/tests/graph.test',
38775   'hash' => '3038b97305b54f859a78356c184feeb773056e6c54b9ad511cc4c487ea3355c2',
38776 ))
38777 ->values(array(
38778   'filename' => 'modules/simpletest/tests/image.test',
38779   'hash' => 'fbad58b83e40aec654bf66835e30f81b83a76714efc560d73e7be3841ab5e996',
38780 ))
38781 ->values(array(
38782   'filename' => 'modules/simpletest/tests/lock.test',
38783   'hash' => '0d63de7e57c405dae03a6c04e13392c59c8dc19a843e0818cc43212af2e26242',
38784 ))
38785 ->values(array(
38786   'filename' => 'modules/simpletest/tests/mail.test',
38787   'hash' => '9f772652385048639264f64147eab2675e9e76be2258e70bbefc2f6f753d047f',
38788 ))
38789 ->values(array(
38790   'filename' => 'modules/simpletest/tests/menu.test',
38791   'hash' => 'b7602b23403271fd404646cd5f4970ce278eb3c014ed30676f1ba680cfd749a1',
38792 ))
38793 ->values(array(
38794   'filename' => 'modules/simpletest/tests/module.test',
38795   'hash' => '056de988f33d43c39e62f067af8f449f5192cd27bbbcf358a6e3b0d34d94167c',
38796 ))
38797 ->values(array(
38798   'filename' => 'modules/simpletest/tests/pager.test',
38799   'hash' => '9586bc07f5ed2791ae69e8cacf1a257ffe85dde3be7769ce6e84435a001bc296',
38800 ))
38801 ->values(array(
38802   'filename' => 'modules/simpletest/tests/password.test',
38803   'hash' => 'fadb23077d9364d0dba4fa7462d31f2ad842d840ad173f685cf6944aa679c9a7',
38804 ))
38805 ->values(array(
38806   'filename' => 'modules/simpletest/tests/path.test',
38807   'hash' => '814b32c225e1a73f225b52c0e5a9579a754dd9f597cb71189fa0b62c5ce821ad',
38808 ))
38809 ->values(array(
38810   'filename' => 'modules/simpletest/tests/registry.test',
38811   'hash' => 'eadaa4f04ffbe49656ee9c8d477a4855de12f5f7fd6923894ab6565b86fde28f',
38812 ))
38813 ->values(array(
38814   'filename' => 'modules/simpletest/tests/schema.test',
38815   'hash' => '14a7975e040ae8d3a7c8bb82c9e26dabe78978f6371dec22ae8c81b71cf3e4bb',
38816 ))
38817 ->values(array(
38818   'filename' => 'modules/simpletest/tests/session.test',
38819   'hash' => '6416694ef7c79680f99e405468401567357c38abead1e0ce9e232a15e7dcd823',
38820 ))
38821 ->values(array(
38822   'filename' => 'modules/simpletest/tests/tablesort.test',
38823   'hash' => '0c0e011775ffc0e8f2d9c6f1284de28ad849ffa88df6e48677ed1c395c2267d1',
38824 ))
38825 ->values(array(
38826   'filename' => 'modules/simpletest/tests/theme.test',
38827   'hash' => 'f542bdf4efc342609b8804767b793521c6641ab5cd31a7130865feeef5f2cfa1',
38828 ))
38829 ->values(array(
38830   'filename' => 'modules/simpletest/tests/unicode.test',
38831   'hash' => '91f0f16bbdb987035b562f4621bea1522aa74851e7c107663ae17d11b2ac0959',
38832 ))
38833 ->values(array(
38834   'filename' => 'modules/simpletest/tests/update.test',
38835   'hash' => '49f64b9b84521f9f8eaebb9610f5cc3378d0665683032320a36abda12d16be43',
38836 ))
38837 ->values(array(
38838   'filename' => 'modules/simpletest/tests/upgrade/update.aggregator.test',
38839   'hash' => 'a2b6a574993591e93dacbd303a300b852775a3beea1343fb1f11578a8cdd26e1',
38840 ))
38841 ->values(array(
38842   'filename' => 'modules/simpletest/tests/upgrade/update.field.test',
38843   'hash' => 'e8a443db8d58d743cf06957ff949370dde65b0ad35837368fd89a95ea6594d52',
38844 ))
38845 ->values(array(
38846   'filename' => 'modules/simpletest/tests/upgrade/update.trigger.test',
38847   'hash' => '421b8986a71c8cf30c442cd9f1736ae7ce8838214a1b6e9eae30c9c5c108acd3',
38848 ))
38849 ->values(array(
38850   'filename' => 'modules/simpletest/tests/upgrade/update.user.test',
38851   'hash' => 'b21ec55d94d3baec7ce807c7972fb3b348deba70a53bfb78a66553c66ede63af',
38852 ))
38853 ->values(array(
38854   'filename' => 'modules/simpletest/tests/upgrade/upgrade.comment.test',
38855   'hash' => 'a20a8b44b46a6bc1cc0f0a18e67a12933d0b101d463bcdc21212e5f35d93c379',
38856 ))
38857 ->values(array(
38858   'filename' => 'modules/simpletest/tests/upgrade/upgrade.filter.test',
38859   'hash' => '0485b6d466476a85e7591eb4bdaf303b1b75a871038f1d5669a3f6d4cd81ecd0',
38860 ))
38861 ->values(array(
38862   'filename' => 'modules/simpletest/tests/upgrade/upgrade.forum.test',
38863   'hash' => '6330fe5d85a81d7d5686da5a40cf18b275bef4c5819afb334f8fc0b043532bb4',
38864 ))
38865 ->values(array(
38866   'filename' => 'modules/simpletest/tests/upgrade/upgrade.locale.test',
38867   'hash' => 'ec2d285222dd85022a16daed2b3a3e951dba97ab4de9fd46d89d2064f5db7595',
38868 ))
38869 ->values(array(
38870   'filename' => 'modules/simpletest/tests/upgrade/upgrade.menu.test',
38871   'hash' => 'fa6e46dcb1028e6c3faad86c50d3d9296d7a4095115ffb8d39b627dbd31996d7',
38872 ))
38873 ->values(array(
38874   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
38875   'hash' => 'f16f1ae5b5b3584e4d1d119473a962112fb28796efb5283aaa8df2db0ddec364',
38876 ))
38877 ->values(array(
38878   'filename' => 'modules/simpletest/tests/upgrade/upgrade.taxonomy.test',
38879   'hash' => '805528f81162014479d94e70bcaf234f818a1898d057e05d08b148a9120743b9',
38880 ))
38881 ->values(array(
38882   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
38883   'hash' => '877364dd82e5e1ed28e1ee93c48fbec083237012f44038a8fef39d9c6cb8b4f9',
38884 ))
38885 ->values(array(
38886   'filename' => 'modules/simpletest/tests/upgrade/upgrade.translatable.test',
38887   'hash' => '7a53241c9df9c671fb1da2789fe32c0e0425267f1647293a89adadbfa49bc4ac',
38888 ))
38889 ->values(array(
38890   'filename' => 'modules/simpletest/tests/upgrade/upgrade.trigger.test',
38891   'hash' => '4ba820349ef89f6eaa73f429c053e09f937d36808149a00563efa5b551e8669d',
38892 ))
38893 ->values(array(
38894   'filename' => 'modules/simpletest/tests/upgrade/upgrade.upload.test',
38895   'hash' => '8fc15f53a5ef54b48133a8525fcd384729563ba2d9bd49ab035549d07fabf3c4',
38896 ))
38897 ->values(array(
38898   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
38899   'hash' => '9c11a51f2bd262f957e6c609ec84b26ac9d1fa00feeb0078b7a12beb450daab3',
38900 ))
38901 ->values(array(
38902   'filename' => 'modules/simpletest/tests/xmlrpc.test',
38903   'hash' => '1d9b1fe51d31722473478087d50ed09b180748047205cea936db49a74ade82e7',
38904 ))
38905 ->values(array(
38906   'filename' => 'modules/statistics/statistics.test',
38907   'hash' => '3fd921d3cc26f9363bba0d6f29efb96c49c88ca51e2e2376b6554afaff8ceeb5',
38908 ))
38909 ->values(array(
38910   'filename' => 'modules/syslog/syslog.test',
38911   'hash' => 'ad873b3d499ebad748784ae88df3496f39de1b9bbfd98c3193ef1ea70c6376ae',
38912 ))
38913 ->values(array(
38914   'filename' => 'modules/system/system.archiver.inc',
38915   'hash' => 'faa849f3e646a910ab82fd6c8bbf0a4e6b8c60725d7ba81ec0556bd716616cd1',
38916 ))
38917 ->values(array(
38918   'filename' => 'modules/system/system.mail.inc',
38919   'hash' => 'd31e1769f5defbe5f27dc68f641ab80fb8d3de92f6e895f4c654ec05fc7e5f0f',
38920 ))
38921 ->values(array(
38922   'filename' => 'modules/system/system.queue.inc',
38923   'hash' => 'a60cff401fc410cd81dc1d105ed66f79396ed7b15fdc3a5c5b80593ad5d4352a',
38924 ))
38925 ->values(array(
38926   'filename' => 'modules/system/system.tar.inc',
38927   'hash' => '8a31d91f7b3cd7eac25b3fa46e1ed9a8527c39718ba76c3f8c0bbbeaa3aa4086',
38928 ))
38929 ->values(array(
38930   'filename' => 'modules/system/system.test',
38931   'hash' => 'b53fdc9f28a49d9bdd819721a6bc4ae0e8a7b023a415e98672a99453187c1f1e',
38932 ))
38933 ->values(array(
38934   'filename' => 'modules/system/system.updater.inc',
38935   'hash' => '338cf14cb691ba16ee551b3b9e0fa4f579a2f25c964130658236726d17563b6a',
38936 ))
38937 ->values(array(
38938   'filename' => 'modules/taxonomy/taxonomy.module',
38939   'hash' => '45d6d5652a464318f3eccf8bad6220cc5784e7ffdb0c7b732bf4d540e1effe83',
38940 ))
38941 ->values(array(
38942   'filename' => 'modules/taxonomy/taxonomy.test',
38943   'hash' => '8525035816906e327ad48bd48bb071597f4c58368a692bcec401299a86699e6e',
38944 ))
38945 ->values(array(
38946   'filename' => 'modules/tracker/tracker.test',
38947   'hash' => 'bea7303dfe934afeb271506da43bcf24a51d7d5546181796d7f9f70b6283ed67',
38948 ))
38949 ->values(array(
38950   'filename' => 'modules/translation/translation.test',
38951   'hash' => 'c2ad71934a9a2139cdf8213df35f4c91dcc0e643fabb883c38e3ffbdd313d608',
38952 ))
38953 ->values(array(
38954   'filename' => 'modules/trigger/trigger.test',
38955   'hash' => '662f1a55e62832d7d5258965ca70ebe9d36ce8ae34e05fda2a2f9dc72418978b',
38956 ))
38957 ->values(array(
38958   'filename' => 'modules/update/update.test',
38959   'hash' => '1ea3e22bd4d47afb8b2799057cdbdfbb57ce09013d9d5f2de7e61ef9c2ebc72d',
38960 ))
38961 ->values(array(
38962   'filename' => 'modules/user/user.module',
38963   'hash' => '88bb508e0eb658281b085cd07c81808bd9634bba8a2271515c1d68079d58817d',
38964 ))
38965 ->values(array(
38966   'filename' => 'modules/user/user.test',
38967   'hash' => '178320fdb9a0c8754f1fa7272f68f536dcb94ae82ce7d0fc6a0f8a476c1f6922',
38968 ))
38969 ->values(array(
38970   'filename' => 'sites/all/modules/ctools/includes/context.inc',
38971   'hash' => '4cec11a71872eb916c4315c9f727a184d46758aa64bb950d86877a60b9007157',
38972 ))
38973 ->values(array(
38974   'filename' => 'sites/all/modules/ctools/includes/css-cache.inc',
38975   'hash' => 'db90ff67669d9fa445e91074ac67fb97cdb191a19e68d42744f0fd4158649cfa',
38976 ))
38977 ->values(array(
38978   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
38979   'hash' => '601db581743dd22d67f7aaf228bd8d26298d72033fc675d02385a1fd6d31888f',
38980 ))
38981 ->values(array(
38982   'filename' => 'sites/all/modules/ctools/includes/stylizer.inc',
38983   'hash' => '3f91f5ed42fb6ee1b65ddef7ac22577b07a5d75ca1eb2df60041243ced5c7079',
38984 ))
38985 ->values(array(
38986   'filename' => 'sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php',
38987   'hash' => '2fd87a7d80689e4d44673b31c07b762144eb8ac57324fd0b9cd9ede5f4ea34b5',
38988 ))
38989 ->values(array(
38990   'filename' => 'sites/all/modules/ctools/tests/context.test',
38991   'hash' => '3a8dd81dd1b99da05a28425f9a017cb611e0470ba88cf000c8b74339c8c91d91',
38992 ))
38993 ->values(array(
38994   'filename' => 'sites/all/modules/ctools/tests/css.test',
38995   'hash' => '20ba7d780a8bdd8f512472a8becef11240da74b96599f6968fecea0ad7ae49c6',
38996 ))
38997 ->values(array(
38998   'filename' => 'sites/all/modules/ctools/tests/css_cache.test',
38999   'hash' => '0dbc038efedb1fa06d2617b7c72b3a45d6ee5b5b791dcb1134876f174a2a7733',
39000 ))
39001 ->values(array(
39002   'filename' => 'sites/all/modules/ctools/tests/ctools.plugins.test',
39003   'hash' => '6af9d9caa3afe93faf5051d3d42c0ce33a1ff6e3a18a09f281df1260d43337d6',
39004 ))
39005 ->values(array(
39006   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export.test',
39007   'hash' => '65e96eabc5c62d7ad29f63309671e2761f221a1c15bb6836d7eadfd263653abc',
39008 ))
39009 ->values(array(
39010   'filename' => 'sites/all/modules/ctools/tests/math_expression.test',
39011   'hash' => 'b99d5c3096857de944dba0e88e21628c7268d8056f42903786172b7a95563dbf',
39012 ))
39013 ->values(array(
39014   'filename' => 'sites/all/modules/ctools/tests/math_expression_stack.test',
39015   'hash' => '797d9e0844f9e214799d96b33d55dd041720d27b11ceb96c3790634d93a62be6',
39016 ))
39017 ->values(array(
39018   'filename' => 'sites/all/modules/ctools/tests/object_cache.test',
39019   'hash' => '18e03c7760a2fc8858d801479ec5471b8c93bd4044c80db557c5e77e7ab20d79',
39020 ))
39021 ->values(array(
39022   'filename' => 'sites/all/modules/date/date.migrate.inc',
39023   'hash' => '47ffb48daf97c13ef154cf2ffff577018f02a7091b85dfb39e9c2c89e1da6a5d',
39024 ))
39025 ->values(array(
39026   'filename' => 'sites/all/modules/date/date_api/date_api.module',
39027   'hash' => 'af2124c5727d839871309b31fe288fe3945d6ef67eb469ddcc02839be98860dc',
39028 ))
39029 ->values(array(
39030   'filename' => 'sites/all/modules/date/date_api/date_api_sql.inc',
39031   'hash' => '5a484b487c13fd6094348e2011c19e72d6c6c9ceb0b0a4143ef5542cd1c495fa',
39032 ))
39033 ->values(array(
39034   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat.test',
39035   'hash' => '3702268fa89aa7ed9bcae025f0fb21bd67f90e89d53122049854de60a5316d4a',
39036 ))
39037 ->values(array(
39038   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat_form.test',
39039   'hash' => '2ec4e5d57d5b9f1adf81505d40890c63dc684f2d0f00669b9c8c12518eb3bf4a',
39040 ))
39041 ->values(array(
39042   'filename' => 'sites/all/modules/date/date_tools/tests/date_tools.test',
39043   'hash' => 'bdb9b310295207ce2284b23556810296e1477b9604e98a3d0fb21aba7da04394',
39044 ))
39045 ->values(array(
39046   'filename' => 'sites/all/modules/date/tests/date.test',
39047   'hash' => '6cb38e9ed60bfdfa268051b47fcad699f1c8104accc7286abafbeddbbc9d143c',
39048 ))
39049 ->values(array(
39050   'filename' => 'sites/all/modules/date/tests/date_api.test',
39051   'hash' => '280148ca742592a1e22f663fe4d810532b95d09975db0182347a0bbd6917f996',
39052 ))
39053 ->values(array(
39054   'filename' => 'sites/all/modules/date/tests/date_field.test',
39055   'hash' => 'bae59aee63ed204e27909709e59eeae1a6192e5f7456de2ce2cce06c49732dc4',
39056 ))
39057 ->values(array(
39058   'filename' => 'sites/all/modules/date/tests/date_migrate.test',
39059   'hash' => 'a43f448732d474c5136d89ff560b7e14c1ff5622f9c35a1998aa0570cd0c536c',
39060 ))
39061 ->values(array(
39062   'filename' => 'sites/all/modules/date/tests/date_timezone.test',
39063   'hash' => '598ac52aa82f79fe90faa401c2c6dc7114295c0321800ea9a9b4058717d00409',
39064 ))
39065 ->values(array(
39066   'filename' => 'sites/all/modules/date/tests/date_validation.test',
39067   'hash' => '2e4d27c29192c9d55eb27b985d7e9838702c4324d36ed6e3a85999e9f25ada99',
39068 ))
39069 ->values(array(
39070   'filename' => 'sites/all/modules/date/tests/date_views_pager.test',
39071   'hash' => 'aceff66e11dd3ea418e9905b28384432f4fe7cf9746e711cf56add73e64336dd',
39072 ))
39073 ->values(array(
39074   'filename' => 'sites/all/modules/date/tests/date_views_popup.test',
39075   'hash' => '0684ad4977093fd7338eb045f85ceda195e82f50bd33fecbf0dca00e42b0385e',
39076 ))
39077 ->values(array(
39078   'filename' => 'sites/all/modules/email/email.migrate.inc',
39079   'hash' => 'bf3859ca39a3e5570e4ac862858f066668caab33841d65bdfa229c8445e12d5a',
39080 ))
39081 ->values(array(
39082   'filename' => 'sites/all/modules/entity/entity.features.inc',
39083   'hash' => '47261e1f4f39ac3707a16fdea8a8147c09df1281bcb4b9e46b0c8120603137e8',
39084 ))
39085 ->values(array(
39086   'filename' => 'sites/all/modules/entity/entity.i18n.inc',
39087   'hash' => '41e0e62af7e2774f62b162d597bb3244551c280296b692b29d039a2c243d7059',
39088 ))
39089 ->values(array(
39090   'filename' => 'sites/all/modules/entity/entity.info.inc',
39091   'hash' => '8799080b9393c9560e64feae1276fb7d26fef4d92bb0edacc863ee3e7b67bf04',
39092 ))
39093 ->values(array(
39094   'filename' => 'sites/all/modules/entity/entity.rules.inc',
39095   'hash' => '774199059d1b3ebe6d3fe7a49dbb1550df489055a3d066b5de54edda8dd7ba84',
39096 ))
39097 ->values(array(
39098   'filename' => 'sites/all/modules/entity/entity.test',
39099   'hash' => 'df253128e41f152b45ef30b5674009c51cf4112450e5dad8e815f39ced280db5',
39100 ))
39101 ->values(array(
39102   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
39103   'hash' => '342db185e6170b63c59a9b360a196eb322edb9a5b8c7819f66b0eae48ed13ebd',
39104 ))
39105 ->values(array(
39106   'filename' => 'sites/all/modules/entity/includes/entity.inc',
39107   'hash' => '57411fa3d7b5cd2afe8b84f20c1741f48c32673a9da07bd2c35d4a11c50c640e',
39108 ))
39109 ->values(array(
39110   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
39111   'hash' => '65739b31af0e6b422919c17805799dc99143fd89cacfb56b9186e26ece2d0df2',
39112 ))
39113 ->values(array(
39114   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
39115   'hash' => '0db08cbb6b730035e3e9a483e6e5c06a744a73f19e4ca83936446b44f0c3d158',
39116 ))
39117 ->values(array(
39118   'filename' => 'sites/all/modules/entity/views/entity.views.inc',
39119   'hash' => 'de657f42389ed6832df787e4b618d8d7117b60d145d34ce5dcf3a5b65db29df9',
39120 ))
39121 ->values(array(
39122   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_field_handler_helper.inc',
39123   'hash' => '4ec395881109a71327ab8d7c5b5702bef30288ca66557e44e8539cc15a2135bb',
39124 ))
39125 ->values(array(
39126   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_area_entity.inc',
39127   'hash' => '7b7bb88e53861739b7279f705f0492fc83ce95f5b20d89339480f546422ebf25',
39128 ))
39129 ->values(array(
39130   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_boolean.inc',
39131   'hash' => 'b28b8eee8761ba7a6af35d97ab7aaee28406e6c227271f9769818560626c5791',
39132 ))
39133 ->values(array(
39134   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_date.inc',
39135   'hash' => 'b0f5be5b399de94934b24e84c8cf6053a043f6b00c60dcffa752daeafdd38778',
39136 ))
39137 ->values(array(
39138   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_duration.inc',
39139   'hash' => 'ed7bb64cb63b94a20c8cde98cfb053b5ea252804396cf61ac562faf1d850266b',
39140 ))
39141 ->values(array(
39142   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_entity.inc',
39143   'hash' => '4f255918a22fefebe9c7734f200751457a7ca4d3648e32a98511bb51968d7521',
39144 ))
39145 ->values(array(
39146   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_field.inc',
39147   'hash' => '893121efbce2a7181e31147bade260c9cc657cbd33b0d254cb28b2650e57566d',
39148 ))
39149 ->values(array(
39150   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_numeric.inc',
39151   'hash' => 'f14e2b063930e8820af381b4f5e83c7278440e7804ab88cfde865b6c94e7c0f6',
39152 ))
39153 ->values(array(
39154   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_options.inc',
39155   'hash' => '27ef31b8ee7b9999930380d6a5fdb477772329c4ddbd5c70cc34bcdc7543ce56',
39156 ))
39157 ->values(array(
39158   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_text.inc',
39159   'hash' => '5fb0a85d35d29944c699ceaf6efed5eda2df757009e44caba8ff2be397568b60',
39160 ))
39161 ->values(array(
39162   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_uri.inc',
39163   'hash' => '79ecaa3eb17dfdd0ca077351b75a2c0adf411ebc04720e7cc0e2397674225f24',
39164 ))
39165 ->values(array(
39166   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship.inc',
39167   'hash' => 'b69bc538d1e1e0f91f8485ca54c3b6e2be025caa47619734c467377cf89041b9',
39168 ))
39169 ->values(array(
39170   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship_by_bundle.inc',
39171   'hash' => '65300c793c4591d60ad908dc02cf3148fe4e899fa6ad218e875fd92d411374dc',
39172 ))
39173 ->values(array(
39174   'filename' => 'sites/all/modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc',
39175   'hash' => 'ba557790215f2658146424d933e0d17787a0b15180c5815f23428448ccf056a0',
39176 ))
39177 ->values(array(
39178   'filename' => 'sites/all/modules/entityreference/entityreference.migrate.inc',
39179   'hash' => '617c6c49e6e0fa4d106cfb49b61a6994b5520934ac3b64a8400a9d969eab7c59',
39180 ))
39181 ->values(array(
39182   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
39183   'hash' => 'a7959ddece2ce3490f92d916162e07aed313e28ca299ca0375bad633b42d93e3',
39184 ))
39185 ->values(array(
39186   'filename' => 'sites/all/modules/entityreference/plugins/behavior/EntityReferenceBehavior_TaxonomyIndex.class.php',
39187   'hash' => '92fa0cf46ecdf6200659646e6666c562ea506c40efa41a8edd4758dc0c551b92',
39188 ))
39189 ->values(array(
39190   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
39191   'hash' => '7ecf94f5dc3456e4a5c87117d19deb98c368617fb07d610505b1dfa351f14a0b',
39192 ))
39193 ->values(array(
39194   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
39195   'hash' => 'e9a8a3c693ed24218d00c10c445cdb21daed10a26e6b55e5c9d6a8c616cfd871',
39196 ))
39197 ->values(array(
39198   'filename' => 'sites/all/modules/entityreference/plugins/selection/views.inc',
39199   'hash' => '7bbe8900b6b71c2d41e370deaccca869884d0fe9ca81772d7d5bca5f58ec1cd8',
39200 ))
39201 ->values(array(
39202   'filename' => 'sites/all/modules/entityreference/tests/entityreference.admin.test',
39203   'hash' => 'bcd6516be3099ae87a4c3d41add08edd17eafb4244db8442c5dc15f19ebde7ae',
39204 ))
39205 ->values(array(
39206   'filename' => 'sites/all/modules/entityreference/tests/entityreference.feeds.test',
39207   'hash' => '320c7480b1758e4d80e91c0a6ea3d43b6b35d1adfe00b6155b61ef786510bb7c',
39208 ))
39209 ->values(array(
39210   'filename' => 'sites/all/modules/entityreference/tests/entityreference.handlers.test',
39211   'hash' => '2fa170925ac5303c519378f1763e918cc2f111205220d90998b547a08db90d8c',
39212 ))
39213 ->values(array(
39214   'filename' => 'sites/all/modules/entityreference/tests/entityreference.taxonomy.test',
39215   'hash' => '8e4f7d9ae621df0f587b6fcbf139adea2a35c69305ef018ced88447a41164c5f',
39216 ))
39217 ->values(array(
39218   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_display.inc',
39219   'hash' => '9216a065ea4fdb2daacb1280e5c9549e3400b8553b5293534cf65a0d703ab189',
39220 ))
39221 ->values(array(
39222   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_row_fields.inc',
39223   'hash' => '7f5a58c099c2df6fd1c3ae285197a4648841d44fa107bcb2064bc1edf435ea8b',
39224 ))
39225 ->values(array(
39226   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_style.inc',
39227   'hash' => 'ad9a7ea5a37c2d9658c2b1d19ade3011c27ed5d9959423ebf7a390372507e6b0',
39228 ))
39229 ->values(array(
39230   'filename' => 'sites/all/modules/link/link.migrate.inc',
39231   'hash' => '0a17ff0daa79813174fff92e9db787e75e710fe757b6924eec193c66fe13f3df',
39232 ))
39233 ->values(array(
39234   'filename' => 'sites/all/modules/link/link.module',
39235   'hash' => '3fdf23f9f409b80df5eee57207a5045c566422cef14128306835f7b1b03a5e66',
39236 ))
39237 ->values(array(
39238   'filename' => 'sites/all/modules/link/tests/link.attribute.test',
39239   'hash' => '8c21045dbcf346edf8dc70c157d02074dd87372d4f60e7f5a4ae11683cd79399',
39240 ))
39241 ->values(array(
39242   'filename' => 'sites/all/modules/link/tests/link.crud.test',
39243   'hash' => 'de19e2c5e8c6cb02f25d7051bdd1db77852379ac59ce8185c25b4bf927478f22',
39244 ))
39245 ->values(array(
39246   'filename' => 'sites/all/modules/link/tests/link.crud_browser.test',
39247   'hash' => '07794771164033e14a635625ad08fdbcdc4dafa154db2ec0bd9a95ca30202eb5',
39248 ))
39249 ->values(array(
39250   'filename' => 'sites/all/modules/link/tests/link.test',
39251   'hash' => 'fe5d8cd577fbfc07929e7216e115530a28777ace9b7135fbc853a3a78d550456',
39252 ))
39253 ->values(array(
39254   'filename' => 'sites/all/modules/link/tests/link.token.test',
39255   'hash' => '930af3b64ccabd58a14c8f596ee4b908596b4bee64174bfa34d55fbab7173da4',
39256 ))
39257 ->values(array(
39258   'filename' => 'sites/all/modules/link/tests/link.validate.test',
39259   'hash' => '4fb3d9124767f43332f2e40bcca3aba98575dd1f6a286adfc8831607823986c5',
39260 ))
39261 ->values(array(
39262   'filename' => 'sites/all/modules/link/views/link_views_handler_argument_target.inc',
39263   'hash' => 'd77c23c6b085382c63e7dbce3d95afc9756517edcdc4cd455892d8333520d4c9',
39264 ))
39265 ->values(array(
39266   'filename' => 'sites/all/modules/link/views/link_views_handler_filter_protocol.inc',
39267   'hash' => 'e10a0d2de73bfa9a56fadbac023c6ac16022ced40c0444ab6ffed1b5d7ea7358',
39268 ))
39269 ->values(array(
39270   'filename' => 'sites/all/modules/phone/phone.migrate.inc',
39271   'hash' => 'd7422e56ab02e4b55b2fdb9ea185a876fd6164446b0c4f66b5c0e70071d7e708',
39272 ))
39273 ->values(array(
39274   'filename' => 'sites/all/modules/phone/tests/phone.au.test',
39275   'hash' => '0b920ca34f5255c6d49b0138b9bd58fa9e430fa11e33e93ab3cd248c2b4ad0fe',
39276 ))
39277 ->values(array(
39278   'filename' => 'sites/all/modules/phone/tests/phone.be.test',
39279   'hash' => '311af0608d86bb10a02e393a2d9e541a409b081088f353eacee6ceb864130a98',
39280 ))
39281 ->values(array(
39282   'filename' => 'sites/all/modules/phone/tests/phone.br.test',
39283   'hash' => '93bad68cd3e4560cc05914aeaee8bb9056591b46917d7295f9a3d4feca89e739',
39284 ))
39285 ->values(array(
39286   'filename' => 'sites/all/modules/phone/tests/phone.ca.test',
39287   'hash' => '6f425a856adb70fb250fc8823bc010afab781839695c9ecb5f7be38bf7710348',
39288 ))
39289 ->values(array(
39290   'filename' => 'sites/all/modules/phone/tests/phone.ch.test',
39291   'hash' => 'ab8fa50c459d6e11d773c597320859d07bfdbf5ab7715bd505cff025980b7070',
39292 ))
39293 ->values(array(
39294   'filename' => 'sites/all/modules/phone/tests/phone.cl.test',
39295   'hash' => '2cc581962d4367c476b2010f10de7acb3bc9ab52177bb52694e28a88d54d48a1',
39296 ))
39297 ->values(array(
39298   'filename' => 'sites/all/modules/phone/tests/phone.cn.test',
39299   'hash' => 'e36269835b0d5673684887cf33831a254e7b2110b98dc35a60102246901c244d',
39300 ))
39301 ->values(array(
39302   'filename' => 'sites/all/modules/phone/tests/phone.cr.test',
39303   'hash' => '04c3aab79d2c75104d0ce9a9a84f84443303289bafce79b43f06d90cbc4c78b0',
39304 ))
39305 ->values(array(
39306   'filename' => 'sites/all/modules/phone/tests/phone.cs.test',
39307   'hash' => '3e90d66bedebd4c66b46526fb4877340b6b0c2d4bcd7557e477b5b9c52727d9a',
39308 ))
39309 ->values(array(
39310   'filename' => 'sites/all/modules/phone/tests/phone.eg.test',
39311   'hash' => 'f0568e235c65fc625cc2eca359c0062771df5755460cb6003ae8c5197aca67f9',
39312 ))
39313 ->values(array(
39314   'filename' => 'sites/all/modules/phone/tests/phone.es.test',
39315   'hash' => '8a8bfa8827e42a79d89720cec22c9246ff463cc8bae89f78394b61fbd676614e',
39316 ))
39317 ->values(array(
39318   'filename' => 'sites/all/modules/phone/tests/phone.fr.test',
39319   'hash' => '76dc4de9eb4547e3a27298a93fb9949f5d354b3464ec268df9da496783093115',
39320 ))
39321 ->values(array(
39322   'filename' => 'sites/all/modules/phone/tests/phone.hu.test',
39323   'hash' => '57aee8805078b0281c4722e80d721fbcc6dec739b7258bc9843139fd2652471f',
39324 ))
39325 ->values(array(
39326   'filename' => 'sites/all/modules/phone/tests/phone.il.test',
39327   'hash' => '5dba7aa580c087df4d0d9e8a9d8a00a0203a3217cce2e14a26fc18371964f5d5',
39328 ))
39329 ->values(array(
39330   'filename' => 'sites/all/modules/phone/tests/phone.int.test',
39331   'hash' => '99b33e5ec1d232106ce3be0adf8fb7a9e57ee2bb82536408ec60978561ac0a5f',
39332 ))
39333 ->values(array(
39334   'filename' => 'sites/all/modules/phone/tests/phone.it.test',
39335   'hash' => 'dc80b84ed335e2989a36b3ffc7d670ff4106daa665e26df550c0dcf96915c056',
39336 ))
39337 ->values(array(
39338   'filename' => 'sites/all/modules/phone/tests/phone.jo.test',
39339   'hash' => '0c30dc4baccba8ddb4f2c55cfc2b79ceb736769bdc664e6189d1b5e7cd348e00',
39340 ))
39341 ->values(array(
39342   'filename' => 'sites/all/modules/phone/tests/phone.nl.test',
39343   'hash' => '33431240ce625582f22a5ae98066efd7ac57176a1d3e18a2a0f702ea43418637',
39344 ))
39345 ->values(array(
39346   'filename' => 'sites/all/modules/phone/tests/phone.nz.test',
39347   'hash' => '3a4cbb625f3c8de015b99ed1bc712f4cd41a3819ac9aea75170ad202297e46bc',
39348 ))
39349 ->values(array(
39350   'filename' => 'sites/all/modules/phone/tests/phone.pa.test',
39351   'hash' => 'd8fb12e636cd5028ab15e35f61d01d2d15e9e22f40724bf57f5958d6261720b7',
39352 ))
39353 ->values(array(
39354   'filename' => 'sites/all/modules/phone/tests/phone.ph.test',
39355   'hash' => '56727122712ea07bdded9df15449ffe1e605c5e64cebf599876a49e3b0bbb616',
39356 ))
39357 ->values(array(
39358   'filename' => 'sites/all/modules/phone/tests/phone.pk.test',
39359   'hash' => 'd061a6aa870b6a2607cfdb074d5d9ed5719e02fa298f69d38349b742335d8bb8',
39360 ))
39361 ->values(array(
39362   'filename' => 'sites/all/modules/phone/tests/phone.pl.test',
39363   'hash' => 'b9a2079d3d93909513d1c7b10054fddcea114529ac3f0d0cbbc674c547476180',
39364 ))
39365 ->values(array(
39366   'filename' => 'sites/all/modules/phone/tests/phone.ru.test',
39367   'hash' => 'f2f8c62e441ca34552754337f63ac7db81dceff3ebb984bfad3ad0ad19ca2072',
39368 ))
39369 ->values(array(
39370   'filename' => 'sites/all/modules/phone/tests/phone.se.test',
39371   'hash' => '7cb5c273d1f5d19533130da5417a4208c31f7ef8fd4d336972af202e64f05fd9',
39372 ))
39373 ->values(array(
39374   'filename' => 'sites/all/modules/phone/tests/phone.sg.test',
39375   'hash' => 'f76557ba04ad21f81b010f1cd6e649b7fa9eaf1df6acbcd7ac1c7fa60945f29e',
39376 ))
39377 ->values(array(
39378   'filename' => 'sites/all/modules/phone/tests/phone.ua.test',
39379   'hash' => '7441058b561f294da5dca24a367c5cb37bd043c4cb4a55606240d1843a244e56',
39380 ))
39381 ->values(array(
39382   'filename' => 'sites/all/modules/phone/tests/phone.uk.test',
39383   'hash' => 'a42cde9cb4ffbdab1974f56bbdf1f6fe9987f1a5d5713d11c0d3cdc6e0cb34c3',
39384 ))
39385 ->values(array(
39386   'filename' => 'sites/all/modules/phone/tests/phone.za.test',
39387   'hash' => 'c5491ab663972aa23ae2f917a0fc605a6136f02e1b207d3fc650ed1f251359ee',
39388 ))
39389 ->values(array(
39390   'filename' => 'sites/all/modules/views/tests/comment/views_handler_argument_comment_user_uid.test',
39391   'hash' => 'b8b417ef0e05806a88bd7d5e2f7dcb41339fbf5b66f39311defc9fb65476d561',
39392 ))
39393 ->values(array(
39394   'filename' => 'sites/all/modules/views/tests/comment/views_handler_filter_comment_user_uid.test',
39395   'hash' => '347c6ffd4383706dbde844235aaf31cff44a22e95d2e6d8ef4da34a41b70edd1',
39396 ))
39397 ->values(array(
39398   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
39399   'hash' => '53e6d57c2d1d6cd0cd92e15ca4077ba532214daf41e9c7c0f940c7c8dbd86a66',
39400 ))
39401 ->values(array(
39402   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_area_text.test',
39403   'hash' => 'af74a74a3357567b844606add76d7ca1271317778dd7bd245a216cf963c738b4',
39404 ))
39405 ->values(array(
39406   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_null.test',
39407   'hash' => '1d174e1f467b905d67217bd755100d78ffeca4aa4ada5c4be40270cd6d30b721',
39408 ))
39409 ->values(array(
39410   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_string.test',
39411   'hash' => '3d0213af0041146abb61dcdc750869ed773d0ac80cfa74ffbadfdd03b1f11c52',
39412 ))
39413 ->values(array(
39414   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field.test',
39415   'hash' => 'af552bf825ab77486b3d0d156779b7c4806ce5a983c6116ad68b633daf9bb927',
39416 ))
39417 ->values(array(
39418   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_boolean.test',
39419   'hash' => 'd334b12a850f36b41fe89ab30a9d758fd3ce434286bd136404344b7b288460ae',
39420 ))
39421 ->values(array(
39422   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_counter.test',
39423   'hash' => '75b31942adf06b107f5ffd3c97545fde8cd1040b1d00f682e3c7c1320026e26c',
39424 ))
39425 ->values(array(
39426   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_custom.test',
39427   'hash' => '1446bc3d5a6b1180a79edfa46a5268dbf7f089836aa3bc45df00ddaff9dd0ce1',
39428 ))
39429 ->values(array(
39430   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_date.test',
39431   'hash' => '6f45326d7f74127956d9d8e4d7ad96a4beb0f66175fa40daf1d618d1a5fa996d',
39432 ))
39433 ->values(array(
39434   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_file_size.test',
39435   'hash' => '49184db68af398a54e81c8a76261acd861da8fd7846b9d51dcf476d61396bfb9',
39436 ))
39437 ->values(array(
39438   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_math.test',
39439   'hash' => '6e39e4f782e6b36151ceafb41a5509f7c661be79b393b24f6f5496d724535887',
39440 ))
39441 ->values(array(
39442   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_url.test',
39443   'hash' => 'b41f762a71594b438a2e60a79c8260ba54e6305635725b0747e29f0d3ffe08c9',
39444 ))
39445 ->values(array(
39446   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_xss.test',
39447   'hash' => 'f129ee16c03f84673e33990cbb2da5aa88c362f46e9ba1620b2a842ffd1c9cd2',
39448 ))
39449 ->values(array(
39450   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_combine.test',
39451   'hash' => '05842d83a11822afe7d566835f5db9f0f94fdb27ddfc388d38138767bdf36f8b',
39452 ))
39453 ->values(array(
39454   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_date.test',
39455   'hash' => '045cc449b68bbd5526071bf38c505b6d44f6c91868273c3120705c3bad250aee',
39456 ))
39457 ->values(array(
39458   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_equality.test',
39459   'hash' => 'c88f21c9cbf1aae83393b26616908f8020c18fe378d76256c7ba192df2ec17af',
39460 ))
39461 ->values(array(
39462   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_in_operator.test',
39463   'hash' => '89420a4071677232e0eb82b184b37b818a82bdb2ff90a8b21293f9ecb21808bf',
39464 ))
39465 ->values(array(
39466   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_numeric.test',
39467   'hash' => '35ac7a34e696b979e86ef7209b6697098d9abe218e30a02cc4fe39fb11f2a852',
39468 ))
39469 ->values(array(
39470   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_string.test',
39471   'hash' => 'b7d090780748faad478e619fd55673d746d4a0cf343d9e40ea96881324c34cbd',
39472 ))
39473 ->values(array(
39474   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort.test',
39475   'hash' => 'f4ff79e6bc54e83c4eb2777811f33702b7e9fe7416ef70ae00d100fa54d44fec',
39476 ))
39477 ->values(array(
39478   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_date.test',
39479   'hash' => 'f548584d7c6a71cabd3ce07e04053a38df3f3e1685210ce8114238fd05344c10',
39480 ))
39481 ->values(array(
39482   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_random.test',
39483   'hash' => '4fdba9bf05a26720ffa97e7a37da65ddc9044bd2832f8c89007b82feb062f182',
39484 ))
39485 ->values(array(
39486   'filename' => 'sites/all/modules/views/tests/node/views_node_revision_relations.test',
39487   'hash' => '9467497a6d693615b48c8f57611a850002317bcb091b926d2efbbe56a4e61480',
39488 ))
39489 ->values(array(
39490   'filename' => 'sites/all/modules/views/tests/plugins/views_plugin_display.test',
39491   'hash' => '4a6b136543a60999604c54125fa9d4f5aa61a5dcc71e2133d89325d81bc0fc2d',
39492 ))
39493 ->values(array(
39494   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style.test',
39495   'hash' => 'fb6c3279645fbcc1126acb3e1c908189e5240c647f81dcfd9b0761570c99d269',
39496 ))
39497 ->values(array(
39498   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_base.test',
39499   'hash' => '54fb7816d18416d8b0db67e9f55aa2aa50ac204eb9311be14b6700b7d7a95ae7',
39500 ))
39501 ->values(array(
39502   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_jump_menu.test',
39503   'hash' => 'b88baa8aebe183943a6e4cf2df314fef13ac41b5844cd5fa4aa91557dd624895',
39504 ))
39505 ->values(array(
39506   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_mapping.test',
39507   'hash' => 'a4e68bc8cfbeff4a1d9b8085fd115bfe7a8c4b84c049573fa0409b0dc8c2f053',
39508 ))
39509 ->values(array(
39510   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_unformatted.test',
39511   'hash' => '033ca29d41af47cd7bd12d50fea6c956dde247202ebda9df7f637111481bb51d',
39512 ))
39513 ->values(array(
39514   'filename' => 'sites/all/modules/views/tests/taxonomy/views_handler_relationship_node_term_data.test',
39515   'hash' => '6074f5c7ae63225ea0cd26626ace6c017740e226f4d3c234e39869c31308223d',
39516 ))
39517 ->values(array(
39518   'filename' => 'sites/all/modules/views/tests/user/views_handler_field_user_name.test',
39519   'hash' => '69641b6da26d8daee9a2ceb2d0df56668bf09b86db1d4071c275b6e8d0885f9e',
39520 ))
39521 ->values(array(
39522   'filename' => 'sites/all/modules/views/tests/user/views_user.test',
39523   'hash' => 'fbb63b42a0b7051bd4d33cf36841f39d7cc13a63b0554eca431b2a08c19facae',
39524 ))
39525 ->values(array(
39526   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_default.test',
39527   'hash' => '6423f2db7673763991b1fd0c452a7d84413c7dd888ca6c95545fadc531cfaaf4',
39528 ))
39529 ->values(array(
39530   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_validate.test',
39531   'hash' => 'c88c9e5d162958f8924849758486a0d83822ada06088f5cf71bfbe76932d8d84',
39532 ))
39533 ->values(array(
39534   'filename' => 'sites/all/modules/views/tests/views_access.test',
39535   'hash' => 'f8b9d04b43c09a67ec722290a30408c1df8c163cf6e5863b41468bb4e381ee6f',
39536 ))
39537 ->values(array(
39538   'filename' => 'sites/all/modules/views/tests/views_analyze.test',
39539   'hash' => '5548e36c99bb626209d63e5cddbc31f49ad83865c983d2662c6826b328d24ffb',
39540 ))
39541 ->values(array(
39542   'filename' => 'sites/all/modules/views/tests/views_argument_default.test',
39543   'hash' => '5950937aae4608bba5b86f366ef3a56cc6518bbccfeaeacda79fa13246d220e4',
39544 ))
39545 ->values(array(
39546   'filename' => 'sites/all/modules/views/tests/views_argument_validator.test',
39547   'hash' => '31f8f49946c8aa3b03d6d9a2281bdfb11c54071b28e83fb3e827ca6ff5e38c88',
39548 ))
39549 ->values(array(
39550   'filename' => 'sites/all/modules/views/tests/views_basic.test',
39551   'hash' => '655bd33983f84bbea68a3f24bfab545d2c02f36a478566edf35a98a58ff0c6cf',
39552 ))
39553 ->values(array(
39554   'filename' => 'sites/all/modules/views/tests/views_cache.test',
39555   'hash' => '76316e1f026c2ab81ef91450b9d6d5985cbfab087f839ea0edd112209bf84fd9',
39556 ))
39557 ->values(array(
39558   'filename' => 'sites/all/modules/views/tests/views_exposed_form.test',
39559   'hash' => '2b2b16373af8ecade91d7c77bd8c2da8286a33bde554874f5d81399d201c3228',
39560 ))
39561 ->values(array(
39562   'filename' => 'sites/all/modules/views/tests/views_glossary.test',
39563   'hash' => '118d50177a68a6f88e3727e10f8bcc6f95176282cc42fbd604458eeb932a36e8',
39564 ))
39565 ->values(array(
39566   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
39567   'hash' => 'ac6ca55f084f4884c06437815ccfa5c4d10bfef808c3f6f17a4f69537794a992',
39568 ))
39569 ->values(array(
39570   'filename' => 'sites/all/modules/views/tests/views_handlers.test',
39571   'hash' => 'a696e3d6b1748da03a04ac532f403700d07c920b9c405c628a6c94ea6764f501',
39572 ))
39573 ->values(array(
39574   'filename' => 'sites/all/modules/views/tests/views_module.test',
39575   'hash' => '3939798f2f679308903d4845f5625dd60df6110aec2615e33ab81e854d0b7e73',
39576 ))
39577 ->values(array(
39578   'filename' => 'sites/all/modules/views/tests/views_pager.test',
39579   'hash' => '6f448c8c13c5177afb35103119d6281958a2d6dbdfb96ae5f4ee77cb3b44adc5',
39580 ))
39581 ->values(array(
39582   'filename' => 'sites/all/modules/views/tests/views_query.test',
39583   'hash' => '1ab587994dc43b1315e9a534d005798aecaa14182ba23a2b445e56516b9528cb',
39584 ))
39585 ->values(array(
39586   'filename' => 'sites/all/modules/views/tests/views_translatable.test',
39587   'hash' => '6899c7b09ab72c262480cf78d200ecddfb683e8f2495438a55b35ae0e103a1b3',
39588 ))
39589 ->values(array(
39590   'filename' => 'sites/all/modules/views/tests/views_ui.test',
39591   'hash' => 'f9687a363d7cc2828739583e3eedeb68c99acd505ff4e3036c806a42b93a2688',
39592 ))
39593 ->values(array(
39594   'filename' => 'sites/all/modules/views/tests/views_upgrade.test',
39595   'hash' => 'c48bd74b85809dd78d963e525e38f3b6dd7e12aa249f73bd6a20247a40d6713a',
39596 ))
39597 ->values(array(
39598   'filename' => 'sites/all/modules/views/tests/views_view.test',
39599   'hash' => 'a52e010d27cc2eb29804a3acd30f574adf11fad1f5860e431178b61cddbdbb69',
39600 ))
39601 ->execute();
39602
39603 $connection->schema()->createTable('role', array(
39604   'fields' => array(
39605     'rid' => array(
39606       'type' => 'serial',
39607       'not null' => TRUE,
39608       'size' => 'normal',
39609       'unsigned' => TRUE,
39610     ),
39611     'name' => array(
39612       'type' => 'varchar',
39613       'not null' => TRUE,
39614       'length' => '64',
39615       'default' => '',
39616     ),
39617     'weight' => array(
39618       'type' => 'int',
39619       'not null' => TRUE,
39620       'size' => 'normal',
39621       'default' => '0',
39622     ),
39623   ),
39624   'primary key' => array(
39625     'rid',
39626   ),
39627   'mysql_character_set' => 'utf8',
39628 ));
39629
39630 $connection->insert('role')
39631 ->fields(array(
39632   'rid',
39633   'name',
39634   'weight',
39635 ))
39636 ->values(array(
39637   'rid' => '1',
39638   'name' => 'anonymous user',
39639   'weight' => '0',
39640 ))
39641 ->values(array(
39642   'rid' => '2',
39643   'name' => 'authenticated user',
39644   'weight' => '1',
39645 ))
39646 ->values(array(
39647   'rid' => '3',
39648   'name' => 'administrator',
39649   'weight' => '2',
39650 ))
39651 ->execute();
39652
39653 $connection->schema()->createTable('role_permission', array(
39654   'fields' => array(
39655     'rid' => array(
39656       'type' => 'int',
39657       'not null' => TRUE,
39658       'size' => 'normal',
39659       'unsigned' => TRUE,
39660     ),
39661     'permission' => array(
39662       'type' => 'varchar',
39663       'not null' => TRUE,
39664       'length' => '128',
39665       'default' => '',
39666     ),
39667     'module' => array(
39668       'type' => 'varchar',
39669       'not null' => TRUE,
39670       'length' => '255',
39671       'default' => '',
39672     ),
39673   ),
39674   'primary key' => array(
39675     'rid',
39676     'permission',
39677   ),
39678   'mysql_character_set' => 'utf8',
39679 ));
39680
39681 $connection->insert('role_permission')
39682 ->fields(array(
39683   'rid',
39684   'permission',
39685   'module',
39686 ))
39687 ->values(array(
39688   'rid' => '3',
39689   'permission' => 'access administration pages',
39690   'module' => 'system',
39691 ))
39692 ->values(array(
39693   'rid' => '3',
39694   'permission' => 'access all views',
39695   'module' => 'views',
39696 ))
39697 ->values(array(
39698   'rid' => '1',
39699   'permission' => 'access comments',
39700   'module' => 'comment',
39701 ))
39702 ->values(array(
39703   'rid' => '2',
39704   'permission' => 'access comments',
39705   'module' => 'comment',
39706 ))
39707 ->values(array(
39708   'rid' => '3',
39709   'permission' => 'access comments',
39710   'module' => 'comment',
39711 ))
39712 ->values(array(
39713   'rid' => '1',
39714   'permission' => 'access content',
39715   'module' => 'node',
39716 ))
39717 ->values(array(
39718   'rid' => '2',
39719   'permission' => 'access content',
39720   'module' => 'node',
39721 ))
39722 ->values(array(
39723   'rid' => '3',
39724   'permission' => 'access content',
39725   'module' => 'node',
39726 ))
39727 ->values(array(
39728   'rid' => '3',
39729   'permission' => 'access content overview',
39730   'module' => 'node',
39731 ))
39732 ->values(array(
39733   'rid' => '3',
39734   'permission' => 'access contextual links',
39735   'module' => 'contextual',
39736 ))
39737 ->values(array(
39738   'rid' => '3',
39739   'permission' => 'access dashboard',
39740   'module' => 'dashboard',
39741 ))
39742 ->values(array(
39743   'rid' => '3',
39744   'permission' => 'access news feeds',
39745   'module' => 'aggregator',
39746 ))
39747 ->values(array(
39748   'rid' => '3',
39749   'permission' => 'access overlay',
39750   'module' => 'overlay',
39751 ))
39752 ->values(array(
39753   'rid' => '3',
39754   'permission' => 'access printer-friendly version',
39755   'module' => 'book',
39756 ))
39757 ->values(array(
39758   'rid' => '3',
39759   'permission' => 'access site in maintenance mode',
39760   'module' => 'system',
39761 ))
39762 ->values(array(
39763   'rid' => '3',
39764   'permission' => 'access site reports',
39765   'module' => 'system',
39766 ))
39767 ->values(array(
39768   'rid' => '3',
39769   'permission' => 'access site-wide contact form',
39770   'module' => 'contact',
39771 ))
39772 ->values(array(
39773   'rid' => '3',
39774   'permission' => 'access statistics',
39775   'module' => 'statistics',
39776 ))
39777 ->values(array(
39778   'rid' => '3',
39779   'permission' => 'access toolbar',
39780   'module' => 'toolbar',
39781 ))
39782 ->values(array(
39783   'rid' => '3',
39784   'permission' => 'access user contact forms',
39785   'module' => 'contact',
39786 ))
39787 ->values(array(
39788   'rid' => '3',
39789   'permission' => 'access user profiles',
39790   'module' => 'user',
39791 ))
39792 ->values(array(
39793   'rid' => '3',
39794   'permission' => 'add content to books',
39795   'module' => 'book',
39796 ))
39797 ->values(array(
39798   'rid' => '3',
39799   'permission' => 'administer actions',
39800   'module' => 'system',
39801 ))
39802 ->values(array(
39803   'rid' => '3',
39804   'permission' => 'administer blocks',
39805   'module' => 'block',
39806 ))
39807 ->values(array(
39808   'rid' => '3',
39809   'permission' => 'administer book outlines',
39810   'module' => 'book',
39811 ))
39812 ->values(array(
39813   'rid' => '3',
39814   'permission' => 'administer comments',
39815   'module' => 'comment',
39816 ))
39817 ->values(array(
39818   'rid' => '3',
39819   'permission' => 'administer contact forms',
39820   'module' => 'contact',
39821 ))
39822 ->values(array(
39823   'rid' => '3',
39824   'permission' => 'administer content types',
39825   'module' => 'node',
39826 ))
39827 ->values(array(
39828   'rid' => '3',
39829   'permission' => 'administer filters',
39830   'module' => 'filter',
39831 ))
39832 ->values(array(
39833   'rid' => '3',
39834   'permission' => 'administer forums',
39835   'module' => 'forum',
39836 ))
39837 ->values(array(
39838   'rid' => '3',
39839   'permission' => 'administer image styles',
39840   'module' => 'image',
39841 ))
39842 ->values(array(
39843   'rid' => '3',
39844   'permission' => 'administer languages',
39845   'module' => 'locale',
39846 ))
39847 ->values(array(
39848   'rid' => '3',
39849   'permission' => 'administer menu',
39850   'module' => 'menu',
39851 ))
39852 ->values(array(
39853   'rid' => '3',
39854   'permission' => 'administer modules',
39855   'module' => 'system',
39856 ))
39857 ->values(array(
39858   'rid' => '3',
39859   'permission' => 'administer news feeds',
39860   'module' => 'aggregator',
39861 ))
39862 ->values(array(
39863   'rid' => '3',
39864   'permission' => 'administer nodes',
39865   'module' => 'node',
39866 ))
39867 ->values(array(
39868   'rid' => '3',
39869   'permission' => 'administer permissions',
39870   'module' => 'user',
39871 ))
39872 ->values(array(
39873   'rid' => '3',
39874   'permission' => 'administer search',
39875   'module' => 'search',
39876 ))
39877 ->values(array(
39878   'rid' => '3',
39879   'permission' => 'administer shortcuts',
39880   'module' => 'shortcut',
39881 ))
39882 ->values(array(
39883   'rid' => '3',
39884   'permission' => 'administer site configuration',
39885   'module' => 'system',
39886 ))
39887 ->values(array(
39888   'rid' => '3',
39889   'permission' => 'administer software updates',
39890   'module' => 'system',
39891 ))
39892 ->values(array(
39893   'rid' => '3',
39894   'permission' => 'administer statistics',
39895   'module' => 'statistics',
39896 ))
39897 ->values(array(
39898   'rid' => '3',
39899   'permission' => 'administer taxonomy',
39900   'module' => 'taxonomy',
39901 ))
39902 ->values(array(
39903   'rid' => '3',
39904   'permission' => 'administer themes',
39905   'module' => 'system',
39906 ))
39907 ->values(array(
39908   'rid' => '3',
39909   'permission' => 'administer unit tests',
39910   'module' => 'simpletest',
39911 ))
39912 ->values(array(
39913   'rid' => '3',
39914   'permission' => 'administer url aliases',
39915   'module' => 'path',
39916 ))
39917 ->values(array(
39918   'rid' => '3',
39919   'permission' => 'administer users',
39920   'module' => 'user',
39921 ))
39922 ->values(array(
39923   'rid' => '3',
39924   'permission' => 'administer views',
39925   'module' => 'views',
39926 ))
39927 ->values(array(
39928   'rid' => '3',
39929   'permission' => 'block IP addresses',
39930   'module' => 'system',
39931 ))
39932 ->values(array(
39933   'rid' => '3',
39934   'permission' => 'bypass node access',
39935   'module' => 'node',
39936 ))
39937 ->values(array(
39938   'rid' => '3',
39939   'permission' => 'cancel account',
39940   'module' => 'user',
39941 ))
39942 ->values(array(
39943   'rid' => '3',
39944   'permission' => 'change own username',
39945   'module' => 'user',
39946 ))
39947 ->values(array(
39948   'rid' => '3',
39949   'permission' => 'create article content',
39950   'module' => 'node',
39951 ))
39952 ->values(array(
39953   'rid' => '3',
39954   'permission' => 'create new books',
39955   'module' => 'book',
39956 ))
39957 ->values(array(
39958   'rid' => '3',
39959   'permission' => 'create page content',
39960   'module' => 'node',
39961 ))
39962 ->values(array(
39963   'rid' => '3',
39964   'permission' => 'create url aliases',
39965   'module' => 'path',
39966 ))
39967 ->values(array(
39968   'rid' => '3',
39969   'permission' => 'customize shortcut links',
39970   'module' => 'shortcut',
39971 ))
39972 ->values(array(
39973   'rid' => '3',
39974   'permission' => 'delete any article content',
39975   'module' => 'node',
39976 ))
39977 ->values(array(
39978   'rid' => '3',
39979   'permission' => 'delete any page content',
39980   'module' => 'node',
39981 ))
39982 ->values(array(
39983   'rid' => '3',
39984   'permission' => 'delete own article content',
39985   'module' => 'node',
39986 ))
39987 ->values(array(
39988   'rid' => '3',
39989   'permission' => 'delete own page content',
39990   'module' => 'node',
39991 ))
39992 ->values(array(
39993   'rid' => '3',
39994   'permission' => 'delete revisions',
39995   'module' => 'node',
39996 ))
39997 ->values(array(
39998   'rid' => '3',
39999   'permission' => 'delete terms in 1',
40000   'module' => 'taxonomy',
40001 ))
40002 ->values(array(
40003   'rid' => '3',
40004   'permission' => 'edit any article content',
40005   'module' => 'node',
40006 ))
40007 ->values(array(
40008   'rid' => '3',
40009   'permission' => 'edit any page content',
40010   'module' => 'node',
40011 ))
40012 ->values(array(
40013   'rid' => '3',
40014   'permission' => 'edit own article content',
40015   'module' => 'node',
40016 ))
40017 ->values(array(
40018   'rid' => '3',
40019   'permission' => 'edit own comments',
40020   'module' => 'comment',
40021 ))
40022 ->values(array(
40023   'rid' => '3',
40024   'permission' => 'edit own page content',
40025   'module' => 'node',
40026 ))
40027 ->values(array(
40028   'rid' => '3',
40029   'permission' => 'edit terms in 1',
40030   'module' => 'taxonomy',
40031 ))
40032 ->values(array(
40033   'rid' => '2',
40034   'permission' => 'post comments',
40035   'module' => 'comment',
40036 ))
40037 ->values(array(
40038   'rid' => '3',
40039   'permission' => 'post comments',
40040   'module' => 'comment',
40041 ))
40042 ->values(array(
40043   'rid' => '3',
40044   'permission' => 'revert revisions',
40045   'module' => 'node',
40046 ))
40047 ->values(array(
40048   'rid' => '3',
40049   'permission' => 'search content',
40050   'module' => 'search',
40051 ))
40052 ->values(array(
40053   'rid' => '3',
40054   'permission' => 'select account cancellation method',
40055   'module' => 'user',
40056 ))
40057 ->values(array(
40058   'rid' => '2',
40059   'permission' => 'skip comment approval',
40060   'module' => 'comment',
40061 ))
40062 ->values(array(
40063   'rid' => '3',
40064   'permission' => 'skip comment approval',
40065   'module' => 'comment',
40066 ))
40067 ->values(array(
40068   'rid' => '3',
40069   'permission' => 'switch shortcut sets',
40070   'module' => 'shortcut',
40071 ))
40072 ->values(array(
40073   'rid' => '3',
40074   'permission' => 'translate content',
40075   'module' => 'translation',
40076 ))
40077 ->values(array(
40078   'rid' => '3',
40079   'permission' => 'translate interface',
40080   'module' => 'locale',
40081 ))
40082 ->values(array(
40083   'rid' => '3',
40084   'permission' => 'use advanced search',
40085   'module' => 'search',
40086 ))
40087 ->values(array(
40088   'rid' => '3',
40089   'permission' => 'use PHP for settings',
40090   'module' => 'php',
40091 ))
40092 ->values(array(
40093   'rid' => '2',
40094   'permission' => 'use text format custom_text_format',
40095   'module' => 'filter',
40096 ))
40097 ->values(array(
40098   'rid' => '3',
40099   'permission' => 'use text format custom_text_format',
40100   'module' => 'filter',
40101 ))
40102 ->values(array(
40103   'rid' => '1',
40104   'permission' => 'use text format filtered_html',
40105   'module' => 'filter',
40106 ))
40107 ->values(array(
40108   'rid' => '2',
40109   'permission' => 'use text format filtered_html',
40110   'module' => 'filter',
40111 ))
40112 ->values(array(
40113   'rid' => '3',
40114   'permission' => 'use text format filtered_html',
40115   'module' => 'filter',
40116 ))
40117 ->values(array(
40118   'rid' => '3',
40119   'permission' => 'use text format full_html',
40120   'module' => 'filter',
40121 ))
40122 ->values(array(
40123   'rid' => '3',
40124   'permission' => 'view own unpublished content',
40125   'module' => 'node',
40126 ))
40127 ->values(array(
40128   'rid' => '3',
40129   'permission' => 'view post access counter',
40130   'module' => 'statistics',
40131 ))
40132 ->values(array(
40133   'rid' => '3',
40134   'permission' => 'view revisions',
40135   'module' => 'node',
40136 ))
40137 ->values(array(
40138   'rid' => '3',
40139   'permission' => 'view the administration theme',
40140   'module' => 'system',
40141 ))
40142 ->execute();
40143
40144 $connection->schema()->createTable('search_dataset', array(
40145   'fields' => array(
40146     'sid' => array(
40147       'type' => 'int',
40148       'not null' => TRUE,
40149       'size' => 'normal',
40150       'default' => '0',
40151       'unsigned' => TRUE,
40152     ),
40153     'type' => array(
40154       'type' => 'varchar',
40155       'not null' => TRUE,
40156       'length' => '16',
40157     ),
40158     'data' => array(
40159       'type' => 'text',
40160       'not null' => TRUE,
40161       'size' => 'normal',
40162     ),
40163     'reindex' => array(
40164       'type' => 'int',
40165       'not null' => TRUE,
40166       'size' => 'normal',
40167       'default' => '0',
40168       'unsigned' => TRUE,
40169     ),
40170   ),
40171   'primary key' => array(
40172     'sid',
40173     'type',
40174   ),
40175   'mysql_character_set' => 'utf8',
40176 ));
40177
40178 $connection->insert('search_dataset')
40179 ->fields(array(
40180   'sid',
40181   'type',
40182   'data',
40183   'reindex',
40184 ))
40185 ->values(array(
40186   'sid' => '1',
40187   'type' => 'node',
40188   '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  ',
40189   'reindex' => '0',
40190 ))
40191 ->values(array(
40192   'sid' => '2',
40193   'type' => 'node',
40194   '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 ',
40195   'reindex' => '0',
40196 ))
40197 ->execute();
40198
40199 $connection->schema()->createTable('search_index', array(
40200   'fields' => array(
40201     'word' => array(
40202       'type' => 'varchar',
40203       'not null' => TRUE,
40204       'length' => '50',
40205       'default' => '',
40206     ),
40207     'sid' => array(
40208       'type' => 'int',
40209       'not null' => TRUE,
40210       'size' => 'normal',
40211       'default' => '0',
40212       'unsigned' => TRUE,
40213     ),
40214     'type' => array(
40215       'type' => 'varchar',
40216       'not null' => TRUE,
40217       'length' => '16',
40218     ),
40219     'score' => array(
40220       'type' => 'numeric',
40221       'not null' => FALSE,
40222       'precision' => '10',
40223       'scale' => '0',
40224     ),
40225   ),
40226   'primary key' => array(
40227     'word',
40228     'sid',
40229     'type',
40230   ),
40231   'mysql_character_set' => 'utf8',
40232 ));
40233
40234 $connection->insert('search_index')
40235 ->fields(array(
40236   'word',
40237   'sid',
40238   'type',
40239   'score',
40240 ))
40241 ->values(array(
40242   'word' => '1',
40243   'sid' => '1',
40244   'type' => 'node',
40245   'score' => '1',
40246 ))
40247 ->values(array(
40248   'word' => '1192015',
40249   'sid' => '1',
40250   'type' => 'node',
40251   'score' => '1',
40252 ))
40253 ->values(array(
40254   'word' => '19',
40255   'sid' => '1',
40256   'type' => 'node',
40257   'score' => '2',
40258 ))
40259 ->values(array(
40260   'word' => '2015',
40261   'sid' => '1',
40262   'type' => 'node',
40263   'score' => '2',
40264 ))
40265 ->values(array(
40266   'word' => '2215',
40267   'sid' => '1',
40268   'type' => 'node',
40269   'score' => '2',
40270 ))
40271 ->values(array(
40272   'word' => '2218',
40273   'sid' => '1',
40274   'type' => 'node',
40275   'score' => '1',
40276 ))
40277 ->values(array(
40278   'word' => '9',
40279   'sid' => '1',
40280   'type' => 'node',
40281   'score' => '1',
40282 ))
40283 ->values(array(
40284   'word' => '99999999',
40285   'sid' => '1',
40286   'type' => 'node',
40287   'score' => '1',
40288 ))
40289 ->values(array(
40290   'word' => 'abc5xyz',
40291   'sid' => '1',
40292   'type' => 'node',
40293   'score' => '1',
40294 ))
40295 ->values(array(
40296   'word' => 'admin',
40297   'sid' => '1',
40298   'type' => 'node',
40299   'score' => '1',
40300 ))
40301 ->values(array(
40302   'word' => 'another',
40303   'sid' => '1',
40304   'type' => 'node',
40305   'score' => '11',
40306 ))
40307 ->values(array(
40308   'word' => 'click',
40309   'sid' => '1',
40310   'type' => 'node',
40311   'score' => '11',
40312 ))
40313 ->values(array(
40314   'word' => 'comment',
40315   'sid' => '1',
40316   'type' => 'node',
40317   'score' => '27',
40318 ))
40319 ->values(array(
40320   'word' => 'comments',
40321   'sid' => '1',
40322   'type' => 'node',
40323   'score' => '1',
40324 ))
40325 ->values(array(
40326   'word' => 'default',
40327   'sid' => '1',
40328   'type' => 'node',
40329   'score' => '11',
40330 ))
40331 ->values(array(
40332   'word' => 'examplecom',
40333   'sid' => '1',
40334   'type' => 'node',
40335   'score' => '22',
40336 ))
40337 ->values(array(
40338   'word' => 'here',
40339   'sid' => '1',
40340   'type' => 'node',
40341   'score' => '11',
40342 ))
40343 ->values(array(
40344   'word' => 'january',
40345   'sid' => '1',
40346   'type' => 'node',
40347   'score' => '2',
40348 ))
40349 ->values(array(
40350   'word' => 'monday',
40351   'sid' => '1',
40352   'type' => 'node',
40353   'score' => '2',
40354 ))
40355 ->values(array(
40356   'word' => 'more',
40357   'sid' => '1',
40358   'type' => 'node',
40359   'score' => '1',
40360 ))
40361 ->values(array(
40362   'word' => 'node',
40363   'sid' => '1',
40364   'type' => 'node',
40365   'score' => '26',
40366 ))
40367 ->values(array(
40368   'word' => 'permalink',
40369   'sid' => '1',
40370   'type' => 'node',
40371   'score' => '11',
40372 ))
40373 ->values(array(
40374   'word' => 'post',
40375   'sid' => '1',
40376   'type' => 'node',
40377   'score' => '1',
40378 ))
40379 ->values(array(
40380   'word' => 'prefix',
40381   'sid' => '1',
40382   'type' => 'node',
40383   'score' => '1',
40384 ))
40385 ->values(array(
40386   'word' => 'register',
40387   'sid' => '1',
40388   'type' => 'node',
40389   'score' => '2',
40390 ))
40391 ->values(array(
40392   'word' => 'some',
40393   'sid' => '1',
40394   'type' => 'node',
40395   'score' => '1',
40396 ))
40397 ->values(array(
40398   'word' => 'submitted',
40399   'sid' => '1',
40400   'type' => 'node',
40401   'score' => '1',
40402 ))
40403 ->values(array(
40404   'word' => 'text',
40405   'sid' => '1',
40406   'type' => 'node',
40407   'score' => '1',
40408 ))
40409 ->values(array(
40410   'word' => 'this',
40411   'sid' => '1',
40412   'type' => 'node',
40413   'score' => '1',
40414 ))
40415 ->values(array(
40416   'word' => 'value',
40417   'sid' => '1',
40418   'type' => 'node',
40419   'score' => '1',
40420 ))
40421 ->values(array(
40422   'word' => 'value120suffix',
40423   'sid' => '1',
40424   'type' => 'node',
40425   'score' => '1',
40426 ))
40427 ->values(array(
40428   'word' => '9',
40429   'sid' => '2',
40430   'type' => 'node',
40431   'score' => '26',
40432 ))
40433 ->values(array(
40434   'word' => 'about',
40435   'sid' => '2',
40436   'type' => 'node',
40437   'score' => '26',
40438 ))
40439 ->values(array(
40440   'word' => 'absolute',
40441   'sid' => '2',
40442   'type' => 'node',
40443   'score' => '1',
40444 ))
40445 ->values(array(
40446   'word' => 'benjamin',
40447   'sid' => '2',
40448   'type' => 'node',
40449   'score' => '11',
40450 ))
40451 ->values(array(
40452   'word' => 'best',
40453   'sid' => '2',
40454   'type' => 'node',
40455   'score' => '1',
40456 ))
40457 ->values(array(
40458   'word' => 'deep',
40459   'sid' => '2',
40460   'type' => 'node',
40461   'score' => '26',
40462 ))
40463 ->values(array(
40464   'word' => 'ever',
40465   'sid' => '2',
40466   'type' => 'node',
40467   'score' => '1',
40468 ))
40469 ->values(array(
40470   'word' => 'know',
40471   'sid' => '2',
40472   'type' => 'node',
40473   'score' => '1',
40474 ))
40475 ->values(array(
40476   'word' => 'quark',
40477   'sid' => '2',
40478   'type' => 'node',
40479   'score' => '11',
40480 ))
40481 ->values(array(
40482   'word' => 'show',
40483   'sid' => '2',
40484   'type' => 'node',
40485   'score' => '1',
40486 ))
40487 ->values(array(
40488   'word' => 'sisko',
40489   'sid' => '2',
40490   'type' => 'node',
40491   'score' => '11',
40492 ))
40493 ->values(array(
40494   'word' => 'space',
40495   'sid' => '2',
40496   'type' => 'node',
40497   'score' => '26',
40498 ))
40499 ->values(array(
40500   'word' => 'that',
40501   'sid' => '2',
40502   'type' => 'node',
40503   'score' => '1',
40504 ))
40505 ->values(array(
40506   'word' => 'thing',
40507   'sid' => '2',
40508   'type' => 'node',
40509   'score' => '26',
40510 ))
40511 ->values(array(
40512   'word' => 'trust',
40513   'sid' => '2',
40514   'type' => 'node',
40515   'score' => '1',
40516 ))
40517 ->values(array(
40518   'word' => 'would',
40519   'sid' => '2',
40520   'type' => 'node',
40521   'score' => '1',
40522 ))
40523 ->execute();
40524
40525 $connection->schema()->createTable('search_node_links', array(
40526   'fields' => array(
40527     'sid' => array(
40528       'type' => 'int',
40529       'not null' => TRUE,
40530       'size' => 'normal',
40531       'default' => '0',
40532       'unsigned' => TRUE,
40533     ),
40534     'type' => array(
40535       'type' => 'varchar',
40536       'not null' => TRUE,
40537       'length' => '16',
40538       'default' => '',
40539     ),
40540     'nid' => array(
40541       'type' => 'int',
40542       'not null' => TRUE,
40543       'size' => 'normal',
40544       'default' => '0',
40545       'unsigned' => TRUE,
40546     ),
40547     'caption' => array(
40548       'type' => 'text',
40549       'not null' => FALSE,
40550       'size' => 'normal',
40551     ),
40552   ),
40553   'primary key' => array(
40554     'sid',
40555     'type',
40556     'nid',
40557   ),
40558   'mysql_character_set' => 'utf8',
40559 ));
40560
40561 $connection->schema()->createTable('search_total', array(
40562   'fields' => array(
40563     'word' => array(
40564       'type' => 'varchar',
40565       'not null' => TRUE,
40566       'length' => '50',
40567       'default' => '',
40568     ),
40569     'count' => array(
40570       'type' => 'numeric',
40571       'not null' => FALSE,
40572       'precision' => '10',
40573       'scale' => '0',
40574     ),
40575   ),
40576   'primary key' => array(
40577     'word',
40578   ),
40579   'mysql_character_set' => 'utf8',
40580 ));
40581
40582 $connection->insert('search_total')
40583 ->fields(array(
40584   'word',
40585   'count',
40586 ))
40587 ->values(array(
40588   'word' => '1',
40589   'count' => '0',
40590 ))
40591 ->values(array(
40592   'word' => '1192015',
40593   'count' => '0',
40594 ))
40595 ->values(array(
40596   'word' => '19',
40597   'count' => '0',
40598 ))
40599 ->values(array(
40600   'word' => '2015',
40601   'count' => '0',
40602 ))
40603 ->values(array(
40604   'word' => '2215',
40605   'count' => '0',
40606 ))
40607 ->values(array(
40608   'word' => '2218',
40609   'count' => '0',
40610 ))
40611 ->values(array(
40612   'word' => '9',
40613   'count' => '0',
40614 ))
40615 ->values(array(
40616   'word' => '99999999',
40617   'count' => '0',
40618 ))
40619 ->values(array(
40620   'word' => 'abc5xyz',
40621   'count' => '0',
40622 ))
40623 ->values(array(
40624   'word' => 'about',
40625   'count' => '0',
40626 ))
40627 ->values(array(
40628   'word' => 'absolute',
40629   'count' => '0',
40630 ))
40631 ->values(array(
40632   'word' => 'admin',
40633   'count' => '0',
40634 ))
40635 ->values(array(
40636   'word' => 'another',
40637   'count' => '0',
40638 ))
40639 ->values(array(
40640   'word' => 'benjamin',
40641   'count' => '0',
40642 ))
40643 ->values(array(
40644   'word' => 'best',
40645   'count' => '0',
40646 ))
40647 ->values(array(
40648   'word' => 'click',
40649   'count' => '0',
40650 ))
40651 ->values(array(
40652   'word' => 'comment',
40653   'count' => '0',
40654 ))
40655 ->values(array(
40656   'word' => 'comments',
40657   'count' => '0',
40658 ))
40659 ->values(array(
40660   'word' => 'deep',
40661   'count' => '0',
40662 ))
40663 ->values(array(
40664   'word' => 'default',
40665   'count' => '0',
40666 ))
40667 ->values(array(
40668   'word' => 'ever',
40669   'count' => '0',
40670 ))
40671 ->values(array(
40672   'word' => 'examplecom',
40673   'count' => '0',
40674 ))
40675 ->values(array(
40676   'word' => 'here',
40677   'count' => '0',
40678 ))
40679 ->values(array(
40680   'word' => 'january',
40681   'count' => '0',
40682 ))
40683 ->values(array(
40684   'word' => 'know',
40685   'count' => '0',
40686 ))
40687 ->values(array(
40688   'word' => 'monday',
40689   'count' => '0',
40690 ))
40691 ->values(array(
40692   'word' => 'more',
40693   'count' => '0',
40694 ))
40695 ->values(array(
40696   'word' => 'node',
40697   'count' => '0',
40698 ))
40699 ->values(array(
40700   'word' => 'permalink',
40701   'count' => '0',
40702 ))
40703 ->values(array(
40704   'word' => 'post',
40705   'count' => '0',
40706 ))
40707 ->values(array(
40708   'word' => 'prefix',
40709   'count' => '0',
40710 ))
40711 ->values(array(
40712   'word' => 'quark',
40713   'count' => '0',
40714 ))
40715 ->values(array(
40716   'word' => 'register',
40717   'count' => '0',
40718 ))
40719 ->values(array(
40720   'word' => 'show',
40721   'count' => '0',
40722 ))
40723 ->values(array(
40724   'word' => 'sisko',
40725   'count' => '0',
40726 ))
40727 ->values(array(
40728   'word' => 'some',
40729   'count' => '0',
40730 ))
40731 ->values(array(
40732   'word' => 'space',
40733   'count' => '0',
40734 ))
40735 ->values(array(
40736   'word' => 'submitted',
40737   'count' => '0',
40738 ))
40739 ->values(array(
40740   'word' => 'text',
40741   'count' => '0',
40742 ))
40743 ->values(array(
40744   'word' => 'that',
40745   'count' => '0',
40746 ))
40747 ->values(array(
40748   'word' => 'thing',
40749   'count' => '0',
40750 ))
40751 ->values(array(
40752   'word' => 'this',
40753   'count' => '0',
40754 ))
40755 ->values(array(
40756   'word' => 'trust',
40757   'count' => '0',
40758 ))
40759 ->values(array(
40760   'word' => 'value',
40761   'count' => '0',
40762 ))
40763 ->values(array(
40764   'word' => 'value120suffix',
40765   'count' => '0',
40766 ))
40767 ->values(array(
40768   'word' => 'would',
40769   'count' => '0',
40770 ))
40771 ->execute();
40772
40773 $connection->schema()->createTable('semaphore', array(
40774   'fields' => array(
40775     'name' => array(
40776       'type' => 'varchar',
40777       'not null' => TRUE,
40778       'length' => '255',
40779       'default' => '',
40780     ),
40781     'value' => array(
40782       'type' => 'varchar',
40783       'not null' => TRUE,
40784       'length' => '255',
40785       'default' => '',
40786     ),
40787     'expire' => array(
40788       'type' => 'numeric',
40789       'not null' => TRUE,
40790       'precision' => '10',
40791       'scale' => '0',
40792     ),
40793   ),
40794   'primary key' => array(
40795     'name',
40796   ),
40797   'mysql_character_set' => 'utf8',
40798 ));
40799
40800 $connection->schema()->createTable('sequences', array(
40801   'fields' => array(
40802     'value' => array(
40803       'type' => 'serial',
40804       'not null' => TRUE,
40805       'size' => 'normal',
40806       'unsigned' => TRUE,
40807     ),
40808   ),
40809   'primary key' => array(
40810     'value',
40811   ),
40812   'mysql_character_set' => 'utf8',
40813 ));
40814
40815 $connection->insert('sequences')
40816 ->fields(array(
40817   'value',
40818 ))
40819 ->values(array(
40820   'value' => '2',
40821 ))
40822 ->execute();
40823
40824 $connection->schema()->createTable('sessions', array(
40825   'fields' => array(
40826     'uid' => array(
40827       'type' => 'int',
40828       'not null' => TRUE,
40829       'size' => 'normal',
40830       'unsigned' => TRUE,
40831     ),
40832     'sid' => array(
40833       'type' => 'varchar',
40834       'not null' => TRUE,
40835       'length' => '128',
40836     ),
40837     'ssid' => array(
40838       'type' => 'varchar',
40839       'not null' => TRUE,
40840       'length' => '128',
40841       'default' => '',
40842     ),
40843     'hostname' => array(
40844       'type' => 'varchar',
40845       'not null' => TRUE,
40846       'length' => '128',
40847       'default' => '',
40848     ),
40849     'timestamp' => array(
40850       'type' => 'int',
40851       'not null' => TRUE,
40852       'size' => 'normal',
40853       'default' => '0',
40854     ),
40855     'cache' => array(
40856       'type' => 'int',
40857       'not null' => TRUE,
40858       'size' => 'normal',
40859       'default' => '0',
40860     ),
40861     'session' => array(
40862       'type' => 'blob',
40863       'not null' => FALSE,
40864       'size' => 'normal',
40865     ),
40866   ),
40867   'primary key' => array(
40868     'sid',
40869     'ssid',
40870   ),
40871   'mysql_character_set' => 'utf8',
40872 ));
40873
40874 $connection->schema()->createTable('shortcut_set', array(
40875   'fields' => array(
40876     'set_name' => array(
40877       'type' => 'varchar',
40878       'not null' => TRUE,
40879       'length' => '32',
40880       'default' => '',
40881     ),
40882     'title' => array(
40883       'type' => 'varchar',
40884       'not null' => TRUE,
40885       'length' => '255',
40886       'default' => '',
40887     ),
40888   ),
40889   'primary key' => array(
40890     'set_name',
40891   ),
40892   'mysql_character_set' => 'utf8',
40893 ));
40894
40895 $connection->insert('shortcut_set')
40896 ->fields(array(
40897   'set_name',
40898   'title',
40899 ))
40900 ->values(array(
40901   'set_name' => 'shortcut-set-1',
40902   'title' => 'Default',
40903 ))
40904 ->values(array(
40905   'set_name' => 'shortcut-set-2',
40906   'title' => 'Alternative shortcut set',
40907 ))
40908 ->execute();
40909
40910 $connection->schema()->createTable('shortcut_set_users', array(
40911   'fields' => array(
40912     'uid' => array(
40913       'type' => 'int',
40914       'not null' => TRUE,
40915       'size' => 'normal',
40916       'default' => '0',
40917       'unsigned' => TRUE,
40918     ),
40919     'set_name' => array(
40920       'type' => 'varchar',
40921       'not null' => TRUE,
40922       'length' => '32',
40923       'default' => '',
40924     ),
40925   ),
40926   'primary key' => array(
40927     'uid',
40928   ),
40929   'mysql_character_set' => 'utf8',
40930 ));
40931
40932 $connection->insert('shortcut_set_users')
40933 ->fields(array(
40934   'uid',
40935   'set_name',
40936 ))
40937 ->values(array(
40938   'uid' => '2',
40939   'set_name' => 'shortcut-set-2',
40940 ))
40941 ->execute();
40942
40943 $connection->schema()->createTable('simpletest', array(
40944   'fields' => array(
40945     'message_id' => array(
40946       'type' => 'serial',
40947       'not null' => TRUE,
40948       'size' => 'normal',
40949     ),
40950     'test_id' => array(
40951       'type' => 'int',
40952       'not null' => TRUE,
40953       'size' => 'normal',
40954       'default' => '0',
40955     ),
40956     'test_class' => array(
40957       'type' => 'varchar',
40958       'not null' => TRUE,
40959       'length' => '255',
40960       'default' => '',
40961     ),
40962     'status' => array(
40963       'type' => 'varchar',
40964       'not null' => TRUE,
40965       'length' => '9',
40966       'default' => '',
40967     ),
40968     'message' => array(
40969       'type' => 'text',
40970       'not null' => TRUE,
40971       'size' => 'normal',
40972     ),
40973     'message_group' => array(
40974       'type' => 'varchar',
40975       'not null' => TRUE,
40976       'length' => '255',
40977       'default' => '',
40978     ),
40979     'function' => array(
40980       'type' => 'varchar',
40981       'not null' => TRUE,
40982       'length' => '255',
40983       'default' => '',
40984     ),
40985     'line' => array(
40986       'type' => 'int',
40987       'not null' => TRUE,
40988       'size' => 'normal',
40989       'default' => '0',
40990     ),
40991     'file' => array(
40992       'type' => 'varchar',
40993       'not null' => TRUE,
40994       'length' => '255',
40995       'default' => '',
40996     ),
40997   ),
40998   'primary key' => array(
40999     'message_id',
41000   ),
41001   'mysql_character_set' => 'utf8',
41002 ));
41003
41004 $connection->schema()->createTable('system', array(
41005   'fields' => array(
41006     'filename' => array(
41007       'type' => 'varchar',
41008       'not null' => TRUE,
41009       'length' => '255',
41010       'default' => '',
41011     ),
41012     'name' => array(
41013       'type' => 'varchar',
41014       'not null' => TRUE,
41015       'length' => '255',
41016       'default' => '',
41017     ),
41018     'type' => array(
41019       'type' => 'varchar',
41020       'not null' => TRUE,
41021       'length' => '12',
41022       'default' => '',
41023     ),
41024     'owner' => array(
41025       'type' => 'varchar',
41026       'not null' => TRUE,
41027       'length' => '255',
41028       'default' => '',
41029     ),
41030     'status' => array(
41031       'type' => 'int',
41032       'not null' => TRUE,
41033       'size' => 'normal',
41034       'default' => '0',
41035     ),
41036     'bootstrap' => array(
41037       'type' => 'int',
41038       'not null' => TRUE,
41039       'size' => 'normal',
41040       'default' => '0',
41041     ),
41042     'schema_version' => array(
41043       'type' => 'int',
41044       'not null' => TRUE,
41045       'size' => 'normal',
41046       'default' => '-1',
41047     ),
41048     'weight' => array(
41049       'type' => 'int',
41050       'not null' => TRUE,
41051       'size' => 'normal',
41052       'default' => '0',
41053     ),
41054     'info' => array(
41055       'type' => 'blob',
41056       'not null' => FALSE,
41057       'size' => 'normal',
41058     ),
41059   ),
41060   'primary key' => array(
41061     'filename',
41062   ),
41063   'mysql_character_set' => 'utf8',
41064 ));
41065
41066 $connection->insert('system')
41067 ->fields(array(
41068   'filename',
41069   'name',
41070   'type',
41071   'owner',
41072   'status',
41073   'bootstrap',
41074   'schema_version',
41075   'weight',
41076   'info',
41077 ))
41078 ->values(array(
41079   'filename' => 'modules/aggregator/aggregator.module',
41080   'name' => 'aggregator',
41081   'type' => 'module',
41082   'owner' => '',
41083   'status' => '1',
41084   'bootstrap' => '0',
41085   'schema_version' => '7004',
41086   'weight' => '0',
41087   '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;}',
41088 ))
41089 ->values(array(
41090   'filename' => 'modules/aggregator/tests/aggregator_test.module',
41091   'name' => 'aggregator_test',
41092   'type' => 'module',
41093   'owner' => '',
41094   'status' => '0',
41095   'bootstrap' => '0',
41096   'schema_version' => '-1',
41097   'weight' => '0',
41098   '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;}',
41099 ))
41100 ->values(array(
41101   'filename' => 'modules/block/block.module',
41102   'name' => 'block',
41103   'type' => 'module',
41104   'owner' => '',
41105   'status' => '1',
41106   'bootstrap' => '0',
41107   'schema_version' => '7009',
41108   'weight' => '-5',
41109   '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;}',
41110 ))
41111 ->values(array(
41112   'filename' => 'modules/block/tests/block_test.module',
41113   'name' => 'block_test',
41114   'type' => 'module',
41115   'owner' => '',
41116   'status' => '0',
41117   'bootstrap' => '0',
41118   'schema_version' => '-1',
41119   'weight' => '0',
41120   '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;}',
41121 ))
41122 ->values(array(
41123   'filename' => 'modules/blog/blog.module',
41124   'name' => 'blog',
41125   'type' => 'module',
41126   'owner' => '',
41127   'status' => '1',
41128   'bootstrap' => '0',
41129   'schema_version' => '0',
41130   'weight' => '0',
41131   '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;}',
41132 ))
41133 ->values(array(
41134   'filename' => 'modules/book/book.module',
41135   'name' => 'book',
41136   'type' => 'module',
41137   'owner' => '',
41138   'status' => '1',
41139   'bootstrap' => '0',
41140   'schema_version' => '0',
41141   'weight' => '0',
41142   '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;}',
41143 ))
41144 ->values(array(
41145   'filename' => 'modules/color/color.module',
41146   'name' => 'color',
41147   'type' => 'module',
41148   'owner' => '',
41149   'status' => '1',
41150   'bootstrap' => '0',
41151   'schema_version' => '7001',
41152   'weight' => '0',
41153   '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;}',
41154 ))
41155 ->values(array(
41156   'filename' => 'modules/comment/comment.module',
41157   'name' => 'comment',
41158   'type' => 'module',
41159   'owner' => '',
41160   'status' => '1',
41161   'bootstrap' => '0',
41162   'schema_version' => '7009',
41163   'weight' => '0',
41164   '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;}',
41165 ))
41166 ->values(array(
41167   'filename' => 'modules/contact/contact.module',
41168   'name' => 'contact',
41169   'type' => 'module',
41170   'owner' => '',
41171   'status' => '1',
41172   'bootstrap' => '0',
41173   'schema_version' => '7003',
41174   'weight' => '0',
41175   '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;}',
41176 ))
41177 ->values(array(
41178   'filename' => 'modules/contextual/contextual.module',
41179   'name' => 'contextual',
41180   'type' => 'module',
41181   'owner' => '',
41182   'status' => '1',
41183   'bootstrap' => '0',
41184   'schema_version' => '0',
41185   'weight' => '0',
41186   '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;}',
41187 ))
41188 ->values(array(
41189   'filename' => 'modules/dashboard/dashboard.module',
41190   'name' => 'dashboard',
41191   'type' => 'module',
41192   'owner' => '',
41193   'status' => '0',
41194   'bootstrap' => '0',
41195   'schema_version' => '0',
41196   'weight' => '0',
41197   '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;}',
41198 ))
41199 ->values(array(
41200   'filename' => 'modules/dblog/dblog.module',
41201   'name' => 'dblog',
41202   'type' => 'module',
41203   'owner' => '',
41204   'status' => '1',
41205   'bootstrap' => '1',
41206   'schema_version' => '7002',
41207   'weight' => '0',
41208   '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;}',
41209 ))
41210 ->values(array(
41211   'filename' => 'modules/field/field.module',
41212   'name' => 'field',
41213   'type' => 'module',
41214   'owner' => '',
41215   'status' => '1',
41216   'bootstrap' => '0',
41217   'schema_version' => '7003',
41218   'weight' => '0',
41219   '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;}',
41220 ))
41221 ->values(array(
41222   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.module',
41223   'name' => 'field_sql_storage',
41224   'type' => 'module',
41225   'owner' => '',
41226   'status' => '1',
41227   'bootstrap' => '0',
41228   'schema_version' => '7002',
41229   'weight' => '0',
41230   '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;}',
41231 ))
41232 ->values(array(
41233   'filename' => 'modules/field/modules/list/list.module',
41234   'name' => 'list',
41235   'type' => 'module',
41236   'owner' => '',
41237   'status' => '1',
41238   'bootstrap' => '0',
41239   'schema_version' => '7002',
41240   'weight' => '0',
41241   '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>";}',
41242 ))
41243 ->values(array(
41244   'filename' => 'modules/field/modules/list/tests/list_test.module',
41245   'name' => 'list_test',
41246   'type' => 'module',
41247   'owner' => '',
41248   'status' => '0',
41249   'bootstrap' => '0',
41250   'schema_version' => '-1',
41251   'weight' => '0',
41252   '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;}',
41253 ))
41254 ->values(array(
41255   'filename' => 'modules/field/modules/number/number.module',
41256   'name' => 'number',
41257   'type' => 'module',
41258   'owner' => '',
41259   'status' => '1',
41260   'bootstrap' => '0',
41261   'schema_version' => '0',
41262   'weight' => '0',
41263   '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>";}',
41264 ))
41265 ->values(array(
41266   'filename' => 'modules/field/modules/options/options.module',
41267   'name' => 'options',
41268   'type' => 'module',
41269   'owner' => '',
41270   'status' => '1',
41271   'bootstrap' => '0',
41272   'schema_version' => '0',
41273   'weight' => '0',
41274   '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;}',
41275 ))
41276 ->values(array(
41277   'filename' => 'modules/field/modules/text/text.module',
41278   'name' => 'text',
41279   'type' => 'module',
41280   'owner' => '',
41281   'status' => '1',
41282   'bootstrap' => '0',
41283   'schema_version' => '7000',
41284   'weight' => '0',
41285   '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>";}',
41286 ))
41287 ->values(array(
41288   'filename' => 'modules/field/tests/field_test.module',
41289   'name' => 'field_test',
41290   'type' => 'module',
41291   'owner' => '',
41292   'status' => '0',
41293   'bootstrap' => '0',
41294   'schema_version' => '-1',
41295   'weight' => '0',
41296   '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;}',
41297 ))
41298 ->values(array(
41299   'filename' => 'modules/field_ui/field_ui.module',
41300   'name' => 'field_ui',
41301   'type' => 'module',
41302   'owner' => '',
41303   'status' => '1',
41304   'bootstrap' => '0',
41305   'schema_version' => '0',
41306   'weight' => '0',
41307   '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;}',
41308 ))
41309 ->values(array(
41310   'filename' => 'modules/file/file.module',
41311   'name' => 'file',
41312   'type' => 'module',
41313   'owner' => '',
41314   'status' => '1',
41315   'bootstrap' => '0',
41316   'schema_version' => '0',
41317   'weight' => '0',
41318   '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>";}',
41319 ))
41320 ->values(array(
41321   'filename' => 'modules/file/tests/file_module_test.module',
41322   'name' => 'file_module_test',
41323   'type' => 'module',
41324   'owner' => '',
41325   'status' => '0',
41326   'bootstrap' => '0',
41327   'schema_version' => '-1',
41328   'weight' => '0',
41329   '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;}',
41330 ))
41331 ->values(array(
41332   'filename' => 'modules/filter/filter.module',
41333   'name' => 'filter',
41334   'type' => 'module',
41335   'owner' => '',
41336   'status' => '1',
41337   'bootstrap' => '0',
41338   'schema_version' => '7010',
41339   'weight' => '0',
41340   '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;}',
41341 ))
41342 ->values(array(
41343   'filename' => 'modules/forum/forum.module',
41344   'name' => 'forum',
41345   'type' => 'module',
41346   'owner' => '',
41347   'status' => '1',
41348   'bootstrap' => '0',
41349   'schema_version' => '7012',
41350   'weight' => '1',
41351   '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;}',
41352 ))
41353 ->values(array(
41354   'filename' => 'modules/help/help.module',
41355   'name' => 'help',
41356   'type' => 'module',
41357   'owner' => '',
41358   'status' => '1',
41359   'bootstrap' => '0',
41360   'schema_version' => '0',
41361   'weight' => '0',
41362   '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;}',
41363 ))
41364 ->values(array(
41365   'filename' => 'modules/image/image.module',
41366   'name' => 'image',
41367   'type' => 'module',
41368   'owner' => '',
41369   'status' => '1',
41370   'bootstrap' => '0',
41371   'schema_version' => '7005',
41372   'weight' => '0',
41373   '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>";}',
41374 ))
41375 ->values(array(
41376   'filename' => 'modules/image/tests/image_module_test.module',
41377   'name' => 'image_module_test',
41378   'type' => 'module',
41379   'owner' => '',
41380   'status' => '0',
41381   'bootstrap' => '0',
41382   'schema_version' => '-1',
41383   'weight' => '0',
41384   '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;}',
41385 ))
41386 ->values(array(
41387   'filename' => 'modules/locale/locale.module',
41388   'name' => 'locale',
41389   'type' => 'module',
41390   'owner' => '',
41391   'status' => '1',
41392   'bootstrap' => '0',
41393   'schema_version' => '7005',
41394   'weight' => '0',
41395   '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;}',
41396 ))
41397 ->values(array(
41398   'filename' => 'modules/locale/tests/locale_test.module',
41399   'name' => 'locale_test',
41400   'type' => 'module',
41401   'owner' => '',
41402   'status' => '0',
41403   'bootstrap' => '0',
41404   'schema_version' => '-1',
41405   'weight' => '0',
41406   '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;}',
41407 ))
41408 ->values(array(
41409   'filename' => 'modules/menu/menu.module',
41410   'name' => 'menu',
41411   'type' => 'module',
41412   'owner' => '',
41413   'status' => '1',
41414   'bootstrap' => '0',
41415   'schema_version' => '7003',
41416   'weight' => '0',
41417   '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;}',
41418 ))
41419 ->values(array(
41420   'filename' => 'modules/node/node.module',
41421   'name' => 'node',
41422   'type' => 'module',
41423   'owner' => '',
41424   'status' => '1',
41425   'bootstrap' => '0',
41426   'schema_version' => '7015',
41427   'weight' => '0',
41428   '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;}',
41429 ))
41430 ->values(array(
41431   'filename' => 'modules/node/tests/node_access_test.module',
41432   'name' => 'node_access_test',
41433   'type' => 'module',
41434   'owner' => '',
41435   'status' => '0',
41436   'bootstrap' => '0',
41437   'schema_version' => '-1',
41438   'weight' => '0',
41439   '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;}',
41440 ))
41441 ->values(array(
41442   'filename' => 'modules/node/tests/node_test.module',
41443   'name' => 'node_test',
41444   'type' => 'module',
41445   'owner' => '',
41446   'status' => '0',
41447   'bootstrap' => '0',
41448   'schema_version' => '-1',
41449   'weight' => '0',
41450   '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;}',
41451 ))
41452 ->values(array(
41453   'filename' => 'modules/node/tests/node_test_exception.module',
41454   'name' => 'node_test_exception',
41455   'type' => 'module',
41456   'owner' => '',
41457   'status' => '0',
41458   'bootstrap' => '0',
41459   'schema_version' => '-1',
41460   'weight' => '0',
41461   '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;}',
41462 ))
41463 ->values(array(
41464   'filename' => 'modules/openid/openid.module',
41465   'name' => 'openid',
41466   'type' => 'module',
41467   'owner' => '',
41468   'status' => '0',
41469   'bootstrap' => '0',
41470   'schema_version' => '7000',
41471   'weight' => '0',
41472   '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;}',
41473 ))
41474 ->values(array(
41475   'filename' => 'modules/openid/tests/openid_test.module',
41476   'name' => 'openid_test',
41477   'type' => 'module',
41478   'owner' => '',
41479   'status' => '0',
41480   'bootstrap' => '0',
41481   'schema_version' => '-1',
41482   'weight' => '0',
41483   '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;}',
41484 ))
41485 ->values(array(
41486   'filename' => 'modules/overlay/overlay.module',
41487   'name' => 'overlay',
41488   'type' => 'module',
41489   'owner' => '',
41490   'status' => '0',
41491   'bootstrap' => '0',
41492   'schema_version' => '0',
41493   'weight' => '0',
41494   '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;}',
41495 ))
41496 ->values(array(
41497   'filename' => 'modules/path/path.module',
41498   'name' => 'path',
41499   'type' => 'module',
41500   'owner' => '',
41501   'status' => '1',
41502   'bootstrap' => '0',
41503   'schema_version' => '0',
41504   'weight' => '0',
41505   '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;}',
41506 ))
41507 ->values(array(
41508   'filename' => 'modules/php/php.module',
41509   'name' => 'php',
41510   'type' => 'module',
41511   'owner' => '',
41512   'status' => '1',
41513   'bootstrap' => '0',
41514   'schema_version' => '0',
41515   'weight' => '0',
41516   '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;}',
41517 ))
41518 ->values(array(
41519   'filename' => 'modules/poll/poll.module',
41520   'name' => 'poll',
41521   'type' => 'module',
41522   'owner' => '',
41523   'status' => '0',
41524   'bootstrap' => '0',
41525   'schema_version' => '-1',
41526   'weight' => '0',
41527   '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;}',
41528 ))
41529 ->values(array(
41530   'filename' => 'modules/profile/profile.module',
41531   'name' => 'profile',
41532   'type' => 'module',
41533   'owner' => '',
41534   'status' => '0',
41535   'bootstrap' => '0',
41536   'schema_version' => '-1',
41537   'weight' => '0',
41538   '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;}',
41539 ))
41540 ->values(array(
41541   'filename' => 'modules/rdf/rdf.module',
41542   'name' => 'rdf',
41543   'type' => 'module',
41544   'owner' => '',
41545   'status' => '1',
41546   'bootstrap' => '0',
41547   'schema_version' => '0',
41548   'weight' => '0',
41549   '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;}',
41550 ))
41551 ->values(array(
41552   'filename' => 'modules/rdf/tests/rdf_test.module',
41553   'name' => 'rdf_test',
41554   'type' => 'module',
41555   'owner' => '',
41556   'status' => '0',
41557   'bootstrap' => '0',
41558   'schema_version' => '-1',
41559   'weight' => '0',
41560   '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;}',
41561 ))
41562 ->values(array(
41563   'filename' => 'modules/search/search.module',
41564   'name' => 'search',
41565   'type' => 'module',
41566   'owner' => '',
41567   'status' => '1',
41568   'bootstrap' => '0',
41569   'schema_version' => '7000',
41570   'weight' => '0',
41571   '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;}',
41572 ))
41573 ->values(array(
41574   'filename' => 'modules/search/tests/search_embedded_form.module',
41575   'name' => 'search_embedded_form',
41576   'type' => 'module',
41577   'owner' => '',
41578   'status' => '0',
41579   'bootstrap' => '0',
41580   'schema_version' => '-1',
41581   'weight' => '0',
41582   '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;}',
41583 ))
41584 ->values(array(
41585   'filename' => 'modules/search/tests/search_extra_type.module',
41586   'name' => 'search_extra_type',
41587   'type' => 'module',
41588   'owner' => '',
41589   'status' => '0',
41590   'bootstrap' => '0',
41591   'schema_version' => '-1',
41592   'weight' => '0',
41593   '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;}',
41594 ))
41595 ->values(array(
41596   'filename' => 'modules/search/tests/search_node_tags.module',
41597   'name' => 'search_node_tags',
41598   'type' => 'module',
41599   'owner' => '',
41600   'status' => '0',
41601   'bootstrap' => '0',
41602   'schema_version' => '-1',
41603   'weight' => '0',
41604   '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;}',
41605 ))
41606 ->values(array(
41607   'filename' => 'modules/shortcut/shortcut.module',
41608   'name' => 'shortcut',
41609   'type' => 'module',
41610   'owner' => '',
41611   'status' => '1',
41612   'bootstrap' => '0',
41613   'schema_version' => '0',
41614   'weight' => '0',
41615   '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;}',
41616 ))
41617 ->values(array(
41618   'filename' => 'modules/simpletest/simpletest.module',
41619   'name' => 'simpletest',
41620   'type' => 'module',
41621   'owner' => '',
41622   'status' => '1',
41623   'bootstrap' => '0',
41624   'schema_version' => '0',
41625   'weight' => '0',
41626   '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;}',
41627 ))
41628 ->values(array(
41629   'filename' => 'modules/simpletest/tests/actions_loop_test.module',
41630   'name' => 'actions_loop_test',
41631   'type' => 'module',
41632   'owner' => '',
41633   'status' => '0',
41634   'bootstrap' => '0',
41635   'schema_version' => '-1',
41636   'weight' => '0',
41637   '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;}',
41638 ))
41639 ->values(array(
41640   'filename' => 'modules/simpletest/tests/ajax_forms_test.module',
41641   'name' => 'ajax_forms_test',
41642   'type' => 'module',
41643   'owner' => '',
41644   'status' => '0',
41645   'bootstrap' => '0',
41646   'schema_version' => '-1',
41647   'weight' => '0',
41648   '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;}',
41649 ))
41650 ->values(array(
41651   'filename' => 'modules/simpletest/tests/ajax_test.module',
41652   'name' => 'ajax_test',
41653   'type' => 'module',
41654   'owner' => '',
41655   'status' => '0',
41656   'bootstrap' => '0',
41657   'schema_version' => '-1',
41658   'weight' => '0',
41659   '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;}',
41660 ))
41661 ->values(array(
41662   'filename' => 'modules/simpletest/tests/batch_test.module',
41663   'name' => 'batch_test',
41664   'type' => 'module',
41665   'owner' => '',
41666   'status' => '0',
41667   'bootstrap' => '0',
41668   'schema_version' => '-1',
41669   'weight' => '0',
41670   '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;}',
41671 ))
41672 ->values(array(
41673   'filename' => 'modules/simpletest/tests/boot_test_1.module',
41674   'name' => 'boot_test_1',
41675   'type' => 'module',
41676   'owner' => '',
41677   'status' => '0',
41678   'bootstrap' => '0',
41679   'schema_version' => '-1',
41680   'weight' => '0',
41681   '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;}',
41682 ))
41683 ->values(array(
41684   'filename' => 'modules/simpletest/tests/boot_test_2.module',
41685   'name' => 'boot_test_2',
41686   'type' => 'module',
41687   'owner' => '',
41688   'status' => '0',
41689   'bootstrap' => '0',
41690   'schema_version' => '-1',
41691   'weight' => '0',
41692   '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;}',
41693 ))
41694 ->values(array(
41695   'filename' => 'modules/simpletest/tests/common_test.module',
41696   'name' => 'common_test',
41697   'type' => 'module',
41698   'owner' => '',
41699   'status' => '0',
41700   'bootstrap' => '0',
41701   'schema_version' => '-1',
41702   'weight' => '0',
41703   '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;}',
41704 ))
41705 ->values(array(
41706   'filename' => 'modules/simpletest/tests/common_test_cron_helper.module',
41707   'name' => 'common_test_cron_helper',
41708   'type' => 'module',
41709   'owner' => '',
41710   'status' => '0',
41711   'bootstrap' => '0',
41712   'schema_version' => '-1',
41713   'weight' => '0',
41714   '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;}',
41715 ))
41716 ->values(array(
41717   'filename' => 'modules/simpletest/tests/database_test.module',
41718   'name' => 'database_test',
41719   'type' => 'module',
41720   'owner' => '',
41721   'status' => '0',
41722   'bootstrap' => '0',
41723   'schema_version' => '-1',
41724   'weight' => '0',
41725   '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;}',
41726 ))
41727 ->values(array(
41728   'filename' => 'modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module',
41729   'name' => 'drupal_autoload_test',
41730   'type' => 'module',
41731   'owner' => '',
41732   'status' => '0',
41733   'bootstrap' => '0',
41734   'schema_version' => '-1',
41735   'weight' => '0',
41736   '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;}',
41737 ))
41738 ->values(array(
41739   'filename' => 'modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module',
41740   'name' => 'drupal_system_listing_compatible_test',
41741   'type' => 'module',
41742   'owner' => '',
41743   'status' => '0',
41744   'bootstrap' => '0',
41745   'schema_version' => '-1',
41746   'weight' => '0',
41747   '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;}',
41748 ))
41749 ->values(array(
41750   'filename' => 'modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module',
41751   'name' => 'drupal_system_listing_incompatible_test',
41752   'type' => 'module',
41753   'owner' => '',
41754   'status' => '0',
41755   'bootstrap' => '0',
41756   'schema_version' => '-1',
41757   'weight' => '0',
41758   '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;}',
41759 ))
41760 ->values(array(
41761   'filename' => 'modules/simpletest/tests/entity_cache_test.module',
41762   'name' => 'entity_cache_test',
41763   'type' => 'module',
41764   'owner' => '',
41765   'status' => '0',
41766   'bootstrap' => '0',
41767   'schema_version' => '-1',
41768   'weight' => '0',
41769   '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;}',
41770 ))
41771 ->values(array(
41772   'filename' => 'modules/simpletest/tests/entity_cache_test_dependency.module',
41773   'name' => 'entity_cache_test_dependency',
41774   'type' => 'module',
41775   'owner' => '',
41776   'status' => '0',
41777   'bootstrap' => '0',
41778   'schema_version' => '-1',
41779   'weight' => '0',
41780   '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;}',
41781 ))
41782 ->values(array(
41783   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.module',
41784   'name' => 'entity_crud_hook_test',
41785   'type' => 'module',
41786   'owner' => '',
41787   'status' => '0',
41788   'bootstrap' => '0',
41789   'schema_version' => '-1',
41790   'weight' => '0',
41791   '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;}',
41792 ))
41793 ->values(array(
41794   'filename' => 'modules/simpletest/tests/entity_query_access_test.module',
41795   'name' => 'entity_query_access_test',
41796   'type' => 'module',
41797   'owner' => '',
41798   'status' => '0',
41799   'bootstrap' => '0',
41800   'schema_version' => '-1',
41801   'weight' => '0',
41802   '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;}',
41803 ))
41804 ->values(array(
41805   'filename' => 'modules/simpletest/tests/error_test.module',
41806   'name' => 'error_test',
41807   'type' => 'module',
41808   'owner' => '',
41809   'status' => '0',
41810   'bootstrap' => '0',
41811   'schema_version' => '-1',
41812   'weight' => '0',
41813   '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;}',
41814 ))
41815 ->values(array(
41816   'filename' => 'modules/simpletest/tests/file_test.module',
41817   'name' => 'file_test',
41818   'type' => 'module',
41819   'owner' => '',
41820   'status' => '0',
41821   'bootstrap' => '0',
41822   'schema_version' => '-1',
41823   'weight' => '0',
41824   '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;}',
41825 ))
41826 ->values(array(
41827   'filename' => 'modules/simpletest/tests/filter_test.module',
41828   'name' => 'filter_test',
41829   'type' => 'module',
41830   'owner' => '',
41831   'status' => '0',
41832   'bootstrap' => '0',
41833   'schema_version' => '-1',
41834   'weight' => '0',
41835   '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;}',
41836 ))
41837 ->values(array(
41838   'filename' => 'modules/simpletest/tests/form_test.module',
41839   'name' => 'form_test',
41840   'type' => 'module',
41841   'owner' => '',
41842   'status' => '0',
41843   'bootstrap' => '0',
41844   'schema_version' => '-1',
41845   'weight' => '0',
41846   '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;}',
41847 ))
41848 ->values(array(
41849   'filename' => 'modules/simpletest/tests/image_test.module',
41850   'name' => 'image_test',
41851   'type' => 'module',
41852   'owner' => '',
41853   'status' => '0',
41854   'bootstrap' => '0',
41855   'schema_version' => '-1',
41856   'weight' => '0',
41857   '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;}',
41858 ))
41859 ->values(array(
41860   'filename' => 'modules/simpletest/tests/menu_test.module',
41861   'name' => 'menu_test',
41862   'type' => 'module',
41863   'owner' => '',
41864   'status' => '0',
41865   'bootstrap' => '0',
41866   'schema_version' => '-1',
41867   'weight' => '0',
41868   '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;}',
41869 ))
41870 ->values(array(
41871   'filename' => 'modules/simpletest/tests/module_test.module',
41872   'name' => 'module_test',
41873   'type' => 'module',
41874   'owner' => '',
41875   'status' => '0',
41876   'bootstrap' => '0',
41877   'schema_version' => '-1',
41878   'weight' => '0',
41879   '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;}',
41880 ))
41881 ->values(array(
41882   'filename' => 'modules/simpletest/tests/path_test.module',
41883   'name' => 'path_test',
41884   'type' => 'module',
41885   'owner' => '',
41886   'status' => '0',
41887   'bootstrap' => '0',
41888   'schema_version' => '-1',
41889   'weight' => '0',
41890   '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;}',
41891 ))
41892 ->values(array(
41893   'filename' => 'modules/simpletest/tests/psr_0_test/psr_0_test.module',
41894   'name' => 'psr_0_test',
41895   'type' => 'module',
41896   'owner' => '',
41897   'status' => '0',
41898   'bootstrap' => '0',
41899   'schema_version' => '-1',
41900   'weight' => '0',
41901   '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;}',
41902 ))
41903 ->values(array(
41904   'filename' => 'modules/simpletest/tests/psr_4_test/psr_4_test.module',
41905   'name' => 'psr_4_test',
41906   'type' => 'module',
41907   'owner' => '',
41908   'status' => '0',
41909   'bootstrap' => '0',
41910   'schema_version' => '-1',
41911   'weight' => '0',
41912   '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;}',
41913 ))
41914 ->values(array(
41915   'filename' => 'modules/simpletest/tests/requirements1_test.module',
41916   'name' => 'requirements1_test',
41917   'type' => 'module',
41918   'owner' => '',
41919   'status' => '0',
41920   'bootstrap' => '0',
41921   'schema_version' => '-1',
41922   'weight' => '0',
41923   '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;}",
41924 ))
41925 ->values(array(
41926   'filename' => 'modules/simpletest/tests/requirements2_test.module',
41927   'name' => 'requirements2_test',
41928   'type' => 'module',
41929   'owner' => '',
41930   'status' => '0',
41931   'bootstrap' => '0',
41932   'schema_version' => '-1',
41933   'weight' => '0',
41934   '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;}",
41935 ))
41936 ->values(array(
41937   'filename' => 'modules/simpletest/tests/session_test.module',
41938   'name' => 'session_test',
41939   'type' => 'module',
41940   'owner' => '',
41941   'status' => '0',
41942   'bootstrap' => '0',
41943   'schema_version' => '-1',
41944   'weight' => '0',
41945   '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;}',
41946 ))
41947 ->values(array(
41948   'filename' => 'modules/simpletest/tests/system_dependencies_test.module',
41949   'name' => 'system_dependencies_test',
41950   'type' => 'module',
41951   'owner' => '',
41952   'status' => '0',
41953   'bootstrap' => '0',
41954   'schema_version' => '-1',
41955   'weight' => '0',
41956   '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;}',
41957 ))
41958 ->values(array(
41959   'filename' => 'modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module',
41960   'name' => 'system_incompatible_core_version_dependencies_test',
41961   'type' => 'module',
41962   'owner' => '',
41963   'status' => '0',
41964   'bootstrap' => '0',
41965   'schema_version' => '-1',
41966   'weight' => '0',
41967   '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;}',
41968 ))
41969 ->values(array(
41970   'filename' => 'modules/simpletest/tests/system_incompatible_core_version_test.module',
41971   'name' => 'system_incompatible_core_version_test',
41972   'type' => 'module',
41973   'owner' => '',
41974   'status' => '0',
41975   'bootstrap' => '0',
41976   'schema_version' => '-1',
41977   'weight' => '0',
41978   '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;}',
41979 ))
41980 ->values(array(
41981   'filename' => 'modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module',
41982   'name' => 'system_incompatible_module_version_dependencies_test',
41983   'type' => 'module',
41984   'owner' => '',
41985   'status' => '0',
41986   'bootstrap' => '0',
41987   'schema_version' => '-1',
41988   'weight' => '0',
41989   '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;}',
41990 ))
41991 ->values(array(
41992   'filename' => 'modules/simpletest/tests/system_incompatible_module_version_test.module',
41993   'name' => 'system_incompatible_module_version_test',
41994   'type' => 'module',
41995   'owner' => '',
41996   'status' => '0',
41997   'bootstrap' => '0',
41998   'schema_version' => '-1',
41999   'weight' => '0',
42000   '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;}',
42001 ))
42002 ->values(array(
42003   'filename' => 'modules/simpletest/tests/system_project_namespace_test.module',
42004   'name' => 'system_project_namespace_test',
42005   'type' => 'module',
42006   'owner' => '',
42007   'status' => '0',
42008   'bootstrap' => '0',
42009   'schema_version' => '-1',
42010   'weight' => '0',
42011   '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;}',
42012 ))
42013 ->values(array(
42014   'filename' => 'modules/simpletest/tests/system_test.module',
42015   'name' => 'system_test',
42016   'type' => 'module',
42017   'owner' => '',
42018   'status' => '0',
42019   'bootstrap' => '0',
42020   'schema_version' => '-1',
42021   'weight' => '0',
42022   '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;}',
42023 ))
42024 ->values(array(
42025   'filename' => 'modules/simpletest/tests/taxonomy_test.module',
42026   'name' => 'taxonomy_test',
42027   'type' => 'module',
42028   'owner' => '',
42029   'status' => '0',
42030   'bootstrap' => '0',
42031   'schema_version' => '-1',
42032   'weight' => '0',
42033   '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;}',
42034 ))
42035 ->values(array(
42036   'filename' => 'modules/simpletest/tests/theme_test.module',
42037   'name' => 'theme_test',
42038   'type' => 'module',
42039   'owner' => '',
42040   'status' => '0',
42041   'bootstrap' => '0',
42042   'schema_version' => '-1',
42043   'weight' => '0',
42044   '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;}',
42045 ))
42046 ->values(array(
42047   'filename' => 'modules/simpletest/tests/update_script_test.module',
42048   'name' => 'update_script_test',
42049   'type' => 'module',
42050   'owner' => '',
42051   'status' => '0',
42052   'bootstrap' => '0',
42053   'schema_version' => '-1',
42054   'weight' => '0',
42055   '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;}',
42056 ))
42057 ->values(array(
42058   'filename' => 'modules/simpletest/tests/update_test_1.module',
42059   'name' => 'update_test_1',
42060   'type' => 'module',
42061   'owner' => '',
42062   'status' => '0',
42063   'bootstrap' => '0',
42064   'schema_version' => '-1',
42065   'weight' => '0',
42066   '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;}',
42067 ))
42068 ->values(array(
42069   'filename' => 'modules/simpletest/tests/update_test_2.module',
42070   'name' => 'update_test_2',
42071   'type' => 'module',
42072   'owner' => '',
42073   'status' => '0',
42074   'bootstrap' => '0',
42075   'schema_version' => '-1',
42076   'weight' => '0',
42077   '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;}',
42078 ))
42079 ->values(array(
42080   'filename' => 'modules/simpletest/tests/update_test_3.module',
42081   'name' => 'update_test_3',
42082   'type' => 'module',
42083   'owner' => '',
42084   'status' => '0',
42085   'bootstrap' => '0',
42086   'schema_version' => '-1',
42087   'weight' => '0',
42088   '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;}',
42089 ))
42090 ->values(array(
42091   'filename' => 'modules/simpletest/tests/url_alter_test.module',
42092   'name' => 'url_alter_test',
42093   'type' => 'module',
42094   'owner' => '',
42095   'status' => '0',
42096   'bootstrap' => '0',
42097   'schema_version' => '-1',
42098   'weight' => '0',
42099   '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;}',
42100 ))
42101 ->values(array(
42102   'filename' => 'modules/simpletest/tests/xmlrpc_test.module',
42103   'name' => 'xmlrpc_test',
42104   'type' => 'module',
42105   'owner' => '',
42106   'status' => '0',
42107   'bootstrap' => '0',
42108   'schema_version' => '-1',
42109   'weight' => '0',
42110   '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;}',
42111 ))
42112 ->values(array(
42113   'filename' => 'modules/statistics/statistics.module',
42114   'name' => 'statistics',
42115   'type' => 'module',
42116   'owner' => '',
42117   'status' => '1',
42118   'bootstrap' => '1',
42119   'schema_version' => '7000',
42120   'weight' => '0',
42121   '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;}',
42122 ))
42123 ->values(array(
42124   'filename' => 'modules/syslog/syslog.module',
42125   'name' => 'syslog',
42126   'type' => 'module',
42127   'owner' => '',
42128   'status' => '1',
42129   'bootstrap' => '1',
42130   'schema_version' => '0',
42131   'weight' => '0',
42132   '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;}',
42133 ))
42134 ->values(array(
42135   'filename' => 'modules/system/system.module',
42136   'name' => 'system',
42137   'type' => 'module',
42138   'owner' => '',
42139   'status' => '1',
42140   'bootstrap' => '1',
42141   'schema_version' => '7080',
42142   'weight' => '0',
42143   '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;}',
42144 ))
42145 ->values(array(
42146   'filename' => 'modules/system/tests/cron_queue_test.module',
42147   'name' => 'cron_queue_test',
42148   'type' => 'module',
42149   'owner' => '',
42150   'status' => '0',
42151   'bootstrap' => '0',
42152   'schema_version' => '-1',
42153   'weight' => '0',
42154   '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;}',
42155 ))
42156 ->values(array(
42157   'filename' => 'modules/taxonomy/taxonomy.module',
42158   'name' => 'taxonomy',
42159   'type' => 'module',
42160   'owner' => '',
42161   'status' => '1',
42162   'bootstrap' => '0',
42163   'schema_version' => '7011',
42164   'weight' => '0',
42165   '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>";}',
42166 ))
42167 ->values(array(
42168   'filename' => 'modules/toolbar/toolbar.module',
42169   'name' => 'toolbar',
42170   'type' => 'module',
42171   'owner' => '',
42172   'status' => '1',
42173   'bootstrap' => '0',
42174   'schema_version' => '0',
42175   'weight' => '0',
42176   '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;}',
42177 ))
42178 ->values(array(
42179   'filename' => 'modules/tracker/tracker.module',
42180   'name' => 'tracker',
42181   'type' => 'module',
42182   'owner' => '',
42183   'status' => '1',
42184   'bootstrap' => '0',
42185   'schema_version' => '7000',
42186   'weight' => '0',
42187   '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;}',
42188 ))
42189 ->values(array(
42190   'filename' => 'modules/translation/tests/translation_test.module',
42191   'name' => 'translation_test',
42192   'type' => 'module',
42193   'owner' => '',
42194   'status' => '0',
42195   'bootstrap' => '0',
42196   'schema_version' => '-1',
42197   'weight' => '0',
42198   '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;}',
42199 ))
42200 ->values(array(
42201   'filename' => 'modules/translation/translation.module',
42202   'name' => 'translation',
42203   'type' => 'module',
42204   'owner' => '',
42205   'status' => '1',
42206   'bootstrap' => '0',
42207   'schema_version' => '0',
42208   'weight' => '0',
42209   '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;}',
42210 ))
42211 ->values(array(
42212   'filename' => 'modules/trigger/tests/trigger_test.module',
42213   'name' => 'trigger_test',
42214   'type' => 'module',
42215   'owner' => '',
42216   'status' => '0',
42217   'bootstrap' => '0',
42218   'schema_version' => '-1',
42219   'weight' => '0',
42220   '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;}',
42221 ))
42222 ->values(array(
42223   'filename' => 'modules/trigger/trigger.module',
42224   'name' => 'trigger',
42225   'type' => 'module',
42226   'owner' => '',
42227   'status' => '1',
42228   'bootstrap' => '0',
42229   'schema_version' => '7002',
42230   'weight' => '0',
42231   '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;}',
42232 ))
42233 ->values(array(
42234   'filename' => 'modules/update/tests/aaa_update_test.module',
42235   'name' => 'aaa_update_test',
42236   'type' => 'module',
42237   'owner' => '',
42238   'status' => '0',
42239   'bootstrap' => '0',
42240   'schema_version' => '-1',
42241   'weight' => '0',
42242   '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;}',
42243 ))
42244 ->values(array(
42245   'filename' => 'modules/update/tests/bbb_update_test.module',
42246   'name' => 'bbb_update_test',
42247   'type' => 'module',
42248   'owner' => '',
42249   'status' => '0',
42250   'bootstrap' => '0',
42251   'schema_version' => '-1',
42252   'weight' => '0',
42253   '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;}',
42254 ))
42255 ->values(array(
42256   'filename' => 'modules/update/tests/ccc_update_test.module',
42257   'name' => 'ccc_update_test',
42258   'type' => 'module',
42259   'owner' => '',
42260   'status' => '0',
42261   'bootstrap' => '0',
42262   'schema_version' => '-1',
42263   'weight' => '0',
42264   '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;}',
42265 ))
42266 ->values(array(
42267   'filename' => 'modules/update/tests/update_test.module',
42268   'name' => 'update_test',
42269   'type' => 'module',
42270   'owner' => '',
42271   'status' => '0',
42272   'bootstrap' => '0',
42273   'schema_version' => '-1',
42274   'weight' => '0',
42275   '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;}',
42276 ))
42277 ->values(array(
42278   'filename' => 'modules/update/update.module',
42279   'name' => 'update',
42280   'type' => 'module',
42281   'owner' => '',
42282   'status' => '1',
42283   'bootstrap' => '0',
42284   'schema_version' => '7001',
42285   'weight' => '0',
42286   '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;}',
42287 ))
42288 ->values(array(
42289   'filename' => 'modules/user/tests/user_form_test.module',
42290   'name' => 'user_form_test',
42291   'type' => 'module',
42292   'owner' => '',
42293   'status' => '0',
42294   'bootstrap' => '0',
42295   'schema_version' => '-1',
42296   'weight' => '0',
42297   '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;}',
42298 ))
42299 ->values(array(
42300   'filename' => 'modules/user/user.module',
42301   'name' => 'user',
42302   'type' => 'module',
42303   'owner' => '',
42304   'status' => '1',
42305   'bootstrap' => '0',
42306   'schema_version' => '7018',
42307   'weight' => '0',
42308   '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;}',
42309 ))
42310 ->values(array(
42311   'filename' => 'profiles/standard/standard.profile',
42312   'name' => 'standard',
42313   'type' => 'module',
42314   'owner' => '',
42315   'status' => '1',
42316   'bootstrap' => '0',
42317   'schema_version' => '0',
42318   'weight' => '1000',
42319   '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";}',
42320 ))
42321 ->values(array(
42322   'filename' => 'sites/all/modules/ctools/bulk_export/bulk_export.module',
42323   'name' => 'bulk_export',
42324   'type' => 'module',
42325   'owner' => '',
42326   'status' => '0',
42327   'bootstrap' => '0',
42328   'schema_version' => '-1',
42329   'weight' => '0',
42330   '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;}',
42331 ))
42332 ->values(array(
42333   'filename' => 'sites/all/modules/ctools/ctools.module',
42334   'name' => 'ctools',
42335   'type' => 'module',
42336   'owner' => '',
42337   'status' => '0',
42338   'bootstrap' => '0',
42339   'schema_version' => '6008',
42340   'weight' => '0',
42341   '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;}',
42342 ))
42343 ->values(array(
42344   'filename' => 'sites/all/modules/ctools/ctools_access_ruleset/ctools_access_ruleset.module',
42345   'name' => 'ctools_access_ruleset',
42346   'type' => 'module',
42347   'owner' => '',
42348   'status' => '0',
42349   'bootstrap' => '0',
42350   'schema_version' => '-1',
42351   'weight' => '0',
42352   '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;}',
42353 ))
42354 ->values(array(
42355   'filename' => 'sites/all/modules/ctools/ctools_ajax_sample/ctools_ajax_sample.module',
42356   'name' => 'ctools_ajax_sample',
42357   'type' => 'module',
42358   'owner' => '',
42359   'status' => '0',
42360   'bootstrap' => '0',
42361   'schema_version' => '-1',
42362   'weight' => '0',
42363   '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;}',
42364 ))
42365 ->values(array(
42366   'filename' => 'sites/all/modules/ctools/ctools_custom_content/ctools_custom_content.module',
42367   'name' => 'ctools_custom_content',
42368   'type' => 'module',
42369   'owner' => '',
42370   'status' => '0',
42371   'bootstrap' => '0',
42372   'schema_version' => '-1',
42373   'weight' => '0',
42374   '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;}',
42375 ))
42376 ->values(array(
42377   'filename' => 'sites/all/modules/ctools/ctools_plugin_example/ctools_plugin_example.module',
42378   'name' => 'ctools_plugin_example',
42379   'type' => 'module',
42380   'owner' => '',
42381   'status' => '0',
42382   'bootstrap' => '0',
42383   'schema_version' => '-1',
42384   'weight' => '0',
42385   '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;}',
42386 ))
42387 ->values(array(
42388   'filename' => 'sites/all/modules/ctools/page_manager/page_manager.module',
42389   'name' => 'page_manager',
42390   'type' => 'module',
42391   'owner' => '',
42392   'status' => '0',
42393   'bootstrap' => '0',
42394   'schema_version' => '-1',
42395   'weight' => '0',
42396   '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;}',
42397 ))
42398 ->values(array(
42399   'filename' => 'sites/all/modules/ctools/stylizer/stylizer.module',
42400   'name' => 'stylizer',
42401   'type' => 'module',
42402   'owner' => '',
42403   'status' => '0',
42404   'bootstrap' => '0',
42405   'schema_version' => '-1',
42406   'weight' => '0',
42407   '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;}',
42408 ))
42409 ->values(array(
42410   'filename' => 'sites/all/modules/ctools/term_depth/term_depth.module',
42411   'name' => 'term_depth',
42412   'type' => 'module',
42413   'owner' => '',
42414   'status' => '0',
42415   'bootstrap' => '0',
42416   'schema_version' => '-1',
42417   'weight' => '0',
42418   '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;}',
42419 ))
42420 ->values(array(
42421   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export_test.module',
42422   'name' => 'ctools_export_test',
42423   'type' => 'module',
42424   'owner' => '',
42425   'status' => '0',
42426   'bootstrap' => '0',
42427   'schema_version' => '-1',
42428   'weight' => '0',
42429   '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;}',
42430 ))
42431 ->values(array(
42432   'filename' => 'sites/all/modules/ctools/tests/ctools_plugin_test.module',
42433   'name' => 'ctools_plugin_test',
42434   'type' => 'module',
42435   'owner' => '',
42436   'status' => '0',
42437   'bootstrap' => '0',
42438   'schema_version' => '-1',
42439   'weight' => '0',
42440   '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;}',
42441 ))
42442 ->values(array(
42443   'filename' => 'sites/all/modules/ctools/views_content/views_content.module',
42444   'name' => 'views_content',
42445   'type' => 'module',
42446   'owner' => '',
42447   'status' => '0',
42448   'bootstrap' => '0',
42449   'schema_version' => '-1',
42450   'weight' => '0',
42451   '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;}',
42452 ))
42453 ->values(array(
42454   'filename' => 'sites/all/modules/date/date.module',
42455   'name' => 'date',
42456   'type' => 'module',
42457   'owner' => '',
42458   'status' => '1',
42459   'bootstrap' => '0',
42460   'schema_version' => '7004',
42461   'weight' => '0',
42462   '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>";}',
42463 ))
42464 ->values(array(
42465   'filename' => 'sites/all/modules/date/date_all_day/date_all_day.module',
42466   'name' => 'date_all_day',
42467   'type' => 'module',
42468   'owner' => '',
42469   'status' => '0',
42470   'bootstrap' => '0',
42471   'schema_version' => '-1',
42472   'weight' => '0',
42473   '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;}",
42474 ))
42475 ->values(array(
42476   'filename' => 'sites/all/modules/date/date_api/date_api.module',
42477   'name' => 'date_api',
42478   'type' => 'module',
42479   'owner' => '',
42480   'status' => '1',
42481   'bootstrap' => '0',
42482   'schema_version' => '7001',
42483   'weight' => '0',
42484   '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;}',
42485 ))
42486 ->values(array(
42487   'filename' => 'sites/all/modules/date/date_context/date_context.module',
42488   'name' => 'date_context',
42489   'type' => 'module',
42490   'owner' => '',
42491   'status' => '0',
42492   'bootstrap' => '0',
42493   'schema_version' => '-1',
42494   'weight' => '0',
42495   '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;}',
42496 ))
42497 ->values(array(
42498   'filename' => 'sites/all/modules/date/date_migrate/date_migrate.module',
42499   'name' => 'date_migrate',
42500   'type' => 'module',
42501   'owner' => '',
42502   'status' => '0',
42503   'bootstrap' => '0',
42504   'schema_version' => '-1',
42505   'weight' => '0',
42506   '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;}',
42507 ))
42508 ->values(array(
42509   'filename' => 'sites/all/modules/date/date_migrate/date_migrate_example/date_migrate_example.module',
42510   'name' => 'date_migrate_example',
42511   'type' => 'module',
42512   'owner' => '',
42513   'status' => '0',
42514   'bootstrap' => '0',
42515   'schema_version' => '-1',
42516   'weight' => '0',
42517   '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;}',
42518 ))
42519 ->values(array(
42520   'filename' => 'sites/all/modules/date/date_popup/date_popup.module',
42521   'name' => 'date_popup',
42522   'type' => 'module',
42523   'owner' => '',
42524   'status' => '0',
42525   'bootstrap' => '0',
42526   'schema_version' => '-1',
42527   'weight' => '0',
42528   '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;}',
42529 ))
42530 ->values(array(
42531   'filename' => 'sites/all/modules/date/date_repeat/date_repeat.module',
42532   'name' => 'date_repeat',
42533   'type' => 'module',
42534   'owner' => '',
42535   'status' => '0',
42536   'bootstrap' => '0',
42537   'schema_version' => '-1',
42538   'weight' => '0',
42539   '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;}',
42540 ))
42541 ->values(array(
42542   'filename' => 'sites/all/modules/date/date_repeat_field/date_repeat_field.module',
42543   'name' => 'date_repeat_field',
42544   'type' => 'module',
42545   'owner' => '',
42546   'status' => '0',
42547   'bootstrap' => '0',
42548   'schema_version' => '-1',
42549   'weight' => '0',
42550   '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;}',
42551 ))
42552 ->values(array(
42553   'filename' => 'sites/all/modules/date/date_tools/date_tools.module',
42554   'name' => 'date_tools',
42555   'type' => 'module',
42556   'owner' => '',
42557   'status' => '0',
42558   'bootstrap' => '0',
42559   'schema_version' => '-1',
42560   'weight' => '0',
42561   '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;}',
42562 ))
42563 ->values(array(
42564   'filename' => 'sites/all/modules/date/date_views/date_views.module',
42565   'name' => 'date_views',
42566   'type' => 'module',
42567   'owner' => '',
42568   'status' => '0',
42569   'bootstrap' => '0',
42570   'schema_version' => '-1',
42571   'weight' => '0',
42572   '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;}',
42573 ))
42574 ->values(array(
42575   'filename' => 'sites/all/modules/email/email.module',
42576   'name' => 'email',
42577   'type' => 'module',
42578   'owner' => '',
42579   'status' => '1',
42580   'bootstrap' => '0',
42581   'schema_version' => '0',
42582   'weight' => '0',
42583   '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>";}',
42584 ))
42585 ->values(array(
42586   'filename' => 'sites/all/modules/entity/entity.module',
42587   'name' => 'entity',
42588   'type' => 'module',
42589   'owner' => '',
42590   'status' => '1',
42591   'bootstrap' => '0',
42592   'schema_version' => '7003',
42593   'weight' => '0',
42594   '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;}',
42595 ))
42596 ->values(array(
42597   'filename' => 'sites/all/modules/entity/entity_token.module',
42598   'name' => 'entity_token',
42599   'type' => 'module',
42600   'owner' => '',
42601   'status' => '0',
42602   'bootstrap' => '0',
42603   'schema_version' => '-1',
42604   'weight' => '0',
42605   '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;}',
42606 ))
42607 ->values(array(
42608   'filename' => 'sites/all/modules/entity/tests/entity_feature.module',
42609   'name' => 'entity_feature',
42610   'type' => 'module',
42611   'owner' => '',
42612   'status' => '0',
42613   'bootstrap' => '0',
42614   'schema_version' => '-1',
42615   'weight' => '0',
42616   '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;}',
42617 ))
42618 ->values(array(
42619   'filename' => 'sites/all/modules/entity/tests/entity_test.module',
42620   'name' => 'entity_test',
42621   'type' => 'module',
42622   'owner' => '',
42623   'status' => '0',
42624   'bootstrap' => '0',
42625   'schema_version' => '-1',
42626   'weight' => '0',
42627   '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;}',
42628 ))
42629 ->values(array(
42630   'filename' => 'sites/all/modules/entity/tests/entity_test_i18n.module',
42631   'name' => 'entity_test_i18n',
42632   'type' => 'module',
42633   'owner' => '',
42634   'status' => '0',
42635   'bootstrap' => '0',
42636   'schema_version' => '-1',
42637   'weight' => '0',
42638   '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;}',
42639 ))
42640 ->values(array(
42641   'filename' => 'sites/all/modules/entityreference/entityreference.module',
42642   'name' => 'entityreference',
42643   'type' => 'module',
42644   'owner' => '',
42645   'status' => '1',
42646   'bootstrap' => '0',
42647   'schema_version' => '7002',
42648   'weight' => '0',
42649   '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>";}',
42650 ))
42651 ->values(array(
42652   'filename' => 'sites/all/modules/entityreference/examples/entityreference_behavior_example/entityreference_behavior_example.module',
42653   'name' => 'entityreference_behavior_example',
42654   'type' => 'module',
42655   'owner' => '',
42656   'status' => '0',
42657   'bootstrap' => '0',
42658   'schema_version' => '-1',
42659   'weight' => '0',
42660   '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;}',
42661 ))
42662 ->values(array(
42663   'filename' => 'sites/all/modules/entityreference/tests/modules/entityreference_feeds_test/entityreference_feeds_test.module',
42664   'name' => 'entityreference_feeds_test',
42665   'type' => 'module',
42666   'owner' => '',
42667   'status' => '0',
42668   'bootstrap' => '0',
42669   'schema_version' => '-1',
42670   'weight' => '0',
42671   '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;}',
42672 ))
42673 ->values(array(
42674   'filename' => 'sites/all/modules/link/link.module',
42675   'name' => 'link',
42676   'type' => 'module',
42677   'owner' => '',
42678   'status' => '1',
42679   'bootstrap' => '0',
42680   'schema_version' => '7001',
42681   'weight' => '0',
42682   '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>";}',
42683 ))
42684 ->values(array(
42685   'filename' => 'sites/all/modules/phone/phone.module',
42686   'name' => 'phone',
42687   'type' => 'module',
42688   'owner' => '',
42689   'status' => '1',
42690   'bootstrap' => '0',
42691   'schema_version' => '0',
42692   'weight' => '0',
42693   '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>";}',
42694 ))
42695 ->values(array(
42696   'filename' => 'sites/all/modules/views/views.module',
42697   'name' => 'views',
42698   'type' => 'module',
42699   'owner' => '',
42700   'status' => '0',
42701   'bootstrap' => '0',
42702   'schema_version' => '7301',
42703   'weight' => '10',
42704   '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;}',
42705 ))
42706 ->values(array(
42707   'filename' => 'sites/all/modules/views/views_ui.module',
42708   'name' => 'views_ui',
42709   'type' => 'module',
42710   'owner' => '',
42711   'status' => '0',
42712   'bootstrap' => '0',
42713   'schema_version' => '0',
42714   'weight' => '0',
42715   '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;}',
42716 ))
42717 ->values(array(
42718   'filename' => 'themes/bartik/bartik.info',
42719   'name' => 'bartik',
42720   'type' => 'theme',
42721   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
42722   'status' => '1',
42723   'bootstrap' => '0',
42724   'schema_version' => '-1',
42725   'weight' => '0',
42726   '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";}}',
42727 ))
42728 ->values(array(
42729   'filename' => 'themes/garland/garland.info',
42730   'name' => 'garland',
42731   'type' => 'theme',
42732   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
42733   'status' => '0',
42734   'bootstrap' => '0',
42735   'schema_version' => '-1',
42736   'weight' => '0',
42737   '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";}}',
42738 ))
42739 ->values(array(
42740   'filename' => 'themes/seven/seven.info',
42741   'name' => 'seven',
42742   'type' => 'theme',
42743   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
42744   'status' => '1',
42745   'bootstrap' => '0',
42746   'schema_version' => '-1',
42747   'weight' => '0',
42748   '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";}}',
42749 ))
42750 ->values(array(
42751   'filename' => 'themes/stark/stark.info',
42752   'name' => 'stark',
42753   'type' => 'theme',
42754   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
42755   'status' => '0',
42756   'bootstrap' => '0',
42757   'schema_version' => '-1',
42758   'weight' => '0',
42759   '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\";}}",
42760 ))
42761 ->execute();
42762
42763 $connection->schema()->createTable('taxonomy_index', array(
42764   'fields' => array(
42765     'nid' => array(
42766       'type' => 'int',
42767       'not null' => TRUE,
42768       'size' => 'normal',
42769       'default' => '0',
42770       'unsigned' => TRUE,
42771     ),
42772     'tid' => array(
42773       'type' => 'int',
42774       'not null' => TRUE,
42775       'size' => 'normal',
42776       'default' => '0',
42777       'unsigned' => TRUE,
42778     ),
42779     'sticky' => array(
42780       'type' => 'int',
42781       'not null' => FALSE,
42782       'size' => 'normal',
42783       'default' => '0',
42784     ),
42785     'created' => array(
42786       'type' => 'int',
42787       'not null' => TRUE,
42788       'size' => 'normal',
42789       'default' => '0',
42790     ),
42791   ),
42792   'mysql_character_set' => 'utf8',
42793 ));
42794
42795 $connection->insert('taxonomy_index')
42796 ->fields(array(
42797   'nid',
42798   'tid',
42799   'sticky',
42800   'created',
42801 ))
42802 ->values(array(
42803   'nid' => '1',
42804   'tid' => '4',
42805   'sticky' => '0',
42806   'created' => '1421727515',
42807 ))
42808 ->values(array(
42809   'nid' => '2',
42810   'tid' => '9',
42811   'sticky' => '0',
42812   'created' => '1441306772',
42813 ))
42814 ->values(array(
42815   'nid' => '2',
42816   'tid' => '14',
42817   'sticky' => '0',
42818   'created' => '1441306772',
42819 ))
42820 ->values(array(
42821   'nid' => '2',
42822   'tid' => '17',
42823   'sticky' => '0',
42824   'created' => '1441306772',
42825 ))
42826 ->values(array(
42827   'nid' => '3',
42828   'tid' => '9',
42829   'sticky' => '0',
42830   'created' => '1471428152',
42831 ))
42832 ->values(array(
42833   'nid' => '3',
42834   'tid' => '14',
42835   'sticky' => '0',
42836   'created' => '1471428152',
42837 ))
42838 ->values(array(
42839   'nid' => '3',
42840   'tid' => '17',
42841   'sticky' => '0',
42842   'created' => '1471428152',
42843 ))
42844 ->values(array(
42845   'nid' => '1',
42846   'tid' => '4',
42847   'sticky' => '0',
42848   'created' => '1421727515',
42849 ))
42850 ->values(array(
42851   'nid' => '1',
42852   'tid' => '17',
42853   'sticky' => '0',
42854   'created' => '1421727515',
42855 ))
42856 ->values(array(
42857   'nid' => '1',
42858   'tid' => '15',
42859   'sticky' => '0',
42860   'created' => '1421727515',
42861 ))
42862 ->execute();
42863
42864 $connection->schema()->createTable('taxonomy_term_data', array(
42865   'fields' => array(
42866     'tid' => array(
42867       'type' => 'serial',
42868       'not null' => TRUE,
42869       'size' => 'normal',
42870       'unsigned' => TRUE,
42871     ),
42872     'vid' => array(
42873       'type' => 'int',
42874       'not null' => TRUE,
42875       'size' => 'normal',
42876       'default' => '0',
42877       'unsigned' => TRUE,
42878     ),
42879     'name' => array(
42880       'type' => 'varchar',
42881       'not null' => TRUE,
42882       'length' => '255',
42883       'default' => '',
42884     ),
42885     'description' => array(
42886       'type' => 'text',
42887       'not null' => FALSE,
42888       'size' => 'normal',
42889     ),
42890     'format' => array(
42891       'type' => 'varchar',
42892       'not null' => FALSE,
42893       'length' => '255',
42894     ),
42895     'weight' => array(
42896       'type' => 'int',
42897       'not null' => TRUE,
42898       'size' => 'normal',
42899       'default' => '0',
42900     ),
42901   ),
42902   'primary key' => array(
42903     'tid',
42904   ),
42905   'mysql_character_set' => 'utf8',
42906 ));
42907
42908 $connection->insert('taxonomy_term_data')
42909 ->fields(array(
42910   'tid',
42911   'vid',
42912   'name',
42913   'description',
42914   'format',
42915   'weight',
42916 ))
42917 ->values(array(
42918   'tid' => '1',
42919   'vid' => '2',
42920   'name' => 'General discussion',
42921   'description' => '',
42922   'format' => NULL,
42923   'weight' => '2',
42924 ))
42925 ->values(array(
42926   'tid' => '2',
42927   'vid' => '3',
42928   'name' => 'Term1',
42929   'description' => 'The first term.',
42930   'format' => 'filtered_html',
42931   'weight' => '0',
42932 ))
42933 ->values(array(
42934   'tid' => '3',
42935   'vid' => '3',
42936   'name' => 'Term2',
42937   'description' => 'The second term.',
42938   'format' => 'filtered_html',
42939   'weight' => '0',
42940 ))
42941 ->values(array(
42942   'tid' => '4',
42943   'vid' => '3',
42944   'name' => 'Term3',
42945   'description' => 'The third term.',
42946   'format' => 'full_html',
42947   'weight' => '0',
42948 ))
42949 ->values(array(
42950   'tid' => '5',
42951   'vid' => '2',
42952   'name' => 'Custom Forum',
42953   'description' => 'Where the cool kids are.',
42954   'format' => NULL,
42955   'weight' => '3',
42956 ))
42957 ->values(array(
42958   'tid' => '6',
42959   'vid' => '2',
42960   'name' => 'Games',
42961   'description' => '',
42962   'format' => NULL,
42963   'weight' => '4',
42964 ))
42965 ->values(array(
42966   'tid' => '7',
42967   'vid' => '2',
42968   'name' => 'Minecraft',
42969   'description' => '',
42970   'format' => NULL,
42971   'weight' => '1',
42972 ))
42973 ->values(array(
42974   'tid' => '8',
42975   'vid' => '2',
42976   'name' => 'Half Life 3',
42977   'description' => '',
42978   'format' => NULL,
42979   'weight' => '0',
42980 ))
42981 ->values(array(
42982   'tid' => '9',
42983   'vid' => '1',
42984   'name' => 'Benjamin Sisko',
42985   'description' => 'Portrayed by Avery Brooks',
42986   'format' => 'filtered_html',
42987   'weight' => '0',
42988 ))
42989 ->values(array(
42990   'tid' => '10',
42991   'vid' => '1',
42992   'name' => 'Kira Nerys',
42993   'description' => 'Portrayed by Nana Visitor',
42994   'format' => 'filtered_html',
42995   'weight' => '0',
42996 ))
42997 ->values(array(
42998   'tid' => '11',
42999   'vid' => '1',
43000   'name' => 'Dax',
43001   'description' => 'Portrayed by Terry Farrell',
43002   'format' => 'filtered_html',
43003   'weight' => '0',
43004 ))
43005 ->values(array(
43006   'tid' => '12',
43007   'vid' => '1',
43008   'name' => 'Jake Sisko',
43009   'description' => 'Portrayed by Cirroc Lofton',
43010   'format' => 'filtered_html',
43011   'weight' => '0',
43012 ))
43013 ->values(array(
43014   'tid' => '13',
43015   'vid' => '1',
43016   'name' => 'Gul Dukat',
43017   'description' => 'Portrayed by Marc Alaimo',
43018   'format' => 'filtered_html',
43019   'weight' => '0',
43020 ))
43021 ->values(array(
43022   'tid' => '14',
43023   'vid' => '1',
43024   'name' => 'Odo',
43025   'description' => 'Portrayed by Rene Auberjonois',
43026   'format' => 'filtered_html',
43027   'weight' => '0',
43028 ))
43029 ->values(array(
43030   'tid' => '15',
43031   'vid' => '1',
43032   'name' => 'Worf',
43033   'description' => 'Portrayed by Michael Dorn',
43034   'format' => 'filtered_html',
43035   'weight' => '0',
43036 ))
43037 ->values(array(
43038   'tid' => '16',
43039   'vid' => '1',
43040   'name' => "Miles O'Brien",
43041   'description' => 'Portrayed by Colm Meaney',
43042   'format' => 'filtered_html',
43043   'weight' => '0',
43044 ))
43045 ->values(array(
43046   'tid' => '17',
43047   'vid' => '1',
43048   'name' => 'Quark',
43049   'description' => 'Portrayed by Armin Shimerman',
43050   'format' => 'filtered_html',
43051   'weight' => '0',
43052 ))
43053 ->values(array(
43054   'tid' => '18',
43055   'vid' => '1',
43056   'name' => 'Elim Garak',
43057   'description' => 'Portrayed by Andrew Robinson',
43058   'format' => 'filtered_html',
43059   'weight' => '0',
43060 ))
43061 ->execute();
43062
43063 $connection->schema()->createTable('taxonomy_term_hierarchy', array(
43064   'fields' => array(
43065     'tid' => array(
43066       'type' => 'int',
43067       'not null' => TRUE,
43068       'size' => 'normal',
43069       'default' => '0',
43070       'unsigned' => TRUE,
43071     ),
43072     'parent' => array(
43073       'type' => 'int',
43074       'not null' => TRUE,
43075       'size' => 'normal',
43076       'default' => '0',
43077       'unsigned' => TRUE,
43078     ),
43079   ),
43080   'primary key' => array(
43081     'tid',
43082     'parent',
43083   ),
43084   'mysql_character_set' => 'utf8',
43085 ));
43086
43087 $connection->insert('taxonomy_term_hierarchy')
43088 ->fields(array(
43089   'tid',
43090   'parent',
43091 ))
43092 ->values(array(
43093   'tid' => '1',
43094   'parent' => '0',
43095 ))
43096 ->values(array(
43097   'tid' => '2',
43098   'parent' => '0',
43099 ))
43100 ->values(array(
43101   'tid' => '3',
43102   'parent' => '0',
43103 ))
43104 ->values(array(
43105   'tid' => '5',
43106   'parent' => '0',
43107 ))
43108 ->values(array(
43109   'tid' => '6',
43110   'parent' => '0',
43111 ))
43112 ->values(array(
43113   'tid' => '9',
43114   'parent' => '0',
43115 ))
43116 ->values(array(
43117   'tid' => '10',
43118   'parent' => '0',
43119 ))
43120 ->values(array(
43121   'tid' => '11',
43122   'parent' => '0',
43123 ))
43124 ->values(array(
43125   'tid' => '12',
43126   'parent' => '0',
43127 ))
43128 ->values(array(
43129   'tid' => '13',
43130   'parent' => '0',
43131 ))
43132 ->values(array(
43133   'tid' => '14',
43134   'parent' => '0',
43135 ))
43136 ->values(array(
43137   'tid' => '15',
43138   'parent' => '0',
43139 ))
43140 ->values(array(
43141   'tid' => '16',
43142   'parent' => '0',
43143 ))
43144 ->values(array(
43145   'tid' => '17',
43146   'parent' => '0',
43147 ))
43148 ->values(array(
43149   'tid' => '18',
43150   'parent' => '0',
43151 ))
43152 ->values(array(
43153   'tid' => '4',
43154   'parent' => '3',
43155 ))
43156 ->values(array(
43157   'tid' => '7',
43158   'parent' => '6',
43159 ))
43160 ->values(array(
43161   'tid' => '8',
43162   'parent' => '6',
43163 ))
43164 ->execute();
43165
43166 $connection->schema()->createTable('taxonomy_vocabulary', array(
43167   'fields' => array(
43168     'vid' => array(
43169       'type' => 'serial',
43170       'not null' => TRUE,
43171       'size' => 'normal',
43172       'unsigned' => TRUE,
43173     ),
43174     'name' => array(
43175       'type' => 'varchar',
43176       'not null' => TRUE,
43177       'length' => '255',
43178       'default' => '',
43179     ),
43180     'machine_name' => array(
43181       'type' => 'varchar',
43182       'not null' => TRUE,
43183       'length' => '255',
43184       'default' => '',
43185     ),
43186     'description' => array(
43187       'type' => 'text',
43188       'not null' => FALSE,
43189       'size' => 'normal',
43190     ),
43191     'hierarchy' => array(
43192       'type' => 'int',
43193       'not null' => TRUE,
43194       'size' => 'normal',
43195       'default' => '0',
43196       'unsigned' => TRUE,
43197     ),
43198     'module' => array(
43199       'type' => 'varchar',
43200       'not null' => TRUE,
43201       'length' => '255',
43202       'default' => '',
43203     ),
43204     'weight' => array(
43205       'type' => 'int',
43206       'not null' => TRUE,
43207       'size' => 'normal',
43208       'default' => '0',
43209     ),
43210   ),
43211   'primary key' => array(
43212     'vid',
43213   ),
43214   'mysql_character_set' => 'utf8',
43215 ));
43216
43217 $connection->insert('taxonomy_vocabulary')
43218 ->fields(array(
43219   'vid',
43220   'name',
43221   'machine_name',
43222   'description',
43223   'hierarchy',
43224   'module',
43225   'weight',
43226 ))
43227 ->values(array(
43228   'vid' => '1',
43229   'name' => 'Tags',
43230   'machine_name' => 'tags',
43231   'description' => 'Use tags to group articles on similar topics into categories.',
43232   'hierarchy' => '0',
43233   'module' => 'taxonomy',
43234   'weight' => '0',
43235 ))
43236 ->values(array(
43237   'vid' => '2',
43238   'name' => 'Forums',
43239   'machine_name' => 'forums',
43240   'description' => 'Forum navigation vocabulary',
43241   'hierarchy' => '1',
43242   'module' => 'forum',
43243   'weight' => '-10',
43244 ))
43245 ->values(array(
43246   'vid' => '3',
43247   'name' => 'Test Vocabulary',
43248   'machine_name' => 'test_vocabulary',
43249   'description' => 'This is the vocabulary description',
43250   'hierarchy' => '1',
43251   'module' => 'taxonomy',
43252   'weight' => '0',
43253 ))
43254 ->values(array(
43255   'vid' => '4',
43256   'name' => 'vocabulary name much longer than thirty two characters',
43257   'machine_name' => 'vocabulary_name_much_longer_than_thirty_two_characters',
43258   'description' => 'description of vocabulary name much longer than thirty two characters',
43259   'hierarchy' => '1',
43260   'module' => 'taxonomy',
43261   'weight' => '0',
43262 ))
43263 ->execute();
43264
43265 $connection->schema()->createTable('tracker_node', array(
43266   'fields' => array(
43267     'nid' => array(
43268       'type' => 'int',
43269       'not null' => TRUE,
43270       'size' => 'normal',
43271       'default' => '0',
43272       'unsigned' => TRUE,
43273     ),
43274     'published' => array(
43275       'type' => 'int',
43276       'not null' => FALSE,
43277       'size' => 'normal',
43278       'default' => '0',
43279     ),
43280     'changed' => array(
43281       'type' => 'int',
43282       'not null' => TRUE,
43283       'size' => 'normal',
43284       'default' => '0',
43285       'unsigned' => TRUE,
43286     ),
43287   ),
43288   'primary key' => array(
43289     'nid',
43290   ),
43291   'mysql_character_set' => 'utf8',
43292 ));
43293
43294 $connection->insert('tracker_node')
43295 ->fields(array(
43296   'nid',
43297   'published',
43298   'changed',
43299 ))
43300 ->values(array(
43301   'nid' => '1',
43302   'published' => '1',
43303   'changed' => '1421727536',
43304 ))
43305 ->execute();
43306
43307 $connection->schema()->createTable('tracker_user', array(
43308   'fields' => array(
43309     'nid' => array(
43310       'type' => 'int',
43311       'not null' => TRUE,
43312       'size' => 'normal',
43313       'default' => '0',
43314       'unsigned' => TRUE,
43315     ),
43316     'uid' => array(
43317       'type' => 'int',
43318       'not null' => TRUE,
43319       'size' => 'normal',
43320       'default' => '0',
43321     ),
43322     'published' => array(
43323       'type' => 'int',
43324       'not null' => FALSE,
43325       'size' => 'normal',
43326       'default' => '0',
43327     ),
43328     'changed' => array(
43329       'type' => 'int',
43330       'not null' => TRUE,
43331       'size' => 'normal',
43332       'default' => '0',
43333       'unsigned' => TRUE,
43334     ),
43335   ),
43336   'primary key' => array(
43337     'nid',
43338     'uid',
43339   ),
43340   'mysql_character_set' => 'utf8',
43341 ));
43342
43343 $connection->insert('tracker_user')
43344 ->fields(array(
43345   'nid',
43346   'uid',
43347   'published',
43348   'changed',
43349 ))
43350 ->values(array(
43351   'nid' => '1',
43352   'uid' => '2',
43353   'published' => '1',
43354   'changed' => '1421727536',
43355 ))
43356 ->execute();
43357
43358 $connection->schema()->createTable('trigger_assignments', array(
43359   'fields' => array(
43360     'hook' => array(
43361       'type' => 'varchar',
43362       'not null' => TRUE,
43363       'length' => '78',
43364       'default' => '',
43365     ),
43366     'aid' => array(
43367       'type' => 'varchar',
43368       'not null' => TRUE,
43369       'length' => '255',
43370       'default' => '',
43371     ),
43372     'weight' => array(
43373       'type' => 'int',
43374       'not null' => TRUE,
43375       'size' => 'normal',
43376       'default' => '0',
43377     ),
43378   ),
43379   'primary key' => array(
43380     'hook',
43381     'aid',
43382   ),
43383   'mysql_character_set' => 'utf8',
43384 ));
43385
43386 $connection->insert('trigger_assignments')
43387 ->fields(array(
43388   'hook',
43389   'aid',
43390   'weight',
43391 ))
43392 ->values(array(
43393   'hook' => 'comment_presave',
43394   'aid' => 'comment_publish_action',
43395   'weight' => '1',
43396 ))
43397 ->execute();
43398
43399 $connection->schema()->createTable('url_alias', array(
43400   'fields' => array(
43401     'pid' => array(
43402       'type' => 'serial',
43403       'not null' => TRUE,
43404       'size' => 'normal',
43405       'unsigned' => TRUE,
43406     ),
43407     'source' => array(
43408       'type' => 'varchar',
43409       'not null' => TRUE,
43410       'length' => '255',
43411       'default' => '',
43412     ),
43413     'alias' => array(
43414       'type' => 'varchar',
43415       'not null' => TRUE,
43416       'length' => '255',
43417       'default' => '',
43418     ),
43419     'language' => array(
43420       'type' => 'varchar',
43421       'not null' => TRUE,
43422       'length' => '12',
43423       'default' => '',
43424     ),
43425   ),
43426   'primary key' => array(
43427     'pid',
43428   ),
43429   'mysql_character_set' => 'utf8',
43430 ));
43431
43432 $connection->insert('url_alias')
43433 ->fields(array(
43434   'pid',
43435   'source',
43436   'alias',
43437   'language',
43438 ))
43439 ->values(array(
43440   'pid' => '1',
43441   'source' => 'taxonomy/term/4',
43442   'alias' => 'term33',
43443   'language' => 'und',
43444 ))
43445 ->values(array(
43446   'pid' => '2',
43447   'source' => 'node/2',
43448   'alias' => 'deep-space-9',
43449   'language' => 'en',
43450 ))
43451 ->values(array(
43452   'pid' => '3',
43453   'source' => 'node/3',
43454   'alias' => 'deep-space-9-is',
43455   'language' => 'is',
43456 ))
43457 ->values(array(
43458   'pid' => '4',
43459   'source' => 'node/4',
43460   'alias' => 'firefly-is',
43461   'language' => 'is',
43462 ))
43463 ->values(array(
43464   'pid' => '5',
43465   'source' => 'node/5',
43466   'alias' => 'firefly',
43467   'language' => 'en',
43468 ))
43469 ->execute();
43470
43471 $connection->schema()->createTable('users', array(
43472   'fields' => array(
43473     'uid' => array(
43474       'type' => 'int',
43475       'not null' => TRUE,
43476       'size' => 'normal',
43477       'default' => '0',
43478       'unsigned' => TRUE,
43479     ),
43480     'name' => array(
43481       'type' => 'varchar',
43482       'not null' => TRUE,
43483       'length' => '60',
43484       'default' => '',
43485     ),
43486     'pass' => array(
43487       'type' => 'varchar',
43488       'not null' => TRUE,
43489       'length' => '128',
43490       'default' => '',
43491     ),
43492     'mail' => array(
43493       'type' => 'varchar',
43494       'not null' => FALSE,
43495       'length' => '254',
43496       'default' => '',
43497     ),
43498     'theme' => array(
43499       'type' => 'varchar',
43500       'not null' => TRUE,
43501       'length' => '255',
43502       'default' => '',
43503     ),
43504     'signature' => array(
43505       'type' => 'varchar',
43506       'not null' => TRUE,
43507       'length' => '255',
43508       'default' => '',
43509     ),
43510     'signature_format' => array(
43511       'type' => 'varchar',
43512       'not null' => FALSE,
43513       'length' => '255',
43514     ),
43515     'created' => array(
43516       'type' => 'int',
43517       'not null' => TRUE,
43518       'size' => 'normal',
43519       'default' => '0',
43520     ),
43521     'access' => array(
43522       'type' => 'int',
43523       'not null' => TRUE,
43524       'size' => 'normal',
43525       'default' => '0',
43526     ),
43527     'login' => array(
43528       'type' => 'int',
43529       'not null' => TRUE,
43530       'size' => 'normal',
43531       'default' => '0',
43532     ),
43533     'status' => array(
43534       'type' => 'int',
43535       'not null' => TRUE,
43536       'size' => 'normal',
43537       'default' => '0',
43538     ),
43539     'timezone' => array(
43540       'type' => 'varchar',
43541       'not null' => FALSE,
43542       'length' => '32',
43543     ),
43544     'language' => array(
43545       'type' => 'varchar',
43546       'not null' => TRUE,
43547       'length' => '12',
43548       'default' => '',
43549     ),
43550     'picture' => array(
43551       'type' => 'int',
43552       'not null' => TRUE,
43553       'size' => 'normal',
43554       'default' => '0',
43555     ),
43556     'init' => array(
43557       'type' => 'varchar',
43558       'not null' => FALSE,
43559       'length' => '254',
43560       'default' => '',
43561     ),
43562     'data' => array(
43563       'type' => 'blob',
43564       'not null' => FALSE,
43565       'size' => 'normal',
43566     ),
43567   ),
43568   'primary key' => array(
43569     'uid',
43570   ),
43571   'mysql_character_set' => 'utf8',
43572 ));
43573
43574 $connection->insert('users')
43575 ->fields(array(
43576   'uid',
43577   'name',
43578   'pass',
43579   'mail',
43580   'theme',
43581   'signature',
43582   'signature_format',
43583   'created',
43584   'access',
43585   'login',
43586   'status',
43587   'timezone',
43588   'language',
43589   'picture',
43590   'init',
43591   'data',
43592 ))
43593 ->values(array(
43594   'uid' => '1',
43595   'name' => 'admin',
43596   'pass' => '$S$D/HVkgCg1Hvi7DN5KVSgNl.2C5g8W6oe/OoIRMUlyjkmPugQRhoB',
43597   'mail' => 'admin@local.host',
43598   'theme' => '',
43599   'signature' => '',
43600   'signature_format' => NULL,
43601   'created' => '0',
43602   'access' => '1444945097',
43603   'login' => '1444945097',
43604   'status' => '1',
43605   'timezone' => NULL,
43606   'language' => '',
43607   'picture' => '0',
43608   'init' => '',
43609   'data' => 'a:1:{s:7:"contact";i:1;}',
43610 ))
43611 ->values(array(
43612   'uid' => '2',
43613   'name' => 'Odo',
43614   'pass' => '$S$DGFZUE.FhrXbe4y52eC7p0ZVRGD/gOPtVctDlmC89qkujnBokAlJ',
43615   'mail' => 'odo@local.host',
43616   'theme' => '',
43617   'signature' => '',
43618   'signature_format' => 'filtered_html',
43619   'created' => '1440532218',
43620   'access' => '0',
43621   'login' => '0',
43622   'status' => '1',
43623   'timezone' => 'America/Chicago',
43624   'language' => 'is',
43625   'picture' => '0',
43626   'init' => 'odo@local.host',
43627   'data' => 'a:1:{s:7:"contact";i:1;}',
43628 ))
43629 ->values(array(
43630   'uid' => '3',
43631   'name' => 'Bob',
43632   'pass' => '$S$DGFZUE.FhrXbe4y52eC7p0ZVRGD/gOPtVctDlmC89qkujnBokAlJ',
43633   'mail' => 'bob@local.host',
43634   'theme' => '',
43635   'signature' => '',
43636   'signature_format' => 'filtered_html',
43637   'created' => '1440532218',
43638   'access' => '0',
43639   'login' => '0',
43640   'status' => '1',
43641   'timezone' => 'America/New_York',
43642   'language' => 'fr',
43643   'picture' => '0',
43644   'init' => 'bob@local.host',
43645   'data' => 'a:1:{s:7:"contact";i:1;}',
43646 ))
43647 ->execute();
43648
43649 $connection->schema()->createTable('users_roles', array(
43650   'fields' => array(
43651     'uid' => array(
43652       'type' => 'int',
43653       'not null' => TRUE,
43654       'size' => 'normal',
43655       'default' => '0',
43656       'unsigned' => TRUE,
43657     ),
43658     'rid' => array(
43659       'type' => 'int',
43660       'not null' => TRUE,
43661       'size' => 'normal',
43662       'default' => '0',
43663       'unsigned' => TRUE,
43664     ),
43665   ),
43666   'primary key' => array(
43667     'uid',
43668     'rid',
43669   ),
43670   'mysql_character_set' => 'utf8',
43671 ));
43672
43673 $connection->insert('users_roles')
43674 ->fields(array(
43675   'uid',
43676   'rid',
43677 ))
43678 ->values(array(
43679   'uid' => '1',
43680   'rid' => '3',
43681 ))
43682 ->values(array(
43683   'uid' => '2',
43684   'rid' => '3',
43685 ))
43686 ->values(array(
43687   'uid' => '3',
43688   'rid' => '3',
43689 ))
43690 ->execute();
43691
43692 $connection->schema()->createTable('variable', array(
43693   'fields' => array(
43694     'name' => array(
43695       'type' => 'varchar',
43696       'not null' => TRUE,
43697       'length' => '128',
43698       'default' => '',
43699     ),
43700     'value' => array(
43701       'type' => 'blob',
43702       'not null' => TRUE,
43703       'size' => 'normal',
43704     ),
43705   ),
43706   'primary key' => array(
43707     'name',
43708   ),
43709   'mysql_character_set' => 'utf8',
43710 ));
43711
43712 $connection->insert('variable')
43713 ->fields(array(
43714   'name',
43715   'value',
43716 ))
43717 ->values(array(
43718   'name' => 'actions_max_stack',
43719   'value' => 'i:28;',
43720 ))
43721 ->values(array(
43722   'name' => 'additional_settings__active_tab_article',
43723   'value' => 's:15:"edit-submission";',
43724 ))
43725 ->values(array(
43726   'name' => 'additional_settings__active_tab_blog',
43727   'value' => 's:13:"edit-workflow";',
43728 ))
43729 ->values(array(
43730   'name' => 'additional_settings__active_tab_book',
43731   'value' => 's:13:"edit-workflow";',
43732 ))
43733 ->values(array(
43734   'name' => 'additional_settings__active_tab_forum',
43735   'value' => 's:15:"edit-submission";',
43736 ))
43737 ->values(array(
43738   'name' => 'additional_settings__active_tab_page',
43739   'value' => 's:15:"edit-submission";',
43740 ))
43741 ->values(array(
43742   'name' => 'additional_settings__active_tab_test_content_type',
43743   'value' => 's:13:"edit-workflow";',
43744 ))
43745 ->values(array(
43746   'name' => 'admin_compact_mode',
43747   'value' => 'b:1;',
43748 ))
43749 ->values(array(
43750   'name' => 'admin_theme',
43751   'value' => 's:5:"seven";',
43752 ))
43753 ->values(array(
43754   'name' => 'aggregator_allowed_html_tags',
43755   'value' => 's:13:"<p> <div> <a>";',
43756 ))
43757 ->values(array(
43758   'name' => 'aggregator_clear',
43759   'value' => 'i:86400;',
43760 ))
43761 ->values(array(
43762   'name' => 'aggregator_fetcher',
43763   'value' => 's:10:"aggregator";',
43764 ))
43765 ->values(array(
43766   'name' => 'aggregator_parser',
43767   'value' => 's:10:"aggregator";',
43768 ))
43769 ->values(array(
43770   'name' => 'aggregator_processors',
43771   'value' => 'a:1:{i:0;s:10:"aggregator";}',
43772 ))
43773 ->values(array(
43774   'name' => 'aggregator_summary_items',
43775   'value' => 'i:6;',
43776 ))
43777 ->values(array(
43778   'name' => 'aggregator_teaser_length',
43779   'value' => 'i:500;',
43780 ))
43781 ->values(array(
43782   'name' => 'allow_insecure_derivatives',
43783   'value' => 'b:1;',
43784 ))
43785 ->values(array(
43786   'name' => 'allow_insecure_uploads',
43787   'value' => 'i:1;',
43788 ))
43789 ->values(array(
43790   'name' => 'anonymous',
43791   'value' => 's:9:"Anonymous";',
43792 ))
43793 ->values(array(
43794   'name' => 'authorize_filetransfer_default',
43795   'value' => 's:3:"ftp";',
43796 ))
43797 ->values(array(
43798   'name' => 'block_cache',
43799   'value' => 'i:0;',
43800 ))
43801 ->values(array(
43802   'name' => 'book_allowed_types',
43803   'value' => 'a:1:{i:0;s:4:"book";}',
43804 ))
43805 ->values(array(
43806   'name' => 'book_child_type',
43807   'value' => 's:4:"book";',
43808 ))
43809 ->values(array(
43810   'name' => 'cache',
43811   'value' => 'i:0;',
43812 ))
43813 ->values(array(
43814   'name' => 'cache_flush_cache',
43815   'value' => 'i:0;',
43816 ))
43817 ->values(array(
43818   'name' => 'cache_flush_cache_block',
43819   'value' => 'i:0;',
43820 ))
43821 ->values(array(
43822   'name' => 'cache_flush_cache_field',
43823   'value' => 'i:0;',
43824 ))
43825 ->values(array(
43826   'name' => 'cache_flush_cache_filter',
43827   'value' => 'i:1444944970;',
43828 ))
43829 ->values(array(
43830   'name' => 'cache_flush_cache_form',
43831   'value' => 'i:1444944970;',
43832 ))
43833 ->values(array(
43834   'name' => 'cache_flush_cache_image',
43835   'value' => 'i:1444944970;',
43836 ))
43837 ->values(array(
43838   'name' => 'cache_flush_cache_menu',
43839   'value' => 'i:1444944970;',
43840 ))
43841 ->values(array(
43842   'name' => 'cache_flush_cache_page',
43843   'value' => 'i:0;',
43844 ))
43845 ->values(array(
43846   'name' => 'cache_flush_cache_path',
43847   'value' => 'i:1444944970;',
43848 ))
43849 ->values(array(
43850   'name' => 'cache_lifetime',
43851   'value' => 's:3:"300";',
43852 ))
43853 ->values(array(
43854   'name' => 'clean_url',
43855   'value' => 's:1:"1";',
43856 ))
43857 ->values(array(
43858   'name' => 'comment_anonymous_article',
43859   'value' => 'i:0;',
43860 ))
43861 ->values(array(
43862   'name' => 'comment_anonymous_blog',
43863   'value' => 'i:0;',
43864 ))
43865 ->values(array(
43866   'name' => 'comment_anonymous_book',
43867   'value' => 'i:0;',
43868 ))
43869 ->values(array(
43870   'name' => 'comment_anonymous_forum',
43871   'value' => 'i:0;',
43872 ))
43873 ->values(array(
43874   'name' => 'comment_anonymous_page',
43875   'value' => 'i:0;',
43876 ))
43877 ->values(array(
43878   'name' => 'comment_anonymous_test_content_type',
43879   'value' => 'i:0;',
43880 ))
43881 ->values(array(
43882   'name' => 'comment_article',
43883   'value' => 's:1:"2";',
43884 ))
43885 ->values(array(
43886   'name' => 'comment_blog',
43887   'value' => 's:1:"2";',
43888 ))
43889 ->values(array(
43890   'name' => 'comment_book',
43891   'value' => 's:1:"2";',
43892 ))
43893 ->values(array(
43894   'name' => 'comment_default_mode_article',
43895   'value' => 'i:1;',
43896 ))
43897 ->values(array(
43898   'name' => 'comment_default_mode_blog',
43899   'value' => 'i:1;',
43900 ))
43901 ->values(array(
43902   'name' => 'comment_default_mode_book',
43903   'value' => 'i:1;',
43904 ))
43905 ->values(array(
43906   'name' => 'comment_default_mode_forum',
43907   'value' => 'i:1;',
43908 ))
43909 ->values(array(
43910   'name' => 'comment_default_mode_page',
43911   'value' => 'i:1;',
43912 ))
43913 ->values(array(
43914   'name' => 'comment_default_mode_test_content_type',
43915   'value' => 'i:1;',
43916 ))
43917 ->values(array(
43918   'name' => 'comment_default_per_page_article',
43919   'value' => 's:2:"50";',
43920 ))
43921 ->values(array(
43922   'name' => 'comment_default_per_page_blog',
43923   'value' => 's:2:"50";',
43924 ))
43925 ->values(array(
43926   'name' => 'comment_default_per_page_book',
43927   'value' => 's:2:"50";',
43928 ))
43929 ->values(array(
43930   'name' => 'comment_default_per_page_forum',
43931   'value' => 's:2:"50";',
43932 ))
43933 ->values(array(
43934   'name' => 'comment_default_per_page_page',
43935   'value' => 's:2:"50";',
43936 ))
43937 ->values(array(
43938   'name' => 'comment_default_per_page_test_content_type',
43939   'value' => 's:2:"30";',
43940 ))
43941 ->values(array(
43942   'name' => 'comment_form_location_article',
43943   'value' => 'i:1;',
43944 ))
43945 ->values(array(
43946   'name' => 'comment_form_location_blog',
43947   'value' => 'i:1;',
43948 ))
43949 ->values(array(
43950   'name' => 'comment_form_location_book',
43951   'value' => 'i:1;',
43952 ))
43953 ->values(array(
43954   'name' => 'comment_form_location_forum',
43955   'value' => 'i:1;',
43956 ))
43957 ->values(array(
43958   'name' => 'comment_form_location_page',
43959   'value' => 'i:1;',
43960 ))
43961 ->values(array(
43962   'name' => 'comment_form_location_test_content_type',
43963   'value' => 'i:1;',
43964 ))
43965 ->values(array(
43966   'name' => 'comment_forum',
43967   'value' => 's:1:"2";',
43968 ))
43969 ->values(array(
43970   'name' => 'comment_page',
43971   'value' => 's:1:"0";',
43972 ))
43973 ->values(array(
43974   'name' => 'comment_preview_article',
43975   'value' => 's:1:"1";',
43976 ))
43977 ->values(array(
43978   'name' => 'comment_preview_blog',
43979   'value' => 's:1:"1";',
43980 ))
43981 ->values(array(
43982   'name' => 'comment_preview_book',
43983   'value' => 's:1:"1";',
43984 ))
43985 ->values(array(
43986   'name' => 'comment_preview_forum',
43987   'value' => 's:1:"1";',
43988 ))
43989 ->values(array(
43990   'name' => 'comment_preview_page',
43991   'value' => 's:1:"1";',
43992 ))
43993 ->values(array(
43994   'name' => 'comment_preview_test_content_type',
43995   'value' => 's:1:"1";',
43996 ))
43997 ->values(array(
43998   'name' => 'comment_subject_field_article',
43999   'value' => 'i:1;',
44000 ))
44001 ->values(array(
44002   'name' => 'comment_subject_field_blog',
44003   'value' => 'i:1;',
44004 ))
44005 ->values(array(
44006   'name' => 'comment_subject_field_book',
44007   'value' => 'i:1;',
44008 ))
44009 ->values(array(
44010   'name' => 'comment_subject_field_forum',
44011   'value' => 'i:1;',
44012 ))
44013 ->values(array(
44014   'name' => 'comment_subject_field_page',
44015   'value' => 'i:1;',
44016 ))
44017 ->values(array(
44018   'name' => 'comment_subject_field_test_content_type',
44019   'value' => 'i:1;',
44020 ))
44021 ->values(array(
44022   'name' => 'comment_test_content_type',
44023   'value' => 's:1:"2";',
44024 ))
44025 ->values(array(
44026   'name' => 'configurable_timezones',
44027   'value' => 'b:1;',
44028 ))
44029 ->values(array(
44030   'name' => 'contact_default_status',
44031   'value' => 'i:1;',
44032 ))
44033 ->values(array(
44034   'name' => 'contact_threshold_limit',
44035   'value' => 'i:33;',
44036 ))
44037 ->values(array(
44038   'name' => 'contact_threshold_window',
44039   'value' => 'i:7200;',
44040 ))
44041 ->values(array(
44042   'name' => 'cron_key',
44043   'value' => 's:43:"_vWFj-dRR2rNoHDwl7N__J9uZNutDcLz3w4tlPJzRAM";',
44044 ))
44045 ->values(array(
44046   'name' => 'cron_last',
44047   'value' => 'i:1444944970;',
44048 ))
44049 ->values(array(
44050   'name' => 'cron_threshold_error',
44051   'value' => 'i:1209600;',
44052 ))
44053 ->values(array(
44054   'name' => 'cron_threshold_warning',
44055   'value' => 'i:172800;',
44056 ))
44057 ->values(array(
44058   'name' => 'css_js_query_string',
44059   'value' => 's:6:"nwa6nq";',
44060 ))
44061 ->values(array(
44062   'name' => 'ctools_last_cron',
44063   'value' => 'i:1421720834;',
44064 ))
44065 ->values(array(
44066   'name' => 'dashboard_stashed_blocks',
44067   '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";}}',
44068 ))
44069 ->values(array(
44070   'name' => 'date_api_version',
44071   'value' => 's:3:"7.2";',
44072 ))
44073 ->values(array(
44074   'name' => 'date_default_timezone',
44075   'value' => 's:15:"America/Chicago";',
44076 ))
44077 ->values(array(
44078   'name' => 'date_first_day',
44079   'value' => 'i:1;',
44080 ))
44081 ->values(array(
44082   'name' => 'dblog_row_limit',
44083   'value' => 'i:10000;',
44084 ))
44085 ->values(array(
44086   'name' => 'default_nodes_main',
44087   'value' => 's:2:"10";',
44088 ))
44089 ->values(array(
44090   'name' => 'drupal_css_cache_files',
44091   '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";}',
44092 ))
44093 ->values(array(
44094   'name' => 'drupal_http_request_fails',
44095   'value' => 'b:0;',
44096 ))
44097 ->values(array(
44098   'name' => 'drupal_private_key',
44099   'value' => 's:43:"9eRJWxrMwQ5CufYJjXBZbPGz_t8vPIYRQr18PamdKmM";',
44100 ))
44101 ->values(array(
44102   'name' => 'drupal_weight_select_max',
44103   'value' => 'i:40;',
44104 ))
44105 ->values(array(
44106   'name' => 'email__active_tab',
44107   'value' => 's:27:"edit-email-pending-approval";',
44108 ))
44109 ->values(array(
44110   'name' => 'empty_timezone_message',
44111   'value' => 'b:1;',
44112 ))
44113 ->values(array(
44114   'name' => 'error_level',
44115   'value' => 'i:1;',
44116 ))
44117 ->values(array(
44118   'name' => 'feed_default_items',
44119   'value' => 'i:27;',
44120 ))
44121 ->values(array(
44122   'name' => 'feed_item_length',
44123   'value' => 's:8:"fulltext";',
44124 ))
44125 ->values(array(
44126   'name' => 'entityreference:base-tables',
44127   '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";}}',
44128 ))
44129 ->values(array(
44130   'name' => 'field_bundle_settings_comment__comment_node_test_content_type',
44131   '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:{}}}',
44132 ))
44133 ->values(array(
44134   'name' => 'field_bundle_settings_node__test_content_type',
44135   '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:{}}}',
44136 ))
44137 ->values(array(
44138   'name' => 'field_bundle_settings_user__user',
44139   '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:{}}}',
44140 ))
44141 ->values(array(
44142   'name' => 'file_default_scheme',
44143   'value' => 's:6:"public";',
44144 ))
44145 ->values(array(
44146   'name' => 'file_description_length',
44147   'value' => 'i:256;',
44148 ))
44149 ->values(array(
44150   'name' => 'file_description_type',
44151   'value' => 's:9:"textfield";',
44152 ))
44153 ->values(array(
44154   'name' => 'file_directory_path',
44155   'value' => 's:19:"sites/default/files";',
44156 ))
44157 ->values(array(
44158   'name' => 'file_icon_directory',
44159   'value' => 's:25:"sites/default/files/icons";',
44160 ))
44161 ->values(array(
44162   'name' => 'file_private_path',
44163   'value' => 's:21:"sites/default/private";',
44164 ))
44165 ->values(array(
44166   'name' => 'file_public_path',
44167   'value' => 's:19:"sites/default/files";',
44168 ))
44169 ->values(array(
44170   'name' => 'file_temporary_path',
44171   'value' => 's:4:"/tmp";',
44172 ))
44173 ->values(array(
44174   'name' => 'filter_fallback_format',
44175   'value' => 's:10:"plain_text";',
44176 ))
44177 ->values(array(
44178   'name' => 'forum_block_num_active',
44179   'value' => 'i:9;',
44180 ))
44181 ->values(array(
44182   'name' => 'forum_block_num_new',
44183   'value' => 'i:4;',
44184 ))
44185 ->values(array(
44186   'name' => 'forum_containers',
44187   'value' => 'a:1:{i:0;s:1:"6";}',
44188 ))
44189 ->values(array(
44190   'name' => 'forum_hot_topic',
44191   'value' => 'i:10;',
44192 ))
44193 ->values(array(
44194   'name' => 'forum_nav_vocabulary',
44195   'value' => 's:1:"2";',
44196 ))
44197 ->values(array(
44198   'name' => 'forum_order',
44199   'value' => 'i:1;',
44200 ))
44201 ->values(array(
44202   'name' => 'forum_per_page',
44203   'value' => 'i:25;',
44204 ))
44205 ->values(array(
44206   'name' => 'image_jpeg_quality',
44207   'value' => 'i:80;',
44208 ))
44209 ->values(array(
44210   'name' => 'image_style_preview_image',
44211   'value' => 's:33:"core/modules/image/testsample.png";',
44212 ))
44213 ->values(array(
44214   'name' => 'image_toolkit',
44215   'value' => 's:2:"gd";',
44216 ))
44217 ->values(array(
44218   'name' => 'install_profile',
44219   'value' => 's:8:"standard";',
44220 ))
44221 ->values(array(
44222   'name' => 'install_task',
44223   'value' => 's:4:"done";',
44224 ))
44225 ->values(array(
44226   'name' => 'install_time',
44227   'value' => 'i:1421694923;',
44228 ))
44229 ->values(array(
44230   'name' => 'javascript_parsed',
44231   '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";}',
44232 ))
44233 ->values(array(
44234   'name' => 'language_content_type_article',
44235   'value' => 's:1:"2";',
44236 ))
44237 ->values(array(
44238   'name' => 'language_content_type_blog',
44239   'value' => 's:1:"2";',
44240 ))
44241 ->values(array(
44242   'name' => 'language_content_type_book',
44243   'value' => 's:1:"0";',
44244 ))
44245 ->values(array(
44246   'name' => 'language_content_type_forum',
44247   'value' => 's:1:"0";',
44248 ))
44249 ->values(array(
44250   'name' => 'language_content_type_page',
44251   'value' => 's:1:"0";',
44252 ))
44253 ->values(array(
44254   'name' => 'language_content_type_test_content_type',
44255   'value' => 's:1:"0";',
44256 ))
44257 ->values(array(
44258   'name' => 'i18n_node_options_blog',
44259   'value' => 'a:2:{i:0;s:8:"required";i:1;s:4:"lock";}',
44260 ))
44261 ->values(array(
44262   'name' => 'language_count',
44263   'value' => 'i:2;',
44264 ))
44265 ->values(array(
44266   'name' => 'language_default',
44267   '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:"";}',
44268 ))
44269 ->values(array(
44270   'name' => 'language_negotiation_language',
44271   '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";}}}',
44272 ))
44273 ->values(array(
44274   'name' => 'language_negotiation_language_content',
44275   '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";}}',
44276 ))
44277 ->values(array(
44278   'name' => 'language_negotiation_language_url',
44279   '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";}}',
44280 ))
44281 ->values(array(
44282   'name' => 'language_types',
44283   'value' => 'a:3:{s:8:"language";b:1;s:16:"language_content";b:0;s:12:"language_url";b:0;}',
44284 ))
44285 ->values(array(
44286   'name' => 'locale_language_negotiation_session_param',
44287   'value' => 's:8:"language";',
44288 ))
44289 ->values(array(
44290   'name' => 'locale_language_negotiation_url_part',
44291   'value' => 'i:0;',
44292 ))
44293 ->values(array(
44294   'name' => 'locale_language_providers_weight_language',
44295   '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";}',
44296 ))
44297 ->values(array(
44298   'name' => 'mail_system',
44299   'value' => 'a:1:{s:14:"default-system";s:17:"DefaultMailSystem";}',
44300 ))
44301 ->values(array(
44302   'name' => 'maintenance_mode',
44303   'value' => 'i:0;',
44304 ))
44305 ->values(array(
44306   'name' => 'maintenance_mode_message',
44307   'value' => 's:42:"This is a custom maintenance mode message.";',
44308 ))
44309 ->values(array(
44310   'name' => 'menu_expanded',
44311   'value' => 'a:0:{}',
44312 ))
44313 ->values(array(
44314   'name' => 'menu_masks',
44315   '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;}',
44316 ))
44317 ->values(array(
44318   'name' => 'menu_options_article',
44319   'value' => 'a:1:{i:0;s:9:"main-menu";}',
44320 ))
44321 ->values(array(
44322   'name' => 'menu_options_blog',
44323   'value' => 'a:1:{i:0;s:9:"main-menu";}',
44324 ))
44325 ->values(array(
44326   'name' => 'menu_options_book',
44327   'value' => 'a:1:{i:0;s:9:"main-menu";}',
44328 ))
44329 ->values(array(
44330   'name' => 'menu_options_forum',
44331   'value' => 'a:1:{i:0;s:9:"main-menu";}',
44332 ))
44333 ->values(array(
44334   'name' => 'menu_options_page',
44335   'value' => 'a:1:{i:0;s:9:"main-menu";}',
44336 ))
44337 ->values(array(
44338   'name' => 'menu_options_test_content_type',
44339   '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";}',
44340 ))
44341 ->values(array(
44342   'name' => 'menu_override_parent_selector',
44343   'value' => 'b:1;',
44344 ))
44345 ->values(array(
44346   'name' => 'menu_parent_article',
44347   'value' => 's:11:"main-menu:0";',
44348 ))
44349 ->values(array(
44350   'name' => 'menu_parent_blog',
44351   'value' => 's:11:"main-menu:0";',
44352 ))
44353 ->values(array(
44354   'name' => 'menu_parent_book',
44355   'value' => 's:11:"main-menu:0";',
44356 ))
44357 ->values(array(
44358   'name' => 'menu_parent_forum',
44359   'value' => 's:11:"main-menu:0";',
44360 ))
44361 ->values(array(
44362   'name' => 'menu_parent_page',
44363   'value' => 's:11:"main-menu:0";',
44364 ))
44365 ->values(array(
44366   'name' => 'menu_parent_test_content_type',
44367   'value' => 's:11:"main-menu:0";',
44368 ))
44369 ->values(array(
44370   'name' => 'minimum_word_size',
44371   'value' => 's:1:"4";',
44372 ))
44373 ->values(array(
44374   'name' => 'node_admin_theme',
44375   'value' => 's:1:"1";',
44376 ))
44377 ->values(array(
44378   'name' => 'node_cron_last',
44379   'value' => 's:10:"1441306832";',
44380 ))
44381 ->values(array(
44382   'name' => 'node_options_article',
44383   'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}',
44384 ))
44385 ->values(array(
44386   'name' => 'node_options_blog',
44387   'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}',
44388 ))
44389 ->values(array(
44390   'name' => 'node_options_book',
44391   'value' => 'a:2:{i:0;s:6:"status";i:1;s:8:"revision";}',
44392 ))
44393 ->values(array(
44394   'name' => 'node_options_forum',
44395   'value' => 'a:1:{i:0;s:6:"status";}',
44396 ))
44397 ->values(array(
44398   'name' => 'node_options_page',
44399   'value' => 'a:1:{i:0;s:6:"status";}',
44400 ))
44401 ->values(array(
44402   'name' => 'node_options_test_content_type',
44403   'value' => 'a:3:{i:0;s:6:"status";i:1;s:7:"promote";i:2;s:8:"revision";}',
44404 ))
44405 ->values(array(
44406   'name' => 'node_preview_article',
44407   'value' => 's:1:"1";',
44408 ))
44409 ->values(array(
44410   'name' => 'node_preview_blog',
44411   'value' => 's:1:"1";',
44412 ))
44413 ->values(array(
44414   'name' => 'node_preview_book',
44415   'value' => 's:1:"1";',
44416 ))
44417 ->values(array(
44418   'name' => 'node_preview_forum',
44419   'value' => 's:1:"1";',
44420 ))
44421 ->values(array(
44422   'name' => 'node_preview_page',
44423   'value' => 's:1:"1";',
44424 ))
44425 ->values(array(
44426   'name' => 'node_preview_test_content_type',
44427   'value' => 's:1:"1";',
44428 ))
44429 ->values(array(
44430   'name' => 'node_rank_comments',
44431   'value' => 's:1:"0";',
44432 ))
44433 ->values(array(
44434   'name' => 'node_rank_promote',
44435   'value' => 's:1:"0";',
44436 ))
44437 ->values(array(
44438   'name' => 'node_rank_relevance',
44439   'value' => 's:1:"2";',
44440 ))
44441 ->values(array(
44442   'name' => 'node_rank_sticky',
44443   'value' => 's:1:"0";',
44444 ))
44445 ->values(array(
44446   'name' => 'node_rank_views',
44447   'value' => 's:1:"0";',
44448 ))
44449 ->values(array(
44450   'name' => 'node_submitted_article',
44451   'value' => 'i:1;',
44452 ))
44453 ->values(array(
44454   'name' => 'node_submitted_blog',
44455   'value' => 'i:1;',
44456 ))
44457 ->values(array(
44458   'name' => 'node_submitted_book',
44459   'value' => 'i:1;',
44460 ))
44461 ->values(array(
44462   'name' => 'node_submitted_forum',
44463   'value' => 'i:1;',
44464 ))
44465 ->values(array(
44466   'name' => 'node_submitted_page',
44467   'value' => 'i:0;',
44468 ))
44469 ->values(array(
44470   'name' => 'node_submitted_test_content_type',
44471   'value' => 'i:0;',
44472 ))
44473 ->values(array(
44474   'name' => 'overlap_cjk',
44475   'value' => 'i:1;',
44476 ))
44477 ->values(array(
44478   'name' => 'page_cache_maximum_age',
44479   'value' => 's:1:"0";',
44480 ))
44481 ->values(array(
44482   'name' => 'page_compression',
44483   'value' => 'i:1;',
44484 ))
44485 ->values(array(
44486   'name' => 'path_alias_whitelist',
44487   'value' => 'a:1:{s:8:"taxonomy";b:1;}',
44488 ))
44489 ->values(array(
44490   'name' => 'preprocess_css',
44491   'value' => 'i:1;',
44492 ))
44493 ->values(array(
44494   'name' => 'preprocess_js',
44495   'value' => 'i:0;',
44496 ))
44497 ->values(array(
44498   'name' => 'save_continue_test_content_type',
44499   'value' => 's:19:"Save and add fields";',
44500 ))
44501 ->values(array(
44502   'name' => 'search_active_modules',
44503   'value' => 'a:2:{s:4:"node";s:4:"node";s:4:"user";s:4:"user";}',
44504 ))
44505 ->values(array(
44506   'name' => 'search_and_or_limit',
44507   'value' => 'i:7;',
44508 ))
44509 ->values(array(
44510   'name' => 'search_cron_limit',
44511   'value' => 's:3:"100";',
44512 ))
44513 ->values(array(
44514   'name' => 'search_default_module',
44515   'value' => 's:4:"node";',
44516 ))
44517 ->values(array(
44518   'name' => 'search_tag_weights',
44519   '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;}',
44520 ))
44521 ->values(array(
44522   'name' => 'simpletest_clear_results',
44523   'value' => 'b:1;',
44524 ))
44525 ->values(array(
44526   'name' => 'simpletest_httpauth_method',
44527   'value' => 'i:1;',
44528 ))
44529 ->values(array(
44530   'name' => 'simpletest_httpauth_password',
44531   'value' => 's:6:"foobaz";',
44532 ))
44533 ->values(array(
44534   'name' => 'simpletest_httpauth_username',
44535   'value' => 's:7:"testbot";',
44536 ))
44537 ->values(array(
44538   'name' => 'simpletest_verbose',
44539   'value' => 'b:1;',
44540 ))
44541 ->values(array(
44542   'name' => 'site_403',
44543   'value' => 's:4:"node";',
44544 ))
44545 ->values(array(
44546   'name' => 'site_404',
44547   'value' => 's:4:"node";',
44548 ))
44549 ->values(array(
44550   'name' => 'site_default_country',
44551   'value' => 's:2:"US";',
44552 ))
44553 ->values(array(
44554   'name' => 'site_frontpage',
44555   'value' => 's:4:"node";',
44556 ))
44557 ->values(array(
44558   'name' => 'site_mail',
44559   'value' => 's:23:"joseph@flattandsons.com";',
44560 ))
44561 ->values(array(
44562   'name' => 'site_name',
44563   'value' => 's:13:"The Site Name";',
44564 ))
44565 ->values(array(
44566   'name' => 'site_offline_message',
44567   'value' => 's:42:"This is a custom maintenance mode message.";',
44568 ))
44569 ->values(array(
44570   'name' => 'site_slogan',
44571   'value' => 's:10:"The Slogan";',
44572 ))
44573 ->values(array(
44574   'name' => 'statistics_count_content_views',
44575   'value' => 'i:1;',
44576 ))
44577 ->values(array(
44578   'name' => 'statistics_count_content_views_ajax',
44579   'value' => 'i:0;',
44580 ))
44581 ->values(array(
44582   'name' => 'statistics_day_timestamp',
44583   'value' => 'i:1444944970;',
44584 ))
44585 ->values(array(
44586   'name' => 'statistics_enable_access_log',
44587   'value' => 'i:1;',
44588 ))
44589 ->values(array(
44590   'name' => 'statistics_flush_accesslog_timer',
44591   'value' => 's:4:"3600";',
44592 ))
44593 ->values(array(
44594   'name' => 'suppress_itok_output',
44595   'value' => 'b:1;',
44596 ))
44597 ->values(array(
44598   'name' => 'syslog_facility',
44599   'value' => 'i:8;',
44600 ))
44601 ->values(array(
44602   'name' => 'syslog_format',
44603   'value' => 's:72:"!base_url|!timestamp|!type|!ip|!request_uri|!referer|!uid|!link|!message";',
44604 ))
44605 ->values(array(
44606   'name' => 'syslog_identity',
44607   'value' => 's:6:"drupal";',
44608 ))
44609 ->values(array(
44610   'name' => 'taxonomy_override_selector',
44611   'value' => 'b:1;',
44612 ))
44613 ->values(array(
44614   'name' => 'taxonomy_terms_per_page_admin',
44615   'value' => 'i:84;',
44616 ))
44617 ->values(array(
44618   'name' => 'teaser_length',
44619   'value' => 'i:1024;',
44620 ))
44621 ->values(array(
44622   'name' => 'theme_default',
44623   'value' => 's:6:"bartik";',
44624 ))
44625 ->values(array(
44626   'name' => 'theme_settings',
44627   '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";}',
44628 ))
44629 ->values(array(
44630   'name' => 'theme_bartik_settings',
44631   '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";}}',
44632 ))
44633 ->values(array(
44634   'name' => 'theme_seven_settings',
44635   '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:"";}',
44636 ))
44637 ->values(array(
44638   'name' => 'tracker_batch_size',
44639   'value' => 'i:999;',
44640 ))
44641 ->values(array(
44642   'name' => 'update_check_frequency',
44643   'value' => 'i:1;',
44644 ))
44645 ->values(array(
44646   'name' => 'update_fetch_url',
44647   'value' => 's:23:"http://127.0.0.1/update";',
44648 ))
44649 ->values(array(
44650   'name' => 'update_last_check',
44651   'value' => 'i:1444944973;',
44652 ))
44653 ->values(array(
44654   'name' => 'update_max_fetch_attempts',
44655   'value' => 'i:3;',
44656 ))
44657 ->values(array(
44658   'name' => 'update_notification_threshold',
44659   'value' => 's:3:"all";',
44660 ))
44661 ->values(array(
44662   'name' => 'update_notify_emails',
44663   'value' => 'a:1:{i:0;s:19:"webmaster@127.0.0.1";}',
44664 ))
44665 ->values(array(
44666   'name' => 'user_admin_role',
44667   'value' => 's:1:"3";',
44668 ))
44669 ->values(array(
44670   'name' => 'user_cancel_method',
44671   'value' => 's:17:"user_cancel_block";',
44672 ))
44673 ->values(array(
44674   'name' => 'user_default_timezone',
44675   'value' => 'i:2;',
44676 ))
44677 ->values(array(
44678   'name' => 'user_email_verification',
44679   'value' => 'i:1;',
44680 ))
44681 ->values(array(
44682   'name' => 'user_failed_login_identifier_uid_only',
44683   'value' => 'b:1;',
44684 ))
44685 ->values(array(
44686   'name' => 'user_failed_login_ip_limit',
44687   'value' => 'i:30;',
44688 ))
44689 ->values(array(
44690   'name' => 'user_failed_login_ip_window',
44691   'value' => 'i:7200;',
44692 ))
44693 ->values(array(
44694   'name' => 'user_failed_login_user_limit',
44695   'value' => 'i:22;',
44696 ))
44697 ->values(array(
44698   'name' => 'user_failed_login_user_window',
44699   'value' => 'i:86400;',
44700 ))
44701 ->values(array(
44702   'name' => 'user_mail_cancel_confirm_body',
44703   'value' => 's:55:"A little birdie said you wanted to cancel your account.";',
44704 ))
44705 ->values(array(
44706   'name' => 'user_mail_cancel_confirm_subject',
44707   'value' => 's:13:"Are you sure?";',
44708 ))
44709 ->values(array(
44710   'name' => 'user_mail_password_reset_body',
44711   'value' => "s:32:\"Nope! You're locked out forever.\";",
44712 ))
44713 ->values(array(
44714   'name' => 'user_mail_password_reset_subject',
44715   'value' => 's:17:"Fix your password";',
44716 ))
44717 ->values(array(
44718   'name' => 'user_mail_register_admin_created_body',
44719   'value' => 's:30:"...and she could take it away.";',
44720 ))
44721 ->values(array(
44722   'name' => 'user_mail_register_admin_created_subject',
44723   'value' => 's:24:"Gawd made you an account";',
44724 ))
44725 ->values(array(
44726   'name' => 'user_mail_register_no_approval_required_body',
44727   'value' => 's:59:"You can now log in if you can figure out how to use Drupal!";',
44728 ))
44729 ->values(array(
44730   'name' => 'user_mail_register_no_approval_required_subject',
44731   'value' => 's:8:"Welcome!";',
44732 ))
44733 ->values(array(
44734   'name' => 'user_mail_register_pending_approval_body',
44735   'value' => 's:61:"...you will join our Circle. Let the Drupal flow through you.";',
44736 ))
44737 ->values(array(
44738   'name' => 'user_mail_register_pending_approval_subject',
44739   'value' => 's:7:"Soon...";',
44740 ))
44741 ->values(array(
44742   'name' => 'user_mail_status_activated_body',
44743   'value' => 's:57:"Your account was activated, and there was much rejoicing.";',
44744 ))
44745 ->values(array(
44746   'name' => 'user_mail_status_activated_notify',
44747   'value' => 'i:1;',
44748 ))
44749 ->values(array(
44750   'name' => 'user_mail_status_activated_subject',
44751   'value' => 's:25:"Your account is approved!";',
44752 ))
44753 ->values(array(
44754   'name' => 'user_mail_status_blocked_body',
44755   'value' => 's:72:"You no longer please the robot overlords. Go to your room and chill out.";',
44756 ))
44757 ->values(array(
44758   'name' => 'user_mail_status_blocked_notify',
44759   'value' => 'i:1;',
44760 ))
44761 ->values(array(
44762   'name' => 'user_mail_status_blocked_subject',
44763   'value' => 's:7:"BEGONE!";',
44764 ))
44765 ->values(array(
44766   'name' => 'user_mail_status_canceled_body',
44767   'value' => 's:75:"The gates of Drupal are closed to you. Now you will work in the salt mines.";',
44768 ))
44769 ->values(array(
44770   'name' => 'user_mail_status_canceled_notify',
44771   'value' => 'i:1;',
44772 ))
44773 ->values(array(
44774   'name' => 'user_mail_status_canceled_subject',
44775   'value' => 's:12:"So long, bub";',
44776 ))
44777 ->values(array(
44778   'name' => 'user_pictures',
44779   'value' => 'i:1;',
44780 ))
44781 ->values(array(
44782   'name' => 'user_picture_default',
44783   'value' => 's:0:"";',
44784 ))
44785 ->values(array(
44786   'name' => 'user_picture_dimensions',
44787   'value' => 's:9:"1024x1024";',
44788 ))
44789 ->values(array(
44790   'name' => 'user_picture_file_size',
44791   'value' => 's:3:"800";',
44792 ))
44793 ->values(array(
44794   'name' => 'user_picture_guidelines',
44795   'value' => 's:0:"";',
44796 ))
44797 ->values(array(
44798   'name' => 'user_picture_path',
44799   'value' => 's:8:"pictures";',
44800 ))
44801 ->values(array(
44802   'name' => 'user_picture_style',
44803   'value' => 's:9:"thumbnail";',
44804 ))
44805 ->values(array(
44806   'name' => 'user_register',
44807   'value' => 's:1:"2";',
44808 ))
44809 ->values(array(
44810   'name' => 'user_signatures',
44811   'value' => 'i:0;',
44812 ))
44813 ->execute();
44814
44815 $connection->schema()->createTable('watchdog', array(
44816   'fields' => array(
44817     'wid' => array(
44818       'type' => 'serial',
44819       'not null' => TRUE,
44820       'size' => 'normal',
44821     ),
44822     'uid' => array(
44823       'type' => 'int',
44824       'not null' => TRUE,
44825       'size' => 'normal',
44826       'default' => '0',
44827     ),
44828     'type' => array(
44829       'type' => 'varchar',
44830       'not null' => TRUE,
44831       'length' => '64',
44832       'default' => '',
44833     ),
44834     'message' => array(
44835       'type' => 'text',
44836       'not null' => TRUE,
44837       'size' => 'normal',
44838     ),
44839     'variables' => array(
44840       'type' => 'blob',
44841       'not null' => TRUE,
44842       'size' => 'normal',
44843     ),
44844     'severity' => array(
44845       'type' => 'int',
44846       'not null' => TRUE,
44847       'size' => 'normal',
44848       'default' => '0',
44849       'unsigned' => TRUE,
44850     ),
44851     'link' => array(
44852       'type' => 'varchar',
44853       'not null' => FALSE,
44854       'length' => '255',
44855       'default' => '',
44856     ),
44857     'location' => array(
44858       'type' => 'text',
44859       'not null' => TRUE,
44860       'size' => 'normal',
44861     ),
44862     'referer' => array(
44863       'type' => 'text',
44864       'not null' => FALSE,
44865       'size' => 'normal',
44866     ),
44867     'hostname' => array(
44868       'type' => 'varchar',
44869       'not null' => TRUE,
44870       'length' => '128',
44871       'default' => '',
44872     ),
44873     'timestamp' => array(
44874       'type' => 'int',
44875       'not null' => TRUE,
44876       'size' => 'normal',
44877       'default' => '0',
44878     ),
44879   ),
44880   'primary key' => array(
44881     'wid',
44882   ),
44883   'mysql_character_set' => 'utf8',
44884 ));