78fb095e2a8603e67d9a6de4d80a47bdbefc1e35
[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 ->execute();
3430
3431 $connection->schema()->createTable('field_config_instance', array(
3432   'fields' => array(
3433     'id' => array(
3434       'type' => 'serial',
3435       'not null' => TRUE,
3436       'size' => 'normal',
3437     ),
3438     'field_id' => array(
3439       'type' => 'int',
3440       'not null' => TRUE,
3441       'size' => 'normal',
3442     ),
3443     'field_name' => array(
3444       'type' => 'varchar',
3445       'not null' => TRUE,
3446       'length' => '32',
3447       'default' => '',
3448     ),
3449     'entity_type' => array(
3450       'type' => 'varchar',
3451       'not null' => TRUE,
3452       'length' => '32',
3453       'default' => '',
3454     ),
3455     'bundle' => array(
3456       'type' => 'varchar',
3457       'not null' => TRUE,
3458       'length' => '128',
3459       'default' => '',
3460     ),
3461     'data' => array(
3462       'type' => 'blob',
3463       'not null' => TRUE,
3464       'size' => 'normal',
3465     ),
3466     'deleted' => array(
3467       'type' => 'int',
3468       'not null' => TRUE,
3469       'size' => 'normal',
3470       'default' => '0',
3471     ),
3472   ),
3473   'primary key' => array(
3474     'id',
3475   ),
3476   'mysql_character_set' => 'utf8',
3477 ));
3478
3479 $connection->insert('field_config_instance')
3480 ->fields(array(
3481   'id',
3482   'field_id',
3483   'field_name',
3484   'entity_type',
3485   'bundle',
3486   'data',
3487   'deleted',
3488 ))
3489 ->values(array(
3490   'id' => '1',
3491   'field_id' => '1',
3492   'field_name' => 'comment_body',
3493   'entity_type' => 'comment',
3494   'bundle' => 'comment_node_page',
3495   '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:"";}',
3496   'deleted' => '0',
3497 ))
3498 ->values(array(
3499   'id' => '2',
3500   'field_id' => '2',
3501   'field_name' => 'body',
3502   'entity_type' => 'node',
3503   'bundle' => 'page',
3504   '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:"";}',
3505   'deleted' => '0',
3506 ))
3507 ->values(array(
3508   'id' => '3',
3509   'field_id' => '1',
3510   'field_name' => 'comment_body',
3511   'entity_type' => 'comment',
3512   'bundle' => 'comment_node_article',
3513   '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:"";}',
3514   'deleted' => '0',
3515 ))
3516 ->values(array(
3517   'id' => '4',
3518   'field_id' => '2',
3519   'field_name' => 'body',
3520   'entity_type' => 'node',
3521   'bundle' => 'article',
3522   '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:"";}',
3523   'deleted' => '0',
3524 ))
3525 ->values(array(
3526   'id' => '5',
3527   'field_id' => '3',
3528   'field_name' => 'field_tags',
3529   'entity_type' => 'node',
3530   'bundle' => 'article',
3531   '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;}',
3532   'deleted' => '0',
3533 ))
3534 ->values(array(
3535   'id' => '6',
3536   'field_id' => '4',
3537   'field_name' => 'field_image',
3538   'entity_type' => 'node',
3539   'bundle' => 'article',
3540   '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";}}}',
3541   'deleted' => '0',
3542 ))
3543 ->values(array(
3544   'id' => '7',
3545   'field_id' => '1',
3546   'field_name' => 'comment_body',
3547   'entity_type' => 'comment',
3548   'bundle' => 'comment_node_blog',
3549   '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:"";}',
3550   'deleted' => '0',
3551 ))
3552 ->values(array(
3553   'id' => '8',
3554   'field_id' => '2',
3555   'field_name' => 'body',
3556   'entity_type' => 'node',
3557   'bundle' => 'blog',
3558   '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:"";}',
3559   'deleted' => '0',
3560 ))
3561 ->values(array(
3562   'id' => '9',
3563   'field_id' => '1',
3564   'field_name' => 'comment_body',
3565   'entity_type' => 'comment',
3566   'bundle' => 'comment_node_book',
3567   '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:"";}',
3568   'deleted' => '0',
3569 ))
3570 ->values(array(
3571   'id' => '10',
3572   'field_id' => '2',
3573   'field_name' => 'body',
3574   'entity_type' => 'node',
3575   'bundle' => 'book',
3576   '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:"";}',
3577   'deleted' => '0',
3578 ))
3579 ->values(array(
3580   'id' => '11',
3581   'field_id' => '5',
3582   'field_name' => 'taxonomy_forums',
3583   'entity_type' => 'node',
3584   'bundle' => 'forum',
3585   '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:"";}',
3586   'deleted' => '0',
3587 ))
3588 ->values(array(
3589   'id' => '12',
3590   'field_id' => '1',
3591   'field_name' => 'comment_body',
3592   'entity_type' => 'comment',
3593   'bundle' => 'comment_node_forum',
3594   '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:"";}',
3595   'deleted' => '0',
3596 ))
3597 ->values(array(
3598   'id' => '13',
3599   'field_id' => '2',
3600   'field_name' => 'body',
3601   'entity_type' => 'node',
3602   'bundle' => 'forum',
3603   '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:"";}',
3604   'deleted' => '0',
3605 ))
3606 ->values(array(
3607   'id' => '14',
3608   'field_id' => '1',
3609   'field_name' => 'comment_body',
3610   'entity_type' => 'comment',
3611   'bundle' => 'comment_node_test_content_type',
3612   '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:"";}',
3613   'deleted' => '0',
3614 ))
3615 ->values(array(
3616   'id' => '16',
3617   'field_id' => '6',
3618   'field_name' => 'field_boolean',
3619   'entity_type' => 'node',
3620   'bundle' => 'test_content_type',
3621   '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;}}}',
3622   'deleted' => '0',
3623 ))
3624 ->values(array(
3625   'id' => '17',
3626   'field_id' => '7',
3627   'field_name' => 'field_email',
3628   'entity_type' => 'node',
3629   'bundle' => 'test_content_type',
3630   '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";}}}',
3631   'deleted' => '0',
3632 ))
3633 ->values(array(
3634   'id' => '18',
3635   'field_id' => '8',
3636   'field_name' => 'field_phone',
3637   'entity_type' => 'node',
3638   'bundle' => 'test_content_type',
3639   '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;}',
3640   'deleted' => '0',
3641 ))
3642 ->values(array(
3643   'id' => '19',
3644   'field_id' => '9',
3645   'field_name' => 'field_date',
3646   'entity_type' => 'node',
3647   'bundle' => 'test_content_type',
3648   '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:"";}',
3649   'deleted' => '0',
3650 ))
3651 ->values(array(
3652   'id' => '20',
3653   'field_id' => '10',
3654   'field_name' => 'field_date_with_end_time',
3655   'entity_type' => 'node',
3656   'bundle' => 'test_content_type',
3657   '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:"";}',
3658   'deleted' => '0',
3659 ))
3660 ->values(array(
3661   'id' => '21',
3662   'field_id' => '11',
3663   'field_name' => 'field_file',
3664   'entity_type' => 'node',
3665   'bundle' => 'test_content_type',
3666   '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:"";}',
3667   'deleted' => '0',
3668 ))
3669 ->values(array(
3670   'id' => '22',
3671   'field_id' => '12',
3672   'field_name' => 'field_float',
3673   'entity_type' => 'node',
3674   'bundle' => 'test_content_type',
3675   '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";}}}',
3676   'deleted' => '0',
3677 ))
3678 ->values(array(
3679   'id' => '23',
3680   'field_id' => '13',
3681   'field_name' => 'field_images',
3682   'entity_type' => 'node',
3683   'bundle' => 'test_content_type',
3684   '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:"";}',
3685   'deleted' => '0',
3686 ))
3687 ->values(array(
3688   'id' => '24',
3689   'field_id' => '14',
3690   'field_name' => 'field_integer',
3691   'entity_type' => 'node',
3692   'bundle' => 'test_content_type',
3693   '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;}',
3694   'deleted' => '0',
3695 ))
3696 ->values(array(
3697   'id' => '25',
3698   'field_id' => '15',
3699   'field_name' => 'field_link',
3700   'entity_type' => 'node',
3701   'bundle' => 'test_content_type',
3702   '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;}',
3703   'deleted' => '0',
3704 ))
3705 ->values(array(
3706   'id' => '26',
3707   'field_id' => '16',
3708   'field_name' => 'field_text_list',
3709   'entity_type' => 'node',
3710   'bundle' => 'test_content_type',
3711   '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;}',
3712   'deleted' => '0',
3713 ))
3714 ->values(array(
3715   'id' => '27',
3716   'field_id' => '17',
3717   'field_name' => 'field_integer_list',
3718   'entity_type' => 'node',
3719   'bundle' => 'test_content_type',
3720   '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;}',
3721   'deleted' => '0',
3722 ))
3723 ->values(array(
3724   'id' => '28',
3725   'field_id' => '18',
3726   'field_name' => 'field_long_text',
3727   'entity_type' => 'node',
3728   'bundle' => 'test_content_type',
3729   '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;}',
3730   'deleted' => '0',
3731 ))
3732 ->values(array(
3733   'id' => '30',
3734   'field_id' => '20',
3735   'field_name' => 'field_term_reference',
3736   'entity_type' => 'node',
3737   'bundle' => 'test_content_type',
3738   '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;}',
3739   'deleted' => '0',
3740 ))
3741 ->values(array(
3742   'id' => '31',
3743   'field_id' => '21',
3744   'field_name' => 'field_text',
3745   'entity_type' => 'node',
3746   'bundle' => 'test_content_type',
3747   '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;}',
3748   'deleted' => '0',
3749 ))
3750 ->values(array(
3751   'id' => '32',
3752   'field_id' => '14',
3753   'field_name' => 'field_integer',
3754   'entity_type' => 'comment',
3755   'bundle' => 'comment_node_test_content_type',
3756   '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;}',
3757   'deleted' => '0',
3758 ))
3759 ->values(array(
3760   'id' => '33',
3761   'field_id' => '11',
3762   'field_name' => 'field_file',
3763   'entity_type' => 'user',
3764   'bundle' => 'user',
3765   '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:"";}',
3766   'deleted' => '0',
3767 ))
3768 ->values(array(
3769   'id' => '34',
3770   'field_id' => '15',
3771   'field_name' => 'field_link',
3772   'entity_type' => 'node',
3773   'bundle' => 'article',
3774   '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;}',
3775   'deleted' => '0',
3776 ))
3777 ->values(array(
3778   'id' => '35',
3779   'field_id' => '14',
3780   'field_name' => 'field_integer',
3781   'entity_type' => 'taxonomy_term',
3782   'bundle' => 'test_vocabulary',
3783   '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;}',
3784   'deleted' => '0',
3785 ))
3786 ->values(array(
3787   'id' => '36',
3788   'field_id' => '14',
3789   'field_name' => 'field_integer',
3790   'entity_type' => 'user',
3791   'bundle' => 'user',
3792   '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;}',
3793   'deleted' => '0',
3794 ))
3795 ->values(array(
3796   'id' => '37',
3797   'field_id' => '15',
3798   'field_name' => 'field_link',
3799   'entity_type' => 'node',
3800   'bundle' => 'blog',
3801   '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;}',
3802   'deleted' => '0',
3803 ))
3804 ->values(array(
3805   'id' => '38',
3806   'field_id' => '22',
3807   'field_name' => 'field_node_entityreference',
3808   'entity_type' => 'node',
3809   'bundle' => 'test_content_type',
3810   '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;}',
3811   'deleted' => '0',
3812 ))
3813 ->values(array(
3814   'id' => '39',
3815   'field_id' => '23',
3816   'field_name' => 'field_user_entityreference',
3817   'entity_type' => 'node',
3818   'bundle' => 'test_content_type',
3819   '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;}',
3820   'deleted' => '0',
3821 ))
3822 ->values(array(
3823   'id' => '40',
3824   'field_id' => '24',
3825   'field_name' => 'field_term_entityreference',
3826   'entity_type' => 'node',
3827   'bundle' => 'test_content_type',
3828   '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;}',
3829   'deleted' => '0',
3830 ))
3831 ->values(array(
3832   'id' => '41',
3833   'field_id' => '20',
3834   'field_name' => 'field_term_reference',
3835   'entity_type' => 'taxonomy_term',
3836   'bundle' => 'test_vocabulary',
3837   '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;}',
3838   'deleted' => '0',
3839 ))
3840 ->execute();
3841
3842 $connection->schema()->createTable('field_data_body', array(
3843   'fields' => array(
3844     'entity_type' => array(
3845       'type' => 'varchar',
3846       'not null' => TRUE,
3847       'length' => '128',
3848       'default' => '',
3849     ),
3850     'bundle' => array(
3851       'type' => 'varchar',
3852       'not null' => TRUE,
3853       'length' => '128',
3854       'default' => '',
3855     ),
3856     'deleted' => array(
3857       'type' => 'int',
3858       'not null' => TRUE,
3859       'size' => 'normal',
3860       'default' => '0',
3861     ),
3862     'entity_id' => array(
3863       'type' => 'int',
3864       'not null' => TRUE,
3865       'size' => 'normal',
3866       'unsigned' => TRUE,
3867     ),
3868     'revision_id' => array(
3869       'type' => 'int',
3870       'not null' => FALSE,
3871       'size' => 'normal',
3872       'unsigned' => TRUE,
3873     ),
3874     'language' => array(
3875       'type' => 'varchar',
3876       'not null' => TRUE,
3877       'length' => '32',
3878       'default' => '',
3879     ),
3880     'delta' => array(
3881       'type' => 'int',
3882       'not null' => TRUE,
3883       'size' => 'normal',
3884       'unsigned' => TRUE,
3885     ),
3886     'body_value' => array(
3887       'type' => 'text',
3888       'not null' => FALSE,
3889       'size' => 'normal',
3890     ),
3891     'body_summary' => array(
3892       'type' => 'text',
3893       'not null' => FALSE,
3894       'size' => 'normal',
3895     ),
3896     'body_format' => array(
3897       'type' => 'varchar',
3898       'not null' => FALSE,
3899       'length' => '255',
3900     ),
3901   ),
3902   'primary key' => array(
3903     'entity_type',
3904     'deleted',
3905     'entity_id',
3906     'language',
3907     'delta',
3908   ),
3909   'mysql_character_set' => 'utf8',
3910 ));
3911
3912 $connection->insert('field_data_body')
3913 ->fields(array(
3914   'entity_type',
3915   'bundle',
3916   'deleted',
3917   'entity_id',
3918   'revision_id',
3919   'language',
3920   'delta',
3921   'body_value',
3922   'body_summary',
3923   'body_format',
3924 ))
3925 ->values(array(
3926   'entity_type' => 'node',
3927   'bundle' => 'article',
3928   'deleted' => '0',
3929   'entity_id' => '2',
3930   'revision_id' => '2',
3931   'language' => 'und',
3932   'delta' => '0',
3933   'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
3934   'body_summary' => '',
3935   'body_format' => 'filtered_html',
3936 ))
3937 ->values(array(
3938   'entity_type' => 'node',
3939   'bundle' => 'article',
3940   'deleted' => '0',
3941   'entity_id' => '3',
3942   'revision_id' => '3',
3943   'language' => 'und',
3944   'delta' => '0',
3945   'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
3946   'body_summary' => '',
3947   'body_format' => 'filtered_html',
3948 ))
3949 ->execute();
3950
3951 $connection->schema()->createTable('field_data_comment_body', array(
3952   'fields' => array(
3953     'entity_type' => array(
3954       'type' => 'varchar',
3955       'not null' => TRUE,
3956       'length' => '128',
3957       'default' => '',
3958     ),
3959     'bundle' => array(
3960       'type' => 'varchar',
3961       'not null' => TRUE,
3962       'length' => '128',
3963       'default' => '',
3964     ),
3965     'deleted' => array(
3966       'type' => 'int',
3967       'not null' => TRUE,
3968       'size' => 'normal',
3969       'default' => '0',
3970     ),
3971     'entity_id' => array(
3972       'type' => 'int',
3973       'not null' => TRUE,
3974       'size' => 'normal',
3975       'unsigned' => TRUE,
3976     ),
3977     'revision_id' => array(
3978       'type' => 'int',
3979       'not null' => FALSE,
3980       'size' => 'normal',
3981       'unsigned' => TRUE,
3982     ),
3983     'language' => array(
3984       'type' => 'varchar',
3985       'not null' => TRUE,
3986       'length' => '32',
3987       'default' => '',
3988     ),
3989     'delta' => array(
3990       'type' => 'int',
3991       'not null' => TRUE,
3992       'size' => 'normal',
3993       'unsigned' => TRUE,
3994     ),
3995     'comment_body_value' => array(
3996       'type' => 'text',
3997       'not null' => FALSE,
3998       'size' => 'normal',
3999     ),
4000     'comment_body_format' => array(
4001       'type' => 'varchar',
4002       'not null' => FALSE,
4003       'length' => '255',
4004     ),
4005   ),
4006   'primary key' => array(
4007     'entity_type',
4008     'deleted',
4009     'entity_id',
4010     'language',
4011     'delta',
4012   ),
4013   'mysql_character_set' => 'utf8',
4014 ));
4015
4016 $connection->insert('field_data_comment_body')
4017 ->fields(array(
4018   'entity_type',
4019   'bundle',
4020   'deleted',
4021   'entity_id',
4022   'revision_id',
4023   'language',
4024   'delta',
4025   'comment_body_value',
4026   'comment_body_format',
4027 ))
4028 ->values(array(
4029   'entity_type' => 'comment',
4030   'bundle' => 'comment_node_test_content_type',
4031   'deleted' => '0',
4032   'entity_id' => '1',
4033   'revision_id' => '1',
4034   'language' => 'und',
4035   'delta' => '0',
4036   'comment_body_value' => 'This is a comment',
4037   'comment_body_format' => 'filtered_html',
4038 ))
4039 ->execute();
4040
4041 $connection->schema()->createTable('field_data_field_boolean', array(
4042   'fields' => array(
4043     'entity_type' => array(
4044       'type' => 'varchar',
4045       'not null' => TRUE,
4046       'length' => '128',
4047       'default' => '',
4048     ),
4049     'bundle' => array(
4050       'type' => 'varchar',
4051       'not null' => TRUE,
4052       'length' => '128',
4053       'default' => '',
4054     ),
4055     'deleted' => array(
4056       'type' => 'int',
4057       'not null' => TRUE,
4058       'size' => 'normal',
4059       'default' => '0',
4060     ),
4061     'entity_id' => array(
4062       'type' => 'int',
4063       'not null' => TRUE,
4064       'size' => 'normal',
4065       'unsigned' => TRUE,
4066     ),
4067     'revision_id' => array(
4068       'type' => 'int',
4069       'not null' => FALSE,
4070       'size' => 'normal',
4071       'unsigned' => TRUE,
4072     ),
4073     'language' => array(
4074       'type' => 'varchar',
4075       'not null' => TRUE,
4076       'length' => '32',
4077       'default' => '',
4078     ),
4079     'delta' => array(
4080       'type' => 'int',
4081       'not null' => TRUE,
4082       'size' => 'normal',
4083       'unsigned' => TRUE,
4084     ),
4085     'field_boolean_value' => array(
4086       'type' => 'int',
4087       'not null' => FALSE,
4088       'size' => 'normal',
4089     ),
4090   ),
4091   'primary key' => array(
4092     'entity_type',
4093     'deleted',
4094     'entity_id',
4095     'language',
4096     'delta',
4097   ),
4098   'mysql_character_set' => 'utf8',
4099 ));
4100
4101 $connection->insert('field_data_field_boolean')
4102 ->fields(array(
4103   'entity_type',
4104   'bundle',
4105   'deleted',
4106   'entity_id',
4107   'revision_id',
4108   'language',
4109   'delta',
4110   'field_boolean_value',
4111 ))
4112 ->values(array(
4113   'entity_type' => 'node',
4114   'bundle' => 'test_content_type',
4115   'deleted' => '0',
4116   'entity_id' => '1',
4117   'revision_id' => '1',
4118   'language' => 'und',
4119   'delta' => '0',
4120   'field_boolean_value' => '1',
4121 ))
4122 ->execute();
4123
4124 $connection->schema()->createTable('field_data_field_date', array(
4125   'fields' => array(
4126     'entity_type' => array(
4127       'type' => 'varchar',
4128       'not null' => TRUE,
4129       'length' => '128',
4130       'default' => '',
4131     ),
4132     'bundle' => array(
4133       'type' => 'varchar',
4134       'not null' => TRUE,
4135       'length' => '128',
4136       'default' => '',
4137     ),
4138     'deleted' => array(
4139       'type' => 'int',
4140       'not null' => TRUE,
4141       'size' => 'normal',
4142       'default' => '0',
4143     ),
4144     'entity_id' => array(
4145       'type' => 'int',
4146       'not null' => TRUE,
4147       'size' => 'normal',
4148       'unsigned' => TRUE,
4149     ),
4150     'revision_id' => array(
4151       'type' => 'int',
4152       'not null' => FALSE,
4153       'size' => 'normal',
4154       'unsigned' => TRUE,
4155     ),
4156     'language' => array(
4157       'type' => 'varchar',
4158       'not null' => TRUE,
4159       'length' => '32',
4160       'default' => '',
4161     ),
4162     'delta' => array(
4163       'type' => 'int',
4164       'not null' => TRUE,
4165       'size' => 'normal',
4166       'unsigned' => TRUE,
4167     ),
4168     'field_date_value' => array(
4169       'type' => 'varchar',
4170       'not null' => FALSE,
4171       'length' => '100',
4172     ),
4173   ),
4174   'primary key' => array(
4175     'entity_type',
4176     'deleted',
4177     'entity_id',
4178     'language',
4179     'delta',
4180   ),
4181   'mysql_character_set' => 'utf8',
4182 ));
4183
4184 $connection->insert('field_data_field_date')
4185 ->fields(array(
4186   'entity_type',
4187   'bundle',
4188   'deleted',
4189   'entity_id',
4190   'revision_id',
4191   'language',
4192   'delta',
4193   'field_date_value',
4194 ))
4195 ->values(array(
4196   'entity_type' => 'node',
4197   'bundle' => 'test_content_type',
4198   'deleted' => '0',
4199   'entity_id' => '1',
4200   'revision_id' => '1',
4201   'language' => 'und',
4202   'delta' => '0',
4203   'field_date_value' => '2015-01-20 04:15:00',
4204 ))
4205 ->execute();
4206
4207 $connection->schema()->createTable('field_data_field_date_with_end_time', array(
4208   'fields' => array(
4209     'entity_type' => array(
4210       'type' => 'varchar',
4211       'not null' => TRUE,
4212       'length' => '128',
4213       'default' => '',
4214     ),
4215     'bundle' => array(
4216       'type' => 'varchar',
4217       'not null' => TRUE,
4218       'length' => '128',
4219       'default' => '',
4220     ),
4221     'deleted' => array(
4222       'type' => 'int',
4223       'not null' => TRUE,
4224       'size' => 'normal',
4225       'default' => '0',
4226     ),
4227     'entity_id' => array(
4228       'type' => 'int',
4229       'not null' => TRUE,
4230       'size' => 'normal',
4231       'unsigned' => TRUE,
4232     ),
4233     'revision_id' => array(
4234       'type' => 'int',
4235       'not null' => FALSE,
4236       'size' => 'normal',
4237       'unsigned' => TRUE,
4238     ),
4239     'language' => array(
4240       'type' => 'varchar',
4241       'not null' => TRUE,
4242       'length' => '32',
4243       'default' => '',
4244     ),
4245     'delta' => array(
4246       'type' => 'int',
4247       'not null' => TRUE,
4248       'size' => 'normal',
4249       'unsigned' => TRUE,
4250     ),
4251     'field_date_with_end_time_value' => array(
4252       'type' => 'int',
4253       'not null' => FALSE,
4254       'size' => 'normal',
4255     ),
4256     'field_date_with_end_time_value2' => array(
4257       'type' => 'int',
4258       'not null' => FALSE,
4259       'size' => 'normal',
4260     ),
4261   ),
4262   'primary key' => array(
4263     'entity_type',
4264     'deleted',
4265     'entity_id',
4266     'language',
4267     'delta',
4268   ),
4269   'mysql_character_set' => 'utf8',
4270 ));
4271
4272 $connection->insert('field_data_field_date_with_end_time')
4273 ->fields(array(
4274   'entity_type',
4275   'bundle',
4276   'deleted',
4277   'entity_id',
4278   'revision_id',
4279   'language',
4280   'delta',
4281   'field_date_with_end_time_value',
4282   'field_date_with_end_time_value2',
4283 ))
4284 ->values(array(
4285   'entity_type' => 'node',
4286   'bundle' => 'test_content_type',
4287   'deleted' => '0',
4288   'entity_id' => '1',
4289   'revision_id' => '1',
4290   'language' => 'und',
4291   'delta' => '0',
4292   'field_date_with_end_time_value' => '1421727300',
4293   'field_date_with_end_time_value2' => '1421727300',
4294 ))
4295 ->execute();
4296
4297 $connection->schema()->createTable('field_data_field_email', array(
4298   'fields' => array(
4299     'entity_type' => array(
4300       'type' => 'varchar',
4301       'not null' => TRUE,
4302       'length' => '128',
4303       'default' => '',
4304     ),
4305     'bundle' => array(
4306       'type' => 'varchar',
4307       'not null' => TRUE,
4308       'length' => '128',
4309       'default' => '',
4310     ),
4311     'deleted' => array(
4312       'type' => 'int',
4313       'not null' => TRUE,
4314       'size' => 'normal',
4315       'default' => '0',
4316     ),
4317     'entity_id' => array(
4318       'type' => 'int',
4319       'not null' => TRUE,
4320       'size' => 'normal',
4321       'unsigned' => TRUE,
4322     ),
4323     'revision_id' => array(
4324       'type' => 'int',
4325       'not null' => FALSE,
4326       'size' => 'normal',
4327       'unsigned' => TRUE,
4328     ),
4329     'language' => array(
4330       'type' => 'varchar',
4331       'not null' => TRUE,
4332       'length' => '32',
4333       'default' => '',
4334     ),
4335     'delta' => array(
4336       'type' => 'int',
4337       'not null' => TRUE,
4338       'size' => 'normal',
4339       'unsigned' => TRUE,
4340     ),
4341     'field_email_email' => array(
4342       'type' => 'varchar',
4343       'not null' => FALSE,
4344       'length' => '255',
4345     ),
4346   ),
4347   'primary key' => array(
4348     'entity_type',
4349     'deleted',
4350     'entity_id',
4351     'language',
4352     'delta',
4353   ),
4354   'mysql_character_set' => 'utf8',
4355 ));
4356
4357 $connection->insert('field_data_field_email')
4358 ->fields(array(
4359   'entity_type',
4360   'bundle',
4361   'deleted',
4362   'entity_id',
4363   'revision_id',
4364   'language',
4365   'delta',
4366   'field_email_email',
4367 ))
4368 ->values(array(
4369   'entity_type' => 'node',
4370   'bundle' => 'test_content_type',
4371   'deleted' => '0',
4372   'entity_id' => '1',
4373   'revision_id' => '1',
4374   'language' => 'und',
4375   'delta' => '0',
4376   'field_email_email' => 'default@example.com',
4377 ))
4378 ->values(array(
4379   'entity_type' => 'node',
4380   'bundle' => 'test_content_type',
4381   'deleted' => '0',
4382   'entity_id' => '1',
4383   'revision_id' => '1',
4384   'language' => 'und',
4385   'delta' => '1',
4386   'field_email_email' => 'another@example.com',
4387 ))
4388 ->execute();
4389
4390 $connection->schema()->createTable('field_data_field_file', array(
4391   'fields' => array(
4392     'entity_type' => array(
4393       'type' => 'varchar',
4394       'not null' => TRUE,
4395       'length' => '128',
4396       'default' => '',
4397     ),
4398     'bundle' => array(
4399       'type' => 'varchar',
4400       'not null' => TRUE,
4401       'length' => '128',
4402       'default' => '',
4403     ),
4404     'deleted' => array(
4405       'type' => 'int',
4406       'not null' => TRUE,
4407       'size' => 'normal',
4408       'default' => '0',
4409     ),
4410     'entity_id' => array(
4411       'type' => 'int',
4412       'not null' => TRUE,
4413       'size' => 'normal',
4414       'unsigned' => TRUE,
4415     ),
4416     'revision_id' => array(
4417       'type' => 'int',
4418       'not null' => FALSE,
4419       'size' => 'normal',
4420       'unsigned' => TRUE,
4421     ),
4422     'language' => array(
4423       'type' => 'varchar',
4424       'not null' => TRUE,
4425       'length' => '32',
4426       'default' => '',
4427     ),
4428     'delta' => array(
4429       'type' => 'int',
4430       'not null' => TRUE,
4431       'size' => 'normal',
4432       'unsigned' => TRUE,
4433     ),
4434     'field_file_fid' => array(
4435       'type' => 'int',
4436       'not null' => FALSE,
4437       'size' => 'normal',
4438       'unsigned' => TRUE,
4439     ),
4440     'field_file_display' => array(
4441       'type' => 'int',
4442       'not null' => TRUE,
4443       'size' => 'normal',
4444       'default' => '1',
4445       'unsigned' => TRUE,
4446     ),
4447     'field_file_description' => array(
4448       'type' => 'text',
4449       'not null' => FALSE,
4450       'size' => 'normal',
4451     ),
4452   ),
4453   'primary key' => array(
4454     'entity_type',
4455     'deleted',
4456     'entity_id',
4457     'language',
4458     'delta',
4459   ),
4460   'mysql_character_set' => 'utf8',
4461 ));
4462
4463 $connection->insert('field_data_field_file')
4464 ->fields(array(
4465   'entity_type',
4466   'bundle',
4467   'deleted',
4468   'entity_id',
4469   'revision_id',
4470   'language',
4471   'delta',
4472   'field_file_fid',
4473   'field_file_display',
4474   'field_file_description',
4475 ))
4476 ->values(array(
4477   'entity_type' => 'node',
4478   'bundle' => 'test_content_type',
4479   'deleted' => '0',
4480   'entity_id' => '1',
4481   'revision_id' => '1',
4482   'language' => 'und',
4483   'delta' => '0',
4484   'field_file_fid' => '2',
4485   'field_file_display' => '1',
4486   'field_file_description' => 'file desc',
4487 ))
4488 ->values(array(
4489   'entity_type' => 'user',
4490   'bundle' => 'user',
4491   'deleted' => '0',
4492   'entity_id' => '2',
4493   'revision_id' => '2',
4494   'language' => 'und',
4495   'delta' => '0',
4496   'field_file_fid' => '2',
4497   'field_file_display' => '1',
4498   'field_file_description' => 'file desc',
4499 ))
4500 ->execute();
4501
4502 $connection->schema()->createTable('field_data_field_float', array(
4503   'fields' => array(
4504     'entity_type' => array(
4505       'type' => 'varchar',
4506       'not null' => TRUE,
4507       'length' => '128',
4508       'default' => '',
4509     ),
4510     'bundle' => array(
4511       'type' => 'varchar',
4512       'not null' => TRUE,
4513       'length' => '128',
4514       'default' => '',
4515     ),
4516     'deleted' => array(
4517       'type' => 'int',
4518       'not null' => TRUE,
4519       'size' => 'normal',
4520       'default' => '0',
4521     ),
4522     'entity_id' => array(
4523       'type' => 'int',
4524       'not null' => TRUE,
4525       'size' => 'normal',
4526       'unsigned' => TRUE,
4527     ),
4528     'revision_id' => array(
4529       'type' => 'int',
4530       'not null' => FALSE,
4531       'size' => 'normal',
4532       'unsigned' => TRUE,
4533     ),
4534     'language' => array(
4535       'type' => 'varchar',
4536       'not null' => TRUE,
4537       'length' => '32',
4538       'default' => '',
4539     ),
4540     'delta' => array(
4541       'type' => 'int',
4542       'not null' => TRUE,
4543       'size' => 'normal',
4544       'unsigned' => TRUE,
4545     ),
4546     'field_float_value' => array(
4547       'type' => 'numeric',
4548       'not null' => FALSE,
4549       'precision' => '10',
4550       'scale' => '0',
4551     ),
4552   ),
4553   'primary key' => array(
4554     'entity_type',
4555     'deleted',
4556     'entity_id',
4557     'language',
4558     'delta',
4559   ),
4560   'mysql_character_set' => 'utf8',
4561 ));
4562
4563 $connection->insert('field_data_field_float')
4564 ->fields(array(
4565   'entity_type',
4566   'bundle',
4567   'deleted',
4568   'entity_id',
4569   'revision_id',
4570   'language',
4571   'delta',
4572   'field_float_value',
4573 ))
4574 ->values(array(
4575   'entity_type' => 'node',
4576   'bundle' => 'test_content_type',
4577   'deleted' => '0',
4578   'entity_id' => '1',
4579   'revision_id' => '1',
4580   'language' => 'und',
4581   'delta' => '0',
4582   'field_float_value' => '1',
4583 ))
4584 ->execute();
4585
4586 $connection->schema()->createTable('field_data_field_image', array(
4587   'fields' => array(
4588     'entity_type' => array(
4589       'type' => 'varchar',
4590       'not null' => TRUE,
4591       'length' => '128',
4592       'default' => '',
4593     ),
4594     'bundle' => array(
4595       'type' => 'varchar',
4596       'not null' => TRUE,
4597       'length' => '128',
4598       'default' => '',
4599     ),
4600     'deleted' => array(
4601       'type' => 'int',
4602       'not null' => TRUE,
4603       'size' => 'normal',
4604       'default' => '0',
4605     ),
4606     'entity_id' => array(
4607       'type' => 'int',
4608       'not null' => TRUE,
4609       'size' => 'normal',
4610       'unsigned' => TRUE,
4611     ),
4612     'revision_id' => array(
4613       'type' => 'int',
4614       'not null' => FALSE,
4615       'size' => 'normal',
4616       'unsigned' => TRUE,
4617     ),
4618     'language' => array(
4619       'type' => 'varchar',
4620       'not null' => TRUE,
4621       'length' => '32',
4622       'default' => '',
4623     ),
4624     'delta' => array(
4625       'type' => 'int',
4626       'not null' => TRUE,
4627       'size' => 'normal',
4628       'unsigned' => TRUE,
4629     ),
4630     'field_image_fid' => array(
4631       'type' => 'int',
4632       'not null' => FALSE,
4633       'size' => 'normal',
4634       'unsigned' => TRUE,
4635     ),
4636     'field_image_alt' => array(
4637       'type' => 'varchar',
4638       'not null' => FALSE,
4639       'length' => '512',
4640     ),
4641     'field_image_title' => array(
4642       'type' => 'varchar',
4643       'not null' => FALSE,
4644       'length' => '1024',
4645     ),
4646     'field_image_width' => array(
4647       'type' => 'int',
4648       'not null' => FALSE,
4649       'size' => 'normal',
4650       'unsigned' => TRUE,
4651     ),
4652     'field_image_height' => array(
4653       'type' => 'int',
4654       'not null' => FALSE,
4655       'size' => 'normal',
4656       'unsigned' => TRUE,
4657     ),
4658   ),
4659   'primary key' => array(
4660     'entity_type',
4661     'deleted',
4662     'entity_id',
4663     'language',
4664     'delta',
4665   ),
4666   'mysql_character_set' => 'utf8',
4667 ));
4668
4669 $connection->schema()->createTable('field_data_field_images', array(
4670   'fields' => array(
4671     'entity_type' => array(
4672       'type' => 'varchar',
4673       'not null' => TRUE,
4674       'length' => '128',
4675       'default' => '',
4676     ),
4677     'bundle' => array(
4678       'type' => 'varchar',
4679       'not null' => TRUE,
4680       'length' => '128',
4681       'default' => '',
4682     ),
4683     'deleted' => array(
4684       'type' => 'int',
4685       'not null' => TRUE,
4686       'size' => 'normal',
4687       'default' => '0',
4688     ),
4689     'entity_id' => array(
4690       'type' => 'int',
4691       'not null' => TRUE,
4692       'size' => 'normal',
4693       'unsigned' => TRUE,
4694     ),
4695     'revision_id' => array(
4696       'type' => 'int',
4697       'not null' => FALSE,
4698       'size' => 'normal',
4699       'unsigned' => TRUE,
4700     ),
4701     'language' => array(
4702       'type' => 'varchar',
4703       'not null' => TRUE,
4704       'length' => '32',
4705       'default' => '',
4706     ),
4707     'delta' => array(
4708       'type' => 'int',
4709       'not null' => TRUE,
4710       'size' => 'normal',
4711       'unsigned' => TRUE,
4712     ),
4713     'field_images_fid' => array(
4714       'type' => 'int',
4715       'not null' => FALSE,
4716       'size' => 'normal',
4717       'unsigned' => TRUE,
4718     ),
4719     'field_images_alt' => array(
4720       'type' => 'varchar',
4721       'not null' => FALSE,
4722       'length' => '512',
4723     ),
4724     'field_images_title' => array(
4725       'type' => 'varchar',
4726       'not null' => FALSE,
4727       'length' => '1024',
4728     ),
4729     'field_images_width' => array(
4730       'type' => 'int',
4731       'not null' => FALSE,
4732       'size' => 'normal',
4733       'unsigned' => TRUE,
4734     ),
4735     'field_images_height' => array(
4736       'type' => 'int',
4737       'not null' => FALSE,
4738       'size' => 'normal',
4739       'unsigned' => TRUE,
4740     ),
4741   ),
4742   'primary key' => array(
4743     'entity_type',
4744     'deleted',
4745     'entity_id',
4746     'language',
4747     'delta',
4748   ),
4749   'mysql_character_set' => 'utf8',
4750 ));
4751
4752 $connection->insert('field_data_field_images')
4753 ->fields(array(
4754   'entity_type',
4755   'bundle',
4756   'deleted',
4757   'entity_id',
4758   'revision_id',
4759   'language',
4760   'delta',
4761   'field_images_fid',
4762   'field_images_alt',
4763   'field_images_title',
4764   'field_images_width',
4765   'field_images_height',
4766 ))
4767 ->values(array(
4768   'entity_type' => 'node',
4769   'bundle' => 'test_content_type',
4770   'deleted' => '0',
4771   'entity_id' => '1',
4772   'revision_id' => '1',
4773   'language' => 'und',
4774   'delta' => '0',
4775   'field_images_fid' => '1',
4776   'field_images_alt' => 'alt text',
4777   'field_images_title' => 'title text',
4778   'field_images_width' => '93',
4779   'field_images_height' => '93',
4780 ))
4781 ->execute();
4782
4783 $connection->schema()->createTable('field_data_field_integer', array(
4784   'fields' => array(
4785     'entity_type' => array(
4786       'type' => 'varchar',
4787       'not null' => TRUE,
4788       'length' => '128',
4789       'default' => '',
4790     ),
4791     'bundle' => array(
4792       'type' => 'varchar',
4793       'not null' => TRUE,
4794       'length' => '128',
4795       'default' => '',
4796     ),
4797     'deleted' => array(
4798       'type' => 'int',
4799       'not null' => TRUE,
4800       'size' => 'normal',
4801       'default' => '0',
4802     ),
4803     'entity_id' => array(
4804       'type' => 'int',
4805       'not null' => TRUE,
4806       'size' => 'normal',
4807       'unsigned' => TRUE,
4808     ),
4809     'revision_id' => array(
4810       'type' => 'int',
4811       'not null' => FALSE,
4812       'size' => 'normal',
4813       'unsigned' => TRUE,
4814     ),
4815     'language' => array(
4816       'type' => 'varchar',
4817       'not null' => TRUE,
4818       'length' => '32',
4819       'default' => '',
4820     ),
4821     'delta' => array(
4822       'type' => 'int',
4823       'not null' => TRUE,
4824       'size' => 'normal',
4825       'unsigned' => TRUE,
4826     ),
4827     'field_integer_value' => array(
4828       'type' => 'int',
4829       'not null' => FALSE,
4830       'size' => 'normal',
4831     ),
4832   ),
4833   'primary key' => array(
4834     'entity_type',
4835     'deleted',
4836     'entity_id',
4837     'language',
4838     'delta',
4839   ),
4840   'mysql_character_set' => 'utf8',
4841 ));
4842
4843 $connection->insert('field_data_field_integer')
4844 ->fields(array(
4845   'entity_type',
4846   'bundle',
4847   'deleted',
4848   'entity_id',
4849   'revision_id',
4850   'language',
4851   'delta',
4852   'field_integer_value',
4853 ))
4854 ->values(array(
4855   'entity_type' => 'node',
4856   'bundle' => 'test_content_type',
4857   'deleted' => '0',
4858   'entity_id' => '1',
4859   'revision_id' => '1',
4860   'language' => 'und',
4861   'delta' => '0',
4862   'field_integer_value' => '5',
4863 ))
4864 ->values(array(
4865   'entity_type' => 'user',
4866   'bundle' => 'user',
4867   'deleted' => '0',
4868   'entity_id' => '2',
4869   'revision_id' => '2',
4870   'language' => 'und',
4871   'delta' => '0',
4872   'field_integer_value' => '99',
4873 ))
4874 ->values(array(
4875   'entity_type' => 'taxonomy_term',
4876   'bundle' => 'test_vocabulary',
4877   'deleted' => '0',
4878   'entity_id' => '4',
4879   'revision_id' => '4',
4880   'language' => 'und',
4881   'delta' => '0',
4882   'field_integer_value' => '6',
4883 ))
4884 ->execute();
4885
4886 $connection->schema()->createTable('field_data_field_integer_list', array(
4887   'fields' => array(
4888     'entity_type' => array(
4889       'type' => 'varchar',
4890       'not null' => TRUE,
4891       'length' => '128',
4892       'default' => '',
4893     ),
4894     'bundle' => array(
4895       'type' => 'varchar',
4896       'not null' => TRUE,
4897       'length' => '128',
4898       'default' => '',
4899     ),
4900     'deleted' => array(
4901       'type' => 'int',
4902       'not null' => TRUE,
4903       'size' => 'normal',
4904       'default' => '0',
4905     ),
4906     'entity_id' => array(
4907       'type' => 'int',
4908       'not null' => TRUE,
4909       'size' => 'normal',
4910       'unsigned' => TRUE,
4911     ),
4912     'revision_id' => array(
4913       'type' => 'int',
4914       'not null' => FALSE,
4915       'size' => 'normal',
4916       'unsigned' => TRUE,
4917     ),
4918     'language' => array(
4919       'type' => 'varchar',
4920       'not null' => TRUE,
4921       'length' => '32',
4922       'default' => '',
4923     ),
4924     'delta' => array(
4925       'type' => 'int',
4926       'not null' => TRUE,
4927       'size' => 'normal',
4928       'unsigned' => TRUE,
4929     ),
4930     'field_integer_list_value' => array(
4931       'type' => 'int',
4932       'not null' => FALSE,
4933       'size' => 'normal',
4934     ),
4935   ),
4936   'primary key' => array(
4937     'entity_type',
4938     'deleted',
4939     'entity_id',
4940     'language',
4941     'delta',
4942   ),
4943   'mysql_character_set' => 'utf8',
4944 ));
4945
4946 $connection->insert('field_data_field_integer_list')
4947 ->fields(array(
4948   'entity_type',
4949   'bundle',
4950   'deleted',
4951   'entity_id',
4952   'revision_id',
4953   'language',
4954   'delta',
4955   'field_integer_list_value',
4956 ))
4957 ->values(array(
4958   'entity_type' => 'node',
4959   'bundle' => 'test_content_type',
4960   'deleted' => '0',
4961   'entity_id' => '1',
4962   'revision_id' => '1',
4963   'language' => 'und',
4964   'delta' => '0',
4965   'field_integer_list_value' => '7',
4966 ))
4967 ->execute();
4968
4969 $connection->schema()->createTable('field_data_field_link', array(
4970   'fields' => array(
4971     'entity_type' => array(
4972       'type' => 'varchar',
4973       'not null' => TRUE,
4974       'length' => '128',
4975       'default' => '',
4976     ),
4977     'bundle' => array(
4978       'type' => 'varchar',
4979       'not null' => TRUE,
4980       'length' => '128',
4981       'default' => '',
4982     ),
4983     'deleted' => array(
4984       'type' => 'int',
4985       'not null' => TRUE,
4986       'size' => 'normal',
4987       'default' => '0',
4988     ),
4989     'entity_id' => array(
4990       'type' => 'int',
4991       'not null' => TRUE,
4992       'size' => 'normal',
4993       'unsigned' => TRUE,
4994     ),
4995     'revision_id' => array(
4996       'type' => 'int',
4997       'not null' => FALSE,
4998       'size' => 'normal',
4999       'unsigned' => TRUE,
5000     ),
5001     'language' => array(
5002       'type' => 'varchar',
5003       'not null' => TRUE,
5004       'length' => '32',
5005       'default' => '',
5006     ),
5007     'delta' => array(
5008       'type' => 'int',
5009       'not null' => TRUE,
5010       'size' => 'normal',
5011       'unsigned' => TRUE,
5012     ),
5013     'field_link_url' => array(
5014       'type' => 'varchar',
5015       'not null' => FALSE,
5016       'length' => '2048',
5017     ),
5018     'field_link_title' => array(
5019       'type' => 'varchar',
5020       'not null' => FALSE,
5021       'length' => '255',
5022     ),
5023     'field_link_attributes' => array(
5024       'type' => 'text',
5025       'not null' => FALSE,
5026       'size' => 'normal',
5027     ),
5028   ),
5029   'primary key' => array(
5030     'entity_type',
5031     'deleted',
5032     'entity_id',
5033     'language',
5034     'delta',
5035   ),
5036   'mysql_character_set' => 'utf8',
5037 ));
5038
5039 $connection->insert('field_data_field_link')
5040 ->fields(array(
5041   'entity_type',
5042   'bundle',
5043   'deleted',
5044   'entity_id',
5045   'revision_id',
5046   'language',
5047   'delta',
5048   'field_link_url',
5049   'field_link_title',
5050   'field_link_attributes',
5051 ))
5052 ->values(array(
5053   'entity_type' => 'node',
5054   'bundle' => 'test_content_type',
5055   'deleted' => '0',
5056   'entity_id' => '1',
5057   'revision_id' => '1',
5058   'language' => 'und',
5059   'delta' => '0',
5060   'field_link_url' => 'http://google.com',
5061   'field_link_title' => 'Click Here',
5062   'field_link_attributes' => 'a:1:{s:5:"title";s:10:"Click Here";}',
5063 ))
5064 ->values(array(
5065   'entity_type' => 'node',
5066   'bundle' => 'article',
5067   'deleted' => '0',
5068   'entity_id' => '2',
5069   'revision_id' => '2',
5070   'language' => 'und',
5071   'delta' => '0',
5072   'field_link_url' => '<front>',
5073   'field_link_title' => 'Home',
5074   'field_link_attributes' => 'a:0:{}',
5075 ))
5076 ->values(array(
5077   'entity_type' => 'node',
5078   'bundle' => 'article',
5079   'deleted' => '0',
5080   'entity_id' => '3',
5081   'revision_id' => '3',
5082   'language' => 'und',
5083   'delta' => '0',
5084   'field_link_url' => '<front>',
5085   'field_link_title' => 'Home',
5086   'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
5087 ))
5088 ->execute();
5089
5090 $connection->schema()->createTable('field_data_field_long_text', array(
5091   'fields' => array(
5092     'entity_type' => array(
5093       'type' => 'varchar',
5094       'not null' => TRUE,
5095       'length' => '128',
5096       'default' => '',
5097     ),
5098     'bundle' => array(
5099       'type' => 'varchar',
5100       'not null' => TRUE,
5101       'length' => '128',
5102       'default' => '',
5103     ),
5104     'deleted' => array(
5105       'type' => 'int',
5106       'not null' => TRUE,
5107       'size' => 'normal',
5108       'default' => '0',
5109     ),
5110     'entity_id' => array(
5111       'type' => 'int',
5112       'not null' => TRUE,
5113       'size' => 'normal',
5114       'unsigned' => TRUE,
5115     ),
5116     'revision_id' => array(
5117       'type' => 'int',
5118       'not null' => FALSE,
5119       'size' => 'normal',
5120       'unsigned' => TRUE,
5121     ),
5122     'language' => array(
5123       'type' => 'varchar',
5124       'not null' => TRUE,
5125       'length' => '32',
5126       'default' => '',
5127     ),
5128     'delta' => array(
5129       'type' => 'int',
5130       'not null' => TRUE,
5131       'size' => 'normal',
5132       'unsigned' => TRUE,
5133     ),
5134     'field_long_text_value' => array(
5135       'type' => 'text',
5136       'not null' => FALSE,
5137       'size' => 'normal',
5138     ),
5139     'field_long_text_summary' => array(
5140       'type' => 'text',
5141       'not null' => FALSE,
5142       'size' => 'normal',
5143     ),
5144     'field_long_text_format' => array(
5145       'type' => 'varchar',
5146       'not null' => FALSE,
5147       'length' => '255',
5148     ),
5149   ),
5150   'primary key' => array(
5151     'entity_type',
5152     'deleted',
5153     'entity_id',
5154     'language',
5155     'delta',
5156   ),
5157   'mysql_character_set' => 'utf8',
5158 ));
5159
5160 $connection->schema()->createTable('field_data_field_node_entityreference', array(
5161   'fields' => array(
5162     'entity_type' => array(
5163       'type' => 'varchar',
5164       'not null' => TRUE,
5165       'length' => '128',
5166       'default' => '',
5167     ),
5168     'bundle' => array(
5169       'type' => 'varchar',
5170       'not null' => TRUE,
5171       'length' => '128',
5172       'default' => '',
5173     ),
5174     'deleted' => array(
5175       'type' => 'int',
5176       'not null' => TRUE,
5177       'size' => 'tiny',
5178       'default' => '0',
5179     ),
5180     'entity_id' => array(
5181       'type' => 'int',
5182       'not null' => TRUE,
5183       'size' => 'normal',
5184       'unsigned' => TRUE,
5185     ),
5186     'revision_id' => array(
5187       'type' => 'int',
5188       'not null' => FALSE,
5189       'size' => 'normal',
5190       'unsigned' => TRUE,
5191     ),
5192     'language' => array(
5193       'type' => 'varchar',
5194       'not null' => TRUE,
5195       'length' => '32',
5196       'default' => '',
5197     ),
5198     'delta' => array(
5199       'type' => 'int',
5200       'not null' => TRUE,
5201       'size' => 'normal',
5202       'unsigned' => TRUE,
5203     ),
5204     'field_node_entityreference_target_id' => array(
5205       'type' => 'int',
5206       'not null' => TRUE,
5207       'size' => 'normal',
5208       'unsigned' => TRUE,
5209     ),
5210   ),
5211   'primary key' => array(
5212     'entity_type',
5213     'entity_id',
5214     'deleted',
5215     'delta',
5216     'language',
5217   ),
5218   'indexes' => array(
5219     'entity_type' => array(
5220       'entity_type',
5221     ),
5222     'bundle' => array(
5223       'bundle',
5224     ),
5225     'deleted' => array(
5226       'deleted',
5227     ),
5228     'entity_id' => array(
5229       'entity_id',
5230     ),
5231     'revision_id' => array(
5232       'revision_id',
5233     ),
5234     'language' => array(
5235       'language',
5236     ),
5237     'field_node_entityreference_target_id' => array(
5238       'field_node_entityreference_target_id',
5239     ),
5240   ),
5241   'mysql_character_set' => 'utf8',
5242 ));
5243
5244 $connection->insert('field_data_field_node_entityreference')
5245 ->fields(array(
5246   'entity_type',
5247   'bundle',
5248   'deleted',
5249   'entity_id',
5250   'revision_id',
5251   'language',
5252   'delta',
5253   'field_node_entityreference_target_id',
5254 ))
5255 ->values(array(
5256   'entity_type' => 'node',
5257   'bundle' => 'test_content_type',
5258   'deleted' => '0',
5259   'entity_id' => '1',
5260   'revision_id' => '1',
5261   'language' => 'und',
5262   'delta' => '0',
5263   'field_node_entityreference_target_id' => '2',
5264 ))
5265 ->execute();
5266
5267 $connection->schema()->createTable('field_data_field_phone', array(
5268   'fields' => array(
5269     'entity_type' => array(
5270       'type' => 'varchar',
5271       'not null' => TRUE,
5272       'length' => '128',
5273       'default' => '',
5274     ),
5275     'bundle' => array(
5276       'type' => 'varchar',
5277       'not null' => TRUE,
5278       'length' => '128',
5279       'default' => '',
5280     ),
5281     'deleted' => array(
5282       'type' => 'int',
5283       'not null' => TRUE,
5284       'size' => 'normal',
5285       'default' => '0',
5286     ),
5287     'entity_id' => array(
5288       'type' => 'int',
5289       'not null' => TRUE,
5290       'size' => 'normal',
5291       'unsigned' => TRUE,
5292     ),
5293     'revision_id' => array(
5294       'type' => 'int',
5295       'not null' => FALSE,
5296       'size' => 'normal',
5297       'unsigned' => TRUE,
5298     ),
5299     'language' => array(
5300       'type' => 'varchar',
5301       'not null' => TRUE,
5302       'length' => '32',
5303       'default' => '',
5304     ),
5305     'delta' => array(
5306       'type' => 'int',
5307       'not null' => TRUE,
5308       'size' => 'normal',
5309       'unsigned' => TRUE,
5310     ),
5311     'field_phone_value' => array(
5312       'type' => 'varchar',
5313       'not null' => FALSE,
5314       'length' => '255',
5315     ),
5316   ),
5317   'primary key' => array(
5318     'entity_type',
5319     'deleted',
5320     'entity_id',
5321     'language',
5322     'delta',
5323   ),
5324   'mysql_character_set' => 'utf8',
5325 ));
5326
5327 $connection->insert('field_data_field_phone')
5328 ->fields(array(
5329   'entity_type',
5330   'bundle',
5331   'deleted',
5332   'entity_id',
5333   'revision_id',
5334   'language',
5335   'delta',
5336   'field_phone_value',
5337 ))
5338 ->values(array(
5339   'entity_type' => 'node',
5340   'bundle' => 'test_content_type',
5341   'deleted' => '0',
5342   'entity_id' => '1',
5343   'revision_id' => '1',
5344   'language' => 'und',
5345   'delta' => '0',
5346   'field_phone_value' => '99-99-99-99',
5347 ))
5348 ->execute();
5349
5350 $connection->schema()->createTable('field_data_field_tags', array(
5351   'fields' => array(
5352     'entity_type' => array(
5353       'type' => 'varchar',
5354       'not null' => TRUE,
5355       'length' => '128',
5356       'default' => '',
5357     ),
5358     'bundle' => array(
5359       'type' => 'varchar',
5360       'not null' => TRUE,
5361       'length' => '128',
5362       'default' => '',
5363     ),
5364     'deleted' => array(
5365       'type' => 'int',
5366       'not null' => TRUE,
5367       'size' => 'normal',
5368       'default' => '0',
5369     ),
5370     'entity_id' => array(
5371       'type' => 'int',
5372       'not null' => TRUE,
5373       'size' => 'normal',
5374       'unsigned' => TRUE,
5375     ),
5376     'revision_id' => array(
5377       'type' => 'int',
5378       'not null' => FALSE,
5379       'size' => 'normal',
5380       'unsigned' => TRUE,
5381     ),
5382     'language' => array(
5383       'type' => 'varchar',
5384       'not null' => TRUE,
5385       'length' => '32',
5386       'default' => '',
5387     ),
5388     'delta' => array(
5389       'type' => 'int',
5390       'not null' => TRUE,
5391       'size' => 'normal',
5392       'unsigned' => TRUE,
5393     ),
5394     'field_tags_tid' => array(
5395       'type' => 'int',
5396       'not null' => FALSE,
5397       'size' => 'normal',
5398       'unsigned' => TRUE,
5399     ),
5400   ),
5401   'primary key' => array(
5402     'entity_type',
5403     'deleted',
5404     'entity_id',
5405     'language',
5406     'delta',
5407   ),
5408   'mysql_character_set' => 'utf8',
5409 ));
5410
5411 $connection->insert('field_data_field_tags')
5412 ->fields(array(
5413   'entity_type',
5414   'bundle',
5415   'deleted',
5416   'entity_id',
5417   'revision_id',
5418   'language',
5419   'delta',
5420   'field_tags_tid',
5421 ))
5422 ->values(array(
5423   'entity_type' => 'node',
5424   'bundle' => 'article',
5425   'deleted' => '0',
5426   'entity_id' => '2',
5427   'revision_id' => '2',
5428   'language' => 'und',
5429   'delta' => '0',
5430   'field_tags_tid' => '9',
5431 ))
5432 ->values(array(
5433   'entity_type' => 'node',
5434   'bundle' => 'article',
5435   'deleted' => '0',
5436   'entity_id' => '2',
5437   'revision_id' => '2',
5438   'language' => 'und',
5439   'delta' => '1',
5440   'field_tags_tid' => '14',
5441 ))
5442 ->values(array(
5443   'entity_type' => 'node',
5444   'bundle' => 'article',
5445   'deleted' => '0',
5446   'entity_id' => '2',
5447   'revision_id' => '2',
5448   'language' => 'und',
5449   'delta' => '2',
5450   'field_tags_tid' => '17',
5451 ))
5452 ->values(array(
5453   'entity_type' => 'node',
5454   'bundle' => 'article',
5455   'deleted' => '0',
5456   'entity_id' => '3',
5457   'revision_id' => '3',
5458   'language' => 'und',
5459   'delta' => '0',
5460   'field_tags_tid' => '9',
5461 ))
5462 ->values(array(
5463   'entity_type' => 'node',
5464   'bundle' => 'article',
5465   'deleted' => '0',
5466   'entity_id' => '3',
5467   'revision_id' => '3',
5468   'language' => 'und',
5469   'delta' => '1',
5470   'field_tags_tid' => '14',
5471 ))
5472 ->values(array(
5473   'entity_type' => 'node',
5474   'bundle' => 'article',
5475   'deleted' => '0',
5476   'entity_id' => '3',
5477   'revision_id' => '3',
5478   'language' => 'und',
5479   'delta' => '2',
5480   'field_tags_tid' => '17',
5481 ))
5482 ->execute();
5483
5484 $connection->schema()->createTable('field_data_field_term_entityreference', array(
5485   'fields' => array(
5486     'entity_type' => array(
5487       'type' => 'varchar',
5488       'not null' => TRUE,
5489       'length' => '128',
5490       'default' => '',
5491     ),
5492     'bundle' => array(
5493       'type' => 'varchar',
5494       'not null' => TRUE,
5495       'length' => '128',
5496       'default' => '',
5497     ),
5498     'deleted' => array(
5499       'type' => 'int',
5500       'not null' => TRUE,
5501       'size' => 'tiny',
5502       'default' => '0',
5503     ),
5504     'entity_id' => array(
5505       'type' => 'int',
5506       'not null' => TRUE,
5507       'size' => 'normal',
5508       'unsigned' => TRUE,
5509     ),
5510     'revision_id' => array(
5511       'type' => 'int',
5512       'not null' => FALSE,
5513       'size' => 'normal',
5514       'unsigned' => TRUE,
5515     ),
5516     'language' => array(
5517       'type' => 'varchar',
5518       'not null' => TRUE,
5519       'length' => '32',
5520       'default' => '',
5521     ),
5522     'delta' => array(
5523       'type' => 'int',
5524       'not null' => TRUE,
5525       'size' => 'normal',
5526       'unsigned' => TRUE,
5527     ),
5528     'field_term_entityreference_target_id' => array(
5529       'type' => 'int',
5530       'not null' => TRUE,
5531       'size' => 'normal',
5532       'unsigned' => TRUE,
5533     ),
5534   ),
5535   'primary key' => array(
5536     'entity_type',
5537     'entity_id',
5538     'deleted',
5539     'delta',
5540     'language',
5541   ),
5542   'indexes' => array(
5543     'entity_type' => array(
5544       'entity_type',
5545     ),
5546     'bundle' => array(
5547       'bundle',
5548     ),
5549     'deleted' => array(
5550       'deleted',
5551     ),
5552     'entity_id' => array(
5553       'entity_id',
5554     ),
5555     'revision_id' => array(
5556       'revision_id',
5557     ),
5558     'language' => array(
5559       'language',
5560     ),
5561     'field_term_entityreference_target_id' => array(
5562       'field_term_entityreference_target_id',
5563     ),
5564   ),
5565   'mysql_character_set' => 'utf8',
5566 ));
5567
5568 $connection->insert('field_data_field_term_entityreference')
5569 ->fields(array(
5570   'entity_type',
5571   'bundle',
5572   'deleted',
5573   'entity_id',
5574   'revision_id',
5575   'language',
5576   'delta',
5577   'field_term_entityreference_target_id',
5578 ))
5579 ->values(array(
5580   'entity_type' => 'node',
5581   'bundle' => 'test_content_type',
5582   'deleted' => '0',
5583   'entity_id' => '1',
5584   'revision_id' => '1',
5585   'language' => 'und',
5586   'delta' => '0',
5587   'field_term_entityreference_target_id' => '17',
5588 ))
5589 ->values(array(
5590   'entity_type' => 'node',
5591   'bundle' => 'test_content_type',
5592   'deleted' => '0',
5593   'entity_id' => '1',
5594   'revision_id' => '1',
5595   'language' => 'und',
5596   'delta' => '1',
5597   'field_term_entityreference_target_id' => '15',
5598 ))
5599 ->execute();
5600
5601 $connection->schema()->createTable('field_data_field_term_reference', array(
5602   'fields' => array(
5603     'entity_type' => array(
5604       'type' => 'varchar',
5605       'not null' => TRUE,
5606       'length' => '128',
5607       'default' => '',
5608     ),
5609     'bundle' => array(
5610       'type' => 'varchar',
5611       'not null' => TRUE,
5612       'length' => '128',
5613       'default' => '',
5614     ),
5615     'deleted' => array(
5616       'type' => 'int',
5617       'not null' => TRUE,
5618       'size' => 'normal',
5619       'default' => '0',
5620     ),
5621     'entity_id' => array(
5622       'type' => 'int',
5623       'not null' => TRUE,
5624       'size' => 'normal',
5625       'unsigned' => TRUE,
5626     ),
5627     'revision_id' => array(
5628       'type' => 'int',
5629       'not null' => FALSE,
5630       'size' => 'normal',
5631       'unsigned' => TRUE,
5632     ),
5633     'language' => array(
5634       'type' => 'varchar',
5635       'not null' => TRUE,
5636       'length' => '32',
5637       'default' => '',
5638     ),
5639     'delta' => array(
5640       'type' => 'int',
5641       'not null' => TRUE,
5642       'size' => 'normal',
5643       'unsigned' => TRUE,
5644     ),
5645     'field_term_reference_tid' => array(
5646       'type' => 'int',
5647       'not null' => FALSE,
5648       'size' => 'normal',
5649       'unsigned' => TRUE,
5650     ),
5651   ),
5652   'primary key' => array(
5653     'entity_type',
5654     'deleted',
5655     'entity_id',
5656     'language',
5657     'delta',
5658   ),
5659   'mysql_character_set' => 'utf8',
5660 ));
5661
5662 $connection->insert('field_data_field_term_reference')
5663 ->fields(array(
5664   'entity_type',
5665   'bundle',
5666   'deleted',
5667   'entity_id',
5668   'revision_id',
5669   'language',
5670   'delta',
5671   'field_term_reference_tid',
5672 ))
5673 ->values(array(
5674   'entity_type' => 'node',
5675   'bundle' => 'test_content_type',
5676   'deleted' => '0',
5677   'entity_id' => '1',
5678   'revision_id' => '1',
5679   'language' => 'und',
5680   'delta' => '0',
5681   'field_term_reference_tid' => '4',
5682 ))
5683 ->values(array(
5684   'entity_type' => 'taxonomy_term',
5685   'bundle' => 'test_vocabulary',
5686   'deleted' => '0',
5687   'entity_id' => '2',
5688   'revision_id' => '2',
5689   'language' => 'und',
5690   'delta' => '0',
5691   'field_term_reference_tid' => '3',
5692 ))
5693 ->execute();
5694
5695 $connection->schema()->createTable('field_data_field_text', array(
5696   'fields' => array(
5697     'entity_type' => array(
5698       'type' => 'varchar',
5699       'not null' => TRUE,
5700       'length' => '128',
5701       'default' => '',
5702     ),
5703     'bundle' => array(
5704       'type' => 'varchar',
5705       'not null' => TRUE,
5706       'length' => '128',
5707       'default' => '',
5708     ),
5709     'deleted' => array(
5710       'type' => 'int',
5711       'not null' => TRUE,
5712       'size' => 'normal',
5713       'default' => '0',
5714     ),
5715     'entity_id' => array(
5716       'type' => 'int',
5717       'not null' => TRUE,
5718       'size' => 'normal',
5719       'unsigned' => TRUE,
5720     ),
5721     'revision_id' => array(
5722       'type' => 'int',
5723       'not null' => FALSE,
5724       'size' => 'normal',
5725       'unsigned' => TRUE,
5726     ),
5727     'language' => array(
5728       'type' => 'varchar',
5729       'not null' => TRUE,
5730       'length' => '32',
5731       'default' => '',
5732     ),
5733     'delta' => array(
5734       'type' => 'int',
5735       'not null' => TRUE,
5736       'size' => 'normal',
5737       'unsigned' => TRUE,
5738     ),
5739     'field_text_value' => array(
5740       'type' => 'varchar',
5741       'not null' => FALSE,
5742       'length' => '256',
5743     ),
5744     'field_text_format' => array(
5745       'type' => 'varchar',
5746       'not null' => FALSE,
5747       'length' => '255',
5748     ),
5749   ),
5750   'primary key' => array(
5751     'entity_type',
5752     'deleted',
5753     'entity_id',
5754     'language',
5755     'delta',
5756   ),
5757   'mysql_character_set' => 'utf8',
5758 ));
5759
5760 $connection->insert('field_data_field_text')
5761 ->fields(array(
5762   'entity_type',
5763   'bundle',
5764   'deleted',
5765   'entity_id',
5766   'revision_id',
5767   'language',
5768   'delta',
5769   'field_text_value',
5770   'field_text_format',
5771 ))
5772 ->values(array(
5773   'entity_type' => 'node',
5774   'bundle' => 'test_content_type',
5775   'deleted' => '0',
5776   'entity_id' => '1',
5777   'revision_id' => '1',
5778   'language' => 'und',
5779   'delta' => '0',
5780   'field_text_value' => 'qwerty',
5781   'field_text_format' => NULL,
5782 ))
5783 ->execute();
5784
5785 $connection->schema()->createTable('field_data_field_text_list', array(
5786   'fields' => array(
5787     'entity_type' => array(
5788       'type' => 'varchar',
5789       'not null' => TRUE,
5790       'length' => '128',
5791       'default' => '',
5792     ),
5793     'bundle' => array(
5794       'type' => 'varchar',
5795       'not null' => TRUE,
5796       'length' => '128',
5797       'default' => '',
5798     ),
5799     'deleted' => array(
5800       'type' => 'int',
5801       'not null' => TRUE,
5802       'size' => 'normal',
5803       'default' => '0',
5804     ),
5805     'entity_id' => array(
5806       'type' => 'int',
5807       'not null' => TRUE,
5808       'size' => 'normal',
5809       'unsigned' => TRUE,
5810     ),
5811     'revision_id' => array(
5812       'type' => 'int',
5813       'not null' => FALSE,
5814       'size' => 'normal',
5815       'unsigned' => TRUE,
5816     ),
5817     'language' => array(
5818       'type' => 'varchar',
5819       'not null' => TRUE,
5820       'length' => '32',
5821       'default' => '',
5822     ),
5823     'delta' => array(
5824       'type' => 'int',
5825       'not null' => TRUE,
5826       'size' => 'normal',
5827       'unsigned' => TRUE,
5828     ),
5829     'field_text_list_value' => array(
5830       'type' => 'varchar',
5831       'not null' => FALSE,
5832       'length' => '255',
5833     ),
5834   ),
5835   'primary key' => array(
5836     'entity_type',
5837     'deleted',
5838     'entity_id',
5839     'language',
5840     'delta',
5841   ),
5842   'mysql_character_set' => 'utf8',
5843 ));
5844
5845 $connection->insert('field_data_field_text_list')
5846 ->fields(array(
5847   'entity_type',
5848   'bundle',
5849   'deleted',
5850   'entity_id',
5851   'revision_id',
5852   'language',
5853   'delta',
5854   'field_text_list_value',
5855 ))
5856 ->values(array(
5857   'entity_type' => 'node',
5858   'bundle' => 'test_content_type',
5859   'deleted' => '0',
5860   'entity_id' => '1',
5861   'revision_id' => '1',
5862   'language' => 'und',
5863   'delta' => '0',
5864   'field_text_list_value' => 'Some more text',
5865 ))
5866 ->execute();
5867
5868 $connection->schema()->createTable('field_data_field_user_entityreference', array(
5869   'fields' => array(
5870     'entity_type' => array(
5871       'type' => 'varchar',
5872       'not null' => TRUE,
5873       'length' => '128',
5874       'default' => '',
5875     ),
5876     'bundle' => array(
5877       'type' => 'varchar',
5878       'not null' => TRUE,
5879       'length' => '128',
5880       'default' => '',
5881     ),
5882     'deleted' => array(
5883       'type' => 'int',
5884       'not null' => TRUE,
5885       'size' => 'tiny',
5886       'default' => '0',
5887     ),
5888     'entity_id' => array(
5889       'type' => 'int',
5890       'not null' => TRUE,
5891       'size' => 'normal',
5892       'unsigned' => TRUE,
5893     ),
5894     'revision_id' => array(
5895       'type' => 'int',
5896       'not null' => FALSE,
5897       'size' => 'normal',
5898       'unsigned' => TRUE,
5899     ),
5900     'language' => array(
5901       'type' => 'varchar',
5902       'not null' => TRUE,
5903       'length' => '32',
5904       'default' => '',
5905     ),
5906     'delta' => array(
5907       'type' => 'int',
5908       'not null' => TRUE,
5909       'size' => 'normal',
5910       'unsigned' => TRUE,
5911     ),
5912     'field_user_entityreference_target_id' => array(
5913       'type' => 'int',
5914       'not null' => TRUE,
5915       'size' => 'normal',
5916       'unsigned' => TRUE,
5917     ),
5918   ),
5919   'primary key' => array(
5920     'entity_type',
5921     'entity_id',
5922     'deleted',
5923     'delta',
5924     'language',
5925   ),
5926   'indexes' => array(
5927     'entity_type' => array(
5928       'entity_type',
5929     ),
5930     'bundle' => array(
5931       'bundle',
5932     ),
5933     'deleted' => array(
5934       'deleted',
5935     ),
5936     'entity_id' => array(
5937       'entity_id',
5938     ),
5939     'revision_id' => array(
5940       'revision_id',
5941     ),
5942     'language' => array(
5943       'language',
5944     ),
5945     'field_user_entityreference_target_id' => array(
5946       'field_user_entityreference_target_id',
5947     ),
5948   ),
5949   'mysql_character_set' => 'utf8',
5950 ));
5951
5952 $connection->insert('field_data_field_user_entityreference')
5953 ->fields(array(
5954   'entity_type',
5955   'bundle',
5956   'deleted',
5957   'entity_id',
5958   'revision_id',
5959   'language',
5960   'delta',
5961   'field_user_entityreference_target_id',
5962 ))
5963 ->values(array(
5964   'entity_type' => 'node',
5965   'bundle' => 'test_content_type',
5966   'deleted' => '0',
5967   'entity_id' => '1',
5968   'revision_id' => '1',
5969   'language' => 'und',
5970   'delta' => '0',
5971   'field_user_entityreference_target_id' => '2',
5972 ))
5973 ->execute();
5974
5975 $connection->schema()->createTable('field_data_taxonomy_forums', array(
5976   'fields' => array(
5977     'entity_type' => array(
5978       'type' => 'varchar',
5979       'not null' => TRUE,
5980       'length' => '128',
5981       'default' => '',
5982     ),
5983     'bundle' => array(
5984       'type' => 'varchar',
5985       'not null' => TRUE,
5986       'length' => '128',
5987       'default' => '',
5988     ),
5989     'deleted' => array(
5990       'type' => 'int',
5991       'not null' => TRUE,
5992       'size' => 'normal',
5993       'default' => '0',
5994     ),
5995     'entity_id' => array(
5996       'type' => 'int',
5997       'not null' => TRUE,
5998       'size' => 'normal',
5999       'unsigned' => TRUE,
6000     ),
6001     'revision_id' => array(
6002       'type' => 'int',
6003       'not null' => FALSE,
6004       'size' => 'normal',
6005       'unsigned' => TRUE,
6006     ),
6007     'language' => array(
6008       'type' => 'varchar',
6009       'not null' => TRUE,
6010       'length' => '32',
6011       'default' => '',
6012     ),
6013     'delta' => array(
6014       'type' => 'int',
6015       'not null' => TRUE,
6016       'size' => 'normal',
6017       'unsigned' => TRUE,
6018     ),
6019     'taxonomy_forums_tid' => array(
6020       'type' => 'int',
6021       'not null' => FALSE,
6022       'size' => 'normal',
6023       'unsigned' => TRUE,
6024     ),
6025   ),
6026   'primary key' => array(
6027     'entity_type',
6028     'deleted',
6029     'entity_id',
6030     'language',
6031     'delta',
6032   ),
6033   'mysql_character_set' => 'utf8',
6034 ));
6035
6036 $connection->schema()->createTable('field_revision_body', array(
6037   'fields' => array(
6038     'entity_type' => array(
6039       'type' => 'varchar',
6040       'not null' => TRUE,
6041       'length' => '128',
6042       'default' => '',
6043     ),
6044     'bundle' => array(
6045       'type' => 'varchar',
6046       'not null' => TRUE,
6047       'length' => '128',
6048       'default' => '',
6049     ),
6050     'deleted' => array(
6051       'type' => 'int',
6052       'not null' => TRUE,
6053       'size' => 'normal',
6054       'default' => '0',
6055     ),
6056     'entity_id' => array(
6057       'type' => 'int',
6058       'not null' => TRUE,
6059       'size' => 'normal',
6060       'unsigned' => TRUE,
6061     ),
6062     'revision_id' => array(
6063       'type' => 'int',
6064       'not null' => TRUE,
6065       'size' => 'normal',
6066       'unsigned' => TRUE,
6067     ),
6068     'language' => array(
6069       'type' => 'varchar',
6070       'not null' => TRUE,
6071       'length' => '32',
6072       'default' => '',
6073     ),
6074     'delta' => array(
6075       'type' => 'int',
6076       'not null' => TRUE,
6077       'size' => 'normal',
6078       'unsigned' => TRUE,
6079     ),
6080     'body_value' => array(
6081       'type' => 'text',
6082       'not null' => FALSE,
6083       'size' => 'normal',
6084     ),
6085     'body_summary' => array(
6086       'type' => 'text',
6087       'not null' => FALSE,
6088       'size' => 'normal',
6089     ),
6090     'body_format' => array(
6091       'type' => 'varchar',
6092       'not null' => FALSE,
6093       'length' => '255',
6094     ),
6095   ),
6096   'primary key' => array(
6097     'entity_type',
6098     'deleted',
6099     'entity_id',
6100     'revision_id',
6101     'language',
6102     'delta',
6103   ),
6104   'mysql_character_set' => 'utf8',
6105 ));
6106
6107 $connection->insert('field_revision_body')
6108 ->fields(array(
6109   'entity_type',
6110   'bundle',
6111   'deleted',
6112   'entity_id',
6113   'revision_id',
6114   'language',
6115   'delta',
6116   'body_value',
6117   'body_summary',
6118   'body_format',
6119 ))
6120 ->values(array(
6121   'entity_type' => 'node',
6122   'bundle' => 'article',
6123   'deleted' => '0',
6124   'entity_id' => '2',
6125   'revision_id' => '2',
6126   'language' => 'und',
6127   'delta' => '0',
6128   'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
6129   'body_summary' => '',
6130   'body_format' => 'filtered_html',
6131 ))
6132 ->values(array(
6133   'entity_type' => 'node',
6134   'bundle' => 'article',
6135   'deleted' => '0',
6136   'entity_id' => '3',
6137   'revision_id' => '3',
6138   'language' => 'und',
6139   'delta' => '0',
6140   'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
6141   'body_summary' => '',
6142   'body_format' => 'filtered_html',
6143 ))
6144 ->values(array(
6145   'entity_type' => 'node',
6146   'bundle' => 'article',
6147   'deleted' => '0',
6148   'entity_id' => '4',
6149   'revision_id' => '4',
6150   'language' => 'und',
6151   'delta' => '0',
6152   'body_value' => 'is - Is that is it awesome.',
6153   'body_summary' => '',
6154   'body_format' => 'filtered_html',
6155 ))
6156 ->values(array(
6157   'entity_type' => 'node',
6158   'bundle' => 'article',
6159   'deleted' => '0',
6160   'entity_id' => '5',
6161   'revision_id' => '5',
6162   'language' => 'und',
6163   'delta' => '0',
6164   'body_value' => 'en - Is that is it awesome.',
6165   'body_summary' => '',
6166   'body_format' => 'filtered_html',
6167 ))
6168 ->execute();
6169
6170 $connection->schema()->createTable('field_revision_comment_body', array(
6171   'fields' => array(
6172     'entity_type' => array(
6173       'type' => 'varchar',
6174       'not null' => TRUE,
6175       'length' => '128',
6176       'default' => '',
6177     ),
6178     'bundle' => array(
6179       'type' => 'varchar',
6180       'not null' => TRUE,
6181       'length' => '128',
6182       'default' => '',
6183     ),
6184     'deleted' => array(
6185       'type' => 'int',
6186       'not null' => TRUE,
6187       'size' => 'normal',
6188       'default' => '0',
6189     ),
6190     'entity_id' => array(
6191       'type' => 'int',
6192       'not null' => TRUE,
6193       'size' => 'normal',
6194       'unsigned' => TRUE,
6195     ),
6196     'revision_id' => array(
6197       'type' => 'int',
6198       'not null' => TRUE,
6199       'size' => 'normal',
6200       'unsigned' => TRUE,
6201     ),
6202     'language' => array(
6203       'type' => 'varchar',
6204       'not null' => TRUE,
6205       'length' => '32',
6206       'default' => '',
6207     ),
6208     'delta' => array(
6209       'type' => 'int',
6210       'not null' => TRUE,
6211       'size' => 'normal',
6212       'unsigned' => TRUE,
6213     ),
6214     'comment_body_value' => array(
6215       'type' => 'text',
6216       'not null' => FALSE,
6217       'size' => 'normal',
6218     ),
6219     'comment_body_format' => array(
6220       'type' => 'varchar',
6221       'not null' => FALSE,
6222       'length' => '255',
6223     ),
6224   ),
6225   'primary key' => array(
6226     'entity_type',
6227     'deleted',
6228     'entity_id',
6229     'revision_id',
6230     'language',
6231     'delta',
6232   ),
6233   'mysql_character_set' => 'utf8',
6234 ));
6235
6236 $connection->insert('field_revision_comment_body')
6237 ->fields(array(
6238   'entity_type',
6239   'bundle',
6240   'deleted',
6241   'entity_id',
6242   'revision_id',
6243   'language',
6244   'delta',
6245   'comment_body_value',
6246   'comment_body_format',
6247 ))
6248 ->values(array(
6249   'entity_type' => 'comment',
6250   'bundle' => 'comment_node_test_content_type',
6251   'deleted' => '0',
6252   'entity_id' => '1',
6253   'revision_id' => '1',
6254   'language' => 'und',
6255   'delta' => '0',
6256   'comment_body_value' => 'This is a comment',
6257   'comment_body_format' => 'filtered_html',
6258 ))
6259 ->execute();
6260
6261 $connection->schema()->createTable('field_revision_field_boolean', array(
6262   'fields' => array(
6263     'entity_type' => array(
6264       'type' => 'varchar',
6265       'not null' => TRUE,
6266       'length' => '128',
6267       'default' => '',
6268     ),
6269     'bundle' => array(
6270       'type' => 'varchar',
6271       'not null' => TRUE,
6272       'length' => '128',
6273       'default' => '',
6274     ),
6275     'deleted' => array(
6276       'type' => 'int',
6277       'not null' => TRUE,
6278       'size' => 'normal',
6279       'default' => '0',
6280     ),
6281     'entity_id' => array(
6282       'type' => 'int',
6283       'not null' => TRUE,
6284       'size' => 'normal',
6285       'unsigned' => TRUE,
6286     ),
6287     'revision_id' => array(
6288       'type' => 'int',
6289       'not null' => TRUE,
6290       'size' => 'normal',
6291       'unsigned' => TRUE,
6292     ),
6293     'language' => array(
6294       'type' => 'varchar',
6295       'not null' => TRUE,
6296       'length' => '32',
6297       'default' => '',
6298     ),
6299     'delta' => array(
6300       'type' => 'int',
6301       'not null' => TRUE,
6302       'size' => 'normal',
6303       'unsigned' => TRUE,
6304     ),
6305     'field_boolean_value' => array(
6306       'type' => 'int',
6307       'not null' => FALSE,
6308       'size' => 'normal',
6309     ),
6310   ),
6311   'primary key' => array(
6312     'entity_type',
6313     'deleted',
6314     'entity_id',
6315     'revision_id',
6316     'language',
6317     'delta',
6318   ),
6319   'mysql_character_set' => 'utf8',
6320 ));
6321
6322 $connection->insert('field_revision_field_boolean')
6323 ->fields(array(
6324   'entity_type',
6325   'bundle',
6326   'deleted',
6327   'entity_id',
6328   'revision_id',
6329   'language',
6330   'delta',
6331   'field_boolean_value',
6332 ))
6333 ->values(array(
6334   'entity_type' => 'node',
6335   'bundle' => 'test_content_type',
6336   'deleted' => '0',
6337   'entity_id' => '1',
6338   'revision_id' => '1',
6339   'language' => 'und',
6340   'delta' => '0',
6341   'field_boolean_value' => '1',
6342 ))
6343 ->execute();
6344
6345 $connection->schema()->createTable('field_revision_field_date', array(
6346   'fields' => array(
6347     'entity_type' => array(
6348       'type' => 'varchar',
6349       'not null' => TRUE,
6350       'length' => '128',
6351       'default' => '',
6352     ),
6353     'bundle' => array(
6354       'type' => 'varchar',
6355       'not null' => TRUE,
6356       'length' => '128',
6357       'default' => '',
6358     ),
6359     'deleted' => array(
6360       'type' => 'int',
6361       'not null' => TRUE,
6362       'size' => 'normal',
6363       'default' => '0',
6364     ),
6365     'entity_id' => array(
6366       'type' => 'int',
6367       'not null' => TRUE,
6368       'size' => 'normal',
6369       'unsigned' => TRUE,
6370     ),
6371     'revision_id' => array(
6372       'type' => 'int',
6373       'not null' => TRUE,
6374       'size' => 'normal',
6375       'unsigned' => TRUE,
6376     ),
6377     'language' => array(
6378       'type' => 'varchar',
6379       'not null' => TRUE,
6380       'length' => '32',
6381       'default' => '',
6382     ),
6383     'delta' => array(
6384       'type' => 'int',
6385       'not null' => TRUE,
6386       'size' => 'normal',
6387       'unsigned' => TRUE,
6388     ),
6389     'field_date_value' => array(
6390       'type' => 'varchar',
6391       'not null' => FALSE,
6392       'length' => '100',
6393     ),
6394   ),
6395   'primary key' => array(
6396     'entity_type',
6397     'deleted',
6398     'entity_id',
6399     'revision_id',
6400     'language',
6401     'delta',
6402   ),
6403   'mysql_character_set' => 'utf8',
6404 ));
6405
6406 $connection->insert('field_revision_field_date')
6407 ->fields(array(
6408   'entity_type',
6409   'bundle',
6410   'deleted',
6411   'entity_id',
6412   'revision_id',
6413   'language',
6414   'delta',
6415   'field_date_value',
6416 ))
6417 ->values(array(
6418   'entity_type' => 'node',
6419   'bundle' => 'test_content_type',
6420   'deleted' => '0',
6421   'entity_id' => '1',
6422   'revision_id' => '1',
6423   'language' => 'und',
6424   'delta' => '0',
6425   'field_date_value' => '2015-01-20 04:15:00',
6426 ))
6427 ->execute();
6428
6429 $connection->schema()->createTable('field_revision_field_date_with_end_time', array(
6430   'fields' => array(
6431     'entity_type' => array(
6432       'type' => 'varchar',
6433       'not null' => TRUE,
6434       'length' => '128',
6435       'default' => '',
6436     ),
6437     'bundle' => array(
6438       'type' => 'varchar',
6439       'not null' => TRUE,
6440       'length' => '128',
6441       'default' => '',
6442     ),
6443     'deleted' => array(
6444       'type' => 'int',
6445       'not null' => TRUE,
6446       'size' => 'normal',
6447       'default' => '0',
6448     ),
6449     'entity_id' => array(
6450       'type' => 'int',
6451       'not null' => TRUE,
6452       'size' => 'normal',
6453       'unsigned' => TRUE,
6454     ),
6455     'revision_id' => array(
6456       'type' => 'int',
6457       'not null' => TRUE,
6458       'size' => 'normal',
6459       'unsigned' => TRUE,
6460     ),
6461     'language' => array(
6462       'type' => 'varchar',
6463       'not null' => TRUE,
6464       'length' => '32',
6465       'default' => '',
6466     ),
6467     'delta' => array(
6468       'type' => 'int',
6469       'not null' => TRUE,
6470       'size' => 'normal',
6471       'unsigned' => TRUE,
6472     ),
6473     'field_date_with_end_time_value' => array(
6474       'type' => 'int',
6475       'not null' => FALSE,
6476       'size' => 'normal',
6477     ),
6478     'field_date_with_end_time_value2' => array(
6479       'type' => 'int',
6480       'not null' => FALSE,
6481       'size' => 'normal',
6482     ),
6483   ),
6484   'primary key' => array(
6485     'entity_type',
6486     'deleted',
6487     'entity_id',
6488     'revision_id',
6489     'language',
6490     'delta',
6491   ),
6492   'mysql_character_set' => 'utf8',
6493 ));
6494
6495 $connection->insert('field_revision_field_date_with_end_time')
6496 ->fields(array(
6497   'entity_type',
6498   'bundle',
6499   'deleted',
6500   'entity_id',
6501   'revision_id',
6502   'language',
6503   'delta',
6504   'field_date_with_end_time_value',
6505   'field_date_with_end_time_value2',
6506 ))
6507 ->values(array(
6508   'entity_type' => 'node',
6509   'bundle' => 'test_content_type',
6510   'deleted' => '0',
6511   'entity_id' => '1',
6512   'revision_id' => '1',
6513   'language' => 'und',
6514   'delta' => '0',
6515   'field_date_with_end_time_value' => '1421727300',
6516   'field_date_with_end_time_value2' => '1421727300',
6517 ))
6518 ->execute();
6519
6520 $connection->schema()->createTable('field_revision_field_email', array(
6521   'fields' => array(
6522     'entity_type' => array(
6523       'type' => 'varchar',
6524       'not null' => TRUE,
6525       'length' => '128',
6526       'default' => '',
6527     ),
6528     'bundle' => array(
6529       'type' => 'varchar',
6530       'not null' => TRUE,
6531       'length' => '128',
6532       'default' => '',
6533     ),
6534     'deleted' => array(
6535       'type' => 'int',
6536       'not null' => TRUE,
6537       'size' => 'normal',
6538       'default' => '0',
6539     ),
6540     'entity_id' => array(
6541       'type' => 'int',
6542       'not null' => TRUE,
6543       'size' => 'normal',
6544       'unsigned' => TRUE,
6545     ),
6546     'revision_id' => array(
6547       'type' => 'int',
6548       'not null' => TRUE,
6549       'size' => 'normal',
6550       'unsigned' => TRUE,
6551     ),
6552     'language' => array(
6553       'type' => 'varchar',
6554       'not null' => TRUE,
6555       'length' => '32',
6556       'default' => '',
6557     ),
6558     'delta' => array(
6559       'type' => 'int',
6560       'not null' => TRUE,
6561       'size' => 'normal',
6562       'unsigned' => TRUE,
6563     ),
6564     'field_email_email' => array(
6565       'type' => 'varchar',
6566       'not null' => FALSE,
6567       'length' => '255',
6568     ),
6569   ),
6570   'primary key' => array(
6571     'entity_type',
6572     'deleted',
6573     'entity_id',
6574     'revision_id',
6575     'language',
6576     'delta',
6577   ),
6578   'mysql_character_set' => 'utf8',
6579 ));
6580
6581 $connection->insert('field_revision_field_email')
6582 ->fields(array(
6583   'entity_type',
6584   'bundle',
6585   'deleted',
6586   'entity_id',
6587   'revision_id',
6588   'language',
6589   'delta',
6590   'field_email_email',
6591 ))
6592 ->values(array(
6593   'entity_type' => 'node',
6594   'bundle' => 'test_content_type',
6595   'deleted' => '0',
6596   'entity_id' => '1',
6597   'revision_id' => '1',
6598   'language' => 'und',
6599   'delta' => '0',
6600   'field_email_email' => 'default@example.com',
6601 ))
6602 ->values(array(
6603   'entity_type' => 'node',
6604   'bundle' => 'test_content_type',
6605   'deleted' => '0',
6606   'entity_id' => '1',
6607   'revision_id' => '1',
6608   'language' => 'und',
6609   'delta' => '1',
6610   'field_email_email' => 'another@example.com',
6611 ))
6612 ->execute();
6613
6614 $connection->schema()->createTable('field_revision_field_file', array(
6615   'fields' => array(
6616     'entity_type' => array(
6617       'type' => 'varchar',
6618       'not null' => TRUE,
6619       'length' => '128',
6620       'default' => '',
6621     ),
6622     'bundle' => array(
6623       'type' => 'varchar',
6624       'not null' => TRUE,
6625       'length' => '128',
6626       'default' => '',
6627     ),
6628     'deleted' => array(
6629       'type' => 'int',
6630       'not null' => TRUE,
6631       'size' => 'normal',
6632       'default' => '0',
6633     ),
6634     'entity_id' => array(
6635       'type' => 'int',
6636       'not null' => TRUE,
6637       'size' => 'normal',
6638       'unsigned' => TRUE,
6639     ),
6640     'revision_id' => array(
6641       'type' => 'int',
6642       'not null' => TRUE,
6643       'size' => 'normal',
6644       'unsigned' => TRUE,
6645     ),
6646     'language' => array(
6647       'type' => 'varchar',
6648       'not null' => TRUE,
6649       'length' => '32',
6650       'default' => '',
6651     ),
6652     'delta' => array(
6653       'type' => 'int',
6654       'not null' => TRUE,
6655       'size' => 'normal',
6656       'unsigned' => TRUE,
6657     ),
6658     'field_file_fid' => array(
6659       'type' => 'int',
6660       'not null' => FALSE,
6661       'size' => 'normal',
6662       'unsigned' => TRUE,
6663     ),
6664     'field_file_display' => array(
6665       'type' => 'int',
6666       'not null' => TRUE,
6667       'size' => 'normal',
6668       'default' => '1',
6669       'unsigned' => TRUE,
6670     ),
6671     'field_file_description' => array(
6672       'type' => 'text',
6673       'not null' => FALSE,
6674       'size' => 'normal',
6675     ),
6676   ),
6677   'primary key' => array(
6678     'entity_type',
6679     'deleted',
6680     'entity_id',
6681     'revision_id',
6682     'language',
6683     'delta',
6684   ),
6685   'mysql_character_set' => 'utf8',
6686 ));
6687
6688 $connection->insert('field_revision_field_file')
6689 ->fields(array(
6690   'entity_type',
6691   'bundle',
6692   'deleted',
6693   'entity_id',
6694   'revision_id',
6695   'language',
6696   'delta',
6697   'field_file_fid',
6698   'field_file_display',
6699   'field_file_description',
6700 ))
6701 ->values(array(
6702   'entity_type' => 'node',
6703   'bundle' => 'test_content_type',
6704   'deleted' => '0',
6705   'entity_id' => '1',
6706   'revision_id' => '1',
6707   'language' => 'und',
6708   'delta' => '0',
6709   'field_file_fid' => '2',
6710   'field_file_display' => '1',
6711   'field_file_description' => 'file desc',
6712 ))
6713 ->values(array(
6714   'entity_type' => 'user',
6715   'bundle' => 'user',
6716   'deleted' => '0',
6717   'entity_id' => '2',
6718   'revision_id' => '2',
6719   'language' => 'und',
6720   'delta' => '0',
6721   'field_file_fid' => '2',
6722   'field_file_display' => '1',
6723   'field_file_description' => 'file desc',
6724 ))
6725 ->execute();
6726
6727 $connection->schema()->createTable('field_revision_field_float', array(
6728   'fields' => array(
6729     'entity_type' => array(
6730       'type' => 'varchar',
6731       'not null' => TRUE,
6732       'length' => '128',
6733       'default' => '',
6734     ),
6735     'bundle' => array(
6736       'type' => 'varchar',
6737       'not null' => TRUE,
6738       'length' => '128',
6739       'default' => '',
6740     ),
6741     'deleted' => array(
6742       'type' => 'int',
6743       'not null' => TRUE,
6744       'size' => 'normal',
6745       'default' => '0',
6746     ),
6747     'entity_id' => array(
6748       'type' => 'int',
6749       'not null' => TRUE,
6750       'size' => 'normal',
6751       'unsigned' => TRUE,
6752     ),
6753     'revision_id' => array(
6754       'type' => 'int',
6755       'not null' => TRUE,
6756       'size' => 'normal',
6757       'unsigned' => TRUE,
6758     ),
6759     'language' => array(
6760       'type' => 'varchar',
6761       'not null' => TRUE,
6762       'length' => '32',
6763       'default' => '',
6764     ),
6765     'delta' => array(
6766       'type' => 'int',
6767       'not null' => TRUE,
6768       'size' => 'normal',
6769       'unsigned' => TRUE,
6770     ),
6771     'field_float_value' => array(
6772       'type' => 'numeric',
6773       'not null' => FALSE,
6774       'precision' => '10',
6775       'scale' => '0',
6776     ),
6777   ),
6778   'primary key' => array(
6779     'entity_type',
6780     'deleted',
6781     'entity_id',
6782     'revision_id',
6783     'language',
6784     'delta',
6785   ),
6786   'mysql_character_set' => 'utf8',
6787 ));
6788
6789 $connection->insert('field_revision_field_float')
6790 ->fields(array(
6791   'entity_type',
6792   'bundle',
6793   'deleted',
6794   'entity_id',
6795   'revision_id',
6796   'language',
6797   'delta',
6798   'field_float_value',
6799 ))
6800 ->values(array(
6801   'entity_type' => 'node',
6802   'bundle' => 'test_content_type',
6803   'deleted' => '0',
6804   'entity_id' => '1',
6805   'revision_id' => '1',
6806   'language' => 'und',
6807   'delta' => '0',
6808   'field_float_value' => '1',
6809 ))
6810 ->execute();
6811
6812 $connection->schema()->createTable('field_revision_field_image', array(
6813   'fields' => array(
6814     'entity_type' => array(
6815       'type' => 'varchar',
6816       'not null' => TRUE,
6817       'length' => '128',
6818       'default' => '',
6819     ),
6820     'bundle' => array(
6821       'type' => 'varchar',
6822       'not null' => TRUE,
6823       'length' => '128',
6824       'default' => '',
6825     ),
6826     'deleted' => array(
6827       'type' => 'int',
6828       'not null' => TRUE,
6829       'size' => 'normal',
6830       'default' => '0',
6831     ),
6832     'entity_id' => array(
6833       'type' => 'int',
6834       'not null' => TRUE,
6835       'size' => 'normal',
6836       'unsigned' => TRUE,
6837     ),
6838     'revision_id' => array(
6839       'type' => 'int',
6840       'not null' => TRUE,
6841       'size' => 'normal',
6842       'unsigned' => TRUE,
6843     ),
6844     'language' => array(
6845       'type' => 'varchar',
6846       'not null' => TRUE,
6847       'length' => '32',
6848       'default' => '',
6849     ),
6850     'delta' => array(
6851       'type' => 'int',
6852       'not null' => TRUE,
6853       'size' => 'normal',
6854       'unsigned' => TRUE,
6855     ),
6856     'field_image_fid' => array(
6857       'type' => 'int',
6858       'not null' => FALSE,
6859       'size' => 'normal',
6860       'unsigned' => TRUE,
6861     ),
6862     'field_image_alt' => array(
6863       'type' => 'varchar',
6864       'not null' => FALSE,
6865       'length' => '512',
6866     ),
6867     'field_image_title' => array(
6868       'type' => 'varchar',
6869       'not null' => FALSE,
6870       'length' => '1024',
6871     ),
6872     'field_image_width' => array(
6873       'type' => 'int',
6874       'not null' => FALSE,
6875       'size' => 'normal',
6876       'unsigned' => TRUE,
6877     ),
6878     'field_image_height' => array(
6879       'type' => 'int',
6880       'not null' => FALSE,
6881       'size' => 'normal',
6882       'unsigned' => TRUE,
6883     ),
6884   ),
6885   'primary key' => array(
6886     'entity_type',
6887     'deleted',
6888     'entity_id',
6889     'revision_id',
6890     'language',
6891     'delta',
6892   ),
6893   'mysql_character_set' => 'utf8',
6894 ));
6895
6896 $connection->schema()->createTable('field_revision_field_images', array(
6897   'fields' => array(
6898     'entity_type' => array(
6899       'type' => 'varchar',
6900       'not null' => TRUE,
6901       'length' => '128',
6902       'default' => '',
6903     ),
6904     'bundle' => array(
6905       'type' => 'varchar',
6906       'not null' => TRUE,
6907       'length' => '128',
6908       'default' => '',
6909     ),
6910     'deleted' => array(
6911       'type' => 'int',
6912       'not null' => TRUE,
6913       'size' => 'normal',
6914       'default' => '0',
6915     ),
6916     'entity_id' => array(
6917       'type' => 'int',
6918       'not null' => TRUE,
6919       'size' => 'normal',
6920       'unsigned' => TRUE,
6921     ),
6922     'revision_id' => array(
6923       'type' => 'int',
6924       'not null' => TRUE,
6925       'size' => 'normal',
6926       'unsigned' => TRUE,
6927     ),
6928     'language' => array(
6929       'type' => 'varchar',
6930       'not null' => TRUE,
6931       'length' => '32',
6932       'default' => '',
6933     ),
6934     'delta' => array(
6935       'type' => 'int',
6936       'not null' => TRUE,
6937       'size' => 'normal',
6938       'unsigned' => TRUE,
6939     ),
6940     'field_images_fid' => array(
6941       'type' => 'int',
6942       'not null' => FALSE,
6943       'size' => 'normal',
6944       'unsigned' => TRUE,
6945     ),
6946     'field_images_alt' => array(
6947       'type' => 'varchar',
6948       'not null' => FALSE,
6949       'length' => '512',
6950     ),
6951     'field_images_title' => array(
6952       'type' => 'varchar',
6953       'not null' => FALSE,
6954       'length' => '1024',
6955     ),
6956     'field_images_width' => array(
6957       'type' => 'int',
6958       'not null' => FALSE,
6959       'size' => 'normal',
6960       'unsigned' => TRUE,
6961     ),
6962     'field_images_height' => array(
6963       'type' => 'int',
6964       'not null' => FALSE,
6965       'size' => 'normal',
6966       'unsigned' => TRUE,
6967     ),
6968   ),
6969   'primary key' => array(
6970     'entity_type',
6971     'deleted',
6972     'entity_id',
6973     'revision_id',
6974     'language',
6975     'delta',
6976   ),
6977   'mysql_character_set' => 'utf8',
6978 ));
6979
6980 $connection->insert('field_revision_field_images')
6981 ->fields(array(
6982   'entity_type',
6983   'bundle',
6984   'deleted',
6985   'entity_id',
6986   'revision_id',
6987   'language',
6988   'delta',
6989   'field_images_fid',
6990   'field_images_alt',
6991   'field_images_title',
6992   'field_images_width',
6993   'field_images_height',
6994 ))
6995 ->values(array(
6996   'entity_type' => 'node',
6997   'bundle' => 'test_content_type',
6998   'deleted' => '0',
6999   'entity_id' => '1',
7000   'revision_id' => '1',
7001   'language' => 'und',
7002   'delta' => '0',
7003   'field_images_fid' => '1',
7004   'field_images_alt' => 'alt text',
7005   'field_images_title' => 'title text',
7006   'field_images_width' => '93',
7007   'field_images_height' => '93',
7008 ))
7009 ->execute();
7010
7011 $connection->schema()->createTable('field_revision_field_integer', array(
7012   'fields' => array(
7013     'entity_type' => array(
7014       'type' => 'varchar',
7015       'not null' => TRUE,
7016       'length' => '128',
7017       'default' => '',
7018     ),
7019     'bundle' => array(
7020       'type' => 'varchar',
7021       'not null' => TRUE,
7022       'length' => '128',
7023       'default' => '',
7024     ),
7025     'deleted' => array(
7026       'type' => 'int',
7027       'not null' => TRUE,
7028       'size' => 'normal',
7029       'default' => '0',
7030     ),
7031     'entity_id' => array(
7032       'type' => 'int',
7033       'not null' => TRUE,
7034       'size' => 'normal',
7035       'unsigned' => TRUE,
7036     ),
7037     'revision_id' => array(
7038       'type' => 'int',
7039       'not null' => TRUE,
7040       'size' => 'normal',
7041       'unsigned' => TRUE,
7042     ),
7043     'language' => array(
7044       'type' => 'varchar',
7045       'not null' => TRUE,
7046       'length' => '32',
7047       'default' => '',
7048     ),
7049     'delta' => array(
7050       'type' => 'int',
7051       'not null' => TRUE,
7052       'size' => 'normal',
7053       'unsigned' => TRUE,
7054     ),
7055     'field_integer_value' => array(
7056       'type' => 'int',
7057       'not null' => FALSE,
7058       'size' => 'normal',
7059     ),
7060   ),
7061   'primary key' => array(
7062     'entity_type',
7063     'deleted',
7064     'entity_id',
7065     'revision_id',
7066     'language',
7067     'delta',
7068   ),
7069   'mysql_character_set' => 'utf8',
7070 ));
7071
7072 $connection->insert('field_revision_field_integer')
7073 ->fields(array(
7074   'entity_type',
7075   'bundle',
7076   'deleted',
7077   'entity_id',
7078   'revision_id',
7079   'language',
7080   'delta',
7081   'field_integer_value',
7082 ))
7083 ->values(array(
7084   'entity_type' => 'node',
7085   'bundle' => 'test_content_type',
7086   'deleted' => '0',
7087   'entity_id' => '1',
7088   'revision_id' => '1',
7089   'language' => 'und',
7090   'delta' => '0',
7091   'field_integer_value' => '5',
7092 ))
7093 ->values(array(
7094   'entity_type' => 'user',
7095   'bundle' => 'user',
7096   'deleted' => '0',
7097   'entity_id' => '2',
7098   'revision_id' => '2',
7099   'language' => 'und',
7100   'delta' => '0',
7101   'field_integer_value' => '99',
7102 ))
7103 ->values(array(
7104   'entity_type' => 'taxonomy_term',
7105   'bundle' => 'test_vocabulary',
7106   'deleted' => '0',
7107   'entity_id' => '4',
7108   'revision_id' => '4',
7109   'language' => 'und',
7110   'delta' => '0',
7111   'field_integer_value' => '6',
7112 ))
7113 ->execute();
7114
7115 $connection->schema()->createTable('field_revision_field_integer_list', array(
7116   'fields' => array(
7117     'entity_type' => array(
7118       'type' => 'varchar',
7119       'not null' => TRUE,
7120       'length' => '128',
7121       'default' => '',
7122     ),
7123     'bundle' => array(
7124       'type' => 'varchar',
7125       'not null' => TRUE,
7126       'length' => '128',
7127       'default' => '',
7128     ),
7129     'deleted' => array(
7130       'type' => 'int',
7131       'not null' => TRUE,
7132       'size' => 'normal',
7133       'default' => '0',
7134     ),
7135     'entity_id' => array(
7136       'type' => 'int',
7137       'not null' => TRUE,
7138       'size' => 'normal',
7139       'unsigned' => TRUE,
7140     ),
7141     'revision_id' => array(
7142       'type' => 'int',
7143       'not null' => TRUE,
7144       'size' => 'normal',
7145       'unsigned' => TRUE,
7146     ),
7147     'language' => array(
7148       'type' => 'varchar',
7149       'not null' => TRUE,
7150       'length' => '32',
7151       'default' => '',
7152     ),
7153     'delta' => array(
7154       'type' => 'int',
7155       'not null' => TRUE,
7156       'size' => 'normal',
7157       'unsigned' => TRUE,
7158     ),
7159     'field_integer_list_value' => array(
7160       'type' => 'int',
7161       'not null' => FALSE,
7162       'size' => 'normal',
7163     ),
7164   ),
7165   'primary key' => array(
7166     'entity_type',
7167     'deleted',
7168     'entity_id',
7169     'revision_id',
7170     'language',
7171     'delta',
7172   ),
7173   'mysql_character_set' => 'utf8',
7174 ));
7175
7176 $connection->insert('field_revision_field_integer_list')
7177 ->fields(array(
7178   'entity_type',
7179   'bundle',
7180   'deleted',
7181   'entity_id',
7182   'revision_id',
7183   'language',
7184   'delta',
7185   'field_integer_list_value',
7186 ))
7187 ->values(array(
7188   'entity_type' => 'node',
7189   'bundle' => 'test_content_type',
7190   'deleted' => '0',
7191   'entity_id' => '1',
7192   'revision_id' => '1',
7193   'language' => 'und',
7194   'delta' => '0',
7195   'field_integer_list_value' => '7',
7196 ))
7197 ->execute();
7198
7199 $connection->schema()->createTable('field_revision_field_link', array(
7200   'fields' => array(
7201     'entity_type' => array(
7202       'type' => 'varchar',
7203       'not null' => TRUE,
7204       'length' => '128',
7205       'default' => '',
7206     ),
7207     'bundle' => array(
7208       'type' => 'varchar',
7209       'not null' => TRUE,
7210       'length' => '128',
7211       'default' => '',
7212     ),
7213     'deleted' => array(
7214       'type' => 'int',
7215       'not null' => TRUE,
7216       'size' => 'normal',
7217       'default' => '0',
7218     ),
7219     'entity_id' => array(
7220       'type' => 'int',
7221       'not null' => TRUE,
7222       'size' => 'normal',
7223       'unsigned' => TRUE,
7224     ),
7225     'revision_id' => array(
7226       'type' => 'int',
7227       'not null' => TRUE,
7228       'size' => 'normal',
7229       'unsigned' => TRUE,
7230     ),
7231     'language' => array(
7232       'type' => 'varchar',
7233       'not null' => TRUE,
7234       'length' => '32',
7235       'default' => '',
7236     ),
7237     'delta' => array(
7238       'type' => 'int',
7239       'not null' => TRUE,
7240       'size' => 'normal',
7241       'unsigned' => TRUE,
7242     ),
7243     'field_link_url' => array(
7244       'type' => 'varchar',
7245       'not null' => FALSE,
7246       'length' => '2048',
7247     ),
7248     'field_link_title' => array(
7249       'type' => 'varchar',
7250       'not null' => FALSE,
7251       'length' => '255',
7252     ),
7253     'field_link_attributes' => array(
7254       'type' => 'text',
7255       'not null' => FALSE,
7256       'size' => 'normal',
7257     ),
7258   ),
7259   'primary key' => array(
7260     'entity_type',
7261     'deleted',
7262     'entity_id',
7263     'revision_id',
7264     'language',
7265     'delta',
7266   ),
7267   'mysql_character_set' => 'utf8',
7268 ));
7269
7270 $connection->insert('field_revision_field_link')
7271 ->fields(array(
7272   'entity_type',
7273   'bundle',
7274   'deleted',
7275   'entity_id',
7276   'revision_id',
7277   'language',
7278   'delta',
7279   'field_link_url',
7280   'field_link_title',
7281   'field_link_attributes',
7282 ))
7283 ->values(array(
7284   'entity_type' => 'node',
7285   'bundle' => 'test_content_type',
7286   'deleted' => '0',
7287   'entity_id' => '1',
7288   'revision_id' => '1',
7289   'language' => 'und',
7290   'delta' => '0',
7291   'field_link_url' => 'http://google.com',
7292   'field_link_title' => 'Click Here',
7293   'field_link_attributes' => 'a:1:{s:5:"title";s:10:"Click Here";}',
7294 ))
7295 ->values(array(
7296   'entity_type' => 'node',
7297   'bundle' => 'article',
7298   'deleted' => '0',
7299   'entity_id' => '2',
7300   'revision_id' => '2',
7301   'language' => 'und',
7302   'delta' => '0',
7303   'field_link_url' => '<front>',
7304   'field_link_title' => 'Home',
7305   'field_link_attributes' => 'a:0:{}',
7306 ))
7307 ->values(array(
7308   'entity_type' => 'node',
7309   'bundle' => 'article',
7310   'deleted' => '0',
7311   'entity_id' => '3',
7312   'revision_id' => '3',
7313   'language' => 'und',
7314   'delta' => '0',
7315   'field_link_url' => '<front>',
7316   'field_link_title' => 'Home',
7317   'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
7318 ))
7319 ->execute();
7320
7321 $connection->schema()->createTable('field_revision_field_long_text', array(
7322   'fields' => array(
7323     'entity_type' => array(
7324       'type' => 'varchar',
7325       'not null' => TRUE,
7326       'length' => '128',
7327       'default' => '',
7328     ),
7329     'bundle' => array(
7330       'type' => 'varchar',
7331       'not null' => TRUE,
7332       'length' => '128',
7333       'default' => '',
7334     ),
7335     'deleted' => array(
7336       'type' => 'int',
7337       'not null' => TRUE,
7338       'size' => 'normal',
7339       'default' => '0',
7340     ),
7341     'entity_id' => array(
7342       'type' => 'int',
7343       'not null' => TRUE,
7344       'size' => 'normal',
7345       'unsigned' => TRUE,
7346     ),
7347     'revision_id' => array(
7348       'type' => 'int',
7349       'not null' => TRUE,
7350       'size' => 'normal',
7351       'unsigned' => TRUE,
7352     ),
7353     'language' => array(
7354       'type' => 'varchar',
7355       'not null' => TRUE,
7356       'length' => '32',
7357       'default' => '',
7358     ),
7359     'delta' => array(
7360       'type' => 'int',
7361       'not null' => TRUE,
7362       'size' => 'normal',
7363       'unsigned' => TRUE,
7364     ),
7365     'field_long_text_value' => array(
7366       'type' => 'text',
7367       'not null' => FALSE,
7368       'size' => 'normal',
7369     ),
7370     'field_long_text_summary' => array(
7371       'type' => 'text',
7372       'not null' => FALSE,
7373       'size' => 'normal',
7374     ),
7375     'field_long_text_format' => array(
7376       'type' => 'varchar',
7377       'not null' => FALSE,
7378       'length' => '255',
7379     ),
7380   ),
7381   'primary key' => array(
7382     'entity_type',
7383     'deleted',
7384     'entity_id',
7385     'revision_id',
7386     'language',
7387     'delta',
7388   ),
7389   'mysql_character_set' => 'utf8',
7390 ));
7391
7392 $connection->schema()->createTable('field_revision_field_node_entityreference', array(
7393   'fields' => array(
7394     'entity_type' => array(
7395       'type' => 'varchar',
7396       'not null' => TRUE,
7397       'length' => '128',
7398       'default' => '',
7399     ),
7400     'bundle' => array(
7401       'type' => 'varchar',
7402       'not null' => TRUE,
7403       'length' => '128',
7404       'default' => '',
7405     ),
7406     'deleted' => array(
7407       'type' => 'int',
7408       'not null' => TRUE,
7409       'size' => 'tiny',
7410       'default' => '0',
7411     ),
7412     'entity_id' => array(
7413       'type' => 'int',
7414       'not null' => TRUE,
7415       'size' => 'normal',
7416       'unsigned' => TRUE,
7417     ),
7418     'revision_id' => array(
7419       'type' => 'int',
7420       'not null' => TRUE,
7421       'size' => 'normal',
7422       'unsigned' => TRUE,
7423     ),
7424     'language' => array(
7425       'type' => 'varchar',
7426       'not null' => TRUE,
7427       'length' => '32',
7428       'default' => '',
7429     ),
7430     'delta' => array(
7431       'type' => 'int',
7432       'not null' => TRUE,
7433       'size' => 'normal',
7434       'unsigned' => TRUE,
7435     ),
7436     'field_node_entityreference_target_id' => array(
7437       'type' => 'int',
7438       'not null' => TRUE,
7439       'size' => 'normal',
7440       'unsigned' => TRUE,
7441     ),
7442   ),
7443   'primary key' => array(
7444     'entity_type',
7445     'entity_id',
7446     'revision_id',
7447     'deleted',
7448     'delta',
7449     'language',
7450   ),
7451   'indexes' => array(
7452     'entity_type' => array(
7453       'entity_type',
7454     ),
7455     'bundle' => array(
7456       'bundle',
7457     ),
7458     'deleted' => array(
7459       'deleted',
7460     ),
7461     'entity_id' => array(
7462       'entity_id',
7463     ),
7464     'revision_id' => array(
7465       'revision_id',
7466     ),
7467     'language' => array(
7468       'language',
7469     ),
7470     'field_node_entityreference_target_id' => array(
7471       'field_node_entityreference_target_id',
7472     ),
7473   ),
7474   'mysql_character_set' => 'utf8',
7475 ));
7476
7477 $connection->insert('field_revision_field_node_entityreference')
7478 ->fields(array(
7479   'entity_type',
7480   'bundle',
7481   'deleted',
7482   'entity_id',
7483   'revision_id',
7484   'language',
7485   'delta',
7486   'field_node_entityreference_target_id',
7487 ))
7488 ->values(array(
7489   'entity_type' => 'node',
7490   'bundle' => 'test_content_type',
7491   'deleted' => '0',
7492   'entity_id' => '1',
7493   'revision_id' => '1',
7494   'language' => 'und',
7495   'delta' => '0',
7496   'field_node_entityreference_target_id' => '2',
7497 ))
7498 ->execute();
7499
7500 $connection->schema()->createTable('field_revision_field_phone', array(
7501   'fields' => array(
7502     'entity_type' => array(
7503       'type' => 'varchar',
7504       'not null' => TRUE,
7505       'length' => '128',
7506       'default' => '',
7507     ),
7508     'bundle' => array(
7509       'type' => 'varchar',
7510       'not null' => TRUE,
7511       'length' => '128',
7512       'default' => '',
7513     ),
7514     'deleted' => array(
7515       'type' => 'int',
7516       'not null' => TRUE,
7517       'size' => 'normal',
7518       'default' => '0',
7519     ),
7520     'entity_id' => array(
7521       'type' => 'int',
7522       'not null' => TRUE,
7523       'size' => 'normal',
7524       'unsigned' => TRUE,
7525     ),
7526     'revision_id' => array(
7527       'type' => 'int',
7528       'not null' => TRUE,
7529       'size' => 'normal',
7530       'unsigned' => TRUE,
7531     ),
7532     'language' => array(
7533       'type' => 'varchar',
7534       'not null' => TRUE,
7535       'length' => '32',
7536       'default' => '',
7537     ),
7538     'delta' => array(
7539       'type' => 'int',
7540       'not null' => TRUE,
7541       'size' => 'normal',
7542       'unsigned' => TRUE,
7543     ),
7544     'field_phone_value' => array(
7545       'type' => 'varchar',
7546       'not null' => FALSE,
7547       'length' => '255',
7548     ),
7549   ),
7550   'primary key' => array(
7551     'entity_type',
7552     'deleted',
7553     'entity_id',
7554     'revision_id',
7555     'language',
7556     'delta',
7557   ),
7558   'mysql_character_set' => 'utf8',
7559 ));
7560
7561 $connection->insert('field_revision_field_phone')
7562 ->fields(array(
7563   'entity_type',
7564   'bundle',
7565   'deleted',
7566   'entity_id',
7567   'revision_id',
7568   'language',
7569   'delta',
7570   'field_phone_value',
7571 ))
7572 ->values(array(
7573   'entity_type' => 'node',
7574   'bundle' => 'test_content_type',
7575   'deleted' => '0',
7576   'entity_id' => '1',
7577   'revision_id' => '1',
7578   'language' => 'und',
7579   'delta' => '0',
7580   'field_phone_value' => '99-99-99-99',
7581 ))
7582 ->execute();
7583
7584 $connection->schema()->createTable('field_revision_field_tags', array(
7585   'fields' => array(
7586     'entity_type' => array(
7587       'type' => 'varchar',
7588       'not null' => TRUE,
7589       'length' => '128',
7590       'default' => '',
7591     ),
7592     'bundle' => array(
7593       'type' => 'varchar',
7594       'not null' => TRUE,
7595       'length' => '128',
7596       'default' => '',
7597     ),
7598     'deleted' => array(
7599       'type' => 'int',
7600       'not null' => TRUE,
7601       'size' => 'normal',
7602       'default' => '0',
7603     ),
7604     'entity_id' => array(
7605       'type' => 'int',
7606       'not null' => TRUE,
7607       'size' => 'normal',
7608       'unsigned' => TRUE,
7609     ),
7610     'revision_id' => array(
7611       'type' => 'int',
7612       'not null' => TRUE,
7613       'size' => 'normal',
7614       'unsigned' => TRUE,
7615     ),
7616     'language' => array(
7617       'type' => 'varchar',
7618       'not null' => TRUE,
7619       'length' => '32',
7620       'default' => '',
7621     ),
7622     'delta' => array(
7623       'type' => 'int',
7624       'not null' => TRUE,
7625       'size' => 'normal',
7626       'unsigned' => TRUE,
7627     ),
7628     'field_tags_tid' => array(
7629       'type' => 'int',
7630       'not null' => FALSE,
7631       'size' => 'normal',
7632       'unsigned' => TRUE,
7633     ),
7634   ),
7635   'primary key' => array(
7636     'entity_type',
7637     'deleted',
7638     'entity_id',
7639     'revision_id',
7640     'language',
7641     'delta',
7642   ),
7643   'mysql_character_set' => 'utf8',
7644 ));
7645
7646 $connection->insert('field_revision_field_tags')
7647 ->fields(array(
7648   'entity_type',
7649   'bundle',
7650   'deleted',
7651   'entity_id',
7652   'revision_id',
7653   'language',
7654   'delta',
7655   'field_tags_tid',
7656 ))
7657 ->values(array(
7658   'entity_type' => 'node',
7659   'bundle' => 'article',
7660   'deleted' => '0',
7661   'entity_id' => '2',
7662   'revision_id' => '2',
7663   'language' => 'und',
7664   'delta' => '0',
7665   'field_tags_tid' => '9',
7666 ))
7667 ->values(array(
7668   'entity_type' => 'node',
7669   'bundle' => 'article',
7670   'deleted' => '0',
7671   'entity_id' => '2',
7672   'revision_id' => '2',
7673   'language' => 'und',
7674   'delta' => '1',
7675   'field_tags_tid' => '14',
7676 ))
7677 ->values(array(
7678   'entity_type' => 'node',
7679   'bundle' => 'article',
7680   'deleted' => '0',
7681   'entity_id' => '2',
7682   'revision_id' => '2',
7683   'language' => 'und',
7684   'delta' => '2',
7685   'field_tags_tid' => '17',
7686 ))
7687 ->values(array(
7688   'entity_type' => 'node',
7689   'bundle' => 'article',
7690   'deleted' => '0',
7691   'entity_id' => '3',
7692   'revision_id' => '3',
7693   'language' => 'und',
7694   'delta' => '0',
7695   'field_tags_tid' => '9',
7696 ))
7697 ->values(array(
7698   'entity_type' => 'node',
7699   'bundle' => 'article',
7700   'deleted' => '0',
7701   'entity_id' => '3',
7702   'revision_id' => '3',
7703   'language' => 'und',
7704   'delta' => '1',
7705   'field_tags_tid' => '14',
7706 ))
7707 ->values(array(
7708   'entity_type' => 'node',
7709   'bundle' => 'article',
7710   'deleted' => '0',
7711   'entity_id' => '3',
7712   'revision_id' => '3',
7713   'language' => 'und',
7714   'delta' => '2',
7715   'field_tags_tid' => '17',
7716 ))
7717 ->execute();
7718
7719 $connection->schema()->createTable('field_revision_field_term_entityreference', array(
7720   'fields' => array(
7721     'entity_type' => array(
7722       'type' => 'varchar',
7723       'not null' => TRUE,
7724       'length' => '128',
7725       'default' => '',
7726     ),
7727     'bundle' => array(
7728       'type' => 'varchar',
7729       'not null' => TRUE,
7730       'length' => '128',
7731       'default' => '',
7732     ),
7733     'deleted' => array(
7734       'type' => 'int',
7735       'not null' => TRUE,
7736       'size' => 'tiny',
7737       'default' => '0',
7738     ),
7739     'entity_id' => array(
7740       'type' => 'int',
7741       'not null' => TRUE,
7742       'size' => 'normal',
7743       'unsigned' => TRUE,
7744     ),
7745     'revision_id' => array(
7746       'type' => 'int',
7747       'not null' => TRUE,
7748       'size' => 'normal',
7749       'unsigned' => TRUE,
7750     ),
7751     'language' => array(
7752       'type' => 'varchar',
7753       'not null' => TRUE,
7754       'length' => '32',
7755       'default' => '',
7756     ),
7757     'delta' => array(
7758       'type' => 'int',
7759       'not null' => TRUE,
7760       'size' => 'normal',
7761       'unsigned' => TRUE,
7762     ),
7763     'field_term_entityreference_target_id' => array(
7764       'type' => 'int',
7765       'not null' => TRUE,
7766       'size' => 'normal',
7767       'unsigned' => TRUE,
7768     ),
7769   ),
7770   'primary key' => array(
7771     'entity_type',
7772     'entity_id',
7773     'revision_id',
7774     'deleted',
7775     'delta',
7776     'language',
7777   ),
7778   'indexes' => array(
7779     'entity_type' => array(
7780       'entity_type',
7781     ),
7782     'bundle' => array(
7783       'bundle',
7784     ),
7785     'deleted' => array(
7786       'deleted',
7787     ),
7788     'entity_id' => array(
7789       'entity_id',
7790     ),
7791     'revision_id' => array(
7792       'revision_id',
7793     ),
7794     'language' => array(
7795       'language',
7796     ),
7797     'field_term_entityreference_target_id' => array(
7798       'field_term_entityreference_target_id',
7799     ),
7800   ),
7801   'mysql_character_set' => 'utf8',
7802 ));
7803
7804 $connection->insert('field_revision_field_term_entityreference')
7805 ->fields(array(
7806   'entity_type',
7807   'bundle',
7808   'deleted',
7809   'entity_id',
7810   'revision_id',
7811   'language',
7812   'delta',
7813   'field_term_entityreference_target_id',
7814 ))
7815 ->values(array(
7816   'entity_type' => 'node',
7817   'bundle' => 'test_content_type',
7818   'deleted' => '0',
7819   'entity_id' => '1',
7820   'revision_id' => '1',
7821   'language' => 'und',
7822   'delta' => '0',
7823   'field_term_entityreference_target_id' => '17',
7824 ))
7825 ->values(array(
7826   'entity_type' => 'node',
7827   'bundle' => 'test_content_type',
7828   'deleted' => '0',
7829   'entity_id' => '1',
7830   'revision_id' => '1',
7831   'language' => 'und',
7832   'delta' => '1',
7833   'field_term_entityreference_target_id' => '15',
7834 ))
7835 ->execute();
7836
7837 $connection->schema()->createTable('field_revision_field_term_reference', array(
7838   'fields' => array(
7839     'entity_type' => array(
7840       'type' => 'varchar',
7841       'not null' => TRUE,
7842       'length' => '128',
7843       'default' => '',
7844     ),
7845     'bundle' => array(
7846       'type' => 'varchar',
7847       'not null' => TRUE,
7848       'length' => '128',
7849       'default' => '',
7850     ),
7851     'deleted' => array(
7852       'type' => 'int',
7853       'not null' => TRUE,
7854       'size' => 'normal',
7855       'default' => '0',
7856     ),
7857     'entity_id' => array(
7858       'type' => 'int',
7859       'not null' => TRUE,
7860       'size' => 'normal',
7861       'unsigned' => TRUE,
7862     ),
7863     'revision_id' => array(
7864       'type' => 'int',
7865       'not null' => TRUE,
7866       'size' => 'normal',
7867       'unsigned' => TRUE,
7868     ),
7869     'language' => array(
7870       'type' => 'varchar',
7871       'not null' => TRUE,
7872       'length' => '32',
7873       'default' => '',
7874     ),
7875     'delta' => array(
7876       'type' => 'int',
7877       'not null' => TRUE,
7878       'size' => 'normal',
7879       'unsigned' => TRUE,
7880     ),
7881     'field_term_reference_tid' => array(
7882       'type' => 'int',
7883       'not null' => FALSE,
7884       'size' => 'normal',
7885       'unsigned' => TRUE,
7886     ),
7887   ),
7888   'primary key' => array(
7889     'entity_type',
7890     'deleted',
7891     'entity_id',
7892     'revision_id',
7893     'language',
7894     'delta',
7895   ),
7896   'mysql_character_set' => 'utf8',
7897 ));
7898
7899 $connection->insert('field_revision_field_term_reference')
7900 ->fields(array(
7901   'entity_type',
7902   'bundle',
7903   'deleted',
7904   'entity_id',
7905   'revision_id',
7906   'language',
7907   'delta',
7908   'field_term_reference_tid',
7909 ))
7910 ->values(array(
7911   'entity_type' => 'node',
7912   'bundle' => 'test_content_type',
7913   'deleted' => '0',
7914   'entity_id' => '1',
7915   'revision_id' => '1',
7916   'language' => 'und',
7917   'delta' => '0',
7918   'field_term_reference_tid' => '4',
7919 ))
7920 ->values(array(
7921   'entity_type' => 'taxonomy_term',
7922   'bundle' => 'test_vocabulary',
7923   'deleted' => '0',
7924   'entity_id' => '2',
7925   'revision_id' => '2',
7926   'language' => 'und',
7927   'delta' => '0',
7928   'field_term_reference_tid' => '3',
7929 ))
7930 ->execute();
7931
7932 $connection->schema()->createTable('field_revision_field_text', array(
7933   'fields' => array(
7934     'entity_type' => array(
7935       'type' => 'varchar',
7936       'not null' => TRUE,
7937       'length' => '128',
7938       'default' => '',
7939     ),
7940     'bundle' => array(
7941       'type' => 'varchar',
7942       'not null' => TRUE,
7943       'length' => '128',
7944       'default' => '',
7945     ),
7946     'deleted' => array(
7947       'type' => 'int',
7948       'not null' => TRUE,
7949       'size' => 'normal',
7950       'default' => '0',
7951     ),
7952     'entity_id' => array(
7953       'type' => 'int',
7954       'not null' => TRUE,
7955       'size' => 'normal',
7956       'unsigned' => TRUE,
7957     ),
7958     'revision_id' => array(
7959       'type' => 'int',
7960       'not null' => TRUE,
7961       'size' => 'normal',
7962       'unsigned' => TRUE,
7963     ),
7964     'language' => array(
7965       'type' => 'varchar',
7966       'not null' => TRUE,
7967       'length' => '32',
7968       'default' => '',
7969     ),
7970     'delta' => array(
7971       'type' => 'int',
7972       'not null' => TRUE,
7973       'size' => 'normal',
7974       'unsigned' => TRUE,
7975     ),
7976     'field_text_value' => array(
7977       'type' => 'varchar',
7978       'not null' => FALSE,
7979       'length' => '256',
7980     ),
7981     'field_text_format' => array(
7982       'type' => 'varchar',
7983       'not null' => FALSE,
7984       'length' => '255',
7985     ),
7986   ),
7987   'primary key' => array(
7988     'entity_type',
7989     'deleted',
7990     'entity_id',
7991     'revision_id',
7992     'language',
7993     'delta',
7994   ),
7995   'mysql_character_set' => 'utf8',
7996 ));
7997
7998 $connection->insert('field_revision_field_text')
7999 ->fields(array(
8000   'entity_type',
8001   'bundle',
8002   'deleted',
8003   'entity_id',
8004   'revision_id',
8005   'language',
8006   'delta',
8007   'field_text_value',
8008   'field_text_format',
8009 ))
8010 ->values(array(
8011   'entity_type' => 'node',
8012   'bundle' => 'test_content_type',
8013   'deleted' => '0',
8014   'entity_id' => '1',
8015   'revision_id' => '1',
8016   'language' => 'und',
8017   'delta' => '0',
8018   'field_text_value' => 'qwerty',
8019   'field_text_format' => NULL,
8020 ))
8021 ->execute();
8022
8023 $connection->schema()->createTable('field_revision_field_text_list', array(
8024   'fields' => array(
8025     'entity_type' => array(
8026       'type' => 'varchar',
8027       'not null' => TRUE,
8028       'length' => '128',
8029       'default' => '',
8030     ),
8031     'bundle' => array(
8032       'type' => 'varchar',
8033       'not null' => TRUE,
8034       'length' => '128',
8035       'default' => '',
8036     ),
8037     'deleted' => array(
8038       'type' => 'int',
8039       'not null' => TRUE,
8040       'size' => 'normal',
8041       'default' => '0',
8042     ),
8043     'entity_id' => array(
8044       'type' => 'int',
8045       'not null' => TRUE,
8046       'size' => 'normal',
8047       'unsigned' => TRUE,
8048     ),
8049     'revision_id' => array(
8050       'type' => 'int',
8051       'not null' => TRUE,
8052       'size' => 'normal',
8053       'unsigned' => TRUE,
8054     ),
8055     'language' => array(
8056       'type' => 'varchar',
8057       'not null' => TRUE,
8058       'length' => '32',
8059       'default' => '',
8060     ),
8061     'delta' => array(
8062       'type' => 'int',
8063       'not null' => TRUE,
8064       'size' => 'normal',
8065       'unsigned' => TRUE,
8066     ),
8067     'field_text_list_value' => array(
8068       'type' => 'varchar',
8069       'not null' => FALSE,
8070       'length' => '255',
8071     ),
8072   ),
8073   'primary key' => array(
8074     'entity_type',
8075     'deleted',
8076     'entity_id',
8077     'revision_id',
8078     'language',
8079     'delta',
8080   ),
8081   'mysql_character_set' => 'utf8',
8082 ));
8083
8084 $connection->insert('field_revision_field_text_list')
8085 ->fields(array(
8086   'entity_type',
8087   'bundle',
8088   'deleted',
8089   'entity_id',
8090   'revision_id',
8091   'language',
8092   'delta',
8093   'field_text_list_value',
8094 ))
8095 ->values(array(
8096   'entity_type' => 'node',
8097   'bundle' => 'test_content_type',
8098   'deleted' => '0',
8099   'entity_id' => '1',
8100   'revision_id' => '1',
8101   'language' => 'und',
8102   'delta' => '0',
8103   'field_text_list_value' => 'Some more text',
8104 ))
8105 ->execute();
8106
8107 $connection->schema()->createTable('field_revision_field_user_entityreference', array(
8108   'fields' => array(
8109     'entity_type' => array(
8110       'type' => 'varchar',
8111       'not null' => TRUE,
8112       'length' => '128',
8113       'default' => '',
8114     ),
8115     'bundle' => array(
8116       'type' => 'varchar',
8117       'not null' => TRUE,
8118       'length' => '128',
8119       'default' => '',
8120     ),
8121     'deleted' => array(
8122       'type' => 'int',
8123       'not null' => TRUE,
8124       'size' => 'tiny',
8125       'default' => '0',
8126     ),
8127     'entity_id' => array(
8128       'type' => 'int',
8129       'not null' => TRUE,
8130       'size' => 'normal',
8131       'unsigned' => TRUE,
8132     ),
8133     'revision_id' => array(
8134       'type' => 'int',
8135       'not null' => TRUE,
8136       'size' => 'normal',
8137       'unsigned' => TRUE,
8138     ),
8139     'language' => array(
8140       'type' => 'varchar',
8141       'not null' => TRUE,
8142       'length' => '32',
8143       'default' => '',
8144     ),
8145     'delta' => array(
8146       'type' => 'int',
8147       'not null' => TRUE,
8148       'size' => 'normal',
8149       'unsigned' => TRUE,
8150     ),
8151     'field_user_entityreference_target_id' => array(
8152       'type' => 'int',
8153       'not null' => TRUE,
8154       'size' => 'normal',
8155       'unsigned' => TRUE,
8156     ),
8157   ),
8158   'primary key' => array(
8159     'entity_type',
8160     'entity_id',
8161     'revision_id',
8162     'deleted',
8163     'delta',
8164     'language',
8165   ),
8166   'indexes' => array(
8167     'entity_type' => array(
8168       'entity_type',
8169     ),
8170     'bundle' => array(
8171       'bundle',
8172     ),
8173     'deleted' => array(
8174       'deleted',
8175     ),
8176     'entity_id' => array(
8177       'entity_id',
8178     ),
8179     'revision_id' => array(
8180       'revision_id',
8181     ),
8182     'language' => array(
8183       'language',
8184     ),
8185     'field_user_entityreference_target_id' => array(
8186       'field_user_entityreference_target_id',
8187     ),
8188   ),
8189   'mysql_character_set' => 'utf8',
8190 ));
8191
8192 $connection->insert('field_revision_field_user_entityreference')
8193 ->fields(array(
8194   'entity_type',
8195   'bundle',
8196   'deleted',
8197   'entity_id',
8198   'revision_id',
8199   'language',
8200   'delta',
8201   'field_user_entityreference_target_id',
8202 ))
8203 ->values(array(
8204   'entity_type' => 'node',
8205   'bundle' => 'test_content_type',
8206   'deleted' => '0',
8207   'entity_id' => '1',
8208   'revision_id' => '1',
8209   'language' => 'und',
8210   'delta' => '0',
8211   'field_user_entityreference_target_id' => '2',
8212 ))
8213 ->execute();
8214
8215 $connection->schema()->createTable('field_revision_taxonomy_forums', array(
8216   'fields' => array(
8217     'entity_type' => array(
8218       'type' => 'varchar',
8219       'not null' => TRUE,
8220       'length' => '128',
8221       'default' => '',
8222     ),
8223     'bundle' => array(
8224       'type' => 'varchar',
8225       'not null' => TRUE,
8226       'length' => '128',
8227       'default' => '',
8228     ),
8229     'deleted' => array(
8230       'type' => 'int',
8231       'not null' => TRUE,
8232       'size' => 'normal',
8233       'default' => '0',
8234     ),
8235     'entity_id' => array(
8236       'type' => 'int',
8237       'not null' => TRUE,
8238       'size' => 'normal',
8239       'unsigned' => TRUE,
8240     ),
8241     'revision_id' => array(
8242       'type' => 'int',
8243       'not null' => TRUE,
8244       'size' => 'normal',
8245       'unsigned' => TRUE,
8246     ),
8247     'language' => array(
8248       'type' => 'varchar',
8249       'not null' => TRUE,
8250       'length' => '32',
8251       'default' => '',
8252     ),
8253     'delta' => array(
8254       'type' => 'int',
8255       'not null' => TRUE,
8256       'size' => 'normal',
8257       'unsigned' => TRUE,
8258     ),
8259     'taxonomy_forums_tid' => array(
8260       'type' => 'int',
8261       'not null' => FALSE,
8262       'size' => 'normal',
8263       'unsigned' => TRUE,
8264     ),
8265   ),
8266   'primary key' => array(
8267     'entity_type',
8268     'deleted',
8269     'entity_id',
8270     'revision_id',
8271     'language',
8272     'delta',
8273   ),
8274   'mysql_character_set' => 'utf8',
8275 ));
8276
8277 $connection->schema()->createTable('file_managed', array(
8278   'fields' => array(
8279     'fid' => array(
8280       'type' => 'serial',
8281       'not null' => TRUE,
8282       'size' => 'normal',
8283       'unsigned' => TRUE,
8284     ),
8285     'uid' => array(
8286       'type' => 'int',
8287       'not null' => TRUE,
8288       'size' => 'normal',
8289       'default' => '0',
8290       'unsigned' => TRUE,
8291     ),
8292     'filename' => array(
8293       'type' => 'varchar',
8294       'not null' => TRUE,
8295       'length' => '255',
8296       'default' => '',
8297     ),
8298     'uri' => array(
8299       'type' => 'varchar',
8300       'not null' => TRUE,
8301       'length' => '255',
8302       'default' => '',
8303     ),
8304     'filemime' => array(
8305       'type' => 'varchar',
8306       'not null' => TRUE,
8307       'length' => '255',
8308       'default' => '',
8309     ),
8310     'filesize' => array(
8311       'type' => 'int',
8312       'not null' => TRUE,
8313       'size' => 'normal',
8314       'default' => '0',
8315       'unsigned' => TRUE,
8316     ),
8317     'status' => array(
8318       'type' => 'int',
8319       'not null' => TRUE,
8320       'size' => 'normal',
8321       'default' => '0',
8322     ),
8323     'timestamp' => array(
8324       'type' => 'int',
8325       'not null' => TRUE,
8326       'size' => 'normal',
8327       'default' => '0',
8328       'unsigned' => TRUE,
8329     ),
8330   ),
8331   'primary key' => array(
8332     'fid',
8333   ),
8334   'mysql_character_set' => 'utf8',
8335 ));
8336
8337 $connection->insert('file_managed')
8338 ->fields(array(
8339   'fid',
8340   'uid',
8341   'filename',
8342   'uri',
8343   'filemime',
8344   'filesize',
8345   'status',
8346   'timestamp',
8347 ))
8348 ->values(array(
8349   'fid' => '1',
8350   'uid' => '1',
8351   'filename' => 'cube.jpeg',
8352   'uri' => 'public://cube.jpeg',
8353   'filemime' => 'image/jpeg',
8354   'filesize' => '3620',
8355   'status' => '1',
8356   'timestamp' => '1421727515',
8357 ))
8358 ->values(array(
8359   'fid' => '2',
8360   'uid' => '1',
8361   'filename' => 'ds9.txt',
8362   'uri' => 'public://ds9.txt',
8363   'filemime' => 'text/plain',
8364   'filesize' => '4720',
8365   'status' => '1',
8366   'timestamp' => '1421727516',
8367 ))
8368 ->execute();
8369
8370 $connection->schema()->createTable('file_usage', array(
8371   'fields' => array(
8372     'fid' => array(
8373       'type' => 'int',
8374       'not null' => TRUE,
8375       'size' => 'normal',
8376       'unsigned' => TRUE,
8377     ),
8378     'module' => array(
8379       'type' => 'varchar',
8380       'not null' => TRUE,
8381       'length' => '255',
8382       'default' => '',
8383     ),
8384     'type' => array(
8385       'type' => 'varchar',
8386       'not null' => TRUE,
8387       'length' => '64',
8388       'default' => '',
8389     ),
8390     'id' => array(
8391       'type' => 'int',
8392       'not null' => TRUE,
8393       'size' => 'normal',
8394       'default' => '0',
8395       'unsigned' => TRUE,
8396     ),
8397     'count' => array(
8398       'type' => 'int',
8399       'not null' => TRUE,
8400       'size' => 'normal',
8401       'default' => '0',
8402       'unsigned' => TRUE,
8403     ),
8404   ),
8405   'primary key' => array(
8406     'fid',
8407     'module',
8408     'type',
8409     'id',
8410   ),
8411   'mysql_character_set' => 'utf8',
8412 ));
8413
8414 $connection->insert('file_usage')
8415 ->fields(array(
8416   'fid',
8417   'module',
8418   'type',
8419   'id',
8420   'count',
8421 ))
8422 ->values(array(
8423   'fid' => '1',
8424   'module' => 'file',
8425   'type' => 'node',
8426   'id' => '1',
8427   'count' => '2',
8428 ))
8429 ->values(array(
8430   'fid' => '2',
8431   'module' => 'file',
8432   'type' => 'node',
8433   'id' => '1',
8434   'count' => '1',
8435 ))
8436 ->values(array(
8437   'fid' => '2',
8438   'module' => 'file',
8439   'type' => 'user',
8440   'id' => '2',
8441   'count' => '1',
8442 ))
8443 ->execute();
8444
8445 $connection->schema()->createTable('filter', array(
8446   'fields' => array(
8447     'format' => array(
8448       'type' => 'varchar',
8449       'not null' => TRUE,
8450       'length' => '255',
8451     ),
8452     'module' => array(
8453       'type' => 'varchar',
8454       'not null' => TRUE,
8455       'length' => '64',
8456       'default' => '',
8457     ),
8458     'name' => array(
8459       'type' => 'varchar',
8460       'not null' => TRUE,
8461       'length' => '32',
8462       'default' => '',
8463     ),
8464     'weight' => array(
8465       'type' => 'int',
8466       'not null' => TRUE,
8467       'size' => 'normal',
8468       'default' => '0',
8469     ),
8470     'status' => array(
8471       'type' => 'int',
8472       'not null' => TRUE,
8473       'size' => 'normal',
8474       'default' => '0',
8475     ),
8476     'settings' => array(
8477       'type' => 'blob',
8478       'not null' => FALSE,
8479       'size' => 'normal',
8480     ),
8481   ),
8482   'primary key' => array(
8483     'format',
8484     'name',
8485   ),
8486   'mysql_character_set' => 'utf8',
8487 ));
8488
8489 $connection->insert('filter')
8490 ->fields(array(
8491   'format',
8492   'module',
8493   'name',
8494   'weight',
8495   'status',
8496   'settings',
8497 ))
8498 ->values(array(
8499   'format' => 'custom_text_format',
8500   'module' => 'filter',
8501   'name' => 'filter_autop',
8502   'weight' => '0',
8503   'status' => '1',
8504   'settings' => 'a:0:{}',
8505 ))
8506 ->values(array(
8507   'format' => 'custom_text_format',
8508   'module' => 'filter',
8509   'name' => 'filter_html',
8510   'weight' => '-10',
8511   'status' => '1',
8512   '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;}',
8513 ))
8514 ->values(array(
8515   'format' => 'custom_text_format',
8516   'module' => 'filter',
8517   'name' => 'filter_htmlcorrector',
8518   'weight' => '10',
8519   'status' => '0',
8520   'settings' => 'a:0:{}',
8521 ))
8522 ->values(array(
8523   'format' => 'custom_text_format',
8524   'module' => 'filter',
8525   'name' => 'filter_html_escape',
8526   'weight' => '-10',
8527   'status' => '0',
8528   'settings' => 'a:0:{}',
8529 ))
8530 ->values(array(
8531   'format' => 'custom_text_format',
8532   'module' => 'filter',
8533   'name' => 'filter_url',
8534   'weight' => '0',
8535   'status' => '0',
8536   'settings' => 'a:1:{s:17:"filter_url_length";s:2:"72";}',
8537 ))
8538 ->values(array(
8539   'format' => 'filtered_html',
8540   'module' => 'filter',
8541   'name' => 'filter_autop',
8542   'weight' => '2',
8543   'status' => '1',
8544   'settings' => 'a:0:{}',
8545 ))
8546 ->values(array(
8547   'format' => 'filtered_html',
8548   'module' => 'filter',
8549   'name' => 'filter_html',
8550   'weight' => '1',
8551   'status' => '1',
8552   '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;}',
8553 ))
8554 ->values(array(
8555   'format' => 'filtered_html',
8556   'module' => 'filter',
8557   'name' => 'filter_htmlcorrector',
8558   'weight' => '10',
8559   'status' => '1',
8560   'settings' => 'a:0:{}',
8561 ))
8562 ->values(array(
8563   'format' => 'filtered_html',
8564   'module' => 'filter',
8565   'name' => 'filter_html_escape',
8566   'weight' => '-10',
8567   'status' => '0',
8568   'settings' => 'a:0:{}',
8569 ))
8570 ->values(array(
8571   'format' => 'filtered_html',
8572   'module' => 'filter',
8573   'name' => 'filter_url',
8574   'weight' => '0',
8575   'status' => '1',
8576   'settings' => 'a:1:{s:17:"filter_url_length";s:3:"128";}',
8577 ))
8578 ->values(array(
8579   'format' => 'full_html',
8580   'module' => 'filter',
8581   'name' => 'filter_autop',
8582   'weight' => '1',
8583   'status' => '1',
8584   'settings' => 'a:0:{}',
8585 ))
8586 ->values(array(
8587   'format' => 'full_html',
8588   'module' => 'filter',
8589   'name' => 'filter_html',
8590   'weight' => '-10',
8591   'status' => '0',
8592   '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;}',
8593 ))
8594 ->values(array(
8595   'format' => 'full_html',
8596   'module' => 'filter',
8597   'name' => 'filter_htmlcorrector',
8598   'weight' => '10',
8599   'status' => '1',
8600   'settings' => 'a:0:{}',
8601 ))
8602 ->values(array(
8603   'format' => 'full_html',
8604   'module' => 'filter',
8605   'name' => 'filter_html_escape',
8606   'weight' => '-10',
8607   'status' => '0',
8608   'settings' => 'a:0:{}',
8609 ))
8610 ->values(array(
8611   'format' => 'full_html',
8612   'module' => 'filter',
8613   'name' => 'filter_url',
8614   'weight' => '0',
8615   'status' => '1',
8616   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
8617 ))
8618 ->values(array(
8619   'format' => 'php_code',
8620   'module' => 'filter',
8621   'name' => 'filter_autop',
8622   'weight' => '0',
8623   'status' => '0',
8624   'settings' => 'a:0:{}',
8625 ))
8626 ->values(array(
8627   'format' => 'php_code',
8628   'module' => 'filter',
8629   'name' => 'filter_html',
8630   'weight' => '-10',
8631   'status' => '0',
8632   '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;}',
8633 ))
8634 ->values(array(
8635   'format' => 'php_code',
8636   'module' => 'filter',
8637   'name' => 'filter_htmlcorrector',
8638   'weight' => '10',
8639   'status' => '0',
8640   'settings' => 'a:0:{}',
8641 ))
8642 ->values(array(
8643   'format' => 'php_code',
8644   'module' => 'filter',
8645   'name' => 'filter_html_escape',
8646   'weight' => '-10',
8647   'status' => '0',
8648   'settings' => 'a:0:{}',
8649 ))
8650 ->values(array(
8651   'format' => 'php_code',
8652   'module' => 'filter',
8653   'name' => 'filter_url',
8654   'weight' => '0',
8655   'status' => '0',
8656   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
8657 ))
8658 ->values(array(
8659   'format' => 'php_code',
8660   'module' => 'php',
8661   'name' => 'php_code',
8662   'weight' => '0',
8663   'status' => '1',
8664   'settings' => 'a:0:{}',
8665 ))
8666 ->values(array(
8667   'format' => 'plain_text',
8668   'module' => 'filter',
8669   'name' => 'filter_autop',
8670   'weight' => '2',
8671   'status' => '1',
8672   'settings' => 'a:0:{}',
8673 ))
8674 ->values(array(
8675   'format' => 'plain_text',
8676   'module' => 'filter',
8677   'name' => 'filter_html',
8678   'weight' => '-10',
8679   'status' => '0',
8680   '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;}',
8681 ))
8682 ->values(array(
8683   'format' => 'plain_text',
8684   'module' => 'filter',
8685   'name' => 'filter_htmlcorrector',
8686   'weight' => '10',
8687   'status' => '0',
8688   'settings' => 'a:0:{}',
8689 ))
8690 ->values(array(
8691   'format' => 'plain_text',
8692   'module' => 'filter',
8693   'name' => 'filter_html_escape',
8694   'weight' => '0',
8695   'status' => '1',
8696   'settings' => 'a:0:{}',
8697 ))
8698 ->values(array(
8699   'format' => 'plain_text',
8700   'module' => 'filter',
8701   'name' => 'filter_url',
8702   'weight' => '1',
8703   'status' => '1',
8704   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
8705 ))
8706 ->execute();
8707
8708 $connection->schema()->createTable('filter_format', array(
8709   'fields' => array(
8710     'format' => array(
8711       'type' => 'varchar',
8712       'not null' => TRUE,
8713       'length' => '255',
8714     ),
8715     'name' => array(
8716       'type' => 'varchar',
8717       'not null' => TRUE,
8718       'length' => '255',
8719       'default' => '',
8720     ),
8721     'cache' => array(
8722       'type' => 'int',
8723       'not null' => TRUE,
8724       'size' => 'normal',
8725       'default' => '0',
8726     ),
8727     'status' => array(
8728       'type' => 'int',
8729       'not null' => TRUE,
8730       'size' => 'normal',
8731       'default' => '1',
8732       'unsigned' => TRUE,
8733     ),
8734     'weight' => array(
8735       'type' => 'int',
8736       'not null' => TRUE,
8737       'size' => 'normal',
8738       'default' => '0',
8739     ),
8740   ),
8741   'primary key' => array(
8742     'format',
8743   ),
8744   'mysql_character_set' => 'utf8',
8745 ));
8746
8747 $connection->insert('filter_format')
8748 ->fields(array(
8749   'format',
8750   'name',
8751   'cache',
8752   'status',
8753   'weight',
8754 ))
8755 ->values(array(
8756   'format' => 'custom_text_format',
8757   'name' => 'Custom Text format',
8758   'cache' => '1',
8759   'status' => '1',
8760   'weight' => '0',
8761 ))
8762 ->values(array(
8763   'format' => 'filtered_html',
8764   'name' => 'Filtered HTML',
8765   'cache' => '1',
8766   'status' => '1',
8767   'weight' => '0',
8768 ))
8769 ->values(array(
8770   'format' => 'full_html',
8771   'name' => 'Full HTML',
8772   'cache' => '1',
8773   'status' => '1',
8774   'weight' => '1',
8775 ))
8776 ->values(array(
8777   'format' => 'php_code',
8778   'name' => 'PHP code',
8779   'cache' => '0',
8780   'status' => '1',
8781   'weight' => '11',
8782 ))
8783 ->values(array(
8784   'format' => 'plain_text',
8785   'name' => 'Plain text',
8786   'cache' => '1',
8787   'status' => '1',
8788   'weight' => '10',
8789 ))
8790 ->execute();
8791
8792 $connection->schema()->createTable('flood', array(
8793   'fields' => array(
8794     'fid' => array(
8795       'type' => 'serial',
8796       'not null' => TRUE,
8797       'size' => 'normal',
8798     ),
8799     'event' => array(
8800       'type' => 'varchar',
8801       'not null' => TRUE,
8802       'length' => '64',
8803       'default' => '',
8804     ),
8805     'identifier' => array(
8806       'type' => 'varchar',
8807       'not null' => TRUE,
8808       'length' => '128',
8809       'default' => '',
8810     ),
8811     'timestamp' => array(
8812       'type' => 'int',
8813       'not null' => TRUE,
8814       'size' => 'normal',
8815       'default' => '0',
8816     ),
8817     'expiration' => array(
8818       'type' => 'int',
8819       'not null' => TRUE,
8820       'size' => 'normal',
8821       'default' => '0',
8822     ),
8823   ),
8824   'primary key' => array(
8825     'fid',
8826   ),
8827   'mysql_character_set' => 'utf8',
8828 ));
8829
8830 $connection->schema()->createTable('forum', array(
8831   'fields' => array(
8832     'nid' => array(
8833       'type' => 'int',
8834       'not null' => TRUE,
8835       'size' => 'normal',
8836       'default' => '0',
8837       'unsigned' => TRUE,
8838     ),
8839     'vid' => array(
8840       'type' => 'int',
8841       'not null' => TRUE,
8842       'size' => 'normal',
8843       'default' => '0',
8844       'unsigned' => TRUE,
8845     ),
8846     'tid' => array(
8847       'type' => 'int',
8848       'not null' => TRUE,
8849       'size' => 'normal',
8850       'default' => '0',
8851       'unsigned' => TRUE,
8852     ),
8853   ),
8854   'primary key' => array(
8855     'vid',
8856   ),
8857   'mysql_character_set' => 'utf8',
8858 ));
8859
8860 $connection->schema()->createTable('forum_index', array(
8861   'fields' => array(
8862     'nid' => array(
8863       'type' => 'int',
8864       'not null' => TRUE,
8865       'size' => 'normal',
8866       'default' => '0',
8867       'unsigned' => TRUE,
8868     ),
8869     'title' => array(
8870       'type' => 'varchar',
8871       'not null' => TRUE,
8872       'length' => '255',
8873       'default' => '',
8874     ),
8875     'tid' => array(
8876       'type' => 'int',
8877       'not null' => TRUE,
8878       'size' => 'normal',
8879       'default' => '0',
8880       'unsigned' => TRUE,
8881     ),
8882     'sticky' => array(
8883       'type' => 'int',
8884       'not null' => FALSE,
8885       'size' => 'normal',
8886       'default' => '0',
8887     ),
8888     'created' => array(
8889       'type' => 'int',
8890       'not null' => TRUE,
8891       'size' => 'normal',
8892       'default' => '0',
8893       'unsigned' => TRUE,
8894     ),
8895     'last_comment_timestamp' => array(
8896       'type' => 'int',
8897       'not null' => TRUE,
8898       'size' => 'normal',
8899       'default' => '0',
8900     ),
8901     'comment_count' => array(
8902       'type' => 'int',
8903       'not null' => TRUE,
8904       'size' => 'normal',
8905       'default' => '0',
8906       'unsigned' => TRUE,
8907     ),
8908   ),
8909   'mysql_character_set' => 'utf8',
8910 ));
8911
8912 $connection->schema()->createTable('history', array(
8913   'fields' => array(
8914     'uid' => array(
8915       'type' => 'int',
8916       'not null' => TRUE,
8917       'size' => 'normal',
8918       'default' => '0',
8919     ),
8920     'nid' => array(
8921       'type' => 'int',
8922       'not null' => TRUE,
8923       'size' => 'normal',
8924       'default' => '0',
8925     ),
8926     'timestamp' => array(
8927       'type' => 'int',
8928       'not null' => TRUE,
8929       'size' => 'normal',
8930       'default' => '0',
8931     ),
8932   ),
8933   'primary key' => array(
8934     'uid',
8935     'nid',
8936   ),
8937   'mysql_character_set' => 'utf8',
8938 ));
8939
8940 $connection->schema()->createTable('image_effects', array(
8941   'fields' => array(
8942     'ieid' => array(
8943       'type' => 'serial',
8944       'not null' => TRUE,
8945       'size' => 'normal',
8946       'unsigned' => TRUE,
8947     ),
8948     'isid' => array(
8949       'type' => 'int',
8950       'not null' => TRUE,
8951       'size' => 'normal',
8952       'default' => '0',
8953       'unsigned' => TRUE,
8954     ),
8955     'weight' => array(
8956       'type' => 'int',
8957       'not null' => TRUE,
8958       'size' => 'normal',
8959       'default' => '0',
8960     ),
8961     'name' => array(
8962       'type' => 'varchar',
8963       'not null' => TRUE,
8964       'length' => '255',
8965     ),
8966     'data' => array(
8967       'type' => 'blob',
8968       'not null' => TRUE,
8969       'size' => 'normal',
8970     ),
8971   ),
8972   'primary key' => array(
8973     'ieid',
8974   ),
8975   'mysql_character_set' => 'utf8',
8976 ));
8977
8978 $connection->insert('image_effects')
8979 ->fields(array(
8980   'ieid',
8981   'isid',
8982   'weight',
8983   'name',
8984   'data',
8985 ))
8986 ->values(array(
8987   'ieid' => '3',
8988   'isid' => '1',
8989   'weight' => '1',
8990   'name' => 'image_scale_and_crop',
8991   'data' => 'a:2:{s:5:"width";s:2:"55";s:6:"height";s:2:"55";}',
8992 ))
8993 ->values(array(
8994   'ieid' => '4',
8995   'isid' => '1',
8996   'weight' => '2',
8997   'name' => 'image_desaturate',
8998   'data' => 'a:0:{}',
8999 ))
9000 ->values(array(
9001   'ieid' => '5',
9002   'isid' => '2',
9003   'weight' => '1',
9004   'name' => 'image_resize',
9005   'data' => 'a:2:{s:5:"width";s:2:"55";s:6:"height";s:3:"100";}',
9006 ))
9007 ->values(array(
9008   'ieid' => '6',
9009   'isid' => '2',
9010   'weight' => '2',
9011   'name' => 'image_rotate',
9012   'data' => 'a:3:{s:7:"degrees";s:2:"45";s:7:"bgcolor";s:7:"#FFFFFF";s:6:"random";i:0;}',
9013 ))
9014 ->values(array(
9015   'ieid' => '7',
9016   'isid' => '3',
9017   'weight' => '1',
9018   'name' => 'image_scale',
9019   'data' => 'a:3:{s:5:"width";s:3:"150";s:6:"height";s:0:"";s:7:"upscale";i:0;}',
9020 ))
9021 ->values(array(
9022   'ieid' => '8',
9023   'isid' => '3',
9024   'weight' => '2',
9025   'name' => 'image_crop',
9026   'data' => 'a:3:{s:5:"width";s:2:"50";s:6:"height";s:2:"50";s:6:"anchor";s:8:"left-top";}',
9027 ))
9028 ->execute();
9029
9030 $connection->schema()->createTable('image_styles', array(
9031   'fields' => array(
9032     'isid' => array(
9033       'type' => 'serial',
9034       'not null' => TRUE,
9035       'size' => 'normal',
9036       'unsigned' => TRUE,
9037     ),
9038     'name' => array(
9039       'type' => 'varchar',
9040       'not null' => TRUE,
9041       'length' => '255',
9042     ),
9043     'label' => array(
9044       'type' => 'varchar',
9045       'not null' => TRUE,
9046       'length' => '255',
9047       'default' => '',
9048     ),
9049   ),
9050   'primary key' => array(
9051     'isid',
9052   ),
9053   'mysql_character_set' => 'utf8',
9054 ));
9055
9056 $connection->insert('image_styles')
9057 ->fields(array(
9058   'isid',
9059   'name',
9060   'label',
9061 ))
9062 ->values(array(
9063   'isid' => '1',
9064   'name' => 'custom_image_style_1',
9065   'label' => 'Custom image style 1',
9066 ))
9067 ->values(array(
9068   'isid' => '2',
9069   'name' => 'custom_image_style_2',
9070   'label' => 'Custom image style 2',
9071 ))
9072 ->values(array(
9073   'isid' => '3',
9074   'name' => 'custom_image_style_3',
9075   'label' => 'Custom image style 3',
9076 ))
9077 ->execute();
9078
9079 $connection->schema()->createTable('languages', array(
9080   'fields' => array(
9081     'language' => array(
9082       'type' => 'varchar',
9083       'not null' => TRUE,
9084       'length' => '12',
9085       'default' => '',
9086     ),
9087     'name' => array(
9088       'type' => 'varchar',
9089       'not null' => TRUE,
9090       'length' => '64',
9091       'default' => '',
9092     ),
9093     'native' => array(
9094       'type' => 'varchar',
9095       'not null' => TRUE,
9096       'length' => '64',
9097       'default' => '',
9098     ),
9099     'direction' => array(
9100       'type' => 'int',
9101       'not null' => TRUE,
9102       'size' => 'normal',
9103       'default' => '0',
9104     ),
9105     'enabled' => array(
9106       'type' => 'int',
9107       'not null' => TRUE,
9108       'size' => 'normal',
9109       'default' => '0',
9110     ),
9111     'plurals' => array(
9112       'type' => 'int',
9113       'not null' => TRUE,
9114       'size' => 'normal',
9115       'default' => '0',
9116     ),
9117     'formula' => array(
9118       'type' => 'varchar',
9119       'not null' => TRUE,
9120       'length' => '255',
9121       'default' => '',
9122     ),
9123     'domain' => array(
9124       'type' => 'varchar',
9125       'not null' => TRUE,
9126       'length' => '128',
9127       'default' => '',
9128     ),
9129     'prefix' => array(
9130       'type' => 'varchar',
9131       'not null' => TRUE,
9132       'length' => '128',
9133       'default' => '',
9134     ),
9135     'weight' => array(
9136       'type' => 'int',
9137       'not null' => TRUE,
9138       'size' => 'normal',
9139       'default' => '0',
9140     ),
9141     'javascript' => array(
9142       'type' => 'varchar',
9143       'not null' => TRUE,
9144       'length' => '64',
9145       'default' => '',
9146     ),
9147   ),
9148   'primary key' => array(
9149     'language',
9150   ),
9151   'mysql_character_set' => 'utf8',
9152 ));
9153
9154 $connection->insert('languages')
9155 ->fields(array(
9156   'language',
9157   'name',
9158   'native',
9159   'direction',
9160   'enabled',
9161   'plurals',
9162   'formula',
9163   'domain',
9164   'prefix',
9165   'weight',
9166   'javascript',
9167 ))
9168 ->values(array(
9169   'language' => 'en',
9170   'name' => 'English',
9171   'native' => 'English',
9172   'direction' => '0',
9173   'enabled' => '1',
9174   'plurals' => '0',
9175   'formula' => '',
9176   'domain' => '',
9177   'prefix' => '',
9178   'weight' => '0',
9179   'javascript' => '',
9180 ))
9181 ->values(array(
9182   'language' => 'is',
9183   'name' => 'Icelandic',
9184   'native' => 'Íslenska',
9185   'direction' => '0',
9186   'enabled' => '1',
9187   'plurals' => '0',
9188   'formula' => '',
9189   'domain' => 'is.drupal.org',
9190   'prefix' => 'is',
9191   'weight' => '0',
9192   'javascript' => '',
9193 ))
9194 ->execute();
9195
9196 $connection->schema()->createTable('locales_source', array(
9197   'fields' => array(
9198     'lid' => array(
9199       'type' => 'serial',
9200       'not null' => TRUE,
9201       'size' => 'normal',
9202     ),
9203     'location' => array(
9204       'type' => 'text',
9205       'not null' => FALSE,
9206       'size' => 'normal',
9207     ),
9208     'textgroup' => array(
9209       'type' => 'varchar',
9210       'not null' => TRUE,
9211       'length' => '255',
9212       'default' => 'default',
9213     ),
9214     'source' => array(
9215       'type' => 'blob',
9216       'not null' => TRUE,
9217       'size' => 'normal',
9218     ),
9219     'context' => array(
9220       'type' => 'varchar',
9221       'not null' => TRUE,
9222       'length' => '255',
9223       'default' => '',
9224     ),
9225     'version' => array(
9226       'type' => 'varchar',
9227       'not null' => TRUE,
9228       'length' => '20',
9229       'default' => 'none',
9230     ),
9231   ),
9232   'primary key' => array(
9233     'lid',
9234   ),
9235   'mysql_character_set' => 'utf8',
9236 ));
9237
9238 $connection->insert('locales_source')
9239 ->fields(array(
9240   'lid',
9241   'location',
9242   'textgroup',
9243   'source',
9244   'context',
9245   'version',
9246 ))
9247 ->values(array(
9248   'lid' => '1',
9249   'location' => 'misc/drupal.js',
9250   'textgroup' => 'default',
9251   'source' => 'An AJAX HTTP error occurred.',
9252   'context' => '',
9253   'version' => 'none',
9254 ))
9255 ->values(array(
9256   'lid' => '2',
9257   'location' => 'misc/drupal.js',
9258   'textgroup' => 'default',
9259   'source' => 'HTTP Result Code: !status',
9260   'context' => '',
9261   'version' => 'none',
9262 ))
9263 ->values(array(
9264   'lid' => '3',
9265   'location' => 'misc/drupal.js',
9266   'textgroup' => 'default',
9267   'source' => 'An AJAX HTTP request terminated abnormally.',
9268   'context' => '',
9269   'version' => 'none',
9270 ))
9271 ->values(array(
9272   'lid' => '4',
9273   'location' => 'misc/drupal.js',
9274   'textgroup' => 'default',
9275   'source' => 'Debugging information follows.',
9276   'context' => '',
9277   'version' => 'none',
9278 ))
9279 ->values(array(
9280   'lid' => '5',
9281   'location' => 'misc/drupal.js',
9282   'textgroup' => 'default',
9283   'source' => 'Path: !uri',
9284   'context' => '',
9285   'version' => 'none',
9286 ))
9287 ->values(array(
9288   'lid' => '6',
9289   'location' => 'misc/drupal.js',
9290   'textgroup' => 'default',
9291   'source' => 'StatusText: !statusText',
9292   'context' => '',
9293   'version' => 'none',
9294 ))
9295 ->values(array(
9296   'lid' => '7',
9297   'location' => 'misc/drupal.js',
9298   'textgroup' => 'default',
9299   'source' => 'ResponseText: !responseText',
9300   'context' => '',
9301   'version' => 'none',
9302 ))
9303 ->values(array(
9304   'lid' => '8',
9305   'location' => 'misc/drupal.js',
9306   'textgroup' => 'default',
9307   'source' => 'ReadyState: !readyState',
9308   'context' => '',
9309   'version' => 'none',
9310 ))
9311 ->values(array(
9312   'lid' => '9',
9313   'location' => 'misc/collapse.js',
9314   'textgroup' => 'default',
9315   'source' => 'Hide',
9316   'context' => '',
9317   'version' => 'none',
9318 ))
9319 ->values(array(
9320   'lid' => '10',
9321   'location' => 'misc/collapse.js',
9322   'textgroup' => 'default',
9323   'source' => 'Show',
9324   'context' => '',
9325   'version' => 'none',
9326 ))
9327 ->values(array(
9328   'lid' => '11',
9329   'location' => 'modules/toolbar/toolbar.js',
9330   'textgroup' => 'default',
9331   'source' => 'Show shortcuts',
9332   'context' => '',
9333   'version' => 'none',
9334 ))
9335 ->values(array(
9336   'lid' => '12',
9337   'location' => 'modules/toolbar/toolbar.js',
9338   'textgroup' => 'default',
9339   'source' => 'Hide shortcuts',
9340   'context' => '',
9341   'version' => 'none',
9342 ))
9343 ->values(array(
9344   'lid' => '13',
9345   'location' => 'misc/machine-name.js',
9346   'textgroup' => 'default',
9347   'source' => 'Edit',
9348   'context' => '',
9349   'version' => 'none',
9350 ))
9351 ->values(array(
9352   'lid' => '14',
9353   'location' => 'modules/comment/comment-node-form.js',
9354   'textgroup' => 'default',
9355   'source' => '@number comments per page',
9356   'context' => '',
9357   'version' => 'none',
9358 ))
9359 ->values(array(
9360   'lid' => '15',
9361   'location' => 'misc/vertical-tabs.js',
9362   'textgroup' => 'default',
9363   'source' => '(active tab)',
9364   'context' => '',
9365   'version' => 'none',
9366 ))
9367 ->values(array(
9368   'lid' => '16',
9369   'location' => 'modules/node/content_types.js',
9370   'textgroup' => 'default',
9371   'source' => 'Requires a title',
9372   'context' => '',
9373   'version' => 'none',
9374 ))
9375 ->values(array(
9376   'lid' => '17',
9377   'location' => 'modules/node/content_types.js; modules/node/node.js',
9378   'textgroup' => 'default',
9379   'source' => 'Not published',
9380   'context' => '',
9381   'version' => 'none',
9382 ))
9383 ->values(array(
9384   'lid' => '18',
9385   'location' => 'modules/node/content_types.js',
9386   'textgroup' => 'default',
9387   'source' => "Don't display post information",
9388   'context' => '',
9389   'version' => 'none',
9390 ))
9391 ->values(array(
9392   'lid' => '19',
9393   'location' => 'misc/tabledrag.js',
9394   'textgroup' => 'default',
9395   'source' => 'Re-order rows by numerical weight instead of dragging.',
9396   'context' => '',
9397   'version' => 'none',
9398 ))
9399 ->values(array(
9400   'lid' => '20',
9401   'location' => 'misc/tabledrag.js',
9402   'textgroup' => 'default',
9403   'source' => 'Show row weights',
9404   'context' => '',
9405   'version' => 'none',
9406 ))
9407 ->values(array(
9408   'lid' => '21',
9409   'location' => 'misc/tabledrag.js',
9410   'textgroup' => 'default',
9411   'source' => 'Hide row weights',
9412   'context' => '',
9413   'version' => 'none',
9414 ))
9415 ->values(array(
9416   'lid' => '22',
9417   'location' => 'misc/tabledrag.js',
9418   'textgroup' => 'default',
9419   'source' => 'Drag to re-order',
9420   'context' => '',
9421   'version' => 'none',
9422 ))
9423 ->values(array(
9424   'lid' => '23',
9425   'location' => 'misc/tabledrag.js',
9426   'textgroup' => 'default',
9427   'source' => 'Changes made in this table will not be saved until the form is submitted.',
9428   'context' => '',
9429   'version' => 'none',
9430 ))
9431 ->values(array(
9432   'lid' => '24',
9433   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
9434   'textgroup' => 'default',
9435   'source' => 'Other',
9436   'context' => '',
9437   'version' => 'none',
9438 ))
9439 ->values(array(
9440   'lid' => '25',
9441   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
9442   'textgroup' => 'default',
9443   'source' => '@count year from now',
9444   'context' => '',
9445   'version' => 'none',
9446 ))
9447 ->values(array(
9448   'lid' => '26',
9449   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
9450   'textgroup' => 'default',
9451   'source' => '@count years from now',
9452   'context' => '',
9453   'version' => 'none',
9454 ))
9455 ->values(array(
9456   'lid' => '27',
9457   'location' => 'modules/file/file.js',
9458   'textgroup' => 'default',
9459   'source' => 'The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.',
9460   'context' => '',
9461   'version' => 'none',
9462 ))
9463 ->values(array(
9464   'lid' => '28',
9465   'location' => 'misc/ajax.js',
9466   'textgroup' => 'default',
9467   'source' => 'Please wait...',
9468   'context' => '',
9469   'version' => 'none',
9470 ))
9471 ->values(array(
9472   'lid' => '29',
9473   'location' => 'modules/field/modules/text/text.js',
9474   'textgroup' => 'default',
9475   'source' => 'Hide summary',
9476   'context' => '',
9477   'version' => 'none',
9478 ))
9479 ->values(array(
9480   'lid' => '30',
9481   'location' => 'modules/field/modules/text/text.js',
9482   'textgroup' => 'default',
9483   'source' => 'Edit summary',
9484   'context' => '',
9485   'version' => 'none',
9486 ))
9487 ->values(array(
9488   'lid' => '31',
9489   'location' => 'misc/autocomplete.js',
9490   'textgroup' => 'default',
9491   'source' => 'Autocomplete popup',
9492   'context' => '',
9493   'version' => 'none',
9494 ))
9495 ->values(array(
9496   'lid' => '32',
9497   'location' => 'misc/autocomplete.js',
9498   'textgroup' => 'default',
9499   'source' => 'Searching for matches...',
9500   'context' => '',
9501   'version' => 'none',
9502 ))
9503 ->values(array(
9504   'lid' => '33',
9505   'location' => 'modules/contextual/contextual.js',
9506   'textgroup' => 'default',
9507   'source' => 'Configure',
9508   'context' => '',
9509   'version' => 'none',
9510 ))
9511 ->values(array(
9512   'lid' => '34',
9513   'location' => 'misc/tableselect.js',
9514   'textgroup' => 'default',
9515   'source' => 'Select all rows in this table',
9516   'context' => '',
9517   'version' => 'none',
9518 ))
9519 ->values(array(
9520   'lid' => '35',
9521   'location' => 'misc/tableselect.js',
9522   'textgroup' => 'default',
9523   'source' => 'Deselect all rows in this table',
9524   'context' => '',
9525   'version' => 'none',
9526 ))
9527 ->values(array(
9528   'lid' => '36',
9529   'location' => 'modules/user/user.permissions.js',
9530   'textgroup' => 'default',
9531   'source' => 'This permission is inherited from the authenticated user role.',
9532   'context' => '',
9533   'version' => 'none',
9534 ))
9535 ->values(array(
9536   'lid' => '37',
9537   'location' => 'modules/filter/filter.admin.js',
9538   'textgroup' => 'default',
9539   'source' => 'Enabled',
9540   'context' => '',
9541   'version' => 'none',
9542 ))
9543 ->values(array(
9544   'lid' => '38',
9545   'location' => 'modules/filter/filter.admin.js',
9546   'textgroup' => 'default',
9547   'source' => 'Disabled',
9548   'context' => '',
9549   'version' => 'none',
9550 ))
9551 ->values(array(
9552   'lid' => '39',
9553   'location' => 'modules/menu/menu.js',
9554   'textgroup' => 'default',
9555   'source' => 'Not in menu',
9556   'context' => '',
9557   'version' => 'none',
9558 ))
9559 ->values(array(
9560   'lid' => '40',
9561   'location' => 'modules/book/book.js',
9562   'textgroup' => 'default',
9563   'source' => 'Not in book',
9564   'context' => '',
9565   'version' => 'none',
9566 ))
9567 ->values(array(
9568   'lid' => '41',
9569   'location' => 'modules/book/book.js',
9570   'textgroup' => 'default',
9571   'source' => 'New book',
9572   'context' => '',
9573   'version' => 'none',
9574 ))
9575 ->values(array(
9576   'lid' => '42',
9577   'location' => 'modules/node/node.js',
9578   'textgroup' => 'default',
9579   'source' => 'New revision',
9580   'context' => '',
9581   'version' => 'none',
9582 ))
9583 ->values(array(
9584   'lid' => '43',
9585   'location' => 'modules/node/node.js',
9586   'textgroup' => 'default',
9587   'source' => 'No revision',
9588   'context' => '',
9589   'version' => 'none',
9590 ))
9591 ->values(array(
9592   'lid' => '44',
9593   'location' => 'modules/node/node.js',
9594   'textgroup' => 'default',
9595   'source' => 'By @name on @date',
9596   'context' => '',
9597   'version' => 'none',
9598 ))
9599 ->values(array(
9600   'lid' => '45',
9601   'location' => 'modules/node/node.js',
9602   'textgroup' => 'default',
9603   'source' => 'By @name',
9604   'context' => '',
9605   'version' => 'none',
9606 ))
9607 ->values(array(
9608   'lid' => '46',
9609   'location' => 'modules/path/path.js',
9610   'textgroup' => 'default',
9611   'source' => 'Alias: @alias',
9612   'context' => '',
9613   'version' => 'none',
9614 ))
9615 ->values(array(
9616   'lid' => '47',
9617   'location' => 'modules/path/path.js',
9618   'textgroup' => 'default',
9619   'source' => 'No alias',
9620   'context' => '',
9621   'version' => 'none',
9622 ))
9623 ->values(array(
9624   'lid' => '48',
9625   'location' => 'misc/drupal.js',
9626   'textgroup' => 'default',
9627   'source' => 'CustomMessage: !customMessage',
9628   'context' => '',
9629   'version' => 'none',
9630 ))
9631 ->execute();
9632
9633 $connection->schema()->createTable('locales_target', array(
9634   'fields' => array(
9635     'lid' => array(
9636       'type' => 'int',
9637       'not null' => TRUE,
9638       'size' => 'normal',
9639       'default' => '0',
9640     ),
9641     'translation' => array(
9642       'type' => 'blob',
9643       'not null' => TRUE,
9644       'size' => 'normal',
9645     ),
9646     'language' => array(
9647       'type' => 'varchar',
9648       'not null' => TRUE,
9649       'length' => '12',
9650       'default' => '',
9651     ),
9652     'plid' => array(
9653       'type' => 'int',
9654       'not null' => TRUE,
9655       'size' => 'normal',
9656       'default' => '0',
9657     ),
9658     'plural' => array(
9659       'type' => 'int',
9660       'not null' => TRUE,
9661       'size' => 'normal',
9662       'default' => '0',
9663     ),
9664   ),
9665   'primary key' => array(
9666     'lid',
9667     'language',
9668     'plural',
9669   ),
9670   'mysql_character_set' => 'utf8',
9671 ));
9672
9673 $connection->schema()->createTable('menu_custom', array(
9674   'fields' => array(
9675     'menu_name' => array(
9676       'type' => 'varchar',
9677       'not null' => TRUE,
9678       'length' => '32',
9679       'default' => '',
9680     ),
9681     'title' => array(
9682       'type' => 'varchar',
9683       'not null' => TRUE,
9684       'length' => '255',
9685       'default' => '',
9686     ),
9687     'description' => array(
9688       'type' => 'text',
9689       'not null' => FALSE,
9690       'size' => 'normal',
9691     ),
9692   ),
9693   'primary key' => array(
9694     'menu_name',
9695   ),
9696   'mysql_character_set' => 'utf8',
9697 ));
9698
9699 $connection->insert('menu_custom')
9700 ->fields(array(
9701   'menu_name',
9702   'title',
9703   'description',
9704 ))
9705 ->values(array(
9706   'menu_name' => 'main-menu',
9707   'title' => 'Main menu',
9708   '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.',
9709 ))
9710 ->values(array(
9711   'menu_name' => 'management',
9712   'title' => 'Management',
9713   'description' => 'The <em>Management</em> menu contains links for administrative tasks.',
9714 ))
9715 ->values(array(
9716   'menu_name' => 'menu-test-menu',
9717   'title' => 'Test Menu',
9718   'description' => 'Test menu description.',
9719 ))
9720 ->values(array(
9721   'menu_name' => 'navigation',
9722   'title' => 'Navigation',
9723   '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.',
9724 ))
9725 ->values(array(
9726   'menu_name' => 'user-menu',
9727   'title' => 'User menu',
9728   'description' => "The <em>User</em> menu contains links related to the user's account, as well as the 'Log out' link.",
9729 ))
9730 ->execute();
9731
9732 $connection->schema()->createTable('menu_links', array(
9733   'fields' => array(
9734     'menu_name' => array(
9735       'type' => 'varchar',
9736       'not null' => TRUE,
9737       'length' => '32',
9738       'default' => '',
9739     ),
9740     'mlid' => array(
9741       'type' => 'serial',
9742       'not null' => TRUE,
9743       'size' => 'normal',
9744       'unsigned' => TRUE,
9745     ),
9746     'plid' => array(
9747       'type' => 'int',
9748       'not null' => TRUE,
9749       'size' => 'normal',
9750       'default' => '0',
9751       'unsigned' => TRUE,
9752     ),
9753     'link_path' => array(
9754       'type' => 'varchar',
9755       'not null' => TRUE,
9756       'length' => '255',
9757       'default' => '',
9758     ),
9759     'router_path' => array(
9760       'type' => 'varchar',
9761       'not null' => TRUE,
9762       'length' => '255',
9763       'default' => '',
9764     ),
9765     'link_title' => array(
9766       'type' => 'varchar',
9767       'not null' => TRUE,
9768       'length' => '255',
9769       'default' => '',
9770     ),
9771     'options' => array(
9772       'type' => 'blob',
9773       'not null' => FALSE,
9774       'size' => 'normal',
9775     ),
9776     'module' => array(
9777       'type' => 'varchar',
9778       'not null' => TRUE,
9779       'length' => '255',
9780       'default' => 'system',
9781     ),
9782     'hidden' => array(
9783       'type' => 'int',
9784       'not null' => TRUE,
9785       'size' => 'normal',
9786       'default' => '0',
9787     ),
9788     'external' => array(
9789       'type' => 'int',
9790       'not null' => TRUE,
9791       'size' => 'normal',
9792       'default' => '0',
9793     ),
9794     'has_children' => array(
9795       'type' => 'int',
9796       'not null' => TRUE,
9797       'size' => 'normal',
9798       'default' => '0',
9799     ),
9800     'expanded' => array(
9801       'type' => 'int',
9802       'not null' => TRUE,
9803       'size' => 'normal',
9804       'default' => '0',
9805     ),
9806     'weight' => array(
9807       'type' => 'int',
9808       'not null' => TRUE,
9809       'size' => 'normal',
9810       'default' => '0',
9811     ),
9812     'depth' => array(
9813       'type' => 'int',
9814       'not null' => TRUE,
9815       'size' => 'normal',
9816       'default' => '0',
9817     ),
9818     'customized' => array(
9819       'type' => 'int',
9820       'not null' => TRUE,
9821       'size' => 'normal',
9822       'default' => '0',
9823     ),
9824     'p1' => array(
9825       'type' => 'int',
9826       'not null' => TRUE,
9827       'size' => 'normal',
9828       'default' => '0',
9829       'unsigned' => TRUE,
9830     ),
9831     'p2' => array(
9832       'type' => 'int',
9833       'not null' => TRUE,
9834       'size' => 'normal',
9835       'default' => '0',
9836       'unsigned' => TRUE,
9837     ),
9838     'p3' => array(
9839       'type' => 'int',
9840       'not null' => TRUE,
9841       'size' => 'normal',
9842       'default' => '0',
9843       'unsigned' => TRUE,
9844     ),
9845     'p4' => array(
9846       'type' => 'int',
9847       'not null' => TRUE,
9848       'size' => 'normal',
9849       'default' => '0',
9850       'unsigned' => TRUE,
9851     ),
9852     'p5' => array(
9853       'type' => 'int',
9854       'not null' => TRUE,
9855       'size' => 'normal',
9856       'default' => '0',
9857       'unsigned' => TRUE,
9858     ),
9859     'p6' => array(
9860       'type' => 'int',
9861       'not null' => TRUE,
9862       'size' => 'normal',
9863       'default' => '0',
9864       'unsigned' => TRUE,
9865     ),
9866     'p7' => array(
9867       'type' => 'int',
9868       'not null' => TRUE,
9869       'size' => 'normal',
9870       'default' => '0',
9871       'unsigned' => TRUE,
9872     ),
9873     'p8' => array(
9874       'type' => 'int',
9875       'not null' => TRUE,
9876       'size' => 'normal',
9877       'default' => '0',
9878       'unsigned' => TRUE,
9879     ),
9880     'p9' => array(
9881       'type' => 'int',
9882       'not null' => TRUE,
9883       'size' => 'normal',
9884       'default' => '0',
9885       'unsigned' => TRUE,
9886     ),
9887     'updated' => array(
9888       'type' => 'int',
9889       'not null' => TRUE,
9890       'size' => 'normal',
9891       'default' => '0',
9892     ),
9893   ),
9894   'primary key' => array(
9895     'mlid',
9896   ),
9897   'mysql_character_set' => 'utf8',
9898 ));
9899
9900 $connection->insert('menu_links')
9901 ->fields(array(
9902   'menu_name',
9903   'mlid',
9904   'plid',
9905   'link_path',
9906   'router_path',
9907   'link_title',
9908   'options',
9909   'module',
9910   'hidden',
9911   'external',
9912   'has_children',
9913   'expanded',
9914   'weight',
9915   'depth',
9916   'customized',
9917   'p1',
9918   'p2',
9919   'p3',
9920   'p4',
9921   'p5',
9922   'p6',
9923   'p7',
9924   'p8',
9925   'p9',
9926   'updated',
9927 ))
9928 ->values(array(
9929   'menu_name' => 'management',
9930   'mlid' => '1',
9931   'plid' => '0',
9932   'link_path' => 'admin',
9933   'router_path' => 'admin',
9934   'link_title' => 'Administration',
9935   'options' => 'a:0:{}',
9936   'module' => 'system',
9937   'hidden' => '0',
9938   'external' => '0',
9939   'has_children' => '1',
9940   'expanded' => '0',
9941   'weight' => '9',
9942   'depth' => '1',
9943   'customized' => '0',
9944   'p1' => '1',
9945   'p2' => '0',
9946   'p3' => '0',
9947   'p4' => '0',
9948   'p5' => '0',
9949   'p6' => '0',
9950   'p7' => '0',
9951   'p8' => '0',
9952   'p9' => '0',
9953   'updated' => '0',
9954 ))
9955 ->values(array(
9956   'menu_name' => 'user-menu',
9957   'mlid' => '2',
9958   'plid' => '0',
9959   'link_path' => 'user',
9960   'router_path' => 'user',
9961   'link_title' => 'User account',
9962   'options' => 'a:1:{s:5:"alter";b:1;}',
9963   'module' => 'system',
9964   'hidden' => '0',
9965   'external' => '0',
9966   'has_children' => '0',
9967   'expanded' => '0',
9968   'weight' => '-10',
9969   'depth' => '1',
9970   'customized' => '0',
9971   'p1' => '2',
9972   'p2' => '0',
9973   'p3' => '0',
9974   'p4' => '0',
9975   'p5' => '0',
9976   'p6' => '0',
9977   'p7' => '0',
9978   'p8' => '0',
9979   'p9' => '0',
9980   'updated' => '0',
9981 ))
9982 ->values(array(
9983   'menu_name' => 'navigation',
9984   'mlid' => '3',
9985   'plid' => '0',
9986   'link_path' => 'comment/%',
9987   'router_path' => 'comment/%',
9988   'link_title' => 'Comment permalink',
9989   'options' => 'a:0:{}',
9990   'module' => 'system',
9991   'hidden' => '0',
9992   'external' => '0',
9993   'has_children' => '1',
9994   'expanded' => '0',
9995   'weight' => '0',
9996   'depth' => '1',
9997   'customized' => '0',
9998   'p1' => '3',
9999   'p2' => '0',
10000   'p3' => '0',
10001   'p4' => '0',
10002   'p5' => '0',
10003   'p6' => '0',
10004   'p7' => '0',
10005   'p8' => '0',
10006   'p9' => '0',
10007   'updated' => '0',
10008 ))
10009 ->values(array(
10010   'menu_name' => 'navigation',
10011   'mlid' => '4',
10012   'plid' => '0',
10013   'link_path' => 'filter/tips',
10014   'router_path' => 'filter/tips',
10015   'link_title' => 'Compose tips',
10016   'options' => 'a:0:{}',
10017   'module' => 'system',
10018   'hidden' => '1',
10019   'external' => '0',
10020   'has_children' => '1',
10021   'expanded' => '0',
10022   'weight' => '0',
10023   'depth' => '1',
10024   'customized' => '0',
10025   'p1' => '4',
10026   'p2' => '0',
10027   'p3' => '0',
10028   'p4' => '0',
10029   'p5' => '0',
10030   'p6' => '0',
10031   'p7' => '0',
10032   'p8' => '0',
10033   'p9' => '0',
10034   'updated' => '0',
10035 ))
10036 ->values(array(
10037   'menu_name' => 'navigation',
10038   'mlid' => '5',
10039   'plid' => '0',
10040   'link_path' => 'node/%',
10041   'router_path' => 'node/%',
10042   'link_title' => '',
10043   'options' => 'a:0:{}',
10044   'module' => 'system',
10045   'hidden' => '0',
10046   'external' => '0',
10047   'has_children' => '0',
10048   'expanded' => '0',
10049   'weight' => '0',
10050   'depth' => '1',
10051   'customized' => '0',
10052   'p1' => '5',
10053   'p2' => '0',
10054   'p3' => '0',
10055   'p4' => '0',
10056   'p5' => '0',
10057   'p6' => '0',
10058   'p7' => '0',
10059   'p8' => '0',
10060   'p9' => '0',
10061   'updated' => '0',
10062 ))
10063 ->values(array(
10064   'menu_name' => 'navigation',
10065   'mlid' => '6',
10066   'plid' => '0',
10067   'link_path' => 'node/add',
10068   'router_path' => 'node/add',
10069   'link_title' => 'Add content',
10070   'options' => 'a:0:{}',
10071   'module' => 'system',
10072   'hidden' => '0',
10073   'external' => '0',
10074   'has_children' => '1',
10075   'expanded' => '0',
10076   'weight' => '0',
10077   'depth' => '1',
10078   'customized' => '0',
10079   'p1' => '6',
10080   'p2' => '0',
10081   'p3' => '0',
10082   'p4' => '0',
10083   'p5' => '0',
10084   'p6' => '0',
10085   'p7' => '0',
10086   'p8' => '0',
10087   'p9' => '0',
10088   'updated' => '0',
10089 ))
10090 ->values(array(
10091   'menu_name' => 'management',
10092   'mlid' => '7',
10093   'plid' => '1',
10094   'link_path' => 'admin/appearance',
10095   'router_path' => 'admin/appearance',
10096   'link_title' => 'Appearance',
10097   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Select and configure your themes.";}}',
10098   'module' => 'system',
10099   'hidden' => '0',
10100   'external' => '0',
10101   'has_children' => '0',
10102   'expanded' => '0',
10103   'weight' => '-6',
10104   'depth' => '2',
10105   'customized' => '0',
10106   'p1' => '1',
10107   'p2' => '7',
10108   'p3' => '0',
10109   'p4' => '0',
10110   'p5' => '0',
10111   'p6' => '0',
10112   'p7' => '0',
10113   'p8' => '0',
10114   'p9' => '0',
10115   'updated' => '0',
10116 ))
10117 ->values(array(
10118   'menu_name' => 'management',
10119   'mlid' => '8',
10120   'plid' => '1',
10121   'link_path' => 'admin/config',
10122   'router_path' => 'admin/config',
10123   'link_title' => 'Configuration',
10124   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:20:"Administer settings.";}}',
10125   'module' => 'system',
10126   'hidden' => '0',
10127   'external' => '0',
10128   'has_children' => '1',
10129   'expanded' => '0',
10130   'weight' => '0',
10131   'depth' => '2',
10132   'customized' => '0',
10133   'p1' => '1',
10134   'p2' => '8',
10135   'p3' => '0',
10136   'p4' => '0',
10137   'p5' => '0',
10138   'p6' => '0',
10139   'p7' => '0',
10140   'p8' => '0',
10141   'p9' => '0',
10142   'updated' => '0',
10143 ))
10144 ->values(array(
10145   'menu_name' => 'management',
10146   'mlid' => '9',
10147   'plid' => '1',
10148   'link_path' => 'admin/content',
10149   'router_path' => 'admin/content',
10150   'link_title' => 'Content',
10151   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:32:"Administer content and comments.";}}',
10152   'module' => 'system',
10153   'hidden' => '0',
10154   'external' => '0',
10155   'has_children' => '1',
10156   'expanded' => '0',
10157   'weight' => '-10',
10158   'depth' => '2',
10159   'customized' => '0',
10160   'p1' => '1',
10161   'p2' => '9',
10162   'p3' => '0',
10163   'p4' => '0',
10164   'p5' => '0',
10165   'p6' => '0',
10166   'p7' => '0',
10167   'p8' => '0',
10168   'p9' => '0',
10169   'updated' => '0',
10170 ))
10171 ->values(array(
10172   'menu_name' => 'user-menu',
10173   'mlid' => '10',
10174   'plid' => '2',
10175   'link_path' => 'user/register',
10176   'router_path' => 'user/register',
10177   'link_title' => 'Create new account',
10178   'options' => 'a:0:{}',
10179   'module' => 'system',
10180   'hidden' => '-1',
10181   'external' => '0',
10182   'has_children' => '0',
10183   'expanded' => '0',
10184   'weight' => '0',
10185   'depth' => '2',
10186   'customized' => '0',
10187   'p1' => '2',
10188   'p2' => '10',
10189   'p3' => '0',
10190   'p4' => '0',
10191   'p5' => '0',
10192   'p6' => '0',
10193   'p7' => '0',
10194   'p8' => '0',
10195   'p9' => '0',
10196   'updated' => '0',
10197 ))
10198 ->values(array(
10199   'menu_name' => 'management',
10200   'mlid' => '12',
10201   'plid' => '1',
10202   'link_path' => 'admin/index',
10203   'router_path' => 'admin/index',
10204   'link_title' => 'Index',
10205   'options' => 'a:0:{}',
10206   'module' => 'system',
10207   'hidden' => '-1',
10208   'external' => '0',
10209   'has_children' => '0',
10210   'expanded' => '0',
10211   'weight' => '-18',
10212   'depth' => '2',
10213   'customized' => '0',
10214   'p1' => '1',
10215   'p2' => '12',
10216   'p3' => '0',
10217   'p4' => '0',
10218   'p5' => '0',
10219   'p6' => '0',
10220   'p7' => '0',
10221   'p8' => '0',
10222   'p9' => '0',
10223   'updated' => '0',
10224 ))
10225 ->values(array(
10226   'menu_name' => 'user-menu',
10227   'mlid' => '13',
10228   'plid' => '2',
10229   'link_path' => 'user/login',
10230   'router_path' => 'user/login',
10231   'link_title' => 'Log in',
10232   'options' => 'a:0:{}',
10233   'module' => 'system',
10234   'hidden' => '-1',
10235   'external' => '0',
10236   'has_children' => '0',
10237   'expanded' => '0',
10238   'weight' => '0',
10239   'depth' => '2',
10240   'customized' => '0',
10241   'p1' => '2',
10242   'p2' => '13',
10243   'p3' => '0',
10244   'p4' => '0',
10245   'p5' => '0',
10246   'p6' => '0',
10247   'p7' => '0',
10248   'p8' => '0',
10249   'p9' => '0',
10250   'updated' => '0',
10251 ))
10252 ->values(array(
10253   'menu_name' => 'user-menu',
10254   'mlid' => '14',
10255   'plid' => '0',
10256   'link_path' => 'user/logout',
10257   'router_path' => 'user/logout',
10258   'link_title' => 'Log out',
10259   'options' => 'a:0:{}',
10260   'module' => 'system',
10261   'hidden' => '0',
10262   'external' => '0',
10263   'has_children' => '0',
10264   'expanded' => '0',
10265   'weight' => '10',
10266   'depth' => '1',
10267   'customized' => '0',
10268   'p1' => '14',
10269   'p2' => '0',
10270   'p3' => '0',
10271   'p4' => '0',
10272   'p5' => '0',
10273   'p6' => '0',
10274   'p7' => '0',
10275   'p8' => '0',
10276   'p9' => '0',
10277   'updated' => '0',
10278 ))
10279 ->values(array(
10280   'menu_name' => 'management',
10281   'mlid' => '15',
10282   'plid' => '1',
10283   'link_path' => 'admin/modules',
10284   'router_path' => 'admin/modules',
10285   'link_title' => 'Modules',
10286   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:26:"Extend site functionality.";}}',
10287   'module' => 'system',
10288   'hidden' => '0',
10289   'external' => '0',
10290   'has_children' => '0',
10291   'expanded' => '0',
10292   'weight' => '-2',
10293   'depth' => '2',
10294   'customized' => '0',
10295   'p1' => '1',
10296   'p2' => '15',
10297   'p3' => '0',
10298   'p4' => '0',
10299   'p5' => '0',
10300   'p6' => '0',
10301   'p7' => '0',
10302   'p8' => '0',
10303   'p9' => '0',
10304   'updated' => '0',
10305 ))
10306 ->values(array(
10307   'menu_name' => 'navigation',
10308   'mlid' => '16',
10309   'plid' => '0',
10310   'link_path' => 'user/%',
10311   'router_path' => 'user/%',
10312   'link_title' => 'My account',
10313   'options' => 'a:0:{}',
10314   'module' => 'system',
10315   'hidden' => '0',
10316   'external' => '0',
10317   'has_children' => '1',
10318   'expanded' => '0',
10319   'weight' => '0',
10320   'depth' => '1',
10321   'customized' => '0',
10322   'p1' => '16',
10323   'p2' => '0',
10324   'p3' => '0',
10325   'p4' => '0',
10326   'p5' => '0',
10327   'p6' => '0',
10328   'p7' => '0',
10329   'p8' => '0',
10330   'p9' => '0',
10331   'updated' => '0',
10332 ))
10333 ->values(array(
10334   'menu_name' => 'management',
10335   'mlid' => '17',
10336   'plid' => '1',
10337   'link_path' => 'admin/people',
10338   'router_path' => 'admin/people',
10339   'link_title' => 'People',
10340   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Manage user accounts, roles, and permissions.";}}',
10341   'module' => 'system',
10342   'hidden' => '0',
10343   'external' => '0',
10344   'has_children' => '0',
10345   'expanded' => '0',
10346   'weight' => '-4',
10347   'depth' => '2',
10348   'customized' => '0',
10349   'p1' => '1',
10350   'p2' => '17',
10351   'p3' => '0',
10352   'p4' => '0',
10353   'p5' => '0',
10354   'p6' => '0',
10355   'p7' => '0',
10356   'p8' => '0',
10357   'p9' => '0',
10358   'updated' => '0',
10359 ))
10360 ->values(array(
10361   'menu_name' => 'management',
10362   'mlid' => '18',
10363   'plid' => '1',
10364   'link_path' => 'admin/reports',
10365   'router_path' => 'admin/reports',
10366   'link_title' => 'Reports',
10367   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View reports, updates, and errors.";}}',
10368   'module' => 'system',
10369   'hidden' => '0',
10370   'external' => '0',
10371   'has_children' => '1',
10372   'expanded' => '0',
10373   'weight' => '5',
10374   'depth' => '2',
10375   'customized' => '0',
10376   'p1' => '1',
10377   'p2' => '18',
10378   'p3' => '0',
10379   'p4' => '0',
10380   'p5' => '0',
10381   'p6' => '0',
10382   'p7' => '0',
10383   'p8' => '0',
10384   'p9' => '0',
10385   'updated' => '0',
10386 ))
10387 ->values(array(
10388   'menu_name' => 'user-menu',
10389   'mlid' => '19',
10390   'plid' => '2',
10391   'link_path' => 'user/password',
10392   'router_path' => 'user/password',
10393   'link_title' => 'Request new password',
10394   'options' => 'a:0:{}',
10395   'module' => 'system',
10396   'hidden' => '-1',
10397   'external' => '0',
10398   'has_children' => '0',
10399   'expanded' => '0',
10400   'weight' => '0',
10401   'depth' => '2',
10402   'customized' => '0',
10403   'p1' => '2',
10404   'p2' => '19',
10405   'p3' => '0',
10406   'p4' => '0',
10407   'p5' => '0',
10408   'p6' => '0',
10409   'p7' => '0',
10410   'p8' => '0',
10411   'p9' => '0',
10412   'updated' => '0',
10413 ))
10414 ->values(array(
10415   'menu_name' => 'management',
10416   'mlid' => '20',
10417   'plid' => '1',
10418   'link_path' => 'admin/structure',
10419   'router_path' => 'admin/structure',
10420   'link_title' => 'Structure',
10421   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Administer blocks, content types, menus, etc.";}}',
10422   'module' => 'system',
10423   'hidden' => '0',
10424   'external' => '0',
10425   'has_children' => '1',
10426   'expanded' => '0',
10427   'weight' => '-8',
10428   'depth' => '2',
10429   'customized' => '0',
10430   'p1' => '1',
10431   'p2' => '20',
10432   'p3' => '0',
10433   'p4' => '0',
10434   'p5' => '0',
10435   'p6' => '0',
10436   'p7' => '0',
10437   'p8' => '0',
10438   'p9' => '0',
10439   'updated' => '0',
10440 ))
10441 ->values(array(
10442   'menu_name' => 'management',
10443   'mlid' => '21',
10444   'plid' => '1',
10445   'link_path' => 'admin/tasks',
10446   'router_path' => 'admin/tasks',
10447   'link_title' => 'Tasks',
10448   'options' => 'a:0:{}',
10449   'module' => 'system',
10450   'hidden' => '-1',
10451   'external' => '0',
10452   'has_children' => '0',
10453   'expanded' => '0',
10454   'weight' => '-20',
10455   'depth' => '2',
10456   'customized' => '0',
10457   'p1' => '1',
10458   'p2' => '21',
10459   'p3' => '0',
10460   'p4' => '0',
10461   'p5' => '0',
10462   'p6' => '0',
10463   'p7' => '0',
10464   'p8' => '0',
10465   'p9' => '0',
10466   'updated' => '0',
10467 ))
10468 ->values(array(
10469   'menu_name' => 'navigation',
10470   'mlid' => '22',
10471   'plid' => '0',
10472   'link_path' => 'comment/reply/%',
10473   'router_path' => 'comment/reply/%',
10474   'link_title' => 'Add new comment',
10475   'options' => 'a:0:{}',
10476   'module' => 'system',
10477   'hidden' => '0',
10478   'external' => '0',
10479   'has_children' => '0',
10480   'expanded' => '0',
10481   'weight' => '0',
10482   'depth' => '1',
10483   'customized' => '0',
10484   'p1' => '22',
10485   'p2' => '0',
10486   'p3' => '0',
10487   'p4' => '0',
10488   'p5' => '0',
10489   'p6' => '0',
10490   'p7' => '0',
10491   'p8' => '0',
10492   'p9' => '0',
10493   'updated' => '0',
10494 ))
10495 ->values(array(
10496   'menu_name' => 'navigation',
10497   'mlid' => '23',
10498   'plid' => '3',
10499   'link_path' => 'comment/%/approve',
10500   'router_path' => 'comment/%/approve',
10501   'link_title' => 'Approve',
10502   'options' => 'a:0:{}',
10503   'module' => 'system',
10504   'hidden' => '0',
10505   'external' => '0',
10506   'has_children' => '0',
10507   'expanded' => '0',
10508   'weight' => '1',
10509   'depth' => '2',
10510   'customized' => '0',
10511   'p1' => '3',
10512   'p2' => '23',
10513   'p3' => '0',
10514   'p4' => '0',
10515   'p5' => '0',
10516   'p6' => '0',
10517   'p7' => '0',
10518   'p8' => '0',
10519   'p9' => '0',
10520   'updated' => '0',
10521 ))
10522 ->values(array(
10523   'menu_name' => 'navigation',
10524   'mlid' => '24',
10525   'plid' => '3',
10526   'link_path' => 'comment/%/delete',
10527   'router_path' => 'comment/%/delete',
10528   'link_title' => 'Delete',
10529   'options' => 'a:0:{}',
10530   'module' => 'system',
10531   'hidden' => '-1',
10532   'external' => '0',
10533   'has_children' => '0',
10534   'expanded' => '0',
10535   'weight' => '2',
10536   'depth' => '2',
10537   'customized' => '0',
10538   'p1' => '3',
10539   'p2' => '24',
10540   'p3' => '0',
10541   'p4' => '0',
10542   'p5' => '0',
10543   'p6' => '0',
10544   'p7' => '0',
10545   'p8' => '0',
10546   'p9' => '0',
10547   'updated' => '0',
10548 ))
10549 ->values(array(
10550   'menu_name' => 'navigation',
10551   'mlid' => '25',
10552   'plid' => '3',
10553   'link_path' => 'comment/%/edit',
10554   'router_path' => 'comment/%/edit',
10555   'link_title' => 'Edit',
10556   'options' => 'a:0:{}',
10557   'module' => 'system',
10558   'hidden' => '-1',
10559   'external' => '0',
10560   'has_children' => '0',
10561   'expanded' => '0',
10562   'weight' => '0',
10563   'depth' => '2',
10564   'customized' => '0',
10565   'p1' => '3',
10566   'p2' => '25',
10567   'p3' => '0',
10568   'p4' => '0',
10569   'p5' => '0',
10570   'p6' => '0',
10571   'p7' => '0',
10572   'p8' => '0',
10573   'p9' => '0',
10574   'updated' => '0',
10575 ))
10576 ->values(array(
10577   'menu_name' => 'navigation',
10578   'mlid' => '26',
10579   'plid' => '3',
10580   'link_path' => 'comment/%/view',
10581   'router_path' => 'comment/%/view',
10582   'link_title' => 'View comment',
10583   'options' => 'a:0:{}',
10584   'module' => 'system',
10585   'hidden' => '-1',
10586   'external' => '0',
10587   'has_children' => '0',
10588   'expanded' => '0',
10589   'weight' => '-10',
10590   'depth' => '2',
10591   'customized' => '0',
10592   'p1' => '3',
10593   'p2' => '26',
10594   'p3' => '0',
10595   'p4' => '0',
10596   'p5' => '0',
10597   'p6' => '0',
10598   'p7' => '0',
10599   'p8' => '0',
10600   'p9' => '0',
10601   'updated' => '0',
10602 ))
10603 ->values(array(
10604   'menu_name' => 'management',
10605   'mlid' => '27',
10606   'plid' => '17',
10607   'link_path' => 'admin/people/create',
10608   'router_path' => 'admin/people/create',
10609   'link_title' => 'Add user',
10610   'options' => 'a:0:{}',
10611   'module' => 'system',
10612   'hidden' => '-1',
10613   'external' => '0',
10614   'has_children' => '0',
10615   'expanded' => '0',
10616   'weight' => '0',
10617   'depth' => '3',
10618   'customized' => '0',
10619   'p1' => '1',
10620   'p2' => '17',
10621   'p3' => '27',
10622   'p4' => '0',
10623   'p5' => '0',
10624   'p6' => '0',
10625   'p7' => '0',
10626   'p8' => '0',
10627   'p9' => '0',
10628   'updated' => '0',
10629 ))
10630 ->values(array(
10631   'menu_name' => 'management',
10632   'mlid' => '28',
10633   'plid' => '20',
10634   'link_path' => 'admin/structure/block',
10635   'router_path' => 'admin/structure/block',
10636   'link_title' => 'Blocks',
10637   '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.\";}}",
10638   'module' => 'system',
10639   'hidden' => '0',
10640   'external' => '0',
10641   'has_children' => '1',
10642   'expanded' => '0',
10643   'weight' => '0',
10644   'depth' => '3',
10645   'customized' => '0',
10646   'p1' => '1',
10647   'p2' => '20',
10648   'p3' => '28',
10649   'p4' => '0',
10650   'p5' => '0',
10651   'p6' => '0',
10652   'p7' => '0',
10653   'p8' => '0',
10654   'p9' => '0',
10655   'updated' => '0',
10656 ))
10657 ->values(array(
10658   'menu_name' => 'navigation',
10659   'mlid' => '29',
10660   'plid' => '16',
10661   'link_path' => 'user/%/cancel',
10662   'router_path' => 'user/%/cancel',
10663   'link_title' => 'Cancel account',
10664   'options' => 'a:0:{}',
10665   'module' => 'system',
10666   'hidden' => '0',
10667   'external' => '0',
10668   'has_children' => '1',
10669   'expanded' => '0',
10670   'weight' => '0',
10671   'depth' => '2',
10672   'customized' => '0',
10673   'p1' => '16',
10674   'p2' => '29',
10675   'p3' => '0',
10676   'p4' => '0',
10677   'p5' => '0',
10678   'p6' => '0',
10679   'p7' => '0',
10680   'p8' => '0',
10681   'p9' => '0',
10682   'updated' => '0',
10683 ))
10684 ->values(array(
10685   'menu_name' => 'management',
10686   'mlid' => '30',
10687   'plid' => '9',
10688   'link_path' => 'admin/content/comment',
10689   'router_path' => 'admin/content/comment',
10690   'link_title' => 'Comments',
10691   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"List and edit site comments and the comment approval queue.";}}',
10692   'module' => 'system',
10693   'hidden' => '0',
10694   'external' => '0',
10695   'has_children' => '0',
10696   'expanded' => '0',
10697   'weight' => '0',
10698   'depth' => '3',
10699   'customized' => '0',
10700   'p1' => '1',
10701   'p2' => '9',
10702   'p3' => '30',
10703   'p4' => '0',
10704   'p5' => '0',
10705   'p6' => '0',
10706   'p7' => '0',
10707   'p8' => '0',
10708   'p9' => '0',
10709   'updated' => '0',
10710 ))
10711 ->values(array(
10712   'menu_name' => 'management',
10713   'mlid' => '32',
10714   'plid' => '9',
10715   'link_path' => 'admin/content/node',
10716   'router_path' => 'admin/content/node',
10717   'link_title' => 'Content',
10718   'options' => 'a:0:{}',
10719   'module' => 'system',
10720   'hidden' => '-1',
10721   'external' => '0',
10722   'has_children' => '0',
10723   'expanded' => '0',
10724   'weight' => '-10',
10725   'depth' => '3',
10726   'customized' => '0',
10727   'p1' => '1',
10728   'p2' => '9',
10729   'p3' => '32',
10730   'p4' => '0',
10731   'p5' => '0',
10732   'p6' => '0',
10733   'p7' => '0',
10734   'p8' => '0',
10735   'p9' => '0',
10736   'updated' => '0',
10737 ))
10738 ->values(array(
10739   'menu_name' => 'management',
10740   'mlid' => '33',
10741   'plid' => '8',
10742   'link_path' => 'admin/config/content',
10743   'router_path' => 'admin/config/content',
10744   'link_title' => 'Content authoring',
10745   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:53:"Settings related to formatting and authoring content.";}}',
10746   'module' => 'system',
10747   'hidden' => '0',
10748   'external' => '0',
10749   'has_children' => '1',
10750   'expanded' => '0',
10751   'weight' => '-15',
10752   'depth' => '3',
10753   'customized' => '0',
10754   'p1' => '1',
10755   'p2' => '8',
10756   'p3' => '33',
10757   'p4' => '0',
10758   'p5' => '0',
10759   'p6' => '0',
10760   'p7' => '0',
10761   'p8' => '0',
10762   'p9' => '0',
10763   'updated' => '0',
10764 ))
10765 ->values(array(
10766   'menu_name' => 'management',
10767   'mlid' => '34',
10768   'plid' => '20',
10769   'link_path' => 'admin/structure/types',
10770   'router_path' => 'admin/structure/types',
10771   'link_title' => 'Content types',
10772   '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.";}}',
10773   'module' => 'system',
10774   'hidden' => '0',
10775   'external' => '0',
10776   'has_children' => '1',
10777   'expanded' => '0',
10778   'weight' => '0',
10779   'depth' => '3',
10780   'customized' => '0',
10781   'p1' => '1',
10782   'p2' => '20',
10783   'p3' => '34',
10784   'p4' => '0',
10785   'p5' => '0',
10786   'p6' => '0',
10787   'p7' => '0',
10788   'p8' => '0',
10789   'p9' => '0',
10790   'updated' => '0',
10791 ))
10792 ->values(array(
10793   'menu_name' => 'navigation',
10794   'mlid' => '36',
10795   'plid' => '5',
10796   'link_path' => 'node/%/delete',
10797   'router_path' => 'node/%/delete',
10798   'link_title' => 'Delete',
10799   'options' => 'a:0:{}',
10800   'module' => 'system',
10801   'hidden' => '-1',
10802   'external' => '0',
10803   'has_children' => '0',
10804   'expanded' => '0',
10805   'weight' => '1',
10806   'depth' => '2',
10807   'customized' => '0',
10808   'p1' => '5',
10809   'p2' => '36',
10810   'p3' => '0',
10811   'p4' => '0',
10812   'p5' => '0',
10813   'p6' => '0',
10814   'p7' => '0',
10815   'p8' => '0',
10816   'p9' => '0',
10817   'updated' => '0',
10818 ))
10819 ->values(array(
10820   'menu_name' => 'management',
10821   'mlid' => '37',
10822   'plid' => '8',
10823   'link_path' => 'admin/config/development',
10824   'router_path' => 'admin/config/development',
10825   'link_title' => 'Development',
10826   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Development tools.";}}',
10827   'module' => 'system',
10828   'hidden' => '0',
10829   'external' => '0',
10830   'has_children' => '1',
10831   'expanded' => '0',
10832   'weight' => '-10',
10833   'depth' => '3',
10834   'customized' => '0',
10835   'p1' => '1',
10836   'p2' => '8',
10837   'p3' => '37',
10838   'p4' => '0',
10839   'p5' => '0',
10840   'p6' => '0',
10841   'p7' => '0',
10842   'p8' => '0',
10843   'p9' => '0',
10844   'updated' => '0',
10845 ))
10846 ->values(array(
10847   'menu_name' => 'navigation',
10848   'mlid' => '38',
10849   'plid' => '16',
10850   'link_path' => 'user/%/edit',
10851   'router_path' => 'user/%/edit',
10852   'link_title' => 'Edit',
10853   'options' => 'a:0:{}',
10854   'module' => 'system',
10855   'hidden' => '-1',
10856   'external' => '0',
10857   'has_children' => '0',
10858   'expanded' => '0',
10859   'weight' => '0',
10860   'depth' => '2',
10861   'customized' => '0',
10862   'p1' => '16',
10863   'p2' => '38',
10864   'p3' => '0',
10865   'p4' => '0',
10866   'p5' => '0',
10867   'p6' => '0',
10868   'p7' => '0',
10869   'p8' => '0',
10870   'p9' => '0',
10871   'updated' => '0',
10872 ))
10873 ->values(array(
10874   'menu_name' => 'navigation',
10875   'mlid' => '39',
10876   'plid' => '5',
10877   'link_path' => 'node/%/edit',
10878   'router_path' => 'node/%/edit',
10879   'link_title' => 'Edit',
10880   'options' => 'a:0:{}',
10881   'module' => 'system',
10882   'hidden' => '-1',
10883   'external' => '0',
10884   'has_children' => '0',
10885   'expanded' => '0',
10886   'weight' => '0',
10887   'depth' => '2',
10888   'customized' => '0',
10889   'p1' => '5',
10890   'p2' => '39',
10891   'p3' => '0',
10892   'p4' => '0',
10893   'p5' => '0',
10894   'p6' => '0',
10895   'p7' => '0',
10896   'p8' => '0',
10897   'p9' => '0',
10898   'updated' => '0',
10899 ))
10900 ->values(array(
10901   'menu_name' => 'management',
10902   'mlid' => '40',
10903   'plid' => '15',
10904   'link_path' => 'admin/modules/list',
10905   'router_path' => 'admin/modules/list',
10906   'link_title' => 'List',
10907   'options' => 'a:0:{}',
10908   'module' => 'system',
10909   'hidden' => '-1',
10910   'external' => '0',
10911   'has_children' => '0',
10912   'expanded' => '0',
10913   'weight' => '0',
10914   'depth' => '3',
10915   'customized' => '0',
10916   'p1' => '1',
10917   'p2' => '15',
10918   'p3' => '40',
10919   'p4' => '0',
10920   'p5' => '0',
10921   'p6' => '0',
10922   'p7' => '0',
10923   'p8' => '0',
10924   'p9' => '0',
10925   'updated' => '0',
10926 ))
10927 ->values(array(
10928   'menu_name' => 'management',
10929   'mlid' => '41',
10930   'plid' => '17',
10931   'link_path' => 'admin/people/people',
10932   'router_path' => 'admin/people/people',
10933   'link_title' => 'List',
10934   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:50:"Find and manage people interacting with your site.";}}',
10935   'module' => 'system',
10936   'hidden' => '-1',
10937   'external' => '0',
10938   'has_children' => '0',
10939   'expanded' => '0',
10940   'weight' => '-10',
10941   'depth' => '3',
10942   'customized' => '0',
10943   'p1' => '1',
10944   'p2' => '17',
10945   'p3' => '41',
10946   'p4' => '0',
10947   'p5' => '0',
10948   'p6' => '0',
10949   'p7' => '0',
10950   'p8' => '0',
10951   'p9' => '0',
10952   'updated' => '0',
10953 ))
10954 ->values(array(
10955   'menu_name' => 'management',
10956   'mlid' => '42',
10957   'plid' => '7',
10958   'link_path' => 'admin/appearance/list',
10959   'router_path' => 'admin/appearance/list',
10960   'link_title' => 'List',
10961   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:31:"Select and configure your theme";}}',
10962   'module' => 'system',
10963   'hidden' => '-1',
10964   'external' => '0',
10965   'has_children' => '0',
10966   'expanded' => '0',
10967   'weight' => '-1',
10968   'depth' => '3',
10969   'customized' => '0',
10970   'p1' => '1',
10971   'p2' => '7',
10972   'p3' => '42',
10973   'p4' => '0',
10974   'p5' => '0',
10975   'p6' => '0',
10976   'p7' => '0',
10977   'p8' => '0',
10978   'p9' => '0',
10979   'updated' => '0',
10980 ))
10981 ->values(array(
10982   'menu_name' => 'management',
10983   'mlid' => '43',
10984   'plid' => '8',
10985   'link_path' => 'admin/config/media',
10986   'router_path' => 'admin/config/media',
10987   'link_title' => 'Media',
10988   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:12:"Media tools.";}}',
10989   'module' => 'system',
10990   'hidden' => '0',
10991   'external' => '0',
10992   'has_children' => '1',
10993   'expanded' => '0',
10994   'weight' => '-10',
10995   'depth' => '3',
10996   'customized' => '0',
10997   'p1' => '1',
10998   'p2' => '8',
10999   'p3' => '43',
11000   'p4' => '0',
11001   'p5' => '0',
11002   'p6' => '0',
11003   'p7' => '0',
11004   'p8' => '0',
11005   'p9' => '0',
11006   'updated' => '0',
11007 ))
11008 ->values(array(
11009   'menu_name' => 'management',
11010   'mlid' => '44',
11011   'plid' => '20',
11012   'link_path' => 'admin/structure/menu',
11013   'router_path' => 'admin/structure/menu',
11014   'link_title' => 'Menus',
11015   '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.";}}',
11016   'module' => 'system',
11017   'hidden' => '0',
11018   'external' => '0',
11019   'has_children' => '1',
11020   'expanded' => '0',
11021   'weight' => '0',
11022   'depth' => '3',
11023   'customized' => '0',
11024   'p1' => '1',
11025   'p2' => '20',
11026   'p3' => '44',
11027   'p4' => '0',
11028   'p5' => '0',
11029   'p6' => '0',
11030   'p7' => '0',
11031   'p8' => '0',
11032   'p9' => '0',
11033   'updated' => '0',
11034 ))
11035 ->values(array(
11036   'menu_name' => 'management',
11037   'mlid' => '45',
11038   'plid' => '8',
11039   'link_path' => 'admin/config/people',
11040   'router_path' => 'admin/config/people',
11041   'link_title' => 'People',
11042   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:24:"Configure user accounts.";}}',
11043   'module' => 'system',
11044   'hidden' => '0',
11045   'external' => '0',
11046   'has_children' => '1',
11047   'expanded' => '0',
11048   'weight' => '-20',
11049   'depth' => '3',
11050   'customized' => '0',
11051   'p1' => '1',
11052   'p2' => '8',
11053   'p3' => '45',
11054   'p4' => '0',
11055   'p5' => '0',
11056   'p6' => '0',
11057   'p7' => '0',
11058   'p8' => '0',
11059   'p9' => '0',
11060   'updated' => '0',
11061 ))
11062 ->values(array(
11063   'menu_name' => 'management',
11064   'mlid' => '46',
11065   'plid' => '17',
11066   'link_path' => 'admin/people/permissions',
11067   'router_path' => 'admin/people/permissions',
11068   'link_title' => 'Permissions',
11069   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
11070   'module' => 'system',
11071   'hidden' => '-1',
11072   'external' => '0',
11073   'has_children' => '0',
11074   'expanded' => '0',
11075   'weight' => '0',
11076   'depth' => '3',
11077   'customized' => '0',
11078   'p1' => '1',
11079   'p2' => '17',
11080   'p3' => '46',
11081   'p4' => '0',
11082   'p5' => '0',
11083   'p6' => '0',
11084   'p7' => '0',
11085   'p8' => '0',
11086   'p9' => '0',
11087   'updated' => '0',
11088 ))
11089 ->values(array(
11090   'menu_name' => 'management',
11091   'mlid' => '47',
11092   'plid' => '18',
11093   'link_path' => 'admin/reports/dblog',
11094   'router_path' => 'admin/reports/dblog',
11095   'link_title' => 'Recent log messages',
11096   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View events that have recently been logged.";}}',
11097   'module' => 'system',
11098   'hidden' => '0',
11099   'external' => '0',
11100   'has_children' => '0',
11101   'expanded' => '0',
11102   'weight' => '-1',
11103   'depth' => '3',
11104   'customized' => '0',
11105   'p1' => '1',
11106   'p2' => '18',
11107   'p3' => '47',
11108   'p4' => '0',
11109   'p5' => '0',
11110   'p6' => '0',
11111   'p7' => '0',
11112   'p8' => '0',
11113   'p9' => '0',
11114   'updated' => '0',
11115 ))
11116 ->values(array(
11117   'menu_name' => 'management',
11118   'mlid' => '48',
11119   'plid' => '8',
11120   'link_path' => 'admin/config/regional',
11121   'router_path' => 'admin/config/regional',
11122   'link_title' => 'Regional and language',
11123   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Regional settings, localization and translation.";}}',
11124   'module' => 'system',
11125   'hidden' => '0',
11126   'external' => '0',
11127   'has_children' => '1',
11128   'expanded' => '0',
11129   'weight' => '-5',
11130   'depth' => '3',
11131   'customized' => '0',
11132   'p1' => '1',
11133   'p2' => '8',
11134   'p3' => '48',
11135   'p4' => '0',
11136   'p5' => '0',
11137   'p6' => '0',
11138   'p7' => '0',
11139   'p8' => '0',
11140   'p9' => '0',
11141   'updated' => '0',
11142 ))
11143 ->values(array(
11144   'menu_name' => 'navigation',
11145   'mlid' => '49',
11146   'plid' => '5',
11147   'link_path' => 'node/%/revisions',
11148   'router_path' => 'node/%/revisions',
11149   'link_title' => 'Revisions',
11150   'options' => 'a:0:{}',
11151   'module' => 'system',
11152   'hidden' => '-1',
11153   'external' => '0',
11154   'has_children' => '1',
11155   'expanded' => '0',
11156   'weight' => '2',
11157   'depth' => '2',
11158   'customized' => '0',
11159   'p1' => '5',
11160   'p2' => '49',
11161   'p3' => '0',
11162   'p4' => '0',
11163   'p5' => '0',
11164   'p6' => '0',
11165   'p7' => '0',
11166   'p8' => '0',
11167   'p9' => '0',
11168   'updated' => '0',
11169 ))
11170 ->values(array(
11171   'menu_name' => 'management',
11172   'mlid' => '50',
11173   'plid' => '8',
11174   'link_path' => 'admin/config/search',
11175   'router_path' => 'admin/config/search',
11176   'link_title' => 'Search and metadata',
11177   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:36:"Local site search, metadata and SEO.";}}',
11178   'module' => 'system',
11179   'hidden' => '0',
11180   'external' => '0',
11181   'has_children' => '1',
11182   'expanded' => '0',
11183   'weight' => '-10',
11184   'depth' => '3',
11185   'customized' => '0',
11186   'p1' => '1',
11187   'p2' => '8',
11188   'p3' => '50',
11189   'p4' => '0',
11190   'p5' => '0',
11191   'p6' => '0',
11192   'p7' => '0',
11193   'p8' => '0',
11194   'p9' => '0',
11195   'updated' => '0',
11196 ))
11197 ->values(array(
11198   'menu_name' => 'management',
11199   'mlid' => '51',
11200   'plid' => '7',
11201   'link_path' => 'admin/appearance/settings',
11202   'router_path' => 'admin/appearance/settings',
11203   'link_title' => 'Settings',
11204   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:46:"Configure default and theme specific settings.";}}',
11205   'module' => 'system',
11206   'hidden' => '-1',
11207   'external' => '0',
11208   'has_children' => '0',
11209   'expanded' => '0',
11210   'weight' => '20',
11211   'depth' => '3',
11212   'customized' => '0',
11213   'p1' => '1',
11214   'p2' => '7',
11215   'p3' => '51',
11216   'p4' => '0',
11217   'p5' => '0',
11218   'p6' => '0',
11219   'p7' => '0',
11220   'p8' => '0',
11221   'p9' => '0',
11222   'updated' => '0',
11223 ))
11224 ->values(array(
11225   'menu_name' => 'management',
11226   'mlid' => '52',
11227   'plid' => '18',
11228   'link_path' => 'admin/reports/status',
11229   'router_path' => 'admin/reports/status',
11230   'link_title' => 'Status report',
11231   '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.\";}}",
11232   'module' => 'system',
11233   'hidden' => '0',
11234   'external' => '0',
11235   'has_children' => '0',
11236   'expanded' => '0',
11237   'weight' => '-60',
11238   'depth' => '3',
11239   'customized' => '0',
11240   'p1' => '1',
11241   'p2' => '18',
11242   'p3' => '52',
11243   'p4' => '0',
11244   'p5' => '0',
11245   'p6' => '0',
11246   'p7' => '0',
11247   'p8' => '0',
11248   'p9' => '0',
11249   'updated' => '0',
11250 ))
11251 ->values(array(
11252   'menu_name' => 'management',
11253   'mlid' => '53',
11254   'plid' => '8',
11255   'link_path' => 'admin/config/system',
11256   'router_path' => 'admin/config/system',
11257   'link_title' => 'System',
11258   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:37:"General system related configuration.";}}',
11259   'module' => 'system',
11260   'hidden' => '0',
11261   'external' => '0',
11262   'has_children' => '1',
11263   'expanded' => '0',
11264   'weight' => '-20',
11265   'depth' => '3',
11266   'customized' => '0',
11267   'p1' => '1',
11268   'p2' => '8',
11269   'p3' => '53',
11270   'p4' => '0',
11271   'p5' => '0',
11272   'p6' => '0',
11273   'p7' => '0',
11274   'p8' => '0',
11275   'p9' => '0',
11276   'updated' => '0',
11277 ))
11278 ->values(array(
11279   'menu_name' => 'management',
11280   'mlid' => '54',
11281   'plid' => '18',
11282   'link_path' => 'admin/reports/access-denied',
11283   'router_path' => 'admin/reports/access-denied',
11284   'link_title' => "Top 'access denied' errors",
11285   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"View 'access denied' errors (403s).\";}}",
11286   'module' => 'system',
11287   'hidden' => '0',
11288   'external' => '0',
11289   'has_children' => '0',
11290   'expanded' => '0',
11291   'weight' => '0',
11292   'depth' => '3',
11293   'customized' => '0',
11294   'p1' => '1',
11295   'p2' => '18',
11296   'p3' => '54',
11297   'p4' => '0',
11298   'p5' => '0',
11299   'p6' => '0',
11300   'p7' => '0',
11301   'p8' => '0',
11302   'p9' => '0',
11303   'updated' => '0',
11304 ))
11305 ->values(array(
11306   'menu_name' => 'management',
11307   'mlid' => '55',
11308   'plid' => '18',
11309   'link_path' => 'admin/reports/page-not-found',
11310   'router_path' => 'admin/reports/page-not-found',
11311   'link_title' => "Top 'page not found' errors",
11312   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:36:\"View 'page not found' errors (404s).\";}}",
11313   'module' => 'system',
11314   'hidden' => '0',
11315   'external' => '0',
11316   'has_children' => '0',
11317   'expanded' => '0',
11318   'weight' => '0',
11319   'depth' => '3',
11320   'customized' => '0',
11321   'p1' => '1',
11322   'p2' => '18',
11323   'p3' => '55',
11324   'p4' => '0',
11325   'p5' => '0',
11326   'p6' => '0',
11327   'p7' => '0',
11328   'p8' => '0',
11329   'p9' => '0',
11330   'updated' => '0',
11331 ))
11332 ->values(array(
11333   'menu_name' => 'management',
11334   'mlid' => '56',
11335   'plid' => '15',
11336   'link_path' => 'admin/modules/uninstall',
11337   'router_path' => 'admin/modules/uninstall',
11338   'link_title' => 'Uninstall',
11339   'options' => 'a:0:{}',
11340   'module' => 'system',
11341   'hidden' => '-1',
11342   'external' => '0',
11343   'has_children' => '0',
11344   'expanded' => '0',
11345   'weight' => '20',
11346   'depth' => '3',
11347   'customized' => '0',
11348   'p1' => '1',
11349   'p2' => '15',
11350   'p3' => '56',
11351   'p4' => '0',
11352   'p5' => '0',
11353   'p6' => '0',
11354   'p7' => '0',
11355   'p8' => '0',
11356   'p9' => '0',
11357   'updated' => '0',
11358 ))
11359 ->values(array(
11360   'menu_name' => 'management',
11361   'mlid' => '57',
11362   'plid' => '8',
11363   'link_path' => 'admin/config/user-interface',
11364   'router_path' => 'admin/config/user-interface',
11365   'link_title' => 'User interface',
11366   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Tools that enhance the user interface.";}}',
11367   'module' => 'system',
11368   'hidden' => '0',
11369   'external' => '0',
11370   'has_children' => '1',
11371   'expanded' => '0',
11372   'weight' => '-15',
11373   'depth' => '3',
11374   'customized' => '0',
11375   'p1' => '1',
11376   'p2' => '8',
11377   'p3' => '57',
11378   'p4' => '0',
11379   'p5' => '0',
11380   'p6' => '0',
11381   'p7' => '0',
11382   'p8' => '0',
11383   'p9' => '0',
11384   'updated' => '0',
11385 ))
11386 ->values(array(
11387   'menu_name' => 'navigation',
11388   'mlid' => '58',
11389   'plid' => '5',
11390   'link_path' => 'node/%/view',
11391   'router_path' => 'node/%/view',
11392   'link_title' => 'View',
11393   'options' => 'a:0:{}',
11394   'module' => 'system',
11395   'hidden' => '-1',
11396   'external' => '0',
11397   'has_children' => '0',
11398   'expanded' => '0',
11399   'weight' => '-10',
11400   'depth' => '2',
11401   'customized' => '0',
11402   'p1' => '5',
11403   'p2' => '58',
11404   'p3' => '0',
11405   'p4' => '0',
11406   'p5' => '0',
11407   'p6' => '0',
11408   'p7' => '0',
11409   'p8' => '0',
11410   'p9' => '0',
11411   'updated' => '0',
11412 ))
11413 ->values(array(
11414   'menu_name' => 'navigation',
11415   'mlid' => '59',
11416   'plid' => '16',
11417   'link_path' => 'user/%/view',
11418   'router_path' => 'user/%/view',
11419   'link_title' => 'View',
11420   'options' => 'a:0:{}',
11421   'module' => 'system',
11422   'hidden' => '-1',
11423   'external' => '0',
11424   'has_children' => '0',
11425   'expanded' => '0',
11426   'weight' => '-10',
11427   'depth' => '2',
11428   'customized' => '0',
11429   'p1' => '16',
11430   'p2' => '59',
11431   'p3' => '0',
11432   'p4' => '0',
11433   'p5' => '0',
11434   'p6' => '0',
11435   'p7' => '0',
11436   'p8' => '0',
11437   'p9' => '0',
11438   'updated' => '0',
11439 ))
11440 ->values(array(
11441   'menu_name' => 'management',
11442   'mlid' => '60',
11443   'plid' => '8',
11444   'link_path' => 'admin/config/services',
11445   'router_path' => 'admin/config/services',
11446   'link_title' => 'Web services',
11447   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"Tools related to web services.";}}',
11448   'module' => 'system',
11449   'hidden' => '0',
11450   'external' => '0',
11451   'has_children' => '1',
11452   'expanded' => '0',
11453   'weight' => '0',
11454   'depth' => '3',
11455   'customized' => '0',
11456   'p1' => '1',
11457   'p2' => '8',
11458   'p3' => '60',
11459   'p4' => '0',
11460   'p5' => '0',
11461   'p6' => '0',
11462   'p7' => '0',
11463   'p8' => '0',
11464   'p9' => '0',
11465   'updated' => '0',
11466 ))
11467 ->values(array(
11468   'menu_name' => 'management',
11469   'mlid' => '61',
11470   'plid' => '8',
11471   'link_path' => 'admin/config/workflow',
11472   'router_path' => 'admin/config/workflow',
11473   'link_title' => 'Workflow',
11474   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Content workflow, editorial workflow tools.";}}',
11475   'module' => 'system',
11476   'hidden' => '0',
11477   'external' => '0',
11478   'has_children' => '0',
11479   'expanded' => '0',
11480   'weight' => '5',
11481   'depth' => '3',
11482   'customized' => '0',
11483   'p1' => '1',
11484   'p2' => '8',
11485   'p3' => '61',
11486   'p4' => '0',
11487   'p5' => '0',
11488   'p6' => '0',
11489   'p7' => '0',
11490   'p8' => '0',
11491   'p9' => '0',
11492   'updated' => '0',
11493 ))
11494 ->values(array(
11495   'menu_name' => 'management',
11496   'mlid' => '66',
11497   'plid' => '45',
11498   'link_path' => 'admin/config/people/accounts',
11499   'router_path' => 'admin/config/people/accounts',
11500   'link_title' => 'Account settings',
11501   '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.";}}',
11502   'module' => 'system',
11503   'hidden' => '0',
11504   'external' => '0',
11505   'has_children' => '0',
11506   'expanded' => '0',
11507   'weight' => '-10',
11508   'depth' => '4',
11509   'customized' => '0',
11510   'p1' => '1',
11511   'p2' => '8',
11512   'p3' => '45',
11513   'p4' => '66',
11514   'p5' => '0',
11515   'p6' => '0',
11516   'p7' => '0',
11517   'p8' => '0',
11518   'p9' => '0',
11519   'updated' => '0',
11520 ))
11521 ->values(array(
11522   'menu_name' => 'management',
11523   'mlid' => '67',
11524   'plid' => '53',
11525   'link_path' => 'admin/config/system/actions',
11526   'router_path' => 'admin/config/system/actions',
11527   'link_title' => 'Actions',
11528   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
11529   'module' => 'system',
11530   'hidden' => '0',
11531   'external' => '0',
11532   'has_children' => '1',
11533   'expanded' => '0',
11534   'weight' => '0',
11535   'depth' => '4',
11536   'customized' => '0',
11537   'p1' => '1',
11538   'p2' => '8',
11539   'p3' => '53',
11540   'p4' => '67',
11541   'p5' => '0',
11542   'p6' => '0',
11543   'p7' => '0',
11544   'p8' => '0',
11545   'p9' => '0',
11546   'updated' => '0',
11547 ))
11548 ->values(array(
11549   'menu_name' => 'management',
11550   'mlid' => '68',
11551   'plid' => '28',
11552   'link_path' => 'admin/structure/block/add',
11553   'router_path' => 'admin/structure/block/add',
11554   'link_title' => 'Add block',
11555   'options' => 'a:0:{}',
11556   'module' => 'system',
11557   'hidden' => '-1',
11558   'external' => '0',
11559   'has_children' => '0',
11560   'expanded' => '0',
11561   'weight' => '0',
11562   'depth' => '4',
11563   'customized' => '0',
11564   'p1' => '1',
11565   'p2' => '20',
11566   'p3' => '28',
11567   'p4' => '68',
11568   'p5' => '0',
11569   'p6' => '0',
11570   'p7' => '0',
11571   'p8' => '0',
11572   'p9' => '0',
11573   'updated' => '0',
11574 ))
11575 ->values(array(
11576   'menu_name' => 'management',
11577   'mlid' => '69',
11578   'plid' => '34',
11579   'link_path' => 'admin/structure/types/add',
11580   'router_path' => 'admin/structure/types/add',
11581   'link_title' => 'Add content type',
11582   'options' => 'a:0:{}',
11583   'module' => 'system',
11584   'hidden' => '-1',
11585   'external' => '0',
11586   'has_children' => '0',
11587   'expanded' => '0',
11588   'weight' => '0',
11589   'depth' => '4',
11590   'customized' => '0',
11591   'p1' => '1',
11592   'p2' => '20',
11593   'p3' => '34',
11594   'p4' => '69',
11595   'p5' => '0',
11596   'p6' => '0',
11597   'p7' => '0',
11598   'p8' => '0',
11599   'p9' => '0',
11600   'updated' => '0',
11601 ))
11602 ->values(array(
11603   'menu_name' => 'management',
11604   'mlid' => '70',
11605   'plid' => '44',
11606   'link_path' => 'admin/structure/menu/add',
11607   'router_path' => 'admin/structure/menu/add',
11608   'link_title' => 'Add menu',
11609   'options' => 'a:0:{}',
11610   'module' => 'system',
11611   'hidden' => '-1',
11612   'external' => '0',
11613   'has_children' => '0',
11614   'expanded' => '0',
11615   'weight' => '0',
11616   'depth' => '4',
11617   'customized' => '0',
11618   'p1' => '1',
11619   'p2' => '20',
11620   'p3' => '44',
11621   'p4' => '70',
11622   'p5' => '0',
11623   'p6' => '0',
11624   'p7' => '0',
11625   'p8' => '0',
11626   'p9' => '0',
11627   'updated' => '0',
11628 ))
11629 ->values(array(
11630   'menu_name' => 'management',
11631   'mlid' => '71',
11632   'plid' => '51',
11633   'link_path' => 'admin/appearance/settings/bartik',
11634   'router_path' => 'admin/appearance/settings/bartik',
11635   'link_title' => 'Bartik',
11636   'options' => 'a:0:{}',
11637   'module' => 'system',
11638   'hidden' => '-1',
11639   'external' => '0',
11640   'has_children' => '0',
11641   'expanded' => '0',
11642   'weight' => '0',
11643   'depth' => '4',
11644   'customized' => '0',
11645   'p1' => '1',
11646   'p2' => '7',
11647   'p3' => '51',
11648   'p4' => '71',
11649   'p5' => '0',
11650   'p6' => '0',
11651   'p7' => '0',
11652   'p8' => '0',
11653   'p9' => '0',
11654   'updated' => '0',
11655 ))
11656 ->values(array(
11657   'menu_name' => 'management',
11658   'mlid' => '72',
11659   'plid' => '50',
11660   'link_path' => 'admin/config/search/clean-urls',
11661   'router_path' => 'admin/config/search/clean-urls',
11662   'link_title' => 'Clean URLs',
11663   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Enable or disable clean URLs for your site.";}}',
11664   'module' => 'system',
11665   'hidden' => '0',
11666   'external' => '0',
11667   'has_children' => '0',
11668   'expanded' => '0',
11669   'weight' => '5',
11670   'depth' => '4',
11671   'customized' => '0',
11672   'p1' => '1',
11673   'p2' => '8',
11674   'p3' => '50',
11675   'p4' => '72',
11676   'p5' => '0',
11677   'p6' => '0',
11678   'p7' => '0',
11679   'p8' => '0',
11680   'p9' => '0',
11681   'updated' => '0',
11682 ))
11683 ->values(array(
11684   'menu_name' => 'management',
11685   'mlid' => '73',
11686   'plid' => '53',
11687   'link_path' => 'admin/config/system/cron',
11688   'router_path' => 'admin/config/system/cron',
11689   'link_title' => 'Cron',
11690   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:40:"Manage automatic site maintenance tasks.";}}',
11691   'module' => 'system',
11692   'hidden' => '0',
11693   'external' => '0',
11694   'has_children' => '0',
11695   'expanded' => '0',
11696   'weight' => '20',
11697   'depth' => '4',
11698   'customized' => '0',
11699   'p1' => '1',
11700   'p2' => '8',
11701   'p3' => '53',
11702   'p4' => '73',
11703   'p5' => '0',
11704   'p6' => '0',
11705   'p7' => '0',
11706   'p8' => '0',
11707   'p9' => '0',
11708   'updated' => '0',
11709 ))
11710 ->values(array(
11711   'menu_name' => 'management',
11712   'mlid' => '74',
11713   'plid' => '48',
11714   'link_path' => 'admin/config/regional/date-time',
11715   'router_path' => 'admin/config/regional/date-time',
11716   'link_title' => 'Date and time',
11717   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
11718   'module' => 'system',
11719   'hidden' => '0',
11720   'external' => '0',
11721   'has_children' => '0',
11722   'expanded' => '0',
11723   'weight' => '-15',
11724   'depth' => '4',
11725   'customized' => '0',
11726   'p1' => '1',
11727   'p2' => '8',
11728   'p3' => '48',
11729   'p4' => '74',
11730   'p5' => '0',
11731   'p6' => '0',
11732   'p7' => '0',
11733   'p8' => '0',
11734   'p9' => '0',
11735   'updated' => '0',
11736 ))
11737 ->values(array(
11738   'menu_name' => 'management',
11739   'mlid' => '75',
11740   'plid' => '18',
11741   'link_path' => 'admin/reports/event/%',
11742   'router_path' => 'admin/reports/event/%',
11743   'link_title' => 'Details',
11744   'options' => 'a:0:{}',
11745   'module' => 'system',
11746   'hidden' => '0',
11747   'external' => '0',
11748   'has_children' => '0',
11749   'expanded' => '0',
11750   'weight' => '0',
11751   'depth' => '3',
11752   'customized' => '0',
11753   'p1' => '1',
11754   'p2' => '18',
11755   'p3' => '75',
11756   'p4' => '0',
11757   'p5' => '0',
11758   'p6' => '0',
11759   'p7' => '0',
11760   'p8' => '0',
11761   'p9' => '0',
11762   'updated' => '0',
11763 ))
11764 ->values(array(
11765   'menu_name' => 'management',
11766   'mlid' => '76',
11767   'plid' => '43',
11768   'link_path' => 'admin/config/media/file-system',
11769   'router_path' => 'admin/config/media/file-system',
11770   'link_title' => 'File system',
11771   '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.";}}',
11772   'module' => 'system',
11773   'hidden' => '0',
11774   'external' => '0',
11775   'has_children' => '0',
11776   'expanded' => '0',
11777   'weight' => '-10',
11778   'depth' => '4',
11779   'customized' => '0',
11780   'p1' => '1',
11781   'p2' => '8',
11782   'p3' => '43',
11783   'p4' => '76',
11784   'p5' => '0',
11785   'p6' => '0',
11786   'p7' => '0',
11787   'p8' => '0',
11788   'p9' => '0',
11789   'updated' => '0',
11790 ))
11791 ->values(array(
11792   'menu_name' => 'management',
11793   'mlid' => '78',
11794   'plid' => '51',
11795   'link_path' => 'admin/appearance/settings/garland',
11796   'router_path' => 'admin/appearance/settings/garland',
11797   'link_title' => 'Garland',
11798   'options' => 'a:0:{}',
11799   'module' => 'system',
11800   'hidden' => '-1',
11801   'external' => '0',
11802   'has_children' => '0',
11803   'expanded' => '0',
11804   'weight' => '0',
11805   'depth' => '4',
11806   'customized' => '0',
11807   'p1' => '1',
11808   'p2' => '7',
11809   'p3' => '51',
11810   'p4' => '78',
11811   'p5' => '0',
11812   'p6' => '0',
11813   'p7' => '0',
11814   'p8' => '0',
11815   'p9' => '0',
11816   'updated' => '0',
11817 ))
11818 ->values(array(
11819   'menu_name' => 'management',
11820   'mlid' => '79',
11821   'plid' => '51',
11822   'link_path' => 'admin/appearance/settings/global',
11823   'router_path' => 'admin/appearance/settings/global',
11824   'link_title' => 'Global settings',
11825   'options' => 'a:0:{}',
11826   'module' => 'system',
11827   'hidden' => '-1',
11828   'external' => '0',
11829   'has_children' => '0',
11830   'expanded' => '0',
11831   'weight' => '-1',
11832   'depth' => '4',
11833   'customized' => '0',
11834   'p1' => '1',
11835   'p2' => '7',
11836   'p3' => '51',
11837   'p4' => '79',
11838   'p5' => '0',
11839   'p6' => '0',
11840   'p7' => '0',
11841   'p8' => '0',
11842   'p9' => '0',
11843   'updated' => '0',
11844 ))
11845 ->values(array(
11846   'menu_name' => 'management',
11847   'mlid' => '80',
11848   'plid' => '45',
11849   'link_path' => 'admin/config/people/ip-blocking',
11850   'router_path' => 'admin/config/people/ip-blocking',
11851   'link_title' => 'IP address blocking',
11852   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Manage blocked IP addresses.";}}',
11853   'module' => 'system',
11854   'hidden' => '0',
11855   'external' => '0',
11856   'has_children' => '1',
11857   'expanded' => '0',
11858   'weight' => '10',
11859   'depth' => '4',
11860   'customized' => '0',
11861   'p1' => '1',
11862   'p2' => '8',
11863   'p3' => '45',
11864   'p4' => '80',
11865   'p5' => '0',
11866   'p6' => '0',
11867   'p7' => '0',
11868   'p8' => '0',
11869   'p9' => '0',
11870   'updated' => '0',
11871 ))
11872 ->values(array(
11873   'menu_name' => 'management',
11874   'mlid' => '81',
11875   'plid' => '43',
11876   'link_path' => 'admin/config/media/image-toolkit',
11877   'router_path' => 'admin/config/media/image-toolkit',
11878   'link_title' => 'Image toolkit',
11879   '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.";}}',
11880   'module' => 'system',
11881   'hidden' => '0',
11882   'external' => '0',
11883   'has_children' => '0',
11884   'expanded' => '0',
11885   'weight' => '20',
11886   'depth' => '4',
11887   'customized' => '0',
11888   'p1' => '1',
11889   'p2' => '8',
11890   'p3' => '43',
11891   'p4' => '81',
11892   'p5' => '0',
11893   'p6' => '0',
11894   'p7' => '0',
11895   'p8' => '0',
11896   'p9' => '0',
11897   'updated' => '0',
11898 ))
11899 ->values(array(
11900   'menu_name' => 'management',
11901   'mlid' => '82',
11902   'plid' => '40',
11903   'link_path' => 'admin/modules/list/confirm',
11904   'router_path' => 'admin/modules/list/confirm',
11905   'link_title' => 'List',
11906   'options' => 'a:0:{}',
11907   'module' => 'system',
11908   'hidden' => '-1',
11909   'external' => '0',
11910   'has_children' => '0',
11911   'expanded' => '0',
11912   'weight' => '0',
11913   'depth' => '4',
11914   'customized' => '0',
11915   'p1' => '1',
11916   'p2' => '15',
11917   'p3' => '40',
11918   'p4' => '82',
11919   'p5' => '0',
11920   'p6' => '0',
11921   'p7' => '0',
11922   'p8' => '0',
11923   'p9' => '0',
11924   'updated' => '0',
11925 ))
11926 ->values(array(
11927   'menu_name' => 'management',
11928   'mlid' => '83',
11929   'plid' => '34',
11930   'link_path' => 'admin/structure/types/list',
11931   'router_path' => 'admin/structure/types/list',
11932   'link_title' => 'List',
11933   'options' => 'a:0:{}',
11934   'module' => 'system',
11935   'hidden' => '-1',
11936   'external' => '0',
11937   'has_children' => '0',
11938   'expanded' => '0',
11939   'weight' => '-10',
11940   'depth' => '4',
11941   'customized' => '0',
11942   'p1' => '1',
11943   'p2' => '20',
11944   'p3' => '34',
11945   'p4' => '83',
11946   'p5' => '0',
11947   'p6' => '0',
11948   'p7' => '0',
11949   'p8' => '0',
11950   'p9' => '0',
11951   'updated' => '0',
11952 ))
11953 ->values(array(
11954   'menu_name' => 'management',
11955   'mlid' => '84',
11956   'plid' => '44',
11957   'link_path' => 'admin/structure/menu/list',
11958   'router_path' => 'admin/structure/menu/list',
11959   'link_title' => 'List menus',
11960   'options' => 'a:0:{}',
11961   'module' => 'system',
11962   'hidden' => '-1',
11963   'external' => '0',
11964   'has_children' => '0',
11965   'expanded' => '0',
11966   'weight' => '-10',
11967   'depth' => '4',
11968   'customized' => '0',
11969   'p1' => '1',
11970   'p2' => '20',
11971   'p3' => '44',
11972   'p4' => '84',
11973   'p5' => '0',
11974   'p6' => '0',
11975   'p7' => '0',
11976   'p8' => '0',
11977   'p9' => '0',
11978   'updated' => '0',
11979 ))
11980 ->values(array(
11981   'menu_name' => 'management',
11982   'mlid' => '85',
11983   'plid' => '37',
11984   'link_path' => 'admin/config/development/logging',
11985   'router_path' => 'admin/config/development/logging',
11986   'link_title' => 'Logging and errors',
11987   '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.\";}}",
11988   'module' => 'system',
11989   'hidden' => '0',
11990   'external' => '0',
11991   'has_children' => '0',
11992   'expanded' => '0',
11993   'weight' => '-15',
11994   'depth' => '4',
11995   'customized' => '0',
11996   'p1' => '1',
11997   'p2' => '8',
11998   'p3' => '37',
11999   'p4' => '85',
12000   'p5' => '0',
12001   'p6' => '0',
12002   'p7' => '0',
12003   'p8' => '0',
12004   'p9' => '0',
12005   'updated' => '0',
12006 ))
12007 ->values(array(
12008   'menu_name' => 'management',
12009   'mlid' => '86',
12010   'plid' => '37',
12011   'link_path' => 'admin/config/development/maintenance',
12012   'router_path' => 'admin/config/development/maintenance',
12013   'link_title' => 'Maintenance mode',
12014   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:62:"Take the site offline for maintenance or bring it back online.";}}',
12015   'module' => 'system',
12016   'hidden' => '0',
12017   'external' => '0',
12018   'has_children' => '0',
12019   'expanded' => '0',
12020   'weight' => '-10',
12021   'depth' => '4',
12022   'customized' => '0',
12023   'p1' => '1',
12024   'p2' => '8',
12025   'p3' => '37',
12026   'p4' => '86',
12027   'p5' => '0',
12028   'p6' => '0',
12029   'p7' => '0',
12030   'p8' => '0',
12031   'p9' => '0',
12032   'updated' => '0',
12033 ))
12034 ->values(array(
12035   'menu_name' => 'management',
12036   'mlid' => '89',
12037   'plid' => '37',
12038   'link_path' => 'admin/config/development/performance',
12039   'router_path' => 'admin/config/development/performance',
12040   'link_title' => 'Performance',
12041   '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.";}}',
12042   'module' => 'system',
12043   'hidden' => '0',
12044   'external' => '0',
12045   'has_children' => '0',
12046   'expanded' => '0',
12047   'weight' => '-20',
12048   'depth' => '4',
12049   'customized' => '0',
12050   'p1' => '1',
12051   'p2' => '8',
12052   'p3' => '37',
12053   'p4' => '89',
12054   'p5' => '0',
12055   'p6' => '0',
12056   'p7' => '0',
12057   'p8' => '0',
12058   'p9' => '0',
12059   'updated' => '0',
12060 ))
12061 ->values(array(
12062   'menu_name' => 'management',
12063   'mlid' => '90',
12064   'plid' => '46',
12065   'link_path' => 'admin/people/permissions/list',
12066   'router_path' => 'admin/people/permissions/list',
12067   'link_title' => 'Permissions',
12068   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
12069   'module' => 'system',
12070   'hidden' => '-1',
12071   'external' => '0',
12072   'has_children' => '0',
12073   'expanded' => '0',
12074   'weight' => '-8',
12075   'depth' => '4',
12076   'customized' => '0',
12077   'p1' => '1',
12078   'p2' => '17',
12079   'p3' => '46',
12080   'p4' => '90',
12081   'p5' => '0',
12082   'p6' => '0',
12083   'p7' => '0',
12084   'p8' => '0',
12085   'p9' => '0',
12086   'updated' => '0',
12087 ))
12088 ->values(array(
12089   'menu_name' => 'management',
12090   'mlid' => '93',
12091   'plid' => '30',
12092   'link_path' => 'admin/content/comment/new',
12093   'router_path' => 'admin/content/comment/new',
12094   'link_title' => 'Published comments',
12095   'options' => 'a:0:{}',
12096   'module' => 'system',
12097   'hidden' => '-1',
12098   'external' => '0',
12099   'has_children' => '0',
12100   'expanded' => '0',
12101   'weight' => '-10',
12102   'depth' => '4',
12103   'customized' => '0',
12104   'p1' => '1',
12105   'p2' => '9',
12106   'p3' => '30',
12107   'p4' => '93',
12108   'p5' => '0',
12109   'p6' => '0',
12110   'p7' => '0',
12111   'p8' => '0',
12112   'p9' => '0',
12113   'updated' => '0',
12114 ))
12115 ->values(array(
12116   'menu_name' => 'management',
12117   'mlid' => '94',
12118   'plid' => '60',
12119   'link_path' => 'admin/config/services/rss-publishing',
12120   'router_path' => 'admin/config/services/rss-publishing',
12121   'link_title' => 'RSS publishing',
12122   '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.";}}',
12123   'module' => 'system',
12124   'hidden' => '0',
12125   'external' => '0',
12126   'has_children' => '0',
12127   'expanded' => '0',
12128   'weight' => '0',
12129   'depth' => '4',
12130   'customized' => '0',
12131   'p1' => '1',
12132   'p2' => '8',
12133   'p3' => '60',
12134   'p4' => '94',
12135   'p5' => '0',
12136   'p6' => '0',
12137   'p7' => '0',
12138   'p8' => '0',
12139   'p9' => '0',
12140   'updated' => '0',
12141 ))
12142 ->values(array(
12143   'menu_name' => 'management',
12144   'mlid' => '95',
12145   'plid' => '48',
12146   'link_path' => 'admin/config/regional/settings',
12147   'router_path' => 'admin/config/regional/settings',
12148   'link_title' => 'Regional settings',
12149   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:54:\"Settings for the site's default time zone and country.\";}}",
12150   'module' => 'system',
12151   'hidden' => '0',
12152   'external' => '0',
12153   'has_children' => '0',
12154   'expanded' => '0',
12155   'weight' => '-20',
12156   'depth' => '4',
12157   'customized' => '0',
12158   'p1' => '1',
12159   'p2' => '8',
12160   'p3' => '48',
12161   'p4' => '95',
12162   'p5' => '0',
12163   'p6' => '0',
12164   'p7' => '0',
12165   'p8' => '0',
12166   'p9' => '0',
12167   'updated' => '0',
12168 ))
12169 ->values(array(
12170   'menu_name' => 'management',
12171   'mlid' => '96',
12172   'plid' => '46',
12173   'link_path' => 'admin/people/permissions/roles',
12174   'router_path' => 'admin/people/permissions/roles',
12175   'link_title' => 'Roles',
12176   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"List, edit, or add user roles.";}}',
12177   'module' => 'system',
12178   'hidden' => '-1',
12179   'external' => '0',
12180   'has_children' => '1',
12181   'expanded' => '0',
12182   'weight' => '-5',
12183   'depth' => '4',
12184   'customized' => '0',
12185   'p1' => '1',
12186   'p2' => '17',
12187   'p3' => '46',
12188   'p4' => '96',
12189   'p5' => '0',
12190   'p6' => '0',
12191   'p7' => '0',
12192   'p8' => '0',
12193   'p9' => '0',
12194   'updated' => '0',
12195 ))
12196 ->values(array(
12197   'menu_name' => 'management',
12198   'mlid' => '97',
12199   'plid' => '44',
12200   'link_path' => 'admin/structure/menu/settings',
12201   'router_path' => 'admin/structure/menu/settings',
12202   'link_title' => 'Settings',
12203   'options' => 'a:0:{}',
12204   'module' => 'system',
12205   'hidden' => '-1',
12206   'external' => '0',
12207   'has_children' => '0',
12208   'expanded' => '0',
12209   'weight' => '5',
12210   'depth' => '4',
12211   'customized' => '0',
12212   'p1' => '1',
12213   'p2' => '20',
12214   'p3' => '44',
12215   'p4' => '97',
12216   'p5' => '0',
12217   'p6' => '0',
12218   'p7' => '0',
12219   'p8' => '0',
12220   'p9' => '0',
12221   'updated' => '0',
12222 ))
12223 ->values(array(
12224   'menu_name' => 'management',
12225   'mlid' => '98',
12226   'plid' => '51',
12227   'link_path' => 'admin/appearance/settings/seven',
12228   'router_path' => 'admin/appearance/settings/seven',
12229   'link_title' => 'Seven',
12230   'options' => 'a:0:{}',
12231   'module' => 'system',
12232   'hidden' => '-1',
12233   'external' => '0',
12234   'has_children' => '0',
12235   'expanded' => '0',
12236   'weight' => '0',
12237   'depth' => '4',
12238   'customized' => '0',
12239   'p1' => '1',
12240   'p2' => '7',
12241   'p3' => '51',
12242   'p4' => '98',
12243   'p5' => '0',
12244   'p6' => '0',
12245   'p7' => '0',
12246   'p8' => '0',
12247   'p9' => '0',
12248   'updated' => '0',
12249 ))
12250 ->values(array(
12251   'menu_name' => 'management',
12252   'mlid' => '99',
12253   'plid' => '53',
12254   'link_path' => 'admin/config/system/site-information',
12255   'router_path' => 'admin/config/system/site-information',
12256   'link_title' => 'Site information',
12257   '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.";}}',
12258   'module' => 'system',
12259   'hidden' => '0',
12260   'external' => '0',
12261   'has_children' => '0',
12262   'expanded' => '0',
12263   'weight' => '-20',
12264   'depth' => '4',
12265   'customized' => '0',
12266   'p1' => '1',
12267   'p2' => '8',
12268   'p3' => '53',
12269   'p4' => '99',
12270   'p5' => '0',
12271   'p6' => '0',
12272   'p7' => '0',
12273   'p8' => '0',
12274   'p9' => '0',
12275   'updated' => '0',
12276 ))
12277 ->values(array(
12278   'menu_name' => 'management',
12279   'mlid' => '100',
12280   'plid' => '51',
12281   'link_path' => 'admin/appearance/settings/stark',
12282   'router_path' => 'admin/appearance/settings/stark',
12283   'link_title' => 'Stark',
12284   'options' => 'a:0:{}',
12285   'module' => 'system',
12286   'hidden' => '-1',
12287   'external' => '0',
12288   'has_children' => '0',
12289   'expanded' => '0',
12290   'weight' => '0',
12291   'depth' => '4',
12292   'customized' => '0',
12293   'p1' => '1',
12294   'p2' => '7',
12295   'p3' => '51',
12296   'p4' => '100',
12297   'p5' => '0',
12298   'p6' => '0',
12299   'p7' => '0',
12300   'p8' => '0',
12301   'p9' => '0',
12302   'updated' => '0',
12303 ))
12304 ->values(array(
12305   'menu_name' => 'management',
12306   'mlid' => '101',
12307   'plid' => '33',
12308   'link_path' => 'admin/config/content/formats',
12309   'router_path' => 'admin/config/content/formats',
12310   'link_title' => 'Text formats',
12311   '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.";}}',
12312   'module' => 'system',
12313   'hidden' => '0',
12314   'external' => '0',
12315   'has_children' => '1',
12316   'expanded' => '0',
12317   'weight' => '0',
12318   'depth' => '4',
12319   'customized' => '0',
12320   'p1' => '1',
12321   'p2' => '8',
12322   'p3' => '33',
12323   'p4' => '101',
12324   'p5' => '0',
12325   'p6' => '0',
12326   'p7' => '0',
12327   'p8' => '0',
12328   'p9' => '0',
12329   'updated' => '0',
12330 ))
12331 ->values(array(
12332   'menu_name' => 'management',
12333   'mlid' => '102',
12334   'plid' => '30',
12335   'link_path' => 'admin/content/comment/approval',
12336   'router_path' => 'admin/content/comment/approval',
12337   'link_title' => 'Unapproved comments',
12338   'options' => 'a:0:{}',
12339   'module' => 'system',
12340   'hidden' => '-1',
12341   'external' => '0',
12342   'has_children' => '0',
12343   'expanded' => '0',
12344   'weight' => '0',
12345   'depth' => '4',
12346   'customized' => '0',
12347   'p1' => '1',
12348   'p2' => '9',
12349   'p3' => '30',
12350   'p4' => '102',
12351   'p5' => '0',
12352   'p6' => '0',
12353   'p7' => '0',
12354   'p8' => '0',
12355   'p9' => '0',
12356   'updated' => '0',
12357 ))
12358 ->values(array(
12359   'menu_name' => 'management',
12360   'mlid' => '103',
12361   'plid' => '56',
12362   'link_path' => 'admin/modules/uninstall/confirm',
12363   'router_path' => 'admin/modules/uninstall/confirm',
12364   'link_title' => 'Uninstall',
12365   'options' => 'a:0:{}',
12366   'module' => 'system',
12367   'hidden' => '-1',
12368   'external' => '0',
12369   'has_children' => '0',
12370   'expanded' => '0',
12371   'weight' => '0',
12372   'depth' => '4',
12373   'customized' => '0',
12374   'p1' => '1',
12375   'p2' => '15',
12376   'p3' => '56',
12377   'p4' => '103',
12378   'p5' => '0',
12379   'p6' => '0',
12380   'p7' => '0',
12381   'p8' => '0',
12382   'p9' => '0',
12383   'updated' => '0',
12384 ))
12385 ->values(array(
12386   'menu_name' => 'navigation',
12387   'mlid' => '104',
12388   'plid' => '38',
12389   'link_path' => 'user/%/edit/account',
12390   'router_path' => 'user/%/edit/account',
12391   'link_title' => 'Account',
12392   'options' => 'a:0:{}',
12393   'module' => 'system',
12394   'hidden' => '-1',
12395   'external' => '0',
12396   'has_children' => '0',
12397   'expanded' => '0',
12398   'weight' => '0',
12399   'depth' => '3',
12400   'customized' => '0',
12401   'p1' => '16',
12402   'p2' => '38',
12403   'p3' => '104',
12404   'p4' => '0',
12405   'p5' => '0',
12406   'p6' => '0',
12407   'p7' => '0',
12408   'p8' => '0',
12409   'p9' => '0',
12410   'updated' => '0',
12411 ))
12412 ->values(array(
12413   'menu_name' => 'management',
12414   'mlid' => '105',
12415   'plid' => '101',
12416   'link_path' => 'admin/config/content/formats/%',
12417   'router_path' => 'admin/config/content/formats/%',
12418   'link_title' => '',
12419   'options' => 'a:0:{}',
12420   'module' => 'system',
12421   'hidden' => '0',
12422   'external' => '0',
12423   'has_children' => '1',
12424   'expanded' => '0',
12425   'weight' => '0',
12426   'depth' => '5',
12427   'customized' => '0',
12428   'p1' => '1',
12429   'p2' => '8',
12430   'p3' => '33',
12431   'p4' => '101',
12432   'p5' => '105',
12433   'p6' => '0',
12434   'p7' => '0',
12435   'p8' => '0',
12436   'p9' => '0',
12437   'updated' => '0',
12438 ))
12439 ->values(array(
12440   'menu_name' => 'management',
12441   'mlid' => '110',
12442   'plid' => '101',
12443   'link_path' => 'admin/config/content/formats/add',
12444   'router_path' => 'admin/config/content/formats/add',
12445   'link_title' => 'Add text format',
12446   'options' => 'a:0:{}',
12447   'module' => 'system',
12448   'hidden' => '-1',
12449   'external' => '0',
12450   'has_children' => '0',
12451   'expanded' => '0',
12452   'weight' => '1',
12453   'depth' => '5',
12454   'customized' => '0',
12455   'p1' => '1',
12456   'p2' => '8',
12457   'p3' => '33',
12458   'p4' => '101',
12459   'p5' => '110',
12460   'p6' => '0',
12461   'p7' => '0',
12462   'p8' => '0',
12463   'p9' => '0',
12464   'updated' => '0',
12465 ))
12466 ->values(array(
12467   'menu_name' => 'management',
12468   'mlid' => '111',
12469   'plid' => '28',
12470   'link_path' => 'admin/structure/block/list/bartik',
12471   'router_path' => 'admin/structure/block/list/bartik',
12472   'link_title' => 'Bartik',
12473   'options' => 'a:0:{}',
12474   'module' => 'system',
12475   'hidden' => '-1',
12476   'external' => '0',
12477   'has_children' => '0',
12478   'expanded' => '0',
12479   'weight' => '-10',
12480   'depth' => '4',
12481   'customized' => '0',
12482   'p1' => '1',
12483   'p2' => '20',
12484   'p3' => '28',
12485   'p4' => '111',
12486   'p5' => '0',
12487   'p6' => '0',
12488   'p7' => '0',
12489   'p8' => '0',
12490   'p9' => '0',
12491   'updated' => '0',
12492 ))
12493 ->values(array(
12494   'menu_name' => 'management',
12495   'mlid' => '112',
12496   'plid' => '67',
12497   'link_path' => 'admin/config/system/actions/configure',
12498   'router_path' => 'admin/config/system/actions/configure',
12499   'link_title' => 'Configure an advanced action',
12500   'options' => 'a:0:{}',
12501   'module' => 'system',
12502   'hidden' => '-1',
12503   'external' => '0',
12504   'has_children' => '0',
12505   'expanded' => '0',
12506   'weight' => '0',
12507   'depth' => '5',
12508   'customized' => '0',
12509   'p1' => '1',
12510   'p2' => '8',
12511   'p3' => '53',
12512   'p4' => '67',
12513   'p5' => '112',
12514   'p6' => '0',
12515   'p7' => '0',
12516   'p8' => '0',
12517   'p9' => '0',
12518   'updated' => '0',
12519 ))
12520 ->values(array(
12521   'menu_name' => 'management',
12522   'mlid' => '113',
12523   'plid' => '44',
12524   'link_path' => 'admin/structure/menu/manage/%',
12525   'router_path' => 'admin/structure/menu/manage/%',
12526   'link_title' => 'Customize menu',
12527   'options' => 'a:0:{}',
12528   'module' => 'system',
12529   'hidden' => '0',
12530   'external' => '0',
12531   'has_children' => '1',
12532   'expanded' => '0',
12533   'weight' => '0',
12534   'depth' => '4',
12535   'customized' => '0',
12536   'p1' => '1',
12537   'p2' => '20',
12538   'p3' => '44',
12539   'p4' => '113',
12540   'p5' => '0',
12541   'p6' => '0',
12542   'p7' => '0',
12543   'p8' => '0',
12544   'p9' => '0',
12545   'updated' => '0',
12546 ))
12547 ->values(array(
12548   'menu_name' => 'management',
12549   'mlid' => '114',
12550   'plid' => '34',
12551   'link_path' => 'admin/structure/types/manage/%',
12552   'router_path' => 'admin/structure/types/manage/%',
12553   'link_title' => 'Edit content type',
12554   'options' => 'a:0:{}',
12555   'module' => 'system',
12556   'hidden' => '0',
12557   'external' => '0',
12558   'has_children' => '1',
12559   'expanded' => '0',
12560   'weight' => '0',
12561   'depth' => '4',
12562   'customized' => '0',
12563   'p1' => '1',
12564   'p2' => '20',
12565   'p3' => '34',
12566   'p4' => '114',
12567   'p5' => '0',
12568   'p6' => '0',
12569   'p7' => '0',
12570   'p8' => '0',
12571   'p9' => '0',
12572   'updated' => '0',
12573 ))
12574 ->values(array(
12575   'menu_name' => 'management',
12576   'mlid' => '116',
12577   'plid' => '74',
12578   'link_path' => 'admin/config/regional/date-time/formats',
12579   'router_path' => 'admin/config/regional/date-time/formats',
12580   'link_title' => 'Formats',
12581   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:51:"Configure display format strings for date and time.";}}',
12582   'module' => 'system',
12583   'hidden' => '-1',
12584   'external' => '0',
12585   'has_children' => '1',
12586   'expanded' => '0',
12587   'weight' => '-9',
12588   'depth' => '5',
12589   'customized' => '0',
12590   'p1' => '1',
12591   'p2' => '8',
12592   'p3' => '48',
12593   'p4' => '74',
12594   'p5' => '116',
12595   'p6' => '0',
12596   'p7' => '0',
12597   'p8' => '0',
12598   'p9' => '0',
12599   'updated' => '0',
12600 ))
12601 ->values(array(
12602   'menu_name' => 'management',
12603   'mlid' => '117',
12604   'plid' => '28',
12605   'link_path' => 'admin/structure/block/list/garland',
12606   'router_path' => 'admin/structure/block/list/garland',
12607   'link_title' => 'Garland',
12608   'options' => 'a:0:{}',
12609   'module' => 'system',
12610   'hidden' => '-1',
12611   'external' => '0',
12612   'has_children' => '0',
12613   'expanded' => '0',
12614   'weight' => '0',
12615   'depth' => '4',
12616   'customized' => '0',
12617   'p1' => '1',
12618   'p2' => '20',
12619   'p3' => '28',
12620   'p4' => '117',
12621   'p5' => '0',
12622   'p6' => '0',
12623   'p7' => '0',
12624   'p8' => '0',
12625   'p9' => '0',
12626   'updated' => '0',
12627 ))
12628 ->values(array(
12629   'menu_name' => 'management',
12630   'mlid' => '118',
12631   'plid' => '101',
12632   'link_path' => 'admin/config/content/formats/list',
12633   'router_path' => 'admin/config/content/formats/list',
12634   'link_title' => 'List',
12635   'options' => 'a:0:{}',
12636   'module' => 'system',
12637   'hidden' => '-1',
12638   'external' => '0',
12639   'has_children' => '0',
12640   'expanded' => '0',
12641   'weight' => '0',
12642   'depth' => '5',
12643   'customized' => '0',
12644   'p1' => '1',
12645   'p2' => '8',
12646   'p3' => '33',
12647   'p4' => '101',
12648   'p5' => '118',
12649   'p6' => '0',
12650   'p7' => '0',
12651   'p8' => '0',
12652   'p9' => '0',
12653   'updated' => '0',
12654 ))
12655 ->values(array(
12656   'menu_name' => 'management',
12657   'mlid' => '119',
12658   'plid' => '67',
12659   'link_path' => 'admin/config/system/actions/manage',
12660   'router_path' => 'admin/config/system/actions/manage',
12661   'link_title' => 'Manage actions',
12662   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
12663   'module' => 'system',
12664   'hidden' => '-1',
12665   'external' => '0',
12666   'has_children' => '0',
12667   'expanded' => '0',
12668   'weight' => '-2',
12669   'depth' => '5',
12670   'customized' => '0',
12671   'p1' => '1',
12672   'p2' => '8',
12673   'p3' => '53',
12674   'p4' => '67',
12675   'p5' => '119',
12676   'p6' => '0',
12677   'p7' => '0',
12678   'p8' => '0',
12679   'p9' => '0',
12680   'updated' => '0',
12681 ))
12682 ->values(array(
12683   'menu_name' => 'management',
12684   'mlid' => '124',
12685   'plid' => '66',
12686   'link_path' => 'admin/config/people/accounts/settings',
12687   'router_path' => 'admin/config/people/accounts/settings',
12688   'link_title' => 'Settings',
12689   'options' => 'a:0:{}',
12690   'module' => 'system',
12691   'hidden' => '-1',
12692   'external' => '0',
12693   'has_children' => '0',
12694   'expanded' => '0',
12695   'weight' => '-10',
12696   'depth' => '5',
12697   'customized' => '0',
12698   'p1' => '1',
12699   'p2' => '8',
12700   'p3' => '45',
12701   'p4' => '66',
12702   'p5' => '124',
12703   'p6' => '0',
12704   'p7' => '0',
12705   'p8' => '0',
12706   'p9' => '0',
12707   'updated' => '0',
12708 ))
12709 ->values(array(
12710   'menu_name' => 'management',
12711   'mlid' => '125',
12712   'plid' => '28',
12713   'link_path' => 'admin/structure/block/list/seven',
12714   'router_path' => 'admin/structure/block/list/seven',
12715   'link_title' => 'Seven',
12716   'options' => 'a:0:{}',
12717   'module' => 'system',
12718   'hidden' => '-1',
12719   'external' => '0',
12720   'has_children' => '0',
12721   'expanded' => '0',
12722   'weight' => '0',
12723   'depth' => '4',
12724   'customized' => '0',
12725   'p1' => '1',
12726   'p2' => '20',
12727   'p3' => '28',
12728   'p4' => '125',
12729   'p5' => '0',
12730   'p6' => '0',
12731   'p7' => '0',
12732   'p8' => '0',
12733   'p9' => '0',
12734   'updated' => '0',
12735 ))
12736 ->values(array(
12737   'menu_name' => 'management',
12738   'mlid' => '126',
12739   'plid' => '28',
12740   'link_path' => 'admin/structure/block/list/stark',
12741   'router_path' => 'admin/structure/block/list/stark',
12742   'link_title' => 'Stark',
12743   'options' => 'a:0:{}',
12744   'module' => 'system',
12745   'hidden' => '-1',
12746   'external' => '0',
12747   'has_children' => '0',
12748   'expanded' => '0',
12749   'weight' => '0',
12750   'depth' => '4',
12751   'customized' => '0',
12752   'p1' => '1',
12753   'p2' => '20',
12754   'p3' => '28',
12755   'p4' => '126',
12756   'p5' => '0',
12757   'p6' => '0',
12758   'p7' => '0',
12759   'p8' => '0',
12760   'p9' => '0',
12761   'updated' => '0',
12762 ))
12763 ->values(array(
12764   'menu_name' => 'management',
12765   'mlid' => '127',
12766   'plid' => '74',
12767   'link_path' => 'admin/config/regional/date-time/types',
12768   'router_path' => 'admin/config/regional/date-time/types',
12769   'link_title' => 'Types',
12770   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
12771   'module' => 'system',
12772   'hidden' => '-1',
12773   'external' => '0',
12774   'has_children' => '1',
12775   'expanded' => '0',
12776   'weight' => '-10',
12777   'depth' => '5',
12778   'customized' => '0',
12779   'p1' => '1',
12780   'p2' => '8',
12781   'p3' => '48',
12782   'p4' => '74',
12783   'p5' => '127',
12784   'p6' => '0',
12785   'p7' => '0',
12786   'p8' => '0',
12787   'p9' => '0',
12788   'updated' => '0',
12789 ))
12790 ->values(array(
12791   'menu_name' => 'navigation',
12792   'mlid' => '128',
12793   'plid' => '49',
12794   'link_path' => 'node/%/revisions/%/delete',
12795   'router_path' => 'node/%/revisions/%/delete',
12796   'link_title' => 'Delete earlier revision',
12797   'options' => 'a:0:{}',
12798   'module' => 'system',
12799   'hidden' => '0',
12800   'external' => '0',
12801   'has_children' => '0',
12802   'expanded' => '0',
12803   'weight' => '0',
12804   'depth' => '3',
12805   'customized' => '0',
12806   'p1' => '5',
12807   'p2' => '49',
12808   'p3' => '128',
12809   'p4' => '0',
12810   'p5' => '0',
12811   'p6' => '0',
12812   'p7' => '0',
12813   'p8' => '0',
12814   'p9' => '0',
12815   'updated' => '0',
12816 ))
12817 ->values(array(
12818   'menu_name' => 'navigation',
12819   'mlid' => '129',
12820   'plid' => '49',
12821   'link_path' => 'node/%/revisions/%/revert',
12822   'router_path' => 'node/%/revisions/%/revert',
12823   'link_title' => 'Revert to earlier revision',
12824   'options' => 'a:0:{}',
12825   'module' => 'system',
12826   'hidden' => '0',
12827   'external' => '0',
12828   'has_children' => '0',
12829   'expanded' => '0',
12830   'weight' => '0',
12831   'depth' => '3',
12832   'customized' => '0',
12833   'p1' => '5',
12834   'p2' => '49',
12835   'p3' => '129',
12836   'p4' => '0',
12837   'p5' => '0',
12838   'p6' => '0',
12839   'p7' => '0',
12840   'p8' => '0',
12841   'p9' => '0',
12842   'updated' => '0',
12843 ))
12844 ->values(array(
12845   'menu_name' => 'navigation',
12846   'mlid' => '130',
12847   'plid' => '49',
12848   'link_path' => 'node/%/revisions/%/view',
12849   'router_path' => 'node/%/revisions/%/view',
12850   'link_title' => 'Revisions',
12851   'options' => 'a:0:{}',
12852   'module' => 'system',
12853   'hidden' => '0',
12854   'external' => '0',
12855   'has_children' => '0',
12856   'expanded' => '0',
12857   'weight' => '0',
12858   'depth' => '3',
12859   'customized' => '0',
12860   'p1' => '5',
12861   'p2' => '49',
12862   'p3' => '130',
12863   'p4' => '0',
12864   'p5' => '0',
12865   'p6' => '0',
12866   'p7' => '0',
12867   'p8' => '0',
12868   'p9' => '0',
12869   'updated' => '0',
12870 ))
12871 ->values(array(
12872   'menu_name' => 'management',
12873   'mlid' => '136',
12874   'plid' => '117',
12875   'link_path' => 'admin/structure/block/list/garland/add',
12876   'router_path' => 'admin/structure/block/list/garland/add',
12877   'link_title' => 'Add block',
12878   'options' => 'a:0:{}',
12879   'module' => 'system',
12880   'hidden' => '-1',
12881   'external' => '0',
12882   'has_children' => '0',
12883   'expanded' => '0',
12884   'weight' => '0',
12885   'depth' => '5',
12886   'customized' => '0',
12887   'p1' => '1',
12888   'p2' => '20',
12889   'p3' => '28',
12890   'p4' => '117',
12891   'p5' => '136',
12892   'p6' => '0',
12893   'p7' => '0',
12894   'p8' => '0',
12895   'p9' => '0',
12896   'updated' => '0',
12897 ))
12898 ->values(array(
12899   'menu_name' => 'management',
12900   'mlid' => '141',
12901   'plid' => '125',
12902   'link_path' => 'admin/structure/block/list/seven/add',
12903   'router_path' => 'admin/structure/block/list/seven/add',
12904   'link_title' => 'Add block',
12905   'options' => 'a:0:{}',
12906   'module' => 'system',
12907   'hidden' => '-1',
12908   'external' => '0',
12909   'has_children' => '0',
12910   'expanded' => '0',
12911   'weight' => '0',
12912   'depth' => '5',
12913   'customized' => '0',
12914   'p1' => '1',
12915   'p2' => '20',
12916   'p3' => '28',
12917   'p4' => '125',
12918   'p5' => '141',
12919   'p6' => '0',
12920   'p7' => '0',
12921   'p8' => '0',
12922   'p9' => '0',
12923   'updated' => '0',
12924 ))
12925 ->values(array(
12926   'menu_name' => 'management',
12927   'mlid' => '142',
12928   'plid' => '126',
12929   'link_path' => 'admin/structure/block/list/stark/add',
12930   'router_path' => 'admin/structure/block/list/stark/add',
12931   'link_title' => 'Add block',
12932   'options' => 'a:0:{}',
12933   'module' => 'system',
12934   'hidden' => '-1',
12935   'external' => '0',
12936   'has_children' => '0',
12937   'expanded' => '0',
12938   'weight' => '0',
12939   'depth' => '5',
12940   'customized' => '0',
12941   'p1' => '1',
12942   'p2' => '20',
12943   'p3' => '28',
12944   'p4' => '126',
12945   'p5' => '142',
12946   'p6' => '0',
12947   'p7' => '0',
12948   'p8' => '0',
12949   'p9' => '0',
12950   'updated' => '0',
12951 ))
12952 ->values(array(
12953   'menu_name' => 'management',
12954   'mlid' => '143',
12955   'plid' => '127',
12956   'link_path' => 'admin/config/regional/date-time/types/add',
12957   'router_path' => 'admin/config/regional/date-time/types/add',
12958   'link_title' => 'Add date type',
12959   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Add new date type.";}}',
12960   'module' => 'system',
12961   'hidden' => '-1',
12962   'external' => '0',
12963   'has_children' => '0',
12964   'expanded' => '0',
12965   'weight' => '-10',
12966   'depth' => '6',
12967   'customized' => '0',
12968   'p1' => '1',
12969   'p2' => '8',
12970   'p3' => '48',
12971   'p4' => '74',
12972   'p5' => '127',
12973   'p6' => '143',
12974   'p7' => '0',
12975   'p8' => '0',
12976   'p9' => '0',
12977   'updated' => '0',
12978 ))
12979 ->values(array(
12980   'menu_name' => 'management',
12981   'mlid' => '144',
12982   'plid' => '116',
12983   'link_path' => 'admin/config/regional/date-time/formats/add',
12984   'router_path' => 'admin/config/regional/date-time/formats/add',
12985   'link_title' => 'Add format',
12986   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Allow users to add additional date formats.";}}',
12987   'module' => 'system',
12988   'hidden' => '-1',
12989   'external' => '0',
12990   'has_children' => '0',
12991   'expanded' => '0',
12992   'weight' => '-10',
12993   'depth' => '6',
12994   'customized' => '0',
12995   'p1' => '1',
12996   'p2' => '8',
12997   'p3' => '48',
12998   'p4' => '74',
12999   'p5' => '116',
13000   'p6' => '144',
13001   'p7' => '0',
13002   'p8' => '0',
13003   'p9' => '0',
13004   'updated' => '0',
13005 ))
13006 ->values(array(
13007   'menu_name' => 'management',
13008   'mlid' => '145',
13009   'plid' => '113',
13010   'link_path' => 'admin/structure/menu/manage/%/add',
13011   'router_path' => 'admin/structure/menu/manage/%/add',
13012   'link_title' => 'Add link',
13013   'options' => 'a:0:{}',
13014   'module' => 'system',
13015   'hidden' => '-1',
13016   'external' => '0',
13017   'has_children' => '0',
13018   'expanded' => '0',
13019   'weight' => '0',
13020   'depth' => '5',
13021   'customized' => '0',
13022   'p1' => '1',
13023   'p2' => '20',
13024   'p3' => '44',
13025   'p4' => '113',
13026   'p5' => '145',
13027   'p6' => '0',
13028   'p7' => '0',
13029   'p8' => '0',
13030   'p9' => '0',
13031   'updated' => '0',
13032 ))
13033 ->values(array(
13034   'menu_name' => 'management',
13035   'mlid' => '146',
13036   'plid' => '28',
13037   'link_path' => 'admin/structure/block/manage/%/%',
13038   'router_path' => 'admin/structure/block/manage/%/%',
13039   'link_title' => 'Configure block',
13040   'options' => 'a:0:{}',
13041   'module' => 'system',
13042   'hidden' => '0',
13043   'external' => '0',
13044   'has_children' => '0',
13045   'expanded' => '0',
13046   'weight' => '0',
13047   'depth' => '4',
13048   'customized' => '0',
13049   'p1' => '1',
13050   'p2' => '20',
13051   'p3' => '28',
13052   'p4' => '146',
13053   'p5' => '0',
13054   'p6' => '0',
13055   'p7' => '0',
13056   'p8' => '0',
13057   'p9' => '0',
13058   'updated' => '0',
13059 ))
13060 ->values(array(
13061   'menu_name' => 'navigation',
13062   'mlid' => '147',
13063   'plid' => '29',
13064   'link_path' => 'user/%/cancel/confirm/%/%',
13065   'router_path' => 'user/%/cancel/confirm/%/%',
13066   'link_title' => 'Confirm account cancellation',
13067   'options' => 'a:0:{}',
13068   'module' => 'system',
13069   'hidden' => '0',
13070   'external' => '0',
13071   'has_children' => '0',
13072   'expanded' => '0',
13073   'weight' => '0',
13074   'depth' => '3',
13075   'customized' => '0',
13076   'p1' => '16',
13077   'p2' => '29',
13078   'p3' => '147',
13079   'p4' => '0',
13080   'p5' => '0',
13081   'p6' => '0',
13082   'p7' => '0',
13083   'p8' => '0',
13084   'p9' => '0',
13085   'updated' => '0',
13086 ))
13087 ->values(array(
13088   'menu_name' => 'management',
13089   'mlid' => '148',
13090   'plid' => '114',
13091   'link_path' => 'admin/structure/types/manage/%/delete',
13092   'router_path' => 'admin/structure/types/manage/%/delete',
13093   'link_title' => 'Delete',
13094   'options' => 'a:0:{}',
13095   'module' => 'system',
13096   'hidden' => '0',
13097   'external' => '0',
13098   'has_children' => '0',
13099   'expanded' => '0',
13100   'weight' => '0',
13101   'depth' => '5',
13102   'customized' => '0',
13103   'p1' => '1',
13104   'p2' => '20',
13105   'p3' => '34',
13106   'p4' => '114',
13107   'p5' => '148',
13108   'p6' => '0',
13109   'p7' => '0',
13110   'p8' => '0',
13111   'p9' => '0',
13112   'updated' => '0',
13113 ))
13114 ->values(array(
13115   'menu_name' => 'management',
13116   'mlid' => '149',
13117   'plid' => '80',
13118   'link_path' => 'admin/config/people/ip-blocking/delete/%',
13119   'router_path' => 'admin/config/people/ip-blocking/delete/%',
13120   'link_title' => 'Delete IP address',
13121   'options' => 'a:0:{}',
13122   'module' => 'system',
13123   'hidden' => '0',
13124   'external' => '0',
13125   'has_children' => '0',
13126   'expanded' => '0',
13127   'weight' => '0',
13128   'depth' => '5',
13129   'customized' => '0',
13130   'p1' => '1',
13131   'p2' => '8',
13132   'p3' => '45',
13133   'p4' => '80',
13134   'p5' => '149',
13135   'p6' => '0',
13136   'p7' => '0',
13137   'p8' => '0',
13138   'p9' => '0',
13139   'updated' => '0',
13140 ))
13141 ->values(array(
13142   'menu_name' => 'management',
13143   'mlid' => '150',
13144   'plid' => '67',
13145   'link_path' => 'admin/config/system/actions/delete/%',
13146   'router_path' => 'admin/config/system/actions/delete/%',
13147   'link_title' => 'Delete action',
13148   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:17:"Delete an action.";}}',
13149   'module' => 'system',
13150   'hidden' => '0',
13151   'external' => '0',
13152   'has_children' => '0',
13153   'expanded' => '0',
13154   'weight' => '0',
13155   'depth' => '5',
13156   'customized' => '0',
13157   'p1' => '1',
13158   'p2' => '8',
13159   'p3' => '53',
13160   'p4' => '67',
13161   'p5' => '150',
13162   'p6' => '0',
13163   'p7' => '0',
13164   'p8' => '0',
13165   'p9' => '0',
13166   'updated' => '0',
13167 ))
13168 ->values(array(
13169   'menu_name' => 'management',
13170   'mlid' => '151',
13171   'plid' => '113',
13172   'link_path' => 'admin/structure/menu/manage/%/delete',
13173   'router_path' => 'admin/structure/menu/manage/%/delete',
13174   'link_title' => 'Delete menu',
13175   'options' => 'a:0:{}',
13176   'module' => 'system',
13177   'hidden' => '0',
13178   'external' => '0',
13179   'has_children' => '0',
13180   'expanded' => '0',
13181   'weight' => '0',
13182   'depth' => '5',
13183   'customized' => '0',
13184   'p1' => '1',
13185   'p2' => '20',
13186   'p3' => '44',
13187   'p4' => '113',
13188   'p5' => '151',
13189   'p6' => '0',
13190   'p7' => '0',
13191   'p8' => '0',
13192   'p9' => '0',
13193   'updated' => '0',
13194 ))
13195 ->values(array(
13196   'menu_name' => 'management',
13197   'mlid' => '152',
13198   'plid' => '44',
13199   'link_path' => 'admin/structure/menu/item/%/delete',
13200   'router_path' => 'admin/structure/menu/item/%/delete',
13201   'link_title' => 'Delete menu link',
13202   'options' => 'a:0:{}',
13203   'module' => 'system',
13204   'hidden' => '0',
13205   'external' => '0',
13206   'has_children' => '0',
13207   'expanded' => '0',
13208   'weight' => '0',
13209   'depth' => '4',
13210   'customized' => '0',
13211   'p1' => '1',
13212   'p2' => '20',
13213   'p3' => '44',
13214   'p4' => '152',
13215   'p5' => '0',
13216   'p6' => '0',
13217   'p7' => '0',
13218   'p8' => '0',
13219   'p9' => '0',
13220   'updated' => '0',
13221 ))
13222 ->values(array(
13223   'menu_name' => 'management',
13224   'mlid' => '153',
13225   'plid' => '96',
13226   'link_path' => 'admin/people/permissions/roles/delete/%',
13227   'router_path' => 'admin/people/permissions/roles/delete/%',
13228   'link_title' => 'Delete role',
13229   'options' => 'a:0:{}',
13230   'module' => 'system',
13231   'hidden' => '0',
13232   'external' => '0',
13233   'has_children' => '0',
13234   'expanded' => '0',
13235   'weight' => '0',
13236   'depth' => '5',
13237   'customized' => '0',
13238   'p1' => '1',
13239   'p2' => '17',
13240   'p3' => '46',
13241   'p4' => '96',
13242   'p5' => '153',
13243   'p6' => '0',
13244   'p7' => '0',
13245   'p8' => '0',
13246   'p9' => '0',
13247   'updated' => '0',
13248 ))
13249 ->values(array(
13250   'menu_name' => 'management',
13251   'mlid' => '154',
13252   'plid' => '105',
13253   'link_path' => 'admin/config/content/formats/%/disable',
13254   'router_path' => 'admin/config/content/formats/%/disable',
13255   'link_title' => 'Disable text format',
13256   'options' => 'a:0:{}',
13257   'module' => 'system',
13258   'hidden' => '0',
13259   'external' => '0',
13260   'has_children' => '0',
13261   'expanded' => '0',
13262   'weight' => '0',
13263   'depth' => '6',
13264   'customized' => '0',
13265   'p1' => '1',
13266   'p2' => '8',
13267   'p3' => '33',
13268   'p4' => '101',
13269   'p5' => '105',
13270   'p6' => '154',
13271   'p7' => '0',
13272   'p8' => '0',
13273   'p9' => '0',
13274   'updated' => '0',
13275 ))
13276 ->values(array(
13277   'menu_name' => 'management',
13278   'mlid' => '155',
13279   'plid' => '114',
13280   'link_path' => 'admin/structure/types/manage/%/edit',
13281   'router_path' => 'admin/structure/types/manage/%/edit',
13282   'link_title' => 'Edit',
13283   'options' => 'a:0:{}',
13284   'module' => 'system',
13285   'hidden' => '-1',
13286   'external' => '0',
13287   'has_children' => '0',
13288   'expanded' => '0',
13289   'weight' => '0',
13290   'depth' => '5',
13291   'customized' => '0',
13292   'p1' => '1',
13293   'p2' => '20',
13294   'p3' => '34',
13295   'p4' => '114',
13296   'p5' => '155',
13297   'p6' => '0',
13298   'p7' => '0',
13299   'p8' => '0',
13300   'p9' => '0',
13301   'updated' => '0',
13302 ))
13303 ->values(array(
13304   'menu_name' => 'management',
13305   'mlid' => '156',
13306   'plid' => '113',
13307   'link_path' => 'admin/structure/menu/manage/%/edit',
13308   'router_path' => 'admin/structure/menu/manage/%/edit',
13309   'link_title' => 'Edit menu',
13310   'options' => 'a:0:{}',
13311   'module' => 'system',
13312   'hidden' => '-1',
13313   'external' => '0',
13314   'has_children' => '0',
13315   'expanded' => '0',
13316   'weight' => '0',
13317   'depth' => '5',
13318   'customized' => '0',
13319   'p1' => '1',
13320   'p2' => '20',
13321   'p3' => '44',
13322   'p4' => '113',
13323   'p5' => '156',
13324   'p6' => '0',
13325   'p7' => '0',
13326   'p8' => '0',
13327   'p9' => '0',
13328   'updated' => '0',
13329 ))
13330 ->values(array(
13331   'menu_name' => 'management',
13332   'mlid' => '157',
13333   'plid' => '44',
13334   'link_path' => 'admin/structure/menu/item/%/edit',
13335   'router_path' => 'admin/structure/menu/item/%/edit',
13336   'link_title' => 'Edit menu link',
13337   'options' => 'a:0:{}',
13338   'module' => 'system',
13339   'hidden' => '0',
13340   'external' => '0',
13341   'has_children' => '0',
13342   'expanded' => '0',
13343   'weight' => '0',
13344   'depth' => '4',
13345   'customized' => '0',
13346   'p1' => '1',
13347   'p2' => '20',
13348   'p3' => '44',
13349   'p4' => '157',
13350   'p5' => '0',
13351   'p6' => '0',
13352   'p7' => '0',
13353   'p8' => '0',
13354   'p9' => '0',
13355   'updated' => '0',
13356 ))
13357 ->values(array(
13358   'menu_name' => 'management',
13359   'mlid' => '158',
13360   'plid' => '96',
13361   'link_path' => 'admin/people/permissions/roles/edit/%',
13362   'router_path' => 'admin/people/permissions/roles/edit/%',
13363   'link_title' => 'Edit role',
13364   'options' => 'a:0:{}',
13365   'module' => 'system',
13366   'hidden' => '0',
13367   'external' => '0',
13368   'has_children' => '0',
13369   'expanded' => '0',
13370   'weight' => '0',
13371   'depth' => '5',
13372   'customized' => '0',
13373   'p1' => '1',
13374   'p2' => '17',
13375   'p3' => '46',
13376   'p4' => '96',
13377   'p5' => '158',
13378   'p6' => '0',
13379   'p7' => '0',
13380   'p8' => '0',
13381   'p9' => '0',
13382   'updated' => '0',
13383 ))
13384 ->values(array(
13385   'menu_name' => 'management',
13386   'mlid' => '159',
13387   'plid' => '113',
13388   'link_path' => 'admin/structure/menu/manage/%/list',
13389   'router_path' => 'admin/structure/menu/manage/%/list',
13390   'link_title' => 'List links',
13391   'options' => 'a:0:{}',
13392   'module' => 'system',
13393   'hidden' => '-1',
13394   'external' => '0',
13395   'has_children' => '0',
13396   'expanded' => '0',
13397   'weight' => '-10',
13398   'depth' => '5',
13399   'customized' => '0',
13400   'p1' => '1',
13401   'p2' => '20',
13402   'p3' => '44',
13403   'p4' => '113',
13404   'p5' => '159',
13405   'p6' => '0',
13406   'p7' => '0',
13407   'p8' => '0',
13408   'p9' => '0',
13409   'updated' => '0',
13410 ))
13411 ->values(array(
13412   'menu_name' => 'management',
13413   'mlid' => '160',
13414   'plid' => '44',
13415   'link_path' => 'admin/structure/menu/item/%/reset',
13416   'router_path' => 'admin/structure/menu/item/%/reset',
13417   'link_title' => 'Reset menu link',
13418   'options' => 'a:0:{}',
13419   'module' => 'system',
13420   'hidden' => '0',
13421   'external' => '0',
13422   'has_children' => '0',
13423   'expanded' => '0',
13424   'weight' => '0',
13425   'depth' => '4',
13426   'customized' => '0',
13427   'p1' => '1',
13428   'p2' => '20',
13429   'p3' => '44',
13430   'p4' => '160',
13431   'p5' => '0',
13432   'p6' => '0',
13433   'p7' => '0',
13434   'p8' => '0',
13435   'p9' => '0',
13436   'updated' => '0',
13437 ))
13438 ->values(array(
13439   'menu_name' => 'management',
13440   'mlid' => '161',
13441   'plid' => '114',
13442   'link_path' => 'admin/structure/types/manage/%/comment/display',
13443   'router_path' => 'admin/structure/types/manage/%/comment/display',
13444   'link_title' => 'Comment display',
13445   'options' => 'a:0:{}',
13446   'module' => 'system',
13447   'hidden' => '-1',
13448   'external' => '0',
13449   'has_children' => '0',
13450   'expanded' => '0',
13451   'weight' => '4',
13452   'depth' => '5',
13453   'customized' => '0',
13454   'p1' => '1',
13455   'p2' => '20',
13456   'p3' => '34',
13457   'p4' => '114',
13458   'p5' => '161',
13459   'p6' => '0',
13460   'p7' => '0',
13461   'p8' => '0',
13462   'p9' => '0',
13463   'updated' => '0',
13464 ))
13465 ->values(array(
13466   'menu_name' => 'management',
13467   'mlid' => '162',
13468   'plid' => '114',
13469   'link_path' => 'admin/structure/types/manage/%/comment/fields',
13470   'router_path' => 'admin/structure/types/manage/%/comment/fields',
13471   'link_title' => 'Comment fields',
13472   'options' => 'a:0:{}',
13473   'module' => 'system',
13474   'hidden' => '-1',
13475   'external' => '0',
13476   'has_children' => '1',
13477   'expanded' => '0',
13478   'weight' => '3',
13479   'depth' => '5',
13480   'customized' => '0',
13481   'p1' => '1',
13482   'p2' => '20',
13483   'p3' => '34',
13484   'p4' => '114',
13485   'p5' => '162',
13486   'p6' => '0',
13487   'p7' => '0',
13488   'p8' => '0',
13489   'p9' => '0',
13490   'updated' => '0',
13491 ))
13492 ->values(array(
13493   'menu_name' => 'management',
13494   'mlid' => '163',
13495   'plid' => '146',
13496   'link_path' => 'admin/structure/block/manage/%/%/configure',
13497   'router_path' => 'admin/structure/block/manage/%/%/configure',
13498   'link_title' => 'Configure block',
13499   'options' => 'a:0:{}',
13500   'module' => 'system',
13501   'hidden' => '-1',
13502   'external' => '0',
13503   'has_children' => '0',
13504   'expanded' => '0',
13505   'weight' => '0',
13506   'depth' => '5',
13507   'customized' => '0',
13508   'p1' => '1',
13509   'p2' => '20',
13510   'p3' => '28',
13511   'p4' => '146',
13512   'p5' => '163',
13513   'p6' => '0',
13514   'p7' => '0',
13515   'p8' => '0',
13516   'p9' => '0',
13517   'updated' => '0',
13518 ))
13519 ->values(array(
13520   'menu_name' => 'management',
13521   'mlid' => '164',
13522   'plid' => '146',
13523   'link_path' => 'admin/structure/block/manage/%/%/delete',
13524   'router_path' => 'admin/structure/block/manage/%/%/delete',
13525   'link_title' => 'Delete block',
13526   'options' => 'a:0:{}',
13527   'module' => 'system',
13528   'hidden' => '-1',
13529   'external' => '0',
13530   'has_children' => '0',
13531   'expanded' => '0',
13532   'weight' => '0',
13533   'depth' => '5',
13534   'customized' => '0',
13535   'p1' => '1',
13536   'p2' => '20',
13537   'p3' => '28',
13538   'p4' => '146',
13539   'p5' => '164',
13540   'p6' => '0',
13541   'p7' => '0',
13542   'p8' => '0',
13543   'p9' => '0',
13544   'updated' => '0',
13545 ))
13546 ->values(array(
13547   'menu_name' => 'management',
13548   'mlid' => '165',
13549   'plid' => '116',
13550   'link_path' => 'admin/config/regional/date-time/formats/%/delete',
13551   'router_path' => 'admin/config/regional/date-time/formats/%/delete',
13552   'link_title' => 'Delete date format',
13553   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Allow users to delete a configured date format.";}}',
13554   'module' => 'system',
13555   'hidden' => '0',
13556   'external' => '0',
13557   'has_children' => '0',
13558   'expanded' => '0',
13559   'weight' => '0',
13560   'depth' => '6',
13561   'customized' => '0',
13562   'p1' => '1',
13563   'p2' => '8',
13564   'p3' => '48',
13565   'p4' => '74',
13566   'p5' => '116',
13567   'p6' => '165',
13568   'p7' => '0',
13569   'p8' => '0',
13570   'p9' => '0',
13571   'updated' => '0',
13572 ))
13573 ->values(array(
13574   'menu_name' => 'management',
13575   'mlid' => '166',
13576   'plid' => '127',
13577   'link_path' => 'admin/config/regional/date-time/types/%/delete',
13578   'router_path' => 'admin/config/regional/date-time/types/%/delete',
13579   'link_title' => 'Delete date type',
13580   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to delete a configured date type.";}}',
13581   'module' => 'system',
13582   'hidden' => '0',
13583   'external' => '0',
13584   'has_children' => '0',
13585   'expanded' => '0',
13586   'weight' => '0',
13587   'depth' => '6',
13588   'customized' => '0',
13589   'p1' => '1',
13590   'p2' => '8',
13591   'p3' => '48',
13592   'p4' => '74',
13593   'p5' => '127',
13594   'p6' => '166',
13595   'p7' => '0',
13596   'p8' => '0',
13597   'p9' => '0',
13598   'updated' => '0',
13599 ))
13600 ->values(array(
13601   'menu_name' => 'management',
13602   'mlid' => '167',
13603   'plid' => '116',
13604   'link_path' => 'admin/config/regional/date-time/formats/%/edit',
13605   'router_path' => 'admin/config/regional/date-time/formats/%/edit',
13606   'link_title' => 'Edit date format',
13607   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to edit a configured date format.";}}',
13608   'module' => 'system',
13609   'hidden' => '0',
13610   'external' => '0',
13611   'has_children' => '0',
13612   'expanded' => '0',
13613   'weight' => '0',
13614   'depth' => '6',
13615   'customized' => '0',
13616   'p1' => '1',
13617   'p2' => '8',
13618   'p3' => '48',
13619   'p4' => '74',
13620   'p5' => '116',
13621   'p6' => '167',
13622   'p7' => '0',
13623   'p8' => '0',
13624   'p9' => '0',
13625   'updated' => '0',
13626 ))
13627 ->values(array(
13628   'menu_name' => 'management',
13629   'mlid' => '168',
13630   'plid' => '44',
13631   'link_path' => 'admin/structure/menu/manage/main-menu',
13632   'router_path' => 'admin/structure/menu/manage/%',
13633   'link_title' => 'Main menu',
13634   'options' => 'a:0:{}',
13635   'module' => 'menu',
13636   'hidden' => '0',
13637   'external' => '0',
13638   'has_children' => '0',
13639   'expanded' => '0',
13640   'weight' => '0',
13641   'depth' => '4',
13642   'customized' => '0',
13643   'p1' => '1',
13644   'p2' => '20',
13645   'p3' => '44',
13646   'p4' => '168',
13647   'p5' => '0',
13648   'p6' => '0',
13649   'p7' => '0',
13650   'p8' => '0',
13651   'p9' => '0',
13652   'updated' => '0',
13653 ))
13654 ->values(array(
13655   'menu_name' => 'management',
13656   'mlid' => '169',
13657   'plid' => '44',
13658   'link_path' => 'admin/structure/menu/manage/management',
13659   'router_path' => 'admin/structure/menu/manage/%',
13660   'link_title' => 'Management',
13661   'options' => 'a:0:{}',
13662   'module' => 'menu',
13663   'hidden' => '0',
13664   'external' => '0',
13665   'has_children' => '0',
13666   'expanded' => '0',
13667   'weight' => '0',
13668   'depth' => '4',
13669   'customized' => '0',
13670   'p1' => '1',
13671   'p2' => '20',
13672   'p3' => '44',
13673   'p4' => '169',
13674   'p5' => '0',
13675   'p6' => '0',
13676   'p7' => '0',
13677   'p8' => '0',
13678   'p9' => '0',
13679   'updated' => '0',
13680 ))
13681 ->values(array(
13682   'menu_name' => 'management',
13683   'mlid' => '170',
13684   'plid' => '44',
13685   'link_path' => 'admin/structure/menu/manage/navigation',
13686   'router_path' => 'admin/structure/menu/manage/%',
13687   'link_title' => 'Navigation',
13688   'options' => 'a:0:{}',
13689   'module' => 'menu',
13690   'hidden' => '0',
13691   'external' => '0',
13692   'has_children' => '0',
13693   'expanded' => '0',
13694   'weight' => '0',
13695   'depth' => '4',
13696   'customized' => '0',
13697   'p1' => '1',
13698   'p2' => '20',
13699   'p3' => '44',
13700   'p4' => '170',
13701   'p5' => '0',
13702   'p6' => '0',
13703   'p7' => '0',
13704   'p8' => '0',
13705   'p9' => '0',
13706   'updated' => '0',
13707 ))
13708 ->values(array(
13709   'menu_name' => 'management',
13710   'mlid' => '171',
13711   'plid' => '44',
13712   'link_path' => 'admin/structure/menu/manage/user-menu',
13713   'router_path' => 'admin/structure/menu/manage/%',
13714   'link_title' => 'User menu',
13715   'options' => 'a:0:{}',
13716   'module' => 'menu',
13717   'hidden' => '0',
13718   'external' => '0',
13719   'has_children' => '0',
13720   'expanded' => '0',
13721   'weight' => '0',
13722   'depth' => '4',
13723   'customized' => '0',
13724   'p1' => '1',
13725   'p2' => '20',
13726   'p3' => '44',
13727   'p4' => '171',
13728   'p5' => '0',
13729   'p6' => '0',
13730   'p7' => '0',
13731   'p8' => '0',
13732   'p9' => '0',
13733   'updated' => '0',
13734 ))
13735 ->values(array(
13736   'menu_name' => 'navigation',
13737   'mlid' => '172',
13738   'plid' => '0',
13739   'link_path' => 'search',
13740   'router_path' => 'search',
13741   'link_title' => 'Search',
13742   'options' => 'a:0:{}',
13743   'module' => 'system',
13744   'hidden' => '1',
13745   'external' => '0',
13746   'has_children' => '0',
13747   'expanded' => '0',
13748   'weight' => '0',
13749   'depth' => '1',
13750   'customized' => '0',
13751   'p1' => '172',
13752   'p2' => '0',
13753   'p3' => '0',
13754   'p4' => '0',
13755   'p5' => '0',
13756   'p6' => '0',
13757   'p7' => '0',
13758   'p8' => '0',
13759   'p9' => '0',
13760   'updated' => '0',
13761 ))
13762 ->values(array(
13763   'menu_name' => 'navigation',
13764   'mlid' => '173',
13765   'plid' => '172',
13766   'link_path' => 'search/node',
13767   'router_path' => 'search/node',
13768   'link_title' => 'Content',
13769   'options' => 'a:0:{}',
13770   'module' => 'system',
13771   'hidden' => '-1',
13772   'external' => '0',
13773   'has_children' => '0',
13774   'expanded' => '0',
13775   'weight' => '-10',
13776   'depth' => '2',
13777   'customized' => '0',
13778   'p1' => '172',
13779   'p2' => '173',
13780   'p3' => '0',
13781   'p4' => '0',
13782   'p5' => '0',
13783   'p6' => '0',
13784   'p7' => '0',
13785   'p8' => '0',
13786   'p9' => '0',
13787   'updated' => '0',
13788 ))
13789 ->values(array(
13790   'menu_name' => 'navigation',
13791   'mlid' => '174',
13792   'plid' => '172',
13793   'link_path' => 'search/user',
13794   'router_path' => 'search/user',
13795   'link_title' => 'Users',
13796   'options' => 'a:0:{}',
13797   'module' => 'system',
13798   'hidden' => '-1',
13799   'external' => '0',
13800   'has_children' => '0',
13801   'expanded' => '0',
13802   'weight' => '0',
13803   'depth' => '2',
13804   'customized' => '0',
13805   'p1' => '172',
13806   'p2' => '174',
13807   'p3' => '0',
13808   'p4' => '0',
13809   'p5' => '0',
13810   'p6' => '0',
13811   'p7' => '0',
13812   'p8' => '0',
13813   'p9' => '0',
13814   'updated' => '0',
13815 ))
13816 ->values(array(
13817   'menu_name' => 'management',
13818   'mlid' => '175',
13819   'plid' => '1',
13820   'link_path' => 'admin/help',
13821   'router_path' => 'admin/help',
13822   'link_title' => 'Help',
13823   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Reference for usage, configuration, and modules.";}}',
13824   'module' => 'system',
13825   'hidden' => '0',
13826   'external' => '0',
13827   'has_children' => '0',
13828   'expanded' => '0',
13829   'weight' => '9',
13830   'depth' => '2',
13831   'customized' => '0',
13832   'p1' => '1',
13833   'p2' => '175',
13834   'p3' => '0',
13835   'p4' => '0',
13836   'p5' => '0',
13837   'p6' => '0',
13838   'p7' => '0',
13839   'p8' => '0',
13840   'p9' => '0',
13841   'updated' => '0',
13842 ))
13843 ->values(array(
13844   'menu_name' => 'navigation',
13845   'mlid' => '176',
13846   'plid' => '0',
13847   'link_path' => 'taxonomy/term/%',
13848   'router_path' => 'taxonomy/term/%',
13849   'link_title' => 'Taxonomy term',
13850   'options' => 'a:0:{}',
13851   'module' => 'system',
13852   'hidden' => '0',
13853   'external' => '0',
13854   'has_children' => '0',
13855   'expanded' => '0',
13856   'weight' => '0',
13857   'depth' => '1',
13858   'customized' => '0',
13859   'p1' => '176',
13860   'p2' => '0',
13861   'p3' => '0',
13862   'p4' => '0',
13863   'p5' => '0',
13864   'p6' => '0',
13865   'p7' => '0',
13866   'p8' => '0',
13867   'p9' => '0',
13868   'updated' => '0',
13869 ))
13870 ->values(array(
13871   'menu_name' => 'navigation',
13872   'mlid' => '177',
13873   'plid' => '173',
13874   'link_path' => 'search/node/%',
13875   'router_path' => 'search/node/%',
13876   'link_title' => 'Content',
13877   'options' => 'a:0:{}',
13878   'module' => 'system',
13879   'hidden' => '-1',
13880   'external' => '0',
13881   'has_children' => '0',
13882   'expanded' => '0',
13883   'weight' => '0',
13884   'depth' => '3',
13885   'customized' => '0',
13886   'p1' => '172',
13887   'p2' => '173',
13888   'p3' => '177',
13889   'p4' => '0',
13890   'p5' => '0',
13891   'p6' => '0',
13892   'p7' => '0',
13893   'p8' => '0',
13894   'p9' => '0',
13895   'updated' => '0',
13896 ))
13897 ->values(array(
13898   'menu_name' => 'management',
13899   'mlid' => '178',
13900   'plid' => '18',
13901   'link_path' => 'admin/reports/fields',
13902   'router_path' => 'admin/reports/fields',
13903   'link_title' => 'Field list',
13904   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Overview of fields on all entity types.";}}',
13905   'module' => 'system',
13906   'hidden' => '0',
13907   'external' => '0',
13908   'has_children' => '0',
13909   'expanded' => '0',
13910   'weight' => '0',
13911   'depth' => '3',
13912   'customized' => '0',
13913   'p1' => '1',
13914   'p2' => '18',
13915   'p3' => '178',
13916   'p4' => '0',
13917   'p5' => '0',
13918   'p6' => '0',
13919   'p7' => '0',
13920   'p8' => '0',
13921   'p9' => '0',
13922   'updated' => '0',
13923 ))
13924 ->values(array(
13925   'menu_name' => 'navigation',
13926   'mlid' => '179',
13927   'plid' => '16',
13928   'link_path' => 'user/%/shortcuts',
13929   'router_path' => 'user/%/shortcuts',
13930   'link_title' => 'Shortcuts',
13931   'options' => 'a:0:{}',
13932   'module' => 'system',
13933   'hidden' => '-1',
13934   'external' => '0',
13935   'has_children' => '0',
13936   'expanded' => '0',
13937   'weight' => '0',
13938   'depth' => '2',
13939   'customized' => '0',
13940   'p1' => '16',
13941   'p2' => '179',
13942   'p3' => '0',
13943   'p4' => '0',
13944   'p5' => '0',
13945   'p6' => '0',
13946   'p7' => '0',
13947   'p8' => '0',
13948   'p9' => '0',
13949   'updated' => '0',
13950 ))
13951 ->values(array(
13952   'menu_name' => 'management',
13953   'mlid' => '180',
13954   'plid' => '20',
13955   'link_path' => 'admin/structure/taxonomy',
13956   'router_path' => 'admin/structure/taxonomy',
13957   'link_title' => 'Taxonomy',
13958   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Manage tagging, categorization, and classification of your content.";}}',
13959   'module' => 'system',
13960   'hidden' => '0',
13961   'external' => '0',
13962   'has_children' => '1',
13963   'expanded' => '0',
13964   'weight' => '0',
13965   'depth' => '3',
13966   'customized' => '0',
13967   'p1' => '1',
13968   'p2' => '20',
13969   'p3' => '180',
13970   'p4' => '0',
13971   'p5' => '0',
13972   'p6' => '0',
13973   'p7' => '0',
13974   'p8' => '0',
13975   'p9' => '0',
13976   'updated' => '0',
13977 ))
13978 ->values(array(
13979   'menu_name' => 'management',
13980   'mlid' => '181',
13981   'plid' => '18',
13982   'link_path' => 'admin/reports/search',
13983   'router_path' => 'admin/reports/search',
13984   'link_title' => 'Top search phrases',
13985   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"View most popular search phrases.";}}',
13986   'module' => 'system',
13987   'hidden' => '0',
13988   'external' => '0',
13989   'has_children' => '0',
13990   'expanded' => '0',
13991   'weight' => '0',
13992   'depth' => '3',
13993   'customized' => '0',
13994   'p1' => '1',
13995   'p2' => '18',
13996   'p3' => '181',
13997   'p4' => '0',
13998   'p5' => '0',
13999   'p6' => '0',
14000   'p7' => '0',
14001   'p8' => '0',
14002   'p9' => '0',
14003   'updated' => '0',
14004 ))
14005 ->values(array(
14006   'menu_name' => 'navigation',
14007   'mlid' => '182',
14008   'plid' => '174',
14009   'link_path' => 'search/user/%',
14010   'router_path' => 'search/user/%',
14011   'link_title' => 'Users',
14012   'options' => 'a:0:{}',
14013   'module' => 'system',
14014   'hidden' => '-1',
14015   'external' => '0',
14016   'has_children' => '0',
14017   'expanded' => '0',
14018   'weight' => '0',
14019   'depth' => '3',
14020   'customized' => '0',
14021   'p1' => '172',
14022   'p2' => '174',
14023   'p3' => '182',
14024   'p4' => '0',
14025   'p5' => '0',
14026   'p6' => '0',
14027   'p7' => '0',
14028   'p8' => '0',
14029   'p9' => '0',
14030   'updated' => '0',
14031 ))
14032 ->values(array(
14033   'menu_name' => 'management',
14034   'mlid' => '183',
14035   'plid' => '175',
14036   'link_path' => 'admin/help/block',
14037   'router_path' => 'admin/help/block',
14038   'link_title' => 'block',
14039   'options' => 'a:0:{}',
14040   'module' => 'system',
14041   'hidden' => '-1',
14042   'external' => '0',
14043   'has_children' => '0',
14044   'expanded' => '0',
14045   'weight' => '0',
14046   'depth' => '3',
14047   'customized' => '0',
14048   'p1' => '1',
14049   'p2' => '175',
14050   'p3' => '183',
14051   'p4' => '0',
14052   'p5' => '0',
14053   'p6' => '0',
14054   'p7' => '0',
14055   'p8' => '0',
14056   'p9' => '0',
14057   'updated' => '0',
14058 ))
14059 ->values(array(
14060   'menu_name' => 'management',
14061   'mlid' => '184',
14062   'plid' => '175',
14063   'link_path' => 'admin/help/color',
14064   'router_path' => 'admin/help/color',
14065   'link_title' => 'color',
14066   'options' => 'a:0:{}',
14067   'module' => 'system',
14068   'hidden' => '-1',
14069   'external' => '0',
14070   'has_children' => '0',
14071   'expanded' => '0',
14072   'weight' => '0',
14073   'depth' => '3',
14074   'customized' => '0',
14075   'p1' => '1',
14076   'p2' => '175',
14077   'p3' => '184',
14078   'p4' => '0',
14079   'p5' => '0',
14080   'p6' => '0',
14081   'p7' => '0',
14082   'p8' => '0',
14083   'p9' => '0',
14084   'updated' => '0',
14085 ))
14086 ->values(array(
14087   'menu_name' => 'management',
14088   'mlid' => '185',
14089   'plid' => '175',
14090   'link_path' => 'admin/help/comment',
14091   'router_path' => 'admin/help/comment',
14092   'link_title' => 'comment',
14093   'options' => 'a:0:{}',
14094   'module' => 'system',
14095   'hidden' => '-1',
14096   'external' => '0',
14097   'has_children' => '0',
14098   'expanded' => '0',
14099   'weight' => '0',
14100   'depth' => '3',
14101   'customized' => '0',
14102   'p1' => '1',
14103   'p2' => '175',
14104   'p3' => '185',
14105   'p4' => '0',
14106   'p5' => '0',
14107   'p6' => '0',
14108   'p7' => '0',
14109   'p8' => '0',
14110   'p9' => '0',
14111   'updated' => '0',
14112 ))
14113 ->values(array(
14114   'menu_name' => 'management',
14115   'mlid' => '186',
14116   'plid' => '175',
14117   'link_path' => 'admin/help/contextual',
14118   'router_path' => 'admin/help/contextual',
14119   'link_title' => 'contextual',
14120   'options' => 'a:0:{}',
14121   'module' => 'system',
14122   'hidden' => '-1',
14123   'external' => '0',
14124   'has_children' => '0',
14125   'expanded' => '0',
14126   'weight' => '0',
14127   'depth' => '3',
14128   'customized' => '0',
14129   'p1' => '1',
14130   'p2' => '175',
14131   'p3' => '186',
14132   'p4' => '0',
14133   'p5' => '0',
14134   'p6' => '0',
14135   'p7' => '0',
14136   'p8' => '0',
14137   'p9' => '0',
14138   'updated' => '0',
14139 ))
14140 ->values(array(
14141   'menu_name' => 'management',
14142   'mlid' => '188',
14143   'plid' => '175',
14144   'link_path' => 'admin/help/dblog',
14145   'router_path' => 'admin/help/dblog',
14146   'link_title' => 'dblog',
14147   'options' => 'a:0:{}',
14148   'module' => 'system',
14149   'hidden' => '-1',
14150   'external' => '0',
14151   'has_children' => '0',
14152   'expanded' => '0',
14153   'weight' => '0',
14154   'depth' => '3',
14155   'customized' => '0',
14156   'p1' => '1',
14157   'p2' => '175',
14158   'p3' => '188',
14159   'p4' => '0',
14160   'p5' => '0',
14161   'p6' => '0',
14162   'p7' => '0',
14163   'p8' => '0',
14164   'p9' => '0',
14165   'updated' => '0',
14166 ))
14167 ->values(array(
14168   'menu_name' => 'management',
14169   'mlid' => '189',
14170   'plid' => '175',
14171   'link_path' => 'admin/help/field',
14172   'router_path' => 'admin/help/field',
14173   'link_title' => 'field',
14174   'options' => 'a:0:{}',
14175   'module' => 'system',
14176   'hidden' => '-1',
14177   'external' => '0',
14178   'has_children' => '0',
14179   'expanded' => '0',
14180   'weight' => '0',
14181   'depth' => '3',
14182   'customized' => '0',
14183   'p1' => '1',
14184   'p2' => '175',
14185   'p3' => '189',
14186   'p4' => '0',
14187   'p5' => '0',
14188   'p6' => '0',
14189   'p7' => '0',
14190   'p8' => '0',
14191   'p9' => '0',
14192   'updated' => '0',
14193 ))
14194 ->values(array(
14195   'menu_name' => 'management',
14196   'mlid' => '190',
14197   'plid' => '175',
14198   'link_path' => 'admin/help/field_sql_storage',
14199   'router_path' => 'admin/help/field_sql_storage',
14200   'link_title' => 'field_sql_storage',
14201   'options' => 'a:0:{}',
14202   'module' => 'system',
14203   'hidden' => '-1',
14204   'external' => '0',
14205   'has_children' => '0',
14206   'expanded' => '0',
14207   'weight' => '0',
14208   'depth' => '3',
14209   'customized' => '0',
14210   'p1' => '1',
14211   'p2' => '175',
14212   'p3' => '190',
14213   'p4' => '0',
14214   'p5' => '0',
14215   'p6' => '0',
14216   'p7' => '0',
14217   'p8' => '0',
14218   'p9' => '0',
14219   'updated' => '0',
14220 ))
14221 ->values(array(
14222   'menu_name' => 'management',
14223   'mlid' => '191',
14224   'plid' => '175',
14225   'link_path' => 'admin/help/field_ui',
14226   'router_path' => 'admin/help/field_ui',
14227   'link_title' => 'field_ui',
14228   'options' => 'a:0:{}',
14229   'module' => 'system',
14230   'hidden' => '-1',
14231   'external' => '0',
14232   'has_children' => '0',
14233   'expanded' => '0',
14234   'weight' => '0',
14235   'depth' => '3',
14236   'customized' => '0',
14237   'p1' => '1',
14238   'p2' => '175',
14239   'p3' => '191',
14240   'p4' => '0',
14241   'p5' => '0',
14242   'p6' => '0',
14243   'p7' => '0',
14244   'p8' => '0',
14245   'p9' => '0',
14246   'updated' => '0',
14247 ))
14248 ->values(array(
14249   'menu_name' => 'management',
14250   'mlid' => '192',
14251   'plid' => '175',
14252   'link_path' => 'admin/help/file',
14253   'router_path' => 'admin/help/file',
14254   'link_title' => 'file',
14255   'options' => 'a:0:{}',
14256   'module' => 'system',
14257   'hidden' => '-1',
14258   'external' => '0',
14259   'has_children' => '0',
14260   'expanded' => '0',
14261   'weight' => '0',
14262   'depth' => '3',
14263   'customized' => '0',
14264   'p1' => '1',
14265   'p2' => '175',
14266   'p3' => '192',
14267   'p4' => '0',
14268   'p5' => '0',
14269   'p6' => '0',
14270   'p7' => '0',
14271   'p8' => '0',
14272   'p9' => '0',
14273   'updated' => '0',
14274 ))
14275 ->values(array(
14276   'menu_name' => 'management',
14277   'mlid' => '193',
14278   'plid' => '175',
14279   'link_path' => 'admin/help/filter',
14280   'router_path' => 'admin/help/filter',
14281   'link_title' => 'filter',
14282   'options' => 'a:0:{}',
14283   'module' => 'system',
14284   'hidden' => '-1',
14285   'external' => '0',
14286   'has_children' => '0',
14287   'expanded' => '0',
14288   'weight' => '0',
14289   'depth' => '3',
14290   'customized' => '0',
14291   'p1' => '1',
14292   'p2' => '175',
14293   'p3' => '193',
14294   'p4' => '0',
14295   'p5' => '0',
14296   'p6' => '0',
14297   'p7' => '0',
14298   'p8' => '0',
14299   'p9' => '0',
14300   'updated' => '0',
14301 ))
14302 ->values(array(
14303   'menu_name' => 'management',
14304   'mlid' => '194',
14305   'plid' => '175',
14306   'link_path' => 'admin/help/help',
14307   'router_path' => 'admin/help/help',
14308   'link_title' => 'help',
14309   'options' => 'a:0:{}',
14310   'module' => 'system',
14311   'hidden' => '-1',
14312   'external' => '0',
14313   'has_children' => '0',
14314   'expanded' => '0',
14315   'weight' => '0',
14316   'depth' => '3',
14317   'customized' => '0',
14318   'p1' => '1',
14319   'p2' => '175',
14320   'p3' => '194',
14321   'p4' => '0',
14322   'p5' => '0',
14323   'p6' => '0',
14324   'p7' => '0',
14325   'p8' => '0',
14326   'p9' => '0',
14327   'updated' => '0',
14328 ))
14329 ->values(array(
14330   'menu_name' => 'management',
14331   'mlid' => '195',
14332   'plid' => '175',
14333   'link_path' => 'admin/help/image',
14334   'router_path' => 'admin/help/image',
14335   'link_title' => 'image',
14336   'options' => 'a:0:{}',
14337   'module' => 'system',
14338   'hidden' => '-1',
14339   'external' => '0',
14340   'has_children' => '0',
14341   'expanded' => '0',
14342   'weight' => '0',
14343   'depth' => '3',
14344   'customized' => '0',
14345   'p1' => '1',
14346   'p2' => '175',
14347   'p3' => '195',
14348   'p4' => '0',
14349   'p5' => '0',
14350   'p6' => '0',
14351   'p7' => '0',
14352   'p8' => '0',
14353   'p9' => '0',
14354   'updated' => '0',
14355 ))
14356 ->values(array(
14357   'menu_name' => 'management',
14358   'mlid' => '196',
14359   'plid' => '175',
14360   'link_path' => 'admin/help/list',
14361   'router_path' => 'admin/help/list',
14362   'link_title' => 'list',
14363   'options' => 'a:0:{}',
14364   'module' => 'system',
14365   'hidden' => '-1',
14366   'external' => '0',
14367   'has_children' => '0',
14368   'expanded' => '0',
14369   'weight' => '0',
14370   'depth' => '3',
14371   'customized' => '0',
14372   'p1' => '1',
14373   'p2' => '175',
14374   'p3' => '196',
14375   'p4' => '0',
14376   'p5' => '0',
14377   'p6' => '0',
14378   'p7' => '0',
14379   'p8' => '0',
14380   'p9' => '0',
14381   'updated' => '0',
14382 ))
14383 ->values(array(
14384   'menu_name' => 'management',
14385   'mlid' => '197',
14386   'plid' => '175',
14387   'link_path' => 'admin/help/menu',
14388   'router_path' => 'admin/help/menu',
14389   'link_title' => 'menu',
14390   'options' => 'a:0:{}',
14391   'module' => 'system',
14392   'hidden' => '-1',
14393   'external' => '0',
14394   'has_children' => '0',
14395   'expanded' => '0',
14396   'weight' => '0',
14397   'depth' => '3',
14398   'customized' => '0',
14399   'p1' => '1',
14400   'p2' => '175',
14401   'p3' => '197',
14402   'p4' => '0',
14403   'p5' => '0',
14404   'p6' => '0',
14405   'p7' => '0',
14406   'p8' => '0',
14407   'p9' => '0',
14408   'updated' => '0',
14409 ))
14410 ->values(array(
14411   'menu_name' => 'management',
14412   'mlid' => '198',
14413   'plid' => '175',
14414   'link_path' => 'admin/help/node',
14415   'router_path' => 'admin/help/node',
14416   'link_title' => 'node',
14417   'options' => 'a:0:{}',
14418   'module' => 'system',
14419   'hidden' => '-1',
14420   'external' => '0',
14421   'has_children' => '0',
14422   'expanded' => '0',
14423   'weight' => '0',
14424   'depth' => '3',
14425   'customized' => '0',
14426   'p1' => '1',
14427   'p2' => '175',
14428   'p3' => '198',
14429   'p4' => '0',
14430   'p5' => '0',
14431   'p6' => '0',
14432   'p7' => '0',
14433   'p8' => '0',
14434   'p9' => '0',
14435   'updated' => '0',
14436 ))
14437 ->values(array(
14438   'menu_name' => 'management',
14439   'mlid' => '199',
14440   'plid' => '175',
14441   'link_path' => 'admin/help/number',
14442   'router_path' => 'admin/help/number',
14443   'link_title' => 'number',
14444   'options' => 'a:0:{}',
14445   'module' => 'system',
14446   'hidden' => '-1',
14447   'external' => '0',
14448   'has_children' => '0',
14449   'expanded' => '0',
14450   'weight' => '0',
14451   'depth' => '3',
14452   'customized' => '0',
14453   'p1' => '1',
14454   'p2' => '175',
14455   'p3' => '199',
14456   'p4' => '0',
14457   'p5' => '0',
14458   'p6' => '0',
14459   'p7' => '0',
14460   'p8' => '0',
14461   'p9' => '0',
14462   'updated' => '0',
14463 ))
14464 ->values(array(
14465   'menu_name' => 'management',
14466   'mlid' => '200',
14467   'plid' => '175',
14468   'link_path' => 'admin/help/options',
14469   'router_path' => 'admin/help/options',
14470   'link_title' => 'options',
14471   'options' => 'a:0:{}',
14472   'module' => 'system',
14473   'hidden' => '-1',
14474   'external' => '0',
14475   'has_children' => '0',
14476   'expanded' => '0',
14477   'weight' => '0',
14478   'depth' => '3',
14479   'customized' => '0',
14480   'p1' => '1',
14481   'p2' => '175',
14482   'p3' => '200',
14483   'p4' => '0',
14484   'p5' => '0',
14485   'p6' => '0',
14486   'p7' => '0',
14487   'p8' => '0',
14488   'p9' => '0',
14489   'updated' => '0',
14490 ))
14491 ->values(array(
14492   'menu_name' => 'management',
14493   'mlid' => '202',
14494   'plid' => '175',
14495   'link_path' => 'admin/help/path',
14496   'router_path' => 'admin/help/path',
14497   'link_title' => 'path',
14498   'options' => 'a:0:{}',
14499   'module' => 'system',
14500   'hidden' => '-1',
14501   'external' => '0',
14502   'has_children' => '0',
14503   'expanded' => '0',
14504   'weight' => '0',
14505   'depth' => '3',
14506   'customized' => '0',
14507   'p1' => '1',
14508   'p2' => '175',
14509   'p3' => '202',
14510   'p4' => '0',
14511   'p5' => '0',
14512   'p6' => '0',
14513   'p7' => '0',
14514   'p8' => '0',
14515   'p9' => '0',
14516   'updated' => '0',
14517 ))
14518 ->values(array(
14519   'menu_name' => 'management',
14520   'mlid' => '203',
14521   'plid' => '175',
14522   'link_path' => 'admin/help/rdf',
14523   'router_path' => 'admin/help/rdf',
14524   'link_title' => 'rdf',
14525   'options' => 'a:0:{}',
14526   'module' => 'system',
14527   'hidden' => '-1',
14528   'external' => '0',
14529   'has_children' => '0',
14530   'expanded' => '0',
14531   'weight' => '0',
14532   'depth' => '3',
14533   'customized' => '0',
14534   'p1' => '1',
14535   'p2' => '175',
14536   'p3' => '203',
14537   'p4' => '0',
14538   'p5' => '0',
14539   'p6' => '0',
14540   'p7' => '0',
14541   'p8' => '0',
14542   'p9' => '0',
14543   'updated' => '0',
14544 ))
14545 ->values(array(
14546   'menu_name' => 'management',
14547   'mlid' => '204',
14548   'plid' => '175',
14549   'link_path' => 'admin/help/search',
14550   'router_path' => 'admin/help/search',
14551   'link_title' => 'search',
14552   'options' => 'a:0:{}',
14553   'module' => 'system',
14554   'hidden' => '-1',
14555   'external' => '0',
14556   'has_children' => '0',
14557   'expanded' => '0',
14558   'weight' => '0',
14559   'depth' => '3',
14560   'customized' => '0',
14561   'p1' => '1',
14562   'p2' => '175',
14563   'p3' => '204',
14564   'p4' => '0',
14565   'p5' => '0',
14566   'p6' => '0',
14567   'p7' => '0',
14568   'p8' => '0',
14569   'p9' => '0',
14570   'updated' => '0',
14571 ))
14572 ->values(array(
14573   'menu_name' => 'management',
14574   'mlid' => '205',
14575   'plid' => '175',
14576   'link_path' => 'admin/help/shortcut',
14577   'router_path' => 'admin/help/shortcut',
14578   'link_title' => 'shortcut',
14579   'options' => 'a:0:{}',
14580   'module' => 'system',
14581   'hidden' => '-1',
14582   'external' => '0',
14583   'has_children' => '0',
14584   'expanded' => '0',
14585   'weight' => '0',
14586   'depth' => '3',
14587   'customized' => '0',
14588   'p1' => '1',
14589   'p2' => '175',
14590   'p3' => '205',
14591   'p4' => '0',
14592   'p5' => '0',
14593   'p6' => '0',
14594   'p7' => '0',
14595   'p8' => '0',
14596   'p9' => '0',
14597   'updated' => '0',
14598 ))
14599 ->values(array(
14600   'menu_name' => 'management',
14601   'mlid' => '206',
14602   'plid' => '175',
14603   'link_path' => 'admin/help/system',
14604   'router_path' => 'admin/help/system',
14605   'link_title' => 'system',
14606   'options' => 'a:0:{}',
14607   'module' => 'system',
14608   'hidden' => '-1',
14609   'external' => '0',
14610   'has_children' => '0',
14611   'expanded' => '0',
14612   'weight' => '0',
14613   'depth' => '3',
14614   'customized' => '0',
14615   'p1' => '1',
14616   'p2' => '175',
14617   'p3' => '206',
14618   'p4' => '0',
14619   'p5' => '0',
14620   'p6' => '0',
14621   'p7' => '0',
14622   'p8' => '0',
14623   'p9' => '0',
14624   'updated' => '0',
14625 ))
14626 ->values(array(
14627   'menu_name' => 'management',
14628   'mlid' => '207',
14629   'plid' => '175',
14630   'link_path' => 'admin/help/taxonomy',
14631   'router_path' => 'admin/help/taxonomy',
14632   'link_title' => 'taxonomy',
14633   'options' => 'a:0:{}',
14634   'module' => 'system',
14635   'hidden' => '-1',
14636   'external' => '0',
14637   'has_children' => '0',
14638   'expanded' => '0',
14639   'weight' => '0',
14640   'depth' => '3',
14641   'customized' => '0',
14642   'p1' => '1',
14643   'p2' => '175',
14644   'p3' => '207',
14645   'p4' => '0',
14646   'p5' => '0',
14647   'p6' => '0',
14648   'p7' => '0',
14649   'p8' => '0',
14650   'p9' => '0',
14651   'updated' => '0',
14652 ))
14653 ->values(array(
14654   'menu_name' => 'management',
14655   'mlid' => '208',
14656   'plid' => '175',
14657   'link_path' => 'admin/help/text',
14658   'router_path' => 'admin/help/text',
14659   'link_title' => 'text',
14660   'options' => 'a:0:{}',
14661   'module' => 'system',
14662   'hidden' => '-1',
14663   'external' => '0',
14664   'has_children' => '0',
14665   'expanded' => '0',
14666   'weight' => '0',
14667   'depth' => '3',
14668   'customized' => '0',
14669   'p1' => '1',
14670   'p2' => '175',
14671   'p3' => '208',
14672   'p4' => '0',
14673   'p5' => '0',
14674   'p6' => '0',
14675   'p7' => '0',
14676   'p8' => '0',
14677   'p9' => '0',
14678   'updated' => '0',
14679 ))
14680 ->values(array(
14681   'menu_name' => 'management',
14682   'mlid' => '209',
14683   'plid' => '175',
14684   'link_path' => 'admin/help/user',
14685   'router_path' => 'admin/help/user',
14686   'link_title' => 'user',
14687   'options' => 'a:0:{}',
14688   'module' => 'system',
14689   'hidden' => '-1',
14690   'external' => '0',
14691   'has_children' => '0',
14692   'expanded' => '0',
14693   'weight' => '0',
14694   'depth' => '3',
14695   'customized' => '0',
14696   'p1' => '1',
14697   'p2' => '175',
14698   'p3' => '209',
14699   'p4' => '0',
14700   'p5' => '0',
14701   'p6' => '0',
14702   'p7' => '0',
14703   'p8' => '0',
14704   'p9' => '0',
14705   'updated' => '0',
14706 ))
14707 ->values(array(
14708   'menu_name' => 'navigation',
14709   'mlid' => '210',
14710   'plid' => '176',
14711   'link_path' => 'taxonomy/term/%/edit',
14712   'router_path' => 'taxonomy/term/%/edit',
14713   'link_title' => 'Edit',
14714   'options' => 'a:0:{}',
14715   'module' => 'system',
14716   'hidden' => '-1',
14717   'external' => '0',
14718   'has_children' => '0',
14719   'expanded' => '0',
14720   'weight' => '10',
14721   'depth' => '2',
14722   'customized' => '0',
14723   'p1' => '176',
14724   'p2' => '210',
14725   'p3' => '0',
14726   'p4' => '0',
14727   'p5' => '0',
14728   'p6' => '0',
14729   'p7' => '0',
14730   'p8' => '0',
14731   'p9' => '0',
14732   'updated' => '0',
14733 ))
14734 ->values(array(
14735   'menu_name' => 'navigation',
14736   'mlid' => '211',
14737   'plid' => '176',
14738   'link_path' => 'taxonomy/term/%/view',
14739   'router_path' => 'taxonomy/term/%/view',
14740   'link_title' => 'View',
14741   'options' => 'a:0:{}',
14742   'module' => 'system',
14743   'hidden' => '-1',
14744   'external' => '0',
14745   'has_children' => '0',
14746   'expanded' => '0',
14747   'weight' => '0',
14748   'depth' => '2',
14749   'customized' => '0',
14750   'p1' => '176',
14751   'p2' => '211',
14752   'p3' => '0',
14753   'p4' => '0',
14754   'p5' => '0',
14755   'p6' => '0',
14756   'p7' => '0',
14757   'p8' => '0',
14758   'p9' => '0',
14759   'updated' => '0',
14760 ))
14761 ->values(array(
14762   'menu_name' => 'management',
14763   'mlid' => '212',
14764   'plid' => '180',
14765   'link_path' => 'admin/structure/taxonomy/%',
14766   'router_path' => 'admin/structure/taxonomy/%',
14767   'link_title' => '',
14768   'options' => 'a:0:{}',
14769   'module' => 'system',
14770   'hidden' => '0',
14771   'external' => '0',
14772   'has_children' => '0',
14773   'expanded' => '0',
14774   'weight' => '0',
14775   'depth' => '4',
14776   'customized' => '0',
14777   'p1' => '1',
14778   'p2' => '20',
14779   'p3' => '180',
14780   'p4' => '212',
14781   'p5' => '0',
14782   'p6' => '0',
14783   'p7' => '0',
14784   'p8' => '0',
14785   'p9' => '0',
14786   'updated' => '0',
14787 ))
14788 ->values(array(
14789   'menu_name' => 'management',
14790   'mlid' => '213',
14791   'plid' => '180',
14792   'link_path' => 'admin/structure/taxonomy/add',
14793   'router_path' => 'admin/structure/taxonomy/add',
14794   'link_title' => 'Add vocabulary',
14795   'options' => 'a:0:{}',
14796   'module' => 'system',
14797   'hidden' => '-1',
14798   'external' => '0',
14799   'has_children' => '0',
14800   'expanded' => '0',
14801   'weight' => '0',
14802   'depth' => '4',
14803   'customized' => '0',
14804   'p1' => '1',
14805   'p2' => '20',
14806   'p3' => '180',
14807   'p4' => '213',
14808   'p5' => '0',
14809   'p6' => '0',
14810   'p7' => '0',
14811   'p8' => '0',
14812   'p9' => '0',
14813   'updated' => '0',
14814 ))
14815 ->values(array(
14816   'menu_name' => 'management',
14817   'mlid' => '214',
14818   'plid' => '43',
14819   'link_path' => 'admin/config/media/image-styles',
14820   'router_path' => 'admin/config/media/image-styles',
14821   'link_title' => 'Image styles',
14822   '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.";}}',
14823   'module' => 'system',
14824   'hidden' => '0',
14825   'external' => '0',
14826   'has_children' => '1',
14827   'expanded' => '0',
14828   'weight' => '0',
14829   'depth' => '4',
14830   'customized' => '0',
14831   'p1' => '1',
14832   'p2' => '8',
14833   'p3' => '43',
14834   'p4' => '214',
14835   'p5' => '0',
14836   'p6' => '0',
14837   'p7' => '0',
14838   'p8' => '0',
14839   'p9' => '0',
14840   'updated' => '0',
14841 ))
14842 ->values(array(
14843   'menu_name' => 'management',
14844   'mlid' => '215',
14845   'plid' => '180',
14846   'link_path' => 'admin/structure/taxonomy/list',
14847   'router_path' => 'admin/structure/taxonomy/list',
14848   'link_title' => 'List',
14849   'options' => 'a:0:{}',
14850   'module' => 'system',
14851   'hidden' => '-1',
14852   'external' => '0',
14853   'has_children' => '0',
14854   'expanded' => '0',
14855   'weight' => '-10',
14856   'depth' => '4',
14857   'customized' => '0',
14858   'p1' => '1',
14859   'p2' => '20',
14860   'p3' => '180',
14861   'p4' => '215',
14862   'p5' => '0',
14863   'p6' => '0',
14864   'p7' => '0',
14865   'p8' => '0',
14866   'p9' => '0',
14867   'updated' => '0',
14868 ))
14869 ->values(array(
14870   'menu_name' => 'management',
14871   'mlid' => '216',
14872   'plid' => '50',
14873   'link_path' => 'admin/config/search/settings',
14874   'router_path' => 'admin/config/search/settings',
14875   'link_title' => 'Search settings',
14876   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Configure relevance settings for search and other indexing options.";}}',
14877   'module' => 'system',
14878   'hidden' => '0',
14879   'external' => '0',
14880   'has_children' => '0',
14881   'expanded' => '0',
14882   'weight' => '-10',
14883   'depth' => '4',
14884   'customized' => '0',
14885   'p1' => '1',
14886   'p2' => '8',
14887   'p3' => '50',
14888   'p4' => '216',
14889   'p5' => '0',
14890   'p6' => '0',
14891   'p7' => '0',
14892   'p8' => '0',
14893   'p9' => '0',
14894   'updated' => '0',
14895 ))
14896 ->values(array(
14897   'menu_name' => 'management',
14898   'mlid' => '217',
14899   'plid' => '57',
14900   'link_path' => 'admin/config/user-interface/shortcut',
14901   'router_path' => 'admin/config/user-interface/shortcut',
14902   'link_title' => 'Shortcuts',
14903   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:29:"Add and modify shortcut sets.";}}',
14904   'module' => 'system',
14905   'hidden' => '0',
14906   'external' => '0',
14907   'has_children' => '1',
14908   'expanded' => '0',
14909   'weight' => '0',
14910   'depth' => '4',
14911   'customized' => '0',
14912   'p1' => '1',
14913   'p2' => '8',
14914   'p3' => '57',
14915   'p4' => '217',
14916   'p5' => '0',
14917   'p6' => '0',
14918   'p7' => '0',
14919   'p8' => '0',
14920   'p9' => '0',
14921   'updated' => '0',
14922 ))
14923 ->values(array(
14924   'menu_name' => 'management',
14925   'mlid' => '218',
14926   'plid' => '50',
14927   'link_path' => 'admin/config/search/path',
14928   'router_path' => 'admin/config/search/path',
14929   'link_title' => 'URL aliases',
14930   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:46:\"Change your site's URL paths by aliasing them.\";}}",
14931   'module' => 'system',
14932   'hidden' => '0',
14933   'external' => '0',
14934   'has_children' => '1',
14935   'expanded' => '0',
14936   'weight' => '-5',
14937   'depth' => '4',
14938   'customized' => '0',
14939   'p1' => '1',
14940   'p2' => '8',
14941   'p3' => '50',
14942   'p4' => '218',
14943   'p5' => '0',
14944   'p6' => '0',
14945   'p7' => '0',
14946   'p8' => '0',
14947   'p9' => '0',
14948   'updated' => '0',
14949 ))
14950 ->values(array(
14951   'menu_name' => 'management',
14952   'mlid' => '219',
14953   'plid' => '218',
14954   'link_path' => 'admin/config/search/path/add',
14955   'router_path' => 'admin/config/search/path/add',
14956   'link_title' => 'Add alias',
14957   'options' => 'a:0:{}',
14958   'module' => 'system',
14959   'hidden' => '-1',
14960   'external' => '0',
14961   'has_children' => '0',
14962   'expanded' => '0',
14963   'weight' => '0',
14964   'depth' => '5',
14965   'customized' => '0',
14966   'p1' => '1',
14967   'p2' => '8',
14968   'p3' => '50',
14969   'p4' => '218',
14970   'p5' => '219',
14971   'p6' => '0',
14972   'p7' => '0',
14973   'p8' => '0',
14974   'p9' => '0',
14975   'updated' => '0',
14976 ))
14977 ->values(array(
14978   'menu_name' => 'management',
14979   'mlid' => '220',
14980   'plid' => '217',
14981   'link_path' => 'admin/config/user-interface/shortcut/add-set',
14982   'router_path' => 'admin/config/user-interface/shortcut/add-set',
14983   'link_title' => 'Add shortcut set',
14984   'options' => 'a:0:{}',
14985   'module' => 'system',
14986   'hidden' => '-1',
14987   'external' => '0',
14988   'has_children' => '0',
14989   'expanded' => '0',
14990   'weight' => '0',
14991   'depth' => '5',
14992   'customized' => '0',
14993   'p1' => '1',
14994   'p2' => '8',
14995   'p3' => '57',
14996   'p4' => '217',
14997   'p5' => '220',
14998   'p6' => '0',
14999   'p7' => '0',
15000   'p8' => '0',
15001   'p9' => '0',
15002   'updated' => '0',
15003 ))
15004 ->values(array(
15005   'menu_name' => 'management',
15006   'mlid' => '221',
15007   'plid' => '214',
15008   'link_path' => 'admin/config/media/image-styles/add',
15009   'router_path' => 'admin/config/media/image-styles/add',
15010   'link_title' => 'Add style',
15011   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Add a new image style.";}}',
15012   'module' => 'system',
15013   'hidden' => '-1',
15014   'external' => '0',
15015   'has_children' => '0',
15016   'expanded' => '0',
15017   'weight' => '2',
15018   'depth' => '5',
15019   'customized' => '0',
15020   'p1' => '1',
15021   'p2' => '8',
15022   'p3' => '43',
15023   'p4' => '214',
15024   'p5' => '221',
15025   'p6' => '0',
15026   'p7' => '0',
15027   'p8' => '0',
15028   'p9' => '0',
15029   'updated' => '0',
15030 ))
15031 ->values(array(
15032   'menu_name' => 'management',
15033   'mlid' => '222',
15034   'plid' => '212',
15035   'link_path' => 'admin/structure/taxonomy/%/add',
15036   'router_path' => 'admin/structure/taxonomy/%/add',
15037   'link_title' => 'Add term',
15038   'options' => 'a:0:{}',
15039   'module' => 'system',
15040   'hidden' => '-1',
15041   'external' => '0',
15042   'has_children' => '0',
15043   'expanded' => '0',
15044   'weight' => '0',
15045   'depth' => '5',
15046   'customized' => '0',
15047   'p1' => '1',
15048   'p2' => '20',
15049   'p3' => '180',
15050   'p4' => '212',
15051   'p5' => '222',
15052   'p6' => '0',
15053   'p7' => '0',
15054   'p8' => '0',
15055   'p9' => '0',
15056   'updated' => '0',
15057 ))
15058 ->values(array(
15059   'menu_name' => 'management',
15060   'mlid' => '223',
15061   'plid' => '216',
15062   'link_path' => 'admin/config/search/settings/reindex',
15063   'router_path' => 'admin/config/search/settings/reindex',
15064   'link_title' => 'Clear index',
15065   'options' => 'a:0:{}',
15066   'module' => 'system',
15067   'hidden' => '-1',
15068   'external' => '0',
15069   'has_children' => '0',
15070   'expanded' => '0',
15071   'weight' => '0',
15072   'depth' => '5',
15073   'customized' => '0',
15074   'p1' => '1',
15075   'p2' => '8',
15076   'p3' => '50',
15077   'p4' => '216',
15078   'p5' => '223',
15079   'p6' => '0',
15080   'p7' => '0',
15081   'p8' => '0',
15082   'p9' => '0',
15083   'updated' => '0',
15084 ))
15085 ->values(array(
15086   'menu_name' => 'management',
15087   'mlid' => '224',
15088   'plid' => '212',
15089   'link_path' => 'admin/structure/taxonomy/%/edit',
15090   'router_path' => 'admin/structure/taxonomy/%/edit',
15091   'link_title' => 'Edit',
15092   'options' => 'a:0:{}',
15093   'module' => 'system',
15094   'hidden' => '-1',
15095   'external' => '0',
15096   'has_children' => '0',
15097   'expanded' => '0',
15098   'weight' => '-10',
15099   'depth' => '5',
15100   'customized' => '0',
15101   'p1' => '1',
15102   'p2' => '20',
15103   'p3' => '180',
15104   'p4' => '212',
15105   'p5' => '224',
15106   'p6' => '0',
15107   'p7' => '0',
15108   'p8' => '0',
15109   'p9' => '0',
15110   'updated' => '0',
15111 ))
15112 ->values(array(
15113   'menu_name' => 'management',
15114   'mlid' => '225',
15115   'plid' => '217',
15116   'link_path' => 'admin/config/user-interface/shortcut/%',
15117   'router_path' => 'admin/config/user-interface/shortcut/%',
15118   'link_title' => 'Edit shortcuts',
15119   'options' => 'a:0:{}',
15120   'module' => 'system',
15121   'hidden' => '0',
15122   'external' => '0',
15123   'has_children' => '1',
15124   'expanded' => '0',
15125   'weight' => '0',
15126   'depth' => '5',
15127   'customized' => '0',
15128   'p1' => '1',
15129   'p2' => '8',
15130   'p3' => '57',
15131   'p4' => '217',
15132   'p5' => '225',
15133   'p6' => '0',
15134   'p7' => '0',
15135   'p8' => '0',
15136   'p9' => '0',
15137   'updated' => '0',
15138 ))
15139 ->values(array(
15140   'menu_name' => 'management',
15141   'mlid' => '226',
15142   'plid' => '212',
15143   'link_path' => 'admin/structure/taxonomy/%/list',
15144   'router_path' => 'admin/structure/taxonomy/%/list',
15145   'link_title' => 'List',
15146   'options' => 'a:0:{}',
15147   'module' => 'system',
15148   'hidden' => '-1',
15149   'external' => '0',
15150   'has_children' => '0',
15151   'expanded' => '0',
15152   'weight' => '-20',
15153   'depth' => '5',
15154   'customized' => '0',
15155   'p1' => '1',
15156   'p2' => '20',
15157   'p3' => '180',
15158   'p4' => '212',
15159   'p5' => '226',
15160   'p6' => '0',
15161   'p7' => '0',
15162   'p8' => '0',
15163   'p9' => '0',
15164   'updated' => '0',
15165 ))
15166 ->values(array(
15167   'menu_name' => 'management',
15168   'mlid' => '227',
15169   'plid' => '218',
15170   'link_path' => 'admin/config/search/path/list',
15171   'router_path' => 'admin/config/search/path/list',
15172   'link_title' => 'List',
15173   'options' => 'a:0:{}',
15174   'module' => 'system',
15175   'hidden' => '-1',
15176   'external' => '0',
15177   'has_children' => '0',
15178   'expanded' => '0',
15179   'weight' => '-10',
15180   'depth' => '5',
15181   'customized' => '0',
15182   'p1' => '1',
15183   'p2' => '8',
15184   'p3' => '50',
15185   'p4' => '218',
15186   'p5' => '227',
15187   'p6' => '0',
15188   'p7' => '0',
15189   'p8' => '0',
15190   'p9' => '0',
15191   'updated' => '0',
15192 ))
15193 ->values(array(
15194   'menu_name' => 'management',
15195   'mlid' => '228',
15196   'plid' => '214',
15197   'link_path' => 'admin/config/media/image-styles/list',
15198   'router_path' => 'admin/config/media/image-styles/list',
15199   'link_title' => 'List',
15200   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"List the current image styles on the site.";}}',
15201   'module' => 'system',
15202   'hidden' => '-1',
15203   'external' => '0',
15204   'has_children' => '0',
15205   'expanded' => '0',
15206   'weight' => '1',
15207   'depth' => '5',
15208   'customized' => '0',
15209   'p1' => '1',
15210   'p2' => '8',
15211   'p3' => '43',
15212   'p4' => '214',
15213   'p5' => '228',
15214   'p6' => '0',
15215   'p7' => '0',
15216   'p8' => '0',
15217   'p9' => '0',
15218   'updated' => '0',
15219 ))
15220 ->values(array(
15221   'menu_name' => 'management',
15222   'mlid' => '229',
15223   'plid' => '225',
15224   'link_path' => 'admin/config/user-interface/shortcut/%/add-link',
15225   'router_path' => 'admin/config/user-interface/shortcut/%/add-link',
15226   'link_title' => 'Add shortcut',
15227   'options' => 'a:0:{}',
15228   'module' => 'system',
15229   'hidden' => '-1',
15230   'external' => '0',
15231   'has_children' => '0',
15232   'expanded' => '0',
15233   'weight' => '0',
15234   'depth' => '6',
15235   'customized' => '0',
15236   'p1' => '1',
15237   'p2' => '8',
15238   'p3' => '57',
15239   'p4' => '217',
15240   'p5' => '225',
15241   'p6' => '229',
15242   'p7' => '0',
15243   'p8' => '0',
15244   'p9' => '0',
15245   'updated' => '0',
15246 ))
15247 ->values(array(
15248   'menu_name' => 'management',
15249   'mlid' => '230',
15250   'plid' => '218',
15251   'link_path' => 'admin/config/search/path/delete/%',
15252   'router_path' => 'admin/config/search/path/delete/%',
15253   'link_title' => 'Delete alias',
15254   'options' => 'a:0:{}',
15255   'module' => 'system',
15256   'hidden' => '0',
15257   'external' => '0',
15258   'has_children' => '0',
15259   'expanded' => '0',
15260   'weight' => '0',
15261   'depth' => '5',
15262   'customized' => '0',
15263   'p1' => '1',
15264   'p2' => '8',
15265   'p3' => '50',
15266   'p4' => '218',
15267   'p5' => '230',
15268   'p6' => '0',
15269   'p7' => '0',
15270   'p8' => '0',
15271   'p9' => '0',
15272   'updated' => '0',
15273 ))
15274 ->values(array(
15275   'menu_name' => 'management',
15276   'mlid' => '231',
15277   'plid' => '225',
15278   'link_path' => 'admin/config/user-interface/shortcut/%/delete',
15279   'router_path' => 'admin/config/user-interface/shortcut/%/delete',
15280   'link_title' => 'Delete shortcut set',
15281   'options' => 'a:0:{}',
15282   'module' => 'system',
15283   'hidden' => '0',
15284   'external' => '0',
15285   'has_children' => '0',
15286   'expanded' => '0',
15287   'weight' => '0',
15288   'depth' => '6',
15289   'customized' => '0',
15290   'p1' => '1',
15291   'p2' => '8',
15292   'p3' => '57',
15293   'p4' => '217',
15294   'p5' => '225',
15295   'p6' => '231',
15296   'p7' => '0',
15297   'p8' => '0',
15298   'p9' => '0',
15299   'updated' => '0',
15300 ))
15301 ->values(array(
15302   'menu_name' => 'management',
15303   'mlid' => '232',
15304   'plid' => '218',
15305   'link_path' => 'admin/config/search/path/edit/%',
15306   'router_path' => 'admin/config/search/path/edit/%',
15307   'link_title' => 'Edit alias',
15308   'options' => 'a:0:{}',
15309   'module' => 'system',
15310   'hidden' => '0',
15311   'external' => '0',
15312   'has_children' => '0',
15313   'expanded' => '0',
15314   'weight' => '0',
15315   'depth' => '5',
15316   'customized' => '0',
15317   'p1' => '1',
15318   'p2' => '8',
15319   'p3' => '50',
15320   'p4' => '218',
15321   'p5' => '232',
15322   'p6' => '0',
15323   'p7' => '0',
15324   'p8' => '0',
15325   'p9' => '0',
15326   'updated' => '0',
15327 ))
15328 ->values(array(
15329   'menu_name' => 'management',
15330   'mlid' => '233',
15331   'plid' => '225',
15332   'link_path' => 'admin/config/user-interface/shortcut/%/edit',
15333   'router_path' => 'admin/config/user-interface/shortcut/%/edit',
15334   'link_title' => 'Edit set name',
15335   'options' => 'a:0:{}',
15336   'module' => 'system',
15337   'hidden' => '-1',
15338   'external' => '0',
15339   'has_children' => '0',
15340   'expanded' => '0',
15341   'weight' => '10',
15342   'depth' => '6',
15343   'customized' => '0',
15344   'p1' => '1',
15345   'p2' => '8',
15346   'p3' => '57',
15347   'p4' => '217',
15348   'p5' => '225',
15349   'p6' => '233',
15350   'p7' => '0',
15351   'p8' => '0',
15352   'p9' => '0',
15353   'updated' => '0',
15354 ))
15355 ->values(array(
15356   'menu_name' => 'management',
15357   'mlid' => '234',
15358   'plid' => '217',
15359   'link_path' => 'admin/config/user-interface/shortcut/link/%',
15360   'router_path' => 'admin/config/user-interface/shortcut/link/%',
15361   'link_title' => 'Edit shortcut',
15362   'options' => 'a:0:{}',
15363   'module' => 'system',
15364   'hidden' => '0',
15365   'external' => '0',
15366   'has_children' => '1',
15367   'expanded' => '0',
15368   'weight' => '0',
15369   'depth' => '5',
15370   'customized' => '0',
15371   'p1' => '1',
15372   'p2' => '8',
15373   'p3' => '57',
15374   'p4' => '217',
15375   'p5' => '234',
15376   'p6' => '0',
15377   'p7' => '0',
15378   'p8' => '0',
15379   'p9' => '0',
15380   'updated' => '0',
15381 ))
15382 ->values(array(
15383   'menu_name' => 'management',
15384   'mlid' => '235',
15385   'plid' => '214',
15386   'link_path' => 'admin/config/media/image-styles/edit/%',
15387   'router_path' => 'admin/config/media/image-styles/edit/%',
15388   'link_title' => 'Edit style',
15389   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:25:"Configure an image style.";}}',
15390   'module' => 'system',
15391   'hidden' => '0',
15392   'external' => '0',
15393   'has_children' => '1',
15394   'expanded' => '0',
15395   'weight' => '0',
15396   'depth' => '5',
15397   'customized' => '0',
15398   'p1' => '1',
15399   'p2' => '8',
15400   'p3' => '43',
15401   'p4' => '214',
15402   'p5' => '235',
15403   'p6' => '0',
15404   'p7' => '0',
15405   'p8' => '0',
15406   'p9' => '0',
15407   'updated' => '0',
15408 ))
15409 ->values(array(
15410   'menu_name' => 'management',
15411   'mlid' => '236',
15412   'plid' => '225',
15413   'link_path' => 'admin/config/user-interface/shortcut/%/links',
15414   'router_path' => 'admin/config/user-interface/shortcut/%/links',
15415   'link_title' => 'List links',
15416   'options' => 'a:0:{}',
15417   'module' => 'system',
15418   'hidden' => '-1',
15419   'external' => '0',
15420   'has_children' => '0',
15421   'expanded' => '0',
15422   'weight' => '0',
15423   'depth' => '6',
15424   'customized' => '0',
15425   'p1' => '1',
15426   'p2' => '8',
15427   'p3' => '57',
15428   'p4' => '217',
15429   'p5' => '225',
15430   'p6' => '236',
15431   'p7' => '0',
15432   'p8' => '0',
15433   'p9' => '0',
15434   'updated' => '0',
15435 ))
15436 ->values(array(
15437   'menu_name' => 'management',
15438   'mlid' => '237',
15439   'plid' => '214',
15440   'link_path' => 'admin/config/media/image-styles/delete/%',
15441   'router_path' => 'admin/config/media/image-styles/delete/%',
15442   'link_title' => 'Delete style',
15443   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Delete an image style.";}}',
15444   'module' => 'system',
15445   'hidden' => '0',
15446   'external' => '0',
15447   'has_children' => '0',
15448   'expanded' => '0',
15449   'weight' => '0',
15450   'depth' => '5',
15451   'customized' => '0',
15452   'p1' => '1',
15453   'p2' => '8',
15454   'p3' => '43',
15455   'p4' => '214',
15456   'p5' => '237',
15457   'p6' => '0',
15458   'p7' => '0',
15459   'p8' => '0',
15460   'p9' => '0',
15461   'updated' => '0',
15462 ))
15463 ->values(array(
15464   'menu_name' => 'management',
15465   'mlid' => '238',
15466   'plid' => '214',
15467   'link_path' => 'admin/config/media/image-styles/revert/%',
15468   'router_path' => 'admin/config/media/image-styles/revert/%',
15469   'link_title' => 'Revert style',
15470   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Revert an image style.";}}',
15471   'module' => 'system',
15472   'hidden' => '0',
15473   'external' => '0',
15474   'has_children' => '0',
15475   'expanded' => '0',
15476   'weight' => '0',
15477   'depth' => '5',
15478   'customized' => '0',
15479   'p1' => '1',
15480   'p2' => '8',
15481   'p3' => '43',
15482   'p4' => '214',
15483   'p5' => '238',
15484   'p6' => '0',
15485   'p7' => '0',
15486   'p8' => '0',
15487   'p9' => '0',
15488   'updated' => '0',
15489 ))
15490 ->values(array(
15491   'menu_name' => 'management',
15492   'mlid' => '239',
15493   'plid' => '234',
15494   'link_path' => 'admin/config/user-interface/shortcut/link/%/delete',
15495   'router_path' => 'admin/config/user-interface/shortcut/link/%/delete',
15496   'link_title' => 'Delete shortcut',
15497   'options' => 'a:0:{}',
15498   'module' => 'system',
15499   'hidden' => '0',
15500   'external' => '0',
15501   'has_children' => '0',
15502   'expanded' => '0',
15503   'weight' => '0',
15504   'depth' => '6',
15505   'customized' => '0',
15506   'p1' => '1',
15507   'p2' => '8',
15508   'p3' => '57',
15509   'p4' => '217',
15510   'p5' => '234',
15511   'p6' => '239',
15512   'p7' => '0',
15513   'p8' => '0',
15514   'p9' => '0',
15515   'updated' => '0',
15516 ))
15517 ->values(array(
15518   'menu_name' => 'management',
15519   'mlid' => '240',
15520   'plid' => '235',
15521   'link_path' => 'admin/config/media/image-styles/edit/%/add/%',
15522   'router_path' => 'admin/config/media/image-styles/edit/%/add/%',
15523   'link_title' => 'Add image effect',
15524   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Add a new effect to a style.";}}',
15525   'module' => 'system',
15526   'hidden' => '0',
15527   'external' => '0',
15528   'has_children' => '0',
15529   'expanded' => '0',
15530   'weight' => '0',
15531   'depth' => '6',
15532   'customized' => '0',
15533   'p1' => '1',
15534   'p2' => '8',
15535   'p3' => '43',
15536   'p4' => '214',
15537   'p5' => '235',
15538   'p6' => '240',
15539   'p7' => '0',
15540   'p8' => '0',
15541   'p9' => '0',
15542   'updated' => '0',
15543 ))
15544 ->values(array(
15545   'menu_name' => 'management',
15546   'mlid' => '241',
15547   'plid' => '235',
15548   'link_path' => 'admin/config/media/image-styles/edit/%/effects/%',
15549   'router_path' => 'admin/config/media/image-styles/edit/%/effects/%',
15550   'link_title' => 'Edit image effect',
15551   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Edit an existing effect within a style.";}}',
15552   'module' => 'system',
15553   'hidden' => '0',
15554   'external' => '0',
15555   'has_children' => '1',
15556   'expanded' => '0',
15557   'weight' => '0',
15558   'depth' => '6',
15559   'customized' => '0',
15560   'p1' => '1',
15561   'p2' => '8',
15562   'p3' => '43',
15563   'p4' => '214',
15564   'p5' => '235',
15565   'p6' => '241',
15566   'p7' => '0',
15567   'p8' => '0',
15568   'p9' => '0',
15569   'updated' => '0',
15570 ))
15571 ->values(array(
15572   'menu_name' => 'management',
15573   'mlid' => '242',
15574   'plid' => '241',
15575   'link_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
15576   'router_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
15577   'link_title' => 'Delete image effect',
15578   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Delete an existing effect from a style.";}}',
15579   'module' => 'system',
15580   'hidden' => '0',
15581   'external' => '0',
15582   'has_children' => '0',
15583   'expanded' => '0',
15584   'weight' => '0',
15585   'depth' => '7',
15586   'customized' => '0',
15587   'p1' => '1',
15588   'p2' => '8',
15589   'p3' => '43',
15590   'p4' => '214',
15591   'p5' => '235',
15592   'p6' => '241',
15593   'p7' => '242',
15594   'p8' => '0',
15595   'p9' => '0',
15596   'updated' => '0',
15597 ))
15598 ->values(array(
15599   'menu_name' => 'shortcut-set-1',
15600   'mlid' => '243',
15601   'plid' => '0',
15602   'link_path' => 'node/add',
15603   'router_path' => 'node/add',
15604   'link_title' => 'Add content',
15605   'options' => 'a:0:{}',
15606   'module' => 'menu',
15607   'hidden' => '0',
15608   'external' => '0',
15609   'has_children' => '0',
15610   'expanded' => '0',
15611   'weight' => '-20',
15612   'depth' => '1',
15613   'customized' => '0',
15614   'p1' => '243',
15615   'p2' => '0',
15616   'p3' => '0',
15617   'p4' => '0',
15618   'p5' => '0',
15619   'p6' => '0',
15620   'p7' => '0',
15621   'p8' => '0',
15622   'p9' => '0',
15623   'updated' => '0',
15624 ))
15625 ->values(array(
15626   'menu_name' => 'shortcut-set-1',
15627   'mlid' => '244',
15628   'plid' => '0',
15629   'link_path' => 'admin/content',
15630   'router_path' => 'admin/content',
15631   'link_title' => 'Find content',
15632   'options' => 'a:0:{}',
15633   'module' => 'menu',
15634   'hidden' => '0',
15635   'external' => '0',
15636   'has_children' => '0',
15637   'expanded' => '0',
15638   'weight' => '-19',
15639   'depth' => '1',
15640   'customized' => '0',
15641   'p1' => '244',
15642   'p2' => '0',
15643   'p3' => '0',
15644   'p4' => '0',
15645   'p5' => '0',
15646   'p6' => '0',
15647   'p7' => '0',
15648   'p8' => '0',
15649   'p9' => '0',
15650   'updated' => '0',
15651 ))
15652 ->values(array(
15653   'menu_name' => 'main-menu',
15654   'mlid' => '245',
15655   'plid' => '0',
15656   'link_path' => '<front>',
15657   'router_path' => '',
15658   'link_title' => 'Home',
15659   'options' => 'a:0:{}',
15660   'module' => 'menu',
15661   'hidden' => '0',
15662   'external' => '1',
15663   'has_children' => '0',
15664   'expanded' => '0',
15665   'weight' => '0',
15666   'depth' => '1',
15667   'customized' => '0',
15668   'p1' => '245',
15669   'p2' => '0',
15670   'p3' => '0',
15671   'p4' => '0',
15672   'p5' => '0',
15673   'p6' => '0',
15674   'p7' => '0',
15675   'p8' => '0',
15676   'p9' => '0',
15677   'updated' => '0',
15678 ))
15679 ->values(array(
15680   'menu_name' => 'navigation',
15681   'mlid' => '246',
15682   'plid' => '6',
15683   'link_path' => 'node/add/article',
15684   'router_path' => 'node/add/article',
15685   'link_title' => 'Article',
15686   '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.";}}',
15687   'module' => 'system',
15688   'hidden' => '0',
15689   'external' => '0',
15690   'has_children' => '0',
15691   'expanded' => '0',
15692   'weight' => '0',
15693   'depth' => '2',
15694   'customized' => '0',
15695   'p1' => '6',
15696   'p2' => '246',
15697   'p3' => '0',
15698   'p4' => '0',
15699   'p5' => '0',
15700   'p6' => '0',
15701   'p7' => '0',
15702   'p8' => '0',
15703   'p9' => '0',
15704   'updated' => '0',
15705 ))
15706 ->values(array(
15707   'menu_name' => 'navigation',
15708   'mlid' => '247',
15709   'plid' => '6',
15710   'link_path' => 'node/add/page',
15711   'router_path' => 'node/add/page',
15712   'link_title' => 'Basic page',
15713   '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.\";}}",
15714   'module' => 'system',
15715   'hidden' => '0',
15716   'external' => '0',
15717   'has_children' => '0',
15718   'expanded' => '0',
15719   'weight' => '0',
15720   'depth' => '2',
15721   'customized' => '0',
15722   'p1' => '6',
15723   'p2' => '247',
15724   'p3' => '0',
15725   'p4' => '0',
15726   'p5' => '0',
15727   'p6' => '0',
15728   'p7' => '0',
15729   'p8' => '0',
15730   'p9' => '0',
15731   'updated' => '0',
15732 ))
15733 ->values(array(
15734   'menu_name' => 'management',
15735   'mlid' => '248',
15736   'plid' => '175',
15737   'link_path' => 'admin/help/toolbar',
15738   'router_path' => 'admin/help/toolbar',
15739   'link_title' => 'toolbar',
15740   'options' => 'a:0:{}',
15741   'module' => 'system',
15742   'hidden' => '-1',
15743   'external' => '0',
15744   'has_children' => '0',
15745   'expanded' => '0',
15746   'weight' => '0',
15747   'depth' => '3',
15748   'customized' => '0',
15749   'p1' => '1',
15750   'p2' => '175',
15751   'p3' => '248',
15752   'p4' => '0',
15753   'p5' => '0',
15754   'p6' => '0',
15755   'p7' => '0',
15756   'p8' => '0',
15757   'p9' => '0',
15758   'updated' => '0',
15759 ))
15760 ->values(array(
15761   'menu_name' => 'management',
15762   'mlid' => '287',
15763   'plid' => '18',
15764   'link_path' => 'admin/reports/updates',
15765   'router_path' => 'admin/reports/updates',
15766   'link_title' => 'Available updates',
15767   '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.";}}',
15768   'module' => 'system',
15769   'hidden' => '0',
15770   'external' => '0',
15771   'has_children' => '0',
15772   'expanded' => '0',
15773   'weight' => '-50',
15774   'depth' => '3',
15775   'customized' => '0',
15776   'p1' => '1',
15777   'p2' => '18',
15778   'p3' => '287',
15779   'p4' => '0',
15780   'p5' => '0',
15781   'p6' => '0',
15782   'p7' => '0',
15783   'p8' => '0',
15784   'p9' => '0',
15785   'updated' => '0',
15786 ))
15787 ->values(array(
15788   'menu_name' => 'management',
15789   'mlid' => '288',
15790   'plid' => '15',
15791   'link_path' => 'admin/modules/install',
15792   'router_path' => 'admin/modules/install',
15793   'link_title' => 'Install new module',
15794   'options' => 'a:0:{}',
15795   'module' => 'system',
15796   'hidden' => '-1',
15797   'external' => '0',
15798   'has_children' => '0',
15799   'expanded' => '0',
15800   'weight' => '25',
15801   'depth' => '3',
15802   'customized' => '0',
15803   'p1' => '1',
15804   'p2' => '15',
15805   'p3' => '288',
15806   'p4' => '0',
15807   'p5' => '0',
15808   'p6' => '0',
15809   'p7' => '0',
15810   'p8' => '0',
15811   'p9' => '0',
15812   'updated' => '0',
15813 ))
15814 ->values(array(
15815   'menu_name' => 'management',
15816   'mlid' => '289',
15817   'plid' => '7',
15818   'link_path' => 'admin/appearance/install',
15819   'router_path' => 'admin/appearance/install',
15820   'link_title' => 'Install new theme',
15821   'options' => 'a:0:{}',
15822   'module' => 'system',
15823   'hidden' => '-1',
15824   'external' => '0',
15825   'has_children' => '0',
15826   'expanded' => '0',
15827   'weight' => '25',
15828   'depth' => '3',
15829   'customized' => '0',
15830   'p1' => '1',
15831   'p2' => '7',
15832   'p3' => '289',
15833   'p4' => '0',
15834   'p5' => '0',
15835   'p6' => '0',
15836   'p7' => '0',
15837   'p8' => '0',
15838   'p9' => '0',
15839   'updated' => '0',
15840 ))
15841 ->values(array(
15842   'menu_name' => 'management',
15843   'mlid' => '290',
15844   'plid' => '15',
15845   'link_path' => 'admin/modules/update',
15846   'router_path' => 'admin/modules/update',
15847   'link_title' => 'Update',
15848   'options' => 'a:0:{}',
15849   'module' => 'system',
15850   'hidden' => '-1',
15851   'external' => '0',
15852   'has_children' => '0',
15853   'expanded' => '0',
15854   'weight' => '10',
15855   'depth' => '3',
15856   'customized' => '0',
15857   'p1' => '1',
15858   'p2' => '15',
15859   'p3' => '290',
15860   'p4' => '0',
15861   'p5' => '0',
15862   'p6' => '0',
15863   'p7' => '0',
15864   'p8' => '0',
15865   'p9' => '0',
15866   'updated' => '0',
15867 ))
15868 ->values(array(
15869   'menu_name' => 'management',
15870   'mlid' => '291',
15871   'plid' => '7',
15872   'link_path' => 'admin/appearance/update',
15873   'router_path' => 'admin/appearance/update',
15874   'link_title' => 'Update',
15875   'options' => 'a:0:{}',
15876   'module' => 'system',
15877   'hidden' => '-1',
15878   'external' => '0',
15879   'has_children' => '0',
15880   'expanded' => '0',
15881   'weight' => '10',
15882   'depth' => '3',
15883   'customized' => '0',
15884   'p1' => '1',
15885   'p2' => '7',
15886   'p3' => '291',
15887   'p4' => '0',
15888   'p5' => '0',
15889   'p6' => '0',
15890   'p7' => '0',
15891   'p8' => '0',
15892   'p9' => '0',
15893   'updated' => '0',
15894 ))
15895 ->values(array(
15896   'menu_name' => 'management',
15897   'mlid' => '292',
15898   'plid' => '175',
15899   'link_path' => 'admin/help/update',
15900   'router_path' => 'admin/help/update',
15901   'link_title' => 'update',
15902   'options' => 'a:0:{}',
15903   'module' => 'system',
15904   'hidden' => '-1',
15905   'external' => '0',
15906   'has_children' => '0',
15907   'expanded' => '0',
15908   'weight' => '0',
15909   'depth' => '3',
15910   'customized' => '0',
15911   'p1' => '1',
15912   'p2' => '175',
15913   'p3' => '292',
15914   'p4' => '0',
15915   'p5' => '0',
15916   'p6' => '0',
15917   'p7' => '0',
15918   'p8' => '0',
15919   'p9' => '0',
15920   'updated' => '0',
15921 ))
15922 ->values(array(
15923   'menu_name' => 'management',
15924   'mlid' => '293',
15925   'plid' => '287',
15926   'link_path' => 'admin/reports/updates/list',
15927   'router_path' => 'admin/reports/updates/list',
15928   'link_title' => 'List',
15929   'options' => 'a:0:{}',
15930   'module' => 'system',
15931   'hidden' => '-1',
15932   'external' => '0',
15933   'has_children' => '0',
15934   'expanded' => '0',
15935   'weight' => '0',
15936   'depth' => '4',
15937   'customized' => '0',
15938   'p1' => '1',
15939   'p2' => '18',
15940   'p3' => '287',
15941   'p4' => '293',
15942   'p5' => '0',
15943   'p6' => '0',
15944   'p7' => '0',
15945   'p8' => '0',
15946   'p9' => '0',
15947   'updated' => '0',
15948 ))
15949 ->values(array(
15950   'menu_name' => 'management',
15951   'mlid' => '294',
15952   'plid' => '287',
15953   'link_path' => 'admin/reports/updates/settings',
15954   'router_path' => 'admin/reports/updates/settings',
15955   'link_title' => 'Settings',
15956   'options' => 'a:0:{}',
15957   'module' => 'system',
15958   'hidden' => '-1',
15959   'external' => '0',
15960   'has_children' => '0',
15961   'expanded' => '0',
15962   'weight' => '50',
15963   'depth' => '4',
15964   'customized' => '0',
15965   'p1' => '1',
15966   'p2' => '18',
15967   'p3' => '287',
15968   'p4' => '294',
15969   'p5' => '0',
15970   'p6' => '0',
15971   'p7' => '0',
15972   'p8' => '0',
15973   'p9' => '0',
15974   'updated' => '0',
15975 ))
15976 ->values(array(
15977   'menu_name' => 'management',
15978   'mlid' => '295',
15979   'plid' => '287',
15980   'link_path' => 'admin/reports/updates/install',
15981   'router_path' => 'admin/reports/updates/install',
15982   'link_title' => 'Install new module or theme',
15983   'options' => 'a:0:{}',
15984   'module' => 'system',
15985   'hidden' => '-1',
15986   'external' => '0',
15987   'has_children' => '0',
15988   'expanded' => '0',
15989   'weight' => '25',
15990   'depth' => '4',
15991   'customized' => '0',
15992   'p1' => '1',
15993   'p2' => '18',
15994   'p3' => '287',
15995   'p4' => '295',
15996   'p5' => '0',
15997   'p6' => '0',
15998   'p7' => '0',
15999   'p8' => '0',
16000   'p9' => '0',
16001   'updated' => '0',
16002 ))
16003 ->values(array(
16004   'menu_name' => 'management',
16005   'mlid' => '296',
16006   'plid' => '287',
16007   'link_path' => 'admin/reports/updates/update',
16008   'router_path' => 'admin/reports/updates/update',
16009   'link_title' => 'Update',
16010   'options' => 'a:0:{}',
16011   'module' => 'system',
16012   'hidden' => '-1',
16013   'external' => '0',
16014   'has_children' => '0',
16015   'expanded' => '0',
16016   'weight' => '10',
16017   'depth' => '4',
16018   'customized' => '0',
16019   'p1' => '1',
16020   'p2' => '18',
16021   'p3' => '287',
16022   'p4' => '296',
16023   'p5' => '0',
16024   'p6' => '0',
16025   'p7' => '0',
16026   'p8' => '0',
16027   'p9' => '0',
16028   'updated' => '0',
16029 ))
16030 ->values(array(
16031   'menu_name' => 'management',
16032   'mlid' => '297',
16033   'plid' => '212',
16034   'link_path' => 'admin/structure/taxonomy/%/display',
16035   'router_path' => 'admin/structure/taxonomy/%/display',
16036   'link_title' => 'Manage display',
16037   'options' => 'a:0:{}',
16038   'module' => 'system',
16039   'hidden' => '-1',
16040   'external' => '0',
16041   'has_children' => '0',
16042   'expanded' => '0',
16043   'weight' => '2',
16044   'depth' => '5',
16045   'customized' => '0',
16046   'p1' => '1',
16047   'p2' => '20',
16048   'p3' => '180',
16049   'p4' => '212',
16050   'p5' => '297',
16051   'p6' => '0',
16052   'p7' => '0',
16053   'p8' => '0',
16054   'p9' => '0',
16055   'updated' => '0',
16056 ))
16057 ->values(array(
16058   'menu_name' => 'management',
16059   'mlid' => '298',
16060   'plid' => '66',
16061   'link_path' => 'admin/config/people/accounts/display',
16062   'router_path' => 'admin/config/people/accounts/display',
16063   'link_title' => 'Manage display',
16064   'options' => 'a:0:{}',
16065   'module' => 'system',
16066   'hidden' => '-1',
16067   'external' => '0',
16068   'has_children' => '0',
16069   'expanded' => '0',
16070   'weight' => '2',
16071   'depth' => '5',
16072   'customized' => '0',
16073   'p1' => '1',
16074   'p2' => '8',
16075   'p3' => '45',
16076   'p4' => '66',
16077   'p5' => '298',
16078   'p6' => '0',
16079   'p7' => '0',
16080   'p8' => '0',
16081   'p9' => '0',
16082   'updated' => '0',
16083 ))
16084 ->values(array(
16085   'menu_name' => 'management',
16086   'mlid' => '299',
16087   'plid' => '212',
16088   'link_path' => 'admin/structure/taxonomy/%/fields',
16089   'router_path' => 'admin/structure/taxonomy/%/fields',
16090   'link_title' => 'Manage fields',
16091   'options' => 'a:0:{}',
16092   'module' => 'system',
16093   'hidden' => '-1',
16094   'external' => '0',
16095   'has_children' => '1',
16096   'expanded' => '0',
16097   'weight' => '1',
16098   'depth' => '5',
16099   'customized' => '0',
16100   'p1' => '1',
16101   'p2' => '20',
16102   'p3' => '180',
16103   'p4' => '212',
16104   'p5' => '299',
16105   'p6' => '0',
16106   'p7' => '0',
16107   'p8' => '0',
16108   'p9' => '0',
16109   'updated' => '0',
16110 ))
16111 ->values(array(
16112   'menu_name' => 'management',
16113   'mlid' => '300',
16114   'plid' => '66',
16115   'link_path' => 'admin/config/people/accounts/fields',
16116   'router_path' => 'admin/config/people/accounts/fields',
16117   'link_title' => 'Manage fields',
16118   'options' => 'a:0:{}',
16119   'module' => 'system',
16120   'hidden' => '-1',
16121   'external' => '0',
16122   'has_children' => '1',
16123   'expanded' => '0',
16124   'weight' => '1',
16125   'depth' => '5',
16126   'customized' => '0',
16127   'p1' => '1',
16128   'p2' => '8',
16129   'p3' => '45',
16130   'p4' => '66',
16131   'p5' => '300',
16132   'p6' => '0',
16133   'p7' => '0',
16134   'p8' => '0',
16135   'p9' => '0',
16136   'updated' => '0',
16137 ))
16138 ->values(array(
16139   'menu_name' => 'management',
16140   'mlid' => '301',
16141   'plid' => '297',
16142   'link_path' => 'admin/structure/taxonomy/%/display/default',
16143   'router_path' => 'admin/structure/taxonomy/%/display/default',
16144   'link_title' => 'Default',
16145   'options' => 'a:0:{}',
16146   'module' => 'system',
16147   'hidden' => '-1',
16148   'external' => '0',
16149   'has_children' => '0',
16150   'expanded' => '0',
16151   'weight' => '-10',
16152   'depth' => '6',
16153   'customized' => '0',
16154   'p1' => '1',
16155   'p2' => '20',
16156   'p3' => '180',
16157   'p4' => '212',
16158   'p5' => '297',
16159   'p6' => '301',
16160   'p7' => '0',
16161   'p8' => '0',
16162   'p9' => '0',
16163   'updated' => '0',
16164 ))
16165 ->values(array(
16166   'menu_name' => 'management',
16167   'mlid' => '302',
16168   'plid' => '298',
16169   'link_path' => 'admin/config/people/accounts/display/default',
16170   'router_path' => 'admin/config/people/accounts/display/default',
16171   'link_title' => 'Default',
16172   'options' => 'a:0:{}',
16173   'module' => 'system',
16174   'hidden' => '-1',
16175   'external' => '0',
16176   'has_children' => '0',
16177   'expanded' => '0',
16178   'weight' => '-10',
16179   'depth' => '6',
16180   'customized' => '0',
16181   'p1' => '1',
16182   'p2' => '8',
16183   'p3' => '45',
16184   'p4' => '66',
16185   'p5' => '298',
16186   'p6' => '302',
16187   'p7' => '0',
16188   'p8' => '0',
16189   'p9' => '0',
16190   'updated' => '0',
16191 ))
16192 ->values(array(
16193   'menu_name' => 'management',
16194   'mlid' => '303',
16195   'plid' => '114',
16196   'link_path' => 'admin/structure/types/manage/%/display',
16197   'router_path' => 'admin/structure/types/manage/%/display',
16198   'link_title' => 'Manage display',
16199   'options' => 'a:0:{}',
16200   'module' => 'system',
16201   'hidden' => '-1',
16202   'external' => '0',
16203   'has_children' => '0',
16204   'expanded' => '0',
16205   'weight' => '2',
16206   'depth' => '5',
16207   'customized' => '0',
16208   'p1' => '1',
16209   'p2' => '20',
16210   'p3' => '34',
16211   'p4' => '114',
16212   'p5' => '303',
16213   'p6' => '0',
16214   'p7' => '0',
16215   'p8' => '0',
16216   'p9' => '0',
16217   'updated' => '0',
16218 ))
16219 ->values(array(
16220   'menu_name' => 'management',
16221   'mlid' => '304',
16222   'plid' => '114',
16223   'link_path' => 'admin/structure/types/manage/%/fields',
16224   'router_path' => 'admin/structure/types/manage/%/fields',
16225   'link_title' => 'Manage fields',
16226   'options' => 'a:0:{}',
16227   'module' => 'system',
16228   'hidden' => '-1',
16229   'external' => '0',
16230   'has_children' => '1',
16231   'expanded' => '0',
16232   'weight' => '1',
16233   'depth' => '5',
16234   'customized' => '0',
16235   'p1' => '1',
16236   'p2' => '20',
16237   'p3' => '34',
16238   'p4' => '114',
16239   'p5' => '304',
16240   'p6' => '0',
16241   'p7' => '0',
16242   'p8' => '0',
16243   'p9' => '0',
16244   'updated' => '0',
16245 ))
16246 ->values(array(
16247   'menu_name' => 'management',
16248   'mlid' => '305',
16249   'plid' => '297',
16250   'link_path' => 'admin/structure/taxonomy/%/display/full',
16251   'router_path' => 'admin/structure/taxonomy/%/display/full',
16252   'link_title' => 'Taxonomy term page',
16253   'options' => 'a:0:{}',
16254   'module' => 'system',
16255   'hidden' => '-1',
16256   'external' => '0',
16257   'has_children' => '0',
16258   'expanded' => '0',
16259   'weight' => '0',
16260   'depth' => '6',
16261   'customized' => '0',
16262   'p1' => '1',
16263   'p2' => '20',
16264   'p3' => '180',
16265   'p4' => '212',
16266   'p5' => '297',
16267   'p6' => '305',
16268   'p7' => '0',
16269   'p8' => '0',
16270   'p9' => '0',
16271   'updated' => '0',
16272 ))
16273 ->values(array(
16274   'menu_name' => 'management',
16275   'mlid' => '306',
16276   'plid' => '298',
16277   'link_path' => 'admin/config/people/accounts/display/full',
16278   'router_path' => 'admin/config/people/accounts/display/full',
16279   'link_title' => 'User account',
16280   'options' => 'a:0:{}',
16281   'module' => 'system',
16282   'hidden' => '-1',
16283   'external' => '0',
16284   'has_children' => '0',
16285   'expanded' => '0',
16286   'weight' => '0',
16287   'depth' => '6',
16288   'customized' => '0',
16289   'p1' => '1',
16290   'p2' => '8',
16291   'p3' => '45',
16292   'p4' => '66',
16293   'p5' => '298',
16294   'p6' => '306',
16295   'p7' => '0',
16296   'p8' => '0',
16297   'p9' => '0',
16298   'updated' => '0',
16299 ))
16300 ->values(array(
16301   'menu_name' => 'management',
16302   'mlid' => '307',
16303   'plid' => '299',
16304   'link_path' => 'admin/structure/taxonomy/%/fields/%',
16305   'router_path' => 'admin/structure/taxonomy/%/fields/%',
16306   'link_title' => '',
16307   'options' => 'a:0:{}',
16308   'module' => 'system',
16309   'hidden' => '0',
16310   'external' => '0',
16311   'has_children' => '0',
16312   'expanded' => '0',
16313   'weight' => '0',
16314   'depth' => '6',
16315   'customized' => '0',
16316   'p1' => '1',
16317   'p2' => '20',
16318   'p3' => '180',
16319   'p4' => '212',
16320   'p5' => '299',
16321   'p6' => '307',
16322   'p7' => '0',
16323   'p8' => '0',
16324   'p9' => '0',
16325   'updated' => '0',
16326 ))
16327 ->values(array(
16328   'menu_name' => 'management',
16329   'mlid' => '308',
16330   'plid' => '300',
16331   'link_path' => 'admin/config/people/accounts/fields/%',
16332   'router_path' => 'admin/config/people/accounts/fields/%',
16333   'link_title' => '',
16334   'options' => 'a:0:{}',
16335   'module' => 'system',
16336   'hidden' => '0',
16337   'external' => '0',
16338   'has_children' => '0',
16339   'expanded' => '0',
16340   'weight' => '0',
16341   'depth' => '6',
16342   'customized' => '0',
16343   'p1' => '1',
16344   'p2' => '8',
16345   'p3' => '45',
16346   'p4' => '66',
16347   'p5' => '300',
16348   'p6' => '308',
16349   'p7' => '0',
16350   'p8' => '0',
16351   'p9' => '0',
16352   'updated' => '0',
16353 ))
16354 ->values(array(
16355   'menu_name' => 'management',
16356   'mlid' => '309',
16357   'plid' => '303',
16358   'link_path' => 'admin/structure/types/manage/%/display/default',
16359   'router_path' => 'admin/structure/types/manage/%/display/default',
16360   'link_title' => 'Default',
16361   'options' => 'a:0:{}',
16362   'module' => 'system',
16363   'hidden' => '-1',
16364   'external' => '0',
16365   'has_children' => '0',
16366   'expanded' => '0',
16367   'weight' => '-10',
16368   'depth' => '6',
16369   'customized' => '0',
16370   'p1' => '1',
16371   'p2' => '20',
16372   'p3' => '34',
16373   'p4' => '114',
16374   'p5' => '303',
16375   'p6' => '309',
16376   'p7' => '0',
16377   'p8' => '0',
16378   'p9' => '0',
16379   'updated' => '0',
16380 ))
16381 ->values(array(
16382   'menu_name' => 'management',
16383   'mlid' => '310',
16384   'plid' => '303',
16385   'link_path' => 'admin/structure/types/manage/%/display/full',
16386   'router_path' => 'admin/structure/types/manage/%/display/full',
16387   'link_title' => 'Full content',
16388   'options' => 'a:0:{}',
16389   'module' => 'system',
16390   'hidden' => '-1',
16391   'external' => '0',
16392   'has_children' => '0',
16393   'expanded' => '0',
16394   'weight' => '0',
16395   'depth' => '6',
16396   'customized' => '0',
16397   'p1' => '1',
16398   'p2' => '20',
16399   'p3' => '34',
16400   'p4' => '114',
16401   'p5' => '303',
16402   'p6' => '310',
16403   'p7' => '0',
16404   'p8' => '0',
16405   'p9' => '0',
16406   'updated' => '0',
16407 ))
16408 ->values(array(
16409   'menu_name' => 'management',
16410   'mlid' => '311',
16411   'plid' => '303',
16412   'link_path' => 'admin/structure/types/manage/%/display/rss',
16413   'router_path' => 'admin/structure/types/manage/%/display/rss',
16414   'link_title' => 'RSS',
16415   'options' => 'a:0:{}',
16416   'module' => 'system',
16417   'hidden' => '-1',
16418   'external' => '0',
16419   'has_children' => '0',
16420   'expanded' => '0',
16421   'weight' => '2',
16422   'depth' => '6',
16423   'customized' => '0',
16424   'p1' => '1',
16425   'p2' => '20',
16426   'p3' => '34',
16427   'p4' => '114',
16428   'p5' => '303',
16429   'p6' => '311',
16430   'p7' => '0',
16431   'p8' => '0',
16432   'p9' => '0',
16433   'updated' => '0',
16434 ))
16435 ->values(array(
16436   'menu_name' => 'management',
16437   'mlid' => '312',
16438   'plid' => '303',
16439   'link_path' => 'admin/structure/types/manage/%/display/search_index',
16440   'router_path' => 'admin/structure/types/manage/%/display/search_index',
16441   'link_title' => 'Search index',
16442   'options' => 'a:0:{}',
16443   'module' => 'system',
16444   'hidden' => '-1',
16445   'external' => '0',
16446   'has_children' => '0',
16447   'expanded' => '0',
16448   'weight' => '3',
16449   'depth' => '6',
16450   'customized' => '0',
16451   'p1' => '1',
16452   'p2' => '20',
16453   'p3' => '34',
16454   'p4' => '114',
16455   'p5' => '303',
16456   'p6' => '312',
16457   'p7' => '0',
16458   'p8' => '0',
16459   'p9' => '0',
16460   'updated' => '0',
16461 ))
16462 ->values(array(
16463   'menu_name' => 'management',
16464   'mlid' => '313',
16465   'plid' => '303',
16466   'link_path' => 'admin/structure/types/manage/%/display/search_result',
16467   'router_path' => 'admin/structure/types/manage/%/display/search_result',
16468   'link_title' => 'Search result highlighting input',
16469   'options' => 'a:0:{}',
16470   'module' => 'system',
16471   'hidden' => '-1',
16472   'external' => '0',
16473   'has_children' => '0',
16474   'expanded' => '0',
16475   'weight' => '4',
16476   'depth' => '6',
16477   'customized' => '0',
16478   'p1' => '1',
16479   'p2' => '20',
16480   'p3' => '34',
16481   'p4' => '114',
16482   'p5' => '303',
16483   'p6' => '313',
16484   'p7' => '0',
16485   'p8' => '0',
16486   'p9' => '0',
16487   'updated' => '0',
16488 ))
16489 ->values(array(
16490   'menu_name' => 'management',
16491   'mlid' => '314',
16492   'plid' => '303',
16493   'link_path' => 'admin/structure/types/manage/%/display/teaser',
16494   'router_path' => 'admin/structure/types/manage/%/display/teaser',
16495   'link_title' => 'Teaser',
16496   'options' => 'a:0:{}',
16497   'module' => 'system',
16498   'hidden' => '-1',
16499   'external' => '0',
16500   'has_children' => '0',
16501   'expanded' => '0',
16502   'weight' => '1',
16503   'depth' => '6',
16504   'customized' => '0',
16505   'p1' => '1',
16506   'p2' => '20',
16507   'p3' => '34',
16508   'p4' => '114',
16509   'p5' => '303',
16510   'p6' => '314',
16511   'p7' => '0',
16512   'p8' => '0',
16513   'p9' => '0',
16514   'updated' => '0',
16515 ))
16516 ->values(array(
16517   'menu_name' => 'management',
16518   'mlid' => '315',
16519   'plid' => '304',
16520   'link_path' => 'admin/structure/types/manage/%/fields/%',
16521   'router_path' => 'admin/structure/types/manage/%/fields/%',
16522   'link_title' => '',
16523   'options' => 'a:0:{}',
16524   'module' => 'system',
16525   'hidden' => '0',
16526   'external' => '0',
16527   'has_children' => '0',
16528   'expanded' => '0',
16529   'weight' => '0',
16530   'depth' => '6',
16531   'customized' => '0',
16532   'p1' => '1',
16533   'p2' => '20',
16534   'p3' => '34',
16535   'p4' => '114',
16536   'p5' => '304',
16537   'p6' => '315',
16538   'p7' => '0',
16539   'p8' => '0',
16540   'p9' => '0',
16541   'updated' => '0',
16542 ))
16543 ->values(array(
16544   'menu_name' => 'management',
16545   'mlid' => '316',
16546   'plid' => '307',
16547   'link_path' => 'admin/structure/taxonomy/%/fields/%/delete',
16548   'router_path' => 'admin/structure/taxonomy/%/fields/%/delete',
16549   'link_title' => 'Delete',
16550   'options' => 'a:0:{}',
16551   'module' => 'system',
16552   'hidden' => '-1',
16553   'external' => '0',
16554   'has_children' => '0',
16555   'expanded' => '0',
16556   'weight' => '10',
16557   'depth' => '7',
16558   'customized' => '0',
16559   'p1' => '1',
16560   'p2' => '20',
16561   'p3' => '180',
16562   'p4' => '212',
16563   'p5' => '299',
16564   'p6' => '307',
16565   'p7' => '316',
16566   'p8' => '0',
16567   'p9' => '0',
16568   'updated' => '0',
16569 ))
16570 ->values(array(
16571   'menu_name' => 'management',
16572   'mlid' => '317',
16573   'plid' => '307',
16574   'link_path' => 'admin/structure/taxonomy/%/fields/%/edit',
16575   'router_path' => 'admin/structure/taxonomy/%/fields/%/edit',
16576   'link_title' => 'Edit',
16577   'options' => 'a:0:{}',
16578   'module' => 'system',
16579   'hidden' => '-1',
16580   'external' => '0',
16581   'has_children' => '0',
16582   'expanded' => '0',
16583   'weight' => '0',
16584   'depth' => '7',
16585   'customized' => '0',
16586   'p1' => '1',
16587   'p2' => '20',
16588   'p3' => '180',
16589   'p4' => '212',
16590   'p5' => '299',
16591   'p6' => '307',
16592   'p7' => '317',
16593   'p8' => '0',
16594   'p9' => '0',
16595   'updated' => '0',
16596 ))
16597 ->values(array(
16598   'menu_name' => 'management',
16599   'mlid' => '318',
16600   'plid' => '307',
16601   'link_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
16602   'router_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
16603   'link_title' => 'Field settings',
16604   'options' => 'a:0:{}',
16605   'module' => 'system',
16606   'hidden' => '-1',
16607   'external' => '0',
16608   'has_children' => '0',
16609   'expanded' => '0',
16610   'weight' => '0',
16611   'depth' => '7',
16612   'customized' => '0',
16613   'p1' => '1',
16614   'p2' => '20',
16615   'p3' => '180',
16616   'p4' => '212',
16617   'p5' => '299',
16618   'p6' => '307',
16619   'p7' => '318',
16620   'p8' => '0',
16621   'p9' => '0',
16622   'updated' => '0',
16623 ))
16624 ->values(array(
16625   'menu_name' => 'management',
16626   'mlid' => '319',
16627   'plid' => '307',
16628   'link_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
16629   'router_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
16630   'link_title' => 'Widget type',
16631   'options' => 'a:0:{}',
16632   'module' => 'system',
16633   'hidden' => '-1',
16634   'external' => '0',
16635   'has_children' => '0',
16636   'expanded' => '0',
16637   'weight' => '0',
16638   'depth' => '7',
16639   'customized' => '0',
16640   'p1' => '1',
16641   'p2' => '20',
16642   'p3' => '180',
16643   'p4' => '212',
16644   'p5' => '299',
16645   'p6' => '307',
16646   'p7' => '319',
16647   'p8' => '0',
16648   'p9' => '0',
16649   'updated' => '0',
16650 ))
16651 ->values(array(
16652   'menu_name' => 'management',
16653   'mlid' => '320',
16654   'plid' => '308',
16655   'link_path' => 'admin/config/people/accounts/fields/%/delete',
16656   'router_path' => 'admin/config/people/accounts/fields/%/delete',
16657   'link_title' => 'Delete',
16658   'options' => 'a:0:{}',
16659   'module' => 'system',
16660   'hidden' => '-1',
16661   'external' => '0',
16662   'has_children' => '0',
16663   'expanded' => '0',
16664   'weight' => '10',
16665   'depth' => '7',
16666   'customized' => '0',
16667   'p1' => '1',
16668   'p2' => '8',
16669   'p3' => '45',
16670   'p4' => '66',
16671   'p5' => '300',
16672   'p6' => '308',
16673   'p7' => '320',
16674   'p8' => '0',
16675   'p9' => '0',
16676   'updated' => '0',
16677 ))
16678 ->values(array(
16679   'menu_name' => 'management',
16680   'mlid' => '321',
16681   'plid' => '308',
16682   'link_path' => 'admin/config/people/accounts/fields/%/edit',
16683   'router_path' => 'admin/config/people/accounts/fields/%/edit',
16684   'link_title' => 'Edit',
16685   'options' => 'a:0:{}',
16686   'module' => 'system',
16687   'hidden' => '-1',
16688   'external' => '0',
16689   'has_children' => '0',
16690   'expanded' => '0',
16691   'weight' => '0',
16692   'depth' => '7',
16693   'customized' => '0',
16694   'p1' => '1',
16695   'p2' => '8',
16696   'p3' => '45',
16697   'p4' => '66',
16698   'p5' => '300',
16699   'p6' => '308',
16700   'p7' => '321',
16701   'p8' => '0',
16702   'p9' => '0',
16703   'updated' => '0',
16704 ))
16705 ->values(array(
16706   'menu_name' => 'management',
16707   'mlid' => '322',
16708   'plid' => '308',
16709   'link_path' => 'admin/config/people/accounts/fields/%/field-settings',
16710   'router_path' => 'admin/config/people/accounts/fields/%/field-settings',
16711   'link_title' => 'Field settings',
16712   'options' => 'a:0:{}',
16713   'module' => 'system',
16714   'hidden' => '-1',
16715   'external' => '0',
16716   'has_children' => '0',
16717   'expanded' => '0',
16718   'weight' => '0',
16719   'depth' => '7',
16720   'customized' => '0',
16721   'p1' => '1',
16722   'p2' => '8',
16723   'p3' => '45',
16724   'p4' => '66',
16725   'p5' => '300',
16726   'p6' => '308',
16727   'p7' => '322',
16728   'p8' => '0',
16729   'p9' => '0',
16730   'updated' => '0',
16731 ))
16732 ->values(array(
16733   'menu_name' => 'management',
16734   'mlid' => '323',
16735   'plid' => '308',
16736   'link_path' => 'admin/config/people/accounts/fields/%/widget-type',
16737   'router_path' => 'admin/config/people/accounts/fields/%/widget-type',
16738   'link_title' => 'Widget type',
16739   'options' => 'a:0:{}',
16740   'module' => 'system',
16741   'hidden' => '-1',
16742   'external' => '0',
16743   'has_children' => '0',
16744   'expanded' => '0',
16745   'weight' => '0',
16746   'depth' => '7',
16747   'customized' => '0',
16748   'p1' => '1',
16749   'p2' => '8',
16750   'p3' => '45',
16751   'p4' => '66',
16752   'p5' => '300',
16753   'p6' => '308',
16754   'p7' => '323',
16755   'p8' => '0',
16756   'p9' => '0',
16757   'updated' => '0',
16758 ))
16759 ->values(array(
16760   'menu_name' => 'management',
16761   'mlid' => '324',
16762   'plid' => '161',
16763   'link_path' => 'admin/structure/types/manage/%/comment/display/default',
16764   'router_path' => 'admin/structure/types/manage/%/comment/display/default',
16765   'link_title' => 'Default',
16766   'options' => 'a:0:{}',
16767   'module' => 'system',
16768   'hidden' => '-1',
16769   'external' => '0',
16770   'has_children' => '0',
16771   'expanded' => '0',
16772   'weight' => '-10',
16773   'depth' => '6',
16774   'customized' => '0',
16775   'p1' => '1',
16776   'p2' => '20',
16777   'p3' => '34',
16778   'p4' => '114',
16779   'p5' => '161',
16780   'p6' => '324',
16781   'p7' => '0',
16782   'p8' => '0',
16783   'p9' => '0',
16784   'updated' => '0',
16785 ))
16786 ->values(array(
16787   'menu_name' => 'management',
16788   'mlid' => '325',
16789   'plid' => '161',
16790   'link_path' => 'admin/structure/types/manage/%/comment/display/full',
16791   'router_path' => 'admin/structure/types/manage/%/comment/display/full',
16792   'link_title' => 'Full comment',
16793   'options' => 'a:0:{}',
16794   'module' => 'system',
16795   'hidden' => '-1',
16796   'external' => '0',
16797   'has_children' => '0',
16798   'expanded' => '0',
16799   'weight' => '0',
16800   'depth' => '6',
16801   'customized' => '0',
16802   'p1' => '1',
16803   'p2' => '20',
16804   'p3' => '34',
16805   'p4' => '114',
16806   'p5' => '161',
16807   'p6' => '325',
16808   'p7' => '0',
16809   'p8' => '0',
16810   'p9' => '0',
16811   'updated' => '0',
16812 ))
16813 ->values(array(
16814   'menu_name' => 'management',
16815   'mlid' => '326',
16816   'plid' => '162',
16817   'link_path' => 'admin/structure/types/manage/%/comment/fields/%',
16818   'router_path' => 'admin/structure/types/manage/%/comment/fields/%',
16819   'link_title' => '',
16820   'options' => 'a:0:{}',
16821   'module' => 'system',
16822   'hidden' => '0',
16823   'external' => '0',
16824   'has_children' => '0',
16825   'expanded' => '0',
16826   'weight' => '0',
16827   'depth' => '6',
16828   'customized' => '0',
16829   'p1' => '1',
16830   'p2' => '20',
16831   'p3' => '34',
16832   'p4' => '114',
16833   'p5' => '162',
16834   'p6' => '326',
16835   'p7' => '0',
16836   'p8' => '0',
16837   'p9' => '0',
16838   'updated' => '0',
16839 ))
16840 ->values(array(
16841   'menu_name' => 'management',
16842   'mlid' => '327',
16843   'plid' => '315',
16844   'link_path' => 'admin/structure/types/manage/%/fields/%/delete',
16845   'router_path' => 'admin/structure/types/manage/%/fields/%/delete',
16846   'link_title' => 'Delete',
16847   'options' => 'a:0:{}',
16848   'module' => 'system',
16849   'hidden' => '-1',
16850   'external' => '0',
16851   'has_children' => '0',
16852   'expanded' => '0',
16853   'weight' => '10',
16854   'depth' => '7',
16855   'customized' => '0',
16856   'p1' => '1',
16857   'p2' => '20',
16858   'p3' => '34',
16859   'p4' => '114',
16860   'p5' => '304',
16861   'p6' => '315',
16862   'p7' => '327',
16863   'p8' => '0',
16864   'p9' => '0',
16865   'updated' => '0',
16866 ))
16867 ->values(array(
16868   'menu_name' => 'management',
16869   'mlid' => '328',
16870   'plid' => '315',
16871   'link_path' => 'admin/structure/types/manage/%/fields/%/edit',
16872   'router_path' => 'admin/structure/types/manage/%/fields/%/edit',
16873   'link_title' => 'Edit',
16874   'options' => 'a:0:{}',
16875   'module' => 'system',
16876   'hidden' => '-1',
16877   'external' => '0',
16878   'has_children' => '0',
16879   'expanded' => '0',
16880   'weight' => '0',
16881   'depth' => '7',
16882   'customized' => '0',
16883   'p1' => '1',
16884   'p2' => '20',
16885   'p3' => '34',
16886   'p4' => '114',
16887   'p5' => '304',
16888   'p6' => '315',
16889   'p7' => '328',
16890   'p8' => '0',
16891   'p9' => '0',
16892   'updated' => '0',
16893 ))
16894 ->values(array(
16895   'menu_name' => 'management',
16896   'mlid' => '329',
16897   'plid' => '315',
16898   'link_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
16899   'router_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
16900   'link_title' => 'Field settings',
16901   'options' => 'a:0:{}',
16902   'module' => 'system',
16903   'hidden' => '-1',
16904   'external' => '0',
16905   'has_children' => '0',
16906   'expanded' => '0',
16907   'weight' => '0',
16908   'depth' => '7',
16909   'customized' => '0',
16910   'p1' => '1',
16911   'p2' => '20',
16912   'p3' => '34',
16913   'p4' => '114',
16914   'p5' => '304',
16915   'p6' => '315',
16916   'p7' => '329',
16917   'p8' => '0',
16918   'p9' => '0',
16919   'updated' => '0',
16920 ))
16921 ->values(array(
16922   'menu_name' => 'management',
16923   'mlid' => '330',
16924   'plid' => '315',
16925   'link_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
16926   'router_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
16927   'link_title' => 'Widget type',
16928   'options' => 'a:0:{}',
16929   'module' => 'system',
16930   'hidden' => '-1',
16931   'external' => '0',
16932   'has_children' => '0',
16933   'expanded' => '0',
16934   'weight' => '0',
16935   'depth' => '7',
16936   'customized' => '0',
16937   'p1' => '1',
16938   'p2' => '20',
16939   'p3' => '34',
16940   'p4' => '114',
16941   'p5' => '304',
16942   'p6' => '315',
16943   'p7' => '330',
16944   'p8' => '0',
16945   'p9' => '0',
16946   'updated' => '0',
16947 ))
16948 ->values(array(
16949   'menu_name' => 'management',
16950   'mlid' => '331',
16951   'plid' => '326',
16952   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
16953   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
16954   'link_title' => 'Delete',
16955   'options' => 'a:0:{}',
16956   'module' => 'system',
16957   'hidden' => '-1',
16958   'external' => '0',
16959   'has_children' => '0',
16960   'expanded' => '0',
16961   'weight' => '10',
16962   'depth' => '7',
16963   'customized' => '0',
16964   'p1' => '1',
16965   'p2' => '20',
16966   'p3' => '34',
16967   'p4' => '114',
16968   'p5' => '162',
16969   'p6' => '326',
16970   'p7' => '331',
16971   'p8' => '0',
16972   'p9' => '0',
16973   'updated' => '0',
16974 ))
16975 ->values(array(
16976   'menu_name' => 'management',
16977   'mlid' => '332',
16978   'plid' => '326',
16979   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
16980   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
16981   'link_title' => 'Edit',
16982   'options' => 'a:0:{}',
16983   'module' => 'system',
16984   'hidden' => '-1',
16985   'external' => '0',
16986   'has_children' => '0',
16987   'expanded' => '0',
16988   'weight' => '0',
16989   'depth' => '7',
16990   'customized' => '0',
16991   'p1' => '1',
16992   'p2' => '20',
16993   'p3' => '34',
16994   'p4' => '114',
16995   'p5' => '162',
16996   'p6' => '326',
16997   'p7' => '332',
16998   'p8' => '0',
16999   'p9' => '0',
17000   'updated' => '0',
17001 ))
17002 ->values(array(
17003   'menu_name' => 'management',
17004   'mlid' => '333',
17005   'plid' => '326',
17006   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
17007   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
17008   'link_title' => 'Field settings',
17009   'options' => 'a:0:{}',
17010   'module' => 'system',
17011   'hidden' => '-1',
17012   'external' => '0',
17013   'has_children' => '0',
17014   'expanded' => '0',
17015   'weight' => '0',
17016   'depth' => '7',
17017   'customized' => '0',
17018   'p1' => '1',
17019   'p2' => '20',
17020   'p3' => '34',
17021   'p4' => '114',
17022   'p5' => '162',
17023   'p6' => '326',
17024   'p7' => '333',
17025   'p8' => '0',
17026   'p9' => '0',
17027   'updated' => '0',
17028 ))
17029 ->values(array(
17030   'menu_name' => 'management',
17031   'mlid' => '334',
17032   'plid' => '326',
17033   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
17034   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
17035   'link_title' => 'Widget type',
17036   'options' => 'a:0:{}',
17037   'module' => 'system',
17038   'hidden' => '-1',
17039   'external' => '0',
17040   'has_children' => '0',
17041   'expanded' => '0',
17042   'weight' => '0',
17043   'depth' => '7',
17044   'customized' => '0',
17045   'p1' => '1',
17046   'p2' => '20',
17047   'p3' => '34',
17048   'p4' => '114',
17049   'p5' => '162',
17050   'p6' => '326',
17051   'p7' => '334',
17052   'p8' => '0',
17053   'p9' => '0',
17054   'updated' => '0',
17055 ))
17056 ->values(array(
17057   'menu_name' => 'navigation',
17058   'mlid' => '335',
17059   'plid' => '0',
17060   'link_path' => 'blog',
17061   'router_path' => 'blog',
17062   'link_title' => 'Blogs',
17063   'options' => 'a:0:{}',
17064   'module' => 'system',
17065   'hidden' => '1',
17066   'external' => '0',
17067   'has_children' => '1',
17068   'expanded' => '0',
17069   'weight' => '0',
17070   'depth' => '1',
17071   'customized' => '0',
17072   'p1' => '335',
17073   'p2' => '0',
17074   'p3' => '0',
17075   'p4' => '0',
17076   'p5' => '0',
17077   'p6' => '0',
17078   'p7' => '0',
17079   'p8' => '0',
17080   'p9' => '0',
17081   'updated' => '0',
17082 ))
17083 ->values(array(
17084   'menu_name' => 'navigation',
17085   'mlid' => '336',
17086   'plid' => '0',
17087   'link_path' => 'book',
17088   'router_path' => 'book',
17089   'link_title' => 'Books',
17090   'options' => 'a:0:{}',
17091   'module' => 'system',
17092   'hidden' => '1',
17093   'external' => '0',
17094   'has_children' => '0',
17095   'expanded' => '0',
17096   'weight' => '0',
17097   'depth' => '1',
17098   'customized' => '0',
17099   'p1' => '336',
17100   'p2' => '0',
17101   'p3' => '0',
17102   'p4' => '0',
17103   'p5' => '0',
17104   'p6' => '0',
17105   'p7' => '0',
17106   'p8' => '0',
17107   'p9' => '0',
17108   'updated' => '0',
17109 ))
17110 ->values(array(
17111   'menu_name' => 'navigation',
17112   'mlid' => '337',
17113   'plid' => '0',
17114   'link_path' => 'contact',
17115   'router_path' => 'contact',
17116   'link_title' => 'Contact',
17117   'options' => 'a:0:{}',
17118   'module' => 'system',
17119   'hidden' => '1',
17120   'external' => '0',
17121   'has_children' => '0',
17122   'expanded' => '0',
17123   'weight' => '0',
17124   'depth' => '1',
17125   'customized' => '0',
17126   'p1' => '337',
17127   'p2' => '0',
17128   'p3' => '0',
17129   'p4' => '0',
17130   'p5' => '0',
17131   'p6' => '0',
17132   'p7' => '0',
17133   'p8' => '0',
17134   'p9' => '0',
17135   'updated' => '0',
17136 ))
17137 ->values(array(
17138   'menu_name' => 'navigation',
17139   'mlid' => '338',
17140   'plid' => '0',
17141   'link_path' => 'aggregator',
17142   'router_path' => 'aggregator',
17143   'link_title' => 'Feed aggregator',
17144   'options' => 'a:0:{}',
17145   'module' => 'system',
17146   'hidden' => '0',
17147   'external' => '0',
17148   'has_children' => '1',
17149   'expanded' => '0',
17150   'weight' => '5',
17151   'depth' => '1',
17152   'customized' => '0',
17153   'p1' => '338',
17154   'p2' => '0',
17155   'p3' => '0',
17156   'p4' => '0',
17157   'p5' => '0',
17158   'p6' => '0',
17159   'p7' => '0',
17160   'p8' => '0',
17161   'p9' => '0',
17162   'updated' => '0',
17163 ))
17164 ->values(array(
17165   'menu_name' => 'navigation',
17166   'mlid' => '339',
17167   'plid' => '0',
17168   'link_path' => 'forum',
17169   'router_path' => 'forum',
17170   'link_title' => 'Forums',
17171   'options' => 'a:0:{}',
17172   'module' => 'system',
17173   'hidden' => '0',
17174   'external' => '0',
17175   'has_children' => '1',
17176   'expanded' => '0',
17177   'weight' => '0',
17178   'depth' => '1',
17179   'customized' => '0',
17180   'p1' => '339',
17181   'p2' => '0',
17182   'p3' => '0',
17183   'p4' => '0',
17184   'p5' => '0',
17185   'p6' => '0',
17186   'p7' => '0',
17187   'p8' => '0',
17188   'p9' => '0',
17189   'updated' => '0',
17190 ))
17191 ->values(array(
17192   'menu_name' => 'navigation',
17193   'mlid' => '340',
17194   'plid' => '0',
17195   'link_path' => 'tracker',
17196   'router_path' => 'tracker',
17197   'link_title' => 'Recent content',
17198   'options' => 'a:0:{}',
17199   'module' => 'system',
17200   'hidden' => '0',
17201   'external' => '0',
17202   'has_children' => '0',
17203   'expanded' => '0',
17204   'weight' => '1',
17205   'depth' => '1',
17206   'customized' => '0',
17207   'p1' => '340',
17208   'p2' => '0',
17209   'p3' => '0',
17210   'p4' => '0',
17211   'p5' => '0',
17212   'p6' => '0',
17213   'p7' => '0',
17214   'p8' => '0',
17215   'p9' => '0',
17216   'updated' => '0',
17217 ))
17218 ->values(array(
17219   'menu_name' => 'navigation',
17220   'mlid' => '341',
17221   'plid' => '340',
17222   'link_path' => 'tracker/all',
17223   'router_path' => 'tracker/all',
17224   'link_title' => 'All recent content',
17225   'options' => 'a:0:{}',
17226   'module' => 'system',
17227   'hidden' => '-1',
17228   'external' => '0',
17229   'has_children' => '0',
17230   'expanded' => '0',
17231   'weight' => '0',
17232   'depth' => '2',
17233   'customized' => '0',
17234   'p1' => '340',
17235   'p2' => '341',
17236   'p3' => '0',
17237   'p4' => '0',
17238   'p5' => '0',
17239   'p6' => '0',
17240   'p7' => '0',
17241   'p8' => '0',
17242   'p9' => '0',
17243   'updated' => '0',
17244 ))
17245 ->values(array(
17246   'menu_name' => 'navigation',
17247   'mlid' => '342',
17248   'plid' => '338',
17249   'link_path' => 'aggregator/categories',
17250   'router_path' => 'aggregator/categories',
17251   'link_title' => 'Categories',
17252   'options' => 'a:0:{}',
17253   'module' => 'system',
17254   'hidden' => '0',
17255   'external' => '0',
17256   'has_children' => '1',
17257   'expanded' => '0',
17258   'weight' => '0',
17259   'depth' => '2',
17260   'customized' => '0',
17261   'p1' => '338',
17262   'p2' => '342',
17263   'p3' => '0',
17264   'p4' => '0',
17265   'p5' => '0',
17266   'p6' => '0',
17267   'p7' => '0',
17268   'p8' => '0',
17269   'p9' => '0',
17270   'updated' => '0',
17271 ))
17272 ->values(array(
17273   'menu_name' => 'navigation',
17274   'mlid' => '343',
17275   'plid' => '339',
17276   'link_path' => 'forum/%',
17277   'router_path' => 'forum/%',
17278   'link_title' => 'Forums',
17279   'options' => 'a:0:{}',
17280   'module' => 'system',
17281   'hidden' => '0',
17282   'external' => '0',
17283   'has_children' => '0',
17284   'expanded' => '0',
17285   'weight' => '0',
17286   'depth' => '2',
17287   'customized' => '0',
17288   'p1' => '339',
17289   'p2' => '343',
17290   'p3' => '0',
17291   'p4' => '0',
17292   'p5' => '0',
17293   'p6' => '0',
17294   'p7' => '0',
17295   'p8' => '0',
17296   'p9' => '0',
17297   'updated' => '0',
17298 ))
17299 ->values(array(
17300   'menu_name' => 'navigation',
17301   'mlid' => '344',
17302   'plid' => '335',
17303   'link_path' => 'blog/%',
17304   'router_path' => 'blog/%',
17305   'link_title' => 'My blog',
17306   'options' => 'a:0:{}',
17307   'module' => 'system',
17308   'hidden' => '0',
17309   'external' => '0',
17310   'has_children' => '0',
17311   'expanded' => '0',
17312   'weight' => '0',
17313   'depth' => '2',
17314   'customized' => '0',
17315   'p1' => '335',
17316   'p2' => '344',
17317   'p3' => '0',
17318   'p4' => '0',
17319   'p5' => '0',
17320   'p6' => '0',
17321   'p7' => '0',
17322   'p8' => '0',
17323   'p9' => '0',
17324   'updated' => '0',
17325 ))
17326 ->values(array(
17327   'menu_name' => 'navigation',
17328   'mlid' => '345',
17329   'plid' => '340',
17330   'link_path' => 'tracker/%',
17331   'router_path' => 'tracker/%',
17332   'link_title' => 'My recent content',
17333   'options' => 'a:0:{}',
17334   'module' => 'system',
17335   'hidden' => '-1',
17336   'external' => '0',
17337   'has_children' => '0',
17338   'expanded' => '0',
17339   'weight' => '0',
17340   'depth' => '2',
17341   'customized' => '0',
17342   'p1' => '340',
17343   'p2' => '345',
17344   'p3' => '0',
17345   'p4' => '0',
17346   'p5' => '0',
17347   'p6' => '0',
17348   'p7' => '0',
17349   'p8' => '0',
17350   'p9' => '0',
17351   'updated' => '0',
17352 ))
17353 ->values(array(
17354   'menu_name' => 'navigation',
17355   'mlid' => '346',
17356   'plid' => '338',
17357   'link_path' => 'aggregator/sources',
17358   'router_path' => 'aggregator/sources',
17359   'link_title' => 'Sources',
17360   'options' => 'a:0:{}',
17361   'module' => 'system',
17362   'hidden' => '0',
17363   'external' => '0',
17364   'has_children' => '1',
17365   'expanded' => '0',
17366   'weight' => '0',
17367   'depth' => '2',
17368   'customized' => '0',
17369   'p1' => '338',
17370   'p2' => '346',
17371   'p3' => '0',
17372   'p4' => '0',
17373   'p5' => '0',
17374   'p6' => '0',
17375   'p7' => '0',
17376   'p8' => '0',
17377   'p9' => '0',
17378   'updated' => '0',
17379 ))
17380 ->values(array(
17381   'menu_name' => 'navigation',
17382   'mlid' => '347',
17383   'plid' => '342',
17384   'link_path' => 'aggregator/categories/%',
17385   'router_path' => 'aggregator/categories/%',
17386   'link_title' => '',
17387   'options' => 'a:0:{}',
17388   'module' => 'system',
17389   'hidden' => '0',
17390   'external' => '0',
17391   'has_children' => '0',
17392   'expanded' => '0',
17393   'weight' => '0',
17394   'depth' => '3',
17395   'customized' => '0',
17396   'p1' => '338',
17397   'p2' => '342',
17398   'p3' => '347',
17399   'p4' => '0',
17400   'p5' => '0',
17401   'p6' => '0',
17402   'p7' => '0',
17403   'p8' => '0',
17404   'p9' => '0',
17405   'updated' => '0',
17406 ))
17407 ->values(array(
17408   'menu_name' => 'navigation',
17409   'mlid' => '348',
17410   'plid' => '346',
17411   'link_path' => 'aggregator/sources/%',
17412   'router_path' => 'aggregator/sources/%',
17413   'link_title' => '',
17414   'options' => 'a:0:{}',
17415   'module' => 'system',
17416   'hidden' => '0',
17417   'external' => '0',
17418   'has_children' => '0',
17419   'expanded' => '0',
17420   'weight' => '0',
17421   'depth' => '3',
17422   'customized' => '0',
17423   'p1' => '338',
17424   'p2' => '346',
17425   'p3' => '348',
17426   'p4' => '0',
17427   'p5' => '0',
17428   'p6' => '0',
17429   'p7' => '0',
17430   'p8' => '0',
17431   'p9' => '0',
17432   'updated' => '0',
17433 ))
17434 ->values(array(
17435   'menu_name' => 'navigation',
17436   'mlid' => '349',
17437   'plid' => '6',
17438   'link_path' => 'node/add/blog',
17439   'router_path' => 'node/add/blog',
17440   'link_title' => 'Blog entry',
17441   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:58:"Use for multi-user blogs. Every user gets a personal blog.";}}',
17442   'module' => 'system',
17443   'hidden' => '0',
17444   'external' => '0',
17445   'has_children' => '0',
17446   'expanded' => '0',
17447   'weight' => '0',
17448   'depth' => '2',
17449   'customized' => '0',
17450   'p1' => '6',
17451   'p2' => '349',
17452   'p3' => '0',
17453   'p4' => '0',
17454   'p5' => '0',
17455   'p6' => '0',
17456   'p7' => '0',
17457   'p8' => '0',
17458   'p9' => '0',
17459   'updated' => '0',
17460 ))
17461 ->values(array(
17462   'menu_name' => 'navigation',
17463   'mlid' => '350',
17464   'plid' => '6',
17465   'link_path' => 'node/add/book',
17466   'router_path' => 'node/add/book',
17467   'link_title' => 'Book page',
17468   '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.";}}',
17469   'module' => 'system',
17470   'hidden' => '0',
17471   'external' => '0',
17472   'has_children' => '0',
17473   'expanded' => '0',
17474   'weight' => '0',
17475   'depth' => '2',
17476   'customized' => '0',
17477   'p1' => '6',
17478   'p2' => '350',
17479   'p3' => '0',
17480   'p4' => '0',
17481   'p5' => '0',
17482   'p6' => '0',
17483   'p7' => '0',
17484   'p8' => '0',
17485   'p9' => '0',
17486   'updated' => '0',
17487 ))
17488 ->values(array(
17489   'menu_name' => 'management',
17490   'mlid' => '351',
17491   'plid' => '9',
17492   'link_path' => 'admin/content/book',
17493   'router_path' => 'admin/content/book',
17494   'link_title' => 'Books',
17495   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:33:\"Manage your site's book outlines.\";}}",
17496   'module' => 'system',
17497   'hidden' => '-1',
17498   'external' => '0',
17499   'has_children' => '0',
17500   'expanded' => '0',
17501   'weight' => '0',
17502   'depth' => '3',
17503   'customized' => '0',
17504   'p1' => '1',
17505   'p2' => '9',
17506   'p3' => '351',
17507   'p4' => '0',
17508   'p5' => '0',
17509   'p6' => '0',
17510   'p7' => '0',
17511   'p8' => '0',
17512   'p9' => '0',
17513   'updated' => '0',
17514 ))
17515 ->values(array(
17516   'menu_name' => 'navigation',
17517   'mlid' => '352',
17518   'plid' => '16',
17519   'link_path' => 'user/%/contact',
17520   'router_path' => 'user/%/contact',
17521   'link_title' => 'Contact',
17522   'options' => 'a:0:{}',
17523   'module' => 'system',
17524   'hidden' => '-1',
17525   'external' => '0',
17526   'has_children' => '0',
17527   'expanded' => '0',
17528   'weight' => '2',
17529   'depth' => '2',
17530   'customized' => '0',
17531   'p1' => '16',
17532   'p2' => '352',
17533   'p3' => '0',
17534   'p4' => '0',
17535   'p5' => '0',
17536   'p6' => '0',
17537   'p7' => '0',
17538   'p8' => '0',
17539   'p9' => '0',
17540   'updated' => '0',
17541 ))
17542 ->values(array(
17543   'menu_name' => 'management',
17544   'mlid' => '353',
17545   'plid' => '20',
17546   'link_path' => 'admin/structure/contact',
17547   'router_path' => 'admin/structure/contact',
17548   'link_title' => 'Contact form',
17549   '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.";}}',
17550   'module' => 'system',
17551   'hidden' => '0',
17552   'external' => '0',
17553   'has_children' => '1',
17554   'expanded' => '0',
17555   'weight' => '0',
17556   'depth' => '3',
17557   'customized' => '0',
17558   'p1' => '1',
17559   'p2' => '20',
17560   'p3' => '353',
17561   'p4' => '0',
17562   'p5' => '0',
17563   'p6' => '0',
17564   'p7' => '0',
17565   'p8' => '0',
17566   'p9' => '0',
17567   'updated' => '0',
17568 ))
17569 ->values(array(
17570   'menu_name' => 'management',
17571   'mlid' => '354',
17572   'plid' => '8',
17573   'link_path' => 'admin/config/date',
17574   'router_path' => 'admin/config/date',
17575   'link_title' => 'Date API',
17576   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"Settings for modules the use the Date API.";}}',
17577   'module' => 'system',
17578   'hidden' => '0',
17579   'external' => '0',
17580   'has_children' => '0',
17581   'expanded' => '0',
17582   'weight' => '-10',
17583   'depth' => '3',
17584   'customized' => '0',
17585   'p1' => '1',
17586   'p2' => '8',
17587   'p3' => '354',
17588   'p4' => '0',
17589   'p5' => '0',
17590   'p6' => '0',
17591   'p7' => '0',
17592   'p8' => '0',
17593   'p9' => '0',
17594   'updated' => '0',
17595 ))
17596 ->values(array(
17597   'menu_name' => 'navigation',
17598   'mlid' => '355',
17599   'plid' => '6',
17600   'link_path' => 'node/add/forum',
17601   'router_path' => 'node/add/forum',
17602   'link_title' => 'Forum topic',
17603   '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.";}}',
17604   'module' => 'system',
17605   'hidden' => '0',
17606   'external' => '0',
17607   'has_children' => '0',
17608   'expanded' => '0',
17609   'weight' => '0',
17610   'depth' => '2',
17611   'customized' => '0',
17612   'p1' => '6',
17613   'p2' => '355',
17614   'p3' => '0',
17615   'p4' => '0',
17616   'p5' => '0',
17617   'p6' => '0',
17618   'p7' => '0',
17619   'p8' => '0',
17620   'p9' => '0',
17621   'updated' => '0',
17622 ))
17623 ->values(array(
17624   'menu_name' => 'management',
17625   'mlid' => '356',
17626   'plid' => '20',
17627   'link_path' => 'admin/structure/forum',
17628   'router_path' => 'admin/structure/forum',
17629   'link_title' => 'Forums',
17630   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Control forum hierarchy settings.";}}',
17631   'module' => 'system',
17632   'hidden' => '0',
17633   'external' => '0',
17634   'has_children' => '1',
17635   'expanded' => '0',
17636   'weight' => '0',
17637   'depth' => '3',
17638   'customized' => '0',
17639   'p1' => '1',
17640   'p2' => '20',
17641   'p3' => '356',
17642   'p4' => '0',
17643   'p5' => '0',
17644   'p6' => '0',
17645   'p7' => '0',
17646   'p8' => '0',
17647   'p9' => '0',
17648   'updated' => '0',
17649 ))
17650 ->values(array(
17651   'menu_name' => 'navigation',
17652   'mlid' => '358',
17653   'plid' => '5',
17654   'link_path' => 'node/%/outline',
17655   'router_path' => 'node/%/outline',
17656   'link_title' => 'Outline',
17657   'options' => 'a:0:{}',
17658   'module' => 'system',
17659   'hidden' => '-1',
17660   'external' => '0',
17661   'has_children' => '1',
17662   'expanded' => '0',
17663   'weight' => '2',
17664   'depth' => '2',
17665   'customized' => '0',
17666   'p1' => '5',
17667   'p2' => '358',
17668   'p3' => '0',
17669   'p4' => '0',
17670   'p5' => '0',
17671   'p6' => '0',
17672   'p7' => '0',
17673   'p8' => '0',
17674   'p9' => '0',
17675   'updated' => '0',
17676 ))
17677 ->values(array(
17678   'menu_name' => 'management',
17679   'mlid' => '359',
17680   'plid' => '18',
17681   'link_path' => 'admin/reports/hits',
17682   'router_path' => 'admin/reports/hits',
17683   'link_title' => 'Recent hits',
17684   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View pages that have recently been visited.";}}',
17685   'module' => 'system',
17686   'hidden' => '0',
17687   'external' => '0',
17688   'has_children' => '0',
17689   'expanded' => '0',
17690   'weight' => '0',
17691   'depth' => '3',
17692   'customized' => '0',
17693   'p1' => '1',
17694   'p2' => '18',
17695   'p3' => '359',
17696   'p4' => '0',
17697   'p5' => '0',
17698   'p6' => '0',
17699   'p7' => '0',
17700   'p8' => '0',
17701   'p9' => '0',
17702   'updated' => '0',
17703 ))
17704 ->values(array(
17705   'menu_name' => 'management',
17706   'mlid' => '360',
17707   'plid' => '18',
17708   'link_path' => 'admin/reports/pages',
17709   'router_path' => 'admin/reports/pages',
17710   'link_title' => 'Top pages',
17711   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"View pages that have been hit frequently.";}}',
17712   'module' => 'system',
17713   'hidden' => '0',
17714   'external' => '0',
17715   'has_children' => '0',
17716   'expanded' => '0',
17717   'weight' => '1',
17718   'depth' => '3',
17719   'customized' => '0',
17720   'p1' => '1',
17721   'p2' => '18',
17722   'p3' => '360',
17723   'p4' => '0',
17724   'p5' => '0',
17725   'p6' => '0',
17726   'p7' => '0',
17727   'p8' => '0',
17728   'p9' => '0',
17729   'updated' => '0',
17730 ))
17731 ->values(array(
17732   'menu_name' => 'management',
17733   'mlid' => '361',
17734   'plid' => '18',
17735   'link_path' => 'admin/reports/referrers',
17736   'router_path' => 'admin/reports/referrers',
17737   'link_title' => 'Top referrers',
17738   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:19:"View top referrers.";}}',
17739   'module' => 'system',
17740   'hidden' => '0',
17741   'external' => '0',
17742   'has_children' => '0',
17743   'expanded' => '0',
17744   'weight' => '0',
17745   'depth' => '3',
17746   'customized' => '0',
17747   'p1' => '1',
17748   'p2' => '18',
17749   'p3' => '361',
17750   'p4' => '0',
17751   'p5' => '0',
17752   'p6' => '0',
17753   'p7' => '0',
17754   'p8' => '0',
17755   'p9' => '0',
17756   'updated' => '0',
17757 ))
17758 ->values(array(
17759   'menu_name' => 'management',
17760   'mlid' => '362',
17761   'plid' => '18',
17762   'link_path' => 'admin/reports/visitors',
17763   'router_path' => 'admin/reports/visitors',
17764   'link_title' => 'Top visitors',
17765   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View visitors that hit many pages.";}}',
17766   'module' => 'system',
17767   'hidden' => '0',
17768   'external' => '0',
17769   'has_children' => '0',
17770   'expanded' => '0',
17771   'weight' => '2',
17772   'depth' => '3',
17773   'customized' => '0',
17774   'p1' => '1',
17775   'p2' => '18',
17776   'p3' => '362',
17777   'p4' => '0',
17778   'p5' => '0',
17779   'p6' => '0',
17780   'p7' => '0',
17781   'p8' => '0',
17782   'p9' => '0',
17783   'updated' => '0',
17784 ))
17785 ->values(array(
17786   'menu_name' => 'navigation',
17787   'mlid' => '363',
17788   'plid' => '5',
17789   'link_path' => 'node/%/track',
17790   'router_path' => 'node/%/track',
17791   'link_title' => 'Track',
17792   'options' => 'a:0:{}',
17793   'module' => 'system',
17794   'hidden' => '-1',
17795   'external' => '0',
17796   'has_children' => '0',
17797   'expanded' => '0',
17798   'weight' => '2',
17799   'depth' => '2',
17800   'customized' => '0',
17801   'p1' => '5',
17802   'p2' => '363',
17803   'p3' => '0',
17804   'p4' => '0',
17805   'p5' => '0',
17806   'p6' => '0',
17807   'p7' => '0',
17808   'p8' => '0',
17809   'p9' => '0',
17810   'updated' => '0',
17811 ))
17812 ->values(array(
17813   'menu_name' => 'navigation',
17814   'mlid' => '364',
17815   'plid' => '16',
17816   'link_path' => 'user/%/track',
17817   'router_path' => 'user/%/track',
17818   'link_title' => 'Track',
17819   'options' => 'a:0:{}',
17820   'module' => 'system',
17821   'hidden' => '-1',
17822   'external' => '0',
17823   'has_children' => '0',
17824   'expanded' => '0',
17825   'weight' => '0',
17826   'depth' => '2',
17827   'customized' => '0',
17828   'p1' => '16',
17829   'p2' => '364',
17830   'p3' => '0',
17831   'p4' => '0',
17832   'p5' => '0',
17833   'p6' => '0',
17834   'p7' => '0',
17835   'p8' => '0',
17836   'p9' => '0',
17837   'updated' => '0',
17838 ))
17839 ->values(array(
17840   'menu_name' => 'navigation',
17841   'mlid' => '365',
17842   'plid' => '5',
17843   'link_path' => 'node/%/translate',
17844   'router_path' => 'node/%/translate',
17845   'link_title' => 'Translate',
17846   'options' => 'a:0:{}',
17847   'module' => 'system',
17848   'hidden' => '-1',
17849   'external' => '0',
17850   'has_children' => '0',
17851   'expanded' => '0',
17852   'weight' => '2',
17853   'depth' => '2',
17854   'customized' => '0',
17855   'p1' => '5',
17856   'p2' => '365',
17857   'p3' => '0',
17858   'p4' => '0',
17859   'p5' => '0',
17860   'p6' => '0',
17861   'p7' => '0',
17862   'p8' => '0',
17863   'p9' => '0',
17864   'updated' => '0',
17865 ))
17866 ->values(array(
17867   'menu_name' => 'management',
17868   'mlid' => '366',
17869   'plid' => '20',
17870   'link_path' => 'admin/structure/trigger',
17871   'router_path' => 'admin/structure/trigger',
17872   'link_title' => 'Triggers',
17873   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Configure when to execute actions.";}}',
17874   'module' => 'system',
17875   'hidden' => '0',
17876   'external' => '0',
17877   'has_children' => '0',
17878   'expanded' => '0',
17879   'weight' => '0',
17880   'depth' => '3',
17881   'customized' => '0',
17882   'p1' => '1',
17883   'p2' => '20',
17884   'p3' => '366',
17885   'p4' => '0',
17886   'p5' => '0',
17887   'p6' => '0',
17888   'p7' => '0',
17889   'p8' => '0',
17890   'p9' => '0',
17891   'updated' => '0',
17892 ))
17893 ->values(array(
17894   'menu_name' => 'management',
17895   'mlid' => '369',
17896   'plid' => '175',
17897   'link_path' => 'admin/help/aggregator',
17898   'router_path' => 'admin/help/aggregator',
17899   'link_title' => 'aggregator',
17900   'options' => 'a:0:{}',
17901   'module' => 'system',
17902   'hidden' => '-1',
17903   'external' => '0',
17904   'has_children' => '0',
17905   'expanded' => '0',
17906   'weight' => '0',
17907   'depth' => '3',
17908   'customized' => '0',
17909   'p1' => '1',
17910   'p2' => '175',
17911   'p3' => '369',
17912   'p4' => '0',
17913   'p5' => '0',
17914   'p6' => '0',
17915   'p7' => '0',
17916   'p8' => '0',
17917   'p9' => '0',
17918   'updated' => '0',
17919 ))
17920 ->values(array(
17921   'menu_name' => 'management',
17922   'mlid' => '370',
17923   'plid' => '175',
17924   'link_path' => 'admin/help/blog',
17925   'router_path' => 'admin/help/blog',
17926   'link_title' => 'blog',
17927   'options' => 'a:0:{}',
17928   'module' => 'system',
17929   'hidden' => '-1',
17930   'external' => '0',
17931   'has_children' => '0',
17932   'expanded' => '0',
17933   'weight' => '0',
17934   'depth' => '3',
17935   'customized' => '0',
17936   'p1' => '1',
17937   'p2' => '175',
17938   'p3' => '370',
17939   'p4' => '0',
17940   'p5' => '0',
17941   'p6' => '0',
17942   'p7' => '0',
17943   'p8' => '0',
17944   'p9' => '0',
17945   'updated' => '0',
17946 ))
17947 ->values(array(
17948   'menu_name' => 'management',
17949   'mlid' => '371',
17950   'plid' => '175',
17951   'link_path' => 'admin/help/book',
17952   'router_path' => 'admin/help/book',
17953   'link_title' => 'book',
17954   'options' => 'a:0:{}',
17955   'module' => 'system',
17956   'hidden' => '-1',
17957   'external' => '0',
17958   'has_children' => '0',
17959   'expanded' => '0',
17960   'weight' => '0',
17961   'depth' => '3',
17962   'customized' => '0',
17963   'p1' => '1',
17964   'p2' => '175',
17965   'p3' => '371',
17966   'p4' => '0',
17967   'p5' => '0',
17968   'p6' => '0',
17969   'p7' => '0',
17970   'p8' => '0',
17971   'p9' => '0',
17972   'updated' => '0',
17973 ))
17974 ->values(array(
17975   'menu_name' => 'management',
17976   'mlid' => '372',
17977   'plid' => '175',
17978   'link_path' => 'admin/help/contact',
17979   'router_path' => 'admin/help/contact',
17980   'link_title' => 'contact',
17981   'options' => 'a:0:{}',
17982   'module' => 'system',
17983   'hidden' => '-1',
17984   'external' => '0',
17985   'has_children' => '0',
17986   'expanded' => '0',
17987   'weight' => '0',
17988   'depth' => '3',
17989   'customized' => '0',
17990   'p1' => '1',
17991   'p2' => '175',
17992   'p3' => '372',
17993   'p4' => '0',
17994   'p5' => '0',
17995   'p6' => '0',
17996   'p7' => '0',
17997   'p8' => '0',
17998   'p9' => '0',
17999   'updated' => '0',
18000 ))
18001 ->values(array(
18002   'menu_name' => 'management',
18003   'mlid' => '373',
18004   'plid' => '175',
18005   'link_path' => 'admin/help/date',
18006   'router_path' => 'admin/help/date',
18007   'link_title' => 'date',
18008   'options' => 'a:0:{}',
18009   'module' => 'system',
18010   'hidden' => '-1',
18011   'external' => '0',
18012   'has_children' => '0',
18013   'expanded' => '0',
18014   'weight' => '0',
18015   'depth' => '3',
18016   'customized' => '0',
18017   'p1' => '1',
18018   'p2' => '175',
18019   'p3' => '373',
18020   'p4' => '0',
18021   'p5' => '0',
18022   'p6' => '0',
18023   'p7' => '0',
18024   'p8' => '0',
18025   'p9' => '0',
18026   'updated' => '0',
18027 ))
18028 ->values(array(
18029   'menu_name' => 'management',
18030   'mlid' => '374',
18031   'plid' => '175',
18032   'link_path' => 'admin/help/forum',
18033   'router_path' => 'admin/help/forum',
18034   'link_title' => 'forum',
18035   'options' => 'a:0:{}',
18036   'module' => 'system',
18037   'hidden' => '-1',
18038   'external' => '0',
18039   'has_children' => '0',
18040   'expanded' => '0',
18041   'weight' => '0',
18042   'depth' => '3',
18043   'customized' => '0',
18044   'p1' => '1',
18045   'p2' => '175',
18046   'p3' => '374',
18047   'p4' => '0',
18048   'p5' => '0',
18049   'p6' => '0',
18050   'p7' => '0',
18051   'p8' => '0',
18052   'p9' => '0',
18053   'updated' => '0',
18054 ))
18055 ->values(array(
18056   'menu_name' => 'management',
18057   'mlid' => '375',
18058   'plid' => '175',
18059   'link_path' => 'admin/help/locale',
18060   'router_path' => 'admin/help/locale',
18061   'link_title' => 'locale',
18062   'options' => 'a:0:{}',
18063   'module' => 'system',
18064   'hidden' => '-1',
18065   'external' => '0',
18066   'has_children' => '0',
18067   'expanded' => '0',
18068   'weight' => '0',
18069   'depth' => '3',
18070   'customized' => '0',
18071   'p1' => '1',
18072   'p2' => '175',
18073   'p3' => '375',
18074   'p4' => '0',
18075   'p5' => '0',
18076   'p6' => '0',
18077   'p7' => '0',
18078   'p8' => '0',
18079   'p9' => '0',
18080   'updated' => '0',
18081 ))
18082 ->values(array(
18083   'menu_name' => 'management',
18084   'mlid' => '377',
18085   'plid' => '175',
18086   'link_path' => 'admin/help/simpletest',
18087   'router_path' => 'admin/help/simpletest',
18088   'link_title' => 'simpletest',
18089   'options' => 'a:0:{}',
18090   'module' => 'system',
18091   'hidden' => '-1',
18092   'external' => '0',
18093   'has_children' => '0',
18094   'expanded' => '0',
18095   'weight' => '0',
18096   'depth' => '3',
18097   'customized' => '0',
18098   'p1' => '1',
18099   'p2' => '175',
18100   'p3' => '377',
18101   'p4' => '0',
18102   'p5' => '0',
18103   'p6' => '0',
18104   'p7' => '0',
18105   'p8' => '0',
18106   'p9' => '0',
18107   'updated' => '0',
18108 ))
18109 ->values(array(
18110   'menu_name' => 'management',
18111   'mlid' => '378',
18112   'plid' => '175',
18113   'link_path' => 'admin/help/statistics',
18114   'router_path' => 'admin/help/statistics',
18115   'link_title' => 'statistics',
18116   'options' => 'a:0:{}',
18117   'module' => 'system',
18118   'hidden' => '-1',
18119   'external' => '0',
18120   'has_children' => '0',
18121   'expanded' => '0',
18122   'weight' => '0',
18123   'depth' => '3',
18124   'customized' => '0',
18125   'p1' => '1',
18126   'p2' => '175',
18127   'p3' => '378',
18128   'p4' => '0',
18129   'p5' => '0',
18130   'p6' => '0',
18131   'p7' => '0',
18132   'p8' => '0',
18133   'p9' => '0',
18134   'updated' => '0',
18135 ))
18136 ->values(array(
18137   'menu_name' => 'management',
18138   'mlid' => '379',
18139   'plid' => '175',
18140   'link_path' => 'admin/help/syslog',
18141   'router_path' => 'admin/help/syslog',
18142   'link_title' => 'syslog',
18143   'options' => 'a:0:{}',
18144   'module' => 'system',
18145   'hidden' => '-1',
18146   'external' => '0',
18147   'has_children' => '0',
18148   'expanded' => '0',
18149   'weight' => '0',
18150   'depth' => '3',
18151   'customized' => '0',
18152   'p1' => '1',
18153   'p2' => '175',
18154   'p3' => '379',
18155   'p4' => '0',
18156   'p5' => '0',
18157   'p6' => '0',
18158   'p7' => '0',
18159   'p8' => '0',
18160   'p9' => '0',
18161   'updated' => '0',
18162 ))
18163 ->values(array(
18164   'menu_name' => 'management',
18165   'mlid' => '380',
18166   'plid' => '175',
18167   'link_path' => 'admin/help/tracker',
18168   'router_path' => 'admin/help/tracker',
18169   'link_title' => 'tracker',
18170   'options' => 'a:0:{}',
18171   'module' => 'system',
18172   'hidden' => '-1',
18173   'external' => '0',
18174   'has_children' => '0',
18175   'expanded' => '0',
18176   'weight' => '0',
18177   'depth' => '3',
18178   'customized' => '0',
18179   'p1' => '1',
18180   'p2' => '175',
18181   'p3' => '380',
18182   'p4' => '0',
18183   'p5' => '0',
18184   'p6' => '0',
18185   'p7' => '0',
18186   'p8' => '0',
18187   'p9' => '0',
18188   'updated' => '0',
18189 ))
18190 ->values(array(
18191   'menu_name' => 'management',
18192   'mlid' => '381',
18193   'plid' => '175',
18194   'link_path' => 'admin/help/translation',
18195   'router_path' => 'admin/help/translation',
18196   'link_title' => 'translation',
18197   'options' => 'a:0:{}',
18198   'module' => 'system',
18199   'hidden' => '-1',
18200   'external' => '0',
18201   'has_children' => '0',
18202   'expanded' => '0',
18203   'weight' => '0',
18204   'depth' => '3',
18205   'customized' => '0',
18206   'p1' => '1',
18207   'p2' => '175',
18208   'p3' => '381',
18209   'p4' => '0',
18210   'p5' => '0',
18211   'p6' => '0',
18212   'p7' => '0',
18213   'p8' => '0',
18214   'p9' => '0',
18215   'updated' => '0',
18216 ))
18217 ->values(array(
18218   'menu_name' => 'management',
18219   'mlid' => '382',
18220   'plid' => '175',
18221   'link_path' => 'admin/help/trigger',
18222   'router_path' => 'admin/help/trigger',
18223   'link_title' => 'trigger',
18224   'options' => 'a:0:{}',
18225   'module' => 'system',
18226   'hidden' => '-1',
18227   'external' => '0',
18228   'has_children' => '0',
18229   'expanded' => '0',
18230   'weight' => '0',
18231   'depth' => '3',
18232   'customized' => '0',
18233   'p1' => '1',
18234   'p2' => '175',
18235   'p3' => '382',
18236   'p4' => '0',
18237   'p5' => '0',
18238   'p6' => '0',
18239   'p7' => '0',
18240   'p8' => '0',
18241   'p9' => '0',
18242   'updated' => '0',
18243 ))
18244 ->values(array(
18245   'menu_name' => 'navigation',
18246   'mlid' => '383',
18247   'plid' => '347',
18248   'link_path' => 'aggregator/categories/%/categorize',
18249   'router_path' => 'aggregator/categories/%/categorize',
18250   'link_title' => 'Categorize',
18251   'options' => 'a:0:{}',
18252   'module' => 'system',
18253   'hidden' => '-1',
18254   'external' => '0',
18255   'has_children' => '0',
18256   'expanded' => '0',
18257   'weight' => '0',
18258   'depth' => '4',
18259   'customized' => '0',
18260   'p1' => '338',
18261   'p2' => '342',
18262   'p3' => '347',
18263   'p4' => '383',
18264   'p5' => '0',
18265   'p6' => '0',
18266   'p7' => '0',
18267   'p8' => '0',
18268   'p9' => '0',
18269   'updated' => '0',
18270 ))
18271 ->values(array(
18272   'menu_name' => 'navigation',
18273   'mlid' => '384',
18274   'plid' => '348',
18275   'link_path' => 'aggregator/sources/%/categorize',
18276   'router_path' => 'aggregator/sources/%/categorize',
18277   'link_title' => 'Categorize',
18278   'options' => 'a:0:{}',
18279   'module' => 'system',
18280   'hidden' => '-1',
18281   'external' => '0',
18282   'has_children' => '0',
18283   'expanded' => '0',
18284   'weight' => '0',
18285   'depth' => '4',
18286   'customized' => '0',
18287   'p1' => '338',
18288   'p2' => '346',
18289   'p3' => '348',
18290   'p4' => '384',
18291   'p5' => '0',
18292   'p6' => '0',
18293   'p7' => '0',
18294   'p8' => '0',
18295   'p9' => '0',
18296   'updated' => '0',
18297 ))
18298 ->values(array(
18299   'menu_name' => 'navigation',
18300   'mlid' => '385',
18301   'plid' => '347',
18302   'link_path' => 'aggregator/categories/%/configure',
18303   'router_path' => 'aggregator/categories/%/configure',
18304   'link_title' => 'Configure',
18305   'options' => 'a:0:{}',
18306   'module' => 'system',
18307   'hidden' => '-1',
18308   'external' => '0',
18309   'has_children' => '0',
18310   'expanded' => '0',
18311   'weight' => '1',
18312   'depth' => '4',
18313   'customized' => '0',
18314   'p1' => '338',
18315   'p2' => '342',
18316   'p3' => '347',
18317   'p4' => '385',
18318   'p5' => '0',
18319   'p6' => '0',
18320   'p7' => '0',
18321   'p8' => '0',
18322   'p9' => '0',
18323   'updated' => '0',
18324 ))
18325 ->values(array(
18326   'menu_name' => 'navigation',
18327   'mlid' => '386',
18328   'plid' => '348',
18329   'link_path' => 'aggregator/sources/%/configure',
18330   'router_path' => 'aggregator/sources/%/configure',
18331   'link_title' => 'Configure',
18332   'options' => 'a:0:{}',
18333   'module' => 'system',
18334   'hidden' => '-1',
18335   'external' => '0',
18336   'has_children' => '0',
18337   'expanded' => '0',
18338   'weight' => '1',
18339   'depth' => '4',
18340   'customized' => '0',
18341   'p1' => '338',
18342   'p2' => '346',
18343   'p3' => '348',
18344   'p4' => '386',
18345   'p5' => '0',
18346   'p6' => '0',
18347   'p7' => '0',
18348   'p8' => '0',
18349   'p9' => '0',
18350   'updated' => '0',
18351 ))
18352 ->values(array(
18353   'menu_name' => 'navigation',
18354   'mlid' => '387',
18355   'plid' => '347',
18356   'link_path' => 'aggregator/categories/%/view',
18357   'router_path' => 'aggregator/categories/%/view',
18358   'link_title' => 'View',
18359   'options' => 'a:0:{}',
18360   'module' => 'system',
18361   'hidden' => '-1',
18362   'external' => '0',
18363   'has_children' => '0',
18364   'expanded' => '0',
18365   'weight' => '-10',
18366   'depth' => '4',
18367   'customized' => '0',
18368   'p1' => '338',
18369   'p2' => '342',
18370   'p3' => '347',
18371   'p4' => '387',
18372   'p5' => '0',
18373   'p6' => '0',
18374   'p7' => '0',
18375   'p8' => '0',
18376   'p9' => '0',
18377   'updated' => '0',
18378 ))
18379 ->values(array(
18380   'menu_name' => 'navigation',
18381   'mlid' => '388',
18382   'plid' => '348',
18383   'link_path' => 'aggregator/sources/%/view',
18384   'router_path' => 'aggregator/sources/%/view',
18385   'link_title' => 'View',
18386   'options' => 'a:0:{}',
18387   'module' => 'system',
18388   'hidden' => '-1',
18389   'external' => '0',
18390   'has_children' => '0',
18391   'expanded' => '0',
18392   'weight' => '-10',
18393   'depth' => '4',
18394   'customized' => '0',
18395   'p1' => '338',
18396   'p2' => '346',
18397   'p3' => '348',
18398   'p4' => '388',
18399   'p5' => '0',
18400   'p6' => '0',
18401   'p7' => '0',
18402   'p8' => '0',
18403   'p9' => '0',
18404   'updated' => '0',
18405 ))
18406 ->values(array(
18407   'menu_name' => 'management',
18408   'mlid' => '389',
18409   'plid' => '353',
18410   'link_path' => 'admin/structure/contact/add',
18411   'router_path' => 'admin/structure/contact/add',
18412   'link_title' => 'Add category',
18413   'options' => 'a:0:{}',
18414   'module' => 'system',
18415   'hidden' => '-1',
18416   'external' => '0',
18417   'has_children' => '0',
18418   'expanded' => '0',
18419   'weight' => '1',
18420   'depth' => '4',
18421   'customized' => '0',
18422   'p1' => '1',
18423   'p2' => '20',
18424   'p3' => '353',
18425   'p4' => '389',
18426   'p5' => '0',
18427   'p6' => '0',
18428   'p7' => '0',
18429   'p8' => '0',
18430   'p9' => '0',
18431   'updated' => '0',
18432 ))
18433 ->values(array(
18434   'menu_name' => 'management',
18435   'mlid' => '391',
18436   'plid' => '18',
18437   'link_path' => 'admin/reports/access/%',
18438   'router_path' => 'admin/reports/access/%',
18439   'link_title' => 'Details',
18440   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:16:"View access log.";}}',
18441   'module' => 'system',
18442   'hidden' => '0',
18443   'external' => '0',
18444   'has_children' => '0',
18445   'expanded' => '0',
18446   'weight' => '0',
18447   'depth' => '3',
18448   'customized' => '0',
18449   'p1' => '1',
18450   'p2' => '18',
18451   'p3' => '391',
18452   'p4' => '0',
18453   'p5' => '0',
18454   'p6' => '0',
18455   'p7' => '0',
18456   'p8' => '0',
18457   'p9' => '0',
18458   'updated' => '0',
18459 ))
18460 ->values(array(
18461   'menu_name' => 'management',
18462   'mlid' => '392',
18463   'plid' => '33',
18464   'link_path' => 'admin/config/content/email',
18465   'router_path' => 'admin/config/content/email',
18466   'link_title' => 'Email Contact Form Settings',
18467   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:57:"Administer flood control settings for email contact forms";}}',
18468   'module' => 'system',
18469   'hidden' => '0',
18470   'external' => '0',
18471   'has_children' => '0',
18472   'expanded' => '0',
18473   'weight' => '0',
18474   'depth' => '4',
18475   'customized' => '0',
18476   'p1' => '1',
18477   'p2' => '8',
18478   'p3' => '33',
18479   'p4' => '392',
18480   'p5' => '0',
18481   'p6' => '0',
18482   'p7' => '0',
18483   'p8' => '0',
18484   'p9' => '0',
18485   'updated' => '0',
18486 ))
18487 ->values(array(
18488   'menu_name' => 'management',
18489   'mlid' => '393',
18490   'plid' => '60',
18491   'link_path' => 'admin/config/services/aggregator',
18492   'router_path' => 'admin/config/services/aggregator',
18493   'link_title' => 'Feed aggregator',
18494   '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.\";}}",
18495   'module' => 'system',
18496   'hidden' => '0',
18497   'external' => '0',
18498   'has_children' => '1',
18499   'expanded' => '0',
18500   'weight' => '10',
18501   'depth' => '4',
18502   'customized' => '0',
18503   'p1' => '1',
18504   'p2' => '8',
18505   'p3' => '60',
18506   'p4' => '393',
18507   'p5' => '0',
18508   'p6' => '0',
18509   'p7' => '0',
18510   'p8' => '0',
18511   'p9' => '0',
18512   'updated' => '0',
18513 ))
18514 ->values(array(
18515   'menu_name' => 'management',
18516   'mlid' => '395',
18517   'plid' => '48',
18518   'link_path' => 'admin/config/regional/language',
18519   'router_path' => 'admin/config/regional/language',
18520   'link_title' => 'Languages',
18521   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:55:"Configure languages for content and the user interface.";}}',
18522   'module' => 'system',
18523   'hidden' => '0',
18524   'external' => '0',
18525   'has_children' => '1',
18526   'expanded' => '0',
18527   'weight' => '-10',
18528   'depth' => '4',
18529   'customized' => '0',
18530   'p1' => '1',
18531   'p2' => '8',
18532   'p3' => '48',
18533   'p4' => '395',
18534   'p5' => '0',
18535   'p6' => '0',
18536   'p7' => '0',
18537   'p8' => '0',
18538   'p9' => '0',
18539   'updated' => '0',
18540 ))
18541 ->values(array(
18542   'menu_name' => 'management',
18543   'mlid' => '396',
18544   'plid' => '351',
18545   'link_path' => 'admin/content/book/list',
18546   'router_path' => 'admin/content/book/list',
18547   'link_title' => 'List',
18548   'options' => 'a:0:{}',
18549   'module' => 'system',
18550   'hidden' => '-1',
18551   'external' => '0',
18552   'has_children' => '0',
18553   'expanded' => '0',
18554   'weight' => '0',
18555   'depth' => '4',
18556   'customized' => '0',
18557   'p1' => '1',
18558   'p2' => '9',
18559   'p3' => '351',
18560   'p4' => '396',
18561   'p5' => '0',
18562   'p6' => '0',
18563   'p7' => '0',
18564   'p8' => '0',
18565   'p9' => '0',
18566   'updated' => '0',
18567 ))
18568 ->values(array(
18569   'menu_name' => 'management',
18570   'mlid' => '398',
18571   'plid' => '356',
18572   'link_path' => 'admin/structure/forum/list',
18573   'router_path' => 'admin/structure/forum/list',
18574   'link_title' => 'List',
18575   'options' => 'a:0:{}',
18576   'module' => 'system',
18577   'hidden' => '-1',
18578   'external' => '0',
18579   'has_children' => '0',
18580   'expanded' => '0',
18581   'weight' => '-10',
18582   'depth' => '4',
18583   'customized' => '0',
18584   'p1' => '1',
18585   'p2' => '20',
18586   'p3' => '356',
18587   'p4' => '398',
18588   'p5' => '0',
18589   'p6' => '0',
18590   'p7' => '0',
18591   'p8' => '0',
18592   'p9' => '0',
18593   'updated' => '0',
18594 ))
18595 ->values(array(
18596   'menu_name' => 'navigation',
18597   'mlid' => '399',
18598   'plid' => '358',
18599   'link_path' => 'node/%/outline/remove',
18600   'router_path' => 'node/%/outline/remove',
18601   'link_title' => 'Remove from outline',
18602   'options' => 'a:0:{}',
18603   'module' => 'system',
18604   'hidden' => '0',
18605   'external' => '0',
18606   'has_children' => '0',
18607   'expanded' => '0',
18608   'weight' => '0',
18609   'depth' => '3',
18610   'customized' => '0',
18611   'p1' => '5',
18612   'p2' => '358',
18613   'p3' => '399',
18614   'p4' => '0',
18615   'p5' => '0',
18616   'p6' => '0',
18617   'p7' => '0',
18618   'p8' => '0',
18619   'p9' => '0',
18620   'updated' => '0',
18621 ))
18622 ->values(array(
18623   'menu_name' => 'management',
18624   'mlid' => '400',
18625   'plid' => '351',
18626   'link_path' => 'admin/content/book/settings',
18627   'router_path' => 'admin/content/book/settings',
18628   'link_title' => 'Settings',
18629   'options' => 'a:0:{}',
18630   'module' => 'system',
18631   'hidden' => '-1',
18632   'external' => '0',
18633   'has_children' => '0',
18634   'expanded' => '0',
18635   'weight' => '8',
18636   'depth' => '4',
18637   'customized' => '0',
18638   'p1' => '1',
18639   'p2' => '9',
18640   'p3' => '351',
18641   'p4' => '400',
18642   'p5' => '0',
18643   'p6' => '0',
18644   'p7' => '0',
18645   'p8' => '0',
18646   'p9' => '0',
18647   'updated' => '0',
18648 ))
18649 ->values(array(
18650   'menu_name' => 'management',
18651   'mlid' => '402',
18652   'plid' => '53',
18653   'link_path' => 'admin/config/system/statistics',
18654   'router_path' => 'admin/config/system/statistics',
18655   'link_title' => 'Statistics',
18656   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:68:"Control details about what and how your site logs access statistics.";}}',
18657   'module' => 'system',
18658   'hidden' => '0',
18659   'external' => '0',
18660   'has_children' => '0',
18661   'expanded' => '0',
18662   'weight' => '-15',
18663   'depth' => '4',
18664   'customized' => '0',
18665   'p1' => '1',
18666   'p2' => '8',
18667   'p3' => '53',
18668   'p4' => '402',
18669   'p5' => '0',
18670   'p6' => '0',
18671   'p7' => '0',
18672   'p8' => '0',
18673   'p9' => '0',
18674   'updated' => '0',
18675 ))
18676 ->values(array(
18677   'menu_name' => 'management',
18678   'mlid' => '405',
18679   'plid' => '366',
18680   'link_path' => 'admin/structure/trigger/comment',
18681   'router_path' => 'admin/structure/trigger/comment',
18682   'link_title' => 'Comment',
18683   'options' => 'a:0:{}',
18684   'module' => 'system',
18685   'hidden' => '-1',
18686   'external' => '0',
18687   'has_children' => '0',
18688   'expanded' => '0',
18689   'weight' => '0',
18690   'depth' => '4',
18691   'customized' => '0',
18692   'p1' => '1',
18693   'p2' => '20',
18694   'p3' => '366',
18695   'p4' => '405',
18696   'p5' => '0',
18697   'p6' => '0',
18698   'p7' => '0',
18699   'p8' => '0',
18700   'p9' => '0',
18701   'updated' => '0',
18702 ))
18703 ->values(array(
18704   'menu_name' => 'management',
18705   'mlid' => '407',
18706   'plid' => '366',
18707   'link_path' => 'admin/structure/trigger/node',
18708   'router_path' => 'admin/structure/trigger/node',
18709   'link_title' => 'Node',
18710   'options' => 'a:0:{}',
18711   'module' => 'system',
18712   'hidden' => '-1',
18713   'external' => '0',
18714   'has_children' => '0',
18715   'expanded' => '0',
18716   'weight' => '0',
18717   'depth' => '4',
18718   'customized' => '0',
18719   'p1' => '1',
18720   'p2' => '20',
18721   'p3' => '366',
18722   'p4' => '407',
18723   'p5' => '0',
18724   'p6' => '0',
18725   'p7' => '0',
18726   'p8' => '0',
18727   'p9' => '0',
18728   'updated' => '0',
18729 ))
18730 ->values(array(
18731   'menu_name' => 'management',
18732   'mlid' => '408',
18733   'plid' => '366',
18734   'link_path' => 'admin/structure/trigger/system',
18735   'router_path' => 'admin/structure/trigger/system',
18736   'link_title' => 'System',
18737   'options' => 'a:0:{}',
18738   'module' => 'system',
18739   'hidden' => '-1',
18740   'external' => '0',
18741   'has_children' => '0',
18742   'expanded' => '0',
18743   'weight' => '0',
18744   'depth' => '4',
18745   'customized' => '0',
18746   'p1' => '1',
18747   'p2' => '20',
18748   'p3' => '366',
18749   'p4' => '408',
18750   'p5' => '0',
18751   'p6' => '0',
18752   'p7' => '0',
18753   'p8' => '0',
18754   'p9' => '0',
18755   'updated' => '0',
18756 ))
18757 ->values(array(
18758   'menu_name' => 'management',
18759   'mlid' => '409',
18760   'plid' => '366',
18761   'link_path' => 'admin/structure/trigger/taxonomy',
18762   'router_path' => 'admin/structure/trigger/taxonomy',
18763   'link_title' => 'Taxonomy',
18764   'options' => 'a:0:{}',
18765   'module' => 'system',
18766   'hidden' => '-1',
18767   'external' => '0',
18768   'has_children' => '0',
18769   'expanded' => '0',
18770   'weight' => '0',
18771   'depth' => '4',
18772   'customized' => '0',
18773   'p1' => '1',
18774   'p2' => '20',
18775   'p3' => '366',
18776   'p4' => '409',
18777   'p5' => '0',
18778   'p6' => '0',
18779   'p7' => '0',
18780   'p8' => '0',
18781   'p9' => '0',
18782   'updated' => '0',
18783 ))
18784 ->values(array(
18785   'menu_name' => 'management',
18786   'mlid' => '410',
18787   'plid' => '37',
18788   'link_path' => 'admin/config/development/testing',
18789   'router_path' => 'admin/config/development/testing',
18790   'link_title' => 'Testing',
18791   '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.";}}',
18792   'module' => 'system',
18793   'hidden' => '0',
18794   'external' => '0',
18795   'has_children' => '1',
18796   'expanded' => '0',
18797   'weight' => '-5',
18798   'depth' => '4',
18799   'customized' => '0',
18800   'p1' => '1',
18801   'p2' => '8',
18802   'p3' => '37',
18803   'p4' => '410',
18804   'p5' => '0',
18805   'p6' => '0',
18806   'p7' => '0',
18807   'p8' => '0',
18808   'p9' => '0',
18809   'updated' => '0',
18810 ))
18811 ->values(array(
18812   'menu_name' => 'navigation',
18813   'mlid' => '411',
18814   'plid' => '364',
18815   'link_path' => 'user/%/track/content',
18816   'router_path' => 'user/%/track/content',
18817   'link_title' => 'Track content',
18818   'options' => 'a:0:{}',
18819   'module' => 'system',
18820   'hidden' => '-1',
18821   'external' => '0',
18822   'has_children' => '0',
18823   'expanded' => '0',
18824   'weight' => '0',
18825   'depth' => '3',
18826   'customized' => '0',
18827   'p1' => '16',
18828   'p2' => '364',
18829   'p3' => '411',
18830   'p4' => '0',
18831   'p5' => '0',
18832   'p6' => '0',
18833   'p7' => '0',
18834   'p8' => '0',
18835   'p9' => '0',
18836   'updated' => '0',
18837 ))
18838 ->values(array(
18839   'menu_name' => 'navigation',
18840   'mlid' => '412',
18841   'plid' => '364',
18842   'link_path' => 'user/%/track/navigation',
18843   'router_path' => 'user/%/track/navigation',
18844   'link_title' => 'Track page visits',
18845   'options' => 'a:0:{}',
18846   'module' => 'system',
18847   'hidden' => '-1',
18848   'external' => '0',
18849   'has_children' => '0',
18850   'expanded' => '0',
18851   'weight' => '2',
18852   'depth' => '3',
18853   'customized' => '0',
18854   'p1' => '16',
18855   'p2' => '364',
18856   'p3' => '412',
18857   'p4' => '0',
18858   'p5' => '0',
18859   'p6' => '0',
18860   'p7' => '0',
18861   'p8' => '0',
18862   'p9' => '0',
18863   'updated' => '0',
18864 ))
18865 ->values(array(
18866   'menu_name' => 'management',
18867   'mlid' => '413',
18868   'plid' => '48',
18869   'link_path' => 'admin/config/regional/translate',
18870   'router_path' => 'admin/config/regional/translate',
18871   'link_title' => 'Translate interface',
18872   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"Translate the built in interface and optionally other text.";}}',
18873   'module' => 'system',
18874   'hidden' => '0',
18875   'external' => '0',
18876   'has_children' => '1',
18877   'expanded' => '0',
18878   'weight' => '-5',
18879   'depth' => '4',
18880   'customized' => '0',
18881   'p1' => '1',
18882   'p2' => '8',
18883   'p3' => '48',
18884   'p4' => '413',
18885   'p5' => '0',
18886   'p6' => '0',
18887   'p7' => '0',
18888   'p8' => '0',
18889   'p9' => '0',
18890   'updated' => '0',
18891 ))
18892 ->values(array(
18893   'menu_name' => 'management',
18894   'mlid' => '414',
18895   'plid' => '366',
18896   'link_path' => 'admin/structure/trigger/unassign',
18897   'router_path' => 'admin/structure/trigger/unassign',
18898   'link_title' => 'Unassign',
18899   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Unassign an action from a trigger.";}}',
18900   'module' => 'system',
18901   'hidden' => '-1',
18902   'external' => '0',
18903   'has_children' => '0',
18904   'expanded' => '0',
18905   'weight' => '0',
18906   'depth' => '4',
18907   'customized' => '0',
18908   'p1' => '1',
18909   'p2' => '20',
18910   'p3' => '366',
18911   'p4' => '414',
18912   'p5' => '0',
18913   'p6' => '0',
18914   'p7' => '0',
18915   'p8' => '0',
18916   'p9' => '0',
18917   'updated' => '0',
18918 ))
18919 ->values(array(
18920   'menu_name' => 'management',
18921   'mlid' => '416',
18922   'plid' => '366',
18923   'link_path' => 'admin/structure/trigger/user',
18924   'router_path' => 'admin/structure/trigger/user',
18925   'link_title' => 'User',
18926   'options' => 'a:0:{}',
18927   'module' => 'system',
18928   'hidden' => '-1',
18929   'external' => '0',
18930   'has_children' => '0',
18931   'expanded' => '0',
18932   'weight' => '0',
18933   'depth' => '4',
18934   'customized' => '0',
18935   'p1' => '1',
18936   'p2' => '20',
18937   'p3' => '366',
18938   'p4' => '416',
18939   'p5' => '0',
18940   'p6' => '0',
18941   'p7' => '0',
18942   'p8' => '0',
18943   'p9' => '0',
18944   'updated' => '0',
18945 ))
18946 ->values(array(
18947   'menu_name' => 'management',
18948   'mlid' => '417',
18949   'plid' => '356',
18950   'link_path' => 'admin/structure/forum/settings',
18951   'router_path' => 'admin/structure/forum/settings',
18952   'link_title' => 'Settings',
18953   'options' => 'a:0:{}',
18954   'module' => 'system',
18955   'hidden' => '-1',
18956   'external' => '0',
18957   'has_children' => '0',
18958   'expanded' => '0',
18959   'weight' => '5',
18960   'depth' => '4',
18961   'customized' => '0',
18962   'p1' => '1',
18963   'p2' => '20',
18964   'p3' => '356',
18965   'p4' => '417',
18966   'p5' => '0',
18967   'p6' => '0',
18968   'p7' => '0',
18969   'p8' => '0',
18970   'p9' => '0',
18971   'updated' => '0',
18972 ))
18973 ->values(array(
18974   'menu_name' => 'management',
18975   'mlid' => '418',
18976   'plid' => '395',
18977   'link_path' => 'admin/config/regional/language/add',
18978   'router_path' => 'admin/config/regional/language/add',
18979   'link_title' => 'Add language',
18980   'options' => 'a:0:{}',
18981   'module' => 'system',
18982   'hidden' => '-1',
18983   'external' => '0',
18984   'has_children' => '0',
18985   'expanded' => '0',
18986   'weight' => '5',
18987   'depth' => '5',
18988   'customized' => '0',
18989   'p1' => '1',
18990   'p2' => '8',
18991   'p3' => '48',
18992   'p4' => '395',
18993   'p5' => '418',
18994   'p6' => '0',
18995   'p7' => '0',
18996   'p8' => '0',
18997   'p9' => '0',
18998   'updated' => '0',
18999 ))
19000 ->values(array(
19001   'menu_name' => 'management',
19002   'mlid' => '421',
19003   'plid' => '353',
19004   'link_path' => 'admin/structure/contact/delete/%',
19005   'router_path' => 'admin/structure/contact/delete/%',
19006   'link_title' => 'Delete contact',
19007   'options' => 'a:0:{}',
19008   'module' => 'system',
19009   'hidden' => '0',
19010   'external' => '0',
19011   'has_children' => '0',
19012   'expanded' => '0',
19013   'weight' => '0',
19014   'depth' => '4',
19015   'customized' => '0',
19016   'p1' => '1',
19017   'p2' => '20',
19018   'p3' => '353',
19019   'p4' => '421',
19020   'p5' => '0',
19021   'p6' => '0',
19022   'p7' => '0',
19023   'p8' => '0',
19024   'p9' => '0',
19025   'updated' => '0',
19026 ))
19027 ->values(array(
19028   'menu_name' => 'management',
19029   'mlid' => '422',
19030   'plid' => '395',
19031   'link_path' => 'admin/config/regional/language/configure',
19032   'router_path' => 'admin/config/regional/language/configure',
19033   'link_title' => 'Detection and selection',
19034   'options' => 'a:0:{}',
19035   'module' => 'system',
19036   'hidden' => '-1',
19037   'external' => '0',
19038   'has_children' => '0',
19039   'expanded' => '0',
19040   'weight' => '10',
19041   'depth' => '5',
19042   'customized' => '0',
19043   'p1' => '1',
19044   'p2' => '8',
19045   'p3' => '48',
19046   'p4' => '395',
19047   'p5' => '422',
19048   'p6' => '0',
19049   'p7' => '0',
19050   'p8' => '0',
19051   'p9' => '0',
19052   'updated' => '0',
19053 ))
19054 ->values(array(
19055   'menu_name' => 'management',
19056   'mlid' => '423',
19057   'plid' => '353',
19058   'link_path' => 'admin/structure/contact/edit/%',
19059   'router_path' => 'admin/structure/contact/edit/%',
19060   'link_title' => 'Edit contact category',
19061   'options' => 'a:0:{}',
19062   'module' => 'system',
19063   'hidden' => '0',
19064   'external' => '0',
19065   'has_children' => '0',
19066   'expanded' => '0',
19067   'weight' => '0',
19068   'depth' => '4',
19069   'customized' => '0',
19070   'p1' => '1',
19071   'p2' => '20',
19072   'p3' => '353',
19073   'p4' => '423',
19074   'p5' => '0',
19075   'p6' => '0',
19076   'p7' => '0',
19077   'p8' => '0',
19078   'p9' => '0',
19079   'updated' => '0',
19080 ))
19081 ->values(array(
19082   'menu_name' => 'management',
19083   'mlid' => '424',
19084   'plid' => '413',
19085   'link_path' => 'admin/config/regional/translate/export',
19086   'router_path' => 'admin/config/regional/translate/export',
19087   'link_title' => 'Export',
19088   'options' => 'a:0:{}',
19089   'module' => 'system',
19090   'hidden' => '-1',
19091   'external' => '0',
19092   'has_children' => '0',
19093   'expanded' => '0',
19094   'weight' => '30',
19095   'depth' => '5',
19096   'customized' => '0',
19097   'p1' => '1',
19098   'p2' => '8',
19099   'p3' => '48',
19100   'p4' => '413',
19101   'p5' => '424',
19102   'p6' => '0',
19103   'p7' => '0',
19104   'p8' => '0',
19105   'p9' => '0',
19106   'updated' => '0',
19107 ))
19108 ->values(array(
19109   'menu_name' => 'management',
19110   'mlid' => '425',
19111   'plid' => '413',
19112   'link_path' => 'admin/config/regional/translate/import',
19113   'router_path' => 'admin/config/regional/translate/import',
19114   'link_title' => 'Import',
19115   'options' => 'a:0:{}',
19116   'module' => 'system',
19117   'hidden' => '-1',
19118   'external' => '0',
19119   'has_children' => '0',
19120   'expanded' => '0',
19121   'weight' => '20',
19122   'depth' => '5',
19123   'customized' => '0',
19124   'p1' => '1',
19125   'p2' => '8',
19126   'p3' => '48',
19127   'p4' => '413',
19128   'p5' => '425',
19129   'p6' => '0',
19130   'p7' => '0',
19131   'p8' => '0',
19132   'p9' => '0',
19133   'updated' => '0',
19134 ))
19135 ->values(array(
19136   'menu_name' => 'management',
19137   'mlid' => '426',
19138   'plid' => '393',
19139   'link_path' => 'admin/config/services/aggregator/list',
19140   'router_path' => 'admin/config/services/aggregator/list',
19141   'link_title' => 'List',
19142   'options' => 'a:0:{}',
19143   'module' => 'system',
19144   'hidden' => '-1',
19145   'external' => '0',
19146   'has_children' => '0',
19147   'expanded' => '0',
19148   'weight' => '-10',
19149   'depth' => '5',
19150   'customized' => '0',
19151   'p1' => '1',
19152   'p2' => '8',
19153   'p3' => '60',
19154   'p4' => '393',
19155   'p5' => '426',
19156   'p6' => '0',
19157   'p7' => '0',
19158   'p8' => '0',
19159   'p9' => '0',
19160   'updated' => '0',
19161 ))
19162 ->values(array(
19163   'menu_name' => 'management',
19164   'mlid' => '427',
19165   'plid' => '395',
19166   'link_path' => 'admin/config/regional/language/overview',
19167   'router_path' => 'admin/config/regional/language/overview',
19168   'link_title' => 'List',
19169   'options' => 'a:0:{}',
19170   'module' => 'system',
19171   'hidden' => '-1',
19172   'external' => '0',
19173   'has_children' => '0',
19174   'expanded' => '0',
19175   'weight' => '0',
19176   'depth' => '5',
19177   'customized' => '0',
19178   'p1' => '1',
19179   'p2' => '8',
19180   'p3' => '48',
19181   'p4' => '395',
19182   'p5' => '427',
19183   'p6' => '0',
19184   'p7' => '0',
19185   'p8' => '0',
19186   'p9' => '0',
19187   'updated' => '0',
19188 ))
19189 ->values(array(
19190   'menu_name' => 'management',
19191   'mlid' => '428',
19192   'plid' => '410',
19193   'link_path' => 'admin/config/development/testing/list',
19194   'router_path' => 'admin/config/development/testing/list',
19195   'link_title' => 'List',
19196   'options' => 'a:0:{}',
19197   'module' => 'system',
19198   'hidden' => '-1',
19199   'external' => '0',
19200   'has_children' => '0',
19201   'expanded' => '0',
19202   'weight' => '0',
19203   'depth' => '5',
19204   'customized' => '0',
19205   'p1' => '1',
19206   'p2' => '8',
19207   'p3' => '37',
19208   'p4' => '410',
19209   'p5' => '428',
19210   'p6' => '0',
19211   'p7' => '0',
19212   'p8' => '0',
19213   'p9' => '0',
19214   'updated' => '0',
19215 ))
19216 ->values(array(
19217   'menu_name' => 'management',
19218   'mlid' => '429',
19219   'plid' => '74',
19220   'link_path' => 'admin/config/regional/date-time/locale',
19221   'router_path' => 'admin/config/regional/date-time/locale',
19222   'link_title' => 'Localize',
19223   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
19224   'module' => 'system',
19225   'hidden' => '-1',
19226   'external' => '0',
19227   'has_children' => '1',
19228   'expanded' => '0',
19229   'weight' => '-8',
19230   'depth' => '5',
19231   'customized' => '0',
19232   'p1' => '1',
19233   'p2' => '8',
19234   'p3' => '48',
19235   'p4' => '74',
19236   'p5' => '429',
19237   'p6' => '0',
19238   'p7' => '0',
19239   'p8' => '0',
19240   'p9' => '0',
19241   'updated' => '0',
19242 ))
19243 ->values(array(
19244   'menu_name' => 'management',
19245   'mlid' => '430',
19246   'plid' => '413',
19247   'link_path' => 'admin/config/regional/translate/overview',
19248   'router_path' => 'admin/config/regional/translate/overview',
19249   'link_title' => 'Overview',
19250   'options' => 'a:0:{}',
19251   'module' => 'system',
19252   'hidden' => '-1',
19253   'external' => '0',
19254   'has_children' => '0',
19255   'expanded' => '0',
19256   'weight' => '0',
19257   'depth' => '5',
19258   'customized' => '0',
19259   'p1' => '1',
19260   'p2' => '8',
19261   'p3' => '48',
19262   'p4' => '413',
19263   'p5' => '430',
19264   'p6' => '0',
19265   'p7' => '0',
19266   'p8' => '0',
19267   'p9' => '0',
19268   'updated' => '0',
19269 ))
19270 ->values(array(
19271   'menu_name' => 'management',
19272   'mlid' => '431',
19273   'plid' => '410',
19274   'link_path' => 'admin/config/development/testing/settings',
19275   'router_path' => 'admin/config/development/testing/settings',
19276   'link_title' => 'Settings',
19277   'options' => 'a:0:{}',
19278   'module' => 'system',
19279   'hidden' => '-1',
19280   'external' => '0',
19281   'has_children' => '0',
19282   'expanded' => '0',
19283   'weight' => '0',
19284   'depth' => '5',
19285   'customized' => '0',
19286   'p1' => '1',
19287   'p2' => '8',
19288   'p3' => '37',
19289   'p4' => '410',
19290   'p5' => '431',
19291   'p6' => '0',
19292   'p7' => '0',
19293   'p8' => '0',
19294   'p9' => '0',
19295   'updated' => '0',
19296 ))
19297 ->values(array(
19298   'menu_name' => 'management',
19299   'mlid' => '432',
19300   'plid' => '393',
19301   'link_path' => 'admin/config/services/aggregator/settings',
19302   'router_path' => 'admin/config/services/aggregator/settings',
19303   'link_title' => 'Settings',
19304   '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.";}}',
19305   'module' => 'system',
19306   'hidden' => '-1',
19307   'external' => '0',
19308   'has_children' => '0',
19309   'expanded' => '0',
19310   'weight' => '0',
19311   'depth' => '5',
19312   'customized' => '0',
19313   'p1' => '1',
19314   'p2' => '8',
19315   'p3' => '60',
19316   'p4' => '393',
19317   'p5' => '432',
19318   'p6' => '0',
19319   'p7' => '0',
19320   'p8' => '0',
19321   'p9' => '0',
19322   'updated' => '0',
19323 ))
19324 ->values(array(
19325   'menu_name' => 'management',
19326   'mlid' => '433',
19327   'plid' => '413',
19328   'link_path' => 'admin/config/regional/translate/translate',
19329   'router_path' => 'admin/config/regional/translate/translate',
19330   'link_title' => 'Translate',
19331   'options' => 'a:0:{}',
19332   'module' => 'system',
19333   'hidden' => '-1',
19334   'external' => '0',
19335   'has_children' => '0',
19336   'expanded' => '0',
19337   'weight' => '10',
19338   'depth' => '5',
19339   'customized' => '0',
19340   'p1' => '1',
19341   'p2' => '8',
19342   'p3' => '48',
19343   'p4' => '413',
19344   'p5' => '433',
19345   'p6' => '0',
19346   'p7' => '0',
19347   'p8' => '0',
19348   'p9' => '0',
19349   'updated' => '0',
19350 ))
19351 ->values(array(
19352   'menu_name' => 'management',
19353   'mlid' => '435',
19354   'plid' => '356',
19355   'link_path' => 'admin/structure/forum/add/container',
19356   'router_path' => 'admin/structure/forum/add/container',
19357   'link_title' => 'Add container',
19358   'options' => 'a:0:{}',
19359   'module' => 'system',
19360   'hidden' => '-1',
19361   'external' => '0',
19362   'has_children' => '0',
19363   'expanded' => '0',
19364   'weight' => '0',
19365   'depth' => '4',
19366   'customized' => '0',
19367   'p1' => '1',
19368   'p2' => '20',
19369   'p3' => '356',
19370   'p4' => '435',
19371   'p5' => '0',
19372   'p6' => '0',
19373   'p7' => '0',
19374   'p8' => '0',
19375   'p9' => '0',
19376   'updated' => '0',
19377 ))
19378 ->values(array(
19379   'menu_name' => 'management',
19380   'mlid' => '436',
19381   'plid' => '356',
19382   'link_path' => 'admin/structure/forum/add/forum',
19383   'router_path' => 'admin/structure/forum/add/forum',
19384   'link_title' => 'Add forum',
19385   'options' => 'a:0:{}',
19386   'module' => 'system',
19387   'hidden' => '-1',
19388   'external' => '0',
19389   'has_children' => '0',
19390   'expanded' => '0',
19391   'weight' => '0',
19392   'depth' => '4',
19393   'customized' => '0',
19394   'p1' => '1',
19395   'p2' => '20',
19396   'p3' => '356',
19397   'p4' => '436',
19398   'p5' => '0',
19399   'p6' => '0',
19400   'p7' => '0',
19401   'p8' => '0',
19402   'p9' => '0',
19403   'updated' => '0',
19404 ))
19405 ->values(array(
19406   'menu_name' => 'management',
19407   'mlid' => '437',
19408   'plid' => '393',
19409   'link_path' => 'admin/config/services/aggregator/add/category',
19410   'router_path' => 'admin/config/services/aggregator/add/category',
19411   'link_title' => 'Add category',
19412   'options' => 'a:0:{}',
19413   'module' => 'system',
19414   'hidden' => '-1',
19415   'external' => '0',
19416   'has_children' => '0',
19417   'expanded' => '0',
19418   'weight' => '0',
19419   'depth' => '5',
19420   'customized' => '0',
19421   'p1' => '1',
19422   'p2' => '8',
19423   'p3' => '60',
19424   'p4' => '393',
19425   'p5' => '437',
19426   'p6' => '0',
19427   'p7' => '0',
19428   'p8' => '0',
19429   'p9' => '0',
19430   'updated' => '0',
19431 ))
19432 ->values(array(
19433   'menu_name' => 'management',
19434   'mlid' => '438',
19435   'plid' => '393',
19436   'link_path' => 'admin/config/services/aggregator/add/feed',
19437   'router_path' => 'admin/config/services/aggregator/add/feed',
19438   'link_title' => 'Add feed',
19439   'options' => 'a:0:{}',
19440   'module' => 'system',
19441   'hidden' => '-1',
19442   'external' => '0',
19443   'has_children' => '0',
19444   'expanded' => '0',
19445   'weight' => '0',
19446   'depth' => '5',
19447   'customized' => '0',
19448   'p1' => '1',
19449   'p2' => '8',
19450   'p3' => '60',
19451   'p4' => '393',
19452   'p5' => '438',
19453   'p6' => '0',
19454   'p7' => '0',
19455   'p8' => '0',
19456   'p9' => '0',
19457   'updated' => '0',
19458 ))
19459 ->values(array(
19460   'menu_name' => 'management',
19461   'mlid' => '440',
19462   'plid' => '395',
19463   'link_path' => 'admin/config/regional/language/delete/%',
19464   'router_path' => 'admin/config/regional/language/delete/%',
19465   'link_title' => 'Confirm',
19466   'options' => 'a:0:{}',
19467   'module' => 'system',
19468   'hidden' => '0',
19469   'external' => '0',
19470   'has_children' => '0',
19471   'expanded' => '0',
19472   'weight' => '0',
19473   'depth' => '5',
19474   'customized' => '0',
19475   'p1' => '1',
19476   'p2' => '8',
19477   'p3' => '48',
19478   'p4' => '395',
19479   'p5' => '440',
19480   'p6' => '0',
19481   'p7' => '0',
19482   'p8' => '0',
19483   'p9' => '0',
19484   'updated' => '0',
19485 ))
19486 ->values(array(
19487   'menu_name' => 'management',
19488   'mlid' => '441',
19489   'plid' => '413',
19490   'link_path' => 'admin/config/regional/translate/delete/%',
19491   'router_path' => 'admin/config/regional/translate/delete/%',
19492   'link_title' => 'Delete string',
19493   'options' => 'a:0:{}',
19494   'module' => 'system',
19495   'hidden' => '0',
19496   'external' => '0',
19497   'has_children' => '0',
19498   'expanded' => '0',
19499   'weight' => '0',
19500   'depth' => '5',
19501   'customized' => '0',
19502   'p1' => '1',
19503   'p2' => '8',
19504   'p3' => '48',
19505   'p4' => '413',
19506   'p5' => '441',
19507   'p6' => '0',
19508   'p7' => '0',
19509   'p8' => '0',
19510   'p9' => '0',
19511   'updated' => '0',
19512 ))
19513 ->values(array(
19514   'menu_name' => 'management',
19515   'mlid' => '442',
19516   'plid' => '356',
19517   'link_path' => 'admin/structure/forum/edit/container/%',
19518   'router_path' => 'admin/structure/forum/edit/container/%',
19519   'link_title' => 'Edit container',
19520   'options' => 'a:0:{}',
19521   'module' => 'system',
19522   'hidden' => '0',
19523   'external' => '0',
19524   'has_children' => '0',
19525   'expanded' => '0',
19526   'weight' => '0',
19527   'depth' => '4',
19528   'customized' => '0',
19529   'p1' => '1',
19530   'p2' => '20',
19531   'p3' => '356',
19532   'p4' => '442',
19533   'p5' => '0',
19534   'p6' => '0',
19535   'p7' => '0',
19536   'p8' => '0',
19537   'p9' => '0',
19538   'updated' => '0',
19539 ))
19540 ->values(array(
19541   'menu_name' => 'management',
19542   'mlid' => '443',
19543   'plid' => '356',
19544   'link_path' => 'admin/structure/forum/edit/forum/%',
19545   'router_path' => 'admin/structure/forum/edit/forum/%',
19546   'link_title' => 'Edit forum',
19547   'options' => 'a:0:{}',
19548   'module' => 'system',
19549   'hidden' => '0',
19550   'external' => '0',
19551   'has_children' => '0',
19552   'expanded' => '0',
19553   'weight' => '0',
19554   'depth' => '4',
19555   'customized' => '0',
19556   'p1' => '1',
19557   'p2' => '20',
19558   'p3' => '356',
19559   'p4' => '443',
19560   'p5' => '0',
19561   'p6' => '0',
19562   'p7' => '0',
19563   'p8' => '0',
19564   'p9' => '0',
19565   'updated' => '0',
19566 ))
19567 ->values(array(
19568   'menu_name' => 'management',
19569   'mlid' => '444',
19570   'plid' => '395',
19571   'link_path' => 'admin/config/regional/language/edit/%',
19572   'router_path' => 'admin/config/regional/language/edit/%',
19573   'link_title' => 'Edit language',
19574   'options' => 'a:0:{}',
19575   'module' => 'system',
19576   'hidden' => '0',
19577   'external' => '0',
19578   'has_children' => '0',
19579   'expanded' => '0',
19580   'weight' => '0',
19581   'depth' => '5',
19582   'customized' => '0',
19583   'p1' => '1',
19584   'p2' => '8',
19585   'p3' => '48',
19586   'p4' => '395',
19587   'p5' => '444',
19588   'p6' => '0',
19589   'p7' => '0',
19590   'p8' => '0',
19591   'p9' => '0',
19592   'updated' => '0',
19593 ))
19594 ->values(array(
19595   'menu_name' => 'management',
19596   'mlid' => '445',
19597   'plid' => '413',
19598   'link_path' => 'admin/config/regional/translate/edit/%',
19599   'router_path' => 'admin/config/regional/translate/edit/%',
19600   'link_title' => 'Edit string',
19601   'options' => 'a:0:{}',
19602   'module' => 'system',
19603   'hidden' => '0',
19604   'external' => '0',
19605   'has_children' => '0',
19606   'expanded' => '0',
19607   'weight' => '0',
19608   'depth' => '5',
19609   'customized' => '0',
19610   'p1' => '1',
19611   'p2' => '8',
19612   'p3' => '48',
19613   'p4' => '413',
19614   'p5' => '445',
19615   'p6' => '0',
19616   'p7' => '0',
19617   'p8' => '0',
19618   'p9' => '0',
19619   'updated' => '0',
19620 ))
19621 ->values(array(
19622   'menu_name' => 'management',
19623   'mlid' => '447',
19624   'plid' => '393',
19625   'link_path' => 'admin/config/services/aggregator/add/opml',
19626   'router_path' => 'admin/config/services/aggregator/add/opml',
19627   'link_title' => 'Import OPML',
19628   'options' => 'a:0:{}',
19629   'module' => 'system',
19630   'hidden' => '-1',
19631   'external' => '0',
19632   'has_children' => '0',
19633   'expanded' => '0',
19634   'weight' => '0',
19635   'depth' => '5',
19636   'customized' => '0',
19637   'p1' => '1',
19638   'p2' => '8',
19639   'p3' => '60',
19640   'p4' => '393',
19641   'p5' => '447',
19642   'p6' => '0',
19643   'p7' => '0',
19644   'p8' => '0',
19645   'p9' => '0',
19646   'updated' => '0',
19647 ))
19648 ->values(array(
19649   'menu_name' => 'management',
19650   'mlid' => '448',
19651   'plid' => '393',
19652   'link_path' => 'admin/config/services/aggregator/remove/%',
19653   'router_path' => 'admin/config/services/aggregator/remove/%',
19654   'link_title' => 'Remove items',
19655   'options' => 'a:0:{}',
19656   'module' => 'system',
19657   'hidden' => '0',
19658   'external' => '0',
19659   'has_children' => '0',
19660   'expanded' => '0',
19661   'weight' => '0',
19662   'depth' => '5',
19663   'customized' => '0',
19664   'p1' => '1',
19665   'p2' => '8',
19666   'p3' => '60',
19667   'p4' => '393',
19668   'p5' => '448',
19669   'p6' => '0',
19670   'p7' => '0',
19671   'p8' => '0',
19672   'p9' => '0',
19673   'updated' => '0',
19674 ))
19675 ->values(array(
19676   'menu_name' => 'management',
19677   'mlid' => '449',
19678   'plid' => '422',
19679   'link_path' => 'admin/config/regional/language/configure/session',
19680   'router_path' => 'admin/config/regional/language/configure/session',
19681   'link_title' => 'Session language detection configuration',
19682   'options' => 'a:0:{}',
19683   'module' => 'system',
19684   'hidden' => '-1',
19685   'external' => '0',
19686   'has_children' => '0',
19687   'expanded' => '0',
19688   'weight' => '0',
19689   'depth' => '6',
19690   'customized' => '0',
19691   'p1' => '1',
19692   'p2' => '8',
19693   'p3' => '48',
19694   'p4' => '395',
19695   'p5' => '422',
19696   'p6' => '449',
19697   'p7' => '0',
19698   'p8' => '0',
19699   'p9' => '0',
19700   'updated' => '0',
19701 ))
19702 ->values(array(
19703   'menu_name' => 'management',
19704   'mlid' => '450',
19705   'plid' => '410',
19706   'link_path' => 'admin/config/development/testing/results/%',
19707   'router_path' => 'admin/config/development/testing/results/%',
19708   'link_title' => 'Test result',
19709   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:21:"View result of tests.";}}',
19710   'module' => 'system',
19711   'hidden' => '0',
19712   'external' => '0',
19713   'has_children' => '0',
19714   'expanded' => '0',
19715   'weight' => '0',
19716   'depth' => '5',
19717   'customized' => '0',
19718   'p1' => '1',
19719   'p2' => '8',
19720   'p3' => '37',
19721   'p4' => '410',
19722   'p5' => '450',
19723   'p6' => '0',
19724   'p7' => '0',
19725   'p8' => '0',
19726   'p9' => '0',
19727   'updated' => '0',
19728 ))
19729 ->values(array(
19730   'menu_name' => 'management',
19731   'mlid' => '451',
19732   'plid' => '422',
19733   'link_path' => 'admin/config/regional/language/configure/url',
19734   'router_path' => 'admin/config/regional/language/configure/url',
19735   'link_title' => 'URL language detection configuration',
19736   'options' => 'a:0:{}',
19737   'module' => 'system',
19738   'hidden' => '-1',
19739   'external' => '0',
19740   'has_children' => '0',
19741   'expanded' => '0',
19742   'weight' => '0',
19743   'depth' => '6',
19744   'customized' => '0',
19745   'p1' => '1',
19746   'p2' => '8',
19747   'p3' => '48',
19748   'p4' => '395',
19749   'p5' => '422',
19750   'p6' => '451',
19751   'p7' => '0',
19752   'p8' => '0',
19753   'p9' => '0',
19754   'updated' => '0',
19755 ))
19756 ->values(array(
19757   'menu_name' => 'management',
19758   'mlid' => '452',
19759   'plid' => '393',
19760   'link_path' => 'admin/config/services/aggregator/update/%',
19761   'router_path' => 'admin/config/services/aggregator/update/%',
19762   'link_title' => 'Update items',
19763   'options' => 'a:0:{}',
19764   'module' => 'system',
19765   'hidden' => '0',
19766   'external' => '0',
19767   'has_children' => '0',
19768   'expanded' => '0',
19769   'weight' => '0',
19770   'depth' => '5',
19771   'customized' => '0',
19772   'p1' => '1',
19773   'p2' => '8',
19774   'p3' => '60',
19775   'p4' => '393',
19776   'p5' => '452',
19777   'p6' => '0',
19778   'p7' => '0',
19779   'p8' => '0',
19780   'p9' => '0',
19781   'updated' => '0',
19782 ))
19783 ->values(array(
19784   'menu_name' => 'management',
19785   'mlid' => '458',
19786   'plid' => '393',
19787   'link_path' => 'admin/config/services/aggregator/edit/category/%',
19788   'router_path' => 'admin/config/services/aggregator/edit/category/%',
19789   'link_title' => 'Edit category',
19790   'options' => 'a:0:{}',
19791   'module' => 'system',
19792   'hidden' => '0',
19793   'external' => '0',
19794   'has_children' => '0',
19795   'expanded' => '0',
19796   'weight' => '0',
19797   'depth' => '5',
19798   'customized' => '0',
19799   'p1' => '1',
19800   'p2' => '8',
19801   'p3' => '60',
19802   'p4' => '393',
19803   'p5' => '458',
19804   'p6' => '0',
19805   'p7' => '0',
19806   'p8' => '0',
19807   'p9' => '0',
19808   'updated' => '0',
19809 ))
19810 ->values(array(
19811   'menu_name' => 'management',
19812   'mlid' => '459',
19813   'plid' => '393',
19814   'link_path' => 'admin/config/services/aggregator/edit/feed/%',
19815   'router_path' => 'admin/config/services/aggregator/edit/feed/%',
19816   'link_title' => 'Edit feed',
19817   'options' => 'a:0:{}',
19818   'module' => 'system',
19819   'hidden' => '0',
19820   'external' => '0',
19821   'has_children' => '0',
19822   'expanded' => '0',
19823   'weight' => '0',
19824   'depth' => '5',
19825   'customized' => '0',
19826   'p1' => '1',
19827   'p2' => '8',
19828   'p3' => '60',
19829   'p4' => '393',
19830   'p5' => '459',
19831   'p6' => '0',
19832   'p7' => '0',
19833   'p8' => '0',
19834   'p9' => '0',
19835   'updated' => '0',
19836 ))
19837 ->values(array(
19838   'menu_name' => 'management',
19839   'mlid' => '461',
19840   'plid' => '429',
19841   'link_path' => 'admin/config/regional/date-time/locale/%/edit',
19842   'router_path' => 'admin/config/regional/date-time/locale/%/edit',
19843   'link_title' => 'Localize date formats',
19844   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
19845   'module' => 'system',
19846   'hidden' => '0',
19847   'external' => '0',
19848   'has_children' => '0',
19849   'expanded' => '0',
19850   'weight' => '0',
19851   'depth' => '6',
19852   'customized' => '0',
19853   'p1' => '1',
19854   'p2' => '8',
19855   'p3' => '48',
19856   'p4' => '74',
19857   'p5' => '429',
19858   'p6' => '461',
19859   'p7' => '0',
19860   'p8' => '0',
19861   'p9' => '0',
19862   'updated' => '0',
19863 ))
19864 ->values(array(
19865   'menu_name' => 'management',
19866   'mlid' => '462',
19867   'plid' => '303',
19868   'link_path' => 'admin/structure/types/manage/%/display/print',
19869   'router_path' => 'admin/structure/types/manage/%/display/print',
19870   'link_title' => 'Print',
19871   'options' => 'a:0:{}',
19872   'module' => 'system',
19873   'hidden' => '-1',
19874   'external' => '0',
19875   'has_children' => '0',
19876   'expanded' => '0',
19877   'weight' => '5',
19878   'depth' => '6',
19879   'customized' => '0',
19880   'p1' => '1',
19881   'p2' => '20',
19882   'p3' => '34',
19883   'p4' => '114',
19884   'p5' => '303',
19885   'p6' => '462',
19886   'p7' => '0',
19887   'p8' => '0',
19888   'p9' => '0',
19889   'updated' => '0',
19890 ))
19891 ->values(array(
19892   'menu_name' => 'management',
19893   'mlid' => '463',
19894   'plid' => '429',
19895   'link_path' => 'admin/config/regional/date-time/locale/%/reset',
19896   'router_path' => 'admin/config/regional/date-time/locale/%/reset',
19897   'link_title' => 'Reset date formats',
19898   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Reset localized date formats to global defaults";}}',
19899   'module' => 'system',
19900   'hidden' => '0',
19901   'external' => '0',
19902   'has_children' => '0',
19903   'expanded' => '0',
19904   'weight' => '0',
19905   'depth' => '6',
19906   'customized' => '0',
19907   'p1' => '1',
19908   'p2' => '8',
19909   'p3' => '48',
19910   'p4' => '74',
19911   'p5' => '429',
19912   'p6' => '463',
19913   'p7' => '0',
19914   'p8' => '0',
19915   'p9' => '0',
19916   'updated' => '0',
19917 ))
19918 ->values(array(
19919   'menu_name' => 'navigation',
19920   'mlid' => '465',
19921   'plid' => '6',
19922   'link_path' => 'node/add/test-content-type',
19923   'router_path' => 'node/add/test-content-type',
19924   'link_title' => 'Test content type',
19925   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:49:"This is the description of the test content type.";}}',
19926   'module' => 'system',
19927   'hidden' => '0',
19928   'external' => '0',
19929   'has_children' => '0',
19930   'expanded' => '0',
19931   'weight' => '0',
19932   'depth' => '2',
19933   'customized' => '0',
19934   'p1' => '6',
19935   'p2' => '465',
19936   'p3' => '0',
19937   'p4' => '0',
19938   'p5' => '0',
19939   'p6' => '0',
19940   'p7' => '0',
19941   'p8' => '0',
19942   'p9' => '0',
19943   'updated' => '0',
19944 ))
19945 ->values(array(
19946   'menu_name' => 'management',
19947   'mlid' => '466',
19948   'plid' => '44',
19949   'link_path' => 'admin/structure/menu/manage/menu-test-menu',
19950   'router_path' => 'admin/structure/menu/manage/%',
19951   'link_title' => 'Test Menu',
19952   'options' => 'a:0:{}',
19953   'module' => 'menu',
19954   'hidden' => '0',
19955   'external' => '0',
19956   'has_children' => '0',
19957   'expanded' => '0',
19958   'weight' => '0',
19959   'depth' => '4',
19960   'customized' => '0',
19961   'p1' => '1',
19962   'p2' => '20',
19963   'p3' => '44',
19964   'p4' => '466',
19965   'p5' => '0',
19966   'p6' => '0',
19967   'p7' => '0',
19968   'p8' => '0',
19969   'p9' => '0',
19970   'updated' => '0',
19971 ))
19972 ->values(array(
19973   'menu_name' => 'menu-test-menu',
19974   'mlid' => '467',
19975   'plid' => '469',
19976   'link_path' => 'http://google.com',
19977   'router_path' => '',
19978   'link_title' => 'Google',
19979   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"Google";}}',
19980   'module' => 'menu',
19981   'hidden' => '0',
19982   'external' => '1',
19983   'has_children' => '0',
19984   'expanded' => '0',
19985   'weight' => '0',
19986   'depth' => '2',
19987   'customized' => '1',
19988   'p1' => '469',
19989   'p2' => '467',
19990   'p3' => '0',
19991   'p4' => '0',
19992   'p5' => '0',
19993   'p6' => '0',
19994   'p7' => '0',
19995   'p8' => '0',
19996   'p9' => '0',
19997   'updated' => '0',
19998 ))
19999 ->values(array(
20000   'menu_name' => 'menu-test-menu',
20001   'mlid' => '468',
20002   'plid' => '0',
20003   'link_path' => 'http://yahoo.com',
20004   'router_path' => '',
20005   'link_title' => 'Yahoo',
20006   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:5:"Yahoo";}}',
20007   'module' => 'menu',
20008   'hidden' => '0',
20009   'external' => '1',
20010   'has_children' => '0',
20011   'expanded' => '0',
20012   'weight' => '0',
20013   'depth' => '1',
20014   'customized' => '1',
20015   'p1' => '468',
20016   'p2' => '0',
20017   'p3' => '0',
20018   'p4' => '0',
20019   'p5' => '0',
20020   'p6' => '0',
20021   'p7' => '0',
20022   'p8' => '0',
20023   'p9' => '0',
20024   'updated' => '0',
20025 ))
20026 ->values(array(
20027   'menu_name' => 'menu-test-menu',
20028   'mlid' => '469',
20029   'plid' => '0',
20030   'link_path' => 'http://bing.com',
20031   'router_path' => '',
20032   'link_title' => 'Bing',
20033   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:4:"Bing";}}',
20034   'module' => 'menu',
20035   'hidden' => '0',
20036   'external' => '1',
20037   'has_children' => '0',
20038   'expanded' => '0',
20039   'weight' => '0',
20040   'depth' => '1',
20041   'customized' => '1',
20042   'p1' => '469',
20043   'p2' => '0',
20044   'p3' => '0',
20045   'p4' => '0',
20046   'p5' => '0',
20047   'p6' => '0',
20048   'p7' => '0',
20049   'p8' => '0',
20050   'p9' => '0',
20051   'updated' => '0',
20052 ))
20053 ->values(array(
20054   'menu_name' => 'menu-test-menu',
20055   'mlid' => '470',
20056   'plid' => '469',
20057   'link_path' => 'http://ask.com',
20058   'router_path' => '',
20059   'link_title' => 'Ask',
20060   'options' => 'a:0:{}',
20061   'module' => 'menu',
20062   'hidden' => '0',
20063   'external' => '1',
20064   'has_children' => '0',
20065   'expanded' => '0',
20066   'weight' => '0',
20067   'depth' => '2',
20068   'customized' => '1',
20069   'p1' => '469',
20070   'p2' => '470',
20071   'p3' => '0',
20072   'p4' => '0',
20073   'p5' => '0',
20074   'p6' => '0',
20075   'p7' => '0',
20076   'p8' => '0',
20077   'p9' => '0',
20078   'updated' => '0',
20079 ))
20080 ->values(array(
20081   'menu_name' => 'shortcut-set-2',
20082   'mlid' => '472',
20083   'plid' => '0',
20084   'link_path' => 'admin/help',
20085   'router_path' => 'admin/help',
20086   'link_title' => 'Help',
20087   'options' => 'a:0:{}',
20088   'module' => 'menu',
20089   'hidden' => '0',
20090   'external' => '0',
20091   'has_children' => '0',
20092   'expanded' => '0',
20093   'weight' => '-49',
20094   'depth' => '1',
20095   'customized' => '0',
20096   'p1' => '472',
20097   'p2' => '0',
20098   'p3' => '0',
20099   'p4' => '0',
20100   'p5' => '0',
20101   'p6' => '0',
20102   'p7' => '0',
20103   'p8' => '0',
20104   'p9' => '0',
20105   'updated' => '0',
20106 ))
20107 ->values(array(
20108   'menu_name' => 'shortcut-set-2',
20109   'mlid' => '473',
20110   'plid' => '0',
20111   'link_path' => 'admin/people',
20112   'router_path' => 'admin/people',
20113   'link_title' => 'People',
20114   'options' => 'a:0:{}',
20115   'module' => 'menu',
20116   'hidden' => '0',
20117   'external' => '0',
20118   'has_children' => '0',
20119   'expanded' => '0',
20120   'weight' => '-50',
20121   'depth' => '1',
20122   'customized' => '0',
20123   'p1' => '473',
20124   'p2' => '0',
20125   'p3' => '0',
20126   'p4' => '0',
20127   'p5' => '0',
20128   'p6' => '0',
20129   'p7' => '0',
20130   'p8' => '0',
20131   'p9' => '0',
20132   'updated' => '0',
20133 ))
20134 ->values(array(
20135   'menu_name' => 'navigation',
20136   'mlid' => '474',
20137   'plid' => '4',
20138   'link_path' => 'filter/tips/%',
20139   'router_path' => 'filter/tips/%',
20140   'link_title' => 'Compose tips',
20141   'options' => 'a:0:{}',
20142   'module' => 'system',
20143   'hidden' => '0',
20144   'external' => '0',
20145   'has_children' => '0',
20146   'expanded' => '0',
20147   'weight' => '0',
20148   'depth' => '2',
20149   'customized' => '0',
20150   'p1' => '4',
20151   'p2' => '474',
20152   'p3' => '0',
20153   'p4' => '0',
20154   'p5' => '0',
20155   'p6' => '0',
20156   'p7' => '0',
20157   'p8' => '0',
20158   'p9' => '0',
20159   'updated' => '0',
20160 ))
20161 ->values(array(
20162   'menu_name' => 'management',
20163   'mlid' => '475',
20164   'plid' => '175',
20165   'link_path' => 'admin/help/php',
20166   'router_path' => 'admin/help/php',
20167   'link_title' => 'php',
20168   'options' => 'a:0:{}',
20169   'module' => 'system',
20170   'hidden' => '-1',
20171   'external' => '0',
20172   'has_children' => '0',
20173   'expanded' => '0',
20174   'weight' => '0',
20175   'depth' => '3',
20176   'customized' => '0',
20177   'p1' => '1',
20178   'p2' => '175',
20179   'p3' => '475',
20180   'p4' => '0',
20181   'p5' => '0',
20182   'p6' => '0',
20183   'p7' => '0',
20184   'p8' => '0',
20185   'p9' => '0',
20186   'updated' => '0',
20187 ))
20188 ->values(array(
20189   'menu_name' => 'management',
20190   'mlid' => '478',
20191   'plid' => '20',
20192   'link_path' => 'admin/content/book',
20193   'router_path' => 'admin/content/book',
20194   'link_title' => 'custom link test',
20195   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
20196   'module' => 'menu',
20197   'hidden' => '0',
20198   'external' => '0',
20199   'has_children' => '0',
20200   'expanded' => '0',
20201   'weight' => '0',
20202   'depth' => '3',
20203   'customized' => '1',
20204   'p1' => '1',
20205   'p2' => '20',
20206   'p3' => '478',
20207   'p4' => '0',
20208   'p5' => '0',
20209   'p6' => '0',
20210   'p7' => '0',
20211   'p8' => '0',
20212   'p9' => '0',
20213   'updated' => '0',
20214 ))
20215 ->values(array(
20216   'menu_name' => 'navigation',
20217   'mlid' => '479',
20218   'plid' => '0',
20219   'link_path' => 'node/3',
20220   'router_path' => 'node/3',
20221   'link_title' => 'node link test',
20222   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"node 3";}}',
20223   'module' => 'menu',
20224   'hidden' => '0',
20225   'external' => '0',
20226   'has_children' => '0',
20227   'expanded' => '0',
20228   'weight' => '3',
20229   'depth' => '1',
20230   'customized' => '1',
20231   'p1' => '479',
20232   'p2' => '0',
20233   'p3' => '0',
20234   'p4' => '0',
20235   'p5' => '0',
20236   'p6' => '0',
20237   'p7' => '0',
20238   'p8' => '0',
20239   'p9' => '0',
20240   'updated' => '0',
20241 ))
20242 ->execute();
20243
20244 $connection->schema()->createTable('menu_router', array(
20245   'fields' => array(
20246     'path' => array(
20247       'type' => 'varchar',
20248       'not null' => TRUE,
20249       'length' => '255',
20250       'default' => '',
20251     ),
20252     'load_functions' => array(
20253       'type' => 'blob',
20254       'not null' => TRUE,
20255       'size' => 'normal',
20256     ),
20257     'to_arg_functions' => array(
20258       'type' => 'blob',
20259       'not null' => TRUE,
20260       'size' => 'normal',
20261     ),
20262     'access_callback' => array(
20263       'type' => 'varchar',
20264       'not null' => TRUE,
20265       'length' => '255',
20266       'default' => '',
20267     ),
20268     'access_arguments' => array(
20269       'type' => 'blob',
20270       'not null' => FALSE,
20271       'size' => 'normal',
20272     ),
20273     'page_callback' => array(
20274       'type' => 'varchar',
20275       'not null' => TRUE,
20276       'length' => '255',
20277       'default' => '',
20278     ),
20279     'page_arguments' => array(
20280       'type' => 'blob',
20281       'not null' => FALSE,
20282       'size' => 'normal',
20283     ),
20284     'delivery_callback' => array(
20285       'type' => 'varchar',
20286       'not null' => TRUE,
20287       'length' => '255',
20288       'default' => '',
20289     ),
20290     'fit' => array(
20291       'type' => 'int',
20292       'not null' => TRUE,
20293       'size' => 'normal',
20294       'default' => '0',
20295     ),
20296     'number_parts' => array(
20297       'type' => 'int',
20298       'not null' => TRUE,
20299       'size' => 'normal',
20300       'default' => '0',
20301     ),
20302     'context' => array(
20303       'type' => 'int',
20304       'not null' => TRUE,
20305       'size' => 'normal',
20306       'default' => '0',
20307     ),
20308     'tab_parent' => array(
20309       'type' => 'varchar',
20310       'not null' => TRUE,
20311       'length' => '255',
20312       'default' => '',
20313     ),
20314     'tab_root' => array(
20315       'type' => 'varchar',
20316       'not null' => TRUE,
20317       'length' => '255',
20318       'default' => '',
20319     ),
20320     'title' => array(
20321       'type' => 'varchar',
20322       'not null' => TRUE,
20323       'length' => '255',
20324       'default' => '',
20325     ),
20326     'title_callback' => array(
20327       'type' => 'varchar',
20328       'not null' => TRUE,
20329       'length' => '255',
20330       'default' => '',
20331     ),
20332     'title_arguments' => array(
20333       'type' => 'varchar',
20334       'not null' => TRUE,
20335       'length' => '255',
20336       'default' => '',
20337     ),
20338     'theme_callback' => array(
20339       'type' => 'varchar',
20340       'not null' => TRUE,
20341       'length' => '255',
20342       'default' => '',
20343     ),
20344     'theme_arguments' => array(
20345       'type' => 'varchar',
20346       'not null' => TRUE,
20347       'length' => '255',
20348       'default' => '',
20349     ),
20350     'type' => array(
20351       'type' => 'int',
20352       'not null' => TRUE,
20353       'size' => 'normal',
20354       'default' => '0',
20355     ),
20356     'description' => array(
20357       'type' => 'text',
20358       'not null' => TRUE,
20359       'size' => 'normal',
20360     ),
20361     'position' => array(
20362       'type' => 'varchar',
20363       'not null' => TRUE,
20364       'length' => '255',
20365       'default' => '',
20366     ),
20367     'weight' => array(
20368       'type' => 'int',
20369       'not null' => TRUE,
20370       'size' => 'normal',
20371       'default' => '0',
20372     ),
20373     'include_file' => array(
20374       'type' => 'text',
20375       'not null' => FALSE,
20376       'size' => 'normal',
20377     ),
20378   ),
20379   'primary key' => array(
20380     'path',
20381   ),
20382   'mysql_character_set' => 'utf8',
20383 ));
20384
20385 $connection->insert('menu_router')
20386 ->fields(array(
20387   'path',
20388   'load_functions',
20389   'to_arg_functions',
20390   'access_callback',
20391   'access_arguments',
20392   'page_callback',
20393   'page_arguments',
20394   'delivery_callback',
20395   'fit',
20396   'number_parts',
20397   'context',
20398   'tab_parent',
20399   'tab_root',
20400   'title',
20401   'title_callback',
20402   'title_arguments',
20403   'theme_callback',
20404   'theme_arguments',
20405   'type',
20406   'description',
20407   'position',
20408   'weight',
20409   'include_file',
20410 ))
20411 ->values(array(
20412   'path' => 'admin',
20413   'load_functions' => '',
20414   'to_arg_functions' => '',
20415   'access_callback' => 'user_access',
20416   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
20417   'page_callback' => 'system_admin_menu_block_page',
20418   'page_arguments' => 'a:0:{}',
20419   'delivery_callback' => '',
20420   'fit' => '1',
20421   'number_parts' => '1',
20422   'context' => '0',
20423   'tab_parent' => '',
20424   'tab_root' => 'admin',
20425   'title' => 'Administration',
20426   'title_callback' => 't',
20427   'title_arguments' => '',
20428   'theme_callback' => '',
20429   'theme_arguments' => 'a:0:{}',
20430   'type' => '6',
20431   'description' => '',
20432   'position' => '',
20433   'weight' => '9',
20434   'include_file' => 'modules/system/system.admin.inc',
20435 ))
20436 ->values(array(
20437   'path' => 'admin/appearance',
20438   'load_functions' => '',
20439   'to_arg_functions' => '',
20440   'access_callback' => 'user_access',
20441   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20442   'page_callback' => 'system_themes_page',
20443   'page_arguments' => 'a:0:{}',
20444   'delivery_callback' => '',
20445   'fit' => '3',
20446   'number_parts' => '2',
20447   'context' => '0',
20448   'tab_parent' => '',
20449   'tab_root' => 'admin/appearance',
20450   'title' => 'Appearance',
20451   'title_callback' => 't',
20452   'title_arguments' => '',
20453   'theme_callback' => '',
20454   'theme_arguments' => 'a:0:{}',
20455   'type' => '6',
20456   'description' => 'Select and configure your themes.',
20457   'position' => 'left',
20458   'weight' => '-6',
20459   'include_file' => 'modules/system/system.admin.inc',
20460 ))
20461 ->values(array(
20462   'path' => 'admin/appearance/default',
20463   'load_functions' => '',
20464   'to_arg_functions' => '',
20465   'access_callback' => 'user_access',
20466   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20467   'page_callback' => 'system_theme_default',
20468   'page_arguments' => 'a:0:{}',
20469   'delivery_callback' => '',
20470   'fit' => '7',
20471   'number_parts' => '3',
20472   'context' => '0',
20473   'tab_parent' => '',
20474   'tab_root' => 'admin/appearance/default',
20475   'title' => 'Set default theme',
20476   'title_callback' => 't',
20477   'title_arguments' => '',
20478   'theme_callback' => '',
20479   'theme_arguments' => 'a:0:{}',
20480   'type' => '0',
20481   'description' => '',
20482   'position' => '',
20483   'weight' => '0',
20484   'include_file' => 'modules/system/system.admin.inc',
20485 ))
20486 ->values(array(
20487   'path' => 'admin/appearance/disable',
20488   'load_functions' => '',
20489   'to_arg_functions' => '',
20490   'access_callback' => 'user_access',
20491   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20492   'page_callback' => 'system_theme_disable',
20493   'page_arguments' => 'a:0:{}',
20494   'delivery_callback' => '',
20495   'fit' => '7',
20496   'number_parts' => '3',
20497   'context' => '0',
20498   'tab_parent' => '',
20499   'tab_root' => 'admin/appearance/disable',
20500   'title' => 'Disable theme',
20501   'title_callback' => 't',
20502   'title_arguments' => '',
20503   'theme_callback' => '',
20504   'theme_arguments' => 'a:0:{}',
20505   'type' => '0',
20506   'description' => '',
20507   'position' => '',
20508   'weight' => '0',
20509   'include_file' => 'modules/system/system.admin.inc',
20510 ))
20511 ->values(array(
20512   'path' => 'admin/appearance/enable',
20513   'load_functions' => '',
20514   'to_arg_functions' => '',
20515   'access_callback' => 'user_access',
20516   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20517   'page_callback' => 'system_theme_enable',
20518   'page_arguments' => 'a:0:{}',
20519   'delivery_callback' => '',
20520   'fit' => '7',
20521   'number_parts' => '3',
20522   'context' => '0',
20523   'tab_parent' => '',
20524   'tab_root' => 'admin/appearance/enable',
20525   'title' => 'Enable theme',
20526   'title_callback' => 't',
20527   'title_arguments' => '',
20528   'theme_callback' => '',
20529   'theme_arguments' => 'a:0:{}',
20530   'type' => '0',
20531   'description' => '',
20532   'position' => '',
20533   'weight' => '0',
20534   'include_file' => 'modules/system/system.admin.inc',
20535 ))
20536 ->values(array(
20537   'path' => 'admin/appearance/install',
20538   'load_functions' => '',
20539   'to_arg_functions' => '',
20540   'access_callback' => 'update_manager_access',
20541   'access_arguments' => 'a:0:{}',
20542   'page_callback' => 'drupal_get_form',
20543   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:5:"theme";}',
20544   'delivery_callback' => '',
20545   'fit' => '7',
20546   'number_parts' => '3',
20547   'context' => '1',
20548   'tab_parent' => 'admin/appearance',
20549   'tab_root' => 'admin/appearance',
20550   'title' => 'Install new theme',
20551   'title_callback' => 't',
20552   'title_arguments' => '',
20553   'theme_callback' => '',
20554   'theme_arguments' => 'a:0:{}',
20555   'type' => '388',
20556   'description' => '',
20557   'position' => '',
20558   'weight' => '25',
20559   'include_file' => 'modules/update/update.manager.inc',
20560 ))
20561 ->values(array(
20562   'path' => 'admin/appearance/list',
20563   'load_functions' => '',
20564   'to_arg_functions' => '',
20565   'access_callback' => 'user_access',
20566   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20567   'page_callback' => 'system_themes_page',
20568   'page_arguments' => 'a:0:{}',
20569   'delivery_callback' => '',
20570   'fit' => '7',
20571   'number_parts' => '3',
20572   'context' => '1',
20573   'tab_parent' => 'admin/appearance',
20574   'tab_root' => 'admin/appearance',
20575   'title' => 'List',
20576   'title_callback' => 't',
20577   'title_arguments' => '',
20578   'theme_callback' => '',
20579   'theme_arguments' => 'a:0:{}',
20580   'type' => '140',
20581   'description' => 'Select and configure your theme',
20582   'position' => '',
20583   'weight' => '-1',
20584   'include_file' => 'modules/system/system.admin.inc',
20585 ))
20586 ->values(array(
20587   'path' => 'admin/appearance/settings',
20588   'load_functions' => '',
20589   'to_arg_functions' => '',
20590   'access_callback' => 'user_access',
20591   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20592   'page_callback' => 'drupal_get_form',
20593   'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
20594   'delivery_callback' => '',
20595   'fit' => '7',
20596   'number_parts' => '3',
20597   'context' => '1',
20598   'tab_parent' => 'admin/appearance',
20599   'tab_root' => 'admin/appearance',
20600   'title' => 'Settings',
20601   'title_callback' => 't',
20602   'title_arguments' => '',
20603   'theme_callback' => '',
20604   'theme_arguments' => 'a:0:{}',
20605   'type' => '132',
20606   'description' => 'Configure default and theme specific settings.',
20607   'position' => '',
20608   'weight' => '20',
20609   'include_file' => 'modules/system/system.admin.inc',
20610 ))
20611 ->values(array(
20612   'path' => 'admin/appearance/settings/bartik',
20613   'load_functions' => '',
20614   'to_arg_functions' => '',
20615   'access_callback' => '_system_themes_access',
20616   '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";}}',
20617   'page_callback' => 'drupal_get_form',
20618   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:6:"bartik";}',
20619   'delivery_callback' => '',
20620   'fit' => '15',
20621   'number_parts' => '4',
20622   'context' => '1',
20623   'tab_parent' => 'admin/appearance/settings',
20624   'tab_root' => 'admin/appearance',
20625   'title' => 'Bartik',
20626   'title_callback' => 't',
20627   'title_arguments' => '',
20628   'theme_callback' => '',
20629   'theme_arguments' => 'a:0:{}',
20630   'type' => '132',
20631   'description' => '',
20632   'position' => '',
20633   'weight' => '0',
20634   'include_file' => 'modules/system/system.admin.inc',
20635 ))
20636 ->values(array(
20637   'path' => 'admin/appearance/settings/garland',
20638   'load_functions' => '',
20639   'to_arg_functions' => '',
20640   'access_callback' => '_system_themes_access',
20641   '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";}}',
20642   'page_callback' => 'drupal_get_form',
20643   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:7:"garland";}',
20644   'delivery_callback' => '',
20645   'fit' => '15',
20646   'number_parts' => '4',
20647   'context' => '1',
20648   'tab_parent' => 'admin/appearance/settings',
20649   'tab_root' => 'admin/appearance',
20650   'title' => 'Garland',
20651   'title_callback' => 't',
20652   'title_arguments' => '',
20653   'theme_callback' => '',
20654   'theme_arguments' => 'a:0:{}',
20655   'type' => '132',
20656   'description' => '',
20657   'position' => '',
20658   'weight' => '0',
20659   'include_file' => 'modules/system/system.admin.inc',
20660 ))
20661 ->values(array(
20662   'path' => 'admin/appearance/settings/global',
20663   'load_functions' => '',
20664   'to_arg_functions' => '',
20665   'access_callback' => 'user_access',
20666   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
20667   'page_callback' => 'drupal_get_form',
20668   'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
20669   'delivery_callback' => '',
20670   'fit' => '15',
20671   'number_parts' => '4',
20672   'context' => '1',
20673   'tab_parent' => 'admin/appearance/settings',
20674   'tab_root' => 'admin/appearance',
20675   'title' => 'Global settings',
20676   'title_callback' => 't',
20677   'title_arguments' => '',
20678   'theme_callback' => '',
20679   'theme_arguments' => 'a:0:{}',
20680   'type' => '140',
20681   'description' => '',
20682   'position' => '',
20683   'weight' => '-1',
20684   'include_file' => 'modules/system/system.admin.inc',
20685 ))
20686 ->values(array(
20687   'path' => 'admin/appearance/settings/seven',
20688   'load_functions' => '',
20689   'to_arg_functions' => '',
20690   'access_callback' => '_system_themes_access',
20691   '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";}}',
20692   'page_callback' => 'drupal_get_form',
20693   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"seven";}',
20694   'delivery_callback' => '',
20695   'fit' => '15',
20696   'number_parts' => '4',
20697   'context' => '1',
20698   'tab_parent' => 'admin/appearance/settings',
20699   'tab_root' => 'admin/appearance',
20700   'title' => 'Seven',
20701   'title_callback' => 't',
20702   'title_arguments' => '',
20703   'theme_callback' => '',
20704   'theme_arguments' => 'a:0:{}',
20705   'type' => '132',
20706   'description' => '',
20707   'position' => '',
20708   'weight' => '0',
20709   'include_file' => 'modules/system/system.admin.inc',
20710 ))
20711 ->values(array(
20712   'path' => 'admin/appearance/settings/stark',
20713   'load_functions' => '',
20714   'to_arg_functions' => '',
20715   'access_callback' => '_system_themes_access',
20716   '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\";}}",
20717   'page_callback' => 'drupal_get_form',
20718   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"stark";}',
20719   'delivery_callback' => '',
20720   'fit' => '15',
20721   'number_parts' => '4',
20722   'context' => '1',
20723   'tab_parent' => 'admin/appearance/settings',
20724   'tab_root' => 'admin/appearance',
20725   'title' => 'Stark',
20726   'title_callback' => 't',
20727   'title_arguments' => '',
20728   'theme_callback' => '',
20729   'theme_arguments' => 'a:0:{}',
20730   'type' => '132',
20731   'description' => '',
20732   'position' => '',
20733   'weight' => '0',
20734   'include_file' => 'modules/system/system.admin.inc',
20735 ))
20736 ->values(array(
20737   'path' => 'admin/appearance/update',
20738   'load_functions' => '',
20739   'to_arg_functions' => '',
20740   'access_callback' => 'update_manager_access',
20741   'access_arguments' => 'a:0:{}',
20742   'page_callback' => 'drupal_get_form',
20743   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:5:"theme";}',
20744   'delivery_callback' => '',
20745   'fit' => '7',
20746   'number_parts' => '3',
20747   'context' => '1',
20748   'tab_parent' => 'admin/appearance',
20749   'tab_root' => 'admin/appearance',
20750   'title' => 'Update',
20751   'title_callback' => 't',
20752   'title_arguments' => '',
20753   'theme_callback' => '',
20754   'theme_arguments' => 'a:0:{}',
20755   'type' => '132',
20756   'description' => '',
20757   'position' => '',
20758   'weight' => '10',
20759   'include_file' => 'modules/update/update.manager.inc',
20760 ))
20761 ->values(array(
20762   'path' => 'admin/compact',
20763   'load_functions' => '',
20764   'to_arg_functions' => '',
20765   'access_callback' => 'user_access',
20766   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
20767   'page_callback' => 'system_admin_compact_page',
20768   'page_arguments' => 'a:0:{}',
20769   'delivery_callback' => '',
20770   'fit' => '3',
20771   'number_parts' => '2',
20772   'context' => '0',
20773   'tab_parent' => '',
20774   'tab_root' => 'admin/compact',
20775   'title' => 'Compact mode',
20776   'title_callback' => 't',
20777   'title_arguments' => '',
20778   'theme_callback' => '',
20779   'theme_arguments' => 'a:0:{}',
20780   'type' => '0',
20781   'description' => '',
20782   'position' => '',
20783   'weight' => '0',
20784   'include_file' => 'modules/system/system.admin.inc',
20785 ))
20786 ->values(array(
20787   'path' => 'admin/config',
20788   'load_functions' => '',
20789   'to_arg_functions' => '',
20790   'access_callback' => 'user_access',
20791   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
20792   'page_callback' => 'system_admin_config_page',
20793   'page_arguments' => 'a:0:{}',
20794   'delivery_callback' => '',
20795   'fit' => '3',
20796   'number_parts' => '2',
20797   'context' => '0',
20798   'tab_parent' => '',
20799   'tab_root' => 'admin/config',
20800   'title' => 'Configuration',
20801   'title_callback' => 't',
20802   'title_arguments' => '',
20803   'theme_callback' => '',
20804   'theme_arguments' => 'a:0:{}',
20805   'type' => '6',
20806   'description' => 'Administer settings.',
20807   'position' => '',
20808   'weight' => '0',
20809   'include_file' => 'modules/system/system.admin.inc',
20810 ))
20811 ->values(array(
20812   'path' => 'admin/config/content',
20813   'load_functions' => '',
20814   'to_arg_functions' => '',
20815   'access_callback' => 'user_access',
20816   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
20817   'page_callback' => 'system_admin_menu_block_page',
20818   'page_arguments' => 'a:0:{}',
20819   'delivery_callback' => '',
20820   'fit' => '7',
20821   'number_parts' => '3',
20822   'context' => '0',
20823   'tab_parent' => '',
20824   'tab_root' => 'admin/config/content',
20825   'title' => 'Content authoring',
20826   'title_callback' => 't',
20827   'title_arguments' => '',
20828   'theme_callback' => '',
20829   'theme_arguments' => 'a:0:{}',
20830   'type' => '6',
20831   'description' => 'Settings related to formatting and authoring content.',
20832   'position' => 'left',
20833   'weight' => '-15',
20834   'include_file' => 'modules/system/system.admin.inc',
20835 ))
20836 ->values(array(
20837   'path' => 'admin/config/content/email',
20838   'load_functions' => '',
20839   'to_arg_functions' => '',
20840   'access_callback' => 'user_access',
20841   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
20842   'page_callback' => 'drupal_get_form',
20843   'page_arguments' => 'a:1:{i:0;s:20:"email_admin_settings";}',
20844   'delivery_callback' => '',
20845   'fit' => '15',
20846   'number_parts' => '4',
20847   'context' => '0',
20848   'tab_parent' => '',
20849   'tab_root' => 'admin/config/content/email',
20850   'title' => 'Email Contact Form Settings',
20851   'title_callback' => 't',
20852   'title_arguments' => '',
20853   'theme_callback' => '',
20854   'theme_arguments' => 'a:0:{}',
20855   'type' => '6',
20856   'description' => 'Administer flood control settings for email contact forms',
20857   'position' => '',
20858   'weight' => '0',
20859   'include_file' => '',
20860 ))
20861 ->values(array(
20862   'path' => 'admin/config/content/formats',
20863   'load_functions' => '',
20864   'to_arg_functions' => '',
20865   'access_callback' => 'user_access',
20866   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
20867   'page_callback' => 'drupal_get_form',
20868   'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}',
20869   'delivery_callback' => '',
20870   'fit' => '15',
20871   'number_parts' => '4',
20872   'context' => '0',
20873   'tab_parent' => '',
20874   'tab_root' => 'admin/config/content/formats',
20875   'title' => 'Text formats',
20876   'title_callback' => 't',
20877   'title_arguments' => '',
20878   'theme_callback' => '',
20879   'theme_arguments' => 'a:0:{}',
20880   'type' => '6',
20881   'description' => 'Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.',
20882   'position' => '',
20883   'weight' => '0',
20884   'include_file' => 'modules/filter/filter.admin.inc',
20885 ))
20886 ->values(array(
20887   'path' => 'admin/config/content/formats/%',
20888   'load_functions' => 'a:1:{i:4;s:18:"filter_format_load";}',
20889   'to_arg_functions' => '',
20890   'access_callback' => 'user_access',
20891   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
20892   'page_callback' => 'filter_admin_format_page',
20893   'page_arguments' => 'a:1:{i:0;i:4;}',
20894   'delivery_callback' => '',
20895   'fit' => '30',
20896   'number_parts' => '5',
20897   'context' => '0',
20898   'tab_parent' => '',
20899   'tab_root' => 'admin/config/content/formats/%',
20900   'title' => '',
20901   'title_callback' => 'filter_admin_format_title',
20902   'title_arguments' => 'a:1:{i:0;i:4;}',
20903   'theme_callback' => '',
20904   'theme_arguments' => 'a:0:{}',
20905   'type' => '6',
20906   'description' => '',
20907   'position' => '',
20908   'weight' => '0',
20909   'include_file' => 'modules/filter/filter.admin.inc',
20910 ))
20911 ->values(array(
20912   'path' => 'admin/config/content/formats/%/disable',
20913   'load_functions' => 'a:1:{i:4;s:18:"filter_format_load";}',
20914   'to_arg_functions' => '',
20915   'access_callback' => '_filter_disable_format_access',
20916   'access_arguments' => 'a:1:{i:0;i:4;}',
20917   'page_callback' => 'drupal_get_form',
20918   'page_arguments' => 'a:2:{i:0;s:20:"filter_admin_disable";i:1;i:4;}',
20919   'delivery_callback' => '',
20920   'fit' => '61',
20921   'number_parts' => '6',
20922   'context' => '0',
20923   'tab_parent' => '',
20924   'tab_root' => 'admin/config/content/formats/%/disable',
20925   'title' => 'Disable text format',
20926   'title_callback' => 't',
20927   'title_arguments' => '',
20928   'theme_callback' => '',
20929   'theme_arguments' => 'a:0:{}',
20930   'type' => '6',
20931   'description' => '',
20932   'position' => '',
20933   'weight' => '0',
20934   'include_file' => 'modules/filter/filter.admin.inc',
20935 ))
20936 ->values(array(
20937   'path' => 'admin/config/content/formats/add',
20938   'load_functions' => '',
20939   'to_arg_functions' => '',
20940   'access_callback' => 'user_access',
20941   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
20942   'page_callback' => 'filter_admin_format_page',
20943   'page_arguments' => 'a:0:{}',
20944   'delivery_callback' => '',
20945   'fit' => '31',
20946   'number_parts' => '5',
20947   'context' => '1',
20948   'tab_parent' => 'admin/config/content/formats',
20949   'tab_root' => 'admin/config/content/formats',
20950   'title' => 'Add text format',
20951   'title_callback' => 't',
20952   'title_arguments' => '',
20953   'theme_callback' => '',
20954   'theme_arguments' => 'a:0:{}',
20955   'type' => '388',
20956   'description' => '',
20957   'position' => '',
20958   'weight' => '1',
20959   'include_file' => 'modules/filter/filter.admin.inc',
20960 ))
20961 ->values(array(
20962   'path' => 'admin/config/content/formats/list',
20963   'load_functions' => '',
20964   'to_arg_functions' => '',
20965   'access_callback' => 'user_access',
20966   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
20967   'page_callback' => 'drupal_get_form',
20968   'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}',
20969   'delivery_callback' => '',
20970   'fit' => '31',
20971   'number_parts' => '5',
20972   'context' => '1',
20973   'tab_parent' => 'admin/config/content/formats',
20974   'tab_root' => 'admin/config/content/formats',
20975   'title' => 'List',
20976   'title_callback' => 't',
20977   'title_arguments' => '',
20978   'theme_callback' => '',
20979   'theme_arguments' => 'a:0:{}',
20980   'type' => '140',
20981   'description' => '',
20982   'position' => '',
20983   'weight' => '0',
20984   'include_file' => 'modules/filter/filter.admin.inc',
20985 ))
20986 ->values(array(
20987   'path' => 'admin/config/date',
20988   'load_functions' => '',
20989   'to_arg_functions' => '',
20990   'access_callback' => 'user_access',
20991   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
20992   'page_callback' => 'system_admin_menu_block_page',
20993   'page_arguments' => 'a:0:{}',
20994   'delivery_callback' => '',
20995   'fit' => '7',
20996   'number_parts' => '3',
20997   'context' => '0',
20998   'tab_parent' => '',
20999   'tab_root' => 'admin/config/date',
21000   'title' => 'Date API',
21001   'title_callback' => 't',
21002   'title_arguments' => '',
21003   'theme_callback' => '',
21004   'theme_arguments' => 'a:0:{}',
21005   'type' => '6',
21006   'description' => 'Settings for modules the use the Date API.',
21007   'position' => 'left',
21008   'weight' => '-10',
21009   'include_file' => 'modules/system/system.admin.inc',
21010 ))
21011 ->values(array(
21012   'path' => 'admin/config/development',
21013   'load_functions' => '',
21014   'to_arg_functions' => '',
21015   'access_callback' => 'user_access',
21016   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
21017   'page_callback' => 'system_admin_menu_block_page',
21018   'page_arguments' => 'a:0:{}',
21019   'delivery_callback' => '',
21020   'fit' => '7',
21021   'number_parts' => '3',
21022   'context' => '0',
21023   'tab_parent' => '',
21024   'tab_root' => 'admin/config/development',
21025   'title' => 'Development',
21026   'title_callback' => 't',
21027   'title_arguments' => '',
21028   'theme_callback' => '',
21029   'theme_arguments' => 'a:0:{}',
21030   'type' => '6',
21031   'description' => 'Development tools.',
21032   'position' => 'right',
21033   'weight' => '-10',
21034   'include_file' => 'modules/system/system.admin.inc',
21035 ))
21036 ->values(array(
21037   'path' => 'admin/config/development/logging',
21038   'load_functions' => '',
21039   'to_arg_functions' => '',
21040   'access_callback' => 'user_access',
21041   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21042   'page_callback' => 'drupal_get_form',
21043   'page_arguments' => 'a:1:{i:0;s:23:"system_logging_settings";}',
21044   'delivery_callback' => '',
21045   'fit' => '15',
21046   'number_parts' => '4',
21047   'context' => '0',
21048   'tab_parent' => '',
21049   'tab_root' => 'admin/config/development/logging',
21050   'title' => 'Logging and errors',
21051   'title_callback' => 't',
21052   'title_arguments' => '',
21053   'theme_callback' => '',
21054   'theme_arguments' => 'a:0:{}',
21055   'type' => '6',
21056   'description' => "Settings for logging and alerts modules. Various modules can route Drupal's system events to different destinations, such as syslog, database, email, etc.",
21057   'position' => '',
21058   'weight' => '-15',
21059   'include_file' => 'modules/system/system.admin.inc',
21060 ))
21061 ->values(array(
21062   'path' => 'admin/config/development/maintenance',
21063   'load_functions' => '',
21064   'to_arg_functions' => '',
21065   'access_callback' => 'user_access',
21066   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21067   'page_callback' => 'drupal_get_form',
21068   'page_arguments' => 'a:1:{i:0;s:28:"system_site_maintenance_mode";}',
21069   'delivery_callback' => '',
21070   'fit' => '15',
21071   'number_parts' => '4',
21072   'context' => '0',
21073   'tab_parent' => '',
21074   'tab_root' => 'admin/config/development/maintenance',
21075   'title' => 'Maintenance mode',
21076   'title_callback' => 't',
21077   'title_arguments' => '',
21078   'theme_callback' => '',
21079   'theme_arguments' => 'a:0:{}',
21080   'type' => '6',
21081   'description' => 'Take the site offline for maintenance or bring it back online.',
21082   'position' => '',
21083   'weight' => '-10',
21084   'include_file' => 'modules/system/system.admin.inc',
21085 ))
21086 ->values(array(
21087   'path' => 'admin/config/development/performance',
21088   'load_functions' => '',
21089   'to_arg_functions' => '',
21090   'access_callback' => 'user_access',
21091   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21092   'page_callback' => 'drupal_get_form',
21093   'page_arguments' => 'a:1:{i:0;s:27:"system_performance_settings";}',
21094   'delivery_callback' => '',
21095   'fit' => '15',
21096   'number_parts' => '4',
21097   'context' => '0',
21098   'tab_parent' => '',
21099   'tab_root' => 'admin/config/development/performance',
21100   'title' => 'Performance',
21101   'title_callback' => 't',
21102   'title_arguments' => '',
21103   'theme_callback' => '',
21104   'theme_arguments' => 'a:0:{}',
21105   'type' => '6',
21106   'description' => 'Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.',
21107   'position' => '',
21108   'weight' => '-20',
21109   'include_file' => 'modules/system/system.admin.inc',
21110 ))
21111 ->values(array(
21112   'path' => 'admin/config/development/testing',
21113   'load_functions' => '',
21114   'to_arg_functions' => '',
21115   'access_callback' => 'user_access',
21116   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
21117   'page_callback' => 'drupal_get_form',
21118   'page_arguments' => 'a:1:{i:0;s:20:"simpletest_test_form";}',
21119   'delivery_callback' => '',
21120   'fit' => '15',
21121   'number_parts' => '4',
21122   'context' => '0',
21123   'tab_parent' => '',
21124   'tab_root' => 'admin/config/development/testing',
21125   'title' => 'Testing',
21126   'title_callback' => 't',
21127   'title_arguments' => '',
21128   'theme_callback' => '',
21129   'theme_arguments' => 'a:0:{}',
21130   'type' => '6',
21131   'description' => 'Run tests against Drupal core and your active modules. These tests help assure that your site code is working as designed.',
21132   'position' => '',
21133   'weight' => '-5',
21134   'include_file' => 'modules/simpletest/simpletest.pages.inc',
21135 ))
21136 ->values(array(
21137   'path' => 'admin/config/development/testing/list',
21138   'load_functions' => '',
21139   'to_arg_functions' => '',
21140   'access_callback' => 'user_access',
21141   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
21142   'page_callback' => 'drupal_get_form',
21143   'page_arguments' => 'a:1:{i:0;s:20:"simpletest_test_form";}',
21144   'delivery_callback' => '',
21145   'fit' => '31',
21146   'number_parts' => '5',
21147   'context' => '1',
21148   'tab_parent' => 'admin/config/development/testing',
21149   'tab_root' => 'admin/config/development/testing',
21150   'title' => 'List',
21151   'title_callback' => 't',
21152   'title_arguments' => '',
21153   'theme_callback' => '',
21154   'theme_arguments' => 'a:0:{}',
21155   'type' => '140',
21156   'description' => '',
21157   'position' => '',
21158   'weight' => '0',
21159   'include_file' => 'modules/simpletest/simpletest.pages.inc',
21160 ))
21161 ->values(array(
21162   'path' => 'admin/config/development/testing/results/%',
21163   'load_functions' => 'a:1:{i:5;N;}',
21164   'to_arg_functions' => '',
21165   'access_callback' => 'user_access',
21166   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
21167   'page_callback' => 'drupal_get_form',
21168   'page_arguments' => 'a:2:{i:0;s:22:"simpletest_result_form";i:1;i:5;}',
21169   'delivery_callback' => '',
21170   'fit' => '62',
21171   'number_parts' => '6',
21172   'context' => '0',
21173   'tab_parent' => '',
21174   'tab_root' => 'admin/config/development/testing/results/%',
21175   'title' => 'Test result',
21176   'title_callback' => 't',
21177   'title_arguments' => '',
21178   'theme_callback' => '',
21179   'theme_arguments' => 'a:0:{}',
21180   'type' => '6',
21181   'description' => 'View result of tests.',
21182   'position' => '',
21183   'weight' => '0',
21184   'include_file' => 'modules/simpletest/simpletest.pages.inc',
21185 ))
21186 ->values(array(
21187   'path' => 'admin/config/development/testing/settings',
21188   'load_functions' => '',
21189   'to_arg_functions' => '',
21190   'access_callback' => 'user_access',
21191   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
21192   'page_callback' => 'drupal_get_form',
21193   'page_arguments' => 'a:1:{i:0;s:24:"simpletest_settings_form";}',
21194   'delivery_callback' => '',
21195   'fit' => '31',
21196   'number_parts' => '5',
21197   'context' => '1',
21198   'tab_parent' => 'admin/config/development/testing',
21199   'tab_root' => 'admin/config/development/testing',
21200   'title' => 'Settings',
21201   'title_callback' => 't',
21202   'title_arguments' => '',
21203   'theme_callback' => '',
21204   'theme_arguments' => 'a:0:{}',
21205   'type' => '132',
21206   'description' => '',
21207   'position' => '',
21208   'weight' => '0',
21209   'include_file' => 'modules/simpletest/simpletest.pages.inc',
21210 ))
21211 ->values(array(
21212   'path' => 'admin/config/media',
21213   'load_functions' => '',
21214   'to_arg_functions' => '',
21215   'access_callback' => 'user_access',
21216   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
21217   'page_callback' => 'system_admin_menu_block_page',
21218   'page_arguments' => 'a:0:{}',
21219   'delivery_callback' => '',
21220   'fit' => '7',
21221   'number_parts' => '3',
21222   'context' => '0',
21223   'tab_parent' => '',
21224   'tab_root' => 'admin/config/media',
21225   'title' => 'Media',
21226   'title_callback' => 't',
21227   'title_arguments' => '',
21228   'theme_callback' => '',
21229   'theme_arguments' => 'a:0:{}',
21230   'type' => '6',
21231   'description' => 'Media tools.',
21232   'position' => 'left',
21233   'weight' => '-10',
21234   'include_file' => 'modules/system/system.admin.inc',
21235 ))
21236 ->values(array(
21237   'path' => 'admin/config/media/file-system',
21238   'load_functions' => '',
21239   'to_arg_functions' => '',
21240   'access_callback' => 'user_access',
21241   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21242   'page_callback' => 'drupal_get_form',
21243   'page_arguments' => 'a:1:{i:0;s:27:"system_file_system_settings";}',
21244   'delivery_callback' => '',
21245   'fit' => '15',
21246   'number_parts' => '4',
21247   'context' => '0',
21248   'tab_parent' => '',
21249   'tab_root' => 'admin/config/media/file-system',
21250   'title' => 'File system',
21251   'title_callback' => 't',
21252   'title_arguments' => '',
21253   'theme_callback' => '',
21254   'theme_arguments' => 'a:0:{}',
21255   'type' => '6',
21256   'description' => 'Tell Drupal where to store uploaded files and how they are accessed.',
21257   'position' => '',
21258   'weight' => '-10',
21259   'include_file' => 'modules/system/system.admin.inc',
21260 ))
21261 ->values(array(
21262   'path' => 'admin/config/media/image-styles',
21263   'load_functions' => '',
21264   'to_arg_functions' => '',
21265   'access_callback' => 'user_access',
21266   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21267   'page_callback' => 'image_style_list',
21268   'page_arguments' => 'a:0:{}',
21269   'delivery_callback' => '',
21270   'fit' => '15',
21271   'number_parts' => '4',
21272   'context' => '0',
21273   'tab_parent' => '',
21274   'tab_root' => 'admin/config/media/image-styles',
21275   'title' => 'Image styles',
21276   'title_callback' => 't',
21277   'title_arguments' => '',
21278   'theme_callback' => '',
21279   'theme_arguments' => 'a:0:{}',
21280   'type' => '6',
21281   'description' => 'Configure styles that can be used for resizing or adjusting images on display.',
21282   'position' => '',
21283   'weight' => '0',
21284   'include_file' => 'modules/image/image.admin.inc',
21285 ))
21286 ->values(array(
21287   'path' => 'admin/config/media/image-styles/add',
21288   'load_functions' => '',
21289   'to_arg_functions' => '',
21290   'access_callback' => 'user_access',
21291   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21292   'page_callback' => 'drupal_get_form',
21293   'page_arguments' => 'a:1:{i:0;s:20:"image_style_add_form";}',
21294   'delivery_callback' => '',
21295   'fit' => '31',
21296   'number_parts' => '5',
21297   'context' => '1',
21298   'tab_parent' => 'admin/config/media/image-styles',
21299   'tab_root' => 'admin/config/media/image-styles',
21300   'title' => 'Add style',
21301   'title_callback' => 't',
21302   'title_arguments' => '',
21303   'theme_callback' => '',
21304   'theme_arguments' => 'a:0:{}',
21305   'type' => '388',
21306   'description' => 'Add a new image style.',
21307   'position' => '',
21308   'weight' => '2',
21309   'include_file' => 'modules/image/image.admin.inc',
21310 ))
21311 ->values(array(
21312   'path' => 'admin/config/media/image-styles/delete/%',
21313   'load_functions' => 'a:1:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;N;i:1;s:1:"1";}}}',
21314   'to_arg_functions' => '',
21315   'access_callback' => 'user_access',
21316   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21317   'page_callback' => 'drupal_get_form',
21318   'page_arguments' => 'a:2:{i:0;s:23:"image_style_delete_form";i:1;i:5;}',
21319   'delivery_callback' => '',
21320   'fit' => '62',
21321   'number_parts' => '6',
21322   'context' => '0',
21323   'tab_parent' => '',
21324   'tab_root' => 'admin/config/media/image-styles/delete/%',
21325   'title' => 'Delete style',
21326   'title_callback' => 't',
21327   'title_arguments' => '',
21328   'theme_callback' => '',
21329   'theme_arguments' => 'a:0:{}',
21330   'type' => '6',
21331   'description' => 'Delete an image style.',
21332   'position' => '',
21333   'weight' => '0',
21334   'include_file' => 'modules/image/image.admin.inc',
21335 ))
21336 ->values(array(
21337   'path' => 'admin/config/media/image-styles/edit/%',
21338   'load_functions' => 'a:1:{i:5;s:16:"image_style_load";}',
21339   'to_arg_functions' => '',
21340   'access_callback' => 'user_access',
21341   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21342   'page_callback' => 'drupal_get_form',
21343   'page_arguments' => 'a:2:{i:0;s:16:"image_style_form";i:1;i:5;}',
21344   'delivery_callback' => '',
21345   'fit' => '62',
21346   'number_parts' => '6',
21347   'context' => '0',
21348   'tab_parent' => '',
21349   'tab_root' => 'admin/config/media/image-styles/edit/%',
21350   'title' => 'Edit style',
21351   'title_callback' => 't',
21352   'title_arguments' => '',
21353   'theme_callback' => '',
21354   'theme_arguments' => 'a:0:{}',
21355   'type' => '6',
21356   'description' => 'Configure an image style.',
21357   'position' => '',
21358   'weight' => '0',
21359   'include_file' => 'modules/image/image.admin.inc',
21360 ))
21361 ->values(array(
21362   'path' => 'admin/config/media/image-styles/edit/%/add/%',
21363   '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;}}}',
21364   'to_arg_functions' => '',
21365   'access_callback' => 'user_access',
21366   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21367   'page_callback' => 'drupal_get_form',
21368   'page_arguments' => 'a:3:{i:0;s:17:"image_effect_form";i:1;i:5;i:2;i:7;}',
21369   'delivery_callback' => '',
21370   'fit' => '250',
21371   'number_parts' => '8',
21372   'context' => '0',
21373   'tab_parent' => '',
21374   'tab_root' => 'admin/config/media/image-styles/edit/%/add/%',
21375   'title' => 'Add image effect',
21376   'title_callback' => 't',
21377   'title_arguments' => '',
21378   'theme_callback' => '',
21379   'theme_arguments' => 'a:0:{}',
21380   'type' => '6',
21381   'description' => 'Add a new effect to a style.',
21382   'position' => '',
21383   'weight' => '0',
21384   'include_file' => 'modules/image/image.admin.inc',
21385 ))
21386 ->values(array(
21387   'path' => 'admin/config/media/image-styles/edit/%/effects/%',
21388   '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";}}}',
21389   'to_arg_functions' => '',
21390   'access_callback' => 'user_access',
21391   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21392   'page_callback' => 'drupal_get_form',
21393   'page_arguments' => 'a:3:{i:0;s:17:"image_effect_form";i:1;i:5;i:2;i:7;}',
21394   'delivery_callback' => '',
21395   'fit' => '250',
21396   'number_parts' => '8',
21397   'context' => '0',
21398   'tab_parent' => '',
21399   'tab_root' => 'admin/config/media/image-styles/edit/%/effects/%',
21400   'title' => 'Edit image effect',
21401   'title_callback' => 't',
21402   'title_arguments' => '',
21403   'theme_callback' => '',
21404   'theme_arguments' => 'a:0:{}',
21405   'type' => '6',
21406   'description' => 'Edit an existing effect within a style.',
21407   'position' => '',
21408   'weight' => '0',
21409   'include_file' => 'modules/image/image.admin.inc',
21410 ))
21411 ->values(array(
21412   'path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
21413   '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";}}}',
21414   'to_arg_functions' => '',
21415   'access_callback' => 'user_access',
21416   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21417   'page_callback' => 'drupal_get_form',
21418   'page_arguments' => 'a:3:{i:0;s:24:"image_effect_delete_form";i:1;i:5;i:2;i:7;}',
21419   'delivery_callback' => '',
21420   'fit' => '501',
21421   'number_parts' => '9',
21422   'context' => '0',
21423   'tab_parent' => '',
21424   'tab_root' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
21425   'title' => 'Delete image effect',
21426   'title_callback' => 't',
21427   'title_arguments' => '',
21428   'theme_callback' => '',
21429   'theme_arguments' => 'a:0:{}',
21430   'type' => '6',
21431   'description' => 'Delete an existing effect from a style.',
21432   'position' => '',
21433   'weight' => '0',
21434   'include_file' => 'modules/image/image.admin.inc',
21435 ))
21436 ->values(array(
21437   'path' => 'admin/config/media/image-styles/list',
21438   'load_functions' => '',
21439   'to_arg_functions' => '',
21440   'access_callback' => 'user_access',
21441   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21442   'page_callback' => 'image_style_list',
21443   'page_arguments' => 'a:0:{}',
21444   'delivery_callback' => '',
21445   'fit' => '31',
21446   'number_parts' => '5',
21447   'context' => '1',
21448   'tab_parent' => 'admin/config/media/image-styles',
21449   'tab_root' => 'admin/config/media/image-styles',
21450   'title' => 'List',
21451   'title_callback' => 't',
21452   'title_arguments' => '',
21453   'theme_callback' => '',
21454   'theme_arguments' => 'a:0:{}',
21455   'type' => '140',
21456   'description' => 'List the current image styles on the site.',
21457   'position' => '',
21458   'weight' => '1',
21459   'include_file' => 'modules/image/image.admin.inc',
21460 ))
21461 ->values(array(
21462   'path' => 'admin/config/media/image-styles/revert/%',
21463   'load_functions' => 'a:1:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;N;i:1;s:1:"2";}}}',
21464   'to_arg_functions' => '',
21465   'access_callback' => 'user_access',
21466   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
21467   'page_callback' => 'drupal_get_form',
21468   'page_arguments' => 'a:2:{i:0;s:23:"image_style_revert_form";i:1;i:5;}',
21469   'delivery_callback' => '',
21470   'fit' => '62',
21471   'number_parts' => '6',
21472   'context' => '0',
21473   'tab_parent' => '',
21474   'tab_root' => 'admin/config/media/image-styles/revert/%',
21475   'title' => 'Revert style',
21476   'title_callback' => 't',
21477   'title_arguments' => '',
21478   'theme_callback' => '',
21479   'theme_arguments' => 'a:0:{}',
21480   'type' => '6',
21481   'description' => 'Revert an image style.',
21482   'position' => '',
21483   'weight' => '0',
21484   'include_file' => 'modules/image/image.admin.inc',
21485 ))
21486 ->values(array(
21487   'path' => 'admin/config/media/image-toolkit',
21488   'load_functions' => '',
21489   'to_arg_functions' => '',
21490   'access_callback' => 'user_access',
21491   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21492   'page_callback' => 'drupal_get_form',
21493   'page_arguments' => 'a:1:{i:0;s:29:"system_image_toolkit_settings";}',
21494   'delivery_callback' => '',
21495   'fit' => '15',
21496   'number_parts' => '4',
21497   'context' => '0',
21498   'tab_parent' => '',
21499   'tab_root' => 'admin/config/media/image-toolkit',
21500   'title' => 'Image toolkit',
21501   'title_callback' => 't',
21502   'title_arguments' => '',
21503   'theme_callback' => '',
21504   'theme_arguments' => 'a:0:{}',
21505   'type' => '6',
21506   'description' => 'Choose which image toolkit to use if you have installed optional toolkits.',
21507   'position' => '',
21508   'weight' => '20',
21509   'include_file' => 'modules/system/system.admin.inc',
21510 ))
21511 ->values(array(
21512   'path' => 'admin/config/people',
21513   'load_functions' => '',
21514   'to_arg_functions' => '',
21515   'access_callback' => 'user_access',
21516   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
21517   'page_callback' => 'system_admin_menu_block_page',
21518   'page_arguments' => 'a:0:{}',
21519   'delivery_callback' => '',
21520   'fit' => '7',
21521   'number_parts' => '3',
21522   'context' => '0',
21523   'tab_parent' => '',
21524   'tab_root' => 'admin/config/people',
21525   'title' => 'People',
21526   'title_callback' => 't',
21527   'title_arguments' => '',
21528   'theme_callback' => '',
21529   'theme_arguments' => 'a:0:{}',
21530   'type' => '6',
21531   'description' => 'Configure user accounts.',
21532   'position' => 'left',
21533   'weight' => '-20',
21534   'include_file' => 'modules/system/system.admin.inc',
21535 ))
21536 ->values(array(
21537   'path' => 'admin/config/people/accounts',
21538   'load_functions' => '',
21539   'to_arg_functions' => '',
21540   'access_callback' => 'user_access',
21541   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21542   'page_callback' => 'drupal_get_form',
21543   'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}',
21544   'delivery_callback' => '',
21545   'fit' => '15',
21546   'number_parts' => '4',
21547   'context' => '0',
21548   'tab_parent' => '',
21549   'tab_root' => 'admin/config/people/accounts',
21550   'title' => 'Account settings',
21551   'title_callback' => 't',
21552   'title_arguments' => '',
21553   'theme_callback' => '',
21554   'theme_arguments' => 'a:0:{}',
21555   'type' => '6',
21556   'description' => 'Configure default behavior of users, including registration requirements, e-mails, fields, and user pictures.',
21557   'position' => '',
21558   'weight' => '-10',
21559   'include_file' => 'modules/user/user.admin.inc',
21560 ))
21561 ->values(array(
21562   'path' => 'admin/config/people/accounts/display',
21563   'load_functions' => '',
21564   'to_arg_functions' => '',
21565   'access_callback' => 'user_access',
21566   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21567   'page_callback' => 'drupal_get_form',
21568   '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";}',
21569   'delivery_callback' => '',
21570   'fit' => '31',
21571   'number_parts' => '5',
21572   'context' => '1',
21573   'tab_parent' => 'admin/config/people/accounts',
21574   'tab_root' => 'admin/config/people/accounts',
21575   'title' => 'Manage display',
21576   'title_callback' => 't',
21577   'title_arguments' => '',
21578   'theme_callback' => '',
21579   'theme_arguments' => 'a:0:{}',
21580   'type' => '132',
21581   'description' => '',
21582   'position' => '',
21583   'weight' => '2',
21584   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21585 ))
21586 ->values(array(
21587   'path' => 'admin/config/people/accounts/display/default',
21588   'load_functions' => '',
21589   'to_arg_functions' => '',
21590   'access_callback' => '_field_ui_view_mode_menu_access',
21591   '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";}',
21592   'page_callback' => 'drupal_get_form',
21593   '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";}',
21594   'delivery_callback' => '',
21595   'fit' => '63',
21596   'number_parts' => '6',
21597   'context' => '1',
21598   'tab_parent' => 'admin/config/people/accounts/display',
21599   'tab_root' => 'admin/config/people/accounts',
21600   'title' => 'Default',
21601   'title_callback' => 't',
21602   'title_arguments' => '',
21603   'theme_callback' => '',
21604   'theme_arguments' => 'a:0:{}',
21605   'type' => '140',
21606   'description' => '',
21607   'position' => '',
21608   'weight' => '-10',
21609   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21610 ))
21611 ->values(array(
21612   'path' => 'admin/config/people/accounts/display/full',
21613   'load_functions' => '',
21614   'to_arg_functions' => '',
21615   'access_callback' => '_field_ui_view_mode_menu_access',
21616   '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";}',
21617   'page_callback' => 'drupal_get_form',
21618   '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";}',
21619   'delivery_callback' => '',
21620   'fit' => '63',
21621   'number_parts' => '6',
21622   'context' => '1',
21623   'tab_parent' => 'admin/config/people/accounts/display',
21624   'tab_root' => 'admin/config/people/accounts',
21625   'title' => 'User account',
21626   'title_callback' => 't',
21627   'title_arguments' => '',
21628   'theme_callback' => '',
21629   'theme_arguments' => 'a:0:{}',
21630   'type' => '132',
21631   'description' => '',
21632   'position' => '',
21633   'weight' => '0',
21634   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21635 ))
21636 ->values(array(
21637   'path' => 'admin/config/people/accounts/fields',
21638   'load_functions' => '',
21639   'to_arg_functions' => '',
21640   'access_callback' => 'user_access',
21641   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21642   'page_callback' => 'drupal_get_form',
21643   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:4:"user";i:2;s:4:"user";}',
21644   'delivery_callback' => '',
21645   'fit' => '31',
21646   'number_parts' => '5',
21647   'context' => '1',
21648   'tab_parent' => 'admin/config/people/accounts',
21649   'tab_root' => 'admin/config/people/accounts',
21650   'title' => 'Manage fields',
21651   'title_callback' => 't',
21652   'title_arguments' => '',
21653   'theme_callback' => '',
21654   'theme_arguments' => 'a:0:{}',
21655   'type' => '132',
21656   'description' => '',
21657   'position' => '',
21658   'weight' => '1',
21659   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21660 ))
21661 ->values(array(
21662   'path' => 'admin/config/people/accounts/fields/%',
21663   '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";}}}',
21664   'to_arg_functions' => '',
21665   'access_callback' => 'user_access',
21666   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21667   'page_callback' => 'drupal_get_form',
21668   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
21669   'delivery_callback' => '',
21670   'fit' => '62',
21671   'number_parts' => '6',
21672   'context' => '0',
21673   'tab_parent' => '',
21674   'tab_root' => 'admin/config/people/accounts/fields/%',
21675   'title' => '',
21676   'title_callback' => 'field_ui_menu_title',
21677   'title_arguments' => 'a:1:{i:0;i:5;}',
21678   'theme_callback' => '',
21679   'theme_arguments' => 'a:0:{}',
21680   'type' => '6',
21681   'description' => '',
21682   'position' => '',
21683   'weight' => '0',
21684   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21685 ))
21686 ->values(array(
21687   'path' => 'admin/config/people/accounts/fields/%/delete',
21688   '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";}}}',
21689   'to_arg_functions' => '',
21690   'access_callback' => 'user_access',
21691   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21692   'page_callback' => 'drupal_get_form',
21693   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:5;}',
21694   'delivery_callback' => '',
21695   'fit' => '125',
21696   'number_parts' => '7',
21697   'context' => '1',
21698   'tab_parent' => 'admin/config/people/accounts/fields/%',
21699   'tab_root' => 'admin/config/people/accounts/fields/%',
21700   'title' => 'Delete',
21701   'title_callback' => 't',
21702   'title_arguments' => '',
21703   'theme_callback' => '',
21704   'theme_arguments' => 'a:0:{}',
21705   'type' => '132',
21706   'description' => '',
21707   'position' => '',
21708   'weight' => '10',
21709   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21710 ))
21711 ->values(array(
21712   'path' => 'admin/config/people/accounts/fields/%/edit',
21713   '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";}}}',
21714   'to_arg_functions' => '',
21715   'access_callback' => 'user_access',
21716   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21717   'page_callback' => 'drupal_get_form',
21718   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
21719   'delivery_callback' => '',
21720   'fit' => '125',
21721   'number_parts' => '7',
21722   'context' => '1',
21723   'tab_parent' => 'admin/config/people/accounts/fields/%',
21724   'tab_root' => 'admin/config/people/accounts/fields/%',
21725   'title' => 'Edit',
21726   'title_callback' => 't',
21727   'title_arguments' => '',
21728   'theme_callback' => '',
21729   'theme_arguments' => 'a:0:{}',
21730   'type' => '140',
21731   'description' => '',
21732   'position' => '',
21733   'weight' => '0',
21734   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21735 ))
21736 ->values(array(
21737   'path' => 'admin/config/people/accounts/fields/%/field-settings',
21738   '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";}}}',
21739   'to_arg_functions' => '',
21740   'access_callback' => 'user_access',
21741   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21742   'page_callback' => 'drupal_get_form',
21743   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:5;}',
21744   'delivery_callback' => '',
21745   'fit' => '125',
21746   'number_parts' => '7',
21747   'context' => '1',
21748   'tab_parent' => 'admin/config/people/accounts/fields/%',
21749   'tab_root' => 'admin/config/people/accounts/fields/%',
21750   'title' => 'Field settings',
21751   'title_callback' => 't',
21752   'title_arguments' => '',
21753   'theme_callback' => '',
21754   'theme_arguments' => 'a:0:{}',
21755   'type' => '132',
21756   'description' => '',
21757   'position' => '',
21758   'weight' => '0',
21759   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21760 ))
21761 ->values(array(
21762   'path' => 'admin/config/people/accounts/fields/%/widget-type',
21763   '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";}}}',
21764   'to_arg_functions' => '',
21765   'access_callback' => 'user_access',
21766   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21767   'page_callback' => 'drupal_get_form',
21768   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:5;}',
21769   'delivery_callback' => '',
21770   'fit' => '125',
21771   'number_parts' => '7',
21772   'context' => '1',
21773   'tab_parent' => 'admin/config/people/accounts/fields/%',
21774   'tab_root' => 'admin/config/people/accounts/fields/%',
21775   'title' => 'Widget type',
21776   'title_callback' => 't',
21777   'title_arguments' => '',
21778   'theme_callback' => '',
21779   'theme_arguments' => 'a:0:{}',
21780   'type' => '132',
21781   'description' => '',
21782   'position' => '',
21783   'weight' => '0',
21784   'include_file' => 'modules/field_ui/field_ui.admin.inc',
21785 ))
21786 ->values(array(
21787   'path' => 'admin/config/people/accounts/settings',
21788   'load_functions' => '',
21789   'to_arg_functions' => '',
21790   'access_callback' => 'user_access',
21791   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
21792   'page_callback' => 'drupal_get_form',
21793   'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}',
21794   'delivery_callback' => '',
21795   'fit' => '31',
21796   'number_parts' => '5',
21797   'context' => '1',
21798   'tab_parent' => 'admin/config/people/accounts',
21799   'tab_root' => 'admin/config/people/accounts',
21800   'title' => 'Settings',
21801   'title_callback' => 't',
21802   'title_arguments' => '',
21803   'theme_callback' => '',
21804   'theme_arguments' => 'a:0:{}',
21805   'type' => '140',
21806   'description' => '',
21807   'position' => '',
21808   'weight' => '-10',
21809   'include_file' => 'modules/user/user.admin.inc',
21810 ))
21811 ->values(array(
21812   'path' => 'admin/config/people/ip-blocking',
21813   'load_functions' => '',
21814   'to_arg_functions' => '',
21815   'access_callback' => 'user_access',
21816   'access_arguments' => 'a:1:{i:0;s:18:"block IP addresses";}',
21817   'page_callback' => 'system_ip_blocking',
21818   'page_arguments' => 'a:0:{}',
21819   'delivery_callback' => '',
21820   'fit' => '15',
21821   'number_parts' => '4',
21822   'context' => '0',
21823   'tab_parent' => '',
21824   'tab_root' => 'admin/config/people/ip-blocking',
21825   'title' => 'IP address blocking',
21826   'title_callback' => 't',
21827   'title_arguments' => '',
21828   'theme_callback' => '',
21829   'theme_arguments' => 'a:0:{}',
21830   'type' => '6',
21831   'description' => 'Manage blocked IP addresses.',
21832   'position' => '',
21833   'weight' => '10',
21834   'include_file' => 'modules/system/system.admin.inc',
21835 ))
21836 ->values(array(
21837   'path' => 'admin/config/people/ip-blocking/delete/%',
21838   'load_functions' => 'a:1:{i:5;s:15:"blocked_ip_load";}',
21839   'to_arg_functions' => '',
21840   'access_callback' => 'user_access',
21841   'access_arguments' => 'a:1:{i:0;s:18:"block IP addresses";}',
21842   'page_callback' => 'drupal_get_form',
21843   'page_arguments' => 'a:2:{i:0;s:25:"system_ip_blocking_delete";i:1;i:5;}',
21844   'delivery_callback' => '',
21845   'fit' => '62',
21846   'number_parts' => '6',
21847   'context' => '0',
21848   'tab_parent' => '',
21849   'tab_root' => 'admin/config/people/ip-blocking/delete/%',
21850   'title' => 'Delete IP address',
21851   'title_callback' => 't',
21852   'title_arguments' => '',
21853   'theme_callback' => '',
21854   'theme_arguments' => 'a:0:{}',
21855   'type' => '6',
21856   'description' => '',
21857   'position' => '',
21858   'weight' => '0',
21859   'include_file' => 'modules/system/system.admin.inc',
21860 ))
21861 ->values(array(
21862   'path' => 'admin/config/regional',
21863   'load_functions' => '',
21864   'to_arg_functions' => '',
21865   'access_callback' => 'user_access',
21866   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
21867   'page_callback' => 'system_admin_menu_block_page',
21868   'page_arguments' => 'a:0:{}',
21869   'delivery_callback' => '',
21870   'fit' => '7',
21871   'number_parts' => '3',
21872   'context' => '0',
21873   'tab_parent' => '',
21874   'tab_root' => 'admin/config/regional',
21875   'title' => 'Regional and language',
21876   'title_callback' => 't',
21877   'title_arguments' => '',
21878   'theme_callback' => '',
21879   'theme_arguments' => 'a:0:{}',
21880   'type' => '6',
21881   'description' => 'Regional settings, localization and translation.',
21882   'position' => 'left',
21883   'weight' => '-5',
21884   'include_file' => 'modules/system/system.admin.inc',
21885 ))
21886 ->values(array(
21887   'path' => 'admin/config/regional/date-time',
21888   'load_functions' => '',
21889   'to_arg_functions' => '',
21890   'access_callback' => 'user_access',
21891   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21892   'page_callback' => 'drupal_get_form',
21893   'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}',
21894   'delivery_callback' => '',
21895   'fit' => '15',
21896   'number_parts' => '4',
21897   'context' => '0',
21898   'tab_parent' => '',
21899   'tab_root' => 'admin/config/regional/date-time',
21900   'title' => 'Date and time',
21901   'title_callback' => 't',
21902   'title_arguments' => '',
21903   'theme_callback' => '',
21904   'theme_arguments' => 'a:0:{}',
21905   'type' => '6',
21906   'description' => 'Configure display formats for date and time.',
21907   'position' => '',
21908   'weight' => '-15',
21909   'include_file' => 'modules/system/system.admin.inc',
21910 ))
21911 ->values(array(
21912   'path' => 'admin/config/regional/date-time/formats',
21913   'load_functions' => '',
21914   'to_arg_functions' => '',
21915   'access_callback' => 'user_access',
21916   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21917   'page_callback' => 'system_date_time_formats',
21918   'page_arguments' => 'a:0:{}',
21919   'delivery_callback' => '',
21920   'fit' => '31',
21921   'number_parts' => '5',
21922   'context' => '1',
21923   'tab_parent' => 'admin/config/regional/date-time',
21924   'tab_root' => 'admin/config/regional/date-time',
21925   'title' => 'Formats',
21926   'title_callback' => 't',
21927   'title_arguments' => '',
21928   'theme_callback' => '',
21929   'theme_arguments' => 'a:0:{}',
21930   'type' => '132',
21931   'description' => 'Configure display format strings for date and time.',
21932   'position' => '',
21933   'weight' => '-9',
21934   'include_file' => 'modules/system/system.admin.inc',
21935 ))
21936 ->values(array(
21937   'path' => 'admin/config/regional/date-time/formats/%/delete',
21938   'load_functions' => 'a:1:{i:5;N;}',
21939   'to_arg_functions' => '',
21940   'access_callback' => 'user_access',
21941   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21942   'page_callback' => 'drupal_get_form',
21943   'page_arguments' => 'a:2:{i:0;s:30:"system_date_delete_format_form";i:1;i:5;}',
21944   'delivery_callback' => '',
21945   'fit' => '125',
21946   'number_parts' => '7',
21947   'context' => '0',
21948   'tab_parent' => '',
21949   'tab_root' => 'admin/config/regional/date-time/formats/%/delete',
21950   'title' => 'Delete date format',
21951   'title_callback' => 't',
21952   'title_arguments' => '',
21953   'theme_callback' => '',
21954   'theme_arguments' => 'a:0:{}',
21955   'type' => '6',
21956   'description' => 'Allow users to delete a configured date format.',
21957   'position' => '',
21958   'weight' => '0',
21959   'include_file' => 'modules/system/system.admin.inc',
21960 ))
21961 ->values(array(
21962   'path' => 'admin/config/regional/date-time/formats/%/edit',
21963   'load_functions' => 'a:1:{i:5;N;}',
21964   'to_arg_functions' => '',
21965   'access_callback' => 'user_access',
21966   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21967   'page_callback' => 'drupal_get_form',
21968   'page_arguments' => 'a:2:{i:0;s:34:"system_configure_date_formats_form";i:1;i:5;}',
21969   'delivery_callback' => '',
21970   'fit' => '125',
21971   'number_parts' => '7',
21972   'context' => '0',
21973   'tab_parent' => '',
21974   'tab_root' => 'admin/config/regional/date-time/formats/%/edit',
21975   'title' => 'Edit date format',
21976   'title_callback' => 't',
21977   'title_arguments' => '',
21978   'theme_callback' => '',
21979   'theme_arguments' => 'a:0:{}',
21980   'type' => '6',
21981   'description' => 'Allow users to edit a configured date format.',
21982   'position' => '',
21983   'weight' => '0',
21984   'include_file' => 'modules/system/system.admin.inc',
21985 ))
21986 ->values(array(
21987   'path' => 'admin/config/regional/date-time/formats/add',
21988   'load_functions' => '',
21989   'to_arg_functions' => '',
21990   'access_callback' => 'user_access',
21991   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
21992   'page_callback' => 'drupal_get_form',
21993   'page_arguments' => 'a:1:{i:0;s:34:"system_configure_date_formats_form";}',
21994   'delivery_callback' => '',
21995   'fit' => '63',
21996   'number_parts' => '6',
21997   'context' => '1',
21998   'tab_parent' => 'admin/config/regional/date-time/formats',
21999   'tab_root' => 'admin/config/regional/date-time',
22000   'title' => 'Add format',
22001   'title_callback' => 't',
22002   'title_arguments' => '',
22003   'theme_callback' => '',
22004   'theme_arguments' => 'a:0:{}',
22005   'type' => '388',
22006   'description' => 'Allow users to add additional date formats.',
22007   'position' => '',
22008   'weight' => '-10',
22009   'include_file' => 'modules/system/system.admin.inc',
22010 ))
22011 ->values(array(
22012   'path' => 'admin/config/regional/date-time/formats/lookup',
22013   'load_functions' => '',
22014   'to_arg_functions' => '',
22015   'access_callback' => 'user_access',
22016   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22017   'page_callback' => 'system_date_time_lookup',
22018   'page_arguments' => 'a:0:{}',
22019   'delivery_callback' => '',
22020   'fit' => '63',
22021   'number_parts' => '6',
22022   'context' => '0',
22023   'tab_parent' => '',
22024   'tab_root' => 'admin/config/regional/date-time/formats/lookup',
22025   'title' => 'Date and time lookup',
22026   'title_callback' => 't',
22027   'title_arguments' => '',
22028   'theme_callback' => '',
22029   'theme_arguments' => 'a:0:{}',
22030   'type' => '0',
22031   'description' => '',
22032   'position' => '',
22033   'weight' => '0',
22034   'include_file' => 'modules/system/system.admin.inc',
22035 ))
22036 ->values(array(
22037   'path' => 'admin/config/regional/date-time/locale',
22038   'load_functions' => '',
22039   'to_arg_functions' => '',
22040   'access_callback' => 'user_access',
22041   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22042   'page_callback' => 'locale_date_format_language_overview_page',
22043   'page_arguments' => 'a:0:{}',
22044   'delivery_callback' => '',
22045   'fit' => '31',
22046   'number_parts' => '5',
22047   'context' => '1',
22048   'tab_parent' => 'admin/config/regional/date-time',
22049   'tab_root' => 'admin/config/regional/date-time',
22050   'title' => 'Localize',
22051   'title_callback' => 't',
22052   'title_arguments' => '',
22053   'theme_callback' => '',
22054   'theme_arguments' => 'a:0:{}',
22055   'type' => '132',
22056   'description' => 'Configure date formats for each locale',
22057   'position' => '',
22058   'weight' => '-8',
22059   'include_file' => 'modules/locale/locale.admin.inc',
22060 ))
22061 ->values(array(
22062   'path' => 'admin/config/regional/date-time/locale/%/edit',
22063   'load_functions' => 'a:1:{i:5;N;}',
22064   'to_arg_functions' => '',
22065   'access_callback' => 'user_access',
22066   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22067   'page_callback' => 'drupal_get_form',
22068   'page_arguments' => 'a:2:{i:0;s:23:"locale_date_format_form";i:1;i:5;}',
22069   'delivery_callback' => '',
22070   'fit' => '125',
22071   'number_parts' => '7',
22072   'context' => '0',
22073   'tab_parent' => '',
22074   'tab_root' => 'admin/config/regional/date-time/locale/%/edit',
22075   'title' => 'Localize date formats',
22076   'title_callback' => 't',
22077   'title_arguments' => '',
22078   'theme_callback' => '',
22079   'theme_arguments' => 'a:0:{}',
22080   'type' => '6',
22081   'description' => 'Configure date formats for each locale',
22082   'position' => '',
22083   'weight' => '0',
22084   'include_file' => 'modules/locale/locale.admin.inc',
22085 ))
22086 ->values(array(
22087   'path' => 'admin/config/regional/date-time/locale/%/reset',
22088   'load_functions' => 'a:1:{i:5;N;}',
22089   'to_arg_functions' => '',
22090   'access_callback' => 'user_access',
22091   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22092   'page_callback' => 'drupal_get_form',
22093   'page_arguments' => 'a:2:{i:0;s:29:"locale_date_format_reset_form";i:1;i:5;}',
22094   'delivery_callback' => '',
22095   'fit' => '125',
22096   'number_parts' => '7',
22097   'context' => '0',
22098   'tab_parent' => '',
22099   'tab_root' => 'admin/config/regional/date-time/locale/%/reset',
22100   'title' => 'Reset date formats',
22101   'title_callback' => 't',
22102   'title_arguments' => '',
22103   'theme_callback' => '',
22104   'theme_arguments' => 'a:0:{}',
22105   'type' => '6',
22106   'description' => 'Reset localized date formats to global defaults',
22107   'position' => '',
22108   'weight' => '0',
22109   'include_file' => 'modules/locale/locale.admin.inc',
22110 ))
22111 ->values(array(
22112   'path' => 'admin/config/regional/date-time/types',
22113   'load_functions' => '',
22114   'to_arg_functions' => '',
22115   'access_callback' => 'user_access',
22116   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22117   'page_callback' => 'drupal_get_form',
22118   'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}',
22119   'delivery_callback' => '',
22120   'fit' => '31',
22121   'number_parts' => '5',
22122   'context' => '1',
22123   'tab_parent' => 'admin/config/regional/date-time',
22124   'tab_root' => 'admin/config/regional/date-time',
22125   'title' => 'Types',
22126   'title_callback' => 't',
22127   'title_arguments' => '',
22128   'theme_callback' => '',
22129   'theme_arguments' => 'a:0:{}',
22130   'type' => '140',
22131   'description' => 'Configure display formats for date and time.',
22132   'position' => '',
22133   'weight' => '-10',
22134   'include_file' => 'modules/system/system.admin.inc',
22135 ))
22136 ->values(array(
22137   'path' => 'admin/config/regional/date-time/types/%/delete',
22138   'load_functions' => 'a:1:{i:5;N;}',
22139   'to_arg_functions' => '',
22140   'access_callback' => 'user_access',
22141   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22142   'page_callback' => 'drupal_get_form',
22143   'page_arguments' => 'a:2:{i:0;s:35:"system_delete_date_format_type_form";i:1;i:5;}',
22144   'delivery_callback' => '',
22145   'fit' => '125',
22146   'number_parts' => '7',
22147   'context' => '0',
22148   'tab_parent' => '',
22149   'tab_root' => 'admin/config/regional/date-time/types/%/delete',
22150   'title' => 'Delete date type',
22151   'title_callback' => 't',
22152   'title_arguments' => '',
22153   'theme_callback' => '',
22154   'theme_arguments' => 'a:0:{}',
22155   'type' => '6',
22156   'description' => 'Allow users to delete a configured date type.',
22157   'position' => '',
22158   'weight' => '0',
22159   'include_file' => 'modules/system/system.admin.inc',
22160 ))
22161 ->values(array(
22162   'path' => 'admin/config/regional/date-time/types/add',
22163   'load_functions' => '',
22164   'to_arg_functions' => '',
22165   'access_callback' => 'user_access',
22166   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22167   'page_callback' => 'drupal_get_form',
22168   'page_arguments' => 'a:1:{i:0;s:32:"system_add_date_format_type_form";}',
22169   'delivery_callback' => '',
22170   'fit' => '63',
22171   'number_parts' => '6',
22172   'context' => '1',
22173   'tab_parent' => 'admin/config/regional/date-time/types',
22174   'tab_root' => 'admin/config/regional/date-time',
22175   'title' => 'Add date type',
22176   'title_callback' => 't',
22177   'title_arguments' => '',
22178   'theme_callback' => '',
22179   'theme_arguments' => 'a:0:{}',
22180   'type' => '388',
22181   'description' => 'Add new date type.',
22182   'position' => '',
22183   'weight' => '-10',
22184   'include_file' => 'modules/system/system.admin.inc',
22185 ))
22186 ->values(array(
22187   'path' => 'admin/config/regional/language',
22188   'load_functions' => '',
22189   'to_arg_functions' => '',
22190   'access_callback' => 'user_access',
22191   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22192   'page_callback' => 'drupal_get_form',
22193   'page_arguments' => 'a:1:{i:0;s:30:"locale_languages_overview_form";}',
22194   'delivery_callback' => '',
22195   'fit' => '15',
22196   'number_parts' => '4',
22197   'context' => '0',
22198   'tab_parent' => '',
22199   'tab_root' => 'admin/config/regional/language',
22200   'title' => 'Languages',
22201   'title_callback' => 't',
22202   'title_arguments' => '',
22203   'theme_callback' => '',
22204   'theme_arguments' => 'a:0:{}',
22205   'type' => '6',
22206   'description' => 'Configure languages for content and the user interface.',
22207   'position' => '',
22208   'weight' => '-10',
22209   'include_file' => 'modules/locale/locale.admin.inc',
22210 ))
22211 ->values(array(
22212   'path' => 'admin/config/regional/language/add',
22213   'load_functions' => '',
22214   'to_arg_functions' => '',
22215   'access_callback' => 'user_access',
22216   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22217   'page_callback' => 'locale_languages_add_screen',
22218   'page_arguments' => 'a:0:{}',
22219   'delivery_callback' => '',
22220   'fit' => '31',
22221   'number_parts' => '5',
22222   'context' => '1',
22223   'tab_parent' => 'admin/config/regional/language',
22224   'tab_root' => 'admin/config/regional/language',
22225   'title' => 'Add language',
22226   'title_callback' => 't',
22227   'title_arguments' => '',
22228   'theme_callback' => '',
22229   'theme_arguments' => 'a:0:{}',
22230   'type' => '388',
22231   'description' => '',
22232   'position' => '',
22233   'weight' => '5',
22234   'include_file' => 'modules/locale/locale.admin.inc',
22235 ))
22236 ->values(array(
22237   'path' => 'admin/config/regional/language/configure',
22238   'load_functions' => '',
22239   'to_arg_functions' => '',
22240   'access_callback' => 'user_access',
22241   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22242   'page_callback' => 'drupal_get_form',
22243   'page_arguments' => 'a:1:{i:0;s:31:"locale_languages_configure_form";}',
22244   'delivery_callback' => '',
22245   'fit' => '31',
22246   'number_parts' => '5',
22247   'context' => '1',
22248   'tab_parent' => 'admin/config/regional/language',
22249   'tab_root' => 'admin/config/regional/language',
22250   'title' => 'Detection and selection',
22251   'title_callback' => 't',
22252   'title_arguments' => '',
22253   'theme_callback' => '',
22254   'theme_arguments' => 'a:0:{}',
22255   'type' => '132',
22256   'description' => '',
22257   'position' => '',
22258   'weight' => '10',
22259   'include_file' => 'modules/locale/locale.admin.inc',
22260 ))
22261 ->values(array(
22262   'path' => 'admin/config/regional/language/configure/session',
22263   'load_functions' => '',
22264   'to_arg_functions' => '',
22265   'access_callback' => 'user_access',
22266   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22267   'page_callback' => 'drupal_get_form',
22268   'page_arguments' => 'a:1:{i:0;s:38:"locale_language_providers_session_form";}',
22269   'delivery_callback' => '',
22270   'fit' => '63',
22271   'number_parts' => '6',
22272   'context' => '0',
22273   'tab_parent' => '',
22274   'tab_root' => 'admin/config/regional/language/configure/session',
22275   'title' => 'Session language detection configuration',
22276   'title_callback' => 't',
22277   'title_arguments' => '',
22278   'theme_callback' => '',
22279   'theme_arguments' => 'a:0:{}',
22280   'type' => '4',
22281   'description' => '',
22282   'position' => '',
22283   'weight' => '0',
22284   'include_file' => 'modules/locale/locale.admin.inc',
22285 ))
22286 ->values(array(
22287   'path' => 'admin/config/regional/language/configure/url',
22288   'load_functions' => '',
22289   'to_arg_functions' => '',
22290   'access_callback' => 'user_access',
22291   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22292   'page_callback' => 'drupal_get_form',
22293   'page_arguments' => 'a:1:{i:0;s:34:"locale_language_providers_url_form";}',
22294   'delivery_callback' => '',
22295   'fit' => '63',
22296   'number_parts' => '6',
22297   'context' => '0',
22298   'tab_parent' => '',
22299   'tab_root' => 'admin/config/regional/language/configure/url',
22300   'title' => 'URL language detection configuration',
22301   'title_callback' => 't',
22302   'title_arguments' => '',
22303   'theme_callback' => '',
22304   'theme_arguments' => 'a:0:{}',
22305   'type' => '4',
22306   'description' => '',
22307   'position' => '',
22308   'weight' => '0',
22309   'include_file' => 'modules/locale/locale.admin.inc',
22310 ))
22311 ->values(array(
22312   'path' => 'admin/config/regional/language/delete/%',
22313   'load_functions' => 'a:1:{i:5;N;}',
22314   'to_arg_functions' => '',
22315   'access_callback' => 'user_access',
22316   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22317   'page_callback' => 'drupal_get_form',
22318   'page_arguments' => 'a:2:{i:0;s:28:"locale_languages_delete_form";i:1;i:5;}',
22319   'delivery_callback' => '',
22320   'fit' => '62',
22321   'number_parts' => '6',
22322   'context' => '0',
22323   'tab_parent' => '',
22324   'tab_root' => 'admin/config/regional/language/delete/%',
22325   'title' => 'Confirm',
22326   'title_callback' => 't',
22327   'title_arguments' => '',
22328   'theme_callback' => '',
22329   'theme_arguments' => 'a:0:{}',
22330   'type' => '6',
22331   'description' => '',
22332   'position' => '',
22333   'weight' => '0',
22334   'include_file' => 'modules/locale/locale.admin.inc',
22335 ))
22336 ->values(array(
22337   'path' => 'admin/config/regional/language/edit/%',
22338   'load_functions' => 'a:1:{i:5;N;}',
22339   'to_arg_functions' => '',
22340   'access_callback' => 'user_access',
22341   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22342   'page_callback' => 'drupal_get_form',
22343   'page_arguments' => 'a:2:{i:0;s:26:"locale_languages_edit_form";i:1;i:5;}',
22344   'delivery_callback' => '',
22345   'fit' => '62',
22346   'number_parts' => '6',
22347   'context' => '0',
22348   'tab_parent' => '',
22349   'tab_root' => 'admin/config/regional/language/edit/%',
22350   'title' => 'Edit language',
22351   'title_callback' => 't',
22352   'title_arguments' => '',
22353   'theme_callback' => '',
22354   'theme_arguments' => 'a:0:{}',
22355   'type' => '6',
22356   'description' => '',
22357   'position' => '',
22358   'weight' => '0',
22359   'include_file' => 'modules/locale/locale.admin.inc',
22360 ))
22361 ->values(array(
22362   'path' => 'admin/config/regional/language/overview',
22363   'load_functions' => '',
22364   'to_arg_functions' => '',
22365   'access_callback' => 'user_access',
22366   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
22367   'page_callback' => 'drupal_get_form',
22368   'page_arguments' => 'a:1:{i:0;s:30:"locale_languages_overview_form";}',
22369   'delivery_callback' => '',
22370   'fit' => '31',
22371   'number_parts' => '5',
22372   'context' => '1',
22373   'tab_parent' => 'admin/config/regional/language',
22374   'tab_root' => 'admin/config/regional/language',
22375   'title' => 'List',
22376   'title_callback' => 't',
22377   'title_arguments' => '',
22378   'theme_callback' => '',
22379   'theme_arguments' => 'a:0:{}',
22380   'type' => '140',
22381   'description' => '',
22382   'position' => '',
22383   'weight' => '0',
22384   'include_file' => 'modules/locale/locale.admin.inc',
22385 ))
22386 ->values(array(
22387   'path' => 'admin/config/regional/settings',
22388   'load_functions' => '',
22389   'to_arg_functions' => '',
22390   'access_callback' => 'user_access',
22391   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22392   'page_callback' => 'drupal_get_form',
22393   'page_arguments' => 'a:1:{i:0;s:24:"system_regional_settings";}',
22394   'delivery_callback' => '',
22395   'fit' => '15',
22396   'number_parts' => '4',
22397   'context' => '0',
22398   'tab_parent' => '',
22399   'tab_root' => 'admin/config/regional/settings',
22400   'title' => 'Regional settings',
22401   'title_callback' => 't',
22402   'title_arguments' => '',
22403   'theme_callback' => '',
22404   'theme_arguments' => 'a:0:{}',
22405   'type' => '6',
22406   'description' => "Settings for the site's default time zone and country.",
22407   'position' => '',
22408   'weight' => '-20',
22409   'include_file' => 'modules/system/system.admin.inc',
22410 ))
22411 ->values(array(
22412   'path' => 'admin/config/regional/translate',
22413   'load_functions' => '',
22414   'to_arg_functions' => '',
22415   'access_callback' => 'user_access',
22416   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22417   'page_callback' => 'locale_translate_overview_screen',
22418   'page_arguments' => 'a:0:{}',
22419   'delivery_callback' => '',
22420   'fit' => '15',
22421   'number_parts' => '4',
22422   'context' => '0',
22423   'tab_parent' => '',
22424   'tab_root' => 'admin/config/regional/translate',
22425   'title' => 'Translate interface',
22426   'title_callback' => 't',
22427   'title_arguments' => '',
22428   'theme_callback' => '',
22429   'theme_arguments' => 'a:0:{}',
22430   'type' => '6',
22431   'description' => 'Translate the built in interface and optionally other text.',
22432   'position' => '',
22433   'weight' => '-5',
22434   'include_file' => 'modules/locale/locale.admin.inc',
22435 ))
22436 ->values(array(
22437   'path' => 'admin/config/regional/translate/delete/%',
22438   'load_functions' => 'a:1:{i:5;N;}',
22439   'to_arg_functions' => '',
22440   'access_callback' => 'user_access',
22441   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22442   'page_callback' => 'locale_translate_delete_page',
22443   'page_arguments' => 'a:1:{i:0;i:5;}',
22444   'delivery_callback' => '',
22445   'fit' => '62',
22446   'number_parts' => '6',
22447   'context' => '0',
22448   'tab_parent' => '',
22449   'tab_root' => 'admin/config/regional/translate/delete/%',
22450   'title' => 'Delete string',
22451   'title_callback' => 't',
22452   'title_arguments' => '',
22453   'theme_callback' => '',
22454   'theme_arguments' => 'a:0:{}',
22455   'type' => '6',
22456   'description' => '',
22457   'position' => '',
22458   'weight' => '0',
22459   'include_file' => 'modules/locale/locale.admin.inc',
22460 ))
22461 ->values(array(
22462   'path' => 'admin/config/regional/translate/edit/%',
22463   'load_functions' => 'a:1:{i:5;N;}',
22464   'to_arg_functions' => '',
22465   'access_callback' => 'user_access',
22466   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22467   'page_callback' => 'drupal_get_form',
22468   'page_arguments' => 'a:2:{i:0;s:26:"locale_translate_edit_form";i:1;i:5;}',
22469   'delivery_callback' => '',
22470   'fit' => '62',
22471   'number_parts' => '6',
22472   'context' => '0',
22473   'tab_parent' => '',
22474   'tab_root' => 'admin/config/regional/translate/edit/%',
22475   'title' => 'Edit string',
22476   'title_callback' => 't',
22477   'title_arguments' => '',
22478   'theme_callback' => '',
22479   'theme_arguments' => 'a:0:{}',
22480   'type' => '6',
22481   'description' => '',
22482   'position' => '',
22483   'weight' => '0',
22484   'include_file' => 'modules/locale/locale.admin.inc',
22485 ))
22486 ->values(array(
22487   'path' => 'admin/config/regional/translate/export',
22488   'load_functions' => '',
22489   'to_arg_functions' => '',
22490   'access_callback' => 'user_access',
22491   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22492   'page_callback' => 'locale_translate_export_screen',
22493   'page_arguments' => 'a:0:{}',
22494   'delivery_callback' => '',
22495   'fit' => '31',
22496   'number_parts' => '5',
22497   'context' => '1',
22498   'tab_parent' => 'admin/config/regional/translate',
22499   'tab_root' => 'admin/config/regional/translate',
22500   'title' => 'Export',
22501   'title_callback' => 't',
22502   'title_arguments' => '',
22503   'theme_callback' => '',
22504   'theme_arguments' => 'a:0:{}',
22505   'type' => '132',
22506   'description' => '',
22507   'position' => '',
22508   'weight' => '30',
22509   'include_file' => 'modules/locale/locale.admin.inc',
22510 ))
22511 ->values(array(
22512   'path' => 'admin/config/regional/translate/import',
22513   'load_functions' => '',
22514   'to_arg_functions' => '',
22515   'access_callback' => 'user_access',
22516   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22517   'page_callback' => 'drupal_get_form',
22518   'page_arguments' => 'a:1:{i:0;s:28:"locale_translate_import_form";}',
22519   'delivery_callback' => '',
22520   'fit' => '31',
22521   'number_parts' => '5',
22522   'context' => '1',
22523   'tab_parent' => 'admin/config/regional/translate',
22524   'tab_root' => 'admin/config/regional/translate',
22525   'title' => 'Import',
22526   'title_callback' => 't',
22527   'title_arguments' => '',
22528   'theme_callback' => '',
22529   'theme_arguments' => 'a:0:{}',
22530   'type' => '132',
22531   'description' => '',
22532   'position' => '',
22533   'weight' => '20',
22534   'include_file' => 'modules/locale/locale.admin.inc',
22535 ))
22536 ->values(array(
22537   'path' => 'admin/config/regional/translate/overview',
22538   'load_functions' => '',
22539   'to_arg_functions' => '',
22540   'access_callback' => 'user_access',
22541   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22542   'page_callback' => 'locale_translate_overview_screen',
22543   'page_arguments' => 'a:0:{}',
22544   'delivery_callback' => '',
22545   'fit' => '31',
22546   'number_parts' => '5',
22547   'context' => '1',
22548   'tab_parent' => 'admin/config/regional/translate',
22549   'tab_root' => 'admin/config/regional/translate',
22550   'title' => 'Overview',
22551   'title_callback' => 't',
22552   'title_arguments' => '',
22553   'theme_callback' => '',
22554   'theme_arguments' => 'a:0:{}',
22555   'type' => '140',
22556   'description' => '',
22557   'position' => '',
22558   'weight' => '0',
22559   'include_file' => 'modules/locale/locale.admin.inc',
22560 ))
22561 ->values(array(
22562   'path' => 'admin/config/regional/translate/translate',
22563   'load_functions' => '',
22564   'to_arg_functions' => '',
22565   'access_callback' => 'user_access',
22566   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
22567   'page_callback' => 'locale_translate_seek_screen',
22568   'page_arguments' => 'a:0:{}',
22569   'delivery_callback' => '',
22570   'fit' => '31',
22571   'number_parts' => '5',
22572   'context' => '1',
22573   'tab_parent' => 'admin/config/regional/translate',
22574   'tab_root' => 'admin/config/regional/translate',
22575   'title' => 'Translate',
22576   'title_callback' => 't',
22577   'title_arguments' => '',
22578   'theme_callback' => '',
22579   'theme_arguments' => 'a:0:{}',
22580   'type' => '132',
22581   'description' => '',
22582   'position' => '',
22583   'weight' => '10',
22584   'include_file' => 'modules/locale/locale.admin.inc',
22585 ))
22586 ->values(array(
22587   'path' => 'admin/config/search',
22588   'load_functions' => '',
22589   'to_arg_functions' => '',
22590   'access_callback' => 'user_access',
22591   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
22592   'page_callback' => 'system_admin_menu_block_page',
22593   'page_arguments' => 'a:0:{}',
22594   'delivery_callback' => '',
22595   'fit' => '7',
22596   'number_parts' => '3',
22597   'context' => '0',
22598   'tab_parent' => '',
22599   'tab_root' => 'admin/config/search',
22600   'title' => 'Search and metadata',
22601   'title_callback' => 't',
22602   'title_arguments' => '',
22603   'theme_callback' => '',
22604   'theme_arguments' => 'a:0:{}',
22605   'type' => '6',
22606   'description' => 'Local site search, metadata and SEO.',
22607   'position' => 'left',
22608   'weight' => '-10',
22609   'include_file' => 'modules/system/system.admin.inc',
22610 ))
22611 ->values(array(
22612   'path' => 'admin/config/search/clean-urls',
22613   'load_functions' => '',
22614   'to_arg_functions' => '',
22615   'access_callback' => 'user_access',
22616   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
22617   'page_callback' => 'drupal_get_form',
22618   'page_arguments' => 'a:1:{i:0;s:25:"system_clean_url_settings";}',
22619   'delivery_callback' => '',
22620   'fit' => '15',
22621   'number_parts' => '4',
22622   'context' => '0',
22623   'tab_parent' => '',
22624   'tab_root' => 'admin/config/search/clean-urls',
22625   'title' => 'Clean URLs',
22626   'title_callback' => 't',
22627   'title_arguments' => '',
22628   'theme_callback' => '',
22629   'theme_arguments' => 'a:0:{}',
22630   'type' => '6',
22631   'description' => 'Enable or disable clean URLs for your site.',
22632   'position' => '',
22633   'weight' => '5',
22634   'include_file' => 'modules/system/system.admin.inc',
22635 ))
22636 ->values(array(
22637   'path' => 'admin/config/search/clean-urls/check',
22638   'load_functions' => '',
22639   'to_arg_functions' => '',
22640   'access_callback' => '1',
22641   'access_arguments' => 'a:0:{}',
22642   'page_callback' => 'drupal_json_output',
22643   'page_arguments' => 'a:1:{i:0;a:1:{s:6:"status";b:1;}}',
22644   'delivery_callback' => '',
22645   'fit' => '31',
22646   'number_parts' => '5',
22647   'context' => '0',
22648   'tab_parent' => '',
22649   'tab_root' => 'admin/config/search/clean-urls/check',
22650   'title' => 'Clean URL check',
22651   'title_callback' => 't',
22652   'title_arguments' => '',
22653   'theme_callback' => '',
22654   'theme_arguments' => 'a:0:{}',
22655   'type' => '0',
22656   'description' => '',
22657   'position' => '',
22658   'weight' => '0',
22659   'include_file' => 'modules/system/system.admin.inc',
22660 ))
22661 ->values(array(
22662   'path' => 'admin/config/search/path',
22663   'load_functions' => '',
22664   'to_arg_functions' => '',
22665   'access_callback' => 'user_access',
22666   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
22667   'page_callback' => 'path_admin_overview',
22668   'page_arguments' => 'a:0:{}',
22669   'delivery_callback' => '',
22670   'fit' => '15',
22671   'number_parts' => '4',
22672   'context' => '0',
22673   'tab_parent' => '',
22674   'tab_root' => 'admin/config/search/path',
22675   'title' => 'URL aliases',
22676   'title_callback' => 't',
22677   'title_arguments' => '',
22678   'theme_callback' => '',
22679   'theme_arguments' => 'a:0:{}',
22680   'type' => '6',
22681   'description' => "Change your site's URL paths by aliasing them.",
22682   'position' => '',
22683   'weight' => '-5',
22684   'include_file' => 'modules/path/path.admin.inc',
22685 ))
22686 ->values(array(
22687   'path' => 'admin/config/search/path/add',
22688   'load_functions' => '',
22689   'to_arg_functions' => '',
22690   'access_callback' => 'user_access',
22691   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
22692   'page_callback' => 'path_admin_edit',
22693   'page_arguments' => 'a:0:{}',
22694   'delivery_callback' => '',
22695   'fit' => '31',
22696   'number_parts' => '5',
22697   'context' => '1',
22698   'tab_parent' => 'admin/config/search/path',
22699   'tab_root' => 'admin/config/search/path',
22700   'title' => 'Add alias',
22701   'title_callback' => 't',
22702   'title_arguments' => '',
22703   'theme_callback' => '',
22704   'theme_arguments' => 'a:0:{}',
22705   'type' => '388',
22706   'description' => '',
22707   'position' => '',
22708   'weight' => '0',
22709   'include_file' => 'modules/path/path.admin.inc',
22710 ))
22711 ->values(array(
22712   'path' => 'admin/config/search/path/delete/%',
22713   'load_functions' => 'a:1:{i:5;s:9:"path_load";}',
22714   'to_arg_functions' => '',
22715   'access_callback' => 'user_access',
22716   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
22717   'page_callback' => 'drupal_get_form',
22718   'page_arguments' => 'a:2:{i:0;s:25:"path_admin_delete_confirm";i:1;i:5;}',
22719   'delivery_callback' => '',
22720   'fit' => '62',
22721   'number_parts' => '6',
22722   'context' => '0',
22723   'tab_parent' => '',
22724   'tab_root' => 'admin/config/search/path/delete/%',
22725   'title' => 'Delete alias',
22726   'title_callback' => 't',
22727   'title_arguments' => '',
22728   'theme_callback' => '',
22729   'theme_arguments' => 'a:0:{}',
22730   'type' => '6',
22731   'description' => '',
22732   'position' => '',
22733   'weight' => '0',
22734   'include_file' => 'modules/path/path.admin.inc',
22735 ))
22736 ->values(array(
22737   'path' => 'admin/config/search/path/edit/%',
22738   'load_functions' => 'a:1:{i:5;s:9:"path_load";}',
22739   'to_arg_functions' => '',
22740   'access_callback' => 'user_access',
22741   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
22742   'page_callback' => 'path_admin_edit',
22743   'page_arguments' => 'a:1:{i:0;i:5;}',
22744   'delivery_callback' => '',
22745   'fit' => '62',
22746   'number_parts' => '6',
22747   'context' => '0',
22748   'tab_parent' => '',
22749   'tab_root' => 'admin/config/search/path/edit/%',
22750   'title' => 'Edit alias',
22751   'title_callback' => 't',
22752   'title_arguments' => '',
22753   'theme_callback' => '',
22754   'theme_arguments' => 'a:0:{}',
22755   'type' => '6',
22756   'description' => '',
22757   'position' => '',
22758   'weight' => '0',
22759   'include_file' => 'modules/path/path.admin.inc',
22760 ))
22761 ->values(array(
22762   'path' => 'admin/config/search/path/list',
22763   'load_functions' => '',
22764   'to_arg_functions' => '',
22765   'access_callback' => 'user_access',
22766   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
22767   'page_callback' => 'path_admin_overview',
22768   'page_arguments' => 'a:0:{}',
22769   'delivery_callback' => '',
22770   'fit' => '31',
22771   'number_parts' => '5',
22772   'context' => '1',
22773   'tab_parent' => 'admin/config/search/path',
22774   'tab_root' => 'admin/config/search/path',
22775   'title' => 'List',
22776   'title_callback' => 't',
22777   'title_arguments' => '',
22778   'theme_callback' => '',
22779   'theme_arguments' => 'a:0:{}',
22780   'type' => '140',
22781   'description' => '',
22782   'position' => '',
22783   'weight' => '-10',
22784   'include_file' => 'modules/path/path.admin.inc',
22785 ))
22786 ->values(array(
22787   'path' => 'admin/config/search/settings',
22788   'load_functions' => '',
22789   'to_arg_functions' => '',
22790   'access_callback' => 'user_access',
22791   'access_arguments' => 'a:1:{i:0;s:17:"administer search";}',
22792   'page_callback' => 'drupal_get_form',
22793   'page_arguments' => 'a:1:{i:0;s:21:"search_admin_settings";}',
22794   'delivery_callback' => '',
22795   'fit' => '15',
22796   'number_parts' => '4',
22797   'context' => '0',
22798   'tab_parent' => '',
22799   'tab_root' => 'admin/config/search/settings',
22800   'title' => 'Search settings',
22801   'title_callback' => 't',
22802   'title_arguments' => '',
22803   'theme_callback' => '',
22804   'theme_arguments' => 'a:0:{}',
22805   'type' => '6',
22806   'description' => 'Configure relevance settings for search and other indexing options.',
22807   'position' => '',
22808   'weight' => '-10',
22809   'include_file' => 'modules/search/search.admin.inc',
22810 ))
22811 ->values(array(
22812   'path' => 'admin/config/search/settings/reindex',
22813   'load_functions' => '',
22814   'to_arg_functions' => '',
22815   'access_callback' => 'user_access',
22816   'access_arguments' => 'a:1:{i:0;s:17:"administer search";}',
22817   'page_callback' => 'drupal_get_form',
22818   'page_arguments' => 'a:1:{i:0;s:22:"search_reindex_confirm";}',
22819   'delivery_callback' => '',
22820   'fit' => '31',
22821   'number_parts' => '5',
22822   'context' => '0',
22823   'tab_parent' => '',
22824   'tab_root' => 'admin/config/search/settings/reindex',
22825   'title' => 'Clear index',
22826   'title_callback' => 't',
22827   'title_arguments' => '',
22828   'theme_callback' => '',
22829   'theme_arguments' => 'a:0:{}',
22830   'type' => '4',
22831   'description' => '',
22832   'position' => '',
22833   'weight' => '0',
22834   'include_file' => 'modules/search/search.admin.inc',
22835 ))
22836 ->values(array(
22837   'path' => 'admin/config/services',
22838   'load_functions' => '',
22839   'to_arg_functions' => '',
22840   'access_callback' => 'user_access',
22841   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
22842   'page_callback' => 'system_admin_menu_block_page',
22843   'page_arguments' => 'a:0:{}',
22844   'delivery_callback' => '',
22845   'fit' => '7',
22846   'number_parts' => '3',
22847   'context' => '0',
22848   'tab_parent' => '',
22849   'tab_root' => 'admin/config/services',
22850   'title' => 'Web services',
22851   'title_callback' => 't',
22852   'title_arguments' => '',
22853   'theme_callback' => '',
22854   'theme_arguments' => 'a:0:{}',
22855   'type' => '6',
22856   'description' => 'Tools related to web services.',
22857   'position' => 'right',
22858   'weight' => '0',
22859   'include_file' => 'modules/system/system.admin.inc',
22860 ))
22861 ->values(array(
22862   'path' => 'admin/config/services/aggregator',
22863   'load_functions' => '',
22864   'to_arg_functions' => '',
22865   'access_callback' => 'user_access',
22866   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
22867   'page_callback' => 'aggregator_admin_overview',
22868   'page_arguments' => 'a:0:{}',
22869   'delivery_callback' => '',
22870   'fit' => '15',
22871   'number_parts' => '4',
22872   'context' => '0',
22873   'tab_parent' => '',
22874   'tab_root' => 'admin/config/services/aggregator',
22875   'title' => 'Feed aggregator',
22876   'title_callback' => 't',
22877   'title_arguments' => '',
22878   'theme_callback' => '',
22879   'theme_arguments' => 'a:0:{}',
22880   'type' => '6',
22881   'description' => "Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized.",
22882   'position' => '',
22883   'weight' => '10',
22884   'include_file' => 'modules/aggregator/aggregator.admin.inc',
22885 ))
22886 ->values(array(
22887   'path' => 'admin/config/services/aggregator/add/category',
22888   'load_functions' => '',
22889   'to_arg_functions' => '',
22890   'access_callback' => 'user_access',
22891   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
22892   'page_callback' => 'drupal_get_form',
22893   'page_arguments' => 'a:1:{i:0;s:24:"aggregator_form_category";}',
22894   'delivery_callback' => '',
22895   'fit' => '63',
22896   'number_parts' => '6',
22897   'context' => '1',
22898   'tab_parent' => 'admin/config/services/aggregator',
22899   'tab_root' => 'admin/config/services/aggregator',
22900   'title' => 'Add category',
22901   'title_callback' => 't',
22902   'title_arguments' => '',
22903   'theme_callback' => '',
22904   'theme_arguments' => 'a:0:{}',
22905   'type' => '388',
22906   'description' => '',
22907   'position' => '',
22908   'weight' => '0',
22909   'include_file' => 'modules/aggregator/aggregator.admin.inc',
22910 ))
22911 ->values(array(
22912   'path' => 'admin/config/services/aggregator/add/feed',
22913   'load_functions' => '',
22914   'to_arg_functions' => '',
22915   'access_callback' => 'user_access',
22916   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
22917   'page_callback' => 'drupal_get_form',
22918   'page_arguments' => 'a:1:{i:0;s:20:"aggregator_form_feed";}',
22919   'delivery_callback' => '',
22920   'fit' => '63',
22921   'number_parts' => '6',
22922   'context' => '1',
22923   'tab_parent' => 'admin/config/services/aggregator',
22924   'tab_root' => 'admin/config/services/aggregator',
22925   'title' => 'Add feed',
22926   'title_callback' => 't',
22927   'title_arguments' => '',
22928   'theme_callback' => '',
22929   'theme_arguments' => 'a:0:{}',
22930   'type' => '388',
22931   'description' => '',
22932   'position' => '',
22933   'weight' => '0',
22934   'include_file' => 'modules/aggregator/aggregator.admin.inc',
22935 ))
22936 ->values(array(
22937   'path' => 'admin/config/services/aggregator/add/opml',
22938   'load_functions' => '',
22939   'to_arg_functions' => '',
22940   'access_callback' => 'user_access',
22941   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
22942   'page_callback' => 'drupal_get_form',
22943   'page_arguments' => 'a:1:{i:0;s:20:"aggregator_form_opml";}',
22944   'delivery_callback' => '',
22945   'fit' => '63',
22946   'number_parts' => '6',
22947   'context' => '1',
22948   'tab_parent' => 'admin/config/services/aggregator',
22949   'tab_root' => 'admin/config/services/aggregator',
22950   'title' => 'Import OPML',
22951   'title_callback' => 't',
22952   'title_arguments' => '',
22953   'theme_callback' => '',
22954   'theme_arguments' => 'a:0:{}',
22955   'type' => '388',
22956   'description' => '',
22957   'position' => '',
22958   'weight' => '0',
22959   'include_file' => 'modules/aggregator/aggregator.admin.inc',
22960 ))
22961 ->values(array(
22962   'path' => 'admin/config/services/aggregator/edit/category/%',
22963   'load_functions' => 'a:1:{i:6;s:24:"aggregator_category_load";}',
22964   'to_arg_functions' => '',
22965   'access_callback' => 'user_access',
22966   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
22967   'page_callback' => 'drupal_get_form',
22968   'page_arguments' => 'a:2:{i:0;s:24:"aggregator_form_category";i:1;i:6;}',
22969   'delivery_callback' => '',
22970   'fit' => '126',
22971   'number_parts' => '7',
22972   'context' => '0',
22973   'tab_parent' => '',
22974   'tab_root' => 'admin/config/services/aggregator/edit/category/%',
22975   'title' => 'Edit category',
22976   'title_callback' => 't',
22977   'title_arguments' => '',
22978   'theme_callback' => '',
22979   'theme_arguments' => 'a:0:{}',
22980   'type' => '6',
22981   'description' => '',
22982   'position' => '',
22983   'weight' => '0',
22984   'include_file' => 'modules/aggregator/aggregator.admin.inc',
22985 ))
22986 ->values(array(
22987   'path' => 'admin/config/services/aggregator/edit/feed/%',
22988   'load_functions' => 'a:1:{i:6;s:20:"aggregator_feed_load";}',
22989   'to_arg_functions' => '',
22990   'access_callback' => 'user_access',
22991   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
22992   'page_callback' => 'drupal_get_form',
22993   'page_arguments' => 'a:2:{i:0;s:20:"aggregator_form_feed";i:1;i:6;}',
22994   'delivery_callback' => '',
22995   'fit' => '126',
22996   'number_parts' => '7',
22997   'context' => '0',
22998   'tab_parent' => '',
22999   'tab_root' => 'admin/config/services/aggregator/edit/feed/%',
23000   'title' => 'Edit feed',
23001   'title_callback' => 't',
23002   'title_arguments' => '',
23003   'theme_callback' => '',
23004   'theme_arguments' => 'a:0:{}',
23005   'type' => '6',
23006   'description' => '',
23007   'position' => '',
23008   'weight' => '0',
23009   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23010 ))
23011 ->values(array(
23012   'path' => 'admin/config/services/aggregator/list',
23013   'load_functions' => '',
23014   'to_arg_functions' => '',
23015   'access_callback' => 'user_access',
23016   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23017   'page_callback' => 'aggregator_admin_overview',
23018   'page_arguments' => 'a:0:{}',
23019   'delivery_callback' => '',
23020   'fit' => '31',
23021   'number_parts' => '5',
23022   'context' => '1',
23023   'tab_parent' => 'admin/config/services/aggregator',
23024   'tab_root' => 'admin/config/services/aggregator',
23025   'title' => 'List',
23026   'title_callback' => 't',
23027   'title_arguments' => '',
23028   'theme_callback' => '',
23029   'theme_arguments' => 'a:0:{}',
23030   'type' => '140',
23031   'description' => '',
23032   'position' => '',
23033   'weight' => '-10',
23034   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23035 ))
23036 ->values(array(
23037   'path' => 'admin/config/services/aggregator/remove/%',
23038   'load_functions' => 'a:1:{i:5;s:20:"aggregator_feed_load";}',
23039   'to_arg_functions' => '',
23040   'access_callback' => 'user_access',
23041   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23042   'page_callback' => 'drupal_get_form',
23043   'page_arguments' => 'a:2:{i:0;s:28:"aggregator_admin_remove_feed";i:1;i:5;}',
23044   'delivery_callback' => '',
23045   'fit' => '62',
23046   'number_parts' => '6',
23047   'context' => '0',
23048   'tab_parent' => '',
23049   'tab_root' => 'admin/config/services/aggregator/remove/%',
23050   'title' => 'Remove items',
23051   'title_callback' => 't',
23052   'title_arguments' => '',
23053   'theme_callback' => '',
23054   'theme_arguments' => 'a:0:{}',
23055   'type' => '6',
23056   'description' => '',
23057   'position' => '',
23058   'weight' => '0',
23059   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23060 ))
23061 ->values(array(
23062   'path' => 'admin/config/services/aggregator/settings',
23063   'load_functions' => '',
23064   'to_arg_functions' => '',
23065   'access_callback' => 'user_access',
23066   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23067   'page_callback' => 'drupal_get_form',
23068   'page_arguments' => 'a:1:{i:0;s:21:"aggregator_admin_form";}',
23069   'delivery_callback' => '',
23070   'fit' => '31',
23071   'number_parts' => '5',
23072   'context' => '1',
23073   'tab_parent' => 'admin/config/services/aggregator',
23074   'tab_root' => 'admin/config/services/aggregator',
23075   'title' => 'Settings',
23076   'title_callback' => 't',
23077   'title_arguments' => '',
23078   'theme_callback' => '',
23079   'theme_arguments' => 'a:0:{}',
23080   'type' => '132',
23081   'description' => 'Configure the behavior of the feed aggregator, including when to discard feed items and how to present feed items and categories.',
23082   'position' => '',
23083   'weight' => '0',
23084   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23085 ))
23086 ->values(array(
23087   'path' => 'admin/config/services/aggregator/update/%',
23088   'load_functions' => 'a:1:{i:5;s:20:"aggregator_feed_load";}',
23089   'to_arg_functions' => '',
23090   'access_callback' => 'user_access',
23091   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
23092   'page_callback' => 'aggregator_admin_refresh_feed',
23093   'page_arguments' => 'a:1:{i:0;i:5;}',
23094   'delivery_callback' => '',
23095   'fit' => '62',
23096   'number_parts' => '6',
23097   'context' => '0',
23098   'tab_parent' => '',
23099   'tab_root' => 'admin/config/services/aggregator/update/%',
23100   'title' => 'Update items',
23101   'title_callback' => 't',
23102   'title_arguments' => '',
23103   'theme_callback' => '',
23104   'theme_arguments' => 'a:0:{}',
23105   'type' => '6',
23106   'description' => '',
23107   'position' => '',
23108   'weight' => '0',
23109   'include_file' => 'modules/aggregator/aggregator.admin.inc',
23110 ))
23111 ->values(array(
23112   'path' => 'admin/config/services/rss-publishing',
23113   'load_functions' => '',
23114   'to_arg_functions' => '',
23115   'access_callback' => 'user_access',
23116   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
23117   'page_callback' => 'drupal_get_form',
23118   'page_arguments' => 'a:1:{i:0;s:25:"system_rss_feeds_settings";}',
23119   'delivery_callback' => '',
23120   'fit' => '15',
23121   'number_parts' => '4',
23122   'context' => '0',
23123   'tab_parent' => '',
23124   'tab_root' => 'admin/config/services/rss-publishing',
23125   'title' => 'RSS publishing',
23126   'title_callback' => 't',
23127   'title_arguments' => '',
23128   'theme_callback' => '',
23129   'theme_arguments' => 'a:0:{}',
23130   'type' => '6',
23131   'description' => 'Configure the site description, the number of items per feed and whether feeds should be titles/teasers/full-text.',
23132   'position' => '',
23133   'weight' => '0',
23134   'include_file' => 'modules/system/system.admin.inc',
23135 ))
23136 ->values(array(
23137   'path' => 'admin/config/system',
23138   'load_functions' => '',
23139   'to_arg_functions' => '',
23140   'access_callback' => 'user_access',
23141   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23142   'page_callback' => 'system_admin_menu_block_page',
23143   'page_arguments' => 'a:0:{}',
23144   'delivery_callback' => '',
23145   'fit' => '7',
23146   'number_parts' => '3',
23147   'context' => '0',
23148   'tab_parent' => '',
23149   'tab_root' => 'admin/config/system',
23150   'title' => 'System',
23151   'title_callback' => 't',
23152   'title_arguments' => '',
23153   'theme_callback' => '',
23154   'theme_arguments' => 'a:0:{}',
23155   'type' => '6',
23156   'description' => 'General system related configuration.',
23157   'position' => 'right',
23158   'weight' => '-20',
23159   'include_file' => 'modules/system/system.admin.inc',
23160 ))
23161 ->values(array(
23162   'path' => 'admin/config/system/actions',
23163   'load_functions' => '',
23164   'to_arg_functions' => '',
23165   'access_callback' => 'user_access',
23166   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
23167   'page_callback' => 'system_actions_manage',
23168   'page_arguments' => 'a:0:{}',
23169   'delivery_callback' => '',
23170   'fit' => '15',
23171   'number_parts' => '4',
23172   'context' => '0',
23173   'tab_parent' => '',
23174   'tab_root' => 'admin/config/system/actions',
23175   'title' => 'Actions',
23176   'title_callback' => 't',
23177   'title_arguments' => '',
23178   'theme_callback' => '',
23179   'theme_arguments' => 'a:0:{}',
23180   'type' => '6',
23181   'description' => 'Manage the actions defined for your site.',
23182   'position' => '',
23183   'weight' => '0',
23184   'include_file' => 'modules/system/system.admin.inc',
23185 ))
23186 ->values(array(
23187   'path' => 'admin/config/system/actions/configure',
23188   'load_functions' => '',
23189   'to_arg_functions' => '',
23190   'access_callback' => 'user_access',
23191   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
23192   'page_callback' => 'drupal_get_form',
23193   'page_arguments' => 'a:1:{i:0;s:24:"system_actions_configure";}',
23194   'delivery_callback' => '',
23195   'fit' => '31',
23196   'number_parts' => '5',
23197   'context' => '0',
23198   'tab_parent' => '',
23199   'tab_root' => 'admin/config/system/actions/configure',
23200   'title' => 'Configure an advanced action',
23201   'title_callback' => 't',
23202   'title_arguments' => '',
23203   'theme_callback' => '',
23204   'theme_arguments' => 'a:0:{}',
23205   'type' => '4',
23206   'description' => '',
23207   'position' => '',
23208   'weight' => '0',
23209   'include_file' => 'modules/system/system.admin.inc',
23210 ))
23211 ->values(array(
23212   'path' => 'admin/config/system/actions/delete/%',
23213   'load_functions' => 'a:1:{i:5;s:12:"actions_load";}',
23214   'to_arg_functions' => '',
23215   'access_callback' => 'user_access',
23216   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
23217   'page_callback' => 'drupal_get_form',
23218   'page_arguments' => 'a:2:{i:0;s:26:"system_actions_delete_form";i:1;i:5;}',
23219   'delivery_callback' => '',
23220   'fit' => '62',
23221   'number_parts' => '6',
23222   'context' => '0',
23223   'tab_parent' => '',
23224   'tab_root' => 'admin/config/system/actions/delete/%',
23225   'title' => 'Delete action',
23226   'title_callback' => 't',
23227   'title_arguments' => '',
23228   'theme_callback' => '',
23229   'theme_arguments' => 'a:0:{}',
23230   'type' => '6',
23231   'description' => 'Delete an action.',
23232   'position' => '',
23233   'weight' => '0',
23234   'include_file' => 'modules/system/system.admin.inc',
23235 ))
23236 ->values(array(
23237   'path' => 'admin/config/system/actions/manage',
23238   'load_functions' => '',
23239   'to_arg_functions' => '',
23240   'access_callback' => 'user_access',
23241   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
23242   'page_callback' => 'system_actions_manage',
23243   'page_arguments' => 'a:0:{}',
23244   'delivery_callback' => '',
23245   'fit' => '31',
23246   'number_parts' => '5',
23247   'context' => '1',
23248   'tab_parent' => 'admin/config/system/actions',
23249   'tab_root' => 'admin/config/system/actions',
23250   'title' => 'Manage actions',
23251   'title_callback' => 't',
23252   'title_arguments' => '',
23253   'theme_callback' => '',
23254   'theme_arguments' => 'a:0:{}',
23255   'type' => '140',
23256   'description' => 'Manage the actions defined for your site.',
23257   'position' => '',
23258   'weight' => '-2',
23259   'include_file' => 'modules/system/system.admin.inc',
23260 ))
23261 ->values(array(
23262   'path' => 'admin/config/system/actions/orphan',
23263   'load_functions' => '',
23264   'to_arg_functions' => '',
23265   'access_callback' => 'user_access',
23266   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
23267   'page_callback' => 'system_actions_remove_orphans',
23268   'page_arguments' => 'a:0:{}',
23269   'delivery_callback' => '',
23270   'fit' => '31',
23271   'number_parts' => '5',
23272   'context' => '0',
23273   'tab_parent' => '',
23274   'tab_root' => 'admin/config/system/actions/orphan',
23275   'title' => 'Remove orphans',
23276   'title_callback' => 't',
23277   'title_arguments' => '',
23278   'theme_callback' => '',
23279   'theme_arguments' => 'a:0:{}',
23280   'type' => '0',
23281   'description' => '',
23282   'position' => '',
23283   'weight' => '0',
23284   'include_file' => 'modules/system/system.admin.inc',
23285 ))
23286 ->values(array(
23287   'path' => 'admin/config/system/cron',
23288   'load_functions' => '',
23289   'to_arg_functions' => '',
23290   'access_callback' => 'user_access',
23291   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
23292   'page_callback' => 'drupal_get_form',
23293   'page_arguments' => 'a:1:{i:0;s:20:"system_cron_settings";}',
23294   'delivery_callback' => '',
23295   'fit' => '15',
23296   'number_parts' => '4',
23297   'context' => '0',
23298   'tab_parent' => '',
23299   'tab_root' => 'admin/config/system/cron',
23300   'title' => 'Cron',
23301   'title_callback' => 't',
23302   'title_arguments' => '',
23303   'theme_callback' => '',
23304   'theme_arguments' => 'a:0:{}',
23305   'type' => '6',
23306   'description' => 'Manage automatic site maintenance tasks.',
23307   'position' => '',
23308   'weight' => '20',
23309   'include_file' => 'modules/system/system.admin.inc',
23310 ))
23311 ->values(array(
23312   'path' => 'admin/config/system/site-information',
23313   'load_functions' => '',
23314   'to_arg_functions' => '',
23315   'access_callback' => 'user_access',
23316   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
23317   'page_callback' => 'drupal_get_form',
23318   'page_arguments' => 'a:1:{i:0;s:32:"system_site_information_settings";}',
23319   'delivery_callback' => '',
23320   'fit' => '15',
23321   'number_parts' => '4',
23322   'context' => '0',
23323   'tab_parent' => '',
23324   'tab_root' => 'admin/config/system/site-information',
23325   'title' => 'Site information',
23326   'title_callback' => 't',
23327   'title_arguments' => '',
23328   'theme_callback' => '',
23329   'theme_arguments' => 'a:0:{}',
23330   'type' => '6',
23331   'description' => 'Change site name, e-mail address, slogan, default front page, and number of posts per page, error pages.',
23332   'position' => '',
23333   'weight' => '-20',
23334   'include_file' => 'modules/system/system.admin.inc',
23335 ))
23336 ->values(array(
23337   'path' => 'admin/config/system/statistics',
23338   'load_functions' => '',
23339   'to_arg_functions' => '',
23340   'access_callback' => 'user_access',
23341   'access_arguments' => 'a:1:{i:0;s:21:"administer statistics";}',
23342   'page_callback' => 'drupal_get_form',
23343   'page_arguments' => 'a:1:{i:0;s:24:"statistics_settings_form";}',
23344   'delivery_callback' => '',
23345   'fit' => '15',
23346   'number_parts' => '4',
23347   'context' => '0',
23348   'tab_parent' => '',
23349   'tab_root' => 'admin/config/system/statistics',
23350   'title' => 'Statistics',
23351   'title_callback' => 't',
23352   'title_arguments' => '',
23353   'theme_callback' => '',
23354   'theme_arguments' => 'a:0:{}',
23355   'type' => '6',
23356   'description' => 'Control details about what and how your site logs access statistics.',
23357   'position' => '',
23358   'weight' => '-15',
23359   'include_file' => 'modules/statistics/statistics.admin.inc',
23360 ))
23361 ->values(array(
23362   'path' => 'admin/config/user-interface',
23363   'load_functions' => '',
23364   'to_arg_functions' => '',
23365   'access_callback' => 'user_access',
23366   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23367   'page_callback' => 'system_admin_menu_block_page',
23368   'page_arguments' => 'a:0:{}',
23369   'delivery_callback' => '',
23370   'fit' => '7',
23371   'number_parts' => '3',
23372   'context' => '0',
23373   'tab_parent' => '',
23374   'tab_root' => 'admin/config/user-interface',
23375   'title' => 'User interface',
23376   'title_callback' => 't',
23377   'title_arguments' => '',
23378   'theme_callback' => '',
23379   'theme_arguments' => 'a:0:{}',
23380   'type' => '6',
23381   'description' => 'Tools that enhance the user interface.',
23382   'position' => 'right',
23383   'weight' => '-15',
23384   'include_file' => 'modules/system/system.admin.inc',
23385 ))
23386 ->values(array(
23387   'path' => 'admin/config/user-interface/shortcut',
23388   'load_functions' => '',
23389   'to_arg_functions' => '',
23390   'access_callback' => 'user_access',
23391   'access_arguments' => 'a:1:{i:0;s:20:"administer shortcuts";}',
23392   'page_callback' => 'shortcut_set_admin',
23393   'page_arguments' => 'a:0:{}',
23394   'delivery_callback' => '',
23395   'fit' => '15',
23396   'number_parts' => '4',
23397   'context' => '0',
23398   'tab_parent' => '',
23399   'tab_root' => 'admin/config/user-interface/shortcut',
23400   'title' => 'Shortcuts',
23401   'title_callback' => 't',
23402   'title_arguments' => '',
23403   'theme_callback' => '',
23404   'theme_arguments' => 'a:0:{}',
23405   'type' => '6',
23406   'description' => 'Add and modify shortcut sets.',
23407   'position' => '',
23408   'weight' => '0',
23409   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23410 ))
23411 ->values(array(
23412   'path' => 'admin/config/user-interface/shortcut/%',
23413   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
23414   'to_arg_functions' => '',
23415   'access_callback' => 'shortcut_set_edit_access',
23416   'access_arguments' => 'a:1:{i:0;i:4;}',
23417   'page_callback' => 'drupal_get_form',
23418   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_customize";i:1;i:4;}',
23419   'delivery_callback' => '',
23420   'fit' => '30',
23421   'number_parts' => '5',
23422   'context' => '0',
23423   'tab_parent' => '',
23424   'tab_root' => 'admin/config/user-interface/shortcut/%',
23425   'title' => 'Edit shortcuts',
23426   'title_callback' => 'shortcut_set_title_callback',
23427   'title_arguments' => 'a:1:{i:0;i:4;}',
23428   'theme_callback' => '',
23429   'theme_arguments' => 'a:0:{}',
23430   'type' => '6',
23431   'description' => '',
23432   'position' => '',
23433   'weight' => '0',
23434   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23435 ))
23436 ->values(array(
23437   'path' => 'admin/config/user-interface/shortcut/%/add-link',
23438   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
23439   'to_arg_functions' => '',
23440   'access_callback' => 'shortcut_set_edit_access',
23441   'access_arguments' => 'a:1:{i:0;i:4;}',
23442   'page_callback' => 'drupal_get_form',
23443   'page_arguments' => 'a:2:{i:0;s:17:"shortcut_link_add";i:1;i:4;}',
23444   'delivery_callback' => '',
23445   'fit' => '61',
23446   'number_parts' => '6',
23447   'context' => '1',
23448   'tab_parent' => 'admin/config/user-interface/shortcut/%',
23449   'tab_root' => 'admin/config/user-interface/shortcut/%',
23450   'title' => 'Add shortcut',
23451   'title_callback' => 't',
23452   'title_arguments' => '',
23453   'theme_callback' => '',
23454   'theme_arguments' => 'a:0:{}',
23455   'type' => '388',
23456   'description' => '',
23457   'position' => '',
23458   'weight' => '0',
23459   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23460 ))
23461 ->values(array(
23462   'path' => 'admin/config/user-interface/shortcut/%/add-link-inline',
23463   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
23464   'to_arg_functions' => '',
23465   'access_callback' => 'shortcut_set_edit_access',
23466   'access_arguments' => 'a:1:{i:0;i:4;}',
23467   'page_callback' => 'shortcut_link_add_inline',
23468   'page_arguments' => 'a:1:{i:0;i:4;}',
23469   'delivery_callback' => '',
23470   'fit' => '61',
23471   'number_parts' => '6',
23472   'context' => '0',
23473   'tab_parent' => '',
23474   'tab_root' => 'admin/config/user-interface/shortcut/%/add-link-inline',
23475   'title' => 'Add shortcut',
23476   'title_callback' => 't',
23477   'title_arguments' => '',
23478   'theme_callback' => '',
23479   'theme_arguments' => 'a:0:{}',
23480   'type' => '0',
23481   'description' => '',
23482   'position' => '',
23483   'weight' => '0',
23484   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23485 ))
23486 ->values(array(
23487   'path' => 'admin/config/user-interface/shortcut/%/delete',
23488   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
23489   'to_arg_functions' => '',
23490   'access_callback' => 'shortcut_set_delete_access',
23491   'access_arguments' => 'a:1:{i:0;i:4;}',
23492   'page_callback' => 'drupal_get_form',
23493   'page_arguments' => 'a:2:{i:0;s:24:"shortcut_set_delete_form";i:1;i:4;}',
23494   'delivery_callback' => '',
23495   'fit' => '61',
23496   'number_parts' => '6',
23497   'context' => '0',
23498   'tab_parent' => '',
23499   'tab_root' => 'admin/config/user-interface/shortcut/%/delete',
23500   'title' => 'Delete shortcut set',
23501   'title_callback' => 't',
23502   'title_arguments' => '',
23503   'theme_callback' => '',
23504   'theme_arguments' => 'a:0:{}',
23505   'type' => '6',
23506   'description' => '',
23507   'position' => '',
23508   'weight' => '0',
23509   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23510 ))
23511 ->values(array(
23512   'path' => 'admin/config/user-interface/shortcut/%/edit',
23513   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
23514   'to_arg_functions' => '',
23515   'access_callback' => 'shortcut_set_edit_access',
23516   'access_arguments' => 'a:1:{i:0;i:4;}',
23517   'page_callback' => 'drupal_get_form',
23518   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_edit_form";i:1;i:4;}',
23519   'delivery_callback' => '',
23520   'fit' => '61',
23521   'number_parts' => '6',
23522   'context' => '1',
23523   'tab_parent' => 'admin/config/user-interface/shortcut/%',
23524   'tab_root' => 'admin/config/user-interface/shortcut/%',
23525   'title' => 'Edit set name',
23526   'title_callback' => 't',
23527   'title_arguments' => '',
23528   'theme_callback' => '',
23529   'theme_arguments' => 'a:0:{}',
23530   'type' => '132',
23531   'description' => '',
23532   'position' => '',
23533   'weight' => '10',
23534   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23535 ))
23536 ->values(array(
23537   'path' => 'admin/config/user-interface/shortcut/%/links',
23538   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
23539   'to_arg_functions' => '',
23540   'access_callback' => 'shortcut_set_edit_access',
23541   'access_arguments' => 'a:1:{i:0;i:4;}',
23542   'page_callback' => 'drupal_get_form',
23543   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_customize";i:1;i:4;}',
23544   'delivery_callback' => '',
23545   'fit' => '61',
23546   'number_parts' => '6',
23547   'context' => '1',
23548   'tab_parent' => 'admin/config/user-interface/shortcut/%',
23549   'tab_root' => 'admin/config/user-interface/shortcut/%',
23550   'title' => 'List links',
23551   'title_callback' => 't',
23552   'title_arguments' => '',
23553   'theme_callback' => '',
23554   'theme_arguments' => 'a:0:{}',
23555   'type' => '140',
23556   'description' => '',
23557   'position' => '',
23558   'weight' => '0',
23559   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23560 ))
23561 ->values(array(
23562   'path' => 'admin/config/user-interface/shortcut/add-set',
23563   'load_functions' => '',
23564   'to_arg_functions' => '',
23565   'access_callback' => 'user_access',
23566   'access_arguments' => 'a:1:{i:0;s:20:"administer shortcuts";}',
23567   'page_callback' => 'drupal_get_form',
23568   'page_arguments' => 'a:1:{i:0;s:21:"shortcut_set_add_form";}',
23569   'delivery_callback' => '',
23570   'fit' => '31',
23571   'number_parts' => '5',
23572   'context' => '1',
23573   'tab_parent' => 'admin/config/user-interface/shortcut',
23574   'tab_root' => 'admin/config/user-interface/shortcut',
23575   'title' => 'Add shortcut set',
23576   'title_callback' => 't',
23577   'title_arguments' => '',
23578   'theme_callback' => '',
23579   'theme_arguments' => 'a:0:{}',
23580   'type' => '388',
23581   'description' => '',
23582   'position' => '',
23583   'weight' => '0',
23584   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23585 ))
23586 ->values(array(
23587   'path' => 'admin/config/user-interface/shortcut/link/%',
23588   'load_functions' => 'a:1:{i:5;s:14:"menu_link_load";}',
23589   'to_arg_functions' => '',
23590   'access_callback' => 'shortcut_link_access',
23591   'access_arguments' => 'a:1:{i:0;i:5;}',
23592   'page_callback' => 'drupal_get_form',
23593   'page_arguments' => 'a:2:{i:0;s:18:"shortcut_link_edit";i:1;i:5;}',
23594   'delivery_callback' => '',
23595   'fit' => '62',
23596   'number_parts' => '6',
23597   'context' => '0',
23598   'tab_parent' => '',
23599   'tab_root' => 'admin/config/user-interface/shortcut/link/%',
23600   'title' => 'Edit shortcut',
23601   'title_callback' => 't',
23602   'title_arguments' => '',
23603   'theme_callback' => '',
23604   'theme_arguments' => 'a:0:{}',
23605   'type' => '6',
23606   'description' => '',
23607   'position' => '',
23608   'weight' => '0',
23609   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23610 ))
23611 ->values(array(
23612   'path' => 'admin/config/user-interface/shortcut/link/%/delete',
23613   'load_functions' => 'a:1:{i:5;s:14:"menu_link_load";}',
23614   'to_arg_functions' => '',
23615   'access_callback' => 'shortcut_link_access',
23616   'access_arguments' => 'a:1:{i:0;i:5;}',
23617   'page_callback' => 'drupal_get_form',
23618   'page_arguments' => 'a:2:{i:0;s:20:"shortcut_link_delete";i:1;i:5;}',
23619   'delivery_callback' => '',
23620   'fit' => '125',
23621   'number_parts' => '7',
23622   'context' => '0',
23623   'tab_parent' => '',
23624   'tab_root' => 'admin/config/user-interface/shortcut/link/%/delete',
23625   'title' => 'Delete shortcut',
23626   'title_callback' => 't',
23627   'title_arguments' => '',
23628   'theme_callback' => '',
23629   'theme_arguments' => 'a:0:{}',
23630   'type' => '6',
23631   'description' => '',
23632   'position' => '',
23633   'weight' => '0',
23634   'include_file' => 'modules/shortcut/shortcut.admin.inc',
23635 ))
23636 ->values(array(
23637   'path' => 'admin/config/workflow',
23638   'load_functions' => '',
23639   'to_arg_functions' => '',
23640   'access_callback' => 'user_access',
23641   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23642   'page_callback' => 'system_admin_menu_block_page',
23643   'page_arguments' => 'a:0:{}',
23644   'delivery_callback' => '',
23645   'fit' => '7',
23646   'number_parts' => '3',
23647   'context' => '0',
23648   'tab_parent' => '',
23649   'tab_root' => 'admin/config/workflow',
23650   'title' => 'Workflow',
23651   'title_callback' => 't',
23652   'title_arguments' => '',
23653   'theme_callback' => '',
23654   'theme_arguments' => 'a:0:{}',
23655   'type' => '6',
23656   'description' => 'Content workflow, editorial workflow tools.',
23657   'position' => 'right',
23658   'weight' => '5',
23659   'include_file' => 'modules/system/system.admin.inc',
23660 ))
23661 ->values(array(
23662   'path' => 'admin/content',
23663   'load_functions' => '',
23664   'to_arg_functions' => '',
23665   'access_callback' => 'user_access',
23666   'access_arguments' => 'a:1:{i:0;s:23:"access content overview";}',
23667   'page_callback' => 'drupal_get_form',
23668   'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}',
23669   'delivery_callback' => '',
23670   'fit' => '3',
23671   'number_parts' => '2',
23672   'context' => '0',
23673   'tab_parent' => '',
23674   'tab_root' => 'admin/content',
23675   'title' => 'Content',
23676   'title_callback' => 't',
23677   'title_arguments' => '',
23678   'theme_callback' => '',
23679   'theme_arguments' => 'a:0:{}',
23680   'type' => '6',
23681   'description' => 'Administer content and comments.',
23682   'position' => '',
23683   'weight' => '-10',
23684   'include_file' => 'modules/node/node.admin.inc',
23685 ))
23686 ->values(array(
23687   'path' => 'admin/content/book',
23688   'load_functions' => '',
23689   'to_arg_functions' => '',
23690   'access_callback' => 'user_access',
23691   'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
23692   'page_callback' => 'book_admin_overview',
23693   'page_arguments' => 'a:0:{}',
23694   'delivery_callback' => '',
23695   'fit' => '7',
23696   'number_parts' => '3',
23697   'context' => '1',
23698   'tab_parent' => 'admin/content',
23699   'tab_root' => 'admin/content',
23700   'title' => 'Books',
23701   'title_callback' => 't',
23702   'title_arguments' => '',
23703   'theme_callback' => '',
23704   'theme_arguments' => 'a:0:{}',
23705   'type' => '132',
23706   'description' => "Manage your site's book outlines.",
23707   'position' => '',
23708   'weight' => '0',
23709   'include_file' => 'modules/book/book.admin.inc',
23710 ))
23711 ->values(array(
23712   'path' => 'admin/content/book/%',
23713   'load_functions' => 'a:1:{i:3;s:9:"node_load";}',
23714   'to_arg_functions' => '',
23715   'access_callback' => '_book_outline_access',
23716   'access_arguments' => 'a:1:{i:0;i:3;}',
23717   'page_callback' => 'drupal_get_form',
23718   'page_arguments' => 'a:2:{i:0;s:15:"book_admin_edit";i:1;i:3;}',
23719   'delivery_callback' => '',
23720   'fit' => '14',
23721   'number_parts' => '4',
23722   'context' => '0',
23723   'tab_parent' => '',
23724   'tab_root' => 'admin/content/book/%',
23725   'title' => 'Re-order book pages and change titles',
23726   'title_callback' => 't',
23727   'title_arguments' => '',
23728   'theme_callback' => '',
23729   'theme_arguments' => 'a:0:{}',
23730   'type' => '0',
23731   'description' => '',
23732   'position' => '',
23733   'weight' => '0',
23734   'include_file' => 'modules/book/book.admin.inc',
23735 ))
23736 ->values(array(
23737   'path' => 'admin/content/book/list',
23738   'load_functions' => '',
23739   'to_arg_functions' => '',
23740   'access_callback' => 'user_access',
23741   'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
23742   'page_callback' => 'book_admin_overview',
23743   'page_arguments' => 'a:0:{}',
23744   'delivery_callback' => '',
23745   'fit' => '15',
23746   'number_parts' => '4',
23747   'context' => '1',
23748   'tab_parent' => 'admin/content/book',
23749   'tab_root' => 'admin/content',
23750   'title' => 'List',
23751   'title_callback' => 't',
23752   'title_arguments' => '',
23753   'theme_callback' => '',
23754   'theme_arguments' => 'a:0:{}',
23755   'type' => '140',
23756   'description' => '',
23757   'position' => '',
23758   'weight' => '0',
23759   'include_file' => 'modules/book/book.admin.inc',
23760 ))
23761 ->values(array(
23762   'path' => 'admin/content/book/settings',
23763   'load_functions' => '',
23764   'to_arg_functions' => '',
23765   'access_callback' => 'user_access',
23766   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
23767   'page_callback' => 'drupal_get_form',
23768   'page_arguments' => 'a:1:{i:0;s:19:"book_admin_settings";}',
23769   'delivery_callback' => '',
23770   'fit' => '15',
23771   'number_parts' => '4',
23772   'context' => '1',
23773   'tab_parent' => 'admin/content/book',
23774   'tab_root' => 'admin/content',
23775   'title' => 'Settings',
23776   'title_callback' => 't',
23777   'title_arguments' => '',
23778   'theme_callback' => '',
23779   'theme_arguments' => 'a:0:{}',
23780   'type' => '132',
23781   'description' => '',
23782   'position' => '',
23783   'weight' => '8',
23784   'include_file' => 'modules/book/book.admin.inc',
23785 ))
23786 ->values(array(
23787   'path' => 'admin/content/comment',
23788   'load_functions' => '',
23789   'to_arg_functions' => '',
23790   'access_callback' => 'user_access',
23791   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
23792   'page_callback' => 'comment_admin',
23793   'page_arguments' => 'a:0:{}',
23794   'delivery_callback' => '',
23795   'fit' => '7',
23796   'number_parts' => '3',
23797   'context' => '1',
23798   'tab_parent' => 'admin/content',
23799   'tab_root' => 'admin/content',
23800   'title' => 'Comments',
23801   'title_callback' => 't',
23802   'title_arguments' => '',
23803   'theme_callback' => '',
23804   'theme_arguments' => 'a:0:{}',
23805   'type' => '134',
23806   'description' => 'List and edit site comments and the comment approval queue.',
23807   'position' => '',
23808   'weight' => '0',
23809   'include_file' => 'modules/comment/comment.admin.inc',
23810 ))
23811 ->values(array(
23812   'path' => 'admin/content/comment/approval',
23813   'load_functions' => '',
23814   'to_arg_functions' => '',
23815   'access_callback' => 'user_access',
23816   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
23817   'page_callback' => 'comment_admin',
23818   'page_arguments' => 'a:1:{i:0;s:8:"approval";}',
23819   'delivery_callback' => '',
23820   'fit' => '15',
23821   'number_parts' => '4',
23822   'context' => '1',
23823   'tab_parent' => 'admin/content/comment',
23824   'tab_root' => 'admin/content',
23825   'title' => 'Unapproved comments',
23826   'title_callback' => 'comment_count_unpublished',
23827   'title_arguments' => '',
23828   'theme_callback' => '',
23829   'theme_arguments' => 'a:0:{}',
23830   'type' => '132',
23831   'description' => '',
23832   'position' => '',
23833   'weight' => '0',
23834   'include_file' => 'modules/comment/comment.admin.inc',
23835 ))
23836 ->values(array(
23837   'path' => 'admin/content/comment/new',
23838   'load_functions' => '',
23839   'to_arg_functions' => '',
23840   'access_callback' => 'user_access',
23841   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
23842   'page_callback' => 'comment_admin',
23843   'page_arguments' => 'a:0:{}',
23844   'delivery_callback' => '',
23845   'fit' => '15',
23846   'number_parts' => '4',
23847   'context' => '1',
23848   'tab_parent' => 'admin/content/comment',
23849   'tab_root' => 'admin/content',
23850   'title' => 'Published comments',
23851   'title_callback' => 't',
23852   'title_arguments' => '',
23853   'theme_callback' => '',
23854   'theme_arguments' => 'a:0:{}',
23855   'type' => '140',
23856   'description' => '',
23857   'position' => '',
23858   'weight' => '-10',
23859   'include_file' => 'modules/comment/comment.admin.inc',
23860 ))
23861 ->values(array(
23862   'path' => 'admin/content/node',
23863   'load_functions' => '',
23864   'to_arg_functions' => '',
23865   'access_callback' => 'user_access',
23866   'access_arguments' => 'a:1:{i:0;s:23:"access content overview";}',
23867   'page_callback' => 'drupal_get_form',
23868   'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}',
23869   'delivery_callback' => '',
23870   'fit' => '7',
23871   'number_parts' => '3',
23872   'context' => '1',
23873   'tab_parent' => 'admin/content',
23874   'tab_root' => 'admin/content',
23875   'title' => 'Content',
23876   'title_callback' => 't',
23877   'title_arguments' => '',
23878   'theme_callback' => '',
23879   'theme_arguments' => 'a:0:{}',
23880   'type' => '140',
23881   'description' => '',
23882   'position' => '',
23883   'weight' => '-10',
23884   'include_file' => 'modules/node/node.admin.inc',
23885 ))
23886 ->values(array(
23887   'path' => 'admin/help',
23888   'load_functions' => '',
23889   'to_arg_functions' => '',
23890   'access_callback' => 'user_access',
23891   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23892   'page_callback' => 'help_main',
23893   'page_arguments' => 'a:0:{}',
23894   'delivery_callback' => '',
23895   'fit' => '3',
23896   'number_parts' => '2',
23897   'context' => '0',
23898   'tab_parent' => '',
23899   'tab_root' => 'admin/help',
23900   'title' => 'Help',
23901   'title_callback' => 't',
23902   'title_arguments' => '',
23903   'theme_callback' => '',
23904   'theme_arguments' => 'a:0:{}',
23905   'type' => '6',
23906   'description' => 'Reference for usage, configuration, and modules.',
23907   'position' => '',
23908   'weight' => '9',
23909   'include_file' => 'modules/help/help.admin.inc',
23910 ))
23911 ->values(array(
23912   'path' => 'admin/help/aggregator',
23913   'load_functions' => '',
23914   'to_arg_functions' => '',
23915   'access_callback' => 'user_access',
23916   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23917   'page_callback' => 'help_page',
23918   'page_arguments' => 'a:1:{i:0;i:2;}',
23919   'delivery_callback' => '',
23920   'fit' => '7',
23921   'number_parts' => '3',
23922   'context' => '0',
23923   'tab_parent' => '',
23924   'tab_root' => 'admin/help/aggregator',
23925   'title' => 'aggregator',
23926   'title_callback' => 't',
23927   'title_arguments' => '',
23928   'theme_callback' => '',
23929   'theme_arguments' => 'a:0:{}',
23930   'type' => '4',
23931   'description' => '',
23932   'position' => '',
23933   'weight' => '0',
23934   'include_file' => 'modules/help/help.admin.inc',
23935 ))
23936 ->values(array(
23937   'path' => 'admin/help/block',
23938   'load_functions' => '',
23939   'to_arg_functions' => '',
23940   'access_callback' => 'user_access',
23941   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23942   'page_callback' => 'help_page',
23943   'page_arguments' => 'a:1:{i:0;i:2;}',
23944   'delivery_callback' => '',
23945   'fit' => '7',
23946   'number_parts' => '3',
23947   'context' => '0',
23948   'tab_parent' => '',
23949   'tab_root' => 'admin/help/block',
23950   'title' => 'block',
23951   'title_callback' => 't',
23952   'title_arguments' => '',
23953   'theme_callback' => '',
23954   'theme_arguments' => 'a:0:{}',
23955   'type' => '4',
23956   'description' => '',
23957   'position' => '',
23958   'weight' => '0',
23959   'include_file' => 'modules/help/help.admin.inc',
23960 ))
23961 ->values(array(
23962   'path' => 'admin/help/blog',
23963   'load_functions' => '',
23964   'to_arg_functions' => '',
23965   'access_callback' => 'user_access',
23966   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23967   'page_callback' => 'help_page',
23968   'page_arguments' => 'a:1:{i:0;i:2;}',
23969   'delivery_callback' => '',
23970   'fit' => '7',
23971   'number_parts' => '3',
23972   'context' => '0',
23973   'tab_parent' => '',
23974   'tab_root' => 'admin/help/blog',
23975   'title' => 'blog',
23976   'title_callback' => 't',
23977   'title_arguments' => '',
23978   'theme_callback' => '',
23979   'theme_arguments' => 'a:0:{}',
23980   'type' => '4',
23981   'description' => '',
23982   'position' => '',
23983   'weight' => '0',
23984   'include_file' => 'modules/help/help.admin.inc',
23985 ))
23986 ->values(array(
23987   'path' => 'admin/help/book',
23988   'load_functions' => '',
23989   'to_arg_functions' => '',
23990   'access_callback' => 'user_access',
23991   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23992   'page_callback' => 'help_page',
23993   'page_arguments' => 'a:1:{i:0;i:2;}',
23994   'delivery_callback' => '',
23995   'fit' => '7',
23996   'number_parts' => '3',
23997   'context' => '0',
23998   'tab_parent' => '',
23999   'tab_root' => 'admin/help/book',
24000   'title' => 'book',
24001   'title_callback' => 't',
24002   'title_arguments' => '',
24003   'theme_callback' => '',
24004   'theme_arguments' => 'a:0:{}',
24005   'type' => '4',
24006   'description' => '',
24007   'position' => '',
24008   'weight' => '0',
24009   'include_file' => 'modules/help/help.admin.inc',
24010 ))
24011 ->values(array(
24012   'path' => 'admin/help/color',
24013   'load_functions' => '',
24014   'to_arg_functions' => '',
24015   'access_callback' => 'user_access',
24016   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24017   'page_callback' => 'help_page',
24018   'page_arguments' => 'a:1:{i:0;i:2;}',
24019   'delivery_callback' => '',
24020   'fit' => '7',
24021   'number_parts' => '3',
24022   'context' => '0',
24023   'tab_parent' => '',
24024   'tab_root' => 'admin/help/color',
24025   'title' => 'color',
24026   'title_callback' => 't',
24027   'title_arguments' => '',
24028   'theme_callback' => '',
24029   'theme_arguments' => 'a:0:{}',
24030   'type' => '4',
24031   'description' => '',
24032   'position' => '',
24033   'weight' => '0',
24034   'include_file' => 'modules/help/help.admin.inc',
24035 ))
24036 ->values(array(
24037   'path' => 'admin/help/comment',
24038   'load_functions' => '',
24039   'to_arg_functions' => '',
24040   'access_callback' => 'user_access',
24041   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24042   'page_callback' => 'help_page',
24043   'page_arguments' => 'a:1:{i:0;i:2;}',
24044   'delivery_callback' => '',
24045   'fit' => '7',
24046   'number_parts' => '3',
24047   'context' => '0',
24048   'tab_parent' => '',
24049   'tab_root' => 'admin/help/comment',
24050   'title' => 'comment',
24051   'title_callback' => 't',
24052   'title_arguments' => '',
24053   'theme_callback' => '',
24054   'theme_arguments' => 'a:0:{}',
24055   'type' => '4',
24056   'description' => '',
24057   'position' => '',
24058   'weight' => '0',
24059   'include_file' => 'modules/help/help.admin.inc',
24060 ))
24061 ->values(array(
24062   'path' => 'admin/help/contact',
24063   'load_functions' => '',
24064   'to_arg_functions' => '',
24065   'access_callback' => 'user_access',
24066   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24067   'page_callback' => 'help_page',
24068   'page_arguments' => 'a:1:{i:0;i:2;}',
24069   'delivery_callback' => '',
24070   'fit' => '7',
24071   'number_parts' => '3',
24072   'context' => '0',
24073   'tab_parent' => '',
24074   'tab_root' => 'admin/help/contact',
24075   'title' => 'contact',
24076   'title_callback' => 't',
24077   'title_arguments' => '',
24078   'theme_callback' => '',
24079   'theme_arguments' => 'a:0:{}',
24080   'type' => '4',
24081   'description' => '',
24082   'position' => '',
24083   'weight' => '0',
24084   'include_file' => 'modules/help/help.admin.inc',
24085 ))
24086 ->values(array(
24087   'path' => 'admin/help/contextual',
24088   'load_functions' => '',
24089   'to_arg_functions' => '',
24090   'access_callback' => 'user_access',
24091   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24092   'page_callback' => 'help_page',
24093   'page_arguments' => 'a:1:{i:0;i:2;}',
24094   'delivery_callback' => '',
24095   'fit' => '7',
24096   'number_parts' => '3',
24097   'context' => '0',
24098   'tab_parent' => '',
24099   'tab_root' => 'admin/help/contextual',
24100   'title' => 'contextual',
24101   'title_callback' => 't',
24102   'title_arguments' => '',
24103   'theme_callback' => '',
24104   'theme_arguments' => 'a:0:{}',
24105   'type' => '4',
24106   'description' => '',
24107   'position' => '',
24108   'weight' => '0',
24109   'include_file' => 'modules/help/help.admin.inc',
24110 ))
24111 ->values(array(
24112   'path' => 'admin/help/date',
24113   'load_functions' => '',
24114   'to_arg_functions' => '',
24115   'access_callback' => 'user_access',
24116   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24117   'page_callback' => 'help_page',
24118   'page_arguments' => 'a:1:{i:0;i:2;}',
24119   'delivery_callback' => '',
24120   'fit' => '7',
24121   'number_parts' => '3',
24122   'context' => '0',
24123   'tab_parent' => '',
24124   'tab_root' => 'admin/help/date',
24125   'title' => 'date',
24126   'title_callback' => 't',
24127   'title_arguments' => '',
24128   'theme_callback' => '',
24129   'theme_arguments' => 'a:0:{}',
24130   'type' => '4',
24131   'description' => '',
24132   'position' => '',
24133   'weight' => '0',
24134   'include_file' => 'modules/help/help.admin.inc',
24135 ))
24136 ->values(array(
24137   'path' => 'admin/help/dblog',
24138   'load_functions' => '',
24139   'to_arg_functions' => '',
24140   'access_callback' => 'user_access',
24141   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24142   'page_callback' => 'help_page',
24143   'page_arguments' => 'a:1:{i:0;i:2;}',
24144   'delivery_callback' => '',
24145   'fit' => '7',
24146   'number_parts' => '3',
24147   'context' => '0',
24148   'tab_parent' => '',
24149   'tab_root' => 'admin/help/dblog',
24150   'title' => 'dblog',
24151   'title_callback' => 't',
24152   'title_arguments' => '',
24153   'theme_callback' => '',
24154   'theme_arguments' => 'a:0:{}',
24155   'type' => '4',
24156   'description' => '',
24157   'position' => '',
24158   'weight' => '0',
24159   'include_file' => 'modules/help/help.admin.inc',
24160 ))
24161 ->values(array(
24162   'path' => 'admin/help/field',
24163   'load_functions' => '',
24164   'to_arg_functions' => '',
24165   'access_callback' => 'user_access',
24166   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24167   'page_callback' => 'help_page',
24168   'page_arguments' => 'a:1:{i:0;i:2;}',
24169   'delivery_callback' => '',
24170   'fit' => '7',
24171   'number_parts' => '3',
24172   'context' => '0',
24173   'tab_parent' => '',
24174   'tab_root' => 'admin/help/field',
24175   'title' => 'field',
24176   'title_callback' => 't',
24177   'title_arguments' => '',
24178   'theme_callback' => '',
24179   'theme_arguments' => 'a:0:{}',
24180   'type' => '4',
24181   'description' => '',
24182   'position' => '',
24183   'weight' => '0',
24184   'include_file' => 'modules/help/help.admin.inc',
24185 ))
24186 ->values(array(
24187   'path' => 'admin/help/field_sql_storage',
24188   'load_functions' => '',
24189   'to_arg_functions' => '',
24190   'access_callback' => 'user_access',
24191   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24192   'page_callback' => 'help_page',
24193   'page_arguments' => 'a:1:{i:0;i:2;}',
24194   'delivery_callback' => '',
24195   'fit' => '7',
24196   'number_parts' => '3',
24197   'context' => '0',
24198   'tab_parent' => '',
24199   'tab_root' => 'admin/help/field_sql_storage',
24200   'title' => 'field_sql_storage',
24201   'title_callback' => 't',
24202   'title_arguments' => '',
24203   'theme_callback' => '',
24204   'theme_arguments' => 'a:0:{}',
24205   'type' => '4',
24206   'description' => '',
24207   'position' => '',
24208   'weight' => '0',
24209   'include_file' => 'modules/help/help.admin.inc',
24210 ))
24211 ->values(array(
24212   'path' => 'admin/help/field_ui',
24213   'load_functions' => '',
24214   'to_arg_functions' => '',
24215   'access_callback' => 'user_access',
24216   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24217   'page_callback' => 'help_page',
24218   'page_arguments' => 'a:1:{i:0;i:2;}',
24219   'delivery_callback' => '',
24220   'fit' => '7',
24221   'number_parts' => '3',
24222   'context' => '0',
24223   'tab_parent' => '',
24224   'tab_root' => 'admin/help/field_ui',
24225   'title' => 'field_ui',
24226   'title_callback' => 't',
24227   'title_arguments' => '',
24228   'theme_callback' => '',
24229   'theme_arguments' => 'a:0:{}',
24230   'type' => '4',
24231   'description' => '',
24232   'position' => '',
24233   'weight' => '0',
24234   'include_file' => 'modules/help/help.admin.inc',
24235 ))
24236 ->values(array(
24237   'path' => 'admin/help/file',
24238   'load_functions' => '',
24239   'to_arg_functions' => '',
24240   'access_callback' => 'user_access',
24241   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24242   'page_callback' => 'help_page',
24243   'page_arguments' => 'a:1:{i:0;i:2;}',
24244   'delivery_callback' => '',
24245   'fit' => '7',
24246   'number_parts' => '3',
24247   'context' => '0',
24248   'tab_parent' => '',
24249   'tab_root' => 'admin/help/file',
24250   'title' => 'file',
24251   'title_callback' => 't',
24252   'title_arguments' => '',
24253   'theme_callback' => '',
24254   'theme_arguments' => 'a:0:{}',
24255   'type' => '4',
24256   'description' => '',
24257   'position' => '',
24258   'weight' => '0',
24259   'include_file' => 'modules/help/help.admin.inc',
24260 ))
24261 ->values(array(
24262   'path' => 'admin/help/filter',
24263   'load_functions' => '',
24264   'to_arg_functions' => '',
24265   'access_callback' => 'user_access',
24266   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24267   'page_callback' => 'help_page',
24268   'page_arguments' => 'a:1:{i:0;i:2;}',
24269   'delivery_callback' => '',
24270   'fit' => '7',
24271   'number_parts' => '3',
24272   'context' => '0',
24273   'tab_parent' => '',
24274   'tab_root' => 'admin/help/filter',
24275   'title' => 'filter',
24276   'title_callback' => 't',
24277   'title_arguments' => '',
24278   'theme_callback' => '',
24279   'theme_arguments' => 'a:0:{}',
24280   'type' => '4',
24281   'description' => '',
24282   'position' => '',
24283   'weight' => '0',
24284   'include_file' => 'modules/help/help.admin.inc',
24285 ))
24286 ->values(array(
24287   'path' => 'admin/help/forum',
24288   'load_functions' => '',
24289   'to_arg_functions' => '',
24290   'access_callback' => 'user_access',
24291   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24292   'page_callback' => 'help_page',
24293   'page_arguments' => 'a:1:{i:0;i:2;}',
24294   'delivery_callback' => '',
24295   'fit' => '7',
24296   'number_parts' => '3',
24297   'context' => '0',
24298   'tab_parent' => '',
24299   'tab_root' => 'admin/help/forum',
24300   'title' => 'forum',
24301   'title_callback' => 't',
24302   'title_arguments' => '',
24303   'theme_callback' => '',
24304   'theme_arguments' => 'a:0:{}',
24305   'type' => '4',
24306   'description' => '',
24307   'position' => '',
24308   'weight' => '0',
24309   'include_file' => 'modules/help/help.admin.inc',
24310 ))
24311 ->values(array(
24312   'path' => 'admin/help/help',
24313   'load_functions' => '',
24314   'to_arg_functions' => '',
24315   'access_callback' => 'user_access',
24316   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24317   'page_callback' => 'help_page',
24318   'page_arguments' => 'a:1:{i:0;i:2;}',
24319   'delivery_callback' => '',
24320   'fit' => '7',
24321   'number_parts' => '3',
24322   'context' => '0',
24323   'tab_parent' => '',
24324   'tab_root' => 'admin/help/help',
24325   'title' => 'help',
24326   'title_callback' => 't',
24327   'title_arguments' => '',
24328   'theme_callback' => '',
24329   'theme_arguments' => 'a:0:{}',
24330   'type' => '4',
24331   'description' => '',
24332   'position' => '',
24333   'weight' => '0',
24334   'include_file' => 'modules/help/help.admin.inc',
24335 ))
24336 ->values(array(
24337   'path' => 'admin/help/image',
24338   'load_functions' => '',
24339   'to_arg_functions' => '',
24340   'access_callback' => 'user_access',
24341   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24342   'page_callback' => 'help_page',
24343   'page_arguments' => 'a:1:{i:0;i:2;}',
24344   'delivery_callback' => '',
24345   'fit' => '7',
24346   'number_parts' => '3',
24347   'context' => '0',
24348   'tab_parent' => '',
24349   'tab_root' => 'admin/help/image',
24350   'title' => 'image',
24351   'title_callback' => 't',
24352   'title_arguments' => '',
24353   'theme_callback' => '',
24354   'theme_arguments' => 'a:0:{}',
24355   'type' => '4',
24356   'description' => '',
24357   'position' => '',
24358   'weight' => '0',
24359   'include_file' => 'modules/help/help.admin.inc',
24360 ))
24361 ->values(array(
24362   'path' => 'admin/help/list',
24363   'load_functions' => '',
24364   'to_arg_functions' => '',
24365   'access_callback' => 'user_access',
24366   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24367   'page_callback' => 'help_page',
24368   'page_arguments' => 'a:1:{i:0;i:2;}',
24369   'delivery_callback' => '',
24370   'fit' => '7',
24371   'number_parts' => '3',
24372   'context' => '0',
24373   'tab_parent' => '',
24374   'tab_root' => 'admin/help/list',
24375   'title' => 'list',
24376   'title_callback' => 't',
24377   'title_arguments' => '',
24378   'theme_callback' => '',
24379   'theme_arguments' => 'a:0:{}',
24380   'type' => '4',
24381   'description' => '',
24382   'position' => '',
24383   'weight' => '0',
24384   'include_file' => 'modules/help/help.admin.inc',
24385 ))
24386 ->values(array(
24387   'path' => 'admin/help/locale',
24388   'load_functions' => '',
24389   'to_arg_functions' => '',
24390   'access_callback' => 'user_access',
24391   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24392   'page_callback' => 'help_page',
24393   'page_arguments' => 'a:1:{i:0;i:2;}',
24394   'delivery_callback' => '',
24395   'fit' => '7',
24396   'number_parts' => '3',
24397   'context' => '0',
24398   'tab_parent' => '',
24399   'tab_root' => 'admin/help/locale',
24400   'title' => 'locale',
24401   'title_callback' => 't',
24402   'title_arguments' => '',
24403   'theme_callback' => '',
24404   'theme_arguments' => 'a:0:{}',
24405   'type' => '4',
24406   'description' => '',
24407   'position' => '',
24408   'weight' => '0',
24409   'include_file' => 'modules/help/help.admin.inc',
24410 ))
24411 ->values(array(
24412   'path' => 'admin/help/menu',
24413   'load_functions' => '',
24414   'to_arg_functions' => '',
24415   'access_callback' => 'user_access',
24416   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24417   'page_callback' => 'help_page',
24418   'page_arguments' => 'a:1:{i:0;i:2;}',
24419   'delivery_callback' => '',
24420   'fit' => '7',
24421   'number_parts' => '3',
24422   'context' => '0',
24423   'tab_parent' => '',
24424   'tab_root' => 'admin/help/menu',
24425   'title' => 'menu',
24426   'title_callback' => 't',
24427   'title_arguments' => '',
24428   'theme_callback' => '',
24429   'theme_arguments' => 'a:0:{}',
24430   'type' => '4',
24431   'description' => '',
24432   'position' => '',
24433   'weight' => '0',
24434   'include_file' => 'modules/help/help.admin.inc',
24435 ))
24436 ->values(array(
24437   'path' => 'admin/help/node',
24438   'load_functions' => '',
24439   'to_arg_functions' => '',
24440   'access_callback' => 'user_access',
24441   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24442   'page_callback' => 'help_page',
24443   'page_arguments' => 'a:1:{i:0;i:2;}',
24444   'delivery_callback' => '',
24445   'fit' => '7',
24446   'number_parts' => '3',
24447   'context' => '0',
24448   'tab_parent' => '',
24449   'tab_root' => 'admin/help/node',
24450   'title' => 'node',
24451   'title_callback' => 't',
24452   'title_arguments' => '',
24453   'theme_callback' => '',
24454   'theme_arguments' => 'a:0:{}',
24455   'type' => '4',
24456   'description' => '',
24457   'position' => '',
24458   'weight' => '0',
24459   'include_file' => 'modules/help/help.admin.inc',
24460 ))
24461 ->values(array(
24462   'path' => 'admin/help/number',
24463   'load_functions' => '',
24464   'to_arg_functions' => '',
24465   'access_callback' => 'user_access',
24466   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24467   'page_callback' => 'help_page',
24468   'page_arguments' => 'a:1:{i:0;i:2;}',
24469   'delivery_callback' => '',
24470   'fit' => '7',
24471   'number_parts' => '3',
24472   'context' => '0',
24473   'tab_parent' => '',
24474   'tab_root' => 'admin/help/number',
24475   'title' => 'number',
24476   'title_callback' => 't',
24477   'title_arguments' => '',
24478   'theme_callback' => '',
24479   'theme_arguments' => 'a:0:{}',
24480   'type' => '4',
24481   'description' => '',
24482   'position' => '',
24483   'weight' => '0',
24484   'include_file' => 'modules/help/help.admin.inc',
24485 ))
24486 ->values(array(
24487   'path' => 'admin/help/options',
24488   'load_functions' => '',
24489   'to_arg_functions' => '',
24490   'access_callback' => 'user_access',
24491   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24492   'page_callback' => 'help_page',
24493   'page_arguments' => 'a:1:{i:0;i:2;}',
24494   'delivery_callback' => '',
24495   'fit' => '7',
24496   'number_parts' => '3',
24497   'context' => '0',
24498   'tab_parent' => '',
24499   'tab_root' => 'admin/help/options',
24500   'title' => 'options',
24501   'title_callback' => 't',
24502   'title_arguments' => '',
24503   'theme_callback' => '',
24504   'theme_arguments' => 'a:0:{}',
24505   'type' => '4',
24506   'description' => '',
24507   'position' => '',
24508   'weight' => '0',
24509   'include_file' => 'modules/help/help.admin.inc',
24510 ))
24511 ->values(array(
24512   'path' => 'admin/help/path',
24513   'load_functions' => '',
24514   'to_arg_functions' => '',
24515   'access_callback' => 'user_access',
24516   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24517   'page_callback' => 'help_page',
24518   'page_arguments' => 'a:1:{i:0;i:2;}',
24519   'delivery_callback' => '',
24520   'fit' => '7',
24521   'number_parts' => '3',
24522   'context' => '0',
24523   'tab_parent' => '',
24524   'tab_root' => 'admin/help/path',
24525   'title' => 'path',
24526   'title_callback' => 't',
24527   'title_arguments' => '',
24528   'theme_callback' => '',
24529   'theme_arguments' => 'a:0:{}',
24530   'type' => '4',
24531   'description' => '',
24532   'position' => '',
24533   'weight' => '0',
24534   'include_file' => 'modules/help/help.admin.inc',
24535 ))
24536 ->values(array(
24537   'path' => 'admin/help/php',
24538   'load_functions' => '',
24539   'to_arg_functions' => '',
24540   'access_callback' => 'user_access',
24541   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24542   'page_callback' => 'help_page',
24543   'page_arguments' => 'a:1:{i:0;i:2;}',
24544   'delivery_callback' => '',
24545   'fit' => '7',
24546   'number_parts' => '3',
24547   'context' => '0',
24548   'tab_parent' => '',
24549   'tab_root' => 'admin/help/php',
24550   'title' => 'php',
24551   'title_callback' => 't',
24552   'title_arguments' => '',
24553   'theme_callback' => '',
24554   'theme_arguments' => 'a:0:{}',
24555   'type' => '4',
24556   'description' => '',
24557   'position' => '',
24558   'weight' => '0',
24559   'include_file' => 'modules/help/help.admin.inc',
24560 ))
24561 ->values(array(
24562   'path' => 'admin/help/rdf',
24563   'load_functions' => '',
24564   'to_arg_functions' => '',
24565   'access_callback' => 'user_access',
24566   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24567   'page_callback' => 'help_page',
24568   'page_arguments' => 'a:1:{i:0;i:2;}',
24569   'delivery_callback' => '',
24570   'fit' => '7',
24571   'number_parts' => '3',
24572   'context' => '0',
24573   'tab_parent' => '',
24574   'tab_root' => 'admin/help/rdf',
24575   'title' => 'rdf',
24576   'title_callback' => 't',
24577   'title_arguments' => '',
24578   'theme_callback' => '',
24579   'theme_arguments' => 'a:0:{}',
24580   'type' => '4',
24581   'description' => '',
24582   'position' => '',
24583   'weight' => '0',
24584   'include_file' => 'modules/help/help.admin.inc',
24585 ))
24586 ->values(array(
24587   'path' => 'admin/help/search',
24588   'load_functions' => '',
24589   'to_arg_functions' => '',
24590   'access_callback' => 'user_access',
24591   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24592   'page_callback' => 'help_page',
24593   'page_arguments' => 'a:1:{i:0;i:2;}',
24594   'delivery_callback' => '',
24595   'fit' => '7',
24596   'number_parts' => '3',
24597   'context' => '0',
24598   'tab_parent' => '',
24599   'tab_root' => 'admin/help/search',
24600   'title' => 'search',
24601   'title_callback' => 't',
24602   'title_arguments' => '',
24603   'theme_callback' => '',
24604   'theme_arguments' => 'a:0:{}',
24605   'type' => '4',
24606   'description' => '',
24607   'position' => '',
24608   'weight' => '0',
24609   'include_file' => 'modules/help/help.admin.inc',
24610 ))
24611 ->values(array(
24612   'path' => 'admin/help/shortcut',
24613   'load_functions' => '',
24614   'to_arg_functions' => '',
24615   'access_callback' => 'user_access',
24616   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24617   'page_callback' => 'help_page',
24618   'page_arguments' => 'a:1:{i:0;i:2;}',
24619   'delivery_callback' => '',
24620   'fit' => '7',
24621   'number_parts' => '3',
24622   'context' => '0',
24623   'tab_parent' => '',
24624   'tab_root' => 'admin/help/shortcut',
24625   'title' => 'shortcut',
24626   'title_callback' => 't',
24627   'title_arguments' => '',
24628   'theme_callback' => '',
24629   'theme_arguments' => 'a:0:{}',
24630   'type' => '4',
24631   'description' => '',
24632   'position' => '',
24633   'weight' => '0',
24634   'include_file' => 'modules/help/help.admin.inc',
24635 ))
24636 ->values(array(
24637   'path' => 'admin/help/simpletest',
24638   'load_functions' => '',
24639   'to_arg_functions' => '',
24640   'access_callback' => 'user_access',
24641   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24642   'page_callback' => 'help_page',
24643   'page_arguments' => 'a:1:{i:0;i:2;}',
24644   'delivery_callback' => '',
24645   'fit' => '7',
24646   'number_parts' => '3',
24647   'context' => '0',
24648   'tab_parent' => '',
24649   'tab_root' => 'admin/help/simpletest',
24650   'title' => 'simpletest',
24651   'title_callback' => 't',
24652   'title_arguments' => '',
24653   'theme_callback' => '',
24654   'theme_arguments' => 'a:0:{}',
24655   'type' => '4',
24656   'description' => '',
24657   'position' => '',
24658   'weight' => '0',
24659   'include_file' => 'modules/help/help.admin.inc',
24660 ))
24661 ->values(array(
24662   'path' => 'admin/help/statistics',
24663   'load_functions' => '',
24664   'to_arg_functions' => '',
24665   'access_callback' => 'user_access',
24666   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24667   'page_callback' => 'help_page',
24668   'page_arguments' => 'a:1:{i:0;i:2;}',
24669   'delivery_callback' => '',
24670   'fit' => '7',
24671   'number_parts' => '3',
24672   'context' => '0',
24673   'tab_parent' => '',
24674   'tab_root' => 'admin/help/statistics',
24675   'title' => 'statistics',
24676   'title_callback' => 't',
24677   'title_arguments' => '',
24678   'theme_callback' => '',
24679   'theme_arguments' => 'a:0:{}',
24680   'type' => '4',
24681   'description' => '',
24682   'position' => '',
24683   'weight' => '0',
24684   'include_file' => 'modules/help/help.admin.inc',
24685 ))
24686 ->values(array(
24687   'path' => 'admin/help/syslog',
24688   'load_functions' => '',
24689   'to_arg_functions' => '',
24690   'access_callback' => 'user_access',
24691   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24692   'page_callback' => 'help_page',
24693   'page_arguments' => 'a:1:{i:0;i:2;}',
24694   'delivery_callback' => '',
24695   'fit' => '7',
24696   'number_parts' => '3',
24697   'context' => '0',
24698   'tab_parent' => '',
24699   'tab_root' => 'admin/help/syslog',
24700   'title' => 'syslog',
24701   'title_callback' => 't',
24702   'title_arguments' => '',
24703   'theme_callback' => '',
24704   'theme_arguments' => 'a:0:{}',
24705   'type' => '4',
24706   'description' => '',
24707   'position' => '',
24708   'weight' => '0',
24709   'include_file' => 'modules/help/help.admin.inc',
24710 ))
24711 ->values(array(
24712   'path' => 'admin/help/system',
24713   'load_functions' => '',
24714   'to_arg_functions' => '',
24715   'access_callback' => 'user_access',
24716   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24717   'page_callback' => 'help_page',
24718   'page_arguments' => 'a:1:{i:0;i:2;}',
24719   'delivery_callback' => '',
24720   'fit' => '7',
24721   'number_parts' => '3',
24722   'context' => '0',
24723   'tab_parent' => '',
24724   'tab_root' => 'admin/help/system',
24725   'title' => 'system',
24726   'title_callback' => 't',
24727   'title_arguments' => '',
24728   'theme_callback' => '',
24729   'theme_arguments' => 'a:0:{}',
24730   'type' => '4',
24731   'description' => '',
24732   'position' => '',
24733   'weight' => '0',
24734   'include_file' => 'modules/help/help.admin.inc',
24735 ))
24736 ->values(array(
24737   'path' => 'admin/help/taxonomy',
24738   'load_functions' => '',
24739   'to_arg_functions' => '',
24740   'access_callback' => 'user_access',
24741   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24742   'page_callback' => 'help_page',
24743   'page_arguments' => 'a:1:{i:0;i:2;}',
24744   'delivery_callback' => '',
24745   'fit' => '7',
24746   'number_parts' => '3',
24747   'context' => '0',
24748   'tab_parent' => '',
24749   'tab_root' => 'admin/help/taxonomy',
24750   'title' => 'taxonomy',
24751   'title_callback' => 't',
24752   'title_arguments' => '',
24753   'theme_callback' => '',
24754   'theme_arguments' => 'a:0:{}',
24755   'type' => '4',
24756   'description' => '',
24757   'position' => '',
24758   'weight' => '0',
24759   'include_file' => 'modules/help/help.admin.inc',
24760 ))
24761 ->values(array(
24762   'path' => 'admin/help/text',
24763   'load_functions' => '',
24764   'to_arg_functions' => '',
24765   'access_callback' => 'user_access',
24766   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24767   'page_callback' => 'help_page',
24768   'page_arguments' => 'a:1:{i:0;i:2;}',
24769   'delivery_callback' => '',
24770   'fit' => '7',
24771   'number_parts' => '3',
24772   'context' => '0',
24773   'tab_parent' => '',
24774   'tab_root' => 'admin/help/text',
24775   'title' => 'text',
24776   'title_callback' => 't',
24777   'title_arguments' => '',
24778   'theme_callback' => '',
24779   'theme_arguments' => 'a:0:{}',
24780   'type' => '4',
24781   'description' => '',
24782   'position' => '',
24783   'weight' => '0',
24784   'include_file' => 'modules/help/help.admin.inc',
24785 ))
24786 ->values(array(
24787   'path' => 'admin/help/toolbar',
24788   'load_functions' => '',
24789   'to_arg_functions' => '',
24790   'access_callback' => 'user_access',
24791   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24792   'page_callback' => 'help_page',
24793   'page_arguments' => 'a:1:{i:0;i:2;}',
24794   'delivery_callback' => '',
24795   'fit' => '7',
24796   'number_parts' => '3',
24797   'context' => '0',
24798   'tab_parent' => '',
24799   'tab_root' => 'admin/help/toolbar',
24800   'title' => 'toolbar',
24801   'title_callback' => 't',
24802   'title_arguments' => '',
24803   'theme_callback' => '',
24804   'theme_arguments' => 'a:0:{}',
24805   'type' => '4',
24806   'description' => '',
24807   'position' => '',
24808   'weight' => '0',
24809   'include_file' => 'modules/help/help.admin.inc',
24810 ))
24811 ->values(array(
24812   'path' => 'admin/help/tracker',
24813   'load_functions' => '',
24814   'to_arg_functions' => '',
24815   'access_callback' => 'user_access',
24816   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24817   'page_callback' => 'help_page',
24818   'page_arguments' => 'a:1:{i:0;i:2;}',
24819   'delivery_callback' => '',
24820   'fit' => '7',
24821   'number_parts' => '3',
24822   'context' => '0',
24823   'tab_parent' => '',
24824   'tab_root' => 'admin/help/tracker',
24825   'title' => 'tracker',
24826   'title_callback' => 't',
24827   'title_arguments' => '',
24828   'theme_callback' => '',
24829   'theme_arguments' => 'a:0:{}',
24830   'type' => '4',
24831   'description' => '',
24832   'position' => '',
24833   'weight' => '0',
24834   'include_file' => 'modules/help/help.admin.inc',
24835 ))
24836 ->values(array(
24837   'path' => 'admin/help/translation',
24838   'load_functions' => '',
24839   'to_arg_functions' => '',
24840   'access_callback' => 'user_access',
24841   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24842   'page_callback' => 'help_page',
24843   'page_arguments' => 'a:1:{i:0;i:2;}',
24844   'delivery_callback' => '',
24845   'fit' => '7',
24846   'number_parts' => '3',
24847   'context' => '0',
24848   'tab_parent' => '',
24849   'tab_root' => 'admin/help/translation',
24850   'title' => 'translation',
24851   'title_callback' => 't',
24852   'title_arguments' => '',
24853   'theme_callback' => '',
24854   'theme_arguments' => 'a:0:{}',
24855   'type' => '4',
24856   'description' => '',
24857   'position' => '',
24858   'weight' => '0',
24859   'include_file' => 'modules/help/help.admin.inc',
24860 ))
24861 ->values(array(
24862   'path' => 'admin/help/trigger',
24863   'load_functions' => '',
24864   'to_arg_functions' => '',
24865   'access_callback' => 'user_access',
24866   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24867   'page_callback' => 'help_page',
24868   'page_arguments' => 'a:1:{i:0;i:2;}',
24869   'delivery_callback' => '',
24870   'fit' => '7',
24871   'number_parts' => '3',
24872   'context' => '0',
24873   'tab_parent' => '',
24874   'tab_root' => 'admin/help/trigger',
24875   'title' => 'trigger',
24876   'title_callback' => 't',
24877   'title_arguments' => '',
24878   'theme_callback' => '',
24879   'theme_arguments' => 'a:0:{}',
24880   'type' => '4',
24881   'description' => '',
24882   'position' => '',
24883   'weight' => '0',
24884   'include_file' => 'modules/help/help.admin.inc',
24885 ))
24886 ->values(array(
24887   'path' => 'admin/help/update',
24888   'load_functions' => '',
24889   'to_arg_functions' => '',
24890   'access_callback' => 'user_access',
24891   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24892   'page_callback' => 'help_page',
24893   'page_arguments' => 'a:1:{i:0;i:2;}',
24894   'delivery_callback' => '',
24895   'fit' => '7',
24896   'number_parts' => '3',
24897   'context' => '0',
24898   'tab_parent' => '',
24899   'tab_root' => 'admin/help/update',
24900   'title' => 'update',
24901   'title_callback' => 't',
24902   'title_arguments' => '',
24903   'theme_callback' => '',
24904   'theme_arguments' => 'a:0:{}',
24905   'type' => '4',
24906   'description' => '',
24907   'position' => '',
24908   'weight' => '0',
24909   'include_file' => 'modules/help/help.admin.inc',
24910 ))
24911 ->values(array(
24912   'path' => 'admin/help/user',
24913   'load_functions' => '',
24914   'to_arg_functions' => '',
24915   'access_callback' => 'user_access',
24916   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24917   'page_callback' => 'help_page',
24918   'page_arguments' => 'a:1:{i:0;i:2;}',
24919   'delivery_callback' => '',
24920   'fit' => '7',
24921   'number_parts' => '3',
24922   'context' => '0',
24923   'tab_parent' => '',
24924   'tab_root' => 'admin/help/user',
24925   'title' => 'user',
24926   'title_callback' => 't',
24927   'title_arguments' => '',
24928   'theme_callback' => '',
24929   'theme_arguments' => 'a:0:{}',
24930   'type' => '4',
24931   'description' => '',
24932   'position' => '',
24933   'weight' => '0',
24934   'include_file' => 'modules/help/help.admin.inc',
24935 ))
24936 ->values(array(
24937   'path' => 'admin/index',
24938   'load_functions' => '',
24939   'to_arg_functions' => '',
24940   'access_callback' => 'user_access',
24941   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24942   'page_callback' => 'system_admin_index',
24943   'page_arguments' => 'a:0:{}',
24944   'delivery_callback' => '',
24945   'fit' => '3',
24946   'number_parts' => '2',
24947   'context' => '1',
24948   'tab_parent' => 'admin',
24949   'tab_root' => 'admin',
24950   'title' => 'Index',
24951   'title_callback' => 't',
24952   'title_arguments' => '',
24953   'theme_callback' => '',
24954   'theme_arguments' => 'a:0:{}',
24955   'type' => '132',
24956   'description' => '',
24957   'position' => '',
24958   'weight' => '-18',
24959   'include_file' => 'modules/system/system.admin.inc',
24960 ))
24961 ->values(array(
24962   'path' => 'admin/modules',
24963   'load_functions' => '',
24964   'to_arg_functions' => '',
24965   'access_callback' => 'user_access',
24966   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
24967   'page_callback' => 'drupal_get_form',
24968   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
24969   'delivery_callback' => '',
24970   'fit' => '3',
24971   'number_parts' => '2',
24972   'context' => '0',
24973   'tab_parent' => '',
24974   'tab_root' => 'admin/modules',
24975   'title' => 'Modules',
24976   'title_callback' => 't',
24977   'title_arguments' => '',
24978   'theme_callback' => '',
24979   'theme_arguments' => 'a:0:{}',
24980   'type' => '6',
24981   'description' => 'Extend site functionality.',
24982   'position' => '',
24983   'weight' => '-2',
24984   'include_file' => 'modules/system/system.admin.inc',
24985 ))
24986 ->values(array(
24987   'path' => 'admin/modules/install',
24988   'load_functions' => '',
24989   'to_arg_functions' => '',
24990   'access_callback' => 'update_manager_access',
24991   'access_arguments' => 'a:0:{}',
24992   'page_callback' => 'drupal_get_form',
24993   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:6:"module";}',
24994   'delivery_callback' => '',
24995   'fit' => '7',
24996   'number_parts' => '3',
24997   'context' => '1',
24998   'tab_parent' => 'admin/modules',
24999   'tab_root' => 'admin/modules',
25000   'title' => 'Install new module',
25001   'title_callback' => 't',
25002   'title_arguments' => '',
25003   'theme_callback' => '',
25004   'theme_arguments' => 'a:0:{}',
25005   'type' => '388',
25006   'description' => '',
25007   'position' => '',
25008   'weight' => '25',
25009   'include_file' => 'modules/update/update.manager.inc',
25010 ))
25011 ->values(array(
25012   'path' => 'admin/modules/list',
25013   'load_functions' => '',
25014   'to_arg_functions' => '',
25015   'access_callback' => 'user_access',
25016   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
25017   'page_callback' => 'drupal_get_form',
25018   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
25019   'delivery_callback' => '',
25020   'fit' => '7',
25021   'number_parts' => '3',
25022   'context' => '1',
25023   'tab_parent' => 'admin/modules',
25024   'tab_root' => 'admin/modules',
25025   'title' => 'List',
25026   'title_callback' => 't',
25027   'title_arguments' => '',
25028   'theme_callback' => '',
25029   'theme_arguments' => 'a:0:{}',
25030   'type' => '140',
25031   'description' => '',
25032   'position' => '',
25033   'weight' => '0',
25034   'include_file' => 'modules/system/system.admin.inc',
25035 ))
25036 ->values(array(
25037   'path' => 'admin/modules/list/confirm',
25038   'load_functions' => '',
25039   'to_arg_functions' => '',
25040   'access_callback' => 'user_access',
25041   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
25042   'page_callback' => 'drupal_get_form',
25043   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
25044   'delivery_callback' => '',
25045   'fit' => '15',
25046   'number_parts' => '4',
25047   'context' => '0',
25048   'tab_parent' => '',
25049   'tab_root' => 'admin/modules/list/confirm',
25050   'title' => 'List',
25051   'title_callback' => 't',
25052   'title_arguments' => '',
25053   'theme_callback' => '',
25054   'theme_arguments' => 'a:0:{}',
25055   'type' => '4',
25056   'description' => '',
25057   'position' => '',
25058   'weight' => '0',
25059   'include_file' => 'modules/system/system.admin.inc',
25060 ))
25061 ->values(array(
25062   'path' => 'admin/modules/uninstall',
25063   'load_functions' => '',
25064   'to_arg_functions' => '',
25065   'access_callback' => 'user_access',
25066   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
25067   'page_callback' => 'drupal_get_form',
25068   'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
25069   'delivery_callback' => '',
25070   'fit' => '7',
25071   'number_parts' => '3',
25072   'context' => '1',
25073   'tab_parent' => 'admin/modules',
25074   'tab_root' => 'admin/modules',
25075   'title' => 'Uninstall',
25076   'title_callback' => 't',
25077   'title_arguments' => '',
25078   'theme_callback' => '',
25079   'theme_arguments' => 'a:0:{}',
25080   'type' => '132',
25081   'description' => '',
25082   'position' => '',
25083   'weight' => '20',
25084   'include_file' => 'modules/system/system.admin.inc',
25085 ))
25086 ->values(array(
25087   'path' => 'admin/modules/uninstall/confirm',
25088   'load_functions' => '',
25089   'to_arg_functions' => '',
25090   'access_callback' => 'user_access',
25091   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
25092   'page_callback' => 'drupal_get_form',
25093   'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
25094   'delivery_callback' => '',
25095   'fit' => '15',
25096   'number_parts' => '4',
25097   'context' => '0',
25098   'tab_parent' => '',
25099   'tab_root' => 'admin/modules/uninstall/confirm',
25100   'title' => 'Uninstall',
25101   'title_callback' => 't',
25102   'title_arguments' => '',
25103   'theme_callback' => '',
25104   'theme_arguments' => 'a:0:{}',
25105   'type' => '4',
25106   'description' => '',
25107   'position' => '',
25108   'weight' => '0',
25109   'include_file' => 'modules/system/system.admin.inc',
25110 ))
25111 ->values(array(
25112   'path' => 'admin/modules/update',
25113   'load_functions' => '',
25114   'to_arg_functions' => '',
25115   'access_callback' => 'update_manager_access',
25116   'access_arguments' => 'a:0:{}',
25117   'page_callback' => 'drupal_get_form',
25118   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:6:"module";}',
25119   'delivery_callback' => '',
25120   'fit' => '7',
25121   'number_parts' => '3',
25122   'context' => '1',
25123   'tab_parent' => 'admin/modules',
25124   'tab_root' => 'admin/modules',
25125   'title' => 'Update',
25126   'title_callback' => 't',
25127   'title_arguments' => '',
25128   'theme_callback' => '',
25129   'theme_arguments' => 'a:0:{}',
25130   'type' => '132',
25131   'description' => '',
25132   'position' => '',
25133   'weight' => '10',
25134   'include_file' => 'modules/update/update.manager.inc',
25135 ))
25136 ->values(array(
25137   'path' => 'admin/people',
25138   'load_functions' => '',
25139   'to_arg_functions' => '',
25140   'access_callback' => 'user_access',
25141   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
25142   'page_callback' => 'user_admin',
25143   'page_arguments' => 'a:1:{i:0;s:4:"list";}',
25144   'delivery_callback' => '',
25145   'fit' => '3',
25146   'number_parts' => '2',
25147   'context' => '0',
25148   'tab_parent' => '',
25149   'tab_root' => 'admin/people',
25150   'title' => 'People',
25151   'title_callback' => 't',
25152   'title_arguments' => '',
25153   'theme_callback' => '',
25154   'theme_arguments' => 'a:0:{}',
25155   'type' => '6',
25156   'description' => 'Manage user accounts, roles, and permissions.',
25157   'position' => 'left',
25158   'weight' => '-4',
25159   'include_file' => 'modules/user/user.admin.inc',
25160 ))
25161 ->values(array(
25162   'path' => 'admin/people/create',
25163   'load_functions' => '',
25164   'to_arg_functions' => '',
25165   'access_callback' => 'user_access',
25166   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
25167   'page_callback' => 'user_admin',
25168   'page_arguments' => 'a:1:{i:0;s:6:"create";}',
25169   'delivery_callback' => '',
25170   'fit' => '7',
25171   'number_parts' => '3',
25172   'context' => '1',
25173   'tab_parent' => 'admin/people',
25174   'tab_root' => 'admin/people',
25175   'title' => 'Add user',
25176   'title_callback' => 't',
25177   'title_arguments' => '',
25178   'theme_callback' => '',
25179   'theme_arguments' => 'a:0:{}',
25180   'type' => '388',
25181   'description' => '',
25182   'position' => '',
25183   'weight' => '0',
25184   'include_file' => 'modules/user/user.admin.inc',
25185 ))
25186 ->values(array(
25187   'path' => 'admin/people/people',
25188   'load_functions' => '',
25189   'to_arg_functions' => '',
25190   'access_callback' => 'user_access',
25191   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
25192   'page_callback' => 'user_admin',
25193   'page_arguments' => 'a:1:{i:0;s:4:"list";}',
25194   'delivery_callback' => '',
25195   'fit' => '7',
25196   'number_parts' => '3',
25197   'context' => '1',
25198   'tab_parent' => 'admin/people',
25199   'tab_root' => 'admin/people',
25200   'title' => 'List',
25201   'title_callback' => 't',
25202   'title_arguments' => '',
25203   'theme_callback' => '',
25204   'theme_arguments' => 'a:0:{}',
25205   'type' => '140',
25206   'description' => 'Find and manage people interacting with your site.',
25207   'position' => '',
25208   'weight' => '-10',
25209   'include_file' => 'modules/user/user.admin.inc',
25210 ))
25211 ->values(array(
25212   'path' => 'admin/people/permissions',
25213   'load_functions' => '',
25214   'to_arg_functions' => '',
25215   'access_callback' => 'user_access',
25216   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
25217   'page_callback' => 'drupal_get_form',
25218   'page_arguments' => 'a:1:{i:0;s:22:"user_admin_permissions";}',
25219   'delivery_callback' => '',
25220   'fit' => '7',
25221   'number_parts' => '3',
25222   'context' => '1',
25223   'tab_parent' => 'admin/people',
25224   'tab_root' => 'admin/people',
25225   'title' => 'Permissions',
25226   'title_callback' => 't',
25227   'title_arguments' => '',
25228   'theme_callback' => '',
25229   'theme_arguments' => 'a:0:{}',
25230   'type' => '132',
25231   'description' => 'Determine access to features by selecting permissions for roles.',
25232   'position' => '',
25233   'weight' => '0',
25234   'include_file' => 'modules/user/user.admin.inc',
25235 ))
25236 ->values(array(
25237   'path' => 'admin/people/permissions/list',
25238   'load_functions' => '',
25239   'to_arg_functions' => '',
25240   'access_callback' => 'user_access',
25241   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
25242   'page_callback' => 'drupal_get_form',
25243   'page_arguments' => 'a:1:{i:0;s:22:"user_admin_permissions";}',
25244   'delivery_callback' => '',
25245   'fit' => '15',
25246   'number_parts' => '4',
25247   'context' => '1',
25248   'tab_parent' => 'admin/people/permissions',
25249   'tab_root' => 'admin/people',
25250   'title' => 'Permissions',
25251   'title_callback' => 't',
25252   'title_arguments' => '',
25253   'theme_callback' => '',
25254   'theme_arguments' => 'a:0:{}',
25255   'type' => '140',
25256   'description' => 'Determine access to features by selecting permissions for roles.',
25257   'position' => '',
25258   'weight' => '-8',
25259   'include_file' => 'modules/user/user.admin.inc',
25260 ))
25261 ->values(array(
25262   'path' => 'admin/people/permissions/roles',
25263   'load_functions' => '',
25264   'to_arg_functions' => '',
25265   'access_callback' => 'user_access',
25266   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
25267   'page_callback' => 'drupal_get_form',
25268   'page_arguments' => 'a:1:{i:0;s:16:"user_admin_roles";}',
25269   'delivery_callback' => '',
25270   'fit' => '15',
25271   'number_parts' => '4',
25272   'context' => '1',
25273   'tab_parent' => 'admin/people/permissions',
25274   'tab_root' => 'admin/people',
25275   'title' => 'Roles',
25276   'title_callback' => 't',
25277   'title_arguments' => '',
25278   'theme_callback' => '',
25279   'theme_arguments' => 'a:0:{}',
25280   'type' => '132',
25281   'description' => 'List, edit, or add user roles.',
25282   'position' => '',
25283   'weight' => '-5',
25284   'include_file' => 'modules/user/user.admin.inc',
25285 ))
25286 ->values(array(
25287   'path' => 'admin/people/permissions/roles/delete/%',
25288   'load_functions' => 'a:1:{i:5;s:14:"user_role_load";}',
25289   'to_arg_functions' => '',
25290   'access_callback' => 'user_role_edit_access',
25291   'access_arguments' => 'a:1:{i:0;i:5;}',
25292   'page_callback' => 'drupal_get_form',
25293   'page_arguments' => 'a:2:{i:0;s:30:"user_admin_role_delete_confirm";i:1;i:5;}',
25294   'delivery_callback' => '',
25295   'fit' => '62',
25296   'number_parts' => '6',
25297   'context' => '0',
25298   'tab_parent' => '',
25299   'tab_root' => 'admin/people/permissions/roles/delete/%',
25300   'title' => 'Delete role',
25301   'title_callback' => 't',
25302   'title_arguments' => '',
25303   'theme_callback' => '',
25304   'theme_arguments' => 'a:0:{}',
25305   'type' => '6',
25306   'description' => '',
25307   'position' => '',
25308   'weight' => '0',
25309   'include_file' => 'modules/user/user.admin.inc',
25310 ))
25311 ->values(array(
25312   'path' => 'admin/people/permissions/roles/edit/%',
25313   'load_functions' => 'a:1:{i:5;s:14:"user_role_load";}',
25314   'to_arg_functions' => '',
25315   'access_callback' => 'user_role_edit_access',
25316   'access_arguments' => 'a:1:{i:0;i:5;}',
25317   'page_callback' => 'drupal_get_form',
25318   'page_arguments' => 'a:2:{i:0;s:15:"user_admin_role";i:1;i:5;}',
25319   'delivery_callback' => '',
25320   'fit' => '62',
25321   'number_parts' => '6',
25322   'context' => '0',
25323   'tab_parent' => '',
25324   'tab_root' => 'admin/people/permissions/roles/edit/%',
25325   'title' => 'Edit role',
25326   'title_callback' => 't',
25327   'title_arguments' => '',
25328   'theme_callback' => '',
25329   'theme_arguments' => 'a:0:{}',
25330   'type' => '6',
25331   'description' => '',
25332   'position' => '',
25333   'weight' => '0',
25334   'include_file' => 'modules/user/user.admin.inc',
25335 ))
25336 ->values(array(
25337   'path' => 'admin/reports',
25338   'load_functions' => '',
25339   'to_arg_functions' => '',
25340   'access_callback' => 'user_access',
25341   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
25342   'page_callback' => 'system_admin_menu_block_page',
25343   'page_arguments' => 'a:0:{}',
25344   'delivery_callback' => '',
25345   'fit' => '3',
25346   'number_parts' => '2',
25347   'context' => '0',
25348   'tab_parent' => '',
25349   'tab_root' => 'admin/reports',
25350   'title' => 'Reports',
25351   'title_callback' => 't',
25352   'title_arguments' => '',
25353   'theme_callback' => '',
25354   'theme_arguments' => 'a:0:{}',
25355   'type' => '6',
25356   'description' => 'View reports, updates, and errors.',
25357   'position' => 'left',
25358   'weight' => '5',
25359   'include_file' => 'modules/system/system.admin.inc',
25360 ))
25361 ->values(array(
25362   'path' => 'admin/reports/access-denied',
25363   'load_functions' => '',
25364   'to_arg_functions' => '',
25365   'access_callback' => 'user_access',
25366   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
25367   'page_callback' => 'dblog_top',
25368   'page_arguments' => 'a:1:{i:0;s:13:"access denied";}',
25369   'delivery_callback' => '',
25370   'fit' => '7',
25371   'number_parts' => '3',
25372   'context' => '0',
25373   'tab_parent' => '',
25374   'tab_root' => 'admin/reports/access-denied',
25375   'title' => "Top 'access denied' errors",
25376   'title_callback' => 't',
25377   'title_arguments' => '',
25378   'theme_callback' => '',
25379   'theme_arguments' => 'a:0:{}',
25380   'type' => '6',
25381   'description' => "View 'access denied' errors (403s).",
25382   'position' => '',
25383   'weight' => '0',
25384   'include_file' => 'modules/dblog/dblog.admin.inc',
25385 ))
25386 ->values(array(
25387   'path' => 'admin/reports/access/%',
25388   'load_functions' => 'a:1:{i:3;N;}',
25389   'to_arg_functions' => '',
25390   'access_callback' => 'user_access',
25391   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
25392   'page_callback' => 'statistics_access_log',
25393   'page_arguments' => 'a:1:{i:0;i:3;}',
25394   'delivery_callback' => '',
25395   'fit' => '14',
25396   'number_parts' => '4',
25397   'context' => '0',
25398   'tab_parent' => '',
25399   'tab_root' => 'admin/reports/access/%',
25400   'title' => 'Details',
25401   'title_callback' => 't',
25402   'title_arguments' => '',
25403   'theme_callback' => '',
25404   'theme_arguments' => 'a:0:{}',
25405   'type' => '6',
25406   'description' => 'View access log.',
25407   'position' => '',
25408   'weight' => '0',
25409   'include_file' => 'modules/statistics/statistics.admin.inc',
25410 ))
25411 ->values(array(
25412   'path' => 'admin/reports/dblog',
25413   'load_functions' => '',
25414   'to_arg_functions' => '',
25415   'access_callback' => 'user_access',
25416   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
25417   'page_callback' => 'dblog_overview',
25418   'page_arguments' => 'a:0:{}',
25419   'delivery_callback' => '',
25420   'fit' => '7',
25421   'number_parts' => '3',
25422   'context' => '0',
25423   'tab_parent' => '',
25424   'tab_root' => 'admin/reports/dblog',
25425   'title' => 'Recent log messages',
25426   'title_callback' => 't',
25427   'title_arguments' => '',
25428   'theme_callback' => '',
25429   'theme_arguments' => 'a:0:{}',
25430   'type' => '6',
25431   'description' => 'View events that have recently been logged.',
25432   'position' => '',
25433   'weight' => '-1',
25434   'include_file' => 'modules/dblog/dblog.admin.inc',
25435 ))
25436 ->values(array(
25437   'path' => 'admin/reports/event/%',
25438   'load_functions' => 'a:1:{i:3;N;}',
25439   'to_arg_functions' => '',
25440   'access_callback' => 'user_access',
25441   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
25442   'page_callback' => 'dblog_event',
25443   'page_arguments' => 'a:1:{i:0;i:3;}',
25444   'delivery_callback' => '',
25445   'fit' => '14',
25446   'number_parts' => '4',
25447   'context' => '0',
25448   'tab_parent' => '',
25449   'tab_root' => 'admin/reports/event/%',
25450   'title' => 'Details',
25451   'title_callback' => 't',
25452   'title_arguments' => '',
25453   'theme_callback' => '',
25454   'theme_arguments' => 'a:0:{}',
25455   'type' => '6',
25456   'description' => '',
25457   'position' => '',
25458   'weight' => '0',
25459   'include_file' => 'modules/dblog/dblog.admin.inc',
25460 ))
25461 ->values(array(
25462   'path' => 'admin/reports/fields',
25463   'load_functions' => '',
25464   'to_arg_functions' => '',
25465   'access_callback' => 'user_access',
25466   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
25467   'page_callback' => 'field_ui_fields_list',
25468   'page_arguments' => 'a:0:{}',
25469   'delivery_callback' => '',
25470   'fit' => '7',
25471   'number_parts' => '3',
25472   'context' => '0',
25473   'tab_parent' => '',
25474   'tab_root' => 'admin/reports/fields',
25475   'title' => 'Field list',
25476   'title_callback' => 't',
25477   'title_arguments' => '',
25478   'theme_callback' => '',
25479   'theme_arguments' => 'a:0:{}',
25480   'type' => '6',
25481   'description' => 'Overview of fields on all entity types.',
25482   'position' => '',
25483   'weight' => '0',
25484   'include_file' => 'modules/field_ui/field_ui.admin.inc',
25485 ))
25486 ->values(array(
25487   'path' => 'admin/reports/hits',
25488   'load_functions' => '',
25489   'to_arg_functions' => '',
25490   'access_callback' => 'user_access',
25491   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
25492   'page_callback' => 'statistics_recent_hits',
25493   'page_arguments' => 'a:0:{}',
25494   'delivery_callback' => '',
25495   'fit' => '7',
25496   'number_parts' => '3',
25497   'context' => '0',
25498   'tab_parent' => '',
25499   'tab_root' => 'admin/reports/hits',
25500   'title' => 'Recent hits',
25501   'title_callback' => 't',
25502   'title_arguments' => '',
25503   'theme_callback' => '',
25504   'theme_arguments' => 'a:0:{}',
25505   'type' => '6',
25506   'description' => 'View pages that have recently been visited.',
25507   'position' => '',
25508   'weight' => '0',
25509   'include_file' => 'modules/statistics/statistics.admin.inc',
25510 ))
25511 ->values(array(
25512   'path' => 'admin/reports/page-not-found',
25513   'load_functions' => '',
25514   'to_arg_functions' => '',
25515   'access_callback' => 'user_access',
25516   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
25517   'page_callback' => 'dblog_top',
25518   'page_arguments' => 'a:1:{i:0;s:14:"page not found";}',
25519   'delivery_callback' => '',
25520   'fit' => '7',
25521   'number_parts' => '3',
25522   'context' => '0',
25523   'tab_parent' => '',
25524   'tab_root' => 'admin/reports/page-not-found',
25525   'title' => "Top 'page not found' errors",
25526   'title_callback' => 't',
25527   'title_arguments' => '',
25528   'theme_callback' => '',
25529   'theme_arguments' => 'a:0:{}',
25530   'type' => '6',
25531   'description' => "View 'page not found' errors (404s).",
25532   'position' => '',
25533   'weight' => '0',
25534   'include_file' => 'modules/dblog/dblog.admin.inc',
25535 ))
25536 ->values(array(
25537   'path' => 'admin/reports/pages',
25538   'load_functions' => '',
25539   'to_arg_functions' => '',
25540   'access_callback' => 'user_access',
25541   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
25542   'page_callback' => 'statistics_top_pages',
25543   'page_arguments' => 'a:0:{}',
25544   'delivery_callback' => '',
25545   'fit' => '7',
25546   'number_parts' => '3',
25547   'context' => '0',
25548   'tab_parent' => '',
25549   'tab_root' => 'admin/reports/pages',
25550   'title' => 'Top pages',
25551   'title_callback' => 't',
25552   'title_arguments' => '',
25553   'theme_callback' => '',
25554   'theme_arguments' => 'a:0:{}',
25555   'type' => '6',
25556   'description' => 'View pages that have been hit frequently.',
25557   'position' => '',
25558   'weight' => '1',
25559   'include_file' => 'modules/statistics/statistics.admin.inc',
25560 ))
25561 ->values(array(
25562   'path' => 'admin/reports/referrers',
25563   'load_functions' => '',
25564   'to_arg_functions' => '',
25565   'access_callback' => 'user_access',
25566   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
25567   'page_callback' => 'statistics_top_referrers',
25568   'page_arguments' => 'a:0:{}',
25569   'delivery_callback' => '',
25570   'fit' => '7',
25571   'number_parts' => '3',
25572   'context' => '0',
25573   'tab_parent' => '',
25574   'tab_root' => 'admin/reports/referrers',
25575   'title' => 'Top referrers',
25576   'title_callback' => 't',
25577   'title_arguments' => '',
25578   'theme_callback' => '',
25579   'theme_arguments' => 'a:0:{}',
25580   'type' => '6',
25581   'description' => 'View top referrers.',
25582   'position' => '',
25583   'weight' => '0',
25584   'include_file' => 'modules/statistics/statistics.admin.inc',
25585 ))
25586 ->values(array(
25587   'path' => 'admin/reports/search',
25588   'load_functions' => '',
25589   'to_arg_functions' => '',
25590   'access_callback' => 'user_access',
25591   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
25592   'page_callback' => 'dblog_top',
25593   'page_arguments' => 'a:1:{i:0;s:6:"search";}',
25594   'delivery_callback' => '',
25595   'fit' => '7',
25596   'number_parts' => '3',
25597   'context' => '0',
25598   'tab_parent' => '',
25599   'tab_root' => 'admin/reports/search',
25600   'title' => 'Top search phrases',
25601   'title_callback' => 't',
25602   'title_arguments' => '',
25603   'theme_callback' => '',
25604   'theme_arguments' => 'a:0:{}',
25605   'type' => '6',
25606   'description' => 'View most popular search phrases.',
25607   'position' => '',
25608   'weight' => '0',
25609   'include_file' => 'modules/dblog/dblog.admin.inc',
25610 ))
25611 ->values(array(
25612   'path' => 'admin/reports/status',
25613   'load_functions' => '',
25614   'to_arg_functions' => '',
25615   'access_callback' => 'user_access',
25616   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
25617   'page_callback' => 'system_status',
25618   'page_arguments' => 'a:0:{}',
25619   'delivery_callback' => '',
25620   'fit' => '7',
25621   'number_parts' => '3',
25622   'context' => '0',
25623   'tab_parent' => '',
25624   'tab_root' => 'admin/reports/status',
25625   'title' => 'Status report',
25626   'title_callback' => 't',
25627   'title_arguments' => '',
25628   'theme_callback' => '',
25629   'theme_arguments' => 'a:0:{}',
25630   'type' => '6',
25631   'description' => "Get a status report about your site's operation and any detected problems.",
25632   'position' => '',
25633   'weight' => '-60',
25634   'include_file' => 'modules/system/system.admin.inc',
25635 ))
25636 ->values(array(
25637   'path' => 'admin/reports/status/php',
25638   'load_functions' => '',
25639   'to_arg_functions' => '',
25640   'access_callback' => 'user_access',
25641   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
25642   'page_callback' => 'system_php',
25643   'page_arguments' => 'a:0:{}',
25644   'delivery_callback' => '',
25645   'fit' => '15',
25646   'number_parts' => '4',
25647   'context' => '0',
25648   'tab_parent' => '',
25649   'tab_root' => 'admin/reports/status/php',
25650   'title' => 'PHP',
25651   'title_callback' => 't',
25652   'title_arguments' => '',
25653   'theme_callback' => '',
25654   'theme_arguments' => 'a:0:{}',
25655   'type' => '0',
25656   'description' => '',
25657   'position' => '',
25658   'weight' => '0',
25659   'include_file' => 'modules/system/system.admin.inc',
25660 ))
25661 ->values(array(
25662   'path' => 'admin/reports/status/rebuild',
25663   'load_functions' => '',
25664   'to_arg_functions' => '',
25665   'access_callback' => 'user_access',
25666   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25667   'page_callback' => 'drupal_get_form',
25668   'page_arguments' => 'a:1:{i:0;s:30:"node_configure_rebuild_confirm";}',
25669   'delivery_callback' => '',
25670   'fit' => '15',
25671   'number_parts' => '4',
25672   'context' => '0',
25673   'tab_parent' => '',
25674   'tab_root' => 'admin/reports/status/rebuild',
25675   'title' => 'Rebuild permissions',
25676   'title_callback' => 't',
25677   'title_arguments' => '',
25678   'theme_callback' => '',
25679   'theme_arguments' => 'a:0:{}',
25680   'type' => '0',
25681   'description' => '',
25682   'position' => '',
25683   'weight' => '0',
25684   'include_file' => 'modules/node/node.admin.inc',
25685 ))
25686 ->values(array(
25687   'path' => 'admin/reports/status/run-cron',
25688   'load_functions' => '',
25689   'to_arg_functions' => '',
25690   'access_callback' => 'user_access',
25691   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
25692   'page_callback' => 'system_run_cron',
25693   'page_arguments' => 'a:0:{}',
25694   'delivery_callback' => '',
25695   'fit' => '15',
25696   'number_parts' => '4',
25697   'context' => '0',
25698   'tab_parent' => '',
25699   'tab_root' => 'admin/reports/status/run-cron',
25700   'title' => 'Run cron',
25701   'title_callback' => 't',
25702   'title_arguments' => '',
25703   'theme_callback' => '',
25704   'theme_arguments' => 'a:0:{}',
25705   'type' => '0',
25706   'description' => '',
25707   'position' => '',
25708   'weight' => '0',
25709   'include_file' => 'modules/system/system.admin.inc',
25710 ))
25711 ->values(array(
25712   'path' => 'admin/reports/updates',
25713   'load_functions' => '',
25714   'to_arg_functions' => '',
25715   'access_callback' => 'user_access',
25716   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
25717   'page_callback' => 'update_status',
25718   'page_arguments' => 'a:0:{}',
25719   'delivery_callback' => '',
25720   'fit' => '7',
25721   'number_parts' => '3',
25722   'context' => '0',
25723   'tab_parent' => '',
25724   'tab_root' => 'admin/reports/updates',
25725   'title' => 'Available updates',
25726   'title_callback' => 't',
25727   'title_arguments' => '',
25728   'theme_callback' => '',
25729   'theme_arguments' => 'a:0:{}',
25730   'type' => '6',
25731   'description' => 'Get a status report about available updates for your installed modules and themes.',
25732   'position' => '',
25733   'weight' => '-50',
25734   'include_file' => 'modules/update/update.report.inc',
25735 ))
25736 ->values(array(
25737   'path' => 'admin/reports/updates/check',
25738   'load_functions' => '',
25739   'to_arg_functions' => '',
25740   'access_callback' => 'user_access',
25741   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
25742   'page_callback' => 'update_manual_status',
25743   'page_arguments' => 'a:0:{}',
25744   'delivery_callback' => '',
25745   'fit' => '15',
25746   'number_parts' => '4',
25747   'context' => '0',
25748   'tab_parent' => '',
25749   'tab_root' => 'admin/reports/updates/check',
25750   'title' => 'Manual update check',
25751   'title_callback' => 't',
25752   'title_arguments' => '',
25753   'theme_callback' => '',
25754   'theme_arguments' => 'a:0:{}',
25755   'type' => '0',
25756   'description' => '',
25757   'position' => '',
25758   'weight' => '0',
25759   'include_file' => 'modules/update/update.fetch.inc',
25760 ))
25761 ->values(array(
25762   'path' => 'admin/reports/updates/install',
25763   'load_functions' => '',
25764   'to_arg_functions' => '',
25765   'access_callback' => 'update_manager_access',
25766   'access_arguments' => 'a:0:{}',
25767   'page_callback' => 'drupal_get_form',
25768   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:6:"report";}',
25769   'delivery_callback' => '',
25770   'fit' => '15',
25771   'number_parts' => '4',
25772   'context' => '1',
25773   'tab_parent' => 'admin/reports/updates',
25774   'tab_root' => 'admin/reports/updates',
25775   'title' => 'Install new module or theme',
25776   'title_callback' => 't',
25777   'title_arguments' => '',
25778   'theme_callback' => '',
25779   'theme_arguments' => 'a:0:{}',
25780   'type' => '388',
25781   'description' => '',
25782   'position' => '',
25783   'weight' => '25',
25784   'include_file' => 'modules/update/update.manager.inc',
25785 ))
25786 ->values(array(
25787   'path' => 'admin/reports/updates/list',
25788   'load_functions' => '',
25789   'to_arg_functions' => '',
25790   'access_callback' => 'user_access',
25791   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
25792   'page_callback' => 'update_status',
25793   'page_arguments' => 'a:0:{}',
25794   'delivery_callback' => '',
25795   'fit' => '15',
25796   'number_parts' => '4',
25797   'context' => '1',
25798   'tab_parent' => 'admin/reports/updates',
25799   'tab_root' => 'admin/reports/updates',
25800   'title' => 'List',
25801   'title_callback' => 't',
25802   'title_arguments' => '',
25803   'theme_callback' => '',
25804   'theme_arguments' => 'a:0:{}',
25805   'type' => '140',
25806   'description' => '',
25807   'position' => '',
25808   'weight' => '0',
25809   'include_file' => 'modules/update/update.report.inc',
25810 ))
25811 ->values(array(
25812   'path' => 'admin/reports/updates/settings',
25813   'load_functions' => '',
25814   'to_arg_functions' => '',
25815   'access_callback' => 'user_access',
25816   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
25817   'page_callback' => 'drupal_get_form',
25818   'page_arguments' => 'a:1:{i:0;s:15:"update_settings";}',
25819   'delivery_callback' => '',
25820   'fit' => '15',
25821   'number_parts' => '4',
25822   'context' => '1',
25823   'tab_parent' => 'admin/reports/updates',
25824   'tab_root' => 'admin/reports/updates',
25825   'title' => 'Settings',
25826   'title_callback' => 't',
25827   'title_arguments' => '',
25828   'theme_callback' => '',
25829   'theme_arguments' => 'a:0:{}',
25830   'type' => '132',
25831   'description' => '',
25832   'position' => '',
25833   'weight' => '50',
25834   'include_file' => 'modules/update/update.settings.inc',
25835 ))
25836 ->values(array(
25837   'path' => 'admin/reports/updates/update',
25838   'load_functions' => '',
25839   'to_arg_functions' => '',
25840   'access_callback' => 'update_manager_access',
25841   'access_arguments' => 'a:0:{}',
25842   'page_callback' => 'drupal_get_form',
25843   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:6:"report";}',
25844   'delivery_callback' => '',
25845   'fit' => '15',
25846   'number_parts' => '4',
25847   'context' => '1',
25848   'tab_parent' => 'admin/reports/updates',
25849   'tab_root' => 'admin/reports/updates',
25850   'title' => 'Update',
25851   'title_callback' => 't',
25852   'title_arguments' => '',
25853   'theme_callback' => '',
25854   'theme_arguments' => 'a:0:{}',
25855   'type' => '132',
25856   'description' => '',
25857   'position' => '',
25858   'weight' => '10',
25859   'include_file' => 'modules/update/update.manager.inc',
25860 ))
25861 ->values(array(
25862   'path' => 'admin/reports/visitors',
25863   'load_functions' => '',
25864   'to_arg_functions' => '',
25865   'access_callback' => 'user_access',
25866   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
25867   'page_callback' => 'statistics_top_visitors',
25868   'page_arguments' => 'a:0:{}',
25869   'delivery_callback' => '',
25870   'fit' => '7',
25871   'number_parts' => '3',
25872   'context' => '0',
25873   'tab_parent' => '',
25874   'tab_root' => 'admin/reports/visitors',
25875   'title' => 'Top visitors',
25876   'title_callback' => 't',
25877   'title_arguments' => '',
25878   'theme_callback' => '',
25879   'theme_arguments' => 'a:0:{}',
25880   'type' => '6',
25881   'description' => 'View visitors that hit many pages.',
25882   'position' => '',
25883   'weight' => '2',
25884   'include_file' => 'modules/statistics/statistics.admin.inc',
25885 ))
25886 ->values(array(
25887   'path' => 'admin/structure',
25888   'load_functions' => '',
25889   'to_arg_functions' => '',
25890   'access_callback' => 'user_access',
25891   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25892   'page_callback' => 'system_admin_menu_block_page',
25893   'page_arguments' => 'a:0:{}',
25894   'delivery_callback' => '',
25895   'fit' => '3',
25896   'number_parts' => '2',
25897   'context' => '0',
25898   'tab_parent' => '',
25899   'tab_root' => 'admin/structure',
25900   'title' => 'Structure',
25901   'title_callback' => 't',
25902   'title_arguments' => '',
25903   'theme_callback' => '',
25904   'theme_arguments' => 'a:0:{}',
25905   'type' => '6',
25906   'description' => 'Administer blocks, content types, menus, etc.',
25907   'position' => 'right',
25908   'weight' => '-8',
25909   'include_file' => 'modules/system/system.admin.inc',
25910 ))
25911 ->values(array(
25912   'path' => 'admin/structure/block',
25913   'load_functions' => '',
25914   'to_arg_functions' => '',
25915   'access_callback' => 'user_access',
25916   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
25917   'page_callback' => 'block_admin_display',
25918   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
25919   'delivery_callback' => '',
25920   'fit' => '7',
25921   'number_parts' => '3',
25922   'context' => '0',
25923   'tab_parent' => '',
25924   'tab_root' => 'admin/structure/block',
25925   'title' => 'Blocks',
25926   'title_callback' => 't',
25927   'title_arguments' => '',
25928   'theme_callback' => '',
25929   'theme_arguments' => 'a:0:{}',
25930   'type' => '6',
25931   'description' => "Configure what block content appears in your site's sidebars and other regions.",
25932   'position' => '',
25933   'weight' => '0',
25934   'include_file' => 'modules/block/block.admin.inc',
25935 ))
25936 ->values(array(
25937   'path' => 'admin/structure/block/add',
25938   'load_functions' => '',
25939   'to_arg_functions' => '',
25940   'access_callback' => 'user_access',
25941   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
25942   'page_callback' => 'drupal_get_form',
25943   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
25944   'delivery_callback' => '',
25945   'fit' => '15',
25946   'number_parts' => '4',
25947   'context' => '1',
25948   'tab_parent' => 'admin/structure/block',
25949   'tab_root' => 'admin/structure/block',
25950   'title' => 'Add block',
25951   'title_callback' => 't',
25952   'title_arguments' => '',
25953   'theme_callback' => '',
25954   'theme_arguments' => 'a:0:{}',
25955   'type' => '388',
25956   'description' => '',
25957   'position' => '',
25958   'weight' => '0',
25959   'include_file' => 'modules/block/block.admin.inc',
25960 ))
25961 ->values(array(
25962   'path' => 'admin/structure/block/demo/bartik',
25963   'load_functions' => '',
25964   'to_arg_functions' => '',
25965   'access_callback' => '_block_themes_access',
25966   '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";}}',
25967   'page_callback' => 'block_admin_demo',
25968   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
25969   'delivery_callback' => '',
25970   'fit' => '31',
25971   'number_parts' => '5',
25972   'context' => '0',
25973   'tab_parent' => '',
25974   'tab_root' => 'admin/structure/block/demo/bartik',
25975   'title' => 'Bartik',
25976   'title_callback' => 't',
25977   'title_arguments' => '',
25978   'theme_callback' => '_block_custom_theme',
25979   'theme_arguments' => 'a:1:{i:0;s:6:"bartik";}',
25980   'type' => '0',
25981   'description' => '',
25982   'position' => '',
25983   'weight' => '0',
25984   'include_file' => 'modules/block/block.admin.inc',
25985 ))
25986 ->values(array(
25987   'path' => 'admin/structure/block/demo/garland',
25988   'load_functions' => '',
25989   'to_arg_functions' => '',
25990   'access_callback' => '_block_themes_access',
25991   '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";}}',
25992   'page_callback' => 'block_admin_demo',
25993   'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
25994   'delivery_callback' => '',
25995   'fit' => '31',
25996   'number_parts' => '5',
25997   'context' => '0',
25998   'tab_parent' => '',
25999   'tab_root' => 'admin/structure/block/demo/garland',
26000   'title' => 'Garland',
26001   'title_callback' => 't',
26002   'title_arguments' => '',
26003   'theme_callback' => '_block_custom_theme',
26004   'theme_arguments' => 'a:1:{i:0;s:7:"garland";}',
26005   'type' => '0',
26006   'description' => '',
26007   'position' => '',
26008   'weight' => '0',
26009   'include_file' => 'modules/block/block.admin.inc',
26010 ))
26011 ->values(array(
26012   'path' => 'admin/structure/block/demo/seven',
26013   'load_functions' => '',
26014   'to_arg_functions' => '',
26015   'access_callback' => '_block_themes_access',
26016   '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";}}',
26017   'page_callback' => 'block_admin_demo',
26018   'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
26019   'delivery_callback' => '',
26020   'fit' => '31',
26021   'number_parts' => '5',
26022   'context' => '0',
26023   'tab_parent' => '',
26024   'tab_root' => 'admin/structure/block/demo/seven',
26025   'title' => 'Seven',
26026   'title_callback' => 't',
26027   'title_arguments' => '',
26028   'theme_callback' => '_block_custom_theme',
26029   'theme_arguments' => 'a:1:{i:0;s:5:"seven";}',
26030   'type' => '0',
26031   'description' => '',
26032   'position' => '',
26033   'weight' => '0',
26034   'include_file' => 'modules/block/block.admin.inc',
26035 ))
26036 ->values(array(
26037   'path' => 'admin/structure/block/demo/stark',
26038   'load_functions' => '',
26039   'to_arg_functions' => '',
26040   'access_callback' => '_block_themes_access',
26041   '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\";}}",
26042   'page_callback' => 'block_admin_demo',
26043   'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
26044   'delivery_callback' => '',
26045   'fit' => '31',
26046   'number_parts' => '5',
26047   'context' => '0',
26048   'tab_parent' => '',
26049   'tab_root' => 'admin/structure/block/demo/stark',
26050   'title' => 'Stark',
26051   'title_callback' => 't',
26052   'title_arguments' => '',
26053   'theme_callback' => '_block_custom_theme',
26054   'theme_arguments' => 'a:1:{i:0;s:5:"stark";}',
26055   'type' => '0',
26056   'description' => '',
26057   'position' => '',
26058   'weight' => '0',
26059   'include_file' => 'modules/block/block.admin.inc',
26060 ))
26061 ->values(array(
26062   'path' => 'admin/structure/block/list/bartik',
26063   'load_functions' => '',
26064   'to_arg_functions' => '',
26065   'access_callback' => '_block_themes_access',
26066   '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";}}',
26067   'page_callback' => 'block_admin_display',
26068   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
26069   'delivery_callback' => '',
26070   'fit' => '31',
26071   'number_parts' => '5',
26072   'context' => '1',
26073   'tab_parent' => 'admin/structure/block',
26074   'tab_root' => 'admin/structure/block',
26075   'title' => 'Bartik',
26076   'title_callback' => 't',
26077   'title_arguments' => '',
26078   'theme_callback' => '',
26079   'theme_arguments' => 'a:0:{}',
26080   'type' => '140',
26081   'description' => '',
26082   'position' => '',
26083   'weight' => '-10',
26084   'include_file' => 'modules/block/block.admin.inc',
26085 ))
26086 ->values(array(
26087   'path' => 'admin/structure/block/list/garland',
26088   'load_functions' => '',
26089   'to_arg_functions' => '',
26090   'access_callback' => '_block_themes_access',
26091   '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";}}',
26092   'page_callback' => 'block_admin_display',
26093   'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
26094   'delivery_callback' => '',
26095   'fit' => '31',
26096   'number_parts' => '5',
26097   'context' => '1',
26098   'tab_parent' => 'admin/structure/block',
26099   'tab_root' => 'admin/structure/block',
26100   'title' => 'Garland',
26101   'title_callback' => 't',
26102   'title_arguments' => '',
26103   'theme_callback' => '',
26104   'theme_arguments' => 'a:0:{}',
26105   'type' => '132',
26106   'description' => '',
26107   'position' => '',
26108   'weight' => '0',
26109   'include_file' => 'modules/block/block.admin.inc',
26110 ))
26111 ->values(array(
26112   'path' => 'admin/structure/block/list/garland/add',
26113   'load_functions' => '',
26114   'to_arg_functions' => '',
26115   'access_callback' => 'user_access',
26116   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26117   'page_callback' => 'drupal_get_form',
26118   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
26119   'delivery_callback' => '',
26120   'fit' => '63',
26121   'number_parts' => '6',
26122   'context' => '1',
26123   'tab_parent' => 'admin/structure/block/list/garland',
26124   'tab_root' => 'admin/structure/block',
26125   'title' => 'Add block',
26126   'title_callback' => 't',
26127   'title_arguments' => '',
26128   'theme_callback' => '',
26129   'theme_arguments' => 'a:0:{}',
26130   'type' => '388',
26131   'description' => '',
26132   'position' => '',
26133   'weight' => '0',
26134   'include_file' => 'modules/block/block.admin.inc',
26135 ))
26136 ->values(array(
26137   'path' => 'admin/structure/block/list/seven',
26138   'load_functions' => '',
26139   'to_arg_functions' => '',
26140   'access_callback' => '_block_themes_access',
26141   '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";}}',
26142   'page_callback' => 'block_admin_display',
26143   'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
26144   'delivery_callback' => '',
26145   'fit' => '31',
26146   'number_parts' => '5',
26147   'context' => '1',
26148   'tab_parent' => 'admin/structure/block',
26149   'tab_root' => 'admin/structure/block',
26150   'title' => 'Seven',
26151   'title_callback' => 't',
26152   'title_arguments' => '',
26153   'theme_callback' => '',
26154   'theme_arguments' => 'a:0:{}',
26155   'type' => '132',
26156   'description' => '',
26157   'position' => '',
26158   'weight' => '0',
26159   'include_file' => 'modules/block/block.admin.inc',
26160 ))
26161 ->values(array(
26162   'path' => 'admin/structure/block/list/seven/add',
26163   'load_functions' => '',
26164   'to_arg_functions' => '',
26165   'access_callback' => 'user_access',
26166   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26167   'page_callback' => 'drupal_get_form',
26168   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
26169   'delivery_callback' => '',
26170   'fit' => '63',
26171   'number_parts' => '6',
26172   'context' => '1',
26173   'tab_parent' => 'admin/structure/block/list/seven',
26174   'tab_root' => 'admin/structure/block',
26175   'title' => 'Add block',
26176   'title_callback' => 't',
26177   'title_arguments' => '',
26178   'theme_callback' => '',
26179   'theme_arguments' => 'a:0:{}',
26180   'type' => '388',
26181   'description' => '',
26182   'position' => '',
26183   'weight' => '0',
26184   'include_file' => 'modules/block/block.admin.inc',
26185 ))
26186 ->values(array(
26187   'path' => 'admin/structure/block/list/stark',
26188   'load_functions' => '',
26189   'to_arg_functions' => '',
26190   'access_callback' => '_block_themes_access',
26191   '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\";}}",
26192   'page_callback' => 'block_admin_display',
26193   'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
26194   'delivery_callback' => '',
26195   'fit' => '31',
26196   'number_parts' => '5',
26197   'context' => '1',
26198   'tab_parent' => 'admin/structure/block',
26199   'tab_root' => 'admin/structure/block',
26200   'title' => 'Stark',
26201   'title_callback' => 't',
26202   'title_arguments' => '',
26203   'theme_callback' => '',
26204   'theme_arguments' => 'a:0:{}',
26205   'type' => '132',
26206   'description' => '',
26207   'position' => '',
26208   'weight' => '0',
26209   'include_file' => 'modules/block/block.admin.inc',
26210 ))
26211 ->values(array(
26212   'path' => 'admin/structure/block/list/stark/add',
26213   'load_functions' => '',
26214   'to_arg_functions' => '',
26215   'access_callback' => 'user_access',
26216   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26217   'page_callback' => 'drupal_get_form',
26218   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
26219   'delivery_callback' => '',
26220   'fit' => '63',
26221   'number_parts' => '6',
26222   'context' => '1',
26223   'tab_parent' => 'admin/structure/block/list/stark',
26224   'tab_root' => 'admin/structure/block',
26225   'title' => 'Add block',
26226   'title_callback' => 't',
26227   'title_arguments' => '',
26228   'theme_callback' => '',
26229   'theme_arguments' => 'a:0:{}',
26230   'type' => '388',
26231   'description' => '',
26232   'position' => '',
26233   'weight' => '0',
26234   'include_file' => 'modules/block/block.admin.inc',
26235 ))
26236 ->values(array(
26237   'path' => 'admin/structure/block/manage/%/%',
26238   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
26239   'to_arg_functions' => '',
26240   'access_callback' => 'user_access',
26241   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26242   'page_callback' => 'drupal_get_form',
26243   'page_arguments' => 'a:3:{i:0;s:21:"block_admin_configure";i:1;i:4;i:2;i:5;}',
26244   'delivery_callback' => '',
26245   'fit' => '60',
26246   'number_parts' => '6',
26247   'context' => '0',
26248   'tab_parent' => '',
26249   'tab_root' => 'admin/structure/block/manage/%/%',
26250   'title' => 'Configure block',
26251   'title_callback' => 't',
26252   'title_arguments' => '',
26253   'theme_callback' => '',
26254   'theme_arguments' => 'a:0:{}',
26255   'type' => '6',
26256   'description' => '',
26257   'position' => '',
26258   'weight' => '0',
26259   'include_file' => 'modules/block/block.admin.inc',
26260 ))
26261 ->values(array(
26262   'path' => 'admin/structure/block/manage/%/%/configure',
26263   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
26264   'to_arg_functions' => '',
26265   'access_callback' => 'user_access',
26266   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26267   'page_callback' => 'drupal_get_form',
26268   'page_arguments' => 'a:3:{i:0;s:21:"block_admin_configure";i:1;i:4;i:2;i:5;}',
26269   'delivery_callback' => '',
26270   'fit' => '121',
26271   'number_parts' => '7',
26272   'context' => '2',
26273   'tab_parent' => 'admin/structure/block/manage/%/%',
26274   'tab_root' => 'admin/structure/block/manage/%/%',
26275   'title' => 'Configure block',
26276   'title_callback' => 't',
26277   'title_arguments' => '',
26278   'theme_callback' => '',
26279   'theme_arguments' => 'a:0:{}',
26280   'type' => '140',
26281   'description' => '',
26282   'position' => '',
26283   'weight' => '0',
26284   'include_file' => 'modules/block/block.admin.inc',
26285 ))
26286 ->values(array(
26287   'path' => 'admin/structure/block/manage/%/%/delete',
26288   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
26289   'to_arg_functions' => '',
26290   'access_callback' => 'user_access',
26291   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
26292   'page_callback' => 'drupal_get_form',
26293   'page_arguments' => 'a:3:{i:0;s:25:"block_custom_block_delete";i:1;i:4;i:2;i:5;}',
26294   'delivery_callback' => '',
26295   'fit' => '121',
26296   'number_parts' => '7',
26297   'context' => '0',
26298   'tab_parent' => 'admin/structure/block/manage/%/%',
26299   'tab_root' => 'admin/structure/block/manage/%/%',
26300   'title' => 'Delete block',
26301   'title_callback' => 't',
26302   'title_arguments' => '',
26303   'theme_callback' => '',
26304   'theme_arguments' => 'a:0:{}',
26305   'type' => '132',
26306   'description' => '',
26307   'position' => '',
26308   'weight' => '0',
26309   'include_file' => 'modules/block/block.admin.inc',
26310 ))
26311 ->values(array(
26312   'path' => 'admin/structure/contact',
26313   'load_functions' => '',
26314   'to_arg_functions' => '',
26315   'access_callback' => 'user_access',
26316   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
26317   'page_callback' => 'contact_category_list',
26318   'page_arguments' => 'a:0:{}',
26319   'delivery_callback' => '',
26320   'fit' => '7',
26321   'number_parts' => '3',
26322   'context' => '0',
26323   'tab_parent' => '',
26324   'tab_root' => 'admin/structure/contact',
26325   'title' => 'Contact form',
26326   'title_callback' => 't',
26327   'title_arguments' => '',
26328   'theme_callback' => '',
26329   'theme_arguments' => 'a:0:{}',
26330   'type' => '6',
26331   'description' => 'Create a system contact form and set up categories for the form to use.',
26332   'position' => '',
26333   'weight' => '0',
26334   'include_file' => 'modules/contact/contact.admin.inc',
26335 ))
26336 ->values(array(
26337   'path' => 'admin/structure/contact/add',
26338   'load_functions' => '',
26339   'to_arg_functions' => '',
26340   'access_callback' => 'user_access',
26341   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
26342   'page_callback' => 'drupal_get_form',
26343   'page_arguments' => 'a:1:{i:0;s:26:"contact_category_edit_form";}',
26344   'delivery_callback' => '',
26345   'fit' => '15',
26346   'number_parts' => '4',
26347   'context' => '1',
26348   'tab_parent' => 'admin/structure/contact',
26349   'tab_root' => 'admin/structure/contact',
26350   'title' => 'Add category',
26351   'title_callback' => 't',
26352   'title_arguments' => '',
26353   'theme_callback' => '',
26354   'theme_arguments' => 'a:0:{}',
26355   'type' => '388',
26356   'description' => '',
26357   'position' => '',
26358   'weight' => '1',
26359   'include_file' => 'modules/contact/contact.admin.inc',
26360 ))
26361 ->values(array(
26362   'path' => 'admin/structure/contact/delete/%',
26363   'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
26364   'to_arg_functions' => '',
26365   'access_callback' => 'user_access',
26366   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
26367   'page_callback' => 'drupal_get_form',
26368   'page_arguments' => 'a:2:{i:0;s:28:"contact_category_delete_form";i:1;i:4;}',
26369   'delivery_callback' => '',
26370   'fit' => '30',
26371   'number_parts' => '5',
26372   'context' => '0',
26373   'tab_parent' => '',
26374   'tab_root' => 'admin/structure/contact/delete/%',
26375   'title' => 'Delete contact',
26376   'title_callback' => 't',
26377   'title_arguments' => '',
26378   'theme_callback' => '',
26379   'theme_arguments' => 'a:0:{}',
26380   'type' => '6',
26381   'description' => '',
26382   'position' => '',
26383   'weight' => '0',
26384   'include_file' => 'modules/contact/contact.admin.inc',
26385 ))
26386 ->values(array(
26387   'path' => 'admin/structure/contact/edit/%',
26388   'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
26389   'to_arg_functions' => '',
26390   'access_callback' => 'user_access',
26391   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
26392   'page_callback' => 'drupal_get_form',
26393   'page_arguments' => 'a:2:{i:0;s:26:"contact_category_edit_form";i:1;i:4;}',
26394   'delivery_callback' => '',
26395   'fit' => '30',
26396   'number_parts' => '5',
26397   'context' => '0',
26398   'tab_parent' => '',
26399   'tab_root' => 'admin/structure/contact/edit/%',
26400   'title' => 'Edit contact category',
26401   'title_callback' => 't',
26402   'title_arguments' => '',
26403   'theme_callback' => '',
26404   'theme_arguments' => 'a:0:{}',
26405   'type' => '6',
26406   'description' => '',
26407   'position' => '',
26408   'weight' => '0',
26409   'include_file' => 'modules/contact/contact.admin.inc',
26410 ))
26411 ->values(array(
26412   'path' => 'admin/structure/forum',
26413   'load_functions' => '',
26414   'to_arg_functions' => '',
26415   'access_callback' => 'user_access',
26416   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26417   'page_callback' => 'drupal_get_form',
26418   'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
26419   'delivery_callback' => '',
26420   'fit' => '7',
26421   'number_parts' => '3',
26422   'context' => '0',
26423   'tab_parent' => '',
26424   'tab_root' => 'admin/structure/forum',
26425   'title' => 'Forums',
26426   'title_callback' => 't',
26427   'title_arguments' => '',
26428   'theme_callback' => '',
26429   'theme_arguments' => 'a:0:{}',
26430   'type' => '6',
26431   'description' => 'Control forum hierarchy settings.',
26432   'position' => '',
26433   'weight' => '0',
26434   'include_file' => 'modules/forum/forum.admin.inc',
26435 ))
26436 ->values(array(
26437   'path' => 'admin/structure/forum/add/container',
26438   'load_functions' => '',
26439   'to_arg_functions' => '',
26440   'access_callback' => 'user_access',
26441   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26442   'page_callback' => 'forum_form_main',
26443   'page_arguments' => 'a:1:{i:0;s:9:"container";}',
26444   'delivery_callback' => '',
26445   'fit' => '31',
26446   'number_parts' => '5',
26447   'context' => '1',
26448   'tab_parent' => 'admin/structure/forum',
26449   'tab_root' => 'admin/structure/forum',
26450   'title' => 'Add container',
26451   'title_callback' => 't',
26452   'title_arguments' => '',
26453   'theme_callback' => '',
26454   'theme_arguments' => 'a:0:{}',
26455   'type' => '388',
26456   'description' => '',
26457   'position' => '',
26458   'weight' => '0',
26459   'include_file' => 'modules/forum/forum.admin.inc',
26460 ))
26461 ->values(array(
26462   'path' => 'admin/structure/forum/add/forum',
26463   'load_functions' => '',
26464   'to_arg_functions' => '',
26465   'access_callback' => 'user_access',
26466   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26467   'page_callback' => 'forum_form_main',
26468   'page_arguments' => 'a:1:{i:0;s:5:"forum";}',
26469   'delivery_callback' => '',
26470   'fit' => '31',
26471   'number_parts' => '5',
26472   'context' => '1',
26473   'tab_parent' => 'admin/structure/forum',
26474   'tab_root' => 'admin/structure/forum',
26475   'title' => 'Add forum',
26476   'title_callback' => 't',
26477   'title_arguments' => '',
26478   'theme_callback' => '',
26479   'theme_arguments' => 'a:0:{}',
26480   'type' => '388',
26481   'description' => '',
26482   'position' => '',
26483   'weight' => '0',
26484   'include_file' => 'modules/forum/forum.admin.inc',
26485 ))
26486 ->values(array(
26487   'path' => 'admin/structure/forum/edit/container/%',
26488   'load_functions' => 'a:1:{i:5;s:18:"taxonomy_term_load";}',
26489   'to_arg_functions' => '',
26490   'access_callback' => 'user_access',
26491   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26492   'page_callback' => 'forum_form_main',
26493   'page_arguments' => 'a:2:{i:0;s:9:"container";i:1;i:5;}',
26494   'delivery_callback' => '',
26495   'fit' => '62',
26496   'number_parts' => '6',
26497   'context' => '0',
26498   'tab_parent' => '',
26499   'tab_root' => 'admin/structure/forum/edit/container/%',
26500   'title' => 'Edit container',
26501   'title_callback' => 't',
26502   'title_arguments' => '',
26503   'theme_callback' => '',
26504   'theme_arguments' => 'a:0:{}',
26505   'type' => '6',
26506   'description' => '',
26507   'position' => '',
26508   'weight' => '0',
26509   'include_file' => 'modules/forum/forum.admin.inc',
26510 ))
26511 ->values(array(
26512   'path' => 'admin/structure/forum/edit/forum/%',
26513   'load_functions' => 'a:1:{i:5;s:18:"taxonomy_term_load";}',
26514   'to_arg_functions' => '',
26515   'access_callback' => 'user_access',
26516   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26517   'page_callback' => 'forum_form_main',
26518   'page_arguments' => 'a:2:{i:0;s:5:"forum";i:1;i:5;}',
26519   'delivery_callback' => '',
26520   'fit' => '62',
26521   'number_parts' => '6',
26522   'context' => '0',
26523   'tab_parent' => '',
26524   'tab_root' => 'admin/structure/forum/edit/forum/%',
26525   'title' => 'Edit forum',
26526   'title_callback' => 't',
26527   'title_arguments' => '',
26528   'theme_callback' => '',
26529   'theme_arguments' => 'a:0:{}',
26530   'type' => '6',
26531   'description' => '',
26532   'position' => '',
26533   'weight' => '0',
26534   'include_file' => 'modules/forum/forum.admin.inc',
26535 ))
26536 ->values(array(
26537   'path' => 'admin/structure/forum/list',
26538   'load_functions' => '',
26539   'to_arg_functions' => '',
26540   'access_callback' => 'user_access',
26541   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26542   'page_callback' => 'drupal_get_form',
26543   'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
26544   'delivery_callback' => '',
26545   'fit' => '15',
26546   'number_parts' => '4',
26547   'context' => '1',
26548   'tab_parent' => 'admin/structure/forum',
26549   'tab_root' => 'admin/structure/forum',
26550   'title' => 'List',
26551   'title_callback' => 't',
26552   'title_arguments' => '',
26553   'theme_callback' => '',
26554   'theme_arguments' => 'a:0:{}',
26555   'type' => '140',
26556   'description' => '',
26557   'position' => '',
26558   'weight' => '-10',
26559   'include_file' => 'modules/forum/forum.admin.inc',
26560 ))
26561 ->values(array(
26562   'path' => 'admin/structure/forum/settings',
26563   'load_functions' => '',
26564   'to_arg_functions' => '',
26565   'access_callback' => 'user_access',
26566   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
26567   'page_callback' => 'drupal_get_form',
26568   'page_arguments' => 'a:1:{i:0;s:20:"forum_admin_settings";}',
26569   'delivery_callback' => '',
26570   'fit' => '15',
26571   'number_parts' => '4',
26572   'context' => '1',
26573   'tab_parent' => 'admin/structure/forum',
26574   'tab_root' => 'admin/structure/forum',
26575   'title' => 'Settings',
26576   'title_callback' => 't',
26577   'title_arguments' => '',
26578   'theme_callback' => '',
26579   'theme_arguments' => 'a:0:{}',
26580   'type' => '132',
26581   'description' => '',
26582   'position' => '',
26583   'weight' => '5',
26584   'include_file' => 'modules/forum/forum.admin.inc',
26585 ))
26586 ->values(array(
26587   'path' => 'admin/structure/menu',
26588   'load_functions' => '',
26589   'to_arg_functions' => '',
26590   'access_callback' => 'user_access',
26591   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26592   'page_callback' => 'menu_overview_page',
26593   'page_arguments' => 'a:0:{}',
26594   'delivery_callback' => '',
26595   'fit' => '7',
26596   'number_parts' => '3',
26597   'context' => '0',
26598   'tab_parent' => '',
26599   'tab_root' => 'admin/structure/menu',
26600   'title' => 'Menus',
26601   'title_callback' => 't',
26602   'title_arguments' => '',
26603   'theme_callback' => '',
26604   'theme_arguments' => 'a:0:{}',
26605   'type' => '6',
26606   'description' => 'Add new menus to your site, edit existing menus, and rename and reorganize menu links.',
26607   'position' => '',
26608   'weight' => '0',
26609   'include_file' => 'modules/menu/menu.admin.inc',
26610 ))
26611 ->values(array(
26612   'path' => 'admin/structure/menu/add',
26613   'load_functions' => '',
26614   'to_arg_functions' => '',
26615   'access_callback' => 'user_access',
26616   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26617   'page_callback' => 'drupal_get_form',
26618   'page_arguments' => 'a:2:{i:0;s:14:"menu_edit_menu";i:1;s:3:"add";}',
26619   'delivery_callback' => '',
26620   'fit' => '15',
26621   'number_parts' => '4',
26622   'context' => '1',
26623   'tab_parent' => 'admin/structure/menu',
26624   'tab_root' => 'admin/structure/menu',
26625   'title' => 'Add menu',
26626   'title_callback' => 't',
26627   'title_arguments' => '',
26628   'theme_callback' => '',
26629   'theme_arguments' => 'a:0:{}',
26630   'type' => '388',
26631   'description' => '',
26632   'position' => '',
26633   'weight' => '0',
26634   'include_file' => 'modules/menu/menu.admin.inc',
26635 ))
26636 ->values(array(
26637   'path' => 'admin/structure/menu/item/%/delete',
26638   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
26639   'to_arg_functions' => '',
26640   'access_callback' => 'user_access',
26641   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26642   'page_callback' => 'menu_item_delete_page',
26643   'page_arguments' => 'a:1:{i:0;i:4;}',
26644   'delivery_callback' => '',
26645   'fit' => '61',
26646   'number_parts' => '6',
26647   'context' => '0',
26648   'tab_parent' => '',
26649   'tab_root' => 'admin/structure/menu/item/%/delete',
26650   'title' => 'Delete menu link',
26651   'title_callback' => 't',
26652   'title_arguments' => '',
26653   'theme_callback' => '',
26654   'theme_arguments' => 'a:0:{}',
26655   'type' => '6',
26656   'description' => '',
26657   'position' => '',
26658   'weight' => '0',
26659   'include_file' => 'modules/menu/menu.admin.inc',
26660 ))
26661 ->values(array(
26662   'path' => 'admin/structure/menu/item/%/edit',
26663   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
26664   'to_arg_functions' => '',
26665   'access_callback' => 'user_access',
26666   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26667   'page_callback' => 'drupal_get_form',
26668   'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:4:"edit";i:2;i:4;i:3;N;}',
26669   'delivery_callback' => '',
26670   'fit' => '61',
26671   'number_parts' => '6',
26672   'context' => '0',
26673   'tab_parent' => '',
26674   'tab_root' => 'admin/structure/menu/item/%/edit',
26675   'title' => 'Edit menu link',
26676   'title_callback' => 't',
26677   'title_arguments' => '',
26678   'theme_callback' => '',
26679   'theme_arguments' => 'a:0:{}',
26680   'type' => '6',
26681   'description' => '',
26682   'position' => '',
26683   'weight' => '0',
26684   'include_file' => 'modules/menu/menu.admin.inc',
26685 ))
26686 ->values(array(
26687   'path' => 'admin/structure/menu/item/%/reset',
26688   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
26689   'to_arg_functions' => '',
26690   'access_callback' => 'user_access',
26691   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26692   'page_callback' => 'drupal_get_form',
26693   'page_arguments' => 'a:2:{i:0;s:23:"menu_reset_item_confirm";i:1;i:4;}',
26694   'delivery_callback' => '',
26695   'fit' => '61',
26696   'number_parts' => '6',
26697   'context' => '0',
26698   'tab_parent' => '',
26699   'tab_root' => 'admin/structure/menu/item/%/reset',
26700   'title' => 'Reset menu link',
26701   'title_callback' => 't',
26702   'title_arguments' => '',
26703   'theme_callback' => '',
26704   'theme_arguments' => 'a:0:{}',
26705   'type' => '6',
26706   'description' => '',
26707   'position' => '',
26708   'weight' => '0',
26709   'include_file' => 'modules/menu/menu.admin.inc',
26710 ))
26711 ->values(array(
26712   'path' => 'admin/structure/menu/list',
26713   'load_functions' => '',
26714   'to_arg_functions' => '',
26715   'access_callback' => 'user_access',
26716   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26717   'page_callback' => 'menu_overview_page',
26718   'page_arguments' => 'a:0:{}',
26719   'delivery_callback' => '',
26720   'fit' => '15',
26721   'number_parts' => '4',
26722   'context' => '1',
26723   'tab_parent' => 'admin/structure/menu',
26724   'tab_root' => 'admin/structure/menu',
26725   'title' => 'List menus',
26726   'title_callback' => 't',
26727   'title_arguments' => '',
26728   'theme_callback' => '',
26729   'theme_arguments' => 'a:0:{}',
26730   'type' => '140',
26731   'description' => '',
26732   'position' => '',
26733   'weight' => '-10',
26734   'include_file' => 'modules/menu/menu.admin.inc',
26735 ))
26736 ->values(array(
26737   'path' => 'admin/structure/menu/manage/%',
26738   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
26739   'to_arg_functions' => '',
26740   'access_callback' => 'user_access',
26741   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26742   'page_callback' => 'drupal_get_form',
26743   'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:4;}',
26744   'delivery_callback' => '',
26745   'fit' => '30',
26746   'number_parts' => '5',
26747   'context' => '0',
26748   'tab_parent' => '',
26749   'tab_root' => 'admin/structure/menu/manage/%',
26750   'title' => 'Customize menu',
26751   'title_callback' => 'menu_overview_title',
26752   'title_arguments' => 'a:1:{i:0;i:4;}',
26753   'theme_callback' => '',
26754   'theme_arguments' => 'a:0:{}',
26755   'type' => '6',
26756   'description' => '',
26757   'position' => '',
26758   'weight' => '0',
26759   'include_file' => 'modules/menu/menu.admin.inc',
26760 ))
26761 ->values(array(
26762   'path' => 'admin/structure/menu/manage/%/add',
26763   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
26764   'to_arg_functions' => '',
26765   'access_callback' => 'user_access',
26766   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26767   'page_callback' => 'drupal_get_form',
26768   'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:3:"add";i:2;N;i:3;i:4;}',
26769   'delivery_callback' => '',
26770   'fit' => '61',
26771   'number_parts' => '6',
26772   'context' => '1',
26773   'tab_parent' => 'admin/structure/menu/manage/%',
26774   'tab_root' => 'admin/structure/menu/manage/%',
26775   'title' => 'Add link',
26776   'title_callback' => 't',
26777   'title_arguments' => '',
26778   'theme_callback' => '',
26779   'theme_arguments' => 'a:0:{}',
26780   'type' => '388',
26781   'description' => '',
26782   'position' => '',
26783   'weight' => '0',
26784   'include_file' => 'modules/menu/menu.admin.inc',
26785 ))
26786 ->values(array(
26787   'path' => 'admin/structure/menu/manage/%/delete',
26788   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
26789   'to_arg_functions' => '',
26790   'access_callback' => 'user_access',
26791   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26792   'page_callback' => 'menu_delete_menu_page',
26793   'page_arguments' => 'a:1:{i:0;i:4;}',
26794   'delivery_callback' => '',
26795   'fit' => '61',
26796   'number_parts' => '6',
26797   'context' => '0',
26798   'tab_parent' => '',
26799   'tab_root' => 'admin/structure/menu/manage/%/delete',
26800   'title' => 'Delete menu',
26801   'title_callback' => 't',
26802   'title_arguments' => '',
26803   'theme_callback' => '',
26804   'theme_arguments' => 'a:0:{}',
26805   'type' => '6',
26806   'description' => '',
26807   'position' => '',
26808   'weight' => '0',
26809   'include_file' => 'modules/menu/menu.admin.inc',
26810 ))
26811 ->values(array(
26812   'path' => 'admin/structure/menu/manage/%/edit',
26813   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
26814   'to_arg_functions' => '',
26815   'access_callback' => 'user_access',
26816   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26817   'page_callback' => 'drupal_get_form',
26818   'page_arguments' => 'a:3:{i:0;s:14:"menu_edit_menu";i:1;s:4:"edit";i:2;i:4;}',
26819   'delivery_callback' => '',
26820   'fit' => '61',
26821   'number_parts' => '6',
26822   'context' => '3',
26823   'tab_parent' => 'admin/structure/menu/manage/%',
26824   'tab_root' => 'admin/structure/menu/manage/%',
26825   'title' => 'Edit menu',
26826   'title_callback' => 't',
26827   'title_arguments' => '',
26828   'theme_callback' => '',
26829   'theme_arguments' => 'a:0:{}',
26830   'type' => '132',
26831   'description' => '',
26832   'position' => '',
26833   'weight' => '0',
26834   'include_file' => 'modules/menu/menu.admin.inc',
26835 ))
26836 ->values(array(
26837   'path' => 'admin/structure/menu/manage/%/list',
26838   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
26839   'to_arg_functions' => '',
26840   'access_callback' => 'user_access',
26841   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26842   'page_callback' => 'drupal_get_form',
26843   'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:4;}',
26844   'delivery_callback' => '',
26845   'fit' => '61',
26846   'number_parts' => '6',
26847   'context' => '3',
26848   'tab_parent' => 'admin/structure/menu/manage/%',
26849   'tab_root' => 'admin/structure/menu/manage/%',
26850   'title' => 'List links',
26851   'title_callback' => 't',
26852   'title_arguments' => '',
26853   'theme_callback' => '',
26854   'theme_arguments' => 'a:0:{}',
26855   'type' => '140',
26856   'description' => '',
26857   'position' => '',
26858   'weight' => '-10',
26859   'include_file' => 'modules/menu/menu.admin.inc',
26860 ))
26861 ->values(array(
26862   'path' => 'admin/structure/menu/parents',
26863   'load_functions' => '',
26864   'to_arg_functions' => '',
26865   'access_callback' => 'user_access',
26866   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26867   'page_callback' => 'menu_parent_options_js',
26868   'page_arguments' => 'a:0:{}',
26869   'delivery_callback' => '',
26870   'fit' => '15',
26871   'number_parts' => '4',
26872   'context' => '0',
26873   'tab_parent' => '',
26874   'tab_root' => 'admin/structure/menu/parents',
26875   'title' => 'Parent menu items',
26876   'title_callback' => 't',
26877   'title_arguments' => '',
26878   'theme_callback' => '',
26879   'theme_arguments' => 'a:0:{}',
26880   'type' => '0',
26881   'description' => '',
26882   'position' => '',
26883   'weight' => '0',
26884   'include_file' => '',
26885 ))
26886 ->values(array(
26887   'path' => 'admin/structure/menu/settings',
26888   'load_functions' => '',
26889   'to_arg_functions' => '',
26890   'access_callback' => 'user_access',
26891   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
26892   'page_callback' => 'drupal_get_form',
26893   'page_arguments' => 'a:1:{i:0;s:14:"menu_configure";}',
26894   'delivery_callback' => '',
26895   'fit' => '15',
26896   'number_parts' => '4',
26897   'context' => '1',
26898   'tab_parent' => 'admin/structure/menu',
26899   'tab_root' => 'admin/structure/menu',
26900   'title' => 'Settings',
26901   'title_callback' => 't',
26902   'title_arguments' => '',
26903   'theme_callback' => '',
26904   'theme_arguments' => 'a:0:{}',
26905   'type' => '132',
26906   'description' => '',
26907   'position' => '',
26908   'weight' => '5',
26909   'include_file' => 'modules/menu/menu.admin.inc',
26910 ))
26911 ->values(array(
26912   'path' => 'admin/structure/taxonomy',
26913   'load_functions' => '',
26914   'to_arg_functions' => '',
26915   'access_callback' => 'user_access',
26916   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
26917   'page_callback' => 'drupal_get_form',
26918   'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}',
26919   'delivery_callback' => '',
26920   'fit' => '7',
26921   'number_parts' => '3',
26922   'context' => '0',
26923   'tab_parent' => '',
26924   'tab_root' => 'admin/structure/taxonomy',
26925   'title' => 'Taxonomy',
26926   'title_callback' => 't',
26927   'title_arguments' => '',
26928   'theme_callback' => '',
26929   'theme_arguments' => 'a:0:{}',
26930   'type' => '6',
26931   'description' => 'Manage tagging, categorization, and classification of your content.',
26932   'position' => '',
26933   'weight' => '0',
26934   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
26935 ))
26936 ->values(array(
26937   'path' => 'admin/structure/taxonomy/%',
26938   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
26939   'to_arg_functions' => '',
26940   'access_callback' => 'user_access',
26941   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
26942   'page_callback' => 'drupal_get_form',
26943   'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}',
26944   'delivery_callback' => '',
26945   'fit' => '14',
26946   'number_parts' => '4',
26947   'context' => '0',
26948   'tab_parent' => '',
26949   'tab_root' => 'admin/structure/taxonomy/%',
26950   'title' => '',
26951   'title_callback' => 'entity_label',
26952   'title_arguments' => 'a:2:{i:0;s:19:"taxonomy_vocabulary";i:1;i:3;}',
26953   'theme_callback' => '',
26954   'theme_arguments' => 'a:0:{}',
26955   'type' => '6',
26956   'description' => '',
26957   'position' => '',
26958   'weight' => '0',
26959   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
26960 ))
26961 ->values(array(
26962   'path' => 'admin/structure/taxonomy/%/add',
26963   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
26964   'to_arg_functions' => '',
26965   'access_callback' => 'user_access',
26966   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
26967   'page_callback' => 'drupal_get_form',
26968   'page_arguments' => 'a:3:{i:0;s:18:"taxonomy_form_term";i:1;a:0:{}i:2;i:3;}',
26969   'delivery_callback' => '',
26970   'fit' => '29',
26971   'number_parts' => '5',
26972   'context' => '1',
26973   'tab_parent' => 'admin/structure/taxonomy/%',
26974   'tab_root' => 'admin/structure/taxonomy/%',
26975   'title' => 'Add term',
26976   'title_callback' => 't',
26977   'title_arguments' => '',
26978   'theme_callback' => '',
26979   'theme_arguments' => 'a:0:{}',
26980   'type' => '388',
26981   'description' => '',
26982   'position' => '',
26983   'weight' => '0',
26984   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
26985 ))
26986 ->values(array(
26987   'path' => 'admin/structure/taxonomy/%/display',
26988   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
26989   'to_arg_functions' => '',
26990   'access_callback' => 'user_access',
26991   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
26992   'page_callback' => 'drupal_get_form',
26993   '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";}',
26994   'delivery_callback' => '',
26995   'fit' => '29',
26996   'number_parts' => '5',
26997   'context' => '1',
26998   'tab_parent' => 'admin/structure/taxonomy/%',
26999   'tab_root' => 'admin/structure/taxonomy/%',
27000   'title' => 'Manage display',
27001   'title_callback' => 't',
27002   'title_arguments' => '',
27003   'theme_callback' => '',
27004   'theme_arguments' => 'a:0:{}',
27005   'type' => '132',
27006   'description' => '',
27007   'position' => '',
27008   'weight' => '2',
27009   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27010 ))
27011 ->values(array(
27012   'path' => 'admin/structure/taxonomy/%/display/default',
27013   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
27014   'to_arg_functions' => '',
27015   'access_callback' => '_field_ui_view_mode_menu_access',
27016   '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";}',
27017   'page_callback' => 'drupal_get_form',
27018   '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";}',
27019   'delivery_callback' => '',
27020   'fit' => '59',
27021   'number_parts' => '6',
27022   'context' => '1',
27023   'tab_parent' => 'admin/structure/taxonomy/%/display',
27024   'tab_root' => 'admin/structure/taxonomy/%',
27025   'title' => 'Default',
27026   'title_callback' => 't',
27027   'title_arguments' => '',
27028   'theme_callback' => '',
27029   'theme_arguments' => 'a:0:{}',
27030   'type' => '140',
27031   'description' => '',
27032   'position' => '',
27033   'weight' => '-10',
27034   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27035 ))
27036 ->values(array(
27037   'path' => 'admin/structure/taxonomy/%/display/full',
27038   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
27039   'to_arg_functions' => '',
27040   'access_callback' => '_field_ui_view_mode_menu_access',
27041   '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";}',
27042   'page_callback' => 'drupal_get_form',
27043   '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";}',
27044   'delivery_callback' => '',
27045   'fit' => '59',
27046   'number_parts' => '6',
27047   'context' => '1',
27048   'tab_parent' => 'admin/structure/taxonomy/%/display',
27049   'tab_root' => 'admin/structure/taxonomy/%',
27050   'title' => 'Taxonomy term page',
27051   'title_callback' => 't',
27052   'title_arguments' => '',
27053   'theme_callback' => '',
27054   'theme_arguments' => 'a:0:{}',
27055   'type' => '132',
27056   'description' => '',
27057   'position' => '',
27058   'weight' => '0',
27059   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27060 ))
27061 ->values(array(
27062   'path' => 'admin/structure/taxonomy/%/edit',
27063   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
27064   'to_arg_functions' => '',
27065   'access_callback' => 'user_access',
27066   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27067   'page_callback' => 'drupal_get_form',
27068   'page_arguments' => 'a:2:{i:0;s:24:"taxonomy_form_vocabulary";i:1;i:3;}',
27069   'delivery_callback' => '',
27070   'fit' => '29',
27071   'number_parts' => '5',
27072   'context' => '1',
27073   'tab_parent' => 'admin/structure/taxonomy/%',
27074   'tab_root' => 'admin/structure/taxonomy/%',
27075   'title' => 'Edit',
27076   'title_callback' => 't',
27077   'title_arguments' => '',
27078   'theme_callback' => '',
27079   'theme_arguments' => 'a:0:{}',
27080   'type' => '132',
27081   'description' => '',
27082   'position' => '',
27083   'weight' => '-10',
27084   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
27085 ))
27086 ->values(array(
27087   'path' => 'admin/structure/taxonomy/%/fields',
27088   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
27089   'to_arg_functions' => '',
27090   'access_callback' => 'user_access',
27091   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27092   'page_callback' => 'drupal_get_form',
27093   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:13:"taxonomy_term";i:2;i:3;}',
27094   'delivery_callback' => '',
27095   'fit' => '29',
27096   'number_parts' => '5',
27097   'context' => '1',
27098   'tab_parent' => 'admin/structure/taxonomy/%',
27099   'tab_root' => 'admin/structure/taxonomy/%',
27100   'title' => 'Manage fields',
27101   'title_callback' => 't',
27102   'title_arguments' => '',
27103   'theme_callback' => '',
27104   'theme_arguments' => 'a:0:{}',
27105   'type' => '132',
27106   'description' => '',
27107   'position' => '',
27108   'weight' => '1',
27109   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27110 ))
27111 ->values(array(
27112   'path' => 'admin/structure/taxonomy/%/fields/%',
27113   '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";}}}',
27114   'to_arg_functions' => '',
27115   'access_callback' => 'user_access',
27116   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27117   'page_callback' => 'drupal_get_form',
27118   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
27119   'delivery_callback' => '',
27120   'fit' => '58',
27121   'number_parts' => '6',
27122   'context' => '0',
27123   'tab_parent' => '',
27124   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
27125   'title' => '',
27126   'title_callback' => 'field_ui_menu_title',
27127   'title_arguments' => 'a:1:{i:0;i:5;}',
27128   'theme_callback' => '',
27129   'theme_arguments' => 'a:0:{}',
27130   'type' => '6',
27131   'description' => '',
27132   'position' => '',
27133   'weight' => '0',
27134   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27135 ))
27136 ->values(array(
27137   'path' => 'admin/structure/taxonomy/%/fields/%/delete',
27138   '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";}}}',
27139   'to_arg_functions' => '',
27140   'access_callback' => 'user_access',
27141   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27142   'page_callback' => 'drupal_get_form',
27143   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:5;}',
27144   'delivery_callback' => '',
27145   'fit' => '117',
27146   'number_parts' => '7',
27147   'context' => '1',
27148   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
27149   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
27150   'title' => 'Delete',
27151   'title_callback' => 't',
27152   'title_arguments' => '',
27153   'theme_callback' => '',
27154   'theme_arguments' => 'a:0:{}',
27155   'type' => '132',
27156   'description' => '',
27157   'position' => '',
27158   'weight' => '10',
27159   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27160 ))
27161 ->values(array(
27162   'path' => 'admin/structure/taxonomy/%/fields/%/edit',
27163   '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";}}}',
27164   'to_arg_functions' => '',
27165   'access_callback' => 'user_access',
27166   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27167   'page_callback' => 'drupal_get_form',
27168   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
27169   'delivery_callback' => '',
27170   'fit' => '117',
27171   'number_parts' => '7',
27172   'context' => '1',
27173   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
27174   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
27175   'title' => 'Edit',
27176   'title_callback' => 't',
27177   'title_arguments' => '',
27178   'theme_callback' => '',
27179   'theme_arguments' => 'a:0:{}',
27180   'type' => '140',
27181   'description' => '',
27182   'position' => '',
27183   'weight' => '0',
27184   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27185 ))
27186 ->values(array(
27187   'path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
27188   '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";}}}',
27189   'to_arg_functions' => '',
27190   'access_callback' => 'user_access',
27191   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27192   'page_callback' => 'drupal_get_form',
27193   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:5;}',
27194   'delivery_callback' => '',
27195   'fit' => '117',
27196   'number_parts' => '7',
27197   'context' => '1',
27198   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
27199   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
27200   'title' => 'Field settings',
27201   'title_callback' => 't',
27202   'title_arguments' => '',
27203   'theme_callback' => '',
27204   'theme_arguments' => 'a:0:{}',
27205   'type' => '132',
27206   'description' => '',
27207   'position' => '',
27208   'weight' => '0',
27209   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27210 ))
27211 ->values(array(
27212   'path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
27213   '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";}}}',
27214   'to_arg_functions' => '',
27215   'access_callback' => 'user_access',
27216   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27217   'page_callback' => 'drupal_get_form',
27218   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:5;}',
27219   'delivery_callback' => '',
27220   'fit' => '117',
27221   'number_parts' => '7',
27222   'context' => '1',
27223   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
27224   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
27225   'title' => 'Widget type',
27226   'title_callback' => 't',
27227   'title_arguments' => '',
27228   'theme_callback' => '',
27229   'theme_arguments' => 'a:0:{}',
27230   'type' => '132',
27231   'description' => '',
27232   'position' => '',
27233   'weight' => '0',
27234   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27235 ))
27236 ->values(array(
27237   'path' => 'admin/structure/taxonomy/%/list',
27238   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
27239   'to_arg_functions' => '',
27240   'access_callback' => 'user_access',
27241   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27242   'page_callback' => 'drupal_get_form',
27243   'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}',
27244   'delivery_callback' => '',
27245   'fit' => '29',
27246   'number_parts' => '5',
27247   'context' => '1',
27248   'tab_parent' => 'admin/structure/taxonomy/%',
27249   'tab_root' => 'admin/structure/taxonomy/%',
27250   'title' => 'List',
27251   'title_callback' => 't',
27252   'title_arguments' => '',
27253   'theme_callback' => '',
27254   'theme_arguments' => 'a:0:{}',
27255   'type' => '140',
27256   'description' => '',
27257   'position' => '',
27258   'weight' => '-20',
27259   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
27260 ))
27261 ->values(array(
27262   'path' => 'admin/structure/taxonomy/add',
27263   'load_functions' => '',
27264   'to_arg_functions' => '',
27265   'access_callback' => 'user_access',
27266   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27267   'page_callback' => 'drupal_get_form',
27268   'page_arguments' => 'a:1:{i:0;s:24:"taxonomy_form_vocabulary";}',
27269   'delivery_callback' => '',
27270   'fit' => '15',
27271   'number_parts' => '4',
27272   'context' => '1',
27273   'tab_parent' => 'admin/structure/taxonomy',
27274   'tab_root' => 'admin/structure/taxonomy',
27275   'title' => 'Add vocabulary',
27276   'title_callback' => 't',
27277   'title_arguments' => '',
27278   'theme_callback' => '',
27279   'theme_arguments' => 'a:0:{}',
27280   'type' => '388',
27281   'description' => '',
27282   'position' => '',
27283   'weight' => '0',
27284   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
27285 ))
27286 ->values(array(
27287   'path' => 'admin/structure/taxonomy/list',
27288   'load_functions' => '',
27289   'to_arg_functions' => '',
27290   'access_callback' => 'user_access',
27291   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
27292   'page_callback' => 'drupal_get_form',
27293   'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}',
27294   'delivery_callback' => '',
27295   'fit' => '15',
27296   'number_parts' => '4',
27297   'context' => '1',
27298   'tab_parent' => 'admin/structure/taxonomy',
27299   'tab_root' => 'admin/structure/taxonomy',
27300   'title' => 'List',
27301   'title_callback' => 't',
27302   'title_arguments' => '',
27303   'theme_callback' => '',
27304   'theme_arguments' => 'a:0:{}',
27305   'type' => '140',
27306   'description' => '',
27307   'position' => '',
27308   'weight' => '-10',
27309   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
27310 ))
27311 ->values(array(
27312   'path' => 'admin/structure/trigger',
27313   'load_functions' => '',
27314   'to_arg_functions' => '',
27315   'access_callback' => 'user_access',
27316   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
27317   'page_callback' => 'trigger_assign',
27318   'page_arguments' => 'a:0:{}',
27319   'delivery_callback' => '',
27320   'fit' => '7',
27321   'number_parts' => '3',
27322   'context' => '0',
27323   'tab_parent' => '',
27324   'tab_root' => 'admin/structure/trigger',
27325   'title' => 'Triggers',
27326   'title_callback' => 't',
27327   'title_arguments' => '',
27328   'theme_callback' => '',
27329   'theme_arguments' => 'a:0:{}',
27330   'type' => '6',
27331   'description' => 'Configure when to execute actions.',
27332   'position' => '',
27333   'weight' => '0',
27334   'include_file' => 'modules/trigger/trigger.admin.inc',
27335 ))
27336 ->values(array(
27337   'path' => 'admin/structure/trigger/comment',
27338   'load_functions' => '',
27339   'to_arg_functions' => '',
27340   'access_callback' => 'user_access',
27341   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
27342   'page_callback' => 'trigger_assign',
27343   'page_arguments' => 'a:1:{i:0;s:7:"comment";}',
27344   'delivery_callback' => '',
27345   'fit' => '15',
27346   'number_parts' => '4',
27347   'context' => '1',
27348   'tab_parent' => 'admin/structure/trigger',
27349   'tab_root' => 'admin/structure/trigger',
27350   'title' => 'Comment',
27351   'title_callback' => 't',
27352   'title_arguments' => '',
27353   'theme_callback' => '',
27354   'theme_arguments' => 'a:0:{}',
27355   'type' => '132',
27356   'description' => '',
27357   'position' => '',
27358   'weight' => '0',
27359   'include_file' => 'modules/trigger/trigger.admin.inc',
27360 ))
27361 ->values(array(
27362   'path' => 'admin/structure/trigger/node',
27363   'load_functions' => '',
27364   'to_arg_functions' => '',
27365   'access_callback' => 'user_access',
27366   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
27367   'page_callback' => 'trigger_assign',
27368   'page_arguments' => 'a:1:{i:0;s:4:"node";}',
27369   'delivery_callback' => '',
27370   'fit' => '15',
27371   'number_parts' => '4',
27372   'context' => '1',
27373   'tab_parent' => 'admin/structure/trigger',
27374   'tab_root' => 'admin/structure/trigger',
27375   'title' => 'Node',
27376   'title_callback' => 't',
27377   'title_arguments' => '',
27378   'theme_callback' => '',
27379   'theme_arguments' => 'a:0:{}',
27380   'type' => '132',
27381   'description' => '',
27382   'position' => '',
27383   'weight' => '0',
27384   'include_file' => 'modules/trigger/trigger.admin.inc',
27385 ))
27386 ->values(array(
27387   'path' => 'admin/structure/trigger/system',
27388   'load_functions' => '',
27389   'to_arg_functions' => '',
27390   'access_callback' => 'user_access',
27391   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
27392   'page_callback' => 'trigger_assign',
27393   'page_arguments' => 'a:1:{i:0;s:6:"system";}',
27394   'delivery_callback' => '',
27395   'fit' => '15',
27396   'number_parts' => '4',
27397   'context' => '1',
27398   'tab_parent' => 'admin/structure/trigger',
27399   'tab_root' => 'admin/structure/trigger',
27400   'title' => 'System',
27401   'title_callback' => 't',
27402   'title_arguments' => '',
27403   'theme_callback' => '',
27404   'theme_arguments' => 'a:0:{}',
27405   'type' => '132',
27406   'description' => '',
27407   'position' => '',
27408   'weight' => '0',
27409   'include_file' => 'modules/trigger/trigger.admin.inc',
27410 ))
27411 ->values(array(
27412   'path' => 'admin/structure/trigger/taxonomy',
27413   'load_functions' => '',
27414   'to_arg_functions' => '',
27415   'access_callback' => 'user_access',
27416   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
27417   'page_callback' => 'trigger_assign',
27418   'page_arguments' => 'a:1:{i:0;s:8:"taxonomy";}',
27419   'delivery_callback' => '',
27420   'fit' => '15',
27421   'number_parts' => '4',
27422   'context' => '1',
27423   'tab_parent' => 'admin/structure/trigger',
27424   'tab_root' => 'admin/structure/trigger',
27425   'title' => 'Taxonomy',
27426   'title_callback' => 't',
27427   'title_arguments' => '',
27428   'theme_callback' => '',
27429   'theme_arguments' => 'a:0:{}',
27430   'type' => '132',
27431   'description' => '',
27432   'position' => '',
27433   'weight' => '0',
27434   'include_file' => 'modules/trigger/trigger.admin.inc',
27435 ))
27436 ->values(array(
27437   'path' => 'admin/structure/trigger/unassign',
27438   'load_functions' => '',
27439   'to_arg_functions' => '',
27440   'access_callback' => 'trigger_menu_unassign_access',
27441   'access_arguments' => 'a:0:{}',
27442   'page_callback' => 'drupal_get_form',
27443   'page_arguments' => 'a:1:{i:0;s:16:"trigger_unassign";}',
27444   'delivery_callback' => '',
27445   'fit' => '15',
27446   'number_parts' => '4',
27447   'context' => '0',
27448   'tab_parent' => '',
27449   'tab_root' => 'admin/structure/trigger/unassign',
27450   'title' => 'Unassign',
27451   'title_callback' => 't',
27452   'title_arguments' => '',
27453   'theme_callback' => '',
27454   'theme_arguments' => 'a:0:{}',
27455   'type' => '4',
27456   'description' => 'Unassign an action from a trigger.',
27457   'position' => '',
27458   'weight' => '0',
27459   'include_file' => 'modules/trigger/trigger.admin.inc',
27460 ))
27461 ->values(array(
27462   'path' => 'admin/structure/trigger/user',
27463   'load_functions' => '',
27464   'to_arg_functions' => '',
27465   'access_callback' => 'user_access',
27466   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
27467   'page_callback' => 'trigger_assign',
27468   'page_arguments' => 'a:1:{i:0;s:4:"user";}',
27469   'delivery_callback' => '',
27470   'fit' => '15',
27471   'number_parts' => '4',
27472   'context' => '1',
27473   'tab_parent' => 'admin/structure/trigger',
27474   'tab_root' => 'admin/structure/trigger',
27475   'title' => 'User',
27476   'title_callback' => 't',
27477   'title_arguments' => '',
27478   'theme_callback' => '',
27479   'theme_arguments' => 'a:0:{}',
27480   'type' => '132',
27481   'description' => '',
27482   'position' => '',
27483   'weight' => '0',
27484   'include_file' => 'modules/trigger/trigger.admin.inc',
27485 ))
27486 ->values(array(
27487   'path' => 'admin/structure/types',
27488   'load_functions' => '',
27489   'to_arg_functions' => '',
27490   'access_callback' => 'user_access',
27491   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27492   'page_callback' => 'node_overview_types',
27493   'page_arguments' => 'a:0:{}',
27494   'delivery_callback' => '',
27495   'fit' => '7',
27496   'number_parts' => '3',
27497   'context' => '0',
27498   'tab_parent' => '',
27499   'tab_root' => 'admin/structure/types',
27500   'title' => 'Content types',
27501   'title_callback' => 't',
27502   'title_arguments' => '',
27503   'theme_callback' => '',
27504   'theme_arguments' => 'a:0:{}',
27505   'type' => '6',
27506   'description' => 'Manage content types, including default status, front page promotion, comment settings, etc.',
27507   'position' => '',
27508   'weight' => '0',
27509   'include_file' => 'modules/node/content_types.inc',
27510 ))
27511 ->values(array(
27512   'path' => 'admin/structure/types/add',
27513   'load_functions' => '',
27514   'to_arg_functions' => '',
27515   'access_callback' => 'user_access',
27516   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27517   'page_callback' => 'drupal_get_form',
27518   'page_arguments' => 'a:1:{i:0;s:14:"node_type_form";}',
27519   'delivery_callback' => '',
27520   'fit' => '15',
27521   'number_parts' => '4',
27522   'context' => '1',
27523   'tab_parent' => 'admin/structure/types',
27524   'tab_root' => 'admin/structure/types',
27525   'title' => 'Add content type',
27526   'title_callback' => 't',
27527   'title_arguments' => '',
27528   'theme_callback' => '',
27529   'theme_arguments' => 'a:0:{}',
27530   'type' => '388',
27531   'description' => '',
27532   'position' => '',
27533   'weight' => '0',
27534   'include_file' => 'modules/node/content_types.inc',
27535 ))
27536 ->values(array(
27537   'path' => 'admin/structure/types/list',
27538   'load_functions' => '',
27539   'to_arg_functions' => '',
27540   'access_callback' => 'user_access',
27541   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27542   'page_callback' => 'node_overview_types',
27543   'page_arguments' => 'a:0:{}',
27544   'delivery_callback' => '',
27545   'fit' => '15',
27546   'number_parts' => '4',
27547   'context' => '1',
27548   'tab_parent' => 'admin/structure/types',
27549   'tab_root' => 'admin/structure/types',
27550   'title' => 'List',
27551   'title_callback' => 't',
27552   'title_arguments' => '',
27553   'theme_callback' => '',
27554   'theme_arguments' => 'a:0:{}',
27555   'type' => '140',
27556   'description' => '',
27557   'position' => '',
27558   'weight' => '-10',
27559   'include_file' => 'modules/node/content_types.inc',
27560 ))
27561 ->values(array(
27562   'path' => 'admin/structure/types/manage/%',
27563   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
27564   'to_arg_functions' => '',
27565   'access_callback' => 'user_access',
27566   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27567   'page_callback' => 'drupal_get_form',
27568   'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;i:4;}',
27569   'delivery_callback' => '',
27570   'fit' => '30',
27571   'number_parts' => '5',
27572   'context' => '0',
27573   'tab_parent' => '',
27574   'tab_root' => 'admin/structure/types/manage/%',
27575   'title' => 'Edit content type',
27576   'title_callback' => 'node_type_page_title',
27577   'title_arguments' => 'a:1:{i:0;i:4;}',
27578   'theme_callback' => '',
27579   'theme_arguments' => 'a:0:{}',
27580   'type' => '6',
27581   'description' => '',
27582   'position' => '',
27583   'weight' => '0',
27584   'include_file' => 'modules/node/content_types.inc',
27585 ))
27586 ->values(array(
27587   'path' => 'admin/structure/types/manage/%/comment/display',
27588   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
27589   'to_arg_functions' => '',
27590   'access_callback' => 'user_access',
27591   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27592   'page_callback' => 'drupal_get_form',
27593   '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";}',
27594   'delivery_callback' => '',
27595   'fit' => '123',
27596   'number_parts' => '7',
27597   'context' => '1',
27598   'tab_parent' => 'admin/structure/types/manage/%',
27599   'tab_root' => 'admin/structure/types/manage/%',
27600   'title' => 'Comment display',
27601   'title_callback' => 't',
27602   'title_arguments' => '',
27603   'theme_callback' => '',
27604   'theme_arguments' => 'a:0:{}',
27605   'type' => '132',
27606   'description' => '',
27607   'position' => '',
27608   'weight' => '4',
27609   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27610 ))
27611 ->values(array(
27612   'path' => 'admin/structure/types/manage/%/comment/display/default',
27613   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
27614   'to_arg_functions' => '',
27615   'access_callback' => '_field_ui_view_mode_menu_access',
27616   '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";}',
27617   'page_callback' => 'drupal_get_form',
27618   '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";}',
27619   'delivery_callback' => '',
27620   'fit' => '247',
27621   'number_parts' => '8',
27622   'context' => '1',
27623   'tab_parent' => 'admin/structure/types/manage/%/comment/display',
27624   'tab_root' => 'admin/structure/types/manage/%',
27625   'title' => 'Default',
27626   'title_callback' => 't',
27627   'title_arguments' => '',
27628   'theme_callback' => '',
27629   'theme_arguments' => 'a:0:{}',
27630   'type' => '140',
27631   'description' => '',
27632   'position' => '',
27633   'weight' => '-10',
27634   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27635 ))
27636 ->values(array(
27637   'path' => 'admin/structure/types/manage/%/comment/display/full',
27638   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
27639   'to_arg_functions' => '',
27640   'access_callback' => '_field_ui_view_mode_menu_access',
27641   '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";}',
27642   'page_callback' => 'drupal_get_form',
27643   '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";}',
27644   'delivery_callback' => '',
27645   'fit' => '247',
27646   'number_parts' => '8',
27647   'context' => '1',
27648   'tab_parent' => 'admin/structure/types/manage/%/comment/display',
27649   'tab_root' => 'admin/structure/types/manage/%',
27650   'title' => 'Full comment',
27651   'title_callback' => 't',
27652   'title_arguments' => '',
27653   'theme_callback' => '',
27654   'theme_arguments' => 'a:0:{}',
27655   'type' => '132',
27656   'description' => '',
27657   'position' => '',
27658   'weight' => '0',
27659   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27660 ))
27661 ->values(array(
27662   'path' => 'admin/structure/types/manage/%/comment/fields',
27663   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
27664   'to_arg_functions' => '',
27665   'access_callback' => 'user_access',
27666   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27667   'page_callback' => 'drupal_get_form',
27668   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:7:"comment";i:2;i:4;}',
27669   'delivery_callback' => '',
27670   'fit' => '123',
27671   'number_parts' => '7',
27672   'context' => '1',
27673   'tab_parent' => 'admin/structure/types/manage/%',
27674   'tab_root' => 'admin/structure/types/manage/%',
27675   'title' => 'Comment fields',
27676   'title_callback' => 't',
27677   'title_arguments' => '',
27678   'theme_callback' => '',
27679   'theme_arguments' => 'a:0:{}',
27680   'type' => '132',
27681   'description' => '',
27682   'position' => '',
27683   'weight' => '3',
27684   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27685 ))
27686 ->values(array(
27687   'path' => 'admin/structure/types/manage/%/comment/fields/%',
27688   '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";}}}',
27689   'to_arg_functions' => '',
27690   'access_callback' => 'user_access',
27691   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27692   'page_callback' => 'drupal_get_form',
27693   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:7;}',
27694   'delivery_callback' => '',
27695   'fit' => '246',
27696   'number_parts' => '8',
27697   'context' => '0',
27698   'tab_parent' => '',
27699   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
27700   'title' => '',
27701   'title_callback' => 'field_ui_menu_title',
27702   'title_arguments' => 'a:1:{i:0;i:7;}',
27703   'theme_callback' => '',
27704   'theme_arguments' => 'a:0:{}',
27705   'type' => '6',
27706   'description' => '',
27707   'position' => '',
27708   'weight' => '0',
27709   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27710 ))
27711 ->values(array(
27712   'path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
27713   '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";}}}',
27714   'to_arg_functions' => '',
27715   'access_callback' => 'user_access',
27716   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27717   'page_callback' => 'drupal_get_form',
27718   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:7;}',
27719   'delivery_callback' => '',
27720   'fit' => '493',
27721   'number_parts' => '9',
27722   'context' => '1',
27723   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
27724   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
27725   'title' => 'Delete',
27726   'title_callback' => 't',
27727   'title_arguments' => '',
27728   'theme_callback' => '',
27729   'theme_arguments' => 'a:0:{}',
27730   'type' => '132',
27731   'description' => '',
27732   'position' => '',
27733   'weight' => '10',
27734   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27735 ))
27736 ->values(array(
27737   'path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
27738   '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";}}}',
27739   'to_arg_functions' => '',
27740   'access_callback' => 'user_access',
27741   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27742   'page_callback' => 'drupal_get_form',
27743   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:7;}',
27744   'delivery_callback' => '',
27745   'fit' => '493',
27746   'number_parts' => '9',
27747   'context' => '1',
27748   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
27749   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
27750   'title' => 'Edit',
27751   'title_callback' => 't',
27752   'title_arguments' => '',
27753   'theme_callback' => '',
27754   'theme_arguments' => 'a:0:{}',
27755   'type' => '140',
27756   'description' => '',
27757   'position' => '',
27758   'weight' => '0',
27759   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27760 ))
27761 ->values(array(
27762   'path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
27763   '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";}}}',
27764   'to_arg_functions' => '',
27765   'access_callback' => 'user_access',
27766   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27767   'page_callback' => 'drupal_get_form',
27768   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:7;}',
27769   'delivery_callback' => '',
27770   'fit' => '493',
27771   'number_parts' => '9',
27772   'context' => '1',
27773   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
27774   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
27775   'title' => 'Field settings',
27776   'title_callback' => 't',
27777   'title_arguments' => '',
27778   'theme_callback' => '',
27779   'theme_arguments' => 'a:0:{}',
27780   'type' => '132',
27781   'description' => '',
27782   'position' => '',
27783   'weight' => '0',
27784   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27785 ))
27786 ->values(array(
27787   'path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
27788   '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";}}}',
27789   'to_arg_functions' => '',
27790   'access_callback' => 'user_access',
27791   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27792   'page_callback' => 'drupal_get_form',
27793   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:7;}',
27794   'delivery_callback' => '',
27795   'fit' => '493',
27796   'number_parts' => '9',
27797   'context' => '1',
27798   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
27799   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
27800   'title' => 'Widget type',
27801   'title_callback' => 't',
27802   'title_arguments' => '',
27803   'theme_callback' => '',
27804   'theme_arguments' => 'a:0:{}',
27805   'type' => '132',
27806   'description' => '',
27807   'position' => '',
27808   'weight' => '0',
27809   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27810 ))
27811 ->values(array(
27812   'path' => 'admin/structure/types/manage/%/delete',
27813   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
27814   'to_arg_functions' => '',
27815   'access_callback' => 'user_access',
27816   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27817   'page_callback' => 'drupal_get_form',
27818   'page_arguments' => 'a:2:{i:0;s:24:"node_type_delete_confirm";i:1;i:4;}',
27819   'delivery_callback' => '',
27820   'fit' => '61',
27821   'number_parts' => '6',
27822   'context' => '0',
27823   'tab_parent' => '',
27824   'tab_root' => 'admin/structure/types/manage/%/delete',
27825   'title' => 'Delete',
27826   'title_callback' => 't',
27827   'title_arguments' => '',
27828   'theme_callback' => '',
27829   'theme_arguments' => 'a:0:{}',
27830   'type' => '6',
27831   'description' => '',
27832   'position' => '',
27833   'weight' => '0',
27834   'include_file' => 'modules/node/content_types.inc',
27835 ))
27836 ->values(array(
27837   'path' => 'admin/structure/types/manage/%/display',
27838   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
27839   'to_arg_functions' => '',
27840   'access_callback' => 'user_access',
27841   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
27842   'page_callback' => 'drupal_get_form',
27843   '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";}',
27844   'delivery_callback' => '',
27845   'fit' => '61',
27846   'number_parts' => '6',
27847   'context' => '1',
27848   'tab_parent' => 'admin/structure/types/manage/%',
27849   'tab_root' => 'admin/structure/types/manage/%',
27850   'title' => 'Manage display',
27851   'title_callback' => 't',
27852   'title_arguments' => '',
27853   'theme_callback' => '',
27854   'theme_arguments' => 'a:0:{}',
27855   'type' => '132',
27856   'description' => '',
27857   'position' => '',
27858   'weight' => '2',
27859   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27860 ))
27861 ->values(array(
27862   'path' => 'admin/structure/types/manage/%/display/default',
27863   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
27864   'to_arg_functions' => '',
27865   'access_callback' => '_field_ui_view_mode_menu_access',
27866   '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";}',
27867   'page_callback' => 'drupal_get_form',
27868   '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";}',
27869   'delivery_callback' => '',
27870   'fit' => '123',
27871   'number_parts' => '7',
27872   'context' => '1',
27873   'tab_parent' => 'admin/structure/types/manage/%/display',
27874   'tab_root' => 'admin/structure/types/manage/%',
27875   'title' => 'Default',
27876   'title_callback' => 't',
27877   'title_arguments' => '',
27878   'theme_callback' => '',
27879   'theme_arguments' => 'a:0:{}',
27880   'type' => '140',
27881   'description' => '',
27882   'position' => '',
27883   'weight' => '-10',
27884   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27885 ))
27886 ->values(array(
27887   'path' => 'admin/structure/types/manage/%/display/full',
27888   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
27889   'to_arg_functions' => '',
27890   'access_callback' => '_field_ui_view_mode_menu_access',
27891   '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";}',
27892   'page_callback' => 'drupal_get_form',
27893   '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";}',
27894   'delivery_callback' => '',
27895   'fit' => '123',
27896   'number_parts' => '7',
27897   'context' => '1',
27898   'tab_parent' => 'admin/structure/types/manage/%/display',
27899   'tab_root' => 'admin/structure/types/manage/%',
27900   'title' => 'Full content',
27901   'title_callback' => 't',
27902   'title_arguments' => '',
27903   'theme_callback' => '',
27904   'theme_arguments' => 'a:0:{}',
27905   'type' => '132',
27906   'description' => '',
27907   'position' => '',
27908   'weight' => '0',
27909   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27910 ))
27911 ->values(array(
27912   'path' => 'admin/structure/types/manage/%/display/print',
27913   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
27914   'to_arg_functions' => '',
27915   'access_callback' => '_field_ui_view_mode_menu_access',
27916   '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";}',
27917   'page_callback' => 'drupal_get_form',
27918   '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";}',
27919   'delivery_callback' => '',
27920   'fit' => '123',
27921   'number_parts' => '7',
27922   'context' => '1',
27923   'tab_parent' => 'admin/structure/types/manage/%/display',
27924   'tab_root' => 'admin/structure/types/manage/%',
27925   'title' => 'Print',
27926   'title_callback' => 't',
27927   'title_arguments' => '',
27928   'theme_callback' => '',
27929   'theme_arguments' => 'a:0:{}',
27930   'type' => '132',
27931   'description' => '',
27932   'position' => '',
27933   'weight' => '5',
27934   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27935 ))
27936 ->values(array(
27937   'path' => 'admin/structure/types/manage/%/display/rss',
27938   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
27939   'to_arg_functions' => '',
27940   'access_callback' => '_field_ui_view_mode_menu_access',
27941   '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";}',
27942   'page_callback' => 'drupal_get_form',
27943   '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";}',
27944   'delivery_callback' => '',
27945   'fit' => '123',
27946   'number_parts' => '7',
27947   'context' => '1',
27948   'tab_parent' => 'admin/structure/types/manage/%/display',
27949   'tab_root' => 'admin/structure/types/manage/%',
27950   'title' => 'RSS',
27951   'title_callback' => 't',
27952   'title_arguments' => '',
27953   'theme_callback' => '',
27954   'theme_arguments' => 'a:0:{}',
27955   'type' => '132',
27956   'description' => '',
27957   'position' => '',
27958   'weight' => '2',
27959   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27960 ))
27961 ->values(array(
27962   'path' => 'admin/structure/types/manage/%/display/search_index',
27963   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
27964   'to_arg_functions' => '',
27965   'access_callback' => '_field_ui_view_mode_menu_access',
27966   '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";}',
27967   'page_callback' => 'drupal_get_form',
27968   '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";}',
27969   'delivery_callback' => '',
27970   'fit' => '123',
27971   'number_parts' => '7',
27972   'context' => '1',
27973   'tab_parent' => 'admin/structure/types/manage/%/display',
27974   'tab_root' => 'admin/structure/types/manage/%',
27975   'title' => 'Search index',
27976   'title_callback' => 't',
27977   'title_arguments' => '',
27978   'theme_callback' => '',
27979   'theme_arguments' => 'a:0:{}',
27980   'type' => '132',
27981   'description' => '',
27982   'position' => '',
27983   'weight' => '3',
27984   'include_file' => 'modules/field_ui/field_ui.admin.inc',
27985 ))
27986 ->values(array(
27987   'path' => 'admin/structure/types/manage/%/display/search_result',
27988   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
27989   'to_arg_functions' => '',
27990   'access_callback' => '_field_ui_view_mode_menu_access',
27991   '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";}',
27992   'page_callback' => 'drupal_get_form',
27993   '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";}',
27994   'delivery_callback' => '',
27995   'fit' => '123',
27996   'number_parts' => '7',
27997   'context' => '1',
27998   'tab_parent' => 'admin/structure/types/manage/%/display',
27999   'tab_root' => 'admin/structure/types/manage/%',
28000   'title' => 'Search result highlighting input',
28001   'title_callback' => 't',
28002   'title_arguments' => '',
28003   'theme_callback' => '',
28004   'theme_arguments' => 'a:0:{}',
28005   'type' => '132',
28006   'description' => '',
28007   'position' => '',
28008   'weight' => '4',
28009   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28010 ))
28011 ->values(array(
28012   'path' => 'admin/structure/types/manage/%/display/teaser',
28013   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28014   'to_arg_functions' => '',
28015   'access_callback' => '_field_ui_view_mode_menu_access',
28016   '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";}',
28017   'page_callback' => 'drupal_get_form',
28018   '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";}',
28019   'delivery_callback' => '',
28020   'fit' => '123',
28021   'number_parts' => '7',
28022   'context' => '1',
28023   'tab_parent' => 'admin/structure/types/manage/%/display',
28024   'tab_root' => 'admin/structure/types/manage/%',
28025   'title' => 'Teaser',
28026   'title_callback' => 't',
28027   'title_arguments' => '',
28028   'theme_callback' => '',
28029   'theme_arguments' => 'a:0:{}',
28030   'type' => '132',
28031   'description' => '',
28032   'position' => '',
28033   'weight' => '1',
28034   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28035 ))
28036 ->values(array(
28037   'path' => 'admin/structure/types/manage/%/edit',
28038   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28039   'to_arg_functions' => '',
28040   'access_callback' => 'user_access',
28041   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28042   'page_callback' => 'drupal_get_form',
28043   'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;i:4;}',
28044   'delivery_callback' => '',
28045   'fit' => '61',
28046   'number_parts' => '6',
28047   'context' => '1',
28048   'tab_parent' => 'admin/structure/types/manage/%',
28049   'tab_root' => 'admin/structure/types/manage/%',
28050   'title' => 'Edit',
28051   'title_callback' => 't',
28052   'title_arguments' => '',
28053   'theme_callback' => '',
28054   'theme_arguments' => 'a:0:{}',
28055   'type' => '140',
28056   'description' => '',
28057   'position' => '',
28058   'weight' => '0',
28059   'include_file' => 'modules/node/content_types.inc',
28060 ))
28061 ->values(array(
28062   'path' => 'admin/structure/types/manage/%/fields',
28063   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
28064   'to_arg_functions' => '',
28065   'access_callback' => 'user_access',
28066   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28067   'page_callback' => 'drupal_get_form',
28068   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:4:"node";i:2;i:4;}',
28069   'delivery_callback' => '',
28070   'fit' => '61',
28071   'number_parts' => '6',
28072   'context' => '1',
28073   'tab_parent' => 'admin/structure/types/manage/%',
28074   'tab_root' => 'admin/structure/types/manage/%',
28075   'title' => 'Manage fields',
28076   'title_callback' => 't',
28077   'title_arguments' => '',
28078   'theme_callback' => '',
28079   'theme_arguments' => 'a:0:{}',
28080   'type' => '132',
28081   'description' => '',
28082   'position' => '',
28083   'weight' => '1',
28084   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28085 ))
28086 ->values(array(
28087   'path' => 'admin/structure/types/manage/%/fields/%',
28088   '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";}}}',
28089   'to_arg_functions' => '',
28090   'access_callback' => 'user_access',
28091   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28092   'page_callback' => 'drupal_get_form',
28093   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:6;}',
28094   'delivery_callback' => '',
28095   'fit' => '122',
28096   'number_parts' => '7',
28097   'context' => '0',
28098   'tab_parent' => '',
28099   'tab_root' => 'admin/structure/types/manage/%/fields/%',
28100   'title' => '',
28101   'title_callback' => 'field_ui_menu_title',
28102   'title_arguments' => 'a:1:{i:0;i:6;}',
28103   'theme_callback' => '',
28104   'theme_arguments' => 'a:0:{}',
28105   'type' => '6',
28106   'description' => '',
28107   'position' => '',
28108   'weight' => '0',
28109   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28110 ))
28111 ->values(array(
28112   'path' => 'admin/structure/types/manage/%/fields/%/delete',
28113   '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";}}}',
28114   'to_arg_functions' => '',
28115   'access_callback' => 'user_access',
28116   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28117   'page_callback' => 'drupal_get_form',
28118   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:6;}',
28119   'delivery_callback' => '',
28120   'fit' => '245',
28121   'number_parts' => '8',
28122   'context' => '1',
28123   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
28124   'tab_root' => 'admin/structure/types/manage/%/fields/%',
28125   'title' => 'Delete',
28126   'title_callback' => 't',
28127   'title_arguments' => '',
28128   'theme_callback' => '',
28129   'theme_arguments' => 'a:0:{}',
28130   'type' => '132',
28131   'description' => '',
28132   'position' => '',
28133   'weight' => '10',
28134   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28135 ))
28136 ->values(array(
28137   'path' => 'admin/structure/types/manage/%/fields/%/edit',
28138   '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";}}}',
28139   'to_arg_functions' => '',
28140   'access_callback' => 'user_access',
28141   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28142   'page_callback' => 'drupal_get_form',
28143   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:6;}',
28144   'delivery_callback' => '',
28145   'fit' => '245',
28146   'number_parts' => '8',
28147   'context' => '1',
28148   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
28149   'tab_root' => 'admin/structure/types/manage/%/fields/%',
28150   'title' => 'Edit',
28151   'title_callback' => 't',
28152   'title_arguments' => '',
28153   'theme_callback' => '',
28154   'theme_arguments' => 'a:0:{}',
28155   'type' => '140',
28156   'description' => '',
28157   'position' => '',
28158   'weight' => '0',
28159   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28160 ))
28161 ->values(array(
28162   'path' => 'admin/structure/types/manage/%/fields/%/field-settings',
28163   '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";}}}',
28164   'to_arg_functions' => '',
28165   'access_callback' => 'user_access',
28166   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28167   'page_callback' => 'drupal_get_form',
28168   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:6;}',
28169   'delivery_callback' => '',
28170   'fit' => '245',
28171   'number_parts' => '8',
28172   'context' => '1',
28173   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
28174   'tab_root' => 'admin/structure/types/manage/%/fields/%',
28175   'title' => 'Field settings',
28176   'title_callback' => 't',
28177   'title_arguments' => '',
28178   'theme_callback' => '',
28179   'theme_arguments' => 'a:0:{}',
28180   'type' => '132',
28181   'description' => '',
28182   'position' => '',
28183   'weight' => '0',
28184   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28185 ))
28186 ->values(array(
28187   'path' => 'admin/structure/types/manage/%/fields/%/widget-type',
28188   '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";}}}',
28189   'to_arg_functions' => '',
28190   'access_callback' => 'user_access',
28191   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28192   'page_callback' => 'drupal_get_form',
28193   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:6;}',
28194   'delivery_callback' => '',
28195   'fit' => '245',
28196   'number_parts' => '8',
28197   'context' => '1',
28198   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
28199   'tab_root' => 'admin/structure/types/manage/%/fields/%',
28200   'title' => 'Widget type',
28201   'title_callback' => 't',
28202   'title_arguments' => '',
28203   'theme_callback' => '',
28204   'theme_arguments' => 'a:0:{}',
28205   'type' => '132',
28206   'description' => '',
28207   'position' => '',
28208   'weight' => '0',
28209   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28210 ))
28211 ->values(array(
28212   'path' => 'admin/tasks',
28213   'load_functions' => '',
28214   'to_arg_functions' => '',
28215   'access_callback' => 'user_access',
28216   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
28217   'page_callback' => 'system_admin_menu_block_page',
28218   'page_arguments' => 'a:0:{}',
28219   'delivery_callback' => '',
28220   'fit' => '3',
28221   'number_parts' => '2',
28222   'context' => '1',
28223   'tab_parent' => 'admin',
28224   'tab_root' => 'admin',
28225   'title' => 'Tasks',
28226   'title_callback' => 't',
28227   'title_arguments' => '',
28228   'theme_callback' => '',
28229   'theme_arguments' => 'a:0:{}',
28230   'type' => '140',
28231   'description' => '',
28232   'position' => '',
28233   'weight' => '-20',
28234   'include_file' => 'modules/system/system.admin.inc',
28235 ))
28236 ->values(array(
28237   'path' => 'admin/update/ready',
28238   'load_functions' => '',
28239   'to_arg_functions' => '',
28240   'access_callback' => 'update_manager_access',
28241   'access_arguments' => 'a:0:{}',
28242   'page_callback' => 'drupal_get_form',
28243   'page_arguments' => 'a:1:{i:0;s:32:"update_manager_update_ready_form";}',
28244   'delivery_callback' => '',
28245   'fit' => '7',
28246   'number_parts' => '3',
28247   'context' => '0',
28248   'tab_parent' => '',
28249   'tab_root' => 'admin/update/ready',
28250   'title' => 'Ready to update',
28251   'title_callback' => 't',
28252   'title_arguments' => '',
28253   'theme_callback' => '',
28254   'theme_arguments' => 'a:0:{}',
28255   'type' => '0',
28256   'description' => '',
28257   'position' => '',
28258   'weight' => '0',
28259   'include_file' => 'modules/update/update.manager.inc',
28260 ))
28261 ->values(array(
28262   'path' => 'aggregator',
28263   'load_functions' => '',
28264   'to_arg_functions' => '',
28265   'access_callback' => 'user_access',
28266   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28267   'page_callback' => 'aggregator_page_last',
28268   'page_arguments' => 'a:0:{}',
28269   'delivery_callback' => '',
28270   'fit' => '1',
28271   'number_parts' => '1',
28272   'context' => '0',
28273   'tab_parent' => '',
28274   'tab_root' => 'aggregator',
28275   'title' => 'Feed aggregator',
28276   'title_callback' => 't',
28277   'title_arguments' => '',
28278   'theme_callback' => '',
28279   'theme_arguments' => 'a:0:{}',
28280   'type' => '6',
28281   'description' => '',
28282   'position' => '',
28283   'weight' => '5',
28284   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28285 ))
28286 ->values(array(
28287   'path' => 'aggregator/categories',
28288   'load_functions' => '',
28289   'to_arg_functions' => '',
28290   'access_callback' => '_aggregator_has_categories',
28291   'access_arguments' => 'a:0:{}',
28292   'page_callback' => 'aggregator_page_categories',
28293   'page_arguments' => 'a:0:{}',
28294   'delivery_callback' => '',
28295   'fit' => '3',
28296   'number_parts' => '2',
28297   'context' => '0',
28298   'tab_parent' => '',
28299   'tab_root' => 'aggregator/categories',
28300   'title' => 'Categories',
28301   'title_callback' => 't',
28302   'title_arguments' => '',
28303   'theme_callback' => '',
28304   'theme_arguments' => 'a:0:{}',
28305   'type' => '6',
28306   'description' => '',
28307   'position' => '',
28308   'weight' => '0',
28309   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28310 ))
28311 ->values(array(
28312   'path' => 'aggregator/categories/%',
28313   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
28314   'to_arg_functions' => '',
28315   'access_callback' => 'user_access',
28316   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28317   'page_callback' => 'aggregator_page_category',
28318   'page_arguments' => 'a:1:{i:0;i:2;}',
28319   'delivery_callback' => '',
28320   'fit' => '6',
28321   'number_parts' => '3',
28322   'context' => '0',
28323   'tab_parent' => '',
28324   'tab_root' => 'aggregator/categories/%',
28325   'title' => '',
28326   'title_callback' => '_aggregator_category_title',
28327   'title_arguments' => 'a:1:{i:0;i:2;}',
28328   'theme_callback' => '',
28329   'theme_arguments' => 'a:0:{}',
28330   'type' => '6',
28331   'description' => '',
28332   'position' => '',
28333   'weight' => '0',
28334   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28335 ))
28336 ->values(array(
28337   'path' => 'aggregator/categories/%/categorize',
28338   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
28339   'to_arg_functions' => '',
28340   'access_callback' => 'user_access',
28341   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
28342   'page_callback' => 'drupal_get_form',
28343   'page_arguments' => 'a:2:{i:0;s:29:"aggregator_page_category_form";i:1;i:2;}',
28344   'delivery_callback' => '',
28345   'fit' => '13',
28346   'number_parts' => '4',
28347   'context' => '1',
28348   'tab_parent' => 'aggregator/categories/%',
28349   'tab_root' => 'aggregator/categories/%',
28350   'title' => 'Categorize',
28351   'title_callback' => 't',
28352   'title_arguments' => '',
28353   'theme_callback' => '',
28354   'theme_arguments' => 'a:0:{}',
28355   'type' => '132',
28356   'description' => '',
28357   'position' => '',
28358   'weight' => '0',
28359   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28360 ))
28361 ->values(array(
28362   'path' => 'aggregator/categories/%/configure',
28363   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
28364   'to_arg_functions' => '',
28365   'access_callback' => 'user_access',
28366   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
28367   'page_callback' => 'drupal_get_form',
28368   'page_arguments' => 'a:2:{i:0;s:24:"aggregator_form_category";i:1;i:2;}',
28369   'delivery_callback' => '',
28370   'fit' => '13',
28371   'number_parts' => '4',
28372   'context' => '1',
28373   'tab_parent' => 'aggregator/categories/%',
28374   'tab_root' => 'aggregator/categories/%',
28375   'title' => 'Configure',
28376   'title_callback' => 't',
28377   'title_arguments' => '',
28378   'theme_callback' => '',
28379   'theme_arguments' => 'a:0:{}',
28380   'type' => '132',
28381   'description' => '',
28382   'position' => '',
28383   'weight' => '1',
28384   'include_file' => 'modules/aggregator/aggregator.admin.inc',
28385 ))
28386 ->values(array(
28387   'path' => 'aggregator/categories/%/view',
28388   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
28389   'to_arg_functions' => '',
28390   'access_callback' => 'user_access',
28391   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28392   'page_callback' => 'aggregator_page_category',
28393   'page_arguments' => 'a:1:{i:0;i:2;}',
28394   'delivery_callback' => '',
28395   'fit' => '13',
28396   'number_parts' => '4',
28397   'context' => '1',
28398   'tab_parent' => 'aggregator/categories/%',
28399   'tab_root' => 'aggregator/categories/%',
28400   'title' => 'View',
28401   'title_callback' => 't',
28402   'title_arguments' => '',
28403   'theme_callback' => '',
28404   'theme_arguments' => 'a:0:{}',
28405   'type' => '140',
28406   'description' => '',
28407   'position' => '',
28408   'weight' => '-10',
28409   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28410 ))
28411 ->values(array(
28412   'path' => 'aggregator/opml',
28413   'load_functions' => '',
28414   'to_arg_functions' => '',
28415   'access_callback' => 'user_access',
28416   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28417   'page_callback' => 'aggregator_page_opml',
28418   'page_arguments' => 'a:0:{}',
28419   'delivery_callback' => '',
28420   'fit' => '3',
28421   'number_parts' => '2',
28422   'context' => '0',
28423   'tab_parent' => '',
28424   'tab_root' => 'aggregator/opml',
28425   'title' => 'OPML feed',
28426   'title_callback' => 't',
28427   'title_arguments' => '',
28428   'theme_callback' => '',
28429   'theme_arguments' => 'a:0:{}',
28430   'type' => '0',
28431   'description' => '',
28432   'position' => '',
28433   'weight' => '0',
28434   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28435 ))
28436 ->values(array(
28437   'path' => 'aggregator/rss',
28438   'load_functions' => '',
28439   'to_arg_functions' => '',
28440   'access_callback' => 'user_access',
28441   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28442   'page_callback' => 'aggregator_page_rss',
28443   'page_arguments' => 'a:0:{}',
28444   'delivery_callback' => '',
28445   'fit' => '3',
28446   'number_parts' => '2',
28447   'context' => '0',
28448   'tab_parent' => '',
28449   'tab_root' => 'aggregator/rss',
28450   'title' => 'RSS feed',
28451   'title_callback' => 't',
28452   'title_arguments' => '',
28453   'theme_callback' => '',
28454   'theme_arguments' => 'a:0:{}',
28455   'type' => '0',
28456   'description' => '',
28457   'position' => '',
28458   'weight' => '0',
28459   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28460 ))
28461 ->values(array(
28462   'path' => 'aggregator/sources',
28463   'load_functions' => '',
28464   'to_arg_functions' => '',
28465   'access_callback' => 'user_access',
28466   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28467   'page_callback' => 'aggregator_page_sources',
28468   'page_arguments' => 'a:0:{}',
28469   'delivery_callback' => '',
28470   'fit' => '3',
28471   'number_parts' => '2',
28472   'context' => '0',
28473   'tab_parent' => '',
28474   'tab_root' => 'aggregator/sources',
28475   'title' => 'Sources',
28476   'title_callback' => 't',
28477   'title_arguments' => '',
28478   'theme_callback' => '',
28479   'theme_arguments' => 'a:0:{}',
28480   'type' => '6',
28481   'description' => '',
28482   'position' => '',
28483   'weight' => '0',
28484   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28485 ))
28486 ->values(array(
28487   'path' => 'aggregator/sources/%',
28488   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
28489   'to_arg_functions' => '',
28490   'access_callback' => 'user_access',
28491   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28492   'page_callback' => 'aggregator_page_source',
28493   'page_arguments' => 'a:1:{i:0;i:2;}',
28494   'delivery_callback' => '',
28495   'fit' => '6',
28496   'number_parts' => '3',
28497   'context' => '0',
28498   'tab_parent' => '',
28499   'tab_root' => 'aggregator/sources/%',
28500   'title' => '',
28501   'title_callback' => 't',
28502   'title_arguments' => '',
28503   'theme_callback' => '',
28504   'theme_arguments' => 'a:0:{}',
28505   'type' => '6',
28506   'description' => '',
28507   'position' => '',
28508   'weight' => '0',
28509   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28510 ))
28511 ->values(array(
28512   'path' => 'aggregator/sources/%/categorize',
28513   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
28514   'to_arg_functions' => '',
28515   'access_callback' => 'user_access',
28516   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
28517   'page_callback' => 'drupal_get_form',
28518   'page_arguments' => 'a:2:{i:0;s:27:"aggregator_page_source_form";i:1;i:2;}',
28519   'delivery_callback' => '',
28520   'fit' => '13',
28521   'number_parts' => '4',
28522   'context' => '1',
28523   'tab_parent' => 'aggregator/sources/%',
28524   'tab_root' => 'aggregator/sources/%',
28525   'title' => 'Categorize',
28526   'title_callback' => 't',
28527   'title_arguments' => '',
28528   'theme_callback' => '',
28529   'theme_arguments' => 'a:0:{}',
28530   'type' => '132',
28531   'description' => '',
28532   'position' => '',
28533   'weight' => '0',
28534   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28535 ))
28536 ->values(array(
28537   'path' => 'aggregator/sources/%/configure',
28538   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
28539   'to_arg_functions' => '',
28540   'access_callback' => 'user_access',
28541   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
28542   'page_callback' => 'drupal_get_form',
28543   'page_arguments' => 'a:2:{i:0;s:20:"aggregator_form_feed";i:1;i:2;}',
28544   'delivery_callback' => '',
28545   'fit' => '13',
28546   'number_parts' => '4',
28547   'context' => '1',
28548   'tab_parent' => 'aggregator/sources/%',
28549   'tab_root' => 'aggregator/sources/%',
28550   'title' => 'Configure',
28551   'title_callback' => 't',
28552   'title_arguments' => '',
28553   'theme_callback' => '',
28554   'theme_arguments' => 'a:0:{}',
28555   'type' => '132',
28556   'description' => '',
28557   'position' => '',
28558   'weight' => '1',
28559   'include_file' => 'modules/aggregator/aggregator.admin.inc',
28560 ))
28561 ->values(array(
28562   'path' => 'aggregator/sources/%/view',
28563   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
28564   'to_arg_functions' => '',
28565   'access_callback' => 'user_access',
28566   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
28567   'page_callback' => 'aggregator_page_source',
28568   'page_arguments' => 'a:1:{i:0;i:2;}',
28569   'delivery_callback' => '',
28570   'fit' => '13',
28571   'number_parts' => '4',
28572   'context' => '1',
28573   'tab_parent' => 'aggregator/sources/%',
28574   'tab_root' => 'aggregator/sources/%',
28575   'title' => 'View',
28576   'title_callback' => 't',
28577   'title_arguments' => '',
28578   'theme_callback' => '',
28579   'theme_arguments' => 'a:0:{}',
28580   'type' => '140',
28581   'description' => '',
28582   'position' => '',
28583   'weight' => '-10',
28584   'include_file' => 'modules/aggregator/aggregator.pages.inc',
28585 ))
28586 ->values(array(
28587   'path' => 'batch',
28588   'load_functions' => '',
28589   'to_arg_functions' => '',
28590   'access_callback' => '1',
28591   'access_arguments' => 'a:0:{}',
28592   'page_callback' => 'system_batch_page',
28593   'page_arguments' => 'a:0:{}',
28594   'delivery_callback' => '',
28595   'fit' => '1',
28596   'number_parts' => '1',
28597   'context' => '0',
28598   'tab_parent' => '',
28599   'tab_root' => 'batch',
28600   'title' => '',
28601   'title_callback' => 't',
28602   'title_arguments' => '',
28603   'theme_callback' => '_system_batch_theme',
28604   'theme_arguments' => 'a:0:{}',
28605   'type' => '0',
28606   'description' => '',
28607   'position' => '',
28608   'weight' => '0',
28609   'include_file' => 'modules/system/system.admin.inc',
28610 ))
28611 ->values(array(
28612   'path' => 'blog',
28613   'load_functions' => '',
28614   'to_arg_functions' => '',
28615   'access_callback' => 'user_access',
28616   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
28617   'page_callback' => 'blog_page_last',
28618   'page_arguments' => 'a:0:{}',
28619   'delivery_callback' => '',
28620   'fit' => '1',
28621   'number_parts' => '1',
28622   'context' => '0',
28623   'tab_parent' => '',
28624   'tab_root' => 'blog',
28625   'title' => 'Blogs',
28626   'title_callback' => 't',
28627   'title_arguments' => '',
28628   'theme_callback' => '',
28629   'theme_arguments' => 'a:0:{}',
28630   'type' => '20',
28631   'description' => '',
28632   'position' => '',
28633   'weight' => '0',
28634   'include_file' => 'modules/blog/blog.pages.inc',
28635 ))
28636 ->values(array(
28637   'path' => 'blog/%',
28638   'load_functions' => 'a:1:{i:1;s:22:"user_uid_optional_load";}',
28639   'to_arg_functions' => 'a:1:{i:1;s:24:"user_uid_optional_to_arg";}',
28640   'access_callback' => 'blog_page_user_access',
28641   'access_arguments' => 'a:1:{i:0;i:1;}',
28642   'page_callback' => 'blog_page_user',
28643   'page_arguments' => 'a:1:{i:0;i:1;}',
28644   'delivery_callback' => '',
28645   'fit' => '2',
28646   'number_parts' => '2',
28647   'context' => '0',
28648   'tab_parent' => '',
28649   'tab_root' => 'blog/%',
28650   'title' => 'My blog',
28651   'title_callback' => 't',
28652   'title_arguments' => '',
28653   'theme_callback' => '',
28654   'theme_arguments' => 'a:0:{}',
28655   'type' => '6',
28656   'description' => '',
28657   'position' => '',
28658   'weight' => '0',
28659   'include_file' => 'modules/blog/blog.pages.inc',
28660 ))
28661 ->values(array(
28662   'path' => 'blog/%/feed',
28663   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
28664   'to_arg_functions' => '',
28665   'access_callback' => 'blog_page_user_access',
28666   'access_arguments' => 'a:1:{i:0;i:1;}',
28667   'page_callback' => 'blog_feed_user',
28668   'page_arguments' => 'a:1:{i:0;i:1;}',
28669   'delivery_callback' => '',
28670   'fit' => '5',
28671   'number_parts' => '3',
28672   'context' => '0',
28673   'tab_parent' => '',
28674   'tab_root' => 'blog/%/feed',
28675   'title' => 'Blogs',
28676   'title_callback' => 't',
28677   'title_arguments' => '',
28678   'theme_callback' => '',
28679   'theme_arguments' => 'a:0:{}',
28680   'type' => '0',
28681   'description' => '',
28682   'position' => '',
28683   'weight' => '0',
28684   'include_file' => 'modules/blog/blog.pages.inc',
28685 ))
28686 ->values(array(
28687   'path' => 'blog/feed',
28688   'load_functions' => '',
28689   'to_arg_functions' => '',
28690   'access_callback' => 'user_access',
28691   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
28692   'page_callback' => 'blog_feed_last',
28693   'page_arguments' => 'a:0:{}',
28694   'delivery_callback' => '',
28695   'fit' => '3',
28696   'number_parts' => '2',
28697   'context' => '0',
28698   'tab_parent' => '',
28699   'tab_root' => 'blog/feed',
28700   'title' => 'Blogs',
28701   'title_callback' => 't',
28702   'title_arguments' => '',
28703   'theme_callback' => '',
28704   'theme_arguments' => 'a:0:{}',
28705   'type' => '0',
28706   'description' => '',
28707   'position' => '',
28708   'weight' => '0',
28709   'include_file' => 'modules/blog/blog.pages.inc',
28710 ))
28711 ->values(array(
28712   'path' => 'book',
28713   'load_functions' => '',
28714   'to_arg_functions' => '',
28715   'access_callback' => 'user_access',
28716   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
28717   'page_callback' => 'book_render',
28718   'page_arguments' => 'a:0:{}',
28719   'delivery_callback' => '',
28720   'fit' => '1',
28721   'number_parts' => '1',
28722   'context' => '0',
28723   'tab_parent' => '',
28724   'tab_root' => 'book',
28725   'title' => 'Books',
28726   'title_callback' => 't',
28727   'title_arguments' => '',
28728   'theme_callback' => '',
28729   'theme_arguments' => 'a:0:{}',
28730   'type' => '20',
28731   'description' => '',
28732   'position' => '',
28733   'weight' => '0',
28734   'include_file' => 'modules/book/book.pages.inc',
28735 ))
28736 ->values(array(
28737   'path' => 'book/export/%/%',
28738   'load_functions' => 'a:2:{i:2;N;i:3;N;}',
28739   'to_arg_functions' => '',
28740   'access_callback' => 'user_access',
28741   'access_arguments' => 'a:1:{i:0;s:31:"access printer-friendly version";}',
28742   'page_callback' => 'book_export',
28743   'page_arguments' => 'a:2:{i:0;i:2;i:1;i:3;}',
28744   'delivery_callback' => '',
28745   'fit' => '12',
28746   'number_parts' => '4',
28747   'context' => '0',
28748   'tab_parent' => '',
28749   'tab_root' => 'book/export/%/%',
28750   'title' => '',
28751   'title_callback' => 't',
28752   'title_arguments' => '',
28753   'theme_callback' => '',
28754   'theme_arguments' => 'a:0:{}',
28755   'type' => '0',
28756   'description' => '',
28757   'position' => '',
28758   'weight' => '0',
28759   'include_file' => 'modules/book/book.pages.inc',
28760 ))
28761 ->values(array(
28762   'path' => 'comment/%',
28763   'load_functions' => 'a:1:{i:1;N;}',
28764   'to_arg_functions' => '',
28765   'access_callback' => 'user_access',
28766   'access_arguments' => 'a:1:{i:0;s:15:"access comments";}',
28767   'page_callback' => 'comment_permalink',
28768   'page_arguments' => 'a:1:{i:0;i:1;}',
28769   'delivery_callback' => '',
28770   'fit' => '2',
28771   'number_parts' => '2',
28772   'context' => '0',
28773   'tab_parent' => '',
28774   'tab_root' => 'comment/%',
28775   'title' => 'Comment permalink',
28776   'title_callback' => 't',
28777   'title_arguments' => '',
28778   'theme_callback' => '',
28779   'theme_arguments' => 'a:0:{}',
28780   'type' => '6',
28781   'description' => '',
28782   'position' => '',
28783   'weight' => '0',
28784   'include_file' => '',
28785 ))
28786 ->values(array(
28787   'path' => 'comment/%/approve',
28788   'load_functions' => 'a:1:{i:1;N;}',
28789   'to_arg_functions' => '',
28790   'access_callback' => 'user_access',
28791   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
28792   'page_callback' => 'comment_approve',
28793   'page_arguments' => 'a:1:{i:0;i:1;}',
28794   'delivery_callback' => '',
28795   'fit' => '5',
28796   'number_parts' => '3',
28797   'context' => '0',
28798   'tab_parent' => '',
28799   'tab_root' => 'comment/%/approve',
28800   'title' => 'Approve',
28801   'title_callback' => 't',
28802   'title_arguments' => '',
28803   'theme_callback' => '',
28804   'theme_arguments' => 'a:0:{}',
28805   'type' => '6',
28806   'description' => '',
28807   'position' => '',
28808   'weight' => '1',
28809   'include_file' => 'modules/comment/comment.pages.inc',
28810 ))
28811 ->values(array(
28812   'path' => 'comment/%/delete',
28813   'load_functions' => 'a:1:{i:1;N;}',
28814   'to_arg_functions' => '',
28815   'access_callback' => 'user_access',
28816   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
28817   'page_callback' => 'comment_confirm_delete_page',
28818   'page_arguments' => 'a:1:{i:0;i:1;}',
28819   'delivery_callback' => '',
28820   'fit' => '5',
28821   'number_parts' => '3',
28822   'context' => '1',
28823   'tab_parent' => 'comment/%',
28824   'tab_root' => 'comment/%',
28825   'title' => 'Delete',
28826   'title_callback' => 't',
28827   'title_arguments' => '',
28828   'theme_callback' => '',
28829   'theme_arguments' => 'a:0:{}',
28830   'type' => '132',
28831   'description' => '',
28832   'position' => '',
28833   'weight' => '2',
28834   'include_file' => 'modules/comment/comment.admin.inc',
28835 ))
28836 ->values(array(
28837   'path' => 'comment/%/edit',
28838   'load_functions' => 'a:1:{i:1;s:12:"comment_load";}',
28839   'to_arg_functions' => '',
28840   'access_callback' => 'comment_access',
28841   'access_arguments' => 'a:2:{i:0;s:4:"edit";i:1;i:1;}',
28842   'page_callback' => 'comment_edit_page',
28843   'page_arguments' => 'a:1:{i:0;i:1;}',
28844   'delivery_callback' => '',
28845   'fit' => '5',
28846   'number_parts' => '3',
28847   'context' => '1',
28848   'tab_parent' => 'comment/%',
28849   'tab_root' => 'comment/%',
28850   'title' => 'Edit',
28851   'title_callback' => 't',
28852   'title_arguments' => '',
28853   'theme_callback' => '',
28854   'theme_arguments' => 'a:0:{}',
28855   'type' => '132',
28856   'description' => '',
28857   'position' => '',
28858   'weight' => '0',
28859   'include_file' => '',
28860 ))
28861 ->values(array(
28862   'path' => 'comment/%/view',
28863   'load_functions' => 'a:1:{i:1;N;}',
28864   'to_arg_functions' => '',
28865   'access_callback' => 'user_access',
28866   'access_arguments' => 'a:1:{i:0;s:15:"access comments";}',
28867   'page_callback' => 'comment_permalink',
28868   'page_arguments' => 'a:1:{i:0;i:1;}',
28869   'delivery_callback' => '',
28870   'fit' => '5',
28871   'number_parts' => '3',
28872   'context' => '1',
28873   'tab_parent' => 'comment/%',
28874   'tab_root' => 'comment/%',
28875   'title' => 'View comment',
28876   'title_callback' => 't',
28877   'title_arguments' => '',
28878   'theme_callback' => '',
28879   'theme_arguments' => 'a:0:{}',
28880   'type' => '140',
28881   'description' => '',
28882   'position' => '',
28883   'weight' => '-10',
28884   'include_file' => '',
28885 ))
28886 ->values(array(
28887   'path' => 'comment/reply/%',
28888   'load_functions' => 'a:1:{i:2;s:9:"node_load";}',
28889   'to_arg_functions' => '',
28890   'access_callback' => 'node_access',
28891   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:2;}',
28892   'page_callback' => 'comment_reply',
28893   'page_arguments' => 'a:1:{i:0;i:2;}',
28894   'delivery_callback' => '',
28895   'fit' => '6',
28896   'number_parts' => '3',
28897   'context' => '0',
28898   'tab_parent' => '',
28899   'tab_root' => 'comment/reply/%',
28900   'title' => 'Add new comment',
28901   'title_callback' => 't',
28902   'title_arguments' => '',
28903   'theme_callback' => '',
28904   'theme_arguments' => 'a:0:{}',
28905   'type' => '6',
28906   'description' => '',
28907   'position' => '',
28908   'weight' => '0',
28909   'include_file' => 'modules/comment/comment.pages.inc',
28910 ))
28911 ->values(array(
28912   'path' => 'contact',
28913   'load_functions' => '',
28914   'to_arg_functions' => '',
28915   'access_callback' => 'user_access',
28916   'access_arguments' => 'a:1:{i:0;s:29:"access site-wide contact form";}',
28917   'page_callback' => 'drupal_get_form',
28918   'page_arguments' => 'a:1:{i:0;s:17:"contact_site_form";}',
28919   'delivery_callback' => '',
28920   'fit' => '1',
28921   'number_parts' => '1',
28922   'context' => '0',
28923   'tab_parent' => '',
28924   'tab_root' => 'contact',
28925   'title' => 'Contact',
28926   'title_callback' => 't',
28927   'title_arguments' => '',
28928   'theme_callback' => '',
28929   'theme_arguments' => 'a:0:{}',
28930   'type' => '20',
28931   'description' => '',
28932   'position' => '',
28933   'weight' => '0',
28934   'include_file' => 'modules/contact/contact.pages.inc',
28935 ))
28936 ->values(array(
28937   'path' => 'ctools/autocomplete/%',
28938   'load_functions' => 'a:1:{i:2;N;}',
28939   'to_arg_functions' => '',
28940   'access_callback' => 'user_access',
28941   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
28942   'page_callback' => 'ctools_content_autocomplete_entity',
28943   'page_arguments' => 'a:1:{i:0;i:2;}',
28944   'delivery_callback' => '',
28945   'fit' => '6',
28946   'number_parts' => '3',
28947   'context' => '0',
28948   'tab_parent' => '',
28949   'tab_root' => 'ctools/autocomplete/%',
28950   'title' => '',
28951   'title_callback' => 't',
28952   'title_arguments' => '',
28953   'theme_callback' => '',
28954   'theme_arguments' => 'a:0:{}',
28955   'type' => '0',
28956   'description' => '',
28957   'position' => '',
28958   'weight' => '0',
28959   'include_file' => 'sites/all/modules/ctools/includes/content.menu.inc',
28960 ))
28961 ->values(array(
28962   'path' => 'ctools/context/ajax/access/add',
28963   'load_functions' => '',
28964   'to_arg_functions' => '',
28965   'access_callback' => 'user_access',
28966   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
28967   'page_callback' => 'ctools_access_ajax_add',
28968   'page_arguments' => 'a:0:{}',
28969   'delivery_callback' => '',
28970   'fit' => '31',
28971   'number_parts' => '5',
28972   'context' => '0',
28973   'tab_parent' => '',
28974   'tab_root' => 'ctools/context/ajax/access/add',
28975   'title' => '',
28976   'title_callback' => 't',
28977   'title_arguments' => '',
28978   'theme_callback' => 'ajax_base_page_theme',
28979   'theme_arguments' => 'a:0:{}',
28980   'type' => '0',
28981   'description' => '',
28982   'position' => '',
28983   'weight' => '0',
28984   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
28985 ))
28986 ->values(array(
28987   'path' => 'ctools/context/ajax/access/configure',
28988   'load_functions' => '',
28989   'to_arg_functions' => '',
28990   'access_callback' => 'user_access',
28991   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
28992   'page_callback' => 'ctools_access_ajax_edit',
28993   'page_arguments' => 'a:0:{}',
28994   'delivery_callback' => '',
28995   'fit' => '31',
28996   'number_parts' => '5',
28997   'context' => '0',
28998   'tab_parent' => '',
28999   'tab_root' => 'ctools/context/ajax/access/configure',
29000   'title' => '',
29001   'title_callback' => 't',
29002   'title_arguments' => '',
29003   'theme_callback' => 'ajax_base_page_theme',
29004   'theme_arguments' => 'a:0:{}',
29005   'type' => '0',
29006   'description' => '',
29007   'position' => '',
29008   'weight' => '0',
29009   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
29010 ))
29011 ->values(array(
29012   'path' => 'ctools/context/ajax/access/delete',
29013   'load_functions' => '',
29014   'to_arg_functions' => '',
29015   'access_callback' => 'user_access',
29016   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29017   'page_callback' => 'ctools_access_ajax_delete',
29018   'page_arguments' => 'a:0:{}',
29019   'delivery_callback' => '',
29020   'fit' => '31',
29021   'number_parts' => '5',
29022   'context' => '0',
29023   'tab_parent' => '',
29024   'tab_root' => 'ctools/context/ajax/access/delete',
29025   'title' => '',
29026   'title_callback' => 't',
29027   'title_arguments' => '',
29028   'theme_callback' => 'ajax_base_page_theme',
29029   'theme_arguments' => 'a:0:{}',
29030   'type' => '0',
29031   'description' => '',
29032   'position' => '',
29033   'weight' => '0',
29034   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
29035 ))
29036 ->values(array(
29037   'path' => 'ctools/context/ajax/add',
29038   'load_functions' => '',
29039   'to_arg_functions' => '',
29040   'access_callback' => 'user_access',
29041   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29042   'page_callback' => 'ctools_context_ajax_item_add',
29043   'page_arguments' => 'a:0:{}',
29044   'delivery_callback' => '',
29045   'fit' => '15',
29046   'number_parts' => '4',
29047   'context' => '0',
29048   'tab_parent' => '',
29049   'tab_root' => 'ctools/context/ajax/add',
29050   'title' => '',
29051   'title_callback' => 't',
29052   'title_arguments' => '',
29053   'theme_callback' => 'ajax_base_page_theme',
29054   'theme_arguments' => 'a:0:{}',
29055   'type' => '0',
29056   'description' => '',
29057   'position' => '',
29058   'weight' => '0',
29059   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
29060 ))
29061 ->values(array(
29062   'path' => 'ctools/context/ajax/configure',
29063   'load_functions' => '',
29064   'to_arg_functions' => '',
29065   'access_callback' => 'user_access',
29066   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29067   'page_callback' => 'ctools_context_ajax_item_edit',
29068   'page_arguments' => 'a:0:{}',
29069   'delivery_callback' => '',
29070   'fit' => '15',
29071   'number_parts' => '4',
29072   'context' => '0',
29073   'tab_parent' => '',
29074   'tab_root' => 'ctools/context/ajax/configure',
29075   'title' => '',
29076   'title_callback' => 't',
29077   'title_arguments' => '',
29078   'theme_callback' => 'ajax_base_page_theme',
29079   'theme_arguments' => 'a:0:{}',
29080   'type' => '0',
29081   'description' => '',
29082   'position' => '',
29083   'weight' => '0',
29084   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
29085 ))
29086 ->values(array(
29087   'path' => 'ctools/context/ajax/delete',
29088   'load_functions' => '',
29089   'to_arg_functions' => '',
29090   'access_callback' => 'user_access',
29091   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29092   'page_callback' => 'ctools_context_ajax_item_delete',
29093   'page_arguments' => 'a:0:{}',
29094   'delivery_callback' => '',
29095   'fit' => '15',
29096   'number_parts' => '4',
29097   'context' => '0',
29098   'tab_parent' => '',
29099   'tab_root' => 'ctools/context/ajax/delete',
29100   'title' => '',
29101   'title_callback' => 't',
29102   'title_arguments' => '',
29103   'theme_callback' => 'ajax_base_page_theme',
29104   'theme_arguments' => 'a:0:{}',
29105   'type' => '0',
29106   'description' => '',
29107   'position' => '',
29108   'weight' => '0',
29109   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
29110 ))
29111 ->values(array(
29112   'path' => 'email/%/%/%',
29113   'load_functions' => 'a:3:{i:1;N;i:2;N;i:3;N;}',
29114   'to_arg_functions' => '',
29115   'access_callback' => 'user_access',
29116   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29117   'page_callback' => 'email_mail_page',
29118   'page_arguments' => 'a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}',
29119   'delivery_callback' => '',
29120   'fit' => '8',
29121   'number_parts' => '4',
29122   'context' => '0',
29123   'tab_parent' => '',
29124   'tab_root' => 'email/%/%/%',
29125   'title' => 'Email Contact Form',
29126   'title_callback' => 't',
29127   'title_arguments' => '',
29128   'theme_callback' => '',
29129   'theme_arguments' => 'a:0:{}',
29130   'type' => '0',
29131   'description' => '',
29132   'position' => '',
29133   'weight' => '0',
29134   'include_file' => '',
29135 ))
29136 ->values(array(
29137   'path' => 'entityreference/autocomplete/single/%/%/%',
29138   'load_functions' => 'a:3:{i:3;N;i:4;N;i:5;N;}',
29139   'to_arg_functions' => '',
29140   'access_callback' => 'entityreference_autocomplete_access_callback',
29141   'access_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
29142   'page_callback' => 'entityreference_autocomplete_callback',
29143   'page_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
29144   'delivery_callback' => '',
29145   'fit' => '56',
29146   'number_parts' => '6',
29147   'context' => '0',
29148   'tab_parent' => '',
29149   'tab_root' => 'entityreference/autocomplete/single/%/%/%',
29150   'title' => 'Entity Reference Autocomplete',
29151   'title_callback' => 't',
29152   'title_arguments' => '',
29153   'theme_callback' => '',
29154   'theme_arguments' => 'a:0:{}',
29155   'type' => '0',
29156   'description' => '',
29157   'position' => '',
29158   'weight' => '0',
29159   'include_file' => '',
29160 ))
29161 ->values(array(
29162   'path' => 'entityreference/autocomplete/tags/%/%/%',
29163   'load_functions' => 'a:3:{i:3;N;i:4;N;i:5;N;}',
29164   'to_arg_functions' => '',
29165   'access_callback' => 'entityreference_autocomplete_access_callback',
29166   'access_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
29167   'page_callback' => 'entityreference_autocomplete_callback',
29168   'page_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
29169   'delivery_callback' => '',
29170   'fit' => '56',
29171   'number_parts' => '6',
29172   'context' => '0',
29173   'tab_parent' => '',
29174   'tab_root' => 'entityreference/autocomplete/tags/%/%/%',
29175   'title' => 'Entity Reference Autocomplete',
29176   'title_callback' => 't',
29177   'title_arguments' => '',
29178   'theme_callback' => '',
29179   'theme_arguments' => 'a:0:{}',
29180   'type' => '0',
29181   'description' => '',
29182   'position' => '',
29183   'weight' => '0',
29184   'include_file' => '',
29185 ))
29186 ->values(array(
29187   'path' => 'file/ajax',
29188   'load_functions' => '',
29189   'to_arg_functions' => '',
29190   'access_callback' => 'user_access',
29191   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29192   'page_callback' => 'file_ajax_upload',
29193   'page_arguments' => 'a:0:{}',
29194   'delivery_callback' => 'ajax_deliver',
29195   'fit' => '3',
29196   'number_parts' => '2',
29197   'context' => '0',
29198   'tab_parent' => '',
29199   'tab_root' => 'file/ajax',
29200   'title' => '',
29201   'title_callback' => 't',
29202   'title_arguments' => '',
29203   'theme_callback' => 'ajax_base_page_theme',
29204   'theme_arguments' => 'a:0:{}',
29205   'type' => '0',
29206   'description' => '',
29207   'position' => '',
29208   'weight' => '0',
29209   'include_file' => '',
29210 ))
29211 ->values(array(
29212   'path' => 'file/progress',
29213   'load_functions' => '',
29214   'to_arg_functions' => '',
29215   'access_callback' => 'user_access',
29216   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29217   'page_callback' => 'file_ajax_progress',
29218   'page_arguments' => 'a:0:{}',
29219   'delivery_callback' => '',
29220   'fit' => '3',
29221   'number_parts' => '2',
29222   'context' => '0',
29223   'tab_parent' => '',
29224   'tab_root' => 'file/progress',
29225   'title' => '',
29226   'title_callback' => 't',
29227   'title_arguments' => '',
29228   'theme_callback' => 'ajax_base_page_theme',
29229   'theme_arguments' => 'a:0:{}',
29230   'type' => '0',
29231   'description' => '',
29232   'position' => '',
29233   'weight' => '0',
29234   'include_file' => '',
29235 ))
29236 ->values(array(
29237   'path' => 'filter/tips',
29238   'load_functions' => '',
29239   'to_arg_functions' => '',
29240   'access_callback' => '1',
29241   'access_arguments' => 'a:0:{}',
29242   'page_callback' => 'filter_tips_long',
29243   'page_arguments' => 'a:0:{}',
29244   'delivery_callback' => '',
29245   'fit' => '3',
29246   'number_parts' => '2',
29247   'context' => '0',
29248   'tab_parent' => '',
29249   'tab_root' => 'filter/tips',
29250   'title' => 'Compose tips',
29251   'title_callback' => 't',
29252   'title_arguments' => '',
29253   'theme_callback' => '',
29254   'theme_arguments' => 'a:0:{}',
29255   'type' => '20',
29256   'description' => '',
29257   'position' => '',
29258   'weight' => '0',
29259   'include_file' => 'modules/filter/filter.pages.inc',
29260 ))
29261 ->values(array(
29262   'path' => 'filter/tips/%',
29263   'load_functions' => 'a:1:{i:2;s:18:"filter_format_load";}',
29264   'to_arg_functions' => '',
29265   'access_callback' => 'filter_access',
29266   'access_arguments' => 'a:1:{i:0;i:2;}',
29267   'page_callback' => 'filter_tips_long',
29268   'page_arguments' => 'a:1:{i:0;i:2;}',
29269   'delivery_callback' => '',
29270   'fit' => '6',
29271   'number_parts' => '3',
29272   'context' => '0',
29273   'tab_parent' => '',
29274   'tab_root' => 'filter/tips/%',
29275   'title' => 'Compose tips',
29276   'title_callback' => 't',
29277   'title_arguments' => '',
29278   'theme_callback' => '',
29279   'theme_arguments' => 'a:0:{}',
29280   'type' => '6',
29281   'description' => '',
29282   'position' => '',
29283   'weight' => '0',
29284   'include_file' => 'modules/filter/filter.pages.inc',
29285 ))
29286 ->values(array(
29287   'path' => 'forum',
29288   'load_functions' => '',
29289   'to_arg_functions' => '',
29290   'access_callback' => 'user_access',
29291   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29292   'page_callback' => 'forum_page',
29293   'page_arguments' => 'a:0:{}',
29294   'delivery_callback' => '',
29295   'fit' => '1',
29296   'number_parts' => '1',
29297   'context' => '0',
29298   'tab_parent' => '',
29299   'tab_root' => 'forum',
29300   'title' => 'Forums',
29301   'title_callback' => 't',
29302   'title_arguments' => '',
29303   'theme_callback' => '',
29304   'theme_arguments' => 'a:0:{}',
29305   'type' => '6',
29306   'description' => '',
29307   'position' => '',
29308   'weight' => '0',
29309   'include_file' => 'modules/forum/forum.pages.inc',
29310 ))
29311 ->values(array(
29312   'path' => 'forum/%',
29313   'load_functions' => 'a:1:{i:1;s:16:"forum_forum_load";}',
29314   'to_arg_functions' => '',
29315   'access_callback' => 'user_access',
29316   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29317   'page_callback' => 'forum_page',
29318   'page_arguments' => 'a:1:{i:0;i:1;}',
29319   'delivery_callback' => '',
29320   'fit' => '2',
29321   'number_parts' => '2',
29322   'context' => '0',
29323   'tab_parent' => '',
29324   'tab_root' => 'forum/%',
29325   'title' => 'Forums',
29326   'title_callback' => 't',
29327   'title_arguments' => '',
29328   'theme_callback' => '',
29329   'theme_arguments' => 'a:0:{}',
29330   'type' => '6',
29331   'description' => '',
29332   'position' => '',
29333   'weight' => '0',
29334   'include_file' => 'modules/forum/forum.pages.inc',
29335 ))
29336 ->values(array(
29337   'path' => 'node',
29338   'load_functions' => '',
29339   'to_arg_functions' => '',
29340   'access_callback' => 'user_access',
29341   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29342   'page_callback' => 'node_page_default',
29343   'page_arguments' => 'a:0:{}',
29344   'delivery_callback' => '',
29345   'fit' => '1',
29346   'number_parts' => '1',
29347   'context' => '0',
29348   'tab_parent' => '',
29349   'tab_root' => 'node',
29350   'title' => '',
29351   'title_callback' => 't',
29352   'title_arguments' => '',
29353   'theme_callback' => '',
29354   'theme_arguments' => 'a:0:{}',
29355   'type' => '0',
29356   'description' => '',
29357   'position' => '',
29358   'weight' => '0',
29359   'include_file' => '',
29360 ))
29361 ->values(array(
29362   'path' => 'node/%',
29363   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29364   'to_arg_functions' => '',
29365   'access_callback' => 'node_access',
29366   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}',
29367   'page_callback' => 'node_page_view',
29368   'page_arguments' => 'a:1:{i:0;i:1;}',
29369   'delivery_callback' => '',
29370   'fit' => '2',
29371   'number_parts' => '2',
29372   'context' => '0',
29373   'tab_parent' => '',
29374   'tab_root' => 'node/%',
29375   'title' => '',
29376   'title_callback' => 'node_page_title',
29377   'title_arguments' => 'a:1:{i:0;i:1;}',
29378   'theme_callback' => '',
29379   'theme_arguments' => 'a:0:{}',
29380   'type' => '6',
29381   'description' => '',
29382   'position' => '',
29383   'weight' => '0',
29384   'include_file' => '',
29385 ))
29386 ->values(array(
29387   'path' => 'node/%/delete',
29388   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29389   'to_arg_functions' => '',
29390   'access_callback' => 'node_access',
29391   'access_arguments' => 'a:2:{i:0;s:6:"delete";i:1;i:1;}',
29392   'page_callback' => 'drupal_get_form',
29393   'page_arguments' => 'a:2:{i:0;s:19:"node_delete_confirm";i:1;i:1;}',
29394   'delivery_callback' => '',
29395   'fit' => '5',
29396   'number_parts' => '3',
29397   'context' => '2',
29398   'tab_parent' => 'node/%',
29399   'tab_root' => 'node/%',
29400   'title' => 'Delete',
29401   'title_callback' => 't',
29402   'title_arguments' => '',
29403   'theme_callback' => '',
29404   'theme_arguments' => 'a:0:{}',
29405   'type' => '132',
29406   'description' => '',
29407   'position' => '',
29408   'weight' => '1',
29409   'include_file' => 'modules/node/node.pages.inc',
29410 ))
29411 ->values(array(
29412   'path' => 'node/%/edit',
29413   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29414   'to_arg_functions' => '',
29415   'access_callback' => 'node_access',
29416   'access_arguments' => 'a:2:{i:0;s:6:"update";i:1;i:1;}',
29417   'page_callback' => 'node_page_edit',
29418   'page_arguments' => 'a:1:{i:0;i:1;}',
29419   'delivery_callback' => '',
29420   'fit' => '5',
29421   'number_parts' => '3',
29422   'context' => '3',
29423   'tab_parent' => 'node/%',
29424   'tab_root' => 'node/%',
29425   'title' => 'Edit',
29426   'title_callback' => 't',
29427   'title_arguments' => '',
29428   'theme_callback' => '',
29429   'theme_arguments' => 'a:0:{}',
29430   'type' => '132',
29431   'description' => '',
29432   'position' => '',
29433   'weight' => '0',
29434   'include_file' => 'modules/node/node.pages.inc',
29435 ))
29436 ->values(array(
29437   'path' => 'node/%/outline',
29438   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29439   'to_arg_functions' => '',
29440   'access_callback' => '_book_outline_access',
29441   'access_arguments' => 'a:1:{i:0;i:1;}',
29442   'page_callback' => 'book_outline',
29443   'page_arguments' => 'a:1:{i:0;i:1;}',
29444   'delivery_callback' => '',
29445   'fit' => '5',
29446   'number_parts' => '3',
29447   'context' => '1',
29448   'tab_parent' => 'node/%',
29449   'tab_root' => 'node/%',
29450   'title' => 'Outline',
29451   'title_callback' => 't',
29452   'title_arguments' => '',
29453   'theme_callback' => '',
29454   'theme_arguments' => 'a:0:{}',
29455   'type' => '132',
29456   'description' => '',
29457   'position' => '',
29458   'weight' => '2',
29459   'include_file' => 'modules/book/book.pages.inc',
29460 ))
29461 ->values(array(
29462   'path' => 'node/%/outline/remove',
29463   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29464   'to_arg_functions' => '',
29465   'access_callback' => '_book_outline_remove_access',
29466   'access_arguments' => 'a:1:{i:0;i:1;}',
29467   'page_callback' => 'drupal_get_form',
29468   'page_arguments' => 'a:2:{i:0;s:16:"book_remove_form";i:1;i:1;}',
29469   'delivery_callback' => '',
29470   'fit' => '11',
29471   'number_parts' => '4',
29472   'context' => '0',
29473   'tab_parent' => '',
29474   'tab_root' => 'node/%/outline/remove',
29475   'title' => 'Remove from outline',
29476   'title_callback' => 't',
29477   'title_arguments' => '',
29478   'theme_callback' => '',
29479   'theme_arguments' => 'a:0:{}',
29480   'type' => '6',
29481   'description' => '',
29482   'position' => '',
29483   'weight' => '0',
29484   'include_file' => 'modules/book/book.pages.inc',
29485 ))
29486 ->values(array(
29487   'path' => 'node/%/revisions',
29488   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29489   'to_arg_functions' => '',
29490   'access_callback' => '_node_revision_access',
29491   'access_arguments' => 'a:1:{i:0;i:1;}',
29492   'page_callback' => 'node_revision_overview',
29493   'page_arguments' => 'a:1:{i:0;i:1;}',
29494   'delivery_callback' => '',
29495   'fit' => '5',
29496   'number_parts' => '3',
29497   'context' => '1',
29498   'tab_parent' => 'node/%',
29499   'tab_root' => 'node/%',
29500   'title' => 'Revisions',
29501   'title_callback' => 't',
29502   'title_arguments' => '',
29503   'theme_callback' => '',
29504   'theme_arguments' => 'a:0:{}',
29505   'type' => '132',
29506   'description' => '',
29507   'position' => '',
29508   'weight' => '2',
29509   'include_file' => 'modules/node/node.pages.inc',
29510 ))
29511 ->values(array(
29512   'path' => 'node/%/revisions/%/delete',
29513   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
29514   'to_arg_functions' => '',
29515   'access_callback' => '_node_revision_access',
29516   'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"delete";}',
29517   'page_callback' => 'drupal_get_form',
29518   'page_arguments' => 'a:2:{i:0;s:28:"node_revision_delete_confirm";i:1;i:1;}',
29519   'delivery_callback' => '',
29520   'fit' => '21',
29521   'number_parts' => '5',
29522   'context' => '0',
29523   'tab_parent' => '',
29524   'tab_root' => 'node/%/revisions/%/delete',
29525   'title' => 'Delete earlier revision',
29526   'title_callback' => 't',
29527   'title_arguments' => '',
29528   'theme_callback' => '',
29529   'theme_arguments' => 'a:0:{}',
29530   'type' => '6',
29531   'description' => '',
29532   'position' => '',
29533   'weight' => '0',
29534   'include_file' => 'modules/node/node.pages.inc',
29535 ))
29536 ->values(array(
29537   'path' => 'node/%/revisions/%/revert',
29538   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
29539   'to_arg_functions' => '',
29540   'access_callback' => '_node_revision_access',
29541   'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"update";}',
29542   'page_callback' => 'drupal_get_form',
29543   'page_arguments' => 'a:2:{i:0;s:28:"node_revision_revert_confirm";i:1;i:1;}',
29544   'delivery_callback' => '',
29545   'fit' => '21',
29546   'number_parts' => '5',
29547   'context' => '0',
29548   'tab_parent' => '',
29549   'tab_root' => 'node/%/revisions/%/revert',
29550   'title' => 'Revert to earlier revision',
29551   'title_callback' => 't',
29552   'title_arguments' => '',
29553   'theme_callback' => '',
29554   'theme_arguments' => 'a:0:{}',
29555   'type' => '6',
29556   'description' => '',
29557   'position' => '',
29558   'weight' => '0',
29559   'include_file' => 'modules/node/node.pages.inc',
29560 ))
29561 ->values(array(
29562   'path' => 'node/%/revisions/%/view',
29563   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
29564   'to_arg_functions' => '',
29565   'access_callback' => '_node_revision_access',
29566   'access_arguments' => 'a:1:{i:0;i:1;}',
29567   'page_callback' => 'node_show',
29568   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
29569   'delivery_callback' => '',
29570   'fit' => '21',
29571   'number_parts' => '5',
29572   'context' => '0',
29573   'tab_parent' => '',
29574   'tab_root' => 'node/%/revisions/%/view',
29575   'title' => 'Revisions',
29576   'title_callback' => 't',
29577   'title_arguments' => '',
29578   'theme_callback' => '',
29579   'theme_arguments' => 'a:0:{}',
29580   'type' => '6',
29581   'description' => '',
29582   'position' => '',
29583   'weight' => '0',
29584   'include_file' => '',
29585 ))
29586 ->values(array(
29587   'path' => 'node/%/track',
29588   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29589   'to_arg_functions' => '',
29590   'access_callback' => 'user_access',
29591   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
29592   'page_callback' => 'statistics_node_tracker',
29593   'page_arguments' => 'a:0:{}',
29594   'delivery_callback' => '',
29595   'fit' => '5',
29596   'number_parts' => '3',
29597   'context' => '1',
29598   'tab_parent' => 'node/%',
29599   'tab_root' => 'node/%',
29600   'title' => 'Track',
29601   'title_callback' => 't',
29602   'title_arguments' => '',
29603   'theme_callback' => '',
29604   'theme_arguments' => 'a:0:{}',
29605   'type' => '132',
29606   'description' => '',
29607   'position' => '',
29608   'weight' => '2',
29609   'include_file' => 'modules/statistics/statistics.pages.inc',
29610 ))
29611 ->values(array(
29612   'path' => 'node/%/translate',
29613   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29614   'to_arg_functions' => '',
29615   'access_callback' => '_translation_tab_access',
29616   'access_arguments' => 'a:1:{i:0;i:1;}',
29617   'page_callback' => 'translation_node_overview',
29618   'page_arguments' => 'a:1:{i:0;i:1;}',
29619   'delivery_callback' => '',
29620   'fit' => '5',
29621   'number_parts' => '3',
29622   'context' => '1',
29623   'tab_parent' => 'node/%',
29624   'tab_root' => 'node/%',
29625   'title' => 'Translate',
29626   'title_callback' => 't',
29627   'title_arguments' => '',
29628   'theme_callback' => '',
29629   'theme_arguments' => 'a:0:{}',
29630   'type' => '132',
29631   'description' => '',
29632   'position' => '',
29633   'weight' => '2',
29634   'include_file' => 'modules/translation/translation.pages.inc',
29635 ))
29636 ->values(array(
29637   'path' => 'node/%/view',
29638   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
29639   'to_arg_functions' => '',
29640   'access_callback' => 'node_access',
29641   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}',
29642   'page_callback' => 'node_page_view',
29643   'page_arguments' => 'a:1:{i:0;i:1;}',
29644   'delivery_callback' => '',
29645   'fit' => '5',
29646   'number_parts' => '3',
29647   'context' => '1',
29648   'tab_parent' => 'node/%',
29649   'tab_root' => 'node/%',
29650   'title' => 'View',
29651   'title_callback' => 't',
29652   'title_arguments' => '',
29653   'theme_callback' => '',
29654   'theme_arguments' => 'a:0:{}',
29655   'type' => '140',
29656   'description' => '',
29657   'position' => '',
29658   'weight' => '-10',
29659   'include_file' => '',
29660 ))
29661 ->values(array(
29662   'path' => 'node/add',
29663   'load_functions' => '',
29664   'to_arg_functions' => '',
29665   'access_callback' => '_node_add_access',
29666   'access_arguments' => 'a:0:{}',
29667   'page_callback' => 'node_add_page',
29668   'page_arguments' => 'a:0:{}',
29669   'delivery_callback' => '',
29670   'fit' => '3',
29671   'number_parts' => '2',
29672   'context' => '0',
29673   'tab_parent' => '',
29674   'tab_root' => 'node/add',
29675   'title' => 'Add content',
29676   'title_callback' => 't',
29677   'title_arguments' => '',
29678   'theme_callback' => '',
29679   'theme_arguments' => 'a:0:{}',
29680   'type' => '6',
29681   'description' => '',
29682   'position' => '',
29683   'weight' => '0',
29684   'include_file' => 'modules/node/node.pages.inc',
29685 ))
29686 ->values(array(
29687   'path' => 'node/add/article',
29688   'load_functions' => '',
29689   'to_arg_functions' => '',
29690   'access_callback' => 'node_access',
29691   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:7:"article";}',
29692   'page_callback' => 'node_add',
29693   'page_arguments' => 'a:1:{i:0;s:7:"article";}',
29694   'delivery_callback' => '',
29695   'fit' => '7',
29696   'number_parts' => '3',
29697   'context' => '0',
29698   'tab_parent' => '',
29699   'tab_root' => 'node/add/article',
29700   'title' => 'Article',
29701   'title_callback' => 'check_plain',
29702   'title_arguments' => '',
29703   'theme_callback' => '',
29704   'theme_arguments' => 'a:0:{}',
29705   'type' => '6',
29706   'description' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.',
29707   'position' => '',
29708   'weight' => '0',
29709   'include_file' => 'modules/node/node.pages.inc',
29710 ))
29711 ->values(array(
29712   'path' => 'node/add/blog',
29713   'load_functions' => '',
29714   'to_arg_functions' => '',
29715   'access_callback' => 'node_access',
29716   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"blog";}',
29717   'page_callback' => 'node_add',
29718   'page_arguments' => 'a:1:{i:0;s:4:"blog";}',
29719   'delivery_callback' => '',
29720   'fit' => '7',
29721   'number_parts' => '3',
29722   'context' => '0',
29723   'tab_parent' => '',
29724   'tab_root' => 'node/add/blog',
29725   'title' => 'Blog entry',
29726   'title_callback' => 'check_plain',
29727   'title_arguments' => '',
29728   'theme_callback' => '',
29729   'theme_arguments' => 'a:0:{}',
29730   'type' => '6',
29731   'description' => 'Use for multi-user blogs. Every user gets a personal blog.',
29732   'position' => '',
29733   'weight' => '0',
29734   'include_file' => 'modules/node/node.pages.inc',
29735 ))
29736 ->values(array(
29737   'path' => 'node/add/book',
29738   'load_functions' => '',
29739   'to_arg_functions' => '',
29740   'access_callback' => 'node_access',
29741   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"book";}',
29742   'page_callback' => 'node_add',
29743   'page_arguments' => 'a:1:{i:0;s:4:"book";}',
29744   'delivery_callback' => '',
29745   'fit' => '7',
29746   'number_parts' => '3',
29747   'context' => '0',
29748   'tab_parent' => '',
29749   'tab_root' => 'node/add/book',
29750   'title' => 'Book page',
29751   'title_callback' => 'check_plain',
29752   'title_arguments' => '',
29753   'theme_callback' => '',
29754   'theme_arguments' => 'a:0:{}',
29755   'type' => '6',
29756   'description' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.',
29757   'position' => '',
29758   'weight' => '0',
29759   'include_file' => 'modules/node/node.pages.inc',
29760 ))
29761 ->values(array(
29762   'path' => 'node/add/forum',
29763   'load_functions' => '',
29764   'to_arg_functions' => '',
29765   'access_callback' => 'node_access',
29766   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:5:"forum";}',
29767   'page_callback' => 'node_add',
29768   'page_arguments' => 'a:1:{i:0;s:5:"forum";}',
29769   'delivery_callback' => '',
29770   'fit' => '7',
29771   'number_parts' => '3',
29772   'context' => '0',
29773   'tab_parent' => '',
29774   'tab_root' => 'node/add/forum',
29775   'title' => 'Forum topic',
29776   'title_callback' => 'check_plain',
29777   'title_arguments' => '',
29778   'theme_callback' => '',
29779   'theme_arguments' => 'a:0:{}',
29780   'type' => '6',
29781   'description' => 'A <em>forum topic</em> starts a new discussion thread within a forum.',
29782   'position' => '',
29783   'weight' => '0',
29784   'include_file' => 'modules/node/node.pages.inc',
29785 ))
29786 ->values(array(
29787   'path' => 'node/add/page',
29788   'load_functions' => '',
29789   'to_arg_functions' => '',
29790   'access_callback' => 'node_access',
29791   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"page";}',
29792   'page_callback' => 'node_add',
29793   'page_arguments' => 'a:1:{i:0;s:4:"page";}',
29794   'delivery_callback' => '',
29795   'fit' => '7',
29796   'number_parts' => '3',
29797   'context' => '0',
29798   'tab_parent' => '',
29799   'tab_root' => 'node/add/page',
29800   'title' => 'Basic page',
29801   'title_callback' => 'check_plain',
29802   'title_arguments' => '',
29803   'theme_callback' => '',
29804   'theme_arguments' => 'a:0:{}',
29805   'type' => '6',
29806   'description' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.",
29807   'position' => '',
29808   'weight' => '0',
29809   'include_file' => 'modules/node/node.pages.inc',
29810 ))
29811 ->values(array(
29812   'path' => 'node/add/test-content-type',
29813   'load_functions' => '',
29814   'to_arg_functions' => '',
29815   'access_callback' => 'node_access',
29816   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:17:"test_content_type";}',
29817   'page_callback' => 'node_add',
29818   'page_arguments' => 'a:1:{i:0;s:17:"test_content_type";}',
29819   'delivery_callback' => '',
29820   'fit' => '7',
29821   'number_parts' => '3',
29822   'context' => '0',
29823   'tab_parent' => '',
29824   'tab_root' => 'node/add/test-content-type',
29825   'title' => 'Test content type',
29826   'title_callback' => 'check_plain',
29827   'title_arguments' => '',
29828   'theme_callback' => '',
29829   'theme_arguments' => 'a:0:{}',
29830   'type' => '6',
29831   'description' => 'This is the description of the test content type.',
29832   'position' => '',
29833   'weight' => '0',
29834   'include_file' => 'modules/node/node.pages.inc',
29835 ))
29836 ->values(array(
29837   'path' => 'rss.xml',
29838   'load_functions' => '',
29839   'to_arg_functions' => '',
29840   'access_callback' => 'user_access',
29841   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
29842   'page_callback' => 'node_feed',
29843   'page_arguments' => 'a:2:{i:0;b:0;i:1;a:0:{}}',
29844   'delivery_callback' => '',
29845   'fit' => '1',
29846   'number_parts' => '1',
29847   'context' => '0',
29848   'tab_parent' => '',
29849   'tab_root' => 'rss.xml',
29850   'title' => 'RSS feed',
29851   'title_callback' => 't',
29852   'title_arguments' => '',
29853   'theme_callback' => '',
29854   'theme_arguments' => 'a:0:{}',
29855   'type' => '0',
29856   'description' => '',
29857   'position' => '',
29858   'weight' => '0',
29859   'include_file' => '',
29860 ))
29861 ->values(array(
29862   'path' => 'search',
29863   'load_functions' => '',
29864   'to_arg_functions' => '',
29865   'access_callback' => 'search_is_active',
29866   'access_arguments' => 'a:0:{}',
29867   'page_callback' => 'search_view',
29868   'page_arguments' => 'a:0:{}',
29869   'delivery_callback' => '',
29870   'fit' => '1',
29871   'number_parts' => '1',
29872   'context' => '0',
29873   'tab_parent' => '',
29874   'tab_root' => 'search',
29875   'title' => 'Search',
29876   'title_callback' => 't',
29877   'title_arguments' => '',
29878   'theme_callback' => '',
29879   'theme_arguments' => 'a:0:{}',
29880   'type' => '20',
29881   'description' => '',
29882   'position' => '',
29883   'weight' => '0',
29884   'include_file' => 'modules/search/search.pages.inc',
29885 ))
29886 ->values(array(
29887   'path' => 'search/node',
29888   'load_functions' => '',
29889   'to_arg_functions' => '',
29890   'access_callback' => '_search_menu_access',
29891   'access_arguments' => 'a:1:{i:0;s:4:"node";}',
29892   'page_callback' => 'search_view',
29893   'page_arguments' => 'a:2:{i:0;s:4:"node";i:1;s:0:"";}',
29894   'delivery_callback' => '',
29895   'fit' => '3',
29896   'number_parts' => '2',
29897   'context' => '1',
29898   'tab_parent' => 'search',
29899   'tab_root' => 'search',
29900   'title' => 'Content',
29901   'title_callback' => 't',
29902   'title_arguments' => '',
29903   'theme_callback' => '',
29904   'theme_arguments' => 'a:0:{}',
29905   'type' => '132',
29906   'description' => '',
29907   'position' => '',
29908   'weight' => '-10',
29909   'include_file' => 'modules/search/search.pages.inc',
29910 ))
29911 ->values(array(
29912   'path' => 'search/node/%',
29913   '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";}}}',
29914   'to_arg_functions' => 'a:1:{i:2;s:16:"menu_tail_to_arg";}',
29915   'access_callback' => '_search_menu_access',
29916   'access_arguments' => 'a:1:{i:0;s:4:"node";}',
29917   'page_callback' => 'search_view',
29918   'page_arguments' => 'a:2:{i:0;s:4:"node";i:1;i:2;}',
29919   'delivery_callback' => '',
29920   'fit' => '6',
29921   'number_parts' => '3',
29922   'context' => '1',
29923   'tab_parent' => 'search/node',
29924   'tab_root' => 'search/node/%',
29925   'title' => 'Content',
29926   'title_callback' => 't',
29927   'title_arguments' => '',
29928   'theme_callback' => '',
29929   'theme_arguments' => 'a:0:{}',
29930   'type' => '132',
29931   'description' => '',
29932   'position' => '',
29933   'weight' => '0',
29934   'include_file' => 'modules/search/search.pages.inc',
29935 ))
29936 ->values(array(
29937   'path' => 'search/user',
29938   'load_functions' => '',
29939   'to_arg_functions' => '',
29940   'access_callback' => '_search_menu_access',
29941   'access_arguments' => 'a:1:{i:0;s:4:"user";}',
29942   'page_callback' => 'search_view',
29943   'page_arguments' => 'a:2:{i:0;s:4:"user";i:1;s:0:"";}',
29944   'delivery_callback' => '',
29945   'fit' => '3',
29946   'number_parts' => '2',
29947   'context' => '1',
29948   'tab_parent' => 'search',
29949   'tab_root' => 'search',
29950   'title' => 'Users',
29951   'title_callback' => 't',
29952   'title_arguments' => '',
29953   'theme_callback' => '',
29954   'theme_arguments' => 'a:0:{}',
29955   'type' => '132',
29956   'description' => '',
29957   'position' => '',
29958   'weight' => '0',
29959   'include_file' => 'modules/search/search.pages.inc',
29960 ))
29961 ->values(array(
29962   'path' => 'search/user/%',
29963   '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";}}}',
29964   'to_arg_functions' => 'a:1:{i:2;s:16:"menu_tail_to_arg";}',
29965   'access_callback' => '_search_menu_access',
29966   'access_arguments' => 'a:1:{i:0;s:4:"user";}',
29967   'page_callback' => 'search_view',
29968   'page_arguments' => 'a:2:{i:0;s:4:"user";i:1;i:2;}',
29969   'delivery_callback' => '',
29970   'fit' => '6',
29971   'number_parts' => '3',
29972   'context' => '1',
29973   'tab_parent' => 'search/node',
29974   'tab_root' => 'search/node/%',
29975   'title' => 'Users',
29976   'title_callback' => 't',
29977   'title_arguments' => '',
29978   'theme_callback' => '',
29979   'theme_arguments' => 'a:0:{}',
29980   'type' => '132',
29981   'description' => '',
29982   'position' => '',
29983   'weight' => '0',
29984   'include_file' => 'modules/search/search.pages.inc',
29985 ))
29986 ->values(array(
29987   'path' => 'sites/default/files/styles/%',
29988   'load_functions' => 'a:1:{i:4;s:16:"image_style_load";}',
29989   'to_arg_functions' => '',
29990   'access_callback' => '1',
29991   'access_arguments' => 'a:0:{}',
29992   'page_callback' => 'image_style_deliver',
29993   'page_arguments' => 'a:1:{i:0;i:4;}',
29994   'delivery_callback' => '',
29995   'fit' => '30',
29996   'number_parts' => '5',
29997   'context' => '0',
29998   'tab_parent' => '',
29999   'tab_root' => 'sites/default/files/styles/%',
30000   'title' => 'Generate image style',
30001   'title_callback' => 't',
30002   'title_arguments' => '',
30003   'theme_callback' => '',
30004   'theme_arguments' => 'a:0:{}',
30005   'type' => '0',
30006   'description' => '',
30007   'position' => '',
30008   'weight' => '0',
30009   'include_file' => '',
30010 ))
30011 ->values(array(
30012   'path' => 'system/ajax',
30013   'load_functions' => '',
30014   'to_arg_functions' => '',
30015   'access_callback' => '1',
30016   'access_arguments' => 'a:0:{}',
30017   'page_callback' => 'ajax_form_callback',
30018   'page_arguments' => 'a:0:{}',
30019   'delivery_callback' => 'ajax_deliver',
30020   'fit' => '3',
30021   'number_parts' => '2',
30022   'context' => '0',
30023   'tab_parent' => '',
30024   'tab_root' => 'system/ajax',
30025   'title' => 'AHAH callback',
30026   'title_callback' => 't',
30027   'title_arguments' => '',
30028   'theme_callback' => 'ajax_base_page_theme',
30029   'theme_arguments' => 'a:0:{}',
30030   'type' => '0',
30031   'description' => '',
30032   'position' => '',
30033   'weight' => '0',
30034   'include_file' => 'includes/form.inc',
30035 ))
30036 ->values(array(
30037   'path' => 'system/files',
30038   'load_functions' => '',
30039   'to_arg_functions' => '',
30040   'access_callback' => '1',
30041   'access_arguments' => 'a:0:{}',
30042   'page_callback' => 'file_download',
30043   'page_arguments' => 'a:1:{i:0;s:7:"private";}',
30044   'delivery_callback' => '',
30045   'fit' => '3',
30046   'number_parts' => '2',
30047   'context' => '0',
30048   'tab_parent' => '',
30049   'tab_root' => 'system/files',
30050   'title' => 'File download',
30051   'title_callback' => 't',
30052   'title_arguments' => '',
30053   'theme_callback' => '',
30054   'theme_arguments' => 'a:0:{}',
30055   'type' => '0',
30056   'description' => '',
30057   'position' => '',
30058   'weight' => '0',
30059   'include_file' => '',
30060 ))
30061 ->values(array(
30062   'path' => 'system/files/styles/%',
30063   'load_functions' => 'a:1:{i:3;s:16:"image_style_load";}',
30064   'to_arg_functions' => '',
30065   'access_callback' => '1',
30066   'access_arguments' => 'a:0:{}',
30067   'page_callback' => 'image_style_deliver',
30068   'page_arguments' => 'a:1:{i:0;i:3;}',
30069   'delivery_callback' => '',
30070   'fit' => '14',
30071   'number_parts' => '4',
30072   'context' => '0',
30073   'tab_parent' => '',
30074   'tab_root' => 'system/files/styles/%',
30075   'title' => 'Generate image style',
30076   'title_callback' => 't',
30077   'title_arguments' => '',
30078   'theme_callback' => '',
30079   'theme_arguments' => 'a:0:{}',
30080   'type' => '0',
30081   'description' => '',
30082   'position' => '',
30083   'weight' => '0',
30084   'include_file' => '',
30085 ))
30086 ->values(array(
30087   'path' => 'system/temporary',
30088   'load_functions' => '',
30089   'to_arg_functions' => '',
30090   'access_callback' => '1',
30091   'access_arguments' => 'a:0:{}',
30092   'page_callback' => 'file_download',
30093   'page_arguments' => 'a:1:{i:0;s:9:"temporary";}',
30094   'delivery_callback' => '',
30095   'fit' => '3',
30096   'number_parts' => '2',
30097   'context' => '0',
30098   'tab_parent' => '',
30099   'tab_root' => 'system/temporary',
30100   'title' => 'Temporary files',
30101   'title_callback' => 't',
30102   'title_arguments' => '',
30103   'theme_callback' => '',
30104   'theme_arguments' => 'a:0:{}',
30105   'type' => '0',
30106   'description' => '',
30107   'position' => '',
30108   'weight' => '0',
30109   'include_file' => '',
30110 ))
30111 ->values(array(
30112   'path' => 'system/timezone',
30113   'load_functions' => '',
30114   'to_arg_functions' => '',
30115   'access_callback' => '1',
30116   'access_arguments' => 'a:0:{}',
30117   'page_callback' => 'system_timezone',
30118   'page_arguments' => 'a:0:{}',
30119   'delivery_callback' => '',
30120   'fit' => '3',
30121   'number_parts' => '2',
30122   'context' => '0',
30123   'tab_parent' => '',
30124   'tab_root' => 'system/timezone',
30125   'title' => 'Time zone',
30126   'title_callback' => 't',
30127   'title_arguments' => '',
30128   'theme_callback' => '',
30129   'theme_arguments' => 'a:0:{}',
30130   'type' => '0',
30131   'description' => '',
30132   'position' => '',
30133   'weight' => '0',
30134   'include_file' => 'modules/system/system.admin.inc',
30135 ))
30136 ->values(array(
30137   'path' => 'taxonomy/autocomplete',
30138   'load_functions' => '',
30139   'to_arg_functions' => '',
30140   'access_callback' => 'user_access',
30141   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
30142   'page_callback' => 'taxonomy_autocomplete',
30143   'page_arguments' => 'a:0:{}',
30144   'delivery_callback' => '',
30145   'fit' => '3',
30146   'number_parts' => '2',
30147   'context' => '0',
30148   'tab_parent' => '',
30149   'tab_root' => 'taxonomy/autocomplete',
30150   'title' => 'Autocomplete taxonomy',
30151   'title_callback' => 't',
30152   'title_arguments' => '',
30153   'theme_callback' => '',
30154   'theme_arguments' => 'a:0:{}',
30155   'type' => '0',
30156   'description' => '',
30157   'position' => '',
30158   'weight' => '0',
30159   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
30160 ))
30161 ->values(array(
30162   'path' => 'taxonomy/term/%',
30163   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
30164   'to_arg_functions' => '',
30165   'access_callback' => 'user_access',
30166   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
30167   'page_callback' => 'taxonomy_term_page',
30168   'page_arguments' => 'a:1:{i:0;i:2;}',
30169   'delivery_callback' => '',
30170   'fit' => '6',
30171   'number_parts' => '3',
30172   'context' => '0',
30173   'tab_parent' => '',
30174   'tab_root' => 'taxonomy/term/%',
30175   'title' => 'Taxonomy term',
30176   'title_callback' => 'taxonomy_term_title',
30177   'title_arguments' => 'a:1:{i:0;i:2;}',
30178   'theme_callback' => '',
30179   'theme_arguments' => 'a:0:{}',
30180   'type' => '6',
30181   'description' => '',
30182   'position' => '',
30183   'weight' => '0',
30184   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
30185 ))
30186 ->values(array(
30187   'path' => 'taxonomy/term/%/edit',
30188   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
30189   'to_arg_functions' => '',
30190   'access_callback' => 'taxonomy_term_edit_access',
30191   'access_arguments' => 'a:1:{i:0;i:2;}',
30192   'page_callback' => 'drupal_get_form',
30193   'page_arguments' => 'a:3:{i:0;s:18:"taxonomy_form_term";i:1;i:2;i:2;N;}',
30194   'delivery_callback' => '',
30195   'fit' => '13',
30196   'number_parts' => '4',
30197   'context' => '1',
30198   'tab_parent' => 'taxonomy/term/%',
30199   'tab_root' => 'taxonomy/term/%',
30200   'title' => 'Edit',
30201   'title_callback' => 't',
30202   'title_arguments' => '',
30203   'theme_callback' => '',
30204   'theme_arguments' => 'a:0:{}',
30205   'type' => '132',
30206   'description' => '',
30207   'position' => '',
30208   'weight' => '10',
30209   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
30210 ))
30211 ->values(array(
30212   'path' => 'taxonomy/term/%/feed',
30213   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
30214   'to_arg_functions' => '',
30215   'access_callback' => 'user_access',
30216   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
30217   'page_callback' => 'taxonomy_term_feed',
30218   'page_arguments' => 'a:1:{i:0;i:2;}',
30219   'delivery_callback' => '',
30220   'fit' => '13',
30221   'number_parts' => '4',
30222   'context' => '0',
30223   'tab_parent' => '',
30224   'tab_root' => 'taxonomy/term/%/feed',
30225   'title' => 'Taxonomy term',
30226   'title_callback' => 'taxonomy_term_title',
30227   'title_arguments' => 'a:1:{i:0;i:2;}',
30228   'theme_callback' => '',
30229   'theme_arguments' => 'a:0:{}',
30230   'type' => '0',
30231   'description' => '',
30232   'position' => '',
30233   'weight' => '0',
30234   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
30235 ))
30236 ->values(array(
30237   'path' => 'taxonomy/term/%/view',
30238   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
30239   'to_arg_functions' => '',
30240   'access_callback' => 'user_access',
30241   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
30242   'page_callback' => 'taxonomy_term_page',
30243   'page_arguments' => 'a:1:{i:0;i:2;}',
30244   'delivery_callback' => '',
30245   'fit' => '13',
30246   'number_parts' => '4',
30247   'context' => '1',
30248   'tab_parent' => 'taxonomy/term/%',
30249   'tab_root' => 'taxonomy/term/%',
30250   'title' => 'View',
30251   'title_callback' => 't',
30252   'title_arguments' => '',
30253   'theme_callback' => '',
30254   'theme_arguments' => 'a:0:{}',
30255   'type' => '140',
30256   'description' => '',
30257   'position' => '',
30258   'weight' => '0',
30259   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
30260 ))
30261 ->values(array(
30262   'path' => 'toolbar/toggle',
30263   'load_functions' => '',
30264   'to_arg_functions' => '',
30265   'access_callback' => 'user_access',
30266   'access_arguments' => 'a:1:{i:0;s:14:"access toolbar";}',
30267   'page_callback' => 'toolbar_toggle_page',
30268   'page_arguments' => 'a:0:{}',
30269   'delivery_callback' => '',
30270   'fit' => '3',
30271   'number_parts' => '2',
30272   'context' => '0',
30273   'tab_parent' => '',
30274   'tab_root' => 'toolbar/toggle',
30275   'title' => 'Toggle drawer visibility',
30276   'title_callback' => 't',
30277   'title_arguments' => '',
30278   'theme_callback' => '',
30279   'theme_arguments' => 'a:0:{}',
30280   'type' => '0',
30281   'description' => '',
30282   'position' => '',
30283   'weight' => '0',
30284   'include_file' => '',
30285 ))
30286 ->values(array(
30287   'path' => 'tracker',
30288   'load_functions' => '',
30289   'to_arg_functions' => '',
30290   'access_callback' => 'user_access',
30291   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
30292   'page_callback' => 'tracker_page',
30293   'page_arguments' => 'a:0:{}',
30294   'delivery_callback' => '',
30295   'fit' => '1',
30296   'number_parts' => '1',
30297   'context' => '0',
30298   'tab_parent' => '',
30299   'tab_root' => 'tracker',
30300   'title' => 'Recent content',
30301   'title_callback' => 't',
30302   'title_arguments' => '',
30303   'theme_callback' => '',
30304   'theme_arguments' => 'a:0:{}',
30305   'type' => '6',
30306   'description' => '',
30307   'position' => '',
30308   'weight' => '1',
30309   'include_file' => 'modules/tracker/tracker.pages.inc',
30310 ))
30311 ->values(array(
30312   'path' => 'tracker/%',
30313   'load_functions' => 'a:1:{i:1;s:22:"user_uid_optional_load";}',
30314   'to_arg_functions' => 'a:1:{i:1;s:24:"user_uid_optional_to_arg";}',
30315   'access_callback' => '_tracker_myrecent_access',
30316   'access_arguments' => 'a:1:{i:0;i:1;}',
30317   'page_callback' => 'tracker_page',
30318   'page_arguments' => 'a:1:{i:0;i:1;}',
30319   'delivery_callback' => '',
30320   'fit' => '2',
30321   'number_parts' => '2',
30322   'context' => '1',
30323   'tab_parent' => 'tracker',
30324   'tab_root' => 'tracker',
30325   'title' => 'My recent content',
30326   'title_callback' => 't',
30327   'title_arguments' => '',
30328   'theme_callback' => '',
30329   'theme_arguments' => 'a:0:{}',
30330   'type' => '132',
30331   'description' => '',
30332   'position' => '',
30333   'weight' => '0',
30334   'include_file' => 'modules/tracker/tracker.pages.inc',
30335 ))
30336 ->values(array(
30337   'path' => 'tracker/all',
30338   'load_functions' => '',
30339   'to_arg_functions' => '',
30340   'access_callback' => 'user_access',
30341   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
30342   'page_callback' => 'tracker_page',
30343   'page_arguments' => 'a:0:{}',
30344   'delivery_callback' => '',
30345   'fit' => '3',
30346   'number_parts' => '2',
30347   'context' => '1',
30348   'tab_parent' => 'tracker',
30349   'tab_root' => 'tracker',
30350   'title' => 'All recent content',
30351   'title_callback' => 't',
30352   'title_arguments' => '',
30353   'theme_callback' => '',
30354   'theme_arguments' => 'a:0:{}',
30355   'type' => '140',
30356   'description' => '',
30357   'position' => '',
30358   'weight' => '0',
30359   'include_file' => 'modules/tracker/tracker.pages.inc',
30360 ))
30361 ->values(array(
30362   'path' => 'user',
30363   'load_functions' => '',
30364   'to_arg_functions' => '',
30365   'access_callback' => '1',
30366   'access_arguments' => 'a:0:{}',
30367   'page_callback' => 'user_page',
30368   'page_arguments' => 'a:0:{}',
30369   'delivery_callback' => '',
30370   'fit' => '1',
30371   'number_parts' => '1',
30372   'context' => '0',
30373   'tab_parent' => '',
30374   'tab_root' => 'user',
30375   'title' => 'User account',
30376   'title_callback' => 'user_menu_title',
30377   'title_arguments' => '',
30378   'theme_callback' => '',
30379   'theme_arguments' => 'a:0:{}',
30380   'type' => '6',
30381   'description' => '',
30382   'position' => '',
30383   'weight' => '-10',
30384   'include_file' => 'modules/user/user.pages.inc',
30385 ))
30386 ->values(array(
30387   'path' => 'user/%',
30388   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30389   'to_arg_functions' => '',
30390   'access_callback' => 'user_view_access',
30391   'access_arguments' => 'a:1:{i:0;i:1;}',
30392   'page_callback' => 'user_view_page',
30393   'page_arguments' => 'a:1:{i:0;i:1;}',
30394   'delivery_callback' => '',
30395   'fit' => '2',
30396   'number_parts' => '2',
30397   'context' => '0',
30398   'tab_parent' => '',
30399   'tab_root' => 'user/%',
30400   'title' => 'My account',
30401   'title_callback' => 'user_page_title',
30402   'title_arguments' => 'a:1:{i:0;i:1;}',
30403   'theme_callback' => '',
30404   'theme_arguments' => 'a:0:{}',
30405   'type' => '6',
30406   'description' => '',
30407   'position' => '',
30408   'weight' => '0',
30409   'include_file' => '',
30410 ))
30411 ->values(array(
30412   'path' => 'user/%/cancel',
30413   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30414   'to_arg_functions' => '',
30415   'access_callback' => 'user_cancel_access',
30416   'access_arguments' => 'a:1:{i:0;i:1;}',
30417   'page_callback' => 'drupal_get_form',
30418   'page_arguments' => 'a:2:{i:0;s:24:"user_cancel_confirm_form";i:1;i:1;}',
30419   'delivery_callback' => '',
30420   'fit' => '5',
30421   'number_parts' => '3',
30422   'context' => '0',
30423   'tab_parent' => '',
30424   'tab_root' => 'user/%/cancel',
30425   'title' => 'Cancel account',
30426   'title_callback' => 't',
30427   'title_arguments' => '',
30428   'theme_callback' => '',
30429   'theme_arguments' => 'a:0:{}',
30430   'type' => '6',
30431   'description' => '',
30432   'position' => '',
30433   'weight' => '0',
30434   'include_file' => 'modules/user/user.pages.inc',
30435 ))
30436 ->values(array(
30437   'path' => 'user/%/cancel/confirm/%/%',
30438   'load_functions' => 'a:3:{i:1;s:9:"user_load";i:4;N;i:5;N;}',
30439   'to_arg_functions' => '',
30440   'access_callback' => 'user_cancel_access',
30441   'access_arguments' => 'a:1:{i:0;i:1;}',
30442   'page_callback' => 'user_cancel_confirm',
30443   'page_arguments' => 'a:3:{i:0;i:1;i:1;i:4;i:2;i:5;}',
30444   'delivery_callback' => '',
30445   'fit' => '44',
30446   'number_parts' => '6',
30447   'context' => '0',
30448   'tab_parent' => '',
30449   'tab_root' => 'user/%/cancel/confirm/%/%',
30450   'title' => 'Confirm account cancellation',
30451   'title_callback' => 't',
30452   'title_arguments' => '',
30453   'theme_callback' => '',
30454   'theme_arguments' => 'a:0:{}',
30455   'type' => '6',
30456   'description' => '',
30457   'position' => '',
30458   'weight' => '0',
30459   'include_file' => 'modules/user/user.pages.inc',
30460 ))
30461 ->values(array(
30462   'path' => 'user/%/contact',
30463   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30464   'to_arg_functions' => '',
30465   'access_callback' => '_contact_personal_tab_access',
30466   'access_arguments' => 'a:1:{i:0;i:1;}',
30467   'page_callback' => 'drupal_get_form',
30468   'page_arguments' => 'a:2:{i:0;s:21:"contact_personal_form";i:1;i:1;}',
30469   'delivery_callback' => '',
30470   'fit' => '5',
30471   'number_parts' => '3',
30472   'context' => '1',
30473   'tab_parent' => 'user/%',
30474   'tab_root' => 'user/%',
30475   'title' => 'Contact',
30476   'title_callback' => 't',
30477   'title_arguments' => '',
30478   'theme_callback' => '',
30479   'theme_arguments' => 'a:0:{}',
30480   'type' => '132',
30481   'description' => '',
30482   'position' => '',
30483   'weight' => '2',
30484   'include_file' => 'modules/contact/contact.pages.inc',
30485 ))
30486 ->values(array(
30487   'path' => 'user/%/edit',
30488   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30489   'to_arg_functions' => '',
30490   'access_callback' => 'user_edit_access',
30491   'access_arguments' => 'a:1:{i:0;i:1;}',
30492   'page_callback' => 'drupal_get_form',
30493   'page_arguments' => 'a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}',
30494   'delivery_callback' => '',
30495   'fit' => '5',
30496   'number_parts' => '3',
30497   'context' => '1',
30498   'tab_parent' => 'user/%',
30499   'tab_root' => 'user/%',
30500   'title' => 'Edit',
30501   'title_callback' => 't',
30502   'title_arguments' => '',
30503   'theme_callback' => '',
30504   'theme_arguments' => 'a:0:{}',
30505   'type' => '132',
30506   'description' => '',
30507   'position' => '',
30508   'weight' => '0',
30509   'include_file' => 'modules/user/user.pages.inc',
30510 ))
30511 ->values(array(
30512   'path' => 'user/%/edit/account',
30513   '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";}}}',
30514   'to_arg_functions' => '',
30515   'access_callback' => 'user_edit_access',
30516   'access_arguments' => 'a:1:{i:0;i:1;}',
30517   'page_callback' => 'drupal_get_form',
30518   'page_arguments' => 'a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}',
30519   'delivery_callback' => '',
30520   'fit' => '11',
30521   'number_parts' => '4',
30522   'context' => '1',
30523   'tab_parent' => 'user/%/edit',
30524   'tab_root' => 'user/%',
30525   'title' => 'Account',
30526   'title_callback' => 't',
30527   'title_arguments' => '',
30528   'theme_callback' => '',
30529   'theme_arguments' => 'a:0:{}',
30530   'type' => '140',
30531   'description' => '',
30532   'position' => '',
30533   'weight' => '0',
30534   'include_file' => 'modules/user/user.pages.inc',
30535 ))
30536 ->values(array(
30537   'path' => 'user/%/shortcuts',
30538   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30539   'to_arg_functions' => '',
30540   'access_callback' => 'shortcut_set_switch_access',
30541   'access_arguments' => 'a:1:{i:0;i:1;}',
30542   'page_callback' => 'drupal_get_form',
30543   'page_arguments' => 'a:2:{i:0;s:19:"shortcut_set_switch";i:1;i:1;}',
30544   'delivery_callback' => '',
30545   'fit' => '5',
30546   'number_parts' => '3',
30547   'context' => '1',
30548   'tab_parent' => 'user/%',
30549   'tab_root' => 'user/%',
30550   'title' => 'Shortcuts',
30551   'title_callback' => 't',
30552   'title_arguments' => '',
30553   'theme_callback' => '',
30554   'theme_arguments' => 'a:0:{}',
30555   'type' => '132',
30556   'description' => '',
30557   'position' => '',
30558   'weight' => '0',
30559   'include_file' => 'modules/shortcut/shortcut.admin.inc',
30560 ))
30561 ->values(array(
30562   'path' => 'user/%/track',
30563   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30564   'to_arg_functions' => '',
30565   'access_callback' => '_tracker_user_access',
30566   'access_arguments' => 'a:1:{i:0;i:1;}',
30567   'page_callback' => 'tracker_page',
30568   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
30569   'delivery_callback' => '',
30570   'fit' => '5',
30571   'number_parts' => '3',
30572   'context' => '1',
30573   'tab_parent' => 'user/%',
30574   'tab_root' => 'user/%',
30575   'title' => 'Track',
30576   'title_callback' => 't',
30577   'title_arguments' => '',
30578   'theme_callback' => '',
30579   'theme_arguments' => 'a:0:{}',
30580   'type' => '132',
30581   'description' => '',
30582   'position' => '',
30583   'weight' => '0',
30584   'include_file' => 'modules/tracker/tracker.pages.inc',
30585 ))
30586 ->values(array(
30587   'path' => 'user/%/track/content',
30588   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30589   'to_arg_functions' => '',
30590   'access_callback' => '_tracker_user_access',
30591   'access_arguments' => 'a:1:{i:0;i:1;}',
30592   'page_callback' => 'tracker_page',
30593   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
30594   'delivery_callback' => '',
30595   'fit' => '11',
30596   'number_parts' => '4',
30597   'context' => '1',
30598   'tab_parent' => 'user/%/track',
30599   'tab_root' => 'user/%',
30600   'title' => 'Track content',
30601   'title_callback' => 't',
30602   'title_arguments' => '',
30603   'theme_callback' => '',
30604   'theme_arguments' => 'a:0:{}',
30605   'type' => '140',
30606   'description' => '',
30607   'position' => '',
30608   'weight' => '0',
30609   'include_file' => 'modules/tracker/tracker.pages.inc',
30610 ))
30611 ->values(array(
30612   'path' => 'user/%/track/navigation',
30613   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30614   'to_arg_functions' => '',
30615   'access_callback' => 'user_access',
30616   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
30617   'page_callback' => 'statistics_user_tracker',
30618   'page_arguments' => 'a:0:{}',
30619   'delivery_callback' => '',
30620   'fit' => '11',
30621   'number_parts' => '4',
30622   'context' => '1',
30623   'tab_parent' => 'user/%/track',
30624   'tab_root' => 'user/%',
30625   'title' => 'Track page visits',
30626   'title_callback' => 't',
30627   'title_arguments' => '',
30628   'theme_callback' => '',
30629   'theme_arguments' => 'a:0:{}',
30630   'type' => '132',
30631   'description' => '',
30632   'position' => '',
30633   'weight' => '2',
30634   'include_file' => 'modules/statistics/statistics.pages.inc',
30635 ))
30636 ->values(array(
30637   'path' => 'user/%/view',
30638   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
30639   'to_arg_functions' => '',
30640   'access_callback' => 'user_view_access',
30641   'access_arguments' => 'a:1:{i:0;i:1;}',
30642   'page_callback' => 'user_view_page',
30643   'page_arguments' => 'a:1:{i:0;i:1;}',
30644   'delivery_callback' => '',
30645   'fit' => '5',
30646   'number_parts' => '3',
30647   'context' => '1',
30648   'tab_parent' => 'user/%',
30649   'tab_root' => 'user/%',
30650   'title' => 'View',
30651   'title_callback' => 't',
30652   'title_arguments' => '',
30653   'theme_callback' => '',
30654   'theme_arguments' => 'a:0:{}',
30655   'type' => '140',
30656   'description' => '',
30657   'position' => '',
30658   'weight' => '-10',
30659   'include_file' => '',
30660 ))
30661 ->values(array(
30662   'path' => 'user/autocomplete',
30663   'load_functions' => '',
30664   'to_arg_functions' => '',
30665   'access_callback' => 'user_access',
30666   'access_arguments' => 'a:1:{i:0;s:20:"access user profiles";}',
30667   'page_callback' => 'user_autocomplete',
30668   'page_arguments' => 'a:0:{}',
30669   'delivery_callback' => '',
30670   'fit' => '3',
30671   'number_parts' => '2',
30672   'context' => '0',
30673   'tab_parent' => '',
30674   'tab_root' => 'user/autocomplete',
30675   'title' => 'User autocomplete',
30676   'title_callback' => 't',
30677   'title_arguments' => '',
30678   'theme_callback' => '',
30679   'theme_arguments' => 'a:0:{}',
30680   'type' => '0',
30681   'description' => '',
30682   'position' => '',
30683   'weight' => '0',
30684   'include_file' => 'modules/user/user.pages.inc',
30685 ))
30686 ->values(array(
30687   'path' => 'user/login',
30688   'load_functions' => '',
30689   'to_arg_functions' => '',
30690   'access_callback' => 'user_is_anonymous',
30691   'access_arguments' => 'a:0:{}',
30692   'page_callback' => 'user_page',
30693   'page_arguments' => 'a:0:{}',
30694   'delivery_callback' => '',
30695   'fit' => '3',
30696   'number_parts' => '2',
30697   'context' => '1',
30698   'tab_parent' => 'user',
30699   'tab_root' => 'user',
30700   'title' => 'Log in',
30701   'title_callback' => 't',
30702   'title_arguments' => '',
30703   'theme_callback' => '',
30704   'theme_arguments' => 'a:0:{}',
30705   'type' => '140',
30706   'description' => '',
30707   'position' => '',
30708   'weight' => '0',
30709   'include_file' => 'modules/user/user.pages.inc',
30710 ))
30711 ->values(array(
30712   'path' => 'user/logout',
30713   'load_functions' => '',
30714   'to_arg_functions' => '',
30715   'access_callback' => 'user_is_logged_in',
30716   'access_arguments' => 'a:0:{}',
30717   'page_callback' => 'user_logout',
30718   'page_arguments' => 'a:0:{}',
30719   'delivery_callback' => '',
30720   'fit' => '3',
30721   'number_parts' => '2',
30722   'context' => '0',
30723   'tab_parent' => '',
30724   'tab_root' => 'user/logout',
30725   'title' => 'Log out',
30726   'title_callback' => 't',
30727   'title_arguments' => '',
30728   'theme_callback' => '',
30729   'theme_arguments' => 'a:0:{}',
30730   'type' => '6',
30731   'description' => '',
30732   'position' => '',
30733   'weight' => '10',
30734   'include_file' => 'modules/user/user.pages.inc',
30735 ))
30736 ->values(array(
30737   'path' => 'user/password',
30738   'load_functions' => '',
30739   'to_arg_functions' => '',
30740   'access_callback' => '1',
30741   'access_arguments' => 'a:0:{}',
30742   'page_callback' => 'drupal_get_form',
30743   'page_arguments' => 'a:1:{i:0;s:9:"user_pass";}',
30744   'delivery_callback' => '',
30745   'fit' => '3',
30746   'number_parts' => '2',
30747   'context' => '1',
30748   'tab_parent' => 'user',
30749   'tab_root' => 'user',
30750   'title' => 'Request new password',
30751   'title_callback' => 't',
30752   'title_arguments' => '',
30753   'theme_callback' => '',
30754   'theme_arguments' => 'a:0:{}',
30755   'type' => '132',
30756   'description' => '',
30757   'position' => '',
30758   'weight' => '0',
30759   'include_file' => 'modules/user/user.pages.inc',
30760 ))
30761 ->values(array(
30762   'path' => 'user/register',
30763   'load_functions' => '',
30764   'to_arg_functions' => '',
30765   'access_callback' => 'user_register_access',
30766   'access_arguments' => 'a:0:{}',
30767   'page_callback' => 'drupal_get_form',
30768   'page_arguments' => 'a:1:{i:0;s:18:"user_register_form";}',
30769   'delivery_callback' => '',
30770   'fit' => '3',
30771   'number_parts' => '2',
30772   'context' => '1',
30773   'tab_parent' => 'user',
30774   'tab_root' => 'user',
30775   'title' => 'Create new account',
30776   'title_callback' => 't',
30777   'title_arguments' => '',
30778   'theme_callback' => '',
30779   'theme_arguments' => 'a:0:{}',
30780   'type' => '132',
30781   'description' => '',
30782   'position' => '',
30783   'weight' => '0',
30784   'include_file' => '',
30785 ))
30786 ->values(array(
30787   'path' => 'user/reset/%/%/%',
30788   'load_functions' => 'a:3:{i:2;N;i:3;N;i:4;N;}',
30789   'to_arg_functions' => '',
30790   'access_callback' => '1',
30791   'access_arguments' => 'a:0:{}',
30792   'page_callback' => 'drupal_get_form',
30793   'page_arguments' => 'a:4:{i:0;s:15:"user_pass_reset";i:1;i:2;i:2;i:3;i:3;i:4;}',
30794   'delivery_callback' => '',
30795   'fit' => '24',
30796   'number_parts' => '5',
30797   'context' => '0',
30798   'tab_parent' => '',
30799   'tab_root' => 'user/reset/%/%/%',
30800   'title' => 'Reset password',
30801   'title_callback' => 't',
30802   'title_arguments' => '',
30803   'theme_callback' => '',
30804   'theme_arguments' => 'a:0:{}',
30805   'type' => '0',
30806   'description' => '',
30807   'position' => '',
30808   'weight' => '0',
30809   'include_file' => 'modules/user/user.pages.inc',
30810 ))
30811 ->execute();
30812
30813 $connection->schema()->createTable('node', array(
30814   'fields' => array(
30815     'nid' => array(
30816       'type' => 'serial',
30817       'not null' => TRUE,
30818       'size' => 'normal',
30819       'unsigned' => TRUE,
30820     ),
30821     'vid' => array(
30822       'type' => 'int',
30823       'not null' => FALSE,
30824       'size' => 'normal',
30825       'unsigned' => TRUE,
30826     ),
30827     'type' => array(
30828       'type' => 'varchar',
30829       'not null' => TRUE,
30830       'length' => '32',
30831       'default' => '',
30832     ),
30833     'language' => array(
30834       'type' => 'varchar',
30835       'not null' => TRUE,
30836       'length' => '12',
30837       'default' => '',
30838     ),
30839     'title' => array(
30840       'type' => 'varchar',
30841       'not null' => TRUE,
30842       'length' => '255',
30843       'default' => '',
30844     ),
30845     'uid' => array(
30846       'type' => 'int',
30847       'not null' => TRUE,
30848       'size' => 'normal',
30849       'default' => '0',
30850     ),
30851     'status' => array(
30852       'type' => 'int',
30853       'not null' => TRUE,
30854       'size' => 'normal',
30855       'default' => '1',
30856     ),
30857     'created' => array(
30858       'type' => 'int',
30859       'not null' => TRUE,
30860       'size' => 'normal',
30861       'default' => '0',
30862     ),
30863     'changed' => array(
30864       'type' => 'int',
30865       'not null' => TRUE,
30866       'size' => 'normal',
30867       'default' => '0',
30868     ),
30869     'comment' => array(
30870       'type' => 'int',
30871       'not null' => TRUE,
30872       'size' => 'normal',
30873       'default' => '0',
30874     ),
30875     'promote' => array(
30876       'type' => 'int',
30877       'not null' => TRUE,
30878       'size' => 'normal',
30879       'default' => '0',
30880     ),
30881     'sticky' => array(
30882       'type' => 'int',
30883       'not null' => TRUE,
30884       'size' => 'normal',
30885       'default' => '0',
30886     ),
30887     'tnid' => array(
30888       'type' => 'int',
30889       'not null' => TRUE,
30890       'size' => 'normal',
30891       'default' => '0',
30892       'unsigned' => TRUE,
30893     ),
30894     'translate' => array(
30895       'type' => 'int',
30896       'not null' => TRUE,
30897       'size' => 'normal',
30898       'default' => '0',
30899     ),
30900   ),
30901   'primary key' => array(
30902     'nid',
30903   ),
30904   'mysql_character_set' => 'utf8',
30905 ));
30906
30907 $connection->insert('node')
30908 ->fields(array(
30909   'nid',
30910   'vid',
30911   'type',
30912   'language',
30913   'title',
30914   'uid',
30915   'status',
30916   'created',
30917   'changed',
30918   'comment',
30919   'promote',
30920   'sticky',
30921   'tnid',
30922   'translate',
30923 ))
30924 ->values(array(
30925   'nid' => '1',
30926   'vid' => '1',
30927   'type' => 'test_content_type',
30928   'language' => 'en',
30929   'title' => 'A Node',
30930   'uid' => '2',
30931   'status' => '1',
30932   'created' => '1421727515',
30933   'changed' => '1441032132',
30934   'comment' => '2',
30935   'promote' => '1',
30936   'sticky' => '0',
30937   'tnid' => '0',
30938   'translate' => '0',
30939 ))
30940 ->values(array(
30941   'nid' => '2',
30942   'vid' => '2',
30943   'type' => 'article',
30944   'language' => 'en',
30945   'title' => 'The thing about Deep Space 9',
30946   'uid' => '2',
30947   'status' => '1',
30948   'created' => '1441306772',
30949   'changed' => '1441306832',
30950   'comment' => '2',
30951   'promote' => '1',
30952   'sticky' => '0',
30953   'tnid' => '2',
30954   'translate' => '0',
30955 ))
30956 ->values(array(
30957   'nid' => '3',
30958   'vid' => '3',
30959   'type' => 'article',
30960   'language' => 'is',
30961   'title' => 'is - The thing about Deep Space 9',
30962   'uid' => '1',
30963   'status' => '1',
30964   'created' => '1471428152',
30965   'changed' => '1471428152',
30966   'comment' => '2',
30967   'promote' => '1',
30968   'sticky' => '0',
30969   'tnid' => '2',
30970   'translate' => '0',
30971 ))
30972 ->values(array(
30973   'nid' => '4',
30974   'vid' => '4',
30975   'type' => 'article',
30976   'language' => 'is',
30977   'title' => 'is - The thing about Firefly',
30978   'uid' => '1',
30979   'status' => '1',
30980   'created' => '1478755274',
30981   'changed' => '1478755274',
30982   'comment' => '2',
30983   'promote' => '1',
30984   'sticky' => '0',
30985   'tnid' => '4',
30986   'translate' => '0',
30987 ))
30988 ->values(array(
30989   'nid' => '5',
30990   'vid' => '5',
30991   'type' => 'article',
30992   'language' => 'en',
30993   'title' => 'en - The thing about Firefly',
30994   'uid' => '1',
30995   'status' => '1',
30996   'created' => '1478755314',
30997   'changed' => '1478755314',
30998   'comment' => '2',
30999   'promote' => '1',
31000   'sticky' => '0',
31001   'tnid' => '4',
31002   'translate' => '0',
31003 ))
31004 ->execute();
31005
31006 $connection->schema()->createTable('node_access', array(
31007   'fields' => array(
31008     'nid' => array(
31009       'type' => 'int',
31010       'not null' => TRUE,
31011       'size' => 'normal',
31012       'default' => '0',
31013       'unsigned' => TRUE,
31014     ),
31015     'gid' => array(
31016       'type' => 'int',
31017       'not null' => TRUE,
31018       'size' => 'normal',
31019       'default' => '0',
31020       'unsigned' => TRUE,
31021     ),
31022     'realm' => array(
31023       'type' => 'varchar',
31024       'not null' => TRUE,
31025       'length' => '255',
31026       'default' => '',
31027     ),
31028     'grant_view' => array(
31029       'type' => 'int',
31030       'not null' => TRUE,
31031       'size' => 'normal',
31032       'default' => '0',
31033       'unsigned' => TRUE,
31034     ),
31035     'grant_update' => array(
31036       'type' => 'int',
31037       'not null' => TRUE,
31038       'size' => 'normal',
31039       'default' => '0',
31040       'unsigned' => TRUE,
31041     ),
31042     'grant_delete' => array(
31043       'type' => 'int',
31044       'not null' => TRUE,
31045       'size' => 'normal',
31046       'default' => '0',
31047       'unsigned' => TRUE,
31048     ),
31049   ),
31050   'primary key' => array(
31051     'nid',
31052     'gid',
31053     'realm',
31054   ),
31055   'mysql_character_set' => 'utf8',
31056 ));
31057
31058 $connection->insert('node_access')
31059 ->fields(array(
31060   'nid',
31061   'gid',
31062   'realm',
31063   'grant_view',
31064   'grant_update',
31065   'grant_delete',
31066 ))
31067 ->values(array(
31068   'nid' => '0',
31069   'gid' => '0',
31070   'realm' => 'all',
31071   'grant_view' => '1',
31072   'grant_update' => '0',
31073   'grant_delete' => '0',
31074 ))
31075 ->execute();
31076
31077 $connection->schema()->createTable('node_comment_statistics', array(
31078   'fields' => array(
31079     'nid' => array(
31080       'type' => 'int',
31081       'not null' => TRUE,
31082       'size' => 'normal',
31083       'default' => '0',
31084       'unsigned' => TRUE,
31085     ),
31086     'cid' => array(
31087       'type' => 'int',
31088       'not null' => TRUE,
31089       'size' => 'normal',
31090       'default' => '0',
31091     ),
31092     'last_comment_timestamp' => array(
31093       'type' => 'int',
31094       'not null' => TRUE,
31095       'size' => 'normal',
31096       'default' => '0',
31097     ),
31098     'last_comment_name' => array(
31099       'type' => 'varchar',
31100       'not null' => FALSE,
31101       'length' => '60',
31102     ),
31103     'last_comment_uid' => array(
31104       'type' => 'int',
31105       'not null' => TRUE,
31106       'size' => 'normal',
31107       'default' => '0',
31108     ),
31109     'comment_count' => array(
31110       'type' => 'int',
31111       'not null' => TRUE,
31112       'size' => 'normal',
31113       'default' => '0',
31114       'unsigned' => TRUE,
31115     ),
31116   ),
31117   'primary key' => array(
31118     'nid',
31119   ),
31120   'mysql_character_set' => 'utf8',
31121 ));
31122
31123 $connection->insert('node_comment_statistics')
31124 ->fields(array(
31125   'nid',
31126   'cid',
31127   'last_comment_timestamp',
31128   'last_comment_name',
31129   'last_comment_uid',
31130   'comment_count',
31131 ))
31132 ->values(array(
31133   'nid' => '1',
31134   'cid' => '1',
31135   'last_comment_timestamp' => '1421727536',
31136   'last_comment_name' => '',
31137   'last_comment_uid' => '1',
31138   'comment_count' => '1',
31139 ))
31140 ->values(array(
31141   'nid' => '3',
31142   'cid' => '0',
31143   'last_comment_timestamp' => '1471428152',
31144   'last_comment_name' => NULL,
31145   'last_comment_uid' => '1',
31146   'comment_count' => '0',
31147 ))
31148 ->values(array(
31149   'nid' => '4',
31150   'cid' => '0',
31151   'last_comment_timestamp' => '1478755274',
31152   'last_comment_name' => NULL,
31153   'last_comment_uid' => '1',
31154   'comment_count' => '0',
31155 ))
31156 ->values(array(
31157   'nid' => '5',
31158   'cid' => '0',
31159   'last_comment_timestamp' => '1478755314',
31160   'last_comment_name' => NULL,
31161   'last_comment_uid' => '1',
31162   'comment_count' => '0',
31163 ))
31164 ->execute();
31165
31166 $connection->schema()->createTable('node_counter', array(
31167   'fields' => array(
31168     'nid' => array(
31169       'type' => 'int',
31170       'not null' => TRUE,
31171       'size' => 'normal',
31172       'default' => '0',
31173     ),
31174     'totalcount' => array(
31175       'type' => 'int',
31176       'not null' => TRUE,
31177       'size' => 'normal',
31178       'default' => '0',
31179       'unsigned' => TRUE,
31180     ),
31181     'daycount' => array(
31182       'type' => 'int',
31183       'not null' => TRUE,
31184       'size' => 'normal',
31185       'default' => '0',
31186       'unsigned' => TRUE,
31187     ),
31188     'timestamp' => array(
31189       'type' => 'int',
31190       'not null' => TRUE,
31191       'size' => 'normal',
31192       'default' => '0',
31193       'unsigned' => TRUE,
31194     ),
31195   ),
31196   'primary key' => array(
31197     'nid',
31198   ),
31199   'mysql_character_set' => 'utf8',
31200 ));
31201
31202 $connection->insert('node_counter')
31203 ->fields(array(
31204   'nid',
31205   'totalcount',
31206   'daycount',
31207   'timestamp',
31208 ))
31209 ->values(array(
31210   'nid' => '1',
31211   'totalcount' => '2',
31212   'daycount' => '0',
31213   'timestamp' => '1421727536',
31214 ))
31215 ->values(array(
31216   'nid' => '2',
31217   'totalcount' => '1',
31218   'daycount' => '0',
31219   'timestamp' => '1471428059',
31220 ))
31221 ->values(array(
31222   'nid' => '3',
31223   'totalcount' => '1',
31224   'daycount' => '0',
31225   'timestamp' => '1471428153',
31226 ))
31227 ->values(array(
31228   'nid' => '4',
31229   'totalcount' => '1',
31230   'daycount' => '1',
31231   'timestamp' => '1478755275',
31232 ))
31233 ->values(array(
31234   'nid' => '5',
31235   'totalcount' => '1',
31236   'daycount' => '1',
31237   'timestamp' => '1478755314',
31238 ))
31239 ->execute();
31240
31241 $connection->schema()->createTable('node_revision', array(
31242   'fields' => array(
31243     'nid' => array(
31244       'type' => 'int',
31245       'not null' => TRUE,
31246       'size' => 'normal',
31247       'default' => '0',
31248       'unsigned' => TRUE,
31249     ),
31250     'vid' => array(
31251       'type' => 'serial',
31252       'not null' => TRUE,
31253       'size' => 'normal',
31254       'unsigned' => TRUE,
31255     ),
31256     'uid' => array(
31257       'type' => 'int',
31258       'not null' => TRUE,
31259       'size' => 'normal',
31260       'default' => '0',
31261     ),
31262     'title' => array(
31263       'type' => 'varchar',
31264       'not null' => TRUE,
31265       'length' => '255',
31266       'default' => '',
31267     ),
31268     'log' => array(
31269       'type' => 'text',
31270       'not null' => TRUE,
31271       'size' => 'normal',
31272     ),
31273     'timestamp' => array(
31274       'type' => 'int',
31275       'not null' => TRUE,
31276       'size' => 'normal',
31277       'default' => '0',
31278     ),
31279     'status' => array(
31280       'type' => 'int',
31281       'not null' => TRUE,
31282       'size' => 'normal',
31283       'default' => '1',
31284     ),
31285     'comment' => array(
31286       'type' => 'int',
31287       'not null' => TRUE,
31288       'size' => 'normal',
31289       'default' => '0',
31290     ),
31291     'promote' => array(
31292       'type' => 'int',
31293       'not null' => TRUE,
31294       'size' => 'normal',
31295       'default' => '0',
31296     ),
31297     'sticky' => array(
31298       'type' => 'int',
31299       'not null' => TRUE,
31300       'size' => 'normal',
31301       'default' => '0',
31302     ),
31303   ),
31304   'primary key' => array(
31305     'vid',
31306   ),
31307   'mysql_character_set' => 'utf8',
31308 ));
31309
31310 $connection->insert('node_revision')
31311 ->fields(array(
31312   'nid',
31313   'vid',
31314   'uid',
31315   'title',
31316   'log',
31317   'timestamp',
31318   'status',
31319   'comment',
31320   'promote',
31321   'sticky',
31322 ))
31323 ->values(array(
31324   'nid' => '1',
31325   'vid' => '1',
31326   'uid' => '1',
31327   'title' => 'A Node',
31328   'log' => '',
31329   'timestamp' => '1441032132',
31330   'status' => '1',
31331   'comment' => '2',
31332   'promote' => '1',
31333   'sticky' => '0',
31334 ))
31335 ->values(array(
31336   'nid' => '2',
31337   'vid' => '2',
31338   'uid' => '1',
31339   'title' => 'The thing about Deep Space 9',
31340   'log' => '',
31341   'timestamp' => '1441306832',
31342   'status' => '1',
31343   'comment' => '2',
31344   'promote' => '1',
31345   'sticky' => '0',
31346 ))
31347 ->values(array(
31348   'nid' => '3',
31349   'vid' => '3',
31350   'uid' => '1',
31351   'title' => 'is - The thing about Deep Space 9',
31352   'log' => '',
31353   'timestamp' => '1471428152',
31354   'status' => '1',
31355   'comment' => '2',
31356   'promote' => '1',
31357   'sticky' => '0',
31358 ))
31359 ->values(array(
31360   'nid' => '4',
31361   'vid' => '4',
31362   'uid' => '1',
31363   'title' => 'is - The thing about Firefly',
31364   'log' => '',
31365   'timestamp' => '1478755274',
31366   'status' => '1',
31367   'comment' => '2',
31368   'promote' => '1',
31369   'sticky' => '0',
31370 ))
31371 ->values(array(
31372   'nid' => '5',
31373   'vid' => '5',
31374   'uid' => '1',
31375   'title' => 'en - The thing about Firefly',
31376   'log' => '',
31377   'timestamp' => '1478755314',
31378   'status' => '1',
31379   'comment' => '2',
31380   'promote' => '1',
31381   'sticky' => '0',
31382 ))
31383 ->execute();
31384
31385 $connection->schema()->createTable('node_type', array(
31386   'fields' => array(
31387     'type' => array(
31388       'type' => 'varchar',
31389       'not null' => TRUE,
31390       'length' => '32',
31391     ),
31392     'name' => array(
31393       'type' => 'varchar',
31394       'not null' => TRUE,
31395       'length' => '255',
31396       'default' => '',
31397     ),
31398     'base' => array(
31399       'type' => 'varchar',
31400       'not null' => TRUE,
31401       'length' => '255',
31402     ),
31403     'module' => array(
31404       'type' => 'varchar',
31405       'not null' => TRUE,
31406       'length' => '255',
31407     ),
31408     'description' => array(
31409       'type' => 'text',
31410       'not null' => TRUE,
31411       'size' => 'normal',
31412     ),
31413     'help' => array(
31414       'type' => 'text',
31415       'not null' => TRUE,
31416       'size' => 'normal',
31417     ),
31418     'has_title' => array(
31419       'type' => 'int',
31420       'not null' => TRUE,
31421       'size' => 'normal',
31422       'unsigned' => TRUE,
31423     ),
31424     'title_label' => array(
31425       'type' => 'varchar',
31426       'not null' => TRUE,
31427       'length' => '255',
31428       'default' => '',
31429     ),
31430     'custom' => array(
31431       'type' => 'int',
31432       'not null' => TRUE,
31433       'size' => 'normal',
31434       'default' => '0',
31435     ),
31436     'modified' => array(
31437       'type' => 'int',
31438       'not null' => TRUE,
31439       'size' => 'normal',
31440       'default' => '0',
31441     ),
31442     'locked' => array(
31443       'type' => 'int',
31444       'not null' => TRUE,
31445       'size' => 'normal',
31446       'default' => '0',
31447     ),
31448     'disabled' => array(
31449       'type' => 'int',
31450       'not null' => TRUE,
31451       'size' => 'normal',
31452       'default' => '0',
31453     ),
31454     'orig_type' => array(
31455       'type' => 'varchar',
31456       'not null' => TRUE,
31457       'length' => '255',
31458       'default' => '',
31459     ),
31460   ),
31461   'primary key' => array(
31462     'type',
31463   ),
31464   'mysql_character_set' => 'utf8',
31465 ));
31466
31467 $connection->insert('node_type')
31468 ->fields(array(
31469   'type',
31470   'name',
31471   'base',
31472   'module',
31473   'description',
31474   'help',
31475   'has_title',
31476   'title_label',
31477   'custom',
31478   'modified',
31479   'locked',
31480   'disabled',
31481   'orig_type',
31482 ))
31483 ->values(array(
31484   'type' => 'article',
31485   'name' => 'Article',
31486   'base' => 'node_content',
31487   'module' => 'node',
31488   'description' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.',
31489   'help' => 'Help text for articles',
31490   'has_title' => '1',
31491   'title_label' => 'Title',
31492   'custom' => '1',
31493   'modified' => '1',
31494   'locked' => '0',
31495   'disabled' => '0',
31496   'orig_type' => 'article',
31497 ))
31498 ->values(array(
31499   'type' => 'blog',
31500   'name' => 'Blog entry',
31501   'base' => 'blog',
31502   'module' => 'blog',
31503   'description' => 'Use for multi-user blogs. Every user gets a personal blog.',
31504   'help' => 'Blog away, good sir!',
31505   'has_title' => '1',
31506   'title_label' => 'Title',
31507   'custom' => '0',
31508   'modified' => '1',
31509   'locked' => '1',
31510   'disabled' => '0',
31511   'orig_type' => 'blog',
31512 ))
31513 ->values(array(
31514   'type' => 'book',
31515   'name' => 'Book page',
31516   'base' => 'node_content',
31517   'module' => 'node',
31518   'description' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.',
31519   'help' => '',
31520   'has_title' => '1',
31521   'title_label' => 'Title',
31522   'custom' => '1',
31523   'modified' => '1',
31524   'locked' => '0',
31525   'disabled' => '0',
31526   'orig_type' => 'book',
31527 ))
31528 ->values(array(
31529   'type' => 'forum',
31530   'name' => 'Forum topic',
31531   'base' => 'forum',
31532   'module' => 'forum',
31533   'description' => 'A <em>forum topic</em> starts a new discussion thread within a forum.',
31534   'help' => 'No name-calling, no flame wars. Be nice.',
31535   'has_title' => '1',
31536   'title_label' => 'Subject',
31537   'custom' => '0',
31538   'modified' => '1',
31539   'locked' => '1',
31540   'disabled' => '0',
31541   'orig_type' => 'forum',
31542 ))
31543 ->values(array(
31544   'type' => 'page',
31545   'name' => 'Basic page',
31546   'base' => 'node_content',
31547   'module' => 'node',
31548   'description' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.",
31549   'help' => 'Help text for basic pages',
31550   'has_title' => '1',
31551   'title_label' => 'Title',
31552   'custom' => '1',
31553   'modified' => '1',
31554   'locked' => '0',
31555   'disabled' => '0',
31556   'orig_type' => 'page',
31557 ))
31558 ->values(array(
31559   'type' => 'test_content_type',
31560   'name' => 'Test content type',
31561   'base' => 'node_content',
31562   'module' => 'node',
31563   'description' => 'This is the description of the test content type.',
31564   'help' => 'Help text for test content type',
31565   'has_title' => '1',
31566   'title_label' => 'Title',
31567   'custom' => '1',
31568   'modified' => '1',
31569   'locked' => '0',
31570   'disabled' => '0',
31571   'orig_type' => 'test_content_type',
31572 ))
31573 ->execute();
31574
31575 $connection->schema()->createTable('queue', array(
31576   'fields' => array(
31577     'item_id' => array(
31578       'type' => 'serial',
31579       'not null' => TRUE,
31580       'size' => 'normal',
31581       'unsigned' => TRUE,
31582     ),
31583     'name' => array(
31584       'type' => 'varchar',
31585       'not null' => TRUE,
31586       'length' => '255',
31587       'default' => '',
31588     ),
31589     'data' => array(
31590       'type' => 'blob',
31591       'not null' => FALSE,
31592       'size' => 'normal',
31593     ),
31594     'expire' => array(
31595       'type' => 'int',
31596       'not null' => TRUE,
31597       'size' => 'normal',
31598       'default' => '0',
31599     ),
31600     'created' => array(
31601       'type' => 'int',
31602       'not null' => TRUE,
31603       'size' => 'normal',
31604       'default' => '0',
31605     ),
31606   ),
31607   'primary key' => array(
31608     'item_id',
31609   ),
31610   'mysql_character_set' => 'utf8',
31611 ));
31612
31613 $connection->schema()->createTable('rdf_mapping', array(
31614   'fields' => array(
31615     'type' => array(
31616       'type' => 'varchar',
31617       'not null' => TRUE,
31618       'length' => '128',
31619     ),
31620     'bundle' => array(
31621       'type' => 'varchar',
31622       'not null' => TRUE,
31623       'length' => '128',
31624     ),
31625     'mapping' => array(
31626       'type' => 'blob',
31627       'not null' => FALSE,
31628       'size' => 'normal',
31629     ),
31630   ),
31631   'primary key' => array(
31632     'type',
31633     'bundle',
31634   ),
31635   'mysql_character_set' => 'utf8',
31636 ));
31637
31638 $connection->insert('rdf_mapping')
31639 ->fields(array(
31640   'type',
31641   'bundle',
31642   'mapping',
31643 ))
31644 ->values(array(
31645   'type' => 'node',
31646   'bundle' => 'article',
31647   '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";}}',
31648 ))
31649 ->values(array(
31650   'type' => 'node',
31651   'bundle' => 'blog',
31652   '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";}}',
31653 ))
31654 ->values(array(
31655   'type' => 'node',
31656   'bundle' => 'forum',
31657   '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";}}',
31658 ))
31659 ->values(array(
31660   'type' => 'taxonomy_term',
31661   'bundle' => 'forums',
31662   '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";}}',
31663 ))
31664 ->values(array(
31665   'type' => 'node',
31666   'bundle' => 'page',
31667   '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";}}',
31668 ))
31669 ->execute();
31670
31671 $connection->schema()->createTable('registry', array(
31672   'fields' => array(
31673     'name' => array(
31674       'type' => 'varchar',
31675       'not null' => TRUE,
31676       'length' => '255',
31677       'default' => '',
31678     ),
31679     'type' => array(
31680       'type' => 'varchar',
31681       'not null' => TRUE,
31682       'length' => '9',
31683       'default' => '',
31684     ),
31685     'filename' => array(
31686       'type' => 'varchar',
31687       'not null' => TRUE,
31688       'length' => '255',
31689     ),
31690     'module' => array(
31691       'type' => 'varchar',
31692       'not null' => TRUE,
31693       'length' => '255',
31694       'default' => '',
31695     ),
31696     'weight' => array(
31697       'type' => 'int',
31698       'not null' => TRUE,
31699       'size' => 'normal',
31700       'default' => '0',
31701     ),
31702   ),
31703   'primary key' => array(
31704     'name',
31705     'type',
31706   ),
31707   'mysql_character_set' => 'utf8',
31708 ));
31709
31710 $connection->insert('registry')
31711 ->fields(array(
31712   'name',
31713   'type',
31714   'filename',
31715   'module',
31716   'weight',
31717 ))
31718 ->values(array(
31719   'name' => 'AccessDeniedTestCase',
31720   'type' => 'class',
31721   'filename' => 'modules/system/system.test',
31722   'module' => 'system',
31723   'weight' => '0',
31724 ))
31725 ->values(array(
31726   'name' => 'ActionLoopTestCase',
31727   'type' => 'class',
31728   'filename' => 'modules/simpletest/tests/actions.test',
31729   'module' => 'simpletest',
31730   'weight' => '0',
31731 ))
31732 ->values(array(
31733   'name' => 'ActionsConfigurationTestCase',
31734   'type' => 'class',
31735   'filename' => 'modules/simpletest/tests/actions.test',
31736   'module' => 'simpletest',
31737   'weight' => '0',
31738 ))
31739 ->values(array(
31740   'name' => 'AddFeedTestCase',
31741   'type' => 'class',
31742   'filename' => 'modules/aggregator/aggregator.test',
31743   'module' => 'aggregator',
31744   'weight' => '0',
31745 ))
31746 ->values(array(
31747   'name' => 'AdminMetaTagTestCase',
31748   'type' => 'class',
31749   'filename' => 'modules/system/system.test',
31750   'module' => 'system',
31751   'weight' => '0',
31752 ))
31753 ->values(array(
31754   'name' => 'AggregatorConfigurationTestCase',
31755   'type' => 'class',
31756   'filename' => 'modules/aggregator/aggregator.test',
31757   'module' => 'aggregator',
31758   'weight' => '0',
31759 ))
31760 ->values(array(
31761   'name' => 'AggregatorCronTestCase',
31762   'type' => 'class',
31763   'filename' => 'modules/aggregator/aggregator.test',
31764   'module' => 'aggregator',
31765   'weight' => '0',
31766 ))
31767 ->values(array(
31768   'name' => 'AggregatorRenderingTestCase',
31769   'type' => 'class',
31770   'filename' => 'modules/aggregator/aggregator.test',
31771   'module' => 'aggregator',
31772   'weight' => '0',
31773 ))
31774 ->values(array(
31775   'name' => 'AggregatorTestCase',
31776   'type' => 'class',
31777   'filename' => 'modules/aggregator/aggregator.test',
31778   'module' => 'aggregator',
31779   'weight' => '0',
31780 ))
31781 ->values(array(
31782   'name' => 'AggregatorUpdatePathTestCase',
31783   'type' => 'class',
31784   'filename' => 'modules/simpletest/tests/upgrade/update.aggregator.test',
31785   'module' => 'simpletest',
31786   'weight' => '0',
31787 ))
31788 ->values(array(
31789   'name' => 'AJAXCommandsTestCase',
31790   'type' => 'class',
31791   'filename' => 'modules/simpletest/tests/ajax.test',
31792   'module' => 'simpletest',
31793   'weight' => '0',
31794 ))
31795 ->values(array(
31796   'name' => 'AJAXElementValidation',
31797   'type' => 'class',
31798   'filename' => 'modules/simpletest/tests/ajax.test',
31799   'module' => 'simpletest',
31800   'weight' => '0',
31801 ))
31802 ->values(array(
31803   'name' => 'AJAXFormPageCacheTestCase',
31804   'type' => 'class',
31805   'filename' => 'modules/simpletest/tests/ajax.test',
31806   'module' => 'simpletest',
31807   'weight' => '0',
31808 ))
31809 ->values(array(
31810   'name' => 'AJAXFormValuesTestCase',
31811   'type' => 'class',
31812   'filename' => 'modules/simpletest/tests/ajax.test',
31813   'module' => 'simpletest',
31814   'weight' => '0',
31815 ))
31816 ->values(array(
31817   'name' => 'AJAXFrameworkTestCase',
31818   'type' => 'class',
31819   'filename' => 'modules/simpletest/tests/ajax.test',
31820   'module' => 'simpletest',
31821   'weight' => '0',
31822 ))
31823 ->values(array(
31824   'name' => 'AJAXMultiFormTestCase',
31825   'type' => 'class',
31826   'filename' => 'modules/simpletest/tests/ajax.test',
31827   'module' => 'simpletest',
31828   'weight' => '0',
31829 ))
31830 ->values(array(
31831   'name' => 'AJAXTestCase',
31832   'type' => 'class',
31833   'filename' => 'modules/simpletest/tests/ajax.test',
31834   'module' => 'simpletest',
31835   'weight' => '0',
31836 ))
31837 ->values(array(
31838   'name' => 'ArchiverInterface',
31839   'type' => 'interface',
31840   'filename' => 'includes/archiver.inc',
31841   'module' => '',
31842   'weight' => '0',
31843 ))
31844 ->values(array(
31845   'name' => 'ArchiverTar',
31846   'type' => 'class',
31847   'filename' => 'modules/system/system.archiver.inc',
31848   'module' => 'system',
31849   'weight' => '0',
31850 ))
31851 ->values(array(
31852   'name' => 'ArchiverZip',
31853   'type' => 'class',
31854   'filename' => 'modules/system/system.archiver.inc',
31855   'module' => 'system',
31856   'weight' => '0',
31857 ))
31858 ->values(array(
31859   'name' => 'Archive_Tar',
31860   'type' => 'class',
31861   'filename' => 'modules/system/system.tar.inc',
31862   'module' => 'system',
31863   'weight' => '0',
31864 ))
31865 ->values(array(
31866   'name' => 'ArrayDiffUnitTest',
31867   'type' => 'class',
31868   'filename' => 'modules/simpletest/tests/common.test',
31869   'module' => 'simpletest',
31870   'weight' => '0',
31871 ))
31872 ->values(array(
31873   'name' => 'AUPhoneNumberTestCase',
31874   'type' => 'class',
31875   'filename' => 'sites/all/modules/phone/tests/phone.au.test',
31876   'module' => 'phone',
31877   'weight' => '0',
31878 ))
31879 ->values(array(
31880   'name' => 'BasicMinimalUpdatePath',
31881   'type' => 'class',
31882   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
31883   'module' => 'simpletest',
31884   'weight' => '0',
31885 ))
31886 ->values(array(
31887   'name' => 'BasicStandardUpdatePath',
31888   'type' => 'class',
31889   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
31890   'module' => 'simpletest',
31891   'weight' => '0',
31892 ))
31893 ->values(array(
31894   'name' => 'BasicUpgradePath',
31895   'type' => 'class',
31896   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
31897   'module' => 'simpletest',
31898   'weight' => '0',
31899 ))
31900 ->values(array(
31901   'name' => 'BatchMemoryQueue',
31902   'type' => 'class',
31903   'filename' => 'includes/batch.queue.inc',
31904   'module' => '',
31905   'weight' => '0',
31906 ))
31907 ->values(array(
31908   'name' => 'BatchPageTestCase',
31909   'type' => 'class',
31910   'filename' => 'modules/simpletest/tests/batch.test',
31911   'module' => 'simpletest',
31912   'weight' => '0',
31913 ))
31914 ->values(array(
31915   'name' => 'BatchPercentagesUnitTestCase',
31916   'type' => 'class',
31917   'filename' => 'modules/simpletest/tests/batch.test',
31918   'module' => 'simpletest',
31919   'weight' => '0',
31920 ))
31921 ->values(array(
31922   'name' => 'BatchProcessingTestCase',
31923   'type' => 'class',
31924   'filename' => 'modules/simpletest/tests/batch.test',
31925   'module' => 'simpletest',
31926   'weight' => '0',
31927 ))
31928 ->values(array(
31929   'name' => 'BatchQueue',
31930   'type' => 'class',
31931   'filename' => 'includes/batch.queue.inc',
31932   'module' => '',
31933   'weight' => '0',
31934 ))
31935 ->values(array(
31936   'name' => 'BEPhoneNumberTestCase',
31937   'type' => 'class',
31938   'filename' => 'sites/all/modules/phone/tests/phone.be.test',
31939   'module' => 'phone',
31940   'weight' => '0',
31941 ))
31942 ->values(array(
31943   'name' => 'BlockAdminThemeTestCase',
31944   'type' => 'class',
31945   'filename' => 'modules/block/block.test',
31946   'module' => 'block',
31947   'weight' => '-5',
31948 ))
31949 ->values(array(
31950   'name' => 'BlockCacheTestCase',
31951   'type' => 'class',
31952   'filename' => 'modules/block/block.test',
31953   'module' => 'block',
31954   'weight' => '-5',
31955 ))
31956 ->values(array(
31957   'name' => 'BlockHashTestCase',
31958   'type' => 'class',
31959   'filename' => 'modules/block/block.test',
31960   'module' => 'block',
31961   'weight' => '-5',
31962 ))
31963 ->values(array(
31964   'name' => 'BlockHiddenRegionTestCase',
31965   'type' => 'class',
31966   'filename' => 'modules/block/block.test',
31967   'module' => 'block',
31968   'weight' => '-5',
31969 ))
31970 ->values(array(
31971   'name' => 'BlockHTMLIdTestCase',
31972   'type' => 'class',
31973   'filename' => 'modules/block/block.test',
31974   'module' => 'block',
31975   'weight' => '-5',
31976 ))
31977 ->values(array(
31978   'name' => 'BlockInvalidRegionTestCase',
31979   'type' => 'class',
31980   'filename' => 'modules/block/block.test',
31981   'module' => 'block',
31982   'weight' => '-5',
31983 ))
31984 ->values(array(
31985   'name' => 'BlockTemplateSuggestionsUnitTest',
31986   'type' => 'class',
31987   'filename' => 'modules/block/block.test',
31988   'module' => 'block',
31989   'weight' => '-5',
31990 ))
31991 ->values(array(
31992   'name' => 'BlockTestCase',
31993   'type' => 'class',
31994   'filename' => 'modules/block/block.test',
31995   'module' => 'block',
31996   'weight' => '-5',
31997 ))
31998 ->values(array(
31999   'name' => 'BlockViewModuleDeltaAlterWebTest',
32000   'type' => 'class',
32001   'filename' => 'modules/block/block.test',
32002   'module' => 'block',
32003   'weight' => '-5',
32004 ))
32005 ->values(array(
32006   'name' => 'BlogTestCase',
32007   'type' => 'class',
32008   'filename' => 'modules/blog/blog.test',
32009   'module' => 'blog',
32010   'weight' => '0',
32011 ))
32012 ->values(array(
32013   'name' => 'BookTestCase',
32014   'type' => 'class',
32015   'filename' => 'modules/book/book.test',
32016   'module' => 'book',
32017   'weight' => '0',
32018 ))
32019 ->values(array(
32020   'name' => 'BootstrapAutoloadTestCase',
32021   'type' => 'class',
32022   'filename' => 'modules/simpletest/tests/bootstrap.test',
32023   'module' => 'simpletest',
32024   'weight' => '0',
32025 ))
32026 ->values(array(
32027   'name' => 'BootstrapDestinationTestCase',
32028   'type' => 'class',
32029   'filename' => 'modules/simpletest/tests/bootstrap.test',
32030   'module' => 'simpletest',
32031   'weight' => '0',
32032 ))
32033 ->values(array(
32034   'name' => 'BootstrapGetFilenameTestCase',
32035   'type' => 'class',
32036   'filename' => 'modules/simpletest/tests/bootstrap.test',
32037   'module' => 'simpletest',
32038   'weight' => '0',
32039 ))
32040 ->values(array(
32041   'name' => 'BootstrapIPAddressTestCase',
32042   'type' => 'class',
32043   'filename' => 'modules/simpletest/tests/bootstrap.test',
32044   'module' => 'simpletest',
32045   'weight' => '0',
32046 ))
32047 ->values(array(
32048   'name' => 'BootstrapMiscTestCase',
32049   'type' => 'class',
32050   'filename' => 'modules/simpletest/tests/bootstrap.test',
32051   'module' => 'simpletest',
32052   'weight' => '0',
32053 ))
32054 ->values(array(
32055   'name' => 'BootstrapOverrideServerVariablesTestCase',
32056   'type' => 'class',
32057   'filename' => 'modules/simpletest/tests/bootstrap.test',
32058   'module' => 'simpletest',
32059   'weight' => '0',
32060 ))
32061 ->values(array(
32062   'name' => 'BootstrapPageCacheTestCase',
32063   'type' => 'class',
32064   'filename' => 'modules/simpletest/tests/bootstrap.test',
32065   'module' => 'simpletest',
32066   'weight' => '0',
32067 ))
32068 ->values(array(
32069   'name' => 'BootstrapResettableStaticTestCase',
32070   'type' => 'class',
32071   'filename' => 'modules/simpletest/tests/bootstrap.test',
32072   'module' => 'simpletest',
32073   'weight' => '0',
32074 ))
32075 ->values(array(
32076   'name' => 'BootstrapTimerTestCase',
32077   'type' => 'class',
32078   'filename' => 'modules/simpletest/tests/bootstrap.test',
32079   'module' => 'simpletest',
32080   'weight' => '0',
32081 ))
32082 ->values(array(
32083   'name' => 'BootstrapVariableTestCase',
32084   'type' => 'class',
32085   'filename' => 'modules/simpletest/tests/bootstrap.test',
32086   'module' => 'simpletest',
32087   'weight' => '0',
32088 ))
32089 ->values(array(
32090   'name' => 'BRPhoneNumberTestCase',
32091   'type' => 'class',
32092   'filename' => 'sites/all/modules/phone/tests/phone.br.test',
32093   'module' => 'phone',
32094   'weight' => '0',
32095 ))
32096 ->values(array(
32097   'name' => 'CacheClearCase',
32098   'type' => 'class',
32099   'filename' => 'modules/simpletest/tests/cache.test',
32100   'module' => 'simpletest',
32101   'weight' => '0',
32102 ))
32103 ->values(array(
32104   'name' => 'CacheGetMultipleUnitTest',
32105   'type' => 'class',
32106   'filename' => 'modules/simpletest/tests/cache.test',
32107   'module' => 'simpletest',
32108   'weight' => '0',
32109 ))
32110 ->values(array(
32111   'name' => 'CacheIsEmptyCase',
32112   'type' => 'class',
32113   'filename' => 'modules/simpletest/tests/cache.test',
32114   'module' => 'simpletest',
32115   'weight' => '0',
32116 ))
32117 ->values(array(
32118   'name' => 'CacheSavingCase',
32119   'type' => 'class',
32120   'filename' => 'modules/simpletest/tests/cache.test',
32121   'module' => 'simpletest',
32122   'weight' => '0',
32123 ))
32124 ->values(array(
32125   'name' => 'CacheTestCase',
32126   'type' => 'class',
32127   'filename' => 'modules/simpletest/tests/cache.test',
32128   'module' => 'simpletest',
32129   'weight' => '0',
32130 ))
32131 ->values(array(
32132   'name' => 'CAPhoneNumberTestCase',
32133   'type' => 'class',
32134   'filename' => 'sites/all/modules/phone/tests/phone.ca.test',
32135   'module' => 'phone',
32136   'weight' => '0',
32137 ))
32138 ->values(array(
32139   'name' => 'CascadingStylesheetsTestCase',
32140   'type' => 'class',
32141   'filename' => 'modules/simpletest/tests/common.test',
32142   'module' => 'simpletest',
32143   'weight' => '0',
32144 ))
32145 ->values(array(
32146   'name' => 'CascadingStylesheetsUnitTest',
32147   'type' => 'class',
32148   'filename' => 'modules/simpletest/tests/common.test',
32149   'module' => 'simpletest',
32150   'weight' => '0',
32151 ))
32152 ->values(array(
32153   'name' => 'CategorizeFeedItemTestCase',
32154   'type' => 'class',
32155   'filename' => 'modules/aggregator/aggregator.test',
32156   'module' => 'aggregator',
32157   'weight' => '0',
32158 ))
32159 ->values(array(
32160   'name' => 'CategorizeFeedTestCase',
32161   'type' => 'class',
32162   'filename' => 'modules/aggregator/aggregator.test',
32163   'module' => 'aggregator',
32164   'weight' => '0',
32165 ))
32166 ->values(array(
32167   'name' => 'CHPhoneNumberTestCase',
32168   'type' => 'class',
32169   'filename' => 'sites/all/modules/phone/tests/phone.ch.test',
32170   'module' => 'phone',
32171   'weight' => '0',
32172 ))
32173 ->values(array(
32174   'name' => 'CLPhoneNumberTestCase',
32175   'type' => 'class',
32176   'filename' => 'sites/all/modules/phone/tests/phone.cl.test',
32177   'module' => 'phone',
32178   'weight' => '0',
32179 ))
32180 ->values(array(
32181   'name' => 'CNPhoneNumberTestCase',
32182   'type' => 'class',
32183   'filename' => 'sites/all/modules/phone/tests/phone.cn.test',
32184   'module' => 'phone',
32185   'weight' => '0',
32186 ))
32187 ->values(array(
32188   'name' => 'ColorTestCase',
32189   'type' => 'class',
32190   'filename' => 'modules/color/color.test',
32191   'module' => 'color',
32192   'weight' => '0',
32193 ))
32194 ->values(array(
32195   'name' => 'CommentActionsTestCase',
32196   'type' => 'class',
32197   'filename' => 'modules/comment/comment.test',
32198   'module' => 'comment',
32199   'weight' => '0',
32200 ))
32201 ->values(array(
32202   'name' => 'CommentAnonymous',
32203   'type' => 'class',
32204   'filename' => 'modules/comment/comment.test',
32205   'module' => 'comment',
32206   'weight' => '0',
32207 ))
32208 ->values(array(
32209   'name' => 'CommentApprovalTest',
32210   'type' => 'class',
32211   'filename' => 'modules/comment/comment.test',
32212   'module' => 'comment',
32213   'weight' => '0',
32214 ))
32215 ->values(array(
32216   'name' => 'CommentBlockFunctionalTest',
32217   'type' => 'class',
32218   'filename' => 'modules/comment/comment.test',
32219   'module' => 'comment',
32220   'weight' => '0',
32221 ))
32222 ->values(array(
32223   'name' => 'CommentContentRebuild',
32224   'type' => 'class',
32225   'filename' => 'modules/comment/comment.test',
32226   'module' => 'comment',
32227   'weight' => '0',
32228 ))
32229 ->values(array(
32230   'name' => 'CommentController',
32231   'type' => 'class',
32232   'filename' => 'modules/comment/comment.module',
32233   'module' => 'comment',
32234   'weight' => '0',
32235 ))
32236 ->values(array(
32237   'name' => 'CommentFieldsTest',
32238   'type' => 'class',
32239   'filename' => 'modules/comment/comment.test',
32240   'module' => 'comment',
32241   'weight' => '0',
32242 ))
32243 ->values(array(
32244   'name' => 'CommentHelperCase',
32245   'type' => 'class',
32246   'filename' => 'modules/comment/comment.test',
32247   'module' => 'comment',
32248   'weight' => '0',
32249 ))
32250 ->values(array(
32251   'name' => 'CommentInterfaceTest',
32252   'type' => 'class',
32253   'filename' => 'modules/comment/comment.test',
32254   'module' => 'comment',
32255   'weight' => '0',
32256 ))
32257 ->values(array(
32258   'name' => 'CommentNodeAccessTest',
32259   'type' => 'class',
32260   'filename' => 'modules/comment/comment.test',
32261   'module' => 'comment',
32262   'weight' => '0',
32263 ))
32264 ->values(array(
32265   'name' => 'CommentNodeChangesTestCase',
32266   'type' => 'class',
32267   'filename' => 'modules/comment/comment.test',
32268   'module' => 'comment',
32269   'weight' => '0',
32270 ))
32271 ->values(array(
32272   'name' => 'CommentPagerTest',
32273   'type' => 'class',
32274   'filename' => 'modules/comment/comment.test',
32275   'module' => 'comment',
32276   'weight' => '0',
32277 ))
32278 ->values(array(
32279   'name' => 'CommentPreviewTest',
32280   'type' => 'class',
32281   'filename' => 'modules/comment/comment.test',
32282   'module' => 'comment',
32283   'weight' => '0',
32284 ))
32285 ->values(array(
32286   'name' => 'CommentRSSUnitTest',
32287   'type' => 'class',
32288   'filename' => 'modules/comment/comment.test',
32289   'module' => 'comment',
32290   'weight' => '0',
32291 ))
32292 ->values(array(
32293   'name' => 'CommentThreadingTestCase',
32294   'type' => 'class',
32295   'filename' => 'modules/comment/comment.test',
32296   'module' => 'comment',
32297   'weight' => '0',
32298 ))
32299 ->values(array(
32300   'name' => 'CommentTokenReplaceTestCase',
32301   'type' => 'class',
32302   'filename' => 'modules/comment/comment.test',
32303   'module' => 'comment',
32304   'weight' => '0',
32305 ))
32306 ->values(array(
32307   'name' => 'CommentUpgradePathTestCase',
32308   'type' => 'class',
32309   'filename' => 'modules/simpletest/tests/upgrade/upgrade.comment.test',
32310   'module' => 'simpletest',
32311   'weight' => '0',
32312 ))
32313 ->values(array(
32314   'name' => 'CommonSizeTestCase',
32315   'type' => 'class',
32316   'filename' => 'modules/simpletest/tests/common.test',
32317   'module' => 'simpletest',
32318   'weight' => '0',
32319 ))
32320 ->values(array(
32321   'name' => 'CommonURLUnitTest',
32322   'type' => 'class',
32323   'filename' => 'modules/simpletest/tests/common.test',
32324   'module' => 'simpletest',
32325   'weight' => '0',
32326 ))
32327 ->values(array(
32328   'name' => 'CommonXssUnitTest',
32329   'type' => 'class',
32330   'filename' => 'modules/simpletest/tests/common.test',
32331   'module' => 'simpletest',
32332   'weight' => '0',
32333 ))
32334 ->values(array(
32335   'name' => 'ConfirmFormTest',
32336   'type' => 'class',
32337   'filename' => 'modules/system/system.test',
32338   'module' => 'system',
32339   'weight' => '0',
32340 ))
32341 ->values(array(
32342   'name' => 'ConnectionUnitTest',
32343   'type' => 'class',
32344   'filename' => 'modules/simpletest/tests/database_test.test',
32345   'module' => 'simpletest',
32346   'weight' => '0',
32347 ))
32348 ->values(array(
32349   'name' => 'ContactPersonalTestCase',
32350   'type' => 'class',
32351   'filename' => 'modules/contact/contact.test',
32352   'module' => 'contact',
32353   'weight' => '0',
32354 ))
32355 ->values(array(
32356   'name' => 'ContactSitewideTestCase',
32357   'type' => 'class',
32358   'filename' => 'modules/contact/contact.test',
32359   'module' => 'contact',
32360   'weight' => '0',
32361 ))
32362 ->values(array(
32363   'name' => 'ContextualDynamicContextTestCase',
32364   'type' => 'class',
32365   'filename' => 'modules/contextual/contextual.test',
32366   'module' => 'contextual',
32367   'weight' => '0',
32368 ))
32369 ->values(array(
32370   'name' => 'CronQueueTestCase',
32371   'type' => 'class',
32372   'filename' => 'modules/system/system.test',
32373   'module' => 'system',
32374   'weight' => '0',
32375 ))
32376 ->values(array(
32377   'name' => 'CronRunTestCase',
32378   'type' => 'class',
32379   'filename' => 'modules/system/system.test',
32380   'module' => 'system',
32381   'weight' => '0',
32382 ))
32383 ->values(array(
32384   'name' => 'CRPhoneNumberTestCase',
32385   'type' => 'class',
32386   'filename' => 'sites/all/modules/phone/tests/phone.cr.test',
32387   'module' => 'phone',
32388   'weight' => '0',
32389 ))
32390 ->values(array(
32391   'name' => 'CtoolsContextKeywordsSubstitutionTestCase',
32392   'type' => 'class',
32393   'filename' => 'sites/all/modules/ctools/tests/context.test',
32394   'module' => 'ctools_plugin_test',
32395   'weight' => '0',
32396 ))
32397 ->values(array(
32398   'name' => 'CToolsCssCache',
32399   'type' => 'class',
32400   'filename' => 'sites/all/modules/ctools/includes/css-cache.inc',
32401   'module' => 'ctools',
32402   'weight' => '0',
32403 ))
32404 ->values(array(
32405   'name' => 'CtoolsCssTestCase',
32406   'type' => 'class',
32407   'filename' => 'sites/all/modules/ctools/tests/css.test',
32408   'module' => 'ctools_plugin_test',
32409   'weight' => '0',
32410 ))
32411 ->values(array(
32412   'name' => 'CtoolsExportCrudTestCase',
32413   'type' => 'class',
32414   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export.test',
32415   'module' => 'ctools_export_test',
32416   'weight' => '0',
32417 ))
32418 ->values(array(
32419   'name' => 'CtoolsMathExpressionStackTestCase',
32420   'type' => 'class',
32421   'filename' => 'sites/all/modules/ctools/tests/math_expression_stack.test',
32422   'module' => 'ctools_plugin_test',
32423   'weight' => '0',
32424 ))
32425 ->values(array(
32426   'name' => 'CtoolsMathExpressionTestCase',
32427   'type' => 'class',
32428   'filename' => 'sites/all/modules/ctools/tests/math_expression.test',
32429   'module' => 'ctools_plugin_test',
32430   'weight' => '0',
32431 ))
32432 ->values(array(
32433   'name' => 'CtoolsObjectCache',
32434   'type' => 'class',
32435   'filename' => 'sites/all/modules/ctools/tests/object_cache.test',
32436   'module' => 'ctools_plugin_test',
32437   'weight' => '0',
32438 ))
32439 ->values(array(
32440   'name' => 'CtoolsPluginsGetInfoTestCase',
32441   'type' => 'class',
32442   'filename' => 'sites/all/modules/ctools/tests/ctools.plugins.test',
32443   'module' => 'ctools_plugin_test',
32444   'weight' => '0',
32445 ))
32446 ->values(array(
32447   'name' => 'ctools_context',
32448   'type' => 'class',
32449   'filename' => 'sites/all/modules/ctools/includes/context.inc',
32450   'module' => 'ctools',
32451   'weight' => '0',
32452 ))
32453 ->values(array(
32454   'name' => 'ctools_context_optional',
32455   'type' => 'class',
32456   'filename' => 'sites/all/modules/ctools/includes/context.inc',
32457   'module' => 'ctools',
32458   'weight' => '0',
32459 ))
32460 ->values(array(
32461   'name' => 'ctools_context_required',
32462   'type' => 'class',
32463   'filename' => 'sites/all/modules/ctools/includes/context.inc',
32464   'module' => 'ctools',
32465   'weight' => '0',
32466 ))
32467 ->values(array(
32468   'name' => 'ctools_export_ui',
32469   'type' => 'class',
32470   'filename' => 'sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php',
32471   'module' => 'ctools',
32472   'weight' => '0',
32473 ))
32474 ->values(array(
32475   'name' => 'ctools_math_expr',
32476   'type' => 'class',
32477   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
32478   'module' => 'ctools',
32479   'weight' => '0',
32480 ))
32481 ->values(array(
32482   'name' => 'ctools_math_expr_stack',
32483   'type' => 'class',
32484   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
32485   'module' => 'ctools',
32486   'weight' => '0',
32487 ))
32488 ->values(array(
32489   'name' => 'ctools_stylizer_image_processor',
32490   'type' => 'class',
32491   'filename' => 'sites/all/modules/ctools/includes/stylizer.inc',
32492   'module' => 'ctools',
32493   'weight' => '0',
32494 ))
32495 ->values(array(
32496   'name' => 'CSPhoneNumberTestCase',
32497   'type' => 'class',
32498   'filename' => 'sites/all/modules/phone/tests/phone.cs.test',
32499   'module' => 'phone',
32500   'weight' => '0',
32501 ))
32502
32503 ->values(array(
32504   'name' => 'DashboardBlocksTestCase',
32505   'type' => 'class',
32506   'filename' => 'modules/dashboard/dashboard.test',
32507   'module' => 'dashboard',
32508   'weight' => '0',
32509 ))
32510 ->values(array(
32511   'name' => 'Database',
32512   'type' => 'class',
32513   'filename' => 'includes/database/database.inc',
32514   'module' => '',
32515   'weight' => '0',
32516 ))
32517 ->values(array(
32518   'name' => 'DatabaseAlterTestCase',
32519   'type' => 'class',
32520   'filename' => 'modules/simpletest/tests/database_test.test',
32521   'module' => 'simpletest',
32522   'weight' => '0',
32523 ))
32524 ->values(array(
32525   'name' => 'DatabaseBasicSyntaxTestCase',
32526   'type' => 'class',
32527   'filename' => 'modules/simpletest/tests/database_test.test',
32528   'module' => 'simpletest',
32529   'weight' => '0',
32530 ))
32531 ->values(array(
32532   'name' => 'DatabaseCaseSensitivityTestCase',
32533   'type' => 'class',
32534   'filename' => 'modules/simpletest/tests/database_test.test',
32535   'module' => 'simpletest',
32536   'weight' => '0',
32537 ))
32538 ->values(array(
32539   'name' => 'DatabaseCondition',
32540   'type' => 'class',
32541   'filename' => 'includes/database/query.inc',
32542   'module' => '',
32543   'weight' => '0',
32544 ))
32545 ->values(array(
32546   'name' => 'DatabaseConnection',
32547   'type' => 'class',
32548   'filename' => 'includes/database/database.inc',
32549   'module' => '',
32550   'weight' => '0',
32551 ))
32552 ->values(array(
32553   'name' => 'DatabaseConnectionNotDefinedException',
32554   'type' => 'class',
32555   'filename' => 'includes/database/database.inc',
32556   'module' => '',
32557   'weight' => '0',
32558 ))
32559 ->values(array(
32560   'name' => 'DatabaseConnectionTestCase',
32561   'type' => 'class',
32562   'filename' => 'modules/simpletest/tests/database_test.test',
32563   'module' => 'simpletest',
32564   'weight' => '0',
32565 ))
32566 ->values(array(
32567   'name' => 'DatabaseConnection_mysql',
32568   'type' => 'class',
32569   'filename' => 'includes/database/mysql/database.inc',
32570   'module' => '',
32571   'weight' => '0',
32572 ))
32573 ->values(array(
32574   'name' => 'DatabaseConnection_pgsql',
32575   'type' => 'class',
32576   'filename' => 'includes/database/pgsql/database.inc',
32577   'module' => '',
32578   'weight' => '0',
32579 ))
32580 ->values(array(
32581   'name' => 'DatabaseConnection_sqlite',
32582   'type' => 'class',
32583   'filename' => 'includes/database/sqlite/database.inc',
32584   'module' => '',
32585   'weight' => '0',
32586 ))
32587 ->values(array(
32588   'name' => 'DatabaseDeleteTruncateTestCase',
32589   'type' => 'class',
32590   'filename' => 'modules/simpletest/tests/database_test.test',
32591   'module' => 'simpletest',
32592   'weight' => '0',
32593 ))
32594 ->values(array(
32595   'name' => 'DatabaseDriverNotSpecifiedException',
32596   'type' => 'class',
32597   'filename' => 'includes/database/database.inc',
32598   'module' => '',
32599   'weight' => '0',
32600 ))
32601 ->values(array(
32602   'name' => 'DatabaseEmptyStatementTestCase',
32603   'type' => 'class',
32604   'filename' => 'modules/simpletest/tests/database_test.test',
32605   'module' => 'simpletest',
32606   'weight' => '0',
32607 ))
32608 ->values(array(
32609   'name' => 'DatabaseFetch2TestCase',
32610   'type' => 'class',
32611   'filename' => 'modules/simpletest/tests/database_test.test',
32612   'module' => 'simpletest',
32613   'weight' => '0',
32614 ))
32615 ->values(array(
32616   'name' => 'DatabaseFetchTestCase',
32617   'type' => 'class',
32618   'filename' => 'modules/simpletest/tests/database_test.test',
32619   'module' => 'simpletest',
32620   'weight' => '0',
32621 ))
32622 ->values(array(
32623   'name' => 'DatabaseInsertDefaultsTestCase',
32624   'type' => 'class',
32625   'filename' => 'modules/simpletest/tests/database_test.test',
32626   'module' => 'simpletest',
32627   'weight' => '0',
32628 ))
32629 ->values(array(
32630   'name' => 'DatabaseInsertLOBTestCase',
32631   'type' => 'class',
32632   'filename' => 'modules/simpletest/tests/database_test.test',
32633   'module' => 'simpletest',
32634   'weight' => '0',
32635 ))
32636 ->values(array(
32637   'name' => 'DatabaseInsertTestCase',
32638   'type' => 'class',
32639   'filename' => 'modules/simpletest/tests/database_test.test',
32640   'module' => 'simpletest',
32641   'weight' => '0',
32642 ))
32643 ->values(array(
32644   'name' => 'DatabaseInvalidDataTestCase',
32645   'type' => 'class',
32646   'filename' => 'modules/simpletest/tests/database_test.test',
32647   'module' => 'simpletest',
32648   'weight' => '0',
32649 ))
32650 ->values(array(
32651   'name' => 'DatabaseLog',
32652   'type' => 'class',
32653   'filename' => 'includes/database/log.inc',
32654   'module' => '',
32655   'weight' => '0',
32656 ))
32657 ->values(array(
32658   'name' => 'DatabaseLoggingTestCase',
32659   'type' => 'class',
32660   'filename' => 'modules/simpletest/tests/database_test.test',
32661   'module' => 'simpletest',
32662   'weight' => '0',
32663 ))
32664 ->values(array(
32665   'name' => 'DatabaseMergeTestCase',
32666   'type' => 'class',
32667   'filename' => 'modules/simpletest/tests/database_test.test',
32668   'module' => 'simpletest',
32669   'weight' => '0',
32670 ))
32671 ->values(array(
32672   'name' => 'DatabaseNextIdCase',
32673   'type' => 'class',
32674   'filename' => 'modules/simpletest/tests/database_test.test',
32675   'module' => 'simpletest',
32676   'weight' => '0',
32677 ))
32678 ->values(array(
32679   'name' => 'DatabaseQueryTestCase',
32680   'type' => 'class',
32681   'filename' => 'modules/simpletest/tests/database_test.test',
32682   'module' => 'simpletest',
32683   'weight' => '0',
32684 ))
32685 ->values(array(
32686   'name' => 'DatabaseRangeQueryTestCase',
32687   'type' => 'class',
32688   'filename' => 'modules/simpletest/tests/database_test.test',
32689   'module' => 'simpletest',
32690   'weight' => '0',
32691 ))
32692 ->values(array(
32693   'name' => 'DatabaseRegressionTestCase',
32694   'type' => 'class',
32695   'filename' => 'modules/simpletest/tests/database_test.test',
32696   'module' => 'simpletest',
32697   'weight' => '0',
32698 ))
32699 ->values(array(
32700   'name' => 'DatabaseSchema',
32701   'type' => 'class',
32702   'filename' => 'includes/database/schema.inc',
32703   'module' => '',
32704   'weight' => '0',
32705 ))
32706 ->values(array(
32707   'name' => 'DatabaseSchemaObjectDoesNotExistException',
32708   'type' => 'class',
32709   'filename' => 'includes/database/schema.inc',
32710   'module' => '',
32711   'weight' => '0',
32712 ))
32713 ->values(array(
32714   'name' => 'DatabaseSchemaObjectExistsException',
32715   'type' => 'class',
32716   'filename' => 'includes/database/schema.inc',
32717   'module' => '',
32718   'weight' => '0',
32719 ))
32720 ->values(array(
32721   'name' => 'DatabaseSchema_mysql',
32722   'type' => 'class',
32723   'filename' => 'includes/database/mysql/schema.inc',
32724   'module' => '',
32725   'weight' => '0',
32726 ))
32727 ->values(array(
32728   'name' => 'DatabaseSchema_pgsql',
32729   'type' => 'class',
32730   'filename' => 'includes/database/pgsql/schema.inc',
32731   'module' => '',
32732   'weight' => '0',
32733 ))
32734 ->values(array(
32735   'name' => 'DatabaseSchema_sqlite',
32736   'type' => 'class',
32737   'filename' => 'includes/database/sqlite/schema.inc',
32738   'module' => '',
32739   'weight' => '0',
32740 ))
32741 ->values(array(
32742   'name' => 'DatabaseSelectCloneTest',
32743   'type' => 'class',
32744   'filename' => 'modules/simpletest/tests/database_test.test',
32745   'module' => 'simpletest',
32746   'weight' => '0',
32747 ))
32748 ->values(array(
32749   'name' => 'DatabaseSelectComplexTestCase',
32750   'type' => 'class',
32751   'filename' => 'modules/simpletest/tests/database_test.test',
32752   'module' => 'simpletest',
32753   'weight' => '0',
32754 ))
32755 ->values(array(
32756   'name' => 'DatabaseSelectComplexTestCase2',
32757   'type' => 'class',
32758   'filename' => 'modules/simpletest/tests/database_test.test',
32759   'module' => 'simpletest',
32760   'weight' => '0',
32761 ))
32762 ->values(array(
32763   'name' => 'DatabaseSelectOrderedTestCase',
32764   'type' => 'class',
32765   'filename' => 'modules/simpletest/tests/database_test.test',
32766   'module' => 'simpletest',
32767   'weight' => '0',
32768 ))
32769 ->values(array(
32770   'name' => 'DatabaseSelectPagerDefaultTestCase',
32771   'type' => 'class',
32772   'filename' => 'modules/simpletest/tests/database_test.test',
32773   'module' => 'simpletest',
32774   'weight' => '0',
32775 ))
32776 ->values(array(
32777   'name' => 'DatabaseSelectSubqueryTestCase',
32778   'type' => 'class',
32779   'filename' => 'modules/simpletest/tests/database_test.test',
32780   'module' => 'simpletest',
32781   'weight' => '0',
32782 ))
32783 ->values(array(
32784   'name' => 'DatabaseSelectTableSortDefaultTestCase',
32785   'type' => 'class',
32786   'filename' => 'modules/simpletest/tests/database_test.test',
32787   'module' => 'simpletest',
32788   'weight' => '0',
32789 ))
32790 ->values(array(
32791   'name' => 'DatabaseSelectTestCase',
32792   'type' => 'class',
32793   'filename' => 'modules/simpletest/tests/database_test.test',
32794   'module' => 'simpletest',
32795   'weight' => '0',
32796 ))
32797 ->values(array(
32798   'name' => 'DatabaseSerializeQueryTestCase',
32799   'type' => 'class',
32800   'filename' => 'modules/simpletest/tests/database_test.test',
32801   'module' => 'simpletest',
32802   'weight' => '0',
32803 ))
32804 ->values(array(
32805   'name' => 'DatabaseStatementBase',
32806   'type' => 'class',
32807   'filename' => 'includes/database/database.inc',
32808   'module' => '',
32809   'weight' => '0',
32810 ))
32811 ->values(array(
32812   'name' => 'DatabaseStatementEmpty',
32813   'type' => 'class',
32814   'filename' => 'includes/database/database.inc',
32815   'module' => '',
32816   'weight' => '0',
32817 ))
32818 ->values(array(
32819   'name' => 'DatabaseStatementInterface',
32820   'type' => 'interface',
32821   'filename' => 'includes/database/database.inc',
32822   'module' => '',
32823   'weight' => '0',
32824 ))
32825 ->values(array(
32826   'name' => 'DatabaseStatementPrefetch',
32827   'type' => 'class',
32828   'filename' => 'includes/database/prefetch.inc',
32829   'module' => '',
32830   'weight' => '0',
32831 ))
32832 ->values(array(
32833   'name' => 'DatabaseStatement_sqlite',
32834   'type' => 'class',
32835   'filename' => 'includes/database/sqlite/database.inc',
32836   'module' => '',
32837   'weight' => '0',
32838 ))
32839 ->values(array(
32840   'name' => 'DatabaseTaggingTestCase',
32841   'type' => 'class',
32842   'filename' => 'modules/simpletest/tests/database_test.test',
32843   'module' => 'simpletest',
32844   'weight' => '0',
32845 ))
32846 ->values(array(
32847   'name' => 'DatabaseTaskException',
32848   'type' => 'class',
32849   'filename' => 'includes/install.inc',
32850   'module' => '',
32851   'weight' => '0',
32852 ))
32853 ->values(array(
32854   'name' => 'DatabaseTasks',
32855   'type' => 'class',
32856   'filename' => 'includes/install.inc',
32857   'module' => '',
32858   'weight' => '0',
32859 ))
32860 ->values(array(
32861   'name' => 'DatabaseTasks_mysql',
32862   'type' => 'class',
32863   'filename' => 'includes/database/mysql/install.inc',
32864   'module' => '',
32865   'weight' => '0',
32866 ))
32867 ->values(array(
32868   'name' => 'DatabaseTasks_pgsql',
32869   'type' => 'class',
32870   'filename' => 'includes/database/pgsql/install.inc',
32871   'module' => '',
32872   'weight' => '0',
32873 ))
32874 ->values(array(
32875   'name' => 'DatabaseTasks_sqlite',
32876   'type' => 'class',
32877   'filename' => 'includes/database/sqlite/install.inc',
32878   'module' => '',
32879   'weight' => '0',
32880 ))
32881 ->values(array(
32882   'name' => 'DatabaseTemporaryQueryTestCase',
32883   'type' => 'class',
32884   'filename' => 'modules/simpletest/tests/database_test.test',
32885   'module' => 'simpletest',
32886   'weight' => '0',
32887 ))
32888 ->values(array(
32889   'name' => 'DatabaseTestCase',
32890   'type' => 'class',
32891   'filename' => 'modules/simpletest/tests/database_test.test',
32892   'module' => 'simpletest',
32893   'weight' => '0',
32894 ))
32895 ->values(array(
32896   'name' => 'DatabaseTransaction',
32897   'type' => 'class',
32898   'filename' => 'includes/database/database.inc',
32899   'module' => '',
32900   'weight' => '0',
32901 ))
32902 ->values(array(
32903   'name' => 'DatabaseTransactionCommitFailedException',
32904   'type' => 'class',
32905   'filename' => 'includes/database/database.inc',
32906   'module' => '',
32907   'weight' => '0',
32908 ))
32909 ->values(array(
32910   'name' => 'DatabaseTransactionExplicitCommitNotAllowedException',
32911   'type' => 'class',
32912   'filename' => 'includes/database/database.inc',
32913   'module' => '',
32914   'weight' => '0',
32915 ))
32916 ->values(array(
32917   'name' => 'DatabaseTransactionNameNonUniqueException',
32918   'type' => 'class',
32919   'filename' => 'includes/database/database.inc',
32920   'module' => '',
32921   'weight' => '0',
32922 ))
32923 ->values(array(
32924   'name' => 'DatabaseTransactionNoActiveException',
32925   'type' => 'class',
32926   'filename' => 'includes/database/database.inc',
32927   'module' => '',
32928   'weight' => '0',
32929 ))
32930 ->values(array(
32931   'name' => 'DatabaseTransactionOutOfOrderException',
32932   'type' => 'class',
32933   'filename' => 'includes/database/database.inc',
32934   'module' => '',
32935   'weight' => '0',
32936 ))
32937 ->values(array(
32938   'name' => 'DatabaseTransactionTestCase',
32939   'type' => 'class',
32940   'filename' => 'modules/simpletest/tests/database_test.test',
32941   'module' => 'simpletest',
32942   'weight' => '0',
32943 ))
32944 ->values(array(
32945   'name' => 'DatabaseUpdateComplexTestCase',
32946   'type' => 'class',
32947   'filename' => 'modules/simpletest/tests/database_test.test',
32948   'module' => 'simpletest',
32949   'weight' => '0',
32950 ))
32951 ->values(array(
32952   'name' => 'DatabaseUpdateLOBTestCase',
32953   'type' => 'class',
32954   'filename' => 'modules/simpletest/tests/database_test.test',
32955   'module' => 'simpletest',
32956   'weight' => '0',
32957 ))
32958 ->values(array(
32959   'name' => 'DatabaseUpdateTestCase',
32960   'type' => 'class',
32961   'filename' => 'modules/simpletest/tests/database_test.test',
32962   'module' => 'simpletest',
32963   'weight' => '0',
32964 ))
32965 ->values(array(
32966   'name' => 'DateAPITestCase',
32967   'type' => 'class',
32968   'filename' => 'sites/all/modules/date/tests/date_api.test',
32969   'module' => 'date',
32970   'weight' => '0',
32971 ))
32972 ->values(array(
32973   'name' => 'DateFieldBasic',
32974   'type' => 'class',
32975   'filename' => 'sites/all/modules/date/tests/date_field.test',
32976   'module' => 'date',
32977   'weight' => '0',
32978 ))
32979 ->values(array(
32980   'name' => 'DateFieldTestCase',
32981   'type' => 'class',
32982   'filename' => 'sites/all/modules/date/tests/date_field.test',
32983   'module' => 'date',
32984   'weight' => '0',
32985 ))
32986 ->values(array(
32987   'name' => 'DateMigrateExampleUnitTest',
32988   'type' => 'class',
32989   'filename' => 'sites/all/modules/date/tests/date_migrate.test',
32990   'module' => 'date',
32991   'weight' => '0',
32992 ))
32993 ->values(array(
32994   'name' => 'DateMigrateFieldHandler',
32995   'type' => 'class',
32996   'filename' => 'sites/all/modules/date/date.migrate.inc',
32997   'module' => 'date',
32998   'weight' => '0',
32999 ))
33000 ->values(array(
33001   'name' => 'DateObject',
33002   'type' => 'class',
33003   'filename' => 'sites/all/modules/date/date_api/date_api.module',
33004   'module' => 'date_api',
33005   'weight' => '0',
33006 ))
33007 ->values(array(
33008   'name' => 'DateRepeatFormTestCase',
33009   'type' => 'class',
33010   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat_form.test',
33011   'module' => 'date_repeat',
33012   'weight' => '0',
33013 ))
33014 ->values(array(
33015   'name' => 'DateRepeatTestCase',
33016   'type' => 'class',
33017   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat.test',
33018   'module' => 'date_repeat',
33019   'weight' => '0',
33020 ))
33021 ->values(array(
33022   'name' => 'DateTimeFunctionalTest',
33023   'type' => 'class',
33024   'filename' => 'modules/system/system.test',
33025   'module' => 'system',
33026   'weight' => '0',
33027 ))
33028 ->values(array(
33029   'name' => 'DateTimezoneTestCase',
33030   'type' => 'class',
33031   'filename' => 'sites/all/modules/date/tests/date_timezone.test',
33032   'module' => 'date',
33033   'weight' => '0',
33034 ))
33035 ->values(array(
33036   'name' => 'DateToolsTestCase',
33037   'type' => 'class',
33038   'filename' => 'sites/all/modules/date/date_tools/tests/date_tools.test',
33039   'module' => 'date_tools',
33040   'weight' => '0',
33041 ))
33042 ->values(array(
33043   'name' => 'DateUITestCase',
33044   'type' => 'class',
33045   'filename' => 'sites/all/modules/date/tests/date.test',
33046   'module' => 'date',
33047   'weight' => '0',
33048 ))
33049 ->values(array(
33050   'name' => 'DateValidationTestCase',
33051   'type' => 'class',
33052   'filename' => 'sites/all/modules/date/tests/date_validation.test',
33053   'module' => 'date',
33054   'weight' => '0',
33055 ))
33056 ->values(array(
33057   'name' => 'DateViewsPopupTestCase',
33058   'type' => 'class',
33059   'filename' => 'sites/all/modules/date/tests/date_views_popup.test',
33060   'module' => 'date',
33061   'weight' => '0',
33062 ))
33063 ->values(array(
33064   'name' => 'date_sql_handler',
33065   'type' => 'class',
33066   'filename' => 'sites/all/modules/date/date_api/date_api_sql.inc',
33067   'module' => 'date_api',
33068   'weight' => '0',
33069 ))
33070 ->values(array(
33071   'name' => 'DBLogTestCase',
33072   'type' => 'class',
33073   'filename' => 'modules/dblog/dblog.test',
33074   'module' => 'dblog',
33075   'weight' => '0',
33076 ))
33077 ->values(array(
33078   'name' => 'DefaultMailSystem',
33079   'type' => 'class',
33080   'filename' => 'modules/system/system.mail.inc',
33081   'module' => 'system',
33082   'weight' => '0',
33083 ))
33084 ->values(array(
33085   'name' => 'DeleteQuery',
33086   'type' => 'class',
33087   'filename' => 'includes/database/query.inc',
33088   'module' => '',
33089   'weight' => '0',
33090 ))
33091 ->values(array(
33092   'name' => 'DeleteQuery_sqlite',
33093   'type' => 'class',
33094   'filename' => 'includes/database/sqlite/query.inc',
33095   'module' => '',
33096   'weight' => '0',
33097 ))
33098 ->values(array(
33099   'name' => 'DisabledNodeTypeTestCase',
33100   'type' => 'class',
33101   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
33102   'module' => 'simpletest',
33103   'weight' => '0',
33104 ))
33105 ->values(array(
33106   'name' => 'DrupalAddFeedTestCase',
33107   'type' => 'class',
33108   'filename' => 'modules/simpletest/tests/common.test',
33109   'module' => 'simpletest',
33110   'weight' => '0',
33111 ))
33112 ->values(array(
33113   'name' => 'DrupalAlterTestCase',
33114   'type' => 'class',
33115   'filename' => 'modules/simpletest/tests/common.test',
33116   'module' => 'simpletest',
33117   'weight' => '0',
33118 ))
33119 ->values(array(
33120   'name' => 'DrupalAttributesUnitTest',
33121   'type' => 'class',
33122   'filename' => 'modules/simpletest/tests/common.test',
33123   'module' => 'simpletest',
33124   'weight' => '0',
33125 ))
33126 ->values(array(
33127   'name' => 'DrupalCacheArray',
33128   'type' => 'class',
33129   'filename' => 'includes/bootstrap.inc',
33130   'module' => '',
33131   'weight' => '0',
33132 ))
33133 ->values(array(
33134   'name' => 'DrupalCacheInterface',
33135   'type' => 'interface',
33136   'filename' => 'includes/cache.inc',
33137   'module' => '',
33138   'weight' => '0',
33139 ))
33140 ->values(array(
33141   'name' => 'DrupalDataApiTest',
33142   'type' => 'class',
33143   'filename' => 'modules/simpletest/tests/common.test',
33144   'module' => 'simpletest',
33145   'weight' => '0',
33146 ))
33147 ->values(array(
33148   'name' => 'DrupalDatabaseCache',
33149   'type' => 'class',
33150   'filename' => 'includes/cache.inc',
33151   'module' => '',
33152   'weight' => '0',
33153 ))
33154 ->values(array(
33155   'name' => 'DrupalDefaultEntityController',
33156   'type' => 'class',
33157   'filename' => 'includes/entity.inc',
33158   'module' => '',
33159   'weight' => '0',
33160 ))
33161 ->values(array(
33162   'name' => 'DrupalEntityControllerInterface',
33163   'type' => 'interface',
33164   'filename' => 'includes/entity.inc',
33165   'module' => '',
33166   'weight' => '0',
33167 ))
33168 ->values(array(
33169   'name' => 'DrupalErrorCollectionUnitTest',
33170   'type' => 'class',
33171   'filename' => 'modules/simpletest/tests/common.test',
33172   'module' => 'simpletest',
33173   'weight' => '0',
33174 ))
33175 ->values(array(
33176   'name' => 'DrupalErrorHandlerTestCase',
33177   'type' => 'class',
33178   'filename' => 'modules/simpletest/tests/error.test',
33179   'module' => 'simpletest',
33180   'weight' => '0',
33181 ))
33182 ->values(array(
33183   'name' => 'DrupalFakeCache',
33184   'type' => 'class',
33185   'filename' => 'includes/cache-install.inc',
33186   'module' => '',
33187   'weight' => '0',
33188 ))
33189 ->values(array(
33190   'name' => 'DrupalGetQueryArrayTestCase',
33191   'type' => 'class',
33192   'filename' => 'modules/simpletest/tests/common.test',
33193   'module' => 'simpletest',
33194   'weight' => '0',
33195 ))
33196 ->values(array(
33197   'name' => 'DrupalGetRdfNamespacesTestCase',
33198   'type' => 'class',
33199   'filename' => 'modules/simpletest/tests/common.test',
33200   'module' => 'simpletest',
33201   'weight' => '0',
33202 ))
33203 ->values(array(
33204   'name' => 'DrupalGotoTest',
33205   'type' => 'class',
33206   'filename' => 'modules/simpletest/tests/common.test',
33207   'module' => 'simpletest',
33208   'weight' => '0',
33209 ))
33210 ->values(array(
33211   'name' => 'DrupalHTMLIdentifierTestCase',
33212   'type' => 'class',
33213   'filename' => 'modules/simpletest/tests/common.test',
33214   'module' => 'simpletest',
33215   'weight' => '0',
33216 ))
33217 ->values(array(
33218   'name' => 'DrupalHtmlToTextTestCase',
33219   'type' => 'class',
33220   'filename' => 'modules/simpletest/tests/mail.test',
33221   'module' => 'simpletest',
33222   'weight' => '0',
33223 ))
33224 ->values(array(
33225   'name' => 'DrupalHTTPRequestTestCase',
33226   'type' => 'class',
33227   'filename' => 'modules/simpletest/tests/common.test',
33228   'module' => 'simpletest',
33229   'weight' => '0',
33230 ))
33231 ->values(array(
33232   'name' => 'DrupalHTTPResponseStatusLineTest',
33233   'type' => 'class',
33234   'filename' => 'modules/simpletest/tests/common.test',
33235   'module' => 'simpletest',
33236   'weight' => '0',
33237 ))
33238 ->values(array(
33239   'name' => 'DrupalJSONTest',
33240   'type' => 'class',
33241   'filename' => 'modules/simpletest/tests/common.test',
33242   'module' => 'simpletest',
33243   'weight' => '0',
33244 ))
33245 ->values(array(
33246   'name' => 'DrupalLocalStreamWrapper',
33247   'type' => 'class',
33248   'filename' => 'includes/stream_wrappers.inc',
33249   'module' => '',
33250   'weight' => '0',
33251 ))
33252 ->values(array(
33253   'name' => 'DrupalMatchPathTestCase',
33254   'type' => 'class',
33255   'filename' => 'modules/simpletest/tests/path.test',
33256   'module' => 'simpletest',
33257   'weight' => '0',
33258 ))
33259 ->values(array(
33260   'name' => 'DrupalPrivateStreamWrapper',
33261   'type' => 'class',
33262   'filename' => 'includes/stream_wrappers.inc',
33263   'module' => '',
33264   'weight' => '0',
33265 ))
33266 ->values(array(
33267   'name' => 'DrupalPublicStreamWrapper',
33268   'type' => 'class',
33269   'filename' => 'includes/stream_wrappers.inc',
33270   'module' => '',
33271   'weight' => '0',
33272 ))
33273 ->values(array(
33274   'name' => 'DrupalQueue',
33275   'type' => 'class',
33276   'filename' => 'modules/system/system.queue.inc',
33277   'module' => 'system',
33278   'weight' => '0',
33279 ))
33280 ->values(array(
33281   'name' => 'DrupalQueueInterface',
33282   'type' => 'interface',
33283   'filename' => 'modules/system/system.queue.inc',
33284   'module' => 'system',
33285   'weight' => '0',
33286 ))
33287 ->values(array(
33288   'name' => 'DrupalReliableQueueInterface',
33289   'type' => 'interface',
33290   'filename' => 'modules/system/system.queue.inc',
33291   'module' => 'system',
33292   'weight' => '0',
33293 ))
33294 ->values(array(
33295   'name' => 'DrupalRenderTestCase',
33296   'type' => 'class',
33297   'filename' => 'modules/simpletest/tests/common.test',
33298   'module' => 'simpletest',
33299   'weight' => '0',
33300 ))
33301 ->values(array(
33302   'name' => 'DrupalSetContentTestCase',
33303   'type' => 'class',
33304   'filename' => 'modules/simpletest/tests/common.test',
33305   'module' => 'simpletest',
33306   'weight' => '0',
33307 ))
33308 ->values(array(
33309   'name' => 'DrupalSetMessageTest',
33310   'type' => 'class',
33311   'filename' => 'modules/system/system.test',
33312   'module' => 'system',
33313   'weight' => '0',
33314 ))
33315 ->values(array(
33316   'name' => 'DrupalStreamWrapperInterface',
33317   'type' => 'interface',
33318   'filename' => 'includes/stream_wrappers.inc',
33319   'module' => '',
33320   'weight' => '0',
33321 ))
33322 ->values(array(
33323   'name' => 'DrupalSystemListingTestCase',
33324   'type' => 'class',
33325   'filename' => 'modules/simpletest/tests/common.test',
33326   'module' => 'simpletest',
33327   'weight' => '0',
33328 ))
33329 ->values(array(
33330   'name' => 'DrupalTagsHandlingTestCase',
33331   'type' => 'class',
33332   'filename' => 'modules/simpletest/tests/common.test',
33333   'module' => 'simpletest',
33334   'weight' => '0',
33335 ))
33336 ->values(array(
33337   'name' => 'DrupalTemporaryStreamWrapper',
33338   'type' => 'class',
33339   'filename' => 'includes/stream_wrappers.inc',
33340   'module' => '',
33341   'weight' => '0',
33342 ))
33343 ->values(array(
33344   'name' => 'DrupalTestCase',
33345   'type' => 'class',
33346   'filename' => 'modules/simpletest/drupal_web_test_case.php',
33347   'module' => 'simpletest',
33348   'weight' => '0',
33349 ))
33350 ->values(array(
33351   'name' => 'DrupalUnitTestCase',
33352   'type' => 'class',
33353   'filename' => 'modules/simpletest/drupal_web_test_case.php',
33354   'module' => 'simpletest',
33355   'weight' => '0',
33356 ))
33357 ->values(array(
33358   'name' => 'DrupalUpdateException',
33359   'type' => 'class',
33360   'filename' => 'includes/update.inc',
33361   'module' => '',
33362   'weight' => '0',
33363 ))
33364 ->values(array(
33365   'name' => 'DrupalUpdaterInterface',
33366   'type' => 'interface',
33367   'filename' => 'includes/updater.inc',
33368   'module' => '',
33369   'weight' => '0',
33370 ))
33371 ->values(array(
33372   'name' => 'DrupalWebTestCase',
33373   'type' => 'class',
33374   'filename' => 'modules/simpletest/drupal_web_test_case.php',
33375   'module' => 'simpletest',
33376   'weight' => '0',
33377 ))
33378 ->values(array(
33379   'name' => 'EarlyBootstrapTestCase',
33380   'type' => 'class',
33381   'filename' => 'modules/simpletest/tests/boot.test',
33382   'module' => 'simpletest',
33383   'weight' => '0',
33384 ))
33385 ->values(array(
33386   'name' => 'EGPhoneNumberTestCase',
33387   'type' => 'class',
33388   'filename' => 'sites/all/modules/phone/tests/phone.eg.test',
33389   'module' => 'phone',
33390   'weight' => '0',
33391 ))
33392 ->values(array(
33393   'name' => 'EnableDisableTestCase',
33394   'type' => 'class',
33395   'filename' => 'modules/system/system.test',
33396   'module' => 'system',
33397   'weight' => '0',
33398 ))
33399 ->values(array(
33400   'name' => 'Entity',
33401   'type' => 'class',
33402   'filename' => 'sites/all/modules/entity/includes/entity.inc',
33403   'module' => 'entity',
33404   'weight' => '0',
33405 ))
33406 ->values(array(
33407   'name' => 'EntityAPICommentNodeAccessTestCase',
33408   'type' => 'class',
33409   'filename' => 'sites/all/modules/entity/entity.test',
33410   'module' => 'entity',
33411   'weight' => '0',
33412 ))
33413 ->values(array(
33414   'name' => 'EntityAPIController',
33415   'type' => 'class',
33416   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
33417   'module' => 'entity',
33418   'weight' => '0',
33419 ))
33420 ->values(array(
33421   'name' => 'EntityAPIControllerExportable',
33422   'type' => 'class',
33423   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
33424   'module' => 'entity',
33425   'weight' => '0',
33426 ))
33427 ->values(array(
33428   'name' => 'EntityAPIControllerInterface',
33429   'type' => 'interface',
33430   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
33431   'module' => 'entity',
33432   'weight' => '0',
33433 ))
33434 ->values(array(
33435   'name' => 'EntityAPIControllerRevisionableInterface',
33436   'type' => 'interface',
33437   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
33438   'module' => 'entity',
33439   'weight' => '0',
33440 ))
33441 ->values(array(
33442   'name' => 'EntityAPIi18nItegrationTestCase',
33443   'type' => 'class',
33444   'filename' => 'sites/all/modules/entity/entity.test',
33445   'module' => 'entity',
33446   'weight' => '0',
33447 ))
33448 ->values(array(
33449   'name' => 'EntityAPIRulesIntegrationTestCase',
33450   'type' => 'class',
33451   'filename' => 'sites/all/modules/entity/entity.test',
33452   'module' => 'entity',
33453   'weight' => '0',
33454 ))
33455 ->values(array(
33456   'name' => 'EntityAPITestCase',
33457   'type' => 'class',
33458   'filename' => 'sites/all/modules/entity/entity.test',
33459   'module' => 'entity',
33460   'weight' => '0',
33461 ))
33462 ->values(array(
33463   'name' => 'EntityBundleableUIController',
33464   'type' => 'class',
33465   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
33466   'module' => 'entity',
33467   'weight' => '0',
33468 ))
33469 ->values(array(
33470   'name' => 'EntityContentUIController',
33471   'type' => 'class',
33472   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
33473   'module' => 'entity',
33474   'weight' => '0',
33475 ))
33476 ->values(array(
33477   'name' => 'EntityCrudHookTestCase',
33478   'type' => 'class',
33479   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.test',
33480   'module' => 'simpletest',
33481   'weight' => '0',
33482 ))
33483 ->values(array(
33484   'name' => 'EntityDB',
33485   'type' => 'class',
33486   'filename' => 'sites/all/modules/entity/includes/entity.inc',
33487   'module' => 'entity',
33488   'weight' => '0',
33489 ))
33490 ->values(array(
33491   'name' => 'EntityDBExtendable',
33492   'type' => 'class',
33493   'filename' => 'sites/all/modules/entity/includes/entity.inc',
33494   'module' => 'entity',
33495   'weight' => '0',
33496 ))
33497 ->values(array(
33498   'name' => 'EntityDefaultExtraFieldsController',
33499   'type' => 'class',
33500   'filename' => 'sites/all/modules/entity/entity.info.inc',
33501   'module' => 'entity',
33502   'weight' => '0',
33503 ))
33504 ->values(array(
33505   'name' => 'EntityDefaultFeaturesController',
33506   'type' => 'class',
33507   'filename' => 'sites/all/modules/entity/entity.features.inc',
33508   'module' => 'entity',
33509   'weight' => '0',
33510 ))
33511 ->values(array(
33512   'name' => 'EntityDefaultI18nStringController',
33513   'type' => 'class',
33514   'filename' => 'sites/all/modules/entity/entity.i18n.inc',
33515   'module' => 'entity',
33516   'weight' => '0',
33517 ))
33518 ->values(array(
33519   'name' => 'EntityDefaultMetadataController',
33520   'type' => 'class',
33521   'filename' => 'sites/all/modules/entity/entity.info.inc',
33522   'module' => 'entity',
33523   'weight' => '0',
33524 ))
33525 ->values(array(
33526   'name' => 'EntityDefaultRulesController',
33527   'type' => 'class',
33528   'filename' => 'sites/all/modules/entity/entity.rules.inc',
33529   'module' => 'entity',
33530   'weight' => '0',
33531 ))
33532 ->values(array(
33533   'name' => 'EntityDefaultUIController',
33534   'type' => 'class',
33535   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
33536   'module' => 'entity',
33537   'weight' => '0',
33538 ))
33539 ->values(array(
33540   'name' => 'EntityDefaultViewsController',
33541   'type' => 'class',
33542   'filename' => 'sites/all/modules/entity/views/entity.views.inc',
33543   'module' => 'entity',
33544   'weight' => '0',
33545 ))
33546 ->values(array(
33547   'name' => 'EntityDrupalWrapper',
33548   'type' => 'class',
33549   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
33550   'module' => 'entity',
33551   'weight' => '0',
33552 ))
33553 ->values(array(
33554   'name' => 'EntityExtendable',
33555   'type' => 'class',
33556   'filename' => 'sites/all/modules/entity/includes/entity.inc',
33557   'module' => 'entity',
33558   'weight' => '0',
33559 ))
33560 ->values(array(
33561   'name' => 'EntityExtraFieldsControllerInterface',
33562   'type' => 'interface',
33563   'filename' => 'sites/all/modules/entity/entity.info.inc',
33564   'module' => 'entity',
33565   'weight' => '0',
33566 ))
33567 ->values(array(
33568   'name' => 'EntityFieldHandlerHelper',
33569   'type' => 'class',
33570   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_field_handler_helper.inc',
33571   'module' => 'entity',
33572   'weight' => '0',
33573 ))
33574 ->values(array(
33575   'name' => 'EntityFieldQuery',
33576   'type' => 'class',
33577   'filename' => 'includes/entity.inc',
33578   'module' => '',
33579   'weight' => '0',
33580 ))
33581 ->values(array(
33582   'name' => 'EntityFieldQueryException',
33583   'type' => 'class',
33584   'filename' => 'includes/entity.inc',
33585   'module' => '',
33586   'weight' => '0',
33587 ))
33588 ->values(array(
33589   'name' => 'EntityFieldQueryTestCase',
33590   'type' => 'class',
33591   'filename' => 'modules/simpletest/tests/entity_query.test',
33592   'module' => 'simpletest',
33593   'weight' => '0',
33594 ))
33595 ->values(array(
33596   'name' => 'EntityLoadTestCase',
33597   'type' => 'class',
33598   'filename' => 'modules/simpletest/tests/entity_crud.test',
33599   'module' => 'simpletest',
33600   'weight' => '0',
33601 ))
33602 ->values(array(
33603   'name' => 'EntityMalformedException',
33604   'type' => 'class',
33605   'filename' => 'includes/entity.inc',
33606   'module' => '',
33607   'weight' => '0',
33608 ))
33609 ->values(array(
33610   'name' => 'EntityMetadataArrayObject',
33611   'type' => 'class',
33612   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
33613   'module' => 'entity',
33614   'weight' => '0',
33615 ))
33616 ->values(array(
33617   'name' => 'EntityMetadataIntegrationTestCase',
33618   'type' => 'class',
33619   'filename' => 'sites/all/modules/entity/entity.test',
33620   'module' => 'entity',
33621   'weight' => '0',
33622 ))
33623 ->values(array(
33624   'name' => 'EntityMetadataNodeAccessTestCase',
33625   'type' => 'class',
33626   'filename' => 'sites/all/modules/entity/entity.test',
33627   'module' => 'entity',
33628   'weight' => '0',
33629 ))
33630 ->values(array(
33631   'name' => 'EntityMetadataNodeCreateAccessTestCase',
33632   'type' => 'class',
33633   'filename' => 'sites/all/modules/entity/entity.test',
33634   'module' => 'entity',
33635   'weight' => '0',
33636 ))
33637 ->values(array(
33638   'name' => 'EntityMetadataNodeRevisionAccessTestCase',
33639   'type' => 'class',
33640   'filename' => 'sites/all/modules/entity/entity.test',
33641   'module' => 'entity',
33642   'weight' => '0',
33643 ))
33644 ->values(array(
33645   'name' => 'EntityMetadataTestCase',
33646   'type' => 'class',
33647   'filename' => 'sites/all/modules/entity/entity.test',
33648   'module' => 'entity',
33649   'weight' => '0',
33650 ))
33651 ->values(array(
33652   'name' => 'EntityMetadataWrapper',
33653   'type' => 'class',
33654   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
33655   'module' => 'entity',
33656   'weight' => '0',
33657 ))
33658 ->values(array(
33659   'name' => 'EntityMetadataWrapperException',
33660   'type' => 'class',
33661   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
33662   'module' => 'entity',
33663   'weight' => '0',
33664 ))
33665 ->values(array(
33666   'name' => 'EntityMetadataWrapperIterator',
33667   'type' => 'class',
33668   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
33669   'module' => 'entity',
33670   'weight' => '0',
33671 ))
33672 ->values(array(
33673   'name' => 'EntityPropertiesTestCase',
33674   'type' => 'class',
33675   'filename' => 'modules/field/tests/field.test',
33676   'module' => 'field',
33677   'weight' => '0',
33678 ))
33679 ->values(array(
33680   'name' => 'EntityReferenceAdminTestCase',
33681   'type' => 'class',
33682   'filename' => 'sites/all/modules/entityreference/tests/entityreference.admin.test',
33683   'module' => 'entityreference',
33684   'weight' => '0',
33685 ))
33686 ->values(array(
33687   'name' => 'EntityReferenceBehavior_TaxonomyIndex',
33688   'type' => 'class',
33689   'filename' => 'sites/all/modules/entityreference/plugins/behavior/EntityReferenceBehavior_TaxonomyIndex.class.php',
33690   'module' => 'entityreference',
33691   'weight' => '0',
33692 ))
33693 ->values(array(
33694   'name' => 'EntityReferenceHandlersTestCase',
33695   'type' => 'class',
33696   'filename' => 'sites/all/modules/entityreference/tests/entityreference.handlers.test',
33697   'module' => 'entityreference',
33698   'weight' => '0',
33699 ))
33700 ->values(array(
33701   'name' => 'EntityReferenceTaxonomyTestCase',
33702   'type' => 'class',
33703   'filename' => 'sites/all/modules/entityreference/tests/entityreference.taxonomy.test',
33704   'module' => 'entityreference',
33705   'weight' => '0',
33706 ))
33707 ->values(array(
33708   'name' => 'EntityReference_BehaviorHandler',
33709   'type' => 'interface',
33710   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
33711   'module' => 'entityreference',
33712   'weight' => '0',
33713 ))
33714 ->values(array(
33715   'name' => 'EntityReference_BehaviorHandler_Abstract',
33716   'type' => 'class',
33717   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
33718   'module' => 'entityreference',
33719   'weight' => '0',
33720 ))
33721 ->values(array(
33722   'name' => 'EntityReference_BehaviorHandler_Broken',
33723   'type' => 'class',
33724   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
33725   'module' => 'entityreference',
33726   'weight' => '0',
33727 ))
33728 ->values(array(
33729   'name' => 'entityreference_plugin_display',
33730   'type' => 'class',
33731   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_display.inc',
33732   'module' => 'entityreference',
33733   'weight' => '0',
33734 ))
33735 ->values(array(
33736   'name' => 'entityreference_plugin_row_fields',
33737   'type' => 'class',
33738   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_row_fields.inc',
33739   'module' => 'entityreference',
33740   'weight' => '0',
33741 ))
33742 ->values(array(
33743   'name' => 'entityreference_plugin_style',
33744   'type' => 'class',
33745   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_style.inc',
33746   'module' => 'entityreference',
33747   'weight' => '0',
33748 ))
33749 ->values(array(
33750   'name' => 'EntityReference_SelectionHandler',
33751   'type' => 'interface',
33752   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
33753   'module' => 'entityreference',
33754   'weight' => '0',
33755 ))
33756 ->values(array(
33757   'name' => 'EntityReference_SelectionHandler_Broken',
33758   'type' => 'class',
33759   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
33760   'module' => 'entityreference',
33761   'weight' => '0',
33762 ))
33763 ->values(array(
33764   'name' => 'EntityReference_SelectionHandler_Generic',
33765   'type' => 'class',
33766   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
33767   'module' => 'entityreference',
33768   'weight' => '0',
33769 ))
33770 ->values(array(
33771   'name' => 'EntityReference_SelectionHandler_Generic_comment',
33772   'type' => 'class',
33773   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
33774   'module' => 'entityreference',
33775   'weight' => '0',
33776 ))
33777 ->values(array(
33778   'name' => 'EntityReference_SelectionHandler_Generic_file',
33779   'type' => 'class',
33780   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
33781   'module' => 'entityreference',
33782   'weight' => '0',
33783 ))
33784 ->values(array(
33785   'name' => 'EntityReference_SelectionHandler_Generic_node',
33786   'type' => 'class',
33787   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
33788   'module' => 'entityreference',
33789   'weight' => '0',
33790 ))
33791 ->values(array(
33792   'name' => 'EntityReference_SelectionHandler_Generic_taxonomy_term',
33793   'type' => 'class',
33794   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
33795   'module' => 'entityreference',
33796   'weight' => '0',
33797 ))
33798 ->values(array(
33799   'name' => 'EntityReference_SelectionHandler_Generic_user',
33800   'type' => 'class',
33801   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
33802   'module' => 'entityreference',
33803   'weight' => '0',
33804 ))
33805 ->values(array(
33806   'name' => 'EntityStructureWrapper',
33807   'type' => 'class',
33808   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
33809   'module' => 'entity',
33810   'weight' => '0',
33811 ))
33812 ->values(array(
33813   'name' => 'EntityTokenTestCase',
33814   'type' => 'class',
33815   'filename' => 'sites/all/modules/entity/entity.test',
33816   'module' => 'entity',
33817   'weight' => '0',
33818 ))
33819 ->values(array(
33820   'name' => 'EntityValueWrapper',
33821   'type' => 'class',
33822   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
33823   'module' => 'entity',
33824   'weight' => '0',
33825 ))
33826 ->values(array(
33827   'name' => 'EntityWebTestCase',
33828   'type' => 'class',
33829   'filename' => 'sites/all/modules/entity/entity.test',
33830   'module' => 'entity',
33831   'weight' => '0',
33832 ))
33833 ->values(array(
33834   'name' => 'entity_views_handler_area_entity',
33835   'type' => 'class',
33836   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_area_entity.inc',
33837   'module' => 'entity',
33838   'weight' => '0',
33839 ))
33840 ->values(array(
33841   'name' => 'entity_views_handler_field_boolean',
33842   'type' => 'class',
33843   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_boolean.inc',
33844   'module' => 'entity',
33845   'weight' => '0',
33846 ))
33847 ->values(array(
33848   'name' => 'entity_views_handler_field_date',
33849   'type' => 'class',
33850   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_date.inc',
33851   'module' => 'entity',
33852   'weight' => '0',
33853 ))
33854 ->values(array(
33855   'name' => 'entity_views_handler_field_duration',
33856   'type' => 'class',
33857   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_duration.inc',
33858   'module' => 'entity',
33859   'weight' => '0',
33860 ))
33861 ->values(array(
33862   'name' => 'entity_views_handler_field_entity',
33863   'type' => 'class',
33864   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_entity.inc',
33865   'module' => 'entity',
33866   'weight' => '0',
33867 ))
33868 ->values(array(
33869   'name' => 'entity_views_handler_field_field',
33870   'type' => 'class',
33871   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_field.inc',
33872   'module' => 'entity',
33873   'weight' => '0',
33874 ))
33875 ->values(array(
33876   'name' => 'entity_views_handler_field_numeric',
33877   'type' => 'class',
33878   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_numeric.inc',
33879   'module' => 'entity',
33880   'weight' => '0',
33881 ))
33882 ->values(array(
33883   'name' => 'entity_views_handler_field_options',
33884   'type' => 'class',
33885   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_options.inc',
33886   'module' => 'entity',
33887   'weight' => '0',
33888 ))
33889 ->values(array(
33890   'name' => 'entity_views_handler_field_text',
33891   'type' => 'class',
33892   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_text.inc',
33893   'module' => 'entity',
33894   'weight' => '0',
33895 ))
33896 ->values(array(
33897   'name' => 'entity_views_handler_field_uri',
33898   'type' => 'class',
33899   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_uri.inc',
33900   'module' => 'entity',
33901   'weight' => '0',
33902 ))
33903 ->values(array(
33904   'name' => 'entity_views_handler_relationship',
33905   'type' => 'class',
33906   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship.inc',
33907   'module' => 'entity',
33908   'weight' => '0',
33909 ))
33910 ->values(array(
33911   'name' => 'entity_views_handler_relationship_by_bundle',
33912   'type' => 'class',
33913   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship_by_bundle.inc',
33914   'module' => 'entity',
33915   'weight' => '0',
33916 ))
33917 ->values(array(
33918   'name' => 'entity_views_plugin_row_entity_view',
33919   'type' => 'class',
33920   'filename' => 'sites/all/modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc',
33921   'module' => 'entity',
33922   'weight' => '0',
33923 ))
33924 ->values(array(
33925   'name' => 'ESPhoneNumberTestCase',
33926   'type' => 'class',
33927   'filename' => 'sites/all/modules/phone/tests/phone.es.test',
33928   'module' => 'phone',
33929   'weight' => '0',
33930 ))
33931 ->values(array(
33932   'name' => 'FakeRecord',
33933   'type' => 'class',
33934   'filename' => 'modules/simpletest/tests/database_test.test',
33935   'module' => 'simpletest',
33936   'weight' => '0',
33937 ))
33938 ->values(array(
33939   'name' => 'FeedIconTest',
33940   'type' => 'class',
33941   'filename' => 'modules/simpletest/tests/common.test',
33942   'module' => 'simpletest',
33943   'weight' => '0',
33944 ))
33945 ->values(array(
33946   'name' => 'FeedParserTestCase',
33947   'type' => 'class',
33948   'filename' => 'modules/aggregator/aggregator.test',
33949   'module' => 'aggregator',
33950   'weight' => '0',
33951 ))
33952 ->values(array(
33953   'name' => 'FeedsMapperFieldTestCase',
33954   'type' => 'class',
33955   'filename' => 'sites/all/modules/entityreference/tests/entityreference.feeds.test',
33956   'module' => 'entityreference',
33957   'weight' => '0',
33958 ))
33959 ->values(array(
33960   'name' => 'FieldAttachOtherTestCase',
33961   'type' => 'class',
33962   'filename' => 'modules/field/tests/field.test',
33963   'module' => 'field',
33964   'weight' => '0',
33965 ))
33966 ->values(array(
33967   'name' => 'FieldAttachStorageTestCase',
33968   'type' => 'class',
33969   'filename' => 'modules/field/tests/field.test',
33970   'module' => 'field',
33971   'weight' => '0',
33972 ))
33973 ->values(array(
33974   'name' => 'FieldAttachTestCase',
33975   'type' => 'class',
33976   'filename' => 'modules/field/tests/field.test',
33977   'module' => 'field',
33978   'weight' => '0',
33979 ))
33980 ->values(array(
33981   'name' => 'FieldBulkDeleteTestCase',
33982   'type' => 'class',
33983   'filename' => 'modules/field/tests/field.test',
33984   'module' => 'field',
33985   'weight' => '0',
33986 ))
33987 ->values(array(
33988   'name' => 'FieldCrudTestCase',
33989   'type' => 'class',
33990   'filename' => 'modules/field/tests/field.test',
33991   'module' => 'field',
33992   'weight' => '0',
33993 ))
33994 ->values(array(
33995   'name' => 'FieldDisplayAPITestCase',
33996   'type' => 'class',
33997   'filename' => 'modules/field/tests/field.test',
33998   'module' => 'field',
33999   'weight' => '0',
34000 ))
34001 ->values(array(
34002   'name' => 'FieldException',
34003   'type' => 'class',
34004   'filename' => 'modules/field/field.module',
34005   'module' => 'field',
34006   'weight' => '0',
34007 ))
34008 ->values(array(
34009   'name' => 'FieldFormTestCase',
34010   'type' => 'class',
34011   'filename' => 'modules/field/tests/field.test',
34012   'module' => 'field',
34013   'weight' => '0',
34014 ))
34015 ->values(array(
34016   'name' => 'FieldInfo',
34017   'type' => 'class',
34018   'filename' => 'modules/field/field.info.class.inc',
34019   'module' => 'field',
34020   'weight' => '0',
34021 ))
34022 ->values(array(
34023   'name' => 'FieldInfoTestCase',
34024   'type' => 'class',
34025   'filename' => 'modules/field/tests/field.test',
34026   'module' => 'field',
34027   'weight' => '0',
34028 ))
34029 ->values(array(
34030   'name' => 'FieldInstanceCrudTestCase',
34031   'type' => 'class',
34032   'filename' => 'modules/field/tests/field.test',
34033   'module' => 'field',
34034   'weight' => '0',
34035 ))
34036 ->values(array(
34037   'name' => 'FieldsOverlapException',
34038   'type' => 'class',
34039   'filename' => 'includes/database/database.inc',
34040   'module' => '',
34041   'weight' => '0',
34042 ))
34043 ->values(array(
34044   'name' => 'FieldSqlStorageTestCase',
34045   'type' => 'class',
34046   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.test',
34047   'module' => 'field_sql_storage',
34048   'weight' => '0',
34049 ))
34050 ->values(array(
34051   'name' => 'FieldTestCase',
34052   'type' => 'class',
34053   'filename' => 'modules/field/tests/field.test',
34054   'module' => 'field',
34055   'weight' => '0',
34056 ))
34057 ->values(array(
34058   'name' => 'FieldTranslationsTestCase',
34059   'type' => 'class',
34060   'filename' => 'modules/field/tests/field.test',
34061   'module' => 'field',
34062   'weight' => '0',
34063 ))
34064 ->values(array(
34065   'name' => 'FieldUIAlterTestCase',
34066   'type' => 'class',
34067   'filename' => 'modules/field_ui/field_ui.test',
34068   'module' => 'field_ui',
34069   'weight' => '0',
34070 ))
34071 ->values(array(
34072   'name' => 'FieldUIManageDisplayTestCase',
34073   'type' => 'class',
34074   'filename' => 'modules/field_ui/field_ui.test',
34075   'module' => 'field_ui',
34076   'weight' => '0',
34077 ))
34078 ->values(array(
34079   'name' => 'FieldUIManageFieldsTestCase',
34080   'type' => 'class',
34081   'filename' => 'modules/field_ui/field_ui.test',
34082   'module' => 'field_ui',
34083   'weight' => '0',
34084 ))
34085 ->values(array(
34086   'name' => 'FieldUITestCase',
34087   'type' => 'class',
34088   'filename' => 'modules/field_ui/field_ui.test',
34089   'module' => 'field_ui',
34090   'weight' => '0',
34091 ))
34092 ->values(array(
34093   'name' => 'FieldUpdateForbiddenException',
34094   'type' => 'class',
34095   'filename' => 'modules/field/field.module',
34096   'module' => 'field',
34097   'weight' => '0',
34098 ))
34099 ->values(array(
34100   'name' => 'FieldUpdatePathTestCase',
34101   'type' => 'class',
34102   'filename' => 'modules/simpletest/tests/upgrade/update.field.test',
34103   'module' => 'simpletest',
34104   'weight' => '0',
34105 ))
34106 ->values(array(
34107   'name' => 'FieldValidationException',
34108   'type' => 'class',
34109   'filename' => 'modules/field/field.attach.inc',
34110   'module' => 'field',
34111   'weight' => '0',
34112 ))
34113 ->values(array(
34114   'name' => 'FileCopyTest',
34115   'type' => 'class',
34116   'filename' => 'modules/simpletest/tests/file.test',
34117   'module' => 'simpletest',
34118   'weight' => '0',
34119 ))
34120 ->values(array(
34121   'name' => 'FileDeleteTest',
34122   'type' => 'class',
34123   'filename' => 'modules/simpletest/tests/file.test',
34124   'module' => 'simpletest',
34125   'weight' => '0',
34126 ))
34127 ->values(array(
34128   'name' => 'FileDirectoryTest',
34129   'type' => 'class',
34130   'filename' => 'modules/simpletest/tests/file.test',
34131   'module' => 'simpletest',
34132   'weight' => '0',
34133 ))
34134 ->values(array(
34135   'name' => 'FileDownloadTest',
34136   'type' => 'class',
34137   'filename' => 'modules/simpletest/tests/file.test',
34138   'module' => 'simpletest',
34139   'weight' => '0',
34140 ))
34141 ->values(array(
34142   'name' => 'FileFieldDisplayTestCase',
34143   'type' => 'class',
34144   'filename' => 'modules/file/tests/file.test',
34145   'module' => 'file',
34146   'weight' => '0',
34147 ))
34148 ->values(array(
34149   'name' => 'FileFieldPathTestCase',
34150   'type' => 'class',
34151   'filename' => 'modules/file/tests/file.test',
34152   'module' => 'file',
34153   'weight' => '0',
34154 ))
34155 ->values(array(
34156   'name' => 'FileFieldRevisionTestCase',
34157   'type' => 'class',
34158   'filename' => 'modules/file/tests/file.test',
34159   'module' => 'file',
34160   'weight' => '0',
34161 ))
34162 ->values(array(
34163   'name' => 'FileFieldTestCase',
34164   'type' => 'class',
34165   'filename' => 'modules/file/tests/file.test',
34166   'module' => 'file',
34167   'weight' => '0',
34168 ))
34169 ->values(array(
34170   'name' => 'FileFieldValidateTestCase',
34171   'type' => 'class',
34172   'filename' => 'modules/file/tests/file.test',
34173   'module' => 'file',
34174   'weight' => '0',
34175 ))
34176 ->values(array(
34177   'name' => 'FileFieldWidgetTestCase',
34178   'type' => 'class',
34179   'filename' => 'modules/file/tests/file.test',
34180   'module' => 'file',
34181   'weight' => '0',
34182 ))
34183 ->values(array(
34184   'name' => 'FileHookTestCase',
34185   'type' => 'class',
34186   'filename' => 'modules/simpletest/tests/file.test',
34187   'module' => 'simpletest',
34188   'weight' => '0',
34189 ))
34190 ->values(array(
34191   'name' => 'FileLoadTest',
34192   'type' => 'class',
34193   'filename' => 'modules/simpletest/tests/file.test',
34194   'module' => 'simpletest',
34195   'weight' => '0',
34196 ))
34197 ->values(array(
34198   'name' => 'FileManagedFileElementTestCase',
34199   'type' => 'class',
34200   'filename' => 'modules/file/tests/file.test',
34201   'module' => 'file',
34202   'weight' => '0',
34203 ))
34204 ->values(array(
34205   'name' => 'FileMimeTypeTest',
34206   'type' => 'class',
34207   'filename' => 'modules/simpletest/tests/file.test',
34208   'module' => 'simpletest',
34209   'weight' => '0',
34210 ))
34211 ->values(array(
34212   'name' => 'FileMoveTest',
34213   'type' => 'class',
34214   'filename' => 'modules/simpletest/tests/file.test',
34215   'module' => 'simpletest',
34216   'weight' => '0',
34217 ))
34218 ->values(array(
34219   'name' => 'FileNameMungingTest',
34220   'type' => 'class',
34221   'filename' => 'modules/simpletest/tests/file.test',
34222   'module' => 'simpletest',
34223   'weight' => '0',
34224 ))
34225 ->values(array(
34226   'name' => 'FilePrivateTestCase',
34227   'type' => 'class',
34228   'filename' => 'modules/file/tests/file.test',
34229   'module' => 'file',
34230   'weight' => '0',
34231 ))
34232 ->values(array(
34233   'name' => 'FileSaveDataTest',
34234   'type' => 'class',
34235   'filename' => 'modules/simpletest/tests/file.test',
34236   'module' => 'simpletest',
34237   'weight' => '0',
34238 ))
34239 ->values(array(
34240   'name' => 'FileSaveTest',
34241   'type' => 'class',
34242   'filename' => 'modules/simpletest/tests/file.test',
34243   'module' => 'simpletest',
34244   'weight' => '0',
34245 ))
34246 ->values(array(
34247   'name' => 'FileSaveUploadTest',
34248   'type' => 'class',
34249   'filename' => 'modules/simpletest/tests/file.test',
34250   'module' => 'simpletest',
34251   'weight' => '0',
34252 ))
34253 ->values(array(
34254   'name' => 'FileScanDirectoryTest',
34255   'type' => 'class',
34256   'filename' => 'modules/simpletest/tests/file.test',
34257   'module' => 'simpletest',
34258   'weight' => '0',
34259 ))
34260 ->values(array(
34261   'name' => 'FileSpaceUsedTest',
34262   'type' => 'class',
34263   'filename' => 'modules/simpletest/tests/file.test',
34264   'module' => 'simpletest',
34265   'weight' => '0',
34266 ))
34267 ->values(array(
34268   'name' => 'FileTaxonomyTermTestCase',
34269   'type' => 'class',
34270   'filename' => 'modules/file/tests/file.test',
34271   'module' => 'file',
34272   'weight' => '0',
34273 ))
34274 ->values(array(
34275   'name' => 'FileTestCase',
34276   'type' => 'class',
34277   'filename' => 'modules/simpletest/tests/file.test',
34278   'module' => 'simpletest',
34279   'weight' => '0',
34280 ))
34281 ->values(array(
34282   'name' => 'FileTokenReplaceTestCase',
34283   'type' => 'class',
34284   'filename' => 'modules/file/tests/file.test',
34285   'module' => 'file',
34286   'weight' => '0',
34287 ))
34288 ->values(array(
34289   'name' => 'FileTranferTest',
34290   'type' => 'class',
34291   'filename' => 'modules/simpletest/tests/filetransfer.test',
34292   'module' => 'simpletest',
34293   'weight' => '0',
34294 ))
34295 ->values(array(
34296   'name' => 'FileTransfer',
34297   'type' => 'class',
34298   'filename' => 'includes/filetransfer/filetransfer.inc',
34299   'module' => '',
34300   'weight' => '0',
34301 ))
34302 ->values(array(
34303   'name' => 'FileTransferChmodInterface',
34304   'type' => 'interface',
34305   'filename' => 'includes/filetransfer/filetransfer.inc',
34306   'module' => '',
34307   'weight' => '0',
34308 ))
34309 ->values(array(
34310   'name' => 'FileTransferException',
34311   'type' => 'class',
34312   'filename' => 'includes/filetransfer/filetransfer.inc',
34313   'module' => '',
34314   'weight' => '0',
34315 ))
34316 ->values(array(
34317   'name' => 'FileTransferFTP',
34318   'type' => 'class',
34319   'filename' => 'includes/filetransfer/ftp.inc',
34320   'module' => '',
34321   'weight' => '0',
34322 ))
34323 ->values(array(
34324   'name' => 'FileTransferFTPExtension',
34325   'type' => 'class',
34326   'filename' => 'includes/filetransfer/ftp.inc',
34327   'module' => '',
34328   'weight' => '0',
34329 ))
34330 ->values(array(
34331   'name' => 'FileTransferLocal',
34332   'type' => 'class',
34333   'filename' => 'includes/filetransfer/local.inc',
34334   'module' => '',
34335   'weight' => '0',
34336 ))
34337 ->values(array(
34338   'name' => 'FileTransferSSH',
34339   'type' => 'class',
34340   'filename' => 'includes/filetransfer/ssh.inc',
34341   'module' => '',
34342   'weight' => '0',
34343 ))
34344 ->values(array(
34345   'name' => 'FileUnmanagedCopyTest',
34346   'type' => 'class',
34347   'filename' => 'modules/simpletest/tests/file.test',
34348   'module' => 'simpletest',
34349   'weight' => '0',
34350 ))
34351 ->values(array(
34352   'name' => 'FileUnmanagedDeleteRecursiveTest',
34353   'type' => 'class',
34354   'filename' => 'modules/simpletest/tests/file.test',
34355   'module' => 'simpletest',
34356   'weight' => '0',
34357 ))
34358 ->values(array(
34359   'name' => 'FileUnmanagedDeleteTest',
34360   'type' => 'class',
34361   'filename' => 'modules/simpletest/tests/file.test',
34362   'module' => 'simpletest',
34363   'weight' => '0',
34364 ))
34365 ->values(array(
34366   'name' => 'FileUnmanagedMoveTest',
34367   'type' => 'class',
34368   'filename' => 'modules/simpletest/tests/file.test',
34369   'module' => 'simpletest',
34370   'weight' => '0',
34371 ))
34372 ->values(array(
34373   'name' => 'FileUnmanagedSaveDataTest',
34374   'type' => 'class',
34375   'filename' => 'modules/simpletest/tests/file.test',
34376   'module' => 'simpletest',
34377   'weight' => '0',
34378 ))
34379 ->values(array(
34380   'name' => 'FileURLRewritingTest',
34381   'type' => 'class',
34382   'filename' => 'modules/simpletest/tests/file.test',
34383   'module' => 'simpletest',
34384   'weight' => '0',
34385 ))
34386 ->values(array(
34387   'name' => 'FileUsageTest',
34388   'type' => 'class',
34389   'filename' => 'modules/simpletest/tests/file.test',
34390   'module' => 'simpletest',
34391   'weight' => '0',
34392 ))
34393 ->values(array(
34394   'name' => 'FileValidateTest',
34395   'type' => 'class',
34396   'filename' => 'modules/simpletest/tests/file.test',
34397   'module' => 'simpletest',
34398   'weight' => '0',
34399 ))
34400 ->values(array(
34401   'name' => 'FileValidatorTest',
34402   'type' => 'class',
34403   'filename' => 'modules/simpletest/tests/file.test',
34404   'module' => 'simpletest',
34405   'weight' => '0',
34406 ))
34407 ->values(array(
34408   'name' => 'FilledMinimalUpdatePath',
34409   'type' => 'class',
34410   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
34411   'module' => 'simpletest',
34412   'weight' => '0',
34413 ))
34414 ->values(array(
34415   'name' => 'FilledStandardUpdatePath',
34416   'type' => 'class',
34417   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
34418   'module' => 'simpletest',
34419   'weight' => '0',
34420 ))
34421 ->values(array(
34422   'name' => 'FilterAdminTestCase',
34423   'type' => 'class',
34424   'filename' => 'modules/filter/filter.test',
34425   'module' => 'filter',
34426   'weight' => '0',
34427 ))
34428 ->values(array(
34429   'name' => 'FilterCRUDTestCase',
34430   'type' => 'class',
34431   'filename' => 'modules/filter/filter.test',
34432   'module' => 'filter',
34433   'weight' => '0',
34434 ))
34435 ->values(array(
34436   'name' => 'FilterDefaultFormatTestCase',
34437   'type' => 'class',
34438   'filename' => 'modules/filter/filter.test',
34439   'module' => 'filter',
34440   'weight' => '0',
34441 ))
34442 ->values(array(
34443   'name' => 'FilterDOMSerializeTestCase',
34444   'type' => 'class',
34445   'filename' => 'modules/filter/filter.test',
34446   'module' => 'filter',
34447   'weight' => '0',
34448 ))
34449 ->values(array(
34450   'name' => 'FilterFormatAccessTestCase',
34451   'type' => 'class',
34452   'filename' => 'modules/filter/filter.test',
34453   'module' => 'filter',
34454   'weight' => '0',
34455 ))
34456 ->values(array(
34457   'name' => 'FilterFormatUpgradePathTestCase',
34458   'type' => 'class',
34459   'filename' => 'modules/simpletest/tests/upgrade/upgrade.filter.test',
34460   'module' => 'simpletest',
34461   'weight' => '0',
34462 ))
34463 ->values(array(
34464   'name' => 'FilterHooksTestCase',
34465   'type' => 'class',
34466   'filename' => 'modules/filter/filter.test',
34467   'module' => 'filter',
34468   'weight' => '0',
34469 ))
34470 ->values(array(
34471   'name' => 'FilterNoFormatTestCase',
34472   'type' => 'class',
34473   'filename' => 'modules/filter/filter.test',
34474   'module' => 'filter',
34475   'weight' => '0',
34476 ))
34477 ->values(array(
34478   'name' => 'FilterSecurityTestCase',
34479   'type' => 'class',
34480   'filename' => 'modules/filter/filter.test',
34481   'module' => 'filter',
34482   'weight' => '0',
34483 ))
34484 ->values(array(
34485   'name' => 'FilterSettingsTestCase',
34486   'type' => 'class',
34487   'filename' => 'modules/filter/filter.test',
34488   'module' => 'filter',
34489   'weight' => '0',
34490 ))
34491 ->values(array(
34492   'name' => 'FilterUnitTestCase',
34493   'type' => 'class',
34494   'filename' => 'modules/filter/filter.test',
34495   'module' => 'filter',
34496   'weight' => '0',
34497 ))
34498 ->values(array(
34499   'name' => 'FloodFunctionalTest',
34500   'type' => 'class',
34501   'filename' => 'modules/system/system.test',
34502   'module' => 'system',
34503   'weight' => '0',
34504 ))
34505 ->values(array(
34506   'name' => 'FormAlterTestCase',
34507   'type' => 'class',
34508   'filename' => 'modules/simpletest/tests/form.test',
34509   'module' => 'simpletest',
34510   'weight' => '0',
34511 ))
34512 ->values(array(
34513   'name' => 'FormatDateUnitTest',
34514   'type' => 'class',
34515   'filename' => 'modules/simpletest/tests/common.test',
34516   'module' => 'simpletest',
34517   'weight' => '0',
34518 ))
34519 ->values(array(
34520   'name' => 'FormCheckboxTestCase',
34521   'type' => 'class',
34522   'filename' => 'modules/simpletest/tests/form.test',
34523   'module' => 'simpletest',
34524   'weight' => '0',
34525 ))
34526 ->values(array(
34527   'name' => 'FormElementTestCase',
34528   'type' => 'class',
34529   'filename' => 'modules/simpletest/tests/form.test',
34530   'module' => 'simpletest',
34531   'weight' => '0',
34532 ))
34533 ->values(array(
34534   'name' => 'FormsArbitraryRebuildTestCase',
34535   'type' => 'class',
34536   'filename' => 'modules/simpletest/tests/form.test',
34537   'module' => 'simpletest',
34538   'weight' => '0',
34539 ))
34540 ->values(array(
34541   'name' => 'FormsElementsLabelsTestCase',
34542   'type' => 'class',
34543   'filename' => 'modules/simpletest/tests/form.test',
34544   'module' => 'simpletest',
34545   'weight' => '0',
34546 ))
34547 ->values(array(
34548   'name' => 'FormsElementsTableSelectFunctionalTest',
34549   'type' => 'class',
34550   'filename' => 'modules/simpletest/tests/form.test',
34551   'module' => 'simpletest',
34552   'weight' => '0',
34553 ))
34554 ->values(array(
34555   'name' => 'FormsElementsVerticalTabsFunctionalTest',
34556   'type' => 'class',
34557   'filename' => 'modules/simpletest/tests/form.test',
34558   'module' => 'simpletest',
34559   'weight' => '0',
34560 ))
34561 ->values(array(
34562   'name' => 'FormsFileInclusionTestCase',
34563   'type' => 'class',
34564   'filename' => 'modules/simpletest/tests/form.test',
34565   'module' => 'simpletest',
34566   'weight' => '0',
34567 ))
34568 ->values(array(
34569   'name' => 'FormsFormStoragePageCacheTestCase',
34570   'type' => 'class',
34571   'filename' => 'modules/simpletest/tests/form.test',
34572   'module' => 'simpletest',
34573   'weight' => '0',
34574 ))
34575 ->values(array(
34576   'name' => 'FormsFormStorageTestCase',
34577   'type' => 'class',
34578   'filename' => 'modules/simpletest/tests/form.test',
34579   'module' => 'simpletest',
34580   'weight' => '0',
34581 ))
34582 ->values(array(
34583   'name' => 'FormsFormWrapperTestCase',
34584   'type' => 'class',
34585   'filename' => 'modules/simpletest/tests/form.test',
34586   'module' => 'simpletest',
34587   'weight' => '0',
34588 ))
34589 ->values(array(
34590   'name' => 'FormsProgrammaticTestCase',
34591   'type' => 'class',
34592   'filename' => 'modules/simpletest/tests/form.test',
34593   'module' => 'simpletest',
34594   'weight' => '0',
34595 ))
34596 ->values(array(
34597   'name' => 'FormsRebuildTestCase',
34598   'type' => 'class',
34599   'filename' => 'modules/simpletest/tests/form.test',
34600   'module' => 'simpletest',
34601   'weight' => '0',
34602 ))
34603 ->values(array(
34604   'name' => 'FormsRedirectTestCase',
34605   'type' => 'class',
34606   'filename' => 'modules/simpletest/tests/form.test',
34607   'module' => 'simpletest',
34608   'weight' => '0',
34609 ))
34610 ->values(array(
34611   'name' => 'FormStateValuesCleanAdvancedTestCase',
34612   'type' => 'class',
34613   'filename' => 'modules/simpletest/tests/form.test',
34614   'module' => 'simpletest',
34615   'weight' => '0',
34616 ))
34617 ->values(array(
34618   'name' => 'FormStateValuesCleanTestCase',
34619   'type' => 'class',
34620   'filename' => 'modules/simpletest/tests/form.test',
34621   'module' => 'simpletest',
34622   'weight' => '0',
34623 ))
34624 ->values(array(
34625   'name' => 'FormsTestCase',
34626   'type' => 'class',
34627   'filename' => 'modules/simpletest/tests/form.test',
34628   'module' => 'simpletest',
34629   'weight' => '0',
34630 ))
34631 ->values(array(
34632   'name' => 'FormsTriggeringElementTestCase',
34633   'type' => 'class',
34634   'filename' => 'modules/simpletest/tests/form.test',
34635   'module' => 'simpletest',
34636   'weight' => '0',
34637 ))
34638 ->values(array(
34639   'name' => 'FormValidationTestCase',
34640   'type' => 'class',
34641   'filename' => 'modules/simpletest/tests/form.test',
34642   'module' => 'simpletest',
34643   'weight' => '0',
34644 ))
34645 ->values(array(
34646   'name' => 'ForumIndexTestCase',
34647   'type' => 'class',
34648   'filename' => 'modules/forum/forum.test',
34649   'module' => 'forum',
34650   'weight' => '0',
34651 ))
34652 ->values(array(
34653   'name' => 'ForumTestCase',
34654   'type' => 'class',
34655   'filename' => 'modules/forum/forum.test',
34656   'module' => 'forum',
34657   'weight' => '0',
34658 ))
34659 ->values(array(
34660   'name' => 'ForumUpgradePathTestCase',
34661   'type' => 'class',
34662   'filename' => 'modules/simpletest/tests/upgrade/upgrade.forum.test',
34663   'module' => 'simpletest',
34664   'weight' => '0',
34665 ))
34666 ->values(array(
34667   'name' => 'FrontPageTestCase',
34668   'type' => 'class',
34669   'filename' => 'modules/system/system.test',
34670   'module' => 'system',
34671   'weight' => '0',
34672 ))
34673 ->values(array(
34674   'name' => 'GraphUnitTest',
34675   'type' => 'class',
34676   'filename' => 'modules/simpletest/tests/graph.test',
34677   'module' => 'simpletest',
34678   'weight' => '0',
34679 ))
34680 ->values(array(
34681   'name' => 'HelpTestCase',
34682   'type' => 'class',
34683   'filename' => 'modules/help/help.test',
34684   'module' => 'help',
34685   'weight' => '0',
34686 ))
34687 ->values(array(
34688   'name' => 'HookBootExitTestCase',
34689   'type' => 'class',
34690   'filename' => 'modules/simpletest/tests/bootstrap.test',
34691   'module' => 'simpletest',
34692   'weight' => '0',
34693 ))
34694 ->values(array(
34695   'name' => 'HookRequirementsTestCase',
34696   'type' => 'class',
34697   'filename' => 'modules/system/system.test',
34698   'module' => 'system',
34699   'weight' => '0',
34700 ))
34701 ->values(array(
34702   'name' => 'HTMLIdTestCase',
34703   'type' => 'class',
34704   'filename' => 'modules/simpletest/tests/form.test',
34705   'module' => 'simpletest',
34706   'weight' => '0',
34707 ))
34708 ->values(array(
34709   'name' => 'HUPhoneNumberTestCase',
34710   'type' => 'class',
34711   'filename' => 'sites/all/modules/phone/tests/phone.hu.test',
34712   'module' => 'phone',
34713   'weight' => '0',
34714 ))
34715 ->values(array(
34716   'name' => 'ILPhoneNumberTestCase',
34717   'type' => 'class',
34718   'filename' => 'sites/all/modules/phone/tests/phone.il.test',
34719   'module' => 'phone',
34720   'weight' => '0',
34721 ))
34722 ->values(array(
34723   'name' => 'ImageAdminStylesUnitTest',
34724   'type' => 'class',
34725   'filename' => 'modules/image/image.test',
34726   'module' => 'image',
34727   'weight' => '0',
34728 ))
34729 ->values(array(
34730   'name' => 'ImageAdminUiTestCase',
34731   'type' => 'class',
34732   'filename' => 'modules/image/image.test',
34733   'module' => 'image',
34734   'weight' => '0',
34735 ))
34736 ->values(array(
34737   'name' => 'ImageDimensionsScaleTestCase',
34738   'type' => 'class',
34739   'filename' => 'modules/image/image.test',
34740   'module' => 'image',
34741   'weight' => '0',
34742 ))
34743 ->values(array(
34744   'name' => 'ImageDimensionsTestCase',
34745   'type' => 'class',
34746   'filename' => 'modules/image/image.test',
34747   'module' => 'image',
34748   'weight' => '0',
34749 ))
34750 ->values(array(
34751   'name' => 'ImageEffectsUnitTest',
34752   'type' => 'class',
34753   'filename' => 'modules/image/image.test',
34754   'module' => 'image',
34755   'weight' => '0',
34756 ))
34757 ->values(array(
34758   'name' => 'ImageFieldDefaultImagesTestCase',
34759   'type' => 'class',
34760   'filename' => 'modules/image/image.test',
34761   'module' => 'image',
34762   'weight' => '0',
34763 ))
34764 ->values(array(
34765   'name' => 'ImageFieldDisplayTestCase',
34766   'type' => 'class',
34767   'filename' => 'modules/image/image.test',
34768   'module' => 'image',
34769   'weight' => '0',
34770 ))
34771 ->values(array(
34772   'name' => 'ImageFieldTestCase',
34773   'type' => 'class',
34774   'filename' => 'modules/image/image.test',
34775   'module' => 'image',
34776   'weight' => '0',
34777 ))
34778 ->values(array(
34779   'name' => 'ImageFieldValidateTestCase',
34780   'type' => 'class',
34781   'filename' => 'modules/image/image.test',
34782   'module' => 'image',
34783   'weight' => '0',
34784 ))
34785 ->values(array(
34786   'name' => 'ImageFileMoveTest',
34787   'type' => 'class',
34788   'filename' => 'modules/simpletest/tests/image.test',
34789   'module' => 'simpletest',
34790   'weight' => '0',
34791 ))
34792 ->values(array(
34793   'name' => 'ImageStyleFlushTest',
34794   'type' => 'class',
34795   'filename' => 'modules/image/image.test',
34796   'module' => 'image',
34797   'weight' => '0',
34798 ))
34799 ->values(array(
34800   'name' => 'ImageStylesPathAndUrlTestCase',
34801   'type' => 'class',
34802   'filename' => 'modules/image/image.test',
34803   'module' => 'image',
34804   'weight' => '0',
34805 ))
34806 ->values(array(
34807   'name' => 'ImageThemeFunctionWebTestCase',
34808   'type' => 'class',
34809   'filename' => 'modules/image/image.test',
34810   'module' => 'image',
34811   'weight' => '0',
34812 ))
34813 ->values(array(
34814   'name' => 'ImageToolkitGdTestCase',
34815   'type' => 'class',
34816   'filename' => 'modules/simpletest/tests/image.test',
34817   'module' => 'simpletest',
34818   'weight' => '0',
34819 ))
34820 ->values(array(
34821   'name' => 'ImageToolkitTestCase',
34822   'type' => 'class',
34823   'filename' => 'modules/simpletest/tests/image.test',
34824   'module' => 'simpletest',
34825   'weight' => '0',
34826 ))
34827 ->values(array(
34828   'name' => 'ImageToolkitUnitTest',
34829   'type' => 'class',
34830   'filename' => 'modules/simpletest/tests/image.test',
34831   'module' => 'simpletest',
34832   'weight' => '0',
34833 ))
34834 ->values(array(
34835   'name' => 'ImportOPMLTestCase',
34836   'type' => 'class',
34837   'filename' => 'modules/aggregator/aggregator.test',
34838   'module' => 'aggregator',
34839   'weight' => '0',
34840 ))
34841 ->values(array(
34842   'name' => 'InfoFileParserTestCase',
34843   'type' => 'class',
34844   'filename' => 'modules/system/system.test',
34845   'module' => 'system',
34846   'weight' => '0',
34847 ))
34848 ->values(array(
34849   'name' => 'InsertQuery',
34850   'type' => 'class',
34851   'filename' => 'includes/database/query.inc',
34852   'module' => '',
34853   'weight' => '0',
34854 ))
34855 ->values(array(
34856   'name' => 'InsertQuery_mysql',
34857   'type' => 'class',
34858   'filename' => 'includes/database/mysql/query.inc',
34859   'module' => '',
34860   'weight' => '0',
34861 ))
34862 ->values(array(
34863   'name' => 'InsertQuery_pgsql',
34864   'type' => 'class',
34865   'filename' => 'includes/database/pgsql/query.inc',
34866   'module' => '',
34867   'weight' => '0',
34868 ))
34869 ->values(array(
34870   'name' => 'InsertQuery_sqlite',
34871   'type' => 'class',
34872   'filename' => 'includes/database/sqlite/query.inc',
34873   'module' => '',
34874   'weight' => '0',
34875 ))
34876 ->values(array(
34877   'name' => 'InvalidMergeQueryException',
34878   'type' => 'class',
34879   'filename' => 'includes/database/database.inc',
34880   'module' => '',
34881   'weight' => '0',
34882 ))
34883 ->values(array(
34884   'name' => 'IPAddressBlockingTestCase',
34885   'type' => 'class',
34886   'filename' => 'modules/system/system.test',
34887   'module' => 'system',
34888   'weight' => '0',
34889 ))
34890 ->values(array(
34891   'name' => 'ITPhoneNumberTestCase',
34892   'type' => 'class',
34893   'filename' => 'sites/all/modules/phone/tests/phone.it.test',
34894   'module' => 'phone',
34895   'weight' => '0',
34896 ))
34897 ->values(array(
34898   'name' => 'JavaScriptTestCase',
34899   'type' => 'class',
34900   'filename' => 'modules/simpletest/tests/common.test',
34901   'module' => 'simpletest',
34902   'weight' => '0',
34903 ))
34904 ->values(array(
34905   'name' => 'JOPhoneNumberTestCase',
34906   'type' => 'class',
34907   'filename' => 'sites/all/modules/phone/tests/phone.jo.test',
34908   'module' => 'phone',
34909   'weight' => '0',
34910 ))
34911 ->values(array(
34912   'name' => 'LinkAttributeCrudTest',
34913   'type' => 'class',
34914   'filename' => 'sites/all/modules/link/tests/link.attribute.test',
34915   'module' => 'link',
34916   'weight' => '0',
34917 ))
34918 ->values(array(
34919   'name' => 'LinkBaseTestClass',
34920   'type' => 'class',
34921   'filename' => 'sites/all/modules/link/tests/link.test',
34922   'module' => 'link',
34923   'weight' => '0',
34924 ))
34925 ->values(array(
34926   'name' => 'LinkContentCrudTest',
34927   'type' => 'class',
34928   'filename' => 'sites/all/modules/link/tests/link.crud.test',
34929   'module' => 'link',
34930   'weight' => '0',
34931 ))
34932 ->values(array(
34933   'name' => 'LinkTokenTest',
34934   'type' => 'class',
34935   'filename' => 'sites/all/modules/link/tests/link.token.test',
34936   'module' => 'link',
34937   'weight' => '0',
34938 ))
34939 ->values(array(
34940   'name' => 'LinkUITest',
34941   'type' => 'class',
34942   'filename' => 'sites/all/modules/link/tests/link.crud_browser.test',
34943   'module' => 'link',
34944   'weight' => '0',
34945 ))
34946 ->values(array(
34947   'name' => 'LinkValidateSpecificURL',
34948   'type' => 'class',
34949   'filename' => 'sites/all/modules/link/tests/link.validate.test',
34950   'module' => 'link',
34951   'weight' => '0',
34952 ))
34953 ->values(array(
34954   'name' => 'LinkValidateTest',
34955   'type' => 'class',
34956   'filename' => 'sites/all/modules/link/tests/link.validate.test',
34957   'module' => 'link',
34958   'weight' => '0',
34959 ))
34960 ->values(array(
34961   'name' => 'LinkValidateTestCase',
34962   'type' => 'class',
34963   'filename' => 'sites/all/modules/link/tests/link.validate.test',
34964   'module' => 'link',
34965   'weight' => '0',
34966 ))
34967 ->values(array(
34968   'name' => 'LinkValidateTestNews',
34969   'type' => 'class',
34970   'filename' => 'sites/all/modules/link/tests/link.validate.test',
34971   'module' => 'link',
34972   'weight' => '0',
34973 ))
34974 ->values(array(
34975   'name' => 'LinkValidateUrlLight',
34976   'type' => 'class',
34977   'filename' => 'sites/all/modules/link/tests/link.validate.test',
34978   'module' => 'link',
34979   'weight' => '0',
34980 ))
34981 ->values(array(
34982   'name' => 'link_views_handler_argument_target',
34983   'type' => 'class',
34984   'filename' => 'sites/all/modules/link/views/link_views_handler_argument_target.inc',
34985   'module' => 'link',
34986   'weight' => '0',
34987 ))
34988 ->values(array(
34989   'name' => 'link_views_handler_filter_protocol',
34990   'type' => 'class',
34991   'filename' => 'sites/all/modules/link/views/link_views_handler_filter_protocol.inc',
34992   'module' => 'link',
34993   'weight' => '0',
34994 ))
34995 ->values(array(
34996   'name' => 'ListDynamicValuesTestCase',
34997   'type' => 'class',
34998   'filename' => 'modules/field/modules/list/tests/list.test',
34999   'module' => 'list',
35000   'weight' => '0',
35001 ))
35002 ->values(array(
35003   'name' => 'ListDynamicValuesValidationTestCase',
35004   'type' => 'class',
35005   'filename' => 'modules/field/modules/list/tests/list.test',
35006   'module' => 'list',
35007   'weight' => '0',
35008 ))
35009 ->values(array(
35010   'name' => 'ListFieldTestCase',
35011   'type' => 'class',
35012   'filename' => 'modules/field/modules/list/tests/list.test',
35013   'module' => 'list',
35014   'weight' => '0',
35015 ))
35016 ->values(array(
35017   'name' => 'ListFieldUITestCase',
35018   'type' => 'class',
35019   'filename' => 'modules/field/modules/list/tests/list.test',
35020   'module' => 'list',
35021   'weight' => '0',
35022 ))
35023 ->values(array(
35024   'name' => 'LocaleBrowserDetectionTest',
35025   'type' => 'class',
35026   'filename' => 'modules/locale/locale.test',
35027   'module' => 'locale',
35028   'weight' => '0',
35029 ))
35030 ->values(array(
35031   'name' => 'LocaleCommentLanguageFunctionalTest',
35032   'type' => 'class',
35033   'filename' => 'modules/locale/locale.test',
35034   'module' => 'locale',
35035   'weight' => '0',
35036 ))
35037 ->values(array(
35038   'name' => 'LocaleConfigurationTest',
35039   'type' => 'class',
35040   'filename' => 'modules/locale/locale.test',
35041   'module' => 'locale',
35042   'weight' => '0',
35043 ))
35044 ->values(array(
35045   'name' => 'LocaleContentFunctionalTest',
35046   'type' => 'class',
35047   'filename' => 'modules/locale/locale.test',
35048   'module' => 'locale',
35049   'weight' => '0',
35050 ))
35051 ->values(array(
35052   'name' => 'LocaleCSSAlterTest',
35053   'type' => 'class',
35054   'filename' => 'modules/locale/locale.test',
35055   'module' => 'locale',
35056   'weight' => '0',
35057 ))
35058 ->values(array(
35059   'name' => 'LocaleDateFormatsFunctionalTest',
35060   'type' => 'class',
35061   'filename' => 'modules/locale/locale.test',
35062   'module' => 'locale',
35063   'weight' => '0',
35064 ))
35065 ->values(array(
35066   'name' => 'LocaleExportFunctionalTest',
35067   'type' => 'class',
35068   'filename' => 'modules/locale/locale.test',
35069   'module' => 'locale',
35070   'weight' => '0',
35071 ))
35072 ->values(array(
35073   'name' => 'LocaleImportFunctionalTest',
35074   'type' => 'class',
35075   'filename' => 'modules/locale/locale.test',
35076   'module' => 'locale',
35077   'weight' => '0',
35078 ))
35079 ->values(array(
35080   'name' => 'LocaleInstallTest',
35081   'type' => 'class',
35082   'filename' => 'modules/locale/locale.test',
35083   'module' => 'locale',
35084   'weight' => '0',
35085 ))
35086 ->values(array(
35087   'name' => 'LocaleJavascriptTranslationTest',
35088   'type' => 'class',
35089   'filename' => 'modules/locale/locale.test',
35090   'module' => 'locale',
35091   'weight' => '0',
35092 ))
35093 ->values(array(
35094   'name' => 'LocaleLanguageNegotiationInfoFunctionalTest',
35095   'type' => 'class',
35096   'filename' => 'modules/locale/locale.test',
35097   'module' => 'locale',
35098   'weight' => '0',
35099 ))
35100 ->values(array(
35101   'name' => 'LocaleLanguageSwitchingFunctionalTest',
35102   'type' => 'class',
35103   'filename' => 'modules/locale/locale.test',
35104   'module' => 'locale',
35105   'weight' => '0',
35106 ))
35107 ->values(array(
35108   'name' => 'LocaleLibraryInfoAlterTest',
35109   'type' => 'class',
35110   'filename' => 'modules/locale/locale.test',
35111   'module' => 'locale',
35112   'weight' => '0',
35113 ))
35114 ->values(array(
35115   'name' => 'LocaleMultilingualFieldsFunctionalTest',
35116   'type' => 'class',
35117   'filename' => 'modules/locale/locale.test',
35118   'module' => 'locale',
35119   'weight' => '0',
35120 ))
35121 ->values(array(
35122   'name' => 'LocalePathFunctionalTest',
35123   'type' => 'class',
35124   'filename' => 'modules/locale/locale.test',
35125   'module' => 'locale',
35126   'weight' => '0',
35127 ))
35128 ->values(array(
35129   'name' => 'LocalePluralFormatTest',
35130   'type' => 'class',
35131   'filename' => 'modules/locale/locale.test',
35132   'module' => 'locale',
35133   'weight' => '0',
35134 ))
35135 ->values(array(
35136   'name' => 'LocaleTranslationFunctionalTest',
35137   'type' => 'class',
35138   'filename' => 'modules/locale/locale.test',
35139   'module' => 'locale',
35140   'weight' => '0',
35141 ))
35142 ->values(array(
35143   'name' => 'LocaleUILanguageNegotiationTest',
35144   'type' => 'class',
35145   'filename' => 'modules/locale/locale.test',
35146   'module' => 'locale',
35147   'weight' => '0',
35148 ))
35149 ->values(array(
35150   'name' => 'LocaleUninstallFrenchFunctionalTest',
35151   'type' => 'class',
35152   'filename' => 'modules/locale/locale.test',
35153   'module' => 'locale',
35154   'weight' => '0',
35155 ))
35156 ->values(array(
35157   'name' => 'LocaleUninstallFunctionalTest',
35158   'type' => 'class',
35159   'filename' => 'modules/locale/locale.test',
35160   'module' => 'locale',
35161   'weight' => '0',
35162 ))
35163 ->values(array(
35164   'name' => 'LocaleUpgradePathTestCase',
35165   'type' => 'class',
35166   'filename' => 'modules/simpletest/tests/upgrade/upgrade.locale.test',
35167   'module' => 'simpletest',
35168   'weight' => '0',
35169 ))
35170 ->values(array(
35171   'name' => 'LocaleUrlRewritingTest',
35172   'type' => 'class',
35173   'filename' => 'modules/locale/locale.test',
35174   'module' => 'locale',
35175   'weight' => '0',
35176 ))
35177 ->values(array(
35178   'name' => 'LocaleUserCreationTest',
35179   'type' => 'class',
35180   'filename' => 'modules/locale/locale.test',
35181   'module' => 'locale',
35182   'weight' => '0',
35183 ))
35184 ->values(array(
35185   'name' => 'LocaleUserLanguageFunctionalTest',
35186   'type' => 'class',
35187   'filename' => 'modules/locale/locale.test',
35188   'module' => 'locale',
35189   'weight' => '0',
35190 ))
35191 ->values(array(
35192   'name' => 'LockFunctionalTest',
35193   'type' => 'class',
35194   'filename' => 'modules/simpletest/tests/lock.test',
35195   'module' => 'simpletest',
35196   'weight' => '0',
35197 ))
35198 ->values(array(
35199   'name' => 'MailSystemInterface',
35200   'type' => 'interface',
35201   'filename' => 'includes/mail.inc',
35202   'module' => '',
35203   'weight' => '0',
35204 ))
35205 ->values(array(
35206   'name' => 'MailTestCase',
35207   'type' => 'class',
35208   'filename' => 'modules/simpletest/tests/mail.test',
35209   'module' => 'simpletest',
35210   'weight' => '0',
35211 ))
35212 ->values(array(
35213   'name' => 'MemoryQueue',
35214   'type' => 'class',
35215   'filename' => 'modules/system/system.queue.inc',
35216   'module' => 'system',
35217   'weight' => '0',
35218 ))
35219 ->values(array(
35220   'name' => 'MenuBreadcrumbTestCase',
35221   'type' => 'class',
35222   'filename' => 'modules/simpletest/tests/menu.test',
35223   'module' => 'simpletest',
35224   'weight' => '0',
35225 ))
35226 ->values(array(
35227   'name' => 'MenuLinksUnitTestCase',
35228   'type' => 'class',
35229   'filename' => 'modules/simpletest/tests/menu.test',
35230   'module' => 'simpletest',
35231   'weight' => '0',
35232 ))
35233 ->values(array(
35234   'name' => 'MenuNodeTestCase',
35235   'type' => 'class',
35236   'filename' => 'modules/menu/menu.test',
35237   'module' => 'menu',
35238   'weight' => '0',
35239 ))
35240 ->values(array(
35241   'name' => 'MenuRebuildTestCase',
35242   'type' => 'class',
35243   'filename' => 'modules/simpletest/tests/menu.test',
35244   'module' => 'simpletest',
35245   'weight' => '0',
35246 ))
35247 ->values(array(
35248   'name' => 'MenuRouterTestCase',
35249   'type' => 'class',
35250   'filename' => 'modules/simpletest/tests/menu.test',
35251   'module' => 'simpletest',
35252   'weight' => '0',
35253 ))
35254 ->values(array(
35255   'name' => 'MenuTestCase',
35256   'type' => 'class',
35257   'filename' => 'modules/menu/menu.test',
35258   'module' => 'menu',
35259   'weight' => '0',
35260 ))
35261 ->values(array(
35262   'name' => 'MenuTrailTestCase',
35263   'type' => 'class',
35264   'filename' => 'modules/simpletest/tests/menu.test',
35265   'module' => 'simpletest',
35266   'weight' => '0',
35267 ))
35268 ->values(array(
35269   'name' => 'MenuTreeDataTestCase',
35270   'type' => 'class',
35271   'filename' => 'modules/simpletest/tests/menu.test',
35272   'module' => 'simpletest',
35273   'weight' => '0',
35274 ))
35275 ->values(array(
35276   'name' => 'MenuTreeOutputTestCase',
35277   'type' => 'class',
35278   'filename' => 'modules/simpletest/tests/menu.test',
35279   'module' => 'simpletest',
35280   'weight' => '0',
35281 ))
35282 ->values(array(
35283   'name' => 'MenuUpgradePathTestCase',
35284   'type' => 'class',
35285   'filename' => 'modules/simpletest/tests/upgrade/upgrade.menu.test',
35286   'module' => 'simpletest',
35287   'weight' => '0',
35288 ))
35289 ->values(array(
35290   'name' => 'MenuWebTestCase',
35291   'type' => 'class',
35292   'filename' => 'modules/simpletest/tests/menu.test',
35293   'module' => 'simpletest',
35294   'weight' => '0',
35295 ))
35296 ->values(array(
35297   'name' => 'MergeQuery',
35298   'type' => 'class',
35299   'filename' => 'includes/database/query.inc',
35300   'module' => '',
35301   'weight' => '0',
35302 ))
35303 ->values(array(
35304   'name' => 'MigrateEmailFieldHandler',
35305   'type' => 'class',
35306   'filename' => 'sites/all/modules/email/email.migrate.inc',
35307   'module' => 'email',
35308   'weight' => '0',
35309 ))
35310 ->values(array(
35311   'name' => 'MigrateEntityReferenceFieldHandler',
35312   'type' => 'class',
35313   'filename' => 'sites/all/modules/entityreference/entityreference.migrate.inc',
35314   'module' => 'entityreference',
35315   'weight' => '0',
35316 ))
35317 ->values(array(
35318   'name' => 'MigrateLinkFieldHandler',
35319   'type' => 'class',
35320   'filename' => 'sites/all/modules/link/link.migrate.inc',
35321   'module' => 'link',
35322   'weight' => '0',
35323 ))
35324 ->values(array(
35325   'name' => 'MigratePhoneFieldHandler',
35326   'type' => 'class',
35327   'filename' => 'sites/all/modules/phone/phone.migrate.inc',
35328   'module' => 'phone',
35329   'weight' => '0',
35330 ))
35331 ->values(array(
35332   'name' => 'MockTestConnection',
35333   'type' => 'class',
35334   'filename' => 'modules/simpletest/tests/filetransfer.test',
35335   'module' => 'simpletest',
35336   'weight' => '0',
35337 ))
35338 ->values(array(
35339   'name' => 'ModuleDependencyTestCase',
35340   'type' => 'class',
35341   'filename' => 'modules/system/system.test',
35342   'module' => 'system',
35343   'weight' => '0',
35344 ))
35345 ->values(array(
35346   'name' => 'ModuleImplementsAlterTestCase',
35347   'type' => 'class',
35348   'filename' => 'modules/simpletest/tests/module.test',
35349   'module' => 'simpletest',
35350   'weight' => '0',
35351 ))
35352 ->values(array(
35353   'name' => 'ModuleInstallTestCase',
35354   'type' => 'class',
35355   'filename' => 'modules/simpletest/tests/module.test',
35356   'module' => 'simpletest',
35357   'weight' => '0',
35358 ))
35359 ->values(array(
35360   'name' => 'ModuleRequiredTestCase',
35361   'type' => 'class',
35362   'filename' => 'modules/system/system.test',
35363   'module' => 'system',
35364   'weight' => '0',
35365 ))
35366 ->values(array(
35367   'name' => 'ModuleTestCase',
35368   'type' => 'class',
35369   'filename' => 'modules/system/system.test',
35370   'module' => 'system',
35371   'weight' => '0',
35372 ))
35373 ->values(array(
35374   'name' => 'ModuleUninstallTestCase',
35375   'type' => 'class',
35376   'filename' => 'modules/simpletest/tests/module.test',
35377   'module' => 'simpletest',
35378   'weight' => '0',
35379 ))
35380 ->values(array(
35381   'name' => 'ModuleUnitTest',
35382   'type' => 'class',
35383   'filename' => 'modules/simpletest/tests/module.test',
35384   'module' => 'simpletest',
35385   'weight' => '0',
35386 ))
35387 ->values(array(
35388   'name' => 'ModuleUpdater',
35389   'type' => 'class',
35390   'filename' => 'modules/system/system.updater.inc',
35391   'module' => 'system',
35392   'weight' => '0',
35393 ))
35394 ->values(array(
35395   'name' => 'ModuleVersionTestCase',
35396   'type' => 'class',
35397   'filename' => 'modules/system/system.test',
35398   'module' => 'system',
35399   'weight' => '0',
35400 ))
35401 ->values(array(
35402   'name' => 'MultiStepNodeFormBasicOptionsTest',
35403   'type' => 'class',
35404   'filename' => 'modules/node/node.test',
35405   'module' => 'node',
35406   'weight' => '0',
35407 ))
35408 ->values(array(
35409   'name' => 'NewDefaultThemeBlocks',
35410   'type' => 'class',
35411   'filename' => 'modules/block/block.test',
35412   'module' => 'block',
35413   'weight' => '-5',
35414 ))
35415 ->values(array(
35416   'name' => 'NLPhoneNumberTestCase',
35417   'type' => 'class',
35418   'filename' => 'sites/all/modules/phone/tests/phone.nl.test',
35419   'module' => 'phone',
35420   'weight' => '0',
35421 ))
35422 ->values(array(
35423   'name' => 'NodeAccessBaseTableTestCase',
35424   'type' => 'class',
35425   'filename' => 'modules/node/node.test',
35426   'module' => 'node',
35427   'weight' => '0',
35428 ))
35429 ->values(array(
35430   'name' => 'NodeAccessFieldTestCase',
35431   'type' => 'class',
35432   'filename' => 'modules/node/node.test',
35433   'module' => 'node',
35434   'weight' => '0',
35435 ))
35436 ->values(array(
35437   'name' => 'NodeAccessPagerTestCase',
35438   'type' => 'class',
35439   'filename' => 'modules/node/node.test',
35440   'module' => 'node',
35441   'weight' => '0',
35442 ))
35443 ->values(array(
35444   'name' => 'NodeAccessRebuildTestCase',
35445   'type' => 'class',
35446   'filename' => 'modules/node/node.test',
35447   'module' => 'node',
35448   'weight' => '0',
35449 ))
35450 ->values(array(
35451   'name' => 'NodeAccessRecordsTestCase',
35452   'type' => 'class',
35453   'filename' => 'modules/node/node.test',
35454   'module' => 'node',
35455   'weight' => '0',
35456 ))
35457 ->values(array(
35458   'name' => 'NodeAccessTestCase',
35459   'type' => 'class',
35460   'filename' => 'modules/node/node.test',
35461   'module' => 'node',
35462   'weight' => '0',
35463 ))
35464 ->values(array(
35465   'name' => 'NodeAdminTestCase',
35466   'type' => 'class',
35467   'filename' => 'modules/node/node.test',
35468   'module' => 'node',
35469   'weight' => '0',
35470 ))
35471 ->values(array(
35472   'name' => 'NodeBlockFunctionalTest',
35473   'type' => 'class',
35474   'filename' => 'modules/node/node.test',
35475   'module' => 'node',
35476   'weight' => '0',
35477 ))
35478 ->values(array(
35479   'name' => 'NodeBlockTestCase',
35480   'type' => 'class',
35481   'filename' => 'modules/node/node.test',
35482   'module' => 'node',
35483   'weight' => '0',
35484 ))
35485 ->values(array(
35486   'name' => 'NodeBodyUpgradePathTestCase',
35487   'type' => 'class',
35488   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
35489   'module' => 'simpletest',
35490   'weight' => '0',
35491 ))
35492 ->values(array(
35493   'name' => 'NodeBuildContent',
35494   'type' => 'class',
35495   'filename' => 'modules/node/node.test',
35496   'module' => 'node',
35497   'weight' => '0',
35498 ))
35499 ->values(array(
35500   'name' => 'NodeController',
35501   'type' => 'class',
35502   'filename' => 'modules/node/node.module',
35503   'module' => 'node',
35504   'weight' => '0',
35505 ))
35506 ->values(array(
35507   'name' => 'NodeCreationTestCase',
35508   'type' => 'class',
35509   'filename' => 'modules/node/node.test',
35510   'module' => 'node',
35511   'weight' => '0',
35512 ))
35513 ->values(array(
35514   'name' => 'NodeEntityFieldQueryAlter',
35515   'type' => 'class',
35516   'filename' => 'modules/node/node.test',
35517   'module' => 'node',
35518   'weight' => '0',
35519 ))
35520 ->values(array(
35521   'name' => 'NodeEntityViewModeAlterTest',
35522   'type' => 'class',
35523   'filename' => 'modules/node/node.test',
35524   'module' => 'node',
35525   'weight' => '0',
35526 ))
35527 ->values(array(
35528   'name' => 'NodeFeedTestCase',
35529   'type' => 'class',
35530   'filename' => 'modules/node/node.test',
35531   'module' => 'node',
35532   'weight' => '0',
35533 ))
35534 ->values(array(
35535   'name' => 'NodeLoadHooksTestCase',
35536   'type' => 'class',
35537   'filename' => 'modules/node/node.test',
35538   'module' => 'node',
35539   'weight' => '0',
35540 ))
35541 ->values(array(
35542   'name' => 'NodeLoadMultipleTestCase',
35543   'type' => 'class',
35544   'filename' => 'modules/node/node.test',
35545   'module' => 'node',
35546   'weight' => '0',
35547 ))
35548 ->values(array(
35549   'name' => 'NodePageCacheTest',
35550   'type' => 'class',
35551   'filename' => 'modules/node/node.test',
35552   'module' => 'node',
35553   'weight' => '0',
35554 ))
35555 ->values(array(
35556   'name' => 'NodePostSettingsTestCase',
35557   'type' => 'class',
35558   'filename' => 'modules/node/node.test',
35559   'module' => 'node',
35560   'weight' => '0',
35561 ))
35562 ->values(array(
35563   'name' => 'NodeQueryAlter',
35564   'type' => 'class',
35565   'filename' => 'modules/node/node.test',
35566   'module' => 'node',
35567   'weight' => '0',
35568 ))
35569 ->values(array(
35570   'name' => 'NodeRevisionPermissionsTestCase',
35571   'type' => 'class',
35572   'filename' => 'modules/node/node.test',
35573   'module' => 'node',
35574   'weight' => '0',
35575 ))
35576 ->values(array(
35577   'name' => 'NodeRevisionsTestCase',
35578   'type' => 'class',
35579   'filename' => 'modules/node/node.test',
35580   'module' => 'node',
35581   'weight' => '0',
35582 ))
35583 ->values(array(
35584   'name' => 'NodeRSSContentTestCase',
35585   'type' => 'class',
35586   'filename' => 'modules/node/node.test',
35587   'module' => 'node',
35588   'weight' => '0',
35589 ))
35590 ->values(array(
35591   'name' => 'NodeSaveTestCase',
35592   'type' => 'class',
35593   'filename' => 'modules/node/node.test',
35594   'module' => 'node',
35595   'weight' => '0',
35596 ))
35597 ->values(array(
35598   'name' => 'NodeTitleTestCase',
35599   'type' => 'class',
35600   'filename' => 'modules/node/node.test',
35601   'module' => 'node',
35602   'weight' => '0',
35603 ))
35604 ->values(array(
35605   'name' => 'NodeTitleXSSTestCase',
35606   'type' => 'class',
35607   'filename' => 'modules/node/node.test',
35608   'module' => 'node',
35609   'weight' => '0',
35610 ))
35611 ->values(array(
35612   'name' => 'NodeTokenReplaceTestCase',
35613   'type' => 'class',
35614   'filename' => 'modules/node/node.test',
35615   'module' => 'node',
35616   'weight' => '0',
35617 ))
35618 ->values(array(
35619   'name' => 'NodeTypePersistenceTestCase',
35620   'type' => 'class',
35621   'filename' => 'modules/node/node.test',
35622   'module' => 'node',
35623   'weight' => '0',
35624 ))
35625 ->values(array(
35626   'name' => 'NodeTypeTestCase',
35627   'type' => 'class',
35628   'filename' => 'modules/node/node.test',
35629   'module' => 'node',
35630   'weight' => '0',
35631 ))
35632 ->values(array(
35633   'name' => 'NodeWebTestCase',
35634   'type' => 'class',
35635   'filename' => 'modules/node/node.test',
35636   'module' => 'node',
35637   'weight' => '0',
35638 ))
35639 ->values(array(
35640   'name' => 'NoFieldsException',
35641   'type' => 'class',
35642   'filename' => 'includes/database/database.inc',
35643   'module' => '',
35644   'weight' => '0',
35645 ))
35646 ->values(array(
35647   'name' => 'NoHelpTestCase',
35648   'type' => 'class',
35649   'filename' => 'modules/help/help.test',
35650   'module' => 'help',
35651   'weight' => '0',
35652 ))
35653 ->values(array(
35654   'name' => 'NonDefaultBlockAdmin',
35655   'type' => 'class',
35656   'filename' => 'modules/block/block.test',
35657   'module' => 'block',
35658   'weight' => '-5',
35659 ))
35660 ->values(array(
35661   'name' => 'NumberFieldTestCase',
35662   'type' => 'class',
35663   'filename' => 'modules/field/modules/number/number.test',
35664   'module' => 'number',
35665   'weight' => '0',
35666 ))
35667 ->values(array(
35668   'name' => 'NZPhoneNumberTestCase',
35669   'type' => 'class',
35670   'filename' => 'sites/all/modules/phone/tests/phone.nz.test',
35671   'module' => 'phone',
35672   'weight' => '0',
35673 ))
35674 ->values(array(
35675   'name' => 'OpenIDFunctionalTestCase',
35676   'type' => 'class',
35677   'filename' => 'modules/openid/openid.test',
35678   'module' => 'openid',
35679   'weight' => '0',
35680 ))
35681 ->values(array(
35682   'name' => 'OpenIDInvalidIdentifierTransitionTestCase',
35683   'type' => 'class',
35684   'filename' => 'modules/openid/openid.test',
35685   'module' => 'openid',
35686   'weight' => '0',
35687 ))
35688 ->values(array(
35689   'name' => 'OpenIDRegistrationTestCase',
35690   'type' => 'class',
35691   'filename' => 'modules/openid/openid.test',
35692   'module' => 'openid',
35693   'weight' => '0',
35694 ))
35695 ->values(array(
35696   'name' => 'OpenIDTestCase',
35697   'type' => 'class',
35698   'filename' => 'modules/openid/openid.test',
35699   'module' => 'openid',
35700   'weight' => '0',
35701 ))
35702 ->values(array(
35703   'name' => 'OpenIDWebTestCase',
35704   'type' => 'class',
35705   'filename' => 'modules/openid/openid.test',
35706   'module' => 'openid',
35707   'weight' => '0',
35708 ))
35709 ->values(array(
35710   'name' => 'OptionsSelectDynamicValuesTestCase',
35711   'type' => 'class',
35712   'filename' => 'modules/field/modules/options/options.test',
35713   'module' => 'options',
35714   'weight' => '0',
35715 ))
35716 ->values(array(
35717   'name' => 'OptionsWidgetsTestCase',
35718   'type' => 'class',
35719   'filename' => 'modules/field/modules/options/options.test',
35720   'module' => 'options',
35721   'weight' => '0',
35722 ))
35723 ->values(array(
35724   'name' => 'PageEditTestCase',
35725   'type' => 'class',
35726   'filename' => 'modules/node/node.test',
35727   'module' => 'node',
35728   'weight' => '0',
35729 ))
35730 ->values(array(
35731   'name' => 'PageNotFoundTestCase',
35732   'type' => 'class',
35733   'filename' => 'modules/system/system.test',
35734   'module' => 'system',
35735   'weight' => '0',
35736 ))
35737 ->values(array(
35738   'name' => 'PagePreviewTestCase',
35739   'type' => 'class',
35740   'filename' => 'modules/node/node.test',
35741   'module' => 'node',
35742   'weight' => '0',
35743 ))
35744 ->values(array(
35745   'name' => 'PagerDefault',
35746   'type' => 'class',
35747   'filename' => 'includes/pager.inc',
35748   'module' => '',
35749   'weight' => '0',
35750 ))
35751 ->values(array(
35752   'name' => 'PagerFunctionalWebTestCase',
35753   'type' => 'class',
35754   'filename' => 'modules/simpletest/tests/pager.test',
35755   'module' => 'simpletest',
35756   'weight' => '0',
35757 ))
35758 ->values(array(
35759   'name' => 'PageTitleFiltering',
35760   'type' => 'class',
35761   'filename' => 'modules/system/system.test',
35762   'module' => 'system',
35763   'weight' => '0',
35764 ))
35765 ->values(array(
35766   'name' => 'PageViewTestCase',
35767   'type' => 'class',
35768   'filename' => 'modules/node/node.test',
35769   'module' => 'node',
35770   'weight' => '0',
35771 ))
35772 ->values(array(
35773   'name' => 'ParseInfoFilesTestCase',
35774   'type' => 'class',
35775   'filename' => 'modules/simpletest/tests/common.test',
35776   'module' => 'simpletest',
35777   'weight' => '0',
35778 ))
35779 ->values(array(
35780   'name' => 'PasswordHashingTest',
35781   'type' => 'class',
35782   'filename' => 'modules/simpletest/tests/password.test',
35783   'module' => 'simpletest',
35784   'weight' => '0',
35785 ))
35786 ->values(array(
35787   'name' => 'PathLanguageTestCase',
35788   'type' => 'class',
35789   'filename' => 'modules/path/path.test',
35790   'module' => 'path',
35791   'weight' => '0',
35792 ))
35793 ->values(array(
35794   'name' => 'PathLanguageUITestCase',
35795   'type' => 'class',
35796   'filename' => 'modules/path/path.test',
35797   'module' => 'path',
35798   'weight' => '0',
35799 ))
35800 ->values(array(
35801   'name' => 'PathLookupTest',
35802   'type' => 'class',
35803   'filename' => 'modules/simpletest/tests/path.test',
35804   'module' => 'simpletest',
35805   'weight' => '0',
35806 ))
35807 ->values(array(
35808   'name' => 'PathMonolingualTestCase',
35809   'type' => 'class',
35810   'filename' => 'modules/path/path.test',
35811   'module' => 'path',
35812   'weight' => '0',
35813 ))
35814 ->values(array(
35815   'name' => 'PathSaveTest',
35816   'type' => 'class',
35817   'filename' => 'modules/simpletest/tests/path.test',
35818   'module' => 'simpletest',
35819   'weight' => '0',
35820 ))
35821 ->values(array(
35822   'name' => 'PathTaxonomyTermTestCase',
35823   'type' => 'class',
35824   'filename' => 'modules/path/path.test',
35825   'module' => 'path',
35826   'weight' => '0',
35827 ))
35828 ->values(array(
35829   'name' => 'PathTestCase',
35830   'type' => 'class',
35831   'filename' => 'modules/path/path.test',
35832   'module' => 'path',
35833   'weight' => '0',
35834 ))
35835 ->values(array(
35836   'name' => 'PhoneFrenchTest',
35837   'type' => 'class',
35838   'filename' => 'sites/all/modules/phone/tests/phone.fr.test',
35839   'module' => 'phone',
35840   'weight' => '0',
35841 ))
35842 ->values(array(
35843   'name' => 'PhoneIntTest',
35844   'type' => 'class',
35845   'filename' => 'sites/all/modules/phone/tests/phone.int.test',
35846   'module' => 'phone',
35847   'weight' => '0',
35848 ))
35849 ->values(array(
35850   'name' => 'PhonePanamanianTest',
35851   'type' => 'class',
35852   'filename' => 'sites/all/modules/phone/tests/phone.pa.test',
35853   'module' => 'phone',
35854   'weight' => '0',
35855 ))
35856 ->values(array(
35857   'name' => 'PHPAccessTestCase',
35858   'type' => 'class',
35859   'filename' => 'modules/php/php.test',
35860   'module' => 'php',
35861   'weight' => '0',
35862 ))
35863 ->values(array(
35864   'name' => 'PHPFilterTestCase',
35865   'type' => 'class',
35866   'filename' => 'modules/php/php.test',
35867   'module' => 'php',
35868   'weight' => '0',
35869 ))
35870 ->values(array(
35871   'name' => 'PHPhoneNumberTestCase',
35872   'type' => 'class',
35873   'filename' => 'sites/all/modules/phone/tests/phone.ph.test',
35874   'module' => 'phone',
35875   'weight' => '0',
35876 ))
35877 ->values(array(
35878   'name' => 'PHPTestCase',
35879   'type' => 'class',
35880   'filename' => 'modules/php/php.test',
35881   'module' => 'php',
35882   'weight' => '0',
35883 ))
35884 ->values(array(
35885   'name' => 'PKPhoneNumberTestCase',
35886   'type' => 'class',
35887   'filename' => 'sites/all/modules/phone/tests/phone.pk.test',
35888   'module' => 'phone',
35889   'weight' => '0',
35890 ))
35891 ->values(array(
35892   'name' => 'PLPhoneNumberTestCase',
35893   'type' => 'class',
35894   'filename' => 'sites/all/modules/phone/tests/phone.pl.test',
35895   'module' => 'phone',
35896   'weight' => '0',
35897 ))
35898 ->values(array(
35899   'name' => 'PollBlockTestCase',
35900   'type' => 'class',
35901   'filename' => 'modules/poll/poll.test',
35902   'module' => 'poll',
35903   'weight' => '0',
35904 ))
35905 ->values(array(
35906   'name' => 'PollCreateTestCase',
35907   'type' => 'class',
35908   'filename' => 'modules/poll/poll.test',
35909   'module' => 'poll',
35910   'weight' => '0',
35911 ))
35912 ->values(array(
35913   'name' => 'PollDeleteChoiceTestCase',
35914   'type' => 'class',
35915   'filename' => 'modules/poll/poll.test',
35916   'module' => 'poll',
35917   'weight' => '0',
35918 ))
35919 ->values(array(
35920   'name' => 'PollExpirationTestCase',
35921   'type' => 'class',
35922   'filename' => 'modules/poll/poll.test',
35923   'module' => 'poll',
35924   'weight' => '0',
35925 ))
35926 ->values(array(
35927   'name' => 'PollJSAddChoice',
35928   'type' => 'class',
35929   'filename' => 'modules/poll/poll.test',
35930   'module' => 'poll',
35931   'weight' => '0',
35932 ))
35933 ->values(array(
35934   'name' => 'PollTestCase',
35935   'type' => 'class',
35936   'filename' => 'modules/poll/poll.test',
35937   'module' => 'poll',
35938   'weight' => '0',
35939 ))
35940 ->values(array(
35941   'name' => 'PollTokenReplaceTestCase',
35942   'type' => 'class',
35943   'filename' => 'modules/poll/poll.test',
35944   'module' => 'poll',
35945   'weight' => '0',
35946 ))
35947 ->values(array(
35948   'name' => 'PollTranslateTestCase',
35949   'type' => 'class',
35950   'filename' => 'modules/poll/poll.test',
35951   'module' => 'poll',
35952   'weight' => '0',
35953 ))
35954 ->values(array(
35955   'name' => 'PollUpgradePathTestCase',
35956   'type' => 'class',
35957   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
35958   'module' => 'simpletest',
35959   'weight' => '0',
35960 ))
35961 ->values(array(
35962   'name' => 'PollVoteCheckHostname',
35963   'type' => 'class',
35964   'filename' => 'modules/poll/poll.test',
35965   'module' => 'poll',
35966   'weight' => '0',
35967 ))
35968 ->values(array(
35969   'name' => 'PollVoteTestCase',
35970   'type' => 'class',
35971   'filename' => 'modules/poll/poll.test',
35972   'module' => 'poll',
35973   'weight' => '0',
35974 ))
35975 ->values(array(
35976   'name' => 'ProfileBlockTestCase',
35977   'type' => 'class',
35978   'filename' => 'modules/profile/profile.test',
35979   'module' => 'profile',
35980   'weight' => '0',
35981 ))
35982 ->values(array(
35983   'name' => 'ProfileCrudTestCase',
35984   'type' => 'class',
35985   'filename' => 'modules/profile/profile.test',
35986   'module' => 'profile',
35987   'weight' => '0',
35988 ))
35989 ->values(array(
35990   'name' => 'ProfileTestAutocomplete',
35991   'type' => 'class',
35992   'filename' => 'modules/profile/profile.test',
35993   'module' => 'profile',
35994   'weight' => '0',
35995 ))
35996 ->values(array(
35997   'name' => 'ProfileTestBrowsing',
35998   'type' => 'class',
35999   'filename' => 'modules/profile/profile.test',
36000   'module' => 'profile',
36001   'weight' => '0',
36002 ))
36003 ->values(array(
36004   'name' => 'ProfileTestCase',
36005   'type' => 'class',
36006   'filename' => 'modules/profile/profile.test',
36007   'module' => 'profile',
36008   'weight' => '0',
36009 ))
36010 ->values(array(
36011   'name' => 'ProfileTestDate',
36012   'type' => 'class',
36013   'filename' => 'modules/profile/profile.test',
36014   'module' => 'profile',
36015   'weight' => '0',
36016 ))
36017 ->values(array(
36018   'name' => 'ProfileTestFields',
36019   'type' => 'class',
36020   'filename' => 'modules/profile/profile.test',
36021   'module' => 'profile',
36022   'weight' => '0',
36023 ))
36024 ->values(array(
36025   'name' => 'ProfileTestSelect',
36026   'type' => 'class',
36027   'filename' => 'modules/profile/profile.test',
36028   'module' => 'profile',
36029   'weight' => '0',
36030 ))
36031 ->values(array(
36032   'name' => 'ProfileTestWeights',
36033   'type' => 'class',
36034   'filename' => 'modules/profile/profile.test',
36035   'module' => 'profile',
36036   'weight' => '0',
36037 ))
36038 ->values(array(
36039   'name' => 'Query',
36040   'type' => 'class',
36041   'filename' => 'includes/database/query.inc',
36042   'module' => '',
36043   'weight' => '0',
36044 ))
36045 ->values(array(
36046   'name' => 'QueryAlterableInterface',
36047   'type' => 'interface',
36048   'filename' => 'includes/database/query.inc',
36049   'module' => '',
36050   'weight' => '0',
36051 ))
36052 ->values(array(
36053   'name' => 'QueryConditionInterface',
36054   'type' => 'interface',
36055   'filename' => 'includes/database/query.inc',
36056   'module' => '',
36057   'weight' => '0',
36058 ))
36059 ->values(array(
36060   'name' => 'QueryExtendableInterface',
36061   'type' => 'interface',
36062   'filename' => 'includes/database/select.inc',
36063   'module' => '',
36064   'weight' => '0',
36065 ))
36066 ->values(array(
36067   'name' => 'QueryPlaceholderInterface',
36068   'type' => 'interface',
36069   'filename' => 'includes/database/query.inc',
36070   'module' => '',
36071   'weight' => '0',
36072 ))
36073 ->values(array(
36074   'name' => 'QueueTestCase',
36075   'type' => 'class',
36076   'filename' => 'modules/system/system.test',
36077   'module' => 'system',
36078   'weight' => '0',
36079 ))
36080 ->values(array(
36081   'name' => 'RdfCommentAttributesTestCase',
36082   'type' => 'class',
36083   'filename' => 'modules/rdf/rdf.test',
36084   'module' => 'rdf',
36085   'weight' => '0',
36086 ))
36087 ->values(array(
36088   'name' => 'RdfCrudTestCase',
36089   'type' => 'class',
36090   'filename' => 'modules/rdf/rdf.test',
36091   'module' => 'rdf',
36092   'weight' => '0',
36093 ))
36094 ->values(array(
36095   'name' => 'RdfGetRdfNamespacesTestCase',
36096   'type' => 'class',
36097   'filename' => 'modules/rdf/rdf.test',
36098   'module' => 'rdf',
36099   'weight' => '0',
36100 ))
36101 ->values(array(
36102   'name' => 'RdfMappingDefinitionTestCase',
36103   'type' => 'class',
36104   'filename' => 'modules/rdf/rdf.test',
36105   'module' => 'rdf',
36106   'weight' => '0',
36107 ))
36108 ->values(array(
36109   'name' => 'RdfMappingHookTestCase',
36110   'type' => 'class',
36111   'filename' => 'modules/rdf/rdf.test',
36112   'module' => 'rdf',
36113   'weight' => '0',
36114 ))
36115 ->values(array(
36116   'name' => 'RdfRdfaMarkupTestCase',
36117   'type' => 'class',
36118   'filename' => 'modules/rdf/rdf.test',
36119   'module' => 'rdf',
36120   'weight' => '0',
36121 ))
36122 ->values(array(
36123   'name' => 'RdfTrackerAttributesTestCase',
36124   'type' => 'class',
36125   'filename' => 'modules/rdf/rdf.test',
36126   'module' => 'rdf',
36127   'weight' => '0',
36128 ))
36129 ->values(array(
36130   'name' => 'RegistryParseFilesTestCase',
36131   'type' => 'class',
36132   'filename' => 'modules/simpletest/tests/registry.test',
36133   'module' => 'simpletest',
36134   'weight' => '0',
36135 ))
36136 ->values(array(
36137   'name' => 'RegistryParseFileTestCase',
36138   'type' => 'class',
36139   'filename' => 'modules/simpletest/tests/registry.test',
36140   'module' => 'simpletest',
36141   'weight' => '0',
36142 ))
36143 ->values(array(
36144   'name' => 'RemoteFileDirectoryTest',
36145   'type' => 'class',
36146   'filename' => 'modules/simpletest/tests/file.test',
36147   'module' => 'simpletest',
36148   'weight' => '0',
36149 ))
36150 ->values(array(
36151   'name' => 'RemoteFileSaveUploadTest',
36152   'type' => 'class',
36153   'filename' => 'modules/simpletest/tests/file.test',
36154   'module' => 'simpletest',
36155   'weight' => '0',
36156 ))
36157 ->values(array(
36158   'name' => 'RemoteFileScanDirectoryTest',
36159   'type' => 'class',
36160   'filename' => 'modules/simpletest/tests/file.test',
36161   'module' => 'simpletest',
36162   'weight' => '0',
36163 ))
36164 ->values(array(
36165   'name' => 'RemoteFileUnmanagedCopyTest',
36166   'type' => 'class',
36167   'filename' => 'modules/simpletest/tests/file.test',
36168   'module' => 'simpletest',
36169   'weight' => '0',
36170 ))
36171 ->values(array(
36172   'name' => 'RemoteFileUnmanagedDeleteRecursiveTest',
36173   'type' => 'class',
36174   'filename' => 'modules/simpletest/tests/file.test',
36175   'module' => 'simpletest',
36176   'weight' => '0',
36177 ))
36178 ->values(array(
36179   'name' => 'RemoteFileUnmanagedDeleteTest',
36180   'type' => 'class',
36181   'filename' => 'modules/simpletest/tests/file.test',
36182   'module' => 'simpletest',
36183   'weight' => '0',
36184 ))
36185 ->values(array(
36186   'name' => 'RemoteFileUnmanagedMoveTest',
36187   'type' => 'class',
36188   'filename' => 'modules/simpletest/tests/file.test',
36189   'module' => 'simpletest',
36190   'weight' => '0',
36191 ))
36192 ->values(array(
36193   'name' => 'RemoteFileUnmanagedSaveDataTest',
36194   'type' => 'class',
36195   'filename' => 'modules/simpletest/tests/file.test',
36196   'module' => 'simpletest',
36197   'weight' => '0',
36198 ))
36199 ->values(array(
36200   'name' => 'RemoveFeedItemTestCase',
36201   'type' => 'class',
36202   'filename' => 'modules/aggregator/aggregator.test',
36203   'module' => 'aggregator',
36204   'weight' => '0',
36205 ))
36206 ->values(array(
36207   'name' => 'RemoveFeedTestCase',
36208   'type' => 'class',
36209   'filename' => 'modules/aggregator/aggregator.test',
36210   'module' => 'aggregator',
36211   'weight' => '0',
36212 ))
36213 ->values(array(
36214   'name' => 'RenderElementTypesTestCase',
36215   'type' => 'class',
36216   'filename' => 'modules/simpletest/tests/theme.test',
36217   'module' => 'simpletest',
36218   'weight' => '0',
36219 ))
36220 ->values(array(
36221   'name' => 'RetrieveFileTestCase',
36222   'type' => 'class',
36223   'filename' => 'modules/system/system.test',
36224   'module' => 'system',
36225   'weight' => '0',
36226 ))
36227 ->values(array(
36228   'name' => 'RUPhoneNumberTestCase',
36229   'type' => 'class',
36230   'filename' => 'sites/all/modules/phone/tests/phone.ru.test',
36231   'module' => 'phone',
36232   'weight' => '0',
36233 ))
36234 ->values(array(
36235   'name' => 'SchemaCache',
36236   'type' => 'class',
36237   'filename' => 'includes/bootstrap.inc',
36238   'module' => '',
36239   'weight' => '0',
36240 ))
36241 ->values(array(
36242   'name' => 'SchemaTestCase',
36243   'type' => 'class',
36244   'filename' => 'modules/simpletest/tests/schema.test',
36245   'module' => 'simpletest',
36246   'weight' => '0',
36247 ))
36248 ->values(array(
36249   'name' => 'SearchAdvancedSearchForm',
36250   'type' => 'class',
36251   'filename' => 'modules/search/search.test',
36252   'module' => 'search',
36253   'weight' => '0',
36254 ))
36255 ->values(array(
36256   'name' => 'SearchBlockTestCase',
36257   'type' => 'class',
36258   'filename' => 'modules/search/search.test',
36259   'module' => 'search',
36260   'weight' => '0',
36261 ))
36262 ->values(array(
36263   'name' => 'SearchCommentCountToggleTestCase',
36264   'type' => 'class',
36265   'filename' => 'modules/search/search.test',
36266   'module' => 'search',
36267   'weight' => '0',
36268 ))
36269 ->values(array(
36270   'name' => 'SearchCommentTestCase',
36271   'type' => 'class',
36272   'filename' => 'modules/search/search.test',
36273   'module' => 'search',
36274   'weight' => '0',
36275 ))
36276 ->values(array(
36277   'name' => 'SearchConfigSettingsForm',
36278   'type' => 'class',
36279   'filename' => 'modules/search/search.test',
36280   'module' => 'search',
36281   'weight' => '0',
36282 ))
36283 ->values(array(
36284   'name' => 'SearchEmbedForm',
36285   'type' => 'class',
36286   'filename' => 'modules/search/search.test',
36287   'module' => 'search',
36288   'weight' => '0',
36289 ))
36290 ->values(array(
36291   'name' => 'SearchExactTestCase',
36292   'type' => 'class',
36293   'filename' => 'modules/search/search.test',
36294   'module' => 'search',
36295   'weight' => '0',
36296 ))
36297 ->values(array(
36298   'name' => 'SearchExcerptTestCase',
36299   'type' => 'class',
36300   'filename' => 'modules/search/search.test',
36301   'module' => 'search',
36302   'weight' => '0',
36303 ))
36304 ->values(array(
36305   'name' => 'SearchExpressionInsertExtractTestCase',
36306   'type' => 'class',
36307   'filename' => 'modules/search/search.test',
36308   'module' => 'search',
36309   'weight' => '0',
36310 ))
36311 ->values(array(
36312   'name' => 'SearchKeywordsConditions',
36313   'type' => 'class',
36314   'filename' => 'modules/search/search.test',
36315   'module' => 'search',
36316   'weight' => '0',
36317 ))
36318 ->values(array(
36319   'name' => 'SearchLanguageTestCase',
36320   'type' => 'class',
36321   'filename' => 'modules/search/search.test',
36322   'module' => 'search',
36323   'weight' => '0',
36324 ))
36325 ->values(array(
36326   'name' => 'SearchMatchTestCase',
36327   'type' => 'class',
36328   'filename' => 'modules/search/search.test',
36329   'module' => 'search',
36330   'weight' => '0',
36331 ))
36332 ->values(array(
36333   'name' => 'SearchNodeAccessTest',
36334   'type' => 'class',
36335   'filename' => 'modules/search/search.test',
36336   'module' => 'search',
36337   'weight' => '0',
36338 ))
36339 ->values(array(
36340   'name' => 'SearchNodeTagTest',
36341   'type' => 'class',
36342   'filename' => 'modules/search/search.test',
36343   'module' => 'search',
36344   'weight' => '0',
36345 ))
36346 ->values(array(
36347   'name' => 'SearchNumberMatchingTestCase',
36348   'type' => 'class',
36349   'filename' => 'modules/search/search.test',
36350   'module' => 'search',
36351   'weight' => '0',
36352 ))
36353 ->values(array(
36354   'name' => 'SearchNumbersTestCase',
36355   'type' => 'class',
36356   'filename' => 'modules/search/search.test',
36357   'module' => 'search',
36358   'weight' => '0',
36359 ))
36360 ->values(array(
36361   'name' => 'SearchPageOverride',
36362   'type' => 'class',
36363   'filename' => 'modules/search/search.test',
36364   'module' => 'search',
36365   'weight' => '0',
36366 ))
36367 ->values(array(
36368   'name' => 'SearchPageText',
36369   'type' => 'class',
36370   'filename' => 'modules/search/search.test',
36371   'module' => 'search',
36372   'weight' => '0',
36373 ))
36374 ->values(array(
36375   'name' => 'SearchQuery',
36376   'type' => 'class',
36377   'filename' => 'modules/search/search.extender.inc',
36378   'module' => 'search',
36379   'weight' => '0',
36380 ))
36381 ->values(array(
36382   'name' => 'SearchRankingTestCase',
36383   'type' => 'class',
36384   'filename' => 'modules/search/search.test',
36385   'module' => 'search',
36386   'weight' => '0',
36387 ))
36388 ->values(array(
36389   'name' => 'SearchSetLocaleTest',
36390   'type' => 'class',
36391   'filename' => 'modules/search/search.test',
36392   'module' => 'search',
36393   'weight' => '0',
36394 ))
36395 ->values(array(
36396   'name' => 'SearchSimplifyTestCase',
36397   'type' => 'class',
36398   'filename' => 'modules/search/search.test',
36399   'module' => 'search',
36400   'weight' => '0',
36401 ))
36402 ->values(array(
36403   'name' => 'SearchTokenizerTestCase',
36404   'type' => 'class',
36405   'filename' => 'modules/search/search.test',
36406   'module' => 'search',
36407   'weight' => '0',
36408 ))
36409 ->values(array(
36410   'name' => 'SelectQuery',
36411   'type' => 'class',
36412   'filename' => 'includes/database/select.inc',
36413   'module' => '',
36414   'weight' => '0',
36415 ))
36416 ->values(array(
36417   'name' => 'SelectQueryExtender',
36418   'type' => 'class',
36419   'filename' => 'includes/database/select.inc',
36420   'module' => '',
36421   'weight' => '0',
36422 ))
36423 ->values(array(
36424   'name' => 'SelectQueryInterface',
36425   'type' => 'interface',
36426   'filename' => 'includes/database/select.inc',
36427   'module' => '',
36428   'weight' => '0',
36429 ))
36430 ->values(array(
36431   'name' => 'SelectQuery_pgsql',
36432   'type' => 'class',
36433   'filename' => 'includes/database/pgsql/select.inc',
36434   'module' => '',
36435   'weight' => '0',
36436 ))
36437 ->values(array(
36438   'name' => 'SelectQuery_sqlite',
36439   'type' => 'class',
36440   'filename' => 'includes/database/sqlite/select.inc',
36441   'module' => '',
36442   'weight' => '0',
36443 ))
36444 ->values(array(
36445   'name' => 'SEPhoneNumberTestCase',
36446   'type' => 'class',
36447   'filename' => 'sites/all/modules/phone/tests/phone.se.test',
36448   'module' => 'phone',
36449   'weight' => '0',
36450 ))
36451 ->values(array(
36452   'name' => 'SessionHttpsTestCase',
36453   'type' => 'class',
36454   'filename' => 'modules/simpletest/tests/session.test',
36455   'module' => 'simpletest',
36456   'weight' => '0',
36457 ))
36458 ->values(array(
36459   'name' => 'SessionTestCase',
36460   'type' => 'class',
36461   'filename' => 'modules/simpletest/tests/session.test',
36462   'module' => 'simpletest',
36463   'weight' => '0',
36464 ))
36465 ->values(array(
36466   'name' => 'SGPhoneNumberTestCase',
36467   'type' => 'class',
36468   'filename' => 'sites/all/modules/phone/tests/phone.sg.test',
36469   'module' => 'phone',
36470   'weight' => '0',
36471 ))
36472 ->values(array(
36473   'name' => 'ShortcutLinksTestCase',
36474   'type' => 'class',
36475   'filename' => 'modules/shortcut/shortcut.test',
36476   'module' => 'shortcut',
36477   'weight' => '0',
36478 ))
36479 ->values(array(
36480   'name' => 'ShortcutSetsTestCase',
36481   'type' => 'class',
36482   'filename' => 'modules/shortcut/shortcut.test',
36483   'module' => 'shortcut',
36484   'weight' => '0',
36485 ))
36486 ->values(array(
36487   'name' => 'ShortcutTestCase',
36488   'type' => 'class',
36489   'filename' => 'modules/shortcut/shortcut.test',
36490   'module' => 'shortcut',
36491   'weight' => '0',
36492 ))
36493 ->values(array(
36494   'name' => 'ShutdownFunctionsTest',
36495   'type' => 'class',
36496   'filename' => 'modules/system/system.test',
36497   'module' => 'system',
36498   'weight' => '0',
36499 ))
36500 ->values(array(
36501   'name' => 'SimpleTestBrokenSetUp',
36502   'type' => 'class',
36503   'filename' => 'modules/simpletest/simpletest.test',
36504   'module' => 'simpletest',
36505   'weight' => '0',
36506 ))
36507 ->values(array(
36508   'name' => 'SimpleTestBrowserTestCase',
36509   'type' => 'class',
36510   'filename' => 'modules/simpletest/simpletest.test',
36511   'module' => 'simpletest',
36512   'weight' => '0',
36513 ))
36514 ->values(array(
36515   'name' => 'SimpleTestDiscoveryTestCase',
36516   'type' => 'class',
36517   'filename' => 'modules/simpletest/simpletest.test',
36518   'module' => 'simpletest',
36519   'weight' => '0',
36520 ))
36521 ->values(array(
36522   'name' => 'SimpleTestFolderTestCase',
36523   'type' => 'class',
36524   'filename' => 'modules/simpletest/simpletest.test',
36525   'module' => 'simpletest',
36526   'weight' => '0',
36527 ))
36528 ->values(array(
36529   'name' => 'SimpleTestFunctionalTest',
36530   'type' => 'class',
36531   'filename' => 'modules/simpletest/simpletest.test',
36532   'module' => 'simpletest',
36533   'weight' => '0',
36534 ))
36535 ->values(array(
36536   'name' => 'SimpleTestInstallationProfileModuleTestsTestCase',
36537   'type' => 'class',
36538   'filename' => 'modules/simpletest/simpletest.test',
36539   'module' => 'simpletest',
36540   'weight' => '0',
36541 ))
36542 ->values(array(
36543   'name' => 'SimpleTestMailCaptureTestCase',
36544   'type' => 'class',
36545   'filename' => 'modules/simpletest/simpletest.test',
36546   'module' => 'simpletest',
36547   'weight' => '0',
36548 ))
36549 ->values(array(
36550   'name' => 'SimpleTestMissingDependentModuleUnitTest',
36551   'type' => 'class',
36552   'filename' => 'modules/simpletest/simpletest.test',
36553   'module' => 'simpletest',
36554   'weight' => '0',
36555 ))
36556 ->values(array(
36557   'name' => 'SimpleTestOtherInstallationProfileModuleTestsTestCase',
36558   'type' => 'class',
36559   'filename' => 'modules/simpletest/simpletest.test',
36560   'module' => 'simpletest',
36561   'weight' => '0',
36562 ))
36563 ->values(array(
36564   'name' => 'SiteMaintenanceTestCase',
36565   'type' => 'class',
36566   'filename' => 'modules/system/system.test',
36567   'module' => 'system',
36568   'weight' => '0',
36569 ))
36570 ->values(array(
36571   'name' => 'SkipDotsRecursiveDirectoryIterator',
36572   'type' => 'class',
36573   'filename' => 'includes/filetransfer/filetransfer.inc',
36574   'module' => '',
36575   'weight' => '0',
36576 ))
36577 ->values(array(
36578   'name' => 'StatisticsAdminTestCase',
36579   'type' => 'class',
36580   'filename' => 'modules/statistics/statistics.test',
36581   'module' => 'statistics',
36582   'weight' => '0',
36583 ))
36584 ->values(array(
36585   'name' => 'StatisticsBlockVisitorsTestCase',
36586   'type' => 'class',
36587   'filename' => 'modules/statistics/statistics.test',
36588   'module' => 'statistics',
36589   'weight' => '0',
36590 ))
36591 ->values(array(
36592   'name' => 'StatisticsLoggingTestCase',
36593   'type' => 'class',
36594   'filename' => 'modules/statistics/statistics.test',
36595   'module' => 'statistics',
36596   'weight' => '0',
36597 ))
36598 ->values(array(
36599   'name' => 'StatisticsReportsTestCase',
36600   'type' => 'class',
36601   'filename' => 'modules/statistics/statistics.test',
36602   'module' => 'statistics',
36603   'weight' => '0',
36604 ))
36605 ->values(array(
36606   'name' => 'StatisticsTestCase',
36607   'type' => 'class',
36608   'filename' => 'modules/statistics/statistics.test',
36609   'module' => 'statistics',
36610   'weight' => '0',
36611 ))
36612 ->values(array(
36613   'name' => 'StatisticsTokenReplaceTestCase',
36614   'type' => 'class',
36615   'filename' => 'modules/statistics/statistics.test',
36616   'module' => 'statistics',
36617   'weight' => '0',
36618 ))
36619 ->values(array(
36620   'name' => 'StreamWrapperInterface',
36621   'type' => 'interface',
36622   'filename' => 'includes/stream_wrappers.inc',
36623   'module' => '',
36624   'weight' => '0',
36625 ))
36626 ->values(array(
36627   'name' => 'StreamWrapperTest',
36628   'type' => 'class',
36629   'filename' => 'modules/simpletest/tests/file.test',
36630   'module' => 'simpletest',
36631   'weight' => '0',
36632 ))
36633 ->values(array(
36634   'name' => 'SummaryLengthTestCase',
36635   'type' => 'class',
36636   'filename' => 'modules/node/node.test',
36637   'module' => 'node',
36638   'weight' => '0',
36639 ))
36640 ->values(array(
36641   'name' => 'SyslogTestCase',
36642   'type' => 'class',
36643   'filename' => 'modules/syslog/syslog.test',
36644   'module' => 'syslog',
36645   'weight' => '0',
36646 ))
36647 ->values(array(
36648   'name' => 'SystemAdminTestCase',
36649   'type' => 'class',
36650   'filename' => 'modules/system/system.test',
36651   'module' => 'system',
36652   'weight' => '0',
36653 ))
36654 ->values(array(
36655   'name' => 'SystemAuthorizeCase',
36656   'type' => 'class',
36657   'filename' => 'modules/system/system.test',
36658   'module' => 'system',
36659   'weight' => '0',
36660 ))
36661 ->values(array(
36662   'name' => 'SystemBlockTestCase',
36663   'type' => 'class',
36664   'filename' => 'modules/system/system.test',
36665   'module' => 'system',
36666   'weight' => '0',
36667 ))
36668 ->values(array(
36669   'name' => 'SystemIndexPhpTest',
36670   'type' => 'class',
36671   'filename' => 'modules/system/system.test',
36672   'module' => 'system',
36673   'weight' => '0',
36674 ))
36675 ->values(array(
36676   'name' => 'SystemInfoAlterTestCase',
36677   'type' => 'class',
36678   'filename' => 'modules/system/system.test',
36679   'module' => 'system',
36680   'weight' => '0',
36681 ))
36682 ->values(array(
36683   'name' => 'SystemMainContentFallback',
36684   'type' => 'class',
36685   'filename' => 'modules/system/system.test',
36686   'module' => 'system',
36687   'weight' => '0',
36688 ))
36689 ->values(array(
36690   'name' => 'SystemQueue',
36691   'type' => 'class',
36692   'filename' => 'modules/system/system.queue.inc',
36693   'module' => 'system',
36694   'weight' => '0',
36695 ))
36696 ->values(array(
36697   'name' => 'SystemThemeFunctionalTest',
36698   'type' => 'class',
36699   'filename' => 'modules/system/system.test',
36700   'module' => 'system',
36701   'weight' => '0',
36702 ))
36703 ->values(array(
36704   'name' => 'SystemValidTokenTest',
36705   'type' => 'class',
36706   'filename' => 'modules/system/system.test',
36707   'module' => 'system',
36708   'weight' => '0',
36709 ))
36710 ->values(array(
36711   'name' => 'TableSort',
36712   'type' => 'class',
36713   'filename' => 'includes/tablesort.inc',
36714   'module' => '',
36715   'weight' => '0',
36716 ))
36717 ->values(array(
36718   'name' => 'TableSortTest',
36719   'type' => 'class',
36720   'filename' => 'modules/simpletest/tests/tablesort.test',
36721   'module' => 'simpletest',
36722   'weight' => '0',
36723 ))
36724 ->values(array(
36725   'name' => 'TaxonomyEFQTestCase',
36726   'type' => 'class',
36727   'filename' => 'modules/taxonomy/taxonomy.test',
36728   'module' => 'taxonomy',
36729   'weight' => '0',
36730 ))
36731 ->values(array(
36732   'name' => 'TaxonomyHooksTestCase',
36733   'type' => 'class',
36734   'filename' => 'modules/taxonomy/taxonomy.test',
36735   'module' => 'taxonomy',
36736   'weight' => '0',
36737 ))
36738 ->values(array(
36739   'name' => 'TaxonomyLegacyTestCase',
36740   'type' => 'class',
36741   'filename' => 'modules/taxonomy/taxonomy.test',
36742   'module' => 'taxonomy',
36743   'weight' => '0',
36744 ))
36745 ->values(array(
36746   'name' => 'TaxonomyLoadMultipleTestCase',
36747   'type' => 'class',
36748   'filename' => 'modules/taxonomy/taxonomy.test',
36749   'module' => 'taxonomy',
36750   'weight' => '0',
36751 ))
36752 ->values(array(
36753   'name' => 'TaxonomyRSSTestCase',
36754   'type' => 'class',
36755   'filename' => 'modules/taxonomy/taxonomy.test',
36756   'module' => 'taxonomy',
36757   'weight' => '0',
36758 ))
36759 ->values(array(
36760   'name' => 'TaxonomyTermController',
36761   'type' => 'class',
36762   'filename' => 'modules/taxonomy/taxonomy.module',
36763   'module' => 'taxonomy',
36764   'weight' => '0',
36765 ))
36766 ->values(array(
36767   'name' => 'TaxonomyTermFieldMultipleVocabularyTestCase',
36768   'type' => 'class',
36769   'filename' => 'modules/taxonomy/taxonomy.test',
36770   'module' => 'taxonomy',
36771   'weight' => '0',
36772 ))
36773 ->values(array(
36774   'name' => 'TaxonomyTermFieldTestCase',
36775   'type' => 'class',
36776   'filename' => 'modules/taxonomy/taxonomy.test',
36777   'module' => 'taxonomy',
36778   'weight' => '0',
36779 ))
36780 ->values(array(
36781   'name' => 'TaxonomyTermFunctionTestCase',
36782   'type' => 'class',
36783   'filename' => 'modules/taxonomy/taxonomy.test',
36784   'module' => 'taxonomy',
36785   'weight' => '0',
36786 ))
36787 ->values(array(
36788   'name' => 'TaxonomyTermIndexTestCase',
36789   'type' => 'class',
36790   'filename' => 'modules/taxonomy/taxonomy.test',
36791   'module' => 'taxonomy',
36792   'weight' => '0',
36793 ))
36794 ->values(array(
36795   'name' => 'TaxonomyTermTestCase',
36796   'type' => 'class',
36797   'filename' => 'modules/taxonomy/taxonomy.test',
36798   'module' => 'taxonomy',
36799   'weight' => '0',
36800 ))
36801 ->values(array(
36802   'name' => 'TaxonomyThemeTestCase',
36803   'type' => 'class',
36804   'filename' => 'modules/taxonomy/taxonomy.test',
36805   'module' => 'taxonomy',
36806   'weight' => '0',
36807 ))
36808 ->values(array(
36809   'name' => 'TaxonomyTokenReplaceTestCase',
36810   'type' => 'class',
36811   'filename' => 'modules/taxonomy/taxonomy.test',
36812   'module' => 'taxonomy',
36813   'weight' => '0',
36814 ))
36815 ->values(array(
36816   'name' => 'TaxonomyVocabularyController',
36817   'type' => 'class',
36818   'filename' => 'modules/taxonomy/taxonomy.module',
36819   'module' => 'taxonomy',
36820   'weight' => '0',
36821 ))
36822 ->values(array(
36823   'name' => 'TaxonomyVocabularyFunctionalTest',
36824   'type' => 'class',
36825   'filename' => 'modules/taxonomy/taxonomy.test',
36826   'module' => 'taxonomy',
36827   'weight' => '0',
36828 ))
36829 ->values(array(
36830   'name' => 'TaxonomyVocabularyTestCase',
36831   'type' => 'class',
36832   'filename' => 'modules/taxonomy/taxonomy.test',
36833   'module' => 'taxonomy',
36834   'weight' => '0',
36835 ))
36836 ->values(array(
36837   'name' => 'TaxonomyWebTestCase',
36838   'type' => 'class',
36839   'filename' => 'modules/taxonomy/taxonomy.test',
36840   'module' => 'taxonomy',
36841   'weight' => '0',
36842 ))
36843 ->values(array(
36844   'name' => 'TestFileTransfer',
36845   'type' => 'class',
36846   'filename' => 'modules/simpletest/tests/filetransfer.test',
36847   'module' => 'simpletest',
36848   'weight' => '0',
36849 ))
36850 ->values(array(
36851   'name' => 'TestingMailSystem',
36852   'type' => 'class',
36853   'filename' => 'modules/system/system.mail.inc',
36854   'module' => 'system',
36855   'weight' => '0',
36856 ))
36857 ->values(array(
36858   'name' => 'TextFieldTestCase',
36859   'type' => 'class',
36860   'filename' => 'modules/field/modules/text/text.test',
36861   'module' => 'text',
36862   'weight' => '0',
36863 ))
36864 ->values(array(
36865   'name' => 'TextSummaryTestCase',
36866   'type' => 'class',
36867   'filename' => 'modules/field/modules/text/text.test',
36868   'module' => 'text',
36869   'weight' => '0',
36870 ))
36871 ->values(array(
36872   'name' => 'TextTranslationTestCase',
36873   'type' => 'class',
36874   'filename' => 'modules/field/modules/text/text.test',
36875   'module' => 'text',
36876   'weight' => '0',
36877 ))
36878 ->values(array(
36879   'name' => 'ThemeDebugMarkupTestCase',
36880   'type' => 'class',
36881   'filename' => 'modules/simpletest/tests/theme.test',
36882   'module' => 'simpletest',
36883   'weight' => '0',
36884 ))
36885 ->values(array(
36886   'name' => 'ThemeFastTestCase',
36887   'type' => 'class',
36888   'filename' => 'modules/simpletest/tests/theme.test',
36889   'module' => 'simpletest',
36890   'weight' => '0',
36891 ))
36892 ->values(array(
36893   'name' => 'ThemeHookInitTestCase',
36894   'type' => 'class',
36895   'filename' => 'modules/simpletest/tests/theme.test',
36896   'module' => 'simpletest',
36897   'weight' => '0',
36898 ))
36899 ->values(array(
36900   'name' => 'ThemeItemListUnitTest',
36901   'type' => 'class',
36902   'filename' => 'modules/simpletest/tests/theme.test',
36903   'module' => 'simpletest',
36904   'weight' => '0',
36905 ))
36906 ->values(array(
36907   'name' => 'ThemeLinksTest',
36908   'type' => 'class',
36909   'filename' => 'modules/simpletest/tests/theme.test',
36910   'module' => 'simpletest',
36911   'weight' => '0',
36912 ))
36913 ->values(array(
36914   'name' => 'ThemeRegistry',
36915   'type' => 'class',
36916   'filename' => 'includes/theme.inc',
36917   'module' => '',
36918   'weight' => '0',
36919 ))
36920 ->values(array(
36921   'name' => 'ThemeRegistryTestCase',
36922   'type' => 'class',
36923   'filename' => 'modules/simpletest/tests/theme.test',
36924   'module' => 'simpletest',
36925   'weight' => '0',
36926 ))
36927 ->values(array(
36928   'name' => 'ThemeTableTestCase',
36929   'type' => 'class',
36930   'filename' => 'modules/simpletest/tests/theme.test',
36931   'module' => 'simpletest',
36932   'weight' => '0',
36933 ))
36934 ->values(array(
36935   'name' => 'ThemeTestCase',
36936   'type' => 'class',
36937   'filename' => 'modules/simpletest/tests/theme.test',
36938   'module' => 'simpletest',
36939   'weight' => '0',
36940 ))
36941 ->values(array(
36942   'name' => 'ThemeUpdater',
36943   'type' => 'class',
36944   'filename' => 'modules/system/system.updater.inc',
36945   'module' => 'system',
36946   'weight' => '0',
36947 ))
36948 ->values(array(
36949   'name' => 'TokenReplaceTestCase',
36950   'type' => 'class',
36951   'filename' => 'modules/system/system.test',
36952   'module' => 'system',
36953   'weight' => '0',
36954 ))
36955 ->values(array(
36956   'name' => 'TokenScanTest',
36957   'type' => 'class',
36958   'filename' => 'modules/system/system.test',
36959   'module' => 'system',
36960   'weight' => '0',
36961 ))
36962 ->values(array(
36963   'name' => 'TrackerTest',
36964   'type' => 'class',
36965   'filename' => 'modules/tracker/tracker.test',
36966   'module' => 'tracker',
36967   'weight' => '0',
36968 ))
36969 ->values(array(
36970   'name' => 'TranslatableUpgradePathTestCase',
36971   'type' => 'class',
36972   'filename' => 'modules/simpletest/tests/upgrade/upgrade.translatable.test',
36973   'module' => 'simpletest',
36974   'weight' => '0',
36975 ))
36976 ->values(array(
36977   'name' => 'TranslationTestCase',
36978   'type' => 'class',
36979   'filename' => 'modules/translation/translation.test',
36980   'module' => 'translation',
36981   'weight' => '0',
36982 ))
36983 ->values(array(
36984   'name' => 'TriggerActionTestCase',
36985   'type' => 'class',
36986   'filename' => 'modules/trigger/trigger.test',
36987   'module' => 'trigger',
36988   'weight' => '0',
36989 ))
36990 ->values(array(
36991   'name' => 'TriggerContentTestCase',
36992   'type' => 'class',
36993   'filename' => 'modules/trigger/trigger.test',
36994   'module' => 'trigger',
36995   'weight' => '0',
36996 ))
36997 ->values(array(
36998   'name' => 'TriggerCronTestCase',
36999   'type' => 'class',
37000   'filename' => 'modules/trigger/trigger.test',
37001   'module' => 'trigger',
37002   'weight' => '0',
37003 ))
37004 ->values(array(
37005   'name' => 'TriggerOrphanedActionsTestCase',
37006   'type' => 'class',
37007   'filename' => 'modules/trigger/trigger.test',
37008   'module' => 'trigger',
37009   'weight' => '0',
37010 ))
37011 ->values(array(
37012   'name' => 'TriggerOtherTestCase',
37013   'type' => 'class',
37014   'filename' => 'modules/trigger/trigger.test',
37015   'module' => 'trigger',
37016   'weight' => '0',
37017 ))
37018 ->values(array(
37019   'name' => 'TriggerUnassignTestCase',
37020   'type' => 'class',
37021   'filename' => 'modules/trigger/trigger.test',
37022   'module' => 'trigger',
37023   'weight' => '0',
37024 ))
37025 ->values(array(
37026   'name' => 'TriggerUpdatePathTestCase',
37027   'type' => 'class',
37028   'filename' => 'modules/simpletest/tests/upgrade/update.trigger.test',
37029   'module' => 'simpletest',
37030   'weight' => '0',
37031 ))
37032 ->values(array(
37033   'name' => 'TriggerUserActionTestCase',
37034   'type' => 'class',
37035   'filename' => 'modules/trigger/trigger.test',
37036   'module' => 'trigger',
37037   'weight' => '0',
37038 ))
37039 ->values(array(
37040   'name' => 'TriggerUserTokenTestCase',
37041   'type' => 'class',
37042   'filename' => 'modules/trigger/trigger.test',
37043   'module' => 'trigger',
37044   'weight' => '0',
37045 ))
37046 ->values(array(
37047   'name' => 'TriggerWebTestCase',
37048   'type' => 'class',
37049   'filename' => 'modules/trigger/trigger.test',
37050   'module' => 'trigger',
37051   'weight' => '0',
37052 ))
37053 ->values(array(
37054   'name' => 'TruncateQuery',
37055   'type' => 'class',
37056   'filename' => 'includes/database/query.inc',
37057   'module' => '',
37058   'weight' => '0',
37059 ))
37060 ->values(array(
37061   'name' => 'TruncateQuery_mysql',
37062   'type' => 'class',
37063   'filename' => 'includes/database/mysql/query.inc',
37064   'module' => '',
37065   'weight' => '0',
37066 ))
37067 ->values(array(
37068   'name' => 'TruncateQuery_sqlite',
37069   'type' => 'class',
37070   'filename' => 'includes/database/sqlite/query.inc',
37071   'module' => '',
37072   'weight' => '0',
37073 ))
37074 ->values(array(
37075   'name' => 'UAPhoneNumberTestCase',
37076   'type' => 'class',
37077   'filename' => 'sites/all/modules/phone/tests/phone.ua.test',
37078   'module' => 'phone',
37079   'weight' => '0',
37080 ))
37081 ->values(array(
37082   'name' => 'UKPhoneNumberTestCase',
37083   'type' => 'class',
37084   'filename' => 'sites/all/modules/phone/tests/phone.uk.test',
37085   'module' => 'phone',
37086   'weight' => '0',
37087 ))
37088 ->values(array(
37089   'name' => 'UnicodeUnitTest',
37090   'type' => 'class',
37091   'filename' => 'modules/simpletest/tests/unicode.test',
37092   'module' => 'simpletest',
37093   'weight' => '0',
37094 ))
37095 ->values(array(
37096   'name' => 'UpdateCoreTestCase',
37097   'type' => 'class',
37098   'filename' => 'modules/update/update.test',
37099   'module' => 'update',
37100   'weight' => '0',
37101 ))
37102 ->values(array(
37103   'name' => 'UpdateCoreUnitTestCase',
37104   'type' => 'class',
37105   'filename' => 'modules/update/update.test',
37106   'module' => 'update',
37107   'weight' => '0',
37108 ))
37109 ->values(array(
37110   'name' => 'UpdateDependencyHookInvocationTestCase',
37111   'type' => 'class',
37112   'filename' => 'modules/simpletest/tests/update.test',
37113   'module' => 'simpletest',
37114   'weight' => '0',
37115 ))
37116 ->values(array(
37117   'name' => 'UpdateDependencyMissingTestCase',
37118   'type' => 'class',
37119   'filename' => 'modules/simpletest/tests/update.test',
37120   'module' => 'simpletest',
37121   'weight' => '0',
37122 ))
37123 ->values(array(
37124   'name' => 'UpdateDependencyOrderingTestCase',
37125   'type' => 'class',
37126   'filename' => 'modules/simpletest/tests/update.test',
37127   'module' => 'simpletest',
37128   'weight' => '0',
37129 ))
37130 ->values(array(
37131   'name' => 'UpdateFeedItemTestCase',
37132   'type' => 'class',
37133   'filename' => 'modules/aggregator/aggregator.test',
37134   'module' => 'aggregator',
37135   'weight' => '0',
37136 ))
37137 ->values(array(
37138   'name' => 'UpdateFeedTestCase',
37139   'type' => 'class',
37140   'filename' => 'modules/aggregator/aggregator.test',
37141   'module' => 'aggregator',
37142   'weight' => '0',
37143 ))
37144 ->values(array(
37145   'name' => 'UpdatePathTestCase',
37146   'type' => 'class',
37147   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
37148   'module' => 'simpletest',
37149   'weight' => '0',
37150 ))
37151 ->values(array(
37152   'name' => 'UpdateQuery',
37153   'type' => 'class',
37154   'filename' => 'includes/database/query.inc',
37155   'module' => '',
37156   'weight' => '0',
37157 ))
37158 ->values(array(
37159   'name' => 'UpdateQuery_pgsql',
37160   'type' => 'class',
37161   'filename' => 'includes/database/pgsql/query.inc',
37162   'module' => '',
37163   'weight' => '0',
37164 ))
37165 ->values(array(
37166   'name' => 'UpdateQuery_sqlite',
37167   'type' => 'class',
37168   'filename' => 'includes/database/sqlite/query.inc',
37169   'module' => '',
37170   'weight' => '0',
37171 ))
37172 ->values(array(
37173   'name' => 'Updater',
37174   'type' => 'class',
37175   'filename' => 'includes/updater.inc',
37176   'module' => '',
37177   'weight' => '0',
37178 ))
37179 ->values(array(
37180   'name' => 'UpdaterException',
37181   'type' => 'class',
37182   'filename' => 'includes/updater.inc',
37183   'module' => '',
37184   'weight' => '0',
37185 ))
37186 ->values(array(
37187   'name' => 'UpdaterFileTransferException',
37188   'type' => 'class',
37189   'filename' => 'includes/updater.inc',
37190   'module' => '',
37191   'weight' => '0',
37192 ))
37193 ->values(array(
37194   'name' => 'UpdateScriptFunctionalTest',
37195   'type' => 'class',
37196   'filename' => 'modules/system/system.test',
37197   'module' => 'system',
37198   'weight' => '0',
37199 ))
37200 ->values(array(
37201   'name' => 'UpdateTestContribCase',
37202   'type' => 'class',
37203   'filename' => 'modules/update/update.test',
37204   'module' => 'update',
37205   'weight' => '0',
37206 ))
37207 ->values(array(
37208   'name' => 'UpdateTestHelper',
37209   'type' => 'class',
37210   'filename' => 'modules/update/update.test',
37211   'module' => 'update',
37212   'weight' => '0',
37213 ))
37214 ->values(array(
37215   'name' => 'UpdateTestUploadCase',
37216   'type' => 'class',
37217   'filename' => 'modules/update/update.test',
37218   'module' => 'update',
37219   'weight' => '0',
37220 ))
37221 ->values(array(
37222   'name' => 'UpgradePathTaxonomyTestCase',
37223   'type' => 'class',
37224   'filename' => 'modules/simpletest/tests/upgrade/upgrade.taxonomy.test',
37225   'module' => 'simpletest',
37226   'weight' => '0',
37227 ))
37228 ->values(array(
37229   'name' => 'UpgradePathTestCase',
37230   'type' => 'class',
37231   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
37232   'module' => 'simpletest',
37233   'weight' => '0',
37234 ))
37235 ->values(array(
37236   'name' => 'UpgradePathTriggerTestCase',
37237   'type' => 'class',
37238   'filename' => 'modules/simpletest/tests/upgrade/upgrade.trigger.test',
37239   'module' => 'simpletest',
37240   'weight' => '0',
37241 ))
37242 ->values(array(
37243   'name' => 'UploadUpgradePathTestCase',
37244   'type' => 'class',
37245   'filename' => 'modules/simpletest/tests/upgrade/upgrade.upload.test',
37246   'module' => 'simpletest',
37247   'weight' => '0',
37248 ))
37249 ->values(array(
37250   'name' => 'UrlAlterFunctionalTest',
37251   'type' => 'class',
37252   'filename' => 'modules/simpletest/tests/path.test',
37253   'module' => 'simpletest',
37254   'weight' => '0',
37255 ))
37256 ->values(array(
37257   'name' => 'UserAccountLinksUnitTests',
37258   'type' => 'class',
37259   'filename' => 'modules/user/user.test',
37260   'module' => 'user',
37261   'weight' => '0',
37262 ))
37263 ->values(array(
37264   'name' => 'UserAdminTestCase',
37265   'type' => 'class',
37266   'filename' => 'modules/user/user.test',
37267   'module' => 'user',
37268   'weight' => '0',
37269 ))
37270 ->values(array(
37271   'name' => 'UserAuthmapAssignmentTestCase',
37272   'type' => 'class',
37273   'filename' => 'modules/user/user.test',
37274   'module' => 'user',
37275   'weight' => '0',
37276 ))
37277 ->values(array(
37278   'name' => 'UserAutocompleteTestCase',
37279   'type' => 'class',
37280   'filename' => 'modules/user/user.test',
37281   'module' => 'user',
37282   'weight' => '0',
37283 ))
37284 ->values(array(
37285   'name' => 'UserBlocksUnitTests',
37286   'type' => 'class',
37287   'filename' => 'modules/user/user.test',
37288   'module' => 'user',
37289   'weight' => '0',
37290 ))
37291 ->values(array(
37292   'name' => 'UserCancelTestCase',
37293   'type' => 'class',
37294   'filename' => 'modules/user/user.test',
37295   'module' => 'user',
37296   'weight' => '0',
37297 ))
37298 ->values(array(
37299   'name' => 'UserController',
37300   'type' => 'class',
37301   'filename' => 'modules/user/user.module',
37302   'module' => 'user',
37303   'weight' => '0',
37304 ))
37305 ->values(array(
37306   'name' => 'UserCreateTestCase',
37307   'type' => 'class',
37308   'filename' => 'modules/user/user.test',
37309   'module' => 'user',
37310   'weight' => '0',
37311 ))
37312 ->values(array(
37313   'name' => 'UserEditedOwnAccountTestCase',
37314   'type' => 'class',
37315   'filename' => 'modules/user/user.test',
37316   'module' => 'user',
37317   'weight' => '0',
37318 ))
37319 ->values(array(
37320   'name' => 'UserEditTestCase',
37321   'type' => 'class',
37322   'filename' => 'modules/user/user.test',
37323   'module' => 'user',
37324   'weight' => '0',
37325 ))
37326 ->values(array(
37327   'name' => 'UserLoginTestCase',
37328   'type' => 'class',
37329   'filename' => 'modules/user/user.test',
37330   'module' => 'user',
37331   'weight' => '0',
37332 ))
37333 ->values(array(
37334   'name' => 'UserPasswordResetTestCase',
37335   'type' => 'class',
37336   'filename' => 'modules/user/user.test',
37337   'module' => 'user',
37338   'weight' => '0',
37339 ))
37340 ->values(array(
37341   'name' => 'UserPermissionsTestCase',
37342   'type' => 'class',
37343   'filename' => 'modules/user/user.test',
37344   'module' => 'user',
37345   'weight' => '0',
37346 ))
37347 ->values(array(
37348   'name' => 'UserPictureTestCase',
37349   'type' => 'class',
37350   'filename' => 'modules/user/user.test',
37351   'module' => 'user',
37352   'weight' => '0',
37353 ))
37354 ->values(array(
37355   'name' => 'UserRegistrationTestCase',
37356   'type' => 'class',
37357   'filename' => 'modules/user/user.test',
37358   'module' => 'user',
37359   'weight' => '0',
37360 ))
37361 ->values(array(
37362   'name' => 'UserRoleAdminTestCase',
37363   'type' => 'class',
37364   'filename' => 'modules/user/user.test',
37365   'module' => 'user',
37366   'weight' => '0',
37367 ))
37368 ->values(array(
37369   'name' => 'UserRolesAssignmentTestCase',
37370   'type' => 'class',
37371   'filename' => 'modules/user/user.test',
37372   'module' => 'user',
37373   'weight' => '0',
37374 ))
37375 ->values(array(
37376   'name' => 'UserSaveTestCase',
37377   'type' => 'class',
37378   'filename' => 'modules/user/user.test',
37379   'module' => 'user',
37380   'weight' => '0',
37381 ))
37382 ->values(array(
37383   'name' => 'UserSignatureTestCase',
37384   'type' => 'class',
37385   'filename' => 'modules/user/user.test',
37386   'module' => 'user',
37387   'weight' => '0',
37388 ))
37389 ->values(array(
37390   'name' => 'UserTimeZoneFunctionalTest',
37391   'type' => 'class',
37392   'filename' => 'modules/user/user.test',
37393   'module' => 'user',
37394   'weight' => '0',
37395 ))
37396 ->values(array(
37397   'name' => 'UserTokenReplaceTestCase',
37398   'type' => 'class',
37399   'filename' => 'modules/user/user.test',
37400   'module' => 'user',
37401   'weight' => '0',
37402 ))
37403 ->values(array(
37404   'name' => 'UserUpdatePathTestCase',
37405   'type' => 'class',
37406   'filename' => 'modules/simpletest/tests/upgrade/update.user.test',
37407   'module' => 'simpletest',
37408   'weight' => '0',
37409 ))
37410 ->values(array(
37411   'name' => 'UserUpgradePathDuplicatedPermissionTestCase',
37412   'type' => 'class',
37413   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
37414   'module' => 'simpletest',
37415   'weight' => '0',
37416 ))
37417 ->values(array(
37418   'name' => 'UserUpgradePathNoPasswordTokenTestCase',
37419   'type' => 'class',
37420   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
37421   'module' => 'simpletest',
37422   'weight' => '0',
37423 ))
37424 ->values(array(
37425   'name' => 'UserUpgradePathPasswordTokenTestCase',
37426   'type' => 'class',
37427   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
37428   'module' => 'simpletest',
37429   'weight' => '0',
37430 ))
37431 ->values(array(
37432   'name' => 'UserUserSearchTestCase',
37433   'type' => 'class',
37434   'filename' => 'modules/user/user.test',
37435   'module' => 'user',
37436   'weight' => '0',
37437 ))
37438 ->values(array(
37439   'name' => 'UserValidateCurrentPassCustomForm',
37440   'type' => 'class',
37441   'filename' => 'modules/user/user.test',
37442   'module' => 'user',
37443   'weight' => '0',
37444 ))
37445 ->values(array(
37446   'name' => 'UserValidationTestCase',
37447   'type' => 'class',
37448   'filename' => 'modules/user/user.test',
37449   'module' => 'user',
37450   'weight' => '0',
37451 ))
37452 ->values(array(
37453   'name' => 'ValidUrlTestCase',
37454   'type' => 'class',
37455   'filename' => 'modules/simpletest/tests/common.test',
37456   'module' => 'simpletest',
37457   'weight' => '0',
37458 ))
37459 ->values(array(
37460   'name' => 'ViewsAccessTest',
37461   'type' => 'class',
37462   'filename' => 'sites/all/modules/views/tests/views_access.test',
37463   'module' => 'views',
37464   'weight' => '0',
37465 ))
37466 ->values(array(
37467   'name' => 'ViewsAnalyzeTest',
37468   'type' => 'class',
37469   'filename' => 'sites/all/modules/views/tests/views_analyze.test',
37470   'module' => 'views',
37471   'weight' => '0',
37472 ))
37473 ->values(array(
37474   'name' => 'ViewsArgumentDefaultTest',
37475   'type' => 'class',
37476   'filename' => 'sites/all/modules/views/tests/views_argument_default.test',
37477   'module' => 'views',
37478   'weight' => '0',
37479 ))
37480 ->values(array(
37481   'name' => 'ViewsArgumentValidatorTest',
37482   'type' => 'class',
37483   'filename' => 'sites/all/modules/views/tests/views_argument_validator.test',
37484   'module' => 'views',
37485   'weight' => '0',
37486 ))
37487 ->values(array(
37488   'name' => 'ViewsBasicTest',
37489   'type' => 'class',
37490   'filename' => 'sites/all/modules/views/tests/views_basic.test',
37491   'module' => 'views',
37492   'weight' => '0',
37493 ))
37494 ->values(array(
37495   'name' => 'ViewsCacheTest',
37496   'type' => 'class',
37497   'filename' => 'sites/all/modules/views/tests/views_cache.test',
37498   'module' => 'views',
37499   'weight' => '0',
37500 ))
37501 ->values(array(
37502   'name' => 'ViewsExposedFormTest',
37503   'type' => 'class',
37504   'filename' => 'sites/all/modules/views/tests/views_exposed_form.test',
37505   'module' => 'views',
37506   'weight' => '0',
37507 ))
37508 ->values(array(
37509   'name' => 'viewsFieldApiDataTest',
37510   'type' => 'class',
37511   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
37512   'module' => 'views',
37513   'weight' => '0',
37514 ))
37515 ->values(array(
37516   'name' => 'ViewsFieldApiTestHelper',
37517   'type' => 'class',
37518   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
37519   'module' => 'views',
37520   'weight' => '0',
37521 ))
37522 ->values(array(
37523   'name' => 'ViewsGlossaryTestCase',
37524   'type' => 'class',
37525   'filename' => 'sites/all/modules/views/tests/views_glossary.test',
37526   'module' => 'views',
37527   'weight' => '0',
37528 ))
37529 ->values(array(
37530   'name' => 'ViewsHandlerAreaTextTest',
37531   'type' => 'class',
37532   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_area_text.test',
37533   'module' => 'views',
37534   'weight' => '0',
37535 ))
37536 ->values(array(
37537   'name' => 'viewsHandlerArgumentCommentUserUidTest',
37538   'type' => 'class',
37539   'filename' => 'sites/all/modules/views/tests/comment/views_handler_argument_comment_user_uid.test',
37540   'module' => 'views',
37541   'weight' => '0',
37542 ))
37543 ->values(array(
37544   'name' => 'ViewsHandlerArgumentNullTest',
37545   'type' => 'class',
37546   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_null.test',
37547   'module' => 'views',
37548   'weight' => '0',
37549 ))
37550 ->values(array(
37551   'name' => 'ViewsHandlerArgumentStringTest',
37552   'type' => 'class',
37553   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_string.test',
37554   'module' => 'views',
37555   'weight' => '0',
37556 ))
37557 ->values(array(
37558   'name' => 'ViewsHandlerFieldBooleanTest',
37559   'type' => 'class',
37560   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_boolean.test',
37561   'module' => 'views',
37562   'weight' => '0',
37563 ))
37564 ->values(array(
37565   'name' => 'ViewsHandlerFieldCustomTest',
37566   'type' => 'class',
37567   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_custom.test',
37568   'module' => 'views',
37569   'weight' => '0',
37570 ))
37571 ->values(array(
37572   'name' => 'ViewsHandlerFieldDateTest',
37573   'type' => 'class',
37574   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_date.test',
37575   'module' => 'views',
37576   'weight' => '0',
37577 ))
37578 ->values(array(
37579   'name' => 'viewsHandlerFieldFieldTest',
37580   'type' => 'class',
37581   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
37582   'module' => 'views',
37583   'weight' => '0',
37584 ))
37585 ->values(array(
37586   'name' => 'ViewsHandlerFieldMath',
37587   'type' => 'class',
37588   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_math.test',
37589   'module' => 'views',
37590   'weight' => '0',
37591 ))
37592 ->values(array(
37593   'name' => 'ViewsHandlerFieldTest',
37594   'type' => 'class',
37595   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field.test',
37596   'module' => 'views',
37597   'weight' => '0',
37598 ))
37599 ->values(array(
37600   'name' => 'ViewsHandlerFieldUrlTest',
37601   'type' => 'class',
37602   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_url.test',
37603   'module' => 'views',
37604   'weight' => '0',
37605 ))
37606 ->values(array(
37607   'name' => 'viewsHandlerFieldUserNameTest',
37608   'type' => 'class',
37609   'filename' => 'sites/all/modules/views/tests/user/views_handler_field_user_name.test',
37610   'module' => 'views',
37611   'weight' => '0',
37612 ))
37613 ->values(array(
37614   'name' => 'ViewsHandlerFilterCombineTest',
37615   'type' => 'class',
37616   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_combine.test',
37617   'module' => 'views',
37618   'weight' => '0',
37619 ))
37620 ->values(array(
37621   'name' => 'viewsHandlerFilterCommentUserUidTest',
37622   'type' => 'class',
37623   'filename' => 'sites/all/modules/views/tests/comment/views_handler_filter_comment_user_uid.test',
37624   'module' => 'views',
37625   'weight' => '0',
37626 ))
37627 ->values(array(
37628   'name' => 'ViewsHandlerFilterCounterTest',
37629   'type' => 'class',
37630   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_counter.test',
37631   'module' => 'views',
37632   'weight' => '0',
37633 ))
37634 ->values(array(
37635   'name' => 'ViewsHandlerFilterDateTest',
37636   'type' => 'class',
37637   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_date.test',
37638   'module' => 'views',
37639   'weight' => '0',
37640 ))
37641 ->values(array(
37642   'name' => 'ViewsHandlerFilterEqualityTest',
37643   'type' => 'class',
37644   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_equality.test',
37645   'module' => 'views',
37646   'weight' => '0',
37647 ))
37648 ->values(array(
37649   'name' => 'ViewsHandlerFilterInOperator',
37650   'type' => 'class',
37651   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_in_operator.test',
37652   'module' => 'views',
37653   'weight' => '0',
37654 ))
37655 ->values(array(
37656   'name' => 'ViewsHandlerFilterNumericTest',
37657   'type' => 'class',
37658   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_numeric.test',
37659   'module' => 'views',
37660   'weight' => '0',
37661 ))
37662 ->values(array(
37663   'name' => 'ViewsHandlerFilterStringTest',
37664   'type' => 'class',
37665   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_string.test',
37666   'module' => 'views',
37667   'weight' => '0',
37668 ))
37669 ->values(array(
37670   'name' => 'ViewsHandlerRelationshipNodeTermDataTest',
37671   'type' => 'class',
37672   'filename' => 'sites/all/modules/views/tests/taxonomy/views_handler_relationship_node_term_data.test',
37673   'module' => 'views',
37674   'weight' => '0',
37675 ))
37676 ->values(array(
37677   'name' => 'ViewsHandlerSortDateTest',
37678   'type' => 'class',
37679   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_date.test',
37680   'module' => 'views',
37681   'weight' => '0',
37682 ))
37683 ->values(array(
37684   'name' => 'ViewsHandlerSortRandomTest',
37685   'type' => 'class',
37686   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_random.test',
37687   'module' => 'views',
37688   'weight' => '0',
37689 ))
37690 ->values(array(
37691   'name' => 'ViewsHandlerSortTest',
37692   'type' => 'class',
37693   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort.test',
37694   'module' => 'views',
37695   'weight' => '0',
37696 ))
37697 ->values(array(
37698   'name' => 'ViewsHandlersTest',
37699   'type' => 'class',
37700   'filename' => 'sites/all/modules/views/tests/views_handlers.test',
37701   'module' => 'views',
37702   'weight' => '0',
37703 ))
37704 ->values(array(
37705   'name' => 'ViewsHandlerTestFileSize',
37706   'type' => 'class',
37707   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_file_size.test',
37708   'module' => 'views',
37709   'weight' => '0',
37710 ))
37711 ->values(array(
37712   'name' => 'ViewsHandlerTestXss',
37713   'type' => 'class',
37714   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_xss.test',
37715   'module' => 'views',
37716   'weight' => '0',
37717 ))
37718 ->values(array(
37719   'name' => 'ViewsModuleTest',
37720   'type' => 'class',
37721   'filename' => 'sites/all/modules/views/tests/views_module.test',
37722   'module' => 'views',
37723   'weight' => '0',
37724 ))
37725 ->values(array(
37726   'name' => 'ViewsNodeRevisionRelationsTestCase',
37727   'type' => 'class',
37728   'filename' => 'sites/all/modules/views/tests/node/views_node_revision_relations.test',
37729   'module' => 'views',
37730   'weight' => '0',
37731 ))
37732 ->values(array(
37733   'name' => 'ViewsPagerTest',
37734   'type' => 'class',
37735   'filename' => 'sites/all/modules/views/tests/views_pager.test',
37736   'module' => 'views',
37737   'weight' => '0',
37738 ))
37739 ->values(array(
37740   'name' => 'ViewsPagerTestCase',
37741   'type' => 'class',
37742   'filename' => 'sites/all/modules/date/tests/date_views_pager.test',
37743   'module' => 'date',
37744   'weight' => '0',
37745 ))
37746 ->values(array(
37747   'name' => 'ViewsPluginDisplayTestCase',
37748   'type' => 'class',
37749   'filename' => 'sites/all/modules/views/tests/plugins/views_plugin_display.test',
37750   'module' => 'views',
37751   'weight' => '0',
37752 ))
37753 ->values(array(
37754   'name' => 'viewsPluginStyleJumpMenuTest',
37755   'type' => 'class',
37756   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_jump_menu.test',
37757   'module' => 'views',
37758   'weight' => '0',
37759 ))
37760 ->values(array(
37761   'name' => 'ViewsPluginStyleMappingTest',
37762   'type' => 'class',
37763   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_mapping.test',
37764   'module' => 'views',
37765   'weight' => '0',
37766 ))
37767 ->values(array(
37768   'name' => 'ViewsPluginStyleTestBase',
37769   'type' => 'class',
37770   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_base.test',
37771   'module' => 'views',
37772   'weight' => '0',
37773 ))
37774 ->values(array(
37775   'name' => 'ViewsPluginStyleTestCase',
37776   'type' => 'class',
37777   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style.test',
37778   'module' => 'views',
37779   'weight' => '0',
37780 ))
37781 ->values(array(
37782   'name' => 'ViewsPluginStyleUnformattedTestCase',
37783   'type' => 'class',
37784   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_unformatted.test',
37785   'module' => 'views',
37786   'weight' => '0',
37787 ))
37788 ->values(array(
37789   'name' => 'ViewsQueryGroupByTest',
37790   'type' => 'class',
37791   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
37792   'module' => 'views',
37793   'weight' => '0',
37794 ))
37795 ->values(array(
37796   'name' => 'ViewsSqlTest',
37797   'type' => 'class',
37798   'filename' => 'sites/all/modules/views/tests/views_query.test',
37799   'module' => 'views',
37800   'weight' => '0',
37801 ))
37802 ->values(array(
37803   'name' => 'ViewsTestCase',
37804   'type' => 'class',
37805   'filename' => 'sites/all/modules/views/tests/views_query.test',
37806   'module' => 'views',
37807   'weight' => '0',
37808 ))
37809 ->values(array(
37810   'name' => 'ViewsTranslatableTest',
37811   'type' => 'class',
37812   'filename' => 'sites/all/modules/views/tests/views_translatable.test',
37813   'module' => 'views',
37814   'weight' => '0',
37815 ))
37816 ->values(array(
37817   'name' => 'viewsUiGroupbyTestCase',
37818   'type' => 'class',
37819   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
37820   'module' => 'views',
37821   'weight' => '0',
37822 ))
37823 ->values(array(
37824   'name' => 'ViewsUIWizardBasicTestCase',
37825   'type' => 'class',
37826   'filename' => 'sites/all/modules/views/tests/views_ui.test',
37827   'module' => 'views',
37828   'weight' => '0',
37829 ))
37830 ->values(array(
37831   'name' => 'ViewsUIWizardDefaultViewsTestCase',
37832   'type' => 'class',
37833   'filename' => 'sites/all/modules/views/tests/views_ui.test',
37834   'module' => 'views',
37835   'weight' => '0',
37836 ))
37837 ->values(array(
37838   'name' => 'ViewsUIWizardHelper',
37839   'type' => 'class',
37840   'filename' => 'sites/all/modules/views/tests/views_ui.test',
37841   'module' => 'views',
37842   'weight' => '0',
37843 ))
37844 ->values(array(
37845   'name' => 'ViewsUIWizardItemsPerPageTestCase',
37846   'type' => 'class',
37847   'filename' => 'sites/all/modules/views/tests/views_ui.test',
37848   'module' => 'views',
37849   'weight' => '0',
37850 ))
37851 ->values(array(
37852   'name' => 'ViewsUIWizardJumpMenuTestCase',
37853   'type' => 'class',
37854   'filename' => 'sites/all/modules/views/tests/views_ui.test',
37855   'module' => 'views',
37856   'weight' => '0',
37857 ))
37858 ->values(array(
37859   'name' => 'ViewsUIWizardMenuTestCase',
37860   'type' => 'class',
37861   'filename' => 'sites/all/modules/views/tests/views_ui.test',
37862   'module' => 'views',
37863   'weight' => '0',
37864 ))
37865 ->values(array(
37866   'name' => 'ViewsUIWizardOverrideDisplaysTestCase',
37867   'type' => 'class',
37868   'filename' => 'sites/all/modules/views/tests/views_ui.test',
37869   'module' => 'views',
37870   'weight' => '0',
37871 ))
37872 ->values(array(
37873   'name' => 'ViewsUIWizardSortingTestCase',
37874   'type' => 'class',
37875   'filename' => 'sites/all/modules/views/tests/views_ui.test',
37876   'module' => 'views',
37877   'weight' => '0',
37878 ))
37879 ->values(array(
37880   'name' => 'ViewsUIWizardTaggedWithTestCase',
37881   'type' => 'class',
37882   'filename' => 'sites/all/modules/views/tests/views_ui.test',
37883   'module' => 'views',
37884   'weight' => '0',
37885 ))
37886 ->values(array(
37887   'name' => 'ViewsUpgradeTestCase',
37888   'type' => 'class',
37889   'filename' => 'sites/all/modules/views/tests/views_upgrade.test',
37890   'module' => 'views',
37891   'weight' => '0',
37892 ))
37893 ->values(array(
37894   'name' => 'ViewsUserArgumentDefault',
37895   'type' => 'class',
37896   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_default.test',
37897   'module' => 'views',
37898   'weight' => '0',
37899 ))
37900 ->values(array(
37901   'name' => 'ViewsUserArgumentValidate',
37902   'type' => 'class',
37903   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_validate.test',
37904   'module' => 'views',
37905   'weight' => '0',
37906 ))
37907 ->values(array(
37908   'name' => 'ViewsUserTestCase',
37909   'type' => 'class',
37910   'filename' => 'sites/all/modules/views/tests/user/views_user.test',
37911   'module' => 'views',
37912   'weight' => '0',
37913 ))
37914 ->values(array(
37915   'name' => 'ViewsViewTest',
37916   'type' => 'class',
37917   'filename' => 'sites/all/modules/views/tests/views_view.test',
37918   'module' => 'views',
37919   'weight' => '0',
37920 ))
37921 ->values(array(
37922   'name' => 'XMLRPCBasicTestCase',
37923   'type' => 'class',
37924   'filename' => 'modules/simpletest/tests/xmlrpc.test',
37925   'module' => 'simpletest',
37926   'weight' => '0',
37927 ))
37928 ->values(array(
37929   'name' => 'XMLRPCMessagesTestCase',
37930   'type' => 'class',
37931   'filename' => 'modules/simpletest/tests/xmlrpc.test',
37932   'module' => 'simpletest',
37933   'weight' => '0',
37934 ))
37935 ->values(array(
37936   'name' => 'XMLRPCValidator1IncTestCase',
37937   'type' => 'class',
37938   'filename' => 'modules/simpletest/tests/xmlrpc.test',
37939   'module' => 'simpletest',
37940   'weight' => '0',
37941 ))
37942 ->values(array(
37943   'name' => 'ZAPhoneNumberTestCase',
37944   'type' => 'class',
37945   'filename' => 'sites/all/modules/phone/tests/phone.za.test',
37946   'module' => 'phone',
37947   'weight' => '0',
37948 ))
37949 ->execute();
37950
37951 $connection->schema()->createTable('registry_file', array(
37952   'fields' => array(
37953     'filename' => array(
37954       'type' => 'varchar',
37955       'not null' => TRUE,
37956       'length' => '255',
37957     ),
37958     'hash' => array(
37959       'type' => 'varchar',
37960       'not null' => TRUE,
37961       'length' => '64',
37962     ),
37963   ),
37964   'primary key' => array(
37965     'filename',
37966   ),
37967   'mysql_character_set' => 'utf8',
37968 ));
37969
37970 $connection->insert('registry_file')
37971 ->fields(array(
37972   'filename',
37973   'hash',
37974 ))
37975 ->values(array(
37976   'filename' => 'includes/actions.inc',
37977   'hash' => 'f36b066681463c7dfe189e0430cb1a89bf66f7e228cbb53cdfcd93987193f759',
37978 ))
37979 ->values(array(
37980   'filename' => 'includes/ajax.inc',
37981   'hash' => 'a22c8f7345c1f714ea40bbaa1385fa0e3763b389c82656cf6ff3e4d051532ee4',
37982 ))
37983 ->values(array(
37984   'filename' => 'includes/archiver.inc',
37985   'hash' => 'bdbb21b712a62f6b913590b609fd17cd9f3c3b77c0d21f68e71a78427ed2e3e9',
37986 ))
37987 ->values(array(
37988   'filename' => 'includes/authorize.inc',
37989   'hash' => '6d64d8c21aa01eb12fc29918732e4df6b871ed06e5d41373cb95c197ed661d13',
37990 ))
37991 ->values(array(
37992   'filename' => 'includes/batch.inc',
37993   'hash' => '1fe00f9a25481cd43e19fbd6bd37b7ff9dca79f8405ec3e55ffb011be12ec2c3',
37994 ))
37995 ->values(array(
37996   'filename' => 'includes/batch.queue.inc',
37997   'hash' => '554b2e92e1dad0f7fd5a19cb8dff7e109f10fbe2441a5692d076338ec908de0f',
37998 ))
37999 ->values(array(
38000   'filename' => 'includes/bootstrap.inc',
38001   'hash' => '245deaa370fa492dae401e2eee215f771f9ffbba14c1ff50631a6a4b2b3c771e',
38002 ))
38003 ->values(array(
38004   'filename' => 'includes/cache-install.inc',
38005   'hash' => 'e7ed123c5805703c84ad2cce9c1ca46b3ce8caeeea0d8ef39a3024a4ab95fa0e',
38006 ))
38007 ->values(array(
38008   'filename' => 'includes/cache.inc',
38009   'hash' => 'ee0bf13c7e067695dffcb9ade3b79fea82a3a8db9e9a422ebfcc91c383aa4b4c',
38010 ))
38011 ->values(array(
38012   'filename' => 'includes/common.inc',
38013   'hash' => 'd64557e1027136d80e66c329133336412c8301b48c6703943494cff1309f934c',
38014 ))
38015 ->values(array(
38016   'filename' => 'includes/database/database.inc',
38017   'hash' => '27f874fb21e1a85c86e0317669e2e26c1c6611a5e913c5bbce4c7aa62734edfe',
38018 ))
38019 ->values(array(
38020   'filename' => 'includes/database/log.inc',
38021   'hash' => '9feb5a17ae2fabcf26a96d2a634ba73da501f7bcfc3599a693d916a6971d00d1',
38022 ))
38023 ->values(array(
38024   'filename' => 'includes/database/mysql/database.inc',
38025   'hash' => 'f021edd0e2b5e315336eb6b5e481b9516c12de78dff2c468be3d7fd0d3672665',
38026 ))
38027 ->values(array(
38028   'filename' => 'includes/database/mysql/install.inc',
38029   'hash' => '6ae316941f771732fbbabed7e1d6b4cbb41b1f429dd097d04b3345aa15e461a0',
38030 ))
38031 ->values(array(
38032   'filename' => 'includes/database/mysql/query.inc',
38033   'hash' => '0212a871646c223bf77aa26b945c77a8974855373967b5fb9fdc09f8a1de88a6',
38034 ))
38035 ->values(array(
38036   'filename' => 'includes/database/mysql/schema.inc',
38037   'hash' => '6f43ac87508f868fe38ee09994fc18d69915bada0237f8ac3b717cafe8f22c6b',
38038 ))
38039 ->values(array(
38040   'filename' => 'includes/database/pgsql/database.inc',
38041   'hash' => 'd737f95947d78eb801e8ec8ca8b01e72d2e305924efce8abca0a98c1b5264cff',
38042 ))
38043 ->values(array(
38044   'filename' => 'includes/database/pgsql/install.inc',
38045   'hash' => '585b80c5bbd6f134bff60d06397f15154657a577d4da8d1b181858905f09dea5',
38046 ))
38047 ->values(array(
38048   'filename' => 'includes/database/pgsql/query.inc',
38049   'hash' => '0df57377686c921e722a10b49d5e433b131176c8059a4ace4680964206fc14b4',
38050 ))
38051 ->values(array(
38052   'filename' => 'includes/database/pgsql/schema.inc',
38053   'hash' => '1588daadfa53506aa1f5d94572162a45a46dc3ceabdd0e2f224532ded6508403',
38054 ))
38055 ->values(array(
38056   'filename' => 'includes/database/pgsql/select.inc',
38057   'hash' => 'fd4bba7887c1dc6abc8f080fc3a76c01d92ea085434e355dc1ecb50d8743c22d',
38058 ))
38059 ->values(array(
38060   'filename' => 'includes/database/prefetch.inc',
38061   'hash' => 'b5b207a66a69ecb52ee4f4459af16a7b5eabedc87254245f37cc33bebb61c0fb',
38062 ))
38063 ->values(array(
38064   'filename' => 'includes/database/query.inc',
38065   'hash' => '4016a397f10f071cac338fd0a9b004296106e42ab2b9db8c7ff0db341658e88f',
38066 ))
38067 ->values(array(
38068   'filename' => 'includes/database/schema.inc',
38069   'hash' => '9fecfd13fc1d4056a62d385840dccd052ea0e184dc47101f4bd8f57f10b68174',
38070 ))
38071 ->values(array(
38072   'filename' => 'includes/database/select.inc',
38073   'hash' => '5e9cdc383564ba86cb9dcad0046990ce15415a3000e4f617d6e0f30a205b852c',
38074 ))
38075 ->values(array(
38076   'filename' => 'includes/database/sqlite/database.inc',
38077   'hash' => '4281c6e80932560ecbeb07d1757efd133e8699a6fccf58c27a55df0f71794622',
38078 ))
38079 ->values(array(
38080   'filename' => 'includes/database/sqlite/install.inc',
38081   'hash' => '6620f354aa175a116ba3a0562c980d86cc3b8b481042fc3cc5ed6a4d1a7a6d74',
38082 ))
38083 ->values(array(
38084   'filename' => 'includes/database/sqlite/query.inc',
38085   'hash' => 'f33ab1b6350736a231a4f3f93012d3aac4431ac4e5510fb3a015a5aa6cab8303',
38086 ))
38087 ->values(array(
38088   'filename' => 'includes/database/sqlite/schema.inc',
38089   'hash' => 'cd829700205a8574f8b9d88cd1eaf909519c64754c6f84d6c62b5d21f5886f8d',
38090 ))
38091 ->values(array(
38092   'filename' => 'includes/database/sqlite/select.inc',
38093   'hash' => '8d1c426dbd337733c206cce9f59a172546c6ed856d8ef3f1c7bef05a16f7bf68',
38094 ))
38095 ->values(array(
38096   'filename' => 'includes/date.inc',
38097   'hash' => '18c047be64f201e16d189f1cc47ed9dcf0a145151b1ee187e90511b24e5d2b36',
38098 ))
38099 ->values(array(
38100   'filename' => 'includes/entity.inc',
38101   'hash' => 'e4fc9ff21b165a804d7ac4f036b3b5bd1d3c73da7029bf3f761d4bdee9ae3c96',
38102 ))
38103 ->values(array(
38104   'filename' => 'includes/errors.inc',
38105   'hash' => '72cc29840b24830df98a5628286b4d82738f2abbb78e69b4980310ff12062668',
38106 ))
38107 ->values(array(
38108   'filename' => 'includes/file.inc',
38109   'hash' => '9de0398940bf2db560902736f1832d8b72b3e8b49dbbaba5f94c9331425ee04a',
38110 ))
38111 ->values(array(
38112   'filename' => 'includes/file.mimetypes.inc',
38113   'hash' => '33266e837f4ce076378e7e8cef6c5af46446226ca4259f83e13f605856a7f147',
38114 ))
38115 ->values(array(
38116   'filename' => 'includes/filetransfer/filetransfer.inc',
38117   'hash' => 'fdea8ae48345ec91885ac48a9bc53daf87616271472bb7c29b7e3ce219b22034',
38118 ))
38119 ->values(array(
38120   'filename' => 'includes/filetransfer/ftp.inc',
38121   'hash' => '51eb119b8e1221d598ffa6cc46c8a322aa77b49a3d8879f7fb38b7221cf7e06d',
38122 ))
38123 ->values(array(
38124   'filename' => 'includes/filetransfer/local.inc',
38125   'hash' => '7cbfdb46abbdf539640db27e66fb30e5265128f31002bd0dfc3af16ae01a9492',
38126 ))
38127 ->values(array(
38128   'filename' => 'includes/filetransfer/ssh.inc',
38129   'hash' => '92f1232158cb32ab04cbc93ae38ad3af04796e18f66910a9bc5ca8e437f06891',
38130 ))
38131 ->values(array(
38132   'filename' => 'includes/form.inc',
38133   'hash' => '9b37fe7e5d04b25604bbc63abb6b6d332be14926011533b4449de52d45a86765',
38134 ))
38135 ->values(array(
38136   'filename' => 'includes/graph.inc',
38137   'hash' => '8e0e313a8bb33488f371df11fc1b58d7cf80099b886cd1003871e2c896d1b536',
38138 ))
38139 ->values(array(
38140   'filename' => 'includes/image.inc',
38141   'hash' => 'bcdc7e1599c02227502b9d0fe36eeb2b529b130a392bc709eb737647bd361826',
38142 ))
38143 ->values(array(
38144   'filename' => 'includes/install.core.inc',
38145   'hash' => '733ec6fac8e51747d1c83f266a42e4a0cb6bf31ac50f17f06e37c9e0865f4a38',
38146 ))
38147 ->values(array(
38148   'filename' => 'includes/install.inc',
38149   'hash' => '781c54771c14b067bb38d222096f981121d479222fbdea9c433405de561a2881',
38150 ))
38151 ->values(array(
38152   'filename' => 'includes/iso.inc',
38153   'hash' => '0ce4c225edcfa9f037703bc7dd09d4e268a69bcc90e55da0a3f04c502bd2f349',
38154 ))
38155 ->values(array(
38156   'filename' => 'includes/json-encode.inc',
38157   'hash' => '02a822a652d00151f79db9aa9e171c310b69b93a12f549bc2ce00533a8efa14e',
38158 ))
38159 ->values(array(
38160   'filename' => 'includes/language.inc',
38161   'hash' => '4e08f30843a7ccaeea5c041083e9f77d33d57ff002f1ab4f66168e2c683ce128',
38162 ))
38163 ->values(array(
38164   'filename' => 'includes/locale.inc',
38165   'hash' => 'f8a3ba7868698e9b43c2ceaebe2cbdcb92d6c68427e817a6e10a76b937b5a127',
38166 ))
38167 ->values(array(
38168   'filename' => 'includes/lock.inc',
38169   'hash' => 'a181c8bd4f88d292a0a73b9f1fbd727e3314f66ec3631f288e6b9a54ba2b70fa',
38170 ))
38171 ->values(array(
38172   'filename' => 'includes/mail.inc',
38173   'hash' => 'd9fb2b99025745cbb73ebcfc7ac12df100508b9273ce35c433deacf12dd6a13a',
38174 ))
38175 ->values(array(
38176   'filename' => 'includes/menu.inc',
38177   'hash' => '2ecc6f990dc2d987425c680e27a4ddeec2e8376a2be408b00a144131f41a59ea',
38178 ))
38179 ->values(array(
38180   'filename' => 'includes/module.inc',
38181   'hash' => 'a18bc92e5fc1f2a31a79eace8c6f2436bc15c8f0b332c8b7aaafa3a223746861',
38182 ))
38183 ->values(array(
38184   'filename' => 'includes/pager.inc',
38185   'hash' => '6f9494b85c07a2cc3be4e54aff2d2757485238c476a7da084d25bde1d88be6d8',
38186 ))
38187 ->values(array(
38188   'filename' => 'includes/password.inc',
38189   'hash' => 'fd9a1c94fe5a0fa7c7049a2435c7280b1d666b2074595010e3c492dd15712775',
38190 ))
38191 ->values(array(
38192   'filename' => 'includes/path.inc',
38193   'hash' => '74bf05f3c68b0218730abf3e539fcf08b271959c8f4611940d05124f34a6a66f',
38194 ))
38195 ->values(array(
38196   'filename' => 'includes/registry.inc',
38197   'hash' => 'f47b20859f0fc80bf4bb2849a1282d6c54006957b69da0e5f4691de585ca4cdf',
38198 ))
38199 ->values(array(
38200   'filename' => 'includes/session.inc',
38201   'hash' => '7548621ae4c273179a76eba41aa58b740100613bc015ad388a5c30132b61e34b',
38202 ))
38203 ->values(array(
38204   'filename' => 'includes/stream_wrappers.inc',
38205   'hash' => '4f1feb774a8dbc04ca382fa052f59e58039c7261625f3df29987d6b31f08d92d',
38206 ))
38207 ->values(array(
38208   'filename' => 'includes/tablesort.inc',
38209   'hash' => '2d88768a544829595dd6cda2a5eb008bedb730f36bba6dfe005d9ddd999d5c0f',
38210 ))
38211 ->values(array(
38212   'filename' => 'includes/theme.inc',
38213   'hash' => '507932af124871dd2639ab8eafbbd68f962ef70f44ef1c4fd1a14daf04c53b5e',
38214 ))
38215 ->values(array(
38216   'filename' => 'includes/theme.maintenance.inc',
38217   'hash' => '39f068b3eee4d10a90d6aa3c86db587b6d25844c2919d418d34d133cfe330f5a',
38218 ))
38219 ->values(array(
38220   'filename' => 'includes/token.inc',
38221   'hash' => '5e7898cd78689e2c291ed3cd8f41c032075656896f1db57e49217aac19ae0428',
38222 ))
38223 ->values(array(
38224   'filename' => 'includes/unicode.entities.inc',
38225   'hash' => '2b858138596d961fbaa4c6e3986e409921df7f76b6ee1b109c4af5970f1e0f54',
38226 ))
38227 ->values(array(
38228   'filename' => 'includes/unicode.inc',
38229   'hash' => 'e18772dafe0f80eb139fcfc582fef1704ba9f730647057d4f4841d6a6e4066ca',
38230 ))
38231 ->values(array(
38232   'filename' => 'includes/update.inc',
38233   'hash' => '77403195059de797422d9d9202f18548a38558995120c7f9ffb9bd044730a3bc',
38234 ))
38235 ->values(array(
38236   'filename' => 'includes/updater.inc',
38237   'hash' => 'd2da0e74ed86e93c209f16069f3d32e1a134ceb6c06a0044f78e841a1b54e380',
38238 ))
38239 ->values(array(
38240   'filename' => 'includes/utility.inc',
38241   'hash' => '3458fd2b55ab004dd0cc529b8e58af12916e8bd36653b072bdd820b26b907ed5',
38242 ))
38243 ->values(array(
38244   'filename' => 'includes/xmlrpc.inc',
38245   'hash' => 'ea24176ec445c440ba0c825fc7b04a31b440288df8ef02081560dc418e34e659',
38246 ))
38247 ->values(array(
38248   'filename' => 'includes/xmlrpcs.inc',
38249   'hash' => '741aa8d6fcc6c45a9409064f52351f7999b7c702d73def8da44de2567946598a',
38250 ))
38251 ->values(array(
38252   'filename' => 'modules/aggregator/aggregator.test',
38253   'hash' => '1288945ead1e0b250cb0f2d8bc5486ab1c67295b78b5f1ba0f77ade7bf1243b4',
38254 ))
38255 ->values(array(
38256   'filename' => 'modules/block/block.test',
38257   'hash' => '40d9de00589211770a85c47d38c8ad61c598ec65d9332128a882eb8750e65a16',
38258 ))
38259 ->values(array(
38260   'filename' => 'modules/blog/blog.test',
38261   'hash' => 'f7534b972951c05d34bd832d3e06176b372fff6f4999c428f789fdd7703ed2e2',
38262 ))
38263 ->values(array(
38264   'filename' => 'modules/book/book.test',
38265   'hash' => 'a75a4ec12f930d85adbf7c46d6a1a4ed1356657466874f21e9cc931b6cd41aa0',
38266 ))
38267 ->values(array(
38268   'filename' => 'modules/color/color.test',
38269   'hash' => '013806279bd47ceb2f82ca854b57f880ba21058f7a2592c422afae881a7f5d15',
38270 ))
38271 ->values(array(
38272   'filename' => 'modules/comment/comment.module',
38273   'hash' => 'db858137ff6ce06d87cb3b8f5275bed90c33a6d9aa7d46e7a74524cc2f052309',
38274 ))
38275 ->values(array(
38276   'filename' => 'modules/comment/comment.test',
38277   'hash' => '0443a4dbc5aef3d64405a7cabf462c8c5e0b24517d89410d261027b85292cd4b',
38278 ))
38279 ->values(array(
38280   'filename' => 'modules/contact/contact.test',
38281   'hash' => 'd49eedd71859fbb6ffa26b87226f640db56694c8f43c863c83d920cf3632f9ad',
38282 ))
38283 ->values(array(
38284   'filename' => 'modules/contextual/contextual.test',
38285   'hash' => '023dafa199bd325ecc55a17b2a3db46ac0a31e23059f701f789f3bc42427ba0b',
38286 ))
38287 ->values(array(
38288   'filename' => 'modules/dashboard/dashboard.test',
38289   'hash' => '125df00fc6deb985dc554aa7807a48e60a68dbbddbad9ec2c4718da724f0e683',
38290 ))
38291 ->values(array(
38292   'filename' => 'modules/dblog/dblog.test',
38293   'hash' => '11fbb8522b1c9dc7c85edba3aed7308a8891f26fc7292008822bea1b54722912',
38294 ))
38295 ->values(array(
38296   'filename' => 'modules/field/field.attach.inc',
38297   'hash' => '2df4687b5ec078c4893dc1fea514f67524fd5293de717b9e05caf977e5ae2327',
38298 ))
38299 ->values(array(
38300   'filename' => 'modules/field/field.info.class.inc',
38301   'hash' => 'cf18178e119d43897d3abd882ba3acc0cf59d1ad747663437c57b1ec4d0a4322',
38302 ))
38303 ->values(array(
38304   'filename' => 'modules/field/field.module',
38305   'hash' => 'e9359f8cac64b2d81ac067d7da22972116dc10b9b346752a8ef8292943a958c9',
38306 ))
38307 ->values(array(
38308   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.test',
38309   'hash' => '315eedaf2022afc884c35efd3b7c400eddab6ea30bec91924bc82ab5cd3e79f2',
38310 ))
38311 ->values(array(
38312   'filename' => 'modules/field/modules/list/tests/list.test',
38313   'hash' => '97e55bd49f6f4b0562d04aa3773b5ab9b35063aee05c8c7231780cdcf9c97714',
38314 ))
38315 ->values(array(
38316   'filename' => 'modules/field/modules/number/number.test',
38317   'hash' => '9ccf835bbf80ff31b121286f6fbcf59cc42b622a51ab56b22362b2f55c656e18',
38318 ))
38319 ->values(array(
38320   'filename' => 'modules/field/modules/options/options.test',
38321   'hash' => 'c71441020206b1587dece7296cca306a9f0fbd6e8f04dae272efc15ed3a38383',
38322 ))
38323 ->values(array(
38324   'filename' => 'modules/field/modules/text/text.test',
38325   'hash' => 'a1e5cb0fa8c0651c68d560d9bb7781463a84200f701b00b6e797a9ca792a7e42',
38326 ))
38327 ->values(array(
38328   'filename' => 'modules/field/tests/field.test',
38329   'hash' => '5eaad7a933ef8ea05b958056492ce17858cd542111f0fe81dd1a5949ad8f966e',
38330 ))
38331 ->values(array(
38332   'filename' => 'modules/field_ui/field_ui.test',
38333   'hash' => 'ded58a83a37cf111834f68fde9c34cddc7f4d36b91f31281e41ed5220c65dac4',
38334 ))
38335 ->values(array(
38336   'filename' => 'modules/file/tests/file.test',
38337   'hash' => '51d79794cbe647b2f5635ca9193b4d63bb9f99db4d9074676a80c55582b02985',
38338 ))
38339 ->values(array(
38340   'filename' => 'modules/filter/filter.test',
38341   'hash' => '268488be9d8e6a4bfa906bbb5bbf1f0df5881c04a421cbefcd7aa4f05fb63ba0',
38342 ))
38343 ->values(array(
38344   'filename' => 'modules/forum/forum.test',
38345   'hash' => 'd282b29d6312d63183e003ba036d7645a946e828c94448592f930d80fceb42d6',
38346 ))
38347 ->values(array(
38348   'filename' => 'modules/help/help.test',
38349   'hash' => 'bc934de8c71bd9874a05ccb5e8f927f4c227b3b2397d739e8504c8fd6ae5a83c',
38350 ))
38351 ->values(array(
38352   'filename' => 'modules/image/image.test',
38353   'hash' => '19459f5be2fb58058a984ef302d6f6defca20207324db25726d06a7743cc2960',
38354 ))
38355 ->values(array(
38356   'filename' => 'modules/locale/locale.test',
38357   'hash' => '61c6a80ba44ff92e6ba4a350b7c95890368e2f9e029b8f84563df2490a8e93b1',
38358 ))
38359 ->values(array(
38360   'filename' => 'modules/menu/menu.test',
38361   'hash' => '51817d6c591c28cf268145c2d39b41f66e453edf42c86472e61b7081da1d86bb',
38362 ))
38363 ->values(array(
38364   'filename' => 'modules/node/node.module',
38365   'hash' => 'b594aa316e7d74024d633fb95a6e89a2c6c14cb108a481fd0b2521ec0e3316de',
38366 ))
38367 ->values(array(
38368   'filename' => 'modules/node/node.test',
38369   'hash' => 'e2e485fde00796305fd6926c8b4e9c4e1919020a3ec00819aa5cc1d2b3ebcc5c',
38370 ))
38371 ->values(array(
38372   'filename' => 'modules/openid/openid.test',
38373   'hash' => '3decf7faf3a9396671d52c6065a31f0ef81828015e0348a0ba9358b618e737a1',
38374 ))
38375 ->values(array(
38376   'filename' => 'modules/path/path.test',
38377   'hash' => '2004183b2c7c86028bf78c519c6a7afc4397a8267874462b0c2b49b0f8c20322',
38378 ))
38379 ->values(array(
38380   'filename' => 'modules/php/php.test',
38381   'hash' => 'd234f9c1ab18a05834a3cb6dc532fb4c259aa25612551f953ba6e3bb714657b8',
38382 ))
38383 ->values(array(
38384   'filename' => 'modules/poll/poll.test',
38385   'hash' => 'cc8486dc337471d13014954e1c1e4e5ad4956e4a0cbd395adbd064f8e5849c72',
38386 ))
38387 ->values(array(
38388   'filename' => 'modules/profile/profile.test',
38389   'hash' => 'afc23aa58769a84d94c4a6cef7b0ea2c9aa0edfdf2563a34757a1fb4d3d58233',
38390 ))
38391 ->values(array(
38392   'filename' => 'modules/rdf/rdf.test',
38393   'hash' => '9849d2b717119aa6b5f1496929e7ac7c9c0a6e98486b66f3876bda0a8c165525',
38394 ))
38395 ->values(array(
38396   'filename' => 'modules/search/search.extender.inc',
38397   'hash' => '013a6a841cc48a6dc991153fb692b8d1546e56b78d9c95e97e0d7e92296d3481',
38398 ))
38399 ->values(array(
38400   'filename' => 'modules/search/search.test',
38401   'hash' => '6512521f8de3a54238c8f337ae0aa105cab2bbc9a1addb5b1ccb755842656913',
38402 ))
38403 ->values(array(
38404   'filename' => 'modules/shortcut/shortcut.test',
38405   'hash' => '0d78280d4d0a05aa772218e45911552e39611ca9c258b9dd436307914ac3f254',
38406 ))
38407 ->values(array(
38408   'filename' => 'modules/simpletest/drupal_web_test_case.php',
38409   'hash' => 'a4c07ab08d578cc9c4adfb39aaa98270cacc58885c1d61f3a71f207142f4fc0b',
38410 ))
38411 ->values(array(
38412   'filename' => 'modules/simpletest/simpletest.test',
38413   'hash' => '8112284b928297e326a2cb2a029a8ee35490732ce73ab0b54a91e9613a84e951',
38414 ))
38415 ->values(array(
38416   'filename' => 'modules/simpletest/tests/actions.test',
38417   'hash' => '4e61dcbff514581321b47b8b2402cfb387d859b1a9944cb70bf9f33977dd5220',
38418 ))
38419 ->values(array(
38420   'filename' => 'modules/simpletest/tests/ajax.test',
38421   'hash' => '0581306ba076da005db073036806a4d393a166221cd7171e3e3b1974b7082106',
38422 ))
38423 ->values(array(
38424   'filename' => 'modules/simpletest/tests/batch.test',
38425   'hash' => '665a621f4d5f819295ca7c53158d586ed98c42d8a8e6db1e67fb332032ec07d5',
38426 ))
38427 ->values(array(
38428   'filename' => 'modules/simpletest/tests/boot.test',
38429   'hash' => '1a7cf3c120a8e544cb251ba049ae598f8b25c0a9c3283e15df07a3a562641799',
38430 ))
38431 ->values(array(
38432   'filename' => 'modules/simpletest/tests/bootstrap.test',
38433   'hash' => '4ccb0841905a34438e5b3acd712d0a1b52b6aa41535d3a64d3e50eff355a5dbe',
38434 ))
38435 ->values(array(
38436   'filename' => 'modules/simpletest/tests/cache.test',
38437   'hash' => '2ff9a42287a6419acba6589cd887e9c0d765c1c201865799abe03ee6f3234dfb',
38438 ))
38439 ->values(array(
38440   'filename' => 'modules/simpletest/tests/common.test',
38441   'hash' => 'aa2449d4ce5109bc9593901f34f74ce9caeea6450539a120afdf7a71f1e35276',
38442 ))
38443 ->values(array(
38444   'filename' => 'modules/simpletest/tests/database_test.test',
38445   'hash' => '64baa1520d815e049310ae697fa79390b6b0a02fb03d47c64d3caec8d40ab8e9',
38446 ))
38447 ->values(array(
38448   'filename' => 'modules/simpletest/tests/entity_crud.test',
38449   'hash' => '0db2e08cb15ef287ed622fa56cee85e6a61b6e7a8547c77531a80a9ec1379d87',
38450 ))
38451 ->values(array(
38452   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.test',
38453   'hash' => '5f3f083a018c1c0e78c8532cfc87b95d3c2b1740577a2f0eab8bc75e1db069b4',
38454 ))
38455 ->values(array(
38456   'filename' => 'modules/simpletest/tests/entity_query.test',
38457   'hash' => '8b107f796e9febb8080b153d3c9b969cea5bbb3cd4ee410c8f612bf7bdbb0a63',
38458 ))
38459 ->values(array(
38460   'filename' => 'modules/simpletest/tests/error.test',
38461   'hash' => 'df8360738a4b3c946209a560ae83065728ae1aa56744cd8aaee398325a7cda60',
38462 ))
38463 ->values(array(
38464   'filename' => 'modules/simpletest/tests/file.test',
38465   'hash' => '25fdee40ceb8c84f08677224db941e251906f2caa185b351de80eba76f20c90b',
38466 ))
38467 ->values(array(
38468   'filename' => 'modules/simpletest/tests/filetransfer.test',
38469   'hash' => 'a5ae7e24c43f994968d059c93d56be0dfd580699e2cb884afb074b9ae5895fd9',
38470 ))
38471 ->values(array(
38472   'filename' => 'modules/simpletest/tests/form.test',
38473   'hash' => '1d932031c1b2e33947c1cb480457f9f6c95b1ee93bab6eab785c2cde290fd9d7',
38474 ))
38475 ->values(array(
38476   'filename' => 'modules/simpletest/tests/graph.test',
38477   'hash' => '3038b97305b54f859a78356c184feeb773056e6c54b9ad511cc4c487ea3355c2',
38478 ))
38479 ->values(array(
38480   'filename' => 'modules/simpletest/tests/image.test',
38481   'hash' => 'fbad58b83e40aec654bf66835e30f81b83a76714efc560d73e7be3841ab5e996',
38482 ))
38483 ->values(array(
38484   'filename' => 'modules/simpletest/tests/lock.test',
38485   'hash' => '0d63de7e57c405dae03a6c04e13392c59c8dc19a843e0818cc43212af2e26242',
38486 ))
38487 ->values(array(
38488   'filename' => 'modules/simpletest/tests/mail.test',
38489   'hash' => '9f772652385048639264f64147eab2675e9e76be2258e70bbefc2f6f753d047f',
38490 ))
38491 ->values(array(
38492   'filename' => 'modules/simpletest/tests/menu.test',
38493   'hash' => 'b7602b23403271fd404646cd5f4970ce278eb3c014ed30676f1ba680cfd749a1',
38494 ))
38495 ->values(array(
38496   'filename' => 'modules/simpletest/tests/module.test',
38497   'hash' => '056de988f33d43c39e62f067af8f449f5192cd27bbbcf358a6e3b0d34d94167c',
38498 ))
38499 ->values(array(
38500   'filename' => 'modules/simpletest/tests/pager.test',
38501   'hash' => '9586bc07f5ed2791ae69e8cacf1a257ffe85dde3be7769ce6e84435a001bc296',
38502 ))
38503 ->values(array(
38504   'filename' => 'modules/simpletest/tests/password.test',
38505   'hash' => 'fadb23077d9364d0dba4fa7462d31f2ad842d840ad173f685cf6944aa679c9a7',
38506 ))
38507 ->values(array(
38508   'filename' => 'modules/simpletest/tests/path.test',
38509   'hash' => '814b32c225e1a73f225b52c0e5a9579a754dd9f597cb71189fa0b62c5ce821ad',
38510 ))
38511 ->values(array(
38512   'filename' => 'modules/simpletest/tests/registry.test',
38513   'hash' => 'eadaa4f04ffbe49656ee9c8d477a4855de12f5f7fd6923894ab6565b86fde28f',
38514 ))
38515 ->values(array(
38516   'filename' => 'modules/simpletest/tests/schema.test',
38517   'hash' => '14a7975e040ae8d3a7c8bb82c9e26dabe78978f6371dec22ae8c81b71cf3e4bb',
38518 ))
38519 ->values(array(
38520   'filename' => 'modules/simpletest/tests/session.test',
38521   'hash' => '6416694ef7c79680f99e405468401567357c38abead1e0ce9e232a15e7dcd823',
38522 ))
38523 ->values(array(
38524   'filename' => 'modules/simpletest/tests/tablesort.test',
38525   'hash' => '0c0e011775ffc0e8f2d9c6f1284de28ad849ffa88df6e48677ed1c395c2267d1',
38526 ))
38527 ->values(array(
38528   'filename' => 'modules/simpletest/tests/theme.test',
38529   'hash' => 'f542bdf4efc342609b8804767b793521c6641ab5cd31a7130865feeef5f2cfa1',
38530 ))
38531 ->values(array(
38532   'filename' => 'modules/simpletest/tests/unicode.test',
38533   'hash' => '91f0f16bbdb987035b562f4621bea1522aa74851e7c107663ae17d11b2ac0959',
38534 ))
38535 ->values(array(
38536   'filename' => 'modules/simpletest/tests/update.test',
38537   'hash' => '49f64b9b84521f9f8eaebb9610f5cc3378d0665683032320a36abda12d16be43',
38538 ))
38539 ->values(array(
38540   'filename' => 'modules/simpletest/tests/upgrade/update.aggregator.test',
38541   'hash' => 'a2b6a574993591e93dacbd303a300b852775a3beea1343fb1f11578a8cdd26e1',
38542 ))
38543 ->values(array(
38544   'filename' => 'modules/simpletest/tests/upgrade/update.field.test',
38545   'hash' => 'e8a443db8d58d743cf06957ff949370dde65b0ad35837368fd89a95ea6594d52',
38546 ))
38547 ->values(array(
38548   'filename' => 'modules/simpletest/tests/upgrade/update.trigger.test',
38549   'hash' => '421b8986a71c8cf30c442cd9f1736ae7ce8838214a1b6e9eae30c9c5c108acd3',
38550 ))
38551 ->values(array(
38552   'filename' => 'modules/simpletest/tests/upgrade/update.user.test',
38553   'hash' => 'b21ec55d94d3baec7ce807c7972fb3b348deba70a53bfb78a66553c66ede63af',
38554 ))
38555 ->values(array(
38556   'filename' => 'modules/simpletest/tests/upgrade/upgrade.comment.test',
38557   'hash' => 'a20a8b44b46a6bc1cc0f0a18e67a12933d0b101d463bcdc21212e5f35d93c379',
38558 ))
38559 ->values(array(
38560   'filename' => 'modules/simpletest/tests/upgrade/upgrade.filter.test',
38561   'hash' => '0485b6d466476a85e7591eb4bdaf303b1b75a871038f1d5669a3f6d4cd81ecd0',
38562 ))
38563 ->values(array(
38564   'filename' => 'modules/simpletest/tests/upgrade/upgrade.forum.test',
38565   'hash' => '6330fe5d85a81d7d5686da5a40cf18b275bef4c5819afb334f8fc0b043532bb4',
38566 ))
38567 ->values(array(
38568   'filename' => 'modules/simpletest/tests/upgrade/upgrade.locale.test',
38569   'hash' => 'ec2d285222dd85022a16daed2b3a3e951dba97ab4de9fd46d89d2064f5db7595',
38570 ))
38571 ->values(array(
38572   'filename' => 'modules/simpletest/tests/upgrade/upgrade.menu.test',
38573   'hash' => 'fa6e46dcb1028e6c3faad86c50d3d9296d7a4095115ffb8d39b627dbd31996d7',
38574 ))
38575 ->values(array(
38576   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
38577   'hash' => 'f16f1ae5b5b3584e4d1d119473a962112fb28796efb5283aaa8df2db0ddec364',
38578 ))
38579 ->values(array(
38580   'filename' => 'modules/simpletest/tests/upgrade/upgrade.taxonomy.test',
38581   'hash' => '805528f81162014479d94e70bcaf234f818a1898d057e05d08b148a9120743b9',
38582 ))
38583 ->values(array(
38584   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
38585   'hash' => '877364dd82e5e1ed28e1ee93c48fbec083237012f44038a8fef39d9c6cb8b4f9',
38586 ))
38587 ->values(array(
38588   'filename' => 'modules/simpletest/tests/upgrade/upgrade.translatable.test',
38589   'hash' => '7a53241c9df9c671fb1da2789fe32c0e0425267f1647293a89adadbfa49bc4ac',
38590 ))
38591 ->values(array(
38592   'filename' => 'modules/simpletest/tests/upgrade/upgrade.trigger.test',
38593   'hash' => '4ba820349ef89f6eaa73f429c053e09f937d36808149a00563efa5b551e8669d',
38594 ))
38595 ->values(array(
38596   'filename' => 'modules/simpletest/tests/upgrade/upgrade.upload.test',
38597   'hash' => '8fc15f53a5ef54b48133a8525fcd384729563ba2d9bd49ab035549d07fabf3c4',
38598 ))
38599 ->values(array(
38600   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
38601   'hash' => '9c11a51f2bd262f957e6c609ec84b26ac9d1fa00feeb0078b7a12beb450daab3',
38602 ))
38603 ->values(array(
38604   'filename' => 'modules/simpletest/tests/xmlrpc.test',
38605   'hash' => '1d9b1fe51d31722473478087d50ed09b180748047205cea936db49a74ade82e7',
38606 ))
38607 ->values(array(
38608   'filename' => 'modules/statistics/statistics.test',
38609   'hash' => '3fd921d3cc26f9363bba0d6f29efb96c49c88ca51e2e2376b6554afaff8ceeb5',
38610 ))
38611 ->values(array(
38612   'filename' => 'modules/syslog/syslog.test',
38613   'hash' => 'ad873b3d499ebad748784ae88df3496f39de1b9bbfd98c3193ef1ea70c6376ae',
38614 ))
38615 ->values(array(
38616   'filename' => 'modules/system/system.archiver.inc',
38617   'hash' => 'faa849f3e646a910ab82fd6c8bbf0a4e6b8c60725d7ba81ec0556bd716616cd1',
38618 ))
38619 ->values(array(
38620   'filename' => 'modules/system/system.mail.inc',
38621   'hash' => 'd31e1769f5defbe5f27dc68f641ab80fb8d3de92f6e895f4c654ec05fc7e5f0f',
38622 ))
38623 ->values(array(
38624   'filename' => 'modules/system/system.queue.inc',
38625   'hash' => 'a60cff401fc410cd81dc1d105ed66f79396ed7b15fdc3a5c5b80593ad5d4352a',
38626 ))
38627 ->values(array(
38628   'filename' => 'modules/system/system.tar.inc',
38629   'hash' => '8a31d91f7b3cd7eac25b3fa46e1ed9a8527c39718ba76c3f8c0bbbeaa3aa4086',
38630 ))
38631 ->values(array(
38632   'filename' => 'modules/system/system.test',
38633   'hash' => 'b53fdc9f28a49d9bdd819721a6bc4ae0e8a7b023a415e98672a99453187c1f1e',
38634 ))
38635 ->values(array(
38636   'filename' => 'modules/system/system.updater.inc',
38637   'hash' => '338cf14cb691ba16ee551b3b9e0fa4f579a2f25c964130658236726d17563b6a',
38638 ))
38639 ->values(array(
38640   'filename' => 'modules/taxonomy/taxonomy.module',
38641   'hash' => '45d6d5652a464318f3eccf8bad6220cc5784e7ffdb0c7b732bf4d540e1effe83',
38642 ))
38643 ->values(array(
38644   'filename' => 'modules/taxonomy/taxonomy.test',
38645   'hash' => '8525035816906e327ad48bd48bb071597f4c58368a692bcec401299a86699e6e',
38646 ))
38647 ->values(array(
38648   'filename' => 'modules/tracker/tracker.test',
38649   'hash' => 'bea7303dfe934afeb271506da43bcf24a51d7d5546181796d7f9f70b6283ed67',
38650 ))
38651 ->values(array(
38652   'filename' => 'modules/translation/translation.test',
38653   'hash' => 'c2ad71934a9a2139cdf8213df35f4c91dcc0e643fabb883c38e3ffbdd313d608',
38654 ))
38655 ->values(array(
38656   'filename' => 'modules/trigger/trigger.test',
38657   'hash' => '662f1a55e62832d7d5258965ca70ebe9d36ce8ae34e05fda2a2f9dc72418978b',
38658 ))
38659 ->values(array(
38660   'filename' => 'modules/update/update.test',
38661   'hash' => '1ea3e22bd4d47afb8b2799057cdbdfbb57ce09013d9d5f2de7e61ef9c2ebc72d',
38662 ))
38663 ->values(array(
38664   'filename' => 'modules/user/user.module',
38665   'hash' => '88bb508e0eb658281b085cd07c81808bd9634bba8a2271515c1d68079d58817d',
38666 ))
38667 ->values(array(
38668   'filename' => 'modules/user/user.test',
38669   'hash' => '178320fdb9a0c8754f1fa7272f68f536dcb94ae82ce7d0fc6a0f8a476c1f6922',
38670 ))
38671 ->values(array(
38672   'filename' => 'sites/all/modules/ctools/includes/context.inc',
38673   'hash' => '4cec11a71872eb916c4315c9f727a184d46758aa64bb950d86877a60b9007157',
38674 ))
38675 ->values(array(
38676   'filename' => 'sites/all/modules/ctools/includes/css-cache.inc',
38677   'hash' => 'db90ff67669d9fa445e91074ac67fb97cdb191a19e68d42744f0fd4158649cfa',
38678 ))
38679 ->values(array(
38680   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
38681   'hash' => '601db581743dd22d67f7aaf228bd8d26298d72033fc675d02385a1fd6d31888f',
38682 ))
38683 ->values(array(
38684   'filename' => 'sites/all/modules/ctools/includes/stylizer.inc',
38685   'hash' => '3f91f5ed42fb6ee1b65ddef7ac22577b07a5d75ca1eb2df60041243ced5c7079',
38686 ))
38687 ->values(array(
38688   'filename' => 'sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php',
38689   'hash' => '2fd87a7d80689e4d44673b31c07b762144eb8ac57324fd0b9cd9ede5f4ea34b5',
38690 ))
38691 ->values(array(
38692   'filename' => 'sites/all/modules/ctools/tests/context.test',
38693   'hash' => '3a8dd81dd1b99da05a28425f9a017cb611e0470ba88cf000c8b74339c8c91d91',
38694 ))
38695 ->values(array(
38696   'filename' => 'sites/all/modules/ctools/tests/css.test',
38697   'hash' => '20ba7d780a8bdd8f512472a8becef11240da74b96599f6968fecea0ad7ae49c6',
38698 ))
38699 ->values(array(
38700   'filename' => 'sites/all/modules/ctools/tests/css_cache.test',
38701   'hash' => '0dbc038efedb1fa06d2617b7c72b3a45d6ee5b5b791dcb1134876f174a2a7733',
38702 ))
38703 ->values(array(
38704   'filename' => 'sites/all/modules/ctools/tests/ctools.plugins.test',
38705   'hash' => '6af9d9caa3afe93faf5051d3d42c0ce33a1ff6e3a18a09f281df1260d43337d6',
38706 ))
38707 ->values(array(
38708   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export.test',
38709   'hash' => '65e96eabc5c62d7ad29f63309671e2761f221a1c15bb6836d7eadfd263653abc',
38710 ))
38711 ->values(array(
38712   'filename' => 'sites/all/modules/ctools/tests/math_expression.test',
38713   'hash' => 'b99d5c3096857de944dba0e88e21628c7268d8056f42903786172b7a95563dbf',
38714 ))
38715 ->values(array(
38716   'filename' => 'sites/all/modules/ctools/tests/math_expression_stack.test',
38717   'hash' => '797d9e0844f9e214799d96b33d55dd041720d27b11ceb96c3790634d93a62be6',
38718 ))
38719 ->values(array(
38720   'filename' => 'sites/all/modules/ctools/tests/object_cache.test',
38721   'hash' => '18e03c7760a2fc8858d801479ec5471b8c93bd4044c80db557c5e77e7ab20d79',
38722 ))
38723 ->values(array(
38724   'filename' => 'sites/all/modules/date/date.migrate.inc',
38725   'hash' => '47ffb48daf97c13ef154cf2ffff577018f02a7091b85dfb39e9c2c89e1da6a5d',
38726 ))
38727 ->values(array(
38728   'filename' => 'sites/all/modules/date/date_api/date_api.module',
38729   'hash' => 'af2124c5727d839871309b31fe288fe3945d6ef67eb469ddcc02839be98860dc',
38730 ))
38731 ->values(array(
38732   'filename' => 'sites/all/modules/date/date_api/date_api_sql.inc',
38733   'hash' => '5a484b487c13fd6094348e2011c19e72d6c6c9ceb0b0a4143ef5542cd1c495fa',
38734 ))
38735 ->values(array(
38736   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat.test',
38737   'hash' => '3702268fa89aa7ed9bcae025f0fb21bd67f90e89d53122049854de60a5316d4a',
38738 ))
38739 ->values(array(
38740   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat_form.test',
38741   'hash' => '2ec4e5d57d5b9f1adf81505d40890c63dc684f2d0f00669b9c8c12518eb3bf4a',
38742 ))
38743 ->values(array(
38744   'filename' => 'sites/all/modules/date/date_tools/tests/date_tools.test',
38745   'hash' => 'bdb9b310295207ce2284b23556810296e1477b9604e98a3d0fb21aba7da04394',
38746 ))
38747 ->values(array(
38748   'filename' => 'sites/all/modules/date/tests/date.test',
38749   'hash' => '6cb38e9ed60bfdfa268051b47fcad699f1c8104accc7286abafbeddbbc9d143c',
38750 ))
38751 ->values(array(
38752   'filename' => 'sites/all/modules/date/tests/date_api.test',
38753   'hash' => '280148ca742592a1e22f663fe4d810532b95d09975db0182347a0bbd6917f996',
38754 ))
38755 ->values(array(
38756   'filename' => 'sites/all/modules/date/tests/date_field.test',
38757   'hash' => 'bae59aee63ed204e27909709e59eeae1a6192e5f7456de2ce2cce06c49732dc4',
38758 ))
38759 ->values(array(
38760   'filename' => 'sites/all/modules/date/tests/date_migrate.test',
38761   'hash' => 'a43f448732d474c5136d89ff560b7e14c1ff5622f9c35a1998aa0570cd0c536c',
38762 ))
38763 ->values(array(
38764   'filename' => 'sites/all/modules/date/tests/date_timezone.test',
38765   'hash' => '598ac52aa82f79fe90faa401c2c6dc7114295c0321800ea9a9b4058717d00409',
38766 ))
38767 ->values(array(
38768   'filename' => 'sites/all/modules/date/tests/date_validation.test',
38769   'hash' => '2e4d27c29192c9d55eb27b985d7e9838702c4324d36ed6e3a85999e9f25ada99',
38770 ))
38771 ->values(array(
38772   'filename' => 'sites/all/modules/date/tests/date_views_pager.test',
38773   'hash' => 'aceff66e11dd3ea418e9905b28384432f4fe7cf9746e711cf56add73e64336dd',
38774 ))
38775 ->values(array(
38776   'filename' => 'sites/all/modules/date/tests/date_views_popup.test',
38777   'hash' => '0684ad4977093fd7338eb045f85ceda195e82f50bd33fecbf0dca00e42b0385e',
38778 ))
38779 ->values(array(
38780   'filename' => 'sites/all/modules/email/email.migrate.inc',
38781   'hash' => 'bf3859ca39a3e5570e4ac862858f066668caab33841d65bdfa229c8445e12d5a',
38782 ))
38783 ->values(array(
38784   'filename' => 'sites/all/modules/entity/entity.features.inc',
38785   'hash' => '47261e1f4f39ac3707a16fdea8a8147c09df1281bcb4b9e46b0c8120603137e8',
38786 ))
38787 ->values(array(
38788   'filename' => 'sites/all/modules/entity/entity.i18n.inc',
38789   'hash' => '41e0e62af7e2774f62b162d597bb3244551c280296b692b29d039a2c243d7059',
38790 ))
38791 ->values(array(
38792   'filename' => 'sites/all/modules/entity/entity.info.inc',
38793   'hash' => '8799080b9393c9560e64feae1276fb7d26fef4d92bb0edacc863ee3e7b67bf04',
38794 ))
38795 ->values(array(
38796   'filename' => 'sites/all/modules/entity/entity.rules.inc',
38797   'hash' => '774199059d1b3ebe6d3fe7a49dbb1550df489055a3d066b5de54edda8dd7ba84',
38798 ))
38799 ->values(array(
38800   'filename' => 'sites/all/modules/entity/entity.test',
38801   'hash' => 'df253128e41f152b45ef30b5674009c51cf4112450e5dad8e815f39ced280db5',
38802 ))
38803 ->values(array(
38804   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
38805   'hash' => '342db185e6170b63c59a9b360a196eb322edb9a5b8c7819f66b0eae48ed13ebd',
38806 ))
38807 ->values(array(
38808   'filename' => 'sites/all/modules/entity/includes/entity.inc',
38809   'hash' => '57411fa3d7b5cd2afe8b84f20c1741f48c32673a9da07bd2c35d4a11c50c640e',
38810 ))
38811 ->values(array(
38812   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
38813   'hash' => '65739b31af0e6b422919c17805799dc99143fd89cacfb56b9186e26ece2d0df2',
38814 ))
38815 ->values(array(
38816   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
38817   'hash' => '0db08cbb6b730035e3e9a483e6e5c06a744a73f19e4ca83936446b44f0c3d158',
38818 ))
38819 ->values(array(
38820   'filename' => 'sites/all/modules/entity/views/entity.views.inc',
38821   'hash' => 'de657f42389ed6832df787e4b618d8d7117b60d145d34ce5dcf3a5b65db29df9',
38822 ))
38823 ->values(array(
38824   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_field_handler_helper.inc',
38825   'hash' => '4ec395881109a71327ab8d7c5b5702bef30288ca66557e44e8539cc15a2135bb',
38826 ))
38827 ->values(array(
38828   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_area_entity.inc',
38829   'hash' => '7b7bb88e53861739b7279f705f0492fc83ce95f5b20d89339480f546422ebf25',
38830 ))
38831 ->values(array(
38832   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_boolean.inc',
38833   'hash' => 'b28b8eee8761ba7a6af35d97ab7aaee28406e6c227271f9769818560626c5791',
38834 ))
38835 ->values(array(
38836   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_date.inc',
38837   'hash' => 'b0f5be5b399de94934b24e84c8cf6053a043f6b00c60dcffa752daeafdd38778',
38838 ))
38839 ->values(array(
38840   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_duration.inc',
38841   'hash' => 'ed7bb64cb63b94a20c8cde98cfb053b5ea252804396cf61ac562faf1d850266b',
38842 ))
38843 ->values(array(
38844   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_entity.inc',
38845   'hash' => '4f255918a22fefebe9c7734f200751457a7ca4d3648e32a98511bb51968d7521',
38846 ))
38847 ->values(array(
38848   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_field.inc',
38849   'hash' => '893121efbce2a7181e31147bade260c9cc657cbd33b0d254cb28b2650e57566d',
38850 ))
38851 ->values(array(
38852   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_numeric.inc',
38853   'hash' => 'f14e2b063930e8820af381b4f5e83c7278440e7804ab88cfde865b6c94e7c0f6',
38854 ))
38855 ->values(array(
38856   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_options.inc',
38857   'hash' => '27ef31b8ee7b9999930380d6a5fdb477772329c4ddbd5c70cc34bcdc7543ce56',
38858 ))
38859 ->values(array(
38860   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_text.inc',
38861   'hash' => '5fb0a85d35d29944c699ceaf6efed5eda2df757009e44caba8ff2be397568b60',
38862 ))
38863 ->values(array(
38864   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_uri.inc',
38865   'hash' => '79ecaa3eb17dfdd0ca077351b75a2c0adf411ebc04720e7cc0e2397674225f24',
38866 ))
38867 ->values(array(
38868   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship.inc',
38869   'hash' => 'b69bc538d1e1e0f91f8485ca54c3b6e2be025caa47619734c467377cf89041b9',
38870 ))
38871 ->values(array(
38872   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship_by_bundle.inc',
38873   'hash' => '65300c793c4591d60ad908dc02cf3148fe4e899fa6ad218e875fd92d411374dc',
38874 ))
38875 ->values(array(
38876   'filename' => 'sites/all/modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc',
38877   'hash' => 'ba557790215f2658146424d933e0d17787a0b15180c5815f23428448ccf056a0',
38878 ))
38879 ->values(array(
38880   'filename' => 'sites/all/modules/entityreference/entityreference.migrate.inc',
38881   'hash' => '617c6c49e6e0fa4d106cfb49b61a6994b5520934ac3b64a8400a9d969eab7c59',
38882 ))
38883 ->values(array(
38884   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
38885   'hash' => 'a7959ddece2ce3490f92d916162e07aed313e28ca299ca0375bad633b42d93e3',
38886 ))
38887 ->values(array(
38888   'filename' => 'sites/all/modules/entityreference/plugins/behavior/EntityReferenceBehavior_TaxonomyIndex.class.php',
38889   'hash' => '92fa0cf46ecdf6200659646e6666c562ea506c40efa41a8edd4758dc0c551b92',
38890 ))
38891 ->values(array(
38892   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
38893   'hash' => '7ecf94f5dc3456e4a5c87117d19deb98c368617fb07d610505b1dfa351f14a0b',
38894 ))
38895 ->values(array(
38896   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
38897   'hash' => 'e9a8a3c693ed24218d00c10c445cdb21daed10a26e6b55e5c9d6a8c616cfd871',
38898 ))
38899 ->values(array(
38900   'filename' => 'sites/all/modules/entityreference/plugins/selection/views.inc',
38901   'hash' => '7bbe8900b6b71c2d41e370deaccca869884d0fe9ca81772d7d5bca5f58ec1cd8',
38902 ))
38903 ->values(array(
38904   'filename' => 'sites/all/modules/entityreference/tests/entityreference.admin.test',
38905   'hash' => 'bcd6516be3099ae87a4c3d41add08edd17eafb4244db8442c5dc15f19ebde7ae',
38906 ))
38907 ->values(array(
38908   'filename' => 'sites/all/modules/entityreference/tests/entityreference.feeds.test',
38909   'hash' => '320c7480b1758e4d80e91c0a6ea3d43b6b35d1adfe00b6155b61ef786510bb7c',
38910 ))
38911 ->values(array(
38912   'filename' => 'sites/all/modules/entityreference/tests/entityreference.handlers.test',
38913   'hash' => '2fa170925ac5303c519378f1763e918cc2f111205220d90998b547a08db90d8c',
38914 ))
38915 ->values(array(
38916   'filename' => 'sites/all/modules/entityreference/tests/entityreference.taxonomy.test',
38917   'hash' => '8e4f7d9ae621df0f587b6fcbf139adea2a35c69305ef018ced88447a41164c5f',
38918 ))
38919 ->values(array(
38920   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_display.inc',
38921   'hash' => '9216a065ea4fdb2daacb1280e5c9549e3400b8553b5293534cf65a0d703ab189',
38922 ))
38923 ->values(array(
38924   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_row_fields.inc',
38925   'hash' => '7f5a58c099c2df6fd1c3ae285197a4648841d44fa107bcb2064bc1edf435ea8b',
38926 ))
38927 ->values(array(
38928   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_style.inc',
38929   'hash' => 'ad9a7ea5a37c2d9658c2b1d19ade3011c27ed5d9959423ebf7a390372507e6b0',
38930 ))
38931 ->values(array(
38932   'filename' => 'sites/all/modules/link/link.migrate.inc',
38933   'hash' => '0a17ff0daa79813174fff92e9db787e75e710fe757b6924eec193c66fe13f3df',
38934 ))
38935 ->values(array(
38936   'filename' => 'sites/all/modules/link/link.module',
38937   'hash' => '3fdf23f9f409b80df5eee57207a5045c566422cef14128306835f7b1b03a5e66',
38938 ))
38939 ->values(array(
38940   'filename' => 'sites/all/modules/link/tests/link.attribute.test',
38941   'hash' => '8c21045dbcf346edf8dc70c157d02074dd87372d4f60e7f5a4ae11683cd79399',
38942 ))
38943 ->values(array(
38944   'filename' => 'sites/all/modules/link/tests/link.crud.test',
38945   'hash' => 'de19e2c5e8c6cb02f25d7051bdd1db77852379ac59ce8185c25b4bf927478f22',
38946 ))
38947 ->values(array(
38948   'filename' => 'sites/all/modules/link/tests/link.crud_browser.test',
38949   'hash' => '07794771164033e14a635625ad08fdbcdc4dafa154db2ec0bd9a95ca30202eb5',
38950 ))
38951 ->values(array(
38952   'filename' => 'sites/all/modules/link/tests/link.test',
38953   'hash' => 'fe5d8cd577fbfc07929e7216e115530a28777ace9b7135fbc853a3a78d550456',
38954 ))
38955 ->values(array(
38956   'filename' => 'sites/all/modules/link/tests/link.token.test',
38957   'hash' => '930af3b64ccabd58a14c8f596ee4b908596b4bee64174bfa34d55fbab7173da4',
38958 ))
38959 ->values(array(
38960   'filename' => 'sites/all/modules/link/tests/link.validate.test',
38961   'hash' => '4fb3d9124767f43332f2e40bcca3aba98575dd1f6a286adfc8831607823986c5',
38962 ))
38963 ->values(array(
38964   'filename' => 'sites/all/modules/link/views/link_views_handler_argument_target.inc',
38965   'hash' => 'd77c23c6b085382c63e7dbce3d95afc9756517edcdc4cd455892d8333520d4c9',
38966 ))
38967 ->values(array(
38968   'filename' => 'sites/all/modules/link/views/link_views_handler_filter_protocol.inc',
38969   'hash' => 'e10a0d2de73bfa9a56fadbac023c6ac16022ced40c0444ab6ffed1b5d7ea7358',
38970 ))
38971 ->values(array(
38972   'filename' => 'sites/all/modules/phone/phone.migrate.inc',
38973   'hash' => 'd7422e56ab02e4b55b2fdb9ea185a876fd6164446b0c4f66b5c0e70071d7e708',
38974 ))
38975 ->values(array(
38976   'filename' => 'sites/all/modules/phone/tests/phone.au.test',
38977   'hash' => '0b920ca34f5255c6d49b0138b9bd58fa9e430fa11e33e93ab3cd248c2b4ad0fe',
38978 ))
38979 ->values(array(
38980   'filename' => 'sites/all/modules/phone/tests/phone.be.test',
38981   'hash' => '311af0608d86bb10a02e393a2d9e541a409b081088f353eacee6ceb864130a98',
38982 ))
38983 ->values(array(
38984   'filename' => 'sites/all/modules/phone/tests/phone.br.test',
38985   'hash' => '93bad68cd3e4560cc05914aeaee8bb9056591b46917d7295f9a3d4feca89e739',
38986 ))
38987 ->values(array(
38988   'filename' => 'sites/all/modules/phone/tests/phone.ca.test',
38989   'hash' => '6f425a856adb70fb250fc8823bc010afab781839695c9ecb5f7be38bf7710348',
38990 ))
38991 ->values(array(
38992   'filename' => 'sites/all/modules/phone/tests/phone.ch.test',
38993   'hash' => 'ab8fa50c459d6e11d773c597320859d07bfdbf5ab7715bd505cff025980b7070',
38994 ))
38995 ->values(array(
38996   'filename' => 'sites/all/modules/phone/tests/phone.cl.test',
38997   'hash' => '2cc581962d4367c476b2010f10de7acb3bc9ab52177bb52694e28a88d54d48a1',
38998 ))
38999 ->values(array(
39000   'filename' => 'sites/all/modules/phone/tests/phone.cn.test',
39001   'hash' => 'e36269835b0d5673684887cf33831a254e7b2110b98dc35a60102246901c244d',
39002 ))
39003 ->values(array(
39004   'filename' => 'sites/all/modules/phone/tests/phone.cr.test',
39005   'hash' => '04c3aab79d2c75104d0ce9a9a84f84443303289bafce79b43f06d90cbc4c78b0',
39006 ))
39007 ->values(array(
39008   'filename' => 'sites/all/modules/phone/tests/phone.cs.test',
39009   'hash' => '3e90d66bedebd4c66b46526fb4877340b6b0c2d4bcd7557e477b5b9c52727d9a',
39010 ))
39011 ->values(array(
39012   'filename' => 'sites/all/modules/phone/tests/phone.eg.test',
39013   'hash' => 'f0568e235c65fc625cc2eca359c0062771df5755460cb6003ae8c5197aca67f9',
39014 ))
39015 ->values(array(
39016   'filename' => 'sites/all/modules/phone/tests/phone.es.test',
39017   'hash' => '8a8bfa8827e42a79d89720cec22c9246ff463cc8bae89f78394b61fbd676614e',
39018 ))
39019 ->values(array(
39020   'filename' => 'sites/all/modules/phone/tests/phone.fr.test',
39021   'hash' => '76dc4de9eb4547e3a27298a93fb9949f5d354b3464ec268df9da496783093115',
39022 ))
39023 ->values(array(
39024   'filename' => 'sites/all/modules/phone/tests/phone.hu.test',
39025   'hash' => '57aee8805078b0281c4722e80d721fbcc6dec739b7258bc9843139fd2652471f',
39026 ))
39027 ->values(array(
39028   'filename' => 'sites/all/modules/phone/tests/phone.il.test',
39029   'hash' => '5dba7aa580c087df4d0d9e8a9d8a00a0203a3217cce2e14a26fc18371964f5d5',
39030 ))
39031 ->values(array(
39032   'filename' => 'sites/all/modules/phone/tests/phone.int.test',
39033   'hash' => '99b33e5ec1d232106ce3be0adf8fb7a9e57ee2bb82536408ec60978561ac0a5f',
39034 ))
39035 ->values(array(
39036   'filename' => 'sites/all/modules/phone/tests/phone.it.test',
39037   'hash' => 'dc80b84ed335e2989a36b3ffc7d670ff4106daa665e26df550c0dcf96915c056',
39038 ))
39039 ->values(array(
39040   'filename' => 'sites/all/modules/phone/tests/phone.jo.test',
39041   'hash' => '0c30dc4baccba8ddb4f2c55cfc2b79ceb736769bdc664e6189d1b5e7cd348e00',
39042 ))
39043 ->values(array(
39044   'filename' => 'sites/all/modules/phone/tests/phone.nl.test',
39045   'hash' => '33431240ce625582f22a5ae98066efd7ac57176a1d3e18a2a0f702ea43418637',
39046 ))
39047 ->values(array(
39048   'filename' => 'sites/all/modules/phone/tests/phone.nz.test',
39049   'hash' => '3a4cbb625f3c8de015b99ed1bc712f4cd41a3819ac9aea75170ad202297e46bc',
39050 ))
39051 ->values(array(
39052   'filename' => 'sites/all/modules/phone/tests/phone.pa.test',
39053   'hash' => 'd8fb12e636cd5028ab15e35f61d01d2d15e9e22f40724bf57f5958d6261720b7',
39054 ))
39055 ->values(array(
39056   'filename' => 'sites/all/modules/phone/tests/phone.ph.test',
39057   'hash' => '56727122712ea07bdded9df15449ffe1e605c5e64cebf599876a49e3b0bbb616',
39058 ))
39059 ->values(array(
39060   'filename' => 'sites/all/modules/phone/tests/phone.pk.test',
39061   'hash' => 'd061a6aa870b6a2607cfdb074d5d9ed5719e02fa298f69d38349b742335d8bb8',
39062 ))
39063 ->values(array(
39064   'filename' => 'sites/all/modules/phone/tests/phone.pl.test',
39065   'hash' => 'b9a2079d3d93909513d1c7b10054fddcea114529ac3f0d0cbbc674c547476180',
39066 ))
39067 ->values(array(
39068   'filename' => 'sites/all/modules/phone/tests/phone.ru.test',
39069   'hash' => 'f2f8c62e441ca34552754337f63ac7db81dceff3ebb984bfad3ad0ad19ca2072',
39070 ))
39071 ->values(array(
39072   'filename' => 'sites/all/modules/phone/tests/phone.se.test',
39073   'hash' => '7cb5c273d1f5d19533130da5417a4208c31f7ef8fd4d336972af202e64f05fd9',
39074 ))
39075 ->values(array(
39076   'filename' => 'sites/all/modules/phone/tests/phone.sg.test',
39077   'hash' => 'f76557ba04ad21f81b010f1cd6e649b7fa9eaf1df6acbcd7ac1c7fa60945f29e',
39078 ))
39079 ->values(array(
39080   'filename' => 'sites/all/modules/phone/tests/phone.ua.test',
39081   'hash' => '7441058b561f294da5dca24a367c5cb37bd043c4cb4a55606240d1843a244e56',
39082 ))
39083 ->values(array(
39084   'filename' => 'sites/all/modules/phone/tests/phone.uk.test',
39085   'hash' => 'a42cde9cb4ffbdab1974f56bbdf1f6fe9987f1a5d5713d11c0d3cdc6e0cb34c3',
39086 ))
39087 ->values(array(
39088   'filename' => 'sites/all/modules/phone/tests/phone.za.test',
39089   'hash' => 'c5491ab663972aa23ae2f917a0fc605a6136f02e1b207d3fc650ed1f251359ee',
39090 ))
39091 ->values(array(
39092   'filename' => 'sites/all/modules/views/tests/comment/views_handler_argument_comment_user_uid.test',
39093   'hash' => 'b8b417ef0e05806a88bd7d5e2f7dcb41339fbf5b66f39311defc9fb65476d561',
39094 ))
39095 ->values(array(
39096   'filename' => 'sites/all/modules/views/tests/comment/views_handler_filter_comment_user_uid.test',
39097   'hash' => '347c6ffd4383706dbde844235aaf31cff44a22e95d2e6d8ef4da34a41b70edd1',
39098 ))
39099 ->values(array(
39100   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
39101   'hash' => '53e6d57c2d1d6cd0cd92e15ca4077ba532214daf41e9c7c0f940c7c8dbd86a66',
39102 ))
39103 ->values(array(
39104   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_area_text.test',
39105   'hash' => 'af74a74a3357567b844606add76d7ca1271317778dd7bd245a216cf963c738b4',
39106 ))
39107 ->values(array(
39108   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_null.test',
39109   'hash' => '1d174e1f467b905d67217bd755100d78ffeca4aa4ada5c4be40270cd6d30b721',
39110 ))
39111 ->values(array(
39112   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_string.test',
39113   'hash' => '3d0213af0041146abb61dcdc750869ed773d0ac80cfa74ffbadfdd03b1f11c52',
39114 ))
39115 ->values(array(
39116   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field.test',
39117   'hash' => 'af552bf825ab77486b3d0d156779b7c4806ce5a983c6116ad68b633daf9bb927',
39118 ))
39119 ->values(array(
39120   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_boolean.test',
39121   'hash' => 'd334b12a850f36b41fe89ab30a9d758fd3ce434286bd136404344b7b288460ae',
39122 ))
39123 ->values(array(
39124   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_counter.test',
39125   'hash' => '75b31942adf06b107f5ffd3c97545fde8cd1040b1d00f682e3c7c1320026e26c',
39126 ))
39127 ->values(array(
39128   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_custom.test',
39129   'hash' => '1446bc3d5a6b1180a79edfa46a5268dbf7f089836aa3bc45df00ddaff9dd0ce1',
39130 ))
39131 ->values(array(
39132   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_date.test',
39133   'hash' => '6f45326d7f74127956d9d8e4d7ad96a4beb0f66175fa40daf1d618d1a5fa996d',
39134 ))
39135 ->values(array(
39136   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_file_size.test',
39137   'hash' => '49184db68af398a54e81c8a76261acd861da8fd7846b9d51dcf476d61396bfb9',
39138 ))
39139 ->values(array(
39140   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_math.test',
39141   'hash' => '6e39e4f782e6b36151ceafb41a5509f7c661be79b393b24f6f5496d724535887',
39142 ))
39143 ->values(array(
39144   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_url.test',
39145   'hash' => 'b41f762a71594b438a2e60a79c8260ba54e6305635725b0747e29f0d3ffe08c9',
39146 ))
39147 ->values(array(
39148   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_xss.test',
39149   'hash' => 'f129ee16c03f84673e33990cbb2da5aa88c362f46e9ba1620b2a842ffd1c9cd2',
39150 ))
39151 ->values(array(
39152   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_combine.test',
39153   'hash' => '05842d83a11822afe7d566835f5db9f0f94fdb27ddfc388d38138767bdf36f8b',
39154 ))
39155 ->values(array(
39156   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_date.test',
39157   'hash' => '045cc449b68bbd5526071bf38c505b6d44f6c91868273c3120705c3bad250aee',
39158 ))
39159 ->values(array(
39160   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_equality.test',
39161   'hash' => 'c88f21c9cbf1aae83393b26616908f8020c18fe378d76256c7ba192df2ec17af',
39162 ))
39163 ->values(array(
39164   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_in_operator.test',
39165   'hash' => '89420a4071677232e0eb82b184b37b818a82bdb2ff90a8b21293f9ecb21808bf',
39166 ))
39167 ->values(array(
39168   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_numeric.test',
39169   'hash' => '35ac7a34e696b979e86ef7209b6697098d9abe218e30a02cc4fe39fb11f2a852',
39170 ))
39171 ->values(array(
39172   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_string.test',
39173   'hash' => 'b7d090780748faad478e619fd55673d746d4a0cf343d9e40ea96881324c34cbd',
39174 ))
39175 ->values(array(
39176   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort.test',
39177   'hash' => 'f4ff79e6bc54e83c4eb2777811f33702b7e9fe7416ef70ae00d100fa54d44fec',
39178 ))
39179 ->values(array(
39180   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_date.test',
39181   'hash' => 'f548584d7c6a71cabd3ce07e04053a38df3f3e1685210ce8114238fd05344c10',
39182 ))
39183 ->values(array(
39184   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_random.test',
39185   'hash' => '4fdba9bf05a26720ffa97e7a37da65ddc9044bd2832f8c89007b82feb062f182',
39186 ))
39187 ->values(array(
39188   'filename' => 'sites/all/modules/views/tests/node/views_node_revision_relations.test',
39189   'hash' => '9467497a6d693615b48c8f57611a850002317bcb091b926d2efbbe56a4e61480',
39190 ))
39191 ->values(array(
39192   'filename' => 'sites/all/modules/views/tests/plugins/views_plugin_display.test',
39193   'hash' => '4a6b136543a60999604c54125fa9d4f5aa61a5dcc71e2133d89325d81bc0fc2d',
39194 ))
39195 ->values(array(
39196   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style.test',
39197   'hash' => 'fb6c3279645fbcc1126acb3e1c908189e5240c647f81dcfd9b0761570c99d269',
39198 ))
39199 ->values(array(
39200   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_base.test',
39201   'hash' => '54fb7816d18416d8b0db67e9f55aa2aa50ac204eb9311be14b6700b7d7a95ae7',
39202 ))
39203 ->values(array(
39204   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_jump_menu.test',
39205   'hash' => 'b88baa8aebe183943a6e4cf2df314fef13ac41b5844cd5fa4aa91557dd624895',
39206 ))
39207 ->values(array(
39208   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_mapping.test',
39209   'hash' => 'a4e68bc8cfbeff4a1d9b8085fd115bfe7a8c4b84c049573fa0409b0dc8c2f053',
39210 ))
39211 ->values(array(
39212   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_unformatted.test',
39213   'hash' => '033ca29d41af47cd7bd12d50fea6c956dde247202ebda9df7f637111481bb51d',
39214 ))
39215 ->values(array(
39216   'filename' => 'sites/all/modules/views/tests/taxonomy/views_handler_relationship_node_term_data.test',
39217   'hash' => '6074f5c7ae63225ea0cd26626ace6c017740e226f4d3c234e39869c31308223d',
39218 ))
39219 ->values(array(
39220   'filename' => 'sites/all/modules/views/tests/user/views_handler_field_user_name.test',
39221   'hash' => '69641b6da26d8daee9a2ceb2d0df56668bf09b86db1d4071c275b6e8d0885f9e',
39222 ))
39223 ->values(array(
39224   'filename' => 'sites/all/modules/views/tests/user/views_user.test',
39225   'hash' => 'fbb63b42a0b7051bd4d33cf36841f39d7cc13a63b0554eca431b2a08c19facae',
39226 ))
39227 ->values(array(
39228   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_default.test',
39229   'hash' => '6423f2db7673763991b1fd0c452a7d84413c7dd888ca6c95545fadc531cfaaf4',
39230 ))
39231 ->values(array(
39232   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_validate.test',
39233   'hash' => 'c88c9e5d162958f8924849758486a0d83822ada06088f5cf71bfbe76932d8d84',
39234 ))
39235 ->values(array(
39236   'filename' => 'sites/all/modules/views/tests/views_access.test',
39237   'hash' => 'f8b9d04b43c09a67ec722290a30408c1df8c163cf6e5863b41468bb4e381ee6f',
39238 ))
39239 ->values(array(
39240   'filename' => 'sites/all/modules/views/tests/views_analyze.test',
39241   'hash' => '5548e36c99bb626209d63e5cddbc31f49ad83865c983d2662c6826b328d24ffb',
39242 ))
39243 ->values(array(
39244   'filename' => 'sites/all/modules/views/tests/views_argument_default.test',
39245   'hash' => '5950937aae4608bba5b86f366ef3a56cc6518bbccfeaeacda79fa13246d220e4',
39246 ))
39247 ->values(array(
39248   'filename' => 'sites/all/modules/views/tests/views_argument_validator.test',
39249   'hash' => '31f8f49946c8aa3b03d6d9a2281bdfb11c54071b28e83fb3e827ca6ff5e38c88',
39250 ))
39251 ->values(array(
39252   'filename' => 'sites/all/modules/views/tests/views_basic.test',
39253   'hash' => '655bd33983f84bbea68a3f24bfab545d2c02f36a478566edf35a98a58ff0c6cf',
39254 ))
39255 ->values(array(
39256   'filename' => 'sites/all/modules/views/tests/views_cache.test',
39257   'hash' => '76316e1f026c2ab81ef91450b9d6d5985cbfab087f839ea0edd112209bf84fd9',
39258 ))
39259 ->values(array(
39260   'filename' => 'sites/all/modules/views/tests/views_exposed_form.test',
39261   'hash' => '2b2b16373af8ecade91d7c77bd8c2da8286a33bde554874f5d81399d201c3228',
39262 ))
39263 ->values(array(
39264   'filename' => 'sites/all/modules/views/tests/views_glossary.test',
39265   'hash' => '118d50177a68a6f88e3727e10f8bcc6f95176282cc42fbd604458eeb932a36e8',
39266 ))
39267 ->values(array(
39268   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
39269   'hash' => 'ac6ca55f084f4884c06437815ccfa5c4d10bfef808c3f6f17a4f69537794a992',
39270 ))
39271 ->values(array(
39272   'filename' => 'sites/all/modules/views/tests/views_handlers.test',
39273   'hash' => 'a696e3d6b1748da03a04ac532f403700d07c920b9c405c628a6c94ea6764f501',
39274 ))
39275 ->values(array(
39276   'filename' => 'sites/all/modules/views/tests/views_module.test',
39277   'hash' => '3939798f2f679308903d4845f5625dd60df6110aec2615e33ab81e854d0b7e73',
39278 ))
39279 ->values(array(
39280   'filename' => 'sites/all/modules/views/tests/views_pager.test',
39281   'hash' => '6f448c8c13c5177afb35103119d6281958a2d6dbdfb96ae5f4ee77cb3b44adc5',
39282 ))
39283 ->values(array(
39284   'filename' => 'sites/all/modules/views/tests/views_query.test',
39285   'hash' => '1ab587994dc43b1315e9a534d005798aecaa14182ba23a2b445e56516b9528cb',
39286 ))
39287 ->values(array(
39288   'filename' => 'sites/all/modules/views/tests/views_translatable.test',
39289   'hash' => '6899c7b09ab72c262480cf78d200ecddfb683e8f2495438a55b35ae0e103a1b3',
39290 ))
39291 ->values(array(
39292   'filename' => 'sites/all/modules/views/tests/views_ui.test',
39293   'hash' => 'f9687a363d7cc2828739583e3eedeb68c99acd505ff4e3036c806a42b93a2688',
39294 ))
39295 ->values(array(
39296   'filename' => 'sites/all/modules/views/tests/views_upgrade.test',
39297   'hash' => 'c48bd74b85809dd78d963e525e38f3b6dd7e12aa249f73bd6a20247a40d6713a',
39298 ))
39299 ->values(array(
39300   'filename' => 'sites/all/modules/views/tests/views_view.test',
39301   'hash' => 'a52e010d27cc2eb29804a3acd30f574adf11fad1f5860e431178b61cddbdbb69',
39302 ))
39303 ->execute();
39304
39305 $connection->schema()->createTable('role', array(
39306   'fields' => array(
39307     'rid' => array(
39308       'type' => 'serial',
39309       'not null' => TRUE,
39310       'size' => 'normal',
39311       'unsigned' => TRUE,
39312     ),
39313     'name' => array(
39314       'type' => 'varchar',
39315       'not null' => TRUE,
39316       'length' => '64',
39317       'default' => '',
39318     ),
39319     'weight' => array(
39320       'type' => 'int',
39321       'not null' => TRUE,
39322       'size' => 'normal',
39323       'default' => '0',
39324     ),
39325   ),
39326   'primary key' => array(
39327     'rid',
39328   ),
39329   'mysql_character_set' => 'utf8',
39330 ));
39331
39332 $connection->insert('role')
39333 ->fields(array(
39334   'rid',
39335   'name',
39336   'weight',
39337 ))
39338 ->values(array(
39339   'rid' => '1',
39340   'name' => 'anonymous user',
39341   'weight' => '0',
39342 ))
39343 ->values(array(
39344   'rid' => '2',
39345   'name' => 'authenticated user',
39346   'weight' => '1',
39347 ))
39348 ->values(array(
39349   'rid' => '3',
39350   'name' => 'administrator',
39351   'weight' => '2',
39352 ))
39353 ->execute();
39354
39355 $connection->schema()->createTable('role_permission', array(
39356   'fields' => array(
39357     'rid' => array(
39358       'type' => 'int',
39359       'not null' => TRUE,
39360       'size' => 'normal',
39361       'unsigned' => TRUE,
39362     ),
39363     'permission' => array(
39364       'type' => 'varchar',
39365       'not null' => TRUE,
39366       'length' => '128',
39367       'default' => '',
39368     ),
39369     'module' => array(
39370       'type' => 'varchar',
39371       'not null' => TRUE,
39372       'length' => '255',
39373       'default' => '',
39374     ),
39375   ),
39376   'primary key' => array(
39377     'rid',
39378     'permission',
39379   ),
39380   'mysql_character_set' => 'utf8',
39381 ));
39382
39383 $connection->insert('role_permission')
39384 ->fields(array(
39385   'rid',
39386   'permission',
39387   'module',
39388 ))
39389 ->values(array(
39390   'rid' => '3',
39391   'permission' => 'access administration pages',
39392   'module' => 'system',
39393 ))
39394 ->values(array(
39395   'rid' => '3',
39396   'permission' => 'access all views',
39397   'module' => 'views',
39398 ))
39399 ->values(array(
39400   'rid' => '1',
39401   'permission' => 'access comments',
39402   'module' => 'comment',
39403 ))
39404 ->values(array(
39405   'rid' => '2',
39406   'permission' => 'access comments',
39407   'module' => 'comment',
39408 ))
39409 ->values(array(
39410   'rid' => '3',
39411   'permission' => 'access comments',
39412   'module' => 'comment',
39413 ))
39414 ->values(array(
39415   'rid' => '1',
39416   'permission' => 'access content',
39417   'module' => 'node',
39418 ))
39419 ->values(array(
39420   'rid' => '2',
39421   'permission' => 'access content',
39422   'module' => 'node',
39423 ))
39424 ->values(array(
39425   'rid' => '3',
39426   'permission' => 'access content',
39427   'module' => 'node',
39428 ))
39429 ->values(array(
39430   'rid' => '3',
39431   'permission' => 'access content overview',
39432   'module' => 'node',
39433 ))
39434 ->values(array(
39435   'rid' => '3',
39436   'permission' => 'access contextual links',
39437   'module' => 'contextual',
39438 ))
39439 ->values(array(
39440   'rid' => '3',
39441   'permission' => 'access dashboard',
39442   'module' => 'dashboard',
39443 ))
39444 ->values(array(
39445   'rid' => '3',
39446   'permission' => 'access news feeds',
39447   'module' => 'aggregator',
39448 ))
39449 ->values(array(
39450   'rid' => '3',
39451   'permission' => 'access overlay',
39452   'module' => 'overlay',
39453 ))
39454 ->values(array(
39455   'rid' => '3',
39456   'permission' => 'access printer-friendly version',
39457   'module' => 'book',
39458 ))
39459 ->values(array(
39460   'rid' => '3',
39461   'permission' => 'access site in maintenance mode',
39462   'module' => 'system',
39463 ))
39464 ->values(array(
39465   'rid' => '3',
39466   'permission' => 'access site reports',
39467   'module' => 'system',
39468 ))
39469 ->values(array(
39470   'rid' => '3',
39471   'permission' => 'access site-wide contact form',
39472   'module' => 'contact',
39473 ))
39474 ->values(array(
39475   'rid' => '3',
39476   'permission' => 'access statistics',
39477   'module' => 'statistics',
39478 ))
39479 ->values(array(
39480   'rid' => '3',
39481   'permission' => 'access toolbar',
39482   'module' => 'toolbar',
39483 ))
39484 ->values(array(
39485   'rid' => '3',
39486   'permission' => 'access user contact forms',
39487   'module' => 'contact',
39488 ))
39489 ->values(array(
39490   'rid' => '3',
39491   'permission' => 'access user profiles',
39492   'module' => 'user',
39493 ))
39494 ->values(array(
39495   'rid' => '3',
39496   'permission' => 'add content to books',
39497   'module' => 'book',
39498 ))
39499 ->values(array(
39500   'rid' => '3',
39501   'permission' => 'administer actions',
39502   'module' => 'system',
39503 ))
39504 ->values(array(
39505   'rid' => '3',
39506   'permission' => 'administer blocks',
39507   'module' => 'block',
39508 ))
39509 ->values(array(
39510   'rid' => '3',
39511   'permission' => 'administer book outlines',
39512   'module' => 'book',
39513 ))
39514 ->values(array(
39515   'rid' => '3',
39516   'permission' => 'administer comments',
39517   'module' => 'comment',
39518 ))
39519 ->values(array(
39520   'rid' => '3',
39521   'permission' => 'administer contact forms',
39522   'module' => 'contact',
39523 ))
39524 ->values(array(
39525   'rid' => '3',
39526   'permission' => 'administer content types',
39527   'module' => 'node',
39528 ))
39529 ->values(array(
39530   'rid' => '3',
39531   'permission' => 'administer filters',
39532   'module' => 'filter',
39533 ))
39534 ->values(array(
39535   'rid' => '3',
39536   'permission' => 'administer forums',
39537   'module' => 'forum',
39538 ))
39539 ->values(array(
39540   'rid' => '3',
39541   'permission' => 'administer image styles',
39542   'module' => 'image',
39543 ))
39544 ->values(array(
39545   'rid' => '3',
39546   'permission' => 'administer languages',
39547   'module' => 'locale',
39548 ))
39549 ->values(array(
39550   'rid' => '3',
39551   'permission' => 'administer menu',
39552   'module' => 'menu',
39553 ))
39554 ->values(array(
39555   'rid' => '3',
39556   'permission' => 'administer modules',
39557   'module' => 'system',
39558 ))
39559 ->values(array(
39560   'rid' => '3',
39561   'permission' => 'administer news feeds',
39562   'module' => 'aggregator',
39563 ))
39564 ->values(array(
39565   'rid' => '3',
39566   'permission' => 'administer nodes',
39567   'module' => 'node',
39568 ))
39569 ->values(array(
39570   'rid' => '3',
39571   'permission' => 'administer permissions',
39572   'module' => 'user',
39573 ))
39574 ->values(array(
39575   'rid' => '3',
39576   'permission' => 'administer search',
39577   'module' => 'search',
39578 ))
39579 ->values(array(
39580   'rid' => '3',
39581   'permission' => 'administer shortcuts',
39582   'module' => 'shortcut',
39583 ))
39584 ->values(array(
39585   'rid' => '3',
39586   'permission' => 'administer site configuration',
39587   'module' => 'system',
39588 ))
39589 ->values(array(
39590   'rid' => '3',
39591   'permission' => 'administer software updates',
39592   'module' => 'system',
39593 ))
39594 ->values(array(
39595   'rid' => '3',
39596   'permission' => 'administer statistics',
39597   'module' => 'statistics',
39598 ))
39599 ->values(array(
39600   'rid' => '3',
39601   'permission' => 'administer taxonomy',
39602   'module' => 'taxonomy',
39603 ))
39604 ->values(array(
39605   'rid' => '3',
39606   'permission' => 'administer themes',
39607   'module' => 'system',
39608 ))
39609 ->values(array(
39610   'rid' => '3',
39611   'permission' => 'administer unit tests',
39612   'module' => 'simpletest',
39613 ))
39614 ->values(array(
39615   'rid' => '3',
39616   'permission' => 'administer url aliases',
39617   'module' => 'path',
39618 ))
39619 ->values(array(
39620   'rid' => '3',
39621   'permission' => 'administer users',
39622   'module' => 'user',
39623 ))
39624 ->values(array(
39625   'rid' => '3',
39626   'permission' => 'administer views',
39627   'module' => 'views',
39628 ))
39629 ->values(array(
39630   'rid' => '3',
39631   'permission' => 'block IP addresses',
39632   'module' => 'system',
39633 ))
39634 ->values(array(
39635   'rid' => '3',
39636   'permission' => 'bypass node access',
39637   'module' => 'node',
39638 ))
39639 ->values(array(
39640   'rid' => '3',
39641   'permission' => 'cancel account',
39642   'module' => 'user',
39643 ))
39644 ->values(array(
39645   'rid' => '3',
39646   'permission' => 'change own username',
39647   'module' => 'user',
39648 ))
39649 ->values(array(
39650   'rid' => '3',
39651   'permission' => 'create article content',
39652   'module' => 'node',
39653 ))
39654 ->values(array(
39655   'rid' => '3',
39656   'permission' => 'create new books',
39657   'module' => 'book',
39658 ))
39659 ->values(array(
39660   'rid' => '3',
39661   'permission' => 'create page content',
39662   'module' => 'node',
39663 ))
39664 ->values(array(
39665   'rid' => '3',
39666   'permission' => 'create url aliases',
39667   'module' => 'path',
39668 ))
39669 ->values(array(
39670   'rid' => '3',
39671   'permission' => 'customize shortcut links',
39672   'module' => 'shortcut',
39673 ))
39674 ->values(array(
39675   'rid' => '3',
39676   'permission' => 'delete any article content',
39677   'module' => 'node',
39678 ))
39679 ->values(array(
39680   'rid' => '3',
39681   'permission' => 'delete any page content',
39682   'module' => 'node',
39683 ))
39684 ->values(array(
39685   'rid' => '3',
39686   'permission' => 'delete own article content',
39687   'module' => 'node',
39688 ))
39689 ->values(array(
39690   'rid' => '3',
39691   'permission' => 'delete own page content',
39692   'module' => 'node',
39693 ))
39694 ->values(array(
39695   'rid' => '3',
39696   'permission' => 'delete revisions',
39697   'module' => 'node',
39698 ))
39699 ->values(array(
39700   'rid' => '3',
39701   'permission' => 'delete terms in 1',
39702   'module' => 'taxonomy',
39703 ))
39704 ->values(array(
39705   'rid' => '3',
39706   'permission' => 'edit any article content',
39707   'module' => 'node',
39708 ))
39709 ->values(array(
39710   'rid' => '3',
39711   'permission' => 'edit any page content',
39712   'module' => 'node',
39713 ))
39714 ->values(array(
39715   'rid' => '3',
39716   'permission' => 'edit own article content',
39717   'module' => 'node',
39718 ))
39719 ->values(array(
39720   'rid' => '3',
39721   'permission' => 'edit own comments',
39722   'module' => 'comment',
39723 ))
39724 ->values(array(
39725   'rid' => '3',
39726   'permission' => 'edit own page content',
39727   'module' => 'node',
39728 ))
39729 ->values(array(
39730   'rid' => '3',
39731   'permission' => 'edit terms in 1',
39732   'module' => 'taxonomy',
39733 ))
39734 ->values(array(
39735   'rid' => '2',
39736   'permission' => 'post comments',
39737   'module' => 'comment',
39738 ))
39739 ->values(array(
39740   'rid' => '3',
39741   'permission' => 'post comments',
39742   'module' => 'comment',
39743 ))
39744 ->values(array(
39745   'rid' => '3',
39746   'permission' => 'revert revisions',
39747   'module' => 'node',
39748 ))
39749 ->values(array(
39750   'rid' => '3',
39751   'permission' => 'search content',
39752   'module' => 'search',
39753 ))
39754 ->values(array(
39755   'rid' => '3',
39756   'permission' => 'select account cancellation method',
39757   'module' => 'user',
39758 ))
39759 ->values(array(
39760   'rid' => '2',
39761   'permission' => 'skip comment approval',
39762   'module' => 'comment',
39763 ))
39764 ->values(array(
39765   'rid' => '3',
39766   'permission' => 'skip comment approval',
39767   'module' => 'comment',
39768 ))
39769 ->values(array(
39770   'rid' => '3',
39771   'permission' => 'switch shortcut sets',
39772   'module' => 'shortcut',
39773 ))
39774 ->values(array(
39775   'rid' => '3',
39776   'permission' => 'translate content',
39777   'module' => 'translation',
39778 ))
39779 ->values(array(
39780   'rid' => '3',
39781   'permission' => 'translate interface',
39782   'module' => 'locale',
39783 ))
39784 ->values(array(
39785   'rid' => '3',
39786   'permission' => 'use advanced search',
39787   'module' => 'search',
39788 ))
39789 ->values(array(
39790   'rid' => '3',
39791   'permission' => 'use PHP for settings',
39792   'module' => 'php',
39793 ))
39794 ->values(array(
39795   'rid' => '2',
39796   'permission' => 'use text format custom_text_format',
39797   'module' => 'filter',
39798 ))
39799 ->values(array(
39800   'rid' => '3',
39801   'permission' => 'use text format custom_text_format',
39802   'module' => 'filter',
39803 ))
39804 ->values(array(
39805   'rid' => '1',
39806   'permission' => 'use text format filtered_html',
39807   'module' => 'filter',
39808 ))
39809 ->values(array(
39810   'rid' => '2',
39811   'permission' => 'use text format filtered_html',
39812   'module' => 'filter',
39813 ))
39814 ->values(array(
39815   'rid' => '3',
39816   'permission' => 'use text format filtered_html',
39817   'module' => 'filter',
39818 ))
39819 ->values(array(
39820   'rid' => '3',
39821   'permission' => 'use text format full_html',
39822   'module' => 'filter',
39823 ))
39824 ->values(array(
39825   'rid' => '3',
39826   'permission' => 'view own unpublished content',
39827   'module' => 'node',
39828 ))
39829 ->values(array(
39830   'rid' => '3',
39831   'permission' => 'view post access counter',
39832   'module' => 'statistics',
39833 ))
39834 ->values(array(
39835   'rid' => '3',
39836   'permission' => 'view revisions',
39837   'module' => 'node',
39838 ))
39839 ->values(array(
39840   'rid' => '3',
39841   'permission' => 'view the administration theme',
39842   'module' => 'system',
39843 ))
39844 ->execute();
39845
39846 $connection->schema()->createTable('search_dataset', array(
39847   'fields' => array(
39848     'sid' => array(
39849       'type' => 'int',
39850       'not null' => TRUE,
39851       'size' => 'normal',
39852       'default' => '0',
39853       'unsigned' => TRUE,
39854     ),
39855     'type' => array(
39856       'type' => 'varchar',
39857       'not null' => TRUE,
39858       'length' => '16',
39859     ),
39860     'data' => array(
39861       'type' => 'text',
39862       'not null' => TRUE,
39863       'size' => 'normal',
39864     ),
39865     'reindex' => array(
39866       'type' => 'int',
39867       'not null' => TRUE,
39868       'size' => 'normal',
39869       'default' => '0',
39870       'unsigned' => TRUE,
39871     ),
39872   ),
39873   'primary key' => array(
39874     'sid',
39875     'type',
39876   ),
39877   'mysql_character_set' => 'utf8',
39878 ));
39879
39880 $connection->insert('search_dataset')
39881 ->fields(array(
39882   'sid',
39883   'type',
39884   'data',
39885   'reindex',
39886 ))
39887 ->values(array(
39888   'sid' => '1',
39889   'type' => 'node',
39890   '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  ',
39891   'reindex' => '0',
39892 ))
39893 ->values(array(
39894   'sid' => '2',
39895   'type' => 'node',
39896   '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 ',
39897   'reindex' => '0',
39898 ))
39899 ->execute();
39900
39901 $connection->schema()->createTable('search_index', array(
39902   'fields' => array(
39903     'word' => array(
39904       'type' => 'varchar',
39905       'not null' => TRUE,
39906       'length' => '50',
39907       'default' => '',
39908     ),
39909     'sid' => array(
39910       'type' => 'int',
39911       'not null' => TRUE,
39912       'size' => 'normal',
39913       'default' => '0',
39914       'unsigned' => TRUE,
39915     ),
39916     'type' => array(
39917       'type' => 'varchar',
39918       'not null' => TRUE,
39919       'length' => '16',
39920     ),
39921     'score' => array(
39922       'type' => 'numeric',
39923       'not null' => FALSE,
39924       'precision' => '10',
39925       'scale' => '0',
39926     ),
39927   ),
39928   'primary key' => array(
39929     'word',
39930     'sid',
39931     'type',
39932   ),
39933   'mysql_character_set' => 'utf8',
39934 ));
39935
39936 $connection->insert('search_index')
39937 ->fields(array(
39938   'word',
39939   'sid',
39940   'type',
39941   'score',
39942 ))
39943 ->values(array(
39944   'word' => '1',
39945   'sid' => '1',
39946   'type' => 'node',
39947   'score' => '1',
39948 ))
39949 ->values(array(
39950   'word' => '1192015',
39951   'sid' => '1',
39952   'type' => 'node',
39953   'score' => '1',
39954 ))
39955 ->values(array(
39956   'word' => '19',
39957   'sid' => '1',
39958   'type' => 'node',
39959   'score' => '2',
39960 ))
39961 ->values(array(
39962   'word' => '2015',
39963   'sid' => '1',
39964   'type' => 'node',
39965   'score' => '2',
39966 ))
39967 ->values(array(
39968   'word' => '2215',
39969   'sid' => '1',
39970   'type' => 'node',
39971   'score' => '2',
39972 ))
39973 ->values(array(
39974   'word' => '2218',
39975   'sid' => '1',
39976   'type' => 'node',
39977   'score' => '1',
39978 ))
39979 ->values(array(
39980   'word' => '9',
39981   'sid' => '1',
39982   'type' => 'node',
39983   'score' => '1',
39984 ))
39985 ->values(array(
39986   'word' => '99999999',
39987   'sid' => '1',
39988   'type' => 'node',
39989   'score' => '1',
39990 ))
39991 ->values(array(
39992   'word' => 'abc5xyz',
39993   'sid' => '1',
39994   'type' => 'node',
39995   'score' => '1',
39996 ))
39997 ->values(array(
39998   'word' => 'admin',
39999   'sid' => '1',
40000   'type' => 'node',
40001   'score' => '1',
40002 ))
40003 ->values(array(
40004   'word' => 'another',
40005   'sid' => '1',
40006   'type' => 'node',
40007   'score' => '11',
40008 ))
40009 ->values(array(
40010   'word' => 'click',
40011   'sid' => '1',
40012   'type' => 'node',
40013   'score' => '11',
40014 ))
40015 ->values(array(
40016   'word' => 'comment',
40017   'sid' => '1',
40018   'type' => 'node',
40019   'score' => '27',
40020 ))
40021 ->values(array(
40022   'word' => 'comments',
40023   'sid' => '1',
40024   'type' => 'node',
40025   'score' => '1',
40026 ))
40027 ->values(array(
40028   'word' => 'default',
40029   'sid' => '1',
40030   'type' => 'node',
40031   'score' => '11',
40032 ))
40033 ->values(array(
40034   'word' => 'examplecom',
40035   'sid' => '1',
40036   'type' => 'node',
40037   'score' => '22',
40038 ))
40039 ->values(array(
40040   'word' => 'here',
40041   'sid' => '1',
40042   'type' => 'node',
40043   'score' => '11',
40044 ))
40045 ->values(array(
40046   'word' => 'january',
40047   'sid' => '1',
40048   'type' => 'node',
40049   'score' => '2',
40050 ))
40051 ->values(array(
40052   'word' => 'monday',
40053   'sid' => '1',
40054   'type' => 'node',
40055   'score' => '2',
40056 ))
40057 ->values(array(
40058   'word' => 'more',
40059   'sid' => '1',
40060   'type' => 'node',
40061   'score' => '1',
40062 ))
40063 ->values(array(
40064   'word' => 'node',
40065   'sid' => '1',
40066   'type' => 'node',
40067   'score' => '26',
40068 ))
40069 ->values(array(
40070   'word' => 'permalink',
40071   'sid' => '1',
40072   'type' => 'node',
40073   'score' => '11',
40074 ))
40075 ->values(array(
40076   'word' => 'post',
40077   'sid' => '1',
40078   'type' => 'node',
40079   'score' => '1',
40080 ))
40081 ->values(array(
40082   'word' => 'prefix',
40083   'sid' => '1',
40084   'type' => 'node',
40085   'score' => '1',
40086 ))
40087 ->values(array(
40088   'word' => 'register',
40089   'sid' => '1',
40090   'type' => 'node',
40091   'score' => '2',
40092 ))
40093 ->values(array(
40094   'word' => 'some',
40095   'sid' => '1',
40096   'type' => 'node',
40097   'score' => '1',
40098 ))
40099 ->values(array(
40100   'word' => 'submitted',
40101   'sid' => '1',
40102   'type' => 'node',
40103   'score' => '1',
40104 ))
40105 ->values(array(
40106   'word' => 'text',
40107   'sid' => '1',
40108   'type' => 'node',
40109   'score' => '1',
40110 ))
40111 ->values(array(
40112   'word' => 'this',
40113   'sid' => '1',
40114   'type' => 'node',
40115   'score' => '1',
40116 ))
40117 ->values(array(
40118   'word' => 'value',
40119   'sid' => '1',
40120   'type' => 'node',
40121   'score' => '1',
40122 ))
40123 ->values(array(
40124   'word' => 'value120suffix',
40125   'sid' => '1',
40126   'type' => 'node',
40127   'score' => '1',
40128 ))
40129 ->values(array(
40130   'word' => '9',
40131   'sid' => '2',
40132   'type' => 'node',
40133   'score' => '26',
40134 ))
40135 ->values(array(
40136   'word' => 'about',
40137   'sid' => '2',
40138   'type' => 'node',
40139   'score' => '26',
40140 ))
40141 ->values(array(
40142   'word' => 'absolute',
40143   'sid' => '2',
40144   'type' => 'node',
40145   'score' => '1',
40146 ))
40147 ->values(array(
40148   'word' => 'benjamin',
40149   'sid' => '2',
40150   'type' => 'node',
40151   'score' => '11',
40152 ))
40153 ->values(array(
40154   'word' => 'best',
40155   'sid' => '2',
40156   'type' => 'node',
40157   'score' => '1',
40158 ))
40159 ->values(array(
40160   'word' => 'deep',
40161   'sid' => '2',
40162   'type' => 'node',
40163   'score' => '26',
40164 ))
40165 ->values(array(
40166   'word' => 'ever',
40167   'sid' => '2',
40168   'type' => 'node',
40169   'score' => '1',
40170 ))
40171 ->values(array(
40172   'word' => 'know',
40173   'sid' => '2',
40174   'type' => 'node',
40175   'score' => '1',
40176 ))
40177 ->values(array(
40178   'word' => 'quark',
40179   'sid' => '2',
40180   'type' => 'node',
40181   'score' => '11',
40182 ))
40183 ->values(array(
40184   'word' => 'show',
40185   'sid' => '2',
40186   'type' => 'node',
40187   'score' => '1',
40188 ))
40189 ->values(array(
40190   'word' => 'sisko',
40191   'sid' => '2',
40192   'type' => 'node',
40193   'score' => '11',
40194 ))
40195 ->values(array(
40196   'word' => 'space',
40197   'sid' => '2',
40198   'type' => 'node',
40199   'score' => '26',
40200 ))
40201 ->values(array(
40202   'word' => 'that',
40203   'sid' => '2',
40204   'type' => 'node',
40205   'score' => '1',
40206 ))
40207 ->values(array(
40208   'word' => 'thing',
40209   'sid' => '2',
40210   'type' => 'node',
40211   'score' => '26',
40212 ))
40213 ->values(array(
40214   'word' => 'trust',
40215   'sid' => '2',
40216   'type' => 'node',
40217   'score' => '1',
40218 ))
40219 ->values(array(
40220   'word' => 'would',
40221   'sid' => '2',
40222   'type' => 'node',
40223   'score' => '1',
40224 ))
40225 ->execute();
40226
40227 $connection->schema()->createTable('search_node_links', array(
40228   'fields' => array(
40229     'sid' => array(
40230       'type' => 'int',
40231       'not null' => TRUE,
40232       'size' => 'normal',
40233       'default' => '0',
40234       'unsigned' => TRUE,
40235     ),
40236     'type' => array(
40237       'type' => 'varchar',
40238       'not null' => TRUE,
40239       'length' => '16',
40240       'default' => '',
40241     ),
40242     'nid' => array(
40243       'type' => 'int',
40244       'not null' => TRUE,
40245       'size' => 'normal',
40246       'default' => '0',
40247       'unsigned' => TRUE,
40248     ),
40249     'caption' => array(
40250       'type' => 'text',
40251       'not null' => FALSE,
40252       'size' => 'normal',
40253     ),
40254   ),
40255   'primary key' => array(
40256     'sid',
40257     'type',
40258     'nid',
40259   ),
40260   'mysql_character_set' => 'utf8',
40261 ));
40262
40263 $connection->schema()->createTable('search_total', array(
40264   'fields' => array(
40265     'word' => array(
40266       'type' => 'varchar',
40267       'not null' => TRUE,
40268       'length' => '50',
40269       'default' => '',
40270     ),
40271     'count' => array(
40272       'type' => 'numeric',
40273       'not null' => FALSE,
40274       'precision' => '10',
40275       'scale' => '0',
40276     ),
40277   ),
40278   'primary key' => array(
40279     'word',
40280   ),
40281   'mysql_character_set' => 'utf8',
40282 ));
40283
40284 $connection->insert('search_total')
40285 ->fields(array(
40286   'word',
40287   'count',
40288 ))
40289 ->values(array(
40290   'word' => '1',
40291   'count' => '0',
40292 ))
40293 ->values(array(
40294   'word' => '1192015',
40295   'count' => '0',
40296 ))
40297 ->values(array(
40298   'word' => '19',
40299   'count' => '0',
40300 ))
40301 ->values(array(
40302   'word' => '2015',
40303   'count' => '0',
40304 ))
40305 ->values(array(
40306   'word' => '2215',
40307   'count' => '0',
40308 ))
40309 ->values(array(
40310   'word' => '2218',
40311   'count' => '0',
40312 ))
40313 ->values(array(
40314   'word' => '9',
40315   'count' => '0',
40316 ))
40317 ->values(array(
40318   'word' => '99999999',
40319   'count' => '0',
40320 ))
40321 ->values(array(
40322   'word' => 'abc5xyz',
40323   'count' => '0',
40324 ))
40325 ->values(array(
40326   'word' => 'about',
40327   'count' => '0',
40328 ))
40329 ->values(array(
40330   'word' => 'absolute',
40331   'count' => '0',
40332 ))
40333 ->values(array(
40334   'word' => 'admin',
40335   'count' => '0',
40336 ))
40337 ->values(array(
40338   'word' => 'another',
40339   'count' => '0',
40340 ))
40341 ->values(array(
40342   'word' => 'benjamin',
40343   'count' => '0',
40344 ))
40345 ->values(array(
40346   'word' => 'best',
40347   'count' => '0',
40348 ))
40349 ->values(array(
40350   'word' => 'click',
40351   'count' => '0',
40352 ))
40353 ->values(array(
40354   'word' => 'comment',
40355   'count' => '0',
40356 ))
40357 ->values(array(
40358   'word' => 'comments',
40359   'count' => '0',
40360 ))
40361 ->values(array(
40362   'word' => 'deep',
40363   'count' => '0',
40364 ))
40365 ->values(array(
40366   'word' => 'default',
40367   'count' => '0',
40368 ))
40369 ->values(array(
40370   'word' => 'ever',
40371   'count' => '0',
40372 ))
40373 ->values(array(
40374   'word' => 'examplecom',
40375   'count' => '0',
40376 ))
40377 ->values(array(
40378   'word' => 'here',
40379   'count' => '0',
40380 ))
40381 ->values(array(
40382   'word' => 'january',
40383   'count' => '0',
40384 ))
40385 ->values(array(
40386   'word' => 'know',
40387   'count' => '0',
40388 ))
40389 ->values(array(
40390   'word' => 'monday',
40391   'count' => '0',
40392 ))
40393 ->values(array(
40394   'word' => 'more',
40395   'count' => '0',
40396 ))
40397 ->values(array(
40398   'word' => 'node',
40399   'count' => '0',
40400 ))
40401 ->values(array(
40402   'word' => 'permalink',
40403   'count' => '0',
40404 ))
40405 ->values(array(
40406   'word' => 'post',
40407   'count' => '0',
40408 ))
40409 ->values(array(
40410   'word' => 'prefix',
40411   'count' => '0',
40412 ))
40413 ->values(array(
40414   'word' => 'quark',
40415   'count' => '0',
40416 ))
40417 ->values(array(
40418   'word' => 'register',
40419   'count' => '0',
40420 ))
40421 ->values(array(
40422   'word' => 'show',
40423   'count' => '0',
40424 ))
40425 ->values(array(
40426   'word' => 'sisko',
40427   'count' => '0',
40428 ))
40429 ->values(array(
40430   'word' => 'some',
40431   'count' => '0',
40432 ))
40433 ->values(array(
40434   'word' => 'space',
40435   'count' => '0',
40436 ))
40437 ->values(array(
40438   'word' => 'submitted',
40439   'count' => '0',
40440 ))
40441 ->values(array(
40442   'word' => 'text',
40443   'count' => '0',
40444 ))
40445 ->values(array(
40446   'word' => 'that',
40447   'count' => '0',
40448 ))
40449 ->values(array(
40450   'word' => 'thing',
40451   'count' => '0',
40452 ))
40453 ->values(array(
40454   'word' => 'this',
40455   'count' => '0',
40456 ))
40457 ->values(array(
40458   'word' => 'trust',
40459   'count' => '0',
40460 ))
40461 ->values(array(
40462   'word' => 'value',
40463   'count' => '0',
40464 ))
40465 ->values(array(
40466   'word' => 'value120suffix',
40467   'count' => '0',
40468 ))
40469 ->values(array(
40470   'word' => 'would',
40471   'count' => '0',
40472 ))
40473 ->execute();
40474
40475 $connection->schema()->createTable('semaphore', array(
40476   'fields' => array(
40477     'name' => array(
40478       'type' => 'varchar',
40479       'not null' => TRUE,
40480       'length' => '255',
40481       'default' => '',
40482     ),
40483     'value' => array(
40484       'type' => 'varchar',
40485       'not null' => TRUE,
40486       'length' => '255',
40487       'default' => '',
40488     ),
40489     'expire' => array(
40490       'type' => 'numeric',
40491       'not null' => TRUE,
40492       'precision' => '10',
40493       'scale' => '0',
40494     ),
40495   ),
40496   'primary key' => array(
40497     'name',
40498   ),
40499   'mysql_character_set' => 'utf8',
40500 ));
40501
40502 $connection->schema()->createTable('sequences', array(
40503   'fields' => array(
40504     'value' => array(
40505       'type' => 'serial',
40506       'not null' => TRUE,
40507       'size' => 'normal',
40508       'unsigned' => TRUE,
40509     ),
40510   ),
40511   'primary key' => array(
40512     'value',
40513   ),
40514   'mysql_character_set' => 'utf8',
40515 ));
40516
40517 $connection->insert('sequences')
40518 ->fields(array(
40519   'value',
40520 ))
40521 ->values(array(
40522   'value' => '2',
40523 ))
40524 ->execute();
40525
40526 $connection->schema()->createTable('sessions', array(
40527   'fields' => array(
40528     'uid' => array(
40529       'type' => 'int',
40530       'not null' => TRUE,
40531       'size' => 'normal',
40532       'unsigned' => TRUE,
40533     ),
40534     'sid' => array(
40535       'type' => 'varchar',
40536       'not null' => TRUE,
40537       'length' => '128',
40538     ),
40539     'ssid' => array(
40540       'type' => 'varchar',
40541       'not null' => TRUE,
40542       'length' => '128',
40543       'default' => '',
40544     ),
40545     'hostname' => array(
40546       'type' => 'varchar',
40547       'not null' => TRUE,
40548       'length' => '128',
40549       'default' => '',
40550     ),
40551     'timestamp' => array(
40552       'type' => 'int',
40553       'not null' => TRUE,
40554       'size' => 'normal',
40555       'default' => '0',
40556     ),
40557     'cache' => array(
40558       'type' => 'int',
40559       'not null' => TRUE,
40560       'size' => 'normal',
40561       'default' => '0',
40562     ),
40563     'session' => array(
40564       'type' => 'blob',
40565       'not null' => FALSE,
40566       'size' => 'normal',
40567     ),
40568   ),
40569   'primary key' => array(
40570     'sid',
40571     'ssid',
40572   ),
40573   'mysql_character_set' => 'utf8',
40574 ));
40575
40576 $connection->schema()->createTable('shortcut_set', array(
40577   'fields' => array(
40578     'set_name' => array(
40579       'type' => 'varchar',
40580       'not null' => TRUE,
40581       'length' => '32',
40582       'default' => '',
40583     ),
40584     'title' => array(
40585       'type' => 'varchar',
40586       'not null' => TRUE,
40587       'length' => '255',
40588       'default' => '',
40589     ),
40590   ),
40591   'primary key' => array(
40592     'set_name',
40593   ),
40594   'mysql_character_set' => 'utf8',
40595 ));
40596
40597 $connection->insert('shortcut_set')
40598 ->fields(array(
40599   'set_name',
40600   'title',
40601 ))
40602 ->values(array(
40603   'set_name' => 'shortcut-set-1',
40604   'title' => 'Default',
40605 ))
40606 ->values(array(
40607   'set_name' => 'shortcut-set-2',
40608   'title' => 'Alternative shortcut set',
40609 ))
40610 ->execute();
40611
40612 $connection->schema()->createTable('shortcut_set_users', array(
40613   'fields' => array(
40614     'uid' => array(
40615       'type' => 'int',
40616       'not null' => TRUE,
40617       'size' => 'normal',
40618       'default' => '0',
40619       'unsigned' => TRUE,
40620     ),
40621     'set_name' => array(
40622       'type' => 'varchar',
40623       'not null' => TRUE,
40624       'length' => '32',
40625       'default' => '',
40626     ),
40627   ),
40628   'primary key' => array(
40629     'uid',
40630   ),
40631   'mysql_character_set' => 'utf8',
40632 ));
40633
40634 $connection->insert('shortcut_set_users')
40635 ->fields(array(
40636   'uid',
40637   'set_name',
40638 ))
40639 ->values(array(
40640   'uid' => '2',
40641   'set_name' => 'shortcut-set-2',
40642 ))
40643 ->execute();
40644
40645 $connection->schema()->createTable('simpletest', array(
40646   'fields' => array(
40647     'message_id' => array(
40648       'type' => 'serial',
40649       'not null' => TRUE,
40650       'size' => 'normal',
40651     ),
40652     'test_id' => array(
40653       'type' => 'int',
40654       'not null' => TRUE,
40655       'size' => 'normal',
40656       'default' => '0',
40657     ),
40658     'test_class' => array(
40659       'type' => 'varchar',
40660       'not null' => TRUE,
40661       'length' => '255',
40662       'default' => '',
40663     ),
40664     'status' => array(
40665       'type' => 'varchar',
40666       'not null' => TRUE,
40667       'length' => '9',
40668       'default' => '',
40669     ),
40670     'message' => array(
40671       'type' => 'text',
40672       'not null' => TRUE,
40673       'size' => 'normal',
40674     ),
40675     'message_group' => array(
40676       'type' => 'varchar',
40677       'not null' => TRUE,
40678       'length' => '255',
40679       'default' => '',
40680     ),
40681     'function' => array(
40682       'type' => 'varchar',
40683       'not null' => TRUE,
40684       'length' => '255',
40685       'default' => '',
40686     ),
40687     'line' => array(
40688       'type' => 'int',
40689       'not null' => TRUE,
40690       'size' => 'normal',
40691       'default' => '0',
40692     ),
40693     'file' => array(
40694       'type' => 'varchar',
40695       'not null' => TRUE,
40696       'length' => '255',
40697       'default' => '',
40698     ),
40699   ),
40700   'primary key' => array(
40701     'message_id',
40702   ),
40703   'mysql_character_set' => 'utf8',
40704 ));
40705
40706 $connection->schema()->createTable('system', array(
40707   'fields' => array(
40708     'filename' => array(
40709       'type' => 'varchar',
40710       'not null' => TRUE,
40711       'length' => '255',
40712       'default' => '',
40713     ),
40714     'name' => array(
40715       'type' => 'varchar',
40716       'not null' => TRUE,
40717       'length' => '255',
40718       'default' => '',
40719     ),
40720     'type' => array(
40721       'type' => 'varchar',
40722       'not null' => TRUE,
40723       'length' => '12',
40724       'default' => '',
40725     ),
40726     'owner' => array(
40727       'type' => 'varchar',
40728       'not null' => TRUE,
40729       'length' => '255',
40730       'default' => '',
40731     ),
40732     'status' => array(
40733       'type' => 'int',
40734       'not null' => TRUE,
40735       'size' => 'normal',
40736       'default' => '0',
40737     ),
40738     'bootstrap' => array(
40739       'type' => 'int',
40740       'not null' => TRUE,
40741       'size' => 'normal',
40742       'default' => '0',
40743     ),
40744     'schema_version' => array(
40745       'type' => 'int',
40746       'not null' => TRUE,
40747       'size' => 'normal',
40748       'default' => '-1',
40749     ),
40750     'weight' => array(
40751       'type' => 'int',
40752       'not null' => TRUE,
40753       'size' => 'normal',
40754       'default' => '0',
40755     ),
40756     'info' => array(
40757       'type' => 'blob',
40758       'not null' => FALSE,
40759       'size' => 'normal',
40760     ),
40761   ),
40762   'primary key' => array(
40763     'filename',
40764   ),
40765   'mysql_character_set' => 'utf8',
40766 ));
40767
40768 $connection->insert('system')
40769 ->fields(array(
40770   'filename',
40771   'name',
40772   'type',
40773   'owner',
40774   'status',
40775   'bootstrap',
40776   'schema_version',
40777   'weight',
40778   'info',
40779 ))
40780 ->values(array(
40781   'filename' => 'modules/aggregator/aggregator.module',
40782   'name' => 'aggregator',
40783   'type' => 'module',
40784   'owner' => '',
40785   'status' => '1',
40786   'bootstrap' => '0',
40787   'schema_version' => '7004',
40788   'weight' => '0',
40789   '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;}',
40790 ))
40791 ->values(array(
40792   'filename' => 'modules/aggregator/tests/aggregator_test.module',
40793   'name' => 'aggregator_test',
40794   'type' => 'module',
40795   'owner' => '',
40796   'status' => '0',
40797   'bootstrap' => '0',
40798   'schema_version' => '-1',
40799   'weight' => '0',
40800   '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;}',
40801 ))
40802 ->values(array(
40803   'filename' => 'modules/block/block.module',
40804   'name' => 'block',
40805   'type' => 'module',
40806   'owner' => '',
40807   'status' => '1',
40808   'bootstrap' => '0',
40809   'schema_version' => '7009',
40810   'weight' => '-5',
40811   '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;}',
40812 ))
40813 ->values(array(
40814   'filename' => 'modules/block/tests/block_test.module',
40815   'name' => 'block_test',
40816   'type' => 'module',
40817   'owner' => '',
40818   'status' => '0',
40819   'bootstrap' => '0',
40820   'schema_version' => '-1',
40821   'weight' => '0',
40822   '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;}',
40823 ))
40824 ->values(array(
40825   'filename' => 'modules/blog/blog.module',
40826   'name' => 'blog',
40827   'type' => 'module',
40828   'owner' => '',
40829   'status' => '1',
40830   'bootstrap' => '0',
40831   'schema_version' => '0',
40832   'weight' => '0',
40833   '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;}',
40834 ))
40835 ->values(array(
40836   'filename' => 'modules/book/book.module',
40837   'name' => 'book',
40838   'type' => 'module',
40839   'owner' => '',
40840   'status' => '1',
40841   'bootstrap' => '0',
40842   'schema_version' => '0',
40843   'weight' => '0',
40844   '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;}',
40845 ))
40846 ->values(array(
40847   'filename' => 'modules/color/color.module',
40848   'name' => 'color',
40849   'type' => 'module',
40850   'owner' => '',
40851   'status' => '1',
40852   'bootstrap' => '0',
40853   'schema_version' => '7001',
40854   'weight' => '0',
40855   '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;}',
40856 ))
40857 ->values(array(
40858   'filename' => 'modules/comment/comment.module',
40859   'name' => 'comment',
40860   'type' => 'module',
40861   'owner' => '',
40862   'status' => '1',
40863   'bootstrap' => '0',
40864   'schema_version' => '7009',
40865   'weight' => '0',
40866   '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;}',
40867 ))
40868 ->values(array(
40869   'filename' => 'modules/contact/contact.module',
40870   'name' => 'contact',
40871   'type' => 'module',
40872   'owner' => '',
40873   'status' => '1',
40874   'bootstrap' => '0',
40875   'schema_version' => '7003',
40876   'weight' => '0',
40877   '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;}',
40878 ))
40879 ->values(array(
40880   'filename' => 'modules/contextual/contextual.module',
40881   'name' => 'contextual',
40882   'type' => 'module',
40883   'owner' => '',
40884   'status' => '1',
40885   'bootstrap' => '0',
40886   'schema_version' => '0',
40887   'weight' => '0',
40888   '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;}',
40889 ))
40890 ->values(array(
40891   'filename' => 'modules/dashboard/dashboard.module',
40892   'name' => 'dashboard',
40893   'type' => 'module',
40894   'owner' => '',
40895   'status' => '0',
40896   'bootstrap' => '0',
40897   'schema_version' => '0',
40898   'weight' => '0',
40899   '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;}',
40900 ))
40901 ->values(array(
40902   'filename' => 'modules/dblog/dblog.module',
40903   'name' => 'dblog',
40904   'type' => 'module',
40905   'owner' => '',
40906   'status' => '1',
40907   'bootstrap' => '1',
40908   'schema_version' => '7002',
40909   'weight' => '0',
40910   '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;}',
40911 ))
40912 ->values(array(
40913   'filename' => 'modules/field/field.module',
40914   'name' => 'field',
40915   'type' => 'module',
40916   'owner' => '',
40917   'status' => '1',
40918   'bootstrap' => '0',
40919   'schema_version' => '7003',
40920   'weight' => '0',
40921   '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;}',
40922 ))
40923 ->values(array(
40924   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.module',
40925   'name' => 'field_sql_storage',
40926   'type' => 'module',
40927   'owner' => '',
40928   'status' => '1',
40929   'bootstrap' => '0',
40930   'schema_version' => '7002',
40931   'weight' => '0',
40932   '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;}',
40933 ))
40934 ->values(array(
40935   'filename' => 'modules/field/modules/list/list.module',
40936   'name' => 'list',
40937   'type' => 'module',
40938   'owner' => '',
40939   'status' => '1',
40940   'bootstrap' => '0',
40941   'schema_version' => '7002',
40942   'weight' => '0',
40943   '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>";}',
40944 ))
40945 ->values(array(
40946   'filename' => 'modules/field/modules/list/tests/list_test.module',
40947   'name' => 'list_test',
40948   'type' => 'module',
40949   'owner' => '',
40950   'status' => '0',
40951   'bootstrap' => '0',
40952   'schema_version' => '-1',
40953   'weight' => '0',
40954   '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;}',
40955 ))
40956 ->values(array(
40957   'filename' => 'modules/field/modules/number/number.module',
40958   'name' => 'number',
40959   'type' => 'module',
40960   'owner' => '',
40961   'status' => '1',
40962   'bootstrap' => '0',
40963   'schema_version' => '0',
40964   'weight' => '0',
40965   '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>";}',
40966 ))
40967 ->values(array(
40968   'filename' => 'modules/field/modules/options/options.module',
40969   'name' => 'options',
40970   'type' => 'module',
40971   'owner' => '',
40972   'status' => '1',
40973   'bootstrap' => '0',
40974   'schema_version' => '0',
40975   'weight' => '0',
40976   '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;}',
40977 ))
40978 ->values(array(
40979   'filename' => 'modules/field/modules/text/text.module',
40980   'name' => 'text',
40981   'type' => 'module',
40982   'owner' => '',
40983   'status' => '1',
40984   'bootstrap' => '0',
40985   'schema_version' => '7000',
40986   'weight' => '0',
40987   '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>";}',
40988 ))
40989 ->values(array(
40990   'filename' => 'modules/field/tests/field_test.module',
40991   'name' => 'field_test',
40992   'type' => 'module',
40993   'owner' => '',
40994   'status' => '0',
40995   'bootstrap' => '0',
40996   'schema_version' => '-1',
40997   'weight' => '0',
40998   '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;}',
40999 ))
41000 ->values(array(
41001   'filename' => 'modules/field_ui/field_ui.module',
41002   'name' => 'field_ui',
41003   'type' => 'module',
41004   'owner' => '',
41005   'status' => '1',
41006   'bootstrap' => '0',
41007   'schema_version' => '0',
41008   'weight' => '0',
41009   '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;}',
41010 ))
41011 ->values(array(
41012   'filename' => 'modules/file/file.module',
41013   'name' => 'file',
41014   'type' => 'module',
41015   'owner' => '',
41016   'status' => '1',
41017   'bootstrap' => '0',
41018   'schema_version' => '0',
41019   'weight' => '0',
41020   '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>";}',
41021 ))
41022 ->values(array(
41023   'filename' => 'modules/file/tests/file_module_test.module',
41024   'name' => 'file_module_test',
41025   'type' => 'module',
41026   'owner' => '',
41027   'status' => '0',
41028   'bootstrap' => '0',
41029   'schema_version' => '-1',
41030   'weight' => '0',
41031   '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;}',
41032 ))
41033 ->values(array(
41034   'filename' => 'modules/filter/filter.module',
41035   'name' => 'filter',
41036   'type' => 'module',
41037   'owner' => '',
41038   'status' => '1',
41039   'bootstrap' => '0',
41040   'schema_version' => '7010',
41041   'weight' => '0',
41042   '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;}',
41043 ))
41044 ->values(array(
41045   'filename' => 'modules/forum/forum.module',
41046   'name' => 'forum',
41047   'type' => 'module',
41048   'owner' => '',
41049   'status' => '1',
41050   'bootstrap' => '0',
41051   'schema_version' => '7012',
41052   'weight' => '1',
41053   '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;}',
41054 ))
41055 ->values(array(
41056   'filename' => 'modules/help/help.module',
41057   'name' => 'help',
41058   'type' => 'module',
41059   'owner' => '',
41060   'status' => '1',
41061   'bootstrap' => '0',
41062   'schema_version' => '0',
41063   'weight' => '0',
41064   '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;}',
41065 ))
41066 ->values(array(
41067   'filename' => 'modules/image/image.module',
41068   'name' => 'image',
41069   'type' => 'module',
41070   'owner' => '',
41071   'status' => '1',
41072   'bootstrap' => '0',
41073   'schema_version' => '7005',
41074   'weight' => '0',
41075   '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>";}',
41076 ))
41077 ->values(array(
41078   'filename' => 'modules/image/tests/image_module_test.module',
41079   'name' => 'image_module_test',
41080   'type' => 'module',
41081   'owner' => '',
41082   'status' => '0',
41083   'bootstrap' => '0',
41084   'schema_version' => '-1',
41085   'weight' => '0',
41086   '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;}',
41087 ))
41088 ->values(array(
41089   'filename' => 'modules/locale/locale.module',
41090   'name' => 'locale',
41091   'type' => 'module',
41092   'owner' => '',
41093   'status' => '1',
41094   'bootstrap' => '0',
41095   'schema_version' => '7005',
41096   'weight' => '0',
41097   '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;}',
41098 ))
41099 ->values(array(
41100   'filename' => 'modules/locale/tests/locale_test.module',
41101   'name' => 'locale_test',
41102   'type' => 'module',
41103   'owner' => '',
41104   'status' => '0',
41105   'bootstrap' => '0',
41106   'schema_version' => '-1',
41107   'weight' => '0',
41108   '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;}',
41109 ))
41110 ->values(array(
41111   'filename' => 'modules/menu/menu.module',
41112   'name' => 'menu',
41113   'type' => 'module',
41114   'owner' => '',
41115   'status' => '1',
41116   'bootstrap' => '0',
41117   'schema_version' => '7003',
41118   'weight' => '0',
41119   '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;}',
41120 ))
41121 ->values(array(
41122   'filename' => 'modules/node/node.module',
41123   'name' => 'node',
41124   'type' => 'module',
41125   'owner' => '',
41126   'status' => '1',
41127   'bootstrap' => '0',
41128   'schema_version' => '7015',
41129   'weight' => '0',
41130   '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;}',
41131 ))
41132 ->values(array(
41133   'filename' => 'modules/node/tests/node_access_test.module',
41134   'name' => 'node_access_test',
41135   'type' => 'module',
41136   'owner' => '',
41137   'status' => '0',
41138   'bootstrap' => '0',
41139   'schema_version' => '-1',
41140   'weight' => '0',
41141   '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;}',
41142 ))
41143 ->values(array(
41144   'filename' => 'modules/node/tests/node_test.module',
41145   'name' => 'node_test',
41146   'type' => 'module',
41147   'owner' => '',
41148   'status' => '0',
41149   'bootstrap' => '0',
41150   'schema_version' => '-1',
41151   'weight' => '0',
41152   '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;}',
41153 ))
41154 ->values(array(
41155   'filename' => 'modules/node/tests/node_test_exception.module',
41156   'name' => 'node_test_exception',
41157   'type' => 'module',
41158   'owner' => '',
41159   'status' => '0',
41160   'bootstrap' => '0',
41161   'schema_version' => '-1',
41162   'weight' => '0',
41163   '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;}',
41164 ))
41165 ->values(array(
41166   'filename' => 'modules/openid/openid.module',
41167   'name' => 'openid',
41168   'type' => 'module',
41169   'owner' => '',
41170   'status' => '0',
41171   'bootstrap' => '0',
41172   'schema_version' => '7000',
41173   'weight' => '0',
41174   '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;}',
41175 ))
41176 ->values(array(
41177   'filename' => 'modules/openid/tests/openid_test.module',
41178   'name' => 'openid_test',
41179   'type' => 'module',
41180   'owner' => '',
41181   'status' => '0',
41182   'bootstrap' => '0',
41183   'schema_version' => '-1',
41184   'weight' => '0',
41185   '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;}',
41186 ))
41187 ->values(array(
41188   'filename' => 'modules/overlay/overlay.module',
41189   'name' => 'overlay',
41190   'type' => 'module',
41191   'owner' => '',
41192   'status' => '0',
41193   'bootstrap' => '0',
41194   'schema_version' => '0',
41195   'weight' => '0',
41196   '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;}',
41197 ))
41198 ->values(array(
41199   'filename' => 'modules/path/path.module',
41200   'name' => 'path',
41201   'type' => 'module',
41202   'owner' => '',
41203   'status' => '1',
41204   'bootstrap' => '0',
41205   'schema_version' => '0',
41206   'weight' => '0',
41207   '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;}',
41208 ))
41209 ->values(array(
41210   'filename' => 'modules/php/php.module',
41211   'name' => 'php',
41212   'type' => 'module',
41213   'owner' => '',
41214   'status' => '1',
41215   'bootstrap' => '0',
41216   'schema_version' => '0',
41217   'weight' => '0',
41218   '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;}',
41219 ))
41220 ->values(array(
41221   'filename' => 'modules/poll/poll.module',
41222   'name' => 'poll',
41223   'type' => 'module',
41224   'owner' => '',
41225   'status' => '0',
41226   'bootstrap' => '0',
41227   'schema_version' => '-1',
41228   'weight' => '0',
41229   '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;}',
41230 ))
41231 ->values(array(
41232   'filename' => 'modules/profile/profile.module',
41233   'name' => 'profile',
41234   'type' => 'module',
41235   'owner' => '',
41236   'status' => '0',
41237   'bootstrap' => '0',
41238   'schema_version' => '-1',
41239   'weight' => '0',
41240   '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;}',
41241 ))
41242 ->values(array(
41243   'filename' => 'modules/rdf/rdf.module',
41244   'name' => 'rdf',
41245   'type' => 'module',
41246   'owner' => '',
41247   'status' => '1',
41248   'bootstrap' => '0',
41249   'schema_version' => '0',
41250   'weight' => '0',
41251   '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;}',
41252 ))
41253 ->values(array(
41254   'filename' => 'modules/rdf/tests/rdf_test.module',
41255   'name' => 'rdf_test',
41256   'type' => 'module',
41257   'owner' => '',
41258   'status' => '0',
41259   'bootstrap' => '0',
41260   'schema_version' => '-1',
41261   'weight' => '0',
41262   '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;}',
41263 ))
41264 ->values(array(
41265   'filename' => 'modules/search/search.module',
41266   'name' => 'search',
41267   'type' => 'module',
41268   'owner' => '',
41269   'status' => '1',
41270   'bootstrap' => '0',
41271   'schema_version' => '7000',
41272   'weight' => '0',
41273   '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;}',
41274 ))
41275 ->values(array(
41276   'filename' => 'modules/search/tests/search_embedded_form.module',
41277   'name' => 'search_embedded_form',
41278   'type' => 'module',
41279   'owner' => '',
41280   'status' => '0',
41281   'bootstrap' => '0',
41282   'schema_version' => '-1',
41283   'weight' => '0',
41284   '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;}',
41285 ))
41286 ->values(array(
41287   'filename' => 'modules/search/tests/search_extra_type.module',
41288   'name' => 'search_extra_type',
41289   'type' => 'module',
41290   'owner' => '',
41291   'status' => '0',
41292   'bootstrap' => '0',
41293   'schema_version' => '-1',
41294   'weight' => '0',
41295   '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;}',
41296 ))
41297 ->values(array(
41298   'filename' => 'modules/search/tests/search_node_tags.module',
41299   'name' => 'search_node_tags',
41300   'type' => 'module',
41301   'owner' => '',
41302   'status' => '0',
41303   'bootstrap' => '0',
41304   'schema_version' => '-1',
41305   'weight' => '0',
41306   '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;}',
41307 ))
41308 ->values(array(
41309   'filename' => 'modules/shortcut/shortcut.module',
41310   'name' => 'shortcut',
41311   'type' => 'module',
41312   'owner' => '',
41313   'status' => '1',
41314   'bootstrap' => '0',
41315   'schema_version' => '0',
41316   'weight' => '0',
41317   '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;}',
41318 ))
41319 ->values(array(
41320   'filename' => 'modules/simpletest/simpletest.module',
41321   'name' => 'simpletest',
41322   'type' => 'module',
41323   'owner' => '',
41324   'status' => '1',
41325   'bootstrap' => '0',
41326   'schema_version' => '0',
41327   'weight' => '0',
41328   '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;}',
41329 ))
41330 ->values(array(
41331   'filename' => 'modules/simpletest/tests/actions_loop_test.module',
41332   'name' => 'actions_loop_test',
41333   'type' => 'module',
41334   'owner' => '',
41335   'status' => '0',
41336   'bootstrap' => '0',
41337   'schema_version' => '-1',
41338   'weight' => '0',
41339   '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;}',
41340 ))
41341 ->values(array(
41342   'filename' => 'modules/simpletest/tests/ajax_forms_test.module',
41343   'name' => 'ajax_forms_test',
41344   'type' => 'module',
41345   'owner' => '',
41346   'status' => '0',
41347   'bootstrap' => '0',
41348   'schema_version' => '-1',
41349   'weight' => '0',
41350   '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;}',
41351 ))
41352 ->values(array(
41353   'filename' => 'modules/simpletest/tests/ajax_test.module',
41354   'name' => 'ajax_test',
41355   'type' => 'module',
41356   'owner' => '',
41357   'status' => '0',
41358   'bootstrap' => '0',
41359   'schema_version' => '-1',
41360   'weight' => '0',
41361   '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;}',
41362 ))
41363 ->values(array(
41364   'filename' => 'modules/simpletest/tests/batch_test.module',
41365   'name' => 'batch_test',
41366   'type' => 'module',
41367   'owner' => '',
41368   'status' => '0',
41369   'bootstrap' => '0',
41370   'schema_version' => '-1',
41371   'weight' => '0',
41372   '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;}',
41373 ))
41374 ->values(array(
41375   'filename' => 'modules/simpletest/tests/boot_test_1.module',
41376   'name' => 'boot_test_1',
41377   'type' => 'module',
41378   'owner' => '',
41379   'status' => '0',
41380   'bootstrap' => '0',
41381   'schema_version' => '-1',
41382   'weight' => '0',
41383   '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;}',
41384 ))
41385 ->values(array(
41386   'filename' => 'modules/simpletest/tests/boot_test_2.module',
41387   'name' => 'boot_test_2',
41388   'type' => 'module',
41389   'owner' => '',
41390   'status' => '0',
41391   'bootstrap' => '0',
41392   'schema_version' => '-1',
41393   'weight' => '0',
41394   '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;}',
41395 ))
41396 ->values(array(
41397   'filename' => 'modules/simpletest/tests/common_test.module',
41398   'name' => 'common_test',
41399   'type' => 'module',
41400   'owner' => '',
41401   'status' => '0',
41402   'bootstrap' => '0',
41403   'schema_version' => '-1',
41404   'weight' => '0',
41405   '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;}',
41406 ))
41407 ->values(array(
41408   'filename' => 'modules/simpletest/tests/common_test_cron_helper.module',
41409   'name' => 'common_test_cron_helper',
41410   'type' => 'module',
41411   'owner' => '',
41412   'status' => '0',
41413   'bootstrap' => '0',
41414   'schema_version' => '-1',
41415   'weight' => '0',
41416   '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;}',
41417 ))
41418 ->values(array(
41419   'filename' => 'modules/simpletest/tests/database_test.module',
41420   'name' => 'database_test',
41421   'type' => 'module',
41422   'owner' => '',
41423   'status' => '0',
41424   'bootstrap' => '0',
41425   'schema_version' => '-1',
41426   'weight' => '0',
41427   '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;}',
41428 ))
41429 ->values(array(
41430   'filename' => 'modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module',
41431   'name' => 'drupal_autoload_test',
41432   'type' => 'module',
41433   'owner' => '',
41434   'status' => '0',
41435   'bootstrap' => '0',
41436   'schema_version' => '-1',
41437   'weight' => '0',
41438   '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;}',
41439 ))
41440 ->values(array(
41441   'filename' => 'modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module',
41442   'name' => 'drupal_system_listing_compatible_test',
41443   'type' => 'module',
41444   'owner' => '',
41445   'status' => '0',
41446   'bootstrap' => '0',
41447   'schema_version' => '-1',
41448   'weight' => '0',
41449   '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;}',
41450 ))
41451 ->values(array(
41452   'filename' => 'modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module',
41453   'name' => 'drupal_system_listing_incompatible_test',
41454   'type' => 'module',
41455   'owner' => '',
41456   'status' => '0',
41457   'bootstrap' => '0',
41458   'schema_version' => '-1',
41459   'weight' => '0',
41460   '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;}',
41461 ))
41462 ->values(array(
41463   'filename' => 'modules/simpletest/tests/entity_cache_test.module',
41464   'name' => 'entity_cache_test',
41465   'type' => 'module',
41466   'owner' => '',
41467   'status' => '0',
41468   'bootstrap' => '0',
41469   'schema_version' => '-1',
41470   'weight' => '0',
41471   '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;}',
41472 ))
41473 ->values(array(
41474   'filename' => 'modules/simpletest/tests/entity_cache_test_dependency.module',
41475   'name' => 'entity_cache_test_dependency',
41476   'type' => 'module',
41477   'owner' => '',
41478   'status' => '0',
41479   'bootstrap' => '0',
41480   'schema_version' => '-1',
41481   'weight' => '0',
41482   '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;}',
41483 ))
41484 ->values(array(
41485   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.module',
41486   'name' => 'entity_crud_hook_test',
41487   'type' => 'module',
41488   'owner' => '',
41489   'status' => '0',
41490   'bootstrap' => '0',
41491   'schema_version' => '-1',
41492   'weight' => '0',
41493   '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;}',
41494 ))
41495 ->values(array(
41496   'filename' => 'modules/simpletest/tests/entity_query_access_test.module',
41497   'name' => 'entity_query_access_test',
41498   'type' => 'module',
41499   'owner' => '',
41500   'status' => '0',
41501   'bootstrap' => '0',
41502   'schema_version' => '-1',
41503   'weight' => '0',
41504   '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;}',
41505 ))
41506 ->values(array(
41507   'filename' => 'modules/simpletest/tests/error_test.module',
41508   'name' => 'error_test',
41509   'type' => 'module',
41510   'owner' => '',
41511   'status' => '0',
41512   'bootstrap' => '0',
41513   'schema_version' => '-1',
41514   'weight' => '0',
41515   '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;}',
41516 ))
41517 ->values(array(
41518   'filename' => 'modules/simpletest/tests/file_test.module',
41519   'name' => 'file_test',
41520   'type' => 'module',
41521   'owner' => '',
41522   'status' => '0',
41523   'bootstrap' => '0',
41524   'schema_version' => '-1',
41525   'weight' => '0',
41526   '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;}',
41527 ))
41528 ->values(array(
41529   'filename' => 'modules/simpletest/tests/filter_test.module',
41530   'name' => 'filter_test',
41531   'type' => 'module',
41532   'owner' => '',
41533   'status' => '0',
41534   'bootstrap' => '0',
41535   'schema_version' => '-1',
41536   'weight' => '0',
41537   '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;}',
41538 ))
41539 ->values(array(
41540   'filename' => 'modules/simpletest/tests/form_test.module',
41541   'name' => 'form_test',
41542   'type' => 'module',
41543   'owner' => '',
41544   'status' => '0',
41545   'bootstrap' => '0',
41546   'schema_version' => '-1',
41547   'weight' => '0',
41548   '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;}',
41549 ))
41550 ->values(array(
41551   'filename' => 'modules/simpletest/tests/image_test.module',
41552   'name' => 'image_test',
41553   'type' => 'module',
41554   'owner' => '',
41555   'status' => '0',
41556   'bootstrap' => '0',
41557   'schema_version' => '-1',
41558   'weight' => '0',
41559   '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;}',
41560 ))
41561 ->values(array(
41562   'filename' => 'modules/simpletest/tests/menu_test.module',
41563   'name' => 'menu_test',
41564   'type' => 'module',
41565   'owner' => '',
41566   'status' => '0',
41567   'bootstrap' => '0',
41568   'schema_version' => '-1',
41569   'weight' => '0',
41570   '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;}',
41571 ))
41572 ->values(array(
41573   'filename' => 'modules/simpletest/tests/module_test.module',
41574   'name' => 'module_test',
41575   'type' => 'module',
41576   'owner' => '',
41577   'status' => '0',
41578   'bootstrap' => '0',
41579   'schema_version' => '-1',
41580   'weight' => '0',
41581   '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;}',
41582 ))
41583 ->values(array(
41584   'filename' => 'modules/simpletest/tests/path_test.module',
41585   'name' => 'path_test',
41586   'type' => 'module',
41587   'owner' => '',
41588   'status' => '0',
41589   'bootstrap' => '0',
41590   'schema_version' => '-1',
41591   'weight' => '0',
41592   '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;}',
41593 ))
41594 ->values(array(
41595   'filename' => 'modules/simpletest/tests/psr_0_test/psr_0_test.module',
41596   'name' => 'psr_0_test',
41597   'type' => 'module',
41598   'owner' => '',
41599   'status' => '0',
41600   'bootstrap' => '0',
41601   'schema_version' => '-1',
41602   'weight' => '0',
41603   '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;}',
41604 ))
41605 ->values(array(
41606   'filename' => 'modules/simpletest/tests/psr_4_test/psr_4_test.module',
41607   'name' => 'psr_4_test',
41608   'type' => 'module',
41609   'owner' => '',
41610   'status' => '0',
41611   'bootstrap' => '0',
41612   'schema_version' => '-1',
41613   'weight' => '0',
41614   '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;}',
41615 ))
41616 ->values(array(
41617   'filename' => 'modules/simpletest/tests/requirements1_test.module',
41618   'name' => 'requirements1_test',
41619   'type' => 'module',
41620   'owner' => '',
41621   'status' => '0',
41622   'bootstrap' => '0',
41623   'schema_version' => '-1',
41624   'weight' => '0',
41625   '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;}",
41626 ))
41627 ->values(array(
41628   'filename' => 'modules/simpletest/tests/requirements2_test.module',
41629   'name' => 'requirements2_test',
41630   'type' => 'module',
41631   'owner' => '',
41632   'status' => '0',
41633   'bootstrap' => '0',
41634   'schema_version' => '-1',
41635   'weight' => '0',
41636   '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;}",
41637 ))
41638 ->values(array(
41639   'filename' => 'modules/simpletest/tests/session_test.module',
41640   'name' => 'session_test',
41641   'type' => 'module',
41642   'owner' => '',
41643   'status' => '0',
41644   'bootstrap' => '0',
41645   'schema_version' => '-1',
41646   'weight' => '0',
41647   '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;}',
41648 ))
41649 ->values(array(
41650   'filename' => 'modules/simpletest/tests/system_dependencies_test.module',
41651   'name' => 'system_dependencies_test',
41652   'type' => 'module',
41653   'owner' => '',
41654   'status' => '0',
41655   'bootstrap' => '0',
41656   'schema_version' => '-1',
41657   'weight' => '0',
41658   '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;}',
41659 ))
41660 ->values(array(
41661   'filename' => 'modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module',
41662   'name' => 'system_incompatible_core_version_dependencies_test',
41663   'type' => 'module',
41664   'owner' => '',
41665   'status' => '0',
41666   'bootstrap' => '0',
41667   'schema_version' => '-1',
41668   'weight' => '0',
41669   '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;}',
41670 ))
41671 ->values(array(
41672   'filename' => 'modules/simpletest/tests/system_incompatible_core_version_test.module',
41673   'name' => 'system_incompatible_core_version_test',
41674   'type' => 'module',
41675   'owner' => '',
41676   'status' => '0',
41677   'bootstrap' => '0',
41678   'schema_version' => '-1',
41679   'weight' => '0',
41680   '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;}',
41681 ))
41682 ->values(array(
41683   'filename' => 'modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module',
41684   'name' => 'system_incompatible_module_version_dependencies_test',
41685   'type' => 'module',
41686   'owner' => '',
41687   'status' => '0',
41688   'bootstrap' => '0',
41689   'schema_version' => '-1',
41690   'weight' => '0',
41691   '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;}',
41692 ))
41693 ->values(array(
41694   'filename' => 'modules/simpletest/tests/system_incompatible_module_version_test.module',
41695   'name' => 'system_incompatible_module_version_test',
41696   'type' => 'module',
41697   'owner' => '',
41698   'status' => '0',
41699   'bootstrap' => '0',
41700   'schema_version' => '-1',
41701   'weight' => '0',
41702   '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;}',
41703 ))
41704 ->values(array(
41705   'filename' => 'modules/simpletest/tests/system_project_namespace_test.module',
41706   'name' => 'system_project_namespace_test',
41707   'type' => 'module',
41708   'owner' => '',
41709   'status' => '0',
41710   'bootstrap' => '0',
41711   'schema_version' => '-1',
41712   'weight' => '0',
41713   '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;}',
41714 ))
41715 ->values(array(
41716   'filename' => 'modules/simpletest/tests/system_test.module',
41717   'name' => 'system_test',
41718   'type' => 'module',
41719   'owner' => '',
41720   'status' => '0',
41721   'bootstrap' => '0',
41722   'schema_version' => '-1',
41723   'weight' => '0',
41724   '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;}',
41725 ))
41726 ->values(array(
41727   'filename' => 'modules/simpletest/tests/taxonomy_test.module',
41728   'name' => 'taxonomy_test',
41729   'type' => 'module',
41730   'owner' => '',
41731   'status' => '0',
41732   'bootstrap' => '0',
41733   'schema_version' => '-1',
41734   'weight' => '0',
41735   '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;}',
41736 ))
41737 ->values(array(
41738   'filename' => 'modules/simpletest/tests/theme_test.module',
41739   'name' => 'theme_test',
41740   'type' => 'module',
41741   'owner' => '',
41742   'status' => '0',
41743   'bootstrap' => '0',
41744   'schema_version' => '-1',
41745   'weight' => '0',
41746   '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;}',
41747 ))
41748 ->values(array(
41749   'filename' => 'modules/simpletest/tests/update_script_test.module',
41750   'name' => 'update_script_test',
41751   'type' => 'module',
41752   'owner' => '',
41753   'status' => '0',
41754   'bootstrap' => '0',
41755   'schema_version' => '-1',
41756   'weight' => '0',
41757   '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;}',
41758 ))
41759 ->values(array(
41760   'filename' => 'modules/simpletest/tests/update_test_1.module',
41761   'name' => 'update_test_1',
41762   'type' => 'module',
41763   'owner' => '',
41764   'status' => '0',
41765   'bootstrap' => '0',
41766   'schema_version' => '-1',
41767   'weight' => '0',
41768   '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;}',
41769 ))
41770 ->values(array(
41771   'filename' => 'modules/simpletest/tests/update_test_2.module',
41772   'name' => 'update_test_2',
41773   'type' => 'module',
41774   'owner' => '',
41775   'status' => '0',
41776   'bootstrap' => '0',
41777   'schema_version' => '-1',
41778   'weight' => '0',
41779   '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;}',
41780 ))
41781 ->values(array(
41782   'filename' => 'modules/simpletest/tests/update_test_3.module',
41783   'name' => 'update_test_3',
41784   'type' => 'module',
41785   'owner' => '',
41786   'status' => '0',
41787   'bootstrap' => '0',
41788   'schema_version' => '-1',
41789   'weight' => '0',
41790   '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;}',
41791 ))
41792 ->values(array(
41793   'filename' => 'modules/simpletest/tests/url_alter_test.module',
41794   'name' => 'url_alter_test',
41795   'type' => 'module',
41796   'owner' => '',
41797   'status' => '0',
41798   'bootstrap' => '0',
41799   'schema_version' => '-1',
41800   'weight' => '0',
41801   '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;}',
41802 ))
41803 ->values(array(
41804   'filename' => 'modules/simpletest/tests/xmlrpc_test.module',
41805   'name' => 'xmlrpc_test',
41806   'type' => 'module',
41807   'owner' => '',
41808   'status' => '0',
41809   'bootstrap' => '0',
41810   'schema_version' => '-1',
41811   'weight' => '0',
41812   '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;}',
41813 ))
41814 ->values(array(
41815   'filename' => 'modules/statistics/statistics.module',
41816   'name' => 'statistics',
41817   'type' => 'module',
41818   'owner' => '',
41819   'status' => '1',
41820   'bootstrap' => '1',
41821   'schema_version' => '7000',
41822   'weight' => '0',
41823   '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;}',
41824 ))
41825 ->values(array(
41826   'filename' => 'modules/syslog/syslog.module',
41827   'name' => 'syslog',
41828   'type' => 'module',
41829   'owner' => '',
41830   'status' => '1',
41831   'bootstrap' => '1',
41832   'schema_version' => '0',
41833   'weight' => '0',
41834   '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;}',
41835 ))
41836 ->values(array(
41837   'filename' => 'modules/system/system.module',
41838   'name' => 'system',
41839   'type' => 'module',
41840   'owner' => '',
41841   'status' => '1',
41842   'bootstrap' => '1',
41843   'schema_version' => '7080',
41844   'weight' => '0',
41845   '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;}',
41846 ))
41847 ->values(array(
41848   'filename' => 'modules/system/tests/cron_queue_test.module',
41849   'name' => 'cron_queue_test',
41850   'type' => 'module',
41851   'owner' => '',
41852   'status' => '0',
41853   'bootstrap' => '0',
41854   'schema_version' => '-1',
41855   'weight' => '0',
41856   '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;}',
41857 ))
41858 ->values(array(
41859   'filename' => 'modules/taxonomy/taxonomy.module',
41860   'name' => 'taxonomy',
41861   'type' => 'module',
41862   'owner' => '',
41863   'status' => '1',
41864   'bootstrap' => '0',
41865   'schema_version' => '7011',
41866   'weight' => '0',
41867   '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>";}',
41868 ))
41869 ->values(array(
41870   'filename' => 'modules/toolbar/toolbar.module',
41871   'name' => 'toolbar',
41872   'type' => 'module',
41873   'owner' => '',
41874   'status' => '1',
41875   'bootstrap' => '0',
41876   'schema_version' => '0',
41877   'weight' => '0',
41878   '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;}',
41879 ))
41880 ->values(array(
41881   'filename' => 'modules/tracker/tracker.module',
41882   'name' => 'tracker',
41883   'type' => 'module',
41884   'owner' => '',
41885   'status' => '1',
41886   'bootstrap' => '0',
41887   'schema_version' => '7000',
41888   'weight' => '0',
41889   '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;}',
41890 ))
41891 ->values(array(
41892   'filename' => 'modules/translation/tests/translation_test.module',
41893   'name' => 'translation_test',
41894   'type' => 'module',
41895   'owner' => '',
41896   'status' => '0',
41897   'bootstrap' => '0',
41898   'schema_version' => '-1',
41899   'weight' => '0',
41900   '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;}',
41901 ))
41902 ->values(array(
41903   'filename' => 'modules/translation/translation.module',
41904   'name' => 'translation',
41905   'type' => 'module',
41906   'owner' => '',
41907   'status' => '1',
41908   'bootstrap' => '0',
41909   'schema_version' => '0',
41910   'weight' => '0',
41911   '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;}',
41912 ))
41913 ->values(array(
41914   'filename' => 'modules/trigger/tests/trigger_test.module',
41915   'name' => 'trigger_test',
41916   'type' => 'module',
41917   'owner' => '',
41918   'status' => '0',
41919   'bootstrap' => '0',
41920   'schema_version' => '-1',
41921   'weight' => '0',
41922   '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;}',
41923 ))
41924 ->values(array(
41925   'filename' => 'modules/trigger/trigger.module',
41926   'name' => 'trigger',
41927   'type' => 'module',
41928   'owner' => '',
41929   'status' => '1',
41930   'bootstrap' => '0',
41931   'schema_version' => '7002',
41932   'weight' => '0',
41933   '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;}',
41934 ))
41935 ->values(array(
41936   'filename' => 'modules/update/tests/aaa_update_test.module',
41937   'name' => 'aaa_update_test',
41938   'type' => 'module',
41939   'owner' => '',
41940   'status' => '0',
41941   'bootstrap' => '0',
41942   'schema_version' => '-1',
41943   'weight' => '0',
41944   '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;}',
41945 ))
41946 ->values(array(
41947   'filename' => 'modules/update/tests/bbb_update_test.module',
41948   'name' => 'bbb_update_test',
41949   'type' => 'module',
41950   'owner' => '',
41951   'status' => '0',
41952   'bootstrap' => '0',
41953   'schema_version' => '-1',
41954   'weight' => '0',
41955   '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;}',
41956 ))
41957 ->values(array(
41958   'filename' => 'modules/update/tests/ccc_update_test.module',
41959   'name' => 'ccc_update_test',
41960   'type' => 'module',
41961   'owner' => '',
41962   'status' => '0',
41963   'bootstrap' => '0',
41964   'schema_version' => '-1',
41965   'weight' => '0',
41966   '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;}',
41967 ))
41968 ->values(array(
41969   'filename' => 'modules/update/tests/update_test.module',
41970   'name' => 'update_test',
41971   'type' => 'module',
41972   'owner' => '',
41973   'status' => '0',
41974   'bootstrap' => '0',
41975   'schema_version' => '-1',
41976   'weight' => '0',
41977   '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;}',
41978 ))
41979 ->values(array(
41980   'filename' => 'modules/update/update.module',
41981   'name' => 'update',
41982   'type' => 'module',
41983   'owner' => '',
41984   'status' => '1',
41985   'bootstrap' => '0',
41986   'schema_version' => '7001',
41987   'weight' => '0',
41988   '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;}',
41989 ))
41990 ->values(array(
41991   'filename' => 'modules/user/tests/user_form_test.module',
41992   'name' => 'user_form_test',
41993   'type' => 'module',
41994   'owner' => '',
41995   'status' => '0',
41996   'bootstrap' => '0',
41997   'schema_version' => '-1',
41998   'weight' => '0',
41999   '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;}',
42000 ))
42001 ->values(array(
42002   'filename' => 'modules/user/user.module',
42003   'name' => 'user',
42004   'type' => 'module',
42005   'owner' => '',
42006   'status' => '1',
42007   'bootstrap' => '0',
42008   'schema_version' => '7018',
42009   'weight' => '0',
42010   '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;}',
42011 ))
42012 ->values(array(
42013   'filename' => 'profiles/standard/standard.profile',
42014   'name' => 'standard',
42015   'type' => 'module',
42016   'owner' => '',
42017   'status' => '1',
42018   'bootstrap' => '0',
42019   'schema_version' => '0',
42020   'weight' => '1000',
42021   '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";}',
42022 ))
42023 ->values(array(
42024   'filename' => 'sites/all/modules/ctools/bulk_export/bulk_export.module',
42025   'name' => 'bulk_export',
42026   'type' => 'module',
42027   'owner' => '',
42028   'status' => '0',
42029   'bootstrap' => '0',
42030   'schema_version' => '-1',
42031   'weight' => '0',
42032   '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;}',
42033 ))
42034 ->values(array(
42035   'filename' => 'sites/all/modules/ctools/ctools.module',
42036   'name' => 'ctools',
42037   'type' => 'module',
42038   'owner' => '',
42039   'status' => '0',
42040   'bootstrap' => '0',
42041   'schema_version' => '6008',
42042   'weight' => '0',
42043   '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;}',
42044 ))
42045 ->values(array(
42046   'filename' => 'sites/all/modules/ctools/ctools_access_ruleset/ctools_access_ruleset.module',
42047   'name' => 'ctools_access_ruleset',
42048   'type' => 'module',
42049   'owner' => '',
42050   'status' => '0',
42051   'bootstrap' => '0',
42052   'schema_version' => '-1',
42053   'weight' => '0',
42054   '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;}',
42055 ))
42056 ->values(array(
42057   'filename' => 'sites/all/modules/ctools/ctools_ajax_sample/ctools_ajax_sample.module',
42058   'name' => 'ctools_ajax_sample',
42059   'type' => 'module',
42060   'owner' => '',
42061   'status' => '0',
42062   'bootstrap' => '0',
42063   'schema_version' => '-1',
42064   'weight' => '0',
42065   '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;}',
42066 ))
42067 ->values(array(
42068   'filename' => 'sites/all/modules/ctools/ctools_custom_content/ctools_custom_content.module',
42069   'name' => 'ctools_custom_content',
42070   'type' => 'module',
42071   'owner' => '',
42072   'status' => '0',
42073   'bootstrap' => '0',
42074   'schema_version' => '-1',
42075   'weight' => '0',
42076   '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;}',
42077 ))
42078 ->values(array(
42079   'filename' => 'sites/all/modules/ctools/ctools_plugin_example/ctools_plugin_example.module',
42080   'name' => 'ctools_plugin_example',
42081   'type' => 'module',
42082   'owner' => '',
42083   'status' => '0',
42084   'bootstrap' => '0',
42085   'schema_version' => '-1',
42086   'weight' => '0',
42087   '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;}',
42088 ))
42089 ->values(array(
42090   'filename' => 'sites/all/modules/ctools/page_manager/page_manager.module',
42091   'name' => 'page_manager',
42092   'type' => 'module',
42093   'owner' => '',
42094   'status' => '0',
42095   'bootstrap' => '0',
42096   'schema_version' => '-1',
42097   'weight' => '0',
42098   '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;}',
42099 ))
42100 ->values(array(
42101   'filename' => 'sites/all/modules/ctools/stylizer/stylizer.module',
42102   'name' => 'stylizer',
42103   'type' => 'module',
42104   'owner' => '',
42105   'status' => '0',
42106   'bootstrap' => '0',
42107   'schema_version' => '-1',
42108   'weight' => '0',
42109   '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;}',
42110 ))
42111 ->values(array(
42112   'filename' => 'sites/all/modules/ctools/term_depth/term_depth.module',
42113   'name' => 'term_depth',
42114   'type' => 'module',
42115   'owner' => '',
42116   'status' => '0',
42117   'bootstrap' => '0',
42118   'schema_version' => '-1',
42119   'weight' => '0',
42120   '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;}',
42121 ))
42122 ->values(array(
42123   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export_test.module',
42124   'name' => 'ctools_export_test',
42125   'type' => 'module',
42126   'owner' => '',
42127   'status' => '0',
42128   'bootstrap' => '0',
42129   'schema_version' => '-1',
42130   'weight' => '0',
42131   '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;}',
42132 ))
42133 ->values(array(
42134   'filename' => 'sites/all/modules/ctools/tests/ctools_plugin_test.module',
42135   'name' => 'ctools_plugin_test',
42136   'type' => 'module',
42137   'owner' => '',
42138   'status' => '0',
42139   'bootstrap' => '0',
42140   'schema_version' => '-1',
42141   'weight' => '0',
42142   '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;}',
42143 ))
42144 ->values(array(
42145   'filename' => 'sites/all/modules/ctools/views_content/views_content.module',
42146   'name' => 'views_content',
42147   'type' => 'module',
42148   'owner' => '',
42149   'status' => '0',
42150   'bootstrap' => '0',
42151   'schema_version' => '-1',
42152   'weight' => '0',
42153   '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;}',
42154 ))
42155 ->values(array(
42156   'filename' => 'sites/all/modules/date/date.module',
42157   'name' => 'date',
42158   'type' => 'module',
42159   'owner' => '',
42160   'status' => '1',
42161   'bootstrap' => '0',
42162   'schema_version' => '7004',
42163   'weight' => '0',
42164   '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>";}',
42165 ))
42166 ->values(array(
42167   'filename' => 'sites/all/modules/date/date_all_day/date_all_day.module',
42168   'name' => 'date_all_day',
42169   'type' => 'module',
42170   'owner' => '',
42171   'status' => '0',
42172   'bootstrap' => '0',
42173   'schema_version' => '-1',
42174   'weight' => '0',
42175   '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;}",
42176 ))
42177 ->values(array(
42178   'filename' => 'sites/all/modules/date/date_api/date_api.module',
42179   'name' => 'date_api',
42180   'type' => 'module',
42181   'owner' => '',
42182   'status' => '1',
42183   'bootstrap' => '0',
42184   'schema_version' => '7001',
42185   'weight' => '0',
42186   '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;}',
42187 ))
42188 ->values(array(
42189   'filename' => 'sites/all/modules/date/date_context/date_context.module',
42190   'name' => 'date_context',
42191   'type' => 'module',
42192   'owner' => '',
42193   'status' => '0',
42194   'bootstrap' => '0',
42195   'schema_version' => '-1',
42196   'weight' => '0',
42197   '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;}',
42198 ))
42199 ->values(array(
42200   'filename' => 'sites/all/modules/date/date_migrate/date_migrate.module',
42201   'name' => 'date_migrate',
42202   'type' => 'module',
42203   'owner' => '',
42204   'status' => '0',
42205   'bootstrap' => '0',
42206   'schema_version' => '-1',
42207   'weight' => '0',
42208   '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;}',
42209 ))
42210 ->values(array(
42211   'filename' => 'sites/all/modules/date/date_migrate/date_migrate_example/date_migrate_example.module',
42212   'name' => 'date_migrate_example',
42213   'type' => 'module',
42214   'owner' => '',
42215   'status' => '0',
42216   'bootstrap' => '0',
42217   'schema_version' => '-1',
42218   'weight' => '0',
42219   '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;}',
42220 ))
42221 ->values(array(
42222   'filename' => 'sites/all/modules/date/date_popup/date_popup.module',
42223   'name' => 'date_popup',
42224   'type' => 'module',
42225   'owner' => '',
42226   'status' => '0',
42227   'bootstrap' => '0',
42228   'schema_version' => '-1',
42229   'weight' => '0',
42230   '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;}',
42231 ))
42232 ->values(array(
42233   'filename' => 'sites/all/modules/date/date_repeat/date_repeat.module',
42234   'name' => 'date_repeat',
42235   'type' => 'module',
42236   'owner' => '',
42237   'status' => '0',
42238   'bootstrap' => '0',
42239   'schema_version' => '-1',
42240   'weight' => '0',
42241   '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;}',
42242 ))
42243 ->values(array(
42244   'filename' => 'sites/all/modules/date/date_repeat_field/date_repeat_field.module',
42245   'name' => 'date_repeat_field',
42246   'type' => 'module',
42247   'owner' => '',
42248   'status' => '0',
42249   'bootstrap' => '0',
42250   'schema_version' => '-1',
42251   'weight' => '0',
42252   '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;}',
42253 ))
42254 ->values(array(
42255   'filename' => 'sites/all/modules/date/date_tools/date_tools.module',
42256   'name' => 'date_tools',
42257   'type' => 'module',
42258   'owner' => '',
42259   'status' => '0',
42260   'bootstrap' => '0',
42261   'schema_version' => '-1',
42262   'weight' => '0',
42263   '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;}',
42264 ))
42265 ->values(array(
42266   'filename' => 'sites/all/modules/date/date_views/date_views.module',
42267   'name' => 'date_views',
42268   'type' => 'module',
42269   'owner' => '',
42270   'status' => '0',
42271   'bootstrap' => '0',
42272   'schema_version' => '-1',
42273   'weight' => '0',
42274   '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;}',
42275 ))
42276 ->values(array(
42277   'filename' => 'sites/all/modules/email/email.module',
42278   'name' => 'email',
42279   'type' => 'module',
42280   'owner' => '',
42281   'status' => '1',
42282   'bootstrap' => '0',
42283   'schema_version' => '0',
42284   'weight' => '0',
42285   '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>";}',
42286 ))
42287 ->values(array(
42288   'filename' => 'sites/all/modules/entity/entity.module',
42289   'name' => 'entity',
42290   'type' => 'module',
42291   'owner' => '',
42292   'status' => '1',
42293   'bootstrap' => '0',
42294   'schema_version' => '7003',
42295   'weight' => '0',
42296   '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;}',
42297 ))
42298 ->values(array(
42299   'filename' => 'sites/all/modules/entity/entity_token.module',
42300   'name' => 'entity_token',
42301   'type' => 'module',
42302   'owner' => '',
42303   'status' => '0',
42304   'bootstrap' => '0',
42305   'schema_version' => '-1',
42306   'weight' => '0',
42307   '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;}',
42308 ))
42309 ->values(array(
42310   'filename' => 'sites/all/modules/entity/tests/entity_feature.module',
42311   'name' => 'entity_feature',
42312   'type' => 'module',
42313   'owner' => '',
42314   'status' => '0',
42315   'bootstrap' => '0',
42316   'schema_version' => '-1',
42317   'weight' => '0',
42318   '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;}',
42319 ))
42320 ->values(array(
42321   'filename' => 'sites/all/modules/entity/tests/entity_test.module',
42322   'name' => 'entity_test',
42323   'type' => 'module',
42324   'owner' => '',
42325   'status' => '0',
42326   'bootstrap' => '0',
42327   'schema_version' => '-1',
42328   'weight' => '0',
42329   '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;}',
42330 ))
42331 ->values(array(
42332   'filename' => 'sites/all/modules/entity/tests/entity_test_i18n.module',
42333   'name' => 'entity_test_i18n',
42334   'type' => 'module',
42335   'owner' => '',
42336   'status' => '0',
42337   'bootstrap' => '0',
42338   'schema_version' => '-1',
42339   'weight' => '0',
42340   '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;}',
42341 ))
42342 ->values(array(
42343   'filename' => 'sites/all/modules/entityreference/entityreference.module',
42344   'name' => 'entityreference',
42345   'type' => 'module',
42346   'owner' => '',
42347   'status' => '1',
42348   'bootstrap' => '0',
42349   'schema_version' => '7002',
42350   'weight' => '0',
42351   '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>";}',
42352 ))
42353 ->values(array(
42354   'filename' => 'sites/all/modules/entityreference/examples/entityreference_behavior_example/entityreference_behavior_example.module',
42355   'name' => 'entityreference_behavior_example',
42356   'type' => 'module',
42357   'owner' => '',
42358   'status' => '0',
42359   'bootstrap' => '0',
42360   'schema_version' => '-1',
42361   'weight' => '0',
42362   '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;}',
42363 ))
42364 ->values(array(
42365   'filename' => 'sites/all/modules/entityreference/tests/modules/entityreference_feeds_test/entityreference_feeds_test.module',
42366   'name' => 'entityreference_feeds_test',
42367   'type' => 'module',
42368   'owner' => '',
42369   'status' => '0',
42370   'bootstrap' => '0',
42371   'schema_version' => '-1',
42372   'weight' => '0',
42373   '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;}',
42374 ))
42375 ->values(array(
42376   'filename' => 'sites/all/modules/link/link.module',
42377   'name' => 'link',
42378   'type' => 'module',
42379   'owner' => '',
42380   'status' => '1',
42381   'bootstrap' => '0',
42382   'schema_version' => '7001',
42383   'weight' => '0',
42384   '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>";}',
42385 ))
42386 ->values(array(
42387   'filename' => 'sites/all/modules/phone/phone.module',
42388   'name' => 'phone',
42389   'type' => 'module',
42390   'owner' => '',
42391   'status' => '1',
42392   'bootstrap' => '0',
42393   'schema_version' => '0',
42394   'weight' => '0',
42395   '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>";}',
42396 ))
42397 ->values(array(
42398   'filename' => 'sites/all/modules/views/views.module',
42399   'name' => 'views',
42400   'type' => 'module',
42401   'owner' => '',
42402   'status' => '0',
42403   'bootstrap' => '0',
42404   'schema_version' => '7301',
42405   'weight' => '10',
42406   '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;}',
42407 ))
42408 ->values(array(
42409   'filename' => 'sites/all/modules/views/views_ui.module',
42410   'name' => 'views_ui',
42411   'type' => 'module',
42412   'owner' => '',
42413   'status' => '0',
42414   'bootstrap' => '0',
42415   'schema_version' => '0',
42416   'weight' => '0',
42417   '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;}',
42418 ))
42419 ->values(array(
42420   'filename' => 'themes/bartik/bartik.info',
42421   'name' => 'bartik',
42422   'type' => 'theme',
42423   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
42424   'status' => '1',
42425   'bootstrap' => '0',
42426   'schema_version' => '-1',
42427   'weight' => '0',
42428   '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";}}',
42429 ))
42430 ->values(array(
42431   'filename' => 'themes/garland/garland.info',
42432   'name' => 'garland',
42433   'type' => 'theme',
42434   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
42435   'status' => '0',
42436   'bootstrap' => '0',
42437   'schema_version' => '-1',
42438   'weight' => '0',
42439   '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";}}',
42440 ))
42441 ->values(array(
42442   'filename' => 'themes/seven/seven.info',
42443   'name' => 'seven',
42444   'type' => 'theme',
42445   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
42446   'status' => '1',
42447   'bootstrap' => '0',
42448   'schema_version' => '-1',
42449   'weight' => '0',
42450   '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";}}',
42451 ))
42452 ->values(array(
42453   'filename' => 'themes/stark/stark.info',
42454   'name' => 'stark',
42455   'type' => 'theme',
42456   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
42457   'status' => '0',
42458   'bootstrap' => '0',
42459   'schema_version' => '-1',
42460   'weight' => '0',
42461   '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\";}}",
42462 ))
42463 ->execute();
42464
42465 $connection->schema()->createTable('taxonomy_index', array(
42466   'fields' => array(
42467     'nid' => array(
42468       'type' => 'int',
42469       'not null' => TRUE,
42470       'size' => 'normal',
42471       'default' => '0',
42472       'unsigned' => TRUE,
42473     ),
42474     'tid' => array(
42475       'type' => 'int',
42476       'not null' => TRUE,
42477       'size' => 'normal',
42478       'default' => '0',
42479       'unsigned' => TRUE,
42480     ),
42481     'sticky' => array(
42482       'type' => 'int',
42483       'not null' => FALSE,
42484       'size' => 'normal',
42485       'default' => '0',
42486     ),
42487     'created' => array(
42488       'type' => 'int',
42489       'not null' => TRUE,
42490       'size' => 'normal',
42491       'default' => '0',
42492     ),
42493   ),
42494   'mysql_character_set' => 'utf8',
42495 ));
42496
42497 $connection->insert('taxonomy_index')
42498 ->fields(array(
42499   'nid',
42500   'tid',
42501   'sticky',
42502   'created',
42503 ))
42504 ->values(array(
42505   'nid' => '1',
42506   'tid' => '4',
42507   'sticky' => '0',
42508   'created' => '1421727515',
42509 ))
42510 ->values(array(
42511   'nid' => '2',
42512   'tid' => '9',
42513   'sticky' => '0',
42514   'created' => '1441306772',
42515 ))
42516 ->values(array(
42517   'nid' => '2',
42518   'tid' => '14',
42519   'sticky' => '0',
42520   'created' => '1441306772',
42521 ))
42522 ->values(array(
42523   'nid' => '2',
42524   'tid' => '17',
42525   'sticky' => '0',
42526   'created' => '1441306772',
42527 ))
42528 ->values(array(
42529   'nid' => '3',
42530   'tid' => '9',
42531   'sticky' => '0',
42532   'created' => '1471428152',
42533 ))
42534 ->values(array(
42535   'nid' => '3',
42536   'tid' => '14',
42537   'sticky' => '0',
42538   'created' => '1471428152',
42539 ))
42540 ->values(array(
42541   'nid' => '3',
42542   'tid' => '17',
42543   'sticky' => '0',
42544   'created' => '1471428152',
42545 ))
42546 ->values(array(
42547   'nid' => '1',
42548   'tid' => '4',
42549   'sticky' => '0',
42550   'created' => '1421727515',
42551 ))
42552 ->values(array(
42553   'nid' => '1',
42554   'tid' => '17',
42555   'sticky' => '0',
42556   'created' => '1421727515',
42557 ))
42558 ->values(array(
42559   'nid' => '1',
42560   'tid' => '15',
42561   'sticky' => '0',
42562   'created' => '1421727515',
42563 ))
42564 ->execute();
42565
42566 $connection->schema()->createTable('taxonomy_term_data', array(
42567   'fields' => array(
42568     'tid' => array(
42569       'type' => 'serial',
42570       'not null' => TRUE,
42571       'size' => 'normal',
42572       'unsigned' => TRUE,
42573     ),
42574     'vid' => array(
42575       'type' => 'int',
42576       'not null' => TRUE,
42577       'size' => 'normal',
42578       'default' => '0',
42579       'unsigned' => TRUE,
42580     ),
42581     'name' => array(
42582       'type' => 'varchar',
42583       'not null' => TRUE,
42584       'length' => '255',
42585       'default' => '',
42586     ),
42587     'description' => array(
42588       'type' => 'text',
42589       'not null' => FALSE,
42590       'size' => 'normal',
42591     ),
42592     'format' => array(
42593       'type' => 'varchar',
42594       'not null' => FALSE,
42595       'length' => '255',
42596     ),
42597     'weight' => array(
42598       'type' => 'int',
42599       'not null' => TRUE,
42600       'size' => 'normal',
42601       'default' => '0',
42602     ),
42603   ),
42604   'primary key' => array(
42605     'tid',
42606   ),
42607   'mysql_character_set' => 'utf8',
42608 ));
42609
42610 $connection->insert('taxonomy_term_data')
42611 ->fields(array(
42612   'tid',
42613   'vid',
42614   'name',
42615   'description',
42616   'format',
42617   'weight',
42618 ))
42619 ->values(array(
42620   'tid' => '1',
42621   'vid' => '2',
42622   'name' => 'General discussion',
42623   'description' => '',
42624   'format' => NULL,
42625   'weight' => '2',
42626 ))
42627 ->values(array(
42628   'tid' => '2',
42629   'vid' => '3',
42630   'name' => 'Term1',
42631   'description' => 'The first term.',
42632   'format' => 'filtered_html',
42633   'weight' => '0',
42634 ))
42635 ->values(array(
42636   'tid' => '3',
42637   'vid' => '3',
42638   'name' => 'Term2',
42639   'description' => 'The second term.',
42640   'format' => 'filtered_html',
42641   'weight' => '0',
42642 ))
42643 ->values(array(
42644   'tid' => '4',
42645   'vid' => '3',
42646   'name' => 'Term3',
42647   'description' => 'The third term.',
42648   'format' => 'full_html',
42649   'weight' => '0',
42650 ))
42651 ->values(array(
42652   'tid' => '5',
42653   'vid' => '2',
42654   'name' => 'Custom Forum',
42655   'description' => 'Where the cool kids are.',
42656   'format' => NULL,
42657   'weight' => '3',
42658 ))
42659 ->values(array(
42660   'tid' => '6',
42661   'vid' => '2',
42662   'name' => 'Games',
42663   'description' => '',
42664   'format' => NULL,
42665   'weight' => '4',
42666 ))
42667 ->values(array(
42668   'tid' => '7',
42669   'vid' => '2',
42670   'name' => 'Minecraft',
42671   'description' => '',
42672   'format' => NULL,
42673   'weight' => '1',
42674 ))
42675 ->values(array(
42676   'tid' => '8',
42677   'vid' => '2',
42678   'name' => 'Half Life 3',
42679   'description' => '',
42680   'format' => NULL,
42681   'weight' => '0',
42682 ))
42683 ->values(array(
42684   'tid' => '9',
42685   'vid' => '1',
42686   'name' => 'Benjamin Sisko',
42687   'description' => 'Portrayed by Avery Brooks',
42688   'format' => 'filtered_html',
42689   'weight' => '0',
42690 ))
42691 ->values(array(
42692   'tid' => '10',
42693   'vid' => '1',
42694   'name' => 'Kira Nerys',
42695   'description' => 'Portrayed by Nana Visitor',
42696   'format' => 'filtered_html',
42697   'weight' => '0',
42698 ))
42699 ->values(array(
42700   'tid' => '11',
42701   'vid' => '1',
42702   'name' => 'Dax',
42703   'description' => 'Portrayed by Terry Farrell',
42704   'format' => 'filtered_html',
42705   'weight' => '0',
42706 ))
42707 ->values(array(
42708   'tid' => '12',
42709   'vid' => '1',
42710   'name' => 'Jake Sisko',
42711   'description' => 'Portrayed by Cirroc Lofton',
42712   'format' => 'filtered_html',
42713   'weight' => '0',
42714 ))
42715 ->values(array(
42716   'tid' => '13',
42717   'vid' => '1',
42718   'name' => 'Gul Dukat',
42719   'description' => 'Portrayed by Marc Alaimo',
42720   'format' => 'filtered_html',
42721   'weight' => '0',
42722 ))
42723 ->values(array(
42724   'tid' => '14',
42725   'vid' => '1',
42726   'name' => 'Odo',
42727   'description' => 'Portrayed by Rene Auberjonois',
42728   'format' => 'filtered_html',
42729   'weight' => '0',
42730 ))
42731 ->values(array(
42732   'tid' => '15',
42733   'vid' => '1',
42734   'name' => 'Worf',
42735   'description' => 'Portrayed by Michael Dorn',
42736   'format' => 'filtered_html',
42737   'weight' => '0',
42738 ))
42739 ->values(array(
42740   'tid' => '16',
42741   'vid' => '1',
42742   'name' => "Miles O'Brien",
42743   'description' => 'Portrayed by Colm Meaney',
42744   'format' => 'filtered_html',
42745   'weight' => '0',
42746 ))
42747 ->values(array(
42748   'tid' => '17',
42749   'vid' => '1',
42750   'name' => 'Quark',
42751   'description' => 'Portrayed by Armin Shimerman',
42752   'format' => 'filtered_html',
42753   'weight' => '0',
42754 ))
42755 ->values(array(
42756   'tid' => '18',
42757   'vid' => '1',
42758   'name' => 'Elim Garak',
42759   'description' => 'Portrayed by Andrew Robinson',
42760   'format' => 'filtered_html',
42761   'weight' => '0',
42762 ))
42763 ->execute();
42764
42765 $connection->schema()->createTable('taxonomy_term_hierarchy', array(
42766   'fields' => array(
42767     'tid' => array(
42768       'type' => 'int',
42769       'not null' => TRUE,
42770       'size' => 'normal',
42771       'default' => '0',
42772       'unsigned' => TRUE,
42773     ),
42774     'parent' => array(
42775       'type' => 'int',
42776       'not null' => TRUE,
42777       'size' => 'normal',
42778       'default' => '0',
42779       'unsigned' => TRUE,
42780     ),
42781   ),
42782   'primary key' => array(
42783     'tid',
42784     'parent',
42785   ),
42786   'mysql_character_set' => 'utf8',
42787 ));
42788
42789 $connection->insert('taxonomy_term_hierarchy')
42790 ->fields(array(
42791   'tid',
42792   'parent',
42793 ))
42794 ->values(array(
42795   'tid' => '1',
42796   'parent' => '0',
42797 ))
42798 ->values(array(
42799   'tid' => '2',
42800   'parent' => '0',
42801 ))
42802 ->values(array(
42803   'tid' => '3',
42804   'parent' => '0',
42805 ))
42806 ->values(array(
42807   'tid' => '5',
42808   'parent' => '0',
42809 ))
42810 ->values(array(
42811   'tid' => '6',
42812   'parent' => '0',
42813 ))
42814 ->values(array(
42815   'tid' => '9',
42816   'parent' => '0',
42817 ))
42818 ->values(array(
42819   'tid' => '10',
42820   'parent' => '0',
42821 ))
42822 ->values(array(
42823   'tid' => '11',
42824   'parent' => '0',
42825 ))
42826 ->values(array(
42827   'tid' => '12',
42828   'parent' => '0',
42829 ))
42830 ->values(array(
42831   'tid' => '13',
42832   'parent' => '0',
42833 ))
42834 ->values(array(
42835   'tid' => '14',
42836   'parent' => '0',
42837 ))
42838 ->values(array(
42839   'tid' => '15',
42840   'parent' => '0',
42841 ))
42842 ->values(array(
42843   'tid' => '16',
42844   'parent' => '0',
42845 ))
42846 ->values(array(
42847   'tid' => '17',
42848   'parent' => '0',
42849 ))
42850 ->values(array(
42851   'tid' => '18',
42852   'parent' => '0',
42853 ))
42854 ->values(array(
42855   'tid' => '4',
42856   'parent' => '3',
42857 ))
42858 ->values(array(
42859   'tid' => '7',
42860   'parent' => '6',
42861 ))
42862 ->values(array(
42863   'tid' => '8',
42864   'parent' => '6',
42865 ))
42866 ->execute();
42867
42868 $connection->schema()->createTable('taxonomy_vocabulary', array(
42869   'fields' => array(
42870     'vid' => array(
42871       'type' => 'serial',
42872       'not null' => TRUE,
42873       'size' => 'normal',
42874       'unsigned' => TRUE,
42875     ),
42876     'name' => array(
42877       'type' => 'varchar',
42878       'not null' => TRUE,
42879       'length' => '255',
42880       'default' => '',
42881     ),
42882     'machine_name' => array(
42883       'type' => 'varchar',
42884       'not null' => TRUE,
42885       'length' => '255',
42886       'default' => '',
42887     ),
42888     'description' => array(
42889       'type' => 'text',
42890       'not null' => FALSE,
42891       'size' => 'normal',
42892     ),
42893     'hierarchy' => array(
42894       'type' => 'int',
42895       'not null' => TRUE,
42896       'size' => 'normal',
42897       'default' => '0',
42898       'unsigned' => TRUE,
42899     ),
42900     'module' => array(
42901       'type' => 'varchar',
42902       'not null' => TRUE,
42903       'length' => '255',
42904       'default' => '',
42905     ),
42906     'weight' => array(
42907       'type' => 'int',
42908       'not null' => TRUE,
42909       'size' => 'normal',
42910       'default' => '0',
42911     ),
42912   ),
42913   'primary key' => array(
42914     'vid',
42915   ),
42916   'mysql_character_set' => 'utf8',
42917 ));
42918
42919 $connection->insert('taxonomy_vocabulary')
42920 ->fields(array(
42921   'vid',
42922   'name',
42923   'machine_name',
42924   'description',
42925   'hierarchy',
42926   'module',
42927   'weight',
42928 ))
42929 ->values(array(
42930   'vid' => '1',
42931   'name' => 'Tags',
42932   'machine_name' => 'tags',
42933   'description' => 'Use tags to group articles on similar topics into categories.',
42934   'hierarchy' => '0',
42935   'module' => 'taxonomy',
42936   'weight' => '0',
42937 ))
42938 ->values(array(
42939   'vid' => '2',
42940   'name' => 'Forums',
42941   'machine_name' => 'forums',
42942   'description' => 'Forum navigation vocabulary',
42943   'hierarchy' => '1',
42944   'module' => 'forum',
42945   'weight' => '-10',
42946 ))
42947 ->values(array(
42948   'vid' => '3',
42949   'name' => 'Test Vocabulary',
42950   'machine_name' => 'test_vocabulary',
42951   'description' => 'This is the vocabulary description',
42952   'hierarchy' => '1',
42953   'module' => 'taxonomy',
42954   'weight' => '0',
42955 ))
42956 ->values(array(
42957   'vid' => '4',
42958   'name' => 'vocabulary name much longer than thirty two characters',
42959   'machine_name' => 'vocabulary_name_much_longer_than_thirty_two_characters',
42960   'description' => 'description of vocabulary name much longer than thirty two characters',
42961   'hierarchy' => '1',
42962   'module' => 'taxonomy',
42963   'weight' => '0',
42964 ))
42965 ->execute();
42966
42967 $connection->schema()->createTable('tracker_node', array(
42968   'fields' => array(
42969     'nid' => array(
42970       'type' => 'int',
42971       'not null' => TRUE,
42972       'size' => 'normal',
42973       'default' => '0',
42974       'unsigned' => TRUE,
42975     ),
42976     'published' => array(
42977       'type' => 'int',
42978       'not null' => FALSE,
42979       'size' => 'normal',
42980       'default' => '0',
42981     ),
42982     'changed' => array(
42983       'type' => 'int',
42984       'not null' => TRUE,
42985       'size' => 'normal',
42986       'default' => '0',
42987       'unsigned' => TRUE,
42988     ),
42989   ),
42990   'primary key' => array(
42991     'nid',
42992   ),
42993   'mysql_character_set' => 'utf8',
42994 ));
42995
42996 $connection->insert('tracker_node')
42997 ->fields(array(
42998   'nid',
42999   'published',
43000   'changed',
43001 ))
43002 ->values(array(
43003   'nid' => '1',
43004   'published' => '1',
43005   'changed' => '1421727536',
43006 ))
43007 ->execute();
43008
43009 $connection->schema()->createTable('tracker_user', array(
43010   'fields' => array(
43011     'nid' => array(
43012       'type' => 'int',
43013       'not null' => TRUE,
43014       'size' => 'normal',
43015       'default' => '0',
43016       'unsigned' => TRUE,
43017     ),
43018     'uid' => array(
43019       'type' => 'int',
43020       'not null' => TRUE,
43021       'size' => 'normal',
43022       'default' => '0',
43023     ),
43024     'published' => array(
43025       'type' => 'int',
43026       'not null' => FALSE,
43027       'size' => 'normal',
43028       'default' => '0',
43029     ),
43030     'changed' => array(
43031       'type' => 'int',
43032       'not null' => TRUE,
43033       'size' => 'normal',
43034       'default' => '0',
43035       'unsigned' => TRUE,
43036     ),
43037   ),
43038   'primary key' => array(
43039     'nid',
43040     'uid',
43041   ),
43042   'mysql_character_set' => 'utf8',
43043 ));
43044
43045 $connection->insert('tracker_user')
43046 ->fields(array(
43047   'nid',
43048   'uid',
43049   'published',
43050   'changed',
43051 ))
43052 ->values(array(
43053   'nid' => '1',
43054   'uid' => '2',
43055   'published' => '1',
43056   'changed' => '1421727536',
43057 ))
43058 ->execute();
43059
43060 $connection->schema()->createTable('trigger_assignments', array(
43061   'fields' => array(
43062     'hook' => array(
43063       'type' => 'varchar',
43064       'not null' => TRUE,
43065       'length' => '78',
43066       'default' => '',
43067     ),
43068     'aid' => array(
43069       'type' => 'varchar',
43070       'not null' => TRUE,
43071       'length' => '255',
43072       'default' => '',
43073     ),
43074     'weight' => array(
43075       'type' => 'int',
43076       'not null' => TRUE,
43077       'size' => 'normal',
43078       'default' => '0',
43079     ),
43080   ),
43081   'primary key' => array(
43082     'hook',
43083     'aid',
43084   ),
43085   'mysql_character_set' => 'utf8',
43086 ));
43087
43088 $connection->insert('trigger_assignments')
43089 ->fields(array(
43090   'hook',
43091   'aid',
43092   'weight',
43093 ))
43094 ->values(array(
43095   'hook' => 'comment_presave',
43096   'aid' => 'comment_publish_action',
43097   'weight' => '1',
43098 ))
43099 ->execute();
43100
43101 $connection->schema()->createTable('url_alias', array(
43102   'fields' => array(
43103     'pid' => array(
43104       'type' => 'serial',
43105       'not null' => TRUE,
43106       'size' => 'normal',
43107       'unsigned' => TRUE,
43108     ),
43109     'source' => array(
43110       'type' => 'varchar',
43111       'not null' => TRUE,
43112       'length' => '255',
43113       'default' => '',
43114     ),
43115     'alias' => array(
43116       'type' => 'varchar',
43117       'not null' => TRUE,
43118       'length' => '255',
43119       'default' => '',
43120     ),
43121     'language' => array(
43122       'type' => 'varchar',
43123       'not null' => TRUE,
43124       'length' => '12',
43125       'default' => '',
43126     ),
43127   ),
43128   'primary key' => array(
43129     'pid',
43130   ),
43131   'mysql_character_set' => 'utf8',
43132 ));
43133
43134 $connection->insert('url_alias')
43135 ->fields(array(
43136   'pid',
43137   'source',
43138   'alias',
43139   'language',
43140 ))
43141 ->values(array(
43142   'pid' => '1',
43143   'source' => 'taxonomy/term/4',
43144   'alias' => 'term33',
43145   'language' => 'und',
43146 ))
43147 ->values(array(
43148   'pid' => '2',
43149   'source' => 'node/2',
43150   'alias' => 'deep-space-9',
43151   'language' => 'en',
43152 ))
43153 ->values(array(
43154   'pid' => '3',
43155   'source' => 'node/3',
43156   'alias' => 'deep-space-9-is',
43157   'language' => 'is',
43158 ))
43159 ->values(array(
43160   'pid' => '4',
43161   'source' => 'node/4',
43162   'alias' => 'firefly-is',
43163   'language' => 'is',
43164 ))
43165 ->values(array(
43166   'pid' => '5',
43167   'source' => 'node/5',
43168   'alias' => 'firefly',
43169   'language' => 'en',
43170 ))
43171 ->execute();
43172
43173 $connection->schema()->createTable('users', array(
43174   'fields' => array(
43175     'uid' => array(
43176       'type' => 'int',
43177       'not null' => TRUE,
43178       'size' => 'normal',
43179       'default' => '0',
43180       'unsigned' => TRUE,
43181     ),
43182     'name' => array(
43183       'type' => 'varchar',
43184       'not null' => TRUE,
43185       'length' => '60',
43186       'default' => '',
43187     ),
43188     'pass' => array(
43189       'type' => 'varchar',
43190       'not null' => TRUE,
43191       'length' => '128',
43192       'default' => '',
43193     ),
43194     'mail' => array(
43195       'type' => 'varchar',
43196       'not null' => FALSE,
43197       'length' => '254',
43198       'default' => '',
43199     ),
43200     'theme' => array(
43201       'type' => 'varchar',
43202       'not null' => TRUE,
43203       'length' => '255',
43204       'default' => '',
43205     ),
43206     'signature' => array(
43207       'type' => 'varchar',
43208       'not null' => TRUE,
43209       'length' => '255',
43210       'default' => '',
43211     ),
43212     'signature_format' => array(
43213       'type' => 'varchar',
43214       'not null' => FALSE,
43215       'length' => '255',
43216     ),
43217     'created' => array(
43218       'type' => 'int',
43219       'not null' => TRUE,
43220       'size' => 'normal',
43221       'default' => '0',
43222     ),
43223     'access' => array(
43224       'type' => 'int',
43225       'not null' => TRUE,
43226       'size' => 'normal',
43227       'default' => '0',
43228     ),
43229     'login' => array(
43230       'type' => 'int',
43231       'not null' => TRUE,
43232       'size' => 'normal',
43233       'default' => '0',
43234     ),
43235     'status' => array(
43236       'type' => 'int',
43237       'not null' => TRUE,
43238       'size' => 'normal',
43239       'default' => '0',
43240     ),
43241     'timezone' => array(
43242       'type' => 'varchar',
43243       'not null' => FALSE,
43244       'length' => '32',
43245     ),
43246     'language' => array(
43247       'type' => 'varchar',
43248       'not null' => TRUE,
43249       'length' => '12',
43250       'default' => '',
43251     ),
43252     'picture' => array(
43253       'type' => 'int',
43254       'not null' => TRUE,
43255       'size' => 'normal',
43256       'default' => '0',
43257     ),
43258     'init' => array(
43259       'type' => 'varchar',
43260       'not null' => FALSE,
43261       'length' => '254',
43262       'default' => '',
43263     ),
43264     'data' => array(
43265       'type' => 'blob',
43266       'not null' => FALSE,
43267       'size' => 'normal',
43268     ),
43269   ),
43270   'primary key' => array(
43271     'uid',
43272   ),
43273   'mysql_character_set' => 'utf8',
43274 ));
43275
43276 $connection->insert('users')
43277 ->fields(array(
43278   'uid',
43279   'name',
43280   'pass',
43281   'mail',
43282   'theme',
43283   'signature',
43284   'signature_format',
43285   'created',
43286   'access',
43287   'login',
43288   'status',
43289   'timezone',
43290   'language',
43291   'picture',
43292   'init',
43293   'data',
43294 ))
43295 ->values(array(
43296   'uid' => '1',
43297   'name' => 'admin',
43298   'pass' => '$S$D/HVkgCg1Hvi7DN5KVSgNl.2C5g8W6oe/OoIRMUlyjkmPugQRhoB',
43299   'mail' => 'admin@local.host',
43300   'theme' => '',
43301   'signature' => '',
43302   'signature_format' => NULL,
43303   'created' => '0',
43304   'access' => '1444945097',
43305   'login' => '1444945097',
43306   'status' => '1',
43307   'timezone' => NULL,
43308   'language' => '',
43309   'picture' => '0',
43310   'init' => '',
43311   'data' => 'a:1:{s:7:"contact";i:1;}',
43312 ))
43313 ->values(array(
43314   'uid' => '2',
43315   'name' => 'Odo',
43316   'pass' => '$S$DGFZUE.FhrXbe4y52eC7p0ZVRGD/gOPtVctDlmC89qkujnBokAlJ',
43317   'mail' => 'odo@local.host',
43318   'theme' => '',
43319   'signature' => '',
43320   'signature_format' => 'filtered_html',
43321   'created' => '1440532218',
43322   'access' => '0',
43323   'login' => '0',
43324   'status' => '1',
43325   'timezone' => 'America/Chicago',
43326   'language' => 'is',
43327   'picture' => '0',
43328   'init' => 'odo@local.host',
43329   'data' => 'a:1:{s:7:"contact";i:1;}',
43330 ))
43331 ->values(array(
43332   'uid' => '3',
43333   'name' => 'Bob',
43334   'pass' => '$S$DGFZUE.FhrXbe4y52eC7p0ZVRGD/gOPtVctDlmC89qkujnBokAlJ',
43335   'mail' => 'bob@local.host',
43336   'theme' => '',
43337   'signature' => '',
43338   'signature_format' => 'filtered_html',
43339   'created' => '1440532218',
43340   'access' => '0',
43341   'login' => '0',
43342   'status' => '1',
43343   'timezone' => 'America/New_York',
43344   'language' => 'fr',
43345   'picture' => '0',
43346   'init' => 'bob@local.host',
43347   'data' => 'a:1:{s:7:"contact";i:1;}',
43348 ))
43349 ->execute();
43350
43351 $connection->schema()->createTable('users_roles', array(
43352   'fields' => array(
43353     'uid' => array(
43354       'type' => 'int',
43355       'not null' => TRUE,
43356       'size' => 'normal',
43357       'default' => '0',
43358       'unsigned' => TRUE,
43359     ),
43360     'rid' => array(
43361       'type' => 'int',
43362       'not null' => TRUE,
43363       'size' => 'normal',
43364       'default' => '0',
43365       'unsigned' => TRUE,
43366     ),
43367   ),
43368   'primary key' => array(
43369     'uid',
43370     'rid',
43371   ),
43372   'mysql_character_set' => 'utf8',
43373 ));
43374
43375 $connection->insert('users_roles')
43376 ->fields(array(
43377   'uid',
43378   'rid',
43379 ))
43380 ->values(array(
43381   'uid' => '1',
43382   'rid' => '3',
43383 ))
43384 ->values(array(
43385   'uid' => '2',
43386   'rid' => '3',
43387 ))
43388 ->values(array(
43389   'uid' => '3',
43390   'rid' => '3',
43391 ))
43392 ->execute();
43393
43394 $connection->schema()->createTable('variable', array(
43395   'fields' => array(
43396     'name' => array(
43397       'type' => 'varchar',
43398       'not null' => TRUE,
43399       'length' => '128',
43400       'default' => '',
43401     ),
43402     'value' => array(
43403       'type' => 'blob',
43404       'not null' => TRUE,
43405       'size' => 'normal',
43406     ),
43407   ),
43408   'primary key' => array(
43409     'name',
43410   ),
43411   'mysql_character_set' => 'utf8',
43412 ));
43413
43414 $connection->insert('variable')
43415 ->fields(array(
43416   'name',
43417   'value',
43418 ))
43419 ->values(array(
43420   'name' => 'actions_max_stack',
43421   'value' => 'i:28;',
43422 ))
43423 ->values(array(
43424   'name' => 'additional_settings__active_tab_article',
43425   'value' => 's:15:"edit-submission";',
43426 ))
43427 ->values(array(
43428   'name' => 'additional_settings__active_tab_blog',
43429   'value' => 's:13:"edit-workflow";',
43430 ))
43431 ->values(array(
43432   'name' => 'additional_settings__active_tab_book',
43433   'value' => 's:13:"edit-workflow";',
43434 ))
43435 ->values(array(
43436   'name' => 'additional_settings__active_tab_forum',
43437   'value' => 's:15:"edit-submission";',
43438 ))
43439 ->values(array(
43440   'name' => 'additional_settings__active_tab_page',
43441   'value' => 's:15:"edit-submission";',
43442 ))
43443 ->values(array(
43444   'name' => 'additional_settings__active_tab_test_content_type',
43445   'value' => 's:13:"edit-workflow";',
43446 ))
43447 ->values(array(
43448   'name' => 'admin_compact_mode',
43449   'value' => 'b:1;',
43450 ))
43451 ->values(array(
43452   'name' => 'admin_theme',
43453   'value' => 's:5:"seven";',
43454 ))
43455 ->values(array(
43456   'name' => 'aggregator_allowed_html_tags',
43457   'value' => 's:13:"<p> <div> <a>";',
43458 ))
43459 ->values(array(
43460   'name' => 'aggregator_clear',
43461   'value' => 'i:86400;',
43462 ))
43463 ->values(array(
43464   'name' => 'aggregator_fetcher',
43465   'value' => 's:10:"aggregator";',
43466 ))
43467 ->values(array(
43468   'name' => 'aggregator_parser',
43469   'value' => 's:10:"aggregator";',
43470 ))
43471 ->values(array(
43472   'name' => 'aggregator_processors',
43473   'value' => 'a:1:{i:0;s:10:"aggregator";}',
43474 ))
43475 ->values(array(
43476   'name' => 'aggregator_summary_items',
43477   'value' => 'i:6;',
43478 ))
43479 ->values(array(
43480   'name' => 'aggregator_teaser_length',
43481   'value' => 'i:500;',
43482 ))
43483 ->values(array(
43484   'name' => 'allow_insecure_derivatives',
43485   'value' => 'b:1;',
43486 ))
43487 ->values(array(
43488   'name' => 'allow_insecure_uploads',
43489   'value' => 'i:1;',
43490 ))
43491 ->values(array(
43492   'name' => 'anonymous',
43493   'value' => 's:9:"Anonymous";',
43494 ))
43495 ->values(array(
43496   'name' => 'authorize_filetransfer_default',
43497   'value' => 's:3:"ftp";',
43498 ))
43499 ->values(array(
43500   'name' => 'block_cache',
43501   'value' => 'i:0;',
43502 ))
43503 ->values(array(
43504   'name' => 'book_allowed_types',
43505   'value' => 'a:1:{i:0;s:4:"book";}',
43506 ))
43507 ->values(array(
43508   'name' => 'book_child_type',
43509   'value' => 's:4:"book";',
43510 ))
43511 ->values(array(
43512   'name' => 'cache',
43513   'value' => 'i:0;',
43514 ))
43515 ->values(array(
43516   'name' => 'cache_flush_cache',
43517   'value' => 'i:0;',
43518 ))
43519 ->values(array(
43520   'name' => 'cache_flush_cache_block',
43521   'value' => 'i:0;',
43522 ))
43523 ->values(array(
43524   'name' => 'cache_flush_cache_field',
43525   'value' => 'i:0;',
43526 ))
43527 ->values(array(
43528   'name' => 'cache_flush_cache_filter',
43529   'value' => 'i:1444944970;',
43530 ))
43531 ->values(array(
43532   'name' => 'cache_flush_cache_form',
43533   'value' => 'i:1444944970;',
43534 ))
43535 ->values(array(
43536   'name' => 'cache_flush_cache_image',
43537   'value' => 'i:1444944970;',
43538 ))
43539 ->values(array(
43540   'name' => 'cache_flush_cache_menu',
43541   'value' => 'i:1444944970;',
43542 ))
43543 ->values(array(
43544   'name' => 'cache_flush_cache_page',
43545   'value' => 'i:0;',
43546 ))
43547 ->values(array(
43548   'name' => 'cache_flush_cache_path',
43549   'value' => 'i:1444944970;',
43550 ))
43551 ->values(array(
43552   'name' => 'cache_lifetime',
43553   'value' => 's:3:"300";',
43554 ))
43555 ->values(array(
43556   'name' => 'clean_url',
43557   'value' => 's:1:"1";',
43558 ))
43559 ->values(array(
43560   'name' => 'comment_anonymous_article',
43561   'value' => 'i:0;',
43562 ))
43563 ->values(array(
43564   'name' => 'comment_anonymous_blog',
43565   'value' => 'i:0;',
43566 ))
43567 ->values(array(
43568   'name' => 'comment_anonymous_book',
43569   'value' => 'i:0;',
43570 ))
43571 ->values(array(
43572   'name' => 'comment_anonymous_forum',
43573   'value' => 'i:0;',
43574 ))
43575 ->values(array(
43576   'name' => 'comment_anonymous_page',
43577   'value' => 'i:0;',
43578 ))
43579 ->values(array(
43580   'name' => 'comment_anonymous_test_content_type',
43581   'value' => 'i:0;',
43582 ))
43583 ->values(array(
43584   'name' => 'comment_article',
43585   'value' => 's:1:"2";',
43586 ))
43587 ->values(array(
43588   'name' => 'comment_blog',
43589   'value' => 's:1:"2";',
43590 ))
43591 ->values(array(
43592   'name' => 'comment_book',
43593   'value' => 's:1:"2";',
43594 ))
43595 ->values(array(
43596   'name' => 'comment_default_mode_article',
43597   'value' => 'i:1;',
43598 ))
43599 ->values(array(
43600   'name' => 'comment_default_mode_blog',
43601   'value' => 'i:1;',
43602 ))
43603 ->values(array(
43604   'name' => 'comment_default_mode_book',
43605   'value' => 'i:1;',
43606 ))
43607 ->values(array(
43608   'name' => 'comment_default_mode_forum',
43609   'value' => 'i:1;',
43610 ))
43611 ->values(array(
43612   'name' => 'comment_default_mode_page',
43613   'value' => 'i:1;',
43614 ))
43615 ->values(array(
43616   'name' => 'comment_default_mode_test_content_type',
43617   'value' => 'i:1;',
43618 ))
43619 ->values(array(
43620   'name' => 'comment_default_per_page_article',
43621   'value' => 's:2:"50";',
43622 ))
43623 ->values(array(
43624   'name' => 'comment_default_per_page_blog',
43625   'value' => 's:2:"50";',
43626 ))
43627 ->values(array(
43628   'name' => 'comment_default_per_page_book',
43629   'value' => 's:2:"50";',
43630 ))
43631 ->values(array(
43632   'name' => 'comment_default_per_page_forum',
43633   'value' => 's:2:"50";',
43634 ))
43635 ->values(array(
43636   'name' => 'comment_default_per_page_page',
43637   'value' => 's:2:"50";',
43638 ))
43639 ->values(array(
43640   'name' => 'comment_default_per_page_test_content_type',
43641   'value' => 's:2:"30";',
43642 ))
43643 ->values(array(
43644   'name' => 'comment_form_location_article',
43645   'value' => 'i:1;',
43646 ))
43647 ->values(array(
43648   'name' => 'comment_form_location_blog',
43649   'value' => 'i:1;',
43650 ))
43651 ->values(array(
43652   'name' => 'comment_form_location_book',
43653   'value' => 'i:1;',
43654 ))
43655 ->values(array(
43656   'name' => 'comment_form_location_forum',
43657   'value' => 'i:1;',
43658 ))
43659 ->values(array(
43660   'name' => 'comment_form_location_page',
43661   'value' => 'i:1;',
43662 ))
43663 ->values(array(
43664   'name' => 'comment_form_location_test_content_type',
43665   'value' => 'i:1;',
43666 ))
43667 ->values(array(
43668   'name' => 'comment_forum',
43669   'value' => 's:1:"2";',
43670 ))
43671 ->values(array(
43672   'name' => 'comment_page',
43673   'value' => 's:1:"0";',
43674 ))
43675 ->values(array(
43676   'name' => 'comment_preview_article',
43677   'value' => 's:1:"1";',
43678 ))
43679 ->values(array(
43680   'name' => 'comment_preview_blog',
43681   'value' => 's:1:"1";',
43682 ))
43683 ->values(array(
43684   'name' => 'comment_preview_book',
43685   'value' => 's:1:"1";',
43686 ))
43687 ->values(array(
43688   'name' => 'comment_preview_forum',
43689   'value' => 's:1:"1";',
43690 ))
43691 ->values(array(
43692   'name' => 'comment_preview_page',
43693   'value' => 's:1:"1";',
43694 ))
43695 ->values(array(
43696   'name' => 'comment_preview_test_content_type',
43697   'value' => 's:1:"1";',
43698 ))
43699 ->values(array(
43700   'name' => 'comment_subject_field_article',
43701   'value' => 'i:1;',
43702 ))
43703 ->values(array(
43704   'name' => 'comment_subject_field_blog',
43705   'value' => 'i:1;',
43706 ))
43707 ->values(array(
43708   'name' => 'comment_subject_field_book',
43709   'value' => 'i:1;',
43710 ))
43711 ->values(array(
43712   'name' => 'comment_subject_field_forum',
43713   'value' => 'i:1;',
43714 ))
43715 ->values(array(
43716   'name' => 'comment_subject_field_page',
43717   'value' => 'i:1;',
43718 ))
43719 ->values(array(
43720   'name' => 'comment_subject_field_test_content_type',
43721   'value' => 'i:1;',
43722 ))
43723 ->values(array(
43724   'name' => 'comment_test_content_type',
43725   'value' => 's:1:"2";',
43726 ))
43727 ->values(array(
43728   'name' => 'configurable_timezones',
43729   'value' => 'b:1;',
43730 ))
43731 ->values(array(
43732   'name' => 'contact_default_status',
43733   'value' => 'i:1;',
43734 ))
43735 ->values(array(
43736   'name' => 'contact_threshold_limit',
43737   'value' => 'i:33;',
43738 ))
43739 ->values(array(
43740   'name' => 'contact_threshold_window',
43741   'value' => 'i:7200;',
43742 ))
43743 ->values(array(
43744   'name' => 'cron_key',
43745   'value' => 's:43:"_vWFj-dRR2rNoHDwl7N__J9uZNutDcLz3w4tlPJzRAM";',
43746 ))
43747 ->values(array(
43748   'name' => 'cron_last',
43749   'value' => 'i:1444944970;',
43750 ))
43751 ->values(array(
43752   'name' => 'cron_threshold_error',
43753   'value' => 'i:1209600;',
43754 ))
43755 ->values(array(
43756   'name' => 'cron_threshold_warning',
43757   'value' => 'i:172800;',
43758 ))
43759 ->values(array(
43760   'name' => 'css_js_query_string',
43761   'value' => 's:6:"nwa6nq";',
43762 ))
43763 ->values(array(
43764   'name' => 'ctools_last_cron',
43765   'value' => 'i:1421720834;',
43766 ))
43767 ->values(array(
43768   'name' => 'dashboard_stashed_blocks',
43769   '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";}}',
43770 ))
43771 ->values(array(
43772   'name' => 'date_api_version',
43773   'value' => 's:3:"7.2";',
43774 ))
43775 ->values(array(
43776   'name' => 'date_default_timezone',
43777   'value' => 's:15:"America/Chicago";',
43778 ))
43779 ->values(array(
43780   'name' => 'date_first_day',
43781   'value' => 'i:1;',
43782 ))
43783 ->values(array(
43784   'name' => 'dblog_row_limit',
43785   'value' => 'i:10000;',
43786 ))
43787 ->values(array(
43788   'name' => 'default_nodes_main',
43789   'value' => 's:2:"10";',
43790 ))
43791 ->values(array(
43792   'name' => 'drupal_css_cache_files',
43793   '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";}',
43794 ))
43795 ->values(array(
43796   'name' => 'drupal_http_request_fails',
43797   'value' => 'b:0;',
43798 ))
43799 ->values(array(
43800   'name' => 'drupal_private_key',
43801   'value' => 's:43:"9eRJWxrMwQ5CufYJjXBZbPGz_t8vPIYRQr18PamdKmM";',
43802 ))
43803 ->values(array(
43804   'name' => 'drupal_weight_select_max',
43805   'value' => 'i:40;',
43806 ))
43807 ->values(array(
43808   'name' => 'email__active_tab',
43809   'value' => 's:27:"edit-email-pending-approval";',
43810 ))
43811 ->values(array(
43812   'name' => 'empty_timezone_message',
43813   'value' => 'b:1;',
43814 ))
43815 ->values(array(
43816   'name' => 'error_level',
43817   'value' => 'i:1;',
43818 ))
43819 ->values(array(
43820   'name' => 'feed_default_items',
43821   'value' => 'i:27;',
43822 ))
43823 ->values(array(
43824   'name' => 'feed_item_length',
43825   'value' => 's:8:"fulltext";',
43826 ))
43827 ->values(array(
43828   'name' => 'entityreference:base-tables',
43829   '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";}}',
43830 ))
43831 ->values(array(
43832   'name' => 'field_bundle_settings_comment__comment_node_test_content_type',
43833   '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:{}}}',
43834 ))
43835 ->values(array(
43836   'name' => 'field_bundle_settings_node__test_content_type',
43837   '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:{}}}',
43838 ))
43839 ->values(array(
43840   'name' => 'field_bundle_settings_user__user',
43841   '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:{}}}',
43842 ))
43843 ->values(array(
43844   'name' => 'file_default_scheme',
43845   'value' => 's:6:"public";',
43846 ))
43847 ->values(array(
43848   'name' => 'file_description_length',
43849   'value' => 'i:256;',
43850 ))
43851 ->values(array(
43852   'name' => 'file_description_type',
43853   'value' => 's:9:"textfield";',
43854 ))
43855 ->values(array(
43856   'name' => 'file_directory_path',
43857   'value' => 's:19:"sites/default/files";',
43858 ))
43859 ->values(array(
43860   'name' => 'file_icon_directory',
43861   'value' => 's:25:"sites/default/files/icons";',
43862 ))
43863 ->values(array(
43864   'name' => 'file_private_path',
43865   'value' => 's:0:"";',
43866 ))
43867 ->values(array(
43868   'name' => 'file_public_path',
43869   'value' => 's:19:"sites/default/files";',
43870 ))
43871 ->values(array(
43872   'name' => 'file_temporary_path',
43873   'value' => 's:4:"/tmp";',
43874 ))
43875 ->values(array(
43876   'name' => 'filter_fallback_format',
43877   'value' => 's:10:"plain_text";',
43878 ))
43879 ->values(array(
43880   'name' => 'forum_block_num_active',
43881   'value' => 'i:9;',
43882 ))
43883 ->values(array(
43884   'name' => 'forum_block_num_new',
43885   'value' => 'i:4;',
43886 ))
43887 ->values(array(
43888   'name' => 'forum_containers',
43889   'value' => 'a:1:{i:0;s:1:"6";}',
43890 ))
43891 ->values(array(
43892   'name' => 'forum_hot_topic',
43893   'value' => 'i:10;',
43894 ))
43895 ->values(array(
43896   'name' => 'forum_nav_vocabulary',
43897   'value' => 's:1:"2";',
43898 ))
43899 ->values(array(
43900   'name' => 'forum_order',
43901   'value' => 'i:1;',
43902 ))
43903 ->values(array(
43904   'name' => 'forum_per_page',
43905   'value' => 'i:25;',
43906 ))
43907 ->values(array(
43908   'name' => 'image_jpeg_quality',
43909   'value' => 'i:80;',
43910 ))
43911 ->values(array(
43912   'name' => 'image_style_preview_image',
43913   'value' => 's:33:"core/modules/image/testsample.png";',
43914 ))
43915 ->values(array(
43916   'name' => 'image_toolkit',
43917   'value' => 's:2:"gd";',
43918 ))
43919 ->values(array(
43920   'name' => 'install_profile',
43921   'value' => 's:8:"standard";',
43922 ))
43923 ->values(array(
43924   'name' => 'install_task',
43925   'value' => 's:4:"done";',
43926 ))
43927 ->values(array(
43928   'name' => 'install_time',
43929   'value' => 'i:1421694923;',
43930 ))
43931 ->values(array(
43932   'name' => 'javascript_parsed',
43933   '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";}',
43934 ))
43935 ->values(array(
43936   'name' => 'language_content_type_article',
43937   'value' => 's:1:"2";',
43938 ))
43939 ->values(array(
43940   'name' => 'language_content_type_blog',
43941   'value' => 's:1:"2";',
43942 ))
43943 ->values(array(
43944   'name' => 'language_content_type_book',
43945   'value' => 's:1:"0";',
43946 ))
43947 ->values(array(
43948   'name' => 'language_content_type_forum',
43949   'value' => 's:1:"0";',
43950 ))
43951 ->values(array(
43952   'name' => 'language_content_type_page',
43953   'value' => 's:1:"0";',
43954 ))
43955 ->values(array(
43956   'name' => 'language_content_type_test_content_type',
43957   'value' => 's:1:"0";',
43958 ))
43959 ->values(array(
43960   'name' => 'i18n_node_options_blog',
43961   'value' => 'a:2:{i:0;s:8:"required";i:1;s:4:"lock";}',
43962 ))
43963 ->values(array(
43964   'name' => 'language_count',
43965   'value' => 'i:2;',
43966 ))
43967 ->values(array(
43968   'name' => 'language_default',
43969   '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:"";}',
43970 ))
43971 ->values(array(
43972   'name' => 'language_negotiation_language',
43973   '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";}}}',
43974 ))
43975 ->values(array(
43976   'name' => 'language_negotiation_language_content',
43977   '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";}}',
43978 ))
43979 ->values(array(
43980   'name' => 'language_negotiation_language_url',
43981   '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";}}',
43982 ))
43983 ->values(array(
43984   'name' => 'language_types',
43985   'value' => 'a:3:{s:8:"language";b:1;s:16:"language_content";b:0;s:12:"language_url";b:0;}',
43986 ))
43987 ->values(array(
43988   'name' => 'locale_language_negotiation_session_param',
43989   'value' => 's:8:"language";',
43990 ))
43991 ->values(array(
43992   'name' => 'locale_language_negotiation_url_part',
43993   'value' => 'i:0;',
43994 ))
43995 ->values(array(
43996   'name' => 'locale_language_providers_weight_language',
43997   '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";}',
43998 ))
43999 ->values(array(
44000   'name' => 'mail_system',
44001   'value' => 'a:1:{s:14:"default-system";s:17:"DefaultMailSystem";}',
44002 ))
44003 ->values(array(
44004   'name' => 'maintenance_mode',
44005   'value' => 'i:0;',
44006 ))
44007 ->values(array(
44008   'name' => 'maintenance_mode_message',
44009   'value' => 's:42:"This is a custom maintenance mode message.";',
44010 ))
44011 ->values(array(
44012   'name' => 'menu_expanded',
44013   'value' => 'a:0:{}',
44014 ))
44015 ->values(array(
44016   'name' => 'menu_masks',
44017   '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;}',
44018 ))
44019 ->values(array(
44020   'name' => 'menu_options_article',
44021   'value' => 'a:1:{i:0;s:9:"main-menu";}',
44022 ))
44023 ->values(array(
44024   'name' => 'menu_options_blog',
44025   'value' => 'a:1:{i:0;s:9:"main-menu";}',
44026 ))
44027 ->values(array(
44028   'name' => 'menu_options_book',
44029   'value' => 'a:1:{i:0;s:9:"main-menu";}',
44030 ))
44031 ->values(array(
44032   'name' => 'menu_options_forum',
44033   'value' => 'a:1:{i:0;s:9:"main-menu";}',
44034 ))
44035 ->values(array(
44036   'name' => 'menu_options_page',
44037   'value' => 'a:1:{i:0;s:9:"main-menu";}',
44038 ))
44039 ->values(array(
44040   'name' => 'menu_options_test_content_type',
44041   '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";}',
44042 ))
44043 ->values(array(
44044   'name' => 'menu_override_parent_selector',
44045   'value' => 'b:1;',
44046 ))
44047 ->values(array(
44048   'name' => 'menu_parent_article',
44049   'value' => 's:11:"main-menu:0";',
44050 ))
44051 ->values(array(
44052   'name' => 'menu_parent_blog',
44053   'value' => 's:11:"main-menu:0";',
44054 ))
44055 ->values(array(
44056   'name' => 'menu_parent_book',
44057   'value' => 's:11:"main-menu:0";',
44058 ))
44059 ->values(array(
44060   'name' => 'menu_parent_forum',
44061   'value' => 's:11:"main-menu:0";',
44062 ))
44063 ->values(array(
44064   'name' => 'menu_parent_page',
44065   'value' => 's:11:"main-menu:0";',
44066 ))
44067 ->values(array(
44068   'name' => 'menu_parent_test_content_type',
44069   'value' => 's:11:"main-menu:0";',
44070 ))
44071 ->values(array(
44072   'name' => 'minimum_word_size',
44073   'value' => 's:1:"4";',
44074 ))
44075 ->values(array(
44076   'name' => 'node_admin_theme',
44077   'value' => 's:1:"1";',
44078 ))
44079 ->values(array(
44080   'name' => 'node_cron_last',
44081   'value' => 's:10:"1441306832";',
44082 ))
44083 ->values(array(
44084   'name' => 'node_options_article',
44085   'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}',
44086 ))
44087 ->values(array(
44088   'name' => 'node_options_blog',
44089   'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}',
44090 ))
44091 ->values(array(
44092   'name' => 'node_options_book',
44093   'value' => 'a:2:{i:0;s:6:"status";i:1;s:8:"revision";}',
44094 ))
44095 ->values(array(
44096   'name' => 'node_options_forum',
44097   'value' => 'a:1:{i:0;s:6:"status";}',
44098 ))
44099 ->values(array(
44100   'name' => 'node_options_page',
44101   'value' => 'a:1:{i:0;s:6:"status";}',
44102 ))
44103 ->values(array(
44104   'name' => 'node_options_test_content_type',
44105   'value' => 'a:3:{i:0;s:6:"status";i:1;s:7:"promote";i:2;s:8:"revision";}',
44106 ))
44107 ->values(array(
44108   'name' => 'node_preview_article',
44109   'value' => 's:1:"1";',
44110 ))
44111 ->values(array(
44112   'name' => 'node_preview_blog',
44113   'value' => 's:1:"1";',
44114 ))
44115 ->values(array(
44116   'name' => 'node_preview_book',
44117   'value' => 's:1:"1";',
44118 ))
44119 ->values(array(
44120   'name' => 'node_preview_forum',
44121   'value' => 's:1:"1";',
44122 ))
44123 ->values(array(
44124   'name' => 'node_preview_page',
44125   'value' => 's:1:"1";',
44126 ))
44127 ->values(array(
44128   'name' => 'node_preview_test_content_type',
44129   'value' => 's:1:"1";',
44130 ))
44131 ->values(array(
44132   'name' => 'node_rank_comments',
44133   'value' => 's:1:"0";',
44134 ))
44135 ->values(array(
44136   'name' => 'node_rank_promote',
44137   'value' => 's:1:"0";',
44138 ))
44139 ->values(array(
44140   'name' => 'node_rank_relevance',
44141   'value' => 's:1:"2";',
44142 ))
44143 ->values(array(
44144   'name' => 'node_rank_sticky',
44145   'value' => 's:1:"0";',
44146 ))
44147 ->values(array(
44148   'name' => 'node_rank_views',
44149   'value' => 's:1:"0";',
44150 ))
44151 ->values(array(
44152   'name' => 'node_submitted_article',
44153   'value' => 'i:1;',
44154 ))
44155 ->values(array(
44156   'name' => 'node_submitted_blog',
44157   'value' => 'i:1;',
44158 ))
44159 ->values(array(
44160   'name' => 'node_submitted_book',
44161   'value' => 'i:1;',
44162 ))
44163 ->values(array(
44164   'name' => 'node_submitted_forum',
44165   'value' => 'i:1;',
44166 ))
44167 ->values(array(
44168   'name' => 'node_submitted_page',
44169   'value' => 'i:0;',
44170 ))
44171 ->values(array(
44172   'name' => 'node_submitted_test_content_type',
44173   'value' => 'i:0;',
44174 ))
44175 ->values(array(
44176   'name' => 'overlap_cjk',
44177   'value' => 'i:1;',
44178 ))
44179 ->values(array(
44180   'name' => 'page_cache_maximum_age',
44181   'value' => 's:1:"0";',
44182 ))
44183 ->values(array(
44184   'name' => 'page_compression',
44185   'value' => 'i:1;',
44186 ))
44187 ->values(array(
44188   'name' => 'path_alias_whitelist',
44189   'value' => 'a:1:{s:8:"taxonomy";b:1;}',
44190 ))
44191 ->values(array(
44192   'name' => 'preprocess_css',
44193   'value' => 'i:1;',
44194 ))
44195 ->values(array(
44196   'name' => 'preprocess_js',
44197   'value' => 'i:0;',
44198 ))
44199 ->values(array(
44200   'name' => 'save_continue_test_content_type',
44201   'value' => 's:19:"Save and add fields";',
44202 ))
44203 ->values(array(
44204   'name' => 'search_active_modules',
44205   'value' => 'a:2:{s:4:"node";s:4:"node";s:4:"user";s:4:"user";}',
44206 ))
44207 ->values(array(
44208   'name' => 'search_and_or_limit',
44209   'value' => 'i:7;',
44210 ))
44211 ->values(array(
44212   'name' => 'search_cron_limit',
44213   'value' => 's:3:"100";',
44214 ))
44215 ->values(array(
44216   'name' => 'search_default_module',
44217   'value' => 's:4:"node";',
44218 ))
44219 ->values(array(
44220   'name' => 'search_tag_weights',
44221   '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;}',
44222 ))
44223 ->values(array(
44224   'name' => 'simpletest_clear_results',
44225   'value' => 'b:1;',
44226 ))
44227 ->values(array(
44228   'name' => 'simpletest_httpauth_method',
44229   'value' => 'i:1;',
44230 ))
44231 ->values(array(
44232   'name' => 'simpletest_httpauth_password',
44233   'value' => 's:6:"foobaz";',
44234 ))
44235 ->values(array(
44236   'name' => 'simpletest_httpauth_username',
44237   'value' => 's:7:"testbot";',
44238 ))
44239 ->values(array(
44240   'name' => 'simpletest_verbose',
44241   'value' => 'b:1;',
44242 ))
44243 ->values(array(
44244   'name' => 'site_403',
44245   'value' => 's:4:"node";',
44246 ))
44247 ->values(array(
44248   'name' => 'site_404',
44249   'value' => 's:4:"node";',
44250 ))
44251 ->values(array(
44252   'name' => 'site_default_country',
44253   'value' => 's:2:"US";',
44254 ))
44255 ->values(array(
44256   'name' => 'site_frontpage',
44257   'value' => 's:4:"node";',
44258 ))
44259 ->values(array(
44260   'name' => 'site_mail',
44261   'value' => 's:23:"joseph@flattandsons.com";',
44262 ))
44263 ->values(array(
44264   'name' => 'site_name',
44265   'value' => 's:13:"The Site Name";',
44266 ))
44267 ->values(array(
44268   'name' => 'site_offline_message',
44269   'value' => 's:42:"This is a custom maintenance mode message.";',
44270 ))
44271 ->values(array(
44272   'name' => 'site_slogan',
44273   'value' => 's:10:"The Slogan";',
44274 ))
44275 ->values(array(
44276   'name' => 'statistics_count_content_views',
44277   'value' => 'i:1;',
44278 ))
44279 ->values(array(
44280   'name' => 'statistics_count_content_views_ajax',
44281   'value' => 'i:0;',
44282 ))
44283 ->values(array(
44284   'name' => 'statistics_day_timestamp',
44285   'value' => 'i:1444944970;',
44286 ))
44287 ->values(array(
44288   'name' => 'statistics_enable_access_log',
44289   'value' => 'i:1;',
44290 ))
44291 ->values(array(
44292   'name' => 'statistics_flush_accesslog_timer',
44293   'value' => 's:4:"3600";',
44294 ))
44295 ->values(array(
44296   'name' => 'suppress_itok_output',
44297   'value' => 'b:1;',
44298 ))
44299 ->values(array(
44300   'name' => 'syslog_facility',
44301   'value' => 'i:8;',
44302 ))
44303 ->values(array(
44304   'name' => 'syslog_format',
44305   'value' => 's:72:"!base_url|!timestamp|!type|!ip|!request_uri|!referer|!uid|!link|!message";',
44306 ))
44307 ->values(array(
44308   'name' => 'syslog_identity',
44309   'value' => 's:6:"drupal";',
44310 ))
44311 ->values(array(
44312   'name' => 'taxonomy_override_selector',
44313   'value' => 'b:1;',
44314 ))
44315 ->values(array(
44316   'name' => 'taxonomy_terms_per_page_admin',
44317   'value' => 'i:84;',
44318 ))
44319 ->values(array(
44320   'name' => 'teaser_length',
44321   'value' => 'i:1024;',
44322 ))
44323 ->values(array(
44324   'name' => 'theme_default',
44325   'value' => 's:6:"bartik";',
44326 ))
44327 ->values(array(
44328   'name' => 'theme_settings',
44329   '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";}',
44330 ))
44331 ->values(array(
44332   'name' => 'theme_bartik_settings',
44333   '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";}}',
44334 ))
44335 ->values(array(
44336   'name' => 'theme_seven_settings',
44337   '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:"";}',
44338 ))
44339 ->values(array(
44340   'name' => 'tracker_batch_size',
44341   'value' => 'i:999;',
44342 ))
44343 ->values(array(
44344   'name' => 'update_check_frequency',
44345   'value' => 'i:1;',
44346 ))
44347 ->values(array(
44348   'name' => 'update_fetch_url',
44349   'value' => 's:23:"http://127.0.0.1/update";',
44350 ))
44351 ->values(array(
44352   'name' => 'update_last_check',
44353   'value' => 'i:1444944973;',
44354 ))
44355 ->values(array(
44356   'name' => 'update_max_fetch_attempts',
44357   'value' => 'i:3;',
44358 ))
44359 ->values(array(
44360   'name' => 'update_notification_threshold',
44361   'value' => 's:3:"all";',
44362 ))
44363 ->values(array(
44364   'name' => 'update_notify_emails',
44365   'value' => 'a:1:{i:0;s:19:"webmaster@127.0.0.1";}',
44366 ))
44367 ->values(array(
44368   'name' => 'user_admin_role',
44369   'value' => 's:1:"3";',
44370 ))
44371 ->values(array(
44372   'name' => 'user_cancel_method',
44373   'value' => 's:17:"user_cancel_block";',
44374 ))
44375 ->values(array(
44376   'name' => 'user_default_timezone',
44377   'value' => 'i:2;',
44378 ))
44379 ->values(array(
44380   'name' => 'user_email_verification',
44381   'value' => 'i:1;',
44382 ))
44383 ->values(array(
44384   'name' => 'user_failed_login_identifier_uid_only',
44385   'value' => 'b:1;',
44386 ))
44387 ->values(array(
44388   'name' => 'user_failed_login_ip_limit',
44389   'value' => 'i:30;',
44390 ))
44391 ->values(array(
44392   'name' => 'user_failed_login_ip_window',
44393   'value' => 'i:7200;',
44394 ))
44395 ->values(array(
44396   'name' => 'user_failed_login_user_limit',
44397   'value' => 'i:22;',
44398 ))
44399 ->values(array(
44400   'name' => 'user_failed_login_user_window',
44401   'value' => 'i:86400;',
44402 ))
44403 ->values(array(
44404   'name' => 'user_mail_cancel_confirm_body',
44405   'value' => 's:55:"A little birdie said you wanted to cancel your account.";',
44406 ))
44407 ->values(array(
44408   'name' => 'user_mail_cancel_confirm_subject',
44409   'value' => 's:13:"Are you sure?";',
44410 ))
44411 ->values(array(
44412   'name' => 'user_mail_password_reset_body',
44413   'value' => "s:32:\"Nope! You're locked out forever.\";",
44414 ))
44415 ->values(array(
44416   'name' => 'user_mail_password_reset_subject',
44417   'value' => 's:17:"Fix your password";',
44418 ))
44419 ->values(array(
44420   'name' => 'user_mail_register_admin_created_body',
44421   'value' => 's:30:"...and she could take it away.";',
44422 ))
44423 ->values(array(
44424   'name' => 'user_mail_register_admin_created_subject',
44425   'value' => 's:24:"Gawd made you an account";',
44426 ))
44427 ->values(array(
44428   'name' => 'user_mail_register_no_approval_required_body',
44429   'value' => 's:59:"You can now log in if you can figure out how to use Drupal!";',
44430 ))
44431 ->values(array(
44432   'name' => 'user_mail_register_no_approval_required_subject',
44433   'value' => 's:8:"Welcome!";',
44434 ))
44435 ->values(array(
44436   'name' => 'user_mail_register_pending_approval_body',
44437   'value' => 's:61:"...you will join our Circle. Let the Drupal flow through you.";',
44438 ))
44439 ->values(array(
44440   'name' => 'user_mail_register_pending_approval_subject',
44441   'value' => 's:7:"Soon...";',
44442 ))
44443 ->values(array(
44444   'name' => 'user_mail_status_activated_body',
44445   'value' => 's:57:"Your account was activated, and there was much rejoicing.";',
44446 ))
44447 ->values(array(
44448   'name' => 'user_mail_status_activated_notify',
44449   'value' => 'i:1;',
44450 ))
44451 ->values(array(
44452   'name' => 'user_mail_status_activated_subject',
44453   'value' => 's:25:"Your account is approved!";',
44454 ))
44455 ->values(array(
44456   'name' => 'user_mail_status_blocked_body',
44457   'value' => 's:72:"You no longer please the robot overlords. Go to your room and chill out.";',
44458 ))
44459 ->values(array(
44460   'name' => 'user_mail_status_blocked_notify',
44461   'value' => 'i:1;',
44462 ))
44463 ->values(array(
44464   'name' => 'user_mail_status_blocked_subject',
44465   'value' => 's:7:"BEGONE!";',
44466 ))
44467 ->values(array(
44468   'name' => 'user_mail_status_canceled_body',
44469   'value' => 's:75:"The gates of Drupal are closed to you. Now you will work in the salt mines.";',
44470 ))
44471 ->values(array(
44472   'name' => 'user_mail_status_canceled_notify',
44473   'value' => 'i:1;',
44474 ))
44475 ->values(array(
44476   'name' => 'user_mail_status_canceled_subject',
44477   'value' => 's:12:"So long, bub";',
44478 ))
44479 ->values(array(
44480   'name' => 'user_pictures',
44481   'value' => 'i:1;',
44482 ))
44483 ->values(array(
44484   'name' => 'user_picture_default',
44485   'value' => 's:0:"";',
44486 ))
44487 ->values(array(
44488   'name' => 'user_picture_dimensions',
44489   'value' => 's:9:"1024x1024";',
44490 ))
44491 ->values(array(
44492   'name' => 'user_picture_file_size',
44493   'value' => 's:3:"800";',
44494 ))
44495 ->values(array(
44496   'name' => 'user_picture_guidelines',
44497   'value' => 's:0:"";',
44498 ))
44499 ->values(array(
44500   'name' => 'user_picture_path',
44501   'value' => 's:8:"pictures";',
44502 ))
44503 ->values(array(
44504   'name' => 'user_picture_style',
44505   'value' => 's:9:"thumbnail";',
44506 ))
44507 ->values(array(
44508   'name' => 'user_register',
44509   'value' => 's:1:"2";',
44510 ))
44511 ->values(array(
44512   'name' => 'user_signatures',
44513   'value' => 'i:0;',
44514 ))
44515 ->execute();
44516
44517 $connection->schema()->createTable('watchdog', array(
44518   'fields' => array(
44519     'wid' => array(
44520       'type' => 'serial',
44521       'not null' => TRUE,
44522       'size' => 'normal',
44523     ),
44524     'uid' => array(
44525       'type' => 'int',
44526       'not null' => TRUE,
44527       'size' => 'normal',
44528       'default' => '0',
44529     ),
44530     'type' => array(
44531       'type' => 'varchar',
44532       'not null' => TRUE,
44533       'length' => '64',
44534       'default' => '',
44535     ),
44536     'message' => array(
44537       'type' => 'text',
44538       'not null' => TRUE,
44539       'size' => 'normal',
44540     ),
44541     'variables' => array(
44542       'type' => 'blob',
44543       'not null' => TRUE,
44544       'size' => 'normal',
44545     ),
44546     'severity' => array(
44547       'type' => 'int',
44548       'not null' => TRUE,
44549       'size' => 'normal',
44550       'default' => '0',
44551       'unsigned' => TRUE,
44552     ),
44553     'link' => array(
44554       'type' => 'varchar',
44555       'not null' => FALSE,
44556       'length' => '255',
44557       'default' => '',
44558     ),
44559     'location' => array(
44560       'type' => 'text',
44561       'not null' => TRUE,
44562       'size' => 'normal',
44563     ),
44564     'referer' => array(
44565       'type' => 'text',
44566       'not null' => FALSE,
44567       'size' => 'normal',
44568     ),
44569     'hostname' => array(
44570       'type' => 'varchar',
44571       'not null' => TRUE,
44572       'length' => '128',
44573       'default' => '',
44574     ),
44575     'timestamp' => array(
44576       'type' => 'int',
44577       'not null' => TRUE,
44578       'size' => 'normal',
44579       'default' => '0',
44580     ),
44581   ),
44582   'primary key' => array(
44583     'wid',
44584   ),
44585   'mysql_character_set' => 'utf8',
44586 ));