a7117303e72a8a34d26b6f31392e424d8daa0716
[yaffs-website] / web / core / modules / migrate_drupal / tests / fixtures / drupal7.php
1 <?php
2 // @codingStandardsIgnoreFile
3 /**
4  * @file
5  * A database agnostic dump for testing purposes.
6  *
7  * This file was generated by the Drupal 8.0 db-tools.php script.
8  */
9
10 use Drupal\Core\Database\Database;
11
12 $connection = Database::getConnection();
13
14 $connection->schema()->createTable('accesslog', array(
15   'fields' => array(
16     'aid' => array(
17       'type' => 'serial',
18       'not null' => TRUE,
19       'size' => 'normal',
20     ),
21     'sid' => array(
22       'type' => 'varchar',
23       'not null' => TRUE,
24       'length' => '128',
25       'default' => '',
26     ),
27     'title' => array(
28       'type' => 'varchar',
29       'not null' => FALSE,
30       'length' => '255',
31     ),
32     'path' => array(
33       'type' => 'varchar',
34       'not null' => FALSE,
35       'length' => '255',
36     ),
37     'url' => array(
38       'type' => 'text',
39       'not null' => FALSE,
40       'size' => 'normal',
41     ),
42     'hostname' => array(
43       'type' => 'varchar',
44       'not null' => FALSE,
45       'length' => '128',
46     ),
47     'uid' => array(
48       'type' => 'int',
49       'not null' => FALSE,
50       'size' => 'normal',
51       'default' => '0',
52       'unsigned' => TRUE,
53     ),
54     'timer' => array(
55       'type' => 'int',
56       'not null' => TRUE,
57       'size' => 'normal',
58       'default' => '0',
59       'unsigned' => TRUE,
60     ),
61     'timestamp' => array(
62       'type' => 'int',
63       'not null' => TRUE,
64       'size' => 'normal',
65       'default' => '0',
66       'unsigned' => TRUE,
67     ),
68   ),
69   'primary key' => array(
70     'aid',
71   ),
72   'mysql_character_set' => 'utf8',
73 ));
74
75 $connection->insert('accesslog')
76 ->fields(array(
77   'aid',
78   'sid',
79   'title',
80   'path',
81   'url',
82   'hostname',
83   'uid',
84   'timer',
85   'timestamp',
86 ))
87 ->values(array(
88   'aid' => '92',
89   'sid' => 'a8ksMY2GH4yXK0-PsLNAlCv4zNnapnyCpx4lryZDEfk',
90   'title' => '',
91   'path' => 'node',
92   'url' => 'http://drupal7.local/?q=user/register',
93   'hostname' => '127.0.0.1',
94   'uid' => '0',
95   'timer' => '655',
96   'timestamp' => '1444944970',
97 ))
98 ->values(array(
99   'aid' => '93',
100   'sid' => 'e89G2redQpxRTIndbV3qH8snVR621DqSQ2s4vciJedA',
101   'title' => '',
102   'path' => 'node',
103   'url' => 'http://drupal7.local/',
104   'hostname' => '127.0.0.1',
105   'uid' => '0',
106   'timer' => '214',
107   'timestamp' => '1444944974',
108 ))
109 ->values(array(
110   'aid' => '94',
111   'sid' => 'KkVxQTCiKqKEGNcRs7GYrmXXbEk4szXCHVTknFkbiG0',
112   'title' => 'User account',
113   'path' => 'user/login',
114   'url' => '',
115   'hostname' => '127.0.0.1',
116   'uid' => '0',
117   'timer' => '259',
118   'timestamp' => '1444945094',
119 ))
120 ->values(array(
121   'aid' => '95',
122   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
123   'title' => 'My account',
124   'path' => 'user/login',
125   'url' => 'http://drupal7.local/?q=user/login',
126   'hostname' => '127.0.0.1',
127   'uid' => '1',
128   'timer' => '217',
129   'timestamp' => '1444945097',
130 ))
131 ->values(array(
132   'aid' => '96',
133   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
134   'title' => 'root',
135   'path' => 'user/1',
136   'url' => 'http://drupal7.local/?q=user/login',
137   'hostname' => '127.0.0.1',
138   'uid' => '1',
139   'timer' => '211',
140   'timestamp' => '1444945097',
141 ))
142 ->values(array(
143   'aid' => '97',
144   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
145   'title' => 'Modules',
146   'path' => 'admin/modules',
147   'url' => 'http://drupal7.local/user/1',
148   'hostname' => '127.0.0.1',
149   'uid' => '1',
150   'timer' => '619',
151   'timestamp' => '1444945104',
152 ))
153 ->values(array(
154   'aid' => '98',
155   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
156   'title' => 'Configuration',
157   'path' => 'admin/config',
158   'url' => 'http://drupal7.local/admin/modules',
159   'hostname' => '127.0.0.1',
160   'uid' => '1',
161   'timer' => '273',
162   'timestamp' => '1444945114',
163 ))
164 ->values(array(
165   'aid' => '99',
166   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
167   'title' => 'Languages',
168   'path' => 'admin/config/regional/language',
169   'url' => 'http://drupal7.local/admin/config',
170   'hostname' => '127.0.0.1',
171   'uid' => '1',
172   'timer' => '213',
173   'timestamp' => '1444945121',
174 ))
175 ->values(array(
176   'aid' => '100',
177   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
178   'title' => 'Languages',
179   'path' => 'admin/config/regional/language/add',
180   'url' => 'http://drupal7.local/admin/config/regional/language',
181   'hostname' => '127.0.0.1',
182   'uid' => '1',
183   'timer' => '148',
184   'timestamp' => '1444945122',
185 ))
186 ->values(array(
187   'aid' => '101',
188   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
189   'title' => 'Languages',
190   'path' => 'admin/config/regional/language/add',
191   'url' => 'http://drupal7.local/admin/config/regional/language/add',
192   'hostname' => '127.0.0.1',
193   'uid' => '1',
194   'timer' => '260',
195   'timestamp' => '1444945153',
196 ))
197 ->values(array(
198   'aid' => '102',
199   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
200   'title' => 'Languages',
201   'path' => 'admin/config/regional/language/add',
202   'url' => '',
203   'hostname' => '127.0.0.1',
204   'uid' => '1',
205   'timer' => '195',
206   'timestamp' => '1444945160',
207 ))
208 ->values(array(
209   'aid' => '103',
210   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
211   'title' => 'Languages',
212   'path' => 'admin/config/regional/language/add',
213   'url' => 'http://drupal7.local/?q=admin/config/regional/language/add',
214   'hostname' => '127.0.0.1',
215   'uid' => '1',
216   'timer' => '177',
217   'timestamp' => '1444945168',
218 ))
219 ->values(array(
220   'aid' => '104',
221   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
222   'title' => 'Languages',
223   'path' => 'admin/config/regional/language',
224   'url' => 'http://drupal7.local/?q=admin/config/regional/language/add',
225   'hostname' => '127.0.0.1',
226   'uid' => '1',
227   'timer' => '145',
228   'timestamp' => '1444945168',
229 ))
230 ->values(array(
231   'aid' => '105',
232   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
233   'title' => 'Languages',
234   'path' => 'admin/config/regional/language',
235   'url' => '',
236   'hostname' => '127.0.0.1',
237   'uid' => '1',
238   'timer' => '159',
239   'timestamp' => '1444945175',
240 ))
241 ->values(array(
242   'aid' => '106',
243   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
244   'title' => 'Languages',
245   'path' => 'admin/config/regional/language',
246   'url' => 'http://drupal7.local/?q=admin/config/regional/language',
247   'hostname' => '127.0.0.1',
248   'uid' => '1',
249   'timer' => '152',
250   'timestamp' => '1444945176',
251 ))
252 ->values(array(
253   'aid' => '107',
254   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
255   'title' => 'Languages',
256   'path' => 'admin/config/regional/language',
257   'url' => 'http://drupal7.local/?q=admin/config/regional/language',
258   'hostname' => '127.0.0.1',
259   'uid' => '1',
260   'timer' => '148',
261   'timestamp' => '1444945176',
262 ))
263 ->values(array(
264   'aid' => '108',
265   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
266   'title' => 'Structure',
267   'path' => 'admin/structure',
268   'url' => 'http://drupal7.local/admin/config/regional/language',
269   'hostname' => '127.0.0.1',
270   'uid' => '1',
271   'timer' => '156',
272   'timestamp' => '1444945206',
273 ))
274 ->values(array(
275   'aid' => '109',
276   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
277   'title' => 'Content types',
278   'path' => 'admin/structure/types',
279   'url' => 'http://drupal7.local/admin/structure',
280   'hostname' => '127.0.0.1',
281   'uid' => '1',
282   'timer' => '154',
283   'timestamp' => '1444945208',
284 ))
285 ->values(array(
286   'aid' => '110',
287   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
288   'title' => 'Blog entry',
289   'path' => 'admin/structure/types/manage/blog',
290   'url' => 'http://drupal7.local/admin/structure/types',
291   'hostname' => '127.0.0.1',
292   'uid' => '1',
293   'timer' => '203',
294   'timestamp' => '1444945211',
295 ))
296 ->values(array(
297   'aid' => '111',
298   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
299   'title' => 'Parent menu items',
300   'path' => 'admin/structure/menu/parents',
301   'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
302   'hostname' => '127.0.0.1',
303   'uid' => '1',
304   'timer' => '211',
305   'timestamp' => '1444945211',
306 ))
307 ->values(array(
308   'aid' => '112',
309   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
310   'title' => 'Blog entry',
311   'path' => 'admin/structure/types/manage/blog',
312   'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
313   'hostname' => '127.0.0.1',
314   'uid' => '1',
315   'timer' => '224',
316   'timestamp' => '1444945236',
317 ))
318 ->values(array(
319   'aid' => '113',
320   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
321   'title' => 'Parent menu items',
322   'path' => 'admin/structure/menu/parents',
323   'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
324   'hostname' => '127.0.0.1',
325   'uid' => '1',
326   'timer' => '165',
327   'timestamp' => '1444945237',
328 ))
329 ->values(array(
330   'aid' => '114',
331   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
332   'title' => 'Blog entry',
333   'path' => 'admin/structure/types/manage/blog',
334   'url' => '',
335   'hostname' => '127.0.0.1',
336   'uid' => '1',
337   'timer' => '155',
338   'timestamp' => '1444945242',
339 ))
340 ->values(array(
341   'aid' => '115',
342   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
343   'title' => 'Parent menu items',
344   'path' => 'admin/structure/menu/parents',
345   'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
346   'hostname' => '127.0.0.1',
347   'uid' => '1',
348   'timer' => '217',
349   'timestamp' => '1444945242',
350 ))
351 ->values(array(
352   'aid' => '116',
353   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
354   'title' => 'Blog entry',
355   'path' => 'admin/structure/types/manage/blog',
356   'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
357   'hostname' => '127.0.0.1',
358   'uid' => '1',
359   'timer' => '667',
360   'timestamp' => '1444945246',
361 ))
362 ->values(array(
363   'aid' => '117',
364   'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
365   'title' => 'Content types',
366   'path' => 'admin/structure/types',
367   'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
368   'hostname' => '127.0.0.1',
369   'uid' => '1',
370   'timer' => '149',
371   'timestamp' => '1444945246',
372 ))
373 ->execute();
374
375 $connection->schema()->createTable('actions', array(
376   'fields' => array(
377     'aid' => array(
378       'type' => 'varchar',
379       'not null' => TRUE,
380       'length' => '255',
381       'default' => '0',
382     ),
383     'type' => array(
384       'type' => 'varchar',
385       'not null' => TRUE,
386       'length' => '32',
387       'default' => '',
388     ),
389     'callback' => array(
390       'type' => 'varchar',
391       'not null' => TRUE,
392       'length' => '255',
393       'default' => '',
394     ),
395     'parameters' => array(
396       'type' => 'blob',
397       'not null' => TRUE,
398       'size' => 'normal',
399     ),
400     'label' => array(
401       'type' => 'varchar',
402       'not null' => TRUE,
403       'length' => '255',
404       'default' => '0',
405     ),
406   ),
407   'primary key' => array(
408     'aid',
409   ),
410   'mysql_character_set' => 'utf8',
411 ));
412
413 $connection->insert('actions')
414 ->fields(array(
415   'aid',
416   'type',
417   'callback',
418   'parameters',
419   'label',
420 ))
421 ->values(array(
422   'aid' => '2',
423   'type' => 'comment',
424   'callback' => 'comment_unpublish_by_keyword_action',
425   'parameters' => 'a:1:{s:8:"keywords";a:1:{i:0;s:6:"drupal";}}',
426   'label' => 'Unpublish comment containing keyword(s)',
427 ))
428 ->values(array(
429   'aid' => '3',
430   'type' => 'node',
431   'callback' => 'node_assign_owner_action',
432   'parameters' => 'a:1:{s:9:"owner_uid";s:1:"2";}',
433   'label' => 'Change the author of content',
434 ))
435 ->values(array(
436   'aid' => '4',
437   'type' => 'node',
438   'callback' => 'node_unpublish_by_keyword_action',
439   'parameters' => 'a:1:{s:8:"keywords";a:1:{i:0;s:6:"drupal";}}',
440   'label' => 'Unpublish content containing keyword(s)',
441 ))
442 ->values(array(
443   'aid' => '5',
444   'type' => 'system',
445   'callback' => 'system_message_action',
446   'parameters' => 'a:1:{s:7:"message";s:21:"Drupal migration test";}',
447   'label' => 'Display a message to the user',
448 ))
449 ->values(array(
450   'aid' => '6',
451   'type' => 'system',
452   'callback' => 'system_send_email_action',
453   'parameters' => 'a:3:{s:9:"recipient";s:16:"test@example.com";s:7:"subject";s:21:"Drupal migration test";s:7:"message";s:21:"Drupal migration test";}',
454   'label' => 'Send e-mail',
455 ))
456 ->values(array(
457   'aid' => '7',
458   'type' => 'system',
459   'callback' => 'system_goto_action',
460   'parameters' => 'a:1:{s:3:"url";s:22:"https://www.drupal.org";}',
461   'label' => 'Redirect to URL',
462 ))
463 ->values(array(
464   'aid' => 'comment_publish_action',
465   'type' => 'comment',
466   'callback' => 'comment_publish_action',
467   'parameters' => '',
468   'label' => 'Publish comment',
469 ))
470 ->values(array(
471   'aid' => 'comment_save_action',
472   'type' => 'comment',
473   'callback' => 'comment_save_action',
474   'parameters' => '',
475   'label' => 'Save comment',
476 ))
477 ->values(array(
478   'aid' => 'comment_unpublish_action',
479   'type' => 'comment',
480   'callback' => 'comment_unpublish_action',
481   'parameters' => '',
482   'label' => 'Unpublish comment',
483 ))
484 ->values(array(
485   'aid' => 'node_make_sticky_action',
486   'type' => 'node',
487   'callback' => 'node_make_sticky_action',
488   'parameters' => '',
489   'label' => 'Make content sticky',
490 ))
491 ->values(array(
492   'aid' => 'node_make_unsticky_action',
493   'type' => 'node',
494   'callback' => 'node_make_unsticky_action',
495   'parameters' => '',
496   'label' => 'Make content unsticky',
497 ))
498 ->values(array(
499   'aid' => 'node_promote_action',
500   'type' => 'node',
501   'callback' => 'node_promote_action',
502   'parameters' => '',
503   'label' => 'Promote content to front page',
504 ))
505 ->values(array(
506   'aid' => 'node_publish_action',
507   'type' => 'node',
508   'callback' => 'node_publish_action',
509   'parameters' => '',
510   'label' => 'Publish content',
511 ))
512 ->values(array(
513   'aid' => 'node_save_action',
514   'type' => 'node',
515   'callback' => 'node_save_action',
516   'parameters' => '',
517   'label' => 'Save content',
518 ))
519 ->values(array(
520   'aid' => 'node_unpromote_action',
521   'type' => 'node',
522   'callback' => 'node_unpromote_action',
523   'parameters' => '',
524   'label' => 'Remove content from front page',
525 ))
526 ->values(array(
527   'aid' => 'node_unpublish_action',
528   'type' => 'node',
529   'callback' => 'node_unpublish_action',
530   'parameters' => '',
531   'label' => 'Unpublish content',
532 ))
533 ->values(array(
534   'aid' => 'system_block_ip_action',
535   'type' => 'user',
536   'callback' => 'system_block_ip_action',
537   'parameters' => '',
538   'label' => 'Ban IP address of current user',
539 ))
540 ->values(array(
541   'aid' => 'user_block_user_action',
542   'type' => 'user',
543   'callback' => 'user_block_user_action',
544   'parameters' => '',
545   'label' => 'Block current user',
546 ))
547 ->execute();
548
549 $connection->schema()->createTable('aggregator_category', array(
550   'fields' => array(
551     'cid' => array(
552       'type' => 'serial',
553       'not null' => TRUE,
554       'size' => 'normal',
555     ),
556     'title' => array(
557       'type' => 'varchar',
558       'not null' => TRUE,
559       'length' => '255',
560       'default' => '',
561     ),
562     'description' => array(
563       'type' => 'text',
564       'not null' => TRUE,
565       'size' => 'normal',
566     ),
567     'block' => array(
568       'type' => 'int',
569       'not null' => TRUE,
570       'size' => 'normal',
571       'default' => '0',
572     ),
573   ),
574   'primary key' => array(
575     'cid',
576   ),
577   'mysql_character_set' => 'utf8',
578 ));
579
580 $connection->schema()->createTable('aggregator_category_feed', array(
581   'fields' => array(
582     'fid' => array(
583       'type' => 'int',
584       'not null' => TRUE,
585       'size' => 'normal',
586       'default' => '0',
587     ),
588     'cid' => array(
589       'type' => 'int',
590       'not null' => TRUE,
591       'size' => 'normal',
592       'default' => '0',
593     ),
594   ),
595   'primary key' => array(
596     'fid',
597     'cid',
598   ),
599   'mysql_character_set' => 'utf8',
600 ));
601
602 $connection->schema()->createTable('aggregator_category_item', array(
603   'fields' => array(
604     'iid' => array(
605       'type' => 'int',
606       'not null' => TRUE,
607       'size' => 'normal',
608       'default' => '0',
609     ),
610     'cid' => array(
611       'type' => 'int',
612       'not null' => TRUE,
613       'size' => 'normal',
614       'default' => '0',
615     ),
616   ),
617   'primary key' => array(
618     'iid',
619     'cid',
620   ),
621   'mysql_character_set' => 'utf8',
622 ));
623
624 $connection->schema()->createTable('aggregator_feed', array(
625   'fields' => array(
626     'fid' => array(
627       'type' => 'serial',
628       'not null' => TRUE,
629       'size' => 'normal',
630     ),
631     'title' => array(
632       'type' => 'varchar',
633       'not null' => TRUE,
634       'length' => '255',
635       'default' => '',
636     ),
637     'url' => array(
638       'type' => 'text',
639       'not null' => TRUE,
640       'size' => 'normal',
641     ),
642     'refresh' => array(
643       'type' => 'int',
644       'not null' => TRUE,
645       'size' => 'normal',
646       'default' => '0',
647     ),
648     'checked' => array(
649       'type' => 'int',
650       'not null' => TRUE,
651       'size' => 'normal',
652       'default' => '0',
653     ),
654     'queued' => array(
655       'type' => 'int',
656       'not null' => TRUE,
657       'size' => 'normal',
658       'default' => '0',
659     ),
660     'link' => array(
661       'type' => 'text',
662       'not null' => TRUE,
663       'size' => 'normal',
664     ),
665     'description' => array(
666       'type' => 'text',
667       'not null' => TRUE,
668       'size' => 'normal',
669     ),
670     'image' => array(
671       'type' => 'text',
672       'not null' => TRUE,
673       'size' => 'normal',
674     ),
675     'hash' => array(
676       'type' => 'varchar',
677       'not null' => TRUE,
678       'length' => '64',
679       'default' => '',
680     ),
681     'etag' => array(
682       'type' => 'varchar',
683       'not null' => TRUE,
684       'length' => '255',
685       'default' => '',
686     ),
687     'modified' => array(
688       'type' => 'int',
689       'not null' => TRUE,
690       'size' => 'normal',
691       'default' => '0',
692     ),
693     'block' => array(
694       'type' => 'int',
695       'not null' => TRUE,
696       'size' => 'normal',
697       'default' => '0',
698     ),
699   ),
700   'primary key' => array(
701     'fid',
702   ),
703   'mysql_character_set' => 'utf8',
704 ));
705
706 $connection->insert('aggregator_feed')
707 ->fields(array(
708   'fid',
709   'title',
710   'url',
711   'refresh',
712   'checked',
713   'queued',
714   'link',
715   'description',
716   'image',
717   'hash',
718   'etag',
719   'modified',
720   'block',
721 ))
722 ->values(array(
723   'fid' => '1',
724   'title' => 'Know Your Meme',
725   'url' => 'http://knowyourmeme.com/newsfeed.rss',
726   'refresh' => '900',
727   'checked' => '1444944970',
728   'queued' => '0',
729   'link' => 'http://knowyourmeme.com',
730   'description' => 'New items added to the News Feed',
731   'image' => '',
732   'hash' => 'e6295b3ba81b24db62b41515494a7e9fb87979ff45045a1c946de5fa5abc9c52',
733   'etag' => '"bad5e20e4993f31c869cffd22f1645b9"',
734   'modified' => '0',
735   'block' => '5',
736 ))
737 ->execute();
738
739 $connection->schema()->createTable('aggregator_item', array(
740   'fields' => array(
741     'iid' => array(
742       'type' => 'serial',
743       'not null' => TRUE,
744       'size' => 'normal',
745     ),
746     'fid' => array(
747       'type' => 'int',
748       'not null' => TRUE,
749       'size' => 'normal',
750       'default' => '0',
751     ),
752     'title' => array(
753       'type' => 'varchar',
754       'not null' => TRUE,
755       'length' => '255',
756       'default' => '',
757     ),
758     'link' => array(
759       'type' => 'text',
760       'not null' => TRUE,
761       'size' => 'normal',
762     ),
763     'author' => array(
764       'type' => 'varchar',
765       'not null' => TRUE,
766       'length' => '255',
767       'default' => '',
768     ),
769     'description' => array(
770       'type' => 'text',
771       'not null' => TRUE,
772       'size' => 'normal',
773     ),
774     'timestamp' => array(
775       'type' => 'int',
776       'not null' => FALSE,
777       'size' => 'normal',
778     ),
779     'guid' => array(
780       'type' => 'text',
781       'not null' => TRUE,
782       'size' => 'normal',
783     ),
784   ),
785   'primary key' => array(
786     'iid',
787   ),
788   'mysql_character_set' => 'utf8',
789 ));
790
791 $connection->insert('aggregator_item')
792 ->fields(array(
793   'iid',
794   'fid',
795   'title',
796   'link',
797   'author',
798   'description',
799   'timestamp',
800   'guid',
801 ))
802 ->values(array(
803   'iid' => '2',
804   'fid' => '1',
805   'title' => 'Fido, Take the Wheel',
806   'link' => 'http://knowyourmeme.com/videos/127817-dogs',
807   'author' => '',
808   'description' => '<img alt="D70olsu" src="http://i.imgur.com/D70Olsu.jpg?fb" /><p>When little Timmy had too much to drink, the family dog was forced into the role of designated driver.</p>',
809   'timestamp' => '1444860534',
810   'guid' => 'post:18816',
811 ))
812 ->values(array(
813   'iid' => '3',
814   'fid' => '1',
815   'title' => 'One Punch Man Anime Premieres in Japan',
816   'link' => 'http://knowyourmeme.com/memes/subcultures/one-punch-man',
817   'author' => '',
818   'description' => '<img alt="49b" src="http://i2.kym-cdn.com/news_feeds/icons/mobile/000/018/819/49b.jpg" /><p>The first two episodes of the much anticipated anime adaptation of <i>One Punch Man</i> were finally aired in Japan this month.</p>',
819   'timestamp' => '1444863415',
820   'guid' => 'post:18819',
821 ))
822 ->values(array(
823   'iid' => '4',
824   'fid' => '1',
825   'title' => '’Tis the Season to Be Forever Alone',
826   'link' => 'http://knowyourmeme.com/photos/1029494-forever-alone',
827   'author' => '',
828   'description' => '<img alt="336" src="http://i2.kym-cdn.com/photos/images/newsfeed/001/029/494/336.jpg" />',
829   'timestamp' => '1444864413',
830   'guid' => 'post:18821',
831 ))
832 ->values(array(
833   'iid' => '5',
834   'fid' => '1',
835   'title' => 'Legend of Zelda: Symphony of The Goddesses',
836   'link' => 'http://knowyourmeme.com/videos/128124-the-legend-of-zelda',
837   'author' => '',
838   'description' => '<img alt="1a9" src="http://i3.kym-cdn.com/news_feeds/icons/mobile/000/018/824/1a9.jpg" /><p>Rejoice, nerds! This is the music that awaits you in heaven. Check out The Legend of Zelda: Symphony of the Goddesses’ performance on the Late Show with Stephen Colbert.</p>',
839   'timestamp' => '1444934645',
840   'guid' => 'post:18824',
841 ))
842 ->values(array(
843   'iid' => '6',
844   'fid' => '1',
845   'title' => '“Your Mom” Jokes',
846   'link' => 'http://knowyourmeme.com/memes/your-mom-jokes',
847   'author' => '',
848   'description' => '<img alt="3bc" src="http://i3.kym-cdn.com/news_feeds/icons/mobile/000/018/823/3bc.jpg" /><p>The earliest recorded example of a maternal insult joke comes from an ancient Babylonian tablet dated back to 1,500 <span class="caps">BCE</span>, which contains an incomplete riddle about a promiscuous mother.</p>',
849   'timestamp' => '1444928716',
850   'guid' => 'post:18823',
851 ))
852 ->values(array(
853   'iid' => '7',
854   'fid' => '1',
855   'title' => 'DBZ Voice Actors Dub Over Classic Movies',
856   'link' => 'http://knowyourmeme.com/videos/128169-dragon-ball',
857   'author' => '',
858   'description' => '<img alt="D8c" src="http://i1.kym-cdn.com/news_feeds/icons/mobile/000/018/826/d8c.jpg" /><p>Some of the most recognizable voices behind the characters of Dragon Ball Z gather at The Nerdist studio for a parody dub of famous film scenes from <em>Ace Ventura</em> and <em>Independence Day</em> to <em>Zoolander</em> and <em>Meet the Parents</em>.</p>',
859   'timestamp' => '1444939569',
860   'guid' => 'post:18826',
861 ))
862 ->values(array(
863   'iid' => '8',
864   'fid' => '1',
865   'title' => 'Happy Birthday, Cure-chan!',
866   'link' => 'http://knowyourmeme.com/memes/cure-chan',
867   'author' => '',
868   'description' => '<img alt="E8c" src="http://i3.kym-cdn.com/news_feeds/icons/mobile/000/018/825/e8c.jpg" /><p>The archnemesis of <a href="/memes/ebola-chan">Ebola-chan</a> was born one year ago this week.</p>',
869   'timestamp' => '1444938083',
870   'guid' => 'post:18825',
871 ))
872 ->values(array(
873   'iid' => '9',
874   'fid' => '1',
875   'title' => 'That Face When Retweets Ain’t Coming In',
876   'link' => 'http://knowyourmeme.com/photos/1029430-my-face-when',
877   'author' => '',
878   'description' => '<img alt="C51" src="http://i2.kym-cdn.com/news_feeds/icons/original/000/018/827/c51.jpg" />',
879   'timestamp' => '1444940736',
880   'guid' => 'post:18827',
881 ))
882 ->values(array(
883   'iid' => '10',
884   'fid' => '1',
885   'title' => 'Back to the Future Stars Talk Film’s Predictions',
886   'link' => 'http://knowyourmeme.com/videos/128173-back-to-the-future-day',
887   'author' => '',
888   'description' => '<img alt="944" src="http://i2.kym-cdn.com/news_feeds/icons/mobile/000/018/828/944.jpg" /><p>In honor of next week being the real <a href="/memes/back-to-the-future-day">Back to the Future Day</a>, Christopher Lloyd and Michael J. Fox recently got together (at the prompting of Toyota) to discuss which of the film’s predictions have come to pass in 2015.</p>',
889   'timestamp' => '1444943309',
890   'guid' => 'post:18828',
891 ))
892 ->values(array(
893   'iid' => '11',
894   'fid' => '1',
895   'title' => 'Chad Says Beta Things',
896   'link' => 'http://knowyourmeme.com/memes/chad-says-beta-things',
897   'author' => '',
898   'description' => '<img alt="937" src="http://i1.kym-cdn.com/news_feeds/icons/mobile/000/018/829/937.jpg" /><p>This series of awkward Tinder messages sent by a fake <a href="http://knowyourmeme.com/memes/chad-thundercock">Chad</a> Tinder profile has caused a recent surge in popularity of the corn emoji.</p>',
899   'timestamp' => '1444944831',
900   'guid' => 'post:18829',
901 ))
902 ->execute();
903
904 $connection->schema()->createTable('authmap', array(
905   'fields' => array(
906     'aid' => array(
907       'type' => 'serial',
908       'not null' => TRUE,
909       'size' => 'normal',
910       'unsigned' => TRUE,
911     ),
912     'uid' => array(
913       'type' => 'int',
914       'not null' => TRUE,
915       'size' => 'normal',
916       'default' => '0',
917     ),
918     'authname' => array(
919       'type' => 'varchar',
920       'not null' => TRUE,
921       'length' => '128',
922       'default' => '',
923     ),
924     'module' => array(
925       'type' => 'varchar',
926       'not null' => TRUE,
927       'length' => '128',
928       'default' => '',
929     ),
930   ),
931   'primary key' => array(
932     'aid',
933   ),
934   'mysql_character_set' => 'utf8',
935 ));
936
937 $connection->schema()->createTable('batch', array(
938   'fields' => array(
939     'bid' => array(
940       'type' => 'int',
941       'not null' => TRUE,
942       'size' => 'normal',
943       'unsigned' => TRUE,
944     ),
945     'token' => array(
946       'type' => 'varchar',
947       'not null' => TRUE,
948       'length' => '64',
949     ),
950     'timestamp' => array(
951       'type' => 'int',
952       'not null' => TRUE,
953       'size' => 'normal',
954     ),
955     'batch' => array(
956       'type' => 'blob',
957       'not null' => FALSE,
958       'size' => 'normal',
959     ),
960   ),
961   'primary key' => array(
962     'bid',
963   ),
964   'mysql_character_set' => 'utf8',
965 ));
966
967 $connection->schema()->createTable('block', array(
968   'fields' => array(
969     'bid' => array(
970       'type' => 'serial',
971       'not null' => TRUE,
972       'size' => 'normal',
973     ),
974     'module' => array(
975       'type' => 'varchar',
976       'not null' => TRUE,
977       'length' => '64',
978       'default' => '',
979     ),
980     'delta' => array(
981       'type' => 'varchar',
982       'not null' => TRUE,
983       'length' => '32',
984       'default' => '0',
985     ),
986     'theme' => array(
987       'type' => 'varchar',
988       'not null' => TRUE,
989       'length' => '64',
990       'default' => '',
991     ),
992     'status' => array(
993       'type' => 'int',
994       'not null' => TRUE,
995       'size' => 'normal',
996       'default' => '0',
997     ),
998     'weight' => array(
999       'type' => 'int',
1000       'not null' => TRUE,
1001       'size' => 'normal',
1002       'default' => '0',
1003     ),
1004     'region' => array(
1005       'type' => 'varchar',
1006       'not null' => TRUE,
1007       'length' => '64',
1008       'default' => '',
1009     ),
1010     'custom' => array(
1011       'type' => 'int',
1012       'not null' => TRUE,
1013       'size' => 'normal',
1014       'default' => '0',
1015     ),
1016     'visibility' => array(
1017       'type' => 'int',
1018       'not null' => TRUE,
1019       'size' => 'normal',
1020       'default' => '0',
1021     ),
1022     'pages' => array(
1023       'type' => 'text',
1024       'not null' => TRUE,
1025       'size' => 'normal',
1026     ),
1027     'title' => array(
1028       'type' => 'varchar',
1029       'not null' => TRUE,
1030       'length' => '255',
1031       'default' => '',
1032     ),
1033     'cache' => array(
1034       'type' => 'int',
1035       'not null' => TRUE,
1036       'size' => 'normal',
1037       'default' => '1',
1038     ),
1039   ),
1040   'primary key' => array(
1041     'bid',
1042   ),
1043   'mysql_character_set' => 'utf8',
1044 ));
1045
1046 $connection->insert('block')
1047 ->fields(array(
1048   'bid',
1049   'module',
1050   'delta',
1051   'theme',
1052   'status',
1053   'weight',
1054   'region',
1055   'custom',
1056   'visibility',
1057   'pages',
1058   'title',
1059   'cache',
1060 ))
1061 ->values(array(
1062   'bid' => '1',
1063   'module' => 'system',
1064   'delta' => 'main',
1065   'theme' => 'bartik',
1066   'status' => '1',
1067   'weight' => '0',
1068   'region' => 'content',
1069   'custom' => '0',
1070   'visibility' => '0',
1071   'pages' => '',
1072   'title' => '',
1073   'cache' => '-1',
1074 ))
1075 ->values(array(
1076   'bid' => '2',
1077   'module' => 'search',
1078   'delta' => 'form',
1079   'theme' => 'bartik',
1080   'status' => '1',
1081   'weight' => '-1',
1082   'region' => 'sidebar_first',
1083   'custom' => '0',
1084   'visibility' => '0',
1085   'pages' => '',
1086   'title' => '',
1087   'cache' => '-1',
1088 ))
1089 ->values(array(
1090   'bid' => '3',
1091   'module' => 'node',
1092   'delta' => 'recent',
1093   'theme' => 'seven',
1094   'status' => '0',
1095   'weight' => '10',
1096   'region' => '-1',
1097   'custom' => '0',
1098   'visibility' => '0',
1099   'pages' => '',
1100   'title' => '',
1101   'cache' => '-1',
1102 ))
1103 ->values(array(
1104   'bid' => '4',
1105   'module' => 'user',
1106   'delta' => 'login',
1107   'theme' => 'bartik',
1108   'status' => '1',
1109   'weight' => '0',
1110   'region' => 'sidebar_first',
1111   'custom' => '0',
1112   'visibility' => '0',
1113   'pages' => '',
1114   'title' => '',
1115   'cache' => '-1',
1116 ))
1117 ->values(array(
1118   'bid' => '5',
1119   'module' => 'system',
1120   'delta' => 'navigation',
1121   'theme' => 'bartik',
1122   'status' => '1',
1123   'weight' => '0',
1124   'region' => 'sidebar_first',
1125   'custom' => '0',
1126   'visibility' => '0',
1127   'pages' => '',
1128   'title' => '',
1129   'cache' => '-1',
1130 ))
1131 ->values(array(
1132   'bid' => '6',
1133   'module' => 'system',
1134   'delta' => 'powered-by',
1135   'theme' => 'bartik',
1136   'status' => '1',
1137   'weight' => '10',
1138   'region' => 'footer',
1139   'custom' => '0',
1140   'visibility' => '0',
1141   'pages' => '',
1142   'title' => '',
1143   'cache' => '-1',
1144 ))
1145 ->values(array(
1146   'bid' => '7',
1147   'module' => 'system',
1148   'delta' => 'help',
1149   'theme' => 'bartik',
1150   'status' => '1',
1151   'weight' => '0',
1152   'region' => 'help',
1153   'custom' => '0',
1154   'visibility' => '0',
1155   'pages' => '',
1156   'title' => '',
1157   'cache' => '-1',
1158 ))
1159 ->values(array(
1160   'bid' => '8',
1161   'module' => 'system',
1162   'delta' => 'main',
1163   'theme' => 'seven',
1164   'status' => '1',
1165   'weight' => '0',
1166   'region' => 'content',
1167   'custom' => '0',
1168   'visibility' => '0',
1169   'pages' => '',
1170   'title' => '',
1171   'cache' => '-1',
1172 ))
1173 ->values(array(
1174   'bid' => '9',
1175   'module' => 'system',
1176   'delta' => 'help',
1177   'theme' => 'seven',
1178   'status' => '1',
1179   'weight' => '0',
1180   'region' => 'help',
1181   'custom' => '0',
1182   'visibility' => '0',
1183   'pages' => '',
1184   'title' => '',
1185   'cache' => '-1',
1186 ))
1187 ->values(array(
1188   'bid' => '10',
1189   'module' => 'user',
1190   'delta' => 'login',
1191   'theme' => 'seven',
1192   'status' => '1',
1193   'weight' => '10',
1194   'region' => 'content',
1195   'custom' => '0',
1196   'visibility' => '0',
1197   'pages' => '',
1198   'title' => '',
1199   'cache' => '-1',
1200 ))
1201 ->values(array(
1202   'bid' => '11',
1203   'module' => 'user',
1204   'delta' => 'new',
1205   'theme' => 'seven',
1206   'status' => '0',
1207   'weight' => '0',
1208   'region' => '-1',
1209   'custom' => '0',
1210   'visibility' => '0',
1211   'pages' => '',
1212   'title' => '',
1213   'cache' => '-1',
1214 ))
1215 ->values(array(
1216   'bid' => '12',
1217   'module' => 'search',
1218   'delta' => 'form',
1219   'theme' => 'seven',
1220   'status' => '0',
1221   'weight' => '-10',
1222   'region' => '-1',
1223   'custom' => '0',
1224   'visibility' => '0',
1225   'pages' => '',
1226   'title' => '',
1227   'cache' => '-1',
1228 ))
1229 ->values(array(
1230   'bid' => '13',
1231   'module' => 'comment',
1232   'delta' => 'recent',
1233   'theme' => 'bartik',
1234   'status' => '0',
1235   'weight' => '0',
1236   'region' => '-1',
1237   'custom' => '0',
1238   'visibility' => '0',
1239   'pages' => '',
1240   'title' => '',
1241   'cache' => '1',
1242 ))
1243 ->values(array(
1244   'bid' => '14',
1245   'module' => 'node',
1246   'delta' => 'syndicate',
1247   'theme' => 'bartik',
1248   'status' => '0',
1249   'weight' => '0',
1250   'region' => '-1',
1251   'custom' => '0',
1252   'visibility' => '0',
1253   'pages' => '',
1254   'title' => '',
1255   'cache' => '-1',
1256 ))
1257 ->values(array(
1258   'bid' => '15',
1259   'module' => 'node',
1260   'delta' => 'recent',
1261   'theme' => 'bartik',
1262   'status' => '0',
1263   'weight' => '0',
1264   'region' => '-1',
1265   'custom' => '0',
1266   'visibility' => '0',
1267   'pages' => '',
1268   'title' => '',
1269   'cache' => '1',
1270 ))
1271 ->values(array(
1272   'bid' => '16',
1273   'module' => 'shortcut',
1274   'delta' => 'shortcuts',
1275   'theme' => 'bartik',
1276   'status' => '0',
1277   'weight' => '0',
1278   'region' => '-1',
1279   'custom' => '0',
1280   'visibility' => '0',
1281   'pages' => '',
1282   'title' => '',
1283   'cache' => '-1',
1284 ))
1285 ->values(array(
1286   'bid' => '17',
1287   'module' => 'system',
1288   'delta' => 'management',
1289   'theme' => 'bartik',
1290   'status' => '0',
1291   'weight' => '0',
1292   'region' => '-1',
1293   'custom' => '0',
1294   'visibility' => '0',
1295   'pages' => '',
1296   'title' => '',
1297   'cache' => '-1',
1298 ))
1299 ->values(array(
1300   'bid' => '18',
1301   'module' => 'system',
1302   'delta' => 'user-menu',
1303   'theme' => 'bartik',
1304   'status' => '0',
1305   'weight' => '0',
1306   'region' => '-1',
1307   'custom' => '0',
1308   'visibility' => '0',
1309   'pages' => '',
1310   'title' => '',
1311   'cache' => '-1',
1312 ))
1313 ->values(array(
1314   'bid' => '19',
1315   'module' => 'system',
1316   'delta' => 'main-menu',
1317   'theme' => 'bartik',
1318   'status' => '0',
1319   'weight' => '0',
1320   'region' => '-1',
1321   'custom' => '0',
1322   'visibility' => '0',
1323   'pages' => '',
1324   'title' => '',
1325   'cache' => '-1',
1326 ))
1327 ->values(array(
1328   'bid' => '20',
1329   'module' => 'user',
1330   'delta' => 'new',
1331   'theme' => 'bartik',
1332   'status' => '0',
1333   'weight' => '0',
1334   'region' => '-1',
1335   'custom' => '0',
1336   'visibility' => '0',
1337   'pages' => '',
1338   'title' => '',
1339   'cache' => '1',
1340 ))
1341 ->values(array(
1342   'bid' => '21',
1343   'module' => 'user',
1344   'delta' => 'online',
1345   'theme' => 'bartik',
1346   'status' => '0',
1347   'weight' => '0',
1348   'region' => '-1',
1349   'custom' => '0',
1350   'visibility' => '0',
1351   'pages' => '',
1352   'title' => '',
1353   'cache' => '-1',
1354 ))
1355 ->values(array(
1356   'bid' => '22',
1357   'module' => 'comment',
1358   'delta' => 'recent',
1359   'theme' => 'seven',
1360   'status' => '0',
1361   'weight' => '0',
1362   'region' => '-1',
1363   'custom' => '0',
1364   'visibility' => '0',
1365   'pages' => '',
1366   'title' => '',
1367   'cache' => '1',
1368 ))
1369 ->values(array(
1370   'bid' => '23',
1371   'module' => 'node',
1372   'delta' => 'syndicate',
1373   'theme' => 'seven',
1374   'status' => '0',
1375   'weight' => '0',
1376   'region' => '-1',
1377   'custom' => '0',
1378   'visibility' => '0',
1379   'pages' => '',
1380   'title' => '',
1381   'cache' => '-1',
1382 ))
1383 ->values(array(
1384   'bid' => '24',
1385   'module' => 'shortcut',
1386   'delta' => 'shortcuts',
1387   'theme' => 'seven',
1388   'status' => '0',
1389   'weight' => '0',
1390   'region' => '-1',
1391   'custom' => '0',
1392   'visibility' => '0',
1393   'pages' => '',
1394   'title' => '',
1395   'cache' => '-1',
1396 ))
1397 ->values(array(
1398   'bid' => '25',
1399   'module' => 'system',
1400   'delta' => 'powered-by',
1401   'theme' => 'seven',
1402   'status' => '0',
1403   'weight' => '10',
1404   'region' => '-1',
1405   'custom' => '0',
1406   'visibility' => '0',
1407   'pages' => '',
1408   'title' => '',
1409   'cache' => '-1',
1410 ))
1411 ->values(array(
1412   'bid' => '26',
1413   'module' => 'system',
1414   'delta' => 'navigation',
1415   'theme' => 'seven',
1416   'status' => '0',
1417   'weight' => '0',
1418   'region' => '-1',
1419   'custom' => '0',
1420   'visibility' => '0',
1421   'pages' => '',
1422   'title' => '',
1423   'cache' => '-1',
1424 ))
1425 ->values(array(
1426   'bid' => '27',
1427   'module' => 'system',
1428   'delta' => 'management',
1429   'theme' => 'seven',
1430   'status' => '0',
1431   'weight' => '0',
1432   'region' => '-1',
1433   'custom' => '0',
1434   'visibility' => '0',
1435   'pages' => '',
1436   'title' => '',
1437   'cache' => '-1',
1438 ))
1439 ->values(array(
1440   'bid' => '28',
1441   'module' => 'system',
1442   'delta' => 'user-menu',
1443   'theme' => 'seven',
1444   'status' => '0',
1445   'weight' => '0',
1446   'region' => '-1',
1447   'custom' => '0',
1448   'visibility' => '0',
1449   'pages' => '',
1450   'title' => '',
1451   'cache' => '-1',
1452 ))
1453 ->values(array(
1454   'bid' => '29',
1455   'module' => 'system',
1456   'delta' => 'main-menu',
1457   'theme' => 'seven',
1458   'status' => '0',
1459   'weight' => '0',
1460   'region' => '-1',
1461   'custom' => '0',
1462   'visibility' => '0',
1463   'pages' => '',
1464   'title' => '',
1465   'cache' => '-1',
1466 ))
1467 ->values(array(
1468   'bid' => '30',
1469   'module' => 'user',
1470   'delta' => 'online',
1471   'theme' => 'seven',
1472   'status' => '0',
1473   'weight' => '0',
1474   'region' => '-1',
1475   'custom' => '0',
1476   'visibility' => '0',
1477   'pages' => '',
1478   'title' => '',
1479   'cache' => '-1',
1480 ))
1481 ->values(array(
1482   'bid' => '31',
1483   'module' => 'blog',
1484   'delta' => 'recent',
1485   'theme' => 'bartik',
1486   'status' => '0',
1487   'weight' => '0',
1488   'region' => '-1',
1489   'custom' => '0',
1490   'visibility' => '0',
1491   'pages' => '',
1492   'title' => '',
1493   'cache' => '1',
1494 ))
1495 ->values(array(
1496   'bid' => '32',
1497   'module' => 'book',
1498   'delta' => 'navigation',
1499   'theme' => 'bartik',
1500   'status' => '0',
1501   'weight' => '0',
1502   'region' => '-1',
1503   'custom' => '0',
1504   'visibility' => '0',
1505   'pages' => '',
1506   'title' => '',
1507   'cache' => '5',
1508 ))
1509 ->values(array(
1510   'bid' => '33',
1511   'module' => 'locale',
1512   'delta' => 'language',
1513   'theme' => 'bartik',
1514   'status' => '0',
1515   'weight' => '0',
1516   'region' => '-1',
1517   'custom' => '0',
1518   'visibility' => '0',
1519   'pages' => '',
1520   'title' => '',
1521   'cache' => '-1',
1522 ))
1523 ->values(array(
1524   'bid' => '34',
1525   'module' => 'forum',
1526   'delta' => 'active',
1527   'theme' => 'bartik',
1528   'status' => '0',
1529   'weight' => '0',
1530   'region' => '-1',
1531   'custom' => '0',
1532   'visibility' => '0',
1533   'pages' => '',
1534   'title' => '',
1535   'cache' => '-2',
1536 ))
1537 ->values(array(
1538   'bid' => '35',
1539   'module' => 'forum',
1540   'delta' => 'new',
1541   'theme' => 'bartik',
1542   'status' => '0',
1543   'weight' => '0',
1544   'region' => '-1',
1545   'custom' => '0',
1546   'visibility' => '0',
1547   'pages' => '',
1548   'title' => '',
1549   'cache' => '-2',
1550 ))
1551 ->values(array(
1552   'bid' => '36',
1553   'module' => 'blog',
1554   'delta' => 'recent',
1555   'theme' => 'seven',
1556   'status' => '0',
1557   'weight' => '0',
1558   'region' => '-1',
1559   'custom' => '0',
1560   'visibility' => '0',
1561   'pages' => '',
1562   'title' => '',
1563   'cache' => '1',
1564 ))
1565 ->values(array(
1566   'bid' => '37',
1567   'module' => 'book',
1568   'delta' => 'navigation',
1569   'theme' => 'seven',
1570   'status' => '0',
1571   'weight' => '0',
1572   'region' => '-1',
1573   'custom' => '0',
1574   'visibility' => '0',
1575   'pages' => '',
1576   'title' => '',
1577   'cache' => '5',
1578 ))
1579 ->values(array(
1580   'bid' => '38',
1581   'module' => 'locale',
1582   'delta' => 'language',
1583   'theme' => 'seven',
1584   'status' => '0',
1585   'weight' => '0',
1586   'region' => '-1',
1587   'custom' => '0',
1588   'visibility' => '0',
1589   'pages' => '',
1590   'title' => '',
1591   'cache' => '-1',
1592 ))
1593 ->values(array(
1594   'bid' => '39',
1595   'module' => 'forum',
1596   'delta' => 'active',
1597   'theme' => 'seven',
1598   'status' => '0',
1599   'weight' => '0',
1600   'region' => '-1',
1601   'custom' => '0',
1602   'visibility' => '0',
1603   'pages' => '',
1604   'title' => '',
1605   'cache' => '-2',
1606 ))
1607 ->values(array(
1608   'bid' => '40',
1609   'module' => 'forum',
1610   'delta' => 'new',
1611   'theme' => 'seven',
1612   'status' => '0',
1613   'weight' => '0',
1614   'region' => '-1',
1615   'custom' => '0',
1616   'visibility' => '0',
1617   'pages' => '',
1618   'title' => '',
1619   'cache' => '-2',
1620 ))
1621 ->values(array(
1622   'bid' => '41',
1623   'module' => 'menu',
1624   'delta' => 'menu-test-menu',
1625   'theme' => 'bartik',
1626   'status' => '0',
1627   'weight' => '0',
1628   'region' => '-1',
1629   'custom' => '0',
1630   'visibility' => '0',
1631   'pages' => '',
1632   'title' => '',
1633   'cache' => '-1',
1634 ))
1635 ->values(array(
1636   'bid' => '42',
1637   'module' => 'statistics',
1638   'delta' => 'popular',
1639   'theme' => 'bartik',
1640   'status' => '0',
1641   'weight' => '0',
1642   'region' => '-1',
1643   'custom' => '0',
1644   'visibility' => '0',
1645   'pages' => '',
1646   'title' => '',
1647   'cache' => '-1',
1648 ))
1649 ->values(array(
1650   'bid' => '43',
1651   'module' => 'menu',
1652   'delta' => 'menu-test-menu',
1653   'theme' => 'seven',
1654   'status' => '0',
1655   'weight' => '0',
1656   'region' => '-1',
1657   'custom' => '0',
1658   'visibility' => '0',
1659   'pages' => '',
1660   'title' => '',
1661   'cache' => '-1',
1662 ))
1663 ->values(array(
1664   'bid' => '44',
1665   'module' => 'statistics',
1666   'delta' => 'popular',
1667   'theme' => 'seven',
1668   'status' => '0',
1669   'weight' => '0',
1670   'region' => '-1',
1671   'custom' => '0',
1672   'visibility' => '0',
1673   'pages' => '',
1674   'title' => '',
1675   'cache' => '-1',
1676 ))
1677 ->values(array(
1678   'bid' => '45',
1679   'module' => 'block',
1680   'delta' => '1',
1681   'theme' => 'bartik',
1682   'status' => '1',
1683   'weight' => '0',
1684   'region' => 'highlighted',
1685   'custom' => '0',
1686   'visibility' => '0',
1687   'pages' => '',
1688   'title' => 'Mildly amusing limerick of the day',
1689   'cache' => '-1',
1690 ))
1691 ->values(array(
1692   'bid' => '46',
1693   'module' => 'block',
1694   'delta' => '1',
1695   'theme' => 'seven',
1696   'status' => '0',
1697   'weight' => '0',
1698   'region' => '-1',
1699   'custom' => '0',
1700   'visibility' => '0',
1701   'pages' => '',
1702   'title' => 'Mildly amusing limerick of the day',
1703   'cache' => '-1',
1704 ))
1705 ->values(array(
1706   'bid' => '47',
1707   'module' => 'aggregator',
1708   'delta' => 'feed-1',
1709   'theme' => 'bartik',
1710   'status' => '0',
1711   'weight' => '0',
1712   'region' => '-1',
1713   'custom' => '0',
1714   'visibility' => '0',
1715   'pages' => '',
1716   'title' => '',
1717   'cache' => '1',
1718 ))
1719 ->values(array(
1720   'bid' => '48',
1721   'module' => 'aggregator',
1722   'delta' => 'feed-1',
1723   'theme' => 'seven',
1724   'status' => '0',
1725   'weight' => '0',
1726   'region' => '-1',
1727   'custom' => '0',
1728   'visibility' => '0',
1729   'pages' => '',
1730   'title' => '',
1731   'cache' => '1',
1732 ))
1733 ->execute();
1734
1735 $connection->schema()->createTable('block_custom', array(
1736   'fields' => array(
1737     'bid' => array(
1738       'type' => 'serial',
1739       'not null' => TRUE,
1740       'size' => 'normal',
1741       'unsigned' => TRUE,
1742     ),
1743     'body' => array(
1744       'type' => 'text',
1745       'not null' => FALSE,
1746       'size' => 'normal',
1747     ),
1748     'info' => array(
1749       'type' => 'varchar',
1750       'not null' => TRUE,
1751       'length' => '128',
1752       'default' => '',
1753     ),
1754     'format' => array(
1755       'type' => 'varchar',
1756       'not null' => FALSE,
1757       'length' => '255',
1758     ),
1759   ),
1760   'primary key' => array(
1761     'bid',
1762   ),
1763   'mysql_character_set' => 'utf8',
1764 ));
1765
1766 $connection->insert('block_custom')
1767 ->fields(array(
1768   'bid',
1769   'body',
1770   'info',
1771   'format',
1772 ))
1773 ->values(array(
1774   'bid' => '1',
1775   'body' => "A fellow jumped off a high wall\r\nAnd had a most terrible fall\r\nHe went back to bed\r\nWith a bump on his head\r\nThat's why you don't jump off a wall",
1776   'info' => 'Limerick',
1777   'format' => 'filtered_html',
1778 ))
1779 ->execute();
1780
1781 $connection->schema()->createTable('block_node_type', array(
1782   'fields' => array(
1783     'module' => array(
1784       'type' => 'varchar',
1785       'not null' => TRUE,
1786       'length' => '64',
1787     ),
1788     'delta' => array(
1789       'type' => 'varchar',
1790       'not null' => TRUE,
1791       'length' => '32',
1792     ),
1793     'type' => array(
1794       'type' => 'varchar',
1795       'not null' => TRUE,
1796       'length' => '32',
1797     ),
1798   ),
1799   'primary key' => array(
1800     'module',
1801     'delta',
1802     'type',
1803   ),
1804   'mysql_character_set' => 'utf8',
1805 ));
1806
1807 $connection->schema()->createTable('block_role', array(
1808   'fields' => array(
1809     'module' => array(
1810       'type' => 'varchar',
1811       'not null' => TRUE,
1812       'length' => '64',
1813     ),
1814     'delta' => array(
1815       'type' => 'varchar',
1816       'not null' => TRUE,
1817       'length' => '32',
1818     ),
1819     'rid' => array(
1820       'type' => 'int',
1821       'not null' => TRUE,
1822       'size' => 'normal',
1823       'unsigned' => TRUE,
1824     ),
1825   ),
1826   'primary key' => array(
1827     'module',
1828     'delta',
1829     'rid',
1830   ),
1831   'mysql_character_set' => 'utf8',
1832 ));
1833
1834 $connection->insert('block_role')
1835 ->fields(array(
1836   'module',
1837   'delta',
1838   'rid',
1839 ))
1840 ->values(array(
1841   'module' => 'block',
1842   'delta' => '1',
1843   'rid' => '2',
1844 ))
1845 ->execute();
1846
1847 $connection->schema()->createTable('blocked_ips', array(
1848   'fields' => array(
1849     'iid' => array(
1850       'type' => 'serial',
1851       'not null' => TRUE,
1852       'size' => 'normal',
1853       'unsigned' => TRUE,
1854     ),
1855     'ip' => array(
1856       'type' => 'varchar',
1857       'not null' => TRUE,
1858       'length' => '40',
1859       'default' => '',
1860     ),
1861   ),
1862   'primary key' => array(
1863     'iid',
1864   ),
1865   'mysql_character_set' => 'utf8',
1866 ));
1867
1868 $connection->insert('blocked_ips')
1869 ->fields(array(
1870   'iid',
1871   'ip',
1872 ))
1873 ->values(array(
1874   'iid' => '1',
1875   'ip' => '111.111.111.111',
1876 ))
1877 ->execute();
1878
1879 $connection->schema()->createTable('book', array(
1880   'fields' => array(
1881     'mlid' => array(
1882       'type' => 'int',
1883       'not null' => TRUE,
1884       'size' => 'normal',
1885       'default' => '0',
1886       'unsigned' => TRUE,
1887     ),
1888     'nid' => array(
1889       'type' => 'int',
1890       'not null' => TRUE,
1891       'size' => 'normal',
1892       'default' => '0',
1893       'unsigned' => TRUE,
1894     ),
1895     'bid' => array(
1896       'type' => 'int',
1897       'not null' => TRUE,
1898       'size' => 'normal',
1899       'default' => '0',
1900       'unsigned' => TRUE,
1901     ),
1902   ),
1903   'primary key' => array(
1904     'mlid',
1905   ),
1906   'mysql_character_set' => 'utf8',
1907 ));
1908
1909 $connection->schema()->createTable('cache', array(
1910   'fields' => array(
1911     'cid' => array(
1912       'type' => 'varchar',
1913       'not null' => TRUE,
1914       'length' => '255',
1915       'default' => '',
1916     ),
1917     'data' => array(
1918       'type' => 'blob',
1919       'not null' => FALSE,
1920       'size' => 'normal',
1921     ),
1922     'expire' => array(
1923       'type' => 'int',
1924       'not null' => TRUE,
1925       'size' => 'normal',
1926       'default' => '0',
1927     ),
1928     'created' => array(
1929       'type' => 'int',
1930       'not null' => TRUE,
1931       'size' => 'normal',
1932       'default' => '0',
1933     ),
1934     'serialized' => array(
1935       'type' => 'int',
1936       'not null' => TRUE,
1937       'size' => 'normal',
1938       'default' => '0',
1939     ),
1940   ),
1941   'primary key' => array(
1942     'cid',
1943   ),
1944   'mysql_character_set' => 'utf8',
1945 ));
1946
1947 $connection->schema()->createTable('cache_block', array(
1948   'fields' => array(
1949     'cid' => array(
1950       'type' => 'varchar',
1951       'not null' => TRUE,
1952       'length' => '255',
1953       'default' => '',
1954     ),
1955     'data' => array(
1956       'type' => 'blob',
1957       'not null' => FALSE,
1958       'size' => 'normal',
1959     ),
1960     'expire' => array(
1961       'type' => 'int',
1962       'not null' => TRUE,
1963       'size' => 'normal',
1964       'default' => '0',
1965     ),
1966     'created' => array(
1967       'type' => 'int',
1968       'not null' => TRUE,
1969       'size' => 'normal',
1970       'default' => '0',
1971     ),
1972     'serialized' => array(
1973       'type' => 'int',
1974       'not null' => TRUE,
1975       'size' => 'normal',
1976       'default' => '0',
1977     ),
1978   ),
1979   'primary key' => array(
1980     'cid',
1981   ),
1982   'mysql_character_set' => 'utf8',
1983 ));
1984
1985 $connection->schema()->createTable('cache_bootstrap', array(
1986   'fields' => array(
1987     'cid' => array(
1988       'type' => 'varchar',
1989       'not null' => TRUE,
1990       'length' => '255',
1991       'default' => '',
1992     ),
1993     'data' => array(
1994       'type' => 'blob',
1995       'not null' => FALSE,
1996       'size' => 'normal',
1997     ),
1998     'expire' => array(
1999       'type' => 'int',
2000       'not null' => TRUE,
2001       'size' => 'normal',
2002       'default' => '0',
2003     ),
2004     'created' => array(
2005       'type' => 'int',
2006       'not null' => TRUE,
2007       'size' => 'normal',
2008       'default' => '0',
2009     ),
2010     'serialized' => array(
2011       'type' => 'int',
2012       'not null' => TRUE,
2013       'size' => 'normal',
2014       'default' => '0',
2015     ),
2016   ),
2017   'primary key' => array(
2018     'cid',
2019   ),
2020   'mysql_character_set' => 'utf8',
2021 ));
2022
2023 $connection->schema()->createTable('cache_field', array(
2024   'fields' => array(
2025     'cid' => array(
2026       'type' => 'varchar',
2027       'not null' => TRUE,
2028       'length' => '255',
2029       'default' => '',
2030     ),
2031     'data' => array(
2032       'type' => 'blob',
2033       'not null' => FALSE,
2034       'size' => 'normal',
2035     ),
2036     'expire' => array(
2037       'type' => 'int',
2038       'not null' => TRUE,
2039       'size' => 'normal',
2040       'default' => '0',
2041     ),
2042     'created' => array(
2043       'type' => 'int',
2044       'not null' => TRUE,
2045       'size' => 'normal',
2046       'default' => '0',
2047     ),
2048     'serialized' => array(
2049       'type' => 'int',
2050       'not null' => TRUE,
2051       'size' => 'normal',
2052       'default' => '0',
2053     ),
2054   ),
2055   'primary key' => array(
2056     'cid',
2057   ),
2058   'mysql_character_set' => 'utf8',
2059 ));
2060
2061 $connection->schema()->createTable('cache_filter', array(
2062   'fields' => array(
2063     'cid' => array(
2064       'type' => 'varchar',
2065       'not null' => TRUE,
2066       'length' => '255',
2067       'default' => '',
2068     ),
2069     'data' => array(
2070       'type' => 'blob',
2071       'not null' => FALSE,
2072       'size' => 'normal',
2073     ),
2074     'expire' => array(
2075       'type' => 'int',
2076       'not null' => TRUE,
2077       'size' => 'normal',
2078       'default' => '0',
2079     ),
2080     'created' => array(
2081       'type' => 'int',
2082       'not null' => TRUE,
2083       'size' => 'normal',
2084       'default' => '0',
2085     ),
2086     'serialized' => array(
2087       'type' => 'int',
2088       'not null' => TRUE,
2089       'size' => 'normal',
2090       'default' => '0',
2091     ),
2092   ),
2093   'primary key' => array(
2094     'cid',
2095   ),
2096   'mysql_character_set' => 'utf8',
2097 ));
2098
2099 $connection->schema()->createTable('cache_form', array(
2100   'fields' => array(
2101     'cid' => array(
2102       'type' => 'varchar',
2103       'not null' => TRUE,
2104       'length' => '255',
2105       'default' => '',
2106     ),
2107     'data' => array(
2108       'type' => 'blob',
2109       'not null' => FALSE,
2110       'size' => 'normal',
2111     ),
2112     'expire' => array(
2113       'type' => 'int',
2114       'not null' => TRUE,
2115       'size' => 'normal',
2116       'default' => '0',
2117     ),
2118     'created' => array(
2119       'type' => 'int',
2120       'not null' => TRUE,
2121       'size' => 'normal',
2122       'default' => '0',
2123     ),
2124     'serialized' => array(
2125       'type' => 'int',
2126       'not null' => TRUE,
2127       'size' => 'normal',
2128       'default' => '0',
2129     ),
2130   ),
2131   'primary key' => array(
2132     'cid',
2133   ),
2134   'mysql_character_set' => 'utf8',
2135 ));
2136
2137 $connection->schema()->createTable('cache_image', array(
2138   'fields' => array(
2139     'cid' => array(
2140       'type' => 'varchar',
2141       'not null' => TRUE,
2142       'length' => '255',
2143       'default' => '',
2144     ),
2145     'data' => array(
2146       'type' => 'blob',
2147       'not null' => FALSE,
2148       'size' => 'normal',
2149     ),
2150     'expire' => array(
2151       'type' => 'int',
2152       'not null' => TRUE,
2153       'size' => 'normal',
2154       'default' => '0',
2155     ),
2156     'created' => array(
2157       'type' => 'int',
2158       'not null' => TRUE,
2159       'size' => 'normal',
2160       'default' => '0',
2161     ),
2162     'serialized' => array(
2163       'type' => 'int',
2164       'not null' => TRUE,
2165       'size' => 'normal',
2166       'default' => '0',
2167     ),
2168   ),
2169   'primary key' => array(
2170     'cid',
2171   ),
2172   'mysql_character_set' => 'utf8',
2173 ));
2174
2175 $connection->schema()->createTable('cache_menu', array(
2176   'fields' => array(
2177     'cid' => array(
2178       'type' => 'varchar',
2179       'not null' => TRUE,
2180       'length' => '255',
2181       'default' => '',
2182     ),
2183     'data' => array(
2184       'type' => 'blob',
2185       'not null' => FALSE,
2186       'size' => 'normal',
2187     ),
2188     'expire' => array(
2189       'type' => 'int',
2190       'not null' => TRUE,
2191       'size' => 'normal',
2192       'default' => '0',
2193     ),
2194     'created' => array(
2195       'type' => 'int',
2196       'not null' => TRUE,
2197       'size' => 'normal',
2198       'default' => '0',
2199     ),
2200     'serialized' => array(
2201       'type' => 'int',
2202       'not null' => TRUE,
2203       'size' => 'normal',
2204       'default' => '0',
2205     ),
2206   ),
2207   'primary key' => array(
2208     'cid',
2209   ),
2210   'mysql_character_set' => 'utf8',
2211 ));
2212
2213 $connection->schema()->createTable('cache_page', array(
2214   'fields' => array(
2215     'cid' => array(
2216       'type' => 'varchar',
2217       'not null' => TRUE,
2218       'length' => '255',
2219       'default' => '',
2220     ),
2221     'data' => array(
2222       'type' => 'blob',
2223       'not null' => FALSE,
2224       'size' => 'normal',
2225     ),
2226     'expire' => array(
2227       'type' => 'int',
2228       'not null' => TRUE,
2229       'size' => 'normal',
2230       'default' => '0',
2231     ),
2232     'created' => array(
2233       'type' => 'int',
2234       'not null' => TRUE,
2235       'size' => 'normal',
2236       'default' => '0',
2237     ),
2238     'serialized' => array(
2239       'type' => 'int',
2240       'not null' => TRUE,
2241       'size' => 'normal',
2242       'default' => '0',
2243     ),
2244   ),
2245   'primary key' => array(
2246     'cid',
2247   ),
2248   'mysql_character_set' => 'utf8',
2249 ));
2250
2251 $connection->schema()->createTable('cache_path', array(
2252   'fields' => array(
2253     'cid' => array(
2254       'type' => 'varchar',
2255       'not null' => TRUE,
2256       'length' => '255',
2257       'default' => '',
2258     ),
2259     'data' => array(
2260       'type' => 'blob',
2261       'not null' => FALSE,
2262       'size' => 'normal',
2263     ),
2264     'expire' => array(
2265       'type' => 'int',
2266       'not null' => TRUE,
2267       'size' => 'normal',
2268       'default' => '0',
2269     ),
2270     'created' => array(
2271       'type' => 'int',
2272       'not null' => TRUE,
2273       'size' => 'normal',
2274       'default' => '0',
2275     ),
2276     'serialized' => array(
2277       'type' => 'int',
2278       'not null' => TRUE,
2279       'size' => 'normal',
2280       'default' => '0',
2281     ),
2282   ),
2283   'primary key' => array(
2284     'cid',
2285   ),
2286   'mysql_character_set' => 'utf8',
2287 ));
2288
2289 $connection->schema()->createTable('cache_update', array(
2290   'fields' => array(
2291     'cid' => array(
2292       'type' => 'varchar',
2293       'not null' => TRUE,
2294       'length' => '255',
2295       'default' => '',
2296     ),
2297     'data' => array(
2298       'type' => 'blob',
2299       'not null' => FALSE,
2300       'size' => 'normal',
2301     ),
2302     'expire' => array(
2303       'type' => 'int',
2304       'not null' => TRUE,
2305       'size' => 'normal',
2306       'default' => '0',
2307     ),
2308     'created' => array(
2309       'type' => 'int',
2310       'not null' => TRUE,
2311       'size' => 'normal',
2312       'default' => '0',
2313     ),
2314     'serialized' => array(
2315       'type' => 'int',
2316       'not null' => TRUE,
2317       'size' => 'normal',
2318       'default' => '0',
2319     ),
2320   ),
2321   'primary key' => array(
2322     'cid',
2323   ),
2324   'mysql_character_set' => 'utf8',
2325 ));
2326
2327 $connection->schema()->createTable('cache_views', array(
2328   'fields' => array(
2329     'cid' => array(
2330       'type' => 'varchar',
2331       'not null' => TRUE,
2332       'length' => '255',
2333       'default' => '',
2334     ),
2335     'data' => array(
2336       'type' => 'blob',
2337       'not null' => FALSE,
2338       'size' => 'normal',
2339     ),
2340     'expire' => array(
2341       'type' => 'int',
2342       'not null' => TRUE,
2343       'size' => 'normal',
2344       'default' => '0',
2345     ),
2346     'created' => array(
2347       'type' => 'int',
2348       'not null' => TRUE,
2349       'size' => 'normal',
2350       'default' => '0',
2351     ),
2352     'serialized' => array(
2353       'type' => 'int',
2354       'not null' => TRUE,
2355       'size' => 'normal',
2356       'default' => '0',
2357     ),
2358   ),
2359   'primary key' => array(
2360     'cid',
2361   ),
2362   'mysql_character_set' => 'utf8',
2363 ));
2364
2365 $connection->schema()->createTable('cache_views_data', array(
2366   'fields' => array(
2367     'cid' => array(
2368       'type' => 'varchar',
2369       'not null' => TRUE,
2370       'length' => '255',
2371       'default' => '',
2372     ),
2373     'data' => array(
2374       'type' => 'blob',
2375       'not null' => FALSE,
2376       'size' => 'normal',
2377     ),
2378     'expire' => array(
2379       'type' => 'int',
2380       'not null' => TRUE,
2381       'size' => 'normal',
2382       'default' => '0',
2383     ),
2384     'created' => array(
2385       'type' => 'int',
2386       'not null' => TRUE,
2387       'size' => 'normal',
2388       'default' => '0',
2389     ),
2390     'serialized' => array(
2391       'type' => 'int',
2392       'not null' => TRUE,
2393       'size' => 'normal',
2394       'default' => '1',
2395     ),
2396   ),
2397   'primary key' => array(
2398     'cid',
2399   ),
2400   'mysql_character_set' => 'utf8',
2401 ));
2402
2403 $connection->schema()->createTable('comment', array(
2404   'fields' => array(
2405     'cid' => array(
2406       'type' => 'serial',
2407       'not null' => TRUE,
2408       'size' => 'normal',
2409     ),
2410     'pid' => array(
2411       'type' => 'int',
2412       'not null' => TRUE,
2413       'size' => 'normal',
2414       'default' => '0',
2415     ),
2416     'nid' => array(
2417       'type' => 'int',
2418       'not null' => TRUE,
2419       'size' => 'normal',
2420       'default' => '0',
2421     ),
2422     'uid' => array(
2423       'type' => 'int',
2424       'not null' => TRUE,
2425       'size' => 'normal',
2426       'default' => '0',
2427     ),
2428     'subject' => array(
2429       'type' => 'varchar',
2430       'not null' => TRUE,
2431       'length' => '64',
2432       'default' => '',
2433     ),
2434     'hostname' => array(
2435       'type' => 'varchar',
2436       'not null' => TRUE,
2437       'length' => '128',
2438       'default' => '',
2439     ),
2440     'created' => array(
2441       'type' => 'int',
2442       'not null' => TRUE,
2443       'size' => 'normal',
2444       'default' => '0',
2445     ),
2446     'changed' => array(
2447       'type' => 'int',
2448       'not null' => TRUE,
2449       'size' => 'normal',
2450       'default' => '0',
2451     ),
2452     'status' => array(
2453       'type' => 'int',
2454       'not null' => TRUE,
2455       'size' => 'normal',
2456       'default' => '1',
2457       'unsigned' => TRUE,
2458     ),
2459     'thread' => array(
2460       'type' => 'varchar',
2461       'not null' => TRUE,
2462       'length' => '255',
2463     ),
2464     'name' => array(
2465       'type' => 'varchar',
2466       'not null' => FALSE,
2467       'length' => '60',
2468     ),
2469     'mail' => array(
2470       'type' => 'varchar',
2471       'not null' => FALSE,
2472       'length' => '64',
2473     ),
2474     'homepage' => array(
2475       'type' => 'varchar',
2476       'not null' => FALSE,
2477       'length' => '255',
2478     ),
2479     'language' => array(
2480       'type' => 'varchar',
2481       'not null' => TRUE,
2482       'length' => '12',
2483       'default' => '',
2484     ),
2485   ),
2486   'primary key' => array(
2487     'cid',
2488   ),
2489   'mysql_character_set' => 'utf8',
2490 ));
2491
2492 $connection->insert('comment')
2493 ->fields(array(
2494   'cid',
2495   'pid',
2496   'nid',
2497   'uid',
2498   'subject',
2499   'hostname',
2500   'created',
2501   'changed',
2502   'status',
2503   'thread',
2504   'name',
2505   'mail',
2506   'homepage',
2507   'language',
2508 ))
2509 ->values(array(
2510   'cid' => '1',
2511   'pid' => '0',
2512   'nid' => '1',
2513   'uid' => '1',
2514   'subject' => 'A comment',
2515   'hostname' => '2001:db8:ffff:ffff:ffff:ffff:ffff:ffff',
2516   'created' => '1421727536',
2517   'changed' => '1421727536',
2518   'status' => '1',
2519   'thread' => '01/',
2520   'name' => 'admin',
2521   'mail' => '',
2522   'homepage' => '',
2523   'language' => 'und',
2524 ))
2525 ->execute();
2526
2527 $connection->schema()->createTable('contact', array(
2528   'fields' => array(
2529     'cid' => array(
2530       'type' => 'serial',
2531       'not null' => TRUE,
2532       'size' => 'normal',
2533       'unsigned' => TRUE,
2534     ),
2535     'category' => array(
2536       'type' => 'varchar',
2537       'not null' => TRUE,
2538       'length' => '255',
2539       'default' => '',
2540     ),
2541     'recipients' => array(
2542       'type' => 'text',
2543       'not null' => TRUE,
2544       'size' => 'normal',
2545     ),
2546     'reply' => array(
2547       'type' => 'text',
2548       'not null' => TRUE,
2549       'size' => 'normal',
2550     ),
2551     'weight' => array(
2552       'type' => 'int',
2553       'not null' => TRUE,
2554       'size' => 'normal',
2555       'default' => '0',
2556     ),
2557     'selected' => array(
2558       'type' => 'int',
2559       'not null' => TRUE,
2560       'size' => 'normal',
2561       'default' => '0',
2562     ),
2563   ),
2564   'primary key' => array(
2565     'cid',
2566   ),
2567   'mysql_character_set' => 'utf8',
2568 ));
2569
2570 $connection->insert('contact')
2571 ->fields(array(
2572   'cid',
2573   'category',
2574   'recipients',
2575   'reply',
2576   'weight',
2577   'selected',
2578 ))
2579 ->values(array(
2580   'cid' => '1',
2581   'category' => 'Website testing',
2582   'recipients' => 'joseph@flattandsons.com',
2583   'reply' => '',
2584   'weight' => '0',
2585   'selected' => '1',
2586 ))
2587 ->execute();
2588
2589 $connection->schema()->createTable('ctools_css_cache', array(
2590   'fields' => array(
2591     'cid' => array(
2592       'type' => 'varchar',
2593       'not null' => TRUE,
2594       'length' => '128',
2595     ),
2596     'filename' => array(
2597       'type' => 'varchar',
2598       'not null' => FALSE,
2599       'length' => '255',
2600     ),
2601     'css' => array(
2602       'type' => 'text',
2603       'not null' => FALSE,
2604       'size' => 'normal',
2605     ),
2606     'filter' => array(
2607       'type' => 'int',
2608       'not null' => FALSE,
2609       'size' => 'normal',
2610     ),
2611   ),
2612   'primary key' => array(
2613     'cid',
2614   ),
2615   'mysql_character_set' => 'utf8',
2616 ));
2617
2618 $connection->schema()->createTable('ctools_object_cache', array(
2619   'fields' => array(
2620     'sid' => array(
2621       'type' => 'varchar',
2622       'not null' => TRUE,
2623       'length' => '64',
2624     ),
2625     'name' => array(
2626       'type' => 'varchar',
2627       'not null' => TRUE,
2628       'length' => '128',
2629     ),
2630     'obj' => array(
2631       'type' => 'varchar',
2632       'not null' => TRUE,
2633       'length' => '32',
2634     ),
2635     'updated' => array(
2636       'type' => 'int',
2637       'not null' => TRUE,
2638       'size' => 'normal',
2639       'default' => '0',
2640       'unsigned' => TRUE,
2641     ),
2642     'data' => array(
2643       'type' => 'blob',
2644       'not null' => FALSE,
2645       'size' => 'normal',
2646     ),
2647   ),
2648   'primary key' => array(
2649     'sid',
2650     'name',
2651     'obj',
2652   ),
2653   'mysql_character_set' => 'utf8',
2654 ));
2655
2656 $connection->schema()->createTable('date_format_locale', array(
2657   'fields' => array(
2658     'format' => array(
2659       'type' => 'varchar',
2660       'not null' => TRUE,
2661       'length' => '100',
2662       'binary' => TRUE,
2663     ),
2664     'type' => array(
2665       'type' => 'varchar',
2666       'not null' => TRUE,
2667       'length' => '64',
2668     ),
2669     'language' => array(
2670       'type' => 'varchar',
2671       'not null' => TRUE,
2672       'length' => '12',
2673     ),
2674   ),
2675   'primary key' => array(
2676     'type',
2677     'language',
2678   ),
2679   'mysql_character_set' => 'utf8',
2680 ));
2681
2682 $connection->schema()->createTable('date_format_type', array(
2683   'fields' => array(
2684     'type' => array(
2685       'type' => 'varchar',
2686       'not null' => TRUE,
2687       'length' => '64',
2688     ),
2689     'title' => array(
2690       'type' => 'varchar',
2691       'not null' => TRUE,
2692       'length' => '255',
2693     ),
2694     'locked' => array(
2695       'type' => 'int',
2696       'not null' => TRUE,
2697       'size' => 'normal',
2698       'default' => '0',
2699     ),
2700   ),
2701   'primary key' => array(
2702     'type',
2703   ),
2704   'mysql_character_set' => 'utf8',
2705 ));
2706
2707 $connection->insert('date_format_type')
2708 ->fields(array(
2709   'type',
2710   'title',
2711   'locked',
2712 ))
2713 ->values(array(
2714   'type' => 'long',
2715   'title' => 'Long',
2716   'locked' => '1',
2717 ))
2718 ->values(array(
2719   'type' => 'medium',
2720   'title' => 'Medium',
2721   'locked' => '1',
2722 ))
2723 ->values(array(
2724   'type' => 'short',
2725   'title' => 'Short',
2726   'locked' => '1',
2727 ))
2728 ->execute();
2729
2730 $connection->schema()->createTable('date_formats', array(
2731   'fields' => array(
2732     'dfid' => array(
2733       'type' => 'serial',
2734       'not null' => TRUE,
2735       'size' => 'normal',
2736       'unsigned' => TRUE,
2737     ),
2738     'format' => array(
2739       'type' => 'varchar',
2740       'not null' => TRUE,
2741       'length' => '100',
2742     ),
2743     'type' => array(
2744       'type' => 'varchar',
2745       'not null' => TRUE,
2746       'length' => '64',
2747     ),
2748     'locked' => array(
2749       'type' => 'int',
2750       'not null' => TRUE,
2751       'size' => 'normal',
2752       'default' => '0',
2753     ),
2754   ),
2755   'primary key' => array(
2756     'dfid',
2757   ),
2758   'mysql_character_set' => 'utf8',
2759 ));
2760
2761 $connection->insert('date_formats')
2762 ->fields(array(
2763   'dfid',
2764   'format',
2765   'type',
2766   'locked',
2767 ))
2768 ->values(array(
2769   'dfid' => '1',
2770   'format' => 'Y-m-d H:i',
2771   'type' => 'short',
2772   'locked' => '1',
2773 ))
2774 ->values(array(
2775   'dfid' => '2',
2776   'format' => 'm/d/Y - H:i',
2777   'type' => 'short',
2778   'locked' => '1',
2779 ))
2780 ->values(array(
2781   'dfid' => '3',
2782   'format' => 'd/m/Y - H:i',
2783   'type' => 'short',
2784   'locked' => '1',
2785 ))
2786 ->values(array(
2787   'dfid' => '4',
2788   'format' => 'Y/m/d - H:i',
2789   'type' => 'short',
2790   'locked' => '1',
2791 ))
2792 ->values(array(
2793   'dfid' => '5',
2794   'format' => 'd.m.Y - H:i',
2795   'type' => 'short',
2796   'locked' => '1',
2797 ))
2798 ->values(array(
2799   'dfid' => '6',
2800   'format' => 'm/d/Y - g:ia',
2801   'type' => 'short',
2802   'locked' => '1',
2803 ))
2804 ->values(array(
2805   'dfid' => '7',
2806   'format' => 'd/m/Y - g:ia',
2807   'type' => 'short',
2808   'locked' => '1',
2809 ))
2810 ->values(array(
2811   'dfid' => '8',
2812   'format' => 'Y/m/d - g:ia',
2813   'type' => 'short',
2814   'locked' => '1',
2815 ))
2816 ->values(array(
2817   'dfid' => '9',
2818   'format' => 'M j Y - H:i',
2819   'type' => 'short',
2820   'locked' => '1',
2821 ))
2822 ->values(array(
2823   'dfid' => '10',
2824   'format' => 'j M Y - H:i',
2825   'type' => 'short',
2826   'locked' => '1',
2827 ))
2828 ->values(array(
2829   'dfid' => '11',
2830   'format' => 'Y M j - H:i',
2831   'type' => 'short',
2832   'locked' => '1',
2833 ))
2834 ->values(array(
2835   'dfid' => '12',
2836   'format' => 'M j Y - g:ia',
2837   'type' => 'short',
2838   'locked' => '1',
2839 ))
2840 ->values(array(
2841   'dfid' => '13',
2842   'format' => 'j M Y - g:ia',
2843   'type' => 'short',
2844   'locked' => '1',
2845 ))
2846 ->values(array(
2847   'dfid' => '14',
2848   'format' => 'Y M j - g:ia',
2849   'type' => 'short',
2850   'locked' => '1',
2851 ))
2852 ->values(array(
2853   'dfid' => '15',
2854   'format' => 'D, Y-m-d H:i',
2855   'type' => 'medium',
2856   'locked' => '1',
2857 ))
2858 ->values(array(
2859   'dfid' => '16',
2860   'format' => 'D, m/d/Y - H:i',
2861   'type' => 'medium',
2862   'locked' => '1',
2863 ))
2864 ->values(array(
2865   'dfid' => '17',
2866   'format' => 'D, d/m/Y - H:i',
2867   'type' => 'medium',
2868   'locked' => '1',
2869 ))
2870 ->values(array(
2871   'dfid' => '18',
2872   'format' => 'D, Y/m/d - H:i',
2873   'type' => 'medium',
2874   'locked' => '1',
2875 ))
2876 ->values(array(
2877   'dfid' => '19',
2878   'format' => 'F j, Y - H:i',
2879   'type' => 'medium',
2880   'locked' => '1',
2881 ))
2882 ->values(array(
2883   'dfid' => '20',
2884   'format' => 'j F, Y - H:i',
2885   'type' => 'medium',
2886   'locked' => '1',
2887 ))
2888 ->values(array(
2889   'dfid' => '21',
2890   'format' => 'Y, F j - H:i',
2891   'type' => 'medium',
2892   'locked' => '1',
2893 ))
2894 ->values(array(
2895   'dfid' => '22',
2896   'format' => 'D, m/d/Y - g:ia',
2897   'type' => 'medium',
2898   'locked' => '1',
2899 ))
2900 ->values(array(
2901   'dfid' => '23',
2902   'format' => 'D, d/m/Y - g:ia',
2903   'type' => 'medium',
2904   'locked' => '1',
2905 ))
2906 ->values(array(
2907   'dfid' => '24',
2908   'format' => 'D, Y/m/d - g:ia',
2909   'type' => 'medium',
2910   'locked' => '1',
2911 ))
2912 ->values(array(
2913   'dfid' => '25',
2914   'format' => 'F j, Y - g:ia',
2915   'type' => 'medium',
2916   'locked' => '1',
2917 ))
2918 ->values(array(
2919   'dfid' => '26',
2920   'format' => 'j F Y - g:ia',
2921   'type' => 'medium',
2922   'locked' => '1',
2923 ))
2924 ->values(array(
2925   'dfid' => '27',
2926   'format' => 'Y, F j - g:ia',
2927   'type' => 'medium',
2928   'locked' => '1',
2929 ))
2930 ->values(array(
2931   'dfid' => '28',
2932   'format' => 'j. F Y - G:i',
2933   'type' => 'medium',
2934   'locked' => '1',
2935 ))
2936 ->values(array(
2937   'dfid' => '29',
2938   'format' => 'l, F j, Y - H:i',
2939   'type' => 'long',
2940   'locked' => '1',
2941 ))
2942 ->values(array(
2943   'dfid' => '30',
2944   'format' => 'l, j F, Y - H:i',
2945   'type' => 'long',
2946   'locked' => '1',
2947 ))
2948 ->values(array(
2949   'dfid' => '31',
2950   'format' => 'l, Y,  F j - H:i',
2951   'type' => 'long',
2952   'locked' => '1',
2953 ))
2954 ->values(array(
2955   'dfid' => '32',
2956   'format' => 'l, F j, Y - g:ia',
2957   'type' => 'long',
2958   'locked' => '1',
2959 ))
2960 ->values(array(
2961   'dfid' => '33',
2962   'format' => 'l, j F Y - g:ia',
2963   'type' => 'long',
2964   'locked' => '1',
2965 ))
2966 ->values(array(
2967   'dfid' => '34',
2968   'format' => 'l, Y,  F j - g:ia',
2969   'type' => 'long',
2970   'locked' => '1',
2971 ))
2972 ->values(array(
2973   'dfid' => '35',
2974   'format' => 'l, j. F Y - G:i',
2975   'type' => 'long',
2976   'locked' => '1',
2977 ))
2978 ->values(array(
2979   'dfid' => '36',
2980   'format' => 'r',
2981   'type' => 'custom',
2982   'locked' => '0',
2983 ))
2984 ->execute();
2985
2986 $connection->schema()->createTable('field_config', array(
2987   'fields' => array(
2988     'id' => array(
2989       'type' => 'serial',
2990       'not null' => TRUE,
2991       'size' => 'normal',
2992     ),
2993     'field_name' => array(
2994       'type' => 'varchar',
2995       'not null' => TRUE,
2996       'length' => '32',
2997     ),
2998     'type' => array(
2999       'type' => 'varchar',
3000       'not null' => TRUE,
3001       'length' => '128',
3002     ),
3003     'module' => array(
3004       'type' => 'varchar',
3005       'not null' => TRUE,
3006       'length' => '128',
3007       'default' => '',
3008     ),
3009     'active' => array(
3010       'type' => 'int',
3011       'not null' => TRUE,
3012       'size' => 'normal',
3013       'default' => '0',
3014     ),
3015     'storage_type' => array(
3016       'type' => 'varchar',
3017       'not null' => TRUE,
3018       'length' => '128',
3019     ),
3020     'storage_module' => array(
3021       'type' => 'varchar',
3022       'not null' => TRUE,
3023       'length' => '128',
3024       'default' => '',
3025     ),
3026     'storage_active' => array(
3027       'type' => 'int',
3028       'not null' => TRUE,
3029       'size' => 'normal',
3030       'default' => '0',
3031     ),
3032     'locked' => array(
3033       'type' => 'int',
3034       'not null' => TRUE,
3035       'size' => 'normal',
3036       'default' => '0',
3037     ),
3038     'data' => array(
3039       'type' => 'blob',
3040       'not null' => TRUE,
3041       'size' => 'normal',
3042     ),
3043     'cardinality' => array(
3044       'type' => 'int',
3045       'not null' => TRUE,
3046       'size' => 'normal',
3047       'default' => '0',
3048     ),
3049     'translatable' => array(
3050       'type' => 'int',
3051       'not null' => TRUE,
3052       'size' => 'normal',
3053       'default' => '0',
3054     ),
3055     'deleted' => array(
3056       'type' => 'int',
3057       'not null' => TRUE,
3058       'size' => 'normal',
3059       'default' => '0',
3060     ),
3061   ),
3062   'primary key' => array(
3063     'id',
3064   ),
3065   'mysql_character_set' => 'utf8',
3066 ));
3067
3068 $connection->insert('field_config')
3069 ->fields(array(
3070   'id',
3071   'field_name',
3072   'type',
3073   'module',
3074   'active',
3075   'storage_type',
3076   'storage_module',
3077   'storage_active',
3078   'locked',
3079   'data',
3080   'cardinality',
3081   'translatable',
3082   'deleted',
3083 ))
3084 ->values(array(
3085   'id' => '1',
3086   'field_name' => 'comment_body',
3087   'type' => 'text_long',
3088   'module' => 'text',
3089   'active' => '1',
3090   'storage_type' => 'field_sql_storage',
3091   'storage_module' => 'field_sql_storage',
3092   'storage_active' => '1',
3093   'locked' => '0',
3094   'data' => 'a:6:{s:12:"entity_types";a:1:{i:0;s:7:"comment";}s:12:"translatable";b:0;s:8:"settings";a:0:{}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}',
3095   'cardinality' => '1',
3096   'translatable' => '0',
3097   'deleted' => '0',
3098 ))
3099 ->values(array(
3100   'id' => '2',
3101   'field_name' => 'body',
3102   'type' => 'text_with_summary',
3103   'module' => 'text',
3104   'active' => '1',
3105   'storage_type' => 'field_sql_storage',
3106   'storage_module' => 'field_sql_storage',
3107   'storage_active' => '1',
3108   'locked' => '0',
3109   'data' => 'a:6:{s:12:"entity_types";a:1:{i:0;s:4:"node";}s:12:"translatable";b:0;s:8:"settings";a:0:{}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}}',
3110   'cardinality' => '1',
3111   'translatable' => '0',
3112   'deleted' => '0',
3113 ))
3114 ->values(array(
3115   'id' => '3',
3116   'field_name' => 'field_tags',
3117   'type' => 'taxonomy_term_reference',
3118   'module' => 'taxonomy',
3119   'active' => '1',
3120   'storage_type' => 'field_sql_storage',
3121   'storage_module' => 'field_sql_storage',
3122   'storage_active' => '1',
3123   'locked' => '0',
3124   'data' => 'a:6:{s:8:"settings";a:1:{s:14:"allowed_values";a:1:{i:0;a:2:{s:10:"vocabulary";s:4:"tags";s:6:"parent";i:0;}}}s:12:"entity_types";a:0:{}s:12:"translatable";b:0;s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:3:"tid";a:2:{s:5:"table";s:18:"taxonomy_term_data";s:7:"columns";a:1:{s:3:"tid";s:3:"tid";}}}s:7:"indexes";a:1:{s:3:"tid";a:1:{i:0;s:3:"tid";}}}',
3125   'cardinality' => '-1',
3126   'translatable' => '0',
3127   'deleted' => '0',
3128 ))
3129 ->values(array(
3130   'id' => '4',
3131   'field_name' => 'field_image',
3132   'type' => 'image',
3133   'module' => 'image',
3134   'active' => '1',
3135   'storage_type' => 'field_sql_storage',
3136   'storage_module' => 'field_sql_storage',
3137   'storage_active' => '1',
3138   'locked' => '0',
3139   'data' => 'a:6:{s:7:"indexes";a:1:{s:3:"fid";a:1:{i:0;s:3:"fid";}}s:8:"settings";a:2:{s:10:"uri_scheme";s:6:"public";s:13:"default_image";b:0;}s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"entity_types";a:0:{}s:12:"translatable";b:0;s:12:"foreign keys";a:1:{s:3:"fid";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:3:"fid";s:3:"fid";}}}}',
3140   'cardinality' => '1',
3141   'translatable' => '0',
3142   'deleted' => '0',
3143 ))
3144 ->values(array(
3145   'id' => '5',
3146   'field_name' => 'taxonomy_forums',
3147   'type' => 'taxonomy_term_reference',
3148   'module' => 'taxonomy',
3149   'active' => '1',
3150   'storage_type' => 'field_sql_storage',
3151   'storage_module' => 'field_sql_storage',
3152   'storage_active' => '1',
3153   'locked' => '0',
3154   'data' => 'a:6:{s:8:"settings";a:1:{s:14:"allowed_values";a:1:{i:0;a:2:{s:10:"vocabulary";s:6:"forums";s:6:"parent";i:0;}}}s:12:"entity_types";a:0:{}s:12:"translatable";b:0;s:7:"storage";a:4:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";i:1;}s:12:"foreign keys";a:1:{s:3:"tid";a:2:{s:5:"table";s:18:"taxonomy_term_data";s:7:"columns";a:1:{s:3:"tid";s:3:"tid";}}}s:7:"indexes";a:1:{s:3:"tid";a:1:{i:0;s:3:"tid";}}}',
3155   'cardinality' => '1',
3156   'translatable' => '0',
3157   'deleted' => '0',
3158 ))
3159 ->values(array(
3160   'id' => '6',
3161   'field_name' => 'field_boolean',
3162   'type' => 'list_boolean',
3163   'module' => 'list',
3164   'active' => '1',
3165   'storage_type' => 'field_sql_storage',
3166   'storage_module' => 'field_sql_storage',
3167   'storage_active' => '1',
3168   'locked' => '0',
3169   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:14:"allowed_values";a:2:{i:0;s:3:"Off";i:1;s:1:"1";}s:23:"allowed_values_function";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:24:"field_data_field_boolean";a:1:{s:5:"value";s:19:"field_boolean_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:28:"field_revision_field_boolean";a:1:{s:5:"value";s:19:"field_boolean_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:2:"id";s:1:"6";}',
3170   'cardinality' => '1',
3171   'translatable' => '0',
3172   'deleted' => '0',
3173 ))
3174 ->values(array(
3175   'id' => '7',
3176   'field_name' => 'field_email',
3177   'type' => 'email',
3178   'module' => 'email',
3179   'active' => '1',
3180   'storage_type' => 'field_sql_storage',
3181   'storage_module' => 'field_sql_storage',
3182   'storage_active' => '1',
3183   'locked' => '0',
3184   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:22:"field_data_field_email";a:1:{s:5:"email";s:17:"field_email_email";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:26:"field_revision_field_email";a:1:{s:5:"email";s:17:"field_email_email";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:1:"7";}',
3185   'cardinality' => '-1',
3186   'translatable' => '0',
3187   'deleted' => '0',
3188 ))
3189 ->values(array(
3190   'id' => '8',
3191   'field_name' => 'field_phone',
3192   'type' => 'phone',
3193   'module' => 'phone',
3194   'active' => '1',
3195   'storage_type' => 'field_sql_storage',
3196   'storage_module' => 'field_sql_storage',
3197   'storage_active' => '1',
3198   'locked' => '0',
3199   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:7:"country";s:2:"cr";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:22:"field_data_field_phone";a:1:{s:5:"value";s:17:"field_phone_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:26:"field_revision_field_phone";a:1:{s:5:"value";s:17:"field_phone_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:1:"8";}',
3200   'cardinality' => '1',
3201   'translatable' => '0',
3202   'deleted' => '0',
3203 ))
3204 ->values(array(
3205   'id' => '9',
3206   'field_name' => 'field_date',
3207   'type' => 'datetime',
3208   'module' => 'date',
3209   'active' => '1',
3210   'storage_type' => 'field_sql_storage',
3211   'storage_module' => 'field_sql_storage',
3212   'storage_active' => '1',
3213   'locked' => '0',
3214   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:6:{s:11:"granularity";a:6:{s:5:"month";s:5:"month";s:3:"day";s:3:"day";s:4:"hour";s:4:"hour";s:6:"minute";s:6:"minute";s:4:"year";s:4:"year";s:6:"second";i:0;}s:11:"tz_handling";s:4:"site";s:11:"timezone_db";s:3:"UTC";s:13:"cache_enabled";i:0;s:11:"cache_count";s:1:"4";s:6:"todate";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:21:"field_data_field_date";a:1:{s:5:"value";s:16:"field_date_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:25:"field_revision_field_date";a:1:{s:5:"value";s:16:"field_date_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:1:"9";}',
3215   'cardinality' => '1',
3216   'translatable' => '0',
3217   'deleted' => '0',
3218 ))
3219 ->values(array(
3220   'id' => '10',
3221   'field_name' => 'field_date_with_end_time',
3222   'type' => 'datestamp',
3223   'module' => 'date',
3224   'active' => '1',
3225   'storage_type' => 'field_sql_storage',
3226   'storage_module' => 'field_sql_storage',
3227   'storage_active' => '1',
3228   'locked' => '0',
3229   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:6:{s:11:"granularity";a:6:{s:5:"month";s:5:"month";s:3:"day";s:3:"day";s:4:"hour";s:4:"hour";s:6:"minute";s:6:"minute";s:4:"year";s:4:"year";s:6:"second";i:0;}s:11:"tz_handling";s:4:"site";s:11:"timezone_db";s:3:"UTC";s:13:"cache_enabled";i:0;s:11:"cache_count";s:1:"4";s:6:"todate";s:8:"optional";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:35:"field_data_field_date_with_end_time";a:2:{s:5:"value";s:30:"field_date_with_end_time_value";s:6:"value2";s:31:"field_date_with_end_time_value2";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:39:"field_revision_field_date_with_end_time";a:2:{s:5:"value";s:30:"field_date_with_end_time_value";s:6:"value2";s:31:"field_date_with_end_time_value2";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:2:"10";}',
3230   'cardinality' => '1',
3231   'translatable' => '0',
3232   'deleted' => '0',
3233 ))
3234 ->values(array(
3235   'id' => '11',
3236   'field_name' => 'field_file',
3237   'type' => 'file',
3238   'module' => 'file',
3239   'active' => '1',
3240   'storage_type' => 'field_sql_storage',
3241   'storage_module' => 'field_sql_storage',
3242   'storage_active' => '1',
3243   'locked' => '0',
3244   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:13:"display_field";i:0;s:15:"display_default";i:0;s:10:"uri_scheme";s:6:"public";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:21:"field_data_field_file";a:3:{s:3:"fid";s:14:"field_file_fid";s:7:"display";s:18:"field_file_display";s:11:"description";s:22:"field_file_description";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:25:"field_revision_field_file";a:3:{s:3:"fid";s:14:"field_file_fid";s:7:"display";s:18:"field_file_display";s:11:"description";s:22:"field_file_description";}}}}}s:12:"foreign keys";a:1:{s:3:"fid";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:3:"fid";s:3:"fid";}}}s:7:"indexes";a:1:{s:3:"fid";a:1:{i:0;s:3:"fid";}}s:2:"id";s:2:"11";}',
3245   'cardinality' => '1',
3246   'translatable' => '0',
3247   'deleted' => '0',
3248 ))
3249 ->values(array(
3250   'id' => '12',
3251   'field_name' => 'field_float',
3252   'type' => 'number_float',
3253   'module' => 'number',
3254   'active' => '1',
3255   'storage_type' => 'field_sql_storage',
3256   'storage_module' => 'field_sql_storage',
3257   'storage_active' => '1',
3258   'locked' => '0',
3259   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:17:"decimal_separator";s:1:",";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:22:"field_data_field_float";a:1:{s:5:"value";s:17:"field_float_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:26:"field_revision_field_float";a:1:{s:5:"value";s:17:"field_float_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:2:"12";}',
3260   'cardinality' => '1',
3261   'translatable' => '0',
3262   'deleted' => '0',
3263 ))
3264 ->values(array(
3265   'id' => '13',
3266   'field_name' => 'field_images',
3267   'type' => 'image',
3268   'module' => 'image',
3269   'active' => '1',
3270   'storage_type' => 'field_sql_storage',
3271   'storage_module' => 'field_sql_storage',
3272   'storage_active' => '1',
3273   'locked' => '0',
3274   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:10:"uri_scheme";s:6:"public";s:13:"default_image";i:0;}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:23:"field_data_field_images";a:5:{s:3:"fid";s:16:"field_images_fid";s:3:"alt";s:16:"field_images_alt";s:5:"title";s:18:"field_images_title";s:5:"width";s:18:"field_images_width";s:6:"height";s:19:"field_images_height";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:27:"field_revision_field_images";a:5:{s:3:"fid";s:16:"field_images_fid";s:3:"alt";s:16:"field_images_alt";s:5:"title";s:18:"field_images_title";s:5:"width";s:18:"field_images_width";s:6:"height";s:19:"field_images_height";}}}}}s:12:"foreign keys";a:1:{s:3:"fid";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:3:"fid";s:3:"fid";}}}s:7:"indexes";a:1:{s:3:"fid";a:1:{i:0;s:3:"fid";}}s:2:"id";s:2:"13";}',
3275   'cardinality' => '1',
3276   'translatable' => '0',
3277   'deleted' => '0',
3278 ))
3279 ->values(array(
3280   'id' => '14',
3281   'field_name' => 'field_integer',
3282   'type' => 'number_integer',
3283   'module' => 'number',
3284   'active' => '1',
3285   'storage_type' => 'field_sql_storage',
3286   'storage_module' => 'field_sql_storage',
3287   'storage_active' => '1',
3288   'locked' => '0',
3289   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:24:"field_data_field_integer";a:1:{s:5:"value";s:19:"field_integer_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:28:"field_revision_field_integer";a:1:{s:5:"value";s:19:"field_integer_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:2:"14";}',
3290   'cardinality' => '1',
3291   'translatable' => '0',
3292   'deleted' => '0',
3293 ))
3294 ->values(array(
3295   'id' => '15',
3296   'field_name' => 'field_link',
3297   'type' => 'link_field',
3298   'module' => 'link',
3299   'active' => '1',
3300   'storage_type' => 'field_sql_storage',
3301   'storage_module' => 'field_sql_storage',
3302   'storage_active' => '1',
3303   'locked' => '0',
3304   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:7:{s:10:"attributes";a:3:{s:6:"target";s:7:"default";s:5:"class";s:0:"";s:3:"rel";s:0:"";}s:3:"url";i:0;s:5:"title";s:8:"optional";s:11:"title_value";s:0:"";s:15:"title_maxlength";i:128;s:13:"enable_tokens";i:1;s:7:"display";a:1:{s:10:"url_cutoff";i:80;}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:21:"field_data_field_link";a:3:{s:3:"url";s:14:"field_link_url";s:5:"title";s:16:"field_link_title";s:10:"attributes";s:21:"field_link_attributes";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:25:"field_revision_field_link";a:3:{s:3:"url";s:14:"field_link_url";s:5:"title";s:16:"field_link_title";s:10:"attributes";s:21:"field_link_attributes";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:2:"15";}',
3305   'cardinality' => '1',
3306   'translatable' => '0',
3307   'deleted' => '0',
3308 ))
3309 ->values(array(
3310   'id' => '16',
3311   'field_name' => 'field_text_list',
3312   'type' => 'list_text',
3313   'module' => 'list',
3314   'active' => '1',
3315   'storage_type' => 'field_sql_storage',
3316   'storage_module' => 'field_sql_storage',
3317   'storage_active' => '1',
3318   'locked' => '0',
3319   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:14:"allowed_values";a:3:{s:9:"Some Text";s:9:"Some Text";s:14:"Some more text";s:14:"Some more text";s:7:"The key";s:9:"The label";}s:23:"allowed_values_function";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:26:"field_data_field_text_list";a:1:{s:5:"value";s:21:"field_text_list_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:30:"field_revision_field_text_list";a:1:{s:5:"value";s:21:"field_text_list_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:2:"id";s:2:"16";}',
3320   'cardinality' => '3',
3321   'translatable' => '0',
3322   'deleted' => '0',
3323 ))
3324 ->values(array(
3325   'id' => '17',
3326   'field_name' => 'field_integer_list',
3327   'type' => 'list_integer',
3328   'module' => 'list',
3329   'active' => '1',
3330   'storage_type' => 'field_sql_storage',
3331   'storage_module' => 'field_sql_storage',
3332   'storage_active' => '1',
3333   'locked' => '0',
3334   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:2:{s:14:"allowed_values";a:5:{i:1;s:1:"1";i:2;s:1:"2";i:3;s:1:"3";i:6;s:1:"6";i:7;s:1:"9";}s:23:"allowed_values_function";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:29:"field_data_field_integer_list";a:1:{s:5:"value";s:24:"field_integer_list_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:33:"field_revision_field_integer_list";a:1:{s:5:"value";s:24:"field_integer_list_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:1:{s:5:"value";a:1:{i:0;s:5:"value";}}s:2:"id";s:2:"17";}',
3335   'cardinality' => '1',
3336   'translatable' => '0',
3337   'deleted' => '0',
3338 ))
3339 ->values(array(
3340   'id' => '18',
3341   'field_name' => 'field_long_text',
3342   'type' => 'text_with_summary',
3343   'module' => 'text',
3344   'active' => '1',
3345   'storage_type' => 'field_sql_storage',
3346   'storage_module' => 'field_sql_storage',
3347   'storage_active' => '1',
3348   'locked' => '0',
3349   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:26:"field_data_field_long_text";a:3:{s:5:"value";s:21:"field_long_text_value";s:7:"summary";s:23:"field_long_text_summary";s:6:"format";s:22:"field_long_text_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:30:"field_revision_field_long_text";a:3:{s:5:"value";s:21:"field_long_text_value";s:7:"summary";s:23:"field_long_text_summary";s:6:"format";s:22:"field_long_text_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"18";}',
3350   'cardinality' => '1',
3351   'translatable' => '0',
3352   'deleted' => '0',
3353 ))
3354 ->values(array(
3355   'id' => '20',
3356   'field_name' => 'field_term_reference',
3357   'type' => 'taxonomy_term_reference',
3358   'module' => 'taxonomy',
3359   'active' => '1',
3360   'storage_type' => 'field_sql_storage',
3361   'storage_module' => 'field_sql_storage',
3362   'storage_active' => '1',
3363   'locked' => '0',
3364   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:14:"allowed_values";a:1:{i:0;a:2:{s:10:"vocabulary";s:15:"test_vocabulary";s:6:"parent";s:1:"0";}}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:31:"field_data_field_term_reference";a:1:{s:3:"tid";s:24:"field_term_reference_tid";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:35:"field_revision_field_term_reference";a:1:{s:3:"tid";s:24:"field_term_reference_tid";}}}}}s:12:"foreign keys";a:1:{s:3:"tid";a:2:{s:5:"table";s:18:"taxonomy_term_data";s:7:"columns";a:1:{s:3:"tid";s:3:"tid";}}}s:7:"indexes";a:1:{s:3:"tid";a:1:{i:0;s:3:"tid";}}s:2:"id";s:2:"20";}',
3365   'cardinality' => '1',
3366   'translatable' => '0',
3367   'deleted' => '0',
3368 ))
3369 ->values(array(
3370   'id' => '21',
3371   'field_name' => 'field_text',
3372   'type' => 'text',
3373   'module' => 'text',
3374   'active' => '1',
3375   'storage_type' => 'field_sql_storage',
3376   'storage_module' => 'field_sql_storage',
3377   'storage_active' => '1',
3378   'locked' => '0',
3379   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:10:"max_length";s:3:"256";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:21:"field_data_field_text";a:2:{s:5:"value";s:16:"field_text_value";s:6:"format";s:17:"field_text_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:25:"field_revision_field_text";a:2:{s:5:"value";s:16:"field_text_value";s:6:"format";s:17:"field_text_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"21";}',
3380   'cardinality' => '1',
3381   'translatable' => '0',
3382   'deleted' => '0',
3383 ))
3384 ->values(array(
3385   'id' => '22',
3386   'field_name' => 'field_node_entityreference',
3387   'type' => 'entityreference',
3388   'module' => 'entityreference',
3389   'active' => '1',
3390   'storage_type' => 'field_sql_storage',
3391   'storage_module' => 'field_sql_storage',
3392   'storage_active' => '1',
3393   'locked' => '0',
3394   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:11:"target_type";s:4:"node";s:7:"handler";s:4:"base";s:16:"handler_settings";a:2:{s:14:"target_bundles";a:1:{s:7:"article";s:7:"article";}s:4:"sort";a:1:{s:4:"type";s:4:"none";}}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:37:"field_data_field_node_entityreference";a:1:{s:9:"target_id";s:36:"field_node_entityreference_target_id";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:41:"field_revision_field_node_entityreference";a:1:{s:9:"target_id";s:36:"field_node_entityreference_target_id";}}}}}s:12:"foreign keys";a:1:{s:4:"node";a:2:{s:5:"table";s:4:"node";s:7:"columns";a:1:{s:9:"target_id";s:3:"nid";}}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:2:"id";s:2:"22";}',
3395   'cardinality' => '-1',
3396   'translatable' => '0',
3397   'deleted' => '0',
3398 ))
3399 ->values(array(
3400   'id' => '23',
3401   'field_name' => 'field_user_entityreference',
3402   'type' => 'entityreference',
3403   'module' => 'entityreference',
3404   'active' => '1',
3405   'storage_type' => 'field_sql_storage',
3406   'storage_module' => 'field_sql_storage',
3407   'storage_active' => '1',
3408   'locked' => '0',
3409   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:11:"target_type";s:4:"user";s:7:"handler";s:4:"base";s:16:"handler_settings";a:2:{s:14:"target_bundles";a:0:{}s:4:"sort";a:3:{s:4:"type";s:8:"property";s:8:"property";s:7:"created";s:9:"direction";s:4:"DESC";}}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:37:"field_data_field_user_entityreference";a:1:{s:9:"target_id";s:36:"field_user_entityreference_target_id";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:41:"field_revision_field_user_entityreference";a:1:{s:9:"target_id";s:36:"field_user_entityreference_target_id";}}}}}s:12:"foreign keys";a:1:{s:5:"users";a:2:{s:5:"table";s:5:"users";s:7:"columns";a:1:{s:9:"target_id";s:3:"uid";}}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:2:"id";s:2:"23";}',
3410   'cardinality' => '1',
3411   'translatable' => '0',
3412   'deleted' => '0',
3413 ))
3414 ->values(array(
3415   'id' => '24',
3416   'field_name' => 'field_term_entityreference',
3417   'type' => 'entityreference',
3418   'module' => 'entityreference',
3419   'active' => '1',
3420   'storage_type' => 'field_sql_storage',
3421   'storage_module' => 'field_sql_storage',
3422   'storage_active' => '1',
3423   'locked' => '0',
3424   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:11:"target_type";s:13:"taxonomy_term";s:7:"handler";s:4:"base";s:16:"handler_settings";a:2:{s:14:"target_bundles";a:1:{s:4:"tags";s:4:"tags";}s:4:"sort";a:1:{s:4:"type";s:4:"none";}}}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:37:"field_data_field_term_entityreference";a:1:{s:9:"target_id";s:36:"field_term_entityreference_target_id";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:41:"field_revision_field_term_entityreference";a:1:{s:9:"target_id";s:36:"field_term_entityreference_target_id";}}}}}s:12:"foreign keys";a:1:{s:18:"taxonomy_term_data";a:2:{s:5:"table";s:18:"taxonomy_term_data";s:7:"columns";a:1:{s:9:"target_id";s:3:"tid";}}}s:7:"indexes";a:1:{s:9:"target_id";a:1:{i:0;s:9:"target_id";}}s:2:"id";s:2:"24";}',
3425   'cardinality' => '-1',
3426   'translatable' => '0',
3427   'deleted' => '0',
3428 ))
3429 ->values(array(
3430   'id' => '25',
3431   'field_name' => 'field_private_file',
3432   'type' => 'file',
3433   'module' => 'file',
3434   'active' => '1',
3435   'storage_type' => 'field_sql_storage',
3436   'storage_module' => 'field_sql_storage',
3437   'storage_active' => '1',
3438   'locked' => '0',
3439   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:3:{s:13:"display_field";i:0;s:15:"display_default";i:0;s:10:"uri_scheme";s:7:"private";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:29:"field_data_field_private_file";a:3:{s:3:"fid";s:22:"field_private_file_fid";s:7:"display";s:26:"field_private_file_display";s:11:"description";s:30:"field_private_file_description";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:33:"field_revision_field_private_file";a:3:{s:3:"fid";s:22:"field_private_file_fid";s:7:"display";s:26:"field_private_file_display";s:11:"description";s:30:"field_private_file_description";}}}}}s:12:"foreign keys";a:1:{s:3:"fid";a:2:{s:5:"table";s:12:"file_managed";s:7:"columns";a:1:{s:3:"fid";s:3:"fid";}}}s:7:"indexes";a:1:{s:3:"fid";a:1:{i:0;s:3:"fid";}}s:2:"id";s:2:"25";}',
3440   'cardinality' => '1',
3441   'translatable' => '0',
3442   'deleted' => '0',
3443 ))
3444 ->values(array(
3445   'id' => '26',
3446   'field_name' => 'field_text_plain',
3447   'type' => 'text',
3448   'module' => 'text',
3449   'active' => '1',
3450   'storage_type' => 'field_sql_storage',
3451   'storage_module' => 'field_sql_storage',
3452   'storage_active' => '1',
3453   'locked' => '0',
3454   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:10:"max_length";s:3:"255";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:27:"field_data_field_text_plain";a:2:{s:5:"value";s:22:"field_text_plain_value";s:6:"format";s:23:"field_text_plain_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:31:"field_revision_field_text_plain";a:2:{s:5:"value";s:22:"field_text_plain_value";s:6:"format";s:23:"field_text_plain_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"26";}',
3455   'cardinality' => '1',
3456   'translatable' => '0',
3457   'deleted' => '0',
3458 ))
3459 ->values(array(
3460   'id' => '27',
3461   'field_name' => 'field_text_filtered',
3462   'type' => 'text',
3463   'module' => 'text',
3464   'active' => '1',
3465   'storage_type' => 'field_sql_storage',
3466   'storage_module' => 'field_sql_storage',
3467   'storage_active' => '1',
3468   'locked' => '0',
3469   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:10:"max_length";s:3:"255";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:30:"field_data_field_text_filtered";a:2:{s:5:"value";s:25:"field_text_filtered_value";s:6:"format";s:26:"field_text_filtered_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:34:"field_revision_field_text_filtered";a:2:{s:5:"value";s:25:"field_text_filtered_value";s:6:"format";s:26:"field_text_filtered_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"27";}',
3470   'cardinality' => '1',
3471   'translatable' => '0',
3472   'deleted' => '0',
3473 ))
3474 ->values(array(
3475   'id' => '28',
3476   'field_name' => 'field_text_plain_filtered',
3477   'type' => 'text',
3478   'module' => 'text',
3479   'active' => '1',
3480   'storage_type' => 'field_sql_storage',
3481   'storage_module' => 'field_sql_storage',
3482   'storage_active' => '1',
3483   'locked' => '0',
3484   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:1:{s:10:"max_length";s:3:"255";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:36:"field_data_field_text_plain_filtered";a:2:{s:5:"value";s:31:"field_text_plain_filtered_value";s:6:"format";s:32:"field_text_plain_filtered_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:40:"field_revision_field_text_plain_filtered";a:2:{s:5:"value";s:31:"field_text_plain_filtered_value";s:6:"format";s:32:"field_text_plain_filtered_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"28";}',
3485   'cardinality' => '1',
3486   'translatable' => '0',
3487   'deleted' => '0',
3488 ))
3489 ->values(array(
3490   'id' => '29',
3491   'field_name' => 'field_text_long_plain',
3492   'type' => 'text_long',
3493   'module' => 'text',
3494   'active' => '1',
3495   'storage_type' => 'field_sql_storage',
3496   'storage_module' => 'field_sql_storage',
3497   'storage_active' => '1',
3498   'locked' => '0',
3499   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:32:"field_data_field_text_long_plain";a:2:{s:5:"value";s:27:"field_text_long_plain_value";s:6:"format";s:28:"field_text_long_plain_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:36:"field_revision_field_text_long_plain";a:2:{s:5:"value";s:27:"field_text_long_plain_value";s:6:"format";s:28:"field_text_long_plain_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"29";}',
3500   'cardinality' => '1',
3501   'translatable' => '0',
3502   'deleted' => '0',
3503 ))
3504 ->values(array(
3505   'id' => '30',
3506   'field_name' => 'field_text_long_filtered',
3507   'type' => 'text_long',
3508   'module' => 'text',
3509   'active' => '1',
3510   'storage_type' => 'field_sql_storage',
3511   'storage_module' => 'field_sql_storage',
3512   'storage_active' => '1',
3513   'locked' => '0',
3514   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:35:"field_data_field_text_long_filtered";a:2:{s:5:"value";s:30:"field_text_long_filtered_value";s:6:"format";s:31:"field_text_long_filtered_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:39:"field_revision_field_text_long_filtered";a:2:{s:5:"value";s:30:"field_text_long_filtered_value";s:6:"format";s:31:"field_text_long_filtered_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"30";}',
3515   'cardinality' => '1',
3516   'translatable' => '0',
3517   'deleted' => '0',
3518 ))
3519 ->values(array(
3520   'id' => '31',
3521   'field_name' => 'field_text_long_plain_filtered',
3522   'type' => 'text_long',
3523   'module' => 'text',
3524   'active' => '1',
3525   'storage_type' => 'field_sql_storage',
3526   'storage_module' => 'field_sql_storage',
3527   'storage_active' => '1',
3528   'locked' => '0',
3529   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:41:"field_data_field_text_long_plain_filtered";a:2:{s:5:"value";s:36:"field_text_long_plain_filtered_value";s:6:"format";s:37:"field_text_long_plain_filtered_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:45:"field_revision_field_text_long_plain_filtered";a:2:{s:5:"value";s:36:"field_text_long_plain_filtered_value";s:6:"format";s:37:"field_text_long_plain_filtered_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"31";}',
3530   'cardinality' => '1',
3531   'translatable' => '0',
3532   'deleted' => '0',
3533 ))
3534 ->values(array(
3535   'id' => '32',
3536   'field_name' => 'field_text_sum_plain',
3537   'type' => 'text_with_summary',
3538   'module' => 'text',
3539   'active' => '1',
3540   'storage_type' => 'field_sql_storage',
3541   'storage_module' => 'field_sql_storage',
3542   'storage_active' => '1',
3543   'locked' => '0',
3544   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:31:"field_data_field_text_sum_plain";a:3:{s:5:"value";s:26:"field_text_sum_plain_value";s:7:"summary";s:28:"field_text_sum_plain_summary";s:6:"format";s:27:"field_text_sum_plain_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:35:"field_revision_field_text_sum_plain";a:3:{s:5:"value";s:26:"field_text_sum_plain_value";s:7:"summary";s:28:"field_text_sum_plain_summary";s:6:"format";s:27:"field_text_sum_plain_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"32";}',
3545   'cardinality' => '1',
3546   'translatable' => '0',
3547   'deleted' => '0',
3548 ))
3549 ->values(array(
3550   'id' => '33',
3551   'field_name' => 'field_text_sum_filtered',
3552   'type' => 'text_with_summary',
3553   'module' => 'text',
3554   'active' => '1',
3555   'storage_type' => 'field_sql_storage',
3556   'storage_module' => 'field_sql_storage',
3557   'storage_active' => '1',
3558   'locked' => '0',
3559   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:34:"field_data_field_text_sum_filtered";a:3:{s:5:"value";s:29:"field_text_sum_filtered_value";s:7:"summary";s:31:"field_text_sum_filtered_summary";s:6:"format";s:30:"field_text_sum_filtered_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:38:"field_revision_field_text_sum_filtered";a:3:{s:5:"value";s:29:"field_text_sum_filtered_value";s:7:"summary";s:31:"field_text_sum_filtered_summary";s:6:"format";s:30:"field_text_sum_filtered_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"33";}',
3560   'cardinality' => '1',
3561   'translatable' => '0',
3562   'deleted' => '0',
3563 ))
3564 ->values(array(
3565   'id' => '34',
3566   'field_name' => 'field_text_sum_plain_filtered',
3567   'type' => 'text_with_summary',
3568   'module' => 'text',
3569   'active' => '1',
3570   'storage_type' => 'field_sql_storage',
3571   'storage_module' => 'field_sql_storage',
3572   'storage_active' => '1',
3573   'locked' => '0',
3574   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:39:"field_data_field_text_sum_plain_filtere";a:3:{s:5:"value";s:34:"field_text_sum_plain_filtere_value";s:7:"summary";s:36:"field_text_sum_plain_filtere_summary";s:6:"format";s:35:"field_text_sum_plain_filtere_format";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:43:"field_revision_field_text_sum_plain_filtere";a:3:{s:5:"value";s:34:"field_text_sum_plain_filtere_value";s:7:"summary";s:36:"field_text_sum_plain_filtere_summary";s:6:"format";s:35:"field_text_sum_plain_filtere_format";}}}}}s:12:"foreign keys";a:1:{s:6:"format";a:2:{s:5:"table";s:13:"filter_format";s:7:"columns";a:1:{s:6:"format";s:6:"format";}}}s:7:"indexes";a:1:{s:6:"format";a:1:{i:0;s:6:"format";}}s:2:"id";s:2:"34";}',
3575   'cardinality' => '1',
3576   'translatable' => '0',
3577   'deleted' => '0',
3578 ))
3579 ->values(array(
3580   'id' => '35',
3581   'field_name' => 'field_datetime_without_time',
3582   'type' => 'datetime',
3583   'module' => 'date',
3584   'active' => '1',
3585   'storage_type' => 'field_sql_storage',
3586   'storage_module' => 'field_sql_storage',
3587   'storage_active' => '1',
3588   'locked' => '0',
3589   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:6:{s:11:"granularity";a:6:{s:5:"month";s:5:"month";s:3:"day";s:3:"day";s:4:"hour";i:0;s:6:"minute";i:0;s:4:"year";s:4:"year";s:6:"second";i:0;}s:11:"tz_handling";s:4:"site";s:11:"timezone_db";s:3:"UTC";s:13:"cache_enabled";i:0;s:11:"cache_count";s:1:"4";s:6:"todate";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:38:"field_data_field_datetime_without_time";a:1:{s:5:"value";s:33:"field_datetime_without_time_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:42:"field_revision_field_datetime_without_time";a:1:{s:5:"value";s:33:"field_datetime_without_time_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:1:"9";}',
3590   'cardinality' => '1',
3591   'translatable' => '0',
3592   'deleted' => '0',
3593 ))
3594 ->values(array(
3595   'id' => '36',
3596   'field_name' => 'field_date_without_time',
3597   'type' => 'date',
3598   'module' => 'date',
3599   'active' => '1',
3600   'storage_type' => 'field_sql_storage',
3601   'storage_module' => 'field_sql_storage',
3602   'storage_active' => '1',
3603   'locked' => '0',
3604   'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:6:{s:11:"granularity";a:6:{s:5:"month";s:5:"month";s:3:"day";s:3:"day";s:4:"hour";i:0;s:6:"minute";i:0;s:4:"year";s:4:"year";s:6:"second";i:0;}s:11:"tz_handling";s:4:"site";s:11:"timezone_db";s:3:"UTC";s:13:"cache_enabled";i:0;s:11:"cache_count";s:1:"4";s:6:"todate";s:0:"";}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:34:"field_data_field_date_without_time";a:1:{s:5:"value";s:29:"field_date_without_time_value";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:38:"field_revision_field_date_without_time";a:1:{s:5:"value";s:29:"field_date_without_time_value";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:1:"9";}',
3605   'cardinality' => '1',
3606   'translatable' => '0',
3607   'deleted' => '0',
3608 ))
3609 ->execute();
3610
3611 $connection->schema()->createTable('field_config_instance', array(
3612   'fields' => array(
3613     'id' => array(
3614       'type' => 'serial',
3615       'not null' => TRUE,
3616       'size' => 'normal',
3617     ),
3618     'field_id' => array(
3619       'type' => 'int',
3620       'not null' => TRUE,
3621       'size' => 'normal',
3622     ),
3623     'field_name' => array(
3624       'type' => 'varchar',
3625       'not null' => TRUE,
3626       'length' => '32',
3627       'default' => '',
3628     ),
3629     'entity_type' => array(
3630       'type' => 'varchar',
3631       'not null' => TRUE,
3632       'length' => '32',
3633       'default' => '',
3634     ),
3635     'bundle' => array(
3636       'type' => 'varchar',
3637       'not null' => TRUE,
3638       'length' => '128',
3639       'default' => '',
3640     ),
3641     'data' => array(
3642       'type' => 'blob',
3643       'not null' => TRUE,
3644       'size' => 'normal',
3645     ),
3646     'deleted' => array(
3647       'type' => 'int',
3648       'not null' => TRUE,
3649       'size' => 'normal',
3650       'default' => '0',
3651     ),
3652   ),
3653   'primary key' => array(
3654     'id',
3655   ),
3656   'mysql_character_set' => 'utf8',
3657 ));
3658
3659 $connection->insert('field_config_instance')
3660 ->fields(array(
3661   'id',
3662   'field_id',
3663   'field_name',
3664   'entity_type',
3665   'bundle',
3666   'data',
3667   'deleted',
3668 ))
3669 ->values(array(
3670   'id' => '1',
3671   'field_id' => '1',
3672   'field_name' => 'comment_body',
3673   'entity_type' => 'comment',
3674   'bundle' => 'comment_node_page',
3675   '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:"";}',
3676   'deleted' => '0',
3677 ))
3678 ->values(array(
3679   'id' => '2',
3680   'field_id' => '2',
3681   'field_name' => 'body',
3682   'entity_type' => 'node',
3683   'bundle' => 'page',
3684   '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:"";}',
3685   'deleted' => '0',
3686 ))
3687 ->values(array(
3688   'id' => '3',
3689   'field_id' => '1',
3690   'field_name' => 'comment_body',
3691   'entity_type' => 'comment',
3692   'bundle' => 'comment_node_article',
3693   '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:"";}',
3694   'deleted' => '0',
3695 ))
3696 ->values(array(
3697   'id' => '4',
3698   'field_id' => '2',
3699   'field_name' => 'body',
3700   'entity_type' => 'node',
3701   'bundle' => 'article',
3702   '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:"";}',
3703   'deleted' => '0',
3704 ))
3705 ->values(array(
3706   'id' => '5',
3707   'field_id' => '3',
3708   'field_name' => 'field_tags',
3709   'entity_type' => 'node',
3710   'bundle' => 'article',
3711   '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;}',
3712   'deleted' => '0',
3713 ))
3714 ->values(array(
3715   'id' => '6',
3716   'field_id' => '4',
3717   'field_name' => 'field_image',
3718   'entity_type' => 'node',
3719   'bundle' => 'article',
3720   '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";}}}',
3721   'deleted' => '0',
3722 ))
3723 ->values(array(
3724   'id' => '7',
3725   'field_id' => '1',
3726   'field_name' => 'comment_body',
3727   'entity_type' => 'comment',
3728   'bundle' => 'comment_node_blog',
3729   '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:"";}',
3730   'deleted' => '0',
3731 ))
3732 ->values(array(
3733   'id' => '8',
3734   'field_id' => '2',
3735   'field_name' => 'body',
3736   'entity_type' => 'node',
3737   'bundle' => 'blog',
3738   '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:"";}',
3739   'deleted' => '0',
3740 ))
3741 ->values(array(
3742   'id' => '9',
3743   'field_id' => '1',
3744   'field_name' => 'comment_body',
3745   'entity_type' => 'comment',
3746   'bundle' => 'comment_node_book',
3747   '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:"";}',
3748   'deleted' => '0',
3749 ))
3750 ->values(array(
3751   'id' => '10',
3752   'field_id' => '2',
3753   'field_name' => 'body',
3754   'entity_type' => 'node',
3755   'bundle' => 'book',
3756   '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:"";}',
3757   'deleted' => '0',
3758 ))
3759 ->values(array(
3760   'id' => '11',
3761   'field_id' => '5',
3762   'field_name' => 'taxonomy_forums',
3763   'entity_type' => 'node',
3764   'bundle' => 'forum',
3765   '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:"";}',
3766   'deleted' => '0',
3767 ))
3768 ->values(array(
3769   'id' => '12',
3770   'field_id' => '1',
3771   'field_name' => 'comment_body',
3772   'entity_type' => 'comment',
3773   'bundle' => 'comment_node_forum',
3774   '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:"";}',
3775   'deleted' => '0',
3776 ))
3777 ->values(array(
3778   'id' => '13',
3779   'field_id' => '2',
3780   'field_name' => 'body',
3781   'entity_type' => 'node',
3782   'bundle' => 'forum',
3783   '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:"";}',
3784   'deleted' => '0',
3785 ))
3786 ->values(array(
3787   'id' => '14',
3788   'field_id' => '1',
3789   'field_name' => 'comment_body',
3790   'entity_type' => 'comment',
3791   'bundle' => 'comment_node_test_content_type',
3792   '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:"";}',
3793   'deleted' => '0',
3794 ))
3795 ->values(array(
3796   'id' => '16',
3797   'field_id' => '6',
3798   'field_name' => 'field_boolean',
3799   'entity_type' => 'node',
3800   'bundle' => 'test_content_type',
3801   '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;}}}',
3802   'deleted' => '0',
3803 ))
3804 ->values(array(
3805   'id' => '17',
3806   'field_id' => '7',
3807   'field_name' => 'field_email',
3808   'entity_type' => 'node',
3809   'bundle' => 'test_content_type',
3810   '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";}}}',
3811   'deleted' => '0',
3812 ))
3813 ->values(array(
3814   'id' => '18',
3815   'field_id' => '8',
3816   'field_name' => 'field_phone',
3817   'entity_type' => 'node',
3818   'bundle' => 'test_content_type',
3819   '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;}',
3820   'deleted' => '0',
3821 ))
3822 ->values(array(
3823   'id' => '19',
3824   'field_id' => '9',
3825   'field_name' => 'field_date',
3826   'entity_type' => 'node',
3827   'bundle' => 'test_content_type',
3828   '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:"";}',
3829   'deleted' => '0',
3830 ))
3831 ->values(array(
3832   'id' => '20',
3833   'field_id' => '10',
3834   'field_name' => 'field_date_with_end_time',
3835   'entity_type' => 'node',
3836   'bundle' => 'test_content_type',
3837   '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:"";}',
3838   'deleted' => '0',
3839 ))
3840 ->values(array(
3841   'id' => '21',
3842   'field_id' => '11',
3843   'field_name' => 'field_file',
3844   'entity_type' => 'node',
3845   'bundle' => 'test_content_type',
3846   '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:"";}',
3847   'deleted' => '0',
3848 ))
3849 ->values(array(
3850   'id' => '22',
3851   'field_id' => '12',
3852   'field_name' => 'field_float',
3853   'entity_type' => 'node',
3854   'bundle' => 'test_content_type',
3855   '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";}}}',
3856   'deleted' => '0',
3857 ))
3858 ->values(array(
3859   'id' => '23',
3860   'field_id' => '13',
3861   'field_name' => 'field_images',
3862   'entity_type' => 'node',
3863   'bundle' => 'test_content_type',
3864   '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:"";}',
3865   'deleted' => '0',
3866 ))
3867 ->values(array(
3868   'id' => '24',
3869   'field_id' => '14',
3870   'field_name' => 'field_integer',
3871   'entity_type' => 'node',
3872   'bundle' => 'test_content_type',
3873   '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;}',
3874   'deleted' => '0',
3875 ))
3876 ->values(array(
3877   'id' => '25',
3878   'field_id' => '15',
3879   'field_name' => 'field_link',
3880   'entity_type' => 'node',
3881   'bundle' => 'test_content_type',
3882   '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;}',
3883   'deleted' => '0',
3884 ))
3885 ->values(array(
3886   'id' => '26',
3887   'field_id' => '16',
3888   'field_name' => 'field_text_list',
3889   'entity_type' => 'node',
3890   'bundle' => 'test_content_type',
3891   '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;}',
3892   'deleted' => '0',
3893 ))
3894 ->values(array(
3895   'id' => '27',
3896   'field_id' => '17',
3897   'field_name' => 'field_integer_list',
3898   'entity_type' => 'node',
3899   'bundle' => 'test_content_type',
3900   '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;}',
3901   'deleted' => '0',
3902 ))
3903 ->values(array(
3904   'id' => '28',
3905   'field_id' => '18',
3906   'field_name' => 'field_long_text',
3907   'entity_type' => 'node',
3908   'bundle' => 'test_content_type',
3909   '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;}',
3910   'deleted' => '0',
3911 ))
3912 ->values(array(
3913   'id' => '30',
3914   'field_id' => '20',
3915   'field_name' => 'field_term_reference',
3916   'entity_type' => 'node',
3917   'bundle' => 'test_content_type',
3918   '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;}',
3919   'deleted' => '0',
3920 ))
3921 ->values(array(
3922   'id' => '31',
3923   'field_id' => '21',
3924   'field_name' => 'field_text',
3925   'entity_type' => 'node',
3926   'bundle' => 'test_content_type',
3927   '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;}',
3928   'deleted' => '0',
3929 ))
3930 ->values(array(
3931   'id' => '32',
3932   'field_id' => '14',
3933   'field_name' => 'field_integer',
3934   'entity_type' => 'comment',
3935   'bundle' => 'comment_node_test_content_type',
3936   '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;}',
3937   'deleted' => '0',
3938 ))
3939 ->values(array(
3940   'id' => '33',
3941   'field_id' => '11',
3942   'field_name' => 'field_file',
3943   'entity_type' => 'user',
3944   'bundle' => 'user',
3945   '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:"";}',
3946   'deleted' => '0',
3947 ))
3948 ->values(array(
3949   'id' => '34',
3950   'field_id' => '15',
3951   'field_name' => 'field_link',
3952   'entity_type' => 'node',
3953   'bundle' => 'article',
3954   '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;}',
3955   'deleted' => '0',
3956 ))
3957 ->values(array(
3958   'id' => '35',
3959   'field_id' => '14',
3960   'field_name' => 'field_integer',
3961   'entity_type' => 'taxonomy_term',
3962   'bundle' => 'test_vocabulary',
3963   '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;}',
3964   'deleted' => '0',
3965 ))
3966 ->values(array(
3967   'id' => '36',
3968   'field_id' => '14',
3969   'field_name' => 'field_integer',
3970   'entity_type' => 'user',
3971   'bundle' => 'user',
3972   '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;}',
3973   'deleted' => '0',
3974 ))
3975 ->values(array(
3976   'id' => '37',
3977   'field_id' => '15',
3978   'field_name' => 'field_link',
3979   'entity_type' => 'node',
3980   'bundle' => 'blog',
3981   '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;}',
3982   'deleted' => '0',
3983 ))
3984 ->values(array(
3985   'id' => '38',
3986   'field_id' => '22',
3987   'field_name' => 'field_node_entityreference',
3988   'entity_type' => 'node',
3989   'bundle' => 'test_content_type',
3990   '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;}',
3991   'deleted' => '0',
3992 ))
3993 ->values(array(
3994   'id' => '39',
3995   'field_id' => '23',
3996   'field_name' => 'field_user_entityreference',
3997   'entity_type' => 'node',
3998   'bundle' => 'test_content_type',
3999   '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;}',
4000   'deleted' => '0',
4001 ))
4002 ->values(array(
4003   'id' => '40',
4004   'field_id' => '24',
4005   'field_name' => 'field_term_entityreference',
4006   'entity_type' => 'node',
4007   'bundle' => 'test_content_type',
4008   '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;}',
4009   'deleted' => '0',
4010 ))
4011 ->values(array(
4012   'id' => '41',
4013   'field_id' => '20',
4014   'field_name' => 'field_term_reference',
4015   'entity_type' => 'taxonomy_term',
4016   'bundle' => 'test_vocabulary',
4017   '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;}',
4018   'deleted' => '0',
4019 ))
4020 ->values(array(
4021   'id' => '42',
4022   'field_id' => '25',
4023   'field_name' => 'field_private_file',
4024   'entity_type' => 'node',
4025   'bundle' => 'test_content_type',
4026   'data' => 'a:6:{s:5:"label";s:12:"Private file";s:6:"widget";a:5:{s:6:"weight";s:2:"19";s:4:"type";s:12:"file_generic";s:6:"module";s:4:"file";s:6:"active";i:1;s:8:"settings";a:1:{s:18:"progress_indicator";s:8:"throbber";}}s:8:"settings";a:5:{s:14:"file_directory";s:0:"";s:15:"file_extensions";s:3:"txt";s:12:"max_filesize";s:0:"";s:17:"description_field";i:0;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"file_default";s:8:"settings";a:0:{}s:6:"module";s:4:"file";s:6:"weight";i:18;}}s:8:"required";i:0;s:11:"description";s:0:"";}',
4027   'deleted' => '0',
4028 ))
4029 ->values(array(
4030   'id' => '43',
4031   'field_id' => '26',
4032   'field_name' => 'field_text_plain',
4033   'entity_type' => 'node',
4034   'bundle' => 'article',
4035   'data' => 'a:7:{s:5:"label";s:10:"Text plain";s:6:"widget";a:5:{s:6:"weight";s:2:"11";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:11;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4036   'deleted' => '0',
4037 ))
4038 ->values(array(
4039   'id' => '44',
4040   'field_id' => '27',
4041   'field_name' => 'field_text_filtered',
4042   'entity_type' => 'node',
4043   'bundle' => 'article',
4044   'data' => 'a:7:{s:5:"label";s:13:"Text filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"12";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:12;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4045   'deleted' => '0',
4046 ))
4047 ->values(array(
4048   'id' => '45',
4049   'field_id' => '28',
4050   'field_name' => 'field_text_plain_filtered',
4051   'entity_type' => 'node',
4052   'bundle' => 'article',
4053   'data' => 'a:7:{s:5:"label";s:23:"Text plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"13";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:13;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4054   'deleted' => '0',
4055 ))
4056 ->values(array(
4057   'id' => '46',
4058   'field_id' => '29',
4059   'field_name' => 'field_text_long_plain',
4060   'entity_type' => 'node',
4061   'bundle' => 'article',
4062   'data' => 'a:7:{s:5:"label";s:15:"Text long plain";s:6:"widget";a:5:{s:6:"weight";s:2:"14";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:14;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4063   'deleted' => '0',
4064 ))
4065 ->values(array(
4066   'id' => '47',
4067   'field_id' => '30',
4068   'field_name' => 'field_text_long_filtered',
4069   'entity_type' => 'node',
4070   'bundle' => 'article',
4071   'data' => 'a:7:{s:5:"label";s:18:"Text long filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"15";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:15;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4072   'deleted' => '0',
4073 ))
4074 ->values(array(
4075   'id' => '48',
4076   'field_id' => '31',
4077   'field_name' => 'field_text_long_plain_filtered',
4078   'entity_type' => 'node',
4079   'bundle' => 'article',
4080   'data' => 'a:7:{s:5:"label";s:28:"Text long plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"16";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:16;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4081   'deleted' => '0',
4082 ))
4083 ->values(array(
4084   'id' => '49',
4085   'field_id' => '32',
4086   'field_name' => 'field_text_sum_plain',
4087   'entity_type' => 'node',
4088   'bundle' => 'article',
4089   'data' => 'a:7:{s:5:"label";s:18:"Text summary plain";s:6:"widget";a:5:{s:6:"weight";s:2:"17";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:17;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4090   'deleted' => '0',
4091 ))
4092 ->values(array(
4093   'id' => '50',
4094   'field_id' => '33',
4095   'field_name' => 'field_text_sum_filtered',
4096   'entity_type' => 'node',
4097   'bundle' => 'article',
4098   'data' => 'a:7:{s:5:"label";s:21:"Text summary filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"18";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"1";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:18;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4099   'deleted' => '0',
4100 ))
4101 ->values(array(
4102   'id' => '51',
4103   'field_id' => '34',
4104   'field_name' => 'field_text_sum_plain_filtered',
4105   'entity_type' => 'node',
4106   'bundle' => 'article',
4107   'data' => 'a:7:{s:5:"label";s:31:"Text summary plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"19";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:19;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4108   'deleted' => '0',
4109 ))
4110 ->values(array(
4111   'id' => '52',
4112   'field_id' => '26',
4113   'field_name' => 'field_text_plain',
4114   'entity_type' => 'node',
4115   'bundle' => 'page',
4116   'data' => 'a:7:{s:5:"label";s:10:"Text plain";s:6:"widget";a:5:{s:6:"weight";s:2:"-2";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:1;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4117   'deleted' => '0',
4118 ))
4119 ->values(array(
4120   'id' => '53',
4121   'field_id' => '27',
4122   'field_name' => 'field_text_filtered',
4123   'entity_type' => 'node',
4124   'bundle' => 'page',
4125   'data' => 'a:7:{s:5:"label";s:13:"Text filtered";s:6:"widget";a:5:{s:6:"weight";s:1:"0";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:2;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4126   'deleted' => '0',
4127 ))
4128 ->values(array(
4129   'id' => '54',
4130   'field_id' => '28',
4131   'field_name' => 'field_text_plain_filtered',
4132   'entity_type' => 'node',
4133   'bundle' => 'page',
4134   'data' => 'a:7:{s:5:"label";s:23:"Text plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:1:"2";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:3;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4135   'deleted' => '0',
4136 ))
4137 ->values(array(
4138   'id' => '55',
4139   'field_id' => '29',
4140   'field_name' => 'field_text_long_plain',
4141   'entity_type' => 'node',
4142   'bundle' => 'page',
4143   'data' => 'a:7:{s:5:"label";s:15:"Text long plain";s:6:"widget";a:5:{s:6:"weight";s:1:"4";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:4;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4144   'deleted' => '0',
4145 ))
4146 ->values(array(
4147   'id' => '56',
4148   'field_id' => '30',
4149   'field_name' => 'field_text_long_filtered',
4150   'entity_type' => 'node',
4151   'bundle' => 'page',
4152   'data' => 'a:7:{s:5:"label";s:18:"Text long filtered";s:6:"widget";a:5:{s:6:"weight";s:1:"6";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:5;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4153   'deleted' => '0',
4154 ))
4155 ->values(array(
4156   'id' => '57',
4157   'field_id' => '31',
4158   'field_name' => 'field_text_long_plain_filtered',
4159   'entity_type' => 'node',
4160   'bundle' => 'page',
4161   'data' => 'a:7:{s:5:"label";s:28:"Text long plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:1:"8";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:2:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:6;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4162   'deleted' => '0',
4163 ))
4164 ->values(array(
4165   'id' => '58',
4166   'field_id' => '32',
4167   'field_name' => 'field_text_sum_plain',
4168   'entity_type' => 'node',
4169   'bundle' => 'page',
4170   'data' => 'a:7:{s:5:"label";s:18:"Text summary plain";s:6:"widget";a:5:{s:6:"weight";s:2:"10";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:7;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4171   'deleted' => '0',
4172 ))
4173 ->values(array(
4174   'id' => '59',
4175   'field_id' => '33',
4176   'field_name' => 'field_text_sum_filtered',
4177   'entity_type' => 'node',
4178   'bundle' => 'page',
4179   'data' => 'a:7:{s:5:"label";s:21:"Text summary filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"12";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"1";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:8;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4180   'deleted' => '0',
4181 ))
4182 ->values(array(
4183   'id' => '60',
4184   'field_id' => '34',
4185   'field_name' => 'field_text_sum_plain_filtered',
4186   'entity_type' => 'node',
4187   'bundle' => 'page',
4188   'data' => 'a:7:{s:5:"label";s:31:"Text summary plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"14";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"1";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:9;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
4189   'deleted' => '0',
4190 ))
4191 ->values(array(
4192   'id' => '61',
4193   'field_id' => '35',
4194   'field_name' => 'field_datetime_without_time',
4195   'entity_type' => 'node',
4196   'bundle' => 'test_content_type',
4197   'data' => 'a:6:{s:5:"label";s:21:"Datetime without time";s:6:"widget";a:5:{s:6:"weight";s:1:"2";s:4:"type";s:11:"date_select";s:6:"module";s:4:"date";s:6:"active";i:1;s:8:"settings";a:6:{s:12:"input_format";s:13:"m/d/Y - H:i:s";s:19:"input_format_custom";s:0:"";s:10:"year_range";s:5:"-3:+3";s:9:"increment";s:2:"15";s:14:"label_position";s:5:"above";s:10:"text_parts";a:0:{}}}s:8:"settings";a:5:{s:13:"default_value";s:3:"now";s:18:"default_value_code";s:0:"";s:14:"default_value2";s:4:"same";s:19:"default_value_code2";s:0:"";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"date_default";s:6:"weight";s:1:"3";s:8:"settings";a:5:{s:11:"format_type";s:4:"long";s:15:"multiple_number";s:0:"";s:13:"multiple_from";s:0:"";s:11:"multiple_to";s:0:"";s:6:"fromto";s:4:"both";}s:6:"module";s:4:"date";}}s:8:"required";i:0;s:11:"description";s:0:"";}',
4198   'deleted' => '0',
4199 ))
4200 ->values(array(
4201   'id' => '62',
4202   'field_id' => '36',
4203   'field_name' => 'field_date_without_time',
4204   'entity_type' => 'node',
4205   'bundle' => 'test_content_type',
4206   'data' => 'a:6:{s:5:"label";s:17:"Date without time";s:6:"widget";a:5:{s:6:"weight";s:1:"2";s:4:"type";s:11:"date_select";s:6:"module";s:4:"date";s:6:"active";i:1;s:8:"settings";a:6:{s:12:"input_format";s:13:"m/d/Y - H:i:s";s:19:"input_format_custom";s:0:"";s:10:"year_range";s:5:"-3:+3";s:9:"increment";s:2:"15";s:14:"label_position";s:5:"above";s:10:"text_parts";a:0:{}}}s:8:"settings";a:5:{s:13:"default_value";s:3:"now";s:18:"default_value_code";s:0:"";s:14:"default_value2";s:4:"same";s:19:"default_value_code2";s:0:"";s:18:"user_register_form";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"date_default";s:6:"weight";s:1:"3";s:8:"settings";a:5:{s:11:"format_type";s:4:"long";s:15:"multiple_number";s:0:"";s:13:"multiple_from";s:0:"";s:11:"multiple_to";s:0:"";s:6:"fromto";s:4:"both";}s:6:"module";s:4:"date";}}s:8:"required";i:0;s:11:"description";s:0:"";}',
4207   'deleted' => '0',
4208 ))
4209 ->execute();
4210
4211 $connection->schema()->createTable('field_data_body', array(
4212   'fields' => array(
4213     'entity_type' => array(
4214       'type' => 'varchar',
4215       'not null' => TRUE,
4216       'length' => '128',
4217       'default' => '',
4218     ),
4219     'bundle' => array(
4220       'type' => 'varchar',
4221       'not null' => TRUE,
4222       'length' => '128',
4223       'default' => '',
4224     ),
4225     'deleted' => array(
4226       'type' => 'int',
4227       'not null' => TRUE,
4228       'size' => 'normal',
4229       'default' => '0',
4230     ),
4231     'entity_id' => array(
4232       'type' => 'int',
4233       'not null' => TRUE,
4234       'size' => 'normal',
4235       'unsigned' => TRUE,
4236     ),
4237     'revision_id' => array(
4238       'type' => 'int',
4239       'not null' => FALSE,
4240       'size' => 'normal',
4241       'unsigned' => TRUE,
4242     ),
4243     'language' => array(
4244       'type' => 'varchar',
4245       'not null' => TRUE,
4246       'length' => '32',
4247       'default' => '',
4248     ),
4249     'delta' => array(
4250       'type' => 'int',
4251       'not null' => TRUE,
4252       'size' => 'normal',
4253       'unsigned' => TRUE,
4254     ),
4255     'body_value' => array(
4256       'type' => 'text',
4257       'not null' => FALSE,
4258       'size' => 'normal',
4259     ),
4260     'body_summary' => array(
4261       'type' => 'text',
4262       'not null' => FALSE,
4263       'size' => 'normal',
4264     ),
4265     'body_format' => array(
4266       'type' => 'varchar',
4267       'not null' => FALSE,
4268       'length' => '255',
4269     ),
4270   ),
4271   'primary key' => array(
4272     'entity_type',
4273     'deleted',
4274     'entity_id',
4275     'language',
4276     'delta',
4277   ),
4278   'mysql_character_set' => 'utf8',
4279 ));
4280
4281 $connection->insert('field_data_body')
4282 ->fields(array(
4283   'entity_type',
4284   'bundle',
4285   'deleted',
4286   'entity_id',
4287   'revision_id',
4288   'language',
4289   'delta',
4290   'body_value',
4291   'body_summary',
4292   'body_format',
4293 ))
4294 ->values(array(
4295   'entity_type' => 'node',
4296   'bundle' => 'article',
4297   'deleted' => '0',
4298   'entity_id' => '2',
4299   'revision_id' => '2',
4300   'language' => 'und',
4301   'delta' => '0',
4302   'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
4303   'body_summary' => '',
4304   'body_format' => 'filtered_html',
4305 ))
4306 ->values(array(
4307   'entity_type' => 'node',
4308   'bundle' => 'article',
4309   'deleted' => '0',
4310   'entity_id' => '3',
4311   'revision_id' => '3',
4312   'language' => 'und',
4313   'delta' => '0',
4314   'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
4315   'body_summary' => '',
4316   'body_format' => 'filtered_html',
4317 ))
4318 ->execute();
4319
4320 $connection->schema()->createTable('field_data_comment_body', array(
4321   'fields' => array(
4322     'entity_type' => array(
4323       'type' => 'varchar',
4324       'not null' => TRUE,
4325       'length' => '128',
4326       'default' => '',
4327     ),
4328     'bundle' => array(
4329       'type' => 'varchar',
4330       'not null' => TRUE,
4331       'length' => '128',
4332       'default' => '',
4333     ),
4334     'deleted' => array(
4335       'type' => 'int',
4336       'not null' => TRUE,
4337       'size' => 'normal',
4338       'default' => '0',
4339     ),
4340     'entity_id' => array(
4341       'type' => 'int',
4342       'not null' => TRUE,
4343       'size' => 'normal',
4344       'unsigned' => TRUE,
4345     ),
4346     'revision_id' => array(
4347       'type' => 'int',
4348       'not null' => FALSE,
4349       'size' => 'normal',
4350       'unsigned' => TRUE,
4351     ),
4352     'language' => array(
4353       'type' => 'varchar',
4354       'not null' => TRUE,
4355       'length' => '32',
4356       'default' => '',
4357     ),
4358     'delta' => array(
4359       'type' => 'int',
4360       'not null' => TRUE,
4361       'size' => 'normal',
4362       'unsigned' => TRUE,
4363     ),
4364     'comment_body_value' => array(
4365       'type' => 'text',
4366       'not null' => FALSE,
4367       'size' => 'normal',
4368     ),
4369     'comment_body_format' => array(
4370       'type' => 'varchar',
4371       'not null' => FALSE,
4372       'length' => '255',
4373     ),
4374   ),
4375   'primary key' => array(
4376     'entity_type',
4377     'deleted',
4378     'entity_id',
4379     'language',
4380     'delta',
4381   ),
4382   'mysql_character_set' => 'utf8',
4383 ));
4384
4385 $connection->insert('field_data_comment_body')
4386 ->fields(array(
4387   'entity_type',
4388   'bundle',
4389   'deleted',
4390   'entity_id',
4391   'revision_id',
4392   'language',
4393   'delta',
4394   'comment_body_value',
4395   'comment_body_format',
4396 ))
4397 ->values(array(
4398   'entity_type' => 'comment',
4399   'bundle' => 'comment_node_test_content_type',
4400   'deleted' => '0',
4401   'entity_id' => '1',
4402   'revision_id' => '1',
4403   'language' => 'und',
4404   'delta' => '0',
4405   'comment_body_value' => 'This is a comment',
4406   'comment_body_format' => 'filtered_html',
4407 ))
4408 ->execute();
4409
4410 $connection->schema()->createTable('field_data_field_boolean', array(
4411   'fields' => array(
4412     'entity_type' => array(
4413       'type' => 'varchar',
4414       'not null' => TRUE,
4415       'length' => '128',
4416       'default' => '',
4417     ),
4418     'bundle' => array(
4419       'type' => 'varchar',
4420       'not null' => TRUE,
4421       'length' => '128',
4422       'default' => '',
4423     ),
4424     'deleted' => array(
4425       'type' => 'int',
4426       'not null' => TRUE,
4427       'size' => 'normal',
4428       'default' => '0',
4429     ),
4430     'entity_id' => array(
4431       'type' => 'int',
4432       'not null' => TRUE,
4433       'size' => 'normal',
4434       'unsigned' => TRUE,
4435     ),
4436     'revision_id' => array(
4437       'type' => 'int',
4438       'not null' => FALSE,
4439       'size' => 'normal',
4440       'unsigned' => TRUE,
4441     ),
4442     'language' => array(
4443       'type' => 'varchar',
4444       'not null' => TRUE,
4445       'length' => '32',
4446       'default' => '',
4447     ),
4448     'delta' => array(
4449       'type' => 'int',
4450       'not null' => TRUE,
4451       'size' => 'normal',
4452       'unsigned' => TRUE,
4453     ),
4454     'field_boolean_value' => array(
4455       'type' => 'int',
4456       'not null' => FALSE,
4457       'size' => 'normal',
4458     ),
4459   ),
4460   'primary key' => array(
4461     'entity_type',
4462     'deleted',
4463     'entity_id',
4464     'language',
4465     'delta',
4466   ),
4467   'mysql_character_set' => 'utf8',
4468 ));
4469
4470 $connection->insert('field_data_field_boolean')
4471 ->fields(array(
4472   'entity_type',
4473   'bundle',
4474   'deleted',
4475   'entity_id',
4476   'revision_id',
4477   'language',
4478   'delta',
4479   'field_boolean_value',
4480 ))
4481 ->values(array(
4482   'entity_type' => 'node',
4483   'bundle' => 'test_content_type',
4484   'deleted' => '0',
4485   'entity_id' => '1',
4486   'revision_id' => '1',
4487   'language' => 'und',
4488   'delta' => '0',
4489   'field_boolean_value' => '1',
4490 ))
4491 ->execute();
4492
4493 $connection->schema()->createTable('field_data_field_date', array(
4494   'fields' => array(
4495     'entity_type' => array(
4496       'type' => 'varchar',
4497       'not null' => TRUE,
4498       'length' => '128',
4499       'default' => '',
4500     ),
4501     'bundle' => array(
4502       'type' => 'varchar',
4503       'not null' => TRUE,
4504       'length' => '128',
4505       'default' => '',
4506     ),
4507     'deleted' => array(
4508       'type' => 'int',
4509       'not null' => TRUE,
4510       'size' => 'normal',
4511       'default' => '0',
4512     ),
4513     'entity_id' => array(
4514       'type' => 'int',
4515       'not null' => TRUE,
4516       'size' => 'normal',
4517       'unsigned' => TRUE,
4518     ),
4519     'revision_id' => array(
4520       'type' => 'int',
4521       'not null' => FALSE,
4522       'size' => 'normal',
4523       'unsigned' => TRUE,
4524     ),
4525     'language' => array(
4526       'type' => 'varchar',
4527       'not null' => TRUE,
4528       'length' => '32',
4529       'default' => '',
4530     ),
4531     'delta' => array(
4532       'type' => 'int',
4533       'not null' => TRUE,
4534       'size' => 'normal',
4535       'unsigned' => TRUE,
4536     ),
4537     'field_date_value' => array(
4538       'type' => 'varchar',
4539       'not null' => FALSE,
4540       'length' => '100',
4541     ),
4542   ),
4543   'primary key' => array(
4544     'entity_type',
4545     'deleted',
4546     'entity_id',
4547     'language',
4548     'delta',
4549   ),
4550   'mysql_character_set' => 'utf8',
4551 ));
4552
4553 $connection->insert('field_data_field_date')
4554 ->fields(array(
4555   'entity_type',
4556   'bundle',
4557   'deleted',
4558   'entity_id',
4559   'revision_id',
4560   'language',
4561   'delta',
4562   'field_date_value',
4563 ))
4564 ->values(array(
4565   'entity_type' => 'node',
4566   'bundle' => 'test_content_type',
4567   'deleted' => '0',
4568   'entity_id' => '1',
4569   'revision_id' => '1',
4570   'language' => 'und',
4571   'delta' => '0',
4572   'field_date_value' => '2015-01-20 04:15:00',
4573 ))
4574 ->execute();
4575
4576 $connection->schema()->createTable('field_data_field_date_with_end_time', array(
4577   'fields' => array(
4578     'entity_type' => array(
4579       'type' => 'varchar',
4580       'not null' => TRUE,
4581       'length' => '128',
4582       'default' => '',
4583     ),
4584     'bundle' => array(
4585       'type' => 'varchar',
4586       'not null' => TRUE,
4587       'length' => '128',
4588       'default' => '',
4589     ),
4590     'deleted' => array(
4591       'type' => 'int',
4592       'not null' => TRUE,
4593       'size' => 'normal',
4594       'default' => '0',
4595     ),
4596     'entity_id' => array(
4597       'type' => 'int',
4598       'not null' => TRUE,
4599       'size' => 'normal',
4600       'unsigned' => TRUE,
4601     ),
4602     'revision_id' => array(
4603       'type' => 'int',
4604       'not null' => FALSE,
4605       'size' => 'normal',
4606       'unsigned' => TRUE,
4607     ),
4608     'language' => array(
4609       'type' => 'varchar',
4610       'not null' => TRUE,
4611       'length' => '32',
4612       'default' => '',
4613     ),
4614     'delta' => array(
4615       'type' => 'int',
4616       'not null' => TRUE,
4617       'size' => 'normal',
4618       'unsigned' => TRUE,
4619     ),
4620     'field_date_with_end_time_value' => array(
4621       'type' => 'int',
4622       'not null' => FALSE,
4623       'size' => 'normal',
4624     ),
4625     'field_date_with_end_time_value2' => array(
4626       'type' => 'int',
4627       'not null' => FALSE,
4628       'size' => 'normal',
4629     ),
4630   ),
4631   'primary key' => array(
4632     'entity_type',
4633     'deleted',
4634     'entity_id',
4635     'language',
4636     'delta',
4637   ),
4638   'mysql_character_set' => 'utf8',
4639 ));
4640
4641 $connection->insert('field_data_field_date_with_end_time')
4642 ->fields(array(
4643   'entity_type',
4644   'bundle',
4645   'deleted',
4646   'entity_id',
4647   'revision_id',
4648   'language',
4649   'delta',
4650   'field_date_with_end_time_value',
4651   'field_date_with_end_time_value2',
4652 ))
4653 ->values(array(
4654   'entity_type' => 'node',
4655   'bundle' => 'test_content_type',
4656   'deleted' => '0',
4657   'entity_id' => '1',
4658   'revision_id' => '1',
4659   'language' => 'und',
4660   'delta' => '0',
4661   'field_date_with_end_time_value' => '1421727300',
4662   'field_date_with_end_time_value2' => '1421727300',
4663 ))
4664 ->execute();
4665
4666 $connection->schema()->createTable('field_data_field_datetime_without_time', array(
4667   'fields' => array(
4668     'entity_type' => array(
4669       'type' => 'varchar',
4670       'not null' => TRUE,
4671       'length' => '128',
4672       'default' => '',
4673     ),
4674     'bundle' => array(
4675       'type' => 'varchar',
4676       'not null' => TRUE,
4677       'length' => '128',
4678       'default' => '',
4679     ),
4680     'deleted' => array(
4681       'type' => 'int',
4682       'not null' => TRUE,
4683       'size' => 'normal',
4684       'default' => '0',
4685     ),
4686     'entity_id' => array(
4687       'type' => 'int',
4688       'not null' => TRUE,
4689       'size' => 'normal',
4690       'unsigned' => TRUE,
4691     ),
4692     'revision_id' => array(
4693       'type' => 'int',
4694       'not null' => FALSE,
4695       'size' => 'normal',
4696       'unsigned' => TRUE,
4697     ),
4698     'language' => array(
4699       'type' => 'varchar',
4700       'not null' => TRUE,
4701       'length' => '32',
4702       'default' => '',
4703     ),
4704     'delta' => array(
4705       'type' => 'int',
4706       'not null' => TRUE,
4707       'size' => 'normal',
4708       'unsigned' => TRUE,
4709     ),
4710     'field_datetime_without_time_value' => array(
4711       'mysql_type' => 'datetime',
4712       'pgsql_type' => 'timestamp without time zone',
4713       'sqlite_type' => 'varchar',
4714       'sqlsrv_type' => 'smalldatetime',
4715       'not null' => FALSE,
4716     ),
4717   ),
4718   'primary key' => array(
4719     'entity_type',
4720     'deleted',
4721     'entity_id',
4722     'language',
4723     'delta',
4724   ),
4725   'mysql_character_set' => 'utf8',
4726 ));
4727
4728 $connection->insert('field_data_field_datetime_without_time')
4729 ->fields(array(
4730   'entity_type',
4731   'bundle',
4732   'deleted',
4733   'entity_id',
4734   'revision_id',
4735   'language',
4736   'delta',
4737   'field_datetime_without_time_value',
4738 ))
4739 ->values(array(
4740   'entity_type' => 'node',
4741   'bundle' => 'test_content_type',
4742   'deleted' => '0',
4743   'entity_id' => '1',
4744   'revision_id' => '1',
4745   'language' => 'und',
4746   'delta' => '0',
4747   'field_datetime_without_time_value' => '2015-01-20 00:00:00',
4748 ))
4749 ->execute();
4750
4751 $connection->schema()->createTable('field_data_field_date_without_time', array(
4752   'fields' => array(
4753     'entity_type' => array(
4754       'type' => 'varchar',
4755       'not null' => TRUE,
4756       'length' => '128',
4757       'default' => '',
4758     ),
4759     'bundle' => array(
4760       'type' => 'varchar',
4761       'not null' => TRUE,
4762       'length' => '128',
4763       'default' => '',
4764     ),
4765     'deleted' => array(
4766       'type' => 'int',
4767       'not null' => TRUE,
4768       'size' => 'normal',
4769       'default' => '0',
4770     ),
4771     'entity_id' => array(
4772       'type' => 'int',
4773       'not null' => TRUE,
4774       'size' => 'normal',
4775       'unsigned' => TRUE,
4776     ),
4777     'revision_id' => array(
4778       'type' => 'int',
4779       'not null' => FALSE,
4780       'size' => 'normal',
4781       'unsigned' => TRUE,
4782     ),
4783     'language' => array(
4784       'type' => 'varchar',
4785       'not null' => TRUE,
4786       'length' => '32',
4787       'default' => '',
4788     ),
4789     'delta' => array(
4790       'type' => 'int',
4791       'not null' => TRUE,
4792       'size' => 'normal',
4793       'unsigned' => TRUE,
4794     ),
4795     'field_date_without_time_value' => array(
4796       'type' => 'varchar',
4797       'not null' => FALSE,
4798       'length' => '100',
4799     ),
4800   ),
4801   'primary key' => array(
4802     'entity_type',
4803     'deleted',
4804     'entity_id',
4805     'language',
4806     'delta',
4807   ),
4808   'mysql_character_set' => 'utf8',
4809 ));
4810
4811 $connection->insert('field_data_field_date_without_time')
4812 ->fields(array(
4813   'entity_type',
4814   'bundle',
4815   'deleted',
4816   'entity_id',
4817   'revision_id',
4818   'language',
4819   'delta',
4820   'field_date_without_time_value',
4821 ))
4822 ->values(array(
4823   'entity_type' => 'node',
4824   'bundle' => 'test_content_type',
4825   'deleted' => '0',
4826   'entity_id' => '1',
4827   'revision_id' => '1',
4828   'language' => 'und',
4829   'delta' => '0',
4830   'field_date_without_time_value' => '2015-01-20T00:00:00',
4831 ))
4832 ->execute();
4833
4834 $connection->schema()->createTable('field_data_field_email', array(
4835   'fields' => array(
4836     'entity_type' => array(
4837       'type' => 'varchar',
4838       'not null' => TRUE,
4839       'length' => '128',
4840       'default' => '',
4841     ),
4842     'bundle' => array(
4843       'type' => 'varchar',
4844       'not null' => TRUE,
4845       'length' => '128',
4846       'default' => '',
4847     ),
4848     'deleted' => array(
4849       'type' => 'int',
4850       'not null' => TRUE,
4851       'size' => 'normal',
4852       'default' => '0',
4853     ),
4854     'entity_id' => array(
4855       'type' => 'int',
4856       'not null' => TRUE,
4857       'size' => 'normal',
4858       'unsigned' => TRUE,
4859     ),
4860     'revision_id' => array(
4861       'type' => 'int',
4862       'not null' => FALSE,
4863       'size' => 'normal',
4864       'unsigned' => TRUE,
4865     ),
4866     'language' => array(
4867       'type' => 'varchar',
4868       'not null' => TRUE,
4869       'length' => '32',
4870       'default' => '',
4871     ),
4872     'delta' => array(
4873       'type' => 'int',
4874       'not null' => TRUE,
4875       'size' => 'normal',
4876       'unsigned' => TRUE,
4877     ),
4878     'field_email_email' => array(
4879       'type' => 'varchar',
4880       'not null' => FALSE,
4881       'length' => '255',
4882     ),
4883   ),
4884   'primary key' => array(
4885     'entity_type',
4886     'deleted',
4887     'entity_id',
4888     'language',
4889     'delta',
4890   ),
4891   'mysql_character_set' => 'utf8',
4892 ));
4893
4894 $connection->insert('field_data_field_email')
4895 ->fields(array(
4896   'entity_type',
4897   'bundle',
4898   'deleted',
4899   'entity_id',
4900   'revision_id',
4901   'language',
4902   'delta',
4903   'field_email_email',
4904 ))
4905 ->values(array(
4906   'entity_type' => 'node',
4907   'bundle' => 'test_content_type',
4908   'deleted' => '0',
4909   'entity_id' => '1',
4910   'revision_id' => '1',
4911   'language' => 'und',
4912   'delta' => '0',
4913   'field_email_email' => 'default@example.com',
4914 ))
4915 ->values(array(
4916   'entity_type' => 'node',
4917   'bundle' => 'test_content_type',
4918   'deleted' => '0',
4919   'entity_id' => '1',
4920   'revision_id' => '1',
4921   'language' => 'und',
4922   'delta' => '1',
4923   'field_email_email' => 'another@example.com',
4924 ))
4925 ->execute();
4926
4927 $connection->schema()->createTable('field_data_field_file', array(
4928   'fields' => array(
4929     'entity_type' => array(
4930       'type' => 'varchar',
4931       'not null' => TRUE,
4932       'length' => '128',
4933       'default' => '',
4934     ),
4935     'bundle' => array(
4936       'type' => 'varchar',
4937       'not null' => TRUE,
4938       'length' => '128',
4939       'default' => '',
4940     ),
4941     'deleted' => array(
4942       'type' => 'int',
4943       'not null' => TRUE,
4944       'size' => 'normal',
4945       'default' => '0',
4946     ),
4947     'entity_id' => array(
4948       'type' => 'int',
4949       'not null' => TRUE,
4950       'size' => 'normal',
4951       'unsigned' => TRUE,
4952     ),
4953     'revision_id' => array(
4954       'type' => 'int',
4955       'not null' => FALSE,
4956       'size' => 'normal',
4957       'unsigned' => TRUE,
4958     ),
4959     'language' => array(
4960       'type' => 'varchar',
4961       'not null' => TRUE,
4962       'length' => '32',
4963       'default' => '',
4964     ),
4965     'delta' => array(
4966       'type' => 'int',
4967       'not null' => TRUE,
4968       'size' => 'normal',
4969       'unsigned' => TRUE,
4970     ),
4971     'field_file_fid' => array(
4972       'type' => 'int',
4973       'not null' => FALSE,
4974       'size' => 'normal',
4975       'unsigned' => TRUE,
4976     ),
4977     'field_file_display' => array(
4978       'type' => 'int',
4979       'not null' => TRUE,
4980       'size' => 'normal',
4981       'default' => '1',
4982       'unsigned' => TRUE,
4983     ),
4984     'field_file_description' => array(
4985       'type' => 'text',
4986       'not null' => FALSE,
4987       'size' => 'normal',
4988     ),
4989   ),
4990   'primary key' => array(
4991     'entity_type',
4992     'deleted',
4993     'entity_id',
4994     'language',
4995     'delta',
4996   ),
4997   'mysql_character_set' => 'utf8',
4998 ));
4999
5000 $connection->insert('field_data_field_file')
5001 ->fields(array(
5002   'entity_type',
5003   'bundle',
5004   'deleted',
5005   'entity_id',
5006   'revision_id',
5007   'language',
5008   'delta',
5009   'field_file_fid',
5010   'field_file_display',
5011   'field_file_description',
5012 ))
5013 ->values(array(
5014   'entity_type' => 'node',
5015   'bundle' => 'test_content_type',
5016   'deleted' => '0',
5017   'entity_id' => '1',
5018   'revision_id' => '1',
5019   'language' => 'und',
5020   'delta' => '0',
5021   'field_file_fid' => '2',
5022   'field_file_display' => '1',
5023   'field_file_description' => 'file desc',
5024 ))
5025 ->values(array(
5026   'entity_type' => 'user',
5027   'bundle' => 'user',
5028   'deleted' => '0',
5029   'entity_id' => '2',
5030   'revision_id' => '2',
5031   'language' => 'und',
5032   'delta' => '0',
5033   'field_file_fid' => '2',
5034   'field_file_display' => '1',
5035   'field_file_description' => 'file desc',
5036 ))
5037 ->execute();
5038
5039 $connection->schema()->createTable('field_data_field_float', array(
5040   'fields' => array(
5041     'entity_type' => array(
5042       'type' => 'varchar',
5043       'not null' => TRUE,
5044       'length' => '128',
5045       'default' => '',
5046     ),
5047     'bundle' => array(
5048       'type' => 'varchar',
5049       'not null' => TRUE,
5050       'length' => '128',
5051       'default' => '',
5052     ),
5053     'deleted' => array(
5054       'type' => 'int',
5055       'not null' => TRUE,
5056       'size' => 'normal',
5057       'default' => '0',
5058     ),
5059     'entity_id' => array(
5060       'type' => 'int',
5061       'not null' => TRUE,
5062       'size' => 'normal',
5063       'unsigned' => TRUE,
5064     ),
5065     'revision_id' => array(
5066       'type' => 'int',
5067       'not null' => FALSE,
5068       'size' => 'normal',
5069       'unsigned' => TRUE,
5070     ),
5071     'language' => array(
5072       'type' => 'varchar',
5073       'not null' => TRUE,
5074       'length' => '32',
5075       'default' => '',
5076     ),
5077     'delta' => array(
5078       'type' => 'int',
5079       'not null' => TRUE,
5080       'size' => 'normal',
5081       'unsigned' => TRUE,
5082     ),
5083     'field_float_value' => array(
5084       'type' => 'numeric',
5085       'not null' => FALSE,
5086       'precision' => '10',
5087       'scale' => '0',
5088     ),
5089   ),
5090   'primary key' => array(
5091     'entity_type',
5092     'deleted',
5093     'entity_id',
5094     'language',
5095     'delta',
5096   ),
5097   'mysql_character_set' => 'utf8',
5098 ));
5099
5100 $connection->insert('field_data_field_float')
5101 ->fields(array(
5102   'entity_type',
5103   'bundle',
5104   'deleted',
5105   'entity_id',
5106   'revision_id',
5107   'language',
5108   'delta',
5109   'field_float_value',
5110 ))
5111 ->values(array(
5112   'entity_type' => 'node',
5113   'bundle' => 'test_content_type',
5114   'deleted' => '0',
5115   'entity_id' => '1',
5116   'revision_id' => '1',
5117   'language' => 'und',
5118   'delta' => '0',
5119   'field_float_value' => '1',
5120 ))
5121 ->execute();
5122
5123 $connection->schema()->createTable('field_data_field_image', array(
5124   'fields' => array(
5125     'entity_type' => array(
5126       'type' => 'varchar',
5127       'not null' => TRUE,
5128       'length' => '128',
5129       'default' => '',
5130     ),
5131     'bundle' => array(
5132       'type' => 'varchar',
5133       'not null' => TRUE,
5134       'length' => '128',
5135       'default' => '',
5136     ),
5137     'deleted' => array(
5138       'type' => 'int',
5139       'not null' => TRUE,
5140       'size' => 'normal',
5141       'default' => '0',
5142     ),
5143     'entity_id' => array(
5144       'type' => 'int',
5145       'not null' => TRUE,
5146       'size' => 'normal',
5147       'unsigned' => TRUE,
5148     ),
5149     'revision_id' => array(
5150       'type' => 'int',
5151       'not null' => FALSE,
5152       'size' => 'normal',
5153       'unsigned' => TRUE,
5154     ),
5155     'language' => array(
5156       'type' => 'varchar',
5157       'not null' => TRUE,
5158       'length' => '32',
5159       'default' => '',
5160     ),
5161     'delta' => array(
5162       'type' => 'int',
5163       'not null' => TRUE,
5164       'size' => 'normal',
5165       'unsigned' => TRUE,
5166     ),
5167     'field_image_fid' => array(
5168       'type' => 'int',
5169       'not null' => FALSE,
5170       'size' => 'normal',
5171       'unsigned' => TRUE,
5172     ),
5173     'field_image_alt' => array(
5174       'type' => 'varchar',
5175       'not null' => FALSE,
5176       'length' => '512',
5177     ),
5178     'field_image_title' => array(
5179       'type' => 'varchar',
5180       'not null' => FALSE,
5181       'length' => '1024',
5182     ),
5183     'field_image_width' => array(
5184       'type' => 'int',
5185       'not null' => FALSE,
5186       'size' => 'normal',
5187       'unsigned' => TRUE,
5188     ),
5189     'field_image_height' => array(
5190       'type' => 'int',
5191       'not null' => FALSE,
5192       'size' => 'normal',
5193       'unsigned' => TRUE,
5194     ),
5195   ),
5196   'primary key' => array(
5197     'entity_type',
5198     'deleted',
5199     'entity_id',
5200     'language',
5201     'delta',
5202   ),
5203   'mysql_character_set' => 'utf8',
5204 ));
5205
5206 $connection->schema()->createTable('field_data_field_images', array(
5207   'fields' => array(
5208     'entity_type' => array(
5209       'type' => 'varchar',
5210       'not null' => TRUE,
5211       'length' => '128',
5212       'default' => '',
5213     ),
5214     'bundle' => array(
5215       'type' => 'varchar',
5216       'not null' => TRUE,
5217       'length' => '128',
5218       'default' => '',
5219     ),
5220     'deleted' => array(
5221       'type' => 'int',
5222       'not null' => TRUE,
5223       'size' => 'normal',
5224       'default' => '0',
5225     ),
5226     'entity_id' => array(
5227       'type' => 'int',
5228       'not null' => TRUE,
5229       'size' => 'normal',
5230       'unsigned' => TRUE,
5231     ),
5232     'revision_id' => array(
5233       'type' => 'int',
5234       'not null' => FALSE,
5235       'size' => 'normal',
5236       'unsigned' => TRUE,
5237     ),
5238     'language' => array(
5239       'type' => 'varchar',
5240       'not null' => TRUE,
5241       'length' => '32',
5242       'default' => '',
5243     ),
5244     'delta' => array(
5245       'type' => 'int',
5246       'not null' => TRUE,
5247       'size' => 'normal',
5248       'unsigned' => TRUE,
5249     ),
5250     'field_images_fid' => array(
5251       'type' => 'int',
5252       'not null' => FALSE,
5253       'size' => 'normal',
5254       'unsigned' => TRUE,
5255     ),
5256     'field_images_alt' => array(
5257       'type' => 'varchar',
5258       'not null' => FALSE,
5259       'length' => '512',
5260     ),
5261     'field_images_title' => array(
5262       'type' => 'varchar',
5263       'not null' => FALSE,
5264       'length' => '1024',
5265     ),
5266     'field_images_width' => array(
5267       'type' => 'int',
5268       'not null' => FALSE,
5269       'size' => 'normal',
5270       'unsigned' => TRUE,
5271     ),
5272     'field_images_height' => array(
5273       'type' => 'int',
5274       'not null' => FALSE,
5275       'size' => 'normal',
5276       'unsigned' => TRUE,
5277     ),
5278   ),
5279   'primary key' => array(
5280     'entity_type',
5281     'deleted',
5282     'entity_id',
5283     'language',
5284     'delta',
5285   ),
5286   'mysql_character_set' => 'utf8',
5287 ));
5288
5289 $connection->insert('field_data_field_images')
5290 ->fields(array(
5291   'entity_type',
5292   'bundle',
5293   'deleted',
5294   'entity_id',
5295   'revision_id',
5296   'language',
5297   'delta',
5298   'field_images_fid',
5299   'field_images_alt',
5300   'field_images_title',
5301   'field_images_width',
5302   'field_images_height',
5303 ))
5304 ->values(array(
5305   'entity_type' => 'node',
5306   'bundle' => 'test_content_type',
5307   'deleted' => '0',
5308   'entity_id' => '1',
5309   'revision_id' => '1',
5310   'language' => 'und',
5311   'delta' => '0',
5312   'field_images_fid' => '1',
5313   'field_images_alt' => 'alt text',
5314   'field_images_title' => 'title text',
5315   'field_images_width' => '93',
5316   'field_images_height' => '93',
5317 ))
5318 ->execute();
5319
5320 $connection->schema()->createTable('field_data_field_integer', array(
5321   'fields' => array(
5322     'entity_type' => array(
5323       'type' => 'varchar',
5324       'not null' => TRUE,
5325       'length' => '128',
5326       'default' => '',
5327     ),
5328     'bundle' => array(
5329       'type' => 'varchar',
5330       'not null' => TRUE,
5331       'length' => '128',
5332       'default' => '',
5333     ),
5334     'deleted' => array(
5335       'type' => 'int',
5336       'not null' => TRUE,
5337       'size' => 'normal',
5338       'default' => '0',
5339     ),
5340     'entity_id' => array(
5341       'type' => 'int',
5342       'not null' => TRUE,
5343       'size' => 'normal',
5344       'unsigned' => TRUE,
5345     ),
5346     'revision_id' => array(
5347       'type' => 'int',
5348       'not null' => FALSE,
5349       'size' => 'normal',
5350       'unsigned' => TRUE,
5351     ),
5352     'language' => array(
5353       'type' => 'varchar',
5354       'not null' => TRUE,
5355       'length' => '32',
5356       'default' => '',
5357     ),
5358     'delta' => array(
5359       'type' => 'int',
5360       'not null' => TRUE,
5361       'size' => 'normal',
5362       'unsigned' => TRUE,
5363     ),
5364     'field_integer_value' => array(
5365       'type' => 'int',
5366       'not null' => FALSE,
5367       'size' => 'normal',
5368     ),
5369   ),
5370   'primary key' => array(
5371     'entity_type',
5372     'deleted',
5373     'entity_id',
5374     'language',
5375     'delta',
5376   ),
5377   'mysql_character_set' => 'utf8',
5378 ));
5379
5380 $connection->insert('field_data_field_integer')
5381 ->fields(array(
5382   'entity_type',
5383   'bundle',
5384   'deleted',
5385   'entity_id',
5386   'revision_id',
5387   'language',
5388   'delta',
5389   'field_integer_value',
5390 ))
5391 ->values(array(
5392   'entity_type' => 'node',
5393   'bundle' => 'test_content_type',
5394   'deleted' => '0',
5395   'entity_id' => '1',
5396   'revision_id' => '1',
5397   'language' => 'und',
5398   'delta' => '0',
5399   'field_integer_value' => '5',
5400 ))
5401 ->values(array(
5402   'entity_type' => 'user',
5403   'bundle' => 'user',
5404   'deleted' => '0',
5405   'entity_id' => '2',
5406   'revision_id' => '2',
5407   'language' => 'und',
5408   'delta' => '0',
5409   'field_integer_value' => '99',
5410 ))
5411 ->values(array(
5412   'entity_type' => 'taxonomy_term',
5413   'bundle' => 'test_vocabulary',
5414   'deleted' => '0',
5415   'entity_id' => '4',
5416   'revision_id' => '4',
5417   'language' => 'und',
5418   'delta' => '0',
5419   'field_integer_value' => '6',
5420 ))
5421 ->execute();
5422
5423 $connection->schema()->createTable('field_data_field_integer_list', array(
5424   'fields' => array(
5425     'entity_type' => array(
5426       'type' => 'varchar',
5427       'not null' => TRUE,
5428       'length' => '128',
5429       'default' => '',
5430     ),
5431     'bundle' => array(
5432       'type' => 'varchar',
5433       'not null' => TRUE,
5434       'length' => '128',
5435       'default' => '',
5436     ),
5437     'deleted' => array(
5438       'type' => 'int',
5439       'not null' => TRUE,
5440       'size' => 'normal',
5441       'default' => '0',
5442     ),
5443     'entity_id' => array(
5444       'type' => 'int',
5445       'not null' => TRUE,
5446       'size' => 'normal',
5447       'unsigned' => TRUE,
5448     ),
5449     'revision_id' => array(
5450       'type' => 'int',
5451       'not null' => FALSE,
5452       'size' => 'normal',
5453       'unsigned' => TRUE,
5454     ),
5455     'language' => array(
5456       'type' => 'varchar',
5457       'not null' => TRUE,
5458       'length' => '32',
5459       'default' => '',
5460     ),
5461     'delta' => array(
5462       'type' => 'int',
5463       'not null' => TRUE,
5464       'size' => 'normal',
5465       'unsigned' => TRUE,
5466     ),
5467     'field_integer_list_value' => array(
5468       'type' => 'int',
5469       'not null' => FALSE,
5470       'size' => 'normal',
5471     ),
5472   ),
5473   'primary key' => array(
5474     'entity_type',
5475     'deleted',
5476     'entity_id',
5477     'language',
5478     'delta',
5479   ),
5480   'mysql_character_set' => 'utf8',
5481 ));
5482
5483 $connection->insert('field_data_field_integer_list')
5484 ->fields(array(
5485   'entity_type',
5486   'bundle',
5487   'deleted',
5488   'entity_id',
5489   'revision_id',
5490   'language',
5491   'delta',
5492   'field_integer_list_value',
5493 ))
5494 ->values(array(
5495   'entity_type' => 'node',
5496   'bundle' => 'test_content_type',
5497   'deleted' => '0',
5498   'entity_id' => '1',
5499   'revision_id' => '1',
5500   'language' => 'und',
5501   'delta' => '0',
5502   'field_integer_list_value' => '7',
5503 ))
5504 ->execute();
5505
5506 $connection->schema()->createTable('field_data_field_link', array(
5507   'fields' => array(
5508     'entity_type' => array(
5509       'type' => 'varchar',
5510       'not null' => TRUE,
5511       'length' => '128',
5512       'default' => '',
5513     ),
5514     'bundle' => array(
5515       'type' => 'varchar',
5516       'not null' => TRUE,
5517       'length' => '128',
5518       'default' => '',
5519     ),
5520     'deleted' => array(
5521       'type' => 'int',
5522       'not null' => TRUE,
5523       'size' => 'normal',
5524       'default' => '0',
5525     ),
5526     'entity_id' => array(
5527       'type' => 'int',
5528       'not null' => TRUE,
5529       'size' => 'normal',
5530       'unsigned' => TRUE,
5531     ),
5532     'revision_id' => array(
5533       'type' => 'int',
5534       'not null' => FALSE,
5535       'size' => 'normal',
5536       'unsigned' => TRUE,
5537     ),
5538     'language' => array(
5539       'type' => 'varchar',
5540       'not null' => TRUE,
5541       'length' => '32',
5542       'default' => '',
5543     ),
5544     'delta' => array(
5545       'type' => 'int',
5546       'not null' => TRUE,
5547       'size' => 'normal',
5548       'unsigned' => TRUE,
5549     ),
5550     'field_link_url' => array(
5551       'type' => 'varchar',
5552       'not null' => FALSE,
5553       'length' => '2048',
5554     ),
5555     'field_link_title' => array(
5556       'type' => 'varchar',
5557       'not null' => FALSE,
5558       'length' => '255',
5559     ),
5560     'field_link_attributes' => array(
5561       'type' => 'text',
5562       'not null' => FALSE,
5563       'size' => 'normal',
5564     ),
5565   ),
5566   'primary key' => array(
5567     'entity_type',
5568     'deleted',
5569     'entity_id',
5570     'language',
5571     'delta',
5572   ),
5573   'mysql_character_set' => 'utf8',
5574 ));
5575
5576 $connection->insert('field_data_field_link')
5577 ->fields(array(
5578   'entity_type',
5579   'bundle',
5580   'deleted',
5581   'entity_id',
5582   'revision_id',
5583   'language',
5584   'delta',
5585   'field_link_url',
5586   'field_link_title',
5587   'field_link_attributes',
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' => '0',
5597   'field_link_url' => 'http://google.com',
5598   'field_link_title' => 'Click Here',
5599   'field_link_attributes' => 'a:1:{s:5:"title";s:10:"Click Here";}',
5600 ))
5601 ->values(array(
5602   'entity_type' => 'node',
5603   'bundle' => 'article',
5604   'deleted' => '0',
5605   'entity_id' => '2',
5606   'revision_id' => '2',
5607   'language' => 'und',
5608   'delta' => '0',
5609   'field_link_url' => '<front>',
5610   'field_link_title' => 'Home',
5611   'field_link_attributes' => 'a:0:{}',
5612 ))
5613 ->values(array(
5614   'entity_type' => 'node',
5615   'bundle' => 'article',
5616   'deleted' => '0',
5617   'entity_id' => '3',
5618   'revision_id' => '3',
5619   'language' => 'und',
5620   'delta' => '0',
5621   'field_link_url' => '<front>',
5622   'field_link_title' => 'Home',
5623   'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
5624 ))
5625 ->execute();
5626
5627 $connection->schema()->createTable('field_data_field_long_text', array(
5628   'fields' => array(
5629     'entity_type' => array(
5630       'type' => 'varchar',
5631       'not null' => TRUE,
5632       'length' => '128',
5633       'default' => '',
5634     ),
5635     'bundle' => array(
5636       'type' => 'varchar',
5637       'not null' => TRUE,
5638       'length' => '128',
5639       'default' => '',
5640     ),
5641     'deleted' => array(
5642       'type' => 'int',
5643       'not null' => TRUE,
5644       'size' => 'normal',
5645       'default' => '0',
5646     ),
5647     'entity_id' => array(
5648       'type' => 'int',
5649       'not null' => TRUE,
5650       'size' => 'normal',
5651       'unsigned' => TRUE,
5652     ),
5653     'revision_id' => array(
5654       'type' => 'int',
5655       'not null' => FALSE,
5656       'size' => 'normal',
5657       'unsigned' => TRUE,
5658     ),
5659     'language' => array(
5660       'type' => 'varchar',
5661       'not null' => TRUE,
5662       'length' => '32',
5663       'default' => '',
5664     ),
5665     'delta' => array(
5666       'type' => 'int',
5667       'not null' => TRUE,
5668       'size' => 'normal',
5669       'unsigned' => TRUE,
5670     ),
5671     'field_long_text_value' => array(
5672       'type' => 'text',
5673       'not null' => FALSE,
5674       'size' => 'normal',
5675     ),
5676     'field_long_text_summary' => array(
5677       'type' => 'text',
5678       'not null' => FALSE,
5679       'size' => 'normal',
5680     ),
5681     'field_long_text_format' => array(
5682       'type' => 'varchar',
5683       'not null' => FALSE,
5684       'length' => '255',
5685     ),
5686   ),
5687   'primary key' => array(
5688     'entity_type',
5689     'deleted',
5690     'entity_id',
5691     'language',
5692     'delta',
5693   ),
5694   'mysql_character_set' => 'utf8',
5695 ));
5696
5697 $connection->schema()->createTable('field_data_field_node_entityreference', array(
5698   'fields' => array(
5699     'entity_type' => array(
5700       'type' => 'varchar',
5701       'not null' => TRUE,
5702       'length' => '128',
5703       'default' => '',
5704     ),
5705     'bundle' => array(
5706       'type' => 'varchar',
5707       'not null' => TRUE,
5708       'length' => '128',
5709       'default' => '',
5710     ),
5711     'deleted' => array(
5712       'type' => 'int',
5713       'not null' => TRUE,
5714       'size' => 'tiny',
5715       'default' => '0',
5716     ),
5717     'entity_id' => array(
5718       'type' => 'int',
5719       'not null' => TRUE,
5720       'size' => 'normal',
5721       'unsigned' => TRUE,
5722     ),
5723     'revision_id' => array(
5724       'type' => 'int',
5725       'not null' => FALSE,
5726       'size' => 'normal',
5727       'unsigned' => TRUE,
5728     ),
5729     'language' => array(
5730       'type' => 'varchar',
5731       'not null' => TRUE,
5732       'length' => '32',
5733       'default' => '',
5734     ),
5735     'delta' => array(
5736       'type' => 'int',
5737       'not null' => TRUE,
5738       'size' => 'normal',
5739       'unsigned' => TRUE,
5740     ),
5741     'field_node_entityreference_target_id' => array(
5742       'type' => 'int',
5743       'not null' => TRUE,
5744       'size' => 'normal',
5745       'unsigned' => TRUE,
5746     ),
5747   ),
5748   'primary key' => array(
5749     'entity_type',
5750     'entity_id',
5751     'deleted',
5752     'delta',
5753     'language',
5754   ),
5755   'indexes' => array(
5756     'entity_type' => array(
5757       'entity_type',
5758     ),
5759     'bundle' => array(
5760       'bundle',
5761     ),
5762     'deleted' => array(
5763       'deleted',
5764     ),
5765     'entity_id' => array(
5766       'entity_id',
5767     ),
5768     'revision_id' => array(
5769       'revision_id',
5770     ),
5771     'language' => array(
5772       'language',
5773     ),
5774     'field_node_entityreference_target_id' => array(
5775       'field_node_entityreference_target_id',
5776     ),
5777   ),
5778   'mysql_character_set' => 'utf8',
5779 ));
5780
5781 $connection->insert('field_data_field_node_entityreference')
5782 ->fields(array(
5783   'entity_type',
5784   'bundle',
5785   'deleted',
5786   'entity_id',
5787   'revision_id',
5788   'language',
5789   'delta',
5790   'field_node_entityreference_target_id',
5791 ))
5792 ->values(array(
5793   'entity_type' => 'node',
5794   'bundle' => 'test_content_type',
5795   'deleted' => '0',
5796   'entity_id' => '1',
5797   'revision_id' => '1',
5798   'language' => 'und',
5799   'delta' => '0',
5800   'field_node_entityreference_target_id' => '2',
5801 ))
5802 ->execute();
5803
5804 $connection->schema()->createTable('field_data_field_phone', array(
5805   'fields' => array(
5806     'entity_type' => array(
5807       'type' => 'varchar',
5808       'not null' => TRUE,
5809       'length' => '128',
5810       'default' => '',
5811     ),
5812     'bundle' => array(
5813       'type' => 'varchar',
5814       'not null' => TRUE,
5815       'length' => '128',
5816       'default' => '',
5817     ),
5818     'deleted' => array(
5819       'type' => 'int',
5820       'not null' => TRUE,
5821       'size' => 'normal',
5822       'default' => '0',
5823     ),
5824     'entity_id' => array(
5825       'type' => 'int',
5826       'not null' => TRUE,
5827       'size' => 'normal',
5828       'unsigned' => TRUE,
5829     ),
5830     'revision_id' => array(
5831       'type' => 'int',
5832       'not null' => FALSE,
5833       'size' => 'normal',
5834       'unsigned' => TRUE,
5835     ),
5836     'language' => array(
5837       'type' => 'varchar',
5838       'not null' => TRUE,
5839       'length' => '32',
5840       'default' => '',
5841     ),
5842     'delta' => array(
5843       'type' => 'int',
5844       'not null' => TRUE,
5845       'size' => 'normal',
5846       'unsigned' => TRUE,
5847     ),
5848     'field_phone_value' => array(
5849       'type' => 'varchar',
5850       'not null' => FALSE,
5851       'length' => '255',
5852     ),
5853   ),
5854   'primary key' => array(
5855     'entity_type',
5856     'deleted',
5857     'entity_id',
5858     'language',
5859     'delta',
5860   ),
5861   'mysql_character_set' => 'utf8',
5862 ));
5863
5864 $connection->insert('field_data_field_phone')
5865 ->fields(array(
5866   'entity_type',
5867   'bundle',
5868   'deleted',
5869   'entity_id',
5870   'revision_id',
5871   'language',
5872   'delta',
5873   'field_phone_value',
5874 ))
5875 ->values(array(
5876   'entity_type' => 'node',
5877   'bundle' => 'test_content_type',
5878   'deleted' => '0',
5879   'entity_id' => '1',
5880   'revision_id' => '6',
5881   'language' => 'und',
5882   'delta' => '0',
5883   'field_phone_value' => '99-99-99-99',
5884 ))
5885 ->execute();
5886
5887 $connection->schema()->createTable('field_data_field_private_file', array(
5888   'fields' => array(
5889     'entity_type' => array(
5890       'type' => 'varchar',
5891       'not null' => TRUE,
5892       'length' => '128',
5893       'default' => '',
5894     ),
5895     'bundle' => array(
5896       'type' => 'varchar',
5897       'not null' => TRUE,
5898       'length' => '128',
5899       'default' => '',
5900     ),
5901     'deleted' => array(
5902       'type' => 'int',
5903       'not null' => TRUE,
5904       'size' => 'tiny',
5905       'default' => '0',
5906     ),
5907     'entity_id' => array(
5908       'type' => 'int',
5909       'not null' => TRUE,
5910       'size' => 'normal',
5911       'unsigned' => TRUE,
5912     ),
5913     'revision_id' => array(
5914       'type' => 'int',
5915       'not null' => FALSE,
5916       'size' => 'normal',
5917       'unsigned' => TRUE,
5918     ),
5919     'language' => array(
5920       'type' => 'varchar',
5921       'not null' => TRUE,
5922       'length' => '32',
5923       'default' => '',
5924     ),
5925     'delta' => array(
5926       'type' => 'int',
5927       'not null' => TRUE,
5928       'size' => 'normal',
5929       'unsigned' => TRUE,
5930     ),
5931     'field_private_file_fid' => array(
5932       'type' => 'int',
5933       'not null' => FALSE,
5934       'size' => 'normal',
5935       'unsigned' => TRUE,
5936     ),
5937     'field_private_file_display' => array(
5938       'type' => 'int',
5939       'not null' => TRUE,
5940       'size' => 'tiny',
5941       'default' => '1',
5942       'unsigned' => TRUE,
5943     ),
5944     'field_private_file_description' => array(
5945       'type' => 'text',
5946       'not null' => FALSE,
5947       'size' => 'normal',
5948     ),
5949   ),
5950   'primary key' => array(
5951     'entity_type',
5952     'entity_id',
5953     'deleted',
5954     'delta',
5955     'language',
5956   ),
5957   'indexes' => array(
5958     'entity_type' => array(
5959       'entity_type',
5960     ),
5961     'bundle' => array(
5962       'bundle',
5963     ),
5964     'deleted' => array(
5965       'deleted',
5966     ),
5967     'entity_id' => array(
5968       'entity_id',
5969     ),
5970     'revision_id' => array(
5971       'revision_id',
5972     ),
5973     'language' => array(
5974       'language',
5975     ),
5976     'field_private_file_fid' => array(
5977       'field_private_file_fid',
5978     ),
5979   ),
5980   'mysql_character_set' => 'utf8',
5981 ));
5982
5983 $connection->insert('field_data_field_private_file')
5984 ->fields(array(
5985   'entity_type',
5986   'bundle',
5987   'deleted',
5988   'entity_id',
5989   'revision_id',
5990   'language',
5991   'delta',
5992   'field_private_file_fid',
5993   'field_private_file_display',
5994   'field_private_file_description',
5995 ))
5996 ->values(array(
5997   'entity_type' => 'node',
5998   'bundle' => 'test_content_type',
5999   'deleted' => '0',
6000   'entity_id' => '1',
6001   'revision_id' => '6',
6002   'language' => 'und',
6003   'delta' => '0',
6004   'field_private_file_fid' => '4',
6005   'field_private_file_display' => '1',
6006   'field_private_file_description' => '',
6007 ))
6008 ->execute();
6009
6010 $connection->schema()->createTable('field_data_field_tags', array(
6011   'fields' => array(
6012     'entity_type' => array(
6013       'type' => 'varchar',
6014       'not null' => TRUE,
6015       'length' => '128',
6016       'default' => '',
6017     ),
6018     'bundle' => array(
6019       'type' => 'varchar',
6020       'not null' => TRUE,
6021       'length' => '128',
6022       'default' => '',
6023     ),
6024     'deleted' => array(
6025       'type' => 'int',
6026       'not null' => TRUE,
6027       'size' => 'normal',
6028       'default' => '0',
6029     ),
6030     'entity_id' => array(
6031       'type' => 'int',
6032       'not null' => TRUE,
6033       'size' => 'normal',
6034       'unsigned' => TRUE,
6035     ),
6036     'revision_id' => array(
6037       'type' => 'int',
6038       'not null' => FALSE,
6039       'size' => 'normal',
6040       'unsigned' => TRUE,
6041     ),
6042     'language' => array(
6043       'type' => 'varchar',
6044       'not null' => TRUE,
6045       'length' => '32',
6046       'default' => '',
6047     ),
6048     'delta' => array(
6049       'type' => 'int',
6050       'not null' => TRUE,
6051       'size' => 'normal',
6052       'unsigned' => TRUE,
6053     ),
6054     'field_tags_tid' => array(
6055       'type' => 'int',
6056       'not null' => FALSE,
6057       'size' => 'normal',
6058       'unsigned' => TRUE,
6059     ),
6060   ),
6061   'primary key' => array(
6062     'entity_type',
6063     'deleted',
6064     'entity_id',
6065     'language',
6066     'delta',
6067   ),
6068   'mysql_character_set' => 'utf8',
6069 ));
6070
6071 $connection->insert('field_data_field_tags')
6072 ->fields(array(
6073   'entity_type',
6074   'bundle',
6075   'deleted',
6076   'entity_id',
6077   'revision_id',
6078   'language',
6079   'delta',
6080   'field_tags_tid',
6081 ))
6082 ->values(array(
6083   'entity_type' => 'node',
6084   'bundle' => 'article',
6085   'deleted' => '0',
6086   'entity_id' => '2',
6087   'revision_id' => '2',
6088   'language' => 'und',
6089   'delta' => '0',
6090   'field_tags_tid' => '9',
6091 ))
6092 ->values(array(
6093   'entity_type' => 'node',
6094   'bundle' => 'article',
6095   'deleted' => '0',
6096   'entity_id' => '2',
6097   'revision_id' => '2',
6098   'language' => 'und',
6099   'delta' => '1',
6100   'field_tags_tid' => '14',
6101 ))
6102 ->values(array(
6103   'entity_type' => 'node',
6104   'bundle' => 'article',
6105   'deleted' => '0',
6106   'entity_id' => '2',
6107   'revision_id' => '2',
6108   'language' => 'und',
6109   'delta' => '2',
6110   'field_tags_tid' => '17',
6111 ))
6112 ->values(array(
6113   'entity_type' => 'node',
6114   'bundle' => 'article',
6115   'deleted' => '0',
6116   'entity_id' => '3',
6117   'revision_id' => '3',
6118   'language' => 'und',
6119   'delta' => '0',
6120   'field_tags_tid' => '9',
6121 ))
6122 ->values(array(
6123   'entity_type' => 'node',
6124   'bundle' => 'article',
6125   'deleted' => '0',
6126   'entity_id' => '3',
6127   'revision_id' => '3',
6128   'language' => 'und',
6129   'delta' => '1',
6130   'field_tags_tid' => '14',
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' => '2',
6140   'field_tags_tid' => '17',
6141 ))
6142 ->execute();
6143
6144 $connection->schema()->createTable('field_data_field_term_entityreference', array(
6145   'fields' => array(
6146     'entity_type' => array(
6147       'type' => 'varchar',
6148       'not null' => TRUE,
6149       'length' => '128',
6150       'default' => '',
6151     ),
6152     'bundle' => array(
6153       'type' => 'varchar',
6154       'not null' => TRUE,
6155       'length' => '128',
6156       'default' => '',
6157     ),
6158     'deleted' => array(
6159       'type' => 'int',
6160       'not null' => TRUE,
6161       'size' => 'tiny',
6162       'default' => '0',
6163     ),
6164     'entity_id' => array(
6165       'type' => 'int',
6166       'not null' => TRUE,
6167       'size' => 'normal',
6168       'unsigned' => TRUE,
6169     ),
6170     'revision_id' => array(
6171       'type' => 'int',
6172       'not null' => FALSE,
6173       'size' => 'normal',
6174       'unsigned' => TRUE,
6175     ),
6176     'language' => array(
6177       'type' => 'varchar',
6178       'not null' => TRUE,
6179       'length' => '32',
6180       'default' => '',
6181     ),
6182     'delta' => array(
6183       'type' => 'int',
6184       'not null' => TRUE,
6185       'size' => 'normal',
6186       'unsigned' => TRUE,
6187     ),
6188     'field_term_entityreference_target_id' => array(
6189       'type' => 'int',
6190       'not null' => TRUE,
6191       'size' => 'normal',
6192       'unsigned' => TRUE,
6193     ),
6194   ),
6195   'primary key' => array(
6196     'entity_type',
6197     'entity_id',
6198     'deleted',
6199     'delta',
6200     'language',
6201   ),
6202   'indexes' => array(
6203     'entity_type' => array(
6204       'entity_type',
6205     ),
6206     'bundle' => array(
6207       'bundle',
6208     ),
6209     'deleted' => array(
6210       'deleted',
6211     ),
6212     'entity_id' => array(
6213       'entity_id',
6214     ),
6215     'revision_id' => array(
6216       'revision_id',
6217     ),
6218     'language' => array(
6219       'language',
6220     ),
6221     'field_term_entityreference_target_id' => array(
6222       'field_term_entityreference_target_id',
6223     ),
6224   ),
6225   'mysql_character_set' => 'utf8',
6226 ));
6227
6228 $connection->insert('field_data_field_term_entityreference')
6229 ->fields(array(
6230   'entity_type',
6231   'bundle',
6232   'deleted',
6233   'entity_id',
6234   'revision_id',
6235   'language',
6236   'delta',
6237   'field_term_entityreference_target_id',
6238 ))
6239 ->values(array(
6240   'entity_type' => 'node',
6241   'bundle' => 'test_content_type',
6242   'deleted' => '0',
6243   'entity_id' => '1',
6244   'revision_id' => '1',
6245   'language' => 'und',
6246   'delta' => '0',
6247   'field_term_entityreference_target_id' => '17',
6248 ))
6249 ->values(array(
6250   'entity_type' => 'node',
6251   'bundle' => 'test_content_type',
6252   'deleted' => '0',
6253   'entity_id' => '1',
6254   'revision_id' => '1',
6255   'language' => 'und',
6256   'delta' => '1',
6257   'field_term_entityreference_target_id' => '15',
6258 ))
6259 ->execute();
6260
6261 $connection->schema()->createTable('field_data_field_term_reference', 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' => FALSE,
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_term_reference_tid' => array(
6306       'type' => 'int',
6307       'not null' => FALSE,
6308       'size' => 'normal',
6309       'unsigned' => TRUE,
6310     ),
6311   ),
6312   'primary key' => array(
6313     'entity_type',
6314     'deleted',
6315     'entity_id',
6316     'language',
6317     'delta',
6318   ),
6319   'mysql_character_set' => 'utf8',
6320 ));
6321
6322 $connection->insert('field_data_field_term_reference')
6323 ->fields(array(
6324   'entity_type',
6325   'bundle',
6326   'deleted',
6327   'entity_id',
6328   'revision_id',
6329   'language',
6330   'delta',
6331   'field_term_reference_tid',
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_term_reference_tid' => '4',
6342 ))
6343 ->values(array(
6344   'entity_type' => 'taxonomy_term',
6345   'bundle' => 'test_vocabulary',
6346   'deleted' => '0',
6347   'entity_id' => '2',
6348   'revision_id' => '2',
6349   'language' => 'und',
6350   'delta' => '0',
6351   'field_term_reference_tid' => '3',
6352 ))
6353 ->execute();
6354
6355 $connection->schema()->createTable('field_data_field_text', array(
6356   'fields' => array(
6357     'entity_type' => array(
6358       'type' => 'varchar',
6359       'not null' => TRUE,
6360       'length' => '128',
6361       'default' => '',
6362     ),
6363     'bundle' => array(
6364       'type' => 'varchar',
6365       'not null' => TRUE,
6366       'length' => '128',
6367       'default' => '',
6368     ),
6369     'deleted' => array(
6370       'type' => 'int',
6371       'not null' => TRUE,
6372       'size' => 'normal',
6373       'default' => '0',
6374     ),
6375     'entity_id' => array(
6376       'type' => 'int',
6377       'not null' => TRUE,
6378       'size' => 'normal',
6379       'unsigned' => TRUE,
6380     ),
6381     'revision_id' => array(
6382       'type' => 'int',
6383       'not null' => FALSE,
6384       'size' => 'normal',
6385       'unsigned' => TRUE,
6386     ),
6387     'language' => array(
6388       'type' => 'varchar',
6389       'not null' => TRUE,
6390       'length' => '32',
6391       'default' => '',
6392     ),
6393     'delta' => array(
6394       'type' => 'int',
6395       'not null' => TRUE,
6396       'size' => 'normal',
6397       'unsigned' => TRUE,
6398     ),
6399     'field_text_value' => array(
6400       'type' => 'varchar',
6401       'not null' => FALSE,
6402       'length' => '256',
6403     ),
6404     'field_text_format' => array(
6405       'type' => 'varchar',
6406       'not null' => FALSE,
6407       'length' => '255',
6408     ),
6409   ),
6410   'primary key' => array(
6411     'entity_type',
6412     'deleted',
6413     'entity_id',
6414     'language',
6415     'delta',
6416   ),
6417   'mysql_character_set' => 'utf8',
6418 ));
6419
6420 $connection->insert('field_data_field_text')
6421 ->fields(array(
6422   'entity_type',
6423   'bundle',
6424   'deleted',
6425   'entity_id',
6426   'revision_id',
6427   'language',
6428   'delta',
6429   'field_text_value',
6430   'field_text_format',
6431 ))
6432 ->values(array(
6433   'entity_type' => 'node',
6434   'bundle' => 'test_content_type',
6435   'deleted' => '0',
6436   'entity_id' => '1',
6437   'revision_id' => '1',
6438   'language' => 'und',
6439   'delta' => '0',
6440   'field_text_value' => 'qwerty',
6441   'field_text_format' => NULL,
6442 ))
6443 ->execute();
6444
6445 $connection->schema()->createTable('field_data_field_text_filtered', array(
6446   'fields' => array(
6447     'entity_type' => array(
6448       'type' => 'varchar',
6449       'not null' => TRUE,
6450       'length' => '128',
6451       'default' => '',
6452     ),
6453     'bundle' => array(
6454       'type' => 'varchar',
6455       'not null' => TRUE,
6456       'length' => '128',
6457       'default' => '',
6458     ),
6459     'deleted' => array(
6460       'type' => 'int',
6461       'not null' => TRUE,
6462       'size' => 'tiny',
6463       'default' => '0',
6464     ),
6465     'entity_id' => array(
6466       'type' => 'int',
6467       'not null' => TRUE,
6468       'size' => 'normal',
6469       'unsigned' => TRUE,
6470     ),
6471     'revision_id' => array(
6472       'type' => 'int',
6473       'not null' => FALSE,
6474       'size' => 'normal',
6475       'unsigned' => TRUE,
6476     ),
6477     'language' => array(
6478       'type' => 'varchar',
6479       'not null' => TRUE,
6480       'length' => '32',
6481       'default' => '',
6482     ),
6483     'delta' => array(
6484       'type' => 'int',
6485       'not null' => TRUE,
6486       'size' => 'normal',
6487       'unsigned' => TRUE,
6488     ),
6489     'field_text_filtered_value' => array(
6490       'type' => 'varchar',
6491       'not null' => FALSE,
6492       'length' => '255',
6493     ),
6494     'field_text_filtered_format' => array(
6495       'type' => 'varchar',
6496       'not null' => FALSE,
6497       'length' => '255',
6498     ),
6499   ),
6500   'primary key' => array(
6501     'entity_type',
6502     'entity_id',
6503     'deleted',
6504     'delta',
6505     'language',
6506   ),
6507   'indexes' => array(
6508     'entity_type' => array(
6509       'entity_type',
6510     ),
6511     'bundle' => array(
6512       'bundle',
6513     ),
6514     'deleted' => array(
6515       'deleted',
6516     ),
6517     'entity_id' => array(
6518       'entity_id',
6519     ),
6520     'revision_id' => array(
6521       'revision_id',
6522     ),
6523     'language' => array(
6524       'language',
6525     ),
6526     'field_text_filtered_format' => array(
6527       'field_text_filtered_format',
6528     ),
6529   ),
6530   'mysql_character_set' => 'utf8',
6531 ));
6532
6533 $connection->schema()->createTable('field_data_field_text_list', array(
6534   'fields' => array(
6535     'entity_type' => array(
6536       'type' => 'varchar',
6537       'not null' => TRUE,
6538       'length' => '128',
6539       'default' => '',
6540     ),
6541     'bundle' => array(
6542       'type' => 'varchar',
6543       'not null' => TRUE,
6544       'length' => '128',
6545       'default' => '',
6546     ),
6547     'deleted' => array(
6548       'type' => 'int',
6549       'not null' => TRUE,
6550       'size' => 'normal',
6551       'default' => '0',
6552     ),
6553     'entity_id' => array(
6554       'type' => 'int',
6555       'not null' => TRUE,
6556       'size' => 'normal',
6557       'unsigned' => TRUE,
6558     ),
6559     'revision_id' => array(
6560       'type' => 'int',
6561       'not null' => FALSE,
6562       'size' => 'normal',
6563       'unsigned' => TRUE,
6564     ),
6565     'language' => array(
6566       'type' => 'varchar',
6567       'not null' => TRUE,
6568       'length' => '32',
6569       'default' => '',
6570     ),
6571     'delta' => array(
6572       'type' => 'int',
6573       'not null' => TRUE,
6574       'size' => 'normal',
6575       'unsigned' => TRUE,
6576     ),
6577     'field_text_list_value' => array(
6578       'type' => 'varchar',
6579       'not null' => FALSE,
6580       'length' => '255',
6581     ),
6582   ),
6583   'primary key' => array(
6584     'entity_type',
6585     'deleted',
6586     'entity_id',
6587     'language',
6588     'delta',
6589   ),
6590   'mysql_character_set' => 'utf8',
6591 ));
6592
6593 $connection->insert('field_data_field_text_list')
6594 ->fields(array(
6595   'entity_type',
6596   'bundle',
6597   'deleted',
6598   'entity_id',
6599   'revision_id',
6600   'language',
6601   'delta',
6602   'field_text_list_value',
6603 ))
6604 ->values(array(
6605   'entity_type' => 'node',
6606   'bundle' => 'test_content_type',
6607   'deleted' => '0',
6608   'entity_id' => '1',
6609   'revision_id' => '1',
6610   'language' => 'und',
6611   'delta' => '0',
6612   'field_text_list_value' => 'Some more text',
6613 ))
6614 ->execute();
6615
6616 $connection->schema()->createTable('field_data_field_text_long_filtered', array(
6617   'fields' => array(
6618     'entity_type' => array(
6619       'type' => 'varchar',
6620       'not null' => TRUE,
6621       'length' => '128',
6622       'default' => '',
6623     ),
6624     'bundle' => array(
6625       'type' => 'varchar',
6626       'not null' => TRUE,
6627       'length' => '128',
6628       'default' => '',
6629     ),
6630     'deleted' => array(
6631       'type' => 'int',
6632       'not null' => TRUE,
6633       'size' => 'tiny',
6634       'default' => '0',
6635     ),
6636     'entity_id' => array(
6637       'type' => 'int',
6638       'not null' => TRUE,
6639       'size' => 'normal',
6640       'unsigned' => TRUE,
6641     ),
6642     'revision_id' => array(
6643       'type' => 'int',
6644       'not null' => FALSE,
6645       'size' => 'normal',
6646       'unsigned' => TRUE,
6647     ),
6648     'language' => array(
6649       'type' => 'varchar',
6650       'not null' => TRUE,
6651       'length' => '32',
6652       'default' => '',
6653     ),
6654     'delta' => array(
6655       'type' => 'int',
6656       'not null' => TRUE,
6657       'size' => 'normal',
6658       'unsigned' => TRUE,
6659     ),
6660     'field_text_long_filtered_value' => array(
6661       'type' => 'text',
6662       'not null' => FALSE,
6663       'size' => 'big',
6664     ),
6665     'field_text_long_filtered_format' => array(
6666       'type' => 'varchar',
6667       'not null' => FALSE,
6668       'length' => '255',
6669     ),
6670   ),
6671   'primary key' => array(
6672     'entity_type',
6673     'entity_id',
6674     'deleted',
6675     'delta',
6676     'language',
6677   ),
6678   'indexes' => array(
6679     'entity_type' => array(
6680       'entity_type',
6681     ),
6682     'bundle' => array(
6683       'bundle',
6684     ),
6685     'deleted' => array(
6686       'deleted',
6687     ),
6688     'entity_id' => array(
6689       'entity_id',
6690     ),
6691     'revision_id' => array(
6692       'revision_id',
6693     ),
6694     'language' => array(
6695       'language',
6696     ),
6697     'field_text_long_filtered_format' => array(
6698       'field_text_long_filtered_format',
6699     ),
6700   ),
6701   'mysql_character_set' => 'utf8',
6702 ));
6703
6704 $connection->schema()->createTable('field_data_field_text_long_plain', array(
6705   'fields' => array(
6706     'entity_type' => array(
6707       'type' => 'varchar',
6708       'not null' => TRUE,
6709       'length' => '128',
6710       'default' => '',
6711     ),
6712     'bundle' => array(
6713       'type' => 'varchar',
6714       'not null' => TRUE,
6715       'length' => '128',
6716       'default' => '',
6717     ),
6718     'deleted' => array(
6719       'type' => 'int',
6720       'not null' => TRUE,
6721       'size' => 'tiny',
6722       'default' => '0',
6723     ),
6724     'entity_id' => array(
6725       'type' => 'int',
6726       'not null' => TRUE,
6727       'size' => 'normal',
6728       'unsigned' => TRUE,
6729     ),
6730     'revision_id' => array(
6731       'type' => 'int',
6732       'not null' => FALSE,
6733       'size' => 'normal',
6734       'unsigned' => TRUE,
6735     ),
6736     'language' => array(
6737       'type' => 'varchar',
6738       'not null' => TRUE,
6739       'length' => '32',
6740       'default' => '',
6741     ),
6742     'delta' => array(
6743       'type' => 'int',
6744       'not null' => TRUE,
6745       'size' => 'normal',
6746       'unsigned' => TRUE,
6747     ),
6748     'field_text_long_plain_value' => array(
6749       'type' => 'text',
6750       'not null' => FALSE,
6751       'size' => 'big',
6752     ),
6753     'field_text_long_plain_format' => array(
6754       'type' => 'varchar',
6755       'not null' => FALSE,
6756       'length' => '255',
6757     ),
6758   ),
6759   'primary key' => array(
6760     'entity_type',
6761     'entity_id',
6762     'deleted',
6763     'delta',
6764     'language',
6765   ),
6766   'indexes' => array(
6767     'entity_type' => array(
6768       'entity_type',
6769     ),
6770     'bundle' => array(
6771       'bundle',
6772     ),
6773     'deleted' => array(
6774       'deleted',
6775     ),
6776     'entity_id' => array(
6777       'entity_id',
6778     ),
6779     'revision_id' => array(
6780       'revision_id',
6781     ),
6782     'language' => array(
6783       'language',
6784     ),
6785     'field_text_long_plain_format' => array(
6786       'field_text_long_plain_format',
6787     ),
6788   ),
6789   'mysql_character_set' => 'utf8',
6790 ));
6791
6792 $connection->schema()->createTable('field_data_field_text_long_plain_filtered', array(
6793   'fields' => array(
6794     'entity_type' => array(
6795       'type' => 'varchar',
6796       'not null' => TRUE,
6797       'length' => '128',
6798       'default' => '',
6799     ),
6800     'bundle' => array(
6801       'type' => 'varchar',
6802       'not null' => TRUE,
6803       'length' => '128',
6804       'default' => '',
6805     ),
6806     'deleted' => array(
6807       'type' => 'int',
6808       'not null' => TRUE,
6809       'size' => 'tiny',
6810       'default' => '0',
6811     ),
6812     'entity_id' => array(
6813       'type' => 'int',
6814       'not null' => TRUE,
6815       'size' => 'normal',
6816       'unsigned' => TRUE,
6817     ),
6818     'revision_id' => array(
6819       'type' => 'int',
6820       'not null' => FALSE,
6821       'size' => 'normal',
6822       'unsigned' => TRUE,
6823     ),
6824     'language' => array(
6825       'type' => 'varchar',
6826       'not null' => TRUE,
6827       'length' => '32',
6828       'default' => '',
6829     ),
6830     'delta' => array(
6831       'type' => 'int',
6832       'not null' => TRUE,
6833       'size' => 'normal',
6834       'unsigned' => TRUE,
6835     ),
6836     'field_text_long_plain_filtered_value' => array(
6837       'type' => 'text',
6838       'not null' => FALSE,
6839       'size' => 'big',
6840     ),
6841     'field_text_long_plain_filtered_format' => array(
6842       'type' => 'varchar',
6843       'not null' => FALSE,
6844       'length' => '255',
6845     ),
6846   ),
6847   'primary key' => array(
6848     'entity_type',
6849     'entity_id',
6850     'deleted',
6851     'delta',
6852     'language',
6853   ),
6854   'indexes' => array(
6855     'entity_type' => array(
6856       'entity_type',
6857     ),
6858     'bundle' => array(
6859       'bundle',
6860     ),
6861     'deleted' => array(
6862       'deleted',
6863     ),
6864     'entity_id' => array(
6865       'entity_id',
6866     ),
6867     'revision_id' => array(
6868       'revision_id',
6869     ),
6870     'language' => array(
6871       'language',
6872     ),
6873     'field_text_long_plain_filtered_format' => array(
6874       'field_text_long_plain_filtered_format',
6875     ),
6876   ),
6877   'mysql_character_set' => 'utf8',
6878 ));
6879
6880 $connection->schema()->createTable('field_data_field_text_plain', array(
6881   'fields' => array(
6882     'entity_type' => array(
6883       'type' => 'varchar',
6884       'not null' => TRUE,
6885       'length' => '128',
6886       'default' => '',
6887     ),
6888     'bundle' => array(
6889       'type' => 'varchar',
6890       'not null' => TRUE,
6891       'length' => '128',
6892       'default' => '',
6893     ),
6894     'deleted' => array(
6895       'type' => 'int',
6896       'not null' => TRUE,
6897       'size' => 'tiny',
6898       'default' => '0',
6899     ),
6900     'entity_id' => array(
6901       'type' => 'int',
6902       'not null' => TRUE,
6903       'size' => 'normal',
6904       'unsigned' => TRUE,
6905     ),
6906     'revision_id' => array(
6907       'type' => 'int',
6908       'not null' => FALSE,
6909       'size' => 'normal',
6910       'unsigned' => TRUE,
6911     ),
6912     'language' => array(
6913       'type' => 'varchar',
6914       'not null' => TRUE,
6915       'length' => '32',
6916       'default' => '',
6917     ),
6918     'delta' => array(
6919       'type' => 'int',
6920       'not null' => TRUE,
6921       'size' => 'normal',
6922       'unsigned' => TRUE,
6923     ),
6924     'field_text_plain_value' => array(
6925       'type' => 'varchar',
6926       'not null' => FALSE,
6927       'length' => '255',
6928     ),
6929     'field_text_plain_format' => array(
6930       'type' => 'varchar',
6931       'not null' => FALSE,
6932       'length' => '255',
6933     ),
6934   ),
6935   'primary key' => array(
6936     'entity_type',
6937     'entity_id',
6938     'deleted',
6939     'delta',
6940     'language',
6941   ),
6942   'indexes' => array(
6943     'entity_type' => array(
6944       'entity_type',
6945     ),
6946     'bundle' => array(
6947       'bundle',
6948     ),
6949     'deleted' => array(
6950       'deleted',
6951     ),
6952     'entity_id' => array(
6953       'entity_id',
6954     ),
6955     'revision_id' => array(
6956       'revision_id',
6957     ),
6958     'language' => array(
6959       'language',
6960     ),
6961     'field_text_plain_format' => array(
6962       'field_text_plain_format',
6963     ),
6964   ),
6965   'mysql_character_set' => 'utf8',
6966 ));
6967
6968 $connection->schema()->createTable('field_data_field_text_plain_filtered', array(
6969   'fields' => array(
6970     'entity_type' => array(
6971       'type' => 'varchar',
6972       'not null' => TRUE,
6973       'length' => '128',
6974       'default' => '',
6975     ),
6976     'bundle' => array(
6977       'type' => 'varchar',
6978       'not null' => TRUE,
6979       'length' => '128',
6980       'default' => '',
6981     ),
6982     'deleted' => array(
6983       'type' => 'int',
6984       'not null' => TRUE,
6985       'size' => 'tiny',
6986       'default' => '0',
6987     ),
6988     'entity_id' => array(
6989       'type' => 'int',
6990       'not null' => TRUE,
6991       'size' => 'normal',
6992       'unsigned' => TRUE,
6993     ),
6994     'revision_id' => array(
6995       'type' => 'int',
6996       'not null' => FALSE,
6997       'size' => 'normal',
6998       'unsigned' => TRUE,
6999     ),
7000     'language' => array(
7001       'type' => 'varchar',
7002       'not null' => TRUE,
7003       'length' => '32',
7004       'default' => '',
7005     ),
7006     'delta' => array(
7007       'type' => 'int',
7008       'not null' => TRUE,
7009       'size' => 'normal',
7010       'unsigned' => TRUE,
7011     ),
7012     'field_text_plain_filtered_value' => array(
7013       'type' => 'varchar',
7014       'not null' => FALSE,
7015       'length' => '255',
7016     ),
7017     'field_text_plain_filtered_format' => array(
7018       'type' => 'varchar',
7019       'not null' => FALSE,
7020       'length' => '255',
7021     ),
7022   ),
7023   'primary key' => array(
7024     'entity_type',
7025     'entity_id',
7026     'deleted',
7027     'delta',
7028     'language',
7029   ),
7030   'indexes' => array(
7031     'entity_type' => array(
7032       'entity_type',
7033     ),
7034     'bundle' => array(
7035       'bundle',
7036     ),
7037     'deleted' => array(
7038       'deleted',
7039     ),
7040     'entity_id' => array(
7041       'entity_id',
7042     ),
7043     'revision_id' => array(
7044       'revision_id',
7045     ),
7046     'language' => array(
7047       'language',
7048     ),
7049     'field_text_plain_filtered_format' => array(
7050       'field_text_plain_filtered_format',
7051     ),
7052   ),
7053   'mysql_character_set' => 'utf8',
7054 ));
7055
7056 $connection->schema()->createTable('field_data_field_text_sum_filtered', array(
7057   'fields' => array(
7058     'entity_type' => array(
7059       'type' => 'varchar',
7060       'not null' => TRUE,
7061       'length' => '128',
7062       'default' => '',
7063     ),
7064     'bundle' => array(
7065       'type' => 'varchar',
7066       'not null' => TRUE,
7067       'length' => '128',
7068       'default' => '',
7069     ),
7070     'deleted' => array(
7071       'type' => 'int',
7072       'not null' => TRUE,
7073       'size' => 'tiny',
7074       'default' => '0',
7075     ),
7076     'entity_id' => array(
7077       'type' => 'int',
7078       'not null' => TRUE,
7079       'size' => 'normal',
7080       'unsigned' => TRUE,
7081     ),
7082     'revision_id' => array(
7083       'type' => 'int',
7084       'not null' => FALSE,
7085       'size' => 'normal',
7086       'unsigned' => TRUE,
7087     ),
7088     'language' => array(
7089       'type' => 'varchar',
7090       'not null' => TRUE,
7091       'length' => '32',
7092       'default' => '',
7093     ),
7094     'delta' => array(
7095       'type' => 'int',
7096       'not null' => TRUE,
7097       'size' => 'normal',
7098       'unsigned' => TRUE,
7099     ),
7100     'field_text_sum_filtered_value' => array(
7101       'type' => 'text',
7102       'not null' => FALSE,
7103       'size' => 'big',
7104     ),
7105     'field_text_sum_filtered_summary' => array(
7106       'type' => 'text',
7107       'not null' => FALSE,
7108       'size' => 'big',
7109     ),
7110     'field_text_sum_filtered_format' => array(
7111       'type' => 'varchar',
7112       'not null' => FALSE,
7113       'length' => '255',
7114     ),
7115   ),
7116   'primary key' => array(
7117     'entity_type',
7118     'entity_id',
7119     'deleted',
7120     'delta',
7121     'language',
7122   ),
7123   'indexes' => array(
7124     'entity_type' => array(
7125       'entity_type',
7126     ),
7127     'bundle' => array(
7128       'bundle',
7129     ),
7130     'deleted' => array(
7131       'deleted',
7132     ),
7133     'entity_id' => array(
7134       'entity_id',
7135     ),
7136     'revision_id' => array(
7137       'revision_id',
7138     ),
7139     'language' => array(
7140       'language',
7141     ),
7142     'field_text_sum_filtered_format' => array(
7143       'field_text_sum_filtered_format',
7144     ),
7145   ),
7146   'mysql_character_set' => 'utf8',
7147 ));
7148
7149 $connection->schema()->createTable('field_data_field_text_sum_plain', array(
7150   'fields' => array(
7151     'entity_type' => array(
7152       'type' => 'varchar',
7153       'not null' => TRUE,
7154       'length' => '128',
7155       'default' => '',
7156     ),
7157     'bundle' => array(
7158       'type' => 'varchar',
7159       'not null' => TRUE,
7160       'length' => '128',
7161       'default' => '',
7162     ),
7163     'deleted' => array(
7164       'type' => 'int',
7165       'not null' => TRUE,
7166       'size' => 'tiny',
7167       'default' => '0',
7168     ),
7169     'entity_id' => array(
7170       'type' => 'int',
7171       'not null' => TRUE,
7172       'size' => 'normal',
7173       'unsigned' => TRUE,
7174     ),
7175     'revision_id' => array(
7176       'type' => 'int',
7177       'not null' => FALSE,
7178       'size' => 'normal',
7179       'unsigned' => TRUE,
7180     ),
7181     'language' => array(
7182       'type' => 'varchar',
7183       'not null' => TRUE,
7184       'length' => '32',
7185       'default' => '',
7186     ),
7187     'delta' => array(
7188       'type' => 'int',
7189       'not null' => TRUE,
7190       'size' => 'normal',
7191       'unsigned' => TRUE,
7192     ),
7193     'field_text_sum_plain_value' => array(
7194       'type' => 'text',
7195       'not null' => FALSE,
7196       'size' => 'big',
7197     ),
7198     'field_text_sum_plain_summary' => array(
7199       'type' => 'text',
7200       'not null' => FALSE,
7201       'size' => 'big',
7202     ),
7203     'field_text_sum_plain_format' => array(
7204       'type' => 'varchar',
7205       'not null' => FALSE,
7206       'length' => '255',
7207     ),
7208   ),
7209   'primary key' => array(
7210     'entity_type',
7211     'entity_id',
7212     'deleted',
7213     'delta',
7214     'language',
7215   ),
7216   'indexes' => array(
7217     'entity_type' => array(
7218       'entity_type',
7219     ),
7220     'bundle' => array(
7221       'bundle',
7222     ),
7223     'deleted' => array(
7224       'deleted',
7225     ),
7226     'entity_id' => array(
7227       'entity_id',
7228     ),
7229     'revision_id' => array(
7230       'revision_id',
7231     ),
7232     'language' => array(
7233       'language',
7234     ),
7235     'field_text_sum_plain_format' => array(
7236       'field_text_sum_plain_format',
7237     ),
7238   ),
7239   'mysql_character_set' => 'utf8',
7240 ));
7241
7242 $connection->schema()->createTable('field_data_field_text_sum_plain_filtered', array(
7243   'fields' => array(
7244     'entity_type' => array(
7245       'type' => 'varchar',
7246       'not null' => TRUE,
7247       'length' => '128',
7248       'default' => '',
7249     ),
7250     'bundle' => array(
7251       'type' => 'varchar',
7252       'not null' => TRUE,
7253       'length' => '128',
7254       'default' => '',
7255     ),
7256     'deleted' => array(
7257       'type' => 'int',
7258       'not null' => TRUE,
7259       'size' => 'tiny',
7260       'default' => '0',
7261     ),
7262     'entity_id' => array(
7263       'type' => 'int',
7264       'not null' => TRUE,
7265       'size' => 'normal',
7266       'unsigned' => TRUE,
7267     ),
7268     'revision_id' => array(
7269       'type' => 'int',
7270       'not null' => FALSE,
7271       'size' => 'normal',
7272       'unsigned' => TRUE,
7273     ),
7274     'language' => array(
7275       'type' => 'varchar',
7276       'not null' => TRUE,
7277       'length' => '32',
7278       'default' => '',
7279     ),
7280     'delta' => array(
7281       'type' => 'int',
7282       'not null' => TRUE,
7283       'size' => 'normal',
7284       'unsigned' => TRUE,
7285     ),
7286     'field_text_sum_plain_filtered_value' => array(
7287       'type' => 'text',
7288       'not null' => FALSE,
7289       'size' => 'big',
7290     ),
7291     'field_text_sum_plain_filtered_summary' => array(
7292       'type' => 'text',
7293       'not null' => FALSE,
7294       'size' => 'big',
7295     ),
7296     'field_text_sum_plain_filtered_format' => array(
7297       'type' => 'varchar',
7298       'not null' => FALSE,
7299       'length' => '255',
7300     ),
7301   ),
7302   'primary key' => array(
7303     'entity_type',
7304     'entity_id',
7305     'deleted',
7306     'delta',
7307     'language',
7308   ),
7309   'indexes' => array(
7310     'entity_type' => array(
7311       'entity_type',
7312     ),
7313     'bundle' => array(
7314       'bundle',
7315     ),
7316     'deleted' => array(
7317       'deleted',
7318     ),
7319     'entity_id' => array(
7320       'entity_id',
7321     ),
7322     'revision_id' => array(
7323       'revision_id',
7324     ),
7325     'language' => array(
7326       'language',
7327     ),
7328     'field_text_sum_plain_filtered_format' => array(
7329       'field_text_sum_plain_filtered_format',
7330     ),
7331   ),
7332   'mysql_character_set' => 'utf8',
7333 ));
7334
7335 $connection->schema()->createTable('field_data_field_user_entityreference', array(
7336   'fields' => array(
7337     'entity_type' => array(
7338       'type' => 'varchar',
7339       'not null' => TRUE,
7340       'length' => '128',
7341       'default' => '',
7342     ),
7343     'bundle' => array(
7344       'type' => 'varchar',
7345       'not null' => TRUE,
7346       'length' => '128',
7347       'default' => '',
7348     ),
7349     'deleted' => array(
7350       'type' => 'int',
7351       'not null' => TRUE,
7352       'size' => 'tiny',
7353       'default' => '0',
7354     ),
7355     'entity_id' => array(
7356       'type' => 'int',
7357       'not null' => TRUE,
7358       'size' => 'normal',
7359       'unsigned' => TRUE,
7360     ),
7361     'revision_id' => array(
7362       'type' => 'int',
7363       'not null' => FALSE,
7364       'size' => 'normal',
7365       'unsigned' => TRUE,
7366     ),
7367     'language' => array(
7368       'type' => 'varchar',
7369       'not null' => TRUE,
7370       'length' => '32',
7371       'default' => '',
7372     ),
7373     'delta' => array(
7374       'type' => 'int',
7375       'not null' => TRUE,
7376       'size' => 'normal',
7377       'unsigned' => TRUE,
7378     ),
7379     'field_user_entityreference_target_id' => array(
7380       'type' => 'int',
7381       'not null' => TRUE,
7382       'size' => 'normal',
7383       'unsigned' => TRUE,
7384     ),
7385   ),
7386   'primary key' => array(
7387     'entity_type',
7388     'entity_id',
7389     'deleted',
7390     'delta',
7391     'language',
7392   ),
7393   'indexes' => array(
7394     'entity_type' => array(
7395       'entity_type',
7396     ),
7397     'bundle' => array(
7398       'bundle',
7399     ),
7400     'deleted' => array(
7401       'deleted',
7402     ),
7403     'entity_id' => array(
7404       'entity_id',
7405     ),
7406     'revision_id' => array(
7407       'revision_id',
7408     ),
7409     'language' => array(
7410       'language',
7411     ),
7412     'field_user_entityreference_target_id' => array(
7413       'field_user_entityreference_target_id',
7414     ),
7415   ),
7416   'mysql_character_set' => 'utf8',
7417 ));
7418
7419 $connection->insert('field_data_field_user_entityreference')
7420 ->fields(array(
7421   'entity_type',
7422   'bundle',
7423   'deleted',
7424   'entity_id',
7425   'revision_id',
7426   'language',
7427   'delta',
7428   'field_user_entityreference_target_id',
7429 ))
7430 ->values(array(
7431   'entity_type' => 'node',
7432   'bundle' => 'test_content_type',
7433   'deleted' => '0',
7434   'entity_id' => '1',
7435   'revision_id' => '1',
7436   'language' => 'und',
7437   'delta' => '0',
7438   'field_user_entityreference_target_id' => '2',
7439 ))
7440 ->execute();
7441
7442 $connection->schema()->createTable('field_data_taxonomy_forums', array(
7443   'fields' => array(
7444     'entity_type' => array(
7445       'type' => 'varchar',
7446       'not null' => TRUE,
7447       'length' => '128',
7448       'default' => '',
7449     ),
7450     'bundle' => array(
7451       'type' => 'varchar',
7452       'not null' => TRUE,
7453       'length' => '128',
7454       'default' => '',
7455     ),
7456     'deleted' => array(
7457       'type' => 'int',
7458       'not null' => TRUE,
7459       'size' => 'normal',
7460       'default' => '0',
7461     ),
7462     'entity_id' => array(
7463       'type' => 'int',
7464       'not null' => TRUE,
7465       'size' => 'normal',
7466       'unsigned' => TRUE,
7467     ),
7468     'revision_id' => array(
7469       'type' => 'int',
7470       'not null' => FALSE,
7471       'size' => 'normal',
7472       'unsigned' => TRUE,
7473     ),
7474     'language' => array(
7475       'type' => 'varchar',
7476       'not null' => TRUE,
7477       'length' => '32',
7478       'default' => '',
7479     ),
7480     'delta' => array(
7481       'type' => 'int',
7482       'not null' => TRUE,
7483       'size' => 'normal',
7484       'unsigned' => TRUE,
7485     ),
7486     'taxonomy_forums_tid' => array(
7487       'type' => 'int',
7488       'not null' => FALSE,
7489       'size' => 'normal',
7490       'unsigned' => TRUE,
7491     ),
7492   ),
7493   'primary key' => array(
7494     'entity_type',
7495     'deleted',
7496     'entity_id',
7497     'language',
7498     'delta',
7499   ),
7500   'mysql_character_set' => 'utf8',
7501 ));
7502
7503 $connection->insert('field_data_taxonomy_forums')
7504 ->fields(array(
7505   'entity_type',
7506   'bundle',
7507   'deleted',
7508   'entity_id',
7509   'revision_id',
7510   'language',
7511   'delta',
7512   'taxonomy_forums_tid',
7513 ))
7514 ->values(array(
7515   'entity_type' => 'node',
7516   'bundle' => 'forum',
7517   'deleted' => '0',
7518   'entity_id' => '6',
7519   'revision_id' => '6',
7520   'language' => 'und',
7521   'delta' => '0',
7522   'taxonomy_forums_tid' => '1',
7523 ))
7524 ->values(array(
7525   'entity_type' => 'node',
7526   'bundle' => 'forum',
7527   'deleted' => '0',
7528   'entity_id' => '7',
7529   'revision_id' => '7',
7530   'language' => 'und',
7531   'delta' => '0',
7532   'taxonomy_forums_tid' => '1',
7533 ))
7534 ->execute();
7535
7536 $connection->schema()->createTable('field_revision_body', array(
7537   'fields' => array(
7538     'entity_type' => array(
7539       'type' => 'varchar',
7540       'not null' => TRUE,
7541       'length' => '128',
7542       'default' => '',
7543     ),
7544     'bundle' => array(
7545       'type' => 'varchar',
7546       'not null' => TRUE,
7547       'length' => '128',
7548       'default' => '',
7549     ),
7550     'deleted' => array(
7551       'type' => 'int',
7552       'not null' => TRUE,
7553       'size' => 'normal',
7554       'default' => '0',
7555     ),
7556     'entity_id' => array(
7557       'type' => 'int',
7558       'not null' => TRUE,
7559       'size' => 'normal',
7560       'unsigned' => TRUE,
7561     ),
7562     'revision_id' => array(
7563       'type' => 'int',
7564       'not null' => TRUE,
7565       'size' => 'normal',
7566       'unsigned' => TRUE,
7567     ),
7568     'language' => array(
7569       'type' => 'varchar',
7570       'not null' => TRUE,
7571       'length' => '32',
7572       'default' => '',
7573     ),
7574     'delta' => array(
7575       'type' => 'int',
7576       'not null' => TRUE,
7577       'size' => 'normal',
7578       'unsigned' => TRUE,
7579     ),
7580     'body_value' => array(
7581       'type' => 'text',
7582       'not null' => FALSE,
7583       'size' => 'normal',
7584     ),
7585     'body_summary' => array(
7586       'type' => 'text',
7587       'not null' => FALSE,
7588       'size' => 'normal',
7589     ),
7590     'body_format' => array(
7591       'type' => 'varchar',
7592       'not null' => FALSE,
7593       'length' => '255',
7594     ),
7595   ),
7596   'primary key' => array(
7597     'entity_type',
7598     'deleted',
7599     'entity_id',
7600     'revision_id',
7601     'language',
7602     'delta',
7603   ),
7604   'mysql_character_set' => 'utf8',
7605 ));
7606
7607 $connection->insert('field_revision_body')
7608 ->fields(array(
7609   'entity_type',
7610   'bundle',
7611   'deleted',
7612   'entity_id',
7613   'revision_id',
7614   'language',
7615   'delta',
7616   'body_value',
7617   'body_summary',
7618   'body_format',
7619 ))
7620 ->values(array(
7621   'entity_type' => 'node',
7622   'bundle' => 'article',
7623   'deleted' => '0',
7624   'entity_id' => '2',
7625   'revision_id' => '2',
7626   'language' => 'und',
7627   'delta' => '0',
7628   'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
7629   'body_summary' => '',
7630   'body_format' => 'filtered_html',
7631 ))
7632 ->values(array(
7633   'entity_type' => 'node',
7634   'bundle' => 'article',
7635   'deleted' => '0',
7636   'entity_id' => '3',
7637   'revision_id' => '3',
7638   'language' => 'und',
7639   'delta' => '0',
7640   'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
7641   'body_summary' => '',
7642   'body_format' => 'filtered_html',
7643 ))
7644 ->values(array(
7645   'entity_type' => 'node',
7646   'bundle' => 'article',
7647   'deleted' => '0',
7648   'entity_id' => '4',
7649   'revision_id' => '4',
7650   'language' => 'und',
7651   'delta' => '0',
7652   'body_value' => 'is - Is that is it awesome.',
7653   'body_summary' => '',
7654   'body_format' => 'filtered_html',
7655 ))
7656 ->values(array(
7657   'entity_type' => 'node',
7658   'bundle' => 'article',
7659   'deleted' => '0',
7660   'entity_id' => '5',
7661   'revision_id' => '5',
7662   'language' => 'und',
7663   'delta' => '0',
7664   'body_value' => 'en - Is that is it awesome.',
7665   'body_summary' => '',
7666   'body_format' => 'filtered_html',
7667 ))
7668 ->execute();
7669
7670 $connection->schema()->createTable('field_revision_comment_body', array(
7671   'fields' => array(
7672     'entity_type' => array(
7673       'type' => 'varchar',
7674       'not null' => TRUE,
7675       'length' => '128',
7676       'default' => '',
7677     ),
7678     'bundle' => array(
7679       'type' => 'varchar',
7680       'not null' => TRUE,
7681       'length' => '128',
7682       'default' => '',
7683     ),
7684     'deleted' => array(
7685       'type' => 'int',
7686       'not null' => TRUE,
7687       'size' => 'normal',
7688       'default' => '0',
7689     ),
7690     'entity_id' => array(
7691       'type' => 'int',
7692       'not null' => TRUE,
7693       'size' => 'normal',
7694       'unsigned' => TRUE,
7695     ),
7696     'revision_id' => array(
7697       'type' => 'int',
7698       'not null' => TRUE,
7699       'size' => 'normal',
7700       'unsigned' => TRUE,
7701     ),
7702     'language' => array(
7703       'type' => 'varchar',
7704       'not null' => TRUE,
7705       'length' => '32',
7706       'default' => '',
7707     ),
7708     'delta' => array(
7709       'type' => 'int',
7710       'not null' => TRUE,
7711       'size' => 'normal',
7712       'unsigned' => TRUE,
7713     ),
7714     'comment_body_value' => array(
7715       'type' => 'text',
7716       'not null' => FALSE,
7717       'size' => 'normal',
7718     ),
7719     'comment_body_format' => array(
7720       'type' => 'varchar',
7721       'not null' => FALSE,
7722       'length' => '255',
7723     ),
7724   ),
7725   'primary key' => array(
7726     'entity_type',
7727     'deleted',
7728     'entity_id',
7729     'revision_id',
7730     'language',
7731     'delta',
7732   ),
7733   'mysql_character_set' => 'utf8',
7734 ));
7735
7736 $connection->insert('field_revision_comment_body')
7737 ->fields(array(
7738   'entity_type',
7739   'bundle',
7740   'deleted',
7741   'entity_id',
7742   'revision_id',
7743   'language',
7744   'delta',
7745   'comment_body_value',
7746   'comment_body_format',
7747 ))
7748 ->values(array(
7749   'entity_type' => 'comment',
7750   'bundle' => 'comment_node_test_content_type',
7751   'deleted' => '0',
7752   'entity_id' => '1',
7753   'revision_id' => '1',
7754   'language' => 'und',
7755   'delta' => '0',
7756   'comment_body_value' => 'This is a comment',
7757   'comment_body_format' => 'filtered_html',
7758 ))
7759 ->execute();
7760
7761 $connection->schema()->createTable('field_revision_field_boolean', array(
7762   'fields' => array(
7763     'entity_type' => array(
7764       'type' => 'varchar',
7765       'not null' => TRUE,
7766       'length' => '128',
7767       'default' => '',
7768     ),
7769     'bundle' => array(
7770       'type' => 'varchar',
7771       'not null' => TRUE,
7772       'length' => '128',
7773       'default' => '',
7774     ),
7775     'deleted' => array(
7776       'type' => 'int',
7777       'not null' => TRUE,
7778       'size' => 'normal',
7779       'default' => '0',
7780     ),
7781     'entity_id' => array(
7782       'type' => 'int',
7783       'not null' => TRUE,
7784       'size' => 'normal',
7785       'unsigned' => TRUE,
7786     ),
7787     'revision_id' => array(
7788       'type' => 'int',
7789       'not null' => TRUE,
7790       'size' => 'normal',
7791       'unsigned' => TRUE,
7792     ),
7793     'language' => array(
7794       'type' => 'varchar',
7795       'not null' => TRUE,
7796       'length' => '32',
7797       'default' => '',
7798     ),
7799     'delta' => array(
7800       'type' => 'int',
7801       'not null' => TRUE,
7802       'size' => 'normal',
7803       'unsigned' => TRUE,
7804     ),
7805     'field_boolean_value' => array(
7806       'type' => 'int',
7807       'not null' => FALSE,
7808       'size' => 'normal',
7809     ),
7810   ),
7811   'primary key' => array(
7812     'entity_type',
7813     'deleted',
7814     'entity_id',
7815     'revision_id',
7816     'language',
7817     'delta',
7818   ),
7819   'mysql_character_set' => 'utf8',
7820 ));
7821
7822 $connection->insert('field_revision_field_boolean')
7823 ->fields(array(
7824   'entity_type',
7825   'bundle',
7826   'deleted',
7827   'entity_id',
7828   'revision_id',
7829   'language',
7830   'delta',
7831   'field_boolean_value',
7832 ))
7833 ->values(array(
7834   'entity_type' => 'node',
7835   'bundle' => 'test_content_type',
7836   'deleted' => '0',
7837   'entity_id' => '1',
7838   'revision_id' => '1',
7839   'language' => 'und',
7840   'delta' => '0',
7841   'field_boolean_value' => '1',
7842 ))
7843 ->execute();
7844
7845 $connection->schema()->createTable('field_revision_field_date', array(
7846   'fields' => array(
7847     'entity_type' => array(
7848       'type' => 'varchar',
7849       'not null' => TRUE,
7850       'length' => '128',
7851       'default' => '',
7852     ),
7853     'bundle' => array(
7854       'type' => 'varchar',
7855       'not null' => TRUE,
7856       'length' => '128',
7857       'default' => '',
7858     ),
7859     'deleted' => array(
7860       'type' => 'int',
7861       'not null' => TRUE,
7862       'size' => 'normal',
7863       'default' => '0',
7864     ),
7865     'entity_id' => array(
7866       'type' => 'int',
7867       'not null' => TRUE,
7868       'size' => 'normal',
7869       'unsigned' => TRUE,
7870     ),
7871     'revision_id' => array(
7872       'type' => 'int',
7873       'not null' => TRUE,
7874       'size' => 'normal',
7875       'unsigned' => TRUE,
7876     ),
7877     'language' => array(
7878       'type' => 'varchar',
7879       'not null' => TRUE,
7880       'length' => '32',
7881       'default' => '',
7882     ),
7883     'delta' => array(
7884       'type' => 'int',
7885       'not null' => TRUE,
7886       'size' => 'normal',
7887       'unsigned' => TRUE,
7888     ),
7889     'field_date_value' => array(
7890       'type' => 'varchar',
7891       'not null' => FALSE,
7892       'length' => '100',
7893     ),
7894   ),
7895   'primary key' => array(
7896     'entity_type',
7897     'deleted',
7898     'entity_id',
7899     'revision_id',
7900     'language',
7901     'delta',
7902   ),
7903   'mysql_character_set' => 'utf8',
7904 ));
7905
7906 $connection->insert('field_revision_field_date')
7907 ->fields(array(
7908   'entity_type',
7909   'bundle',
7910   'deleted',
7911   'entity_id',
7912   'revision_id',
7913   'language',
7914   'delta',
7915   'field_date_value',
7916 ))
7917 ->values(array(
7918   'entity_type' => 'node',
7919   'bundle' => 'test_content_type',
7920   'deleted' => '0',
7921   'entity_id' => '1',
7922   'revision_id' => '1',
7923   'language' => 'und',
7924   'delta' => '0',
7925   'field_date_value' => '2015-01-20 04:15:00',
7926 ))
7927 ->execute();
7928
7929 $connection->schema()->createTable('field_revision_field_date_with_end_time', array(
7930   'fields' => array(
7931     'entity_type' => array(
7932       'type' => 'varchar',
7933       'not null' => TRUE,
7934       'length' => '128',
7935       'default' => '',
7936     ),
7937     'bundle' => array(
7938       'type' => 'varchar',
7939       'not null' => TRUE,
7940       'length' => '128',
7941       'default' => '',
7942     ),
7943     'deleted' => array(
7944       'type' => 'int',
7945       'not null' => TRUE,
7946       'size' => 'normal',
7947       'default' => '0',
7948     ),
7949     'entity_id' => array(
7950       'type' => 'int',
7951       'not null' => TRUE,
7952       'size' => 'normal',
7953       'unsigned' => TRUE,
7954     ),
7955     'revision_id' => array(
7956       'type' => 'int',
7957       'not null' => TRUE,
7958       'size' => 'normal',
7959       'unsigned' => TRUE,
7960     ),
7961     'language' => array(
7962       'type' => 'varchar',
7963       'not null' => TRUE,
7964       'length' => '32',
7965       'default' => '',
7966     ),
7967     'delta' => array(
7968       'type' => 'int',
7969       'not null' => TRUE,
7970       'size' => 'normal',
7971       'unsigned' => TRUE,
7972     ),
7973     'field_date_with_end_time_value' => array(
7974       'type' => 'int',
7975       'not null' => FALSE,
7976       'size' => 'normal',
7977     ),
7978     'field_date_with_end_time_value2' => array(
7979       'type' => 'int',
7980       'not null' => FALSE,
7981       'size' => 'normal',
7982     ),
7983   ),
7984   'primary key' => array(
7985     'entity_type',
7986     'deleted',
7987     'entity_id',
7988     'revision_id',
7989     'language',
7990     'delta',
7991   ),
7992   'mysql_character_set' => 'utf8',
7993 ));
7994
7995 $connection->insert('field_revision_field_date_with_end_time')
7996 ->fields(array(
7997   'entity_type',
7998   'bundle',
7999   'deleted',
8000   'entity_id',
8001   'revision_id',
8002   'language',
8003   'delta',
8004   'field_date_with_end_time_value',
8005   'field_date_with_end_time_value2',
8006 ))
8007 ->values(array(
8008   'entity_type' => 'node',
8009   'bundle' => 'test_content_type',
8010   'deleted' => '0',
8011   'entity_id' => '1',
8012   'revision_id' => '1',
8013   'language' => 'und',
8014   'delta' => '0',
8015   'field_date_with_end_time_value' => '1421727300',
8016   'field_date_with_end_time_value2' => '1421727300',
8017 ))
8018 ->execute();
8019
8020 $connection->schema()->createTable('field_revision_field_datetime_without_time', array(
8021   'fields' => array(
8022     'entity_type' => array(
8023       'type' => 'varchar',
8024       'not null' => TRUE,
8025       'length' => '128',
8026       'default' => '',
8027     ),
8028     'bundle' => array(
8029       'type' => 'varchar',
8030       'not null' => TRUE,
8031       'length' => '128',
8032       'default' => '',
8033     ),
8034     'deleted' => array(
8035       'type' => 'int',
8036       'not null' => TRUE,
8037       'size' => 'normal',
8038       'default' => '0',
8039     ),
8040     'entity_id' => array(
8041       'type' => 'int',
8042       'not null' => TRUE,
8043       'size' => 'normal',
8044       'unsigned' => TRUE,
8045     ),
8046     'revision_id' => array(
8047       'type' => 'int',
8048       'not null' => TRUE,
8049       'size' => 'normal',
8050       'unsigned' => TRUE,
8051     ),
8052     'language' => array(
8053       'type' => 'varchar',
8054       'not null' => TRUE,
8055       'length' => '32',
8056       'default' => '',
8057     ),
8058     'delta' => array(
8059       'type' => 'int',
8060       'not null' => TRUE,
8061       'size' => 'normal',
8062       'unsigned' => TRUE,
8063     ),
8064     'field_datetime_without_time_value' => array(
8065       'mysql_type' => 'datetime',
8066       'pgsql_type' => 'timestamp without time zone',
8067       'sqlite_type' => 'varchar',
8068       'sqlsrv_type' => 'smalldatetime',
8069       'not null' => FALSE,
8070     ),
8071   ),
8072   'primary key' => array(
8073     'entity_type',
8074     'deleted',
8075     'entity_id',
8076     'revision_id',
8077     'language',
8078     'delta',
8079   ),
8080   'mysql_character_set' => 'utf8',
8081 ));
8082
8083 $connection->insert('field_revision_field_datetime_without_time')
8084 ->fields(array(
8085   'entity_type',
8086   'bundle',
8087   'deleted',
8088   'entity_id',
8089   'revision_id',
8090   'language',
8091   'delta',
8092   'field_datetime_without_time_value',
8093 ))
8094 ->values(array(
8095   'entity_type' => 'node',
8096   'bundle' => 'test_content_type',
8097   'deleted' => '0',
8098   'entity_id' => '1',
8099   'revision_id' => '1',
8100   'language' => 'und',
8101   'delta' => '0',
8102   'field_datetime_without_time_value' => '2015-01-20 00:00:00',
8103 ))
8104 ->execute();
8105
8106 $connection->schema()->createTable('field_revision_field_date_without_time', array(
8107   'fields' => array(
8108     'entity_type' => array(
8109       'type' => 'varchar',
8110       'not null' => TRUE,
8111       'length' => '128',
8112       'default' => '',
8113     ),
8114     'bundle' => array(
8115       'type' => 'varchar',
8116       'not null' => TRUE,
8117       'length' => '128',
8118       'default' => '',
8119     ),
8120     'deleted' => array(
8121       'type' => 'int',
8122       'not null' => TRUE,
8123       'size' => 'normal',
8124       'default' => '0',
8125     ),
8126     'entity_id' => array(
8127       'type' => 'int',
8128       'not null' => TRUE,
8129       'size' => 'normal',
8130       'unsigned' => TRUE,
8131     ),
8132     'revision_id' => array(
8133       'type' => 'int',
8134       'not null' => TRUE,
8135       'size' => 'normal',
8136       'unsigned' => TRUE,
8137     ),
8138     'language' => array(
8139       'type' => 'varchar',
8140       'not null' => TRUE,
8141       'length' => '32',
8142       'default' => '',
8143     ),
8144     'delta' => array(
8145       'type' => 'int',
8146       'not null' => TRUE,
8147       'size' => 'normal',
8148       'unsigned' => TRUE,
8149     ),
8150     'field_date_without_time_value' => array(
8151       'type' => 'varchar',
8152       'not null' => FALSE,
8153       'length' => '100',
8154     ),
8155   ),
8156   'primary key' => array(
8157     'entity_type',
8158     'deleted',
8159     'entity_id',
8160     'revision_id',
8161     'language',
8162     'delta',
8163   ),
8164   'mysql_character_set' => 'utf8',
8165 ));
8166
8167 $connection->insert('field_revision_field_date_without_time')
8168 ->fields(array(
8169   'entity_type',
8170   'bundle',
8171   'deleted',
8172   'entity_id',
8173   'revision_id',
8174   'language',
8175   'delta',
8176   'field_date_without_time_value',
8177 ))
8178 ->values(array(
8179   'entity_type' => 'node',
8180   'bundle' => 'test_content_type',
8181   'deleted' => '0',
8182   'entity_id' => '1',
8183   'revision_id' => '1',
8184   'language' => 'und',
8185   'delta' => '0',
8186   'field_date_without_time_value' => '2015-01-20T00:00:00',
8187 ))
8188 ->execute();
8189
8190 $connection->schema()->createTable('field_revision_field_email', array(
8191   'fields' => array(
8192     'entity_type' => array(
8193       'type' => 'varchar',
8194       'not null' => TRUE,
8195       'length' => '128',
8196       'default' => '',
8197     ),
8198     'bundle' => array(
8199       'type' => 'varchar',
8200       'not null' => TRUE,
8201       'length' => '128',
8202       'default' => '',
8203     ),
8204     'deleted' => array(
8205       'type' => 'int',
8206       'not null' => TRUE,
8207       'size' => 'normal',
8208       'default' => '0',
8209     ),
8210     'entity_id' => array(
8211       'type' => 'int',
8212       'not null' => TRUE,
8213       'size' => 'normal',
8214       'unsigned' => TRUE,
8215     ),
8216     'revision_id' => array(
8217       'type' => 'int',
8218       'not null' => TRUE,
8219       'size' => 'normal',
8220       'unsigned' => TRUE,
8221     ),
8222     'language' => array(
8223       'type' => 'varchar',
8224       'not null' => TRUE,
8225       'length' => '32',
8226       'default' => '',
8227     ),
8228     'delta' => array(
8229       'type' => 'int',
8230       'not null' => TRUE,
8231       'size' => 'normal',
8232       'unsigned' => TRUE,
8233     ),
8234     'field_email_email' => array(
8235       'type' => 'varchar',
8236       'not null' => FALSE,
8237       'length' => '255',
8238     ),
8239   ),
8240   'primary key' => array(
8241     'entity_type',
8242     'deleted',
8243     'entity_id',
8244     'revision_id',
8245     'language',
8246     'delta',
8247   ),
8248   'mysql_character_set' => 'utf8',
8249 ));
8250
8251 $connection->insert('field_revision_field_email')
8252 ->fields(array(
8253   'entity_type',
8254   'bundle',
8255   'deleted',
8256   'entity_id',
8257   'revision_id',
8258   'language',
8259   'delta',
8260   'field_email_email',
8261 ))
8262 ->values(array(
8263   'entity_type' => 'node',
8264   'bundle' => 'test_content_type',
8265   'deleted' => '0',
8266   'entity_id' => '1',
8267   'revision_id' => '1',
8268   'language' => 'und',
8269   'delta' => '0',
8270   'field_email_email' => 'default@example.com',
8271 ))
8272 ->values(array(
8273   'entity_type' => 'node',
8274   'bundle' => 'test_content_type',
8275   'deleted' => '0',
8276   'entity_id' => '1',
8277   'revision_id' => '1',
8278   'language' => 'und',
8279   'delta' => '1',
8280   'field_email_email' => 'another@example.com',
8281 ))
8282 ->execute();
8283
8284 $connection->schema()->createTable('field_revision_field_file', array(
8285   'fields' => array(
8286     'entity_type' => array(
8287       'type' => 'varchar',
8288       'not null' => TRUE,
8289       'length' => '128',
8290       'default' => '',
8291     ),
8292     'bundle' => array(
8293       'type' => 'varchar',
8294       'not null' => TRUE,
8295       'length' => '128',
8296       'default' => '',
8297     ),
8298     'deleted' => array(
8299       'type' => 'int',
8300       'not null' => TRUE,
8301       'size' => 'normal',
8302       'default' => '0',
8303     ),
8304     'entity_id' => array(
8305       'type' => 'int',
8306       'not null' => TRUE,
8307       'size' => 'normal',
8308       'unsigned' => TRUE,
8309     ),
8310     'revision_id' => array(
8311       'type' => 'int',
8312       'not null' => TRUE,
8313       'size' => 'normal',
8314       'unsigned' => TRUE,
8315     ),
8316     'language' => array(
8317       'type' => 'varchar',
8318       'not null' => TRUE,
8319       'length' => '32',
8320       'default' => '',
8321     ),
8322     'delta' => array(
8323       'type' => 'int',
8324       'not null' => TRUE,
8325       'size' => 'normal',
8326       'unsigned' => TRUE,
8327     ),
8328     'field_file_fid' => array(
8329       'type' => 'int',
8330       'not null' => FALSE,
8331       'size' => 'normal',
8332       'unsigned' => TRUE,
8333     ),
8334     'field_file_display' => array(
8335       'type' => 'int',
8336       'not null' => TRUE,
8337       'size' => 'normal',
8338       'default' => '1',
8339       'unsigned' => TRUE,
8340     ),
8341     'field_file_description' => array(
8342       'type' => 'text',
8343       'not null' => FALSE,
8344       'size' => 'normal',
8345     ),
8346   ),
8347   'primary key' => array(
8348     'entity_type',
8349     'deleted',
8350     'entity_id',
8351     'revision_id',
8352     'language',
8353     'delta',
8354   ),
8355   'mysql_character_set' => 'utf8',
8356 ));
8357
8358 $connection->insert('field_revision_field_file')
8359 ->fields(array(
8360   'entity_type',
8361   'bundle',
8362   'deleted',
8363   'entity_id',
8364   'revision_id',
8365   'language',
8366   'delta',
8367   'field_file_fid',
8368   'field_file_display',
8369   'field_file_description',
8370 ))
8371 ->values(array(
8372   'entity_type' => 'node',
8373   'bundle' => 'test_content_type',
8374   'deleted' => '0',
8375   'entity_id' => '1',
8376   'revision_id' => '1',
8377   'language' => 'und',
8378   'delta' => '0',
8379   'field_file_fid' => '2',
8380   'field_file_display' => '1',
8381   'field_file_description' => 'file desc',
8382 ))
8383 ->values(array(
8384   'entity_type' => 'user',
8385   'bundle' => 'user',
8386   'deleted' => '0',
8387   'entity_id' => '2',
8388   'revision_id' => '2',
8389   'language' => 'und',
8390   'delta' => '0',
8391   'field_file_fid' => '2',
8392   'field_file_display' => '1',
8393   'field_file_description' => 'file desc',
8394 ))
8395 ->execute();
8396
8397 $connection->schema()->createTable('field_revision_field_float', array(
8398   'fields' => array(
8399     'entity_type' => array(
8400       'type' => 'varchar',
8401       'not null' => TRUE,
8402       'length' => '128',
8403       'default' => '',
8404     ),
8405     'bundle' => array(
8406       'type' => 'varchar',
8407       'not null' => TRUE,
8408       'length' => '128',
8409       'default' => '',
8410     ),
8411     'deleted' => array(
8412       'type' => 'int',
8413       'not null' => TRUE,
8414       'size' => 'normal',
8415       'default' => '0',
8416     ),
8417     'entity_id' => array(
8418       'type' => 'int',
8419       'not null' => TRUE,
8420       'size' => 'normal',
8421       'unsigned' => TRUE,
8422     ),
8423     'revision_id' => array(
8424       'type' => 'int',
8425       'not null' => TRUE,
8426       'size' => 'normal',
8427       'unsigned' => TRUE,
8428     ),
8429     'language' => array(
8430       'type' => 'varchar',
8431       'not null' => TRUE,
8432       'length' => '32',
8433       'default' => '',
8434     ),
8435     'delta' => array(
8436       'type' => 'int',
8437       'not null' => TRUE,
8438       'size' => 'normal',
8439       'unsigned' => TRUE,
8440     ),
8441     'field_float_value' => array(
8442       'type' => 'numeric',
8443       'not null' => FALSE,
8444       'precision' => '10',
8445       'scale' => '0',
8446     ),
8447   ),
8448   'primary key' => array(
8449     'entity_type',
8450     'deleted',
8451     'entity_id',
8452     'revision_id',
8453     'language',
8454     'delta',
8455   ),
8456   'mysql_character_set' => 'utf8',
8457 ));
8458
8459 $connection->insert('field_revision_field_float')
8460 ->fields(array(
8461   'entity_type',
8462   'bundle',
8463   'deleted',
8464   'entity_id',
8465   'revision_id',
8466   'language',
8467   'delta',
8468   'field_float_value',
8469 ))
8470 ->values(array(
8471   'entity_type' => 'node',
8472   'bundle' => 'test_content_type',
8473   'deleted' => '0',
8474   'entity_id' => '1',
8475   'revision_id' => '1',
8476   'language' => 'und',
8477   'delta' => '0',
8478   'field_float_value' => '1',
8479 ))
8480 ->execute();
8481
8482 $connection->schema()->createTable('field_revision_field_image', array(
8483   'fields' => array(
8484     'entity_type' => array(
8485       'type' => 'varchar',
8486       'not null' => TRUE,
8487       'length' => '128',
8488       'default' => '',
8489     ),
8490     'bundle' => array(
8491       'type' => 'varchar',
8492       'not null' => TRUE,
8493       'length' => '128',
8494       'default' => '',
8495     ),
8496     'deleted' => array(
8497       'type' => 'int',
8498       'not null' => TRUE,
8499       'size' => 'normal',
8500       'default' => '0',
8501     ),
8502     'entity_id' => array(
8503       'type' => 'int',
8504       'not null' => TRUE,
8505       'size' => 'normal',
8506       'unsigned' => TRUE,
8507     ),
8508     'revision_id' => array(
8509       'type' => 'int',
8510       'not null' => TRUE,
8511       'size' => 'normal',
8512       'unsigned' => TRUE,
8513     ),
8514     'language' => array(
8515       'type' => 'varchar',
8516       'not null' => TRUE,
8517       'length' => '32',
8518       'default' => '',
8519     ),
8520     'delta' => array(
8521       'type' => 'int',
8522       'not null' => TRUE,
8523       'size' => 'normal',
8524       'unsigned' => TRUE,
8525     ),
8526     'field_image_fid' => array(
8527       'type' => 'int',
8528       'not null' => FALSE,
8529       'size' => 'normal',
8530       'unsigned' => TRUE,
8531     ),
8532     'field_image_alt' => array(
8533       'type' => 'varchar',
8534       'not null' => FALSE,
8535       'length' => '512',
8536     ),
8537     'field_image_title' => array(
8538       'type' => 'varchar',
8539       'not null' => FALSE,
8540       'length' => '1024',
8541     ),
8542     'field_image_width' => array(
8543       'type' => 'int',
8544       'not null' => FALSE,
8545       'size' => 'normal',
8546       'unsigned' => TRUE,
8547     ),
8548     'field_image_height' => array(
8549       'type' => 'int',
8550       'not null' => FALSE,
8551       'size' => 'normal',
8552       'unsigned' => TRUE,
8553     ),
8554   ),
8555   'primary key' => array(
8556     'entity_type',
8557     'deleted',
8558     'entity_id',
8559     'revision_id',
8560     'language',
8561     'delta',
8562   ),
8563   'mysql_character_set' => 'utf8',
8564 ));
8565
8566 $connection->schema()->createTable('field_revision_field_images', array(
8567   'fields' => array(
8568     'entity_type' => array(
8569       'type' => 'varchar',
8570       'not null' => TRUE,
8571       'length' => '128',
8572       'default' => '',
8573     ),
8574     'bundle' => array(
8575       'type' => 'varchar',
8576       'not null' => TRUE,
8577       'length' => '128',
8578       'default' => '',
8579     ),
8580     'deleted' => array(
8581       'type' => 'int',
8582       'not null' => TRUE,
8583       'size' => 'normal',
8584       'default' => '0',
8585     ),
8586     'entity_id' => array(
8587       'type' => 'int',
8588       'not null' => TRUE,
8589       'size' => 'normal',
8590       'unsigned' => TRUE,
8591     ),
8592     'revision_id' => array(
8593       'type' => 'int',
8594       'not null' => TRUE,
8595       'size' => 'normal',
8596       'unsigned' => TRUE,
8597     ),
8598     'language' => array(
8599       'type' => 'varchar',
8600       'not null' => TRUE,
8601       'length' => '32',
8602       'default' => '',
8603     ),
8604     'delta' => array(
8605       'type' => 'int',
8606       'not null' => TRUE,
8607       'size' => 'normal',
8608       'unsigned' => TRUE,
8609     ),
8610     'field_images_fid' => array(
8611       'type' => 'int',
8612       'not null' => FALSE,
8613       'size' => 'normal',
8614       'unsigned' => TRUE,
8615     ),
8616     'field_images_alt' => array(
8617       'type' => 'varchar',
8618       'not null' => FALSE,
8619       'length' => '512',
8620     ),
8621     'field_images_title' => array(
8622       'type' => 'varchar',
8623       'not null' => FALSE,
8624       'length' => '1024',
8625     ),
8626     'field_images_width' => array(
8627       'type' => 'int',
8628       'not null' => FALSE,
8629       'size' => 'normal',
8630       'unsigned' => TRUE,
8631     ),
8632     'field_images_height' => array(
8633       'type' => 'int',
8634       'not null' => FALSE,
8635       'size' => 'normal',
8636       'unsigned' => TRUE,
8637     ),
8638   ),
8639   'primary key' => array(
8640     'entity_type',
8641     'deleted',
8642     'entity_id',
8643     'revision_id',
8644     'language',
8645     'delta',
8646   ),
8647   'mysql_character_set' => 'utf8',
8648 ));
8649
8650 $connection->insert('field_revision_field_images')
8651 ->fields(array(
8652   'entity_type',
8653   'bundle',
8654   'deleted',
8655   'entity_id',
8656   'revision_id',
8657   'language',
8658   'delta',
8659   'field_images_fid',
8660   'field_images_alt',
8661   'field_images_title',
8662   'field_images_width',
8663   'field_images_height',
8664 ))
8665 ->values(array(
8666   'entity_type' => 'node',
8667   'bundle' => 'test_content_type',
8668   'deleted' => '0',
8669   'entity_id' => '1',
8670   'revision_id' => '1',
8671   'language' => 'und',
8672   'delta' => '0',
8673   'field_images_fid' => '1',
8674   'field_images_alt' => 'alt text',
8675   'field_images_title' => 'title text',
8676   'field_images_width' => '93',
8677   'field_images_height' => '93',
8678 ))
8679 ->execute();
8680
8681 $connection->schema()->createTable('field_revision_field_integer', array(
8682   'fields' => array(
8683     'entity_type' => array(
8684       'type' => 'varchar',
8685       'not null' => TRUE,
8686       'length' => '128',
8687       'default' => '',
8688     ),
8689     'bundle' => array(
8690       'type' => 'varchar',
8691       'not null' => TRUE,
8692       'length' => '128',
8693       'default' => '',
8694     ),
8695     'deleted' => array(
8696       'type' => 'int',
8697       'not null' => TRUE,
8698       'size' => 'normal',
8699       'default' => '0',
8700     ),
8701     'entity_id' => array(
8702       'type' => 'int',
8703       'not null' => TRUE,
8704       'size' => 'normal',
8705       'unsigned' => TRUE,
8706     ),
8707     'revision_id' => array(
8708       'type' => 'int',
8709       'not null' => TRUE,
8710       'size' => 'normal',
8711       'unsigned' => TRUE,
8712     ),
8713     'language' => array(
8714       'type' => 'varchar',
8715       'not null' => TRUE,
8716       'length' => '32',
8717       'default' => '',
8718     ),
8719     'delta' => array(
8720       'type' => 'int',
8721       'not null' => TRUE,
8722       'size' => 'normal',
8723       'unsigned' => TRUE,
8724     ),
8725     'field_integer_value' => array(
8726       'type' => 'int',
8727       'not null' => FALSE,
8728       'size' => 'normal',
8729     ),
8730   ),
8731   'primary key' => array(
8732     'entity_type',
8733     'deleted',
8734     'entity_id',
8735     'revision_id',
8736     'language',
8737     'delta',
8738   ),
8739   'mysql_character_set' => 'utf8',
8740 ));
8741
8742 $connection->insert('field_revision_field_integer')
8743 ->fields(array(
8744   'entity_type',
8745   'bundle',
8746   'deleted',
8747   'entity_id',
8748   'revision_id',
8749   'language',
8750   'delta',
8751   'field_integer_value',
8752 ))
8753 ->values(array(
8754   'entity_type' => 'node',
8755   'bundle' => 'test_content_type',
8756   'deleted' => '0',
8757   'entity_id' => '1',
8758   'revision_id' => '1',
8759   'language' => 'und',
8760   'delta' => '0',
8761   'field_integer_value' => '5',
8762 ))
8763 ->values(array(
8764   'entity_type' => 'user',
8765   'bundle' => 'user',
8766   'deleted' => '0',
8767   'entity_id' => '2',
8768   'revision_id' => '2',
8769   'language' => 'und',
8770   'delta' => '0',
8771   'field_integer_value' => '99',
8772 ))
8773 ->values(array(
8774   'entity_type' => 'taxonomy_term',
8775   'bundle' => 'test_vocabulary',
8776   'deleted' => '0',
8777   'entity_id' => '4',
8778   'revision_id' => '4',
8779   'language' => 'und',
8780   'delta' => '0',
8781   'field_integer_value' => '6',
8782 ))
8783 ->execute();
8784
8785 $connection->schema()->createTable('field_revision_field_integer_list', array(
8786   'fields' => array(
8787     'entity_type' => array(
8788       'type' => 'varchar',
8789       'not null' => TRUE,
8790       'length' => '128',
8791       'default' => '',
8792     ),
8793     'bundle' => array(
8794       'type' => 'varchar',
8795       'not null' => TRUE,
8796       'length' => '128',
8797       'default' => '',
8798     ),
8799     'deleted' => array(
8800       'type' => 'int',
8801       'not null' => TRUE,
8802       'size' => 'normal',
8803       'default' => '0',
8804     ),
8805     'entity_id' => array(
8806       'type' => 'int',
8807       'not null' => TRUE,
8808       'size' => 'normal',
8809       'unsigned' => TRUE,
8810     ),
8811     'revision_id' => array(
8812       'type' => 'int',
8813       'not null' => TRUE,
8814       'size' => 'normal',
8815       'unsigned' => TRUE,
8816     ),
8817     'language' => array(
8818       'type' => 'varchar',
8819       'not null' => TRUE,
8820       'length' => '32',
8821       'default' => '',
8822     ),
8823     'delta' => array(
8824       'type' => 'int',
8825       'not null' => TRUE,
8826       'size' => 'normal',
8827       'unsigned' => TRUE,
8828     ),
8829     'field_integer_list_value' => array(
8830       'type' => 'int',
8831       'not null' => FALSE,
8832       'size' => 'normal',
8833     ),
8834   ),
8835   'primary key' => array(
8836     'entity_type',
8837     'deleted',
8838     'entity_id',
8839     'revision_id',
8840     'language',
8841     'delta',
8842   ),
8843   'mysql_character_set' => 'utf8',
8844 ));
8845
8846 $connection->insert('field_revision_field_integer_list')
8847 ->fields(array(
8848   'entity_type',
8849   'bundle',
8850   'deleted',
8851   'entity_id',
8852   'revision_id',
8853   'language',
8854   'delta',
8855   'field_integer_list_value',
8856 ))
8857 ->values(array(
8858   'entity_type' => 'node',
8859   'bundle' => 'test_content_type',
8860   'deleted' => '0',
8861   'entity_id' => '1',
8862   'revision_id' => '1',
8863   'language' => 'und',
8864   'delta' => '0',
8865   'field_integer_list_value' => '7',
8866 ))
8867 ->execute();
8868
8869 $connection->schema()->createTable('field_revision_field_link', array(
8870   'fields' => array(
8871     'entity_type' => array(
8872       'type' => 'varchar',
8873       'not null' => TRUE,
8874       'length' => '128',
8875       'default' => '',
8876     ),
8877     'bundle' => array(
8878       'type' => 'varchar',
8879       'not null' => TRUE,
8880       'length' => '128',
8881       'default' => '',
8882     ),
8883     'deleted' => array(
8884       'type' => 'int',
8885       'not null' => TRUE,
8886       'size' => 'normal',
8887       'default' => '0',
8888     ),
8889     'entity_id' => array(
8890       'type' => 'int',
8891       'not null' => TRUE,
8892       'size' => 'normal',
8893       'unsigned' => TRUE,
8894     ),
8895     'revision_id' => array(
8896       'type' => 'int',
8897       'not null' => TRUE,
8898       'size' => 'normal',
8899       'unsigned' => TRUE,
8900     ),
8901     'language' => array(
8902       'type' => 'varchar',
8903       'not null' => TRUE,
8904       'length' => '32',
8905       'default' => '',
8906     ),
8907     'delta' => array(
8908       'type' => 'int',
8909       'not null' => TRUE,
8910       'size' => 'normal',
8911       'unsigned' => TRUE,
8912     ),
8913     'field_link_url' => array(
8914       'type' => 'varchar',
8915       'not null' => FALSE,
8916       'length' => '2048',
8917     ),
8918     'field_link_title' => array(
8919       'type' => 'varchar',
8920       'not null' => FALSE,
8921       'length' => '255',
8922     ),
8923     'field_link_attributes' => array(
8924       'type' => 'text',
8925       'not null' => FALSE,
8926       'size' => 'normal',
8927     ),
8928   ),
8929   'primary key' => array(
8930     'entity_type',
8931     'deleted',
8932     'entity_id',
8933     'revision_id',
8934     'language',
8935     'delta',
8936   ),
8937   'mysql_character_set' => 'utf8',
8938 ));
8939
8940 $connection->insert('field_revision_field_link')
8941 ->fields(array(
8942   'entity_type',
8943   'bundle',
8944   'deleted',
8945   'entity_id',
8946   'revision_id',
8947   'language',
8948   'delta',
8949   'field_link_url',
8950   'field_link_title',
8951   'field_link_attributes',
8952 ))
8953 ->values(array(
8954   'entity_type' => 'node',
8955   'bundle' => 'test_content_type',
8956   'deleted' => '0',
8957   'entity_id' => '1',
8958   'revision_id' => '1',
8959   'language' => 'und',
8960   'delta' => '0',
8961   'field_link_url' => 'http://google.com',
8962   'field_link_title' => 'Click Here',
8963   'field_link_attributes' => 'a:1:{s:5:"title";s:10:"Click Here";}',
8964 ))
8965 ->values(array(
8966   'entity_type' => 'node',
8967   'bundle' => 'article',
8968   'deleted' => '0',
8969   'entity_id' => '2',
8970   'revision_id' => '2',
8971   'language' => 'und',
8972   'delta' => '0',
8973   'field_link_url' => '<front>',
8974   'field_link_title' => 'Home',
8975   'field_link_attributes' => 'a:0:{}',
8976 ))
8977 ->values(array(
8978   'entity_type' => 'node',
8979   'bundle' => 'article',
8980   'deleted' => '0',
8981   'entity_id' => '3',
8982   'revision_id' => '3',
8983   'language' => 'und',
8984   'delta' => '0',
8985   'field_link_url' => '<front>',
8986   'field_link_title' => 'Home',
8987   'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
8988 ))
8989 ->execute();
8990
8991 $connection->schema()->createTable('field_revision_field_long_text', array(
8992   'fields' => array(
8993     'entity_type' => array(
8994       'type' => 'varchar',
8995       'not null' => TRUE,
8996       'length' => '128',
8997       'default' => '',
8998     ),
8999     'bundle' => array(
9000       'type' => 'varchar',
9001       'not null' => TRUE,
9002       'length' => '128',
9003       'default' => '',
9004     ),
9005     'deleted' => array(
9006       'type' => 'int',
9007       'not null' => TRUE,
9008       'size' => 'normal',
9009       'default' => '0',
9010     ),
9011     'entity_id' => array(
9012       'type' => 'int',
9013       'not null' => TRUE,
9014       'size' => 'normal',
9015       'unsigned' => TRUE,
9016     ),
9017     'revision_id' => array(
9018       'type' => 'int',
9019       'not null' => TRUE,
9020       'size' => 'normal',
9021       'unsigned' => TRUE,
9022     ),
9023     'language' => array(
9024       'type' => 'varchar',
9025       'not null' => TRUE,
9026       'length' => '32',
9027       'default' => '',
9028     ),
9029     'delta' => array(
9030       'type' => 'int',
9031       'not null' => TRUE,
9032       'size' => 'normal',
9033       'unsigned' => TRUE,
9034     ),
9035     'field_long_text_value' => array(
9036       'type' => 'text',
9037       'not null' => FALSE,
9038       'size' => 'normal',
9039     ),
9040     'field_long_text_summary' => array(
9041       'type' => 'text',
9042       'not null' => FALSE,
9043       'size' => 'normal',
9044     ),
9045     'field_long_text_format' => array(
9046       'type' => 'varchar',
9047       'not null' => FALSE,
9048       'length' => '255',
9049     ),
9050   ),
9051   'primary key' => array(
9052     'entity_type',
9053     'deleted',
9054     'entity_id',
9055     'revision_id',
9056     'language',
9057     'delta',
9058   ),
9059   'mysql_character_set' => 'utf8',
9060 ));
9061
9062 $connection->schema()->createTable('field_revision_field_node_entityreference', array(
9063   'fields' => array(
9064     'entity_type' => array(
9065       'type' => 'varchar',
9066       'not null' => TRUE,
9067       'length' => '128',
9068       'default' => '',
9069     ),
9070     'bundle' => array(
9071       'type' => 'varchar',
9072       'not null' => TRUE,
9073       'length' => '128',
9074       'default' => '',
9075     ),
9076     'deleted' => array(
9077       'type' => 'int',
9078       'not null' => TRUE,
9079       'size' => 'tiny',
9080       'default' => '0',
9081     ),
9082     'entity_id' => array(
9083       'type' => 'int',
9084       'not null' => TRUE,
9085       'size' => 'normal',
9086       'unsigned' => TRUE,
9087     ),
9088     'revision_id' => array(
9089       'type' => 'int',
9090       'not null' => TRUE,
9091       'size' => 'normal',
9092       'unsigned' => TRUE,
9093     ),
9094     'language' => array(
9095       'type' => 'varchar',
9096       'not null' => TRUE,
9097       'length' => '32',
9098       'default' => '',
9099     ),
9100     'delta' => array(
9101       'type' => 'int',
9102       'not null' => TRUE,
9103       'size' => 'normal',
9104       'unsigned' => TRUE,
9105     ),
9106     'field_node_entityreference_target_id' => array(
9107       'type' => 'int',
9108       'not null' => TRUE,
9109       'size' => 'normal',
9110       'unsigned' => TRUE,
9111     ),
9112   ),
9113   'primary key' => array(
9114     'entity_type',
9115     'entity_id',
9116     'revision_id',
9117     'deleted',
9118     'delta',
9119     'language',
9120   ),
9121   'indexes' => array(
9122     'entity_type' => array(
9123       'entity_type',
9124     ),
9125     'bundle' => array(
9126       'bundle',
9127     ),
9128     'deleted' => array(
9129       'deleted',
9130     ),
9131     'entity_id' => array(
9132       'entity_id',
9133     ),
9134     'revision_id' => array(
9135       'revision_id',
9136     ),
9137     'language' => array(
9138       'language',
9139     ),
9140     'field_node_entityreference_target_id' => array(
9141       'field_node_entityreference_target_id',
9142     ),
9143   ),
9144   'mysql_character_set' => 'utf8',
9145 ));
9146
9147 $connection->insert('field_revision_field_node_entityreference')
9148 ->fields(array(
9149   'entity_type',
9150   'bundle',
9151   'deleted',
9152   'entity_id',
9153   'revision_id',
9154   'language',
9155   'delta',
9156   'field_node_entityreference_target_id',
9157 ))
9158 ->values(array(
9159   'entity_type' => 'node',
9160   'bundle' => 'test_content_type',
9161   'deleted' => '0',
9162   'entity_id' => '1',
9163   'revision_id' => '1',
9164   'language' => 'und',
9165   'delta' => '0',
9166   'field_node_entityreference_target_id' => '2',
9167 ))
9168 ->execute();
9169
9170 $connection->schema()->createTable('field_revision_field_phone', array(
9171   'fields' => array(
9172     'entity_type' => array(
9173       'type' => 'varchar',
9174       'not null' => TRUE,
9175       'length' => '128',
9176       'default' => '',
9177     ),
9178     'bundle' => array(
9179       'type' => 'varchar',
9180       'not null' => TRUE,
9181       'length' => '128',
9182       'default' => '',
9183     ),
9184     'deleted' => array(
9185       'type' => 'int',
9186       'not null' => TRUE,
9187       'size' => 'normal',
9188       'default' => '0',
9189     ),
9190     'entity_id' => array(
9191       'type' => 'int',
9192       'not null' => TRUE,
9193       'size' => 'normal',
9194       'unsigned' => TRUE,
9195     ),
9196     'revision_id' => array(
9197       'type' => 'int',
9198       'not null' => TRUE,
9199       'size' => 'normal',
9200       'unsigned' => TRUE,
9201     ),
9202     'language' => array(
9203       'type' => 'varchar',
9204       'not null' => TRUE,
9205       'length' => '32',
9206       'default' => '',
9207     ),
9208     'delta' => array(
9209       'type' => 'int',
9210       'not null' => TRUE,
9211       'size' => 'normal',
9212       'unsigned' => TRUE,
9213     ),
9214     'field_phone_value' => array(
9215       'type' => 'varchar',
9216       'not null' => FALSE,
9217       'length' => '255',
9218     ),
9219   ),
9220   'primary key' => array(
9221     'entity_type',
9222     'deleted',
9223     'entity_id',
9224     'revision_id',
9225     'language',
9226     'delta',
9227   ),
9228   'mysql_character_set' => 'utf8',
9229 ));
9230
9231 $connection->insert('field_revision_field_phone')
9232 ->fields(array(
9233   'entity_type',
9234   'bundle',
9235   'deleted',
9236   'entity_id',
9237   'revision_id',
9238   'language',
9239   'delta',
9240   'field_phone_value',
9241 ))
9242 ->values(array(
9243   'entity_type' => 'node',
9244   'bundle' => 'test_content_type',
9245   'deleted' => '0',
9246   'entity_id' => '1',
9247   'revision_id' => '1',
9248   'language' => 'und',
9249   'delta' => '0',
9250   'field_phone_value' => '99-99-99-99',
9251 ))
9252 ->values(array(
9253   'entity_type' => 'node',
9254   'bundle' => 'test_content_type',
9255   'deleted' => '0',
9256   'entity_id' => '1',
9257   'revision_id' => '6',
9258   'language' => 'und',
9259   'delta' => '0',
9260   'field_phone_value' => '99-99-99-99',
9261 ))
9262 ->execute();
9263
9264 $connection->schema()->createTable('field_revision_field_private_file', array(
9265   'fields' => array(
9266     'entity_type' => array(
9267       'type' => 'varchar',
9268       'not null' => TRUE,
9269       'length' => '128',
9270       'default' => '',
9271     ),
9272     'bundle' => array(
9273       'type' => 'varchar',
9274       'not null' => TRUE,
9275       'length' => '128',
9276       'default' => '',
9277     ),
9278     'deleted' => array(
9279       'type' => 'int',
9280       'not null' => TRUE,
9281       'size' => 'tiny',
9282       'default' => '0',
9283     ),
9284     'entity_id' => array(
9285       'type' => 'int',
9286       'not null' => TRUE,
9287       'size' => 'normal',
9288       'unsigned' => TRUE,
9289     ),
9290     'revision_id' => array(
9291       'type' => 'int',
9292       'not null' => TRUE,
9293       'size' => 'normal',
9294       'unsigned' => TRUE,
9295     ),
9296     'language' => array(
9297       'type' => 'varchar',
9298       'not null' => TRUE,
9299       'length' => '32',
9300       'default' => '',
9301     ),
9302     'delta' => array(
9303       'type' => 'int',
9304       'not null' => TRUE,
9305       'size' => 'normal',
9306       'unsigned' => TRUE,
9307     ),
9308     'field_private_file_fid' => array(
9309       'type' => 'int',
9310       'not null' => FALSE,
9311       'size' => 'normal',
9312       'unsigned' => TRUE,
9313     ),
9314     'field_private_file_display' => array(
9315       'type' => 'int',
9316       'not null' => TRUE,
9317       'size' => 'tiny',
9318       'default' => '1',
9319       'unsigned' => TRUE,
9320     ),
9321     'field_private_file_description' => array(
9322       'type' => 'text',
9323       'not null' => FALSE,
9324       'size' => 'normal',
9325     ),
9326   ),
9327   'primary key' => array(
9328     'entity_type',
9329     'entity_id',
9330     'revision_id',
9331     'deleted',
9332     'delta',
9333     'language',
9334   ),
9335   'indexes' => array(
9336     'entity_type' => array(
9337       'entity_type',
9338     ),
9339     'bundle' => array(
9340       'bundle',
9341     ),
9342     'deleted' => array(
9343       'deleted',
9344     ),
9345     'entity_id' => array(
9346       'entity_id',
9347     ),
9348     'revision_id' => array(
9349       'revision_id',
9350     ),
9351     'language' => array(
9352       'language',
9353     ),
9354     'field_private_file_fid' => array(
9355       'field_private_file_fid',
9356     ),
9357   ),
9358   'mysql_character_set' => 'utf8',
9359 ));
9360
9361 $connection->insert('field_revision_field_private_file')
9362 ->fields(array(
9363   'entity_type',
9364   'bundle',
9365   'deleted',
9366   'entity_id',
9367   'revision_id',
9368   'language',
9369   'delta',
9370   'field_private_file_fid',
9371   'field_private_file_display',
9372   'field_private_file_description',
9373 ))
9374 ->values(array(
9375   'entity_type' => 'node',
9376   'bundle' => 'test_content_type',
9377   'deleted' => '0',
9378   'entity_id' => '1',
9379   'revision_id' => '6',
9380   'language' => 'und',
9381   'delta' => '0',
9382   'field_private_file_fid' => '4',
9383   'field_private_file_display' => '1',
9384   'field_private_file_description' => '',
9385 ))
9386 ->execute();
9387
9388 $connection->schema()->createTable('field_revision_field_tags', array(
9389   'fields' => array(
9390     'entity_type' => array(
9391       'type' => 'varchar',
9392       'not null' => TRUE,
9393       'length' => '128',
9394       'default' => '',
9395     ),
9396     'bundle' => array(
9397       'type' => 'varchar',
9398       'not null' => TRUE,
9399       'length' => '128',
9400       'default' => '',
9401     ),
9402     'deleted' => array(
9403       'type' => 'int',
9404       'not null' => TRUE,
9405       'size' => 'normal',
9406       'default' => '0',
9407     ),
9408     'entity_id' => array(
9409       'type' => 'int',
9410       'not null' => TRUE,
9411       'size' => 'normal',
9412       'unsigned' => TRUE,
9413     ),
9414     'revision_id' => array(
9415       'type' => 'int',
9416       'not null' => TRUE,
9417       'size' => 'normal',
9418       'unsigned' => TRUE,
9419     ),
9420     'language' => array(
9421       'type' => 'varchar',
9422       'not null' => TRUE,
9423       'length' => '32',
9424       'default' => '',
9425     ),
9426     'delta' => array(
9427       'type' => 'int',
9428       'not null' => TRUE,
9429       'size' => 'normal',
9430       'unsigned' => TRUE,
9431     ),
9432     'field_tags_tid' => array(
9433       'type' => 'int',
9434       'not null' => FALSE,
9435       'size' => 'normal',
9436       'unsigned' => TRUE,
9437     ),
9438   ),
9439   'primary key' => array(
9440     'entity_type',
9441     'deleted',
9442     'entity_id',
9443     'revision_id',
9444     'language',
9445     'delta',
9446   ),
9447   'mysql_character_set' => 'utf8',
9448 ));
9449
9450 $connection->insert('field_revision_field_tags')
9451 ->fields(array(
9452   'entity_type',
9453   'bundle',
9454   'deleted',
9455   'entity_id',
9456   'revision_id',
9457   'language',
9458   'delta',
9459   'field_tags_tid',
9460 ))
9461 ->values(array(
9462   'entity_type' => 'node',
9463   'bundle' => 'article',
9464   'deleted' => '0',
9465   'entity_id' => '2',
9466   'revision_id' => '2',
9467   'language' => 'und',
9468   'delta' => '0',
9469   'field_tags_tid' => '9',
9470 ))
9471 ->values(array(
9472   'entity_type' => 'node',
9473   'bundle' => 'article',
9474   'deleted' => '0',
9475   'entity_id' => '3',
9476   'revision_id' => '3',
9477   'language' => 'und',
9478   'delta' => '0',
9479   'field_tags_tid' => '9',
9480 ))
9481 ->values(array(
9482   'entity_type' => 'node',
9483   'bundle' => 'article',
9484   'deleted' => '0',
9485   'entity_id' => '2',
9486   'revision_id' => '2',
9487   'language' => 'und',
9488   'delta' => '1',
9489   'field_tags_tid' => '14',
9490 ))
9491 ->values(array(
9492   'entity_type' => 'node',
9493   'bundle' => 'article',
9494   'deleted' => '0',
9495   'entity_id' => '3',
9496   'revision_id' => '3',
9497   'language' => 'und',
9498   'delta' => '1',
9499   'field_tags_tid' => '14',
9500 ))
9501 ->values(array(
9502   'entity_type' => 'node',
9503   'bundle' => 'article',
9504   'deleted' => '0',
9505   'entity_id' => '2',
9506   'revision_id' => '2',
9507   'language' => 'und',
9508   'delta' => '2',
9509   'field_tags_tid' => '17',
9510 ))
9511 ->values(array(
9512   'entity_type' => 'node',
9513   'bundle' => 'article',
9514   'deleted' => '0',
9515   'entity_id' => '3',
9516   'revision_id' => '3',
9517   'language' => 'und',
9518   'delta' => '2',
9519   'field_tags_tid' => '17',
9520 ))
9521 ->execute();
9522
9523 $connection->schema()->createTable('field_revision_field_term_entityreference', array(
9524   'fields' => array(
9525     'entity_type' => array(
9526       'type' => 'varchar',
9527       'not null' => TRUE,
9528       'length' => '128',
9529       'default' => '',
9530     ),
9531     'bundle' => array(
9532       'type' => 'varchar',
9533       'not null' => TRUE,
9534       'length' => '128',
9535       'default' => '',
9536     ),
9537     'deleted' => array(
9538       'type' => 'int',
9539       'not null' => TRUE,
9540       'size' => 'tiny',
9541       'default' => '0',
9542     ),
9543     'entity_id' => array(
9544       'type' => 'int',
9545       'not null' => TRUE,
9546       'size' => 'normal',
9547       'unsigned' => TRUE,
9548     ),
9549     'revision_id' => array(
9550       'type' => 'int',
9551       'not null' => TRUE,
9552       'size' => 'normal',
9553       'unsigned' => TRUE,
9554     ),
9555     'language' => array(
9556       'type' => 'varchar',
9557       'not null' => TRUE,
9558       'length' => '32',
9559       'default' => '',
9560     ),
9561     'delta' => array(
9562       'type' => 'int',
9563       'not null' => TRUE,
9564       'size' => 'normal',
9565       'unsigned' => TRUE,
9566     ),
9567     'field_term_entityreference_target_id' => array(
9568       'type' => 'int',
9569       'not null' => TRUE,
9570       'size' => 'normal',
9571       'unsigned' => TRUE,
9572     ),
9573   ),
9574   'primary key' => array(
9575     'entity_type',
9576     'entity_id',
9577     'revision_id',
9578     'deleted',
9579     'delta',
9580     'language',
9581   ),
9582   'indexes' => array(
9583     'entity_type' => array(
9584       'entity_type',
9585     ),
9586     'bundle' => array(
9587       'bundle',
9588     ),
9589     'deleted' => array(
9590       'deleted',
9591     ),
9592     'entity_id' => array(
9593       'entity_id',
9594     ),
9595     'revision_id' => array(
9596       'revision_id',
9597     ),
9598     'language' => array(
9599       'language',
9600     ),
9601     'field_term_entityreference_target_id' => array(
9602       'field_term_entityreference_target_id',
9603     ),
9604   ),
9605   'mysql_character_set' => 'utf8',
9606 ));
9607
9608 $connection->insert('field_revision_field_term_entityreference')
9609 ->fields(array(
9610   'entity_type',
9611   'bundle',
9612   'deleted',
9613   'entity_id',
9614   'revision_id',
9615   'language',
9616   'delta',
9617   'field_term_entityreference_target_id',
9618 ))
9619 ->values(array(
9620   'entity_type' => 'node',
9621   'bundle' => 'test_content_type',
9622   'deleted' => '0',
9623   'entity_id' => '1',
9624   'revision_id' => '1',
9625   'language' => 'und',
9626   'delta' => '0',
9627   'field_term_entityreference_target_id' => '17',
9628 ))
9629 ->values(array(
9630   'entity_type' => 'node',
9631   'bundle' => 'test_content_type',
9632   'deleted' => '0',
9633   'entity_id' => '1',
9634   'revision_id' => '1',
9635   'language' => 'und',
9636   'delta' => '1',
9637   'field_term_entityreference_target_id' => '15',
9638 ))
9639 ->execute();
9640
9641 $connection->schema()->createTable('field_revision_field_term_reference', array(
9642   'fields' => array(
9643     'entity_type' => array(
9644       'type' => 'varchar',
9645       'not null' => TRUE,
9646       'length' => '128',
9647       'default' => '',
9648     ),
9649     'bundle' => array(
9650       'type' => 'varchar',
9651       'not null' => TRUE,
9652       'length' => '128',
9653       'default' => '',
9654     ),
9655     'deleted' => array(
9656       'type' => 'int',
9657       'not null' => TRUE,
9658       'size' => 'normal',
9659       'default' => '0',
9660     ),
9661     'entity_id' => array(
9662       'type' => 'int',
9663       'not null' => TRUE,
9664       'size' => 'normal',
9665       'unsigned' => TRUE,
9666     ),
9667     'revision_id' => array(
9668       'type' => 'int',
9669       'not null' => TRUE,
9670       'size' => 'normal',
9671       'unsigned' => TRUE,
9672     ),
9673     'language' => array(
9674       'type' => 'varchar',
9675       'not null' => TRUE,
9676       'length' => '32',
9677       'default' => '',
9678     ),
9679     'delta' => array(
9680       'type' => 'int',
9681       'not null' => TRUE,
9682       'size' => 'normal',
9683       'unsigned' => TRUE,
9684     ),
9685     'field_term_reference_tid' => array(
9686       'type' => 'int',
9687       'not null' => FALSE,
9688       'size' => 'normal',
9689       'unsigned' => TRUE,
9690     ),
9691   ),
9692   'primary key' => array(
9693     'entity_type',
9694     'deleted',
9695     'entity_id',
9696     'revision_id',
9697     'language',
9698     'delta',
9699   ),
9700   'mysql_character_set' => 'utf8',
9701 ));
9702
9703 $connection->insert('field_revision_field_term_reference')
9704 ->fields(array(
9705   'entity_type',
9706   'bundle',
9707   'deleted',
9708   'entity_id',
9709   'revision_id',
9710   'language',
9711   'delta',
9712   'field_term_reference_tid',
9713 ))
9714 ->values(array(
9715   'entity_type' => 'node',
9716   'bundle' => 'test_content_type',
9717   'deleted' => '0',
9718   'entity_id' => '1',
9719   'revision_id' => '1',
9720   'language' => 'und',
9721   'delta' => '0',
9722   'field_term_reference_tid' => '4',
9723 ))
9724 ->values(array(
9725   'entity_type' => 'taxonomy_term',
9726   'bundle' => 'test_vocabulary',
9727   'deleted' => '0',
9728   'entity_id' => '2',
9729   'revision_id' => '2',
9730   'language' => 'und',
9731   'delta' => '0',
9732   'field_term_reference_tid' => '3',
9733 ))
9734 ->execute();
9735
9736 $connection->schema()->createTable('field_revision_field_text', array(
9737   'fields' => array(
9738     'entity_type' => array(
9739       'type' => 'varchar',
9740       'not null' => TRUE,
9741       'length' => '128',
9742       'default' => '',
9743     ),
9744     'bundle' => array(
9745       'type' => 'varchar',
9746       'not null' => TRUE,
9747       'length' => '128',
9748       'default' => '',
9749     ),
9750     'deleted' => array(
9751       'type' => 'int',
9752       'not null' => TRUE,
9753       'size' => 'normal',
9754       'default' => '0',
9755     ),
9756     'entity_id' => array(
9757       'type' => 'int',
9758       'not null' => TRUE,
9759       'size' => 'normal',
9760       'unsigned' => TRUE,
9761     ),
9762     'revision_id' => array(
9763       'type' => 'int',
9764       'not null' => TRUE,
9765       'size' => 'normal',
9766       'unsigned' => TRUE,
9767     ),
9768     'language' => array(
9769       'type' => 'varchar',
9770       'not null' => TRUE,
9771       'length' => '32',
9772       'default' => '',
9773     ),
9774     'delta' => array(
9775       'type' => 'int',
9776       'not null' => TRUE,
9777       'size' => 'normal',
9778       'unsigned' => TRUE,
9779     ),
9780     'field_text_value' => array(
9781       'type' => 'varchar',
9782       'not null' => FALSE,
9783       'length' => '256',
9784     ),
9785     'field_text_format' => array(
9786       'type' => 'varchar',
9787       'not null' => FALSE,
9788       'length' => '255',
9789     ),
9790   ),
9791   'primary key' => array(
9792     'entity_type',
9793     'deleted',
9794     'entity_id',
9795     'revision_id',
9796     'language',
9797     'delta',
9798   ),
9799   'mysql_character_set' => 'utf8',
9800 ));
9801
9802 $connection->insert('field_revision_field_text')
9803 ->fields(array(
9804   'entity_type',
9805   'bundle',
9806   'deleted',
9807   'entity_id',
9808   'revision_id',
9809   'language',
9810   'delta',
9811   'field_text_value',
9812   'field_text_format',
9813 ))
9814 ->values(array(
9815   'entity_type' => 'node',
9816   'bundle' => 'test_content_type',
9817   'deleted' => '0',
9818   'entity_id' => '1',
9819   'revision_id' => '1',
9820   'language' => 'und',
9821   'delta' => '0',
9822   'field_text_value' => 'qwerty',
9823   'field_text_format' => NULL,
9824 ))
9825 ->execute();
9826
9827 $connection->schema()->createTable('field_revision_field_text_filtered', array(
9828   'fields' => array(
9829     'entity_type' => array(
9830       'type' => 'varchar',
9831       'not null' => TRUE,
9832       'length' => '128',
9833       'default' => '',
9834     ),
9835     'bundle' => array(
9836       'type' => 'varchar',
9837       'not null' => TRUE,
9838       'length' => '128',
9839       'default' => '',
9840     ),
9841     'deleted' => array(
9842       'type' => 'int',
9843       'not null' => TRUE,
9844       'size' => 'tiny',
9845       'default' => '0',
9846     ),
9847     'entity_id' => array(
9848       'type' => 'int',
9849       'not null' => TRUE,
9850       'size' => 'normal',
9851       'unsigned' => TRUE,
9852     ),
9853     'revision_id' => array(
9854       'type' => 'int',
9855       'not null' => TRUE,
9856       'size' => 'normal',
9857       'unsigned' => TRUE,
9858     ),
9859     'language' => array(
9860       'type' => 'varchar',
9861       'not null' => TRUE,
9862       'length' => '32',
9863       'default' => '',
9864     ),
9865     'delta' => array(
9866       'type' => 'int',
9867       'not null' => TRUE,
9868       'size' => 'normal',
9869       'unsigned' => TRUE,
9870     ),
9871     'field_text_filtered_value' => array(
9872       'type' => 'varchar',
9873       'not null' => FALSE,
9874       'length' => '255',
9875     ),
9876     'field_text_filtered_format' => array(
9877       'type' => 'varchar',
9878       'not null' => FALSE,
9879       'length' => '255',
9880     ),
9881   ),
9882   'primary key' => array(
9883     'entity_type',
9884     'entity_id',
9885     'revision_id',
9886     'deleted',
9887     'delta',
9888     'language',
9889   ),
9890   'indexes' => array(
9891     'entity_type' => array(
9892       'entity_type',
9893     ),
9894     'bundle' => array(
9895       'bundle',
9896     ),
9897     'deleted' => array(
9898       'deleted',
9899     ),
9900     'entity_id' => array(
9901       'entity_id',
9902     ),
9903     'revision_id' => array(
9904       'revision_id',
9905     ),
9906     'language' => array(
9907       'language',
9908     ),
9909     'field_text_filtered_format' => array(
9910       'field_text_filtered_format',
9911     ),
9912   ),
9913   'mysql_character_set' => 'utf8',
9914 ));
9915
9916 $connection->schema()->createTable('field_revision_field_text_list', array(
9917   'fields' => array(
9918     'entity_type' => array(
9919       'type' => 'varchar',
9920       'not null' => TRUE,
9921       'length' => '128',
9922       'default' => '',
9923     ),
9924     'bundle' => array(
9925       'type' => 'varchar',
9926       'not null' => TRUE,
9927       'length' => '128',
9928       'default' => '',
9929     ),
9930     'deleted' => array(
9931       'type' => 'int',
9932       'not null' => TRUE,
9933       'size' => 'normal',
9934       'default' => '0',
9935     ),
9936     'entity_id' => array(
9937       'type' => 'int',
9938       'not null' => TRUE,
9939       'size' => 'normal',
9940       'unsigned' => TRUE,
9941     ),
9942     'revision_id' => array(
9943       'type' => 'int',
9944       'not null' => TRUE,
9945       'size' => 'normal',
9946       'unsigned' => TRUE,
9947     ),
9948     'language' => array(
9949       'type' => 'varchar',
9950       'not null' => TRUE,
9951       'length' => '32',
9952       'default' => '',
9953     ),
9954     'delta' => array(
9955       'type' => 'int',
9956       'not null' => TRUE,
9957       'size' => 'normal',
9958       'unsigned' => TRUE,
9959     ),
9960     'field_text_list_value' => array(
9961       'type' => 'varchar',
9962       'not null' => FALSE,
9963       'length' => '255',
9964     ),
9965   ),
9966   'primary key' => array(
9967     'entity_type',
9968     'deleted',
9969     'entity_id',
9970     'revision_id',
9971     'language',
9972     'delta',
9973   ),
9974   'mysql_character_set' => 'utf8',
9975 ));
9976
9977 $connection->insert('field_revision_field_text_list')
9978 ->fields(array(
9979   'entity_type',
9980   'bundle',
9981   'deleted',
9982   'entity_id',
9983   'revision_id',
9984   'language',
9985   'delta',
9986   'field_text_list_value',
9987 ))
9988 ->values(array(
9989   'entity_type' => 'node',
9990   'bundle' => 'test_content_type',
9991   'deleted' => '0',
9992   'entity_id' => '1',
9993   'revision_id' => '1',
9994   'language' => 'und',
9995   'delta' => '0',
9996   'field_text_list_value' => 'Some more text',
9997 ))
9998 ->execute();
9999
10000 $connection->schema()->createTable('field_revision_field_text_long_filtered', array(
10001   'fields' => array(
10002     'entity_type' => array(
10003       'type' => 'varchar',
10004       'not null' => TRUE,
10005       'length' => '128',
10006       'default' => '',
10007     ),
10008     'bundle' => array(
10009       'type' => 'varchar',
10010       'not null' => TRUE,
10011       'length' => '128',
10012       'default' => '',
10013     ),
10014     'deleted' => array(
10015       'type' => 'int',
10016       'not null' => TRUE,
10017       'size' => 'tiny',
10018       'default' => '0',
10019     ),
10020     'entity_id' => array(
10021       'type' => 'int',
10022       'not null' => TRUE,
10023       'size' => 'normal',
10024       'unsigned' => TRUE,
10025     ),
10026     'revision_id' => array(
10027       'type' => 'int',
10028       'not null' => TRUE,
10029       'size' => 'normal',
10030       'unsigned' => TRUE,
10031     ),
10032     'language' => array(
10033       'type' => 'varchar',
10034       'not null' => TRUE,
10035       'length' => '32',
10036       'default' => '',
10037     ),
10038     'delta' => array(
10039       'type' => 'int',
10040       'not null' => TRUE,
10041       'size' => 'normal',
10042       'unsigned' => TRUE,
10043     ),
10044     'field_text_long_filtered_value' => array(
10045       'type' => 'text',
10046       'not null' => FALSE,
10047       'size' => 'big',
10048     ),
10049     'field_text_long_filtered_format' => array(
10050       'type' => 'varchar',
10051       'not null' => FALSE,
10052       'length' => '255',
10053     ),
10054   ),
10055   'primary key' => array(
10056     'entity_type',
10057     'entity_id',
10058     'revision_id',
10059     'deleted',
10060     'delta',
10061     'language',
10062   ),
10063   'indexes' => array(
10064     'entity_type' => array(
10065       'entity_type',
10066     ),
10067     'bundle' => array(
10068       'bundle',
10069     ),
10070     'deleted' => array(
10071       'deleted',
10072     ),
10073     'entity_id' => array(
10074       'entity_id',
10075     ),
10076     'revision_id' => array(
10077       'revision_id',
10078     ),
10079     'language' => array(
10080       'language',
10081     ),
10082     'field_text_long_filtered_format' => array(
10083       'field_text_long_filtered_format',
10084     ),
10085   ),
10086   'mysql_character_set' => 'utf8',
10087 ));
10088
10089 $connection->schema()->createTable('field_revision_field_text_long_plain', array(
10090   'fields' => array(
10091     'entity_type' => array(
10092       'type' => 'varchar',
10093       'not null' => TRUE,
10094       'length' => '128',
10095       'default' => '',
10096     ),
10097     'bundle' => array(
10098       'type' => 'varchar',
10099       'not null' => TRUE,
10100       'length' => '128',
10101       'default' => '',
10102     ),
10103     'deleted' => array(
10104       'type' => 'int',
10105       'not null' => TRUE,
10106       'size' => 'tiny',
10107       'default' => '0',
10108     ),
10109     'entity_id' => array(
10110       'type' => 'int',
10111       'not null' => TRUE,
10112       'size' => 'normal',
10113       'unsigned' => TRUE,
10114     ),
10115     'revision_id' => array(
10116       'type' => 'int',
10117       'not null' => TRUE,
10118       'size' => 'normal',
10119       'unsigned' => TRUE,
10120     ),
10121     'language' => array(
10122       'type' => 'varchar',
10123       'not null' => TRUE,
10124       'length' => '32',
10125       'default' => '',
10126     ),
10127     'delta' => array(
10128       'type' => 'int',
10129       'not null' => TRUE,
10130       'size' => 'normal',
10131       'unsigned' => TRUE,
10132     ),
10133     'field_text_long_plain_value' => array(
10134       'type' => 'text',
10135       'not null' => FALSE,
10136       'size' => 'big',
10137     ),
10138     'field_text_long_plain_format' => array(
10139       'type' => 'varchar',
10140       'not null' => FALSE,
10141       'length' => '255',
10142     ),
10143   ),
10144   'primary key' => array(
10145     'entity_type',
10146     'entity_id',
10147     'revision_id',
10148     'deleted',
10149     'delta',
10150     'language',
10151   ),
10152   'indexes' => array(
10153     'entity_type' => array(
10154       'entity_type',
10155     ),
10156     'bundle' => array(
10157       'bundle',
10158     ),
10159     'deleted' => array(
10160       'deleted',
10161     ),
10162     'entity_id' => array(
10163       'entity_id',
10164     ),
10165     'revision_id' => array(
10166       'revision_id',
10167     ),
10168     'language' => array(
10169       'language',
10170     ),
10171     'field_text_long_plain_format' => array(
10172       'field_text_long_plain_format',
10173     ),
10174   ),
10175   'mysql_character_set' => 'utf8',
10176 ));
10177
10178 $connection->schema()->createTable('field_revision_field_text_long_plain_filtered', array(
10179   'fields' => array(
10180     'entity_type' => array(
10181       'type' => 'varchar',
10182       'not null' => TRUE,
10183       'length' => '128',
10184       'default' => '',
10185     ),
10186     'bundle' => array(
10187       'type' => 'varchar',
10188       'not null' => TRUE,
10189       'length' => '128',
10190       'default' => '',
10191     ),
10192     'deleted' => array(
10193       'type' => 'int',
10194       'not null' => TRUE,
10195       'size' => 'tiny',
10196       'default' => '0',
10197     ),
10198     'entity_id' => array(
10199       'type' => 'int',
10200       'not null' => TRUE,
10201       'size' => 'normal',
10202       'unsigned' => TRUE,
10203     ),
10204     'revision_id' => array(
10205       'type' => 'int',
10206       'not null' => TRUE,
10207       'size' => 'normal',
10208       'unsigned' => TRUE,
10209     ),
10210     'language' => array(
10211       'type' => 'varchar',
10212       'not null' => TRUE,
10213       'length' => '32',
10214       'default' => '',
10215     ),
10216     'delta' => array(
10217       'type' => 'int',
10218       'not null' => TRUE,
10219       'size' => 'normal',
10220       'unsigned' => TRUE,
10221     ),
10222     'field_text_long_plain_filtered_value' => array(
10223       'type' => 'text',
10224       'not null' => FALSE,
10225       'size' => 'big',
10226     ),
10227     'field_text_long_plain_filtered_format' => array(
10228       'type' => 'varchar',
10229       'not null' => FALSE,
10230       'length' => '255',
10231     ),
10232   ),
10233   'primary key' => array(
10234     'entity_type',
10235     'entity_id',
10236     'revision_id',
10237     'deleted',
10238     'delta',
10239     'language',
10240   ),
10241   'indexes' => array(
10242     'entity_type' => array(
10243       'entity_type',
10244     ),
10245     'bundle' => array(
10246       'bundle',
10247     ),
10248     'deleted' => array(
10249       'deleted',
10250     ),
10251     'entity_id' => array(
10252       'entity_id',
10253     ),
10254     'revision_id' => array(
10255       'revision_id',
10256     ),
10257     'language' => array(
10258       'language',
10259     ),
10260     'field_text_long_plain_filtered_format' => array(
10261       'field_text_long_plain_filtered_format',
10262     ),
10263   ),
10264   'mysql_character_set' => 'utf8',
10265 ));
10266
10267 $connection->schema()->createTable('field_revision_field_text_plain', array(
10268   'fields' => array(
10269     'entity_type' => array(
10270       'type' => 'varchar',
10271       'not null' => TRUE,
10272       'length' => '128',
10273       'default' => '',
10274     ),
10275     'bundle' => array(
10276       'type' => 'varchar',
10277       'not null' => TRUE,
10278       'length' => '128',
10279       'default' => '',
10280     ),
10281     'deleted' => array(
10282       'type' => 'int',
10283       'not null' => TRUE,
10284       'size' => 'tiny',
10285       'default' => '0',
10286     ),
10287     'entity_id' => array(
10288       'type' => 'int',
10289       'not null' => TRUE,
10290       'size' => 'normal',
10291       'unsigned' => TRUE,
10292     ),
10293     'revision_id' => array(
10294       'type' => 'int',
10295       'not null' => TRUE,
10296       'size' => 'normal',
10297       'unsigned' => TRUE,
10298     ),
10299     'language' => array(
10300       'type' => 'varchar',
10301       'not null' => TRUE,
10302       'length' => '32',
10303       'default' => '',
10304     ),
10305     'delta' => array(
10306       'type' => 'int',
10307       'not null' => TRUE,
10308       'size' => 'normal',
10309       'unsigned' => TRUE,
10310     ),
10311     'field_text_plain_value' => array(
10312       'type' => 'varchar',
10313       'not null' => FALSE,
10314       'length' => '255',
10315     ),
10316     'field_text_plain_format' => array(
10317       'type' => 'varchar',
10318       'not null' => FALSE,
10319       'length' => '255',
10320     ),
10321   ),
10322   'primary key' => array(
10323     'entity_type',
10324     'entity_id',
10325     'revision_id',
10326     'deleted',
10327     'delta',
10328     'language',
10329   ),
10330   'indexes' => array(
10331     'entity_type' => array(
10332       'entity_type',
10333     ),
10334     'bundle' => array(
10335       'bundle',
10336     ),
10337     'deleted' => array(
10338       'deleted',
10339     ),
10340     'entity_id' => array(
10341       'entity_id',
10342     ),
10343     'revision_id' => array(
10344       'revision_id',
10345     ),
10346     'language' => array(
10347       'language',
10348     ),
10349     'field_text_plain_format' => array(
10350       'field_text_plain_format',
10351     ),
10352   ),
10353   'mysql_character_set' => 'utf8',
10354 ));
10355
10356 $connection->schema()->createTable('field_revision_field_text_plain_filtered', array(
10357   'fields' => array(
10358     'entity_type' => array(
10359       'type' => 'varchar',
10360       'not null' => TRUE,
10361       'length' => '128',
10362       'default' => '',
10363     ),
10364     'bundle' => array(
10365       'type' => 'varchar',
10366       'not null' => TRUE,
10367       'length' => '128',
10368       'default' => '',
10369     ),
10370     'deleted' => array(
10371       'type' => 'int',
10372       'not null' => TRUE,
10373       'size' => 'tiny',
10374       'default' => '0',
10375     ),
10376     'entity_id' => array(
10377       'type' => 'int',
10378       'not null' => TRUE,
10379       'size' => 'normal',
10380       'unsigned' => TRUE,
10381     ),
10382     'revision_id' => array(
10383       'type' => 'int',
10384       'not null' => TRUE,
10385       'size' => 'normal',
10386       'unsigned' => TRUE,
10387     ),
10388     'language' => array(
10389       'type' => 'varchar',
10390       'not null' => TRUE,
10391       'length' => '32',
10392       'default' => '',
10393     ),
10394     'delta' => array(
10395       'type' => 'int',
10396       'not null' => TRUE,
10397       'size' => 'normal',
10398       'unsigned' => TRUE,
10399     ),
10400     'field_text_plain_filtered_value' => array(
10401       'type' => 'varchar',
10402       'not null' => FALSE,
10403       'length' => '255',
10404     ),
10405     'field_text_plain_filtered_format' => array(
10406       'type' => 'varchar',
10407       'not null' => FALSE,
10408       'length' => '255',
10409     ),
10410   ),
10411   'primary key' => array(
10412     'entity_type',
10413     'entity_id',
10414     'revision_id',
10415     'deleted',
10416     'delta',
10417     'language',
10418   ),
10419   'indexes' => array(
10420     'entity_type' => array(
10421       'entity_type',
10422     ),
10423     'bundle' => array(
10424       'bundle',
10425     ),
10426     'deleted' => array(
10427       'deleted',
10428     ),
10429     'entity_id' => array(
10430       'entity_id',
10431     ),
10432     'revision_id' => array(
10433       'revision_id',
10434     ),
10435     'language' => array(
10436       'language',
10437     ),
10438     'field_text_plain_filtered_format' => array(
10439       'field_text_plain_filtered_format',
10440     ),
10441   ),
10442   'mysql_character_set' => 'utf8',
10443 ));
10444
10445 $connection->schema()->createTable('field_revision_field_text_sum_filtered', array(
10446   'fields' => array(
10447     'entity_type' => array(
10448       'type' => 'varchar',
10449       'not null' => TRUE,
10450       'length' => '128',
10451       'default' => '',
10452     ),
10453     'bundle' => array(
10454       'type' => 'varchar',
10455       'not null' => TRUE,
10456       'length' => '128',
10457       'default' => '',
10458     ),
10459     'deleted' => array(
10460       'type' => 'int',
10461       'not null' => TRUE,
10462       'size' => 'tiny',
10463       'default' => '0',
10464     ),
10465     'entity_id' => array(
10466       'type' => 'int',
10467       'not null' => TRUE,
10468       'size' => 'normal',
10469       'unsigned' => TRUE,
10470     ),
10471     'revision_id' => array(
10472       'type' => 'int',
10473       'not null' => TRUE,
10474       'size' => 'normal',
10475       'unsigned' => TRUE,
10476     ),
10477     'language' => array(
10478       'type' => 'varchar',
10479       'not null' => TRUE,
10480       'length' => '32',
10481       'default' => '',
10482     ),
10483     'delta' => array(
10484       'type' => 'int',
10485       'not null' => TRUE,
10486       'size' => 'normal',
10487       'unsigned' => TRUE,
10488     ),
10489     'field_text_sum_filtered_value' => array(
10490       'type' => 'text',
10491       'not null' => FALSE,
10492       'size' => 'big',
10493     ),
10494     'field_text_sum_filtered_summary' => array(
10495       'type' => 'text',
10496       'not null' => FALSE,
10497       'size' => 'big',
10498     ),
10499     'field_text_sum_filtered_format' => array(
10500       'type' => 'varchar',
10501       'not null' => FALSE,
10502       'length' => '255',
10503     ),
10504   ),
10505   'primary key' => array(
10506     'entity_type',
10507     'entity_id',
10508     'revision_id',
10509     'deleted',
10510     'delta',
10511     'language',
10512   ),
10513   'indexes' => array(
10514     'entity_type' => array(
10515       'entity_type',
10516     ),
10517     'bundle' => array(
10518       'bundle',
10519     ),
10520     'deleted' => array(
10521       'deleted',
10522     ),
10523     'entity_id' => array(
10524       'entity_id',
10525     ),
10526     'revision_id' => array(
10527       'revision_id',
10528     ),
10529     'language' => array(
10530       'language',
10531     ),
10532     'field_text_sum_filtered_format' => array(
10533       'field_text_sum_filtered_format',
10534     ),
10535   ),
10536   'mysql_character_set' => 'utf8',
10537 ));
10538
10539 $connection->schema()->createTable('field_revision_field_text_sum_plain', array(
10540   'fields' => array(
10541     'entity_type' => array(
10542       'type' => 'varchar',
10543       'not null' => TRUE,
10544       'length' => '128',
10545       'default' => '',
10546     ),
10547     'bundle' => array(
10548       'type' => 'varchar',
10549       'not null' => TRUE,
10550       'length' => '128',
10551       'default' => '',
10552     ),
10553     'deleted' => array(
10554       'type' => 'int',
10555       'not null' => TRUE,
10556       'size' => 'tiny',
10557       'default' => '0',
10558     ),
10559     'entity_id' => array(
10560       'type' => 'int',
10561       'not null' => TRUE,
10562       'size' => 'normal',
10563       'unsigned' => TRUE,
10564     ),
10565     'revision_id' => array(
10566       'type' => 'int',
10567       'not null' => TRUE,
10568       'size' => 'normal',
10569       'unsigned' => TRUE,
10570     ),
10571     'language' => array(
10572       'type' => 'varchar',
10573       'not null' => TRUE,
10574       'length' => '32',
10575       'default' => '',
10576     ),
10577     'delta' => array(
10578       'type' => 'int',
10579       'not null' => TRUE,
10580       'size' => 'normal',
10581       'unsigned' => TRUE,
10582     ),
10583     'field_text_sum_plain_value' => array(
10584       'type' => 'text',
10585       'not null' => FALSE,
10586       'size' => 'big',
10587     ),
10588     'field_text_sum_plain_summary' => array(
10589       'type' => 'text',
10590       'not null' => FALSE,
10591       'size' => 'big',
10592     ),
10593     'field_text_sum_plain_format' => array(
10594       'type' => 'varchar',
10595       'not null' => FALSE,
10596       'length' => '255',
10597     ),
10598   ),
10599   'primary key' => array(
10600     'entity_type',
10601     'entity_id',
10602     'revision_id',
10603     'deleted',
10604     'delta',
10605     'language',
10606   ),
10607   'indexes' => array(
10608     'entity_type' => array(
10609       'entity_type',
10610     ),
10611     'bundle' => array(
10612       'bundle',
10613     ),
10614     'deleted' => array(
10615       'deleted',
10616     ),
10617     'entity_id' => array(
10618       'entity_id',
10619     ),
10620     'revision_id' => array(
10621       'revision_id',
10622     ),
10623     'language' => array(
10624       'language',
10625     ),
10626     'field_text_sum_plain_format' => array(
10627       'field_text_sum_plain_format',
10628     ),
10629   ),
10630   'mysql_character_set' => 'utf8',
10631 ));
10632
10633 $connection->schema()->createTable('field_revision_field_text_sum_plain_filtered', array(
10634   'fields' => array(
10635     'entity_type' => array(
10636       'type' => 'varchar',
10637       'not null' => TRUE,
10638       'length' => '128',
10639       'default' => '',
10640     ),
10641     'bundle' => array(
10642       'type' => 'varchar',
10643       'not null' => TRUE,
10644       'length' => '128',
10645       'default' => '',
10646     ),
10647     'deleted' => array(
10648       'type' => 'int',
10649       'not null' => TRUE,
10650       'size' => 'tiny',
10651       'default' => '0',
10652     ),
10653     'entity_id' => array(
10654       'type' => 'int',
10655       'not null' => TRUE,
10656       'size' => 'normal',
10657       'unsigned' => TRUE,
10658     ),
10659     'revision_id' => array(
10660       'type' => 'int',
10661       'not null' => TRUE,
10662       'size' => 'normal',
10663       'unsigned' => TRUE,
10664     ),
10665     'language' => array(
10666       'type' => 'varchar',
10667       'not null' => TRUE,
10668       'length' => '32',
10669       'default' => '',
10670     ),
10671     'delta' => array(
10672       'type' => 'int',
10673       'not null' => TRUE,
10674       'size' => 'normal',
10675       'unsigned' => TRUE,
10676     ),
10677     'field_text_sum_plain_filtered_value' => array(
10678       'type' => 'text',
10679       'not null' => FALSE,
10680       'size' => 'big',
10681     ),
10682     'field_text_sum_plain_filtered_summary' => array(
10683       'type' => 'text',
10684       'not null' => FALSE,
10685       'size' => 'big',
10686     ),
10687     'field_text_sum_plain_filtered_format' => array(
10688       'type' => 'varchar',
10689       'not null' => FALSE,
10690       'length' => '255',
10691     ),
10692   ),
10693   'primary key' => array(
10694     'entity_type',
10695     'entity_id',
10696     'revision_id',
10697     'deleted',
10698     'delta',
10699     'language',
10700   ),
10701   'indexes' => array(
10702     'entity_type' => array(
10703       'entity_type',
10704     ),
10705     'bundle' => array(
10706       'bundle',
10707     ),
10708     'deleted' => array(
10709       'deleted',
10710     ),
10711     'entity_id' => array(
10712       'entity_id',
10713     ),
10714     'revision_id' => array(
10715       'revision_id',
10716     ),
10717     'language' => array(
10718       'language',
10719     ),
10720     'field_text_sum_plain_filtered_format' => array(
10721       'field_text_sum_plain_filtered_format',
10722     ),
10723   ),
10724   'mysql_character_set' => 'utf8',
10725 ));
10726
10727 $connection->schema()->createTable('field_revision_field_user_entityreference', array(
10728   'fields' => array(
10729     'entity_type' => array(
10730       'type' => 'varchar',
10731       'not null' => TRUE,
10732       'length' => '128',
10733       'default' => '',
10734     ),
10735     'bundle' => array(
10736       'type' => 'varchar',
10737       'not null' => TRUE,
10738       'length' => '128',
10739       'default' => '',
10740     ),
10741     'deleted' => array(
10742       'type' => 'int',
10743       'not null' => TRUE,
10744       'size' => 'tiny',
10745       'default' => '0',
10746     ),
10747     'entity_id' => array(
10748       'type' => 'int',
10749       'not null' => TRUE,
10750       'size' => 'normal',
10751       'unsigned' => TRUE,
10752     ),
10753     'revision_id' => array(
10754       'type' => 'int',
10755       'not null' => TRUE,
10756       'size' => 'normal',
10757       'unsigned' => TRUE,
10758     ),
10759     'language' => array(
10760       'type' => 'varchar',
10761       'not null' => TRUE,
10762       'length' => '32',
10763       'default' => '',
10764     ),
10765     'delta' => array(
10766       'type' => 'int',
10767       'not null' => TRUE,
10768       'size' => 'normal',
10769       'unsigned' => TRUE,
10770     ),
10771     'field_user_entityreference_target_id' => array(
10772       'type' => 'int',
10773       'not null' => TRUE,
10774       'size' => 'normal',
10775       'unsigned' => TRUE,
10776     ),
10777   ),
10778   'primary key' => array(
10779     'entity_type',
10780     'entity_id',
10781     'revision_id',
10782     'deleted',
10783     'delta',
10784     'language',
10785   ),
10786   'indexes' => array(
10787     'entity_type' => array(
10788       'entity_type',
10789     ),
10790     'bundle' => array(
10791       'bundle',
10792     ),
10793     'deleted' => array(
10794       'deleted',
10795     ),
10796     'entity_id' => array(
10797       'entity_id',
10798     ),
10799     'revision_id' => array(
10800       'revision_id',
10801     ),
10802     'language' => array(
10803       'language',
10804     ),
10805     'field_user_entityreference_target_id' => array(
10806       'field_user_entityreference_target_id',
10807     ),
10808   ),
10809   'mysql_character_set' => 'utf8',
10810 ));
10811
10812 $connection->insert('field_revision_field_user_entityreference')
10813 ->fields(array(
10814   'entity_type',
10815   'bundle',
10816   'deleted',
10817   'entity_id',
10818   'revision_id',
10819   'language',
10820   'delta',
10821   'field_user_entityreference_target_id',
10822 ))
10823 ->values(array(
10824   'entity_type' => 'node',
10825   'bundle' => 'test_content_type',
10826   'deleted' => '0',
10827   'entity_id' => '1',
10828   'revision_id' => '1',
10829   'language' => 'und',
10830   'delta' => '0',
10831   'field_user_entityreference_target_id' => '2',
10832 ))
10833 ->execute();
10834
10835 $connection->schema()->createTable('field_revision_taxonomy_forums', array(
10836   'fields' => array(
10837     'entity_type' => array(
10838       'type' => 'varchar',
10839       'not null' => TRUE,
10840       'length' => '128',
10841       'default' => '',
10842     ),
10843     'bundle' => array(
10844       'type' => 'varchar',
10845       'not null' => TRUE,
10846       'length' => '128',
10847       'default' => '',
10848     ),
10849     'deleted' => array(
10850       'type' => 'int',
10851       'not null' => TRUE,
10852       'size' => 'normal',
10853       'default' => '0',
10854     ),
10855     'entity_id' => array(
10856       'type' => 'int',
10857       'not null' => TRUE,
10858       'size' => 'normal',
10859       'unsigned' => TRUE,
10860     ),
10861     'revision_id' => array(
10862       'type' => 'int',
10863       'not null' => TRUE,
10864       'size' => 'normal',
10865       'unsigned' => TRUE,
10866     ),
10867     'language' => array(
10868       'type' => 'varchar',
10869       'not null' => TRUE,
10870       'length' => '32',
10871       'default' => '',
10872     ),
10873     'delta' => array(
10874       'type' => 'int',
10875       'not null' => TRUE,
10876       'size' => 'normal',
10877       'unsigned' => TRUE,
10878     ),
10879     'taxonomy_forums_tid' => array(
10880       'type' => 'int',
10881       'not null' => FALSE,
10882       'size' => 'normal',
10883       'unsigned' => TRUE,
10884     ),
10885   ),
10886   'primary key' => array(
10887     'entity_type',
10888     'deleted',
10889     'entity_id',
10890     'revision_id',
10891     'language',
10892     'delta',
10893   ),
10894   'mysql_character_set' => 'utf8',
10895 ));
10896
10897 $connection->insert('field_revision_taxonomy_forums')
10898 ->fields(array(
10899   'entity_type',
10900   'bundle',
10901   'deleted',
10902   'entity_id',
10903   'revision_id',
10904   'language',
10905   'delta',
10906   'taxonomy_forums_tid',
10907 ))
10908 ->values(array(
10909   'entity_type' => 'node',
10910   'bundle' => 'forum',
10911   'deleted' => '0',
10912   'entity_id' => '6',
10913   'revision_id' => '6',
10914   'language' => 'und',
10915   'delta' => '0',
10916   'taxonomy_forums_tid' => '1',
10917 ))
10918 ->values(array(
10919   'entity_type' => 'node',
10920   'bundle' => 'forum',
10921   'deleted' => '0',
10922   'entity_id' => '7',
10923   'revision_id' => '7',
10924   'language' => 'und',
10925   'delta' => '0',
10926   'taxonomy_forums_tid' => '1',
10927 ))
10928 ->execute();
10929
10930 $connection->schema()->createTable('file_managed', array(
10931   'fields' => array(
10932     'fid' => array(
10933       'type' => 'serial',
10934       'not null' => TRUE,
10935       'size' => 'normal',
10936       'unsigned' => TRUE,
10937     ),
10938     'uid' => array(
10939       'type' => 'int',
10940       'not null' => TRUE,
10941       'size' => 'normal',
10942       'default' => '0',
10943       'unsigned' => TRUE,
10944     ),
10945     'filename' => array(
10946       'type' => 'varchar',
10947       'not null' => TRUE,
10948       'length' => '255',
10949       'default' => '',
10950     ),
10951     'uri' => array(
10952       'type' => 'varchar',
10953       'not null' => TRUE,
10954       'length' => '255',
10955       'default' => '',
10956     ),
10957     'filemime' => array(
10958       'type' => 'varchar',
10959       'not null' => TRUE,
10960       'length' => '255',
10961       'default' => '',
10962     ),
10963     'filesize' => array(
10964       'type' => 'int',
10965       'not null' => TRUE,
10966       'size' => 'normal',
10967       'default' => '0',
10968       'unsigned' => TRUE,
10969     ),
10970     'status' => array(
10971       'type' => 'int',
10972       'not null' => TRUE,
10973       'size' => 'normal',
10974       'default' => '0',
10975     ),
10976     'timestamp' => array(
10977       'type' => 'int',
10978       'not null' => TRUE,
10979       'size' => 'normal',
10980       'default' => '0',
10981       'unsigned' => TRUE,
10982     ),
10983   ),
10984   'primary key' => array(
10985     'fid',
10986   ),
10987   'mysql_character_set' => 'utf8',
10988 ));
10989
10990 $connection->insert('file_managed')
10991 ->fields(array(
10992   'fid',
10993   'uid',
10994   'filename',
10995   'uri',
10996   'filemime',
10997   'filesize',
10998   'status',
10999   'timestamp',
11000 ))
11001 ->values(array(
11002   'fid' => '1',
11003   'uid' => '1',
11004   'filename' => 'cube.jpeg',
11005   'uri' => 'public://cube.jpeg',
11006   'filemime' => 'image/jpeg',
11007   'filesize' => '3620',
11008   'status' => '1',
11009   'timestamp' => '1421727515',
11010 ))
11011 ->values(array(
11012   'fid' => '2',
11013   'uid' => '1',
11014   'filename' => 'ds9.txt',
11015   'uri' => 'public://ds9.txt',
11016   'filemime' => 'text/plain',
11017   'filesize' => '4720',
11018   'status' => '1',
11019   'timestamp' => '1421727516',
11020 ))
11021 ->values(array(
11022   'fid' => '3',
11023   'uid' => '1',
11024   'filename' => 'Babylon5.txt',
11025   'uri' => 'private://Babylon5.txt',
11026   'filemime' => 'text/plain',
11027   'filesize' => '4',
11028   'status' => '1',
11029   'timestamp' => '1486104045',
11030 ))
11031 ->execute();
11032
11033 $connection->schema()->createTable('file_usage', array(
11034   'fields' => array(
11035     'fid' => array(
11036       'type' => 'int',
11037       'not null' => TRUE,
11038       'size' => 'normal',
11039       'unsigned' => TRUE,
11040     ),
11041     'module' => array(
11042       'type' => 'varchar',
11043       'not null' => TRUE,
11044       'length' => '255',
11045       'default' => '',
11046     ),
11047     'type' => array(
11048       'type' => 'varchar',
11049       'not null' => TRUE,
11050       'length' => '64',
11051       'default' => '',
11052     ),
11053     'id' => array(
11054       'type' => 'int',
11055       'not null' => TRUE,
11056       'size' => 'normal',
11057       'default' => '0',
11058       'unsigned' => TRUE,
11059     ),
11060     'count' => array(
11061       'type' => 'int',
11062       'not null' => TRUE,
11063       'size' => 'normal',
11064       'default' => '0',
11065       'unsigned' => TRUE,
11066     ),
11067   ),
11068   'primary key' => array(
11069     'fid',
11070     'module',
11071     'type',
11072     'id',
11073   ),
11074   'mysql_character_set' => 'utf8',
11075 ));
11076
11077 $connection->insert('file_usage')
11078 ->fields(array(
11079   'fid',
11080   'module',
11081   'type',
11082   'id',
11083   'count',
11084 ))
11085 ->values(array(
11086   'fid' => '1',
11087   'module' => 'file',
11088   'type' => 'node',
11089   'id' => '1',
11090   'count' => '3',
11091 ))
11092 ->values(array(
11093   'fid' => '2',
11094   'module' => 'file',
11095   'type' => 'node',
11096   'id' => '1',
11097   'count' => '2',
11098 ))
11099 ->values(array(
11100   'fid' => '2',
11101   'module' => 'file',
11102   'type' => 'user',
11103   'id' => '2',
11104   'count' => '1',
11105 ))
11106 ->values(array(
11107   'fid' => '3',
11108   'module' => 'file',
11109   'type' => 'node',
11110   'id' => '1',
11111   'count' => '1',
11112 ))
11113 ->execute();
11114
11115 $connection->schema()->createTable('filter', array(
11116   'fields' => array(
11117     'format' => array(
11118       'type' => 'varchar',
11119       'not null' => TRUE,
11120       'length' => '255',
11121     ),
11122     'module' => array(
11123       'type' => 'varchar',
11124       'not null' => TRUE,
11125       'length' => '64',
11126       'default' => '',
11127     ),
11128     'name' => array(
11129       'type' => 'varchar',
11130       'not null' => TRUE,
11131       'length' => '32',
11132       'default' => '',
11133     ),
11134     'weight' => array(
11135       'type' => 'int',
11136       'not null' => TRUE,
11137       'size' => 'normal',
11138       'default' => '0',
11139     ),
11140     'status' => array(
11141       'type' => 'int',
11142       'not null' => TRUE,
11143       'size' => 'normal',
11144       'default' => '0',
11145     ),
11146     'settings' => array(
11147       'type' => 'blob',
11148       'not null' => FALSE,
11149       'size' => 'normal',
11150     ),
11151   ),
11152   'primary key' => array(
11153     'format',
11154     'name',
11155   ),
11156   'mysql_character_set' => 'utf8',
11157 ));
11158
11159 $connection->insert('filter')
11160 ->fields(array(
11161   'format',
11162   'module',
11163   'name',
11164   'weight',
11165   'status',
11166   'settings',
11167 ))
11168 ->values(array(
11169   'format' => 'custom_text_format',
11170   'module' => 'filter',
11171   'name' => 'filter_autop',
11172   'weight' => '0',
11173   'status' => '1',
11174   'settings' => 'a:0:{}',
11175 ))
11176 ->values(array(
11177   'format' => 'custom_text_format',
11178   'module' => 'filter',
11179   'name' => 'filter_html',
11180   'weight' => '-10',
11181   'status' => '1',
11182   '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;}',
11183 ))
11184 ->values(array(
11185   'format' => 'custom_text_format',
11186   'module' => 'filter',
11187   'name' => 'filter_htmlcorrector',
11188   'weight' => '10',
11189   'status' => '0',
11190   'settings' => 'a:0:{}',
11191 ))
11192 ->values(array(
11193   'format' => 'custom_text_format',
11194   'module' => 'filter',
11195   'name' => 'filter_html_escape',
11196   'weight' => '-10',
11197   'status' => '0',
11198   'settings' => 'a:0:{}',
11199 ))
11200 ->values(array(
11201   'format' => 'custom_text_format',
11202   'module' => 'filter',
11203   'name' => 'filter_url',
11204   'weight' => '0',
11205   'status' => '0',
11206   'settings' => 'a:1:{s:17:"filter_url_length";s:2:"72";}',
11207 ))
11208 ->values(array(
11209   'format' => 'filtered_html',
11210   'module' => 'filter',
11211   'name' => 'filter_autop',
11212   'weight' => '2',
11213   'status' => '1',
11214   'settings' => 'a:0:{}',
11215 ))
11216 ->values(array(
11217   'format' => 'filtered_html',
11218   'module' => 'filter',
11219   'name' => 'filter_html',
11220   'weight' => '1',
11221   'status' => '1',
11222   '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;}',
11223 ))
11224 ->values(array(
11225   'format' => 'filtered_html',
11226   'module' => 'filter',
11227   'name' => 'filter_htmlcorrector',
11228   'weight' => '10',
11229   'status' => '1',
11230   'settings' => 'a:0:{}',
11231 ))
11232 ->values(array(
11233   'format' => 'filtered_html',
11234   'module' => 'filter',
11235   'name' => 'filter_html_escape',
11236   'weight' => '-10',
11237   'status' => '0',
11238   'settings' => 'a:0:{}',
11239 ))
11240 ->values(array(
11241   'format' => 'filtered_html',
11242   'module' => 'filter',
11243   'name' => 'filter_url',
11244   'weight' => '0',
11245   'status' => '1',
11246   'settings' => 'a:1:{s:17:"filter_url_length";s:3:"128";}',
11247 ))
11248 ->values(array(
11249   'format' => 'full_html',
11250   'module' => 'filter',
11251   'name' => 'filter_autop',
11252   'weight' => '1',
11253   'status' => '1',
11254   'settings' => 'a:0:{}',
11255 ))
11256 ->values(array(
11257   'format' => 'full_html',
11258   'module' => 'filter',
11259   'name' => 'filter_html',
11260   'weight' => '-10',
11261   'status' => '0',
11262   '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;}',
11263 ))
11264 ->values(array(
11265   'format' => 'full_html',
11266   'module' => 'filter',
11267   'name' => 'filter_htmlcorrector',
11268   'weight' => '10',
11269   'status' => '1',
11270   'settings' => 'a:0:{}',
11271 ))
11272 ->values(array(
11273   'format' => 'full_html',
11274   'module' => 'filter',
11275   'name' => 'filter_html_escape',
11276   'weight' => '-10',
11277   'status' => '0',
11278   'settings' => 'a:0:{}',
11279 ))
11280 ->values(array(
11281   'format' => 'full_html',
11282   'module' => 'filter',
11283   'name' => 'filter_url',
11284   'weight' => '0',
11285   'status' => '1',
11286   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
11287 ))
11288 ->values(array(
11289   'format' => 'php_code',
11290   'module' => 'filter',
11291   'name' => 'filter_autop',
11292   'weight' => '0',
11293   'status' => '0',
11294   'settings' => 'a:0:{}',
11295 ))
11296 ->values(array(
11297   'format' => 'php_code',
11298   'module' => 'filter',
11299   'name' => 'filter_html',
11300   'weight' => '-10',
11301   'status' => '0',
11302   '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;}',
11303 ))
11304 ->values(array(
11305   'format' => 'php_code',
11306   'module' => 'filter',
11307   'name' => 'filter_htmlcorrector',
11308   'weight' => '10',
11309   'status' => '0',
11310   'settings' => 'a:0:{}',
11311 ))
11312 ->values(array(
11313   'format' => 'php_code',
11314   'module' => 'filter',
11315   'name' => 'filter_html_escape',
11316   'weight' => '-10',
11317   'status' => '0',
11318   'settings' => 'a:0:{}',
11319 ))
11320 ->values(array(
11321   'format' => 'php_code',
11322   'module' => 'filter',
11323   'name' => 'filter_url',
11324   'weight' => '0',
11325   'status' => '0',
11326   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
11327 ))
11328 ->values(array(
11329   'format' => 'php_code',
11330   'module' => 'php',
11331   'name' => 'php_code',
11332   'weight' => '0',
11333   'status' => '1',
11334   'settings' => 'a:0:{}',
11335 ))
11336 ->values(array(
11337   'format' => 'plain_text',
11338   'module' => 'filter',
11339   'name' => 'filter_autop',
11340   'weight' => '2',
11341   'status' => '1',
11342   'settings' => 'a:0:{}',
11343 ))
11344 ->values(array(
11345   'format' => 'plain_text',
11346   'module' => 'filter',
11347   'name' => 'filter_html',
11348   'weight' => '-10',
11349   'status' => '0',
11350   '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;}',
11351 ))
11352 ->values(array(
11353   'format' => 'plain_text',
11354   'module' => 'filter',
11355   'name' => 'filter_htmlcorrector',
11356   'weight' => '10',
11357   'status' => '0',
11358   'settings' => 'a:0:{}',
11359 ))
11360 ->values(array(
11361   'format' => 'plain_text',
11362   'module' => 'filter',
11363   'name' => 'filter_html_escape',
11364   'weight' => '0',
11365   'status' => '1',
11366   'settings' => 'a:0:{}',
11367 ))
11368 ->values(array(
11369   'format' => 'plain_text',
11370   'module' => 'filter',
11371   'name' => 'filter_url',
11372   'weight' => '1',
11373   'status' => '1',
11374   'settings' => 'a:1:{s:17:"filter_url_length";i:72;}',
11375 ))
11376 ->execute();
11377
11378 $connection->schema()->createTable('filter_format', array(
11379   'fields' => array(
11380     'format' => array(
11381       'type' => 'varchar',
11382       'not null' => TRUE,
11383       'length' => '255',
11384     ),
11385     'name' => array(
11386       'type' => 'varchar',
11387       'not null' => TRUE,
11388       'length' => '255',
11389       'default' => '',
11390     ),
11391     'cache' => array(
11392       'type' => 'int',
11393       'not null' => TRUE,
11394       'size' => 'normal',
11395       'default' => '0',
11396     ),
11397     'status' => array(
11398       'type' => 'int',
11399       'not null' => TRUE,
11400       'size' => 'normal',
11401       'default' => '1',
11402       'unsigned' => TRUE,
11403     ),
11404     'weight' => array(
11405       'type' => 'int',
11406       'not null' => TRUE,
11407       'size' => 'normal',
11408       'default' => '0',
11409     ),
11410   ),
11411   'primary key' => array(
11412     'format',
11413   ),
11414   'mysql_character_set' => 'utf8',
11415 ));
11416
11417 $connection->insert('filter_format')
11418 ->fields(array(
11419   'format',
11420   'name',
11421   'cache',
11422   'status',
11423   'weight',
11424 ))
11425 ->values(array(
11426   'format' => 'custom_text_format',
11427   'name' => 'Custom Text format',
11428   'cache' => '1',
11429   'status' => '1',
11430   'weight' => '0',
11431 ))
11432 ->values(array(
11433   'format' => 'filtered_html',
11434   'name' => 'Filtered HTML',
11435   'cache' => '1',
11436   'status' => '1',
11437   'weight' => '0',
11438 ))
11439 ->values(array(
11440   'format' => 'full_html',
11441   'name' => 'Full HTML',
11442   'cache' => '1',
11443   'status' => '1',
11444   'weight' => '1',
11445 ))
11446 ->values(array(
11447   'format' => 'php_code',
11448   'name' => 'PHP code',
11449   'cache' => '0',
11450   'status' => '1',
11451   'weight' => '11',
11452 ))
11453 ->values(array(
11454   'format' => 'plain_text',
11455   'name' => 'Plain text',
11456   'cache' => '1',
11457   'status' => '1',
11458   'weight' => '10',
11459 ))
11460 ->execute();
11461
11462 $connection->schema()->createTable('flood', array(
11463   'fields' => array(
11464     'fid' => array(
11465       'type' => 'serial',
11466       'not null' => TRUE,
11467       'size' => 'normal',
11468     ),
11469     'event' => array(
11470       'type' => 'varchar',
11471       'not null' => TRUE,
11472       'length' => '64',
11473       'default' => '',
11474     ),
11475     'identifier' => array(
11476       'type' => 'varchar',
11477       'not null' => TRUE,
11478       'length' => '128',
11479       'default' => '',
11480     ),
11481     'timestamp' => array(
11482       'type' => 'int',
11483       'not null' => TRUE,
11484       'size' => 'normal',
11485       'default' => '0',
11486     ),
11487     'expiration' => array(
11488       'type' => 'int',
11489       'not null' => TRUE,
11490       'size' => 'normal',
11491       'default' => '0',
11492     ),
11493   ),
11494   'primary key' => array(
11495     'fid',
11496   ),
11497   'mysql_character_set' => 'utf8',
11498 ));
11499
11500 $connection->schema()->createTable('forum', array(
11501   'fields' => array(
11502     'nid' => array(
11503       'type' => 'int',
11504       'not null' => TRUE,
11505       'size' => 'normal',
11506       'default' => '0',
11507       'unsigned' => TRUE,
11508     ),
11509     'vid' => array(
11510       'type' => 'int',
11511       'not null' => TRUE,
11512       'size' => 'normal',
11513       'default' => '0',
11514       'unsigned' => TRUE,
11515     ),
11516     'tid' => array(
11517       'type' => 'int',
11518       'not null' => TRUE,
11519       'size' => 'normal',
11520       'default' => '0',
11521       'unsigned' => TRUE,
11522     ),
11523   ),
11524   'primary key' => array(
11525     'vid',
11526   ),
11527   'mysql_character_set' => 'utf8',
11528 ));
11529
11530 $connection->insert('forum')
11531 ->fields(array(
11532   'nid',
11533   'vid',
11534   'tid',
11535 ))
11536 ->values(array(
11537   'nid' => '6',
11538   'vid' => '6',
11539   'tid' => '1',
11540 ))
11541 ->values(array(
11542   'nid' => '7',
11543   'vid' => '7',
11544   'tid' => '1',
11545 ))
11546 ->execute();
11547
11548 $connection->schema()->createTable('forum_index', array(
11549   'fields' => array(
11550     'nid' => array(
11551       'type' => 'int',
11552       'not null' => TRUE,
11553       'size' => 'normal',
11554       'default' => '0',
11555       'unsigned' => TRUE,
11556     ),
11557     'title' => array(
11558       'type' => 'varchar',
11559       'not null' => TRUE,
11560       'length' => '255',
11561       'default' => '',
11562     ),
11563     'tid' => array(
11564       'type' => 'int',
11565       'not null' => TRUE,
11566       'size' => 'normal',
11567       'default' => '0',
11568       'unsigned' => TRUE,
11569     ),
11570     'sticky' => array(
11571       'type' => 'int',
11572       'not null' => FALSE,
11573       'size' => 'normal',
11574       'default' => '0',
11575     ),
11576     'created' => array(
11577       'type' => 'int',
11578       'not null' => TRUE,
11579       'size' => 'normal',
11580       'default' => '0',
11581       'unsigned' => TRUE,
11582     ),
11583     'last_comment_timestamp' => array(
11584       'type' => 'int',
11585       'not null' => TRUE,
11586       'size' => 'normal',
11587       'default' => '0',
11588     ),
11589     'comment_count' => array(
11590       'type' => 'int',
11591       'not null' => TRUE,
11592       'size' => 'normal',
11593       'default' => '0',
11594       'unsigned' => TRUE,
11595     ),
11596   ),
11597   'mysql_character_set' => 'utf8',
11598 ));
11599
11600 $connection->insert('forum_index')
11601 ->fields(array(
11602   'nid',
11603   'title',
11604   'tid',
11605   'sticky',
11606   'created',
11607   'last_comment_timestamp',
11608   'comment_count',
11609 ))
11610 ->values(array(
11611   'nid' => '6',
11612   'title' => 'Comments are closed :-(',
11613   'tid' => '1',
11614   'sticky' => '0',
11615   'created' => '1504715414',
11616   'last_comment_timestamp' => '1504715414',
11617   'comment_count' => '0',
11618 ))
11619 ->values(array(
11620   'nid' => '7',
11621   'title' => 'Comments are open :-)',
11622   'tid' => '1',
11623   'sticky' => '0',
11624   'created' => '1504715432',
11625   'last_comment_timestamp' => '1504715432',
11626   'comment_count' => '0',
11627 ))
11628 ->execute();
11629
11630 $connection->schema()->createTable('history', array(
11631   'fields' => array(
11632     'uid' => array(
11633       'type' => 'int',
11634       'not null' => TRUE,
11635       'size' => 'normal',
11636       'default' => '0',
11637     ),
11638     'nid' => array(
11639       'type' => 'int',
11640       'not null' => TRUE,
11641       'size' => 'normal',
11642       'default' => '0',
11643     ),
11644     'timestamp' => array(
11645       'type' => 'int',
11646       'not null' => TRUE,
11647       'size' => 'normal',
11648       'default' => '0',
11649     ),
11650   ),
11651   'primary key' => array(
11652     'uid',
11653     'nid',
11654   ),
11655   'mysql_character_set' => 'utf8',
11656 ));
11657
11658 $connection->schema()->createTable('image_effects', array(
11659   'fields' => array(
11660     'ieid' => array(
11661       'type' => 'serial',
11662       'not null' => TRUE,
11663       'size' => 'normal',
11664       'unsigned' => TRUE,
11665     ),
11666     'isid' => array(
11667       'type' => 'int',
11668       'not null' => TRUE,
11669       'size' => 'normal',
11670       'default' => '0',
11671       'unsigned' => TRUE,
11672     ),
11673     'weight' => array(
11674       'type' => 'int',
11675       'not null' => TRUE,
11676       'size' => 'normal',
11677       'default' => '0',
11678     ),
11679     'name' => array(
11680       'type' => 'varchar',
11681       'not null' => TRUE,
11682       'length' => '255',
11683     ),
11684     'data' => array(
11685       'type' => 'blob',
11686       'not null' => TRUE,
11687       'size' => 'normal',
11688     ),
11689   ),
11690   'primary key' => array(
11691     'ieid',
11692   ),
11693   'mysql_character_set' => 'utf8',
11694 ));
11695
11696 $connection->insert('image_effects')
11697 ->fields(array(
11698   'ieid',
11699   'isid',
11700   'weight',
11701   'name',
11702   'data',
11703 ))
11704 ->values(array(
11705   'ieid' => '3',
11706   'isid' => '1',
11707   'weight' => '1',
11708   'name' => 'image_scale_and_crop',
11709   'data' => 'a:2:{s:5:"width";s:2:"55";s:6:"height";s:2:"55";}',
11710 ))
11711 ->values(array(
11712   'ieid' => '4',
11713   'isid' => '1',
11714   'weight' => '2',
11715   'name' => 'image_desaturate',
11716   'data' => 'a:0:{}',
11717 ))
11718 ->values(array(
11719   'ieid' => '5',
11720   'isid' => '2',
11721   'weight' => '1',
11722   'name' => 'image_resize',
11723   'data' => 'a:2:{s:5:"width";s:2:"55";s:6:"height";s:3:"100";}',
11724 ))
11725 ->values(array(
11726   'ieid' => '6',
11727   'isid' => '2',
11728   'weight' => '2',
11729   'name' => 'image_rotate',
11730   'data' => 'a:3:{s:7:"degrees";s:2:"45";s:7:"bgcolor";s:7:"#FFFFFF";s:6:"random";i:0;}',
11731 ))
11732 ->values(array(
11733   'ieid' => '7',
11734   'isid' => '3',
11735   'weight' => '1',
11736   'name' => 'image_scale',
11737   'data' => 'a:3:{s:5:"width";s:3:"150";s:6:"height";s:0:"";s:7:"upscale";i:0;}',
11738 ))
11739 ->values(array(
11740   'ieid' => '8',
11741   'isid' => '3',
11742   'weight' => '2',
11743   'name' => 'image_crop',
11744   'data' => 'a:3:{s:5:"width";s:2:"50";s:6:"height";s:2:"50";s:6:"anchor";s:8:"left-top";}',
11745 ))
11746 ->execute();
11747
11748 $connection->schema()->createTable('image_styles', array(
11749   'fields' => array(
11750     'isid' => array(
11751       'type' => 'serial',
11752       'not null' => TRUE,
11753       'size' => 'normal',
11754       'unsigned' => TRUE,
11755     ),
11756     'name' => array(
11757       'type' => 'varchar',
11758       'not null' => TRUE,
11759       'length' => '255',
11760     ),
11761     'label' => array(
11762       'type' => 'varchar',
11763       'not null' => TRUE,
11764       'length' => '255',
11765       'default' => '',
11766     ),
11767   ),
11768   'primary key' => array(
11769     'isid',
11770   ),
11771   'mysql_character_set' => 'utf8',
11772 ));
11773
11774 $connection->insert('image_styles')
11775 ->fields(array(
11776   'isid',
11777   'name',
11778   'label',
11779 ))
11780 ->values(array(
11781   'isid' => '1',
11782   'name' => 'custom_image_style_1',
11783   'label' => 'Custom image style 1',
11784 ))
11785 ->values(array(
11786   'isid' => '2',
11787   'name' => 'custom_image_style_2',
11788   'label' => 'Custom image style 2',
11789 ))
11790 ->values(array(
11791   'isid' => '3',
11792   'name' => 'custom_image_style_3',
11793   'label' => 'Custom image style 3',
11794 ))
11795 ->execute();
11796
11797 $connection->schema()->createTable('languages', array(
11798   'fields' => array(
11799     'language' => array(
11800       'type' => 'varchar',
11801       'not null' => TRUE,
11802       'length' => '12',
11803       'default' => '',
11804     ),
11805     'name' => array(
11806       'type' => 'varchar',
11807       'not null' => TRUE,
11808       'length' => '64',
11809       'default' => '',
11810     ),
11811     'native' => array(
11812       'type' => 'varchar',
11813       'not null' => TRUE,
11814       'length' => '64',
11815       'default' => '',
11816     ),
11817     'direction' => array(
11818       'type' => 'int',
11819       'not null' => TRUE,
11820       'size' => 'normal',
11821       'default' => '0',
11822     ),
11823     'enabled' => array(
11824       'type' => 'int',
11825       'not null' => TRUE,
11826       'size' => 'normal',
11827       'default' => '0',
11828     ),
11829     'plurals' => array(
11830       'type' => 'int',
11831       'not null' => TRUE,
11832       'size' => 'normal',
11833       'default' => '0',
11834     ),
11835     'formula' => array(
11836       'type' => 'varchar',
11837       'not null' => TRUE,
11838       'length' => '255',
11839       'default' => '',
11840     ),
11841     'domain' => array(
11842       'type' => 'varchar',
11843       'not null' => TRUE,
11844       'length' => '128',
11845       'default' => '',
11846     ),
11847     'prefix' => array(
11848       'type' => 'varchar',
11849       'not null' => TRUE,
11850       'length' => '128',
11851       'default' => '',
11852     ),
11853     'weight' => array(
11854       'type' => 'int',
11855       'not null' => TRUE,
11856       'size' => 'normal',
11857       'default' => '0',
11858     ),
11859     'javascript' => array(
11860       'type' => 'varchar',
11861       'not null' => TRUE,
11862       'length' => '64',
11863       'default' => '',
11864     ),
11865   ),
11866   'primary key' => array(
11867     'language',
11868   ),
11869   'mysql_character_set' => 'utf8',
11870 ));
11871
11872 $connection->insert('languages')
11873 ->fields(array(
11874   'language',
11875   'name',
11876   'native',
11877   'direction',
11878   'enabled',
11879   'plurals',
11880   'formula',
11881   'domain',
11882   'prefix',
11883   'weight',
11884   'javascript',
11885 ))
11886 ->values(array(
11887   'language' => 'en',
11888   'name' => 'English',
11889   'native' => 'English',
11890   'direction' => '0',
11891   'enabled' => '1',
11892   'plurals' => '0',
11893   'formula' => '',
11894   'domain' => '',
11895   'prefix' => '',
11896   'weight' => '0',
11897   'javascript' => '',
11898 ))
11899 ->values(array(
11900   'language' => 'is',
11901   'name' => 'Icelandic',
11902   'native' => 'Íslenska',
11903   'direction' => '0',
11904   'enabled' => '1',
11905   'plurals' => '0',
11906   'formula' => '',
11907   'domain' => 'is.drupal.org',
11908   'prefix' => 'is',
11909   'weight' => '0',
11910   'javascript' => '',
11911 ))
11912 ->execute();
11913
11914 $connection->schema()->createTable('locales_source', array(
11915   'fields' => array(
11916     'lid' => array(
11917       'type' => 'serial',
11918       'not null' => TRUE,
11919       'size' => 'normal',
11920     ),
11921     'location' => array(
11922       'type' => 'text',
11923       'not null' => FALSE,
11924       'size' => 'normal',
11925     ),
11926     'textgroup' => array(
11927       'type' => 'varchar',
11928       'not null' => TRUE,
11929       'length' => '255',
11930       'default' => 'default',
11931     ),
11932     'source' => array(
11933       'type' => 'blob',
11934       'not null' => TRUE,
11935       'size' => 'normal',
11936     ),
11937     'context' => array(
11938       'type' => 'varchar',
11939       'not null' => TRUE,
11940       'length' => '255',
11941       'default' => '',
11942     ),
11943     'version' => array(
11944       'type' => 'varchar',
11945       'not null' => TRUE,
11946       'length' => '20',
11947       'default' => 'none',
11948     ),
11949   ),
11950   'primary key' => array(
11951     'lid',
11952   ),
11953   'mysql_character_set' => 'utf8',
11954 ));
11955
11956 $connection->insert('locales_source')
11957 ->fields(array(
11958   'lid',
11959   'location',
11960   'textgroup',
11961   'source',
11962   'context',
11963   'version',
11964 ))
11965 ->values(array(
11966   'lid' => '1',
11967   'location' => 'misc/drupal.js',
11968   'textgroup' => 'default',
11969   'source' => 'An AJAX HTTP error occurred.',
11970   'context' => '',
11971   'version' => 'none',
11972 ))
11973 ->values(array(
11974   'lid' => '2',
11975   'location' => 'misc/drupal.js',
11976   'textgroup' => 'default',
11977   'source' => 'HTTP Result Code: !status',
11978   'context' => '',
11979   'version' => 'none',
11980 ))
11981 ->values(array(
11982   'lid' => '3',
11983   'location' => 'misc/drupal.js',
11984   'textgroup' => 'default',
11985   'source' => 'An AJAX HTTP request terminated abnormally.',
11986   'context' => '',
11987   'version' => 'none',
11988 ))
11989 ->values(array(
11990   'lid' => '4',
11991   'location' => 'misc/drupal.js',
11992   'textgroup' => 'default',
11993   'source' => 'Debugging information follows.',
11994   'context' => '',
11995   'version' => 'none',
11996 ))
11997 ->values(array(
11998   'lid' => '5',
11999   'location' => 'misc/drupal.js',
12000   'textgroup' => 'default',
12001   'source' => 'Path: !uri',
12002   'context' => '',
12003   'version' => 'none',
12004 ))
12005 ->values(array(
12006   'lid' => '6',
12007   'location' => 'misc/drupal.js',
12008   'textgroup' => 'default',
12009   'source' => 'StatusText: !statusText',
12010   'context' => '',
12011   'version' => 'none',
12012 ))
12013 ->values(array(
12014   'lid' => '7',
12015   'location' => 'misc/drupal.js',
12016   'textgroup' => 'default',
12017   'source' => 'ResponseText: !responseText',
12018   'context' => '',
12019   'version' => 'none',
12020 ))
12021 ->values(array(
12022   'lid' => '8',
12023   'location' => 'misc/drupal.js',
12024   'textgroup' => 'default',
12025   'source' => 'ReadyState: !readyState',
12026   'context' => '',
12027   'version' => 'none',
12028 ))
12029 ->values(array(
12030   'lid' => '9',
12031   'location' => 'misc/collapse.js',
12032   'textgroup' => 'default',
12033   'source' => 'Hide',
12034   'context' => '',
12035   'version' => 'none',
12036 ))
12037 ->values(array(
12038   'lid' => '10',
12039   'location' => 'misc/collapse.js',
12040   'textgroup' => 'default',
12041   'source' => 'Show',
12042   'context' => '',
12043   'version' => 'none',
12044 ))
12045 ->values(array(
12046   'lid' => '11',
12047   'location' => 'modules/toolbar/toolbar.js',
12048   'textgroup' => 'default',
12049   'source' => 'Show shortcuts',
12050   'context' => '',
12051   'version' => 'none',
12052 ))
12053 ->values(array(
12054   'lid' => '12',
12055   'location' => 'modules/toolbar/toolbar.js',
12056   'textgroup' => 'default',
12057   'source' => 'Hide shortcuts',
12058   'context' => '',
12059   'version' => 'none',
12060 ))
12061 ->values(array(
12062   'lid' => '13',
12063   'location' => 'misc/machine-name.js',
12064   'textgroup' => 'default',
12065   'source' => 'Edit',
12066   'context' => '',
12067   'version' => 'none',
12068 ))
12069 ->values(array(
12070   'lid' => '14',
12071   'location' => 'modules/comment/comment-node-form.js',
12072   'textgroup' => 'default',
12073   'source' => '@number comments per page',
12074   'context' => '',
12075   'version' => 'none',
12076 ))
12077 ->values(array(
12078   'lid' => '15',
12079   'location' => 'misc/vertical-tabs.js',
12080   'textgroup' => 'default',
12081   'source' => '(active tab)',
12082   'context' => '',
12083   'version' => 'none',
12084 ))
12085 ->values(array(
12086   'lid' => '16',
12087   'location' => 'modules/node/content_types.js',
12088   'textgroup' => 'default',
12089   'source' => 'Requires a title',
12090   'context' => '',
12091   'version' => 'none',
12092 ))
12093 ->values(array(
12094   'lid' => '17',
12095   'location' => 'modules/node/content_types.js; modules/node/node.js',
12096   'textgroup' => 'default',
12097   'source' => 'Not published',
12098   'context' => '',
12099   'version' => 'none',
12100 ))
12101 ->values(array(
12102   'lid' => '18',
12103   'location' => 'modules/node/content_types.js',
12104   'textgroup' => 'default',
12105   'source' => "Don't display post information",
12106   'context' => '',
12107   'version' => 'none',
12108 ))
12109 ->values(array(
12110   'lid' => '19',
12111   'location' => 'misc/tabledrag.js',
12112   'textgroup' => 'default',
12113   'source' => 'Re-order rows by numerical weight instead of dragging.',
12114   'context' => '',
12115   'version' => 'none',
12116 ))
12117 ->values(array(
12118   'lid' => '20',
12119   'location' => 'misc/tabledrag.js',
12120   'textgroup' => 'default',
12121   'source' => 'Show row weights',
12122   'context' => '',
12123   'version' => 'none',
12124 ))
12125 ->values(array(
12126   'lid' => '21',
12127   'location' => 'misc/tabledrag.js',
12128   'textgroup' => 'default',
12129   'source' => 'Hide row weights',
12130   'context' => '',
12131   'version' => 'none',
12132 ))
12133 ->values(array(
12134   'lid' => '22',
12135   'location' => 'misc/tabledrag.js',
12136   'textgroup' => 'default',
12137   'source' => 'Drag to re-order',
12138   'context' => '',
12139   'version' => 'none',
12140 ))
12141 ->values(array(
12142   'lid' => '23',
12143   'location' => 'misc/tabledrag.js',
12144   'textgroup' => 'default',
12145   'source' => 'Changes made in this table will not be saved until the form is submitted.',
12146   'context' => '',
12147   'version' => 'none',
12148 ))
12149 ->values(array(
12150   'lid' => '24',
12151   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
12152   'textgroup' => 'default',
12153   'source' => 'Other',
12154   'context' => '',
12155   'version' => 'none',
12156 ))
12157 ->values(array(
12158   'lid' => '25',
12159   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
12160   'textgroup' => 'default',
12161   'source' => '@count year from now',
12162   'context' => '',
12163   'version' => 'none',
12164 ))
12165 ->values(array(
12166   'lid' => '26',
12167   'location' => 'sites/all/modules/date/date_api/date_year_range.js',
12168   'textgroup' => 'default',
12169   'source' => '@count years from now',
12170   'context' => '',
12171   'version' => 'none',
12172 ))
12173 ->values(array(
12174   'lid' => '27',
12175   'location' => 'modules/file/file.js',
12176   'textgroup' => 'default',
12177   'source' => 'The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.',
12178   'context' => '',
12179   'version' => 'none',
12180 ))
12181 ->values(array(
12182   'lid' => '28',
12183   'location' => 'misc/ajax.js',
12184   'textgroup' => 'default',
12185   'source' => 'Please wait...',
12186   'context' => '',
12187   'version' => 'none',
12188 ))
12189 ->values(array(
12190   'lid' => '29',
12191   'location' => 'modules/field/modules/text/text.js',
12192   'textgroup' => 'default',
12193   'source' => 'Hide summary',
12194   'context' => '',
12195   'version' => 'none',
12196 ))
12197 ->values(array(
12198   'lid' => '30',
12199   'location' => 'modules/field/modules/text/text.js',
12200   'textgroup' => 'default',
12201   'source' => 'Edit summary',
12202   'context' => '',
12203   'version' => 'none',
12204 ))
12205 ->values(array(
12206   'lid' => '31',
12207   'location' => 'misc/autocomplete.js',
12208   'textgroup' => 'default',
12209   'source' => 'Autocomplete popup',
12210   'context' => '',
12211   'version' => 'none',
12212 ))
12213 ->values(array(
12214   'lid' => '32',
12215   'location' => 'misc/autocomplete.js',
12216   'textgroup' => 'default',
12217   'source' => 'Searching for matches...',
12218   'context' => '',
12219   'version' => 'none',
12220 ))
12221 ->values(array(
12222   'lid' => '33',
12223   'location' => 'modules/contextual/contextual.js',
12224   'textgroup' => 'default',
12225   'source' => 'Configure',
12226   'context' => '',
12227   'version' => 'none',
12228 ))
12229 ->values(array(
12230   'lid' => '34',
12231   'location' => 'misc/tableselect.js',
12232   'textgroup' => 'default',
12233   'source' => 'Select all rows in this table',
12234   'context' => '',
12235   'version' => 'none',
12236 ))
12237 ->values(array(
12238   'lid' => '35',
12239   'location' => 'misc/tableselect.js',
12240   'textgroup' => 'default',
12241   'source' => 'Deselect all rows in this table',
12242   'context' => '',
12243   'version' => 'none',
12244 ))
12245 ->values(array(
12246   'lid' => '36',
12247   'location' => 'modules/user/user.permissions.js',
12248   'textgroup' => 'default',
12249   'source' => 'This permission is inherited from the authenticated user role.',
12250   'context' => '',
12251   'version' => 'none',
12252 ))
12253 ->values(array(
12254   'lid' => '37',
12255   'location' => 'modules/filter/filter.admin.js',
12256   'textgroup' => 'default',
12257   'source' => 'Enabled',
12258   'context' => '',
12259   'version' => 'none',
12260 ))
12261 ->values(array(
12262   'lid' => '38',
12263   'location' => 'modules/filter/filter.admin.js',
12264   'textgroup' => 'default',
12265   'source' => 'Disabled',
12266   'context' => '',
12267   'version' => 'none',
12268 ))
12269 ->values(array(
12270   'lid' => '39',
12271   'location' => 'modules/menu/menu.js',
12272   'textgroup' => 'default',
12273   'source' => 'Not in menu',
12274   'context' => '',
12275   'version' => 'none',
12276 ))
12277 ->values(array(
12278   'lid' => '40',
12279   'location' => 'modules/book/book.js',
12280   'textgroup' => 'default',
12281   'source' => 'Not in book',
12282   'context' => '',
12283   'version' => 'none',
12284 ))
12285 ->values(array(
12286   'lid' => '41',
12287   'location' => 'modules/book/book.js',
12288   'textgroup' => 'default',
12289   'source' => 'New book',
12290   'context' => '',
12291   'version' => 'none',
12292 ))
12293 ->values(array(
12294   'lid' => '42',
12295   'location' => 'modules/node/node.js',
12296   'textgroup' => 'default',
12297   'source' => 'New revision',
12298   'context' => '',
12299   'version' => 'none',
12300 ))
12301 ->values(array(
12302   'lid' => '43',
12303   'location' => 'modules/node/node.js',
12304   'textgroup' => 'default',
12305   'source' => 'No revision',
12306   'context' => '',
12307   'version' => 'none',
12308 ))
12309 ->values(array(
12310   'lid' => '44',
12311   'location' => 'modules/node/node.js',
12312   'textgroup' => 'default',
12313   'source' => 'By @name on @date',
12314   'context' => '',
12315   'version' => 'none',
12316 ))
12317 ->values(array(
12318   'lid' => '45',
12319   'location' => 'modules/node/node.js',
12320   'textgroup' => 'default',
12321   'source' => 'By @name',
12322   'context' => '',
12323   'version' => 'none',
12324 ))
12325 ->values(array(
12326   'lid' => '46',
12327   'location' => 'modules/path/path.js',
12328   'textgroup' => 'default',
12329   'source' => 'Alias: @alias',
12330   'context' => '',
12331   'version' => 'none',
12332 ))
12333 ->values(array(
12334   'lid' => '47',
12335   'location' => 'modules/path/path.js',
12336   'textgroup' => 'default',
12337   'source' => 'No alias',
12338   'context' => '',
12339   'version' => 'none',
12340 ))
12341 ->values(array(
12342   'lid' => '48',
12343   'location' => 'misc/drupal.js',
12344   'textgroup' => 'default',
12345   'source' => 'CustomMessage: !customMessage',
12346   'context' => '',
12347   'version' => 'none',
12348 ))
12349 ->execute();
12350
12351 $connection->schema()->createTable('locales_target', array(
12352   'fields' => array(
12353     'lid' => array(
12354       'type' => 'int',
12355       'not null' => TRUE,
12356       'size' => 'normal',
12357       'default' => '0',
12358     ),
12359     'translation' => array(
12360       'type' => 'blob',
12361       'not null' => TRUE,
12362       'size' => 'normal',
12363     ),
12364     'language' => array(
12365       'type' => 'varchar',
12366       'not null' => TRUE,
12367       'length' => '12',
12368       'default' => '',
12369     ),
12370     'plid' => array(
12371       'type' => 'int',
12372       'not null' => TRUE,
12373       'size' => 'normal',
12374       'default' => '0',
12375     ),
12376     'plural' => array(
12377       'type' => 'int',
12378       'not null' => TRUE,
12379       'size' => 'normal',
12380       'default' => '0',
12381     ),
12382   ),
12383   'primary key' => array(
12384     'lid',
12385     'language',
12386     'plural',
12387   ),
12388   'mysql_character_set' => 'utf8',
12389 ));
12390
12391 $connection->schema()->createTable('menu_custom', array(
12392   'fields' => array(
12393     'menu_name' => array(
12394       'type' => 'varchar',
12395       'not null' => TRUE,
12396       'length' => '32',
12397       'default' => '',
12398     ),
12399     'title' => array(
12400       'type' => 'varchar',
12401       'not null' => TRUE,
12402       'length' => '255',
12403       'default' => '',
12404     ),
12405     'description' => array(
12406       'type' => 'text',
12407       'not null' => FALSE,
12408       'size' => 'normal',
12409     ),
12410   ),
12411   'primary key' => array(
12412     'menu_name',
12413   ),
12414   'mysql_character_set' => 'utf8',
12415 ));
12416
12417 $connection->insert('menu_custom')
12418 ->fields(array(
12419   'menu_name',
12420   'title',
12421   'description',
12422 ))
12423 ->values(array(
12424   'menu_name' => 'main-menu',
12425   'title' => 'Main menu',
12426   '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.',
12427 ))
12428 ->values(array(
12429   'menu_name' => 'management',
12430   'title' => 'Management',
12431   'description' => 'The <em>Management</em> menu contains links for administrative tasks.',
12432 ))
12433 ->values(array(
12434   'menu_name' => 'menu-test-menu',
12435   'title' => 'Test Menu',
12436   'description' => 'Test menu description.',
12437 ))
12438 ->values(array(
12439   'menu_name' => 'navigation',
12440   'title' => 'Navigation',
12441   '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.',
12442 ))
12443 ->values(array(
12444   'menu_name' => 'user-menu',
12445   'title' => 'User menu',
12446   'description' => "The <em>User</em> menu contains links related to the user's account, as well as the 'Log out' link.",
12447 ))
12448 ->execute();
12449
12450 $connection->schema()->createTable('menu_links', array(
12451   'fields' => array(
12452     'menu_name' => array(
12453       'type' => 'varchar',
12454       'not null' => TRUE,
12455       'length' => '32',
12456       'default' => '',
12457     ),
12458     'mlid' => array(
12459       'type' => 'serial',
12460       'not null' => TRUE,
12461       'size' => 'normal',
12462       'unsigned' => TRUE,
12463     ),
12464     'plid' => array(
12465       'type' => 'int',
12466       'not null' => TRUE,
12467       'size' => 'normal',
12468       'default' => '0',
12469       'unsigned' => TRUE,
12470     ),
12471     'link_path' => array(
12472       'type' => 'varchar',
12473       'not null' => TRUE,
12474       'length' => '255',
12475       'default' => '',
12476     ),
12477     'router_path' => array(
12478       'type' => 'varchar',
12479       'not null' => TRUE,
12480       'length' => '255',
12481       'default' => '',
12482     ),
12483     'link_title' => array(
12484       'type' => 'varchar',
12485       'not null' => TRUE,
12486       'length' => '255',
12487       'default' => '',
12488     ),
12489     'options' => array(
12490       'type' => 'blob',
12491       'not null' => FALSE,
12492       'size' => 'normal',
12493     ),
12494     'module' => array(
12495       'type' => 'varchar',
12496       'not null' => TRUE,
12497       'length' => '255',
12498       'default' => 'system',
12499     ),
12500     'hidden' => array(
12501       'type' => 'int',
12502       'not null' => TRUE,
12503       'size' => 'normal',
12504       'default' => '0',
12505     ),
12506     'external' => array(
12507       'type' => 'int',
12508       'not null' => TRUE,
12509       'size' => 'normal',
12510       'default' => '0',
12511     ),
12512     'has_children' => array(
12513       'type' => 'int',
12514       'not null' => TRUE,
12515       'size' => 'normal',
12516       'default' => '0',
12517     ),
12518     'expanded' => array(
12519       'type' => 'int',
12520       'not null' => TRUE,
12521       'size' => 'normal',
12522       'default' => '0',
12523     ),
12524     'weight' => array(
12525       'type' => 'int',
12526       'not null' => TRUE,
12527       'size' => 'normal',
12528       'default' => '0',
12529     ),
12530     'depth' => array(
12531       'type' => 'int',
12532       'not null' => TRUE,
12533       'size' => 'normal',
12534       'default' => '0',
12535     ),
12536     'customized' => array(
12537       'type' => 'int',
12538       'not null' => TRUE,
12539       'size' => 'normal',
12540       'default' => '0',
12541     ),
12542     'p1' => array(
12543       'type' => 'int',
12544       'not null' => TRUE,
12545       'size' => 'normal',
12546       'default' => '0',
12547       'unsigned' => TRUE,
12548     ),
12549     'p2' => array(
12550       'type' => 'int',
12551       'not null' => TRUE,
12552       'size' => 'normal',
12553       'default' => '0',
12554       'unsigned' => TRUE,
12555     ),
12556     'p3' => array(
12557       'type' => 'int',
12558       'not null' => TRUE,
12559       'size' => 'normal',
12560       'default' => '0',
12561       'unsigned' => TRUE,
12562     ),
12563     'p4' => array(
12564       'type' => 'int',
12565       'not null' => TRUE,
12566       'size' => 'normal',
12567       'default' => '0',
12568       'unsigned' => TRUE,
12569     ),
12570     'p5' => array(
12571       'type' => 'int',
12572       'not null' => TRUE,
12573       'size' => 'normal',
12574       'default' => '0',
12575       'unsigned' => TRUE,
12576     ),
12577     'p6' => array(
12578       'type' => 'int',
12579       'not null' => TRUE,
12580       'size' => 'normal',
12581       'default' => '0',
12582       'unsigned' => TRUE,
12583     ),
12584     'p7' => array(
12585       'type' => 'int',
12586       'not null' => TRUE,
12587       'size' => 'normal',
12588       'default' => '0',
12589       'unsigned' => TRUE,
12590     ),
12591     'p8' => array(
12592       'type' => 'int',
12593       'not null' => TRUE,
12594       'size' => 'normal',
12595       'default' => '0',
12596       'unsigned' => TRUE,
12597     ),
12598     'p9' => array(
12599       'type' => 'int',
12600       'not null' => TRUE,
12601       'size' => 'normal',
12602       'default' => '0',
12603       'unsigned' => TRUE,
12604     ),
12605     'updated' => array(
12606       'type' => 'int',
12607       'not null' => TRUE,
12608       'size' => 'normal',
12609       'default' => '0',
12610     ),
12611   ),
12612   'primary key' => array(
12613     'mlid',
12614   ),
12615   'mysql_character_set' => 'utf8',
12616 ));
12617
12618 $connection->insert('menu_links')
12619 ->fields(array(
12620   'menu_name',
12621   'mlid',
12622   'plid',
12623   'link_path',
12624   'router_path',
12625   'link_title',
12626   'options',
12627   'module',
12628   'hidden',
12629   'external',
12630   'has_children',
12631   'expanded',
12632   'weight',
12633   'depth',
12634   'customized',
12635   'p1',
12636   'p2',
12637   'p3',
12638   'p4',
12639   'p5',
12640   'p6',
12641   'p7',
12642   'p8',
12643   'p9',
12644   'updated',
12645 ))
12646 ->values(array(
12647   'menu_name' => 'management',
12648   'mlid' => '1',
12649   'plid' => '0',
12650   'link_path' => 'admin',
12651   'router_path' => 'admin',
12652   'link_title' => 'Administration',
12653   'options' => 'a:0:{}',
12654   'module' => 'system',
12655   'hidden' => '0',
12656   'external' => '0',
12657   'has_children' => '1',
12658   'expanded' => '0',
12659   'weight' => '9',
12660   'depth' => '1',
12661   'customized' => '0',
12662   'p1' => '1',
12663   'p2' => '0',
12664   'p3' => '0',
12665   'p4' => '0',
12666   'p5' => '0',
12667   'p6' => '0',
12668   'p7' => '0',
12669   'p8' => '0',
12670   'p9' => '0',
12671   'updated' => '0',
12672 ))
12673 ->values(array(
12674   'menu_name' => 'user-menu',
12675   'mlid' => '2',
12676   'plid' => '0',
12677   'link_path' => 'user',
12678   'router_path' => 'user',
12679   'link_title' => 'User account',
12680   'options' => 'a:1:{s:5:"alter";b:1;}',
12681   'module' => 'system',
12682   'hidden' => '0',
12683   'external' => '0',
12684   'has_children' => '0',
12685   'expanded' => '0',
12686   'weight' => '-10',
12687   'depth' => '1',
12688   'customized' => '0',
12689   'p1' => '2',
12690   'p2' => '0',
12691   'p3' => '0',
12692   'p4' => '0',
12693   'p5' => '0',
12694   'p6' => '0',
12695   'p7' => '0',
12696   'p8' => '0',
12697   'p9' => '0',
12698   'updated' => '0',
12699 ))
12700 ->values(array(
12701   'menu_name' => 'navigation',
12702   'mlid' => '3',
12703   'plid' => '0',
12704   'link_path' => 'comment/%',
12705   'router_path' => 'comment/%',
12706   'link_title' => 'Comment permalink',
12707   'options' => 'a:0:{}',
12708   'module' => 'system',
12709   'hidden' => '0',
12710   'external' => '0',
12711   'has_children' => '1',
12712   'expanded' => '0',
12713   'weight' => '0',
12714   'depth' => '1',
12715   'customized' => '0',
12716   'p1' => '3',
12717   'p2' => '0',
12718   'p3' => '0',
12719   'p4' => '0',
12720   'p5' => '0',
12721   'p6' => '0',
12722   'p7' => '0',
12723   'p8' => '0',
12724   'p9' => '0',
12725   'updated' => '0',
12726 ))
12727 ->values(array(
12728   'menu_name' => 'navigation',
12729   'mlid' => '4',
12730   'plid' => '0',
12731   'link_path' => 'filter/tips',
12732   'router_path' => 'filter/tips',
12733   'link_title' => 'Compose tips',
12734   'options' => 'a:0:{}',
12735   'module' => 'system',
12736   'hidden' => '1',
12737   'external' => '0',
12738   'has_children' => '1',
12739   'expanded' => '0',
12740   'weight' => '0',
12741   'depth' => '1',
12742   'customized' => '0',
12743   'p1' => '4',
12744   'p2' => '0',
12745   'p3' => '0',
12746   'p4' => '0',
12747   'p5' => '0',
12748   'p6' => '0',
12749   'p7' => '0',
12750   'p8' => '0',
12751   'p9' => '0',
12752   'updated' => '0',
12753 ))
12754 ->values(array(
12755   'menu_name' => 'navigation',
12756   'mlid' => '5',
12757   'plid' => '0',
12758   'link_path' => 'node/%',
12759   'router_path' => 'node/%',
12760   'link_title' => '',
12761   'options' => 'a:0:{}',
12762   'module' => 'system',
12763   'hidden' => '0',
12764   'external' => '0',
12765   'has_children' => '0',
12766   'expanded' => '0',
12767   'weight' => '0',
12768   'depth' => '1',
12769   'customized' => '0',
12770   'p1' => '5',
12771   'p2' => '0',
12772   'p3' => '0',
12773   'p4' => '0',
12774   'p5' => '0',
12775   'p6' => '0',
12776   'p7' => '0',
12777   'p8' => '0',
12778   'p9' => '0',
12779   'updated' => '0',
12780 ))
12781 ->values(array(
12782   'menu_name' => 'navigation',
12783   'mlid' => '6',
12784   'plid' => '0',
12785   'link_path' => 'node/add',
12786   'router_path' => 'node/add',
12787   'link_title' => 'Add content',
12788   'options' => 'a:0:{}',
12789   'module' => 'system',
12790   'hidden' => '0',
12791   'external' => '0',
12792   'has_children' => '1',
12793   'expanded' => '0',
12794   'weight' => '0',
12795   'depth' => '1',
12796   'customized' => '0',
12797   'p1' => '6',
12798   'p2' => '0',
12799   'p3' => '0',
12800   'p4' => '0',
12801   'p5' => '0',
12802   'p6' => '0',
12803   'p7' => '0',
12804   'p8' => '0',
12805   'p9' => '0',
12806   'updated' => '0',
12807 ))
12808 ->values(array(
12809   'menu_name' => 'management',
12810   'mlid' => '7',
12811   'plid' => '1',
12812   'link_path' => 'admin/appearance',
12813   'router_path' => 'admin/appearance',
12814   'link_title' => 'Appearance',
12815   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Select and configure your themes.";}}',
12816   'module' => 'system',
12817   'hidden' => '0',
12818   'external' => '0',
12819   'has_children' => '0',
12820   'expanded' => '0',
12821   'weight' => '-6',
12822   'depth' => '2',
12823   'customized' => '0',
12824   'p1' => '1',
12825   'p2' => '7',
12826   'p3' => '0',
12827   'p4' => '0',
12828   'p5' => '0',
12829   'p6' => '0',
12830   'p7' => '0',
12831   'p8' => '0',
12832   'p9' => '0',
12833   'updated' => '0',
12834 ))
12835 ->values(array(
12836   'menu_name' => 'management',
12837   'mlid' => '8',
12838   'plid' => '1',
12839   'link_path' => 'admin/config',
12840   'router_path' => 'admin/config',
12841   'link_title' => 'Configuration',
12842   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:20:"Administer settings.";}}',
12843   'module' => 'system',
12844   'hidden' => '0',
12845   'external' => '0',
12846   'has_children' => '1',
12847   'expanded' => '0',
12848   'weight' => '0',
12849   'depth' => '2',
12850   'customized' => '0',
12851   'p1' => '1',
12852   'p2' => '8',
12853   'p3' => '0',
12854   'p4' => '0',
12855   'p5' => '0',
12856   'p6' => '0',
12857   'p7' => '0',
12858   'p8' => '0',
12859   'p9' => '0',
12860   'updated' => '0',
12861 ))
12862 ->values(array(
12863   'menu_name' => 'management',
12864   'mlid' => '9',
12865   'plid' => '1',
12866   'link_path' => 'admin/content',
12867   'router_path' => 'admin/content',
12868   'link_title' => 'Content',
12869   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:32:"Administer content and comments.";}}',
12870   'module' => 'system',
12871   'hidden' => '0',
12872   'external' => '0',
12873   'has_children' => '1',
12874   'expanded' => '0',
12875   'weight' => '-10',
12876   'depth' => '2',
12877   'customized' => '0',
12878   'p1' => '1',
12879   'p2' => '9',
12880   'p3' => '0',
12881   'p4' => '0',
12882   'p5' => '0',
12883   'p6' => '0',
12884   'p7' => '0',
12885   'p8' => '0',
12886   'p9' => '0',
12887   'updated' => '0',
12888 ))
12889 ->values(array(
12890   'menu_name' => 'user-menu',
12891   'mlid' => '10',
12892   'plid' => '2',
12893   'link_path' => 'user/register',
12894   'router_path' => 'user/register',
12895   'link_title' => 'Create new account',
12896   'options' => 'a:0:{}',
12897   'module' => 'system',
12898   'hidden' => '-1',
12899   'external' => '0',
12900   'has_children' => '0',
12901   'expanded' => '0',
12902   'weight' => '0',
12903   'depth' => '2',
12904   'customized' => '0',
12905   'p1' => '2',
12906   'p2' => '10',
12907   'p3' => '0',
12908   'p4' => '0',
12909   'p5' => '0',
12910   'p6' => '0',
12911   'p7' => '0',
12912   'p8' => '0',
12913   'p9' => '0',
12914   'updated' => '0',
12915 ))
12916 ->values(array(
12917   'menu_name' => 'management',
12918   'mlid' => '12',
12919   'plid' => '1',
12920   'link_path' => 'admin/index',
12921   'router_path' => 'admin/index',
12922   'link_title' => 'Index',
12923   'options' => 'a:0:{}',
12924   'module' => 'system',
12925   'hidden' => '-1',
12926   'external' => '0',
12927   'has_children' => '0',
12928   'expanded' => '0',
12929   'weight' => '-18',
12930   'depth' => '2',
12931   'customized' => '0',
12932   'p1' => '1',
12933   'p2' => '12',
12934   'p3' => '0',
12935   'p4' => '0',
12936   'p5' => '0',
12937   'p6' => '0',
12938   'p7' => '0',
12939   'p8' => '0',
12940   'p9' => '0',
12941   'updated' => '0',
12942 ))
12943 ->values(array(
12944   'menu_name' => 'user-menu',
12945   'mlid' => '13',
12946   'plid' => '2',
12947   'link_path' => 'user/login',
12948   'router_path' => 'user/login',
12949   'link_title' => 'Log in',
12950   'options' => 'a:0:{}',
12951   'module' => 'system',
12952   'hidden' => '-1',
12953   'external' => '0',
12954   'has_children' => '0',
12955   'expanded' => '0',
12956   'weight' => '0',
12957   'depth' => '2',
12958   'customized' => '0',
12959   'p1' => '2',
12960   'p2' => '13',
12961   'p3' => '0',
12962   'p4' => '0',
12963   'p5' => '0',
12964   'p6' => '0',
12965   'p7' => '0',
12966   'p8' => '0',
12967   'p9' => '0',
12968   'updated' => '0',
12969 ))
12970 ->values(array(
12971   'menu_name' => 'user-menu',
12972   'mlid' => '14',
12973   'plid' => '0',
12974   'link_path' => 'user/logout',
12975   'router_path' => 'user/logout',
12976   'link_title' => 'Log out',
12977   'options' => 'a:0:{}',
12978   'module' => 'system',
12979   'hidden' => '0',
12980   'external' => '0',
12981   'has_children' => '0',
12982   'expanded' => '0',
12983   'weight' => '10',
12984   'depth' => '1',
12985   'customized' => '0',
12986   'p1' => '14',
12987   'p2' => '0',
12988   'p3' => '0',
12989   'p4' => '0',
12990   'p5' => '0',
12991   'p6' => '0',
12992   'p7' => '0',
12993   'p8' => '0',
12994   'p9' => '0',
12995   'updated' => '0',
12996 ))
12997 ->values(array(
12998   'menu_name' => 'management',
12999   'mlid' => '15',
13000   'plid' => '1',
13001   'link_path' => 'admin/modules',
13002   'router_path' => 'admin/modules',
13003   'link_title' => 'Modules',
13004   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:26:"Extend site functionality.";}}',
13005   'module' => 'system',
13006   'hidden' => '0',
13007   'external' => '0',
13008   'has_children' => '0',
13009   'expanded' => '0',
13010   'weight' => '-2',
13011   'depth' => '2',
13012   'customized' => '0',
13013   'p1' => '1',
13014   'p2' => '15',
13015   'p3' => '0',
13016   'p4' => '0',
13017   'p5' => '0',
13018   'p6' => '0',
13019   'p7' => '0',
13020   'p8' => '0',
13021   'p9' => '0',
13022   'updated' => '0',
13023 ))
13024 ->values(array(
13025   'menu_name' => 'navigation',
13026   'mlid' => '16',
13027   'plid' => '0',
13028   'link_path' => 'user/%',
13029   'router_path' => 'user/%',
13030   'link_title' => 'My account',
13031   'options' => 'a:0:{}',
13032   'module' => 'system',
13033   'hidden' => '0',
13034   'external' => '0',
13035   'has_children' => '1',
13036   'expanded' => '0',
13037   'weight' => '0',
13038   'depth' => '1',
13039   'customized' => '0',
13040   'p1' => '16',
13041   'p2' => '0',
13042   'p3' => '0',
13043   'p4' => '0',
13044   'p5' => '0',
13045   'p6' => '0',
13046   'p7' => '0',
13047   'p8' => '0',
13048   'p9' => '0',
13049   'updated' => '0',
13050 ))
13051 ->values(array(
13052   'menu_name' => 'management',
13053   'mlid' => '17',
13054   'plid' => '1',
13055   'link_path' => 'admin/people',
13056   'router_path' => 'admin/people',
13057   'link_title' => 'People',
13058   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Manage user accounts, roles, and permissions.";}}',
13059   'module' => 'system',
13060   'hidden' => '0',
13061   'external' => '0',
13062   'has_children' => '0',
13063   'expanded' => '0',
13064   'weight' => '-4',
13065   'depth' => '2',
13066   'customized' => '0',
13067   'p1' => '1',
13068   'p2' => '17',
13069   'p3' => '0',
13070   'p4' => '0',
13071   'p5' => '0',
13072   'p6' => '0',
13073   'p7' => '0',
13074   'p8' => '0',
13075   'p9' => '0',
13076   'updated' => '0',
13077 ))
13078 ->values(array(
13079   'menu_name' => 'management',
13080   'mlid' => '18',
13081   'plid' => '1',
13082   'link_path' => 'admin/reports',
13083   'router_path' => 'admin/reports',
13084   'link_title' => 'Reports',
13085   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View reports, updates, and errors.";}}',
13086   'module' => 'system',
13087   'hidden' => '0',
13088   'external' => '0',
13089   'has_children' => '1',
13090   'expanded' => '0',
13091   'weight' => '5',
13092   'depth' => '2',
13093   'customized' => '0',
13094   'p1' => '1',
13095   'p2' => '18',
13096   'p3' => '0',
13097   'p4' => '0',
13098   'p5' => '0',
13099   'p6' => '0',
13100   'p7' => '0',
13101   'p8' => '0',
13102   'p9' => '0',
13103   'updated' => '0',
13104 ))
13105 ->values(array(
13106   'menu_name' => 'user-menu',
13107   'mlid' => '19',
13108   'plid' => '2',
13109   'link_path' => 'user/password',
13110   'router_path' => 'user/password',
13111   'link_title' => 'Request new password',
13112   'options' => 'a:0:{}',
13113   'module' => 'system',
13114   'hidden' => '-1',
13115   'external' => '0',
13116   'has_children' => '0',
13117   'expanded' => '0',
13118   'weight' => '0',
13119   'depth' => '2',
13120   'customized' => '0',
13121   'p1' => '2',
13122   'p2' => '19',
13123   'p3' => '0',
13124   'p4' => '0',
13125   'p5' => '0',
13126   'p6' => '0',
13127   'p7' => '0',
13128   'p8' => '0',
13129   'p9' => '0',
13130   'updated' => '0',
13131 ))
13132 ->values(array(
13133   'menu_name' => 'management',
13134   'mlid' => '20',
13135   'plid' => '1',
13136   'link_path' => 'admin/structure',
13137   'router_path' => 'admin/structure',
13138   'link_title' => 'Structure',
13139   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Administer blocks, content types, menus, etc.";}}',
13140   'module' => 'system',
13141   'hidden' => '0',
13142   'external' => '0',
13143   'has_children' => '1',
13144   'expanded' => '0',
13145   'weight' => '-8',
13146   'depth' => '2',
13147   'customized' => '0',
13148   'p1' => '1',
13149   'p2' => '20',
13150   'p3' => '0',
13151   'p4' => '0',
13152   'p5' => '0',
13153   'p6' => '0',
13154   'p7' => '0',
13155   'p8' => '0',
13156   'p9' => '0',
13157   'updated' => '0',
13158 ))
13159 ->values(array(
13160   'menu_name' => 'management',
13161   'mlid' => '21',
13162   'plid' => '1',
13163   'link_path' => 'admin/tasks',
13164   'router_path' => 'admin/tasks',
13165   'link_title' => 'Tasks',
13166   'options' => 'a:0:{}',
13167   'module' => 'system',
13168   'hidden' => '-1',
13169   'external' => '0',
13170   'has_children' => '0',
13171   'expanded' => '0',
13172   'weight' => '-20',
13173   'depth' => '2',
13174   'customized' => '0',
13175   'p1' => '1',
13176   'p2' => '21',
13177   'p3' => '0',
13178   'p4' => '0',
13179   'p5' => '0',
13180   'p6' => '0',
13181   'p7' => '0',
13182   'p8' => '0',
13183   'p9' => '0',
13184   'updated' => '0',
13185 ))
13186 ->values(array(
13187   'menu_name' => 'navigation',
13188   'mlid' => '22',
13189   'plid' => '0',
13190   'link_path' => 'comment/reply/%',
13191   'router_path' => 'comment/reply/%',
13192   'link_title' => 'Add new comment',
13193   'options' => 'a:0:{}',
13194   'module' => 'system',
13195   'hidden' => '0',
13196   'external' => '0',
13197   'has_children' => '0',
13198   'expanded' => '0',
13199   'weight' => '0',
13200   'depth' => '1',
13201   'customized' => '0',
13202   'p1' => '22',
13203   'p2' => '0',
13204   'p3' => '0',
13205   'p4' => '0',
13206   'p5' => '0',
13207   'p6' => '0',
13208   'p7' => '0',
13209   'p8' => '0',
13210   'p9' => '0',
13211   'updated' => '0',
13212 ))
13213 ->values(array(
13214   'menu_name' => 'navigation',
13215   'mlid' => '23',
13216   'plid' => '3',
13217   'link_path' => 'comment/%/approve',
13218   'router_path' => 'comment/%/approve',
13219   'link_title' => 'Approve',
13220   'options' => 'a:0:{}',
13221   'module' => 'system',
13222   'hidden' => '0',
13223   'external' => '0',
13224   'has_children' => '0',
13225   'expanded' => '0',
13226   'weight' => '1',
13227   'depth' => '2',
13228   'customized' => '0',
13229   'p1' => '3',
13230   'p2' => '23',
13231   'p3' => '0',
13232   'p4' => '0',
13233   'p5' => '0',
13234   'p6' => '0',
13235   'p7' => '0',
13236   'p8' => '0',
13237   'p9' => '0',
13238   'updated' => '0',
13239 ))
13240 ->values(array(
13241   'menu_name' => 'navigation',
13242   'mlid' => '24',
13243   'plid' => '3',
13244   'link_path' => 'comment/%/delete',
13245   'router_path' => 'comment/%/delete',
13246   'link_title' => 'Delete',
13247   'options' => 'a:0:{}',
13248   'module' => 'system',
13249   'hidden' => '-1',
13250   'external' => '0',
13251   'has_children' => '0',
13252   'expanded' => '0',
13253   'weight' => '2',
13254   'depth' => '2',
13255   'customized' => '0',
13256   'p1' => '3',
13257   'p2' => '24',
13258   'p3' => '0',
13259   'p4' => '0',
13260   'p5' => '0',
13261   'p6' => '0',
13262   'p7' => '0',
13263   'p8' => '0',
13264   'p9' => '0',
13265   'updated' => '0',
13266 ))
13267 ->values(array(
13268   'menu_name' => 'navigation',
13269   'mlid' => '25',
13270   'plid' => '3',
13271   'link_path' => 'comment/%/edit',
13272   'router_path' => 'comment/%/edit',
13273   'link_title' => 'Edit',
13274   'options' => 'a:0:{}',
13275   'module' => 'system',
13276   'hidden' => '-1',
13277   'external' => '0',
13278   'has_children' => '0',
13279   'expanded' => '0',
13280   'weight' => '0',
13281   'depth' => '2',
13282   'customized' => '0',
13283   'p1' => '3',
13284   'p2' => '25',
13285   'p3' => '0',
13286   'p4' => '0',
13287   'p5' => '0',
13288   'p6' => '0',
13289   'p7' => '0',
13290   'p8' => '0',
13291   'p9' => '0',
13292   'updated' => '0',
13293 ))
13294 ->values(array(
13295   'menu_name' => 'navigation',
13296   'mlid' => '26',
13297   'plid' => '3',
13298   'link_path' => 'comment/%/view',
13299   'router_path' => 'comment/%/view',
13300   'link_title' => 'View comment',
13301   'options' => 'a:0:{}',
13302   'module' => 'system',
13303   'hidden' => '-1',
13304   'external' => '0',
13305   'has_children' => '0',
13306   'expanded' => '0',
13307   'weight' => '-10',
13308   'depth' => '2',
13309   'customized' => '0',
13310   'p1' => '3',
13311   'p2' => '26',
13312   'p3' => '0',
13313   'p4' => '0',
13314   'p5' => '0',
13315   'p6' => '0',
13316   'p7' => '0',
13317   'p8' => '0',
13318   'p9' => '0',
13319   'updated' => '0',
13320 ))
13321 ->values(array(
13322   'menu_name' => 'management',
13323   'mlid' => '27',
13324   'plid' => '17',
13325   'link_path' => 'admin/people/create',
13326   'router_path' => 'admin/people/create',
13327   'link_title' => 'Add user',
13328   'options' => 'a:0:{}',
13329   'module' => 'system',
13330   'hidden' => '-1',
13331   'external' => '0',
13332   'has_children' => '0',
13333   'expanded' => '0',
13334   'weight' => '0',
13335   'depth' => '3',
13336   'customized' => '0',
13337   'p1' => '1',
13338   'p2' => '17',
13339   'p3' => '27',
13340   'p4' => '0',
13341   'p5' => '0',
13342   'p6' => '0',
13343   'p7' => '0',
13344   'p8' => '0',
13345   'p9' => '0',
13346   'updated' => '0',
13347 ))
13348 ->values(array(
13349   'menu_name' => 'management',
13350   'mlid' => '28',
13351   'plid' => '20',
13352   'link_path' => 'admin/structure/block',
13353   'router_path' => 'admin/structure/block',
13354   'link_title' => 'Blocks',
13355   '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.\";}}",
13356   'module' => 'system',
13357   'hidden' => '0',
13358   'external' => '0',
13359   'has_children' => '1',
13360   'expanded' => '0',
13361   'weight' => '0',
13362   'depth' => '3',
13363   'customized' => '0',
13364   'p1' => '1',
13365   'p2' => '20',
13366   'p3' => '28',
13367   'p4' => '0',
13368   'p5' => '0',
13369   'p6' => '0',
13370   'p7' => '0',
13371   'p8' => '0',
13372   'p9' => '0',
13373   'updated' => '0',
13374 ))
13375 ->values(array(
13376   'menu_name' => 'navigation',
13377   'mlid' => '29',
13378   'plid' => '16',
13379   'link_path' => 'user/%/cancel',
13380   'router_path' => 'user/%/cancel',
13381   'link_title' => 'Cancel account',
13382   'options' => 'a:0:{}',
13383   'module' => 'system',
13384   'hidden' => '0',
13385   'external' => '0',
13386   'has_children' => '1',
13387   'expanded' => '0',
13388   'weight' => '0',
13389   'depth' => '2',
13390   'customized' => '0',
13391   'p1' => '16',
13392   'p2' => '29',
13393   'p3' => '0',
13394   'p4' => '0',
13395   'p5' => '0',
13396   'p6' => '0',
13397   'p7' => '0',
13398   'p8' => '0',
13399   'p9' => '0',
13400   'updated' => '0',
13401 ))
13402 ->values(array(
13403   'menu_name' => 'management',
13404   'mlid' => '30',
13405   'plid' => '9',
13406   'link_path' => 'admin/content/comment',
13407   'router_path' => 'admin/content/comment',
13408   'link_title' => 'Comments',
13409   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"List and edit site comments and the comment approval queue.";}}',
13410   'module' => 'system',
13411   'hidden' => '0',
13412   'external' => '0',
13413   'has_children' => '0',
13414   'expanded' => '0',
13415   'weight' => '0',
13416   'depth' => '3',
13417   'customized' => '0',
13418   'p1' => '1',
13419   'p2' => '9',
13420   'p3' => '30',
13421   'p4' => '0',
13422   'p5' => '0',
13423   'p6' => '0',
13424   'p7' => '0',
13425   'p8' => '0',
13426   'p9' => '0',
13427   'updated' => '0',
13428 ))
13429 ->values(array(
13430   'menu_name' => 'management',
13431   'mlid' => '32',
13432   'plid' => '9',
13433   'link_path' => 'admin/content/node',
13434   'router_path' => 'admin/content/node',
13435   'link_title' => 'Content',
13436   'options' => 'a:0:{}',
13437   'module' => 'system',
13438   'hidden' => '-1',
13439   'external' => '0',
13440   'has_children' => '0',
13441   'expanded' => '0',
13442   'weight' => '-10',
13443   'depth' => '3',
13444   'customized' => '0',
13445   'p1' => '1',
13446   'p2' => '9',
13447   'p3' => '32',
13448   'p4' => '0',
13449   'p5' => '0',
13450   'p6' => '0',
13451   'p7' => '0',
13452   'p8' => '0',
13453   'p9' => '0',
13454   'updated' => '0',
13455 ))
13456 ->values(array(
13457   'menu_name' => 'management',
13458   'mlid' => '33',
13459   'plid' => '8',
13460   'link_path' => 'admin/config/content',
13461   'router_path' => 'admin/config/content',
13462   'link_title' => 'Content authoring',
13463   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:53:"Settings related to formatting and authoring content.";}}',
13464   'module' => 'system',
13465   'hidden' => '0',
13466   'external' => '0',
13467   'has_children' => '1',
13468   'expanded' => '0',
13469   'weight' => '-15',
13470   'depth' => '3',
13471   'customized' => '0',
13472   'p1' => '1',
13473   'p2' => '8',
13474   'p3' => '33',
13475   'p4' => '0',
13476   'p5' => '0',
13477   'p6' => '0',
13478   'p7' => '0',
13479   'p8' => '0',
13480   'p9' => '0',
13481   'updated' => '0',
13482 ))
13483 ->values(array(
13484   'menu_name' => 'management',
13485   'mlid' => '34',
13486   'plid' => '20',
13487   'link_path' => 'admin/structure/types',
13488   'router_path' => 'admin/structure/types',
13489   'link_title' => 'Content types',
13490   '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.";}}',
13491   'module' => 'system',
13492   'hidden' => '0',
13493   'external' => '0',
13494   'has_children' => '1',
13495   'expanded' => '0',
13496   'weight' => '0',
13497   'depth' => '3',
13498   'customized' => '0',
13499   'p1' => '1',
13500   'p2' => '20',
13501   'p3' => '34',
13502   'p4' => '0',
13503   'p5' => '0',
13504   'p6' => '0',
13505   'p7' => '0',
13506   'p8' => '0',
13507   'p9' => '0',
13508   'updated' => '0',
13509 ))
13510 ->values(array(
13511   'menu_name' => 'navigation',
13512   'mlid' => '36',
13513   'plid' => '5',
13514   'link_path' => 'node/%/delete',
13515   'router_path' => 'node/%/delete',
13516   'link_title' => 'Delete',
13517   'options' => 'a:0:{}',
13518   'module' => 'system',
13519   'hidden' => '-1',
13520   'external' => '0',
13521   'has_children' => '0',
13522   'expanded' => '0',
13523   'weight' => '1',
13524   'depth' => '2',
13525   'customized' => '0',
13526   'p1' => '5',
13527   'p2' => '36',
13528   'p3' => '0',
13529   'p4' => '0',
13530   'p5' => '0',
13531   'p6' => '0',
13532   'p7' => '0',
13533   'p8' => '0',
13534   'p9' => '0',
13535   'updated' => '0',
13536 ))
13537 ->values(array(
13538   'menu_name' => 'management',
13539   'mlid' => '37',
13540   'plid' => '8',
13541   'link_path' => 'admin/config/development',
13542   'router_path' => 'admin/config/development',
13543   'link_title' => 'Development',
13544   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Development tools.";}}',
13545   'module' => 'system',
13546   'hidden' => '0',
13547   'external' => '0',
13548   'has_children' => '1',
13549   'expanded' => '0',
13550   'weight' => '-10',
13551   'depth' => '3',
13552   'customized' => '0',
13553   'p1' => '1',
13554   'p2' => '8',
13555   'p3' => '37',
13556   'p4' => '0',
13557   'p5' => '0',
13558   'p6' => '0',
13559   'p7' => '0',
13560   'p8' => '0',
13561   'p9' => '0',
13562   'updated' => '0',
13563 ))
13564 ->values(array(
13565   'menu_name' => 'navigation',
13566   'mlid' => '38',
13567   'plid' => '16',
13568   'link_path' => 'user/%/edit',
13569   'router_path' => 'user/%/edit',
13570   'link_title' => 'Edit',
13571   'options' => 'a:0:{}',
13572   'module' => 'system',
13573   'hidden' => '-1',
13574   'external' => '0',
13575   'has_children' => '0',
13576   'expanded' => '0',
13577   'weight' => '0',
13578   'depth' => '2',
13579   'customized' => '0',
13580   'p1' => '16',
13581   'p2' => '38',
13582   'p3' => '0',
13583   'p4' => '0',
13584   'p5' => '0',
13585   'p6' => '0',
13586   'p7' => '0',
13587   'p8' => '0',
13588   'p9' => '0',
13589   'updated' => '0',
13590 ))
13591 ->values(array(
13592   'menu_name' => 'navigation',
13593   'mlid' => '39',
13594   'plid' => '5',
13595   'link_path' => 'node/%/edit',
13596   'router_path' => 'node/%/edit',
13597   'link_title' => 'Edit',
13598   'options' => 'a:0:{}',
13599   'module' => 'system',
13600   'hidden' => '-1',
13601   'external' => '0',
13602   'has_children' => '0',
13603   'expanded' => '0',
13604   'weight' => '0',
13605   'depth' => '2',
13606   'customized' => '0',
13607   'p1' => '5',
13608   'p2' => '39',
13609   'p3' => '0',
13610   'p4' => '0',
13611   'p5' => '0',
13612   'p6' => '0',
13613   'p7' => '0',
13614   'p8' => '0',
13615   'p9' => '0',
13616   'updated' => '0',
13617 ))
13618 ->values(array(
13619   'menu_name' => 'management',
13620   'mlid' => '40',
13621   'plid' => '15',
13622   'link_path' => 'admin/modules/list',
13623   'router_path' => 'admin/modules/list',
13624   'link_title' => 'List',
13625   'options' => 'a:0:{}',
13626   'module' => 'system',
13627   'hidden' => '-1',
13628   'external' => '0',
13629   'has_children' => '0',
13630   'expanded' => '0',
13631   'weight' => '0',
13632   'depth' => '3',
13633   'customized' => '0',
13634   'p1' => '1',
13635   'p2' => '15',
13636   'p3' => '40',
13637   'p4' => '0',
13638   'p5' => '0',
13639   'p6' => '0',
13640   'p7' => '0',
13641   'p8' => '0',
13642   'p9' => '0',
13643   'updated' => '0',
13644 ))
13645 ->values(array(
13646   'menu_name' => 'management',
13647   'mlid' => '41',
13648   'plid' => '17',
13649   'link_path' => 'admin/people/people',
13650   'router_path' => 'admin/people/people',
13651   'link_title' => 'List',
13652   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:50:"Find and manage people interacting with your site.";}}',
13653   'module' => 'system',
13654   'hidden' => '-1',
13655   'external' => '0',
13656   'has_children' => '0',
13657   'expanded' => '0',
13658   'weight' => '-10',
13659   'depth' => '3',
13660   'customized' => '0',
13661   'p1' => '1',
13662   'p2' => '17',
13663   'p3' => '41',
13664   'p4' => '0',
13665   'p5' => '0',
13666   'p6' => '0',
13667   'p7' => '0',
13668   'p8' => '0',
13669   'p9' => '0',
13670   'updated' => '0',
13671 ))
13672 ->values(array(
13673   'menu_name' => 'management',
13674   'mlid' => '42',
13675   'plid' => '7',
13676   'link_path' => 'admin/appearance/list',
13677   'router_path' => 'admin/appearance/list',
13678   'link_title' => 'List',
13679   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:31:"Select and configure your theme";}}',
13680   'module' => 'system',
13681   'hidden' => '-1',
13682   'external' => '0',
13683   'has_children' => '0',
13684   'expanded' => '0',
13685   'weight' => '-1',
13686   'depth' => '3',
13687   'customized' => '0',
13688   'p1' => '1',
13689   'p2' => '7',
13690   'p3' => '42',
13691   'p4' => '0',
13692   'p5' => '0',
13693   'p6' => '0',
13694   'p7' => '0',
13695   'p8' => '0',
13696   'p9' => '0',
13697   'updated' => '0',
13698 ))
13699 ->values(array(
13700   'menu_name' => 'management',
13701   'mlid' => '43',
13702   'plid' => '8',
13703   'link_path' => 'admin/config/media',
13704   'router_path' => 'admin/config/media',
13705   'link_title' => 'Media',
13706   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:12:"Media tools.";}}',
13707   'module' => 'system',
13708   'hidden' => '0',
13709   'external' => '0',
13710   'has_children' => '1',
13711   'expanded' => '0',
13712   'weight' => '-10',
13713   'depth' => '3',
13714   'customized' => '0',
13715   'p1' => '1',
13716   'p2' => '8',
13717   'p3' => '43',
13718   'p4' => '0',
13719   'p5' => '0',
13720   'p6' => '0',
13721   'p7' => '0',
13722   'p8' => '0',
13723   'p9' => '0',
13724   'updated' => '0',
13725 ))
13726 ->values(array(
13727   'menu_name' => 'management',
13728   'mlid' => '44',
13729   'plid' => '20',
13730   'link_path' => 'admin/structure/menu',
13731   'router_path' => 'admin/structure/menu',
13732   'link_title' => 'Menus',
13733   '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.";}}',
13734   'module' => 'system',
13735   'hidden' => '0',
13736   'external' => '0',
13737   'has_children' => '1',
13738   'expanded' => '0',
13739   'weight' => '0',
13740   'depth' => '3',
13741   'customized' => '0',
13742   'p1' => '1',
13743   'p2' => '20',
13744   'p3' => '44',
13745   'p4' => '0',
13746   'p5' => '0',
13747   'p6' => '0',
13748   'p7' => '0',
13749   'p8' => '0',
13750   'p9' => '0',
13751   'updated' => '0',
13752 ))
13753 ->values(array(
13754   'menu_name' => 'management',
13755   'mlid' => '45',
13756   'plid' => '8',
13757   'link_path' => 'admin/config/people',
13758   'router_path' => 'admin/config/people',
13759   'link_title' => 'People',
13760   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:24:"Configure user accounts.";}}',
13761   'module' => 'system',
13762   'hidden' => '0',
13763   'external' => '0',
13764   'has_children' => '1',
13765   'expanded' => '0',
13766   'weight' => '-20',
13767   'depth' => '3',
13768   'customized' => '0',
13769   'p1' => '1',
13770   'p2' => '8',
13771   'p3' => '45',
13772   'p4' => '0',
13773   'p5' => '0',
13774   'p6' => '0',
13775   'p7' => '0',
13776   'p8' => '0',
13777   'p9' => '0',
13778   'updated' => '0',
13779 ))
13780 ->values(array(
13781   'menu_name' => 'management',
13782   'mlid' => '46',
13783   'plid' => '17',
13784   'link_path' => 'admin/people/permissions',
13785   'router_path' => 'admin/people/permissions',
13786   'link_title' => 'Permissions',
13787   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
13788   'module' => 'system',
13789   'hidden' => '-1',
13790   'external' => '0',
13791   'has_children' => '0',
13792   'expanded' => '0',
13793   'weight' => '0',
13794   'depth' => '3',
13795   'customized' => '0',
13796   'p1' => '1',
13797   'p2' => '17',
13798   'p3' => '46',
13799   'p4' => '0',
13800   'p5' => '0',
13801   'p6' => '0',
13802   'p7' => '0',
13803   'p8' => '0',
13804   'p9' => '0',
13805   'updated' => '0',
13806 ))
13807 ->values(array(
13808   'menu_name' => 'management',
13809   'mlid' => '47',
13810   'plid' => '18',
13811   'link_path' => 'admin/reports/dblog',
13812   'router_path' => 'admin/reports/dblog',
13813   'link_title' => 'Recent log messages',
13814   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View events that have recently been logged.";}}',
13815   'module' => 'system',
13816   'hidden' => '0',
13817   'external' => '0',
13818   'has_children' => '0',
13819   'expanded' => '0',
13820   'weight' => '-1',
13821   'depth' => '3',
13822   'customized' => '0',
13823   'p1' => '1',
13824   'p2' => '18',
13825   'p3' => '47',
13826   'p4' => '0',
13827   'p5' => '0',
13828   'p6' => '0',
13829   'p7' => '0',
13830   'p8' => '0',
13831   'p9' => '0',
13832   'updated' => '0',
13833 ))
13834 ->values(array(
13835   'menu_name' => 'management',
13836   'mlid' => '48',
13837   'plid' => '8',
13838   'link_path' => 'admin/config/regional',
13839   'router_path' => 'admin/config/regional',
13840   'link_title' => 'Regional and language',
13841   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Regional settings, localization and translation.";}}',
13842   'module' => 'system',
13843   'hidden' => '0',
13844   'external' => '0',
13845   'has_children' => '1',
13846   'expanded' => '0',
13847   'weight' => '-5',
13848   'depth' => '3',
13849   'customized' => '0',
13850   'p1' => '1',
13851   'p2' => '8',
13852   'p3' => '48',
13853   'p4' => '0',
13854   'p5' => '0',
13855   'p6' => '0',
13856   'p7' => '0',
13857   'p8' => '0',
13858   'p9' => '0',
13859   'updated' => '0',
13860 ))
13861 ->values(array(
13862   'menu_name' => 'navigation',
13863   'mlid' => '49',
13864   'plid' => '5',
13865   'link_path' => 'node/%/revisions',
13866   'router_path' => 'node/%/revisions',
13867   'link_title' => 'Revisions',
13868   'options' => 'a:0:{}',
13869   'module' => 'system',
13870   'hidden' => '-1',
13871   'external' => '0',
13872   'has_children' => '1',
13873   'expanded' => '0',
13874   'weight' => '2',
13875   'depth' => '2',
13876   'customized' => '0',
13877   'p1' => '5',
13878   'p2' => '49',
13879   'p3' => '0',
13880   'p4' => '0',
13881   'p5' => '0',
13882   'p6' => '0',
13883   'p7' => '0',
13884   'p8' => '0',
13885   'p9' => '0',
13886   'updated' => '0',
13887 ))
13888 ->values(array(
13889   'menu_name' => 'management',
13890   'mlid' => '50',
13891   'plid' => '8',
13892   'link_path' => 'admin/config/search',
13893   'router_path' => 'admin/config/search',
13894   'link_title' => 'Search and metadata',
13895   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:36:"Local site search, metadata and SEO.";}}',
13896   'module' => 'system',
13897   'hidden' => '0',
13898   'external' => '0',
13899   'has_children' => '1',
13900   'expanded' => '0',
13901   'weight' => '-10',
13902   'depth' => '3',
13903   'customized' => '0',
13904   'p1' => '1',
13905   'p2' => '8',
13906   'p3' => '50',
13907   'p4' => '0',
13908   'p5' => '0',
13909   'p6' => '0',
13910   'p7' => '0',
13911   'p8' => '0',
13912   'p9' => '0',
13913   'updated' => '0',
13914 ))
13915 ->values(array(
13916   'menu_name' => 'management',
13917   'mlid' => '51',
13918   'plid' => '7',
13919   'link_path' => 'admin/appearance/settings',
13920   'router_path' => 'admin/appearance/settings',
13921   'link_title' => 'Settings',
13922   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:46:"Configure default and theme specific settings.";}}',
13923   'module' => 'system',
13924   'hidden' => '-1',
13925   'external' => '0',
13926   'has_children' => '0',
13927   'expanded' => '0',
13928   'weight' => '20',
13929   'depth' => '3',
13930   'customized' => '0',
13931   'p1' => '1',
13932   'p2' => '7',
13933   'p3' => '51',
13934   'p4' => '0',
13935   'p5' => '0',
13936   'p6' => '0',
13937   'p7' => '0',
13938   'p8' => '0',
13939   'p9' => '0',
13940   'updated' => '0',
13941 ))
13942 ->values(array(
13943   'menu_name' => 'management',
13944   'mlid' => '52',
13945   'plid' => '18',
13946   'link_path' => 'admin/reports/status',
13947   'router_path' => 'admin/reports/status',
13948   'link_title' => 'Status report',
13949   '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.\";}}",
13950   'module' => 'system',
13951   'hidden' => '0',
13952   'external' => '0',
13953   'has_children' => '0',
13954   'expanded' => '0',
13955   'weight' => '-60',
13956   'depth' => '3',
13957   'customized' => '0',
13958   'p1' => '1',
13959   'p2' => '18',
13960   'p3' => '52',
13961   'p4' => '0',
13962   'p5' => '0',
13963   'p6' => '0',
13964   'p7' => '0',
13965   'p8' => '0',
13966   'p9' => '0',
13967   'updated' => '0',
13968 ))
13969 ->values(array(
13970   'menu_name' => 'management',
13971   'mlid' => '53',
13972   'plid' => '8',
13973   'link_path' => 'admin/config/system',
13974   'router_path' => 'admin/config/system',
13975   'link_title' => 'System',
13976   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:37:"General system related configuration.";}}',
13977   'module' => 'system',
13978   'hidden' => '0',
13979   'external' => '0',
13980   'has_children' => '1',
13981   'expanded' => '0',
13982   'weight' => '-20',
13983   'depth' => '3',
13984   'customized' => '0',
13985   'p1' => '1',
13986   'p2' => '8',
13987   'p3' => '53',
13988   'p4' => '0',
13989   'p5' => '0',
13990   'p6' => '0',
13991   'p7' => '0',
13992   'p8' => '0',
13993   'p9' => '0',
13994   'updated' => '0',
13995 ))
13996 ->values(array(
13997   'menu_name' => 'management',
13998   'mlid' => '54',
13999   'plid' => '18',
14000   'link_path' => 'admin/reports/access-denied',
14001   'router_path' => 'admin/reports/access-denied',
14002   'link_title' => "Top 'access denied' errors",
14003   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"View 'access denied' errors (403s).\";}}",
14004   'module' => 'system',
14005   'hidden' => '0',
14006   'external' => '0',
14007   'has_children' => '0',
14008   'expanded' => '0',
14009   'weight' => '0',
14010   'depth' => '3',
14011   'customized' => '0',
14012   'p1' => '1',
14013   'p2' => '18',
14014   'p3' => '54',
14015   'p4' => '0',
14016   'p5' => '0',
14017   'p6' => '0',
14018   'p7' => '0',
14019   'p8' => '0',
14020   'p9' => '0',
14021   'updated' => '0',
14022 ))
14023 ->values(array(
14024   'menu_name' => 'management',
14025   'mlid' => '55',
14026   'plid' => '18',
14027   'link_path' => 'admin/reports/page-not-found',
14028   'router_path' => 'admin/reports/page-not-found',
14029   'link_title' => "Top 'page not found' errors",
14030   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:36:\"View 'page not found' errors (404s).\";}}",
14031   'module' => 'system',
14032   'hidden' => '0',
14033   'external' => '0',
14034   'has_children' => '0',
14035   'expanded' => '0',
14036   'weight' => '0',
14037   'depth' => '3',
14038   'customized' => '0',
14039   'p1' => '1',
14040   'p2' => '18',
14041   'p3' => '55',
14042   'p4' => '0',
14043   'p5' => '0',
14044   'p6' => '0',
14045   'p7' => '0',
14046   'p8' => '0',
14047   'p9' => '0',
14048   'updated' => '0',
14049 ))
14050 ->values(array(
14051   'menu_name' => 'management',
14052   'mlid' => '56',
14053   'plid' => '15',
14054   'link_path' => 'admin/modules/uninstall',
14055   'router_path' => 'admin/modules/uninstall',
14056   'link_title' => 'Uninstall',
14057   'options' => 'a:0:{}',
14058   'module' => 'system',
14059   'hidden' => '-1',
14060   'external' => '0',
14061   'has_children' => '0',
14062   'expanded' => '0',
14063   'weight' => '20',
14064   'depth' => '3',
14065   'customized' => '0',
14066   'p1' => '1',
14067   'p2' => '15',
14068   'p3' => '56',
14069   'p4' => '0',
14070   'p5' => '0',
14071   'p6' => '0',
14072   'p7' => '0',
14073   'p8' => '0',
14074   'p9' => '0',
14075   'updated' => '0',
14076 ))
14077 ->values(array(
14078   'menu_name' => 'management',
14079   'mlid' => '57',
14080   'plid' => '8',
14081   'link_path' => 'admin/config/user-interface',
14082   'router_path' => 'admin/config/user-interface',
14083   'link_title' => 'User interface',
14084   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Tools that enhance the user interface.";}}',
14085   'module' => 'system',
14086   'hidden' => '0',
14087   'external' => '0',
14088   'has_children' => '1',
14089   'expanded' => '0',
14090   'weight' => '-15',
14091   'depth' => '3',
14092   'customized' => '0',
14093   'p1' => '1',
14094   'p2' => '8',
14095   'p3' => '57',
14096   'p4' => '0',
14097   'p5' => '0',
14098   'p6' => '0',
14099   'p7' => '0',
14100   'p8' => '0',
14101   'p9' => '0',
14102   'updated' => '0',
14103 ))
14104 ->values(array(
14105   'menu_name' => 'navigation',
14106   'mlid' => '58',
14107   'plid' => '5',
14108   'link_path' => 'node/%/view',
14109   'router_path' => 'node/%/view',
14110   'link_title' => 'View',
14111   'options' => 'a:0:{}',
14112   'module' => 'system',
14113   'hidden' => '-1',
14114   'external' => '0',
14115   'has_children' => '0',
14116   'expanded' => '0',
14117   'weight' => '-10',
14118   'depth' => '2',
14119   'customized' => '0',
14120   'p1' => '5',
14121   'p2' => '58',
14122   'p3' => '0',
14123   'p4' => '0',
14124   'p5' => '0',
14125   'p6' => '0',
14126   'p7' => '0',
14127   'p8' => '0',
14128   'p9' => '0',
14129   'updated' => '0',
14130 ))
14131 ->values(array(
14132   'menu_name' => 'navigation',
14133   'mlid' => '59',
14134   'plid' => '16',
14135   'link_path' => 'user/%/view',
14136   'router_path' => 'user/%/view',
14137   'link_title' => 'View',
14138   'options' => 'a:0:{}',
14139   'module' => 'system',
14140   'hidden' => '-1',
14141   'external' => '0',
14142   'has_children' => '0',
14143   'expanded' => '0',
14144   'weight' => '-10',
14145   'depth' => '2',
14146   'customized' => '0',
14147   'p1' => '16',
14148   'p2' => '59',
14149   'p3' => '0',
14150   'p4' => '0',
14151   'p5' => '0',
14152   'p6' => '0',
14153   'p7' => '0',
14154   'p8' => '0',
14155   'p9' => '0',
14156   'updated' => '0',
14157 ))
14158 ->values(array(
14159   'menu_name' => 'management',
14160   'mlid' => '60',
14161   'plid' => '8',
14162   'link_path' => 'admin/config/services',
14163   'router_path' => 'admin/config/services',
14164   'link_title' => 'Web services',
14165   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"Tools related to web services.";}}',
14166   'module' => 'system',
14167   'hidden' => '0',
14168   'external' => '0',
14169   'has_children' => '1',
14170   'expanded' => '0',
14171   'weight' => '0',
14172   'depth' => '3',
14173   'customized' => '0',
14174   'p1' => '1',
14175   'p2' => '8',
14176   'p3' => '60',
14177   'p4' => '0',
14178   'p5' => '0',
14179   'p6' => '0',
14180   'p7' => '0',
14181   'p8' => '0',
14182   'p9' => '0',
14183   'updated' => '0',
14184 ))
14185 ->values(array(
14186   'menu_name' => 'management',
14187   'mlid' => '61',
14188   'plid' => '8',
14189   'link_path' => 'admin/config/workflow',
14190   'router_path' => 'admin/config/workflow',
14191   'link_title' => 'Workflow',
14192   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Content workflow, editorial workflow tools.";}}',
14193   'module' => 'system',
14194   'hidden' => '0',
14195   'external' => '0',
14196   'has_children' => '0',
14197   'expanded' => '0',
14198   'weight' => '5',
14199   'depth' => '3',
14200   'customized' => '0',
14201   'p1' => '1',
14202   'p2' => '8',
14203   'p3' => '61',
14204   'p4' => '0',
14205   'p5' => '0',
14206   'p6' => '0',
14207   'p7' => '0',
14208   'p8' => '0',
14209   'p9' => '0',
14210   'updated' => '0',
14211 ))
14212 ->values(array(
14213   'menu_name' => 'management',
14214   'mlid' => '66',
14215   'plid' => '45',
14216   'link_path' => 'admin/config/people/accounts',
14217   'router_path' => 'admin/config/people/accounts',
14218   'link_title' => 'Account settings',
14219   '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.";}}',
14220   'module' => 'system',
14221   'hidden' => '0',
14222   'external' => '0',
14223   'has_children' => '0',
14224   'expanded' => '0',
14225   'weight' => '-10',
14226   'depth' => '4',
14227   'customized' => '0',
14228   'p1' => '1',
14229   'p2' => '8',
14230   'p3' => '45',
14231   'p4' => '66',
14232   'p5' => '0',
14233   'p6' => '0',
14234   'p7' => '0',
14235   'p8' => '0',
14236   'p9' => '0',
14237   'updated' => '0',
14238 ))
14239 ->values(array(
14240   'menu_name' => 'management',
14241   'mlid' => '67',
14242   'plid' => '53',
14243   'link_path' => 'admin/config/system/actions',
14244   'router_path' => 'admin/config/system/actions',
14245   'link_title' => 'Actions',
14246   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
14247   'module' => 'system',
14248   'hidden' => '0',
14249   'external' => '0',
14250   'has_children' => '1',
14251   'expanded' => '0',
14252   'weight' => '0',
14253   'depth' => '4',
14254   'customized' => '0',
14255   'p1' => '1',
14256   'p2' => '8',
14257   'p3' => '53',
14258   'p4' => '67',
14259   'p5' => '0',
14260   'p6' => '0',
14261   'p7' => '0',
14262   'p8' => '0',
14263   'p9' => '0',
14264   'updated' => '0',
14265 ))
14266 ->values(array(
14267   'menu_name' => 'management',
14268   'mlid' => '68',
14269   'plid' => '28',
14270   'link_path' => 'admin/structure/block/add',
14271   'router_path' => 'admin/structure/block/add',
14272   'link_title' => 'Add block',
14273   'options' => 'a:0:{}',
14274   'module' => 'system',
14275   'hidden' => '-1',
14276   'external' => '0',
14277   'has_children' => '0',
14278   'expanded' => '0',
14279   'weight' => '0',
14280   'depth' => '4',
14281   'customized' => '0',
14282   'p1' => '1',
14283   'p2' => '20',
14284   'p3' => '28',
14285   'p4' => '68',
14286   'p5' => '0',
14287   'p6' => '0',
14288   'p7' => '0',
14289   'p8' => '0',
14290   'p9' => '0',
14291   'updated' => '0',
14292 ))
14293 ->values(array(
14294   'menu_name' => 'management',
14295   'mlid' => '69',
14296   'plid' => '34',
14297   'link_path' => 'admin/structure/types/add',
14298   'router_path' => 'admin/structure/types/add',
14299   'link_title' => 'Add content type',
14300   'options' => 'a:0:{}',
14301   'module' => 'system',
14302   'hidden' => '-1',
14303   'external' => '0',
14304   'has_children' => '0',
14305   'expanded' => '0',
14306   'weight' => '0',
14307   'depth' => '4',
14308   'customized' => '0',
14309   'p1' => '1',
14310   'p2' => '20',
14311   'p3' => '34',
14312   'p4' => '69',
14313   'p5' => '0',
14314   'p6' => '0',
14315   'p7' => '0',
14316   'p8' => '0',
14317   'p9' => '0',
14318   'updated' => '0',
14319 ))
14320 ->values(array(
14321   'menu_name' => 'management',
14322   'mlid' => '70',
14323   'plid' => '44',
14324   'link_path' => 'admin/structure/menu/add',
14325   'router_path' => 'admin/structure/menu/add',
14326   'link_title' => 'Add menu',
14327   'options' => 'a:0:{}',
14328   'module' => 'system',
14329   'hidden' => '-1',
14330   'external' => '0',
14331   'has_children' => '0',
14332   'expanded' => '0',
14333   'weight' => '0',
14334   'depth' => '4',
14335   'customized' => '0',
14336   'p1' => '1',
14337   'p2' => '20',
14338   'p3' => '44',
14339   'p4' => '70',
14340   'p5' => '0',
14341   'p6' => '0',
14342   'p7' => '0',
14343   'p8' => '0',
14344   'p9' => '0',
14345   'updated' => '0',
14346 ))
14347 ->values(array(
14348   'menu_name' => 'management',
14349   'mlid' => '71',
14350   'plid' => '51',
14351   'link_path' => 'admin/appearance/settings/bartik',
14352   'router_path' => 'admin/appearance/settings/bartik',
14353   'link_title' => 'Bartik',
14354   'options' => 'a:0:{}',
14355   'module' => 'system',
14356   'hidden' => '-1',
14357   'external' => '0',
14358   'has_children' => '0',
14359   'expanded' => '0',
14360   'weight' => '0',
14361   'depth' => '4',
14362   'customized' => '0',
14363   'p1' => '1',
14364   'p2' => '7',
14365   'p3' => '51',
14366   'p4' => '71',
14367   'p5' => '0',
14368   'p6' => '0',
14369   'p7' => '0',
14370   'p8' => '0',
14371   'p9' => '0',
14372   'updated' => '0',
14373 ))
14374 ->values(array(
14375   'menu_name' => 'management',
14376   'mlid' => '72',
14377   'plid' => '50',
14378   'link_path' => 'admin/config/search/clean-urls',
14379   'router_path' => 'admin/config/search/clean-urls',
14380   'link_title' => 'Clean URLs',
14381   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Enable or disable clean URLs for your site.";}}',
14382   'module' => 'system',
14383   'hidden' => '0',
14384   'external' => '0',
14385   'has_children' => '0',
14386   'expanded' => '0',
14387   'weight' => '5',
14388   'depth' => '4',
14389   'customized' => '0',
14390   'p1' => '1',
14391   'p2' => '8',
14392   'p3' => '50',
14393   'p4' => '72',
14394   'p5' => '0',
14395   'p6' => '0',
14396   'p7' => '0',
14397   'p8' => '0',
14398   'p9' => '0',
14399   'updated' => '0',
14400 ))
14401 ->values(array(
14402   'menu_name' => 'management',
14403   'mlid' => '73',
14404   'plid' => '53',
14405   'link_path' => 'admin/config/system/cron',
14406   'router_path' => 'admin/config/system/cron',
14407   'link_title' => 'Cron',
14408   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:40:"Manage automatic site maintenance tasks.";}}',
14409   'module' => 'system',
14410   'hidden' => '0',
14411   'external' => '0',
14412   'has_children' => '0',
14413   'expanded' => '0',
14414   'weight' => '20',
14415   'depth' => '4',
14416   'customized' => '0',
14417   'p1' => '1',
14418   'p2' => '8',
14419   'p3' => '53',
14420   'p4' => '73',
14421   'p5' => '0',
14422   'p6' => '0',
14423   'p7' => '0',
14424   'p8' => '0',
14425   'p9' => '0',
14426   'updated' => '0',
14427 ))
14428 ->values(array(
14429   'menu_name' => 'management',
14430   'mlid' => '74',
14431   'plid' => '48',
14432   'link_path' => 'admin/config/regional/date-time',
14433   'router_path' => 'admin/config/regional/date-time',
14434   'link_title' => 'Date and time',
14435   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
14436   'module' => 'system',
14437   'hidden' => '0',
14438   'external' => '0',
14439   'has_children' => '0',
14440   'expanded' => '0',
14441   'weight' => '-15',
14442   'depth' => '4',
14443   'customized' => '0',
14444   'p1' => '1',
14445   'p2' => '8',
14446   'p3' => '48',
14447   'p4' => '74',
14448   'p5' => '0',
14449   'p6' => '0',
14450   'p7' => '0',
14451   'p8' => '0',
14452   'p9' => '0',
14453   'updated' => '0',
14454 ))
14455 ->values(array(
14456   'menu_name' => 'management',
14457   'mlid' => '75',
14458   'plid' => '18',
14459   'link_path' => 'admin/reports/event/%',
14460   'router_path' => 'admin/reports/event/%',
14461   'link_title' => 'Details',
14462   'options' => 'a:0:{}',
14463   'module' => 'system',
14464   'hidden' => '0',
14465   'external' => '0',
14466   'has_children' => '0',
14467   'expanded' => '0',
14468   'weight' => '0',
14469   'depth' => '3',
14470   'customized' => '0',
14471   'p1' => '1',
14472   'p2' => '18',
14473   'p3' => '75',
14474   'p4' => '0',
14475   'p5' => '0',
14476   'p6' => '0',
14477   'p7' => '0',
14478   'p8' => '0',
14479   'p9' => '0',
14480   'updated' => '0',
14481 ))
14482 ->values(array(
14483   'menu_name' => 'management',
14484   'mlid' => '76',
14485   'plid' => '43',
14486   'link_path' => 'admin/config/media/file-system',
14487   'router_path' => 'admin/config/media/file-system',
14488   'link_title' => 'File system',
14489   '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.";}}',
14490   'module' => 'system',
14491   'hidden' => '0',
14492   'external' => '0',
14493   'has_children' => '0',
14494   'expanded' => '0',
14495   'weight' => '-10',
14496   'depth' => '4',
14497   'customized' => '0',
14498   'p1' => '1',
14499   'p2' => '8',
14500   'p3' => '43',
14501   'p4' => '76',
14502   'p5' => '0',
14503   'p6' => '0',
14504   'p7' => '0',
14505   'p8' => '0',
14506   'p9' => '0',
14507   'updated' => '0',
14508 ))
14509 ->values(array(
14510   'menu_name' => 'management',
14511   'mlid' => '78',
14512   'plid' => '51',
14513   'link_path' => 'admin/appearance/settings/garland',
14514   'router_path' => 'admin/appearance/settings/garland',
14515   'link_title' => 'Garland',
14516   'options' => 'a:0:{}',
14517   'module' => 'system',
14518   'hidden' => '-1',
14519   'external' => '0',
14520   'has_children' => '0',
14521   'expanded' => '0',
14522   'weight' => '0',
14523   'depth' => '4',
14524   'customized' => '0',
14525   'p1' => '1',
14526   'p2' => '7',
14527   'p3' => '51',
14528   'p4' => '78',
14529   'p5' => '0',
14530   'p6' => '0',
14531   'p7' => '0',
14532   'p8' => '0',
14533   'p9' => '0',
14534   'updated' => '0',
14535 ))
14536 ->values(array(
14537   'menu_name' => 'management',
14538   'mlid' => '79',
14539   'plid' => '51',
14540   'link_path' => 'admin/appearance/settings/global',
14541   'router_path' => 'admin/appearance/settings/global',
14542   'link_title' => 'Global settings',
14543   'options' => 'a:0:{}',
14544   'module' => 'system',
14545   'hidden' => '-1',
14546   'external' => '0',
14547   'has_children' => '0',
14548   'expanded' => '0',
14549   'weight' => '-1',
14550   'depth' => '4',
14551   'customized' => '0',
14552   'p1' => '1',
14553   'p2' => '7',
14554   'p3' => '51',
14555   'p4' => '79',
14556   'p5' => '0',
14557   'p6' => '0',
14558   'p7' => '0',
14559   'p8' => '0',
14560   'p9' => '0',
14561   'updated' => '0',
14562 ))
14563 ->values(array(
14564   'menu_name' => 'management',
14565   'mlid' => '80',
14566   'plid' => '45',
14567   'link_path' => 'admin/config/people/ip-blocking',
14568   'router_path' => 'admin/config/people/ip-blocking',
14569   'link_title' => 'IP address blocking',
14570   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Manage blocked IP addresses.";}}',
14571   'module' => 'system',
14572   'hidden' => '0',
14573   'external' => '0',
14574   'has_children' => '1',
14575   'expanded' => '0',
14576   'weight' => '10',
14577   'depth' => '4',
14578   'customized' => '0',
14579   'p1' => '1',
14580   'p2' => '8',
14581   'p3' => '45',
14582   'p4' => '80',
14583   'p5' => '0',
14584   'p6' => '0',
14585   'p7' => '0',
14586   'p8' => '0',
14587   'p9' => '0',
14588   'updated' => '0',
14589 ))
14590 ->values(array(
14591   'menu_name' => 'management',
14592   'mlid' => '81',
14593   'plid' => '43',
14594   'link_path' => 'admin/config/media/image-toolkit',
14595   'router_path' => 'admin/config/media/image-toolkit',
14596   'link_title' => 'Image toolkit',
14597   '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.";}}',
14598   'module' => 'system',
14599   'hidden' => '0',
14600   'external' => '0',
14601   'has_children' => '0',
14602   'expanded' => '0',
14603   'weight' => '20',
14604   'depth' => '4',
14605   'customized' => '0',
14606   'p1' => '1',
14607   'p2' => '8',
14608   'p3' => '43',
14609   'p4' => '81',
14610   'p5' => '0',
14611   'p6' => '0',
14612   'p7' => '0',
14613   'p8' => '0',
14614   'p9' => '0',
14615   'updated' => '0',
14616 ))
14617 ->values(array(
14618   'menu_name' => 'management',
14619   'mlid' => '82',
14620   'plid' => '40',
14621   'link_path' => 'admin/modules/list/confirm',
14622   'router_path' => 'admin/modules/list/confirm',
14623   'link_title' => 'List',
14624   'options' => 'a:0:{}',
14625   'module' => 'system',
14626   'hidden' => '-1',
14627   'external' => '0',
14628   'has_children' => '0',
14629   'expanded' => '0',
14630   'weight' => '0',
14631   'depth' => '4',
14632   'customized' => '0',
14633   'p1' => '1',
14634   'p2' => '15',
14635   'p3' => '40',
14636   'p4' => '82',
14637   'p5' => '0',
14638   'p6' => '0',
14639   'p7' => '0',
14640   'p8' => '0',
14641   'p9' => '0',
14642   'updated' => '0',
14643 ))
14644 ->values(array(
14645   'menu_name' => 'management',
14646   'mlid' => '83',
14647   'plid' => '34',
14648   'link_path' => 'admin/structure/types/list',
14649   'router_path' => 'admin/structure/types/list',
14650   'link_title' => 'List',
14651   'options' => 'a:0:{}',
14652   'module' => 'system',
14653   'hidden' => '-1',
14654   'external' => '0',
14655   'has_children' => '0',
14656   'expanded' => '0',
14657   'weight' => '-10',
14658   'depth' => '4',
14659   'customized' => '0',
14660   'p1' => '1',
14661   'p2' => '20',
14662   'p3' => '34',
14663   'p4' => '83',
14664   'p5' => '0',
14665   'p6' => '0',
14666   'p7' => '0',
14667   'p8' => '0',
14668   'p9' => '0',
14669   'updated' => '0',
14670 ))
14671 ->values(array(
14672   'menu_name' => 'management',
14673   'mlid' => '84',
14674   'plid' => '44',
14675   'link_path' => 'admin/structure/menu/list',
14676   'router_path' => 'admin/structure/menu/list',
14677   'link_title' => 'List menus',
14678   'options' => 'a:0:{}',
14679   'module' => 'system',
14680   'hidden' => '-1',
14681   'external' => '0',
14682   'has_children' => '0',
14683   'expanded' => '0',
14684   'weight' => '-10',
14685   'depth' => '4',
14686   'customized' => '0',
14687   'p1' => '1',
14688   'p2' => '20',
14689   'p3' => '44',
14690   'p4' => '84',
14691   'p5' => '0',
14692   'p6' => '0',
14693   'p7' => '0',
14694   'p8' => '0',
14695   'p9' => '0',
14696   'updated' => '0',
14697 ))
14698 ->values(array(
14699   'menu_name' => 'management',
14700   'mlid' => '85',
14701   'plid' => '37',
14702   'link_path' => 'admin/config/development/logging',
14703   'router_path' => 'admin/config/development/logging',
14704   'link_title' => 'Logging and errors',
14705   '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.\";}}",
14706   'module' => 'system',
14707   'hidden' => '0',
14708   'external' => '0',
14709   'has_children' => '0',
14710   'expanded' => '0',
14711   'weight' => '-15',
14712   'depth' => '4',
14713   'customized' => '0',
14714   'p1' => '1',
14715   'p2' => '8',
14716   'p3' => '37',
14717   'p4' => '85',
14718   'p5' => '0',
14719   'p6' => '0',
14720   'p7' => '0',
14721   'p8' => '0',
14722   'p9' => '0',
14723   'updated' => '0',
14724 ))
14725 ->values(array(
14726   'menu_name' => 'management',
14727   'mlid' => '86',
14728   'plid' => '37',
14729   'link_path' => 'admin/config/development/maintenance',
14730   'router_path' => 'admin/config/development/maintenance',
14731   'link_title' => 'Maintenance mode',
14732   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:62:"Take the site offline for maintenance or bring it back online.";}}',
14733   'module' => 'system',
14734   'hidden' => '0',
14735   'external' => '0',
14736   'has_children' => '0',
14737   'expanded' => '0',
14738   'weight' => '-10',
14739   'depth' => '4',
14740   'customized' => '0',
14741   'p1' => '1',
14742   'p2' => '8',
14743   'p3' => '37',
14744   'p4' => '86',
14745   'p5' => '0',
14746   'p6' => '0',
14747   'p7' => '0',
14748   'p8' => '0',
14749   'p9' => '0',
14750   'updated' => '0',
14751 ))
14752 ->values(array(
14753   'menu_name' => 'management',
14754   'mlid' => '89',
14755   'plid' => '37',
14756   'link_path' => 'admin/config/development/performance',
14757   'router_path' => 'admin/config/development/performance',
14758   'link_title' => 'Performance',
14759   '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.";}}',
14760   'module' => 'system',
14761   'hidden' => '0',
14762   'external' => '0',
14763   'has_children' => '0',
14764   'expanded' => '0',
14765   'weight' => '-20',
14766   'depth' => '4',
14767   'customized' => '0',
14768   'p1' => '1',
14769   'p2' => '8',
14770   'p3' => '37',
14771   'p4' => '89',
14772   'p5' => '0',
14773   'p6' => '0',
14774   'p7' => '0',
14775   'p8' => '0',
14776   'p9' => '0',
14777   'updated' => '0',
14778 ))
14779 ->values(array(
14780   'menu_name' => 'management',
14781   'mlid' => '90',
14782   'plid' => '46',
14783   'link_path' => 'admin/people/permissions/list',
14784   'router_path' => 'admin/people/permissions/list',
14785   'link_title' => 'Permissions',
14786   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
14787   'module' => 'system',
14788   'hidden' => '-1',
14789   'external' => '0',
14790   'has_children' => '0',
14791   'expanded' => '0',
14792   'weight' => '-8',
14793   'depth' => '4',
14794   'customized' => '0',
14795   'p1' => '1',
14796   'p2' => '17',
14797   'p3' => '46',
14798   'p4' => '90',
14799   'p5' => '0',
14800   'p6' => '0',
14801   'p7' => '0',
14802   'p8' => '0',
14803   'p9' => '0',
14804   'updated' => '0',
14805 ))
14806 ->values(array(
14807   'menu_name' => 'management',
14808   'mlid' => '93',
14809   'plid' => '30',
14810   'link_path' => 'admin/content/comment/new',
14811   'router_path' => 'admin/content/comment/new',
14812   'link_title' => 'Published comments',
14813   'options' => 'a:0:{}',
14814   'module' => 'system',
14815   'hidden' => '-1',
14816   'external' => '0',
14817   'has_children' => '0',
14818   'expanded' => '0',
14819   'weight' => '-10',
14820   'depth' => '4',
14821   'customized' => '0',
14822   'p1' => '1',
14823   'p2' => '9',
14824   'p3' => '30',
14825   'p4' => '93',
14826   'p5' => '0',
14827   'p6' => '0',
14828   'p7' => '0',
14829   'p8' => '0',
14830   'p9' => '0',
14831   'updated' => '0',
14832 ))
14833 ->values(array(
14834   'menu_name' => 'management',
14835   'mlid' => '94',
14836   'plid' => '60',
14837   'link_path' => 'admin/config/services/rss-publishing',
14838   'router_path' => 'admin/config/services/rss-publishing',
14839   'link_title' => 'RSS publishing',
14840   '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.";}}',
14841   'module' => 'system',
14842   'hidden' => '0',
14843   'external' => '0',
14844   'has_children' => '0',
14845   'expanded' => '0',
14846   'weight' => '0',
14847   'depth' => '4',
14848   'customized' => '0',
14849   'p1' => '1',
14850   'p2' => '8',
14851   'p3' => '60',
14852   'p4' => '94',
14853   'p5' => '0',
14854   'p6' => '0',
14855   'p7' => '0',
14856   'p8' => '0',
14857   'p9' => '0',
14858   'updated' => '0',
14859 ))
14860 ->values(array(
14861   'menu_name' => 'management',
14862   'mlid' => '95',
14863   'plid' => '48',
14864   'link_path' => 'admin/config/regional/settings',
14865   'router_path' => 'admin/config/regional/settings',
14866   'link_title' => 'Regional settings',
14867   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:54:\"Settings for the site's default time zone and country.\";}}",
14868   'module' => 'system',
14869   'hidden' => '0',
14870   'external' => '0',
14871   'has_children' => '0',
14872   'expanded' => '0',
14873   'weight' => '-20',
14874   'depth' => '4',
14875   'customized' => '0',
14876   'p1' => '1',
14877   'p2' => '8',
14878   'p3' => '48',
14879   'p4' => '95',
14880   'p5' => '0',
14881   'p6' => '0',
14882   'p7' => '0',
14883   'p8' => '0',
14884   'p9' => '0',
14885   'updated' => '0',
14886 ))
14887 ->values(array(
14888   'menu_name' => 'management',
14889   'mlid' => '96',
14890   'plid' => '46',
14891   'link_path' => 'admin/people/permissions/roles',
14892   'router_path' => 'admin/people/permissions/roles',
14893   'link_title' => 'Roles',
14894   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"List, edit, or add user roles.";}}',
14895   'module' => 'system',
14896   'hidden' => '-1',
14897   'external' => '0',
14898   'has_children' => '1',
14899   'expanded' => '0',
14900   'weight' => '-5',
14901   'depth' => '4',
14902   'customized' => '0',
14903   'p1' => '1',
14904   'p2' => '17',
14905   'p3' => '46',
14906   'p4' => '96',
14907   'p5' => '0',
14908   'p6' => '0',
14909   'p7' => '0',
14910   'p8' => '0',
14911   'p9' => '0',
14912   'updated' => '0',
14913 ))
14914 ->values(array(
14915   'menu_name' => 'management',
14916   'mlid' => '97',
14917   'plid' => '44',
14918   'link_path' => 'admin/structure/menu/settings',
14919   'router_path' => 'admin/structure/menu/settings',
14920   'link_title' => 'Settings',
14921   'options' => 'a:0:{}',
14922   'module' => 'system',
14923   'hidden' => '-1',
14924   'external' => '0',
14925   'has_children' => '0',
14926   'expanded' => '0',
14927   'weight' => '5',
14928   'depth' => '4',
14929   'customized' => '0',
14930   'p1' => '1',
14931   'p2' => '20',
14932   'p3' => '44',
14933   'p4' => '97',
14934   'p5' => '0',
14935   'p6' => '0',
14936   'p7' => '0',
14937   'p8' => '0',
14938   'p9' => '0',
14939   'updated' => '0',
14940 ))
14941 ->values(array(
14942   'menu_name' => 'management',
14943   'mlid' => '98',
14944   'plid' => '51',
14945   'link_path' => 'admin/appearance/settings/seven',
14946   'router_path' => 'admin/appearance/settings/seven',
14947   'link_title' => 'Seven',
14948   'options' => 'a:0:{}',
14949   'module' => 'system',
14950   'hidden' => '-1',
14951   'external' => '0',
14952   'has_children' => '0',
14953   'expanded' => '0',
14954   'weight' => '0',
14955   'depth' => '4',
14956   'customized' => '0',
14957   'p1' => '1',
14958   'p2' => '7',
14959   'p3' => '51',
14960   'p4' => '98',
14961   'p5' => '0',
14962   'p6' => '0',
14963   'p7' => '0',
14964   'p8' => '0',
14965   'p9' => '0',
14966   'updated' => '0',
14967 ))
14968 ->values(array(
14969   'menu_name' => 'management',
14970   'mlid' => '99',
14971   'plid' => '53',
14972   'link_path' => 'admin/config/system/site-information',
14973   'router_path' => 'admin/config/system/site-information',
14974   'link_title' => 'Site information',
14975   '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.";}}',
14976   'module' => 'system',
14977   'hidden' => '0',
14978   'external' => '0',
14979   'has_children' => '0',
14980   'expanded' => '0',
14981   'weight' => '-20',
14982   'depth' => '4',
14983   'customized' => '0',
14984   'p1' => '1',
14985   'p2' => '8',
14986   'p3' => '53',
14987   'p4' => '99',
14988   'p5' => '0',
14989   'p6' => '0',
14990   'p7' => '0',
14991   'p8' => '0',
14992   'p9' => '0',
14993   'updated' => '0',
14994 ))
14995 ->values(array(
14996   'menu_name' => 'management',
14997   'mlid' => '100',
14998   'plid' => '51',
14999   'link_path' => 'admin/appearance/settings/stark',
15000   'router_path' => 'admin/appearance/settings/stark',
15001   'link_title' => 'Stark',
15002   'options' => 'a:0:{}',
15003   'module' => 'system',
15004   'hidden' => '-1',
15005   'external' => '0',
15006   'has_children' => '0',
15007   'expanded' => '0',
15008   'weight' => '0',
15009   'depth' => '4',
15010   'customized' => '0',
15011   'p1' => '1',
15012   'p2' => '7',
15013   'p3' => '51',
15014   'p4' => '100',
15015   'p5' => '0',
15016   'p6' => '0',
15017   'p7' => '0',
15018   'p8' => '0',
15019   'p9' => '0',
15020   'updated' => '0',
15021 ))
15022 ->values(array(
15023   'menu_name' => 'management',
15024   'mlid' => '101',
15025   'plid' => '33',
15026   'link_path' => 'admin/config/content/formats',
15027   'router_path' => 'admin/config/content/formats',
15028   'link_title' => 'Text formats',
15029   '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.";}}',
15030   'module' => 'system',
15031   'hidden' => '0',
15032   'external' => '0',
15033   'has_children' => '1',
15034   'expanded' => '0',
15035   'weight' => '0',
15036   'depth' => '4',
15037   'customized' => '0',
15038   'p1' => '1',
15039   'p2' => '8',
15040   'p3' => '33',
15041   'p4' => '101',
15042   'p5' => '0',
15043   'p6' => '0',
15044   'p7' => '0',
15045   'p8' => '0',
15046   'p9' => '0',
15047   'updated' => '0',
15048 ))
15049 ->values(array(
15050   'menu_name' => 'management',
15051   'mlid' => '102',
15052   'plid' => '30',
15053   'link_path' => 'admin/content/comment/approval',
15054   'router_path' => 'admin/content/comment/approval',
15055   'link_title' => 'Unapproved comments',
15056   'options' => 'a:0:{}',
15057   'module' => 'system',
15058   'hidden' => '-1',
15059   'external' => '0',
15060   'has_children' => '0',
15061   'expanded' => '0',
15062   'weight' => '0',
15063   'depth' => '4',
15064   'customized' => '0',
15065   'p1' => '1',
15066   'p2' => '9',
15067   'p3' => '30',
15068   'p4' => '102',
15069   'p5' => '0',
15070   'p6' => '0',
15071   'p7' => '0',
15072   'p8' => '0',
15073   'p9' => '0',
15074   'updated' => '0',
15075 ))
15076 ->values(array(
15077   'menu_name' => 'management',
15078   'mlid' => '103',
15079   'plid' => '56',
15080   'link_path' => 'admin/modules/uninstall/confirm',
15081   'router_path' => 'admin/modules/uninstall/confirm',
15082   'link_title' => 'Uninstall',
15083   'options' => 'a:0:{}',
15084   'module' => 'system',
15085   'hidden' => '-1',
15086   'external' => '0',
15087   'has_children' => '0',
15088   'expanded' => '0',
15089   'weight' => '0',
15090   'depth' => '4',
15091   'customized' => '0',
15092   'p1' => '1',
15093   'p2' => '15',
15094   'p3' => '56',
15095   'p4' => '103',
15096   'p5' => '0',
15097   'p6' => '0',
15098   'p7' => '0',
15099   'p8' => '0',
15100   'p9' => '0',
15101   'updated' => '0',
15102 ))
15103 ->values(array(
15104   'menu_name' => 'navigation',
15105   'mlid' => '104',
15106   'plid' => '38',
15107   'link_path' => 'user/%/edit/account',
15108   'router_path' => 'user/%/edit/account',
15109   'link_title' => 'Account',
15110   'options' => 'a:0:{}',
15111   'module' => 'system',
15112   'hidden' => '-1',
15113   'external' => '0',
15114   'has_children' => '0',
15115   'expanded' => '0',
15116   'weight' => '0',
15117   'depth' => '3',
15118   'customized' => '0',
15119   'p1' => '16',
15120   'p2' => '38',
15121   'p3' => '104',
15122   'p4' => '0',
15123   'p5' => '0',
15124   'p6' => '0',
15125   'p7' => '0',
15126   'p8' => '0',
15127   'p9' => '0',
15128   'updated' => '0',
15129 ))
15130 ->values(array(
15131   'menu_name' => 'management',
15132   'mlid' => '105',
15133   'plid' => '101',
15134   'link_path' => 'admin/config/content/formats/%',
15135   'router_path' => 'admin/config/content/formats/%',
15136   'link_title' => '',
15137   'options' => 'a:0:{}',
15138   'module' => 'system',
15139   'hidden' => '0',
15140   'external' => '0',
15141   'has_children' => '1',
15142   'expanded' => '0',
15143   'weight' => '0',
15144   'depth' => '5',
15145   'customized' => '0',
15146   'p1' => '1',
15147   'p2' => '8',
15148   'p3' => '33',
15149   'p4' => '101',
15150   'p5' => '105',
15151   'p6' => '0',
15152   'p7' => '0',
15153   'p8' => '0',
15154   'p9' => '0',
15155   'updated' => '0',
15156 ))
15157 ->values(array(
15158   'menu_name' => 'management',
15159   'mlid' => '110',
15160   'plid' => '101',
15161   'link_path' => 'admin/config/content/formats/add',
15162   'router_path' => 'admin/config/content/formats/add',
15163   'link_title' => 'Add text format',
15164   'options' => 'a:0:{}',
15165   'module' => 'system',
15166   'hidden' => '-1',
15167   'external' => '0',
15168   'has_children' => '0',
15169   'expanded' => '0',
15170   'weight' => '1',
15171   'depth' => '5',
15172   'customized' => '0',
15173   'p1' => '1',
15174   'p2' => '8',
15175   'p3' => '33',
15176   'p4' => '101',
15177   'p5' => '110',
15178   'p6' => '0',
15179   'p7' => '0',
15180   'p8' => '0',
15181   'p9' => '0',
15182   'updated' => '0',
15183 ))
15184 ->values(array(
15185   'menu_name' => 'management',
15186   'mlid' => '111',
15187   'plid' => '28',
15188   'link_path' => 'admin/structure/block/list/bartik',
15189   'router_path' => 'admin/structure/block/list/bartik',
15190   'link_title' => 'Bartik',
15191   'options' => 'a:0:{}',
15192   'module' => 'system',
15193   'hidden' => '-1',
15194   'external' => '0',
15195   'has_children' => '0',
15196   'expanded' => '0',
15197   'weight' => '-10',
15198   'depth' => '4',
15199   'customized' => '0',
15200   'p1' => '1',
15201   'p2' => '20',
15202   'p3' => '28',
15203   'p4' => '111',
15204   'p5' => '0',
15205   'p6' => '0',
15206   'p7' => '0',
15207   'p8' => '0',
15208   'p9' => '0',
15209   'updated' => '0',
15210 ))
15211 ->values(array(
15212   'menu_name' => 'management',
15213   'mlid' => '112',
15214   'plid' => '67',
15215   'link_path' => 'admin/config/system/actions/configure',
15216   'router_path' => 'admin/config/system/actions/configure',
15217   'link_title' => 'Configure an advanced action',
15218   'options' => 'a:0:{}',
15219   'module' => 'system',
15220   'hidden' => '-1',
15221   'external' => '0',
15222   'has_children' => '0',
15223   'expanded' => '0',
15224   'weight' => '0',
15225   'depth' => '5',
15226   'customized' => '0',
15227   'p1' => '1',
15228   'p2' => '8',
15229   'p3' => '53',
15230   'p4' => '67',
15231   'p5' => '112',
15232   'p6' => '0',
15233   'p7' => '0',
15234   'p8' => '0',
15235   'p9' => '0',
15236   'updated' => '0',
15237 ))
15238 ->values(array(
15239   'menu_name' => 'management',
15240   'mlid' => '113',
15241   'plid' => '44',
15242   'link_path' => 'admin/structure/menu/manage/%',
15243   'router_path' => 'admin/structure/menu/manage/%',
15244   'link_title' => 'Customize menu',
15245   'options' => 'a:0:{}',
15246   'module' => 'system',
15247   'hidden' => '0',
15248   'external' => '0',
15249   'has_children' => '1',
15250   'expanded' => '0',
15251   'weight' => '0',
15252   'depth' => '4',
15253   'customized' => '0',
15254   'p1' => '1',
15255   'p2' => '20',
15256   'p3' => '44',
15257   'p4' => '113',
15258   'p5' => '0',
15259   'p6' => '0',
15260   'p7' => '0',
15261   'p8' => '0',
15262   'p9' => '0',
15263   'updated' => '0',
15264 ))
15265 ->values(array(
15266   'menu_name' => 'management',
15267   'mlid' => '114',
15268   'plid' => '34',
15269   'link_path' => 'admin/structure/types/manage/%',
15270   'router_path' => 'admin/structure/types/manage/%',
15271   'link_title' => 'Edit content type',
15272   'options' => 'a:0:{}',
15273   'module' => 'system',
15274   'hidden' => '0',
15275   'external' => '0',
15276   'has_children' => '1',
15277   'expanded' => '0',
15278   'weight' => '0',
15279   'depth' => '4',
15280   'customized' => '0',
15281   'p1' => '1',
15282   'p2' => '20',
15283   'p3' => '34',
15284   'p4' => '114',
15285   'p5' => '0',
15286   'p6' => '0',
15287   'p7' => '0',
15288   'p8' => '0',
15289   'p9' => '0',
15290   'updated' => '0',
15291 ))
15292 ->values(array(
15293   'menu_name' => 'management',
15294   'mlid' => '116',
15295   'plid' => '74',
15296   'link_path' => 'admin/config/regional/date-time/formats',
15297   'router_path' => 'admin/config/regional/date-time/formats',
15298   'link_title' => 'Formats',
15299   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:51:"Configure display format strings for date and time.";}}',
15300   'module' => 'system',
15301   'hidden' => '-1',
15302   'external' => '0',
15303   'has_children' => '1',
15304   'expanded' => '0',
15305   'weight' => '-9',
15306   'depth' => '5',
15307   'customized' => '0',
15308   'p1' => '1',
15309   'p2' => '8',
15310   'p3' => '48',
15311   'p4' => '74',
15312   'p5' => '116',
15313   'p6' => '0',
15314   'p7' => '0',
15315   'p8' => '0',
15316   'p9' => '0',
15317   'updated' => '0',
15318 ))
15319 ->values(array(
15320   'menu_name' => 'management',
15321   'mlid' => '117',
15322   'plid' => '28',
15323   'link_path' => 'admin/structure/block/list/garland',
15324   'router_path' => 'admin/structure/block/list/garland',
15325   'link_title' => 'Garland',
15326   'options' => 'a:0:{}',
15327   'module' => 'system',
15328   'hidden' => '-1',
15329   'external' => '0',
15330   'has_children' => '0',
15331   'expanded' => '0',
15332   'weight' => '0',
15333   'depth' => '4',
15334   'customized' => '0',
15335   'p1' => '1',
15336   'p2' => '20',
15337   'p3' => '28',
15338   'p4' => '117',
15339   'p5' => '0',
15340   'p6' => '0',
15341   'p7' => '0',
15342   'p8' => '0',
15343   'p9' => '0',
15344   'updated' => '0',
15345 ))
15346 ->values(array(
15347   'menu_name' => 'management',
15348   'mlid' => '118',
15349   'plid' => '101',
15350   'link_path' => 'admin/config/content/formats/list',
15351   'router_path' => 'admin/config/content/formats/list',
15352   'link_title' => 'List',
15353   'options' => 'a:0:{}',
15354   'module' => 'system',
15355   'hidden' => '-1',
15356   'external' => '0',
15357   'has_children' => '0',
15358   'expanded' => '0',
15359   'weight' => '0',
15360   'depth' => '5',
15361   'customized' => '0',
15362   'p1' => '1',
15363   'p2' => '8',
15364   'p3' => '33',
15365   'p4' => '101',
15366   'p5' => '118',
15367   'p6' => '0',
15368   'p7' => '0',
15369   'p8' => '0',
15370   'p9' => '0',
15371   'updated' => '0',
15372 ))
15373 ->values(array(
15374   'menu_name' => 'management',
15375   'mlid' => '119',
15376   'plid' => '67',
15377   'link_path' => 'admin/config/system/actions/manage',
15378   'router_path' => 'admin/config/system/actions/manage',
15379   'link_title' => 'Manage actions',
15380   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
15381   'module' => 'system',
15382   'hidden' => '-1',
15383   'external' => '0',
15384   'has_children' => '0',
15385   'expanded' => '0',
15386   'weight' => '-2',
15387   'depth' => '5',
15388   'customized' => '0',
15389   'p1' => '1',
15390   'p2' => '8',
15391   'p3' => '53',
15392   'p4' => '67',
15393   'p5' => '119',
15394   'p6' => '0',
15395   'p7' => '0',
15396   'p8' => '0',
15397   'p9' => '0',
15398   'updated' => '0',
15399 ))
15400 ->values(array(
15401   'menu_name' => 'management',
15402   'mlid' => '124',
15403   'plid' => '66',
15404   'link_path' => 'admin/config/people/accounts/settings',
15405   'router_path' => 'admin/config/people/accounts/settings',
15406   'link_title' => 'Settings',
15407   'options' => 'a:0:{}',
15408   'module' => 'system',
15409   'hidden' => '-1',
15410   'external' => '0',
15411   'has_children' => '0',
15412   'expanded' => '0',
15413   'weight' => '-10',
15414   'depth' => '5',
15415   'customized' => '0',
15416   'p1' => '1',
15417   'p2' => '8',
15418   'p3' => '45',
15419   'p4' => '66',
15420   'p5' => '124',
15421   'p6' => '0',
15422   'p7' => '0',
15423   'p8' => '0',
15424   'p9' => '0',
15425   'updated' => '0',
15426 ))
15427 ->values(array(
15428   'menu_name' => 'management',
15429   'mlid' => '125',
15430   'plid' => '28',
15431   'link_path' => 'admin/structure/block/list/seven',
15432   'router_path' => 'admin/structure/block/list/seven',
15433   'link_title' => 'Seven',
15434   'options' => 'a:0:{}',
15435   'module' => 'system',
15436   'hidden' => '-1',
15437   'external' => '0',
15438   'has_children' => '0',
15439   'expanded' => '0',
15440   'weight' => '0',
15441   'depth' => '4',
15442   'customized' => '0',
15443   'p1' => '1',
15444   'p2' => '20',
15445   'p3' => '28',
15446   'p4' => '125',
15447   'p5' => '0',
15448   'p6' => '0',
15449   'p7' => '0',
15450   'p8' => '0',
15451   'p9' => '0',
15452   'updated' => '0',
15453 ))
15454 ->values(array(
15455   'menu_name' => 'management',
15456   'mlid' => '126',
15457   'plid' => '28',
15458   'link_path' => 'admin/structure/block/list/stark',
15459   'router_path' => 'admin/structure/block/list/stark',
15460   'link_title' => 'Stark',
15461   'options' => 'a:0:{}',
15462   'module' => 'system',
15463   'hidden' => '-1',
15464   'external' => '0',
15465   'has_children' => '0',
15466   'expanded' => '0',
15467   'weight' => '0',
15468   'depth' => '4',
15469   'customized' => '0',
15470   'p1' => '1',
15471   'p2' => '20',
15472   'p3' => '28',
15473   'p4' => '126',
15474   'p5' => '0',
15475   'p6' => '0',
15476   'p7' => '0',
15477   'p8' => '0',
15478   'p9' => '0',
15479   'updated' => '0',
15480 ))
15481 ->values(array(
15482   'menu_name' => 'management',
15483   'mlid' => '127',
15484   'plid' => '74',
15485   'link_path' => 'admin/config/regional/date-time/types',
15486   'router_path' => 'admin/config/regional/date-time/types',
15487   'link_title' => 'Types',
15488   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
15489   'module' => 'system',
15490   'hidden' => '-1',
15491   'external' => '0',
15492   'has_children' => '1',
15493   'expanded' => '0',
15494   'weight' => '-10',
15495   'depth' => '5',
15496   'customized' => '0',
15497   'p1' => '1',
15498   'p2' => '8',
15499   'p3' => '48',
15500   'p4' => '74',
15501   'p5' => '127',
15502   'p6' => '0',
15503   'p7' => '0',
15504   'p8' => '0',
15505   'p9' => '0',
15506   'updated' => '0',
15507 ))
15508 ->values(array(
15509   'menu_name' => 'navigation',
15510   'mlid' => '128',
15511   'plid' => '49',
15512   'link_path' => 'node/%/revisions/%/delete',
15513   'router_path' => 'node/%/revisions/%/delete',
15514   'link_title' => 'Delete earlier revision',
15515   'options' => 'a:0:{}',
15516   'module' => 'system',
15517   'hidden' => '0',
15518   'external' => '0',
15519   'has_children' => '0',
15520   'expanded' => '0',
15521   'weight' => '0',
15522   'depth' => '3',
15523   'customized' => '0',
15524   'p1' => '5',
15525   'p2' => '49',
15526   'p3' => '128',
15527   'p4' => '0',
15528   'p5' => '0',
15529   'p6' => '0',
15530   'p7' => '0',
15531   'p8' => '0',
15532   'p9' => '0',
15533   'updated' => '0',
15534 ))
15535 ->values(array(
15536   'menu_name' => 'navigation',
15537   'mlid' => '129',
15538   'plid' => '49',
15539   'link_path' => 'node/%/revisions/%/revert',
15540   'router_path' => 'node/%/revisions/%/revert',
15541   'link_title' => 'Revert to earlier revision',
15542   'options' => 'a:0:{}',
15543   'module' => 'system',
15544   'hidden' => '0',
15545   'external' => '0',
15546   'has_children' => '0',
15547   'expanded' => '0',
15548   'weight' => '0',
15549   'depth' => '3',
15550   'customized' => '0',
15551   'p1' => '5',
15552   'p2' => '49',
15553   'p3' => '129',
15554   'p4' => '0',
15555   'p5' => '0',
15556   'p6' => '0',
15557   'p7' => '0',
15558   'p8' => '0',
15559   'p9' => '0',
15560   'updated' => '0',
15561 ))
15562 ->values(array(
15563   'menu_name' => 'navigation',
15564   'mlid' => '130',
15565   'plid' => '49',
15566   'link_path' => 'node/%/revisions/%/view',
15567   'router_path' => 'node/%/revisions/%/view',
15568   'link_title' => 'Revisions',
15569   'options' => 'a:0:{}',
15570   'module' => 'system',
15571   'hidden' => '0',
15572   'external' => '0',
15573   'has_children' => '0',
15574   'expanded' => '0',
15575   'weight' => '0',
15576   'depth' => '3',
15577   'customized' => '0',
15578   'p1' => '5',
15579   'p2' => '49',
15580   'p3' => '130',
15581   'p4' => '0',
15582   'p5' => '0',
15583   'p6' => '0',
15584   'p7' => '0',
15585   'p8' => '0',
15586   'p9' => '0',
15587   'updated' => '0',
15588 ))
15589 ->values(array(
15590   'menu_name' => 'management',
15591   'mlid' => '136',
15592   'plid' => '117',
15593   'link_path' => 'admin/structure/block/list/garland/add',
15594   'router_path' => 'admin/structure/block/list/garland/add',
15595   'link_title' => 'Add block',
15596   'options' => 'a:0:{}',
15597   'module' => 'system',
15598   'hidden' => '-1',
15599   'external' => '0',
15600   'has_children' => '0',
15601   'expanded' => '0',
15602   'weight' => '0',
15603   'depth' => '5',
15604   'customized' => '0',
15605   'p1' => '1',
15606   'p2' => '20',
15607   'p3' => '28',
15608   'p4' => '117',
15609   'p5' => '136',
15610   'p6' => '0',
15611   'p7' => '0',
15612   'p8' => '0',
15613   'p9' => '0',
15614   'updated' => '0',
15615 ))
15616 ->values(array(
15617   'menu_name' => 'management',
15618   'mlid' => '141',
15619   'plid' => '125',
15620   'link_path' => 'admin/structure/block/list/seven/add',
15621   'router_path' => 'admin/structure/block/list/seven/add',
15622   'link_title' => 'Add block',
15623   'options' => 'a:0:{}',
15624   'module' => 'system',
15625   'hidden' => '-1',
15626   'external' => '0',
15627   'has_children' => '0',
15628   'expanded' => '0',
15629   'weight' => '0',
15630   'depth' => '5',
15631   'customized' => '0',
15632   'p1' => '1',
15633   'p2' => '20',
15634   'p3' => '28',
15635   'p4' => '125',
15636   'p5' => '141',
15637   'p6' => '0',
15638   'p7' => '0',
15639   'p8' => '0',
15640   'p9' => '0',
15641   'updated' => '0',
15642 ))
15643 ->values(array(
15644   'menu_name' => 'management',
15645   'mlid' => '142',
15646   'plid' => '126',
15647   'link_path' => 'admin/structure/block/list/stark/add',
15648   'router_path' => 'admin/structure/block/list/stark/add',
15649   'link_title' => 'Add block',
15650   'options' => 'a:0:{}',
15651   'module' => 'system',
15652   'hidden' => '-1',
15653   'external' => '0',
15654   'has_children' => '0',
15655   'expanded' => '0',
15656   'weight' => '0',
15657   'depth' => '5',
15658   'customized' => '0',
15659   'p1' => '1',
15660   'p2' => '20',
15661   'p3' => '28',
15662   'p4' => '126',
15663   'p5' => '142',
15664   'p6' => '0',
15665   'p7' => '0',
15666   'p8' => '0',
15667   'p9' => '0',
15668   'updated' => '0',
15669 ))
15670 ->values(array(
15671   'menu_name' => 'management',
15672   'mlid' => '143',
15673   'plid' => '127',
15674   'link_path' => 'admin/config/regional/date-time/types/add',
15675   'router_path' => 'admin/config/regional/date-time/types/add',
15676   'link_title' => 'Add date type',
15677   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Add new date type.";}}',
15678   'module' => 'system',
15679   'hidden' => '-1',
15680   'external' => '0',
15681   'has_children' => '0',
15682   'expanded' => '0',
15683   'weight' => '-10',
15684   'depth' => '6',
15685   'customized' => '0',
15686   'p1' => '1',
15687   'p2' => '8',
15688   'p3' => '48',
15689   'p4' => '74',
15690   'p5' => '127',
15691   'p6' => '143',
15692   'p7' => '0',
15693   'p8' => '0',
15694   'p9' => '0',
15695   'updated' => '0',
15696 ))
15697 ->values(array(
15698   'menu_name' => 'management',
15699   'mlid' => '144',
15700   'plid' => '116',
15701   'link_path' => 'admin/config/regional/date-time/formats/add',
15702   'router_path' => 'admin/config/regional/date-time/formats/add',
15703   'link_title' => 'Add format',
15704   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Allow users to add additional date formats.";}}',
15705   'module' => 'system',
15706   'hidden' => '-1',
15707   'external' => '0',
15708   'has_children' => '0',
15709   'expanded' => '0',
15710   'weight' => '-10',
15711   'depth' => '6',
15712   'customized' => '0',
15713   'p1' => '1',
15714   'p2' => '8',
15715   'p3' => '48',
15716   'p4' => '74',
15717   'p5' => '116',
15718   'p6' => '144',
15719   'p7' => '0',
15720   'p8' => '0',
15721   'p9' => '0',
15722   'updated' => '0',
15723 ))
15724 ->values(array(
15725   'menu_name' => 'management',
15726   'mlid' => '145',
15727   'plid' => '113',
15728   'link_path' => 'admin/structure/menu/manage/%/add',
15729   'router_path' => 'admin/structure/menu/manage/%/add',
15730   'link_title' => 'Add link',
15731   'options' => 'a:0:{}',
15732   'module' => 'system',
15733   'hidden' => '-1',
15734   'external' => '0',
15735   'has_children' => '0',
15736   'expanded' => '0',
15737   'weight' => '0',
15738   'depth' => '5',
15739   'customized' => '0',
15740   'p1' => '1',
15741   'p2' => '20',
15742   'p3' => '44',
15743   'p4' => '113',
15744   'p5' => '145',
15745   'p6' => '0',
15746   'p7' => '0',
15747   'p8' => '0',
15748   'p9' => '0',
15749   'updated' => '0',
15750 ))
15751 ->values(array(
15752   'menu_name' => 'management',
15753   'mlid' => '146',
15754   'plid' => '28',
15755   'link_path' => 'admin/structure/block/manage/%/%',
15756   'router_path' => 'admin/structure/block/manage/%/%',
15757   'link_title' => 'Configure block',
15758   'options' => 'a:0:{}',
15759   'module' => 'system',
15760   'hidden' => '0',
15761   'external' => '0',
15762   'has_children' => '0',
15763   'expanded' => '0',
15764   'weight' => '0',
15765   'depth' => '4',
15766   'customized' => '0',
15767   'p1' => '1',
15768   'p2' => '20',
15769   'p3' => '28',
15770   'p4' => '146',
15771   'p5' => '0',
15772   'p6' => '0',
15773   'p7' => '0',
15774   'p8' => '0',
15775   'p9' => '0',
15776   'updated' => '0',
15777 ))
15778 ->values(array(
15779   'menu_name' => 'navigation',
15780   'mlid' => '147',
15781   'plid' => '29',
15782   'link_path' => 'user/%/cancel/confirm/%/%',
15783   'router_path' => 'user/%/cancel/confirm/%/%',
15784   'link_title' => 'Confirm account cancellation',
15785   'options' => 'a:0:{}',
15786   'module' => 'system',
15787   'hidden' => '0',
15788   'external' => '0',
15789   'has_children' => '0',
15790   'expanded' => '0',
15791   'weight' => '0',
15792   'depth' => '3',
15793   'customized' => '0',
15794   'p1' => '16',
15795   'p2' => '29',
15796   'p3' => '147',
15797   'p4' => '0',
15798   'p5' => '0',
15799   'p6' => '0',
15800   'p7' => '0',
15801   'p8' => '0',
15802   'p9' => '0',
15803   'updated' => '0',
15804 ))
15805 ->values(array(
15806   'menu_name' => 'management',
15807   'mlid' => '148',
15808   'plid' => '114',
15809   'link_path' => 'admin/structure/types/manage/%/delete',
15810   'router_path' => 'admin/structure/types/manage/%/delete',
15811   'link_title' => 'Delete',
15812   'options' => 'a:0:{}',
15813   'module' => 'system',
15814   'hidden' => '0',
15815   'external' => '0',
15816   'has_children' => '0',
15817   'expanded' => '0',
15818   'weight' => '0',
15819   'depth' => '5',
15820   'customized' => '0',
15821   'p1' => '1',
15822   'p2' => '20',
15823   'p3' => '34',
15824   'p4' => '114',
15825   'p5' => '148',
15826   'p6' => '0',
15827   'p7' => '0',
15828   'p8' => '0',
15829   'p9' => '0',
15830   'updated' => '0',
15831 ))
15832 ->values(array(
15833   'menu_name' => 'management',
15834   'mlid' => '149',
15835   'plid' => '80',
15836   'link_path' => 'admin/config/people/ip-blocking/delete/%',
15837   'router_path' => 'admin/config/people/ip-blocking/delete/%',
15838   'link_title' => 'Delete IP address',
15839   'options' => 'a:0:{}',
15840   'module' => 'system',
15841   'hidden' => '0',
15842   'external' => '0',
15843   'has_children' => '0',
15844   'expanded' => '0',
15845   'weight' => '0',
15846   'depth' => '5',
15847   'customized' => '0',
15848   'p1' => '1',
15849   'p2' => '8',
15850   'p3' => '45',
15851   'p4' => '80',
15852   'p5' => '149',
15853   'p6' => '0',
15854   'p7' => '0',
15855   'p8' => '0',
15856   'p9' => '0',
15857   'updated' => '0',
15858 ))
15859 ->values(array(
15860   'menu_name' => 'management',
15861   'mlid' => '150',
15862   'plid' => '67',
15863   'link_path' => 'admin/config/system/actions/delete/%',
15864   'router_path' => 'admin/config/system/actions/delete/%',
15865   'link_title' => 'Delete action',
15866   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:17:"Delete an action.";}}',
15867   'module' => 'system',
15868   'hidden' => '0',
15869   'external' => '0',
15870   'has_children' => '0',
15871   'expanded' => '0',
15872   'weight' => '0',
15873   'depth' => '5',
15874   'customized' => '0',
15875   'p1' => '1',
15876   'p2' => '8',
15877   'p3' => '53',
15878   'p4' => '67',
15879   'p5' => '150',
15880   'p6' => '0',
15881   'p7' => '0',
15882   'p8' => '0',
15883   'p9' => '0',
15884   'updated' => '0',
15885 ))
15886 ->values(array(
15887   'menu_name' => 'management',
15888   'mlid' => '151',
15889   'plid' => '113',
15890   'link_path' => 'admin/structure/menu/manage/%/delete',
15891   'router_path' => 'admin/structure/menu/manage/%/delete',
15892   'link_title' => 'Delete menu',
15893   'options' => 'a:0:{}',
15894   'module' => 'system',
15895   'hidden' => '0',
15896   'external' => '0',
15897   'has_children' => '0',
15898   'expanded' => '0',
15899   'weight' => '0',
15900   'depth' => '5',
15901   'customized' => '0',
15902   'p1' => '1',
15903   'p2' => '20',
15904   'p3' => '44',
15905   'p4' => '113',
15906   'p5' => '151',
15907   'p6' => '0',
15908   'p7' => '0',
15909   'p8' => '0',
15910   'p9' => '0',
15911   'updated' => '0',
15912 ))
15913 ->values(array(
15914   'menu_name' => 'management',
15915   'mlid' => '152',
15916   'plid' => '44',
15917   'link_path' => 'admin/structure/menu/item/%/delete',
15918   'router_path' => 'admin/structure/menu/item/%/delete',
15919   'link_title' => 'Delete menu link',
15920   'options' => 'a:0:{}',
15921   'module' => 'system',
15922   'hidden' => '0',
15923   'external' => '0',
15924   'has_children' => '0',
15925   'expanded' => '0',
15926   'weight' => '0',
15927   'depth' => '4',
15928   'customized' => '0',
15929   'p1' => '1',
15930   'p2' => '20',
15931   'p3' => '44',
15932   'p4' => '152',
15933   'p5' => '0',
15934   'p6' => '0',
15935   'p7' => '0',
15936   'p8' => '0',
15937   'p9' => '0',
15938   'updated' => '0',
15939 ))
15940 ->values(array(
15941   'menu_name' => 'management',
15942   'mlid' => '153',
15943   'plid' => '96',
15944   'link_path' => 'admin/people/permissions/roles/delete/%',
15945   'router_path' => 'admin/people/permissions/roles/delete/%',
15946   'link_title' => 'Delete role',
15947   'options' => 'a:0:{}',
15948   'module' => 'system',
15949   'hidden' => '0',
15950   'external' => '0',
15951   'has_children' => '0',
15952   'expanded' => '0',
15953   'weight' => '0',
15954   'depth' => '5',
15955   'customized' => '0',
15956   'p1' => '1',
15957   'p2' => '17',
15958   'p3' => '46',
15959   'p4' => '96',
15960   'p5' => '153',
15961   'p6' => '0',
15962   'p7' => '0',
15963   'p8' => '0',
15964   'p9' => '0',
15965   'updated' => '0',
15966 ))
15967 ->values(array(
15968   'menu_name' => 'management',
15969   'mlid' => '154',
15970   'plid' => '105',
15971   'link_path' => 'admin/config/content/formats/%/disable',
15972   'router_path' => 'admin/config/content/formats/%/disable',
15973   'link_title' => 'Disable text format',
15974   'options' => 'a:0:{}',
15975   'module' => 'system',
15976   'hidden' => '0',
15977   'external' => '0',
15978   'has_children' => '0',
15979   'expanded' => '0',
15980   'weight' => '0',
15981   'depth' => '6',
15982   'customized' => '0',
15983   'p1' => '1',
15984   'p2' => '8',
15985   'p3' => '33',
15986   'p4' => '101',
15987   'p5' => '105',
15988   'p6' => '154',
15989   'p7' => '0',
15990   'p8' => '0',
15991   'p9' => '0',
15992   'updated' => '0',
15993 ))
15994 ->values(array(
15995   'menu_name' => 'management',
15996   'mlid' => '155',
15997   'plid' => '114',
15998   'link_path' => 'admin/structure/types/manage/%/edit',
15999   'router_path' => 'admin/structure/types/manage/%/edit',
16000   'link_title' => 'Edit',
16001   'options' => 'a:0:{}',
16002   'module' => 'system',
16003   'hidden' => '-1',
16004   'external' => '0',
16005   'has_children' => '0',
16006   'expanded' => '0',
16007   'weight' => '0',
16008   'depth' => '5',
16009   'customized' => '0',
16010   'p1' => '1',
16011   'p2' => '20',
16012   'p3' => '34',
16013   'p4' => '114',
16014   'p5' => '155',
16015   'p6' => '0',
16016   'p7' => '0',
16017   'p8' => '0',
16018   'p9' => '0',
16019   'updated' => '0',
16020 ))
16021 ->values(array(
16022   'menu_name' => 'management',
16023   'mlid' => '156',
16024   'plid' => '113',
16025   'link_path' => 'admin/structure/menu/manage/%/edit',
16026   'router_path' => 'admin/structure/menu/manage/%/edit',
16027   'link_title' => 'Edit menu',
16028   'options' => 'a:0:{}',
16029   'module' => 'system',
16030   'hidden' => '-1',
16031   'external' => '0',
16032   'has_children' => '0',
16033   'expanded' => '0',
16034   'weight' => '0',
16035   'depth' => '5',
16036   'customized' => '0',
16037   'p1' => '1',
16038   'p2' => '20',
16039   'p3' => '44',
16040   'p4' => '113',
16041   'p5' => '156',
16042   'p6' => '0',
16043   'p7' => '0',
16044   'p8' => '0',
16045   'p9' => '0',
16046   'updated' => '0',
16047 ))
16048 ->values(array(
16049   'menu_name' => 'management',
16050   'mlid' => '157',
16051   'plid' => '44',
16052   'link_path' => 'admin/structure/menu/item/%/edit',
16053   'router_path' => 'admin/structure/menu/item/%/edit',
16054   'link_title' => 'Edit menu link',
16055   'options' => 'a:0:{}',
16056   'module' => 'system',
16057   'hidden' => '0',
16058   'external' => '0',
16059   'has_children' => '0',
16060   'expanded' => '0',
16061   'weight' => '0',
16062   'depth' => '4',
16063   'customized' => '0',
16064   'p1' => '1',
16065   'p2' => '20',
16066   'p3' => '44',
16067   'p4' => '157',
16068   'p5' => '0',
16069   'p6' => '0',
16070   'p7' => '0',
16071   'p8' => '0',
16072   'p9' => '0',
16073   'updated' => '0',
16074 ))
16075 ->values(array(
16076   'menu_name' => 'management',
16077   'mlid' => '158',
16078   'plid' => '96',
16079   'link_path' => 'admin/people/permissions/roles/edit/%',
16080   'router_path' => 'admin/people/permissions/roles/edit/%',
16081   'link_title' => 'Edit role',
16082   'options' => 'a:0:{}',
16083   'module' => 'system',
16084   'hidden' => '0',
16085   'external' => '0',
16086   'has_children' => '0',
16087   'expanded' => '0',
16088   'weight' => '0',
16089   'depth' => '5',
16090   'customized' => '0',
16091   'p1' => '1',
16092   'p2' => '17',
16093   'p3' => '46',
16094   'p4' => '96',
16095   'p5' => '158',
16096   'p6' => '0',
16097   'p7' => '0',
16098   'p8' => '0',
16099   'p9' => '0',
16100   'updated' => '0',
16101 ))
16102 ->values(array(
16103   'menu_name' => 'management',
16104   'mlid' => '159',
16105   'plid' => '113',
16106   'link_path' => 'admin/structure/menu/manage/%/list',
16107   'router_path' => 'admin/structure/menu/manage/%/list',
16108   'link_title' => 'List links',
16109   'options' => 'a:0:{}',
16110   'module' => 'system',
16111   'hidden' => '-1',
16112   'external' => '0',
16113   'has_children' => '0',
16114   'expanded' => '0',
16115   'weight' => '-10',
16116   'depth' => '5',
16117   'customized' => '0',
16118   'p1' => '1',
16119   'p2' => '20',
16120   'p3' => '44',
16121   'p4' => '113',
16122   'p5' => '159',
16123   'p6' => '0',
16124   'p7' => '0',
16125   'p8' => '0',
16126   'p9' => '0',
16127   'updated' => '0',
16128 ))
16129 ->values(array(
16130   'menu_name' => 'management',
16131   'mlid' => '160',
16132   'plid' => '44',
16133   'link_path' => 'admin/structure/menu/item/%/reset',
16134   'router_path' => 'admin/structure/menu/item/%/reset',
16135   'link_title' => 'Reset menu link',
16136   'options' => 'a:0:{}',
16137   'module' => 'system',
16138   'hidden' => '0',
16139   'external' => '0',
16140   'has_children' => '0',
16141   'expanded' => '0',
16142   'weight' => '0',
16143   'depth' => '4',
16144   'customized' => '0',
16145   'p1' => '1',
16146   'p2' => '20',
16147   'p3' => '44',
16148   'p4' => '160',
16149   'p5' => '0',
16150   'p6' => '0',
16151   'p7' => '0',
16152   'p8' => '0',
16153   'p9' => '0',
16154   'updated' => '0',
16155 ))
16156 ->values(array(
16157   'menu_name' => 'management',
16158   'mlid' => '161',
16159   'plid' => '114',
16160   'link_path' => 'admin/structure/types/manage/%/comment/display',
16161   'router_path' => 'admin/structure/types/manage/%/comment/display',
16162   'link_title' => 'Comment display',
16163   'options' => 'a:0:{}',
16164   'module' => 'system',
16165   'hidden' => '-1',
16166   'external' => '0',
16167   'has_children' => '0',
16168   'expanded' => '0',
16169   'weight' => '4',
16170   'depth' => '5',
16171   'customized' => '0',
16172   'p1' => '1',
16173   'p2' => '20',
16174   'p3' => '34',
16175   'p4' => '114',
16176   'p5' => '161',
16177   'p6' => '0',
16178   'p7' => '0',
16179   'p8' => '0',
16180   'p9' => '0',
16181   'updated' => '0',
16182 ))
16183 ->values(array(
16184   'menu_name' => 'management',
16185   'mlid' => '162',
16186   'plid' => '114',
16187   'link_path' => 'admin/structure/types/manage/%/comment/fields',
16188   'router_path' => 'admin/structure/types/manage/%/comment/fields',
16189   'link_title' => 'Comment fields',
16190   'options' => 'a:0:{}',
16191   'module' => 'system',
16192   'hidden' => '-1',
16193   'external' => '0',
16194   'has_children' => '1',
16195   'expanded' => '0',
16196   'weight' => '3',
16197   'depth' => '5',
16198   'customized' => '0',
16199   'p1' => '1',
16200   'p2' => '20',
16201   'p3' => '34',
16202   'p4' => '114',
16203   'p5' => '162',
16204   'p6' => '0',
16205   'p7' => '0',
16206   'p8' => '0',
16207   'p9' => '0',
16208   'updated' => '0',
16209 ))
16210 ->values(array(
16211   'menu_name' => 'management',
16212   'mlid' => '163',
16213   'plid' => '146',
16214   'link_path' => 'admin/structure/block/manage/%/%/configure',
16215   'router_path' => 'admin/structure/block/manage/%/%/configure',
16216   'link_title' => 'Configure block',
16217   'options' => 'a:0:{}',
16218   'module' => 'system',
16219   'hidden' => '-1',
16220   'external' => '0',
16221   'has_children' => '0',
16222   'expanded' => '0',
16223   'weight' => '0',
16224   'depth' => '5',
16225   'customized' => '0',
16226   'p1' => '1',
16227   'p2' => '20',
16228   'p3' => '28',
16229   'p4' => '146',
16230   'p5' => '163',
16231   'p6' => '0',
16232   'p7' => '0',
16233   'p8' => '0',
16234   'p9' => '0',
16235   'updated' => '0',
16236 ))
16237 ->values(array(
16238   'menu_name' => 'management',
16239   'mlid' => '164',
16240   'plid' => '146',
16241   'link_path' => 'admin/structure/block/manage/%/%/delete',
16242   'router_path' => 'admin/structure/block/manage/%/%/delete',
16243   'link_title' => 'Delete block',
16244   'options' => 'a:0:{}',
16245   'module' => 'system',
16246   'hidden' => '-1',
16247   'external' => '0',
16248   'has_children' => '0',
16249   'expanded' => '0',
16250   'weight' => '0',
16251   'depth' => '5',
16252   'customized' => '0',
16253   'p1' => '1',
16254   'p2' => '20',
16255   'p3' => '28',
16256   'p4' => '146',
16257   'p5' => '164',
16258   'p6' => '0',
16259   'p7' => '0',
16260   'p8' => '0',
16261   'p9' => '0',
16262   'updated' => '0',
16263 ))
16264 ->values(array(
16265   'menu_name' => 'management',
16266   'mlid' => '165',
16267   'plid' => '116',
16268   'link_path' => 'admin/config/regional/date-time/formats/%/delete',
16269   'router_path' => 'admin/config/regional/date-time/formats/%/delete',
16270   'link_title' => 'Delete date format',
16271   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Allow users to delete a configured date format.";}}',
16272   'module' => 'system',
16273   'hidden' => '0',
16274   'external' => '0',
16275   'has_children' => '0',
16276   'expanded' => '0',
16277   'weight' => '0',
16278   'depth' => '6',
16279   'customized' => '0',
16280   'p1' => '1',
16281   'p2' => '8',
16282   'p3' => '48',
16283   'p4' => '74',
16284   'p5' => '116',
16285   'p6' => '165',
16286   'p7' => '0',
16287   'p8' => '0',
16288   'p9' => '0',
16289   'updated' => '0',
16290 ))
16291 ->values(array(
16292   'menu_name' => 'management',
16293   'mlid' => '166',
16294   'plid' => '127',
16295   'link_path' => 'admin/config/regional/date-time/types/%/delete',
16296   'router_path' => 'admin/config/regional/date-time/types/%/delete',
16297   'link_title' => 'Delete date type',
16298   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to delete a configured date type.";}}',
16299   'module' => 'system',
16300   'hidden' => '0',
16301   'external' => '0',
16302   'has_children' => '0',
16303   'expanded' => '0',
16304   'weight' => '0',
16305   'depth' => '6',
16306   'customized' => '0',
16307   'p1' => '1',
16308   'p2' => '8',
16309   'p3' => '48',
16310   'p4' => '74',
16311   'p5' => '127',
16312   'p6' => '166',
16313   'p7' => '0',
16314   'p8' => '0',
16315   'p9' => '0',
16316   'updated' => '0',
16317 ))
16318 ->values(array(
16319   'menu_name' => 'management',
16320   'mlid' => '167',
16321   'plid' => '116',
16322   'link_path' => 'admin/config/regional/date-time/formats/%/edit',
16323   'router_path' => 'admin/config/regional/date-time/formats/%/edit',
16324   'link_title' => 'Edit date format',
16325   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to edit a configured date format.";}}',
16326   'module' => 'system',
16327   'hidden' => '0',
16328   'external' => '0',
16329   'has_children' => '0',
16330   'expanded' => '0',
16331   'weight' => '0',
16332   'depth' => '6',
16333   'customized' => '0',
16334   'p1' => '1',
16335   'p2' => '8',
16336   'p3' => '48',
16337   'p4' => '74',
16338   'p5' => '116',
16339   'p6' => '167',
16340   'p7' => '0',
16341   'p8' => '0',
16342   'p9' => '0',
16343   'updated' => '0',
16344 ))
16345 ->values(array(
16346   'menu_name' => 'management',
16347   'mlid' => '168',
16348   'plid' => '44',
16349   'link_path' => 'admin/structure/menu/manage/main-menu',
16350   'router_path' => 'admin/structure/menu/manage/%',
16351   'link_title' => 'Main menu',
16352   'options' => 'a:0:{}',
16353   'module' => 'menu',
16354   'hidden' => '0',
16355   'external' => '0',
16356   'has_children' => '0',
16357   'expanded' => '0',
16358   'weight' => '0',
16359   'depth' => '4',
16360   'customized' => '0',
16361   'p1' => '1',
16362   'p2' => '20',
16363   'p3' => '44',
16364   'p4' => '168',
16365   'p5' => '0',
16366   'p6' => '0',
16367   'p7' => '0',
16368   'p8' => '0',
16369   'p9' => '0',
16370   'updated' => '0',
16371 ))
16372 ->values(array(
16373   'menu_name' => 'management',
16374   'mlid' => '169',
16375   'plid' => '44',
16376   'link_path' => 'admin/structure/menu/manage/management',
16377   'router_path' => 'admin/structure/menu/manage/%',
16378   'link_title' => 'Management',
16379   'options' => 'a:0:{}',
16380   'module' => 'menu',
16381   'hidden' => '0',
16382   'external' => '0',
16383   'has_children' => '0',
16384   'expanded' => '0',
16385   'weight' => '0',
16386   'depth' => '4',
16387   'customized' => '0',
16388   'p1' => '1',
16389   'p2' => '20',
16390   'p3' => '44',
16391   'p4' => '169',
16392   'p5' => '0',
16393   'p6' => '0',
16394   'p7' => '0',
16395   'p8' => '0',
16396   'p9' => '0',
16397   'updated' => '0',
16398 ))
16399 ->values(array(
16400   'menu_name' => 'management',
16401   'mlid' => '170',
16402   'plid' => '44',
16403   'link_path' => 'admin/structure/menu/manage/navigation',
16404   'router_path' => 'admin/structure/menu/manage/%',
16405   'link_title' => 'Navigation',
16406   'options' => 'a:0:{}',
16407   'module' => 'menu',
16408   'hidden' => '0',
16409   'external' => '0',
16410   'has_children' => '0',
16411   'expanded' => '0',
16412   'weight' => '0',
16413   'depth' => '4',
16414   'customized' => '0',
16415   'p1' => '1',
16416   'p2' => '20',
16417   'p3' => '44',
16418   'p4' => '170',
16419   'p5' => '0',
16420   'p6' => '0',
16421   'p7' => '0',
16422   'p8' => '0',
16423   'p9' => '0',
16424   'updated' => '0',
16425 ))
16426 ->values(array(
16427   'menu_name' => 'management',
16428   'mlid' => '171',
16429   'plid' => '44',
16430   'link_path' => 'admin/structure/menu/manage/user-menu',
16431   'router_path' => 'admin/structure/menu/manage/%',
16432   'link_title' => 'User menu',
16433   'options' => 'a:0:{}',
16434   'module' => 'menu',
16435   'hidden' => '0',
16436   'external' => '0',
16437   'has_children' => '0',
16438   'expanded' => '0',
16439   'weight' => '0',
16440   'depth' => '4',
16441   'customized' => '0',
16442   'p1' => '1',
16443   'p2' => '20',
16444   'p3' => '44',
16445   'p4' => '171',
16446   'p5' => '0',
16447   'p6' => '0',
16448   'p7' => '0',
16449   'p8' => '0',
16450   'p9' => '0',
16451   'updated' => '0',
16452 ))
16453 ->values(array(
16454   'menu_name' => 'navigation',
16455   'mlid' => '172',
16456   'plid' => '0',
16457   'link_path' => 'search',
16458   'router_path' => 'search',
16459   'link_title' => 'Search',
16460   'options' => 'a:0:{}',
16461   'module' => 'system',
16462   'hidden' => '1',
16463   'external' => '0',
16464   'has_children' => '0',
16465   'expanded' => '0',
16466   'weight' => '0',
16467   'depth' => '1',
16468   'customized' => '0',
16469   'p1' => '172',
16470   'p2' => '0',
16471   'p3' => '0',
16472   'p4' => '0',
16473   'p5' => '0',
16474   'p6' => '0',
16475   'p7' => '0',
16476   'p8' => '0',
16477   'p9' => '0',
16478   'updated' => '0',
16479 ))
16480 ->values(array(
16481   'menu_name' => 'navigation',
16482   'mlid' => '173',
16483   'plid' => '172',
16484   'link_path' => 'search/node',
16485   'router_path' => 'search/node',
16486   'link_title' => 'Content',
16487   'options' => 'a:0:{}',
16488   'module' => 'system',
16489   'hidden' => '-1',
16490   'external' => '0',
16491   'has_children' => '0',
16492   'expanded' => '0',
16493   'weight' => '-10',
16494   'depth' => '2',
16495   'customized' => '0',
16496   'p1' => '172',
16497   'p2' => '173',
16498   'p3' => '0',
16499   'p4' => '0',
16500   'p5' => '0',
16501   'p6' => '0',
16502   'p7' => '0',
16503   'p8' => '0',
16504   'p9' => '0',
16505   'updated' => '0',
16506 ))
16507 ->values(array(
16508   'menu_name' => 'navigation',
16509   'mlid' => '174',
16510   'plid' => '172',
16511   'link_path' => 'search/user',
16512   'router_path' => 'search/user',
16513   'link_title' => 'Users',
16514   'options' => 'a:0:{}',
16515   'module' => 'system',
16516   'hidden' => '-1',
16517   'external' => '0',
16518   'has_children' => '0',
16519   'expanded' => '0',
16520   'weight' => '0',
16521   'depth' => '2',
16522   'customized' => '0',
16523   'p1' => '172',
16524   'p2' => '174',
16525   'p3' => '0',
16526   'p4' => '0',
16527   'p5' => '0',
16528   'p6' => '0',
16529   'p7' => '0',
16530   'p8' => '0',
16531   'p9' => '0',
16532   'updated' => '0',
16533 ))
16534 ->values(array(
16535   'menu_name' => 'management',
16536   'mlid' => '175',
16537   'plid' => '1',
16538   'link_path' => 'admin/help',
16539   'router_path' => 'admin/help',
16540   'link_title' => 'Help',
16541   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Reference for usage, configuration, and modules.";}}',
16542   'module' => 'system',
16543   'hidden' => '0',
16544   'external' => '0',
16545   'has_children' => '0',
16546   'expanded' => '0',
16547   'weight' => '9',
16548   'depth' => '2',
16549   'customized' => '0',
16550   'p1' => '1',
16551   'p2' => '175',
16552   'p3' => '0',
16553   'p4' => '0',
16554   'p5' => '0',
16555   'p6' => '0',
16556   'p7' => '0',
16557   'p8' => '0',
16558   'p9' => '0',
16559   'updated' => '0',
16560 ))
16561 ->values(array(
16562   'menu_name' => 'navigation',
16563   'mlid' => '176',
16564   'plid' => '0',
16565   'link_path' => 'taxonomy/term/%',
16566   'router_path' => 'taxonomy/term/%',
16567   'link_title' => 'Taxonomy term',
16568   'options' => 'a:0:{}',
16569   'module' => 'system',
16570   'hidden' => '0',
16571   'external' => '0',
16572   'has_children' => '0',
16573   'expanded' => '0',
16574   'weight' => '0',
16575   'depth' => '1',
16576   'customized' => '0',
16577   'p1' => '176',
16578   'p2' => '0',
16579   'p3' => '0',
16580   'p4' => '0',
16581   'p5' => '0',
16582   'p6' => '0',
16583   'p7' => '0',
16584   'p8' => '0',
16585   'p9' => '0',
16586   'updated' => '0',
16587 ))
16588 ->values(array(
16589   'menu_name' => 'navigation',
16590   'mlid' => '177',
16591   'plid' => '173',
16592   'link_path' => 'search/node/%',
16593   'router_path' => 'search/node/%',
16594   'link_title' => 'Content',
16595   'options' => 'a:0:{}',
16596   'module' => 'system',
16597   'hidden' => '-1',
16598   'external' => '0',
16599   'has_children' => '0',
16600   'expanded' => '0',
16601   'weight' => '0',
16602   'depth' => '3',
16603   'customized' => '0',
16604   'p1' => '172',
16605   'p2' => '173',
16606   'p3' => '177',
16607   'p4' => '0',
16608   'p5' => '0',
16609   'p6' => '0',
16610   'p7' => '0',
16611   'p8' => '0',
16612   'p9' => '0',
16613   'updated' => '0',
16614 ))
16615 ->values(array(
16616   'menu_name' => 'management',
16617   'mlid' => '178',
16618   'plid' => '18',
16619   'link_path' => 'admin/reports/fields',
16620   'router_path' => 'admin/reports/fields',
16621   'link_title' => 'Field list',
16622   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Overview of fields on all entity types.";}}',
16623   'module' => 'system',
16624   'hidden' => '0',
16625   'external' => '0',
16626   'has_children' => '0',
16627   'expanded' => '0',
16628   'weight' => '0',
16629   'depth' => '3',
16630   'customized' => '0',
16631   'p1' => '1',
16632   'p2' => '18',
16633   'p3' => '178',
16634   'p4' => '0',
16635   'p5' => '0',
16636   'p6' => '0',
16637   'p7' => '0',
16638   'p8' => '0',
16639   'p9' => '0',
16640   'updated' => '0',
16641 ))
16642 ->values(array(
16643   'menu_name' => 'navigation',
16644   'mlid' => '179',
16645   'plid' => '16',
16646   'link_path' => 'user/%/shortcuts',
16647   'router_path' => 'user/%/shortcuts',
16648   'link_title' => 'Shortcuts',
16649   'options' => 'a:0:{}',
16650   'module' => 'system',
16651   'hidden' => '-1',
16652   'external' => '0',
16653   'has_children' => '0',
16654   'expanded' => '0',
16655   'weight' => '0',
16656   'depth' => '2',
16657   'customized' => '0',
16658   'p1' => '16',
16659   'p2' => '179',
16660   'p3' => '0',
16661   'p4' => '0',
16662   'p5' => '0',
16663   'p6' => '0',
16664   'p7' => '0',
16665   'p8' => '0',
16666   'p9' => '0',
16667   'updated' => '0',
16668 ))
16669 ->values(array(
16670   'menu_name' => 'management',
16671   'mlid' => '180',
16672   'plid' => '20',
16673   'link_path' => 'admin/structure/taxonomy',
16674   'router_path' => 'admin/structure/taxonomy',
16675   'link_title' => 'Taxonomy',
16676   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Manage tagging, categorization, and classification of your content.";}}',
16677   'module' => 'system',
16678   'hidden' => '0',
16679   'external' => '0',
16680   'has_children' => '1',
16681   'expanded' => '0',
16682   'weight' => '0',
16683   'depth' => '3',
16684   'customized' => '0',
16685   'p1' => '1',
16686   'p2' => '20',
16687   'p3' => '180',
16688   'p4' => '0',
16689   'p5' => '0',
16690   'p6' => '0',
16691   'p7' => '0',
16692   'p8' => '0',
16693   'p9' => '0',
16694   'updated' => '0',
16695 ))
16696 ->values(array(
16697   'menu_name' => 'management',
16698   'mlid' => '181',
16699   'plid' => '18',
16700   'link_path' => 'admin/reports/search',
16701   'router_path' => 'admin/reports/search',
16702   'link_title' => 'Top search phrases',
16703   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"View most popular search phrases.";}}',
16704   'module' => 'system',
16705   'hidden' => '0',
16706   'external' => '0',
16707   'has_children' => '0',
16708   'expanded' => '0',
16709   'weight' => '0',
16710   'depth' => '3',
16711   'customized' => '0',
16712   'p1' => '1',
16713   'p2' => '18',
16714   'p3' => '181',
16715   'p4' => '0',
16716   'p5' => '0',
16717   'p6' => '0',
16718   'p7' => '0',
16719   'p8' => '0',
16720   'p9' => '0',
16721   'updated' => '0',
16722 ))
16723 ->values(array(
16724   'menu_name' => 'navigation',
16725   'mlid' => '182',
16726   'plid' => '174',
16727   'link_path' => 'search/user/%',
16728   'router_path' => 'search/user/%',
16729   'link_title' => 'Users',
16730   'options' => 'a:0:{}',
16731   'module' => 'system',
16732   'hidden' => '-1',
16733   'external' => '0',
16734   'has_children' => '0',
16735   'expanded' => '0',
16736   'weight' => '0',
16737   'depth' => '3',
16738   'customized' => '0',
16739   'p1' => '172',
16740   'p2' => '174',
16741   'p3' => '182',
16742   'p4' => '0',
16743   'p5' => '0',
16744   'p6' => '0',
16745   'p7' => '0',
16746   'p8' => '0',
16747   'p9' => '0',
16748   'updated' => '0',
16749 ))
16750 ->values(array(
16751   'menu_name' => 'management',
16752   'mlid' => '183',
16753   'plid' => '175',
16754   'link_path' => 'admin/help/block',
16755   'router_path' => 'admin/help/block',
16756   'link_title' => 'block',
16757   'options' => 'a:0:{}',
16758   'module' => 'system',
16759   'hidden' => '-1',
16760   'external' => '0',
16761   'has_children' => '0',
16762   'expanded' => '0',
16763   'weight' => '0',
16764   'depth' => '3',
16765   'customized' => '0',
16766   'p1' => '1',
16767   'p2' => '175',
16768   'p3' => '183',
16769   'p4' => '0',
16770   'p5' => '0',
16771   'p6' => '0',
16772   'p7' => '0',
16773   'p8' => '0',
16774   'p9' => '0',
16775   'updated' => '0',
16776 ))
16777 ->values(array(
16778   'menu_name' => 'management',
16779   'mlid' => '184',
16780   'plid' => '175',
16781   'link_path' => 'admin/help/color',
16782   'router_path' => 'admin/help/color',
16783   'link_title' => 'color',
16784   'options' => 'a:0:{}',
16785   'module' => 'system',
16786   'hidden' => '-1',
16787   'external' => '0',
16788   'has_children' => '0',
16789   'expanded' => '0',
16790   'weight' => '0',
16791   'depth' => '3',
16792   'customized' => '0',
16793   'p1' => '1',
16794   'p2' => '175',
16795   'p3' => '184',
16796   'p4' => '0',
16797   'p5' => '0',
16798   'p6' => '0',
16799   'p7' => '0',
16800   'p8' => '0',
16801   'p9' => '0',
16802   'updated' => '0',
16803 ))
16804 ->values(array(
16805   'menu_name' => 'management',
16806   'mlid' => '185',
16807   'plid' => '175',
16808   'link_path' => 'admin/help/comment',
16809   'router_path' => 'admin/help/comment',
16810   'link_title' => 'comment',
16811   'options' => 'a:0:{}',
16812   'module' => 'system',
16813   'hidden' => '-1',
16814   'external' => '0',
16815   'has_children' => '0',
16816   'expanded' => '0',
16817   'weight' => '0',
16818   'depth' => '3',
16819   'customized' => '0',
16820   'p1' => '1',
16821   'p2' => '175',
16822   'p3' => '185',
16823   'p4' => '0',
16824   'p5' => '0',
16825   'p6' => '0',
16826   'p7' => '0',
16827   'p8' => '0',
16828   'p9' => '0',
16829   'updated' => '0',
16830 ))
16831 ->values(array(
16832   'menu_name' => 'management',
16833   'mlid' => '186',
16834   'plid' => '175',
16835   'link_path' => 'admin/help/contextual',
16836   'router_path' => 'admin/help/contextual',
16837   'link_title' => 'contextual',
16838   'options' => 'a:0:{}',
16839   'module' => 'system',
16840   'hidden' => '-1',
16841   'external' => '0',
16842   'has_children' => '0',
16843   'expanded' => '0',
16844   'weight' => '0',
16845   'depth' => '3',
16846   'customized' => '0',
16847   'p1' => '1',
16848   'p2' => '175',
16849   'p3' => '186',
16850   'p4' => '0',
16851   'p5' => '0',
16852   'p6' => '0',
16853   'p7' => '0',
16854   'p8' => '0',
16855   'p9' => '0',
16856   'updated' => '0',
16857 ))
16858 ->values(array(
16859   'menu_name' => 'management',
16860   'mlid' => '188',
16861   'plid' => '175',
16862   'link_path' => 'admin/help/dblog',
16863   'router_path' => 'admin/help/dblog',
16864   'link_title' => 'dblog',
16865   'options' => 'a:0:{}',
16866   'module' => 'system',
16867   'hidden' => '-1',
16868   'external' => '0',
16869   'has_children' => '0',
16870   'expanded' => '0',
16871   'weight' => '0',
16872   'depth' => '3',
16873   'customized' => '0',
16874   'p1' => '1',
16875   'p2' => '175',
16876   'p3' => '188',
16877   'p4' => '0',
16878   'p5' => '0',
16879   'p6' => '0',
16880   'p7' => '0',
16881   'p8' => '0',
16882   'p9' => '0',
16883   'updated' => '0',
16884 ))
16885 ->values(array(
16886   'menu_name' => 'management',
16887   'mlid' => '189',
16888   'plid' => '175',
16889   'link_path' => 'admin/help/field',
16890   'router_path' => 'admin/help/field',
16891   'link_title' => 'field',
16892   'options' => 'a:0:{}',
16893   'module' => 'system',
16894   'hidden' => '-1',
16895   'external' => '0',
16896   'has_children' => '0',
16897   'expanded' => '0',
16898   'weight' => '0',
16899   'depth' => '3',
16900   'customized' => '0',
16901   'p1' => '1',
16902   'p2' => '175',
16903   'p3' => '189',
16904   'p4' => '0',
16905   'p5' => '0',
16906   'p6' => '0',
16907   'p7' => '0',
16908   'p8' => '0',
16909   'p9' => '0',
16910   'updated' => '0',
16911 ))
16912 ->values(array(
16913   'menu_name' => 'management',
16914   'mlid' => '190',
16915   'plid' => '175',
16916   'link_path' => 'admin/help/field_sql_storage',
16917   'router_path' => 'admin/help/field_sql_storage',
16918   'link_title' => 'field_sql_storage',
16919   'options' => 'a:0:{}',
16920   'module' => 'system',
16921   'hidden' => '-1',
16922   'external' => '0',
16923   'has_children' => '0',
16924   'expanded' => '0',
16925   'weight' => '0',
16926   'depth' => '3',
16927   'customized' => '0',
16928   'p1' => '1',
16929   'p2' => '175',
16930   'p3' => '190',
16931   'p4' => '0',
16932   'p5' => '0',
16933   'p6' => '0',
16934   'p7' => '0',
16935   'p8' => '0',
16936   'p9' => '0',
16937   'updated' => '0',
16938 ))
16939 ->values(array(
16940   'menu_name' => 'management',
16941   'mlid' => '191',
16942   'plid' => '175',
16943   'link_path' => 'admin/help/field_ui',
16944   'router_path' => 'admin/help/field_ui',
16945   'link_title' => 'field_ui',
16946   'options' => 'a:0:{}',
16947   'module' => 'system',
16948   'hidden' => '-1',
16949   'external' => '0',
16950   'has_children' => '0',
16951   'expanded' => '0',
16952   'weight' => '0',
16953   'depth' => '3',
16954   'customized' => '0',
16955   'p1' => '1',
16956   'p2' => '175',
16957   'p3' => '191',
16958   'p4' => '0',
16959   'p5' => '0',
16960   'p6' => '0',
16961   'p7' => '0',
16962   'p8' => '0',
16963   'p9' => '0',
16964   'updated' => '0',
16965 ))
16966 ->values(array(
16967   'menu_name' => 'management',
16968   'mlid' => '192',
16969   'plid' => '175',
16970   'link_path' => 'admin/help/file',
16971   'router_path' => 'admin/help/file',
16972   'link_title' => 'file',
16973   'options' => 'a:0:{}',
16974   'module' => 'system',
16975   'hidden' => '-1',
16976   'external' => '0',
16977   'has_children' => '0',
16978   'expanded' => '0',
16979   'weight' => '0',
16980   'depth' => '3',
16981   'customized' => '0',
16982   'p1' => '1',
16983   'p2' => '175',
16984   'p3' => '192',
16985   'p4' => '0',
16986   'p5' => '0',
16987   'p6' => '0',
16988   'p7' => '0',
16989   'p8' => '0',
16990   'p9' => '0',
16991   'updated' => '0',
16992 ))
16993 ->values(array(
16994   'menu_name' => 'management',
16995   'mlid' => '193',
16996   'plid' => '175',
16997   'link_path' => 'admin/help/filter',
16998   'router_path' => 'admin/help/filter',
16999   'link_title' => 'filter',
17000   'options' => 'a:0:{}',
17001   'module' => 'system',
17002   'hidden' => '-1',
17003   'external' => '0',
17004   'has_children' => '0',
17005   'expanded' => '0',
17006   'weight' => '0',
17007   'depth' => '3',
17008   'customized' => '0',
17009   'p1' => '1',
17010   'p2' => '175',
17011   'p3' => '193',
17012   'p4' => '0',
17013   'p5' => '0',
17014   'p6' => '0',
17015   'p7' => '0',
17016   'p8' => '0',
17017   'p9' => '0',
17018   'updated' => '0',
17019 ))
17020 ->values(array(
17021   'menu_name' => 'management',
17022   'mlid' => '194',
17023   'plid' => '175',
17024   'link_path' => 'admin/help/help',
17025   'router_path' => 'admin/help/help',
17026   'link_title' => 'help',
17027   'options' => 'a:0:{}',
17028   'module' => 'system',
17029   'hidden' => '-1',
17030   'external' => '0',
17031   'has_children' => '0',
17032   'expanded' => '0',
17033   'weight' => '0',
17034   'depth' => '3',
17035   'customized' => '0',
17036   'p1' => '1',
17037   'p2' => '175',
17038   'p3' => '194',
17039   'p4' => '0',
17040   'p5' => '0',
17041   'p6' => '0',
17042   'p7' => '0',
17043   'p8' => '0',
17044   'p9' => '0',
17045   'updated' => '0',
17046 ))
17047 ->values(array(
17048   'menu_name' => 'management',
17049   'mlid' => '195',
17050   'plid' => '175',
17051   'link_path' => 'admin/help/image',
17052   'router_path' => 'admin/help/image',
17053   'link_title' => 'image',
17054   'options' => 'a:0:{}',
17055   'module' => 'system',
17056   'hidden' => '-1',
17057   'external' => '0',
17058   'has_children' => '0',
17059   'expanded' => '0',
17060   'weight' => '0',
17061   'depth' => '3',
17062   'customized' => '0',
17063   'p1' => '1',
17064   'p2' => '175',
17065   'p3' => '195',
17066   'p4' => '0',
17067   'p5' => '0',
17068   'p6' => '0',
17069   'p7' => '0',
17070   'p8' => '0',
17071   'p9' => '0',
17072   'updated' => '0',
17073 ))
17074 ->values(array(
17075   'menu_name' => 'management',
17076   'mlid' => '196',
17077   'plid' => '175',
17078   'link_path' => 'admin/help/list',
17079   'router_path' => 'admin/help/list',
17080   'link_title' => 'list',
17081   'options' => 'a:0:{}',
17082   'module' => 'system',
17083   'hidden' => '-1',
17084   'external' => '0',
17085   'has_children' => '0',
17086   'expanded' => '0',
17087   'weight' => '0',
17088   'depth' => '3',
17089   'customized' => '0',
17090   'p1' => '1',
17091   'p2' => '175',
17092   'p3' => '196',
17093   'p4' => '0',
17094   'p5' => '0',
17095   'p6' => '0',
17096   'p7' => '0',
17097   'p8' => '0',
17098   'p9' => '0',
17099   'updated' => '0',
17100 ))
17101 ->values(array(
17102   'menu_name' => 'management',
17103   'mlid' => '197',
17104   'plid' => '175',
17105   'link_path' => 'admin/help/menu',
17106   'router_path' => 'admin/help/menu',
17107   'link_title' => 'menu',
17108   'options' => 'a:0:{}',
17109   'module' => 'system',
17110   'hidden' => '-1',
17111   'external' => '0',
17112   'has_children' => '0',
17113   'expanded' => '0',
17114   'weight' => '0',
17115   'depth' => '3',
17116   'customized' => '0',
17117   'p1' => '1',
17118   'p2' => '175',
17119   'p3' => '197',
17120   'p4' => '0',
17121   'p5' => '0',
17122   'p6' => '0',
17123   'p7' => '0',
17124   'p8' => '0',
17125   'p9' => '0',
17126   'updated' => '0',
17127 ))
17128 ->values(array(
17129   'menu_name' => 'management',
17130   'mlid' => '198',
17131   'plid' => '175',
17132   'link_path' => 'admin/help/node',
17133   'router_path' => 'admin/help/node',
17134   'link_title' => 'node',
17135   'options' => 'a:0:{}',
17136   'module' => 'system',
17137   'hidden' => '-1',
17138   'external' => '0',
17139   'has_children' => '0',
17140   'expanded' => '0',
17141   'weight' => '0',
17142   'depth' => '3',
17143   'customized' => '0',
17144   'p1' => '1',
17145   'p2' => '175',
17146   'p3' => '198',
17147   'p4' => '0',
17148   'p5' => '0',
17149   'p6' => '0',
17150   'p7' => '0',
17151   'p8' => '0',
17152   'p9' => '0',
17153   'updated' => '0',
17154 ))
17155 ->values(array(
17156   'menu_name' => 'management',
17157   'mlid' => '199',
17158   'plid' => '175',
17159   'link_path' => 'admin/help/number',
17160   'router_path' => 'admin/help/number',
17161   'link_title' => 'number',
17162   'options' => 'a:0:{}',
17163   'module' => 'system',
17164   'hidden' => '-1',
17165   'external' => '0',
17166   'has_children' => '0',
17167   'expanded' => '0',
17168   'weight' => '0',
17169   'depth' => '3',
17170   'customized' => '0',
17171   'p1' => '1',
17172   'p2' => '175',
17173   'p3' => '199',
17174   'p4' => '0',
17175   'p5' => '0',
17176   'p6' => '0',
17177   'p7' => '0',
17178   'p8' => '0',
17179   'p9' => '0',
17180   'updated' => '0',
17181 ))
17182 ->values(array(
17183   'menu_name' => 'management',
17184   'mlid' => '200',
17185   'plid' => '175',
17186   'link_path' => 'admin/help/options',
17187   'router_path' => 'admin/help/options',
17188   'link_title' => 'options',
17189   'options' => 'a:0:{}',
17190   'module' => 'system',
17191   'hidden' => '-1',
17192   'external' => '0',
17193   'has_children' => '0',
17194   'expanded' => '0',
17195   'weight' => '0',
17196   'depth' => '3',
17197   'customized' => '0',
17198   'p1' => '1',
17199   'p2' => '175',
17200   'p3' => '200',
17201   'p4' => '0',
17202   'p5' => '0',
17203   'p6' => '0',
17204   'p7' => '0',
17205   'p8' => '0',
17206   'p9' => '0',
17207   'updated' => '0',
17208 ))
17209 ->values(array(
17210   'menu_name' => 'management',
17211   'mlid' => '202',
17212   'plid' => '175',
17213   'link_path' => 'admin/help/path',
17214   'router_path' => 'admin/help/path',
17215   'link_title' => 'path',
17216   'options' => 'a:0:{}',
17217   'module' => 'system',
17218   'hidden' => '-1',
17219   'external' => '0',
17220   'has_children' => '0',
17221   'expanded' => '0',
17222   'weight' => '0',
17223   'depth' => '3',
17224   'customized' => '0',
17225   'p1' => '1',
17226   'p2' => '175',
17227   'p3' => '202',
17228   'p4' => '0',
17229   'p5' => '0',
17230   'p6' => '0',
17231   'p7' => '0',
17232   'p8' => '0',
17233   'p9' => '0',
17234   'updated' => '0',
17235 ))
17236 ->values(array(
17237   'menu_name' => 'management',
17238   'mlid' => '203',
17239   'plid' => '175',
17240   'link_path' => 'admin/help/rdf',
17241   'router_path' => 'admin/help/rdf',
17242   'link_title' => 'rdf',
17243   'options' => 'a:0:{}',
17244   'module' => 'system',
17245   'hidden' => '-1',
17246   'external' => '0',
17247   'has_children' => '0',
17248   'expanded' => '0',
17249   'weight' => '0',
17250   'depth' => '3',
17251   'customized' => '0',
17252   'p1' => '1',
17253   'p2' => '175',
17254   'p3' => '203',
17255   'p4' => '0',
17256   'p5' => '0',
17257   'p6' => '0',
17258   'p7' => '0',
17259   'p8' => '0',
17260   'p9' => '0',
17261   'updated' => '0',
17262 ))
17263 ->values(array(
17264   'menu_name' => 'management',
17265   'mlid' => '204',
17266   'plid' => '175',
17267   'link_path' => 'admin/help/search',
17268   'router_path' => 'admin/help/search',
17269   'link_title' => 'search',
17270   'options' => 'a:0:{}',
17271   'module' => 'system',
17272   'hidden' => '-1',
17273   'external' => '0',
17274   'has_children' => '0',
17275   'expanded' => '0',
17276   'weight' => '0',
17277   'depth' => '3',
17278   'customized' => '0',
17279   'p1' => '1',
17280   'p2' => '175',
17281   'p3' => '204',
17282   'p4' => '0',
17283   'p5' => '0',
17284   'p6' => '0',
17285   'p7' => '0',
17286   'p8' => '0',
17287   'p9' => '0',
17288   'updated' => '0',
17289 ))
17290 ->values(array(
17291   'menu_name' => 'management',
17292   'mlid' => '205',
17293   'plid' => '175',
17294   'link_path' => 'admin/help/shortcut',
17295   'router_path' => 'admin/help/shortcut',
17296   'link_title' => 'shortcut',
17297   'options' => 'a:0:{}',
17298   'module' => 'system',
17299   'hidden' => '-1',
17300   'external' => '0',
17301   'has_children' => '0',
17302   'expanded' => '0',
17303   'weight' => '0',
17304   'depth' => '3',
17305   'customized' => '0',
17306   'p1' => '1',
17307   'p2' => '175',
17308   'p3' => '205',
17309   'p4' => '0',
17310   'p5' => '0',
17311   'p6' => '0',
17312   'p7' => '0',
17313   'p8' => '0',
17314   'p9' => '0',
17315   'updated' => '0',
17316 ))
17317 ->values(array(
17318   'menu_name' => 'management',
17319   'mlid' => '206',
17320   'plid' => '175',
17321   'link_path' => 'admin/help/system',
17322   'router_path' => 'admin/help/system',
17323   'link_title' => 'system',
17324   'options' => 'a:0:{}',
17325   'module' => 'system',
17326   'hidden' => '-1',
17327   'external' => '0',
17328   'has_children' => '0',
17329   'expanded' => '0',
17330   'weight' => '0',
17331   'depth' => '3',
17332   'customized' => '0',
17333   'p1' => '1',
17334   'p2' => '175',
17335   'p3' => '206',
17336   'p4' => '0',
17337   'p5' => '0',
17338   'p6' => '0',
17339   'p7' => '0',
17340   'p8' => '0',
17341   'p9' => '0',
17342   'updated' => '0',
17343 ))
17344 ->values(array(
17345   'menu_name' => 'management',
17346   'mlid' => '207',
17347   'plid' => '175',
17348   'link_path' => 'admin/help/taxonomy',
17349   'router_path' => 'admin/help/taxonomy',
17350   'link_title' => 'taxonomy',
17351   'options' => 'a:0:{}',
17352   'module' => 'system',
17353   'hidden' => '-1',
17354   'external' => '0',
17355   'has_children' => '0',
17356   'expanded' => '0',
17357   'weight' => '0',
17358   'depth' => '3',
17359   'customized' => '0',
17360   'p1' => '1',
17361   'p2' => '175',
17362   'p3' => '207',
17363   'p4' => '0',
17364   'p5' => '0',
17365   'p6' => '0',
17366   'p7' => '0',
17367   'p8' => '0',
17368   'p9' => '0',
17369   'updated' => '0',
17370 ))
17371 ->values(array(
17372   'menu_name' => 'management',
17373   'mlid' => '208',
17374   'plid' => '175',
17375   'link_path' => 'admin/help/text',
17376   'router_path' => 'admin/help/text',
17377   'link_title' => 'text',
17378   'options' => 'a:0:{}',
17379   'module' => 'system',
17380   'hidden' => '-1',
17381   'external' => '0',
17382   'has_children' => '0',
17383   'expanded' => '0',
17384   'weight' => '0',
17385   'depth' => '3',
17386   'customized' => '0',
17387   'p1' => '1',
17388   'p2' => '175',
17389   'p3' => '208',
17390   'p4' => '0',
17391   'p5' => '0',
17392   'p6' => '0',
17393   'p7' => '0',
17394   'p8' => '0',
17395   'p9' => '0',
17396   'updated' => '0',
17397 ))
17398 ->values(array(
17399   'menu_name' => 'management',
17400   'mlid' => '209',
17401   'plid' => '175',
17402   'link_path' => 'admin/help/user',
17403   'router_path' => 'admin/help/user',
17404   'link_title' => 'user',
17405   'options' => 'a:0:{}',
17406   'module' => 'system',
17407   'hidden' => '-1',
17408   'external' => '0',
17409   'has_children' => '0',
17410   'expanded' => '0',
17411   'weight' => '0',
17412   'depth' => '3',
17413   'customized' => '0',
17414   'p1' => '1',
17415   'p2' => '175',
17416   'p3' => '209',
17417   'p4' => '0',
17418   'p5' => '0',
17419   'p6' => '0',
17420   'p7' => '0',
17421   'p8' => '0',
17422   'p9' => '0',
17423   'updated' => '0',
17424 ))
17425 ->values(array(
17426   'menu_name' => 'navigation',
17427   'mlid' => '210',
17428   'plid' => '176',
17429   'link_path' => 'taxonomy/term/%/edit',
17430   'router_path' => 'taxonomy/term/%/edit',
17431   'link_title' => 'Edit',
17432   'options' => 'a:0:{}',
17433   'module' => 'system',
17434   'hidden' => '-1',
17435   'external' => '0',
17436   'has_children' => '0',
17437   'expanded' => '0',
17438   'weight' => '10',
17439   'depth' => '2',
17440   'customized' => '0',
17441   'p1' => '176',
17442   'p2' => '210',
17443   'p3' => '0',
17444   'p4' => '0',
17445   'p5' => '0',
17446   'p6' => '0',
17447   'p7' => '0',
17448   'p8' => '0',
17449   'p9' => '0',
17450   'updated' => '0',
17451 ))
17452 ->values(array(
17453   'menu_name' => 'navigation',
17454   'mlid' => '211',
17455   'plid' => '176',
17456   'link_path' => 'taxonomy/term/%/view',
17457   'router_path' => 'taxonomy/term/%/view',
17458   'link_title' => 'View',
17459   'options' => 'a:0:{}',
17460   'module' => 'system',
17461   'hidden' => '-1',
17462   'external' => '0',
17463   'has_children' => '0',
17464   'expanded' => '0',
17465   'weight' => '0',
17466   'depth' => '2',
17467   'customized' => '0',
17468   'p1' => '176',
17469   'p2' => '211',
17470   'p3' => '0',
17471   'p4' => '0',
17472   'p5' => '0',
17473   'p6' => '0',
17474   'p7' => '0',
17475   'p8' => '0',
17476   'p9' => '0',
17477   'updated' => '0',
17478 ))
17479 ->values(array(
17480   'menu_name' => 'management',
17481   'mlid' => '212',
17482   'plid' => '180',
17483   'link_path' => 'admin/structure/taxonomy/%',
17484   'router_path' => 'admin/structure/taxonomy/%',
17485   'link_title' => '',
17486   'options' => 'a:0:{}',
17487   'module' => 'system',
17488   'hidden' => '0',
17489   'external' => '0',
17490   'has_children' => '0',
17491   'expanded' => '0',
17492   'weight' => '0',
17493   'depth' => '4',
17494   'customized' => '0',
17495   'p1' => '1',
17496   'p2' => '20',
17497   'p3' => '180',
17498   'p4' => '212',
17499   'p5' => '0',
17500   'p6' => '0',
17501   'p7' => '0',
17502   'p8' => '0',
17503   'p9' => '0',
17504   'updated' => '0',
17505 ))
17506 ->values(array(
17507   'menu_name' => 'management',
17508   'mlid' => '213',
17509   'plid' => '180',
17510   'link_path' => 'admin/structure/taxonomy/add',
17511   'router_path' => 'admin/structure/taxonomy/add',
17512   'link_title' => 'Add vocabulary',
17513   'options' => 'a:0:{}',
17514   'module' => 'system',
17515   'hidden' => '-1',
17516   'external' => '0',
17517   'has_children' => '0',
17518   'expanded' => '0',
17519   'weight' => '0',
17520   'depth' => '4',
17521   'customized' => '0',
17522   'p1' => '1',
17523   'p2' => '20',
17524   'p3' => '180',
17525   'p4' => '213',
17526   'p5' => '0',
17527   'p6' => '0',
17528   'p7' => '0',
17529   'p8' => '0',
17530   'p9' => '0',
17531   'updated' => '0',
17532 ))
17533 ->values(array(
17534   'menu_name' => 'management',
17535   'mlid' => '214',
17536   'plid' => '43',
17537   'link_path' => 'admin/config/media/image-styles',
17538   'router_path' => 'admin/config/media/image-styles',
17539   'link_title' => 'Image styles',
17540   '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.";}}',
17541   'module' => 'system',
17542   'hidden' => '0',
17543   'external' => '0',
17544   'has_children' => '1',
17545   'expanded' => '0',
17546   'weight' => '0',
17547   'depth' => '4',
17548   'customized' => '0',
17549   'p1' => '1',
17550   'p2' => '8',
17551   'p3' => '43',
17552   'p4' => '214',
17553   'p5' => '0',
17554   'p6' => '0',
17555   'p7' => '0',
17556   'p8' => '0',
17557   'p9' => '0',
17558   'updated' => '0',
17559 ))
17560 ->values(array(
17561   'menu_name' => 'management',
17562   'mlid' => '215',
17563   'plid' => '180',
17564   'link_path' => 'admin/structure/taxonomy/list',
17565   'router_path' => 'admin/structure/taxonomy/list',
17566   'link_title' => 'List',
17567   'options' => 'a:0:{}',
17568   'module' => 'system',
17569   'hidden' => '-1',
17570   'external' => '0',
17571   'has_children' => '0',
17572   'expanded' => '0',
17573   'weight' => '-10',
17574   'depth' => '4',
17575   'customized' => '0',
17576   'p1' => '1',
17577   'p2' => '20',
17578   'p3' => '180',
17579   'p4' => '215',
17580   'p5' => '0',
17581   'p6' => '0',
17582   'p7' => '0',
17583   'p8' => '0',
17584   'p9' => '0',
17585   'updated' => '0',
17586 ))
17587 ->values(array(
17588   'menu_name' => 'management',
17589   'mlid' => '216',
17590   'plid' => '50',
17591   'link_path' => 'admin/config/search/settings',
17592   'router_path' => 'admin/config/search/settings',
17593   'link_title' => 'Search settings',
17594   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Configure relevance settings for search and other indexing options.";}}',
17595   'module' => 'system',
17596   'hidden' => '0',
17597   'external' => '0',
17598   'has_children' => '0',
17599   'expanded' => '0',
17600   'weight' => '-10',
17601   'depth' => '4',
17602   'customized' => '0',
17603   'p1' => '1',
17604   'p2' => '8',
17605   'p3' => '50',
17606   'p4' => '216',
17607   'p5' => '0',
17608   'p6' => '0',
17609   'p7' => '0',
17610   'p8' => '0',
17611   'p9' => '0',
17612   'updated' => '0',
17613 ))
17614 ->values(array(
17615   'menu_name' => 'management',
17616   'mlid' => '217',
17617   'plid' => '57',
17618   'link_path' => 'admin/config/user-interface/shortcut',
17619   'router_path' => 'admin/config/user-interface/shortcut',
17620   'link_title' => 'Shortcuts',
17621   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:29:"Add and modify shortcut sets.";}}',
17622   'module' => 'system',
17623   'hidden' => '0',
17624   'external' => '0',
17625   'has_children' => '1',
17626   'expanded' => '0',
17627   'weight' => '0',
17628   'depth' => '4',
17629   'customized' => '0',
17630   'p1' => '1',
17631   'p2' => '8',
17632   'p3' => '57',
17633   'p4' => '217',
17634   'p5' => '0',
17635   'p6' => '0',
17636   'p7' => '0',
17637   'p8' => '0',
17638   'p9' => '0',
17639   'updated' => '0',
17640 ))
17641 ->values(array(
17642   'menu_name' => 'management',
17643   'mlid' => '218',
17644   'plid' => '50',
17645   'link_path' => 'admin/config/search/path',
17646   'router_path' => 'admin/config/search/path',
17647   'link_title' => 'URL aliases',
17648   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:46:\"Change your site's URL paths by aliasing them.\";}}",
17649   'module' => 'system',
17650   'hidden' => '0',
17651   'external' => '0',
17652   'has_children' => '1',
17653   'expanded' => '0',
17654   'weight' => '-5',
17655   'depth' => '4',
17656   'customized' => '0',
17657   'p1' => '1',
17658   'p2' => '8',
17659   'p3' => '50',
17660   'p4' => '218',
17661   'p5' => '0',
17662   'p6' => '0',
17663   'p7' => '0',
17664   'p8' => '0',
17665   'p9' => '0',
17666   'updated' => '0',
17667 ))
17668 ->values(array(
17669   'menu_name' => 'management',
17670   'mlid' => '219',
17671   'plid' => '218',
17672   'link_path' => 'admin/config/search/path/add',
17673   'router_path' => 'admin/config/search/path/add',
17674   'link_title' => 'Add alias',
17675   'options' => 'a:0:{}',
17676   'module' => 'system',
17677   'hidden' => '-1',
17678   'external' => '0',
17679   'has_children' => '0',
17680   'expanded' => '0',
17681   'weight' => '0',
17682   'depth' => '5',
17683   'customized' => '0',
17684   'p1' => '1',
17685   'p2' => '8',
17686   'p3' => '50',
17687   'p4' => '218',
17688   'p5' => '219',
17689   'p6' => '0',
17690   'p7' => '0',
17691   'p8' => '0',
17692   'p9' => '0',
17693   'updated' => '0',
17694 ))
17695 ->values(array(
17696   'menu_name' => 'management',
17697   'mlid' => '220',
17698   'plid' => '217',
17699   'link_path' => 'admin/config/user-interface/shortcut/add-set',
17700   'router_path' => 'admin/config/user-interface/shortcut/add-set',
17701   'link_title' => 'Add shortcut set',
17702   'options' => 'a:0:{}',
17703   'module' => 'system',
17704   'hidden' => '-1',
17705   'external' => '0',
17706   'has_children' => '0',
17707   'expanded' => '0',
17708   'weight' => '0',
17709   'depth' => '5',
17710   'customized' => '0',
17711   'p1' => '1',
17712   'p2' => '8',
17713   'p3' => '57',
17714   'p4' => '217',
17715   'p5' => '220',
17716   'p6' => '0',
17717   'p7' => '0',
17718   'p8' => '0',
17719   'p9' => '0',
17720   'updated' => '0',
17721 ))
17722 ->values(array(
17723   'menu_name' => 'management',
17724   'mlid' => '221',
17725   'plid' => '214',
17726   'link_path' => 'admin/config/media/image-styles/add',
17727   'router_path' => 'admin/config/media/image-styles/add',
17728   'link_title' => 'Add style',
17729   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Add a new image style.";}}',
17730   'module' => 'system',
17731   'hidden' => '-1',
17732   'external' => '0',
17733   'has_children' => '0',
17734   'expanded' => '0',
17735   'weight' => '2',
17736   'depth' => '5',
17737   'customized' => '0',
17738   'p1' => '1',
17739   'p2' => '8',
17740   'p3' => '43',
17741   'p4' => '214',
17742   'p5' => '221',
17743   'p6' => '0',
17744   'p7' => '0',
17745   'p8' => '0',
17746   'p9' => '0',
17747   'updated' => '0',
17748 ))
17749 ->values(array(
17750   'menu_name' => 'management',
17751   'mlid' => '222',
17752   'plid' => '212',
17753   'link_path' => 'admin/structure/taxonomy/%/add',
17754   'router_path' => 'admin/structure/taxonomy/%/add',
17755   'link_title' => 'Add term',
17756   'options' => 'a:0:{}',
17757   'module' => 'system',
17758   'hidden' => '-1',
17759   'external' => '0',
17760   'has_children' => '0',
17761   'expanded' => '0',
17762   'weight' => '0',
17763   'depth' => '5',
17764   'customized' => '0',
17765   'p1' => '1',
17766   'p2' => '20',
17767   'p3' => '180',
17768   'p4' => '212',
17769   'p5' => '222',
17770   'p6' => '0',
17771   'p7' => '0',
17772   'p8' => '0',
17773   'p9' => '0',
17774   'updated' => '0',
17775 ))
17776 ->values(array(
17777   'menu_name' => 'management',
17778   'mlid' => '223',
17779   'plid' => '216',
17780   'link_path' => 'admin/config/search/settings/reindex',
17781   'router_path' => 'admin/config/search/settings/reindex',
17782   'link_title' => 'Clear index',
17783   'options' => 'a:0:{}',
17784   'module' => 'system',
17785   'hidden' => '-1',
17786   'external' => '0',
17787   'has_children' => '0',
17788   'expanded' => '0',
17789   'weight' => '0',
17790   'depth' => '5',
17791   'customized' => '0',
17792   'p1' => '1',
17793   'p2' => '8',
17794   'p3' => '50',
17795   'p4' => '216',
17796   'p5' => '223',
17797   'p6' => '0',
17798   'p7' => '0',
17799   'p8' => '0',
17800   'p9' => '0',
17801   'updated' => '0',
17802 ))
17803 ->values(array(
17804   'menu_name' => 'management',
17805   'mlid' => '224',
17806   'plid' => '212',
17807   'link_path' => 'admin/structure/taxonomy/%/edit',
17808   'router_path' => 'admin/structure/taxonomy/%/edit',
17809   'link_title' => 'Edit',
17810   'options' => 'a:0:{}',
17811   'module' => 'system',
17812   'hidden' => '-1',
17813   'external' => '0',
17814   'has_children' => '0',
17815   'expanded' => '0',
17816   'weight' => '-10',
17817   'depth' => '5',
17818   'customized' => '0',
17819   'p1' => '1',
17820   'p2' => '20',
17821   'p3' => '180',
17822   'p4' => '212',
17823   'p5' => '224',
17824   'p6' => '0',
17825   'p7' => '0',
17826   'p8' => '0',
17827   'p9' => '0',
17828   'updated' => '0',
17829 ))
17830 ->values(array(
17831   'menu_name' => 'management',
17832   'mlid' => '225',
17833   'plid' => '217',
17834   'link_path' => 'admin/config/user-interface/shortcut/%',
17835   'router_path' => 'admin/config/user-interface/shortcut/%',
17836   'link_title' => 'Edit shortcuts',
17837   'options' => 'a:0:{}',
17838   'module' => 'system',
17839   'hidden' => '0',
17840   'external' => '0',
17841   'has_children' => '1',
17842   'expanded' => '0',
17843   'weight' => '0',
17844   'depth' => '5',
17845   'customized' => '0',
17846   'p1' => '1',
17847   'p2' => '8',
17848   'p3' => '57',
17849   'p4' => '217',
17850   'p5' => '225',
17851   'p6' => '0',
17852   'p7' => '0',
17853   'p8' => '0',
17854   'p9' => '0',
17855   'updated' => '0',
17856 ))
17857 ->values(array(
17858   'menu_name' => 'management',
17859   'mlid' => '226',
17860   'plid' => '212',
17861   'link_path' => 'admin/structure/taxonomy/%/list',
17862   'router_path' => 'admin/structure/taxonomy/%/list',
17863   'link_title' => 'List',
17864   'options' => 'a:0:{}',
17865   'module' => 'system',
17866   'hidden' => '-1',
17867   'external' => '0',
17868   'has_children' => '0',
17869   'expanded' => '0',
17870   'weight' => '-20',
17871   'depth' => '5',
17872   'customized' => '0',
17873   'p1' => '1',
17874   'p2' => '20',
17875   'p3' => '180',
17876   'p4' => '212',
17877   'p5' => '226',
17878   'p6' => '0',
17879   'p7' => '0',
17880   'p8' => '0',
17881   'p9' => '0',
17882   'updated' => '0',
17883 ))
17884 ->values(array(
17885   'menu_name' => 'management',
17886   'mlid' => '227',
17887   'plid' => '218',
17888   'link_path' => 'admin/config/search/path/list',
17889   'router_path' => 'admin/config/search/path/list',
17890   'link_title' => 'List',
17891   'options' => 'a:0:{}',
17892   'module' => 'system',
17893   'hidden' => '-1',
17894   'external' => '0',
17895   'has_children' => '0',
17896   'expanded' => '0',
17897   'weight' => '-10',
17898   'depth' => '5',
17899   'customized' => '0',
17900   'p1' => '1',
17901   'p2' => '8',
17902   'p3' => '50',
17903   'p4' => '218',
17904   'p5' => '227',
17905   'p6' => '0',
17906   'p7' => '0',
17907   'p8' => '0',
17908   'p9' => '0',
17909   'updated' => '0',
17910 ))
17911 ->values(array(
17912   'menu_name' => 'management',
17913   'mlid' => '228',
17914   'plid' => '214',
17915   'link_path' => 'admin/config/media/image-styles/list',
17916   'router_path' => 'admin/config/media/image-styles/list',
17917   'link_title' => 'List',
17918   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"List the current image styles on the site.";}}',
17919   'module' => 'system',
17920   'hidden' => '-1',
17921   'external' => '0',
17922   'has_children' => '0',
17923   'expanded' => '0',
17924   'weight' => '1',
17925   'depth' => '5',
17926   'customized' => '0',
17927   'p1' => '1',
17928   'p2' => '8',
17929   'p3' => '43',
17930   'p4' => '214',
17931   'p5' => '228',
17932   'p6' => '0',
17933   'p7' => '0',
17934   'p8' => '0',
17935   'p9' => '0',
17936   'updated' => '0',
17937 ))
17938 ->values(array(
17939   'menu_name' => 'management',
17940   'mlid' => '229',
17941   'plid' => '225',
17942   'link_path' => 'admin/config/user-interface/shortcut/%/add-link',
17943   'router_path' => 'admin/config/user-interface/shortcut/%/add-link',
17944   'link_title' => 'Add shortcut',
17945   'options' => 'a:0:{}',
17946   'module' => 'system',
17947   'hidden' => '-1',
17948   'external' => '0',
17949   'has_children' => '0',
17950   'expanded' => '0',
17951   'weight' => '0',
17952   'depth' => '6',
17953   'customized' => '0',
17954   'p1' => '1',
17955   'p2' => '8',
17956   'p3' => '57',
17957   'p4' => '217',
17958   'p5' => '225',
17959   'p6' => '229',
17960   'p7' => '0',
17961   'p8' => '0',
17962   'p9' => '0',
17963   'updated' => '0',
17964 ))
17965 ->values(array(
17966   'menu_name' => 'management',
17967   'mlid' => '230',
17968   'plid' => '218',
17969   'link_path' => 'admin/config/search/path/delete/%',
17970   'router_path' => 'admin/config/search/path/delete/%',
17971   'link_title' => 'Delete alias',
17972   'options' => 'a:0:{}',
17973   'module' => 'system',
17974   'hidden' => '0',
17975   'external' => '0',
17976   'has_children' => '0',
17977   'expanded' => '0',
17978   'weight' => '0',
17979   'depth' => '5',
17980   'customized' => '0',
17981   'p1' => '1',
17982   'p2' => '8',
17983   'p3' => '50',
17984   'p4' => '218',
17985   'p5' => '230',
17986   'p6' => '0',
17987   'p7' => '0',
17988   'p8' => '0',
17989   'p9' => '0',
17990   'updated' => '0',
17991 ))
17992 ->values(array(
17993   'menu_name' => 'management',
17994   'mlid' => '231',
17995   'plid' => '225',
17996   'link_path' => 'admin/config/user-interface/shortcut/%/delete',
17997   'router_path' => 'admin/config/user-interface/shortcut/%/delete',
17998   'link_title' => 'Delete shortcut set',
17999   'options' => 'a:0:{}',
18000   'module' => 'system',
18001   'hidden' => '0',
18002   'external' => '0',
18003   'has_children' => '0',
18004   'expanded' => '0',
18005   'weight' => '0',
18006   'depth' => '6',
18007   'customized' => '0',
18008   'p1' => '1',
18009   'p2' => '8',
18010   'p3' => '57',
18011   'p4' => '217',
18012   'p5' => '225',
18013   'p6' => '231',
18014   'p7' => '0',
18015   'p8' => '0',
18016   'p9' => '0',
18017   'updated' => '0',
18018 ))
18019 ->values(array(
18020   'menu_name' => 'management',
18021   'mlid' => '232',
18022   'plid' => '218',
18023   'link_path' => 'admin/config/search/path/edit/%',
18024   'router_path' => 'admin/config/search/path/edit/%',
18025   'link_title' => 'Edit alias',
18026   'options' => 'a:0:{}',
18027   'module' => 'system',
18028   'hidden' => '0',
18029   'external' => '0',
18030   'has_children' => '0',
18031   'expanded' => '0',
18032   'weight' => '0',
18033   'depth' => '5',
18034   'customized' => '0',
18035   'p1' => '1',
18036   'p2' => '8',
18037   'p3' => '50',
18038   'p4' => '218',
18039   'p5' => '232',
18040   'p6' => '0',
18041   'p7' => '0',
18042   'p8' => '0',
18043   'p9' => '0',
18044   'updated' => '0',
18045 ))
18046 ->values(array(
18047   'menu_name' => 'management',
18048   'mlid' => '233',
18049   'plid' => '225',
18050   'link_path' => 'admin/config/user-interface/shortcut/%/edit',
18051   'router_path' => 'admin/config/user-interface/shortcut/%/edit',
18052   'link_title' => 'Edit set name',
18053   'options' => 'a:0:{}',
18054   'module' => 'system',
18055   'hidden' => '-1',
18056   'external' => '0',
18057   'has_children' => '0',
18058   'expanded' => '0',
18059   'weight' => '10',
18060   'depth' => '6',
18061   'customized' => '0',
18062   'p1' => '1',
18063   'p2' => '8',
18064   'p3' => '57',
18065   'p4' => '217',
18066   'p5' => '225',
18067   'p6' => '233',
18068   'p7' => '0',
18069   'p8' => '0',
18070   'p9' => '0',
18071   'updated' => '0',
18072 ))
18073 ->values(array(
18074   'menu_name' => 'management',
18075   'mlid' => '234',
18076   'plid' => '217',
18077   'link_path' => 'admin/config/user-interface/shortcut/link/%',
18078   'router_path' => 'admin/config/user-interface/shortcut/link/%',
18079   'link_title' => 'Edit shortcut',
18080   'options' => 'a:0:{}',
18081   'module' => 'system',
18082   'hidden' => '0',
18083   'external' => '0',
18084   'has_children' => '1',
18085   'expanded' => '0',
18086   'weight' => '0',
18087   'depth' => '5',
18088   'customized' => '0',
18089   'p1' => '1',
18090   'p2' => '8',
18091   'p3' => '57',
18092   'p4' => '217',
18093   'p5' => '234',
18094   'p6' => '0',
18095   'p7' => '0',
18096   'p8' => '0',
18097   'p9' => '0',
18098   'updated' => '0',
18099 ))
18100 ->values(array(
18101   'menu_name' => 'management',
18102   'mlid' => '235',
18103   'plid' => '214',
18104   'link_path' => 'admin/config/media/image-styles/edit/%',
18105   'router_path' => 'admin/config/media/image-styles/edit/%',
18106   'link_title' => 'Edit style',
18107   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:25:"Configure an image style.";}}',
18108   'module' => 'system',
18109   'hidden' => '0',
18110   'external' => '0',
18111   'has_children' => '1',
18112   'expanded' => '0',
18113   'weight' => '0',
18114   'depth' => '5',
18115   'customized' => '0',
18116   'p1' => '1',
18117   'p2' => '8',
18118   'p3' => '43',
18119   'p4' => '214',
18120   'p5' => '235',
18121   'p6' => '0',
18122   'p7' => '0',
18123   'p8' => '0',
18124   'p9' => '0',
18125   'updated' => '0',
18126 ))
18127 ->values(array(
18128   'menu_name' => 'management',
18129   'mlid' => '236',
18130   'plid' => '225',
18131   'link_path' => 'admin/config/user-interface/shortcut/%/links',
18132   'router_path' => 'admin/config/user-interface/shortcut/%/links',
18133   'link_title' => 'List links',
18134   'options' => 'a:0:{}',
18135   'module' => 'system',
18136   'hidden' => '-1',
18137   'external' => '0',
18138   'has_children' => '0',
18139   'expanded' => '0',
18140   'weight' => '0',
18141   'depth' => '6',
18142   'customized' => '0',
18143   'p1' => '1',
18144   'p2' => '8',
18145   'p3' => '57',
18146   'p4' => '217',
18147   'p5' => '225',
18148   'p6' => '236',
18149   'p7' => '0',
18150   'p8' => '0',
18151   'p9' => '0',
18152   'updated' => '0',
18153 ))
18154 ->values(array(
18155   'menu_name' => 'management',
18156   'mlid' => '237',
18157   'plid' => '214',
18158   'link_path' => 'admin/config/media/image-styles/delete/%',
18159   'router_path' => 'admin/config/media/image-styles/delete/%',
18160   'link_title' => 'Delete style',
18161   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Delete an image style.";}}',
18162   'module' => 'system',
18163   'hidden' => '0',
18164   'external' => '0',
18165   'has_children' => '0',
18166   'expanded' => '0',
18167   'weight' => '0',
18168   'depth' => '5',
18169   'customized' => '0',
18170   'p1' => '1',
18171   'p2' => '8',
18172   'p3' => '43',
18173   'p4' => '214',
18174   'p5' => '237',
18175   'p6' => '0',
18176   'p7' => '0',
18177   'p8' => '0',
18178   'p9' => '0',
18179   'updated' => '0',
18180 ))
18181 ->values(array(
18182   'menu_name' => 'management',
18183   'mlid' => '238',
18184   'plid' => '214',
18185   'link_path' => 'admin/config/media/image-styles/revert/%',
18186   'router_path' => 'admin/config/media/image-styles/revert/%',
18187   'link_title' => 'Revert style',
18188   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Revert an image style.";}}',
18189   'module' => 'system',
18190   'hidden' => '0',
18191   'external' => '0',
18192   'has_children' => '0',
18193   'expanded' => '0',
18194   'weight' => '0',
18195   'depth' => '5',
18196   'customized' => '0',
18197   'p1' => '1',
18198   'p2' => '8',
18199   'p3' => '43',
18200   'p4' => '214',
18201   'p5' => '238',
18202   'p6' => '0',
18203   'p7' => '0',
18204   'p8' => '0',
18205   'p9' => '0',
18206   'updated' => '0',
18207 ))
18208 ->values(array(
18209   'menu_name' => 'management',
18210   'mlid' => '239',
18211   'plid' => '234',
18212   'link_path' => 'admin/config/user-interface/shortcut/link/%/delete',
18213   'router_path' => 'admin/config/user-interface/shortcut/link/%/delete',
18214   'link_title' => 'Delete shortcut',
18215   'options' => 'a:0:{}',
18216   'module' => 'system',
18217   'hidden' => '0',
18218   'external' => '0',
18219   'has_children' => '0',
18220   'expanded' => '0',
18221   'weight' => '0',
18222   'depth' => '6',
18223   'customized' => '0',
18224   'p1' => '1',
18225   'p2' => '8',
18226   'p3' => '57',
18227   'p4' => '217',
18228   'p5' => '234',
18229   'p6' => '239',
18230   'p7' => '0',
18231   'p8' => '0',
18232   'p9' => '0',
18233   'updated' => '0',
18234 ))
18235 ->values(array(
18236   'menu_name' => 'management',
18237   'mlid' => '240',
18238   'plid' => '235',
18239   'link_path' => 'admin/config/media/image-styles/edit/%/add/%',
18240   'router_path' => 'admin/config/media/image-styles/edit/%/add/%',
18241   'link_title' => 'Add image effect',
18242   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Add a new effect to a style.";}}',
18243   'module' => 'system',
18244   'hidden' => '0',
18245   'external' => '0',
18246   'has_children' => '0',
18247   'expanded' => '0',
18248   'weight' => '0',
18249   'depth' => '6',
18250   'customized' => '0',
18251   'p1' => '1',
18252   'p2' => '8',
18253   'p3' => '43',
18254   'p4' => '214',
18255   'p5' => '235',
18256   'p6' => '240',
18257   'p7' => '0',
18258   'p8' => '0',
18259   'p9' => '0',
18260   'updated' => '0',
18261 ))
18262 ->values(array(
18263   'menu_name' => 'management',
18264   'mlid' => '241',
18265   'plid' => '235',
18266   'link_path' => 'admin/config/media/image-styles/edit/%/effects/%',
18267   'router_path' => 'admin/config/media/image-styles/edit/%/effects/%',
18268   'link_title' => 'Edit image effect',
18269   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Edit an existing effect within a style.";}}',
18270   'module' => 'system',
18271   'hidden' => '0',
18272   'external' => '0',
18273   'has_children' => '1',
18274   'expanded' => '0',
18275   'weight' => '0',
18276   'depth' => '6',
18277   'customized' => '0',
18278   'p1' => '1',
18279   'p2' => '8',
18280   'p3' => '43',
18281   'p4' => '214',
18282   'p5' => '235',
18283   'p6' => '241',
18284   'p7' => '0',
18285   'p8' => '0',
18286   'p9' => '0',
18287   'updated' => '0',
18288 ))
18289 ->values(array(
18290   'menu_name' => 'management',
18291   'mlid' => '242',
18292   'plid' => '241',
18293   'link_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
18294   'router_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
18295   'link_title' => 'Delete image effect',
18296   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Delete an existing effect from a style.";}}',
18297   'module' => 'system',
18298   'hidden' => '0',
18299   'external' => '0',
18300   'has_children' => '0',
18301   'expanded' => '0',
18302   'weight' => '0',
18303   'depth' => '7',
18304   'customized' => '0',
18305   'p1' => '1',
18306   'p2' => '8',
18307   'p3' => '43',
18308   'p4' => '214',
18309   'p5' => '235',
18310   'p6' => '241',
18311   'p7' => '242',
18312   'p8' => '0',
18313   'p9' => '0',
18314   'updated' => '0',
18315 ))
18316 ->values(array(
18317   'menu_name' => 'shortcut-set-1',
18318   'mlid' => '243',
18319   'plid' => '0',
18320   'link_path' => 'node/add',
18321   'router_path' => 'node/add',
18322   'link_title' => 'Add content',
18323   'options' => 'a:0:{}',
18324   'module' => 'menu',
18325   'hidden' => '0',
18326   'external' => '0',
18327   'has_children' => '0',
18328   'expanded' => '0',
18329   'weight' => '-20',
18330   'depth' => '1',
18331   'customized' => '0',
18332   'p1' => '243',
18333   'p2' => '0',
18334   'p3' => '0',
18335   'p4' => '0',
18336   'p5' => '0',
18337   'p6' => '0',
18338   'p7' => '0',
18339   'p8' => '0',
18340   'p9' => '0',
18341   'updated' => '0',
18342 ))
18343 ->values(array(
18344   'menu_name' => 'shortcut-set-1',
18345   'mlid' => '244',
18346   'plid' => '0',
18347   'link_path' => 'admin/content',
18348   'router_path' => 'admin/content',
18349   'link_title' => 'Find content',
18350   'options' => 'a:0:{}',
18351   'module' => 'menu',
18352   'hidden' => '0',
18353   'external' => '0',
18354   'has_children' => '0',
18355   'expanded' => '0',
18356   'weight' => '-19',
18357   'depth' => '1',
18358   'customized' => '0',
18359   'p1' => '244',
18360   'p2' => '0',
18361   'p3' => '0',
18362   'p4' => '0',
18363   'p5' => '0',
18364   'p6' => '0',
18365   'p7' => '0',
18366   'p8' => '0',
18367   'p9' => '0',
18368   'updated' => '0',
18369 ))
18370 ->values(array(
18371   'menu_name' => 'main-menu',
18372   'mlid' => '245',
18373   'plid' => '0',
18374   'link_path' => '<front>',
18375   'router_path' => '',
18376   'link_title' => 'Home',
18377   'options' => 'a:0:{}',
18378   'module' => 'menu',
18379   'hidden' => '0',
18380   'external' => '1',
18381   'has_children' => '0',
18382   'expanded' => '0',
18383   'weight' => '0',
18384   'depth' => '1',
18385   'customized' => '0',
18386   'p1' => '245',
18387   'p2' => '0',
18388   'p3' => '0',
18389   'p4' => '0',
18390   'p5' => '0',
18391   'p6' => '0',
18392   'p7' => '0',
18393   'p8' => '0',
18394   'p9' => '0',
18395   'updated' => '0',
18396 ))
18397 ->values(array(
18398   'menu_name' => 'navigation',
18399   'mlid' => '246',
18400   'plid' => '6',
18401   'link_path' => 'node/add/article',
18402   'router_path' => 'node/add/article',
18403   'link_title' => 'Article',
18404   '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.";}}',
18405   'module' => 'system',
18406   'hidden' => '0',
18407   'external' => '0',
18408   'has_children' => '0',
18409   'expanded' => '0',
18410   'weight' => '0',
18411   'depth' => '2',
18412   'customized' => '0',
18413   'p1' => '6',
18414   'p2' => '246',
18415   'p3' => '0',
18416   'p4' => '0',
18417   'p5' => '0',
18418   'p6' => '0',
18419   'p7' => '0',
18420   'p8' => '0',
18421   'p9' => '0',
18422   'updated' => '0',
18423 ))
18424 ->values(array(
18425   'menu_name' => 'navigation',
18426   'mlid' => '247',
18427   'plid' => '6',
18428   'link_path' => 'node/add/page',
18429   'router_path' => 'node/add/page',
18430   'link_title' => 'Basic page',
18431   '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.\";}}",
18432   'module' => 'system',
18433   'hidden' => '0',
18434   'external' => '0',
18435   'has_children' => '0',
18436   'expanded' => '0',
18437   'weight' => '0',
18438   'depth' => '2',
18439   'customized' => '0',
18440   'p1' => '6',
18441   'p2' => '247',
18442   'p3' => '0',
18443   'p4' => '0',
18444   'p5' => '0',
18445   'p6' => '0',
18446   'p7' => '0',
18447   'p8' => '0',
18448   'p9' => '0',
18449   'updated' => '0',
18450 ))
18451 ->values(array(
18452   'menu_name' => 'management',
18453   'mlid' => '248',
18454   'plid' => '175',
18455   'link_path' => 'admin/help/toolbar',
18456   'router_path' => 'admin/help/toolbar',
18457   'link_title' => 'toolbar',
18458   'options' => 'a:0:{}',
18459   'module' => 'system',
18460   'hidden' => '-1',
18461   'external' => '0',
18462   'has_children' => '0',
18463   'expanded' => '0',
18464   'weight' => '0',
18465   'depth' => '3',
18466   'customized' => '0',
18467   'p1' => '1',
18468   'p2' => '175',
18469   'p3' => '248',
18470   'p4' => '0',
18471   'p5' => '0',
18472   'p6' => '0',
18473   'p7' => '0',
18474   'p8' => '0',
18475   'p9' => '0',
18476   'updated' => '0',
18477 ))
18478 ->values(array(
18479   'menu_name' => 'management',
18480   'mlid' => '287',
18481   'plid' => '18',
18482   'link_path' => 'admin/reports/updates',
18483   'router_path' => 'admin/reports/updates',
18484   'link_title' => 'Available updates',
18485   '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.";}}',
18486   'module' => 'system',
18487   'hidden' => '0',
18488   'external' => '0',
18489   'has_children' => '0',
18490   'expanded' => '0',
18491   'weight' => '-50',
18492   'depth' => '3',
18493   'customized' => '0',
18494   'p1' => '1',
18495   'p2' => '18',
18496   'p3' => '287',
18497   'p4' => '0',
18498   'p5' => '0',
18499   'p6' => '0',
18500   'p7' => '0',
18501   'p8' => '0',
18502   'p9' => '0',
18503   'updated' => '0',
18504 ))
18505 ->values(array(
18506   'menu_name' => 'management',
18507   'mlid' => '288',
18508   'plid' => '15',
18509   'link_path' => 'admin/modules/install',
18510   'router_path' => 'admin/modules/install',
18511   'link_title' => 'Install new module',
18512   'options' => 'a:0:{}',
18513   'module' => 'system',
18514   'hidden' => '-1',
18515   'external' => '0',
18516   'has_children' => '0',
18517   'expanded' => '0',
18518   'weight' => '25',
18519   'depth' => '3',
18520   'customized' => '0',
18521   'p1' => '1',
18522   'p2' => '15',
18523   'p3' => '288',
18524   'p4' => '0',
18525   'p5' => '0',
18526   'p6' => '0',
18527   'p7' => '0',
18528   'p8' => '0',
18529   'p9' => '0',
18530   'updated' => '0',
18531 ))
18532 ->values(array(
18533   'menu_name' => 'management',
18534   'mlid' => '289',
18535   'plid' => '7',
18536   'link_path' => 'admin/appearance/install',
18537   'router_path' => 'admin/appearance/install',
18538   'link_title' => 'Install new theme',
18539   'options' => 'a:0:{}',
18540   'module' => 'system',
18541   'hidden' => '-1',
18542   'external' => '0',
18543   'has_children' => '0',
18544   'expanded' => '0',
18545   'weight' => '25',
18546   'depth' => '3',
18547   'customized' => '0',
18548   'p1' => '1',
18549   'p2' => '7',
18550   'p3' => '289',
18551   'p4' => '0',
18552   'p5' => '0',
18553   'p6' => '0',
18554   'p7' => '0',
18555   'p8' => '0',
18556   'p9' => '0',
18557   'updated' => '0',
18558 ))
18559 ->values(array(
18560   'menu_name' => 'management',
18561   'mlid' => '290',
18562   'plid' => '15',
18563   'link_path' => 'admin/modules/update',
18564   'router_path' => 'admin/modules/update',
18565   'link_title' => 'Update',
18566   'options' => 'a:0:{}',
18567   'module' => 'system',
18568   'hidden' => '-1',
18569   'external' => '0',
18570   'has_children' => '0',
18571   'expanded' => '0',
18572   'weight' => '10',
18573   'depth' => '3',
18574   'customized' => '0',
18575   'p1' => '1',
18576   'p2' => '15',
18577   'p3' => '290',
18578   'p4' => '0',
18579   'p5' => '0',
18580   'p6' => '0',
18581   'p7' => '0',
18582   'p8' => '0',
18583   'p9' => '0',
18584   'updated' => '0',
18585 ))
18586 ->values(array(
18587   'menu_name' => 'management',
18588   'mlid' => '291',
18589   'plid' => '7',
18590   'link_path' => 'admin/appearance/update',
18591   'router_path' => 'admin/appearance/update',
18592   'link_title' => 'Update',
18593   'options' => 'a:0:{}',
18594   'module' => 'system',
18595   'hidden' => '-1',
18596   'external' => '0',
18597   'has_children' => '0',
18598   'expanded' => '0',
18599   'weight' => '10',
18600   'depth' => '3',
18601   'customized' => '0',
18602   'p1' => '1',
18603   'p2' => '7',
18604   'p3' => '291',
18605   'p4' => '0',
18606   'p5' => '0',
18607   'p6' => '0',
18608   'p7' => '0',
18609   'p8' => '0',
18610   'p9' => '0',
18611   'updated' => '0',
18612 ))
18613 ->values(array(
18614   'menu_name' => 'management',
18615   'mlid' => '292',
18616   'plid' => '175',
18617   'link_path' => 'admin/help/update',
18618   'router_path' => 'admin/help/update',
18619   'link_title' => 'update',
18620   'options' => 'a:0:{}',
18621   'module' => 'system',
18622   'hidden' => '-1',
18623   'external' => '0',
18624   'has_children' => '0',
18625   'expanded' => '0',
18626   'weight' => '0',
18627   'depth' => '3',
18628   'customized' => '0',
18629   'p1' => '1',
18630   'p2' => '175',
18631   'p3' => '292',
18632   'p4' => '0',
18633   'p5' => '0',
18634   'p6' => '0',
18635   'p7' => '0',
18636   'p8' => '0',
18637   'p9' => '0',
18638   'updated' => '0',
18639 ))
18640 ->values(array(
18641   'menu_name' => 'management',
18642   'mlid' => '293',
18643   'plid' => '287',
18644   'link_path' => 'admin/reports/updates/list',
18645   'router_path' => 'admin/reports/updates/list',
18646   'link_title' => 'List',
18647   'options' => 'a:0:{}',
18648   'module' => 'system',
18649   'hidden' => '-1',
18650   'external' => '0',
18651   'has_children' => '0',
18652   'expanded' => '0',
18653   'weight' => '0',
18654   'depth' => '4',
18655   'customized' => '0',
18656   'p1' => '1',
18657   'p2' => '18',
18658   'p3' => '287',
18659   'p4' => '293',
18660   'p5' => '0',
18661   'p6' => '0',
18662   'p7' => '0',
18663   'p8' => '0',
18664   'p9' => '0',
18665   'updated' => '0',
18666 ))
18667 ->values(array(
18668   'menu_name' => 'management',
18669   'mlid' => '294',
18670   'plid' => '287',
18671   'link_path' => 'admin/reports/updates/settings',
18672   'router_path' => 'admin/reports/updates/settings',
18673   'link_title' => 'Settings',
18674   'options' => 'a:0:{}',
18675   'module' => 'system',
18676   'hidden' => '-1',
18677   'external' => '0',
18678   'has_children' => '0',
18679   'expanded' => '0',
18680   'weight' => '50',
18681   'depth' => '4',
18682   'customized' => '0',
18683   'p1' => '1',
18684   'p2' => '18',
18685   'p3' => '287',
18686   'p4' => '294',
18687   'p5' => '0',
18688   'p6' => '0',
18689   'p7' => '0',
18690   'p8' => '0',
18691   'p9' => '0',
18692   'updated' => '0',
18693 ))
18694 ->values(array(
18695   'menu_name' => 'management',
18696   'mlid' => '295',
18697   'plid' => '287',
18698   'link_path' => 'admin/reports/updates/install',
18699   'router_path' => 'admin/reports/updates/install',
18700   'link_title' => 'Install new module or theme',
18701   'options' => 'a:0:{}',
18702   'module' => 'system',
18703   'hidden' => '-1',
18704   'external' => '0',
18705   'has_children' => '0',
18706   'expanded' => '0',
18707   'weight' => '25',
18708   'depth' => '4',
18709   'customized' => '0',
18710   'p1' => '1',
18711   'p2' => '18',
18712   'p3' => '287',
18713   'p4' => '295',
18714   'p5' => '0',
18715   'p6' => '0',
18716   'p7' => '0',
18717   'p8' => '0',
18718   'p9' => '0',
18719   'updated' => '0',
18720 ))
18721 ->values(array(
18722   'menu_name' => 'management',
18723   'mlid' => '296',
18724   'plid' => '287',
18725   'link_path' => 'admin/reports/updates/update',
18726   'router_path' => 'admin/reports/updates/update',
18727   'link_title' => 'Update',
18728   'options' => 'a:0:{}',
18729   'module' => 'system',
18730   'hidden' => '-1',
18731   'external' => '0',
18732   'has_children' => '0',
18733   'expanded' => '0',
18734   'weight' => '10',
18735   'depth' => '4',
18736   'customized' => '0',
18737   'p1' => '1',
18738   'p2' => '18',
18739   'p3' => '287',
18740   'p4' => '296',
18741   'p5' => '0',
18742   'p6' => '0',
18743   'p7' => '0',
18744   'p8' => '0',
18745   'p9' => '0',
18746   'updated' => '0',
18747 ))
18748 ->values(array(
18749   'menu_name' => 'management',
18750   'mlid' => '297',
18751   'plid' => '212',
18752   'link_path' => 'admin/structure/taxonomy/%/display',
18753   'router_path' => 'admin/structure/taxonomy/%/display',
18754   'link_title' => 'Manage display',
18755   'options' => 'a:0:{}',
18756   'module' => 'system',
18757   'hidden' => '-1',
18758   'external' => '0',
18759   'has_children' => '0',
18760   'expanded' => '0',
18761   'weight' => '2',
18762   'depth' => '5',
18763   'customized' => '0',
18764   'p1' => '1',
18765   'p2' => '20',
18766   'p3' => '180',
18767   'p4' => '212',
18768   'p5' => '297',
18769   'p6' => '0',
18770   'p7' => '0',
18771   'p8' => '0',
18772   'p9' => '0',
18773   'updated' => '0',
18774 ))
18775 ->values(array(
18776   'menu_name' => 'management',
18777   'mlid' => '298',
18778   'plid' => '66',
18779   'link_path' => 'admin/config/people/accounts/display',
18780   'router_path' => 'admin/config/people/accounts/display',
18781   'link_title' => 'Manage display',
18782   'options' => 'a:0:{}',
18783   'module' => 'system',
18784   'hidden' => '-1',
18785   'external' => '0',
18786   'has_children' => '0',
18787   'expanded' => '0',
18788   'weight' => '2',
18789   'depth' => '5',
18790   'customized' => '0',
18791   'p1' => '1',
18792   'p2' => '8',
18793   'p3' => '45',
18794   'p4' => '66',
18795   'p5' => '298',
18796   'p6' => '0',
18797   'p7' => '0',
18798   'p8' => '0',
18799   'p9' => '0',
18800   'updated' => '0',
18801 ))
18802 ->values(array(
18803   'menu_name' => 'management',
18804   'mlid' => '299',
18805   'plid' => '212',
18806   'link_path' => 'admin/structure/taxonomy/%/fields',
18807   'router_path' => 'admin/structure/taxonomy/%/fields',
18808   'link_title' => 'Manage fields',
18809   'options' => 'a:0:{}',
18810   'module' => 'system',
18811   'hidden' => '-1',
18812   'external' => '0',
18813   'has_children' => '1',
18814   'expanded' => '0',
18815   'weight' => '1',
18816   'depth' => '5',
18817   'customized' => '0',
18818   'p1' => '1',
18819   'p2' => '20',
18820   'p3' => '180',
18821   'p4' => '212',
18822   'p5' => '299',
18823   'p6' => '0',
18824   'p7' => '0',
18825   'p8' => '0',
18826   'p9' => '0',
18827   'updated' => '0',
18828 ))
18829 ->values(array(
18830   'menu_name' => 'management',
18831   'mlid' => '300',
18832   'plid' => '66',
18833   'link_path' => 'admin/config/people/accounts/fields',
18834   'router_path' => 'admin/config/people/accounts/fields',
18835   'link_title' => 'Manage fields',
18836   'options' => 'a:0:{}',
18837   'module' => 'system',
18838   'hidden' => '-1',
18839   'external' => '0',
18840   'has_children' => '1',
18841   'expanded' => '0',
18842   'weight' => '1',
18843   'depth' => '5',
18844   'customized' => '0',
18845   'p1' => '1',
18846   'p2' => '8',
18847   'p3' => '45',
18848   'p4' => '66',
18849   'p5' => '300',
18850   'p6' => '0',
18851   'p7' => '0',
18852   'p8' => '0',
18853   'p9' => '0',
18854   'updated' => '0',
18855 ))
18856 ->values(array(
18857   'menu_name' => 'management',
18858   'mlid' => '301',
18859   'plid' => '297',
18860   'link_path' => 'admin/structure/taxonomy/%/display/default',
18861   'router_path' => 'admin/structure/taxonomy/%/display/default',
18862   'link_title' => 'Default',
18863   'options' => 'a:0:{}',
18864   'module' => 'system',
18865   'hidden' => '-1',
18866   'external' => '0',
18867   'has_children' => '0',
18868   'expanded' => '0',
18869   'weight' => '-10',
18870   'depth' => '6',
18871   'customized' => '0',
18872   'p1' => '1',
18873   'p2' => '20',
18874   'p3' => '180',
18875   'p4' => '212',
18876   'p5' => '297',
18877   'p6' => '301',
18878   'p7' => '0',
18879   'p8' => '0',
18880   'p9' => '0',
18881   'updated' => '0',
18882 ))
18883 ->values(array(
18884   'menu_name' => 'management',
18885   'mlid' => '302',
18886   'plid' => '298',
18887   'link_path' => 'admin/config/people/accounts/display/default',
18888   'router_path' => 'admin/config/people/accounts/display/default',
18889   'link_title' => 'Default',
18890   'options' => 'a:0:{}',
18891   'module' => 'system',
18892   'hidden' => '-1',
18893   'external' => '0',
18894   'has_children' => '0',
18895   'expanded' => '0',
18896   'weight' => '-10',
18897   'depth' => '6',
18898   'customized' => '0',
18899   'p1' => '1',
18900   'p2' => '8',
18901   'p3' => '45',
18902   'p4' => '66',
18903   'p5' => '298',
18904   'p6' => '302',
18905   'p7' => '0',
18906   'p8' => '0',
18907   'p9' => '0',
18908   'updated' => '0',
18909 ))
18910 ->values(array(
18911   'menu_name' => 'management',
18912   'mlid' => '303',
18913   'plid' => '114',
18914   'link_path' => 'admin/structure/types/manage/%/display',
18915   'router_path' => 'admin/structure/types/manage/%/display',
18916   'link_title' => 'Manage display',
18917   'options' => 'a:0:{}',
18918   'module' => 'system',
18919   'hidden' => '-1',
18920   'external' => '0',
18921   'has_children' => '0',
18922   'expanded' => '0',
18923   'weight' => '2',
18924   'depth' => '5',
18925   'customized' => '0',
18926   'p1' => '1',
18927   'p2' => '20',
18928   'p3' => '34',
18929   'p4' => '114',
18930   'p5' => '303',
18931   'p6' => '0',
18932   'p7' => '0',
18933   'p8' => '0',
18934   'p9' => '0',
18935   'updated' => '0',
18936 ))
18937 ->values(array(
18938   'menu_name' => 'management',
18939   'mlid' => '304',
18940   'plid' => '114',
18941   'link_path' => 'admin/structure/types/manage/%/fields',
18942   'router_path' => 'admin/structure/types/manage/%/fields',
18943   'link_title' => 'Manage fields',
18944   'options' => 'a:0:{}',
18945   'module' => 'system',
18946   'hidden' => '-1',
18947   'external' => '0',
18948   'has_children' => '1',
18949   'expanded' => '0',
18950   'weight' => '1',
18951   'depth' => '5',
18952   'customized' => '0',
18953   'p1' => '1',
18954   'p2' => '20',
18955   'p3' => '34',
18956   'p4' => '114',
18957   'p5' => '304',
18958   'p6' => '0',
18959   'p7' => '0',
18960   'p8' => '0',
18961   'p9' => '0',
18962   'updated' => '0',
18963 ))
18964 ->values(array(
18965   'menu_name' => 'management',
18966   'mlid' => '305',
18967   'plid' => '297',
18968   'link_path' => 'admin/structure/taxonomy/%/display/full',
18969   'router_path' => 'admin/structure/taxonomy/%/display/full',
18970   'link_title' => 'Taxonomy term page',
18971   'options' => 'a:0:{}',
18972   'module' => 'system',
18973   'hidden' => '-1',
18974   'external' => '0',
18975   'has_children' => '0',
18976   'expanded' => '0',
18977   'weight' => '0',
18978   'depth' => '6',
18979   'customized' => '0',
18980   'p1' => '1',
18981   'p2' => '20',
18982   'p3' => '180',
18983   'p4' => '212',
18984   'p5' => '297',
18985   'p6' => '305',
18986   'p7' => '0',
18987   'p8' => '0',
18988   'p9' => '0',
18989   'updated' => '0',
18990 ))
18991 ->values(array(
18992   'menu_name' => 'management',
18993   'mlid' => '306',
18994   'plid' => '298',
18995   'link_path' => 'admin/config/people/accounts/display/full',
18996   'router_path' => 'admin/config/people/accounts/display/full',
18997   'link_title' => 'User account',
18998   'options' => 'a:0:{}',
18999   'module' => 'system',
19000   'hidden' => '-1',
19001   'external' => '0',
19002   'has_children' => '0',
19003   'expanded' => '0',
19004   'weight' => '0',
19005   'depth' => '6',
19006   'customized' => '0',
19007   'p1' => '1',
19008   'p2' => '8',
19009   'p3' => '45',
19010   'p4' => '66',
19011   'p5' => '298',
19012   'p6' => '306',
19013   'p7' => '0',
19014   'p8' => '0',
19015   'p9' => '0',
19016   'updated' => '0',
19017 ))
19018 ->values(array(
19019   'menu_name' => 'management',
19020   'mlid' => '307',
19021   'plid' => '299',
19022   'link_path' => 'admin/structure/taxonomy/%/fields/%',
19023   'router_path' => 'admin/structure/taxonomy/%/fields/%',
19024   'link_title' => '',
19025   'options' => 'a:0:{}',
19026   'module' => 'system',
19027   'hidden' => '0',
19028   'external' => '0',
19029   'has_children' => '0',
19030   'expanded' => '0',
19031   'weight' => '0',
19032   'depth' => '6',
19033   'customized' => '0',
19034   'p1' => '1',
19035   'p2' => '20',
19036   'p3' => '180',
19037   'p4' => '212',
19038   'p5' => '299',
19039   'p6' => '307',
19040   'p7' => '0',
19041   'p8' => '0',
19042   'p9' => '0',
19043   'updated' => '0',
19044 ))
19045 ->values(array(
19046   'menu_name' => 'management',
19047   'mlid' => '308',
19048   'plid' => '300',
19049   'link_path' => 'admin/config/people/accounts/fields/%',
19050   'router_path' => 'admin/config/people/accounts/fields/%',
19051   'link_title' => '',
19052   'options' => 'a:0:{}',
19053   'module' => 'system',
19054   'hidden' => '0',
19055   'external' => '0',
19056   'has_children' => '0',
19057   'expanded' => '0',
19058   'weight' => '0',
19059   'depth' => '6',
19060   'customized' => '0',
19061   'p1' => '1',
19062   'p2' => '8',
19063   'p3' => '45',
19064   'p4' => '66',
19065   'p5' => '300',
19066   'p6' => '308',
19067   'p7' => '0',
19068   'p8' => '0',
19069   'p9' => '0',
19070   'updated' => '0',
19071 ))
19072 ->values(array(
19073   'menu_name' => 'management',
19074   'mlid' => '309',
19075   'plid' => '303',
19076   'link_path' => 'admin/structure/types/manage/%/display/default',
19077   'router_path' => 'admin/structure/types/manage/%/display/default',
19078   'link_title' => 'Default',
19079   'options' => 'a:0:{}',
19080   'module' => 'system',
19081   'hidden' => '-1',
19082   'external' => '0',
19083   'has_children' => '0',
19084   'expanded' => '0',
19085   'weight' => '-10',
19086   'depth' => '6',
19087   'customized' => '0',
19088   'p1' => '1',
19089   'p2' => '20',
19090   'p3' => '34',
19091   'p4' => '114',
19092   'p5' => '303',
19093   'p6' => '309',
19094   'p7' => '0',
19095   'p8' => '0',
19096   'p9' => '0',
19097   'updated' => '0',
19098 ))
19099 ->values(array(
19100   'menu_name' => 'management',
19101   'mlid' => '310',
19102   'plid' => '303',
19103   'link_path' => 'admin/structure/types/manage/%/display/full',
19104   'router_path' => 'admin/structure/types/manage/%/display/full',
19105   'link_title' => 'Full content',
19106   'options' => 'a:0:{}',
19107   'module' => 'system',
19108   'hidden' => '-1',
19109   'external' => '0',
19110   'has_children' => '0',
19111   'expanded' => '0',
19112   'weight' => '0',
19113   'depth' => '6',
19114   'customized' => '0',
19115   'p1' => '1',
19116   'p2' => '20',
19117   'p3' => '34',
19118   'p4' => '114',
19119   'p5' => '303',
19120   'p6' => '310',
19121   'p7' => '0',
19122   'p8' => '0',
19123   'p9' => '0',
19124   'updated' => '0',
19125 ))
19126 ->values(array(
19127   'menu_name' => 'management',
19128   'mlid' => '311',
19129   'plid' => '303',
19130   'link_path' => 'admin/structure/types/manage/%/display/rss',
19131   'router_path' => 'admin/structure/types/manage/%/display/rss',
19132   'link_title' => 'RSS',
19133   'options' => 'a:0:{}',
19134   'module' => 'system',
19135   'hidden' => '-1',
19136   'external' => '0',
19137   'has_children' => '0',
19138   'expanded' => '0',
19139   'weight' => '2',
19140   'depth' => '6',
19141   'customized' => '0',
19142   'p1' => '1',
19143   'p2' => '20',
19144   'p3' => '34',
19145   'p4' => '114',
19146   'p5' => '303',
19147   'p6' => '311',
19148   'p7' => '0',
19149   'p8' => '0',
19150   'p9' => '0',
19151   'updated' => '0',
19152 ))
19153 ->values(array(
19154   'menu_name' => 'management',
19155   'mlid' => '312',
19156   'plid' => '303',
19157   'link_path' => 'admin/structure/types/manage/%/display/search_index',
19158   'router_path' => 'admin/structure/types/manage/%/display/search_index',
19159   'link_title' => 'Search index',
19160   'options' => 'a:0:{}',
19161   'module' => 'system',
19162   'hidden' => '-1',
19163   'external' => '0',
19164   'has_children' => '0',
19165   'expanded' => '0',
19166   'weight' => '3',
19167   'depth' => '6',
19168   'customized' => '0',
19169   'p1' => '1',
19170   'p2' => '20',
19171   'p3' => '34',
19172   'p4' => '114',
19173   'p5' => '303',
19174   'p6' => '312',
19175   'p7' => '0',
19176   'p8' => '0',
19177   'p9' => '0',
19178   'updated' => '0',
19179 ))
19180 ->values(array(
19181   'menu_name' => 'management',
19182   'mlid' => '313',
19183   'plid' => '303',
19184   'link_path' => 'admin/structure/types/manage/%/display/search_result',
19185   'router_path' => 'admin/structure/types/manage/%/display/search_result',
19186   'link_title' => 'Search result highlighting input',
19187   'options' => 'a:0:{}',
19188   'module' => 'system',
19189   'hidden' => '-1',
19190   'external' => '0',
19191   'has_children' => '0',
19192   'expanded' => '0',
19193   'weight' => '4',
19194   'depth' => '6',
19195   'customized' => '0',
19196   'p1' => '1',
19197   'p2' => '20',
19198   'p3' => '34',
19199   'p4' => '114',
19200   'p5' => '303',
19201   'p6' => '313',
19202   'p7' => '0',
19203   'p8' => '0',
19204   'p9' => '0',
19205   'updated' => '0',
19206 ))
19207 ->values(array(
19208   'menu_name' => 'management',
19209   'mlid' => '314',
19210   'plid' => '303',
19211   'link_path' => 'admin/structure/types/manage/%/display/teaser',
19212   'router_path' => 'admin/structure/types/manage/%/display/teaser',
19213   'link_title' => 'Teaser',
19214   'options' => 'a:0:{}',
19215   'module' => 'system',
19216   'hidden' => '-1',
19217   'external' => '0',
19218   'has_children' => '0',
19219   'expanded' => '0',
19220   'weight' => '1',
19221   'depth' => '6',
19222   'customized' => '0',
19223   'p1' => '1',
19224   'p2' => '20',
19225   'p3' => '34',
19226   'p4' => '114',
19227   'p5' => '303',
19228   'p6' => '314',
19229   'p7' => '0',
19230   'p8' => '0',
19231   'p9' => '0',
19232   'updated' => '0',
19233 ))
19234 ->values(array(
19235   'menu_name' => 'management',
19236   'mlid' => '315',
19237   'plid' => '304',
19238   'link_path' => 'admin/structure/types/manage/%/fields/%',
19239   'router_path' => 'admin/structure/types/manage/%/fields/%',
19240   'link_title' => '',
19241   'options' => 'a:0:{}',
19242   'module' => 'system',
19243   'hidden' => '0',
19244   'external' => '0',
19245   'has_children' => '0',
19246   'expanded' => '0',
19247   'weight' => '0',
19248   'depth' => '6',
19249   'customized' => '0',
19250   'p1' => '1',
19251   'p2' => '20',
19252   'p3' => '34',
19253   'p4' => '114',
19254   'p5' => '304',
19255   'p6' => '315',
19256   'p7' => '0',
19257   'p8' => '0',
19258   'p9' => '0',
19259   'updated' => '0',
19260 ))
19261 ->values(array(
19262   'menu_name' => 'management',
19263   'mlid' => '316',
19264   'plid' => '307',
19265   'link_path' => 'admin/structure/taxonomy/%/fields/%/delete',
19266   'router_path' => 'admin/structure/taxonomy/%/fields/%/delete',
19267   'link_title' => 'Delete',
19268   'options' => 'a:0:{}',
19269   'module' => 'system',
19270   'hidden' => '-1',
19271   'external' => '0',
19272   'has_children' => '0',
19273   'expanded' => '0',
19274   'weight' => '10',
19275   'depth' => '7',
19276   'customized' => '0',
19277   'p1' => '1',
19278   'p2' => '20',
19279   'p3' => '180',
19280   'p4' => '212',
19281   'p5' => '299',
19282   'p6' => '307',
19283   'p7' => '316',
19284   'p8' => '0',
19285   'p9' => '0',
19286   'updated' => '0',
19287 ))
19288 ->values(array(
19289   'menu_name' => 'management',
19290   'mlid' => '317',
19291   'plid' => '307',
19292   'link_path' => 'admin/structure/taxonomy/%/fields/%/edit',
19293   'router_path' => 'admin/structure/taxonomy/%/fields/%/edit',
19294   'link_title' => 'Edit',
19295   'options' => 'a:0:{}',
19296   'module' => 'system',
19297   'hidden' => '-1',
19298   'external' => '0',
19299   'has_children' => '0',
19300   'expanded' => '0',
19301   'weight' => '0',
19302   'depth' => '7',
19303   'customized' => '0',
19304   'p1' => '1',
19305   'p2' => '20',
19306   'p3' => '180',
19307   'p4' => '212',
19308   'p5' => '299',
19309   'p6' => '307',
19310   'p7' => '317',
19311   'p8' => '0',
19312   'p9' => '0',
19313   'updated' => '0',
19314 ))
19315 ->values(array(
19316   'menu_name' => 'management',
19317   'mlid' => '318',
19318   'plid' => '307',
19319   'link_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
19320   'router_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
19321   'link_title' => 'Field settings',
19322   'options' => 'a:0:{}',
19323   'module' => 'system',
19324   'hidden' => '-1',
19325   'external' => '0',
19326   'has_children' => '0',
19327   'expanded' => '0',
19328   'weight' => '0',
19329   'depth' => '7',
19330   'customized' => '0',
19331   'p1' => '1',
19332   'p2' => '20',
19333   'p3' => '180',
19334   'p4' => '212',
19335   'p5' => '299',
19336   'p6' => '307',
19337   'p7' => '318',
19338   'p8' => '0',
19339   'p9' => '0',
19340   'updated' => '0',
19341 ))
19342 ->values(array(
19343   'menu_name' => 'management',
19344   'mlid' => '319',
19345   'plid' => '307',
19346   'link_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
19347   'router_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
19348   'link_title' => 'Widget type',
19349   'options' => 'a:0:{}',
19350   'module' => 'system',
19351   'hidden' => '-1',
19352   'external' => '0',
19353   'has_children' => '0',
19354   'expanded' => '0',
19355   'weight' => '0',
19356   'depth' => '7',
19357   'customized' => '0',
19358   'p1' => '1',
19359   'p2' => '20',
19360   'p3' => '180',
19361   'p4' => '212',
19362   'p5' => '299',
19363   'p6' => '307',
19364   'p7' => '319',
19365   'p8' => '0',
19366   'p9' => '0',
19367   'updated' => '0',
19368 ))
19369 ->values(array(
19370   'menu_name' => 'management',
19371   'mlid' => '320',
19372   'plid' => '308',
19373   'link_path' => 'admin/config/people/accounts/fields/%/delete',
19374   'router_path' => 'admin/config/people/accounts/fields/%/delete',
19375   'link_title' => 'Delete',
19376   'options' => 'a:0:{}',
19377   'module' => 'system',
19378   'hidden' => '-1',
19379   'external' => '0',
19380   'has_children' => '0',
19381   'expanded' => '0',
19382   'weight' => '10',
19383   'depth' => '7',
19384   'customized' => '0',
19385   'p1' => '1',
19386   'p2' => '8',
19387   'p3' => '45',
19388   'p4' => '66',
19389   'p5' => '300',
19390   'p6' => '308',
19391   'p7' => '320',
19392   'p8' => '0',
19393   'p9' => '0',
19394   'updated' => '0',
19395 ))
19396 ->values(array(
19397   'menu_name' => 'management',
19398   'mlid' => '321',
19399   'plid' => '308',
19400   'link_path' => 'admin/config/people/accounts/fields/%/edit',
19401   'router_path' => 'admin/config/people/accounts/fields/%/edit',
19402   'link_title' => 'Edit',
19403   'options' => 'a:0:{}',
19404   'module' => 'system',
19405   'hidden' => '-1',
19406   'external' => '0',
19407   'has_children' => '0',
19408   'expanded' => '0',
19409   'weight' => '0',
19410   'depth' => '7',
19411   'customized' => '0',
19412   'p1' => '1',
19413   'p2' => '8',
19414   'p3' => '45',
19415   'p4' => '66',
19416   'p5' => '300',
19417   'p6' => '308',
19418   'p7' => '321',
19419   'p8' => '0',
19420   'p9' => '0',
19421   'updated' => '0',
19422 ))
19423 ->values(array(
19424   'menu_name' => 'management',
19425   'mlid' => '322',
19426   'plid' => '308',
19427   'link_path' => 'admin/config/people/accounts/fields/%/field-settings',
19428   'router_path' => 'admin/config/people/accounts/fields/%/field-settings',
19429   'link_title' => 'Field settings',
19430   'options' => 'a:0:{}',
19431   'module' => 'system',
19432   'hidden' => '-1',
19433   'external' => '0',
19434   'has_children' => '0',
19435   'expanded' => '0',
19436   'weight' => '0',
19437   'depth' => '7',
19438   'customized' => '0',
19439   'p1' => '1',
19440   'p2' => '8',
19441   'p3' => '45',
19442   'p4' => '66',
19443   'p5' => '300',
19444   'p6' => '308',
19445   'p7' => '322',
19446   'p8' => '0',
19447   'p9' => '0',
19448   'updated' => '0',
19449 ))
19450 ->values(array(
19451   'menu_name' => 'management',
19452   'mlid' => '323',
19453   'plid' => '308',
19454   'link_path' => 'admin/config/people/accounts/fields/%/widget-type',
19455   'router_path' => 'admin/config/people/accounts/fields/%/widget-type',
19456   'link_title' => 'Widget type',
19457   'options' => 'a:0:{}',
19458   'module' => 'system',
19459   'hidden' => '-1',
19460   'external' => '0',
19461   'has_children' => '0',
19462   'expanded' => '0',
19463   'weight' => '0',
19464   'depth' => '7',
19465   'customized' => '0',
19466   'p1' => '1',
19467   'p2' => '8',
19468   'p3' => '45',
19469   'p4' => '66',
19470   'p5' => '300',
19471   'p6' => '308',
19472   'p7' => '323',
19473   'p8' => '0',
19474   'p9' => '0',
19475   'updated' => '0',
19476 ))
19477 ->values(array(
19478   'menu_name' => 'management',
19479   'mlid' => '324',
19480   'plid' => '161',
19481   'link_path' => 'admin/structure/types/manage/%/comment/display/default',
19482   'router_path' => 'admin/structure/types/manage/%/comment/display/default',
19483   'link_title' => 'Default',
19484   'options' => 'a:0:{}',
19485   'module' => 'system',
19486   'hidden' => '-1',
19487   'external' => '0',
19488   'has_children' => '0',
19489   'expanded' => '0',
19490   'weight' => '-10',
19491   'depth' => '6',
19492   'customized' => '0',
19493   'p1' => '1',
19494   'p2' => '20',
19495   'p3' => '34',
19496   'p4' => '114',
19497   'p5' => '161',
19498   'p6' => '324',
19499   'p7' => '0',
19500   'p8' => '0',
19501   'p9' => '0',
19502   'updated' => '0',
19503 ))
19504 ->values(array(
19505   'menu_name' => 'management',
19506   'mlid' => '325',
19507   'plid' => '161',
19508   'link_path' => 'admin/structure/types/manage/%/comment/display/full',
19509   'router_path' => 'admin/structure/types/manage/%/comment/display/full',
19510   'link_title' => 'Full comment',
19511   'options' => 'a:0:{}',
19512   'module' => 'system',
19513   'hidden' => '-1',
19514   'external' => '0',
19515   'has_children' => '0',
19516   'expanded' => '0',
19517   'weight' => '0',
19518   'depth' => '6',
19519   'customized' => '0',
19520   'p1' => '1',
19521   'p2' => '20',
19522   'p3' => '34',
19523   'p4' => '114',
19524   'p5' => '161',
19525   'p6' => '325',
19526   'p7' => '0',
19527   'p8' => '0',
19528   'p9' => '0',
19529   'updated' => '0',
19530 ))
19531 ->values(array(
19532   'menu_name' => 'management',
19533   'mlid' => '326',
19534   'plid' => '162',
19535   'link_path' => 'admin/structure/types/manage/%/comment/fields/%',
19536   'router_path' => 'admin/structure/types/manage/%/comment/fields/%',
19537   'link_title' => '',
19538   'options' => 'a:0:{}',
19539   'module' => 'system',
19540   'hidden' => '0',
19541   'external' => '0',
19542   'has_children' => '0',
19543   'expanded' => '0',
19544   'weight' => '0',
19545   'depth' => '6',
19546   'customized' => '0',
19547   'p1' => '1',
19548   'p2' => '20',
19549   'p3' => '34',
19550   'p4' => '114',
19551   'p5' => '162',
19552   'p6' => '326',
19553   'p7' => '0',
19554   'p8' => '0',
19555   'p9' => '0',
19556   'updated' => '0',
19557 ))
19558 ->values(array(
19559   'menu_name' => 'management',
19560   'mlid' => '327',
19561   'plid' => '315',
19562   'link_path' => 'admin/structure/types/manage/%/fields/%/delete',
19563   'router_path' => 'admin/structure/types/manage/%/fields/%/delete',
19564   'link_title' => 'Delete',
19565   'options' => 'a:0:{}',
19566   'module' => 'system',
19567   'hidden' => '-1',
19568   'external' => '0',
19569   'has_children' => '0',
19570   'expanded' => '0',
19571   'weight' => '10',
19572   'depth' => '7',
19573   'customized' => '0',
19574   'p1' => '1',
19575   'p2' => '20',
19576   'p3' => '34',
19577   'p4' => '114',
19578   'p5' => '304',
19579   'p6' => '315',
19580   'p7' => '327',
19581   'p8' => '0',
19582   'p9' => '0',
19583   'updated' => '0',
19584 ))
19585 ->values(array(
19586   'menu_name' => 'management',
19587   'mlid' => '328',
19588   'plid' => '315',
19589   'link_path' => 'admin/structure/types/manage/%/fields/%/edit',
19590   'router_path' => 'admin/structure/types/manage/%/fields/%/edit',
19591   'link_title' => 'Edit',
19592   'options' => 'a:0:{}',
19593   'module' => 'system',
19594   'hidden' => '-1',
19595   'external' => '0',
19596   'has_children' => '0',
19597   'expanded' => '0',
19598   'weight' => '0',
19599   'depth' => '7',
19600   'customized' => '0',
19601   'p1' => '1',
19602   'p2' => '20',
19603   'p3' => '34',
19604   'p4' => '114',
19605   'p5' => '304',
19606   'p6' => '315',
19607   'p7' => '328',
19608   'p8' => '0',
19609   'p9' => '0',
19610   'updated' => '0',
19611 ))
19612 ->values(array(
19613   'menu_name' => 'management',
19614   'mlid' => '329',
19615   'plid' => '315',
19616   'link_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
19617   'router_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
19618   'link_title' => 'Field settings',
19619   'options' => 'a:0:{}',
19620   'module' => 'system',
19621   'hidden' => '-1',
19622   'external' => '0',
19623   'has_children' => '0',
19624   'expanded' => '0',
19625   'weight' => '0',
19626   'depth' => '7',
19627   'customized' => '0',
19628   'p1' => '1',
19629   'p2' => '20',
19630   'p3' => '34',
19631   'p4' => '114',
19632   'p5' => '304',
19633   'p6' => '315',
19634   'p7' => '329',
19635   'p8' => '0',
19636   'p9' => '0',
19637   'updated' => '0',
19638 ))
19639 ->values(array(
19640   'menu_name' => 'management',
19641   'mlid' => '330',
19642   'plid' => '315',
19643   'link_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
19644   'router_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
19645   'link_title' => 'Widget type',
19646   'options' => 'a:0:{}',
19647   'module' => 'system',
19648   'hidden' => '-1',
19649   'external' => '0',
19650   'has_children' => '0',
19651   'expanded' => '0',
19652   'weight' => '0',
19653   'depth' => '7',
19654   'customized' => '0',
19655   'p1' => '1',
19656   'p2' => '20',
19657   'p3' => '34',
19658   'p4' => '114',
19659   'p5' => '304',
19660   'p6' => '315',
19661   'p7' => '330',
19662   'p8' => '0',
19663   'p9' => '0',
19664   'updated' => '0',
19665 ))
19666 ->values(array(
19667   'menu_name' => 'management',
19668   'mlid' => '331',
19669   'plid' => '326',
19670   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
19671   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
19672   'link_title' => 'Delete',
19673   'options' => 'a:0:{}',
19674   'module' => 'system',
19675   'hidden' => '-1',
19676   'external' => '0',
19677   'has_children' => '0',
19678   'expanded' => '0',
19679   'weight' => '10',
19680   'depth' => '7',
19681   'customized' => '0',
19682   'p1' => '1',
19683   'p2' => '20',
19684   'p3' => '34',
19685   'p4' => '114',
19686   'p5' => '162',
19687   'p6' => '326',
19688   'p7' => '331',
19689   'p8' => '0',
19690   'p9' => '0',
19691   'updated' => '0',
19692 ))
19693 ->values(array(
19694   'menu_name' => 'management',
19695   'mlid' => '332',
19696   'plid' => '326',
19697   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
19698   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
19699   'link_title' => 'Edit',
19700   'options' => 'a:0:{}',
19701   'module' => 'system',
19702   'hidden' => '-1',
19703   'external' => '0',
19704   'has_children' => '0',
19705   'expanded' => '0',
19706   'weight' => '0',
19707   'depth' => '7',
19708   'customized' => '0',
19709   'p1' => '1',
19710   'p2' => '20',
19711   'p3' => '34',
19712   'p4' => '114',
19713   'p5' => '162',
19714   'p6' => '326',
19715   'p7' => '332',
19716   'p8' => '0',
19717   'p9' => '0',
19718   'updated' => '0',
19719 ))
19720 ->values(array(
19721   'menu_name' => 'management',
19722   'mlid' => '333',
19723   'plid' => '326',
19724   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
19725   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
19726   'link_title' => 'Field settings',
19727   'options' => 'a:0:{}',
19728   'module' => 'system',
19729   'hidden' => '-1',
19730   'external' => '0',
19731   'has_children' => '0',
19732   'expanded' => '0',
19733   'weight' => '0',
19734   'depth' => '7',
19735   'customized' => '0',
19736   'p1' => '1',
19737   'p2' => '20',
19738   'p3' => '34',
19739   'p4' => '114',
19740   'p5' => '162',
19741   'p6' => '326',
19742   'p7' => '333',
19743   'p8' => '0',
19744   'p9' => '0',
19745   'updated' => '0',
19746 ))
19747 ->values(array(
19748   'menu_name' => 'management',
19749   'mlid' => '334',
19750   'plid' => '326',
19751   'link_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
19752   'router_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
19753   'link_title' => 'Widget type',
19754   'options' => 'a:0:{}',
19755   'module' => 'system',
19756   'hidden' => '-1',
19757   'external' => '0',
19758   'has_children' => '0',
19759   'expanded' => '0',
19760   'weight' => '0',
19761   'depth' => '7',
19762   'customized' => '0',
19763   'p1' => '1',
19764   'p2' => '20',
19765   'p3' => '34',
19766   'p4' => '114',
19767   'p5' => '162',
19768   'p6' => '326',
19769   'p7' => '334',
19770   'p8' => '0',
19771   'p9' => '0',
19772   'updated' => '0',
19773 ))
19774 ->values(array(
19775   'menu_name' => 'navigation',
19776   'mlid' => '335',
19777   'plid' => '0',
19778   'link_path' => 'blog',
19779   'router_path' => 'blog',
19780   'link_title' => 'Blogs',
19781   'options' => 'a:0:{}',
19782   'module' => 'system',
19783   'hidden' => '1',
19784   'external' => '0',
19785   'has_children' => '1',
19786   'expanded' => '0',
19787   'weight' => '0',
19788   'depth' => '1',
19789   'customized' => '0',
19790   'p1' => '335',
19791   'p2' => '0',
19792   'p3' => '0',
19793   'p4' => '0',
19794   'p5' => '0',
19795   'p6' => '0',
19796   'p7' => '0',
19797   'p8' => '0',
19798   'p9' => '0',
19799   'updated' => '0',
19800 ))
19801 ->values(array(
19802   'menu_name' => 'navigation',
19803   'mlid' => '336',
19804   'plid' => '0',
19805   'link_path' => 'book',
19806   'router_path' => 'book',
19807   'link_title' => 'Books',
19808   'options' => 'a:0:{}',
19809   'module' => 'system',
19810   'hidden' => '1',
19811   'external' => '0',
19812   'has_children' => '0',
19813   'expanded' => '0',
19814   'weight' => '0',
19815   'depth' => '1',
19816   'customized' => '0',
19817   'p1' => '336',
19818   'p2' => '0',
19819   'p3' => '0',
19820   'p4' => '0',
19821   'p5' => '0',
19822   'p6' => '0',
19823   'p7' => '0',
19824   'p8' => '0',
19825   'p9' => '0',
19826   'updated' => '0',
19827 ))
19828 ->values(array(
19829   'menu_name' => 'navigation',
19830   'mlid' => '337',
19831   'plid' => '0',
19832   'link_path' => 'contact',
19833   'router_path' => 'contact',
19834   'link_title' => 'Contact',
19835   'options' => 'a:0:{}',
19836   'module' => 'system',
19837   'hidden' => '1',
19838   'external' => '0',
19839   'has_children' => '0',
19840   'expanded' => '0',
19841   'weight' => '0',
19842   'depth' => '1',
19843   'customized' => '0',
19844   'p1' => '337',
19845   'p2' => '0',
19846   'p3' => '0',
19847   'p4' => '0',
19848   'p5' => '0',
19849   'p6' => '0',
19850   'p7' => '0',
19851   'p8' => '0',
19852   'p9' => '0',
19853   'updated' => '0',
19854 ))
19855 ->values(array(
19856   'menu_name' => 'navigation',
19857   'mlid' => '338',
19858   'plid' => '0',
19859   'link_path' => 'aggregator',
19860   'router_path' => 'aggregator',
19861   'link_title' => 'Feed aggregator',
19862   'options' => 'a:0:{}',
19863   'module' => 'system',
19864   'hidden' => '0',
19865   'external' => '0',
19866   'has_children' => '1',
19867   'expanded' => '0',
19868   'weight' => '5',
19869   'depth' => '1',
19870   'customized' => '0',
19871   'p1' => '338',
19872   'p2' => '0',
19873   'p3' => '0',
19874   'p4' => '0',
19875   'p5' => '0',
19876   'p6' => '0',
19877   'p7' => '0',
19878   'p8' => '0',
19879   'p9' => '0',
19880   'updated' => '0',
19881 ))
19882 ->values(array(
19883   'menu_name' => 'navigation',
19884   'mlid' => '339',
19885   'plid' => '0',
19886   'link_path' => 'forum',
19887   'router_path' => 'forum',
19888   'link_title' => 'Forums',
19889   'options' => 'a:0:{}',
19890   'module' => 'system',
19891   'hidden' => '0',
19892   'external' => '0',
19893   'has_children' => '1',
19894   'expanded' => '0',
19895   'weight' => '0',
19896   'depth' => '1',
19897   'customized' => '0',
19898   'p1' => '339',
19899   'p2' => '0',
19900   'p3' => '0',
19901   'p4' => '0',
19902   'p5' => '0',
19903   'p6' => '0',
19904   'p7' => '0',
19905   'p8' => '0',
19906   'p9' => '0',
19907   'updated' => '0',
19908 ))
19909 ->values(array(
19910   'menu_name' => 'navigation',
19911   'mlid' => '340',
19912   'plid' => '0',
19913   'link_path' => 'tracker',
19914   'router_path' => 'tracker',
19915   'link_title' => 'Recent content',
19916   'options' => 'a:0:{}',
19917   'module' => 'system',
19918   'hidden' => '0',
19919   'external' => '0',
19920   'has_children' => '0',
19921   'expanded' => '0',
19922   'weight' => '1',
19923   'depth' => '1',
19924   'customized' => '0',
19925   'p1' => '340',
19926   'p2' => '0',
19927   'p3' => '0',
19928   'p4' => '0',
19929   'p5' => '0',
19930   'p6' => '0',
19931   'p7' => '0',
19932   'p8' => '0',
19933   'p9' => '0',
19934   'updated' => '0',
19935 ))
19936 ->values(array(
19937   'menu_name' => 'navigation',
19938   'mlid' => '341',
19939   'plid' => '340',
19940   'link_path' => 'tracker/all',
19941   'router_path' => 'tracker/all',
19942   'link_title' => 'All recent content',
19943   'options' => 'a:0:{}',
19944   'module' => 'system',
19945   'hidden' => '-1',
19946   'external' => '0',
19947   'has_children' => '0',
19948   'expanded' => '0',
19949   'weight' => '0',
19950   'depth' => '2',
19951   'customized' => '0',
19952   'p1' => '340',
19953   'p2' => '341',
19954   'p3' => '0',
19955   'p4' => '0',
19956   'p5' => '0',
19957   'p6' => '0',
19958   'p7' => '0',
19959   'p8' => '0',
19960   'p9' => '0',
19961   'updated' => '0',
19962 ))
19963 ->values(array(
19964   'menu_name' => 'navigation',
19965   'mlid' => '342',
19966   'plid' => '338',
19967   'link_path' => 'aggregator/categories',
19968   'router_path' => 'aggregator/categories',
19969   'link_title' => 'Categories',
19970   'options' => 'a:0:{}',
19971   'module' => 'system',
19972   'hidden' => '0',
19973   'external' => '0',
19974   'has_children' => '1',
19975   'expanded' => '0',
19976   'weight' => '0',
19977   'depth' => '2',
19978   'customized' => '0',
19979   'p1' => '338',
19980   'p2' => '342',
19981   'p3' => '0',
19982   'p4' => '0',
19983   'p5' => '0',
19984   'p6' => '0',
19985   'p7' => '0',
19986   'p8' => '0',
19987   'p9' => '0',
19988   'updated' => '0',
19989 ))
19990 ->values(array(
19991   'menu_name' => 'navigation',
19992   'mlid' => '343',
19993   'plid' => '339',
19994   'link_path' => 'forum/%',
19995   'router_path' => 'forum/%',
19996   'link_title' => 'Forums',
19997   'options' => 'a:0:{}',
19998   'module' => 'system',
19999   'hidden' => '0',
20000   'external' => '0',
20001   'has_children' => '0',
20002   'expanded' => '0',
20003   'weight' => '0',
20004   'depth' => '2',
20005   'customized' => '0',
20006   'p1' => '339',
20007   'p2' => '343',
20008   'p3' => '0',
20009   'p4' => '0',
20010   'p5' => '0',
20011   'p6' => '0',
20012   'p7' => '0',
20013   'p8' => '0',
20014   'p9' => '0',
20015   'updated' => '0',
20016 ))
20017 ->values(array(
20018   'menu_name' => 'navigation',
20019   'mlid' => '344',
20020   'plid' => '335',
20021   'link_path' => 'blog/%',
20022   'router_path' => 'blog/%',
20023   'link_title' => 'My blog',
20024   'options' => 'a:0:{}',
20025   'module' => 'system',
20026   'hidden' => '0',
20027   'external' => '0',
20028   'has_children' => '0',
20029   'expanded' => '0',
20030   'weight' => '0',
20031   'depth' => '2',
20032   'customized' => '0',
20033   'p1' => '335',
20034   'p2' => '344',
20035   'p3' => '0',
20036   'p4' => '0',
20037   'p5' => '0',
20038   'p6' => '0',
20039   'p7' => '0',
20040   'p8' => '0',
20041   'p9' => '0',
20042   'updated' => '0',
20043 ))
20044 ->values(array(
20045   'menu_name' => 'navigation',
20046   'mlid' => '345',
20047   'plid' => '340',
20048   'link_path' => 'tracker/%',
20049   'router_path' => 'tracker/%',
20050   'link_title' => 'My recent content',
20051   'options' => 'a:0:{}',
20052   'module' => 'system',
20053   'hidden' => '-1',
20054   'external' => '0',
20055   'has_children' => '0',
20056   'expanded' => '0',
20057   'weight' => '0',
20058   'depth' => '2',
20059   'customized' => '0',
20060   'p1' => '340',
20061   'p2' => '345',
20062   'p3' => '0',
20063   'p4' => '0',
20064   'p5' => '0',
20065   'p6' => '0',
20066   'p7' => '0',
20067   'p8' => '0',
20068   'p9' => '0',
20069   'updated' => '0',
20070 ))
20071 ->values(array(
20072   'menu_name' => 'navigation',
20073   'mlid' => '346',
20074   'plid' => '338',
20075   'link_path' => 'aggregator/sources',
20076   'router_path' => 'aggregator/sources',
20077   'link_title' => 'Sources',
20078   'options' => 'a:0:{}',
20079   'module' => 'system',
20080   'hidden' => '0',
20081   'external' => '0',
20082   'has_children' => '1',
20083   'expanded' => '0',
20084   'weight' => '0',
20085   'depth' => '2',
20086   'customized' => '0',
20087   'p1' => '338',
20088   'p2' => '346',
20089   'p3' => '0',
20090   'p4' => '0',
20091   'p5' => '0',
20092   'p6' => '0',
20093   'p7' => '0',
20094   'p8' => '0',
20095   'p9' => '0',
20096   'updated' => '0',
20097 ))
20098 ->values(array(
20099   'menu_name' => 'navigation',
20100   'mlid' => '347',
20101   'plid' => '342',
20102   'link_path' => 'aggregator/categories/%',
20103   'router_path' => 'aggregator/categories/%',
20104   'link_title' => '',
20105   'options' => 'a:0:{}',
20106   'module' => 'system',
20107   'hidden' => '0',
20108   'external' => '0',
20109   'has_children' => '0',
20110   'expanded' => '0',
20111   'weight' => '0',
20112   'depth' => '3',
20113   'customized' => '0',
20114   'p1' => '338',
20115   'p2' => '342',
20116   'p3' => '347',
20117   'p4' => '0',
20118   'p5' => '0',
20119   'p6' => '0',
20120   'p7' => '0',
20121   'p8' => '0',
20122   'p9' => '0',
20123   'updated' => '0',
20124 ))
20125 ->values(array(
20126   'menu_name' => 'navigation',
20127   'mlid' => '348',
20128   'plid' => '346',
20129   'link_path' => 'aggregator/sources/%',
20130   'router_path' => 'aggregator/sources/%',
20131   'link_title' => '',
20132   'options' => 'a:0:{}',
20133   'module' => 'system',
20134   'hidden' => '0',
20135   'external' => '0',
20136   'has_children' => '0',
20137   'expanded' => '0',
20138   'weight' => '0',
20139   'depth' => '3',
20140   'customized' => '0',
20141   'p1' => '338',
20142   'p2' => '346',
20143   'p3' => '348',
20144   'p4' => '0',
20145   'p5' => '0',
20146   'p6' => '0',
20147   'p7' => '0',
20148   'p8' => '0',
20149   'p9' => '0',
20150   'updated' => '0',
20151 ))
20152 ->values(array(
20153   'menu_name' => 'navigation',
20154   'mlid' => '349',
20155   'plid' => '6',
20156   'link_path' => 'node/add/blog',
20157   'router_path' => 'node/add/blog',
20158   'link_title' => 'Blog entry',
20159   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:58:"Use for multi-user blogs. Every user gets a personal blog.";}}',
20160   'module' => 'system',
20161   'hidden' => '0',
20162   'external' => '0',
20163   'has_children' => '0',
20164   'expanded' => '0',
20165   'weight' => '0',
20166   'depth' => '2',
20167   'customized' => '0',
20168   'p1' => '6',
20169   'p2' => '349',
20170   'p3' => '0',
20171   'p4' => '0',
20172   'p5' => '0',
20173   'p6' => '0',
20174   'p7' => '0',
20175   'p8' => '0',
20176   'p9' => '0',
20177   'updated' => '0',
20178 ))
20179 ->values(array(
20180   'menu_name' => 'navigation',
20181   'mlid' => '350',
20182   'plid' => '6',
20183   'link_path' => 'node/add/book',
20184   'router_path' => 'node/add/book',
20185   'link_title' => 'Book page',
20186   '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.";}}',
20187   'module' => 'system',
20188   'hidden' => '0',
20189   'external' => '0',
20190   'has_children' => '0',
20191   'expanded' => '0',
20192   'weight' => '0',
20193   'depth' => '2',
20194   'customized' => '0',
20195   'p1' => '6',
20196   'p2' => '350',
20197   'p3' => '0',
20198   'p4' => '0',
20199   'p5' => '0',
20200   'p6' => '0',
20201   'p7' => '0',
20202   'p8' => '0',
20203   'p9' => '0',
20204   'updated' => '0',
20205 ))
20206 ->values(array(
20207   'menu_name' => 'management',
20208   'mlid' => '351',
20209   'plid' => '9',
20210   'link_path' => 'admin/content/book',
20211   'router_path' => 'admin/content/book',
20212   'link_title' => 'Books',
20213   'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:33:\"Manage your site's book outlines.\";}}",
20214   'module' => 'system',
20215   'hidden' => '-1',
20216   'external' => '0',
20217   'has_children' => '0',
20218   'expanded' => '0',
20219   'weight' => '0',
20220   'depth' => '3',
20221   'customized' => '0',
20222   'p1' => '1',
20223   'p2' => '9',
20224   'p3' => '351',
20225   'p4' => '0',
20226   'p5' => '0',
20227   'p6' => '0',
20228   'p7' => '0',
20229   'p8' => '0',
20230   'p9' => '0',
20231   'updated' => '0',
20232 ))
20233 ->values(array(
20234   'menu_name' => 'navigation',
20235   'mlid' => '352',
20236   'plid' => '16',
20237   'link_path' => 'user/%/contact',
20238   'router_path' => 'user/%/contact',
20239   'link_title' => 'Contact',
20240   'options' => 'a:0:{}',
20241   'module' => 'system',
20242   'hidden' => '-1',
20243   'external' => '0',
20244   'has_children' => '0',
20245   'expanded' => '0',
20246   'weight' => '2',
20247   'depth' => '2',
20248   'customized' => '0',
20249   'p1' => '16',
20250   'p2' => '352',
20251   'p3' => '0',
20252   'p4' => '0',
20253   'p5' => '0',
20254   'p6' => '0',
20255   'p7' => '0',
20256   'p8' => '0',
20257   'p9' => '0',
20258   'updated' => '0',
20259 ))
20260 ->values(array(
20261   'menu_name' => 'management',
20262   'mlid' => '353',
20263   'plid' => '20',
20264   'link_path' => 'admin/structure/contact',
20265   'router_path' => 'admin/structure/contact',
20266   'link_title' => 'Contact form',
20267   '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.";}}',
20268   'module' => 'system',
20269   'hidden' => '0',
20270   'external' => '0',
20271   'has_children' => '1',
20272   'expanded' => '0',
20273   'weight' => '0',
20274   'depth' => '3',
20275   'customized' => '0',
20276   'p1' => '1',
20277   'p2' => '20',
20278   'p3' => '353',
20279   'p4' => '0',
20280   'p5' => '0',
20281   'p6' => '0',
20282   'p7' => '0',
20283   'p8' => '0',
20284   'p9' => '0',
20285   'updated' => '0',
20286 ))
20287 ->values(array(
20288   'menu_name' => 'management',
20289   'mlid' => '354',
20290   'plid' => '8',
20291   'link_path' => 'admin/config/date',
20292   'router_path' => 'admin/config/date',
20293   'link_title' => 'Date API',
20294   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"Settings for modules the use the Date API.";}}',
20295   'module' => 'system',
20296   'hidden' => '0',
20297   'external' => '0',
20298   'has_children' => '0',
20299   'expanded' => '0',
20300   'weight' => '-10',
20301   'depth' => '3',
20302   'customized' => '0',
20303   'p1' => '1',
20304   'p2' => '8',
20305   'p3' => '354',
20306   'p4' => '0',
20307   'p5' => '0',
20308   'p6' => '0',
20309   'p7' => '0',
20310   'p8' => '0',
20311   'p9' => '0',
20312   'updated' => '0',
20313 ))
20314 ->values(array(
20315   'menu_name' => 'navigation',
20316   'mlid' => '355',
20317   'plid' => '6',
20318   'link_path' => 'node/add/forum',
20319   'router_path' => 'node/add/forum',
20320   'link_title' => 'Forum topic',
20321   '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.";}}',
20322   'module' => 'system',
20323   'hidden' => '0',
20324   'external' => '0',
20325   'has_children' => '0',
20326   'expanded' => '0',
20327   'weight' => '0',
20328   'depth' => '2',
20329   'customized' => '0',
20330   'p1' => '6',
20331   'p2' => '355',
20332   'p3' => '0',
20333   'p4' => '0',
20334   'p5' => '0',
20335   'p6' => '0',
20336   'p7' => '0',
20337   'p8' => '0',
20338   'p9' => '0',
20339   'updated' => '0',
20340 ))
20341 ->values(array(
20342   'menu_name' => 'management',
20343   'mlid' => '356',
20344   'plid' => '20',
20345   'link_path' => 'admin/structure/forum',
20346   'router_path' => 'admin/structure/forum',
20347   'link_title' => 'Forums',
20348   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Control forum hierarchy settings.";}}',
20349   'module' => 'system',
20350   'hidden' => '0',
20351   'external' => '0',
20352   'has_children' => '1',
20353   'expanded' => '0',
20354   'weight' => '0',
20355   'depth' => '3',
20356   'customized' => '0',
20357   'p1' => '1',
20358   'p2' => '20',
20359   'p3' => '356',
20360   'p4' => '0',
20361   'p5' => '0',
20362   'p6' => '0',
20363   'p7' => '0',
20364   'p8' => '0',
20365   'p9' => '0',
20366   'updated' => '0',
20367 ))
20368 ->values(array(
20369   'menu_name' => 'navigation',
20370   'mlid' => '358',
20371   'plid' => '5',
20372   'link_path' => 'node/%/outline',
20373   'router_path' => 'node/%/outline',
20374   'link_title' => 'Outline',
20375   'options' => 'a:0:{}',
20376   'module' => 'system',
20377   'hidden' => '-1',
20378   'external' => '0',
20379   'has_children' => '1',
20380   'expanded' => '0',
20381   'weight' => '2',
20382   'depth' => '2',
20383   'customized' => '0',
20384   'p1' => '5',
20385   'p2' => '358',
20386   'p3' => '0',
20387   'p4' => '0',
20388   'p5' => '0',
20389   'p6' => '0',
20390   'p7' => '0',
20391   'p8' => '0',
20392   'p9' => '0',
20393   'updated' => '0',
20394 ))
20395 ->values(array(
20396   'menu_name' => 'management',
20397   'mlid' => '359',
20398   'plid' => '18',
20399   'link_path' => 'admin/reports/hits',
20400   'router_path' => 'admin/reports/hits',
20401   'link_title' => 'Recent hits',
20402   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View pages that have recently been visited.";}}',
20403   'module' => 'system',
20404   'hidden' => '0',
20405   'external' => '0',
20406   'has_children' => '0',
20407   'expanded' => '0',
20408   'weight' => '0',
20409   'depth' => '3',
20410   'customized' => '0',
20411   'p1' => '1',
20412   'p2' => '18',
20413   'p3' => '359',
20414   'p4' => '0',
20415   'p5' => '0',
20416   'p6' => '0',
20417   'p7' => '0',
20418   'p8' => '0',
20419   'p9' => '0',
20420   'updated' => '0',
20421 ))
20422 ->values(array(
20423   'menu_name' => 'management',
20424   'mlid' => '360',
20425   'plid' => '18',
20426   'link_path' => 'admin/reports/pages',
20427   'router_path' => 'admin/reports/pages',
20428   'link_title' => 'Top pages',
20429   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"View pages that have been hit frequently.";}}',
20430   'module' => 'system',
20431   'hidden' => '0',
20432   'external' => '0',
20433   'has_children' => '0',
20434   'expanded' => '0',
20435   'weight' => '1',
20436   'depth' => '3',
20437   'customized' => '0',
20438   'p1' => '1',
20439   'p2' => '18',
20440   'p3' => '360',
20441   'p4' => '0',
20442   'p5' => '0',
20443   'p6' => '0',
20444   'p7' => '0',
20445   'p8' => '0',
20446   'p9' => '0',
20447   'updated' => '0',
20448 ))
20449 ->values(array(
20450   'menu_name' => 'management',
20451   'mlid' => '361',
20452   'plid' => '18',
20453   'link_path' => 'admin/reports/referrers',
20454   'router_path' => 'admin/reports/referrers',
20455   'link_title' => 'Top referrers',
20456   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:19:"View top referrers.";}}',
20457   'module' => 'system',
20458   'hidden' => '0',
20459   'external' => '0',
20460   'has_children' => '0',
20461   'expanded' => '0',
20462   'weight' => '0',
20463   'depth' => '3',
20464   'customized' => '0',
20465   'p1' => '1',
20466   'p2' => '18',
20467   'p3' => '361',
20468   'p4' => '0',
20469   'p5' => '0',
20470   'p6' => '0',
20471   'p7' => '0',
20472   'p8' => '0',
20473   'p9' => '0',
20474   'updated' => '0',
20475 ))
20476 ->values(array(
20477   'menu_name' => 'management',
20478   'mlid' => '362',
20479   'plid' => '18',
20480   'link_path' => 'admin/reports/visitors',
20481   'router_path' => 'admin/reports/visitors',
20482   'link_title' => 'Top visitors',
20483   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View visitors that hit many pages.";}}',
20484   'module' => 'system',
20485   'hidden' => '0',
20486   'external' => '0',
20487   'has_children' => '0',
20488   'expanded' => '0',
20489   'weight' => '2',
20490   'depth' => '3',
20491   'customized' => '0',
20492   'p1' => '1',
20493   'p2' => '18',
20494   'p3' => '362',
20495   'p4' => '0',
20496   'p5' => '0',
20497   'p6' => '0',
20498   'p7' => '0',
20499   'p8' => '0',
20500   'p9' => '0',
20501   'updated' => '0',
20502 ))
20503 ->values(array(
20504   'menu_name' => 'navigation',
20505   'mlid' => '363',
20506   'plid' => '5',
20507   'link_path' => 'node/%/track',
20508   'router_path' => 'node/%/track',
20509   'link_title' => 'Track',
20510   'options' => 'a:0:{}',
20511   'module' => 'system',
20512   'hidden' => '-1',
20513   'external' => '0',
20514   'has_children' => '0',
20515   'expanded' => '0',
20516   'weight' => '2',
20517   'depth' => '2',
20518   'customized' => '0',
20519   'p1' => '5',
20520   'p2' => '363',
20521   'p3' => '0',
20522   'p4' => '0',
20523   'p5' => '0',
20524   'p6' => '0',
20525   'p7' => '0',
20526   'p8' => '0',
20527   'p9' => '0',
20528   'updated' => '0',
20529 ))
20530 ->values(array(
20531   'menu_name' => 'navigation',
20532   'mlid' => '364',
20533   'plid' => '16',
20534   'link_path' => 'user/%/track',
20535   'router_path' => 'user/%/track',
20536   'link_title' => 'Track',
20537   'options' => 'a:0:{}',
20538   'module' => 'system',
20539   'hidden' => '-1',
20540   'external' => '0',
20541   'has_children' => '0',
20542   'expanded' => '0',
20543   'weight' => '0',
20544   'depth' => '2',
20545   'customized' => '0',
20546   'p1' => '16',
20547   'p2' => '364',
20548   'p3' => '0',
20549   'p4' => '0',
20550   'p5' => '0',
20551   'p6' => '0',
20552   'p7' => '0',
20553   'p8' => '0',
20554   'p9' => '0',
20555   'updated' => '0',
20556 ))
20557 ->values(array(
20558   'menu_name' => 'navigation',
20559   'mlid' => '365',
20560   'plid' => '5',
20561   'link_path' => 'node/%/translate',
20562   'router_path' => 'node/%/translate',
20563   'link_title' => 'Translate',
20564   'options' => 'a:0:{}',
20565   'module' => 'system',
20566   'hidden' => '-1',
20567   'external' => '0',
20568   'has_children' => '0',
20569   'expanded' => '0',
20570   'weight' => '2',
20571   'depth' => '2',
20572   'customized' => '0',
20573   'p1' => '5',
20574   'p2' => '365',
20575   'p3' => '0',
20576   'p4' => '0',
20577   'p5' => '0',
20578   'p6' => '0',
20579   'p7' => '0',
20580   'p8' => '0',
20581   'p9' => '0',
20582   'updated' => '0',
20583 ))
20584 ->values(array(
20585   'menu_name' => 'management',
20586   'mlid' => '366',
20587   'plid' => '20',
20588   'link_path' => 'admin/structure/trigger',
20589   'router_path' => 'admin/structure/trigger',
20590   'link_title' => 'Triggers',
20591   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Configure when to execute actions.";}}',
20592   'module' => 'system',
20593   'hidden' => '0',
20594   'external' => '0',
20595   'has_children' => '0',
20596   'expanded' => '0',
20597   'weight' => '0',
20598   'depth' => '3',
20599   'customized' => '0',
20600   'p1' => '1',
20601   'p2' => '20',
20602   'p3' => '366',
20603   'p4' => '0',
20604   'p5' => '0',
20605   'p6' => '0',
20606   'p7' => '0',
20607   'p8' => '0',
20608   'p9' => '0',
20609   'updated' => '0',
20610 ))
20611 ->values(array(
20612   'menu_name' => 'management',
20613   'mlid' => '369',
20614   'plid' => '175',
20615   'link_path' => 'admin/help/aggregator',
20616   'router_path' => 'admin/help/aggregator',
20617   'link_title' => 'aggregator',
20618   'options' => 'a:0:{}',
20619   'module' => 'system',
20620   'hidden' => '-1',
20621   'external' => '0',
20622   'has_children' => '0',
20623   'expanded' => '0',
20624   'weight' => '0',
20625   'depth' => '3',
20626   'customized' => '0',
20627   'p1' => '1',
20628   'p2' => '175',
20629   'p3' => '369',
20630   'p4' => '0',
20631   'p5' => '0',
20632   'p6' => '0',
20633   'p7' => '0',
20634   'p8' => '0',
20635   'p9' => '0',
20636   'updated' => '0',
20637 ))
20638 ->values(array(
20639   'menu_name' => 'management',
20640   'mlid' => '370',
20641   'plid' => '175',
20642   'link_path' => 'admin/help/blog',
20643   'router_path' => 'admin/help/blog',
20644   'link_title' => 'blog',
20645   'options' => 'a:0:{}',
20646   'module' => 'system',
20647   'hidden' => '-1',
20648   'external' => '0',
20649   'has_children' => '0',
20650   'expanded' => '0',
20651   'weight' => '0',
20652   'depth' => '3',
20653   'customized' => '0',
20654   'p1' => '1',
20655   'p2' => '175',
20656   'p3' => '370',
20657   'p4' => '0',
20658   'p5' => '0',
20659   'p6' => '0',
20660   'p7' => '0',
20661   'p8' => '0',
20662   'p9' => '0',
20663   'updated' => '0',
20664 ))
20665 ->values(array(
20666   'menu_name' => 'management',
20667   'mlid' => '371',
20668   'plid' => '175',
20669   'link_path' => 'admin/help/book',
20670   'router_path' => 'admin/help/book',
20671   'link_title' => 'book',
20672   'options' => 'a:0:{}',
20673   'module' => 'system',
20674   'hidden' => '-1',
20675   'external' => '0',
20676   'has_children' => '0',
20677   'expanded' => '0',
20678   'weight' => '0',
20679   'depth' => '3',
20680   'customized' => '0',
20681   'p1' => '1',
20682   'p2' => '175',
20683   'p3' => '371',
20684   'p4' => '0',
20685   'p5' => '0',
20686   'p6' => '0',
20687   'p7' => '0',
20688   'p8' => '0',
20689   'p9' => '0',
20690   'updated' => '0',
20691 ))
20692 ->values(array(
20693   'menu_name' => 'management',
20694   'mlid' => '372',
20695   'plid' => '175',
20696   'link_path' => 'admin/help/contact',
20697   'router_path' => 'admin/help/contact',
20698   'link_title' => 'contact',
20699   'options' => 'a:0:{}',
20700   'module' => 'system',
20701   'hidden' => '-1',
20702   'external' => '0',
20703   'has_children' => '0',
20704   'expanded' => '0',
20705   'weight' => '0',
20706   'depth' => '3',
20707   'customized' => '0',
20708   'p1' => '1',
20709   'p2' => '175',
20710   'p3' => '372',
20711   'p4' => '0',
20712   'p5' => '0',
20713   'p6' => '0',
20714   'p7' => '0',
20715   'p8' => '0',
20716   'p9' => '0',
20717   'updated' => '0',
20718 ))
20719 ->values(array(
20720   'menu_name' => 'management',
20721   'mlid' => '373',
20722   'plid' => '175',
20723   'link_path' => 'admin/help/date',
20724   'router_path' => 'admin/help/date',
20725   'link_title' => 'date',
20726   'options' => 'a:0:{}',
20727   'module' => 'system',
20728   'hidden' => '-1',
20729   'external' => '0',
20730   'has_children' => '0',
20731   'expanded' => '0',
20732   'weight' => '0',
20733   'depth' => '3',
20734   'customized' => '0',
20735   'p1' => '1',
20736   'p2' => '175',
20737   'p3' => '373',
20738   'p4' => '0',
20739   'p5' => '0',
20740   'p6' => '0',
20741   'p7' => '0',
20742   'p8' => '0',
20743   'p9' => '0',
20744   'updated' => '0',
20745 ))
20746 ->values(array(
20747   'menu_name' => 'management',
20748   'mlid' => '374',
20749   'plid' => '175',
20750   'link_path' => 'admin/help/forum',
20751   'router_path' => 'admin/help/forum',
20752   'link_title' => 'forum',
20753   'options' => 'a:0:{}',
20754   'module' => 'system',
20755   'hidden' => '-1',
20756   'external' => '0',
20757   'has_children' => '0',
20758   'expanded' => '0',
20759   'weight' => '0',
20760   'depth' => '3',
20761   'customized' => '0',
20762   'p1' => '1',
20763   'p2' => '175',
20764   'p3' => '374',
20765   'p4' => '0',
20766   'p5' => '0',
20767   'p6' => '0',
20768   'p7' => '0',
20769   'p8' => '0',
20770   'p9' => '0',
20771   'updated' => '0',
20772 ))
20773 ->values(array(
20774   'menu_name' => 'management',
20775   'mlid' => '375',
20776   'plid' => '175',
20777   'link_path' => 'admin/help/locale',
20778   'router_path' => 'admin/help/locale',
20779   'link_title' => 'locale',
20780   'options' => 'a:0:{}',
20781   'module' => 'system',
20782   'hidden' => '-1',
20783   'external' => '0',
20784   'has_children' => '0',
20785   'expanded' => '0',
20786   'weight' => '0',
20787   'depth' => '3',
20788   'customized' => '0',
20789   'p1' => '1',
20790   'p2' => '175',
20791   'p3' => '375',
20792   'p4' => '0',
20793   'p5' => '0',
20794   'p6' => '0',
20795   'p7' => '0',
20796   'p8' => '0',
20797   'p9' => '0',
20798   'updated' => '0',
20799 ))
20800 ->values(array(
20801   'menu_name' => 'management',
20802   'mlid' => '377',
20803   'plid' => '175',
20804   'link_path' => 'admin/help/simpletest',
20805   'router_path' => 'admin/help/simpletest',
20806   'link_title' => 'simpletest',
20807   'options' => 'a:0:{}',
20808   'module' => 'system',
20809   'hidden' => '-1',
20810   'external' => '0',
20811   'has_children' => '0',
20812   'expanded' => '0',
20813   'weight' => '0',
20814   'depth' => '3',
20815   'customized' => '0',
20816   'p1' => '1',
20817   'p2' => '175',
20818   'p3' => '377',
20819   'p4' => '0',
20820   'p5' => '0',
20821   'p6' => '0',
20822   'p7' => '0',
20823   'p8' => '0',
20824   'p9' => '0',
20825   'updated' => '0',
20826 ))
20827 ->values(array(
20828   'menu_name' => 'management',
20829   'mlid' => '378',
20830   'plid' => '175',
20831   'link_path' => 'admin/help/statistics',
20832   'router_path' => 'admin/help/statistics',
20833   'link_title' => 'statistics',
20834   'options' => 'a:0:{}',
20835   'module' => 'system',
20836   'hidden' => '-1',
20837   'external' => '0',
20838   'has_children' => '0',
20839   'expanded' => '0',
20840   'weight' => '0',
20841   'depth' => '3',
20842   'customized' => '0',
20843   'p1' => '1',
20844   'p2' => '175',
20845   'p3' => '378',
20846   'p4' => '0',
20847   'p5' => '0',
20848   'p6' => '0',
20849   'p7' => '0',
20850   'p8' => '0',
20851   'p9' => '0',
20852   'updated' => '0',
20853 ))
20854 ->values(array(
20855   'menu_name' => 'management',
20856   'mlid' => '379',
20857   'plid' => '175',
20858   'link_path' => 'admin/help/syslog',
20859   'router_path' => 'admin/help/syslog',
20860   'link_title' => 'syslog',
20861   'options' => 'a:0:{}',
20862   'module' => 'system',
20863   'hidden' => '-1',
20864   'external' => '0',
20865   'has_children' => '0',
20866   'expanded' => '0',
20867   'weight' => '0',
20868   'depth' => '3',
20869   'customized' => '0',
20870   'p1' => '1',
20871   'p2' => '175',
20872   'p3' => '379',
20873   'p4' => '0',
20874   'p5' => '0',
20875   'p6' => '0',
20876   'p7' => '0',
20877   'p8' => '0',
20878   'p9' => '0',
20879   'updated' => '0',
20880 ))
20881 ->values(array(
20882   'menu_name' => 'management',
20883   'mlid' => '380',
20884   'plid' => '175',
20885   'link_path' => 'admin/help/tracker',
20886   'router_path' => 'admin/help/tracker',
20887   'link_title' => 'tracker',
20888   'options' => 'a:0:{}',
20889   'module' => 'system',
20890   'hidden' => '-1',
20891   'external' => '0',
20892   'has_children' => '0',
20893   'expanded' => '0',
20894   'weight' => '0',
20895   'depth' => '3',
20896   'customized' => '0',
20897   'p1' => '1',
20898   'p2' => '175',
20899   'p3' => '380',
20900   'p4' => '0',
20901   'p5' => '0',
20902   'p6' => '0',
20903   'p7' => '0',
20904   'p8' => '0',
20905   'p9' => '0',
20906   'updated' => '0',
20907 ))
20908 ->values(array(
20909   'menu_name' => 'management',
20910   'mlid' => '381',
20911   'plid' => '175',
20912   'link_path' => 'admin/help/translation',
20913   'router_path' => 'admin/help/translation',
20914   'link_title' => 'translation',
20915   'options' => 'a:0:{}',
20916   'module' => 'system',
20917   'hidden' => '-1',
20918   'external' => '0',
20919   'has_children' => '0',
20920   'expanded' => '0',
20921   'weight' => '0',
20922   'depth' => '3',
20923   'customized' => '0',
20924   'p1' => '1',
20925   'p2' => '175',
20926   'p3' => '381',
20927   'p4' => '0',
20928   'p5' => '0',
20929   'p6' => '0',
20930   'p7' => '0',
20931   'p8' => '0',
20932   'p9' => '0',
20933   'updated' => '0',
20934 ))
20935 ->values(array(
20936   'menu_name' => 'management',
20937   'mlid' => '382',
20938   'plid' => '175',
20939   'link_path' => 'admin/help/trigger',
20940   'router_path' => 'admin/help/trigger',
20941   'link_title' => 'trigger',
20942   'options' => 'a:0:{}',
20943   'module' => 'system',
20944   'hidden' => '-1',
20945   'external' => '0',
20946   'has_children' => '0',
20947   'expanded' => '0',
20948   'weight' => '0',
20949   'depth' => '3',
20950   'customized' => '0',
20951   'p1' => '1',
20952   'p2' => '175',
20953   'p3' => '382',
20954   'p4' => '0',
20955   'p5' => '0',
20956   'p6' => '0',
20957   'p7' => '0',
20958   'p8' => '0',
20959   'p9' => '0',
20960   'updated' => '0',
20961 ))
20962 ->values(array(
20963   'menu_name' => 'navigation',
20964   'mlid' => '383',
20965   'plid' => '347',
20966   'link_path' => 'aggregator/categories/%/categorize',
20967   'router_path' => 'aggregator/categories/%/categorize',
20968   'link_title' => 'Categorize',
20969   'options' => 'a:0:{}',
20970   'module' => 'system',
20971   'hidden' => '-1',
20972   'external' => '0',
20973   'has_children' => '0',
20974   'expanded' => '0',
20975   'weight' => '0',
20976   'depth' => '4',
20977   'customized' => '0',
20978   'p1' => '338',
20979   'p2' => '342',
20980   'p3' => '347',
20981   'p4' => '383',
20982   'p5' => '0',
20983   'p6' => '0',
20984   'p7' => '0',
20985   'p8' => '0',
20986   'p9' => '0',
20987   'updated' => '0',
20988 ))
20989 ->values(array(
20990   'menu_name' => 'navigation',
20991   'mlid' => '384',
20992   'plid' => '348',
20993   'link_path' => 'aggregator/sources/%/categorize',
20994   'router_path' => 'aggregator/sources/%/categorize',
20995   'link_title' => 'Categorize',
20996   'options' => 'a:0:{}',
20997   'module' => 'system',
20998   'hidden' => '-1',
20999   'external' => '0',
21000   'has_children' => '0',
21001   'expanded' => '0',
21002   'weight' => '0',
21003   'depth' => '4',
21004   'customized' => '0',
21005   'p1' => '338',
21006   'p2' => '346',
21007   'p3' => '348',
21008   'p4' => '384',
21009   'p5' => '0',
21010   'p6' => '0',
21011   'p7' => '0',
21012   'p8' => '0',
21013   'p9' => '0',
21014   'updated' => '0',
21015 ))
21016 ->values(array(
21017   'menu_name' => 'navigation',
21018   'mlid' => '385',
21019   'plid' => '347',
21020   'link_path' => 'aggregator/categories/%/configure',
21021   'router_path' => 'aggregator/categories/%/configure',
21022   'link_title' => 'Configure',
21023   'options' => 'a:0:{}',
21024   'module' => 'system',
21025   'hidden' => '-1',
21026   'external' => '0',
21027   'has_children' => '0',
21028   'expanded' => '0',
21029   'weight' => '1',
21030   'depth' => '4',
21031   'customized' => '0',
21032   'p1' => '338',
21033   'p2' => '342',
21034   'p3' => '347',
21035   'p4' => '385',
21036   'p5' => '0',
21037   'p6' => '0',
21038   'p7' => '0',
21039   'p8' => '0',
21040   'p9' => '0',
21041   'updated' => '0',
21042 ))
21043 ->values(array(
21044   'menu_name' => 'navigation',
21045   'mlid' => '386',
21046   'plid' => '348',
21047   'link_path' => 'aggregator/sources/%/configure',
21048   'router_path' => 'aggregator/sources/%/configure',
21049   'link_title' => 'Configure',
21050   'options' => 'a:0:{}',
21051   'module' => 'system',
21052   'hidden' => '-1',
21053   'external' => '0',
21054   'has_children' => '0',
21055   'expanded' => '0',
21056   'weight' => '1',
21057   'depth' => '4',
21058   'customized' => '0',
21059   'p1' => '338',
21060   'p2' => '346',
21061   'p3' => '348',
21062   'p4' => '386',
21063   'p5' => '0',
21064   'p6' => '0',
21065   'p7' => '0',
21066   'p8' => '0',
21067   'p9' => '0',
21068   'updated' => '0',
21069 ))
21070 ->values(array(
21071   'menu_name' => 'navigation',
21072   'mlid' => '387',
21073   'plid' => '347',
21074   'link_path' => 'aggregator/categories/%/view',
21075   'router_path' => 'aggregator/categories/%/view',
21076   'link_title' => 'View',
21077   'options' => 'a:0:{}',
21078   'module' => 'system',
21079   'hidden' => '-1',
21080   'external' => '0',
21081   'has_children' => '0',
21082   'expanded' => '0',
21083   'weight' => '-10',
21084   'depth' => '4',
21085   'customized' => '0',
21086   'p1' => '338',
21087   'p2' => '342',
21088   'p3' => '347',
21089   'p4' => '387',
21090   'p5' => '0',
21091   'p6' => '0',
21092   'p7' => '0',
21093   'p8' => '0',
21094   'p9' => '0',
21095   'updated' => '0',
21096 ))
21097 ->values(array(
21098   'menu_name' => 'navigation',
21099   'mlid' => '388',
21100   'plid' => '348',
21101   'link_path' => 'aggregator/sources/%/view',
21102   'router_path' => 'aggregator/sources/%/view',
21103   'link_title' => 'View',
21104   'options' => 'a:0:{}',
21105   'module' => 'system',
21106   'hidden' => '-1',
21107   'external' => '0',
21108   'has_children' => '0',
21109   'expanded' => '0',
21110   'weight' => '-10',
21111   'depth' => '4',
21112   'customized' => '0',
21113   'p1' => '338',
21114   'p2' => '346',
21115   'p3' => '348',
21116   'p4' => '388',
21117   'p5' => '0',
21118   'p6' => '0',
21119   'p7' => '0',
21120   'p8' => '0',
21121   'p9' => '0',
21122   'updated' => '0',
21123 ))
21124 ->values(array(
21125   'menu_name' => 'management',
21126   'mlid' => '389',
21127   'plid' => '353',
21128   'link_path' => 'admin/structure/contact/add',
21129   'router_path' => 'admin/structure/contact/add',
21130   'link_title' => 'Add category',
21131   'options' => 'a:0:{}',
21132   'module' => 'system',
21133   'hidden' => '-1',
21134   'external' => '0',
21135   'has_children' => '0',
21136   'expanded' => '0',
21137   'weight' => '1',
21138   'depth' => '4',
21139   'customized' => '0',
21140   'p1' => '1',
21141   'p2' => '20',
21142   'p3' => '353',
21143   'p4' => '389',
21144   'p5' => '0',
21145   'p6' => '0',
21146   'p7' => '0',
21147   'p8' => '0',
21148   'p9' => '0',
21149   'updated' => '0',
21150 ))
21151 ->values(array(
21152   'menu_name' => 'management',
21153   'mlid' => '391',
21154   'plid' => '18',
21155   'link_path' => 'admin/reports/access/%',
21156   'router_path' => 'admin/reports/access/%',
21157   'link_title' => 'Details',
21158   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:16:"View access log.";}}',
21159   'module' => 'system',
21160   'hidden' => '0',
21161   'external' => '0',
21162   'has_children' => '0',
21163   'expanded' => '0',
21164   'weight' => '0',
21165   'depth' => '3',
21166   'customized' => '0',
21167   'p1' => '1',
21168   'p2' => '18',
21169   'p3' => '391',
21170   'p4' => '0',
21171   'p5' => '0',
21172   'p6' => '0',
21173   'p7' => '0',
21174   'p8' => '0',
21175   'p9' => '0',
21176   'updated' => '0',
21177 ))
21178 ->values(array(
21179   'menu_name' => 'management',
21180   'mlid' => '392',
21181   'plid' => '33',
21182   'link_path' => 'admin/config/content/email',
21183   'router_path' => 'admin/config/content/email',
21184   'link_title' => 'Email Contact Form Settings',
21185   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:57:"Administer flood control settings for email contact forms";}}',
21186   'module' => 'system',
21187   'hidden' => '0',
21188   'external' => '0',
21189   'has_children' => '0',
21190   'expanded' => '0',
21191   'weight' => '0',
21192   'depth' => '4',
21193   'customized' => '0',
21194   'p1' => '1',
21195   'p2' => '8',
21196   'p3' => '33',
21197   'p4' => '392',
21198   'p5' => '0',
21199   'p6' => '0',
21200   'p7' => '0',
21201   'p8' => '0',
21202   'p9' => '0',
21203   'updated' => '0',
21204 ))
21205 ->values(array(
21206   'menu_name' => 'management',
21207   'mlid' => '393',
21208   'plid' => '60',
21209   'link_path' => 'admin/config/services/aggregator',
21210   'router_path' => 'admin/config/services/aggregator',
21211   'link_title' => 'Feed aggregator',
21212   '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.\";}}",
21213   'module' => 'system',
21214   'hidden' => '0',
21215   'external' => '0',
21216   'has_children' => '1',
21217   'expanded' => '0',
21218   'weight' => '10',
21219   'depth' => '4',
21220   'customized' => '0',
21221   'p1' => '1',
21222   'p2' => '8',
21223   'p3' => '60',
21224   'p4' => '393',
21225   'p5' => '0',
21226   'p6' => '0',
21227   'p7' => '0',
21228   'p8' => '0',
21229   'p9' => '0',
21230   'updated' => '0',
21231 ))
21232 ->values(array(
21233   'menu_name' => 'management',
21234   'mlid' => '395',
21235   'plid' => '48',
21236   'link_path' => 'admin/config/regional/language',
21237   'router_path' => 'admin/config/regional/language',
21238   'link_title' => 'Languages',
21239   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:55:"Configure languages for content and the user interface.";}}',
21240   'module' => 'system',
21241   'hidden' => '0',
21242   'external' => '0',
21243   'has_children' => '1',
21244   'expanded' => '0',
21245   'weight' => '-10',
21246   'depth' => '4',
21247   'customized' => '0',
21248   'p1' => '1',
21249   'p2' => '8',
21250   'p3' => '48',
21251   'p4' => '395',
21252   'p5' => '0',
21253   'p6' => '0',
21254   'p7' => '0',
21255   'p8' => '0',
21256   'p9' => '0',
21257   'updated' => '0',
21258 ))
21259 ->values(array(
21260   'menu_name' => 'management',
21261   'mlid' => '396',
21262   'plid' => '351',
21263   'link_path' => 'admin/content/book/list',
21264   'router_path' => 'admin/content/book/list',
21265   'link_title' => 'List',
21266   'options' => 'a:0:{}',
21267   'module' => 'system',
21268   'hidden' => '-1',
21269   'external' => '0',
21270   'has_children' => '0',
21271   'expanded' => '0',
21272   'weight' => '0',
21273   'depth' => '4',
21274   'customized' => '0',
21275   'p1' => '1',
21276   'p2' => '9',
21277   'p3' => '351',
21278   'p4' => '396',
21279   'p5' => '0',
21280   'p6' => '0',
21281   'p7' => '0',
21282   'p8' => '0',
21283   'p9' => '0',
21284   'updated' => '0',
21285 ))
21286 ->values(array(
21287   'menu_name' => 'management',
21288   'mlid' => '398',
21289   'plid' => '356',
21290   'link_path' => 'admin/structure/forum/list',
21291   'router_path' => 'admin/structure/forum/list',
21292   'link_title' => 'List',
21293   'options' => 'a:0:{}',
21294   'module' => 'system',
21295   'hidden' => '-1',
21296   'external' => '0',
21297   'has_children' => '0',
21298   'expanded' => '0',
21299   'weight' => '-10',
21300   'depth' => '4',
21301   'customized' => '0',
21302   'p1' => '1',
21303   'p2' => '20',
21304   'p3' => '356',
21305   'p4' => '398',
21306   'p5' => '0',
21307   'p6' => '0',
21308   'p7' => '0',
21309   'p8' => '0',
21310   'p9' => '0',
21311   'updated' => '0',
21312 ))
21313 ->values(array(
21314   'menu_name' => 'navigation',
21315   'mlid' => '399',
21316   'plid' => '358',
21317   'link_path' => 'node/%/outline/remove',
21318   'router_path' => 'node/%/outline/remove',
21319   'link_title' => 'Remove from outline',
21320   'options' => 'a:0:{}',
21321   'module' => 'system',
21322   'hidden' => '0',
21323   'external' => '0',
21324   'has_children' => '0',
21325   'expanded' => '0',
21326   'weight' => '0',
21327   'depth' => '3',
21328   'customized' => '0',
21329   'p1' => '5',
21330   'p2' => '358',
21331   'p3' => '399',
21332   'p4' => '0',
21333   'p5' => '0',
21334   'p6' => '0',
21335   'p7' => '0',
21336   'p8' => '0',
21337   'p9' => '0',
21338   'updated' => '0',
21339 ))
21340 ->values(array(
21341   'menu_name' => 'management',
21342   'mlid' => '400',
21343   'plid' => '351',
21344   'link_path' => 'admin/content/book/settings',
21345   'router_path' => 'admin/content/book/settings',
21346   'link_title' => 'Settings',
21347   'options' => 'a:0:{}',
21348   'module' => 'system',
21349   'hidden' => '-1',
21350   'external' => '0',
21351   'has_children' => '0',
21352   'expanded' => '0',
21353   'weight' => '8',
21354   'depth' => '4',
21355   'customized' => '0',
21356   'p1' => '1',
21357   'p2' => '9',
21358   'p3' => '351',
21359   'p4' => '400',
21360   'p5' => '0',
21361   'p6' => '0',
21362   'p7' => '0',
21363   'p8' => '0',
21364   'p9' => '0',
21365   'updated' => '0',
21366 ))
21367 ->values(array(
21368   'menu_name' => 'management',
21369   'mlid' => '402',
21370   'plid' => '53',
21371   'link_path' => 'admin/config/system/statistics',
21372   'router_path' => 'admin/config/system/statistics',
21373   'link_title' => 'Statistics',
21374   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:68:"Control details about what and how your site logs access statistics.";}}',
21375   'module' => 'system',
21376   'hidden' => '0',
21377   'external' => '0',
21378   'has_children' => '0',
21379   'expanded' => '0',
21380   'weight' => '-15',
21381   'depth' => '4',
21382   'customized' => '0',
21383   'p1' => '1',
21384   'p2' => '8',
21385   'p3' => '53',
21386   'p4' => '402',
21387   'p5' => '0',
21388   'p6' => '0',
21389   'p7' => '0',
21390   'p8' => '0',
21391   'p9' => '0',
21392   'updated' => '0',
21393 ))
21394 ->values(array(
21395   'menu_name' => 'management',
21396   'mlid' => '405',
21397   'plid' => '366',
21398   'link_path' => 'admin/structure/trigger/comment',
21399   'router_path' => 'admin/structure/trigger/comment',
21400   'link_title' => 'Comment',
21401   'options' => 'a:0:{}',
21402   'module' => 'system',
21403   'hidden' => '-1',
21404   'external' => '0',
21405   'has_children' => '0',
21406   'expanded' => '0',
21407   'weight' => '0',
21408   'depth' => '4',
21409   'customized' => '0',
21410   'p1' => '1',
21411   'p2' => '20',
21412   'p3' => '366',
21413   'p4' => '405',
21414   'p5' => '0',
21415   'p6' => '0',
21416   'p7' => '0',
21417   'p8' => '0',
21418   'p9' => '0',
21419   'updated' => '0',
21420 ))
21421 ->values(array(
21422   'menu_name' => 'management',
21423   'mlid' => '407',
21424   'plid' => '366',
21425   'link_path' => 'admin/structure/trigger/node',
21426   'router_path' => 'admin/structure/trigger/node',
21427   'link_title' => 'Node',
21428   'options' => 'a:0:{}',
21429   'module' => 'system',
21430   'hidden' => '-1',
21431   'external' => '0',
21432   'has_children' => '0',
21433   'expanded' => '0',
21434   'weight' => '0',
21435   'depth' => '4',
21436   'customized' => '0',
21437   'p1' => '1',
21438   'p2' => '20',
21439   'p3' => '366',
21440   'p4' => '407',
21441   'p5' => '0',
21442   'p6' => '0',
21443   'p7' => '0',
21444   'p8' => '0',
21445   'p9' => '0',
21446   'updated' => '0',
21447 ))
21448 ->values(array(
21449   'menu_name' => 'management',
21450   'mlid' => '408',
21451   'plid' => '366',
21452   'link_path' => 'admin/structure/trigger/system',
21453   'router_path' => 'admin/structure/trigger/system',
21454   'link_title' => 'System',
21455   'options' => 'a:0:{}',
21456   'module' => 'system',
21457   'hidden' => '-1',
21458   'external' => '0',
21459   'has_children' => '0',
21460   'expanded' => '0',
21461   'weight' => '0',
21462   'depth' => '4',
21463   'customized' => '0',
21464   'p1' => '1',
21465   'p2' => '20',
21466   'p3' => '366',
21467   'p4' => '408',
21468   'p5' => '0',
21469   'p6' => '0',
21470   'p7' => '0',
21471   'p8' => '0',
21472   'p9' => '0',
21473   'updated' => '0',
21474 ))
21475 ->values(array(
21476   'menu_name' => 'management',
21477   'mlid' => '409',
21478   'plid' => '366',
21479   'link_path' => 'admin/structure/trigger/taxonomy',
21480   'router_path' => 'admin/structure/trigger/taxonomy',
21481   'link_title' => 'Taxonomy',
21482   'options' => 'a:0:{}',
21483   'module' => 'system',
21484   'hidden' => '-1',
21485   'external' => '0',
21486   'has_children' => '0',
21487   'expanded' => '0',
21488   'weight' => '0',
21489   'depth' => '4',
21490   'customized' => '0',
21491   'p1' => '1',
21492   'p2' => '20',
21493   'p3' => '366',
21494   'p4' => '409',
21495   'p5' => '0',
21496   'p6' => '0',
21497   'p7' => '0',
21498   'p8' => '0',
21499   'p9' => '0',
21500   'updated' => '0',
21501 ))
21502 ->values(array(
21503   'menu_name' => 'management',
21504   'mlid' => '410',
21505   'plid' => '37',
21506   'link_path' => 'admin/config/development/testing',
21507   'router_path' => 'admin/config/development/testing',
21508   'link_title' => 'Testing',
21509   '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.";}}',
21510   'module' => 'system',
21511   'hidden' => '0',
21512   'external' => '0',
21513   'has_children' => '1',
21514   'expanded' => '0',
21515   'weight' => '-5',
21516   'depth' => '4',
21517   'customized' => '0',
21518   'p1' => '1',
21519   'p2' => '8',
21520   'p3' => '37',
21521   'p4' => '410',
21522   'p5' => '0',
21523   'p6' => '0',
21524   'p7' => '0',
21525   'p8' => '0',
21526   'p9' => '0',
21527   'updated' => '0',
21528 ))
21529 ->values(array(
21530   'menu_name' => 'navigation',
21531   'mlid' => '411',
21532   'plid' => '364',
21533   'link_path' => 'user/%/track/content',
21534   'router_path' => 'user/%/track/content',
21535   'link_title' => 'Track content',
21536   'options' => 'a:0:{}',
21537   'module' => 'system',
21538   'hidden' => '-1',
21539   'external' => '0',
21540   'has_children' => '0',
21541   'expanded' => '0',
21542   'weight' => '0',
21543   'depth' => '3',
21544   'customized' => '0',
21545   'p1' => '16',
21546   'p2' => '364',
21547   'p3' => '411',
21548   'p4' => '0',
21549   'p5' => '0',
21550   'p6' => '0',
21551   'p7' => '0',
21552   'p8' => '0',
21553   'p9' => '0',
21554   'updated' => '0',
21555 ))
21556 ->values(array(
21557   'menu_name' => 'navigation',
21558   'mlid' => '412',
21559   'plid' => '364',
21560   'link_path' => 'user/%/track/navigation',
21561   'router_path' => 'user/%/track/navigation',
21562   'link_title' => 'Track page visits',
21563   'options' => 'a:0:{}',
21564   'module' => 'system',
21565   'hidden' => '-1',
21566   'external' => '0',
21567   'has_children' => '0',
21568   'expanded' => '0',
21569   'weight' => '2',
21570   'depth' => '3',
21571   'customized' => '0',
21572   'p1' => '16',
21573   'p2' => '364',
21574   'p3' => '412',
21575   'p4' => '0',
21576   'p5' => '0',
21577   'p6' => '0',
21578   'p7' => '0',
21579   'p8' => '0',
21580   'p9' => '0',
21581   'updated' => '0',
21582 ))
21583 ->values(array(
21584   'menu_name' => 'management',
21585   'mlid' => '413',
21586   'plid' => '48',
21587   'link_path' => 'admin/config/regional/translate',
21588   'router_path' => 'admin/config/regional/translate',
21589   'link_title' => 'Translate interface',
21590   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"Translate the built in interface and optionally other text.";}}',
21591   'module' => 'system',
21592   'hidden' => '0',
21593   'external' => '0',
21594   'has_children' => '1',
21595   'expanded' => '0',
21596   'weight' => '-5',
21597   'depth' => '4',
21598   'customized' => '0',
21599   'p1' => '1',
21600   'p2' => '8',
21601   'p3' => '48',
21602   'p4' => '413',
21603   'p5' => '0',
21604   'p6' => '0',
21605   'p7' => '0',
21606   'p8' => '0',
21607   'p9' => '0',
21608   'updated' => '0',
21609 ))
21610 ->values(array(
21611   'menu_name' => 'management',
21612   'mlid' => '414',
21613   'plid' => '366',
21614   'link_path' => 'admin/structure/trigger/unassign',
21615   'router_path' => 'admin/structure/trigger/unassign',
21616   'link_title' => 'Unassign',
21617   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Unassign an action from a trigger.";}}',
21618   'module' => 'system',
21619   'hidden' => '-1',
21620   'external' => '0',
21621   'has_children' => '0',
21622   'expanded' => '0',
21623   'weight' => '0',
21624   'depth' => '4',
21625   'customized' => '0',
21626   'p1' => '1',
21627   'p2' => '20',
21628   'p3' => '366',
21629   'p4' => '414',
21630   'p5' => '0',
21631   'p6' => '0',
21632   'p7' => '0',
21633   'p8' => '0',
21634   'p9' => '0',
21635   'updated' => '0',
21636 ))
21637 ->values(array(
21638   'menu_name' => 'management',
21639   'mlid' => '416',
21640   'plid' => '366',
21641   'link_path' => 'admin/structure/trigger/user',
21642   'router_path' => 'admin/structure/trigger/user',
21643   'link_title' => 'User',
21644   'options' => 'a:0:{}',
21645   'module' => 'system',
21646   'hidden' => '-1',
21647   'external' => '0',
21648   'has_children' => '0',
21649   'expanded' => '0',
21650   'weight' => '0',
21651   'depth' => '4',
21652   'customized' => '0',
21653   'p1' => '1',
21654   'p2' => '20',
21655   'p3' => '366',
21656   'p4' => '416',
21657   'p5' => '0',
21658   'p6' => '0',
21659   'p7' => '0',
21660   'p8' => '0',
21661   'p9' => '0',
21662   'updated' => '0',
21663 ))
21664 ->values(array(
21665   'menu_name' => 'management',
21666   'mlid' => '417',
21667   'plid' => '356',
21668   'link_path' => 'admin/structure/forum/settings',
21669   'router_path' => 'admin/structure/forum/settings',
21670   'link_title' => 'Settings',
21671   'options' => 'a:0:{}',
21672   'module' => 'system',
21673   'hidden' => '-1',
21674   'external' => '0',
21675   'has_children' => '0',
21676   'expanded' => '0',
21677   'weight' => '5',
21678   'depth' => '4',
21679   'customized' => '0',
21680   'p1' => '1',
21681   'p2' => '20',
21682   'p3' => '356',
21683   'p4' => '417',
21684   'p5' => '0',
21685   'p6' => '0',
21686   'p7' => '0',
21687   'p8' => '0',
21688   'p9' => '0',
21689   'updated' => '0',
21690 ))
21691 ->values(array(
21692   'menu_name' => 'management',
21693   'mlid' => '418',
21694   'plid' => '395',
21695   'link_path' => 'admin/config/regional/language/add',
21696   'router_path' => 'admin/config/regional/language/add',
21697   'link_title' => 'Add language',
21698   'options' => 'a:0:{}',
21699   'module' => 'system',
21700   'hidden' => '-1',
21701   'external' => '0',
21702   'has_children' => '0',
21703   'expanded' => '0',
21704   'weight' => '5',
21705   'depth' => '5',
21706   'customized' => '0',
21707   'p1' => '1',
21708   'p2' => '8',
21709   'p3' => '48',
21710   'p4' => '395',
21711   'p5' => '418',
21712   'p6' => '0',
21713   'p7' => '0',
21714   'p8' => '0',
21715   'p9' => '0',
21716   'updated' => '0',
21717 ))
21718 ->values(array(
21719   'menu_name' => 'management',
21720   'mlid' => '421',
21721   'plid' => '353',
21722   'link_path' => 'admin/structure/contact/delete/%',
21723   'router_path' => 'admin/structure/contact/delete/%',
21724   'link_title' => 'Delete contact',
21725   'options' => 'a:0:{}',
21726   'module' => 'system',
21727   'hidden' => '0',
21728   'external' => '0',
21729   'has_children' => '0',
21730   'expanded' => '0',
21731   'weight' => '0',
21732   'depth' => '4',
21733   'customized' => '0',
21734   'p1' => '1',
21735   'p2' => '20',
21736   'p3' => '353',
21737   'p4' => '421',
21738   'p5' => '0',
21739   'p6' => '0',
21740   'p7' => '0',
21741   'p8' => '0',
21742   'p9' => '0',
21743   'updated' => '0',
21744 ))
21745 ->values(array(
21746   'menu_name' => 'management',
21747   'mlid' => '422',
21748   'plid' => '395',
21749   'link_path' => 'admin/config/regional/language/configure',
21750   'router_path' => 'admin/config/regional/language/configure',
21751   'link_title' => 'Detection and selection',
21752   'options' => 'a:0:{}',
21753   'module' => 'system',
21754   'hidden' => '-1',
21755   'external' => '0',
21756   'has_children' => '0',
21757   'expanded' => '0',
21758   'weight' => '10',
21759   'depth' => '5',
21760   'customized' => '0',
21761   'p1' => '1',
21762   'p2' => '8',
21763   'p3' => '48',
21764   'p4' => '395',
21765   'p5' => '422',
21766   'p6' => '0',
21767   'p7' => '0',
21768   'p8' => '0',
21769   'p9' => '0',
21770   'updated' => '0',
21771 ))
21772 ->values(array(
21773   'menu_name' => 'management',
21774   'mlid' => '423',
21775   'plid' => '353',
21776   'link_path' => 'admin/structure/contact/edit/%',
21777   'router_path' => 'admin/structure/contact/edit/%',
21778   'link_title' => 'Edit contact category',
21779   'options' => 'a:0:{}',
21780   'module' => 'system',
21781   'hidden' => '0',
21782   'external' => '0',
21783   'has_children' => '0',
21784   'expanded' => '0',
21785   'weight' => '0',
21786   'depth' => '4',
21787   'customized' => '0',
21788   'p1' => '1',
21789   'p2' => '20',
21790   'p3' => '353',
21791   'p4' => '423',
21792   'p5' => '0',
21793   'p6' => '0',
21794   'p7' => '0',
21795   'p8' => '0',
21796   'p9' => '0',
21797   'updated' => '0',
21798 ))
21799 ->values(array(
21800   'menu_name' => 'management',
21801   'mlid' => '424',
21802   'plid' => '413',
21803   'link_path' => 'admin/config/regional/translate/export',
21804   'router_path' => 'admin/config/regional/translate/export',
21805   'link_title' => 'Export',
21806   'options' => 'a:0:{}',
21807   'module' => 'system',
21808   'hidden' => '-1',
21809   'external' => '0',
21810   'has_children' => '0',
21811   'expanded' => '0',
21812   'weight' => '30',
21813   'depth' => '5',
21814   'customized' => '0',
21815   'p1' => '1',
21816   'p2' => '8',
21817   'p3' => '48',
21818   'p4' => '413',
21819   'p5' => '424',
21820   'p6' => '0',
21821   'p7' => '0',
21822   'p8' => '0',
21823   'p9' => '0',
21824   'updated' => '0',
21825 ))
21826 ->values(array(
21827   'menu_name' => 'management',
21828   'mlid' => '425',
21829   'plid' => '413',
21830   'link_path' => 'admin/config/regional/translate/import',
21831   'router_path' => 'admin/config/regional/translate/import',
21832   'link_title' => 'Import',
21833   'options' => 'a:0:{}',
21834   'module' => 'system',
21835   'hidden' => '-1',
21836   'external' => '0',
21837   'has_children' => '0',
21838   'expanded' => '0',
21839   'weight' => '20',
21840   'depth' => '5',
21841   'customized' => '0',
21842   'p1' => '1',
21843   'p2' => '8',
21844   'p3' => '48',
21845   'p4' => '413',
21846   'p5' => '425',
21847   'p6' => '0',
21848   'p7' => '0',
21849   'p8' => '0',
21850   'p9' => '0',
21851   'updated' => '0',
21852 ))
21853 ->values(array(
21854   'menu_name' => 'management',
21855   'mlid' => '426',
21856   'plid' => '393',
21857   'link_path' => 'admin/config/services/aggregator/list',
21858   'router_path' => 'admin/config/services/aggregator/list',
21859   'link_title' => 'List',
21860   'options' => 'a:0:{}',
21861   'module' => 'system',
21862   'hidden' => '-1',
21863   'external' => '0',
21864   'has_children' => '0',
21865   'expanded' => '0',
21866   'weight' => '-10',
21867   'depth' => '5',
21868   'customized' => '0',
21869   'p1' => '1',
21870   'p2' => '8',
21871   'p3' => '60',
21872   'p4' => '393',
21873   'p5' => '426',
21874   'p6' => '0',
21875   'p7' => '0',
21876   'p8' => '0',
21877   'p9' => '0',
21878   'updated' => '0',
21879 ))
21880 ->values(array(
21881   'menu_name' => 'management',
21882   'mlid' => '427',
21883   'plid' => '395',
21884   'link_path' => 'admin/config/regional/language/overview',
21885   'router_path' => 'admin/config/regional/language/overview',
21886   'link_title' => 'List',
21887   'options' => 'a:0:{}',
21888   'module' => 'system',
21889   'hidden' => '-1',
21890   'external' => '0',
21891   'has_children' => '0',
21892   'expanded' => '0',
21893   'weight' => '0',
21894   'depth' => '5',
21895   'customized' => '0',
21896   'p1' => '1',
21897   'p2' => '8',
21898   'p3' => '48',
21899   'p4' => '395',
21900   'p5' => '427',
21901   'p6' => '0',
21902   'p7' => '0',
21903   'p8' => '0',
21904   'p9' => '0',
21905   'updated' => '0',
21906 ))
21907 ->values(array(
21908   'menu_name' => 'management',
21909   'mlid' => '428',
21910   'plid' => '410',
21911   'link_path' => 'admin/config/development/testing/list',
21912   'router_path' => 'admin/config/development/testing/list',
21913   'link_title' => 'List',
21914   'options' => 'a:0:{}',
21915   'module' => 'system',
21916   'hidden' => '-1',
21917   'external' => '0',
21918   'has_children' => '0',
21919   'expanded' => '0',
21920   'weight' => '0',
21921   'depth' => '5',
21922   'customized' => '0',
21923   'p1' => '1',
21924   'p2' => '8',
21925   'p3' => '37',
21926   'p4' => '410',
21927   'p5' => '428',
21928   'p6' => '0',
21929   'p7' => '0',
21930   'p8' => '0',
21931   'p9' => '0',
21932   'updated' => '0',
21933 ))
21934 ->values(array(
21935   'menu_name' => 'management',
21936   'mlid' => '429',
21937   'plid' => '74',
21938   'link_path' => 'admin/config/regional/date-time/locale',
21939   'router_path' => 'admin/config/regional/date-time/locale',
21940   'link_title' => 'Localize',
21941   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
21942   'module' => 'system',
21943   'hidden' => '-1',
21944   'external' => '0',
21945   'has_children' => '1',
21946   'expanded' => '0',
21947   'weight' => '-8',
21948   'depth' => '5',
21949   'customized' => '0',
21950   'p1' => '1',
21951   'p2' => '8',
21952   'p3' => '48',
21953   'p4' => '74',
21954   'p5' => '429',
21955   'p6' => '0',
21956   'p7' => '0',
21957   'p8' => '0',
21958   'p9' => '0',
21959   'updated' => '0',
21960 ))
21961 ->values(array(
21962   'menu_name' => 'management',
21963   'mlid' => '430',
21964   'plid' => '413',
21965   'link_path' => 'admin/config/regional/translate/overview',
21966   'router_path' => 'admin/config/regional/translate/overview',
21967   'link_title' => 'Overview',
21968   'options' => 'a:0:{}',
21969   'module' => 'system',
21970   'hidden' => '-1',
21971   'external' => '0',
21972   'has_children' => '0',
21973   'expanded' => '0',
21974   'weight' => '0',
21975   'depth' => '5',
21976   'customized' => '0',
21977   'p1' => '1',
21978   'p2' => '8',
21979   'p3' => '48',
21980   'p4' => '413',
21981   'p5' => '430',
21982   'p6' => '0',
21983   'p7' => '0',
21984   'p8' => '0',
21985   'p9' => '0',
21986   'updated' => '0',
21987 ))
21988 ->values(array(
21989   'menu_name' => 'management',
21990   'mlid' => '431',
21991   'plid' => '410',
21992   'link_path' => 'admin/config/development/testing/settings',
21993   'router_path' => 'admin/config/development/testing/settings',
21994   'link_title' => 'Settings',
21995   'options' => 'a:0:{}',
21996   'module' => 'system',
21997   'hidden' => '-1',
21998   'external' => '0',
21999   'has_children' => '0',
22000   'expanded' => '0',
22001   'weight' => '0',
22002   'depth' => '5',
22003   'customized' => '0',
22004   'p1' => '1',
22005   'p2' => '8',
22006   'p3' => '37',
22007   'p4' => '410',
22008   'p5' => '431',
22009   'p6' => '0',
22010   'p7' => '0',
22011   'p8' => '0',
22012   'p9' => '0',
22013   'updated' => '0',
22014 ))
22015 ->values(array(
22016   'menu_name' => 'management',
22017   'mlid' => '432',
22018   'plid' => '393',
22019   'link_path' => 'admin/config/services/aggregator/settings',
22020   'router_path' => 'admin/config/services/aggregator/settings',
22021   'link_title' => 'Settings',
22022   '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.";}}',
22023   'module' => 'system',
22024   'hidden' => '-1',
22025   'external' => '0',
22026   'has_children' => '0',
22027   'expanded' => '0',
22028   'weight' => '0',
22029   'depth' => '5',
22030   'customized' => '0',
22031   'p1' => '1',
22032   'p2' => '8',
22033   'p3' => '60',
22034   'p4' => '393',
22035   'p5' => '432',
22036   'p6' => '0',
22037   'p7' => '0',
22038   'p8' => '0',
22039   'p9' => '0',
22040   'updated' => '0',
22041 ))
22042 ->values(array(
22043   'menu_name' => 'management',
22044   'mlid' => '433',
22045   'plid' => '413',
22046   'link_path' => 'admin/config/regional/translate/translate',
22047   'router_path' => 'admin/config/regional/translate/translate',
22048   'link_title' => 'Translate',
22049   'options' => 'a:0:{}',
22050   'module' => 'system',
22051   'hidden' => '-1',
22052   'external' => '0',
22053   'has_children' => '0',
22054   'expanded' => '0',
22055   'weight' => '10',
22056   'depth' => '5',
22057   'customized' => '0',
22058   'p1' => '1',
22059   'p2' => '8',
22060   'p3' => '48',
22061   'p4' => '413',
22062   'p5' => '433',
22063   'p6' => '0',
22064   'p7' => '0',
22065   'p8' => '0',
22066   'p9' => '0',
22067   'updated' => '0',
22068 ))
22069 ->values(array(
22070   'menu_name' => 'management',
22071   'mlid' => '435',
22072   'plid' => '356',
22073   'link_path' => 'admin/structure/forum/add/container',
22074   'router_path' => 'admin/structure/forum/add/container',
22075   'link_title' => 'Add container',
22076   'options' => 'a:0:{}',
22077   'module' => 'system',
22078   'hidden' => '-1',
22079   'external' => '0',
22080   'has_children' => '0',
22081   'expanded' => '0',
22082   'weight' => '0',
22083   'depth' => '4',
22084   'customized' => '0',
22085   'p1' => '1',
22086   'p2' => '20',
22087   'p3' => '356',
22088   'p4' => '435',
22089   'p5' => '0',
22090   'p6' => '0',
22091   'p7' => '0',
22092   'p8' => '0',
22093   'p9' => '0',
22094   'updated' => '0',
22095 ))
22096 ->values(array(
22097   'menu_name' => 'management',
22098   'mlid' => '436',
22099   'plid' => '356',
22100   'link_path' => 'admin/structure/forum/add/forum',
22101   'router_path' => 'admin/structure/forum/add/forum',
22102   'link_title' => 'Add forum',
22103   'options' => 'a:0:{}',
22104   'module' => 'system',
22105   'hidden' => '-1',
22106   'external' => '0',
22107   'has_children' => '0',
22108   'expanded' => '0',
22109   'weight' => '0',
22110   'depth' => '4',
22111   'customized' => '0',
22112   'p1' => '1',
22113   'p2' => '20',
22114   'p3' => '356',
22115   'p4' => '436',
22116   'p5' => '0',
22117   'p6' => '0',
22118   'p7' => '0',
22119   'p8' => '0',
22120   'p9' => '0',
22121   'updated' => '0',
22122 ))
22123 ->values(array(
22124   'menu_name' => 'management',
22125   'mlid' => '437',
22126   'plid' => '393',
22127   'link_path' => 'admin/config/services/aggregator/add/category',
22128   'router_path' => 'admin/config/services/aggregator/add/category',
22129   'link_title' => 'Add category',
22130   'options' => 'a:0:{}',
22131   'module' => 'system',
22132   'hidden' => '-1',
22133   'external' => '0',
22134   'has_children' => '0',
22135   'expanded' => '0',
22136   'weight' => '0',
22137   'depth' => '5',
22138   'customized' => '0',
22139   'p1' => '1',
22140   'p2' => '8',
22141   'p3' => '60',
22142   'p4' => '393',
22143   'p5' => '437',
22144   'p6' => '0',
22145   'p7' => '0',
22146   'p8' => '0',
22147   'p9' => '0',
22148   'updated' => '0',
22149 ))
22150 ->values(array(
22151   'menu_name' => 'management',
22152   'mlid' => '438',
22153   'plid' => '393',
22154   'link_path' => 'admin/config/services/aggregator/add/feed',
22155   'router_path' => 'admin/config/services/aggregator/add/feed',
22156   'link_title' => 'Add feed',
22157   'options' => 'a:0:{}',
22158   'module' => 'system',
22159   'hidden' => '-1',
22160   'external' => '0',
22161   'has_children' => '0',
22162   'expanded' => '0',
22163   'weight' => '0',
22164   'depth' => '5',
22165   'customized' => '0',
22166   'p1' => '1',
22167   'p2' => '8',
22168   'p3' => '60',
22169   'p4' => '393',
22170   'p5' => '438',
22171   'p6' => '0',
22172   'p7' => '0',
22173   'p8' => '0',
22174   'p9' => '0',
22175   'updated' => '0',
22176 ))
22177 ->values(array(
22178   'menu_name' => 'management',
22179   'mlid' => '440',
22180   'plid' => '395',
22181   'link_path' => 'admin/config/regional/language/delete/%',
22182   'router_path' => 'admin/config/regional/language/delete/%',
22183   'link_title' => 'Confirm',
22184   'options' => 'a:0:{}',
22185   'module' => 'system',
22186   'hidden' => '0',
22187   'external' => '0',
22188   'has_children' => '0',
22189   'expanded' => '0',
22190   'weight' => '0',
22191   'depth' => '5',
22192   'customized' => '0',
22193   'p1' => '1',
22194   'p2' => '8',
22195   'p3' => '48',
22196   'p4' => '395',
22197   'p5' => '440',
22198   'p6' => '0',
22199   'p7' => '0',
22200   'p8' => '0',
22201   'p9' => '0',
22202   'updated' => '0',
22203 ))
22204 ->values(array(
22205   'menu_name' => 'management',
22206   'mlid' => '441',
22207   'plid' => '413',
22208   'link_path' => 'admin/config/regional/translate/delete/%',
22209   'router_path' => 'admin/config/regional/translate/delete/%',
22210   'link_title' => 'Delete string',
22211   'options' => 'a:0:{}',
22212   'module' => 'system',
22213   'hidden' => '0',
22214   'external' => '0',
22215   'has_children' => '0',
22216   'expanded' => '0',
22217   'weight' => '0',
22218   'depth' => '5',
22219   'customized' => '0',
22220   'p1' => '1',
22221   'p2' => '8',
22222   'p3' => '48',
22223   'p4' => '413',
22224   'p5' => '441',
22225   'p6' => '0',
22226   'p7' => '0',
22227   'p8' => '0',
22228   'p9' => '0',
22229   'updated' => '0',
22230 ))
22231 ->values(array(
22232   'menu_name' => 'management',
22233   'mlid' => '442',
22234   'plid' => '356',
22235   'link_path' => 'admin/structure/forum/edit/container/%',
22236   'router_path' => 'admin/structure/forum/edit/container/%',
22237   'link_title' => 'Edit container',
22238   'options' => 'a:0:{}',
22239   'module' => 'system',
22240   'hidden' => '0',
22241   'external' => '0',
22242   'has_children' => '0',
22243   'expanded' => '0',
22244   'weight' => '0',
22245   'depth' => '4',
22246   'customized' => '0',
22247   'p1' => '1',
22248   'p2' => '20',
22249   'p3' => '356',
22250   'p4' => '442',
22251   'p5' => '0',
22252   'p6' => '0',
22253   'p7' => '0',
22254   'p8' => '0',
22255   'p9' => '0',
22256   'updated' => '0',
22257 ))
22258 ->values(array(
22259   'menu_name' => 'management',
22260   'mlid' => '443',
22261   'plid' => '356',
22262   'link_path' => 'admin/structure/forum/edit/forum/%',
22263   'router_path' => 'admin/structure/forum/edit/forum/%',
22264   'link_title' => 'Edit forum',
22265   'options' => 'a:0:{}',
22266   'module' => 'system',
22267   'hidden' => '0',
22268   'external' => '0',
22269   'has_children' => '0',
22270   'expanded' => '0',
22271   'weight' => '0',
22272   'depth' => '4',
22273   'customized' => '0',
22274   'p1' => '1',
22275   'p2' => '20',
22276   'p3' => '356',
22277   'p4' => '443',
22278   'p5' => '0',
22279   'p6' => '0',
22280   'p7' => '0',
22281   'p8' => '0',
22282   'p9' => '0',
22283   'updated' => '0',
22284 ))
22285 ->values(array(
22286   'menu_name' => 'management',
22287   'mlid' => '444',
22288   'plid' => '395',
22289   'link_path' => 'admin/config/regional/language/edit/%',
22290   'router_path' => 'admin/config/regional/language/edit/%',
22291   'link_title' => 'Edit language',
22292   'options' => 'a:0:{}',
22293   'module' => 'system',
22294   'hidden' => '0',
22295   'external' => '0',
22296   'has_children' => '0',
22297   'expanded' => '0',
22298   'weight' => '0',
22299   'depth' => '5',
22300   'customized' => '0',
22301   'p1' => '1',
22302   'p2' => '8',
22303   'p3' => '48',
22304   'p4' => '395',
22305   'p5' => '444',
22306   'p6' => '0',
22307   'p7' => '0',
22308   'p8' => '0',
22309   'p9' => '0',
22310   'updated' => '0',
22311 ))
22312 ->values(array(
22313   'menu_name' => 'management',
22314   'mlid' => '445',
22315   'plid' => '413',
22316   'link_path' => 'admin/config/regional/translate/edit/%',
22317   'router_path' => 'admin/config/regional/translate/edit/%',
22318   'link_title' => 'Edit string',
22319   'options' => 'a:0:{}',
22320   'module' => 'system',
22321   'hidden' => '0',
22322   'external' => '0',
22323   'has_children' => '0',
22324   'expanded' => '0',
22325   'weight' => '0',
22326   'depth' => '5',
22327   'customized' => '0',
22328   'p1' => '1',
22329   'p2' => '8',
22330   'p3' => '48',
22331   'p4' => '413',
22332   'p5' => '445',
22333   'p6' => '0',
22334   'p7' => '0',
22335   'p8' => '0',
22336   'p9' => '0',
22337   'updated' => '0',
22338 ))
22339 ->values(array(
22340   'menu_name' => 'management',
22341   'mlid' => '447',
22342   'plid' => '393',
22343   'link_path' => 'admin/config/services/aggregator/add/opml',
22344   'router_path' => 'admin/config/services/aggregator/add/opml',
22345   'link_title' => 'Import OPML',
22346   'options' => 'a:0:{}',
22347   'module' => 'system',
22348   'hidden' => '-1',
22349   'external' => '0',
22350   'has_children' => '0',
22351   'expanded' => '0',
22352   'weight' => '0',
22353   'depth' => '5',
22354   'customized' => '0',
22355   'p1' => '1',
22356   'p2' => '8',
22357   'p3' => '60',
22358   'p4' => '393',
22359   'p5' => '447',
22360   'p6' => '0',
22361   'p7' => '0',
22362   'p8' => '0',
22363   'p9' => '0',
22364   'updated' => '0',
22365 ))
22366 ->values(array(
22367   'menu_name' => 'management',
22368   'mlid' => '448',
22369   'plid' => '393',
22370   'link_path' => 'admin/config/services/aggregator/remove/%',
22371   'router_path' => 'admin/config/services/aggregator/remove/%',
22372   'link_title' => 'Remove items',
22373   'options' => 'a:0:{}',
22374   'module' => 'system',
22375   'hidden' => '0',
22376   'external' => '0',
22377   'has_children' => '0',
22378   'expanded' => '0',
22379   'weight' => '0',
22380   'depth' => '5',
22381   'customized' => '0',
22382   'p1' => '1',
22383   'p2' => '8',
22384   'p3' => '60',
22385   'p4' => '393',
22386   'p5' => '448',
22387   'p6' => '0',
22388   'p7' => '0',
22389   'p8' => '0',
22390   'p9' => '0',
22391   'updated' => '0',
22392 ))
22393 ->values(array(
22394   'menu_name' => 'management',
22395   'mlid' => '449',
22396   'plid' => '422',
22397   'link_path' => 'admin/config/regional/language/configure/session',
22398   'router_path' => 'admin/config/regional/language/configure/session',
22399   'link_title' => 'Session language detection configuration',
22400   'options' => 'a:0:{}',
22401   'module' => 'system',
22402   'hidden' => '-1',
22403   'external' => '0',
22404   'has_children' => '0',
22405   'expanded' => '0',
22406   'weight' => '0',
22407   'depth' => '6',
22408   'customized' => '0',
22409   'p1' => '1',
22410   'p2' => '8',
22411   'p3' => '48',
22412   'p4' => '395',
22413   'p5' => '422',
22414   'p6' => '449',
22415   'p7' => '0',
22416   'p8' => '0',
22417   'p9' => '0',
22418   'updated' => '0',
22419 ))
22420 ->values(array(
22421   'menu_name' => 'management',
22422   'mlid' => '450',
22423   'plid' => '410',
22424   'link_path' => 'admin/config/development/testing/results/%',
22425   'router_path' => 'admin/config/development/testing/results/%',
22426   'link_title' => 'Test result',
22427   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:21:"View result of tests.";}}',
22428   'module' => 'system',
22429   'hidden' => '0',
22430   'external' => '0',
22431   'has_children' => '0',
22432   'expanded' => '0',
22433   'weight' => '0',
22434   'depth' => '5',
22435   'customized' => '0',
22436   'p1' => '1',
22437   'p2' => '8',
22438   'p3' => '37',
22439   'p4' => '410',
22440   'p5' => '450',
22441   'p6' => '0',
22442   'p7' => '0',
22443   'p8' => '0',
22444   'p9' => '0',
22445   'updated' => '0',
22446 ))
22447 ->values(array(
22448   'menu_name' => 'management',
22449   'mlid' => '451',
22450   'plid' => '422',
22451   'link_path' => 'admin/config/regional/language/configure/url',
22452   'router_path' => 'admin/config/regional/language/configure/url',
22453   'link_title' => 'URL language detection configuration',
22454   'options' => 'a:0:{}',
22455   'module' => 'system',
22456   'hidden' => '-1',
22457   'external' => '0',
22458   'has_children' => '0',
22459   'expanded' => '0',
22460   'weight' => '0',
22461   'depth' => '6',
22462   'customized' => '0',
22463   'p1' => '1',
22464   'p2' => '8',
22465   'p3' => '48',
22466   'p4' => '395',
22467   'p5' => '422',
22468   'p6' => '451',
22469   'p7' => '0',
22470   'p8' => '0',
22471   'p9' => '0',
22472   'updated' => '0',
22473 ))
22474 ->values(array(
22475   'menu_name' => 'management',
22476   'mlid' => '452',
22477   'plid' => '393',
22478   'link_path' => 'admin/config/services/aggregator/update/%',
22479   'router_path' => 'admin/config/services/aggregator/update/%',
22480   'link_title' => 'Update items',
22481   'options' => 'a:0:{}',
22482   'module' => 'system',
22483   'hidden' => '0',
22484   'external' => '0',
22485   'has_children' => '0',
22486   'expanded' => '0',
22487   'weight' => '0',
22488   'depth' => '5',
22489   'customized' => '0',
22490   'p1' => '1',
22491   'p2' => '8',
22492   'p3' => '60',
22493   'p4' => '393',
22494   'p5' => '452',
22495   'p6' => '0',
22496   'p7' => '0',
22497   'p8' => '0',
22498   'p9' => '0',
22499   'updated' => '0',
22500 ))
22501 ->values(array(
22502   'menu_name' => 'management',
22503   'mlid' => '458',
22504   'plid' => '393',
22505   'link_path' => 'admin/config/services/aggregator/edit/category/%',
22506   'router_path' => 'admin/config/services/aggregator/edit/category/%',
22507   'link_title' => 'Edit category',
22508   'options' => 'a:0:{}',
22509   'module' => 'system',
22510   'hidden' => '0',
22511   'external' => '0',
22512   'has_children' => '0',
22513   'expanded' => '0',
22514   'weight' => '0',
22515   'depth' => '5',
22516   'customized' => '0',
22517   'p1' => '1',
22518   'p2' => '8',
22519   'p3' => '60',
22520   'p4' => '393',
22521   'p5' => '458',
22522   'p6' => '0',
22523   'p7' => '0',
22524   'p8' => '0',
22525   'p9' => '0',
22526   'updated' => '0',
22527 ))
22528 ->values(array(
22529   'menu_name' => 'management',
22530   'mlid' => '459',
22531   'plid' => '393',
22532   'link_path' => 'admin/config/services/aggregator/edit/feed/%',
22533   'router_path' => 'admin/config/services/aggregator/edit/feed/%',
22534   'link_title' => 'Edit feed',
22535   'options' => 'a:0:{}',
22536   'module' => 'system',
22537   'hidden' => '0',
22538   'external' => '0',
22539   'has_children' => '0',
22540   'expanded' => '0',
22541   'weight' => '0',
22542   'depth' => '5',
22543   'customized' => '0',
22544   'p1' => '1',
22545   'p2' => '8',
22546   'p3' => '60',
22547   'p4' => '393',
22548   'p5' => '459',
22549   'p6' => '0',
22550   'p7' => '0',
22551   'p8' => '0',
22552   'p9' => '0',
22553   'updated' => '0',
22554 ))
22555 ->values(array(
22556   'menu_name' => 'management',
22557   'mlid' => '461',
22558   'plid' => '429',
22559   'link_path' => 'admin/config/regional/date-time/locale/%/edit',
22560   'router_path' => 'admin/config/regional/date-time/locale/%/edit',
22561   'link_title' => 'Localize date formats',
22562   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
22563   'module' => 'system',
22564   'hidden' => '0',
22565   'external' => '0',
22566   'has_children' => '0',
22567   'expanded' => '0',
22568   'weight' => '0',
22569   'depth' => '6',
22570   'customized' => '0',
22571   'p1' => '1',
22572   'p2' => '8',
22573   'p3' => '48',
22574   'p4' => '74',
22575   'p5' => '429',
22576   'p6' => '461',
22577   'p7' => '0',
22578   'p8' => '0',
22579   'p9' => '0',
22580   'updated' => '0',
22581 ))
22582 ->values(array(
22583   'menu_name' => 'management',
22584   'mlid' => '462',
22585   'plid' => '303',
22586   'link_path' => 'admin/structure/types/manage/%/display/print',
22587   'router_path' => 'admin/structure/types/manage/%/display/print',
22588   'link_title' => 'Print',
22589   'options' => 'a:0:{}',
22590   'module' => 'system',
22591   'hidden' => '-1',
22592   'external' => '0',
22593   'has_children' => '0',
22594   'expanded' => '0',
22595   'weight' => '5',
22596   'depth' => '6',
22597   'customized' => '0',
22598   'p1' => '1',
22599   'p2' => '20',
22600   'p3' => '34',
22601   'p4' => '114',
22602   'p5' => '303',
22603   'p6' => '462',
22604   'p7' => '0',
22605   'p8' => '0',
22606   'p9' => '0',
22607   'updated' => '0',
22608 ))
22609 ->values(array(
22610   'menu_name' => 'management',
22611   'mlid' => '463',
22612   'plid' => '429',
22613   'link_path' => 'admin/config/regional/date-time/locale/%/reset',
22614   'router_path' => 'admin/config/regional/date-time/locale/%/reset',
22615   'link_title' => 'Reset date formats',
22616   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Reset localized date formats to global defaults";}}',
22617   'module' => 'system',
22618   'hidden' => '0',
22619   'external' => '0',
22620   'has_children' => '0',
22621   'expanded' => '0',
22622   'weight' => '0',
22623   'depth' => '6',
22624   'customized' => '0',
22625   'p1' => '1',
22626   'p2' => '8',
22627   'p3' => '48',
22628   'p4' => '74',
22629   'p5' => '429',
22630   'p6' => '463',
22631   'p7' => '0',
22632   'p8' => '0',
22633   'p9' => '0',
22634   'updated' => '0',
22635 ))
22636 ->values(array(
22637   'menu_name' => 'navigation',
22638   'mlid' => '465',
22639   'plid' => '6',
22640   'link_path' => 'node/add/test-content-type',
22641   'router_path' => 'node/add/test-content-type',
22642   'link_title' => 'Test content type',
22643   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:49:"This is the description of the test content type.";}}',
22644   'module' => 'system',
22645   'hidden' => '0',
22646   'external' => '0',
22647   'has_children' => '0',
22648   'expanded' => '0',
22649   'weight' => '0',
22650   'depth' => '2',
22651   'customized' => '0',
22652   'p1' => '6',
22653   'p2' => '465',
22654   'p3' => '0',
22655   'p4' => '0',
22656   'p5' => '0',
22657   'p6' => '0',
22658   'p7' => '0',
22659   'p8' => '0',
22660   'p9' => '0',
22661   'updated' => '0',
22662 ))
22663 ->values(array(
22664   'menu_name' => 'management',
22665   'mlid' => '466',
22666   'plid' => '44',
22667   'link_path' => 'admin/structure/menu/manage/menu-test-menu',
22668   'router_path' => 'admin/structure/menu/manage/%',
22669   'link_title' => 'Test Menu',
22670   'options' => 'a:0:{}',
22671   'module' => 'menu',
22672   'hidden' => '0',
22673   'external' => '0',
22674   'has_children' => '0',
22675   'expanded' => '0',
22676   'weight' => '0',
22677   'depth' => '4',
22678   'customized' => '0',
22679   'p1' => '1',
22680   'p2' => '20',
22681   'p3' => '44',
22682   'p4' => '466',
22683   'p5' => '0',
22684   'p6' => '0',
22685   'p7' => '0',
22686   'p8' => '0',
22687   'p9' => '0',
22688   'updated' => '0',
22689 ))
22690 ->values(array(
22691   'menu_name' => 'menu-test-menu',
22692   'mlid' => '467',
22693   'plid' => '469',
22694   'link_path' => 'http://google.com',
22695   'router_path' => '',
22696   'link_title' => 'Google',
22697   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"Google";}}',
22698   'module' => 'menu',
22699   'hidden' => '0',
22700   'external' => '1',
22701   'has_children' => '0',
22702   'expanded' => '0',
22703   'weight' => '0',
22704   'depth' => '2',
22705   'customized' => '1',
22706   'p1' => '469',
22707   'p2' => '467',
22708   'p3' => '0',
22709   'p4' => '0',
22710   'p5' => '0',
22711   'p6' => '0',
22712   'p7' => '0',
22713   'p8' => '0',
22714   'p9' => '0',
22715   'updated' => '0',
22716 ))
22717 ->values(array(
22718   'menu_name' => 'menu-test-menu',
22719   'mlid' => '468',
22720   'plid' => '0',
22721   'link_path' => 'http://yahoo.com',
22722   'router_path' => '',
22723   'link_title' => 'Yahoo',
22724   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:5:"Yahoo";}}',
22725   'module' => 'menu',
22726   'hidden' => '0',
22727   'external' => '1',
22728   'has_children' => '0',
22729   'expanded' => '0',
22730   'weight' => '0',
22731   'depth' => '1',
22732   'customized' => '1',
22733   'p1' => '468',
22734   'p2' => '0',
22735   'p3' => '0',
22736   'p4' => '0',
22737   'p5' => '0',
22738   'p6' => '0',
22739   'p7' => '0',
22740   'p8' => '0',
22741   'p9' => '0',
22742   'updated' => '0',
22743 ))
22744 ->values(array(
22745   'menu_name' => 'menu-test-menu',
22746   'mlid' => '469',
22747   'plid' => '0',
22748   'link_path' => 'http://bing.com',
22749   'router_path' => '',
22750   'link_title' => 'Bing',
22751   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:4:"Bing";}}',
22752   'module' => 'menu',
22753   'hidden' => '0',
22754   'external' => '1',
22755   'has_children' => '0',
22756   'expanded' => '0',
22757   'weight' => '0',
22758   'depth' => '1',
22759   'customized' => '1',
22760   'p1' => '469',
22761   'p2' => '0',
22762   'p3' => '0',
22763   'p4' => '0',
22764   'p5' => '0',
22765   'p6' => '0',
22766   'p7' => '0',
22767   'p8' => '0',
22768   'p9' => '0',
22769   'updated' => '0',
22770 ))
22771 ->values(array(
22772   'menu_name' => 'menu-test-menu',
22773   'mlid' => '470',
22774   'plid' => '469',
22775   'link_path' => 'http://ask.com',
22776   'router_path' => '',
22777   'link_title' => 'Ask',
22778   'options' => 'a:0:{}',
22779   'module' => 'menu',
22780   'hidden' => '0',
22781   'external' => '1',
22782   'has_children' => '0',
22783   'expanded' => '0',
22784   'weight' => '0',
22785   'depth' => '2',
22786   'customized' => '1',
22787   'p1' => '469',
22788   'p2' => '470',
22789   'p3' => '0',
22790   'p4' => '0',
22791   'p5' => '0',
22792   'p6' => '0',
22793   'p7' => '0',
22794   'p8' => '0',
22795   'p9' => '0',
22796   'updated' => '0',
22797 ))
22798 ->values(array(
22799   'menu_name' => 'shortcut-set-2',
22800   'mlid' => '472',
22801   'plid' => '0',
22802   'link_path' => 'admin/help',
22803   'router_path' => 'admin/help',
22804   'link_title' => 'Help',
22805   'options' => 'a:0:{}',
22806   'module' => 'menu',
22807   'hidden' => '0',
22808   'external' => '0',
22809   'has_children' => '0',
22810   'expanded' => '0',
22811   'weight' => '-49',
22812   'depth' => '1',
22813   'customized' => '0',
22814   'p1' => '472',
22815   'p2' => '0',
22816   'p3' => '0',
22817   'p4' => '0',
22818   'p5' => '0',
22819   'p6' => '0',
22820   'p7' => '0',
22821   'p8' => '0',
22822   'p9' => '0',
22823   'updated' => '0',
22824 ))
22825 ->values(array(
22826   'menu_name' => 'shortcut-set-2',
22827   'mlid' => '473',
22828   'plid' => '0',
22829   'link_path' => 'admin/people',
22830   'router_path' => 'admin/people',
22831   'link_title' => 'People',
22832   'options' => 'a:0:{}',
22833   'module' => 'menu',
22834   'hidden' => '0',
22835   'external' => '0',
22836   'has_children' => '0',
22837   'expanded' => '0',
22838   'weight' => '-50',
22839   'depth' => '1',
22840   'customized' => '0',
22841   'p1' => '473',
22842   'p2' => '0',
22843   'p3' => '0',
22844   'p4' => '0',
22845   'p5' => '0',
22846   'p6' => '0',
22847   'p7' => '0',
22848   'p8' => '0',
22849   'p9' => '0',
22850   'updated' => '0',
22851 ))
22852 ->values(array(
22853   'menu_name' => 'navigation',
22854   'mlid' => '474',
22855   'plid' => '4',
22856   'link_path' => 'filter/tips/%',
22857   'router_path' => 'filter/tips/%',
22858   'link_title' => 'Compose tips',
22859   'options' => 'a:0:{}',
22860   'module' => 'system',
22861   'hidden' => '0',
22862   'external' => '0',
22863   'has_children' => '0',
22864   'expanded' => '0',
22865   'weight' => '0',
22866   'depth' => '2',
22867   'customized' => '0',
22868   'p1' => '4',
22869   'p2' => '474',
22870   'p3' => '0',
22871   'p4' => '0',
22872   'p5' => '0',
22873   'p6' => '0',
22874   'p7' => '0',
22875   'p8' => '0',
22876   'p9' => '0',
22877   'updated' => '0',
22878 ))
22879 ->values(array(
22880   'menu_name' => 'management',
22881   'mlid' => '475',
22882   'plid' => '175',
22883   'link_path' => 'admin/help/php',
22884   'router_path' => 'admin/help/php',
22885   'link_title' => 'php',
22886   'options' => 'a:0:{}',
22887   'module' => 'system',
22888   'hidden' => '-1',
22889   'external' => '0',
22890   'has_children' => '0',
22891   'expanded' => '0',
22892   'weight' => '0',
22893   'depth' => '3',
22894   'customized' => '0',
22895   'p1' => '1',
22896   'p2' => '175',
22897   'p3' => '475',
22898   'p4' => '0',
22899   'p5' => '0',
22900   'p6' => '0',
22901   'p7' => '0',
22902   'p8' => '0',
22903   'p9' => '0',
22904   'updated' => '0',
22905 ))
22906 ->values(array(
22907   'menu_name' => 'management',
22908   'mlid' => '478',
22909   'plid' => '20',
22910   'link_path' => 'admin/content',
22911   'router_path' => 'admin/content',
22912   'link_title' => 'custom link test',
22913   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
22914   'module' => 'menu',
22915   'hidden' => '0',
22916   'external' => '0',
22917   'has_children' => '0',
22918   'expanded' => '0',
22919   'weight' => '0',
22920   'depth' => '3',
22921   'customized' => '1',
22922   'p1' => '1',
22923   'p2' => '20',
22924   'p3' => '478',
22925   'p4' => '0',
22926   'p5' => '0',
22927   'p6' => '0',
22928   'p7' => '0',
22929   'p8' => '0',
22930   'p9' => '0',
22931   'updated' => '0',
22932 ))
22933 ->values(array(
22934   'menu_name' => 'navigation',
22935   'mlid' => '479',
22936   'plid' => '0',
22937   'link_path' => 'node/2',
22938   'router_path' => 'node/2',
22939   'link_title' => 'node link test',
22940   'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"node 2";}}',
22941   'module' => 'menu',
22942   'hidden' => '0',
22943   'external' => '0',
22944   'has_children' => '0',
22945   'expanded' => '0',
22946   'weight' => '3',
22947   'depth' => '1',
22948   'customized' => '1',
22949   'p1' => '479',
22950   'p2' => '0',
22951   'p3' => '0',
22952   'p4' => '0',
22953   'p5' => '0',
22954   'p6' => '0',
22955   'p7' => '0',
22956   'p8' => '0',
22957   'p9' => '0',
22958   'updated' => '0',
22959 ))
22960 ->execute();
22961
22962 $connection->schema()->createTable('menu_router', array(
22963   'fields' => array(
22964     'path' => array(
22965       'type' => 'varchar',
22966       'not null' => TRUE,
22967       'length' => '255',
22968       'default' => '',
22969     ),
22970     'load_functions' => array(
22971       'type' => 'blob',
22972       'not null' => TRUE,
22973       'size' => 'normal',
22974     ),
22975     'to_arg_functions' => array(
22976       'type' => 'blob',
22977       'not null' => TRUE,
22978       'size' => 'normal',
22979     ),
22980     'access_callback' => array(
22981       'type' => 'varchar',
22982       'not null' => TRUE,
22983       'length' => '255',
22984       'default' => '',
22985     ),
22986     'access_arguments' => array(
22987       'type' => 'blob',
22988       'not null' => FALSE,
22989       'size' => 'normal',
22990     ),
22991     'page_callback' => array(
22992       'type' => 'varchar',
22993       'not null' => TRUE,
22994       'length' => '255',
22995       'default' => '',
22996     ),
22997     'page_arguments' => array(
22998       'type' => 'blob',
22999       'not null' => FALSE,
23000       'size' => 'normal',
23001     ),
23002     'delivery_callback' => array(
23003       'type' => 'varchar',
23004       'not null' => TRUE,
23005       'length' => '255',
23006       'default' => '',
23007     ),
23008     'fit' => array(
23009       'type' => 'int',
23010       'not null' => TRUE,
23011       'size' => 'normal',
23012       'default' => '0',
23013     ),
23014     'number_parts' => array(
23015       'type' => 'int',
23016       'not null' => TRUE,
23017       'size' => 'normal',
23018       'default' => '0',
23019     ),
23020     'context' => array(
23021       'type' => 'int',
23022       'not null' => TRUE,
23023       'size' => 'normal',
23024       'default' => '0',
23025     ),
23026     'tab_parent' => array(
23027       'type' => 'varchar',
23028       'not null' => TRUE,
23029       'length' => '255',
23030       'default' => '',
23031     ),
23032     'tab_root' => array(
23033       'type' => 'varchar',
23034       'not null' => TRUE,
23035       'length' => '255',
23036       'default' => '',
23037     ),
23038     'title' => array(
23039       'type' => 'varchar',
23040       'not null' => TRUE,
23041       'length' => '255',
23042       'default' => '',
23043     ),
23044     'title_callback' => array(
23045       'type' => 'varchar',
23046       'not null' => TRUE,
23047       'length' => '255',
23048       'default' => '',
23049     ),
23050     'title_arguments' => array(
23051       'type' => 'varchar',
23052       'not null' => TRUE,
23053       'length' => '255',
23054       'default' => '',
23055     ),
23056     'theme_callback' => array(
23057       'type' => 'varchar',
23058       'not null' => TRUE,
23059       'length' => '255',
23060       'default' => '',
23061     ),
23062     'theme_arguments' => array(
23063       'type' => 'varchar',
23064       'not null' => TRUE,
23065       'length' => '255',
23066       'default' => '',
23067     ),
23068     'type' => array(
23069       'type' => 'int',
23070       'not null' => TRUE,
23071       'size' => 'normal',
23072       'default' => '0',
23073     ),
23074     'description' => array(
23075       'type' => 'text',
23076       'not null' => TRUE,
23077       'size' => 'normal',
23078     ),
23079     'position' => array(
23080       'type' => 'varchar',
23081       'not null' => TRUE,
23082       'length' => '255',
23083       'default' => '',
23084     ),
23085     'weight' => array(
23086       'type' => 'int',
23087       'not null' => TRUE,
23088       'size' => 'normal',
23089       'default' => '0',
23090     ),
23091     'include_file' => array(
23092       'type' => 'text',
23093       'not null' => FALSE,
23094       'size' => 'normal',
23095     ),
23096   ),
23097   'primary key' => array(
23098     'path',
23099   ),
23100   'mysql_character_set' => 'utf8',
23101 ));
23102
23103 $connection->insert('menu_router')
23104 ->fields(array(
23105   'path',
23106   'load_functions',
23107   'to_arg_functions',
23108   'access_callback',
23109   'access_arguments',
23110   'page_callback',
23111   'page_arguments',
23112   'delivery_callback',
23113   'fit',
23114   'number_parts',
23115   'context',
23116   'tab_parent',
23117   'tab_root',
23118   'title',
23119   'title_callback',
23120   'title_arguments',
23121   'theme_callback',
23122   'theme_arguments',
23123   'type',
23124   'description',
23125   'position',
23126   'weight',
23127   'include_file',
23128 ))
23129 ->values(array(
23130   'path' => 'admin',
23131   'load_functions' => '',
23132   'to_arg_functions' => '',
23133   'access_callback' => 'user_access',
23134   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23135   'page_callback' => 'system_admin_menu_block_page',
23136   'page_arguments' => 'a:0:{}',
23137   'delivery_callback' => '',
23138   'fit' => '1',
23139   'number_parts' => '1',
23140   'context' => '0',
23141   'tab_parent' => '',
23142   'tab_root' => 'admin',
23143   'title' => 'Administration',
23144   'title_callback' => 't',
23145   'title_arguments' => '',
23146   'theme_callback' => '',
23147   'theme_arguments' => 'a:0:{}',
23148   'type' => '6',
23149   'description' => '',
23150   'position' => '',
23151   'weight' => '9',
23152   'include_file' => 'modules/system/system.admin.inc',
23153 ))
23154 ->values(array(
23155   'path' => 'admin/appearance',
23156   'load_functions' => '',
23157   'to_arg_functions' => '',
23158   'access_callback' => 'user_access',
23159   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
23160   'page_callback' => 'system_themes_page',
23161   'page_arguments' => 'a:0:{}',
23162   'delivery_callback' => '',
23163   'fit' => '3',
23164   'number_parts' => '2',
23165   'context' => '0',
23166   'tab_parent' => '',
23167   'tab_root' => 'admin/appearance',
23168   'title' => 'Appearance',
23169   'title_callback' => 't',
23170   'title_arguments' => '',
23171   'theme_callback' => '',
23172   'theme_arguments' => 'a:0:{}',
23173   'type' => '6',
23174   'description' => 'Select and configure your themes.',
23175   'position' => 'left',
23176   'weight' => '-6',
23177   'include_file' => 'modules/system/system.admin.inc',
23178 ))
23179 ->values(array(
23180   'path' => 'admin/appearance/default',
23181   'load_functions' => '',
23182   'to_arg_functions' => '',
23183   'access_callback' => 'user_access',
23184   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
23185   'page_callback' => 'system_theme_default',
23186   'page_arguments' => 'a:0:{}',
23187   'delivery_callback' => '',
23188   'fit' => '7',
23189   'number_parts' => '3',
23190   'context' => '0',
23191   'tab_parent' => '',
23192   'tab_root' => 'admin/appearance/default',
23193   'title' => 'Set default theme',
23194   'title_callback' => 't',
23195   'title_arguments' => '',
23196   'theme_callback' => '',
23197   'theme_arguments' => 'a:0:{}',
23198   'type' => '0',
23199   'description' => '',
23200   'position' => '',
23201   'weight' => '0',
23202   'include_file' => 'modules/system/system.admin.inc',
23203 ))
23204 ->values(array(
23205   'path' => 'admin/appearance/disable',
23206   'load_functions' => '',
23207   'to_arg_functions' => '',
23208   'access_callback' => 'user_access',
23209   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
23210   'page_callback' => 'system_theme_disable',
23211   'page_arguments' => 'a:0:{}',
23212   'delivery_callback' => '',
23213   'fit' => '7',
23214   'number_parts' => '3',
23215   'context' => '0',
23216   'tab_parent' => '',
23217   'tab_root' => 'admin/appearance/disable',
23218   'title' => 'Disable theme',
23219   'title_callback' => 't',
23220   'title_arguments' => '',
23221   'theme_callback' => '',
23222   'theme_arguments' => 'a:0:{}',
23223   'type' => '0',
23224   'description' => '',
23225   'position' => '',
23226   'weight' => '0',
23227   'include_file' => 'modules/system/system.admin.inc',
23228 ))
23229 ->values(array(
23230   'path' => 'admin/appearance/enable',
23231   'load_functions' => '',
23232   'to_arg_functions' => '',
23233   'access_callback' => 'user_access',
23234   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
23235   'page_callback' => 'system_theme_enable',
23236   'page_arguments' => 'a:0:{}',
23237   'delivery_callback' => '',
23238   'fit' => '7',
23239   'number_parts' => '3',
23240   'context' => '0',
23241   'tab_parent' => '',
23242   'tab_root' => 'admin/appearance/enable',
23243   'title' => 'Enable theme',
23244   'title_callback' => 't',
23245   'title_arguments' => '',
23246   'theme_callback' => '',
23247   'theme_arguments' => 'a:0:{}',
23248   'type' => '0',
23249   'description' => '',
23250   'position' => '',
23251   'weight' => '0',
23252   'include_file' => 'modules/system/system.admin.inc',
23253 ))
23254 ->values(array(
23255   'path' => 'admin/appearance/install',
23256   'load_functions' => '',
23257   'to_arg_functions' => '',
23258   'access_callback' => 'update_manager_access',
23259   'access_arguments' => 'a:0:{}',
23260   'page_callback' => 'drupal_get_form',
23261   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:5:"theme";}',
23262   'delivery_callback' => '',
23263   'fit' => '7',
23264   'number_parts' => '3',
23265   'context' => '1',
23266   'tab_parent' => 'admin/appearance',
23267   'tab_root' => 'admin/appearance',
23268   'title' => 'Install new theme',
23269   'title_callback' => 't',
23270   'title_arguments' => '',
23271   'theme_callback' => '',
23272   'theme_arguments' => 'a:0:{}',
23273   'type' => '388',
23274   'description' => '',
23275   'position' => '',
23276   'weight' => '25',
23277   'include_file' => 'modules/update/update.manager.inc',
23278 ))
23279 ->values(array(
23280   'path' => 'admin/appearance/list',
23281   'load_functions' => '',
23282   'to_arg_functions' => '',
23283   'access_callback' => 'user_access',
23284   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
23285   'page_callback' => 'system_themes_page',
23286   'page_arguments' => 'a:0:{}',
23287   'delivery_callback' => '',
23288   'fit' => '7',
23289   'number_parts' => '3',
23290   'context' => '1',
23291   'tab_parent' => 'admin/appearance',
23292   'tab_root' => 'admin/appearance',
23293   'title' => 'List',
23294   'title_callback' => 't',
23295   'title_arguments' => '',
23296   'theme_callback' => '',
23297   'theme_arguments' => 'a:0:{}',
23298   'type' => '140',
23299   'description' => 'Select and configure your theme',
23300   'position' => '',
23301   'weight' => '-1',
23302   'include_file' => 'modules/system/system.admin.inc',
23303 ))
23304 ->values(array(
23305   'path' => 'admin/appearance/settings',
23306   'load_functions' => '',
23307   'to_arg_functions' => '',
23308   'access_callback' => 'user_access',
23309   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
23310   'page_callback' => 'drupal_get_form',
23311   'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
23312   'delivery_callback' => '',
23313   'fit' => '7',
23314   'number_parts' => '3',
23315   'context' => '1',
23316   'tab_parent' => 'admin/appearance',
23317   'tab_root' => 'admin/appearance',
23318   'title' => 'Settings',
23319   'title_callback' => 't',
23320   'title_arguments' => '',
23321   'theme_callback' => '',
23322   'theme_arguments' => 'a:0:{}',
23323   'type' => '132',
23324   'description' => 'Configure default and theme specific settings.',
23325   'position' => '',
23326   'weight' => '20',
23327   'include_file' => 'modules/system/system.admin.inc',
23328 ))
23329 ->values(array(
23330   'path' => 'admin/appearance/settings/bartik',
23331   'load_functions' => '',
23332   'to_arg_functions' => '',
23333   'access_callback' => '_system_themes_access',
23334   '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";}}',
23335   'page_callback' => 'drupal_get_form',
23336   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:6:"bartik";}',
23337   'delivery_callback' => '',
23338   'fit' => '15',
23339   'number_parts' => '4',
23340   'context' => '1',
23341   'tab_parent' => 'admin/appearance/settings',
23342   'tab_root' => 'admin/appearance',
23343   'title' => 'Bartik',
23344   'title_callback' => 't',
23345   'title_arguments' => '',
23346   'theme_callback' => '',
23347   'theme_arguments' => 'a:0:{}',
23348   'type' => '132',
23349   'description' => '',
23350   'position' => '',
23351   'weight' => '0',
23352   'include_file' => 'modules/system/system.admin.inc',
23353 ))
23354 ->values(array(
23355   'path' => 'admin/appearance/settings/garland',
23356   'load_functions' => '',
23357   'to_arg_functions' => '',
23358   'access_callback' => '_system_themes_access',
23359   '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";}}',
23360   'page_callback' => 'drupal_get_form',
23361   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:7:"garland";}',
23362   'delivery_callback' => '',
23363   'fit' => '15',
23364   'number_parts' => '4',
23365   'context' => '1',
23366   'tab_parent' => 'admin/appearance/settings',
23367   'tab_root' => 'admin/appearance',
23368   'title' => 'Garland',
23369   'title_callback' => 't',
23370   'title_arguments' => '',
23371   'theme_callback' => '',
23372   'theme_arguments' => 'a:0:{}',
23373   'type' => '132',
23374   'description' => '',
23375   'position' => '',
23376   'weight' => '0',
23377   'include_file' => 'modules/system/system.admin.inc',
23378 ))
23379 ->values(array(
23380   'path' => 'admin/appearance/settings/global',
23381   'load_functions' => '',
23382   'to_arg_functions' => '',
23383   'access_callback' => 'user_access',
23384   'access_arguments' => 'a:1:{i:0;s:17:"administer themes";}',
23385   'page_callback' => 'drupal_get_form',
23386   'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
23387   'delivery_callback' => '',
23388   'fit' => '15',
23389   'number_parts' => '4',
23390   'context' => '1',
23391   'tab_parent' => 'admin/appearance/settings',
23392   'tab_root' => 'admin/appearance',
23393   'title' => 'Global settings',
23394   'title_callback' => 't',
23395   'title_arguments' => '',
23396   'theme_callback' => '',
23397   'theme_arguments' => 'a:0:{}',
23398   'type' => '140',
23399   'description' => '',
23400   'position' => '',
23401   'weight' => '-1',
23402   'include_file' => 'modules/system/system.admin.inc',
23403 ))
23404 ->values(array(
23405   'path' => 'admin/appearance/settings/seven',
23406   'load_functions' => '',
23407   'to_arg_functions' => '',
23408   'access_callback' => '_system_themes_access',
23409   '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";}}',
23410   'page_callback' => 'drupal_get_form',
23411   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"seven";}',
23412   'delivery_callback' => '',
23413   'fit' => '15',
23414   'number_parts' => '4',
23415   'context' => '1',
23416   'tab_parent' => 'admin/appearance/settings',
23417   'tab_root' => 'admin/appearance',
23418   'title' => 'Seven',
23419   'title_callback' => 't',
23420   'title_arguments' => '',
23421   'theme_callback' => '',
23422   'theme_arguments' => 'a:0:{}',
23423   'type' => '132',
23424   'description' => '',
23425   'position' => '',
23426   'weight' => '0',
23427   'include_file' => 'modules/system/system.admin.inc',
23428 ))
23429 ->values(array(
23430   'path' => 'admin/appearance/settings/stark',
23431   'load_functions' => '',
23432   'to_arg_functions' => '',
23433   'access_callback' => '_system_themes_access',
23434   '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\";}}",
23435   'page_callback' => 'drupal_get_form',
23436   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"stark";}',
23437   'delivery_callback' => '',
23438   'fit' => '15',
23439   'number_parts' => '4',
23440   'context' => '1',
23441   'tab_parent' => 'admin/appearance/settings',
23442   'tab_root' => 'admin/appearance',
23443   'title' => 'Stark',
23444   'title_callback' => 't',
23445   'title_arguments' => '',
23446   'theme_callback' => '',
23447   'theme_arguments' => 'a:0:{}',
23448   'type' => '132',
23449   'description' => '',
23450   'position' => '',
23451   'weight' => '0',
23452   'include_file' => 'modules/system/system.admin.inc',
23453 ))
23454 ->values(array(
23455   'path' => 'admin/appearance/update',
23456   'load_functions' => '',
23457   'to_arg_functions' => '',
23458   'access_callback' => 'update_manager_access',
23459   'access_arguments' => 'a:0:{}',
23460   'page_callback' => 'drupal_get_form',
23461   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:5:"theme";}',
23462   'delivery_callback' => '',
23463   'fit' => '7',
23464   'number_parts' => '3',
23465   'context' => '1',
23466   'tab_parent' => 'admin/appearance',
23467   'tab_root' => 'admin/appearance',
23468   'title' => 'Update',
23469   'title_callback' => 't',
23470   'title_arguments' => '',
23471   'theme_callback' => '',
23472   'theme_arguments' => 'a:0:{}',
23473   'type' => '132',
23474   'description' => '',
23475   'position' => '',
23476   'weight' => '10',
23477   'include_file' => 'modules/update/update.manager.inc',
23478 ))
23479 ->values(array(
23480   'path' => 'admin/compact',
23481   'load_functions' => '',
23482   'to_arg_functions' => '',
23483   'access_callback' => 'user_access',
23484   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23485   'page_callback' => 'system_admin_compact_page',
23486   'page_arguments' => 'a:0:{}',
23487   'delivery_callback' => '',
23488   'fit' => '3',
23489   'number_parts' => '2',
23490   'context' => '0',
23491   'tab_parent' => '',
23492   'tab_root' => 'admin/compact',
23493   'title' => 'Compact mode',
23494   'title_callback' => 't',
23495   'title_arguments' => '',
23496   'theme_callback' => '',
23497   'theme_arguments' => 'a:0:{}',
23498   'type' => '0',
23499   'description' => '',
23500   'position' => '',
23501   'weight' => '0',
23502   'include_file' => 'modules/system/system.admin.inc',
23503 ))
23504 ->values(array(
23505   'path' => 'admin/config',
23506   'load_functions' => '',
23507   'to_arg_functions' => '',
23508   'access_callback' => 'user_access',
23509   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23510   'page_callback' => 'system_admin_config_page',
23511   'page_arguments' => 'a:0:{}',
23512   'delivery_callback' => '',
23513   'fit' => '3',
23514   'number_parts' => '2',
23515   'context' => '0',
23516   'tab_parent' => '',
23517   'tab_root' => 'admin/config',
23518   'title' => 'Configuration',
23519   'title_callback' => 't',
23520   'title_arguments' => '',
23521   'theme_callback' => '',
23522   'theme_arguments' => 'a:0:{}',
23523   'type' => '6',
23524   'description' => 'Administer settings.',
23525   'position' => '',
23526   'weight' => '0',
23527   'include_file' => 'modules/system/system.admin.inc',
23528 ))
23529 ->values(array(
23530   'path' => 'admin/config/content',
23531   'load_functions' => '',
23532   'to_arg_functions' => '',
23533   'access_callback' => 'user_access',
23534   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23535   'page_callback' => 'system_admin_menu_block_page',
23536   'page_arguments' => 'a:0:{}',
23537   'delivery_callback' => '',
23538   'fit' => '7',
23539   'number_parts' => '3',
23540   'context' => '0',
23541   'tab_parent' => '',
23542   'tab_root' => 'admin/config/content',
23543   'title' => 'Content authoring',
23544   'title_callback' => 't',
23545   'title_arguments' => '',
23546   'theme_callback' => '',
23547   'theme_arguments' => 'a:0:{}',
23548   'type' => '6',
23549   'description' => 'Settings related to formatting and authoring content.',
23550   'position' => 'left',
23551   'weight' => '-15',
23552   'include_file' => 'modules/system/system.admin.inc',
23553 ))
23554 ->values(array(
23555   'path' => 'admin/config/content/email',
23556   'load_functions' => '',
23557   'to_arg_functions' => '',
23558   'access_callback' => 'user_access',
23559   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
23560   'page_callback' => 'drupal_get_form',
23561   'page_arguments' => 'a:1:{i:0;s:20:"email_admin_settings";}',
23562   'delivery_callback' => '',
23563   'fit' => '15',
23564   'number_parts' => '4',
23565   'context' => '0',
23566   'tab_parent' => '',
23567   'tab_root' => 'admin/config/content/email',
23568   'title' => 'Email Contact Form Settings',
23569   'title_callback' => 't',
23570   'title_arguments' => '',
23571   'theme_callback' => '',
23572   'theme_arguments' => 'a:0:{}',
23573   'type' => '6',
23574   'description' => 'Administer flood control settings for email contact forms',
23575   'position' => '',
23576   'weight' => '0',
23577   'include_file' => '',
23578 ))
23579 ->values(array(
23580   'path' => 'admin/config/content/formats',
23581   'load_functions' => '',
23582   'to_arg_functions' => '',
23583   'access_callback' => 'user_access',
23584   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
23585   'page_callback' => 'drupal_get_form',
23586   'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}',
23587   'delivery_callback' => '',
23588   'fit' => '15',
23589   'number_parts' => '4',
23590   'context' => '0',
23591   'tab_parent' => '',
23592   'tab_root' => 'admin/config/content/formats',
23593   'title' => 'Text formats',
23594   'title_callback' => 't',
23595   'title_arguments' => '',
23596   'theme_callback' => '',
23597   'theme_arguments' => 'a:0:{}',
23598   'type' => '6',
23599   'description' => 'Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.',
23600   'position' => '',
23601   'weight' => '0',
23602   'include_file' => 'modules/filter/filter.admin.inc',
23603 ))
23604 ->values(array(
23605   'path' => 'admin/config/content/formats/%',
23606   'load_functions' => 'a:1:{i:4;s:18:"filter_format_load";}',
23607   'to_arg_functions' => '',
23608   'access_callback' => 'user_access',
23609   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
23610   'page_callback' => 'filter_admin_format_page',
23611   'page_arguments' => 'a:1:{i:0;i:4;}',
23612   'delivery_callback' => '',
23613   'fit' => '30',
23614   'number_parts' => '5',
23615   'context' => '0',
23616   'tab_parent' => '',
23617   'tab_root' => 'admin/config/content/formats/%',
23618   'title' => '',
23619   'title_callback' => 'filter_admin_format_title',
23620   'title_arguments' => 'a:1:{i:0;i:4;}',
23621   'theme_callback' => '',
23622   'theme_arguments' => 'a:0:{}',
23623   'type' => '6',
23624   'description' => '',
23625   'position' => '',
23626   'weight' => '0',
23627   'include_file' => 'modules/filter/filter.admin.inc',
23628 ))
23629 ->values(array(
23630   'path' => 'admin/config/content/formats/%/disable',
23631   'load_functions' => 'a:1:{i:4;s:18:"filter_format_load";}',
23632   'to_arg_functions' => '',
23633   'access_callback' => '_filter_disable_format_access',
23634   'access_arguments' => 'a:1:{i:0;i:4;}',
23635   'page_callback' => 'drupal_get_form',
23636   'page_arguments' => 'a:2:{i:0;s:20:"filter_admin_disable";i:1;i:4;}',
23637   'delivery_callback' => '',
23638   'fit' => '61',
23639   'number_parts' => '6',
23640   'context' => '0',
23641   'tab_parent' => '',
23642   'tab_root' => 'admin/config/content/formats/%/disable',
23643   'title' => 'Disable text format',
23644   'title_callback' => 't',
23645   'title_arguments' => '',
23646   'theme_callback' => '',
23647   'theme_arguments' => 'a:0:{}',
23648   'type' => '6',
23649   'description' => '',
23650   'position' => '',
23651   'weight' => '0',
23652   'include_file' => 'modules/filter/filter.admin.inc',
23653 ))
23654 ->values(array(
23655   'path' => 'admin/config/content/formats/add',
23656   'load_functions' => '',
23657   'to_arg_functions' => '',
23658   'access_callback' => 'user_access',
23659   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
23660   'page_callback' => 'filter_admin_format_page',
23661   'page_arguments' => 'a:0:{}',
23662   'delivery_callback' => '',
23663   'fit' => '31',
23664   'number_parts' => '5',
23665   'context' => '1',
23666   'tab_parent' => 'admin/config/content/formats',
23667   'tab_root' => 'admin/config/content/formats',
23668   'title' => 'Add text format',
23669   'title_callback' => 't',
23670   'title_arguments' => '',
23671   'theme_callback' => '',
23672   'theme_arguments' => 'a:0:{}',
23673   'type' => '388',
23674   'description' => '',
23675   'position' => '',
23676   'weight' => '1',
23677   'include_file' => 'modules/filter/filter.admin.inc',
23678 ))
23679 ->values(array(
23680   'path' => 'admin/config/content/formats/list',
23681   'load_functions' => '',
23682   'to_arg_functions' => '',
23683   'access_callback' => 'user_access',
23684   'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
23685   'page_callback' => 'drupal_get_form',
23686   'page_arguments' => 'a:1:{i:0;s:21:"filter_admin_overview";}',
23687   'delivery_callback' => '',
23688   'fit' => '31',
23689   'number_parts' => '5',
23690   'context' => '1',
23691   'tab_parent' => 'admin/config/content/formats',
23692   'tab_root' => 'admin/config/content/formats',
23693   'title' => 'List',
23694   'title_callback' => 't',
23695   'title_arguments' => '',
23696   'theme_callback' => '',
23697   'theme_arguments' => 'a:0:{}',
23698   'type' => '140',
23699   'description' => '',
23700   'position' => '',
23701   'weight' => '0',
23702   'include_file' => 'modules/filter/filter.admin.inc',
23703 ))
23704 ->values(array(
23705   'path' => 'admin/config/date',
23706   'load_functions' => '',
23707   'to_arg_functions' => '',
23708   'access_callback' => 'user_access',
23709   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
23710   'page_callback' => 'system_admin_menu_block_page',
23711   'page_arguments' => 'a:0:{}',
23712   'delivery_callback' => '',
23713   'fit' => '7',
23714   'number_parts' => '3',
23715   'context' => '0',
23716   'tab_parent' => '',
23717   'tab_root' => 'admin/config/date',
23718   'title' => 'Date API',
23719   'title_callback' => 't',
23720   'title_arguments' => '',
23721   'theme_callback' => '',
23722   'theme_arguments' => 'a:0:{}',
23723   'type' => '6',
23724   'description' => 'Settings for modules the use the Date API.',
23725   'position' => 'left',
23726   'weight' => '-10',
23727   'include_file' => 'modules/system/system.admin.inc',
23728 ))
23729 ->values(array(
23730   'path' => 'admin/config/development',
23731   'load_functions' => '',
23732   'to_arg_functions' => '',
23733   'access_callback' => 'user_access',
23734   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23735   'page_callback' => 'system_admin_menu_block_page',
23736   'page_arguments' => 'a:0:{}',
23737   'delivery_callback' => '',
23738   'fit' => '7',
23739   'number_parts' => '3',
23740   'context' => '0',
23741   'tab_parent' => '',
23742   'tab_root' => 'admin/config/development',
23743   'title' => 'Development',
23744   'title_callback' => 't',
23745   'title_arguments' => '',
23746   'theme_callback' => '',
23747   'theme_arguments' => 'a:0:{}',
23748   'type' => '6',
23749   'description' => 'Development tools.',
23750   'position' => 'right',
23751   'weight' => '-10',
23752   'include_file' => 'modules/system/system.admin.inc',
23753 ))
23754 ->values(array(
23755   'path' => 'admin/config/development/logging',
23756   'load_functions' => '',
23757   'to_arg_functions' => '',
23758   'access_callback' => 'user_access',
23759   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
23760   'page_callback' => 'drupal_get_form',
23761   'page_arguments' => 'a:1:{i:0;s:23:"system_logging_settings";}',
23762   'delivery_callback' => '',
23763   'fit' => '15',
23764   'number_parts' => '4',
23765   'context' => '0',
23766   'tab_parent' => '',
23767   'tab_root' => 'admin/config/development/logging',
23768   'title' => 'Logging and errors',
23769   'title_callback' => 't',
23770   'title_arguments' => '',
23771   'theme_callback' => '',
23772   'theme_arguments' => 'a:0:{}',
23773   'type' => '6',
23774   'description' => "Settings for logging and alerts modules. Various modules can route Drupal's system events to different destinations, such as syslog, database, email, etc.",
23775   'position' => '',
23776   'weight' => '-15',
23777   'include_file' => 'modules/system/system.admin.inc',
23778 ))
23779 ->values(array(
23780   'path' => 'admin/config/development/maintenance',
23781   'load_functions' => '',
23782   'to_arg_functions' => '',
23783   'access_callback' => 'user_access',
23784   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
23785   'page_callback' => 'drupal_get_form',
23786   'page_arguments' => 'a:1:{i:0;s:28:"system_site_maintenance_mode";}',
23787   'delivery_callback' => '',
23788   'fit' => '15',
23789   'number_parts' => '4',
23790   'context' => '0',
23791   'tab_parent' => '',
23792   'tab_root' => 'admin/config/development/maintenance',
23793   'title' => 'Maintenance mode',
23794   'title_callback' => 't',
23795   'title_arguments' => '',
23796   'theme_callback' => '',
23797   'theme_arguments' => 'a:0:{}',
23798   'type' => '6',
23799   'description' => 'Take the site offline for maintenance or bring it back online.',
23800   'position' => '',
23801   'weight' => '-10',
23802   'include_file' => 'modules/system/system.admin.inc',
23803 ))
23804 ->values(array(
23805   'path' => 'admin/config/development/performance',
23806   'load_functions' => '',
23807   'to_arg_functions' => '',
23808   'access_callback' => 'user_access',
23809   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
23810   'page_callback' => 'drupal_get_form',
23811   'page_arguments' => 'a:1:{i:0;s:27:"system_performance_settings";}',
23812   'delivery_callback' => '',
23813   'fit' => '15',
23814   'number_parts' => '4',
23815   'context' => '0',
23816   'tab_parent' => '',
23817   'tab_root' => 'admin/config/development/performance',
23818   'title' => 'Performance',
23819   'title_callback' => 't',
23820   'title_arguments' => '',
23821   'theme_callback' => '',
23822   'theme_arguments' => 'a:0:{}',
23823   'type' => '6',
23824   'description' => 'Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.',
23825   'position' => '',
23826   'weight' => '-20',
23827   'include_file' => 'modules/system/system.admin.inc',
23828 ))
23829 ->values(array(
23830   'path' => 'admin/config/development/testing',
23831   'load_functions' => '',
23832   'to_arg_functions' => '',
23833   'access_callback' => 'user_access',
23834   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
23835   'page_callback' => 'drupal_get_form',
23836   'page_arguments' => 'a:1:{i:0;s:20:"simpletest_test_form";}',
23837   'delivery_callback' => '',
23838   'fit' => '15',
23839   'number_parts' => '4',
23840   'context' => '0',
23841   'tab_parent' => '',
23842   'tab_root' => 'admin/config/development/testing',
23843   'title' => 'Testing',
23844   'title_callback' => 't',
23845   'title_arguments' => '',
23846   'theme_callback' => '',
23847   'theme_arguments' => 'a:0:{}',
23848   'type' => '6',
23849   'description' => 'Run tests against Drupal core and your active modules. These tests help assure that your site code is working as designed.',
23850   'position' => '',
23851   'weight' => '-5',
23852   'include_file' => 'modules/simpletest/simpletest.pages.inc',
23853 ))
23854 ->values(array(
23855   'path' => 'admin/config/development/testing/list',
23856   'load_functions' => '',
23857   'to_arg_functions' => '',
23858   'access_callback' => 'user_access',
23859   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
23860   'page_callback' => 'drupal_get_form',
23861   'page_arguments' => 'a:1:{i:0;s:20:"simpletest_test_form";}',
23862   'delivery_callback' => '',
23863   'fit' => '31',
23864   'number_parts' => '5',
23865   'context' => '1',
23866   'tab_parent' => 'admin/config/development/testing',
23867   'tab_root' => 'admin/config/development/testing',
23868   'title' => 'List',
23869   'title_callback' => 't',
23870   'title_arguments' => '',
23871   'theme_callback' => '',
23872   'theme_arguments' => 'a:0:{}',
23873   'type' => '140',
23874   'description' => '',
23875   'position' => '',
23876   'weight' => '0',
23877   'include_file' => 'modules/simpletest/simpletest.pages.inc',
23878 ))
23879 ->values(array(
23880   'path' => 'admin/config/development/testing/results/%',
23881   'load_functions' => 'a:1:{i:5;N;}',
23882   'to_arg_functions' => '',
23883   'access_callback' => 'user_access',
23884   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
23885   'page_callback' => 'drupal_get_form',
23886   'page_arguments' => 'a:2:{i:0;s:22:"simpletest_result_form";i:1;i:5;}',
23887   'delivery_callback' => '',
23888   'fit' => '62',
23889   'number_parts' => '6',
23890   'context' => '0',
23891   'tab_parent' => '',
23892   'tab_root' => 'admin/config/development/testing/results/%',
23893   'title' => 'Test result',
23894   'title_callback' => 't',
23895   'title_arguments' => '',
23896   'theme_callback' => '',
23897   'theme_arguments' => 'a:0:{}',
23898   'type' => '6',
23899   'description' => 'View result of tests.',
23900   'position' => '',
23901   'weight' => '0',
23902   'include_file' => 'modules/simpletest/simpletest.pages.inc',
23903 ))
23904 ->values(array(
23905   'path' => 'admin/config/development/testing/settings',
23906   'load_functions' => '',
23907   'to_arg_functions' => '',
23908   'access_callback' => 'user_access',
23909   'access_arguments' => 'a:1:{i:0;s:21:"administer unit tests";}',
23910   'page_callback' => 'drupal_get_form',
23911   'page_arguments' => 'a:1:{i:0;s:24:"simpletest_settings_form";}',
23912   'delivery_callback' => '',
23913   'fit' => '31',
23914   'number_parts' => '5',
23915   'context' => '1',
23916   'tab_parent' => 'admin/config/development/testing',
23917   'tab_root' => 'admin/config/development/testing',
23918   'title' => 'Settings',
23919   'title_callback' => 't',
23920   'title_arguments' => '',
23921   'theme_callback' => '',
23922   'theme_arguments' => 'a:0:{}',
23923   'type' => '132',
23924   'description' => '',
23925   'position' => '',
23926   'weight' => '0',
23927   'include_file' => 'modules/simpletest/simpletest.pages.inc',
23928 ))
23929 ->values(array(
23930   'path' => 'admin/config/media',
23931   'load_functions' => '',
23932   'to_arg_functions' => '',
23933   'access_callback' => 'user_access',
23934   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
23935   'page_callback' => 'system_admin_menu_block_page',
23936   'page_arguments' => 'a:0:{}',
23937   'delivery_callback' => '',
23938   'fit' => '7',
23939   'number_parts' => '3',
23940   'context' => '0',
23941   'tab_parent' => '',
23942   'tab_root' => 'admin/config/media',
23943   'title' => 'Media',
23944   'title_callback' => 't',
23945   'title_arguments' => '',
23946   'theme_callback' => '',
23947   'theme_arguments' => 'a:0:{}',
23948   'type' => '6',
23949   'description' => 'Media tools.',
23950   'position' => 'left',
23951   'weight' => '-10',
23952   'include_file' => 'modules/system/system.admin.inc',
23953 ))
23954 ->values(array(
23955   'path' => 'admin/config/media/file-system',
23956   'load_functions' => '',
23957   'to_arg_functions' => '',
23958   'access_callback' => 'user_access',
23959   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
23960   'page_callback' => 'drupal_get_form',
23961   'page_arguments' => 'a:1:{i:0;s:27:"system_file_system_settings";}',
23962   'delivery_callback' => '',
23963   'fit' => '15',
23964   'number_parts' => '4',
23965   'context' => '0',
23966   'tab_parent' => '',
23967   'tab_root' => 'admin/config/media/file-system',
23968   'title' => 'File system',
23969   'title_callback' => 't',
23970   'title_arguments' => '',
23971   'theme_callback' => '',
23972   'theme_arguments' => 'a:0:{}',
23973   'type' => '6',
23974   'description' => 'Tell Drupal where to store uploaded files and how they are accessed.',
23975   'position' => '',
23976   'weight' => '-10',
23977   'include_file' => 'modules/system/system.admin.inc',
23978 ))
23979 ->values(array(
23980   'path' => 'admin/config/media/image-styles',
23981   'load_functions' => '',
23982   'to_arg_functions' => '',
23983   'access_callback' => 'user_access',
23984   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
23985   'page_callback' => 'image_style_list',
23986   'page_arguments' => 'a:0:{}',
23987   'delivery_callback' => '',
23988   'fit' => '15',
23989   'number_parts' => '4',
23990   'context' => '0',
23991   'tab_parent' => '',
23992   'tab_root' => 'admin/config/media/image-styles',
23993   'title' => 'Image styles',
23994   'title_callback' => 't',
23995   'title_arguments' => '',
23996   'theme_callback' => '',
23997   'theme_arguments' => 'a:0:{}',
23998   'type' => '6',
23999   'description' => 'Configure styles that can be used for resizing or adjusting images on display.',
24000   'position' => '',
24001   'weight' => '0',
24002   'include_file' => 'modules/image/image.admin.inc',
24003 ))
24004 ->values(array(
24005   'path' => 'admin/config/media/image-styles/add',
24006   'load_functions' => '',
24007   'to_arg_functions' => '',
24008   'access_callback' => 'user_access',
24009   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
24010   'page_callback' => 'drupal_get_form',
24011   'page_arguments' => 'a:1:{i:0;s:20:"image_style_add_form";}',
24012   'delivery_callback' => '',
24013   'fit' => '31',
24014   'number_parts' => '5',
24015   'context' => '1',
24016   'tab_parent' => 'admin/config/media/image-styles',
24017   'tab_root' => 'admin/config/media/image-styles',
24018   'title' => 'Add style',
24019   'title_callback' => 't',
24020   'title_arguments' => '',
24021   'theme_callback' => '',
24022   'theme_arguments' => 'a:0:{}',
24023   'type' => '388',
24024   'description' => 'Add a new image style.',
24025   'position' => '',
24026   'weight' => '2',
24027   'include_file' => 'modules/image/image.admin.inc',
24028 ))
24029 ->values(array(
24030   'path' => 'admin/config/media/image-styles/delete/%',
24031   'load_functions' => 'a:1:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;N;i:1;s:1:"1";}}}',
24032   'to_arg_functions' => '',
24033   'access_callback' => 'user_access',
24034   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
24035   'page_callback' => 'drupal_get_form',
24036   'page_arguments' => 'a:2:{i:0;s:23:"image_style_delete_form";i:1;i:5;}',
24037   'delivery_callback' => '',
24038   'fit' => '62',
24039   'number_parts' => '6',
24040   'context' => '0',
24041   'tab_parent' => '',
24042   'tab_root' => 'admin/config/media/image-styles/delete/%',
24043   'title' => 'Delete style',
24044   'title_callback' => 't',
24045   'title_arguments' => '',
24046   'theme_callback' => '',
24047   'theme_arguments' => 'a:0:{}',
24048   'type' => '6',
24049   'description' => 'Delete an image style.',
24050   'position' => '',
24051   'weight' => '0',
24052   'include_file' => 'modules/image/image.admin.inc',
24053 ))
24054 ->values(array(
24055   'path' => 'admin/config/media/image-styles/edit/%',
24056   'load_functions' => 'a:1:{i:5;s:16:"image_style_load";}',
24057   'to_arg_functions' => '',
24058   'access_callback' => 'user_access',
24059   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
24060   'page_callback' => 'drupal_get_form',
24061   'page_arguments' => 'a:2:{i:0;s:16:"image_style_form";i:1;i:5;}',
24062   'delivery_callback' => '',
24063   'fit' => '62',
24064   'number_parts' => '6',
24065   'context' => '0',
24066   'tab_parent' => '',
24067   'tab_root' => 'admin/config/media/image-styles/edit/%',
24068   'title' => 'Edit style',
24069   'title_callback' => 't',
24070   'title_arguments' => '',
24071   'theme_callback' => '',
24072   'theme_arguments' => 'a:0:{}',
24073   'type' => '6',
24074   'description' => 'Configure an image style.',
24075   'position' => '',
24076   'weight' => '0',
24077   'include_file' => 'modules/image/image.admin.inc',
24078 ))
24079 ->values(array(
24080   'path' => 'admin/config/media/image-styles/edit/%/add/%',
24081   '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;}}}',
24082   'to_arg_functions' => '',
24083   'access_callback' => 'user_access',
24084   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
24085   'page_callback' => 'drupal_get_form',
24086   'page_arguments' => 'a:3:{i:0;s:17:"image_effect_form";i:1;i:5;i:2;i:7;}',
24087   'delivery_callback' => '',
24088   'fit' => '250',
24089   'number_parts' => '8',
24090   'context' => '0',
24091   'tab_parent' => '',
24092   'tab_root' => 'admin/config/media/image-styles/edit/%/add/%',
24093   'title' => 'Add image effect',
24094   'title_callback' => 't',
24095   'title_arguments' => '',
24096   'theme_callback' => '',
24097   'theme_arguments' => 'a:0:{}',
24098   'type' => '6',
24099   'description' => 'Add a new effect to a style.',
24100   'position' => '',
24101   'weight' => '0',
24102   'include_file' => 'modules/image/image.admin.inc',
24103 ))
24104 ->values(array(
24105   'path' => 'admin/config/media/image-styles/edit/%/effects/%',
24106   '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";}}}',
24107   'to_arg_functions' => '',
24108   'access_callback' => 'user_access',
24109   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
24110   'page_callback' => 'drupal_get_form',
24111   'page_arguments' => 'a:3:{i:0;s:17:"image_effect_form";i:1;i:5;i:2;i:7;}',
24112   'delivery_callback' => '',
24113   'fit' => '250',
24114   'number_parts' => '8',
24115   'context' => '0',
24116   'tab_parent' => '',
24117   'tab_root' => 'admin/config/media/image-styles/edit/%/effects/%',
24118   'title' => 'Edit image effect',
24119   'title_callback' => 't',
24120   'title_arguments' => '',
24121   'theme_callback' => '',
24122   'theme_arguments' => 'a:0:{}',
24123   'type' => '6',
24124   'description' => 'Edit an existing effect within a style.',
24125   'position' => '',
24126   'weight' => '0',
24127   'include_file' => 'modules/image/image.admin.inc',
24128 ))
24129 ->values(array(
24130   'path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
24131   '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";}}}',
24132   'to_arg_functions' => '',
24133   'access_callback' => 'user_access',
24134   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
24135   'page_callback' => 'drupal_get_form',
24136   'page_arguments' => 'a:3:{i:0;s:24:"image_effect_delete_form";i:1;i:5;i:2;i:7;}',
24137   'delivery_callback' => '',
24138   'fit' => '501',
24139   'number_parts' => '9',
24140   'context' => '0',
24141   'tab_parent' => '',
24142   'tab_root' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
24143   'title' => 'Delete image effect',
24144   'title_callback' => 't',
24145   'title_arguments' => '',
24146   'theme_callback' => '',
24147   'theme_arguments' => 'a:0:{}',
24148   'type' => '6',
24149   'description' => 'Delete an existing effect from a style.',
24150   'position' => '',
24151   'weight' => '0',
24152   'include_file' => 'modules/image/image.admin.inc',
24153 ))
24154 ->values(array(
24155   'path' => 'admin/config/media/image-styles/list',
24156   'load_functions' => '',
24157   'to_arg_functions' => '',
24158   'access_callback' => 'user_access',
24159   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
24160   'page_callback' => 'image_style_list',
24161   'page_arguments' => 'a:0:{}',
24162   'delivery_callback' => '',
24163   'fit' => '31',
24164   'number_parts' => '5',
24165   'context' => '1',
24166   'tab_parent' => 'admin/config/media/image-styles',
24167   'tab_root' => 'admin/config/media/image-styles',
24168   'title' => 'List',
24169   'title_callback' => 't',
24170   'title_arguments' => '',
24171   'theme_callback' => '',
24172   'theme_arguments' => 'a:0:{}',
24173   'type' => '140',
24174   'description' => 'List the current image styles on the site.',
24175   'position' => '',
24176   'weight' => '1',
24177   'include_file' => 'modules/image/image.admin.inc',
24178 ))
24179 ->values(array(
24180   'path' => 'admin/config/media/image-styles/revert/%',
24181   'load_functions' => 'a:1:{i:5;a:1:{s:16:"image_style_load";a:2:{i:0;N;i:1;s:1:"2";}}}',
24182   'to_arg_functions' => '',
24183   'access_callback' => 'user_access',
24184   'access_arguments' => 'a:1:{i:0;s:23:"administer image styles";}',
24185   'page_callback' => 'drupal_get_form',
24186   'page_arguments' => 'a:2:{i:0;s:23:"image_style_revert_form";i:1;i:5;}',
24187   'delivery_callback' => '',
24188   'fit' => '62',
24189   'number_parts' => '6',
24190   'context' => '0',
24191   'tab_parent' => '',
24192   'tab_root' => 'admin/config/media/image-styles/revert/%',
24193   'title' => 'Revert style',
24194   'title_callback' => 't',
24195   'title_arguments' => '',
24196   'theme_callback' => '',
24197   'theme_arguments' => 'a:0:{}',
24198   'type' => '6',
24199   'description' => 'Revert an image style.',
24200   'position' => '',
24201   'weight' => '0',
24202   'include_file' => 'modules/image/image.admin.inc',
24203 ))
24204 ->values(array(
24205   'path' => 'admin/config/media/image-toolkit',
24206   'load_functions' => '',
24207   'to_arg_functions' => '',
24208   'access_callback' => 'user_access',
24209   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24210   'page_callback' => 'drupal_get_form',
24211   'page_arguments' => 'a:1:{i:0;s:29:"system_image_toolkit_settings";}',
24212   'delivery_callback' => '',
24213   'fit' => '15',
24214   'number_parts' => '4',
24215   'context' => '0',
24216   'tab_parent' => '',
24217   'tab_root' => 'admin/config/media/image-toolkit',
24218   'title' => 'Image toolkit',
24219   'title_callback' => 't',
24220   'title_arguments' => '',
24221   'theme_callback' => '',
24222   'theme_arguments' => 'a:0:{}',
24223   'type' => '6',
24224   'description' => 'Choose which image toolkit to use if you have installed optional toolkits.',
24225   'position' => '',
24226   'weight' => '20',
24227   'include_file' => 'modules/system/system.admin.inc',
24228 ))
24229 ->values(array(
24230   'path' => 'admin/config/people',
24231   'load_functions' => '',
24232   'to_arg_functions' => '',
24233   'access_callback' => 'user_access',
24234   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24235   'page_callback' => 'system_admin_menu_block_page',
24236   'page_arguments' => 'a:0:{}',
24237   'delivery_callback' => '',
24238   'fit' => '7',
24239   'number_parts' => '3',
24240   'context' => '0',
24241   'tab_parent' => '',
24242   'tab_root' => 'admin/config/people',
24243   'title' => 'People',
24244   'title_callback' => 't',
24245   'title_arguments' => '',
24246   'theme_callback' => '',
24247   'theme_arguments' => 'a:0:{}',
24248   'type' => '6',
24249   'description' => 'Configure user accounts.',
24250   'position' => 'left',
24251   'weight' => '-20',
24252   'include_file' => 'modules/system/system.admin.inc',
24253 ))
24254 ->values(array(
24255   'path' => 'admin/config/people/accounts',
24256   'load_functions' => '',
24257   'to_arg_functions' => '',
24258   'access_callback' => 'user_access',
24259   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
24260   'page_callback' => 'drupal_get_form',
24261   'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}',
24262   'delivery_callback' => '',
24263   'fit' => '15',
24264   'number_parts' => '4',
24265   'context' => '0',
24266   'tab_parent' => '',
24267   'tab_root' => 'admin/config/people/accounts',
24268   'title' => 'Account settings',
24269   'title_callback' => 't',
24270   'title_arguments' => '',
24271   'theme_callback' => '',
24272   'theme_arguments' => 'a:0:{}',
24273   'type' => '6',
24274   'description' => 'Configure default behavior of users, including registration requirements, e-mails, fields, and user pictures.',
24275   'position' => '',
24276   'weight' => '-10',
24277   'include_file' => 'modules/user/user.admin.inc',
24278 ))
24279 ->values(array(
24280   'path' => 'admin/config/people/accounts/display',
24281   'load_functions' => '',
24282   'to_arg_functions' => '',
24283   'access_callback' => 'user_access',
24284   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
24285   'page_callback' => 'drupal_get_form',
24286   '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";}',
24287   'delivery_callback' => '',
24288   'fit' => '31',
24289   'number_parts' => '5',
24290   'context' => '1',
24291   'tab_parent' => 'admin/config/people/accounts',
24292   'tab_root' => 'admin/config/people/accounts',
24293   'title' => 'Manage display',
24294   'title_callback' => 't',
24295   'title_arguments' => '',
24296   'theme_callback' => '',
24297   'theme_arguments' => 'a:0:{}',
24298   'type' => '132',
24299   'description' => '',
24300   'position' => '',
24301   'weight' => '2',
24302   'include_file' => 'modules/field_ui/field_ui.admin.inc',
24303 ))
24304 ->values(array(
24305   'path' => 'admin/config/people/accounts/display/default',
24306   'load_functions' => '',
24307   'to_arg_functions' => '',
24308   'access_callback' => '_field_ui_view_mode_menu_access',
24309   '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";}',
24310   'page_callback' => 'drupal_get_form',
24311   '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";}',
24312   'delivery_callback' => '',
24313   'fit' => '63',
24314   'number_parts' => '6',
24315   'context' => '1',
24316   'tab_parent' => 'admin/config/people/accounts/display',
24317   'tab_root' => 'admin/config/people/accounts',
24318   'title' => 'Default',
24319   'title_callback' => 't',
24320   'title_arguments' => '',
24321   'theme_callback' => '',
24322   'theme_arguments' => 'a:0:{}',
24323   'type' => '140',
24324   'description' => '',
24325   'position' => '',
24326   'weight' => '-10',
24327   'include_file' => 'modules/field_ui/field_ui.admin.inc',
24328 ))
24329 ->values(array(
24330   'path' => 'admin/config/people/accounts/display/full',
24331   'load_functions' => '',
24332   'to_arg_functions' => '',
24333   'access_callback' => '_field_ui_view_mode_menu_access',
24334   '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";}',
24335   'page_callback' => 'drupal_get_form',
24336   '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";}',
24337   'delivery_callback' => '',
24338   'fit' => '63',
24339   'number_parts' => '6',
24340   'context' => '1',
24341   'tab_parent' => 'admin/config/people/accounts/display',
24342   'tab_root' => 'admin/config/people/accounts',
24343   'title' => 'User account',
24344   'title_callback' => 't',
24345   'title_arguments' => '',
24346   'theme_callback' => '',
24347   'theme_arguments' => 'a:0:{}',
24348   'type' => '132',
24349   'description' => '',
24350   'position' => '',
24351   'weight' => '0',
24352   'include_file' => 'modules/field_ui/field_ui.admin.inc',
24353 ))
24354 ->values(array(
24355   'path' => 'admin/config/people/accounts/fields',
24356   'load_functions' => '',
24357   'to_arg_functions' => '',
24358   'access_callback' => 'user_access',
24359   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
24360   'page_callback' => 'drupal_get_form',
24361   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:4:"user";i:2;s:4:"user";}',
24362   'delivery_callback' => '',
24363   'fit' => '31',
24364   'number_parts' => '5',
24365   'context' => '1',
24366   'tab_parent' => 'admin/config/people/accounts',
24367   'tab_root' => 'admin/config/people/accounts',
24368   'title' => 'Manage fields',
24369   'title_callback' => 't',
24370   'title_arguments' => '',
24371   'theme_callback' => '',
24372   'theme_arguments' => 'a:0:{}',
24373   'type' => '132',
24374   'description' => '',
24375   'position' => '',
24376   'weight' => '1',
24377   'include_file' => 'modules/field_ui/field_ui.admin.inc',
24378 ))
24379 ->values(array(
24380   'path' => 'admin/config/people/accounts/fields/%',
24381   '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";}}}',
24382   'to_arg_functions' => '',
24383   'access_callback' => 'user_access',
24384   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
24385   'page_callback' => 'drupal_get_form',
24386   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
24387   'delivery_callback' => '',
24388   'fit' => '62',
24389   'number_parts' => '6',
24390   'context' => '0',
24391   'tab_parent' => '',
24392   'tab_root' => 'admin/config/people/accounts/fields/%',
24393   'title' => '',
24394   'title_callback' => 'field_ui_menu_title',
24395   'title_arguments' => 'a:1:{i:0;i:5;}',
24396   'theme_callback' => '',
24397   'theme_arguments' => 'a:0:{}',
24398   'type' => '6',
24399   'description' => '',
24400   'position' => '',
24401   'weight' => '0',
24402   'include_file' => 'modules/field_ui/field_ui.admin.inc',
24403 ))
24404 ->values(array(
24405   'path' => 'admin/config/people/accounts/fields/%/delete',
24406   '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";}}}',
24407   'to_arg_functions' => '',
24408   'access_callback' => 'user_access',
24409   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
24410   'page_callback' => 'drupal_get_form',
24411   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:5;}',
24412   'delivery_callback' => '',
24413   'fit' => '125',
24414   'number_parts' => '7',
24415   'context' => '1',
24416   'tab_parent' => 'admin/config/people/accounts/fields/%',
24417   'tab_root' => 'admin/config/people/accounts/fields/%',
24418   'title' => 'Delete',
24419   'title_callback' => 't',
24420   'title_arguments' => '',
24421   'theme_callback' => '',
24422   'theme_arguments' => 'a:0:{}',
24423   'type' => '132',
24424   'description' => '',
24425   'position' => '',
24426   'weight' => '10',
24427   'include_file' => 'modules/field_ui/field_ui.admin.inc',
24428 ))
24429 ->values(array(
24430   'path' => 'admin/config/people/accounts/fields/%/edit',
24431   '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";}}}',
24432   'to_arg_functions' => '',
24433   'access_callback' => 'user_access',
24434   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
24435   'page_callback' => 'drupal_get_form',
24436   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
24437   'delivery_callback' => '',
24438   'fit' => '125',
24439   'number_parts' => '7',
24440   'context' => '1',
24441   'tab_parent' => 'admin/config/people/accounts/fields/%',
24442   'tab_root' => 'admin/config/people/accounts/fields/%',
24443   'title' => 'Edit',
24444   'title_callback' => 't',
24445   'title_arguments' => '',
24446   'theme_callback' => '',
24447   'theme_arguments' => 'a:0:{}',
24448   'type' => '140',
24449   'description' => '',
24450   'position' => '',
24451   'weight' => '0',
24452   'include_file' => 'modules/field_ui/field_ui.admin.inc',
24453 ))
24454 ->values(array(
24455   'path' => 'admin/config/people/accounts/fields/%/field-settings',
24456   '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";}}}',
24457   'to_arg_functions' => '',
24458   'access_callback' => 'user_access',
24459   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
24460   'page_callback' => 'drupal_get_form',
24461   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:5;}',
24462   'delivery_callback' => '',
24463   'fit' => '125',
24464   'number_parts' => '7',
24465   'context' => '1',
24466   'tab_parent' => 'admin/config/people/accounts/fields/%',
24467   'tab_root' => 'admin/config/people/accounts/fields/%',
24468   'title' => 'Field settings',
24469   'title_callback' => 't',
24470   'title_arguments' => '',
24471   'theme_callback' => '',
24472   'theme_arguments' => 'a:0:{}',
24473   'type' => '132',
24474   'description' => '',
24475   'position' => '',
24476   'weight' => '0',
24477   'include_file' => 'modules/field_ui/field_ui.admin.inc',
24478 ))
24479 ->values(array(
24480   'path' => 'admin/config/people/accounts/fields/%/widget-type',
24481   '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";}}}',
24482   'to_arg_functions' => '',
24483   'access_callback' => 'user_access',
24484   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
24485   'page_callback' => 'drupal_get_form',
24486   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:5;}',
24487   'delivery_callback' => '',
24488   'fit' => '125',
24489   'number_parts' => '7',
24490   'context' => '1',
24491   'tab_parent' => 'admin/config/people/accounts/fields/%',
24492   'tab_root' => 'admin/config/people/accounts/fields/%',
24493   'title' => 'Widget type',
24494   'title_callback' => 't',
24495   'title_arguments' => '',
24496   'theme_callback' => '',
24497   'theme_arguments' => 'a:0:{}',
24498   'type' => '132',
24499   'description' => '',
24500   'position' => '',
24501   'weight' => '0',
24502   'include_file' => 'modules/field_ui/field_ui.admin.inc',
24503 ))
24504 ->values(array(
24505   'path' => 'admin/config/people/accounts/settings',
24506   'load_functions' => '',
24507   'to_arg_functions' => '',
24508   'access_callback' => 'user_access',
24509   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
24510   'page_callback' => 'drupal_get_form',
24511   'page_arguments' => 'a:1:{i:0;s:19:"user_admin_settings";}',
24512   'delivery_callback' => '',
24513   'fit' => '31',
24514   'number_parts' => '5',
24515   'context' => '1',
24516   'tab_parent' => 'admin/config/people/accounts',
24517   'tab_root' => 'admin/config/people/accounts',
24518   'title' => 'Settings',
24519   'title_callback' => 't',
24520   'title_arguments' => '',
24521   'theme_callback' => '',
24522   'theme_arguments' => 'a:0:{}',
24523   'type' => '140',
24524   'description' => '',
24525   'position' => '',
24526   'weight' => '-10',
24527   'include_file' => 'modules/user/user.admin.inc',
24528 ))
24529 ->values(array(
24530   'path' => 'admin/config/people/ip-blocking',
24531   'load_functions' => '',
24532   'to_arg_functions' => '',
24533   'access_callback' => 'user_access',
24534   'access_arguments' => 'a:1:{i:0;s:18:"block IP addresses";}',
24535   'page_callback' => 'system_ip_blocking',
24536   'page_arguments' => 'a:0:{}',
24537   'delivery_callback' => '',
24538   'fit' => '15',
24539   'number_parts' => '4',
24540   'context' => '0',
24541   'tab_parent' => '',
24542   'tab_root' => 'admin/config/people/ip-blocking',
24543   'title' => 'IP address blocking',
24544   'title_callback' => 't',
24545   'title_arguments' => '',
24546   'theme_callback' => '',
24547   'theme_arguments' => 'a:0:{}',
24548   'type' => '6',
24549   'description' => 'Manage blocked IP addresses.',
24550   'position' => '',
24551   'weight' => '10',
24552   'include_file' => 'modules/system/system.admin.inc',
24553 ))
24554 ->values(array(
24555   'path' => 'admin/config/people/ip-blocking/delete/%',
24556   'load_functions' => 'a:1:{i:5;s:15:"blocked_ip_load";}',
24557   'to_arg_functions' => '',
24558   'access_callback' => 'user_access',
24559   'access_arguments' => 'a:1:{i:0;s:18:"block IP addresses";}',
24560   'page_callback' => 'drupal_get_form',
24561   'page_arguments' => 'a:2:{i:0;s:25:"system_ip_blocking_delete";i:1;i:5;}',
24562   'delivery_callback' => '',
24563   'fit' => '62',
24564   'number_parts' => '6',
24565   'context' => '0',
24566   'tab_parent' => '',
24567   'tab_root' => 'admin/config/people/ip-blocking/delete/%',
24568   'title' => 'Delete IP address',
24569   'title_callback' => 't',
24570   'title_arguments' => '',
24571   'theme_callback' => '',
24572   'theme_arguments' => 'a:0:{}',
24573   'type' => '6',
24574   'description' => '',
24575   'position' => '',
24576   'weight' => '0',
24577   'include_file' => 'modules/system/system.admin.inc',
24578 ))
24579 ->values(array(
24580   'path' => 'admin/config/regional',
24581   'load_functions' => '',
24582   'to_arg_functions' => '',
24583   'access_callback' => 'user_access',
24584   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
24585   'page_callback' => 'system_admin_menu_block_page',
24586   'page_arguments' => 'a:0:{}',
24587   'delivery_callback' => '',
24588   'fit' => '7',
24589   'number_parts' => '3',
24590   'context' => '0',
24591   'tab_parent' => '',
24592   'tab_root' => 'admin/config/regional',
24593   'title' => 'Regional and language',
24594   'title_callback' => 't',
24595   'title_arguments' => '',
24596   'theme_callback' => '',
24597   'theme_arguments' => 'a:0:{}',
24598   'type' => '6',
24599   'description' => 'Regional settings, localization and translation.',
24600   'position' => 'left',
24601   'weight' => '-5',
24602   'include_file' => 'modules/system/system.admin.inc',
24603 ))
24604 ->values(array(
24605   'path' => 'admin/config/regional/date-time',
24606   'load_functions' => '',
24607   'to_arg_functions' => '',
24608   'access_callback' => 'user_access',
24609   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24610   'page_callback' => 'drupal_get_form',
24611   'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}',
24612   'delivery_callback' => '',
24613   'fit' => '15',
24614   'number_parts' => '4',
24615   'context' => '0',
24616   'tab_parent' => '',
24617   'tab_root' => 'admin/config/regional/date-time',
24618   'title' => 'Date and time',
24619   'title_callback' => 't',
24620   'title_arguments' => '',
24621   'theme_callback' => '',
24622   'theme_arguments' => 'a:0:{}',
24623   'type' => '6',
24624   'description' => 'Configure display formats for date and time.',
24625   'position' => '',
24626   'weight' => '-15',
24627   'include_file' => 'modules/system/system.admin.inc',
24628 ))
24629 ->values(array(
24630   'path' => 'admin/config/regional/date-time/formats',
24631   'load_functions' => '',
24632   'to_arg_functions' => '',
24633   'access_callback' => 'user_access',
24634   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24635   'page_callback' => 'system_date_time_formats',
24636   'page_arguments' => 'a:0:{}',
24637   'delivery_callback' => '',
24638   'fit' => '31',
24639   'number_parts' => '5',
24640   'context' => '1',
24641   'tab_parent' => 'admin/config/regional/date-time',
24642   'tab_root' => 'admin/config/regional/date-time',
24643   'title' => 'Formats',
24644   'title_callback' => 't',
24645   'title_arguments' => '',
24646   'theme_callback' => '',
24647   'theme_arguments' => 'a:0:{}',
24648   'type' => '132',
24649   'description' => 'Configure display format strings for date and time.',
24650   'position' => '',
24651   'weight' => '-9',
24652   'include_file' => 'modules/system/system.admin.inc',
24653 ))
24654 ->values(array(
24655   'path' => 'admin/config/regional/date-time/formats/%/delete',
24656   'load_functions' => 'a:1:{i:5;N;}',
24657   'to_arg_functions' => '',
24658   'access_callback' => 'user_access',
24659   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24660   'page_callback' => 'drupal_get_form',
24661   'page_arguments' => 'a:2:{i:0;s:30:"system_date_delete_format_form";i:1;i:5;}',
24662   'delivery_callback' => '',
24663   'fit' => '125',
24664   'number_parts' => '7',
24665   'context' => '0',
24666   'tab_parent' => '',
24667   'tab_root' => 'admin/config/regional/date-time/formats/%/delete',
24668   'title' => 'Delete date format',
24669   'title_callback' => 't',
24670   'title_arguments' => '',
24671   'theme_callback' => '',
24672   'theme_arguments' => 'a:0:{}',
24673   'type' => '6',
24674   'description' => 'Allow users to delete a configured date format.',
24675   'position' => '',
24676   'weight' => '0',
24677   'include_file' => 'modules/system/system.admin.inc',
24678 ))
24679 ->values(array(
24680   'path' => 'admin/config/regional/date-time/formats/%/edit',
24681   'load_functions' => 'a:1:{i:5;N;}',
24682   'to_arg_functions' => '',
24683   'access_callback' => 'user_access',
24684   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24685   'page_callback' => 'drupal_get_form',
24686   'page_arguments' => 'a:2:{i:0;s:34:"system_configure_date_formats_form";i:1;i:5;}',
24687   'delivery_callback' => '',
24688   'fit' => '125',
24689   'number_parts' => '7',
24690   'context' => '0',
24691   'tab_parent' => '',
24692   'tab_root' => 'admin/config/regional/date-time/formats/%/edit',
24693   'title' => 'Edit date format',
24694   'title_callback' => 't',
24695   'title_arguments' => '',
24696   'theme_callback' => '',
24697   'theme_arguments' => 'a:0:{}',
24698   'type' => '6',
24699   'description' => 'Allow users to edit a configured date format.',
24700   'position' => '',
24701   'weight' => '0',
24702   'include_file' => 'modules/system/system.admin.inc',
24703 ))
24704 ->values(array(
24705   'path' => 'admin/config/regional/date-time/formats/add',
24706   'load_functions' => '',
24707   'to_arg_functions' => '',
24708   'access_callback' => 'user_access',
24709   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24710   'page_callback' => 'drupal_get_form',
24711   'page_arguments' => 'a:1:{i:0;s:34:"system_configure_date_formats_form";}',
24712   'delivery_callback' => '',
24713   'fit' => '63',
24714   'number_parts' => '6',
24715   'context' => '1',
24716   'tab_parent' => 'admin/config/regional/date-time/formats',
24717   'tab_root' => 'admin/config/regional/date-time',
24718   'title' => 'Add format',
24719   'title_callback' => 't',
24720   'title_arguments' => '',
24721   'theme_callback' => '',
24722   'theme_arguments' => 'a:0:{}',
24723   'type' => '388',
24724   'description' => 'Allow users to add additional date formats.',
24725   'position' => '',
24726   'weight' => '-10',
24727   'include_file' => 'modules/system/system.admin.inc',
24728 ))
24729 ->values(array(
24730   'path' => 'admin/config/regional/date-time/formats/lookup',
24731   'load_functions' => '',
24732   'to_arg_functions' => '',
24733   'access_callback' => 'user_access',
24734   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24735   'page_callback' => 'system_date_time_lookup',
24736   'page_arguments' => 'a:0:{}',
24737   'delivery_callback' => '',
24738   'fit' => '63',
24739   'number_parts' => '6',
24740   'context' => '0',
24741   'tab_parent' => '',
24742   'tab_root' => 'admin/config/regional/date-time/formats/lookup',
24743   'title' => 'Date and time lookup',
24744   'title_callback' => 't',
24745   'title_arguments' => '',
24746   'theme_callback' => '',
24747   'theme_arguments' => 'a:0:{}',
24748   'type' => '0',
24749   'description' => '',
24750   'position' => '',
24751   'weight' => '0',
24752   'include_file' => 'modules/system/system.admin.inc',
24753 ))
24754 ->values(array(
24755   'path' => 'admin/config/regional/date-time/locale',
24756   'load_functions' => '',
24757   'to_arg_functions' => '',
24758   'access_callback' => 'user_access',
24759   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24760   'page_callback' => 'locale_date_format_language_overview_page',
24761   'page_arguments' => 'a:0:{}',
24762   'delivery_callback' => '',
24763   'fit' => '31',
24764   'number_parts' => '5',
24765   'context' => '1',
24766   'tab_parent' => 'admin/config/regional/date-time',
24767   'tab_root' => 'admin/config/regional/date-time',
24768   'title' => 'Localize',
24769   'title_callback' => 't',
24770   'title_arguments' => '',
24771   'theme_callback' => '',
24772   'theme_arguments' => 'a:0:{}',
24773   'type' => '132',
24774   'description' => 'Configure date formats for each locale',
24775   'position' => '',
24776   'weight' => '-8',
24777   'include_file' => 'modules/locale/locale.admin.inc',
24778 ))
24779 ->values(array(
24780   'path' => 'admin/config/regional/date-time/locale/%/edit',
24781   'load_functions' => 'a:1:{i:5;N;}',
24782   'to_arg_functions' => '',
24783   'access_callback' => 'user_access',
24784   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24785   'page_callback' => 'drupal_get_form',
24786   'page_arguments' => 'a:2:{i:0;s:23:"locale_date_format_form";i:1;i:5;}',
24787   'delivery_callback' => '',
24788   'fit' => '125',
24789   'number_parts' => '7',
24790   'context' => '0',
24791   'tab_parent' => '',
24792   'tab_root' => 'admin/config/regional/date-time/locale/%/edit',
24793   'title' => 'Localize date formats',
24794   'title_callback' => 't',
24795   'title_arguments' => '',
24796   'theme_callback' => '',
24797   'theme_arguments' => 'a:0:{}',
24798   'type' => '6',
24799   'description' => 'Configure date formats for each locale',
24800   'position' => '',
24801   'weight' => '0',
24802   'include_file' => 'modules/locale/locale.admin.inc',
24803 ))
24804 ->values(array(
24805   'path' => 'admin/config/regional/date-time/locale/%/reset',
24806   'load_functions' => 'a:1:{i:5;N;}',
24807   'to_arg_functions' => '',
24808   'access_callback' => 'user_access',
24809   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24810   'page_callback' => 'drupal_get_form',
24811   'page_arguments' => 'a:2:{i:0;s:29:"locale_date_format_reset_form";i:1;i:5;}',
24812   'delivery_callback' => '',
24813   'fit' => '125',
24814   'number_parts' => '7',
24815   'context' => '0',
24816   'tab_parent' => '',
24817   'tab_root' => 'admin/config/regional/date-time/locale/%/reset',
24818   'title' => 'Reset date formats',
24819   'title_callback' => 't',
24820   'title_arguments' => '',
24821   'theme_callback' => '',
24822   'theme_arguments' => 'a:0:{}',
24823   'type' => '6',
24824   'description' => 'Reset localized date formats to global defaults',
24825   'position' => '',
24826   'weight' => '0',
24827   'include_file' => 'modules/locale/locale.admin.inc',
24828 ))
24829 ->values(array(
24830   'path' => 'admin/config/regional/date-time/types',
24831   'load_functions' => '',
24832   'to_arg_functions' => '',
24833   'access_callback' => 'user_access',
24834   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24835   'page_callback' => 'drupal_get_form',
24836   'page_arguments' => 'a:1:{i:0;s:25:"system_date_time_settings";}',
24837   'delivery_callback' => '',
24838   'fit' => '31',
24839   'number_parts' => '5',
24840   'context' => '1',
24841   'tab_parent' => 'admin/config/regional/date-time',
24842   'tab_root' => 'admin/config/regional/date-time',
24843   'title' => 'Types',
24844   'title_callback' => 't',
24845   'title_arguments' => '',
24846   'theme_callback' => '',
24847   'theme_arguments' => 'a:0:{}',
24848   'type' => '140',
24849   'description' => 'Configure display formats for date and time.',
24850   'position' => '',
24851   'weight' => '-10',
24852   'include_file' => 'modules/system/system.admin.inc',
24853 ))
24854 ->values(array(
24855   'path' => 'admin/config/regional/date-time/types/%/delete',
24856   'load_functions' => 'a:1:{i:5;N;}',
24857   'to_arg_functions' => '',
24858   'access_callback' => 'user_access',
24859   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24860   'page_callback' => 'drupal_get_form',
24861   'page_arguments' => 'a:2:{i:0;s:35:"system_delete_date_format_type_form";i:1;i:5;}',
24862   'delivery_callback' => '',
24863   'fit' => '125',
24864   'number_parts' => '7',
24865   'context' => '0',
24866   'tab_parent' => '',
24867   'tab_root' => 'admin/config/regional/date-time/types/%/delete',
24868   'title' => 'Delete date type',
24869   'title_callback' => 't',
24870   'title_arguments' => '',
24871   'theme_callback' => '',
24872   'theme_arguments' => 'a:0:{}',
24873   'type' => '6',
24874   'description' => 'Allow users to delete a configured date type.',
24875   'position' => '',
24876   'weight' => '0',
24877   'include_file' => 'modules/system/system.admin.inc',
24878 ))
24879 ->values(array(
24880   'path' => 'admin/config/regional/date-time/types/add',
24881   'load_functions' => '',
24882   'to_arg_functions' => '',
24883   'access_callback' => 'user_access',
24884   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
24885   'page_callback' => 'drupal_get_form',
24886   'page_arguments' => 'a:1:{i:0;s:32:"system_add_date_format_type_form";}',
24887   'delivery_callback' => '',
24888   'fit' => '63',
24889   'number_parts' => '6',
24890   'context' => '1',
24891   'tab_parent' => 'admin/config/regional/date-time/types',
24892   'tab_root' => 'admin/config/regional/date-time',
24893   'title' => 'Add date type',
24894   'title_callback' => 't',
24895   'title_arguments' => '',
24896   'theme_callback' => '',
24897   'theme_arguments' => 'a:0:{}',
24898   'type' => '388',
24899   'description' => 'Add new date type.',
24900   'position' => '',
24901   'weight' => '-10',
24902   'include_file' => 'modules/system/system.admin.inc',
24903 ))
24904 ->values(array(
24905   'path' => 'admin/config/regional/language',
24906   'load_functions' => '',
24907   'to_arg_functions' => '',
24908   'access_callback' => 'user_access',
24909   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
24910   'page_callback' => 'drupal_get_form',
24911   'page_arguments' => 'a:1:{i:0;s:30:"locale_languages_overview_form";}',
24912   'delivery_callback' => '',
24913   'fit' => '15',
24914   'number_parts' => '4',
24915   'context' => '0',
24916   'tab_parent' => '',
24917   'tab_root' => 'admin/config/regional/language',
24918   'title' => 'Languages',
24919   'title_callback' => 't',
24920   'title_arguments' => '',
24921   'theme_callback' => '',
24922   'theme_arguments' => 'a:0:{}',
24923   'type' => '6',
24924   'description' => 'Configure languages for content and the user interface.',
24925   'position' => '',
24926   'weight' => '-10',
24927   'include_file' => 'modules/locale/locale.admin.inc',
24928 ))
24929 ->values(array(
24930   'path' => 'admin/config/regional/language/add',
24931   'load_functions' => '',
24932   'to_arg_functions' => '',
24933   'access_callback' => 'user_access',
24934   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
24935   'page_callback' => 'locale_languages_add_screen',
24936   'page_arguments' => 'a:0:{}',
24937   'delivery_callback' => '',
24938   'fit' => '31',
24939   'number_parts' => '5',
24940   'context' => '1',
24941   'tab_parent' => 'admin/config/regional/language',
24942   'tab_root' => 'admin/config/regional/language',
24943   'title' => 'Add language',
24944   'title_callback' => 't',
24945   'title_arguments' => '',
24946   'theme_callback' => '',
24947   'theme_arguments' => 'a:0:{}',
24948   'type' => '388',
24949   'description' => '',
24950   'position' => '',
24951   'weight' => '5',
24952   'include_file' => 'modules/locale/locale.admin.inc',
24953 ))
24954 ->values(array(
24955   'path' => 'admin/config/regional/language/configure',
24956   'load_functions' => '',
24957   'to_arg_functions' => '',
24958   'access_callback' => 'user_access',
24959   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
24960   'page_callback' => 'drupal_get_form',
24961   'page_arguments' => 'a:1:{i:0;s:31:"locale_languages_configure_form";}',
24962   'delivery_callback' => '',
24963   'fit' => '31',
24964   'number_parts' => '5',
24965   'context' => '1',
24966   'tab_parent' => 'admin/config/regional/language',
24967   'tab_root' => 'admin/config/regional/language',
24968   'title' => 'Detection and selection',
24969   'title_callback' => 't',
24970   'title_arguments' => '',
24971   'theme_callback' => '',
24972   'theme_arguments' => 'a:0:{}',
24973   'type' => '132',
24974   'description' => '',
24975   'position' => '',
24976   'weight' => '10',
24977   'include_file' => 'modules/locale/locale.admin.inc',
24978 ))
24979 ->values(array(
24980   'path' => 'admin/config/regional/language/configure/session',
24981   'load_functions' => '',
24982   'to_arg_functions' => '',
24983   'access_callback' => 'user_access',
24984   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
24985   'page_callback' => 'drupal_get_form',
24986   'page_arguments' => 'a:1:{i:0;s:38:"locale_language_providers_session_form";}',
24987   'delivery_callback' => '',
24988   'fit' => '63',
24989   'number_parts' => '6',
24990   'context' => '0',
24991   'tab_parent' => '',
24992   'tab_root' => 'admin/config/regional/language/configure/session',
24993   'title' => 'Session language detection configuration',
24994   'title_callback' => 't',
24995   'title_arguments' => '',
24996   'theme_callback' => '',
24997   'theme_arguments' => 'a:0:{}',
24998   'type' => '4',
24999   'description' => '',
25000   'position' => '',
25001   'weight' => '0',
25002   'include_file' => 'modules/locale/locale.admin.inc',
25003 ))
25004 ->values(array(
25005   'path' => 'admin/config/regional/language/configure/url',
25006   'load_functions' => '',
25007   'to_arg_functions' => '',
25008   'access_callback' => 'user_access',
25009   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
25010   'page_callback' => 'drupal_get_form',
25011   'page_arguments' => 'a:1:{i:0;s:34:"locale_language_providers_url_form";}',
25012   'delivery_callback' => '',
25013   'fit' => '63',
25014   'number_parts' => '6',
25015   'context' => '0',
25016   'tab_parent' => '',
25017   'tab_root' => 'admin/config/regional/language/configure/url',
25018   'title' => 'URL language detection configuration',
25019   'title_callback' => 't',
25020   'title_arguments' => '',
25021   'theme_callback' => '',
25022   'theme_arguments' => 'a:0:{}',
25023   'type' => '4',
25024   'description' => '',
25025   'position' => '',
25026   'weight' => '0',
25027   'include_file' => 'modules/locale/locale.admin.inc',
25028 ))
25029 ->values(array(
25030   'path' => 'admin/config/regional/language/delete/%',
25031   'load_functions' => 'a:1:{i:5;N;}',
25032   'to_arg_functions' => '',
25033   'access_callback' => 'user_access',
25034   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
25035   'page_callback' => 'drupal_get_form',
25036   'page_arguments' => 'a:2:{i:0;s:28:"locale_languages_delete_form";i:1;i:5;}',
25037   'delivery_callback' => '',
25038   'fit' => '62',
25039   'number_parts' => '6',
25040   'context' => '0',
25041   'tab_parent' => '',
25042   'tab_root' => 'admin/config/regional/language/delete/%',
25043   'title' => 'Confirm',
25044   'title_callback' => 't',
25045   'title_arguments' => '',
25046   'theme_callback' => '',
25047   'theme_arguments' => 'a:0:{}',
25048   'type' => '6',
25049   'description' => '',
25050   'position' => '',
25051   'weight' => '0',
25052   'include_file' => 'modules/locale/locale.admin.inc',
25053 ))
25054 ->values(array(
25055   'path' => 'admin/config/regional/language/edit/%',
25056   'load_functions' => 'a:1:{i:5;N;}',
25057   'to_arg_functions' => '',
25058   'access_callback' => 'user_access',
25059   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
25060   'page_callback' => 'drupal_get_form',
25061   'page_arguments' => 'a:2:{i:0;s:26:"locale_languages_edit_form";i:1;i:5;}',
25062   'delivery_callback' => '',
25063   'fit' => '62',
25064   'number_parts' => '6',
25065   'context' => '0',
25066   'tab_parent' => '',
25067   'tab_root' => 'admin/config/regional/language/edit/%',
25068   'title' => 'Edit language',
25069   'title_callback' => 't',
25070   'title_arguments' => '',
25071   'theme_callback' => '',
25072   'theme_arguments' => 'a:0:{}',
25073   'type' => '6',
25074   'description' => '',
25075   'position' => '',
25076   'weight' => '0',
25077   'include_file' => 'modules/locale/locale.admin.inc',
25078 ))
25079 ->values(array(
25080   'path' => 'admin/config/regional/language/overview',
25081   'load_functions' => '',
25082   'to_arg_functions' => '',
25083   'access_callback' => 'user_access',
25084   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
25085   'page_callback' => 'drupal_get_form',
25086   'page_arguments' => 'a:1:{i:0;s:30:"locale_languages_overview_form";}',
25087   'delivery_callback' => '',
25088   'fit' => '31',
25089   'number_parts' => '5',
25090   'context' => '1',
25091   'tab_parent' => 'admin/config/regional/language',
25092   'tab_root' => 'admin/config/regional/language',
25093   'title' => 'List',
25094   'title_callback' => 't',
25095   'title_arguments' => '',
25096   'theme_callback' => '',
25097   'theme_arguments' => 'a:0:{}',
25098   'type' => '140',
25099   'description' => '',
25100   'position' => '',
25101   'weight' => '0',
25102   'include_file' => 'modules/locale/locale.admin.inc',
25103 ))
25104 ->values(array(
25105   'path' => 'admin/config/regional/settings',
25106   'load_functions' => '',
25107   'to_arg_functions' => '',
25108   'access_callback' => 'user_access',
25109   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
25110   'page_callback' => 'drupal_get_form',
25111   'page_arguments' => 'a:1:{i:0;s:24:"system_regional_settings";}',
25112   'delivery_callback' => '',
25113   'fit' => '15',
25114   'number_parts' => '4',
25115   'context' => '0',
25116   'tab_parent' => '',
25117   'tab_root' => 'admin/config/regional/settings',
25118   'title' => 'Regional settings',
25119   'title_callback' => 't',
25120   'title_arguments' => '',
25121   'theme_callback' => '',
25122   'theme_arguments' => 'a:0:{}',
25123   'type' => '6',
25124   'description' => "Settings for the site's default time zone and country.",
25125   'position' => '',
25126   'weight' => '-20',
25127   'include_file' => 'modules/system/system.admin.inc',
25128 ))
25129 ->values(array(
25130   'path' => 'admin/config/regional/translate',
25131   'load_functions' => '',
25132   'to_arg_functions' => '',
25133   'access_callback' => 'user_access',
25134   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
25135   'page_callback' => 'locale_translate_overview_screen',
25136   'page_arguments' => 'a:0:{}',
25137   'delivery_callback' => '',
25138   'fit' => '15',
25139   'number_parts' => '4',
25140   'context' => '0',
25141   'tab_parent' => '',
25142   'tab_root' => 'admin/config/regional/translate',
25143   'title' => 'Translate interface',
25144   'title_callback' => 't',
25145   'title_arguments' => '',
25146   'theme_callback' => '',
25147   'theme_arguments' => 'a:0:{}',
25148   'type' => '6',
25149   'description' => 'Translate the built in interface and optionally other text.',
25150   'position' => '',
25151   'weight' => '-5',
25152   'include_file' => 'modules/locale/locale.admin.inc',
25153 ))
25154 ->values(array(
25155   'path' => 'admin/config/regional/translate/delete/%',
25156   'load_functions' => 'a:1:{i:5;N;}',
25157   'to_arg_functions' => '',
25158   'access_callback' => 'user_access',
25159   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
25160   'page_callback' => 'locale_translate_delete_page',
25161   'page_arguments' => 'a:1:{i:0;i:5;}',
25162   'delivery_callback' => '',
25163   'fit' => '62',
25164   'number_parts' => '6',
25165   'context' => '0',
25166   'tab_parent' => '',
25167   'tab_root' => 'admin/config/regional/translate/delete/%',
25168   'title' => 'Delete string',
25169   'title_callback' => 't',
25170   'title_arguments' => '',
25171   'theme_callback' => '',
25172   'theme_arguments' => 'a:0:{}',
25173   'type' => '6',
25174   'description' => '',
25175   'position' => '',
25176   'weight' => '0',
25177   'include_file' => 'modules/locale/locale.admin.inc',
25178 ))
25179 ->values(array(
25180   'path' => 'admin/config/regional/translate/edit/%',
25181   'load_functions' => 'a:1:{i:5;N;}',
25182   'to_arg_functions' => '',
25183   'access_callback' => 'user_access',
25184   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
25185   'page_callback' => 'drupal_get_form',
25186   'page_arguments' => 'a:2:{i:0;s:26:"locale_translate_edit_form";i:1;i:5;}',
25187   'delivery_callback' => '',
25188   'fit' => '62',
25189   'number_parts' => '6',
25190   'context' => '0',
25191   'tab_parent' => '',
25192   'tab_root' => 'admin/config/regional/translate/edit/%',
25193   'title' => 'Edit string',
25194   'title_callback' => 't',
25195   'title_arguments' => '',
25196   'theme_callback' => '',
25197   'theme_arguments' => 'a:0:{}',
25198   'type' => '6',
25199   'description' => '',
25200   'position' => '',
25201   'weight' => '0',
25202   'include_file' => 'modules/locale/locale.admin.inc',
25203 ))
25204 ->values(array(
25205   'path' => 'admin/config/regional/translate/export',
25206   'load_functions' => '',
25207   'to_arg_functions' => '',
25208   'access_callback' => 'user_access',
25209   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
25210   'page_callback' => 'locale_translate_export_screen',
25211   'page_arguments' => 'a:0:{}',
25212   'delivery_callback' => '',
25213   'fit' => '31',
25214   'number_parts' => '5',
25215   'context' => '1',
25216   'tab_parent' => 'admin/config/regional/translate',
25217   'tab_root' => 'admin/config/regional/translate',
25218   'title' => 'Export',
25219   'title_callback' => 't',
25220   'title_arguments' => '',
25221   'theme_callback' => '',
25222   'theme_arguments' => 'a:0:{}',
25223   'type' => '132',
25224   'description' => '',
25225   'position' => '',
25226   'weight' => '30',
25227   'include_file' => 'modules/locale/locale.admin.inc',
25228 ))
25229 ->values(array(
25230   'path' => 'admin/config/regional/translate/import',
25231   'load_functions' => '',
25232   'to_arg_functions' => '',
25233   'access_callback' => 'user_access',
25234   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
25235   'page_callback' => 'drupal_get_form',
25236   'page_arguments' => 'a:1:{i:0;s:28:"locale_translate_import_form";}',
25237   'delivery_callback' => '',
25238   'fit' => '31',
25239   'number_parts' => '5',
25240   'context' => '1',
25241   'tab_parent' => 'admin/config/regional/translate',
25242   'tab_root' => 'admin/config/regional/translate',
25243   'title' => 'Import',
25244   'title_callback' => 't',
25245   'title_arguments' => '',
25246   'theme_callback' => '',
25247   'theme_arguments' => 'a:0:{}',
25248   'type' => '132',
25249   'description' => '',
25250   'position' => '',
25251   'weight' => '20',
25252   'include_file' => 'modules/locale/locale.admin.inc',
25253 ))
25254 ->values(array(
25255   'path' => 'admin/config/regional/translate/overview',
25256   'load_functions' => '',
25257   'to_arg_functions' => '',
25258   'access_callback' => 'user_access',
25259   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
25260   'page_callback' => 'locale_translate_overview_screen',
25261   'page_arguments' => 'a:0:{}',
25262   'delivery_callback' => '',
25263   'fit' => '31',
25264   'number_parts' => '5',
25265   'context' => '1',
25266   'tab_parent' => 'admin/config/regional/translate',
25267   'tab_root' => 'admin/config/regional/translate',
25268   'title' => 'Overview',
25269   'title_callback' => 't',
25270   'title_arguments' => '',
25271   'theme_callback' => '',
25272   'theme_arguments' => 'a:0:{}',
25273   'type' => '140',
25274   'description' => '',
25275   'position' => '',
25276   'weight' => '0',
25277   'include_file' => 'modules/locale/locale.admin.inc',
25278 ))
25279 ->values(array(
25280   'path' => 'admin/config/regional/translate/translate',
25281   'load_functions' => '',
25282   'to_arg_functions' => '',
25283   'access_callback' => 'user_access',
25284   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
25285   'page_callback' => 'locale_translate_seek_screen',
25286   'page_arguments' => 'a:0:{}',
25287   'delivery_callback' => '',
25288   'fit' => '31',
25289   'number_parts' => '5',
25290   'context' => '1',
25291   'tab_parent' => 'admin/config/regional/translate',
25292   'tab_root' => 'admin/config/regional/translate',
25293   'title' => 'Translate',
25294   'title_callback' => 't',
25295   'title_arguments' => '',
25296   'theme_callback' => '',
25297   'theme_arguments' => 'a:0:{}',
25298   'type' => '132',
25299   'description' => '',
25300   'position' => '',
25301   'weight' => '10',
25302   'include_file' => 'modules/locale/locale.admin.inc',
25303 ))
25304 ->values(array(
25305   'path' => 'admin/config/search',
25306   'load_functions' => '',
25307   'to_arg_functions' => '',
25308   'access_callback' => 'user_access',
25309   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25310   'page_callback' => 'system_admin_menu_block_page',
25311   'page_arguments' => 'a:0:{}',
25312   'delivery_callback' => '',
25313   'fit' => '7',
25314   'number_parts' => '3',
25315   'context' => '0',
25316   'tab_parent' => '',
25317   'tab_root' => 'admin/config/search',
25318   'title' => 'Search and metadata',
25319   'title_callback' => 't',
25320   'title_arguments' => '',
25321   'theme_callback' => '',
25322   'theme_arguments' => 'a:0:{}',
25323   'type' => '6',
25324   'description' => 'Local site search, metadata and SEO.',
25325   'position' => 'left',
25326   'weight' => '-10',
25327   'include_file' => 'modules/system/system.admin.inc',
25328 ))
25329 ->values(array(
25330   'path' => 'admin/config/search/clean-urls',
25331   'load_functions' => '',
25332   'to_arg_functions' => '',
25333   'access_callback' => 'user_access',
25334   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
25335   'page_callback' => 'drupal_get_form',
25336   'page_arguments' => 'a:1:{i:0;s:25:"system_clean_url_settings";}',
25337   'delivery_callback' => '',
25338   'fit' => '15',
25339   'number_parts' => '4',
25340   'context' => '0',
25341   'tab_parent' => '',
25342   'tab_root' => 'admin/config/search/clean-urls',
25343   'title' => 'Clean URLs',
25344   'title_callback' => 't',
25345   'title_arguments' => '',
25346   'theme_callback' => '',
25347   'theme_arguments' => 'a:0:{}',
25348   'type' => '6',
25349   'description' => 'Enable or disable clean URLs for your site.',
25350   'position' => '',
25351   'weight' => '5',
25352   'include_file' => 'modules/system/system.admin.inc',
25353 ))
25354 ->values(array(
25355   'path' => 'admin/config/search/clean-urls/check',
25356   'load_functions' => '',
25357   'to_arg_functions' => '',
25358   'access_callback' => '1',
25359   'access_arguments' => 'a:0:{}',
25360   'page_callback' => 'drupal_json_output',
25361   'page_arguments' => 'a:1:{i:0;a:1:{s:6:"status";b:1;}}',
25362   'delivery_callback' => '',
25363   'fit' => '31',
25364   'number_parts' => '5',
25365   'context' => '0',
25366   'tab_parent' => '',
25367   'tab_root' => 'admin/config/search/clean-urls/check',
25368   'title' => 'Clean URL check',
25369   'title_callback' => 't',
25370   'title_arguments' => '',
25371   'theme_callback' => '',
25372   'theme_arguments' => 'a:0:{}',
25373   'type' => '0',
25374   'description' => '',
25375   'position' => '',
25376   'weight' => '0',
25377   'include_file' => 'modules/system/system.admin.inc',
25378 ))
25379 ->values(array(
25380   'path' => 'admin/config/search/path',
25381   'load_functions' => '',
25382   'to_arg_functions' => '',
25383   'access_callback' => 'user_access',
25384   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
25385   'page_callback' => 'path_admin_overview',
25386   'page_arguments' => 'a:0:{}',
25387   'delivery_callback' => '',
25388   'fit' => '15',
25389   'number_parts' => '4',
25390   'context' => '0',
25391   'tab_parent' => '',
25392   'tab_root' => 'admin/config/search/path',
25393   'title' => 'URL aliases',
25394   'title_callback' => 't',
25395   'title_arguments' => '',
25396   'theme_callback' => '',
25397   'theme_arguments' => 'a:0:{}',
25398   'type' => '6',
25399   'description' => "Change your site's URL paths by aliasing them.",
25400   'position' => '',
25401   'weight' => '-5',
25402   'include_file' => 'modules/path/path.admin.inc',
25403 ))
25404 ->values(array(
25405   'path' => 'admin/config/search/path/add',
25406   'load_functions' => '',
25407   'to_arg_functions' => '',
25408   'access_callback' => 'user_access',
25409   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
25410   'page_callback' => 'path_admin_edit',
25411   'page_arguments' => 'a:0:{}',
25412   'delivery_callback' => '',
25413   'fit' => '31',
25414   'number_parts' => '5',
25415   'context' => '1',
25416   'tab_parent' => 'admin/config/search/path',
25417   'tab_root' => 'admin/config/search/path',
25418   'title' => 'Add alias',
25419   'title_callback' => 't',
25420   'title_arguments' => '',
25421   'theme_callback' => '',
25422   'theme_arguments' => 'a:0:{}',
25423   'type' => '388',
25424   'description' => '',
25425   'position' => '',
25426   'weight' => '0',
25427   'include_file' => 'modules/path/path.admin.inc',
25428 ))
25429 ->values(array(
25430   'path' => 'admin/config/search/path/delete/%',
25431   'load_functions' => 'a:1:{i:5;s:9:"path_load";}',
25432   'to_arg_functions' => '',
25433   'access_callback' => 'user_access',
25434   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
25435   'page_callback' => 'drupal_get_form',
25436   'page_arguments' => 'a:2:{i:0;s:25:"path_admin_delete_confirm";i:1;i:5;}',
25437   'delivery_callback' => '',
25438   'fit' => '62',
25439   'number_parts' => '6',
25440   'context' => '0',
25441   'tab_parent' => '',
25442   'tab_root' => 'admin/config/search/path/delete/%',
25443   'title' => 'Delete alias',
25444   'title_callback' => 't',
25445   'title_arguments' => '',
25446   'theme_callback' => '',
25447   'theme_arguments' => 'a:0:{}',
25448   'type' => '6',
25449   'description' => '',
25450   'position' => '',
25451   'weight' => '0',
25452   'include_file' => 'modules/path/path.admin.inc',
25453 ))
25454 ->values(array(
25455   'path' => 'admin/config/search/path/edit/%',
25456   'load_functions' => 'a:1:{i:5;s:9:"path_load";}',
25457   'to_arg_functions' => '',
25458   'access_callback' => 'user_access',
25459   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
25460   'page_callback' => 'path_admin_edit',
25461   'page_arguments' => 'a:1:{i:0;i:5;}',
25462   'delivery_callback' => '',
25463   'fit' => '62',
25464   'number_parts' => '6',
25465   'context' => '0',
25466   'tab_parent' => '',
25467   'tab_root' => 'admin/config/search/path/edit/%',
25468   'title' => 'Edit alias',
25469   'title_callback' => 't',
25470   'title_arguments' => '',
25471   'theme_callback' => '',
25472   'theme_arguments' => 'a:0:{}',
25473   'type' => '6',
25474   'description' => '',
25475   'position' => '',
25476   'weight' => '0',
25477   'include_file' => 'modules/path/path.admin.inc',
25478 ))
25479 ->values(array(
25480   'path' => 'admin/config/search/path/list',
25481   'load_functions' => '',
25482   'to_arg_functions' => '',
25483   'access_callback' => 'user_access',
25484   'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
25485   'page_callback' => 'path_admin_overview',
25486   'page_arguments' => 'a:0:{}',
25487   'delivery_callback' => '',
25488   'fit' => '31',
25489   'number_parts' => '5',
25490   'context' => '1',
25491   'tab_parent' => 'admin/config/search/path',
25492   'tab_root' => 'admin/config/search/path',
25493   'title' => 'List',
25494   'title_callback' => 't',
25495   'title_arguments' => '',
25496   'theme_callback' => '',
25497   'theme_arguments' => 'a:0:{}',
25498   'type' => '140',
25499   'description' => '',
25500   'position' => '',
25501   'weight' => '-10',
25502   'include_file' => 'modules/path/path.admin.inc',
25503 ))
25504 ->values(array(
25505   'path' => 'admin/config/search/settings',
25506   'load_functions' => '',
25507   'to_arg_functions' => '',
25508   'access_callback' => 'user_access',
25509   'access_arguments' => 'a:1:{i:0;s:17:"administer search";}',
25510   'page_callback' => 'drupal_get_form',
25511   'page_arguments' => 'a:1:{i:0;s:21:"search_admin_settings";}',
25512   'delivery_callback' => '',
25513   'fit' => '15',
25514   'number_parts' => '4',
25515   'context' => '0',
25516   'tab_parent' => '',
25517   'tab_root' => 'admin/config/search/settings',
25518   'title' => 'Search settings',
25519   'title_callback' => 't',
25520   'title_arguments' => '',
25521   'theme_callback' => '',
25522   'theme_arguments' => 'a:0:{}',
25523   'type' => '6',
25524   'description' => 'Configure relevance settings for search and other indexing options.',
25525   'position' => '',
25526   'weight' => '-10',
25527   'include_file' => 'modules/search/search.admin.inc',
25528 ))
25529 ->values(array(
25530   'path' => 'admin/config/search/settings/reindex',
25531   'load_functions' => '',
25532   'to_arg_functions' => '',
25533   'access_callback' => 'user_access',
25534   'access_arguments' => 'a:1:{i:0;s:17:"administer search";}',
25535   'page_callback' => 'drupal_get_form',
25536   'page_arguments' => 'a:1:{i:0;s:22:"search_reindex_confirm";}',
25537   'delivery_callback' => '',
25538   'fit' => '31',
25539   'number_parts' => '5',
25540   'context' => '0',
25541   'tab_parent' => '',
25542   'tab_root' => 'admin/config/search/settings/reindex',
25543   'title' => 'Clear index',
25544   'title_callback' => 't',
25545   'title_arguments' => '',
25546   'theme_callback' => '',
25547   'theme_arguments' => 'a:0:{}',
25548   'type' => '4',
25549   'description' => '',
25550   'position' => '',
25551   'weight' => '0',
25552   'include_file' => 'modules/search/search.admin.inc',
25553 ))
25554 ->values(array(
25555   'path' => 'admin/config/services',
25556   'load_functions' => '',
25557   'to_arg_functions' => '',
25558   'access_callback' => 'user_access',
25559   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25560   'page_callback' => 'system_admin_menu_block_page',
25561   'page_arguments' => 'a:0:{}',
25562   'delivery_callback' => '',
25563   'fit' => '7',
25564   'number_parts' => '3',
25565   'context' => '0',
25566   'tab_parent' => '',
25567   'tab_root' => 'admin/config/services',
25568   'title' => 'Web services',
25569   'title_callback' => 't',
25570   'title_arguments' => '',
25571   'theme_callback' => '',
25572   'theme_arguments' => 'a:0:{}',
25573   'type' => '6',
25574   'description' => 'Tools related to web services.',
25575   'position' => 'right',
25576   'weight' => '0',
25577   'include_file' => 'modules/system/system.admin.inc',
25578 ))
25579 ->values(array(
25580   'path' => 'admin/config/services/aggregator',
25581   'load_functions' => '',
25582   'to_arg_functions' => '',
25583   'access_callback' => 'user_access',
25584   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
25585   'page_callback' => 'aggregator_admin_overview',
25586   'page_arguments' => 'a:0:{}',
25587   'delivery_callback' => '',
25588   'fit' => '15',
25589   'number_parts' => '4',
25590   'context' => '0',
25591   'tab_parent' => '',
25592   'tab_root' => 'admin/config/services/aggregator',
25593   'title' => 'Feed aggregator',
25594   'title_callback' => 't',
25595   'title_arguments' => '',
25596   'theme_callback' => '',
25597   'theme_arguments' => 'a:0:{}',
25598   'type' => '6',
25599   'description' => "Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized.",
25600   'position' => '',
25601   'weight' => '10',
25602   'include_file' => 'modules/aggregator/aggregator.admin.inc',
25603 ))
25604 ->values(array(
25605   'path' => 'admin/config/services/aggregator/add/category',
25606   'load_functions' => '',
25607   'to_arg_functions' => '',
25608   'access_callback' => 'user_access',
25609   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
25610   'page_callback' => 'drupal_get_form',
25611   'page_arguments' => 'a:1:{i:0;s:24:"aggregator_form_category";}',
25612   'delivery_callback' => '',
25613   'fit' => '63',
25614   'number_parts' => '6',
25615   'context' => '1',
25616   'tab_parent' => 'admin/config/services/aggregator',
25617   'tab_root' => 'admin/config/services/aggregator',
25618   'title' => 'Add category',
25619   'title_callback' => 't',
25620   'title_arguments' => '',
25621   'theme_callback' => '',
25622   'theme_arguments' => 'a:0:{}',
25623   'type' => '388',
25624   'description' => '',
25625   'position' => '',
25626   'weight' => '0',
25627   'include_file' => 'modules/aggregator/aggregator.admin.inc',
25628 ))
25629 ->values(array(
25630   'path' => 'admin/config/services/aggregator/add/feed',
25631   'load_functions' => '',
25632   'to_arg_functions' => '',
25633   'access_callback' => 'user_access',
25634   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
25635   'page_callback' => 'drupal_get_form',
25636   'page_arguments' => 'a:1:{i:0;s:20:"aggregator_form_feed";}',
25637   'delivery_callback' => '',
25638   'fit' => '63',
25639   'number_parts' => '6',
25640   'context' => '1',
25641   'tab_parent' => 'admin/config/services/aggregator',
25642   'tab_root' => 'admin/config/services/aggregator',
25643   'title' => 'Add feed',
25644   'title_callback' => 't',
25645   'title_arguments' => '',
25646   'theme_callback' => '',
25647   'theme_arguments' => 'a:0:{}',
25648   'type' => '388',
25649   'description' => '',
25650   'position' => '',
25651   'weight' => '0',
25652   'include_file' => 'modules/aggregator/aggregator.admin.inc',
25653 ))
25654 ->values(array(
25655   'path' => 'admin/config/services/aggregator/add/opml',
25656   'load_functions' => '',
25657   'to_arg_functions' => '',
25658   'access_callback' => 'user_access',
25659   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
25660   'page_callback' => 'drupal_get_form',
25661   'page_arguments' => 'a:1:{i:0;s:20:"aggregator_form_opml";}',
25662   'delivery_callback' => '',
25663   'fit' => '63',
25664   'number_parts' => '6',
25665   'context' => '1',
25666   'tab_parent' => 'admin/config/services/aggregator',
25667   'tab_root' => 'admin/config/services/aggregator',
25668   'title' => 'Import OPML',
25669   'title_callback' => 't',
25670   'title_arguments' => '',
25671   'theme_callback' => '',
25672   'theme_arguments' => 'a:0:{}',
25673   'type' => '388',
25674   'description' => '',
25675   'position' => '',
25676   'weight' => '0',
25677   'include_file' => 'modules/aggregator/aggregator.admin.inc',
25678 ))
25679 ->values(array(
25680   'path' => 'admin/config/services/aggregator/edit/category/%',
25681   'load_functions' => 'a:1:{i:6;s:24:"aggregator_category_load";}',
25682   'to_arg_functions' => '',
25683   'access_callback' => 'user_access',
25684   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
25685   'page_callback' => 'drupal_get_form',
25686   'page_arguments' => 'a:2:{i:0;s:24:"aggregator_form_category";i:1;i:6;}',
25687   'delivery_callback' => '',
25688   'fit' => '126',
25689   'number_parts' => '7',
25690   'context' => '0',
25691   'tab_parent' => '',
25692   'tab_root' => 'admin/config/services/aggregator/edit/category/%',
25693   'title' => 'Edit category',
25694   'title_callback' => 't',
25695   'title_arguments' => '',
25696   'theme_callback' => '',
25697   'theme_arguments' => 'a:0:{}',
25698   'type' => '6',
25699   'description' => '',
25700   'position' => '',
25701   'weight' => '0',
25702   'include_file' => 'modules/aggregator/aggregator.admin.inc',
25703 ))
25704 ->values(array(
25705   'path' => 'admin/config/services/aggregator/edit/feed/%',
25706   'load_functions' => 'a:1:{i:6;s:20:"aggregator_feed_load";}',
25707   'to_arg_functions' => '',
25708   'access_callback' => 'user_access',
25709   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
25710   'page_callback' => 'drupal_get_form',
25711   'page_arguments' => 'a:2:{i:0;s:20:"aggregator_form_feed";i:1;i:6;}',
25712   'delivery_callback' => '',
25713   'fit' => '126',
25714   'number_parts' => '7',
25715   'context' => '0',
25716   'tab_parent' => '',
25717   'tab_root' => 'admin/config/services/aggregator/edit/feed/%',
25718   'title' => 'Edit feed',
25719   'title_callback' => 't',
25720   'title_arguments' => '',
25721   'theme_callback' => '',
25722   'theme_arguments' => 'a:0:{}',
25723   'type' => '6',
25724   'description' => '',
25725   'position' => '',
25726   'weight' => '0',
25727   'include_file' => 'modules/aggregator/aggregator.admin.inc',
25728 ))
25729 ->values(array(
25730   'path' => 'admin/config/services/aggregator/list',
25731   'load_functions' => '',
25732   'to_arg_functions' => '',
25733   'access_callback' => 'user_access',
25734   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
25735   'page_callback' => 'aggregator_admin_overview',
25736   'page_arguments' => 'a:0:{}',
25737   'delivery_callback' => '',
25738   'fit' => '31',
25739   'number_parts' => '5',
25740   'context' => '1',
25741   'tab_parent' => 'admin/config/services/aggregator',
25742   'tab_root' => 'admin/config/services/aggregator',
25743   'title' => 'List',
25744   'title_callback' => 't',
25745   'title_arguments' => '',
25746   'theme_callback' => '',
25747   'theme_arguments' => 'a:0:{}',
25748   'type' => '140',
25749   'description' => '',
25750   'position' => '',
25751   'weight' => '-10',
25752   'include_file' => 'modules/aggregator/aggregator.admin.inc',
25753 ))
25754 ->values(array(
25755   'path' => 'admin/config/services/aggregator/remove/%',
25756   'load_functions' => 'a:1:{i:5;s:20:"aggregator_feed_load";}',
25757   'to_arg_functions' => '',
25758   'access_callback' => 'user_access',
25759   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
25760   'page_callback' => 'drupal_get_form',
25761   'page_arguments' => 'a:2:{i:0;s:28:"aggregator_admin_remove_feed";i:1;i:5;}',
25762   'delivery_callback' => '',
25763   'fit' => '62',
25764   'number_parts' => '6',
25765   'context' => '0',
25766   'tab_parent' => '',
25767   'tab_root' => 'admin/config/services/aggregator/remove/%',
25768   'title' => 'Remove items',
25769   'title_callback' => 't',
25770   'title_arguments' => '',
25771   'theme_callback' => '',
25772   'theme_arguments' => 'a:0:{}',
25773   'type' => '6',
25774   'description' => '',
25775   'position' => '',
25776   'weight' => '0',
25777   'include_file' => 'modules/aggregator/aggregator.admin.inc',
25778 ))
25779 ->values(array(
25780   'path' => 'admin/config/services/aggregator/settings',
25781   'load_functions' => '',
25782   'to_arg_functions' => '',
25783   'access_callback' => 'user_access',
25784   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
25785   'page_callback' => 'drupal_get_form',
25786   'page_arguments' => 'a:1:{i:0;s:21:"aggregator_admin_form";}',
25787   'delivery_callback' => '',
25788   'fit' => '31',
25789   'number_parts' => '5',
25790   'context' => '1',
25791   'tab_parent' => 'admin/config/services/aggregator',
25792   'tab_root' => 'admin/config/services/aggregator',
25793   'title' => 'Settings',
25794   'title_callback' => 't',
25795   'title_arguments' => '',
25796   'theme_callback' => '',
25797   'theme_arguments' => 'a:0:{}',
25798   'type' => '132',
25799   'description' => 'Configure the behavior of the feed aggregator, including when to discard feed items and how to present feed items and categories.',
25800   'position' => '',
25801   'weight' => '0',
25802   'include_file' => 'modules/aggregator/aggregator.admin.inc',
25803 ))
25804 ->values(array(
25805   'path' => 'admin/config/services/aggregator/update/%',
25806   'load_functions' => 'a:1:{i:5;s:20:"aggregator_feed_load";}',
25807   'to_arg_functions' => '',
25808   'access_callback' => 'user_access',
25809   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
25810   'page_callback' => 'aggregator_admin_refresh_feed',
25811   'page_arguments' => 'a:1:{i:0;i:5;}',
25812   'delivery_callback' => '',
25813   'fit' => '62',
25814   'number_parts' => '6',
25815   'context' => '0',
25816   'tab_parent' => '',
25817   'tab_root' => 'admin/config/services/aggregator/update/%',
25818   'title' => 'Update items',
25819   'title_callback' => 't',
25820   'title_arguments' => '',
25821   'theme_callback' => '',
25822   'theme_arguments' => 'a:0:{}',
25823   'type' => '6',
25824   'description' => '',
25825   'position' => '',
25826   'weight' => '0',
25827   'include_file' => 'modules/aggregator/aggregator.admin.inc',
25828 ))
25829 ->values(array(
25830   'path' => 'admin/config/services/rss-publishing',
25831   'load_functions' => '',
25832   'to_arg_functions' => '',
25833   'access_callback' => 'user_access',
25834   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
25835   'page_callback' => 'drupal_get_form',
25836   'page_arguments' => 'a:1:{i:0;s:25:"system_rss_feeds_settings";}',
25837   'delivery_callback' => '',
25838   'fit' => '15',
25839   'number_parts' => '4',
25840   'context' => '0',
25841   'tab_parent' => '',
25842   'tab_root' => 'admin/config/services/rss-publishing',
25843   'title' => 'RSS publishing',
25844   'title_callback' => 't',
25845   'title_arguments' => '',
25846   'theme_callback' => '',
25847   'theme_arguments' => 'a:0:{}',
25848   'type' => '6',
25849   'description' => 'Configure the site description, the number of items per feed and whether feeds should be titles/teasers/full-text.',
25850   'position' => '',
25851   'weight' => '0',
25852   'include_file' => 'modules/system/system.admin.inc',
25853 ))
25854 ->values(array(
25855   'path' => 'admin/config/system',
25856   'load_functions' => '',
25857   'to_arg_functions' => '',
25858   'access_callback' => 'user_access',
25859   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
25860   'page_callback' => 'system_admin_menu_block_page',
25861   'page_arguments' => 'a:0:{}',
25862   'delivery_callback' => '',
25863   'fit' => '7',
25864   'number_parts' => '3',
25865   'context' => '0',
25866   'tab_parent' => '',
25867   'tab_root' => 'admin/config/system',
25868   'title' => 'System',
25869   'title_callback' => 't',
25870   'title_arguments' => '',
25871   'theme_callback' => '',
25872   'theme_arguments' => 'a:0:{}',
25873   'type' => '6',
25874   'description' => 'General system related configuration.',
25875   'position' => 'right',
25876   'weight' => '-20',
25877   'include_file' => 'modules/system/system.admin.inc',
25878 ))
25879 ->values(array(
25880   'path' => 'admin/config/system/actions',
25881   'load_functions' => '',
25882   'to_arg_functions' => '',
25883   'access_callback' => 'user_access',
25884   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
25885   'page_callback' => 'system_actions_manage',
25886   'page_arguments' => 'a:0:{}',
25887   'delivery_callback' => '',
25888   'fit' => '15',
25889   'number_parts' => '4',
25890   'context' => '0',
25891   'tab_parent' => '',
25892   'tab_root' => 'admin/config/system/actions',
25893   'title' => 'Actions',
25894   'title_callback' => 't',
25895   'title_arguments' => '',
25896   'theme_callback' => '',
25897   'theme_arguments' => 'a:0:{}',
25898   'type' => '6',
25899   'description' => 'Manage the actions defined for your site.',
25900   'position' => '',
25901   'weight' => '0',
25902   'include_file' => 'modules/system/system.admin.inc',
25903 ))
25904 ->values(array(
25905   'path' => 'admin/config/system/actions/configure',
25906   'load_functions' => '',
25907   'to_arg_functions' => '',
25908   'access_callback' => 'user_access',
25909   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
25910   'page_callback' => 'drupal_get_form',
25911   'page_arguments' => 'a:1:{i:0;s:24:"system_actions_configure";}',
25912   'delivery_callback' => '',
25913   'fit' => '31',
25914   'number_parts' => '5',
25915   'context' => '0',
25916   'tab_parent' => '',
25917   'tab_root' => 'admin/config/system/actions/configure',
25918   'title' => 'Configure an advanced action',
25919   'title_callback' => 't',
25920   'title_arguments' => '',
25921   'theme_callback' => '',
25922   'theme_arguments' => 'a:0:{}',
25923   'type' => '4',
25924   'description' => '',
25925   'position' => '',
25926   'weight' => '0',
25927   'include_file' => 'modules/system/system.admin.inc',
25928 ))
25929 ->values(array(
25930   'path' => 'admin/config/system/actions/delete/%',
25931   'load_functions' => 'a:1:{i:5;s:12:"actions_load";}',
25932   'to_arg_functions' => '',
25933   'access_callback' => 'user_access',
25934   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
25935   'page_callback' => 'drupal_get_form',
25936   'page_arguments' => 'a:2:{i:0;s:26:"system_actions_delete_form";i:1;i:5;}',
25937   'delivery_callback' => '',
25938   'fit' => '62',
25939   'number_parts' => '6',
25940   'context' => '0',
25941   'tab_parent' => '',
25942   'tab_root' => 'admin/config/system/actions/delete/%',
25943   'title' => 'Delete action',
25944   'title_callback' => 't',
25945   'title_arguments' => '',
25946   'theme_callback' => '',
25947   'theme_arguments' => 'a:0:{}',
25948   'type' => '6',
25949   'description' => 'Delete an action.',
25950   'position' => '',
25951   'weight' => '0',
25952   'include_file' => 'modules/system/system.admin.inc',
25953 ))
25954 ->values(array(
25955   'path' => 'admin/config/system/actions/manage',
25956   'load_functions' => '',
25957   'to_arg_functions' => '',
25958   'access_callback' => 'user_access',
25959   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
25960   'page_callback' => 'system_actions_manage',
25961   'page_arguments' => 'a:0:{}',
25962   'delivery_callback' => '',
25963   'fit' => '31',
25964   'number_parts' => '5',
25965   'context' => '1',
25966   'tab_parent' => 'admin/config/system/actions',
25967   'tab_root' => 'admin/config/system/actions',
25968   'title' => 'Manage actions',
25969   'title_callback' => 't',
25970   'title_arguments' => '',
25971   'theme_callback' => '',
25972   'theme_arguments' => 'a:0:{}',
25973   'type' => '140',
25974   'description' => 'Manage the actions defined for your site.',
25975   'position' => '',
25976   'weight' => '-2',
25977   'include_file' => 'modules/system/system.admin.inc',
25978 ))
25979 ->values(array(
25980   'path' => 'admin/config/system/actions/orphan',
25981   'load_functions' => '',
25982   'to_arg_functions' => '',
25983   'access_callback' => 'user_access',
25984   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
25985   'page_callback' => 'system_actions_remove_orphans',
25986   'page_arguments' => 'a:0:{}',
25987   'delivery_callback' => '',
25988   'fit' => '31',
25989   'number_parts' => '5',
25990   'context' => '0',
25991   'tab_parent' => '',
25992   'tab_root' => 'admin/config/system/actions/orphan',
25993   'title' => 'Remove orphans',
25994   'title_callback' => 't',
25995   'title_arguments' => '',
25996   'theme_callback' => '',
25997   'theme_arguments' => 'a:0:{}',
25998   'type' => '0',
25999   'description' => '',
26000   'position' => '',
26001   'weight' => '0',
26002   'include_file' => 'modules/system/system.admin.inc',
26003 ))
26004 ->values(array(
26005   'path' => 'admin/config/system/cron',
26006   'load_functions' => '',
26007   'to_arg_functions' => '',
26008   'access_callback' => 'user_access',
26009   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
26010   'page_callback' => 'drupal_get_form',
26011   'page_arguments' => 'a:1:{i:0;s:20:"system_cron_settings";}',
26012   'delivery_callback' => '',
26013   'fit' => '15',
26014   'number_parts' => '4',
26015   'context' => '0',
26016   'tab_parent' => '',
26017   'tab_root' => 'admin/config/system/cron',
26018   'title' => 'Cron',
26019   'title_callback' => 't',
26020   'title_arguments' => '',
26021   'theme_callback' => '',
26022   'theme_arguments' => 'a:0:{}',
26023   'type' => '6',
26024   'description' => 'Manage automatic site maintenance tasks.',
26025   'position' => '',
26026   'weight' => '20',
26027   'include_file' => 'modules/system/system.admin.inc',
26028 ))
26029 ->values(array(
26030   'path' => 'admin/config/system/site-information',
26031   'load_functions' => '',
26032   'to_arg_functions' => '',
26033   'access_callback' => 'user_access',
26034   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
26035   'page_callback' => 'drupal_get_form',
26036   'page_arguments' => 'a:1:{i:0;s:32:"system_site_information_settings";}',
26037   'delivery_callback' => '',
26038   'fit' => '15',
26039   'number_parts' => '4',
26040   'context' => '0',
26041   'tab_parent' => '',
26042   'tab_root' => 'admin/config/system/site-information',
26043   'title' => 'Site information',
26044   'title_callback' => 't',
26045   'title_arguments' => '',
26046   'theme_callback' => '',
26047   'theme_arguments' => 'a:0:{}',
26048   'type' => '6',
26049   'description' => 'Change site name, e-mail address, slogan, default front page, and number of posts per page, error pages.',
26050   'position' => '',
26051   'weight' => '-20',
26052   'include_file' => 'modules/system/system.admin.inc',
26053 ))
26054 ->values(array(
26055   'path' => 'admin/config/system/statistics',
26056   'load_functions' => '',
26057   'to_arg_functions' => '',
26058   'access_callback' => 'user_access',
26059   'access_arguments' => 'a:1:{i:0;s:21:"administer statistics";}',
26060   'page_callback' => 'drupal_get_form',
26061   'page_arguments' => 'a:1:{i:0;s:24:"statistics_settings_form";}',
26062   'delivery_callback' => '',
26063   'fit' => '15',
26064   'number_parts' => '4',
26065   'context' => '0',
26066   'tab_parent' => '',
26067   'tab_root' => 'admin/config/system/statistics',
26068   'title' => 'Statistics',
26069   'title_callback' => 't',
26070   'title_arguments' => '',
26071   'theme_callback' => '',
26072   'theme_arguments' => 'a:0:{}',
26073   'type' => '6',
26074   'description' => 'Control details about what and how your site logs access statistics.',
26075   'position' => '',
26076   'weight' => '-15',
26077   'include_file' => 'modules/statistics/statistics.admin.inc',
26078 ))
26079 ->values(array(
26080   'path' => 'admin/config/user-interface',
26081   'load_functions' => '',
26082   'to_arg_functions' => '',
26083   'access_callback' => 'user_access',
26084   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26085   'page_callback' => 'system_admin_menu_block_page',
26086   'page_arguments' => 'a:0:{}',
26087   'delivery_callback' => '',
26088   'fit' => '7',
26089   'number_parts' => '3',
26090   'context' => '0',
26091   'tab_parent' => '',
26092   'tab_root' => 'admin/config/user-interface',
26093   'title' => 'User interface',
26094   'title_callback' => 't',
26095   'title_arguments' => '',
26096   'theme_callback' => '',
26097   'theme_arguments' => 'a:0:{}',
26098   'type' => '6',
26099   'description' => 'Tools that enhance the user interface.',
26100   'position' => 'right',
26101   'weight' => '-15',
26102   'include_file' => 'modules/system/system.admin.inc',
26103 ))
26104 ->values(array(
26105   'path' => 'admin/config/user-interface/shortcut',
26106   'load_functions' => '',
26107   'to_arg_functions' => '',
26108   'access_callback' => 'user_access',
26109   'access_arguments' => 'a:1:{i:0;s:20:"administer shortcuts";}',
26110   'page_callback' => 'shortcut_set_admin',
26111   'page_arguments' => 'a:0:{}',
26112   'delivery_callback' => '',
26113   'fit' => '15',
26114   'number_parts' => '4',
26115   'context' => '0',
26116   'tab_parent' => '',
26117   'tab_root' => 'admin/config/user-interface/shortcut',
26118   'title' => 'Shortcuts',
26119   'title_callback' => 't',
26120   'title_arguments' => '',
26121   'theme_callback' => '',
26122   'theme_arguments' => 'a:0:{}',
26123   'type' => '6',
26124   'description' => 'Add and modify shortcut sets.',
26125   'position' => '',
26126   'weight' => '0',
26127   'include_file' => 'modules/shortcut/shortcut.admin.inc',
26128 ))
26129 ->values(array(
26130   'path' => 'admin/config/user-interface/shortcut/%',
26131   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
26132   'to_arg_functions' => '',
26133   'access_callback' => 'shortcut_set_edit_access',
26134   'access_arguments' => 'a:1:{i:0;i:4;}',
26135   'page_callback' => 'drupal_get_form',
26136   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_customize";i:1;i:4;}',
26137   'delivery_callback' => '',
26138   'fit' => '30',
26139   'number_parts' => '5',
26140   'context' => '0',
26141   'tab_parent' => '',
26142   'tab_root' => 'admin/config/user-interface/shortcut/%',
26143   'title' => 'Edit shortcuts',
26144   'title_callback' => 'shortcut_set_title_callback',
26145   'title_arguments' => 'a:1:{i:0;i:4;}',
26146   'theme_callback' => '',
26147   'theme_arguments' => 'a:0:{}',
26148   'type' => '6',
26149   'description' => '',
26150   'position' => '',
26151   'weight' => '0',
26152   'include_file' => 'modules/shortcut/shortcut.admin.inc',
26153 ))
26154 ->values(array(
26155   'path' => 'admin/config/user-interface/shortcut/%/add-link',
26156   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
26157   'to_arg_functions' => '',
26158   'access_callback' => 'shortcut_set_edit_access',
26159   'access_arguments' => 'a:1:{i:0;i:4;}',
26160   'page_callback' => 'drupal_get_form',
26161   'page_arguments' => 'a:2:{i:0;s:17:"shortcut_link_add";i:1;i:4;}',
26162   'delivery_callback' => '',
26163   'fit' => '61',
26164   'number_parts' => '6',
26165   'context' => '1',
26166   'tab_parent' => 'admin/config/user-interface/shortcut/%',
26167   'tab_root' => 'admin/config/user-interface/shortcut/%',
26168   'title' => 'Add shortcut',
26169   'title_callback' => 't',
26170   'title_arguments' => '',
26171   'theme_callback' => '',
26172   'theme_arguments' => 'a:0:{}',
26173   'type' => '388',
26174   'description' => '',
26175   'position' => '',
26176   'weight' => '0',
26177   'include_file' => 'modules/shortcut/shortcut.admin.inc',
26178 ))
26179 ->values(array(
26180   'path' => 'admin/config/user-interface/shortcut/%/add-link-inline',
26181   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
26182   'to_arg_functions' => '',
26183   'access_callback' => 'shortcut_set_edit_access',
26184   'access_arguments' => 'a:1:{i:0;i:4;}',
26185   'page_callback' => 'shortcut_link_add_inline',
26186   'page_arguments' => 'a:1:{i:0;i:4;}',
26187   'delivery_callback' => '',
26188   'fit' => '61',
26189   'number_parts' => '6',
26190   'context' => '0',
26191   'tab_parent' => '',
26192   'tab_root' => 'admin/config/user-interface/shortcut/%/add-link-inline',
26193   'title' => 'Add shortcut',
26194   'title_callback' => 't',
26195   'title_arguments' => '',
26196   'theme_callback' => '',
26197   'theme_arguments' => 'a:0:{}',
26198   'type' => '0',
26199   'description' => '',
26200   'position' => '',
26201   'weight' => '0',
26202   'include_file' => 'modules/shortcut/shortcut.admin.inc',
26203 ))
26204 ->values(array(
26205   'path' => 'admin/config/user-interface/shortcut/%/delete',
26206   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
26207   'to_arg_functions' => '',
26208   'access_callback' => 'shortcut_set_delete_access',
26209   'access_arguments' => 'a:1:{i:0;i:4;}',
26210   'page_callback' => 'drupal_get_form',
26211   'page_arguments' => 'a:2:{i:0;s:24:"shortcut_set_delete_form";i:1;i:4;}',
26212   'delivery_callback' => '',
26213   'fit' => '61',
26214   'number_parts' => '6',
26215   'context' => '0',
26216   'tab_parent' => '',
26217   'tab_root' => 'admin/config/user-interface/shortcut/%/delete',
26218   'title' => 'Delete shortcut set',
26219   'title_callback' => 't',
26220   'title_arguments' => '',
26221   'theme_callback' => '',
26222   'theme_arguments' => 'a:0:{}',
26223   'type' => '6',
26224   'description' => '',
26225   'position' => '',
26226   'weight' => '0',
26227   'include_file' => 'modules/shortcut/shortcut.admin.inc',
26228 ))
26229 ->values(array(
26230   'path' => 'admin/config/user-interface/shortcut/%/edit',
26231   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
26232   'to_arg_functions' => '',
26233   'access_callback' => 'shortcut_set_edit_access',
26234   'access_arguments' => 'a:1:{i:0;i:4;}',
26235   'page_callback' => 'drupal_get_form',
26236   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_edit_form";i:1;i:4;}',
26237   'delivery_callback' => '',
26238   'fit' => '61',
26239   'number_parts' => '6',
26240   'context' => '1',
26241   'tab_parent' => 'admin/config/user-interface/shortcut/%',
26242   'tab_root' => 'admin/config/user-interface/shortcut/%',
26243   'title' => 'Edit set name',
26244   'title_callback' => 't',
26245   'title_arguments' => '',
26246   'theme_callback' => '',
26247   'theme_arguments' => 'a:0:{}',
26248   'type' => '132',
26249   'description' => '',
26250   'position' => '',
26251   'weight' => '10',
26252   'include_file' => 'modules/shortcut/shortcut.admin.inc',
26253 ))
26254 ->values(array(
26255   'path' => 'admin/config/user-interface/shortcut/%/links',
26256   'load_functions' => 'a:1:{i:4;s:17:"shortcut_set_load";}',
26257   'to_arg_functions' => '',
26258   'access_callback' => 'shortcut_set_edit_access',
26259   'access_arguments' => 'a:1:{i:0;i:4;}',
26260   'page_callback' => 'drupal_get_form',
26261   'page_arguments' => 'a:2:{i:0;s:22:"shortcut_set_customize";i:1;i:4;}',
26262   'delivery_callback' => '',
26263   'fit' => '61',
26264   'number_parts' => '6',
26265   'context' => '1',
26266   'tab_parent' => 'admin/config/user-interface/shortcut/%',
26267   'tab_root' => 'admin/config/user-interface/shortcut/%',
26268   'title' => 'List links',
26269   'title_callback' => 't',
26270   'title_arguments' => '',
26271   'theme_callback' => '',
26272   'theme_arguments' => 'a:0:{}',
26273   'type' => '140',
26274   'description' => '',
26275   'position' => '',
26276   'weight' => '0',
26277   'include_file' => 'modules/shortcut/shortcut.admin.inc',
26278 ))
26279 ->values(array(
26280   'path' => 'admin/config/user-interface/shortcut/add-set',
26281   'load_functions' => '',
26282   'to_arg_functions' => '',
26283   'access_callback' => 'user_access',
26284   'access_arguments' => 'a:1:{i:0;s:20:"administer shortcuts";}',
26285   'page_callback' => 'drupal_get_form',
26286   'page_arguments' => 'a:1:{i:0;s:21:"shortcut_set_add_form";}',
26287   'delivery_callback' => '',
26288   'fit' => '31',
26289   'number_parts' => '5',
26290   'context' => '1',
26291   'tab_parent' => 'admin/config/user-interface/shortcut',
26292   'tab_root' => 'admin/config/user-interface/shortcut',
26293   'title' => 'Add shortcut set',
26294   'title_callback' => 't',
26295   'title_arguments' => '',
26296   'theme_callback' => '',
26297   'theme_arguments' => 'a:0:{}',
26298   'type' => '388',
26299   'description' => '',
26300   'position' => '',
26301   'weight' => '0',
26302   'include_file' => 'modules/shortcut/shortcut.admin.inc',
26303 ))
26304 ->values(array(
26305   'path' => 'admin/config/user-interface/shortcut/link/%',
26306   'load_functions' => 'a:1:{i:5;s:14:"menu_link_load";}',
26307   'to_arg_functions' => '',
26308   'access_callback' => 'shortcut_link_access',
26309   'access_arguments' => 'a:1:{i:0;i:5;}',
26310   'page_callback' => 'drupal_get_form',
26311   'page_arguments' => 'a:2:{i:0;s:18:"shortcut_link_edit";i:1;i:5;}',
26312   'delivery_callback' => '',
26313   'fit' => '62',
26314   'number_parts' => '6',
26315   'context' => '0',
26316   'tab_parent' => '',
26317   'tab_root' => 'admin/config/user-interface/shortcut/link/%',
26318   'title' => 'Edit shortcut',
26319   'title_callback' => 't',
26320   'title_arguments' => '',
26321   'theme_callback' => '',
26322   'theme_arguments' => 'a:0:{}',
26323   'type' => '6',
26324   'description' => '',
26325   'position' => '',
26326   'weight' => '0',
26327   'include_file' => 'modules/shortcut/shortcut.admin.inc',
26328 ))
26329 ->values(array(
26330   'path' => 'admin/config/user-interface/shortcut/link/%/delete',
26331   'load_functions' => 'a:1:{i:5;s:14:"menu_link_load";}',
26332   'to_arg_functions' => '',
26333   'access_callback' => 'shortcut_link_access',
26334   'access_arguments' => 'a:1:{i:0;i:5;}',
26335   'page_callback' => 'drupal_get_form',
26336   'page_arguments' => 'a:2:{i:0;s:20:"shortcut_link_delete";i:1;i:5;}',
26337   'delivery_callback' => '',
26338   'fit' => '125',
26339   'number_parts' => '7',
26340   'context' => '0',
26341   'tab_parent' => '',
26342   'tab_root' => 'admin/config/user-interface/shortcut/link/%/delete',
26343   'title' => 'Delete shortcut',
26344   'title_callback' => 't',
26345   'title_arguments' => '',
26346   'theme_callback' => '',
26347   'theme_arguments' => 'a:0:{}',
26348   'type' => '6',
26349   'description' => '',
26350   'position' => '',
26351   'weight' => '0',
26352   'include_file' => 'modules/shortcut/shortcut.admin.inc',
26353 ))
26354 ->values(array(
26355   'path' => 'admin/config/workflow',
26356   'load_functions' => '',
26357   'to_arg_functions' => '',
26358   'access_callback' => 'user_access',
26359   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26360   'page_callback' => 'system_admin_menu_block_page',
26361   'page_arguments' => 'a:0:{}',
26362   'delivery_callback' => '',
26363   'fit' => '7',
26364   'number_parts' => '3',
26365   'context' => '0',
26366   'tab_parent' => '',
26367   'tab_root' => 'admin/config/workflow',
26368   'title' => 'Workflow',
26369   'title_callback' => 't',
26370   'title_arguments' => '',
26371   'theme_callback' => '',
26372   'theme_arguments' => 'a:0:{}',
26373   'type' => '6',
26374   'description' => 'Content workflow, editorial workflow tools.',
26375   'position' => 'right',
26376   'weight' => '5',
26377   'include_file' => 'modules/system/system.admin.inc',
26378 ))
26379 ->values(array(
26380   'path' => 'admin/content',
26381   'load_functions' => '',
26382   'to_arg_functions' => '',
26383   'access_callback' => 'user_access',
26384   'access_arguments' => 'a:1:{i:0;s:23:"access content overview";}',
26385   'page_callback' => 'drupal_get_form',
26386   'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}',
26387   'delivery_callback' => '',
26388   'fit' => '3',
26389   'number_parts' => '2',
26390   'context' => '0',
26391   'tab_parent' => '',
26392   'tab_root' => 'admin/content',
26393   'title' => 'Content',
26394   'title_callback' => 't',
26395   'title_arguments' => '',
26396   'theme_callback' => '',
26397   'theme_arguments' => 'a:0:{}',
26398   'type' => '6',
26399   'description' => 'Administer content and comments.',
26400   'position' => '',
26401   'weight' => '-10',
26402   'include_file' => 'modules/node/node.admin.inc',
26403 ))
26404 ->values(array(
26405   'path' => 'admin/content/book',
26406   'load_functions' => '',
26407   'to_arg_functions' => '',
26408   'access_callback' => 'user_access',
26409   'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
26410   'page_callback' => 'book_admin_overview',
26411   'page_arguments' => 'a:0:{}',
26412   'delivery_callback' => '',
26413   'fit' => '7',
26414   'number_parts' => '3',
26415   'context' => '1',
26416   'tab_parent' => 'admin/content',
26417   'tab_root' => 'admin/content',
26418   'title' => 'Books',
26419   'title_callback' => 't',
26420   'title_arguments' => '',
26421   'theme_callback' => '',
26422   'theme_arguments' => 'a:0:{}',
26423   'type' => '132',
26424   'description' => "Manage your site's book outlines.",
26425   'position' => '',
26426   'weight' => '0',
26427   'include_file' => 'modules/book/book.admin.inc',
26428 ))
26429 ->values(array(
26430   'path' => 'admin/content/book/%',
26431   'load_functions' => 'a:1:{i:3;s:9:"node_load";}',
26432   'to_arg_functions' => '',
26433   'access_callback' => '_book_outline_access',
26434   'access_arguments' => 'a:1:{i:0;i:3;}',
26435   'page_callback' => 'drupal_get_form',
26436   'page_arguments' => 'a:2:{i:0;s:15:"book_admin_edit";i:1;i:3;}',
26437   'delivery_callback' => '',
26438   'fit' => '14',
26439   'number_parts' => '4',
26440   'context' => '0',
26441   'tab_parent' => '',
26442   'tab_root' => 'admin/content/book/%',
26443   'title' => 'Re-order book pages and change titles',
26444   'title_callback' => 't',
26445   'title_arguments' => '',
26446   'theme_callback' => '',
26447   'theme_arguments' => 'a:0:{}',
26448   'type' => '0',
26449   'description' => '',
26450   'position' => '',
26451   'weight' => '0',
26452   'include_file' => 'modules/book/book.admin.inc',
26453 ))
26454 ->values(array(
26455   'path' => 'admin/content/book/list',
26456   'load_functions' => '',
26457   'to_arg_functions' => '',
26458   'access_callback' => 'user_access',
26459   'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
26460   'page_callback' => 'book_admin_overview',
26461   'page_arguments' => 'a:0:{}',
26462   'delivery_callback' => '',
26463   'fit' => '15',
26464   'number_parts' => '4',
26465   'context' => '1',
26466   'tab_parent' => 'admin/content/book',
26467   'tab_root' => 'admin/content',
26468   'title' => 'List',
26469   'title_callback' => 't',
26470   'title_arguments' => '',
26471   'theme_callback' => '',
26472   'theme_arguments' => 'a:0:{}',
26473   'type' => '140',
26474   'description' => '',
26475   'position' => '',
26476   'weight' => '0',
26477   'include_file' => 'modules/book/book.admin.inc',
26478 ))
26479 ->values(array(
26480   'path' => 'admin/content/book/settings',
26481   'load_functions' => '',
26482   'to_arg_functions' => '',
26483   'access_callback' => 'user_access',
26484   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
26485   'page_callback' => 'drupal_get_form',
26486   'page_arguments' => 'a:1:{i:0;s:19:"book_admin_settings";}',
26487   'delivery_callback' => '',
26488   'fit' => '15',
26489   'number_parts' => '4',
26490   'context' => '1',
26491   'tab_parent' => 'admin/content/book',
26492   'tab_root' => 'admin/content',
26493   'title' => 'Settings',
26494   'title_callback' => 't',
26495   'title_arguments' => '',
26496   'theme_callback' => '',
26497   'theme_arguments' => 'a:0:{}',
26498   'type' => '132',
26499   'description' => '',
26500   'position' => '',
26501   'weight' => '8',
26502   'include_file' => 'modules/book/book.admin.inc',
26503 ))
26504 ->values(array(
26505   'path' => 'admin/content/comment',
26506   'load_functions' => '',
26507   'to_arg_functions' => '',
26508   'access_callback' => 'user_access',
26509   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
26510   'page_callback' => 'comment_admin',
26511   'page_arguments' => 'a:0:{}',
26512   'delivery_callback' => '',
26513   'fit' => '7',
26514   'number_parts' => '3',
26515   'context' => '1',
26516   'tab_parent' => 'admin/content',
26517   'tab_root' => 'admin/content',
26518   'title' => 'Comments',
26519   'title_callback' => 't',
26520   'title_arguments' => '',
26521   'theme_callback' => '',
26522   'theme_arguments' => 'a:0:{}',
26523   'type' => '134',
26524   'description' => 'List and edit site comments and the comment approval queue.',
26525   'position' => '',
26526   'weight' => '0',
26527   'include_file' => 'modules/comment/comment.admin.inc',
26528 ))
26529 ->values(array(
26530   'path' => 'admin/content/comment/approval',
26531   'load_functions' => '',
26532   'to_arg_functions' => '',
26533   'access_callback' => 'user_access',
26534   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
26535   'page_callback' => 'comment_admin',
26536   'page_arguments' => 'a:1:{i:0;s:8:"approval";}',
26537   'delivery_callback' => '',
26538   'fit' => '15',
26539   'number_parts' => '4',
26540   'context' => '1',
26541   'tab_parent' => 'admin/content/comment',
26542   'tab_root' => 'admin/content',
26543   'title' => 'Unapproved comments',
26544   'title_callback' => 'comment_count_unpublished',
26545   'title_arguments' => '',
26546   'theme_callback' => '',
26547   'theme_arguments' => 'a:0:{}',
26548   'type' => '132',
26549   'description' => '',
26550   'position' => '',
26551   'weight' => '0',
26552   'include_file' => 'modules/comment/comment.admin.inc',
26553 ))
26554 ->values(array(
26555   'path' => 'admin/content/comment/new',
26556   'load_functions' => '',
26557   'to_arg_functions' => '',
26558   'access_callback' => 'user_access',
26559   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
26560   'page_callback' => 'comment_admin',
26561   'page_arguments' => 'a:0:{}',
26562   'delivery_callback' => '',
26563   'fit' => '15',
26564   'number_parts' => '4',
26565   'context' => '1',
26566   'tab_parent' => 'admin/content/comment',
26567   'tab_root' => 'admin/content',
26568   'title' => 'Published comments',
26569   'title_callback' => 't',
26570   'title_arguments' => '',
26571   'theme_callback' => '',
26572   'theme_arguments' => 'a:0:{}',
26573   'type' => '140',
26574   'description' => '',
26575   'position' => '',
26576   'weight' => '-10',
26577   'include_file' => 'modules/comment/comment.admin.inc',
26578 ))
26579 ->values(array(
26580   'path' => 'admin/content/node',
26581   'load_functions' => '',
26582   'to_arg_functions' => '',
26583   'access_callback' => 'user_access',
26584   'access_arguments' => 'a:1:{i:0;s:23:"access content overview";}',
26585   'page_callback' => 'drupal_get_form',
26586   'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}',
26587   'delivery_callback' => '',
26588   'fit' => '7',
26589   'number_parts' => '3',
26590   'context' => '1',
26591   'tab_parent' => 'admin/content',
26592   'tab_root' => 'admin/content',
26593   'title' => 'Content',
26594   'title_callback' => 't',
26595   'title_arguments' => '',
26596   'theme_callback' => '',
26597   'theme_arguments' => 'a:0:{}',
26598   'type' => '140',
26599   'description' => '',
26600   'position' => '',
26601   'weight' => '-10',
26602   'include_file' => 'modules/node/node.admin.inc',
26603 ))
26604 ->values(array(
26605   'path' => 'admin/help',
26606   'load_functions' => '',
26607   'to_arg_functions' => '',
26608   'access_callback' => 'user_access',
26609   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26610   'page_callback' => 'help_main',
26611   'page_arguments' => 'a:0:{}',
26612   'delivery_callback' => '',
26613   'fit' => '3',
26614   'number_parts' => '2',
26615   'context' => '0',
26616   'tab_parent' => '',
26617   'tab_root' => 'admin/help',
26618   'title' => 'Help',
26619   'title_callback' => 't',
26620   'title_arguments' => '',
26621   'theme_callback' => '',
26622   'theme_arguments' => 'a:0:{}',
26623   'type' => '6',
26624   'description' => 'Reference for usage, configuration, and modules.',
26625   'position' => '',
26626   'weight' => '9',
26627   'include_file' => 'modules/help/help.admin.inc',
26628 ))
26629 ->values(array(
26630   'path' => 'admin/help/aggregator',
26631   'load_functions' => '',
26632   'to_arg_functions' => '',
26633   'access_callback' => 'user_access',
26634   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26635   'page_callback' => 'help_page',
26636   'page_arguments' => 'a:1:{i:0;i:2;}',
26637   'delivery_callback' => '',
26638   'fit' => '7',
26639   'number_parts' => '3',
26640   'context' => '0',
26641   'tab_parent' => '',
26642   'tab_root' => 'admin/help/aggregator',
26643   'title' => 'aggregator',
26644   'title_callback' => 't',
26645   'title_arguments' => '',
26646   'theme_callback' => '',
26647   'theme_arguments' => 'a:0:{}',
26648   'type' => '4',
26649   'description' => '',
26650   'position' => '',
26651   'weight' => '0',
26652   'include_file' => 'modules/help/help.admin.inc',
26653 ))
26654 ->values(array(
26655   'path' => 'admin/help/block',
26656   'load_functions' => '',
26657   'to_arg_functions' => '',
26658   'access_callback' => 'user_access',
26659   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26660   'page_callback' => 'help_page',
26661   'page_arguments' => 'a:1:{i:0;i:2;}',
26662   'delivery_callback' => '',
26663   'fit' => '7',
26664   'number_parts' => '3',
26665   'context' => '0',
26666   'tab_parent' => '',
26667   'tab_root' => 'admin/help/block',
26668   'title' => 'block',
26669   'title_callback' => 't',
26670   'title_arguments' => '',
26671   'theme_callback' => '',
26672   'theme_arguments' => 'a:0:{}',
26673   'type' => '4',
26674   'description' => '',
26675   'position' => '',
26676   'weight' => '0',
26677   'include_file' => 'modules/help/help.admin.inc',
26678 ))
26679 ->values(array(
26680   'path' => 'admin/help/blog',
26681   'load_functions' => '',
26682   'to_arg_functions' => '',
26683   'access_callback' => 'user_access',
26684   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26685   'page_callback' => 'help_page',
26686   'page_arguments' => 'a:1:{i:0;i:2;}',
26687   'delivery_callback' => '',
26688   'fit' => '7',
26689   'number_parts' => '3',
26690   'context' => '0',
26691   'tab_parent' => '',
26692   'tab_root' => 'admin/help/blog',
26693   'title' => 'blog',
26694   'title_callback' => 't',
26695   'title_arguments' => '',
26696   'theme_callback' => '',
26697   'theme_arguments' => 'a:0:{}',
26698   'type' => '4',
26699   'description' => '',
26700   'position' => '',
26701   'weight' => '0',
26702   'include_file' => 'modules/help/help.admin.inc',
26703 ))
26704 ->values(array(
26705   'path' => 'admin/help/book',
26706   'load_functions' => '',
26707   'to_arg_functions' => '',
26708   'access_callback' => 'user_access',
26709   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26710   'page_callback' => 'help_page',
26711   'page_arguments' => 'a:1:{i:0;i:2;}',
26712   'delivery_callback' => '',
26713   'fit' => '7',
26714   'number_parts' => '3',
26715   'context' => '0',
26716   'tab_parent' => '',
26717   'tab_root' => 'admin/help/book',
26718   'title' => 'book',
26719   'title_callback' => 't',
26720   'title_arguments' => '',
26721   'theme_callback' => '',
26722   'theme_arguments' => 'a:0:{}',
26723   'type' => '4',
26724   'description' => '',
26725   'position' => '',
26726   'weight' => '0',
26727   'include_file' => 'modules/help/help.admin.inc',
26728 ))
26729 ->values(array(
26730   'path' => 'admin/help/color',
26731   'load_functions' => '',
26732   'to_arg_functions' => '',
26733   'access_callback' => 'user_access',
26734   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26735   'page_callback' => 'help_page',
26736   'page_arguments' => 'a:1:{i:0;i:2;}',
26737   'delivery_callback' => '',
26738   'fit' => '7',
26739   'number_parts' => '3',
26740   'context' => '0',
26741   'tab_parent' => '',
26742   'tab_root' => 'admin/help/color',
26743   'title' => 'color',
26744   'title_callback' => 't',
26745   'title_arguments' => '',
26746   'theme_callback' => '',
26747   'theme_arguments' => 'a:0:{}',
26748   'type' => '4',
26749   'description' => '',
26750   'position' => '',
26751   'weight' => '0',
26752   'include_file' => 'modules/help/help.admin.inc',
26753 ))
26754 ->values(array(
26755   'path' => 'admin/help/comment',
26756   'load_functions' => '',
26757   'to_arg_functions' => '',
26758   'access_callback' => 'user_access',
26759   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26760   'page_callback' => 'help_page',
26761   'page_arguments' => 'a:1:{i:0;i:2;}',
26762   'delivery_callback' => '',
26763   'fit' => '7',
26764   'number_parts' => '3',
26765   'context' => '0',
26766   'tab_parent' => '',
26767   'tab_root' => 'admin/help/comment',
26768   'title' => 'comment',
26769   'title_callback' => 't',
26770   'title_arguments' => '',
26771   'theme_callback' => '',
26772   'theme_arguments' => 'a:0:{}',
26773   'type' => '4',
26774   'description' => '',
26775   'position' => '',
26776   'weight' => '0',
26777   'include_file' => 'modules/help/help.admin.inc',
26778 ))
26779 ->values(array(
26780   'path' => 'admin/help/contact',
26781   'load_functions' => '',
26782   'to_arg_functions' => '',
26783   'access_callback' => 'user_access',
26784   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26785   'page_callback' => 'help_page',
26786   'page_arguments' => 'a:1:{i:0;i:2;}',
26787   'delivery_callback' => '',
26788   'fit' => '7',
26789   'number_parts' => '3',
26790   'context' => '0',
26791   'tab_parent' => '',
26792   'tab_root' => 'admin/help/contact',
26793   'title' => 'contact',
26794   'title_callback' => 't',
26795   'title_arguments' => '',
26796   'theme_callback' => '',
26797   'theme_arguments' => 'a:0:{}',
26798   'type' => '4',
26799   'description' => '',
26800   'position' => '',
26801   'weight' => '0',
26802   'include_file' => 'modules/help/help.admin.inc',
26803 ))
26804 ->values(array(
26805   'path' => 'admin/help/contextual',
26806   'load_functions' => '',
26807   'to_arg_functions' => '',
26808   'access_callback' => 'user_access',
26809   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26810   'page_callback' => 'help_page',
26811   'page_arguments' => 'a:1:{i:0;i:2;}',
26812   'delivery_callback' => '',
26813   'fit' => '7',
26814   'number_parts' => '3',
26815   'context' => '0',
26816   'tab_parent' => '',
26817   'tab_root' => 'admin/help/contextual',
26818   'title' => 'contextual',
26819   'title_callback' => 't',
26820   'title_arguments' => '',
26821   'theme_callback' => '',
26822   'theme_arguments' => 'a:0:{}',
26823   'type' => '4',
26824   'description' => '',
26825   'position' => '',
26826   'weight' => '0',
26827   'include_file' => 'modules/help/help.admin.inc',
26828 ))
26829 ->values(array(
26830   'path' => 'admin/help/date',
26831   'load_functions' => '',
26832   'to_arg_functions' => '',
26833   'access_callback' => 'user_access',
26834   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26835   'page_callback' => 'help_page',
26836   'page_arguments' => 'a:1:{i:0;i:2;}',
26837   'delivery_callback' => '',
26838   'fit' => '7',
26839   'number_parts' => '3',
26840   'context' => '0',
26841   'tab_parent' => '',
26842   'tab_root' => 'admin/help/date',
26843   'title' => 'date',
26844   'title_callback' => 't',
26845   'title_arguments' => '',
26846   'theme_callback' => '',
26847   'theme_arguments' => 'a:0:{}',
26848   'type' => '4',
26849   'description' => '',
26850   'position' => '',
26851   'weight' => '0',
26852   'include_file' => 'modules/help/help.admin.inc',
26853 ))
26854 ->values(array(
26855   'path' => 'admin/help/dblog',
26856   'load_functions' => '',
26857   'to_arg_functions' => '',
26858   'access_callback' => 'user_access',
26859   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26860   'page_callback' => 'help_page',
26861   'page_arguments' => 'a:1:{i:0;i:2;}',
26862   'delivery_callback' => '',
26863   'fit' => '7',
26864   'number_parts' => '3',
26865   'context' => '0',
26866   'tab_parent' => '',
26867   'tab_root' => 'admin/help/dblog',
26868   'title' => 'dblog',
26869   'title_callback' => 't',
26870   'title_arguments' => '',
26871   'theme_callback' => '',
26872   'theme_arguments' => 'a:0:{}',
26873   'type' => '4',
26874   'description' => '',
26875   'position' => '',
26876   'weight' => '0',
26877   'include_file' => 'modules/help/help.admin.inc',
26878 ))
26879 ->values(array(
26880   'path' => 'admin/help/field',
26881   'load_functions' => '',
26882   'to_arg_functions' => '',
26883   'access_callback' => 'user_access',
26884   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26885   'page_callback' => 'help_page',
26886   'page_arguments' => 'a:1:{i:0;i:2;}',
26887   'delivery_callback' => '',
26888   'fit' => '7',
26889   'number_parts' => '3',
26890   'context' => '0',
26891   'tab_parent' => '',
26892   'tab_root' => 'admin/help/field',
26893   'title' => 'field',
26894   'title_callback' => 't',
26895   'title_arguments' => '',
26896   'theme_callback' => '',
26897   'theme_arguments' => 'a:0:{}',
26898   'type' => '4',
26899   'description' => '',
26900   'position' => '',
26901   'weight' => '0',
26902   'include_file' => 'modules/help/help.admin.inc',
26903 ))
26904 ->values(array(
26905   'path' => 'admin/help/field_sql_storage',
26906   'load_functions' => '',
26907   'to_arg_functions' => '',
26908   'access_callback' => 'user_access',
26909   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26910   'page_callback' => 'help_page',
26911   'page_arguments' => 'a:1:{i:0;i:2;}',
26912   'delivery_callback' => '',
26913   'fit' => '7',
26914   'number_parts' => '3',
26915   'context' => '0',
26916   'tab_parent' => '',
26917   'tab_root' => 'admin/help/field_sql_storage',
26918   'title' => 'field_sql_storage',
26919   'title_callback' => 't',
26920   'title_arguments' => '',
26921   'theme_callback' => '',
26922   'theme_arguments' => 'a:0:{}',
26923   'type' => '4',
26924   'description' => '',
26925   'position' => '',
26926   'weight' => '0',
26927   'include_file' => 'modules/help/help.admin.inc',
26928 ))
26929 ->values(array(
26930   'path' => 'admin/help/field_ui',
26931   'load_functions' => '',
26932   'to_arg_functions' => '',
26933   'access_callback' => 'user_access',
26934   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26935   'page_callback' => 'help_page',
26936   'page_arguments' => 'a:1:{i:0;i:2;}',
26937   'delivery_callback' => '',
26938   'fit' => '7',
26939   'number_parts' => '3',
26940   'context' => '0',
26941   'tab_parent' => '',
26942   'tab_root' => 'admin/help/field_ui',
26943   'title' => 'field_ui',
26944   'title_callback' => 't',
26945   'title_arguments' => '',
26946   'theme_callback' => '',
26947   'theme_arguments' => 'a:0:{}',
26948   'type' => '4',
26949   'description' => '',
26950   'position' => '',
26951   'weight' => '0',
26952   'include_file' => 'modules/help/help.admin.inc',
26953 ))
26954 ->values(array(
26955   'path' => 'admin/help/file',
26956   'load_functions' => '',
26957   'to_arg_functions' => '',
26958   'access_callback' => 'user_access',
26959   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26960   'page_callback' => 'help_page',
26961   'page_arguments' => 'a:1:{i:0;i:2;}',
26962   'delivery_callback' => '',
26963   'fit' => '7',
26964   'number_parts' => '3',
26965   'context' => '0',
26966   'tab_parent' => '',
26967   'tab_root' => 'admin/help/file',
26968   'title' => 'file',
26969   'title_callback' => 't',
26970   'title_arguments' => '',
26971   'theme_callback' => '',
26972   'theme_arguments' => 'a:0:{}',
26973   'type' => '4',
26974   'description' => '',
26975   'position' => '',
26976   'weight' => '0',
26977   'include_file' => 'modules/help/help.admin.inc',
26978 ))
26979 ->values(array(
26980   'path' => 'admin/help/filter',
26981   'load_functions' => '',
26982   'to_arg_functions' => '',
26983   'access_callback' => 'user_access',
26984   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
26985   'page_callback' => 'help_page',
26986   'page_arguments' => 'a:1:{i:0;i:2;}',
26987   'delivery_callback' => '',
26988   'fit' => '7',
26989   'number_parts' => '3',
26990   'context' => '0',
26991   'tab_parent' => '',
26992   'tab_root' => 'admin/help/filter',
26993   'title' => 'filter',
26994   'title_callback' => 't',
26995   'title_arguments' => '',
26996   'theme_callback' => '',
26997   'theme_arguments' => 'a:0:{}',
26998   'type' => '4',
26999   'description' => '',
27000   'position' => '',
27001   'weight' => '0',
27002   'include_file' => 'modules/help/help.admin.inc',
27003 ))
27004 ->values(array(
27005   'path' => 'admin/help/forum',
27006   'load_functions' => '',
27007   'to_arg_functions' => '',
27008   'access_callback' => 'user_access',
27009   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27010   'page_callback' => 'help_page',
27011   'page_arguments' => 'a:1:{i:0;i:2;}',
27012   'delivery_callback' => '',
27013   'fit' => '7',
27014   'number_parts' => '3',
27015   'context' => '0',
27016   'tab_parent' => '',
27017   'tab_root' => 'admin/help/forum',
27018   'title' => 'forum',
27019   'title_callback' => 't',
27020   'title_arguments' => '',
27021   'theme_callback' => '',
27022   'theme_arguments' => 'a:0:{}',
27023   'type' => '4',
27024   'description' => '',
27025   'position' => '',
27026   'weight' => '0',
27027   'include_file' => 'modules/help/help.admin.inc',
27028 ))
27029 ->values(array(
27030   'path' => 'admin/help/help',
27031   'load_functions' => '',
27032   'to_arg_functions' => '',
27033   'access_callback' => 'user_access',
27034   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27035   'page_callback' => 'help_page',
27036   'page_arguments' => 'a:1:{i:0;i:2;}',
27037   'delivery_callback' => '',
27038   'fit' => '7',
27039   'number_parts' => '3',
27040   'context' => '0',
27041   'tab_parent' => '',
27042   'tab_root' => 'admin/help/help',
27043   'title' => 'help',
27044   'title_callback' => 't',
27045   'title_arguments' => '',
27046   'theme_callback' => '',
27047   'theme_arguments' => 'a:0:{}',
27048   'type' => '4',
27049   'description' => '',
27050   'position' => '',
27051   'weight' => '0',
27052   'include_file' => 'modules/help/help.admin.inc',
27053 ))
27054 ->values(array(
27055   'path' => 'admin/help/image',
27056   'load_functions' => '',
27057   'to_arg_functions' => '',
27058   'access_callback' => 'user_access',
27059   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27060   'page_callback' => 'help_page',
27061   'page_arguments' => 'a:1:{i:0;i:2;}',
27062   'delivery_callback' => '',
27063   'fit' => '7',
27064   'number_parts' => '3',
27065   'context' => '0',
27066   'tab_parent' => '',
27067   'tab_root' => 'admin/help/image',
27068   'title' => 'image',
27069   'title_callback' => 't',
27070   'title_arguments' => '',
27071   'theme_callback' => '',
27072   'theme_arguments' => 'a:0:{}',
27073   'type' => '4',
27074   'description' => '',
27075   'position' => '',
27076   'weight' => '0',
27077   'include_file' => 'modules/help/help.admin.inc',
27078 ))
27079 ->values(array(
27080   'path' => 'admin/help/list',
27081   'load_functions' => '',
27082   'to_arg_functions' => '',
27083   'access_callback' => 'user_access',
27084   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27085   'page_callback' => 'help_page',
27086   'page_arguments' => 'a:1:{i:0;i:2;}',
27087   'delivery_callback' => '',
27088   'fit' => '7',
27089   'number_parts' => '3',
27090   'context' => '0',
27091   'tab_parent' => '',
27092   'tab_root' => 'admin/help/list',
27093   'title' => 'list',
27094   'title_callback' => 't',
27095   'title_arguments' => '',
27096   'theme_callback' => '',
27097   'theme_arguments' => 'a:0:{}',
27098   'type' => '4',
27099   'description' => '',
27100   'position' => '',
27101   'weight' => '0',
27102   'include_file' => 'modules/help/help.admin.inc',
27103 ))
27104 ->values(array(
27105   'path' => 'admin/help/locale',
27106   'load_functions' => '',
27107   'to_arg_functions' => '',
27108   'access_callback' => 'user_access',
27109   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27110   'page_callback' => 'help_page',
27111   'page_arguments' => 'a:1:{i:0;i:2;}',
27112   'delivery_callback' => '',
27113   'fit' => '7',
27114   'number_parts' => '3',
27115   'context' => '0',
27116   'tab_parent' => '',
27117   'tab_root' => 'admin/help/locale',
27118   'title' => 'locale',
27119   'title_callback' => 't',
27120   'title_arguments' => '',
27121   'theme_callback' => '',
27122   'theme_arguments' => 'a:0:{}',
27123   'type' => '4',
27124   'description' => '',
27125   'position' => '',
27126   'weight' => '0',
27127   'include_file' => 'modules/help/help.admin.inc',
27128 ))
27129 ->values(array(
27130   'path' => 'admin/help/menu',
27131   'load_functions' => '',
27132   'to_arg_functions' => '',
27133   'access_callback' => 'user_access',
27134   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27135   'page_callback' => 'help_page',
27136   'page_arguments' => 'a:1:{i:0;i:2;}',
27137   'delivery_callback' => '',
27138   'fit' => '7',
27139   'number_parts' => '3',
27140   'context' => '0',
27141   'tab_parent' => '',
27142   'tab_root' => 'admin/help/menu',
27143   'title' => 'menu',
27144   'title_callback' => 't',
27145   'title_arguments' => '',
27146   'theme_callback' => '',
27147   'theme_arguments' => 'a:0:{}',
27148   'type' => '4',
27149   'description' => '',
27150   'position' => '',
27151   'weight' => '0',
27152   'include_file' => 'modules/help/help.admin.inc',
27153 ))
27154 ->values(array(
27155   'path' => 'admin/help/node',
27156   'load_functions' => '',
27157   'to_arg_functions' => '',
27158   'access_callback' => 'user_access',
27159   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27160   'page_callback' => 'help_page',
27161   'page_arguments' => 'a:1:{i:0;i:2;}',
27162   'delivery_callback' => '',
27163   'fit' => '7',
27164   'number_parts' => '3',
27165   'context' => '0',
27166   'tab_parent' => '',
27167   'tab_root' => 'admin/help/node',
27168   'title' => 'node',
27169   'title_callback' => 't',
27170   'title_arguments' => '',
27171   'theme_callback' => '',
27172   'theme_arguments' => 'a:0:{}',
27173   'type' => '4',
27174   'description' => '',
27175   'position' => '',
27176   'weight' => '0',
27177   'include_file' => 'modules/help/help.admin.inc',
27178 ))
27179 ->values(array(
27180   'path' => 'admin/help/number',
27181   'load_functions' => '',
27182   'to_arg_functions' => '',
27183   'access_callback' => 'user_access',
27184   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27185   'page_callback' => 'help_page',
27186   'page_arguments' => 'a:1:{i:0;i:2;}',
27187   'delivery_callback' => '',
27188   'fit' => '7',
27189   'number_parts' => '3',
27190   'context' => '0',
27191   'tab_parent' => '',
27192   'tab_root' => 'admin/help/number',
27193   'title' => 'number',
27194   'title_callback' => 't',
27195   'title_arguments' => '',
27196   'theme_callback' => '',
27197   'theme_arguments' => 'a:0:{}',
27198   'type' => '4',
27199   'description' => '',
27200   'position' => '',
27201   'weight' => '0',
27202   'include_file' => 'modules/help/help.admin.inc',
27203 ))
27204 ->values(array(
27205   'path' => 'admin/help/options',
27206   'load_functions' => '',
27207   'to_arg_functions' => '',
27208   'access_callback' => 'user_access',
27209   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27210   'page_callback' => 'help_page',
27211   'page_arguments' => 'a:1:{i:0;i:2;}',
27212   'delivery_callback' => '',
27213   'fit' => '7',
27214   'number_parts' => '3',
27215   'context' => '0',
27216   'tab_parent' => '',
27217   'tab_root' => 'admin/help/options',
27218   'title' => 'options',
27219   'title_callback' => 't',
27220   'title_arguments' => '',
27221   'theme_callback' => '',
27222   'theme_arguments' => 'a:0:{}',
27223   'type' => '4',
27224   'description' => '',
27225   'position' => '',
27226   'weight' => '0',
27227   'include_file' => 'modules/help/help.admin.inc',
27228 ))
27229 ->values(array(
27230   'path' => 'admin/help/path',
27231   'load_functions' => '',
27232   'to_arg_functions' => '',
27233   'access_callback' => 'user_access',
27234   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27235   'page_callback' => 'help_page',
27236   'page_arguments' => 'a:1:{i:0;i:2;}',
27237   'delivery_callback' => '',
27238   'fit' => '7',
27239   'number_parts' => '3',
27240   'context' => '0',
27241   'tab_parent' => '',
27242   'tab_root' => 'admin/help/path',
27243   'title' => 'path',
27244   'title_callback' => 't',
27245   'title_arguments' => '',
27246   'theme_callback' => '',
27247   'theme_arguments' => 'a:0:{}',
27248   'type' => '4',
27249   'description' => '',
27250   'position' => '',
27251   'weight' => '0',
27252   'include_file' => 'modules/help/help.admin.inc',
27253 ))
27254 ->values(array(
27255   'path' => 'admin/help/php',
27256   'load_functions' => '',
27257   'to_arg_functions' => '',
27258   'access_callback' => 'user_access',
27259   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27260   'page_callback' => 'help_page',
27261   'page_arguments' => 'a:1:{i:0;i:2;}',
27262   'delivery_callback' => '',
27263   'fit' => '7',
27264   'number_parts' => '3',
27265   'context' => '0',
27266   'tab_parent' => '',
27267   'tab_root' => 'admin/help/php',
27268   'title' => 'php',
27269   'title_callback' => 't',
27270   'title_arguments' => '',
27271   'theme_callback' => '',
27272   'theme_arguments' => 'a:0:{}',
27273   'type' => '4',
27274   'description' => '',
27275   'position' => '',
27276   'weight' => '0',
27277   'include_file' => 'modules/help/help.admin.inc',
27278 ))
27279 ->values(array(
27280   'path' => 'admin/help/rdf',
27281   'load_functions' => '',
27282   'to_arg_functions' => '',
27283   'access_callback' => 'user_access',
27284   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27285   'page_callback' => 'help_page',
27286   'page_arguments' => 'a:1:{i:0;i:2;}',
27287   'delivery_callback' => '',
27288   'fit' => '7',
27289   'number_parts' => '3',
27290   'context' => '0',
27291   'tab_parent' => '',
27292   'tab_root' => 'admin/help/rdf',
27293   'title' => 'rdf',
27294   'title_callback' => 't',
27295   'title_arguments' => '',
27296   'theme_callback' => '',
27297   'theme_arguments' => 'a:0:{}',
27298   'type' => '4',
27299   'description' => '',
27300   'position' => '',
27301   'weight' => '0',
27302   'include_file' => 'modules/help/help.admin.inc',
27303 ))
27304 ->values(array(
27305   'path' => 'admin/help/search',
27306   'load_functions' => '',
27307   'to_arg_functions' => '',
27308   'access_callback' => 'user_access',
27309   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27310   'page_callback' => 'help_page',
27311   'page_arguments' => 'a:1:{i:0;i:2;}',
27312   'delivery_callback' => '',
27313   'fit' => '7',
27314   'number_parts' => '3',
27315   'context' => '0',
27316   'tab_parent' => '',
27317   'tab_root' => 'admin/help/search',
27318   'title' => 'search',
27319   'title_callback' => 't',
27320   'title_arguments' => '',
27321   'theme_callback' => '',
27322   'theme_arguments' => 'a:0:{}',
27323   'type' => '4',
27324   'description' => '',
27325   'position' => '',
27326   'weight' => '0',
27327   'include_file' => 'modules/help/help.admin.inc',
27328 ))
27329 ->values(array(
27330   'path' => 'admin/help/shortcut',
27331   'load_functions' => '',
27332   'to_arg_functions' => '',
27333   'access_callback' => 'user_access',
27334   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27335   'page_callback' => 'help_page',
27336   'page_arguments' => 'a:1:{i:0;i:2;}',
27337   'delivery_callback' => '',
27338   'fit' => '7',
27339   'number_parts' => '3',
27340   'context' => '0',
27341   'tab_parent' => '',
27342   'tab_root' => 'admin/help/shortcut',
27343   'title' => 'shortcut',
27344   'title_callback' => 't',
27345   'title_arguments' => '',
27346   'theme_callback' => '',
27347   'theme_arguments' => 'a:0:{}',
27348   'type' => '4',
27349   'description' => '',
27350   'position' => '',
27351   'weight' => '0',
27352   'include_file' => 'modules/help/help.admin.inc',
27353 ))
27354 ->values(array(
27355   'path' => 'admin/help/simpletest',
27356   'load_functions' => '',
27357   'to_arg_functions' => '',
27358   'access_callback' => 'user_access',
27359   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27360   'page_callback' => 'help_page',
27361   'page_arguments' => 'a:1:{i:0;i:2;}',
27362   'delivery_callback' => '',
27363   'fit' => '7',
27364   'number_parts' => '3',
27365   'context' => '0',
27366   'tab_parent' => '',
27367   'tab_root' => 'admin/help/simpletest',
27368   'title' => 'simpletest',
27369   'title_callback' => 't',
27370   'title_arguments' => '',
27371   'theme_callback' => '',
27372   'theme_arguments' => 'a:0:{}',
27373   'type' => '4',
27374   'description' => '',
27375   'position' => '',
27376   'weight' => '0',
27377   'include_file' => 'modules/help/help.admin.inc',
27378 ))
27379 ->values(array(
27380   'path' => 'admin/help/statistics',
27381   'load_functions' => '',
27382   'to_arg_functions' => '',
27383   'access_callback' => 'user_access',
27384   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27385   'page_callback' => 'help_page',
27386   'page_arguments' => 'a:1:{i:0;i:2;}',
27387   'delivery_callback' => '',
27388   'fit' => '7',
27389   'number_parts' => '3',
27390   'context' => '0',
27391   'tab_parent' => '',
27392   'tab_root' => 'admin/help/statistics',
27393   'title' => 'statistics',
27394   'title_callback' => 't',
27395   'title_arguments' => '',
27396   'theme_callback' => '',
27397   'theme_arguments' => 'a:0:{}',
27398   'type' => '4',
27399   'description' => '',
27400   'position' => '',
27401   'weight' => '0',
27402   'include_file' => 'modules/help/help.admin.inc',
27403 ))
27404 ->values(array(
27405   'path' => 'admin/help/syslog',
27406   'load_functions' => '',
27407   'to_arg_functions' => '',
27408   'access_callback' => 'user_access',
27409   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27410   'page_callback' => 'help_page',
27411   'page_arguments' => 'a:1:{i:0;i:2;}',
27412   'delivery_callback' => '',
27413   'fit' => '7',
27414   'number_parts' => '3',
27415   'context' => '0',
27416   'tab_parent' => '',
27417   'tab_root' => 'admin/help/syslog',
27418   'title' => 'syslog',
27419   'title_callback' => 't',
27420   'title_arguments' => '',
27421   'theme_callback' => '',
27422   'theme_arguments' => 'a:0:{}',
27423   'type' => '4',
27424   'description' => '',
27425   'position' => '',
27426   'weight' => '0',
27427   'include_file' => 'modules/help/help.admin.inc',
27428 ))
27429 ->values(array(
27430   'path' => 'admin/help/system',
27431   'load_functions' => '',
27432   'to_arg_functions' => '',
27433   'access_callback' => 'user_access',
27434   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27435   'page_callback' => 'help_page',
27436   'page_arguments' => 'a:1:{i:0;i:2;}',
27437   'delivery_callback' => '',
27438   'fit' => '7',
27439   'number_parts' => '3',
27440   'context' => '0',
27441   'tab_parent' => '',
27442   'tab_root' => 'admin/help/system',
27443   'title' => 'system',
27444   'title_callback' => 't',
27445   'title_arguments' => '',
27446   'theme_callback' => '',
27447   'theme_arguments' => 'a:0:{}',
27448   'type' => '4',
27449   'description' => '',
27450   'position' => '',
27451   'weight' => '0',
27452   'include_file' => 'modules/help/help.admin.inc',
27453 ))
27454 ->values(array(
27455   'path' => 'admin/help/taxonomy',
27456   'load_functions' => '',
27457   'to_arg_functions' => '',
27458   'access_callback' => 'user_access',
27459   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27460   'page_callback' => 'help_page',
27461   'page_arguments' => 'a:1:{i:0;i:2;}',
27462   'delivery_callback' => '',
27463   'fit' => '7',
27464   'number_parts' => '3',
27465   'context' => '0',
27466   'tab_parent' => '',
27467   'tab_root' => 'admin/help/taxonomy',
27468   'title' => 'taxonomy',
27469   'title_callback' => 't',
27470   'title_arguments' => '',
27471   'theme_callback' => '',
27472   'theme_arguments' => 'a:0:{}',
27473   'type' => '4',
27474   'description' => '',
27475   'position' => '',
27476   'weight' => '0',
27477   'include_file' => 'modules/help/help.admin.inc',
27478 ))
27479 ->values(array(
27480   'path' => 'admin/help/text',
27481   'load_functions' => '',
27482   'to_arg_functions' => '',
27483   'access_callback' => 'user_access',
27484   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27485   'page_callback' => 'help_page',
27486   'page_arguments' => 'a:1:{i:0;i:2;}',
27487   'delivery_callback' => '',
27488   'fit' => '7',
27489   'number_parts' => '3',
27490   'context' => '0',
27491   'tab_parent' => '',
27492   'tab_root' => 'admin/help/text',
27493   'title' => 'text',
27494   'title_callback' => 't',
27495   'title_arguments' => '',
27496   'theme_callback' => '',
27497   'theme_arguments' => 'a:0:{}',
27498   'type' => '4',
27499   'description' => '',
27500   'position' => '',
27501   'weight' => '0',
27502   'include_file' => 'modules/help/help.admin.inc',
27503 ))
27504 ->values(array(
27505   'path' => 'admin/help/toolbar',
27506   'load_functions' => '',
27507   'to_arg_functions' => '',
27508   'access_callback' => 'user_access',
27509   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27510   'page_callback' => 'help_page',
27511   'page_arguments' => 'a:1:{i:0;i:2;}',
27512   'delivery_callback' => '',
27513   'fit' => '7',
27514   'number_parts' => '3',
27515   'context' => '0',
27516   'tab_parent' => '',
27517   'tab_root' => 'admin/help/toolbar',
27518   'title' => 'toolbar',
27519   'title_callback' => 't',
27520   'title_arguments' => '',
27521   'theme_callback' => '',
27522   'theme_arguments' => 'a:0:{}',
27523   'type' => '4',
27524   'description' => '',
27525   'position' => '',
27526   'weight' => '0',
27527   'include_file' => 'modules/help/help.admin.inc',
27528 ))
27529 ->values(array(
27530   'path' => 'admin/help/tracker',
27531   'load_functions' => '',
27532   'to_arg_functions' => '',
27533   'access_callback' => 'user_access',
27534   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27535   'page_callback' => 'help_page',
27536   'page_arguments' => 'a:1:{i:0;i:2;}',
27537   'delivery_callback' => '',
27538   'fit' => '7',
27539   'number_parts' => '3',
27540   'context' => '0',
27541   'tab_parent' => '',
27542   'tab_root' => 'admin/help/tracker',
27543   'title' => 'tracker',
27544   'title_callback' => 't',
27545   'title_arguments' => '',
27546   'theme_callback' => '',
27547   'theme_arguments' => 'a:0:{}',
27548   'type' => '4',
27549   'description' => '',
27550   'position' => '',
27551   'weight' => '0',
27552   'include_file' => 'modules/help/help.admin.inc',
27553 ))
27554 ->values(array(
27555   'path' => 'admin/help/translation',
27556   'load_functions' => '',
27557   'to_arg_functions' => '',
27558   'access_callback' => 'user_access',
27559   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27560   'page_callback' => 'help_page',
27561   'page_arguments' => 'a:1:{i:0;i:2;}',
27562   'delivery_callback' => '',
27563   'fit' => '7',
27564   'number_parts' => '3',
27565   'context' => '0',
27566   'tab_parent' => '',
27567   'tab_root' => 'admin/help/translation',
27568   'title' => 'translation',
27569   'title_callback' => 't',
27570   'title_arguments' => '',
27571   'theme_callback' => '',
27572   'theme_arguments' => 'a:0:{}',
27573   'type' => '4',
27574   'description' => '',
27575   'position' => '',
27576   'weight' => '0',
27577   'include_file' => 'modules/help/help.admin.inc',
27578 ))
27579 ->values(array(
27580   'path' => 'admin/help/trigger',
27581   'load_functions' => '',
27582   'to_arg_functions' => '',
27583   'access_callback' => 'user_access',
27584   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27585   'page_callback' => 'help_page',
27586   'page_arguments' => 'a:1:{i:0;i:2;}',
27587   'delivery_callback' => '',
27588   'fit' => '7',
27589   'number_parts' => '3',
27590   'context' => '0',
27591   'tab_parent' => '',
27592   'tab_root' => 'admin/help/trigger',
27593   'title' => 'trigger',
27594   'title_callback' => 't',
27595   'title_arguments' => '',
27596   'theme_callback' => '',
27597   'theme_arguments' => 'a:0:{}',
27598   'type' => '4',
27599   'description' => '',
27600   'position' => '',
27601   'weight' => '0',
27602   'include_file' => 'modules/help/help.admin.inc',
27603 ))
27604 ->values(array(
27605   'path' => 'admin/help/update',
27606   'load_functions' => '',
27607   'to_arg_functions' => '',
27608   'access_callback' => 'user_access',
27609   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27610   'page_callback' => 'help_page',
27611   'page_arguments' => 'a:1:{i:0;i:2;}',
27612   'delivery_callback' => '',
27613   'fit' => '7',
27614   'number_parts' => '3',
27615   'context' => '0',
27616   'tab_parent' => '',
27617   'tab_root' => 'admin/help/update',
27618   'title' => 'update',
27619   'title_callback' => 't',
27620   'title_arguments' => '',
27621   'theme_callback' => '',
27622   'theme_arguments' => 'a:0:{}',
27623   'type' => '4',
27624   'description' => '',
27625   'position' => '',
27626   'weight' => '0',
27627   'include_file' => 'modules/help/help.admin.inc',
27628 ))
27629 ->values(array(
27630   'path' => 'admin/help/user',
27631   'load_functions' => '',
27632   'to_arg_functions' => '',
27633   'access_callback' => 'user_access',
27634   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27635   'page_callback' => 'help_page',
27636   'page_arguments' => 'a:1:{i:0;i:2;}',
27637   'delivery_callback' => '',
27638   'fit' => '7',
27639   'number_parts' => '3',
27640   'context' => '0',
27641   'tab_parent' => '',
27642   'tab_root' => 'admin/help/user',
27643   'title' => 'user',
27644   'title_callback' => 't',
27645   'title_arguments' => '',
27646   'theme_callback' => '',
27647   'theme_arguments' => 'a:0:{}',
27648   'type' => '4',
27649   'description' => '',
27650   'position' => '',
27651   'weight' => '0',
27652   'include_file' => 'modules/help/help.admin.inc',
27653 ))
27654 ->values(array(
27655   'path' => 'admin/index',
27656   'load_functions' => '',
27657   'to_arg_functions' => '',
27658   'access_callback' => 'user_access',
27659   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
27660   'page_callback' => 'system_admin_index',
27661   'page_arguments' => 'a:0:{}',
27662   'delivery_callback' => '',
27663   'fit' => '3',
27664   'number_parts' => '2',
27665   'context' => '1',
27666   'tab_parent' => 'admin',
27667   'tab_root' => 'admin',
27668   'title' => 'Index',
27669   'title_callback' => 't',
27670   'title_arguments' => '',
27671   'theme_callback' => '',
27672   'theme_arguments' => 'a:0:{}',
27673   'type' => '132',
27674   'description' => '',
27675   'position' => '',
27676   'weight' => '-18',
27677   'include_file' => 'modules/system/system.admin.inc',
27678 ))
27679 ->values(array(
27680   'path' => 'admin/modules',
27681   'load_functions' => '',
27682   'to_arg_functions' => '',
27683   'access_callback' => 'user_access',
27684   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
27685   'page_callback' => 'drupal_get_form',
27686   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
27687   'delivery_callback' => '',
27688   'fit' => '3',
27689   'number_parts' => '2',
27690   'context' => '0',
27691   'tab_parent' => '',
27692   'tab_root' => 'admin/modules',
27693   'title' => 'Modules',
27694   'title_callback' => 't',
27695   'title_arguments' => '',
27696   'theme_callback' => '',
27697   'theme_arguments' => 'a:0:{}',
27698   'type' => '6',
27699   'description' => 'Extend site functionality.',
27700   'position' => '',
27701   'weight' => '-2',
27702   'include_file' => 'modules/system/system.admin.inc',
27703 ))
27704 ->values(array(
27705   'path' => 'admin/modules/install',
27706   'load_functions' => '',
27707   'to_arg_functions' => '',
27708   'access_callback' => 'update_manager_access',
27709   'access_arguments' => 'a:0:{}',
27710   'page_callback' => 'drupal_get_form',
27711   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:6:"module";}',
27712   'delivery_callback' => '',
27713   'fit' => '7',
27714   'number_parts' => '3',
27715   'context' => '1',
27716   'tab_parent' => 'admin/modules',
27717   'tab_root' => 'admin/modules',
27718   'title' => 'Install new module',
27719   'title_callback' => 't',
27720   'title_arguments' => '',
27721   'theme_callback' => '',
27722   'theme_arguments' => 'a:0:{}',
27723   'type' => '388',
27724   'description' => '',
27725   'position' => '',
27726   'weight' => '25',
27727   'include_file' => 'modules/update/update.manager.inc',
27728 ))
27729 ->values(array(
27730   'path' => 'admin/modules/list',
27731   'load_functions' => '',
27732   'to_arg_functions' => '',
27733   'access_callback' => 'user_access',
27734   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
27735   'page_callback' => 'drupal_get_form',
27736   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
27737   'delivery_callback' => '',
27738   'fit' => '7',
27739   'number_parts' => '3',
27740   'context' => '1',
27741   'tab_parent' => 'admin/modules',
27742   'tab_root' => 'admin/modules',
27743   'title' => 'List',
27744   'title_callback' => 't',
27745   'title_arguments' => '',
27746   'theme_callback' => '',
27747   'theme_arguments' => 'a:0:{}',
27748   'type' => '140',
27749   'description' => '',
27750   'position' => '',
27751   'weight' => '0',
27752   'include_file' => 'modules/system/system.admin.inc',
27753 ))
27754 ->values(array(
27755   'path' => 'admin/modules/list/confirm',
27756   'load_functions' => '',
27757   'to_arg_functions' => '',
27758   'access_callback' => 'user_access',
27759   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
27760   'page_callback' => 'drupal_get_form',
27761   'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
27762   'delivery_callback' => '',
27763   'fit' => '15',
27764   'number_parts' => '4',
27765   'context' => '0',
27766   'tab_parent' => '',
27767   'tab_root' => 'admin/modules/list/confirm',
27768   'title' => 'List',
27769   'title_callback' => 't',
27770   'title_arguments' => '',
27771   'theme_callback' => '',
27772   'theme_arguments' => 'a:0:{}',
27773   'type' => '4',
27774   'description' => '',
27775   'position' => '',
27776   'weight' => '0',
27777   'include_file' => 'modules/system/system.admin.inc',
27778 ))
27779 ->values(array(
27780   'path' => 'admin/modules/uninstall',
27781   'load_functions' => '',
27782   'to_arg_functions' => '',
27783   'access_callback' => 'user_access',
27784   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
27785   'page_callback' => 'drupal_get_form',
27786   'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
27787   'delivery_callback' => '',
27788   'fit' => '7',
27789   'number_parts' => '3',
27790   'context' => '1',
27791   'tab_parent' => 'admin/modules',
27792   'tab_root' => 'admin/modules',
27793   'title' => 'Uninstall',
27794   'title_callback' => 't',
27795   'title_arguments' => '',
27796   'theme_callback' => '',
27797   'theme_arguments' => 'a:0:{}',
27798   'type' => '132',
27799   'description' => '',
27800   'position' => '',
27801   'weight' => '20',
27802   'include_file' => 'modules/system/system.admin.inc',
27803 ))
27804 ->values(array(
27805   'path' => 'admin/modules/uninstall/confirm',
27806   'load_functions' => '',
27807   'to_arg_functions' => '',
27808   'access_callback' => 'user_access',
27809   'access_arguments' => 'a:1:{i:0;s:18:"administer modules";}',
27810   'page_callback' => 'drupal_get_form',
27811   'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
27812   'delivery_callback' => '',
27813   'fit' => '15',
27814   'number_parts' => '4',
27815   'context' => '0',
27816   'tab_parent' => '',
27817   'tab_root' => 'admin/modules/uninstall/confirm',
27818   'title' => 'Uninstall',
27819   'title_callback' => 't',
27820   'title_arguments' => '',
27821   'theme_callback' => '',
27822   'theme_arguments' => 'a:0:{}',
27823   'type' => '4',
27824   'description' => '',
27825   'position' => '',
27826   'weight' => '0',
27827   'include_file' => 'modules/system/system.admin.inc',
27828 ))
27829 ->values(array(
27830   'path' => 'admin/modules/update',
27831   'load_functions' => '',
27832   'to_arg_functions' => '',
27833   'access_callback' => 'update_manager_access',
27834   'access_arguments' => 'a:0:{}',
27835   'page_callback' => 'drupal_get_form',
27836   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:6:"module";}',
27837   'delivery_callback' => '',
27838   'fit' => '7',
27839   'number_parts' => '3',
27840   'context' => '1',
27841   'tab_parent' => 'admin/modules',
27842   'tab_root' => 'admin/modules',
27843   'title' => 'Update',
27844   'title_callback' => 't',
27845   'title_arguments' => '',
27846   'theme_callback' => '',
27847   'theme_arguments' => 'a:0:{}',
27848   'type' => '132',
27849   'description' => '',
27850   'position' => '',
27851   'weight' => '10',
27852   'include_file' => 'modules/update/update.manager.inc',
27853 ))
27854 ->values(array(
27855   'path' => 'admin/people',
27856   'load_functions' => '',
27857   'to_arg_functions' => '',
27858   'access_callback' => 'user_access',
27859   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
27860   'page_callback' => 'user_admin',
27861   'page_arguments' => 'a:1:{i:0;s:4:"list";}',
27862   'delivery_callback' => '',
27863   'fit' => '3',
27864   'number_parts' => '2',
27865   'context' => '0',
27866   'tab_parent' => '',
27867   'tab_root' => 'admin/people',
27868   'title' => 'People',
27869   'title_callback' => 't',
27870   'title_arguments' => '',
27871   'theme_callback' => '',
27872   'theme_arguments' => 'a:0:{}',
27873   'type' => '6',
27874   'description' => 'Manage user accounts, roles, and permissions.',
27875   'position' => 'left',
27876   'weight' => '-4',
27877   'include_file' => 'modules/user/user.admin.inc',
27878 ))
27879 ->values(array(
27880   'path' => 'admin/people/create',
27881   'load_functions' => '',
27882   'to_arg_functions' => '',
27883   'access_callback' => 'user_access',
27884   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
27885   'page_callback' => 'user_admin',
27886   'page_arguments' => 'a:1:{i:0;s:6:"create";}',
27887   'delivery_callback' => '',
27888   'fit' => '7',
27889   'number_parts' => '3',
27890   'context' => '1',
27891   'tab_parent' => 'admin/people',
27892   'tab_root' => 'admin/people',
27893   'title' => 'Add user',
27894   'title_callback' => 't',
27895   'title_arguments' => '',
27896   'theme_callback' => '',
27897   'theme_arguments' => 'a:0:{}',
27898   'type' => '388',
27899   'description' => '',
27900   'position' => '',
27901   'weight' => '0',
27902   'include_file' => 'modules/user/user.admin.inc',
27903 ))
27904 ->values(array(
27905   'path' => 'admin/people/people',
27906   'load_functions' => '',
27907   'to_arg_functions' => '',
27908   'access_callback' => 'user_access',
27909   'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
27910   'page_callback' => 'user_admin',
27911   'page_arguments' => 'a:1:{i:0;s:4:"list";}',
27912   'delivery_callback' => '',
27913   'fit' => '7',
27914   'number_parts' => '3',
27915   'context' => '1',
27916   'tab_parent' => 'admin/people',
27917   'tab_root' => 'admin/people',
27918   'title' => 'List',
27919   'title_callback' => 't',
27920   'title_arguments' => '',
27921   'theme_callback' => '',
27922   'theme_arguments' => 'a:0:{}',
27923   'type' => '140',
27924   'description' => 'Find and manage people interacting with your site.',
27925   'position' => '',
27926   'weight' => '-10',
27927   'include_file' => 'modules/user/user.admin.inc',
27928 ))
27929 ->values(array(
27930   'path' => 'admin/people/permissions',
27931   'load_functions' => '',
27932   'to_arg_functions' => '',
27933   'access_callback' => 'user_access',
27934   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
27935   'page_callback' => 'drupal_get_form',
27936   'page_arguments' => 'a:1:{i:0;s:22:"user_admin_permissions";}',
27937   'delivery_callback' => '',
27938   'fit' => '7',
27939   'number_parts' => '3',
27940   'context' => '1',
27941   'tab_parent' => 'admin/people',
27942   'tab_root' => 'admin/people',
27943   'title' => 'Permissions',
27944   'title_callback' => 't',
27945   'title_arguments' => '',
27946   'theme_callback' => '',
27947   'theme_arguments' => 'a:0:{}',
27948   'type' => '132',
27949   'description' => 'Determine access to features by selecting permissions for roles.',
27950   'position' => '',
27951   'weight' => '0',
27952   'include_file' => 'modules/user/user.admin.inc',
27953 ))
27954 ->values(array(
27955   'path' => 'admin/people/permissions/list',
27956   'load_functions' => '',
27957   'to_arg_functions' => '',
27958   'access_callback' => 'user_access',
27959   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
27960   'page_callback' => 'drupal_get_form',
27961   'page_arguments' => 'a:1:{i:0;s:22:"user_admin_permissions";}',
27962   'delivery_callback' => '',
27963   'fit' => '15',
27964   'number_parts' => '4',
27965   'context' => '1',
27966   'tab_parent' => 'admin/people/permissions',
27967   'tab_root' => 'admin/people',
27968   'title' => 'Permissions',
27969   'title_callback' => 't',
27970   'title_arguments' => '',
27971   'theme_callback' => '',
27972   'theme_arguments' => 'a:0:{}',
27973   'type' => '140',
27974   'description' => 'Determine access to features by selecting permissions for roles.',
27975   'position' => '',
27976   'weight' => '-8',
27977   'include_file' => 'modules/user/user.admin.inc',
27978 ))
27979 ->values(array(
27980   'path' => 'admin/people/permissions/roles',
27981   'load_functions' => '',
27982   'to_arg_functions' => '',
27983   'access_callback' => 'user_access',
27984   'access_arguments' => 'a:1:{i:0;s:22:"administer permissions";}',
27985   'page_callback' => 'drupal_get_form',
27986   'page_arguments' => 'a:1:{i:0;s:16:"user_admin_roles";}',
27987   'delivery_callback' => '',
27988   'fit' => '15',
27989   'number_parts' => '4',
27990   'context' => '1',
27991   'tab_parent' => 'admin/people/permissions',
27992   'tab_root' => 'admin/people',
27993   'title' => 'Roles',
27994   'title_callback' => 't',
27995   'title_arguments' => '',
27996   'theme_callback' => '',
27997   'theme_arguments' => 'a:0:{}',
27998   'type' => '132',
27999   'description' => 'List, edit, or add user roles.',
28000   'position' => '',
28001   'weight' => '-5',
28002   'include_file' => 'modules/user/user.admin.inc',
28003 ))
28004 ->values(array(
28005   'path' => 'admin/people/permissions/roles/delete/%',
28006   'load_functions' => 'a:1:{i:5;s:14:"user_role_load";}',
28007   'to_arg_functions' => '',
28008   'access_callback' => 'user_role_edit_access',
28009   'access_arguments' => 'a:1:{i:0;i:5;}',
28010   'page_callback' => 'drupal_get_form',
28011   'page_arguments' => 'a:2:{i:0;s:30:"user_admin_role_delete_confirm";i:1;i:5;}',
28012   'delivery_callback' => '',
28013   'fit' => '62',
28014   'number_parts' => '6',
28015   'context' => '0',
28016   'tab_parent' => '',
28017   'tab_root' => 'admin/people/permissions/roles/delete/%',
28018   'title' => 'Delete role',
28019   'title_callback' => 't',
28020   'title_arguments' => '',
28021   'theme_callback' => '',
28022   'theme_arguments' => 'a:0:{}',
28023   'type' => '6',
28024   'description' => '',
28025   'position' => '',
28026   'weight' => '0',
28027   'include_file' => 'modules/user/user.admin.inc',
28028 ))
28029 ->values(array(
28030   'path' => 'admin/people/permissions/roles/edit/%',
28031   'load_functions' => 'a:1:{i:5;s:14:"user_role_load";}',
28032   'to_arg_functions' => '',
28033   'access_callback' => 'user_role_edit_access',
28034   'access_arguments' => 'a:1:{i:0;i:5;}',
28035   'page_callback' => 'drupal_get_form',
28036   'page_arguments' => 'a:2:{i:0;s:15:"user_admin_role";i:1;i:5;}',
28037   'delivery_callback' => '',
28038   'fit' => '62',
28039   'number_parts' => '6',
28040   'context' => '0',
28041   'tab_parent' => '',
28042   'tab_root' => 'admin/people/permissions/roles/edit/%',
28043   'title' => 'Edit role',
28044   'title_callback' => 't',
28045   'title_arguments' => '',
28046   'theme_callback' => '',
28047   'theme_arguments' => 'a:0:{}',
28048   'type' => '6',
28049   'description' => '',
28050   'position' => '',
28051   'weight' => '0',
28052   'include_file' => 'modules/user/user.admin.inc',
28053 ))
28054 ->values(array(
28055   'path' => 'admin/reports',
28056   'load_functions' => '',
28057   'to_arg_functions' => '',
28058   'access_callback' => 'user_access',
28059   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
28060   'page_callback' => 'system_admin_menu_block_page',
28061   'page_arguments' => 'a:0:{}',
28062   'delivery_callback' => '',
28063   'fit' => '3',
28064   'number_parts' => '2',
28065   'context' => '0',
28066   'tab_parent' => '',
28067   'tab_root' => 'admin/reports',
28068   'title' => 'Reports',
28069   'title_callback' => 't',
28070   'title_arguments' => '',
28071   'theme_callback' => '',
28072   'theme_arguments' => 'a:0:{}',
28073   'type' => '6',
28074   'description' => 'View reports, updates, and errors.',
28075   'position' => 'left',
28076   'weight' => '5',
28077   'include_file' => 'modules/system/system.admin.inc',
28078 ))
28079 ->values(array(
28080   'path' => 'admin/reports/access-denied',
28081   'load_functions' => '',
28082   'to_arg_functions' => '',
28083   'access_callback' => 'user_access',
28084   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
28085   'page_callback' => 'dblog_top',
28086   'page_arguments' => 'a:1:{i:0;s:13:"access denied";}',
28087   'delivery_callback' => '',
28088   'fit' => '7',
28089   'number_parts' => '3',
28090   'context' => '0',
28091   'tab_parent' => '',
28092   'tab_root' => 'admin/reports/access-denied',
28093   'title' => "Top 'access denied' errors",
28094   'title_callback' => 't',
28095   'title_arguments' => '',
28096   'theme_callback' => '',
28097   'theme_arguments' => 'a:0:{}',
28098   'type' => '6',
28099   'description' => "View 'access denied' errors (403s).",
28100   'position' => '',
28101   'weight' => '0',
28102   'include_file' => 'modules/dblog/dblog.admin.inc',
28103 ))
28104 ->values(array(
28105   'path' => 'admin/reports/access/%',
28106   'load_functions' => 'a:1:{i:3;N;}',
28107   'to_arg_functions' => '',
28108   'access_callback' => 'user_access',
28109   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
28110   'page_callback' => 'statistics_access_log',
28111   'page_arguments' => 'a:1:{i:0;i:3;}',
28112   'delivery_callback' => '',
28113   'fit' => '14',
28114   'number_parts' => '4',
28115   'context' => '0',
28116   'tab_parent' => '',
28117   'tab_root' => 'admin/reports/access/%',
28118   'title' => 'Details',
28119   'title_callback' => 't',
28120   'title_arguments' => '',
28121   'theme_callback' => '',
28122   'theme_arguments' => 'a:0:{}',
28123   'type' => '6',
28124   'description' => 'View access log.',
28125   'position' => '',
28126   'weight' => '0',
28127   'include_file' => 'modules/statistics/statistics.admin.inc',
28128 ))
28129 ->values(array(
28130   'path' => 'admin/reports/dblog',
28131   'load_functions' => '',
28132   'to_arg_functions' => '',
28133   'access_callback' => 'user_access',
28134   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
28135   'page_callback' => 'dblog_overview',
28136   'page_arguments' => 'a:0:{}',
28137   'delivery_callback' => '',
28138   'fit' => '7',
28139   'number_parts' => '3',
28140   'context' => '0',
28141   'tab_parent' => '',
28142   'tab_root' => 'admin/reports/dblog',
28143   'title' => 'Recent log messages',
28144   'title_callback' => 't',
28145   'title_arguments' => '',
28146   'theme_callback' => '',
28147   'theme_arguments' => 'a:0:{}',
28148   'type' => '6',
28149   'description' => 'View events that have recently been logged.',
28150   'position' => '',
28151   'weight' => '-1',
28152   'include_file' => 'modules/dblog/dblog.admin.inc',
28153 ))
28154 ->values(array(
28155   'path' => 'admin/reports/event/%',
28156   'load_functions' => 'a:1:{i:3;N;}',
28157   'to_arg_functions' => '',
28158   'access_callback' => 'user_access',
28159   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
28160   'page_callback' => 'dblog_event',
28161   'page_arguments' => 'a:1:{i:0;i:3;}',
28162   'delivery_callback' => '',
28163   'fit' => '14',
28164   'number_parts' => '4',
28165   'context' => '0',
28166   'tab_parent' => '',
28167   'tab_root' => 'admin/reports/event/%',
28168   'title' => 'Details',
28169   'title_callback' => 't',
28170   'title_arguments' => '',
28171   'theme_callback' => '',
28172   'theme_arguments' => 'a:0:{}',
28173   'type' => '6',
28174   'description' => '',
28175   'position' => '',
28176   'weight' => '0',
28177   'include_file' => 'modules/dblog/dblog.admin.inc',
28178 ))
28179 ->values(array(
28180   'path' => 'admin/reports/fields',
28181   'load_functions' => '',
28182   'to_arg_functions' => '',
28183   'access_callback' => 'user_access',
28184   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
28185   'page_callback' => 'field_ui_fields_list',
28186   'page_arguments' => 'a:0:{}',
28187   'delivery_callback' => '',
28188   'fit' => '7',
28189   'number_parts' => '3',
28190   'context' => '0',
28191   'tab_parent' => '',
28192   'tab_root' => 'admin/reports/fields',
28193   'title' => 'Field list',
28194   'title_callback' => 't',
28195   'title_arguments' => '',
28196   'theme_callback' => '',
28197   'theme_arguments' => 'a:0:{}',
28198   'type' => '6',
28199   'description' => 'Overview of fields on all entity types.',
28200   'position' => '',
28201   'weight' => '0',
28202   'include_file' => 'modules/field_ui/field_ui.admin.inc',
28203 ))
28204 ->values(array(
28205   'path' => 'admin/reports/hits',
28206   'load_functions' => '',
28207   'to_arg_functions' => '',
28208   'access_callback' => 'user_access',
28209   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
28210   'page_callback' => 'statistics_recent_hits',
28211   'page_arguments' => 'a:0:{}',
28212   'delivery_callback' => '',
28213   'fit' => '7',
28214   'number_parts' => '3',
28215   'context' => '0',
28216   'tab_parent' => '',
28217   'tab_root' => 'admin/reports/hits',
28218   'title' => 'Recent hits',
28219   'title_callback' => 't',
28220   'title_arguments' => '',
28221   'theme_callback' => '',
28222   'theme_arguments' => 'a:0:{}',
28223   'type' => '6',
28224   'description' => 'View pages that have recently been visited.',
28225   'position' => '',
28226   'weight' => '0',
28227   'include_file' => 'modules/statistics/statistics.admin.inc',
28228 ))
28229 ->values(array(
28230   'path' => 'admin/reports/page-not-found',
28231   'load_functions' => '',
28232   'to_arg_functions' => '',
28233   'access_callback' => 'user_access',
28234   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
28235   'page_callback' => 'dblog_top',
28236   'page_arguments' => 'a:1:{i:0;s:14:"page not found";}',
28237   'delivery_callback' => '',
28238   'fit' => '7',
28239   'number_parts' => '3',
28240   'context' => '0',
28241   'tab_parent' => '',
28242   'tab_root' => 'admin/reports/page-not-found',
28243   'title' => "Top 'page not found' errors",
28244   'title_callback' => 't',
28245   'title_arguments' => '',
28246   'theme_callback' => '',
28247   'theme_arguments' => 'a:0:{}',
28248   'type' => '6',
28249   'description' => "View 'page not found' errors (404s).",
28250   'position' => '',
28251   'weight' => '0',
28252   'include_file' => 'modules/dblog/dblog.admin.inc',
28253 ))
28254 ->values(array(
28255   'path' => 'admin/reports/pages',
28256   'load_functions' => '',
28257   'to_arg_functions' => '',
28258   'access_callback' => 'user_access',
28259   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
28260   'page_callback' => 'statistics_top_pages',
28261   'page_arguments' => 'a:0:{}',
28262   'delivery_callback' => '',
28263   'fit' => '7',
28264   'number_parts' => '3',
28265   'context' => '0',
28266   'tab_parent' => '',
28267   'tab_root' => 'admin/reports/pages',
28268   'title' => 'Top pages',
28269   'title_callback' => 't',
28270   'title_arguments' => '',
28271   'theme_callback' => '',
28272   'theme_arguments' => 'a:0:{}',
28273   'type' => '6',
28274   'description' => 'View pages that have been hit frequently.',
28275   'position' => '',
28276   'weight' => '1',
28277   'include_file' => 'modules/statistics/statistics.admin.inc',
28278 ))
28279 ->values(array(
28280   'path' => 'admin/reports/referrers',
28281   'load_functions' => '',
28282   'to_arg_functions' => '',
28283   'access_callback' => 'user_access',
28284   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
28285   'page_callback' => 'statistics_top_referrers',
28286   'page_arguments' => 'a:0:{}',
28287   'delivery_callback' => '',
28288   'fit' => '7',
28289   'number_parts' => '3',
28290   'context' => '0',
28291   'tab_parent' => '',
28292   'tab_root' => 'admin/reports/referrers',
28293   'title' => 'Top referrers',
28294   'title_callback' => 't',
28295   'title_arguments' => '',
28296   'theme_callback' => '',
28297   'theme_arguments' => 'a:0:{}',
28298   'type' => '6',
28299   'description' => 'View top referrers.',
28300   'position' => '',
28301   'weight' => '0',
28302   'include_file' => 'modules/statistics/statistics.admin.inc',
28303 ))
28304 ->values(array(
28305   'path' => 'admin/reports/search',
28306   'load_functions' => '',
28307   'to_arg_functions' => '',
28308   'access_callback' => 'user_access',
28309   'access_arguments' => 'a:1:{i:0;s:19:"access site reports";}',
28310   'page_callback' => 'dblog_top',
28311   'page_arguments' => 'a:1:{i:0;s:6:"search";}',
28312   'delivery_callback' => '',
28313   'fit' => '7',
28314   'number_parts' => '3',
28315   'context' => '0',
28316   'tab_parent' => '',
28317   'tab_root' => 'admin/reports/search',
28318   'title' => 'Top search phrases',
28319   'title_callback' => 't',
28320   'title_arguments' => '',
28321   'theme_callback' => '',
28322   'theme_arguments' => 'a:0:{}',
28323   'type' => '6',
28324   'description' => 'View most popular search phrases.',
28325   'position' => '',
28326   'weight' => '0',
28327   'include_file' => 'modules/dblog/dblog.admin.inc',
28328 ))
28329 ->values(array(
28330   'path' => 'admin/reports/status',
28331   'load_functions' => '',
28332   'to_arg_functions' => '',
28333   'access_callback' => 'user_access',
28334   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28335   'page_callback' => 'system_status',
28336   'page_arguments' => 'a:0:{}',
28337   'delivery_callback' => '',
28338   'fit' => '7',
28339   'number_parts' => '3',
28340   'context' => '0',
28341   'tab_parent' => '',
28342   'tab_root' => 'admin/reports/status',
28343   'title' => 'Status report',
28344   'title_callback' => 't',
28345   'title_arguments' => '',
28346   'theme_callback' => '',
28347   'theme_arguments' => 'a:0:{}',
28348   'type' => '6',
28349   'description' => "Get a status report about your site's operation and any detected problems.",
28350   'position' => '',
28351   'weight' => '-60',
28352   'include_file' => 'modules/system/system.admin.inc',
28353 ))
28354 ->values(array(
28355   'path' => 'admin/reports/status/php',
28356   'load_functions' => '',
28357   'to_arg_functions' => '',
28358   'access_callback' => 'user_access',
28359   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28360   'page_callback' => 'system_php',
28361   'page_arguments' => 'a:0:{}',
28362   'delivery_callback' => '',
28363   'fit' => '15',
28364   'number_parts' => '4',
28365   'context' => '0',
28366   'tab_parent' => '',
28367   'tab_root' => 'admin/reports/status/php',
28368   'title' => 'PHP',
28369   'title_callback' => 't',
28370   'title_arguments' => '',
28371   'theme_callback' => '',
28372   'theme_arguments' => 'a:0:{}',
28373   'type' => '0',
28374   'description' => '',
28375   'position' => '',
28376   'weight' => '0',
28377   'include_file' => 'modules/system/system.admin.inc',
28378 ))
28379 ->values(array(
28380   'path' => 'admin/reports/status/rebuild',
28381   'load_functions' => '',
28382   'to_arg_functions' => '',
28383   'access_callback' => 'user_access',
28384   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
28385   'page_callback' => 'drupal_get_form',
28386   'page_arguments' => 'a:1:{i:0;s:30:"node_configure_rebuild_confirm";}',
28387   'delivery_callback' => '',
28388   'fit' => '15',
28389   'number_parts' => '4',
28390   'context' => '0',
28391   'tab_parent' => '',
28392   'tab_root' => 'admin/reports/status/rebuild',
28393   'title' => 'Rebuild permissions',
28394   'title_callback' => 't',
28395   'title_arguments' => '',
28396   'theme_callback' => '',
28397   'theme_arguments' => 'a:0:{}',
28398   'type' => '0',
28399   'description' => '',
28400   'position' => '',
28401   'weight' => '0',
28402   'include_file' => 'modules/node/node.admin.inc',
28403 ))
28404 ->values(array(
28405   'path' => 'admin/reports/status/run-cron',
28406   'load_functions' => '',
28407   'to_arg_functions' => '',
28408   'access_callback' => 'user_access',
28409   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28410   'page_callback' => 'system_run_cron',
28411   'page_arguments' => 'a:0:{}',
28412   'delivery_callback' => '',
28413   'fit' => '15',
28414   'number_parts' => '4',
28415   'context' => '0',
28416   'tab_parent' => '',
28417   'tab_root' => 'admin/reports/status/run-cron',
28418   'title' => 'Run cron',
28419   'title_callback' => 't',
28420   'title_arguments' => '',
28421   'theme_callback' => '',
28422   'theme_arguments' => 'a:0:{}',
28423   'type' => '0',
28424   'description' => '',
28425   'position' => '',
28426   'weight' => '0',
28427   'include_file' => 'modules/system/system.admin.inc',
28428 ))
28429 ->values(array(
28430   'path' => 'admin/reports/updates',
28431   'load_functions' => '',
28432   'to_arg_functions' => '',
28433   'access_callback' => 'user_access',
28434   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28435   'page_callback' => 'update_status',
28436   'page_arguments' => 'a:0:{}',
28437   'delivery_callback' => '',
28438   'fit' => '7',
28439   'number_parts' => '3',
28440   'context' => '0',
28441   'tab_parent' => '',
28442   'tab_root' => 'admin/reports/updates',
28443   'title' => 'Available updates',
28444   'title_callback' => 't',
28445   'title_arguments' => '',
28446   'theme_callback' => '',
28447   'theme_arguments' => 'a:0:{}',
28448   'type' => '6',
28449   'description' => 'Get a status report about available updates for your installed modules and themes.',
28450   'position' => '',
28451   'weight' => '-50',
28452   'include_file' => 'modules/update/update.report.inc',
28453 ))
28454 ->values(array(
28455   'path' => 'admin/reports/updates/check',
28456   'load_functions' => '',
28457   'to_arg_functions' => '',
28458   'access_callback' => 'user_access',
28459   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28460   'page_callback' => 'update_manual_status',
28461   'page_arguments' => 'a:0:{}',
28462   'delivery_callback' => '',
28463   'fit' => '15',
28464   'number_parts' => '4',
28465   'context' => '0',
28466   'tab_parent' => '',
28467   'tab_root' => 'admin/reports/updates/check',
28468   'title' => 'Manual update check',
28469   'title_callback' => 't',
28470   'title_arguments' => '',
28471   'theme_callback' => '',
28472   'theme_arguments' => 'a:0:{}',
28473   'type' => '0',
28474   'description' => '',
28475   'position' => '',
28476   'weight' => '0',
28477   'include_file' => 'modules/update/update.fetch.inc',
28478 ))
28479 ->values(array(
28480   'path' => 'admin/reports/updates/install',
28481   'load_functions' => '',
28482   'to_arg_functions' => '',
28483   'access_callback' => 'update_manager_access',
28484   'access_arguments' => 'a:0:{}',
28485   'page_callback' => 'drupal_get_form',
28486   'page_arguments' => 'a:2:{i:0;s:27:"update_manager_install_form";i:1;s:6:"report";}',
28487   'delivery_callback' => '',
28488   'fit' => '15',
28489   'number_parts' => '4',
28490   'context' => '1',
28491   'tab_parent' => 'admin/reports/updates',
28492   'tab_root' => 'admin/reports/updates',
28493   'title' => 'Install new module or theme',
28494   'title_callback' => 't',
28495   'title_arguments' => '',
28496   'theme_callback' => '',
28497   'theme_arguments' => 'a:0:{}',
28498   'type' => '388',
28499   'description' => '',
28500   'position' => '',
28501   'weight' => '25',
28502   'include_file' => 'modules/update/update.manager.inc',
28503 ))
28504 ->values(array(
28505   'path' => 'admin/reports/updates/list',
28506   'load_functions' => '',
28507   'to_arg_functions' => '',
28508   'access_callback' => 'user_access',
28509   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28510   'page_callback' => 'update_status',
28511   'page_arguments' => 'a:0:{}',
28512   'delivery_callback' => '',
28513   'fit' => '15',
28514   'number_parts' => '4',
28515   'context' => '1',
28516   'tab_parent' => 'admin/reports/updates',
28517   'tab_root' => 'admin/reports/updates',
28518   'title' => 'List',
28519   'title_callback' => 't',
28520   'title_arguments' => '',
28521   'theme_callback' => '',
28522   'theme_arguments' => 'a:0:{}',
28523   'type' => '140',
28524   'description' => '',
28525   'position' => '',
28526   'weight' => '0',
28527   'include_file' => 'modules/update/update.report.inc',
28528 ))
28529 ->values(array(
28530   'path' => 'admin/reports/updates/settings',
28531   'load_functions' => '',
28532   'to_arg_functions' => '',
28533   'access_callback' => 'user_access',
28534   'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
28535   'page_callback' => 'drupal_get_form',
28536   'page_arguments' => 'a:1:{i:0;s:15:"update_settings";}',
28537   'delivery_callback' => '',
28538   'fit' => '15',
28539   'number_parts' => '4',
28540   'context' => '1',
28541   'tab_parent' => 'admin/reports/updates',
28542   'tab_root' => 'admin/reports/updates',
28543   'title' => 'Settings',
28544   'title_callback' => 't',
28545   'title_arguments' => '',
28546   'theme_callback' => '',
28547   'theme_arguments' => 'a:0:{}',
28548   'type' => '132',
28549   'description' => '',
28550   'position' => '',
28551   'weight' => '50',
28552   'include_file' => 'modules/update/update.settings.inc',
28553 ))
28554 ->values(array(
28555   'path' => 'admin/reports/updates/update',
28556   'load_functions' => '',
28557   'to_arg_functions' => '',
28558   'access_callback' => 'update_manager_access',
28559   'access_arguments' => 'a:0:{}',
28560   'page_callback' => 'drupal_get_form',
28561   'page_arguments' => 'a:2:{i:0;s:26:"update_manager_update_form";i:1;s:6:"report";}',
28562   'delivery_callback' => '',
28563   'fit' => '15',
28564   'number_parts' => '4',
28565   'context' => '1',
28566   'tab_parent' => 'admin/reports/updates',
28567   'tab_root' => 'admin/reports/updates',
28568   'title' => 'Update',
28569   'title_callback' => 't',
28570   'title_arguments' => '',
28571   'theme_callback' => '',
28572   'theme_arguments' => 'a:0:{}',
28573   'type' => '132',
28574   'description' => '',
28575   'position' => '',
28576   'weight' => '10',
28577   'include_file' => 'modules/update/update.manager.inc',
28578 ))
28579 ->values(array(
28580   'path' => 'admin/reports/visitors',
28581   'load_functions' => '',
28582   'to_arg_functions' => '',
28583   'access_callback' => 'user_access',
28584   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
28585   'page_callback' => 'statistics_top_visitors',
28586   'page_arguments' => 'a:0:{}',
28587   'delivery_callback' => '',
28588   'fit' => '7',
28589   'number_parts' => '3',
28590   'context' => '0',
28591   'tab_parent' => '',
28592   'tab_root' => 'admin/reports/visitors',
28593   'title' => 'Top visitors',
28594   'title_callback' => 't',
28595   'title_arguments' => '',
28596   'theme_callback' => '',
28597   'theme_arguments' => 'a:0:{}',
28598   'type' => '6',
28599   'description' => 'View visitors that hit many pages.',
28600   'position' => '',
28601   'weight' => '2',
28602   'include_file' => 'modules/statistics/statistics.admin.inc',
28603 ))
28604 ->values(array(
28605   'path' => 'admin/structure',
28606   'load_functions' => '',
28607   'to_arg_functions' => '',
28608   'access_callback' => 'user_access',
28609   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
28610   'page_callback' => 'system_admin_menu_block_page',
28611   'page_arguments' => 'a:0:{}',
28612   'delivery_callback' => '',
28613   'fit' => '3',
28614   'number_parts' => '2',
28615   'context' => '0',
28616   'tab_parent' => '',
28617   'tab_root' => 'admin/structure',
28618   'title' => 'Structure',
28619   'title_callback' => 't',
28620   'title_arguments' => '',
28621   'theme_callback' => '',
28622   'theme_arguments' => 'a:0:{}',
28623   'type' => '6',
28624   'description' => 'Administer blocks, content types, menus, etc.',
28625   'position' => 'right',
28626   'weight' => '-8',
28627   'include_file' => 'modules/system/system.admin.inc',
28628 ))
28629 ->values(array(
28630   'path' => 'admin/structure/block',
28631   'load_functions' => '',
28632   'to_arg_functions' => '',
28633   'access_callback' => 'user_access',
28634   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
28635   'page_callback' => 'block_admin_display',
28636   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
28637   'delivery_callback' => '',
28638   'fit' => '7',
28639   'number_parts' => '3',
28640   'context' => '0',
28641   'tab_parent' => '',
28642   'tab_root' => 'admin/structure/block',
28643   'title' => 'Blocks',
28644   'title_callback' => 't',
28645   'title_arguments' => '',
28646   'theme_callback' => '',
28647   'theme_arguments' => 'a:0:{}',
28648   'type' => '6',
28649   'description' => "Configure what block content appears in your site's sidebars and other regions.",
28650   'position' => '',
28651   'weight' => '0',
28652   'include_file' => 'modules/block/block.admin.inc',
28653 ))
28654 ->values(array(
28655   'path' => 'admin/structure/block/add',
28656   'load_functions' => '',
28657   'to_arg_functions' => '',
28658   'access_callback' => 'user_access',
28659   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
28660   'page_callback' => 'drupal_get_form',
28661   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
28662   'delivery_callback' => '',
28663   'fit' => '15',
28664   'number_parts' => '4',
28665   'context' => '1',
28666   'tab_parent' => 'admin/structure/block',
28667   'tab_root' => 'admin/structure/block',
28668   'title' => 'Add block',
28669   'title_callback' => 't',
28670   'title_arguments' => '',
28671   'theme_callback' => '',
28672   'theme_arguments' => 'a:0:{}',
28673   'type' => '388',
28674   'description' => '',
28675   'position' => '',
28676   'weight' => '0',
28677   'include_file' => 'modules/block/block.admin.inc',
28678 ))
28679 ->values(array(
28680   'path' => 'admin/structure/block/demo/bartik',
28681   'load_functions' => '',
28682   'to_arg_functions' => '',
28683   'access_callback' => '_block_themes_access',
28684   '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";}}',
28685   'page_callback' => 'block_admin_demo',
28686   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
28687   'delivery_callback' => '',
28688   'fit' => '31',
28689   'number_parts' => '5',
28690   'context' => '0',
28691   'tab_parent' => '',
28692   'tab_root' => 'admin/structure/block/demo/bartik',
28693   'title' => 'Bartik',
28694   'title_callback' => 't',
28695   'title_arguments' => '',
28696   'theme_callback' => '_block_custom_theme',
28697   'theme_arguments' => 'a:1:{i:0;s:6:"bartik";}',
28698   'type' => '0',
28699   'description' => '',
28700   'position' => '',
28701   'weight' => '0',
28702   'include_file' => 'modules/block/block.admin.inc',
28703 ))
28704 ->values(array(
28705   'path' => 'admin/structure/block/demo/garland',
28706   'load_functions' => '',
28707   'to_arg_functions' => '',
28708   'access_callback' => '_block_themes_access',
28709   '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";}}',
28710   'page_callback' => 'block_admin_demo',
28711   'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
28712   'delivery_callback' => '',
28713   'fit' => '31',
28714   'number_parts' => '5',
28715   'context' => '0',
28716   'tab_parent' => '',
28717   'tab_root' => 'admin/structure/block/demo/garland',
28718   'title' => 'Garland',
28719   'title_callback' => 't',
28720   'title_arguments' => '',
28721   'theme_callback' => '_block_custom_theme',
28722   'theme_arguments' => 'a:1:{i:0;s:7:"garland";}',
28723   'type' => '0',
28724   'description' => '',
28725   'position' => '',
28726   'weight' => '0',
28727   'include_file' => 'modules/block/block.admin.inc',
28728 ))
28729 ->values(array(
28730   'path' => 'admin/structure/block/demo/seven',
28731   'load_functions' => '',
28732   'to_arg_functions' => '',
28733   'access_callback' => '_block_themes_access',
28734   '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";}}',
28735   'page_callback' => 'block_admin_demo',
28736   'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
28737   'delivery_callback' => '',
28738   'fit' => '31',
28739   'number_parts' => '5',
28740   'context' => '0',
28741   'tab_parent' => '',
28742   'tab_root' => 'admin/structure/block/demo/seven',
28743   'title' => 'Seven',
28744   'title_callback' => 't',
28745   'title_arguments' => '',
28746   'theme_callback' => '_block_custom_theme',
28747   'theme_arguments' => 'a:1:{i:0;s:5:"seven";}',
28748   'type' => '0',
28749   'description' => '',
28750   'position' => '',
28751   'weight' => '0',
28752   'include_file' => 'modules/block/block.admin.inc',
28753 ))
28754 ->values(array(
28755   'path' => 'admin/structure/block/demo/stark',
28756   'load_functions' => '',
28757   'to_arg_functions' => '',
28758   'access_callback' => '_block_themes_access',
28759   '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\";}}",
28760   'page_callback' => 'block_admin_demo',
28761   'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
28762   'delivery_callback' => '',
28763   'fit' => '31',
28764   'number_parts' => '5',
28765   'context' => '0',
28766   'tab_parent' => '',
28767   'tab_root' => 'admin/structure/block/demo/stark',
28768   'title' => 'Stark',
28769   'title_callback' => 't',
28770   'title_arguments' => '',
28771   'theme_callback' => '_block_custom_theme',
28772   'theme_arguments' => 'a:1:{i:0;s:5:"stark";}',
28773   'type' => '0',
28774   'description' => '',
28775   'position' => '',
28776   'weight' => '0',
28777   'include_file' => 'modules/block/block.admin.inc',
28778 ))
28779 ->values(array(
28780   'path' => 'admin/structure/block/list/bartik',
28781   'load_functions' => '',
28782   'to_arg_functions' => '',
28783   'access_callback' => '_block_themes_access',
28784   '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";}}',
28785   'page_callback' => 'block_admin_display',
28786   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
28787   'delivery_callback' => '',
28788   'fit' => '31',
28789   'number_parts' => '5',
28790   'context' => '1',
28791   'tab_parent' => 'admin/structure/block',
28792   'tab_root' => 'admin/structure/block',
28793   'title' => 'Bartik',
28794   'title_callback' => 't',
28795   'title_arguments' => '',
28796   'theme_callback' => '',
28797   'theme_arguments' => 'a:0:{}',
28798   'type' => '140',
28799   'description' => '',
28800   'position' => '',
28801   'weight' => '-10',
28802   'include_file' => 'modules/block/block.admin.inc',
28803 ))
28804 ->values(array(
28805   'path' => 'admin/structure/block/list/garland',
28806   'load_functions' => '',
28807   'to_arg_functions' => '',
28808   'access_callback' => '_block_themes_access',
28809   '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";}}',
28810   'page_callback' => 'block_admin_display',
28811   'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
28812   'delivery_callback' => '',
28813   'fit' => '31',
28814   'number_parts' => '5',
28815   'context' => '1',
28816   'tab_parent' => 'admin/structure/block',
28817   'tab_root' => 'admin/structure/block',
28818   'title' => 'Garland',
28819   'title_callback' => 't',
28820   'title_arguments' => '',
28821   'theme_callback' => '',
28822   'theme_arguments' => 'a:0:{}',
28823   'type' => '132',
28824   'description' => '',
28825   'position' => '',
28826   'weight' => '0',
28827   'include_file' => 'modules/block/block.admin.inc',
28828 ))
28829 ->values(array(
28830   'path' => 'admin/structure/block/list/garland/add',
28831   'load_functions' => '',
28832   'to_arg_functions' => '',
28833   'access_callback' => 'user_access',
28834   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
28835   'page_callback' => 'drupal_get_form',
28836   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
28837   'delivery_callback' => '',
28838   'fit' => '63',
28839   'number_parts' => '6',
28840   'context' => '1',
28841   'tab_parent' => 'admin/structure/block/list/garland',
28842   'tab_root' => 'admin/structure/block',
28843   'title' => 'Add block',
28844   'title_callback' => 't',
28845   'title_arguments' => '',
28846   'theme_callback' => '',
28847   'theme_arguments' => 'a:0:{}',
28848   'type' => '388',
28849   'description' => '',
28850   'position' => '',
28851   'weight' => '0',
28852   'include_file' => 'modules/block/block.admin.inc',
28853 ))
28854 ->values(array(
28855   'path' => 'admin/structure/block/list/seven',
28856   'load_functions' => '',
28857   'to_arg_functions' => '',
28858   'access_callback' => '_block_themes_access',
28859   '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";}}',
28860   'page_callback' => 'block_admin_display',
28861   'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
28862   'delivery_callback' => '',
28863   'fit' => '31',
28864   'number_parts' => '5',
28865   'context' => '1',
28866   'tab_parent' => 'admin/structure/block',
28867   'tab_root' => 'admin/structure/block',
28868   'title' => 'Seven',
28869   'title_callback' => 't',
28870   'title_arguments' => '',
28871   'theme_callback' => '',
28872   'theme_arguments' => 'a:0:{}',
28873   'type' => '132',
28874   'description' => '',
28875   'position' => '',
28876   'weight' => '0',
28877   'include_file' => 'modules/block/block.admin.inc',
28878 ))
28879 ->values(array(
28880   'path' => 'admin/structure/block/list/seven/add',
28881   'load_functions' => '',
28882   'to_arg_functions' => '',
28883   'access_callback' => 'user_access',
28884   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
28885   'page_callback' => 'drupal_get_form',
28886   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
28887   'delivery_callback' => '',
28888   'fit' => '63',
28889   'number_parts' => '6',
28890   'context' => '1',
28891   'tab_parent' => 'admin/structure/block/list/seven',
28892   'tab_root' => 'admin/structure/block',
28893   'title' => 'Add block',
28894   'title_callback' => 't',
28895   'title_arguments' => '',
28896   'theme_callback' => '',
28897   'theme_arguments' => 'a:0:{}',
28898   'type' => '388',
28899   'description' => '',
28900   'position' => '',
28901   'weight' => '0',
28902   'include_file' => 'modules/block/block.admin.inc',
28903 ))
28904 ->values(array(
28905   'path' => 'admin/structure/block/list/stark',
28906   'load_functions' => '',
28907   'to_arg_functions' => '',
28908   'access_callback' => '_block_themes_access',
28909   '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\";}}",
28910   'page_callback' => 'block_admin_display',
28911   'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
28912   'delivery_callback' => '',
28913   'fit' => '31',
28914   'number_parts' => '5',
28915   'context' => '1',
28916   'tab_parent' => 'admin/structure/block',
28917   'tab_root' => 'admin/structure/block',
28918   'title' => 'Stark',
28919   'title_callback' => 't',
28920   'title_arguments' => '',
28921   'theme_callback' => '',
28922   'theme_arguments' => 'a:0:{}',
28923   'type' => '132',
28924   'description' => '',
28925   'position' => '',
28926   'weight' => '0',
28927   'include_file' => 'modules/block/block.admin.inc',
28928 ))
28929 ->values(array(
28930   'path' => 'admin/structure/block/list/stark/add',
28931   'load_functions' => '',
28932   'to_arg_functions' => '',
28933   'access_callback' => 'user_access',
28934   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
28935   'page_callback' => 'drupal_get_form',
28936   'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
28937   'delivery_callback' => '',
28938   'fit' => '63',
28939   'number_parts' => '6',
28940   'context' => '1',
28941   'tab_parent' => 'admin/structure/block/list/stark',
28942   'tab_root' => 'admin/structure/block',
28943   'title' => 'Add block',
28944   'title_callback' => 't',
28945   'title_arguments' => '',
28946   'theme_callback' => '',
28947   'theme_arguments' => 'a:0:{}',
28948   'type' => '388',
28949   'description' => '',
28950   'position' => '',
28951   'weight' => '0',
28952   'include_file' => 'modules/block/block.admin.inc',
28953 ))
28954 ->values(array(
28955   'path' => 'admin/structure/block/manage/%/%',
28956   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
28957   'to_arg_functions' => '',
28958   'access_callback' => 'user_access',
28959   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
28960   'page_callback' => 'drupal_get_form',
28961   'page_arguments' => 'a:3:{i:0;s:21:"block_admin_configure";i:1;i:4;i:2;i:5;}',
28962   'delivery_callback' => '',
28963   'fit' => '60',
28964   'number_parts' => '6',
28965   'context' => '0',
28966   'tab_parent' => '',
28967   'tab_root' => 'admin/structure/block/manage/%/%',
28968   'title' => 'Configure block',
28969   'title_callback' => 't',
28970   'title_arguments' => '',
28971   'theme_callback' => '',
28972   'theme_arguments' => 'a:0:{}',
28973   'type' => '6',
28974   'description' => '',
28975   'position' => '',
28976   'weight' => '0',
28977   'include_file' => 'modules/block/block.admin.inc',
28978 ))
28979 ->values(array(
28980   'path' => 'admin/structure/block/manage/%/%/configure',
28981   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
28982   'to_arg_functions' => '',
28983   'access_callback' => 'user_access',
28984   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
28985   'page_callback' => 'drupal_get_form',
28986   'page_arguments' => 'a:3:{i:0;s:21:"block_admin_configure";i:1;i:4;i:2;i:5;}',
28987   'delivery_callback' => '',
28988   'fit' => '121',
28989   'number_parts' => '7',
28990   'context' => '2',
28991   'tab_parent' => 'admin/structure/block/manage/%/%',
28992   'tab_root' => 'admin/structure/block/manage/%/%',
28993   'title' => 'Configure block',
28994   'title_callback' => 't',
28995   'title_arguments' => '',
28996   'theme_callback' => '',
28997   'theme_arguments' => 'a:0:{}',
28998   'type' => '140',
28999   'description' => '',
29000   'position' => '',
29001   'weight' => '0',
29002   'include_file' => 'modules/block/block.admin.inc',
29003 ))
29004 ->values(array(
29005   'path' => 'admin/structure/block/manage/%/%/delete',
29006   'load_functions' => 'a:2:{i:4;N;i:5;N;}',
29007   'to_arg_functions' => '',
29008   'access_callback' => 'user_access',
29009   'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
29010   'page_callback' => 'drupal_get_form',
29011   'page_arguments' => 'a:3:{i:0;s:25:"block_custom_block_delete";i:1;i:4;i:2;i:5;}',
29012   'delivery_callback' => '',
29013   'fit' => '121',
29014   'number_parts' => '7',
29015   'context' => '0',
29016   'tab_parent' => 'admin/structure/block/manage/%/%',
29017   'tab_root' => 'admin/structure/block/manage/%/%',
29018   'title' => 'Delete block',
29019   'title_callback' => 't',
29020   'title_arguments' => '',
29021   'theme_callback' => '',
29022   'theme_arguments' => 'a:0:{}',
29023   'type' => '132',
29024   'description' => '',
29025   'position' => '',
29026   'weight' => '0',
29027   'include_file' => 'modules/block/block.admin.inc',
29028 ))
29029 ->values(array(
29030   'path' => 'admin/structure/contact',
29031   'load_functions' => '',
29032   'to_arg_functions' => '',
29033   'access_callback' => 'user_access',
29034   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
29035   'page_callback' => 'contact_category_list',
29036   'page_arguments' => 'a:0:{}',
29037   'delivery_callback' => '',
29038   'fit' => '7',
29039   'number_parts' => '3',
29040   'context' => '0',
29041   'tab_parent' => '',
29042   'tab_root' => 'admin/structure/contact',
29043   'title' => 'Contact form',
29044   'title_callback' => 't',
29045   'title_arguments' => '',
29046   'theme_callback' => '',
29047   'theme_arguments' => 'a:0:{}',
29048   'type' => '6',
29049   'description' => 'Create a system contact form and set up categories for the form to use.',
29050   'position' => '',
29051   'weight' => '0',
29052   'include_file' => 'modules/contact/contact.admin.inc',
29053 ))
29054 ->values(array(
29055   'path' => 'admin/structure/contact/add',
29056   'load_functions' => '',
29057   'to_arg_functions' => '',
29058   'access_callback' => 'user_access',
29059   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
29060   'page_callback' => 'drupal_get_form',
29061   'page_arguments' => 'a:1:{i:0;s:26:"contact_category_edit_form";}',
29062   'delivery_callback' => '',
29063   'fit' => '15',
29064   'number_parts' => '4',
29065   'context' => '1',
29066   'tab_parent' => 'admin/structure/contact',
29067   'tab_root' => 'admin/structure/contact',
29068   'title' => 'Add category',
29069   'title_callback' => 't',
29070   'title_arguments' => '',
29071   'theme_callback' => '',
29072   'theme_arguments' => 'a:0:{}',
29073   'type' => '388',
29074   'description' => '',
29075   'position' => '',
29076   'weight' => '1',
29077   'include_file' => 'modules/contact/contact.admin.inc',
29078 ))
29079 ->values(array(
29080   'path' => 'admin/structure/contact/delete/%',
29081   'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
29082   'to_arg_functions' => '',
29083   'access_callback' => 'user_access',
29084   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
29085   'page_callback' => 'drupal_get_form',
29086   'page_arguments' => 'a:2:{i:0;s:28:"contact_category_delete_form";i:1;i:4;}',
29087   'delivery_callback' => '',
29088   'fit' => '30',
29089   'number_parts' => '5',
29090   'context' => '0',
29091   'tab_parent' => '',
29092   'tab_root' => 'admin/structure/contact/delete/%',
29093   'title' => 'Delete contact',
29094   'title_callback' => 't',
29095   'title_arguments' => '',
29096   'theme_callback' => '',
29097   'theme_arguments' => 'a:0:{}',
29098   'type' => '6',
29099   'description' => '',
29100   'position' => '',
29101   'weight' => '0',
29102   'include_file' => 'modules/contact/contact.admin.inc',
29103 ))
29104 ->values(array(
29105   'path' => 'admin/structure/contact/edit/%',
29106   'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
29107   'to_arg_functions' => '',
29108   'access_callback' => 'user_access',
29109   'access_arguments' => 'a:1:{i:0;s:24:"administer contact forms";}',
29110   'page_callback' => 'drupal_get_form',
29111   'page_arguments' => 'a:2:{i:0;s:26:"contact_category_edit_form";i:1;i:4;}',
29112   'delivery_callback' => '',
29113   'fit' => '30',
29114   'number_parts' => '5',
29115   'context' => '0',
29116   'tab_parent' => '',
29117   'tab_root' => 'admin/structure/contact/edit/%',
29118   'title' => 'Edit contact category',
29119   'title_callback' => 't',
29120   'title_arguments' => '',
29121   'theme_callback' => '',
29122   'theme_arguments' => 'a:0:{}',
29123   'type' => '6',
29124   'description' => '',
29125   'position' => '',
29126   'weight' => '0',
29127   'include_file' => 'modules/contact/contact.admin.inc',
29128 ))
29129 ->values(array(
29130   'path' => 'admin/structure/forum',
29131   'load_functions' => '',
29132   'to_arg_functions' => '',
29133   'access_callback' => 'user_access',
29134   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
29135   'page_callback' => 'drupal_get_form',
29136   'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
29137   'delivery_callback' => '',
29138   'fit' => '7',
29139   'number_parts' => '3',
29140   'context' => '0',
29141   'tab_parent' => '',
29142   'tab_root' => 'admin/structure/forum',
29143   'title' => 'Forums',
29144   'title_callback' => 't',
29145   'title_arguments' => '',
29146   'theme_callback' => '',
29147   'theme_arguments' => 'a:0:{}',
29148   'type' => '6',
29149   'description' => 'Control forum hierarchy settings.',
29150   'position' => '',
29151   'weight' => '0',
29152   'include_file' => 'modules/forum/forum.admin.inc',
29153 ))
29154 ->values(array(
29155   'path' => 'admin/structure/forum/add/container',
29156   'load_functions' => '',
29157   'to_arg_functions' => '',
29158   'access_callback' => 'user_access',
29159   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
29160   'page_callback' => 'forum_form_main',
29161   'page_arguments' => 'a:1:{i:0;s:9:"container";}',
29162   'delivery_callback' => '',
29163   'fit' => '31',
29164   'number_parts' => '5',
29165   'context' => '1',
29166   'tab_parent' => 'admin/structure/forum',
29167   'tab_root' => 'admin/structure/forum',
29168   'title' => 'Add container',
29169   'title_callback' => 't',
29170   'title_arguments' => '',
29171   'theme_callback' => '',
29172   'theme_arguments' => 'a:0:{}',
29173   'type' => '388',
29174   'description' => '',
29175   'position' => '',
29176   'weight' => '0',
29177   'include_file' => 'modules/forum/forum.admin.inc',
29178 ))
29179 ->values(array(
29180   'path' => 'admin/structure/forum/add/forum',
29181   'load_functions' => '',
29182   'to_arg_functions' => '',
29183   'access_callback' => 'user_access',
29184   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
29185   'page_callback' => 'forum_form_main',
29186   'page_arguments' => 'a:1:{i:0;s:5:"forum";}',
29187   'delivery_callback' => '',
29188   'fit' => '31',
29189   'number_parts' => '5',
29190   'context' => '1',
29191   'tab_parent' => 'admin/structure/forum',
29192   'tab_root' => 'admin/structure/forum',
29193   'title' => 'Add forum',
29194   'title_callback' => 't',
29195   'title_arguments' => '',
29196   'theme_callback' => '',
29197   'theme_arguments' => 'a:0:{}',
29198   'type' => '388',
29199   'description' => '',
29200   'position' => '',
29201   'weight' => '0',
29202   'include_file' => 'modules/forum/forum.admin.inc',
29203 ))
29204 ->values(array(
29205   'path' => 'admin/structure/forum/edit/container/%',
29206   'load_functions' => 'a:1:{i:5;s:18:"taxonomy_term_load";}',
29207   'to_arg_functions' => '',
29208   'access_callback' => 'user_access',
29209   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
29210   'page_callback' => 'forum_form_main',
29211   'page_arguments' => 'a:2:{i:0;s:9:"container";i:1;i:5;}',
29212   'delivery_callback' => '',
29213   'fit' => '62',
29214   'number_parts' => '6',
29215   'context' => '0',
29216   'tab_parent' => '',
29217   'tab_root' => 'admin/structure/forum/edit/container/%',
29218   'title' => 'Edit container',
29219   'title_callback' => 't',
29220   'title_arguments' => '',
29221   'theme_callback' => '',
29222   'theme_arguments' => 'a:0:{}',
29223   'type' => '6',
29224   'description' => '',
29225   'position' => '',
29226   'weight' => '0',
29227   'include_file' => 'modules/forum/forum.admin.inc',
29228 ))
29229 ->values(array(
29230   'path' => 'admin/structure/forum/edit/forum/%',
29231   'load_functions' => 'a:1:{i:5;s:18:"taxonomy_term_load";}',
29232   'to_arg_functions' => '',
29233   'access_callback' => 'user_access',
29234   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
29235   'page_callback' => 'forum_form_main',
29236   'page_arguments' => 'a:2:{i:0;s:5:"forum";i:1;i:5;}',
29237   'delivery_callback' => '',
29238   'fit' => '62',
29239   'number_parts' => '6',
29240   'context' => '0',
29241   'tab_parent' => '',
29242   'tab_root' => 'admin/structure/forum/edit/forum/%',
29243   'title' => 'Edit forum',
29244   'title_callback' => 't',
29245   'title_arguments' => '',
29246   'theme_callback' => '',
29247   'theme_arguments' => 'a:0:{}',
29248   'type' => '6',
29249   'description' => '',
29250   'position' => '',
29251   'weight' => '0',
29252   'include_file' => 'modules/forum/forum.admin.inc',
29253 ))
29254 ->values(array(
29255   'path' => 'admin/structure/forum/list',
29256   'load_functions' => '',
29257   'to_arg_functions' => '',
29258   'access_callback' => 'user_access',
29259   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
29260   'page_callback' => 'drupal_get_form',
29261   'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
29262   'delivery_callback' => '',
29263   'fit' => '15',
29264   'number_parts' => '4',
29265   'context' => '1',
29266   'tab_parent' => 'admin/structure/forum',
29267   'tab_root' => 'admin/structure/forum',
29268   'title' => 'List',
29269   'title_callback' => 't',
29270   'title_arguments' => '',
29271   'theme_callback' => '',
29272   'theme_arguments' => 'a:0:{}',
29273   'type' => '140',
29274   'description' => '',
29275   'position' => '',
29276   'weight' => '-10',
29277   'include_file' => 'modules/forum/forum.admin.inc',
29278 ))
29279 ->values(array(
29280   'path' => 'admin/structure/forum/settings',
29281   'load_functions' => '',
29282   'to_arg_functions' => '',
29283   'access_callback' => 'user_access',
29284   'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
29285   'page_callback' => 'drupal_get_form',
29286   'page_arguments' => 'a:1:{i:0;s:20:"forum_admin_settings";}',
29287   'delivery_callback' => '',
29288   'fit' => '15',
29289   'number_parts' => '4',
29290   'context' => '1',
29291   'tab_parent' => 'admin/structure/forum',
29292   'tab_root' => 'admin/structure/forum',
29293   'title' => 'Settings',
29294   'title_callback' => 't',
29295   'title_arguments' => '',
29296   'theme_callback' => '',
29297   'theme_arguments' => 'a:0:{}',
29298   'type' => '132',
29299   'description' => '',
29300   'position' => '',
29301   'weight' => '5',
29302   'include_file' => 'modules/forum/forum.admin.inc',
29303 ))
29304 ->values(array(
29305   'path' => 'admin/structure/menu',
29306   'load_functions' => '',
29307   'to_arg_functions' => '',
29308   'access_callback' => 'user_access',
29309   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
29310   'page_callback' => 'menu_overview_page',
29311   'page_arguments' => 'a:0:{}',
29312   'delivery_callback' => '',
29313   'fit' => '7',
29314   'number_parts' => '3',
29315   'context' => '0',
29316   'tab_parent' => '',
29317   'tab_root' => 'admin/structure/menu',
29318   'title' => 'Menus',
29319   'title_callback' => 't',
29320   'title_arguments' => '',
29321   'theme_callback' => '',
29322   'theme_arguments' => 'a:0:{}',
29323   'type' => '6',
29324   'description' => 'Add new menus to your site, edit existing menus, and rename and reorganize menu links.',
29325   'position' => '',
29326   'weight' => '0',
29327   'include_file' => 'modules/menu/menu.admin.inc',
29328 ))
29329 ->values(array(
29330   'path' => 'admin/structure/menu/add',
29331   'load_functions' => '',
29332   'to_arg_functions' => '',
29333   'access_callback' => 'user_access',
29334   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
29335   'page_callback' => 'drupal_get_form',
29336   'page_arguments' => 'a:2:{i:0;s:14:"menu_edit_menu";i:1;s:3:"add";}',
29337   'delivery_callback' => '',
29338   'fit' => '15',
29339   'number_parts' => '4',
29340   'context' => '1',
29341   'tab_parent' => 'admin/structure/menu',
29342   'tab_root' => 'admin/structure/menu',
29343   'title' => 'Add menu',
29344   'title_callback' => 't',
29345   'title_arguments' => '',
29346   'theme_callback' => '',
29347   'theme_arguments' => 'a:0:{}',
29348   'type' => '388',
29349   'description' => '',
29350   'position' => '',
29351   'weight' => '0',
29352   'include_file' => 'modules/menu/menu.admin.inc',
29353 ))
29354 ->values(array(
29355   'path' => 'admin/structure/menu/item/%/delete',
29356   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
29357   'to_arg_functions' => '',
29358   'access_callback' => 'user_access',
29359   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
29360   'page_callback' => 'menu_item_delete_page',
29361   'page_arguments' => 'a:1:{i:0;i:4;}',
29362   'delivery_callback' => '',
29363   'fit' => '61',
29364   'number_parts' => '6',
29365   'context' => '0',
29366   'tab_parent' => '',
29367   'tab_root' => 'admin/structure/menu/item/%/delete',
29368   'title' => 'Delete menu link',
29369   'title_callback' => 't',
29370   'title_arguments' => '',
29371   'theme_callback' => '',
29372   'theme_arguments' => 'a:0:{}',
29373   'type' => '6',
29374   'description' => '',
29375   'position' => '',
29376   'weight' => '0',
29377   'include_file' => 'modules/menu/menu.admin.inc',
29378 ))
29379 ->values(array(
29380   'path' => 'admin/structure/menu/item/%/edit',
29381   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
29382   'to_arg_functions' => '',
29383   'access_callback' => 'user_access',
29384   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
29385   'page_callback' => 'drupal_get_form',
29386   'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:4:"edit";i:2;i:4;i:3;N;}',
29387   'delivery_callback' => '',
29388   'fit' => '61',
29389   'number_parts' => '6',
29390   'context' => '0',
29391   'tab_parent' => '',
29392   'tab_root' => 'admin/structure/menu/item/%/edit',
29393   'title' => 'Edit menu link',
29394   'title_callback' => 't',
29395   'title_arguments' => '',
29396   'theme_callback' => '',
29397   'theme_arguments' => 'a:0:{}',
29398   'type' => '6',
29399   'description' => '',
29400   'position' => '',
29401   'weight' => '0',
29402   'include_file' => 'modules/menu/menu.admin.inc',
29403 ))
29404 ->values(array(
29405   'path' => 'admin/structure/menu/item/%/reset',
29406   'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
29407   'to_arg_functions' => '',
29408   'access_callback' => 'user_access',
29409   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
29410   'page_callback' => 'drupal_get_form',
29411   'page_arguments' => 'a:2:{i:0;s:23:"menu_reset_item_confirm";i:1;i:4;}',
29412   'delivery_callback' => '',
29413   'fit' => '61',
29414   'number_parts' => '6',
29415   'context' => '0',
29416   'tab_parent' => '',
29417   'tab_root' => 'admin/structure/menu/item/%/reset',
29418   'title' => 'Reset menu link',
29419   'title_callback' => 't',
29420   'title_arguments' => '',
29421   'theme_callback' => '',
29422   'theme_arguments' => 'a:0:{}',
29423   'type' => '6',
29424   'description' => '',
29425   'position' => '',
29426   'weight' => '0',
29427   'include_file' => 'modules/menu/menu.admin.inc',
29428 ))
29429 ->values(array(
29430   'path' => 'admin/structure/menu/list',
29431   'load_functions' => '',
29432   'to_arg_functions' => '',
29433   'access_callback' => 'user_access',
29434   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
29435   'page_callback' => 'menu_overview_page',
29436   'page_arguments' => 'a:0:{}',
29437   'delivery_callback' => '',
29438   'fit' => '15',
29439   'number_parts' => '4',
29440   'context' => '1',
29441   'tab_parent' => 'admin/structure/menu',
29442   'tab_root' => 'admin/structure/menu',
29443   'title' => 'List menus',
29444   'title_callback' => 't',
29445   'title_arguments' => '',
29446   'theme_callback' => '',
29447   'theme_arguments' => 'a:0:{}',
29448   'type' => '140',
29449   'description' => '',
29450   'position' => '',
29451   'weight' => '-10',
29452   'include_file' => 'modules/menu/menu.admin.inc',
29453 ))
29454 ->values(array(
29455   'path' => 'admin/structure/menu/manage/%',
29456   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
29457   'to_arg_functions' => '',
29458   'access_callback' => 'user_access',
29459   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
29460   'page_callback' => 'drupal_get_form',
29461   'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:4;}',
29462   'delivery_callback' => '',
29463   'fit' => '30',
29464   'number_parts' => '5',
29465   'context' => '0',
29466   'tab_parent' => '',
29467   'tab_root' => 'admin/structure/menu/manage/%',
29468   'title' => 'Customize menu',
29469   'title_callback' => 'menu_overview_title',
29470   'title_arguments' => 'a:1:{i:0;i:4;}',
29471   'theme_callback' => '',
29472   'theme_arguments' => 'a:0:{}',
29473   'type' => '6',
29474   'description' => '',
29475   'position' => '',
29476   'weight' => '0',
29477   'include_file' => 'modules/menu/menu.admin.inc',
29478 ))
29479 ->values(array(
29480   'path' => 'admin/structure/menu/manage/%/add',
29481   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
29482   'to_arg_functions' => '',
29483   'access_callback' => 'user_access',
29484   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
29485   'page_callback' => 'drupal_get_form',
29486   'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:3:"add";i:2;N;i:3;i:4;}',
29487   'delivery_callback' => '',
29488   'fit' => '61',
29489   'number_parts' => '6',
29490   'context' => '1',
29491   'tab_parent' => 'admin/structure/menu/manage/%',
29492   'tab_root' => 'admin/structure/menu/manage/%',
29493   'title' => 'Add link',
29494   'title_callback' => 't',
29495   'title_arguments' => '',
29496   'theme_callback' => '',
29497   'theme_arguments' => 'a:0:{}',
29498   'type' => '388',
29499   'description' => '',
29500   'position' => '',
29501   'weight' => '0',
29502   'include_file' => 'modules/menu/menu.admin.inc',
29503 ))
29504 ->values(array(
29505   'path' => 'admin/structure/menu/manage/%/delete',
29506   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
29507   'to_arg_functions' => '',
29508   'access_callback' => 'user_access',
29509   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
29510   'page_callback' => 'menu_delete_menu_page',
29511   'page_arguments' => 'a:1:{i:0;i:4;}',
29512   'delivery_callback' => '',
29513   'fit' => '61',
29514   'number_parts' => '6',
29515   'context' => '0',
29516   'tab_parent' => '',
29517   'tab_root' => 'admin/structure/menu/manage/%/delete',
29518   'title' => 'Delete menu',
29519   'title_callback' => 't',
29520   'title_arguments' => '',
29521   'theme_callback' => '',
29522   'theme_arguments' => 'a:0:{}',
29523   'type' => '6',
29524   'description' => '',
29525   'position' => '',
29526   'weight' => '0',
29527   'include_file' => 'modules/menu/menu.admin.inc',
29528 ))
29529 ->values(array(
29530   'path' => 'admin/structure/menu/manage/%/edit',
29531   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
29532   'to_arg_functions' => '',
29533   'access_callback' => 'user_access',
29534   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
29535   'page_callback' => 'drupal_get_form',
29536   'page_arguments' => 'a:3:{i:0;s:14:"menu_edit_menu";i:1;s:4:"edit";i:2;i:4;}',
29537   'delivery_callback' => '',
29538   'fit' => '61',
29539   'number_parts' => '6',
29540   'context' => '3',
29541   'tab_parent' => 'admin/structure/menu/manage/%',
29542   'tab_root' => 'admin/structure/menu/manage/%',
29543   'title' => 'Edit menu',
29544   'title_callback' => 't',
29545   'title_arguments' => '',
29546   'theme_callback' => '',
29547   'theme_arguments' => 'a:0:{}',
29548   'type' => '132',
29549   'description' => '',
29550   'position' => '',
29551   'weight' => '0',
29552   'include_file' => 'modules/menu/menu.admin.inc',
29553 ))
29554 ->values(array(
29555   'path' => 'admin/structure/menu/manage/%/list',
29556   'load_functions' => 'a:1:{i:4;s:9:"menu_load";}',
29557   'to_arg_functions' => '',
29558   'access_callback' => 'user_access',
29559   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
29560   'page_callback' => 'drupal_get_form',
29561   'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:4;}',
29562   'delivery_callback' => '',
29563   'fit' => '61',
29564   'number_parts' => '6',
29565   'context' => '3',
29566   'tab_parent' => 'admin/structure/menu/manage/%',
29567   'tab_root' => 'admin/structure/menu/manage/%',
29568   'title' => 'List links',
29569   'title_callback' => 't',
29570   'title_arguments' => '',
29571   'theme_callback' => '',
29572   'theme_arguments' => 'a:0:{}',
29573   'type' => '140',
29574   'description' => '',
29575   'position' => '',
29576   'weight' => '-10',
29577   'include_file' => 'modules/menu/menu.admin.inc',
29578 ))
29579 ->values(array(
29580   'path' => 'admin/structure/menu/parents',
29581   'load_functions' => '',
29582   'to_arg_functions' => '',
29583   'access_callback' => 'user_access',
29584   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
29585   'page_callback' => 'menu_parent_options_js',
29586   'page_arguments' => 'a:0:{}',
29587   'delivery_callback' => '',
29588   'fit' => '15',
29589   'number_parts' => '4',
29590   'context' => '0',
29591   'tab_parent' => '',
29592   'tab_root' => 'admin/structure/menu/parents',
29593   'title' => 'Parent menu items',
29594   'title_callback' => 't',
29595   'title_arguments' => '',
29596   'theme_callback' => '',
29597   'theme_arguments' => 'a:0:{}',
29598   'type' => '0',
29599   'description' => '',
29600   'position' => '',
29601   'weight' => '0',
29602   'include_file' => '',
29603 ))
29604 ->values(array(
29605   'path' => 'admin/structure/menu/settings',
29606   'load_functions' => '',
29607   'to_arg_functions' => '',
29608   'access_callback' => 'user_access',
29609   'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
29610   'page_callback' => 'drupal_get_form',
29611   'page_arguments' => 'a:1:{i:0;s:14:"menu_configure";}',
29612   'delivery_callback' => '',
29613   'fit' => '15',
29614   'number_parts' => '4',
29615   'context' => '1',
29616   'tab_parent' => 'admin/structure/menu',
29617   'tab_root' => 'admin/structure/menu',
29618   'title' => 'Settings',
29619   'title_callback' => 't',
29620   'title_arguments' => '',
29621   'theme_callback' => '',
29622   'theme_arguments' => 'a:0:{}',
29623   'type' => '132',
29624   'description' => '',
29625   'position' => '',
29626   'weight' => '5',
29627   'include_file' => 'modules/menu/menu.admin.inc',
29628 ))
29629 ->values(array(
29630   'path' => 'admin/structure/taxonomy',
29631   'load_functions' => '',
29632   'to_arg_functions' => '',
29633   'access_callback' => 'user_access',
29634   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
29635   'page_callback' => 'drupal_get_form',
29636   'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}',
29637   'delivery_callback' => '',
29638   'fit' => '7',
29639   'number_parts' => '3',
29640   'context' => '0',
29641   'tab_parent' => '',
29642   'tab_root' => 'admin/structure/taxonomy',
29643   'title' => 'Taxonomy',
29644   'title_callback' => 't',
29645   'title_arguments' => '',
29646   'theme_callback' => '',
29647   'theme_arguments' => 'a:0:{}',
29648   'type' => '6',
29649   'description' => 'Manage tagging, categorization, and classification of your content.',
29650   'position' => '',
29651   'weight' => '0',
29652   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
29653 ))
29654 ->values(array(
29655   'path' => 'admin/structure/taxonomy/%',
29656   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
29657   'to_arg_functions' => '',
29658   'access_callback' => 'user_access',
29659   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
29660   'page_callback' => 'drupal_get_form',
29661   'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}',
29662   'delivery_callback' => '',
29663   'fit' => '14',
29664   'number_parts' => '4',
29665   'context' => '0',
29666   'tab_parent' => '',
29667   'tab_root' => 'admin/structure/taxonomy/%',
29668   'title' => '',
29669   'title_callback' => 'entity_label',
29670   'title_arguments' => 'a:2:{i:0;s:19:"taxonomy_vocabulary";i:1;i:3;}',
29671   'theme_callback' => '',
29672   'theme_arguments' => 'a:0:{}',
29673   'type' => '6',
29674   'description' => '',
29675   'position' => '',
29676   'weight' => '0',
29677   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
29678 ))
29679 ->values(array(
29680   'path' => 'admin/structure/taxonomy/%/add',
29681   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
29682   'to_arg_functions' => '',
29683   'access_callback' => 'user_access',
29684   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
29685   'page_callback' => 'drupal_get_form',
29686   'page_arguments' => 'a:3:{i:0;s:18:"taxonomy_form_term";i:1;a:0:{}i:2;i:3;}',
29687   'delivery_callback' => '',
29688   'fit' => '29',
29689   'number_parts' => '5',
29690   'context' => '1',
29691   'tab_parent' => 'admin/structure/taxonomy/%',
29692   'tab_root' => 'admin/structure/taxonomy/%',
29693   'title' => 'Add term',
29694   'title_callback' => 't',
29695   'title_arguments' => '',
29696   'theme_callback' => '',
29697   'theme_arguments' => 'a:0:{}',
29698   'type' => '388',
29699   'description' => '',
29700   'position' => '',
29701   'weight' => '0',
29702   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
29703 ))
29704 ->values(array(
29705   'path' => 'admin/structure/taxonomy/%/display',
29706   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
29707   'to_arg_functions' => '',
29708   'access_callback' => 'user_access',
29709   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
29710   'page_callback' => 'drupal_get_form',
29711   '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";}',
29712   'delivery_callback' => '',
29713   'fit' => '29',
29714   'number_parts' => '5',
29715   'context' => '1',
29716   'tab_parent' => 'admin/structure/taxonomy/%',
29717   'tab_root' => 'admin/structure/taxonomy/%',
29718   'title' => 'Manage display',
29719   'title_callback' => 't',
29720   'title_arguments' => '',
29721   'theme_callback' => '',
29722   'theme_arguments' => 'a:0:{}',
29723   'type' => '132',
29724   'description' => '',
29725   'position' => '',
29726   'weight' => '2',
29727   'include_file' => 'modules/field_ui/field_ui.admin.inc',
29728 ))
29729 ->values(array(
29730   'path' => 'admin/structure/taxonomy/%/display/default',
29731   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
29732   'to_arg_functions' => '',
29733   'access_callback' => '_field_ui_view_mode_menu_access',
29734   '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";}',
29735   'page_callback' => 'drupal_get_form',
29736   '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";}',
29737   'delivery_callback' => '',
29738   'fit' => '59',
29739   'number_parts' => '6',
29740   'context' => '1',
29741   'tab_parent' => 'admin/structure/taxonomy/%/display',
29742   'tab_root' => 'admin/structure/taxonomy/%',
29743   'title' => 'Default',
29744   'title_callback' => 't',
29745   'title_arguments' => '',
29746   'theme_callback' => '',
29747   'theme_arguments' => 'a:0:{}',
29748   'type' => '140',
29749   'description' => '',
29750   'position' => '',
29751   'weight' => '-10',
29752   'include_file' => 'modules/field_ui/field_ui.admin.inc',
29753 ))
29754 ->values(array(
29755   'path' => 'admin/structure/taxonomy/%/display/full',
29756   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
29757   'to_arg_functions' => '',
29758   'access_callback' => '_field_ui_view_mode_menu_access',
29759   '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";}',
29760   'page_callback' => 'drupal_get_form',
29761   '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";}',
29762   'delivery_callback' => '',
29763   'fit' => '59',
29764   'number_parts' => '6',
29765   'context' => '1',
29766   'tab_parent' => 'admin/structure/taxonomy/%/display',
29767   'tab_root' => 'admin/structure/taxonomy/%',
29768   'title' => 'Taxonomy term page',
29769   'title_callback' => 't',
29770   'title_arguments' => '',
29771   'theme_callback' => '',
29772   'theme_arguments' => 'a:0:{}',
29773   'type' => '132',
29774   'description' => '',
29775   'position' => '',
29776   'weight' => '0',
29777   'include_file' => 'modules/field_ui/field_ui.admin.inc',
29778 ))
29779 ->values(array(
29780   'path' => 'admin/structure/taxonomy/%/edit',
29781   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
29782   'to_arg_functions' => '',
29783   'access_callback' => 'user_access',
29784   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
29785   'page_callback' => 'drupal_get_form',
29786   'page_arguments' => 'a:2:{i:0;s:24:"taxonomy_form_vocabulary";i:1;i:3;}',
29787   'delivery_callback' => '',
29788   'fit' => '29',
29789   'number_parts' => '5',
29790   'context' => '1',
29791   'tab_parent' => 'admin/structure/taxonomy/%',
29792   'tab_root' => 'admin/structure/taxonomy/%',
29793   'title' => 'Edit',
29794   'title_callback' => 't',
29795   'title_arguments' => '',
29796   'theme_callback' => '',
29797   'theme_arguments' => 'a:0:{}',
29798   'type' => '132',
29799   'description' => '',
29800   'position' => '',
29801   'weight' => '-10',
29802   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
29803 ))
29804 ->values(array(
29805   'path' => 'admin/structure/taxonomy/%/fields',
29806   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
29807   'to_arg_functions' => '',
29808   'access_callback' => 'user_access',
29809   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
29810   'page_callback' => 'drupal_get_form',
29811   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:13:"taxonomy_term";i:2;i:3;}',
29812   'delivery_callback' => '',
29813   'fit' => '29',
29814   'number_parts' => '5',
29815   'context' => '1',
29816   'tab_parent' => 'admin/structure/taxonomy/%',
29817   'tab_root' => 'admin/structure/taxonomy/%',
29818   'title' => 'Manage fields',
29819   'title_callback' => 't',
29820   'title_arguments' => '',
29821   'theme_callback' => '',
29822   'theme_arguments' => 'a:0:{}',
29823   'type' => '132',
29824   'description' => '',
29825   'position' => '',
29826   'weight' => '1',
29827   'include_file' => 'modules/field_ui/field_ui.admin.inc',
29828 ))
29829 ->values(array(
29830   'path' => 'admin/structure/taxonomy/%/fields/%',
29831   '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";}}}',
29832   'to_arg_functions' => '',
29833   'access_callback' => 'user_access',
29834   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
29835   'page_callback' => 'drupal_get_form',
29836   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
29837   'delivery_callback' => '',
29838   'fit' => '58',
29839   'number_parts' => '6',
29840   'context' => '0',
29841   'tab_parent' => '',
29842   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
29843   'title' => '',
29844   'title_callback' => 'field_ui_menu_title',
29845   'title_arguments' => 'a:1:{i:0;i:5;}',
29846   'theme_callback' => '',
29847   'theme_arguments' => 'a:0:{}',
29848   'type' => '6',
29849   'description' => '',
29850   'position' => '',
29851   'weight' => '0',
29852   'include_file' => 'modules/field_ui/field_ui.admin.inc',
29853 ))
29854 ->values(array(
29855   'path' => 'admin/structure/taxonomy/%/fields/%/delete',
29856   '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";}}}',
29857   'to_arg_functions' => '',
29858   'access_callback' => 'user_access',
29859   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
29860   'page_callback' => 'drupal_get_form',
29861   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:5;}',
29862   'delivery_callback' => '',
29863   'fit' => '117',
29864   'number_parts' => '7',
29865   'context' => '1',
29866   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
29867   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
29868   'title' => 'Delete',
29869   'title_callback' => 't',
29870   'title_arguments' => '',
29871   'theme_callback' => '',
29872   'theme_arguments' => 'a:0:{}',
29873   'type' => '132',
29874   'description' => '',
29875   'position' => '',
29876   'weight' => '10',
29877   'include_file' => 'modules/field_ui/field_ui.admin.inc',
29878 ))
29879 ->values(array(
29880   'path' => 'admin/structure/taxonomy/%/fields/%/edit',
29881   '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";}}}',
29882   'to_arg_functions' => '',
29883   'access_callback' => 'user_access',
29884   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
29885   'page_callback' => 'drupal_get_form',
29886   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:5;}',
29887   'delivery_callback' => '',
29888   'fit' => '117',
29889   'number_parts' => '7',
29890   'context' => '1',
29891   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
29892   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
29893   'title' => 'Edit',
29894   'title_callback' => 't',
29895   'title_arguments' => '',
29896   'theme_callback' => '',
29897   'theme_arguments' => 'a:0:{}',
29898   'type' => '140',
29899   'description' => '',
29900   'position' => '',
29901   'weight' => '0',
29902   'include_file' => 'modules/field_ui/field_ui.admin.inc',
29903 ))
29904 ->values(array(
29905   'path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
29906   '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";}}}',
29907   'to_arg_functions' => '',
29908   'access_callback' => 'user_access',
29909   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
29910   'page_callback' => 'drupal_get_form',
29911   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:5;}',
29912   'delivery_callback' => '',
29913   'fit' => '117',
29914   'number_parts' => '7',
29915   'context' => '1',
29916   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
29917   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
29918   'title' => 'Field settings',
29919   'title_callback' => 't',
29920   'title_arguments' => '',
29921   'theme_callback' => '',
29922   'theme_arguments' => 'a:0:{}',
29923   'type' => '132',
29924   'description' => '',
29925   'position' => '',
29926   'weight' => '0',
29927   'include_file' => 'modules/field_ui/field_ui.admin.inc',
29928 ))
29929 ->values(array(
29930   'path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
29931   '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";}}}',
29932   'to_arg_functions' => '',
29933   'access_callback' => 'user_access',
29934   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
29935   'page_callback' => 'drupal_get_form',
29936   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:5;}',
29937   'delivery_callback' => '',
29938   'fit' => '117',
29939   'number_parts' => '7',
29940   'context' => '1',
29941   'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
29942   'tab_root' => 'admin/structure/taxonomy/%/fields/%',
29943   'title' => 'Widget type',
29944   'title_callback' => 't',
29945   'title_arguments' => '',
29946   'theme_callback' => '',
29947   'theme_arguments' => 'a:0:{}',
29948   'type' => '132',
29949   'description' => '',
29950   'position' => '',
29951   'weight' => '0',
29952   'include_file' => 'modules/field_ui/field_ui.admin.inc',
29953 ))
29954 ->values(array(
29955   'path' => 'admin/structure/taxonomy/%/list',
29956   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
29957   'to_arg_functions' => '',
29958   'access_callback' => 'user_access',
29959   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
29960   'page_callback' => 'drupal_get_form',
29961   'page_arguments' => 'a:2:{i:0;s:23:"taxonomy_overview_terms";i:1;i:3;}',
29962   'delivery_callback' => '',
29963   'fit' => '29',
29964   'number_parts' => '5',
29965   'context' => '1',
29966   'tab_parent' => 'admin/structure/taxonomy/%',
29967   'tab_root' => 'admin/structure/taxonomy/%',
29968   'title' => 'List',
29969   'title_callback' => 't',
29970   'title_arguments' => '',
29971   'theme_callback' => '',
29972   'theme_arguments' => 'a:0:{}',
29973   'type' => '140',
29974   'description' => '',
29975   'position' => '',
29976   'weight' => '-20',
29977   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
29978 ))
29979 ->values(array(
29980   'path' => 'admin/structure/taxonomy/add',
29981   'load_functions' => '',
29982   'to_arg_functions' => '',
29983   'access_callback' => 'user_access',
29984   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
29985   'page_callback' => 'drupal_get_form',
29986   'page_arguments' => 'a:1:{i:0;s:24:"taxonomy_form_vocabulary";}',
29987   'delivery_callback' => '',
29988   'fit' => '15',
29989   'number_parts' => '4',
29990   'context' => '1',
29991   'tab_parent' => 'admin/structure/taxonomy',
29992   'tab_root' => 'admin/structure/taxonomy',
29993   'title' => 'Add vocabulary',
29994   'title_callback' => 't',
29995   'title_arguments' => '',
29996   'theme_callback' => '',
29997   'theme_arguments' => 'a:0:{}',
29998   'type' => '388',
29999   'description' => '',
30000   'position' => '',
30001   'weight' => '0',
30002   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
30003 ))
30004 ->values(array(
30005   'path' => 'admin/structure/taxonomy/list',
30006   'load_functions' => '',
30007   'to_arg_functions' => '',
30008   'access_callback' => 'user_access',
30009   'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
30010   'page_callback' => 'drupal_get_form',
30011   'page_arguments' => 'a:1:{i:0;s:30:"taxonomy_overview_vocabularies";}',
30012   'delivery_callback' => '',
30013   'fit' => '15',
30014   'number_parts' => '4',
30015   'context' => '1',
30016   'tab_parent' => 'admin/structure/taxonomy',
30017   'tab_root' => 'admin/structure/taxonomy',
30018   'title' => 'List',
30019   'title_callback' => 't',
30020   'title_arguments' => '',
30021   'theme_callback' => '',
30022   'theme_arguments' => 'a:0:{}',
30023   'type' => '140',
30024   'description' => '',
30025   'position' => '',
30026   'weight' => '-10',
30027   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
30028 ))
30029 ->values(array(
30030   'path' => 'admin/structure/trigger',
30031   'load_functions' => '',
30032   'to_arg_functions' => '',
30033   'access_callback' => 'user_access',
30034   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
30035   'page_callback' => 'trigger_assign',
30036   'page_arguments' => 'a:0:{}',
30037   'delivery_callback' => '',
30038   'fit' => '7',
30039   'number_parts' => '3',
30040   'context' => '0',
30041   'tab_parent' => '',
30042   'tab_root' => 'admin/structure/trigger',
30043   'title' => 'Triggers',
30044   'title_callback' => 't',
30045   'title_arguments' => '',
30046   'theme_callback' => '',
30047   'theme_arguments' => 'a:0:{}',
30048   'type' => '6',
30049   'description' => 'Configure when to execute actions.',
30050   'position' => '',
30051   'weight' => '0',
30052   'include_file' => 'modules/trigger/trigger.admin.inc',
30053 ))
30054 ->values(array(
30055   'path' => 'admin/structure/trigger/comment',
30056   'load_functions' => '',
30057   'to_arg_functions' => '',
30058   'access_callback' => 'user_access',
30059   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
30060   'page_callback' => 'trigger_assign',
30061   'page_arguments' => 'a:1:{i:0;s:7:"comment";}',
30062   'delivery_callback' => '',
30063   'fit' => '15',
30064   'number_parts' => '4',
30065   'context' => '1',
30066   'tab_parent' => 'admin/structure/trigger',
30067   'tab_root' => 'admin/structure/trigger',
30068   'title' => 'Comment',
30069   'title_callback' => 't',
30070   'title_arguments' => '',
30071   'theme_callback' => '',
30072   'theme_arguments' => 'a:0:{}',
30073   'type' => '132',
30074   'description' => '',
30075   'position' => '',
30076   'weight' => '0',
30077   'include_file' => 'modules/trigger/trigger.admin.inc',
30078 ))
30079 ->values(array(
30080   'path' => 'admin/structure/trigger/node',
30081   'load_functions' => '',
30082   'to_arg_functions' => '',
30083   'access_callback' => 'user_access',
30084   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
30085   'page_callback' => 'trigger_assign',
30086   'page_arguments' => 'a:1:{i:0;s:4:"node";}',
30087   'delivery_callback' => '',
30088   'fit' => '15',
30089   'number_parts' => '4',
30090   'context' => '1',
30091   'tab_parent' => 'admin/structure/trigger',
30092   'tab_root' => 'admin/structure/trigger',
30093   'title' => 'Node',
30094   'title_callback' => 't',
30095   'title_arguments' => '',
30096   'theme_callback' => '',
30097   'theme_arguments' => 'a:0:{}',
30098   'type' => '132',
30099   'description' => '',
30100   'position' => '',
30101   'weight' => '0',
30102   'include_file' => 'modules/trigger/trigger.admin.inc',
30103 ))
30104 ->values(array(
30105   'path' => 'admin/structure/trigger/system',
30106   'load_functions' => '',
30107   'to_arg_functions' => '',
30108   'access_callback' => 'user_access',
30109   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
30110   'page_callback' => 'trigger_assign',
30111   'page_arguments' => 'a:1:{i:0;s:6:"system";}',
30112   'delivery_callback' => '',
30113   'fit' => '15',
30114   'number_parts' => '4',
30115   'context' => '1',
30116   'tab_parent' => 'admin/structure/trigger',
30117   'tab_root' => 'admin/structure/trigger',
30118   'title' => 'System',
30119   'title_callback' => 't',
30120   'title_arguments' => '',
30121   'theme_callback' => '',
30122   'theme_arguments' => 'a:0:{}',
30123   'type' => '132',
30124   'description' => '',
30125   'position' => '',
30126   'weight' => '0',
30127   'include_file' => 'modules/trigger/trigger.admin.inc',
30128 ))
30129 ->values(array(
30130   'path' => 'admin/structure/trigger/taxonomy',
30131   'load_functions' => '',
30132   'to_arg_functions' => '',
30133   'access_callback' => 'user_access',
30134   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
30135   'page_callback' => 'trigger_assign',
30136   'page_arguments' => 'a:1:{i:0;s:8:"taxonomy";}',
30137   'delivery_callback' => '',
30138   'fit' => '15',
30139   'number_parts' => '4',
30140   'context' => '1',
30141   'tab_parent' => 'admin/structure/trigger',
30142   'tab_root' => 'admin/structure/trigger',
30143   'title' => 'Taxonomy',
30144   'title_callback' => 't',
30145   'title_arguments' => '',
30146   'theme_callback' => '',
30147   'theme_arguments' => 'a:0:{}',
30148   'type' => '132',
30149   'description' => '',
30150   'position' => '',
30151   'weight' => '0',
30152   'include_file' => 'modules/trigger/trigger.admin.inc',
30153 ))
30154 ->values(array(
30155   'path' => 'admin/structure/trigger/unassign',
30156   'load_functions' => '',
30157   'to_arg_functions' => '',
30158   'access_callback' => 'trigger_menu_unassign_access',
30159   'access_arguments' => 'a:0:{}',
30160   'page_callback' => 'drupal_get_form',
30161   'page_arguments' => 'a:1:{i:0;s:16:"trigger_unassign";}',
30162   'delivery_callback' => '',
30163   'fit' => '15',
30164   'number_parts' => '4',
30165   'context' => '0',
30166   'tab_parent' => '',
30167   'tab_root' => 'admin/structure/trigger/unassign',
30168   'title' => 'Unassign',
30169   'title_callback' => 't',
30170   'title_arguments' => '',
30171   'theme_callback' => '',
30172   'theme_arguments' => 'a:0:{}',
30173   'type' => '4',
30174   'description' => 'Unassign an action from a trigger.',
30175   'position' => '',
30176   'weight' => '0',
30177   'include_file' => 'modules/trigger/trigger.admin.inc',
30178 ))
30179 ->values(array(
30180   'path' => 'admin/structure/trigger/user',
30181   'load_functions' => '',
30182   'to_arg_functions' => '',
30183   'access_callback' => 'user_access',
30184   'access_arguments' => 'a:1:{i:0;s:18:"administer actions";}',
30185   'page_callback' => 'trigger_assign',
30186   'page_arguments' => 'a:1:{i:0;s:4:"user";}',
30187   'delivery_callback' => '',
30188   'fit' => '15',
30189   'number_parts' => '4',
30190   'context' => '1',
30191   'tab_parent' => 'admin/structure/trigger',
30192   'tab_root' => 'admin/structure/trigger',
30193   'title' => 'User',
30194   'title_callback' => 't',
30195   'title_arguments' => '',
30196   'theme_callback' => '',
30197   'theme_arguments' => 'a:0:{}',
30198   'type' => '132',
30199   'description' => '',
30200   'position' => '',
30201   'weight' => '0',
30202   'include_file' => 'modules/trigger/trigger.admin.inc',
30203 ))
30204 ->values(array(
30205   'path' => 'admin/structure/types',
30206   'load_functions' => '',
30207   'to_arg_functions' => '',
30208   'access_callback' => 'user_access',
30209   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30210   'page_callback' => 'node_overview_types',
30211   'page_arguments' => 'a:0:{}',
30212   'delivery_callback' => '',
30213   'fit' => '7',
30214   'number_parts' => '3',
30215   'context' => '0',
30216   'tab_parent' => '',
30217   'tab_root' => 'admin/structure/types',
30218   'title' => 'Content types',
30219   'title_callback' => 't',
30220   'title_arguments' => '',
30221   'theme_callback' => '',
30222   'theme_arguments' => 'a:0:{}',
30223   'type' => '6',
30224   'description' => 'Manage content types, including default status, front page promotion, comment settings, etc.',
30225   'position' => '',
30226   'weight' => '0',
30227   'include_file' => 'modules/node/content_types.inc',
30228 ))
30229 ->values(array(
30230   'path' => 'admin/structure/types/add',
30231   'load_functions' => '',
30232   'to_arg_functions' => '',
30233   'access_callback' => 'user_access',
30234   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30235   'page_callback' => 'drupal_get_form',
30236   'page_arguments' => 'a:1:{i:0;s:14:"node_type_form";}',
30237   'delivery_callback' => '',
30238   'fit' => '15',
30239   'number_parts' => '4',
30240   'context' => '1',
30241   'tab_parent' => 'admin/structure/types',
30242   'tab_root' => 'admin/structure/types',
30243   'title' => 'Add content type',
30244   'title_callback' => 't',
30245   'title_arguments' => '',
30246   'theme_callback' => '',
30247   'theme_arguments' => 'a:0:{}',
30248   'type' => '388',
30249   'description' => '',
30250   'position' => '',
30251   'weight' => '0',
30252   'include_file' => 'modules/node/content_types.inc',
30253 ))
30254 ->values(array(
30255   'path' => 'admin/structure/types/list',
30256   'load_functions' => '',
30257   'to_arg_functions' => '',
30258   'access_callback' => 'user_access',
30259   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30260   'page_callback' => 'node_overview_types',
30261   'page_arguments' => 'a:0:{}',
30262   'delivery_callback' => '',
30263   'fit' => '15',
30264   'number_parts' => '4',
30265   'context' => '1',
30266   'tab_parent' => 'admin/structure/types',
30267   'tab_root' => 'admin/structure/types',
30268   'title' => 'List',
30269   'title_callback' => 't',
30270   'title_arguments' => '',
30271   'theme_callback' => '',
30272   'theme_arguments' => 'a:0:{}',
30273   'type' => '140',
30274   'description' => '',
30275   'position' => '',
30276   'weight' => '-10',
30277   'include_file' => 'modules/node/content_types.inc',
30278 ))
30279 ->values(array(
30280   'path' => 'admin/structure/types/manage/%',
30281   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
30282   'to_arg_functions' => '',
30283   'access_callback' => 'user_access',
30284   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30285   'page_callback' => 'drupal_get_form',
30286   'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;i:4;}',
30287   'delivery_callback' => '',
30288   'fit' => '30',
30289   'number_parts' => '5',
30290   'context' => '0',
30291   'tab_parent' => '',
30292   'tab_root' => 'admin/structure/types/manage/%',
30293   'title' => 'Edit content type',
30294   'title_callback' => 'node_type_page_title',
30295   'title_arguments' => 'a:1:{i:0;i:4;}',
30296   'theme_callback' => '',
30297   'theme_arguments' => 'a:0:{}',
30298   'type' => '6',
30299   'description' => '',
30300   'position' => '',
30301   'weight' => '0',
30302   'include_file' => 'modules/node/content_types.inc',
30303 ))
30304 ->values(array(
30305   'path' => 'admin/structure/types/manage/%/comment/display',
30306   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
30307   'to_arg_functions' => '',
30308   'access_callback' => 'user_access',
30309   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30310   'page_callback' => 'drupal_get_form',
30311   '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";}',
30312   'delivery_callback' => '',
30313   'fit' => '123',
30314   'number_parts' => '7',
30315   'context' => '1',
30316   'tab_parent' => 'admin/structure/types/manage/%',
30317   'tab_root' => 'admin/structure/types/manage/%',
30318   'title' => 'Comment display',
30319   'title_callback' => 't',
30320   'title_arguments' => '',
30321   'theme_callback' => '',
30322   'theme_arguments' => 'a:0:{}',
30323   'type' => '132',
30324   'description' => '',
30325   'position' => '',
30326   'weight' => '4',
30327   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30328 ))
30329 ->values(array(
30330   'path' => 'admin/structure/types/manage/%/comment/display/default',
30331   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
30332   'to_arg_functions' => '',
30333   'access_callback' => '_field_ui_view_mode_menu_access',
30334   '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";}',
30335   'page_callback' => 'drupal_get_form',
30336   '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";}',
30337   'delivery_callback' => '',
30338   'fit' => '247',
30339   'number_parts' => '8',
30340   'context' => '1',
30341   'tab_parent' => 'admin/structure/types/manage/%/comment/display',
30342   'tab_root' => 'admin/structure/types/manage/%',
30343   'title' => 'Default',
30344   'title_callback' => 't',
30345   'title_arguments' => '',
30346   'theme_callback' => '',
30347   'theme_arguments' => 'a:0:{}',
30348   'type' => '140',
30349   'description' => '',
30350   'position' => '',
30351   'weight' => '-10',
30352   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30353 ))
30354 ->values(array(
30355   'path' => 'admin/structure/types/manage/%/comment/display/full',
30356   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
30357   'to_arg_functions' => '',
30358   'access_callback' => '_field_ui_view_mode_menu_access',
30359   '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";}',
30360   'page_callback' => 'drupal_get_form',
30361   '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";}',
30362   'delivery_callback' => '',
30363   'fit' => '247',
30364   'number_parts' => '8',
30365   'context' => '1',
30366   'tab_parent' => 'admin/structure/types/manage/%/comment/display',
30367   'tab_root' => 'admin/structure/types/manage/%',
30368   'title' => 'Full comment',
30369   'title_callback' => 't',
30370   'title_arguments' => '',
30371   'theme_callback' => '',
30372   'theme_arguments' => 'a:0:{}',
30373   'type' => '132',
30374   'description' => '',
30375   'position' => '',
30376   'weight' => '0',
30377   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30378 ))
30379 ->values(array(
30380   'path' => 'admin/structure/types/manage/%/comment/fields',
30381   'load_functions' => 'a:1:{i:4;s:22:"comment_node_type_load";}',
30382   'to_arg_functions' => '',
30383   'access_callback' => 'user_access',
30384   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30385   'page_callback' => 'drupal_get_form',
30386   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:7:"comment";i:2;i:4;}',
30387   'delivery_callback' => '',
30388   'fit' => '123',
30389   'number_parts' => '7',
30390   'context' => '1',
30391   'tab_parent' => 'admin/structure/types/manage/%',
30392   'tab_root' => 'admin/structure/types/manage/%',
30393   'title' => 'Comment fields',
30394   'title_callback' => 't',
30395   'title_arguments' => '',
30396   'theme_callback' => '',
30397   'theme_arguments' => 'a:0:{}',
30398   'type' => '132',
30399   'description' => '',
30400   'position' => '',
30401   'weight' => '3',
30402   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30403 ))
30404 ->values(array(
30405   'path' => 'admin/structure/types/manage/%/comment/fields/%',
30406   '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";}}}',
30407   'to_arg_functions' => '',
30408   'access_callback' => 'user_access',
30409   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30410   'page_callback' => 'drupal_get_form',
30411   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:7;}',
30412   'delivery_callback' => '',
30413   'fit' => '246',
30414   'number_parts' => '8',
30415   'context' => '0',
30416   'tab_parent' => '',
30417   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
30418   'title' => '',
30419   'title_callback' => 'field_ui_menu_title',
30420   'title_arguments' => 'a:1:{i:0;i:7;}',
30421   'theme_callback' => '',
30422   'theme_arguments' => 'a:0:{}',
30423   'type' => '6',
30424   'description' => '',
30425   'position' => '',
30426   'weight' => '0',
30427   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30428 ))
30429 ->values(array(
30430   'path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
30431   '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";}}}',
30432   'to_arg_functions' => '',
30433   'access_callback' => 'user_access',
30434   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30435   'page_callback' => 'drupal_get_form',
30436   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:7;}',
30437   'delivery_callback' => '',
30438   'fit' => '493',
30439   'number_parts' => '9',
30440   'context' => '1',
30441   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
30442   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
30443   'title' => 'Delete',
30444   'title_callback' => 't',
30445   'title_arguments' => '',
30446   'theme_callback' => '',
30447   'theme_arguments' => 'a:0:{}',
30448   'type' => '132',
30449   'description' => '',
30450   'position' => '',
30451   'weight' => '10',
30452   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30453 ))
30454 ->values(array(
30455   'path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
30456   '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";}}}',
30457   'to_arg_functions' => '',
30458   'access_callback' => 'user_access',
30459   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30460   'page_callback' => 'drupal_get_form',
30461   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:7;}',
30462   'delivery_callback' => '',
30463   'fit' => '493',
30464   'number_parts' => '9',
30465   'context' => '1',
30466   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
30467   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
30468   'title' => 'Edit',
30469   'title_callback' => 't',
30470   'title_arguments' => '',
30471   'theme_callback' => '',
30472   'theme_arguments' => 'a:0:{}',
30473   'type' => '140',
30474   'description' => '',
30475   'position' => '',
30476   'weight' => '0',
30477   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30478 ))
30479 ->values(array(
30480   'path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
30481   '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";}}}',
30482   'to_arg_functions' => '',
30483   'access_callback' => 'user_access',
30484   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30485   'page_callback' => 'drupal_get_form',
30486   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:7;}',
30487   'delivery_callback' => '',
30488   'fit' => '493',
30489   'number_parts' => '9',
30490   'context' => '1',
30491   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
30492   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
30493   'title' => 'Field settings',
30494   'title_callback' => 't',
30495   'title_arguments' => '',
30496   'theme_callback' => '',
30497   'theme_arguments' => 'a:0:{}',
30498   'type' => '132',
30499   'description' => '',
30500   'position' => '',
30501   'weight' => '0',
30502   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30503 ))
30504 ->values(array(
30505   'path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
30506   '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";}}}',
30507   'to_arg_functions' => '',
30508   'access_callback' => 'user_access',
30509   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30510   'page_callback' => 'drupal_get_form',
30511   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:7;}',
30512   'delivery_callback' => '',
30513   'fit' => '493',
30514   'number_parts' => '9',
30515   'context' => '1',
30516   'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
30517   'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
30518   'title' => 'Widget type',
30519   'title_callback' => 't',
30520   'title_arguments' => '',
30521   'theme_callback' => '',
30522   'theme_arguments' => 'a:0:{}',
30523   'type' => '132',
30524   'description' => '',
30525   'position' => '',
30526   'weight' => '0',
30527   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30528 ))
30529 ->values(array(
30530   'path' => 'admin/structure/types/manage/%/delete',
30531   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
30532   'to_arg_functions' => '',
30533   'access_callback' => 'user_access',
30534   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30535   'page_callback' => 'drupal_get_form',
30536   'page_arguments' => 'a:2:{i:0;s:24:"node_type_delete_confirm";i:1;i:4;}',
30537   'delivery_callback' => '',
30538   'fit' => '61',
30539   'number_parts' => '6',
30540   'context' => '0',
30541   'tab_parent' => '',
30542   'tab_root' => 'admin/structure/types/manage/%/delete',
30543   'title' => 'Delete',
30544   'title_callback' => 't',
30545   'title_arguments' => '',
30546   'theme_callback' => '',
30547   'theme_arguments' => 'a:0:{}',
30548   'type' => '6',
30549   'description' => '',
30550   'position' => '',
30551   'weight' => '0',
30552   'include_file' => 'modules/node/content_types.inc',
30553 ))
30554 ->values(array(
30555   'path' => 'admin/structure/types/manage/%/display',
30556   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
30557   'to_arg_functions' => '',
30558   'access_callback' => 'user_access',
30559   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30560   'page_callback' => 'drupal_get_form',
30561   '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";}',
30562   'delivery_callback' => '',
30563   'fit' => '61',
30564   'number_parts' => '6',
30565   'context' => '1',
30566   'tab_parent' => 'admin/structure/types/manage/%',
30567   'tab_root' => 'admin/structure/types/manage/%',
30568   'title' => 'Manage display',
30569   'title_callback' => 't',
30570   'title_arguments' => '',
30571   'theme_callback' => '',
30572   'theme_arguments' => 'a:0:{}',
30573   'type' => '132',
30574   'description' => '',
30575   'position' => '',
30576   'weight' => '2',
30577   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30578 ))
30579 ->values(array(
30580   'path' => 'admin/structure/types/manage/%/display/default',
30581   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
30582   'to_arg_functions' => '',
30583   'access_callback' => '_field_ui_view_mode_menu_access',
30584   '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";}',
30585   'page_callback' => 'drupal_get_form',
30586   '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";}',
30587   'delivery_callback' => '',
30588   'fit' => '123',
30589   'number_parts' => '7',
30590   'context' => '1',
30591   'tab_parent' => 'admin/structure/types/manage/%/display',
30592   'tab_root' => 'admin/structure/types/manage/%',
30593   'title' => 'Default',
30594   'title_callback' => 't',
30595   'title_arguments' => '',
30596   'theme_callback' => '',
30597   'theme_arguments' => 'a:0:{}',
30598   'type' => '140',
30599   'description' => '',
30600   'position' => '',
30601   'weight' => '-10',
30602   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30603 ))
30604 ->values(array(
30605   'path' => 'admin/structure/types/manage/%/display/full',
30606   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
30607   'to_arg_functions' => '',
30608   'access_callback' => '_field_ui_view_mode_menu_access',
30609   '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";}',
30610   'page_callback' => 'drupal_get_form',
30611   '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";}',
30612   'delivery_callback' => '',
30613   'fit' => '123',
30614   'number_parts' => '7',
30615   'context' => '1',
30616   'tab_parent' => 'admin/structure/types/manage/%/display',
30617   'tab_root' => 'admin/structure/types/manage/%',
30618   'title' => 'Full content',
30619   'title_callback' => 't',
30620   'title_arguments' => '',
30621   'theme_callback' => '',
30622   'theme_arguments' => 'a:0:{}',
30623   'type' => '132',
30624   'description' => '',
30625   'position' => '',
30626   'weight' => '0',
30627   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30628 ))
30629 ->values(array(
30630   'path' => 'admin/structure/types/manage/%/display/print',
30631   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
30632   'to_arg_functions' => '',
30633   'access_callback' => '_field_ui_view_mode_menu_access',
30634   '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";}',
30635   'page_callback' => 'drupal_get_form',
30636   '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";}',
30637   'delivery_callback' => '',
30638   'fit' => '123',
30639   'number_parts' => '7',
30640   'context' => '1',
30641   'tab_parent' => 'admin/structure/types/manage/%/display',
30642   'tab_root' => 'admin/structure/types/manage/%',
30643   'title' => 'Print',
30644   'title_callback' => 't',
30645   'title_arguments' => '',
30646   'theme_callback' => '',
30647   'theme_arguments' => 'a:0:{}',
30648   'type' => '132',
30649   'description' => '',
30650   'position' => '',
30651   'weight' => '5',
30652   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30653 ))
30654 ->values(array(
30655   'path' => 'admin/structure/types/manage/%/display/rss',
30656   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
30657   'to_arg_functions' => '',
30658   'access_callback' => '_field_ui_view_mode_menu_access',
30659   '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";}',
30660   'page_callback' => 'drupal_get_form',
30661   '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";}',
30662   'delivery_callback' => '',
30663   'fit' => '123',
30664   'number_parts' => '7',
30665   'context' => '1',
30666   'tab_parent' => 'admin/structure/types/manage/%/display',
30667   'tab_root' => 'admin/structure/types/manage/%',
30668   'title' => 'RSS',
30669   'title_callback' => 't',
30670   'title_arguments' => '',
30671   'theme_callback' => '',
30672   'theme_arguments' => 'a:0:{}',
30673   'type' => '132',
30674   'description' => '',
30675   'position' => '',
30676   'weight' => '2',
30677   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30678 ))
30679 ->values(array(
30680   'path' => 'admin/structure/types/manage/%/display/search_index',
30681   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
30682   'to_arg_functions' => '',
30683   'access_callback' => '_field_ui_view_mode_menu_access',
30684   '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";}',
30685   'page_callback' => 'drupal_get_form',
30686   '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";}',
30687   'delivery_callback' => '',
30688   'fit' => '123',
30689   'number_parts' => '7',
30690   'context' => '1',
30691   'tab_parent' => 'admin/structure/types/manage/%/display',
30692   'tab_root' => 'admin/structure/types/manage/%',
30693   'title' => 'Search index',
30694   'title_callback' => 't',
30695   'title_arguments' => '',
30696   'theme_callback' => '',
30697   'theme_arguments' => 'a:0:{}',
30698   'type' => '132',
30699   'description' => '',
30700   'position' => '',
30701   'weight' => '3',
30702   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30703 ))
30704 ->values(array(
30705   'path' => 'admin/structure/types/manage/%/display/search_result',
30706   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
30707   'to_arg_functions' => '',
30708   'access_callback' => '_field_ui_view_mode_menu_access',
30709   '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";}',
30710   'page_callback' => 'drupal_get_form',
30711   '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";}',
30712   'delivery_callback' => '',
30713   'fit' => '123',
30714   'number_parts' => '7',
30715   'context' => '1',
30716   'tab_parent' => 'admin/structure/types/manage/%/display',
30717   'tab_root' => 'admin/structure/types/manage/%',
30718   'title' => 'Search result highlighting input',
30719   'title_callback' => 't',
30720   'title_arguments' => '',
30721   'theme_callback' => '',
30722   'theme_arguments' => 'a:0:{}',
30723   'type' => '132',
30724   'description' => '',
30725   'position' => '',
30726   'weight' => '4',
30727   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30728 ))
30729 ->values(array(
30730   'path' => 'admin/structure/types/manage/%/display/teaser',
30731   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
30732   'to_arg_functions' => '',
30733   'access_callback' => '_field_ui_view_mode_menu_access',
30734   '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";}',
30735   'page_callback' => 'drupal_get_form',
30736   '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";}',
30737   'delivery_callback' => '',
30738   'fit' => '123',
30739   'number_parts' => '7',
30740   'context' => '1',
30741   'tab_parent' => 'admin/structure/types/manage/%/display',
30742   'tab_root' => 'admin/structure/types/manage/%',
30743   'title' => 'Teaser',
30744   'title_callback' => 't',
30745   'title_arguments' => '',
30746   'theme_callback' => '',
30747   'theme_arguments' => 'a:0:{}',
30748   'type' => '132',
30749   'description' => '',
30750   'position' => '',
30751   'weight' => '1',
30752   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30753 ))
30754 ->values(array(
30755   'path' => 'admin/structure/types/manage/%/edit',
30756   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
30757   'to_arg_functions' => '',
30758   'access_callback' => 'user_access',
30759   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30760   'page_callback' => 'drupal_get_form',
30761   'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;i:4;}',
30762   'delivery_callback' => '',
30763   'fit' => '61',
30764   'number_parts' => '6',
30765   'context' => '1',
30766   'tab_parent' => 'admin/structure/types/manage/%',
30767   'tab_root' => 'admin/structure/types/manage/%',
30768   'title' => 'Edit',
30769   'title_callback' => 't',
30770   'title_arguments' => '',
30771   'theme_callback' => '',
30772   'theme_arguments' => 'a:0:{}',
30773   'type' => '140',
30774   'description' => '',
30775   'position' => '',
30776   'weight' => '0',
30777   'include_file' => 'modules/node/content_types.inc',
30778 ))
30779 ->values(array(
30780   'path' => 'admin/structure/types/manage/%/fields',
30781   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
30782   'to_arg_functions' => '',
30783   'access_callback' => 'user_access',
30784   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30785   'page_callback' => 'drupal_get_form',
30786   'page_arguments' => 'a:3:{i:0;s:28:"field_ui_field_overview_form";i:1;s:4:"node";i:2;i:4;}',
30787   'delivery_callback' => '',
30788   'fit' => '61',
30789   'number_parts' => '6',
30790   'context' => '1',
30791   'tab_parent' => 'admin/structure/types/manage/%',
30792   'tab_root' => 'admin/structure/types/manage/%',
30793   'title' => 'Manage fields',
30794   'title_callback' => 't',
30795   'title_arguments' => '',
30796   'theme_callback' => '',
30797   'theme_arguments' => 'a:0:{}',
30798   'type' => '132',
30799   'description' => '',
30800   'position' => '',
30801   'weight' => '1',
30802   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30803 ))
30804 ->values(array(
30805   'path' => 'admin/structure/types/manage/%/fields/%',
30806   '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";}}}',
30807   'to_arg_functions' => '',
30808   'access_callback' => 'user_access',
30809   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30810   'page_callback' => 'drupal_get_form',
30811   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:6;}',
30812   'delivery_callback' => '',
30813   'fit' => '122',
30814   'number_parts' => '7',
30815   'context' => '0',
30816   'tab_parent' => '',
30817   'tab_root' => 'admin/structure/types/manage/%/fields/%',
30818   'title' => '',
30819   'title_callback' => 'field_ui_menu_title',
30820   'title_arguments' => 'a:1:{i:0;i:6;}',
30821   'theme_callback' => '',
30822   'theme_arguments' => 'a:0:{}',
30823   'type' => '6',
30824   'description' => '',
30825   'position' => '',
30826   'weight' => '0',
30827   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30828 ))
30829 ->values(array(
30830   'path' => 'admin/structure/types/manage/%/fields/%/delete',
30831   '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";}}}',
30832   'to_arg_functions' => '',
30833   'access_callback' => 'user_access',
30834   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30835   'page_callback' => 'drupal_get_form',
30836   'page_arguments' => 'a:2:{i:0;s:26:"field_ui_field_delete_form";i:1;i:6;}',
30837   'delivery_callback' => '',
30838   'fit' => '245',
30839   'number_parts' => '8',
30840   'context' => '1',
30841   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
30842   'tab_root' => 'admin/structure/types/manage/%/fields/%',
30843   'title' => 'Delete',
30844   'title_callback' => 't',
30845   'title_arguments' => '',
30846   'theme_callback' => '',
30847   'theme_arguments' => 'a:0:{}',
30848   'type' => '132',
30849   'description' => '',
30850   'position' => '',
30851   'weight' => '10',
30852   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30853 ))
30854 ->values(array(
30855   'path' => 'admin/structure/types/manage/%/fields/%/edit',
30856   '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";}}}',
30857   'to_arg_functions' => '',
30858   'access_callback' => 'user_access',
30859   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30860   'page_callback' => 'drupal_get_form',
30861   'page_arguments' => 'a:2:{i:0;s:24:"field_ui_field_edit_form";i:1;i:6;}',
30862   'delivery_callback' => '',
30863   'fit' => '245',
30864   'number_parts' => '8',
30865   'context' => '1',
30866   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
30867   'tab_root' => 'admin/structure/types/manage/%/fields/%',
30868   'title' => 'Edit',
30869   'title_callback' => 't',
30870   'title_arguments' => '',
30871   'theme_callback' => '',
30872   'theme_arguments' => 'a:0:{}',
30873   'type' => '140',
30874   'description' => '',
30875   'position' => '',
30876   'weight' => '0',
30877   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30878 ))
30879 ->values(array(
30880   'path' => 'admin/structure/types/manage/%/fields/%/field-settings',
30881   '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";}}}',
30882   'to_arg_functions' => '',
30883   'access_callback' => 'user_access',
30884   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30885   'page_callback' => 'drupal_get_form',
30886   'page_arguments' => 'a:2:{i:0;s:28:"field_ui_field_settings_form";i:1;i:6;}',
30887   'delivery_callback' => '',
30888   'fit' => '245',
30889   'number_parts' => '8',
30890   'context' => '1',
30891   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
30892   'tab_root' => 'admin/structure/types/manage/%/fields/%',
30893   'title' => 'Field settings',
30894   'title_callback' => 't',
30895   'title_arguments' => '',
30896   'theme_callback' => '',
30897   'theme_arguments' => 'a:0:{}',
30898   'type' => '132',
30899   'description' => '',
30900   'position' => '',
30901   'weight' => '0',
30902   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30903 ))
30904 ->values(array(
30905   'path' => 'admin/structure/types/manage/%/fields/%/widget-type',
30906   '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";}}}',
30907   'to_arg_functions' => '',
30908   'access_callback' => 'user_access',
30909   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
30910   'page_callback' => 'drupal_get_form',
30911   'page_arguments' => 'a:2:{i:0;s:25:"field_ui_widget_type_form";i:1;i:6;}',
30912   'delivery_callback' => '',
30913   'fit' => '245',
30914   'number_parts' => '8',
30915   'context' => '1',
30916   'tab_parent' => 'admin/structure/types/manage/%/fields/%',
30917   'tab_root' => 'admin/structure/types/manage/%/fields/%',
30918   'title' => 'Widget type',
30919   'title_callback' => 't',
30920   'title_arguments' => '',
30921   'theme_callback' => '',
30922   'theme_arguments' => 'a:0:{}',
30923   'type' => '132',
30924   'description' => '',
30925   'position' => '',
30926   'weight' => '0',
30927   'include_file' => 'modules/field_ui/field_ui.admin.inc',
30928 ))
30929 ->values(array(
30930   'path' => 'admin/tasks',
30931   'load_functions' => '',
30932   'to_arg_functions' => '',
30933   'access_callback' => 'user_access',
30934   'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
30935   'page_callback' => 'system_admin_menu_block_page',
30936   'page_arguments' => 'a:0:{}',
30937   'delivery_callback' => '',
30938   'fit' => '3',
30939   'number_parts' => '2',
30940   'context' => '1',
30941   'tab_parent' => 'admin',
30942   'tab_root' => 'admin',
30943   'title' => 'Tasks',
30944   'title_callback' => 't',
30945   'title_arguments' => '',
30946   'theme_callback' => '',
30947   'theme_arguments' => 'a:0:{}',
30948   'type' => '140',
30949   'description' => '',
30950   'position' => '',
30951   'weight' => '-20',
30952   'include_file' => 'modules/system/system.admin.inc',
30953 ))
30954 ->values(array(
30955   'path' => 'admin/update/ready',
30956   'load_functions' => '',
30957   'to_arg_functions' => '',
30958   'access_callback' => 'update_manager_access',
30959   'access_arguments' => 'a:0:{}',
30960   'page_callback' => 'drupal_get_form',
30961   'page_arguments' => 'a:1:{i:0;s:32:"update_manager_update_ready_form";}',
30962   'delivery_callback' => '',
30963   'fit' => '7',
30964   'number_parts' => '3',
30965   'context' => '0',
30966   'tab_parent' => '',
30967   'tab_root' => 'admin/update/ready',
30968   'title' => 'Ready to update',
30969   'title_callback' => 't',
30970   'title_arguments' => '',
30971   'theme_callback' => '',
30972   'theme_arguments' => 'a:0:{}',
30973   'type' => '0',
30974   'description' => '',
30975   'position' => '',
30976   'weight' => '0',
30977   'include_file' => 'modules/update/update.manager.inc',
30978 ))
30979 ->values(array(
30980   'path' => 'aggregator',
30981   'load_functions' => '',
30982   'to_arg_functions' => '',
30983   'access_callback' => 'user_access',
30984   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
30985   'page_callback' => 'aggregator_page_last',
30986   'page_arguments' => 'a:0:{}',
30987   'delivery_callback' => '',
30988   'fit' => '1',
30989   'number_parts' => '1',
30990   'context' => '0',
30991   'tab_parent' => '',
30992   'tab_root' => 'aggregator',
30993   'title' => 'Feed aggregator',
30994   'title_callback' => 't',
30995   'title_arguments' => '',
30996   'theme_callback' => '',
30997   'theme_arguments' => 'a:0:{}',
30998   'type' => '6',
30999   'description' => '',
31000   'position' => '',
31001   'weight' => '5',
31002   'include_file' => 'modules/aggregator/aggregator.pages.inc',
31003 ))
31004 ->values(array(
31005   'path' => 'aggregator/categories',
31006   'load_functions' => '',
31007   'to_arg_functions' => '',
31008   'access_callback' => '_aggregator_has_categories',
31009   'access_arguments' => 'a:0:{}',
31010   'page_callback' => 'aggregator_page_categories',
31011   'page_arguments' => 'a:0:{}',
31012   'delivery_callback' => '',
31013   'fit' => '3',
31014   'number_parts' => '2',
31015   'context' => '0',
31016   'tab_parent' => '',
31017   'tab_root' => 'aggregator/categories',
31018   'title' => 'Categories',
31019   'title_callback' => 't',
31020   'title_arguments' => '',
31021   'theme_callback' => '',
31022   'theme_arguments' => 'a:0:{}',
31023   'type' => '6',
31024   'description' => '',
31025   'position' => '',
31026   'weight' => '0',
31027   'include_file' => 'modules/aggregator/aggregator.pages.inc',
31028 ))
31029 ->values(array(
31030   'path' => 'aggregator/categories/%',
31031   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
31032   'to_arg_functions' => '',
31033   'access_callback' => 'user_access',
31034   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
31035   'page_callback' => 'aggregator_page_category',
31036   'page_arguments' => 'a:1:{i:0;i:2;}',
31037   'delivery_callback' => '',
31038   'fit' => '6',
31039   'number_parts' => '3',
31040   'context' => '0',
31041   'tab_parent' => '',
31042   'tab_root' => 'aggregator/categories/%',
31043   'title' => '',
31044   'title_callback' => '_aggregator_category_title',
31045   'title_arguments' => 'a:1:{i:0;i:2;}',
31046   'theme_callback' => '',
31047   'theme_arguments' => 'a:0:{}',
31048   'type' => '6',
31049   'description' => '',
31050   'position' => '',
31051   'weight' => '0',
31052   'include_file' => 'modules/aggregator/aggregator.pages.inc',
31053 ))
31054 ->values(array(
31055   'path' => 'aggregator/categories/%/categorize',
31056   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
31057   'to_arg_functions' => '',
31058   'access_callback' => 'user_access',
31059   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
31060   'page_callback' => 'drupal_get_form',
31061   'page_arguments' => 'a:2:{i:0;s:29:"aggregator_page_category_form";i:1;i:2;}',
31062   'delivery_callback' => '',
31063   'fit' => '13',
31064   'number_parts' => '4',
31065   'context' => '1',
31066   'tab_parent' => 'aggregator/categories/%',
31067   'tab_root' => 'aggregator/categories/%',
31068   'title' => 'Categorize',
31069   'title_callback' => 't',
31070   'title_arguments' => '',
31071   'theme_callback' => '',
31072   'theme_arguments' => 'a:0:{}',
31073   'type' => '132',
31074   'description' => '',
31075   'position' => '',
31076   'weight' => '0',
31077   'include_file' => 'modules/aggregator/aggregator.pages.inc',
31078 ))
31079 ->values(array(
31080   'path' => 'aggregator/categories/%/configure',
31081   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
31082   'to_arg_functions' => '',
31083   'access_callback' => 'user_access',
31084   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
31085   'page_callback' => 'drupal_get_form',
31086   'page_arguments' => 'a:2:{i:0;s:24:"aggregator_form_category";i:1;i:2;}',
31087   'delivery_callback' => '',
31088   'fit' => '13',
31089   'number_parts' => '4',
31090   'context' => '1',
31091   'tab_parent' => 'aggregator/categories/%',
31092   'tab_root' => 'aggregator/categories/%',
31093   'title' => 'Configure',
31094   'title_callback' => 't',
31095   'title_arguments' => '',
31096   'theme_callback' => '',
31097   'theme_arguments' => 'a:0:{}',
31098   'type' => '132',
31099   'description' => '',
31100   'position' => '',
31101   'weight' => '1',
31102   'include_file' => 'modules/aggregator/aggregator.admin.inc',
31103 ))
31104 ->values(array(
31105   'path' => 'aggregator/categories/%/view',
31106   'load_functions' => 'a:1:{i:2;s:24:"aggregator_category_load";}',
31107   'to_arg_functions' => '',
31108   'access_callback' => 'user_access',
31109   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
31110   'page_callback' => 'aggregator_page_category',
31111   'page_arguments' => 'a:1:{i:0;i:2;}',
31112   'delivery_callback' => '',
31113   'fit' => '13',
31114   'number_parts' => '4',
31115   'context' => '1',
31116   'tab_parent' => 'aggregator/categories/%',
31117   'tab_root' => 'aggregator/categories/%',
31118   'title' => 'View',
31119   'title_callback' => 't',
31120   'title_arguments' => '',
31121   'theme_callback' => '',
31122   'theme_arguments' => 'a:0:{}',
31123   'type' => '140',
31124   'description' => '',
31125   'position' => '',
31126   'weight' => '-10',
31127   'include_file' => 'modules/aggregator/aggregator.pages.inc',
31128 ))
31129 ->values(array(
31130   'path' => 'aggregator/opml',
31131   'load_functions' => '',
31132   'to_arg_functions' => '',
31133   'access_callback' => 'user_access',
31134   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
31135   'page_callback' => 'aggregator_page_opml',
31136   'page_arguments' => 'a:0:{}',
31137   'delivery_callback' => '',
31138   'fit' => '3',
31139   'number_parts' => '2',
31140   'context' => '0',
31141   'tab_parent' => '',
31142   'tab_root' => 'aggregator/opml',
31143   'title' => 'OPML feed',
31144   'title_callback' => 't',
31145   'title_arguments' => '',
31146   'theme_callback' => '',
31147   'theme_arguments' => 'a:0:{}',
31148   'type' => '0',
31149   'description' => '',
31150   'position' => '',
31151   'weight' => '0',
31152   'include_file' => 'modules/aggregator/aggregator.pages.inc',
31153 ))
31154 ->values(array(
31155   'path' => 'aggregator/rss',
31156   'load_functions' => '',
31157   'to_arg_functions' => '',
31158   'access_callback' => 'user_access',
31159   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
31160   'page_callback' => 'aggregator_page_rss',
31161   'page_arguments' => 'a:0:{}',
31162   'delivery_callback' => '',
31163   'fit' => '3',
31164   'number_parts' => '2',
31165   'context' => '0',
31166   'tab_parent' => '',
31167   'tab_root' => 'aggregator/rss',
31168   'title' => 'RSS feed',
31169   'title_callback' => 't',
31170   'title_arguments' => '',
31171   'theme_callback' => '',
31172   'theme_arguments' => 'a:0:{}',
31173   'type' => '0',
31174   'description' => '',
31175   'position' => '',
31176   'weight' => '0',
31177   'include_file' => 'modules/aggregator/aggregator.pages.inc',
31178 ))
31179 ->values(array(
31180   'path' => 'aggregator/sources',
31181   'load_functions' => '',
31182   'to_arg_functions' => '',
31183   'access_callback' => 'user_access',
31184   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
31185   'page_callback' => 'aggregator_page_sources',
31186   'page_arguments' => 'a:0:{}',
31187   'delivery_callback' => '',
31188   'fit' => '3',
31189   'number_parts' => '2',
31190   'context' => '0',
31191   'tab_parent' => '',
31192   'tab_root' => 'aggregator/sources',
31193   'title' => 'Sources',
31194   'title_callback' => 't',
31195   'title_arguments' => '',
31196   'theme_callback' => '',
31197   'theme_arguments' => 'a:0:{}',
31198   'type' => '6',
31199   'description' => '',
31200   'position' => '',
31201   'weight' => '0',
31202   'include_file' => 'modules/aggregator/aggregator.pages.inc',
31203 ))
31204 ->values(array(
31205   'path' => 'aggregator/sources/%',
31206   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
31207   'to_arg_functions' => '',
31208   'access_callback' => 'user_access',
31209   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
31210   'page_callback' => 'aggregator_page_source',
31211   'page_arguments' => 'a:1:{i:0;i:2;}',
31212   'delivery_callback' => '',
31213   'fit' => '6',
31214   'number_parts' => '3',
31215   'context' => '0',
31216   'tab_parent' => '',
31217   'tab_root' => 'aggregator/sources/%',
31218   'title' => '',
31219   'title_callback' => 't',
31220   'title_arguments' => '',
31221   'theme_callback' => '',
31222   'theme_arguments' => 'a:0:{}',
31223   'type' => '6',
31224   'description' => '',
31225   'position' => '',
31226   'weight' => '0',
31227   'include_file' => 'modules/aggregator/aggregator.pages.inc',
31228 ))
31229 ->values(array(
31230   'path' => 'aggregator/sources/%/categorize',
31231   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
31232   'to_arg_functions' => '',
31233   'access_callback' => 'user_access',
31234   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
31235   'page_callback' => 'drupal_get_form',
31236   'page_arguments' => 'a:2:{i:0;s:27:"aggregator_page_source_form";i:1;i:2;}',
31237   'delivery_callback' => '',
31238   'fit' => '13',
31239   'number_parts' => '4',
31240   'context' => '1',
31241   'tab_parent' => 'aggregator/sources/%',
31242   'tab_root' => 'aggregator/sources/%',
31243   'title' => 'Categorize',
31244   'title_callback' => 't',
31245   'title_arguments' => '',
31246   'theme_callback' => '',
31247   'theme_arguments' => 'a:0:{}',
31248   'type' => '132',
31249   'description' => '',
31250   'position' => '',
31251   'weight' => '0',
31252   'include_file' => 'modules/aggregator/aggregator.pages.inc',
31253 ))
31254 ->values(array(
31255   'path' => 'aggregator/sources/%/configure',
31256   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
31257   'to_arg_functions' => '',
31258   'access_callback' => 'user_access',
31259   'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
31260   'page_callback' => 'drupal_get_form',
31261   'page_arguments' => 'a:2:{i:0;s:20:"aggregator_form_feed";i:1;i:2;}',
31262   'delivery_callback' => '',
31263   'fit' => '13',
31264   'number_parts' => '4',
31265   'context' => '1',
31266   'tab_parent' => 'aggregator/sources/%',
31267   'tab_root' => 'aggregator/sources/%',
31268   'title' => 'Configure',
31269   'title_callback' => 't',
31270   'title_arguments' => '',
31271   'theme_callback' => '',
31272   'theme_arguments' => 'a:0:{}',
31273   'type' => '132',
31274   'description' => '',
31275   'position' => '',
31276   'weight' => '1',
31277   'include_file' => 'modules/aggregator/aggregator.admin.inc',
31278 ))
31279 ->values(array(
31280   'path' => 'aggregator/sources/%/view',
31281   'load_functions' => 'a:1:{i:2;s:20:"aggregator_feed_load";}',
31282   'to_arg_functions' => '',
31283   'access_callback' => 'user_access',
31284   'access_arguments' => 'a:1:{i:0;s:17:"access news feeds";}',
31285   'page_callback' => 'aggregator_page_source',
31286   'page_arguments' => 'a:1:{i:0;i:2;}',
31287   'delivery_callback' => '',
31288   'fit' => '13',
31289   'number_parts' => '4',
31290   'context' => '1',
31291   'tab_parent' => 'aggregator/sources/%',
31292   'tab_root' => 'aggregator/sources/%',
31293   'title' => 'View',
31294   'title_callback' => 't',
31295   'title_arguments' => '',
31296   'theme_callback' => '',
31297   'theme_arguments' => 'a:0:{}',
31298   'type' => '140',
31299   'description' => '',
31300   'position' => '',
31301   'weight' => '-10',
31302   'include_file' => 'modules/aggregator/aggregator.pages.inc',
31303 ))
31304 ->values(array(
31305   'path' => 'batch',
31306   'load_functions' => '',
31307   'to_arg_functions' => '',
31308   'access_callback' => '1',
31309   'access_arguments' => 'a:0:{}',
31310   'page_callback' => 'system_batch_page',
31311   'page_arguments' => 'a:0:{}',
31312   'delivery_callback' => '',
31313   'fit' => '1',
31314   'number_parts' => '1',
31315   'context' => '0',
31316   'tab_parent' => '',
31317   'tab_root' => 'batch',
31318   'title' => '',
31319   'title_callback' => 't',
31320   'title_arguments' => '',
31321   'theme_callback' => '_system_batch_theme',
31322   'theme_arguments' => 'a:0:{}',
31323   'type' => '0',
31324   'description' => '',
31325   'position' => '',
31326   'weight' => '0',
31327   'include_file' => 'modules/system/system.admin.inc',
31328 ))
31329 ->values(array(
31330   'path' => 'blog',
31331   'load_functions' => '',
31332   'to_arg_functions' => '',
31333   'access_callback' => 'user_access',
31334   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
31335   'page_callback' => 'blog_page_last',
31336   'page_arguments' => 'a:0:{}',
31337   'delivery_callback' => '',
31338   'fit' => '1',
31339   'number_parts' => '1',
31340   'context' => '0',
31341   'tab_parent' => '',
31342   'tab_root' => 'blog',
31343   'title' => 'Blogs',
31344   'title_callback' => 't',
31345   'title_arguments' => '',
31346   'theme_callback' => '',
31347   'theme_arguments' => 'a:0:{}',
31348   'type' => '20',
31349   'description' => '',
31350   'position' => '',
31351   'weight' => '0',
31352   'include_file' => 'modules/blog/blog.pages.inc',
31353 ))
31354 ->values(array(
31355   'path' => 'blog/%',
31356   'load_functions' => 'a:1:{i:1;s:22:"user_uid_optional_load";}',
31357   'to_arg_functions' => 'a:1:{i:1;s:24:"user_uid_optional_to_arg";}',
31358   'access_callback' => 'blog_page_user_access',
31359   'access_arguments' => 'a:1:{i:0;i:1;}',
31360   'page_callback' => 'blog_page_user',
31361   'page_arguments' => 'a:1:{i:0;i:1;}',
31362   'delivery_callback' => '',
31363   'fit' => '2',
31364   'number_parts' => '2',
31365   'context' => '0',
31366   'tab_parent' => '',
31367   'tab_root' => 'blog/%',
31368   'title' => 'My blog',
31369   'title_callback' => 't',
31370   'title_arguments' => '',
31371   'theme_callback' => '',
31372   'theme_arguments' => 'a:0:{}',
31373   'type' => '6',
31374   'description' => '',
31375   'position' => '',
31376   'weight' => '0',
31377   'include_file' => 'modules/blog/blog.pages.inc',
31378 ))
31379 ->values(array(
31380   'path' => 'blog/%/feed',
31381   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
31382   'to_arg_functions' => '',
31383   'access_callback' => 'blog_page_user_access',
31384   'access_arguments' => 'a:1:{i:0;i:1;}',
31385   'page_callback' => 'blog_feed_user',
31386   'page_arguments' => 'a:1:{i:0;i:1;}',
31387   'delivery_callback' => '',
31388   'fit' => '5',
31389   'number_parts' => '3',
31390   'context' => '0',
31391   'tab_parent' => '',
31392   'tab_root' => 'blog/%/feed',
31393   'title' => 'Blogs',
31394   'title_callback' => 't',
31395   'title_arguments' => '',
31396   'theme_callback' => '',
31397   'theme_arguments' => 'a:0:{}',
31398   'type' => '0',
31399   'description' => '',
31400   'position' => '',
31401   'weight' => '0',
31402   'include_file' => 'modules/blog/blog.pages.inc',
31403 ))
31404 ->values(array(
31405   'path' => 'blog/feed',
31406   'load_functions' => '',
31407   'to_arg_functions' => '',
31408   'access_callback' => 'user_access',
31409   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
31410   'page_callback' => 'blog_feed_last',
31411   'page_arguments' => 'a:0:{}',
31412   'delivery_callback' => '',
31413   'fit' => '3',
31414   'number_parts' => '2',
31415   'context' => '0',
31416   'tab_parent' => '',
31417   'tab_root' => 'blog/feed',
31418   'title' => 'Blogs',
31419   'title_callback' => 't',
31420   'title_arguments' => '',
31421   'theme_callback' => '',
31422   'theme_arguments' => 'a:0:{}',
31423   'type' => '0',
31424   'description' => '',
31425   'position' => '',
31426   'weight' => '0',
31427   'include_file' => 'modules/blog/blog.pages.inc',
31428 ))
31429 ->values(array(
31430   'path' => 'book',
31431   'load_functions' => '',
31432   'to_arg_functions' => '',
31433   'access_callback' => 'user_access',
31434   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
31435   'page_callback' => 'book_render',
31436   'page_arguments' => 'a:0:{}',
31437   'delivery_callback' => '',
31438   'fit' => '1',
31439   'number_parts' => '1',
31440   'context' => '0',
31441   'tab_parent' => '',
31442   'tab_root' => 'book',
31443   'title' => 'Books',
31444   'title_callback' => 't',
31445   'title_arguments' => '',
31446   'theme_callback' => '',
31447   'theme_arguments' => 'a:0:{}',
31448   'type' => '20',
31449   'description' => '',
31450   'position' => '',
31451   'weight' => '0',
31452   'include_file' => 'modules/book/book.pages.inc',
31453 ))
31454 ->values(array(
31455   'path' => 'book/export/%/%',
31456   'load_functions' => 'a:2:{i:2;N;i:3;N;}',
31457   'to_arg_functions' => '',
31458   'access_callback' => 'user_access',
31459   'access_arguments' => 'a:1:{i:0;s:31:"access printer-friendly version";}',
31460   'page_callback' => 'book_export',
31461   'page_arguments' => 'a:2:{i:0;i:2;i:1;i:3;}',
31462   'delivery_callback' => '',
31463   'fit' => '12',
31464   'number_parts' => '4',
31465   'context' => '0',
31466   'tab_parent' => '',
31467   'tab_root' => 'book/export/%/%',
31468   'title' => '',
31469   'title_callback' => 't',
31470   'title_arguments' => '',
31471   'theme_callback' => '',
31472   'theme_arguments' => 'a:0:{}',
31473   'type' => '0',
31474   'description' => '',
31475   'position' => '',
31476   'weight' => '0',
31477   'include_file' => 'modules/book/book.pages.inc',
31478 ))
31479 ->values(array(
31480   'path' => 'comment/%',
31481   'load_functions' => 'a:1:{i:1;N;}',
31482   'to_arg_functions' => '',
31483   'access_callback' => 'user_access',
31484   'access_arguments' => 'a:1:{i:0;s:15:"access comments";}',
31485   'page_callback' => 'comment_permalink',
31486   'page_arguments' => 'a:1:{i:0;i:1;}',
31487   'delivery_callback' => '',
31488   'fit' => '2',
31489   'number_parts' => '2',
31490   'context' => '0',
31491   'tab_parent' => '',
31492   'tab_root' => 'comment/%',
31493   'title' => 'Comment permalink',
31494   'title_callback' => 't',
31495   'title_arguments' => '',
31496   'theme_callback' => '',
31497   'theme_arguments' => 'a:0:{}',
31498   'type' => '6',
31499   'description' => '',
31500   'position' => '',
31501   'weight' => '0',
31502   'include_file' => '',
31503 ))
31504 ->values(array(
31505   'path' => 'comment/%/approve',
31506   'load_functions' => 'a:1:{i:1;N;}',
31507   'to_arg_functions' => '',
31508   'access_callback' => 'user_access',
31509   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
31510   'page_callback' => 'comment_approve',
31511   'page_arguments' => 'a:1:{i:0;i:1;}',
31512   'delivery_callback' => '',
31513   'fit' => '5',
31514   'number_parts' => '3',
31515   'context' => '0',
31516   'tab_parent' => '',
31517   'tab_root' => 'comment/%/approve',
31518   'title' => 'Approve',
31519   'title_callback' => 't',
31520   'title_arguments' => '',
31521   'theme_callback' => '',
31522   'theme_arguments' => 'a:0:{}',
31523   'type' => '6',
31524   'description' => '',
31525   'position' => '',
31526   'weight' => '1',
31527   'include_file' => 'modules/comment/comment.pages.inc',
31528 ))
31529 ->values(array(
31530   'path' => 'comment/%/delete',
31531   'load_functions' => 'a:1:{i:1;N;}',
31532   'to_arg_functions' => '',
31533   'access_callback' => 'user_access',
31534   'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
31535   'page_callback' => 'comment_confirm_delete_page',
31536   'page_arguments' => 'a:1:{i:0;i:1;}',
31537   'delivery_callback' => '',
31538   'fit' => '5',
31539   'number_parts' => '3',
31540   'context' => '1',
31541   'tab_parent' => 'comment/%',
31542   'tab_root' => 'comment/%',
31543   'title' => 'Delete',
31544   'title_callback' => 't',
31545   'title_arguments' => '',
31546   'theme_callback' => '',
31547   'theme_arguments' => 'a:0:{}',
31548   'type' => '132',
31549   'description' => '',
31550   'position' => '',
31551   'weight' => '2',
31552   'include_file' => 'modules/comment/comment.admin.inc',
31553 ))
31554 ->values(array(
31555   'path' => 'comment/%/edit',
31556   'load_functions' => 'a:1:{i:1;s:12:"comment_load";}',
31557   'to_arg_functions' => '',
31558   'access_callback' => 'comment_access',
31559   'access_arguments' => 'a:2:{i:0;s:4:"edit";i:1;i:1;}',
31560   'page_callback' => 'comment_edit_page',
31561   'page_arguments' => 'a:1:{i:0;i:1;}',
31562   'delivery_callback' => '',
31563   'fit' => '5',
31564   'number_parts' => '3',
31565   'context' => '1',
31566   'tab_parent' => 'comment/%',
31567   'tab_root' => 'comment/%',
31568   'title' => 'Edit',
31569   'title_callback' => 't',
31570   'title_arguments' => '',
31571   'theme_callback' => '',
31572   'theme_arguments' => 'a:0:{}',
31573   'type' => '132',
31574   'description' => '',
31575   'position' => '',
31576   'weight' => '0',
31577   'include_file' => '',
31578 ))
31579 ->values(array(
31580   'path' => 'comment/%/view',
31581   'load_functions' => 'a:1:{i:1;N;}',
31582   'to_arg_functions' => '',
31583   'access_callback' => 'user_access',
31584   'access_arguments' => 'a:1:{i:0;s:15:"access comments";}',
31585   'page_callback' => 'comment_permalink',
31586   'page_arguments' => 'a:1:{i:0;i:1;}',
31587   'delivery_callback' => '',
31588   'fit' => '5',
31589   'number_parts' => '3',
31590   'context' => '1',
31591   'tab_parent' => 'comment/%',
31592   'tab_root' => 'comment/%',
31593   'title' => 'View comment',
31594   'title_callback' => 't',
31595   'title_arguments' => '',
31596   'theme_callback' => '',
31597   'theme_arguments' => 'a:0:{}',
31598   'type' => '140',
31599   'description' => '',
31600   'position' => '',
31601   'weight' => '-10',
31602   'include_file' => '',
31603 ))
31604 ->values(array(
31605   'path' => 'comment/reply/%',
31606   'load_functions' => 'a:1:{i:2;s:9:"node_load";}',
31607   'to_arg_functions' => '',
31608   'access_callback' => 'node_access',
31609   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:2;}',
31610   'page_callback' => 'comment_reply',
31611   'page_arguments' => 'a:1:{i:0;i:2;}',
31612   'delivery_callback' => '',
31613   'fit' => '6',
31614   'number_parts' => '3',
31615   'context' => '0',
31616   'tab_parent' => '',
31617   'tab_root' => 'comment/reply/%',
31618   'title' => 'Add new comment',
31619   'title_callback' => 't',
31620   'title_arguments' => '',
31621   'theme_callback' => '',
31622   'theme_arguments' => 'a:0:{}',
31623   'type' => '6',
31624   'description' => '',
31625   'position' => '',
31626   'weight' => '0',
31627   'include_file' => 'modules/comment/comment.pages.inc',
31628 ))
31629 ->values(array(
31630   'path' => 'contact',
31631   'load_functions' => '',
31632   'to_arg_functions' => '',
31633   'access_callback' => 'user_access',
31634   'access_arguments' => 'a:1:{i:0;s:29:"access site-wide contact form";}',
31635   'page_callback' => 'drupal_get_form',
31636   'page_arguments' => 'a:1:{i:0;s:17:"contact_site_form";}',
31637   'delivery_callback' => '',
31638   'fit' => '1',
31639   'number_parts' => '1',
31640   'context' => '0',
31641   'tab_parent' => '',
31642   'tab_root' => 'contact',
31643   'title' => 'Contact',
31644   'title_callback' => 't',
31645   'title_arguments' => '',
31646   'theme_callback' => '',
31647   'theme_arguments' => 'a:0:{}',
31648   'type' => '20',
31649   'description' => '',
31650   'position' => '',
31651   'weight' => '0',
31652   'include_file' => 'modules/contact/contact.pages.inc',
31653 ))
31654 ->values(array(
31655   'path' => 'ctools/autocomplete/%',
31656   'load_functions' => 'a:1:{i:2;N;}',
31657   'to_arg_functions' => '',
31658   'access_callback' => 'user_access',
31659   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
31660   'page_callback' => 'ctools_content_autocomplete_entity',
31661   'page_arguments' => 'a:1:{i:0;i:2;}',
31662   'delivery_callback' => '',
31663   'fit' => '6',
31664   'number_parts' => '3',
31665   'context' => '0',
31666   'tab_parent' => '',
31667   'tab_root' => 'ctools/autocomplete/%',
31668   'title' => '',
31669   'title_callback' => 't',
31670   'title_arguments' => '',
31671   'theme_callback' => '',
31672   'theme_arguments' => 'a:0:{}',
31673   'type' => '0',
31674   'description' => '',
31675   'position' => '',
31676   'weight' => '0',
31677   'include_file' => 'sites/all/modules/ctools/includes/content.menu.inc',
31678 ))
31679 ->values(array(
31680   'path' => 'ctools/context/ajax/access/add',
31681   'load_functions' => '',
31682   'to_arg_functions' => '',
31683   'access_callback' => 'user_access',
31684   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
31685   'page_callback' => 'ctools_access_ajax_add',
31686   'page_arguments' => 'a:0:{}',
31687   'delivery_callback' => '',
31688   'fit' => '31',
31689   'number_parts' => '5',
31690   'context' => '0',
31691   'tab_parent' => '',
31692   'tab_root' => 'ctools/context/ajax/access/add',
31693   'title' => '',
31694   'title_callback' => 't',
31695   'title_arguments' => '',
31696   'theme_callback' => 'ajax_base_page_theme',
31697   'theme_arguments' => 'a:0:{}',
31698   'type' => '0',
31699   'description' => '',
31700   'position' => '',
31701   'weight' => '0',
31702   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
31703 ))
31704 ->values(array(
31705   'path' => 'ctools/context/ajax/access/configure',
31706   'load_functions' => '',
31707   'to_arg_functions' => '',
31708   'access_callback' => 'user_access',
31709   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
31710   'page_callback' => 'ctools_access_ajax_edit',
31711   'page_arguments' => 'a:0:{}',
31712   'delivery_callback' => '',
31713   'fit' => '31',
31714   'number_parts' => '5',
31715   'context' => '0',
31716   'tab_parent' => '',
31717   'tab_root' => 'ctools/context/ajax/access/configure',
31718   'title' => '',
31719   'title_callback' => 't',
31720   'title_arguments' => '',
31721   'theme_callback' => 'ajax_base_page_theme',
31722   'theme_arguments' => 'a:0:{}',
31723   'type' => '0',
31724   'description' => '',
31725   'position' => '',
31726   'weight' => '0',
31727   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
31728 ))
31729 ->values(array(
31730   'path' => 'ctools/context/ajax/access/delete',
31731   'load_functions' => '',
31732   'to_arg_functions' => '',
31733   'access_callback' => 'user_access',
31734   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
31735   'page_callback' => 'ctools_access_ajax_delete',
31736   'page_arguments' => 'a:0:{}',
31737   'delivery_callback' => '',
31738   'fit' => '31',
31739   'number_parts' => '5',
31740   'context' => '0',
31741   'tab_parent' => '',
31742   'tab_root' => 'ctools/context/ajax/access/delete',
31743   'title' => '',
31744   'title_callback' => 't',
31745   'title_arguments' => '',
31746   'theme_callback' => 'ajax_base_page_theme',
31747   'theme_arguments' => 'a:0:{}',
31748   'type' => '0',
31749   'description' => '',
31750   'position' => '',
31751   'weight' => '0',
31752   'include_file' => 'sites/all/modules/ctools/includes/context-access-admin.inc',
31753 ))
31754 ->values(array(
31755   'path' => 'ctools/context/ajax/add',
31756   'load_functions' => '',
31757   'to_arg_functions' => '',
31758   'access_callback' => 'user_access',
31759   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
31760   'page_callback' => 'ctools_context_ajax_item_add',
31761   'page_arguments' => 'a:0:{}',
31762   'delivery_callback' => '',
31763   'fit' => '15',
31764   'number_parts' => '4',
31765   'context' => '0',
31766   'tab_parent' => '',
31767   'tab_root' => 'ctools/context/ajax/add',
31768   'title' => '',
31769   'title_callback' => 't',
31770   'title_arguments' => '',
31771   'theme_callback' => 'ajax_base_page_theme',
31772   'theme_arguments' => 'a:0:{}',
31773   'type' => '0',
31774   'description' => '',
31775   'position' => '',
31776   'weight' => '0',
31777   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
31778 ))
31779 ->values(array(
31780   'path' => 'ctools/context/ajax/configure',
31781   'load_functions' => '',
31782   'to_arg_functions' => '',
31783   'access_callback' => 'user_access',
31784   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
31785   'page_callback' => 'ctools_context_ajax_item_edit',
31786   'page_arguments' => 'a:0:{}',
31787   'delivery_callback' => '',
31788   'fit' => '15',
31789   'number_parts' => '4',
31790   'context' => '0',
31791   'tab_parent' => '',
31792   'tab_root' => 'ctools/context/ajax/configure',
31793   'title' => '',
31794   'title_callback' => 't',
31795   'title_arguments' => '',
31796   'theme_callback' => 'ajax_base_page_theme',
31797   'theme_arguments' => 'a:0:{}',
31798   'type' => '0',
31799   'description' => '',
31800   'position' => '',
31801   'weight' => '0',
31802   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
31803 ))
31804 ->values(array(
31805   'path' => 'ctools/context/ajax/delete',
31806   'load_functions' => '',
31807   'to_arg_functions' => '',
31808   'access_callback' => 'user_access',
31809   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
31810   'page_callback' => 'ctools_context_ajax_item_delete',
31811   'page_arguments' => 'a:0:{}',
31812   'delivery_callback' => '',
31813   'fit' => '15',
31814   'number_parts' => '4',
31815   'context' => '0',
31816   'tab_parent' => '',
31817   'tab_root' => 'ctools/context/ajax/delete',
31818   'title' => '',
31819   'title_callback' => 't',
31820   'title_arguments' => '',
31821   'theme_callback' => 'ajax_base_page_theme',
31822   'theme_arguments' => 'a:0:{}',
31823   'type' => '0',
31824   'description' => '',
31825   'position' => '',
31826   'weight' => '0',
31827   'include_file' => 'sites/all/modules/ctools/includes/context-admin.inc',
31828 ))
31829 ->values(array(
31830   'path' => 'email/%/%/%',
31831   'load_functions' => 'a:3:{i:1;N;i:2;N;i:3;N;}',
31832   'to_arg_functions' => '',
31833   'access_callback' => 'user_access',
31834   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
31835   'page_callback' => 'email_mail_page',
31836   'page_arguments' => 'a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}',
31837   'delivery_callback' => '',
31838   'fit' => '8',
31839   'number_parts' => '4',
31840   'context' => '0',
31841   'tab_parent' => '',
31842   'tab_root' => 'email/%/%/%',
31843   'title' => 'Email Contact Form',
31844   'title_callback' => 't',
31845   'title_arguments' => '',
31846   'theme_callback' => '',
31847   'theme_arguments' => 'a:0:{}',
31848   'type' => '0',
31849   'description' => '',
31850   'position' => '',
31851   'weight' => '0',
31852   'include_file' => '',
31853 ))
31854 ->values(array(
31855   'path' => 'entityreference/autocomplete/single/%/%/%',
31856   'load_functions' => 'a:3:{i:3;N;i:4;N;i:5;N;}',
31857   'to_arg_functions' => '',
31858   'access_callback' => 'entityreference_autocomplete_access_callback',
31859   'access_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
31860   'page_callback' => 'entityreference_autocomplete_callback',
31861   'page_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
31862   'delivery_callback' => '',
31863   'fit' => '56',
31864   'number_parts' => '6',
31865   'context' => '0',
31866   'tab_parent' => '',
31867   'tab_root' => 'entityreference/autocomplete/single/%/%/%',
31868   'title' => 'Entity Reference Autocomplete',
31869   'title_callback' => 't',
31870   'title_arguments' => '',
31871   'theme_callback' => '',
31872   'theme_arguments' => 'a:0:{}',
31873   'type' => '0',
31874   'description' => '',
31875   'position' => '',
31876   'weight' => '0',
31877   'include_file' => '',
31878 ))
31879 ->values(array(
31880   'path' => 'entityreference/autocomplete/tags/%/%/%',
31881   'load_functions' => 'a:3:{i:3;N;i:4;N;i:5;N;}',
31882   'to_arg_functions' => '',
31883   'access_callback' => 'entityreference_autocomplete_access_callback',
31884   'access_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
31885   'page_callback' => 'entityreference_autocomplete_callback',
31886   'page_arguments' => 'a:4:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;}',
31887   'delivery_callback' => '',
31888   'fit' => '56',
31889   'number_parts' => '6',
31890   'context' => '0',
31891   'tab_parent' => '',
31892   'tab_root' => 'entityreference/autocomplete/tags/%/%/%',
31893   'title' => 'Entity Reference Autocomplete',
31894   'title_callback' => 't',
31895   'title_arguments' => '',
31896   'theme_callback' => '',
31897   'theme_arguments' => 'a:0:{}',
31898   'type' => '0',
31899   'description' => '',
31900   'position' => '',
31901   'weight' => '0',
31902   'include_file' => '',
31903 ))
31904 ->values(array(
31905   'path' => 'file/ajax',
31906   'load_functions' => '',
31907   'to_arg_functions' => '',
31908   'access_callback' => 'user_access',
31909   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
31910   'page_callback' => 'file_ajax_upload',
31911   'page_arguments' => 'a:0:{}',
31912   'delivery_callback' => 'ajax_deliver',
31913   'fit' => '3',
31914   'number_parts' => '2',
31915   'context' => '0',
31916   'tab_parent' => '',
31917   'tab_root' => 'file/ajax',
31918   'title' => '',
31919   'title_callback' => 't',
31920   'title_arguments' => '',
31921   'theme_callback' => 'ajax_base_page_theme',
31922   'theme_arguments' => 'a:0:{}',
31923   'type' => '0',
31924   'description' => '',
31925   'position' => '',
31926   'weight' => '0',
31927   'include_file' => '',
31928 ))
31929 ->values(array(
31930   'path' => 'file/progress',
31931   'load_functions' => '',
31932   'to_arg_functions' => '',
31933   'access_callback' => 'user_access',
31934   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
31935   'page_callback' => 'file_ajax_progress',
31936   'page_arguments' => 'a:0:{}',
31937   'delivery_callback' => '',
31938   'fit' => '3',
31939   'number_parts' => '2',
31940   'context' => '0',
31941   'tab_parent' => '',
31942   'tab_root' => 'file/progress',
31943   'title' => '',
31944   'title_callback' => 't',
31945   'title_arguments' => '',
31946   'theme_callback' => 'ajax_base_page_theme',
31947   'theme_arguments' => 'a:0:{}',
31948   'type' => '0',
31949   'description' => '',
31950   'position' => '',
31951   'weight' => '0',
31952   'include_file' => '',
31953 ))
31954 ->values(array(
31955   'path' => 'filter/tips',
31956   'load_functions' => '',
31957   'to_arg_functions' => '',
31958   'access_callback' => '1',
31959   'access_arguments' => 'a:0:{}',
31960   'page_callback' => 'filter_tips_long',
31961   'page_arguments' => 'a:0:{}',
31962   'delivery_callback' => '',
31963   'fit' => '3',
31964   'number_parts' => '2',
31965   'context' => '0',
31966   'tab_parent' => '',
31967   'tab_root' => 'filter/tips',
31968   'title' => 'Compose tips',
31969   'title_callback' => 't',
31970   'title_arguments' => '',
31971   'theme_callback' => '',
31972   'theme_arguments' => 'a:0:{}',
31973   'type' => '20',
31974   'description' => '',
31975   'position' => '',
31976   'weight' => '0',
31977   'include_file' => 'modules/filter/filter.pages.inc',
31978 ))
31979 ->values(array(
31980   'path' => 'filter/tips/%',
31981   'load_functions' => 'a:1:{i:2;s:18:"filter_format_load";}',
31982   'to_arg_functions' => '',
31983   'access_callback' => 'filter_access',
31984   'access_arguments' => 'a:1:{i:0;i:2;}',
31985   'page_callback' => 'filter_tips_long',
31986   'page_arguments' => 'a:1:{i:0;i:2;}',
31987   'delivery_callback' => '',
31988   'fit' => '6',
31989   'number_parts' => '3',
31990   'context' => '0',
31991   'tab_parent' => '',
31992   'tab_root' => 'filter/tips/%',
31993   'title' => 'Compose tips',
31994   'title_callback' => 't',
31995   'title_arguments' => '',
31996   'theme_callback' => '',
31997   'theme_arguments' => 'a:0:{}',
31998   'type' => '6',
31999   'description' => '',
32000   'position' => '',
32001   'weight' => '0',
32002   'include_file' => 'modules/filter/filter.pages.inc',
32003 ))
32004 ->values(array(
32005   'path' => 'forum',
32006   'load_functions' => '',
32007   'to_arg_functions' => '',
32008   'access_callback' => 'user_access',
32009   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
32010   'page_callback' => 'forum_page',
32011   'page_arguments' => 'a:0:{}',
32012   'delivery_callback' => '',
32013   'fit' => '1',
32014   'number_parts' => '1',
32015   'context' => '0',
32016   'tab_parent' => '',
32017   'tab_root' => 'forum',
32018   'title' => 'Forums',
32019   'title_callback' => 't',
32020   'title_arguments' => '',
32021   'theme_callback' => '',
32022   'theme_arguments' => 'a:0:{}',
32023   'type' => '6',
32024   'description' => '',
32025   'position' => '',
32026   'weight' => '0',
32027   'include_file' => 'modules/forum/forum.pages.inc',
32028 ))
32029 ->values(array(
32030   'path' => 'forum/%',
32031   'load_functions' => 'a:1:{i:1;s:16:"forum_forum_load";}',
32032   'to_arg_functions' => '',
32033   'access_callback' => 'user_access',
32034   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
32035   'page_callback' => 'forum_page',
32036   'page_arguments' => 'a:1:{i:0;i:1;}',
32037   'delivery_callback' => '',
32038   'fit' => '2',
32039   'number_parts' => '2',
32040   'context' => '0',
32041   'tab_parent' => '',
32042   'tab_root' => 'forum/%',
32043   'title' => 'Forums',
32044   'title_callback' => 't',
32045   'title_arguments' => '',
32046   'theme_callback' => '',
32047   'theme_arguments' => 'a:0:{}',
32048   'type' => '6',
32049   'description' => '',
32050   'position' => '',
32051   'weight' => '0',
32052   'include_file' => 'modules/forum/forum.pages.inc',
32053 ))
32054 ->values(array(
32055   'path' => 'node',
32056   'load_functions' => '',
32057   'to_arg_functions' => '',
32058   'access_callback' => 'user_access',
32059   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
32060   'page_callback' => 'node_page_default',
32061   'page_arguments' => 'a:0:{}',
32062   'delivery_callback' => '',
32063   'fit' => '1',
32064   'number_parts' => '1',
32065   'context' => '0',
32066   'tab_parent' => '',
32067   'tab_root' => 'node',
32068   'title' => '',
32069   'title_callback' => 't',
32070   'title_arguments' => '',
32071   'theme_callback' => '',
32072   'theme_arguments' => 'a:0:{}',
32073   'type' => '0',
32074   'description' => '',
32075   'position' => '',
32076   'weight' => '0',
32077   'include_file' => '',
32078 ))
32079 ->values(array(
32080   'path' => 'node/%',
32081   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
32082   'to_arg_functions' => '',
32083   'access_callback' => 'node_access',
32084   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}',
32085   'page_callback' => 'node_page_view',
32086   'page_arguments' => 'a:1:{i:0;i:1;}',
32087   'delivery_callback' => '',
32088   'fit' => '2',
32089   'number_parts' => '2',
32090   'context' => '0',
32091   'tab_parent' => '',
32092   'tab_root' => 'node/%',
32093   'title' => '',
32094   'title_callback' => 'node_page_title',
32095   'title_arguments' => 'a:1:{i:0;i:1;}',
32096   'theme_callback' => '',
32097   'theme_arguments' => 'a:0:{}',
32098   'type' => '6',
32099   'description' => '',
32100   'position' => '',
32101   'weight' => '0',
32102   'include_file' => '',
32103 ))
32104 ->values(array(
32105   'path' => 'node/%/delete',
32106   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
32107   'to_arg_functions' => '',
32108   'access_callback' => 'node_access',
32109   'access_arguments' => 'a:2:{i:0;s:6:"delete";i:1;i:1;}',
32110   'page_callback' => 'drupal_get_form',
32111   'page_arguments' => 'a:2:{i:0;s:19:"node_delete_confirm";i:1;i:1;}',
32112   'delivery_callback' => '',
32113   'fit' => '5',
32114   'number_parts' => '3',
32115   'context' => '2',
32116   'tab_parent' => 'node/%',
32117   'tab_root' => 'node/%',
32118   'title' => 'Delete',
32119   'title_callback' => 't',
32120   'title_arguments' => '',
32121   'theme_callback' => '',
32122   'theme_arguments' => 'a:0:{}',
32123   'type' => '132',
32124   'description' => '',
32125   'position' => '',
32126   'weight' => '1',
32127   'include_file' => 'modules/node/node.pages.inc',
32128 ))
32129 ->values(array(
32130   'path' => 'node/%/edit',
32131   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
32132   'to_arg_functions' => '',
32133   'access_callback' => 'node_access',
32134   'access_arguments' => 'a:2:{i:0;s:6:"update";i:1;i:1;}',
32135   'page_callback' => 'node_page_edit',
32136   'page_arguments' => 'a:1:{i:0;i:1;}',
32137   'delivery_callback' => '',
32138   'fit' => '5',
32139   'number_parts' => '3',
32140   'context' => '3',
32141   'tab_parent' => 'node/%',
32142   'tab_root' => 'node/%',
32143   'title' => 'Edit',
32144   'title_callback' => 't',
32145   'title_arguments' => '',
32146   'theme_callback' => '',
32147   'theme_arguments' => 'a:0:{}',
32148   'type' => '132',
32149   'description' => '',
32150   'position' => '',
32151   'weight' => '0',
32152   'include_file' => 'modules/node/node.pages.inc',
32153 ))
32154 ->values(array(
32155   'path' => 'node/%/outline',
32156   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
32157   'to_arg_functions' => '',
32158   'access_callback' => '_book_outline_access',
32159   'access_arguments' => 'a:1:{i:0;i:1;}',
32160   'page_callback' => 'book_outline',
32161   'page_arguments' => 'a:1:{i:0;i:1;}',
32162   'delivery_callback' => '',
32163   'fit' => '5',
32164   'number_parts' => '3',
32165   'context' => '1',
32166   'tab_parent' => 'node/%',
32167   'tab_root' => 'node/%',
32168   'title' => 'Outline',
32169   'title_callback' => 't',
32170   'title_arguments' => '',
32171   'theme_callback' => '',
32172   'theme_arguments' => 'a:0:{}',
32173   'type' => '132',
32174   'description' => '',
32175   'position' => '',
32176   'weight' => '2',
32177   'include_file' => 'modules/book/book.pages.inc',
32178 ))
32179 ->values(array(
32180   'path' => 'node/%/outline/remove',
32181   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
32182   'to_arg_functions' => '',
32183   'access_callback' => '_book_outline_remove_access',
32184   'access_arguments' => 'a:1:{i:0;i:1;}',
32185   'page_callback' => 'drupal_get_form',
32186   'page_arguments' => 'a:2:{i:0;s:16:"book_remove_form";i:1;i:1;}',
32187   'delivery_callback' => '',
32188   'fit' => '11',
32189   'number_parts' => '4',
32190   'context' => '0',
32191   'tab_parent' => '',
32192   'tab_root' => 'node/%/outline/remove',
32193   'title' => 'Remove from outline',
32194   'title_callback' => 't',
32195   'title_arguments' => '',
32196   'theme_callback' => '',
32197   'theme_arguments' => 'a:0:{}',
32198   'type' => '6',
32199   'description' => '',
32200   'position' => '',
32201   'weight' => '0',
32202   'include_file' => 'modules/book/book.pages.inc',
32203 ))
32204 ->values(array(
32205   'path' => 'node/%/revisions',
32206   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
32207   'to_arg_functions' => '',
32208   'access_callback' => '_node_revision_access',
32209   'access_arguments' => 'a:1:{i:0;i:1;}',
32210   'page_callback' => 'node_revision_overview',
32211   'page_arguments' => 'a:1:{i:0;i:1;}',
32212   'delivery_callback' => '',
32213   'fit' => '5',
32214   'number_parts' => '3',
32215   'context' => '1',
32216   'tab_parent' => 'node/%',
32217   'tab_root' => 'node/%',
32218   'title' => 'Revisions',
32219   'title_callback' => 't',
32220   'title_arguments' => '',
32221   'theme_callback' => '',
32222   'theme_arguments' => 'a:0:{}',
32223   'type' => '132',
32224   'description' => '',
32225   'position' => '',
32226   'weight' => '2',
32227   'include_file' => 'modules/node/node.pages.inc',
32228 ))
32229 ->values(array(
32230   'path' => 'node/%/revisions/%/delete',
32231   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
32232   'to_arg_functions' => '',
32233   'access_callback' => '_node_revision_access',
32234   'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"delete";}',
32235   'page_callback' => 'drupal_get_form',
32236   'page_arguments' => 'a:2:{i:0;s:28:"node_revision_delete_confirm";i:1;i:1;}',
32237   'delivery_callback' => '',
32238   'fit' => '21',
32239   'number_parts' => '5',
32240   'context' => '0',
32241   'tab_parent' => '',
32242   'tab_root' => 'node/%/revisions/%/delete',
32243   'title' => 'Delete earlier revision',
32244   'title_callback' => 't',
32245   'title_arguments' => '',
32246   'theme_callback' => '',
32247   'theme_arguments' => 'a:0:{}',
32248   'type' => '6',
32249   'description' => '',
32250   'position' => '',
32251   'weight' => '0',
32252   'include_file' => 'modules/node/node.pages.inc',
32253 ))
32254 ->values(array(
32255   'path' => 'node/%/revisions/%/revert',
32256   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
32257   'to_arg_functions' => '',
32258   'access_callback' => '_node_revision_access',
32259   'access_arguments' => 'a:2:{i:0;i:1;i:1;s:6:"update";}',
32260   'page_callback' => 'drupal_get_form',
32261   'page_arguments' => 'a:2:{i:0;s:28:"node_revision_revert_confirm";i:1;i:1;}',
32262   'delivery_callback' => '',
32263   'fit' => '21',
32264   'number_parts' => '5',
32265   'context' => '0',
32266   'tab_parent' => '',
32267   'tab_root' => 'node/%/revisions/%/revert',
32268   'title' => 'Revert to earlier revision',
32269   'title_callback' => 't',
32270   'title_arguments' => '',
32271   'theme_callback' => '',
32272   'theme_arguments' => 'a:0:{}',
32273   'type' => '6',
32274   'description' => '',
32275   'position' => '',
32276   'weight' => '0',
32277   'include_file' => 'modules/node/node.pages.inc',
32278 ))
32279 ->values(array(
32280   'path' => 'node/%/revisions/%/view',
32281   'load_functions' => 'a:2:{i:1;a:1:{s:9:"node_load";a:1:{i:0;i:3;}}i:3;N;}',
32282   'to_arg_functions' => '',
32283   'access_callback' => '_node_revision_access',
32284   'access_arguments' => 'a:1:{i:0;i:1;}',
32285   'page_callback' => 'node_show',
32286   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
32287   'delivery_callback' => '',
32288   'fit' => '21',
32289   'number_parts' => '5',
32290   'context' => '0',
32291   'tab_parent' => '',
32292   'tab_root' => 'node/%/revisions/%/view',
32293   'title' => 'Revisions',
32294   'title_callback' => 't',
32295   'title_arguments' => '',
32296   'theme_callback' => '',
32297   'theme_arguments' => 'a:0:{}',
32298   'type' => '6',
32299   'description' => '',
32300   'position' => '',
32301   'weight' => '0',
32302   'include_file' => '',
32303 ))
32304 ->values(array(
32305   'path' => 'node/%/track',
32306   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
32307   'to_arg_functions' => '',
32308   'access_callback' => 'user_access',
32309   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
32310   'page_callback' => 'statistics_node_tracker',
32311   'page_arguments' => 'a:0:{}',
32312   'delivery_callback' => '',
32313   'fit' => '5',
32314   'number_parts' => '3',
32315   'context' => '1',
32316   'tab_parent' => 'node/%',
32317   'tab_root' => 'node/%',
32318   'title' => 'Track',
32319   'title_callback' => 't',
32320   'title_arguments' => '',
32321   'theme_callback' => '',
32322   'theme_arguments' => 'a:0:{}',
32323   'type' => '132',
32324   'description' => '',
32325   'position' => '',
32326   'weight' => '2',
32327   'include_file' => 'modules/statistics/statistics.pages.inc',
32328 ))
32329 ->values(array(
32330   'path' => 'node/%/translate',
32331   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
32332   'to_arg_functions' => '',
32333   'access_callback' => '_translation_tab_access',
32334   'access_arguments' => 'a:1:{i:0;i:1;}',
32335   'page_callback' => 'translation_node_overview',
32336   'page_arguments' => 'a:1:{i:0;i:1;}',
32337   'delivery_callback' => '',
32338   'fit' => '5',
32339   'number_parts' => '3',
32340   'context' => '1',
32341   'tab_parent' => 'node/%',
32342   'tab_root' => 'node/%',
32343   'title' => 'Translate',
32344   'title_callback' => 't',
32345   'title_arguments' => '',
32346   'theme_callback' => '',
32347   'theme_arguments' => 'a:0:{}',
32348   'type' => '132',
32349   'description' => '',
32350   'position' => '',
32351   'weight' => '2',
32352   'include_file' => 'modules/translation/translation.pages.inc',
32353 ))
32354 ->values(array(
32355   'path' => 'node/%/view',
32356   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
32357   'to_arg_functions' => '',
32358   'access_callback' => 'node_access',
32359   'access_arguments' => 'a:2:{i:0;s:4:"view";i:1;i:1;}',
32360   'page_callback' => 'node_page_view',
32361   'page_arguments' => 'a:1:{i:0;i:1;}',
32362   'delivery_callback' => '',
32363   'fit' => '5',
32364   'number_parts' => '3',
32365   'context' => '1',
32366   'tab_parent' => 'node/%',
32367   'tab_root' => 'node/%',
32368   'title' => 'View',
32369   'title_callback' => 't',
32370   'title_arguments' => '',
32371   'theme_callback' => '',
32372   'theme_arguments' => 'a:0:{}',
32373   'type' => '140',
32374   'description' => '',
32375   'position' => '',
32376   'weight' => '-10',
32377   'include_file' => '',
32378 ))
32379 ->values(array(
32380   'path' => 'node/add',
32381   'load_functions' => '',
32382   'to_arg_functions' => '',
32383   'access_callback' => '_node_add_access',
32384   'access_arguments' => 'a:0:{}',
32385   'page_callback' => 'node_add_page',
32386   'page_arguments' => 'a:0:{}',
32387   'delivery_callback' => '',
32388   'fit' => '3',
32389   'number_parts' => '2',
32390   'context' => '0',
32391   'tab_parent' => '',
32392   'tab_root' => 'node/add',
32393   'title' => 'Add content',
32394   'title_callback' => 't',
32395   'title_arguments' => '',
32396   'theme_callback' => '',
32397   'theme_arguments' => 'a:0:{}',
32398   'type' => '6',
32399   'description' => '',
32400   'position' => '',
32401   'weight' => '0',
32402   'include_file' => 'modules/node/node.pages.inc',
32403 ))
32404 ->values(array(
32405   'path' => 'node/add/article',
32406   'load_functions' => '',
32407   'to_arg_functions' => '',
32408   'access_callback' => 'node_access',
32409   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:7:"article";}',
32410   'page_callback' => 'node_add',
32411   'page_arguments' => 'a:1:{i:0;s:7:"article";}',
32412   'delivery_callback' => '',
32413   'fit' => '7',
32414   'number_parts' => '3',
32415   'context' => '0',
32416   'tab_parent' => '',
32417   'tab_root' => 'node/add/article',
32418   'title' => 'Article',
32419   'title_callback' => 'check_plain',
32420   'title_arguments' => '',
32421   'theme_callback' => '',
32422   'theme_arguments' => 'a:0:{}',
32423   'type' => '6',
32424   'description' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.',
32425   'position' => '',
32426   'weight' => '0',
32427   'include_file' => 'modules/node/node.pages.inc',
32428 ))
32429 ->values(array(
32430   'path' => 'node/add/blog',
32431   'load_functions' => '',
32432   'to_arg_functions' => '',
32433   'access_callback' => 'node_access',
32434   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"blog";}',
32435   'page_callback' => 'node_add',
32436   'page_arguments' => 'a:1:{i:0;s:4:"blog";}',
32437   'delivery_callback' => '',
32438   'fit' => '7',
32439   'number_parts' => '3',
32440   'context' => '0',
32441   'tab_parent' => '',
32442   'tab_root' => 'node/add/blog',
32443   'title' => 'Blog entry',
32444   'title_callback' => 'check_plain',
32445   'title_arguments' => '',
32446   'theme_callback' => '',
32447   'theme_arguments' => 'a:0:{}',
32448   'type' => '6',
32449   'description' => 'Use for multi-user blogs. Every user gets a personal blog.',
32450   'position' => '',
32451   'weight' => '0',
32452   'include_file' => 'modules/node/node.pages.inc',
32453 ))
32454 ->values(array(
32455   'path' => 'node/add/book',
32456   'load_functions' => '',
32457   'to_arg_functions' => '',
32458   'access_callback' => 'node_access',
32459   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"book";}',
32460   'page_callback' => 'node_add',
32461   'page_arguments' => 'a:1:{i:0;s:4:"book";}',
32462   'delivery_callback' => '',
32463   'fit' => '7',
32464   'number_parts' => '3',
32465   'context' => '0',
32466   'tab_parent' => '',
32467   'tab_root' => 'node/add/book',
32468   'title' => 'Book page',
32469   'title_callback' => 'check_plain',
32470   'title_arguments' => '',
32471   'theme_callback' => '',
32472   'theme_arguments' => 'a:0:{}',
32473   'type' => '6',
32474   'description' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.',
32475   'position' => '',
32476   'weight' => '0',
32477   'include_file' => 'modules/node/node.pages.inc',
32478 ))
32479 ->values(array(
32480   'path' => 'node/add/forum',
32481   'load_functions' => '',
32482   'to_arg_functions' => '',
32483   'access_callback' => 'node_access',
32484   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:5:"forum";}',
32485   'page_callback' => 'node_add',
32486   'page_arguments' => 'a:1:{i:0;s:5:"forum";}',
32487   'delivery_callback' => '',
32488   'fit' => '7',
32489   'number_parts' => '3',
32490   'context' => '0',
32491   'tab_parent' => '',
32492   'tab_root' => 'node/add/forum',
32493   'title' => 'Forum topic',
32494   'title_callback' => 'check_plain',
32495   'title_arguments' => '',
32496   'theme_callback' => '',
32497   'theme_arguments' => 'a:0:{}',
32498   'type' => '6',
32499   'description' => 'A <em>forum topic</em> starts a new discussion thread within a forum.',
32500   'position' => '',
32501   'weight' => '0',
32502   'include_file' => 'modules/node/node.pages.inc',
32503 ))
32504 ->values(array(
32505   'path' => 'node/add/page',
32506   'load_functions' => '',
32507   'to_arg_functions' => '',
32508   'access_callback' => 'node_access',
32509   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:4:"page";}',
32510   'page_callback' => 'node_add',
32511   'page_arguments' => 'a:1:{i:0;s:4:"page";}',
32512   'delivery_callback' => '',
32513   'fit' => '7',
32514   'number_parts' => '3',
32515   'context' => '0',
32516   'tab_parent' => '',
32517   'tab_root' => 'node/add/page',
32518   'title' => 'Basic page',
32519   'title_callback' => 'check_plain',
32520   'title_arguments' => '',
32521   'theme_callback' => '',
32522   'theme_arguments' => 'a:0:{}',
32523   'type' => '6',
32524   'description' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.",
32525   'position' => '',
32526   'weight' => '0',
32527   'include_file' => 'modules/node/node.pages.inc',
32528 ))
32529 ->values(array(
32530   'path' => 'node/add/test-content-type',
32531   'load_functions' => '',
32532   'to_arg_functions' => '',
32533   'access_callback' => 'node_access',
32534   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:17:"test_content_type";}',
32535   'page_callback' => 'node_add',
32536   'page_arguments' => 'a:1:{i:0;s:17:"test_content_type";}',
32537   'delivery_callback' => '',
32538   'fit' => '7',
32539   'number_parts' => '3',
32540   'context' => '0',
32541   'tab_parent' => '',
32542   'tab_root' => 'node/add/test-content-type',
32543   'title' => 'Test content type',
32544   'title_callback' => 'check_plain',
32545   'title_arguments' => '',
32546   'theme_callback' => '',
32547   'theme_arguments' => 'a:0:{}',
32548   'type' => '6',
32549   'description' => 'This is the description of the test content type.',
32550   'position' => '',
32551   'weight' => '0',
32552   'include_file' => 'modules/node/node.pages.inc',
32553 ))
32554 ->values(array(
32555   'path' => 'rss.xml',
32556   'load_functions' => '',
32557   'to_arg_functions' => '',
32558   'access_callback' => 'user_access',
32559   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
32560   'page_callback' => 'node_feed',
32561   'page_arguments' => 'a:2:{i:0;b:0;i:1;a:0:{}}',
32562   'delivery_callback' => '',
32563   'fit' => '1',
32564   'number_parts' => '1',
32565   'context' => '0',
32566   'tab_parent' => '',
32567   'tab_root' => 'rss.xml',
32568   'title' => 'RSS feed',
32569   'title_callback' => 't',
32570   'title_arguments' => '',
32571   'theme_callback' => '',
32572   'theme_arguments' => 'a:0:{}',
32573   'type' => '0',
32574   'description' => '',
32575   'position' => '',
32576   'weight' => '0',
32577   'include_file' => '',
32578 ))
32579 ->values(array(
32580   'path' => 'search',
32581   'load_functions' => '',
32582   'to_arg_functions' => '',
32583   'access_callback' => 'search_is_active',
32584   'access_arguments' => 'a:0:{}',
32585   'page_callback' => 'search_view',
32586   'page_arguments' => 'a:0:{}',
32587   'delivery_callback' => '',
32588   'fit' => '1',
32589   'number_parts' => '1',
32590   'context' => '0',
32591   'tab_parent' => '',
32592   'tab_root' => 'search',
32593   'title' => 'Search',
32594   'title_callback' => 't',
32595   'title_arguments' => '',
32596   'theme_callback' => '',
32597   'theme_arguments' => 'a:0:{}',
32598   'type' => '20',
32599   'description' => '',
32600   'position' => '',
32601   'weight' => '0',
32602   'include_file' => 'modules/search/search.pages.inc',
32603 ))
32604 ->values(array(
32605   'path' => 'search/node',
32606   'load_functions' => '',
32607   'to_arg_functions' => '',
32608   'access_callback' => '_search_menu_access',
32609   'access_arguments' => 'a:1:{i:0;s:4:"node";}',
32610   'page_callback' => 'search_view',
32611   'page_arguments' => 'a:2:{i:0;s:4:"node";i:1;s:0:"";}',
32612   'delivery_callback' => '',
32613   'fit' => '3',
32614   'number_parts' => '2',
32615   'context' => '1',
32616   'tab_parent' => 'search',
32617   'tab_root' => 'search',
32618   'title' => 'Content',
32619   'title_callback' => 't',
32620   'title_arguments' => '',
32621   'theme_callback' => '',
32622   'theme_arguments' => 'a:0:{}',
32623   'type' => '132',
32624   'description' => '',
32625   'position' => '',
32626   'weight' => '-10',
32627   'include_file' => 'modules/search/search.pages.inc',
32628 ))
32629 ->values(array(
32630   'path' => 'search/node/%',
32631   '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";}}}',
32632   'to_arg_functions' => 'a:1:{i:2;s:16:"menu_tail_to_arg";}',
32633   'access_callback' => '_search_menu_access',
32634   'access_arguments' => 'a:1:{i:0;s:4:"node";}',
32635   'page_callback' => 'search_view',
32636   'page_arguments' => 'a:2:{i:0;s:4:"node";i:1;i:2;}',
32637   'delivery_callback' => '',
32638   'fit' => '6',
32639   'number_parts' => '3',
32640   'context' => '1',
32641   'tab_parent' => 'search/node',
32642   'tab_root' => 'search/node/%',
32643   'title' => 'Content',
32644   'title_callback' => 't',
32645   'title_arguments' => '',
32646   'theme_callback' => '',
32647   'theme_arguments' => 'a:0:{}',
32648   'type' => '132',
32649   'description' => '',
32650   'position' => '',
32651   'weight' => '0',
32652   'include_file' => 'modules/search/search.pages.inc',
32653 ))
32654 ->values(array(
32655   'path' => 'search/user',
32656   'load_functions' => '',
32657   'to_arg_functions' => '',
32658   'access_callback' => '_search_menu_access',
32659   'access_arguments' => 'a:1:{i:0;s:4:"user";}',
32660   'page_callback' => 'search_view',
32661   'page_arguments' => 'a:2:{i:0;s:4:"user";i:1;s:0:"";}',
32662   'delivery_callback' => '',
32663   'fit' => '3',
32664   'number_parts' => '2',
32665   'context' => '1',
32666   'tab_parent' => 'search',
32667   'tab_root' => 'search',
32668   'title' => 'Users',
32669   'title_callback' => 't',
32670   'title_arguments' => '',
32671   'theme_callback' => '',
32672   'theme_arguments' => 'a:0:{}',
32673   'type' => '132',
32674   'description' => '',
32675   'position' => '',
32676   'weight' => '0',
32677   'include_file' => 'modules/search/search.pages.inc',
32678 ))
32679 ->values(array(
32680   'path' => 'search/user/%',
32681   '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";}}}',
32682   'to_arg_functions' => 'a:1:{i:2;s:16:"menu_tail_to_arg";}',
32683   'access_callback' => '_search_menu_access',
32684   'access_arguments' => 'a:1:{i:0;s:4:"user";}',
32685   'page_callback' => 'search_view',
32686   'page_arguments' => 'a:2:{i:0;s:4:"user";i:1;i:2;}',
32687   'delivery_callback' => '',
32688   'fit' => '6',
32689   'number_parts' => '3',
32690   'context' => '1',
32691   'tab_parent' => 'search/node',
32692   'tab_root' => 'search/node/%',
32693   'title' => 'Users',
32694   'title_callback' => 't',
32695   'title_arguments' => '',
32696   'theme_callback' => '',
32697   'theme_arguments' => 'a:0:{}',
32698   'type' => '132',
32699   'description' => '',
32700   'position' => '',
32701   'weight' => '0',
32702   'include_file' => 'modules/search/search.pages.inc',
32703 ))
32704 ->values(array(
32705   'path' => 'sites/default/files/styles/%',
32706   'load_functions' => 'a:1:{i:4;s:16:"image_style_load";}',
32707   'to_arg_functions' => '',
32708   'access_callback' => '1',
32709   'access_arguments' => 'a:0:{}',
32710   'page_callback' => 'image_style_deliver',
32711   'page_arguments' => 'a:1:{i:0;i:4;}',
32712   'delivery_callback' => '',
32713   'fit' => '30',
32714   'number_parts' => '5',
32715   'context' => '0',
32716   'tab_parent' => '',
32717   'tab_root' => 'sites/default/files/styles/%',
32718   'title' => 'Generate image style',
32719   'title_callback' => 't',
32720   'title_arguments' => '',
32721   'theme_callback' => '',
32722   'theme_arguments' => 'a:0:{}',
32723   'type' => '0',
32724   'description' => '',
32725   'position' => '',
32726   'weight' => '0',
32727   'include_file' => '',
32728 ))
32729 ->values(array(
32730   'path' => 'system/ajax',
32731   'load_functions' => '',
32732   'to_arg_functions' => '',
32733   'access_callback' => '1',
32734   'access_arguments' => 'a:0:{}',
32735   'page_callback' => 'ajax_form_callback',
32736   'page_arguments' => 'a:0:{}',
32737   'delivery_callback' => 'ajax_deliver',
32738   'fit' => '3',
32739   'number_parts' => '2',
32740   'context' => '0',
32741   'tab_parent' => '',
32742   'tab_root' => 'system/ajax',
32743   'title' => 'AHAH callback',
32744   'title_callback' => 't',
32745   'title_arguments' => '',
32746   'theme_callback' => 'ajax_base_page_theme',
32747   'theme_arguments' => 'a:0:{}',
32748   'type' => '0',
32749   'description' => '',
32750   'position' => '',
32751   'weight' => '0',
32752   'include_file' => 'includes/form.inc',
32753 ))
32754 ->values(array(
32755   'path' => 'system/files',
32756   'load_functions' => '',
32757   'to_arg_functions' => '',
32758   'access_callback' => '1',
32759   'access_arguments' => 'a:0:{}',
32760   'page_callback' => 'file_download',
32761   'page_arguments' => 'a:1:{i:0;s:7:"private";}',
32762   'delivery_callback' => '',
32763   'fit' => '3',
32764   'number_parts' => '2',
32765   'context' => '0',
32766   'tab_parent' => '',
32767   'tab_root' => 'system/files',
32768   'title' => 'File download',
32769   'title_callback' => 't',
32770   'title_arguments' => '',
32771   'theme_callback' => '',
32772   'theme_arguments' => 'a:0:{}',
32773   'type' => '0',
32774   'description' => '',
32775   'position' => '',
32776   'weight' => '0',
32777   'include_file' => '',
32778 ))
32779 ->values(array(
32780   'path' => 'system/files/styles/%',
32781   'load_functions' => 'a:1:{i:3;s:16:"image_style_load";}',
32782   'to_arg_functions' => '',
32783   'access_callback' => '1',
32784   'access_arguments' => 'a:0:{}',
32785   'page_callback' => 'image_style_deliver',
32786   'page_arguments' => 'a:1:{i:0;i:3;}',
32787   'delivery_callback' => '',
32788   'fit' => '14',
32789   'number_parts' => '4',
32790   'context' => '0',
32791   'tab_parent' => '',
32792   'tab_root' => 'system/files/styles/%',
32793   'title' => 'Generate image style',
32794   'title_callback' => 't',
32795   'title_arguments' => '',
32796   'theme_callback' => '',
32797   'theme_arguments' => 'a:0:{}',
32798   'type' => '0',
32799   'description' => '',
32800   'position' => '',
32801   'weight' => '0',
32802   'include_file' => '',
32803 ))
32804 ->values(array(
32805   'path' => 'system/temporary',
32806   'load_functions' => '',
32807   'to_arg_functions' => '',
32808   'access_callback' => '1',
32809   'access_arguments' => 'a:0:{}',
32810   'page_callback' => 'file_download',
32811   'page_arguments' => 'a:1:{i:0;s:9:"temporary";}',
32812   'delivery_callback' => '',
32813   'fit' => '3',
32814   'number_parts' => '2',
32815   'context' => '0',
32816   'tab_parent' => '',
32817   'tab_root' => 'system/temporary',
32818   'title' => 'Temporary files',
32819   'title_callback' => 't',
32820   'title_arguments' => '',
32821   'theme_callback' => '',
32822   'theme_arguments' => 'a:0:{}',
32823   'type' => '0',
32824   'description' => '',
32825   'position' => '',
32826   'weight' => '0',
32827   'include_file' => '',
32828 ))
32829 ->values(array(
32830   'path' => 'system/timezone',
32831   'load_functions' => '',
32832   'to_arg_functions' => '',
32833   'access_callback' => '1',
32834   'access_arguments' => 'a:0:{}',
32835   'page_callback' => 'system_timezone',
32836   'page_arguments' => 'a:0:{}',
32837   'delivery_callback' => '',
32838   'fit' => '3',
32839   'number_parts' => '2',
32840   'context' => '0',
32841   'tab_parent' => '',
32842   'tab_root' => 'system/timezone',
32843   'title' => 'Time zone',
32844   'title_callback' => 't',
32845   'title_arguments' => '',
32846   'theme_callback' => '',
32847   'theme_arguments' => 'a:0:{}',
32848   'type' => '0',
32849   'description' => '',
32850   'position' => '',
32851   'weight' => '0',
32852   'include_file' => 'modules/system/system.admin.inc',
32853 ))
32854 ->values(array(
32855   'path' => 'taxonomy/autocomplete',
32856   'load_functions' => '',
32857   'to_arg_functions' => '',
32858   'access_callback' => 'user_access',
32859   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
32860   'page_callback' => 'taxonomy_autocomplete',
32861   'page_arguments' => 'a:0:{}',
32862   'delivery_callback' => '',
32863   'fit' => '3',
32864   'number_parts' => '2',
32865   'context' => '0',
32866   'tab_parent' => '',
32867   'tab_root' => 'taxonomy/autocomplete',
32868   'title' => 'Autocomplete taxonomy',
32869   'title_callback' => 't',
32870   'title_arguments' => '',
32871   'theme_callback' => '',
32872   'theme_arguments' => 'a:0:{}',
32873   'type' => '0',
32874   'description' => '',
32875   'position' => '',
32876   'weight' => '0',
32877   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
32878 ))
32879 ->values(array(
32880   'path' => 'taxonomy/term/%',
32881   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
32882   'to_arg_functions' => '',
32883   'access_callback' => 'user_access',
32884   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
32885   'page_callback' => 'taxonomy_term_page',
32886   'page_arguments' => 'a:1:{i:0;i:2;}',
32887   'delivery_callback' => '',
32888   'fit' => '6',
32889   'number_parts' => '3',
32890   'context' => '0',
32891   'tab_parent' => '',
32892   'tab_root' => 'taxonomy/term/%',
32893   'title' => 'Taxonomy term',
32894   'title_callback' => 'taxonomy_term_title',
32895   'title_arguments' => 'a:1:{i:0;i:2;}',
32896   'theme_callback' => '',
32897   'theme_arguments' => 'a:0:{}',
32898   'type' => '6',
32899   'description' => '',
32900   'position' => '',
32901   'weight' => '0',
32902   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
32903 ))
32904 ->values(array(
32905   'path' => 'taxonomy/term/%/edit',
32906   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
32907   'to_arg_functions' => '',
32908   'access_callback' => 'taxonomy_term_edit_access',
32909   'access_arguments' => 'a:1:{i:0;i:2;}',
32910   'page_callback' => 'drupal_get_form',
32911   'page_arguments' => 'a:3:{i:0;s:18:"taxonomy_form_term";i:1;i:2;i:2;N;}',
32912   'delivery_callback' => '',
32913   'fit' => '13',
32914   'number_parts' => '4',
32915   'context' => '1',
32916   'tab_parent' => 'taxonomy/term/%',
32917   'tab_root' => 'taxonomy/term/%',
32918   'title' => 'Edit',
32919   'title_callback' => 't',
32920   'title_arguments' => '',
32921   'theme_callback' => '',
32922   'theme_arguments' => 'a:0:{}',
32923   'type' => '132',
32924   'description' => '',
32925   'position' => '',
32926   'weight' => '10',
32927   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
32928 ))
32929 ->values(array(
32930   'path' => 'taxonomy/term/%/feed',
32931   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
32932   'to_arg_functions' => '',
32933   'access_callback' => 'user_access',
32934   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
32935   'page_callback' => 'taxonomy_term_feed',
32936   'page_arguments' => 'a:1:{i:0;i:2;}',
32937   'delivery_callback' => '',
32938   'fit' => '13',
32939   'number_parts' => '4',
32940   'context' => '0',
32941   'tab_parent' => '',
32942   'tab_root' => 'taxonomy/term/%/feed',
32943   'title' => 'Taxonomy term',
32944   'title_callback' => 'taxonomy_term_title',
32945   'title_arguments' => 'a:1:{i:0;i:2;}',
32946   'theme_callback' => '',
32947   'theme_arguments' => 'a:0:{}',
32948   'type' => '0',
32949   'description' => '',
32950   'position' => '',
32951   'weight' => '0',
32952   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
32953 ))
32954 ->values(array(
32955   'path' => 'taxonomy/term/%/view',
32956   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
32957   'to_arg_functions' => '',
32958   'access_callback' => 'user_access',
32959   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
32960   'page_callback' => 'taxonomy_term_page',
32961   'page_arguments' => 'a:1:{i:0;i:2;}',
32962   'delivery_callback' => '',
32963   'fit' => '13',
32964   'number_parts' => '4',
32965   'context' => '1',
32966   'tab_parent' => 'taxonomy/term/%',
32967   'tab_root' => 'taxonomy/term/%',
32968   'title' => 'View',
32969   'title_callback' => 't',
32970   'title_arguments' => '',
32971   'theme_callback' => '',
32972   'theme_arguments' => 'a:0:{}',
32973   'type' => '140',
32974   'description' => '',
32975   'position' => '',
32976   'weight' => '0',
32977   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
32978 ))
32979 ->values(array(
32980   'path' => 'toolbar/toggle',
32981   'load_functions' => '',
32982   'to_arg_functions' => '',
32983   'access_callback' => 'user_access',
32984   'access_arguments' => 'a:1:{i:0;s:14:"access toolbar";}',
32985   'page_callback' => 'toolbar_toggle_page',
32986   'page_arguments' => 'a:0:{}',
32987   'delivery_callback' => '',
32988   'fit' => '3',
32989   'number_parts' => '2',
32990   'context' => '0',
32991   'tab_parent' => '',
32992   'tab_root' => 'toolbar/toggle',
32993   'title' => 'Toggle drawer visibility',
32994   'title_callback' => 't',
32995   'title_arguments' => '',
32996   'theme_callback' => '',
32997   'theme_arguments' => 'a:0:{}',
32998   'type' => '0',
32999   'description' => '',
33000   'position' => '',
33001   'weight' => '0',
33002   'include_file' => '',
33003 ))
33004 ->values(array(
33005   'path' => 'tracker',
33006   'load_functions' => '',
33007   'to_arg_functions' => '',
33008   'access_callback' => 'user_access',
33009   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
33010   'page_callback' => 'tracker_page',
33011   'page_arguments' => 'a:0:{}',
33012   'delivery_callback' => '',
33013   'fit' => '1',
33014   'number_parts' => '1',
33015   'context' => '0',
33016   'tab_parent' => '',
33017   'tab_root' => 'tracker',
33018   'title' => 'Recent content',
33019   'title_callback' => 't',
33020   'title_arguments' => '',
33021   'theme_callback' => '',
33022   'theme_arguments' => 'a:0:{}',
33023   'type' => '6',
33024   'description' => '',
33025   'position' => '',
33026   'weight' => '1',
33027   'include_file' => 'modules/tracker/tracker.pages.inc',
33028 ))
33029 ->values(array(
33030   'path' => 'tracker/%',
33031   'load_functions' => 'a:1:{i:1;s:22:"user_uid_optional_load";}',
33032   'to_arg_functions' => 'a:1:{i:1;s:24:"user_uid_optional_to_arg";}',
33033   'access_callback' => '_tracker_myrecent_access',
33034   'access_arguments' => 'a:1:{i:0;i:1;}',
33035   'page_callback' => 'tracker_page',
33036   'page_arguments' => 'a:1:{i:0;i:1;}',
33037   'delivery_callback' => '',
33038   'fit' => '2',
33039   'number_parts' => '2',
33040   'context' => '1',
33041   'tab_parent' => 'tracker',
33042   'tab_root' => 'tracker',
33043   'title' => 'My recent content',
33044   'title_callback' => 't',
33045   'title_arguments' => '',
33046   'theme_callback' => '',
33047   'theme_arguments' => 'a:0:{}',
33048   'type' => '132',
33049   'description' => '',
33050   'position' => '',
33051   'weight' => '0',
33052   'include_file' => 'modules/tracker/tracker.pages.inc',
33053 ))
33054 ->values(array(
33055   'path' => 'tracker/all',
33056   'load_functions' => '',
33057   'to_arg_functions' => '',
33058   'access_callback' => 'user_access',
33059   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
33060   'page_callback' => 'tracker_page',
33061   'page_arguments' => 'a:0:{}',
33062   'delivery_callback' => '',
33063   'fit' => '3',
33064   'number_parts' => '2',
33065   'context' => '1',
33066   'tab_parent' => 'tracker',
33067   'tab_root' => 'tracker',
33068   'title' => 'All recent content',
33069   'title_callback' => 't',
33070   'title_arguments' => '',
33071   'theme_callback' => '',
33072   'theme_arguments' => 'a:0:{}',
33073   'type' => '140',
33074   'description' => '',
33075   'position' => '',
33076   'weight' => '0',
33077   'include_file' => 'modules/tracker/tracker.pages.inc',
33078 ))
33079 ->values(array(
33080   'path' => 'user',
33081   'load_functions' => '',
33082   'to_arg_functions' => '',
33083   'access_callback' => '1',
33084   'access_arguments' => 'a:0:{}',
33085   'page_callback' => 'user_page',
33086   'page_arguments' => 'a:0:{}',
33087   'delivery_callback' => '',
33088   'fit' => '1',
33089   'number_parts' => '1',
33090   'context' => '0',
33091   'tab_parent' => '',
33092   'tab_root' => 'user',
33093   'title' => 'User account',
33094   'title_callback' => 'user_menu_title',
33095   'title_arguments' => '',
33096   'theme_callback' => '',
33097   'theme_arguments' => 'a:0:{}',
33098   'type' => '6',
33099   'description' => '',
33100   'position' => '',
33101   'weight' => '-10',
33102   'include_file' => 'modules/user/user.pages.inc',
33103 ))
33104 ->values(array(
33105   'path' => 'user/%',
33106   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
33107   'to_arg_functions' => '',
33108   'access_callback' => 'user_view_access',
33109   'access_arguments' => 'a:1:{i:0;i:1;}',
33110   'page_callback' => 'user_view_page',
33111   'page_arguments' => 'a:1:{i:0;i:1;}',
33112   'delivery_callback' => '',
33113   'fit' => '2',
33114   'number_parts' => '2',
33115   'context' => '0',
33116   'tab_parent' => '',
33117   'tab_root' => 'user/%',
33118   'title' => 'My account',
33119   'title_callback' => 'user_page_title',
33120   'title_arguments' => 'a:1:{i:0;i:1;}',
33121   'theme_callback' => '',
33122   'theme_arguments' => 'a:0:{}',
33123   'type' => '6',
33124   'description' => '',
33125   'position' => '',
33126   'weight' => '0',
33127   'include_file' => '',
33128 ))
33129 ->values(array(
33130   'path' => 'user/%/cancel',
33131   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
33132   'to_arg_functions' => '',
33133   'access_callback' => 'user_cancel_access',
33134   'access_arguments' => 'a:1:{i:0;i:1;}',
33135   'page_callback' => 'drupal_get_form',
33136   'page_arguments' => 'a:2:{i:0;s:24:"user_cancel_confirm_form";i:1;i:1;}',
33137   'delivery_callback' => '',
33138   'fit' => '5',
33139   'number_parts' => '3',
33140   'context' => '0',
33141   'tab_parent' => '',
33142   'tab_root' => 'user/%/cancel',
33143   'title' => 'Cancel account',
33144   'title_callback' => 't',
33145   'title_arguments' => '',
33146   'theme_callback' => '',
33147   'theme_arguments' => 'a:0:{}',
33148   'type' => '6',
33149   'description' => '',
33150   'position' => '',
33151   'weight' => '0',
33152   'include_file' => 'modules/user/user.pages.inc',
33153 ))
33154 ->values(array(
33155   'path' => 'user/%/cancel/confirm/%/%',
33156   'load_functions' => 'a:3:{i:1;s:9:"user_load";i:4;N;i:5;N;}',
33157   'to_arg_functions' => '',
33158   'access_callback' => 'user_cancel_access',
33159   'access_arguments' => 'a:1:{i:0;i:1;}',
33160   'page_callback' => 'user_cancel_confirm',
33161   'page_arguments' => 'a:3:{i:0;i:1;i:1;i:4;i:2;i:5;}',
33162   'delivery_callback' => '',
33163   'fit' => '44',
33164   'number_parts' => '6',
33165   'context' => '0',
33166   'tab_parent' => '',
33167   'tab_root' => 'user/%/cancel/confirm/%/%',
33168   'title' => 'Confirm account cancellation',
33169   'title_callback' => 't',
33170   'title_arguments' => '',
33171   'theme_callback' => '',
33172   'theme_arguments' => 'a:0:{}',
33173   'type' => '6',
33174   'description' => '',
33175   'position' => '',
33176   'weight' => '0',
33177   'include_file' => 'modules/user/user.pages.inc',
33178 ))
33179 ->values(array(
33180   'path' => 'user/%/contact',
33181   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
33182   'to_arg_functions' => '',
33183   'access_callback' => '_contact_personal_tab_access',
33184   'access_arguments' => 'a:1:{i:0;i:1;}',
33185   'page_callback' => 'drupal_get_form',
33186   'page_arguments' => 'a:2:{i:0;s:21:"contact_personal_form";i:1;i:1;}',
33187   'delivery_callback' => '',
33188   'fit' => '5',
33189   'number_parts' => '3',
33190   'context' => '1',
33191   'tab_parent' => 'user/%',
33192   'tab_root' => 'user/%',
33193   'title' => 'Contact',
33194   'title_callback' => 't',
33195   'title_arguments' => '',
33196   'theme_callback' => '',
33197   'theme_arguments' => 'a:0:{}',
33198   'type' => '132',
33199   'description' => '',
33200   'position' => '',
33201   'weight' => '2',
33202   'include_file' => 'modules/contact/contact.pages.inc',
33203 ))
33204 ->values(array(
33205   'path' => 'user/%/edit',
33206   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
33207   'to_arg_functions' => '',
33208   'access_callback' => 'user_edit_access',
33209   'access_arguments' => 'a:1:{i:0;i:1;}',
33210   'page_callback' => 'drupal_get_form',
33211   'page_arguments' => 'a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}',
33212   'delivery_callback' => '',
33213   'fit' => '5',
33214   'number_parts' => '3',
33215   'context' => '1',
33216   'tab_parent' => 'user/%',
33217   'tab_root' => 'user/%',
33218   'title' => 'Edit',
33219   'title_callback' => 't',
33220   'title_arguments' => '',
33221   'theme_callback' => '',
33222   'theme_arguments' => 'a:0:{}',
33223   'type' => '132',
33224   'description' => '',
33225   'position' => '',
33226   'weight' => '0',
33227   'include_file' => 'modules/user/user.pages.inc',
33228 ))
33229 ->values(array(
33230   'path' => 'user/%/edit/account',
33231   '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";}}}',
33232   'to_arg_functions' => '',
33233   'access_callback' => 'user_edit_access',
33234   'access_arguments' => 'a:1:{i:0;i:1;}',
33235   'page_callback' => 'drupal_get_form',
33236   'page_arguments' => 'a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}',
33237   'delivery_callback' => '',
33238   'fit' => '11',
33239   'number_parts' => '4',
33240   'context' => '1',
33241   'tab_parent' => 'user/%/edit',
33242   'tab_root' => 'user/%',
33243   'title' => 'Account',
33244   'title_callback' => 't',
33245   'title_arguments' => '',
33246   'theme_callback' => '',
33247   'theme_arguments' => 'a:0:{}',
33248   'type' => '140',
33249   'description' => '',
33250   'position' => '',
33251   'weight' => '0',
33252   'include_file' => 'modules/user/user.pages.inc',
33253 ))
33254 ->values(array(
33255   'path' => 'user/%/shortcuts',
33256   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
33257   'to_arg_functions' => '',
33258   'access_callback' => 'shortcut_set_switch_access',
33259   'access_arguments' => 'a:1:{i:0;i:1;}',
33260   'page_callback' => 'drupal_get_form',
33261   'page_arguments' => 'a:2:{i:0;s:19:"shortcut_set_switch";i:1;i:1;}',
33262   'delivery_callback' => '',
33263   'fit' => '5',
33264   'number_parts' => '3',
33265   'context' => '1',
33266   'tab_parent' => 'user/%',
33267   'tab_root' => 'user/%',
33268   'title' => 'Shortcuts',
33269   'title_callback' => 't',
33270   'title_arguments' => '',
33271   'theme_callback' => '',
33272   'theme_arguments' => 'a:0:{}',
33273   'type' => '132',
33274   'description' => '',
33275   'position' => '',
33276   'weight' => '0',
33277   'include_file' => 'modules/shortcut/shortcut.admin.inc',
33278 ))
33279 ->values(array(
33280   'path' => 'user/%/track',
33281   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
33282   'to_arg_functions' => '',
33283   'access_callback' => '_tracker_user_access',
33284   'access_arguments' => 'a:1:{i:0;i:1;}',
33285   'page_callback' => 'tracker_page',
33286   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
33287   'delivery_callback' => '',
33288   'fit' => '5',
33289   'number_parts' => '3',
33290   'context' => '1',
33291   'tab_parent' => 'user/%',
33292   'tab_root' => 'user/%',
33293   'title' => 'Track',
33294   'title_callback' => 't',
33295   'title_arguments' => '',
33296   'theme_callback' => '',
33297   'theme_arguments' => 'a:0:{}',
33298   'type' => '132',
33299   'description' => '',
33300   'position' => '',
33301   'weight' => '0',
33302   'include_file' => 'modules/tracker/tracker.pages.inc',
33303 ))
33304 ->values(array(
33305   'path' => 'user/%/track/content',
33306   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
33307   'to_arg_functions' => '',
33308   'access_callback' => '_tracker_user_access',
33309   'access_arguments' => 'a:1:{i:0;i:1;}',
33310   'page_callback' => 'tracker_page',
33311   'page_arguments' => 'a:2:{i:0;i:1;i:1;b:1;}',
33312   'delivery_callback' => '',
33313   'fit' => '11',
33314   'number_parts' => '4',
33315   'context' => '1',
33316   'tab_parent' => 'user/%/track',
33317   'tab_root' => 'user/%',
33318   'title' => 'Track content',
33319   'title_callback' => 't',
33320   'title_arguments' => '',
33321   'theme_callback' => '',
33322   'theme_arguments' => 'a:0:{}',
33323   'type' => '140',
33324   'description' => '',
33325   'position' => '',
33326   'weight' => '0',
33327   'include_file' => 'modules/tracker/tracker.pages.inc',
33328 ))
33329 ->values(array(
33330   'path' => 'user/%/track/navigation',
33331   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
33332   'to_arg_functions' => '',
33333   'access_callback' => 'user_access',
33334   'access_arguments' => 'a:1:{i:0;s:17:"access statistics";}',
33335   'page_callback' => 'statistics_user_tracker',
33336   'page_arguments' => 'a:0:{}',
33337   'delivery_callback' => '',
33338   'fit' => '11',
33339   'number_parts' => '4',
33340   'context' => '1',
33341   'tab_parent' => 'user/%/track',
33342   'tab_root' => 'user/%',
33343   'title' => 'Track page visits',
33344   'title_callback' => 't',
33345   'title_arguments' => '',
33346   'theme_callback' => '',
33347   'theme_arguments' => 'a:0:{}',
33348   'type' => '132',
33349   'description' => '',
33350   'position' => '',
33351   'weight' => '2',
33352   'include_file' => 'modules/statistics/statistics.pages.inc',
33353 ))
33354 ->values(array(
33355   'path' => 'user/%/view',
33356   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
33357   'to_arg_functions' => '',
33358   'access_callback' => 'user_view_access',
33359   'access_arguments' => 'a:1:{i:0;i:1;}',
33360   'page_callback' => 'user_view_page',
33361   'page_arguments' => 'a:1:{i:0;i:1;}',
33362   'delivery_callback' => '',
33363   'fit' => '5',
33364   'number_parts' => '3',
33365   'context' => '1',
33366   'tab_parent' => 'user/%',
33367   'tab_root' => 'user/%',
33368   'title' => 'View',
33369   'title_callback' => 't',
33370   'title_arguments' => '',
33371   'theme_callback' => '',
33372   'theme_arguments' => 'a:0:{}',
33373   'type' => '140',
33374   'description' => '',
33375   'position' => '',
33376   'weight' => '-10',
33377   'include_file' => '',
33378 ))
33379 ->values(array(
33380   'path' => 'user/autocomplete',
33381   'load_functions' => '',
33382   'to_arg_functions' => '',
33383   'access_callback' => 'user_access',
33384   'access_arguments' => 'a:1:{i:0;s:20:"access user profiles";}',
33385   'page_callback' => 'user_autocomplete',
33386   'page_arguments' => 'a:0:{}',
33387   'delivery_callback' => '',
33388   'fit' => '3',
33389   'number_parts' => '2',
33390   'context' => '0',
33391   'tab_parent' => '',
33392   'tab_root' => 'user/autocomplete',
33393   'title' => 'User autocomplete',
33394   'title_callback' => 't',
33395   'title_arguments' => '',
33396   'theme_callback' => '',
33397   'theme_arguments' => 'a:0:{}',
33398   'type' => '0',
33399   'description' => '',
33400   'position' => '',
33401   'weight' => '0',
33402   'include_file' => 'modules/user/user.pages.inc',
33403 ))
33404 ->values(array(
33405   'path' => 'user/login',
33406   'load_functions' => '',
33407   'to_arg_functions' => '',
33408   'access_callback' => 'user_is_anonymous',
33409   'access_arguments' => 'a:0:{}',
33410   'page_callback' => 'user_page',
33411   'page_arguments' => 'a:0:{}',
33412   'delivery_callback' => '',
33413   'fit' => '3',
33414   'number_parts' => '2',
33415   'context' => '1',
33416   'tab_parent' => 'user',
33417   'tab_root' => 'user',
33418   'title' => 'Log in',
33419   'title_callback' => 't',
33420   'title_arguments' => '',
33421   'theme_callback' => '',
33422   'theme_arguments' => 'a:0:{}',
33423   'type' => '140',
33424   'description' => '',
33425   'position' => '',
33426   'weight' => '0',
33427   'include_file' => 'modules/user/user.pages.inc',
33428 ))
33429 ->values(array(
33430   'path' => 'user/logout',
33431   'load_functions' => '',
33432   'to_arg_functions' => '',
33433   'access_callback' => 'user_is_logged_in',
33434   'access_arguments' => 'a:0:{}',
33435   'page_callback' => 'user_logout',
33436   'page_arguments' => 'a:0:{}',
33437   'delivery_callback' => '',
33438   'fit' => '3',
33439   'number_parts' => '2',
33440   'context' => '0',
33441   'tab_parent' => '',
33442   'tab_root' => 'user/logout',
33443   'title' => 'Log out',
33444   'title_callback' => 't',
33445   'title_arguments' => '',
33446   'theme_callback' => '',
33447   'theme_arguments' => 'a:0:{}',
33448   'type' => '6',
33449   'description' => '',
33450   'position' => '',
33451   'weight' => '10',
33452   'include_file' => 'modules/user/user.pages.inc',
33453 ))
33454 ->values(array(
33455   'path' => 'user/password',
33456   'load_functions' => '',
33457   'to_arg_functions' => '',
33458   'access_callback' => '1',
33459   'access_arguments' => 'a:0:{}',
33460   'page_callback' => 'drupal_get_form',
33461   'page_arguments' => 'a:1:{i:0;s:9:"user_pass";}',
33462   'delivery_callback' => '',
33463   'fit' => '3',
33464   'number_parts' => '2',
33465   'context' => '1',
33466   'tab_parent' => 'user',
33467   'tab_root' => 'user',
33468   'title' => 'Request new password',
33469   'title_callback' => 't',
33470   'title_arguments' => '',
33471   'theme_callback' => '',
33472   'theme_arguments' => 'a:0:{}',
33473   'type' => '132',
33474   'description' => '',
33475   'position' => '',
33476   'weight' => '0',
33477   'include_file' => 'modules/user/user.pages.inc',
33478 ))
33479 ->values(array(
33480   'path' => 'user/register',
33481   'load_functions' => '',
33482   'to_arg_functions' => '',
33483   'access_callback' => 'user_register_access',
33484   'access_arguments' => 'a:0:{}',
33485   'page_callback' => 'drupal_get_form',
33486   'page_arguments' => 'a:1:{i:0;s:18:"user_register_form";}',
33487   'delivery_callback' => '',
33488   'fit' => '3',
33489   'number_parts' => '2',
33490   'context' => '1',
33491   'tab_parent' => 'user',
33492   'tab_root' => 'user',
33493   'title' => 'Create new account',
33494   'title_callback' => 't',
33495   'title_arguments' => '',
33496   'theme_callback' => '',
33497   'theme_arguments' => 'a:0:{}',
33498   'type' => '132',
33499   'description' => '',
33500   'position' => '',
33501   'weight' => '0',
33502   'include_file' => '',
33503 ))
33504 ->values(array(
33505   'path' => 'user/reset/%/%/%',
33506   'load_functions' => 'a:3:{i:2;N;i:3;N;i:4;N;}',
33507   'to_arg_functions' => '',
33508   'access_callback' => '1',
33509   'access_arguments' => 'a:0:{}',
33510   'page_callback' => 'drupal_get_form',
33511   'page_arguments' => 'a:4:{i:0;s:15:"user_pass_reset";i:1;i:2;i:2;i:3;i:3;i:4;}',
33512   'delivery_callback' => '',
33513   'fit' => '24',
33514   'number_parts' => '5',
33515   'context' => '0',
33516   'tab_parent' => '',
33517   'tab_root' => 'user/reset/%/%/%',
33518   'title' => 'Reset password',
33519   'title_callback' => 't',
33520   'title_arguments' => '',
33521   'theme_callback' => '',
33522   'theme_arguments' => 'a:0:{}',
33523   'type' => '0',
33524   'description' => '',
33525   'position' => '',
33526   'weight' => '0',
33527   'include_file' => 'modules/user/user.pages.inc',
33528 ))
33529 ->execute();
33530
33531 $connection->schema()->createTable('node', array(
33532   'fields' => array(
33533     'nid' => array(
33534       'type' => 'serial',
33535       'not null' => TRUE,
33536       'size' => 'normal',
33537       'unsigned' => TRUE,
33538     ),
33539     'vid' => array(
33540       'type' => 'int',
33541       'not null' => FALSE,
33542       'size' => 'normal',
33543       'unsigned' => TRUE,
33544     ),
33545     'type' => array(
33546       'type' => 'varchar',
33547       'not null' => TRUE,
33548       'length' => '32',
33549       'default' => '',
33550     ),
33551     'language' => array(
33552       'type' => 'varchar',
33553       'not null' => TRUE,
33554       'length' => '12',
33555       'default' => '',
33556     ),
33557     'title' => array(
33558       'type' => 'varchar',
33559       'not null' => TRUE,
33560       'length' => '255',
33561       'default' => '',
33562     ),
33563     'uid' => array(
33564       'type' => 'int',
33565       'not null' => TRUE,
33566       'size' => 'normal',
33567       'default' => '0',
33568     ),
33569     'status' => array(
33570       'type' => 'int',
33571       'not null' => TRUE,
33572       'size' => 'normal',
33573       'default' => '1',
33574     ),
33575     'created' => array(
33576       'type' => 'int',
33577       'not null' => TRUE,
33578       'size' => 'normal',
33579       'default' => '0',
33580     ),
33581     'changed' => array(
33582       'type' => 'int',
33583       'not null' => TRUE,
33584       'size' => 'normal',
33585       'default' => '0',
33586     ),
33587     'comment' => array(
33588       'type' => 'int',
33589       'not null' => TRUE,
33590       'size' => 'normal',
33591       'default' => '0',
33592     ),
33593     'promote' => array(
33594       'type' => 'int',
33595       'not null' => TRUE,
33596       'size' => 'normal',
33597       'default' => '0',
33598     ),
33599     'sticky' => array(
33600       'type' => 'int',
33601       'not null' => TRUE,
33602       'size' => 'normal',
33603       'default' => '0',
33604     ),
33605     'tnid' => array(
33606       'type' => 'int',
33607       'not null' => TRUE,
33608       'size' => 'normal',
33609       'default' => '0',
33610       'unsigned' => TRUE,
33611     ),
33612     'translate' => array(
33613       'type' => 'int',
33614       'not null' => TRUE,
33615       'size' => 'normal',
33616       'default' => '0',
33617     ),
33618   ),
33619   'primary key' => array(
33620     'nid',
33621   ),
33622   'mysql_character_set' => 'utf8',
33623 ));
33624
33625 $connection->insert('node')
33626 ->fields(array(
33627   'nid',
33628   'vid',
33629   'type',
33630   'language',
33631   'title',
33632   'uid',
33633   'status',
33634   'created',
33635   'changed',
33636   'comment',
33637   'promote',
33638   'sticky',
33639   'tnid',
33640   'translate',
33641 ))
33642 ->values(array(
33643   'nid' => '1',
33644   'vid' => '1',
33645   'type' => 'test_content_type',
33646   'language' => 'en',
33647   'title' => 'A Node',
33648   'uid' => '2',
33649   'status' => '1',
33650   'created' => '1421727515',
33651   'changed' => '1441032132',
33652   'comment' => '2',
33653   'promote' => '1',
33654   'sticky' => '0',
33655   'tnid' => '0',
33656   'translate' => '0',
33657 ))
33658 ->values(array(
33659   'nid' => '2',
33660   'vid' => '2',
33661   'type' => 'article',
33662   'language' => 'en',
33663   'title' => 'The thing about Deep Space 9',
33664   'uid' => '2',
33665   'status' => '1',
33666   'created' => '1441306772',
33667   'changed' => '1441306832',
33668   'comment' => '2',
33669   'promote' => '1',
33670   'sticky' => '0',
33671   'tnid' => '2',
33672   'translate' => '0',
33673 ))
33674 ->values(array(
33675   'nid' => '3',
33676   'vid' => '3',
33677   'type' => 'article',
33678   'language' => 'is',
33679   'title' => 'is - The thing about Deep Space 9',
33680   'uid' => '1',
33681   'status' => '1',
33682   'created' => '1471428152',
33683   'changed' => '1471428152',
33684   'comment' => '2',
33685   'promote' => '1',
33686   'sticky' => '0',
33687   'tnid' => '2',
33688   'translate' => '0',
33689 ))
33690 ->values(array(
33691   'nid' => '4',
33692   'vid' => '4',
33693   'type' => 'article',
33694   'language' => 'is',
33695   'title' => 'is - The thing about Firefly',
33696   'uid' => '1',
33697   'status' => '1',
33698   'created' => '1478755274',
33699   'changed' => '1478755274',
33700   'comment' => '1',
33701   'promote' => '1',
33702   'sticky' => '0',
33703   'tnid' => '4',
33704   'translate' => '0',
33705 ))
33706 ->values(array(
33707   'nid' => '5',
33708   'vid' => '5',
33709   'type' => 'article',
33710   'language' => 'en',
33711   'title' => 'en - The thing about Firefly',
33712   'uid' => '1',
33713   'status' => '1',
33714   'created' => '1478755314',
33715   'changed' => '1478755314',
33716   'comment' => '1',
33717   'promote' => '1',
33718   'sticky' => '0',
33719   'tnid' => '4',
33720   'translate' => '0',
33721 ))
33722 ->values(array(
33723   'nid' => '6',
33724   'vid' => '6',
33725   'type' => 'forum',
33726   'language' => 'en',
33727   'title' => 'Comments are closed :-(',
33728   'uid' => '1',
33729   'status' => '1',
33730   'created' => '1504715414',
33731   'changed' => '1504715414',
33732   'comment' => '1',
33733   'promote' => '0',
33734   'sticky' => '0',
33735   'tnid' => '0',
33736   'translate' => '0',
33737 ))
33738 ->values(array(
33739   'nid' => '7',
33740   'vid' => '7',
33741   'type' => 'forum',
33742   'language' => 'en',
33743   'title' => 'Comments are open :-)',
33744   'uid' => '1',
33745   'status' => '1',
33746   'created' => '1504715432',
33747   'changed' => '1504715432',
33748   'comment' => '2',
33749   'promote' => '0',
33750   'sticky' => '0',
33751   'tnid' => '0',
33752   'translate' => '0',
33753 ))
33754 ->execute();
33755
33756 $connection->schema()->createTable('node_access', array(
33757   'fields' => array(
33758     'nid' => array(
33759       'type' => 'int',
33760       'not null' => TRUE,
33761       'size' => 'normal',
33762       'default' => '0',
33763       'unsigned' => TRUE,
33764     ),
33765     'gid' => array(
33766       'type' => 'int',
33767       'not null' => TRUE,
33768       'size' => 'normal',
33769       'default' => '0',
33770       'unsigned' => TRUE,
33771     ),
33772     'realm' => array(
33773       'type' => 'varchar',
33774       'not null' => TRUE,
33775       'length' => '255',
33776       'default' => '',
33777     ),
33778     'grant_view' => array(
33779       'type' => 'int',
33780       'not null' => TRUE,
33781       'size' => 'normal',
33782       'default' => '0',
33783       'unsigned' => TRUE,
33784     ),
33785     'grant_update' => array(
33786       'type' => 'int',
33787       'not null' => TRUE,
33788       'size' => 'normal',
33789       'default' => '0',
33790       'unsigned' => TRUE,
33791     ),
33792     'grant_delete' => array(
33793       'type' => 'int',
33794       'not null' => TRUE,
33795       'size' => 'normal',
33796       'default' => '0',
33797       'unsigned' => TRUE,
33798     ),
33799   ),
33800   'primary key' => array(
33801     'nid',
33802     'gid',
33803     'realm',
33804   ),
33805   'mysql_character_set' => 'utf8',
33806 ));
33807
33808 $connection->insert('node_access')
33809 ->fields(array(
33810   'nid',
33811   'gid',
33812   'realm',
33813   'grant_view',
33814   'grant_update',
33815   'grant_delete',
33816 ))
33817 ->values(array(
33818   'nid' => '0',
33819   'gid' => '0',
33820   'realm' => 'all',
33821   'grant_view' => '1',
33822   'grant_update' => '0',
33823   'grant_delete' => '0',
33824 ))
33825 ->execute();
33826
33827 $connection->schema()->createTable('node_comment_statistics', array(
33828   'fields' => array(
33829     'nid' => array(
33830       'type' => 'int',
33831       'not null' => TRUE,
33832       'size' => 'normal',
33833       'default' => '0',
33834       'unsigned' => TRUE,
33835     ),
33836     'cid' => array(
33837       'type' => 'int',
33838       'not null' => TRUE,
33839       'size' => 'normal',
33840       'default' => '0',
33841     ),
33842     'last_comment_timestamp' => array(
33843       'type' => 'int',
33844       'not null' => TRUE,
33845       'size' => 'normal',
33846       'default' => '0',
33847     ),
33848     'last_comment_name' => array(
33849       'type' => 'varchar',
33850       'not null' => FALSE,
33851       'length' => '60',
33852     ),
33853     'last_comment_uid' => array(
33854       'type' => 'int',
33855       'not null' => TRUE,
33856       'size' => 'normal',
33857       'default' => '0',
33858     ),
33859     'comment_count' => array(
33860       'type' => 'int',
33861       'not null' => TRUE,
33862       'size' => 'normal',
33863       'default' => '0',
33864       'unsigned' => TRUE,
33865     ),
33866   ),
33867   'primary key' => array(
33868     'nid',
33869   ),
33870   'mysql_character_set' => 'utf8',
33871 ));
33872
33873 $connection->insert('node_comment_statistics')
33874 ->fields(array(
33875   'nid',
33876   'cid',
33877   'last_comment_timestamp',
33878   'last_comment_name',
33879   'last_comment_uid',
33880   'comment_count',
33881 ))
33882 ->values(array(
33883   'nid' => '1',
33884   'cid' => '1',
33885   'last_comment_timestamp' => '1421727536',
33886   'last_comment_name' => '',
33887   'last_comment_uid' => '1',
33888   'comment_count' => '1',
33889 ))
33890 ->values(array(
33891   'nid' => '3',
33892   'cid' => '0',
33893   'last_comment_timestamp' => '1471428152',
33894   'last_comment_name' => NULL,
33895   'last_comment_uid' => '1',
33896   'comment_count' => '0',
33897 ))
33898 ->values(array(
33899   'nid' => '4',
33900   'cid' => '0',
33901   'last_comment_timestamp' => '1478755274',
33902   'last_comment_name' => NULL,
33903   'last_comment_uid' => '1',
33904   'comment_count' => '0',
33905 ))
33906 ->values(array(
33907   'nid' => '5',
33908   'cid' => '0',
33909   'last_comment_timestamp' => '1478755314',
33910   'last_comment_name' => NULL,
33911   'last_comment_uid' => '1',
33912   'comment_count' => '0',
33913 ))
33914 ->values(array(
33915   'nid' => '6',
33916   'cid' => '0',
33917   'last_comment_timestamp' => '1504715414',
33918   'last_comment_name' => NULL,
33919   'last_comment_uid' => '1',
33920   'comment_count' => '0',
33921 ))
33922 ->values(array(
33923   'nid' => '7',
33924   'cid' => '0',
33925   'last_comment_timestamp' => '1504715432',
33926   'last_comment_name' => NULL,
33927   'last_comment_uid' => '1',
33928   'comment_count' => '0',
33929 ))
33930 ->execute();
33931
33932 $connection->schema()->createTable('node_counter', array(
33933   'fields' => array(
33934     'nid' => array(
33935       'type' => 'int',
33936       'not null' => TRUE,
33937       'size' => 'normal',
33938       'default' => '0',
33939     ),
33940     'totalcount' => array(
33941       'type' => 'int',
33942       'not null' => TRUE,
33943       'size' => 'normal',
33944       'default' => '0',
33945       'unsigned' => TRUE,
33946     ),
33947     'daycount' => array(
33948       'type' => 'int',
33949       'not null' => TRUE,
33950       'size' => 'normal',
33951       'default' => '0',
33952       'unsigned' => TRUE,
33953     ),
33954     'timestamp' => array(
33955       'type' => 'int',
33956       'not null' => TRUE,
33957       'size' => 'normal',
33958       'default' => '0',
33959       'unsigned' => TRUE,
33960     ),
33961   ),
33962   'primary key' => array(
33963     'nid',
33964   ),
33965   'mysql_character_set' => 'utf8',
33966 ));
33967
33968 $connection->insert('node_counter')
33969 ->fields(array(
33970   'nid',
33971   'totalcount',
33972   'daycount',
33973   'timestamp',
33974 ))
33975 ->values(array(
33976   'nid' => '1',
33977   'totalcount' => '2',
33978   'daycount' => '0',
33979   'timestamp' => '1421727536',
33980 ))
33981 ->values(array(
33982   'nid' => '2',
33983   'totalcount' => '1',
33984   'daycount' => '0',
33985   'timestamp' => '1471428059',
33986 ))
33987 ->values(array(
33988   'nid' => '3',
33989   'totalcount' => '1',
33990   'daycount' => '0',
33991   'timestamp' => '1471428153',
33992 ))
33993 ->values(array(
33994   'nid' => '4',
33995   'totalcount' => '1',
33996   'daycount' => '1',
33997   'timestamp' => '1478755275',
33998 ))
33999 ->values(array(
34000   'nid' => '5',
34001   'totalcount' => '1',
34002   'daycount' => '1',
34003   'timestamp' => '1478755314',
34004 ))
34005 ->values(array(
34006   'nid' => '6',
34007   'totalcount' => '2',
34008   'daycount' => '2',
34009   'timestamp' => '1504715439',
34010 ))
34011 ->values(array(
34012   'nid' => '7',
34013   'totalcount' => '2',
34014   'daycount' => '2',
34015   'timestamp' => '1504715438',
34016 ))
34017 ->execute();
34018
34019 $connection->schema()->createTable('node_revision', array(
34020   'fields' => array(
34021     'nid' => array(
34022       'type' => 'int',
34023       'not null' => TRUE,
34024       'size' => 'normal',
34025       'default' => '0',
34026       'unsigned' => TRUE,
34027     ),
34028     'vid' => array(
34029       'type' => 'serial',
34030       'not null' => TRUE,
34031       'size' => 'normal',
34032       'unsigned' => TRUE,
34033     ),
34034     'uid' => array(
34035       'type' => 'int',
34036       'not null' => TRUE,
34037       'size' => 'normal',
34038       'default' => '0',
34039     ),
34040     'title' => array(
34041       'type' => 'varchar',
34042       'not null' => TRUE,
34043       'length' => '255',
34044       'default' => '',
34045     ),
34046     'log' => array(
34047       'type' => 'text',
34048       'not null' => TRUE,
34049       'size' => 'normal',
34050     ),
34051     'timestamp' => array(
34052       'type' => 'int',
34053       'not null' => TRUE,
34054       'size' => 'normal',
34055       'default' => '0',
34056     ),
34057     'status' => array(
34058       'type' => 'int',
34059       'not null' => TRUE,
34060       'size' => 'normal',
34061       'default' => '1',
34062     ),
34063     'comment' => array(
34064       'type' => 'int',
34065       'not null' => TRUE,
34066       'size' => 'normal',
34067       'default' => '0',
34068     ),
34069     'promote' => array(
34070       'type' => 'int',
34071       'not null' => TRUE,
34072       'size' => 'normal',
34073       'default' => '0',
34074     ),
34075     'sticky' => array(
34076       'type' => 'int',
34077       'not null' => TRUE,
34078       'size' => 'normal',
34079       'default' => '0',
34080     ),
34081   ),
34082   'primary key' => array(
34083     'vid',
34084   ),
34085   'mysql_character_set' => 'utf8',
34086 ));
34087
34088 $connection->insert('node_revision')
34089 ->fields(array(
34090   'nid',
34091   'vid',
34092   'uid',
34093   'title',
34094   'log',
34095   'timestamp',
34096   'status',
34097   'comment',
34098   'promote',
34099   'sticky',
34100 ))
34101 ->values(array(
34102   'nid' => '1',
34103   'vid' => '1',
34104   'uid' => '1',
34105   'title' => 'A Node',
34106   'log' => '',
34107   'timestamp' => '1441032132',
34108   'status' => '1',
34109   'comment' => '2',
34110   'promote' => '1',
34111   'sticky' => '0',
34112 ))
34113 ->values(array(
34114   'nid' => '2',
34115   'vid' => '2',
34116   'uid' => '1',
34117   'title' => 'The thing about Deep Space 9',
34118   'log' => '',
34119   'timestamp' => '1441306832',
34120   'status' => '1',
34121   'comment' => '2',
34122   'promote' => '1',
34123   'sticky' => '0',
34124 ))
34125 ->values(array(
34126   'nid' => '3',
34127   'vid' => '3',
34128   'uid' => '1',
34129   'title' => 'is - The thing about Deep Space 9',
34130   'log' => '',
34131   'timestamp' => '1471428152',
34132   'status' => '1',
34133   'comment' => '2',
34134   'promote' => '1',
34135   'sticky' => '0',
34136 ))
34137 ->values(array(
34138   'nid' => '4',
34139   'vid' => '4',
34140   'uid' => '1',
34141   'title' => 'is - The thing about Firefly',
34142   'log' => '',
34143   'timestamp' => '1478755274',
34144   'status' => '1',
34145   'comment' => '1',
34146   'promote' => '1',
34147   'sticky' => '0',
34148 ))
34149 ->values(array(
34150   'nid' => '5',
34151   'vid' => '5',
34152   'uid' => '1',
34153   'title' => 'en - The thing about Firefly',
34154   'log' => '',
34155   'timestamp' => '1478755314',
34156   'status' => '1',
34157   'comment' => '1',
34158   'promote' => '1',
34159   'sticky' => '0',
34160 ))
34161 ->values(array(
34162   'nid' => '6',
34163   'vid' => '6',
34164   'uid' => '1',
34165   'title' => 'Comments are closed :-(',
34166   'log' => '',
34167   'timestamp' => '1504715414',
34168   'status' => '1',
34169   'comment' => '1',
34170   'promote' => '0',
34171   'sticky' => '0',
34172 ))
34173 ->values(array(
34174   'nid' => '7',
34175   'vid' => '7',
34176   'uid' => '1',
34177   'title' => 'Comments are open :-)',
34178   'log' => '',
34179   'timestamp' => '1504715432',
34180   'status' => '1',
34181   'comment' => '2',
34182   'promote' => '0',
34183   'sticky' => '0',
34184 ))
34185 ->execute();
34186
34187 $connection->schema()->createTable('node_type', array(
34188   'fields' => array(
34189     'type' => array(
34190       'type' => 'varchar',
34191       'not null' => TRUE,
34192       'length' => '32',
34193     ),
34194     'name' => array(
34195       'type' => 'varchar',
34196       'not null' => TRUE,
34197       'length' => '255',
34198       'default' => '',
34199     ),
34200     'base' => array(
34201       'type' => 'varchar',
34202       'not null' => TRUE,
34203       'length' => '255',
34204     ),
34205     'module' => array(
34206       'type' => 'varchar',
34207       'not null' => TRUE,
34208       'length' => '255',
34209     ),
34210     'description' => array(
34211       'type' => 'text',
34212       'not null' => TRUE,
34213       'size' => 'normal',
34214     ),
34215     'help' => array(
34216       'type' => 'text',
34217       'not null' => TRUE,
34218       'size' => 'normal',
34219     ),
34220     'has_title' => array(
34221       'type' => 'int',
34222       'not null' => TRUE,
34223       'size' => 'normal',
34224       'unsigned' => TRUE,
34225     ),
34226     'title_label' => array(
34227       'type' => 'varchar',
34228       'not null' => TRUE,
34229       'length' => '255',
34230       'default' => '',
34231     ),
34232     'custom' => array(
34233       'type' => 'int',
34234       'not null' => TRUE,
34235       'size' => 'normal',
34236       'default' => '0',
34237     ),
34238     'modified' => array(
34239       'type' => 'int',
34240       'not null' => TRUE,
34241       'size' => 'normal',
34242       'default' => '0',
34243     ),
34244     'locked' => array(
34245       'type' => 'int',
34246       'not null' => TRUE,
34247       'size' => 'normal',
34248       'default' => '0',
34249     ),
34250     'disabled' => array(
34251       'type' => 'int',
34252       'not null' => TRUE,
34253       'size' => 'normal',
34254       'default' => '0',
34255     ),
34256     'orig_type' => array(
34257       'type' => 'varchar',
34258       'not null' => TRUE,
34259       'length' => '255',
34260       'default' => '',
34261     ),
34262   ),
34263   'primary key' => array(
34264     'type',
34265   ),
34266   'mysql_character_set' => 'utf8',
34267 ));
34268
34269 $connection->insert('node_type')
34270 ->fields(array(
34271   'type',
34272   'name',
34273   'base',
34274   'module',
34275   'description',
34276   'help',
34277   'has_title',
34278   'title_label',
34279   'custom',
34280   'modified',
34281   'locked',
34282   'disabled',
34283   'orig_type',
34284 ))
34285 ->values(array(
34286   'type' => 'article',
34287   'name' => 'Article',
34288   'base' => 'node_content',
34289   'module' => 'node',
34290   'description' => 'Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.',
34291   'help' => 'Help text for articles',
34292   'has_title' => '1',
34293   'title_label' => 'Title',
34294   'custom' => '1',
34295   'modified' => '1',
34296   'locked' => '0',
34297   'disabled' => '0',
34298   'orig_type' => 'article',
34299 ))
34300 ->values(array(
34301   'type' => 'blog',
34302   'name' => 'Blog entry',
34303   'base' => 'blog',
34304   'module' => 'blog',
34305   'description' => 'Use for multi-user blogs. Every user gets a personal blog.',
34306   'help' => 'Blog away, good sir!',
34307   'has_title' => '1',
34308   'title_label' => 'Title',
34309   'custom' => '0',
34310   'modified' => '1',
34311   'locked' => '1',
34312   'disabled' => '0',
34313   'orig_type' => 'blog',
34314 ))
34315 ->values(array(
34316   'type' => 'book',
34317   'name' => 'Book page',
34318   'base' => 'node_content',
34319   'module' => 'node',
34320   'description' => '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.',
34321   'help' => '',
34322   'has_title' => '1',
34323   'title_label' => 'Title',
34324   'custom' => '1',
34325   'modified' => '1',
34326   'locked' => '0',
34327   'disabled' => '0',
34328   'orig_type' => 'book',
34329 ))
34330 ->values(array(
34331   'type' => 'forum',
34332   'name' => 'Forum topic',
34333   'base' => 'forum',
34334   'module' => 'forum',
34335   'description' => 'A <em>forum topic</em> starts a new discussion thread within a forum.',
34336   'help' => 'No name-calling, no flame wars. Be nice.',
34337   'has_title' => '1',
34338   'title_label' => 'Subject',
34339   'custom' => '0',
34340   'modified' => '1',
34341   'locked' => '1',
34342   'disabled' => '0',
34343   'orig_type' => 'forum',
34344 ))
34345 ->values(array(
34346   'type' => 'page',
34347   'name' => 'Basic page',
34348   'base' => 'node_content',
34349   'module' => 'node',
34350   'description' => "Use <em>basic pages</em> for your static content, such as an 'About us' page.",
34351   'help' => 'Help text for basic pages',
34352   'has_title' => '1',
34353   'title_label' => 'Title',
34354   'custom' => '1',
34355   'modified' => '1',
34356   'locked' => '0',
34357   'disabled' => '0',
34358   'orig_type' => 'page',
34359 ))
34360 ->values(array(
34361   'type' => 'test_content_type',
34362   'name' => 'Test content type',
34363   'base' => 'node_content',
34364   'module' => 'node',
34365   'description' => 'This is the description of the test content type.',
34366   'help' => 'Help text for test content type',
34367   'has_title' => '1',
34368   'title_label' => 'Title',
34369   'custom' => '1',
34370   'modified' => '1',
34371   'locked' => '0',
34372   'disabled' => '0',
34373   'orig_type' => 'test_content_type',
34374 ))
34375 ->execute();
34376
34377 $connection->schema()->createTable('queue', array(
34378   'fields' => array(
34379     'item_id' => array(
34380       'type' => 'serial',
34381       'not null' => TRUE,
34382       'size' => 'normal',
34383       'unsigned' => TRUE,
34384     ),
34385     'name' => array(
34386       'type' => 'varchar',
34387       'not null' => TRUE,
34388       'length' => '255',
34389       'default' => '',
34390     ),
34391     'data' => array(
34392       'type' => 'blob',
34393       'not null' => FALSE,
34394       'size' => 'normal',
34395     ),
34396     'expire' => array(
34397       'type' => 'int',
34398       'not null' => TRUE,
34399       'size' => 'normal',
34400       'default' => '0',
34401     ),
34402     'created' => array(
34403       'type' => 'int',
34404       'not null' => TRUE,
34405       'size' => 'normal',
34406       'default' => '0',
34407     ),
34408   ),
34409   'primary key' => array(
34410     'item_id',
34411   ),
34412   'mysql_character_set' => 'utf8',
34413 ));
34414
34415 $connection->schema()->createTable('rdf_mapping', array(
34416   'fields' => array(
34417     'type' => array(
34418       'type' => 'varchar',
34419       'not null' => TRUE,
34420       'length' => '128',
34421     ),
34422     'bundle' => array(
34423       'type' => 'varchar',
34424       'not null' => TRUE,
34425       'length' => '128',
34426     ),
34427     'mapping' => array(
34428       'type' => 'blob',
34429       'not null' => FALSE,
34430       'size' => 'normal',
34431     ),
34432   ),
34433   'primary key' => array(
34434     'type',
34435     'bundle',
34436   ),
34437   'mysql_character_set' => 'utf8',
34438 ));
34439
34440 $connection->insert('rdf_mapping')
34441 ->fields(array(
34442   'type',
34443   'bundle',
34444   'mapping',
34445 ))
34446 ->values(array(
34447   'type' => 'node',
34448   'bundle' => 'article',
34449   '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";}}',
34450 ))
34451 ->values(array(
34452   'type' => 'node',
34453   'bundle' => 'blog',
34454   '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";}}',
34455 ))
34456 ->values(array(
34457   'type' => 'node',
34458   'bundle' => 'forum',
34459   '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";}}',
34460 ))
34461 ->values(array(
34462   'type' => 'taxonomy_term',
34463   'bundle' => 'forums',
34464   '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";}}',
34465 ))
34466 ->values(array(
34467   'type' => 'node',
34468   'bundle' => 'page',
34469   '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";}}',
34470 ))
34471 ->execute();
34472
34473 $connection->schema()->createTable('registry', array(
34474   'fields' => array(
34475     'name' => array(
34476       'type' => 'varchar',
34477       'not null' => TRUE,
34478       'length' => '255',
34479       'default' => '',
34480     ),
34481     'type' => array(
34482       'type' => 'varchar',
34483       'not null' => TRUE,
34484       'length' => '9',
34485       'default' => '',
34486     ),
34487     'filename' => array(
34488       'type' => 'varchar',
34489       'not null' => TRUE,
34490       'length' => '255',
34491     ),
34492     'module' => array(
34493       'type' => 'varchar',
34494       'not null' => TRUE,
34495       'length' => '255',
34496       'default' => '',
34497     ),
34498     'weight' => array(
34499       'type' => 'int',
34500       'not null' => TRUE,
34501       'size' => 'normal',
34502       'default' => '0',
34503     ),
34504   ),
34505   'primary key' => array(
34506     'name',
34507     'type',
34508   ),
34509   'mysql_character_set' => 'utf8',
34510 ));
34511
34512 $connection->insert('registry')
34513 ->fields(array(
34514   'name',
34515   'type',
34516   'filename',
34517   'module',
34518   'weight',
34519 ))
34520 ->values(array(
34521   'name' => 'AccessDeniedTestCase',
34522   'type' => 'class',
34523   'filename' => 'modules/system/system.test',
34524   'module' => 'system',
34525   'weight' => '0',
34526 ))
34527 ->values(array(
34528   'name' => 'ActionLoopTestCase',
34529   'type' => 'class',
34530   'filename' => 'modules/simpletest/tests/actions.test',
34531   'module' => 'simpletest',
34532   'weight' => '0',
34533 ))
34534 ->values(array(
34535   'name' => 'ActionsConfigurationTestCase',
34536   'type' => 'class',
34537   'filename' => 'modules/simpletest/tests/actions.test',
34538   'module' => 'simpletest',
34539   'weight' => '0',
34540 ))
34541 ->values(array(
34542   'name' => 'AddFeedTestCase',
34543   'type' => 'class',
34544   'filename' => 'modules/aggregator/aggregator.test',
34545   'module' => 'aggregator',
34546   'weight' => '0',
34547 ))
34548 ->values(array(
34549   'name' => 'AdminMetaTagTestCase',
34550   'type' => 'class',
34551   'filename' => 'modules/system/system.test',
34552   'module' => 'system',
34553   'weight' => '0',
34554 ))
34555 ->values(array(
34556   'name' => 'AggregatorConfigurationTestCase',
34557   'type' => 'class',
34558   'filename' => 'modules/aggregator/aggregator.test',
34559   'module' => 'aggregator',
34560   'weight' => '0',
34561 ))
34562 ->values(array(
34563   'name' => 'AggregatorCronTestCase',
34564   'type' => 'class',
34565   'filename' => 'modules/aggregator/aggregator.test',
34566   'module' => 'aggregator',
34567   'weight' => '0',
34568 ))
34569 ->values(array(
34570   'name' => 'AggregatorRenderingTestCase',
34571   'type' => 'class',
34572   'filename' => 'modules/aggregator/aggregator.test',
34573   'module' => 'aggregator',
34574   'weight' => '0',
34575 ))
34576 ->values(array(
34577   'name' => 'AggregatorTestCase',
34578   'type' => 'class',
34579   'filename' => 'modules/aggregator/aggregator.test',
34580   'module' => 'aggregator',
34581   'weight' => '0',
34582 ))
34583 ->values(array(
34584   'name' => 'AggregatorUpdatePathTestCase',
34585   'type' => 'class',
34586   'filename' => 'modules/simpletest/tests/upgrade/update.aggregator.test',
34587   'module' => 'simpletest',
34588   'weight' => '0',
34589 ))
34590 ->values(array(
34591   'name' => 'AJAXCommandsTestCase',
34592   'type' => 'class',
34593   'filename' => 'modules/simpletest/tests/ajax.test',
34594   'module' => 'simpletest',
34595   'weight' => '0',
34596 ))
34597 ->values(array(
34598   'name' => 'AJAXElementValidation',
34599   'type' => 'class',
34600   'filename' => 'modules/simpletest/tests/ajax.test',
34601   'module' => 'simpletest',
34602   'weight' => '0',
34603 ))
34604 ->values(array(
34605   'name' => 'AJAXFormPageCacheTestCase',
34606   'type' => 'class',
34607   'filename' => 'modules/simpletest/tests/ajax.test',
34608   'module' => 'simpletest',
34609   'weight' => '0',
34610 ))
34611 ->values(array(
34612   'name' => 'AJAXFormValuesTestCase',
34613   'type' => 'class',
34614   'filename' => 'modules/simpletest/tests/ajax.test',
34615   'module' => 'simpletest',
34616   'weight' => '0',
34617 ))
34618 ->values(array(
34619   'name' => 'AJAXFrameworkTestCase',
34620   'type' => 'class',
34621   'filename' => 'modules/simpletest/tests/ajax.test',
34622   'module' => 'simpletest',
34623   'weight' => '0',
34624 ))
34625 ->values(array(
34626   'name' => 'AJAXMultiFormTestCase',
34627   'type' => 'class',
34628   'filename' => 'modules/simpletest/tests/ajax.test',
34629   'module' => 'simpletest',
34630   'weight' => '0',
34631 ))
34632 ->values(array(
34633   'name' => 'AJAXTestCase',
34634   'type' => 'class',
34635   'filename' => 'modules/simpletest/tests/ajax.test',
34636   'module' => 'simpletest',
34637   'weight' => '0',
34638 ))
34639 ->values(array(
34640   'name' => 'ArchiverInterface',
34641   'type' => 'interface',
34642   'filename' => 'includes/archiver.inc',
34643   'module' => '',
34644   'weight' => '0',
34645 ))
34646 ->values(array(
34647   'name' => 'ArchiverTar',
34648   'type' => 'class',
34649   'filename' => 'modules/system/system.archiver.inc',
34650   'module' => 'system',
34651   'weight' => '0',
34652 ))
34653 ->values(array(
34654   'name' => 'ArchiverZip',
34655   'type' => 'class',
34656   'filename' => 'modules/system/system.archiver.inc',
34657   'module' => 'system',
34658   'weight' => '0',
34659 ))
34660 ->values(array(
34661   'name' => 'Archive_Tar',
34662   'type' => 'class',
34663   'filename' => 'modules/system/system.tar.inc',
34664   'module' => 'system',
34665   'weight' => '0',
34666 ))
34667 ->values(array(
34668   'name' => 'ArrayDiffUnitTest',
34669   'type' => 'class',
34670   'filename' => 'modules/simpletest/tests/common.test',
34671   'module' => 'simpletest',
34672   'weight' => '0',
34673 ))
34674 ->values(array(
34675   'name' => 'AUPhoneNumberTestCase',
34676   'type' => 'class',
34677   'filename' => 'sites/all/modules/phone/tests/phone.au.test',
34678   'module' => 'phone',
34679   'weight' => '0',
34680 ))
34681 ->values(array(
34682   'name' => 'BasicMinimalUpdatePath',
34683   'type' => 'class',
34684   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
34685   'module' => 'simpletest',
34686   'weight' => '0',
34687 ))
34688 ->values(array(
34689   'name' => 'BasicStandardUpdatePath',
34690   'type' => 'class',
34691   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
34692   'module' => 'simpletest',
34693   'weight' => '0',
34694 ))
34695 ->values(array(
34696   'name' => 'BasicUpgradePath',
34697   'type' => 'class',
34698   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
34699   'module' => 'simpletest',
34700   'weight' => '0',
34701 ))
34702 ->values(array(
34703   'name' => 'BatchMemoryQueue',
34704   'type' => 'class',
34705   'filename' => 'includes/batch.queue.inc',
34706   'module' => '',
34707   'weight' => '0',
34708 ))
34709 ->values(array(
34710   'name' => 'BatchPageTestCase',
34711   'type' => 'class',
34712   'filename' => 'modules/simpletest/tests/batch.test',
34713   'module' => 'simpletest',
34714   'weight' => '0',
34715 ))
34716 ->values(array(
34717   'name' => 'BatchPercentagesUnitTestCase',
34718   'type' => 'class',
34719   'filename' => 'modules/simpletest/tests/batch.test',
34720   'module' => 'simpletest',
34721   'weight' => '0',
34722 ))
34723 ->values(array(
34724   'name' => 'BatchProcessingTestCase',
34725   'type' => 'class',
34726   'filename' => 'modules/simpletest/tests/batch.test',
34727   'module' => 'simpletest',
34728   'weight' => '0',
34729 ))
34730 ->values(array(
34731   'name' => 'BatchQueue',
34732   'type' => 'class',
34733   'filename' => 'includes/batch.queue.inc',
34734   'module' => '',
34735   'weight' => '0',
34736 ))
34737 ->values(array(
34738   'name' => 'BEPhoneNumberTestCase',
34739   'type' => 'class',
34740   'filename' => 'sites/all/modules/phone/tests/phone.be.test',
34741   'module' => 'phone',
34742   'weight' => '0',
34743 ))
34744 ->values(array(
34745   'name' => 'BlockAdminThemeTestCase',
34746   'type' => 'class',
34747   'filename' => 'modules/block/block.test',
34748   'module' => 'block',
34749   'weight' => '-5',
34750 ))
34751 ->values(array(
34752   'name' => 'BlockCacheTestCase',
34753   'type' => 'class',
34754   'filename' => 'modules/block/block.test',
34755   'module' => 'block',
34756   'weight' => '-5',
34757 ))
34758 ->values(array(
34759   'name' => 'BlockHashTestCase',
34760   'type' => 'class',
34761   'filename' => 'modules/block/block.test',
34762   'module' => 'block',
34763   'weight' => '-5',
34764 ))
34765 ->values(array(
34766   'name' => 'BlockHiddenRegionTestCase',
34767   'type' => 'class',
34768   'filename' => 'modules/block/block.test',
34769   'module' => 'block',
34770   'weight' => '-5',
34771 ))
34772 ->values(array(
34773   'name' => 'BlockHTMLIdTestCase',
34774   'type' => 'class',
34775   'filename' => 'modules/block/block.test',
34776   'module' => 'block',
34777   'weight' => '-5',
34778 ))
34779 ->values(array(
34780   'name' => 'BlockInvalidRegionTestCase',
34781   'type' => 'class',
34782   'filename' => 'modules/block/block.test',
34783   'module' => 'block',
34784   'weight' => '-5',
34785 ))
34786 ->values(array(
34787   'name' => 'BlockTemplateSuggestionsUnitTest',
34788   'type' => 'class',
34789   'filename' => 'modules/block/block.test',
34790   'module' => 'block',
34791   'weight' => '-5',
34792 ))
34793 ->values(array(
34794   'name' => 'BlockTestCase',
34795   'type' => 'class',
34796   'filename' => 'modules/block/block.test',
34797   'module' => 'block',
34798   'weight' => '-5',
34799 ))
34800 ->values(array(
34801   'name' => 'BlockViewModuleDeltaAlterWebTest',
34802   'type' => 'class',
34803   'filename' => 'modules/block/block.test',
34804   'module' => 'block',
34805   'weight' => '-5',
34806 ))
34807 ->values(array(
34808   'name' => 'BlogTestCase',
34809   'type' => 'class',
34810   'filename' => 'modules/blog/blog.test',
34811   'module' => 'blog',
34812   'weight' => '0',
34813 ))
34814 ->values(array(
34815   'name' => 'BookTestCase',
34816   'type' => 'class',
34817   'filename' => 'modules/book/book.test',
34818   'module' => 'book',
34819   'weight' => '0',
34820 ))
34821 ->values(array(
34822   'name' => 'BootstrapAutoloadTestCase',
34823   'type' => 'class',
34824   'filename' => 'modules/simpletest/tests/bootstrap.test',
34825   'module' => 'simpletest',
34826   'weight' => '0',
34827 ))
34828 ->values(array(
34829   'name' => 'BootstrapDestinationTestCase',
34830   'type' => 'class',
34831   'filename' => 'modules/simpletest/tests/bootstrap.test',
34832   'module' => 'simpletest',
34833   'weight' => '0',
34834 ))
34835 ->values(array(
34836   'name' => 'BootstrapGetFilenameTestCase',
34837   'type' => 'class',
34838   'filename' => 'modules/simpletest/tests/bootstrap.test',
34839   'module' => 'simpletest',
34840   'weight' => '0',
34841 ))
34842 ->values(array(
34843   'name' => 'BootstrapIPAddressTestCase',
34844   'type' => 'class',
34845   'filename' => 'modules/simpletest/tests/bootstrap.test',
34846   'module' => 'simpletest',
34847   'weight' => '0',
34848 ))
34849 ->values(array(
34850   'name' => 'BootstrapMiscTestCase',
34851   'type' => 'class',
34852   'filename' => 'modules/simpletest/tests/bootstrap.test',
34853   'module' => 'simpletest',
34854   'weight' => '0',
34855 ))
34856 ->values(array(
34857   'name' => 'BootstrapOverrideServerVariablesTestCase',
34858   'type' => 'class',
34859   'filename' => 'modules/simpletest/tests/bootstrap.test',
34860   'module' => 'simpletest',
34861   'weight' => '0',
34862 ))
34863 ->values(array(
34864   'name' => 'BootstrapPageCacheTestCase',
34865   'type' => 'class',
34866   'filename' => 'modules/simpletest/tests/bootstrap.test',
34867   'module' => 'simpletest',
34868   'weight' => '0',
34869 ))
34870 ->values(array(
34871   'name' => 'BootstrapResettableStaticTestCase',
34872   'type' => 'class',
34873   'filename' => 'modules/simpletest/tests/bootstrap.test',
34874   'module' => 'simpletest',
34875   'weight' => '0',
34876 ))
34877 ->values(array(
34878   'name' => 'BootstrapTimerTestCase',
34879   'type' => 'class',
34880   'filename' => 'modules/simpletest/tests/bootstrap.test',
34881   'module' => 'simpletest',
34882   'weight' => '0',
34883 ))
34884 ->values(array(
34885   'name' => 'BootstrapVariableTestCase',
34886   'type' => 'class',
34887   'filename' => 'modules/simpletest/tests/bootstrap.test',
34888   'module' => 'simpletest',
34889   'weight' => '0',
34890 ))
34891 ->values(array(
34892   'name' => 'BRPhoneNumberTestCase',
34893   'type' => 'class',
34894   'filename' => 'sites/all/modules/phone/tests/phone.br.test',
34895   'module' => 'phone',
34896   'weight' => '0',
34897 ))
34898 ->values(array(
34899   'name' => 'CacheClearCase',
34900   'type' => 'class',
34901   'filename' => 'modules/simpletest/tests/cache.test',
34902   'module' => 'simpletest',
34903   'weight' => '0',
34904 ))
34905 ->values(array(
34906   'name' => 'CacheGetMultipleUnitTest',
34907   'type' => 'class',
34908   'filename' => 'modules/simpletest/tests/cache.test',
34909   'module' => 'simpletest',
34910   'weight' => '0',
34911 ))
34912 ->values(array(
34913   'name' => 'CacheIsEmptyCase',
34914   'type' => 'class',
34915   'filename' => 'modules/simpletest/tests/cache.test',
34916   'module' => 'simpletest',
34917   'weight' => '0',
34918 ))
34919 ->values(array(
34920   'name' => 'CacheSavingCase',
34921   'type' => 'class',
34922   'filename' => 'modules/simpletest/tests/cache.test',
34923   'module' => 'simpletest',
34924   'weight' => '0',
34925 ))
34926 ->values(array(
34927   'name' => 'CacheTestCase',
34928   'type' => 'class',
34929   'filename' => 'modules/simpletest/tests/cache.test',
34930   'module' => 'simpletest',
34931   'weight' => '0',
34932 ))
34933 ->values(array(
34934   'name' => 'CAPhoneNumberTestCase',
34935   'type' => 'class',
34936   'filename' => 'sites/all/modules/phone/tests/phone.ca.test',
34937   'module' => 'phone',
34938   'weight' => '0',
34939 ))
34940 ->values(array(
34941   'name' => 'CascadingStylesheetsTestCase',
34942   'type' => 'class',
34943   'filename' => 'modules/simpletest/tests/common.test',
34944   'module' => 'simpletest',
34945   'weight' => '0',
34946 ))
34947 ->values(array(
34948   'name' => 'CascadingStylesheetsUnitTest',
34949   'type' => 'class',
34950   'filename' => 'modules/simpletest/tests/common.test',
34951   'module' => 'simpletest',
34952   'weight' => '0',
34953 ))
34954 ->values(array(
34955   'name' => 'CategorizeFeedItemTestCase',
34956   'type' => 'class',
34957   'filename' => 'modules/aggregator/aggregator.test',
34958   'module' => 'aggregator',
34959   'weight' => '0',
34960 ))
34961 ->values(array(
34962   'name' => 'CategorizeFeedTestCase',
34963   'type' => 'class',
34964   'filename' => 'modules/aggregator/aggregator.test',
34965   'module' => 'aggregator',
34966   'weight' => '0',
34967 ))
34968 ->values(array(
34969   'name' => 'CHPhoneNumberTestCase',
34970   'type' => 'class',
34971   'filename' => 'sites/all/modules/phone/tests/phone.ch.test',
34972   'module' => 'phone',
34973   'weight' => '0',
34974 ))
34975 ->values(array(
34976   'name' => 'CLPhoneNumberTestCase',
34977   'type' => 'class',
34978   'filename' => 'sites/all/modules/phone/tests/phone.cl.test',
34979   'module' => 'phone',
34980   'weight' => '0',
34981 ))
34982 ->values(array(
34983   'name' => 'CNPhoneNumberTestCase',
34984   'type' => 'class',
34985   'filename' => 'sites/all/modules/phone/tests/phone.cn.test',
34986   'module' => 'phone',
34987   'weight' => '0',
34988 ))
34989 ->values(array(
34990   'name' => 'ColorTestCase',
34991   'type' => 'class',
34992   'filename' => 'modules/color/color.test',
34993   'module' => 'color',
34994   'weight' => '0',
34995 ))
34996 ->values(array(
34997   'name' => 'CommentActionsTestCase',
34998   'type' => 'class',
34999   'filename' => 'modules/comment/comment.test',
35000   'module' => 'comment',
35001   'weight' => '0',
35002 ))
35003 ->values(array(
35004   'name' => 'CommentAnonymous',
35005   'type' => 'class',
35006   'filename' => 'modules/comment/comment.test',
35007   'module' => 'comment',
35008   'weight' => '0',
35009 ))
35010 ->values(array(
35011   'name' => 'CommentApprovalTest',
35012   'type' => 'class',
35013   'filename' => 'modules/comment/comment.test',
35014   'module' => 'comment',
35015   'weight' => '0',
35016 ))
35017 ->values(array(
35018   'name' => 'CommentBlockFunctionalTest',
35019   'type' => 'class',
35020   'filename' => 'modules/comment/comment.test',
35021   'module' => 'comment',
35022   'weight' => '0',
35023 ))
35024 ->values(array(
35025   'name' => 'CommentContentRebuild',
35026   'type' => 'class',
35027   'filename' => 'modules/comment/comment.test',
35028   'module' => 'comment',
35029   'weight' => '0',
35030 ))
35031 ->values(array(
35032   'name' => 'CommentController',
35033   'type' => 'class',
35034   'filename' => 'modules/comment/comment.module',
35035   'module' => 'comment',
35036   'weight' => '0',
35037 ))
35038 ->values(array(
35039   'name' => 'CommentFieldsTest',
35040   'type' => 'class',
35041   'filename' => 'modules/comment/comment.test',
35042   'module' => 'comment',
35043   'weight' => '0',
35044 ))
35045 ->values(array(
35046   'name' => 'CommentHelperCase',
35047   'type' => 'class',
35048   'filename' => 'modules/comment/comment.test',
35049   'module' => 'comment',
35050   'weight' => '0',
35051 ))
35052 ->values(array(
35053   'name' => 'CommentInterfaceTest',
35054   'type' => 'class',
35055   'filename' => 'modules/comment/comment.test',
35056   'module' => 'comment',
35057   'weight' => '0',
35058 ))
35059 ->values(array(
35060   'name' => 'CommentNodeAccessTest',
35061   'type' => 'class',
35062   'filename' => 'modules/comment/comment.test',
35063   'module' => 'comment',
35064   'weight' => '0',
35065 ))
35066 ->values(array(
35067   'name' => 'CommentNodeChangesTestCase',
35068   'type' => 'class',
35069   'filename' => 'modules/comment/comment.test',
35070   'module' => 'comment',
35071   'weight' => '0',
35072 ))
35073 ->values(array(
35074   'name' => 'CommentPagerTest',
35075   'type' => 'class',
35076   'filename' => 'modules/comment/comment.test',
35077   'module' => 'comment',
35078   'weight' => '0',
35079 ))
35080 ->values(array(
35081   'name' => 'CommentPreviewTest',
35082   'type' => 'class',
35083   'filename' => 'modules/comment/comment.test',
35084   'module' => 'comment',
35085   'weight' => '0',
35086 ))
35087 ->values(array(
35088   'name' => 'CommentRSSUnitTest',
35089   'type' => 'class',
35090   'filename' => 'modules/comment/comment.test',
35091   'module' => 'comment',
35092   'weight' => '0',
35093 ))
35094 ->values(array(
35095   'name' => 'CommentThreadingTestCase',
35096   'type' => 'class',
35097   'filename' => 'modules/comment/comment.test',
35098   'module' => 'comment',
35099   'weight' => '0',
35100 ))
35101 ->values(array(
35102   'name' => 'CommentTokenReplaceTestCase',
35103   'type' => 'class',
35104   'filename' => 'modules/comment/comment.test',
35105   'module' => 'comment',
35106   'weight' => '0',
35107 ))
35108 ->values(array(
35109   'name' => 'CommentUpgradePathTestCase',
35110   'type' => 'class',
35111   'filename' => 'modules/simpletest/tests/upgrade/upgrade.comment.test',
35112   'module' => 'simpletest',
35113   'weight' => '0',
35114 ))
35115 ->values(array(
35116   'name' => 'CommonSizeTestCase',
35117   'type' => 'class',
35118   'filename' => 'modules/simpletest/tests/common.test',
35119   'module' => 'simpletest',
35120   'weight' => '0',
35121 ))
35122 ->values(array(
35123   'name' => 'CommonURLUnitTest',
35124   'type' => 'class',
35125   'filename' => 'modules/simpletest/tests/common.test',
35126   'module' => 'simpletest',
35127   'weight' => '0',
35128 ))
35129 ->values(array(
35130   'name' => 'CommonXssUnitTest',
35131   'type' => 'class',
35132   'filename' => 'modules/simpletest/tests/common.test',
35133   'module' => 'simpletest',
35134   'weight' => '0',
35135 ))
35136 ->values(array(
35137   'name' => 'ConfirmFormTest',
35138   'type' => 'class',
35139   'filename' => 'modules/system/system.test',
35140   'module' => 'system',
35141   'weight' => '0',
35142 ))
35143 ->values(array(
35144   'name' => 'ConnectionUnitTest',
35145   'type' => 'class',
35146   'filename' => 'modules/simpletest/tests/database_test.test',
35147   'module' => 'simpletest',
35148   'weight' => '0',
35149 ))
35150 ->values(array(
35151   'name' => 'ContactPersonalTestCase',
35152   'type' => 'class',
35153   'filename' => 'modules/contact/contact.test',
35154   'module' => 'contact',
35155   'weight' => '0',
35156 ))
35157 ->values(array(
35158   'name' => 'ContactSitewideTestCase',
35159   'type' => 'class',
35160   'filename' => 'modules/contact/contact.test',
35161   'module' => 'contact',
35162   'weight' => '0',
35163 ))
35164 ->values(array(
35165   'name' => 'ContextualDynamicContextTestCase',
35166   'type' => 'class',
35167   'filename' => 'modules/contextual/contextual.test',
35168   'module' => 'contextual',
35169   'weight' => '0',
35170 ))
35171 ->values(array(
35172   'name' => 'CronQueueTestCase',
35173   'type' => 'class',
35174   'filename' => 'modules/system/system.test',
35175   'module' => 'system',
35176   'weight' => '0',
35177 ))
35178 ->values(array(
35179   'name' => 'CronRunTestCase',
35180   'type' => 'class',
35181   'filename' => 'modules/system/system.test',
35182   'module' => 'system',
35183   'weight' => '0',
35184 ))
35185 ->values(array(
35186   'name' => 'CRPhoneNumberTestCase',
35187   'type' => 'class',
35188   'filename' => 'sites/all/modules/phone/tests/phone.cr.test',
35189   'module' => 'phone',
35190   'weight' => '0',
35191 ))
35192 ->values(array(
35193   'name' => 'CtoolsContextKeywordsSubstitutionTestCase',
35194   'type' => 'class',
35195   'filename' => 'sites/all/modules/ctools/tests/context.test',
35196   'module' => 'ctools_plugin_test',
35197   'weight' => '0',
35198 ))
35199 ->values(array(
35200   'name' => 'CToolsCssCache',
35201   'type' => 'class',
35202   'filename' => 'sites/all/modules/ctools/includes/css-cache.inc',
35203   'module' => 'ctools',
35204   'weight' => '0',
35205 ))
35206 ->values(array(
35207   'name' => 'CtoolsCssTestCase',
35208   'type' => 'class',
35209   'filename' => 'sites/all/modules/ctools/tests/css.test',
35210   'module' => 'ctools_plugin_test',
35211   'weight' => '0',
35212 ))
35213 ->values(array(
35214   'name' => 'CtoolsExportCrudTestCase',
35215   'type' => 'class',
35216   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export.test',
35217   'module' => 'ctools_export_test',
35218   'weight' => '0',
35219 ))
35220 ->values(array(
35221   'name' => 'CtoolsMathExpressionStackTestCase',
35222   'type' => 'class',
35223   'filename' => 'sites/all/modules/ctools/tests/math_expression_stack.test',
35224   'module' => 'ctools_plugin_test',
35225   'weight' => '0',
35226 ))
35227 ->values(array(
35228   'name' => 'CtoolsMathExpressionTestCase',
35229   'type' => 'class',
35230   'filename' => 'sites/all/modules/ctools/tests/math_expression.test',
35231   'module' => 'ctools_plugin_test',
35232   'weight' => '0',
35233 ))
35234 ->values(array(
35235   'name' => 'CtoolsObjectCache',
35236   'type' => 'class',
35237   'filename' => 'sites/all/modules/ctools/tests/object_cache.test',
35238   'module' => 'ctools_plugin_test',
35239   'weight' => '0',
35240 ))
35241 ->values(array(
35242   'name' => 'CtoolsPluginsGetInfoTestCase',
35243   'type' => 'class',
35244   'filename' => 'sites/all/modules/ctools/tests/ctools.plugins.test',
35245   'module' => 'ctools_plugin_test',
35246   'weight' => '0',
35247 ))
35248 ->values(array(
35249   'name' => 'ctools_context',
35250   'type' => 'class',
35251   'filename' => 'sites/all/modules/ctools/includes/context.inc',
35252   'module' => 'ctools',
35253   'weight' => '0',
35254 ))
35255 ->values(array(
35256   'name' => 'ctools_context_optional',
35257   'type' => 'class',
35258   'filename' => 'sites/all/modules/ctools/includes/context.inc',
35259   'module' => 'ctools',
35260   'weight' => '0',
35261 ))
35262 ->values(array(
35263   'name' => 'ctools_context_required',
35264   'type' => 'class',
35265   'filename' => 'sites/all/modules/ctools/includes/context.inc',
35266   'module' => 'ctools',
35267   'weight' => '0',
35268 ))
35269 ->values(array(
35270   'name' => 'ctools_export_ui',
35271   'type' => 'class',
35272   'filename' => 'sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php',
35273   'module' => 'ctools',
35274   'weight' => '0',
35275 ))
35276 ->values(array(
35277   'name' => 'ctools_math_expr',
35278   'type' => 'class',
35279   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
35280   'module' => 'ctools',
35281   'weight' => '0',
35282 ))
35283 ->values(array(
35284   'name' => 'ctools_math_expr_stack',
35285   'type' => 'class',
35286   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
35287   'module' => 'ctools',
35288   'weight' => '0',
35289 ))
35290 ->values(array(
35291   'name' => 'ctools_stylizer_image_processor',
35292   'type' => 'class',
35293   'filename' => 'sites/all/modules/ctools/includes/stylizer.inc',
35294   'module' => 'ctools',
35295   'weight' => '0',
35296 ))
35297 ->values(array(
35298   'name' => 'CSPhoneNumberTestCase',
35299   'type' => 'class',
35300   'filename' => 'sites/all/modules/phone/tests/phone.cs.test',
35301   'module' => 'phone',
35302   'weight' => '0',
35303 ))
35304
35305 ->values(array(
35306   'name' => 'DashboardBlocksTestCase',
35307   'type' => 'class',
35308   'filename' => 'modules/dashboard/dashboard.test',
35309   'module' => 'dashboard',
35310   'weight' => '0',
35311 ))
35312 ->values(array(
35313   'name' => 'Database',
35314   'type' => 'class',
35315   'filename' => 'includes/database/database.inc',
35316   'module' => '',
35317   'weight' => '0',
35318 ))
35319 ->values(array(
35320   'name' => 'DatabaseAlterTestCase',
35321   'type' => 'class',
35322   'filename' => 'modules/simpletest/tests/database_test.test',
35323   'module' => 'simpletest',
35324   'weight' => '0',
35325 ))
35326 ->values(array(
35327   'name' => 'DatabaseBasicSyntaxTestCase',
35328   'type' => 'class',
35329   'filename' => 'modules/simpletest/tests/database_test.test',
35330   'module' => 'simpletest',
35331   'weight' => '0',
35332 ))
35333 ->values(array(
35334   'name' => 'DatabaseCaseSensitivityTestCase',
35335   'type' => 'class',
35336   'filename' => 'modules/simpletest/tests/database_test.test',
35337   'module' => 'simpletest',
35338   'weight' => '0',
35339 ))
35340 ->values(array(
35341   'name' => 'DatabaseCondition',
35342   'type' => 'class',
35343   'filename' => 'includes/database/query.inc',
35344   'module' => '',
35345   'weight' => '0',
35346 ))
35347 ->values(array(
35348   'name' => 'DatabaseConnection',
35349   'type' => 'class',
35350   'filename' => 'includes/database/database.inc',
35351   'module' => '',
35352   'weight' => '0',
35353 ))
35354 ->values(array(
35355   'name' => 'DatabaseConnectionNotDefinedException',
35356   'type' => 'class',
35357   'filename' => 'includes/database/database.inc',
35358   'module' => '',
35359   'weight' => '0',
35360 ))
35361 ->values(array(
35362   'name' => 'DatabaseConnectionTestCase',
35363   'type' => 'class',
35364   'filename' => 'modules/simpletest/tests/database_test.test',
35365   'module' => 'simpletest',
35366   'weight' => '0',
35367 ))
35368 ->values(array(
35369   'name' => 'DatabaseConnection_mysql',
35370   'type' => 'class',
35371   'filename' => 'includes/database/mysql/database.inc',
35372   'module' => '',
35373   'weight' => '0',
35374 ))
35375 ->values(array(
35376   'name' => 'DatabaseConnection_pgsql',
35377   'type' => 'class',
35378   'filename' => 'includes/database/pgsql/database.inc',
35379   'module' => '',
35380   'weight' => '0',
35381 ))
35382 ->values(array(
35383   'name' => 'DatabaseConnection_sqlite',
35384   'type' => 'class',
35385   'filename' => 'includes/database/sqlite/database.inc',
35386   'module' => '',
35387   'weight' => '0',
35388 ))
35389 ->values(array(
35390   'name' => 'DatabaseDeleteTruncateTestCase',
35391   'type' => 'class',
35392   'filename' => 'modules/simpletest/tests/database_test.test',
35393   'module' => 'simpletest',
35394   'weight' => '0',
35395 ))
35396 ->values(array(
35397   'name' => 'DatabaseDriverNotSpecifiedException',
35398   'type' => 'class',
35399   'filename' => 'includes/database/database.inc',
35400   'module' => '',
35401   'weight' => '0',
35402 ))
35403 ->values(array(
35404   'name' => 'DatabaseEmptyStatementTestCase',
35405   'type' => 'class',
35406   'filename' => 'modules/simpletest/tests/database_test.test',
35407   'module' => 'simpletest',
35408   'weight' => '0',
35409 ))
35410 ->values(array(
35411   'name' => 'DatabaseFetch2TestCase',
35412   'type' => 'class',
35413   'filename' => 'modules/simpletest/tests/database_test.test',
35414   'module' => 'simpletest',
35415   'weight' => '0',
35416 ))
35417 ->values(array(
35418   'name' => 'DatabaseFetchTestCase',
35419   'type' => 'class',
35420   'filename' => 'modules/simpletest/tests/database_test.test',
35421   'module' => 'simpletest',
35422   'weight' => '0',
35423 ))
35424 ->values(array(
35425   'name' => 'DatabaseInsertDefaultsTestCase',
35426   'type' => 'class',
35427   'filename' => 'modules/simpletest/tests/database_test.test',
35428   'module' => 'simpletest',
35429   'weight' => '0',
35430 ))
35431 ->values(array(
35432   'name' => 'DatabaseInsertLOBTestCase',
35433   'type' => 'class',
35434   'filename' => 'modules/simpletest/tests/database_test.test',
35435   'module' => 'simpletest',
35436   'weight' => '0',
35437 ))
35438 ->values(array(
35439   'name' => 'DatabaseInsertTestCase',
35440   'type' => 'class',
35441   'filename' => 'modules/simpletest/tests/database_test.test',
35442   'module' => 'simpletest',
35443   'weight' => '0',
35444 ))
35445 ->values(array(
35446   'name' => 'DatabaseInvalidDataTestCase',
35447   'type' => 'class',
35448   'filename' => 'modules/simpletest/tests/database_test.test',
35449   'module' => 'simpletest',
35450   'weight' => '0',
35451 ))
35452 ->values(array(
35453   'name' => 'DatabaseLog',
35454   'type' => 'class',
35455   'filename' => 'includes/database/log.inc',
35456   'module' => '',
35457   'weight' => '0',
35458 ))
35459 ->values(array(
35460   'name' => 'DatabaseLoggingTestCase',
35461   'type' => 'class',
35462   'filename' => 'modules/simpletest/tests/database_test.test',
35463   'module' => 'simpletest',
35464   'weight' => '0',
35465 ))
35466 ->values(array(
35467   'name' => 'DatabaseMergeTestCase',
35468   'type' => 'class',
35469   'filename' => 'modules/simpletest/tests/database_test.test',
35470   'module' => 'simpletest',
35471   'weight' => '0',
35472 ))
35473 ->values(array(
35474   'name' => 'DatabaseNextIdCase',
35475   'type' => 'class',
35476   'filename' => 'modules/simpletest/tests/database_test.test',
35477   'module' => 'simpletest',
35478   'weight' => '0',
35479 ))
35480 ->values(array(
35481   'name' => 'DatabaseQueryTestCase',
35482   'type' => 'class',
35483   'filename' => 'modules/simpletest/tests/database_test.test',
35484   'module' => 'simpletest',
35485   'weight' => '0',
35486 ))
35487 ->values(array(
35488   'name' => 'DatabaseRangeQueryTestCase',
35489   'type' => 'class',
35490   'filename' => 'modules/simpletest/tests/database_test.test',
35491   'module' => 'simpletest',
35492   'weight' => '0',
35493 ))
35494 ->values(array(
35495   'name' => 'DatabaseRegressionTestCase',
35496   'type' => 'class',
35497   'filename' => 'modules/simpletest/tests/database_test.test',
35498   'module' => 'simpletest',
35499   'weight' => '0',
35500 ))
35501 ->values(array(
35502   'name' => 'DatabaseSchema',
35503   'type' => 'class',
35504   'filename' => 'includes/database/schema.inc',
35505   'module' => '',
35506   'weight' => '0',
35507 ))
35508 ->values(array(
35509   'name' => 'DatabaseSchemaObjectDoesNotExistException',
35510   'type' => 'class',
35511   'filename' => 'includes/database/schema.inc',
35512   'module' => '',
35513   'weight' => '0',
35514 ))
35515 ->values(array(
35516   'name' => 'DatabaseSchemaObjectExistsException',
35517   'type' => 'class',
35518   'filename' => 'includes/database/schema.inc',
35519   'module' => '',
35520   'weight' => '0',
35521 ))
35522 ->values(array(
35523   'name' => 'DatabaseSchema_mysql',
35524   'type' => 'class',
35525   'filename' => 'includes/database/mysql/schema.inc',
35526   'module' => '',
35527   'weight' => '0',
35528 ))
35529 ->values(array(
35530   'name' => 'DatabaseSchema_pgsql',
35531   'type' => 'class',
35532   'filename' => 'includes/database/pgsql/schema.inc',
35533   'module' => '',
35534   'weight' => '0',
35535 ))
35536 ->values(array(
35537   'name' => 'DatabaseSchema_sqlite',
35538   'type' => 'class',
35539   'filename' => 'includes/database/sqlite/schema.inc',
35540   'module' => '',
35541   'weight' => '0',
35542 ))
35543 ->values(array(
35544   'name' => 'DatabaseSelectCloneTest',
35545   'type' => 'class',
35546   'filename' => 'modules/simpletest/tests/database_test.test',
35547   'module' => 'simpletest',
35548   'weight' => '0',
35549 ))
35550 ->values(array(
35551   'name' => 'DatabaseSelectComplexTestCase',
35552   'type' => 'class',
35553   'filename' => 'modules/simpletest/tests/database_test.test',
35554   'module' => 'simpletest',
35555   'weight' => '0',
35556 ))
35557 ->values(array(
35558   'name' => 'DatabaseSelectComplexTestCase2',
35559   'type' => 'class',
35560   'filename' => 'modules/simpletest/tests/database_test.test',
35561   'module' => 'simpletest',
35562   'weight' => '0',
35563 ))
35564 ->values(array(
35565   'name' => 'DatabaseSelectOrderedTestCase',
35566   'type' => 'class',
35567   'filename' => 'modules/simpletest/tests/database_test.test',
35568   'module' => 'simpletest',
35569   'weight' => '0',
35570 ))
35571 ->values(array(
35572   'name' => 'DatabaseSelectPagerDefaultTestCase',
35573   'type' => 'class',
35574   'filename' => 'modules/simpletest/tests/database_test.test',
35575   'module' => 'simpletest',
35576   'weight' => '0',
35577 ))
35578 ->values(array(
35579   'name' => 'DatabaseSelectSubqueryTestCase',
35580   'type' => 'class',
35581   'filename' => 'modules/simpletest/tests/database_test.test',
35582   'module' => 'simpletest',
35583   'weight' => '0',
35584 ))
35585 ->values(array(
35586   'name' => 'DatabaseSelectTableSortDefaultTestCase',
35587   'type' => 'class',
35588   'filename' => 'modules/simpletest/tests/database_test.test',
35589   'module' => 'simpletest',
35590   'weight' => '0',
35591 ))
35592 ->values(array(
35593   'name' => 'DatabaseSelectTestCase',
35594   'type' => 'class',
35595   'filename' => 'modules/simpletest/tests/database_test.test',
35596   'module' => 'simpletest',
35597   'weight' => '0',
35598 ))
35599 ->values(array(
35600   'name' => 'DatabaseSerializeQueryTestCase',
35601   'type' => 'class',
35602   'filename' => 'modules/simpletest/tests/database_test.test',
35603   'module' => 'simpletest',
35604   'weight' => '0',
35605 ))
35606 ->values(array(
35607   'name' => 'DatabaseStatementBase',
35608   'type' => 'class',
35609   'filename' => 'includes/database/database.inc',
35610   'module' => '',
35611   'weight' => '0',
35612 ))
35613 ->values(array(
35614   'name' => 'DatabaseStatementEmpty',
35615   'type' => 'class',
35616   'filename' => 'includes/database/database.inc',
35617   'module' => '',
35618   'weight' => '0',
35619 ))
35620 ->values(array(
35621   'name' => 'DatabaseStatementInterface',
35622   'type' => 'interface',
35623   'filename' => 'includes/database/database.inc',
35624   'module' => '',
35625   'weight' => '0',
35626 ))
35627 ->values(array(
35628   'name' => 'DatabaseStatementPrefetch',
35629   'type' => 'class',
35630   'filename' => 'includes/database/prefetch.inc',
35631   'module' => '',
35632   'weight' => '0',
35633 ))
35634 ->values(array(
35635   'name' => 'DatabaseStatement_sqlite',
35636   'type' => 'class',
35637   'filename' => 'includes/database/sqlite/database.inc',
35638   'module' => '',
35639   'weight' => '0',
35640 ))
35641 ->values(array(
35642   'name' => 'DatabaseTaggingTestCase',
35643   'type' => 'class',
35644   'filename' => 'modules/simpletest/tests/database_test.test',
35645   'module' => 'simpletest',
35646   'weight' => '0',
35647 ))
35648 ->values(array(
35649   'name' => 'DatabaseTaskException',
35650   'type' => 'class',
35651   'filename' => 'includes/install.inc',
35652   'module' => '',
35653   'weight' => '0',
35654 ))
35655 ->values(array(
35656   'name' => 'DatabaseTasks',
35657   'type' => 'class',
35658   'filename' => 'includes/install.inc',
35659   'module' => '',
35660   'weight' => '0',
35661 ))
35662 ->values(array(
35663   'name' => 'DatabaseTasks_mysql',
35664   'type' => 'class',
35665   'filename' => 'includes/database/mysql/install.inc',
35666   'module' => '',
35667   'weight' => '0',
35668 ))
35669 ->values(array(
35670   'name' => 'DatabaseTasks_pgsql',
35671   'type' => 'class',
35672   'filename' => 'includes/database/pgsql/install.inc',
35673   'module' => '',
35674   'weight' => '0',
35675 ))
35676 ->values(array(
35677   'name' => 'DatabaseTasks_sqlite',
35678   'type' => 'class',
35679   'filename' => 'includes/database/sqlite/install.inc',
35680   'module' => '',
35681   'weight' => '0',
35682 ))
35683 ->values(array(
35684   'name' => 'DatabaseTemporaryQueryTestCase',
35685   'type' => 'class',
35686   'filename' => 'modules/simpletest/tests/database_test.test',
35687   'module' => 'simpletest',
35688   'weight' => '0',
35689 ))
35690 ->values(array(
35691   'name' => 'DatabaseTestCase',
35692   'type' => 'class',
35693   'filename' => 'modules/simpletest/tests/database_test.test',
35694   'module' => 'simpletest',
35695   'weight' => '0',
35696 ))
35697 ->values(array(
35698   'name' => 'DatabaseTransaction',
35699   'type' => 'class',
35700   'filename' => 'includes/database/database.inc',
35701   'module' => '',
35702   'weight' => '0',
35703 ))
35704 ->values(array(
35705   'name' => 'DatabaseTransactionCommitFailedException',
35706   'type' => 'class',
35707   'filename' => 'includes/database/database.inc',
35708   'module' => '',
35709   'weight' => '0',
35710 ))
35711 ->values(array(
35712   'name' => 'DatabaseTransactionExplicitCommitNotAllowedException',
35713   'type' => 'class',
35714   'filename' => 'includes/database/database.inc',
35715   'module' => '',
35716   'weight' => '0',
35717 ))
35718 ->values(array(
35719   'name' => 'DatabaseTransactionNameNonUniqueException',
35720   'type' => 'class',
35721   'filename' => 'includes/database/database.inc',
35722   'module' => '',
35723   'weight' => '0',
35724 ))
35725 ->values(array(
35726   'name' => 'DatabaseTransactionNoActiveException',
35727   'type' => 'class',
35728   'filename' => 'includes/database/database.inc',
35729   'module' => '',
35730   'weight' => '0',
35731 ))
35732 ->values(array(
35733   'name' => 'DatabaseTransactionOutOfOrderException',
35734   'type' => 'class',
35735   'filename' => 'includes/database/database.inc',
35736   'module' => '',
35737   'weight' => '0',
35738 ))
35739 ->values(array(
35740   'name' => 'DatabaseTransactionTestCase',
35741   'type' => 'class',
35742   'filename' => 'modules/simpletest/tests/database_test.test',
35743   'module' => 'simpletest',
35744   'weight' => '0',
35745 ))
35746 ->values(array(
35747   'name' => 'DatabaseUpdateComplexTestCase',
35748   'type' => 'class',
35749   'filename' => 'modules/simpletest/tests/database_test.test',
35750   'module' => 'simpletest',
35751   'weight' => '0',
35752 ))
35753 ->values(array(
35754   'name' => 'DatabaseUpdateLOBTestCase',
35755   'type' => 'class',
35756   'filename' => 'modules/simpletest/tests/database_test.test',
35757   'module' => 'simpletest',
35758   'weight' => '0',
35759 ))
35760 ->values(array(
35761   'name' => 'DatabaseUpdateTestCase',
35762   'type' => 'class',
35763   'filename' => 'modules/simpletest/tests/database_test.test',
35764   'module' => 'simpletest',
35765   'weight' => '0',
35766 ))
35767 ->values(array(
35768   'name' => 'DateAPITestCase',
35769   'type' => 'class',
35770   'filename' => 'sites/all/modules/date/tests/date_api.test',
35771   'module' => 'date',
35772   'weight' => '0',
35773 ))
35774 ->values(array(
35775   'name' => 'DateFieldBasic',
35776   'type' => 'class',
35777   'filename' => 'sites/all/modules/date/tests/date_field.test',
35778   'module' => 'date',
35779   'weight' => '0',
35780 ))
35781 ->values(array(
35782   'name' => 'DateFieldTestCase',
35783   'type' => 'class',
35784   'filename' => 'sites/all/modules/date/tests/date_field.test',
35785   'module' => 'date',
35786   'weight' => '0',
35787 ))
35788 ->values(array(
35789   'name' => 'DateMigrateExampleUnitTest',
35790   'type' => 'class',
35791   'filename' => 'sites/all/modules/date/tests/date_migrate.test',
35792   'module' => 'date',
35793   'weight' => '0',
35794 ))
35795 ->values(array(
35796   'name' => 'DateMigrateFieldHandler',
35797   'type' => 'class',
35798   'filename' => 'sites/all/modules/date/date.migrate.inc',
35799   'module' => 'date',
35800   'weight' => '0',
35801 ))
35802 ->values(array(
35803   'name' => 'DateObject',
35804   'type' => 'class',
35805   'filename' => 'sites/all/modules/date/date_api/date_api.module',
35806   'module' => 'date_api',
35807   'weight' => '0',
35808 ))
35809 ->values(array(
35810   'name' => 'DateRepeatFormTestCase',
35811   'type' => 'class',
35812   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat_form.test',
35813   'module' => 'date_repeat',
35814   'weight' => '0',
35815 ))
35816 ->values(array(
35817   'name' => 'DateRepeatTestCase',
35818   'type' => 'class',
35819   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat.test',
35820   'module' => 'date_repeat',
35821   'weight' => '0',
35822 ))
35823 ->values(array(
35824   'name' => 'DateTimeFunctionalTest',
35825   'type' => 'class',
35826   'filename' => 'modules/system/system.test',
35827   'module' => 'system',
35828   'weight' => '0',
35829 ))
35830 ->values(array(
35831   'name' => 'DateTimezoneTestCase',
35832   'type' => 'class',
35833   'filename' => 'sites/all/modules/date/tests/date_timezone.test',
35834   'module' => 'date',
35835   'weight' => '0',
35836 ))
35837 ->values(array(
35838   'name' => 'DateToolsTestCase',
35839   'type' => 'class',
35840   'filename' => 'sites/all/modules/date/date_tools/tests/date_tools.test',
35841   'module' => 'date_tools',
35842   'weight' => '0',
35843 ))
35844 ->values(array(
35845   'name' => 'DateUITestCase',
35846   'type' => 'class',
35847   'filename' => 'sites/all/modules/date/tests/date.test',
35848   'module' => 'date',
35849   'weight' => '0',
35850 ))
35851 ->values(array(
35852   'name' => 'DateValidationTestCase',
35853   'type' => 'class',
35854   'filename' => 'sites/all/modules/date/tests/date_validation.test',
35855   'module' => 'date',
35856   'weight' => '0',
35857 ))
35858 ->values(array(
35859   'name' => 'DateViewsPopupTestCase',
35860   'type' => 'class',
35861   'filename' => 'sites/all/modules/date/tests/date_views_popup.test',
35862   'module' => 'date',
35863   'weight' => '0',
35864 ))
35865 ->values(array(
35866   'name' => 'date_sql_handler',
35867   'type' => 'class',
35868   'filename' => 'sites/all/modules/date/date_api/date_api_sql.inc',
35869   'module' => 'date_api',
35870   'weight' => '0',
35871 ))
35872 ->values(array(
35873   'name' => 'DBLogTestCase',
35874   'type' => 'class',
35875   'filename' => 'modules/dblog/dblog.test',
35876   'module' => 'dblog',
35877   'weight' => '0',
35878 ))
35879 ->values(array(
35880   'name' => 'DefaultMailSystem',
35881   'type' => 'class',
35882   'filename' => 'modules/system/system.mail.inc',
35883   'module' => 'system',
35884   'weight' => '0',
35885 ))
35886 ->values(array(
35887   'name' => 'DeleteQuery',
35888   'type' => 'class',
35889   'filename' => 'includes/database/query.inc',
35890   'module' => '',
35891   'weight' => '0',
35892 ))
35893 ->values(array(
35894   'name' => 'DeleteQuery_sqlite',
35895   'type' => 'class',
35896   'filename' => 'includes/database/sqlite/query.inc',
35897   'module' => '',
35898   'weight' => '0',
35899 ))
35900 ->values(array(
35901   'name' => 'DisabledNodeTypeTestCase',
35902   'type' => 'class',
35903   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
35904   'module' => 'simpletest',
35905   'weight' => '0',
35906 ))
35907 ->values(array(
35908   'name' => 'DrupalAddFeedTestCase',
35909   'type' => 'class',
35910   'filename' => 'modules/simpletest/tests/common.test',
35911   'module' => 'simpletest',
35912   'weight' => '0',
35913 ))
35914 ->values(array(
35915   'name' => 'DrupalAlterTestCase',
35916   'type' => 'class',
35917   'filename' => 'modules/simpletest/tests/common.test',
35918   'module' => 'simpletest',
35919   'weight' => '0',
35920 ))
35921 ->values(array(
35922   'name' => 'DrupalAttributesUnitTest',
35923   'type' => 'class',
35924   'filename' => 'modules/simpletest/tests/common.test',
35925   'module' => 'simpletest',
35926   'weight' => '0',
35927 ))
35928 ->values(array(
35929   'name' => 'DrupalCacheArray',
35930   'type' => 'class',
35931   'filename' => 'includes/bootstrap.inc',
35932   'module' => '',
35933   'weight' => '0',
35934 ))
35935 ->values(array(
35936   'name' => 'DrupalCacheInterface',
35937   'type' => 'interface',
35938   'filename' => 'includes/cache.inc',
35939   'module' => '',
35940   'weight' => '0',
35941 ))
35942 ->values(array(
35943   'name' => 'DrupalDataApiTest',
35944   'type' => 'class',
35945   'filename' => 'modules/simpletest/tests/common.test',
35946   'module' => 'simpletest',
35947   'weight' => '0',
35948 ))
35949 ->values(array(
35950   'name' => 'DrupalDatabaseCache',
35951   'type' => 'class',
35952   'filename' => 'includes/cache.inc',
35953   'module' => '',
35954   'weight' => '0',
35955 ))
35956 ->values(array(
35957   'name' => 'DrupalDefaultEntityController',
35958   'type' => 'class',
35959   'filename' => 'includes/entity.inc',
35960   'module' => '',
35961   'weight' => '0',
35962 ))
35963 ->values(array(
35964   'name' => 'DrupalEntityControllerInterface',
35965   'type' => 'interface',
35966   'filename' => 'includes/entity.inc',
35967   'module' => '',
35968   'weight' => '0',
35969 ))
35970 ->values(array(
35971   'name' => 'DrupalErrorCollectionUnitTest',
35972   'type' => 'class',
35973   'filename' => 'modules/simpletest/tests/common.test',
35974   'module' => 'simpletest',
35975   'weight' => '0',
35976 ))
35977 ->values(array(
35978   'name' => 'DrupalErrorHandlerTestCase',
35979   'type' => 'class',
35980   'filename' => 'modules/simpletest/tests/error.test',
35981   'module' => 'simpletest',
35982   'weight' => '0',
35983 ))
35984 ->values(array(
35985   'name' => 'DrupalFakeCache',
35986   'type' => 'class',
35987   'filename' => 'includes/cache-install.inc',
35988   'module' => '',
35989   'weight' => '0',
35990 ))
35991 ->values(array(
35992   'name' => 'DrupalGetQueryArrayTestCase',
35993   'type' => 'class',
35994   'filename' => 'modules/simpletest/tests/common.test',
35995   'module' => 'simpletest',
35996   'weight' => '0',
35997 ))
35998 ->values(array(
35999   'name' => 'DrupalGetRdfNamespacesTestCase',
36000   'type' => 'class',
36001   'filename' => 'modules/simpletest/tests/common.test',
36002   'module' => 'simpletest',
36003   'weight' => '0',
36004 ))
36005 ->values(array(
36006   'name' => 'DrupalGotoTest',
36007   'type' => 'class',
36008   'filename' => 'modules/simpletest/tests/common.test',
36009   'module' => 'simpletest',
36010   'weight' => '0',
36011 ))
36012 ->values(array(
36013   'name' => 'DrupalHTMLIdentifierTestCase',
36014   'type' => 'class',
36015   'filename' => 'modules/simpletest/tests/common.test',
36016   'module' => 'simpletest',
36017   'weight' => '0',
36018 ))
36019 ->values(array(
36020   'name' => 'DrupalHtmlToTextTestCase',
36021   'type' => 'class',
36022   'filename' => 'modules/simpletest/tests/mail.test',
36023   'module' => 'simpletest',
36024   'weight' => '0',
36025 ))
36026 ->values(array(
36027   'name' => 'DrupalHTTPRequestTestCase',
36028   'type' => 'class',
36029   'filename' => 'modules/simpletest/tests/common.test',
36030   'module' => 'simpletest',
36031   'weight' => '0',
36032 ))
36033 ->values(array(
36034   'name' => 'DrupalHTTPResponseStatusLineTest',
36035   'type' => 'class',
36036   'filename' => 'modules/simpletest/tests/common.test',
36037   'module' => 'simpletest',
36038   'weight' => '0',
36039 ))
36040 ->values(array(
36041   'name' => 'DrupalJSONTest',
36042   'type' => 'class',
36043   'filename' => 'modules/simpletest/tests/common.test',
36044   'module' => 'simpletest',
36045   'weight' => '0',
36046 ))
36047 ->values(array(
36048   'name' => 'DrupalLocalStreamWrapper',
36049   'type' => 'class',
36050   'filename' => 'includes/stream_wrappers.inc',
36051   'module' => '',
36052   'weight' => '0',
36053 ))
36054 ->values(array(
36055   'name' => 'DrupalMatchPathTestCase',
36056   'type' => 'class',
36057   'filename' => 'modules/simpletest/tests/path.test',
36058   'module' => 'simpletest',
36059   'weight' => '0',
36060 ))
36061 ->values(array(
36062   'name' => 'DrupalPrivateStreamWrapper',
36063   'type' => 'class',
36064   'filename' => 'includes/stream_wrappers.inc',
36065   'module' => '',
36066   'weight' => '0',
36067 ))
36068 ->values(array(
36069   'name' => 'DrupalPublicStreamWrapper',
36070   'type' => 'class',
36071   'filename' => 'includes/stream_wrappers.inc',
36072   'module' => '',
36073   'weight' => '0',
36074 ))
36075 ->values(array(
36076   'name' => 'DrupalQueue',
36077   'type' => 'class',
36078   'filename' => 'modules/system/system.queue.inc',
36079   'module' => 'system',
36080   'weight' => '0',
36081 ))
36082 ->values(array(
36083   'name' => 'DrupalQueueInterface',
36084   'type' => 'interface',
36085   'filename' => 'modules/system/system.queue.inc',
36086   'module' => 'system',
36087   'weight' => '0',
36088 ))
36089 ->values(array(
36090   'name' => 'DrupalReliableQueueInterface',
36091   'type' => 'interface',
36092   'filename' => 'modules/system/system.queue.inc',
36093   'module' => 'system',
36094   'weight' => '0',
36095 ))
36096 ->values(array(
36097   'name' => 'DrupalRenderTestCase',
36098   'type' => 'class',
36099   'filename' => 'modules/simpletest/tests/common.test',
36100   'module' => 'simpletest',
36101   'weight' => '0',
36102 ))
36103 ->values(array(
36104   'name' => 'DrupalSetContentTestCase',
36105   'type' => 'class',
36106   'filename' => 'modules/simpletest/tests/common.test',
36107   'module' => 'simpletest',
36108   'weight' => '0',
36109 ))
36110 ->values(array(
36111   'name' => 'DrupalSetMessageTest',
36112   'type' => 'class',
36113   'filename' => 'modules/system/system.test',
36114   'module' => 'system',
36115   'weight' => '0',
36116 ))
36117 ->values(array(
36118   'name' => 'DrupalStreamWrapperInterface',
36119   'type' => 'interface',
36120   'filename' => 'includes/stream_wrappers.inc',
36121   'module' => '',
36122   'weight' => '0',
36123 ))
36124 ->values(array(
36125   'name' => 'DrupalSystemListingTestCase',
36126   'type' => 'class',
36127   'filename' => 'modules/simpletest/tests/common.test',
36128   'module' => 'simpletest',
36129   'weight' => '0',
36130 ))
36131 ->values(array(
36132   'name' => 'DrupalTagsHandlingTestCase',
36133   'type' => 'class',
36134   'filename' => 'modules/simpletest/tests/common.test',
36135   'module' => 'simpletest',
36136   'weight' => '0',
36137 ))
36138 ->values(array(
36139   'name' => 'DrupalTemporaryStreamWrapper',
36140   'type' => 'class',
36141   'filename' => 'includes/stream_wrappers.inc',
36142   'module' => '',
36143   'weight' => '0',
36144 ))
36145 ->values(array(
36146   'name' => 'DrupalTestCase',
36147   'type' => 'class',
36148   'filename' => 'modules/simpletest/drupal_web_test_case.php',
36149   'module' => 'simpletest',
36150   'weight' => '0',
36151 ))
36152 ->values(array(
36153   'name' => 'DrupalUnitTestCase',
36154   'type' => 'class',
36155   'filename' => 'modules/simpletest/drupal_web_test_case.php',
36156   'module' => 'simpletest',
36157   'weight' => '0',
36158 ))
36159 ->values(array(
36160   'name' => 'DrupalUpdateException',
36161   'type' => 'class',
36162   'filename' => 'includes/update.inc',
36163   'module' => '',
36164   'weight' => '0',
36165 ))
36166 ->values(array(
36167   'name' => 'DrupalUpdaterInterface',
36168   'type' => 'interface',
36169   'filename' => 'includes/updater.inc',
36170   'module' => '',
36171   'weight' => '0',
36172 ))
36173 ->values(array(
36174   'name' => 'DrupalWebTestCase',
36175   'type' => 'class',
36176   'filename' => 'modules/simpletest/drupal_web_test_case.php',
36177   'module' => 'simpletest',
36178   'weight' => '0',
36179 ))
36180 ->values(array(
36181   'name' => 'EarlyBootstrapTestCase',
36182   'type' => 'class',
36183   'filename' => 'modules/simpletest/tests/boot.test',
36184   'module' => 'simpletest',
36185   'weight' => '0',
36186 ))
36187 ->values(array(
36188   'name' => 'EGPhoneNumberTestCase',
36189   'type' => 'class',
36190   'filename' => 'sites/all/modules/phone/tests/phone.eg.test',
36191   'module' => 'phone',
36192   'weight' => '0',
36193 ))
36194 ->values(array(
36195   'name' => 'EnableDisableTestCase',
36196   'type' => 'class',
36197   'filename' => 'modules/system/system.test',
36198   'module' => 'system',
36199   'weight' => '0',
36200 ))
36201 ->values(array(
36202   'name' => 'Entity',
36203   'type' => 'class',
36204   'filename' => 'sites/all/modules/entity/includes/entity.inc',
36205   'module' => 'entity',
36206   'weight' => '0',
36207 ))
36208 ->values(array(
36209   'name' => 'EntityAPICommentNodeAccessTestCase',
36210   'type' => 'class',
36211   'filename' => 'sites/all/modules/entity/entity.test',
36212   'module' => 'entity',
36213   'weight' => '0',
36214 ))
36215 ->values(array(
36216   'name' => 'EntityAPIController',
36217   'type' => 'class',
36218   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
36219   'module' => 'entity',
36220   'weight' => '0',
36221 ))
36222 ->values(array(
36223   'name' => 'EntityAPIControllerExportable',
36224   'type' => 'class',
36225   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
36226   'module' => 'entity',
36227   'weight' => '0',
36228 ))
36229 ->values(array(
36230   'name' => 'EntityAPIControllerInterface',
36231   'type' => 'interface',
36232   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
36233   'module' => 'entity',
36234   'weight' => '0',
36235 ))
36236 ->values(array(
36237   'name' => 'EntityAPIControllerRevisionableInterface',
36238   'type' => 'interface',
36239   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
36240   'module' => 'entity',
36241   'weight' => '0',
36242 ))
36243 ->values(array(
36244   'name' => 'EntityAPIi18nItegrationTestCase',
36245   'type' => 'class',
36246   'filename' => 'sites/all/modules/entity/entity.test',
36247   'module' => 'entity',
36248   'weight' => '0',
36249 ))
36250 ->values(array(
36251   'name' => 'EntityAPIRulesIntegrationTestCase',
36252   'type' => 'class',
36253   'filename' => 'sites/all/modules/entity/entity.test',
36254   'module' => 'entity',
36255   'weight' => '0',
36256 ))
36257 ->values(array(
36258   'name' => 'EntityAPITestCase',
36259   'type' => 'class',
36260   'filename' => 'sites/all/modules/entity/entity.test',
36261   'module' => 'entity',
36262   'weight' => '0',
36263 ))
36264 ->values(array(
36265   'name' => 'EntityBundleableUIController',
36266   'type' => 'class',
36267   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
36268   'module' => 'entity',
36269   'weight' => '0',
36270 ))
36271 ->values(array(
36272   'name' => 'EntityContentUIController',
36273   'type' => 'class',
36274   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
36275   'module' => 'entity',
36276   'weight' => '0',
36277 ))
36278 ->values(array(
36279   'name' => 'EntityCrudHookTestCase',
36280   'type' => 'class',
36281   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.test',
36282   'module' => 'simpletest',
36283   'weight' => '0',
36284 ))
36285 ->values(array(
36286   'name' => 'EntityDB',
36287   'type' => 'class',
36288   'filename' => 'sites/all/modules/entity/includes/entity.inc',
36289   'module' => 'entity',
36290   'weight' => '0',
36291 ))
36292 ->values(array(
36293   'name' => 'EntityDBExtendable',
36294   'type' => 'class',
36295   'filename' => 'sites/all/modules/entity/includes/entity.inc',
36296   'module' => 'entity',
36297   'weight' => '0',
36298 ))
36299 ->values(array(
36300   'name' => 'EntityDefaultExtraFieldsController',
36301   'type' => 'class',
36302   'filename' => 'sites/all/modules/entity/entity.info.inc',
36303   'module' => 'entity',
36304   'weight' => '0',
36305 ))
36306 ->values(array(
36307   'name' => 'EntityDefaultFeaturesController',
36308   'type' => 'class',
36309   'filename' => 'sites/all/modules/entity/entity.features.inc',
36310   'module' => 'entity',
36311   'weight' => '0',
36312 ))
36313 ->values(array(
36314   'name' => 'EntityDefaultI18nStringController',
36315   'type' => 'class',
36316   'filename' => 'sites/all/modules/entity/entity.i18n.inc',
36317   'module' => 'entity',
36318   'weight' => '0',
36319 ))
36320 ->values(array(
36321   'name' => 'EntityDefaultMetadataController',
36322   'type' => 'class',
36323   'filename' => 'sites/all/modules/entity/entity.info.inc',
36324   'module' => 'entity',
36325   'weight' => '0',
36326 ))
36327 ->values(array(
36328   'name' => 'EntityDefaultRulesController',
36329   'type' => 'class',
36330   'filename' => 'sites/all/modules/entity/entity.rules.inc',
36331   'module' => 'entity',
36332   'weight' => '0',
36333 ))
36334 ->values(array(
36335   'name' => 'EntityDefaultUIController',
36336   'type' => 'class',
36337   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
36338   'module' => 'entity',
36339   'weight' => '0',
36340 ))
36341 ->values(array(
36342   'name' => 'EntityDefaultViewsController',
36343   'type' => 'class',
36344   'filename' => 'sites/all/modules/entity/views/entity.views.inc',
36345   'module' => 'entity',
36346   'weight' => '0',
36347 ))
36348 ->values(array(
36349   'name' => 'EntityDrupalWrapper',
36350   'type' => 'class',
36351   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
36352   'module' => 'entity',
36353   'weight' => '0',
36354 ))
36355 ->values(array(
36356   'name' => 'EntityExtendable',
36357   'type' => 'class',
36358   'filename' => 'sites/all/modules/entity/includes/entity.inc',
36359   'module' => 'entity',
36360   'weight' => '0',
36361 ))
36362 ->values(array(
36363   'name' => 'EntityExtraFieldsControllerInterface',
36364   'type' => 'interface',
36365   'filename' => 'sites/all/modules/entity/entity.info.inc',
36366   'module' => 'entity',
36367   'weight' => '0',
36368 ))
36369 ->values(array(
36370   'name' => 'EntityFieldHandlerHelper',
36371   'type' => 'class',
36372   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_field_handler_helper.inc',
36373   'module' => 'entity',
36374   'weight' => '0',
36375 ))
36376 ->values(array(
36377   'name' => 'EntityFieldQuery',
36378   'type' => 'class',
36379   'filename' => 'includes/entity.inc',
36380   'module' => '',
36381   'weight' => '0',
36382 ))
36383 ->values(array(
36384   'name' => 'EntityFieldQueryException',
36385   'type' => 'class',
36386   'filename' => 'includes/entity.inc',
36387   'module' => '',
36388   'weight' => '0',
36389 ))
36390 ->values(array(
36391   'name' => 'EntityFieldQueryTestCase',
36392   'type' => 'class',
36393   'filename' => 'modules/simpletest/tests/entity_query.test',
36394   'module' => 'simpletest',
36395   'weight' => '0',
36396 ))
36397 ->values(array(
36398   'name' => 'EntityLoadTestCase',
36399   'type' => 'class',
36400   'filename' => 'modules/simpletest/tests/entity_crud.test',
36401   'module' => 'simpletest',
36402   'weight' => '0',
36403 ))
36404 ->values(array(
36405   'name' => 'EntityMalformedException',
36406   'type' => 'class',
36407   'filename' => 'includes/entity.inc',
36408   'module' => '',
36409   'weight' => '0',
36410 ))
36411 ->values(array(
36412   'name' => 'EntityMetadataArrayObject',
36413   'type' => 'class',
36414   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
36415   'module' => 'entity',
36416   'weight' => '0',
36417 ))
36418 ->values(array(
36419   'name' => 'EntityMetadataIntegrationTestCase',
36420   'type' => 'class',
36421   'filename' => 'sites/all/modules/entity/entity.test',
36422   'module' => 'entity',
36423   'weight' => '0',
36424 ))
36425 ->values(array(
36426   'name' => 'EntityMetadataNodeAccessTestCase',
36427   'type' => 'class',
36428   'filename' => 'sites/all/modules/entity/entity.test',
36429   'module' => 'entity',
36430   'weight' => '0',
36431 ))
36432 ->values(array(
36433   'name' => 'EntityMetadataNodeCreateAccessTestCase',
36434   'type' => 'class',
36435   'filename' => 'sites/all/modules/entity/entity.test',
36436   'module' => 'entity',
36437   'weight' => '0',
36438 ))
36439 ->values(array(
36440   'name' => 'EntityMetadataNodeRevisionAccessTestCase',
36441   'type' => 'class',
36442   'filename' => 'sites/all/modules/entity/entity.test',
36443   'module' => 'entity',
36444   'weight' => '0',
36445 ))
36446 ->values(array(
36447   'name' => 'EntityMetadataTestCase',
36448   'type' => 'class',
36449   'filename' => 'sites/all/modules/entity/entity.test',
36450   'module' => 'entity',
36451   'weight' => '0',
36452 ))
36453 ->values(array(
36454   'name' => 'EntityMetadataWrapper',
36455   'type' => 'class',
36456   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
36457   'module' => 'entity',
36458   'weight' => '0',
36459 ))
36460 ->values(array(
36461   'name' => 'EntityMetadataWrapperException',
36462   'type' => 'class',
36463   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
36464   'module' => 'entity',
36465   'weight' => '0',
36466 ))
36467 ->values(array(
36468   'name' => 'EntityMetadataWrapperIterator',
36469   'type' => 'class',
36470   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
36471   'module' => 'entity',
36472   'weight' => '0',
36473 ))
36474 ->values(array(
36475   'name' => 'EntityPropertiesTestCase',
36476   'type' => 'class',
36477   'filename' => 'modules/field/tests/field.test',
36478   'module' => 'field',
36479   'weight' => '0',
36480 ))
36481 ->values(array(
36482   'name' => 'EntityReferenceAdminTestCase',
36483   'type' => 'class',
36484   'filename' => 'sites/all/modules/entityreference/tests/entityreference.admin.test',
36485   'module' => 'entityreference',
36486   'weight' => '0',
36487 ))
36488 ->values(array(
36489   'name' => 'EntityReferenceBehavior_TaxonomyIndex',
36490   'type' => 'class',
36491   'filename' => 'sites/all/modules/entityreference/plugins/behavior/EntityReferenceBehavior_TaxonomyIndex.class.php',
36492   'module' => 'entityreference',
36493   'weight' => '0',
36494 ))
36495 ->values(array(
36496   'name' => 'EntityReferenceHandlersTestCase',
36497   'type' => 'class',
36498   'filename' => 'sites/all/modules/entityreference/tests/entityreference.handlers.test',
36499   'module' => 'entityreference',
36500   'weight' => '0',
36501 ))
36502 ->values(array(
36503   'name' => 'EntityReferenceTaxonomyTestCase',
36504   'type' => 'class',
36505   'filename' => 'sites/all/modules/entityreference/tests/entityreference.taxonomy.test',
36506   'module' => 'entityreference',
36507   'weight' => '0',
36508 ))
36509 ->values(array(
36510   'name' => 'EntityReference_BehaviorHandler',
36511   'type' => 'interface',
36512   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
36513   'module' => 'entityreference',
36514   'weight' => '0',
36515 ))
36516 ->values(array(
36517   'name' => 'EntityReference_BehaviorHandler_Abstract',
36518   'type' => 'class',
36519   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
36520   'module' => 'entityreference',
36521   'weight' => '0',
36522 ))
36523 ->values(array(
36524   'name' => 'EntityReference_BehaviorHandler_Broken',
36525   'type' => 'class',
36526   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
36527   'module' => 'entityreference',
36528   'weight' => '0',
36529 ))
36530 ->values(array(
36531   'name' => 'entityreference_plugin_display',
36532   'type' => 'class',
36533   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_display.inc',
36534   'module' => 'entityreference',
36535   'weight' => '0',
36536 ))
36537 ->values(array(
36538   'name' => 'entityreference_plugin_row_fields',
36539   'type' => 'class',
36540   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_row_fields.inc',
36541   'module' => 'entityreference',
36542   'weight' => '0',
36543 ))
36544 ->values(array(
36545   'name' => 'entityreference_plugin_style',
36546   'type' => 'class',
36547   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_style.inc',
36548   'module' => 'entityreference',
36549   'weight' => '0',
36550 ))
36551 ->values(array(
36552   'name' => 'EntityReference_SelectionHandler',
36553   'type' => 'interface',
36554   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
36555   'module' => 'entityreference',
36556   'weight' => '0',
36557 ))
36558 ->values(array(
36559   'name' => 'EntityReference_SelectionHandler_Broken',
36560   'type' => 'class',
36561   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
36562   'module' => 'entityreference',
36563   'weight' => '0',
36564 ))
36565 ->values(array(
36566   'name' => 'EntityReference_SelectionHandler_Generic',
36567   'type' => 'class',
36568   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
36569   'module' => 'entityreference',
36570   'weight' => '0',
36571 ))
36572 ->values(array(
36573   'name' => 'EntityReference_SelectionHandler_Generic_comment',
36574   'type' => 'class',
36575   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
36576   'module' => 'entityreference',
36577   'weight' => '0',
36578 ))
36579 ->values(array(
36580   'name' => 'EntityReference_SelectionHandler_Generic_file',
36581   'type' => 'class',
36582   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
36583   'module' => 'entityreference',
36584   'weight' => '0',
36585 ))
36586 ->values(array(
36587   'name' => 'EntityReference_SelectionHandler_Generic_node',
36588   'type' => 'class',
36589   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
36590   'module' => 'entityreference',
36591   'weight' => '0',
36592 ))
36593 ->values(array(
36594   'name' => 'EntityReference_SelectionHandler_Generic_taxonomy_term',
36595   'type' => 'class',
36596   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
36597   'module' => 'entityreference',
36598   'weight' => '0',
36599 ))
36600 ->values(array(
36601   'name' => 'EntityReference_SelectionHandler_Generic_user',
36602   'type' => 'class',
36603   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
36604   'module' => 'entityreference',
36605   'weight' => '0',
36606 ))
36607 ->values(array(
36608   'name' => 'EntityStructureWrapper',
36609   'type' => 'class',
36610   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
36611   'module' => 'entity',
36612   'weight' => '0',
36613 ))
36614 ->values(array(
36615   'name' => 'EntityTokenTestCase',
36616   'type' => 'class',
36617   'filename' => 'sites/all/modules/entity/entity.test',
36618   'module' => 'entity',
36619   'weight' => '0',
36620 ))
36621 ->values(array(
36622   'name' => 'EntityValueWrapper',
36623   'type' => 'class',
36624   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
36625   'module' => 'entity',
36626   'weight' => '0',
36627 ))
36628 ->values(array(
36629   'name' => 'EntityWebTestCase',
36630   'type' => 'class',
36631   'filename' => 'sites/all/modules/entity/entity.test',
36632   'module' => 'entity',
36633   'weight' => '0',
36634 ))
36635 ->values(array(
36636   'name' => 'entity_views_handler_area_entity',
36637   'type' => 'class',
36638   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_area_entity.inc',
36639   'module' => 'entity',
36640   'weight' => '0',
36641 ))
36642 ->values(array(
36643   'name' => 'entity_views_handler_field_boolean',
36644   'type' => 'class',
36645   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_boolean.inc',
36646   'module' => 'entity',
36647   'weight' => '0',
36648 ))
36649 ->values(array(
36650   'name' => 'entity_views_handler_field_date',
36651   'type' => 'class',
36652   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_date.inc',
36653   'module' => 'entity',
36654   'weight' => '0',
36655 ))
36656 ->values(array(
36657   'name' => 'entity_views_handler_field_duration',
36658   'type' => 'class',
36659   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_duration.inc',
36660   'module' => 'entity',
36661   'weight' => '0',
36662 ))
36663 ->values(array(
36664   'name' => 'entity_views_handler_field_entity',
36665   'type' => 'class',
36666   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_entity.inc',
36667   'module' => 'entity',
36668   'weight' => '0',
36669 ))
36670 ->values(array(
36671   'name' => 'entity_views_handler_field_field',
36672   'type' => 'class',
36673   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_field.inc',
36674   'module' => 'entity',
36675   'weight' => '0',
36676 ))
36677 ->values(array(
36678   'name' => 'entity_views_handler_field_numeric',
36679   'type' => 'class',
36680   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_numeric.inc',
36681   'module' => 'entity',
36682   'weight' => '0',
36683 ))
36684 ->values(array(
36685   'name' => 'entity_views_handler_field_options',
36686   'type' => 'class',
36687   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_options.inc',
36688   'module' => 'entity',
36689   'weight' => '0',
36690 ))
36691 ->values(array(
36692   'name' => 'entity_views_handler_field_text',
36693   'type' => 'class',
36694   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_text.inc',
36695   'module' => 'entity',
36696   'weight' => '0',
36697 ))
36698 ->values(array(
36699   'name' => 'entity_views_handler_field_uri',
36700   'type' => 'class',
36701   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_uri.inc',
36702   'module' => 'entity',
36703   'weight' => '0',
36704 ))
36705 ->values(array(
36706   'name' => 'entity_views_handler_relationship',
36707   'type' => 'class',
36708   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship.inc',
36709   'module' => 'entity',
36710   'weight' => '0',
36711 ))
36712 ->values(array(
36713   'name' => 'entity_views_handler_relationship_by_bundle',
36714   'type' => 'class',
36715   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship_by_bundle.inc',
36716   'module' => 'entity',
36717   'weight' => '0',
36718 ))
36719 ->values(array(
36720   'name' => 'entity_views_plugin_row_entity_view',
36721   'type' => 'class',
36722   'filename' => 'sites/all/modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc',
36723   'module' => 'entity',
36724   'weight' => '0',
36725 ))
36726 ->values(array(
36727   'name' => 'ESPhoneNumberTestCase',
36728   'type' => 'class',
36729   'filename' => 'sites/all/modules/phone/tests/phone.es.test',
36730   'module' => 'phone',
36731   'weight' => '0',
36732 ))
36733 ->values(array(
36734   'name' => 'FakeRecord',
36735   'type' => 'class',
36736   'filename' => 'modules/simpletest/tests/database_test.test',
36737   'module' => 'simpletest',
36738   'weight' => '0',
36739 ))
36740 ->values(array(
36741   'name' => 'FeedIconTest',
36742   'type' => 'class',
36743   'filename' => 'modules/simpletest/tests/common.test',
36744   'module' => 'simpletest',
36745   'weight' => '0',
36746 ))
36747 ->values(array(
36748   'name' => 'FeedParserTestCase',
36749   'type' => 'class',
36750   'filename' => 'modules/aggregator/aggregator.test',
36751   'module' => 'aggregator',
36752   'weight' => '0',
36753 ))
36754 ->values(array(
36755   'name' => 'FeedsMapperFieldTestCase',
36756   'type' => 'class',
36757   'filename' => 'sites/all/modules/entityreference/tests/entityreference.feeds.test',
36758   'module' => 'entityreference',
36759   'weight' => '0',
36760 ))
36761 ->values(array(
36762   'name' => 'FieldAttachOtherTestCase',
36763   'type' => 'class',
36764   'filename' => 'modules/field/tests/field.test',
36765   'module' => 'field',
36766   'weight' => '0',
36767 ))
36768 ->values(array(
36769   'name' => 'FieldAttachStorageTestCase',
36770   'type' => 'class',
36771   'filename' => 'modules/field/tests/field.test',
36772   'module' => 'field',
36773   'weight' => '0',
36774 ))
36775 ->values(array(
36776   'name' => 'FieldAttachTestCase',
36777   'type' => 'class',
36778   'filename' => 'modules/field/tests/field.test',
36779   'module' => 'field',
36780   'weight' => '0',
36781 ))
36782 ->values(array(
36783   'name' => 'FieldBulkDeleteTestCase',
36784   'type' => 'class',
36785   'filename' => 'modules/field/tests/field.test',
36786   'module' => 'field',
36787   'weight' => '0',
36788 ))
36789 ->values(array(
36790   'name' => 'FieldCrudTestCase',
36791   'type' => 'class',
36792   'filename' => 'modules/field/tests/field.test',
36793   'module' => 'field',
36794   'weight' => '0',
36795 ))
36796 ->values(array(
36797   'name' => 'FieldDisplayAPITestCase',
36798   'type' => 'class',
36799   'filename' => 'modules/field/tests/field.test',
36800   'module' => 'field',
36801   'weight' => '0',
36802 ))
36803 ->values(array(
36804   'name' => 'FieldException',
36805   'type' => 'class',
36806   'filename' => 'modules/field/field.module',
36807   'module' => 'field',
36808   'weight' => '0',
36809 ))
36810 ->values(array(
36811   'name' => 'FieldFormTestCase',
36812   'type' => 'class',
36813   'filename' => 'modules/field/tests/field.test',
36814   'module' => 'field',
36815   'weight' => '0',
36816 ))
36817 ->values(array(
36818   'name' => 'FieldInfo',
36819   'type' => 'class',
36820   'filename' => 'modules/field/field.info.class.inc',
36821   'module' => 'field',
36822   'weight' => '0',
36823 ))
36824 ->values(array(
36825   'name' => 'FieldInfoTestCase',
36826   'type' => 'class',
36827   'filename' => 'modules/field/tests/field.test',
36828   'module' => 'field',
36829   'weight' => '0',
36830 ))
36831 ->values(array(
36832   'name' => 'FieldInstanceCrudTestCase',
36833   'type' => 'class',
36834   'filename' => 'modules/field/tests/field.test',
36835   'module' => 'field',
36836   'weight' => '0',
36837 ))
36838 ->values(array(
36839   'name' => 'FieldsOverlapException',
36840   'type' => 'class',
36841   'filename' => 'includes/database/database.inc',
36842   'module' => '',
36843   'weight' => '0',
36844 ))
36845 ->values(array(
36846   'name' => 'FieldSqlStorageTestCase',
36847   'type' => 'class',
36848   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.test',
36849   'module' => 'field_sql_storage',
36850   'weight' => '0',
36851 ))
36852 ->values(array(
36853   'name' => 'FieldTestCase',
36854   'type' => 'class',
36855   'filename' => 'modules/field/tests/field.test',
36856   'module' => 'field',
36857   'weight' => '0',
36858 ))
36859 ->values(array(
36860   'name' => 'FieldTranslationsTestCase',
36861   'type' => 'class',
36862   'filename' => 'modules/field/tests/field.test',
36863   'module' => 'field',
36864   'weight' => '0',
36865 ))
36866 ->values(array(
36867   'name' => 'FieldUIAlterTestCase',
36868   'type' => 'class',
36869   'filename' => 'modules/field_ui/field_ui.test',
36870   'module' => 'field_ui',
36871   'weight' => '0',
36872 ))
36873 ->values(array(
36874   'name' => 'FieldUIManageDisplayTestCase',
36875   'type' => 'class',
36876   'filename' => 'modules/field_ui/field_ui.test',
36877   'module' => 'field_ui',
36878   'weight' => '0',
36879 ))
36880 ->values(array(
36881   'name' => 'FieldUIManageFieldsTestCase',
36882   'type' => 'class',
36883   'filename' => 'modules/field_ui/field_ui.test',
36884   'module' => 'field_ui',
36885   'weight' => '0',
36886 ))
36887 ->values(array(
36888   'name' => 'FieldUITestCase',
36889   'type' => 'class',
36890   'filename' => 'modules/field_ui/field_ui.test',
36891   'module' => 'field_ui',
36892   'weight' => '0',
36893 ))
36894 ->values(array(
36895   'name' => 'FieldUpdateForbiddenException',
36896   'type' => 'class',
36897   'filename' => 'modules/field/field.module',
36898   'module' => 'field',
36899   'weight' => '0',
36900 ))
36901 ->values(array(
36902   'name' => 'FieldUpdatePathTestCase',
36903   'type' => 'class',
36904   'filename' => 'modules/simpletest/tests/upgrade/update.field.test',
36905   'module' => 'simpletest',
36906   'weight' => '0',
36907 ))
36908 ->values(array(
36909   'name' => 'FieldValidationException',
36910   'type' => 'class',
36911   'filename' => 'modules/field/field.attach.inc',
36912   'module' => 'field',
36913   'weight' => '0',
36914 ))
36915 ->values(array(
36916   'name' => 'FileCopyTest',
36917   'type' => 'class',
36918   'filename' => 'modules/simpletest/tests/file.test',
36919   'module' => 'simpletest',
36920   'weight' => '0',
36921 ))
36922 ->values(array(
36923   'name' => 'FileDeleteTest',
36924   'type' => 'class',
36925   'filename' => 'modules/simpletest/tests/file.test',
36926   'module' => 'simpletest',
36927   'weight' => '0',
36928 ))
36929 ->values(array(
36930   'name' => 'FileDirectoryTest',
36931   'type' => 'class',
36932   'filename' => 'modules/simpletest/tests/file.test',
36933   'module' => 'simpletest',
36934   'weight' => '0',
36935 ))
36936 ->values(array(
36937   'name' => 'FileDownloadTest',
36938   'type' => 'class',
36939   'filename' => 'modules/simpletest/tests/file.test',
36940   'module' => 'simpletest',
36941   'weight' => '0',
36942 ))
36943 ->values(array(
36944   'name' => 'FileFieldDisplayTestCase',
36945   'type' => 'class',
36946   'filename' => 'modules/file/tests/file.test',
36947   'module' => 'file',
36948   'weight' => '0',
36949 ))
36950 ->values(array(
36951   'name' => 'FileFieldPathTestCase',
36952   'type' => 'class',
36953   'filename' => 'modules/file/tests/file.test',
36954   'module' => 'file',
36955   'weight' => '0',
36956 ))
36957 ->values(array(
36958   'name' => 'FileFieldRevisionTestCase',
36959   'type' => 'class',
36960   'filename' => 'modules/file/tests/file.test',
36961   'module' => 'file',
36962   'weight' => '0',
36963 ))
36964 ->values(array(
36965   'name' => 'FileFieldTestCase',
36966   'type' => 'class',
36967   'filename' => 'modules/file/tests/file.test',
36968   'module' => 'file',
36969   'weight' => '0',
36970 ))
36971 ->values(array(
36972   'name' => 'FileFieldValidateTestCase',
36973   'type' => 'class',
36974   'filename' => 'modules/file/tests/file.test',
36975   'module' => 'file',
36976   'weight' => '0',
36977 ))
36978 ->values(array(
36979   'name' => 'FileFieldWidgetTestCase',
36980   'type' => 'class',
36981   'filename' => 'modules/file/tests/file.test',
36982   'module' => 'file',
36983   'weight' => '0',
36984 ))
36985 ->values(array(
36986   'name' => 'FileHookTestCase',
36987   'type' => 'class',
36988   'filename' => 'modules/simpletest/tests/file.test',
36989   'module' => 'simpletest',
36990   'weight' => '0',
36991 ))
36992 ->values(array(
36993   'name' => 'FileLoadTest',
36994   'type' => 'class',
36995   'filename' => 'modules/simpletest/tests/file.test',
36996   'module' => 'simpletest',
36997   'weight' => '0',
36998 ))
36999 ->values(array(
37000   'name' => 'FileManagedFileElementTestCase',
37001   'type' => 'class',
37002   'filename' => 'modules/file/tests/file.test',
37003   'module' => 'file',
37004   'weight' => '0',
37005 ))
37006 ->values(array(
37007   'name' => 'FileMimeTypeTest',
37008   'type' => 'class',
37009   'filename' => 'modules/simpletest/tests/file.test',
37010   'module' => 'simpletest',
37011   'weight' => '0',
37012 ))
37013 ->values(array(
37014   'name' => 'FileMoveTest',
37015   'type' => 'class',
37016   'filename' => 'modules/simpletest/tests/file.test',
37017   'module' => 'simpletest',
37018   'weight' => '0',
37019 ))
37020 ->values(array(
37021   'name' => 'FileNameMungingTest',
37022   'type' => 'class',
37023   'filename' => 'modules/simpletest/tests/file.test',
37024   'module' => 'simpletest',
37025   'weight' => '0',
37026 ))
37027 ->values(array(
37028   'name' => 'FilePrivateTestCase',
37029   'type' => 'class',
37030   'filename' => 'modules/file/tests/file.test',
37031   'module' => 'file',
37032   'weight' => '0',
37033 ))
37034 ->values(array(
37035   'name' => 'FileSaveDataTest',
37036   'type' => 'class',
37037   'filename' => 'modules/simpletest/tests/file.test',
37038   'module' => 'simpletest',
37039   'weight' => '0',
37040 ))
37041 ->values(array(
37042   'name' => 'FileSaveTest',
37043   'type' => 'class',
37044   'filename' => 'modules/simpletest/tests/file.test',
37045   'module' => 'simpletest',
37046   'weight' => '0',
37047 ))
37048 ->values(array(
37049   'name' => 'FileSaveUploadTest',
37050   'type' => 'class',
37051   'filename' => 'modules/simpletest/tests/file.test',
37052   'module' => 'simpletest',
37053   'weight' => '0',
37054 ))
37055 ->values(array(
37056   'name' => 'FileScanDirectoryTest',
37057   'type' => 'class',
37058   'filename' => 'modules/simpletest/tests/file.test',
37059   'module' => 'simpletest',
37060   'weight' => '0',
37061 ))
37062 ->values(array(
37063   'name' => 'FileSpaceUsedTest',
37064   'type' => 'class',
37065   'filename' => 'modules/simpletest/tests/file.test',
37066   'module' => 'simpletest',
37067   'weight' => '0',
37068 ))
37069 ->values(array(
37070   'name' => 'FileTaxonomyTermTestCase',
37071   'type' => 'class',
37072   'filename' => 'modules/file/tests/file.test',
37073   'module' => 'file',
37074   'weight' => '0',
37075 ))
37076 ->values(array(
37077   'name' => 'FileTestCase',
37078   'type' => 'class',
37079   'filename' => 'modules/simpletest/tests/file.test',
37080   'module' => 'simpletest',
37081   'weight' => '0',
37082 ))
37083 ->values(array(
37084   'name' => 'FileTokenReplaceTestCase',
37085   'type' => 'class',
37086   'filename' => 'modules/file/tests/file.test',
37087   'module' => 'file',
37088   'weight' => '0',
37089 ))
37090 ->values(array(
37091   'name' => 'FileTranferTest',
37092   'type' => 'class',
37093   'filename' => 'modules/simpletest/tests/filetransfer.test',
37094   'module' => 'simpletest',
37095   'weight' => '0',
37096 ))
37097 ->values(array(
37098   'name' => 'FileTransfer',
37099   'type' => 'class',
37100   'filename' => 'includes/filetransfer/filetransfer.inc',
37101   'module' => '',
37102   'weight' => '0',
37103 ))
37104 ->values(array(
37105   'name' => 'FileTransferChmodInterface',
37106   'type' => 'interface',
37107   'filename' => 'includes/filetransfer/filetransfer.inc',
37108   'module' => '',
37109   'weight' => '0',
37110 ))
37111 ->values(array(
37112   'name' => 'FileTransferException',
37113   'type' => 'class',
37114   'filename' => 'includes/filetransfer/filetransfer.inc',
37115   'module' => '',
37116   'weight' => '0',
37117 ))
37118 ->values(array(
37119   'name' => 'FileTransferFTP',
37120   'type' => 'class',
37121   'filename' => 'includes/filetransfer/ftp.inc',
37122   'module' => '',
37123   'weight' => '0',
37124 ))
37125 ->values(array(
37126   'name' => 'FileTransferFTPExtension',
37127   'type' => 'class',
37128   'filename' => 'includes/filetransfer/ftp.inc',
37129   'module' => '',
37130   'weight' => '0',
37131 ))
37132 ->values(array(
37133   'name' => 'FileTransferLocal',
37134   'type' => 'class',
37135   'filename' => 'includes/filetransfer/local.inc',
37136   'module' => '',
37137   'weight' => '0',
37138 ))
37139 ->values(array(
37140   'name' => 'FileTransferSSH',
37141   'type' => 'class',
37142   'filename' => 'includes/filetransfer/ssh.inc',
37143   'module' => '',
37144   'weight' => '0',
37145 ))
37146 ->values(array(
37147   'name' => 'FileUnmanagedCopyTest',
37148   'type' => 'class',
37149   'filename' => 'modules/simpletest/tests/file.test',
37150   'module' => 'simpletest',
37151   'weight' => '0',
37152 ))
37153 ->values(array(
37154   'name' => 'FileUnmanagedDeleteRecursiveTest',
37155   'type' => 'class',
37156   'filename' => 'modules/simpletest/tests/file.test',
37157   'module' => 'simpletest',
37158   'weight' => '0',
37159 ))
37160 ->values(array(
37161   'name' => 'FileUnmanagedDeleteTest',
37162   'type' => 'class',
37163   'filename' => 'modules/simpletest/tests/file.test',
37164   'module' => 'simpletest',
37165   'weight' => '0',
37166 ))
37167 ->values(array(
37168   'name' => 'FileUnmanagedMoveTest',
37169   'type' => 'class',
37170   'filename' => 'modules/simpletest/tests/file.test',
37171   'module' => 'simpletest',
37172   'weight' => '0',
37173 ))
37174 ->values(array(
37175   'name' => 'FileUnmanagedSaveDataTest',
37176   'type' => 'class',
37177   'filename' => 'modules/simpletest/tests/file.test',
37178   'module' => 'simpletest',
37179   'weight' => '0',
37180 ))
37181 ->values(array(
37182   'name' => 'FileURLRewritingTest',
37183   'type' => 'class',
37184   'filename' => 'modules/simpletest/tests/file.test',
37185   'module' => 'simpletest',
37186   'weight' => '0',
37187 ))
37188 ->values(array(
37189   'name' => 'FileUsageTest',
37190   'type' => 'class',
37191   'filename' => 'modules/simpletest/tests/file.test',
37192   'module' => 'simpletest',
37193   'weight' => '0',
37194 ))
37195 ->values(array(
37196   'name' => 'FileValidateTest',
37197   'type' => 'class',
37198   'filename' => 'modules/simpletest/tests/file.test',
37199   'module' => 'simpletest',
37200   'weight' => '0',
37201 ))
37202 ->values(array(
37203   'name' => 'FileValidatorTest',
37204   'type' => 'class',
37205   'filename' => 'modules/simpletest/tests/file.test',
37206   'module' => 'simpletest',
37207   'weight' => '0',
37208 ))
37209 ->values(array(
37210   'name' => 'FilledMinimalUpdatePath',
37211   'type' => 'class',
37212   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
37213   'module' => 'simpletest',
37214   'weight' => '0',
37215 ))
37216 ->values(array(
37217   'name' => 'FilledStandardUpdatePath',
37218   'type' => 'class',
37219   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
37220   'module' => 'simpletest',
37221   'weight' => '0',
37222 ))
37223 ->values(array(
37224   'name' => 'FilterAdminTestCase',
37225   'type' => 'class',
37226   'filename' => 'modules/filter/filter.test',
37227   'module' => 'filter',
37228   'weight' => '0',
37229 ))
37230 ->values(array(
37231   'name' => 'FilterCRUDTestCase',
37232   'type' => 'class',
37233   'filename' => 'modules/filter/filter.test',
37234   'module' => 'filter',
37235   'weight' => '0',
37236 ))
37237 ->values(array(
37238   'name' => 'FilterDefaultFormatTestCase',
37239   'type' => 'class',
37240   'filename' => 'modules/filter/filter.test',
37241   'module' => 'filter',
37242   'weight' => '0',
37243 ))
37244 ->values(array(
37245   'name' => 'FilterDOMSerializeTestCase',
37246   'type' => 'class',
37247   'filename' => 'modules/filter/filter.test',
37248   'module' => 'filter',
37249   'weight' => '0',
37250 ))
37251 ->values(array(
37252   'name' => 'FilterFormatAccessTestCase',
37253   'type' => 'class',
37254   'filename' => 'modules/filter/filter.test',
37255   'module' => 'filter',
37256   'weight' => '0',
37257 ))
37258 ->values(array(
37259   'name' => 'FilterFormatUpgradePathTestCase',
37260   'type' => 'class',
37261   'filename' => 'modules/simpletest/tests/upgrade/upgrade.filter.test',
37262   'module' => 'simpletest',
37263   'weight' => '0',
37264 ))
37265 ->values(array(
37266   'name' => 'FilterHooksTestCase',
37267   'type' => 'class',
37268   'filename' => 'modules/filter/filter.test',
37269   'module' => 'filter',
37270   'weight' => '0',
37271 ))
37272 ->values(array(
37273   'name' => 'FilterNoFormatTestCase',
37274   'type' => 'class',
37275   'filename' => 'modules/filter/filter.test',
37276   'module' => 'filter',
37277   'weight' => '0',
37278 ))
37279 ->values(array(
37280   'name' => 'FilterSecurityTestCase',
37281   'type' => 'class',
37282   'filename' => 'modules/filter/filter.test',
37283   'module' => 'filter',
37284   'weight' => '0',
37285 ))
37286 ->values(array(
37287   'name' => 'FilterSettingsTestCase',
37288   'type' => 'class',
37289   'filename' => 'modules/filter/filter.test',
37290   'module' => 'filter',
37291   'weight' => '0',
37292 ))
37293 ->values(array(
37294   'name' => 'FilterUnitTestCase',
37295   'type' => 'class',
37296   'filename' => 'modules/filter/filter.test',
37297   'module' => 'filter',
37298   'weight' => '0',
37299 ))
37300 ->values(array(
37301   'name' => 'FloodFunctionalTest',
37302   'type' => 'class',
37303   'filename' => 'modules/system/system.test',
37304   'module' => 'system',
37305   'weight' => '0',
37306 ))
37307 ->values(array(
37308   'name' => 'FormAlterTestCase',
37309   'type' => 'class',
37310   'filename' => 'modules/simpletest/tests/form.test',
37311   'module' => 'simpletest',
37312   'weight' => '0',
37313 ))
37314 ->values(array(
37315   'name' => 'FormatDateUnitTest',
37316   'type' => 'class',
37317   'filename' => 'modules/simpletest/tests/common.test',
37318   'module' => 'simpletest',
37319   'weight' => '0',
37320 ))
37321 ->values(array(
37322   'name' => 'FormCheckboxTestCase',
37323   'type' => 'class',
37324   'filename' => 'modules/simpletest/tests/form.test',
37325   'module' => 'simpletest',
37326   'weight' => '0',
37327 ))
37328 ->values(array(
37329   'name' => 'FormElementTestCase',
37330   'type' => 'class',
37331   'filename' => 'modules/simpletest/tests/form.test',
37332   'module' => 'simpletest',
37333   'weight' => '0',
37334 ))
37335 ->values(array(
37336   'name' => 'FormsArbitraryRebuildTestCase',
37337   'type' => 'class',
37338   'filename' => 'modules/simpletest/tests/form.test',
37339   'module' => 'simpletest',
37340   'weight' => '0',
37341 ))
37342 ->values(array(
37343   'name' => 'FormsElementsLabelsTestCase',
37344   'type' => 'class',
37345   'filename' => 'modules/simpletest/tests/form.test',
37346   'module' => 'simpletest',
37347   'weight' => '0',
37348 ))
37349 ->values(array(
37350   'name' => 'FormsElementsTableSelectFunctionalTest',
37351   'type' => 'class',
37352   'filename' => 'modules/simpletest/tests/form.test',
37353   'module' => 'simpletest',
37354   'weight' => '0',
37355 ))
37356 ->values(array(
37357   'name' => 'FormsElementsVerticalTabsFunctionalTest',
37358   'type' => 'class',
37359   'filename' => 'modules/simpletest/tests/form.test',
37360   'module' => 'simpletest',
37361   'weight' => '0',
37362 ))
37363 ->values(array(
37364   'name' => 'FormsFileInclusionTestCase',
37365   'type' => 'class',
37366   'filename' => 'modules/simpletest/tests/form.test',
37367   'module' => 'simpletest',
37368   'weight' => '0',
37369 ))
37370 ->values(array(
37371   'name' => 'FormsFormStoragePageCacheTestCase',
37372   'type' => 'class',
37373   'filename' => 'modules/simpletest/tests/form.test',
37374   'module' => 'simpletest',
37375   'weight' => '0',
37376 ))
37377 ->values(array(
37378   'name' => 'FormsFormStorageTestCase',
37379   'type' => 'class',
37380   'filename' => 'modules/simpletest/tests/form.test',
37381   'module' => 'simpletest',
37382   'weight' => '0',
37383 ))
37384 ->values(array(
37385   'name' => 'FormsFormWrapperTestCase',
37386   'type' => 'class',
37387   'filename' => 'modules/simpletest/tests/form.test',
37388   'module' => 'simpletest',
37389   'weight' => '0',
37390 ))
37391 ->values(array(
37392   'name' => 'FormsProgrammaticTestCase',
37393   'type' => 'class',
37394   'filename' => 'modules/simpletest/tests/form.test',
37395   'module' => 'simpletest',
37396   'weight' => '0',
37397 ))
37398 ->values(array(
37399   'name' => 'FormsRebuildTestCase',
37400   'type' => 'class',
37401   'filename' => 'modules/simpletest/tests/form.test',
37402   'module' => 'simpletest',
37403   'weight' => '0',
37404 ))
37405 ->values(array(
37406   'name' => 'FormsRedirectTestCase',
37407   'type' => 'class',
37408   'filename' => 'modules/simpletest/tests/form.test',
37409   'module' => 'simpletest',
37410   'weight' => '0',
37411 ))
37412 ->values(array(
37413   'name' => 'FormStateValuesCleanAdvancedTestCase',
37414   'type' => 'class',
37415   'filename' => 'modules/simpletest/tests/form.test',
37416   'module' => 'simpletest',
37417   'weight' => '0',
37418 ))
37419 ->values(array(
37420   'name' => 'FormStateValuesCleanTestCase',
37421   'type' => 'class',
37422   'filename' => 'modules/simpletest/tests/form.test',
37423   'module' => 'simpletest',
37424   'weight' => '0',
37425 ))
37426 ->values(array(
37427   'name' => 'FormsTestCase',
37428   'type' => 'class',
37429   'filename' => 'modules/simpletest/tests/form.test',
37430   'module' => 'simpletest',
37431   'weight' => '0',
37432 ))
37433 ->values(array(
37434   'name' => 'FormsTriggeringElementTestCase',
37435   'type' => 'class',
37436   'filename' => 'modules/simpletest/tests/form.test',
37437   'module' => 'simpletest',
37438   'weight' => '0',
37439 ))
37440 ->values(array(
37441   'name' => 'FormValidationTestCase',
37442   'type' => 'class',
37443   'filename' => 'modules/simpletest/tests/form.test',
37444   'module' => 'simpletest',
37445   'weight' => '0',
37446 ))
37447 ->values(array(
37448   'name' => 'ForumIndexTestCase',
37449   'type' => 'class',
37450   'filename' => 'modules/forum/forum.test',
37451   'module' => 'forum',
37452   'weight' => '0',
37453 ))
37454 ->values(array(
37455   'name' => 'ForumTestCase',
37456   'type' => 'class',
37457   'filename' => 'modules/forum/forum.test',
37458   'module' => 'forum',
37459   'weight' => '0',
37460 ))
37461 ->values(array(
37462   'name' => 'ForumUpgradePathTestCase',
37463   'type' => 'class',
37464   'filename' => 'modules/simpletest/tests/upgrade/upgrade.forum.test',
37465   'module' => 'simpletest',
37466   'weight' => '0',
37467 ))
37468 ->values(array(
37469   'name' => 'FrontPageTestCase',
37470   'type' => 'class',
37471   'filename' => 'modules/system/system.test',
37472   'module' => 'system',
37473   'weight' => '0',
37474 ))
37475 ->values(array(
37476   'name' => 'GraphUnitTest',
37477   'type' => 'class',
37478   'filename' => 'modules/simpletest/tests/graph.test',
37479   'module' => 'simpletest',
37480   'weight' => '0',
37481 ))
37482 ->values(array(
37483   'name' => 'HelpTestCase',
37484   'type' => 'class',
37485   'filename' => 'modules/help/help.test',
37486   'module' => 'help',
37487   'weight' => '0',
37488 ))
37489 ->values(array(
37490   'name' => 'HookBootExitTestCase',
37491   'type' => 'class',
37492   'filename' => 'modules/simpletest/tests/bootstrap.test',
37493   'module' => 'simpletest',
37494   'weight' => '0',
37495 ))
37496 ->values(array(
37497   'name' => 'HookRequirementsTestCase',
37498   'type' => 'class',
37499   'filename' => 'modules/system/system.test',
37500   'module' => 'system',
37501   'weight' => '0',
37502 ))
37503 ->values(array(
37504   'name' => 'HTMLIdTestCase',
37505   'type' => 'class',
37506   'filename' => 'modules/simpletest/tests/form.test',
37507   'module' => 'simpletest',
37508   'weight' => '0',
37509 ))
37510 ->values(array(
37511   'name' => 'HUPhoneNumberTestCase',
37512   'type' => 'class',
37513   'filename' => 'sites/all/modules/phone/tests/phone.hu.test',
37514   'module' => 'phone',
37515   'weight' => '0',
37516 ))
37517 ->values(array(
37518   'name' => 'ILPhoneNumberTestCase',
37519   'type' => 'class',
37520   'filename' => 'sites/all/modules/phone/tests/phone.il.test',
37521   'module' => 'phone',
37522   'weight' => '0',
37523 ))
37524 ->values(array(
37525   'name' => 'ImageAdminStylesUnitTest',
37526   'type' => 'class',
37527   'filename' => 'modules/image/image.test',
37528   'module' => 'image',
37529   'weight' => '0',
37530 ))
37531 ->values(array(
37532   'name' => 'ImageAdminUiTestCase',
37533   'type' => 'class',
37534   'filename' => 'modules/image/image.test',
37535   'module' => 'image',
37536   'weight' => '0',
37537 ))
37538 ->values(array(
37539   'name' => 'ImageDimensionsScaleTestCase',
37540   'type' => 'class',
37541   'filename' => 'modules/image/image.test',
37542   'module' => 'image',
37543   'weight' => '0',
37544 ))
37545 ->values(array(
37546   'name' => 'ImageDimensionsTestCase',
37547   'type' => 'class',
37548   'filename' => 'modules/image/image.test',
37549   'module' => 'image',
37550   'weight' => '0',
37551 ))
37552 ->values(array(
37553   'name' => 'ImageEffectsUnitTest',
37554   'type' => 'class',
37555   'filename' => 'modules/image/image.test',
37556   'module' => 'image',
37557   'weight' => '0',
37558 ))
37559 ->values(array(
37560   'name' => 'ImageFieldDefaultImagesTestCase',
37561   'type' => 'class',
37562   'filename' => 'modules/image/image.test',
37563   'module' => 'image',
37564   'weight' => '0',
37565 ))
37566 ->values(array(
37567   'name' => 'ImageFieldDisplayTestCase',
37568   'type' => 'class',
37569   'filename' => 'modules/image/image.test',
37570   'module' => 'image',
37571   'weight' => '0',
37572 ))
37573 ->values(array(
37574   'name' => 'ImageFieldTestCase',
37575   'type' => 'class',
37576   'filename' => 'modules/image/image.test',
37577   'module' => 'image',
37578   'weight' => '0',
37579 ))
37580 ->values(array(
37581   'name' => 'ImageFieldValidateTestCase',
37582   'type' => 'class',
37583   'filename' => 'modules/image/image.test',
37584   'module' => 'image',
37585   'weight' => '0',
37586 ))
37587 ->values(array(
37588   'name' => 'ImageFileMoveTest',
37589   'type' => 'class',
37590   'filename' => 'modules/simpletest/tests/image.test',
37591   'module' => 'simpletest',
37592   'weight' => '0',
37593 ))
37594 ->values(array(
37595   'name' => 'ImageStyleFlushTest',
37596   'type' => 'class',
37597   'filename' => 'modules/image/image.test',
37598   'module' => 'image',
37599   'weight' => '0',
37600 ))
37601 ->values(array(
37602   'name' => 'ImageStylesPathAndUrlTestCase',
37603   'type' => 'class',
37604   'filename' => 'modules/image/image.test',
37605   'module' => 'image',
37606   'weight' => '0',
37607 ))
37608 ->values(array(
37609   'name' => 'ImageThemeFunctionWebTestCase',
37610   'type' => 'class',
37611   'filename' => 'modules/image/image.test',
37612   'module' => 'image',
37613   'weight' => '0',
37614 ))
37615 ->values(array(
37616   'name' => 'ImageToolkitGdTestCase',
37617   'type' => 'class',
37618   'filename' => 'modules/simpletest/tests/image.test',
37619   'module' => 'simpletest',
37620   'weight' => '0',
37621 ))
37622 ->values(array(
37623   'name' => 'ImageToolkitTestCase',
37624   'type' => 'class',
37625   'filename' => 'modules/simpletest/tests/image.test',
37626   'module' => 'simpletest',
37627   'weight' => '0',
37628 ))
37629 ->values(array(
37630   'name' => 'ImageToolkitUnitTest',
37631   'type' => 'class',
37632   'filename' => 'modules/simpletest/tests/image.test',
37633   'module' => 'simpletest',
37634   'weight' => '0',
37635 ))
37636 ->values(array(
37637   'name' => 'ImportOPMLTestCase',
37638   'type' => 'class',
37639   'filename' => 'modules/aggregator/aggregator.test',
37640   'module' => 'aggregator',
37641   'weight' => '0',
37642 ))
37643 ->values(array(
37644   'name' => 'InfoFileParserTestCase',
37645   'type' => 'class',
37646   'filename' => 'modules/system/system.test',
37647   'module' => 'system',
37648   'weight' => '0',
37649 ))
37650 ->values(array(
37651   'name' => 'InsertQuery',
37652   'type' => 'class',
37653   'filename' => 'includes/database/query.inc',
37654   'module' => '',
37655   'weight' => '0',
37656 ))
37657 ->values(array(
37658   'name' => 'InsertQuery_mysql',
37659   'type' => 'class',
37660   'filename' => 'includes/database/mysql/query.inc',
37661   'module' => '',
37662   'weight' => '0',
37663 ))
37664 ->values(array(
37665   'name' => 'InsertQuery_pgsql',
37666   'type' => 'class',
37667   'filename' => 'includes/database/pgsql/query.inc',
37668   'module' => '',
37669   'weight' => '0',
37670 ))
37671 ->values(array(
37672   'name' => 'InsertQuery_sqlite',
37673   'type' => 'class',
37674   'filename' => 'includes/database/sqlite/query.inc',
37675   'module' => '',
37676   'weight' => '0',
37677 ))
37678 ->values(array(
37679   'name' => 'InvalidMergeQueryException',
37680   'type' => 'class',
37681   'filename' => 'includes/database/database.inc',
37682   'module' => '',
37683   'weight' => '0',
37684 ))
37685 ->values(array(
37686   'name' => 'IPAddressBlockingTestCase',
37687   'type' => 'class',
37688   'filename' => 'modules/system/system.test',
37689   'module' => 'system',
37690   'weight' => '0',
37691 ))
37692 ->values(array(
37693   'name' => 'ITPhoneNumberTestCase',
37694   'type' => 'class',
37695   'filename' => 'sites/all/modules/phone/tests/phone.it.test',
37696   'module' => 'phone',
37697   'weight' => '0',
37698 ))
37699 ->values(array(
37700   'name' => 'JavaScriptTestCase',
37701   'type' => 'class',
37702   'filename' => 'modules/simpletest/tests/common.test',
37703   'module' => 'simpletest',
37704   'weight' => '0',
37705 ))
37706 ->values(array(
37707   'name' => 'JOPhoneNumberTestCase',
37708   'type' => 'class',
37709   'filename' => 'sites/all/modules/phone/tests/phone.jo.test',
37710   'module' => 'phone',
37711   'weight' => '0',
37712 ))
37713 ->values(array(
37714   'name' => 'LinkAttributeCrudTest',
37715   'type' => 'class',
37716   'filename' => 'sites/all/modules/link/tests/link.attribute.test',
37717   'module' => 'link',
37718   'weight' => '0',
37719 ))
37720 ->values(array(
37721   'name' => 'LinkBaseTestClass',
37722   'type' => 'class',
37723   'filename' => 'sites/all/modules/link/tests/link.test',
37724   'module' => 'link',
37725   'weight' => '0',
37726 ))
37727 ->values(array(
37728   'name' => 'LinkContentCrudTest',
37729   'type' => 'class',
37730   'filename' => 'sites/all/modules/link/tests/link.crud.test',
37731   'module' => 'link',
37732   'weight' => '0',
37733 ))
37734 ->values(array(
37735   'name' => 'LinkTokenTest',
37736   'type' => 'class',
37737   'filename' => 'sites/all/modules/link/tests/link.token.test',
37738   'module' => 'link',
37739   'weight' => '0',
37740 ))
37741 ->values(array(
37742   'name' => 'LinkUITest',
37743   'type' => 'class',
37744   'filename' => 'sites/all/modules/link/tests/link.crud_browser.test',
37745   'module' => 'link',
37746   'weight' => '0',
37747 ))
37748 ->values(array(
37749   'name' => 'LinkValidateSpecificURL',
37750   'type' => 'class',
37751   'filename' => 'sites/all/modules/link/tests/link.validate.test',
37752   'module' => 'link',
37753   'weight' => '0',
37754 ))
37755 ->values(array(
37756   'name' => 'LinkValidateTest',
37757   'type' => 'class',
37758   'filename' => 'sites/all/modules/link/tests/link.validate.test',
37759   'module' => 'link',
37760   'weight' => '0',
37761 ))
37762 ->values(array(
37763   'name' => 'LinkValidateTestCase',
37764   'type' => 'class',
37765   'filename' => 'sites/all/modules/link/tests/link.validate.test',
37766   'module' => 'link',
37767   'weight' => '0',
37768 ))
37769 ->values(array(
37770   'name' => 'LinkValidateTestNews',
37771   'type' => 'class',
37772   'filename' => 'sites/all/modules/link/tests/link.validate.test',
37773   'module' => 'link',
37774   'weight' => '0',
37775 ))
37776 ->values(array(
37777   'name' => 'LinkValidateUrlLight',
37778   'type' => 'class',
37779   'filename' => 'sites/all/modules/link/tests/link.validate.test',
37780   'module' => 'link',
37781   'weight' => '0',
37782 ))
37783 ->values(array(
37784   'name' => 'link_views_handler_argument_target',
37785   'type' => 'class',
37786   'filename' => 'sites/all/modules/link/views/link_views_handler_argument_target.inc',
37787   'module' => 'link',
37788   'weight' => '0',
37789 ))
37790 ->values(array(
37791   'name' => 'link_views_handler_filter_protocol',
37792   'type' => 'class',
37793   'filename' => 'sites/all/modules/link/views/link_views_handler_filter_protocol.inc',
37794   'module' => 'link',
37795   'weight' => '0',
37796 ))
37797 ->values(array(
37798   'name' => 'ListDynamicValuesTestCase',
37799   'type' => 'class',
37800   'filename' => 'modules/field/modules/list/tests/list.test',
37801   'module' => 'list',
37802   'weight' => '0',
37803 ))
37804 ->values(array(
37805   'name' => 'ListDynamicValuesValidationTestCase',
37806   'type' => 'class',
37807   'filename' => 'modules/field/modules/list/tests/list.test',
37808   'module' => 'list',
37809   'weight' => '0',
37810 ))
37811 ->values(array(
37812   'name' => 'ListFieldTestCase',
37813   'type' => 'class',
37814   'filename' => 'modules/field/modules/list/tests/list.test',
37815   'module' => 'list',
37816   'weight' => '0',
37817 ))
37818 ->values(array(
37819   'name' => 'ListFieldUITestCase',
37820   'type' => 'class',
37821   'filename' => 'modules/field/modules/list/tests/list.test',
37822   'module' => 'list',
37823   'weight' => '0',
37824 ))
37825 ->values(array(
37826   'name' => 'LocaleBrowserDetectionTest',
37827   'type' => 'class',
37828   'filename' => 'modules/locale/locale.test',
37829   'module' => 'locale',
37830   'weight' => '0',
37831 ))
37832 ->values(array(
37833   'name' => 'LocaleCommentLanguageFunctionalTest',
37834   'type' => 'class',
37835   'filename' => 'modules/locale/locale.test',
37836   'module' => 'locale',
37837   'weight' => '0',
37838 ))
37839 ->values(array(
37840   'name' => 'LocaleConfigurationTest',
37841   'type' => 'class',
37842   'filename' => 'modules/locale/locale.test',
37843   'module' => 'locale',
37844   'weight' => '0',
37845 ))
37846 ->values(array(
37847   'name' => 'LocaleContentFunctionalTest',
37848   'type' => 'class',
37849   'filename' => 'modules/locale/locale.test',
37850   'module' => 'locale',
37851   'weight' => '0',
37852 ))
37853 ->values(array(
37854   'name' => 'LocaleCSSAlterTest',
37855   'type' => 'class',
37856   'filename' => 'modules/locale/locale.test',
37857   'module' => 'locale',
37858   'weight' => '0',
37859 ))
37860 ->values(array(
37861   'name' => 'LocaleDateFormatsFunctionalTest',
37862   'type' => 'class',
37863   'filename' => 'modules/locale/locale.test',
37864   'module' => 'locale',
37865   'weight' => '0',
37866 ))
37867 ->values(array(
37868   'name' => 'LocaleExportFunctionalTest',
37869   'type' => 'class',
37870   'filename' => 'modules/locale/locale.test',
37871   'module' => 'locale',
37872   'weight' => '0',
37873 ))
37874 ->values(array(
37875   'name' => 'LocaleImportFunctionalTest',
37876   'type' => 'class',
37877   'filename' => 'modules/locale/locale.test',
37878   'module' => 'locale',
37879   'weight' => '0',
37880 ))
37881 ->values(array(
37882   'name' => 'LocaleInstallTest',
37883   'type' => 'class',
37884   'filename' => 'modules/locale/locale.test',
37885   'module' => 'locale',
37886   'weight' => '0',
37887 ))
37888 ->values(array(
37889   'name' => 'LocaleJavascriptTranslationTest',
37890   'type' => 'class',
37891   'filename' => 'modules/locale/locale.test',
37892   'module' => 'locale',
37893   'weight' => '0',
37894 ))
37895 ->values(array(
37896   'name' => 'LocaleLanguageNegotiationInfoFunctionalTest',
37897   'type' => 'class',
37898   'filename' => 'modules/locale/locale.test',
37899   'module' => 'locale',
37900   'weight' => '0',
37901 ))
37902 ->values(array(
37903   'name' => 'LocaleLanguageSwitchingFunctionalTest',
37904   'type' => 'class',
37905   'filename' => 'modules/locale/locale.test',
37906   'module' => 'locale',
37907   'weight' => '0',
37908 ))
37909 ->values(array(
37910   'name' => 'LocaleLibraryInfoAlterTest',
37911   'type' => 'class',
37912   'filename' => 'modules/locale/locale.test',
37913   'module' => 'locale',
37914   'weight' => '0',
37915 ))
37916 ->values(array(
37917   'name' => 'LocaleMultilingualFieldsFunctionalTest',
37918   'type' => 'class',
37919   'filename' => 'modules/locale/locale.test',
37920   'module' => 'locale',
37921   'weight' => '0',
37922 ))
37923 ->values(array(
37924   'name' => 'LocalePathFunctionalTest',
37925   'type' => 'class',
37926   'filename' => 'modules/locale/locale.test',
37927   'module' => 'locale',
37928   'weight' => '0',
37929 ))
37930 ->values(array(
37931   'name' => 'LocalePluralFormatTest',
37932   'type' => 'class',
37933   'filename' => 'modules/locale/locale.test',
37934   'module' => 'locale',
37935   'weight' => '0',
37936 ))
37937 ->values(array(
37938   'name' => 'LocaleTranslationFunctionalTest',
37939   'type' => 'class',
37940   'filename' => 'modules/locale/locale.test',
37941   'module' => 'locale',
37942   'weight' => '0',
37943 ))
37944 ->values(array(
37945   'name' => 'LocaleUILanguageNegotiationTest',
37946   'type' => 'class',
37947   'filename' => 'modules/locale/locale.test',
37948   'module' => 'locale',
37949   'weight' => '0',
37950 ))
37951 ->values(array(
37952   'name' => 'LocaleUninstallFrenchFunctionalTest',
37953   'type' => 'class',
37954   'filename' => 'modules/locale/locale.test',
37955   'module' => 'locale',
37956   'weight' => '0',
37957 ))
37958 ->values(array(
37959   'name' => 'LocaleUninstallFunctionalTest',
37960   'type' => 'class',
37961   'filename' => 'modules/locale/locale.test',
37962   'module' => 'locale',
37963   'weight' => '0',
37964 ))
37965 ->values(array(
37966   'name' => 'LocaleUpgradePathTestCase',
37967   'type' => 'class',
37968   'filename' => 'modules/simpletest/tests/upgrade/upgrade.locale.test',
37969   'module' => 'simpletest',
37970   'weight' => '0',
37971 ))
37972 ->values(array(
37973   'name' => 'LocaleUrlRewritingTest',
37974   'type' => 'class',
37975   'filename' => 'modules/locale/locale.test',
37976   'module' => 'locale',
37977   'weight' => '0',
37978 ))
37979 ->values(array(
37980   'name' => 'LocaleUserCreationTest',
37981   'type' => 'class',
37982   'filename' => 'modules/locale/locale.test',
37983   'module' => 'locale',
37984   'weight' => '0',
37985 ))
37986 ->values(array(
37987   'name' => 'LocaleUserLanguageFunctionalTest',
37988   'type' => 'class',
37989   'filename' => 'modules/locale/locale.test',
37990   'module' => 'locale',
37991   'weight' => '0',
37992 ))
37993 ->values(array(
37994   'name' => 'LockFunctionalTest',
37995   'type' => 'class',
37996   'filename' => 'modules/simpletest/tests/lock.test',
37997   'module' => 'simpletest',
37998   'weight' => '0',
37999 ))
38000 ->values(array(
38001   'name' => 'MailSystemInterface',
38002   'type' => 'interface',
38003   'filename' => 'includes/mail.inc',
38004   'module' => '',
38005   'weight' => '0',
38006 ))
38007 ->values(array(
38008   'name' => 'MailTestCase',
38009   'type' => 'class',
38010   'filename' => 'modules/simpletest/tests/mail.test',
38011   'module' => 'simpletest',
38012   'weight' => '0',
38013 ))
38014 ->values(array(
38015   'name' => 'MemoryQueue',
38016   'type' => 'class',
38017   'filename' => 'modules/system/system.queue.inc',
38018   'module' => 'system',
38019   'weight' => '0',
38020 ))
38021 ->values(array(
38022   'name' => 'MenuBreadcrumbTestCase',
38023   'type' => 'class',
38024   'filename' => 'modules/simpletest/tests/menu.test',
38025   'module' => 'simpletest',
38026   'weight' => '0',
38027 ))
38028 ->values(array(
38029   'name' => 'MenuLinksUnitTestCase',
38030   'type' => 'class',
38031   'filename' => 'modules/simpletest/tests/menu.test',
38032   'module' => 'simpletest',
38033   'weight' => '0',
38034 ))
38035 ->values(array(
38036   'name' => 'MenuNodeTestCase',
38037   'type' => 'class',
38038   'filename' => 'modules/menu/menu.test',
38039   'module' => 'menu',
38040   'weight' => '0',
38041 ))
38042 ->values(array(
38043   'name' => 'MenuRebuildTestCase',
38044   'type' => 'class',
38045   'filename' => 'modules/simpletest/tests/menu.test',
38046   'module' => 'simpletest',
38047   'weight' => '0',
38048 ))
38049 ->values(array(
38050   'name' => 'MenuRouterTestCase',
38051   'type' => 'class',
38052   'filename' => 'modules/simpletest/tests/menu.test',
38053   'module' => 'simpletest',
38054   'weight' => '0',
38055 ))
38056 ->values(array(
38057   'name' => 'MenuTestCase',
38058   'type' => 'class',
38059   'filename' => 'modules/menu/menu.test',
38060   'module' => 'menu',
38061   'weight' => '0',
38062 ))
38063 ->values(array(
38064   'name' => 'MenuTrailTestCase',
38065   'type' => 'class',
38066   'filename' => 'modules/simpletest/tests/menu.test',
38067   'module' => 'simpletest',
38068   'weight' => '0',
38069 ))
38070 ->values(array(
38071   'name' => 'MenuTreeDataTestCase',
38072   'type' => 'class',
38073   'filename' => 'modules/simpletest/tests/menu.test',
38074   'module' => 'simpletest',
38075   'weight' => '0',
38076 ))
38077 ->values(array(
38078   'name' => 'MenuTreeOutputTestCase',
38079   'type' => 'class',
38080   'filename' => 'modules/simpletest/tests/menu.test',
38081   'module' => 'simpletest',
38082   'weight' => '0',
38083 ))
38084 ->values(array(
38085   'name' => 'MenuUpgradePathTestCase',
38086   'type' => 'class',
38087   'filename' => 'modules/simpletest/tests/upgrade/upgrade.menu.test',
38088   'module' => 'simpletest',
38089   'weight' => '0',
38090 ))
38091 ->values(array(
38092   'name' => 'MenuWebTestCase',
38093   'type' => 'class',
38094   'filename' => 'modules/simpletest/tests/menu.test',
38095   'module' => 'simpletest',
38096   'weight' => '0',
38097 ))
38098 ->values(array(
38099   'name' => 'MergeQuery',
38100   'type' => 'class',
38101   'filename' => 'includes/database/query.inc',
38102   'module' => '',
38103   'weight' => '0',
38104 ))
38105 ->values(array(
38106   'name' => 'MigrateEmailFieldHandler',
38107   'type' => 'class',
38108   'filename' => 'sites/all/modules/email/email.migrate.inc',
38109   'module' => 'email',
38110   'weight' => '0',
38111 ))
38112 ->values(array(
38113   'name' => 'MigrateEntityReferenceFieldHandler',
38114   'type' => 'class',
38115   'filename' => 'sites/all/modules/entityreference/entityreference.migrate.inc',
38116   'module' => 'entityreference',
38117   'weight' => '0',
38118 ))
38119 ->values(array(
38120   'name' => 'MigrateLinkFieldHandler',
38121   'type' => 'class',
38122   'filename' => 'sites/all/modules/link/link.migrate.inc',
38123   'module' => 'link',
38124   'weight' => '0',
38125 ))
38126 ->values(array(
38127   'name' => 'MigratePhoneFieldHandler',
38128   'type' => 'class',
38129   'filename' => 'sites/all/modules/phone/phone.migrate.inc',
38130   'module' => 'phone',
38131   'weight' => '0',
38132 ))
38133 ->values(array(
38134   'name' => 'MockTestConnection',
38135   'type' => 'class',
38136   'filename' => 'modules/simpletest/tests/filetransfer.test',
38137   'module' => 'simpletest',
38138   'weight' => '0',
38139 ))
38140 ->values(array(
38141   'name' => 'ModuleDependencyTestCase',
38142   'type' => 'class',
38143   'filename' => 'modules/system/system.test',
38144   'module' => 'system',
38145   'weight' => '0',
38146 ))
38147 ->values(array(
38148   'name' => 'ModuleImplementsAlterTestCase',
38149   'type' => 'class',
38150   'filename' => 'modules/simpletest/tests/module.test',
38151   'module' => 'simpletest',
38152   'weight' => '0',
38153 ))
38154 ->values(array(
38155   'name' => 'ModuleInstallTestCase',
38156   'type' => 'class',
38157   'filename' => 'modules/simpletest/tests/module.test',
38158   'module' => 'simpletest',
38159   'weight' => '0',
38160 ))
38161 ->values(array(
38162   'name' => 'ModuleRequiredTestCase',
38163   'type' => 'class',
38164   'filename' => 'modules/system/system.test',
38165   'module' => 'system',
38166   'weight' => '0',
38167 ))
38168 ->values(array(
38169   'name' => 'ModuleTestCase',
38170   'type' => 'class',
38171   'filename' => 'modules/system/system.test',
38172   'module' => 'system',
38173   'weight' => '0',
38174 ))
38175 ->values(array(
38176   'name' => 'ModuleUninstallTestCase',
38177   'type' => 'class',
38178   'filename' => 'modules/simpletest/tests/module.test',
38179   'module' => 'simpletest',
38180   'weight' => '0',
38181 ))
38182 ->values(array(
38183   'name' => 'ModuleUnitTest',
38184   'type' => 'class',
38185   'filename' => 'modules/simpletest/tests/module.test',
38186   'module' => 'simpletest',
38187   'weight' => '0',
38188 ))
38189 ->values(array(
38190   'name' => 'ModuleUpdater',
38191   'type' => 'class',
38192   'filename' => 'modules/system/system.updater.inc',
38193   'module' => 'system',
38194   'weight' => '0',
38195 ))
38196 ->values(array(
38197   'name' => 'ModuleVersionTestCase',
38198   'type' => 'class',
38199   'filename' => 'modules/system/system.test',
38200   'module' => 'system',
38201   'weight' => '0',
38202 ))
38203 ->values(array(
38204   'name' => 'MultiStepNodeFormBasicOptionsTest',
38205   'type' => 'class',
38206   'filename' => 'modules/node/node.test',
38207   'module' => 'node',
38208   'weight' => '0',
38209 ))
38210 ->values(array(
38211   'name' => 'NewDefaultThemeBlocks',
38212   'type' => 'class',
38213   'filename' => 'modules/block/block.test',
38214   'module' => 'block',
38215   'weight' => '-5',
38216 ))
38217 ->values(array(
38218   'name' => 'NLPhoneNumberTestCase',
38219   'type' => 'class',
38220   'filename' => 'sites/all/modules/phone/tests/phone.nl.test',
38221   'module' => 'phone',
38222   'weight' => '0',
38223 ))
38224 ->values(array(
38225   'name' => 'NodeAccessBaseTableTestCase',
38226   'type' => 'class',
38227   'filename' => 'modules/node/node.test',
38228   'module' => 'node',
38229   'weight' => '0',
38230 ))
38231 ->values(array(
38232   'name' => 'NodeAccessFieldTestCase',
38233   'type' => 'class',
38234   'filename' => 'modules/node/node.test',
38235   'module' => 'node',
38236   'weight' => '0',
38237 ))
38238 ->values(array(
38239   'name' => 'NodeAccessPagerTestCase',
38240   'type' => 'class',
38241   'filename' => 'modules/node/node.test',
38242   'module' => 'node',
38243   'weight' => '0',
38244 ))
38245 ->values(array(
38246   'name' => 'NodeAccessRebuildTestCase',
38247   'type' => 'class',
38248   'filename' => 'modules/node/node.test',
38249   'module' => 'node',
38250   'weight' => '0',
38251 ))
38252 ->values(array(
38253   'name' => 'NodeAccessRecordsTestCase',
38254   'type' => 'class',
38255   'filename' => 'modules/node/node.test',
38256   'module' => 'node',
38257   'weight' => '0',
38258 ))
38259 ->values(array(
38260   'name' => 'NodeAccessTestCase',
38261   'type' => 'class',
38262   'filename' => 'modules/node/node.test',
38263   'module' => 'node',
38264   'weight' => '0',
38265 ))
38266 ->values(array(
38267   'name' => 'NodeAdminTestCase',
38268   'type' => 'class',
38269   'filename' => 'modules/node/node.test',
38270   'module' => 'node',
38271   'weight' => '0',
38272 ))
38273 ->values(array(
38274   'name' => 'NodeBlockFunctionalTest',
38275   'type' => 'class',
38276   'filename' => 'modules/node/node.test',
38277   'module' => 'node',
38278   'weight' => '0',
38279 ))
38280 ->values(array(
38281   'name' => 'NodeBlockTestCase',
38282   'type' => 'class',
38283   'filename' => 'modules/node/node.test',
38284   'module' => 'node',
38285   'weight' => '0',
38286 ))
38287 ->values(array(
38288   'name' => 'NodeBodyUpgradePathTestCase',
38289   'type' => 'class',
38290   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
38291   'module' => 'simpletest',
38292   'weight' => '0',
38293 ))
38294 ->values(array(
38295   'name' => 'NodeBuildContent',
38296   'type' => 'class',
38297   'filename' => 'modules/node/node.test',
38298   'module' => 'node',
38299   'weight' => '0',
38300 ))
38301 ->values(array(
38302   'name' => 'NodeController',
38303   'type' => 'class',
38304   'filename' => 'modules/node/node.module',
38305   'module' => 'node',
38306   'weight' => '0',
38307 ))
38308 ->values(array(
38309   'name' => 'NodeCreationTestCase',
38310   'type' => 'class',
38311   'filename' => 'modules/node/node.test',
38312   'module' => 'node',
38313   'weight' => '0',
38314 ))
38315 ->values(array(
38316   'name' => 'NodeEntityFieldQueryAlter',
38317   'type' => 'class',
38318   'filename' => 'modules/node/node.test',
38319   'module' => 'node',
38320   'weight' => '0',
38321 ))
38322 ->values(array(
38323   'name' => 'NodeEntityViewModeAlterTest',
38324   'type' => 'class',
38325   'filename' => 'modules/node/node.test',
38326   'module' => 'node',
38327   'weight' => '0',
38328 ))
38329 ->values(array(
38330   'name' => 'NodeFeedTestCase',
38331   'type' => 'class',
38332   'filename' => 'modules/node/node.test',
38333   'module' => 'node',
38334   'weight' => '0',
38335 ))
38336 ->values(array(
38337   'name' => 'NodeLoadHooksTestCase',
38338   'type' => 'class',
38339   'filename' => 'modules/node/node.test',
38340   'module' => 'node',
38341   'weight' => '0',
38342 ))
38343 ->values(array(
38344   'name' => 'NodeLoadMultipleTestCase',
38345   'type' => 'class',
38346   'filename' => 'modules/node/node.test',
38347   'module' => 'node',
38348   'weight' => '0',
38349 ))
38350 ->values(array(
38351   'name' => 'NodePageCacheTest',
38352   'type' => 'class',
38353   'filename' => 'modules/node/node.test',
38354   'module' => 'node',
38355   'weight' => '0',
38356 ))
38357 ->values(array(
38358   'name' => 'NodePostSettingsTestCase',
38359   'type' => 'class',
38360   'filename' => 'modules/node/node.test',
38361   'module' => 'node',
38362   'weight' => '0',
38363 ))
38364 ->values(array(
38365   'name' => 'NodeQueryAlter',
38366   'type' => 'class',
38367   'filename' => 'modules/node/node.test',
38368   'module' => 'node',
38369   'weight' => '0',
38370 ))
38371 ->values(array(
38372   'name' => 'NodeRevisionPermissionsTestCase',
38373   'type' => 'class',
38374   'filename' => 'modules/node/node.test',
38375   'module' => 'node',
38376   'weight' => '0',
38377 ))
38378 ->values(array(
38379   'name' => 'NodeRevisionsTestCase',
38380   'type' => 'class',
38381   'filename' => 'modules/node/node.test',
38382   'module' => 'node',
38383   'weight' => '0',
38384 ))
38385 ->values(array(
38386   'name' => 'NodeRSSContentTestCase',
38387   'type' => 'class',
38388   'filename' => 'modules/node/node.test',
38389   'module' => 'node',
38390   'weight' => '0',
38391 ))
38392 ->values(array(
38393   'name' => 'NodeSaveTestCase',
38394   'type' => 'class',
38395   'filename' => 'modules/node/node.test',
38396   'module' => 'node',
38397   'weight' => '0',
38398 ))
38399 ->values(array(
38400   'name' => 'NodeTitleTestCase',
38401   'type' => 'class',
38402   'filename' => 'modules/node/node.test',
38403   'module' => 'node',
38404   'weight' => '0',
38405 ))
38406 ->values(array(
38407   'name' => 'NodeTitleXSSTestCase',
38408   'type' => 'class',
38409   'filename' => 'modules/node/node.test',
38410   'module' => 'node',
38411   'weight' => '0',
38412 ))
38413 ->values(array(
38414   'name' => 'NodeTokenReplaceTestCase',
38415   'type' => 'class',
38416   'filename' => 'modules/node/node.test',
38417   'module' => 'node',
38418   'weight' => '0',
38419 ))
38420 ->values(array(
38421   'name' => 'NodeTypePersistenceTestCase',
38422   'type' => 'class',
38423   'filename' => 'modules/node/node.test',
38424   'module' => 'node',
38425   'weight' => '0',
38426 ))
38427 ->values(array(
38428   'name' => 'NodeTypeTestCase',
38429   'type' => 'class',
38430   'filename' => 'modules/node/node.test',
38431   'module' => 'node',
38432   'weight' => '0',
38433 ))
38434 ->values(array(
38435   'name' => 'NodeWebTestCase',
38436   'type' => 'class',
38437   'filename' => 'modules/node/node.test',
38438   'module' => 'node',
38439   'weight' => '0',
38440 ))
38441 ->values(array(
38442   'name' => 'NoFieldsException',
38443   'type' => 'class',
38444   'filename' => 'includes/database/database.inc',
38445   'module' => '',
38446   'weight' => '0',
38447 ))
38448 ->values(array(
38449   'name' => 'NoHelpTestCase',
38450   'type' => 'class',
38451   'filename' => 'modules/help/help.test',
38452   'module' => 'help',
38453   'weight' => '0',
38454 ))
38455 ->values(array(
38456   'name' => 'NonDefaultBlockAdmin',
38457   'type' => 'class',
38458   'filename' => 'modules/block/block.test',
38459   'module' => 'block',
38460   'weight' => '-5',
38461 ))
38462 ->values(array(
38463   'name' => 'NumberFieldTestCase',
38464   'type' => 'class',
38465   'filename' => 'modules/field/modules/number/number.test',
38466   'module' => 'number',
38467   'weight' => '0',
38468 ))
38469 ->values(array(
38470   'name' => 'NZPhoneNumberTestCase',
38471   'type' => 'class',
38472   'filename' => 'sites/all/modules/phone/tests/phone.nz.test',
38473   'module' => 'phone',
38474   'weight' => '0',
38475 ))
38476 ->values(array(
38477   'name' => 'OpenIDFunctionalTestCase',
38478   'type' => 'class',
38479   'filename' => 'modules/openid/openid.test',
38480   'module' => 'openid',
38481   'weight' => '0',
38482 ))
38483 ->values(array(
38484   'name' => 'OpenIDInvalidIdentifierTransitionTestCase',
38485   'type' => 'class',
38486   'filename' => 'modules/openid/openid.test',
38487   'module' => 'openid',
38488   'weight' => '0',
38489 ))
38490 ->values(array(
38491   'name' => 'OpenIDRegistrationTestCase',
38492   'type' => 'class',
38493   'filename' => 'modules/openid/openid.test',
38494   'module' => 'openid',
38495   'weight' => '0',
38496 ))
38497 ->values(array(
38498   'name' => 'OpenIDTestCase',
38499   'type' => 'class',
38500   'filename' => 'modules/openid/openid.test',
38501   'module' => 'openid',
38502   'weight' => '0',
38503 ))
38504 ->values(array(
38505   'name' => 'OpenIDWebTestCase',
38506   'type' => 'class',
38507   'filename' => 'modules/openid/openid.test',
38508   'module' => 'openid',
38509   'weight' => '0',
38510 ))
38511 ->values(array(
38512   'name' => 'OptionsSelectDynamicValuesTestCase',
38513   'type' => 'class',
38514   'filename' => 'modules/field/modules/options/options.test',
38515   'module' => 'options',
38516   'weight' => '0',
38517 ))
38518 ->values(array(
38519   'name' => 'OptionsWidgetsTestCase',
38520   'type' => 'class',
38521   'filename' => 'modules/field/modules/options/options.test',
38522   'module' => 'options',
38523   'weight' => '0',
38524 ))
38525 ->values(array(
38526   'name' => 'PageEditTestCase',
38527   'type' => 'class',
38528   'filename' => 'modules/node/node.test',
38529   'module' => 'node',
38530   'weight' => '0',
38531 ))
38532 ->values(array(
38533   'name' => 'PageNotFoundTestCase',
38534   'type' => 'class',
38535   'filename' => 'modules/system/system.test',
38536   'module' => 'system',
38537   'weight' => '0',
38538 ))
38539 ->values(array(
38540   'name' => 'PagePreviewTestCase',
38541   'type' => 'class',
38542   'filename' => 'modules/node/node.test',
38543   'module' => 'node',
38544   'weight' => '0',
38545 ))
38546 ->values(array(
38547   'name' => 'PagerDefault',
38548   'type' => 'class',
38549   'filename' => 'includes/pager.inc',
38550   'module' => '',
38551   'weight' => '0',
38552 ))
38553 ->values(array(
38554   'name' => 'PagerFunctionalWebTestCase',
38555   'type' => 'class',
38556   'filename' => 'modules/simpletest/tests/pager.test',
38557   'module' => 'simpletest',
38558   'weight' => '0',
38559 ))
38560 ->values(array(
38561   'name' => 'PageTitleFiltering',
38562   'type' => 'class',
38563   'filename' => 'modules/system/system.test',
38564   'module' => 'system',
38565   'weight' => '0',
38566 ))
38567 ->values(array(
38568   'name' => 'PageViewTestCase',
38569   'type' => 'class',
38570   'filename' => 'modules/node/node.test',
38571   'module' => 'node',
38572   'weight' => '0',
38573 ))
38574 ->values(array(
38575   'name' => 'ParseInfoFilesTestCase',
38576   'type' => 'class',
38577   'filename' => 'modules/simpletest/tests/common.test',
38578   'module' => 'simpletest',
38579   'weight' => '0',
38580 ))
38581 ->values(array(
38582   'name' => 'PasswordHashingTest',
38583   'type' => 'class',
38584   'filename' => 'modules/simpletest/tests/password.test',
38585   'module' => 'simpletest',
38586   'weight' => '0',
38587 ))
38588 ->values(array(
38589   'name' => 'PathLanguageTestCase',
38590   'type' => 'class',
38591   'filename' => 'modules/path/path.test',
38592   'module' => 'path',
38593   'weight' => '0',
38594 ))
38595 ->values(array(
38596   'name' => 'PathLanguageUITestCase',
38597   'type' => 'class',
38598   'filename' => 'modules/path/path.test',
38599   'module' => 'path',
38600   'weight' => '0',
38601 ))
38602 ->values(array(
38603   'name' => 'PathLookupTest',
38604   'type' => 'class',
38605   'filename' => 'modules/simpletest/tests/path.test',
38606   'module' => 'simpletest',
38607   'weight' => '0',
38608 ))
38609 ->values(array(
38610   'name' => 'PathMonolingualTestCase',
38611   'type' => 'class',
38612   'filename' => 'modules/path/path.test',
38613   'module' => 'path',
38614   'weight' => '0',
38615 ))
38616 ->values(array(
38617   'name' => 'PathSaveTest',
38618   'type' => 'class',
38619   'filename' => 'modules/simpletest/tests/path.test',
38620   'module' => 'simpletest',
38621   'weight' => '0',
38622 ))
38623 ->values(array(
38624   'name' => 'PathTaxonomyTermTestCase',
38625   'type' => 'class',
38626   'filename' => 'modules/path/path.test',
38627   'module' => 'path',
38628   'weight' => '0',
38629 ))
38630 ->values(array(
38631   'name' => 'PathTestCase',
38632   'type' => 'class',
38633   'filename' => 'modules/path/path.test',
38634   'module' => 'path',
38635   'weight' => '0',
38636 ))
38637 ->values(array(
38638   'name' => 'PhoneFrenchTest',
38639   'type' => 'class',
38640   'filename' => 'sites/all/modules/phone/tests/phone.fr.test',
38641   'module' => 'phone',
38642   'weight' => '0',
38643 ))
38644 ->values(array(
38645   'name' => 'PhoneIntTest',
38646   'type' => 'class',
38647   'filename' => 'sites/all/modules/phone/tests/phone.int.test',
38648   'module' => 'phone',
38649   'weight' => '0',
38650 ))
38651 ->values(array(
38652   'name' => 'PhonePanamanianTest',
38653   'type' => 'class',
38654   'filename' => 'sites/all/modules/phone/tests/phone.pa.test',
38655   'module' => 'phone',
38656   'weight' => '0',
38657 ))
38658 ->values(array(
38659   'name' => 'PHPAccessTestCase',
38660   'type' => 'class',
38661   'filename' => 'modules/php/php.test',
38662   'module' => 'php',
38663   'weight' => '0',
38664 ))
38665 ->values(array(
38666   'name' => 'PHPFilterTestCase',
38667   'type' => 'class',
38668   'filename' => 'modules/php/php.test',
38669   'module' => 'php',
38670   'weight' => '0',
38671 ))
38672 ->values(array(
38673   'name' => 'PHPhoneNumberTestCase',
38674   'type' => 'class',
38675   'filename' => 'sites/all/modules/phone/tests/phone.ph.test',
38676   'module' => 'phone',
38677   'weight' => '0',
38678 ))
38679 ->values(array(
38680   'name' => 'PHPTestCase',
38681   'type' => 'class',
38682   'filename' => 'modules/php/php.test',
38683   'module' => 'php',
38684   'weight' => '0',
38685 ))
38686 ->values(array(
38687   'name' => 'PKPhoneNumberTestCase',
38688   'type' => 'class',
38689   'filename' => 'sites/all/modules/phone/tests/phone.pk.test',
38690   'module' => 'phone',
38691   'weight' => '0',
38692 ))
38693 ->values(array(
38694   'name' => 'PLPhoneNumberTestCase',
38695   'type' => 'class',
38696   'filename' => 'sites/all/modules/phone/tests/phone.pl.test',
38697   'module' => 'phone',
38698   'weight' => '0',
38699 ))
38700 ->values(array(
38701   'name' => 'PollBlockTestCase',
38702   'type' => 'class',
38703   'filename' => 'modules/poll/poll.test',
38704   'module' => 'poll',
38705   'weight' => '0',
38706 ))
38707 ->values(array(
38708   'name' => 'PollCreateTestCase',
38709   'type' => 'class',
38710   'filename' => 'modules/poll/poll.test',
38711   'module' => 'poll',
38712   'weight' => '0',
38713 ))
38714 ->values(array(
38715   'name' => 'PollDeleteChoiceTestCase',
38716   'type' => 'class',
38717   'filename' => 'modules/poll/poll.test',
38718   'module' => 'poll',
38719   'weight' => '0',
38720 ))
38721 ->values(array(
38722   'name' => 'PollExpirationTestCase',
38723   'type' => 'class',
38724   'filename' => 'modules/poll/poll.test',
38725   'module' => 'poll',
38726   'weight' => '0',
38727 ))
38728 ->values(array(
38729   'name' => 'PollJSAddChoice',
38730   'type' => 'class',
38731   'filename' => 'modules/poll/poll.test',
38732   'module' => 'poll',
38733   'weight' => '0',
38734 ))
38735 ->values(array(
38736   'name' => 'PollTestCase',
38737   'type' => 'class',
38738   'filename' => 'modules/poll/poll.test',
38739   'module' => 'poll',
38740   'weight' => '0',
38741 ))
38742 ->values(array(
38743   'name' => 'PollTokenReplaceTestCase',
38744   'type' => 'class',
38745   'filename' => 'modules/poll/poll.test',
38746   'module' => 'poll',
38747   'weight' => '0',
38748 ))
38749 ->values(array(
38750   'name' => 'PollTranslateTestCase',
38751   'type' => 'class',
38752   'filename' => 'modules/poll/poll.test',
38753   'module' => 'poll',
38754   'weight' => '0',
38755 ))
38756 ->values(array(
38757   'name' => 'PollUpgradePathTestCase',
38758   'type' => 'class',
38759   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
38760   'module' => 'simpletest',
38761   'weight' => '0',
38762 ))
38763 ->values(array(
38764   'name' => 'PollVoteCheckHostname',
38765   'type' => 'class',
38766   'filename' => 'modules/poll/poll.test',
38767   'module' => 'poll',
38768   'weight' => '0',
38769 ))
38770 ->values(array(
38771   'name' => 'PollVoteTestCase',
38772   'type' => 'class',
38773   'filename' => 'modules/poll/poll.test',
38774   'module' => 'poll',
38775   'weight' => '0',
38776 ))
38777 ->values(array(
38778   'name' => 'ProfileBlockTestCase',
38779   'type' => 'class',
38780   'filename' => 'modules/profile/profile.test',
38781   'module' => 'profile',
38782   'weight' => '0',
38783 ))
38784 ->values(array(
38785   'name' => 'ProfileCrudTestCase',
38786   'type' => 'class',
38787   'filename' => 'modules/profile/profile.test',
38788   'module' => 'profile',
38789   'weight' => '0',
38790 ))
38791 ->values(array(
38792   'name' => 'ProfileTestAutocomplete',
38793   'type' => 'class',
38794   'filename' => 'modules/profile/profile.test',
38795   'module' => 'profile',
38796   'weight' => '0',
38797 ))
38798 ->values(array(
38799   'name' => 'ProfileTestBrowsing',
38800   'type' => 'class',
38801   'filename' => 'modules/profile/profile.test',
38802   'module' => 'profile',
38803   'weight' => '0',
38804 ))
38805 ->values(array(
38806   'name' => 'ProfileTestCase',
38807   'type' => 'class',
38808   'filename' => 'modules/profile/profile.test',
38809   'module' => 'profile',
38810   'weight' => '0',
38811 ))
38812 ->values(array(
38813   'name' => 'ProfileTestDate',
38814   'type' => 'class',
38815   'filename' => 'modules/profile/profile.test',
38816   'module' => 'profile',
38817   'weight' => '0',
38818 ))
38819 ->values(array(
38820   'name' => 'ProfileTestFields',
38821   'type' => 'class',
38822   'filename' => 'modules/profile/profile.test',
38823   'module' => 'profile',
38824   'weight' => '0',
38825 ))
38826 ->values(array(
38827   'name' => 'ProfileTestSelect',
38828   'type' => 'class',
38829   'filename' => 'modules/profile/profile.test',
38830   'module' => 'profile',
38831   'weight' => '0',
38832 ))
38833 ->values(array(
38834   'name' => 'ProfileTestWeights',
38835   'type' => 'class',
38836   'filename' => 'modules/profile/profile.test',
38837   'module' => 'profile',
38838   'weight' => '0',
38839 ))
38840 ->values(array(
38841   'name' => 'Query',
38842   'type' => 'class',
38843   'filename' => 'includes/database/query.inc',
38844   'module' => '',
38845   'weight' => '0',
38846 ))
38847 ->values(array(
38848   'name' => 'QueryAlterableInterface',
38849   'type' => 'interface',
38850   'filename' => 'includes/database/query.inc',
38851   'module' => '',
38852   'weight' => '0',
38853 ))
38854 ->values(array(
38855   'name' => 'QueryConditionInterface',
38856   'type' => 'interface',
38857   'filename' => 'includes/database/query.inc',
38858   'module' => '',
38859   'weight' => '0',
38860 ))
38861 ->values(array(
38862   'name' => 'QueryExtendableInterface',
38863   'type' => 'interface',
38864   'filename' => 'includes/database/select.inc',
38865   'module' => '',
38866   'weight' => '0',
38867 ))
38868 ->values(array(
38869   'name' => 'QueryPlaceholderInterface',
38870   'type' => 'interface',
38871   'filename' => 'includes/database/query.inc',
38872   'module' => '',
38873   'weight' => '0',
38874 ))
38875 ->values(array(
38876   'name' => 'QueueTestCase',
38877   'type' => 'class',
38878   'filename' => 'modules/system/system.test',
38879   'module' => 'system',
38880   'weight' => '0',
38881 ))
38882 ->values(array(
38883   'name' => 'RdfCommentAttributesTestCase',
38884   'type' => 'class',
38885   'filename' => 'modules/rdf/rdf.test',
38886   'module' => 'rdf',
38887   'weight' => '0',
38888 ))
38889 ->values(array(
38890   'name' => 'RdfCrudTestCase',
38891   'type' => 'class',
38892   'filename' => 'modules/rdf/rdf.test',
38893   'module' => 'rdf',
38894   'weight' => '0',
38895 ))
38896 ->values(array(
38897   'name' => 'RdfGetRdfNamespacesTestCase',
38898   'type' => 'class',
38899   'filename' => 'modules/rdf/rdf.test',
38900   'module' => 'rdf',
38901   'weight' => '0',
38902 ))
38903 ->values(array(
38904   'name' => 'RdfMappingDefinitionTestCase',
38905   'type' => 'class',
38906   'filename' => 'modules/rdf/rdf.test',
38907   'module' => 'rdf',
38908   'weight' => '0',
38909 ))
38910 ->values(array(
38911   'name' => 'RdfMappingHookTestCase',
38912   'type' => 'class',
38913   'filename' => 'modules/rdf/rdf.test',
38914   'module' => 'rdf',
38915   'weight' => '0',
38916 ))
38917 ->values(array(
38918   'name' => 'RdfRdfaMarkupTestCase',
38919   'type' => 'class',
38920   'filename' => 'modules/rdf/rdf.test',
38921   'module' => 'rdf',
38922   'weight' => '0',
38923 ))
38924 ->values(array(
38925   'name' => 'RdfTrackerAttributesTestCase',
38926   'type' => 'class',
38927   'filename' => 'modules/rdf/rdf.test',
38928   'module' => 'rdf',
38929   'weight' => '0',
38930 ))
38931 ->values(array(
38932   'name' => 'RegistryParseFilesTestCase',
38933   'type' => 'class',
38934   'filename' => 'modules/simpletest/tests/registry.test',
38935   'module' => 'simpletest',
38936   'weight' => '0',
38937 ))
38938 ->values(array(
38939   'name' => 'RegistryParseFileTestCase',
38940   'type' => 'class',
38941   'filename' => 'modules/simpletest/tests/registry.test',
38942   'module' => 'simpletest',
38943   'weight' => '0',
38944 ))
38945 ->values(array(
38946   'name' => 'RemoteFileDirectoryTest',
38947   'type' => 'class',
38948   'filename' => 'modules/simpletest/tests/file.test',
38949   'module' => 'simpletest',
38950   'weight' => '0',
38951 ))
38952 ->values(array(
38953   'name' => 'RemoteFileSaveUploadTest',
38954   'type' => 'class',
38955   'filename' => 'modules/simpletest/tests/file.test',
38956   'module' => 'simpletest',
38957   'weight' => '0',
38958 ))
38959 ->values(array(
38960   'name' => 'RemoteFileScanDirectoryTest',
38961   'type' => 'class',
38962   'filename' => 'modules/simpletest/tests/file.test',
38963   'module' => 'simpletest',
38964   'weight' => '0',
38965 ))
38966 ->values(array(
38967   'name' => 'RemoteFileUnmanagedCopyTest',
38968   'type' => 'class',
38969   'filename' => 'modules/simpletest/tests/file.test',
38970   'module' => 'simpletest',
38971   'weight' => '0',
38972 ))
38973 ->values(array(
38974   'name' => 'RemoteFileUnmanagedDeleteRecursiveTest',
38975   'type' => 'class',
38976   'filename' => 'modules/simpletest/tests/file.test',
38977   'module' => 'simpletest',
38978   'weight' => '0',
38979 ))
38980 ->values(array(
38981   'name' => 'RemoteFileUnmanagedDeleteTest',
38982   'type' => 'class',
38983   'filename' => 'modules/simpletest/tests/file.test',
38984   'module' => 'simpletest',
38985   'weight' => '0',
38986 ))
38987 ->values(array(
38988   'name' => 'RemoteFileUnmanagedMoveTest',
38989   'type' => 'class',
38990   'filename' => 'modules/simpletest/tests/file.test',
38991   'module' => 'simpletest',
38992   'weight' => '0',
38993 ))
38994 ->values(array(
38995   'name' => 'RemoteFileUnmanagedSaveDataTest',
38996   'type' => 'class',
38997   'filename' => 'modules/simpletest/tests/file.test',
38998   'module' => 'simpletest',
38999   'weight' => '0',
39000 ))
39001 ->values(array(
39002   'name' => 'RemoveFeedItemTestCase',
39003   'type' => 'class',
39004   'filename' => 'modules/aggregator/aggregator.test',
39005   'module' => 'aggregator',
39006   'weight' => '0',
39007 ))
39008 ->values(array(
39009   'name' => 'RemoveFeedTestCase',
39010   'type' => 'class',
39011   'filename' => 'modules/aggregator/aggregator.test',
39012   'module' => 'aggregator',
39013   'weight' => '0',
39014 ))
39015 ->values(array(
39016   'name' => 'RenderElementTypesTestCase',
39017   'type' => 'class',
39018   'filename' => 'modules/simpletest/tests/theme.test',
39019   'module' => 'simpletest',
39020   'weight' => '0',
39021 ))
39022 ->values(array(
39023   'name' => 'RetrieveFileTestCase',
39024   'type' => 'class',
39025   'filename' => 'modules/system/system.test',
39026   'module' => 'system',
39027   'weight' => '0',
39028 ))
39029 ->values(array(
39030   'name' => 'RUPhoneNumberTestCase',
39031   'type' => 'class',
39032   'filename' => 'sites/all/modules/phone/tests/phone.ru.test',
39033   'module' => 'phone',
39034   'weight' => '0',
39035 ))
39036 ->values(array(
39037   'name' => 'SchemaCache',
39038   'type' => 'class',
39039   'filename' => 'includes/bootstrap.inc',
39040   'module' => '',
39041   'weight' => '0',
39042 ))
39043 ->values(array(
39044   'name' => 'SchemaTestCase',
39045   'type' => 'class',
39046   'filename' => 'modules/simpletest/tests/schema.test',
39047   'module' => 'simpletest',
39048   'weight' => '0',
39049 ))
39050 ->values(array(
39051   'name' => 'SearchAdvancedSearchForm',
39052   'type' => 'class',
39053   'filename' => 'modules/search/search.test',
39054   'module' => 'search',
39055   'weight' => '0',
39056 ))
39057 ->values(array(
39058   'name' => 'SearchBlockTestCase',
39059   'type' => 'class',
39060   'filename' => 'modules/search/search.test',
39061   'module' => 'search',
39062   'weight' => '0',
39063 ))
39064 ->values(array(
39065   'name' => 'SearchCommentCountToggleTestCase',
39066   'type' => 'class',
39067   'filename' => 'modules/search/search.test',
39068   'module' => 'search',
39069   'weight' => '0',
39070 ))
39071 ->values(array(
39072   'name' => 'SearchCommentTestCase',
39073   'type' => 'class',
39074   'filename' => 'modules/search/search.test',
39075   'module' => 'search',
39076   'weight' => '0',
39077 ))
39078 ->values(array(
39079   'name' => 'SearchConfigSettingsForm',
39080   'type' => 'class',
39081   'filename' => 'modules/search/search.test',
39082   'module' => 'search',
39083   'weight' => '0',
39084 ))
39085 ->values(array(
39086   'name' => 'SearchEmbedForm',
39087   'type' => 'class',
39088   'filename' => 'modules/search/search.test',
39089   'module' => 'search',
39090   'weight' => '0',
39091 ))
39092 ->values(array(
39093   'name' => 'SearchExactTestCase',
39094   'type' => 'class',
39095   'filename' => 'modules/search/search.test',
39096   'module' => 'search',
39097   'weight' => '0',
39098 ))
39099 ->values(array(
39100   'name' => 'SearchExcerptTestCase',
39101   'type' => 'class',
39102   'filename' => 'modules/search/search.test',
39103   'module' => 'search',
39104   'weight' => '0',
39105 ))
39106 ->values(array(
39107   'name' => 'SearchExpressionInsertExtractTestCase',
39108   'type' => 'class',
39109   'filename' => 'modules/search/search.test',
39110   'module' => 'search',
39111   'weight' => '0',
39112 ))
39113 ->values(array(
39114   'name' => 'SearchKeywordsConditions',
39115   'type' => 'class',
39116   'filename' => 'modules/search/search.test',
39117   'module' => 'search',
39118   'weight' => '0',
39119 ))
39120 ->values(array(
39121   'name' => 'SearchLanguageTestCase',
39122   'type' => 'class',
39123   'filename' => 'modules/search/search.test',
39124   'module' => 'search',
39125   'weight' => '0',
39126 ))
39127 ->values(array(
39128   'name' => 'SearchMatchTestCase',
39129   'type' => 'class',
39130   'filename' => 'modules/search/search.test',
39131   'module' => 'search',
39132   'weight' => '0',
39133 ))
39134 ->values(array(
39135   'name' => 'SearchNodeAccessTest',
39136   'type' => 'class',
39137   'filename' => 'modules/search/search.test',
39138   'module' => 'search',
39139   'weight' => '0',
39140 ))
39141 ->values(array(
39142   'name' => 'SearchNodeTagTest',
39143   'type' => 'class',
39144   'filename' => 'modules/search/search.test',
39145   'module' => 'search',
39146   'weight' => '0',
39147 ))
39148 ->values(array(
39149   'name' => 'SearchNumberMatchingTestCase',
39150   'type' => 'class',
39151   'filename' => 'modules/search/search.test',
39152   'module' => 'search',
39153   'weight' => '0',
39154 ))
39155 ->values(array(
39156   'name' => 'SearchNumbersTestCase',
39157   'type' => 'class',
39158   'filename' => 'modules/search/search.test',
39159   'module' => 'search',
39160   'weight' => '0',
39161 ))
39162 ->values(array(
39163   'name' => 'SearchPageOverride',
39164   'type' => 'class',
39165   'filename' => 'modules/search/search.test',
39166   'module' => 'search',
39167   'weight' => '0',
39168 ))
39169 ->values(array(
39170   'name' => 'SearchPageText',
39171   'type' => 'class',
39172   'filename' => 'modules/search/search.test',
39173   'module' => 'search',
39174   'weight' => '0',
39175 ))
39176 ->values(array(
39177   'name' => 'SearchQuery',
39178   'type' => 'class',
39179   'filename' => 'modules/search/search.extender.inc',
39180   'module' => 'search',
39181   'weight' => '0',
39182 ))
39183 ->values(array(
39184   'name' => 'SearchRankingTestCase',
39185   'type' => 'class',
39186   'filename' => 'modules/search/search.test',
39187   'module' => 'search',
39188   'weight' => '0',
39189 ))
39190 ->values(array(
39191   'name' => 'SearchSetLocaleTest',
39192   'type' => 'class',
39193   'filename' => 'modules/search/search.test',
39194   'module' => 'search',
39195   'weight' => '0',
39196 ))
39197 ->values(array(
39198   'name' => 'SearchSimplifyTestCase',
39199   'type' => 'class',
39200   'filename' => 'modules/search/search.test',
39201   'module' => 'search',
39202   'weight' => '0',
39203 ))
39204 ->values(array(
39205   'name' => 'SearchTokenizerTestCase',
39206   'type' => 'class',
39207   'filename' => 'modules/search/search.test',
39208   'module' => 'search',
39209   'weight' => '0',
39210 ))
39211 ->values(array(
39212   'name' => 'SelectQuery',
39213   'type' => 'class',
39214   'filename' => 'includes/database/select.inc',
39215   'module' => '',
39216   'weight' => '0',
39217 ))
39218 ->values(array(
39219   'name' => 'SelectQueryExtender',
39220   'type' => 'class',
39221   'filename' => 'includes/database/select.inc',
39222   'module' => '',
39223   'weight' => '0',
39224 ))
39225 ->values(array(
39226   'name' => 'SelectQueryInterface',
39227   'type' => 'interface',
39228   'filename' => 'includes/database/select.inc',
39229   'module' => '',
39230   'weight' => '0',
39231 ))
39232 ->values(array(
39233   'name' => 'SelectQuery_pgsql',
39234   'type' => 'class',
39235   'filename' => 'includes/database/pgsql/select.inc',
39236   'module' => '',
39237   'weight' => '0',
39238 ))
39239 ->values(array(
39240   'name' => 'SelectQuery_sqlite',
39241   'type' => 'class',
39242   'filename' => 'includes/database/sqlite/select.inc',
39243   'module' => '',
39244   'weight' => '0',
39245 ))
39246 ->values(array(
39247   'name' => 'SEPhoneNumberTestCase',
39248   'type' => 'class',
39249   'filename' => 'sites/all/modules/phone/tests/phone.se.test',
39250   'module' => 'phone',
39251   'weight' => '0',
39252 ))
39253 ->values(array(
39254   'name' => 'SessionHttpsTestCase',
39255   'type' => 'class',
39256   'filename' => 'modules/simpletest/tests/session.test',
39257   'module' => 'simpletest',
39258   'weight' => '0',
39259 ))
39260 ->values(array(
39261   'name' => 'SessionTestCase',
39262   'type' => 'class',
39263   'filename' => 'modules/simpletest/tests/session.test',
39264   'module' => 'simpletest',
39265   'weight' => '0',
39266 ))
39267 ->values(array(
39268   'name' => 'SGPhoneNumberTestCase',
39269   'type' => 'class',
39270   'filename' => 'sites/all/modules/phone/tests/phone.sg.test',
39271   'module' => 'phone',
39272   'weight' => '0',
39273 ))
39274 ->values(array(
39275   'name' => 'ShortcutLinksTestCase',
39276   'type' => 'class',
39277   'filename' => 'modules/shortcut/shortcut.test',
39278   'module' => 'shortcut',
39279   'weight' => '0',
39280 ))
39281 ->values(array(
39282   'name' => 'ShortcutSetsTestCase',
39283   'type' => 'class',
39284   'filename' => 'modules/shortcut/shortcut.test',
39285   'module' => 'shortcut',
39286   'weight' => '0',
39287 ))
39288 ->values(array(
39289   'name' => 'ShortcutTestCase',
39290   'type' => 'class',
39291   'filename' => 'modules/shortcut/shortcut.test',
39292   'module' => 'shortcut',
39293   'weight' => '0',
39294 ))
39295 ->values(array(
39296   'name' => 'ShutdownFunctionsTest',
39297   'type' => 'class',
39298   'filename' => 'modules/system/system.test',
39299   'module' => 'system',
39300   'weight' => '0',
39301 ))
39302 ->values(array(
39303   'name' => 'SimpleTestBrokenSetUp',
39304   'type' => 'class',
39305   'filename' => 'modules/simpletest/simpletest.test',
39306   'module' => 'simpletest',
39307   'weight' => '0',
39308 ))
39309 ->values(array(
39310   'name' => 'SimpleTestBrowserTestCase',
39311   'type' => 'class',
39312   'filename' => 'modules/simpletest/simpletest.test',
39313   'module' => 'simpletest',
39314   'weight' => '0',
39315 ))
39316 ->values(array(
39317   'name' => 'SimpleTestDiscoveryTestCase',
39318   'type' => 'class',
39319   'filename' => 'modules/simpletest/simpletest.test',
39320   'module' => 'simpletest',
39321   'weight' => '0',
39322 ))
39323 ->values(array(
39324   'name' => 'SimpleTestFolderTestCase',
39325   'type' => 'class',
39326   'filename' => 'modules/simpletest/simpletest.test',
39327   'module' => 'simpletest',
39328   'weight' => '0',
39329 ))
39330 ->values(array(
39331   'name' => 'SimpleTestFunctionalTest',
39332   'type' => 'class',
39333   'filename' => 'modules/simpletest/simpletest.test',
39334   'module' => 'simpletest',
39335   'weight' => '0',
39336 ))
39337 ->values(array(
39338   'name' => 'SimpleTestInstallationProfileModuleTestsTestCase',
39339   'type' => 'class',
39340   'filename' => 'modules/simpletest/simpletest.test',
39341   'module' => 'simpletest',
39342   'weight' => '0',
39343 ))
39344 ->values(array(
39345   'name' => 'SimpleTestMailCaptureTestCase',
39346   'type' => 'class',
39347   'filename' => 'modules/simpletest/simpletest.test',
39348   'module' => 'simpletest',
39349   'weight' => '0',
39350 ))
39351 ->values(array(
39352   'name' => 'SimpleTestMissingDependentModuleUnitTest',
39353   'type' => 'class',
39354   'filename' => 'modules/simpletest/simpletest.test',
39355   'module' => 'simpletest',
39356   'weight' => '0',
39357 ))
39358 ->values(array(
39359   'name' => 'SimpleTestOtherInstallationProfileModuleTestsTestCase',
39360   'type' => 'class',
39361   'filename' => 'modules/simpletest/simpletest.test',
39362   'module' => 'simpletest',
39363   'weight' => '0',
39364 ))
39365 ->values(array(
39366   'name' => 'SiteMaintenanceTestCase',
39367   'type' => 'class',
39368   'filename' => 'modules/system/system.test',
39369   'module' => 'system',
39370   'weight' => '0',
39371 ))
39372 ->values(array(
39373   'name' => 'SkipDotsRecursiveDirectoryIterator',
39374   'type' => 'class',
39375   'filename' => 'includes/filetransfer/filetransfer.inc',
39376   'module' => '',
39377   'weight' => '0',
39378 ))
39379 ->values(array(
39380   'name' => 'StatisticsAdminTestCase',
39381   'type' => 'class',
39382   'filename' => 'modules/statistics/statistics.test',
39383   'module' => 'statistics',
39384   'weight' => '0',
39385 ))
39386 ->values(array(
39387   'name' => 'StatisticsBlockVisitorsTestCase',
39388   'type' => 'class',
39389   'filename' => 'modules/statistics/statistics.test',
39390   'module' => 'statistics',
39391   'weight' => '0',
39392 ))
39393 ->values(array(
39394   'name' => 'StatisticsLoggingTestCase',
39395   'type' => 'class',
39396   'filename' => 'modules/statistics/statistics.test',
39397   'module' => 'statistics',
39398   'weight' => '0',
39399 ))
39400 ->values(array(
39401   'name' => 'StatisticsReportsTestCase',
39402   'type' => 'class',
39403   'filename' => 'modules/statistics/statistics.test',
39404   'module' => 'statistics',
39405   'weight' => '0',
39406 ))
39407 ->values(array(
39408   'name' => 'StatisticsTestCase',
39409   'type' => 'class',
39410   'filename' => 'modules/statistics/statistics.test',
39411   'module' => 'statistics',
39412   'weight' => '0',
39413 ))
39414 ->values(array(
39415   'name' => 'StatisticsTokenReplaceTestCase',
39416   'type' => 'class',
39417   'filename' => 'modules/statistics/statistics.test',
39418   'module' => 'statistics',
39419   'weight' => '0',
39420 ))
39421 ->values(array(
39422   'name' => 'StreamWrapperInterface',
39423   'type' => 'interface',
39424   'filename' => 'includes/stream_wrappers.inc',
39425   'module' => '',
39426   'weight' => '0',
39427 ))
39428 ->values(array(
39429   'name' => 'StreamWrapperTest',
39430   'type' => 'class',
39431   'filename' => 'modules/simpletest/tests/file.test',
39432   'module' => 'simpletest',
39433   'weight' => '0',
39434 ))
39435 ->values(array(
39436   'name' => 'SummaryLengthTestCase',
39437   'type' => 'class',
39438   'filename' => 'modules/node/node.test',
39439   'module' => 'node',
39440   'weight' => '0',
39441 ))
39442 ->values(array(
39443   'name' => 'SyslogTestCase',
39444   'type' => 'class',
39445   'filename' => 'modules/syslog/syslog.test',
39446   'module' => 'syslog',
39447   'weight' => '0',
39448 ))
39449 ->values(array(
39450   'name' => 'SystemAdminTestCase',
39451   'type' => 'class',
39452   'filename' => 'modules/system/system.test',
39453   'module' => 'system',
39454   'weight' => '0',
39455 ))
39456 ->values(array(
39457   'name' => 'SystemAuthorizeCase',
39458   'type' => 'class',
39459   'filename' => 'modules/system/system.test',
39460   'module' => 'system',
39461   'weight' => '0',
39462 ))
39463 ->values(array(
39464   'name' => 'SystemBlockTestCase',
39465   'type' => 'class',
39466   'filename' => 'modules/system/system.test',
39467   'module' => 'system',
39468   'weight' => '0',
39469 ))
39470 ->values(array(
39471   'name' => 'SystemIndexPhpTest',
39472   'type' => 'class',
39473   'filename' => 'modules/system/system.test',
39474   'module' => 'system',
39475   'weight' => '0',
39476 ))
39477 ->values(array(
39478   'name' => 'SystemInfoAlterTestCase',
39479   'type' => 'class',
39480   'filename' => 'modules/system/system.test',
39481   'module' => 'system',
39482   'weight' => '0',
39483 ))
39484 ->values(array(
39485   'name' => 'SystemMainContentFallback',
39486   'type' => 'class',
39487   'filename' => 'modules/system/system.test',
39488   'module' => 'system',
39489   'weight' => '0',
39490 ))
39491 ->values(array(
39492   'name' => 'SystemQueue',
39493   'type' => 'class',
39494   'filename' => 'modules/system/system.queue.inc',
39495   'module' => 'system',
39496   'weight' => '0',
39497 ))
39498 ->values(array(
39499   'name' => 'SystemThemeFunctionalTest',
39500   'type' => 'class',
39501   'filename' => 'modules/system/system.test',
39502   'module' => 'system',
39503   'weight' => '0',
39504 ))
39505 ->values(array(
39506   'name' => 'SystemValidTokenTest',
39507   'type' => 'class',
39508   'filename' => 'modules/system/system.test',
39509   'module' => 'system',
39510   'weight' => '0',
39511 ))
39512 ->values(array(
39513   'name' => 'TableSort',
39514   'type' => 'class',
39515   'filename' => 'includes/tablesort.inc',
39516   'module' => '',
39517   'weight' => '0',
39518 ))
39519 ->values(array(
39520   'name' => 'TableSortTest',
39521   'type' => 'class',
39522   'filename' => 'modules/simpletest/tests/tablesort.test',
39523   'module' => 'simpletest',
39524   'weight' => '0',
39525 ))
39526 ->values(array(
39527   'name' => 'TaxonomyEFQTestCase',
39528   'type' => 'class',
39529   'filename' => 'modules/taxonomy/taxonomy.test',
39530   'module' => 'taxonomy',
39531   'weight' => '0',
39532 ))
39533 ->values(array(
39534   'name' => 'TaxonomyHooksTestCase',
39535   'type' => 'class',
39536   'filename' => 'modules/taxonomy/taxonomy.test',
39537   'module' => 'taxonomy',
39538   'weight' => '0',
39539 ))
39540 ->values(array(
39541   'name' => 'TaxonomyLegacyTestCase',
39542   'type' => 'class',
39543   'filename' => 'modules/taxonomy/taxonomy.test',
39544   'module' => 'taxonomy',
39545   'weight' => '0',
39546 ))
39547 ->values(array(
39548   'name' => 'TaxonomyLoadMultipleTestCase',
39549   'type' => 'class',
39550   'filename' => 'modules/taxonomy/taxonomy.test',
39551   'module' => 'taxonomy',
39552   'weight' => '0',
39553 ))
39554 ->values(array(
39555   'name' => 'TaxonomyRSSTestCase',
39556   'type' => 'class',
39557   'filename' => 'modules/taxonomy/taxonomy.test',
39558   'module' => 'taxonomy',
39559   'weight' => '0',
39560 ))
39561 ->values(array(
39562   'name' => 'TaxonomyTermController',
39563   'type' => 'class',
39564   'filename' => 'modules/taxonomy/taxonomy.module',
39565   'module' => 'taxonomy',
39566   'weight' => '0',
39567 ))
39568 ->values(array(
39569   'name' => 'TaxonomyTermFieldMultipleVocabularyTestCase',
39570   'type' => 'class',
39571   'filename' => 'modules/taxonomy/taxonomy.test',
39572   'module' => 'taxonomy',
39573   'weight' => '0',
39574 ))
39575 ->values(array(
39576   'name' => 'TaxonomyTermFieldTestCase',
39577   'type' => 'class',
39578   'filename' => 'modules/taxonomy/taxonomy.test',
39579   'module' => 'taxonomy',
39580   'weight' => '0',
39581 ))
39582 ->values(array(
39583   'name' => 'TaxonomyTermFunctionTestCase',
39584   'type' => 'class',
39585   'filename' => 'modules/taxonomy/taxonomy.test',
39586   'module' => 'taxonomy',
39587   'weight' => '0',
39588 ))
39589 ->values(array(
39590   'name' => 'TaxonomyTermIndexTestCase',
39591   'type' => 'class',
39592   'filename' => 'modules/taxonomy/taxonomy.test',
39593   'module' => 'taxonomy',
39594   'weight' => '0',
39595 ))
39596 ->values(array(
39597   'name' => 'TaxonomyTermTestCase',
39598   'type' => 'class',
39599   'filename' => 'modules/taxonomy/taxonomy.test',
39600   'module' => 'taxonomy',
39601   'weight' => '0',
39602 ))
39603 ->values(array(
39604   'name' => 'TaxonomyThemeTestCase',
39605   'type' => 'class',
39606   'filename' => 'modules/taxonomy/taxonomy.test',
39607   'module' => 'taxonomy',
39608   'weight' => '0',
39609 ))
39610 ->values(array(
39611   'name' => 'TaxonomyTokenReplaceTestCase',
39612   'type' => 'class',
39613   'filename' => 'modules/taxonomy/taxonomy.test',
39614   'module' => 'taxonomy',
39615   'weight' => '0',
39616 ))
39617 ->values(array(
39618   'name' => 'TaxonomyVocabularyController',
39619   'type' => 'class',
39620   'filename' => 'modules/taxonomy/taxonomy.module',
39621   'module' => 'taxonomy',
39622   'weight' => '0',
39623 ))
39624 ->values(array(
39625   'name' => 'TaxonomyVocabularyFunctionalTest',
39626   'type' => 'class',
39627   'filename' => 'modules/taxonomy/taxonomy.test',
39628   'module' => 'taxonomy',
39629   'weight' => '0',
39630 ))
39631 ->values(array(
39632   'name' => 'TaxonomyVocabularyTestCase',
39633   'type' => 'class',
39634   'filename' => 'modules/taxonomy/taxonomy.test',
39635   'module' => 'taxonomy',
39636   'weight' => '0',
39637 ))
39638 ->values(array(
39639   'name' => 'TaxonomyWebTestCase',
39640   'type' => 'class',
39641   'filename' => 'modules/taxonomy/taxonomy.test',
39642   'module' => 'taxonomy',
39643   'weight' => '0',
39644 ))
39645 ->values(array(
39646   'name' => 'TestFileTransfer',
39647   'type' => 'class',
39648   'filename' => 'modules/simpletest/tests/filetransfer.test',
39649   'module' => 'simpletest',
39650   'weight' => '0',
39651 ))
39652 ->values(array(
39653   'name' => 'TestingMailSystem',
39654   'type' => 'class',
39655   'filename' => 'modules/system/system.mail.inc',
39656   'module' => 'system',
39657   'weight' => '0',
39658 ))
39659 ->values(array(
39660   'name' => 'TextFieldTestCase',
39661   'type' => 'class',
39662   'filename' => 'modules/field/modules/text/text.test',
39663   'module' => 'text',
39664   'weight' => '0',
39665 ))
39666 ->values(array(
39667   'name' => 'TextSummaryTestCase',
39668   'type' => 'class',
39669   'filename' => 'modules/field/modules/text/text.test',
39670   'module' => 'text',
39671   'weight' => '0',
39672 ))
39673 ->values(array(
39674   'name' => 'TextTranslationTestCase',
39675   'type' => 'class',
39676   'filename' => 'modules/field/modules/text/text.test',
39677   'module' => 'text',
39678   'weight' => '0',
39679 ))
39680 ->values(array(
39681   'name' => 'ThemeDebugMarkupTestCase',
39682   'type' => 'class',
39683   'filename' => 'modules/simpletest/tests/theme.test',
39684   'module' => 'simpletest',
39685   'weight' => '0',
39686 ))
39687 ->values(array(
39688   'name' => 'ThemeFastTestCase',
39689   'type' => 'class',
39690   'filename' => 'modules/simpletest/tests/theme.test',
39691   'module' => 'simpletest',
39692   'weight' => '0',
39693 ))
39694 ->values(array(
39695   'name' => 'ThemeHookInitTestCase',
39696   'type' => 'class',
39697   'filename' => 'modules/simpletest/tests/theme.test',
39698   'module' => 'simpletest',
39699   'weight' => '0',
39700 ))
39701 ->values(array(
39702   'name' => 'ThemeItemListUnitTest',
39703   'type' => 'class',
39704   'filename' => 'modules/simpletest/tests/theme.test',
39705   'module' => 'simpletest',
39706   'weight' => '0',
39707 ))
39708 ->values(array(
39709   'name' => 'ThemeLinksTest',
39710   'type' => 'class',
39711   'filename' => 'modules/simpletest/tests/theme.test',
39712   'module' => 'simpletest',
39713   'weight' => '0',
39714 ))
39715 ->values(array(
39716   'name' => 'ThemeRegistry',
39717   'type' => 'class',
39718   'filename' => 'includes/theme.inc',
39719   'module' => '',
39720   'weight' => '0',
39721 ))
39722 ->values(array(
39723   'name' => 'ThemeRegistryTestCase',
39724   'type' => 'class',
39725   'filename' => 'modules/simpletest/tests/theme.test',
39726   'module' => 'simpletest',
39727   'weight' => '0',
39728 ))
39729 ->values(array(
39730   'name' => 'ThemeTableTestCase',
39731   'type' => 'class',
39732   'filename' => 'modules/simpletest/tests/theme.test',
39733   'module' => 'simpletest',
39734   'weight' => '0',
39735 ))
39736 ->values(array(
39737   'name' => 'ThemeTestCase',
39738   'type' => 'class',
39739   'filename' => 'modules/simpletest/tests/theme.test',
39740   'module' => 'simpletest',
39741   'weight' => '0',
39742 ))
39743 ->values(array(
39744   'name' => 'ThemeUpdater',
39745   'type' => 'class',
39746   'filename' => 'modules/system/system.updater.inc',
39747   'module' => 'system',
39748   'weight' => '0',
39749 ))
39750 ->values(array(
39751   'name' => 'TokenReplaceTestCase',
39752   'type' => 'class',
39753   'filename' => 'modules/system/system.test',
39754   'module' => 'system',
39755   'weight' => '0',
39756 ))
39757 ->values(array(
39758   'name' => 'TokenScanTest',
39759   'type' => 'class',
39760   'filename' => 'modules/system/system.test',
39761   'module' => 'system',
39762   'weight' => '0',
39763 ))
39764 ->values(array(
39765   'name' => 'TrackerTest',
39766   'type' => 'class',
39767   'filename' => 'modules/tracker/tracker.test',
39768   'module' => 'tracker',
39769   'weight' => '0',
39770 ))
39771 ->values(array(
39772   'name' => 'TranslatableUpgradePathTestCase',
39773   'type' => 'class',
39774   'filename' => 'modules/simpletest/tests/upgrade/upgrade.translatable.test',
39775   'module' => 'simpletest',
39776   'weight' => '0',
39777 ))
39778 ->values(array(
39779   'name' => 'TranslationTestCase',
39780   'type' => 'class',
39781   'filename' => 'modules/translation/translation.test',
39782   'module' => 'translation',
39783   'weight' => '0',
39784 ))
39785 ->values(array(
39786   'name' => 'TriggerActionTestCase',
39787   'type' => 'class',
39788   'filename' => 'modules/trigger/trigger.test',
39789   'module' => 'trigger',
39790   'weight' => '0',
39791 ))
39792 ->values(array(
39793   'name' => 'TriggerContentTestCase',
39794   'type' => 'class',
39795   'filename' => 'modules/trigger/trigger.test',
39796   'module' => 'trigger',
39797   'weight' => '0',
39798 ))
39799 ->values(array(
39800   'name' => 'TriggerCronTestCase',
39801   'type' => 'class',
39802   'filename' => 'modules/trigger/trigger.test',
39803   'module' => 'trigger',
39804   'weight' => '0',
39805 ))
39806 ->values(array(
39807   'name' => 'TriggerOrphanedActionsTestCase',
39808   'type' => 'class',
39809   'filename' => 'modules/trigger/trigger.test',
39810   'module' => 'trigger',
39811   'weight' => '0',
39812 ))
39813 ->values(array(
39814   'name' => 'TriggerOtherTestCase',
39815   'type' => 'class',
39816   'filename' => 'modules/trigger/trigger.test',
39817   'module' => 'trigger',
39818   'weight' => '0',
39819 ))
39820 ->values(array(
39821   'name' => 'TriggerUnassignTestCase',
39822   'type' => 'class',
39823   'filename' => 'modules/trigger/trigger.test',
39824   'module' => 'trigger',
39825   'weight' => '0',
39826 ))
39827 ->values(array(
39828   'name' => 'TriggerUpdatePathTestCase',
39829   'type' => 'class',
39830   'filename' => 'modules/simpletest/tests/upgrade/update.trigger.test',
39831   'module' => 'simpletest',
39832   'weight' => '0',
39833 ))
39834 ->values(array(
39835   'name' => 'TriggerUserActionTestCase',
39836   'type' => 'class',
39837   'filename' => 'modules/trigger/trigger.test',
39838   'module' => 'trigger',
39839   'weight' => '0',
39840 ))
39841 ->values(array(
39842   'name' => 'TriggerUserTokenTestCase',
39843   'type' => 'class',
39844   'filename' => 'modules/trigger/trigger.test',
39845   'module' => 'trigger',
39846   'weight' => '0',
39847 ))
39848 ->values(array(
39849   'name' => 'TriggerWebTestCase',
39850   'type' => 'class',
39851   'filename' => 'modules/trigger/trigger.test',
39852   'module' => 'trigger',
39853   'weight' => '0',
39854 ))
39855 ->values(array(
39856   'name' => 'TruncateQuery',
39857   'type' => 'class',
39858   'filename' => 'includes/database/query.inc',
39859   'module' => '',
39860   'weight' => '0',
39861 ))
39862 ->values(array(
39863   'name' => 'TruncateQuery_mysql',
39864   'type' => 'class',
39865   'filename' => 'includes/database/mysql/query.inc',
39866   'module' => '',
39867   'weight' => '0',
39868 ))
39869 ->values(array(
39870   'name' => 'TruncateQuery_sqlite',
39871   'type' => 'class',
39872   'filename' => 'includes/database/sqlite/query.inc',
39873   'module' => '',
39874   'weight' => '0',
39875 ))
39876 ->values(array(
39877   'name' => 'UAPhoneNumberTestCase',
39878   'type' => 'class',
39879   'filename' => 'sites/all/modules/phone/tests/phone.ua.test',
39880   'module' => 'phone',
39881   'weight' => '0',
39882 ))
39883 ->values(array(
39884   'name' => 'UKPhoneNumberTestCase',
39885   'type' => 'class',
39886   'filename' => 'sites/all/modules/phone/tests/phone.uk.test',
39887   'module' => 'phone',
39888   'weight' => '0',
39889 ))
39890 ->values(array(
39891   'name' => 'UnicodeUnitTest',
39892   'type' => 'class',
39893   'filename' => 'modules/simpletest/tests/unicode.test',
39894   'module' => 'simpletest',
39895   'weight' => '0',
39896 ))
39897 ->values(array(
39898   'name' => 'UpdateCoreTestCase',
39899   'type' => 'class',
39900   'filename' => 'modules/update/update.test',
39901   'module' => 'update',
39902   'weight' => '0',
39903 ))
39904 ->values(array(
39905   'name' => 'UpdateCoreUnitTestCase',
39906   'type' => 'class',
39907   'filename' => 'modules/update/update.test',
39908   'module' => 'update',
39909   'weight' => '0',
39910 ))
39911 ->values(array(
39912   'name' => 'UpdateDependencyHookInvocationTestCase',
39913   'type' => 'class',
39914   'filename' => 'modules/simpletest/tests/update.test',
39915   'module' => 'simpletest',
39916   'weight' => '0',
39917 ))
39918 ->values(array(
39919   'name' => 'UpdateDependencyMissingTestCase',
39920   'type' => 'class',
39921   'filename' => 'modules/simpletest/tests/update.test',
39922   'module' => 'simpletest',
39923   'weight' => '0',
39924 ))
39925 ->values(array(
39926   'name' => 'UpdateDependencyOrderingTestCase',
39927   'type' => 'class',
39928   'filename' => 'modules/simpletest/tests/update.test',
39929   'module' => 'simpletest',
39930   'weight' => '0',
39931 ))
39932 ->values(array(
39933   'name' => 'UpdateFeedItemTestCase',
39934   'type' => 'class',
39935   'filename' => 'modules/aggregator/aggregator.test',
39936   'module' => 'aggregator',
39937   'weight' => '0',
39938 ))
39939 ->values(array(
39940   'name' => 'UpdateFeedTestCase',
39941   'type' => 'class',
39942   'filename' => 'modules/aggregator/aggregator.test',
39943   'module' => 'aggregator',
39944   'weight' => '0',
39945 ))
39946 ->values(array(
39947   'name' => 'UpdatePathTestCase',
39948   'type' => 'class',
39949   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
39950   'module' => 'simpletest',
39951   'weight' => '0',
39952 ))
39953 ->values(array(
39954   'name' => 'UpdateQuery',
39955   'type' => 'class',
39956   'filename' => 'includes/database/query.inc',
39957   'module' => '',
39958   'weight' => '0',
39959 ))
39960 ->values(array(
39961   'name' => 'UpdateQuery_pgsql',
39962   'type' => 'class',
39963   'filename' => 'includes/database/pgsql/query.inc',
39964   'module' => '',
39965   'weight' => '0',
39966 ))
39967 ->values(array(
39968   'name' => 'UpdateQuery_sqlite',
39969   'type' => 'class',
39970   'filename' => 'includes/database/sqlite/query.inc',
39971   'module' => '',
39972   'weight' => '0',
39973 ))
39974 ->values(array(
39975   'name' => 'Updater',
39976   'type' => 'class',
39977   'filename' => 'includes/updater.inc',
39978   'module' => '',
39979   'weight' => '0',
39980 ))
39981 ->values(array(
39982   'name' => 'UpdaterException',
39983   'type' => 'class',
39984   'filename' => 'includes/updater.inc',
39985   'module' => '',
39986   'weight' => '0',
39987 ))
39988 ->values(array(
39989   'name' => 'UpdaterFileTransferException',
39990   'type' => 'class',
39991   'filename' => 'includes/updater.inc',
39992   'module' => '',
39993   'weight' => '0',
39994 ))
39995 ->values(array(
39996   'name' => 'UpdateScriptFunctionalTest',
39997   'type' => 'class',
39998   'filename' => 'modules/system/system.test',
39999   'module' => 'system',
40000   'weight' => '0',
40001 ))
40002 ->values(array(
40003   'name' => 'UpdateTestContribCase',
40004   'type' => 'class',
40005   'filename' => 'modules/update/update.test',
40006   'module' => 'update',
40007   'weight' => '0',
40008 ))
40009 ->values(array(
40010   'name' => 'UpdateTestHelper',
40011   'type' => 'class',
40012   'filename' => 'modules/update/update.test',
40013   'module' => 'update',
40014   'weight' => '0',
40015 ))
40016 ->values(array(
40017   'name' => 'UpdateTestUploadCase',
40018   'type' => 'class',
40019   'filename' => 'modules/update/update.test',
40020   'module' => 'update',
40021   'weight' => '0',
40022 ))
40023 ->values(array(
40024   'name' => 'UpgradePathTaxonomyTestCase',
40025   'type' => 'class',
40026   'filename' => 'modules/simpletest/tests/upgrade/upgrade.taxonomy.test',
40027   'module' => 'simpletest',
40028   'weight' => '0',
40029 ))
40030 ->values(array(
40031   'name' => 'UpgradePathTestCase',
40032   'type' => 'class',
40033   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
40034   'module' => 'simpletest',
40035   'weight' => '0',
40036 ))
40037 ->values(array(
40038   'name' => 'UpgradePathTriggerTestCase',
40039   'type' => 'class',
40040   'filename' => 'modules/simpletest/tests/upgrade/upgrade.trigger.test',
40041   'module' => 'simpletest',
40042   'weight' => '0',
40043 ))
40044 ->values(array(
40045   'name' => 'UploadUpgradePathTestCase',
40046   'type' => 'class',
40047   'filename' => 'modules/simpletest/tests/upgrade/upgrade.upload.test',
40048   'module' => 'simpletest',
40049   'weight' => '0',
40050 ))
40051 ->values(array(
40052   'name' => 'UrlAlterFunctionalTest',
40053   'type' => 'class',
40054   'filename' => 'modules/simpletest/tests/path.test',
40055   'module' => 'simpletest',
40056   'weight' => '0',
40057 ))
40058 ->values(array(
40059   'name' => 'UserAccountLinksUnitTests',
40060   'type' => 'class',
40061   'filename' => 'modules/user/user.test',
40062   'module' => 'user',
40063   'weight' => '0',
40064 ))
40065 ->values(array(
40066   'name' => 'UserAdminTestCase',
40067   'type' => 'class',
40068   'filename' => 'modules/user/user.test',
40069   'module' => 'user',
40070   'weight' => '0',
40071 ))
40072 ->values(array(
40073   'name' => 'UserAuthmapAssignmentTestCase',
40074   'type' => 'class',
40075   'filename' => 'modules/user/user.test',
40076   'module' => 'user',
40077   'weight' => '0',
40078 ))
40079 ->values(array(
40080   'name' => 'UserAutocompleteTestCase',
40081   'type' => 'class',
40082   'filename' => 'modules/user/user.test',
40083   'module' => 'user',
40084   'weight' => '0',
40085 ))
40086 ->values(array(
40087   'name' => 'UserBlocksUnitTests',
40088   'type' => 'class',
40089   'filename' => 'modules/user/user.test',
40090   'module' => 'user',
40091   'weight' => '0',
40092 ))
40093 ->values(array(
40094   'name' => 'UserCancelTestCase',
40095   'type' => 'class',
40096   'filename' => 'modules/user/user.test',
40097   'module' => 'user',
40098   'weight' => '0',
40099 ))
40100 ->values(array(
40101   'name' => 'UserController',
40102   'type' => 'class',
40103   'filename' => 'modules/user/user.module',
40104   'module' => 'user',
40105   'weight' => '0',
40106 ))
40107 ->values(array(
40108   'name' => 'UserCreateTestCase',
40109   'type' => 'class',
40110   'filename' => 'modules/user/user.test',
40111   'module' => 'user',
40112   'weight' => '0',
40113 ))
40114 ->values(array(
40115   'name' => 'UserEditedOwnAccountTestCase',
40116   'type' => 'class',
40117   'filename' => 'modules/user/user.test',
40118   'module' => 'user',
40119   'weight' => '0',
40120 ))
40121 ->values(array(
40122   'name' => 'UserEditTestCase',
40123   'type' => 'class',
40124   'filename' => 'modules/user/user.test',
40125   'module' => 'user',
40126   'weight' => '0',
40127 ))
40128 ->values(array(
40129   'name' => 'UserLoginTestCase',
40130   'type' => 'class',
40131   'filename' => 'modules/user/user.test',
40132   'module' => 'user',
40133   'weight' => '0',
40134 ))
40135 ->values(array(
40136   'name' => 'UserPasswordResetTestCase',
40137   'type' => 'class',
40138   'filename' => 'modules/user/user.test',
40139   'module' => 'user',
40140   'weight' => '0',
40141 ))
40142 ->values(array(
40143   'name' => 'UserPermissionsTestCase',
40144   'type' => 'class',
40145   'filename' => 'modules/user/user.test',
40146   'module' => 'user',
40147   'weight' => '0',
40148 ))
40149 ->values(array(
40150   'name' => 'UserPictureTestCase',
40151   'type' => 'class',
40152   'filename' => 'modules/user/user.test',
40153   'module' => 'user',
40154   'weight' => '0',
40155 ))
40156 ->values(array(
40157   'name' => 'UserRegistrationTestCase',
40158   'type' => 'class',
40159   'filename' => 'modules/user/user.test',
40160   'module' => 'user',
40161   'weight' => '0',
40162 ))
40163 ->values(array(
40164   'name' => 'UserRoleAdminTestCase',
40165   'type' => 'class',
40166   'filename' => 'modules/user/user.test',
40167   'module' => 'user',
40168   'weight' => '0',
40169 ))
40170 ->values(array(
40171   'name' => 'UserRolesAssignmentTestCase',
40172   'type' => 'class',
40173   'filename' => 'modules/user/user.test',
40174   'module' => 'user',
40175   'weight' => '0',
40176 ))
40177 ->values(array(
40178   'name' => 'UserSaveTestCase',
40179   'type' => 'class',
40180   'filename' => 'modules/user/user.test',
40181   'module' => 'user',
40182   'weight' => '0',
40183 ))
40184 ->values(array(
40185   'name' => 'UserSignatureTestCase',
40186   'type' => 'class',
40187   'filename' => 'modules/user/user.test',
40188   'module' => 'user',
40189   'weight' => '0',
40190 ))
40191 ->values(array(
40192   'name' => 'UserTimeZoneFunctionalTest',
40193   'type' => 'class',
40194   'filename' => 'modules/user/user.test',
40195   'module' => 'user',
40196   'weight' => '0',
40197 ))
40198 ->values(array(
40199   'name' => 'UserTokenReplaceTestCase',
40200   'type' => 'class',
40201   'filename' => 'modules/user/user.test',
40202   'module' => 'user',
40203   'weight' => '0',
40204 ))
40205 ->values(array(
40206   'name' => 'UserUpdatePathTestCase',
40207   'type' => 'class',
40208   'filename' => 'modules/simpletest/tests/upgrade/update.user.test',
40209   'module' => 'simpletest',
40210   'weight' => '0',
40211 ))
40212 ->values(array(
40213   'name' => 'UserUpgradePathDuplicatedPermissionTestCase',
40214   'type' => 'class',
40215   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
40216   'module' => 'simpletest',
40217   'weight' => '0',
40218 ))
40219 ->values(array(
40220   'name' => 'UserUpgradePathNoPasswordTokenTestCase',
40221   'type' => 'class',
40222   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
40223   'module' => 'simpletest',
40224   'weight' => '0',
40225 ))
40226 ->values(array(
40227   'name' => 'UserUpgradePathPasswordTokenTestCase',
40228   'type' => 'class',
40229   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
40230   'module' => 'simpletest',
40231   'weight' => '0',
40232 ))
40233 ->values(array(
40234   'name' => 'UserUserSearchTestCase',
40235   'type' => 'class',
40236   'filename' => 'modules/user/user.test',
40237   'module' => 'user',
40238   'weight' => '0',
40239 ))
40240 ->values(array(
40241   'name' => 'UserValidateCurrentPassCustomForm',
40242   'type' => 'class',
40243   'filename' => 'modules/user/user.test',
40244   'module' => 'user',
40245   'weight' => '0',
40246 ))
40247 ->values(array(
40248   'name' => 'UserValidationTestCase',
40249   'type' => 'class',
40250   'filename' => 'modules/user/user.test',
40251   'module' => 'user',
40252   'weight' => '0',
40253 ))
40254 ->values(array(
40255   'name' => 'ValidUrlTestCase',
40256   'type' => 'class',
40257   'filename' => 'modules/simpletest/tests/common.test',
40258   'module' => 'simpletest',
40259   'weight' => '0',
40260 ))
40261 ->values(array(
40262   'name' => 'ViewsAccessTest',
40263   'type' => 'class',
40264   'filename' => 'sites/all/modules/views/tests/views_access.test',
40265   'module' => 'views',
40266   'weight' => '0',
40267 ))
40268 ->values(array(
40269   'name' => 'ViewsAnalyzeTest',
40270   'type' => 'class',
40271   'filename' => 'sites/all/modules/views/tests/views_analyze.test',
40272   'module' => 'views',
40273   'weight' => '0',
40274 ))
40275 ->values(array(
40276   'name' => 'ViewsArgumentDefaultTest',
40277   'type' => 'class',
40278   'filename' => 'sites/all/modules/views/tests/views_argument_default.test',
40279   'module' => 'views',
40280   'weight' => '0',
40281 ))
40282 ->values(array(
40283   'name' => 'ViewsArgumentValidatorTest',
40284   'type' => 'class',
40285   'filename' => 'sites/all/modules/views/tests/views_argument_validator.test',
40286   'module' => 'views',
40287   'weight' => '0',
40288 ))
40289 ->values(array(
40290   'name' => 'ViewsBasicTest',
40291   'type' => 'class',
40292   'filename' => 'sites/all/modules/views/tests/views_basic.test',
40293   'module' => 'views',
40294   'weight' => '0',
40295 ))
40296 ->values(array(
40297   'name' => 'ViewsCacheTest',
40298   'type' => 'class',
40299   'filename' => 'sites/all/modules/views/tests/views_cache.test',
40300   'module' => 'views',
40301   'weight' => '0',
40302 ))
40303 ->values(array(
40304   'name' => 'ViewsExposedFormTest',
40305   'type' => 'class',
40306   'filename' => 'sites/all/modules/views/tests/views_exposed_form.test',
40307   'module' => 'views',
40308   'weight' => '0',
40309 ))
40310 ->values(array(
40311   'name' => 'viewsFieldApiDataTest',
40312   'type' => 'class',
40313   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
40314   'module' => 'views',
40315   'weight' => '0',
40316 ))
40317 ->values(array(
40318   'name' => 'ViewsFieldApiTestHelper',
40319   'type' => 'class',
40320   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
40321   'module' => 'views',
40322   'weight' => '0',
40323 ))
40324 ->values(array(
40325   'name' => 'ViewsGlossaryTestCase',
40326   'type' => 'class',
40327   'filename' => 'sites/all/modules/views/tests/views_glossary.test',
40328   'module' => 'views',
40329   'weight' => '0',
40330 ))
40331 ->values(array(
40332   'name' => 'ViewsHandlerAreaTextTest',
40333   'type' => 'class',
40334   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_area_text.test',
40335   'module' => 'views',
40336   'weight' => '0',
40337 ))
40338 ->values(array(
40339   'name' => 'viewsHandlerArgumentCommentUserUidTest',
40340   'type' => 'class',
40341   'filename' => 'sites/all/modules/views/tests/comment/views_handler_argument_comment_user_uid.test',
40342   'module' => 'views',
40343   'weight' => '0',
40344 ))
40345 ->values(array(
40346   'name' => 'ViewsHandlerArgumentNullTest',
40347   'type' => 'class',
40348   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_null.test',
40349   'module' => 'views',
40350   'weight' => '0',
40351 ))
40352 ->values(array(
40353   'name' => 'ViewsHandlerArgumentStringTest',
40354   'type' => 'class',
40355   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_string.test',
40356   'module' => 'views',
40357   'weight' => '0',
40358 ))
40359 ->values(array(
40360   'name' => 'ViewsHandlerFieldBooleanTest',
40361   'type' => 'class',
40362   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_boolean.test',
40363   'module' => 'views',
40364   'weight' => '0',
40365 ))
40366 ->values(array(
40367   'name' => 'ViewsHandlerFieldCustomTest',
40368   'type' => 'class',
40369   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_custom.test',
40370   'module' => 'views',
40371   'weight' => '0',
40372 ))
40373 ->values(array(
40374   'name' => 'ViewsHandlerFieldDateTest',
40375   'type' => 'class',
40376   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_date.test',
40377   'module' => 'views',
40378   'weight' => '0',
40379 ))
40380 ->values(array(
40381   'name' => 'viewsHandlerFieldFieldTest',
40382   'type' => 'class',
40383   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
40384   'module' => 'views',
40385   'weight' => '0',
40386 ))
40387 ->values(array(
40388   'name' => 'ViewsHandlerFieldMath',
40389   'type' => 'class',
40390   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_math.test',
40391   'module' => 'views',
40392   'weight' => '0',
40393 ))
40394 ->values(array(
40395   'name' => 'ViewsHandlerFieldTest',
40396   'type' => 'class',
40397   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field.test',
40398   'module' => 'views',
40399   'weight' => '0',
40400 ))
40401 ->values(array(
40402   'name' => 'ViewsHandlerFieldUrlTest',
40403   'type' => 'class',
40404   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_url.test',
40405   'module' => 'views',
40406   'weight' => '0',
40407 ))
40408 ->values(array(
40409   'name' => 'viewsHandlerFieldUserNameTest',
40410   'type' => 'class',
40411   'filename' => 'sites/all/modules/views/tests/user/views_handler_field_user_name.test',
40412   'module' => 'views',
40413   'weight' => '0',
40414 ))
40415 ->values(array(
40416   'name' => 'ViewsHandlerFilterCombineTest',
40417   'type' => 'class',
40418   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_combine.test',
40419   'module' => 'views',
40420   'weight' => '0',
40421 ))
40422 ->values(array(
40423   'name' => 'viewsHandlerFilterCommentUserUidTest',
40424   'type' => 'class',
40425   'filename' => 'sites/all/modules/views/tests/comment/views_handler_filter_comment_user_uid.test',
40426   'module' => 'views',
40427   'weight' => '0',
40428 ))
40429 ->values(array(
40430   'name' => 'ViewsHandlerFilterCounterTest',
40431   'type' => 'class',
40432   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_counter.test',
40433   'module' => 'views',
40434   'weight' => '0',
40435 ))
40436 ->values(array(
40437   'name' => 'ViewsHandlerFilterDateTest',
40438   'type' => 'class',
40439   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_date.test',
40440   'module' => 'views',
40441   'weight' => '0',
40442 ))
40443 ->values(array(
40444   'name' => 'ViewsHandlerFilterEqualityTest',
40445   'type' => 'class',
40446   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_equality.test',
40447   'module' => 'views',
40448   'weight' => '0',
40449 ))
40450 ->values(array(
40451   'name' => 'ViewsHandlerFilterInOperator',
40452   'type' => 'class',
40453   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_in_operator.test',
40454   'module' => 'views',
40455   'weight' => '0',
40456 ))
40457 ->values(array(
40458   'name' => 'ViewsHandlerFilterNumericTest',
40459   'type' => 'class',
40460   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_numeric.test',
40461   'module' => 'views',
40462   'weight' => '0',
40463 ))
40464 ->values(array(
40465   'name' => 'ViewsHandlerFilterStringTest',
40466   'type' => 'class',
40467   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_string.test',
40468   'module' => 'views',
40469   'weight' => '0',
40470 ))
40471 ->values(array(
40472   'name' => 'ViewsHandlerRelationshipNodeTermDataTest',
40473   'type' => 'class',
40474   'filename' => 'sites/all/modules/views/tests/taxonomy/views_handler_relationship_node_term_data.test',
40475   'module' => 'views',
40476   'weight' => '0',
40477 ))
40478 ->values(array(
40479   'name' => 'ViewsHandlerSortDateTest',
40480   'type' => 'class',
40481   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_date.test',
40482   'module' => 'views',
40483   'weight' => '0',
40484 ))
40485 ->values(array(
40486   'name' => 'ViewsHandlerSortRandomTest',
40487   'type' => 'class',
40488   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_random.test',
40489   'module' => 'views',
40490   'weight' => '0',
40491 ))
40492 ->values(array(
40493   'name' => 'ViewsHandlerSortTest',
40494   'type' => 'class',
40495   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort.test',
40496   'module' => 'views',
40497   'weight' => '0',
40498 ))
40499 ->values(array(
40500   'name' => 'ViewsHandlersTest',
40501   'type' => 'class',
40502   'filename' => 'sites/all/modules/views/tests/views_handlers.test',
40503   'module' => 'views',
40504   'weight' => '0',
40505 ))
40506 ->values(array(
40507   'name' => 'ViewsHandlerTestFileSize',
40508   'type' => 'class',
40509   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_file_size.test',
40510   'module' => 'views',
40511   'weight' => '0',
40512 ))
40513 ->values(array(
40514   'name' => 'ViewsHandlerTestXss',
40515   'type' => 'class',
40516   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_xss.test',
40517   'module' => 'views',
40518   'weight' => '0',
40519 ))
40520 ->values(array(
40521   'name' => 'ViewsModuleTest',
40522   'type' => 'class',
40523   'filename' => 'sites/all/modules/views/tests/views_module.test',
40524   'module' => 'views',
40525   'weight' => '0',
40526 ))
40527 ->values(array(
40528   'name' => 'ViewsNodeRevisionRelationsTestCase',
40529   'type' => 'class',
40530   'filename' => 'sites/all/modules/views/tests/node/views_node_revision_relations.test',
40531   'module' => 'views',
40532   'weight' => '0',
40533 ))
40534 ->values(array(
40535   'name' => 'ViewsPagerTest',
40536   'type' => 'class',
40537   'filename' => 'sites/all/modules/views/tests/views_pager.test',
40538   'module' => 'views',
40539   'weight' => '0',
40540 ))
40541 ->values(array(
40542   'name' => 'ViewsPagerTestCase',
40543   'type' => 'class',
40544   'filename' => 'sites/all/modules/date/tests/date_views_pager.test',
40545   'module' => 'date',
40546   'weight' => '0',
40547 ))
40548 ->values(array(
40549   'name' => 'ViewsPluginDisplayTestCase',
40550   'type' => 'class',
40551   'filename' => 'sites/all/modules/views/tests/plugins/views_plugin_display.test',
40552   'module' => 'views',
40553   'weight' => '0',
40554 ))
40555 ->values(array(
40556   'name' => 'viewsPluginStyleJumpMenuTest',
40557   'type' => 'class',
40558   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_jump_menu.test',
40559   'module' => 'views',
40560   'weight' => '0',
40561 ))
40562 ->values(array(
40563   'name' => 'ViewsPluginStyleMappingTest',
40564   'type' => 'class',
40565   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_mapping.test',
40566   'module' => 'views',
40567   'weight' => '0',
40568 ))
40569 ->values(array(
40570   'name' => 'ViewsPluginStyleTestBase',
40571   'type' => 'class',
40572   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_base.test',
40573   'module' => 'views',
40574   'weight' => '0',
40575 ))
40576 ->values(array(
40577   'name' => 'ViewsPluginStyleTestCase',
40578   'type' => 'class',
40579   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style.test',
40580   'module' => 'views',
40581   'weight' => '0',
40582 ))
40583 ->values(array(
40584   'name' => 'ViewsPluginStyleUnformattedTestCase',
40585   'type' => 'class',
40586   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_unformatted.test',
40587   'module' => 'views',
40588   'weight' => '0',
40589 ))
40590 ->values(array(
40591   'name' => 'ViewsQueryGroupByTest',
40592   'type' => 'class',
40593   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
40594   'module' => 'views',
40595   'weight' => '0',
40596 ))
40597 ->values(array(
40598   'name' => 'ViewsSqlTest',
40599   'type' => 'class',
40600   'filename' => 'sites/all/modules/views/tests/views_query.test',
40601   'module' => 'views',
40602   'weight' => '0',
40603 ))
40604 ->values(array(
40605   'name' => 'ViewsTestCase',
40606   'type' => 'class',
40607   'filename' => 'sites/all/modules/views/tests/views_query.test',
40608   'module' => 'views',
40609   'weight' => '0',
40610 ))
40611 ->values(array(
40612   'name' => 'ViewsTranslatableTest',
40613   'type' => 'class',
40614   'filename' => 'sites/all/modules/views/tests/views_translatable.test',
40615   'module' => 'views',
40616   'weight' => '0',
40617 ))
40618 ->values(array(
40619   'name' => 'viewsUiGroupbyTestCase',
40620   'type' => 'class',
40621   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
40622   'module' => 'views',
40623   'weight' => '0',
40624 ))
40625 ->values(array(
40626   'name' => 'ViewsUIWizardBasicTestCase',
40627   'type' => 'class',
40628   'filename' => 'sites/all/modules/views/tests/views_ui.test',
40629   'module' => 'views',
40630   'weight' => '0',
40631 ))
40632 ->values(array(
40633   'name' => 'ViewsUIWizardDefaultViewsTestCase',
40634   'type' => 'class',
40635   'filename' => 'sites/all/modules/views/tests/views_ui.test',
40636   'module' => 'views',
40637   'weight' => '0',
40638 ))
40639 ->values(array(
40640   'name' => 'ViewsUIWizardHelper',
40641   'type' => 'class',
40642   'filename' => 'sites/all/modules/views/tests/views_ui.test',
40643   'module' => 'views',
40644   'weight' => '0',
40645 ))
40646 ->values(array(
40647   'name' => 'ViewsUIWizardItemsPerPageTestCase',
40648   'type' => 'class',
40649   'filename' => 'sites/all/modules/views/tests/views_ui.test',
40650   'module' => 'views',
40651   'weight' => '0',
40652 ))
40653 ->values(array(
40654   'name' => 'ViewsUIWizardJumpMenuTestCase',
40655   'type' => 'class',
40656   'filename' => 'sites/all/modules/views/tests/views_ui.test',
40657   'module' => 'views',
40658   'weight' => '0',
40659 ))
40660 ->values(array(
40661   'name' => 'ViewsUIWizardMenuTestCase',
40662   'type' => 'class',
40663   'filename' => 'sites/all/modules/views/tests/views_ui.test',
40664   'module' => 'views',
40665   'weight' => '0',
40666 ))
40667 ->values(array(
40668   'name' => 'ViewsUIWizardOverrideDisplaysTestCase',
40669   'type' => 'class',
40670   'filename' => 'sites/all/modules/views/tests/views_ui.test',
40671   'module' => 'views',
40672   'weight' => '0',
40673 ))
40674 ->values(array(
40675   'name' => 'ViewsUIWizardSortingTestCase',
40676   'type' => 'class',
40677   'filename' => 'sites/all/modules/views/tests/views_ui.test',
40678   'module' => 'views',
40679   'weight' => '0',
40680 ))
40681 ->values(array(
40682   'name' => 'ViewsUIWizardTaggedWithTestCase',
40683   'type' => 'class',
40684   'filename' => 'sites/all/modules/views/tests/views_ui.test',
40685   'module' => 'views',
40686   'weight' => '0',
40687 ))
40688 ->values(array(
40689   'name' => 'ViewsUpgradeTestCase',
40690   'type' => 'class',
40691   'filename' => 'sites/all/modules/views/tests/views_upgrade.test',
40692   'module' => 'views',
40693   'weight' => '0',
40694 ))
40695 ->values(array(
40696   'name' => 'ViewsUserArgumentDefault',
40697   'type' => 'class',
40698   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_default.test',
40699   'module' => 'views',
40700   'weight' => '0',
40701 ))
40702 ->values(array(
40703   'name' => 'ViewsUserArgumentValidate',
40704   'type' => 'class',
40705   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_validate.test',
40706   'module' => 'views',
40707   'weight' => '0',
40708 ))
40709 ->values(array(
40710   'name' => 'ViewsUserTestCase',
40711   'type' => 'class',
40712   'filename' => 'sites/all/modules/views/tests/user/views_user.test',
40713   'module' => 'views',
40714   'weight' => '0',
40715 ))
40716 ->values(array(
40717   'name' => 'ViewsViewTest',
40718   'type' => 'class',
40719   'filename' => 'sites/all/modules/views/tests/views_view.test',
40720   'module' => 'views',
40721   'weight' => '0',
40722 ))
40723 ->values(array(
40724   'name' => 'XMLRPCBasicTestCase',
40725   'type' => 'class',
40726   'filename' => 'modules/simpletest/tests/xmlrpc.test',
40727   'module' => 'simpletest',
40728   'weight' => '0',
40729 ))
40730 ->values(array(
40731   'name' => 'XMLRPCMessagesTestCase',
40732   'type' => 'class',
40733   'filename' => 'modules/simpletest/tests/xmlrpc.test',
40734   'module' => 'simpletest',
40735   'weight' => '0',
40736 ))
40737 ->values(array(
40738   'name' => 'XMLRPCValidator1IncTestCase',
40739   'type' => 'class',
40740   'filename' => 'modules/simpletest/tests/xmlrpc.test',
40741   'module' => 'simpletest',
40742   'weight' => '0',
40743 ))
40744 ->values(array(
40745   'name' => 'ZAPhoneNumberTestCase',
40746   'type' => 'class',
40747   'filename' => 'sites/all/modules/phone/tests/phone.za.test',
40748   'module' => 'phone',
40749   'weight' => '0',
40750 ))
40751 ->execute();
40752
40753 $connection->schema()->createTable('registry_file', array(
40754   'fields' => array(
40755     'filename' => array(
40756       'type' => 'varchar',
40757       'not null' => TRUE,
40758       'length' => '255',
40759     ),
40760     'hash' => array(
40761       'type' => 'varchar',
40762       'not null' => TRUE,
40763       'length' => '64',
40764     ),
40765   ),
40766   'primary key' => array(
40767     'filename',
40768   ),
40769   'mysql_character_set' => 'utf8',
40770 ));
40771
40772 $connection->insert('registry_file')
40773 ->fields(array(
40774   'filename',
40775   'hash',
40776 ))
40777 ->values(array(
40778   'filename' => 'includes/actions.inc',
40779   'hash' => 'f36b066681463c7dfe189e0430cb1a89bf66f7e228cbb53cdfcd93987193f759',
40780 ))
40781 ->values(array(
40782   'filename' => 'includes/ajax.inc',
40783   'hash' => 'a22c8f7345c1f714ea40bbaa1385fa0e3763b389c82656cf6ff3e4d051532ee4',
40784 ))
40785 ->values(array(
40786   'filename' => 'includes/archiver.inc',
40787   'hash' => 'bdbb21b712a62f6b913590b609fd17cd9f3c3b77c0d21f68e71a78427ed2e3e9',
40788 ))
40789 ->values(array(
40790   'filename' => 'includes/authorize.inc',
40791   'hash' => '6d64d8c21aa01eb12fc29918732e4df6b871ed06e5d41373cb95c197ed661d13',
40792 ))
40793 ->values(array(
40794   'filename' => 'includes/batch.inc',
40795   'hash' => '1fe00f9a25481cd43e19fbd6bd37b7ff9dca79f8405ec3e55ffb011be12ec2c3',
40796 ))
40797 ->values(array(
40798   'filename' => 'includes/batch.queue.inc',
40799   'hash' => '554b2e92e1dad0f7fd5a19cb8dff7e109f10fbe2441a5692d076338ec908de0f',
40800 ))
40801 ->values(array(
40802   'filename' => 'includes/bootstrap.inc',
40803   'hash' => '245deaa370fa492dae401e2eee215f771f9ffbba14c1ff50631a6a4b2b3c771e',
40804 ))
40805 ->values(array(
40806   'filename' => 'includes/cache-install.inc',
40807   'hash' => 'e7ed123c5805703c84ad2cce9c1ca46b3ce8caeeea0d8ef39a3024a4ab95fa0e',
40808 ))
40809 ->values(array(
40810   'filename' => 'includes/cache.inc',
40811   'hash' => 'ee0bf13c7e067695dffcb9ade3b79fea82a3a8db9e9a422ebfcc91c383aa4b4c',
40812 ))
40813 ->values(array(
40814   'filename' => 'includes/common.inc',
40815   'hash' => 'd64557e1027136d80e66c329133336412c8301b48c6703943494cff1309f934c',
40816 ))
40817 ->values(array(
40818   'filename' => 'includes/database/database.inc',
40819   'hash' => '27f874fb21e1a85c86e0317669e2e26c1c6611a5e913c5bbce4c7aa62734edfe',
40820 ))
40821 ->values(array(
40822   'filename' => 'includes/database/log.inc',
40823   'hash' => '9feb5a17ae2fabcf26a96d2a634ba73da501f7bcfc3599a693d916a6971d00d1',
40824 ))
40825 ->values(array(
40826   'filename' => 'includes/database/mysql/database.inc',
40827   'hash' => 'f021edd0e2b5e315336eb6b5e481b9516c12de78dff2c468be3d7fd0d3672665',
40828 ))
40829 ->values(array(
40830   'filename' => 'includes/database/mysql/install.inc',
40831   'hash' => '6ae316941f771732fbbabed7e1d6b4cbb41b1f429dd097d04b3345aa15e461a0',
40832 ))
40833 ->values(array(
40834   'filename' => 'includes/database/mysql/query.inc',
40835   'hash' => '0212a871646c223bf77aa26b945c77a8974855373967b5fb9fdc09f8a1de88a6',
40836 ))
40837 ->values(array(
40838   'filename' => 'includes/database/mysql/schema.inc',
40839   'hash' => '6f43ac87508f868fe38ee09994fc18d69915bada0237f8ac3b717cafe8f22c6b',
40840 ))
40841 ->values(array(
40842   'filename' => 'includes/database/pgsql/database.inc',
40843   'hash' => 'd737f95947d78eb801e8ec8ca8b01e72d2e305924efce8abca0a98c1b5264cff',
40844 ))
40845 ->values(array(
40846   'filename' => 'includes/database/pgsql/install.inc',
40847   'hash' => '585b80c5bbd6f134bff60d06397f15154657a577d4da8d1b181858905f09dea5',
40848 ))
40849 ->values(array(
40850   'filename' => 'includes/database/pgsql/query.inc',
40851   'hash' => '0df57377686c921e722a10b49d5e433b131176c8059a4ace4680964206fc14b4',
40852 ))
40853 ->values(array(
40854   'filename' => 'includes/database/pgsql/schema.inc',
40855   'hash' => '1588daadfa53506aa1f5d94572162a45a46dc3ceabdd0e2f224532ded6508403',
40856 ))
40857 ->values(array(
40858   'filename' => 'includes/database/pgsql/select.inc',
40859   'hash' => 'fd4bba7887c1dc6abc8f080fc3a76c01d92ea085434e355dc1ecb50d8743c22d',
40860 ))
40861 ->values(array(
40862   'filename' => 'includes/database/prefetch.inc',
40863   'hash' => 'b5b207a66a69ecb52ee4f4459af16a7b5eabedc87254245f37cc33bebb61c0fb',
40864 ))
40865 ->values(array(
40866   'filename' => 'includes/database/query.inc',
40867   'hash' => '4016a397f10f071cac338fd0a9b004296106e42ab2b9db8c7ff0db341658e88f',
40868 ))
40869 ->values(array(
40870   'filename' => 'includes/database/schema.inc',
40871   'hash' => '9fecfd13fc1d4056a62d385840dccd052ea0e184dc47101f4bd8f57f10b68174',
40872 ))
40873 ->values(array(
40874   'filename' => 'includes/database/select.inc',
40875   'hash' => '5e9cdc383564ba86cb9dcad0046990ce15415a3000e4f617d6e0f30a205b852c',
40876 ))
40877 ->values(array(
40878   'filename' => 'includes/database/sqlite/database.inc',
40879   'hash' => '4281c6e80932560ecbeb07d1757efd133e8699a6fccf58c27a55df0f71794622',
40880 ))
40881 ->values(array(
40882   'filename' => 'includes/database/sqlite/install.inc',
40883   'hash' => '6620f354aa175a116ba3a0562c980d86cc3b8b481042fc3cc5ed6a4d1a7a6d74',
40884 ))
40885 ->values(array(
40886   'filename' => 'includes/database/sqlite/query.inc',
40887   'hash' => 'f33ab1b6350736a231a4f3f93012d3aac4431ac4e5510fb3a015a5aa6cab8303',
40888 ))
40889 ->values(array(
40890   'filename' => 'includes/database/sqlite/schema.inc',
40891   'hash' => 'cd829700205a8574f8b9d88cd1eaf909519c64754c6f84d6c62b5d21f5886f8d',
40892 ))
40893 ->values(array(
40894   'filename' => 'includes/database/sqlite/select.inc',
40895   'hash' => '8d1c426dbd337733c206cce9f59a172546c6ed856d8ef3f1c7bef05a16f7bf68',
40896 ))
40897 ->values(array(
40898   'filename' => 'includes/date.inc',
40899   'hash' => '18c047be64f201e16d189f1cc47ed9dcf0a145151b1ee187e90511b24e5d2b36',
40900 ))
40901 ->values(array(
40902   'filename' => 'includes/entity.inc',
40903   'hash' => 'e4fc9ff21b165a804d7ac4f036b3b5bd1d3c73da7029bf3f761d4bdee9ae3c96',
40904 ))
40905 ->values(array(
40906   'filename' => 'includes/errors.inc',
40907   'hash' => '72cc29840b24830df98a5628286b4d82738f2abbb78e69b4980310ff12062668',
40908 ))
40909 ->values(array(
40910   'filename' => 'includes/file.inc',
40911   'hash' => '9de0398940bf2db560902736f1832d8b72b3e8b49dbbaba5f94c9331425ee04a',
40912 ))
40913 ->values(array(
40914   'filename' => 'includes/file.mimetypes.inc',
40915   'hash' => '33266e837f4ce076378e7e8cef6c5af46446226ca4259f83e13f605856a7f147',
40916 ))
40917 ->values(array(
40918   'filename' => 'includes/filetransfer/filetransfer.inc',
40919   'hash' => 'fdea8ae48345ec91885ac48a9bc53daf87616271472bb7c29b7e3ce219b22034',
40920 ))
40921 ->values(array(
40922   'filename' => 'includes/filetransfer/ftp.inc',
40923   'hash' => '51eb119b8e1221d598ffa6cc46c8a322aa77b49a3d8879f7fb38b7221cf7e06d',
40924 ))
40925 ->values(array(
40926   'filename' => 'includes/filetransfer/local.inc',
40927   'hash' => '7cbfdb46abbdf539640db27e66fb30e5265128f31002bd0dfc3af16ae01a9492',
40928 ))
40929 ->values(array(
40930   'filename' => 'includes/filetransfer/ssh.inc',
40931   'hash' => '92f1232158cb32ab04cbc93ae38ad3af04796e18f66910a9bc5ca8e437f06891',
40932 ))
40933 ->values(array(
40934   'filename' => 'includes/form.inc',
40935   'hash' => '9b37fe7e5d04b25604bbc63abb6b6d332be14926011533b4449de52d45a86765',
40936 ))
40937 ->values(array(
40938   'filename' => 'includes/graph.inc',
40939   'hash' => '8e0e313a8bb33488f371df11fc1b58d7cf80099b886cd1003871e2c896d1b536',
40940 ))
40941 ->values(array(
40942   'filename' => 'includes/image.inc',
40943   'hash' => 'bcdc7e1599c02227502b9d0fe36eeb2b529b130a392bc709eb737647bd361826',
40944 ))
40945 ->values(array(
40946   'filename' => 'includes/install.core.inc',
40947   'hash' => '733ec6fac8e51747d1c83f266a42e4a0cb6bf31ac50f17f06e37c9e0865f4a38',
40948 ))
40949 ->values(array(
40950   'filename' => 'includes/install.inc',
40951   'hash' => '781c54771c14b067bb38d222096f981121d479222fbdea9c433405de561a2881',
40952 ))
40953 ->values(array(
40954   'filename' => 'includes/iso.inc',
40955   'hash' => '0ce4c225edcfa9f037703bc7dd09d4e268a69bcc90e55da0a3f04c502bd2f349',
40956 ))
40957 ->values(array(
40958   'filename' => 'includes/json-encode.inc',
40959   'hash' => '02a822a652d00151f79db9aa9e171c310b69b93a12f549bc2ce00533a8efa14e',
40960 ))
40961 ->values(array(
40962   'filename' => 'includes/language.inc',
40963   'hash' => '4e08f30843a7ccaeea5c041083e9f77d33d57ff002f1ab4f66168e2c683ce128',
40964 ))
40965 ->values(array(
40966   'filename' => 'includes/locale.inc',
40967   'hash' => 'f8a3ba7868698e9b43c2ceaebe2cbdcb92d6c68427e817a6e10a76b937b5a127',
40968 ))
40969 ->values(array(
40970   'filename' => 'includes/lock.inc',
40971   'hash' => 'a181c8bd4f88d292a0a73b9f1fbd727e3314f66ec3631f288e6b9a54ba2b70fa',
40972 ))
40973 ->values(array(
40974   'filename' => 'includes/mail.inc',
40975   'hash' => 'd9fb2b99025745cbb73ebcfc7ac12df100508b9273ce35c433deacf12dd6a13a',
40976 ))
40977 ->values(array(
40978   'filename' => 'includes/menu.inc',
40979   'hash' => '2ecc6f990dc2d987425c680e27a4ddeec2e8376a2be408b00a144131f41a59ea',
40980 ))
40981 ->values(array(
40982   'filename' => 'includes/module.inc',
40983   'hash' => 'a18bc92e5fc1f2a31a79eace8c6f2436bc15c8f0b332c8b7aaafa3a223746861',
40984 ))
40985 ->values(array(
40986   'filename' => 'includes/pager.inc',
40987   'hash' => '6f9494b85c07a2cc3be4e54aff2d2757485238c476a7da084d25bde1d88be6d8',
40988 ))
40989 ->values(array(
40990   'filename' => 'includes/password.inc',
40991   'hash' => 'fd9a1c94fe5a0fa7c7049a2435c7280b1d666b2074595010e3c492dd15712775',
40992 ))
40993 ->values(array(
40994   'filename' => 'includes/path.inc',
40995   'hash' => '74bf05f3c68b0218730abf3e539fcf08b271959c8f4611940d05124f34a6a66f',
40996 ))
40997 ->values(array(
40998   'filename' => 'includes/registry.inc',
40999   'hash' => 'f47b20859f0fc80bf4bb2849a1282d6c54006957b69da0e5f4691de585ca4cdf',
41000 ))
41001 ->values(array(
41002   'filename' => 'includes/session.inc',
41003   'hash' => '7548621ae4c273179a76eba41aa58b740100613bc015ad388a5c30132b61e34b',
41004 ))
41005 ->values(array(
41006   'filename' => 'includes/stream_wrappers.inc',
41007   'hash' => '4f1feb774a8dbc04ca382fa052f59e58039c7261625f3df29987d6b31f08d92d',
41008 ))
41009 ->values(array(
41010   'filename' => 'includes/tablesort.inc',
41011   'hash' => '2d88768a544829595dd6cda2a5eb008bedb730f36bba6dfe005d9ddd999d5c0f',
41012 ))
41013 ->values(array(
41014   'filename' => 'includes/theme.inc',
41015   'hash' => '507932af124871dd2639ab8eafbbd68f962ef70f44ef1c4fd1a14daf04c53b5e',
41016 ))
41017 ->values(array(
41018   'filename' => 'includes/theme.maintenance.inc',
41019   'hash' => '39f068b3eee4d10a90d6aa3c86db587b6d25844c2919d418d34d133cfe330f5a',
41020 ))
41021 ->values(array(
41022   'filename' => 'includes/token.inc',
41023   'hash' => '5e7898cd78689e2c291ed3cd8f41c032075656896f1db57e49217aac19ae0428',
41024 ))
41025 ->values(array(
41026   'filename' => 'includes/unicode.entities.inc',
41027   'hash' => '2b858138596d961fbaa4c6e3986e409921df7f76b6ee1b109c4af5970f1e0f54',
41028 ))
41029 ->values(array(
41030   'filename' => 'includes/unicode.inc',
41031   'hash' => 'e18772dafe0f80eb139fcfc582fef1704ba9f730647057d4f4841d6a6e4066ca',
41032 ))
41033 ->values(array(
41034   'filename' => 'includes/update.inc',
41035   'hash' => '77403195059de797422d9d9202f18548a38558995120c7f9ffb9bd044730a3bc',
41036 ))
41037 ->values(array(
41038   'filename' => 'includes/updater.inc',
41039   'hash' => 'd2da0e74ed86e93c209f16069f3d32e1a134ceb6c06a0044f78e841a1b54e380',
41040 ))
41041 ->values(array(
41042   'filename' => 'includes/utility.inc',
41043   'hash' => '3458fd2b55ab004dd0cc529b8e58af12916e8bd36653b072bdd820b26b907ed5',
41044 ))
41045 ->values(array(
41046   'filename' => 'includes/xmlrpc.inc',
41047   'hash' => 'ea24176ec445c440ba0c825fc7b04a31b440288df8ef02081560dc418e34e659',
41048 ))
41049 ->values(array(
41050   'filename' => 'includes/xmlrpcs.inc',
41051   'hash' => '741aa8d6fcc6c45a9409064f52351f7999b7c702d73def8da44de2567946598a',
41052 ))
41053 ->values(array(
41054   'filename' => 'modules/aggregator/aggregator.test',
41055   'hash' => '1288945ead1e0b250cb0f2d8bc5486ab1c67295b78b5f1ba0f77ade7bf1243b4',
41056 ))
41057 ->values(array(
41058   'filename' => 'modules/block/block.test',
41059   'hash' => '40d9de00589211770a85c47d38c8ad61c598ec65d9332128a882eb8750e65a16',
41060 ))
41061 ->values(array(
41062   'filename' => 'modules/blog/blog.test',
41063   'hash' => 'f7534b972951c05d34bd832d3e06176b372fff6f4999c428f789fdd7703ed2e2',
41064 ))
41065 ->values(array(
41066   'filename' => 'modules/book/book.test',
41067   'hash' => 'a75a4ec12f930d85adbf7c46d6a1a4ed1356657466874f21e9cc931b6cd41aa0',
41068 ))
41069 ->values(array(
41070   'filename' => 'modules/color/color.test',
41071   'hash' => '013806279bd47ceb2f82ca854b57f880ba21058f7a2592c422afae881a7f5d15',
41072 ))
41073 ->values(array(
41074   'filename' => 'modules/comment/comment.module',
41075   'hash' => 'db858137ff6ce06d87cb3b8f5275bed90c33a6d9aa7d46e7a74524cc2f052309',
41076 ))
41077 ->values(array(
41078   'filename' => 'modules/comment/comment.test',
41079   'hash' => '0443a4dbc5aef3d64405a7cabf462c8c5e0b24517d89410d261027b85292cd4b',
41080 ))
41081 ->values(array(
41082   'filename' => 'modules/contact/contact.test',
41083   'hash' => 'd49eedd71859fbb6ffa26b87226f640db56694c8f43c863c83d920cf3632f9ad',
41084 ))
41085 ->values(array(
41086   'filename' => 'modules/contextual/contextual.test',
41087   'hash' => '023dafa199bd325ecc55a17b2a3db46ac0a31e23059f701f789f3bc42427ba0b',
41088 ))
41089 ->values(array(
41090   'filename' => 'modules/dashboard/dashboard.test',
41091   'hash' => '125df00fc6deb985dc554aa7807a48e60a68dbbddbad9ec2c4718da724f0e683',
41092 ))
41093 ->values(array(
41094   'filename' => 'modules/dblog/dblog.test',
41095   'hash' => '11fbb8522b1c9dc7c85edba3aed7308a8891f26fc7292008822bea1b54722912',
41096 ))
41097 ->values(array(
41098   'filename' => 'modules/field/field.attach.inc',
41099   'hash' => '2df4687b5ec078c4893dc1fea514f67524fd5293de717b9e05caf977e5ae2327',
41100 ))
41101 ->values(array(
41102   'filename' => 'modules/field/field.info.class.inc',
41103   'hash' => 'cf18178e119d43897d3abd882ba3acc0cf59d1ad747663437c57b1ec4d0a4322',
41104 ))
41105 ->values(array(
41106   'filename' => 'modules/field/field.module',
41107   'hash' => 'e9359f8cac64b2d81ac067d7da22972116dc10b9b346752a8ef8292943a958c9',
41108 ))
41109 ->values(array(
41110   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.test',
41111   'hash' => '315eedaf2022afc884c35efd3b7c400eddab6ea30bec91924bc82ab5cd3e79f2',
41112 ))
41113 ->values(array(
41114   'filename' => 'modules/field/modules/list/tests/list.test',
41115   'hash' => '97e55bd49f6f4b0562d04aa3773b5ab9b35063aee05c8c7231780cdcf9c97714',
41116 ))
41117 ->values(array(
41118   'filename' => 'modules/field/modules/number/number.test',
41119   'hash' => '9ccf835bbf80ff31b121286f6fbcf59cc42b622a51ab56b22362b2f55c656e18',
41120 ))
41121 ->values(array(
41122   'filename' => 'modules/field/modules/options/options.test',
41123   'hash' => 'c71441020206b1587dece7296cca306a9f0fbd6e8f04dae272efc15ed3a38383',
41124 ))
41125 ->values(array(
41126   'filename' => 'modules/field/modules/text/text.test',
41127   'hash' => 'a1e5cb0fa8c0651c68d560d9bb7781463a84200f701b00b6e797a9ca792a7e42',
41128 ))
41129 ->values(array(
41130   'filename' => 'modules/field/tests/field.test',
41131   'hash' => '5eaad7a933ef8ea05b958056492ce17858cd542111f0fe81dd1a5949ad8f966e',
41132 ))
41133 ->values(array(
41134   'filename' => 'modules/field_ui/field_ui.test',
41135   'hash' => 'ded58a83a37cf111834f68fde9c34cddc7f4d36b91f31281e41ed5220c65dac4',
41136 ))
41137 ->values(array(
41138   'filename' => 'modules/file/tests/file.test',
41139   'hash' => '51d79794cbe647b2f5635ca9193b4d63bb9f99db4d9074676a80c55582b02985',
41140 ))
41141 ->values(array(
41142   'filename' => 'modules/filter/filter.test',
41143   'hash' => '268488be9d8e6a4bfa906bbb5bbf1f0df5881c04a421cbefcd7aa4f05fb63ba0',
41144 ))
41145 ->values(array(
41146   'filename' => 'modules/forum/forum.test',
41147   'hash' => 'd282b29d6312d63183e003ba036d7645a946e828c94448592f930d80fceb42d6',
41148 ))
41149 ->values(array(
41150   'filename' => 'modules/help/help.test',
41151   'hash' => 'bc934de8c71bd9874a05ccb5e8f927f4c227b3b2397d739e8504c8fd6ae5a83c',
41152 ))
41153 ->values(array(
41154   'filename' => 'modules/image/image.test',
41155   'hash' => '19459f5be2fb58058a984ef302d6f6defca20207324db25726d06a7743cc2960',
41156 ))
41157 ->values(array(
41158   'filename' => 'modules/locale/locale.test',
41159   'hash' => '61c6a80ba44ff92e6ba4a350b7c95890368e2f9e029b8f84563df2490a8e93b1',
41160 ))
41161 ->values(array(
41162   'filename' => 'modules/menu/menu.test',
41163   'hash' => '51817d6c591c28cf268145c2d39b41f66e453edf42c86472e61b7081da1d86bb',
41164 ))
41165 ->values(array(
41166   'filename' => 'modules/node/node.module',
41167   'hash' => 'b594aa316e7d74024d633fb95a6e89a2c6c14cb108a481fd0b2521ec0e3316de',
41168 ))
41169 ->values(array(
41170   'filename' => 'modules/node/node.test',
41171   'hash' => 'e2e485fde00796305fd6926c8b4e9c4e1919020a3ec00819aa5cc1d2b3ebcc5c',
41172 ))
41173 ->values(array(
41174   'filename' => 'modules/openid/openid.test',
41175   'hash' => '3decf7faf3a9396671d52c6065a31f0ef81828015e0348a0ba9358b618e737a1',
41176 ))
41177 ->values(array(
41178   'filename' => 'modules/path/path.test',
41179   'hash' => '2004183b2c7c86028bf78c519c6a7afc4397a8267874462b0c2b49b0f8c20322',
41180 ))
41181 ->values(array(
41182   'filename' => 'modules/php/php.test',
41183   'hash' => 'd234f9c1ab18a05834a3cb6dc532fb4c259aa25612551f953ba6e3bb714657b8',
41184 ))
41185 ->values(array(
41186   'filename' => 'modules/poll/poll.test',
41187   'hash' => 'cc8486dc337471d13014954e1c1e4e5ad4956e4a0cbd395adbd064f8e5849c72',
41188 ))
41189 ->values(array(
41190   'filename' => 'modules/profile/profile.test',
41191   'hash' => 'afc23aa58769a84d94c4a6cef7b0ea2c9aa0edfdf2563a34757a1fb4d3d58233',
41192 ))
41193 ->values(array(
41194   'filename' => 'modules/rdf/rdf.test',
41195   'hash' => '9849d2b717119aa6b5f1496929e7ac7c9c0a6e98486b66f3876bda0a8c165525',
41196 ))
41197 ->values(array(
41198   'filename' => 'modules/search/search.extender.inc',
41199   'hash' => '013a6a841cc48a6dc991153fb692b8d1546e56b78d9c95e97e0d7e92296d3481',
41200 ))
41201 ->values(array(
41202   'filename' => 'modules/search/search.test',
41203   'hash' => '6512521f8de3a54238c8f337ae0aa105cab2bbc9a1addb5b1ccb755842656913',
41204 ))
41205 ->values(array(
41206   'filename' => 'modules/shortcut/shortcut.test',
41207   'hash' => '0d78280d4d0a05aa772218e45911552e39611ca9c258b9dd436307914ac3f254',
41208 ))
41209 ->values(array(
41210   'filename' => 'modules/simpletest/drupal_web_test_case.php',
41211   'hash' => 'a4c07ab08d578cc9c4adfb39aaa98270cacc58885c1d61f3a71f207142f4fc0b',
41212 ))
41213 ->values(array(
41214   'filename' => 'modules/simpletest/simpletest.test',
41215   'hash' => '8112284b928297e326a2cb2a029a8ee35490732ce73ab0b54a91e9613a84e951',
41216 ))
41217 ->values(array(
41218   'filename' => 'modules/simpletest/tests/actions.test',
41219   'hash' => '4e61dcbff514581321b47b8b2402cfb387d859b1a9944cb70bf9f33977dd5220',
41220 ))
41221 ->values(array(
41222   'filename' => 'modules/simpletest/tests/ajax.test',
41223   'hash' => '0581306ba076da005db073036806a4d393a166221cd7171e3e3b1974b7082106',
41224 ))
41225 ->values(array(
41226   'filename' => 'modules/simpletest/tests/batch.test',
41227   'hash' => '665a621f4d5f819295ca7c53158d586ed98c42d8a8e6db1e67fb332032ec07d5',
41228 ))
41229 ->values(array(
41230   'filename' => 'modules/simpletest/tests/boot.test',
41231   'hash' => '1a7cf3c120a8e544cb251ba049ae598f8b25c0a9c3283e15df07a3a562641799',
41232 ))
41233 ->values(array(
41234   'filename' => 'modules/simpletest/tests/bootstrap.test',
41235   'hash' => '4ccb0841905a34438e5b3acd712d0a1b52b6aa41535d3a64d3e50eff355a5dbe',
41236 ))
41237 ->values(array(
41238   'filename' => 'modules/simpletest/tests/cache.test',
41239   'hash' => '2ff9a42287a6419acba6589cd887e9c0d765c1c201865799abe03ee6f3234dfb',
41240 ))
41241 ->values(array(
41242   'filename' => 'modules/simpletest/tests/common.test',
41243   'hash' => 'aa2449d4ce5109bc9593901f34f74ce9caeea6450539a120afdf7a71f1e35276',
41244 ))
41245 ->values(array(
41246   'filename' => 'modules/simpletest/tests/database_test.test',
41247   'hash' => '64baa1520d815e049310ae697fa79390b6b0a02fb03d47c64d3caec8d40ab8e9',
41248 ))
41249 ->values(array(
41250   'filename' => 'modules/simpletest/tests/entity_crud.test',
41251   'hash' => '0db2e08cb15ef287ed622fa56cee85e6a61b6e7a8547c77531a80a9ec1379d87',
41252 ))
41253 ->values(array(
41254   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.test',
41255   'hash' => '5f3f083a018c1c0e78c8532cfc87b95d3c2b1740577a2f0eab8bc75e1db069b4',
41256 ))
41257 ->values(array(
41258   'filename' => 'modules/simpletest/tests/entity_query.test',
41259   'hash' => '8b107f796e9febb8080b153d3c9b969cea5bbb3cd4ee410c8f612bf7bdbb0a63',
41260 ))
41261 ->values(array(
41262   'filename' => 'modules/simpletest/tests/error.test',
41263   'hash' => 'df8360738a4b3c946209a560ae83065728ae1aa56744cd8aaee398325a7cda60',
41264 ))
41265 ->values(array(
41266   'filename' => 'modules/simpletest/tests/file.test',
41267   'hash' => '25fdee40ceb8c84f08677224db941e251906f2caa185b351de80eba76f20c90b',
41268 ))
41269 ->values(array(
41270   'filename' => 'modules/simpletest/tests/filetransfer.test',
41271   'hash' => 'a5ae7e24c43f994968d059c93d56be0dfd580699e2cb884afb074b9ae5895fd9',
41272 ))
41273 ->values(array(
41274   'filename' => 'modules/simpletest/tests/form.test',
41275   'hash' => '1d932031c1b2e33947c1cb480457f9f6c95b1ee93bab6eab785c2cde290fd9d7',
41276 ))
41277 ->values(array(
41278   'filename' => 'modules/simpletest/tests/graph.test',
41279   'hash' => '3038b97305b54f859a78356c184feeb773056e6c54b9ad511cc4c487ea3355c2',
41280 ))
41281 ->values(array(
41282   'filename' => 'modules/simpletest/tests/image.test',
41283   'hash' => 'fbad58b83e40aec654bf66835e30f81b83a76714efc560d73e7be3841ab5e996',
41284 ))
41285 ->values(array(
41286   'filename' => 'modules/simpletest/tests/lock.test',
41287   'hash' => '0d63de7e57c405dae03a6c04e13392c59c8dc19a843e0818cc43212af2e26242',
41288 ))
41289 ->values(array(
41290   'filename' => 'modules/simpletest/tests/mail.test',
41291   'hash' => '9f772652385048639264f64147eab2675e9e76be2258e70bbefc2f6f753d047f',
41292 ))
41293 ->values(array(
41294   'filename' => 'modules/simpletest/tests/menu.test',
41295   'hash' => 'b7602b23403271fd404646cd5f4970ce278eb3c014ed30676f1ba680cfd749a1',
41296 ))
41297 ->values(array(
41298   'filename' => 'modules/simpletest/tests/module.test',
41299   'hash' => '056de988f33d43c39e62f067af8f449f5192cd27bbbcf358a6e3b0d34d94167c',
41300 ))
41301 ->values(array(
41302   'filename' => 'modules/simpletest/tests/pager.test',
41303   'hash' => '9586bc07f5ed2791ae69e8cacf1a257ffe85dde3be7769ce6e84435a001bc296',
41304 ))
41305 ->values(array(
41306   'filename' => 'modules/simpletest/tests/password.test',
41307   'hash' => 'fadb23077d9364d0dba4fa7462d31f2ad842d840ad173f685cf6944aa679c9a7',
41308 ))
41309 ->values(array(
41310   'filename' => 'modules/simpletest/tests/path.test',
41311   'hash' => '814b32c225e1a73f225b52c0e5a9579a754dd9f597cb71189fa0b62c5ce821ad',
41312 ))
41313 ->values(array(
41314   'filename' => 'modules/simpletest/tests/registry.test',
41315   'hash' => 'eadaa4f04ffbe49656ee9c8d477a4855de12f5f7fd6923894ab6565b86fde28f',
41316 ))
41317 ->values(array(
41318   'filename' => 'modules/simpletest/tests/schema.test',
41319   'hash' => '14a7975e040ae8d3a7c8bb82c9e26dabe78978f6371dec22ae8c81b71cf3e4bb',
41320 ))
41321 ->values(array(
41322   'filename' => 'modules/simpletest/tests/session.test',
41323   'hash' => '6416694ef7c79680f99e405468401567357c38abead1e0ce9e232a15e7dcd823',
41324 ))
41325 ->values(array(
41326   'filename' => 'modules/simpletest/tests/tablesort.test',
41327   'hash' => '0c0e011775ffc0e8f2d9c6f1284de28ad849ffa88df6e48677ed1c395c2267d1',
41328 ))
41329 ->values(array(
41330   'filename' => 'modules/simpletest/tests/theme.test',
41331   'hash' => 'f542bdf4efc342609b8804767b793521c6641ab5cd31a7130865feeef5f2cfa1',
41332 ))
41333 ->values(array(
41334   'filename' => 'modules/simpletest/tests/unicode.test',
41335   'hash' => '91f0f16bbdb987035b562f4621bea1522aa74851e7c107663ae17d11b2ac0959',
41336 ))
41337 ->values(array(
41338   'filename' => 'modules/simpletest/tests/update.test',
41339   'hash' => '49f64b9b84521f9f8eaebb9610f5cc3378d0665683032320a36abda12d16be43',
41340 ))
41341 ->values(array(
41342   'filename' => 'modules/simpletest/tests/upgrade/update.aggregator.test',
41343   'hash' => 'a2b6a574993591e93dacbd303a300b852775a3beea1343fb1f11578a8cdd26e1',
41344 ))
41345 ->values(array(
41346   'filename' => 'modules/simpletest/tests/upgrade/update.field.test',
41347   'hash' => 'e8a443db8d58d743cf06957ff949370dde65b0ad35837368fd89a95ea6594d52',
41348 ))
41349 ->values(array(
41350   'filename' => 'modules/simpletest/tests/upgrade/update.trigger.test',
41351   'hash' => '421b8986a71c8cf30c442cd9f1736ae7ce8838214a1b6e9eae30c9c5c108acd3',
41352 ))
41353 ->values(array(
41354   'filename' => 'modules/simpletest/tests/upgrade/update.user.test',
41355   'hash' => 'b21ec55d94d3baec7ce807c7972fb3b348deba70a53bfb78a66553c66ede63af',
41356 ))
41357 ->values(array(
41358   'filename' => 'modules/simpletest/tests/upgrade/upgrade.comment.test',
41359   'hash' => 'a20a8b44b46a6bc1cc0f0a18e67a12933d0b101d463bcdc21212e5f35d93c379',
41360 ))
41361 ->values(array(
41362   'filename' => 'modules/simpletest/tests/upgrade/upgrade.filter.test',
41363   'hash' => '0485b6d466476a85e7591eb4bdaf303b1b75a871038f1d5669a3f6d4cd81ecd0',
41364 ))
41365 ->values(array(
41366   'filename' => 'modules/simpletest/tests/upgrade/upgrade.forum.test',
41367   'hash' => '6330fe5d85a81d7d5686da5a40cf18b275bef4c5819afb334f8fc0b043532bb4',
41368 ))
41369 ->values(array(
41370   'filename' => 'modules/simpletest/tests/upgrade/upgrade.locale.test',
41371   'hash' => 'ec2d285222dd85022a16daed2b3a3e951dba97ab4de9fd46d89d2064f5db7595',
41372 ))
41373 ->values(array(
41374   'filename' => 'modules/simpletest/tests/upgrade/upgrade.menu.test',
41375   'hash' => 'fa6e46dcb1028e6c3faad86c50d3d9296d7a4095115ffb8d39b627dbd31996d7',
41376 ))
41377 ->values(array(
41378   'filename' => 'modules/simpletest/tests/upgrade/upgrade.node.test',
41379   'hash' => 'f16f1ae5b5b3584e4d1d119473a962112fb28796efb5283aaa8df2db0ddec364',
41380 ))
41381 ->values(array(
41382   'filename' => 'modules/simpletest/tests/upgrade/upgrade.taxonomy.test',
41383   'hash' => '805528f81162014479d94e70bcaf234f818a1898d057e05d08b148a9120743b9',
41384 ))
41385 ->values(array(
41386   'filename' => 'modules/simpletest/tests/upgrade/upgrade.test',
41387   'hash' => '877364dd82e5e1ed28e1ee93c48fbec083237012f44038a8fef39d9c6cb8b4f9',
41388 ))
41389 ->values(array(
41390   'filename' => 'modules/simpletest/tests/upgrade/upgrade.translatable.test',
41391   'hash' => '7a53241c9df9c671fb1da2789fe32c0e0425267f1647293a89adadbfa49bc4ac',
41392 ))
41393 ->values(array(
41394   'filename' => 'modules/simpletest/tests/upgrade/upgrade.trigger.test',
41395   'hash' => '4ba820349ef89f6eaa73f429c053e09f937d36808149a00563efa5b551e8669d',
41396 ))
41397 ->values(array(
41398   'filename' => 'modules/simpletest/tests/upgrade/upgrade.upload.test',
41399   'hash' => '8fc15f53a5ef54b48133a8525fcd384729563ba2d9bd49ab035549d07fabf3c4',
41400 ))
41401 ->values(array(
41402   'filename' => 'modules/simpletest/tests/upgrade/upgrade.user.test',
41403   'hash' => '9c11a51f2bd262f957e6c609ec84b26ac9d1fa00feeb0078b7a12beb450daab3',
41404 ))
41405 ->values(array(
41406   'filename' => 'modules/simpletest/tests/xmlrpc.test',
41407   'hash' => '1d9b1fe51d31722473478087d50ed09b180748047205cea936db49a74ade82e7',
41408 ))
41409 ->values(array(
41410   'filename' => 'modules/statistics/statistics.test',
41411   'hash' => '3fd921d3cc26f9363bba0d6f29efb96c49c88ca51e2e2376b6554afaff8ceeb5',
41412 ))
41413 ->values(array(
41414   'filename' => 'modules/syslog/syslog.test',
41415   'hash' => 'ad873b3d499ebad748784ae88df3496f39de1b9bbfd98c3193ef1ea70c6376ae',
41416 ))
41417 ->values(array(
41418   'filename' => 'modules/system/system.archiver.inc',
41419   'hash' => 'faa849f3e646a910ab82fd6c8bbf0a4e6b8c60725d7ba81ec0556bd716616cd1',
41420 ))
41421 ->values(array(
41422   'filename' => 'modules/system/system.mail.inc',
41423   'hash' => 'd31e1769f5defbe5f27dc68f641ab80fb8d3de92f6e895f4c654ec05fc7e5f0f',
41424 ))
41425 ->values(array(
41426   'filename' => 'modules/system/system.queue.inc',
41427   'hash' => 'a60cff401fc410cd81dc1d105ed66f79396ed7b15fdc3a5c5b80593ad5d4352a',
41428 ))
41429 ->values(array(
41430   'filename' => 'modules/system/system.tar.inc',
41431   'hash' => '8a31d91f7b3cd7eac25b3fa46e1ed9a8527c39718ba76c3f8c0bbbeaa3aa4086',
41432 ))
41433 ->values(array(
41434   'filename' => 'modules/system/system.test',
41435   'hash' => 'b53fdc9f28a49d9bdd819721a6bc4ae0e8a7b023a415e98672a99453187c1f1e',
41436 ))
41437 ->values(array(
41438   'filename' => 'modules/system/system.updater.inc',
41439   'hash' => '338cf14cb691ba16ee551b3b9e0fa4f579a2f25c964130658236726d17563b6a',
41440 ))
41441 ->values(array(
41442   'filename' => 'modules/taxonomy/taxonomy.module',
41443   'hash' => '45d6d5652a464318f3eccf8bad6220cc5784e7ffdb0c7b732bf4d540e1effe83',
41444 ))
41445 ->values(array(
41446   'filename' => 'modules/taxonomy/taxonomy.test',
41447   'hash' => '8525035816906e327ad48bd48bb071597f4c58368a692bcec401299a86699e6e',
41448 ))
41449 ->values(array(
41450   'filename' => 'modules/tracker/tracker.test',
41451   'hash' => 'bea7303dfe934afeb271506da43bcf24a51d7d5546181796d7f9f70b6283ed67',
41452 ))
41453 ->values(array(
41454   'filename' => 'modules/translation/translation.test',
41455   'hash' => 'c2ad71934a9a2139cdf8213df35f4c91dcc0e643fabb883c38e3ffbdd313d608',
41456 ))
41457 ->values(array(
41458   'filename' => 'modules/trigger/trigger.test',
41459   'hash' => '662f1a55e62832d7d5258965ca70ebe9d36ce8ae34e05fda2a2f9dc72418978b',
41460 ))
41461 ->values(array(
41462   'filename' => 'modules/update/update.test',
41463   'hash' => '1ea3e22bd4d47afb8b2799057cdbdfbb57ce09013d9d5f2de7e61ef9c2ebc72d',
41464 ))
41465 ->values(array(
41466   'filename' => 'modules/user/user.module',
41467   'hash' => '88bb508e0eb658281b085cd07c81808bd9634bba8a2271515c1d68079d58817d',
41468 ))
41469 ->values(array(
41470   'filename' => 'modules/user/user.test',
41471   'hash' => '178320fdb9a0c8754f1fa7272f68f536dcb94ae82ce7d0fc6a0f8a476c1f6922',
41472 ))
41473 ->values(array(
41474   'filename' => 'sites/all/modules/ctools/includes/context.inc',
41475   'hash' => '4cec11a71872eb916c4315c9f727a184d46758aa64bb950d86877a60b9007157',
41476 ))
41477 ->values(array(
41478   'filename' => 'sites/all/modules/ctools/includes/css-cache.inc',
41479   'hash' => 'db90ff67669d9fa445e91074ac67fb97cdb191a19e68d42744f0fd4158649cfa',
41480 ))
41481 ->values(array(
41482   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
41483   'hash' => '601db581743dd22d67f7aaf228bd8d26298d72033fc675d02385a1fd6d31888f',
41484 ))
41485 ->values(array(
41486   'filename' => 'sites/all/modules/ctools/includes/stylizer.inc',
41487   'hash' => '3f91f5ed42fb6ee1b65ddef7ac22577b07a5d75ca1eb2df60041243ced5c7079',
41488 ))
41489 ->values(array(
41490   'filename' => 'sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php',
41491   'hash' => '2fd87a7d80689e4d44673b31c07b762144eb8ac57324fd0b9cd9ede5f4ea34b5',
41492 ))
41493 ->values(array(
41494   'filename' => 'sites/all/modules/ctools/tests/context.test',
41495   'hash' => '3a8dd81dd1b99da05a28425f9a017cb611e0470ba88cf000c8b74339c8c91d91',
41496 ))
41497 ->values(array(
41498   'filename' => 'sites/all/modules/ctools/tests/css.test',
41499   'hash' => '20ba7d780a8bdd8f512472a8becef11240da74b96599f6968fecea0ad7ae49c6',
41500 ))
41501 ->values(array(
41502   'filename' => 'sites/all/modules/ctools/tests/css_cache.test',
41503   'hash' => '0dbc038efedb1fa06d2617b7c72b3a45d6ee5b5b791dcb1134876f174a2a7733',
41504 ))
41505 ->values(array(
41506   'filename' => 'sites/all/modules/ctools/tests/ctools.plugins.test',
41507   'hash' => '6af9d9caa3afe93faf5051d3d42c0ce33a1ff6e3a18a09f281df1260d43337d6',
41508 ))
41509 ->values(array(
41510   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export.test',
41511   'hash' => '65e96eabc5c62d7ad29f63309671e2761f221a1c15bb6836d7eadfd263653abc',
41512 ))
41513 ->values(array(
41514   'filename' => 'sites/all/modules/ctools/tests/math_expression.test',
41515   'hash' => 'b99d5c3096857de944dba0e88e21628c7268d8056f42903786172b7a95563dbf',
41516 ))
41517 ->values(array(
41518   'filename' => 'sites/all/modules/ctools/tests/math_expression_stack.test',
41519   'hash' => '797d9e0844f9e214799d96b33d55dd041720d27b11ceb96c3790634d93a62be6',
41520 ))
41521 ->values(array(
41522   'filename' => 'sites/all/modules/ctools/tests/object_cache.test',
41523   'hash' => '18e03c7760a2fc8858d801479ec5471b8c93bd4044c80db557c5e77e7ab20d79',
41524 ))
41525 ->values(array(
41526   'filename' => 'sites/all/modules/date/date.migrate.inc',
41527   'hash' => '47ffb48daf97c13ef154cf2ffff577018f02a7091b85dfb39e9c2c89e1da6a5d',
41528 ))
41529 ->values(array(
41530   'filename' => 'sites/all/modules/date/date_api/date_api.module',
41531   'hash' => 'af2124c5727d839871309b31fe288fe3945d6ef67eb469ddcc02839be98860dc',
41532 ))
41533 ->values(array(
41534   'filename' => 'sites/all/modules/date/date_api/date_api_sql.inc',
41535   'hash' => '5a484b487c13fd6094348e2011c19e72d6c6c9ceb0b0a4143ef5542cd1c495fa',
41536 ))
41537 ->values(array(
41538   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat.test',
41539   'hash' => '3702268fa89aa7ed9bcae025f0fb21bd67f90e89d53122049854de60a5316d4a',
41540 ))
41541 ->values(array(
41542   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat_form.test',
41543   'hash' => '2ec4e5d57d5b9f1adf81505d40890c63dc684f2d0f00669b9c8c12518eb3bf4a',
41544 ))
41545 ->values(array(
41546   'filename' => 'sites/all/modules/date/date_tools/tests/date_tools.test',
41547   'hash' => 'bdb9b310295207ce2284b23556810296e1477b9604e98a3d0fb21aba7da04394',
41548 ))
41549 ->values(array(
41550   'filename' => 'sites/all/modules/date/tests/date.test',
41551   'hash' => '6cb38e9ed60bfdfa268051b47fcad699f1c8104accc7286abafbeddbbc9d143c',
41552 ))
41553 ->values(array(
41554   'filename' => 'sites/all/modules/date/tests/date_api.test',
41555   'hash' => '280148ca742592a1e22f663fe4d810532b95d09975db0182347a0bbd6917f996',
41556 ))
41557 ->values(array(
41558   'filename' => 'sites/all/modules/date/tests/date_field.test',
41559   'hash' => 'bae59aee63ed204e27909709e59eeae1a6192e5f7456de2ce2cce06c49732dc4',
41560 ))
41561 ->values(array(
41562   'filename' => 'sites/all/modules/date/tests/date_migrate.test',
41563   'hash' => 'a43f448732d474c5136d89ff560b7e14c1ff5622f9c35a1998aa0570cd0c536c',
41564 ))
41565 ->values(array(
41566   'filename' => 'sites/all/modules/date/tests/date_timezone.test',
41567   'hash' => '598ac52aa82f79fe90faa401c2c6dc7114295c0321800ea9a9b4058717d00409',
41568 ))
41569 ->values(array(
41570   'filename' => 'sites/all/modules/date/tests/date_validation.test',
41571   'hash' => '2e4d27c29192c9d55eb27b985d7e9838702c4324d36ed6e3a85999e9f25ada99',
41572 ))
41573 ->values(array(
41574   'filename' => 'sites/all/modules/date/tests/date_views_pager.test',
41575   'hash' => 'aceff66e11dd3ea418e9905b28384432f4fe7cf9746e711cf56add73e64336dd',
41576 ))
41577 ->values(array(
41578   'filename' => 'sites/all/modules/date/tests/date_views_popup.test',
41579   'hash' => '0684ad4977093fd7338eb045f85ceda195e82f50bd33fecbf0dca00e42b0385e',
41580 ))
41581 ->values(array(
41582   'filename' => 'sites/all/modules/email/email.migrate.inc',
41583   'hash' => 'bf3859ca39a3e5570e4ac862858f066668caab33841d65bdfa229c8445e12d5a',
41584 ))
41585 ->values(array(
41586   'filename' => 'sites/all/modules/entity/entity.features.inc',
41587   'hash' => '47261e1f4f39ac3707a16fdea8a8147c09df1281bcb4b9e46b0c8120603137e8',
41588 ))
41589 ->values(array(
41590   'filename' => 'sites/all/modules/entity/entity.i18n.inc',
41591   'hash' => '41e0e62af7e2774f62b162d597bb3244551c280296b692b29d039a2c243d7059',
41592 ))
41593 ->values(array(
41594   'filename' => 'sites/all/modules/entity/entity.info.inc',
41595   'hash' => '8799080b9393c9560e64feae1276fb7d26fef4d92bb0edacc863ee3e7b67bf04',
41596 ))
41597 ->values(array(
41598   'filename' => 'sites/all/modules/entity/entity.rules.inc',
41599   'hash' => '774199059d1b3ebe6d3fe7a49dbb1550df489055a3d066b5de54edda8dd7ba84',
41600 ))
41601 ->values(array(
41602   'filename' => 'sites/all/modules/entity/entity.test',
41603   'hash' => 'df253128e41f152b45ef30b5674009c51cf4112450e5dad8e815f39ced280db5',
41604 ))
41605 ->values(array(
41606   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
41607   'hash' => '342db185e6170b63c59a9b360a196eb322edb9a5b8c7819f66b0eae48ed13ebd',
41608 ))
41609 ->values(array(
41610   'filename' => 'sites/all/modules/entity/includes/entity.inc',
41611   'hash' => '57411fa3d7b5cd2afe8b84f20c1741f48c32673a9da07bd2c35d4a11c50c640e',
41612 ))
41613 ->values(array(
41614   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
41615   'hash' => '65739b31af0e6b422919c17805799dc99143fd89cacfb56b9186e26ece2d0df2',
41616 ))
41617 ->values(array(
41618   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
41619   'hash' => '0db08cbb6b730035e3e9a483e6e5c06a744a73f19e4ca83936446b44f0c3d158',
41620 ))
41621 ->values(array(
41622   'filename' => 'sites/all/modules/entity/views/entity.views.inc',
41623   'hash' => 'de657f42389ed6832df787e4b618d8d7117b60d145d34ce5dcf3a5b65db29df9',
41624 ))
41625 ->values(array(
41626   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_field_handler_helper.inc',
41627   'hash' => '4ec395881109a71327ab8d7c5b5702bef30288ca66557e44e8539cc15a2135bb',
41628 ))
41629 ->values(array(
41630   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_area_entity.inc',
41631   'hash' => '7b7bb88e53861739b7279f705f0492fc83ce95f5b20d89339480f546422ebf25',
41632 ))
41633 ->values(array(
41634   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_boolean.inc',
41635   'hash' => 'b28b8eee8761ba7a6af35d97ab7aaee28406e6c227271f9769818560626c5791',
41636 ))
41637 ->values(array(
41638   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_date.inc',
41639   'hash' => 'b0f5be5b399de94934b24e84c8cf6053a043f6b00c60dcffa752daeafdd38778',
41640 ))
41641 ->values(array(
41642   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_duration.inc',
41643   'hash' => 'ed7bb64cb63b94a20c8cde98cfb053b5ea252804396cf61ac562faf1d850266b',
41644 ))
41645 ->values(array(
41646   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_entity.inc',
41647   'hash' => '4f255918a22fefebe9c7734f200751457a7ca4d3648e32a98511bb51968d7521',
41648 ))
41649 ->values(array(
41650   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_field.inc',
41651   'hash' => '893121efbce2a7181e31147bade260c9cc657cbd33b0d254cb28b2650e57566d',
41652 ))
41653 ->values(array(
41654   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_numeric.inc',
41655   'hash' => 'f14e2b063930e8820af381b4f5e83c7278440e7804ab88cfde865b6c94e7c0f6',
41656 ))
41657 ->values(array(
41658   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_options.inc',
41659   'hash' => '27ef31b8ee7b9999930380d6a5fdb477772329c4ddbd5c70cc34bcdc7543ce56',
41660 ))
41661 ->values(array(
41662   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_text.inc',
41663   'hash' => '5fb0a85d35d29944c699ceaf6efed5eda2df757009e44caba8ff2be397568b60',
41664 ))
41665 ->values(array(
41666   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_uri.inc',
41667   'hash' => '79ecaa3eb17dfdd0ca077351b75a2c0adf411ebc04720e7cc0e2397674225f24',
41668 ))
41669 ->values(array(
41670   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship.inc',
41671   'hash' => 'b69bc538d1e1e0f91f8485ca54c3b6e2be025caa47619734c467377cf89041b9',
41672 ))
41673 ->values(array(
41674   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_relationship_by_bundle.inc',
41675   'hash' => '65300c793c4591d60ad908dc02cf3148fe4e899fa6ad218e875fd92d411374dc',
41676 ))
41677 ->values(array(
41678   'filename' => 'sites/all/modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc',
41679   'hash' => 'ba557790215f2658146424d933e0d17787a0b15180c5815f23428448ccf056a0',
41680 ))
41681 ->values(array(
41682   'filename' => 'sites/all/modules/entityreference/entityreference.migrate.inc',
41683   'hash' => '617c6c49e6e0fa4d106cfb49b61a6994b5520934ac3b64a8400a9d969eab7c59',
41684 ))
41685 ->values(array(
41686   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
41687   'hash' => 'a7959ddece2ce3490f92d916162e07aed313e28ca299ca0375bad633b42d93e3',
41688 ))
41689 ->values(array(
41690   'filename' => 'sites/all/modules/entityreference/plugins/behavior/EntityReferenceBehavior_TaxonomyIndex.class.php',
41691   'hash' => '92fa0cf46ecdf6200659646e6666c562ea506c40efa41a8edd4758dc0c551b92',
41692 ))
41693 ->values(array(
41694   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
41695   'hash' => '7ecf94f5dc3456e4a5c87117d19deb98c368617fb07d610505b1dfa351f14a0b',
41696 ))
41697 ->values(array(
41698   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
41699   'hash' => 'e9a8a3c693ed24218d00c10c445cdb21daed10a26e6b55e5c9d6a8c616cfd871',
41700 ))
41701 ->values(array(
41702   'filename' => 'sites/all/modules/entityreference/plugins/selection/views.inc',
41703   'hash' => '7bbe8900b6b71c2d41e370deaccca869884d0fe9ca81772d7d5bca5f58ec1cd8',
41704 ))
41705 ->values(array(
41706   'filename' => 'sites/all/modules/entityreference/tests/entityreference.admin.test',
41707   'hash' => 'bcd6516be3099ae87a4c3d41add08edd17eafb4244db8442c5dc15f19ebde7ae',
41708 ))
41709 ->values(array(
41710   'filename' => 'sites/all/modules/entityreference/tests/entityreference.feeds.test',
41711   'hash' => '320c7480b1758e4d80e91c0a6ea3d43b6b35d1adfe00b6155b61ef786510bb7c',
41712 ))
41713 ->values(array(
41714   'filename' => 'sites/all/modules/entityreference/tests/entityreference.handlers.test',
41715   'hash' => '2fa170925ac5303c519378f1763e918cc2f111205220d90998b547a08db90d8c',
41716 ))
41717 ->values(array(
41718   'filename' => 'sites/all/modules/entityreference/tests/entityreference.taxonomy.test',
41719   'hash' => '8e4f7d9ae621df0f587b6fcbf139adea2a35c69305ef018ced88447a41164c5f',
41720 ))
41721 ->values(array(
41722   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_display.inc',
41723   'hash' => '9216a065ea4fdb2daacb1280e5c9549e3400b8553b5293534cf65a0d703ab189',
41724 ))
41725 ->values(array(
41726   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_row_fields.inc',
41727   'hash' => '7f5a58c099c2df6fd1c3ae285197a4648841d44fa107bcb2064bc1edf435ea8b',
41728 ))
41729 ->values(array(
41730   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_style.inc',
41731   'hash' => 'ad9a7ea5a37c2d9658c2b1d19ade3011c27ed5d9959423ebf7a390372507e6b0',
41732 ))
41733 ->values(array(
41734   'filename' => 'sites/all/modules/link/link.migrate.inc',
41735   'hash' => '0a17ff0daa79813174fff92e9db787e75e710fe757b6924eec193c66fe13f3df',
41736 ))
41737 ->values(array(
41738   'filename' => 'sites/all/modules/link/link.module',
41739   'hash' => '3fdf23f9f409b80df5eee57207a5045c566422cef14128306835f7b1b03a5e66',
41740 ))
41741 ->values(array(
41742   'filename' => 'sites/all/modules/link/tests/link.attribute.test',
41743   'hash' => '8c21045dbcf346edf8dc70c157d02074dd87372d4f60e7f5a4ae11683cd79399',
41744 ))
41745 ->values(array(
41746   'filename' => 'sites/all/modules/link/tests/link.crud.test',
41747   'hash' => 'de19e2c5e8c6cb02f25d7051bdd1db77852379ac59ce8185c25b4bf927478f22',
41748 ))
41749 ->values(array(
41750   'filename' => 'sites/all/modules/link/tests/link.crud_browser.test',
41751   'hash' => '07794771164033e14a635625ad08fdbcdc4dafa154db2ec0bd9a95ca30202eb5',
41752 ))
41753 ->values(array(
41754   'filename' => 'sites/all/modules/link/tests/link.test',
41755   'hash' => 'fe5d8cd577fbfc07929e7216e115530a28777ace9b7135fbc853a3a78d550456',
41756 ))
41757 ->values(array(
41758   'filename' => 'sites/all/modules/link/tests/link.token.test',
41759   'hash' => '930af3b64ccabd58a14c8f596ee4b908596b4bee64174bfa34d55fbab7173da4',
41760 ))
41761 ->values(array(
41762   'filename' => 'sites/all/modules/link/tests/link.validate.test',
41763   'hash' => '4fb3d9124767f43332f2e40bcca3aba98575dd1f6a286adfc8831607823986c5',
41764 ))
41765 ->values(array(
41766   'filename' => 'sites/all/modules/link/views/link_views_handler_argument_target.inc',
41767   'hash' => 'd77c23c6b085382c63e7dbce3d95afc9756517edcdc4cd455892d8333520d4c9',
41768 ))
41769 ->values(array(
41770   'filename' => 'sites/all/modules/link/views/link_views_handler_filter_protocol.inc',
41771   'hash' => 'e10a0d2de73bfa9a56fadbac023c6ac16022ced40c0444ab6ffed1b5d7ea7358',
41772 ))
41773 ->values(array(
41774   'filename' => 'sites/all/modules/phone/phone.migrate.inc',
41775   'hash' => 'd7422e56ab02e4b55b2fdb9ea185a876fd6164446b0c4f66b5c0e70071d7e708',
41776 ))
41777 ->values(array(
41778   'filename' => 'sites/all/modules/phone/tests/phone.au.test',
41779   'hash' => '0b920ca34f5255c6d49b0138b9bd58fa9e430fa11e33e93ab3cd248c2b4ad0fe',
41780 ))
41781 ->values(array(
41782   'filename' => 'sites/all/modules/phone/tests/phone.be.test',
41783   'hash' => '311af0608d86bb10a02e393a2d9e541a409b081088f353eacee6ceb864130a98',
41784 ))
41785 ->values(array(
41786   'filename' => 'sites/all/modules/phone/tests/phone.br.test',
41787   'hash' => '93bad68cd3e4560cc05914aeaee8bb9056591b46917d7295f9a3d4feca89e739',
41788 ))
41789 ->values(array(
41790   'filename' => 'sites/all/modules/phone/tests/phone.ca.test',
41791   'hash' => '6f425a856adb70fb250fc8823bc010afab781839695c9ecb5f7be38bf7710348',
41792 ))
41793 ->values(array(
41794   'filename' => 'sites/all/modules/phone/tests/phone.ch.test',
41795   'hash' => 'ab8fa50c459d6e11d773c597320859d07bfdbf5ab7715bd505cff025980b7070',
41796 ))
41797 ->values(array(
41798   'filename' => 'sites/all/modules/phone/tests/phone.cl.test',
41799   'hash' => '2cc581962d4367c476b2010f10de7acb3bc9ab52177bb52694e28a88d54d48a1',
41800 ))
41801 ->values(array(
41802   'filename' => 'sites/all/modules/phone/tests/phone.cn.test',
41803   'hash' => 'e36269835b0d5673684887cf33831a254e7b2110b98dc35a60102246901c244d',
41804 ))
41805 ->values(array(
41806   'filename' => 'sites/all/modules/phone/tests/phone.cr.test',
41807   'hash' => '04c3aab79d2c75104d0ce9a9a84f84443303289bafce79b43f06d90cbc4c78b0',
41808 ))
41809 ->values(array(
41810   'filename' => 'sites/all/modules/phone/tests/phone.cs.test',
41811   'hash' => '3e90d66bedebd4c66b46526fb4877340b6b0c2d4bcd7557e477b5b9c52727d9a',
41812 ))
41813 ->values(array(
41814   'filename' => 'sites/all/modules/phone/tests/phone.eg.test',
41815   'hash' => 'f0568e235c65fc625cc2eca359c0062771df5755460cb6003ae8c5197aca67f9',
41816 ))
41817 ->values(array(
41818   'filename' => 'sites/all/modules/phone/tests/phone.es.test',
41819   'hash' => '8a8bfa8827e42a79d89720cec22c9246ff463cc8bae89f78394b61fbd676614e',
41820 ))
41821 ->values(array(
41822   'filename' => 'sites/all/modules/phone/tests/phone.fr.test',
41823   'hash' => '76dc4de9eb4547e3a27298a93fb9949f5d354b3464ec268df9da496783093115',
41824 ))
41825 ->values(array(
41826   'filename' => 'sites/all/modules/phone/tests/phone.hu.test',
41827   'hash' => '57aee8805078b0281c4722e80d721fbcc6dec739b7258bc9843139fd2652471f',
41828 ))
41829 ->values(array(
41830   'filename' => 'sites/all/modules/phone/tests/phone.il.test',
41831   'hash' => '5dba7aa580c087df4d0d9e8a9d8a00a0203a3217cce2e14a26fc18371964f5d5',
41832 ))
41833 ->values(array(
41834   'filename' => 'sites/all/modules/phone/tests/phone.int.test',
41835   'hash' => '99b33e5ec1d232106ce3be0adf8fb7a9e57ee2bb82536408ec60978561ac0a5f',
41836 ))
41837 ->values(array(
41838   'filename' => 'sites/all/modules/phone/tests/phone.it.test',
41839   'hash' => 'dc80b84ed335e2989a36b3ffc7d670ff4106daa665e26df550c0dcf96915c056',
41840 ))
41841 ->values(array(
41842   'filename' => 'sites/all/modules/phone/tests/phone.jo.test',
41843   'hash' => '0c30dc4baccba8ddb4f2c55cfc2b79ceb736769bdc664e6189d1b5e7cd348e00',
41844 ))
41845 ->values(array(
41846   'filename' => 'sites/all/modules/phone/tests/phone.nl.test',
41847   'hash' => '33431240ce625582f22a5ae98066efd7ac57176a1d3e18a2a0f702ea43418637',
41848 ))
41849 ->values(array(
41850   'filename' => 'sites/all/modules/phone/tests/phone.nz.test',
41851   'hash' => '3a4cbb625f3c8de015b99ed1bc712f4cd41a3819ac9aea75170ad202297e46bc',
41852 ))
41853 ->values(array(
41854   'filename' => 'sites/all/modules/phone/tests/phone.pa.test',
41855   'hash' => 'd8fb12e636cd5028ab15e35f61d01d2d15e9e22f40724bf57f5958d6261720b7',
41856 ))
41857 ->values(array(
41858   'filename' => 'sites/all/modules/phone/tests/phone.ph.test',
41859   'hash' => '56727122712ea07bdded9df15449ffe1e605c5e64cebf599876a49e3b0bbb616',
41860 ))
41861 ->values(array(
41862   'filename' => 'sites/all/modules/phone/tests/phone.pk.test',
41863   'hash' => 'd061a6aa870b6a2607cfdb074d5d9ed5719e02fa298f69d38349b742335d8bb8',
41864 ))
41865 ->values(array(
41866   'filename' => 'sites/all/modules/phone/tests/phone.pl.test',
41867   'hash' => 'b9a2079d3d93909513d1c7b10054fddcea114529ac3f0d0cbbc674c547476180',
41868 ))
41869 ->values(array(
41870   'filename' => 'sites/all/modules/phone/tests/phone.ru.test',
41871   'hash' => 'f2f8c62e441ca34552754337f63ac7db81dceff3ebb984bfad3ad0ad19ca2072',
41872 ))
41873 ->values(array(
41874   'filename' => 'sites/all/modules/phone/tests/phone.se.test',
41875   'hash' => '7cb5c273d1f5d19533130da5417a4208c31f7ef8fd4d336972af202e64f05fd9',
41876 ))
41877 ->values(array(
41878   'filename' => 'sites/all/modules/phone/tests/phone.sg.test',
41879   'hash' => 'f76557ba04ad21f81b010f1cd6e649b7fa9eaf1df6acbcd7ac1c7fa60945f29e',
41880 ))
41881 ->values(array(
41882   'filename' => 'sites/all/modules/phone/tests/phone.ua.test',
41883   'hash' => '7441058b561f294da5dca24a367c5cb37bd043c4cb4a55606240d1843a244e56',
41884 ))
41885 ->values(array(
41886   'filename' => 'sites/all/modules/phone/tests/phone.uk.test',
41887   'hash' => 'a42cde9cb4ffbdab1974f56bbdf1f6fe9987f1a5d5713d11c0d3cdc6e0cb34c3',
41888 ))
41889 ->values(array(
41890   'filename' => 'sites/all/modules/phone/tests/phone.za.test',
41891   'hash' => 'c5491ab663972aa23ae2f917a0fc605a6136f02e1b207d3fc650ed1f251359ee',
41892 ))
41893 ->values(array(
41894   'filename' => 'sites/all/modules/views/tests/comment/views_handler_argument_comment_user_uid.test',
41895   'hash' => 'b8b417ef0e05806a88bd7d5e2f7dcb41339fbf5b66f39311defc9fb65476d561',
41896 ))
41897 ->values(array(
41898   'filename' => 'sites/all/modules/views/tests/comment/views_handler_filter_comment_user_uid.test',
41899   'hash' => '347c6ffd4383706dbde844235aaf31cff44a22e95d2e6d8ef4da34a41b70edd1',
41900 ))
41901 ->values(array(
41902   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
41903   'hash' => '53e6d57c2d1d6cd0cd92e15ca4077ba532214daf41e9c7c0f940c7c8dbd86a66',
41904 ))
41905 ->values(array(
41906   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_area_text.test',
41907   'hash' => 'af74a74a3357567b844606add76d7ca1271317778dd7bd245a216cf963c738b4',
41908 ))
41909 ->values(array(
41910   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_null.test',
41911   'hash' => '1d174e1f467b905d67217bd755100d78ffeca4aa4ada5c4be40270cd6d30b721',
41912 ))
41913 ->values(array(
41914   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_string.test',
41915   'hash' => '3d0213af0041146abb61dcdc750869ed773d0ac80cfa74ffbadfdd03b1f11c52',
41916 ))
41917 ->values(array(
41918   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field.test',
41919   'hash' => 'af552bf825ab77486b3d0d156779b7c4806ce5a983c6116ad68b633daf9bb927',
41920 ))
41921 ->values(array(
41922   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_boolean.test',
41923   'hash' => 'd334b12a850f36b41fe89ab30a9d758fd3ce434286bd136404344b7b288460ae',
41924 ))
41925 ->values(array(
41926   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_counter.test',
41927   'hash' => '75b31942adf06b107f5ffd3c97545fde8cd1040b1d00f682e3c7c1320026e26c',
41928 ))
41929 ->values(array(
41930   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_custom.test',
41931   'hash' => '1446bc3d5a6b1180a79edfa46a5268dbf7f089836aa3bc45df00ddaff9dd0ce1',
41932 ))
41933 ->values(array(
41934   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_date.test',
41935   'hash' => '6f45326d7f74127956d9d8e4d7ad96a4beb0f66175fa40daf1d618d1a5fa996d',
41936 ))
41937 ->values(array(
41938   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_file_size.test',
41939   'hash' => '49184db68af398a54e81c8a76261acd861da8fd7846b9d51dcf476d61396bfb9',
41940 ))
41941 ->values(array(
41942   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_math.test',
41943   'hash' => '6e39e4f782e6b36151ceafb41a5509f7c661be79b393b24f6f5496d724535887',
41944 ))
41945 ->values(array(
41946   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_url.test',
41947   'hash' => 'b41f762a71594b438a2e60a79c8260ba54e6305635725b0747e29f0d3ffe08c9',
41948 ))
41949 ->values(array(
41950   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_xss.test',
41951   'hash' => 'f129ee16c03f84673e33990cbb2da5aa88c362f46e9ba1620b2a842ffd1c9cd2',
41952 ))
41953 ->values(array(
41954   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_combine.test',
41955   'hash' => '05842d83a11822afe7d566835f5db9f0f94fdb27ddfc388d38138767bdf36f8b',
41956 ))
41957 ->values(array(
41958   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_date.test',
41959   'hash' => '045cc449b68bbd5526071bf38c505b6d44f6c91868273c3120705c3bad250aee',
41960 ))
41961 ->values(array(
41962   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_equality.test',
41963   'hash' => 'c88f21c9cbf1aae83393b26616908f8020c18fe378d76256c7ba192df2ec17af',
41964 ))
41965 ->values(array(
41966   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_in_operator.test',
41967   'hash' => '89420a4071677232e0eb82b184b37b818a82bdb2ff90a8b21293f9ecb21808bf',
41968 ))
41969 ->values(array(
41970   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_numeric.test',
41971   'hash' => '35ac7a34e696b979e86ef7209b6697098d9abe218e30a02cc4fe39fb11f2a852',
41972 ))
41973 ->values(array(
41974   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_string.test',
41975   'hash' => 'b7d090780748faad478e619fd55673d746d4a0cf343d9e40ea96881324c34cbd',
41976 ))
41977 ->values(array(
41978   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort.test',
41979   'hash' => 'f4ff79e6bc54e83c4eb2777811f33702b7e9fe7416ef70ae00d100fa54d44fec',
41980 ))
41981 ->values(array(
41982   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_date.test',
41983   'hash' => 'f548584d7c6a71cabd3ce07e04053a38df3f3e1685210ce8114238fd05344c10',
41984 ))
41985 ->values(array(
41986   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_random.test',
41987   'hash' => '4fdba9bf05a26720ffa97e7a37da65ddc9044bd2832f8c89007b82feb062f182',
41988 ))
41989 ->values(array(
41990   'filename' => 'sites/all/modules/views/tests/node/views_node_revision_relations.test',
41991   'hash' => '9467497a6d693615b48c8f57611a850002317bcb091b926d2efbbe56a4e61480',
41992 ))
41993 ->values(array(
41994   'filename' => 'sites/all/modules/views/tests/plugins/views_plugin_display.test',
41995   'hash' => '4a6b136543a60999604c54125fa9d4f5aa61a5dcc71e2133d89325d81bc0fc2d',
41996 ))
41997 ->values(array(
41998   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style.test',
41999   'hash' => 'fb6c3279645fbcc1126acb3e1c908189e5240c647f81dcfd9b0761570c99d269',
42000 ))
42001 ->values(array(
42002   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_base.test',
42003   'hash' => '54fb7816d18416d8b0db67e9f55aa2aa50ac204eb9311be14b6700b7d7a95ae7',
42004 ))
42005 ->values(array(
42006   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_jump_menu.test',
42007   'hash' => 'b88baa8aebe183943a6e4cf2df314fef13ac41b5844cd5fa4aa91557dd624895',
42008 ))
42009 ->values(array(
42010   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_mapping.test',
42011   'hash' => 'a4e68bc8cfbeff4a1d9b8085fd115bfe7a8c4b84c049573fa0409b0dc8c2f053',
42012 ))
42013 ->values(array(
42014   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_unformatted.test',
42015   'hash' => '033ca29d41af47cd7bd12d50fea6c956dde247202ebda9df7f637111481bb51d',
42016 ))
42017 ->values(array(
42018   'filename' => 'sites/all/modules/views/tests/taxonomy/views_handler_relationship_node_term_data.test',
42019   'hash' => '6074f5c7ae63225ea0cd26626ace6c017740e226f4d3c234e39869c31308223d',
42020 ))
42021 ->values(array(
42022   'filename' => 'sites/all/modules/views/tests/user/views_handler_field_user_name.test',
42023   'hash' => '69641b6da26d8daee9a2ceb2d0df56668bf09b86db1d4071c275b6e8d0885f9e',
42024 ))
42025 ->values(array(
42026   'filename' => 'sites/all/modules/views/tests/user/views_user.test',
42027   'hash' => 'fbb63b42a0b7051bd4d33cf36841f39d7cc13a63b0554eca431b2a08c19facae',
42028 ))
42029 ->values(array(
42030   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_default.test',
42031   'hash' => '6423f2db7673763991b1fd0c452a7d84413c7dd888ca6c95545fadc531cfaaf4',
42032 ))
42033 ->values(array(
42034   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_validate.test',
42035   'hash' => 'c88c9e5d162958f8924849758486a0d83822ada06088f5cf71bfbe76932d8d84',
42036 ))
42037 ->values(array(
42038   'filename' => 'sites/all/modules/views/tests/views_access.test',
42039   'hash' => 'f8b9d04b43c09a67ec722290a30408c1df8c163cf6e5863b41468bb4e381ee6f',
42040 ))
42041 ->values(array(
42042   'filename' => 'sites/all/modules/views/tests/views_analyze.test',
42043   'hash' => '5548e36c99bb626209d63e5cddbc31f49ad83865c983d2662c6826b328d24ffb',
42044 ))
42045 ->values(array(
42046   'filename' => 'sites/all/modules/views/tests/views_argument_default.test',
42047   'hash' => '5950937aae4608bba5b86f366ef3a56cc6518bbccfeaeacda79fa13246d220e4',
42048 ))
42049 ->values(array(
42050   'filename' => 'sites/all/modules/views/tests/views_argument_validator.test',
42051   'hash' => '31f8f49946c8aa3b03d6d9a2281bdfb11c54071b28e83fb3e827ca6ff5e38c88',
42052 ))
42053 ->values(array(
42054   'filename' => 'sites/all/modules/views/tests/views_basic.test',
42055   'hash' => '655bd33983f84bbea68a3f24bfab545d2c02f36a478566edf35a98a58ff0c6cf',
42056 ))
42057 ->values(array(
42058   'filename' => 'sites/all/modules/views/tests/views_cache.test',
42059   'hash' => '76316e1f026c2ab81ef91450b9d6d5985cbfab087f839ea0edd112209bf84fd9',
42060 ))
42061 ->values(array(
42062   'filename' => 'sites/all/modules/views/tests/views_exposed_form.test',
42063   'hash' => '2b2b16373af8ecade91d7c77bd8c2da8286a33bde554874f5d81399d201c3228',
42064 ))
42065 ->values(array(
42066   'filename' => 'sites/all/modules/views/tests/views_glossary.test',
42067   'hash' => '118d50177a68a6f88e3727e10f8bcc6f95176282cc42fbd604458eeb932a36e8',
42068 ))
42069 ->values(array(
42070   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
42071   'hash' => 'ac6ca55f084f4884c06437815ccfa5c4d10bfef808c3f6f17a4f69537794a992',
42072 ))
42073 ->values(array(
42074   'filename' => 'sites/all/modules/views/tests/views_handlers.test',
42075   'hash' => 'a696e3d6b1748da03a04ac532f403700d07c920b9c405c628a6c94ea6764f501',
42076 ))
42077 ->values(array(
42078   'filename' => 'sites/all/modules/views/tests/views_module.test',
42079   'hash' => '3939798f2f679308903d4845f5625dd60df6110aec2615e33ab81e854d0b7e73',
42080 ))
42081 ->values(array(
42082   'filename' => 'sites/all/modules/views/tests/views_pager.test',
42083   'hash' => '6f448c8c13c5177afb35103119d6281958a2d6dbdfb96ae5f4ee77cb3b44adc5',
42084 ))
42085 ->values(array(
42086   'filename' => 'sites/all/modules/views/tests/views_query.test',
42087   'hash' => '1ab587994dc43b1315e9a534d005798aecaa14182ba23a2b445e56516b9528cb',
42088 ))
42089 ->values(array(
42090   'filename' => 'sites/all/modules/views/tests/views_translatable.test',
42091   'hash' => '6899c7b09ab72c262480cf78d200ecddfb683e8f2495438a55b35ae0e103a1b3',
42092 ))
42093 ->values(array(
42094   'filename' => 'sites/all/modules/views/tests/views_ui.test',
42095   'hash' => 'f9687a363d7cc2828739583e3eedeb68c99acd505ff4e3036c806a42b93a2688',
42096 ))
42097 ->values(array(
42098   'filename' => 'sites/all/modules/views/tests/views_upgrade.test',
42099   'hash' => 'c48bd74b85809dd78d963e525e38f3b6dd7e12aa249f73bd6a20247a40d6713a',
42100 ))
42101 ->values(array(
42102   'filename' => 'sites/all/modules/views/tests/views_view.test',
42103   'hash' => 'a52e010d27cc2eb29804a3acd30f574adf11fad1f5860e431178b61cddbdbb69',
42104 ))
42105 ->execute();
42106
42107 $connection->schema()->createTable('role', array(
42108   'fields' => array(
42109     'rid' => array(
42110       'type' => 'serial',
42111       'not null' => TRUE,
42112       'size' => 'normal',
42113       'unsigned' => TRUE,
42114     ),
42115     'name' => array(
42116       'type' => 'varchar',
42117       'not null' => TRUE,
42118       'length' => '64',
42119       'default' => '',
42120     ),
42121     'weight' => array(
42122       'type' => 'int',
42123       'not null' => TRUE,
42124       'size' => 'normal',
42125       'default' => '0',
42126     ),
42127   ),
42128   'primary key' => array(
42129     'rid',
42130   ),
42131   'mysql_character_set' => 'utf8',
42132 ));
42133
42134 $connection->insert('role')
42135 ->fields(array(
42136   'rid',
42137   'name',
42138   'weight',
42139 ))
42140 ->values(array(
42141   'rid' => '1',
42142   'name' => 'anonymous user',
42143   'weight' => '0',
42144 ))
42145 ->values(array(
42146   'rid' => '2',
42147   'name' => 'authenticated user',
42148   'weight' => '1',
42149 ))
42150 ->values(array(
42151   'rid' => '3',
42152   'name' => 'administrator',
42153   'weight' => '2',
42154 ))
42155 ->execute();
42156
42157 $connection->schema()->createTable('role_permission', array(
42158   'fields' => array(
42159     'rid' => array(
42160       'type' => 'int',
42161       'not null' => TRUE,
42162       'size' => 'normal',
42163       'unsigned' => TRUE,
42164     ),
42165     'permission' => array(
42166       'type' => 'varchar',
42167       'not null' => TRUE,
42168       'length' => '128',
42169       'default' => '',
42170     ),
42171     'module' => array(
42172       'type' => 'varchar',
42173       'not null' => TRUE,
42174       'length' => '255',
42175       'default' => '',
42176     ),
42177   ),
42178   'primary key' => array(
42179     'rid',
42180     'permission',
42181   ),
42182   'mysql_character_set' => 'utf8',
42183 ));
42184
42185 $connection->insert('role_permission')
42186 ->fields(array(
42187   'rid',
42188   'permission',
42189   'module',
42190 ))
42191 ->values(array(
42192   'rid' => '3',
42193   'permission' => 'access administration pages',
42194   'module' => 'system',
42195 ))
42196 ->values(array(
42197   'rid' => '3',
42198   'permission' => 'access all views',
42199   'module' => 'views',
42200 ))
42201 ->values(array(
42202   'rid' => '1',
42203   'permission' => 'access comments',
42204   'module' => 'comment',
42205 ))
42206 ->values(array(
42207   'rid' => '2',
42208   'permission' => 'access comments',
42209   'module' => 'comment',
42210 ))
42211 ->values(array(
42212   'rid' => '3',
42213   'permission' => 'access comments',
42214   'module' => 'comment',
42215 ))
42216 ->values(array(
42217   'rid' => '1',
42218   'permission' => 'access content',
42219   'module' => 'node',
42220 ))
42221 ->values(array(
42222   'rid' => '2',
42223   'permission' => 'access content',
42224   'module' => 'node',
42225 ))
42226 ->values(array(
42227   'rid' => '3',
42228   'permission' => 'access content',
42229   'module' => 'node',
42230 ))
42231 ->values(array(
42232   'rid' => '3',
42233   'permission' => 'access content overview',
42234   'module' => 'node',
42235 ))
42236 ->values(array(
42237   'rid' => '3',
42238   'permission' => 'access contextual links',
42239   'module' => 'contextual',
42240 ))
42241 ->values(array(
42242   'rid' => '3',
42243   'permission' => 'access dashboard',
42244   'module' => 'dashboard',
42245 ))
42246 ->values(array(
42247   'rid' => '3',
42248   'permission' => 'access news feeds',
42249   'module' => 'aggregator',
42250 ))
42251 ->values(array(
42252   'rid' => '3',
42253   'permission' => 'access overlay',
42254   'module' => 'overlay',
42255 ))
42256 ->values(array(
42257   'rid' => '3',
42258   'permission' => 'access printer-friendly version',
42259   'module' => 'book',
42260 ))
42261 ->values(array(
42262   'rid' => '3',
42263   'permission' => 'access site in maintenance mode',
42264   'module' => 'system',
42265 ))
42266 ->values(array(
42267   'rid' => '3',
42268   'permission' => 'access site reports',
42269   'module' => 'system',
42270 ))
42271 ->values(array(
42272   'rid' => '3',
42273   'permission' => 'access site-wide contact form',
42274   'module' => 'contact',
42275 ))
42276 ->values(array(
42277   'rid' => '3',
42278   'permission' => 'access statistics',
42279   'module' => 'statistics',
42280 ))
42281 ->values(array(
42282   'rid' => '3',
42283   'permission' => 'access toolbar',
42284   'module' => 'toolbar',
42285 ))
42286 ->values(array(
42287   'rid' => '3',
42288   'permission' => 'access user contact forms',
42289   'module' => 'contact',
42290 ))
42291 ->values(array(
42292   'rid' => '3',
42293   'permission' => 'access user profiles',
42294   'module' => 'user',
42295 ))
42296 ->values(array(
42297   'rid' => '3',
42298   'permission' => 'add content to books',
42299   'module' => 'book',
42300 ))
42301 ->values(array(
42302   'rid' => '3',
42303   'permission' => 'administer actions',
42304   'module' => 'system',
42305 ))
42306 ->values(array(
42307   'rid' => '3',
42308   'permission' => 'administer blocks',
42309   'module' => 'block',
42310 ))
42311 ->values(array(
42312   'rid' => '3',
42313   'permission' => 'administer book outlines',
42314   'module' => 'book',
42315 ))
42316 ->values(array(
42317   'rid' => '3',
42318   'permission' => 'administer comments',
42319   'module' => 'comment',
42320 ))
42321 ->values(array(
42322   'rid' => '3',
42323   'permission' => 'administer contact forms',
42324   'module' => 'contact',
42325 ))
42326 ->values(array(
42327   'rid' => '3',
42328   'permission' => 'administer content types',
42329   'module' => 'node',
42330 ))
42331 ->values(array(
42332   'rid' => '3',
42333   'permission' => 'administer filters',
42334   'module' => 'filter',
42335 ))
42336 ->values(array(
42337   'rid' => '3',
42338   'permission' => 'administer forums',
42339   'module' => 'forum',
42340 ))
42341 ->values(array(
42342   'rid' => '3',
42343   'permission' => 'administer image styles',
42344   'module' => 'image',
42345 ))
42346 ->values(array(
42347   'rid' => '3',
42348   'permission' => 'administer languages',
42349   'module' => 'locale',
42350 ))
42351 ->values(array(
42352   'rid' => '3',
42353   'permission' => 'administer menu',
42354   'module' => 'menu',
42355 ))
42356 ->values(array(
42357   'rid' => '3',
42358   'permission' => 'administer modules',
42359   'module' => 'system',
42360 ))
42361 ->values(array(
42362   'rid' => '3',
42363   'permission' => 'administer news feeds',
42364   'module' => 'aggregator',
42365 ))
42366 ->values(array(
42367   'rid' => '3',
42368   'permission' => 'administer nodes',
42369   'module' => 'node',
42370 ))
42371 ->values(array(
42372   'rid' => '3',
42373   'permission' => 'administer permissions',
42374   'module' => 'user',
42375 ))
42376 ->values(array(
42377   'rid' => '3',
42378   'permission' => 'administer search',
42379   'module' => 'search',
42380 ))
42381 ->values(array(
42382   'rid' => '3',
42383   'permission' => 'administer shortcuts',
42384   'module' => 'shortcut',
42385 ))
42386 ->values(array(
42387   'rid' => '3',
42388   'permission' => 'administer site configuration',
42389   'module' => 'system',
42390 ))
42391 ->values(array(
42392   'rid' => '3',
42393   'permission' => 'administer software updates',
42394   'module' => 'system',
42395 ))
42396 ->values(array(
42397   'rid' => '3',
42398   'permission' => 'administer statistics',
42399   'module' => 'statistics',
42400 ))
42401 ->values(array(
42402   'rid' => '3',
42403   'permission' => 'administer taxonomy',
42404   'module' => 'taxonomy',
42405 ))
42406 ->values(array(
42407   'rid' => '3',
42408   'permission' => 'administer themes',
42409   'module' => 'system',
42410 ))
42411 ->values(array(
42412   'rid' => '3',
42413   'permission' => 'administer unit tests',
42414   'module' => 'simpletest',
42415 ))
42416 ->values(array(
42417   'rid' => '3',
42418   'permission' => 'administer url aliases',
42419   'module' => 'path',
42420 ))
42421 ->values(array(
42422   'rid' => '3',
42423   'permission' => 'administer users',
42424   'module' => 'user',
42425 ))
42426 ->values(array(
42427   'rid' => '3',
42428   'permission' => 'administer views',
42429   'module' => 'views',
42430 ))
42431 ->values(array(
42432   'rid' => '3',
42433   'permission' => 'block IP addresses',
42434   'module' => 'system',
42435 ))
42436 ->values(array(
42437   'rid' => '3',
42438   'permission' => 'bypass node access',
42439   'module' => 'node',
42440 ))
42441 ->values(array(
42442   'rid' => '3',
42443   'permission' => 'cancel account',
42444   'module' => 'user',
42445 ))
42446 ->values(array(
42447   'rid' => '3',
42448   'permission' => 'change own username',
42449   'module' => 'user',
42450 ))
42451 ->values(array(
42452   'rid' => '3',
42453   'permission' => 'create article content',
42454   'module' => 'node',
42455 ))
42456 ->values(array(
42457   'rid' => '3',
42458   'permission' => 'create new books',
42459   'module' => 'book',
42460 ))
42461 ->values(array(
42462   'rid' => '3',
42463   'permission' => 'create page content',
42464   'module' => 'node',
42465 ))
42466 ->values(array(
42467   'rid' => '3',
42468   'permission' => 'create url aliases',
42469   'module' => 'path',
42470 ))
42471 ->values(array(
42472   'rid' => '3',
42473   'permission' => 'customize shortcut links',
42474   'module' => 'shortcut',
42475 ))
42476 ->values(array(
42477   'rid' => '3',
42478   'permission' => 'delete any article content',
42479   'module' => 'node',
42480 ))
42481 ->values(array(
42482   'rid' => '3',
42483   'permission' => 'delete any page content',
42484   'module' => 'node',
42485 ))
42486 ->values(array(
42487   'rid' => '3',
42488   'permission' => 'delete own article content',
42489   'module' => 'node',
42490 ))
42491 ->values(array(
42492   'rid' => '3',
42493   'permission' => 'delete own page content',
42494   'module' => 'node',
42495 ))
42496 ->values(array(
42497   'rid' => '3',
42498   'permission' => 'delete revisions',
42499   'module' => 'node',
42500 ))
42501 ->values(array(
42502   'rid' => '3',
42503   'permission' => 'delete terms in 1',
42504   'module' => 'taxonomy',
42505 ))
42506 ->values(array(
42507   'rid' => '3',
42508   'permission' => 'edit any article content',
42509   'module' => 'node',
42510 ))
42511 ->values(array(
42512   'rid' => '3',
42513   'permission' => 'edit any page content',
42514   'module' => 'node',
42515 ))
42516 ->values(array(
42517   'rid' => '3',
42518   'permission' => 'edit own article content',
42519   'module' => 'node',
42520 ))
42521 ->values(array(
42522   'rid' => '3',
42523   'permission' => 'edit own comments',
42524   'module' => 'comment',
42525 ))
42526 ->values(array(
42527   'rid' => '3',
42528   'permission' => 'edit own page content',
42529   'module' => 'node',
42530 ))
42531 ->values(array(
42532   'rid' => '3',
42533   'permission' => 'edit terms in 1',
42534   'module' => 'taxonomy',
42535 ))
42536 ->values(array(
42537   'rid' => '2',
42538   'permission' => 'post comments',
42539   'module' => 'comment',
42540 ))
42541 ->values(array(
42542   'rid' => '3',
42543   'permission' => 'post comments',
42544   'module' => 'comment',
42545 ))
42546 ->values(array(
42547   'rid' => '3',
42548   'permission' => 'revert revisions',
42549   'module' => 'node',
42550 ))
42551 ->values(array(
42552   'rid' => '3',
42553   'permission' => 'search content',
42554   'module' => 'search',
42555 ))
42556 ->values(array(
42557   'rid' => '3',
42558   'permission' => 'select account cancellation method',
42559   'module' => 'user',
42560 ))
42561 ->values(array(
42562   'rid' => '2',
42563   'permission' => 'skip comment approval',
42564   'module' => 'comment',
42565 ))
42566 ->values(array(
42567   'rid' => '3',
42568   'permission' => 'skip comment approval',
42569   'module' => 'comment',
42570 ))
42571 ->values(array(
42572   'rid' => '3',
42573   'permission' => 'switch shortcut sets',
42574   'module' => 'shortcut',
42575 ))
42576 ->values(array(
42577   'rid' => '3',
42578   'permission' => 'translate content',
42579   'module' => 'translation',
42580 ))
42581 ->values(array(
42582   'rid' => '3',
42583   'permission' => 'translate interface',
42584   'module' => 'locale',
42585 ))
42586 ->values(array(
42587   'rid' => '3',
42588   'permission' => 'use advanced search',
42589   'module' => 'search',
42590 ))
42591 ->values(array(
42592   'rid' => '3',
42593   'permission' => 'use PHP for settings',
42594   'module' => 'php',
42595 ))
42596 ->values(array(
42597   'rid' => '2',
42598   'permission' => 'use text format custom_text_format',
42599   'module' => 'filter',
42600 ))
42601 ->values(array(
42602   'rid' => '3',
42603   'permission' => 'use text format custom_text_format',
42604   'module' => 'filter',
42605 ))
42606 ->values(array(
42607   'rid' => '1',
42608   'permission' => 'use text format filtered_html',
42609   'module' => 'filter',
42610 ))
42611 ->values(array(
42612   'rid' => '2',
42613   'permission' => 'use text format filtered_html',
42614   'module' => 'filter',
42615 ))
42616 ->values(array(
42617   'rid' => '3',
42618   'permission' => 'use text format filtered_html',
42619   'module' => 'filter',
42620 ))
42621 ->values(array(
42622   'rid' => '3',
42623   'permission' => 'use text format full_html',
42624   'module' => 'filter',
42625 ))
42626 ->values(array(
42627   'rid' => '3',
42628   'permission' => 'view own unpublished content',
42629   'module' => 'node',
42630 ))
42631 ->values(array(
42632   'rid' => '3',
42633   'permission' => 'view post access counter',
42634   'module' => 'statistics',
42635 ))
42636 ->values(array(
42637   'rid' => '3',
42638   'permission' => 'view revisions',
42639   'module' => 'node',
42640 ))
42641 ->values(array(
42642   'rid' => '3',
42643   'permission' => 'view the administration theme',
42644   'module' => 'system',
42645 ))
42646 ->execute();
42647
42648 $connection->schema()->createTable('search_dataset', array(
42649   'fields' => array(
42650     'sid' => array(
42651       'type' => 'int',
42652       'not null' => TRUE,
42653       'size' => 'normal',
42654       'default' => '0',
42655       'unsigned' => TRUE,
42656     ),
42657     'type' => array(
42658       'type' => 'varchar',
42659       'not null' => TRUE,
42660       'length' => '16',
42661     ),
42662     'data' => array(
42663       'type' => 'text',
42664       'not null' => TRUE,
42665       'size' => 'normal',
42666     ),
42667     'reindex' => array(
42668       'type' => 'int',
42669       'not null' => TRUE,
42670       'size' => 'normal',
42671       'default' => '0',
42672       'unsigned' => TRUE,
42673     ),
42674   ),
42675   'primary key' => array(
42676     'sid',
42677     'type',
42678   ),
42679   'mysql_character_set' => 'utf8',
42680 ));
42681
42682 $connection->insert('search_dataset')
42683 ->fields(array(
42684   'sid',
42685   'type',
42686   'data',
42687   'reindex',
42688 ))
42689 ->values(array(
42690   'sid' => '1',
42691   'type' => 'node',
42692   '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  ',
42693   'reindex' => '0',
42694 ))
42695 ->values(array(
42696   'sid' => '2',
42697   'type' => 'node',
42698   '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 ',
42699   'reindex' => '0',
42700 ))
42701 ->execute();
42702
42703 $connection->schema()->createTable('search_index', array(
42704   'fields' => array(
42705     'word' => array(
42706       'type' => 'varchar',
42707       'not null' => TRUE,
42708       'length' => '50',
42709       'default' => '',
42710     ),
42711     'sid' => array(
42712       'type' => 'int',
42713       'not null' => TRUE,
42714       'size' => 'normal',
42715       'default' => '0',
42716       'unsigned' => TRUE,
42717     ),
42718     'type' => array(
42719       'type' => 'varchar',
42720       'not null' => TRUE,
42721       'length' => '16',
42722     ),
42723     'score' => array(
42724       'type' => 'numeric',
42725       'not null' => FALSE,
42726       'precision' => '10',
42727       'scale' => '0',
42728     ),
42729   ),
42730   'primary key' => array(
42731     'word',
42732     'sid',
42733     'type',
42734   ),
42735   'mysql_character_set' => 'utf8',
42736 ));
42737
42738 $connection->insert('search_index')
42739 ->fields(array(
42740   'word',
42741   'sid',
42742   'type',
42743   'score',
42744 ))
42745 ->values(array(
42746   'word' => '1',
42747   'sid' => '1',
42748   'type' => 'node',
42749   'score' => '1',
42750 ))
42751 ->values(array(
42752   'word' => '1192015',
42753   'sid' => '1',
42754   'type' => 'node',
42755   'score' => '1',
42756 ))
42757 ->values(array(
42758   'word' => '19',
42759   'sid' => '1',
42760   'type' => 'node',
42761   'score' => '2',
42762 ))
42763 ->values(array(
42764   'word' => '2015',
42765   'sid' => '1',
42766   'type' => 'node',
42767   'score' => '2',
42768 ))
42769 ->values(array(
42770   'word' => '2215',
42771   'sid' => '1',
42772   'type' => 'node',
42773   'score' => '2',
42774 ))
42775 ->values(array(
42776   'word' => '2218',
42777   'sid' => '1',
42778   'type' => 'node',
42779   'score' => '1',
42780 ))
42781 ->values(array(
42782   'word' => '9',
42783   'sid' => '1',
42784   'type' => 'node',
42785   'score' => '1',
42786 ))
42787 ->values(array(
42788   'word' => '99999999',
42789   'sid' => '1',
42790   'type' => 'node',
42791   'score' => '1',
42792 ))
42793 ->values(array(
42794   'word' => 'abc5xyz',
42795   'sid' => '1',
42796   'type' => 'node',
42797   'score' => '1',
42798 ))
42799 ->values(array(
42800   'word' => 'admin',
42801   'sid' => '1',
42802   'type' => 'node',
42803   'score' => '1',
42804 ))
42805 ->values(array(
42806   'word' => 'another',
42807   'sid' => '1',
42808   'type' => 'node',
42809   'score' => '11',
42810 ))
42811 ->values(array(
42812   'word' => 'click',
42813   'sid' => '1',
42814   'type' => 'node',
42815   'score' => '11',
42816 ))
42817 ->values(array(
42818   'word' => 'comment',
42819   'sid' => '1',
42820   'type' => 'node',
42821   'score' => '27',
42822 ))
42823 ->values(array(
42824   'word' => 'comments',
42825   'sid' => '1',
42826   'type' => 'node',
42827   'score' => '1',
42828 ))
42829 ->values(array(
42830   'word' => 'default',
42831   'sid' => '1',
42832   'type' => 'node',
42833   'score' => '11',
42834 ))
42835 ->values(array(
42836   'word' => 'examplecom',
42837   'sid' => '1',
42838   'type' => 'node',
42839   'score' => '22',
42840 ))
42841 ->values(array(
42842   'word' => 'here',
42843   'sid' => '1',
42844   'type' => 'node',
42845   'score' => '11',
42846 ))
42847 ->values(array(
42848   'word' => 'january',
42849   'sid' => '1',
42850   'type' => 'node',
42851   'score' => '2',
42852 ))
42853 ->values(array(
42854   'word' => 'monday',
42855   'sid' => '1',
42856   'type' => 'node',
42857   'score' => '2',
42858 ))
42859 ->values(array(
42860   'word' => 'more',
42861   'sid' => '1',
42862   'type' => 'node',
42863   'score' => '1',
42864 ))
42865 ->values(array(
42866   'word' => 'node',
42867   'sid' => '1',
42868   'type' => 'node',
42869   'score' => '26',
42870 ))
42871 ->values(array(
42872   'word' => 'permalink',
42873   'sid' => '1',
42874   'type' => 'node',
42875   'score' => '11',
42876 ))
42877 ->values(array(
42878   'word' => 'post',
42879   'sid' => '1',
42880   'type' => 'node',
42881   'score' => '1',
42882 ))
42883 ->values(array(
42884   'word' => 'prefix',
42885   'sid' => '1',
42886   'type' => 'node',
42887   'score' => '1',
42888 ))
42889 ->values(array(
42890   'word' => 'register',
42891   'sid' => '1',
42892   'type' => 'node',
42893   'score' => '2',
42894 ))
42895 ->values(array(
42896   'word' => 'some',
42897   'sid' => '1',
42898   'type' => 'node',
42899   'score' => '1',
42900 ))
42901 ->values(array(
42902   'word' => 'submitted',
42903   'sid' => '1',
42904   'type' => 'node',
42905   'score' => '1',
42906 ))
42907 ->values(array(
42908   'word' => 'text',
42909   'sid' => '1',
42910   'type' => 'node',
42911   'score' => '1',
42912 ))
42913 ->values(array(
42914   'word' => 'this',
42915   'sid' => '1',
42916   'type' => 'node',
42917   'score' => '1',
42918 ))
42919 ->values(array(
42920   'word' => 'value',
42921   'sid' => '1',
42922   'type' => 'node',
42923   'score' => '1',
42924 ))
42925 ->values(array(
42926   'word' => 'value120suffix',
42927   'sid' => '1',
42928   'type' => 'node',
42929   'score' => '1',
42930 ))
42931 ->values(array(
42932   'word' => '9',
42933   'sid' => '2',
42934   'type' => 'node',
42935   'score' => '26',
42936 ))
42937 ->values(array(
42938   'word' => 'about',
42939   'sid' => '2',
42940   'type' => 'node',
42941   'score' => '26',
42942 ))
42943 ->values(array(
42944   'word' => 'absolute',
42945   'sid' => '2',
42946   'type' => 'node',
42947   'score' => '1',
42948 ))
42949 ->values(array(
42950   'word' => 'benjamin',
42951   'sid' => '2',
42952   'type' => 'node',
42953   'score' => '11',
42954 ))
42955 ->values(array(
42956   'word' => 'best',
42957   'sid' => '2',
42958   'type' => 'node',
42959   'score' => '1',
42960 ))
42961 ->values(array(
42962   'word' => 'deep',
42963   'sid' => '2',
42964   'type' => 'node',
42965   'score' => '26',
42966 ))
42967 ->values(array(
42968   'word' => 'ever',
42969   'sid' => '2',
42970   'type' => 'node',
42971   'score' => '1',
42972 ))
42973 ->values(array(
42974   'word' => 'know',
42975   'sid' => '2',
42976   'type' => 'node',
42977   'score' => '1',
42978 ))
42979 ->values(array(
42980   'word' => 'quark',
42981   'sid' => '2',
42982   'type' => 'node',
42983   'score' => '11',
42984 ))
42985 ->values(array(
42986   'word' => 'show',
42987   'sid' => '2',
42988   'type' => 'node',
42989   'score' => '1',
42990 ))
42991 ->values(array(
42992   'word' => 'sisko',
42993   'sid' => '2',
42994   'type' => 'node',
42995   'score' => '11',
42996 ))
42997 ->values(array(
42998   'word' => 'space',
42999   'sid' => '2',
43000   'type' => 'node',
43001   'score' => '26',
43002 ))
43003 ->values(array(
43004   'word' => 'that',
43005   'sid' => '2',
43006   'type' => 'node',
43007   'score' => '1',
43008 ))
43009 ->values(array(
43010   'word' => 'thing',
43011   'sid' => '2',
43012   'type' => 'node',
43013   'score' => '26',
43014 ))
43015 ->values(array(
43016   'word' => 'trust',
43017   'sid' => '2',
43018   'type' => 'node',
43019   'score' => '1',
43020 ))
43021 ->values(array(
43022   'word' => 'would',
43023   'sid' => '2',
43024   'type' => 'node',
43025   'score' => '1',
43026 ))
43027 ->execute();
43028
43029 $connection->schema()->createTable('search_node_links', array(
43030   'fields' => array(
43031     'sid' => array(
43032       'type' => 'int',
43033       'not null' => TRUE,
43034       'size' => 'normal',
43035       'default' => '0',
43036       'unsigned' => TRUE,
43037     ),
43038     'type' => array(
43039       'type' => 'varchar',
43040       'not null' => TRUE,
43041       'length' => '16',
43042       'default' => '',
43043     ),
43044     'nid' => array(
43045       'type' => 'int',
43046       'not null' => TRUE,
43047       'size' => 'normal',
43048       'default' => '0',
43049       'unsigned' => TRUE,
43050     ),
43051     'caption' => array(
43052       'type' => 'text',
43053       'not null' => FALSE,
43054       'size' => 'normal',
43055     ),
43056   ),
43057   'primary key' => array(
43058     'sid',
43059     'type',
43060     'nid',
43061   ),
43062   'mysql_character_set' => 'utf8',
43063 ));
43064
43065 $connection->schema()->createTable('search_total', array(
43066   'fields' => array(
43067     'word' => array(
43068       'type' => 'varchar',
43069       'not null' => TRUE,
43070       'length' => '50',
43071       'default' => '',
43072     ),
43073     'count' => array(
43074       'type' => 'numeric',
43075       'not null' => FALSE,
43076       'precision' => '10',
43077       'scale' => '0',
43078     ),
43079   ),
43080   'primary key' => array(
43081     'word',
43082   ),
43083   'mysql_character_set' => 'utf8',
43084 ));
43085
43086 $connection->insert('search_total')
43087 ->fields(array(
43088   'word',
43089   'count',
43090 ))
43091 ->values(array(
43092   'word' => '1',
43093   'count' => '0',
43094 ))
43095 ->values(array(
43096   'word' => '1192015',
43097   'count' => '0',
43098 ))
43099 ->values(array(
43100   'word' => '19',
43101   'count' => '0',
43102 ))
43103 ->values(array(
43104   'word' => '2015',
43105   'count' => '0',
43106 ))
43107 ->values(array(
43108   'word' => '2215',
43109   'count' => '0',
43110 ))
43111 ->values(array(
43112   'word' => '2218',
43113   'count' => '0',
43114 ))
43115 ->values(array(
43116   'word' => '9',
43117   'count' => '0',
43118 ))
43119 ->values(array(
43120   'word' => '99999999',
43121   'count' => '0',
43122 ))
43123 ->values(array(
43124   'word' => 'abc5xyz',
43125   'count' => '0',
43126 ))
43127 ->values(array(
43128   'word' => 'about',
43129   'count' => '0',
43130 ))
43131 ->values(array(
43132   'word' => 'absolute',
43133   'count' => '0',
43134 ))
43135 ->values(array(
43136   'word' => 'admin',
43137   'count' => '0',
43138 ))
43139 ->values(array(
43140   'word' => 'another',
43141   'count' => '0',
43142 ))
43143 ->values(array(
43144   'word' => 'benjamin',
43145   'count' => '0',
43146 ))
43147 ->values(array(
43148   'word' => 'best',
43149   'count' => '0',
43150 ))
43151 ->values(array(
43152   'word' => 'click',
43153   'count' => '0',
43154 ))
43155 ->values(array(
43156   'word' => 'comment',
43157   'count' => '0',
43158 ))
43159 ->values(array(
43160   'word' => 'comments',
43161   'count' => '0',
43162 ))
43163 ->values(array(
43164   'word' => 'deep',
43165   'count' => '0',
43166 ))
43167 ->values(array(
43168   'word' => 'default',
43169   'count' => '0',
43170 ))
43171 ->values(array(
43172   'word' => 'ever',
43173   'count' => '0',
43174 ))
43175 ->values(array(
43176   'word' => 'examplecom',
43177   'count' => '0',
43178 ))
43179 ->values(array(
43180   'word' => 'here',
43181   'count' => '0',
43182 ))
43183 ->values(array(
43184   'word' => 'january',
43185   'count' => '0',
43186 ))
43187 ->values(array(
43188   'word' => 'know',
43189   'count' => '0',
43190 ))
43191 ->values(array(
43192   'word' => 'monday',
43193   'count' => '0',
43194 ))
43195 ->values(array(
43196   'word' => 'more',
43197   'count' => '0',
43198 ))
43199 ->values(array(
43200   'word' => 'node',
43201   'count' => '0',
43202 ))
43203 ->values(array(
43204   'word' => 'permalink',
43205   'count' => '0',
43206 ))
43207 ->values(array(
43208   'word' => 'post',
43209   'count' => '0',
43210 ))
43211 ->values(array(
43212   'word' => 'prefix',
43213   'count' => '0',
43214 ))
43215 ->values(array(
43216   'word' => 'quark',
43217   'count' => '0',
43218 ))
43219 ->values(array(
43220   'word' => 'register',
43221   'count' => '0',
43222 ))
43223 ->values(array(
43224   'word' => 'show',
43225   'count' => '0',
43226 ))
43227 ->values(array(
43228   'word' => 'sisko',
43229   'count' => '0',
43230 ))
43231 ->values(array(
43232   'word' => 'some',
43233   'count' => '0',
43234 ))
43235 ->values(array(
43236   'word' => 'space',
43237   'count' => '0',
43238 ))
43239 ->values(array(
43240   'word' => 'submitted',
43241   'count' => '0',
43242 ))
43243 ->values(array(
43244   'word' => 'text',
43245   'count' => '0',
43246 ))
43247 ->values(array(
43248   'word' => 'that',
43249   'count' => '0',
43250 ))
43251 ->values(array(
43252   'word' => 'thing',
43253   'count' => '0',
43254 ))
43255 ->values(array(
43256   'word' => 'this',
43257   'count' => '0',
43258 ))
43259 ->values(array(
43260   'word' => 'trust',
43261   'count' => '0',
43262 ))
43263 ->values(array(
43264   'word' => 'value',
43265   'count' => '0',
43266 ))
43267 ->values(array(
43268   'word' => 'value120suffix',
43269   'count' => '0',
43270 ))
43271 ->values(array(
43272   'word' => 'would',
43273   'count' => '0',
43274 ))
43275 ->execute();
43276
43277 $connection->schema()->createTable('semaphore', array(
43278   'fields' => array(
43279     'name' => array(
43280       'type' => 'varchar',
43281       'not null' => TRUE,
43282       'length' => '255',
43283       'default' => '',
43284     ),
43285     'value' => array(
43286       'type' => 'varchar',
43287       'not null' => TRUE,
43288       'length' => '255',
43289       'default' => '',
43290     ),
43291     'expire' => array(
43292       'type' => 'numeric',
43293       'not null' => TRUE,
43294       'precision' => '10',
43295       'scale' => '0',
43296     ),
43297   ),
43298   'primary key' => array(
43299     'name',
43300   ),
43301   'mysql_character_set' => 'utf8',
43302 ));
43303
43304 $connection->schema()->createTable('sequences', array(
43305   'fields' => array(
43306     'value' => array(
43307       'type' => 'serial',
43308       'not null' => TRUE,
43309       'size' => 'normal',
43310       'unsigned' => TRUE,
43311     ),
43312   ),
43313   'primary key' => array(
43314     'value',
43315   ),
43316   'mysql_character_set' => 'utf8',
43317 ));
43318
43319 $connection->insert('sequences')
43320 ->fields(array(
43321   'value',
43322 ))
43323 ->values(array(
43324   'value' => '2',
43325 ))
43326 ->execute();
43327
43328 $connection->schema()->createTable('sessions', array(
43329   'fields' => array(
43330     'uid' => array(
43331       'type' => 'int',
43332       'not null' => TRUE,
43333       'size' => 'normal',
43334       'unsigned' => TRUE,
43335     ),
43336     'sid' => array(
43337       'type' => 'varchar',
43338       'not null' => TRUE,
43339       'length' => '128',
43340     ),
43341     'ssid' => array(
43342       'type' => 'varchar',
43343       'not null' => TRUE,
43344       'length' => '128',
43345       'default' => '',
43346     ),
43347     'hostname' => array(
43348       'type' => 'varchar',
43349       'not null' => TRUE,
43350       'length' => '128',
43351       'default' => '',
43352     ),
43353     'timestamp' => array(
43354       'type' => 'int',
43355       'not null' => TRUE,
43356       'size' => 'normal',
43357       'default' => '0',
43358     ),
43359     'cache' => array(
43360       'type' => 'int',
43361       'not null' => TRUE,
43362       'size' => 'normal',
43363       'default' => '0',
43364     ),
43365     'session' => array(
43366       'type' => 'blob',
43367       'not null' => FALSE,
43368       'size' => 'normal',
43369     ),
43370   ),
43371   'primary key' => array(
43372     'sid',
43373     'ssid',
43374   ),
43375   'mysql_character_set' => 'utf8',
43376 ));
43377
43378 $connection->schema()->createTable('shortcut_set', array(
43379   'fields' => array(
43380     'set_name' => array(
43381       'type' => 'varchar',
43382       'not null' => TRUE,
43383       'length' => '32',
43384       'default' => '',
43385     ),
43386     'title' => array(
43387       'type' => 'varchar',
43388       'not null' => TRUE,
43389       'length' => '255',
43390       'default' => '',
43391     ),
43392   ),
43393   'primary key' => array(
43394     'set_name',
43395   ),
43396   'mysql_character_set' => 'utf8',
43397 ));
43398
43399 $connection->insert('shortcut_set')
43400 ->fields(array(
43401   'set_name',
43402   'title',
43403 ))
43404 ->values(array(
43405   'set_name' => 'shortcut-set-1',
43406   'title' => 'Default',
43407 ))
43408 ->values(array(
43409   'set_name' => 'shortcut-set-2',
43410   'title' => 'Alternative shortcut set',
43411 ))
43412 ->execute();
43413
43414 $connection->schema()->createTable('shortcut_set_users', array(
43415   'fields' => array(
43416     'uid' => array(
43417       'type' => 'int',
43418       'not null' => TRUE,
43419       'size' => 'normal',
43420       'default' => '0',
43421       'unsigned' => TRUE,
43422     ),
43423     'set_name' => array(
43424       'type' => 'varchar',
43425       'not null' => TRUE,
43426       'length' => '32',
43427       'default' => '',
43428     ),
43429   ),
43430   'primary key' => array(
43431     'uid',
43432   ),
43433   'mysql_character_set' => 'utf8',
43434 ));
43435
43436 $connection->insert('shortcut_set_users')
43437 ->fields(array(
43438   'uid',
43439   'set_name',
43440 ))
43441 ->values(array(
43442   'uid' => '2',
43443   'set_name' => 'shortcut-set-2',
43444 ))
43445 ->execute();
43446
43447 $connection->schema()->createTable('simpletest', array(
43448   'fields' => array(
43449     'message_id' => array(
43450       'type' => 'serial',
43451       'not null' => TRUE,
43452       'size' => 'normal',
43453     ),
43454     'test_id' => array(
43455       'type' => 'int',
43456       'not null' => TRUE,
43457       'size' => 'normal',
43458       'default' => '0',
43459     ),
43460     'test_class' => array(
43461       'type' => 'varchar',
43462       'not null' => TRUE,
43463       'length' => '255',
43464       'default' => '',
43465     ),
43466     'status' => array(
43467       'type' => 'varchar',
43468       'not null' => TRUE,
43469       'length' => '9',
43470       'default' => '',
43471     ),
43472     'message' => array(
43473       'type' => 'text',
43474       'not null' => TRUE,
43475       'size' => 'normal',
43476     ),
43477     'message_group' => array(
43478       'type' => 'varchar',
43479       'not null' => TRUE,
43480       'length' => '255',
43481       'default' => '',
43482     ),
43483     'function' => array(
43484       'type' => 'varchar',
43485       'not null' => TRUE,
43486       'length' => '255',
43487       'default' => '',
43488     ),
43489     'line' => array(
43490       'type' => 'int',
43491       'not null' => TRUE,
43492       'size' => 'normal',
43493       'default' => '0',
43494     ),
43495     'file' => array(
43496       'type' => 'varchar',
43497       'not null' => TRUE,
43498       'length' => '255',
43499       'default' => '',
43500     ),
43501   ),
43502   'primary key' => array(
43503     'message_id',
43504   ),
43505   'mysql_character_set' => 'utf8',
43506 ));
43507
43508 $connection->schema()->createTable('system', array(
43509   'fields' => array(
43510     'filename' => array(
43511       'type' => 'varchar',
43512       'not null' => TRUE,
43513       'length' => '255',
43514       'default' => '',
43515     ),
43516     'name' => array(
43517       'type' => 'varchar',
43518       'not null' => TRUE,
43519       'length' => '255',
43520       'default' => '',
43521     ),
43522     'type' => array(
43523       'type' => 'varchar',
43524       'not null' => TRUE,
43525       'length' => '12',
43526       'default' => '',
43527     ),
43528     'owner' => array(
43529       'type' => 'varchar',
43530       'not null' => TRUE,
43531       'length' => '255',
43532       'default' => '',
43533     ),
43534     'status' => array(
43535       'type' => 'int',
43536       'not null' => TRUE,
43537       'size' => 'normal',
43538       'default' => '0',
43539     ),
43540     'bootstrap' => array(
43541       'type' => 'int',
43542       'not null' => TRUE,
43543       'size' => 'normal',
43544       'default' => '0',
43545     ),
43546     'schema_version' => array(
43547       'type' => 'int',
43548       'not null' => TRUE,
43549       'size' => 'normal',
43550       'default' => '-1',
43551     ),
43552     'weight' => array(
43553       'type' => 'int',
43554       'not null' => TRUE,
43555       'size' => 'normal',
43556       'default' => '0',
43557     ),
43558     'info' => array(
43559       'type' => 'blob',
43560       'not null' => FALSE,
43561       'size' => 'normal',
43562     ),
43563   ),
43564   'primary key' => array(
43565     'filename',
43566   ),
43567   'mysql_character_set' => 'utf8',
43568 ));
43569
43570 $connection->insert('system')
43571 ->fields(array(
43572   'filename',
43573   'name',
43574   'type',
43575   'owner',
43576   'status',
43577   'bootstrap',
43578   'schema_version',
43579   'weight',
43580   'info',
43581 ))
43582 ->values(array(
43583   'filename' => 'modules/aggregator/aggregator.module',
43584   'name' => 'aggregator',
43585   'type' => 'module',
43586   'owner' => '',
43587   'status' => '1',
43588   'bootstrap' => '0',
43589   'schema_version' => '7004',
43590   'weight' => '0',
43591   '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;}',
43592 ))
43593 ->values(array(
43594   'filename' => 'modules/aggregator/tests/aggregator_test.module',
43595   'name' => 'aggregator_test',
43596   'type' => 'module',
43597   'owner' => '',
43598   'status' => '0',
43599   'bootstrap' => '0',
43600   'schema_version' => '-1',
43601   'weight' => '0',
43602   '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;}',
43603 ))
43604 ->values(array(
43605   'filename' => 'modules/block/block.module',
43606   'name' => 'block',
43607   'type' => 'module',
43608   'owner' => '',
43609   'status' => '1',
43610   'bootstrap' => '0',
43611   'schema_version' => '7009',
43612   'weight' => '-5',
43613   '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;}',
43614 ))
43615 ->values(array(
43616   'filename' => 'modules/block/tests/block_test.module',
43617   'name' => 'block_test',
43618   'type' => 'module',
43619   'owner' => '',
43620   'status' => '0',
43621   'bootstrap' => '0',
43622   'schema_version' => '-1',
43623   'weight' => '0',
43624   '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;}',
43625 ))
43626 ->values(array(
43627   'filename' => 'modules/blog/blog.module',
43628   'name' => 'blog',
43629   'type' => 'module',
43630   'owner' => '',
43631   'status' => '1',
43632   'bootstrap' => '0',
43633   'schema_version' => '0',
43634   'weight' => '0',
43635   '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;}',
43636 ))
43637 ->values(array(
43638   'filename' => 'modules/book/book.module',
43639   'name' => 'book',
43640   'type' => 'module',
43641   'owner' => '',
43642   'status' => '1',
43643   'bootstrap' => '0',
43644   'schema_version' => '0',
43645   'weight' => '0',
43646   '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;}',
43647 ))
43648 ->values(array(
43649   'filename' => 'modules/color/color.module',
43650   'name' => 'color',
43651   'type' => 'module',
43652   'owner' => '',
43653   'status' => '1',
43654   'bootstrap' => '0',
43655   'schema_version' => '7001',
43656   'weight' => '0',
43657   '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;}',
43658 ))
43659 ->values(array(
43660   'filename' => 'modules/comment/comment.module',
43661   'name' => 'comment',
43662   'type' => 'module',
43663   'owner' => '',
43664   'status' => '1',
43665   'bootstrap' => '0',
43666   'schema_version' => '7009',
43667   'weight' => '0',
43668   '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;}',
43669 ))
43670 ->values(array(
43671   'filename' => 'modules/contact/contact.module',
43672   'name' => 'contact',
43673   'type' => 'module',
43674   'owner' => '',
43675   'status' => '1',
43676   'bootstrap' => '0',
43677   'schema_version' => '7003',
43678   'weight' => '0',
43679   '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;}',
43680 ))
43681 ->values(array(
43682   'filename' => 'modules/contextual/contextual.module',
43683   'name' => 'contextual',
43684   'type' => 'module',
43685   'owner' => '',
43686   'status' => '1',
43687   'bootstrap' => '0',
43688   'schema_version' => '0',
43689   'weight' => '0',
43690   '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;}',
43691 ))
43692 ->values(array(
43693   'filename' => 'modules/dashboard/dashboard.module',
43694   'name' => 'dashboard',
43695   'type' => 'module',
43696   'owner' => '',
43697   'status' => '0',
43698   'bootstrap' => '0',
43699   'schema_version' => '0',
43700   'weight' => '0',
43701   '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;}',
43702 ))
43703 ->values(array(
43704   'filename' => 'modules/dblog/dblog.module',
43705   'name' => 'dblog',
43706   'type' => 'module',
43707   'owner' => '',
43708   'status' => '1',
43709   'bootstrap' => '1',
43710   'schema_version' => '7002',
43711   'weight' => '0',
43712   '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;}',
43713 ))
43714 ->values(array(
43715   'filename' => 'modules/field/field.module',
43716   'name' => 'field',
43717   'type' => 'module',
43718   'owner' => '',
43719   'status' => '1',
43720   'bootstrap' => '0',
43721   'schema_version' => '7003',
43722   'weight' => '0',
43723   '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;}',
43724 ))
43725 ->values(array(
43726   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.module',
43727   'name' => 'field_sql_storage',
43728   'type' => 'module',
43729   'owner' => '',
43730   'status' => '1',
43731   'bootstrap' => '0',
43732   'schema_version' => '7002',
43733   'weight' => '0',
43734   '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;}',
43735 ))
43736 ->values(array(
43737   'filename' => 'modules/field/modules/list/list.module',
43738   'name' => 'list',
43739   'type' => 'module',
43740   'owner' => '',
43741   'status' => '1',
43742   'bootstrap' => '0',
43743   'schema_version' => '7002',
43744   'weight' => '0',
43745   '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>";}',
43746 ))
43747 ->values(array(
43748   'filename' => 'modules/field/modules/list/tests/list_test.module',
43749   'name' => 'list_test',
43750   'type' => 'module',
43751   'owner' => '',
43752   'status' => '0',
43753   'bootstrap' => '0',
43754   'schema_version' => '-1',
43755   'weight' => '0',
43756   '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;}',
43757 ))
43758 ->values(array(
43759   'filename' => 'modules/field/modules/number/number.module',
43760   'name' => 'number',
43761   'type' => 'module',
43762   'owner' => '',
43763   'status' => '1',
43764   'bootstrap' => '0',
43765   'schema_version' => '0',
43766   'weight' => '0',
43767   '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>";}',
43768 ))
43769 ->values(array(
43770   'filename' => 'modules/field/modules/options/options.module',
43771   'name' => 'options',
43772   'type' => 'module',
43773   'owner' => '',
43774   'status' => '1',
43775   'bootstrap' => '0',
43776   'schema_version' => '0',
43777   'weight' => '0',
43778   '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;}',
43779 ))
43780 ->values(array(
43781   'filename' => 'modules/field/modules/text/text.module',
43782   'name' => 'text',
43783   'type' => 'module',
43784   'owner' => '',
43785   'status' => '1',
43786   'bootstrap' => '0',
43787   'schema_version' => '7000',
43788   'weight' => '0',
43789   '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>";}',
43790 ))
43791 ->values(array(
43792   'filename' => 'modules/field/tests/field_test.module',
43793   'name' => 'field_test',
43794   'type' => 'module',
43795   'owner' => '',
43796   'status' => '0',
43797   'bootstrap' => '0',
43798   'schema_version' => '-1',
43799   'weight' => '0',
43800   '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;}',
43801 ))
43802 ->values(array(
43803   'filename' => 'modules/field_ui/field_ui.module',
43804   'name' => 'field_ui',
43805   'type' => 'module',
43806   'owner' => '',
43807   'status' => '1',
43808   'bootstrap' => '0',
43809   'schema_version' => '0',
43810   'weight' => '0',
43811   '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;}',
43812 ))
43813 ->values(array(
43814   'filename' => 'modules/file/file.module',
43815   'name' => 'file',
43816   'type' => 'module',
43817   'owner' => '',
43818   'status' => '1',
43819   'bootstrap' => '0',
43820   'schema_version' => '0',
43821   'weight' => '0',
43822   '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>";}',
43823 ))
43824 ->values(array(
43825   'filename' => 'modules/file/tests/file_module_test.module',
43826   'name' => 'file_module_test',
43827   'type' => 'module',
43828   'owner' => '',
43829   'status' => '0',
43830   'bootstrap' => '0',
43831   'schema_version' => '-1',
43832   'weight' => '0',
43833   '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;}',
43834 ))
43835 ->values(array(
43836   'filename' => 'modules/filter/filter.module',
43837   'name' => 'filter',
43838   'type' => 'module',
43839   'owner' => '',
43840   'status' => '1',
43841   'bootstrap' => '0',
43842   'schema_version' => '7010',
43843   'weight' => '0',
43844   '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;}',
43845 ))
43846 ->values(array(
43847   'filename' => 'modules/forum/forum.module',
43848   'name' => 'forum',
43849   'type' => 'module',
43850   'owner' => '',
43851   'status' => '1',
43852   'bootstrap' => '0',
43853   'schema_version' => '7012',
43854   'weight' => '1',
43855   '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;}',
43856 ))
43857 ->values(array(
43858   'filename' => 'modules/help/help.module',
43859   'name' => 'help',
43860   'type' => 'module',
43861   'owner' => '',
43862   'status' => '1',
43863   'bootstrap' => '0',
43864   'schema_version' => '0',
43865   'weight' => '0',
43866   '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;}',
43867 ))
43868 ->values(array(
43869   'filename' => 'modules/image/image.module',
43870   'name' => 'image',
43871   'type' => 'module',
43872   'owner' => '',
43873   'status' => '1',
43874   'bootstrap' => '0',
43875   'schema_version' => '7005',
43876   'weight' => '0',
43877   '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>";}',
43878 ))
43879 ->values(array(
43880   'filename' => 'modules/image/tests/image_module_test.module',
43881   'name' => 'image_module_test',
43882   'type' => 'module',
43883   'owner' => '',
43884   'status' => '0',
43885   'bootstrap' => '0',
43886   'schema_version' => '-1',
43887   'weight' => '0',
43888   '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;}',
43889 ))
43890 ->values(array(
43891   'filename' => 'modules/locale/locale.module',
43892   'name' => 'locale',
43893   'type' => 'module',
43894   'owner' => '',
43895   'status' => '1',
43896   'bootstrap' => '0',
43897   'schema_version' => '7005',
43898   'weight' => '0',
43899   '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;}',
43900 ))
43901 ->values(array(
43902   'filename' => 'modules/locale/tests/locale_test.module',
43903   'name' => 'locale_test',
43904   'type' => 'module',
43905   'owner' => '',
43906   'status' => '0',
43907   'bootstrap' => '0',
43908   'schema_version' => '-1',
43909   'weight' => '0',
43910   '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;}',
43911 ))
43912 ->values(array(
43913   'filename' => 'modules/menu/menu.module',
43914   'name' => 'menu',
43915   'type' => 'module',
43916   'owner' => '',
43917   'status' => '1',
43918   'bootstrap' => '0',
43919   'schema_version' => '7003',
43920   'weight' => '0',
43921   '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;}',
43922 ))
43923 ->values(array(
43924   'filename' => 'modules/node/node.module',
43925   'name' => 'node',
43926   'type' => 'module',
43927   'owner' => '',
43928   'status' => '1',
43929   'bootstrap' => '0',
43930   'schema_version' => '7015',
43931   'weight' => '0',
43932   '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;}',
43933 ))
43934 ->values(array(
43935   'filename' => 'modules/node/tests/node_access_test.module',
43936   'name' => 'node_access_test',
43937   'type' => 'module',
43938   'owner' => '',
43939   'status' => '0',
43940   'bootstrap' => '0',
43941   'schema_version' => '-1',
43942   'weight' => '0',
43943   '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;}',
43944 ))
43945 ->values(array(
43946   'filename' => 'modules/node/tests/node_test.module',
43947   'name' => 'node_test',
43948   'type' => 'module',
43949   'owner' => '',
43950   'status' => '0',
43951   'bootstrap' => '0',
43952   'schema_version' => '-1',
43953   'weight' => '0',
43954   '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;}',
43955 ))
43956 ->values(array(
43957   'filename' => 'modules/node/tests/node_test_exception.module',
43958   'name' => 'node_test_exception',
43959   'type' => 'module',
43960   'owner' => '',
43961   'status' => '0',
43962   'bootstrap' => '0',
43963   'schema_version' => '-1',
43964   'weight' => '0',
43965   '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;}',
43966 ))
43967 ->values(array(
43968   'filename' => 'modules/openid/openid.module',
43969   'name' => 'openid',
43970   'type' => 'module',
43971   'owner' => '',
43972   'status' => '0',
43973   'bootstrap' => '0',
43974   'schema_version' => '7000',
43975   'weight' => '0',
43976   '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;}',
43977 ))
43978 ->values(array(
43979   'filename' => 'modules/openid/tests/openid_test.module',
43980   'name' => 'openid_test',
43981   'type' => 'module',
43982   'owner' => '',
43983   'status' => '0',
43984   'bootstrap' => '0',
43985   'schema_version' => '-1',
43986   'weight' => '0',
43987   '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;}',
43988 ))
43989 ->values(array(
43990   'filename' => 'modules/overlay/overlay.module',
43991   'name' => 'overlay',
43992   'type' => 'module',
43993   'owner' => '',
43994   'status' => '0',
43995   'bootstrap' => '0',
43996   'schema_version' => '0',
43997   'weight' => '0',
43998   '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;}',
43999 ))
44000 ->values(array(
44001   'filename' => 'modules/path/path.module',
44002   'name' => 'path',
44003   'type' => 'module',
44004   'owner' => '',
44005   'status' => '1',
44006   'bootstrap' => '0',
44007   'schema_version' => '0',
44008   'weight' => '0',
44009   '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;}',
44010 ))
44011 ->values(array(
44012   'filename' => 'modules/php/php.module',
44013   'name' => 'php',
44014   'type' => 'module',
44015   'owner' => '',
44016   'status' => '1',
44017   'bootstrap' => '0',
44018   'schema_version' => '0',
44019   'weight' => '0',
44020   '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;}',
44021 ))
44022 ->values(array(
44023   'filename' => 'modules/poll/poll.module',
44024   'name' => 'poll',
44025   'type' => 'module',
44026   'owner' => '',
44027   'status' => '0',
44028   'bootstrap' => '0',
44029   'schema_version' => '-1',
44030   'weight' => '0',
44031   '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;}',
44032 ))
44033 ->values(array(
44034   'filename' => 'modules/profile/profile.module',
44035   'name' => 'profile',
44036   'type' => 'module',
44037   'owner' => '',
44038   'status' => '0',
44039   'bootstrap' => '0',
44040   'schema_version' => '-1',
44041   'weight' => '0',
44042   '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;}',
44043 ))
44044 ->values(array(
44045   'filename' => 'modules/rdf/rdf.module',
44046   'name' => 'rdf',
44047   'type' => 'module',
44048   'owner' => '',
44049   'status' => '1',
44050   'bootstrap' => '0',
44051   'schema_version' => '0',
44052   'weight' => '0',
44053   '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;}',
44054 ))
44055 ->values(array(
44056   'filename' => 'modules/rdf/tests/rdf_test.module',
44057   'name' => 'rdf_test',
44058   'type' => 'module',
44059   'owner' => '',
44060   'status' => '0',
44061   'bootstrap' => '0',
44062   'schema_version' => '-1',
44063   'weight' => '0',
44064   '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;}',
44065 ))
44066 ->values(array(
44067   'filename' => 'modules/search/search.module',
44068   'name' => 'search',
44069   'type' => 'module',
44070   'owner' => '',
44071   'status' => '1',
44072   'bootstrap' => '0',
44073   'schema_version' => '7000',
44074   'weight' => '0',
44075   '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;}',
44076 ))
44077 ->values(array(
44078   'filename' => 'modules/search/tests/search_embedded_form.module',
44079   'name' => 'search_embedded_form',
44080   'type' => 'module',
44081   'owner' => '',
44082   'status' => '0',
44083   'bootstrap' => '0',
44084   'schema_version' => '-1',
44085   'weight' => '0',
44086   '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;}',
44087 ))
44088 ->values(array(
44089   'filename' => 'modules/search/tests/search_extra_type.module',
44090   'name' => 'search_extra_type',
44091   'type' => 'module',
44092   'owner' => '',
44093   'status' => '0',
44094   'bootstrap' => '0',
44095   'schema_version' => '-1',
44096   'weight' => '0',
44097   '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;}',
44098 ))
44099 ->values(array(
44100   'filename' => 'modules/search/tests/search_node_tags.module',
44101   'name' => 'search_node_tags',
44102   'type' => 'module',
44103   'owner' => '',
44104   'status' => '0',
44105   'bootstrap' => '0',
44106   'schema_version' => '-1',
44107   'weight' => '0',
44108   '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;}',
44109 ))
44110 ->values(array(
44111   'filename' => 'modules/shortcut/shortcut.module',
44112   'name' => 'shortcut',
44113   'type' => 'module',
44114   'owner' => '',
44115   'status' => '1',
44116   'bootstrap' => '0',
44117   'schema_version' => '0',
44118   'weight' => '0',
44119   '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;}',
44120 ))
44121 ->values(array(
44122   'filename' => 'modules/simpletest/simpletest.module',
44123   'name' => 'simpletest',
44124   'type' => 'module',
44125   'owner' => '',
44126   'status' => '1',
44127   'bootstrap' => '0',
44128   'schema_version' => '0',
44129   'weight' => '0',
44130   '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;}',
44131 ))
44132 ->values(array(
44133   'filename' => 'modules/simpletest/tests/actions_loop_test.module',
44134   'name' => 'actions_loop_test',
44135   'type' => 'module',
44136   'owner' => '',
44137   'status' => '0',
44138   'bootstrap' => '0',
44139   'schema_version' => '-1',
44140   'weight' => '0',
44141   '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;}',
44142 ))
44143 ->values(array(
44144   'filename' => 'modules/simpletest/tests/ajax_forms_test.module',
44145   'name' => 'ajax_forms_test',
44146   'type' => 'module',
44147   'owner' => '',
44148   'status' => '0',
44149   'bootstrap' => '0',
44150   'schema_version' => '-1',
44151   'weight' => '0',
44152   '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;}',
44153 ))
44154 ->values(array(
44155   'filename' => 'modules/simpletest/tests/ajax_test.module',
44156   'name' => 'ajax_test',
44157   'type' => 'module',
44158   'owner' => '',
44159   'status' => '0',
44160   'bootstrap' => '0',
44161   'schema_version' => '-1',
44162   'weight' => '0',
44163   '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;}',
44164 ))
44165 ->values(array(
44166   'filename' => 'modules/simpletest/tests/batch_test.module',
44167   'name' => 'batch_test',
44168   'type' => 'module',
44169   'owner' => '',
44170   'status' => '0',
44171   'bootstrap' => '0',
44172   'schema_version' => '-1',
44173   'weight' => '0',
44174   '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;}',
44175 ))
44176 ->values(array(
44177   'filename' => 'modules/simpletest/tests/boot_test_1.module',
44178   'name' => 'boot_test_1',
44179   'type' => 'module',
44180   'owner' => '',
44181   'status' => '0',
44182   'bootstrap' => '0',
44183   'schema_version' => '-1',
44184   'weight' => '0',
44185   '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;}',
44186 ))
44187 ->values(array(
44188   'filename' => 'modules/simpletest/tests/boot_test_2.module',
44189   'name' => 'boot_test_2',
44190   'type' => 'module',
44191   'owner' => '',
44192   'status' => '0',
44193   'bootstrap' => '0',
44194   'schema_version' => '-1',
44195   'weight' => '0',
44196   '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;}',
44197 ))
44198 ->values(array(
44199   'filename' => 'modules/simpletest/tests/common_test.module',
44200   'name' => 'common_test',
44201   'type' => 'module',
44202   'owner' => '',
44203   'status' => '0',
44204   'bootstrap' => '0',
44205   'schema_version' => '-1',
44206   'weight' => '0',
44207   '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;}',
44208 ))
44209 ->values(array(
44210   'filename' => 'modules/simpletest/tests/common_test_cron_helper.module',
44211   'name' => 'common_test_cron_helper',
44212   'type' => 'module',
44213   'owner' => '',
44214   'status' => '0',
44215   'bootstrap' => '0',
44216   'schema_version' => '-1',
44217   'weight' => '0',
44218   '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;}',
44219 ))
44220 ->values(array(
44221   'filename' => 'modules/simpletest/tests/database_test.module',
44222   'name' => 'database_test',
44223   'type' => 'module',
44224   'owner' => '',
44225   'status' => '0',
44226   'bootstrap' => '0',
44227   'schema_version' => '-1',
44228   'weight' => '0',
44229   '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;}',
44230 ))
44231 ->values(array(
44232   'filename' => 'modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module',
44233   'name' => 'drupal_autoload_test',
44234   'type' => 'module',
44235   'owner' => '',
44236   'status' => '0',
44237   'bootstrap' => '0',
44238   'schema_version' => '-1',
44239   'weight' => '0',
44240   '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;}',
44241 ))
44242 ->values(array(
44243   'filename' => 'modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module',
44244   'name' => 'drupal_system_listing_compatible_test',
44245   'type' => 'module',
44246   'owner' => '',
44247   'status' => '0',
44248   'bootstrap' => '0',
44249   'schema_version' => '-1',
44250   'weight' => '0',
44251   '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;}',
44252 ))
44253 ->values(array(
44254   'filename' => 'modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module',
44255   'name' => 'drupal_system_listing_incompatible_test',
44256   'type' => 'module',
44257   'owner' => '',
44258   'status' => '0',
44259   'bootstrap' => '0',
44260   'schema_version' => '-1',
44261   'weight' => '0',
44262   '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;}',
44263 ))
44264 ->values(array(
44265   'filename' => 'modules/simpletest/tests/entity_cache_test.module',
44266   'name' => 'entity_cache_test',
44267   'type' => 'module',
44268   'owner' => '',
44269   'status' => '0',
44270   'bootstrap' => '0',
44271   'schema_version' => '-1',
44272   'weight' => '0',
44273   '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;}',
44274 ))
44275 ->values(array(
44276   'filename' => 'modules/simpletest/tests/entity_cache_test_dependency.module',
44277   'name' => 'entity_cache_test_dependency',
44278   'type' => 'module',
44279   'owner' => '',
44280   'status' => '0',
44281   'bootstrap' => '0',
44282   'schema_version' => '-1',
44283   'weight' => '0',
44284   '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;}',
44285 ))
44286 ->values(array(
44287   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.module',
44288   'name' => 'entity_crud_hook_test',
44289   'type' => 'module',
44290   'owner' => '',
44291   'status' => '0',
44292   'bootstrap' => '0',
44293   'schema_version' => '-1',
44294   'weight' => '0',
44295   '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;}',
44296 ))
44297 ->values(array(
44298   'filename' => 'modules/simpletest/tests/entity_query_access_test.module',
44299   'name' => 'entity_query_access_test',
44300   'type' => 'module',
44301   'owner' => '',
44302   'status' => '0',
44303   'bootstrap' => '0',
44304   'schema_version' => '-1',
44305   'weight' => '0',
44306   '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;}',
44307 ))
44308 ->values(array(
44309   'filename' => 'modules/simpletest/tests/error_test.module',
44310   'name' => 'error_test',
44311   'type' => 'module',
44312   'owner' => '',
44313   'status' => '0',
44314   'bootstrap' => '0',
44315   'schema_version' => '-1',
44316   'weight' => '0',
44317   '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;}',
44318 ))
44319 ->values(array(
44320   'filename' => 'modules/simpletest/tests/file_test.module',
44321   'name' => 'file_test',
44322   'type' => 'module',
44323   'owner' => '',
44324   'status' => '0',
44325   'bootstrap' => '0',
44326   'schema_version' => '-1',
44327   'weight' => '0',
44328   '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;}',
44329 ))
44330 ->values(array(
44331   'filename' => 'modules/simpletest/tests/filter_test.module',
44332   'name' => 'filter_test',
44333   'type' => 'module',
44334   'owner' => '',
44335   'status' => '0',
44336   'bootstrap' => '0',
44337   'schema_version' => '-1',
44338   'weight' => '0',
44339   '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;}',
44340 ))
44341 ->values(array(
44342   'filename' => 'modules/simpletest/tests/form_test.module',
44343   'name' => 'form_test',
44344   'type' => 'module',
44345   'owner' => '',
44346   'status' => '0',
44347   'bootstrap' => '0',
44348   'schema_version' => '-1',
44349   'weight' => '0',
44350   '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;}',
44351 ))
44352 ->values(array(
44353   'filename' => 'modules/simpletest/tests/image_test.module',
44354   'name' => 'image_test',
44355   'type' => 'module',
44356   'owner' => '',
44357   'status' => '0',
44358   'bootstrap' => '0',
44359   'schema_version' => '-1',
44360   'weight' => '0',
44361   '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;}',
44362 ))
44363 ->values(array(
44364   'filename' => 'modules/simpletest/tests/menu_test.module',
44365   'name' => 'menu_test',
44366   'type' => 'module',
44367   'owner' => '',
44368   'status' => '0',
44369   'bootstrap' => '0',
44370   'schema_version' => '-1',
44371   'weight' => '0',
44372   '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;}',
44373 ))
44374 ->values(array(
44375   'filename' => 'modules/simpletest/tests/module_test.module',
44376   'name' => 'module_test',
44377   'type' => 'module',
44378   'owner' => '',
44379   'status' => '0',
44380   'bootstrap' => '0',
44381   'schema_version' => '-1',
44382   'weight' => '0',
44383   '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;}',
44384 ))
44385 ->values(array(
44386   'filename' => 'modules/simpletest/tests/path_test.module',
44387   'name' => 'path_test',
44388   'type' => 'module',
44389   'owner' => '',
44390   'status' => '0',
44391   'bootstrap' => '0',
44392   'schema_version' => '-1',
44393   'weight' => '0',
44394   '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;}',
44395 ))
44396 ->values(array(
44397   'filename' => 'modules/simpletest/tests/psr_0_test/psr_0_test.module',
44398   'name' => 'psr_0_test',
44399   'type' => 'module',
44400   'owner' => '',
44401   'status' => '0',
44402   'bootstrap' => '0',
44403   'schema_version' => '-1',
44404   'weight' => '0',
44405   '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;}',
44406 ))
44407 ->values(array(
44408   'filename' => 'modules/simpletest/tests/psr_4_test/psr_4_test.module',
44409   'name' => 'psr_4_test',
44410   'type' => 'module',
44411   'owner' => '',
44412   'status' => '0',
44413   'bootstrap' => '0',
44414   'schema_version' => '-1',
44415   'weight' => '0',
44416   '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;}',
44417 ))
44418 ->values(array(
44419   'filename' => 'modules/simpletest/tests/requirements1_test.module',
44420   'name' => 'requirements1_test',
44421   'type' => 'module',
44422   'owner' => '',
44423   'status' => '0',
44424   'bootstrap' => '0',
44425   'schema_version' => '-1',
44426   'weight' => '0',
44427   '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;}",
44428 ))
44429 ->values(array(
44430   'filename' => 'modules/simpletest/tests/requirements2_test.module',
44431   'name' => 'requirements2_test',
44432   'type' => 'module',
44433   'owner' => '',
44434   'status' => '0',
44435   'bootstrap' => '0',
44436   'schema_version' => '-1',
44437   'weight' => '0',
44438   '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;}",
44439 ))
44440 ->values(array(
44441   'filename' => 'modules/simpletest/tests/session_test.module',
44442   'name' => 'session_test',
44443   'type' => 'module',
44444   'owner' => '',
44445   'status' => '0',
44446   'bootstrap' => '0',
44447   'schema_version' => '-1',
44448   'weight' => '0',
44449   '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;}',
44450 ))
44451 ->values(array(
44452   'filename' => 'modules/simpletest/tests/system_dependencies_test.module',
44453   'name' => 'system_dependencies_test',
44454   'type' => 'module',
44455   'owner' => '',
44456   'status' => '0',
44457   'bootstrap' => '0',
44458   'schema_version' => '-1',
44459   'weight' => '0',
44460   '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;}',
44461 ))
44462 ->values(array(
44463   'filename' => 'modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module',
44464   'name' => 'system_incompatible_core_version_dependencies_test',
44465   'type' => 'module',
44466   'owner' => '',
44467   'status' => '0',
44468   'bootstrap' => '0',
44469   'schema_version' => '-1',
44470   'weight' => '0',
44471   '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;}',
44472 ))
44473 ->values(array(
44474   'filename' => 'modules/simpletest/tests/system_incompatible_core_version_test.module',
44475   'name' => 'system_incompatible_core_version_test',
44476   'type' => 'module',
44477   'owner' => '',
44478   'status' => '0',
44479   'bootstrap' => '0',
44480   'schema_version' => '-1',
44481   'weight' => '0',
44482   '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;}',
44483 ))
44484 ->values(array(
44485   'filename' => 'modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module',
44486   'name' => 'system_incompatible_module_version_dependencies_test',
44487   'type' => 'module',
44488   'owner' => '',
44489   'status' => '0',
44490   'bootstrap' => '0',
44491   'schema_version' => '-1',
44492   'weight' => '0',
44493   '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;}',
44494 ))
44495 ->values(array(
44496   'filename' => 'modules/simpletest/tests/system_incompatible_module_version_test.module',
44497   'name' => 'system_incompatible_module_version_test',
44498   'type' => 'module',
44499   'owner' => '',
44500   'status' => '0',
44501   'bootstrap' => '0',
44502   'schema_version' => '-1',
44503   'weight' => '0',
44504   '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;}',
44505 ))
44506 ->values(array(
44507   'filename' => 'modules/simpletest/tests/system_project_namespace_test.module',
44508   'name' => 'system_project_namespace_test',
44509   'type' => 'module',
44510   'owner' => '',
44511   'status' => '0',
44512   'bootstrap' => '0',
44513   'schema_version' => '-1',
44514   'weight' => '0',
44515   '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;}',
44516 ))
44517 ->values(array(
44518   'filename' => 'modules/simpletest/tests/system_test.module',
44519   'name' => 'system_test',
44520   'type' => 'module',
44521   'owner' => '',
44522   'status' => '0',
44523   'bootstrap' => '0',
44524   'schema_version' => '-1',
44525   'weight' => '0',
44526   '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;}',
44527 ))
44528 ->values(array(
44529   'filename' => 'modules/simpletest/tests/taxonomy_test.module',
44530   'name' => 'taxonomy_test',
44531   'type' => 'module',
44532   'owner' => '',
44533   'status' => '0',
44534   'bootstrap' => '0',
44535   'schema_version' => '-1',
44536   'weight' => '0',
44537   '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;}',
44538 ))
44539 ->values(array(
44540   'filename' => 'modules/simpletest/tests/theme_test.module',
44541   'name' => 'theme_test',
44542   'type' => 'module',
44543   'owner' => '',
44544   'status' => '0',
44545   'bootstrap' => '0',
44546   'schema_version' => '-1',
44547   'weight' => '0',
44548   '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;}',
44549 ))
44550 ->values(array(
44551   'filename' => 'modules/simpletest/tests/update_script_test.module',
44552   'name' => 'update_script_test',
44553   'type' => 'module',
44554   'owner' => '',
44555   'status' => '0',
44556   'bootstrap' => '0',
44557   'schema_version' => '-1',
44558   'weight' => '0',
44559   '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;}',
44560 ))
44561 ->values(array(
44562   'filename' => 'modules/simpletest/tests/update_test_1.module',
44563   'name' => 'update_test_1',
44564   'type' => 'module',
44565   'owner' => '',
44566   'status' => '0',
44567   'bootstrap' => '0',
44568   'schema_version' => '-1',
44569   'weight' => '0',
44570   '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;}',
44571 ))
44572 ->values(array(
44573   'filename' => 'modules/simpletest/tests/update_test_2.module',
44574   'name' => 'update_test_2',
44575   'type' => 'module',
44576   'owner' => '',
44577   'status' => '0',
44578   'bootstrap' => '0',
44579   'schema_version' => '-1',
44580   'weight' => '0',
44581   '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;}',
44582 ))
44583 ->values(array(
44584   'filename' => 'modules/simpletest/tests/update_test_3.module',
44585   'name' => 'update_test_3',
44586   'type' => 'module',
44587   'owner' => '',
44588   'status' => '0',
44589   'bootstrap' => '0',
44590   'schema_version' => '-1',
44591   'weight' => '0',
44592   '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;}',
44593 ))
44594 ->values(array(
44595   'filename' => 'modules/simpletest/tests/url_alter_test.module',
44596   'name' => 'url_alter_test',
44597   'type' => 'module',
44598   'owner' => '',
44599   'status' => '0',
44600   'bootstrap' => '0',
44601   'schema_version' => '-1',
44602   'weight' => '0',
44603   '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;}',
44604 ))
44605 ->values(array(
44606   'filename' => 'modules/simpletest/tests/xmlrpc_test.module',
44607   'name' => 'xmlrpc_test',
44608   'type' => 'module',
44609   'owner' => '',
44610   'status' => '0',
44611   'bootstrap' => '0',
44612   'schema_version' => '-1',
44613   'weight' => '0',
44614   '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;}',
44615 ))
44616 ->values(array(
44617   'filename' => 'modules/statistics/statistics.module',
44618   'name' => 'statistics',
44619   'type' => 'module',
44620   'owner' => '',
44621   'status' => '1',
44622   'bootstrap' => '1',
44623   'schema_version' => '7000',
44624   'weight' => '0',
44625   '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;}',
44626 ))
44627 ->values(array(
44628   'filename' => 'modules/syslog/syslog.module',
44629   'name' => 'syslog',
44630   'type' => 'module',
44631   'owner' => '',
44632   'status' => '1',
44633   'bootstrap' => '1',
44634   'schema_version' => '0',
44635   'weight' => '0',
44636   '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;}',
44637 ))
44638 ->values(array(
44639   'filename' => 'modules/system/system.module',
44640   'name' => 'system',
44641   'type' => 'module',
44642   'owner' => '',
44643   'status' => '1',
44644   'bootstrap' => '1',
44645   'schema_version' => '7080',
44646   'weight' => '0',
44647   '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;}',
44648 ))
44649 ->values(array(
44650   'filename' => 'modules/system/tests/cron_queue_test.module',
44651   'name' => 'cron_queue_test',
44652   'type' => 'module',
44653   'owner' => '',
44654   'status' => '0',
44655   'bootstrap' => '0',
44656   'schema_version' => '-1',
44657   'weight' => '0',
44658   '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;}',
44659 ))
44660 ->values(array(
44661   'filename' => 'modules/taxonomy/taxonomy.module',
44662   'name' => 'taxonomy',
44663   'type' => 'module',
44664   'owner' => '',
44665   'status' => '1',
44666   'bootstrap' => '0',
44667   'schema_version' => '7011',
44668   'weight' => '0',
44669   '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>";}',
44670 ))
44671 ->values(array(
44672   'filename' => 'modules/toolbar/toolbar.module',
44673   'name' => 'toolbar',
44674   'type' => 'module',
44675   'owner' => '',
44676   'status' => '1',
44677   'bootstrap' => '0',
44678   'schema_version' => '0',
44679   'weight' => '0',
44680   '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;}',
44681 ))
44682 ->values(array(
44683   'filename' => 'modules/tracker/tracker.module',
44684   'name' => 'tracker',
44685   'type' => 'module',
44686   'owner' => '',
44687   'status' => '1',
44688   'bootstrap' => '0',
44689   'schema_version' => '7000',
44690   'weight' => '0',
44691   '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;}',
44692 ))
44693 ->values(array(
44694   'filename' => 'modules/translation/tests/translation_test.module',
44695   'name' => 'translation_test',
44696   'type' => 'module',
44697   'owner' => '',
44698   'status' => '0',
44699   'bootstrap' => '0',
44700   'schema_version' => '-1',
44701   'weight' => '0',
44702   '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;}',
44703 ))
44704 ->values(array(
44705   'filename' => 'modules/translation/translation.module',
44706   'name' => 'translation',
44707   'type' => 'module',
44708   'owner' => '',
44709   'status' => '1',
44710   'bootstrap' => '0',
44711   'schema_version' => '0',
44712   'weight' => '0',
44713   '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;}',
44714 ))
44715 ->values(array(
44716   'filename' => 'modules/trigger/tests/trigger_test.module',
44717   'name' => 'trigger_test',
44718   'type' => 'module',
44719   'owner' => '',
44720   'status' => '0',
44721   'bootstrap' => '0',
44722   'schema_version' => '-1',
44723   'weight' => '0',
44724   '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;}',
44725 ))
44726 ->values(array(
44727   'filename' => 'modules/trigger/trigger.module',
44728   'name' => 'trigger',
44729   'type' => 'module',
44730   'owner' => '',
44731   'status' => '1',
44732   'bootstrap' => '0',
44733   'schema_version' => '7002',
44734   'weight' => '0',
44735   '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;}',
44736 ))
44737 ->values(array(
44738   'filename' => 'modules/update/tests/aaa_update_test.module',
44739   'name' => 'aaa_update_test',
44740   'type' => 'module',
44741   'owner' => '',
44742   'status' => '0',
44743   'bootstrap' => '0',
44744   'schema_version' => '-1',
44745   'weight' => '0',
44746   '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;}',
44747 ))
44748 ->values(array(
44749   'filename' => 'modules/update/tests/bbb_update_test.module',
44750   'name' => 'bbb_update_test',
44751   'type' => 'module',
44752   'owner' => '',
44753   'status' => '0',
44754   'bootstrap' => '0',
44755   'schema_version' => '-1',
44756   'weight' => '0',
44757   '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;}',
44758 ))
44759 ->values(array(
44760   'filename' => 'modules/update/tests/ccc_update_test.module',
44761   'name' => 'ccc_update_test',
44762   'type' => 'module',
44763   'owner' => '',
44764   'status' => '0',
44765   'bootstrap' => '0',
44766   'schema_version' => '-1',
44767   'weight' => '0',
44768   '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;}',
44769 ))
44770 ->values(array(
44771   'filename' => 'modules/update/tests/update_test.module',
44772   'name' => 'update_test',
44773   'type' => 'module',
44774   'owner' => '',
44775   'status' => '0',
44776   'bootstrap' => '0',
44777   'schema_version' => '-1',
44778   'weight' => '0',
44779   '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;}',
44780 ))
44781 ->values(array(
44782   'filename' => 'modules/update/update.module',
44783   'name' => 'update',
44784   'type' => 'module',
44785   'owner' => '',
44786   'status' => '1',
44787   'bootstrap' => '0',
44788   'schema_version' => '7001',
44789   'weight' => '0',
44790   '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;}',
44791 ))
44792 ->values(array(
44793   'filename' => 'modules/user/tests/user_form_test.module',
44794   'name' => 'user_form_test',
44795   'type' => 'module',
44796   'owner' => '',
44797   'status' => '0',
44798   'bootstrap' => '0',
44799   'schema_version' => '-1',
44800   'weight' => '0',
44801   '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;}',
44802 ))
44803 ->values(array(
44804   'filename' => 'modules/user/user.module',
44805   'name' => 'user',
44806   'type' => 'module',
44807   'owner' => '',
44808   'status' => '1',
44809   'bootstrap' => '0',
44810   'schema_version' => '7018',
44811   'weight' => '0',
44812   '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;}',
44813 ))
44814 ->values(array(
44815   'filename' => 'profiles/standard/standard.profile',
44816   'name' => 'standard',
44817   'type' => 'module',
44818   'owner' => '',
44819   'status' => '1',
44820   'bootstrap' => '0',
44821   'schema_version' => '0',
44822   'weight' => '1000',
44823   '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";}',
44824 ))
44825 ->values(array(
44826   'filename' => 'sites/all/modules/ctools/bulk_export/bulk_export.module',
44827   'name' => 'bulk_export',
44828   'type' => 'module',
44829   'owner' => '',
44830   'status' => '0',
44831   'bootstrap' => '0',
44832   'schema_version' => '-1',
44833   'weight' => '0',
44834   '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;}',
44835 ))
44836 ->values(array(
44837   'filename' => 'sites/all/modules/ctools/ctools.module',
44838   'name' => 'ctools',
44839   'type' => 'module',
44840   'owner' => '',
44841   'status' => '0',
44842   'bootstrap' => '0',
44843   'schema_version' => '6008',
44844   'weight' => '0',
44845   '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;}',
44846 ))
44847 ->values(array(
44848   'filename' => 'sites/all/modules/ctools/ctools_access_ruleset/ctools_access_ruleset.module',
44849   'name' => 'ctools_access_ruleset',
44850   'type' => 'module',
44851   'owner' => '',
44852   'status' => '0',
44853   'bootstrap' => '0',
44854   'schema_version' => '-1',
44855   'weight' => '0',
44856   '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;}',
44857 ))
44858 ->values(array(
44859   'filename' => 'sites/all/modules/ctools/ctools_ajax_sample/ctools_ajax_sample.module',
44860   'name' => 'ctools_ajax_sample',
44861   'type' => 'module',
44862   'owner' => '',
44863   'status' => '0',
44864   'bootstrap' => '0',
44865   'schema_version' => '-1',
44866   'weight' => '0',
44867   '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;}',
44868 ))
44869 ->values(array(
44870   'filename' => 'sites/all/modules/ctools/ctools_custom_content/ctools_custom_content.module',
44871   'name' => 'ctools_custom_content',
44872   'type' => 'module',
44873   'owner' => '',
44874   'status' => '0',
44875   'bootstrap' => '0',
44876   'schema_version' => '-1',
44877   'weight' => '0',
44878   '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;}',
44879 ))
44880 ->values(array(
44881   'filename' => 'sites/all/modules/ctools/ctools_plugin_example/ctools_plugin_example.module',
44882   'name' => 'ctools_plugin_example',
44883   'type' => 'module',
44884   'owner' => '',
44885   'status' => '0',
44886   'bootstrap' => '0',
44887   'schema_version' => '-1',
44888   'weight' => '0',
44889   '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;}',
44890 ))
44891 ->values(array(
44892   'filename' => 'sites/all/modules/ctools/page_manager/page_manager.module',
44893   'name' => 'page_manager',
44894   'type' => 'module',
44895   'owner' => '',
44896   'status' => '0',
44897   'bootstrap' => '0',
44898   'schema_version' => '-1',
44899   'weight' => '0',
44900   '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;}',
44901 ))
44902 ->values(array(
44903   'filename' => 'sites/all/modules/ctools/stylizer/stylizer.module',
44904   'name' => 'stylizer',
44905   'type' => 'module',
44906   'owner' => '',
44907   'status' => '0',
44908   'bootstrap' => '0',
44909   'schema_version' => '-1',
44910   'weight' => '0',
44911   '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;}',
44912 ))
44913 ->values(array(
44914   'filename' => 'sites/all/modules/ctools/term_depth/term_depth.module',
44915   'name' => 'term_depth',
44916   'type' => 'module',
44917   'owner' => '',
44918   'status' => '0',
44919   'bootstrap' => '0',
44920   'schema_version' => '-1',
44921   'weight' => '0',
44922   '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;}',
44923 ))
44924 ->values(array(
44925   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export_test.module',
44926   'name' => 'ctools_export_test',
44927   'type' => 'module',
44928   'owner' => '',
44929   'status' => '0',
44930   'bootstrap' => '0',
44931   'schema_version' => '-1',
44932   'weight' => '0',
44933   '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;}',
44934 ))
44935 ->values(array(
44936   'filename' => 'sites/all/modules/ctools/tests/ctools_plugin_test.module',
44937   'name' => 'ctools_plugin_test',
44938   'type' => 'module',
44939   'owner' => '',
44940   'status' => '0',
44941   'bootstrap' => '0',
44942   'schema_version' => '-1',
44943   'weight' => '0',
44944   '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;}',
44945 ))
44946 ->values(array(
44947   'filename' => 'sites/all/modules/ctools/views_content/views_content.module',
44948   'name' => 'views_content',
44949   'type' => 'module',
44950   'owner' => '',
44951   'status' => '0',
44952   'bootstrap' => '0',
44953   'schema_version' => '-1',
44954   'weight' => '0',
44955   '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;}',
44956 ))
44957 ->values(array(
44958   'filename' => 'sites/all/modules/date/date.module',
44959   'name' => 'date',
44960   'type' => 'module',
44961   'owner' => '',
44962   'status' => '1',
44963   'bootstrap' => '0',
44964   'schema_version' => '7004',
44965   'weight' => '0',
44966   '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>";}',
44967 ))
44968 ->values(array(
44969   'filename' => 'sites/all/modules/date/date_all_day/date_all_day.module',
44970   'name' => 'date_all_day',
44971   'type' => 'module',
44972   'owner' => '',
44973   'status' => '0',
44974   'bootstrap' => '0',
44975   'schema_version' => '-1',
44976   'weight' => '0',
44977   '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;}",
44978 ))
44979 ->values(array(
44980   'filename' => 'sites/all/modules/date/date_api/date_api.module',
44981   'name' => 'date_api',
44982   'type' => 'module',
44983   'owner' => '',
44984   'status' => '1',
44985   'bootstrap' => '0',
44986   'schema_version' => '7001',
44987   'weight' => '0',
44988   '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;}',
44989 ))
44990 ->values(array(
44991   'filename' => 'sites/all/modules/date/date_context/date_context.module',
44992   'name' => 'date_context',
44993   'type' => 'module',
44994   'owner' => '',
44995   'status' => '0',
44996   'bootstrap' => '0',
44997   'schema_version' => '-1',
44998   'weight' => '0',
44999   '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;}',
45000 ))
45001 ->values(array(
45002   'filename' => 'sites/all/modules/date/date_migrate/date_migrate.module',
45003   'name' => 'date_migrate',
45004   'type' => 'module',
45005   'owner' => '',
45006   'status' => '0',
45007   'bootstrap' => '0',
45008   'schema_version' => '-1',
45009   'weight' => '0',
45010   '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;}',
45011 ))
45012 ->values(array(
45013   'filename' => 'sites/all/modules/date/date_migrate/date_migrate_example/date_migrate_example.module',
45014   'name' => 'date_migrate_example',
45015   'type' => 'module',
45016   'owner' => '',
45017   'status' => '0',
45018   'bootstrap' => '0',
45019   'schema_version' => '-1',
45020   'weight' => '0',
45021   '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;}',
45022 ))
45023 ->values(array(
45024   'filename' => 'sites/all/modules/date/date_popup/date_popup.module',
45025   'name' => 'date_popup',
45026   'type' => 'module',
45027   'owner' => '',
45028   'status' => '0',
45029   'bootstrap' => '0',
45030   'schema_version' => '-1',
45031   'weight' => '0',
45032   '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;}',
45033 ))
45034 ->values(array(
45035   'filename' => 'sites/all/modules/date/date_repeat/date_repeat.module',
45036   'name' => 'date_repeat',
45037   'type' => 'module',
45038   'owner' => '',
45039   'status' => '0',
45040   'bootstrap' => '0',
45041   'schema_version' => '-1',
45042   'weight' => '0',
45043   '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;}',
45044 ))
45045 ->values(array(
45046   'filename' => 'sites/all/modules/date/date_repeat_field/date_repeat_field.module',
45047   'name' => 'date_repeat_field',
45048   'type' => 'module',
45049   'owner' => '',
45050   'status' => '0',
45051   'bootstrap' => '0',
45052   'schema_version' => '-1',
45053   'weight' => '0',
45054   '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;}',
45055 ))
45056 ->values(array(
45057   'filename' => 'sites/all/modules/date/date_tools/date_tools.module',
45058   'name' => 'date_tools',
45059   'type' => 'module',
45060   'owner' => '',
45061   'status' => '0',
45062   'bootstrap' => '0',
45063   'schema_version' => '-1',
45064   'weight' => '0',
45065   '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;}',
45066 ))
45067 ->values(array(
45068   'filename' => 'sites/all/modules/date/date_views/date_views.module',
45069   'name' => 'date_views',
45070   'type' => 'module',
45071   'owner' => '',
45072   'status' => '0',
45073   'bootstrap' => '0',
45074   'schema_version' => '-1',
45075   'weight' => '0',
45076   '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;}',
45077 ))
45078 ->values(array(
45079   'filename' => 'sites/all/modules/email/email.module',
45080   'name' => 'email',
45081   'type' => 'module',
45082   'owner' => '',
45083   'status' => '1',
45084   'bootstrap' => '0',
45085   'schema_version' => '0',
45086   'weight' => '0',
45087   '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>";}',
45088 ))
45089 ->values(array(
45090   'filename' => 'sites/all/modules/entity/entity.module',
45091   'name' => 'entity',
45092   'type' => 'module',
45093   'owner' => '',
45094   'status' => '1',
45095   'bootstrap' => '0',
45096   'schema_version' => '7003',
45097   'weight' => '0',
45098   '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;}',
45099 ))
45100 ->values(array(
45101   'filename' => 'sites/all/modules/entity/entity_token.module',
45102   'name' => 'entity_token',
45103   'type' => 'module',
45104   'owner' => '',
45105   'status' => '0',
45106   'bootstrap' => '0',
45107   'schema_version' => '-1',
45108   'weight' => '0',
45109   '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;}',
45110 ))
45111 ->values(array(
45112   'filename' => 'sites/all/modules/entity/tests/entity_feature.module',
45113   'name' => 'entity_feature',
45114   'type' => 'module',
45115   'owner' => '',
45116   'status' => '0',
45117   'bootstrap' => '0',
45118   'schema_version' => '-1',
45119   'weight' => '0',
45120   '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;}',
45121 ))
45122 ->values(array(
45123   'filename' => 'sites/all/modules/entity/tests/entity_test.module',
45124   'name' => 'entity_test',
45125   'type' => 'module',
45126   'owner' => '',
45127   'status' => '0',
45128   'bootstrap' => '0',
45129   'schema_version' => '-1',
45130   'weight' => '0',
45131   '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;}',
45132 ))
45133 ->values(array(
45134   'filename' => 'sites/all/modules/entity/tests/entity_test_i18n.module',
45135   'name' => 'entity_test_i18n',
45136   'type' => 'module',
45137   'owner' => '',
45138   'status' => '0',
45139   'bootstrap' => '0',
45140   'schema_version' => '-1',
45141   'weight' => '0',
45142   '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;}',
45143 ))
45144 ->values(array(
45145   'filename' => 'sites/all/modules/entityreference/entityreference.module',
45146   'name' => 'entityreference',
45147   'type' => 'module',
45148   'owner' => '',
45149   'status' => '1',
45150   'bootstrap' => '0',
45151   'schema_version' => '7002',
45152   'weight' => '0',
45153   '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>";}',
45154 ))
45155 ->values(array(
45156   'filename' => 'sites/all/modules/entityreference/examples/entityreference_behavior_example/entityreference_behavior_example.module',
45157   'name' => 'entityreference_behavior_example',
45158   'type' => 'module',
45159   'owner' => '',
45160   'status' => '0',
45161   'bootstrap' => '0',
45162   'schema_version' => '-1',
45163   'weight' => '0',
45164   '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;}',
45165 ))
45166 ->values(array(
45167   'filename' => 'sites/all/modules/entityreference/tests/modules/entityreference_feeds_test/entityreference_feeds_test.module',
45168   'name' => 'entityreference_feeds_test',
45169   'type' => 'module',
45170   'owner' => '',
45171   'status' => '0',
45172   'bootstrap' => '0',
45173   'schema_version' => '-1',
45174   'weight' => '0',
45175   '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;}',
45176 ))
45177 ->values(array(
45178   'filename' => 'sites/all/modules/link/link.module',
45179   'name' => 'link',
45180   'type' => 'module',
45181   'owner' => '',
45182   'status' => '1',
45183   'bootstrap' => '0',
45184   'schema_version' => '7001',
45185   'weight' => '0',
45186   '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>";}',
45187 ))
45188 ->values(array(
45189   'filename' => 'sites/all/modules/phone/phone.module',
45190   'name' => 'phone',
45191   'type' => 'module',
45192   'owner' => '',
45193   'status' => '1',
45194   'bootstrap' => '0',
45195   'schema_version' => '0',
45196   'weight' => '0',
45197   '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>";}',
45198 ))
45199 ->values(array(
45200   'filename' => 'sites/all/modules/views/views.module',
45201   'name' => 'views',
45202   'type' => 'module',
45203   'owner' => '',
45204   'status' => '0',
45205   'bootstrap' => '0',
45206   'schema_version' => '7301',
45207   'weight' => '10',
45208   '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;}',
45209 ))
45210 ->values(array(
45211   'filename' => 'sites/all/modules/views/views_ui.module',
45212   'name' => 'views_ui',
45213   'type' => 'module',
45214   'owner' => '',
45215   'status' => '0',
45216   'bootstrap' => '0',
45217   'schema_version' => '0',
45218   'weight' => '0',
45219   '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;}',
45220 ))
45221 ->values(array(
45222   'filename' => 'themes/bartik/bartik.info',
45223   'name' => 'bartik',
45224   'type' => 'theme',
45225   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
45226   'status' => '1',
45227   'bootstrap' => '0',
45228   'schema_version' => '-1',
45229   'weight' => '0',
45230   '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";}}',
45231 ))
45232 ->values(array(
45233   'filename' => 'themes/garland/garland.info',
45234   'name' => 'garland',
45235   'type' => 'theme',
45236   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
45237   'status' => '0',
45238   'bootstrap' => '0',
45239   'schema_version' => '-1',
45240   'weight' => '0',
45241   '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";}}',
45242 ))
45243 ->values(array(
45244   'filename' => 'themes/seven/seven.info',
45245   'name' => 'seven',
45246   'type' => 'theme',
45247   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
45248   'status' => '1',
45249   'bootstrap' => '0',
45250   'schema_version' => '-1',
45251   'weight' => '0',
45252   '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";}}',
45253 ))
45254 ->values(array(
45255   'filename' => 'themes/stark/stark.info',
45256   'name' => 'stark',
45257   'type' => 'theme',
45258   'owner' => 'themes/engines/phptemplate/phptemplate.engine',
45259   'status' => '0',
45260   'bootstrap' => '0',
45261   'schema_version' => '-1',
45262   'weight' => '0',
45263   '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\";}}",
45264 ))
45265 ->execute();
45266
45267 $connection->schema()->createTable('taxonomy_index', array(
45268   'fields' => array(
45269     'nid' => array(
45270       'type' => 'int',
45271       'not null' => TRUE,
45272       'size' => 'normal',
45273       'default' => '0',
45274       'unsigned' => TRUE,
45275     ),
45276     'tid' => array(
45277       'type' => 'int',
45278       'not null' => TRUE,
45279       'size' => 'normal',
45280       'default' => '0',
45281       'unsigned' => TRUE,
45282     ),
45283     'sticky' => array(
45284       'type' => 'int',
45285       'not null' => FALSE,
45286       'size' => 'normal',
45287       'default' => '0',
45288     ),
45289     'created' => array(
45290       'type' => 'int',
45291       'not null' => TRUE,
45292       'size' => 'normal',
45293       'default' => '0',
45294     ),
45295   ),
45296   'mysql_character_set' => 'utf8',
45297 ));
45298
45299 $connection->insert('taxonomy_index')
45300 ->fields(array(
45301   'nid',
45302   'tid',
45303   'sticky',
45304   'created',
45305 ))
45306 ->values(array(
45307   'nid' => '1',
45308   'tid' => '4',
45309   'sticky' => '0',
45310   'created' => '1421727515',
45311 ))
45312 ->values(array(
45313   'nid' => '2',
45314   'tid' => '9',
45315   'sticky' => '0',
45316   'created' => '1441306772',
45317 ))
45318 ->values(array(
45319   'nid' => '2',
45320   'tid' => '14',
45321   'sticky' => '0',
45322   'created' => '1441306772',
45323 ))
45324 ->values(array(
45325   'nid' => '2',
45326   'tid' => '17',
45327   'sticky' => '0',
45328   'created' => '1441306772',
45329 ))
45330 ->values(array(
45331   'nid' => '3',
45332   'tid' => '9',
45333   'sticky' => '0',
45334   'created' => '1471428152',
45335 ))
45336 ->values(array(
45337   'nid' => '3',
45338   'tid' => '14',
45339   'sticky' => '0',
45340   'created' => '1471428152',
45341 ))
45342 ->values(array(
45343   'nid' => '3',
45344   'tid' => '17',
45345   'sticky' => '0',
45346   'created' => '1471428152',
45347 ))
45348 ->values(array(
45349   'nid' => '1',
45350   'tid' => '4',
45351   'sticky' => '0',
45352   'created' => '1421727515',
45353 ))
45354 ->values(array(
45355   'nid' => '1',
45356   'tid' => '17',
45357   'sticky' => '0',
45358   'created' => '1421727515',
45359 ))
45360 ->values(array(
45361   'nid' => '1',
45362   'tid' => '15',
45363   'sticky' => '0',
45364   'created' => '1421727515',
45365 ))
45366 ->values(array(
45367   'nid' => '6',
45368   'tid' => '1',
45369   'sticky' => '0',
45370   'created' => '1504715414',
45371 ))
45372 ->values(array(
45373   'nid' => '7',
45374   'tid' => '1',
45375   'sticky' => '0',
45376   'created' => '1504715432',
45377 ))
45378 ->execute();
45379
45380 $connection->schema()->createTable('taxonomy_term_data', array(
45381   'fields' => array(
45382     'tid' => array(
45383       'type' => 'serial',
45384       'not null' => TRUE,
45385       'size' => 'normal',
45386       'unsigned' => TRUE,
45387     ),
45388     'vid' => array(
45389       'type' => 'int',
45390       'not null' => TRUE,
45391       'size' => 'normal',
45392       'default' => '0',
45393       'unsigned' => TRUE,
45394     ),
45395     'name' => array(
45396       'type' => 'varchar',
45397       'not null' => TRUE,
45398       'length' => '255',
45399       'default' => '',
45400     ),
45401     'description' => array(
45402       'type' => 'text',
45403       'not null' => FALSE,
45404       'size' => 'normal',
45405     ),
45406     'format' => array(
45407       'type' => 'varchar',
45408       'not null' => FALSE,
45409       'length' => '255',
45410     ),
45411     'weight' => array(
45412       'type' => 'int',
45413       'not null' => TRUE,
45414       'size' => 'normal',
45415       'default' => '0',
45416     ),
45417   ),
45418   'primary key' => array(
45419     'tid',
45420   ),
45421   'mysql_character_set' => 'utf8',
45422 ));
45423
45424 $connection->insert('taxonomy_term_data')
45425 ->fields(array(
45426   'tid',
45427   'vid',
45428   'name',
45429   'description',
45430   'format',
45431   'weight',
45432 ))
45433 ->values(array(
45434   'tid' => '1',
45435   'vid' => '2',
45436   'name' => 'General discussion',
45437   'description' => '',
45438   'format' => NULL,
45439   'weight' => '2',
45440 ))
45441 ->values(array(
45442   'tid' => '2',
45443   'vid' => '3',
45444   'name' => 'Term1',
45445   'description' => 'The first term.',
45446   'format' => 'filtered_html',
45447   'weight' => '0',
45448 ))
45449 ->values(array(
45450   'tid' => '3',
45451   'vid' => '3',
45452   'name' => 'Term2',
45453   'description' => 'The second term.',
45454   'format' => 'filtered_html',
45455   'weight' => '0',
45456 ))
45457 ->values(array(
45458   'tid' => '4',
45459   'vid' => '3',
45460   'name' => 'Term3',
45461   'description' => 'The third term.',
45462   'format' => 'full_html',
45463   'weight' => '0',
45464 ))
45465 ->values(array(
45466   'tid' => '5',
45467   'vid' => '2',
45468   'name' => 'Custom Forum',
45469   'description' => 'Where the cool kids are.',
45470   'format' => NULL,
45471   'weight' => '3',
45472 ))
45473 ->values(array(
45474   'tid' => '6',
45475   'vid' => '2',
45476   'name' => 'Games',
45477   'description' => '',
45478   'format' => NULL,
45479   'weight' => '4',
45480 ))
45481 ->values(array(
45482   'tid' => '7',
45483   'vid' => '2',
45484   'name' => 'Minecraft',
45485   'description' => '',
45486   'format' => NULL,
45487   'weight' => '1',
45488 ))
45489 ->values(array(
45490   'tid' => '8',
45491   'vid' => '2',
45492   'name' => 'Half Life 3',
45493   'description' => '',
45494   'format' => NULL,
45495   'weight' => '0',
45496 ))
45497 ->values(array(
45498   'tid' => '9',
45499   'vid' => '1',
45500   'name' => 'Benjamin Sisko',
45501   'description' => 'Portrayed by Avery Brooks',
45502   'format' => 'filtered_html',
45503   'weight' => '0',
45504 ))
45505 ->values(array(
45506   'tid' => '10',
45507   'vid' => '1',
45508   'name' => 'Kira Nerys',
45509   'description' => 'Portrayed by Nana Visitor',
45510   'format' => 'filtered_html',
45511   'weight' => '0',
45512 ))
45513 ->values(array(
45514   'tid' => '11',
45515   'vid' => '1',
45516   'name' => 'Dax',
45517   'description' => 'Portrayed by Terry Farrell',
45518   'format' => 'filtered_html',
45519   'weight' => '0',
45520 ))
45521 ->values(array(
45522   'tid' => '12',
45523   'vid' => '1',
45524   'name' => 'Jake Sisko',
45525   'description' => 'Portrayed by Cirroc Lofton',
45526   'format' => 'filtered_html',
45527   'weight' => '0',
45528 ))
45529 ->values(array(
45530   'tid' => '13',
45531   'vid' => '1',
45532   'name' => 'Gul Dukat',
45533   'description' => 'Portrayed by Marc Alaimo',
45534   'format' => 'filtered_html',
45535   'weight' => '0',
45536 ))
45537 ->values(array(
45538   'tid' => '14',
45539   'vid' => '1',
45540   'name' => 'Odo',
45541   'description' => 'Portrayed by Rene Auberjonois',
45542   'format' => 'filtered_html',
45543   'weight' => '0',
45544 ))
45545 ->values(array(
45546   'tid' => '15',
45547   'vid' => '1',
45548   'name' => 'Worf',
45549   'description' => 'Portrayed by Michael Dorn',
45550   'format' => 'filtered_html',
45551   'weight' => '0',
45552 ))
45553 ->values(array(
45554   'tid' => '16',
45555   'vid' => '1',
45556   'name' => "Miles O'Brien",
45557   'description' => 'Portrayed by Colm Meaney',
45558   'format' => 'filtered_html',
45559   'weight' => '0',
45560 ))
45561 ->values(array(
45562   'tid' => '17',
45563   'vid' => '1',
45564   'name' => 'Quark',
45565   'description' => 'Portrayed by Armin Shimerman',
45566   'format' => 'filtered_html',
45567   'weight' => '0',
45568 ))
45569 ->values(array(
45570   'tid' => '18',
45571   'vid' => '1',
45572   'name' => 'Elim Garak',
45573   'description' => 'Portrayed by Andrew Robinson',
45574   'format' => 'filtered_html',
45575   'weight' => '0',
45576 ))
45577 ->execute();
45578
45579 $connection->schema()->createTable('taxonomy_term_hierarchy', array(
45580   'fields' => array(
45581     'tid' => array(
45582       'type' => 'int',
45583       'not null' => TRUE,
45584       'size' => 'normal',
45585       'default' => '0',
45586       'unsigned' => TRUE,
45587     ),
45588     'parent' => array(
45589       'type' => 'int',
45590       'not null' => TRUE,
45591       'size' => 'normal',
45592       'default' => '0',
45593       'unsigned' => TRUE,
45594     ),
45595   ),
45596   'primary key' => array(
45597     'tid',
45598     'parent',
45599   ),
45600   'mysql_character_set' => 'utf8',
45601 ));
45602
45603 $connection->insert('taxonomy_term_hierarchy')
45604 ->fields(array(
45605   'tid',
45606   'parent',
45607 ))
45608 ->values(array(
45609   'tid' => '1',
45610   'parent' => '0',
45611 ))
45612 ->values(array(
45613   'tid' => '2',
45614   'parent' => '0',
45615 ))
45616 ->values(array(
45617   'tid' => '3',
45618   'parent' => '0',
45619 ))
45620 ->values(array(
45621   'tid' => '5',
45622   'parent' => '0',
45623 ))
45624 ->values(array(
45625   'tid' => '6',
45626   'parent' => '0',
45627 ))
45628 ->values(array(
45629   'tid' => '9',
45630   'parent' => '0',
45631 ))
45632 ->values(array(
45633   'tid' => '10',
45634   'parent' => '0',
45635 ))
45636 ->values(array(
45637   'tid' => '11',
45638   'parent' => '0',
45639 ))
45640 ->values(array(
45641   'tid' => '12',
45642   'parent' => '0',
45643 ))
45644 ->values(array(
45645   'tid' => '13',
45646   'parent' => '0',
45647 ))
45648 ->values(array(
45649   'tid' => '14',
45650   'parent' => '0',
45651 ))
45652 ->values(array(
45653   'tid' => '15',
45654   'parent' => '0',
45655 ))
45656 ->values(array(
45657   'tid' => '16',
45658   'parent' => '0',
45659 ))
45660 ->values(array(
45661   'tid' => '17',
45662   'parent' => '0',
45663 ))
45664 ->values(array(
45665   'tid' => '18',
45666   'parent' => '0',
45667 ))
45668 ->values(array(
45669   'tid' => '4',
45670   'parent' => '3',
45671 ))
45672 ->values(array(
45673   'tid' => '7',
45674   'parent' => '6',
45675 ))
45676 ->values(array(
45677   'tid' => '8',
45678   'parent' => '6',
45679 ))
45680 ->execute();
45681
45682 $connection->schema()->createTable('taxonomy_vocabulary', array(
45683   'fields' => array(
45684     'vid' => array(
45685       'type' => 'serial',
45686       'not null' => TRUE,
45687       'size' => 'normal',
45688       'unsigned' => TRUE,
45689     ),
45690     'name' => array(
45691       'type' => 'varchar',
45692       'not null' => TRUE,
45693       'length' => '255',
45694       'default' => '',
45695     ),
45696     'machine_name' => array(
45697       'type' => 'varchar',
45698       'not null' => TRUE,
45699       'length' => '255',
45700       'default' => '',
45701     ),
45702     'description' => array(
45703       'type' => 'text',
45704       'not null' => FALSE,
45705       'size' => 'normal',
45706     ),
45707     'hierarchy' => array(
45708       'type' => 'int',
45709       'not null' => TRUE,
45710       'size' => 'normal',
45711       'default' => '0',
45712       'unsigned' => TRUE,
45713     ),
45714     'module' => array(
45715       'type' => 'varchar',
45716       'not null' => TRUE,
45717       'length' => '255',
45718       'default' => '',
45719     ),
45720     'weight' => array(
45721       'type' => 'int',
45722       'not null' => TRUE,
45723       'size' => 'normal',
45724       'default' => '0',
45725     ),
45726   ),
45727   'primary key' => array(
45728     'vid',
45729   ),
45730   'mysql_character_set' => 'utf8',
45731 ));
45732
45733 $connection->insert('taxonomy_vocabulary')
45734 ->fields(array(
45735   'vid',
45736   'name',
45737   'machine_name',
45738   'description',
45739   'hierarchy',
45740   'module',
45741   'weight',
45742 ))
45743 ->values(array(
45744   'vid' => '1',
45745   'name' => 'Tags',
45746   'machine_name' => 'tags',
45747   'description' => 'Use tags to group articles on similar topics into categories.',
45748   'hierarchy' => '0',
45749   'module' => 'taxonomy',
45750   'weight' => '0',
45751 ))
45752 ->values(array(
45753   'vid' => '2',
45754   'name' => 'Sujet de discussion',
45755   'machine_name' => 'sujet_de_discussion',
45756   'description' => 'Forum navigation vocabulary',
45757   'hierarchy' => '1',
45758   'module' => 'forum',
45759   'weight' => '-10',
45760 ))
45761 ->values(array(
45762   'vid' => '3',
45763   'name' => 'Test Vocabulary',
45764   'machine_name' => 'test_vocabulary',
45765   'description' => 'This is the vocabulary description',
45766   'hierarchy' => '1',
45767   'module' => 'taxonomy',
45768   'weight' => '0',
45769 ))
45770 ->values(array(
45771   'vid' => '4',
45772   'name' => 'vocabulary name clearly different than machine name and much longer than thirty two characters',
45773   'machine_name' => 'vocabulary_name_much_longer_than_thirty_two_characters',
45774   'description' => 'description of vocabulary name much longer than thirty two characters',
45775   'hierarchy' => '1',
45776   'module' => 'taxonomy',
45777   'weight' => '0',
45778 ))
45779 ->execute();
45780
45781 $connection->schema()->createTable('tracker_node', array(
45782   'fields' => array(
45783     'nid' => array(
45784       'type' => 'int',
45785       'not null' => TRUE,
45786       'size' => 'normal',
45787       'default' => '0',
45788       'unsigned' => TRUE,
45789     ),
45790     'published' => array(
45791       'type' => 'int',
45792       'not null' => FALSE,
45793       'size' => 'normal',
45794       'default' => '0',
45795     ),
45796     'changed' => array(
45797       'type' => 'int',
45798       'not null' => TRUE,
45799       'size' => 'normal',
45800       'default' => '0',
45801       'unsigned' => TRUE,
45802     ),
45803   ),
45804   'primary key' => array(
45805     'nid',
45806   ),
45807   'mysql_character_set' => 'utf8',
45808 ));
45809
45810 $connection->insert('tracker_node')
45811 ->fields(array(
45812   'nid',
45813   'published',
45814   'changed',
45815 ))
45816 ->values(array(
45817   'nid' => '1',
45818   'published' => '1',
45819   'changed' => '1421727536',
45820 ))
45821 ->execute();
45822
45823 $connection->schema()->createTable('tracker_user', array(
45824   'fields' => array(
45825     'nid' => array(
45826       'type' => 'int',
45827       'not null' => TRUE,
45828       'size' => 'normal',
45829       'default' => '0',
45830       'unsigned' => TRUE,
45831     ),
45832     'uid' => array(
45833       'type' => 'int',
45834       'not null' => TRUE,
45835       'size' => 'normal',
45836       'default' => '0',
45837     ),
45838     'published' => array(
45839       'type' => 'int',
45840       'not null' => FALSE,
45841       'size' => 'normal',
45842       'default' => '0',
45843     ),
45844     'changed' => array(
45845       'type' => 'int',
45846       'not null' => TRUE,
45847       'size' => 'normal',
45848       'default' => '0',
45849       'unsigned' => TRUE,
45850     ),
45851   ),
45852   'primary key' => array(
45853     'nid',
45854     'uid',
45855   ),
45856   'mysql_character_set' => 'utf8',
45857 ));
45858
45859 $connection->insert('tracker_user')
45860 ->fields(array(
45861   'nid',
45862   'uid',
45863   'published',
45864   'changed',
45865 ))
45866 ->values(array(
45867   'nid' => '1',
45868   'uid' => '2',
45869   'published' => '1',
45870   'changed' => '1421727536',
45871 ))
45872 ->execute();
45873
45874 $connection->schema()->createTable('trigger_assignments', array(
45875   'fields' => array(
45876     'hook' => array(
45877       'type' => 'varchar',
45878       'not null' => TRUE,
45879       'length' => '78',
45880       'default' => '',
45881     ),
45882     'aid' => array(
45883       'type' => 'varchar',
45884       'not null' => TRUE,
45885       'length' => '255',
45886       'default' => '',
45887     ),
45888     'weight' => array(
45889       'type' => 'int',
45890       'not null' => TRUE,
45891       'size' => 'normal',
45892       'default' => '0',
45893     ),
45894   ),
45895   'primary key' => array(
45896     'hook',
45897     'aid',
45898   ),
45899   'mysql_character_set' => 'utf8',
45900 ));
45901
45902 $connection->insert('trigger_assignments')
45903 ->fields(array(
45904   'hook',
45905   'aid',
45906   'weight',
45907 ))
45908 ->values(array(
45909   'hook' => 'comment_presave',
45910   'aid' => 'comment_publish_action',
45911   'weight' => '1',
45912 ))
45913 ->execute();
45914
45915 $connection->schema()->createTable('url_alias', array(
45916   'fields' => array(
45917     'pid' => array(
45918       'type' => 'serial',
45919       'not null' => TRUE,
45920       'size' => 'normal',
45921       'unsigned' => TRUE,
45922     ),
45923     'source' => array(
45924       'type' => 'varchar',
45925       'not null' => TRUE,
45926       'length' => '255',
45927       'default' => '',
45928     ),
45929     'alias' => array(
45930       'type' => 'varchar',
45931       'not null' => TRUE,
45932       'length' => '255',
45933       'default' => '',
45934     ),
45935     'language' => array(
45936       'type' => 'varchar',
45937       'not null' => TRUE,
45938       'length' => '12',
45939       'default' => '',
45940     ),
45941   ),
45942   'primary key' => array(
45943     'pid',
45944   ),
45945   'mysql_character_set' => 'utf8',
45946 ));
45947
45948 $connection->insert('url_alias')
45949 ->fields(array(
45950   'pid',
45951   'source',
45952   'alias',
45953   'language',
45954 ))
45955 ->values(array(
45956   'pid' => '1',
45957   'source' => 'taxonomy/term/4',
45958   'alias' => 'term33',
45959   'language' => 'und',
45960 ))
45961 ->values(array(
45962   'pid' => '2',
45963   'source' => 'node/2',
45964   'alias' => 'deep-space-9',
45965   'language' => 'en',
45966 ))
45967 ->values(array(
45968   'pid' => '3',
45969   'source' => 'node/3',
45970   'alias' => 'deep-space-9-is',
45971   'language' => 'is',
45972 ))
45973 ->values(array(
45974   'pid' => '4',
45975   'source' => 'node/4',
45976   'alias' => 'firefly-is',
45977   'language' => 'is',
45978 ))
45979 ->values(array(
45980   'pid' => '5',
45981   'source' => 'node/5',
45982   'alias' => 'firefly',
45983   'language' => 'en',
45984 ))
45985 ->execute();
45986
45987 $connection->schema()->createTable('users', array(
45988   'fields' => array(
45989     'uid' => array(
45990       'type' => 'int',
45991       'not null' => TRUE,
45992       'size' => 'normal',
45993       'default' => '0',
45994       'unsigned' => TRUE,
45995     ),
45996     'name' => array(
45997       'type' => 'varchar',
45998       'not null' => TRUE,
45999       'length' => '60',
46000       'default' => '',
46001     ),
46002     'pass' => array(
46003       'type' => 'varchar',
46004       'not null' => TRUE,
46005       'length' => '128',
46006       'default' => '',
46007     ),
46008     'mail' => array(
46009       'type' => 'varchar',
46010       'not null' => FALSE,
46011       'length' => '254',
46012       'default' => '',
46013     ),
46014     'theme' => array(
46015       'type' => 'varchar',
46016       'not null' => TRUE,
46017       'length' => '255',
46018       'default' => '',
46019     ),
46020     'signature' => array(
46021       'type' => 'varchar',
46022       'not null' => TRUE,
46023       'length' => '255',
46024       'default' => '',
46025     ),
46026     'signature_format' => array(
46027       'type' => 'varchar',
46028       'not null' => FALSE,
46029       'length' => '255',
46030     ),
46031     'created' => array(
46032       'type' => 'int',
46033       'not null' => TRUE,
46034       'size' => 'normal',
46035       'default' => '0',
46036     ),
46037     'access' => array(
46038       'type' => 'int',
46039       'not null' => TRUE,
46040       'size' => 'normal',
46041       'default' => '0',
46042     ),
46043     'login' => array(
46044       'type' => 'int',
46045       'not null' => TRUE,
46046       'size' => 'normal',
46047       'default' => '0',
46048     ),
46049     'status' => array(
46050       'type' => 'int',
46051       'not null' => TRUE,
46052       'size' => 'normal',
46053       'default' => '0',
46054     ),
46055     'timezone' => array(
46056       'type' => 'varchar',
46057       'not null' => FALSE,
46058       'length' => '32',
46059     ),
46060     'language' => array(
46061       'type' => 'varchar',
46062       'not null' => TRUE,
46063       'length' => '12',
46064       'default' => '',
46065     ),
46066     'picture' => array(
46067       'type' => 'int',
46068       'not null' => TRUE,
46069       'size' => 'normal',
46070       'default' => '0',
46071     ),
46072     'init' => array(
46073       'type' => 'varchar',
46074       'not null' => FALSE,
46075       'length' => '254',
46076       'default' => '',
46077     ),
46078     'data' => array(
46079       'type' => 'blob',
46080       'not null' => FALSE,
46081       'size' => 'normal',
46082     ),
46083   ),
46084   'primary key' => array(
46085     'uid',
46086   ),
46087   'mysql_character_set' => 'utf8',
46088 ));
46089
46090 $connection->insert('users')
46091 ->fields(array(
46092   'uid',
46093   'name',
46094   'pass',
46095   'mail',
46096   'theme',
46097   'signature',
46098   'signature_format',
46099   'created',
46100   'access',
46101   'login',
46102   'status',
46103   'timezone',
46104   'language',
46105   'picture',
46106   'init',
46107   'data',
46108 ))
46109 ->values(array(
46110   'uid' => '1',
46111   'name' => 'admin',
46112   'pass' => '$S$D/HVkgCg1Hvi7DN5KVSgNl.2C5g8W6oe/OoIRMUlyjkmPugQRhoB',
46113   'mail' => 'admin@local.host',
46114   'theme' => '',
46115   'signature' => '',
46116   'signature_format' => NULL,
46117   'created' => '0',
46118   'access' => '1444945097',
46119   'login' => '1444945097',
46120   'status' => '1',
46121   'timezone' => NULL,
46122   'language' => '',
46123   'picture' => '0',
46124   'init' => '',
46125   'data' => 'a:1:{s:7:"contact";i:1;}',
46126 ))
46127 ->values(array(
46128   'uid' => '2',
46129   'name' => 'Odo',
46130   'pass' => '$S$DGFZUE.FhrXbe4y52eC7p0ZVRGD/gOPtVctDlmC89qkujnBokAlJ',
46131   'mail' => 'odo@local.host',
46132   'theme' => '',
46133   'signature' => '',
46134   'signature_format' => 'filtered_html',
46135   'created' => '1440532218',
46136   'access' => '0',
46137   'login' => '0',
46138   'status' => '1',
46139   'timezone' => 'America/Chicago',
46140   'language' => 'is',
46141   'picture' => '0',
46142   'init' => 'odo@local.host',
46143   'data' => 'a:1:{s:7:"contact";i:1;}',
46144 ))
46145 ->values(array(
46146   'uid' => '3',
46147   'name' => 'Bob',
46148   'pass' => '$S$DGFZUE.FhrXbe4y52eC7p0ZVRGD/gOPtVctDlmC89qkujnBokAlJ',
46149   'mail' => 'bob@local.host',
46150   'theme' => '',
46151   'signature' => '',
46152   'signature_format' => 'filtered_html',
46153   'created' => '1440532218',
46154   'access' => '0',
46155   'login' => '0',
46156   'status' => '1',
46157   'timezone' => 'America/New_York',
46158   'language' => 'fr',
46159   'picture' => '0',
46160   'init' => 'bob@local.host',
46161   'data' => 'a:1:{s:7:"contact";i:1;}',
46162 ))
46163 ->execute();
46164
46165 $connection->schema()->createTable('users_roles', array(
46166   'fields' => array(
46167     'uid' => array(
46168       'type' => 'int',
46169       'not null' => TRUE,
46170       'size' => 'normal',
46171       'default' => '0',
46172       'unsigned' => TRUE,
46173     ),
46174     'rid' => array(
46175       'type' => 'int',
46176       'not null' => TRUE,
46177       'size' => 'normal',
46178       'default' => '0',
46179       'unsigned' => TRUE,
46180     ),
46181   ),
46182   'primary key' => array(
46183     'uid',
46184     'rid',
46185   ),
46186   'mysql_character_set' => 'utf8',
46187 ));
46188
46189 $connection->insert('users_roles')
46190 ->fields(array(
46191   'uid',
46192   'rid',
46193 ))
46194 ->values(array(
46195   'uid' => '1',
46196   'rid' => '3',
46197 ))
46198 ->values(array(
46199   'uid' => '2',
46200   'rid' => '3',
46201 ))
46202 ->values(array(
46203   'uid' => '3',
46204   'rid' => '3',
46205 ))
46206 ->execute();
46207
46208 $connection->schema()->createTable('variable', array(
46209   'fields' => array(
46210     'name' => array(
46211       'type' => 'varchar',
46212       'not null' => TRUE,
46213       'length' => '128',
46214       'default' => '',
46215     ),
46216     'value' => array(
46217       'type' => 'blob',
46218       'not null' => TRUE,
46219       'size' => 'normal',
46220     ),
46221   ),
46222   'primary key' => array(
46223     'name',
46224   ),
46225   'mysql_character_set' => 'utf8',
46226 ));
46227
46228 $connection->insert('variable')
46229 ->fields(array(
46230   'name',
46231   'value',
46232 ))
46233 ->values(array(
46234   'name' => 'actions_max_stack',
46235   'value' => 'i:28;',
46236 ))
46237 ->values(array(
46238   'name' => 'additional_settings__active_tab_article',
46239   'value' => 's:15:"edit-submission";',
46240 ))
46241 ->values(array(
46242   'name' => 'additional_settings__active_tab_blog',
46243   'value' => 's:13:"edit-workflow";',
46244 ))
46245 ->values(array(
46246   'name' => 'additional_settings__active_tab_book',
46247   'value' => 's:13:"edit-workflow";',
46248 ))
46249 ->values(array(
46250   'name' => 'additional_settings__active_tab_forum',
46251   'value' => 's:15:"edit-submission";',
46252 ))
46253 ->values(array(
46254   'name' => 'additional_settings__active_tab_page',
46255   'value' => 's:15:"edit-submission";',
46256 ))
46257 ->values(array(
46258   'name' => 'additional_settings__active_tab_test_content_type',
46259   'value' => 's:13:"edit-workflow";',
46260 ))
46261 ->values(array(
46262   'name' => 'admin_compact_mode',
46263   'value' => 'b:1;',
46264 ))
46265 ->values(array(
46266   'name' => 'admin_theme',
46267   'value' => 's:5:"seven";',
46268 ))
46269 ->values(array(
46270   'name' => 'aggregator_allowed_html_tags',
46271   'value' => 's:13:"<p> <div> <a>";',
46272 ))
46273 ->values(array(
46274   'name' => 'aggregator_clear',
46275   'value' => 'i:86400;',
46276 ))
46277 ->values(array(
46278   'name' => 'aggregator_fetcher',
46279   'value' => 's:10:"aggregator";',
46280 ))
46281 ->values(array(
46282   'name' => 'aggregator_parser',
46283   'value' => 's:10:"aggregator";',
46284 ))
46285 ->values(array(
46286   'name' => 'aggregator_processors',
46287   'value' => 'a:1:{i:0;s:10:"aggregator";}',
46288 ))
46289 ->values(array(
46290   'name' => 'aggregator_summary_items',
46291   'value' => 'i:6;',
46292 ))
46293 ->values(array(
46294   'name' => 'aggregator_teaser_length',
46295   'value' => 'i:500;',
46296 ))
46297 ->values(array(
46298   'name' => 'allow_insecure_derivatives',
46299   'value' => 'b:1;',
46300 ))
46301 ->values(array(
46302   'name' => 'allow_insecure_uploads',
46303   'value' => 'i:1;',
46304 ))
46305 ->values(array(
46306   'name' => 'anonymous',
46307   'value' => 's:9:"Anonymous";',
46308 ))
46309 ->values(array(
46310   'name' => 'authorize_filetransfer_default',
46311   'value' => 's:3:"ftp";',
46312 ))
46313 ->values(array(
46314   'name' => 'block_cache',
46315   'value' => 'i:0;',
46316 ))
46317 ->values(array(
46318   'name' => 'book_allowed_types',
46319   'value' => 'a:1:{i:0;s:4:"book";}',
46320 ))
46321 ->values(array(
46322   'name' => 'book_child_type',
46323   'value' => 's:4:"book";',
46324 ))
46325 ->values(array(
46326   'name' => 'cache',
46327   'value' => 'i:0;',
46328 ))
46329 ->values(array(
46330   'name' => 'cache_flush_cache',
46331   'value' => 'i:0;',
46332 ))
46333 ->values(array(
46334   'name' => 'cache_flush_cache_block',
46335   'value' => 'i:0;',
46336 ))
46337 ->values(array(
46338   'name' => 'cache_flush_cache_field',
46339   'value' => 'i:0;',
46340 ))
46341 ->values(array(
46342   'name' => 'cache_flush_cache_filter',
46343   'value' => 'i:1444944970;',
46344 ))
46345 ->values(array(
46346   'name' => 'cache_flush_cache_form',
46347   'value' => 'i:1444944970;',
46348 ))
46349 ->values(array(
46350   'name' => 'cache_flush_cache_image',
46351   'value' => 'i:1444944970;',
46352 ))
46353 ->values(array(
46354   'name' => 'cache_flush_cache_menu',
46355   'value' => 'i:1444944970;',
46356 ))
46357 ->values(array(
46358   'name' => 'cache_flush_cache_page',
46359   'value' => 'i:0;',
46360 ))
46361 ->values(array(
46362   'name' => 'cache_flush_cache_path',
46363   'value' => 'i:1444944970;',
46364 ))
46365 ->values(array(
46366   'name' => 'cache_lifetime',
46367   'value' => 's:3:"300";',
46368 ))
46369 ->values(array(
46370   'name' => 'clean_url',
46371   'value' => 's:1:"1";',
46372 ))
46373 ->values(array(
46374   'name' => 'comment_anonymous_article',
46375   'value' => 'i:0;',
46376 ))
46377 ->values(array(
46378   'name' => 'comment_anonymous_blog',
46379   'value' => 'i:0;',
46380 ))
46381 ->values(array(
46382   'name' => 'comment_anonymous_book',
46383   'value' => 'i:0;',
46384 ))
46385 ->values(array(
46386   'name' => 'comment_anonymous_forum',
46387   'value' => 'i:0;',
46388 ))
46389 ->values(array(
46390   'name' => 'comment_anonymous_page',
46391   'value' => 'i:0;',
46392 ))
46393 ->values(array(
46394   'name' => 'comment_anonymous_test_content_type',
46395   'value' => 'i:0;',
46396 ))
46397 ->values(array(
46398   'name' => 'comment_article',
46399   'value' => 's:1:"2";',
46400 ))
46401 ->values(array(
46402   'name' => 'comment_blog',
46403   'value' => 's:1:"2";',
46404 ))
46405 ->values(array(
46406   'name' => 'comment_book',
46407   'value' => 's:1:"2";',
46408 ))
46409 ->values(array(
46410   'name' => 'comment_default_mode_article',
46411   'value' => 'i:1;',
46412 ))
46413 ->values(array(
46414   'name' => 'comment_default_mode_blog',
46415   'value' => 'i:1;',
46416 ))
46417 ->values(array(
46418   'name' => 'comment_default_mode_book',
46419   'value' => 'i:1;',
46420 ))
46421 ->values(array(
46422   'name' => 'comment_default_mode_forum',
46423   'value' => 'i:1;',
46424 ))
46425 ->values(array(
46426   'name' => 'comment_default_mode_page',
46427   'value' => 'i:1;',
46428 ))
46429 ->values(array(
46430   'name' => 'comment_default_mode_test_content_type',
46431   'value' => 'i:1;',
46432 ))
46433 ->values(array(
46434   'name' => 'comment_default_per_page_article',
46435   'value' => 's:2:"50";',
46436 ))
46437 ->values(array(
46438   'name' => 'comment_default_per_page_blog',
46439   'value' => 's:2:"50";',
46440 ))
46441 ->values(array(
46442   'name' => 'comment_default_per_page_book',
46443   'value' => 's:2:"50";',
46444 ))
46445 ->values(array(
46446   'name' => 'comment_default_per_page_forum',
46447   'value' => 's:2:"50";',
46448 ))
46449 ->values(array(
46450   'name' => 'comment_default_per_page_page',
46451   'value' => 's:2:"50";',
46452 ))
46453 ->values(array(
46454   'name' => 'comment_default_per_page_test_content_type',
46455   'value' => 's:2:"30";',
46456 ))
46457 ->values(array(
46458   'name' => 'comment_form_location_article',
46459   'value' => 'i:1;',
46460 ))
46461 ->values(array(
46462   'name' => 'comment_form_location_blog',
46463   'value' => 'i:1;',
46464 ))
46465 ->values(array(
46466   'name' => 'comment_form_location_book',
46467   'value' => 'i:1;',
46468 ))
46469 ->values(array(
46470   'name' => 'comment_form_location_forum',
46471   'value' => 'i:1;',
46472 ))
46473 ->values(array(
46474   'name' => 'comment_form_location_page',
46475   'value' => 'i:1;',
46476 ))
46477 ->values(array(
46478   'name' => 'comment_form_location_test_content_type',
46479   'value' => 'i:1;',
46480 ))
46481 ->values(array(
46482   'name' => 'comment_forum',
46483   'value' => 's:1:"2";',
46484 ))
46485 ->values(array(
46486   'name' => 'comment_page',
46487   'value' => 's:1:"0";',
46488 ))
46489 ->values(array(
46490   'name' => 'comment_preview_article',
46491   'value' => 's:1:"1";',
46492 ))
46493 ->values(array(
46494   'name' => 'comment_preview_blog',
46495   'value' => 's:1:"1";',
46496 ))
46497 ->values(array(
46498   'name' => 'comment_preview_book',
46499   'value' => 's:1:"1";',
46500 ))
46501 ->values(array(
46502   'name' => 'comment_preview_forum',
46503   'value' => 's:1:"1";',
46504 ))
46505 ->values(array(
46506   'name' => 'comment_preview_page',
46507   'value' => 's:1:"1";',
46508 ))
46509 ->values(array(
46510   'name' => 'comment_preview_test_content_type',
46511   'value' => 's:1:"1";',
46512 ))
46513 ->values(array(
46514   'name' => 'comment_subject_field_article',
46515   'value' => 'i:1;',
46516 ))
46517 ->values(array(
46518   'name' => 'comment_subject_field_blog',
46519   'value' => 'i:1;',
46520 ))
46521 ->values(array(
46522   'name' => 'comment_subject_field_book',
46523   'value' => 'i:1;',
46524 ))
46525 ->values(array(
46526   'name' => 'comment_subject_field_forum',
46527   'value' => 'i:1;',
46528 ))
46529 ->values(array(
46530   'name' => 'comment_subject_field_page',
46531   'value' => 'i:1;',
46532 ))
46533 ->values(array(
46534   'name' => 'comment_subject_field_test_content_type',
46535   'value' => 'i:0;',
46536 ))
46537 ->values(array(
46538   'name' => 'comment_test_content_type',
46539   'value' => 's:1:"2";',
46540 ))
46541 ->values(array(
46542   'name' => 'configurable_timezones',
46543   'value' => 'b:1;',
46544 ))
46545 ->values(array(
46546   'name' => 'contact_default_status',
46547   'value' => 'i:1;',
46548 ))
46549 ->values(array(
46550   'name' => 'contact_threshold_limit',
46551   'value' => 'i:33;',
46552 ))
46553 ->values(array(
46554   'name' => 'contact_threshold_window',
46555   'value' => 'i:7200;',
46556 ))
46557 ->values(array(
46558   'name' => 'cron_key',
46559   'value' => 's:43:"_vWFj-dRR2rNoHDwl7N__J9uZNutDcLz3w4tlPJzRAM";',
46560 ))
46561 ->values(array(
46562   'name' => 'cron_last',
46563   'value' => 'i:1444944970;',
46564 ))
46565 ->values(array(
46566   'name' => 'cron_threshold_error',
46567   'value' => 'i:1209600;',
46568 ))
46569 ->values(array(
46570   'name' => 'cron_threshold_warning',
46571   'value' => 'i:172800;',
46572 ))
46573 ->values(array(
46574   'name' => 'css_js_query_string',
46575   'value' => 's:6:"nwa6nq";',
46576 ))
46577 ->values(array(
46578   'name' => 'ctools_last_cron',
46579   'value' => 'i:1421720834;',
46580 ))
46581 ->values(array(
46582   'name' => 'dashboard_stashed_blocks',
46583   '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";}}',
46584 ))
46585 ->values(array(
46586   'name' => 'date_api_version',
46587   'value' => 's:3:"7.2";',
46588 ))
46589 ->values(array(
46590   'name' => 'date_default_timezone',
46591   'value' => 's:15:"America/Chicago";',
46592 ))
46593 ->values(array(
46594   'name' => 'date_first_day',
46595   'value' => 'i:1;',
46596 ))
46597 ->values(array(
46598   'name' => 'dblog_row_limit',
46599   'value' => 'i:10000;',
46600 ))
46601 ->values(array(
46602   'name' => 'default_nodes_main',
46603   'value' => 's:2:"10";',
46604 ))
46605 ->values(array(
46606   'name' => 'drupal_css_cache_files',
46607   '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";}',
46608 ))
46609 ->values(array(
46610   'name' => 'drupal_http_request_fails',
46611   'value' => 'b:0;',
46612 ))
46613 ->values(array(
46614   'name' => 'drupal_private_key',
46615   'value' => 's:43:"9eRJWxrMwQ5CufYJjXBZbPGz_t8vPIYRQr18PamdKmM";',
46616 ))
46617 ->values(array(
46618   'name' => 'drupal_weight_select_max',
46619   'value' => 'i:40;',
46620 ))
46621 ->values(array(
46622   'name' => 'email__active_tab',
46623   'value' => 's:27:"edit-email-pending-approval";',
46624 ))
46625 ->values(array(
46626   'name' => 'empty_timezone_message',
46627   'value' => 'b:1;',
46628 ))
46629 ->values(array(
46630   'name' => 'error_level',
46631   'value' => 'i:1;',
46632 ))
46633 ->values(array(
46634   'name' => 'feed_default_items',
46635   'value' => 'i:27;',
46636 ))
46637 ->values(array(
46638   'name' => 'feed_item_length',
46639   'value' => 's:8:"fulltext";',
46640 ))
46641 ->values(array(
46642   'name' => 'entityreference:base-tables',
46643   '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";}}',
46644 ))
46645 ->values(array(
46646   'name' => 'field_bundle_settings_comment__comment_node_test_content_type',
46647   '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:{}}}',
46648 ))
46649 ->values(array(
46650   'name' => 'field_bundle_settings_node__test_content_type',
46651   '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:{}}}',
46652 ))
46653 ->values(array(
46654   'name' => 'field_bundle_settings_user__user',
46655   '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:{}}}',
46656 ))
46657 ->values(array(
46658   'name' => 'file_default_scheme',
46659   'value' => 's:6:"public";',
46660 ))
46661 ->values(array(
46662   'name' => 'file_description_length',
46663   'value' => 'i:256;',
46664 ))
46665 ->values(array(
46666   'name' => 'file_description_type',
46667   'value' => 's:9:"textfield";',
46668 ))
46669 ->values(array(
46670   'name' => 'file_directory_path',
46671   'value' => 's:19:"sites/default/files";',
46672 ))
46673 ->values(array(
46674   'name' => 'file_icon_directory',
46675   'value' => 's:25:"sites/default/files/icons";',
46676 ))
46677 ->values(array(
46678   'name' => 'file_private_path',
46679   'value' => 's:21:"sites/default/private";',
46680 ))
46681 ->values(array(
46682   'name' => 'file_public_path',
46683   'value' => 's:19:"sites/default/files";',
46684 ))
46685 ->values(array(
46686   'name' => 'file_temporary_path',
46687   'value' => 's:4:"/tmp";',
46688 ))
46689 ->values(array(
46690   'name' => 'filter_fallback_format',
46691   'value' => 's:10:"plain_text";',
46692 ))
46693 ->values(array(
46694   'name' => 'forum_block_num_active',
46695   'value' => 'i:9;',
46696 ))
46697 ->values(array(
46698   'name' => 'forum_block_num_new',
46699   'value' => 'i:4;',
46700 ))
46701 ->values(array(
46702   'name' => 'forum_containers',
46703   'value' => 'a:1:{i:0;s:1:"6";}',
46704 ))
46705 ->values(array(
46706   'name' => 'forum_hot_topic',
46707   'value' => 'i:10;',
46708 ))
46709 ->values(array(
46710   'name' => 'forum_nav_vocabulary',
46711   'value' => 's:1:"2";',
46712 ))
46713 ->values(array(
46714   'name' => 'forum_order',
46715   'value' => 'i:1;',
46716 ))
46717 ->values(array(
46718   'name' => 'forum_per_page',
46719   'value' => 'i:25;',
46720 ))
46721 ->values(array(
46722   'name' => 'image_jpeg_quality',
46723   'value' => 'i:80;',
46724 ))
46725 ->values(array(
46726   'name' => 'image_style_preview_image',
46727   'value' => 's:33:"core/modules/image/testsample.png";',
46728 ))
46729 ->values(array(
46730   'name' => 'image_toolkit',
46731   'value' => 's:2:"gd";',
46732 ))
46733 ->values(array(
46734   'name' => 'install_profile',
46735   'value' => 's:8:"standard";',
46736 ))
46737 ->values(array(
46738   'name' => 'install_task',
46739   'value' => 's:4:"done";',
46740 ))
46741 ->values(array(
46742   'name' => 'install_time',
46743   'value' => 'i:1421694923;',
46744 ))
46745 ->values(array(
46746   'name' => 'javascript_parsed',
46747   '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";}',
46748 ))
46749 ->values(array(
46750   'name' => 'language_content_type_article',
46751   'value' => 's:1:"2";',
46752 ))
46753 ->values(array(
46754   'name' => 'language_content_type_blog',
46755   'value' => 's:1:"2";',
46756 ))
46757 ->values(array(
46758   'name' => 'language_content_type_book',
46759   'value' => 's:1:"0";',
46760 ))
46761 ->values(array(
46762   'name' => 'language_content_type_forum',
46763   'value' => 's:1:"0";',
46764 ))
46765 ->values(array(
46766   'name' => 'language_content_type_page',
46767   'value' => 's:1:"0";',
46768 ))
46769 ->values(array(
46770   'name' => 'language_content_type_test_content_type',
46771   'value' => 's:1:"0";',
46772 ))
46773 ->values(array(
46774   'name' => 'i18n_node_options_blog',
46775   'value' => 'a:2:{i:0;s:8:"required";i:1;s:4:"lock";}',
46776 ))
46777 ->values(array(
46778   'name' => 'language_count',
46779   'value' => 'i:2;',
46780 ))
46781 ->values(array(
46782   'name' => 'language_default',
46783   '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:"";}',
46784 ))
46785 ->values(array(
46786   'name' => 'language_negotiation_language',
46787   '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";}}}',
46788 ))
46789 ->values(array(
46790   'name' => 'language_negotiation_language_content',
46791   '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";}}',
46792 ))
46793 ->values(array(
46794   'name' => 'language_negotiation_language_url',
46795   '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";}}',
46796 ))
46797 ->values(array(
46798   'name' => 'language_types',
46799   'value' => 'a:3:{s:8:"language";b:1;s:16:"language_content";b:0;s:12:"language_url";b:0;}',
46800 ))
46801 ->values(array(
46802   'name' => 'locale_language_negotiation_session_param',
46803   'value' => 's:8:"language";',
46804 ))
46805 ->values(array(
46806   'name' => 'locale_language_negotiation_url_part',
46807   'value' => 'i:0;',
46808 ))
46809 ->values(array(
46810   'name' => 'locale_language_providers_weight_language',
46811   '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";}',
46812 ))
46813 ->values(array(
46814   'name' => 'mail_system',
46815   'value' => 'a:1:{s:14:"default-system";s:17:"DefaultMailSystem";}',
46816 ))
46817 ->values(array(
46818   'name' => 'maintenance_mode',
46819   'value' => 'i:0;',
46820 ))
46821 ->values(array(
46822   'name' => 'maintenance_mode_message',
46823   'value' => 's:42:"This is a custom maintenance mode message.";',
46824 ))
46825 ->values(array(
46826   'name' => 'menu_expanded',
46827   'value' => 'a:0:{}',
46828 ))
46829 ->values(array(
46830   'name' => 'menu_masks',
46831   '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;}',
46832 ))
46833 ->values(array(
46834   'name' => 'menu_options_article',
46835   'value' => 'a:1:{i:0;s:9:"main-menu";}',
46836 ))
46837 ->values(array(
46838   'name' => 'menu_options_blog',
46839   'value' => 'a:1:{i:0;s:9:"main-menu";}',
46840 ))
46841 ->values(array(
46842   'name' => 'menu_options_book',
46843   'value' => 'a:1:{i:0;s:9:"main-menu";}',
46844 ))
46845 ->values(array(
46846   'name' => 'menu_options_forum',
46847   'value' => 'a:1:{i:0;s:9:"main-menu";}',
46848 ))
46849 ->values(array(
46850   'name' => 'menu_options_page',
46851   'value' => 'a:1:{i:0;s:9:"main-menu";}',
46852 ))
46853 ->values(array(
46854   'name' => 'menu_options_test_content_type',
46855   '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";}',
46856 ))
46857 ->values(array(
46858   'name' => 'menu_override_parent_selector',
46859   'value' => 'b:1;',
46860 ))
46861 ->values(array(
46862   'name' => 'menu_parent_article',
46863   'value' => 's:11:"main-menu:0";',
46864 ))
46865 ->values(array(
46866   'name' => 'menu_parent_blog',
46867   'value' => 's:11:"main-menu:0";',
46868 ))
46869 ->values(array(
46870   'name' => 'menu_parent_book',
46871   'value' => 's:11:"main-menu:0";',
46872 ))
46873 ->values(array(
46874   'name' => 'menu_parent_forum',
46875   'value' => 's:11:"main-menu:0";',
46876 ))
46877 ->values(array(
46878   'name' => 'menu_parent_page',
46879   'value' => 's:11:"main-menu:0";',
46880 ))
46881 ->values(array(
46882   'name' => 'menu_parent_test_content_type',
46883   'value' => 's:11:"main-menu:0";',
46884 ))
46885 ->values(array(
46886   'name' => 'minimum_word_size',
46887   'value' => 's:1:"4";',
46888 ))
46889 ->values(array(
46890   'name' => 'node_admin_theme',
46891   'value' => 's:1:"1";',
46892 ))
46893 ->values(array(
46894   'name' => 'node_cron_last',
46895   'value' => 's:10:"1441306832";',
46896 ))
46897 ->values(array(
46898   'name' => 'node_options_article',
46899   'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}',
46900 ))
46901 ->values(array(
46902   'name' => 'node_options_blog',
46903   'value' => 'a:2:{i:0;s:6:"status";i:1;s:7:"promote";}',
46904 ))
46905 ->values(array(
46906   'name' => 'node_options_book',
46907   'value' => 'a:2:{i:0;s:6:"status";i:1;s:8:"revision";}',
46908 ))
46909 ->values(array(
46910   'name' => 'node_options_forum',
46911   'value' => 'a:1:{i:0;s:6:"status";}',
46912 ))
46913 ->values(array(
46914   'name' => 'node_options_page',
46915   'value' => 'a:1:{i:0;s:6:"status";}',
46916 ))
46917 ->values(array(
46918   'name' => 'node_options_test_content_type',
46919   'value' => 'a:3:{i:0;s:6:"status";i:1;s:7:"promote";i:2;s:8:"revision";}',
46920 ))
46921 ->values(array(
46922   'name' => 'node_preview_article',
46923   'value' => 's:1:"1";',
46924 ))
46925 ->values(array(
46926   'name' => 'node_preview_blog',
46927   'value' => 's:1:"1";',
46928 ))
46929 ->values(array(
46930   'name' => 'node_preview_book',
46931   'value' => 's:1:"1";',
46932 ))
46933 ->values(array(
46934   'name' => 'node_preview_forum',
46935   'value' => 's:1:"1";',
46936 ))
46937 ->values(array(
46938   'name' => 'node_preview_page',
46939   'value' => 's:1:"1";',
46940 ))
46941 ->values(array(
46942   'name' => 'node_preview_test_content_type',
46943   'value' => 's:1:"1";',
46944 ))
46945 ->values(array(
46946   'name' => 'node_rank_comments',
46947   'value' => 's:1:"0";',
46948 ))
46949 ->values(array(
46950   'name' => 'node_rank_promote',
46951   'value' => 's:1:"0";',
46952 ))
46953 ->values(array(
46954   'name' => 'node_rank_relevance',
46955   'value' => 's:1:"2";',
46956 ))
46957 ->values(array(
46958   'name' => 'node_rank_sticky',
46959   'value' => 's:1:"0";',
46960 ))
46961 ->values(array(
46962   'name' => 'node_rank_views',
46963   'value' => 's:1:"0";',
46964 ))
46965 ->values(array(
46966   'name' => 'node_submitted_article',
46967   'value' => 'i:1;',
46968 ))
46969 ->values(array(
46970   'name' => 'node_submitted_blog',
46971   'value' => 'i:1;',
46972 ))
46973 ->values(array(
46974   'name' => 'node_submitted_book',
46975   'value' => 'i:1;',
46976 ))
46977 ->values(array(
46978   'name' => 'node_submitted_forum',
46979   'value' => 'i:1;',
46980 ))
46981 ->values(array(
46982   'name' => 'node_submitted_page',
46983   'value' => 'i:0;',
46984 ))
46985 ->values(array(
46986   'name' => 'node_submitted_test_content_type',
46987   'value' => 'i:0;',
46988 ))
46989 ->values(array(
46990   'name' => 'overlap_cjk',
46991   'value' => 'i:1;',
46992 ))
46993 ->values(array(
46994   'name' => 'page_cache_maximum_age',
46995   'value' => 's:1:"0";',
46996 ))
46997 ->values(array(
46998   'name' => 'page_compression',
46999   'value' => 'i:1;',
47000 ))
47001 ->values(array(
47002   'name' => 'path_alias_whitelist',
47003   'value' => 'a:1:{s:8:"taxonomy";b:1;}',
47004 ))
47005 ->values(array(
47006   'name' => 'preprocess_css',
47007   'value' => 'i:1;',
47008 ))
47009 ->values(array(
47010   'name' => 'preprocess_js',
47011   'value' => 'i:0;',
47012 ))
47013 ->values(array(
47014   'name' => 'save_continue_test_content_type',
47015   'value' => 's:19:"Save and add fields";',
47016 ))
47017 ->values(array(
47018   'name' => 'search_active_modules',
47019   'value' => 'a:2:{s:4:"node";s:4:"node";s:4:"user";s:4:"user";}',
47020 ))
47021 ->values(array(
47022   'name' => 'search_and_or_limit',
47023   'value' => 'i:7;',
47024 ))
47025 ->values(array(
47026   'name' => 'search_cron_limit',
47027   'value' => 's:3:"100";',
47028 ))
47029 ->values(array(
47030   'name' => 'search_default_module',
47031   'value' => 's:4:"node";',
47032 ))
47033 ->values(array(
47034   'name' => 'search_tag_weights',
47035   '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;}',
47036 ))
47037 ->values(array(
47038   'name' => 'simpletest_clear_results',
47039   'value' => 'b:1;',
47040 ))
47041 ->values(array(
47042   'name' => 'simpletest_httpauth_method',
47043   'value' => 'i:1;',
47044 ))
47045 ->values(array(
47046   'name' => 'simpletest_httpauth_password',
47047   'value' => 's:6:"foobaz";',
47048 ))
47049 ->values(array(
47050   'name' => 'simpletest_httpauth_username',
47051   'value' => 's:7:"testbot";',
47052 ))
47053 ->values(array(
47054   'name' => 'simpletest_verbose',
47055   'value' => 'b:1;',
47056 ))
47057 ->values(array(
47058   'name' => 'site_403',
47059   'value' => 's:4:"node";',
47060 ))
47061 ->values(array(
47062   'name' => 'site_404',
47063   'value' => 's:4:"node";',
47064 ))
47065 ->values(array(
47066   'name' => 'site_default_country',
47067   'value' => 's:2:"US";',
47068 ))
47069 ->values(array(
47070   'name' => 'site_frontpage',
47071   'value' => 's:4:"node";',
47072 ))
47073 ->values(array(
47074   'name' => 'site_mail',
47075   'value' => 's:23:"joseph@flattandsons.com";',
47076 ))
47077 ->values(array(
47078   'name' => 'site_name',
47079   'value' => 's:13:"The Site Name";',
47080 ))
47081 ->values(array(
47082   'name' => 'site_offline_message',
47083   'value' => 's:42:"This is a custom maintenance mode message.";',
47084 ))
47085 ->values(array(
47086   'name' => 'site_slogan',
47087   'value' => 's:10:"The Slogan";',
47088 ))
47089 ->values(array(
47090   'name' => 'statistics_count_content_views',
47091   'value' => 'i:1;',
47092 ))
47093 ->values(array(
47094   'name' => 'statistics_count_content_views_ajax',
47095   'value' => 'i:0;',
47096 ))
47097 ->values(array(
47098   'name' => 'statistics_day_timestamp',
47099   'value' => 'i:1444944970;',
47100 ))
47101 ->values(array(
47102   'name' => 'statistics_enable_access_log',
47103   'value' => 'i:1;',
47104 ))
47105 ->values(array(
47106   'name' => 'statistics_flush_accesslog_timer',
47107   'value' => 's:4:"3600";',
47108 ))
47109 ->values(array(
47110   'name' => 'suppress_itok_output',
47111   'value' => 'b:1;',
47112 ))
47113 ->values(array(
47114   'name' => 'syslog_facility',
47115   'value' => 'i:8;',
47116 ))
47117 ->values(array(
47118   'name' => 'syslog_format',
47119   'value' => 's:72:"!base_url|!timestamp|!type|!ip|!request_uri|!referer|!uid|!link|!message";',
47120 ))
47121 ->values(array(
47122   'name' => 'syslog_identity',
47123   'value' => 's:6:"drupal";',
47124 ))
47125 ->values(array(
47126   'name' => 'taxonomy_override_selector',
47127   'value' => 'b:1;',
47128 ))
47129 ->values(array(
47130   'name' => 'taxonomy_terms_per_page_admin',
47131   'value' => 'i:84;',
47132 ))
47133 ->values(array(
47134   'name' => 'teaser_length',
47135   'value' => 'i:1024;',
47136 ))
47137 ->values(array(
47138   'name' => 'theme_default',
47139   'value' => 's:6:"bartik";',
47140 ))
47141 ->values(array(
47142   'name' => 'theme_settings',
47143   '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";}',
47144 ))
47145 ->values(array(
47146   'name' => 'theme_bartik_settings',
47147   '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";}}',
47148 ))
47149 ->values(array(
47150   'name' => 'theme_seven_settings',
47151   '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:"";}',
47152 ))
47153 ->values(array(
47154   'name' => 'tracker_batch_size',
47155   'value' => 'i:999;',
47156 ))
47157 ->values(array(
47158   'name' => 'update_check_frequency',
47159   'value' => 'i:1;',
47160 ))
47161 ->values(array(
47162   'name' => 'update_fetch_url',
47163   'value' => 's:23:"http://127.0.0.1/update";',
47164 ))
47165 ->values(array(
47166   'name' => 'update_last_check',
47167   'value' => 'i:1444944973;',
47168 ))
47169 ->values(array(
47170   'name' => 'update_max_fetch_attempts',
47171   'value' => 'i:3;',
47172 ))
47173 ->values(array(
47174   'name' => 'update_notification_threshold',
47175   'value' => 's:3:"all";',
47176 ))
47177 ->values(array(
47178   'name' => 'update_notify_emails',
47179   'value' => 'a:1:{i:0;s:19:"webmaster@127.0.0.1";}',
47180 ))
47181 ->values(array(
47182   'name' => 'user_admin_role',
47183   'value' => 's:1:"3";',
47184 ))
47185 ->values(array(
47186   'name' => 'user_cancel_method',
47187   'value' => 's:17:"user_cancel_block";',
47188 ))
47189 ->values(array(
47190   'name' => 'user_default_timezone',
47191   'value' => 'i:2;',
47192 ))
47193 ->values(array(
47194   'name' => 'user_email_verification',
47195   'value' => 'i:1;',
47196 ))
47197 ->values(array(
47198   'name' => 'user_failed_login_identifier_uid_only',
47199   'value' => 'b:1;',
47200 ))
47201 ->values(array(
47202   'name' => 'user_failed_login_ip_limit',
47203   'value' => 'i:30;',
47204 ))
47205 ->values(array(
47206   'name' => 'user_failed_login_ip_window',
47207   'value' => 'i:7200;',
47208 ))
47209 ->values(array(
47210   'name' => 'user_failed_login_user_limit',
47211   'value' => 'i:22;',
47212 ))
47213 ->values(array(
47214   'name' => 'user_failed_login_user_window',
47215   'value' => 'i:86400;',
47216 ))
47217 ->values(array(
47218   'name' => 'user_mail_cancel_confirm_body',
47219   'value' => 's:55:"A little birdie said you wanted to cancel your account.";',
47220 ))
47221 ->values(array(
47222   'name' => 'user_mail_cancel_confirm_subject',
47223   'value' => 's:13:"Are you sure?";',
47224 ))
47225 ->values(array(
47226   'name' => 'user_mail_password_reset_body',
47227   'value' => "s:32:\"Nope! You're locked out forever.\";",
47228 ))
47229 ->values(array(
47230   'name' => 'user_mail_password_reset_subject',
47231   'value' => 's:17:"Fix your password";',
47232 ))
47233 ->values(array(
47234   'name' => 'user_mail_register_admin_created_body',
47235   'value' => 's:30:"...and she could take it away.";',
47236 ))
47237 ->values(array(
47238   'name' => 'user_mail_register_admin_created_subject',
47239   'value' => 's:24:"Gawd made you an account";',
47240 ))
47241 ->values(array(
47242   'name' => 'user_mail_register_no_approval_required_body',
47243   'value' => 's:59:"You can now log in if you can figure out how to use Drupal!";',
47244 ))
47245 ->values(array(
47246   'name' => 'user_mail_register_no_approval_required_subject',
47247   'value' => 's:8:"Welcome!";',
47248 ))
47249 ->values(array(
47250   'name' => 'user_mail_register_pending_approval_body',
47251   'value' => 's:61:"...you will join our Circle. Let the Drupal flow through you.";',
47252 ))
47253 ->values(array(
47254   'name' => 'user_mail_register_pending_approval_subject',
47255   'value' => 's:7:"Soon...";',
47256 ))
47257 ->values(array(
47258   'name' => 'user_mail_status_activated_body',
47259   'value' => 's:57:"Your account was activated, and there was much rejoicing.";',
47260 ))
47261 ->values(array(
47262   'name' => 'user_mail_status_activated_notify',
47263   'value' => 'i:1;',
47264 ))
47265 ->values(array(
47266   'name' => 'user_mail_status_activated_subject',
47267   'value' => 's:25:"Your account is approved!";',
47268 ))
47269 ->values(array(
47270   'name' => 'user_mail_status_blocked_body',
47271   'value' => 's:72:"You no longer please the robot overlords. Go to your room and chill out.";',
47272 ))
47273 ->values(array(
47274   'name' => 'user_mail_status_blocked_notify',
47275   'value' => 'i:1;',
47276 ))
47277 ->values(array(
47278   'name' => 'user_mail_status_blocked_subject',
47279   'value' => 's:7:"BEGONE!";',
47280 ))
47281 ->values(array(
47282   'name' => 'user_mail_status_canceled_body',
47283   'value' => 's:75:"The gates of Drupal are closed to you. Now you will work in the salt mines.";',
47284 ))
47285 ->values(array(
47286   'name' => 'user_mail_status_canceled_notify',
47287   'value' => 'i:1;',
47288 ))
47289 ->values(array(
47290   'name' => 'user_mail_status_canceled_subject',
47291   'value' => 's:12:"So long, bub";',
47292 ))
47293 ->values(array(
47294   'name' => 'user_pictures',
47295   'value' => 'i:1;',
47296 ))
47297 ->values(array(
47298   'name' => 'user_picture_default',
47299   'value' => 's:0:"";',
47300 ))
47301 ->values(array(
47302   'name' => 'user_picture_dimensions',
47303   'value' => 's:9:"1024x1024";',
47304 ))
47305 ->values(array(
47306   'name' => 'user_picture_file_size',
47307   'value' => 's:3:"800";',
47308 ))
47309 ->values(array(
47310   'name' => 'user_picture_guidelines',
47311   'value' => 's:0:"";',
47312 ))
47313 ->values(array(
47314   'name' => 'user_picture_path',
47315   'value' => 's:8:"pictures";',
47316 ))
47317 ->values(array(
47318   'name' => 'user_picture_style',
47319   'value' => 's:9:"thumbnail";',
47320 ))
47321 ->values(array(
47322   'name' => 'user_register',
47323   'value' => 's:1:"2";',
47324 ))
47325 ->values(array(
47326   'name' => 'user_signatures',
47327   'value' => 'i:0;',
47328 ))
47329 ->execute();
47330
47331 $connection->schema()->createTable('watchdog', array(
47332   'fields' => array(
47333     'wid' => array(
47334       'type' => 'serial',
47335       'not null' => TRUE,
47336       'size' => 'normal',
47337     ),
47338     'uid' => array(
47339       'type' => 'int',
47340       'not null' => TRUE,
47341       'size' => 'normal',
47342       'default' => '0',
47343     ),
47344     'type' => array(
47345       'type' => 'varchar',
47346       'not null' => TRUE,
47347       'length' => '64',
47348       'default' => '',
47349     ),
47350     'message' => array(
47351       'type' => 'text',
47352       'not null' => TRUE,
47353       'size' => 'normal',
47354     ),
47355     'variables' => array(
47356       'type' => 'blob',
47357       'not null' => TRUE,
47358       'size' => 'normal',
47359     ),
47360     'severity' => array(
47361       'type' => 'int',
47362       'not null' => TRUE,
47363       'size' => 'normal',
47364       'default' => '0',
47365       'unsigned' => TRUE,
47366     ),
47367     'link' => array(
47368       'type' => 'varchar',
47369       'not null' => FALSE,
47370       'length' => '255',
47371       'default' => '',
47372     ),
47373     'location' => array(
47374       'type' => 'text',
47375       'not null' => TRUE,
47376       'size' => 'normal',
47377     ),
47378     'referer' => array(
47379       'type' => 'text',
47380       'not null' => FALSE,
47381       'size' => 'normal',
47382     ),
47383     'hostname' => array(
47384       'type' => 'varchar',
47385       'not null' => TRUE,
47386       'length' => '128',
47387       'default' => '',
47388     ),
47389     'timestamp' => array(
47390       'type' => 'int',
47391       'not null' => TRUE,
47392       'size' => 'normal',
47393       'default' => '0',
47394     ),
47395   ),
47396   'primary key' => array(
47397     'wid',
47398   ),
47399   'mysql_character_set' => 'utf8',
47400 ));